

/* Start:/bitrix/templates/.default/globals_style.css?174074076413962*/
a { outline: none; }

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; 
/*
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
*/
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

html, body { border: 0px; margin: 0px; padding: 0px; height: 100%; }
body {
	font-size: 15px;
	line-height: 18px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
table { width: 100%; margin: 0px; padding: 0px; border-collapse: collapse; }
td { vertical-align: top; border: 0px; margin: 0px; padding: 0px; border-collapse: collapse; }
input, textarea { font-family: 'Roboto', sans-serif; }
::selection { color: #000; background-color: #ffdcb2;}
.clear { clear: both; }
#wrap { margin: 0 auto; min-height: 100%; height: auto !important; height: 100%; min-width: 1200px; overflow: hidden; }

b { font-weight: 600; }

/*.dp { max-width: 1500px; margin: 0 auto; position: relative; }*/
.dp { max-width: 1200px; min-width: 1200px; margin: 0 auto; position: relative; padding: 0 20px; }
.dp .dp {max-width: 100%; padding: 0;}
#iProducts {position: relative;}
#iProducts:before {left: 0 !important; width: 100% !important;}

.dp.mainContent { }
/*
@media screen and (max-width: 1580px) {
	.dp { padding: 0 2%; }
}
*/
h1, h2, h3, h4, h5 {
	font-family: 'Roboto', sans-serif;
}

.gotham { font-family: 'Roboto', sans-serif; }

h1, .h1 {
	font-size: 26pt;
	font-weight: 400;
	line-height: 30pt;
	margin-top: 20px;
	margin-bottom: 30px;
}
h2, .h2 {
	font-size: 30px;
	font-weight: 400;
	line-height: 36px;
	margin-bottom: 20px;
}

/******* HEADER GLOBALS STYLES **********/
#sitemenu {
	background: #000;
}

div.h1 {
	color: #fff;
	display: block;
	text-align: center;
	display: inline-block;
	width: 100%;
	font-weight: 100;
	line-height: 38pt;
	font-size: 48px;
	margin-top: 10px;
	font-family: 'Roboto', sans-serif;
}
h1.h1 {
	color: #fff;
	display: block;
	text-align: center;
	display: inline-block;
	width: 100%;
	font-weight: 100;
	line-height: 38pt;
	font-size: 48px;
	margin-top: 10px;
	font-family: 'Roboto', sans-serif;
}
#sitemenu a {
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	margin: 0 15px;
	text-decoration: none;
	line-height: 40px;
	position: relative;
	display: inline-block;
	color: #888;
	transition: 0.2s all;
}
#sitemenu a:first-child {
	margin-left: 0;
}
#sitemenu a:hover {
	color: #fff;
}
#sitemenu a.sitemenu_selected {
	border-bottom: 2px solid #ff8000;
	color: #fff;
}
#sitemenu a:before {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 10px;
	background: #888;
	right: -16px;
	top: 15px;
}
#header {
	width: 100%;
	z-index: 100;
	top:0px;
	height: 100px;
}

#header #sitemenu {
	left: 20px;
}

#logo {
	position: absolute;
	top: 50px;
}
#sublogo {
	border-radius: 4px;
	display: block;
	padding: 3px 15px;
	background: #edaa04;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 400;
	margin: -36px 0 0 160px;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	background: rgb(255,128,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,128,0,1) 1%, rgba(255,46,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,128,0,1) 1%,rgba(255,46,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,128,0,1) 1%,rgba(255,46,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8000', endColorstr='#ff2e00',GradientType=0 ); /* IE6-9 */
}
#mainmenu {
	position: absolute;
	right: 100px;
	top: 27px;
}

body #header.animate { transition: 0.2s all; position: fixed; }
body #header.animate.fixed {
	background: none;
	background: #29273e; 
	height: 50px;
	z-index: 600;
}

body #header.animate #logo,
body #header.animate #logo img,
body #header.animate #sitemenu,
body #header.animate #mainmenu { transition: 0.2s all; }

body #header.animate.fixed #logo { top: 16px; }
body #header.animate.fixed #logo img { }
body #header.animate.fixed #mainmenu { top: -5px; right: 0; }

body.body_noindex #header.animate { position: absolute !important; }


.btn {
	position: relative;
	display: inline-block;
	padding: 5px 50px 5px 25px !important;
	margin-top: 25px;
	border-radius: 50px !important;
	font-size: 11px !important;
	text-decoration: none;
	color: #fff;
	transition: 0.2s all !important;
	text-transform: uppercase;
	/*font-size: 8pt;*/
	font-weight: 400;
	background: #ff8000;
}
.btn_l {
	padding: 5px 25px 5px 50px;
	position: relative;
	display: inline-block;
	margin-top: 25px;
	border-radius: 50px !important;
	font-size: 11px !important;
	text-decoration: none;
	color: #fff;
	transition: 0.2s all !important;
	text-transform: uppercase;
	/*font-size: 8pt;*/
	font-weight: 400;
	background: #ff8000;
}
.btn:before,
.btn_l:before {
	content: "\f178";
	font-family: "icons";
	font-size: 10pt;
	position: absolute;
	top: 6px;
	right: 25px;
	transition: 0.2s all;
	color: #fff;
	font-weight: 100;
}
.btn_l:before {
	content: "\f177";
	left: 25px;
}
.btn:hover,
.btn_l:hover {
	background: #e25c00 !important;
	color: white !important;
}
.btn:hover:before {
	right: 20px !important;
}
.btn_l:hover:before {
	left: 20px;
}
.routeBtn {
	padding:6px 25px 6px 35px !important;
}
.routeBtn:before {
	left:15px;
}
#sitemenu > .dp {
	display: flex;
}
#sitemenu > .dp-wrap {
	justify-content: space-between;
}
#sitemenu > .dp-wrap .sitemenu_phone {
	position: relative;
	margin-left: 5px;
	display: flex;

	color: #FFF;
}
#sitemenu > .dp-wrap .dp-wrap__phone {
	display: flex;
	align-items: center;
}
#sitemenu > .dp-wrap .sitemenu_phone-text {
	display: flex;
}
#sitemenu .sitemenu_phone:before {
	content: none;
}
@media screen and (max-width: 767px) {
	#sitemenu > .dp-wrap {
		flex-wrap: wrap;
	}
	#sitemenu > .dp-wrap .dp-wrap__phone {
		width: 100%;
		justify-content: end;
	}
}

/********* START: CROCOBOX ************/
#crocobox { background: #f9f9f9; }
#crocobox .crocobox_underTitle {
	text-align: center;
	display: block;
}
#crocobox .crocobox_content h1 {
	text-align: center;
	font-size: 20pt;
	margin: 10px 0 40px;
	line-height: 20pt;
}
#crocobox .form_spacer {
	margin: 45px 0 25px; 
	font-weight: bold;
	font-size: 16pt;
}
#crocobox .form_spacer_light {
	margin: 0 0 25px; 
	font-size: 11pt;
	display: block;
	opacity: 0.7;
}


#crocobox .form_block {
	margin-bottom: 25px;
}
#crocobox .form_block input[type="text"],
#crocobox .form_block textarea {
	width: 350px;
	height: 50px;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 0 15px;
	box-shadow: none;
	font-size: 11pt;
	font-family: 'Roboto', sans-serif;
}
#crocobox .form_block textarea {
	resize: none; 
	padding: 15px;
	height: 160px;
}
#crocobox .form_block textarea.textarea_fullpage {
	width: 100%;
}


#crocobox .form_block .block_text {
	position: relative;
	line-height: 50px;
	display: block;
	width: 170px;
	float: left;
}
#crocobox .block_text-after:after {
	content: " *";
	color: #FF4433;
}
#crocobox .form_block .block_text-cn:after {
	content: none;
}

#crocobox .form_block .block_text .fileOr {
	position: absolute;
	display: block;
	opacity: 0.5;
	top: 40px;
}
#crocobox .form_block .file_wrap {
    float: left;
    position: relative;
    min-height: 77px;
}
#crocobox .form_block .file_linked {
    position: relative;
	display: inline-block;
    height: 25px;
    overflow: hidden;
	color: #ff8000;
	font-size: 12pt;
	cursor: pointer;
	border-bottom: 1px dashed #ff8000;
	margin: 15px 0 5px;
}
#crocobox .form_block .file_desc {
	opacity: 0.5;
    margin-top: -10px;
}

#crocobox .form_block input[type="file"] {
    position: absolute;
    top: 0;
    width: 5000px;
    height: 26px;
    margin-left: -4400px;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    font-size: 400px;
    cursor: pointer;
}
#crocobox .form_block textarea.message {
	height: 300px;
}

#crocobox input.vacancySend {
	border: none;
	width: 170px;
	display: block;
	background-image: linear-gradient(180deg, #ffa40e 0%, #ff8506 100%);
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
	color: #fff;
	text-align: center;
	line-height: 50px;
	margin: 0 0 0 170px;
	font-size: 12pt;
	cursor: pointer;
	transition: 0.2s all;
}
#crocobox input.vacancySend:hover {
	opacity: 0.8;
}
#crocobox .form_block input.error {
    border-color: #ff0000;
}
#crocobox .rc_answer .success {
    color: #298800;
}
#crocobox .rc_answer .error {
    color: #f81f1f;
}
#crocobox.show_answer {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
}

/********* END: CROCOBOX ************/

/********* START: UNDERFOOTER BUTTON ************/
#underfooter { background: #111111; position: relative; overflow: hidden; }
#underfooter:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 50%;
	background: #181818;
}
#underfooter .underfooter__item { 
	display: block;
	height: 260px;
	float: left;
	padding: 25px;
	font-size: 13px;
	font-weight: 300;
	line-height: 20px;
}
#underfooter .underfooter__item div { color: #fff; opacity: 0.6; }
#underfooter .underfooter__item a:first-child { 
	font-size: 20px;
	font-weight: 300;
	line-height: 30pt;
	margin-bottom: 20px;
	color: #fff;
	text-decoration: none;
}
#underfooter .underfooter__item a.btn { 
	background: none;
	border: 1px solid rgba(255,255,255,0.3);
	position: absolute;
	bottom: 25px;
}
#underfooter .underfooter__item:nth-child(1) { width: 290px; padding-left: 0; background: #111111 url(/bitrix/templates/.default/images/uf_1.png) 120px 80px no-repeat; }
#underfooter .underfooter__item:nth-child(2) { width: 290px; background: #1f1f1f url(/bitrix/templates/.default/images/uf_2.png) 120px 80px no-repeat; }
#underfooter .underfooter__item:nth-child(3) { width: 290px; background: #ff6800 url(/bitrix/templates/.default/images/uf_3.png) 120px 80px no-repeat; }
#underfooter .underfooter__item:nth-child(4) { width: 290px; padding-right: 0; background: #181818; }

#underfooter.underfooter_3blocks .underfooter__item:nth-child(1) { width: 555px !important; padding-left: 0; background: #111111; }
#underfooter.underfooter_3blocks .underfooter__item:nth-child(2) { width: 290px; background: #ff6800 url(/bitrix/templates/.default/images/uf_3.png) 120px 110px no-repeat; }
#underfooter.underfooter_3blocks .underfooter__item:nth-child(3) { width: 290px; padding-right: 0; background: #181818; }

#underfooter.underfooter_3blocks .underfooter__item:nth-child(1) a { color: #fff; }
/********* END: UNDERFOOTER BUTTON ************/

/********* START: FOOTER ************/
#footer {
    background: #000;
    padding: 50px 0;
	position: relative;
}
#footer .footer_item {
    display: block;
    float: left;
    width: 25%;
    color: #fff;
    padding-bottom: 60px;
}
#footer .footer_item span {
    font-size: 20px;
    font-weight: 300;
    display: block;
    padding-bottom: 30px;
}
#footer .footer_lastline {
    display: block;
    float: left;
    width: 25%;
    color: #818181;
    padding-top: 25px;
    border-top: 1px solid #3b3b3b;
	font-size: 13px;
}
#footer .footer_lastline:nth-child(2) {
    width: 50%;
}
#footer .footer_lastline_social {
	width:15%;
	white-space:nowrap;
}
#footer .footer_lastline:last-child { text-align: right; }
#footer .footer_lastline a.copyright {
	font-size: 13px;
	color: #818181;
	text-decoration: none;
	height: 20px;
	display: block;
	background-image: url(/bitrix/templates/.default/images/informula.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 20px;
	padding-right: 115px;
}
.social-item-fb-footer {
	background: url('/bitrix/templates/default/images/icons/icon-facebook-footer.svg') no-repeat center center !important;
}
.social-item-ig-footer {
	background: url('/bitrix/templates/default/images/icons/icon-instagram-footer.svg') no-repeat center center !important;
}
.social-item-vk-footer {
	background: url('/bitrix/templates/default/images/icons/icon-vkontakte-footer.svg') no-repeat center center !important;
}
.social-item-vk-footer:hover {
	background: url('/bitrix/templates/default/images/icons/icon-vkontakte-hover.svg') no-repeat center center !important;
}
.social-item-ig-footer:hover {
	background: url('/bitrix/templates/default/images/icons/icon-instagram-hover.svg') no-repeat center center !important;
}
.social-item-fb-footer:hover {
	background: url('/bitrix/templates/default/images/icons/icon-facebook-hover.svg') no-repeat center center !important;
}
/********* END: FOOTER ************/

#privacy_block {
	font-size: 13px;
	margin-bottom: 15px;
}
#privacy_block a { 
	border: none !important;
	text-decoration: underline;
	color: #ff8000;
}
#privacy_block input {
	width: 16px;
	height: 16px;
	vertical-align: top;
	position: absolute;
	margin: -1px 0 0 -2px;
}
#privacy_block label {
	display: inline-block;
	text-align: left;
	width: 100%;
	margin: 0 0 0 25px;
	line-height: 16px;
}

body.dark_page {
    background: #141414 url(/bitrix/templates/default/images/bg_dark.jpg) center top no-repeat;
}
body.dark_page #content {
    color: #fff;
}
.page404 {
	margin-top: 190px;
    min-height: 530px;
    overflow: hidden;
    background-image: url(/bitrix/templates/.default/images/404.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
}
.text404 {
    margin-top: 190px;
    margin-bottom: 30px;
    opacity: 0.4;
    font-size: 31px;
    font-weight: 200;
    line-height: 1.5;
	color: #fff;
}
.back404 {
    opacity: 0.7;
    font-size: 16px;
    font-weight: 300;
	color: #fff;
}
.back404 a {
    color: #fff;
}
.back404 a:hover {
    text-decoration: none;
}


::-webkit-scrollbar { width: 3px; height: 3px;}
::-webkit-scrollbar-button {  background-color: #ff8000; height: 0}
::-webkit-scrollbar-track {  background-color: #999;}
::-webkit-scrollbar-track-piece { background-color: #f5f5f5;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #ff8000; border-radius: 3px;}
::-webkit-scrollbar-corner { background-color: #999;}
::-webkit-resizer { background-color: #666;}

/* End */


/* Start:/bitrix/templates/.default/fonts/icons/style.css?17237954625254*/
@font-face {
  font-family: 'icons';
  src: url('/bitrix/templates/.default/fonts/icons/icons.eot?84811323');
  src: url('/bitrix/templates/.default/fonts/icons/icons.eot?84811323#iefix') format('embedded-opentype'),
       url('/bitrix/templates/.default/fonts/icons/icons.woff2?84811323') format('woff2'),
       url('/bitrix/templates/.default/fonts/icons/icons.woff?84811323') format('woff'),
       url('/bitrix/templates/.default/fonts/icons/icons.ttf?84811323') format('truetype'),
       url('/bitrix/templates/.default/fonts/icons/icons.svg?84811323#icons') format('svg');
  font-weight: normal;
  font-style: normal;
font-display: swap;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icons';
    src: url('/bitrix/templates/.default/fonts/icons/icons.svg?84811323#icons') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-search:before { content: '\e800'; } /* '' */
.icon-mail:before { content: '\e801'; } /* '' */
.icon-star:before { content: '\e802'; } /* '' */
.icon-star-empty:before { content: '\e803'; } /* '' */
.icon-camera:before { content: '\e804'; } /* '' */
.icon-picture:before { content: '\e805'; } /* '' */
.icon-ok:before { content: '\e806'; } /* '' */
.icon-ok-circled2:before { content: '\e807'; } /* '' */
.icon-cancel:before { content: '\e808'; } /* '' */
.icon-cancel-circled:before { content: '\e809'; } /* '' */
.icon-plus:before { content: '\e80a'; } /* '' */
.icon-help-circled:before { content: '\e80b'; } /* '' */
.icon-info-circled:before { content: '\e80c'; } /* '' */
.icon-home:before { content: '\e80d'; } /* '' */
.icon-link:before { content: '\e80e'; } /* '' */
.icon-attach:before { content: '\e80f'; } /* '' */
.icon-eye:before { content: '\e810'; } /* '' */
.icon-eye-off:before { content: '\e811'; } /* '' */
.icon-print:before { content: '\e812'; } /* '' */
.icon-attention-circled:before { content: '\e813'; } /* '' */
.icon-attention:before { content: '\e814'; } /* '' */
.icon-doc:before { content: '\e815'; } /* '' */
.icon-phone:before { content: '\e816'; } /* '' */
.icon-cog:before { content: '\e817'; } /* '' */
.icon-cog-alt:before { content: '\e818'; } /* '' */
.icon-calendar:before { content: '\e819'; } /* '' */
.icon-logout:before { content: '\e81a'; } /* '' */
.icon-login:before { content: '\e81b'; } /* '' */
.icon-zoom-in:before { content: '\e81c'; } /* '' */
.icon-zoom-out:before { content: '\e81d'; } /* '' */
.icon-down-dir:before { content: '\e81e'; } /* '' */
.icon-up-dir:before { content: '\e81f'; } /* '' */
.icon-left-dir:before { content: '\e820'; } /* '' */
.icon-right-dir:before { content: '\e821'; } /* '' */
.icon-down-open:before { content: '\e822'; } /* '' */
.icon-left-open:before { content: '\e823'; } /* '' */
.icon-right-open:before { content: '\e824'; } /* '' */
.icon-up-open:before { content: '\e825'; } /* '' */
.icon-cw:before { content: '\e826'; } /* '' */
.icon-off:before { content: '\e827'; } /* '' */
.icon-link-ext:before { content: '\f08e'; } /* '' */
.icon-rss:before { content: '\f09e'; } /* '' */
.icon-docs:before { content: '\f0c5'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-doc-text:before { content: '\f0f6'; } /* '' */
.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-angle-up:before { content: '\f106'; } /* '' */
.icon-angle-down:before { content: '\f107'; } /* '' */
.icon-code:before { content: '\f121'; } /* '' */
.icon-help:before { content: '\f128'; } /* '' */
.icon-info:before { content: '\f129'; } /* '' */
.icon-rss-squared:before { content: '\f143'; } /* '' */
.icon-ok-squared:before { content: '\f14a'; } /* '' */
.icon-sort-alt-up:before { content: '\f160'; } /* '' */
.icon-sort-alt-down:before { content: '\f161'; } /* '' */
.icon-down:before { content: '\f175'; } /* '' */
.icon-up:before { content: '\f176'; } /* '' */
.icon-left:before { content: '\f177'; } /* '' */
.icon-right:before { content: '\f178'; } /* '' */
.icon-plus-squared-alt:before { content: '\f196'; } /* '' */
.icon-lifebuoy:before { content: '\f1cd'; } /* '' */
.icon-sliders:before { content: '\f1de'; } /* '' */
.icon-toggle-off:before { content: '\f204'; } /* '' */
.icon-toggle-on:before { content: '\f205'; } /* '' */
/* End */


/* Start:/bitrix/templates/.default/crocobox-form.css?17259634695455*/
/********* START: crocobox-form ************/
#crocobox-form { background: #f9f9f9; }
#crocobox-form .crocobox_underTitle {
    text-align: center;
    display: block;
}
#crocobox-form .crocobox_content h1 {
    text-align: center;
    font-size: 20pt;
    margin: 10px 0 40px;
    line-height: 20pt;
}
#crocobox-form .form_spacer {
    margin: 30px 0 20px;
    font-weight: bold;
    font-size: 16pt;
}
#crocobox-form .form_spacer_light {
    margin: 0 0 25px;
    font-size: 11pt;
    display: block;
    opacity: 0.7;
}


#crocobox-form .form_block {
    margin-bottom: 10px;
}
#crocobox-form .form_block input[type="text"],
#crocobox-form .form_block textarea {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 15px;
    box-shadow: none;
    font-size: 11pt;
    font-family: 'Roboto', sans-serif;
}
#crocobox-form .form_block textarea {
    resize: none;
    padding: 15px;
    height: 160px;
}
#crocobox-form .form_block textarea.textarea_fullpage {
    width: 100%;
}


#crocobox-form .form_block .block_text {
    position: relative;
    line-height: 50px;
    display: block;
    width: 170px;
    float: left;
    line-height: 25px;
}
#crocobox-form .block_text-after:after {
    content: " *";
    color: #FF4433;
}
#crocobox-form .form_block .block_text-cn:after {
    content: none;
}

#crocobox-form .form_block .block_text .fileOr {
    position: absolute;
    display: block;
    opacity: 0.5;
    top: 40px;
}
#crocobox-form .form_block .file_wrap {
    float: left;
    position: relative;
    min-height: 77px;
}
#crocobox-form .form_block .file_linked {
    position: relative;
    display: inline-block;
    height: 25px;
    overflow: hidden;
    color: #ff8000;
    font-size: 12pt;
    cursor: pointer;
    border-bottom: 1px dashed #ff8000;
    margin: 15px 0 5px;
}
#crocobox-form .form_block .file_desc {
    opacity: 0.5;
    margin-top: -10px;
}

#crocobox-form .form_block input[type="file"] {
    position: absolute;
    top: 0;
    width: 5000px;
    height: 26px;
    margin-left: -4400px;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    font-size: 400px;
    cursor: pointer;
}
#crocobox-form .form_block textarea.message {
    height: 300px;
}

#crocobox-form input.vacancySend {
    border: none;
    width: 170px;
    display: block;
    background-image: linear-gradient(180deg, #ffa40e 0%, #ff8506 100%);
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
    font-size: 12pt;
    cursor: pointer;
    transition: 0.2s all;
}
#crocobox-form input.vacancySend:hover {
    opacity: 0.8;
}
#crocobox-form .form_block input.error {
    border-color: #ff0000;
}
#crocobox-form .rc_answer .success {
    color: #298800;
}
#crocobox-form .rc_answer .error {
    color: #f81f1f;
}
#crocobox-form.show_answer {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
}

/********* END: CROCOBOX ************/

/* crocobox */
#crocobox-form_shadow {
    /*display: none;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    z-index: 50000;
}
#crocobox-form {
    /*display: none;*/
    /*position: fixed;*/
    background: #fff;
    top: 50%;
    left: 50%;
    padding: 30px 40px;

    box-shadow:  2px 2px 20px rgba(0, 0, 0, 0.1);

    z-index: 55000;
    border-radius: 4px;
    margin-top: 30px;
}
#crocobox-form_close {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
#crocobox-form_close:after,
#crocobox-form_close:before {
    content: "";
    display: block;
    height: 2px;
    width: 25px;
    background: #ff8000;
    display: block;
    -webkit-transition: opacity 0.3s,-webkit-transform 0.3s;
    transition: opacity 0.3s,transform 0.3s;
    margin-bottom: -2px;

    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    backface-visibility: hidden;

}
#crocobox-form_close:after {
    margin-bottom: 5px;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#crocobox-form_close:hover:before {
    opacity: 1;
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}
#crocobox-form_close:hover:after {
    opacity: 1;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.crocobox_content {
    padding-top: 5px;
    /*max-width: 520px;*/
}
.crocobox_content h1 {

}
.crocobox_content a {
    border-bottom: 1px solid;
}
.crocobox_content .action {
    color: #e040fb;
    font-weight: 600;
}


.project-main__form#crocobox-form {
    z-index: 0;
}
.project-main__form#crocobox-form .form_block {
    margin-bottom: 10px;
}
.project-main__form#crocobox-form .form_block .block_text {
    line-height: 25px;
}
.project-main__form#crocobox-form .form_spacer {
    margin: 30px 0 20px;
}

/* End */


/* Start:/bitrix/templates/.default/js/crocobox/style.css?17237954623347*/
/* crocobox */
#crocobox_shadow {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    z-index: 50000;
}
#crocobox {
	display: none;
	position: fixed;
	background: #fff;
	top: 50%;
	left: 50%;
	padding: 30px 40px;

	box-shadow:  2px 2px 20px rgba(0, 0, 0, 0.2);

	z-index: 55000;
	border-radius: 4px;
}
#crocobox_close {
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 25px;
	height: 25px;
	cursor: pointer;
}
#crocobox_close:after,
#crocobox_close:before {
	content: "";
	display: block;
	height: 2px;
	width: 25px;
	background: #ff8000;
	display: block;
	-webkit-transition: opacity 0.3s,-webkit-transform 0.3s;
	transition: opacity 0.3s,transform 0.3s;
	margin-bottom: -2px;

	-moz-transform: rotate(135deg); 
	-ms-transform: rotate(135deg); 
	-webkit-transform: rotate(135deg); 
	-o-transform: rotate(135deg); 
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	backface-visibility: hidden;

}
#crocobox_close:after {
	margin-bottom: 5px;
	-moz-transform: rotate(-135deg); 
	-ms-transform: rotate(-135deg); 
	-webkit-transform: rotate(-135deg); 
	-o-transform: rotate(-135deg); 
	transform: rotate(-135deg);
}

#crocobox_close:hover:before {
	opacity: 1;
	-moz-transform: rotate(225deg); 
	-ms-transform: rotate(225deg); 
	-webkit-transform: rotate(225deg); 
	-o-transform: rotate(225deg); 
	transform: rotate(225deg);
}
#crocobox_close:hover:after {
	opacity: 1;
	-moz-transform: rotate(-45deg); 
	-ms-transform: rotate(-45deg); 
	-webkit-transform: rotate(-45deg); 
	-o-transform: rotate(-45deg); 
	transform: rotate(-45deg);
}

.crocobox_content {
	padding-top: 5px;
	/*max-width: 520px;*/
}
.crocobox_content h1 {

}
.crocobox_content a {
	border-bottom: 1px solid;
}
.crocobox_content .action {
	color: #e040fb;
	font-weight: 600;
}


/* preloader */
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}

@-o-keyframes spin {
    from { -o-transform: rotate(0deg); }
    to { -o-transform: rotate(360deg); }
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
/* calc_uploader animation container */
.preload {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    margin: -22px 0 0 -22px;
    border: 1px solid #ff8000;
    border-radius: 30px;
    background: #fff;
    z-index: 10100;
}

/* Spinning circle (inner circle) */
.preload .maskedCircle {
    width: 38px;
    height: 38px;
    border-radius: 20px;
    border: 20px solid #ff8000;
}

/* Spinning circle mask */
.preload .mask {
    width: 20px;
    height: 20px;
    overflow: hidden;
}

/* Spinner */
.preload .spinner {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 38px;
    height: 38px;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/header_mainmenu/style.css?17237954622241*/
.header__menu {
	display: inline-block;
	float: left;
	font-size: 15px;
	font-weight: 400;
}
.header__menu a {
	border-bottom: none;
	text-decoration: none;
	color: #000;
}
.header__menu__dark a { color: #fff; }

.header__menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 9999;
}
.header__menu > ul > li {
	float: left;
	position: relative;
	transition: all 0.2s;
	padding: 20px 10px;
}
.header__menu > ul > li:first-child {
}
.header__menu > ul > li:last-child {

}
.header__menu > ul > li.parent_item:hover {

}
.header__menu > ul > li.parent_item:hover > a {
	color: #000;
	border-bottom: 1px solid #ff6800;
	border: none;
	text-decoration: none;
}
.header__menu__dark > ul > li.parent_item:hover > a { color: #fff; }

.header__menu > ul > li ul {
	opacity: 0;
	visibility: hidden;
	width: auto;
	position: absolute;
	margin-top: 20px;
	left: -10px;
	padding: 20px 30px 30px;
	background: #fff;
	transition: all 0.2s;
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.08);
	-moz-box-shadow:    0px 5px 20px 0px rgba(0, 0, 0, 0.08);
	box-shadow:         0px 5px 20px 0px rgba(0, 0, 0, 0.08);
	font-size: 13px;
	font-weight: 400;
}
.header__menu__dark > ul > li ul { background: #fff; }
.header__menu > ul > li ul:before {
	content: "";
	position: absolute;
	left: 24px;
	top: -6px;
	width: 0px;
	height: 0px;
	border-top: 0 !important;
	border-bottom: 8px solid #fff;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}
.header__menu__dark > ul > li ul:before { border-bottom: 8px solid #fff; }

.header__menu > ul > li ul li {
	display: block;
	margin: 5px 0;
}
.header__menu > ul > li ul a {
	display: block;
	white-space: nowrap;
	color: #4e4e4e;
	text-decoration: none;
	border-bottom: 1px solid #e6e6e6;
	line-height: 30px;
	padding-right: 15px;
}
.header__menu > ul > li ul a:hover {
	border-bottom: 1px solid #ff6800;
	color: #000;
}
.header__menu > ul > li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}
.header__menu-item {
	display: inline-block;
	color: white;
	text-decoration: none;
	box-sizing: border-box;
	border-bottom: 1px solid #969696;
	transition: all 0.2s;
}
.header__menu-item:hover {
	border-bottom: 1px solid #ff8000;
	color: #ff8000;
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/breadcrumb/.default/style.css?1724937151653*/
.bx-breadcrumb {
	margin: 25px 0;
	display: block;
    overflow: hidden;
}
.bx-breadcrumb i {
	color: #000;
	line-height: 10pt;
	font-size: 9px;
	vertical-align: middle;
	margin-right: 5px;  
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 10pt;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-size: 12px;
	color: #4a4a4a;
	text-transform: uppercase;
	font-weight: 400;
}
.bx-breadcrumb .bx-breadcrumb-item a { text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.2); color: #000; }
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/footer/style.css?1723795462268*/
.footer_menu { 
	position: relative;
}
.footer_menu a {
	display: inline-block;
	margin: 5px 30px 0 0;
	color: #fff;
	text-decoration: none;
	transition: 0.2s all;
	opacity: .5;
	font-size: 15px;
	font-weight: 300;
}
.footer_menu a:hover { opacity: 1; }

/* End */


/* Start:/bitrix/templates/ic_adaptive/styles.css?17249371511285*/
#abline_3 {
    margin: 80px -20px 0px;
    display: flex;
    flex-wrap: wrap;
}
#abline_3 .abline_3__item {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    padding: 140px 20px 0;
    background-size: 110px auto;
    background-repeat: no-repeat;
    background-position: center top;
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 60px;
}
#abline_3 .abline_3__item span {
    font-weight: 900;
    font-size: 22px;
    letter-spacing: 0;
    display: block;
    margin-bottom: 15px;
}
#abline_3 .abline_3__item span b {
    font-size: 13px;
    line-height: 12pt;
}
#abline_3 .abline_3__item:nth-child(1) {
    background-image: url(/bitrix/templates/ic_adaptive/images/chip.png);
}
#abline_3 .abline_3__item:nth-child(2) {
    background-image: url(/bitrix/templates/ic_adaptive/images/room.png);
}
#abline_3 .abline_3__item:nth-child(3) {
    background-image: url(/bitrix/templates/ic_adaptive/images/globus.png);
}
#abline_3 .abline_3__item:nth-child(4) {
    background-image: url(/bitrix/templates/ic_adaptive/images/niokr.png);
}
@media screen and (max-width: 991px) {
    #abline_3 .abline_3__item {
        flex: 0 0 50%;
        max-width: 50%;
    }
    #abline_3 {
        margin-top: 50px;
    }
}
@media screen and (max-width: 479px) {
    #abline_3 .abline_3__item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* End */


/* Start:/bitrix/templates/ic_adaptive/template_styles.css?173087891016895*/
::selection {
	background: #ff8000;
	color: #fff;
}

html,
body {
	min-width: 320px;
}

body.body_overflow {
	overflow: hidden;
}

#wrap {
	min-width: 320px !important;
	position: relative;
	overflow: visible;
}

.dp {
	min-width: 320px !important;
	width: 100%;
}
@media screen and (max-width: 767px) {
    body.body_overflow_mobile {
		overflow: hidden;
	}
}
@media screen and (max-width: 479px) {
	.dp {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media screen and (max-width: 1199px) {
    .visible_desktop {
        display: none !important;
    }
}

#sitemenu {
    position: relative;
    z-index: 101;
}
#sitemenu > .dp {
    display: flex;
}

#sitemenu a {
    margin: 0;
    white-space: nowrap;
}
#sitemenu a:before {
    content: none;
}
#sitemenu a:not(:last-child) {
    margin-right: 15px;
}
#sitemenu a:not(:first-child) {
    margin-left: 15px;
}
#sitemenu a:not(:last-child):before {
    content: "";
    right: -15px;
    top: 50%;
    transform: translate(0,-50%);
}
@media screen and (max-width: 767px) {
    #sitemenu a {
        font-size: 12px;
        line-height: 24px;
    }
}
@media screen and (max-width: 479px) {
    #sitemenu a:not(:last-child) {
        margin-right: 5px;
    }
    #sitemenu a:not(:first-child) {
        margin-left: 5px;
    }
    #sitemenu a:not(:last-child):before {
        right: -5px;
    }
}
@media screen and (max-width: 420px) {
	#sitemenu a:last-child {
		margin-left: 0;
	}
    #sitemenu a {
        letter-spacing: -0.02em;
    }
}

#header #mainmenu .header__menu ul li ul li a {
	color: #000 !important;
}

body {
	font-size: 13px;
	font-display: swap;
}
#header {
	background: #28283e;
	height: 60px;
}
#header.header_index {
	height: 250px;
/*	background: url(/bitrix/templates/ic_adaptive/images/bg.jpg) center center no-repeat; */
	background-size: cover;
}
.headerline {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.headerline__group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 60px;
    position: relative;
    transition: background 0.2s ease;
}
#header #logo {
    top: 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 101;
}
#header #logo img { width: 140px; }
#header #sublogo {
    margin: 0;
}
@media screen and (max-width: 1099px) {
    #header #logo {
        flex-direction: column;
        gap: 2px;
    }
    #sublogo {
        padding: 1px 9px;
        font-size: 8px;
        line-height: 1.2;
        position: absolute;
        top: 0;
        right: 0;
    }
}
@media screen and (max-width: 767px) {
    #header .headerline__group {
        position: absolute !important;
		top: 45px;
    }
    #header.header_fixed .headerline__group {
		background: #141414 !important;
		position: fixed !important;
		top: 0;
		z-index: 1100;
	}
}
@media screen and (min-width: 768px) {
    #header {
    	height: 80px;
    }
    #header.header_index {
    	height: 400px;
    }
    .headerline__group {
        min-height: 80px;
    }
}
@media screen and (min-width: 992px) {
    #header.header_index {
    	height: 500px;
    }
}



#header #mainmenu {
    position: relative;
    top: 0;
    right: 0;
}
#header #mainmenu .header__menu a {
    color: #fff !important;
}
#header #mainmenu .header__menu {
    float: none;
    display: block;
}
#header #mainmenu .header__menu > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#header #mainmenu .header__menu > ul > li > a {
    border-bottom: 1px solid transparent;
}
#header #mainmenu .header__menu > ul > li:hover > a {
    border-color: #ff6800;
}

.mainmenu__toggle {
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translate(0,-50%);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	padding: 15px 12px;
	z-index: 101;
	cursor: pointer;
	transition: background-color 0.3s ease;
}
.mainmenu__toggle__line {
	width: 100%;
	height: 2px;
	background-color: #FFF;
	position: relative;
	-webkit-transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
	-o-transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}
.mainmenu__toggle__line + .mainmenu__toggle__line {
	margin-top: 4px;
}
.mainmenu__toggle_active .mainmenu__toggle__line:first-child {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 6px;
}
.mainmenu__toggle_active .mainmenu__toggle__line:last-child {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: -6px;
}
.mainmenu__toggle_active .mainmenu__toggle__line:nth-child(2) {
	opacity: 0;
	-webkit-transition: opacity 0s ease, background-color 0.3s ease;
	-o-transition: opacity 0s ease, background-color 0.3s ease;
	transition: opacity 0s ease, background-color 0.3s ease;
}

@media screen and (max-width: 1199px) {
    .header__menu {
        font-size: 14px;
    }
}
@media screen and (max-width: 991px) {
    .header__menu {
        font-size: 13px;
    }
    .header__menu > ul > li {
        padding: 20px 5px;
    }
}
@media screen and (max-width: 849px) {
    .header__menu > ul > li {
        font-size: 12px;
    }
    .header__menu > ul > li > a {
        letter-spacing: -0.04em;
    }
}
@media screen and (max-width: 767px) {
    #mainmenu {
		display: none;
		position: fixed !important;
		top: 84px !important;
		left: 0;
		right: 0 !important;
		bottom: 0;
		background: #141414;
		transform: none !important;
		transition: none !important;
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 100;
	}
	#header.header_fixed #mainmenu {
    	top: 60px !important;
	}
	#mainmenu:before {
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		height: 84px;
		background: #141414;
		z-index: -1;
	}
	.header__menu ul {
		z-index: 99;
	}
	#header #mainmenu .header__menu > ul {
    	flex-direction: column;
        align-items: stretch;
	}
	.header__menu > ul > li {
		display: block;
		float: none;
		padding: 0 !important;
		font-size: 15px;
	}
	.header__menu > ul > li:nth-child(9) {
		display: none;
	}
	.header__menu > ul > li ul {
		display: none;
		position: relative;
		opacity: 1;
		visibility: visible;
		left: 0;
		margin-top: 5px;
		transition: none;
		padding: 0 20px;
	}
	.header__menu > ul > li ul li {
		margin: 0;
	}
	.header__menu > ul > li ul li:last-child a {
		border: none;
	}
	.header__menu > ul > li ul li a {
		line-height: 1.3;
		padding: 13px 0;
		white-space: normal;
	}
	.header__menu > ul > li:hover ul {
		display: none;
	}
	.header__menu > ul > li > a {
		letter-spacing: 0;
		padding: 13px 0;
		display: block;
		border: none !important;
		color: #fff !important;
	}
	.header__menu > ul > li > a:hover {

	}
	.header__menu {
		font-size: 15px;
		padding: 15px;
		float: none;
		display: block;
	}
}
@media screen and (min-width: 768px) {
	.mainmenu__toggle {
		display: none !important;
	}
	#mainmenu {
		display: block !important;
	}
	.header__menu > ul > li ul {
		display: block !important;
	}
}



#header .iBlock {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 70px;
    padding-bottom: 20px;
}
#header #iTitle {
	color: #fff;
	display: block;
	text-align: center;
}
#header #iTitle h1 {
	display: inline-block;
	font-weight: 100;
	line-height: 1.2;
	font-size: 26px;
	font-family: 'Roboto', sans-serif;
	margin-top: 0;
}
#header #iSearch {
	margin: 0 auto;
	width: 600px;
	max-width: 100%;
	position: relative;
}
#header #iSearch .search_form input[type="text"] {
    font-size: 14px;
}
#header #iSearch div#sCont {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
    max-height: 300px;
    overflow-y: auto;
}
@media screen and (max-width: 767px) {
    #header #iTitle h1 {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 768px) {
    #header #iTitle h1 {
    	font-size: 34px;
    }
    #header #iSearch .search_form input[type="text"] {
        font-size: 18px;
    }
}
@media screen and (min-width: 992px) {
    #header .iBlock {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    #header #iTitle h1 {
    	font-size: 48px;
    }
    #header #iSearch .search_form input[type="text"] {
        font-size: 22px;
    }
}

h1, .h1 {
	font-size: 26px;
	line-height: 1.1;
	margin-top: 10px;
	margin-bottom: 20px;
}
h2, .h2 {
	font-size: 22px;
	line-height: 1.1;
	margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
    h1, .h1 {
    	font-size: 36px;
    	margin-top: 20px;
    	margin-bottom: 30px;
    }
    h2, .h2 {
    	font-size: 30px;
    	margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .bx-breadcrumb {
    	margin: 15px 0 10px;
    }
}




#iCatalog  {
	padding: 10px 0 30px;
}
#newsLine {
	margin-top: 50px;
	background: #efefef;
	position: relative;
	padding: 25px;
}
@media screen and (min-width: 768px) {
    #iCatalog  {
    	padding: 55px 0;
    }
}

#content { padding-bottom: 30px; }
body.body_index #content { padding-bottom: 0 !important; }
.download-block {
    display: table;
    width: 100%;
    height: 200px;
  /*  background: url("/bitrix/templates/ic_adaptive/images/download-block/bg.jpg") no-repeat center center; */
    background-size: cover;
    margin-bottom: 70px;
}
.download-block__inner {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    position: relative;
    padding-left: 50%;
}
.download-block__img {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translate(0,-50%);
    margin-top: 10px;
    max-height: 125%;
    max-width: 50%;
}
.download-block__desc {}
.download-block__title {
    font-weight: 300;
    font-size: 30px;
    line-height: 1.16;
    color: #FFFFFF;
    margin: 0 0 10px;
}
.download-block__text {
    font-weight: normal;
    font-size: 13px;
    line-height: 1.15;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.download-block__btn {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    padding: 0 25px;
    font-weight: normal;
    font-size: 11px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #FD8024;
    border-radius: 50px;
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    .download-block__title {
        font-size: 24px;
    }
}
@media screen and (max-width: 479px) {
    .download-block {
        height: auto;
    }
    .download-block__inner {
        padding: 20px 20px 20px 50%;
    }
    .download-block__title {
        font-size: 16px;
    }
}


.catalog-tile {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0;
}
.catalog-tile__item {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    position: relative;
    text-decoration: none !important;
    min-height: 244px;
    background: #F7F7F7;
}
.catalog-tile__item:nth-child(2n+2) {
    background: linear-gradient(180deg, #F5F5F5 0%, #D0D0D0 100%), #F6F6F6;
}
.catalog-tile__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.catalog-tile__bg-img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 80%;
    max-height: 80%;
    transition: transform 0.2s ease;
    transform-origin: 100% 100%;
}
.catalog-tile__content {
    position: relative;
    z-index: 3;
    padding: 24px 30px;
}
.catalog-tile__name {
    font-weight: 300;
    font-size: 26px;
    line-height: 1.15;
    color: #000000;
    max-width: 220px;
}
.catalog-tile__item:hover .catalog-tile__bg-img {
    transform: scale(1.1,1.1);
}

.subscribe_form__content_max_width {
    max-width: 500px;
}
.subscribe-block {
    text-align: left;
}
.subscribe_form__themes label {
    display: block;
}
.subscribe_form__input {
    display: flex;
    margin-top: 20px;
}
.subscribe_form__control_wrapper {
    flex: 1 1 auto;
    margin-right: 20px;
}
.subscribe_form__themes .invalid-feedback,
.subscribe_form__control_wrapper .invalid-feedback {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 300;
    color: red;
    margin-top: 4px;
}
.subscribe_form__control {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 15px;
    box-shadow: none;
    font-size: 11pt;
    font-weight: 300;
    box-shadow: none;
    outline: none;
    min-width: 220px;
}
.subscribe_form__control:read-only {
    background-color: #eee;
}
.subscribe_form__btn {
    border: none;
    width: 100%;
    display: block;
    background-image: linear-gradient(180deg, #ffa40e 0%, #ff8506 100%);
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 12pt;
    cursor: pointer;
    transition: 0.2s all;
    height: 50px;
    padding: 0 25px;
}
.subscribe_form__helper {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 300;
    color: #555;
    margin-top: 15px;
}
.subscribe_form__helper a {
    color: #ff8600;
}
.subscribe-block__wrap {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.subscribe-block__wrap #crocobox-form {
	max-width: 500px;
	z-index: 1;
}
@media screen and (max-width: 479px) {
    .subscribe_form__control_wrapper {
        margin-right: 8px;
    }
    .subscribe_form__control {
        min-width: 100px;
    }
    .subscribe_form__btn {
        padding: 0 15px;
    }
}

@media screen and (max-width: 991px) {
	.subscribe-block__wrap {
		flex-direction: column;
	}
}

.checkbox-default {
    position: relative;
    padding-left: 20px;
}
.checkbox-default input {
    position: absolute;
    top: 0;
    left: 0px;
    margin: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
    z-index: 1;
}
.checkbox-default input:checked + label:after {
    opacity: 1;
}
.checkbox-default label {
    position: relative;
    padding-left: 15px;
    z-index: 5;
    cursor: pointer;
    margin: 0;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.2;
    color: #000;
}
.checkbox-default label:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    left: -20px;
    top: -3px;
    transition: border-color 0.3s ease;
}
.checkbox-default label:after {
    content: "";
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    left: -13px;
    top: 0px;
    width: 5px;
    height: 10px;
    border-right: 2px solid #FF740D;
    border-bottom: 2px solid #FF740D;
    transform: rotate(45deg);
}
.checkbox-default {
    margin-bottom: 8px;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.rc_price_request {
  display: none !important;
}


@media screen and (max-width: 767px) {
    #footer {
		padding: 40px 0;
	}
    .footer-nav {
		display: none;
	}
	#footer .footer_lastline {
		border: none;
		float: none;
		width: 100% !important;
		text-align: center !important;
		padding: 0;
	}
	#footer .footer_lastline a.copyright {
    	display: inline-block;
	}
	#footer .footer_lastline_made {
		margin-top: 15px;
	}
}

@media screen and (max-width: 767px) {
    #crocobox {
        max-width: calc(100vw - 40px);
        margin: 0 !important;
        transform: translateX(-50%);
        padding-left: 20px;
        padding-right: 20px;
    }
    #crocobox .form_block {
        margin-bottom: 20px;
    }
    #crocobox .form_block .block_text {
        height: auto;
        line-height: 1.2;
        margin-bottom: 4px;
    }
    #crocobox .form_block input[type="text"],
    #crocobox .form_block textarea {
        width: 100%;
    }
    #crocobox input.vacancySend {
        margin: 0 auto;
    }
}

.image_area_link_container {
	position: relative;
}
.image_area_link_items a {
	display: block;
	position: absolute;
	border-radius: 10px;
	background: #fff;
	opacity: 0;
-webkit-box-shadow: 0px 0px 25px 11px rgba(255, 255, 255, 0.2);
-moz-box-shadow: 0px 0px 25px 11px rgba(255, 255, 255, 0.2);
box-shadow: 0px 0px 25px 11px rgba(255, 255, 255, 0.2);
	transition: 0.2s all;
}
.image_area_link_items a:hover {
	opacity: 0.4;
}


.project-main__wrap {
	display: flex;
	gap: 40px;
}
.project-main__text {
	max-width: 700px;
}
.project-main__form {
	height: max-content;
}
.project-main .callback {
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.project-main__form {
		display: none;
	}
}
/* End */
/* /bitrix/templates/.default/globals_style.css?174074076413962 */
/* /bitrix/templates/.default/fonts/icons/style.css?17237954625254 */
/* /bitrix/templates/.default/crocobox-form.css?17259634695455 */
/* /bitrix/templates/.default/js/crocobox/style.css?17237954623347 */
/* /bitrix/templates/.default/components/bitrix/menu/header_mainmenu/style.css?17237954622241 */
/* /bitrix/templates/.default/components/bitrix/breadcrumb/.default/style.css?1724937151653 */
/* /bitrix/templates/.default/components/bitrix/menu/footer/style.css?1723795462268 */
/* /bitrix/templates/ic_adaptive/styles.css?17249371511285 */
/* /bitrix/templates/ic_adaptive/template_styles.css?173087891016895 */
