.calculator1__img-bg img,.calculator2__img-bg img {width: 100%;height: 100%;}
.calculator1__title,.calculator2__title {margin-bottom: -8px;}
.calculator1__subtitle,.calculator2__subtitle {font-size: 34px;margin-bottom: 5px;}
.calculator1__desc,.calculator2__desc {font-size: 22px;color: rgba(0, 0, 0, 0.6);margin-bottom: 22px;}
.calculator1__control_label,.calculator2__control_label {float: none;font-size: 16px;color: #333;font-weight: 700;line-height: 1.2;margin-bottom: 15px;text-align: left;}
.calculator1__label,.calculator2__label {display: block;font-size: 24px;font-weight: 500;margin-left: -2px;}
.calculator1__input,.calculator2__input {font-size: 20px;}
.calculator1__input input,.calculator2__input input {margin-bottom: 10px; border-style: solid;border-width: 1px;border-color: #dde4ed;border-radius: 5px;background-color: #edf5ff;font-size: 16px;font-family: "Verdana";color: gray;line-height: 1.2;height: 35px;text-align: center;padding: 0;}
.calculator1__summ-text,.calculator1__date-text,.calculator2__summ-text,.calculator2__date-text {display: inline-block;min-width: 40px;}
.calculator1__slider,.calculator2__slider {height: 7px;background-color: #e6eef8;margin: 17px 0 0;position: relative;user-select: none;z-index: 2;}
.calculator1__extreme,.calculator2__extreme {font-size: 15px;display: flex;justify-content: space-between;user-select: none;margin: 10px 0 5px;font-weight: 600;color: #888;}
.calculator1__result,.calculator2__result {font-size: 24px;font-weight: 500;border-radius: 10px;}
.calculator1__buttons,.calculator2__buttons {display: flex;justify-content: space-between;}
.calculator1__buttons .btn + .btn,.calculator2__buttons .btn + .btn {padding-left: 75px;padding-right: 75px;}
.noUi-base,.noUi-handle {transform: translate3d(0, 0, 0);}
.noUi-base {width: 100%;height: 100%;position: relative;z-index: 1;}
.noUi-connect,.noUi-origin {position: absolute;top: 0;left: 0;}
.noUi-connect {background-color: #ffd200;bottom: 0;}
.noUi-handle {cursor: pointer;top: -21px;left: -23px;position: absolute;width: 46px;height: 46px;border-radius: 50%;z-index: 1;}
.noUi-handle:focus {outline: none;}
.noUi-handle:before {position: absolute;border-radius: 50%;top: 0;left: 0;right: 0;bottom: 0;content: '';width: 40px;height: 40px;background: var(--primary);margin: auto;}
.noUi-handle:after {position: absolute;border-radius: 50%;top: 0;left: 0;right: 0;bottom: 0;content: '';width: 14px;height: 14px;background: #fff;margin: auto;border: 4px solid #ffd200;}
.calculator1-small,.calculator2-small {color: var(--text-color);background: none;min-height: 0;margin: 0;}
.calculator1-small .calculator1__box,.calculator2-small .calculator2__box {background: var(--gray);border-radius: 20px;box-shadow: none;text-align: left;margin: 0;padding: 54px 51px 49px;}
.calculator1-small .calculator1__buttons,.calculator2-small .calculator2__buttons {margin-top: 30px;}

.calculator1__inner,
.calculator2__inner {
    padding: 20px 30px 0;
}
.for_phones {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.new_calc_right .order_call input {
    border-style: solid;
    border-width: 1px;
    border-color: #dde4ed;
    border-radius: 5px;
    background-color: #edf5ff;
    height: 45px;
    color: gray;
    padding: 0 20px;
    width: auto;
    text-align: center;
}
.right_new_head {
    position: relative;
    z-index: 9;
}
.new_calc_desc div {
    font-size: 20px;
}
.new_calc_desc {
    font-size: 16px;
    font-family: "Verdana";
    color: #333;
    font-weight: 700;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.new_calc .btn {

  border-radius: 5px;
  background-color: rgb(255, 204, 0);
  box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);
    font-size: 18px;
    font-family: "Verdana";
    color: #332900;
    font-weight: 700;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border: none;
    width: 100%;
    max-width: 250px;
    margin: 0px auto;
}
.calc_item_sub{padding: 15px 0;}



.new_calc {
    background: #fff;
    border-radius: 10px;
}
.new_calc_name {
  font-size: 35px;
  font-family: "FuturaPT";
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
border-bottom: solid 1px #e5e5e5;
padding: 10px 0 5px;
}




@media (max-width: 768px) {
	
	.calculator1 {
        overflow: hidden;
        min-height: 0;
    }

    .calculator1__image-mask,
    .calculator2__image-mask {
        height: 136px;
        width: 250px;
        transform: rotate(-90deg);
        background-position: 82% 100%;
        background-size: 520%;
        bottom: auto;
        left: auto;
        right: -58px;
        top: 160px;
    }

    .calculator2__box,
    .calculator1__box {
        width: 100%;
        margin: 0;
        padding: 0;
        border-radius: 0;
        background: none;
        box-shadow: none;
    }

    .calculator2__inner,
    .calculator1__inner {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        padding: 24px 15px 0;
        margin: 0 -15px;
    }

    .calculator2__title,
    .calculator1__title {
        color: #fff;
        font-size: 32px;
        margin-bottom: -2px;
    }

    .calculator2__subtitle,
    .calculator1__subtitle {
        color: #fff;
        font-size: 26px;
        margin-bottom: 10px;
    }

    .calculator2__desc,
    .calculator1__desc {
        color: rgba(255, 255, 255, 0.6);
        line-height: 1.25;
    }

    .calculator2__control,
    .calculator1__control {
        margin-bottom: 23px;
    }

    .calculator1__label,
    .calculator2__label {
        font-size: 21px;
        margin: 0;
    }



    .calculator2__slider,
    .calculator1__slider {
        margin-top: 24px;
    }

    .calculator2__result,
    .calculator1__result {
        font-size: 21px;
    }

    .calculator1__summ-return,
    .calculator2__summ-return {
        font-size: 26px;
    }

    .calculator1__buttons,
    .calculator2__buttons {
        flex-flow: column-reverse;
    }

    .calculator1__buttons .btn--outline,
    .calculator2__buttons .btn--outline {
        border-color: transparent;
    }

    .calculator1__buttons .btn--outline:before,
    .calculator2__buttons .btn--outline:before {
        content: none;
    }

    .calculator1__buttons .btn--outline:hover,
    .calculator2__buttons .btn--outline:hover {
        color: #000;
    }

    .calculator1-small,
    .calculator2-small {
        padding: 11px 0 0;
        margin: 0;
    }

    .calculator1-small .calculator1__box,
    .calculator2-small .calculator1__box {
        padding: 25px 32px 0;
        border-radius: 0;
    }	
}