.rangeslider{
    direction: ltr;
}
.rangeslider__fill{
    background: #362FD9 !important;
}
/*.conInp{*/
/*    display: grid;*/
/*    grid-template-columns: 20% 80%;*/
/*    gap: 7px;*/
/*    align-items: center;*/
/*}*/
.cal{
    position: relative;
}
.numberUp{
    display: grid;
    grid-template-columns: 7% 65% 27%;
    align-items: center;
    margin-bottom: 25px;
    margin-top: 25px;
}
.numberUp label{
    font-size: 20px;
    color: black;
}
.resultInp{
    border-radius: 3px !important;
    padding: 2px 3px!important;
    text-align: center;
    background: white;
    border: 1px solid black !important;
    color: black;
    font-size: 19px;
}
#calculatorForm{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 130px;
    font-family: "Rubik", Sans-serif;
}
.con-result{
    background: #EEEEEE !important;
    color: black;
    text-align: center;
    border-radius: 8px;
    padding: 7px;
}
#result div{
    font-size: 20px;
}
#tsoha div{
    font-size: 22px;
}
#result span{
    font-size: 26px;
    font-weight: 600;
}
#profit div{
    font-size: 28px;
}
#profit{
    border-right: 5px solid white;
    border-left: 5px solid white;
    border-bottom: 5px solid white;
    padding: 8px;
    display: block;
    max-width: 70%;
    color: white;
    background: linear-gradient(90deg, rgba(53,59,211,1) 57%, rgba(47,140,172,1) 95%);
    margin-right: auto;
    margin-left: auto;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.textCal{
    margin-top: 20px;
    font-weight: 300;
}
#profit span{
    font-size: 28px;
    font-weight: 600;
}
#tsoha span{
    font-size: 26px;
    font-weight: 600;
}

.form-group label{
    font-size: 20px;
    color: black;
    font-weight: 400;
}
@media(max-width: 600px){
    .numberUp{
        margin-bottom: 20px;
    }
    .conInp{
        margin-bottom: 25px;
    }
    .ss-content .ss-list .ss-option{
        font-weight: 400;
        font-size: 13px;
    }
    .ss-content .ss-search input{
        font-size: 13px !important;
    }
    .textCal{
        font-size: 14px;
    }
    .form-group label{
        font-size: 16px;
    }
    .numberUp{
        grid-template-columns: 7% 47% 45% !important;
        align-items: baseline;
        margin-top: 5px;
    }
    #calculatorForm{
        grid-template-columns: 1fr;
        gap: 22px;
    }
    #tsoha span{
        font-size: 20px;
    }
    #result span{
        font-size: 20px;
    }
    .calculatur{
        padding: 14px;
    }
    .resultInp{
        font-size: 15px;
    }
}
.rangeslider--horizontal {
    height: 5px !important;
}
.rangeslider__handle:after{
    width: 0 !important;
}
.rangeslider__handle{
    width: 25px !important;
    height: 25px !important;
    background: linear-gradient(90deg, rgba(53,59,211,1) 57%, rgba(47,140,172,1) 95%) !important;
}
.rangeslider--horizontal .rangeslider__handle {
    top: -10px !important;
}
.rangeslider{
    background: #545454 !important;
}
.bulet{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #353CD3;
}
.resultCon{
    display: grid;
    background: white;
    grid-template-columns: 1fr 1fr;
    padding: 24px 0;
    border-radius: 8px;
}
.siman{
    position: absolute;
    left: 10px;
}
.hisovCal{
    background: #362FD9;
    color: white;
    display: block;
    padding: 8px;
    max-width: 250px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 30px;
    border: none;
}
/*ab oria */
/*.textAfterTitleFirst > p{*/
/*    text-align: center;*/
/*    height: 48px;*/
/*    overflow: hidden;*/
/*}*/