.wrapper__qwiz{border-bottom:1px solid #EEF4FA; border-top:1px solid #EEF4FA}
.calc_all{border-radius: 20px; margin-top: 60px; border: 1px solid  #EEF4FA; display: flex; justify-content: space-between; overflow: hidden; box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);}
.calc_left{width: 68%; text-align: left; padding: 30px 40px;}
.calc_right{background-color: #007ABE; width: 32%; text-align: left; padding: 30px 40px; display: flex; flex-direction: column; justify-content: space-between;}
.calc{width: 48%; margin-bottom: 30px;}
.calc_left, .calc_dop{display: flex; justify-content: space-between; flex-wrap: wrap;}
.calc_dop_title{font-weight: 500; font-size: 18px; margin: 0px 0px 30px 0px; width: 100%;}
.calc label{font-size: 14px; line-height:100%; display: block; margin-bottom: 5px;}
.calc_select {background-color: #EEF4FA;width: 100%;border-radius: 20px;border: none;font-size: 14px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-appearance: none;-moz-appearance: none;background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);background-position: calc(100% - 20px) calc(1em + 4px), calc(100% - 15px) calc(1em + 4px), calc(100% - 2.5em) 0.7em;background-size: 5px 5px, 5px 5px, 1px 1.5em;background-repeat: no-repeat;padding: 0 15px;height: 40px}
.calc_input_bg section select:focus {background-image:linear-gradient(45deg, gray 50%, transparent 50%),linear-gradient(135deg, transparent 50%, gray 50%),linear-gradient(to right, #ccc, #ccc); background-position:calc(100% - 15px) 1em,calc(100% - 20px) 1em,calc(100% - 2.5em) 0.5em; background-size:5px 5px,5px 5px,1px 1.5em; background-repeat: no-repeat; outline: 0;}
.calc_input_bg section select:-moz-focusring {color: transparent;text-shadow: 0 0 0 #000;}
.calc_input_bg{display: flex; justify-content: space-between; align-items: center;}
.calc_input{width: 85%; cursor: pointer;}
.calc_input_bg input[type='range'] {margin: 2px; -webkit-appearance: none !important; background: #e5eaf0; border-radius: 10px; height:6px;}
.calc_input_bg input[type='range']::-webkit-slider-thumb {-webkit-appearance: none!important; background:#007ABE; height:15px; width:15px; border-radius: 5px; transform: rotate(-45deg);}
.calc_input_bg span{padding: 10px; line-height:100%; min-width: 40px; text-align: center; border-radius: 10px; font-size: 14px;background-color: #EEF4FA;}
.calc_right_title{color:#fff; font-weight: 500; font-size: 16px; margin-bottom: 15px;}
.tovar_price span, .tovar_price_rub {position: relative; top: 1px; opacity: 0.5; color:#fff; margin-right: 8px; font-size: 32px; font-weight: 500;}
.calc_right .tovar_price{margin: 0;font-weight: 500; font-size: 32px; min-width: 180px; color:#fff;}
.calc_price_bg{display: flex;}
.calc_button{display: block; width: 100%; border: 1px solid;}
.calc_right_text{font-size: 12px; margin-top: 10px; line-height:120%; color:#fff}
.calc_button{box-shadow: 0 0 0 1px #fff inset; color:#fff; border:none}
.calc_button:hover{color:#007ABE; background:#fff}
@media(max-width: 1229px) {
	.calc_all{margin-top: 50px}
}
@media(max-width: 991px) {
	.calc_all{margin-top: 40px}
	.calc_all{flex-wrap: wrap}
	.calc_left, .calc_dop, .calc_right{width: 100%}
	.calc_right{text-align: center}
	.calc_price_bg{justify-content: center}
	.calc_button{margin: 20px auto; width: 80%}
	.tovar_price{margin: 20px 0px}
	.calc_price_bg .tovar_price{min-width: 60px}
}

@media(max-width: 767px) {
	.calc_all{margin-top: 30px}
	.calc_left, .calc_dop{flex-wrap: wrap}
	.calc, .tovar_text_bg{width: 100%}
	.calc_left, .calc_right{padding: 30px}
}
@media(max-width: 575px) {
	.calc_left, .calc_dop{text-align:center}
	.calc_all{margin-top: 20px}
}
@media(max-width: 420px) {
	.calc_left, .calc_right{padding: 20px}
}
