.calc_fl_title {
	color:#111;
	text-align:center;
	font-weight:500;
}
.calc_p_title {
	text-align:center;
	font-size:14px;
	color:#111;
	font-weight:300;
}
.radio_calc_fl {
	position: relative;
	margin-bottom:10px;
	margin-left:20px;
}
.radio_calc_fl small{
	font-size:10px;
}
.radio_calc_fl input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
}
.radio_calc_fl label {
	padding-left:30px;
	font-size:15px;
	color: #111;
	cursor: pointer;
	font-weight:700;
}

.radio_calc_fl label:before {
	content: "";
	display: block; 
	width: 16px;
	height: 16px;
	border: 1px solid #ffce00;
	background-color: #f9f9f9; 
	border-radius: 0;
	position: absolute;
	top: 0; 
	left: 0;
	z-index: 1;
}

.radio_calc_fl label:after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background-color: #ffce00;
	border-radius: 0;
	opacity: 0.1;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 2;
}
.radio_calc_fl input:checked + label:after {
	opacity: 1;
}
.radio_calc_fl input:checked + label:before {
	border:1px solid #ffce00;
}


.calc_fl {
	padding-top:40px;
}

.calc_fl_one, .calc_fl_two, .calc_fl_three, .calc_fl_fo{
	width:280px;
	height:100%;
	margin:0 10px;
}

.calc_fl_head {
	border-radius:10px;
	padding:15px;
	position:relative;
}
.calc_fl_head div {
	text-align:center;
	font-weight:700;
	font-size:18px;
	color:#111;
}
.calc_fl_body{
	height:100%;
	position:relative;
	margin-top:20px;
	padding:15px 10px;
}
.calc_fl_one .calc_fl_body:before, .calc_fl_one .calc_fl_head:before, .calc_fl_two .calc_fl_body:before, .calc_fl_two .calc_fl_head:before, 
.calc_fl_three .calc_fl_body:before, .calc_fl_three .calc_fl_head:before, .calc_fl_fo .calc_fl_body:before, .calc_fl_fo .calc_fl_head:before {
	content:"";
	position:absolute;
	top:2px;
	left:1px;
	bottom:2px;
	right:2px;
	background-color: #fff;
	z-index:2;
}
.calc_fl_one .calc_fl_body:after, .calc_fl_one .calc_fl_head:after, .calc_fl_two .calc_fl_body:after, .calc_fl_two .calc_fl_head:after,
.calc_fl_three .calc_fl_body:after, .calc_fl_three .calc_fl_head:after, .calc_fl_fo .calc_fl_body:after, .calc_fl_fo .calc_fl_head:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index:1;
	border-radius:10px;
}
.calc_background {position:relative; background:#fff; border-top:1px solid #e7e7e7; padding:60px 0;}


.calc_fl_one .calc_fl_body:after {
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 100%);
}
.calc_fl_one .calc_fl_head:after {
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 100%);
}
.calc_fl_two .calc_fl_body:after {
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 33%, rgba(221,0,0,1) 33%, rgba(221,0,0,1) 100%);
}
.calc_fl_two .calc_fl_head:after {
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 33%, rgba(221,0,0,1) 33%, rgba(221,0,0,1) 100%);
}
.calc_fl_three .calc_fl_body:after {
	background: linear-gradient(90deg, rgba(221,0,0,1) 66.7%, rgba(221,0,0,1) 66.7%, rgba(255,206,0,1) 66.7%, rgba(255,206,0,1) 100%);
}
.calc_fl_three .calc_fl_head:after {
	background: linear-gradient(90deg, rgba(221,0,0,1) 66.7%, rgba(221,0,0,1) 66.7%, rgba(255,206,0,1) 66.7%, rgba(255,206,0,1) 100%);
}
.calc_fl_fo .calc_fl_body:after {
	background: linear-gradient(90deg, rgba(255,206,0,1) 0%, rgba(255,206,0,1) 100%);
}
.calc_fl_fo .calc_fl_head:after {
	background: linear-gradient(90deg, rgba(255,206,0,1) 0%, rgba(255,206,0,1) 100%);
}	
.calc_fl_content {
	z-index: 999;
	position: relative;	
}



.pm_calc_fl {
	margin:5px;
}
.pm_calc_fl span {
	font-size:16px;
	padding-bottom:5px;
	font-weight:700;
	text-align: center;
	color:#111;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;	
}
.calc_flag_plus, .calc_flag_minus {
	width:40px;
	height:30px;
	text-align:center;
	font-size:24px;
	color:#fff;
	font-weight:bold;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}
.calc_flag_minus {
	background-color:#ffce00;
	margin-right:5px;
}
.calc_flag_plus {
	background-color:#ff0000;
	margin-left:5px;
}

.calc_flag_plus:hover{
	background-color:#ff3333;
	color:#f5f5f5;
}	
.calc_flag_minus:hover {
	background-color:#ffd633;
	color:#f5f5f5;
}
.pm_calc_fl input {
	width:40px;
	text-align:center;
	border:0; 
	font-size:18px;
	outline:none;
	font-weight:700;
	color:#111;
	border:1px solid #e7e7e7;
}


#itogo_calc {
	font-weight:700;
	font-size:40px;
	color:#111;
	text-decoration:none;
	text-align:center;
	margin-left:20px;
}
#itogo_calc_r {
	font-weight:700;
	font-size:18px;
	text-align:center;
	text-decoration:none;
	margin-left:7px;
}
.calc_fl_itog p {
	font-weight:400;
	font-size:12px;
	margin-top:10px;
	color:#aaa;
	text-align:center;
}
.calc_fl_itog span {
	font-size:14px;
	font-weight:700;
	text-decoration:underline;
	color:#252525;
	text-align:left;
	margin-right:20px;
}
.calc_fl_itog a {
	font-size:14px;
	font-weight:700;
	text-decoration:underline;
	color:#FF0000;
	text-align:right;
}

.calc_txt {
	min-width:280px; width:60%;
	font-size:18px;
	line-height:21px;
	color:#252525;
	padding-right:20px;
	font-weight:400;
}
.calc_fl_form {
	padding:20px;
	background:#fff;
	border:1px solid #e7e7e7;
	min-width:280px; width:40%;
}
.calc_fl_form span {
	font-weight:700;
	font-size:24px;
	color:#111;		
}
.calc_fl_form p {
	font-weight:400;
	font-size:16px;
	color:#252525;
	text-align:center;
	margin:5px 0;
}
.calc_fl_form input[type=number] {
	color:#111;
	text-align:left;
	width:200px;
	background:#fff;
	border:2px solid #FFCE00;
	font-size:18px;
	padding:10px 20px;
	margin-right:20px;
}
.calc_fl_form input::placeholder {
	font-size:16px; color:#aaa;
	padding-bottom:4px;
}
.calc_fl_form button {
	background:#FFCE00;
	color:#111;
	font-size:18px;
	font-size:700;
	text-align:center;
	padding:10px 20px;
	border:2px solid #FFCE00;
	outline:none;
	width:200px;
}
.calc_fl_form button:hover {
	background:#ffd633;border:2px solid #ffd633;
}

.calc_fl_fo .pm_calc_fl span {color:#111;}

.itog_container {
	min-width:300px; width:100%; max-width:1180px;
	margin:20px; margin-top:40px;
}

.calc_it_tit {
	font-size:18px;
	font-weight:600;
	text-align:center;
}


@media only screen and (max-width: 1220px) {
	.calc_fl_one, .calc_fl_two, .calc_fl_three, .calc_fl_fo{
		width:260px;
		margin:0 5px;
	}
	.calc_fl_head {
		font-size:16px;
	}
	.calc_fl_body{
		padding:15px 10px;
		font-size:14px;
		margin-top:15px;
	}
	.pm_calc_fl span {
		font-size:14px;
	}
	.pm_calc_fl input {
		font-size:16px;
	}
	.calc_fl_form input[type=number] {
		width:100%; max-width:300px;
		border:2px solid #FFCE00;
		margin-right:0;
		
	}
	.calc_fl_form button {
		margin-top:15px;
		width:100%; max-width:300px;
	}
}
@media only screen and (max-width: 1100px) {
	.calc_fl_one, .calc_fl_two, .calc_fl_three, .calc_fl_fo{
		width:220px;
	}
	.calc_fl_title {
		padding:0 20px;
	}
	.calc_fl {
		padding-top:20px;
	}
}
@media only screen and (max-width: 960px) {
	.calc_block {
		width:calc(50% - 20px);
		margin:0 10px;
		margin-bottom:20px;
	}
	.calc_fl_one, .calc_fl_two, .calc_fl_three, .calc_fl_fo{
		width:100%;
		margin:0 5px;
	}
	.calc_fl_one .calc_fl_body:after {
		background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 66.6%, rgba(221,0,0,1) 66.6%, rgba(221,0,0,1) 100%);
	}
	.calc_fl_one .calc_fl_head:after {
		background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 66.6%, rgba(221,0,0,1) 66.6%, rgba(221,0,0,1) 100%);
	}		

	.calc_fl_two .calc_fl_body:after {
		background: linear-gradient(90deg, rgba(221,0,0,1) 0%, rgba(221,0,0,1) 33.4%, rgba(255,206,0,1) 33.4%, rgba(255,206,0,1) 100%);
	}

	.calc_fl_two .calc_fl_head:after {
		background: linear-gradient(90deg, rgba(221,0,0,1) 0%, rgba(221,0,0,1) 33.4%, rgba(255,206,0,1) 33.4%, rgba(255,206,0,1) 100%);
	}
	.calc_fl_three .calc_fl_body:after {
		background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 66.6%, rgba(221,0,0,1) 66.6%, rgba(221,0,0,1) 100%);
	}
	.calc_fl_three .calc_fl_head:after {
		background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 66.6%, rgba(221,0,0,1) 66.6%, rgba(221,0,0,1) 100%);
	}		
	.calc_fl_fo .calc_fl_body:after {
		background: linear-gradient(90deg, rgba(221,0,0,1) 0%, rgba(221,0,0,1) 33.4%, rgba(255,206,0,1) 33.4%, rgba(255,206,0,1) 100%);
	}
	.calc_fl_fo .calc_fl_head:after {
		background: linear-gradient(90deg, rgba(221,0,0,1) 0%, rgba(221,0,0,1) 33.4%, rgba(255,206,0,1) 33.4%, rgba(255,206,0,1) 100%);
	}
}

@media only screen and (max-width: 800px) {
	.calc_fl_form {
		margin-top:-40px;
		width:90%;
		order:1;
	}
	.calc_txt {
		width:100%;
		padding-left:20px;
		font-size:16px;
		order:2;
		margin-top:20px;
	}
}

@media only screen and (max-width:720px) {
	.calc_background {
		padding:40px 0;
	}
	.calc_p_title {
		margin-bottom:20px;
		margin-top:10px;
	}
	.calc_hide_mob {display:none;}
}

@media only screen and (max-width: 560px) {

	.calc_block {
		width:calc(100% - 60px);
		margin:0 30px;
		margin-bottom:20px;
	}
	.calc_fl_one .calc_fl_body:after, .calc_fl_one .calc_fl_head:after, .calc_fl_two .calc_fl_body:after, .calc_fl_two .calc_fl_head:after,.calc_fl_three .calc_fl_body:after,
	.calc_fl_three .calc_fl_head:after,.calc_fl_fo .calc_fl_body:after, .calc_fl_fo .calc_fl_head:after{
		background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 33.2%, rgba(221,0,0,1) 33.2%, rgba(221,0,0,1) 66.6%, rgba(255,206,0,1) 66.6%, rgba(255,206,0,1) 100%);
	}
}
@media only screen and (max-width: 360px) {
	.calc_block {
		width:calc(100% - 20px);
		margin:0 10px;
		margin-bottom:20px;
	}
}




input[type=range] {-webkit-appearance:none; margin-left:-60%;}
input[type=range]::-webkit-slider-runnable-track {
	border-radius:5px;
	height:20px;
	width:100%;
	min-width:280px;
	border:0;
	background-color:#ffce00;
	box-shadow:0 0 10px -2px rgba(98, 79, 0, .3) inset;
}

input[type=range]::-moz-range-track {
	border-radius:5px;
	height:20px;
	width:100%;
	min-width:280px;
	border:0;
	background-color:#ffce00;
}
input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	background-color:#ff0000;
	border:7px solid #ffce00;
	width:33px;
	height:33px;
	border-radius:180px;
	cursor:pointer;
	margin-top:-7px;
	box-shadow:0 0 10px -2px #624f00;
}

input[type=range]::-moz-range-thumb{
	background-color:#ff0000;
	border:7px solid #ffce00;
	width:33px;
	height:33px;
	border-radius:180px;
	cursor:pointer;
	margin-top:-7px;
	box-shadow:0 0 10px -2px #624f00;
}
.ranger_form_div {
	display:none;
	padding:0 20px 40px 20px;
	background:#fff;

}
.ranger_form {
	width:100%; max-width:680px;
	padding:40px;
	border:1px solid #e7e7e7;
}
.ranger_form > .calc_p_title {margin-bottom:40px;}
.range_input_div {
	margin-top:20px;
}
.range_input_div span {
	font-size:14px; color:#111;
}
.range_input {
	font-size:16px; color:#111;
	font-weight:700;
	padding:10px 20px;
	width:70px;
	border:1px solid #e7e7e7;
	text-align:center;
	border-radius:0;
	margin:0 10px;
}
#range_price {
	margin-top:10px;
	font-size:16px;
	color:#aaa;
}
#range_price b {font-weight:700; font-size:32px;color:#111;}

.range_btn_div {
	margin-bottom:30px;
	gap:10px;
}
.range_btn {
	padding:20px;
	border:1px solid #e7e7e7;
	font-size:18px;
	color:#111;
	background:#fff;
}
.range_btn:hover, .range_btn_act {
	border:1px solid #ffce00; background:#f9f9f9;
}
.ranger_form p {
	color:#333; font-size:14px;
	margin-top:20px; font-weight:400;
}
.range_inputs {
	margin-top:20px;
	gap:10px;
	width:100%;
}
#range_phone {
	width:calc(50% - 5px);
	border:1px solid #e7e7e7;
	color:#111;
	font-size:18px;
	padding:10px 20px;
	border-radius:0;
}
.send_range {
	width:calc(50% - 5px);
	border:1px solid #ffce00;
	color:#111;
	background:#ffce00;
	font-size:18px;
	padding:10px 20px;
}
.range_link {
	font-size:14px;
	color:#aaa;
	margin-top:40px;
}

@media only screen and (max-width:720px) {
	.ranger_form_div {
		display:flex;
	}
}
@media only screen and (max-width:500px) {
	#range_phone {
		width:100%;
		margin-bottom:5px;
	}
	.send_range {
		width:100%;
	}
}