body{
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: "Roboto", sans-serif;
}
#content img{
	max-width: 100%;
}
.container{
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
.content{
	padding: 40px 0;
	font-size: 15px;
	line-height: 22px;
}
.content p{
	margin: 0 0 20px 0;
}
.container-text-top {
    padding: 20px 5px;
    line-height: 1.5;
}
.grid-wrap{
	display: flex;
}
.grid-wrap > div{
	width: 50%;
}
.grid-wrap > div:last-child{
	padding: 0 0 0 60px;
	width: 57%;
}
.calc-wrap{
	background: #F5F5F5;
	padding: 25px;
	box-shadow: 0px 0px 9px rgba(0,0,0,.1);
	box-sizing: border-box;
	height: 100%;
}
.calc-block-title{
	font-size: 18px;
	margin: 0 0 20px 0;
}
.calc-block-grid{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.calc-block-grid > div{
	width: 48%;
}
.calc-block{
	margin: 0 0 35px 0;
	padding: 0 0 35px 0;
	border-bottom: 1px solid #E6E6E6;
}
.calc-block:last-child{
	border: none;
	margin: 0;
	padding: 0;
}
.calc-block-block-title{
	margin: 0 0 6px 0;
	color: #666666;
	font-size: 13px;
	position: relative;
}
.calc-block-icon-info{
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url("../img/icon_info.svg") no-repeat 50% 50%;
	margin-left: 5px;
	cursor: pointer;
}
.calc-block-info{
	display: none;
	position: absolute;
	top: 100%;
	left: -10%;
	background: #eee;
	padding: 10px;
	border-radius: 5px;
	font-size: 13px;
	color: #333;
	border: 1px solid #c7c7c7;
	z-index: 100;
	width: 110%;
	max-width: 500px;
}
.calc-block-icon-info:hover .calc-block-info{
	display: block;
}
.calc-block-input{
	margin: 0 0 15px 0;
}
.calc-block-input input,
.calc-block-input select{
	width: 100%;
	outline: none;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	padding: 10px 12px;
	font-size: 13px;
	transition: all .3s;
}
.calc-block-input select{
	appearance: none;
	position: relative;
	background: #fff url("../img/icon_arrow-down.svg") no-repeat right 10px top 50%;
	cursor: pointer;
}
.calc-block-input select::-ms-expand{
	display: none;
}
.calc-block-input input:focus,
.calc-block-input select:focus{
	border-color: #808080;
}
.calc-grid-3{
	display: flex;
	justify-content: space-between;
}
.calc-grid-3 > div{
	width: 30%;
}
.custom-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.custom-checkbox+label {
	display: block;
	align-items: center;
	user-select: none;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	padding: 5px;
	cursor: pointer;
	background: #fff;
	font-size: 13px;
	height: 127px;
	box-sizing: border-box;
}
.custom-checkbox+label img{
	display: block;
	margin: 0 auto;
}
.custom-checkbox+label::before {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #adb5bd;
	border-radius: 0.25em;
	margin-right: 0.5em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}
.custom-checkbox:checked+label{
	border-color: #FFC336;
}
.custom-checkbox:checked+label::before {
	border-color: #FFC336;
	background-color: #FFC336;
	background-image: url("../img/icon_check.svg");
}
/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
	border-color: #b3d7ff;
}
/*
.custom-checkbox:not(:disabled):active+label::before {
	background-color: #b3d7ff;
	border-color: #b3d7ff;
}
.custom-checkbox:focus+label::before {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-checkbox:focus:not(:checked)+label::before {
	border-color: #80bdff;
}
.custom-checkbox:disabled+label::before {
	background-color: #e9ecef;
}
*/
.block-results{
	margin: 0 0 80px 0;
}
.block-results-title{
	text-align: center;
	color: #333;
	font-size: 27px;
	margin: 0 0 35px 0;
}
.block-results-bottom{
	font-size: 16px;
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
	align-items: flex-end;
}
.block-results-row{
	display: flex;
	justify-content: space-between;
	margin: 0 0 10px 0;
	align-items: flex-end;
	background: url("../img/bg_dot.svg") repeat-x left 0 bottom 6px;
}
.block-results-name{
	color: #999999;
	font-size: 15px;
	background: #fff;
	padding-right: 3px;
}
.block-results-value{
	font-size: 16px;
	background: #fff;
	padding-left: 3px;
}
.block-results-price{
	font-weight: bold;
	font-size: 24px;
	text-align: right;
	min-width: 110px;
}
.block-results-price span{
	font-weight: normal;
	font-size: 16px;
}
.block-form{
	background: url("../img/calc_list.png") no-repeat right 50%;
	box-sizing: border-box;
}
.block-form-inner{
	padding-right: 280px;
}
.block-form-title{
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
	margin: 0 0 20px 0;
}
.block-form-text{
	margin: 0 0 15px 0;
	color: #333;
	font-size: 20px;
	line-height: 30px;
}
.block-form-input{
	margin: 0 0 18px 0;
}
.block-form-input input{
	width: 100%;
	box-sizing: border-box;
	font-family: inherit;
	font-size: 20px;
	border-radius: 5px;
	border: 1px solid #ccc;
	outline: none;
	padding: 12px 18px;
	transition: all .3s;
}
.block-form-input input:focus{
	border-color: #FFC336;
}
.block-form-input input::placeholder{
	color: #A5A5A5;
}
.block-form-btn-wrap{
	text-align: center;
	margin-top: 10px;
}
.block-form-btn{
	display: inline-block;
	cursor: pointer;
	outline: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	line-height: normal;
	padding: 24px 40px;
	border-radius: 10px;
	color: #000;
	background: linear-gradient(92.16deg, #FFC336 0%, #FFD650 100%);
	border: none;
	transition: all .3s;
}
.block-form-btn:hover{
	background: linear-gradient(92.16deg, #e9ac22 0%, #fbb60b 100%);
}

@media all and (max-width: 1240px){
	.container{
		padding: 0 20px;
	}
}
@media all and (min-width: 800px) and (max-width: 1200px){
	.grid-wrap > div:first-child{
		width: 60%;
	}
	.grid-wrap > div:last-child{
		width: 50%;
		padding-left: 40px;
	}
	.block-form-title{
		font-size: 32px;
	}
	.block-form-inner{
		padding-right: 80px;
	}
	.block-form{
		background: url("../img/calc_list.png") no-repeat right bottom;
		background-size: 250px;
	}
}
@media all and (max-width: 800px) {
	.grid-wrap{
		flex-wrap: wrap;
	}
	.grid-wrap > div,
	.grid-wrap > div:last-child{
		width: 100%;
		padding: 0;
		margin: 0 0 30px 0;
		padding: 0;
	}
	.custom-checkbox+label{
		height: 100%;
	}
	.block-form{
		background: url("../img/calc_list.png") no-repeat right bottom;
		background-size: 250px;
	}
	.block-form-inner{
		padding-right: 140px;
	}
}
@media all and (max-width: 500px){
	.calc-block-grid > div{
		width: 100%;
		margin: 0 0 10px 0;
	}
	.block-results-name,
	.block-results-value{
		font-size: 14px;
	}
	.block-form-title{
		font-size: 28px;
		line-height: normal;
	}
	.block-form-inner{
		padding-right: 0;
	}
}