.about-calculator{
    padding: 40px 0 40px 0;
    background: #F8F8F8;
}
.about-calculator .container {
    max-width: 1074px;
    padding-left: 25px;
    padding-right: 25px;
}
.about-calculator h2{
    font-weight: 700;
    font-size: 32px;
    color: #111;
    text-transform: none;
    padding-bottom: 20px;
}
.about-calculator__sub-title{
    font-weight: 500;
    font-size: 18px;
    text-transform: none;
    text-align: center;
}
.box-calc{
    display: block;
    margin: 20px 0 0 0 ;
    display: flex;
	box-shadow: 21px 13px 40px 0 rgba(182, 182, 182, 0.25);
    border-radius: 16px;
}
.box-calc__Left{
    width: 50%;
    background: #ffffff;
    border-radius: 16px 0 0 16px;
    padding: 40px 45px 20px 45px;
  	display: block;
	min-height: 433px;
}
.box-calc__right{
    width: 50%;
    background: linear-gradient(90deg, #e8674d 0%, #fa846b 100%);
    border-radius: 0 16px 16px 0;
    padding: 53px 45px 40px 45px;
	min-height: 433px;
}
.box-calc__line-input{
	display: flex;
	padding: 30px 0 10px 0;
	align-items: center;
	flex-wrap: wrap;
}
.box-calc__label{
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	color: #828282;
	padding-right: 20px;
	letter-spacing: 1.3px;
	padding: 5px 10px 0 0;
	width: 59%;
}
.box-calc-input{
	width: 41%;
	display: flex;
}
.box-calc-input__field{
	width: 76%;
	height: 56px;
	border: 1px solid #e0e0e0;
	border-radius: 8px 0px 0px 8px;
	border-right: none;
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
	color: #000;
	padding: 0 15px 0 15px;
	font-family: Montserrat, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.box-calc-input__field_full{
    width: 100%;
    border: 1px solid #e0e0e0;
	border-radius: 8px;
}
.box-calc-input__icon{
	width: 34%;
	height: 56px;
	border: 1px solid #e0e0e0;
	border-radius: 0px 8px 8px 0px;
	text-align: center;
	font-family: Montserrat, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 100%;
	padding: 16px 0 0 0;
}
.box-slide-price{
	display: block;
	position: relative;
	padding: 20px 0 50px 0;
}
.box-slide-price__line{
	
}
.box-calc__total-price{
	font-family: var(--font-family);
	font-weight: 800;
	font-size: 75px;
	line-height: 128%;
	color: #fff;
}
.box-calc__text{
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 18px;
	line-height: 133%;
	color: #fff;
}
.box-calc__box-btn{
	border-top: solid 2px rgb(255,255,255,0.5);
	padding: 35px 0 0 0;
	margin: 20px 0 0 0;
}
.box-calc__btn{
	border-radius: 8px;
	padding: 24px 20px 24px;
	width: 100%;
	background: #ffffff;
	font-weight: 600;
	font-size: 22px;
	line-height: 109%;
	color: #222;
	width: 100%;
	text-align: center;
	display: block;
}

.box-slide-price{
	width: 100%;
	padding: 27px 0 0 0;
}
.box-calc__line-input{
	width: 100%;
}
.noUi-target{
    box-shadow: none;
    background: rgba(235, 115, 83, 0.2);
    border: none;
}
.noUi-horizontal{
    height: 4px;
}
.noUi-connect{
    background: linear-gradient(90deg, #E8674D 0%, #FA846B 100%);
}
.noUi-handle{
    border-radius: 50%;
    fill: #fff;
    border:4px solid #eb7353;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.noUi-horizontal .noUi-handle{
    width: 25px;
    height: 25px;
    right: -11px;
    top: -11px;
}
.noUi-handle:before,
.noUi-handle:after{
    display: none;
}
.box-min-max{
    padding: 16px 0 0 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.box-min-max span{
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    color: #828282;
}

@media screen and (max-width:991px) {
    .about-calculator h2{
        font-size: 28px;
    }
    .about-calculator__sub-title{
        font-size: 16px;
    }
    .box-calc{
        margin-top: 15px;
        display: block;
        margin-left: -25px;
        margin-right: -25px;
    }
    .box-calc__label{
        font-size: 18px;
        line-height: 133%;
    }
    .box-calc-input__field,
    .box-calc-input__icon{
        font-size: 18px;
    }
    .box-calc__Left{
        width: 100%;
        min-height: 0;
        border-radius: 16px 16px 0 0;
        padding: 24px 32px;
    }
    .box-calc__right{
        width: 100%;
        min-height: 0;
        border-radius: 0 0 16px 16px;
        padding: 40px 27px;
        text-align: center;
    }
    .box-calc__total-price{
        font-size: 59px;
        line-height: 113%;
        white-space: nowrap;
    }
    .box-calc__text{
        font-size: 16px;
        line-height: 150%;
    }
    .box-calc__btn{
        font-size: 16px;
        line-height: 150%;
        text-align: center;
        color: #222;
    }
}



















