.bold{
	font-weight: 600
}

.flex{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap
}

.anim, .anim:before, .anim:after{
	-webkit-transition: all ease-in .25s;
	-moz-transition: all ease-in .25s;
	-ms-transition: all ease-in .25s;
	-o-transition: all ease-in .25s;
	transition: all ease-in .25s
}

body .header__eye{
	cursor: pointer
}

body.slowwidth .header__eye svg, body[style*="font-size"] .header__eye svg{
	fill: #b42526
}

.green-site .header__eye:hover .icon, .green-site .header__search-btn:hover .icon{

}

.content__body .top-info * + p{
	margin-top: 20px
}

.text .b-content__wrap + .b-content__wrap{
	margin-top: 35px
}

.text .top-info > ul:not(.slick-dots){
	margin: 0
}

.b-icon__quality{
	background: url(./images/icon-quality.png) no-repeat 50%
}

.b-icon__security{
	background: url(./images/icon-security.png) no-repeat 50%
}

.b-icon__society {
	background: url(./images/icon-society.png) no-repeat 50%
}

.b-vacancy__meh {
	background: url(./images/icon-vacancy-2.png) no-repeat 50%
}

.b-vacancy__man {
	background: url(./images/icon-vacancy-3.png) no-repeat 50%
}

.b-vacancy__pr {
	background: url(./images/icon-vacancy-4.png) no-repeat 50%
}

.b-vacancy__sles {
	background: url(./images/icon-vacancy-5.png) no-repeat 50%
}

.b-vacancy__ing {
	background: url(./images/icon-vacancy-1.png) no-repeat 50%
}
.b-soc_ohr {
	background: url(./images/frame_87.png) no-repeat 50%
}
.b-soc_bez {
	background: url(./images/frame_88.png) no-repeat 50%
}
.b-soc_obj {
	background: url(./images/frame_89.png) no-repeat 50%
}

.section-list__icons.flex{
	justify-content: flex-start;
	width: 100%;
	margin: 35px 0 10px
}

.section-list__icons-item.flex{
	background: #f5f5f5;
	width: 290px;
	min-height: 180px;
	padding: 15px 25px;
	margin: 0 6px 14px;
	color: #000;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	text-align: center
}

.text a.section-list__icons-item:hover{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	text-decoration: none
}

.section-list__icons-item-icon{
	width: 90px;
	height: 90px
}

.section-list__icons-item-icon + span{
	margin-top: 10px
}

.section-list__icons-item-shadow.flex{
	background: #efefef no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	justify-content: flex-end;
	color: #fff
}

.section-list__icons-item-shadow:before{
	background: rgba(0, 0, 0, .5);
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	content: ""
}

.text a.section-list__icons-item-shadow:hover:before{
	background: rgba(0, 0, 0, .45)
}

.section-list__icons-item-shadow span{
	position: relative;
	font-weight: 600;
	z-index: 5
}

.text, .text p, .text div{
	font-size: 15px;
	line-height: 23px;
	text-align: justify
}

.text ul li, .text ol li, .product-bottom__body p{
	font-size: 14px;
	line-height: 23px
}

.text div:not(:empty) + div:not(:empty){
	margin-top: 20px
}

.carousel-catalog .carousel-catalog__name{
	text-align: center
}

.main_index .slider__info:before{
	background-color: rgba(0, 0, 0, .7)
}

@media (max-width: 935px){
	.section-list__icons.flex{
		justify-content: center
	}
}

/* NEW STYLES */
.header__bottom_fixed{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}

.main:not(.main_index){
	background: #e9e9e9;
}

.main_index, .carousel-catalog__slides .slick-list:after, .carousel-catalog__slides .slick-list:before, .header__top, .footer, .left-nav__menu, .filter-btn, .mobile-left-nav-btn, .filter__item, .product__info-body, .product-bottom__item, .leadership__item, .top-info, .tab, .contacts__main-item, .form-style_gray, .text table tbody > tr:nth-of-type(2n) td{
	background-color: #D2D3D5!important;
}

.main_index .news-carousel, .product__info-item .presentation, .tabs__link, .text table tbody > tr:first-child td{
	background-color: #8E9092!important;
}

.product__info-item .presentation * {
	color: #fff;
}

.product__info-item .presentation .presentation__ttl{
	font-size: 14px;
	line-height: 16px;
}

.main_index .news-carousel .news-carousel__ttl a{
	color: #fff;
	font-size: 15px;
	line-height: 17px;
}

.main_index .news-carousel__date{
	color: #000
}

.header__link-other-site, .text table tbody > tr:nth-of-type(2n + 1) td{
	background-color: #F5F5F5;
}

.footer .footer__bottom, .header__top .header__login, .header__top .lang, .left-nav__menu .left-nav__link, .left-nav__menu .left-nav__ttl, .filter-btn, .mobile-left-nav-btn, .filter__item, .my-checkbox-label:before, .product__info-item, .left-nav__submenu-link{
	border-color: #8E9092!important;
}

.product-bottom__item h2{
	line-height: 23px;
}

.tabs__link, .text table tbody > tr:first-child td, .text table tbody > tr:first-child td *{
	color: #fff!important;
}

[data-id="map"] + .tab{
	margin: 25px 0
}

.text ul:not(.slick-dots) > li:before, .ul-style > li:before{
	top: 7px;
}

.text table tbody > tr:first-child td{
	text-transform: uppercase;
}

.header .submenu .submenu{
	display: none;
}

.footer__developer:before, .footer__address:before{
	border-color: #8e9092!important;
}

.green-site .slider__item .slider__info a:not([class]){
	color: #fff
}

.main_index .news-carousel__img img{
	max-height: 261px;
}

.green-site .header__eye:hover .icon, .green-site .header__search-btn:hover .icon{
	fill: #01422d
}

.table_border-dark td{
	border-color: #8E9092!important;
}

.green-site .header__bottom-mobile a:not([class]){
	color: #fff
}

.left-nav__menu [class^="left-nav__"][class$="link_active"]{
	background: linear-gradient(180deg,#a84a50 0,#a12831 100%);
	color: #fff!important;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: 700;
}

.green-site .left-nav__menu [class^="left-nav__"][class$="link_active"]{
	background: linear-gradient(180deg,#02412c 0,#0c553f 100%);
}

.text blockquote img{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0!important;
}

.product__info-body .order-btn-wrp{
	text-align: center;
	padding: 20px 0 0;
}

.fancybox-content .b-feedback__title{
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
}

.fancybox-content .errortext{
	display: block;
	margin-bottom: 20px;
}

.fancybox-content form{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.fancybox-content .b-form__left, .fancybox-content .b-form__right{
	display: flex;
	flex-direction: column;
	width: 49%;
}

.fancybox-content .b-form__left + .b-form__right{
	margin-left: 2%;
}

.fancybox-content form label{
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

.fancybox-content form img{
	display: inline-block;
	margin-bottom: 5px;
}

.fancybox-content .add_left + .add_left, .fancybox-content .add_right + .add_right{
	margin-top: 9px;
}

.fancybox-content form input, .fancybox-content form textarea{
	height: 40px;
	width: 100%;
	padding: 0 14px;
	border: 1px solid #e1e1e1;
}

.fancybox-content form textarea{
	min-height: 137px;
}

.fancybox-content .b-feedback__button{
	margin-top: 20px;
}

@media (max-width: 1200px){
	.header .submenu .submenu{
		display: block;
		margin-top: 12px;
	}

	.nav .header__eye{
		display: block;
		margin-right: 10px;
		padding-right: 10px;
		border-right: 1px solid #e1e1e1;
	}

	.nav .header__eye .icon{
		width: 22px;
	}

	.nav .header__search{
		max-width: 90px
	}

	.green-site .menu__link_active{
		color: #01422d
	}
}

@media (max-width: 990px){
	.main:not(.main_index){
		padding-top: 40px;
	}

	.breadcrumb{
		display: none!important;
	}

	.content__body h1{
		margin-top: 40px
	}

	.left-nav__menu > [class$='__submenu'] [class*='__submenu-link']{
		padding-left: 0
	}

	.left-nav__menu > .left-nav__submenu-submenu .left-nav__submenu-link{
		padding-left: 10px;
	}

	.left-nav .btn{
		background-color: #fff!important;
		border-color: #e1e1e1!important;
		color: #000!important;
	}
}

@media (max-width: 600px){
	.slider__item .main__container{
		width: 100%;
		padding: 0
	}

	.slider__info{
		position: initial!important;
		max-width: none!important;
		width: 100%;
		padding: 0 15px 15px!important;
	}

	.slider__info-body p + .b-item__otherinfo__link, .slider__info-body ul + .b-item__otherinfo__link{
		margin-top: 15px
	}
}