.calcPage,
.calcPage *{
	font-family: "Inter", sans-serif;
}
.calcPage select{
	border-radius: 5px;
	height: 48px;
}
.calcPage .likeH1,
.calcPage h1{
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 20px;
}
.calcPage h6{
	margin: 0 0 24px 0;
	font-weight: 500;
	font-size: 15px;
	color: #000
}
.calcPage label span:not(.jsLabelPrice){
	color: #bd0001;
}
.calcPage .buttonWrapper{
	margin: 10px 0  20px 0;
	padding: 0;
}
.calcPage .base{
	padding: 6px 6px 6px 6px;
}
.calcPage .base span{
	margin-left: 10px;
}
.calcPage .mt-10{
	margin-top: 10px;
}
.calcPage .jsSummPrice{
	min-width: 150px;
}
.calcPage img{
	max-width: 100%;
}
.calcPage .row{
	display: flex;
	align-items: start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.calcPage .row > div{
	width: 100%;
}
.calcPage input,
.calcPage select{
	border: 1px solid #bfbfbf;
	outline: none;
	padding: 0 11px 0 11px;
}
.calcPage input{
	border-radius: 5px;
	height: 41px;
	border-radius: 2px;
	border-top: 2px solid #CBD7E3;
	border-left: 2px solid #CBD7E3;
	border-right: 2px solid #CBD7E3;
	border-bottom: 2px solid #8998A5;
	font-weight: 500;
	font-size: 15px;
}
.calcPage input.error{
	border-color: #bd0001;
}
.calcPage .calc-input{
	position: relative;
}
.calcPage .calc-input::after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 2px;
	height: 2px;
	width: 74px;
	background: #14A7F3;
}
.calcPage .form-input{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.calcPage .form-input label{
	margin-bottom: 8px;
	display: block;
	font-weight: 500;
	font-size: 15px;
	color: #8998A6;
}
.calcPage .form-input > div{
	width: 49%;
}
.calcPage .form-input > div input{
	width: calc(100% - 32px);
}
.calcPage .form-input > div select{
	width: 100%;
}
.calcPage .mt-28{
	margin-top: 28px;
}

.calcPage .calcBlock:first-of-type{
	margin-bottom: 50px;
}
.jsBlockRes .flex-between{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.jsBlockRes h6 {
	margin: 0 0 9px 0;
}
.jsBlockRes .flex-between{
	margin-bottom: 24px;
}
.jsBlockRes .flex-between:last-of-type{
	margin-bottom: 0;
}
.jsBlockRes .form-answer {
	width: calc(100% - 30px);
	height: 43px;
	padding: 0 15px 0 0;
	display: flex;
	align-items: center;
	position: relative;
	font-size: 30px;
	font-weight: bold;
	color: #14A7F3;
}
.jsBlockRes .form-answer::after{
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 2px;
	background: #8998A5;
}
.jsBlockRes .text-res{
	margin: 6px 0 0 0;
	opacity: 1;
	color: #8998A6;
	font-weight: 500;
	font-size: 15px;
}
.jsBlockRes .jsSummPrice{
	margin-top: 14px;
}
.jsBlockRes .jsSummPrice::after{
	display: none;
}
.picture-calc{
	margin-top: 70px;
	margin-bottom: 35px;
}
.picture-calc h2{
	color: #275A90;
	font-weight: 500;
	font-size: 20px;
	margin: 0 0 18px 0;
}
.picture-calc .tcColumn h2{
	margin-bottom: 48px;
}
.picture-calc p{
	font-weight: 300;
	font-size: 15px;
}
.picture-calc .twoColumns{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.picture-calc .tcColumn{
	width: 49%;
}
.picture-calc .img{
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 35px;
}
.main-calc{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 47px;
	align-items: center;
}
.main-calc .ccolumn1{
	width: 48%;
	max-width: 550px;
}
.main-calc .ccolumn2{
	width: 52%;
	max-width: 596px;
	padding-left: 33px;
	padding-top: 18px;
	padding-bottom: 9px;
	border-left: 5px solid #14A7F3;
}
.mb22{
	margin-bottom: 22px;
}
.calcPage .buttonWrapper{
	margin: 0;
}
.calcPage .buttonWrapper .element-btn-1{
	margin: 42px 0 0 0;
}
.calcPage .nice-select{
	float: none;
	clear: both;
	max-width: 266px;
	min-width: 266px;
	height: 45px;
	background: #14A7F3;
	background: linear-gradient(90deg, rgba(20, 167, 243, 1) 0%, rgba(3, 141, 213, 1) 100%);
	border: unset;
	border-radius: 2px;
}
.calcPage .nice-select .current{
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 45px;
}
.calcPage .nice-select:after{
	border: unset;
	width: 12px;
	height: 12px;
	background: url("images/arrow_down.svg") no-repeat center;
	background-size: contain;
	right: 15px;
	 -webkit-transform-origin: unset;
	-ms-transform-origin: unset;
	 transform-origin: unset;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
.calcPage .nice-select.open:after{
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.calcPage .nice-select .list{
	width: 100%;
	border: unset;
	margin: 0;
	background: rgba(255, 255, 255, 0.91);
	box-shadow: unset;
}
.calcPage .nice-select .option{
	padding: 0 18px;
	font-size: 16px;
	color: #556B84;
}
.calcPage .nice-select .option.selected{
	font-weight: 600;
}
.selectRow.df{
	display: flex;
	align-items: center;
	gap: 3px;
}
@media screen and (max-width: 1300px){
	.calcPage .content-md{
		width: 100%;
	}
	.main-calc .ccolumn1,
	.main-calc .ccolumn2{
		width: 48%;
		max-width: unset;
	}
	.main-calc .ccolumn2{
		width: calc(48% - 33px);
	}
	.main-calc{
		gap: unset;
		justify-content: space-between;
	}
}
@media screen and (max-width: 1240px){
	#content.page.calcPage{
		width: calc(100% - 128px);
		padding: 0 64px;
	}
}
@media screen and (max-width: 1170px){
	.main-calc .ccolumn1{
		margin-bottom: 42px;
	}
	.main-calc .ccolumn1,
	.main-calc .ccolumn2{
		width: 100%;
	}
	.main-calc .ccolumn2{
		padding-left: 0;
		border: unset;
		padding: 0;
	}
	.calcPage .form-input > div{
		max-width: 266px;
	}
	.calcPage .form-input{
		justify-content: start;
		gap: 28px;
	}
	.calcPage .row > div{
		width: 100%;
	}
	.calcPage .row > div:first-of-type{
		margin-bottom: 28px;
	}
}