@font-face {
	font-family: "GraphikLC-Bold";
	src: url('../fonts/GraphikLC-Bold/GraphikLC-Bold.eot');
	src: local('☺'), url('../fonts/GraphikLC-Bold/GraphikLC-Bold.woff') format('woff'), 
	url('../fonts/GraphikLC-Bold/GraphikLC-Bold.ttf') format('truetype'), 
	url('../fonts/GraphikLC-Bold/GraphikLC-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "GraphikLC-Regular";
	src: url('../fonts/GraphikLC-Regular/GraphikLC-Regular.eot');
	src: local('☺'), url('../fonts/GraphikLC-Regular/GraphikLC-Regular.woff') format('woff'), 
	url('../fonts/GraphikLC-Regular/GraphikLC-Regular.ttf') format('truetype'), 
	url('../fonts/GraphikLC-Regular/GraphikLC-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: "Roboto";
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h2{font-weight: 600; font-size: 29.4px; text-transform: uppercase; line-height: normal; letter-spacing: 0.01px;}

::-webkit-input-placeholder {color:#aab2b4;}
::-moz-placeholder          {color:#aab2b4;}/* Firefox 19+ */
:-moz-placeholder           {color:#aab2b4;}/* Firefox 18- */
:-ms-input-placeholder      {color:#aab2b4;}
input:focus::-webkit-input-placeholder{color: #fff;}
input:focus::-moz-placeholder{color: #fff;}
input:focus:-moz-placeholder{color: #fff;}
input:focus:-ms-input-placeholder{color: #fff;}
a{
	color: #ee3642;
}
.mobile{
	display: none !important;
}
.wrapper{
	min-width: 1124px;
}
.contant_container{
	width: 100%;
	min-width: 1024px;
	max-width: 1230px;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
	box-sizing: border-box;
}
.header{
	height: 125px;
}
.header .contant_container{
	display: table;
    height: 100%;
}
.header .site-header_logo{
    margin-right: 25px;
    float: left;
    margin-top: 38px;
}
.header .site-header_description{
	display: table;
    width: calc(100% - 695px);
    height: 100%;
	float: left;
}
.header .site-header_description span{
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	color: rgb(100, 130, 160);
	line-height: 1.375;
	font-weight: 300;
}
.header .site-header_infopanel{
	width: 566px;
    float: right;
    padding-top: 23px;
    text-align: right;
    display: table;
}
.header .site-header_infopanel .top_part{
	width: 100%;
    display: table;
    padding-left: 38px;
    box-sizing: border-box;
}
.header .site-header_infopanel .write_message{
	display: table-cell;
    height: 39px;
    vertical-align: middle;
	padding-right: 10px;
	min-width: 40px;
	background: url("/images/message_icon.png") no-repeat left center;
}
.header .site-header_infopanel .head_phone{
    display: table-cell;
    line-height: 28px;
    height: 28px;
    vertical-align: middle;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	#background: url("/images/phone_icon.png") no-repeat left center;
	font-size: 20px;
	color: #30355d;
	text-transform: uppercase;
	text-decoration: none;
	background-size: 28px;
}
.header .site-header_infopanel .head_phone b{
	color: #ee3642;
}

.header .site-header_infopanel .partners_enter{
	font-size: 15px;
    color: rgb(48, 53, 93);
    line-height: 39px;
    text-decoration: underline;
    display: table-cell;
    vertical-align: middle;
	padding-left: 22px;
	background: url("/images/Icon _ user Copy.svg") no-repeat left center;
	text-align: left;
	background-size: 15px;
}
.header .site-header_infopanel .partners_enter:hover{
   text-decoration: none
}
.header .site-header_infopanel .site-header_lan{
    padding: 0 18px;
    display: table-cell;
	vertical-align: middle;
}
.header .site-header_infopanel .site-header_lan a{
    padding: 0 3px;
}
.header .site-header_infopanel .site-search-form__input-wrap{
	background-color: #dbe8f0;
    border-radius: 20px;
    height: 43px;
    line-height: 43px;
    margin-top: 24px;
    margin-left: 23px;
}
.header .site-header_infopanel .site-search-form__input{
	width: 86%;
    background-color: transparent;
    border: 0px;
    margin-left: 2%;
    line-height: 41px;
    outline: none;
    padding-left: 10px;
    float: left;
	font-size: 16px;
	color: rgb(111, 111, 111);
	-webkit-appearance: none;
}
.header .site-header_infopanel .site-search-form__input::-webkit-input-placeholder {text-align: right; padding-right: 0px; color:#6f6f6f;}
.header .site-header_infopanel .site-search-form__input::-moz-placeholder          {text-align: right; padding-right: 0px; color:#6f6f6f;}/* Firefox 19+ */
.header .site-header_infopanel .site-search-form__input:-moz-placeholder           {text-align: right; padding-right: 0px; color:#6f6f6f;}/* Firefox 18- */
.header .site-header_infopanel .site-search-form__input:-ms-input-placeholder      {text-align: right; padding-right: 0px; color:#6f6f6f;}

.header .site-header_infopanel .site-search-form__input:focus::-webkit-input-placeholder{color: #dbe8f0;}
.header .site-header_infopanel .site-search-form__input:focus::-moz-placeholder{color: #dbe8f0;}
.header .site-header_infopanel .site-search-form__input:focus:-moz-placeholder{color: #dbe8f0;}
.header .site-header_infopanel .site-search-form__input:focus:-ms-input-placeholder{color: #dbe8f0;}

.header .site-header_infopanel .site-search-form_submit{
	background: url(/images/search_icon.png) no-repeat center;
    height: 41px;
    width: 12%;
    border: none;
    float: right;
	outline: none;
    cursor: pointer;
}
.header .site-header_logo{
	margin-top: 27px;
}
.header .site-header_logo img{
	width: 70px;
	height: 70px;
}
.header .site-header_description span{
	font-size: 14px;
}
.header .site-header_infopanel{
	padding-top: 22px;
}
.header .site-header_infopanel .write_message{
	background-size: 28px;
	height: 28px;
	min-width: 30px;
}

.header .site-header_infopanel .partners_enter{
	line-height: 28px;
}
.header .site-header_infopanel .site-header_lan img{
	height: 28px;
}
.header .site-header_infopanel .site-search-form__input-wrap{
	margin-top: 6px;
	height: 40px;
	line-height: 40px;
}
.header .site-header_infopanel .site-search-form__input{
	line-height: 40px;
}
.header .site-header_infopanel .site-search-form_submit{
	height: 40px;
	background-size: 19px;
}
.header .lang_selector{
	margin-top: 3px;
    margin-right: 2px;
}
.header .lang_selector a{
	font-family: Roboto;
	font-size: 12px;
	line-height: 20px;
    display: inline-block;
	text-align: left;
	text-decoration: none;
	color: #2f3460;
	padding: 0 14px;
}
.header .lang_selector a.active{
	border-radius: 10px;
	background-color: #2f3460;
	color: #ffffff;	
}
.color_header{
	font-size: 36px;
	font-weight: bold;
	line-height: 1.11;
	font-weight: bold;
	text-align: left;
	position: relative;
}
.color_header b{
	color: #000;
}
.color_header.red{
	color: #ee3642;
}
.color_header.blue{
	color: #00b2ad;
}
.color_header.red_blue{
	color: #00b2ad
}
.color_header.red_blue span{
	color: #ee3642;
	margin-bottom: 10px;
    display: inline-block;
}
.color_header.red_blue.small span{
	margin-bottom: 0px;
}


.color_header.gray_gray,
.color_header b.gray_gray{
	color: #30355d !important;
}
.color_header.gray_gray span{
	color: #30355d;
	margin-bottom: 10px;
    display: inline-block;
}
.color_header.gray_gray.small span{
	margin-bottom: 0px;
}
.color_header.red_after{
	margin-bottom: 30px;
}
.color_header.gray_gray.red_after{
	padding-right: 200px;
}
.color_header.red_after:after{
	content: " ";
    position: absolute;
    width: 100px;
    height: 2px;
    background-color: #ee3642;
    bottom: -15px;
    left: 0px;
}

.about_new .color_header.red_after:after{
	height: 4px !important;
	width: 135px !important;
}

.red_after_2{
	background-color: #f44f53 !important;
}

.color_header.blue_after{
	margin-bottom: 30px
}
.color_header.blue_after:after{
	content: " ";
    position: absolute;
    width: 100px;
    height: 2px;
    background-color: #00b2ad;
    bottom: -15px;
    left: 0px;
}
.color_header.underline{
	text-decoration: underline;
}
.color_header.underline.red_after:after{
	bottom: -17px;
}

.color_header .catalog_logo{
	display: inline-block;
	position: relative;
}

.color_header .section_logo{
/* 	display: none; */
	position: absolute;
    right: 0px;
	max-width:200px
}
.color_header .section_logo.molykote{
	max-height: 80px;
	max-width: 173px;
    top: -10px;
}

.color_header .section_logo.dow_corning{
	max-height: 95px;
	max-width: 173px;
    top: -10px;
}

.color_header .section_logo.xiameter{
	max-height: 60px;
	max-width: 173px;
    top: 3px;
}

.color_header .section_logo.permabond{
	max-height: 40px;
	max-width: 180px;
    top: 7px;
}

.color_header .section_logo.merbenit{
	max-height: 40px;
	max-width: 180px;
    top: 6px;
}

.color_header .section_logo.efele{
	max-height: 45px;
	max-width: 173px;
    top: 0px;
}

.color_header .section_logo.modengy{
	max-height: 30px;
	max-width: 173px;
    top: 3px;
}

.color_header sup{
	font-weight: 300;
	font-size: 22px;
	color: rgb(100, 130, 160);
	line-height: 24px;
	text-align: left;
	vertical-align: super;
}
.top_menu_line{
	background-color: #30355d;
}

.top_menu_block .top_menu{
    display: table;
    width: 100%;
    padding-right: 3%;
    box-sizing: inherit;
}
.top_menu_block .top_menu li.menu_item{
	display: table-cell;
	line-height: 89px;
	font-size: 14px;
	letter-spacing: 0.3px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-transform: uppercase;
    text-align: center;
	border-right: 1px solid #464b72;
	position: relative;
}

.top_menu_block .top_menu li.menu_item:hover:after{
	width: 100%;
    height: 6px;
    background-color: #fff;
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.top_menu_block .top_menu li.menu_item:last-child{
	border-right: none;
}
.top_menu_block .top_menu li.menu_item.enter_icon{
	background-color: #00b2ad;
	width: 68px;
	position: relative;
}
.top_menu_block .top_menu li.menu_item.enter_icon:after{
	background: url(/images/enter_shadow.png);
    content: " ";
    position: absolute;
    width: 10px;
    height: 50px;
    top: 6px;
	left: initial;
    right: -10px;
}
.top_menu_block .top_menu li.menu_item.enter_icon img{
	vertical-align: -10px;
}
.top_menu_block .top_menu li.menu_item a{
    display: block;
    text-decoration: none;
    color: #fff;
}

.top_menu_block .top_menu li.menu_item .submenu_item  a{
	font-weight: 300;
    line-height: 25px;
	margin-bottom: 7px;
}
.top_menu_block .top_menu li.menu_item .submenu_item  a:hover{
	text-decoration: underline;
}
.top_menu_block .top_menu li.menu_item .submenu{
	display: none;
	position: absolute;
    top: 100%;
    background-color: #ee3642;
    z-index: 10;
    left: 0px;
    width: 240px;
    white-space: nowrap;
    font-weight: 400;
    text-transform: none;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
    padding: 30px 38px 40px 34px;
}
.top_menu_block .top_menu li.menu_item.active{
	background-color: #ee3642;
}
.top_menu_block .top_menu li.menu_item.subitems span{
	position: relative;
}
.top_menu_block .top_menu li.menu_item.subitems span:after{
    content: " ";
    position: absolute;
    border: 6px solid transparent;
    border-top: 6px solid #fff;
    top: 6px;
    right: -17px;
}
.top_menu_block .top_menu li.menu_item.subitems:hover{
	background-color: #ee3642;
}
.top_menu_block .top_menu li.menu_item.subitems:hover .submenu{
	display: block;
}
/*--- слайдер ---*/
.index_slider .item .slider_content{
	position: absolute;
    width: 100%;
    top: calc(25% - 30px);
	z-index: 5;
}
.index_slider .item video{
	position: absolute;
    top: -30%;
    width: 100%;
    min-width: 1340px;
    z-index: 0;
}
.index_slider .item .shadow{
	background-color: rgba(0,0,0,0.5);
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 5;
}
/*
.index_slider .item .slider_content h3{
	font-size: 36px;
	font-style: normal;
    color: rgb(255, 255, 255);
    text-align: left;
    font-weight: 300;
    margin-bottom: 49px;
	position: relative;
}
.index_slider .item .slider_content h3:before{
	width: 24px;
	height: 78px;
	background-color: #ee3642;
	position: absolute;
	left: 0px;
	top: 0px;
	content: " ";
	z-index: 20;
}
.index_slider .item .slider_content h3.test:before{
	width: 75px;
	height: 75px;
	background-color: #30355d;
	background-image: url("/images/slider_icon.png");
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	content: " ";
	z-index: 20;
}
.index_slider .item .slider_content h3 span {
	background: rgba(0, 0, 0, 0.72) none repeat scroll 0 0;
    color: white;
    padding: 0px 40px 22px 40px;
    position: relative;
    line-height: 35px;
    display: table;
}
.index_slider .item .slider_content h3 span:first-child{
	padding-top: 25px;
}
.index_slider .item .slider_content h3 span:last-child{
	padding-bottom: 25px;
}
*/
.index_slider .item .slider_content h3{
	font-size: 34px;
	font-style: normal;
    color: rgb(255, 255, 255);
    text-align: left;
    font-weight: 400;
    margin-bottom: 70px;
	position: relative;
	line-height: 1.353;
}
.index_slider .item .slider_content h3:after {
    content: " ";
    position: absolute;
    width: 157px;
    height: 4px;
    background-color: #00b2ad;
    bottom: -33px;
    left: 0px;
}
.index_slider .item .slider_content h3 span {
	display: table;
}
.index_slider .item .slider_content h3.test span{
	padding-left: 104px;
}
.index_slider .item .slider_content .more_button{
	background-color: #00b2ad;
    color: #fff;
    text-decoration: none;
    padding: 12px 74px;
    font-family: Roboto;
	font-size: 15px;
	font-weight: 500;
    display: inline-block;
	margin-left: 0px;
}
.index_slider .slider_announce{
	max-width: 700px;
	padding: 0px;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.667;
	margin-bottom: 38px;
	color: #ffffff;
}
.index_slider .owl-dots {

}
.owl-dots {
    text-align: center;
    bottom: calc(4% + 10px);
    z-index: 10;
    width: 100%;
    position: absolute;
}
.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-dots .owl-dot.active span, .index_slider .owl-dots .owl-dot:hover span {
	background: #ffffff;
}
.owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 5px;
    background: #8ae3ff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.index_slider .owl-item img{
	min-height: 500px;
}
.index_slider div.wrap-down {
    position: relative;
}
div.index_slider div.down-scroll {
    visibility: hidden;
    position: absolute;
    margin: 0 auto 0 -24px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    bottom: 80px;
    left: 50%;
    color: #fff;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: rgba(255,255,255,.3);
    cursor: pointer;
    animation: scrolldown .8s running alternate infinite;
    z-index: -1;
}
div.index_slider div.down-scroll.active {
    visibility: visible;
    z-index: 20;
}
@keyframes scrolldown{
    100%{bottom:70px}
    0%{bottom:80px}
}
/*--- конец слайдера ----*/
.fancy_button{
    font-size: 12px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.417;
    background-color: #00b2ad;
    padding: 12px 29px;
    border-radius: 18px;
    text-decoration: none;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.fancy_button:after{
	content: '';
    width: 60px;
    height: 120px;
    display: block;
    background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
    z-index: 1;
    right: -150px;
    position: absolute;
    top: -33px;
    margin: -5px 0 0 -5px;
    -webkit-transform-origin: 0 0;
    -webkit-transform: rotate(35deg);
    -moz-transform-origin: 0 0;
    -moz-transform: rotate(35deg);
    -ms-transform-origin: 0 0;
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.fancy_button:hover:after {
    right: calc(50% - 65px);
}
.fancy_button.red{
	background-color: #ee3642;
}
.fancy_button.yellow{
	background-color: #ffd000;
	color: #000000;
}
.fancy_button.darkblue{
	background-color: #30355d;
	color: #fff;
}

.about_us{
	padding: 65px 0 65px;
    display: table;
    width: 100%;
}
.about_us .column1{
	width: 300px;
    float: left;
}
.about_us .column1 .color_header{
	padding-top: 0px;
}
.about_us .column2{
	width: calc(100% - 700px);
    float: left;
	padding-top: 50px;
}
.about_us .column3{
	width: 400px;
    float: left;
}
.about_us .column2 p{
	font-size: 16.5px;
	color: rgb(48, 53, 93);
	line-height: 22px;
	margin-bottom: 30px;
}
.about_us .column3 .director_block{
	text-align: left;
    margin-left: 130px;
}
.about_us .column3 .director_block .photo{
	margin-left: 6px;
}
.about_us .column3 .director_block .name{
    display: block;
    margin-top: 25px;
    font-weight: 500;
    color: #30355d;
    font-size: 18px;
}
.about_us .column3 .director_block .director {
    display: block;
    color: #30b2e4;
    font-size: 12px;
    text-transform: uppercase;
	margin-bottom: 50px;
    line-height: 25px;
	position: relative;
}
.about_us .column3 .director_block .director:after{
	content: " ";
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #30b2e4;
    bottom: -20px;
    left: 0px;
}
/*--- каталог на главной ---*/
.catalog_block{
	background-color: #f5f6fb;
    padding: 35px 0 50px;
    display: table;
    width: 100%;
}
.catalog_block .breadcrumbs{
	margin-bottom: 33px;
}
.catalog_block .brands_list{
	margin-top: 70px;
	display: table;
    width: 100%;
}
.catalog_block .brand{
    width: 32%;
    height: 193px;
    float: left;
    background-color: #ffffff;
    margin-right: 1.5%;
    border: 1px solid #e4e5eb;
    text-align: center;
    display: table;
    vertical-align: middle;
	margin-bottom: 25px;
	position: relative;
}
.catalog_block .brand:hover{
	box-shadow: 2px 1px 5px rgba(0,0,0,0.3);
}
.catalog_block .brand:nth-child(3n){
	margin-right: 0px;
}
.catalog_block .brand .brand_logo{
    display: table-cell;
    vertical-align: middle;
}
.catalog_block .brand .brand_logo img{
	max-width: 200px;
    max-height: 100px;
}
.catalog_block .brand .brand_logo .brand_name{
    display: block;
    margin-top: 15px;
    font-size: 18px;
    font-family: "Roboto";
    color: rgb(48, 53, 93);
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 300;
}
.catalog_block .brand .product-type__list{
	display: none;
	position: absolute;
    top: calc(100% - 20px);
    width: 100%;
    background-color: #fff;
    left: -1px;
    border-bottom: 3px solid #ee3642;
    padding-bottom: 30px;
}
.catalog_block .brand:hover .product-type__list{
	display: block;
	z-index: 10;
	border-left: 1px solid #e4e5eb;
	border-right: 1px solid #e4e5eb;
	box-shadow: 2px 20px 5px rgba(0,0,0,0.3);
}
@-moz-document url-prefix() { 
  .catalog_block .brand .product-type__list{
	width: auto;
	left: 0px;
	right: 0px;
  }
}
.catalog_block .brand .product-type__list .product-type__item{
	font-size: 15px;
	font-weight: 400;
	color: rgb(0, 178, 173);
	line-height: 32px;
	text-align: left;
}
.catalog_block .brand .product-type__list .product-type__item a{
	color: rgb(0, 178, 173);
	text-decoration: none;
    padding: 7px 45px;
    display: block;
    line-height: 1.4;
}
.catalog_block .brand .product-type__list .product-type__item a:hover{
	background-color: #f8fafb;
}
/*--- блок решений на главной ---*/
.solutions_block{
    padding-top: 65px;
    padding-bottom: 65px;
    display: table;
    width: 100%;
	text-align: center;
}
.solutions_block .column1{
	width: 33.3%;
    float: left;
    box-sizing: border-box;
}
.solutions_block .column2{
	width: 33.3%;
    float: left;
	padding-right: 0px;
	box-sizing: border-box;
}
.solutions_block .column3{
	width: 33.3%;
    float: left;
    box-sizing: border-box;
}
.solutions_block .solution_link {
    font-size: 18px;
    display: block;
    color: #ee3642;
    text-decoration: underline;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
	margin-top: 15px;
    position: relative;
    margin-bottom: 20px;
	font-weight: 300;
}
.solutions_block .solution_link:hover{
	text-decoration: none;
}

.solutions_block .column1 p,
.solutions_block .column2 p,
.solutions_block .column3 p {
	font-size: 15px;
	color: rgb(80, 106, 131);
    line-height: 22px;
    text-align: center;
    font-weight: 300;
	max-width: 220px;
    margin: 0 auto;
}
/*--- блок отраслей на главной ---*/
.branches_block{
	background-color: #30355d;
	padding-top: 65px;
	padding-bottom: 65px;
}
.branches_block .branches_text{
	font-size: 15px;
    color: rgb(255, 255, 255);
	line-height: 22px;
    font-weight: 400;
    text-align: left;
    margin-left: 70px;
    margin-top: 28px;
	position: relative;
}
.branches_block .branches_text:before{
	content: " ";
    position: absolute;
    width: 1px;
    height: 86%;
    background-color: #00d3cd;
    top: 8%;
    left: -18px;
}

.branches_block .branches_list{
    display: block;
    width: 100%;
    margin-top: 60px;
	height: 215px;
	overflow: hidden;
	 -webkit-transition: width 1s; /* Safari */
    transition: width 1s;
}

.branches_block .branches_list .branch{
    width: 25%;
    float: left;
    text-align: center;
	font-size: 24px;
	font-weight: 300;
	color: rgb(171, 192, 221);
	margin-bottom: 50px;
	line-height: 1.2;
	padding: 0 20px;
    box-sizing: border-box;
}
.branches_block .branches_list .branch span{
	display: block;
	font-weight: 400;
	font-size: 16.5px;
}
.branches_block .branches_list .branch a{
	text-decoration: none;
	color: rgb(171, 192, 221);
}

.branches_block .branches_list .branch a:hover{
	text-decoration: underline;
}
.branches_block .branches_list .branch:nth-child(4n + 1){
	clear: both;
}
.branches_block .branches_list  .branch .branch_image{
    width: 137px;
    height: 137px;
    border-radius: 50%;
    margin-bottom: 10px;
    overflow: hidden;
    margin: 0 auto 10px;
}
.branches_block .branches_list .branch .branch_image img{
	width: 190px;
	height: 190px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.branches_block .branches_list .branch:hover .branch_image img{
	width: 137px;
	height: 137px;
}
.branches_block .blue_shift{
    background-color: transparent;
    height: 1px;
    width: 30px;
    margin: 35px 0;
    border-bottom: 1px solid #00d3cd;
}
/*--- блок новостей на главной ---*/
.index_news_block{
    padding: 65px 0 65px;
    #display: table;
    width: 100%;
}
.index_news_block .left_part{
	width: 250px;
	float: left;
	margin-top: 50px;
	display: inline-block;
}
.index_news_block .left_part .fancy_button {
	margin-top: 110px;
	z-index: 10;
}
.index_news_block .right_part {
	width: calc(100% - 250px);
	display: inline-block;
}
.owl-carousel.news_slider  .news_content .news_top_part{
    display: table;
    width: 100%;
}
.owl-carousel.news_slider  .news_content .news_image{
    width: 117px;
    border-radius: 100%;
    display: table-cell;
    margin-right: 22px;
}
.owl-carousel.news_slider .news_content .news_title{
    color: #ee3642;
    font-weight: 300;
    font-size: 17px;
    line-height: 22px;
    display: table-cell;
    vertical-align: middle;
}

.index_news_block .news_content .news_title {
	width:100%
	
} 
 
.owl-carousel.news_slider  .news_content .news_title a{
	color: #ee3642;
	text-decoration: none;
	font-weight: 400;
    font-size: 16.5px;
    line-height: 22px;
}
.owl-carousel.news_slider  .news_content .news_title a:hover{
	text-decoration: underline;
}
.owl-carousel.news_slider  .news_content .news_date{
	clear: both;
    padding-top: 40px;
    margin-bottom: 18px;
    color: #30355d;
    font-weight: 700;
    font-size: 15px;
	position: relative;
}
.owl-carousel.news_slider  .news_content .news_date:before{
	content: " ";
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #ee3642;
    top: 18px;
    left: 0px;
}
.owl-carousel.news_slider  .news_content .news_announce {
	font-weight: 300;
	font-size: 15px;
	line-height: 22px;
	color: rgb(62, 93, 124);
	text-align: left;
}
.scroll-block{
	//right: 100px !important;
	//bottom: 15px !important;
}
.scroll-block.opened .scroll-close{
	//margin-left: 95px !important;
	//margin-top: -60px !important;
}
.popup-btn-mobile{
	top: 92px !important;
}
@media all and (min-width: 600px) {
	.news_slider .owl-dots {
		text-align: left;
		left: -250px;
		z-index: 10;
		width: 250px;
		position: absolute;
		top: 180px;
	}
	.news_slider .owl-dots .owl-dot {
		display: inline-block;
		zoom: 1;
	}
	.news_slider .owl-dots .owl-dot.active span, .news_slider .owl-dots .owl-dot:hover span {
		background: #ee3642;
		opacity: 1;
	}
	.news_slider .owl-dots .owl-dot span {
		width: 8px;
		height: 8px;
		margin: 4px;
		background: #ee3642;
		opacity: 0.5;
		display: block;
		-webkit-backface-visibility: visible;
		transition: opacity .2s ease;
		border-radius: 30px;
	}
    
}
/*--- блок статей на главной ---*/
.index_articles_block{
    padding: 65px 0 65px;
	background-color: #30355d;
    display: table;
    width: 100%;
}
.index_articles_block .left_part{
	width: 345px;
	float: left;
}
.index_articles_block .left_part .color_header.blue_after:after{
	bottom: -30px;
}
.index_articles_block .articles_slider {
	width: calc(100% - 345px);
	float: right;
	margin-top: 90px;
}
.index_articles_block .articles_slider .item{
	width: 30%;
	float: left;
	margin-left: 1%;
}
.index_articles_block .article_content{
	background-color: #fff;
	#min-height: 520px;
	border-bottom: 3px solid #ee3642;
}
.index_articles_block .article_content:hover{
	border-bottom: 3px solid #fff;
}
.index_articles_block .article_content a{
	text-decoration: none;
}
.index_articles_block .article_content .article_top_part,
.index_articles_block .article_content .article_top_part img{
	width: 100%;
	#height: 276px;
	position: relative;
}
.index_articles_block .article_content .article_top_part:after{
	content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    top: 0px;
    left: 0px;
}
.index_articles_block .article_content:hover .article_top_part:after{
	display: none;
}
.index_articles_block .article_content .article_bottom_part{
	padding: 25px 15px 20px 35px;
	position: relative;
	min-height: 151px;
}
.index_articles_block .article_content .article_cat{
	margin-bottom: 10px;
	position: relative;
}
.index_articles_block .article_content .article_cat span{
	font-size: 11px;
	color: rgb(0, 178, 173);
	text-transform: uppercase;
	line-height: 1.2;
	text-decoration: none;
	
	text-align: left;
}
.index_articles_block .article_content .article_cat span:after{
    content: " ";
    position: absolute;
    width: 70px;
    height: 2px;
    background-color: rgb(0, 178, 173);
    bottom: -10px;
    left: 0px;

}
.index_articles_block .article_content .article_title{
	font-size: 16.5px;
	font-family: "Roboto";
	font-weight: 400;
	color: #ee3642;
	line-height: 22px;
	text-align: left;
	text-decoration: none;
	display: block;
	padding-top: 15px;
	
}

.index_articles_block .article_content:hover .article_title{
	text-decoration: underline;
}
.index_articles_block .article_content .article_announce {
    font-size: 15px;
    font-weight: 300;
    color: rgb(73, 95, 124);
    line-height: 22px;
    text-align: left;
    text-decoration: none;
    display: none;
    position: absolute;
    z-index: 20;
    background-color: #fff;
    left: 0px;
    padding: 0px 15px 30px 35px;
	min-height: 45px;
    border-bottom: 3px solid #ee3642;

}
.index_articles_block .left_part .article_categories{
	padding-left: 27px;
	margin-top: 100px;
	margin-bottom: 35px;
	padding-right: 20px;
}
.index_articles_block .left_part .article_categories li{
	position: relative;
    padding: 12px 0;
}
.index_articles_block .left_part .article_categories li:after{
	content: " ";
    position: absolute;
    border-bottom: 1px solid #464b72;
	width: 245px;
	left: 0px;
	bottom: 0px;
}
.index_articles_block .left_part .article_categories li a{
  font-size: 15px;
  font-weight: 300;
  color: rgb(171, 192, 221);
  line-height: 1.2;
  text-align: left;
  text-decoration: none;
}
.index_articles_block .left_part .article_categories li:before{
    content: " ";
    position: absolute;
    border: 4px solid transparent;
    border-left: 4px solid #00b2ad;
    top: 18px;
    left: -25px;
}
.index_articles_block .left_part .article_categories li:hover:before{
	border: 4px solid transparent;
    border-left: 4px solid #ee3642;
}

.index_articles_block_new{
	overflow: hidden;
    background-color: #30355d;
}
.index_articles_block_new .article_content{
	position: relative;
    display: table;
    width: 100%;
    min-height: 610px;
}
.index_articles_block_new .article_content_part{
	width: 50%;
    float: left;
	padding-top: 107px;
    padding-bottom: 100px;
}
.index_articles_block_new .article_content_part a.link{
	text-decoration: none;
	color: #fff;
}
.index_articles_block_new .article_content_part a.link:hover{
	text-decoration: underline;
}
.index_articles_block_new .article_content_part .article_title{
    font-size: 34px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.35;
    letter-spacing: normal;
    color: #ffffff;
	margin-bottom: 35px;
}

.index_articles_block_new .article_content_part .article_announce{
	font-size: 15px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.47;
	letter-spacing: normal;
	color: #ffffff;
	margin-bottom: 69px;
}
.index_articles_block_new .article_image_part{
	position: absolute;
	top: 0px;
    bottom: 0px;
    left: 50%;
    content: " ";
    background-repeat: no-repeat;
    float: left;
    background-size: contain;
    width: 1400px;
    background-position: 25px top;
}


/*--- блок подписки на главной ---*/
.subscribe_block{
    padding: 65px 0 65px;
	background-color: #00b2ad;
    display: table;
    width: 100%;
}
.subscribe_block .site-subscribe-form{
	width: 850px;
    margin: 0 auto;
}
.subscribe_block .site-subscribe-form label{
	font-size: 18px;
    font-weight: 300;
    color: rgb(255, 255, 255);
    line-height: 1.333;
    margin-bottom: 15px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.22);
    display: block;
}
.subscribe_block .site-subscribe-form .site-subscribe-form__input{
	line-height: 38px;
	padding: 0 16px;
	border-radius: 3px;
	border: none;
	outline: none;
	width: 580px;
	font-size: 12px;
	font-weight: 300;
	color: rgb(100, 130, 160);
	box-sizing: border-box;
}
.subscribe_block .site-subscribe-form .site-subscribe-form_submit{
	background-color: #30355d;
    color: #fff;
    text-decoration: none;
    padding: 13px 36px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 20px;
    display: inline-block;
    border: none;
    outline: none;
    float: right;
	cursor: pointer;
}
.subscribe_block .site-subscribe-form  .form_result{
	text-align: center;
	font-size: 20px;
    font-weight: 300;
    color: rgb(255, 255, 255);
    line-height: 1.333;
    margin-bottom: 15px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.22);
}
.subscribe_block .site-subscribe-form  .ofertaTitle{
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.22);
    font-weight: 300;
    font-size: 12px;
    margin-top: 10px;
    display: block;
}
.subscribe_block .site-subscribe-form  .ofertaTitle a{
	color: #fff;
}
/*--- блок контактов на главной ---*/
.contacts_block{
	padding: 65px 0 65px;
    display: table;
    width: 100%;
}
.contacts_block .column1{
	width: 270px;
    float: left;
}
.contacts_block .column2{
	max-width: 610px;
    float: left;
}
.contacts_block .column3{
    float: left;
	width: 250px;
	text-align: right;
	padding-left: 10px;
}
.contacts_block .column2 p{
	font-size: 16.5px;
	color: rgb(48, 53, 93);
	line-height: 1.667;
	font-weight: 400;;
}
.contacts_block .column2 p b{
	font-weight: 600;
}
.contacts_block .column2 .cont_phone {
	font-size: 24px;
    color: #ee3642;
    text-transform: uppercase;
    line-height: 0.708;
    text-align: left;
    text-decoration: none;
    font-weight: 300;
    margin-top: 35px;
    margin-bottom: 50px;
    display: table;
	position: relative;
}
.contacts_block .column2 .cont_phone:before {
	content: " ";
    position: absolute;
    width: 120px;
    height: 2px;
    background-color: #ee3642;
    top: -25px;
    left: 0px;
}
.contacts_block .column2 .cont_phone b{
	font-size: 30px;
	font-weight: 700;
} 

.contacts_block .map_block .fancy_button {
	position: relative;
	padding-left: 33px;
	padding-right: 33px;
	margin-top: 10px;
}
.contacts_block .map_block .fancy_button:before{
	content: " ";
    position: absolute;
	width: 38px;
	height: 38px;
	background: url("/images/pointer_icon.png");
    top: 0;
    left: -50px;
}
/*--- блок команда ATF ---*/
.team_block{
	padding: 60px 0;
}
.team_block .team_list{
	display: table;
	margin-top: 70px;
}
.team_block .team_list .team_item{
	background-color: #ecedef;
	float: left;
	width: 270px;
	margin-right: 29px;
	margin-bottom: 30px;
	padding: 40px 30px;
	box-sizing: border-box;
	border-bottom: 4px solid #d7dce1;
}
.team_block .team_list .team_item:nth-child(4n){
	margin-right: 0px;
}
.team_block .team_list .team_item:nth-child(4n+1){
	clear: left;
}
.team_block .team_list .team_item .team_item_photo{
	text-align: center;
	margin-bottom: 30px;
}
.team_block .team_list .team_item .team_item_photo img{
	width: 190px;
	height: 190px;
	border-radius: 50%;
}
.team_block .team_list .team_item .team_item_name {
	font-size: 22px;
	font-weight: 300;
	font-family: "Roboto";
	color: rgb(0, 178, 173);
	line-height: 1.141;
	text-align: center;
	margin-bottom: 9px;
}
.team_block .team_list .team_item .team_item_position{
	font-size: 12px;
	font-family: "Roboto";
	font-weight: 700;
	color: #30355d;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
}
.team_block .team_list .team_item .team_item_text{
	padding-top: 60px;
	position: relative;
	font-weight: 300;
	font-size: 15px;
	font-family: "Roboto";
	color: rgb(48, 53, 93);
	line-height: 1.333;
}
.team_block .team_list .team_item .team_item_text:before{
	content: " ";
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #00b2ad;
    top: 15px;
    left: calc(50% - 15px);
}
.team_block .team_list .team_item:hover{
	background-color: #30355d;
	border-bottom: 4px solid #0db3ad;
}
.team_block .team_list .team_item:hover .team_item_text{
	color: #aab9cd;
}
.team_block .team_list .team_item:hover .team_item_text:before{
	background-color: #464b72;
}
.team_block .team_list .team_item:hover .team_item_position{
	color: #fff;
}
/*--- список категорий ---*/
.category_list{
	display: table;
	width: 100%;
	margin: 50px 0px 0px;
	background-image: repeating-linear-gradient(0deg, #f9f9fc, #f9f9fc 249px, transparent 249px, transparent 498px);	
}
.category_list .category{
	background-color: #fff;
	border: 1px solid #e4e5eb;
	height: 193px;
	width: 268px;
	margin-right: 30px;
	margin-bottom: 33px;
	text-align: center;
    box-sizing: border-box;
	font-size: 18px;
	font-family: "Roboto";
	color: rgb(48, 53, 93);
	text-transform: uppercase;
	float: left;
	display: table;
}
.category_list .category:hover{
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.category_list .category:nth-child(3n){
	margin-right: 0px;
}
.category_list .category a{
	color: rgb(48, 53, 93);
	text-decoration: none;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
	position: relative;
}
.category_list .category a:hover .category_name{
	text-decoration: underline;
}
.category_list .category .category_image{
	margin-top: 5px;
	margin-bottom: 10px;
}
.category_list .category .category_image img{
	max-width: 200px;
	max-height: 135px;
}
.category_list .category .category_name{
	position: absolute;
	bottom: 15px;
	left: 0px;
	right: 0px;
	text-align: center;
	font-size: 16px;
}
.category_list .category.middle{
	width: 368px;
}
.category_list .category.big{
	width: 468px;
}
.category_list .category.yellow {
	background: radial-gradient(ellipse  farthest-side ,#ffd12f 1%, #fdb10f 100%);
	border: 1px solid #fdb10f;
}
.category_list .category.red {
	background: radial-gradient(ellipse  farthest-side ,#ff5666 1%, #cf3646 100%);
	border: 1px solid #cf3646;
}
.category_list .category.red a{
	color: #fff;
}
.category_list .category.blue {
	background: radial-gradient(ellipse  farthest-side ,#84f8f4 1%, #54c8c4 100%);
	border: 1px solid #54c8c4;
	color: #fff;
}
.category_list .category.blue a{
	color: #fff;
}
.category_list .category_list_round{
	display: table;
    max-width: 1050px;
    margin: 0 auto;
	width: 100%;
}
.category_list .category_round{
    width: 25%;
    float: left;
    text-align: center;
    padding-top: 23px;
    height: 249px;
    box-sizing: border-box;
    padding: 23px 2% 0 2%;
}
.category_list .category_round a{
	text-decoration: none;
}
.category_list .category_round .category_image{
	width: 140px;
    height: 140px;
    border: solid 4px #c8cce0;
    border-radius: 50%;
    vertical-align: middle;
    display: table-cell;
	overflow: hidden;
}
.category_list .category_round .category_name{
	font-family: Roboto;
	font-size: 18px;
	line-height: 1.22;
	text-align: center;
	padding-top: 16px;
	color: #2f3460;
}
.about_brand{
	padding: 100px 0 120px;
    display: table;
    width: 100%;
}
.about_brand .column1{
	width: 300px;
    float: left;
}
.about_brand .column1 .color_header{

}
.about_brand .column2{
	width: calc(100% - 300px);
    float: left;
}
.about_brand .column2 p {
	font-size: 16.5px;
    color: #313131;
    line-height: 24px;
    margin-bottom: 15px;
}
/*--- список товаров ---*/
.items_list{
	display: table;
}
.items_list .item{
	background-color: #fff;
	float: left;
	width: 283px;
	margin-right: 9px;
	margin-bottom: 9px;
	box-sizing: border-box;
	border: solid 1px #dbdbdb;
	min-height: 515px;
	#border-bottom: 4px solid #ee3642;
}
.items_list .item:nth-child(3n){
	margin-right: 0px;
}
.items_list .item:nth-child(3n+1){
	clear: left;
}
.items_list .item>a{
	color: rgb(48, 53, 93);
	text-decoration: none;
	display: block;
}
.items_list .item .item_image_block {
	text-align: center;
    padding: 35px 35px 30px;
    height: 250px;
    box-sizing: border-box;
    display: table;
    width: 100%;
}
.items_list .item .item_image_block .item_image {
    display: table-cell;
    vertical-align: middle;
}
.items_list .item .item_image img{
	max-width: 218px;
	max-height: 185px;
	width: auto
}
.youtube-href {
    position: relative;
}
.youtube-href:after {
    content: url(../images/Youtube_128x128.png);
}
.items_list .item:hover{
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.items_list .item:hover .item_description{
	background-color: #f8fafb;
}
.items_list .item .item_description{
	padding: 30px 25px 25px 25px;
	font-family: "Roboto";
	height: 205px;
	position: relative;
    overflow: hidden;
}
.items_list .item .item_description:after{
	width: 100%;
    height: 55px;
    background: linear-gradient(to bottom, rgba(255,255,255,0.2), rgba(255,255,255,1) 85%);
    right: 0px;
    bottom: 0px;
    left: 0px;
    content: " ";
    position: absolute;
}
.items_list .item .item_description .item_category {
	font-size: 11px;
	font-weight: 500;
	color: #9b9b9b;
	text-transform: uppercase;
	line-height: 1.2;
	text-align: left;
	letter-spacing: 1px;
}
.items_list .item .item_description .item_name {
    font-size: 22px;
    font-weight: 300;
    color: #313131;
    line-height: 1.141;
    text-align: left;
    margin-bottom: 13px;
    margin-top: 3px;
    letter-spacing: -0.5px;
}
.items_list .item .item_description .item_text {
	font-size: 15px;
    color: #313131;
    line-height: 1.333;
    max-height: 130px;
}

.items_list .item:hover .item_description .item_text:after{
	background: linear-gradient(to bottom, rgba(248,250,249,0.1), rgba(248,250,249,1));
}
.show_more{
	cursor: pointer;
	background-color: #ee3642;
    font-size: 18px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 90px;
    text-align: center;
    position: relative;
	margin-bottom: 25px;
}
.show_more span{
	padding-right: 50px;
}
.show_more span i{
	font-style: normal;
}
.show_more span:after{
	background-image: url(/images/plus_icon.png);
    width: 34px;
    height: 34px;
    content: " ";
    position: absolute;
    top: calc(50% - 17px);
    margin-left: 17px;
}
.catalog_block .left_column{
	width: 885px;
	float: left;
	margin-top: 30px;
}
.catalog_block .right_column{
	width: 278px;
	float: right;
	margin-top: 30px;
	padding-bottom: 30px;
}
.catalog_menu_block_button,
.article__category_button{
	display: none;
}
.catalog_menu_block{
	min-height: 382px;
}
.catalog_menu_block .catalog_menu_header {
    font-size: 24px;
    color: rgb(0, 178, 173);
    text-align: left;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
}
.catalog_menu_block .catalog_menu_header:after{
    content: " ";
    position: absolute;
    width: 83px;
    height: 3px;
    background-color: #00b2ad;
    bottom: -15px;
    left: 0px;
}
.catalog_menu_block .catalog_menu_header.white{
	color: #fff;
}
.catalog_menu_block .catalog_menu_header.white:after{
	background-color: #fff;
}
.catalog_menu_block {
    font-family: "Roboto";
    margin-right: -10px;
    background-color: #30355d;
	padding: 25px 27px;
}
.catalog_menu_list .catalog_menu_item{
	font-size: 15px;
	font-family: "Roboto";
	color: rgb(226, 238, 255);
	line-height: 1.2;
	text-align: left;
	font-weight: 300;
	position: relative;
}
.catalog_menu_list .catalog_menu_item a{
	text-decoration: none;
	padding: 12px 25px 12px 52px;
    display: block;
    width: calc(100% + 50px);
    margin-left: -25px;
    box-sizing: border-box;
	color: #abc0dd;
	background: url(/images/article_cat_icon.png) no-repeat 25px center;
}

.catalog_menu_list .catalog_menu_item a:hover{
	text-decoration: underline;
}
.catalog_menu_list .catalog_menu_item.active  a,
.catalog_menu_list .catalog_menu_item:hover a{
	background: url(/images/article_cat_icon_a.png) no-repeat 25px center;
}
.catalog_menu_list .catalog_menu_item.active  a{
	font-weight: bold;
	color: #fff;
}
.catalog_menu_list .catalog_menu_item .catalog_menu_item_child_list{
	width: calc(100% + 54px);
	margin-left: -27px;
	background-color: #ee3642;
	position: relative;
	padding: 20px 0;
	margin-top: 12px;
	margin-bottom: 12px;
	#display: none;
}
.catalog_menu_list .catalog_menu_item .catalog_menu_item_child_list.open{
	#display: block;
}
.catalog_menu_list .catalog_menu_item .catalog_menu_item_child_list:before{
	content: '';
	position: absolute;
	left: 54px;
	top: 0px;
	border: 11px solid transparent;
	border-top: 11px solid #30355d;
}
.catalog_menu_list .catalog_menu_item .catalog_menu_item_child_list .catalog_menu_item a{
	width: 100%;
	color: #fff;
	margin-left: 0;
	font-weight: 400;
	background: unset;
	padding-left: 80px;
}
.catalog_menu_list .catalog_menu_item .catalog_menu_item_child_list .catalog_menu_item.active  a{
	font-weight: bold;
}
.catalog_menu_list .catalog_menu_item .catalog_menu_item_child_list .catalog_menu_item.active  a,
.catalog_menu_list .catalog_menu_item .catalog_menu_item_child_list .catalog_menu_item:hover a{
	background: url(/images/article_cat_icon_w.png) no-repeat 63px center;
}
.article__category-list{
	margin-top: 50px;
	margin-bottom: 20px;
}
/*--- страница товара ---*/
.catalog_item_block{
    padding: 30px 0 0px;
    display: table;
    width: 100%;
}
a.youtube-href{
	color: #313131;
    text-decoration: none;
    border-bottom: none;
    cursor: default;
}
a.youtube-href:hover{
	border-bottom: 0px;
}
.catalog_item_block .breadcrumbs {
    margin-bottom: 30px;
}
.item_container{
	display: table;
	width: 100%;
	margin-top: 60px;
	margin-bottom: 65px;
}

.item_container .item_photo{
	width: 30%;
	float: left;
	padding-right: 5%;
	box-sizing: border-box;
	padding-top: 30px;
	text-align: center;
	position: relative;
}
.item_container .item_buttons{
	margin-top: 30px;
}
.item_container .item_prop_column1{
	width: 40%;
	float: left;
}
.item_container .item_prop_column2{
	width: 30%;
	float: left;
	padding-left: 5%;
	box-sizing: border-box;
}
.item_container .item_photo img{
	max-width: 100%;
}
.item_container h2.color_header,
.item_container h4.color_header {
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 22px;
}
.item_container h2.color_header.red_after:after,
.item_container h4.color_header.red_after:after{
	width: 100px;
	bottom: -10px;
}
.catalog_item_block h3 .new_name{
	display: inline-block;
    font-size: 16px;
    background-color: #ffd000;
    color: #000000;
    padding: 5px 15px;
    margin-bottom: 8px;
    font-weight: 400;
    margin-left: 5px;
    line-height: 20px;
    vertical-align: middle;
}
.item_container .new_name{
	background-color: #ffd000;
    color: #000000;
    display: table;
    padding: 3px 15px;
    margin-bottom: 10px;
    margin-top: 25px;
}
.item_description .new_name {
    background-color: #ffd000;
    color: #000000;
    display: inline-block;
    padding: 7px 10px;
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 15px;
}
.item_container .file{
    font-size: 14px;
    color: #9b9b9b;
    line-height: 1.357;
    text-decoration: none;
    width: 32.5%;
    display: inline-block;
    padding-top: 63px;
    background: url("../images/pdf_icon.png") no-repeat 0px 5px;
	background-size: 32px;
    vertical-align: top;
    padding-right: 7%;
    box-sizing: border-box;
    margin-top: 10px;
}
.item_container .file:hover{
	text-decoration: underline;
}
.item_container .file.xls{background-image: url("../images/xls_icon.png");}
.item_container .file.doc{background-image: url("../images/doc_icon.png");}

.item_container .temperature{
	font-size: 24px;
    color: rgb(0, 178, 173);
    line-height: 1;
    letter-spacing: -0.5px;
    padding-bottom: 10px;
    margin-bottom: 65px;
	margin-top: 40px;
    position: relative;
}
.item_container .temperature .start{color: #00b2ad;}
.item_container .temperature .end{color: #ee3642; float: right;}
.item_container .temperature:after{
	content: " ";
    position: absolute;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #00b2ad, #ee3642);
    bottom: -18px;
    left: 0px;
}
.item_container .temperature:before{
	content: " ";
    position: absolute;
    width: 100%;
    height: 22px;
    background: url('/images/grad_lines.svg') no-repeat 1px top;
    bottom: -22px;
    left: 0px;
}

.item_container .shop_link{
	width: 100%;
	padding-top: 1px;
	padding-bottom: 0px;
	margin-bottom: 15px;
}
.item_container .shop_link span{
	#background: url(../images/small_cart_icon.png) no-repeat left center;
   # padding-left: 34px;
    line-height: 40px;
    display: inline-block;
}
.item_container .dealer_link{
	width: 100%;
	padding-top: 1px;
	padding-bottom: 0px;
	margin-bottom: 20px;
	background-color: #e1e1e1;
	color: #4a4a4a;
}
.item_container .new_package {
    position: absolute;
    background: url(/images/new_pack_icon.png) no-repeat;
    top: 10px;
    right: 15%;
    width: 100px;
    height: 100px;
    z-index: 2;
    background-size: contain;
}
.english .item_container .new_package {
	background: url(/images/new_pack_icon_en.png) no-repeat;
	background-size: contain;
}

.item_container .dealer_link span{
	#background: url(../images/small_location_icon.png) no-repeat left center;
    #padding-left: 30px;
    line-height: 40px;
    display: inline-block;
}
.item_container .item_prop_column1{
	font-size: 16.5px;
	color: #313131;
	line-height: 24px;
	text-align: left;
}
.item_container .packages{
	#background: url(../images/props_bg.png) no-repeat 25px center;
	#padding-left: 128px;
    display: table;
    width: 100%;
    box-sizing: border-box;
	margin-bottom: 40px;
}
.item_container .packages span{
	margin-right: 15px;
    float: left;
    line-height: 63px;
    color: #313131;
    font-size: 15px;
	font-weight: 500;
    width: 63px;
    height: 64px;
    border-radius: 50%;
    border: 3px solid #E3E3E3;
    text-align: center;
    margin-bottom: 10px;
	margin-top: 10px;
}
.catalog_item_tabs_line{
	position: relative;
	background-color: #f5f6fb;
	margin-bottom: 50px;
	box-shadow: 1px 6px 10px rgba(0,0,0,0.2);
}
.catalog_item_tabs_line.fixed{
	position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 10;
}
.catalog_item_tabs_line.fixed + .contant_container>.catalog_item_tabs_content{
	margin-top: 250px;
}
.catalog_item_tabs_line .catalog_item_tabs {
    display: table;
    width: 100%;
}
.catalog_item_tabs_line .catalog_item_tabs li.catalog_item_tab{
    display: table-cell;
    line-height: 20px;
    font-size: 16px;
    color: #00b2ad;
    font-weight: 400;
    text-align: center;
    position: relative;
    padding: 0 15px;
    height: 81px;
    vertical-align: middle;
    min-width: 120px;
	cursor: pointer;
}
.catalog_item_tabs_line .catalog_item_tabs li.catalog_item_tab span{
	border-bottom: 1px dotted #00b2ad;
}
.catalog_item_tabs_line .catalog_item_tabs li.catalog_item_tab:hover{
	background-color: #f8fafb;	
}
.catalog_item_tabs_line .catalog_item_tabs li.catalog_item_tab:hover span{
	border-bottom: none;
}
.catalog_item_tabs_line .catalog_item_tabs li.catalog_item_tab:hover:after{
	content: " ";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #00b2ad;
    bottom: 0px;
    left: 0px;	
}
.catalog_item_tabs_line .catalog_item_tabs li.catalog_item_tab.active{
	background-color: #ffffff;	
}
.catalog_item_tabs_line .catalog_item_tabs li.catalog_item_tab.active span{
	border-bottom: none;
	color: #ee3642;
}
.catalog_item_tabs_line .catalog_item_tabs li.catalog_item_tab.active:after{
	content: " ";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #ee3642;
    bottom: 0px;
    left: 0px;	
}
h4.color_header,
h2.color_header {
    font-size: 24px;
    display: block;
    color: #ee3642;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: left;
	font-weight: 300;
    position: relative;
    margin-bottom: 40px;
}

h4.color_header.red_after:after,
h2.color_header.red_after:after{
	width: 100px;
    bottom: 5px;
}
.catalog_item_tabs_content .tab_icon{
	width: 48px;
	height: 48px;
	margin-right: 16px;
	float: left;
}
.catalog_item_tabs_content h2.color_header,
.catalog_item_tabs_content h4.color_header{
    margin-top: 15px;
    line-height: 48px;
    display: table;
}
.catalog_item_tabs_content{
	margin-bottom: 100px;
}
.catalog_item_tabs_content .tab_content {
	font-size: 16.5px;
	font-family: "Roboto";
	color: #313131;
	line-height: 24px;
	text-align: left;
	margin-bottom: 70px;
	#display: none;
}
.catalog_item_tabs_content .tab_content.contentapplication .modengy-dvs-together-cheaper{
	width: 841px;
	height: 327px;
	margin: 20px 0 30px;
	background-image: url('https://modengy.ru/images/modengy-dvs-together-cheaper.png');
	background-size: contain;
	position: relative;
}
.catalog_item_tabs_content .tab_content.contentapplication .modengy-dvs-together-cheaper a{
	width: 270px;
	position: absolute;
	bottom: 36px;
	right: 38px;
}
.catalog_item_tabs_content .tab_content.contentvideo iframe{
	width: 843px;
	height: 480px;
	margin-bottom: 30px;
}
.catalog_item_tabs_content .tab_content p{
	max-width: 750px;
}
.catalog_item_tabs_content .tab_content.contentfriction{
	margin-bottom: 30px;
}
.catalog_item_tabs_content .tab_content:first-child{
	display: block;
}
.catalog_item_tabs_content .video_slider{
	padding-bottom: 40px;
	max-width: 900px;
}
.catalog_item_tabs_content .video_slider .owl-nav{
	position: absolute;
    top: calc(50% - 60px);
	width: 100%;
}
.catalog_item_tabs_content .video_slider .owl-prev{
	background: url("/images/video_slider_left_big.png") no-repeat center !important;
	background-size:40px 74px !important;	
	color: transparent;
	width: 40px;
	height: 74px;
	left: -30px;
    position: absolute;
}
.catalog_item_tabs_content .video_slider .owl-next{
	background: url("/images/video_slider_right_big.png") no-repeat center !important;
	background-size:40px 74px !important;
	width: 40px;
	color: transparent;
	height: 74px;
	right: -30px;
    position: absolute;
}

@media (max-width:767px) {
	.catalog_item_tabs_content .video_slider .owl-prev{ 
		background-size:20px auto !important;		
		width: 20px;
		height: 36px;		
		left: -20px;		
	}	
	.catalog_item_tabs_content .video_slider .owl-next{ 
		background-size:20px auto !important;
		width: 20px;
		height: 36px;
		right: -20px;
	}
	.catalog_item_tabs_content .video_slider .owl-dots {
	  bottom: 10px;
	}
	
	.catalog_item_tabs_content .video_slider {
		padding-bottom: 30px;
	}
}

.catalog_item_tabs_content .video_slider .owl-dots .owl-dot span{
	background: #bbbbbb;
	border: solid 2px #bbbbbb;
	width: 11px; 
    height: 11px;
}
.catalog_item_tabs_content .video_slider .owl-dots .owl-dot.active span, 
.catalog_item_tabs_content .video_slider .index_slider .owl-dots .owl-dot:hover span {
    background-color: #f5f6fb;
	border: solid 2px #ff0938;
}
.catalog_item_tabs_content .video_slider .owl-dots{
	bottom: -5px;
}
/*
.catalog_item_tabs_content .tab_content ul li{
	width: 32%;
	float: left;
	background: url(../images/catalog_list_icon.png) no-repeat left 10px;
	padding-left: 18px;
	box-sizing: border-box;
	margin-left: 2%;
}
.catalog_item_tabs_content .tab_content ul{
	display: table;
	width: 100%;
	padding: 10px 0;
}
.catalog_item_tabs_content .tab_content ul li:nth-child(3n+1){
	clear: left;
	margin-left: 0px;
}
*/
.catalog_item_tabs_content .tab_content ul {
    display: table;
    width: 100%;
    column-gap: 20px;
	padding-top: 10px;
}


.catalog_item_tabs_content .tab_content ol {
  counter-reset: myCounter;
  list-style-type: none;
  padding-left: 0px;
  margin: 20px 0 20px;
}

.catalog_item_tabs_content .tab_content ol li {
	list-style: none;
	padding-left: 45px;
	position: relative;
	margin-top: 5px;
	margin-bottom: 20px;	
}

.catalog_item_tabs_content .tab_content ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  color: rgb(44, 44, 44);
  position: absolute;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  left: 0;
  top: -3px;
  border: 3px solid #00b2ad;
  border-radius: 100%; 
}

.catalog_item_tabs_content .tab_content ul li {
    background: url(../images/catalog_list_icon.png) no-repeat left 10px;
    padding-left: 18px;
    box-sizing: border-box;
    padding-bottom: 20px;
	width: 30%;
	float: left;
	margin-right: 5%;
	color: #313131;
    font-size: 16.5px;
    line-height: 24px;
}
.catalog_item_tabs_content .tab_content ul li:nth-child(3n){
	margin-right: 0%;
}
.catalog_item_tabs_content .tab_content ul li:nth-child(3n+1){
	clear: both;
}
.catalog_item_tabs_content .tab_content .fruction_units{
	-moz-column-count: 1;
    -moz-column-gap: 0px;
    -webkit-column-count: 1;
    -webkit-column-gap: 0px;
    column-count: 1;
    column-gap: 0px;
	padding-top: 30px;
}
.catalog_item_tabs_content .tab_content .fruction_units li{
    display: inline-block;
    vertical-align: top;
    padding-left: 5%;
    background: none;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    line-height: 19px;
    color: #30355d;
	width: 25%;
    margin-bottom: 40px;
    padding-right: 5%;
}
.catalog_item_tabs_content .tab_content .fruction_units li:nth-child(7n){
	margin-right: 0px;
}
.catalog_item_tabs_content .tab_content .fruction_units li span {
    display: block;
    padding-top: 7px;
}
.catalog_item_tabs_content .tab_content h3{
	font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    text-align: left;
    color: #30355d;
    text-transform: unset;
    margin-bottom: 10px;
}
.properties__table{
	width: 100%;
}
.properties__table th {
	font-size: 15px;
    font-weight: 400;
    color: #fff;
	line-height: 24px;
	text-align: left;
	padding: 12px 20px 12px 30px;
	letter-spacing: -0.5px;
	background-color: #ee3642;
    vertical-align: middle;
    height: 50px;
}

.properties__table tr:nth-child(2n-1) td {
    background-color: #f8fafb;
}
.properties__table td {
	min-height: 31px;
	font-size: 15px;
	font-weight: 400;
	font-family: "Roboto";
	color: rgb(100, 130, 160);
	line-height: 19px;
    background-color: #fff;
	padding: 15px 20px 15px 30px;
}
/*--- список новостей ---*/
.breadcrumbs {
	margin-bottom: 20px;
}
.breadcrumbs li{
	display: inline-block;
	font-size: 16px;
	color: #30355d;
	line-height: 1.5;
	margin-right: 10px;
}
.breadcrumbs li.razd{
	color: #ee3642;
}
.breadcrumbs li:last-child{
	background: none;
	padding-right: 0px;
}
.breadcrumbs li a{
	display: inline-block;
	color: #ee3642;
	text-decoration: underline;
}
.breadcrumbs li a:hover{
	text-decoration: none;
}
.news_list_block{
	padding: 30px 0 60px;
}
.news_list_block .news_list{
	display: table;
	margin-top: 50px;
}

.news_list_block .news_list .news_item_block{
	height: 268px;
	overflow: hidden;
		margin-bottom: 38px;
		position: relative;
}
.news_list_block .news_list .news_item{
	width: 100%;

	padding: 0px;
	box-sizing: border-box;
	max-width: 970px;

	position: relative;
	
	display: table;
}

.news_list_block .news_list .news_item .news_item_photo{
	text-align: center;
	margin-bottom: 20px;
	width: 400px;
    float: left;
	margin-right: 37px;
}
.news_list_block .news_list .news_item .news_item_body{
    display: table-cell;
    vertical-align: middle;
}
.news_list_block .news_list .news_item_block:after{
    height: 43px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
    right: 0px;
    bottom: 0px;
	left: 400px;
    content: " ";
    position: absolute;
}
.news_list_block .news_list .news_item .news_item_photo .news_image_div{
    min-height: 260px;
    min-width: 400px;
    background-size: cover;
	background-position: 50% 50%;
}
.news_list_block .news_list .news_item .news_item_title {
	font-size: 24px;
	color: #ee3642;
	font-weight: bold;
	text-decoration: none;
	display: block;
	line-height: 30px;
	text-align: left;
	margin-bottom: 18px;
}
.news_list_block .news_list .news_item .news_item_title:hover{
	text-decoration: underline;
}
.news_list_block .news_list .news_item .news_item_date{
	font-size: 16.5px;
	color: #00b2ad;
	text-transform: uppercase;
	line-height: 1;
	text-align: left;
	font-weight: 500;
	margin-bottom: 18px;
}
.news_list_block .news_list .news_item .news_item_date a{
	color: #30355D;
}

.news_list_block .news_list .news_item .news_item_announce{
	font-size: 16.5px;
	line-height: 1.45;
	color: #313131;
	font-weight: 400;
	min-height: 80px;
	position: relative;
	margin-bottom: 20px;
}

/*--- список статей ---*/
.articles_list_block{
	padding: 30px 0 60px;
}
.articles_list_block .articles_list{
	display: table;
}
.articles_list_block .article_item {
	float: left;
	width: 770px;
	margin-bottom: 41px;
	padding: 0px;
	box-sizing: border-box;
	background-color: #EBEDF4;
	#border-bottom: 4px solid #0db3ad;
}

.articles_list_block .article_item  .article_item_photo{
	text-align: center;
	margin-bottom: 15px;
}
.articles_list_block .article_item  .article_item_photo img{

}
.articles_list_block .article_item  .article_item_title {
	font-size: 24px;
	color: #ee3642;
	font-weight: bold;
	text-decoration: none;
	display: block;
	line-height: 30px;
	text-align: left;
	padding-left: 28px;
	margin-bottom: 20px;
	max-width: 670px;
}
.articles_list_block .article_item  .article_item_title:hover{
	text-decoration: underline;
}
.articles_list_block .articles_list .article_item .article_item_cat{
	font-size: 16.5px;
	color: #949494;
	line-height: 1.2;
	text-align: left;
	font-weight: 400;
	margin-bottom: 15px;
	padding-left: 28px;
}
.articles_list_block .articles_list .article_item .article_item_cat a{
	font-size: 16.5px;
	color: #646464;
}
.articles_list_block .articles_list .article_item .article_item_announce{
	font-size: 16.5px;
	font-weight: 400;
	color: #313131;
	line-height: 24px;
	min-height: 80px;
	margin-bottom: 20px;
	max-width: 670px;
	display: inline-block;
	padding-left: 28px;
	text-decoration: none;
}
.articles_list_block .articles_list .article_item a.article_item_announce:hover{
	text-decoration: underline;
}
.article__aside{
	padding-bottom: 25px;
}
.article__aside .article__category{
	background-color: #30355d;
	padding: 25px;
}
.article__aside .article__category .article__header{
	font-size: 24px;
	color: rgb(0, 178, 173);
	text-align: left;
	font-weight: bold;
	margin-bottom: 30px;
	position: relative;
}
.article__aside .article__category .article__header:after {
    content: " ";
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #00b2ad;
    bottom: -15px;
    left: 0px;
}
.article__category-list .article__category-item  {
	font-size: 15px;
	font-family: "Roboto";
	color: rgb(226, 238, 255);
	line-height: 1.2;
	text-align: left;
	font-weight: 300;
	position: relative;
}
.article__category-list .article__category-item:after{
    width: 245px;
    height: 1px;
    background: #464b72;
    content: " ";
    position: absolute;
    top: 1px;
	left: 27px;
}
.article__category-list .article__category-item.active + .article__category-item:after ,
.article__category-list .article__category-item:hover + .article__category-item:after {
	#display: none;
}
.article__category-list .article__category-item:first-child:after{
	display: none;
}
.article__category-list .article__category-item  a{
	text-decoration: none;
	padding: 12px 25px 12px 52px;
    display: block;
    width: calc(100% + 50px);
    margin-left: -25px;
    box-sizing: border-box;
	color: #abc0dd;
	background: url(../images/article_cat_icon.png) no-repeat 25px center;
}
.article__category-list .article__category-item  a:hover{
	text-decoration: underline;
}
.article__category-list{
	margin-top: 50px;
	margin-bottom: 20px;
}

.article__category-list .article__category-item.active  a,
.article__category-list .article__category-item:hover a{
	background: url(../images/article_cat_icon_a.png) no-repeat 25px center;
}
.article__category-list .article__category-item.active  a{
	font-weight: bold;
	color: #fff;
}
.subscribe_form_block{
	display: none;
	background-color: #00b2ad;
	padding: 25px;
	margin-bottom: 30px;
}
.subscribe_form_block .site-subscribe-form label {
    font-size: 18px;
    font-weight: 300;
    color: rgb(255, 255, 255);
    line-height: 1.333;
    margin-bottom: 15px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.22);
    display: block;
}
.subscribe_form_block .site-subscribe-form .site-subscribe-form__input {
    line-height: 38px;
    padding: 0 16px;
    border-radius: 3px;
    border: none;
	box-sizing: border-box;
    outline: none;
    width: 100%;
    font-size: 12px;
    font-weight: 300;
    color: rgb(100, 130, 160);
	border: 1px solid #fff;
}
.subscribe_form_block .site-subscribe-form .site-subscribe-form_submit {
    background-color: #30355d;
    color: #fff;
    text-decoration: none;
    padding: 13px 36px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 20px;
    display: inline-block;
    border: none;
    outline: none;
    margin-top: 20px;
    cursor: pointer;
}
.subscribe_form_block .site-subscribe-form  .form_result{
	text-align: center;
	font-size: 20px;
    font-weight: 300;
    color: rgb(255, 255, 255);
    line-height: 1.333;
    margin-bottom: 15px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.22);
}
.subscribe_form_block .site-subscribe-form  .ofertaTitle{
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.22);
    font-weight: 300;
    font-size: 12px;
    margin-top: 10px;
    display: block;
}
.subscribe_form_block .site-subscribe-form  .ofertaTitle a{
	color: #fff;
}
.article__aside .read_more_articles .article__header{
	font-size: 24px;
    color: #2f3460;
    text-align: left;
    font-weight: bold;
    margin-bottom: 28px;
    position: relative;
	padding-left: 25px;
	margin-top: 30px;
}
.article__aside .read_more_articles .article__header:after{
	content: " ";
    position: absolute;
    width: 35px;
    height: 2px;
    background-color: #2f3460;
    bottom: -10px;
    left: 25px;
}
.article__aside .read_more_articles .item{
	margin-bottom: 12px;
}
.article__aside .read_more_articles .item .article_content{
	background-color: #f5f6fb;
}
.article__aside .read_more_articles .item .article_bottom_part{
	padding: 15px 25px;
}
.article__aside .read_more_articles .item .article_bottom_part .article_title a{
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.47;
	letter-spacing: normal;
	text-align: left;
	color: #2f3460;
}
/*--- навигация ---*/

.page-nav {
    text-align: left;
}

.page-nav__list {
	display: table;
}

.page-nav__list-item {
    display: inline-block;
	float: left;
    vertical-align: top;
	border-right: none;
    min-width: 40px;
    height: 40px;
	font-family: Roboto;
	font-size: 16px;
	line-height: 40px;
	color: #353c43;
    margin-right: 5px;
	background-color: #fff;
	text-align: center;
    border-radius: 50%;	
}


.page-nav__list-item:hover {
    background-color: rgba(0,0,0,.06);	
}

.page-nav__list-item:hover a,
.page-nav__list-item:hover span {
    color: #353c43 !important;
}
.page-nav__list-item.page-nav__list-item_next-page{
	padding: 0 16px;
	border-radius: 0px;
}
.page-nav__list-item.page-nav__list-item_next-page:hover{
	background-color: unset;
}
.page-nav__list-item.page-nav__list-item_next-page:hover a{
	color: #353c43 !important;
}

.page-nav__list-item.page-nav__list-item_nav_begin{
	padding-right: 16px;
	border-radius: 0px;
}
.page-nav__list-item.page-nav__list-item_nav_begin:hover{
	background-color: unset;
}
.page-nav__list-item.page-nav__list-item_nav_begin:hover a{
	color: #353c43 !important;
}



.page-nav__list-item.active {
    background-color: #ee3642;
	border-color: #ee3642;
	border-radius: 50%;
}

.page-nav__list-item.active a,
.page-nav__list-item.active span {
    color: #fff !important;
}

.page-nav__list-item.active span {
    cursor: default;
}

.page-nav__list-item a,
.page-nav__list-item span {
    font-size: 16px;
	line-height: 40px;
	display: block;
	color: #353c43;
    text-decoration: none;
	text-align: center;
}

.page-nav__list-item a:hover,
.page-nav__list-item span:hover {
    color: #61bcd6;
}



.page-nav__list-item_first-page {
    background-position: 0 0;
}

.page-nav__list-item_prev-page {
    background-position: 0 -30px;
}

.page-nav__list-item_next-page {
    background-position: 0 -60px;
}

.page-nav__list-item_last-page {
    background-position: 0 -90px;
}

.page-nav__list-item_first-page a,
.page-nav__list-item_prev-page a,
.page-nav__list-item_next-page a,
.page-nav__list-item_last-page a {
    width: 100%;
    height: 100%;
}
/*--- статья ---*/
.article_block{padding-top: 20px;}
.article_big_image{
	height: 420px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	position: relative;
	z-index: 1;
}
@media (max-width: 1100px){
	.article_big_image{
		height: 400px;
	}
}
.article_big_image:after{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: #111;
    opacity: 0.7;
    content: " ";
    z-index: -1;
}
.article_block .article_big_image .contant_container{
	display: table;
    vertical-align: middle;
	height: 100%
}
.article_block .article_big_image .contant_container .big_image_text{
	vertical-align: middle;
    display: table-cell;
	z-index: 50;
}
.article_block .article_big_image .contant_container .big_image_text span{
	max-width: 850px;
    display: block;
	font-weight: 300;
	font-size: 24px !important;
	line-height: 32px;
}
.article_block .article_big_image  .breadcrumbs{
	display: table;
    background-color: #0a0907;
    padding: 10px 20px;
    margin-top: -45px;
}
.article_big_image h1{
	font-size: 48px;
	color: rgb(255, 255, 255);
	line-height: 1.2;
	text-align: left;
	text-shadow: 0px 1px 1px rgba(0, 91, 102, 0.75);
	font-weight: 300;
	width: 850px;
	position: relative;
}
.article_big_image h1:after{
	content: " ";
    position: absolute;
    width: 150px;
    height: 4px;
    background-color: #00b2ad;
    bottom: -15px;
    left: 1px;
}

.new_article2 .article_big_image h1:after {
	display: none
}
.article__wrap {
    position: relative;
    margin: 40px 0 25px;
}
.article__aside {
    float: right;
    width: calc(100% - 780px);
	max-width: 370px;
    overflow: hidden;
    padding: 0 0 0 5px;
	padding-bottom: 35px;
    margin: 0 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.article__aside + div, .article__aside + section {
    padding-right: 280px;
	width: 770px;
	padding-bottom: 50px;
}

.article__section {
    padding: 0 280px 0 0;
}


.article__section .video {
	box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.12);
	//min-height: 512px;
	max-width: 750px;
	padding: 45px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.article__section .video-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.33;
}

.article__section .video-img {
    width: 100%;
    height: 325px;
    margin-top: 30px;
    position: relative;
}

.video-overlay:before {
    width: 60px;
    height: 60px;
    background: transparent url(/images/video.svg) center center no-repeat;
        background-size: auto;
    background-size: 60px 60px;
    border-radius: 100%;
    content: ' ';
    left: 50%;
    top: 50%;
    display: block;
    position: absolute;
    margin-top: -30px;
    margin-left: -30px;
}

.article__section .video-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}


.article__section {
	font-size: 16.5px;
    font-family: "Roboto";
    color: #313131;
    line-height: 24px;
    font-weight: 400;
	text-align: left;
}
.article__section p{
	margin-bottom: 15px;
	text-align: left !important; 
}
.article__section b{
	font-weight: 700;
}
.article__section table{
	width: 100%;
	min-width: 1000px;
	max-width: 1230px;
	margin: 30px 0;
}
.article__section iframe{
	height: 420px;
    max-width: 100%;
	margin-top: 20px;
    margin-bottom: 20px;
}
.article__section table th,
.article__section table tr:first-child td,
.article__section table tr.red td{
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    text-align: left;
    padding: 12px 20px 12px 30px;
    letter-spacing: -0.5px;
    background-color: #ee3642 !important;
    vertical-align: middle;
    height: 50px;
}
.article__section ul,
.news_text ul{
	list-style-type: none; /* Убираем исходные маркеры */
    counter-reset:  item; /* Обнуляем счетчик списка */
	margin-left: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: table;
}
.article__section ul li,
.news_text ul li{
	padding-left: 60px;
	font-family: Roboto;
	font-size: 16.5px;
	line-height: 1.45;
	color: #313131;
	position: relative;
	padding-top: 7px;
    padding-bottom: 6px;
	margin-bottom: 15px;
}
.article__section ul li:before ,
.news_text ul li:before {
	font-family: Roboto;
    font-size: 14px;
    line-height: 38px;
    letter-spacing: 1.5px;
    background-color: #ffffff;
    border: solid 1px #e8e8e8;
    border-radius: 50%;
    text-align: center;
    color: #7f7f7f;
    content: counter(item);
    counter-increment: item;
    width: 38px;
    height: 38px;
    display: inline-block;
    position: absolute;
	left: 0px;
	top: 0px;
}
.article__wrap h2,
.news_text h2{
  font-family: Roboto;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2;
  text-align: left;
  color: #ee3642;
  margin-bottom: 17px;
  margin-top: 30px;
  clear: left;
  text-transform: none;
}
.article__section h3{
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: normal;
	margin-bottom: 21px;
}
.article__section h4,
.news_text h4{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.56;
	color: #313131;
	margin-bottom: 11px;
	margin-top: 30px;
}
.article__section table tr:nth-child(2n+1) td {
    background-color: #fff;
}
.article__section table td {
	min-height: 31px;
	font-size: 15px;
	font-weight: 400;
	font-family: "Roboto";
	color: rgb(100, 130, 160);
	line-height: 19px;
    background-color: #f8fafb;
	padding: 15px 20px 15px 30px;
}
.article__section .article__header{
	font-size: 24px;
	font-family: "Roboto";
	color: rgb(48, 53, 93);
	font-weight: 300;
	line-height: 32px;
	margin-bottom: 50px;
	margin-top: 30px;
	position: relative;
}
.article__section .article__header:after{
	content: " ";
    position: absolute;
    width: 150px;
    height: 4px;
    background-color: #ee3642;
    bottom: -20px;
    left: 1px;
}
.article__image-frame {
    width: 166px;
    height: 166px;
    overflow: hidden;
    position: relative;
    margin: 0 auto 29px;
    border-radius: 100%;
}
.article__section #ready-solution.ready-solution{
	overflow: visible;
}
.article__section  #ready-solution.ready-solution .ready-solutions-wrap_inner-machine{
	overflow: visible;
}
/*
.article__wrap p.especial:before{
	content: " ";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 100%;
    height: 36px;
    background: url(/images/blockquote_open.svg) no-repeat;
}

.article__wrap p.especial {
	font-size: 20px;
	font-family: "Roboto";
	color: #000000;
	font-weight: 300;
	line-height: 1.6;
	padding: 53px 38px 63px 38px;
	position: relative;
	text-align: center !important;
	margin-top: 40px;
	margin-bottom: 40px;
}
.article__wrap p.especial:after{
    content: " ";
    position: absolute;
    right: 0px;
    bottom: 8px;
    width: 100%;
	height: 36px;
	background: url(/images/blockquote_close.svg) no-repeat right;
}
*/

.article__wrap p.especial:before ,
.article__wrap blockquote:before {
    content: " ";
    position: absolute;
    left: 20px;
    top: 30px;
    width: 25px;
    height: 26px;
    background: url(/images/blockquote_open_new.png) no-repeat;
    background-size: contain;
}
.article__wrap p.especial,
.article__wrap blockquote {
    font-size: 20px;
    font-family: "Roboto";
    color: #000000;
    font-weight: 300;
    line-height: 1.6;
    padding: 40px 55px 45px 55px;
    position: relative;
    text-align: center !important;
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #f5f6fb;
}
.article__wrap p.especial:after,
.article__wrap blockquote:after  {
    content: " ";
    position: absolute;
    right: 20px;
    bottom: 28px;
    width: 25px;
    height: 26px;
    background: url(/images/blockquote_close_new.png) no-repeat right;
    background-size: contain;
}
.article__wrap a {
   # color: #1fa7ae;
}
.article__wrap .img_with_text{
	display: table;
    float: left;
    line-height: 1;
	
}
.article__wrap .img_with_text span{
	font-family: Roboto;
    font-size: 12px;
    line-height: 1.33;
    color: #4a4a4a;
    clear: both;
    display: table;
	padding-top: 24px;
}
.article__image {
  text-align: left;
  padding: 15px 10px 26px; }
  .article__image[align="right"] {
    float: right; }
  .article__image[align="left"] {
    float: left; }
  .article__image[float="right"] {
    float: right; }
  .article__image[float="left"] {
    float: left; }
.article__image[align="left"] {
    padding-left: 0px;
	padding-right: 57px;	
}
.article__image-frame {
  width: 166px;
  height: 166px;
  overflow: hidden;
  position: relative;
  margin: 0px auto 0px;
  border-radius: 100%; }

.article__image-text {
  font-family: Roboto;
  font-size: 12px;
  line-height: 1.33;
  color: #4a4a4a;
  margin-top: 24px;
  padding: 0px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; 
}
.article__section .anchors {
	border: solid 1px #979797;
	padding: 27px 19px 35px 35px;
	margin-left: 38px;
	margin-bottom: 47px;
    margin-top: 30px;
	display: table;
	font-family: Roboto;
	font-size: 16.5px;
	line-height: 1.7;
}
.article__section .anchors a{
	margin-bottom: 11px;
    line-height: 22px;
    display: inline-block;
}
.article__section .anchors b{
	font-family: Roboto;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.27;
	color: #313131;
	display: block;
	margin-bottom: 10px;
}
  
.article__wrap .image_block{
	display: table;
	margin: 25px 0 50px;
	min-width: 90%;
}
.article__wrap .image_block img{
	border-radius: 1px;
	margin-right: -93px;
	z-index: -1;
	position: relative;
}
.article__wrap .image_block .text + img{
	margin-left: -93px;
	margin-right: 0px;
}
.article__wrap .image_block .text{
	display: table-cell;
	vertical-align: middle;
	
}
.article__wrap .image_block .text>p{
	width: 472px;
	margin-top: 30px;
	box-sizing: border-box;
	z-index: 8;
	display: block;
	padding-left: 34px;
	padding-top: 22px;
	padding-bottom: 26px;
	padding-right: 29px;
	font-family: Roboto;
	font-size: 14px;
	line-height: 1.43;
	color: #ffffff;
	box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.2);
	text-align: left;
	position: relative;
	background-image: linear-gradient(70deg, #90228c, #009b90);
}


.article__wrap .image_block .text>div{
	width: 421px;
	margin-top: 20px;
	background-color: #fff;
	box-sizing: border-box;
	z-index: 8;
	display: block;
	padding-left: 36px;
	padding-top: 68px;
	padding-bottom: 70px;
	padding-right: 36px;
	box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.2);
	font-size: 15px;
	line-height: 20px;
	color: #313131;
	position: relative;
}
.article__wrap .image_block .text>div:before{
	position: absolute;
	content: " ";
	left: 17px;
	top: 17px;
	border-color: #0057b2;
	color: #0057b2;
	border-left: 2px solid;
	border-top: 2px solid;
	width: 27px;
	height: 27px;
	z-index: -1;
}
.article__wrap .image_block .text>div:after{
	position: absolute;
	content: " ";
	right: 17px;
	bottom: 17px;
	border-color: #0057b2;
	color: #0057b2;
	border-right: 2px solid;
	border-bottom: 2px solid;
	width: 27px;
	height: 27px;
	z-index: -1;
}
.article__wrap .image_block .text>div>p{
	font-size: 15px;
	line-height: 20px;
	color: #313131;
}
.article__wrap .img_left{
	margin-right: 45px;
}
/*--- новость ---*/
.news_block {
	padding-top: 20px;
	padding-bottom: 50px;
}
.news_block .grey {
	background-color: #f5f6fb;
    position: relative;
    margin-top: -20px;
    padding-top: 20px;
    padding-bottom: 30px;
}
.news_block .news_date {
	font-size: 24px;
	font-family: "Roboto";
	color: rgb(48, 53, 93);
	font-weight: bold;
	line-height: 2.125;
	text-align: left;
}

.color_header.small{
	max-width: 880px;
	font-weight: 700;
	line-height: 30px;
	font-size: 24px;
}
.news_block .news_top{
	display: table;
    margin-bottom: 55px;
	margin-top: 30px;
}
.news_block .news_photo{
    float: left;
    margin-right: 22px;
	display: none;
}
.news_block .news_announce {
    font-size: 15px;
    font-family: "Roboto";
    color: #ee3642;
    line-height: 1.444;
    font-weight: 400;
    display: table-cell;
    vertical-align: middle;
	max-width: 880px;
}
.news_block .news_text {
	font-size: 16.5px;
	font-family: "Roboto";
	color: #313131;
	line-height: 24px;
	font-weight: 400;
    max-width: 880px;
}
.news_block .news_text img{
	padding: 0 25px 20px 0px !important;
	margin: 0px !important;
}
.news_block .news_text img[align="right"] {
	padding: 0  0px  20px 25px !important;
}
.news_block .news_text p{
	margin-bottom: 20px;
	text-align: left !important; 
}

.news_block a.fancybox{
	position: relative;
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 10px;
}
.news_block a.fancybox img{
	padding-right: 0px !important;
	padding-bottom: 0px !important;
}
.news_block a.fancybox:after{
	position: absolute;
	width: 38px;
	height: 38px;
	content: " ";
	background: url("/images/image_fancy_icon.png") no-repeat center;
	top: calc(50% - 19px);
	left: calc(50% - 19px);
}
/*--- контакты ---*/
.contacts{
	padding-top: 20px;
}
.contacts .contacts_columns{
	display: table;
	width: 100%;
	padding-bottom: 30px;
	padding-top: 20px;
}
.contacts .contacts_columns .column_left{
	width: 540px;
	float: left;
}
.contacts .contacts_columns .column_right{
	width: calc(100% - 540px);
	float: left;
}
.contacts .contacts_columns h3.small{
    font-size: 24px;
    line-height: 30px;
}

a.blue.dotted{
	font-size: 22px;
    color: #00b2ad;
    line-height: 1.54;
    text-align: left;
    text-decoration: none;
    border-bottom: 2px dotted rgba(0, 178, 173, 0.65);
    margin-bottom: 8px;
    display: table;
    font-weight: 300;
}
a.blue.dotted:hover{
	border-bottom-color: transparent;
}
.contacts h4 {
	font-size: 16.5px;
    font-family: "Roboto";
    color: #30355d;
    font-weight: normal;
    line-height: 1.45;
    margin-bottom: 32px;
    margin-top: 20px;
}
.contacts .fancy_button.find{
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 43px;
	margin-right: 15px;
    font-weight: 300;
    padding: 0 44px;
    text-transform: none;
    border-radius: 8px;
}
.contacts  .column_left p{
	font-size: 16.5px;
	font-family: "Roboto";
	color: #313131;
	line-height: 1.82;
}
.contacts  .column_left p.red_after{
	padding-bottom: 50px;
	position: relative;
}
.contacts  .column_left p.red_after:after{
	content: " ";
    position: absolute;
    width: 120px;
    height: 1px;
    background-color: #ee3642;
    bottom: 25px;
    left: 0px;
}
.contacts .red_phone{
	font-size: 26px;
    font-family: "Roboto";
	font-weight: bold;
    color: #ee3642;
    text-transform: uppercase;
    text-decoration: none;
    display: table;
    line-height: 0.92;
    margin-bottom: 10px;
}
.contacts .red_phone span{
	font-weight: 300;
}
.contacts .fancy_button.send_message{
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 43px;
    font-weight: 300;
    padding: 0 44px;
    text-transform: none;
    border-radius: 8px;
	background-color: #30355d;
}

.contacts .grey_left{
	background: linear-gradient(60deg, #f5f6fb 52%, #fff 48%);
	padding-top: 45px;
	padding-bottom: 85px;
}
.contacts .team_list {
    display: table;
    margin-top: 35px;
}
.contacts .team_list .team_item {
    background-color: #ecedef;
    float: left;
    width: 195px;
    margin-right: 19px;
    margin-bottom: 20px;
    padding: 22px 8px 12px;
    box-sizing: border-box;
    border-bottom: 4px solid #919191;
    text-align: center;
}
.contacts .team_list .team_item:nth-child(3n){
	margin-right: 0px;
}
.contacts .team_list .team_item .team_item_photo {
    text-align: center;
    margin-bottom: 19px;
}
.contacts .team_list .team_item .team_item_photo img {
    width: 115px;
    height: 115px;
    border-radius: 50%;
}
.contacts .team_list .team_item .team_item_name {
    font-size: 18px;
    font-weight: 500;
    font-family: "Roboto";
    color: rgb(0, 178, 173);
    line-height: 1.141;
    text-align: center;
    margin-bottom: 6px;
}
.contacts .team_list .team_item .team_item_position {
    font-size: 12px;
    font-family: "Roboto";
    font-weight: 500;
    color: #30355d;
    line-height: 1;
    text-align: center;
	position: relative;
	padding-bottom: 29px;
}
.contacts .team_list .team_item .team_item_position:after {
    content: " ";
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #00b2ad;
    bottom: 19px;
    left: calc(50% - 15px);
}
.contacts .fancy_button.grey{
	font-size: 14px;
	font-family: "Roboto";
	color: rgb(255, 255, 255);
	line-height: 29px;
	padding: 0 27px;
	font-weight: 400;
	text-transform: none;
	border-radius: 8px;
	background-color: #a9a9a9;
}
.contacts .map_block{
	width: 235px;
    text-align: center;
    float: right;
    margin-right: 35%;
    margin-top: 40px;
}
.contacts .map_block .fancy_button{
	width: 206px;
    margin-top: 15px;
    padding: 11px 29px;
}
.contacts .dealer_list{
    display: table;
    padding-left: 60px;
    margin-left: 30px;
    position: relative;
    padding-top: 10px;
}
.contacts .dealer_list li {
	position: relative;
    padding: 0 0 23px;
	font-size: 16px;
    color: #30355d;
}
.contacts .dealer_list li a {
    font-weight: 400;
	font-size: 16px;
    color: #30355d;
    line-height: 1.2;
    text-align: left;
    text-decoration: none;
}
.contacts .dealer_list li a:hover{
	text-decoration: underline;
}
.contacts .dealer_list li:before {
	content: " ";
    position: absolute;
    border: 4px solid transparent;
    border-left: 4px solid #00b2ad;
    top: 5px;
    left: -15px;
}
.contacts .color_header{
	margin-bottom: 26px;
	margin-top: 10px;
}
.contacts  .color_header.red_after:after{
	bottom: -10px;
}
.contacts.show_page1 .page1_hide{
	display: none
}
.contacts.show_page2 .page2_hide{
	display: none
}
.contacts.show_page3 .page3_hide{
	display: none
}
.contacts.show_page1 #show_page1,
.contacts.show_page2 #show_page2,
.contacts.show_page3 #show_page3{
	color: #ee3642;
	border-bottom: 0px;
	cursor: default;
}
#map1 {
    height: 520px;
    width: 100%;
}
#map2 {
    height: 520px;
    width: 100%;
}
#map3 {
    height: 520px;
    width: 100%;
}
/*--- техническая библиотека ---*/
.library_block{
	padding: 70px 0px 90px;
	font-family: "Roboto";
}
.library_block .library_cat_list{
	display: table;
	width: 100%;
}
.library_block .library_cat_list .library_cat{
	width: 33.3%;
	padding: 0 3%;
	float: left;
	box-sizing: border-box;
	margin-bottom: 35px;
}
.library_cat_list .library_cat .library_cat_image{
    text-align: center;
    margin-bottom: 35px;
    box-sizing: border-box;
}
.library_cat_list .library_cat .library_cat_image img{
	height: 120px;
}
.library_cat_list .library_cat .library_cat_text{
	box-sizing: border-box;
	text-align: center;
}
.library_cat .library_cat_text .library_cat_title{
	font-family: Roboto;
	font-size: 20px;
	line-height: 1.1;
	text-align: center;
	color: #ee3642;
	display: block;
	margin-bottom: 11px;
	text-decoration: none;
}
.library_cat .library_cat_text .library_cat_title:hover{
	text-decoration: underline;
}
.library_cat .library_cat_text .library_cat_announce{
	font-family: Roboto;
	font-size: 16.5px;
	line-height: 1.21;
	text-align: center;
	color: #313131;
}
.library_items_list {
	display: table;
	width: 100%;
}
.library_items_list .library_item{
	margin-bottom: 70px;
	width: 50%;
	float: left;
	padding-right: 8%;
	box-sizing: border-box;
}
.library_items_list .library_item:nth-child(2n+1){
	clear: both;
}
.library_items_list .library_item .library_cat_title{
	text-decoration: none;
	font-family: Roboto;
	font-size: 20px;
	line-height: 1.1;
	text-align: left;
	color: #ee3642;
	margin-bottom: 18px;
	display: table;
	height: 44px;
	padding-left: 43px;
	background: url('../images/pdf_icon.png') no-repeat left center;
	background-size: 32px 45px;
}
.library_items_list .library_item .library_cat_title span{
    vertical-align: middle;
    display: table-cell;
}
.library_items_list .library_item .library_item_type{
	font-family: Roboto;
	font-size: 16.5px;
	line-height: 1.82;
	text-align: left;
	color: #7f7f7f;
}
.library_items_list .library_item .library_item_text{
	font-family: Roboto;
	font-size: 16.5px;
	line-height: 1.45;
	color: #313131;
	margin-bottom: 4px;
}
.library_items_list .library_item .library_item_images{
	margin-bottom: 18px;
	display: table;
}
.library_items_list .library_item .library_item_images img{
	margin-right: 3px;
	margin-bottom: 3px;

}
.vert_ban{
	text-align: center;
	position: relative;
	
}
.vert_ban img{
	max-width: 100%;
}
.vert_ban span{
	position: relative;
	display: table;
	padding-top: 15px;
}
.vert_ban span:after {
    background: rgba(0, 0, 0, 0) url(../images/reklama_hor.png) no-repeat scroll 0 0;
    background-size: cover;
    content: " ";
    display: block;
    height: 14px;
    width: 65.5px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 100;
    border: 1px solid #000;
}
/*--- техническая библиотека NEW---*/
.library_wrapper{
	background-color: #f5f6fb;
	padding-top: 30px;
}
.library_block_new{
	padding: 20px 0px 90px;
	font-family: "Roboto";
}
.library_block_new .library_cat_list{
	display: table;
	width: 50%;
	min-width: 800px;
/* 	border: 1px solid #000; */
}
.library_block_new .library_cat_list .library_cat{
	display: table;
	width: 31%;
/* 	height: 100px; */
	float: left;
	text-align: center;
/* 	border: 1px solid #999; */
}
.library_block_new .library_cat_list .library_cat a{
	display: block;
/* 	border: 1px solid red; */
	width: 248px;
	margin: 10px auto;
	height: 97px;
	border-radius: 12px;
	border: solid 3px #ffffff;
	-webkit-box-shadow: 0px 20px 40px 0px rgba(30, 28, 40, 0.15);
	-moz-box-shadow:    0px 20px 40px 0px rgba(30, 28, 40, 0.15);
	box-shadow: 		0px 20px 40px 0px rgba(30, 28, 40, 0.15);
	background-color: #ffffff;
}
.library_block_new .library_cat_list .library_cat:nth-of-type(3n) a{
	margin-left: 18px;
	float: right;
}
.library_block_new .library_cat_list .library_cat:first-of-type a,
.library_block_new .library_cat_list .library_cat:nth-of-type(3n+1) a{
	margin-right: 18px;
	float: left;
}

.library_block_new .library_cat_list .library_cat a:hover{
	border: solid 3px #2dbcb7;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow: 		none;
}
.library_block_new .library_cat_list .library_cat a img{
	max-height: 50px;
	max-width: 150px;
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	filter: none; /* IE 6-9 */
}
.library_block_new .library_cat_list .library_cat a:hover img{

	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */

}
.library_block_new .library_cat_list .library_cat a .img-wrap{
	display: table;
	width: 100%;
	height: 100%;
}
.library_block_new .library_cat_list .library_cat a .img-wrap .img-wrap-2{
	display: table-cell;
	vertical-align: middle;
}
.library_block_new .library_items_list ul li{
	width: 870px;
	margin-bottom: 10px;
	display: table;
}
.library_block_new .library_items_list ul li a{
	border-radius: 8px;
	-moz-box-shadow: 0 20px 40px 0 rgba(30, 28, 40, 0.15);
	-webkit-box-shadow: 0 20px 40px 0 rgba(30, 28, 40, 0.15);
	box-shadow: 0 20px 40px 0 rgba(30, 28, 40, 0.15);
	background: url('/img/download-icon.png') no-repeat;
	background-position: 20px center ;
	background-size: 20px 25px;
	background-color: #ffffff;
	display: table-cell;
	vertical-align: middle;
	padding: 20px 20px 20px 60px;
	line-height: 1.5;
	color: #000000;
}
.library_block_new .library_items_list ul li a:hover{
	 -webkit-box-shadow: 0 20px 40px 0 rgba(30, 28, 39, 0.35), inset 0 9px 11px 0 #e9eaf0;
	 -moz-box-shadow: 0 20px 40px 0 rgba(30, 28, 39, 0.35), inset 0 9px 11px 0 #e9eaf0;
	 box-shadow: 0 20px 40px 0 rgba(30, 28, 39, 0.35), inset 0 9px 11px 0 #e9eaf0;
}
/*--- блок отраслей внутренняя ---*/
.branches_block.inner{
	background-color: transparent;
	padding-top: 10px;
}
.branches_block.inner .branches_text{
	font-size: 16.5px;
    color: #313131;
	line-height: 24px;
}
.branches_block.inner .branches_list{
	height: auto;
}
.branches_block.inner .branches_list .branch{
	width: 25%;
	font-size: 18px;
	color: #30355d;
	margin-bottom: 44px;
}
.branches_block.inner .branches_list .branch a{
	color: #30355d;
}
.branches_block.inner .branches_list .branch span{
	display: block;
}
.branches_block.inner .branches_list .branch:nth-child(3n + 1){
	clear: none;
}
.branches_block.inner .branches_list .branch:nth-child(4n + 1){
	clear: both;
}
.branches_block.inner .branches_list .branch .branch_image{
    width: 137px;
    height: 137px;
    border-radius: 50%;
    margin-bottom: 10px;
    overflow: hidden;
    margin: 0 auto 10px;
}
.branches_block.inner .branches_list .branch .branch_image img{
	width: 190px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.branches_block.inner .branches_list .branch:hover .branch_image img{
	width: 137px;
}
/*--- блок услуг внутренняя ---*/
.services_block {
	padding-top: 10px;
	padding-bottom: 50px;
}
.services_block  .services_text{
	color: #30355d;
	font-size: 16.5px;
	line-height: 24px;
	color: #313131;
	text-align: left;
	margin-left: 70px;
	margin-top: 28px;
	position: relative;
	margin-bottom: 44px;
	padding-top: 18px;
	padding-bottom: 18px;
}
.services_block .services_text:before {
    content: " ";
    position: absolute;
    width: 1px;
    height: 86%;
    background-color: #00d3cd;
    top: 8%;
    left: -18px;
}
.services_block .services_list{
	height: auto;
}
.services_block .services_list .services_item{
	margin-bottom: 34px;
	clear: both;
	display: table;
}
.services_block .services_list .services_item a{
	text-decoration: none;
	font-size: 16.5px;
    line-height: 1.45;
    color: #313131;
    font-weight: 400;
}
.services_block  .services_list .services_item .services_item_text{
	width: calc(100% - 300px);
	display: table-cell;
	width: calc(100% - 300px);
	vertical-align: middle;
	line-height: 23px;
	max-width: 555px;
}
.services_block  .services_list .services_item .services_item_text span{
	display: block;
	font-size: 24px;
	color: #ee3642;
	text-decoration: underline;
	line-height: 1.2;
	text-align: left;
	margin-bottom: 14px;
}
.services_block .services_list .services_item .services_item_img{
	width: 300px;
	padding-left: 67px;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
}
.services_block .services_list .services_item .services_item_img img{
	width: 200px;
	border-radius: 50%;
}
/*--- соц сети ---*/
.socials_block{
	background: #f5f6fb;
	display: table;
	width: 100%;
	padding: 5px 15px;
	margin-top: 10px;
}
.socials_block .socials_text{
	float: left;
    line-height: 40px;
    margin-right: 10px;
}
.article__aside .socials_block{
	padding-bottom: 15px;
	margin-bottom: 30px;
}

/*--- подвал ---*/
footer{
    background: rgba(0,0,0,0.8);
    background-size: cover;
    display: block;
    width: 100%;
    padding: 65px 0 65px;
    position: relative;
    overflow: hidden;
}
footer video{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
footer .color_header{font-size: 30px;}
footer .socials{padding: 10px 0;}
footer .socials a{ margin-right: 18px; text-decoration: none; }
footer .socials a img{width: 48px; height: 48px;}
footer .footer_menu_column{
	display: table;
    width: 100%;
}
footer .footer_menu{
	margin: 30px 0 35px;
    width: 220px;
    margin-right: 34px;
    float: left;
}
footer .footer_menu li{
	font-weight: 300;
	font-size: 16px;
	font-family: "Roboto";
	color: rgb(171, 192, 221);
	line-height: 1.5;
	text-align: left;
}
footer .footer_menu li a{
	color: #abc0dd;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5;
}
footer .footer_menu li a:hover{
	text-decoration: underline;
}
footer .footer_phone{
	font-size: 20px;
	line-height: 1.2;
	color: #ee3642;
	text-decoration: none;
	margin-bottom: 8px;
	display: table;
}
footer .footer_text{
	width: 360px;
    font-size: 13px;
    font-weight: 300;
    color: #abc0dd;
    line-height: 1.54;
    text-align: left;
}
footer .feedback_button{
	width: 301px;
	height: 60px;
	border-radius: 8px;
	background-color: rgba(0, 178, 173, 0.51);
	font-family: Roboto;
	font-size: 18px;
	line-height: 60px;
	color: #ffffff;
	text-align: center;
	position: absolute;
    right: 30px;
    top: 218px;
	cursor: pointer;
	text-decoration: none;
	outline: none;
}
#overlay {
    background-color: #000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.53;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
.footerCopyright{
	color: #abc0dd;
    font-weight: 300;
    font-size: 12px;
    text-align: left;
    margin-top: 30px;
    line-height: 1.2;
}
.pdf_block{
	padding-left: 25px;
    background: url(/images/pdf_icon.png) no-repeat left top;
    background-size: 17px;
	display: table;
}

.top_menu_block .top_menu li.menu_item{
	line-height: 57px;
	font-size: 13px;
	width: 14%;
}
.english .top_menu_block .top_menu li.menu_item{
	width: 16%;
}
.top_menu_block .top_menu li.menu_item.subitems span:after{
	border: 5px solid transparent;
	border-top: 5px solid #fff;
	top: 5px;
}
.top_menu_block .top_menu li.menu_item.enter_icon{
	width: 45px;
}
.top_menu_block .top_menu li.menu_item.enter_icon img{
	width: 22px;
	vertical-align: -5px;
}
/* форма контактов */
#contactForm {
	position: relative;
    width: 650px;
    padding: 20px;
}

.sampledForm label, .sampledForm .label {
    width: 240px;
    position: relative;
}

.sampledForm label {
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    line-height: 36px;
    font-size: 15px;
    font-family: Roboto;
}
.sampledForm div.select {
    z-index: 5;
    margin-bottom: 10px;
}
.sampledForm .ofertaConfidentialBlock{
	font-size: 14px;
    margin-top: 20px;
}
.sampledForm .ofertaConfidentialBlock + p{
	font-size: 14px;
}
.checkerWrapper {
    padding-bottom: 10px;
    overflow: hidden;
}

.content .contactsNotifier {
    margin-bottom: 35px;
}

.forms > div {
    margin-bottom: 10px;
}

.forms > div .cusel {
    width: 392px !important;
}

.forms > div input[type="submit"].but {
    margin-left: 246px;
}

.forms span.input {
    display: inline-block;
    position: relative;
    width: auto;
    vertical-align: top;
    margin-top: 0;
}

.forms span.text {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.forms span.text textarea, .forms div.text textarea {
    resize: none;
    overflow: auto;
    position: relative;
    width: 372px;
    height: 154px;
    font-size: 16px;
	border: none;
    border-radius: 10px;
    padding: 10px;
    outline: none;
    background-color: #EFF0F4;
	color: #666;
}

span.input input {
    width: 371px;
    height: 34px;
    font-size: 16px;
    color: #666;
	background-color: #EFF0F4;
	border-radius: 40px;
	border: 0px;
    padding: 0 10px;
    outline: none;
    margin-left: 0;
    vertical-align: top;
    margin: 0px 0 0 5px;
}

.captcha span.input input {
    width: 204px;
    /* margin-top: 23px; */
}
#preloader {
    background-color: rgba(255,255,255,0.5);
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 333312;
    background-image: url("/images/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center center;
}
.ketchup-error {
    position: absolute;
    z-index: 50;
    white-space: nowrap;
    top: -34px;
	right: 0px;
    left: auto !important;
}
.ketchup-error li {
    box-shadow: 0 0 3px 1px rgba(255, 255, 255, 0.7);
    padding: 8px 13px;
    background-color: #1fa7ae;
    color: #fff;
    border-radius: 5px;
    position: relative;
    font: normal 13px Arial;
}
.ketchup-error li:after {
    position: absolute;
    bottom: -10px;
    left: 10px;
    border-top: 10px solid #1fa7ae;
    border-left: 10px solid transparent;
    content: '';
}
.qq-uploader { position:relative; width: 100%;}


.qq-upload-drop-area {
    position:relative;
    top:0;
    left:0;
    width:297px;
    min-height: 41px;
    z-index:2;
    margin-bottom: 10px;
    border: 2px dashed #666;
    border-radius: 10px;
    background: url(../images/upload-arrow-back.gif) 14px center no-repeat #fff;
    text-align:left;
    padding: 13px 0 9px 73px;
    color: #000;
    display:block !important;
}
.noFileUploader .qq-upload-drop-area{
    display: none !important;
}
.qq-upload-drop-area span {
}
.qq-upload-drop-area-active {border-style:solid;}

.qq-upload-list {margin:15px 35px; padding:0; list-style:disc; clear:both;}
.qq-upload-list li { margin:0; padding:0; line-height:15px; font-size:12px;}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin-right: 7px;
}
.qq-upload-failed-text{
    color: #e00000;
}

.qq-upload-file {}
.qq-upload-spinner {display:inline-block; background: url(../images/loading.gif); width:15px; height:15px; vertical-align:text-bottom;}
.qq-upload-size,.qq-upload-cancel {font-size:11px;}

.qq-upload-failed-text {display:none;}
.qq-upload-fail .qq-upload-failed-text {display:inline;}
.fileUpl{
    margin-left: 245px;
    margin-top: -19px;
}

.qq-upload-nt {
    padding: 0 0 0 10px;
    font-size: 19px;
    color: #919393;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    vertical-align: top;
}

.limitT {
    margin: -1px 0 10px 244px;
    display: block;
    font-size: 12px;
    color: #aaa;
}

input[type="submit"].but,
.qq-upload-button {
	border: none;
    text-transform: none;
    font-size: 16px;
    cursor: pointer;
}
.qq-upload-button.fancy_button:after{
	display: none;
}

input[type="submit"].but:hover,
.qq-upload-button:hover {
    background-position: 0 -58px;
}

input[type="submit"].but:active,
.qq-upload-button:active {
    background-position: 0 -116px;
}

.checker-wrap label {
    float: left;
    width: 63%;
    margin-left: 275px;
    position: relative;
}
.checker-wrap input[type="checkbox"], .sendByMail .checkerWrapper input[type="checkbox"] {
    display: none;
}
.checker-wrap label:before,
.sendByMail .checkerWrapper label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 22px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAABFCAYAAABKW8ZfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTE4OUQxOUFFNTVFMTFFMkIwOUFFRDM1QkE2MUIwQzMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTE4OUQxOUJFNTVFMTFFMkIwOUFFRDM1QkE2MUIwQzMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MTg5RDE5OEU1NUUxMUUyQjA5QUVEMzVCQTYxQjBDMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MTg5RDE5OUU1NUUxMUUyQjA5QUVEMzVCQTYxQjBDMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiLhK8oAAAPUSURBVHja7JjLaxNRFMbPnZnm0Vdq1KqobWNFXQi6UCO+6MJ/QBC6qdQKtVUUV6KguHKjbkKt7uzCLnysRLqR6qYIltYXSEAxUVSsjc2jnSZmJvO4njtp2kls8xxBqAOnZKZ3fvnOPWfudyeEUgpWHkTWNNuVsdc37gc+dcykFHc5kPoqIdbe6hm8unfXeXLhxbhPFMVzvZuawe2wl6VqWk7B7cBncNXUXCPNdx9EhvbvdnvWNILdbgdCSMlAVVXhazgMh589jwoziuJuXr0Kqqury543m80GrevWgaiqboFdcDgcYFVxOPaHwUoJXddBl2ZBefMQNHFyTkxakKEwoy1LIztZajp/RSDZtxngexy4Rszwijp/r5C+mS6e8mKX4lMI2wrcjzjwPKaYwmuomHCcCQi0uDlEmNS/DWGzBox3IODEMGhzohZSprAAVJIAOg6x12bDEmGQb24DYoadHAbd02YozCmKbky09jMA0uUGkC+tBPXdo/TksxB/ImzLAgz7v6r3Kagth4weZGMo1czAtEL9ywsgEn4zfiG52w66/zHomGbqNlOWmFfGYKmNB0DTNFP1TQoxR+OisOMoCJs3AYfV5XEAP9gO0N8E/CTCcKSQgTXlwnKAGYUqEaCqZwygxZNeOVApH0UIU+bE6HkK8ob9RpqL9eeijS0TB944DnQOytQSVoCeYYTtywOj5pRNfZaBnkRo63aAOlTW9dhQxtIsdAhmkPmzROzgPPMWOGxYSZIMZfkOau5DHfuOEP4PaCKRKH1xaLDZohPTIggCh2pIWcFjC0SSSagXhCi5OPrSJ0vSua4Na6GxtuaPBZadFnoqo0kJ+t4HYEVd3fV5T7n3MXhMVNQV5XrKkab1g9cP7jtPLHe9fx/435f/PV8WzMtXRdUlkO3LhXCkiDFZvlzogS0MI2X4cvFzCFYDmf9WuOviSLbC4qY8nwVA7hxChUCS3YeVHjR7s2RFQZbwZUuqbIXKgr5cdvv89+XKXS+zimO4MJx53k7yHQqGyN4T2M2Otra2rT6f74LL5dqDc2grlSbL8reRkZG+7u7uZ+x8jd/vfxSPx6miKBQdrOTA/SMNhUK/Ojo6vAzoQV+O4asBrSRwd0uHhobOssYm6Hq8FcVxOp2Cxa5Hl5vrMYTFrketdT3GWWauZyqKVa5HrXY98ndcDxcKZZrjquoqhcZisShLeebDh4+30PVoJa6XSsmvTp06PZpZ7psHBu7s9Hr3eHmeF5Z2PfPvVwufw+HIRGfn8SfBYDCU+S97p3DPbU3K8RT2nEkYU5a73m8BBgBhjUPhUPRL9gAAAABJRU5ErkJggg==) 0 -24px;
    position: absolute;
    top: 6px;
    margin-left: 15px;
    left: -44px;
}
.about_table1{
	display: table;
    width: 100%;
	position: relative;
	padding-bottom: 35px;
	margin-bottom: 40px;
}
.about_table1 img{
	margin-right: 40px;
    margin-top: 30px;
}
.about_table1>div{
	display: table-cell;
	vertical-align: middle;
}
.about_table1 h4{
	font-size: 20px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: left;
	color: #313131;
}
.about_table1:after{
	width: 211px;
	height: 5px;
	background: linear-gradient(to right, #227690, #672f90);
	position: absolute;
	bottom: 0px;
	left: calc(50% - 105.5px);
	content: " ";
}
.about_branches_block{
	background-color: #f5f5f5;
	display: table;
	width: 100%;
	padding: 30px 44px 8px 70px;
    margin-bottom: 45px;
    margin-left: -30px;
	position: relative;
}

.about_branches_block:after{
    border: 15px solid transparent;
    border-bottom: 15px solid #f5f5f5;
    top: -29px;
    left: calc(50% - 25px);
    content: " ";
    position: absolute;
}
.about_new  .about_branches_block:after{
    border: 15px solid transparent;
    border-bottom: 15px solid #f5f5f5;
    top: -29px;
/*     left: calc(50% - 25px); */
	left: 94px;
    content: " ";
    position: absolute;
}
.about_new .about_branches_block::before{
	background-color: #f5f5f5;
    content: " ";
    position: absolute;
   
    background-size: auto;
	background-size: contain;
	
	top: 0px;
	bottom: 0px;
	content: " ";
	left: -2000px;
	width: calc(2000px + 100%);
	right: 0px;
	z-index: -1;
	overflow: hidden;
}
.about_branches_block>div{
	width: 50%;
	padding-right: 5%;
    float: left;
    box-sizing: border-box;
}
.about_branches_block>div>a{
    display: table;
    text-decoration: none;
	color: #2f3460;
	margin-bottom: 24px;
}
.about_branches_block>div>a img{
    float: left;
    margin-right: 18px;
    border-radius: 50%;
}
.about_branches_block>div>a b{
	vertical-align: middle;
    display: table-cell;
    color: #2f3460;
    border: 0px;
	font-weight: normal;
}
.about_branches_block .fancy_button.darkblue{
    width: 100%;
    margin-top: 11px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
}
.about_table2{
	display: table;
    width: 100%;
	position: relative;
	margin-top: 40px;
	margin-bottom: 40px;
}
.about_table2 img{
	margin-right: 44px;
	margin-left: 44px;
}
.about_table2>div{
	display: table-cell;
	vertical-align: middle;
}
.about_brand_block{
	border-bottom: solid 1px #d3d3d3;
	padding-left: 108px;
	padding-bottom: 24px;
	margin-bottom: 24px;
	background-position: left top;
	background-repeat: no-repeat;
}
.about_brand_block h4{
	font-size: 16.5px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.45;
	letter-spacing: normal;
	color: #373737;
	margin-top: 0px;
}
.about_brand_block a.fancy_button{
	padding: 12px 38px;
}
.about_brand_block p{
	font-family: Roboto;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.47;
	letter-spacing: normal;
	color: #4a4a4a;
}
.about_brand_block.molykote{
	background-image: url("/images/about_logo1.png");
}
.about_brand_block.dow_corning{
/* 	background-image: url("/images/about_logo2.png"); */
	background-image: url("/images/about_logo2_1.png");
}
.about_brand_block.xiameter{
	background-image: url("/images/about_logo3.png");
}
.about_brand_block.permabond{
	background-image: url("/images/about_logo4.png");
}
.about_brand_block.merbenit{
	background-image: url("/images/about_logo6.png");
}
.about_brand_block.efele{
	background-image: url("/images/about_logo5.png");
}
.about_brand_block.modengy{
	background-image: url("/images/about_logo7.png");
}
.about_brand_block sup{
	position: relative;
	top: -.5em;
	font-size: 8px;
}
#toTop {
	text-align:center;
	padding:5px;
	position:fixed;
	bottom:20px; 
	right:20px;
	cursor:pointer;
	display:none;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	color: #fff;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: rgba(0,0,0,.3);
	cursor: pointer;
}
.new_article .article_big_image:after{
	display: none;
}
.new_article .article_big_image .big_image_text{
	background: url("../images/articles/upakovka.png") no-repeat right bottom;
    background-size: contain;
}
.new_article .article_big_image h1{
	width: calc(100% - 330px);
	font-size: 46px;
	padding-bottom: 40px;
}
.new_article .article_big_image h1:after{
	bottom: 0px;
}
.new_article .article__section .article__header{
	font-size: 28px;
	color: #312a71;
	line-height: 1.29;
	max-width: 650px;
	margin-bottom: 30px;
}
.new_article .article__section .article__header:after{
	display: none;
}
.new_article .article__section p {
	font-size: 16px;
	line-height: normal;
	margin-bottom: 17px;
}
.new_article .article__wrap h2{
	line-height: 1.29;
	margin-bottom: 20px;
}
.new_article .article__section ul{
	margin-left: 0px;
	margin-top: 30px;
	max-width: 724px;
}
.new_article .article__section ul li{
	padding-left: 69px;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	padding-top: 4px;
	margin-bottom: 34px;
	padding-left:55px; 	
}
.article__section ul li:before{
	width: 30px;
	height: 30px;
	background-color: #ee3643;
	color: #fff;
	border: 0px;
	font-size: 15px;
	line-height: 30px;
	top:3px; 
}
.article__section sup{
	position: relative;
	top: -.5em;
	font-size: 8px;
}
.new_article .article__section img{
	max-width: 100%;
}
.new_article .article__section ul.with_zero{
	
}
.new_article .article__section ul.with_zero li{
	padding-top: 15px;
	float: left;
	box-sizing: border-box;
	width: 50%;
	padding-right: 10px;
	min-height: 77px;
	margin-bottom: 20px;
}
.new_article .article__section ul.with_zero li:nth-child(2n+1){
	clear: left;
}
.new_article .article__section ul.with_zero li:before{
	content: "0" counter(item);
    font-size: 39px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ef3d48;
    background-color: transparent;
}
.new_article .article__wrap p.especial, 
.new_article .article__wrap blockquote{
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.09), inset 0 7px 0 0 #30355d;
	border-radius: 6px;
	background-color: #fff;
	font-size: 25px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.48;
	letter-spacing: normal;
	color: #363b62;
	text-align: left !important;
	padding-left: 39px;
	padding-right: 86px;
	padding-bottom: 75px;
	padding-top: 45px;
	margin-bottom: 45px;
}
.new_article .article__wrap p.especial:before, 
.new_article .article__wrap blockquote:before{
	display: none;
}
.new_article .article__wrap p.especial:after, 
.new_article .article__wrap blockquote:after{
	background: url("../images/quote_new.png") no-repeat right bottom;
    background-size: 38px 32px;
	width: 38px;
	height: 32px;
	right: 41px;
	bottom: 31px;
}
.new_article .row{
    margin: 0px -15px 0px -15px;
	display: table;
}
.new_article .col-md-6{
	width: 50%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}
.new_article h3{
	font-size: 20px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.85;
	letter-spacing: normal;
	color: #363b62;
	margin-bottom: 21px;
}
.new_article .atf_item{
	width: 150px;
	margin-right: 50px;
	display: inline-block;
	margin-bottom: 30px;
	vertical-align: top;
}
.new_article .atf_items .atf_item:nth-child(4n+1){
	margin-right: 0px;
}
.new_article .atf_item a{
	text-decoration: none;
}
.new_article .atf_item .atf_item_image{
	width: 140px;
	height: 140px;
	background-color: #ffffff;
	border: solid 1px #e7e5e5;
	position: relative;
	text-align: center;
	padding: 10px 3px;
	box-sizing: border-box;
	margin-bottom: 5px;
}
.new_article .atf_item .atf_item_image img{
	max-width: 134px;
	height: 120px !important;
}
.new_article .atf_item .atf_item_name{
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ff303f;
}
.new_article .atf_item .atf_item_image .spec{
	position: absolute;
	left: 5px;
	top: 5px;
}
.new_article .atf_item .atf_item_image .spec span{
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
	line-height: 1.08;
	padding: 5px 9px;
	text-align: left;
	border-radius: 4px;
	background-color: #40d574;
	margin-right: 4px;
	display: inline-block;	
}
.new_article .atf_item .atf_item_image .spec span.small{
	font-size: 13px;
}
.new_article .circles_block {
	width: 100%;
	display: table;
	padding: 0px 0 30px;
	margin-top: 40px;
	max-width: 650px;
}
.new_article .circles_block .circle_item {
	width: 50%;
	display: inline-block;
	text-align: center;
	z-index: 10;
	float: left;
	margin-bottom: 60px;
	padding: 0 20px;
	box-sizing: border-box;
}
.new_article .circles_block .circle_item .circle_image {
	border: 1px solid #ebe0e0;
	margin: 0 auto 13px;
	height: 150px;
	display: block;
	width: 220px;
	background-color: #fff;
	text-align: center;
	position: relative;
}
.new_article .circles_block .circle_item .circle_image > img {
	display: block;
	height: 140px !important;
	margin: 10px auto 0px;
}
.new_article .circle_item .circle_image .spec {
	position: absolute;
	right: -22px;
	top: -15px;
}
.new_article .circle_item .circle_image .spec span {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    line-height: 1.08;
    padding: 5px 9px;
    text-align: left;
    border-radius: 4px;
    background-color: #40d574;
    margin-right: 4px;
    display: inline-block;
}
.new_article .circles_block .circle_item .circle_name{
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ff303f;
	margin-bottom: 7px;
	display: table;
	text-align: center;
	width: 100%;
}
.new_article .circles_block .circle_item .circle_text {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: center;
	color: #6482a0;
	display: block;
}
.new_article a {
    text-decoration: none;
}
.new_article2 .article_big_image .big_image_text{
	//background: url("../images/articles/upakovka_new.png") no-repeat 90% bottom;
	background: url("../images/articles/upakovka_new_2020.png") no-repeat 90% bottom;	
    background-size: 380px;
}
.new_article2 .article_big_image h1 {
    width: calc(100% - 430px);
    font-size: 48px;
}
.new_article2 .article__section .article__header{
	position: relative;
	margin-bottom: 73px;
	font-size: 24px;
	font-weight: 300;
	max-width: unset;
	color: #2f3460;	
}
.new_article2 .article__section  .article__header:after{
    display: table;
	height: 3px;
	bottom: -23px;
}
.new_article2 .article__section h2{
	position: relative;
	margin-top: 50px;
	padding-bottom: 30px;
	line-height: 1.18;
}
.new_article2 .article__section h2:after{
    content: " ";
    position: absolute;
    width: 150px;
    height: 3px;
    background-color: #ff0a39;
    bottom: 12px;
    left: 1px;
}
.new_article2 .article__section p {
	line-height: 1.5;
}
.new_article2 .article__section a {
    text-decoration: underline;
	color: #174d88;
}
.new_article2 .article__section a:hover {
	text-decoration: none;
}
.new_article2 .article__section ul li {
	line-height: 1.5;
	padding-top: 2px;
	padding-bottom: 2px;
}
.new_article2 .article__section .columns{
	display: table;
	margin-bottom: 28px;
	margin-top: 33px;
}
.new_article2 .article__section .columns span{
	display: inline-block;
	width: 49%;
	float: left;
	padding-right: 10%;
	box-sizing: border-box;
}
.new_article2 .article__section ul.with_icons li {
	padding-top: 15px;
	float: left;
	box-sizing: border-box;
	width: 50%;
	padding-right: 10px;
	min-height: unset;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: left center;
	padding-bottom: 15px;
	padding-left: 58px;
	font-size: 17px;
	line-height: normal;
	color: #30355d;
}
.new_article2 .article__section ul.with_icons li:before {
	display: none;
}
.new_article2 .article__section .promo_block{
	border: solid 5px #ee3643;
	padding: 53px 108px 54px 124px;
	background-color: #e9e9e9;
}
.new_article2 .article__section .promo_block b{
	font-family: "GraphikLC-Bold";
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.36;
	letter-spacing: normal;
	color: #30355d;
	margin-bottom: 29px;
	display: block;
}
.new_article2 .article__section .promo_block a.button{
	font-family: "GraphikLC-Regular";
    min-width: 320px;
	text-decoration: none;
    display: table;
    border-radius: 8px;
    background-image: linear-gradient(80deg, #303395, #1cc2c2);
	font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding: 12px;
    margin-bottom: 0px;
    border: 0px;
    cursor: pointer;
    max-width: 100%;
    box-sizing: border-box;
}
.new_article2 .article__section .atf_item a{
	text-decoration: none;
}
.new_article2 .circles_block {
	margin-top: 20px;
}
.new_article2 .circles_block .circle_item{
	text-align: left;
}
.new_article2 .circles_block .circle_item:nth-child(2n+1){
	padding-left: 0px;
}
.new_article2 .circles_block .circle_item .circle_image{
	margin-left: 0px;
}
.new_article2 .circle_item .circle_image .spec{
	top: 6px;
	right: 0px;
	left: 5px;
	text-align: left;
}
.new_article2 .circles_block .circle_item .circle_name{
	text-align: left;
}
.new_article2 .circles_block .circle_item .circle_text{
	text-align: left;
	line-height: 1.29;
    color: #363b62;
	font-size: 14px;
}
.new_article2 .small_items_block {
    margin-top: 30px;
    display: table;
}
.new_article2 .small_items_block .small_item {
    text-align: left;
    width: 33%;
    display: table-cell;
    vertical-align: middle;
}
.new_article2 .small_items_block .small_item .image {
    margin-left: 0px;
    display: inline-block;
    float: left;
}
.new_article2 .small_items_block .small_item .image img{
	max-width: 84px;
	margin-right: 10px;
}
.new_article2 .small_items_block .small_item .name{
	text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ff303f;
    margin-top: 8px;
    text-align: left;
    width: 100%;
	vertical-align: middle;
}
.new_article2 .small_items_block .small_item .text{
	text-align: left;
	line-height: 1.43;
    color: #363b62;
	font-size: 14px;
	vertical-align: middle;
	display: table;
	margin-top: 22px;
	padding-right: 10px;
}
.alert{
	border-radius: 8px;
	background-color: #ffcf02;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.29;
	letter-spacing: normal;
	color: #000000;
	padding: 19px 18px 24px 88px;
	background-image: url("/images/alert.png");
    background-repeat: no-repeat;
    background-position: 24px center;
	background-size: 44px 36px;
	margin-bottom: 25px;
	margin-top: 25px;
}
.analog_block{
	font-family: Roboto;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #4a4a4a;
}
.analog_block p{
	margin-bottom: 16px;
}
.analog_block .image_block{
	background-image: url("/images/modengy_1001.png");
    background-repeat: no-repeat;
    background-position: left center;
	background-size: contain;
	padding-left: 105px;
}
.probnik_block{
	background-color: #e7edfa;
	padding: 25px;
}
.probnik_block p{
	margin-bottom: 10px;
}
.probnik_button{
	width: 250px;
	background-color: #a0afd0;
}
	
.obrazec_form{
	width: 827px;
	background-image: linear-gradient(to top, #cfd9df 3%, #e2ebf0);
	font-family: Roboto;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.38;
	text-align: left;
	color: #4a4a4a;
	z-index: 1000;
    position: fixed;
    top: 10%;
	left: calc(50% - 413px);
}
.obrazec_form:before{
	background: url("../images/bant.png");
	width: 163px;
	height: 149px;
	top: 0px;
	left: 0px;
	content: " ";
	position: absolute;
}
.obrazec_form .close_window{
	background: url("../images/close_icon.png") no-repeat center;
	top: 15px;
	right: 15px;
	position: absolute;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.obrazec_form  .feedback_form{
	width: auto;
	padding: 70px 59px 20px 143px;
	margin-top: 0px;
}
.obrazec_form .feedback_form input,
.obrazec_form .feedback_form select {
	width: 400px;
	height: 50px;
	border-radius: 3px;
	background-color: #ffffff;
	border: solid 1px #dddddd;
	box-shadow: unset;
	display: block;
	margin: 0 auto 16px 75px;
	text-align: left;
	padding-left: 16px;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.8px;
	color: #34495e;
}

.obrazec_form .feedback_form select{
	width: 420px;
}

.obrazec_form .feedback_form input::-webkit-input-placeholder{
	color: #4a4a4a;
}
.obrazec_form .feedback_form input::-moz-placeholder{
	color:#4a4a4a;
}
.obrazec_form .feedback_form input:-ms-input-placeholder{
	color:#4a4a4a;
}
.obrazec_form .feedback_form input::placeholder{
	color:#4a4a4a;
}
.obrazec_form .feedback_form input:focus::-webkit-input-placeholder{
	color:transparent;
}
.obrazec_form .feedback_form input:focus::-moz-placeholder{
	color:transparent;
}
.obrazec_form .feedback_form input:focus:-ms-input-placeholder{
	color:transparent;
}
.obrazec_form .feedback_form input:focus::placeholder{
	color:transparent;
}
.obrazec_form .feedback_form label{
	float: right;
	line-height: 50px;
	font-family: Roboto;
	font-size: 14px;
	letter-spacing: 0.8px;
	text-align: left;
	color: #4a4a4a;
} 
.obrazec_form .feedback_form h3{
	font-family: Roboto;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.8px;
	text-align: left;
	color: #4a4a4a;
	margin-bottom: 15px;
	padding: 0px;
	text-transform: none;
	 margin-top: 5px;
}
.obrazec_form p{
	font-family: Roboto;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.38;
	text-align: left;
	color: #4a4a4a;
	margin-bottom: 0px;
}
.obrazec_form p.red_border{
	background-color: #dfe9ee;
	border: solid 3px #ff0000;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.29;
	letter-spacing: normal;
	text-align: center;
	color: #252525;
	padding: 13px 20px 15px;
	margin-top: 19px;
	margin-bottom: 18px;
}
.obrazec_form #send_obraz {
	background: #34495e;
	height: 50px;
	cursor: pointer;
	line-height: 50px;
	padding: 0px;
	border-radius: 3px;
	width: 300px;
	color: #fff;
	text-align: center;
	font-family: "Roboto";
	text-transform: none;
	font-weight: 400;
	font-size: 18px;
	margin: 7px 100px 0 130px;
	display: table;
}
.obrazec_form .or{
    clear: both;
    display: block;
    text-align: center;
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.8px;
    color: #4a4a4a;
}
.obrazec_form  .ofertaConfidentialBlock{
	width: 390px;
    margin: 25px 86px 0px !important;
}
.obrazec_form .ofertaConfidentialBlock .ofertaTitle{
	font-family: Roboto;
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.29;
	letter-spacing: normal;
	text-align: left;
	color: #4a4a4a;
}
.obrazec_form  .form_result{
	padding: 215px 50px 120px;
    font-family: Roboto;
    font-size: 16px;
	line-height: 1.71;
	letter-spacing: normal;
	text-align: center;
	color: #4a4a4a;
    background: url(../images/form_send.png) no-repeat center 100px;
}
.zcwPopup-bg {
    display: none;
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 999 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.7) !important;
}
.obrazec_form .feedback_form input.green{
	background: url('../images/check_icon.png') no-repeat 95% #fff;
	border: solid 1px #dddddd !important;
}
.obrazec_form .feedback_form input.red{
	background: url('../images/not_check_icon.png') no-repeat 95% #fff;
}

.grecaptcha-badge {
	display: none !important;
}


/* статья пищевые смазки */


.whatis-img1 {
	margin-top:30px;
}

.article-unstyled-ul li:before {
	display: none !important
}

.article-imaged-ul {
	margin-top:50px !important;
}

.article-imaged-ul li {
	position:relative;
	padding-left:180px !important;

}


.article-imaged-ul li img {
	position:absolute;
	left:0;
	
}

.article-imaged-ul li:after {
	content: ' ';
	display: block;
	position:absolute;
	width:2px;
	height:90%;
	background: #dbe8f1;
	left:158px;
	top: 5%	
}

.whatis-img2 {
	top:-20px;
}

.whatis-img3 {
	top:25px;
}

.whatis-img4 {
	top:30px;
}

.whatis-img5 {
	top:40px;
	left:15px !important
}

.whatis-img6 {
	top:-20px;
	left:5px !important
}

.whatis-img7 {
	top:40px;
	left:-20px !important
}

.whatis-img8 {
	width:233px;
	margin-right: 15px;
	float:left;
	margin-bottom:30px;
} 

.whatis-img9 {
	width:107px;
	margin-right: 28px;
	float:left;
	margin-top:10px;
} 

.whatis-article .especial {
	font-size:20px !important;
	box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.07), inset 0 7px 0 0 #3c4069 !important;
	padding-bottom:40px !important;
	padding-right:45px !important
}

.whatis-article .especial:after {
	display: none
}

.whatis-img10 {
	width:63px;
	margin-right: 40px;
	float:left;
	margin-top:20px;
} 

.whatis-article  ul.with_icons {
	max-width:100%;
}
.whatis-article  ul.with_icons li {
	color: #313131 !important;
	background-size:70px 70px !important;
	padding-top:30px !important;
	padding-bottom:30px !important;
	padding-left:90px !important;
	font-size:16px !important
}

.whatis-article  ul.with_icons li.bigli {
	padding-top:8px !important;
	padding-bottom:8px !important;	
} 

.whatis-img11 {
	width:120px;
	margin-right: 40px;
	float:left;
	margin-bottom:20px;
} 

.whatis-category {
	border-radius: 8px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.11);	
	padding: 20px 50px 20px 165px;
	position:relative;
	margin-bottom:25px	!important
}

.whatis-category-bigger {
	padding: 40px 50px 40px 165px;	
}

.whatis-category img {
	width:80px;
	margin-right:45px !important;
	top: calc(50% - 40px);
	display: block;
	position:absolute;
	left:40px;
}
	
.article-bluerec {
	background: #f3f9fd;
	padding:50px 65px;
	font-size:22px;
	color: #2f3460;
	margin:35px 0 50px;
	position:relative
}

.art-red {
	color: #ff253c;
	line-height: 1.27 !important;
	margin-bottom:5px;
	opacity:0.7
}
	
.article-bluerec p {
	font-size:22px !important;	
	line-height: 1.27 !important;
	opacity:0.7	
}

.article-bluerec:after {
	content:' ';
	width: 70px;
	height:75px;
	display: block;
	position: absolute;
	right: 28px;
	bottom:35px;
	background: url(/images/articles/bluerec.png) center center no-repeat;
	background-size: 70px 75px;
}

.whatis-img12 {
	margin-right:30px;
	float:left;
}

.fruits-text {
	margin: 80px 0;
}

.article-columns1 {
	margin-top:20px;
}

.article-columns1,
.article-columns2 {
	margin-bottom:10px;
}
.whatis-article .columns {
	background: #f3f9fd;
	padding:30px 30px !important;
	margin:25px 0 10px;
	position:relative;
	font-size:16px !important	
}

.whatis-article  .columns .col-sm-6 {
	width:50%;
	float:left;
}

.whatis-article  .columns .col-sm-6 .padding-left{
	padding-left:48px;
}

.whatis-article .article-standarts {
	padding-top:40px;
	margin-top:10px;
	padding-left:48px;
	background: url(/images/articles/whatis-line.png) 48px top no-repeat;
	background-size:590px auto;	
}

.justice {
	position:relative
}
.justice:before {
	content:' ' !important;
	width: 61px !important;
	height:63px !important;
	display: block !important;
	position: absolute !important;
	right: 28px !important;
	top: calc(50% - 31px) !important;
	left:auto !important;
	background: url(/images/articles/justice.png) center center no-repeat !important;
	background-size: 61px 63px !important;	
	
}



.promo-btn {
	color: #ffffff !important;
	width: 243px;
	height: 56px;
	display: block;
	text-decoration: none !important;
	text-align: center;
	border-radius: 6px;
	font-size: 17px;
	background-image: linear-gradient(78deg, #303395, #1cc2c2);
	line-height: 56px;
	min-width: 200px;	
	margin-top:20px;
}

.promo-btn:hover {
	background-image: linear-gradient(78deg, #1cc2c2, #303395);	
}

.yellow_square {
    max-width: 267px;
    height: 267px;
    border: 10px solid #feb300;
    padding: 110px 15px 50px 15px;
    font-size: 27px;
    font-weight:900;
    line-height: 1.07;
    margin-top: 78px;
    position: relative;
	box-sizing: border-box;
	margin-bottom:40px;	
}
.yellow_square:after {
    content: ' ';
    display: block;
    position: absolute;
    width: 287px;
    height: 408px;
    mix-blend-mode: darken;
    background: url(/images/articles/foodline-salad.png) center center no-repeat;
        background-size: auto;
    background-size: 220px ;
    top: -150px;
    left: 120px;
    z-index: -1;
}

.whatis-bottom {
	margin-left:0 !important;
	
	
}
.whatis-bottom .col-sm-6 {
	width:50%;
	float: left;
}

.whatis-bottom-right {
	margin-top:150px;
	margin-left:-15px;
	font-size:16px;
}

.whatis-img13 {
	float:right;
	width:150px;
	margin-left:65px;
}

.whatis-icon {
	width:25%;
	float:left;
}
.whatis-icon p {
	text-align: center !important;	
	font-size:14px !important;
}

.whatis-icons {
	margin-top:50px;
}

.whatis-icon img {
	width:70px;
	display: block;
	margin:0 auto 10px;
}

.efele-icons {
	margin-top:50px;
	width:850px;
}

.efele-icons img {
	margin-bottom:10px;
}
.efele-icon {
	width:50%;
	float:left;
	padding-right:40px;
	box-sizing: border-box;
	margin-bottom:40px;
}

.efele-icons .efele-icon:nth-child(2n+1) {
	clear:both
} 

.efele-title{
	color: #2f3460;
	font-weight:600;
	margin-bottom:20px;
}


.whatis-types {
	margin-top:50px;
}
.whatis-type {
	width:25%;
	float:left;
	margin-bottom:20px;
}

.whatis-type p {
	text-align: left !important;	
	font-size:14px !important;
}

.whatis-type img {
	width:68px;
	margin-bottom:20px;
	display: block;

} 

.article-columns1.visible-xs,
.article-columns2.visible-xs {
	display: none
}


.carousel-3d-container {
	margin: 70px auto !important;
	width:850px !important;
}

.carousel-3d-slide {
	background: #fff !important;
}

.carousel-3d-container a {
	text-decoration: none !important;
}

.carousel-3d-container a span{
	color: #ff253c !important
}

.carousel-3d-slide {
	border:0px !important
}

.carousel-3d-slide:not(.current) {
	background:#000 !important;
}

.carousel-3d-slide:not(.current)  img {
	opacity:0.6
}

.carousel-3d-slide.current a {
	display: block;
	position:relative;
	height:237px;
}
.carousel-3d-slide.current a:after {
	content:' ';
	display: block;
	width:57px;
	height:57px;
	position:absolute;
	background: url(/images/articles/play-atf.png) center center no-repeat;
	background-size:57px 57px;
	top:50%;
	left:50%;
	margin-left:-29px;
	margin-top:-29px;

}


.whatis-videos {
	display: none
}



/* статья робототехника */

.robot-icons {
	background: #f5f5f5;
	margin-bottom:10px;
	max-height:700px;
	position:relative;
	margin-top:10px
} 

.robot-icons:before {
    background-color:  #f5f5f5;
    content: " ";
    position: absolute;
    left: -1000px;
    top: 0px;
    width: 1000px;
	max-height:700px;	
    bottom: 0px;
}

.arrow_box {
	position: relative;
	padding: 50px;	
}

.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: 170px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(245, 245, 245, 0);
	border-bottom-color: #f5f5f5;
	border-width: 15px;
	margin-left: -15px;
}
.arrow_box:before {
	border-color: rgba(245, 245, 245, 0);
	border-bottom-color: #f5f5f5;
	border-width: 21px;
	margin-left: -21px;
}

.robot-icons .col-sm-6 {
	width:50%;
	float:left;
	margin-bottom:35px;
}

.robots-slider  .modengy-btitle span:after {
	border-bottom: 3px solid #00b2ad;
}

.robots-slider .slick-dots li.slick-active {
    border: 2px solid #00b2ad;
    background: #fff;
	width: 12px;
	height: 12px;
}


.robots-slider  .example-text:before {
    content: ' ';
    background: url(/images/cross-line.png) left top no-repeat;
    background-size: 20px 39px;
}

.robots-slider  .slick-next:hover {
	background: rgba(0, 0, 0, 0.45) url(/images/arr-right-new.png) 60% center no-repeat !important;
	background-size: 30px 55px !important;	
}

.robots-slider .slick-prev:hover {
	background: rgba(0, 0, 0, 0.45) url(/images/arr-left-new.png) 40% center no-repeat !important;
	background-size: 30px 55px !important;		
}


.robots-slider .example-title {
	font-size: 32px;
	font-weight: 300;
	font-family: Roboto;
	margin-top:20px;
}

@media (max-width:768px) {
	
	.robot-icons {
		max-height:1500px;
		padding: 0
	}
	
	.robot-icons:before {
		display: none
	}
	
	.robot-icons .col-sm-6 {
		width:100%;
		float:none;
		margin-bottom:35px;
	}
	
	.robots-text br {
		display: none
	}
	
	.robot-icons .col-sm-6 img {
		max-width:70px !important;
		margin-bottom: 0 !important
	}
	
	.robots-slider .container {
		max-width: 100% !important;
		min-width: 320px;		
	}
	
	.robots-slider .item .col-sm-6 {
		width:100%;
		max-width: 768px !important;
		display: block;
	}
	
	.robots-slider .slick-dots {
		display: block !important
	}
	
	.robots-slider .slick-list {
		padding-bottom: 0 !important
	}
}

.robot-icons .col-sm-6 img {
	width:70px;
	float:left
} 

.robot-wrap {
	display: table-row;
	height:70px;
}

.robot-icons .col-sm-6 p {
	display: table-cell;
	vertical-align: middle;
	padding-left:20px
}


.robots-slider {
	margin-bottom: 125px;
}

.tooltip-marketplace {
	color: #ee3642 !important;
	text-decoration: none !important;
	border-bottom: 1px dotted #ee3642  !important
}

.slick-index .item  {
	position:relative
} 

.slick-index .item img {
    display: block;
    width: 100%;

}

.slick-index  .slick-dots {
	text-align: center;
	position: absolute;
	bottom: 31px;
	width: 100%;
}

.slick-index  .slick-dots li {
	width: 15px;
	height: 15px;
	margin: 5px 7px;
	background: #8ae3ff;
	display: inline-block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;	
}


.slick-index  .slick-dots li.slick-active {
	background: #fff;	
}

.slick-index  .slick-dots button {
	display: none;
}

@media (max-width:768px) {
	.slick-index  .item{
		min-height:700px;
	}	
	
	.slick-index .item img {
		width:auto
	}
}

/* scroll в шапке */

@media (max-width: 600px) {
	.atf-scrolled {
		display: none !important
	}
	
	.article__image-frame img {
		max-width:100%;
		height:auto
	}
} 

@media (min-width: 601px) {
	.atf-scrolled  {
		background: #30355d;
		height:80px;
		padding: 11px 0;
		box-sizing: border-box;
		position:fixed;
		top:0;
		width:100%;
		z-index:1000;
		min-width:1170px;
		display: none
	}

	.atf-scrolled.active {
		display: block
	}

	.atf-scrolled .logo {
		width:105px;
		float:left;
	}

	.atf-scrolled .logo img {
		width: 57px;
		height:57px;
	}


	.atf-scrolled .menu {
		width:800px;
		float:left;
	}

	.atf-scrolled .menu .contant_container {
		min-width:100px;
		max-width:800px;
		padding:0
	}

	.atf-scrolled .menu  li.menu_item {
		border-right: none;
		padding: 0 5px;
		width:auto;
		margin-right:20px;
	}


	.atf-scrolled .menu  li.menu_item.subitems {
		padding-right:20px; 
	}


	.atf-scrolled .partners {
		float:left;
		width:15px;
	}

	.atf-scrolled .partners img {
		width:15px;
		margin: 21px 0;
	}



	.atf-scrolled .lang {
		width:95px;
		float:right;
		padding: 22px 0;
		font-size:12px;
		margin-left:20px;	
	}

	.atf-scrolled .lang a {
		color: #fff;
		text-decoration: none;
		padding: 3px 12px 3px 14px;
		border-radius: 11px;
	}

	.atf-scrolled .lang a.active {
		background: #fff;
		color: #30355d
	}

	.atf-scrolled .search {
		float:right;
		width:60px;
		position:relative
	}


	.atf-scrolled .search .site-search-form__input {
		background: #dbe8f0;
		border-radius: 31px;
		width:58px;
		height:40px;
		box-shadow: none;
		border: none;
		margin-top:8px;
		font-size:0px;
		//transition: width 0.3s;
		right:0;	
		position:relative;
		display: block;
		float:left;	
		line-height: 40px;	
		-webkit-appearance: none;		
	}

	.atf-scrolled .search .site-search-form_submit {
		background: url(/images/search_icon_2x.png) no-repeat center;
		background-size:27px auto;
		height: 41px;
		width: 100%;
		position:absolute;
		right:0;
		margin-top:8px;	
		border: none;
		float: right;
		outline: none;
		cursor: pointer;
		display: block
	}
	
	.atf-scrolled .search.active .site-search-form__input {
		width:414px;
		position:absolute;
		right:0;
		font-size: 16px;
		color:#6f6f6f;
		padding-left:20px;
		padding-right:50px;
		transition: width 0.3s;
		outline: none
	}
	
	.atf-scrolled .search.active .site-search-form__input::placeholder {
		color: #000;
	}
	
	.atf-scrolled .top_menu li:nth-child(3)  {
		//padding:0 10px !important;
	}	
	
}
.catalog_item_block .scroll-block {
	bottom:90px;
}

.obrazec_form.over {
	position:absolute
}

.analog-txt {
	margin-top:30px;
	line-height: 1.3; 
}
