@font-face {
	font-family: 'FuturaPT';
	src: url('../fonts/FuturaPT-Light/FuturaPT-Lightd41d.eot?#iefix') format('embedded-opentype'),
	url('../fonts/FuturaPT-Light/FuturaPT-Light.otf')  format('opentype'),
	url('../fonts/FuturaPT-Light/FuturaPT-Light.woff') format('woff'),
	url('../fonts/FuturaPT-Light/FuturaPT-Light.ttf')  format('truetype'),
	url('../fonts/FuturaPT-Light/FuturaPT-Light.svg#FuturaPT-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FuturaPT';
	src: url('../fonts/FuturaPT-Medium/FuturaPT-Mediumd41d.eot?#iefix') format('embedded-opentype'),
	url('../fonts/FuturaPT-Medium/FuturaPT-Medium.otf')  format('opentype'),
	url('../fonts/FuturaPT-Medium/FuturaPT-Medium.woff') format('woff'),
	url('../fonts/FuturaPT-Medium/FuturaPT-Medium.ttf')  format('truetype'),
	url('../fonts/FuturaPT-Medium/FuturaPT-Medium.svg#FuturaPT-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'FuturaPT';
	src: url('../fonts/FuturaPT-Bold/FuturaPT-Boldd41d.eot?#iefix') format('embedded-opentype'),
	url('../fonts/FuturaPT-Bold/FuturaPT-Bold.otf')  format('opentype'),
	url('../fonts/FuturaPT-Bold/FuturaPT-Bold.woff') format('woff'),
	url('../fonts/FuturaPT-Bold/FuturaPT-Bold.ttf')  format('truetype'),
	url('../fonts/FuturaPT-Bold/FuturaPT-Bold.svg#FuturaPT-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'FuturaPT';
	src: url('../fonts/FuturaPT-Heavy/FuturaPT-Heavyd41d.eot?#iefix') format('embedded-opentype'),
	url('../fonts/FuturaPT-Heavy/FuturaPT-Heavy.otf')  format('opentype'),
	url('../fonts/FuturaPT-Heavy/FuturaPT-Heavy.woff') format('woff'),
	url('../fonts/FuturaPT-Heavy/FuturaPT-Heavy.ttf')  format('truetype'),
	url('../fonts/FuturaPT-Heavy/FuturaPT-Heavy.svg#FuturaPT-Heavy') format('svg');
	font-weight: 900;
	font-style: normal;
}

*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	outline: none;
}
img{
	max-width: 100%;
	max-height: 100%;
	height: auto;
	vertical-align: bottom;
}
input{
	-webkit-appearance: none;
}
html{
	margin-right: 0!important;
	overflow: visible!important;
}
body{
	font-family: 'FuturaPT';
}
.container{
	max-width: 1130px;
	padding: 0 15px;
	margin-left: auto;
	margin-right: auto;
}
.row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}


.top-line .row{
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
}
.top-line .logo{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.top-line .logo img{
	flex-shrink: 0;
	margin-right: 10px;
}
.top-line .logo .txt{
	font-size: 9px;
	line-height: 1;
	font-weight: 500;
	color: #202020;
	margin-left: 20px;
}
.top-line .logo .txt span{
	font-weight: 500;
	font-size: 1.5em;
	color: #11224d;
}
.top-line .info{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
}
.top-line .info-item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-left: 25px;
	margin-bottom: 10px;
}

.zagname {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
.top-line .info-item .icon{
	flex-shrink: 0;
	margin-right: 10px;
}
.top-line .tel .txt{
	font-size: 18px;
	font-weight: bold;
	color: #0a1f54;
}
.top-line .schedule .txt,
.top-line .address .txt{
	font-size: 12px;
	font-weight: bold;
	color: #0092dd;
}
.top-line .schedule .txt span,
.top-line .address .txt span{
	font-size: 1.33em;
	line-height: 1;
	color: #0a1f54;
}


.nav .row{
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	padding: 25px 0;
}
.nav .menu{
	list-style: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.nav .menu li{
	margin-right: 15px;
}
.nav .menu li a{
	display: block;
	font-size: 18px;
	color: #0a1f54;
	padding: 8px 20px 10px;
	border: 2px solid transparent;
	border-radius: 25px;
	white-space: nowrap;
	transition: .25s;
	    font-weight: 900;
}
.nav .menu li a:hover{
	border-color: #3fbbef;
}
.lg-orange{
	color: #fff;
	background: #e2231a;
	background: -moz-linear-gradient(left, #b1221b 0%, #e2231a 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #b1221b), color-stop(100%, #e2231a;));
	background: -webkit-linear-gradient(left, #b1221b 0%, #e2231a 100%);
	background: -o-linear-gradient(left, #b1221b 0%, #e2231a 100%);
	background: -ms-linear-gradient(left, #b1221b 0%, #e2231a 100%);
	background: linear-gradient(to right, #b1221b 0%, #e2231a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1221b', endColorstr='#e2231a', GradientType=1 );
	transition: .25s;
}
.lg-orange:hover{
	background: -moz-linear-gradient(left, #e2231a 0%, #b1221b 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #e2231a), color-stop(100%, #b1221b));
	background: -webkit-linear-gradient(left, #e2231a 0%, #b1221b 100%);
	background: -o-linear-gradient(left, #e2231a 0%, #b1221b 100%);
	background: -ms-linear-gradient(left, #e2231a 0%, #b1221b 100%);
	background: linear-gradient(to right, #e2231a 0%, #b1221b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2231a', endColorstr='#b1221b', GradientType=1 );
}
.nav .popup-btn{
	font-size: 18px;
	padding: 10px 40px 12px;
	border-radius: 25px;
	white-space: nowrap;
}


.header-banner{
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}
.header-banner .row{
	min-height: 475px;
	padding: 25px 0;
	-ms-align-items: center;
	align-items: center;
}
.header-banner .text{
	width: calc(100% - 350px);
	padding-right: 30px;
	font-size: 44px;
	line-height: 1;
	font-weight: bold;
	color: #0a1f54;
}

.pred_h1 {
	display: inline;
}

.posle_h1{
	color: #e2231a;
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 40px;
}


.header-banner .text .txt1 h1{
font-size:44px;
display: inline;
}
.header-banner .text .txt1 h1 span{
font-size:80px;
line-height: 60px;
}
.header-banner .text .line-through{
	text-decoration: line-through;
}
.header-banner .text .orange{
	font-size: 1.33em;
	color: #e2231a;;
}
.header-banner .text .days{
	font-size: 0.4em;
	display: block;
	padding-left: 20px;
	margin-bottom: 10px;
}
.header-banner .text .usluga {
	font-size: 0.6em;
}

.old-price {
  position: relative;
  color: #7f94a1;
}

.old-price:before {
  border-bottom: 3px solid red;
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  transform: rotate(-12deg);
}

.header-banner .text .gray {
	font-size: 1.33em;
}

.header-banner .text .txt2{
	margin-top: 60px;
}
.header-banner .form{
	width: 350px;
	background-color: #fff;
	/*padding: 15px 20px;*/
}
.header-banner .form .title{
	font-size: 18px;
	color: #000;
	font-weight: 500;
	margin-bottom: 15px;
}
.header-banner .form .input{
	display: block;
	width: 100%;
	border: 1px solid #000;
	font-family: inherit;
	font-size: 18px;
	color: #000;
	padding: 10px;
	margin-bottom: 15px;
	outline: none;
}
.header-banner .form .input::placeholder{
	color: #000;
	opacity: 1;
}
.header-banner .form .space-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.header-banner .form .space-wrap label{
	width: calc(50% - 5px);
	border: 1px solid #000;
	font-size: 18px;
	color: #000;
	padding: 10px;
	cursor: pointer;
}
.header-banner .form .space-wrap input{
	display: none;
}
.header-banner .form .space-wrap input:checked + .space-txt{
	font-weight: 500;
}
.header-banner .form .submit{
	display: block;
	width: 100%;
	border: none;
	font-family: inherit;
	font-size: 22px;
	font-weight: 500;
	padding: 7px 10px 9px;
	border-radius: 25px;
	outline: none;
	cursor: pointer;
}


.about{
	padding-top: 70px;
}
.about .img{
	width: 40%;
	padding-right: 35px;
}
.about .img .img-wrap{
	max-width: 395px;
}
.about .img .img-bg{
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	padding-bottom: 128%;
	position: relative;
}
.about .img .img-bg::after{
	content: '';
	position: absolute;
	left: 20px;
	top: 20px;
	bottom: -20px;
	right: -20px;
	border: 10px solid #e2231a;
}

.about .txt{
	width: 60%;
}
.about .title{
	font-size: 36px;
	font-weight: bold;
	color: #11224d;
	margin-bottom: 30px;
}
.about ul{
	margin-top: 30px;
	list-style: none;
	font-size: 24px;
	color: #11224d;
}
.about ul li{
	padding-left: 40px;
	position: relative;
	margin-bottom: 10px;
}
.span_li{
	font-size: 0.7em;
}

.about ul li::before{
	content: '';
	position: absolute;
	left: 0;
	/*top: 50%;
	margin-top: -16px;*/
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-image: url(../img/lsi.png);
}


.prices{
	padding-top: 70px;
}
.s-title{
	font-size: 36px;
	font-weight: bold;
	color: #11224d;
	text-align: center;
	margin-bottom: 50px;
	position: relative;
}
.s-title::before{
	content: '';
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -15px;
	width: 60px;
	height: 2px;
	background-color: #0092dd;
}
.s-title::after{
	content: '';
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -22px;
	width: 12px;
	height: 12px;
	background-color: #fff;
	border: 2px solid #0092dd;
}
.prices .row{
	justify-content: space-between;
}
.prices .item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
	width: 33%;
	border: 5px solid #e2231a;
	text-align: center;
	padding-top: 15px;
}
.prices .item .top{
	margin-bottom: 30px;
}
.prices .item .title{
	font-size: 24px;
	font-weight: 500;
	color: #11224d;
	margin-bottom: 10px;
}
.prices .item .points{
	font-size: 18px;
	padding-left:10px;
	text-align:left;
}
.prices .item .points p{
	margin-bottom: 5px;
}
.prices .item .points b{
	font-weight: 500;
}
.prices .item .price{
	background-color: #e2231a;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	padding: 2px;
}
.lg-blue{
	color: #fff;
	background: #0c67b6;
	background: -moz-linear-gradient(left, #0c67b6 0%, #0092dd 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #0c67b6), color-stop(100%, #0092dd));
	background: -webkit-linear-gradient(left, #0c67b6 0%, #0092dd 100%);
	background: -o-linear-gradient(left, #0c67b6 0%, #0092dd 100%);
	background: -ms-linear-gradient(left, #0c67b6 0%, #0092dd 100%);
	background: linear-gradient(to right, #0c67b6 0%, #0092dd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c67b6', endColorstr='#0092dd', GradientType=1 );
	transition: .25s;
}
.lg-blue:hover{
	background: -moz-linear-gradient(left, #0092dd 0%, #0072c3 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #0092dd), color-stop(100%, #0072c3));
	background: -webkit-linear-gradient(left, #0092dd 0%, #0072c3 100%);
	background: -o-linear-gradient(left, #0092dd 0%, #0072c3 100%);
	background: -ms-linear-gradient(left, #0092dd 0%, #0072c3 100%);
	background: linear-gradient(to right, #0092dd 0%, #0072c3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0092dd', endColorstr='#0072c3', GradientType=1 );
}
.prices .item .popup-btn{
	display: inline-block;
	font-size: 18px;
	padding: 8px 40px 10px;
	border-radius: 25px;
	margin: 10px 0;
}

.popup-btn-top{
	display: none;
	font-size: 18px;
	padding: 8px 40px 10px;
	border-radius: 25px;
	margin: 10px 0;
}

.spisok {
	margin-left: 20px;
}

.radiators{
	padding-top: 70px;
}
.radiators .descr{
	margin-bottom: 50px;
}
.radiators .row{
	justify-content: space-between;
}
.radiators .item{
	width: 24%;
}
.radiators .item .img{
	height: 230px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 10px;
	position: relative;
}
.radiators .item .img::before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: #0072c3;
	background: -moz-linear-gradient(left, #0072c3 0%, #00a1e6 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #0072c3), color-stop(100%, #00a1e6));
	background: -webkit-linear-gradient(left, #0072c3 0%, #00a1e6 100%);
	background: -o-linear-gradient(left, #0072c3 0%, #00a1e6 100%);
	background: -ms-linear-gradient(left, #0072c3 0%, #00a1e6 100%);
	background: linear-gradient(to right, #0072c3 0%, #00a1e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072c3', endColorstr='#00a1e6', GradientType=1 );
}
.radiators .item .img img{
	position: relative;
	z-index: 2;
	transform-origin: 100% 0 0;
	transition: .5s;
}
.radiators .item .img img:hover{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.radiators .item .title{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #11224d;
	margin-bottom: 20px;
}
.radiators .item .points{
	font-size: 18px;
	margin-bottom: 20px;
}
.radiators .item .points b{
	font-weight: 500;
}
.radiators .item .price{
	font-size: 24px;
	font-weight: bold;
	color: #d74b1a;
}


.banner{
	padding-top: 70px;
}
.banner .row{
	border: 3px solid #007ac9;
}
.banner .left{
	width: 195px;
	padding: 7px 20px;
}
.banner .middle{
	width: calc(75% - 195px);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.banner .line1{
	font-size: 30px;
	font-weight: 500;
	color: #007ac9;
}
.banner .line2{
	font-size: 24px;
	font-weight: 500;
}
.banner .line2 span{
	color: #e2231a;
}
.banner .right{
	width: 25%;
	background: #0072c3;
	background: -moz-linear-gradient(left, #0072c3 0%, #00a1e6 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #0072c3), color-stop(100%, #00a1e6));
	background: -webkit-linear-gradient(left, #0072c3 0%, #00a1e6 100%);
	background: -o-linear-gradient(left, #0072c3 0%, #00a1e6 100%);
	background: -ms-linear-gradient(left, #0072c3 0%, #00a1e6 100%);
	background: linear-gradient(to right, #0072c3 0%, #00a1e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072c3', endColorstr='#00a1e6', GradientType=1 );
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	color: #fff;
	padding: 0 5px;
}
.banner .right span{
	font-size: 1.35em;
	font-weight: 500;
}

.tel_podr {
	color: #fff;
}

.scheme{
	padding: 70px 0;
}
.scheme .step{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.scheme .step:last-child{
	margin-bottom: 0;
}
.scheme .step .img{
	width: 50%;
}
.scheme .step:nth-child(even) .img{
	order: 2;
}
.scheme .step .txt{
	width: calc(50% - 20px);
	font-size: 24px;
	text-align: center;
}
.scheme .step .title{
	font-size: 30px;
	font-weight: bold;
	color: #11224d;
	margin-bottom: 30px;
}

.scheme .text_head{
	font-size: 30px;
	font-weight: bold;
	color: #11224d;
	margin-bottom: 30px;
}

.scheme ul{
padding-left: 1.5em;
font-size: 24px;
margin-bottom: 1em;
}


.scheme .text_p{
		font-size: 24px;
 margin-bottom: 2.5em;
}

.text_section {
	padding-bottom: 0px;
}


.benefits{
	padding: 70px 0 50px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}
.benefits .s-title{
	color: #000;
	margin-bottom: 80px;
}
.benefits .s-title::before{
	background-color: #000;
}
.benefits .s-title::after{
	border-color: #000;
	background-color: #b4b4b5;
}
.benefits .row{
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.benefits .item{
	width: 33%;
	text-align: center;
	color: #000;
	font-size: 18px;
	margin-bottom: 50px;
}
.benefits .item .img{
	margin-bottom: 20px;
	height: 65px;
	line-height: 65px;
}
.benefits .item .title{
	font-weight: 500;
	margin-bottom: 15px;
}


.works{
	padding-top: 50px;
	padding-bottom: 50px;
}
.works .row{
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.works .item{
	width: calc(25% - 2px);
	margin-bottom: 2px;
}
.works .item .img-popup-link{
	display: block;
	font-size: 0;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	padding-bottom: 75%;
}
.works .item img{
	height: 0;
	width: 0;
}


.licenses{
	padding-top: 30px;
	padding-bottom: 50px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}
.licenses .row{
	justify-content: center;
}
.licenses .item{
	width: calc(25% - 2px);
}
.licenses .item .img-popup-link{
	display: block;
	/*border: 5px solid #26365b;*/
}
.licenses .item .title{
	font-size: 24px;
	color: #fff;
	background-color: #26365b;
	text-align: center;
	padding: 0 5px 8px;
}


.reviews{
	padding-top: 50px;
}
.reviews .owl-carousel{
	padding: 0 65px;
}
.reviews .item{
	font-size: 18px;
	text-align: center;
	border: 1px solid #ccc;
	padding: 20px 15px;
}
.reviews .owl-dots{
	margin-top: 20px;
	text-align: center;
	font-size: 0;
}
.reviews .owl-dot{
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 6px;
	background-color: #ccc;
	margin: 0 5px;
	transition: .25s;
}
.reviews .owl-dot.active{
	background-color: #71cdf3;
}


.text-block{
	padding: 70px 0 50px;
	font-size: 18px;
}
.text-block p{
	margin-bottom: 20px;
}


.map{
	height: 400px;
}


.footer{
	margin-top: -400px;
	position: relative;
}
.footer .row{
	justify-content: flex-end;
	-ms-align-items: center;
	align-items: center;
	height: 400px;
}
.footer .info-block{
	background-color: #fff;
	max-width: 460px;
	font-size: 22px;
	padding: 15px 20px;
}
.footer .title{
	font-size: 24px;
	font-weight: bold;
	color: #26365b;
	margin-bottom: 10px;
}


.popup-side-btn{
	position: fixed;
	z-index: 10;
	bottom: 20px;
	right: 20px;
	font-size: 18px;
	line-height: 1;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
}
.popup-side-btn::after{
	content: '';
	position: absolute;
	left: 40%;
	bottom: -15px;
	border-style: solid;
	border-width: 0 10px 15px 0;
	border-color: transparent #bd231b transparent transparent;
}


.popup-form{
	background-color: #fff;
	padding: 15px;
	max-width: 350px;
	margin: 40px auto;
	position: relative;
}
.popup-form .title{
	font-size: 18px;
	color: #000;
	font-weight: 500;
	margin-bottom: 10px;
}
.popup-form .input{
	display: block;
	width: 100%;
	border: 1px solid #000;
	font-family: inherit;
	font-size: 18px;
	color: #000;
	padding: 10px;
	margin-bottom: 10px;
	outline: none;
}
.popup-form .input::placeholder{
	color: #000;
	opacity: 1;
}
.popup-form .space-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.popup-form .space-wrap label{
	width: calc(50% - 5px);
	border: 1px solid #000;
	font-size: 18px;
	color: #000;
	padding: 10px;
	cursor: pointer;
}
.popup-form .space-wrap input{
	display: none;
}
.popup-form .space-wrap input:checked + .space-txt{
	font-weight: 500;
}
.popup-form .submit{
	display: block;
	width: 100%;
	border: none;
	font-family: inherit;
	font-size: 22px;
	font-weight: 500;
	padding: 7px 10px 9px;
	border-radius: 25px;
	outline: none;
	cursor: pointer;
}


.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}
/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}
/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
	opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}


#s-overlay{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	z-index: 10000;
}
#s-overlay .success{
	background-color: #fff;
	max-width: 400px;
	width: 90%;
	position: relative;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 25px;
	font-size: 18px;
	text-align: center;
	display: none;
}


.podval {
  background-color: #e6e6e6;
  padding: 35px 0 30px;
  font-size: 18px;
}
.podval .row {
  justify-content: space-between;
}
.podval-col {
  max-width: 25%;
}
.podval-logo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-decoration: none;
  color: #000;
  margin-top: -5px;
}
.podval-logo img {
  flex-shrink: 0;
  margin-right: 10px;
}
.podval-logo-title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  color: #af1f16;
}
.podval-logo-title span {
  color: #0d64b4;
}
.podval-logo-descr {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 15px;
}
.podval-policy-link {
  color: #000;
  transition: 0.25s;
}
.podval-policy-link:hover {
  color: #d9241b;
}
.podval-title {
  font-weight: 500;
  margin-bottom: 8px;
}
.podval-menu li a,
.podval-tel,
.podval-mail {
  color: #000;
  text-decoration: none;
  transition: 0.25s;
}
.podval-menu li a:hover,
.podval-tel:hover,
.podval-mail:hover {
  color: #d9241b;
}
ul .podval-menu{
	list-style-type: none;
}
.row-flex {
  display: flex;
  margin-top: 15px;
  justify-content: center;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.time_block {
	border: 1px solid #0a1f54;
	margin-top: 10px;
}

.time {
	text-align: center;
	font-weight: bold;
}

/*кнопка звонка Whatsapp*/

.whatsapp-button {
    position: fixed;
    right: 13px;
    bottom: 90px;
    transform: translate(-50%, -50%);
    background: #25D366; /*цвет кнопки*/
    border-radius: 50%;
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
}
.whatsapp-button a {
    color: #fff;
}
.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
 
.whatsapp-button:after{
    animation-delay: .5s;
}
 
@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}
/* конец кнопки звонка Whatsapp*/

/*кнопка звонка Telegram*/

.telegram-button {
    position: fixed;
    right: 13px;
    bottom: 200px;
    transform: translate(-50%, -50%);
    background: #0088cc; /*цвет кнопки*/
    border-radius: 50%;
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 57px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
}
.telegram-button a {
    color: #fff;
}
.telegram-button:before,
.telegram-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #0088cc; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
 
.telegram-button:after{
    animation-delay: .5s;
}
 
@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}
/* конец кнопки звонка Telegram*/

@media (max-width: 1199px){
	.nav .menu li a{
		padding-left: 15px;
		padding-right: 15px;
	}
	.nav .popup-btn{
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 1050px){
div.top-line div div div.info div.info-item.schedule {
	display: none;
}

.header-banner .text .txt1 h1 {
	font-size: 30px;
}

.posle_h1 {
	font-size: 20px;
}

.text_section .text_p, .text_section .text_ul {
	font-size: 18px;
}

.text_section .text_head {
	font-size: 24px;
}

div.podval-col.podval-col-2 ul {
	margin-left: 20px;
}

	.top-line .row{
		padding: 10px 0;
	}
	.top-line .logo .txt{
		font-size: 0;
		max-width: 100%;
		margin-left: 20px;
	}
	.top-line .logo .txt span{
		font-size: 16px;
	}
	.nav .row{
		padding: 15px 0;
	}
	.nav .popup-btn{
		display: none;
	}
	.header-banner .text{
		font-size: 30px;
	}
	.about .img{
		display: none;
	}
	.about .txt{
		width: 100%;
	}
	.prices .row{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.prices .item{
		width: 49%;
		margin-bottom: 20px;
	}
	.radiators .row{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.radiators .item{
		width: 38%;
		margin-bottom: 40px;
	}
	.banner{
		padding-top: 40px;
	}
	.banner .left{
		width: 160px;
	}
	.banner .middle{
		width: calc(75% - 160px);
	}
	.banner .line1{
		font-size: 24px;
		line-height: 1;
		margin-bottom: 10px;
	}
	.banner .line2{
		font-size: 20px;
		line-height: 1;
	}
	.banner .right{
		font-size: 16px;
	}
	.scheme .step .txt{
		font-size: 18px;
	}
	.scheme .step .title{
		font-size: 24px;
	}
	.benefits .row{
		justify-content: space-around;
	}
	.benefits .item{
		width: 32%;
	}
	.licenses .item .title{
		font-size: 18px;
	}
	.footer .info-block{
		font-size: 18px;
	}
	.footer .title{
		font-size: 20px;
	}
	.podval {
    margin-top: 0;
  }
  .podval .row {
    flex-wrap: wrap;
  }
  .podval-col {
    max-width: 100%;
    width: 50%;
  }
  .podval-col-2,
  .podval-col-3 {
    margin-top: 25px;
  }
  .podval-col-2 {
    order: 3;
  }
  .podval-col-3 {
    order: 4;
  }
}


@media (max-width: 925px){

	.row-flex {
    margin-top: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

	.top-line .logo .txt{
		max-width: 200px;
	}
	}

@media (max-width: 890px){
	div.top-line div div div.info div.info-item.address{
		display: none;
	}
	.top-line .logo .txt {
		max-width: 100%;
	}
	.pred_h1, .header-banner .text .txt1 h1{
		font-size:25px;
		font-weight: bold;
	}
	.posle_h1{
		font-size: 15px;
	}
	.header-banner .text {
		font-size: 25px;
	}

	}

@media (max-width: 767px){
div.podval-col.podval-col-3 ul {
	margin-left: 20px;
}
div.podval-col.podval-col-4 ul {
	margin-left: 20px;
}

.top-line .info {
	flex-direction: row;
}

.info .gorod{
	display: none;
}

.popup-btn-top{
	display: inline-block;
	}

  .light {
    width: 45%;
    flex: 0 auto;
  }

  .row-flex {
    margin-top: 10px;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
  }

	.nav{
		display: none;
	}
	.top-line .logo img{
		width: 100px;
	}
	.top-line .logo .txt{
		max-width: 100%;
	}
	.top-line .logo .txt span{
		font-size: 14px;
	}
	.top-line .tel{
		margin-left: 5px;
	}
	.top-line .tel .txt{
		font-size: 14px;
		display: none;
	}
	.top-line .schedule,
	.top-line .address{
		display: none;
	}
	.header-banner .row{
		min-height: 280px;
	}
	.header-banner .text{
		width: 100%;
		padding-right: 0;
		font-size: 24px;
	}
	.header-banner .text .txt2{
		margin-top: 30px;
	}
	.header-banner .form{
		display: none;
	}
	.about{
		padding-top: 40px;
	}
	.about .title{
		font-size: 28px;
		line-height: 1;
	}
	.about ul{
		font-size: 20px;
		line-height: 1.2;
	}
	.s-title{
		font-size: 28px;
		line-height: 1;
	}
	.prices{
		padding-top: 40px;
	}
	.prices .item{
		width: 100%;
	}
	.radiators{
		padding-top: 40px;
	}
	.radiators .item{
		width: 100%;
		max-width: 280px;
	}
	.radiators .item:last-child{
		margin-bottom: 20px;
	}
	.banner{
		padding-top: 25px;
	}
	.banner .left{
		display: none;
	}
	.banner .row{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.banner .middle{
		width: 100%;
		text-align: center;
		padding: 15px;
	}
	.banner .right{
		width: 100%;
		padding: 5px;
	}
	.scheme{
		padding: 40px 0;
	}
	.scheme .step .img{
		display: none;
	}
	.scheme .step .txt{
		width: 100%;
	}
	.scheme .step .title{
		margin-bottom: 15px;
	}
	.benefits{
		padding-top: 50px;
	}
	.benefits .s-title{
		margin-bottom: 50px;
	}
	.benefits .item{
		width: 100%;
		margin-bottom: 30px;
	}
	.benefits .item .img{
		margin-bottom: 10px;
	}
	.benefits .item .title{
		margin-bottom: 10px;
	}
	.works .item{
		width: calc(50% - 2px);
		margin-bottom: 4px;
	}
	.licenses{
		padding-bottom: 30px;
	}
	.licenses .row{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.licenses .item {
		width: calc(50% - 2px);
		margin-bottom: 4px;
	}
	.licenses .item .title{
		font-size: 16px;
	}
	.reviews .owl-carousel{
		padding: 0;
	}
	.popup-side-btn{
		right: 10px;
		bottom: 15px;
	}
	.podval-col {
    width: 100%;
  }
  .podval-col-2,
  .podval-col-3 {
    order: 0;
  }
  .podval-col-4 {
    margin-top: 25px;
  }
  .telegram-button {   
    bottom: 100px; /*отступ кнопки снизу от экрана*/
    right: 5px; /*отступ кнопки слева от экрана(right - справа)*/
  }
  .whatsapp-button {   
    bottom: 5px; /*отступ кнопки снизу от экрана*/
    right: 5px; /*отступ кнопки слева от экрана(right - справа)*/
  }
}

@media (max-width: 540px){
	.top-line .logo .txt span {
		font-size: 10px;
	}
	.top-line .logo .txt{
		margin-left: 0px;
	}
	.zagname{
		display: none;
	}
		.top-line .tel .txt{
		display: block;
	}
	.header-banner .text .days {
		padding-left: 0;
	}
}

	@media (max-width: 460px){
	.top-line .logo .txt {
		display: none;
	}
	.header-banner .text .txt1 h1{
		font-size: 30px;
	}
	.header-banner .text .txt1 h1 span{
		font-size: 50px;
		line-height: 40px;
	}