@import url(reset.css);

/*fonts*/
@font-face {
	font-family: 'Segoe_UI_Semibold';
	src: url('fonts/Semibold.eot');
	src: local('вє'), url('fonts/Semibold.woff') format('woff'), url('fonts/Semibold.ttf') format('truetype'), url('fonts/Semibold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Segoe-UI-Black';
	src: url('fonts/Black.eot');
	src: local('вє'), url('fonts/Black.woff') format('woff'), url('fonts/Black.ttf') format('truetype'), url('fonts/Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
    font-family:'MyriadPro-Regular';
    src:url(fonts/MyriadPro-Regular_directwrite.eot);
    src:url(fonts/MyriadPro-Regular_directwrite.eot?#iefix) format("embedded-opentype"),url(fonts/MyriadPro-Regular_directwrite.woff) format("woff"),url(fonts/MyriadPro-Regular_directwrite.ttf) format("truetype"),url(fonts/MyriadPro-Regular_directwrite.otf) format("opentype"),url(fonts/MyriadPro-Regular_directwrite.svg#MyriadPro-Regular) format("svg");
	font-weight:400;
	font-style:normal;
	font-stretch:normal;
	unicode-range:U+0020-25CA
}
/*fonts end*/

/*main_style*/
.clear:after, .container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.float_l{ float:left;}
.float_r{ float:right;}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
	max-width: 1920px;
    min-width: 320px;
    font-size: 14px;
	background:#fff;
	color:#000;
	font-family: 'Segoe UI', sans-serif;
	font-weight: 300;
	margin: 0 auto;
}
img{
    max-width: 100%;
}
.container {
    max-width:1194px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.flex-container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}
.flex-container > div {
	flex-shrink: 1;
	width: 25%;
}
.flex-container >	.top_contact_2 {
	  display: flex;
    width: 50%;
    justify-content: center;
}
.flex-container > .top_contact_2 > .column_1 {
	  padding: 0 2em 0 0;
}
.flex-container >	.top_contact_3 {
    width: 20%;
}
.flex-container >	.user {
    width: 5%;
}
p {
	font-size: 16px;
	line-height: 1.45;
}

b {font-weight: bold;}


a{ text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
color:#6e6d6d;
}
.not_number_list, .number_list {
	margin-bottom: 28px;
}
.not_number_list li, .number_list li{
    font-size: 16px;
	line-height: 1.5;
	padding-left: 25px;
	position: relative;
	margin-bottom: 12px;
}
.not_number_list li:before{
	content: '';
	display: block;
	width:8px;
	height:8px;
	background: #bf1116;
	position: absolute;
	top: 7px;
	left: 0;
}
.number_list{counter-reset: list;}
.number_list li:before{
    display: block;
    content: counter(list) ".";
    counter-increment: list;
    position: absolute;
    color: #bf1116;
	font-size: 16px;
	font-weight: 800;
	width: auto;
	background: transparent;
	height: auto;
    left: 0;
    top: 0;
}
*::-webkit-input-placeholder {
	 color: #000;
	 opacity: 1;
}
*:-moz-input-placeholder{
	color: #000;
 	opacity: 1;
}
*::-moz-placeholder {
	 color: #000;
	 opacity: 1;
}
*:-ms-input-placeholder {
	 color: #000;
	 opacity: 1;
}
*:focus::-moz-placeholder { color: transparent !important;}
*[autofocus]::-moz-placeholder:focus { color: graytext !important;}
*:focus:-moz-placeholder { color: transparent !important;}
*[autofocus]:-moz-placeholder:focus { color: graytext !important;}
*:focus::-webkit-input-placeholder { color: transparent !important;}
*[autofocus]::-webkit-input-placeholder { color: graytext !important;}
input[type="text"] {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    margin-bottom: 20px;
    font-size: 14px;
    font-family: 'Segoe UI', sans-serif;
    line-height: 40px;
    color: #999999;
    border: none;
    background: #F6F6F6;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
textarea {
    display: block;
    width: 100%;
    height: 160px;
    padding: 9px 20px;
    margin-bottom: 17px;
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
    color: #999999;
    border: none;
    background: #F6F6F6;
    resize: none;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.wrapp_btn {text-align: center;}
.send {
	border: none;
	background: transparent;
	font-size: 16px;
	text-transform: uppercase;
	color: #ff1c1c;
	font-family: 'Segoe UI', sans-serif;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.send:hover {color: #000;}
input[type="text"]:focus, textarea:focus {
    outline: none;
}
.menu_button {
	display: inline-block;
    height: 34px;
    width: 34px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
	position: relative;
    top: -5px;
}
.menu_button:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    border: 2px solid #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 5px;
}
/* Nav Trigger */
.ico-trigger {
    cursor: pointer;
    display: block;
    height: 17px;
    left: 8px;
    position: absolute;
    top: 13px;
    width: 18px;
}
.ico-trigger:before {
    content: '';
    opacity: 0;
    width: 0;
    height: 0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    background: transparent;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.ico-trigger i {
    top: 7px;
    display: block;
    position: relative;
}
.ico-trigger i:before, .ico-trigger i:after {
    content: '';
    position: absolute;
    left: 0;
}
.ico-trigger i:before {
    top: -6px;
}
.ico-trigger i:after {
    bottom: -6px;
}
.ico-trigger i,
.ico-trigger i:before,
.ico-trigger i:after {
    width: 100%;
    height: 3px;
    background: #000;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ico-trigger.active:before {
	opacity: 1;
	width: 44px;
	height: 44px;
}
.ico-trigger.active i,
.ico-trigger.active i:before,
.ico-trigger.active i:after {
    background: #000;
}
.ico-trigger.active i {
    background: transparent;
}
.ico-trigger.active i:before {
    top: 0;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
.ico-trigger.active i:after {
    bottom: 0;
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
}
/*main_style end*/

/*main_header*/
.top_panel {
	padding: 15px 0 0px;
	border-bottom: 1px dashed #EBEBEB;
	margin-bottom: 21px;
}
.logo {
	display: block;
	/* float: left; */
	/* margin-right: 122px; */
	-webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	max-width: 130px;
	width: 100%;
	padding: 2em 2em 2em 0;
}
.logo.flex-wrap {
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.logo > div {
	text-transform: uppercase;
}
.logo > div > span {
	font-weight: bold;
    color: #000;
    padding: 0.5em 0.5em 0.5em 1em;
    margin: 0.5em 0;
    line-height: 130%;
}
.logo:hover {opacity: 0.7;}
.top_contact {
	float: left;
	margin-right: 31px;
	position: relative;
	top: 30px;
}
.user {
	/* float: right;
	padding-top: 36px; */
	position: relative;
	cursor: pointer;
}
.user:hover .user__menu {
	opacity: 1;
    top: 40px;
}
.user__menu {
    position: absolute;
    width: 149px;
    padding-top: 9px;
    background-color: #fff;
	z-index: 100;
	right: 0;
	top: -9999px;
	opacity: 0;
	transition: opacity 0.3s linear;
}
.user__list {
    border: 1px solid #bf1116;
    padding: 11px 16px;
    padding-right: 5px;
    padding-bottom: 5px;
    position: relative;
    text-align: left;
}
.user__list::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border: 1px solid red;
    top: -4px;
    right: 15px;
    transform: rotate(45deg);
    background: #fff;
    z-index: 0;
    border-right-color: transparent;
    border-bottom-color: transparent;
}
.user__item {
	margin-bottom: 10px;
}
.user__link {
	font-size: 15px;
	transition: all 0.3s linear;
}
.user__link:hover {
	color: #bf1116;
}
.lk_link {
	display: block;
	float: right;
	height: 40px;
	width: 40px;
	border: 1px solid #959595;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    pointer-events: none;
}
.lk_link:before,
.lk_link:after{
	content: '';
	display: block;
	width:15px;
	height:19px;
	background: url(../images/icons.png) no-repeat -18px 0;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -10px 0 0 -7.5px;
	-webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.cb_link:before,
.cb_link:after{
	content: '';
	display: block;
	width:20px;
	height:20px;
	background: url(../images/callback.svg) no-repeat;
	background-size: cover;
	position: absolute;
	left: 28%;
	top: 28%;
	-webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:hover.cb_link:after,
a:hover.cb_link:before {
	background-position-y: 100%;
}
.lk_link:after {
	background-position: -33px 0;
	opacity: 0;
}
.lk_link:hover {border-color: #bf1116;}
.lk_link:hover:after{opacity: 1;}
.tel {
	font-size: 18px;
	font-family: 'Segoe_UI_Semibold';
	margin-bottom: 1px;
}
.mail, .g_tel {
	font-size: 16px;
	font-weight: 400;
	padding-left: 27px;
}
.mail span,
.g_tel span {
	border-bottom: 1px solid #bf1116;
	position: relative;
}
.mail span:before{
	content: '';
	display: block;
	width:18px;
	height:12px;
	background: url(../images/icons.png) no-repeat 0 0;
	position: absolute;
	left: -25px;
	top: 6px;
}
.g_tel span:before{
	content: '';
	display: block;
	width:18px;
	height:20px;
	background: url(../images/icons.png) no-repeat 0 0;
	position: absolute;
	left: -25px;
	top: 3px;
	background-position: -44px -19px;
}
.callback_link, .z_link {
	height: 40px;
	width: 42px;
	line-height: 38px;
	display: block;
	text-transform: uppercase;
	/* padding: 0 20px; */
	border: 1px solid #959595;
	position: relative;
	/* top: 35px; */
	float: right;
}
.callback_link {
	color: #bf1116;
	background: #fff;
	/* font-family: 'Segoe_UI_Semibold'; */
	font-weight: bold;
	/* margin-right: 17px; */
}
.callback_link:hover {
	color: #fff;
	/* background: #bf1116; */
	border: 1px solid #bf1116;
}
.z_link {
	color:#fff;
	background: #bf1116;
	font-weight: bold;
}
.z_link:hover {
	color: #bf1116;
	background: #fff;
}

.z_link_2 {
	height: 40px;
	line-height: 38px;
	display: inline-block;
	text-transform: uppercase;
	padding: 0 12px;
	border: 1px solid #bf1116;
	top: 20px;
	text-align: center;
	color: #fff;
	background:#bf1116;
	font-weight: 400;
}

.z_link_2:hover {
	background: #fff;
	color: #bf1116;
}

.main_nav li{
	float: left;
	margin-right: 62px;
}
.main_nav a {
	color: #000;
	text-transform: uppercase;
}
.main_nav a:hover, .main_nav a.active {
	color: #bf1116;
	text-decoration: underline;
}
.main_nav li:last-child{margin-right: 0;}
.search_butt, .search_btn {
	display: block;
	width: 22px;
	height: 24px;
	position: absolute;
	top: -2px;
	right: 15px;
	cursor: pointer;
	border: none;
	background: transparent;
	-webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.search_butt:before, .search_butt:after,
.search_btn:before, .search_btn:after{
	content: '';
	display: block;
	width: 22px;
	height: 24px;
	position: absolute;
	background: url(../images/icons.png) no-repeat 0 -19px;
	top: 0;
	left: 0;
	-webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.search_butt:after,
.search_btn:after {
	background-position: -22px -19px;
	opacity: 0;
}
.search_butt:hover:after,
.search_btn:hover:after {opacity: 1;}
.search_butt:hover:before,
.search_btn:hover:before {opacity: 0;}
.panel_menu {
	padding-bottom: 21px;
	position: relative;
}
.search_form {
	display: none;
	width: 100%;
	padding: 15px 70px 15px 0;
	background: #bf1116;
	position: absolute;
	top: -23px;
	left: 0;
	z-index: 20;
}
.search_form input[type="text"] {
	display: block;
	vertical-align: middle;
    height: 35px;
    padding: 0 45px 1px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-family: 'Segoe UI', sans-serif;
    line-height: 35px;
    color: #000;
    border: none;
    background: #fff;
	margin-right: 30px;
}
.search_btn {
	top: 5px;
	right: 30px;
}
/*main_header*/

/*main_block*/
.main_block {
	/* background: #EBEBEB; */
	background: #b6b6bb;
	height: 421px;
	margin-bottom: 35px;
}
.main_article {
	padding: 46px 0 0;
	margin:0 135px 0 630px;
	position: relative;
}
.video_bock {
	position: absolute;
	top: 0;
	left: -365px;

}
.video_bock img{
	display: block;

}
.video_link {
	display: block;
	width: 76px;
	height: 76px;
	background: url(../images/video_link.png) no-repeat 0 0;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -38px 0 0 -38px;
}
.video_link:hover{opacity: 0.85;}

.video_block_stati {
	position: absolute;
	top: 0;
	left: -365px;
	padding-bottom: 35px;
}
.video_link_stati {
	display: block;
	width: 76px;
	height: 76px;
	background: url(../images/video_link.png) no-repeat 0 0;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -38px 0 0 -38px;
}
.video_link_stati:hover{opacity: 0.85;}

.article_title { padding-bottom: 14px;
font-size: 26px;
font-family: 'Segoe_UI_Semibold';
line-height: 1.154;
}

.article_title h1 {font-size: 35px;}

.article_text {padding-bottom: 27px;}
.article_text div {font-family: Segoe_UI_Semibold;
font-size: 20px; padding: 15px 0px 0 0px;}
.article_text span {font-size: 16px;}

.main_article p {
	padding-bottom: 10px;
}
.more_read {
	text-transform: uppercase;
	color: #bf1116;
	font-weight: 400;
}
.more_read:hover{text-decoration: underline;}
.main_block.main_block2 {
	min-height: 500px;
	background: #fff;
	padding: 0;
	margin-bottom: 5px;
}
.main_block.main_block2 .main_article {
	width: 100%;
	margin: 0;
	padding: 0 135px 0 615px;
}
.main_block.main_block2 .main_article img {
	position: absolute;
	left: -380px;
	top: 8px;
	width: auto;
	display: block;
}
/*main_block end*/

/*catalog_block*/
.catalog_block {
	background: #fff;
	overflow: hidden;
}
.title {
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 300;
	padding-bottom: 28px;

}
.title h1 {
	font-family: 'Segoe_UI_Semibold';
}
.title span {

}
.title a {
	font-size: 18px;
	color: #555555;
	font-weight: 400;
	letter-spacing: normal;
	text-transform:none;
}
.title a strong {text-decoration: underline;}
.title a:hover strong {text-decoration: none;}
.catalog_list {margin: 0 -25px; padding: 38px 0 0 0;}
.catalog_list li {
	width: 33.333%;
	float: left;
	padding: 0 25px;
	margin-bottom: 43px;
}
.catalog_list li > div {min-height: 331px;}
.product_wrapp {
	border: 1px dashed #959595;
	padding: 0 20px 0;
	text-align: center;
}
.product_img {
	height: 190px;
	line-height: 190px;
	text-align: center;
}
.product_img img {
	height: 190px;
	display: inline-block;
	vertical-align: middle;
}
.poduct_name {
	text-transform: capitalize;
	font-size: 17px;
	font-family: 'Segoe-UI-Black';
	margin-bottom: 3px;
}
.poduct_descr {
	font-size: 16px;
	line-height: 1.6;
	min-height: 73px;
}
.poduct_descr span{
	color:#bf1116;
	font-weight: bold;
}

.product_link {
	color: #bf1116;
	font-weight: 400;
	text-decoration: underline;
}
.product_link:hover {text-decoration: none;}
.catalog_list li > div p {
	padding-bottom: 25px;
	padding-right: 15px;
}
.catalog_link a span {
	display: block;
	font-style: italic;
	color: #bf1116;
}
.catalog_link a {
	display: inline-block;
	color: #000;
	font-size: 16px;
	position: relative;
	margin-bottom: 12px;
	padding-left: 30px;
}
.catalog_link a:before{
	content: '';
	display: block;
	width:18px;
	height:18px;
	background: url(../images/icons.png) no-repeat -48px -1px;
	position: absolute;
	top: 4px;
	left: 0;
}
.catalog_link a:hover {color: #bf1116;}
.catalog_link a:hover div {
	border-bottom-color: #bf1116;
}
.catalog_link a div {
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/*catalog_block end*/

/*portfolio_block*/
.portfolio_block {
	overflow: hidden;
}
.banner {
	width: 934px;
	height: 503px;
	padding: 65px 0 0 378px;
	color: #fff;
	background: url(../images/banner_img.jpg) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: -363px;
}
.portfolio {
	padding: 0 40px 0 582px;
}
.banner_title {
	text-transform: uppercase;
	font-size: 48px;
	font-family: 'Segoe-UI-Black';
	line-height: 1.13;
	padding-bottom: 22px;
}
.banner_descr {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
}
.portfolio_img {
	max-width: 242px;
	margin: 0 24px 19px 0;
	position: relative;
}
.project_name {
	max-width: 242px;
	width: 100%;
	height: 66px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	display: table;
	color: #fff;
	padding: 0 30px;
	background: rgba(0, 0, 0, 0.75);
}
.project_name span {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.333;
	font-weight: 400;
}
.portfolio_img img{
	width: 242px;
	height: 242px;
}
/*portfolio_block end*/

/*article_block*/
.article_block {
	overflow: hidden;
	background: #fff;
}
.article_wrapp {
	margin: 0 -24px;
	padding: 43px 0 0;
}
.news, .articles {
	width: 50%;
	float: left;
	padding: 0 24px;
}
.news ul, .articles ul {padding: 20px 0 0;}
.news_list li {padding-bottom: 72px;}
.news_article {
	padding-left: 146px;
	position: relative;
}
.article_img {
	position: absolute;
	left: 0;
	top: -3px;
}
.article_img img{
	display: block;
}

.title_article {
	font-size: 20px;
	font-weight: 700;
	padding-right: 50px;
	line-height: 1.4;
	padding-bottom: 12px;
}
.title_article span {
	font-size: 18px;
	font-weight: 400;
	color: #555555;
}
.text_article {padding-bottom: 9px;}
.article_link {
	font-weight: 400;
	color: #bf1116;
	text-decoration: underline;
}
.article_link:hover {text-decoration: none;}
.articles_list li{padding-bottom: 25px;}
/*article_block end*/

/*certificat_block*/
.certificat_block {
	overflow: hidden;
	padding: 36px 0 75px;
}
.certificat_list {
	margin: 0 -14px;
	padding: 19px 0 0;
}
.certificat_list li {
	width: 25%;
	float: left;
	padding: 0 14px;
	text-align: center;
}
.certificat_img {
	display: block;
	width: 100%;
	height: 100%;
	margin-bottom: 34px;
}
.certificat_img:hover {opacity: 0.85;}
.certificat_name {
	font-size: 18px;
	font-family: 'Segoe-UI-Black';
	padding-bottom: 5px;
}
.certificat_descr {
	font-size: 15px;
	line-height: 1.6;
}
/*certificat_block end*/

/*contact_block*/
.contact_block {
	padding-bottom: 73px;
}
.contact_block2 {
	border: none;
}
.contact_block .title {
	padding-bottom: 69px;
}
.contact_wrapp {
	position: relative;
}
.contact_inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	z-index: 20;
	top: 0;
}
.contact_content {
width: 380px;
height: 560px;
float: left;
background: #fff;
position: relative;
padding: 0px 20px 20px 0px;
z-index: 20;
border: 1px solid #ededed;
}
.contact_main {padding-left: 20px;}

.contact_content2 {height: 560px; border:none;}
.contact_img {
	width: 108px;
	float: left;
}
.contact_title {
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 15px;
}
.adress_wrapp {padding-bottom: 30px;}
.adress {padding-bottom: 13px;}
.adress, .contact_info div {
	font-size: 16px;
	line-height: 1.625;
}
.contact_info span {
	font-weight: 700;
}
.contact_info strong {color: #ff0000;}
.fb_btn {
	width: 108px;
	height: 195px;
	background: #EDEDED;
	text-align: center;
	color: #333333;
	padding-top: 107px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.fb_btn.active, .fb_btn:hover {
	color: #fff;
	background: #FF1C1C;
}
.fb_btn:before, .fb_btn:after {
	content: '';
	display: block;
	width:44px;
	height:40px;
	background: url(../images/icons.png) no-repeat 0 -72px;
	position: absolute;
	top: 56px;
	left: 50%;
	margin-left: -22px;
	-webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.fb_btn:after {
	background-position: -44px -72px;
	opacity: 0;
}
.fb_btn:hover:after,
.fb_btn.active:after {opacity: 1;}
.fb_btn:hover:before,
.fb_btn.active:before {opacity: 0;}
.contact_form {
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 35px 40px;
}
.form_title {
	font-size: 16px;
	font-family: 'Segoe_UI_Semibold';
	padding-bottom: 43px;
}
.contact_content .contact_form  {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}
.contact_form *::-webkit-input-placeholder {
	 color: #999999;
}
.contact_form *:-moz-input-placeholder{
	color: #999999;
}
.contact_form *::-moz-placeholder {
	 color: #999999;
}
.contact_form *:-ms-input-placeholder {
	 color: #999999;
}
.form_close, .close {
	width: 12px;
	height: 12px;
	background: url(../images/icons.png) no-repeat -66px 0;
	cursor: pointer;
	position: absolute;
	top: 40px;
	right: 40px;
}
.form_close:hover {
	background-position: -78px 0;
}
.close {
	left: 100%;
	top: 50%;
	margin-top: -6px;
}
/*contact_block end*/

/*main_footer*/
.main_footer {
	padding: 25px 0 40px;
	overflow: hidden;
	border-top: 1px dashed #EBEBEB;
}
.footer_info {
	float: left;
	padding: 8px 0 0;
}
.logo_f {
	display: block;
	width: 243px;
	height: 72px;
	background: url(../images/logo_f.jpg) no-repeat 0 0;
	margin-bottom: 34px;
}
.logo_f:hover, .crown_logo:hover {
	opacity: 0.85;
}
.copyright {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 34px;
}
.crown_logo {
	display: block;
	width: 60px;
	height: 74px;
	background: url(../images/crown_logo.png) no-repeat 0 0;
}
.footer_nav {
	float: left;
}
.footer_nav ul {
	float: left;
	margin: 0 10px 0 95px;
}
.footer_nav li {margin-bottom: 7px;}
.footer_nav a {
	font-size: 16px;
	color: #010000;
}
.footer_nav a.big_s {
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.footer_nav a:hover {
	color: #bf1116;
	text-decoration: underline;
}
.footer_contact {
	float: right;
}
.f_tel {margin-bottom: 17px;}
.f_tel span, .f_adress span {
	display: inline-block;
	padding-left: 26px;
	position: relative;
}
.f_tel span:before{
	content: '';
	display: block;
	width:17px;
	height:17px;
	background: url(../images/icons.png) no-repeat -44px -19px;
	position: absolute;
	left: 3px;
	top: 7px;
}
.f_tel_padding_text {
	padding-left: 1.55em;
}
.f_adress {margin-bottom: 40px;}
.f_adress span {
	line-height: 1.5;
	font-size: 16px;
}
.f_adress span:before{
	content: '';
	display: block;
	width:14px;
	height:19px;
	background: url(../images/icons.png) no-repeat -61px -19px;
	position: absolute;
	left: 3px;
	top: 7px;
}
.footer_contact .mail {
	font-size: 16px;
	margin-bottom: 21px;
}
.soc_set li {
	float: left;
	margin-right: 28px;
}
.soc_set li:last:child {
	margin-right: 0;
}
.soc_set a {
	display: block;
	width: 46px;
	height: 46px;
	background: url(../images/soc_ico.png) no-repeat;
}
.soc_set a.vk {background-position: 0 0;}
.soc_set a.fb {background-position: -46px 0;}
.soc_set a.gg {background-position: -92px 0;}
.soc_set a:hover {opacity: 0.85;}
/*main_footer end*/

/*bread_crumbs*/
.bread_crumbs {
	border-top: 1px dashed #EBEBEB;
	padding: 10px 0;
	margin-bottom: 15px;
}
.bread_crumbs li {
	float: left;
	margin-right: 5px;
}
.bread_crumbs li, .bread_crumbs a {
	font-size: 16px;
	color: #000;
}
.bread_crumbs a:hover, .bread_crumbs a.active {
	color: #bf1116;
	text-decoration: underline;
}
/*bread_crumbs end*/

/*gray_block*/
.gray_block {
}
.gray_wrapp {
	padding: 4px 22px 4px;
	background: #EBEBEB;
}
.gray_wrapp .title {
	padding-bottom: 4px;
	text-align: left!important;
}
.filter_text p, .text_info p {padding-bottom: 15px;}
.filter_text, .text_info {padding-bottom: 10px;}
.filter_select {
	max-width: 292px;
	width: 100%;
	margin-bottom: 22px;
}
/*gray_block end*/

/*filter_map*/
.filter_map {padding: 34px 0 56px;}
.filter_map img {margin: 0 auto;}
/*filter_map end*/

/*form_block*/
.form_block {
	padding-bottom: 105px;
	border-bottom: 1px dashed #EBEBEB;
}
.main_form {
	width: 580px;
	padding: 40px 0 0 290px;
}
.form_list > li {
	margin-bottom: 35px;
	position: relative;
}
.main_form input[type="text"],
.main_form  textarea{
    margin-bottom: 0;
    color: #000;
	font-weight: 400;
	padding: 0 12px;
    border: 1px solid #000;
    background: #fff;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.main_form  textarea {padding: 9px 12px;}
.form_list li > div {
	font-size: 18px;
	font-family: 'Segoe-UI-Black';
	position: absolute;
	right: 100%;
	margin-right: 45px;
	top: 6px;
	white-space: nowrap;
}
.form_list li > div.select {
	width: 100%;
	margin: 0;
	position: relative;
	top: 0;
	right: auto;
}
.form_list li > div.select .jq-selectbox__select {padding: 0 12px;}
.form_list li > div > span {color: #bf1116;}
.send_btn {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Segoe_UI_Semibold';
	cursor: pointer;
	background: #bf1116;
	padding: 8px 13px;
	border: none;
	-webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.send_btn:hover {
	background: #e32506;
}
.file {
	display: block;
	padding-left: 50px;
	position: relative;
}
#file {
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	opacity: 0;
}
.file_but {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/icons.png) no-repeat 0 -112px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	border: none;
	cursor: pointer;
}
.file_but:hover {opacity: 0.85;}
.change_file {
	font-size: 14px;
	color: #000000;
	font-family: 'Segoe UI', sans-serif;
	font-weight: 400;
}
.change_file b {display: none;}
.file.active .change_file b {
	display: block;
}
.file.active .change_file strong {
	display: none;
}
.form_list li > div.faile_text {top: -5px;}
/*form_block end*/

/*distributor_block*/
.distributor_block {
	padding: 45px 0 0;
}
.distributor_list {padding-bottom: 17px;}
.distributor_list li{
	padding-left: 290px;
	position: relative;
	margin-bottom: 110px;
}
.distributor_img {
	width: 243px;
	position: absolute;
	left: 0;
	top: 7px;
}
.distributor_img img {margin: 0 auto;}
.distributor_name {
	font-size: 17px;
	font-family: 'Segoe-UI-Black';
	padding-bottom: 20px;
}
.distributor_name span {
	font-family: 'Segoe UI', sans-serif;
	font-weight: 300;
}
.distributor_info {padding-bottom: 28px;}
.distributor_info div {
	font-size: 16px;
	font-family:'MyriadPro-Regular';
	color: #333333;
	padding-bottom: 5px;
}
.distributor_info div span {
	font-weight: bold;
	color: #000;
}
.distributor_content a {
	font-size: 16px;
	font-family:'MyriadPro-Regular';
	color: #ff0000;
	text-decoration: underline;
}
.distributor_content a:hover {
	text-decoration: none;
}
.more_link {
	display: block;
	width: 182px;
	height: 40px;
	line-height: 38px;
	text-transform: uppercase;
	font-weight: 400;
	color: #bf1116;
	border: 1px solid #bf1116;
	padding-left: 45px;
	position: relative;
	margin: 0 auto;
	-webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.more_link:hover {
	color: #fff;
	background: #bf1116;
}
.more_link:before, .more_link:after {
	content: '';
	display: block;
	width:19px;
	height:17px;
	background: url(../images/icons.png) no-repeat -90px 0;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -8.5px;
	-webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.more_link:after {
	background-position: -109px 0;
	opacity: 0;
}
.more_link:hover:before {opacity: 0;}
.more_link:hover:after {opacity: 1;}
/*distributor_block end*/

/*navigation_block*/
.navigation_block {
	padding: 38px 0 44px;
	text-align: center;
}
.navigation {
	display: inline-block;
}
.navigation li {
	float: left;
	margin: 0 5px;
}
.navigation a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #000;
	font-size: 18px;
	font-family: 'Segoe-UI-Black';
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}
.navigation a:hover,
.navigation a.active {
	color: #fff;
	background: #bf1116;
}
.navigation a.prev_s,
.navigation a.next_s {
	border: 1px solid #bf1116;
	position: relative;
}
.navigation a.prev_s {margin-right: 5px;}
.navigation a.next_s {margin-left: 5px;}
.navigation a.prev_s:before,
.navigation a.next_s:before,
.navigation a.prev_s:after,
.navigation a.next_s:after{
	content: '';
	display: block;
	width:9px;
	height:18px;
	background: url(../images/icons.png) no-repeat;
	position: absolute;
	left: 50%;
	top:50%;
	margin: -9px 0 0 -6px;
	-webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.navigation a.next_s:before,
.navigation a.next_s:after {
	margin-left: -4px;
}
.navigation a.prev_s:before {
	background-position: -75px -19px;
}
.navigation a.next_s:before {
	background-position: -84px -19px;
}
.navigation a.prev_s:after {
	background-position: -93px -19px;
}
.navigation a.next_s:after {
	background-position: -102px -19px;
}
.navigation a.prev_s:after,
.navigation a.next_s:after {opacity: 0;}
.navigation a.prev_s:hover:after,
.navigation a.next_s:hover:after {
	opacity: 1;
}
.navigation a.prev_s:hover:before,
.navigation a.next_s:hover:before {
	opacity: 0;
}
/*navigation_block end*/

/*news_block*/
.news_block {
	padding: 44px 0 55px;
}
.news_block  .news_list li {
	min-height: 200px;
	margin-bottom: 17px;
}
/*news_block end*/

/*objects_block*/
.objects_block {
	padding: 34px 0 12px;
	overflow: hidden;

}
.objects_list {
	margin: 0 -24px;
}
.objects_list li {
	width: 33.333333%;
	float: left;
	padding: 0 24px;
	margin-bottom: 35px;
}
.object {
	border: 1px dashed #959595;
	height: 400px;
}
.object img{
	display: block;
}
.object_info {
	padding: 17px 20px 21px;
}
.object_descr {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.333;
	padding-bottom: 14px;
}
.object_link {
	font-size: 16px;
	color: #ff0000;
	text-decoration: underline;
}
.object_link:hover {text-decoration: none;}
/*objects_block end*/

/*main_wrapp*/
.sidebar {
	width: 245px;
	float: left;
	margin-right: -270px;
	position: relative;

}
.sidebar .title div {font-weight: 300;}
.sub_menu {margin-bottom: 18px;}
.sub_menu > li {
	margin-bottom: 7px;
}
.sub_menu > li > a {
	text-transform: uppercase;
	font-size: 16px;
	color: #000;
}
.sub_menu > li > a:hover,
.sub_menu > li > a.active {
	color: #bf1116;
	text-decoration: underline;
}
.open_menu li {
}
.open_menu a {
	display: inline-block;
	font-size: 16px;
	color: #000;
	line-height: 1.875;
	padding-left: 20px;
	position: relative;
}
.open_menu a:hover, .open_menu a.active {
	color: #bf1116;
}
.open_menu a:before{
	content: '';
	display: block;
	width:8px;
	height:8px;
	background: #bf1116;
	position: absolute;
	top: 11px;
	left: 0;
}
.catalog_list2 {
	margin: 0 -16px;
	padding: 38px 0;
}
.catalog_list2 li {
	padding: 0 16px;
}
.catalog_list2 .product_wrapp {
	padding: 0 10px;
}
.catalog_list2 li.poduct4,
.catalog_list2 li.poduct5 {
	width: 50%;
}
.main {
	width: 100%;
	padding-left: 270px;
	float: right;
}
/*main_wrapp end*/

/*information_text*/
.information_text {margin-bottom: 20px;}
.small_title {
	font-size: 20px;
	font-weight:bold;
	padding-bottom: 11px;
}
h2{
	font-size: 25px;
	font-weight:bold;
	padding-bottom: 11px;
}
.information_text p {
	line-height: 1.5;
	padding-bottom: 24px;
}
ol {margin-bottom: 12px;}
ol li {
	font-size: 16px;
	line-height: 1.5;
	padding-left: 25px;
	position: relative;
	margin-bottom: 12px;
}
ol li:before{
	content: '';
	display: block;
	width:8px;
	height:8px;
	background: #bf1116;
	position: absolute;
	top: 7px;
	left: 0;
}

ol.dots-ol li:before,
ul.dots-ol li:before{
	content: '';
	display: block;
	width:8px;
	height:8px;
	background: #bf1116;
	position: absolute;
	top: 7px;
	left: 0;
}
ol.dots-ol li,
ul.dots-ol li{
    font-size: 16px;
    line-height: 2.5;
    padding-left: 25px;
    position: relative;
    margin-bottom: 12px;
}

/*information_text end*/

/*company_block*/
.company_block {
	padding: 27px 0 20px;
	overflow: hidden;
}
.company_info {
	margin: 0 -25px;
}
.company_info li {
	width: 33.33333%;
	padding: 0 25px;
	float: left;
}
.company_info div {
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 1.5px;
	color: #bf1116;
	font-family: 'Segoe-UI-Black';
	line-height: 1.2;
	margin-bottom: 14px;
}
.company_info div span {
	display: block;
	font-family: 'Segoe UI', sans-serif;
	font-weight: 300;
}
.company_info p {
	font-size: 18px;
	line-height: 1.333;
}
.certificat_block .owl-theme .owl-controls .owl-buttons {
	top: -59px;
	right: 0;
}
.certificat_block  .owl-pagination {
	display: none;
	width: 100%;
	height: 100%;
	left: 0;
	top: 100%;
	position: absolute;
}
/*company_block end*/

/*advantages_block*/
.advantages_block {
	padding: 40px 0 0;
	background: #EBEBEB;
	overflow: hidden;
}
.advantages_list {margin: 0 -15px;}
.advantages_list li {
	width: 33.33333%;
	min-height: 200px;
	float: left;
	padding: 104px 15px 0;
	position: relative;
	line-height: 1.333;
	font-weight: 400;
	text-align: center;
	font-size: 18px;
	margin-bottom: 30px;
}
.advantages_list li:before{
	content: '';
	display: block;
	width:70px;
	height:70px;
	left: 50%;
	background: url(../images/big_icons.png) no-repeat;
	margin-left: -35px;
	position: absolute;
}
.advantages_list li.ico1:before{
	width: 67px;
	height: 71px;
	margin-left: -33.5px;
	background-position: 0 0;
	top: 13px;
}
.advantages_list li.ico2:before{
	background-position: -67px 0;
	top: 15px;
}
.advantages_list li.ico3:before{
	background-position: -137px 0;
	top: 13px;
}
.advantages_list li.ico4:before{
	width: 69px;
	height: 69px;
	margin-left: -34.5px;
	background-position: -207px 0;
	top: 7px;
}
.advantages_list li.ico5:before{
	width: 75px;
	height: 69px;
	margin-left: -37.5px;
	background-position: -276px 0;
	top: 7px;
}
.advantages_list li.ico6:before{
	width: 79px;
	height: 79px;
	margin-left: -39.5px;
	background-position: right top;
	top: -4px;
}
/*advantages_block end*/

/*block_product*/
.block_product {
}
.wrapp_product {
	padding: 65px 0 40px;
}
.img_product {
	float: left;
	max-width: 300px;
	width: 100%;
}
.img_product img {margin: 0 auto; display: block;}
.information_product {
	float: left;
	padding: 20px 0 14px;
}
.prod_descr {
	width: 240px;
	margin-left: 50px;
	float: left;
	line-height: 1.3;
	font-size: 15px;
}
.pr_descr {padding-bottom: 29px;}
.pr_descr div {
	font-weight: 800;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	padding-bottom: 2px;
}
.pr_descr span {
	display: block;
	line-height: 1.6;
}
.prod_descr a {
	display: inline-block;
	font-size: 16px;
	color: #000;
	padding-left: 26px;
	position: relative;
}
.prod_descr a:before{
	content: '';
	display: block;
	width:18px;
	height:19px;
	background: url(../images/icons.png) no-repeat -78px -42px;
	position: absolute;
	top: 2px;
	left: 0;
}
.prod_descr a:hover span {
	text-decoration: none;
}
.prod_descr a span {
	text-decoration: underline;
}
.prod_text {
	width: 100%;
	overflow: hidden;
	padding-top: 30px;
}
.prod_text div {
	font-size: 16px;
	line-height: 1.6;
	padding-bottom: 10px;
}
.prod_text div span {
	color: #bf1116;
}
/*block_product end*/

/*table_block*/
.table_block {
	/* padding-bottom: 30px; */
	/* border-bottom: 2px solid #EBEBEB; */
	margin-bottom: 30px;
}
.table_name {
	font-size: 18px;
	letter-spacing: 0.7px;
	font-weight: 800;
	padding-bottom: 27px;
}
.prod {
	width: 100%;
}
.prod thead {
	border-top: 2px solid #EBEBEB;
	border-bottom: 2px solid #EBEBEB;
	font-size: 12px;
	text-transform: uppercase;
}
.prod thead th {
	height: 58px;
	vertical-align: middle;
	text-align: left;
}
.prod th:nth-child(1) , .prod td:nth-child(1) {
	width: 10.8%;
	padding-left: 7px;
}
.prod th:nth-child(2) , .prod td:nth-child(2) {
	width: 16.4%;
}
.prod th:nth-child(3) , .prod td:nth-child(3) {
	width: 10.8%;
}
.prod th:nth-child(4) , .prod td:nth-child(4) {
	width: 10.8%;
}
.prod th:nth-child(5) , .prod td:nth-child(5) {
	width: 10.8%;
}
.prod th:nth-child(6) , .prod td:nth-child(6) {
	width: 10.8%;
}
.prod th:nth-child(7) , .prod td:nth-child(7) {
	width: 10.8%;
}
.prod th:nth-child(8) , .prod td:nth-child(8) {
	width: 10.8%;
}
.prod th:nth-child(9) , .prod td:nth-child(9) {
	width: 8%;
	padding-right: 7px;
}
.prod tbody {
	font-size: 16px;
}
.prod tbody td {
	height: 42px;
	vertical-align: middle;
	cursor: pointer;
}
.prod tbody tr:hover {
	background: #EBEBEB;
}
.prod tbody  div {
	font-weight: 800;
}
.prod tbody span {
	display: inline-block;
	position: relative;
	padding-right: 11px;
}
.prod tbody span:before{
	content: '';
	display: block;
	width:8px;
	height:11px;
	background: url(../images/icons.png) no-repeat -111px -19px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5.5px;
}
/*table_block end*/

/*related_product*/
.related_product {margin-bottom: 35px;}
.related_product .catalog_list {
	margin: 0 -12px;
}
.related_product .catalog_list li {
	padding: 0 12px;
	margin-bottom: 26px;
}
/*related_product*/

/*text_block*/
.text_block {margin-bottom: 18px;}
.text_block p {
	padding-bottom: 12px;
}
.text_block.text_block2 {
	padding: 16px 25px 10px;
	border: 1px dashed #959595;
	margin-bottom: 26px;
}
/*text_block end*/

/*comment_block*/
.comment_block {margin-bottom: 28px;}
.comment_block {
	padding: 14px 25px 19px;
	background: #EBEBEB;
}
.comment_block p {
	padding-bottom: 9px;
	font-style: italic;
}
.avtor_comment {
	font-size: 16px;
	font-weight: 800;
}
/*comment_block end*/

/*post_block*/
.post_block {padding-bottom: 20px;}
.post {
	padding-left: 250px;
	position: relative;
}
.post_img {

	position: absolute;
	left: 0;
	top: 6px;
}
span.coment {
	padding: 4px 0 0;
	display: block;
	font-size: 15px;
	font-style: italic;
}
span.coment_red {
	padding: 4px 0 0;
	display: block;
	font-size: 14px;
	font-style: italic;
	color:  #bf1116;
}
.post p {padding-bottom: 16px;}
/*post_block end*/

/*slider_block*/
.slider_block {
	max-width: 874px;
	width: 100%;
	margin-bottom: 40px;
}
.slider_top {margin-bottom: 5px;}
.thumbs_ico {
	padding: 0 8px;
	position: relative;
}
.slider_block .owl-theme .owl-controls .owl-buttons {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
}
.slider_block .owl-theme .owl-controls .owl-buttons div {
	width: 47px;
	height: 100%;
	background: rgba(191, 17, 22, 0.45);
}
.slider_block .owl-theme .owl-controls .owl-buttons div:before{
	content: '';
	display: block;
	width:15px;
	height:29px;
	background: url(../images/icons.png) no-repeat -96px -42px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -14.5px;
	opacity: 1;
}
.slider_block .owl-theme .owl-controls .owl-buttons div.owl-prev:before {
	margin-left: -7.5px;
}
.slider_block .owl-theme .owl-controls .owl-buttons div.owl-next:before {
	margin-right: -7.5px;
	left: auto;
	right: 50%;
	background-position: -111px -42px;
}
.slider_block .owl-theme .owl-controls .owl-buttons div:after {display: none;}
.slider_block .owl-theme .owl-controls .owl-buttons div:hover {
	background: #bf1116;
}
.slider_block .owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: 0;
}
.slider_block .owl-theme .owl-controls .owl-buttons div.owl-next {
	right: 0;
}
.thumb_wrap {
	cursor: pointer;
	position: relative;
}
.thumb_wrap img{
	opacity: 0.45;
}
.thumbs_ico  .owl-item.active .thumb_wrap img {
	opacity: 1;
}
/*slider_block end*/


/*small_banner*/
.small_banner {
	max-width: 254px;
	width: 100%;
	padding-top: 34px;
}
.small_banner .banner_name {
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 1px;
	font-size: 16px;
	padding-bottom: 18px;
}
.small_banner .banner_name span {
	font-weight: 300;
}
.small_banner .banner_descr {
	background: #EBEBEB;
	padding: 16px 12px 18px;
}
/*small_banner end*/

/*modals*/
.modals {display: none;}
.box-modal .form_title {
	padding-bottom: 20px;
}
.box-modal .contact_form {
	padding: 0;
	max-width: 100%;
}

/*table_block*/
/* .table_block {
	padding-bottom: 30px;
	border-bottom: 2px solid #EBEBEB;
	margin-bottom: 30px;
} */
.table_name {
	font-size: 18px;
	letter-spacing: 0.7px;
	font-weight: 800;
	padding-bottom: 27px;
}
.table_subtitle {
	color:  #bf1116;
	font-size: 16px;
	padding-bottom: 12px;
	font-style: italic;
}
.main_table,
.table_wrapp > table {
	width: 100%;
}
.main_table thead,
.table_wrapp table>thead
{
	border-top: 2px solid #EBEBEB;
	border-bottom: 2px solid #EBEBEB;
	background-color: #ebebeb;
	font-weight: bold;
	font-size: 16px;
}
.main_table tbody>tr,
.table_wrapp table>tbody>tr {
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	font-size: 12px;
	text-transform: uppercase;
}
.main_table tbody>tr>td,
.table_wrapp table>tbody>tr>td {
	padding: 1.2em 0.2em;
}
.main_table thead th {
	height: 58px;
	vertical-align: middle;
	text-align: left;
}
.main_table th:nth-child(1) , .main_table td:nth-child(1) {
	width: 10%;
	padding-left: 7px;
}
.main_table th:nth-child(2) , .main_table td:nth-child(2) {
	width: 20.4%;
}
.main_table th:nth-child(3) , .main_table td:nth-child(3) {
	width: 10%;
}
.main_table th:nth-child(4) , .main_table td:nth-child(4) {
	width: 10%;
}
.main_table th:nth-child(5) , .main_table td:nth-child(5) {
	width: 10%;
}
.main_table th:nth-child(6) , .main_table td:nth-child(6) {
	width: 10%;
}
.main_table th:nth-child(7) , .main_table td:nth-child(7) {
	width: 10.8%;
}
.main_table th:nth-child(8) , .main_table td:nth-child(8) {
	width: 10.8%;
}
.main_table th:nth-child(9) , .main_table td:nth-child(9) {
	width: 8%;
	padding-right: 7px;
}
.main_table tbody {
	font-size: 16px;
}
.main_table tbody td {
	height: 42px;
	vertical-align: middle;
	cursor: pointer;
}
.main_table tbody tr:hover,
.table_wrapp table>tbody>tr:hover {
	background: #EBEBEB;
}
/*
.main_table tbody  div {
	font-weight: 600;
}
*/
table.main_table tbody td:first-child {
	font-weight: 600;
}
.main_table tbody span {
	display: inline-block;
	position: relative;
	padding-right: 11px;
}
/*.main_table tbody span:before{
	content: '';
	display: block;
	width:8px;
	height:11px;
	background: url(../images/icons.png) no-repeat -111px -19px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5.5px;
}
*/
.after_table_text{padding-bottom: 60px;}
/*table_block end*/

/*distributor_table*/

.distributor_table {
	width: 100%;
}
.distributor_table thead {
	border-top: 2px solid #EBEBEB;
	border-bottom: 2px solid #EBEBEB;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Segoe_UI_Semibold';
}
.distributor_table thead th {
	height: 58px;
	vertical-align: middle;
	text-align: left;
	padding-left: 30px;
}
.distributor_table th:nth-child(1) , .distributor_table td:nth-child(1) {
	width: 3%;
	padding-left: 7px;
}
.distributor_table th:nth-child(2) , .distributor_table td:nth-child(2) {
	width: 10.4%;
}
.distributor_table th:nth-child(3) , .distributor_table td:nth-child(3) {
	width: 10%;
}
.distributor_table th:nth-child(4) , .distributor_table td:nth-child(4) {
	width: 10%;
}
.distributor_table th:nth-child(5) , .distributor_table td:nth-child(5) {
	width: 10%;

}

.distributor_table th:nth-child(6) , .distributor_table td:nth-child(6) {
	width: 10%;
}
.distributor_table th:nth-child(7) , .distributor_table td:nth-child(7) {
	width: 10.8%;
}
.distributor_table th:nth-child(8) , .distributor_table td:nth-child(8) {
	width: 10.8%;
}
.distributor_table th:nth-child(9) , .distributor_table td:nth-child(9) {
	width: 8%;
	padding-right: 7px;
}
.distributor_table tbody {
	font-size: 14px;
}
.distributor_table tbody td {
	height: 70px;
	vertical-align: middle;
	padding-left: 30px;

}
.distributor_table tbody tr{border-bottom: 1px solid #EBEBEB;}

.distributor_table tbody tr:hover {
	background-color:#EBEBEB;


}
.distributor_table tbody  div {
	font-weight: 600;
	text-transform: uppercase;
}

.distributor_table tbody span {
	display: inline-block;
	position: relative;
	padding-right: 5px;
font-weight: 600;}

/*distributor_table end*/
.img_stati {text-align:center;}
.img_stati img {display: inline;}



/*contact_card*/
.manager_list {margin: 0 -25px; padding: 2px 0 0 0;}
.manager_card_title {font-size: 20px; font-weight: 600; padding-top: 20px;}
.manager_card_post  {font-size: 15px; min-height: 1rem; overflow: hidden; margin: 0 7px;}
.manager_card_contact {padding-top:30px; font-size: 15px; padding-bottom: 45px;}
.manager_card_phone {padding-top:15px;}
.manager_card_contact span {font-weight: 600; padding-right: 5px;}

.manager_list li {
	width: 33.333%;
	float: left;
	padding: 0 25px;
	margin-bottom: 43px;
}
.manager_list li > div { background-color: #f2f2f2; max-width: 300px; height: 510px;}
.manager_wrapp {text-align: center;}
.manager_img {line-height: 190px; text-align: center; border-bottom: 3px solid red; max-width: 300px;}
.manager_img img {display: inline-block; vertical-align: middle;}


/*contact_card end*/

/*tehpod_list*/
.tech-nav {padding-top:40px;}
.tech-nav ul{list-style:none;}
.tech-nav ul li{margin:0 0 10px 0;}
.tech-nav ul li a{font-size: 18px;
	text-decoration: none;
	background: url("../images/left-nav-arrow-close.gif") no-repeat 0 -100px;
	background-position: 100% 50%;
	padding:0px 15px 5px 0;
	font-family: 'Segoe UI', sans-serif;
	font-weight: bold;}


.tech-nav ol li	{font-size: 16px;
	line-height: 2.5;
	padding-left: 25px;
	position: relative;
	margin-bottom: 12px;}

.tech-nav ul li a:hover{border-bottom:0; color:#bf1116;}
.tech-nav ul li.active-top a{font-weight:bold;padding:0px 15px 4px 0;border-bottom:0;background: url("../images/left-nav-arrow.gif") no-repeat 0 -100px;background-position: 100% 50%;}
.tech-nav ul li.active-top ol{display:block;}
.tech-nav ul li ol{display:none;margin:5px 0 0 0;padding:8px 3px 0 6px;list-style:none;}

.tech-nav ul li ol li{
	margin:0}

.tech-nav ul li ol li a{
	font-size:16px;
	font-weight:normal !important;
	text-decoration:underline;
	background:none !important;}

.tech-nav ol li::before {top: 19px;}

.tech-nav ul li ol li a:hover{text-decoration:none;color:#bf1116;}

.tech-nav ul li ol li.active-top1 ul{
	display:block;}

.tech-nav ul li ol li ul li::before{left: -15px;}

.tech-nav ul li ol li ul{
	display:none;
	margin:5px 0 0 0;
	padding:8px 3px 0 6px;
	list-style:none;}


.tech-nav ul li ol li ul li a{
	font-size:16px;
	font-weight:normal !important;
	text-decoration:underline;
	background:none;}

.tech-nav ul li ol li ul li a:hover{
	text-decoration:none;
	color:#bf1116;}


.opr-list-download-form {margin-top: 23px; margin-bottom: 19px;}
.opr-list-item {min-height: 43px; margin-bottom: 11px;position: relative;}

.opr-list-item-ico {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 40px;
    height: 43px;
    padding-top: 0px;
    padding-left: 2px;
}

.opr-list-item-text {
    font-size: 16px;
    display: block;
    padding-left: 43px;
    padding-right: 21px;
    line-height: 24px;
    margin-bottom: 24px;
    letter-spacing: 0.2px;
    font-weight: bold;
    color: #6e6d6d;
}

/*tehpod_list end*/


/*modals end*/
/*
font-family:'MyriadPro-Regular';
font-family: 'Segoe UI', sans-serif;
font-family: 'Segoe_UI_Semibold';
font-family: 'Segoe-UI-Black';
*/
/*
-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

:before{
	content: '';
	display: block;
	width: ;
	height: ;
	position: absolute;
}



-webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
*/


::-webkit-input-placeholder { /* Chrome */
  color: #c5c5c5;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #c5c5c5;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #c5c5c5;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #c5c5c5;
}

/*



*/

a.top-header-think-panel:hover  {
    color: #000 !important;
}

/*

 PRICE

*/

#form_contacts_price .form_list li > div {
	font-family: 'Segoe_UI_Semibold';
  position: initial;
}

/*

 FLEX

*/

.container-flex {
	display: flex;
  justify-content: space-between;
  align-content: center;
  position: relative;
	flex-direction: row;
}

.container-flex__items {
	flex-basis: 0;
	flex-grow: 1;
	display: block;
	width: 100%;
}

.white-bg-item {
	padding: 0.4rem;
	display: block;
  position: relative;
	-webkit-box-shadow: 0.01rem 0.01rem 0.13rem 0 rgb(0 0 0 / 6%);
	box-shadow: 0.01rem 0.01rem 0.13rem 0 rgb(0 0 0 / 6%);
	transition: box-shadow 0.35s ease,border-color 0.35s ease,-webkit-box-shadow 0.35s ease;
}

.white-bg-item__left {
	padding: 1.2rem 1rem 2.2em 0;
	display: block;
  position: relative;
	-webkit-box-shadow: 0.01rem 0.01rem 0.13rem 0 rgb(0 0 0 / 6%);
	box-shadow: 0.01rem 0.01rem 0.13rem 0 rgb(0 0 0 / 6%);
	transition: box-shadow 0.35s ease,border-color 0.35s ease,-webkit-box-shadow 0.35s ease;
}

.white-bg-form input[type="text"],
.white-bg-form textarea {
	border: 1px solid #ddd;
	border-radius: 0;

}

span.send_btn {
	display: inline-block;
}

/* 
========================
      BUTTON KM1
========================
*/

.container-buttonkm {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: auto;
	background-color: #d2272b;
	padding: 1rem;
	margin-bottom: 2rem;
	background: linear-gradient(90deg, #ee7752, #eb2c17, #d2272b, #c95628);
	background-size: 400% 400%;
	animation: gradient 10s ease infinite;
	transform: translate3d(0, 0, 0);
  }

  @keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

  .container-buttonkm_descrption {
	color: #ffffff;
	font-size: 1.2rem;
  }

  a.btnkm {
	font-size: 1rem;
	padding: 1rem 3rem;
	color: #ffffff;
	text-transform: uppercase;
  }
  
  .btnkm {
	text-decoration: none;
	border: 1px solid rgb(255, 255, 255);
	position: relative;
	overflow: hidden;
  }
  
  .btnkm:hover {
	box-shadow: 1px 1px 25px 10px rgba(98, 101, 115, 0.4);
  }
  
  .btnkm:before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(
	  120deg,
	  transparent,
	  rgba(146, 148, 248, 0.4),
	  transparent
	);
	transition: all 650ms;
  }
  
  .btnkm:hover:before {
	left: 100%;
  }