header .burger-wrap{
	display: none;
}
header .mobile_search_icon{
	display: none;
}
header .searchform{
	position: relative;
	opacity: 1 !important;
	visibility: visible !important;
	box-shadow: none;
	border: 1px solid var(--wp--preset--color--brand-1);
	height: 40px;
	transform: none !important;
	top: 0;
	width: 227px;
	padding: 0 40px 0 20px;
	margin-left: 20px;
}
header .searchform:after{
	display: none;
}
header .searchsubmit {
	width: 40px;
	height: 38px;
	background: url(../img/svg/search-colored.svg) center / 17px no-repeat;
	position: absolute;
	right: 0;
}
header .searchform input[type="text"] {
	font-size: 16px;
	height: 38px;
}
header .header_right{
	height: 150px;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}
header .hide_on_mobile{
	display: flex;
}
header .header_row{
	display: flex;
	margin: 10px 0;
}
header .btn{
	width: 150px;
	height: 40px;
	font-size: 16px;
	margin: 0 20px;
	line-height: 34px;
	text-transform: inherit;
	text-align: center;
	align-items: center;
	justify-content: center;
	position: relative;
	top: inherit;
	right: inherit;opacity: 1;
	visibility: visible;
	display: block;
	transform: translateX(0);
}
header .email .icon,
header .phone .icon,
header .address .icon{
	fill: var(--wp--preset--color--brand-1);
	width: 15px;
	min-width: 15px;
	margin-right: 8px;
	height: 15px;
	margin-top: 5px;
	margin-left: 30px;
}
header .address,
header .email,
header .phone{
	display: flex;
	font-family: "Chakra Petch";
	font-size: 20px;
}
.header_links{
	display: flex;
	align-items: center;
}
.header_links a{
	line-height: 20px;
	transition: color .2s linear;
}
.header_links a:hover{
	color: var(--wp--preset--color--brand-1);
}
.header_links a + a{
	margin-left: 16px;
	padding-left: 18px;
	position: relative;
}
.header_links a + a:before{
	content: '';
	width : 2px;
	height: 20px;
	left: 0;
	top: 0;
	background : var(--wp--preset--color--brand-1);
	position: absolute;
}
header .menu_wrap{
	position: relative;
	height: auto;
	background : none;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	overflow-y: visible !important;
	background: transparent !important;
	min-height: 80px;
	display: flex;
	justify-content: center;
	padding: 0;
}
.header_menu.mobile{
	display: none;
}
.header_menu{
	background: #000;
}
.header_menu .container > div{
	margin-left: -15px;
	margin-right: -15px;
	width: calc(100% + 30px);
}
.header_menu .menu{
	width : 100%;
}
.header_menu .menu{
	display: flex;
	justify-content: flex-start;
	gap: 30px;
}
header .menu_wrap .menu-main-menu-container {
	height: auto;
	margin: 0;
}
header .menu_wrap ul {
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}
header .menu_wrap ul li{
	padding: 0 15px;
}
header .menu a {
	color : #ffffff;
}
header .menu_wrap ul li.menu-item-has-children{
	position: relative;
}
header .menu_wrap .sub-menu {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 44px;
	background: #000;
	flex-direction: column;
	align-items: flex-start;
	height: auto;
	min-width: 100%;
	transition: all .2s ease;
	transition-delay: .2s;
	transform: translateY(20px);
}
header .menu_wrap ul li.menu-item-has-children:hover .sub-menu{
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}
header .menu_wrap .menu-main-menu-container:after{
	display: none;
}
header .menu_wrap ul li {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	border: none !important;
	width: auto;
}
header .menu a{
	color: #fff;
	font-size: 18px;
}
header .menu a:hover{
	color: var(--wp--preset--color--brand-1);
}
header .menu_wrap .sub-menu li{
	padding: 0;
}
header .menu_wrap .sub-menu a{
	padding: 8px 20px;
	display: block;
	text-align: left;
}

@media (min-width: 1480px){
	header .searchform{
		width: 320px;
	}
}
