

/* 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/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/js/mCustomScrollbar/jquery.mCustomScrollbar.css?17237954623298*/
.mCustomScrollbar {
  -ms-touch-action: none;
  touch-action: none;
}
.mCustomScrollbar.mCS_no_scrollbar {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollbar .mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}
.mCustomScrollbar .mCustomScrollBox.mCSB_inside > .mCSB_container {
  margin-right: 8px;
}
.mCustomScrollbar .mCustomScrollBox .mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}
.mCustomScrollbar .mCustomScrollBox .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
.mCustomScrollbar .mCustomScrollBox .mCSB_scrollTools {
  position: absolute;
  width: 3px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
.mCustomScrollbar .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCustomScrollbar .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerRail {
  width: 3px;
  height: 100%;
  margin: 0 auto;
  border-radius: 0;
  background-color: rgba(255,255,255,0.2);
}
.mCustomScrollbar .mCustomScrollBox .mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}
.mCustomScrollbar .mCustomScrollBox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 3px;
  height: 100%;
  margin: 0 auto;
  border-radius: 0;
  text-align: center;
  background-color: #FF6800;
  opacity: 0.85;
}
.mCustomScrollbar .mCustomScrollBox .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #FF6800;
  opacity: 1;
}
.mCustomScrollbar .mCustomScrollBox .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #FF6800;
  opacity: 1;
}
.mCustomScrollbar .mCustomScrollBox .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #FF6800;
  opacity: 1;
}
.mCustomScrollbar .mCustomScrollBox .mCSB_scrollTools.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar {
  width: 12px;
}
.mCustomScrollbar .mCustomScrollBox .mCSB_scrollTools.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail {
  width: 12px;
}
.mCustomScrollbar .mCustomScrollBox .mCSB_scrollTools.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}
.mCustomScrollbar .mCustomScrollBox .mCSB_scrollTools.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}
.mCustomScrollbar .mCustomScrollBox.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
.mCustomScrollbar.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}
.mCustomScrollbar.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
.mCustomScrollbar.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools {
  right: auto;
  left: 0;
}
.mCustomScrollbar.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
  left: -26px;
}
/* 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/search.page/iSearch/style.css?17237954622499*/
/*a.search-page-params {
	border-bottom: 1px dashed blue;
	text-decoration: none;
}
div.search-page-params {
	margin-top: 6px;
}
.search-item-rate {font-size: 11px;}*/


div.title-search-result {
	background: #fff;
	box-shadow: 0px 10px 65px 10px rgba(0, 0, 0, 0.15);
	display:none;
	overflow:hidden;
	z-index:300;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
}


table.title-search-result td {
	background-color: #fff;
	font-weight:normal;
	padding: 5px 0;
	text-align:left;
	white-space:nowrap;
	font-weight: 400;
	padding: 20px;
	font-size: 17px;
}

table.title-search-result td.title-search-item {
	padding: 8px 20px;
	border-bottom: 1px solid #f8f3f0;
}
table.title-search-result td.title-search-item a {
	color: #000;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color: #ff8000;
	font-weight: 400;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color: #e8ded8;
}

table.title-search-result td.title-search-more {

}

table.title-search-result td.title-search-more a{
	text-decoration:none;
	color:#ff8000;
	border-bottom: 1px dotted #babac6;
}

table.title-search-result td.title-search-all {
	padding: 15px 20px;
}

table.title-search-result td.title-search-all a
{
	text-decoration:none;
	color:#ff8000;
	border-bottom: 1px dotted #babac6;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/default/components/bitrix/search.page/iSearch/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size: 17px;
}
div.title-search-result td.title-search-price span {
	font-size: 26pt;
}

.srchTitle {
	font-size: 22px!important;
	font-weight: 500!important;
	color: #2166a0!important;
}
.srchImg {
	display: table-cell;
	width: 115px;
	float: left;
	height: 60px;
	padding-left: 15px;
}
.srchImgNONE {
	display: table-cell;
	width: 115px;
	padding-left: 15px;
	text-align: center;
	float: left;
}

table.title-search-result td:first-child { padding-top: 20px !important; }

.searchSection {
	font-size: 13px;
	opacity: 0.6;
}
.title-search-result_absolute {
	display: block;
	position: absolute;
	width: 1160px;
}
/* End */


/* Start:/bitrix/templates/default/components/bitrix/system.pagenavigation/.default/style.min.css?17237954623386*/
.bx_pagination_bottom *{vertical-align:baseline}.bx_pagination_bottom{color:#8d8d8d;font-size:11px}.bx_pagination_bottom .bx_pagination_section_two{float:right;text-align:right}.bx_pagination_bottom .bx_pg_section{display:inline-block;height:30px;vertical-align:top;line-height:30px}.bx_pagination_bottom .bx_pagination_select_container{display:inline-block}.bx_pagination_bottom .bx_pagination_select_container select{position:relative;margin:2px 20px 2px 10px;padding:1px 25px 3px 5px;height:22px;outline:0;border:1px solid #e0e0e0;border-radius:1px;background:#fff url(/bitrix/templates/default/components/bitrix/system.pagenavigation/.default/images/select_arrow.png) no-repeat right center;color:#8d8d8d;font-size:11px;line-height:16px;resize:none;-webkit-appearance:none}@-moz-document url-prefix(){.bx_pagination_bottom .bx_pagination_select_container select{background:#fff!important;padding-right:5px}}.bx_pagination_bottom .bx_pagination_page{white-space:nowrap;font-size:12px}.bx_pagination_bottom .bx_pagination_page ul{display:inline-block;margin:0;padding:0}.bx_pagination_bottom .bx_pagination_page li{display:inline-block;min-width:22px;color:#8d8d8d;text-align:center;line-height:22px}.bx_pagination_bottom .bx_pagination_page li a{display:block;min-width:22px;color:#8d8d8d;text-align:center;text-decoration:none;line-height:22px}.bx_pagination_bottom .bx_pagination_page li a:hover{color:#555}.bx_pagination_bottom .bx_pagination_page li.bx_active{border-radius:3px;background:#dbecf4;box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.1)}.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{display:block}.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select{margin-right:5px}.bx_pagination_bottom .bx_wsnw{white-space:nowrap}@media(min-width:480px) and (max-width:639px){.bx_pagination_bottom .bx_pagination_select_container select{margin-right:10px}}@media(max-width:479px){.bx_pagination_bottom .bx_pagination_section_two{float:none;text-align:left}.bx_pagination_bottom .bx_pagination_select_container{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:47%}.bx_pagination_bottom .bx_pagination_select_container select{display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-right:0!important;width:90%}.bx_pagination_bottom .bx_pg_section{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;text-align:left}.bx_pagination_bottom .bx_pagination_page{white-space:normal}.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{width:100%;height:auto;text-align:center}.bx_pagination_bottom .bx_pg_section.bx_pg_show_col{display:none}.bx_pagination_bottom .bx_pg_text{display:inline-block;width:50%}.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{display:none}}.bx_pagination_bottom .bx_pagination_section_one,.bx_pagination_bottom .bx_pagination_section_two,.bx_pagination_bottom .bx_pagination_select_container,.bx_pagination_bottom .bx_pagination_select_container select,.bx_pagination_bottom .bx_pg_section,.bx_pagination_bottom .bx_pagination_page,.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,.bx_pagination_bottom .bx_pg_text,.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}
/* End */


/* Start:/bitrix/templates/default/components/bitrix/news.list/newsList_mainpage/style.css?17237954623163*/
.list__all {
    padding-bottom: 15px;
}
.list__all a {
	font-size: 22px;
	font-weight: 400;
	text-decoration: none;
	color: #000;
	transition: 0.2s all;
}
.list__all_right {
	position: absolute;
	right: 20px;
	margin-top: -40px;
}
.list__all_right a {
	color: #88898f;
	transition: 0.2s all;
}
.list__all a:hover,
.list__all_right a:hover {
	color: #ff6800;
}
#pressList_Media {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
#pressList_Media .pressList_Media__item-wrapper {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    padding: 0 15px;
    margin-bottom: 30px;
}
#pressList_Media .pressList_Media__item {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 240px;
	transition: 0.2s all;
	color: #000;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	position: relative;
}
#pressList_Media .pressList_Media__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.4);
    transition: background 0.2s ease;
    z-index: 1;
}
#pressList_Media .pressList_Media__item:hover:before {
    background: rgba(36,41,62,.8);
}
#pressList_Media .pressList_Media__item:nth-child(3n+3) {
	margin-right: 0;
}
#pressList_Media .pressList_Media__item__position {
	padding: 30px;
	width: 100%;
	color: #fff;
	position: relative;
	z-index: 3;
	flex: 1 0 auto;
}

#pressList_Media .pressList_Media__item__position .dates {
	opacity: 0.8;
}
#pressList_Media .pressList_Media__item__position .name {
	margin: 15px 0;
}
#pressList_Media .pressList_Media__item__position .name a {
	color: #fff;
	text-decoration: none;
	font-size: 17px;
	font-weight: 400;
	display: block;
	transition: 0.2s all;
}
#pressList_Media .pressList_Media__item__position .name a:hover {
    color: #ff6800;
}
#pressList_Media .pressList_Media__item__position .category {
	font-size: 13px;
}

#pressList_Media .pressList_Media__item__footer {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    padding: 0 30px 30px;
}
#pressList_Media .pressList_Media__item__footer .event_more a.btn { 
	color: #fff; 
	padding: 0 50px 0 0;
	background: none;
	text-transform: none;
	font-size: 13px;
    margin-top: 0;
}
#pressList_Media .pressList_Media__item__footer .event_more a.btn:before { 
	top: 1px;
}
#pressList_Media .pressList_Media__item__footer .count {
	font-size: 13px;
	padding-left: 24px;
	background-image: url(/bitrix/templates/default/components/bitrix/news.list/newsList_mainpage/images/photos.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 14px;
	color: #fff;
}
.divBtn {
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    #pressList_Media .pressList_Media__item-wrapper {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media screen and (max-width: 575px) {
    #pressList_Media .pressList_Media__item-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }
}




/* End */


/* Start:/bitrix/templates/.default/js/bxslider/style.css?17237954623707*/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
/*	background: url(/bitrix/templates/.default/js/bxslider/images/bx_loader.gif) center center no-repeat #fff;*/
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/bitrix/templates/.default/js/bxslider/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/bitrix/templates/.default/js/bxslider/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/bitrix/templates/.default/js/bxslider/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/bitrix/templates/.default/js/bxslider/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* End */


/* Start:/bitrix/templates/.default/js/odometr/style.css?17237954623309*/
.odometer.odometer-auto-theme, .odometer.odometer-theme-minimal {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-minimal .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
/*  right: 0;*/
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* End */


/* Start:/bitrix/templates/default/components/bitrix/news.list/iBlocks/style.css?174013803511207*/
#indexBlocks {
	margin: 0 auto;
	margin-bottom: 35px;
	box-shadow: 0px 10px 115px 10px rgba(0, 0, 0, 0.6);
	display: flex;
	flex-wrap: wrap;
}
#indexBlocks .indexBlocks_item {
	background: #ff8000;
	position: relative;
	flex: 0 0 25%;
	max-width: 25%;
	padding: 25px 15px 25px 25px;
	transition: 0.2s all;
	z-index: 1;
}
#indexBlocks .indexBlocks_item:nth-child(2),
#indexBlocks .indexBlocks_item:nth-child(4),
#indexBlocks .indexBlocks_item:nth-child(5) {
	background: #ff6e00;
}
#indexBlocks .indexBlocks_item:nth-child(7) {
	/*background: #fff;*/
}
#indexBlocks .indexBlocks_item:nth-child(7) {
	/*background: #fff url(/bitrix/templates/default/components/bitrix/news.list/iBlocks/images/number_slider_bg1.jpg) center center;
	background-size: cover;*/
}
#indexBlocks .indexBlocks_item:nth-child(8) {
	/*background: #fff url(/bitrix/templates/default/components/bitrix/news.list/iBlocks/images/bg_human.jpg) center center;*/
	background-size: cover;
}

#indexBlocks .indexBlocks_item .ibi__Label {
	position: absolute;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	text-transform: uppercase;
	color: #FF6800;
	background: #fff;
	border-radius: 30px;
	height: 16px;
	padding: 0 10px;
	top: 25px;
	right: 15px;
}
#indexBlocks .indexBlocks_item .ibi__Bg {
	position: absolute;
	background-repeat: no-repeat;
	background-size: auto 90px;
	width: 160px;
	height: 100px;
	display: block;
	opacity: 0.5;
	transition: opacity 0.2s ease;
}
#indexBlocks .indexBlocks_item:nth-child(8) .ibi__Bg {
	/*opacity: 1;*/
}


#indexBlocks .indexBlocks_item .ibi__Image {
	display: block;
	opacity: 0;
	width: 100%;
	height: 90px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	position: absolute;
	transition: opacity 0.2s ease;
}
#indexBlocks .indexBlocks_item.servBlock {
	cursor: pointer;
	height: 290px;
}

#indexBlocks .indexBlocks_item.servBlock:before {
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	display: block;

	background: rgb(255,110,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,110,0,1) 0%, rgba(228,98,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,110,0,1) 0%,rgba(228,98,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,110,0,1) 0%,rgba(228,98,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e00', endColorstr='#e46200',GradientType=0 ); /* IE6-9 */

	box-shadow: 0px 10px 115px 10px rgba(0, 0, 0, 0.6);
	z-index: 0;
	transition: 0.2s all;
	opacity: 0;
}
#indexBlocks .indexBlocks_item.servBlock.lastSB:before {
	background: #29273e!important
}
#indexBlocks .indexBlocks_item.servBlock.lastSB:hover:before {
	background: #29273e!important
}
#indexBlocks .indexBlocks_item.servBlock:hover {
	z-index: 10;
}

#indexBlocks .indexBlocks_item:hover div {}


#indexBlocks .indexBlocks_item.servBlock {
	color: #fff;
}
#indexBlocks .indexBlocks_item.servBlock:hover .ibi__Desc {
	z-index: 20;
	position: absolute;
}

#indexBlocks .indexBlocks_item.servBlock .ibi__Name {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 18px;
	padding-top: 120px;
	position: relative;
	z-index: 20;
}
#indexBlocks .indexBlocks_item.servBlock .ibi__Desc {
	top: 185px;
	position: absolute;
	font-weight: 300;
	opacity: 0.8;
	padding-right: 10px;
	font-size: 13px;
	line-height: 12pt;
}
#indexBlocks .indexBlocks_item:nth-child(8):hover { /*padding-right: 25px;*/ }
#indexBlocks .indexBlocks_item.servBlock:nth-child(8) .ibi__Desc { top: 185px; }

#indexBlocks .indexBlocks_item.lastSB:nth-child(7) {
	display: flex;
	flex-direction: column;
}
#indexBlocks .indexBlocks_item.lastSB:nth-child(7):before,
#indexBlocks .indexBlocks_item.lastSB:nth-child(7):hover:before {
	background: url('/bitrix/templates/default/components/bitrix/news.list/iBlocks/images/bg-scheme.jpg') center center no-repeat !important;
	background-size: cover !important;
	opacity: 1;
}
#indexBlocks .indexBlocks_item.lastSB:nth-child(7) .ibi__Bg,
#indexBlocks .indexBlocks_item.lastSB:nth-child(7) .ibi__Image {
	display: none;
}
#indexBlocks .indexBlocks_item.lastSB:nth-child(7) .ibi__Name {
	font-size: 34px;
	color: #ff6e00;
	text-transform: none;
	line-height: normal;
	padding-top: 0 !important;
	height: auto !important;
	flex: 1 1 auto;
}
#indexBlocks .indexBlocks_item.lastSB:nth-child(7) .ibi__Desc {
	color: #000;
	position: relative;
	padding-top: 33px;
	top: 0;
	height: auto !important;
}
#indexBlocks .indexBlocks_item.lastSB:nth-child(7) .ibi__Desc:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 3px;
	background: #ed6d1e;
}
#indexBlocks .indexBlocks_item.lastSB:nth-child(7) .ibi__List {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#indexBlocks .indexBlocks_item.lastSB:nth-child(7) .ibi__List-item {
	position: relative;
	padding-left: 16px;
}
#indexBlocks .indexBlocks_item.lastSB:nth-child(7) .ibi__List-item:before {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #ed6d1e;
	left: 0;
	top: 6px;
}
@media screen and (max-width: 479px) {
	#indexBlocks .indexBlocks_item.lastSB:nth-child(7) {
		display: table;
	}
	#indexBlocks .indexBlocks_item.lastSB:nth-child(7) .ibi__Name {
		font-size: 13px;
		text-transform: uppercase;
	}
}

#indexBlocks .indexBlocks_item.servBlock .ibi__Links {
	display: block;
	padding: 25px 35px 15px;
	position: absolute;
	background: #fff;
	left: 0px;
	right: 0px;
	top: 100%;
	/*bottom: 0;*/
	opacity: 0;
	transition: 0.2s all;

	cursor: default;

	background: #ffffff;
	background: -moz-linear-gradient(-50deg, #ffffff 0%, #ffffff 50%, #f6f6f6 51%, #ffffff 100%);
	background: -webkit-linear-gradient(-50deg, #ffffff 0%,#ffffff 50%,#f6f6f6 51%,#ffffff 100%);
	background: linear-gradient(130deg, #ffffff 0%,#ffffff 50%,#f6f6f6 51%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
	/*z-index: 15;*/
	visibility: hidden;
}

#indexBlocks .indexBlocks_item.servBlock .ibi__Links a {
	display: inline-block;
	white-space: nowrap;
	color: #2b2b2b;
	text-decoration: none;
	font-size: 10pt;
	text-transform: uppercase;
	font-weight: 500;
	transition: 0.2s all;
	display: block;
	margin-bottom: 10px;
}
#indexBlocks .indexBlocks_item.servBlock:hover .ibi__Links a:hover {
	color: #ff8000;
}
.indexBlocks_item #indexBlocks_item__slider .indexBlocks_item__slider_item,
#indexBlocks .indexBlocks_item .indexBlocks_item__counterProducts {
	font-size: 10pt;
	height: 210px;
}
.indexBlocks_item #indexBlocks_item__slider .indexBlocks_item__slider_item span,
#indexBlocks .indexBlocks_item .indexBlocks_item__counterProducts span {
	display: inline-block;
	font-size: 26pt;
	line-height: 26pt;
	font-weight: 900;
	color: #000;
}
.indexBlocks_item #indexBlocks_item__slider .indexBlocks_item__slider_item span sup {
	font-size: 13pt;
	position: absolute;
	top: 5px;
}
.indexBlocks_item #indexBlocks_item__slider .indexBlocks_item__slider_item .timer_border,
#indexBlocks .indexBlocks_item .indexBlocks_item__counterProducts .timer_border {
	height: 4px;
	width: 90px;
	position: absolute;
	top: 126px;
	background: #edaa04;
	background: -moz-linear-gradient(-45deg, #edaa04 0%, #f06d08 100%);
	background: -webkit-linear-gradient(-45deg, #edaa04 0%,#f06d08 100%);
	background: linear-gradient(135deg, #edaa04 0%,#f06d08 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edaa04', endColorstr='#f06d08',GradientType=1 );
	border-radius: 25px;
}
#indexBlocks .indexBlocks_item .indexBlocks_item__counterProducts .timer_border {
	top: 150px;
}

.indexBlocks_item .subtext {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding-top: 15px;
	line-height: 14px;
}

.indexBlocks_item #indexBlocks_item__slider .indexBlocks_item__slider_item .text_fornum,
#indexBlocks .indexBlocks_item .indexBlocks_item__counterProducts .text_fornum {
	position: absolute;
	top: 155px;
	font-size: 13px;
	line-height: 12pt;
}
#indexBlocks .indexBlocks_item .indexBlocks_item__counterProducts .text_fornum {
	top: 185px;
	padding-right: 25px;
}

#indexBlocks .indexBlocks_item.numbersSlide .bx-wrapper {
	margin-bottom: 0 !important;
}
#indexBlocks .indexBlocks_item.numbersSlide .bx-wrapper .bx-pager {
	text-align: left !important;
}
#indexBlocks .indexBlocks_item.numbersSlide .bx-wrapper .bx-pager .bx-pager-item a {
	margin: 0 10px 0 0;
}

#indexBlocks .indexBlocks_item.numbersSlide .bx-wrapper .bx-pager,
#indexBlocks .indexBlocks_item.numbersSlide .bx-wrapper .bx-controls-auto {
	top: 103px !important;
	right: 0 !important;
	position: absolute !important;
	width: auto !important;
}

#indexBlocks .indexBlocks_item.numbersSlide .bx-wrapper .bx-pager.bx-default-pager a {
	width: 8px;
	height: 8px;
}
#indexBlocks .indexBlocks_item.numbersSlide .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ff8000;
}
#indexBlocks .indexBlocks_item.numbersSlide .bx-wrapper .bx-viewport { background: none; }


@media screen and (max-width: 991px) {
	#indexBlocks .indexBlocks_item {
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}
}
@media screen and (max-width: 767px) {
	#indexBlocks .indexBlocks_item {
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media screen and (max-width: 479px) {
	#indexBlocks .indexBlocks_item {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 15px;
	}
	#indexBlocks .indexBlocks_item.servBlock .ibi__Desc,
	#indexBlocks .indexBlocks_item .ibi__Image,
	#indexBlocks .indexBlocks_item.servBlock .ibi__Links {
		display: none;
	}
	#indexBlocks .indexBlocks_item .ibi__Bg {
		width: 40px;
		height: 40px;
		background-size: contain;
	}
	#indexBlocks .indexBlocks_item {
		height: auto !important;
	}
	#indexBlocks .indexBlocks_item.servBlock {
		display: table;
		height: 70px !important;
		width: 100%;
	}
	#indexBlocks .indexBlocks_item.servBlock .ibi__Name {
		display: table-cell;
		width: 100%;
		height: 100% !important;
		padding: 0;
		vertical-align: middle;
		font-size: 13px;
		padding-left: 55px;
		padding-top: 0 !important;
	}
	#indexBlocks .indexBlocks_item .ibi__Label {
		font-size: 10px;
		line-height: 14px;
		height: 14px;
		padding: 0 8px;
		top: 5px;
		right: 5px;
	}
	#indexBlocks .indexBlocks_item .indexBlocks_item__counterProducts {
		height: auto;
	}
	#indexBlocks .indexBlocks_item .indexBlocks_item__counterProducts .timer_border {
		position: static;
		margin: 15px 0;
	}
	#indexBlocks .indexBlocks_item .indexBlocks_item__counterProducts .text_fornum {
		position: static;
	}
}

@media screen and (min-width: 768px) {
	#indexBlocks .indexBlocks_item.servBlock:hover:before {
		top: -10px;
		left: -10px;
		right: -10px;
		bottom: -10px;
		opacity: 1;
	}
	#indexBlocks .indexBlocks_item.servBlock:hover .ibi__Links {
		opacity: 1;
		left: -10px;
		right: -10px;
		visibility: visible;
		-webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow:    0px 10px 30px 0px rgba(0, 0, 0, 0.2);
		box-shadow:         0px 10px 30px 0px rgba(0, 0, 0, 0.2);
	}
	#indexBlocks .indexBlocks_item.servBlock:hover .ibi__Image {
		opacity: 1;
	}
	#indexBlocks .indexBlocks_item:hover .ibi__Bg {
		opacity: 0;
	}

}
@media screen and (min-width: 480px) {
	#indexBlocks .indexBlocks_item {
		min-height: 260px;
	}
}












/* End */


/* Start:/bitrix/templates/.default/js/owlcarousel/style.css?17237954624614*/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/bitrix/templates/.default/js/owlcarousel/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* End */


/* Start:/bitrix/templates/default/components/bitrix/news.list/iHistory/style.css?17237954627716*/
#iHistory__handAlert {
	position: absolute;
	z-index: 500;
	top: 510px;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	color: #eda304;
	padding-top: 55px;
	line-height: 16px;
	font-size: 13px;
	text-align: center;
}
#iHistory__handAlert:before {
	content: "";
	display: block;
	position: absolute;
	height: 40px;
	width: 40px;
	top: 0;
	left: 80px;
	background-image: url(/bitrix/templates/default/components/bitrix/news.list/iHistory/images/handAlert.svg);	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 40px;	
	-webkit-animation: handAnimate 1.25s infinite;
	animation: handAnimate 1.25s infinite;
}
@-webkit-keyframes handAnimate {
	0% { -webkit-transform: translateX(-5px); transform: translateX(-5px); }
	50% { -webkit-transform: translateX(5px); transform: translateX(5px); }
	100% { -webkit-transform: translateX(-5px); transform: translateX(-5px); }
}
@keyframes handAnimate {
	0% { -webkit-transform: translateX(-5px); transform: translateX(-5px); }
	50% { -webkit-transform: translateX(5px); transform: translateX(5px); }
	100% { -webkit-transform: translateX(-5px); transform: translateX(-5px); }
}


#iHistory__year {
	position: absolute;
	z-index: 500;
	top: 670px;
}
#iHistory__year .iHistory__year__item {}
#iHistory__year a {
	background-image: none;
	color: #fff;
	font-weight: 100;
	font-size: 15px;
	cursor: pointer;
	text-decoration: none;
	line-height: 100px;
}
#iHistory__year a.active {
	color: #fff;
	font-weight: 500;
	font-size: 15px;
}
#iHistory__year a.active:before {
	content: "";
	display: block;
	position: absolute;
	width: 40px;
	height: 30px;
	top: 32px;
	margin: 0 auto;
	border-radius: 100px;
	-webkit-filter: blur(20px);
	filter: blur(20px);
	background-image: linear-gradient(270deg, #ffb25f, #f69f58);
}
#iHistory__year a:after {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 15px;
	top: 0;
	left: 18px;
	background: #fff;
	opacity: 0.5;
}
#iHistory__year a.active:after {
	height: 25px;
	left: 20px;
	background: #ff6800;
	opacity: 1;
}
#iHistory { 
	cursor: -webkit-grab;
}
#iHistory:before { 
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 220px;
	z-index: 2;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 90%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 90%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
}


#iHistory .iHistory_item {  
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 800px;
}
#iHistory .iHistory_item .iHi__Year {  
	width: 100%;
	text-align: center;
	font-size: 15px;
	color: #ff8000;	
	font-weight: 400;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
#iHistory .iHistory_item .iHi__Name span {  
	color: #fff;
	width: 100%;
	text-align: center;
	display: block;
	margin-bottom: 60px;
	font-size: 48px;
	line-height: 1.05;
	font-weight: 100;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
#iHistory .iHistory_item .iHi__Name div.abs {  
	position: absolute;
	text-align: center;
	width: 100%;
	padding-top: 120px;
}
#iHistory .iHistory_item .iHi__Name {  
	color: #fff;
	max-width: 900px;
	text-align: center;
	font-size: 20px;
	font-weight: 100;
	margin: 0 auto;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	line-height: 20pt;
}

#iHistory .iHistory_item .iHi__Numbers {  
	font-weight: 300;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	padding-top: 300px;
}
#iHistory .iHistory_item .iHi__Numbers div.iHi__Numbers__item {  
	width: 33.3%;
	padding: 50px 0;
	float: left;
	text-align: center;
}
#iHistory .iHistory_item .iHi__Numbers div.iHi__Numbers__item:nth-child(1) {
    width: 25%;
}
#iHistory .iHistory_item .iHi__Numbers div.iHi__Numbers__item:nth-child(2) {
    width: 50%;
}
#iHistory .iHistory_item .iHi__Numbers div.iHi__Numbers__item:nth-child(3) {
    width: 25%;
}
#iHistory .iHistory_item .iHi__Numbers div.iHi__Numbers__item .timer {
	font-size: 48px;
	font-weight: 800;
	color: #fff;
}  
#iHistory .iHistory_item .iHi__Numbers div.iHi__Numbers__item .timer_name {
	font-size: 26px;
	font-weight: 900;
}
#iHistory .iHistory_item .iHi__Numbers div.iHi__Numbers__item .timer_border {
	height: 2px;
	width: 60px;
	margin: 10px auto 25px;
	background: #edaa04;
	background: -moz-linear-gradient(-45deg, #edaa04 0%, #f06d08 100%);
	background: -webkit-linear-gradient(-45deg, #edaa04 0%,#f06d08 100%);
	background: linear-gradient(135deg, #edaa04 0%,#f06d08 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edaa04', endColorstr='#f06d08',GradientType=1 );
	border-radius: 25px;
}

.no_timer {
	font-size: 36px;
}

@media screen and (max-width: 767px) {
    #iHistory .iHistory_item .iHi__Name span {  
    	font-size: 40px;
    	line-height: 1;
    	text-align: left;
    	margin-bottom: 20px;
    }
    #iHistory .iHistory_item .iHi__Name {
        text-align: left;
        font-weight: 200;
    }
    #iHistory .iHistory_item .iHi__Name div.abs {  
    	text-align: left;
    	padding-top: 60px;
    	position: relative;
    }
    #iHistory .iHistory_item .iHi__Numbers {
        padding-top: 50px;
        text-align: left;
        display: inline-block;
        width: 100%;
    }
    #iHistory .iHistory_item .iHi__Numbers div.iHi__Numbers__item {
        padding: 0;
        text-align: left;
        width: 100% !important;
        margin-bottom: 25px;
    }
    #iHistory .iHistory_item .iHi__Numbers div.iHi__Numbers__item .timer {
        font-size: 30px;
    }
    #iHistory .iHistory_item .iHi__Numbers div.iHi__Numbers__item .timer_name {
        font-size: 15px;
    }
    #iHistory .iHistory_item .iHi__Numbers div.iHi__Numbers__item .timer_border {
        display: none;
    }
    #iHistory__handAlert {
        top: auto;
        bottom: 150px;
        left: 15px;
        margin-left: 0;
        text-align: left;
    }
    #iHistory__handAlert:before {
        left: 0;
    }
    #iHistory__year {
        top: auto;
        bottom: 20px;
        left: 50px;
        width: calc(100% - 50px);
    }
    #iHistory .iHistory_item {  
    	background-position: center center;
    	background-repeat: no-repeat;
    	background-size: cover;
    	height: auto;
    	padding-bottom: 250px;
    }
    #iHistory .owl-stage {
        /*display: flex;*/
    }
    #iHistory__year.owl-carousel .owl-stage-outer {
        overflow: visible;
    }
    body.body_noindex #iHistory .iHistory_item .iHi__Name div.abs {
        padding-top: 30px;
    }
    body.body_noindex #iHistory .iHistory_item .iHi__Name span {
        font-size: 30px;
        text-transform: uppercase;
        font-weight: bold;
    }
    body.body_noindex #iHistory .iHistory_item .iHi__Name span:after {
        content: "";
    	display: block;
    	margin-top: 20px;
    	width: 90px;
    	height: 2px;
    	background: #edaa04;
    	background: -moz-linear-gradient(-45deg, #edaa04 0%, #f06d08 100%);
    	background: -webkit-linear-gradient(-45deg, #edaa04 0%,#f06d08 100%);
    	background: linear-gradient(135deg, #edaa04 0%,#f06d08 100%);
    	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edaa04', endColorstr='#f06d08',GradientType=1 );
    }
}

@media screen and (min-width: 768px) {
    #iHistory .owl-stage,
    #iHistory .owl-stage-outer {
        height: 800px !important;
    }
}








/* 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/default/styles.css?1723795462894*/
.blockquote,
.blockquote_alert,
.blockquote_danger {
  display: block;
  padding: 20px 30px;
  background: #F7F7F7;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  border-radius: 4px;
  position: relative;
  margin: 30px 0;
}
.blockquote_alert {
  padding-top: 50px;
  background: #FBF6DF;
}
.blockquote_alert:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 30px;
  right: 30px;
  height: 20px;
  background: url("/bitrix/templates/support/images/icons/icon-attention.svg") no-repeat left top;
  background-size: auto 100%;
}
.blockquote_danger {
  padding-top: 50px;
  background: #FFDADA;
}
.blockquote_danger:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 30px;
  right: 30px;
  height: 20px;
  background: url("/bitrix/templates/support/images/icons/icon-danger.svg") no-repeat left top;
  background-size: auto 100%;
}

/* End */


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

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

body.body_overflow {
	overflow: hidden;
}

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

.dp {
	min-width: 320px !important;
}
@media screen and (max-width: 479px) {
	.dp {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.subText {
	font-size: 12pt;
	font-weight: 400;
	line-height: 18pt;
}
h1 {
	font-weight: 300;
}

#videoSlide {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	/*height: 100%;*/
	background-size: 100% 100%;
	background-color: black; /* in case the video doesn't fit the whole page*/
	/*background-image:  our video */;
	background-position: center center;
	background-size: contain;
	object-fit: cover; /*cover video background */
	z-index: 0;

	background-image: url("/bitrix/templates/default/images/videoimage.jpg");
	background-size: cover;

}
#fullpage { z-index: 10; }
#fullpage .section {
	position: relative;
}

#section_header {
	overflow: hidden;
	position: relative;
}
#section_history {
	background: #202020;
	position: relative;
}

#section_header {
	width: 100%;
}
#section_header:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 550px;
	z-index: 1;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 90%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 90%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
}
#section_header #section_header__title {
	text-align: center;
	padding-top: 230px;
	height: 650px;
	color: #fff;
	z-index: 10;
}
#section_header #section_header__title .section_header__titleItem {
	transition: 0.5s all;
	opacity: 0;
}
#section_header #section_header__title .section_header__titleItem.active {
	margin-top: 0;
	opacity: 1;
}
#section_header #section_header__title h1 {
	font-weight: 100;
	line-height: 45pt;
	font-size: 48px;
	font-family: 'Roboto', sans-serif;
}
#section_header #scrollDown {
	margin-top: 80px;
	z-index: 1;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 46px;
	border-radius: 25px;
	border: 2px solid #fff;
	cursor: pointer;
	z-index: 10;
}
#section_header #scrollDown:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0.4rem;
	margin-left: -0.1rem;
	width: 0.2rem;
	height: 0.45rem;
	background: #fff;
	border-radius: 2px;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-animation: wheelAnimate 1.25s infinite;
	animation: wheelAnimate 1.25s infinite;
}
@-webkit-keyframes wheelAnimate {
	0% { -webkit-transform: translateX(0); transform: translateY(0); }
	50% { -webkit-transform: translateY(4px); transform: translateY(4px); }
	100% { -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes wheelAnimate {
	0% { -webkit-transform: translateX(0); transform: translateY(0); }
	50% { -webkit-transform: translateY(4px); transform: translateY(4px); }
	100% { -webkit-transform: translateY(0); transform: translateY(0); }
}

#section_header .section_header__title {
	font-size: 21px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 30px;
	line-height: normal;
}
#section_header__solutions {
	z-index: 10;
	position: relative;
}
#section_header #section_header__blocks {
/*	opacity: 0;*/
	position: relative;
	z-index: 10;
}
#section_header #section_header__underblocks {
	padding: 0 0 100px;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
#section_header #section_header__underblocks div {
	flex: 0 0 25%;
	max-width: 25%;
	background-position: left top;
	position: relative;
	z-index: 2;
}
#section_header #section_header__underblocks div a:first-child { }
#section_header #section_header__underblocks div:nth-child(1) a {
	background: url(/bitrix/templates/default/images/underblock_1.svg) 0 top no-repeat;
}
#section_header #section_header__underblocks div:nth-child(2) a {
	background: url(/bitrix/templates/default/images/underblock_2.svg) 0 top no-repeat;
}
#section_header #section_header__underblocks div:nth-child(3) a {
	background: url(/bitrix/templates/default/images/underblock_3.svg) 0 top no-repeat;
}
#section_header #section_header__underblocks div:nth-child(4) a {
	background: url(/bitrix/templates/default/images/underblock_4.svg) 0 top no-repeat;
}
#section_header #section_header__underblocks div a {
	padding: 9px 0 10px 85px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	text-decoration: none;
	font-size: 15px;
	line-height: 20px;
}
#section_header #section_header__underblocks div a p {
	display: block;
	color: #efefef;
	text-transform: uppercase;
	font-size: 9pt;
	text-decoration: none;
	margin-top: 10px;
	font-weight: 300;
}
#section_header #section_header__underblocks div a {
	transition: 0.5s all;
}
#section_header #section_header__underblocks div a:hover {
	color: #ff8000;
}

@media screen and (max-width: 991px) {
	#section_header #section_header__underblocks div a {
		padding-left: 70px;
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	#section_header #section_header__underblocks div {
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 20px;
	}
	#section_header #section_header__underblocks {
		padding: 0 0 40px;
	}
}
@media screen and (max-width: 479px) {
	#section_header #section_header__underblocks div {
		margin-bottom: 0;
	}
	#section_header #section_header__underblocks div a {
		font-size: 13px;
		line-height: 1.38;
		background-size: auto 40px !important;
		background-position: left center !important;
		padding-left: 55px;
	}
}

#section_iAbout {
	position: relative;
	background: rgba(0,0,0,0.7);
	background: rgba(45, 45, 45, 0.75);
}
#section_iAbout #section_iAbout_container {
	padding: 100px 0;
	background: url(/bitrix/templates/default/images/bg_about.png) right center no-repeat;
}
#section_iAbout #section_iAbout_container:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 220px;
	z-index: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 30%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 90%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
}
#section_iAbout .iAbout_title {
	font-size: 48px;
	line-height: 42pt;
	font-weight: 100;
	color: #fff;
}
#section_iAbout .iAbout_title span {
	font-weight: 500;
	display: inline-block;
	border-bottom: 3px solid #ff6800;
	color: #fff;
}
#section_iAbout .iAbout_numbers {
	margin: 50px 0;
}
#section_iAbout .iAbout_numbers .iAbout_numbers__item {
	width: 25%;
	float: left;
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	color: #1e1e1e;
	color: #fff;
}
#section_iAbout .iAbout_numbers .iAbout_numbers__item span {
	display: block;
	font-size: 48px;
	font-weight: 700;
	line-height: 42pt;
	margin-bottom: 15px;
	letter-spacing: 0;
}
#section_iAbout .iAbout_numbers .iAbout_numbers__item span b {
	font-size: 12pt;
	line-height: 12pt;
}
#section_iAbout .iAbout_desc {
	font-size: 15px;
	line-height: 18pt;
	opacity: 0.8;
	margin-bottom: 25px;
	color: #fff;
}
#section_iAbout a.btn {
	color: #000;
	color: #fff;
	background: none !important;
	border: 1px solid #24293e;
	border: 1px solid #fff;
	text-transform: none;
	font-size: 15px;
	padding: 10px 25px;
	padding: 10px 55px 10px 25px;
}
#section_iAbout a.btn:before { top: 11px; }

@media screen and (max-width: 767px) {
	#section_iAbout #section_iAbout_container {
		padding: 60px 0;
	}
	#section_iAbout .iAbout_title {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		font-size: 40px;
		line-height: 1.2;
	}
	#section_iAbout .iAbout_title span {
		padding-bottom: 5px;
	}
	#section_iAbout .iAbout_numbers .iAbout_numbers__item {
		width: 100%;
		font-weight: 500;
		float: none;
	}
	#section_iAbout .iAbout_numbers .iAbout_numbers__item:not(:last-child) {
		margin-bottom: 25px;
	}
	#section_iAbout .iAbout_numbers .iAbout_numbers__item span {
		font-size: 30px;
		line-height: 1;
		margin-bottom: 2px;
	}
	#section_iAbout .iAbout_desc {
		font-weight: normal;
	}
}







body.body_noindex {
	background: #f7f7f7 url(/bitrix/templates/default/images/bg_light.jpg) center top no-repeat;
}
body.body_noindex .bx-breadcrumb i,
body.body_noindex .bx-breadcrumb-item,
body.body_noindex .bx-breadcrumb .bx-breadcrumb-item a,
body.body_noindex .bx-breadcrumb .bx-breadcrumb-item span {
	color: #b9b9b9 !important;
}
body.body_noindex #logo {
	background-image: linear-gradient(238deg, #37243f, #24293e);
	top: 0;
	width: 180px;
	text-align: center;
	padding: 30px 0 30px;
}
body.body_noindex #logo.animate {
	padding: 20px 0 10px;
}

body.body_index #logo {
	top: 30px;
}
body.body_index #logo img {
	height: 58px;
}
body.body_index #header.animate.fixed #logo {
	top: 7px;
}
body.body_index #header.animate.fixed #logo img {
	height: 35px;
}

body.body_noindex #logo img {
	width: 140px;
}

#content {
	color: #000;
	padding: 15px 0 60px;
}
body.body_noindex #content {
	margin-top: 150px;
}
#content .content_left {
	width: 240px;
	float: left;
	position: absolute;
}
#content .content_right {
	margin-left: 260px;
}
#content.content_full .content_right {
	margin-left: 0;
}

@media screen and (max-width: 767px) {
	#content .content_left {
		position: relative;
		float: none;
		display: block;
		width: 100%;
	}
	#content .content_right {
		margin-left: 0;
		padding-top: 20px;
	}
	body.body_noindex #content {
		margin-top: 82px;
		padding-top: 0;
	}
}

body.body_noindex .bx-breadcrumb i,
body.body_noindex .bx-breadcrumb .bx-breadcrumb-item a,
body.body_noindex .bx-breadcrumb .bx-breadcrumb-item span {
	color: #fff;
}
.h1_title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 36pt;
	margin: 10px 0 50px;
	line-height: 1;
}
.h1_title:after {
	content: "";
	display: block;
	margin-top: 50px;
	width: 90px;
	height: 2px;
	background: #edaa04;
	background: -moz-linear-gradient(-45deg, #edaa04 0%, #f06d08 100%);
	background: -webkit-linear-gradient(-45deg, #edaa04 0%,#f06d08 100%);
	background: linear-gradient(135deg, #edaa04 0%,#f06d08 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edaa04', endColorstr='#f06d08',GradientType=1 );
}
.h1_subtitle {
	font-weight: 400;
	font-size: 26pt;
	margin: 10px 0 0;
	line-height: 36px;
}


body.dark_page {
	background: #141414 url(/bitrix/templates/default/images/bg_dark.jpg) center top no-repeat;
}
body.dark_page .h1_title {
	color: #fff;
}
body.dark_page #content {
	color: #fff;
}
.content_left_history {
	position: absolute;
	top: 190px;
	z-index: 10;
	left: 0;
	right: 0;
}

@media screen and (max-width: 767px) {
	.h1_title {
		font-size: 30px;
		line-height: 1.16;
		margin-bottom: 30px;
	}
	.h1_title:after {
		margin-top: 20px;
	}
	body.dark_page {
		background-size: 170% auto;
	}
	.content_left_history {
		position: relative;
		top: 0;
		z-index: 10;
		left: 0 !important;
		margin-top: 82px;
		padding: 0 20px;
	}
	.content_left_history > .dp {
		padding: 0;
	}
	.h1_subtitle {
		font-size: 22px;
		line-height: 1.4;
	}
}
@media screen and (max-width: 479px) {
	.content_left_history {
		padding: 0 15px;
	}
}

@media screen and (min-width: 768px) {
	.content_left_history #leftmenu {
		position: absolute;
		left: 20px;
		top: 0;
	}
}



/************** START: footer form **************/
#footer_form_container a {
	color: #ff8600 !important;
}
#footer_form_container {
	background: #fff;
	padding: 50px 0;
}
#footer_form_container #footer_form {
	display: flex;
	flex-wrap: wrap;
	/*margin: 0 -15px;*/
}
#footer_form_container #footer_form .footer_form__item {
	font-weight: 400;
}
#footer_form_container #footer_form .footer_form__item-group {
	flex: 0 0 75%;
	max-width: 75%;
	display: flex;
}
#footer_form_container #footer_form .footer_form__item h2 {
	line-height: 20pt;
	font-size: 22px;
}
#footer_form_container #footer_form .footer_form__item_title {
	flex: 0 0 25%;
	max-width: 25%;
}
#footer_form_container #footer_form .footer_form__item_title h2 {
	max-width: 240px;
}
#footer_form_container #footer_form .footer_form__item_contacts {
	flex: 0 0 41%;
	max-width: 0 0 41%;
}
#footer_form_container #footer_form .footer_form__item_text {
	flex: 0 0 59%;
	max-width: 59%;
}
#footer_form_container #footer_form .footer_form__item_contacts {
	padding-top: 20px;
}
#footer_form_container #footer_form .footer_form__item_contacts span {
	font-size: 22px;
}
#footer_form_container #footer_form .footer_form__item_contacts a {
	text-decoration: none;
	border-bottom: 1px dotted;
	transition: 0.2s all;
	font-size: 15px;
}
#footer_form_container #footer_form .footer_form__item_contacts a:hover {
	color: #000;
}
#footer_form_container #footer_form .footer_form__item_text {
	padding-top: 17px;
}
#footer_form_container #footer_form .footer_form__item_text a {
	text-decoration: none;
	border-bottom: 1px dotted;
	font-weight: 400;
}

@media screen and (max-width: 991px) {
	#footer_form_container #footer_form .footer_form__item_title {
		flex: 0 0 100%;
		max-width: 100%;
	}
	#footer_form_container #footer_form .footer_form__item-group {
		flex: 0 0 100%;
		max-width: 100%;
	}
	#footer_form_container #footer_form .footer_form__item_title h2 {
		max-width: 100%;
		margin-bottom: 0;
	}
	#footer_form_container {
		padding: 30px 0;
	}
}
@media screen and (max-width: 575px) {
	#footer_form_container #footer_form .footer_form__item-group {
		flex-wrap: wrap;
	}
	#footer_form_container #footer_form .footer_form__item_contacts {
		flex: 0 0 100%;
		max-width: 0 0 100%;
	}
	#footer_form_container #footer_form .footer_form__item_text {
		flex: 0 0 100%;
		max-width: 100%;
	}
}



/************** END: footer form **************/


#mainmenu .header__menu.header__menu__dark > ul > li:nth-child(6) {
	padding-left: 45px;
}
#mainmenu .header__menu.header__menu__dark ul > li.parent_item ul li {
	padding: 0;
}

.subscribeNews_form input[type="text"] {
	width: 100%;
	height: 50px;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 0 15px;
	box-shadow: none;
	font-size: 11pt;
	font-weight: 300;
}
.subscribeNews_form input.subscribe {
	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: 48px;
	font-size: 12pt;
	cursor: pointer;
	transition: 0.2s all;
	/*position: absolute;
    right: 20px;
    top: 20px;*/
}

.subscribeNews_form .footer_form__item h2 {
	margin-top: 0;
}

.subscribeNews_form .subscribe_form__content {
	flex: 1 1 auto;
}
.subscribeNews_form .subscribe_form__inner {
	display: flex;
}
.subscribeNews_form .subscribe_form__inner-input {
	flex: 0 0 65%;
	padding-right: 30px;
	max-width: 65%;
}
.subscribeNews_form .subscribe_form__inner-button {
	flex: 0 0 35%;
	max-width: 35%;
}

.subscribeNews_form #footer_form__item:nth-child(1) {
	width: 255px !important;
}
.subscribeNews_form #footer_form__item:nth-child(2) {
	width: 640px !important;
}
.subscribeNews_form #footer_form__item:nth-child(2) a {
	font-size: 13px !important;
}
.subscribeNews_form #footer_form__item:nth-child(3) {
	width: 265px !important;
}
.subscribeNews_form #privacy_block {
	margin-top: 20px;
}
.subscribeNews_form #privacy_block input {
	margin: 5px 0 0 0px !important;
}
.subscribeNews_form #privacy_block label {
	width: auto;
}
.subscribe_error {
	position: absolute;
	margin: -35px 0 0 15px;
	color: #ff0000;
}
.subscribe_ok {
	line-height: 20pt;
	font-size: 22px;
	color: #04dc34;
}
@media screen and (max-width: 991px) {
	.subscribeNews_form .footer_form__item_title {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 575px) {
	.subscribeNews_form .subscribe_form__inner {
		flex-wrap: wrap;
	}
	.subscribeNews_form .subscribe_form__inner-input {
		flex: 0 0 100%;
		padding-right: 0;
		max-width: 100%;
	}
	.subscribeNews_form .subscribe_form__inner-button {
		flex: 0 0 100%;
		max-width: 100%;
	}
}



.global-search {
	margin-bottom: 25px;
}
.global-search__input {
	height: 50px;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 0 15px 0 65px;
	box-shadow: none;
	font-size: 11pt;
	font-weight: 300;
	background: #fff url(/bitrix/templates/.default/images/icons/lupa.svg) 25px center no-repeat;
}




/* temp */
body.body_restyle #iHistory__handAlert:before {
	animation: none;
	-webkit-animation: none;
}


/* restyle */
body.body_restyle #section_header {
	padding-top: 150px;
}
body.body_restyle #header:not(.header_noindex) {
	background: #29273E;
}
body.body_restyle .dp.headerline {
	height: 100%;
}
body.body_restyle #logo a,
body.body_restyle #logo a img {
	display: block;
}
body.body_restyle #header.animate:not(.header_noindex) #logo,
body.body_restyle #header.animate.fixed:not(.header_noindex) #logo {
	top: 50%;
	transform: translate(0,-50%);
	margin-top: -2px;
}
body.body_restyle #header.animate/*:not(.header_noindex)*/ #mainmenu,
body.body_restyle #header.animate.fixed:not(.header_noindex) #mainmenu {
	top: 50%;
	transform: translate(0,-50%);
	z-index: 10;
}
body.body_restyle #header.animate.fixed:not(.header_noindex) #mainmenu {
    right: 100px;
}
body.body_restyle #mainmenu .header__menu.header__menu__dark > ul > li:nth-child(6) {
	padding-left: 20px;
}
body.body_restyle.body_index #logo img {
	height: 42px;
}

body.body_restyle #header.header_noindex #logo a img {
	margin: 0 auto;
}
body.body_restyle #header.header_noindex .header__menu > ul > li {
	padding: 20px 10px;
}
body.body_restyle #header.header_noindex .header-search__toggle {
	background: url("/bitrix/templates/default/images/icons/icon-search-dark.svg") no-repeat center center;
}
body.body_restyle #header.header_noindex .header__menu__dark .header-search__toggle {
	background: url("/bitrix/templates/default/images/icons/icon-search.svg") no-repeat center center;
}



.header-search {
	background: #181725;
	display: none;
}
.header-search__group {
	position: relative;
	padding: 15px 0;
}
.header-search__control {
	display: block;
	width: 100%;
	border: none;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	background: none;
	height: 37px;
	color: #fff;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5;
	padding: 0 35px 12px 0;
}
.header-search__close {
	position: absolute;
	width: 18px;
	height: 18px;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	background: url("/bitrix/templates/default/images/icons/icon-close.svg") no-repeat center center;
	margin-top: -5px;
	cursor: pointer;
}
.header-search__toggle {
	width: 18px;
	height: 24px;
	display: block;
	background: url("/bitrix/templates/default/images/icons/icon-search.svg") no-repeat center center;
}
.header-search_inverse {
	background: #F7F7F7;
	box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
	margin-top: 5px;
}
.header-search_inverse .header-search__control {
	border-color: #E5E5E5;
	color: #000;
}
.header-search_inverse .header-search__close {
	background: url("/bitrix/templates/default/images/icons/icon-close-dark.svg") no-repeat center center;
}
.header-search_inverse .header-search__group {
	padding: 20px 0 15px;
}


.index-news {
	background: #29273E;
	display: flex;
	margin-bottom: 50px;
	min-height: 220px;
}
.index-news__side {
	display: flex;
	flex-direction: column;
	background: #FF6800;
	flex: 0 0 25%;
	max-width: 25%;
	padding: 25px;
	align-items: flex-start;
}
.index-news__side-desc {
	margin-bottom: 20px;
	flex: 1 0 auto;
}
.index-news__side-title {
	font-weight: 300;
	font-size: 20px;
	line-height: 1.2;
	color: #FFFFFF;
	margin-bottom: 15px;
}
.index-news__side-text {
	font-weight: 300;
	font-size: 13px;
	line-height: 1.54;
	color: #FFFFFF;
}
.index-news__side-btn {
	flex: 0 0 auto;
}
.index-news__content {
	flex: 0 0 75%;
	max-width: 75%;
	padding: 25px;
	position: relative;
}
.index-news__content-inner {
	position: absolute;
	top: 25px;
	left: 25px;
	right: 25px;
	bottom: 25px;
	overflow: hidden;
}
.index-news__item:not(:last-child) {
	margin-bottom: 25px;
}
.index-news__date {
	font-weight: 300;
	font-size: 13px;
	line-height: 1.54;
	color: #FFFFFF;
}
.index-news__title {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.43;
	color: #FFFFFF;
	transition: color 0.3s ease;
	text-decoration: none;
}
.index-news__title:hover {
	color: #FF6800;
}

@media screen and (max-width: 991px) {
	.index-news__side {
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}
	.index-news__content {
		flex: 0 0 66.66666666%;
		max-width: 66.66666666%;
	}
}
@media screen and (max-width: 767px) {
	.index-news__side {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.index-news__content {
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media screen and (max-width: 575px) {
	.index-news {
		flex-wrap: wrap;
	}
	.index-news__side {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.index-news__content {
		flex: 0 0 100%;
		max-width: 100%;
		height: 250px;
		max-height: 60vh;
	}
}


.btn.btn_default {
	display: inline-block;
	background: none;
	border: 1px solid rgba(255,255,255,0.3);
}

#productsIndex {
	height: 500px;
	background: url(/bitrix/templates/ic/images/bg.jpg) center center no-repeat;
	background-size: auto;
	background-size: cover;
	margin-bottom: 55px;
}
#productsIndex .iBlock {
	padding: 160px 0 80px;
}
#productsIndex #iTitle {
	color: #fff;
	display: block;
	text-align: center;
}
#productsIndex #iTitle h1 {
	display: inline-block;
	font-weight: 100;
	line-height: 50pt;
	font-size: 48px;
	font-family: 'Roboto', sans-serif;
}
#productsIndex #iSearch {
	margin: 0 auto;
	max-width: 603px;
}

#catalogLine {
	margin-bottom: 50px;
}




#underfooter.underfooter_3blocks .underfooter__item:nth-child(1) {
	width: 50% !important;
}
#underfooter.underfooter_3blocks .underfooter__item:nth-child(2),
#underfooter.underfooter_3blocks .underfooter__item:nth-child(3) {
	width: 25%;
}
@media screen and (max-width: 991px) {
	#underfooter.underfooter_3blocks .underfooter__item:nth-child(1) {
		width: 33.33333333% !important;
	}
	#underfooter.underfooter_3blocks .underfooter__item:nth-child(2),
	#underfooter.underfooter_3blocks .underfooter__item:nth-child(3) {
		width: 33.33333333%;
	}
}
@media screen and (max-width: 767px) {
	#underfooter.underfooter_3blocks .underfooter__item {
		float: none !important;
		margin-left: -20px !important;
		margin-right: -20px !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	#underfooter.underfooter_3blocks .underfooter__item:nth-child(1) {
		width: auto !important;
		height: auto;
	}
	#underfooter.underfooter_3blocks .underfooter__item:nth-child(2),
	#underfooter.underfooter_3blocks .underfooter__item:nth-child(3) {
		width: auto;
		height: auto;
	}
	#underfooter .underfooter__item a.btn {
		position: relative;
		bottom: 0;
	}
	.footer-nav {
		display: none;
	}
	#footer .footer_lastline {
		border: none;
		float: none;
		width: 100%;
		text-align: center !important;
		padding: 0;
	}
	#footer .footer_lastline_address {
		display: none;
	}
	#footer .footer_lastline_made {
		margin-top: 15px;
	}
	#footer .footer_lastline a.copyright {
		display: inline-block;
	}
	#footer {
		padding: 40px 0;
	}
}
@media screen and (max-width: 479px) {
	#underfooter.underfooter_3blocks .underfooter__item {
		margin-left: -15px !important;
		margin-right: -15px !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}


.mainmenu__toggle {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	padding: 15px 12px;
	z-index: 10;
	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;
}

.header-search__toggle_mobile {
	position: absolute;
	right: 44px;
	width: 44px;
	height: 44px;
	top: 50%;
	transform: translate(0,-50%);
	background: url("/bitrix/templates/default/images/icons/icon-search.svg") no-repeat center center;
	cursor: pointer;
	display:block; 
}
.header-search-toggle_inverse {
	background: url("/bitrix/templates/default/images/icons/icon-search-dark.svg") no-repeat center center;
}
@media screen and (max-width: 767px) {
    .header-search-toggle_inverse {
	background: url("/bitrix/templates/default/images/icons/icon-search.svg") no-repeat center center;
}
}
.header-en_mobile {
	position: absolute;
	right: 88px;
	width: 44px;
	height: 44px;
	top: 50%;
	transform: translate(0,-50%);
	cursor: pointer;
	display: block;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	font-size: 15px;
	line-height: 44px;
	color: #FFFFFF;
	text-decoration: none !important;
}

.imgLink {
	display: block;
	max-width: 100%;
	margin-top: 50px;
}
.imgLink a {
	display: block;
}
.imgLink img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
}

.spoilerMain .spoiler_links_main {
	padding-right: 80px;
}

@media screen and (max-width: 1199px) {
	.header__menu > ul > li {
		padding: 20px 7px !important;
	}
	body.body_restyle #mainmenu .header__menu.header__menu__dark > ul > li:nth-child(6) {
		padding-left: 15px;
	}
	#mainmenu {
		right: 5px;
	}
	body.body_noindex #logo {
		width: 150px;
	}

}
@media screen and (max-width: 1099px) {
	.header__menu > ul > li {
		padding: 20px 6px !important;
	}
	body.body_restyle #mainmenu .header__menu.header__menu__dark > ul > li:nth-child(6) {
		padding-left: 10px;
	}
	#logo img {
		height: 35px !important;
		width: auto !important;
	}
	#mainmenu {
		right: 10px;
	}
	.header__menu {
		font-size: 13px;
	}
}
@media screen and (max-width: 991px) {
	.header__menu > ul > li {
		padding: 20px 6px !important;
	}
	body.body_restyle #mainmenu .header__menu.header__menu__dark > ul > li:nth-child(6) {
		padding-left: 8px;
	}
	.header__menu {
		font-size: 12px;
	}
	#logo img {
		height: 30px !important;
	}
	body.body_noindex #logo {
		width: 120px;
	}
}
@media screen and (max-width: 899px) {
	.header__menu {
		font-size: 11px;
	}
	.header__menu a {
		letter-spacing: -0.02em;
	}
	#logo img {
		height: 26px !important;
	}
	body.body_noindex #logo {
		width: 96px;
	}
	.header__menu > ul > li {
		padding: 20px 3px !important;
	}
	body.body_restyle #mainmenu .header__menu.header__menu__dark > ul > li:nth-child(6) {
		padding-left: 6px;
	}
	.header-search__toggle {
		background-size: 15px auto;
	}
}
@media screen and (max-width: 767px) {
	#header,
	body.body_noindex #header.animate {
		background: #141414 !important;
		height: 82px !important;
		position: fixed !important;
		top: 0;
		left: 0;
		right: 0;
	}
	#mainmenu {
		display: none;
		position: fixed !important;
		top: 0 !important;
		left: 0;
		right: 0 !important;
		bottom: 0;
		background: #141414;
		transform: none !important;
		transition: none !important;
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 1;
	}
	#mainmenu:before {
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		height: 82px;
		background: #141414;
		z-index: 100;
	}
	.header__menu ul {
		z-index: 99;
	}
	.header__menu > ul > li {
		display: block;
		float: none;
		padding: 0 !important;
	}
	.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: 82px 15px 15px;
		float: none;
		display: block;
	}
	#logo img {
		height: 42px !important;
		width: auto !important;
	}
	#logo {
		z-index: 20;
		background: none !important;
		width: auto !important;
		top: 50% !important;
		transform: translate(0,-50%) !important;
		padding: 0 !important;
		margin-top: -2px !important;
	}
	body.body_overflow_mobile {
		overflow: hidden;
	}
	.header__menu-item {
		transition: padding-left 0.3s ease;
	}
	.header__menu-item_active {
		padding-left: 20px !important;
	}
	body.body_restyle #section_header {
		padding-top: 97px;
	}
	.bx-breadcrumb {
		display: none;
	}
	.imgLink {
		margin-top: 30px;
	}
	.spoilerMain .sLm_Name {
		font-size: 14px;
		line-height: 1.4;
	}
	.spoilerMain .spoiler_links_main {
		padding: 20px 70px 20px 15px;
	}
	.spoilerMain .spoiler_links_main::before {
		right: 15px;
		top: 50%;
		transform: translate(0,-50%);
	}
	#iProducts .spoilerMain .spoiler_links_main {
		padding-left: 55px;
		background-size: 30px auto;
		background-position: 15px 23px;
	}
	#crocobox {
		width: calc(100% - 30px) !important;
		margin-left: calc(-50% + 15px) !important;
		padding: 30px 20px 20px;
	}
	#crocobox .form_block .block_text {
		display: block;
		width: auto;
		float: none;
		line-height: 1.2;
	}
	#crocobox .form_block {
		margin-bottom: 15px;
	}
	#crocobox .form_spacer {
		margin: 25px 0 10px;
	}
	#crocobox .form_block input[type="text"], #crocobox .form_block textarea {
		display: block;
		width: 100%;
	}
	#crocobox input.vacancySend {
		margin: 0 auto;
	}
	#crocobox #privacy_block label {
		display: block;
		width: auto;
	}
}

@media screen and (min-width: 768px) {
	.mainmenu__toggle,
	/*.header-search__toggle_mobile,*/
	.header-en_mobile {
		display: none !important;
	}
	#mainmenu {
		display: block !important;
	}
	.header__menu > ul > li ul {
		display: block !important;
	}
}



/* for /products/ */
@media screen and (max-width: 1199px) {
	#iCatalog_container {
		display: flex;
		flex-wrap: wrap;
		border-top: 1px solid #ebebeb !important;
		border-left: 1px solid #ebebeb !important;
	}
	#iCatalog_container .iCc_item {
		flex: 0 0 50%;
		width: 50%;
		height: auto !important;
		margin: 0 !important;
		border: none !important;
		border-bottom: 1px solid #ebebeb !important;
		border-right: 1px solid #ebebeb !important;
	}
}
@media screen and (max-width: 849px) {
	#iCatalog_container .iCc_item {
		flex: 0 0 100%;
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	#productsIndex {
		height: auto;
		margin-bottom: 30px;
	}
	#productsIndex #iTitle h1 {
		font-size: 36px;
		line-height: 1.4;
	}
	#productsIndex .iBlock {
		padding: 100px 0 40px;
	}
}
@media screen and (max-width: 479px) {
	#iCatalog_container .iCc_item .item_inner {
		padding: 15px 10px 12px 50px;
	}
	#iCatalog_container .iCc_item .icon {
		width: 30px;
		height: 30px;
		left: 10px;
		top: 10px;
		background-size: 100% auto;
	}
	#iCatalog_container.iCatalog_container_restyle .iCc_item a.main_section {
		position: static;
		line-height: 1.2;
		height: auto;
		margin-bottom: 5px;
	}
	.iCc_item__label {
		top: 5px;
		left: auto;
		right: 5px;
	}
	#iCatalog .iCc_item:not(.with_submenu) .icon {
		top: 50%;
		transform: translate(0,-50%);
	}
	#iCatalog_container .iCc_item .subMenu {
		margin-top: 5px;
	}

}

#buttons {
	margin: 0 0 25px;
	-webkit-box-shadow: 0px 15px 30px -10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    0px 15px 30px -10px rgba(0, 0, 0, 0.25);
	box-shadow:         0px 15px 30px -10px rgba(0, 0, 0, 0.25);
	z-index: 10;
	display: flex;
}
#buttons a {
	font-size: 15px;
	line-height: 50px;
	position: relative;
	display: block;
	height: 50px;
	padding: 0 15px;
	text-align: center;
	color: #fff;
	background: #28283e;
	text-decoration: none;
	border-left: 1px solid #413d52;
	white-space: nowrap;
	flex: 1;
}
#buttons a:first-child { border: none; }
#buttons a.selected {
	font-weight: 500;
	background: #fff;
	color: #000;
	border-bottom: 2px solid #ff6800;
}
#main_tab {
	max-width:900px;
}
#char_tab {
	max-width:900px;
}
.right-img {
	position:absolute;
	float:right;
	right:0;
}
.fulltable {
	border-collapse: collapse;
	border:1px solid #e9e9e9;
}
.fulltable * {
	border:1px solid #e9e9e9;
}
.fulltable td {
	text-align:center;
	padding:20px 2px;
}
.note {
	font-size: 13px;
}
.docs {
	margin-top:20px;
}
.docs tr {
	border-top: 1px solid #e9e9e9;
}
.docs tr:last-child {
	border-bottom:1px solid #e9e9e9;
}
.docs td {
	padding: 20px 5px;
}
.docs td a{
	text-decoration:none;
	color:black;
}
.docs tr td:first-child{
	width:82%;
}
.docs tr td:nth-child(2){
	width:3%;
}
.rc_feedback_gen {
	text-decoration: none;
	color: #ff8000;
}
#propContainer_main {
	/*margin: 60px 0 30px;
	position:absolute;
	float:left;
		top:700px;
	right:0;*/
	max-width:350px;
}
#propContainer_main_new {
	/*margin: 60px 0 30px;
	position:absolute;
	float:left;
	right:0;
	max-width:425px;
	top:700px;*/
}
#propContainer_main .propContainer_main__item,
#propContainer .propL  .propContainer_main__item,
#propContainer_main_new .propContainer_main__item{
	max-width: 175px; /**/
	display: block;
	float: left;
	padding: 0 25px 25px 30px;
	font-size: 13px;
	color: #555;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 18px;
}
#propContainer_main .propContainer_main__item span,
#propContainer_main_new .propContainer_main__item span {
	font-size: 13px;
	color: #000;
	display: block;
	font-weight: 500;
}
#propContainer .propL {
	max-width: 250px;
	padding: 9px 50px 9px 0;
	font-size: 13px;
	background: url(/bitrix/templates/default/images/dot.png) left 18px repeat-x;
	color: #555;
}
#propContainer .propL span {
	background: #fff;
	display: inline-block;
	padding-right: 10px;
}
#propContainer .propR {
	padding: 9px 0 9px 10px;
	font-size: 13px;
	font-weight: 500;
}

#propContainer_main.propContainer_main_full {
	line-height: normal;
	margin-top: 30px;
}
#propContainer_main.propContainer_main_full .propContainer_main__item {
	float: none;
	max-width: 100%;
	padding-right: 0;
}

#detailProduct_left.detailProduct_left_pd_right {
	padding-right: 40px;
}


.filter {
	background-color: #e9e9e9;
	font-size:12px;
	font-weight: bold;
}
/*.gens_filter-inner * {
	display: inline-block;
	padding:10px;
}*/
.gens_filter-inner tr:first-child {
	/*text-align:center;*/
	padding-left:10px;
}
.gens_filter-inner tr td {
	width:25%;
	padding:5px 35px;
}
.gens_filter-inner tr td input{
	width:15px;
	height:15px;
}
.gens-select {
	max-width:100px;
	height:80px;
	white-space: normal;
	padding:5px;
	/*margin-left:40px;*/
}
.number {
	width:100%;
	font-size:18px;
}
.number-desc{
	width:100%;
}
.number-desc *{
	display:inline-block;
	min-width:15px;
}
.number * {
	display:inline-block;
	min-width:10px;
}
.bracket {
	border-bottom:1px solid #e9e9e9;
	border-radius: 25px;
	width:12%;
	text-align:center;
	padding:5px;
}
.bracket-desc {
	width:12.3%;
	padding:5px;
	text-align:center;
	font-size:12px;
	vertical-align: top;
}
.line {
}
.line:before {
	content:" ";
	border:1px solid black;
	display: block;
	width:15px;
	margin-bottom:5px;
}
.gens tr td{
	padding: 10px 20px;
	vertical-align: middle;
}
.gens tr:first-child{
	background-color: #e9e9e9;
	text-transform: uppercase;
	font-size:13px;
	font-weight: bold;
}
.gens tr td:first-child {
	width:35%;
	padding:10px;
	margin-left:10px;
	margin-top:45%;
}
.gens tr td:not(:first-child) {
	text-align:center;
}
#modal-diff {
	position:fixed;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	overflow-x: hidden;
	display: none;

	z-index:100;
}
#modal-diff__inner {
	display: block;
	max-width: 900px;
	margin: 40px auto;
	background-color:#ffffff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	padding:40px;
	position: relative;
}
#modal-diff-close {
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	cursor: pointer;
	right:25px;
	top:45px;
	transition: transform 0.3s ease;
}
#modal-diff-close:after,
#modal-diff-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;

}
#modal-diff-close:after {

}
#modal-diff-close:before {
	opacity: 1;
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}
#modal-diff-close:hover {
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
	#modal-diff__inner {
		margin: 15px;
		padding: 5px 15px 15px;
	}
	#modal-diff-close {
		top: 15px;
		right: 15px;
	}
}



.gens-diff {
	border:1px solid lightgray;
	border-collapse:collapse;
	margin-bottom:15px;
}
.gens-diff tr:first-child {
	border:1px solid lightgray;
	background-color: #e9e9e9;
}
.gens-diff tr td:first-child {
	width:25%;
}
.gens-diff tr td:nth-child(2),
.gens-diff tr td:nth-child(3){
	text-align:center;
}
.gens-diff td {
	border:1px solid lightgray;
	min-height:25px;
	padding:10px;
	vertical-align: middle;
	padding-left:20px;
}
.gens-diff td {
	border:1px solid lightgray;
}
.feedback {
	color: #ff6800;
	text-decoration: none;
}
.spoilerMain {
	box-shadow: 0px 10px 65px 10px rgba(0, 0, 0, 0.02);
}
.spoilerMain .spoiler_links_main {
	padding: 25px;
	background: none;
	margin-top: 15px;
	background: #fff;
	cursor: pointer;
}
.spoilerMain .spoiler_links_main:before {
	display: none;
}
.spoilerMain .sLm_Name {
	font-size: 15px;
	font-weight: 400;
	color: #ff8000;
	border-bottom: 1px dotted;
	display: inline;
}
.spoilerMain .spoiler_body_main {
	border: none;
	padding: 0 25px 25px 25px !important;
	background: #fff;
}
.spoilerMain h3 {
	font-weight: 400;
}

.faq-block {
	margin-bottom: 40px;
}

.iProducts_item__wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.iProducts_item__container {
	display: block;
	padding: 0 25px 0 65px;
	flex: 0 0 50%;
	max-width: 50%;
	margin-top: 25px;
	background-repeat: no-repeat;
	background-position: 7px 4px;
	background-size: 30px auto;
}
.iProducts_item__container .productName a {
	display: block;
	color: #000;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	line-height: 12pt;
	transition: 0.2s all;
}
.iProducts_item__container .productName a:hover {
	color: #ff8000;
}
.iProducts_item__container .productVersion,
.iProducts_item__container .productFormat {
	font-size: 11px;
	color: #999;
	line-height: 16px;
}
.iProducts_item__container .productDownload {

}
.iProducts_item__container .productDownload a {
	color: #ff8000;
	border-bottom: 1px solid #ff8000;
	text-decoration: none;
	font-weight: 400;
}

.contacts-section__wrapper {
	margin-top: 80px;
}
.contacts-section {
	display: flex;
	align-items: center;
	background-color: #fff;
	margin-bottom: 25px;
	margin-top: 25px;
	justify-content: space-between;
	padding: 20px 35px;
}
.contacts-section__title {
	font-size: 22px;
	line-height: 1.3;
	margin: 0;
	min-width: 200px;
}
.contacts-section__btn {
	padding: 12px 30px 12px 30px;
	text-transform: none;
	font-size: 14px;
	width: 300px;
	text-align: center;
	margin: 0;
}
.contacts-section__btn:before {
	display: none;
}
.contacts-section__btn:after {
	content: "\f178";
	font-family: "icons";
	font-size: 10pt;
	top: 0px;
	left: 0;
	transition: all 0.2s ease;
	color: #fff;
	font-weight: 100;
	margin-left: 10px;
	position: relative;
}
.contacts-section__btn:hover:after {
	left: 5px;
}
.contacts-section__phone {
	font-size: 20px;
	line-height: 1.3;
}
.contacts-section__link {
	color: #ff8000;
	font-size: 18px;
}
.contacts-section__item {
	flex: 1 1 33.333%;
}


@media screen and (max-width: 1199px) {
	.contacts-section__phone {
		font-size: 18px;
	}
	.contacts-section__title {
		font-size: 20px;
		width: 170px;
	}
	.contacts-section__btn {
		width: 270px;
		white-space: nowrap;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (max-width: 991px) {
	.contacts-section {
		flex-wrap: wrap;
		justify-content: space-between;
		padding-left: 20px;
		padding-right: 20px;
	}
	.contacts-section__item:first-child {
		flex: 0 0 100%;
		margin-bottom: 10px;
	}
	.contacts-section__item:last-child {
		flex: 0 0 250px;
	}
	.contacts-section__title {
		width: 100%;
	}
	.contacts-section__phone {
		font-size: 16px;
	}
	.contacts-section__btn {
		width: 250px;
		font-size: 13px;
	}
	.iProducts_item__container {
		padding-right: 10px;
	}
}
@media screen and (max-width: 767px) {
	.contacts-section__item:last-child {
		flex: 0 0 100%;
		margin-top: 15px;
	}
	.contacts-section__btn {
		width: 100%;
	}
	.contacts-section {
		padding: 15px;
		margin-bottom: 15px;
	}
	.contacts-section__title {
		font-size: 18px;
		line-height: 24px;
	}
	.contacts-section__phone {
		font-size: 15px;
		line-height: 24px;
	}
	.contacts-section__link {
		font-size: 15px;
	}
	h2 {
		font-size: 20px;
		line-height: 24px;
	}
	.iProducts_item__container {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
.social-item {
		margin-right:10px;
		height:20px;
		width:20px;
		display:inline-block;
		margin-bottom:-5px;
	}
.social-item-fb:hover {
	background: url('/bitrix/templates/default/images/icons/icon-facebook-hover.svg') no-repeat center center;
}
.social-item-ig:hover {
	background: url('/bitrix/templates/default/images/icons/icon-instagram-hover.svg') no-repeat center center;
}
.social-item-vk:hover {
	background: url('/bitrix/templates/default/images/icons/icon-vkontakte-hover.svg') no-repeat center center;
}
/* End */
/* /bitrix/templates/.default/globals_style.css?174074076413962 */
/* /bitrix/templates/.default/js/crocobox/style.css?17237954623347 */
/* /bitrix/templates/default/js/mCustomScrollbar/jquery.mCustomScrollbar.css?17237954623298 */
/* /bitrix/templates/.default/components/bitrix/menu/header_mainmenu/style.css?17237954622241 */
/* /bitrix/templates/default/components/bitrix/search.page/iSearch/style.css?17237954622499 */
/* /bitrix/templates/default/components/bitrix/system.pagenavigation/.default/style.min.css?17237954623386 */
/* /bitrix/templates/default/components/bitrix/news.list/newsList_mainpage/style.css?17237954623163 */
/* /bitrix/templates/.default/js/bxslider/style.css?17237954623707 */
/* /bitrix/templates/.default/js/odometr/style.css?17237954623309 */
/* /bitrix/templates/default/components/bitrix/news.list/iBlocks/style.css?174013803511207 */
/* /bitrix/templates/.default/js/owlcarousel/style.css?17237954624614 */
/* /bitrix/templates/default/components/bitrix/news.list/iHistory/style.css?17237954627716 */
/* /bitrix/templates/.default/components/bitrix/menu/footer/style.css?1723795462268 */
/* /bitrix/templates/default/styles.css?1723795462894 */
/* /bitrix/templates/default/template_styles.css?172379546242278 */
