

/* 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/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/menu/left/style.css?17237954623006*/
#leftmenu {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    line-height: 15pt; 
    transition: 0.2s all;
}
#leftmenu.fixed {}
#leftmenu a {
    display: inline-block;
    margin: 15px 0 16px;
    color: #6b6e7c;
    text-decoration: none;
    transition: 0.2s all;
}
#leftmenu a:first-child {
    margin-top: 0;
}
#leftmenu a.selected span {
    color: #000;
    border-bottom: 1px solid #ff6800;
    margin-bottom: 15px;
}
#leftmenu.leftmenu__dark a span {
    color: #9d9d9d;
}
#leftmenu.leftmenu__dark a:hover span {
    color: #fff;
}
#leftmenu.leftmenu__dark a.selected span {
    color: #fff;
}

#leftmenu .leftmenu__title {
    display: block;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.38;
    text-transform: uppercase;
    color: #000;
    padding: 13px 44px 13px 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: relative;
}
#leftmenu .leftmenu__title:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 44px;
    background: url("/bitrix/templates/default/components/bitrix/menu/left/images/chevron-down-dark.svg") no-repeat center center;
    transition: transform 0.3s ease;
}
#leftmenu .leftmenu__title_active:before {
    transform: rotate(-180deg);
}

#leftmenu .leftmenu__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#leftmenu.leftmenu__dark .leftmenu__title {
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#leftmenu.leftmenu__dark .leftmenu__title:before {
    background: url("/bitrix/templates/default/components/bitrix/menu/left/images/chevron-down.svg") no-repeat center center;
}

@media screen and (max-width: 767px) {
    #leftmenu {
        position: relative;
        z-index: 15;
        margin-left: -20px;
        margin-right: -20px;
    }
    #leftmenu .leftmenu__list {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        align-items: stretch;
    }
    #leftmenu .leftmenu__list a {
        margin: 0;
        display: block;
        padding: 13px 20px;
        color: #141414;
        border-bottom: 1px solid rgba(0,0,0,0.05);
    }
    #leftmenu .leftmenu__list a:hover,
    #leftmenu .leftmenu__list a:hover span {
        color: #141414;
    }
    #leftmenu .leftmenu__list a span {
        color: #141414;
    }
    #leftmenu .leftmenu__list a.selected {
        display: none;
    }
}
@media screen and (max-width: 479px) {
    #leftmenu {
        position: relative;
        z-index: 15;
        margin-left: -15px;
        margin-right: -15px;
    }
    #leftmenu .leftmenu__title {
        padding-left: 15px;
    }
    #leftmenu .leftmenu__list a {
        padding: 13px 15px;
    }
}

@media screen and (min-width: 768px) {
    #leftmenu .leftmenu__title {
        display: none !important;
    }
    #leftmenu .leftmenu__list {
        display: flex !important;
    }
}



/* End */


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

/* End */


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

/* End */


/* Start:/bitrix/templates/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/components/bitrix/menu/header_mainmenu/style.css?17237954622241 */
/* /bitrix/templates/default/components/bitrix/search.page/iSearch/style.css?17237954622499 */
/* /bitrix/templates/default/components/bitrix/menu/left/style.css?17237954623006 */
/* /bitrix/templates/.default/components/bitrix/breadcrumb/.default/style.css?1724937151653 */
/* /bitrix/templates/.default/components/bitrix/menu/footer/style.css?1723795462268 */
/* /bitrix/templates/default/styles.css?1723795462894 */
/* /bitrix/templates/default/template_styles.css?172379546242278 */
