.header_promo_slider{
	background: #000;
	width: 100%!important;
}
.header_promo_slider .slick-slide{
	font-size: 13px;
	line-height: 17px;
	text-align: center;
	color: #FFFFFF;
	padding: 15px 0 18px 0;
}
.header_promo_slider .slick-slide .header_sales_slider_button{
	line-height: 17px!important;
	color: #FFFFFF;
	padding-left: 8px;
}
.header_promo_slider .slick-slide a{
	color: #fff;
}
header{
	border-bottom: 1px solid #E8E8E8;
	position: relative;
	z-index: 11;
}
.header-logo-row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	text-align: center;
	padding-top: 23px;
	margin-bottom: 41px;
}
.header-controls-left{
	margin: 0;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.header-controls-right{
	margin: 0;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.header-logo{
	margin: 0;
	width: 240px;
}
.header-controls{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 20%;
	        flex: 0 0 20%;
}
.language_toggle button,
.version_toggle button
{
	font-size: 12px;
	line-height: 100%;
	color: #020202;
	font-family: 'Bitum';
	margin: 0;
}
.header-controls .header_account{
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
	color: #020202;
	font-family: 'Bitum';
}
.header-controls-left{
	gap: 30px;
}
.header-controls .header-main_buttons_search{
	margin: 0;
}
.header-controls-right{
	gap: 20px;
	text-align: center;
	text-align: center;
}
#cart{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.total_products{
	position: absolute;
	top: calc(50% - 7px);
	width: 100%;
	text-align: center;
	left: 0;
	font-size: 10px;
}
.header-controls-right a,
.header-controls-right img
{
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}
.header-controls-right .header-main_buttons_search{
	height: 23px;
}
.m-menu-wrapper{
	padding-bottom: 32px;
	position: relative;
}
.m-menu a{
	font-family: "Bitum" !important;
}
.m-menu{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 0;
	
}
@media all and (min-width:575px){
	.m-menu{
		-webkit-box-align: center;  -webkit-align-items: center;  -ms-flex-align: center;  align-items: center;	
	}
}
.m-menu a{
	font-size: 13px;
	line-height: normal;
	color: #020202;
	text-transform: uppercase;
}
.parent-menu{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
}
.dropdown-arrow{
	padding-left: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media all and (max-width:1440px){
	.dropdown-arrow{
		padding-left: 6px;
	}
}
.children-menu-wrapper{
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 0s, opacity 0.25s linear;
	-o-transition: visibility 0s, opacity 0.25s linear;
	transition: visibility 0s, opacity 0.25s linear;
	position: absolute;
	left: 0;
	top: calc( 100% - 40px );
	width: 100%;
	z-index: 10;
	background: #fff;	
	padding-top: 40px;
	padding-bottom: 40px;
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.15);
}
.common-home .children-menu-wrapper{
	top: calc( 100% - 10px );
	padding-top: 32px;
}
.parent-menu:hover .children-menu-wrapper{
	visibility: visible;
	-webkit-transition: visibility 0s, opacity 0.25s linear;
	-o-transition: visibility 0s, opacity 0.25s linear;
	transition: visibility 0s, opacity 0.25s linear;
	opacity: 1;
}
.children-menu-wrapper a:hover{
	text-decoration: underline;
}
.dropdown-arrow img{
	-webkit-transition: 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.children-menu-line{
	width: 100%;
	height: 1px;
	background: #E8E8E8;
	margin-bottom: 35px;
}
.children-menu-main{
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 510px;
	        flex: 0 0 510px;
}
.children-menu-main.menu-size-large{
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 612px;
	        flex: 0 0 612px;
}
.menu-column-2{
	-webkit-column-count: 2;
	   -moz-column-count: 2;
	        column-count: 2;
}
.menu-column-3{
	-webkit-column-count: 3;
	   -moz-column-count: 3;
	        column-count: 3;
}
.children-menu-list a{
	text-transform: none;
	text-align: left;
	display: block;
	line-height: 100%;
	color: #020202!important;
}
.children-menu-list li + li{
	margin-top: 17px;
}
.children-menu-wrapper .children-menu-wrapper-inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.children-menu-banner-wrapper{
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 305px;
	        flex: 0 0 305px;
	margin-left: auto;
}
.children-menu-banner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	
	-webkit-box-align: start;
	
	    -ms-flex-align: start;
	
	        align-items: flex-start;
}
.children-menu-banner-image{
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	margin-bottom: 13px;
	overflow: hidden;
}
.children-menu-banner-image img{
	-webkit-transition: scale 0.5s linear;
	-o-transition: scale 0.5s linear;
	transition: scale 0.5s linear;
}
.children-menu-banner-image:hover img{
	scale: 1.1;
}
.m-menu .children-menu-banner-link{
	font-size: 12px;
	text-transform: none;
	text-decoration: underline;
}
.children-menu-banner-link:hover{
	opacity: 0.5;
}
.children-menu-list-special a{
	display: block;
	text-align: left;
	line-height: 100%;
}
.mobile-menu-special li a.colored,
.m-menu > li a.colored,
.children-menu-wrapper a.colored{
	color: #BC0303;
}
.mobile-menu-special li a.colored:hover,
.m-menu > li a.colored:hover,
.children-menu-wrapper a.colored:hover{
	color: #BC0303;
}
.children-menu-list-special li{
	margin-bottom: 17px;
}
.search_content{
	padding-top: 50px!important;
}
.mobile-menu-special{
	display: none;
}
.menu-burger{
	display: none;
}
.language_toggle .dropdown-menu,
.version_toggle .dropdown-menu
{
	display: block;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-50%);
	-webkit-transition: all 0.25s linear;
		-o-transition: all 0.25s linear;
		transition: all 0.25s linear;
}

.language_toggle.open .dropdown-menu,
.version_toggle.open .dropdown-menu
{
	opacity: 1;
	visibility: visible;
	transform: translateX(0%);
	-webkit-transition: all 0.25s linear;
		-o-transition: all 0.25s linear;
		transition: all 0.25s linear;
}
.language_toggle button
.version_toggle button
{
	padding-right: 0;
}
.language_toggle::after
.version_toggle::after
{
	display: none;
}
.language_toggle .dropdown-menu:after,
.version_toggle .dropdown-menu:after
{
	content: '';
	display: block;
	position: absolute;
	right: 10px;
	top: 0;
	height: 100%;
	width: 8px;
	-webkit-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
	background: url('/img/icon/close-dropdown.svg') 50% 50% no-repeat;
	transform: rotate(0);
}
.language_toggle button,
.version_toggle button
{
	position: relative;
	padding-right: 10px;
}
.language_toggle button:after,
.version_toggle button:after
{
	top: 0;
	right: 0;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	width: 5px;
	height: 100%;
	background: url('/img/icon/arrow-next.svg') 50% 50% no-repeat;
}
.language_toggle.open button:after,
.version_toggle.open button:after
{
	display: none;
}
.version_toggle.open .dropdown-menu:after,
.language_toggle.open .dropdown-menu:after
{
	transform: rotate(360deg);
}
.language_toggle-item,
.version_toggle-item
{
	margin-left: 0px;
	padding-right: 0px;
}
.language_toggle .dropdown-menu,
.version_toggle .dropdown-menu
{
	background: #fff;

}
.language_toggle-item,
.version_toggle-item
{
	font-size: 13px;
	line-height: 18px;
	color: #020202;
	text-transform: uppercase;
	font-family: bitum !important;
	cursor: pointer;
}
.container .breadcrumb{
	background: none;
	padding: 0;
	margin: 0;
	margin-top: 45px;
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
}
.container .breadcrumb li{
	display: flex;
}
.container .breadcrumb li span{
	white-space: nowrap;
	font-size: 13px;
	line-height: 17px;
	color: #3D3D3D;
	display: block;
}
.container .breadcrumb > li + li::before{
	color: #3D3D3D;
	padding: 0 6px;
}
.breadcrumb a{
	font-size: 13px;
	line-height: 17px;
	color: #3D3D3D;
}
.language_toggle-item:hover,
.version_toggle-item:hover{
	text-decoration: underline;
}
.checkout-checkout header{
	display: none;
}

.popup-wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
  z-index: 12;
  padding:40px 45px;
}
.popup-title-row{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.popup-title-row button{
	width: 12px;
	background: none;
}
.popup-title{
	color: #000;
	font-family: Bitum;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	text-transform: uppercase;
}
.region-form{
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 18px 48px;
	align-items: center;
	margin-top: 60px;
}
.region-form-btn{
	grid-column-start: span;
   	grid-column-end: span 2;
}
.region-form-btn{
	background: #000;
	border: 1px solid #000;
	width: 100%;
	padding: 14px 29px 14px 26px;
	text-align: center;
	color: #FFF;
	font-family: Bitum;
	font-size: 16px;
	font-style: normal;
	line-height: 100%;
	transition: all 0.5s;
	margin-top: 12px;
}
.region-form-btn:hover{
	background: #fff;
	color: #000;
}
.region-form-label{
	color: #020202;
	font-family: Bitum;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	margin: 0;
}
.popup-select-region.popup-wrapper.popup-show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}

.popup-wrapper.popup-select-region {
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  width: 100%;
  max-width: 460px;
  background: #fff;
  height: 100vh;
  padding: 40px 30px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.additional-menu .world-wide-site.world-wide-site-btn{
	background: none;
	color: #020202;
	font-family: "Bitum" !important;
	display: flex;
	align-items: center;
	margin-right: 21px;
}
.common-home .additional-menu .world-wide-site.world-wide-site-btn{
	color: #fff;
}
@media all and (min-width: 575px){
	.parent-menu:hover .dropdown-arrow img{
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}
.information-news-news header,
.information-news header
{
	margin-bottom: 45px;
}
@media all and (min-width: 768px) and (max-width: 992px) {
	.container{
  		width: calc( 100% - 30px )!important;
	}
}
@media all and (max-width: 1280px){
	.children-menu-main{
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 410px;
		        flex: 0 0 410px;
	}
	.children-menu-main.menu-size-large{
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 412px;
		        flex: 0 0 412px;
	}

}
@media all and (max-width: 980px){
	.children-menu-main{
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 310px;
		        flex: 0 0 310px;
	}
	.children-menu-main.menu-size-large{
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 310px;
		        flex: 0 0 310px;
	}
	.menu-column-3{
		-webkit-column-count: 2;
		   -moz-column-count: 2;
		        column-count: 2;
	}
}
@media all and (max-width: 1440px){
	.m-menu a{
		font-size: 11px;
		line-height: 100%;
	}
	.additional-menu a,
	.additional-menu .world-wide-site.world-wide-site-btn
	{
		font-size: 11px;
		line-height: 100%;
	}
	.language_toggle-item, .version_toggle-item{
		font-size: 11px;
		line-height: 100%;
	}
	.total_products{
		top: calc(50% - 3px);
	}
}
@media all and (max-width: 821px){
	.m-menu a{
		font-size: 11px;
		line-height: 100%;
	}
}
/*@media all and (max-width: 800px){
	.m-menu a{
		font-size: 13px;
	}
}*/
@media all and (max-width: 769px){
	.header-logo-row{
		padding-top: 75px;
	}
	.children-menu-banner-wrapper{
		flex: 0 0 250px;
	}
}
@media all and (max-width: 575px){
	.mobile-hidden{
		display: none;
	}
	.header-logo-row{
		padding-top: 11px;
	}
	header{
		padding-top: 45px;
	}
	.menu-burger{
		display: flex;
  		align-items: center;
	}
	.default-burger-line{
		-webkit-transition: 0.25s linear;
		-o-transition: all 0.25s linear;
		transition: all 0.25s linear;
		opacity: 1;
	}
	.open-burger-line{
		opacity: 0;
		-webkit-transition: 0.25s linear;
		-o-transition: all 0.25s linear;
		transition: all 0.25s linear;
	}
	.menu-burger.active .default-burger-line{
		opacity: 0;
	}
	.menu-burger.active .open-burger-line{
		opacity: 1;
	}
	header.open-menu{
		z-index: 51;
		padding-top: 0;
		height: 100vh;
		overflow: auto;
	}
	.m-menu-wrapper{
		visibility: hidden;
		opacity: 0;
		position: absolute;
		width: 100%;
		-webkit-transition: visibility 0s, opacity 0.25s linear;
		-o-transition: visibility 0s, opacity 0.25s linear;
		transition: visibility 0s, opacity 0.25s linear;
	}
	header.open-menu .m-menu-wrapper{
		visibility: visible;
		opacity: 1;
		padding-bottom: 90px;
	}
	.header-logo-row{
		margin-bottom: 10px;
	}
	header.open-menu .m-menu{
		flex-direction: column;
		padding-top: 22px;
		gap: 26px;
	}
	header.open-menu .m-menu a{
		white-space: nowrap;
		font-size: 18px;
		line-height: 23px;
	}
	header.open-menu .children-menu-wrapper{
		position: relative;
		visibility: visible;
		opacity: 1;
		width: 100%;
		padding-top: 18px!important;
		padding-bottom: 18px;
		box-shadow: none;
	}
	header.open-menu .m-menu .children-menu-list a{
		font-size: 16px;
		font-family: "Bitum-Light"!important;
		line-height: 100%;
	}
	.children-menu-line{
		display: none;
	}
	.children-menu-special{
		display: none;
	}
	.parent-menu{
		flex-wrap: wrap;
	}
	.children-menu-banner-wrapper{
		display: none;
	}
	.children-menu-wrapper .container{
		padding: 0;
	}
	.mobile-menu-special{
		display: flex;
		overflow-x: auto;
		flex-wrap: nowrap;
		background: #F3F3F3;
		padding: 20px 0 20px 15px;
		margin-bottom: 0;
	}
	.mobile-menu-special li{
		padding: 0 28px;
		position: relative;
	}
	.mobile-menu-special li:after{
		content: '';
		display: block;
		position: absolute;
		right: 0;
		top: calc( 50% - 5px );
		width: 1px;
		height: 10px;
		background: #000;
	}
	.mobile-menu-special li:nth-child(1){
		padding-left: 0;
	}
	.mobile-menu-special li:nth-last-child(1):after{
		display: none;
	}
	.mobile-menu-special li a{
		white-space: nowrap;
		text-transform: uppercase;
		font-family: 'Bitum'!important;
	}
	.children-menu-list li + li{
		margin-top: 24px;
	}
	.header-controls-left {
		visibility: hidden;
		opacity: 0;
		position: fixed;
	}
	.header-logo{
		width: 49px;
	}
	.header-controls-right .header-main_buttons_search,
	.header-controls-right .header-favorite_icon
	{
		height: 18px;
	}
	.header-controls-right.header-controls{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	.header-controls-right #cart{
		height: 18px;
	}
	.header-controls-right #cart svg{
		height: 100%;
	}
	.total_products{
		top: calc(50% - 4px);
		font-size: 8px;
	}
	.open-menu #header-alert{
		visibility: hidden;
		opacity: 0;
		transform: translateX(-100%);
	}
	.open-menu .header-controls-left{
		visibility: visible;
		opacity: 1;
		bottom: 1;
		left: 0;
		bottom: 0;
		width: 100%;
		background: #000;
		padding: 21px 15px 25px 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		z-index: 11;
	}
	.dropdown-arrow{
		padding-right: 20px;
		flex: 1 1 auto;
	}
	.children-menu-wrapper{
		display: none;
	}
	.dropdown-arrow.open img{
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.open-menu .language_toggle button,
	.open-menu .version_toggle button
	{
		color: #fff;
		font-size: 12px;
		line-height: 19px;
		letter-spacing: 1.5px;
	}
	.site-version .version_toggle-item a{
		color:#fff;
		line-height: 20px;
	}
	.site-version .version_toggle.open > .dropdown-menu{
		background: #000;
	}
	.site-version .version_toggle-item{
		margin: 0 0 0 10px;
		padding-right: 10px;
	}
	.open-menu .language_toggle::after,
	.open-menu .version_toggle::after
	{
		filter: invert(1);
	}
	.open-menu #form-currency{
		margin-left: 0px;
	}
	.parent-menu a.open{
		text-decoration: underline;
	}
	.open-menu .header_account{
		font-size: 15px;
		line-height: 19px;
		color: #fff;
		text-transform: none;
	}
	body.fixed-screen{
		height: 100vh;
	}
	
	.header-controls-left .language_toggle button{
		color: #fff;
		padding-top: 0;
		padding-bottom: 0;
		font-size: 12px;
	}
	.header-controls-left .language_toggle .dropdown-menu{
		background:#000;
	}
	.header-controls-left .language_toggle-item{
		color:#fff;
	}
	.header-controls-left .language_toggle-item{
		padding: 4px 12px;
	}
	.language_toggle .dropdown-menu,
	.version_toggle .dropdown-menu
	{
		background: none;
		color: #fff;
		font-size: 15px;
		line-height: 19px;
		letter-spacing: 1.5px;
		font-family: 'Bitum';
	}
	.language_toggle-item
	.version_toggle-item
	{
		margin-left: 15px;
		padding-right: 25px;
		color: #fff;
		font-size: 15px;
		line-height: 19px;
		letter-spacing: 1.5px;
	}
	.language_toggle .dropdown-menu:after
	{
		filter: invert(1);
		right: 10px;
	}
	.version_toggle .dropdown-menu:after{
		right: 0px;
		filter: invert(1);
	}
	.open-menu .language_toggle button:after,
	.open-menu .version_toggle button:after
	{
		filter: invert(1);
	}
	.container .breadcrumb{
		margin-top: 25px;
	}
}