@font-face { 
	font-family: 'Museosanscyrl';
	src: 
		url(../fonts/museosanscyrl_3-webfont.woff) format("woff"),
		url(../fonts/museosanscyrl_3-webfont.woff2) format("woff2");
	font-weight: 100;
	font-style: normal;
}
@font-face { 
	font-family: 'Museosanscyrl';
	src: 
		url(../fonts/museosanscyrl_4-webfont.woff) format("woff"),
		url(../fonts/museosanscyrl_4-webfont.woff2) format("woff2");
	font-weight: 300;
	font-style: normal; 
}
@font-face { 
	font-family: 'Museosanscyrl';
	src: 
		url(../fonts/museosanscyrl_5-webfont.woff) format("woff"),
		url(../fonts/museosanscyrl_5-webfont.woff2) format("woff2");
	font-weight: 500;
	font-style: normal; 
}
@font-face { 
	font-family: 'Museosanscyrl';
	src: 
		url(../fonts/museosanscyrl_6-webfont.woff) format("woff"),
		url(../fonts/museosanscyrl_6-webfont.woff2) format("woff2");
	font-weight: 700;
	font-style: normal; 
}
@font-face { 
	font-family: 'Museosanscyrl';
	src: 
		url(../fonts/museosanscyrl_7-webfont.woff) format("woff"),
		url(../fonts/museosanscyrl_7-webfont.woff2) format("woff2");
	font-weight: 900;
	font-style: normal; 
}
body {
	font-family: 'Museosanscyrl', sans-serif;
	font-size: 16px;
	line-height: 1.1em;
	color: #181818;
}
[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
	border: none;
	background-color: #fff;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
a {
	font-family: inherit;
	text-decoration: underline;
	color: #181818;
	font-size: 16px;
	line-height: 18px;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
a:hover {
	text-decoration: none;
}
input {
	-webkit-border-radius: 0 !important;
	        border-radius: 0 !important;
	-webkit-box-shadow: none !important;
	            box-shadow: none !important;
	padding-left: 24px !important;
	padding-right: 24px !important;        
}
input:focus {
	outline-color: grey;
}
input[type="search"] {
	font-family: inherit;
	font-size: 18px;
	font-weight: 500;
	color: #181818;
	background-color: #FFF;
	border: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-border-radius: 0;
	        border-radius: 0;
}
.column, .columns {
	padding-right: 15px;
	padding-left: 15px;
}
.main-header {
	background: #FFF;
}
.main-header__wrap {
	padding-top: 20px;
	padding-bottom: 31px;
	display: flex;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-align-items: center;
	        align-items: center;
}
.wrap-content {
	max-width: 1170px;
	margin: 0 auto;
	padding-right: 15px;
	padding-left: 15px;
}
.main-header__icon, .main-header__text {
	display: inline-block;
}
.main-header__icon a {
	display: inline-block;
	border: 1px solid #e5e5e5;
	padding: 14px;
	text-decoration: none;
	position: relative;
}
.main-header__text {
	margin-left: 31px;
	vertical-align: middle;
}
.telephone-text1 {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.telephone-text1 a {
	text-decoration: none;
}
.telephone-text2 {
	font-size: 13px;
	font-weight: 300;
	color: #9A9A9A;	
}
.main-header__number-item {
	display: inline-block;
	background: #0780e4;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	width: 17px;
	height: 17px;
	text-align: center;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 14px;
	margin-right: 8px;
}
.main-navigation {
	background: #292B30;
	-webkit-box-shadow: 0px 7px 8px -3px rgba(0,0,0,0.37);
	        box-shadow: 0px 7px 8px -3px rgba(0,0,0,0.37);
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-position: center;
}
.top-bar, .top-bar ul {
	padding: 0;
	background-color: inherit;
}
.main-navigation .menu > li > a, .authentication-block__btn-sign-in {
	padding: 21px 29px 20px 29px;
	font-size: 17px;
	font-weight: 300;
	color: #FFF;
	border-left: 1px solid #34363b;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
.main-navigation .menu > li:last-child > a {
	border-right: 1px solid #34363B;	
}
.main-navigation .menu > li > a:hover, .authentication-block__btn-sign-in:hover {
	background: #077ee1;
}
.main-navigation .menu > li > a.active {
	background: #077ee1;
}
.title-bar-title {
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	margin-left: 8px;
}
.main-navigation .top-bar-right .authentication-block {
	background: #212226;
}
.main-navigation .top-bar-right .authentication-block > li > a, .authentication-block__btn-sign-in {	
	border: none;
	display: inline-block;
}
.main-navigation .authentication-block > li {
	position: relative;
}
.authentication-block__registration {
	margin-left: -4px;
	cursor: pointer;
}
.authentication-block__btn-sign-in img {
	margin-top: 2px;
	margin-right: 16px;
	display: inline-block;
	vertical-align: top;
}
.authentication-block__btn-sign-in {
	text-decoration: underline;
	cursor: pointer;
}
.authentication-block__btn-sign-in:hover {
	text-decoration: none;
}
.separete-line {
	margin-bottom: 6px;
} 
.title-bar {
	padding-top: 19px;
	padding-bottom: 18px;
}
.main-footer__additional-information {
	padding-top: 34px;
	padding-bottom: 40px;
	background: #292b30;
}
.main-footer__copyright {
	background: #25272B;
}
.main-footer__title-menu {
	padding-bottom: 28px;
	border-bottom: 1px solid #3f4145;
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
}
.main-footer__menu-items, .main-footer__price-download {
	padding: 25px 0;
}
.main-footer__menu-items .menu {
	padding-left: 0;
}
.main-footer__menu-items .menu li a {
	color: #878788;
	font-size: 15px;
	padding: 0;
}
.main-footer__menu-items .menu li + li a {
	margin-top: 16px;
}
.main-footer__download-icon {
	display: inline-flex;
	width: 61px;
	height: 71px;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
	border: 3px solid #f24944;
	margin-right: 50px;
}
.main-footer__download-text {
	display: inline-block;
	vertical-align: top;
}
.main-footer__download-text a {
	color: #FFF;
	margin-bottom: 12px;
	display: inline-block;
}
.main-footer__update-text {
	font-size: 13px;
	color: #9E9E9E;
	line-height: normal;
}
.main-footer__download-item + .main-footer__download-item {
	margin-top: 35px;
}
.main-footer__download-icon_zip {
	background: #f24944;
}
.main-footer__menu > .columns {
	min-height: 303px;
}
.main-footer__copyright {
	background: #25272b;
	padding-top: 34px;
}
.main-footer__copyright-text {
	padding-bottom: 36px;
	border-bottom: 1px solid #3b3d41;
	font-size: 13px;
	color: #9E9E9E;
	line-height: normal;
	margin-bottom: 41px;
}
.main-footer__copyright-contacts {
	font-size: 15px;
	color: #9E9E9E !important;
	font-weight: 300;
	line-height: normal;
	margin-bottom: 38px;
}
.main-footer__copyright-contacts_logo-footer a {
	display: inline-block;	
}


.messages_cookies {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: white;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	z-index: 1000;
	color: #666;
	padding: 15px 0;
}
.messages_cookies-wrp {
	display: flex;
	justify-content: center;
}

.messages_cookies-wrp p{
	margin: 8px 0 0 0;
	font-size: 15px;
	color: #181818;
}

.messages_cookies-wrp a{
	margin-left: 10px;
	padding: 7px 15px;
	background: #54585F;
	text-decoration: none;
	color: white;
}

.messages_cookies-wrp a:hover {
background:#0780e4;
}


.main-slider__item {
	width: 100%;
	min-height: 0px;
			background-repeat: no-repeat;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	display: none;
}
.title-bar.text-left {
	display: block;
}
.main-slider__title-slider {
	display: flex;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
}
.main-slider__title-text {
	color: #FFF;
	display: inline-block;
	vertical-align: top;
	font-weight: 900;
}
.main-slider__title_text_index {
	font-size: 24px;
	margin-right: 8px;
}
.main-slider__title_text-sup {
	font-size: 14px;
	line-height: 12px;
	width: 100%;
	display: flex;
	-webkit-align-items: center;
		        align-items: center;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.main-slider__line {
	display: inline-block;
	width: 100%;
	margin: 0;
	outline: none;
	background: #FFF;
	height: 1px;
}
.main-slider__text {
	margin-top: 43px;
}
.main-slider__text-slide {
	color: #FFF;
	font-size: 40px;
	line-height: 48px;
}
.main-slider__text-slide_version1 {
	font-weight: 900;
}
.btn-all {
	display: inline-block;
	color: #FFF;
	vertical-align: middle;
	background: #0780E4;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		        transition: all 0.3s ease;	
}
.btn-all:hover {
	background: #016ec6;
}
.main-slider__btn-more {
	padding: 27px 30px;
	font-size: 18px;
	margin-top: 53px;
	width: 100%;
	font-weight: 700;
}
.main-footer__icon {
	display: flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	-webkit-align-items: center;
	            align-items: center;
	-webkit-flex-wrap: wrap;
	        -ms-flex-wrap: wrap;
	            flex-wrap: wrap;
	-webkit-align-content: space-between;
	                align-content: space-between;        
	margin-top: 40px;
}
.main-footer__icon a img {
	filter: grayscale(100%);
	-webkit-transition: filter 0.3s ease;
	           -moz-transition: filter 0.3s ease;
	            -ms-transition: filter 0.3s ease;
	             -o-transition: filter 0.3s ease;
	                transition: filter 0.3s ease;	
}
.main-footer__icon a:hover img {
	filter: grayscale(0);
}
.main-footer__icon_social-icon {
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
}
.main-footer__icon_social-icon a + a {
	margin-left: 5px;
}
.main-slider__wraper {
	padding-top: 75px;
	padding-bottom: 70px;
}
.title-bar {
	background: inherit;
}
.news-and-search {
	background: url('/images/bg_1.jpg') no-repeat center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.main-news-block {
	background: #FFF;
	display: flex;
}
.main-news-block_title {
	padding-top: 35px;
	padding-bottom: 20px;
	text-transform: uppercase;
	border-bottom: 1px solid #e5e5e5;
	font-size: 22px;
	font-weight: 900;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
.main-news-block__date {
	padding-top: 41px;
	padding-bottom: 21px;
	display: flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
.main-news-block__date > div + div {
	margin-left: 9px;
}
.main-news-block__day {
	font-size: 30px;
	font-weight: 900;
	color: #f24944;
	line-height: 23px;
	-webkit-transition: color 0.3s ease;
	   -moz-transition: color 0.3s ease;
	    -ms-transition: color 0.3s ease;
	     -o-transition: color 0.3s ease;
	        transition: color 0.3s ease;
}
.main-news-block__month {
	font-weight: 700;
	line-height: 5px;
	font-size: 14px;
}
.main-news-block__month_separete_line {
	color: #b8b8b8;
	line-height: 11px;
	-webkit-transition: color 0.3s ease;
	   -moz-transition: color 0.3s ease;
	    -ms-transition: color 0.3s ease;
	     -o-transition: color 0.3s ease;
	        transition: color 0.3s ease;
}
.main-news-block__text {
	padding-bottom: 21px;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
.main-news-block__item a {
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
.main-news-block__item {
	min-height: 255px;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
.main-news-block__item_action {
	-webkit-box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.14);
	-moz-box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.14);
	box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.14);
}
/*.main-news-block__item:nth-child(2) {*/
	/*background: #f6f7f7;*/
/*}*/
.main-news-block__item:hover, .main-news-block__item.slick-current   {
	background: #f24944;
}
.main-news-block__item:hover .main-news-block_title, .main-news-block__item.slick-current .main-news-block_title,.main-news-block__item.slick-current .main-news-block__date, .main-news-block__item.slick-current .main-news-block__day, .main-news-block__item:hover .main-news-block__date,
.main-news-block__item:hover .main-news-block__day, .main-news-block__item.slick-current .main-news-block__month_separete_line, .main-news-block__item:hover .main-news-block__month_separete_line,
.main-news-block__item:hover .main-news-block__text, .main-news-block__item.slick-current .main-news-block__text, .main-news-block__item.slick-current a, .main-news-block__item:hover a {
	color: #FFF;
	border-color: #FFF;
}
.main-news-block__date_without-title {
	padding-top: 115px;
}
.main-news-block__text-action {
	padding-top: 34px;
	padding-bottom: 34px;
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-align-items: center;
	        align-items: center;
}
.main-news-block__icon-action {
	display:flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	            align-items: center;    
	background: #f24944;
	width: 67px;
	height: 67px;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
.main-news-block__action {
	font-size: 17px;
	font-weight: 500;
	margin-left: 30px;
}
.main-news-block__action a {
	font-size: 17px;
}
.main-news-block__item:hover .main-news-block__icon-action {
	border: 1px solid #fff;
}
.main-search {
	padding-left: 15px;
	padding-right: 15px;
}
.main-secion {
	padding-bottom: 83px;
}
.block-title {
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 27px;
	padding-top: 55px;
	padding-bottom: 37px;
	margin: 0;
}
.block-title__bold {
	font-weight: 900;
}
.group-main-search {
	-webkit-box-shadow: 0px 0px 27px 3px rgba(0,0,0,0.14);
	-moz-box-shadow: 0px 0px 27px 3px rgba(0,0,0,0.14);
	box-shadow: 0px 0px 27px 3px rgba(0,0,0,0.14);
	margin-bottom: 0;    
}
.input-group-label.group-main-search__label {
	padding-top: 23px;
	padding-bottom: 25px;
	width: 68px;
	-webkit-border-radius: 0;
	        border-radius: 0;
	border: none; 
	background: #FFF;   
}
.group-main-search__label img {
	
}
.group-main-search__input {
	width: 100%;
	height: 71px;
	border: none;
	outline: 0;
}
.group-main-search__btn {
	width: 25%;
}
.group-main-search__btn .btn-all {
	border: none;
	-webkit-border-radius: 0;
	        border-radius: 0;
	width: 100%;
	height: 71px;
	font-size: 18px;    
	font-weight: 700;
	font-family: inherit;
	outline: none;
}
#sign-in {
	right: 0;
	left: auto !important;
	width: 388px;
	-webkit-border-radius: 0;
	        border-radius: 0;
	padding: 26px 48px 49px 48px;
	visibility: visible;
	display: none;
	top:auto !important;
}
#sign-in.is-open {
	display: block;
}
.title-form {
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 27px;	
}
.dropdown-pane__form input {
	max-width: 100%;
	width: 100%;
	border: 1px solid #E5E5E5;
	height: 54px;
}
.dropdown-pane__form input:not([type="submit"]) {
	background-color: #fff !important;
}
.dropdown-pane__form input:focus {
	border: 1px solid #E5E5E5;
}
.dropdown-pane__checkbox + label, .registration__item label {
	cursor: pointer;
	margin: 0;
	font-size: 15px;
	color: #181818;
	line-height: 1.1em;
}
.dropdown-pane__checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  z-index: -1;
}
.dropdown-pane__checkbox:not(checked) + label {
	position: relative;
	padding: 0 0 0 28px;
}
.dropdown-pane__form-item_text-right {
	text-align: right;
}
.dropdown-pane__checkbox:not(checked) + label:before {
	content: "";
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	background: #FFF;
	border: 1px solid #e5e5e5;
	top: 0;
	left: 0;
	margin-top: -3px;
}
.dropdown-pane__checkbox:not(checked) + label:after {
	content: "";
}
.dropdown-pane__checkbox:checked + label:after {
	content: "\f00c";
	font-family: "FontAwesome";
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
	font-size: 10px;
	width: 18px;
	height: 18px;
	color: #1687e6;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -3px;
}
.dropdown-pane__form a {
	font-size: 15px;
}

.dropdown-pane__form input[type="submit"] {
	margin: 0;
	cursor: pointer;
	height: 60px;
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	font-family: inherit;
}
.dropdown-pane__form input[type="submit"]:focus {
	outline: none;
}
.dropdown-pane__form-item {
	margin-bottom: 15px;
}
.main-slider .slick-prev, .main-slider .slick-next {
	width: 48px;
	height: 48px;
}
.main-slider .slick-prev, .main-slider .slick-next {
	bottom: 24px;
	top: auto;
	right: 0;
	left: auto;
	position: relative;
	display: inline-block;
}
.slider-all .slick-prev, .slider-all .slick-next {
	z-index: 20;
}
.slider-all .slick-prev:before, .slider-all .slick-next:before {
	background: #444c58;
	color: #FFF;
	display: block;
	font-size: 29px;
	opacity: 1;
	width: 100%;
	height: 100%;
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		        transition: all 0.3s ease;	
}
.slider-all .slick-prev:hover:before, .slider-all .slick-next:hover:before { 
	background: #F24944;
}
.slider-all .slick-prev:before, .block-title__button-slider .slick-prev:before {
	content: "\f104";
	font-family: "FontAwesome";
}
.slider-all .slick-next:before, .block-title__button-slider .slick-next:before {
	content: "\f105";
	font-family: "FontAwesome";
}

.slider-all .slick-prev:before, .block-title__button-slider_recently .slick-prev:before {
	content: "\f104";
	font-family: "FontAwesome";
}
.slider-all .slick-next:before, .block-title__button-slider_recently .slick-next:before {
	content: "\f105";
	font-family: "FontAwesome";
}
.slider-all .slick-prev:before, .block-title__button-slider_certificates .slick-prev:before {
	content: "\f104";
	font-family: "FontAwesome";
}
.slider-all .slick-next:before, .block-title__button-slider_certificates .slick-next:before {
	content: "\f105";
	font-family: "FontAwesome";
}
.wrapper-for-navigate-button {
	max-width: 1170px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	height: 0;
}
.product-categories {
	background: #FFF;
}
.product-categories__item {
	display: block;
	position: relative;
	-webkit-align-items: center;
	                align-items: center;
	-webkit-flex-direction: column;
	                -ms-flex-direction: column;
	                    flex-direction: column; 
	-webkit-justify-content: center;
	                       justify-content: center;               
	height: 150px;
	cursor: pointer;
}
.product-categories__wrapper:before {
	content: "";
	display: none;
	width: 28px;
	height: 22px;
	position: absolute;
	bottom: -23px;
	border: 29px solid #0780e4;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top: none; 
	z-index: 22;
	left: 50%;
	margin-left: -29px;
}
.is-active .product-categories__wrapper:after {
	display: block;
}
.is-active .product-categories__wrapper:before {
	display: block;	
}
.product-categories__wrapper:after {
	content: "";
	display: none;
	width: 28px;
	height: 22px;
	position: absolute;
	bottom: -25px;
	border: 17px solid #fff;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top: none; 
	z-index: 23;
	opacity: 0;
	left: 50%;
	margin-left: -17px;
}
.is-active .product-categories__wrapper:after {
	opacity: 1;
	// display: block;
}
.product-categories__item:focus {
	outline: none;
}
.product-categories__text {
	margin-top: 6px;
	text-decoration: underline;
	text-align: center;
	font-size: 16px !important;
	color: #181818 !important;
	padding: 0 !important;
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	height: 45%;
	max-width: 100%;
}
.product-categories__wrapper:hover .product-categories__text {
	text-decoration: none;
}
.product-categories__item > div {
	text-align: center;
}
.product-categories__icon:hover .product-categories__text {
	text-decoration: none;
}
.product-categories__icon {
	height: 55% !important;
	display: flex !important;
	-webkit-justify-content: center !important;
		        justify-content: center !important;
	-webkit-align-items: center !important;
		        align-items: center !important;
	padding: 0 !important;
	width: 100%;	
}
.product-categories a {
	font-weight: 500;
	border: none !important;
}
.product-categories__item > a[aria-selected=true] {
	background: #FFF;
}
.product-categories a:hover {
	color: #f24944;
}
.product-categories__menu {
	padding: 30px;
	border: 8px solid #0780e4;
	margin-right: 0 !important;
	margin-left: 0 !important;
	position: relative; 
}
.product-categories__menu-items {
	padding-left: 32px;
}
.product-categories__menu-items li a {
	padding: 0;
	margin-bottom: 23px;
	line-height: inherit !important;
}
.product-categories__menu-items li {
	position: relative;
}
.product-categories__menu-items li:before {
	content: "—";
	color: #f24944;
	margin-left: -33px;
	position: absolute;
}
.product-categories__wrapper {
	position: relative;
}
.discounted-products {
	background: url(/images/bg_2.jpg) no-repeat center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.block-title__with-line {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-align-items: center;
	        align-items: center;
}
.line-title {
	width: 100%;
	background: #cccdcd;
	margin: 0;
	height: 1px;
}
.discounted-products__items-wrapper {
	background: #FFF;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
	margin-bottom: 45px;    
}
.discounted-products__items-wrapper:hover {
	-webkit-box-shadow: 0px 0px 38px 0px rgba(3,94,169,0.21);
-moz-box-shadow: 0px 0px 38px 0px rgba(3,94,169,0.21);
box-shadow: 0px 0px 38px 0px rgba(3,94,169,0.21);
}
.discounted-products__title {
	display: block;
	padding: 22px 15px;
	border-bottom: 1px solid #ebebeb;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	height: 100px;
}
.discounted-products__image {
	height: 210px;
	border-bottom: 1px solid #ebebeb;
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
}
.discounted-products__discount {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	height: 24px;
	-webkit-align-self: flex-end;
	        align-self: flex-end;
	margin-bottom: 21px;
}
.catalog-item__price .discounted-products__discount,.cart-item__price .discounted-products__discount{
    position:relative;
    top:auto;
    right:auto;
    margin-bottom:3px;
}
.catalog-item__price .discounted-products__discount .discounted-products__old-price,.cart-item__price .discounted-products__discount .discounted-products__old-price{
    white-space:nowrap;
}
.discounted-products__old-price {
	background: #41464E;
	color: #fff;
	padding-right: 10px;	
	padding-left: 10px;
	font-size: 15px;
	font-weight: 300;
	vertical-align: middle;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
}
.discounted-products__new-price {
	background: #F24944;
	color: #fff;
	font-size: 15px;
	font-weight: 900;
	padding-right: 8px;
	padding-left: 8px;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
}
.discounted-products__price {
	padding: 18px 10px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
}
.discounted-products__button {
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 24px;
}
.discounted-products__button button {
	width: 100%;
	padding: 21px 10px;
	-webkit-border-radius: 0;
	        border-radius: 0;
	font-weight: 500;
	background: #54585F;
}
.discounted-products__button button:hover {
	background: #0780E4;
}
.discounted-products__flex {
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.padding-bottom {
	padding-bottom: 38px;
}
.latest {
	background: #FFF;
}
.block-title__filer {
	display: inline-flex;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
		margin-left: 21px;    
}
.line-title_color1 {
	background: #e5e5e5;
}
.block-title__filter-item {
	height: 47px;
	border: 1px solid #e5e5e5;
	font-size: 12px;
	font-weight: 700;
	padding-left: 30px;
	padding-right: 30px;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	color: #A5A5A5;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;

}
.block-title__filter-item + div {
	margin-left: -1px;
}
.block-title__filter-item:hover {
	background: #0780e4;
	border-color: #0780E4;
	color: #fff;
}
.block-title__wrapper {
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
	margin-right: 21px;    
}
.main-slider__sup-wrapper {
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
	margin-right: 10px;    
}
/*
.discounted-products__image_for-latest {
	-webkit-justify-content: center;
	        justify-content: center;
}
*/
.discounted-products__items-wrapper_latest {
	border: 1px solid #e5e5e5;
}
.brands {
	background: url(/images/bg_3.jpg) no-repeat center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.brands__slider.slick-dotted.slick-slider {
	padding-bottom: 98px;
	margin-bottom: 0;
}
.brands__slider .brands__slider-item {
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	            align-items: center;    
	width: 226px;
	height: 226px;
	background: #FFF;
	margin-right: 1px;
	margin-left: 1px;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
.brands__slider .brands__slider-item:hover {
		-webkit-box-shadow: 0px 0px 38px 0px rgba(3,94,169,0.21);
-moz-box-shadow: 0px 0px 38px 0px rgba(3,94,169,0.21);
box-shadow: 0px 0px 38px 0px rgba(3,94,169,0.21);
	   z-index: 999;
	   position: relative; 
}
.brands__slider .brands__slider-item a {
	display: block;
	/*width: 100%;*/
	height: auto;
}
.brands__slider .slick-dots {
	position: absolute;
	bottom: 37px;
	margin-left: -15px;
}
.brands__slider .slick-dots li.slick-active button:before {
	font-size: 14px;
	color: #f24944;
}
.brands__slider .slick-dots li button:before {
	opacity: 1;
	color: #444C58;
}
.brands__slider .brands__slider-item:focus {
	outline: none !important;
	border: none !important;
}
.block-title__button-slider {
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-flex-shrink: 0;
	            flex-shrink: 0;
	margin-left: 21px;
}
.block-title__button-slider_recently {
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	margin-left: 21px;
}
.block-title__button-slider_certificates{
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	margin-left: 21px;
}
.block-title__button-slider .slick-prev, .block-title__button-slider .slick-next {
	position: static;
	-webkit-transform: none;
	   -moz-transform: none;
	    -ms-transform: none;
	     -o-transform: none;
	        transform: none;
	width: 33px;
	height: 33px;    
}
.block-title__button-slider .slick-prev:before, .block-title__button-slider .slick-next:before {
	font-size: 20px;
}
.block-title__button-slider_recently .slick-prev, .block-title__button-slider_recently .slick-next {
	position: static;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	width: 33px;
	height: 33px;
}
.block-title__button-slider_recently .slick-prev:before, .block-title__button-slider_recently .slick-next:before {
	font-size: 20px;
}
.recently__slider .slick-dots {
	position: absolute;
	/*bottom: 0;*/
	margin-left: -15px;
}
.recently__slider .slick-dots li.slick-active button:before {
	font-size: 14px;
	color: #f24944;
}
.recently__slider .slick-dots li button:before {
	opacity: 1;
	color: #444C58;
}
.block-title__button-slider_certificates .slick-prev, .block-title__button-slider_certificates .slick-next {
	position: static;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	width: 33px;
	height: 33px;
}
.block-title__button-slider_certificates .slick-prev:before, .block-title__button-slider_certificates .slick-next:before {
	font-size: 20px;
}
.certificates__slider .slick-dots {
	position: absolute;
	bottom: -40px;
	margin-left: -15px;
}
.certificates__slider .slick-dots li.slick-active button:before {
	font-size: 14px;
	color: #f24944;
}
.certificates__slider .slick-dots li button:before {
	opacity: 1;
	color: #444C58;
}
.group-main-search__input::-webkit-input-placeholder {
	color: #181818;
	opacity: 1;
} 
.group-main-search__input::-moz-placeholder {
	color: #181818;
	opacity: 1;	
}
.product-categories__tabs, .product-categories__content {
	border: none;
}
.product-categories__item .accordion-title {
	border: none;
}
.product-categories__item .accordion-title:before {
	content: "";
}
.block-configurator {
	margin-top: 35px;
}
.block-configurator__wrap {
	background: url(/images/bg_4.jpg) no-repeat center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	width: 100%;
	height: 190px;  
	padding: 7px;  
}
.block-configurator__out-wrap {
	border: 2px solid #fff;
	height: 100%;
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-align-items: center;
	        align-items: center;
}
.block-configurator__text {
	margin-left: 58px;
	font-size: 28px;
	font-weight: 900;
	color: #FFF;
	text-transform: uppercase;
	line-height: 1.2;
}
.block-configurator__button {
	margin-right: 26px;
	font-weight: 500;
	-webkit-flex-shrink: 0;
		        flex-shrink: 0;	
	margin-left: 70px;
}
.btn-all__configurator {
	background: #f24944;
	padding: 20px 28px;
}
.block-configurator__button:hover {
	background: #ed302d;
}
.block-title__bold_size22 {
	font-size: 22px;
}
.crankcase-protection__image {
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	                align-items: center;
	height: 260px;
	border-bottom: 1px solid #e5e5e5;            
}
.crankcase-protection__signature {
	text-align: center;
	padding: 28px 25px;
	min-height: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.row .row {
	margin-right: -15px;
	margin-left: -15px;
}
.crankcase-protection {
	margin-bottom: 29px;
}
.product-categories__wrapper {
	display: flex !important;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	            align-items: center;
	-webkit-flex-direction: column;
	            -ms-flex-direction: column;
	                flex-direction: column;
	width: 100%;
	height: 100%;    
	padding: 0 !important; 
	text-align: center; 
	position: relative;
	color: inherit !important;
	border: none !important;
	text-decoration: none !important; 
	line-height: inherit !important;         
}
.product-categories__wrapper:focus {
	background: #FFF !important;
	border: none;
}
.product-categories .tabs-content {
	border: none;
	max-width: 73.125rem;
    margin-right: auto;
    margin-left: auto;
}
.product-categories .tabs-content:after {
	clear: both;
}
.product-categories .tabs-content:before, .product-categories .tabs-content:after {
	display: table;
	content: "";
}
.product-categories .tabs-panel {
	height: auto;
}
.product-categories__item .accordion-content {
	border: none !important;
	position: relative;
}
.product-categories__item .accordion-content:before {
	display: none;
}
.clearfix-class {
	clear: both;
}
.shipping__item--title {
	position: relative;
	height: 118px;
	display: flex;
	-webkit-align-items: center;
	            align-items: center;
	z-index: 2;    
}
.shipping__item--title:before, .customers-info__text-prev:after, .block-title_for-working-conditions:before {
	content: "";
	position: absolute;
	margin-left: -52px;
	left: 0;
	top: 0;
	font-size: 160px;
	font-weight: 900;
	color: #F6F9FA;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
	z-index: -1;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	width: 182px;
	height: 118px;
}
.shipping__item--01:before {
	content: "01";	
}
.shipping__wrap {
	padding-top: 57px;
	padding-bottom: 57px;
}
.shipping__wrap:first-child {
	padding-top: 24px;
}
.shipping__item--title--text {
	font-size: 22px;
	text-transform: uppercase;
	line-height: 1.2em;
}
.shipping__wrap_grey-background {
	background: #f6f9fa;	
}
.shipping__item--title_color1:before {
	color: #FFF;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
.shipping__item--02:before {
	content: "02";
}
.shipping__wrap_white {
	background: #FFF;
}
.shipping__item--03:before {
	content: "03";
}
.shipping__item--04:before {
	content: "04";
}
.shipping__paragraph {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 55px;
	color: #515151;
	font-weight: 300;
	position: relative;
}
.shipping__paragraph_check:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -16px;
	width: 32px;
	height: 32px;
	display: block;
	background-image: url(/images/check_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100%;
	     -o-background-size: 100%;
	        background-size: 100%;
}
.shipping__paragraph_line:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	width: 19px;
	height: 2px;
	display: block;
	background-image: url(/images/icon_line.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100%;
	     -o-background-size: 100%;
	        background-size: 100%;
}
.shipping__paragraph_flag:before {
	content: "";
	position: absolute;
	left: 0;
	margin-top: -2px;
	width: 34px;
	height: 43px;
	display: block;
	background-image: url(/images/flag_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100%;
	     -o-background-size: 100%;
	        background-size: 100%;
}
.line-title_separate-paragraph {
	margin-top: 25px;
	margin-bottom: 25px;
}
.block-title__bold_for-shipping {
	display: inline;
}
.shipping__title-second-level {
	font-size: 17px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1.2em;
	margin-bottom: 15px;
}
.shipping__row-dop {
	margin-top: 47px;
}
.shipping__row-dop > div + div {
	margin-top: 15px;
}
.shipping__paragraph_flag {
	text-decoration: underline;
	cursor: pointer;
	display: inline-block;
	font-size: 20px;	
	font-weight: 500;
}
.shipping__paragraph_flag:hover {
	text-decoration: none;
}
.customers-info {
	margin-top: 73px;
	display: flex;
}
.block-title_for-customers {
	padding-top: 28px;
	padding-bottom: 36px;
}
.customers-info__text {
	color: #636363;
	line-height: 1.2;
	font-weight: 300;
}
.customers-info__text-prev {
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 31px;
	border-left: 5px solid #0780e4;
	position: relative;
	margin-bottom: 31px;
}
.customers-info__01:after {
	content: "01";
	right: 0;
	left: auto;
	top: 50%;
	margin-top: -59px;
	margin-right: -17px;
} 
.customers-info__title-number {
	display: inline-block;
	font-weight: 900;
	color: #F24944;
	margin-right: 11px;
}
.customers-info_item .shipping__title-second-level {
	display: flex;	
}
.customers-info_item {
	padding-top: 42px;
}
.working-conditions {
	background: #F6F9FA;
	margin-top: 39px;
	padding: 96px 0;
}
.block-title_for-working-conditions {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 48px;
	position: relative;
	z-index: 1;
}
.block-title_for-working-conditions:before {
	top: 50%;
	margin-top: -59px;
}
.call-me-block {
	background-image: url(/images/call-me-background.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	width: 100%;
	height: 215px;
	color: #FFF;
	padding: 59px 0;
}
.call-me-block__wrapper {
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
}
.call-me-block__icons {
	margin-right: 41px;
}
.call-me-block__title {
	font-weight: 900;
	font-size: 26px;
	margin-bottom: 25px;
}
.call-me-block__a {
	color: #FFF;
	text-decoration: none;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
.call-me-block__a:hover {
	opacity: 0.8;
}
.button-scroll-up {
	display: none;
	width: 3em;
	height: 3em;
	padding: 16px 16px;
	color: #FFF;
	background: #54585F;
	bottom: 92px;
	position: fixed;
	right: 33px;
	margin-bottom: 0px;
	opacity: 1;
	cursor: pointer;
	border-radius: 100%;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
.button-scroll-up:hover {
	background:#0780e4;
}
.shipping__paragraph a {
	color: #515151;
	font-size: 20px;
}
.search-3d-configurator {
	/*margin-bottom: 44px;*/
}
input.group-main-search__input_with-border {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
input.group-main-search__input_with-border:focus {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.input-group-label.group-main-search__label_with-border {
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
[id^="panel"] {
	display: none;
	padding-top: 16px;
	padding-bottom: 16px;
	position: relative;
}
[id^="panel"].active {
	display: block;
}
.product-categories__item.is-active a:after, .product-categories__item.is-active a:before {
	display: block;
}
.discounted-products__flex:before {
	content:none;
}
.discounted-products__flex:after {
	content:none;
}
@media (max-width: 900px) {
	.block-title__with-filter {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	    -webkit-align-items: flex-start;
	            align-items: flex-start;
	}
	.line-title__with-filter {
		display: none;
	}
	.block-title__filer {
		margin-left: 0;
		margin-top: 25px;
	}
}
@media (max-width: 1023px) {
	.main-header__wrap {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	    -webkit-justify-content: center;
	            justify-content: center;
	}
	.main-header__telephone {
		-webkit-order: 1;
		    -ms-order: 1;
		        order: 1;
	    margin-right: 20px;
	    
	}
	.main-header__basket {
		-webkit-order: 2;
		    -ms-order: 2;
		        order: 2;
	}
	.main-header__logo {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.main-navigation .menu > li:last-child > a {
		border-right: none;
	}
	.main-navigation .menu > li > a {
		border: none;
	}
	.top-bar-left {
		/*float: none;*/
	}
	.top-bar-right {
		/*float: none;*/
	}
	.main-navigation .menu > li > a, .authentication-block__btn-sign-in {
		padding: 15px 20px 15px 20px;
	}
	.separete-line {
		display: none;
	}
	.main-navigation .top-bar-right .authentication-block {
		padding-left: 0;
		background: inherit;
	}
	.main-footer__icon {
		-webkit-justify-content: flex-start;
		        justify-content: flex-start;
	}
	.main-footer__icon a {
		margin-bottom: 3px;
	}
	.main-footer__icon a + a {
		margin-left: 5px;
	}
	.main-news-block__text-action {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	    -webkit-align-items: flex-start;
	            align-items: flex-start;	    
	}
	.main-news-block__action {
		margin-left: 0;
		margin-top: 21px;
	}
	#main-menu .top-bar-left, #main-menu .top-bar-right {
		display: flex;
		-webkit-justify-content: center;
		        justify-content: center;
	}
	#sign-in {
		right: -18px; /*was auto*/
		left: 0; 
	}
	.btn-all__configurator {
		-webkit-flex-shrink: 1;
		        flex-shrink: 1;
	} 

}
@media (min-width:640px) and (max-width: 1023px) {
	.main-slider .slick-next {
		margin-right: 15px;
	}
	.product-categories__text a {
		font-size: 15px;
	}
	.block-title_brands {
		-webkit-flex-direction: row;
		    -ms-flex-direction: row;
		        flex-direction: row;
	    -webkit-align-items: center;
	            align-items: center;
	}
	.line-title_block-title {
		display: block;
	}
	.shipping__item--title:before {
		font-size: 110px;
	}
}
@media (max-width: 639px) {

	.messages_cookies-wrp{
		display: block;
		margin: 0 90px 15px 40px;
	}
	.messages_cookies-wrp p{
		margin-bottom: 10px;
	}
	.messages_cookies-wrp a{
		margin: 0;
	}
	.brands__slider .slick-dots {
	position: absolute;
	bottom: 17px;
	margin-left: -15px;
	}
    .certificates__slider .slick-dots {
	position: absolute;
	bottom: -50px;
	margin-left: -15px;
    }
	.main-header__wrap {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.main-header__telephone {
		display: flex;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-justify-content: center;
		            justify-content: center;
		-webkit-align-items: center;
		                align-items: center;        
	}
	.main-header__basket .main-header__text {
		margin-left: 15px;
	} 
	.main-header__telephone .main-header__text {
		text-align: center;
		margin-left: 0;
	}
	.main-header__telephone {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.main-header__icon {
		margin-bottom: 8px;
	}
	.main-footer__menu > .columns {
		min-height: 0;
	}
	.main-footer__payment-and-soc-networks .columns:first-child{
		margin-bottom: 40px;
	}
	.main-header__telephone .main-header__icon {
		display: none;
	}
	.main-news-block__icon-action {
		display: none;
	}
	.main-news-block_title {
		display: none;
	}
	.main-news-block__item {
		min-height: 150px;
	}
	.main-slider__text-slide {
		font-size: 27px;
		line-height: 38px;
	}
	.main-slider__title-text hr {
		width: 89%;
	}
	.main-footer__icon {
		margin-top: 20px;
	}
	.main-news-block {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.main-news-block__date_without-title {
		padding-top: 41px;
	}
	.main-news-block__item_without-title {
		min-height: 150px;
	}
	.main-slider__item {
		height: auto;
		min-height: 0;
		font-size: 20px;
	}
	.group-main-search__input {
		height: 51px;
	}
	.group-main-search__btn .btn-all {
		height: 51px;
		font-size: 16px;
	}
	.input-group-label.group-main-search__label {
		display: none;
	}
	.block-title {
		font-size: 23px;
		padding-top: 30px;
		padding-bottom: 35px;
	}
	.main-secion {
		padding-bottom: 73px;
	}
	#main-menu .top-bar-left, #main-menu .top-bar-right {
		display: block;
	}
	.main-slider__wraper {
		padding-top: 50px;
	}
	.main-slider__btn-more {
		width: 65%;
	}
	.dropdown-pane__form-item_text-right {
		text-align: left;
	}
	#sign-in {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.wrapper-for-navigate-button {
		text-align: center;
	}
	.line-title {
		display: none;
	}
	.block-title__filer {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.block-title__filter-item + div {
		margin-left: 0;
		margin-top: -1px;
	}
	.block-title__button-slider {
		display: none;
	}
	.block-title__button-slider_recently {
		display: none;
	}
	.block-title__button-slider_certificates {
		display: none;
	}
	.block-configurator__out-wrap {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	 -webkit-justify-content: center;
	            justify-content: center;   
	} 
	.block-configurator__text {
		margin: 10px;
	}
	.block-configurator__button {
		margin: 10px;

	}
	.product-categories__item {
		height: auto;
	}
	.product-categories__wrapper {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	.product-categories__menu-items li:before {
		left: 0;
	}
	.product-categories__menu-items li {
		text-align: left;
	}
	.product-categories__menu-items {
		padding-right: 0 !important;
		padding-left: 0 !important;	
	}
	[id^="panel"]:before {
	    content: "";
	    display: block;
	    width: 28px;
	    height: 22px;
	    position: absolute;
	    top: -6px;
	    border: 29px solid #0780e4;
	    border-left-color: transparent;
	    border-right-color: transparent;
	    border-top: none;
	    z-index: 22;
	    left: 50%;
	    margin-left: -29px;
	}
	[id^="panel"]:after {
		content: "";
	    display: block;
	    width: 28px;
	    height: 22px;
	    position: absolute;
	    top: 3px;
	    border: 18px solid #fff;
	    border-left-color: transparent;
	    border-right-color: transparent;
	    border-top: none;
	    z-index: 23;
	    left: 50%;
	    margin-left: -18px;
	}
	.product-categories__wrapper:after {
		visibility: hidden;
	}
	.product-categories__wrapper:before {
		visibility: hidden;	
	}
	.customers-info {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.customers-info > .medium-6:nth-child(2) {
		-webkit-order: 1;
		    -ms-order: 1;
		        order: 1;
	}
	.customers-info > .medium-6:nth-child(1) {
		-webkit-order: 2;
		    -ms-order: 2;
		        order: 2;
	}
	.working-conditions .medium-7:first-child {
		margin-bottom: 25px;
	}
	.working-conditions {
		padding: 40px 0;
	}
	.block-title_for-working-conditions {
		margin-bottom: 0;
	}
	.customers-info {
		margin-top: 25px;
	}
	.customers-info__text-prev {
		margin-bottom: 0;
	}
	.customers-info_item {
		padding-top: 25px;	
	}
	.call-me-block__wrapper {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	    -webkit-align-items: center;
	            align-items: center;
	}
	.call-me-block__icons {
		margin-right: 0;
		margin-bottom: 25px;
	}
	.call-me-block { 
		height: auto;
	}
	.product-categories__icon {
		display: block !important;
		height: auto !important;
	}
	.product-categories__text {
		display: block !important;
		height: auto !important;
	}
}

.main-news-block .slick-list {
	width: 100%;
}

@media (max-width: 1170px) {
	.shipping__item--title:before {
		margin-left: 0;
	}
	.customers-info__text-prev:after {
		margin-right: 0;
	}
	.block-title_for-working-conditions:before {
		margin-left: 0;
	}
}
.main-news-block .slick-slide {
	cursor: pointer;
}
.main-news-block .slick-slide:focus {
	outline:none;
}
.custom-breadcrumbs li::after {
	content: "/";
	display: inline-block;
	text-decoration: none;
	color: #777;
	margin-right: .8em;
}
.custom-breadcrumbs li:last-child::after {
	content: none;
}
#main-menu .menu li.active:first-child:not(:hover) a {
	background-color: transparent !important;
}
.menu .active > a {
	background-color: #077ee1;
}
.catalog-sorter__label a {
	font-size: 14px;
	text-decoration: none;
}
.catalog-sorter__label.reverse .catalog-sorter__icon {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}
.catalog-item__img-wrap img:hover {
	-webkit-transform:scale(6.6,6.6) translate(22px, 4.5px); /*Webkit: Scale up image to 1.2x original size*/
	-moz-transform:scale(6.6,6.6) translate(22px, 4.5px); /*Mozilla scale version*/
	-o-transform:scale(6.6,6.6) translate(22px, 4.5px); /*Opera scale version*/
	transition: all 0.4s linear 0.4s;
	box-shadow:0px 0px 7px gray; /*CSS3 shadow: 30px blurred shadow all around image*/
	-webkit-box-shadow:0px 0px 7px gray; /*Safari shadow version*/
	-moz-box-shadow:0px 0px 7px gray; /*Mozilla shadow version*/
	opacity: 1; border: 1px solid gray; margin: 0; padding: 0px; background: white; 
	z-index:1000; position: absolute;
}
.catalog-item__name a {
	font-size: 15px;
	color: #515151;
	text-decoration: none;
}
#registration {
	width: 388px;
	padding: 26px 48px 49px 48px;
	border-radius: 0;
	display: none;
	top: auto !important;
	left: auto !important;
	right: 0 !important;
	/*visibility: visible;*/
}
@media (max-width: 639px) {
	#registration {
		right: auto !important;
		left:0 !important;
		width: 100%;
		padding: 26px 15px 49px 15px;
	}
}
#registration.is-open {
	display: block;
}
.registration__item {
	margin-bottom: 25px;
}
.registration__item label {
	margin-bottom: 5px;
}
.registration__item input {
	width: 100% !important;
	border: 1px solid #E5E5E5;
	height: 54px;
	padding: 8px 24px;
	background-color: #fefefe;
	max-width: none;
}
.registration__item input:focus {
	border: 1px solid #E5E5E5;
}
.registration__item button {
	width: 100%;
	height: 60px;
	background-color: #016ec6;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	border-radius: 0px;
	cursor: pointer;
}
.dropdown-pane__form .help-block {
	margin-top: 10px;
}
.tabs__block-history {
	border: none;
	padding: 0;
}
/*.main-navigation .authentication-block > li:last-child {*/
	/*display: none;*/
/*}*/
.dropdown-pane__checkbox {
	width: 0 !important;
}
input[name="login-button"] {
	margin-bottom: 15px !important;
}
.btn-entrance {
	text-align: center;
}
.entrance_wrapper {
	display: block;
}
.registration_wrapper {
	display: none;
}
.btn-registration {
	cursor: pointer;
}
.news__item {
	border-bottom: 1px solid #e2e6ea;
	margin-bottom: 52px;
	padding-bottom: 40px;
}
.news__image {
	width: 400px;
	flex-shrink: 0;
}
.news__image img {
	border: 0px solid #e2e6ea;
}
.news__date {
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 15px;
	width: 100%;
}
.news__main {
	padding-left: 30px;
	padding-right: 30px;
}
.news__flex-wrapper {
	display: flex;
}
.news__title {
	font-weight: 900;
	font-size: 17px;
	text-transform: uppercase;
	line-height: 1.2em;
}

@media (max-width: 900px) {
	.news__image {
		width: 300px;
	}
}
@media (max-width: 639px) {
	.news__flex-wrapper {
		flex-direction: column;

	}
	.news__image {
		width: 100%;
	}
	.news__flex-wrapper div:first-child {
		margin-bottom: 25px;
	}
	.news__main {
		padding: 0;
	}
}
.main-footer_icon a {
	margin-right: 5px;
}
.tabs-title_block-history a {
	color: #181818 !important;
	font-size: 20px;
	text-decoration: none;
}
.tabs-title_block-history.is-active a {
	color: #fff !important;
	background-color: #0780E4 !important;
}
.tabs-title_block-history:hover a {
	color: inherit !important;
}
.tabs-title_block-history.is-active:hover a {
	color: #fff !important;
}
.tabs-content_block-history {
	border: none !important;
	background: #fff;

}
.tabs_block-history {
	border: none;
	background: #fff;
	margin: 0 !important;
	padding: 0;
}
.product-categories__item_without-nipple a::before, .product-categories__item_without-nipple a::after {
	content: none;
}
@media (max-width: 900px) and (min-width: 640px) {
	.product-categories__text {
		font-size: 13px !important;
	}
}
.tabs-panel_block-history {
	padding: 50px 0;
}
.main-footer__icon a {
	margin-right: 5px;
}
.history-table__item {
	width: 15%;
	padding: 25px 15px;
	text-align: center;
}
.history-table__item:nth-child(4) {
	width: 25%;
}
.history-table__row {
	display: flex;
	transition: all 0.3s ease;

}
.history-table__title-item {
	cursor: pointer;
	background-color: #45484d;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.history-table__title-item::after {
	content: "";
	border: 6px solid;
	display: inline-block;
	border-color: #fff transparent;
	border-bottom: none;
	margin-left: 3px;
}
.history-table__title-item_up::after {
	border-bottom: 6px solid;
	border-top: none;
}
.hide-aside {
	display: none;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 30px;
	clear: both;
}
@media (max-width: 1023px) {
	.page-cart > aside, .catalog-content > div > aside{
		display: none;
	}
	.page-cart .hide-aside, .catalog-content .hide-aside {
		display: block;
	}
}
.hide-aside__button {
	padding: 30px 20px;
	border-radius: 0;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
}
.history-table__title-item:last-child::after {
	content: none;
}
.tabs-panel_block-history {
	overflow: auto;
	border: none;
}
.history-table {
	min-width: 1024px;
}
.block-history-info .tabs-content {
	border: none;
}
.tabs-title_block-history a::after, .tabs-title_block-history a::before, .tabs-panel_block-history::before {
	content: none;
}
.history-table__detail {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #515151;
	justify-content:center;
	align-items: center;
	display: inline-flex;
	text-decoration: none;
	transition: all 0.3s ease;
}
.history-table__items {
	font-weight:500;
	color: #515151;
}
.history-table__detail:hover {
	color: #077ee1;
	border-color: #077ee1;
}
.history-table__items a {
	color: #515151;
	/*text-align: left;*/
}
.history-table__items .history-table__item {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.history-table__items .history-table__item:nth-child(4) {
	/*justify-content: flex-start;*/
}
.history-table__row:nth-child(even) {
	background-color: #f8f8f8;
}
.history-table__items.history-table__row:hover {
	background-color: #fff;
	box-shadow: 0 0 19px 0 rgba(1, 100, 182, .2);
	position: relative;
	z-index: 1;
}
.profile label {
	font-size: 15px;
	margin-bottom: 3px;
}
.profile__item input {
	padding: 8px 24px;
}
.profile__save {
	border-radius: 0;
	padding: 20px 24px;
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
}
.profile__button {
	text-align: center;
}
.order-info {
	padding: 50px 0;
	min-width: 1140px;
}
.order-info_row {
	display: flex;
}
.order-info__item {
	width: calc(85%/7);
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 8px 24px;
	font-size: 14px;
}
.order-info__item a {
	font-size: 14px;
}
.order-info__item:nth-child(2), .order-info__item:nth-child(3) {
	width: 15%;
}
.order-info__title-item {
	text-align: center;
	/*align-items: flex-start;*/
}
.order-info__title {
	background-color: #45484d;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
}
.order-info__item:nth-child(3) {
	justify-content: flex-start;
}
.order-info__item-status {
	text-align: center;
}
.order-info__table {
	overflow: auto;
}
.order-info_row:nth-child(even) {
	background-color: #f8f8f8;
}
.order-info__items.order-info_row:hover {
	background-color: #fff;
	box-shadow: 0 0 19px 0 rgba(1, 100, 182, .2);
	position: relative;
	z-index: 1;
}
.order-info__backward {
	/*border-radius: 0;*/
	padding: 20px 24px;
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 30px;
}
.brends {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.brends__item {
	width: calc(100%/6);
	padding-left: 15px;
	padding-right: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	margin-bottom: 30px;
}
.brends__img {
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.brends__img img {
	transform: scale(1);
	transition: all 0.3s;
	max-height: 100%;
}
.brends__item:hover .brends__img img {
	transform: scale(1.05);
}
.brends__text {
	margin-top: 10px;
	font-weight: 500;
	text-transform: uppercase;
}
@media (max-width: 1024px) {
	.brends__item {
		width: 20%;
	}
	#reformal_tab {
		display: none !important;
	}
}
@media (max-width: 760px) {
	.brends__item {
		width: calc(100%/3);
	}
	.button-scroll-up {
		/*padding: .5em .75em;*/
        padding:14px 16px 14px 16px;
        right:33px;
        bottom:92px;
        margin-bottom:0;
	}

}
@media (max-width: 640px) {
	.brends__item {
		width: 50%;
	}
}
@media (max-width: 425px) {
	.brends__item {
		width: 100%;
	}
}
.catalog-item__storage-wrap_for-card {
	flex-direction: column !important;
	padding: 0 !important;
	margin-left: -7px;
	margin-right: -7px;
}
.catalog-item__storage-wrap_for-card > div {
	padding: 0;
}
.catalog-item__storage-wrap_for-card .catalog-item__storage p {
	display: inline-block;
	font-size: 1em;
}
.catalog-item__storage-wrap_for-card .catalog-item__storage:last-child {
	margin-bottom: 10px;
}
/*.catalog-item__storage-wrap_for-card .catalog-item__storage p:last-child {*/
	/*font-size: 1.85em;*/
/*}*/
.catalog-item__storage-wrap_for-card .catalog-item__storage p:first-child {
	padding-right: 5px;
}
.catalog-item__storage-wrap_for-card .catalog-item__storage {
	flex-direction: row;
	align-items: center;
	padding-left: 7px;
	padding-right: 7px;
}
.content-block h3, .content-block h2 {
	font-size: 1.17em;
	margin: 0;
	margin-bottom: 15px;
	font-weight: 700;
}
.content-block {
	margin-bottom: 70px;
}
.content-block h2 {
	font-size: 1.5em;
}
.content-block p {
	margin: 0;
	margin-bottom: 25px;
	line-height: 1.4;
}
.content-block ul {
	margin: 0;
	margin-bottom: 25px;
	line-height: 1.4;
	padding-left: 40px;
	list-style-type: disc;
}
.content-block ul li {
	margin-bottom: 5px;
}
.main-footer__menu-items li.active > a {
	background-color: transparent;
}
.fa-rub {
	font-size: 14px;
}
.main-footer__price-download-button {
	margin-right: 15px;
	margin-left: 15px;
	text-align: center;
}
.main-footer__download-button {
	width: 100%;
	padding: 20px 15px;
	font-size: 20px;
	display: inline-block;
}
@media (max-width: 639px) {
	.main-footer__download-button {
		width: 60%;
	}
}
@media (max-width: 460px) {
	.main-footer__download-button {
		width: 100%;
	}
}
#download-form, .form-application {
	max-width: 600px;
	background-color: #fff;
	position: relative;
	padding: 20px;
	margin: 0 auto;
}
.download-form__item input {
	height: 54px;
}
.download-form__item label {
	font-size: 16px;
}
.download-form__item-submit {
	text-align: center;
}
.btn-download-price {
	padding:15px 24px;
	border-radius: 0;
	margin: 0 auto;
}
@media (max-width: 640px) {
	.btn-download-price {
		width: 100%;
	}
}
.page404_wrapper {
	text-align: center;
}
.page404__text {
	font-weight: 700;
	font-size: 20vw;
	line-height: normal;
	padding: 50px;
}
.page404__not-found, .page404__not-found a {
	font-size: 20px;
	line-height: normal;
	padding-bottom: 50px;
}
.page404__not-found a {
	color: #0780e4;
}
.backward-block__btn {
	padding: 10px 20px;
	border: 1px solid #e5e5e5;
	display: inline-block;
	box-sizing: border-box;
}
.backward-block {
	margin-top: 20px;
	text-align: right;
}
.backward-block__arrow {
	padding-right: 10px;
}
.form-application {
	margin-top: 30px;
}
.btn-form-application {
	padding: 15px 25px;
	border-radius: 0;
}
.form-application .title-form, .form-application__item-submit {
	text-align: center;
}
.form-application__item-submit {
	margin-top: 30px;
}
.catalog-item__price {
	align-self: center;
	width: 8.5em !important;
}
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

.print-order-sum {
	text-align: right;
}

.print-order-elem {
	margin: 5px !important;
}

.message-error {
	font-size: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.btn-discount {
	width: 100px;
	height: 30px;
}

.discount-disable {
	background-color: #fffdfe !important;
	cursor: not-allowed;
}
.field-feedback-recaptcha{
    padding-bottom:12px;
}

@media (min-width: 660px) and (max-width: 749px) {
	.main-slider__item {
	width: 100%;
	min-height: 150px;
			background-repeat: no-repeat;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	display: none;
	}
}
@media (min-width: 750px) and (max-width: 800px) {
	.main-slider__item {
	width: 100%;
	min-height: 200px;
			background-repeat: no-repeat;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	display: none;
	}
}
@media (min-width: 801px) and (max-width: 1112px) {
	.main-slider__item {
	width: 100%;
	min-height: 250px;
			background-repeat: no-repeat;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	display: none;
	}
}
@media (min-width: 1113px) and (max-width: 1440px) {
	.main-slider__item {
	width: 100%;
	min-height: 350px;
			background-repeat: no-repeat;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	display: none;
	}
}
@media (min-width: 1441px) and (max-width: 1600px) {
	.main-slider__item {
	width: 100%;
	min-height: 390px;
			background-repeat: no-repeat;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	display: none;
	}
}
@media (min-width: 1601px) and (max-width: 1899px) {
	.main-slider__item {
	width: 100%;
	min-height: 415px;
			background-repeat: no-repeat;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	display: none;
	}
}
@media (min-width: 1900px) and (max-width: 2048px) {
	.main-slider__item {
	width: 100%;
	min-height: 465px;
			background-repeat: no-repeat;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	display: none;
	}
}
@media (min-width: 2049px) and (max-width: 2499px) {
	.main-slider__item {
	width: 100%;
	min-height: 535px;
			background-repeat: no-repeat;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	display: none;
	}
}
@media (min-width: 2500px) and (max-width: 3199px) {
	.main-slider__item {
	width: 100%;
	min-height: 615px;
			background-repeat: no-repeat;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	display: none;
	}
}
@media (min-width: 3200px) and (max-width: 4096px) {
	.main-slider__item {
	width: 100%;
	min-height: 810px;
			background-repeat: no-repeat;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	display: none;
	}
}
.thumb-wrap-video {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.thumb-wrap-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 960px){
	.page-lk .cart-descr{
		padding-right:15px;
	}
	.page-lk .cart-item__left{
		justify-content:space-between;
		width: 67em;

	}
	.page-lk .cart-item__text{
        width:38em;
    } 
    .page-lk .cart-descr__name{
		width:53.55em;
	} 
	.page-lk .cart-item__price{
		width:11em;
	}
	.page-lk .cart-item__right{
		width:15em;
		justify-content:space-between;
	}
	.page-lk .cart-item__sum{
		width:8em;
	}
}