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;
}
#sitemenu .sitemenu_search {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("images/icons/lupa_white.svg");
    vertical-align: middle;
    position: relative;
    top: -2px;
}
@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(images/uf_1.png) 120px 80px no-repeat; }
#underfooter .underfooter__item:nth-child(2) { width: 290px; background: #1f1f1f url(images/uf_2.png) 120px 80px no-repeat; }
#underfooter .underfooter__item:nth-child(3) { width: 290px; background: #ff6800 url(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(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(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;}
