

/* Start:/t/topvideo.css?177179776614301*/
section.topvideo {
	height: 100vh;
	overflow: hidden;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(/img/antikor.jpg);
	background-size: cover;
	padding-top: 32vh;

	margin-right: 0 !important;
	margin-left: 0 !important;
	z-index: 5;
	position: relative;
}


#bgvid1 {
	position: absolute;
	top: 0px;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto;
	z-index: -100;
}


.topvideo .title_wrapper {
		position: relative;
	left: 10%;
	width: 100%;
	max-width: 800px;
}
/*
.topvideo .title_wrapper:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 76px;
		background: url(/images/ny2025/lights.png) top left no-repeat;
		top: -50px;
		left: -0px;
}
*/
.topvideo .title_wrapper h1 {white-space: nowrap;
	color: #FFFFFF; font-size: 33px; font-weight: bold; line-height: 40px;
/*
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
*/
	padding: 20px 0;
	margin: 0 0 50px 0;
}
.topvideo .title_wrapper .subtitle {color: #FFFFFF; font-size: 32px; font-weight: normal; margin-bottom: 60px;}
.topvideo .title_wrapper .subtitle span {color: #ff2400; font-weight: bold;}
.topvideo .title_wrapper a.topbanner_btn {margin-top: 0px;}

.topvideo .title_wrapper .btn {
	text-decoration: none;
	border: 0;
	text-align: center;
	outline: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	font-size: 18px;
	padding: 25px 33px;
}

.topvideo .title_wrapper .topbanner_btn {
	max-width: 500px;
	margin-top: 15px;

/*
	background: url(/images/ny2025/bg_btn.png);

*/
	background: -webkit-gradient(linear, left bottom, left top, from(#2575db), to(#2575db));
	background: linear-gradient(to top, #2575db, #2575db);
	min-height: 48px;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	font-weight: 600;
	border-radius: 6px;
	position: relative;
	color: #FFFFFF;
	text-transform: uppercase;
	-webkit-box-shadow: 0 3px 0 0 #096dd3, 0 13px 32px rgb(0 102 255 / 71%);
	box-shadow: 0 3px 0 0 #096dd3, 0 13px 32px rgb(0 102 255 / 71%);
}

/*
.topvideo .title_wrapper .topbanner_btn:before {
		content: "";
		position: absolute;
		width: 167px;
		height: 44px;
		background: url(/images/ny2025/snow.png) top left no-repeat;
		top: -14px;
		right: 20px;
}
*/

.topvideo .title_wrapper .topbanner_btn:hover {
	text-shadow: 0 0 1px #fff;
	-webkit-box-shadow: 0 3px 0 0 #096dd3, 0 13px 32px rgb(0 102 255 / 50%);
	box-shadow: 0 3px 0 0 #096dd3, 0 13px 32px rgb(0 102 255 / 50%);
	-webkit-transition: all .3s;
	transition: all .3s;
}



#header {
}
#header.logo-white {}

#navigation {
	background-color: transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;


/*
	position: fixed !important;
	top: 0;
	left: 0;
*/
	max-width: 1780px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%); 
	transform: translateX(-50%);


	z-index: 9999;
	width: 100%;

	box-shadow: none;
	height: 50px;
	border-radius: 0px !important;

	min-height: 50px;
	padding: 15px 30px;
	

}

.navbar-wrapper {
	/*background: #000000b3;*/
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px 10px;
	position: relative;
	height: auto;
	width: auto;
	border-bottom: none;
	z-index: 9;
}


.navbar-wrapper .logo {}
.navbar-wrapper .logo a {display: block; width: 200px;}
.navbar-wrapper .logo a img {width:100%;max-width: 210px;}

.menu-wrapper {max-width: 600px;}
.menu-wrapper ul.topmenu {
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px 40px 0px 70px;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.menu-wrapper ul.topmenu li {
	color: #FFFFFF;
	font-size: 14px; font-weight: bold;
	padding: 16px 0px 16px 30px;
	margin: 0;
	text-transform: uppercase;
}

.menu-wrapper ul.topmenu li:hover a {
	color: #2575db;
	padding-bottom: 8px;
	border-bottom: 2px solid #2575db;
}



	.header__phone-block {
		display:block; padding-right:0px;
		position: relative;
		color: #FFFFFF;
		float: right;
		margin-top: 22px;
	}
	.header__phone-block a.header__phone-link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		outline: 0;
		position: relative

	}
	.header__phone-block:hover .header__phone-link::before {
		  -webkit-transition: all .3s;
		  transition: all .3s;
		  -webkit-animation-name: shaking-phone;
		  animation-name: shaking-phone;
		  -webkit-animation-duration: .2s;
		  animation-duration: .2s;
		  -webkit-animation-delay: .3s;
		  animation-delay: .3s;
		  -webkit-animation-iteration-count: infinite;
		  animation-iteration-count: infinite
	}

	.header__phone-link:focus .header__phone-number, .header__phone-link:hover .header__phone-number {
		color: #2575db;
		opacity: .7;
		-webkit-transition: all .3s;
		transition: all .3s
	}

	.header__phone-number {
		font-size: 22px;
		font-weight: 400;
		-webkit-transition: all .3s;
		transition: all .3s
	}
	.header__phone-text {
		font-size: 13px;
		font-weight: 500;
		color: #2575db;
		text-transform: uppercase;
		letter-spacing: 1px;

		-webkit-align-self: start;
		-ms-flex-item-align: start;
		align-self: flex-start;

		position: relative
	}
	.header__phone-text::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 2px;
		border-bottom: 2px dotted #2575db;
		bottom: 0px;
		left: 0;
		-webkit-transition: all .3s;
		transition: all .3s
	}

	
.header__socials {
	width: 100%;
	max-width: 1780px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	padding: 15px 30px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%); 
	transform: translateX(-50%);
	z-index: 19;
	text-align: right;
}

.header__socials .links {
	position: relative;
}

.header__socials a {
	width: 47px;
	height: 46px;
	display: inline-block;
	border-radius: 50%;
	margin-left: 15px;
}

.header__socials a:hover {
	background-color: #e6edf8;
	-webkit-box-shadow: 0 0 10px 2px #FF6E00;
	box-shadow: 0 0 10px 2px #FF6E00;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.header__socials a.icon-tg3 {
	background: url(/images/icon-tg3.png) center center no-repeat;
	background-size: 47px 46px;
}
.header__socials a.icon-vk3 {
	background: url(/images/icon-vk3.png) center center no-repeat;
	background-size: 47px 46px;
}
.header__socials a.icon-yt3 {
	background: url(/images/icon-yt3.png) center center no-repeat;
	background-size: 47px 46px;
}




@media (min-width: 768px) {
}

@media (min-width: 1199px) {
	.menu-wrapper ul.topmenu li {font-size: 16px;}
}

@media (min-width: 1300px) {
	.navbar-wrapper .logo a {display: block; width: 300px;}
}
@media (min-width: 1600px) {
	.navbar-wrapper .logo {}
	.navbar-wrapper .logo a {display: block; width: 300px;}
	.menu-wrapper {max-width: 1800px;}
}


.header__location .header__currentCity {display:block; position: relative;}
.header__location {
	display:block;
	position: relative;
	cursor: pointer;
}
.header__location .header__currentCity {
	border-bottom: 2px dotted #FFFFFF;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 1.4;
	display: inline-block; padding: 0 2px 0 2px;
	margin-bottom: 8px;
}
.header__location .header__currentCity::before {
	content: ' ';
	display:block;
	position: absolute;
	top: 1px;
	left: -24px;
	width:30px; height:24px;
	background: url(/images/icon-topmenu-loc.png) left center no-repeat;
	background-size: auto 24px;
} 
.header__location .workhours {
	display: block;
	margin-left: -25px;
	color: #FFFFFF;
}


.locationList {
	top: 40px !important; 
	border: 1px solid #FFFFFF !important;
}
.locationList::before {
	border: 7px solid transparent; border-bottom: 7px solid #FFFFFF !important;
}

/*
.locationList__item {padding: 8px 12px; cursor: pointer; display: block; text-decoration: none;}
.locationList__item span {border-bottom: 2px dotted #282828;}
.locationList__item:hover {background: #2575db; color: #FFFFFF; font-weight: 700;}
.locationList__item:hover span {border-bottom: none;}
*/

.locationList--mobile {
	top: 114px; 
	left: 0px;
	-webkit-transform: translateX(-0%);
	-ms-transform: translateX(-0%); 
	transform: translateX(-0%);
}
.locationList--mobile::before {
	left: 50px;
	-webkit-transform: translateX(-0%);
	-ms-transform: translateX(-0%); 
	transform: translateX(-0%);
}





.menu-btn {
  position: absolute;
  top: 41px; right: 30px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background: url(/images/menu-btn.png) center center no-repeat;
}
.menu-btn-close {
  display: none;
  position: absolute;
  top: 41px; right: 30px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background: url(/images/menu-btn-close.png) center center no-repeat;
}
.menu-popup-wrapper {
  display: none;
  position: absolute;
  top: 100px; right: 0;
  border: 2px solid #EE6D1C;
  border-radius: 5px;
  background: #5B5B5B;
}
.menu-popup-wrapper:after {
  position: absolute;
  content: '';
  width:30px; height: 16px;
  background: url(/images/menu-arrow.png) center center no-repeat;
  right: 30px; top: -15px;
}


.menu-popup-wrapper .popupmenu {}
.menu-popup-wrapper .popupmenu li {
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 18px 30px;
  font-weight: bold;
  border-bottom: 1px solid #535353;
}
.menu-popup-wrapper .popupmenu li:hover {background:#EE6D1C;}
.menu-popup-wrapper .popupmenu li a {}



@media (max-width: 1200px) {
	.topvideo .title_wrapper {
		left: 30%;
		width: 70%;
		max-width: 1700px;
		padding: 0 40px;
	}
	.topvideo .title_wrapper h1 {
		font-size: 26px; line-height: 30px;
		padding: 20px 0;
		margin: 0 0 20px 0;
	}
	.topvideo .title_wrapper .subtitle {font-size: 22px; margin-bottom: 30px;}

	.navbar-wrapper .logo {
		margin-right: 35px;
	}
	.topmenu {
		display: flex !important;
		padding: 0px 70px 0px 0px !important;
	}
	.menu-wrapper ul.topmenu li {
		font-size: 12px;
		font-weight: bold;
		padding: 6px 0px 6px 15px;
		margin: 0;
	}
	.menu-wrapper ul.topmenu li:hover a {
		color: #2575db;
		padding-bottom: 0px;
		border-bottom: 2px solid #2575db;
	}

	.header__currentCity {font-size: 14px !important;}
	.workhours {font-size: 12px;}
	.menu-btn {top: 25px; right: 0px;}
	.header__phone-block {margin-top: 15px;}

}


@media (max-width: 990px) {
	.topvideo .title_wrapper {
		left: 30%;
		width: 70%;
		max-width: 1700px;
		padding: 0 40px;
	}
	.topvideo .title_wrapper h1 {
		font-size: 26px; line-height: 30px;
		padding: 20px 0;
		margin: 0 0 20px 0;
	}
	.topvideo .title_wrapper .subtitle {font-size: 22px; margin-bottom: 30px;}

	.topmenu {display: none !important;}

	.header__currentCity {font-size: 14px;}
	.workhours {font-size: 12px;}
	.menu-btn {top: 25px; right: 0px;}
	.header__phone-block {margin-top: 15px;}

}




@media (max-width: 800px) {
	.topvideo .title_wrapper {
		position: relative;
		left: 0%;
		width: 100%;
		max-width: 1700px;
		padding: 0 20px;
	}
	.topvideo .title_wrapper h1 {
		color: #FFFFFF; font-size: 24px; font-weight: bold; line-height: 30px;
		padding: 20px 0;
		margin: 0 0 20px 0;
	}
	.topvideo .title_wrapper .subtitle {color: #FFFFFF; font-size: 20px; font-weight: normal; margin-bottom: 30px;}
	.topvideo .title_wrapper .subtitle span {color: #2575db; font-weight: bold;}

	.topmenu {display: none !important;}

	.header__currentCity {font-size: 14px;}
	.workhours {font-size: 12px;}
	.menu-btn {top: 25px; right: 0px;}
	.header__phone-block {margin-top: 15px;}

}

.image_action {
	position: absolute;
	left: 14%;
	width: 320px;
	top: 0;
	margin-top: 32vh;
	
}
.image_action img {
	max-width: 100%;
}
.image_action p {color: #FFF; font-size: 12px;text-align: center;}


@media (max-width: 1200px) {
	.image_action {
		position: relative;
		left: 30%;
		width: 260px;
		top: 0;
		margin-top: 45px;
		padding-left: 40px;
	}
}

@media (max-width: 800px) {
	.image_action {
		position: relative;
		left: 0%;
		width: 260px;
		top: 0;
		margin-top: 45px;
		padding-left: 20px;
	}
}
/* End */


/* Start:/bitrix/templates/main/blocks/b_getprice2.css?17300755224415*/
section.getPrice {display: none;}

section.getPrice {
	background: url(/images/bg_topprice.webp) center center no-repeat;
	background-size: cover;
	height: 280px;
	width: 100%;
}


.getPrice__wrapper {
	width: 820px;
	display: flex;
	margin: 0px auto;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.getPrice__wrapper .h {
	font-size: 25px;
	font-weight: bold;
	background: url(/images/icon_topprice.png) left top no-repeat;
	padding-left: 199px;
	height: 183px;
	width: 50%;
	align-content: center;
	text-transform: uppercase;
	line-height: normal;
}

.getPrice__wrapper .select__wrapper {
	border: 3px solid #FF821A;
	border-radius: 8px;
	position: relative;
	padding: 30px 20px 20px 20px;
	width: 50%;
	margin-left: 35px;
}

.getPrice__wrapper .select__wrapper .hh {
	font-weight: 500;
	font-size: 18px;
	position: absolute;
	top: -12px;
	background: snow;
	padding: 0 10px;
	left: 12px;
 }

.getPrice__wrapper .select__wrapper select {
	display: block; font-size: 15px; padding: 12px 30px 12px 12px; width: 100%; margin: 0;
	outline: none; border: 1px solid #AAAAAA; border-radius: 5px;
	color: #000000; font-weight: 500;
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none;   
	cursor: pointer;
	background: #FFFFFF url(/images/icon-select-arrow.png) 95% center no-repeat;
}
.getPrice__wrapper .select__wrapper select.frmPrice__make {margin-bottom: 20px;}
.getPrice__wrapper .select__wrapper select.frmPrice__model {}

.getPrice__wrapper .select__wrapper select option {}


.getPriceResult {display: none;
border-bottom: 4px solid #FDEFE9;
}



.getPriceResult .model__wrapper {
	display: grid;
	grid-template-areas: "name name" "info image" "info btn";
	gap: 20px;
	padding: 30px;
}
.getPriceResult .model__name {
	grid-area: name;
}
.getPriceResult .model__name .w {
	background: #2575db;
	text-align: center;
	padding: 15px 30px;
	width: fit-content;
	margin: 10px 0 20px -10px;
	-webkit-transform: skewX(-16deg);
	-ms-transform: skewX(-16deg);
	transform: skewX(-16deg);
}

.getPriceResult .model__name .w span {
	display: block;
	color: #FFFFFF;
	-webkit-transform: skewX(16deg);
	-ms-transform: skewX(16deg);
	transform: skewX(16deg);
	font-size: 28px;
	font-weight: bold;
}



.getPriceResult .model__image {
	grid-area: image;
}
.getPriceResult .model__image img {width: 90%; margin: 0 auto; display: block;}

.getPriceResult .model__info {
	grid-area: info;
	width: 85%;
}

.getPriceResult .model__info .model__price {
	padding: 20px;
	background: #FFF6F1;
	border-radius: 12px;
	line-height: 25px;
	margin-bottom: 30px;
}

.getPriceResult .model__info .pricevideo {
	display: block;
	background: url(/images/icon-footer-yt.png) left center no-repeat;
	line-height: 22px;
	font-size: 16px;
	padding-left: 25px;
	margin-top: 6px;
	margin-left: 20px;
}
.getPriceResult .model__info .pricevideo a {
	text-decoration: none;
	border-bottom: 1px dashed #000000;
}


.getPriceResult .model__info .att {
	border-radius: 5px; padding: 8px 10px 8px 70px; 
	width: 100%; margin: 30px 0;color:#000000; font-size: 16px; line-height: 20px;
	background: #FFF6F1 url(/images/icon-attention.png) 20px center no-repeat;
	background-size: 27px 27px;
}


.getPriceResult .model__info .t {color:#6B6B6B; font-size: 14px; line-height: 14px; text-align: left;
	width: 100%; margin: 0px; padding-left: 20px;
}


.getPriceResult a.frmPrice__btn {
	grid-area: btn;
	width: 87%; margin: 0 auto 30px;
	max-width: 320px;
	padding: 10px 14px;
	font-size: 13px;
	line-height: 17px;
	background: -webkit-gradient(linear, left bottom, left top, from(#2575db), to(#2575db));
	background: linear-gradient(to top, #2575db, #2575db);
	min-height: 48px;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	font-weight: 600;
	border-radius: 6px;
	position: relative;
	color: #FFFFFF;
	text-transform: uppercase;
	-webkit-box-shadow: 0 3px 0 0 #096dd3, 0 13px 32px rgb(0 102 255 / 71%);
	box-shadow: 0 3px 0 0 #096dd3, 0 13px 32px rgb(0 102 255 / 71%);

}









@media (min-width: 600px) {
}


@media (min-width: 768px) {
}

@media (min-width: 900px) {
}

@media (min-width: 1199px) {
	section.getPrice {
		display: flex;
		justify-content: center;
	}

}

/* End */


/* Start:/bitrix/templates/main/blocks/b03-materials.css?17128126385781*/
section.materials {padding: 30px 10px;}
section.materials .section-content {}

section.materials h2 {
	text-align: center;
	font-size: 20px;
	line-height: normal;
	padding: 40px 0 0px;
	font-weight: 500;
}
section.materials h3 {
	text-align: center;
	margin: 20px 0 0;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
}

.matWrapper2 {
	border: 2px solid #2575db;
	border-radius: 20px;
	padding: 10px;
	width: 90%;
	margin: 80px auto 0;
	position: relative;
}
.matWrapper2 .hw {
	background: #2575db;
	text-align: center;
	padding: 8px 20px;
	width: min-content;
	min-width: 220px;
	margin: -40px auto 30px;
	-webkit-transform: skewX(-16deg);
	-ms-transform: skewX(-16deg); 
	transform: skewX(-16deg);
}

.matWrapper2 .hw .h {
	color: #FFFFFF;
	font-size: 18px;
	-webkit-transform: skewX(16deg);
	-ms-transform: skewX(16deg); 
	transform: skewX(16deg);
}

.matWrapper1 {
	border: 2px solid #2575db;
	border-radius: 20px;
	padding: 10px;
	width: 90%;
	margin: 80px auto 0;
	position: relative;
}
.matWrapper1 .hw {
	background: #2575db;
	text-align: center;
	padding: 8px 20px;
	min-width: 220px;
	width: min-content;
	margin: -40px auto 30px;
	-webkit-transform: skewX(-16deg);
	-ms-transform: skewX(-16deg); 
	transform: skewX(-16deg);
}

.matWrapper1 .hw .h {
	color: #FFFFFF;
	font-size: 18px;
	-webkit-transform: skewX(16deg);
	-ms-transform: skewX(16deg); 
	transform: skewX(16deg);
}



.matItems {}

.matItem {
	display: grid;
	grid-template-columns: 40% 60%;
	grid-gap: 10px;
	margin-bottom: 10px;
	position: relative;
}
.matItem .image {padding: 0px;}

.matItem .image .iw {
	height: 100px; width: 100px;
	background: #FDF6F1;
	border-radius: 10px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.matItem .image .iw:before {
	content: '';
	position: absolute;	
	border-radius: 10px;
	border: 1px solid #FDF6F1;
	width: 108px; height: 108px;
	top: -5px; left: -5px;
}


.matItem .image .iw img {height: 100%; margin-top: -15px; z-index: 5;}

.matItem .info {align-self: center; padding: 0 10px 0 0;}
.matItem .info .n {
	font-size: 16px;font-weight: bold; margin-bottom: 12px;
	text-transform: uppercase;
}
.matItem .info .t {font-size: 14px; line-height: 18px;}
.matItem .info .more {display: none;}


.matWrapper2 .matItems .matItem:first-child {
	margin-bottom: 40px;
}
.matWrapper2 .matItems .matItem:first-child:after {
	content: '';
	width: 48px;height: 3px;
	background: url(/images/icon-separator-dots.png) center center no-repeat;
	position: absolute;
	bottom: -20px;
	left: 50%; transform: translate(-50%, 0);
}



@media (min-width: 540px) {

	.matItem .image .iw {
		height: 120px; width: 120px;
	}
	.matItem .image .iw:before {
		width: 128px; height: 128px;
	}
	
}


@media (min-width: 768px) {
	.matItem .image .iw {height: 150px; width: 150px;}
	.matItem .image .iw:before {width: 158px; height: 158px;}
	.matItem .info .n {font-size: 20px;margin-bottom: 15px;}
	.matItem .info .t {font-size: 16px; line-height: 20px;}
	.matItem .info .more {}
}









@media (min-width: 960px) {
	section.materials h2 {
		font-size: 30px;
		padding: 50px 0 0px;
		font-weight: 500;
	}
	section.materials h3 {
		margin: 20px 0 0;
		font-size: 20px;
		line-height: auto;
		font-weight: 400;
	}

	.matItem .image .iw {height: 170px; width: 170px;margin: 0;}
	.matItem .image .iw:before {width: 190px; height: 190px; top: -11px; left: -11px;}
	.matItem .image .iw img {height: 100%; margin-top: -15px;}

	.matItem .info {padding: 0 30px 0 0;
		display: flex;
		flex-direction: column;
		justify-content: start;
		height: 100%;
	}
	.matItem .info .n {font-style: 24px;margin-bottom: 15px;}
	.matItem .info .t {font-size: 18px; line-height: 20px; flex-grow: 1;}
	.matItem .info .more {
		visibility: hidden;
		color: #2575db;
		border: 1px solid #2575db;
		padding: 5px 40px 5px 10px;
		margin-top: 15px;
		text-transform: uppercase;
		font-size: 14px;	font-weight: bold;
		display: inline-block;
		cursor: pointer;
		border-radius: 5px;
		background: url(/images/icon-info.png) 118px center no-repeat;
		align-self: flex-start;
	}
	.matItem .info .more.fancy-popup-materials {visibility: unset;}

	.materialsWrapper {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 50px;
	}

	.matWrapper2 {
		padding: 50px 30px 30px 30px;
		width: 100%; margin: 0 0 50px 0;
	}
	.matWrapper2 .hw {
		background: #2575db;
		padding: 12px 20px;
		width: max-content;
		margin: -68px auto 30px;
	}


	.matWrapper2 .hw .h {font-size: 26px;}

	.matWrapper1 {
		padding: 50px 30px 30px 30px;
		width: 48%; margin: 0 0 50px 0;
	}
	.matWrapper1 .hw {
		padding: 12px 20px;
		min-width: 220px;
		width: auto;
		margin: -68px auto 30px;
	}

	.matWrapper1 .hw .h {font-size: 26px;}

	.matWrapper2 .matItems .matItem:first-child {margin-bottom: 0px;}
	.matWrapper2 .matItems .matItem:first-child:after {display: none;}


	.matWrapper2 .matItems {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 40px;
		margin: 50px 0 0 0;
	}
	.matWrapper2 .matItems .matItem {
		display: grid;
		grid-gap: 20px;
		margin-bottom: 0px;
	}

	.matWrapper1 .matItems .matItem {
		grid-template-columns: 44% 56%;
	}

	.matWrapper2-1 .matItems {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 0px;
		margin: 50px 0 0 0;
	}
	.matWrapper2-1 .matItems .matItem {
		max-width: 500px; margin: 0 auto;
	}
}







.popup-materials-content {padding: 30px;}
.popup-materials-content .h3 {text-align: center; margin-bottom: 20px;}


/* End */


/* Start:/bitrix/templates/main/blocks/b04-pasport.css?17126427663636*/
section.pasport {
	background: #e6edf8; 
	margin-top: 80px;
	padding: 100px 15px 40px;
}
.pasport-grid {text-align:center; width: 100%; margin: 0 auto;}
.pasport-grid h2 {font-size: 20px; margin-bottom: 20px; font-weight: 500; grid-area: h2;}
.pasport-grid h3 {font-size: 16px; margin-bottom: 20px; font-weight: 500; grid-area: h3;}
.pasport-grid .info {font-size: 15px; grid-area: in}
.pasport-grid .age {font-size: 12px; grid-area: age; font-style: italic;}

.pasport-grid p {}
.pasport-grid .image {
	grid-area: im;
	width:100%; 
	margin: 20px auto; 
	max-width:500px; 
	position: relative;
}
.pasport-grid .image img.pasport-img {
	width: 100%;
	min-height: 275px;
	border:5px solid #FFFFFF;
	border-radius: 10px;
	position: relative;
	z-index: 5;
}
.pasport-grid .image::before {
	content: '';
	position: absolute;
	right:-70px;
	bottom: -20px;
	width: 150px; height: 150px;
	background: url(/images/b-advantages-bg-dots.png) center center no-repeat;
	background-size: auto;
}
.pasport-grid .image::after {
	content: '';
	position: absolute;
	left:-50px;
	top: -32px;
	width: 150px; height: 150px;
	background: url(/images/b-advantages-bg-dots.png) center center no-repeat;
	background-size: auto;
	z-index: 0;
}



.materials-info {
	background: #FEF5F0;
	text-align: center;
	font-size: 15px;
	padding: 12px;
	margin: -175px auto 50px;
	width: 90%;
	min-width: 280px;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);

}

@media (min-width: 600px) {
	.materials-info {margin: -150px auto 50px;}
}


@media (min-width: 768px) {
	.materials-info {margin: -140px auto 50px;}
	.pasport-grid h2 {font-size: 24px; padding-top: 40px; margin-bottom: 12px; line-height: normal;}
	.pasport-grid h3 {font-size: 18px; margin-bottom: 12px; line-height: normal;}
	.pasport-grid .info {font-size: 16px;}
}

@media (min-width: 900px) {
	.materials-info {margin: -130px auto 50px;}
	section.pasport {margin-top: 50px;}
}

@media (min-width: 1199px) {
	.pasport-grid {
		width: 100%;
		text-align: left;
		display: grid;
		grid-template-columns: 1fr 620px;
		grid-column-gap: 3%;
		padding:20px 0 0 0;
		margin: 0px 0 52px;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;

		grid-template-rows: auto;
		grid-template-areas: 
			"h2 im"
			"in im"
			"age im";
	}

	.materials-info {
		font-size: 16px;
		width: 1140px;
		padding: 20px 160px;
		margin: -145px auto 50px;
		background: #FEF5F0 url(/images/b_materials-icon-info.png) 70px 24px no-repeat;
	}

	.pasport-grid h2 {font-size: 30px; padding-top: 40px; margin-bottom: 0px; line-height: normal;}
	.pasport-grid h3 {font-size: 20px; margin-bottom: 0px; line-height: normal;}
	.pasport-grid .info {font-size: 16px;}
	.pasport-grid p {}
	.pasport-grid .image {
		width:100%; 
		margin: 0px auto; 
		max-width:1000px; 
		min-height: 460px;
	}
	.pasport-grid .image img.pasport-img {
		width: 100%;
		border:5px solid #FFFFFF;
		border-radius: 10px;
	}
	.pasport-grid .image::before {
		content: '';
		position: absolute;
		right:-70px;
		top: 90px;
		bottom: unset;
		width: 513px; height: 309px;
		background: url(/images/b-advantages-bg-dots.png) center center no-repeat;
		background-size: auto;
	}
	.pasport-grid .image::after {
		content: '';
		position: absolute;
		left:-1150px;
		top: 260px;
		bottom: unset;
		width: 513px; height: 309px;
		background: url(/images/b-advantages-bg-dots.png) center center no-repeat;
		background-size: auto;
	}
}

/* End */


/* Start:/bitrix/templates/main/blocks/b05-socials.css?17315626395812*/
.eapps-instagram-feed-title-container {display: none !important;}

section.socials {
/*	background: #2A2523 url(/images/bg-block-black.jpg) center center no-repeat; */
	background: #2A2523 url(/images/bg-block-black-800x600.webp) center center no-repeat; 
	background-size: cover;
	padding: 40px 0;
	position: relative;
}
section.socials h2 {font-size: 20px; margin-bottom: 12px; color: #FFFFFF; text-align: center;}

.insta-content {
	display: none;
	min-height: 709px;
	color: #FFFFFF; text-align: center;
	background: url(/images/b-social-icon-ig.png)  -70px 50px no-repeat; 
	background-size: 220px;
}
.insta-content p {font-size: 16px;}
.insta-content span {font-weight: bold;}
.insta-content a.instalink {
	display: block;
	text-decoration: none;
	height:34px;
	border-radius: 20px;
	background: #FFFFFF;
	color: #000000;
	width:200px;
	font-size: 15px;
	line-height: 34px;
	font-weight: 700;
	margin: 5px auto;
	text-align: right;
	padding-right: 20px;
	position: relative;
}
.insta-content a.instalink:before {
	content: '';
	position: absolute;
	top:8px;
	left:15px;
	width:19px;
	height: 19px;
	background: url(/images/b-social-icon-link-ig.png) center center no-repeat;
	background-size: contain;

}

.youtube-content {
	padding: 50px 20px 20px 20px;
	min-height: 560px;
	color: #FFFFFF; text-align: center;
	background: url(/images/b-social-icon-yt.png)  -70px 50px no-repeat; 
	background-size: 220px;
}

.youtube-content .h3 {font-size: 16px; font-weight: 300; margin-bottom: 20px; position: relative;}

.youtube-content .h3:before {
	display: none;
	content: '';
	position: absolute;
	top: -50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%); 
	transform: translateX(-50%);

	width: 137px;
	height: 31px;
	background: url(/images/b-social-icon-link-youtube.png) center center no-repeat;
	background-size: cover;
}

.youtube-content .video-container {margin-bottom: 20px;}

.youtube-content .video-container a {}
.youtube-content .video-container a img {
	width: 100%;
	max-width: 600px;
	border: 3px solid #FFFFFF;
	border-radius: 8px;
}


.youtube-content .video-container iframe {
	width: 100%; max-width: 600px;
	height: auto; min-height: 200px;
	border: 2px solid #FFFFFF;
	border-radius: 8px;
}
.youtube-content .video-container h4 {color: #FFFFFF; font-size: 16px; margin-bottom: 15px;}


.video-container-vk {display: none;}
.video-container-vk iframe {margin-bottom: 30px;}


@media (min-width: 540px) {
	.youtube-content {
		min-height: 400px;
	}
	.youtube-content .video-container iframe {
		height: 280px;
	}
}


@media (min-width: 768px) {
	section.socials {
		background: #2A2523 url(/images/bg-block-black.webp) center center no-repeat; 
	}
	.youtube-content {
		min-height: 450px;
	}
	.youtube-content .video-container iframe {
		height: 320px;
	}
	.youtube-content .video-container h4 {color: #FFFFFF; font-size: 20px; margin-bottom: 20px;}
}

@media (min-width: 1199px) {
	section.socials {
		padding: 60px 0;
	}
	section.socials h2 {font-size: 30px; margin-bottom: 40px; font-weight: 400;}
	.insta-content {
		min-height: 500px;
/*		background: url(/images/b-social-icon-ig.png)  -75px 120px no-repeat; 
		background-size: 450px;*/
	}
	.insta-content p {font-size: 20px;}
	.insta-content span {font-weight: bold;}
	.insta-content a.instalink {
		display: inline-block;
		text-decoration: none;
		height:50px;
		border-radius: 25px;
		background: #FFFFFF;
		color: #000000;
		width:270px;
		font-size: 20px;
		line-height: 50px;
		font-weight: 700;
		margin: 0 0 0 12px;
		text-align: right;
		padding-right: 30px;
		position: relative;
	}
	.insta-content a.instalink:before {
		content: '';
		position: absolute;
		top:12px;
		left:20px;
		width:27px;
		height: 27px;
		background: url(/images/b-social-icon-link-ig.png) center center no-repeat;
		background-size: contain;

	}
	.youtube-content {
		padding: 40px 20px 20px 20px;
		min-height: 610px;
		color: #FFFFFF; text-align: center;
		background: url(/images/b-social-icon-yt.png)  -75px 120px no-repeat; 
		background-size: 450px;
		font-size: 0;
	}

	.youtube-content .h3 {
		font-size: 20px;
		line-height: 26px;
		font-weight: 300; 
		margin: 0 auto 30px;
		width: 630px;
/*		padding-left: 170px;*/
		text-align: center; /*left*/
	}
	.youtube-content .h3:before {
		content: '';
		position: absolute;
		top: 9px;
		left: 0;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%); 
		transform: translateX(0%);

		width: 137px;
		height: 31px;
		background: url(/images/b-social-icon-link-youtube.png) center center no-repeat;
		background-size: cover;
	}

	.youtube-content .video-container {
		display: inline-block; vertical-align: top; width: 48%;
		margin-bottom: 20px;
	}

	.youtube-content .video-container a {}
	.youtube-content .video-container a img {
		width: 100%;
		max-width: 800px;
		border: 3px solid #FFFFFF;
		border-radius: 8px;
	}


	.youtube-content .video-container1 {margin-right: 4%;}
	.youtube-content .video-container3 {margin-right: 4%;}
	.youtube-content .video-container5 {margin-right: 4%;}
	.youtube-content .video-container iframe {
		max-width: 800px;
		height: 320px;
		border: 3px solid #FFFFFF;
	}
	.youtube-content .video-container h4 {color: #FFFFFF; font-size: 24px; margin-top: 30px;margin-bottom: 24px;}

	.video-container-vk {display: flex; justify-content: space-between; margin-top: 30px;}
	.video-container-vk iframe {}

}




.tgposts {font-size:0}
.tgposts .post {display: inline-block; width:30%; margin-right:5%; vertical-align: top;}
.tgposts .post.post3 {margin-right:0 !important;}

/* End */


/* Start:/bitrix/templates/main/blocks/b06-price.css?174316748110299*/
section.price {
	background: #e6edf8;
	padding: 30px 10px;
}

section.price h1 {font-size: 20px; text-align: center; margin:0 0 20px 0; font-weight: 500;}
section.price h2 {font-size: 20px; text-align: center; margin:0 0 20px 0; font-weight: 500;}
section.price .desc {font-size: 16px; margin-bottom: 20px; text-align: center; padding: 0 10%;}


.price__list {
	width: 92%;
	max-width: 355px;
	margin: 0 auto 40px;
	display: grid;
	grid-template-columns: 1fr;
	grid-row-gap: 23px;
	list-style: none;
	padding: 0;
}
.price__item {
	position: relative;
	margin-bottom: 12px;
}
.price__item::after {
	content: '';
	position: absolute;
	bottom: -17px;
	left: 0;
	width: 100%;
	height: 21px;
	background: url(/images/b-price-items-bottom.png) top center;
	background-size: cover;
}

.service {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	padding-bottom: 15px;
	padding-top: 0;
	background-color: #fff;
	border-radius: 5px;
	position: relative;
}
.service .h4 {
	margin: 0 0 12px;
	padding: 20px 30px 20px 15px;
	color: #000000;
	background-color: #cadfea;
	border-left: 5px solid #2575db;
	vertical-align: middle;
	min-height: 75px;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}
.service .h4 span {
	font-weight: 400;
}
.service, .service__img-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.service--add .h4 i {
	display: block;
	color: #FF0000;
	font-style: normal;
	margin-top: 12px;
}

.service__img-wrapper {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 0;
	padding: 20px;
}
.service__img-wrapper img {
	height: 40px;
	max-width: 200px;
}

.service__example-wrapper {
	margin-bottom: 12px;
	padding: 0 20px;
}
.service__example-wrapper p {
	margin: 0;
	color: #656a6f;
	font-size: 13px;
	line-height: 15px;
}
.service__price-wrapper {
	font-size: 14px;
	background: #cadfea;
	color: #000000;
	padding: 8px 20px;
	margin-bottom: 0px;
}
.service__price-wrapper p {
	margin: 0;
}
.service__description-wrapper {
	font-size: 13px;
	padding: 12px 20px;
	line-height: normal;
	border-bottom: 1px solid #cadfea;
}

.service__btn {
	width: 220px;
	background: #2575db;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	margin: 12px auto;
	padding: 15px 10px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	border-radius: 5px;
}
.service__btn:focus, .service__btn:hover {
	text-shadow: 0 0 3px #CCCCCC;
	-webkit-transition: all .3s;
	transition: all .3s;
}


section.price-add {
	background: #EFE0D7;
}
.price__list--add-block {padding: 30px 0 10px 0;}
.price__list--add-block h2 {font-size: 18px; font-weight: 500; text-align: center; margin: 0 0 20px 0;}
.price__list--add-block h3 {font-size: 18px; font-weight: 500; text-align: center; margin: 0 0 20px 0;}
.price__list--add-block .service--add {
	padding: 10px 0;
}
.price__list--add-block .service--add .service__price-wrapper {
	background: #FFFFFF;
	border-bottom: 1px solid #cadfea;
	padding-bottom: 25px;
}


section.price-makes {
	background: #FBFAF9;
	text-align: center;
	padding: 50px 30px;
}
.price__list--makes-block {}
.price__list--makes-block h2 {margin-bottom: 20px; font-weight: 500}
.price__list--makes-block h3 {margin-bottom: 20px; font-weight: 500}


.price__list--makes-block .makes-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: stretch;
	height: 380px;
	overflow: hidden;
}

.price__list--makes-block .makes-links img {display: block;margin:0 auto;}
.price__list--makes-block .makes-links a {
	align-self: center;
	min-height: 75px;
	min-width: 120px;
	padding: 8px 12px;
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
/*
	display: inline-block;
	margin: 2px 5px;
	vertical-align: top;
*/
	text-decoration: underline;
	font-size:10px; text-align: center;
}
.price__list--makes-block .makes-links a:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}


.price__list--makes-block .showall {
	margin:40px auto 20px; display: inline-block; 
	border-bottom: 1px dashed #CCCCCC;
	cursor: pointer;
}


.pricevideo {}
.pricevideo img {float: left; padding-top: 2px; margin-right: 5px;}
.pricevideo {
	display: block;
	background: url(/images/icon-footer-yt.png) left center no-repeat;
	line-height: 19px;
	font-size: 14px !important;
	padding-left: 25px;
	margin-top: 6px;
}



@media (min-width: 768px) {
	.price__list {
		width: 92%;
		max-width: 730px;
		margin: 20px auto;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 3%;
		grid-row-gap: 30px;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.price__item {
		margin-bottom: 0px;
	}
	.service__example-wrapper p {
		font-size: 14px; line-height: normal;
	}
	.service__price-wrapper p {
		font-size: 16px; line-height: normal;
	}

	.service__description-wrapper {
		font-size: 14px; line-height: normal;
	}

	.price__item1 .service__example-wrapper {
		-webkit-flex-basis: 75px;
		-ms-flex-preferred-size: 75px;
		flex-basis: 75px;
	}
	.price__item2 .service__example-wrapper {
		-webkit-flex-basis: 75px;
		-ms-flex-preferred-size: 75px;
		flex-basis: 75px;
	}

	.price__item3 .service__example-wrapper {
		-webkit-flex-basis: 130px;
		-ms-flex-preferred-size: 130px;
		flex-basis: 130px;
	}
	.price__item4 .service__example-wrapper {
		-webkit-flex-basis: 130px;
		-ms-flex-preferred-size: 130px;
		flex-basis: 130px;
	}
	.price__item5 .service__example-wrapper {
		-webkit-flex-basis: 75px;
		-ms-flex-preferred-size: 75px;
		flex-basis: 75px;
	}
	.price__item6 .service__example-wrapper {
		-webkit-flex-basis: 75px;
		-ms-flex-preferred-size: 75px;
		flex-basis: 75px;
	}

	.price__list--makes-block .makes-links a {
		min-height: auto;
		min-width: auto;
	}


}

@media (min-width: 1199px) {
	section.price {padding: 50px 0px 25px;}
	section.price h1 {font-size: 30px; margin:0 0 30px 0;}
	section.price h2 {font-size: 30px; margin:0 0 30px 0;}
	section.price .desc {font-size: 20px; margin-bottom: 40px; padding: 0 0;}

	.price__list {
		width: 100%;
		grid-template-columns: 1fr 1fr 1fr;
		max-width: 1200px;
	}
	.service {
	}
	.service .h4 {
		font-size: 18px;
		line-height: normal;
		min-height: 84px;
		padding: 20px 10px 20px 15px;
	}
	.service .h4 span {
	}
	.service, .service--add .h4, .service__img-wrapper {
	}
	.service--add .h4 {
		min-height: 105px;
	}
	.service__img-wrapper {
	}
	.service__img-wrapper img {
		height: 60px;
		margin: 4px 0;
		max-width: 500px;
	}
	.service__example-wrapper {
		padding: 12px 20px;
	}
	.service__example-wrapper p {
		font-size: 15px; line-height: normal;
	}
	.service__price-wrapper {
		padding: 15px 20px;
	}

	.service__price-wrapper .price-dogovor {
		font-size: 16px;
	}
	.service__price-wrapper p {
		font-size: 18px; line-height: normal;
	}

	.service__description-wrapper {
		font-size: 15px; line-height: normal;
	}

	.service__btn {
		width: 270px;
		font-size: 13px;
	}
	.service__btn:focus, .service__btn:hover {
	}

	.price__item1 .service__example-wrapper {-webkit-flex-basis: 64px; -ms-flex-preferred-size: 64px; flex-basis: 64px;}
	.price__item2 .service__example-wrapper {-webkit-flex-basis: 64px; -ms-flex-preferred-size: 64px; flex-basis: 64px;}
	.price__item3 .service__example-wrapper {-webkit-flex-basis: 64px; -ms-flex-preferred-size: 64px; flex-basis: 64px;}

	.price__item4 .service__example-wrapper {-webkit-flex-basis: 64px; -ms-flex-preferred-size: 64px; flex-basis: 64px;}
	.price__item5 .service__example-wrapper {-webkit-flex-basis: 64px; -ms-flex-preferred-size: 64px; flex-basis: 64px;}
	.price__item6 .service__example-wrapper {-webkit-flex-basis: 64px; -ms-flex-preferred-size: 64px; flex-basis: 64px;}

	.price__list--add-block .service--add .service__price-wrapper {-webkit-flex-basis: 120px; -ms-flex-preferred-size: 120px; flex-basis: 120px;}

	.price__list--add-block h2 {
		font-size: 25px; line-height: normal;
		margin: 0 0 26px 0;
	}

	.price__list--add-block h3 {
		font-size: 25px; line-height: normal;
		margin: 0 0 26px 0;
	}

	.service--add .service__price-wrapper {
		min-height: 160px;
	}

	.price__list--makes-block h2 {font-size: 26px; margin-bottom: 40px; font-weight: 500; padding: 0 130px; line-height: normal;}
	.price__list--makes-block h3 {font-size: 26px; margin-bottom: 40px; font-weight: 500; padding: 0 130px; line-height: normal;}

	.price__list--makes-block .makes-links {
		min-height: 380px;
		justify-content: space-between;
		height: auto;
	}
	.price__list--makes-block .makes-links a {
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: grayscale(100%);
		filter: grayscale(1); /* Firefox 4+ */
		filter: gray; /* IE 6-9 */

		padding: 8px 30px;
		opacity: 0.4;
	}
	.price__list--makes-block .makes-links a:hover {
		opacity: 1;
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	.price__list--makes-block .showall {
		display: none; 
	}
}

a.fancyvideo, a.fancyvideomp4 {tetx-decoration: none; border-bottom: 1px dashed #000000;}


.price__service .h4.icon-action {padding: 0px 10px 20px 15px !important;}
.price__service .h4.icon-action div {text-align: right;}
.price__service .h4.icon-action img {height: 30px;}

.price__service .old {text-decoration: line-through; margin-right: 20px;}
.price__service .new {color: #FF0000; font-weight: bold;}


/* End */


/* Start:/bitrix/templates/main/blocks/b07-results.css?17575204922247*/
section.results {
/*	background: #2A2523 url(/images/bg-block-black.jpg) center center no-repeat; */
	background: #2A2523 url(/images/bg-block-black-800x600.webp) center center no-repeat; 
	background-size: cover;
	padding: 30px 0;
	position: relative;
}
.results__wrapper {color: #FFFFFF;}
.results__wrapper h2 {text-align: center; font-size: 20px; font-weight: 500; margin-bottom: 30px;}
.results__wrapper .gallery-list {
	text-align: center;
	padding: 0px 10px;
	font-size: 0;
}
.results__wrapper .gallery-list a {
	padding: 0 0 0px 0;
	text-decoration: none;
	background: #FFFFFF;
	position: relative;
	z-index: 5;
}
.results__wrapper .gallery-list img.pre {
	width: 100%;
	max-width: 300px;
	min-height: 300px;
	border-radius: 3px;
	border: 2px solid #FFFFFF;
	margin: 20px 0;
}

.results__wrapper .t {text-align: center;}

@media (min-width: 700px) {
	.results__wrapper .gallery-list a {padding: 0px 12px;}

	.gallery-list::before {
		content: '';
		position: absolute;
		right: 50px;
		top: 190px;
		width: 513px; height: 309px;
		background: url(/images/bg-images-dots.png) center center no-repeat;
		background-size: auto;
		z-index: 0;
	}

	.gallery-list::after {
		content: '';
		position: absolute;
		left: 50px;
		top: 580px;
		width: 513px; height: 309px;
		background: url(/images/bg-images-dots.png) center center no-repeat;
		background-size: auto;
		z-index: 0;
	}

	.results__wrapper .gallery-list img.pre {
		max-width: 360px;
		min-height: 360px;
	}


}

@media (min-width: 700px) {
	section.results {
		background: #2A2523 url(/images/bg-block-black.webp) center center no-repeat; 
	}
}

@media (min-width: 1199px) {
	section.results {padding:50px;}
	.results__wrapper h2 {font-size: 30px; margin-bottom: 30px;}
	section.results .section-content {padding: 0;}

}


.before-after {margin: 20px 0; min-height: 250px; text-align: center;}
.before-after img {width:80%;}
@media (min-width: 700px) {
	.before-after {min-height: 450px;}
}
@media (min-width: 1199px) {
  .before-after {margin: 50px 0 20px; padding: 0 34px;}
  .before-after {min-height: 50px; display: flex; justify-content: space-between;}
  .before-after img {width:48%;}
}

/* End */


/* Start:/bitrix/templates/main/blocks/b_stations.css?17623125631549*/
section.stations {}

.stations__wrapper {padding: 30px 10px 30px;}
.stations__wrapper .h {font-size: 24px; text-align: center; margin-bottom: 20px;}
.stations__wrapper p {font-size: 16px; text-align: center;}

.stations__items {
	display: flex;
	flex-direction: column;
}
.stations__item  {max-width: 380px; position: relative; width: 100%; margin: 0 auto 30px; min-height:120px;}
.stations__item  img {width: 100%;}

.stations__item .addr {
	position: absolute;
	background: url(/images/icon-addr.png) left top no-repeat;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	color: #FFFFFF; text-align: center;
	padding: 0 24px;
	font-size: 18px;

}
.stations__item a {
	display: block;
	position: absolute;
	background: url(/images/contacts/bg-btn.png) center center no-repeat;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 275px;height: 120px;
	text-align: center;font-size: 16px;text-transform: uppercase; font-weight: bold;
	color: #FFFFFF;
	padding-top: 38px;
}


@media (min-width: 600px) {
}


@media (min-width: 768px) {
}

@media (min-width: 900px) {
	.stations__wrapper {padding: 50px 0px;}
	.stations__wrapper .h {font-size: 30px; text-align: center; margin-bottom: 20px;}
	.stations__wrapper p {font-size: 20px; text-align: center;}
	.stations__items {
		display: flex;
		justify-content: space-between;
		flex-direction: row;
		padding-top: 30px;
		flex-wrap: wrap;

	}
	.stations__item  {width: 50%;min-height:10px;}
}

@media (min-width: 1199px) {
}

/* End */


/* Start:/bitrix/templates/main/blocks/b09-advantages.css?16599471144952*/
section.advantages {
	background: #e6edf8;
	padding: 0px 0;
}
.advantages__wrapper {
	position: relative;
}
.advantages__wrapper h2 {
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 30px;
}
.advantages__wrapper .desc {
	text-align: center;
	font-size: 14px;
	line-height: normal;
}
.advantages__wrapper ul.quality__list {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 85px auto 0;
	padding-left: 20px;
	padding-right: 20px;
}
.advantages__wrapper ul.quality__list li.quality__item {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 45px;

	background-color: #cadfea;
	border-radius: 10px;
	position: relative;
	padding: 52px 10px 15px;
	-webkit-box-shadow: 0px 20px 29px rgba(216, 181, 181, .35);
	box-shadow: 0px 20px 29px rgba(216, 181, 181, .35);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-item-align: start;
	align-self: flex-start;
}
.advantages__wrapper ul.quality__list li.quality__item::before {
	content: "";
	position: absolute;
	width: 80px;
	height: 80px;
	background-color: #cadfea;
	border-radius: 50%;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%);
	border: 6px solid #cadfea;
	background-position: center;
	background-repeat: no-repeat;
}
.advantages__wrapper ul.quality__list li.quality__item.advantage1::before {background-image: url(/images/b-advantages-icon1.png);}
.advantages__wrapper ul.quality__list li.quality__item.advantage2::before {background-image: url(/images/b-advantages-icon2.png);}
.advantages__wrapper ul.quality__list li.quality__item.advantage3::before {background-image: url(/images/b-advantages-icon3.png);}

.advantages__wrapper ul.quality__list li.quality__item h3 {
	text-align: center;
	font-size: 18px;
	margin:12px 0;
}
.advantages__wrapper ul.quality__list li.quality__item p {
	text-align: center;
	font-size: 13px;
	line-height: normal;
}


.advantages__wrapper ul.advantage__list {
	list-style: none;
	text-align: left;
	background-color: #fff;
	font-size: 13px;
	line-height: normal;
	border-radius: 7px;
	margin-top: 10px;
	padding: 19px 25px 20px 64px;
}
.advantages__wrapper ul.advantage__list  li.advantage__item {position: relative; margin-bottom: 16px; font-size: 13px; line-height: normal;}
.advantages__wrapper ul.advantage__list  li.advantage__item::before {
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	background-image: url(/images/svg/check.svg);
	background-size: contain;
	background-position: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%); 
	transform: translateY(-50%);
	left: -37px;
}
.advantages__wrapper ul.quality__list li.quality__item.advantage1 {}
.advantages__wrapper ul.quality__list li.quality__item.advantage2 {}
.advantages__wrapper ul.quality__list li.quality__item.advantage3 {}


@media (min-width: 768px) {
}

@media (min-width: 960px) {
	section.advantages {
		background: #e6edf8;
		padding: 60px 0 40px;
	}

	.advantages__wrapper h2 {
		font-size: 30px;
		margin-bottom: 30px;
	}
	.advantages__wrapper .desc {
		font-size: 16px;
		padding-bottom: 30px; 
	}

	.advantages__wrapper ul.quality__list {
		-webkit-box-orient: horizontal;
		-ms-flex-direction: row;
		flex-direction: row;

		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.advantages__wrapper ul.quality__list li.quality__item {
		width: 31.5%;
		margin-right: 1.8%;
		margin-bottom: 60px;
	}

	.advantages__wrapper ul.quality__list li.quality__item::before {width: 100px; height: 100px;}

	.advantages__wrapper ul.quality__list li.quality__item h3 {
		font-size: 22px;
		margin: 16px 0;
	}
	.advantages__wrapper ul.quality__list li.quality__item p {
		font-size: 14px;
	}
	.advantages__wrapper ul.advantage__list  li.advantage__item {font-size: 16px;}


	.advantages__wrapper::before {
		content: '';
		position: absolute;
		right:-150px;
		top: 340px;
		bottom: unset;
		width: 513px; height: 309px;
		background: url(/images/b-advantages-bg-dots.png) center center no-repeat;
		background-size: auto;
	}
	.advantages__wrapper::after {
		content: '';
		position: absolute;
		left:-600px;
		top: -30px;
		bottom: unset;
		width: 513px; height: 309px;
		background: url(/images/b-advantages-bg-dots.png) center center no-repeat;
		background-size: auto;
	}


}

/* End */


/* Start:/bitrix/templates/main/blocks/b10-certificates.css?17126440677649*/
.certificates {
  width: 100%;
  height: 900px;	/*900px => 270*/
  background-color: #0b1f31;
/*  background-image: url(/images/bg-block-black.jpg);*/
  background-image: url(/images/bg-block-black-800x600.webp);

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative
}

.certificates.normal {height: 700px}

.certificates__wrapper {
  max-width: 1240px;
  min-width: 320px;
  padding-top: 90px;
  padding-bottom: 77px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #fff
}
.certificates__wrapper h2 {
  margin: 0;
  font-size: 35px;
  line-height: 35px;
  font-weight: 500;
}
.certificates__wrapper span {
  margin-top: 8px;
  display: block;
  font-size: 35px;
  line-height: 35px;
  font-weight: 300
}
.certificates__wrapper p {
  margin: 25px 0 0;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300
}

@media (max-width: 1199px) {
  .certificates__wrapper {
	padding-top: 55px;
	padding-bottom: 77px
  }
.certificates__wrapper h2 {
	font-size: 28px;
	line-height: 28px
  }
.certificates__wrapper span {
	margin-top: 3px;
	font-size: 18px;
	line-height: 25px
  }
.certificates__wrapper p {
	margin: 13px 0 0;
	font-size: 16px;
	line-height: 16px
  }

}

@media (max-width: 768px) {
  .certificates {
	height: 830px;  /*830 => 270*/
  }
.certificates__wrapper {
	padding-top: 45px;
	padding-bottom: 77px
  }
.certificates__wrapper h2 {
	font-size: 25px;
	line-height: 25px
  }
.certificates__wrapper span {
	margin-top: 3px;
	font-size: 16px;
	line-height: 25px
  }
.certificates__wrapper p {
	margin: 13px 0 0;
	font-size: 14px;
	line-height: 14px
  }

}
.slider {
  position: relative;
  margin-top: 67px;
  margin-left: 60px;
  margin-right: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.slider__controls-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 116%;
  left: -8%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.slider__btn {
  padding: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
  border-radius: 50%;
  width: 52px;
  height: 52px
}
.slider__btn .slider__btn-icon {
  fill: #fff;
  -webkit-transition: all .3s;
  transition: all .3s
}
.slider__btn:focus .slider__btn-icon, .slider__btn:hover .slider__btn-icon {
  fill: #2575db;
  -webkit-transition: all .3s;
  transition: all .3s
}
.slider__item, .slider__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.slider__list {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.slider__item {
  width: 265px;
  height: 371px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.slider__img-wrapper {
  height: 100%;
  position: relative
}
.slider__img-wrapper--before {
  background-color: #888
}
.slider__img-wrapper--before .slider__label {
  left: 26.5%
}
.slider__img-wrapper--after {
  background-color: #5f5f5f
}
.slider__img-wrapper--after .slider__label {
  right: 27%
}
.slider__img-wrapper img {
  -o-object-position: center;
  object-position: center
}
.slider__label {
  position: absolute;
  bottom: 9%;
  z-index: 10;
  display: block;
  min-width: 206px;
  padding: 14px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 23px;
  line-height: 23px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #2575db;
  -webkit-clip-path: polygon(0 100%, 92% 100%, 100% 0, 7% 0);
  clip-path: polygon(0 100%, 92% 100%, 100% 0, 7% 0)
}
.slider__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 265px;
  height: 371px;
  border-radius: 5px;
  overflow: hidden;
  position: relative
}
.slider__item-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 106, 0, .85);
  background-image: url(/images/svg/lins.svg);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s
}
.slider__img-wrapper img, .slider__item-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.slider__item-link:focus::before, .slider__item-link:hover::before {
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s
}

@media (max-width: 1199px) {
  .slider {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto
  }
.slider__img-wrapper--before .slider__label {
	left: 16.5%
  }
.slider__img-wrapper--after .slider__label {
	right: 17%
  }
.slider__label {
	min-width: 150px;
	padding: 12px 10px;
	font-size: 20px;
	line-height: 20px
  }

}

@media (max-width: 768px) {
  .slider {
	margin-top: 38px
  }
.slider__controls-list {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 188px;
	left: 50%;
	top: 108.5%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
  }
.slider__btn {
	padding: 0;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	outline: 0;
	border-radius: 50%;
	width: 52px;
	height: 52px
  }
.slider__btn .slider__btn-icon {
	fill: #fff;
	-webkit-transition: all .3s;
	transition: all .3s
  }
.slider__btn:focus .slider__btn-icon, .slider__btn:hover .slider__btn-icon {
	fill: #2575db;
	-webkit-transition: all .3s;
	transition: all .3s
  }
.slider__img-wrapper--before .slider__label {
	left: 11.5%
  }
.slider__img-wrapper--after .slider__label {
	right: 17%
  }
.slider__label {
	min-width: 100px;
	padding: 8px 10px;
	font-size: 11px;
	line-height: 11px
  }

}
.slide {
  position: fixed;
  width: auto;
  height: 80vh;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: -99;
  opacity: 0
}
.slide img {
  width: auto;
  height: 100%
}
.slide--active {
  z-index: 99;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 1s;
  transition: all 1s
}



.slide-overlay, .slide-overlay--open, .video-overlay--open {
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}
.slide-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #2575db;
  z-index: 55;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}
.slide-overlay--open {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

/* End */


/* Start:/bitrix/templates/main/blocks/b11-form.css?17416557148922*/
section.form {
	background: #e6edf8;
	position: relative;
	z-index: 2;
/*   	padding: 0 10px 440px;*/
	padding: 0 10px 0px;
}



section.form .section-content {
/*
	position: absolute;
	left:50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
*/
	position: relative;
	top:-150px;
	width: 100%;
	padding-top: 10px;
}


section.form.form-simple {padding: 0 10px 80px;}
section.form.form-simple .section-content  {top: 30px;}


.form__block {
	background: #FFFFFF;
	border-radius: 10px;
	margin: 0 auto;
	padding: 15px 0px 0 0;
	width: 90%;
	position: relative;

}
.form__block span.h2 {
	display: block;
	font-weight: bold;
	font-size: 18px;
	border-left: 5px solid #2575db;
	text-align: center;
	background: #e6edf8;
	padding: 20px 0px;
}
.form__block .desc {
	text-align: center;
	font-size: 15px;
	line-height: normal;
	padding: 10px 40px;
}

.form__block form {}
.form__block form .form__model {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0px 30px 15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 20px 0;
	text-align: center;
}
.form__block form .form__model label {
	font-size: 14px;
	line-height: normal;
	text-align: center;
	font-weight: 500;
}
.form__block form .form__model input{
	margin-top: 5px;
	width: 100%;
	height: 52px;
	background-color: #f7f7f7;
	border: 1px solid #e9e9e9;
	border-radius: 5px;
	font-size: 12px;
	line-height: 21px;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-transition: all .3s;
	transition: all .3s;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form__block form .form__user {
	padding: 15px 30px 5px 30px;
	background: #F7F7F7;
}
.form__block form .form__user input {
	margin-top: 5px;
	width: 100%;
	height: 50px;
	font-size: 12px;
	line-height: 17px;
	padding-left: 40px;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 5px;
	font-weight: 500;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.form__block form .form__user .calculation__phone {position: relative;}
.form__block form .form__user .calculation__phone input {}
.form__block form .form__user .calculation__name {position: relative;}
.form__block form .form__user .calculation__name input{}

.form__block form button.calculation__submit {
	max-width: 500px;
	margin: 25px auto 15px;
	padding: 10px 14px;
	font-size: 13px;
	line-height: 17px;
	background: -webkit-gradient(linear, left bottom, left top, from(#2575db), to(#2575db));
	background: linear-gradient(to top, #2575db, #2575db);
	min-height: 48px;
	-ms-flex-item-align: center;
	align-self: center;
	font-weight: 600;
	border-radius: 8px;
	position: relative;
	color: #FFFFFF;
	text-transform: uppercase;
}


.form__block form button.calculation__submit:hover {
	text-shadow: 0 0 3px #CCCCCC;
	-webkit-box-shadow: 0 3px 0 0 #096dd3, 0 13px 32px rgb(0 102 255 / 50%);
	box-shadow: 0 3px 0 0 #096dd3, 0 13px 32px rgb(0 102 255 / 50%);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.form__block form .form__consent {
	background: #F7F7F7;
	padding: 0px 0px 15px 30px;
	margin: 0 auto;
	border-radius: 0 0 10px 10px;
}
.form__block form .form__consent input {
	display: inline-block;
	float: left;
	margin: 9px 25px 20px 0;
}
.form__block form .form__consent label {
	font-size: 11px; color: #ADADAD;
	line-height: normal;
}
.form__block form .form__consent label a {
	color: #ADADAD;
	/*display: block;*/
	text-decoration: underline;
}

.calculation__phone .calculation__phone-icon {
	width: 14px;
	height: 14px;
	top: 23px;
	left: 14px;
}

.calculation__name .calculation__name-icon {
	width: 14px;
	height: 14px;
	top: 23px;
	left: 14px;
}
.calculation__name .calculation__name-icon, .calculation__phone .calculation__phone-icon {
	position: absolute;
	top: 23px;
	left: 14px;
	fill: #d5d5d5;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.form__block form .form__user input:focus, .form__block form .form__user input:hover {
	border: 1px solid #000;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #000000;
}

.form__block form .form__user input:focus + svg, .form__block form .form__user input:hover + svg {
	fill: #000;
}

.form__block .form_backdrop {
	position: absolute;
	height: 50px;
	bottom: -12px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
	width: 90%;
	background-color: #FFFFFF;
	border-radius: 10px;
	-webkit-box-shadow: 0 9px 18px rgba(149, 149, 149, .2);
	box-shadow: 0 9px 18px rgba(149, 149, 149, .2);
}

.calculation-form--input-error label {
  color: red !important;
  -webkit-transition: all .3s;
  transition: all .3s
}
.calculation-form--input-error input {
  border: 1px solid red !important;
  -webkit-transition: all .3s;
  transition: all .3s
}


@media (min-width: 600px) {
	section.form {padding-bottom: 0px; /*350*/}
	.form__block form .form__consent label {font-size: 12px}
	.form__block form .form__consent label a {display: initial;}
	.form__block form .form__consent input {margin: 6px 15px 20px 0;}
}



@media (min-width: 768px) {
	.form__block span.h2 {font-size: 20px;}
	.form__block .desc {font-size: 16px;}

}

@media (min-width: 1199px) {
	section.form {
		padding: 120px 10px 0px;
	}
	section.form .section-content {
/*
		position: absolute;
		left:50%;
		-webkit-transform: translate(-50%);
		transform: translate(-50%);
*/
		top:-200px;
		width: 1200px;
	}

	.form__block {
		background: #FFFFFF;
		border-radius: 10px;
		margin: 0 auto;
		padding: 30px 0px 0 0;
		width: 100%;
		position: relative;
		-webkit-box-shadow: 0 9px 18px rgba(149, 149, 149, .2);
		box-shadow: 0 9px 18px rgba(149, 149, 149, .2);
}
	.form__user {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0px 45px 15px;
		background-color: #f7f7f7;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}

	.form__block span.h2 {
		font-size: 26px;
		border-left: 5px solid #2575db;
		text-align: left;
		background: #e6edf8;
		padding: 18px 40px 0;

	}
	.form__block .desc {
		text-align: left;
		border-left: 5px solid #2575db;
		background: #e6edf8;
		font-size: 22px;
		line-height: normal;
		padding: 10px 40px 20px;
	}


	.form__block form .form__user input {
		margin-top: 5px;
		width: 100%;
		height: 50px;
		font-size: 14px;
		line-height: 17px;
		padding-left: 40px;
		background-color: #fff;
		border: 1px solid #e9e9e9;
		border-radius: 5px;
		font-weight: 500;
		outline: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	.form__block::before {
		content: '';
		position: absolute;
		right:-11px; top:15px;
		width: 147px; height:97px;
		background: url(/images/b-form-icon.png) center center no-repeat;
	}

	.form__block form .form__model {
		padding: 30px 45px 25px;
	}
	.form__block form .form__user {
		padding: 25px 45px 10px;
		background: #F7F7F7;
	}


	.form__block form .form__user .calculation__phone {width: 300px;}
	.form__block form .form__user .calculation__phone input {}
	.form__block form .form__user .calculation__name {width: 300px;}
	.form__block form .form__user .calculation__name input{}
	.form__block form button.calculation__submit{
		margin: 0;
	}

	.form__block form .form__consent {
		padding: 0px 45px 25px;
		border-radius: 0 0 10px 10px;
	}
	.form__block form .form__consent input {
		display: inline-block;
		margin: 5px 15px 5px 0;
	}
	.form__block form .form__consent label a {
		display: inline-block;
		text-decoration: underline;
	}
	.form__block .form_backdrop {
		position: absolute;
		height: 50px;
		bottom: -16px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: -1;
		width: 80%;
		background-color: #F7F7F7;
		border-radius: 10px;
		-webkit-box-shadow: 0 9px 18px rgba(149, 149, 149, .2);
		box-shadow: 0 9px 18px rgba(149, 149, 149, .2);
	}
}



/* End */


/* Start:/bitrix/templates/main/blocks/b12-contacts.css?17580123239249*/
section.contacts {
	background: #e6edf8;
	padding: 30px 10px;
	z-index: 8;
	position: relative;
}


section.contacts.contacts--main {
	top: -50px;
	margin-bottom: -100px;
}


.contacts__wrapper {}
.contacts__wrapper h1 {font-size: 20px; text-align: center; margin-bottom: 12px;}
.contacts__wrapper h2 {font-size: 20px; text-align: center; margin-bottom: 12px;}
.contacts__wrapper .h2 {font-size: 20px; text-align: center; margin-bottom: 12px; font-weight: bold;}
.contacts__wrapper .desc {font-size: 16px; text-align: center;}
.contacts__wrapper ul.contact__nav {}
.contacts__wrapper ul.contact__nav li.contact__main-nav {}

ul.contacts_info {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;

	background: #FCF7F4;
	padding: 20px 0px 30px 20px;
	margin: 30px 0;
	border-radius: 10px;
	-webkit-box-shadow: 0 9px 18px rgba(149, 149, 149, .2);
	box-shadow: 0 9px 18px rgba(149, 149, 149, .2);
}
ul.contacts_info li.contact_info-main {
}

ul.contact_info-main-list {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;

	padding: 0;
	margin: 0;
}
ul.contact_info-main-list li.contact_info-main-item {
	-moz-text-align-last: left;
	text-align-last: left;
	text-align: left;
	margin: 0px 0 20px 0;
	position: relative;
	font-size: 16px;
	line-height: normal;
	padding-left: 55px;
}
ul.contact_info-main-list li.contact_info-main-item a {
	margin:0;
	padding:0;
}
ul.contact_info-main-list li.contact_info-main-item p {
	margin:0;
	padding:0;
}
ul.contact_info-main-list li.contact_info-main-item span {
	font-weight: 700;
}
ul.contact_info-main-list li.contact_info-main-item.contact_info-main-phone span {font-size: 20px;}

ul.contact_info-main-list li.contact_info-main-item:before {
	content: '';
	position: absolute;
	left:0px;
	top:0;
	width:45px; height: 45px;
}
ul.contact_info-main-list li.contact_info-main-item.contact_info-main-phone::before {
	background: url(/images/b-contacts-icon-phone.png) center center no-repeat;
	background-size: contain;
}
ul.contact_info-main-list li.contact_info-main-item.contact_info-main-mail::before {
	background: url(/images/b-contacts-icon-mail.png) center center no-repeat;
	background-size: contain;
}
ul.contact_info-main-list li.contact_info-main-item.contact_info-main-time::before {
	background: url(/images/b-contacts-icon-time.png) center center no-repeat;
	background-size: contain;
}


ul.contacts_info li.contact_info-mess {
	padding: 0 20px 0 0;
}
ul.contact_info-mess-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
ul.contact_info-mess-list li.contact_info-mess-item {}
ul.contact_info-mess-list li.contact_info-mess-item a.contact_info-mess-link {
	width:46px;
	height: 46px;
	display: block;
}

a.contact_info-mess-link.contact_info-mess-whatsapp {
	background: url(/images/b-contacts-icon-whatsapp.png);
	background-size: contain;
}
a.contact_info-mess-link.contact_info-mess-telegram {
	background: url(/images/b-contacts-icon-telega.png);
	background-size: contain;
}

.contact_info-mess-link:focus, .contact_info-mess-link:hover {
	-webkit-animation-name: shaking-form;
	animation-name: shaking-form;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}


.contacts__wrapper .contact__maps {}
.contacts__wrapper .contact__maps .map {max-width: 560px; margin: 0 auto;}
.contacts__wrapper .contact__maps .map .addr {
	position: relative;
	font-size: 16px;
	padding-left: 40px;
	margin: 10px 0 20px;
}
.contacts__wrapper .contact__maps .map .addr::before {
	content: '';
	position: absolute;
	top:4px;
	left:10px;
	width:18px;
	height: 25px;
	background: url(/images/b-contacts-icon-location.png) center center no-repeat;
	background-size: contain;
}

.contacts__wrapper .contact__maps .map .addr a {text-decoration: underline; color: #2575db;}


.contacts__wrapper .contact__maps .map .contact__map-wrapper {
	border: 5px solid #FCF7F4;
	border-radius: 8px;
	width: 100%;
	height: 300px;
}

.contacts__wrapper .contact__maps .map iframe {
	border-radius: 6px;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}


@media (min-width: 768px) {
	.contacts__wrapper .contact__maps .map .contact__map-wrapper {height: 360px;}
	ul.contact_info-main-list {
		list-style: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		-webkit-box-orient: horizontal;
		-ms-flex-direction: row;
		flex-direction: row;
		text-align: left;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;

		-webkit-justify-content: space-between;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;

		-webkit-box-align: start;
		-webkit-align-items: start;
		-ms-flex-align: start;
		align-items: flex-start;

		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	ul.contact_info-main-list > li {width:48%;}
	ul.contact_info-mess-list {
		-webkit-justify-content: start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media (min-width: 1199px) {
	section.contacts {
		padding: 50px 10px;
	}
	section.contacts.contacts--main {
		top: -150px;
		margin-bottom: -150px;
	}

	.contacts__wrapper h1 {font-size: 30px; margin-bottom: 20px;}
	.contacts__wrapper h2 {font-size: 30px; margin-bottom: 20px;}
	.contacts__wrapper .h2 {font-size: 30px; margin-bottom: 20px; font-weight: bold;}
	.contacts__wrapper .desc {font-size: 20px;}

	ul.contacts_info {
		list-style: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		-webkit-box-orient: horizontal;
		-ms-flex-direction: row;
		flex-direction: row;
		text-align: left;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;

		background: #FCF7F4;
		padding: 20px 30px;
		margin: 20px 0;
	}
	ul.contacts_info li.contact_info-main {
		width: 100%;
	}

	ul.contact_info-main-list {
		list-style: none;
		padding: 0;
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		-webkit-box-orient: horizontal;
		-ms-flex-direction: row;
		flex-direction: row;
		text-align: left;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;

		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	ul.contact_info-main-list > li {width:unset;}


	ul.contact_info-main-list li.contact_info-main-item {
		-moz-text-align-last: left;
		text-align-last: left;
		text-align: left;
		margin: 0px 40px 0px 0;
		position: relative;
	}
	ul.contact_info-main-list li.contact_info-main-item a {}
	ul.contact_info-main-list li.contact_info-main-item p {}
	ul.contact_info-main-list li.contact_info-main-item span {}

	ul.contact_info-main-list li.contact_info-main-item:before {}
	ul.contact_info-main-list li.contact_info-main-item.contact_info-main-phone::before {}
	ul.contact_info-main-list li.contact_info-main-item.contact_info-main-mail::before {}
	ul.contact_info-main-list li.contact_info-main-item.contact_info-main-time::before {}

	ul.contacts_info li.contact_info-mess {}
	ul.contact_info-mess-list {
		list-style: none;
		padding: 0;
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	ul.contact_info-mess-list li.contact_info-mess-item {}
	ul.contact_info-mess-list li.contact_info-mess-item a.contact_info-mess-link {
		width:46px;
		height: 46px;
		display: block;
	}

	.contacts__wrapper .contact__maps {font-size: 0; display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 -15px;}
	.contacts__wrapper .contact__maps .map {max-width: 1560px; display: inline-block; width:50%;padding: 0 15px; margin-bottom: 50px; vertical-align: bottom;}
	.contacts__wrapper .contact__maps .map:first-child {margin-right:0%;}
	.contacts__wrapper .contact__maps .map .addr {
		position: relative;
		min-height: 65px;  		
		font-size: 20px;
		line-height: normal;
		padding-left: 50px;
		margin: 10px 0 20px;
	}
	.contacts__wrapper .contact__maps .map .addr::before {
		top:4px; left:10px;
		width:23px;	height: 33px;
	}
	.contacts__wrapper .contact__maps .map .contact__map-wrapper {
		border: 8px solid #FCF7F4;
		border-radius: 8px;
		max-width: 800px;
		height: 380px;
	}

}


/* End */


/* Start:/bitrix/templates/main/blocks/mainpage-sidenav.css?16599471141261*/
.sidenav-wrapper {display:none;}

@media (min-width: 1570px) {
	.sidenav-wrapper {display: block;position: fixed;  top: 0; left: -220px; z-index: 15; width: 200px; height: 100%;}
	.sidenav {
		position: absolute;
		bottom: 80px;
		background: rgba(253, 251, 250, 0.75);
		width: 100%;
		border-left: 3px solid #2575db;
		border-radius:0 8px 8px 0;
	}
	.sidenav-b {
		border-top: 3px solid rgba(253, 230, 217, 0.52);
		border-right: 3px solid rgba(253, 230, 217, 0.52);
		border-bottom: 3px solid rgba(253, 230, 217, 0.52);
		border-radius: 0 8px 8px 0;
		padding:3px 0;
	}
	.sidenav-items { font-size: 14px; line-height: 20px; border-radius:0 8px 8px 0;padding: 8px 0;}
	.sidenav-item { padding: 8px 5px 8px 18px; cursor: pointer;}
	.sidenav-item.active {
		background: #EC6B1B;
		margin-left: -20px;
		padding: 8px 5px 8px 39px;
		color: #FFFFFF;
		width: 240px;
		transform: skewX(-20deg);
		border-radius: 5px;
		font-weight: bold;
	}
	.sidenav-item.active span {
		transform: skewX(20deg);
		display: block;
	}

	.sidenav-item:hover {background: #F8EEE7; padding: 8px 5px 8px 18px; }
	.sidenav-item.active:hover {background: #EC6B1B;padding: 8px 5px 8px 39px;}
}
/* End */
/* /t/topvideo.css?177179776614301 */
/* /bitrix/templates/main/blocks/b_getprice2.css?17300755224415 */
/* /bitrix/templates/main/blocks/b03-materials.css?17128126385781 */
/* /bitrix/templates/main/blocks/b04-pasport.css?17126427663636 */
/* /bitrix/templates/main/blocks/b05-socials.css?17315626395812 */
/* /bitrix/templates/main/blocks/b06-price.css?174316748110299 */
/* /bitrix/templates/main/blocks/b07-results.css?17575204922247 */
/* /bitrix/templates/main/blocks/b_stations.css?17623125631549 */
/* /bitrix/templates/main/blocks/b09-advantages.css?16599471144952 */
/* /bitrix/templates/main/blocks/b10-certificates.css?17126440677649 */
/* /bitrix/templates/main/blocks/b11-form.css?17416557148922 */
/* /bitrix/templates/main/blocks/b12-contacts.css?17580123239249 */
/* /bitrix/templates/main/blocks/mainpage-sidenav.css?16599471141261 */
