.online-calculator {
    background-image: url(../img/calc-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 35px 48px;
    border-radius: 10px;
    margin-top: 40px;
}

.online-calculator__title {
    color: #fff;
    font-size: 24px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 44px;
}


.online-calculator .row {
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.online-calculator .row:nth-child(1) {
    margin-bottom: 20px;
}

.online-calculator .row::before {
    display: none;
}

.online-calculator .row .row-block {
    width: 100%;
}

.online-calculator .row .row-block:nth-child(1) {
    max-width: 230px;
}

.online-calculator .row .row-block:nth-child(2) {
    max-width: 372px;
}

.online-calculator .row_title {
    color: #fff;
    font-family: inherit;
    font-size: 16px;
    text-align: left;
    font-style: inherit;
    font-weight: 100;
}

.online-calculator input {
    background-color: #fff !important;
    background-image: initial;
    color: #969599 !important;
    font-style: inherit !important;
    font-weight: 100 !important;
    font-size: 14px !important;
    max-width: 100% !important;
    width: 100%;
    margin-right: 0 !important;
    padding-right: 0 !important;
    box-shadow: 0px 3px 19px -3px rgba(255, 255, 255, 0.5);
}

.leasingterms {
    background-image: url(../img/percent-bg.png);
    background-repeat: no-repeat;
    background-position: 0px 110px;
    background-size: contain;
    padding-bottom: 33px;
}

.row-wrap .input-wrap {
    position: relative;
}

.row-wrap .input-wrap .input-wrap__info {
    position: absolute;
    top: 8px;
    right: 10px;
    color: #969599;
    font-size: 14px;
}

.avans {
    background-image: url(../img/avans-bg.png);
    background-repeat: no-repeat;
    background-position: 0px 110px;
    background-size: contain;
    padding-bottom: 33px;
}

.leas-result-group .input-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.leas-result-group .row_title {
    margin-bottom: 6px;
    display: block;
    font-weight: 600;
}

.leas-result {
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*z-index: 1;*/
    width: 130px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 14px;
    color: #0e345f;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700 !important;
    transition: .4s;
    margin-bottom: 16px;
}

.leas-result:hover {
    color: #fff;
}

/*.leas-result.hide {*/
/*    z-index: 0;*/
/*    display: none;*/
/*}*/

.calcResult-box {
    display: flex;
    position: relative;
}

.online-calculator .calcresult-box {
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    width: 130px !important;
    height: 40px !important;
    background-color: #fff;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 24px;
    color: #0e345f !important;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700 !important;
}

.online-calculator .ui-slider-horizontal {
    margin-top: 20px;
    height: 1px;
}

.online-calculator .ui-slider .ui-slider-handle {
    background-color: #0e345f;
    border-radius: 50%;
    border: none;
    box-shadow: 0px 3px 14px -6px rgba(255, 255, 255, 0.5);
    top: -9px;
}

.online-calculator .ui-slider .ui-slider-handle::before {
    position: absolute;
    top: 6px;
    left: 7px;
    content: "";
    background-color: #69809b;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    box-shadow: 0px 0px 4px 3px rgb(255 255 255 / 50%);
}


@media screen and (max-width: 1100px) {
    .online-calculator {
        padding-bottom: 70px;
    }

    .online-calculator .row {
        flex-direction: column;
    }

    .online-calculator .row:nth-child(2) {
        flex-direction: column-reverse;
    }

    .online-calculator .row .row-block:nth-child(1) {
        max-width: 372px;
        padding-bottom: 23px;

    }

    .online-calculator .row:nth-child(1) {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px){
.online-calculator{
        padding: 35px 18px;
}
}
@media screen and (max-width: 568px){
.home-catalog .owl-nav .owl-prev{
    top: 35% !important;
}
.home-catalog .owl-nav .owl-next{
      top: 35% !important;
}
}

/*.online-calculator input:invalid {*/
/*    border: 2px solid red;*/
/*}*/

/*.online-calculator input:invalid:required {*/
/*    border: 2px solid red;*/
/*}*/
