.preheader{
    background: #004892;
    color: white;
    position: relative;
    z-index: 9999;
}
@media (max-width: 1280px){
	.preheader{
		padding: 0 15px;
	}
}

.preheader_group{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 34px;
}
@media (max-width: 767px){
	.preheader{
		display: none;
	}
}
.preheader_logo a{
	display: flex;
	align-items: center;
}
.preheader_logo img{
	max-height: 22px;
	width: auto;
	margin-left: -7px;
}
.preheader_logo_contact{
	margin-bottom: 0;
	margin-left: 0;
	list-style: none;
	padding-left: 0;
	display: flex;
	align-items: center;
	padding-bottom: 3px;
}
.preheader_logo_contact li{
	margin-left: 12px;
	padding-left: 12px;
	position: relative;
}
.preheader_logo_contact li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-40%);
	width: 1px;
	height: 15px;
	background: rgba(255,255,255,.2);
}
.preheader_logo_contact li:first-child:before{
	display: none;
}
.preheader_logo_contact li a{
	color: white;
	font-size: 12px;
	transition: all .3s;
}
@media (max-width: 1023px){
	.preheader_logo_contact li a{
		font-size: 11px;
	}
}
.preheader_logo_contact li a:hover{
	color: #FFDE00;
}
.preheader_logo_contact li a svg{
	filter: invert(1);
	width: 14px;
	height: 14px;
	margin-right: 4px;
	position: relative;
	top: 2px;
}
.preheader .main_section{
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
}
.home_header {
	 position: fixed;
	 padding: 15px 0 15px;
	 margin-top: 15px;
	 top: 0;
	 left: 0;
	 width: 100%;
	 z-index: 3;
	 transition: all 0.3s;
	 background: rgba(155, 125, 121, 0);
	 box-shadow: 0 5px 20px rgba(0, 0, 0, .0);
}
.logged-in.admin-bar .home_header{
	/*top: 50px;*/
}
.home_header .main_section{
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
}
@media (max-width: 992px){
	.home_header .main_section{
		padding: 0 15px;
	}
}
 @media (min-width: 320px) and (max-width: 767px) {
	 .home_header {
	 	margin-top: 10px;
		 padding: 10px 0 13px;
	}
}
 @media (min-width: 768px) and (max-width: 1023px) {
	 .home_header {
		 padding: 10px 0;
	}
}
 @media (min-width: 1024px) and (max-width: 1139px) {
	 .home_header {
		 padding: 15px 0 10px;
	}
}
 .home_header.active {
	 position: fixed;
	 background: rgba(155, 125, 121, 1);
	 padding: 10px 0 10px;
	 margin-top: 0;
	 box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}
.logo_group{
	transition: all .3s;
	flex-grow: 1 !important;
}
.logo_group .logo_group_kaif svg{
	max-width: 95px;
	height: auto;
	margin-top: -40px;
}
.logo_group .logo_group_kaif svg g{
	fill: white;
}
.logo_group .logo_group_kaif svg #path853,
.logo_group .logo_group_kaif svg #path851,
.logo_group .logo_group_kaif svg #path849,
.logo_group .logo_group_kaif svg #path847,
.logo_group .logo_group_kaif svg #path845,
.logo_group .logo_group_kaif svg #path843,
.logo_group .logo_group_kaif svg #path841,
.logo_group .logo_group_kaif svg #path839,
.logo_group .logo_group_kaif svg #path837,
.logo_group .logo_group_kaif svg #path835,
.logo_group .logo_group_kaif svg #path833{
	opacity: 0;
}
.home_header.active .logo_group{
	padding-top: 6px;
}
 .mm-wrapper--position-left .mm-slideout, .mm-wrapper--position-right .mm-slideout {
	 transform: none;
}
 .header_main {
	 display: flex;
	 justify-content: space-between;
	 align-items: flex-start;
	 position: relative;
	 z-index: 3;
}
 .header_main .btn_main {
	 margin-left: 30px;
	 text-align: center;
	 line-height: 20px;
}
 @media screen and (min-width: 1024px) and (max-width: 1090px) {
	 .header_main .btn_main {
		 max-width: 168px;
	}
}
 .header_main .main_nav_style {
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	 flex-grow: 1;
}
 @media (min-width: 320px) and (max-width: 767px) {
	 .header_main .main_nav_style {
		 position: fixed;
		 height: 100vh;
		 width: 100vw;
		 background: #1b1918;
		 left: 0;
		 top: 0;
		 transform: translateX(100%);
		 transition: all 0.3s;
		 align-items: flex-end;
		 justify-content: flex-start;
		 padding: 125px 20px;
		 flex-direction: column;
		 display: none;
	}
	 .header_main .main_nav_style.active {
		 transform: translateX(0%);
	}
}
 @media (min-width: 768px) and (max-width: 1023px) {
	 .header_main .main_nav_style {
		 position: fixed;
		 height: 100vh;
		 width: 100vw;
		 background: #1b1918;
		 left: 0;
		 top: 0;
		 transform: translateX(100%);
		 transition: all 0.3s;
		 align-items: flex-end;
		 justify-content: flex-start;
		 padding: 125px 20px;
		 flex-direction: column;
		 display: none;
	}
	 .header_main .main_nav_style.active {
		 transform: translateX(0%);
	}
}
 @media (min-width: 320px) and (max-width: 767px) {
	 .header_main .main_nav_style .btn_main {
		 margin-top: 20px;
	}
}
 @media (min-width: 768px) and (max-width: 1023px) {
	 .header_main .main_nav_style .btn_main {
		 margin-top: 20px;
	}
}
 .header_main .main_nav_style ul {
	 display: flex;
	 margin-bottom: 0;
	 align-items: center;
}
 @media (min-width: 320px) and (max-width: 767px) {
	 .header_main .main_nav_style ul {
		 flex-direction: column;
		 margin-bottom: 0;
		 align-items: flex-end;
	}
}
 @media (min-width: 768px) and (max-width: 1023px) {
	 .header_main .main_nav_style ul {
		 flex-direction: column;
		 margin-bottom: 0;
		 align-items: flex-end;
	}
}
 .header_main .main_nav_style ul li {
	 margin-left: 30px;
	 font: 400 16px/24px 'Inter', sans-serif;
	 position: relative;
}
 @media (min-width: 1024px) and (max-width: 1139px) {
	 .header_main .main_nav_style ul li {
		 margin-left: 15px;
	}
	 .header_main .main_nav_style ul li:first-child {
		 margin-left: 0;
	}
}
 @media screen and (min-width: 1140px) and (max-width: 1280px) {
	 .header_main .main_nav_style ul li {
		 margin-left: 20px;
	}
}
 @media (min-width: 768px) and (max-width: 1023px) {
	 .header_main .main_nav_style ul li:last-child {
		 margin-bottom: 30px;
	}
}
 .header_main .main_nav_style ul li:last-child::after {
	 display: none;
}
 @media (min-width: 320px) and (max-width: 767px) {
	 .header_main .main_nav_style ul li {
		 margin-bottom: 10px;
		 margin-left: 0;
	}
}
 @media (min-width: 768px) and (max-width: 1023px) {
	 .header_main .main_nav_style ul li {
		 margin-left: 20px;
		 font: 400 12px/18px 'Inter', sans-serif;
		 margin-bottom: 15px;
	}
}
 .header_main .main_nav_style ul li a {
	 color: white;
	 transition: all 0.3s;
	 font-family: 'Inter', sans-serif;
	 font-style: normal;
	 font-optical-sizing: auto;
	 font-variation-settings: "wdth" 100;
	 font-size: 14px;
	 line-height: 24px;
	 font-weight: 500;
	 height: 50px;
	 display: inline-flex;
	 align-items: center;
	 text-transform: uppercase;
	 letter-spacing: .5;
}
 .header_main .main_nav_style ul li a:hover {
	 text-decoration: none;
	 color: #E5BC70;
}
 @media (min-width: 320px) and (max-width: 767px) {
	 .header_main .main_nav_style ul li a {
		 color: #1b1918;
		 font: 700 26px/38px 'Inter', sans-serif;
	}
}
 @media (min-width: 768px) and (max-width: 1023px) {
	 .header_main .main_nav_style ul li a {
		 color: #1b1918;
		 font: 700 26px/38px 'Inter', sans-serif;
	}
}
 @media (min-width: 1024px) and (max-width: 1139px) {
	 .header_main .main_nav_style ul li a {
		 font: 400 15px/24px 'Inter', sans-serif;
	}
}
 @media screen and (min-width: 1024px) and (max-width: 1192px) {
	 .header_main .main_nav_style ul li a {
		 font: 400 14px/24px 'Inter', sans-serif;
	}
}
 .header_main .main_nav_style ul li ul li a:hover {
	 text-decoration: none;
	 color: #fff;
}
 .menu_mobile {
	 position: absolute;
	 right: 0;
	 top: 0;
	 width: 44px;
	 height: 44px;
	 border-radius: 0;
	 border: 1px solid #fff;
	 box-sizing: border-box;
	 z-index: 3;
	 display: none;
	 border-radius: 50%;
}
 @media (min-width: 320px) and (max-width: 767px) {
	 .menu_mobile {
		 display: block;
		 top: 0px;
	}
	.home_header.active .menu_mobile{
		top: 3px;
	}
}
 @media (min-width: 768px) and (max-width: 1023px) {
	 .menu_mobile {
		 display: block;
		 top: 0;
	}
	.home_header.active .menu_mobile{
		top: 3px;
	}
}
 .menu_mobile span {
	 position: absolute;
	 right: 7px;
	 top: 12px;
	 width: 28px;
	 height: 1px;
	 border-radius: 100px;
	 background: #fff;
	 transition: all 0.3s;
}
 @media (min-width: 320px) and (max-width: 767px) {
	 .menu_mobile span {
		 top: 21px;
		 width: 28px;
	}
}
 @media (min-width: 768px) and (max-width: 1023px) {
	 .menu_mobile span {
		 top: 20px;
		 width: 28px;
	}
}
 .menu_mobile span:nth-child(1) {
	 top: 12px;
	 width: 28px;
	 opacity: 1;
}
 @media (min-width: 320px) and (max-width: 767px) {
	 .menu_mobile span:nth-child(2) {
		 width: 28px;
		 background: none;
		 justify-content: center;
		 color: #fff;
		 font-size: 9px;
		 font-weight: 800;
		 display: flex;
		 align-items: center;
	}
}
 @media (min-width: 768px) and (max-width: 1023px) {
	 .menu_mobile span:nth-child(2) {
		 width: 28px;
		 background: none;
		 justify-content: center;
		 color: #fff;
		 font-size: 9px;
		 font-weight: 800;
		 display: flex;
		 align-items: center;
	}
}
 .menu_mobile span:nth-child(3) {
	 top: 28px;
	 width: 25px;
}
 @media (min-width: 320px) and (max-width: 767px) {
	 .menu_mobile span:nth-child(3) {
		 top: 28px;
		 width: 28px;
	}
}
 @media (min-width: 768px) and (max-width: 1023px) {
	 .menu_mobile span:nth-child(3) {
		 top: 28px;
		 width: 28px;
	}
}
 .menu_mobile.active span {
	 transform: rotate(35deg);
	 width: 10px;
}
 .menu_mobile.active span:nth-child(1) {
	 top: 17px;
}
 .menu_mobile.active span:nth-child(2) {
	 transform: rotate(0deg);
	 opacity: 1;
	 width: 28px;
}
 .menu_mobile.active span:nth-child(3) {
	 width: 10px;
	 top: 23px;
	 transform: rotate(-35deg);
}


 .lang {
	 width: 50px;
	 height: 50px;
	 border-radius: 3px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 border: 1px solid #1b1918;
	 background: transparent;
	 font: 400 16px/24px 'Inter', sans-serif;
	 text-transform: uppercase;
	 margin-left: 20px;
	 color: #1b1918;
	 transition: all 0.3s;
	 position: relative;
}
 @media (min-width: 320px) and (max-width: 767px) {
	 .lang {
		 position: absolute;
		 top: 0;
		 right: 70px;
		 width: 44px;
		 height: 44px;
	}
}
 @media (min-width: 768px) and (max-width: 1023px) {
	 .lang {
		 position: absolute;
		 top: 0;
		 right: 70px;
		 width: 44px;
		 height: 44px;
	}
}
 .lang:hover {
	 background: transparent;
	 color: #1b1918;
	 text-decoration: none;
	 cursor: pointer;
}
 .active_language {
	 width: 100%;
	 height: 100%;
	 display: inline-flex;
	 align-items: center;
	 justify-content: center;
}
 .lang_list {
	 position: absolute;
	 display: flex;
	 flex-direction: column;
	 top: calc(100% + 15px);
	 left: 0;
	 width: 50px;
	 opacity: 0;
	 transform: translateX(50px);
	 transition: all 0.3s;
}
 @media (min-width: 320px) and (max-width: 767px) {
	 .lang_list {
		 width: 44px;
		 transform: translateX(44px);
	}
}
 @media (min-width: 768px) and (max-width: 1023px) {
	 .lang_list {
		 width: 44px;
		 transform: translateX(44px);
	}
}
 .lang_list.active {
	 opacity: 1;
	 transform: translateX(0);
}
 .lang_list_item {
	 margin-left: 0 !important;
}
 .lang_list_item a {
	 height: 50px;
	 width: 50px;
	 background: white;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 border-radius: 2px;
	 margin-bottom: 5px;
	 border: 1px solid #1b1918;
	 color: #1b1918 !important;
	 box-shadow: 0 0 15px rgba(0, 0, 0, .12);
}
 .lang_list_item a:hover {
	 color: white !important;
	 background: #1b1918;
}
 @media (min-width: 320px) and (max-width: 767px) {
	 .lang_list_item a {
		 height: 44px;
		 width: 44px;
	}
}
 @media (min-width: 768px) and (max-width: 1023px) {
	 .lang_list_item a {
		 height: 44px;
		 width: 44px;
	}
}
 .lang_list_item.active a {
	 background: #e0e0e0;
	 color: #8a8a8a !important;
	 pointer-events: none;
	 border: 1px solid #8a8a8a;
}
 .lang_list_item.active a:hover {
	 cursor: auto;
}
 .lang_choose {
	 position: absolute;
	 right: 0;
	 top: 75px;
	 background: rgba(255, 255, 255, .9);
	 height: 70px;
	 padding: 0 10px;
	 border-radius: 7px;
	 transform: translateX(700px);
	 transition: all 0.3s;
}
 .lang_choose.active {
	 transform: translateX(0px);
}
 @media (min-width: 320px) and (max-width: 767px) {
	 .lang_choose {
		 top: 65px;
		 height: 70px;
		 display: flex;
		 align-items: center;
	}
}
 .lang_choose li {
	 margin: 0 5px !important;
}
 .lang_choose li a {
	 width: 40px;
	 height: 40px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 background: #1b1918;
	 color: white !important;
	 border-radius: 50%;
	 border: 1px solid #1b1918;
	 text-transform: uppercase;
}
 .lang_choose li a:hover {
	 background: transparent;
	 cursor: pointer;
	 color: #1b1918 !important;
}
 .logo_group {
	 display: flex;
	 align-items: flex-start;
	 flex-grow: 10;
}
.logo_group_geyer{
	display: flex;
	flex-direction: column;
	margin-right: 20px;
}
@media (max-width: 680px){
    .logo_group_geyer{
        margin-right: 10px;
    }
}
 .schedule {
	 display: flex;
	 flex-direction: column;
	 font: 400 16px/24px 'Inter', sans-serif;
	 margin-left: 40px;
	 color: #1b1918;
}
}
 @media (min-width: 320px) and (max-width: 767px) {
	 .schedule {
		 font: 400 14px/22px 'Inter', sans-serif;
		 margin-left: 0;
		 width: 100%;
		 position: relative;
		 height: 40px;
		 background: #1b1918;
		 color: white;
		 flex-direction: row;
		 text-align: center;
		 align-items: center;
		 justify-content: space-between;
		 padding: 0 15px;
		 display: none;
	}
	 .schedule span {
		 margin-left: 20px;
	}
}
 @media (min-width: 768px) and (max-width: 1023px) {
	 .schedule {
		 font: 400 14px/22px 'Inter', sans-serif;
		 margin-left: 0;
		 width: 100%;
		 position: relative;
		 height: 40px;
		 background: #1b1918;
		 color: white;
		 flex-direction: row;
		 text-align: center;
		 align-items: center;
		 justify-content: space-between;
		 padding: 0 15px;
		 display: none;
	}
	 .schedule span {
		 margin-left: 20px;
	}
}
 @media (min-width: 1024px) and (max-width: 1139px) {
	 .schedule {
		 margin-left: 30px;
		 font: 400 16px/24px 'Inter', sans-serif;
	}
}
 .schedule_mob {
	 display: none;
}
 @media (min-width: 320px) and (max-width: 767px) {
	 .schedule_mob {
		 display: flex;
		 position: relative;
		 z-index: 100;
	}
}
 @media (min-width: 768px) and (max-width: 1023px) {
	 .schedule_mob {
		 display: flex;
		 position: relative;
		 z-index: 100;
	}
}
 .logo {
	 position: relative;
	 display: flex;
	 align-items: center;
	 z-index: 10;
	 top: -2px;
	 transition: all 0.3s;
}
 @media (min-width: 320px) and (max-width: 767px) {
	 .logo {
		 z-index: 0;
	}
}
 @media (min-width: 768px) and (max-width: 1023px) {
	 .logo {
		 z-index: 0;
	}
}
 .logo:hover {
	 text-decoration: none;
}
 .logo img {
	 max-height: 55px;
	 min-height: 50px;
}
 @media (min-width: 320px) and (max-width: 767px) {
	 .logo img {
		 max-height: 48px;
		 min-height: 48px;
	}
}
 @media (min-width: 768px) and (max-width: 1023px) {
	 .logo img {
		 max-height: 50px;
		 min-height: 50px;
	}
}
 @media (min-width: 1024px) and (max-width: 1139px) {
	 .logo img {
		 max-height: 55px;
		 min-height: 55px;
	}
}
 @media screen and (min-width: 1140px) and (max-width: 1280px) {
	 .logo img {
		 max-height: 55px;
		 min-height: 55px;
	}
}
.main_nav_style > div{
	display: flex;
	align-items: center;
}


 .phone {
	 height: 44px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 font-size: 16px;
	 line-height: 24px;
	 font-weight: 400;
	 border-radius: 2px;
	 color: white;
	 transition: all 0.3s;
	 background: transparent;
	 border: 1px solid rgba(255, 255, 255, .25);
	 padding: 0 25px;
	 border-radius: 100px;
	 margin-right: 15px;
}
 .phone .icon-phone {
	 margin-right: 10px;
}
 @media (min-width: 1024px) and (max-width: 1139px) {
	 .phone .icon-phone {
		 font-size: 18px;
		 margin-right: 0;
	}
}
 .phone .icon-phone::before {
	 transition: all 0.3s;
}
 .phone:hover {
	 background: #BE7374;
	 color: white;
	 text-decoration: none;
	 border: 1px solid #BE7374;
}
 @media (min-width: 320px) and (max-width: 767px) {
	 .phone {
		 color: #1b1918;
		 margin-left: 0;
		 padding: 0 15px;
		 font: 500 14px/24px 'Inter', sans-serif;
		 margin-right: 75px;
		 height: 43px;
		 display: none;
	}
}
 @media (min-width: 768px) and (max-width: 1023px) {
	 .phone {
		 color: #1b1918;
		 margin-left: 0;
		 padding: 0 15px;
		 font: 500 14px/24px 'Inter', sans-serif;
		 margin-right: 125px;
		 height: 44px;
		 color: white;
		 z-index: 1;
	}
}
/* @media (min-width: 1024px) and (max-width: 1139px) {
	 .phone {
		 margin-left: 20px;
		 padding: 0 15px;
		 font-size: 0.0001px;
	}
}*/
 .phone_mob {
	 display: none;
}
 @media (min-width: 320px) and (max-width: 767px) {
	 .phone_mob {
		 display: flex;
		 top: 2px;
		 position: relative;
	}
}
 @media (min-width: 768px) and (max-width: 1023px) {
	 .phone_mob {
		 display: flex;
		 top: 2px;
		 position: relative;
	}
}
 .mail {
	 margin-left: 50px;
	 color: #1b1918;
	 transition: all 0.3s;
}
 .mail:hover {
	 color: white;
	 text-decoration: none;
}
 @media (min-width: 320px) and (max-width: 767px) {
	 .mail {
		 margin-left: 0;
		 margin-top: 15px;
	}
}
 @media (min-width: 768px) and (max-width: 1023px) {
	 .mail {
		 margin-left: 30px;
	}
}
 @media (min-width: 1024px) and (max-width: 1139px) {
	 .mail {
		 margin-left: 30px;
	}
}
 .btn_main {
	 height: 50px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 font: 400 16px/24px 'Inter', sans-serif;
	 border: 1px solid transparent;
	 padding: 0 15px;
	 border-radius: 3px;
	 color: white;
	 transition: all 0.3s;
	 background: #1b1918;
	 max-width: 220px;
}
 .btn_main:hover {
	 background: white;
	 color: #1b1918;
	 border-color: #1b1918;
	 text-decoration: none;
	 cursor: pointer;
}
 .btn_main-white {
	 background: white;
	 color: #1b1918;
}
 .btn_main-white:hover {
	 border-color: white;
	 color: white;
	 background: transparent;
}
 .phone_mobile {
	 position: absolute;
	 right: 60px;
	 height: 44px;
	 width: 44px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 border-radius: 2px;
	 background: #f7d044;
	 color: white;
	 font-size: 22px;
	 line-height: 22px;
}
 @media screen and (min-width: 1024px) {
	 .phone_mobile {
		 display: none;
	}
}
 .show_social {
	 width: 65px;
	 height: 65px;
	 border-radius: 50%;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 color: #1b1918;
	 font-size: 26px;
	 line-height: 26px;
	 position: fixed;
	 left: 15px;
	 bottom: 15px;
	 z-index: 5;
	 background: #f7d044;
	 border: 1px solid transparent;
	 box-shadow: 0 0 25px rgba(0, 0, 0, .2);
	 display: none;
}
 .show_social span {
	 animation: rotateRightLeft ease-in-out 1s infinite;
	 animation-play-state: 2s;
}
 @keyframes rotateRightLeft {
	 0% {
		 transform: rotate(0deg);
	}
	 50% {
		 transform: rotate(5deg);
	}
	 100% {
		 transform: rotate(0deg);
	}
}
 .socials {
	 position: fixed;
	 margin-left: 0;
	 bottom: 85px;
	 left: 15px;
	 background: #1b1918;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 z-index: 10;
	 padding: 15px;
	 border-radius: 2px;
	 box-shadow: 0 0 15px rgba(0, 0, 0, .12);
	 transform: translateX(-300px);
	 transition: all 0.3s;
}
 .socials.active {
	 transform: translateX(0);
}
 @media (min-width: 320px) and (max-width: 767px) {
	 .socials.active {
		 transform: translateX(0);
		 opacity: 1;
	}
}
 @media (min-width: 768px) and (max-width: 1023px) {
	 .socials.active {
		 transform: translateX(0);
	}
}
 @media (min-width: 1024px) and (max-width: 1139px) {
	 .socials.active {
		 transform: translateX(0);
	}
}
 @media (min-width: 320px) and (max-width: 767px) {
	 .socials {
		 position: fixed;
		 margin-left: 0;
		 bottom: 75px;
		 left: 15px;
		 background: #1b1918;
		 display: flex;
		 align-items: center;
		 justify-content: center;
		 z-index: 10;
		 padding: 25px;
		 border-radius: 2px;
		 box-shadow: 0 0 15px rgba(0, 0, 0, .12);
		 transform: translateX(-300px);
		 transition: all 0.3s;
		 opacity: 0;
	}
}
 @media (min-width: 768px) and (max-width: 1023px) {
	 .socials {
		 position: fixed;
		 margin-left: 0;
		 bottom: 85px;
		 left: 15px;
		 background: #1b1918;
		 display: flex;
		 align-items: center;
		 justify-content: center;
		 z-index: 10;
		 padding: 25px;
		 border-radius: 2px;
		 box-shadow: 0 0 15px rgba(0, 0, 0, .12);
		 transform: translateX(-300px);
		 transition: all 0.3s;
	}
}
 @media (min-width: 1024px) and (max-width: 1139px) {
	 .socials {
		 position: fixed;
		 margin-left: 0;
		 bottom: 85px;
		 left: 15px;
		 background: #1b1918;
		 display: flex;
		 align-items: center;
		 justify-content: center;
		 z-index: 10;
		 padding: 15px;
		 border-radius: 2px;
		 box-shadow: 0 0 15px rgba(0, 0, 0, .12);
		 transform: translateX(-300px);
		 transition: all 0.3s;
	}
}
 .socials li {
	 margin-left: 20px !important;
	 position: relative;
}
 @media (min-width: 320px) and (max-width: 767px) {
	 .socials li {
		 margin-left: 30px !important;
	}
}
 .socials li::after {
	 content: '';
	 position: absolute;
	 right: -10px;
	 top: 50%;
	 transform: translateY(-50%);
	 width: 1px;
	 height: 15px;
	 background: white;
	 opacity: 0.1;
}
 .socials li:nth-child(1) {
	 margin-left: 0 !important;
}
 .socials li:nth-child(1) a span {
	 font-size: 19px;
	 line-height: 19px;
}
 .socials li a {
	 display: flex;
	 align-items: center;
	 justify-content: center;
}
 @media (min-width: 1024px) and (max-width: 1139px) {
	 .socials li a {
		 width: 44px;
		 height: 44px;
	}
}
 .socials li a span {
	 font-size: 22px;
	 line-height: 22px;
	 color: white;
}
 @media (min-width: 320px) and (max-width: 767px) {
	 .socials li a span {
		 color: white;
	}
}
 @media (min-width: 768px) and (max-width: 1023px) {
	 .socials li a span {
		 color: white;
	}
}
 @media (min-width: 1024px) and (max-width: 1139px) {
	 .socials li a span {
		 color: white;
	}
}
 .socials li a span::before {
	 transition: all 0.3s;
}
 .socials li a:hover {
	 text-decoration: none;
	 background: transparent;
	 cursor: pointer;
}
 .socials li a:hover span::before {
	 color: white;
}
 #js-mmenu {
	 opacity: 0;
	 transition: all 0.3s;
}
 #js-mmenu.mm-menu--opened {
	 opacity: 1;
	 z-index: 3;
}
.mm-wrapper--position-right-front .mm-wrapper__blocker{
	z-index: 2;
}
 @media (min-width: 1024px) {
	 #js-mmenu {
		 display: none;
	}
	.main_nav_style > .menu_new_style{
		margin-right: 25px !important;
	}
}
 .header_main .menu_new_style .menu-item-has-children a {
	 display: flex;
	 width: 100%;
}
 .header_main .menu_new_style {
	 list-style: none;
	 padding: 0;
	 margin: 0;
}
 .header_main .menu_new_style li {
	 position: relative;
	 display: inline-block;
}
 .header_main .menu_new_style li a.has-sub-menu::after {
	 content: '\25C0';
	 margin-left: 8px;
	 font-size: 10px;
	 line-height: 10px;
	 position: relative;
	 right: auto;
	 top: 0;
	 transform: rotate(-90deg);
}
 .header_main .menu_new_style li ul {
	 display: none;
	 position: absolute;
	 top: 100%;
	 left: 0;
	 background-color: #f6f6f6;
	 z-index: 999;
	 min-width: 300px;
	 flex-direction: column;
	 align-items: flex-start;
	 border-left: 3px solid #1b1918;
}
 .header_main .menu_new_style li ul li {
	 margin-left: 0;
	 display: flex;
	 width: 100%;
	 border-bottom: 1px solid lightgray;
}
 .header_main .menu_new_style li ul li:last-child {
	 border-bottom: none;
}
 .header_main .menu_new_style li ul li a {
	 color: #1b1918;
	 padding: 10px 20px;
	 display: flex;
	 position: relative;
	 height: 60px;
	 width: 100%;
	 background: transparent;
	 transition: all 0.3s;
}
 .header_main .menu_new_style li ul li a.submenu-has-sub-menu {
	 position: relative;
}
 .header_main .menu_new_style li ul li a.submenu-has-sub-menu::after {
	 content: '';
	 background: url('../img/arrow_right.svg') no-repeat center;
	 background-size: contain;
	 width: 12px;
	 height: 12px;
	 position: absolute;
	 right: 20px;
	 top: 50%;
	 transform: translateY(-50%);
	 filter: invert(0);
}
 .header_main .menu_new_style li ul li a:hover {
	 background: #f7d044;
	 color: #343434 !important;
}
 .header_main .menu_new_style li ul li a:hover.submenu-has-sub-menu::after {
	 filter: invert(1);
}
 .header_main .menu_new_style li ul li ul {
	 position: absolute;
	 left: 100%;
	 top: 0;
	 display: none;
	 flex-direction: column;
	 align-items: flex-start;
}
 .header_main .menu_new_style li ul li ul li {
	 margin-left: 0;
}
 .header_main .menu_new_style li ul li ul li a {
	 display: flex;
}
 .header_main .menu_new_style li:hover > ul {
	 display: flex;
	 padding-left: 0;
}

.powered_by{
	display: flex;
	color: white;
	font-size: 15px;
	height: 24px;
	overflow: hidden;
	transition: all .3s;
}
.powered_by img{
 	max-height: 23.75px;
 	object-fit: contain;
 	object-position: left;
 	margin-left: 4px;
}

.home_header.active .powered_by{
	height: 0;
}
.schedule{display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column;
	font:400 16px/24px Circe,sans-serif;
	margin-left:30px;
	color: white;
	background:0 0;
	display:flex;
	-ms-flex-align:start;
	align-items:flex-start;
	-ms-flex-pack:center;
	justify-content:center;
	padding:0 10px
}
@media (min-width:320px) and (max-width:767px){
	.schedule{margin-left:10px}
}
@media (min-width:1024px) and (max-width:1139px){
	.schedule{margin-left:20px}
}
.schedule_status span{
	padding-left:15px;
	position:relative;left:4px
}
.schedule_status span::before{
	content:'';
	position:absolute;
	left:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	width:10px;
	height:10px;
	border-radius:50%;
	-webkit-animation:flashing 2s infinite;
	animation:flashing 2s infinite
}
.schedule_status span.schedule_status_open::before{
	background:#8bd232
}
.schedule_status span.schedule_status_close::before{
	background:#8b0000
}
@-webkit-keyframes flashing{
	0%{opacity:1}
	50%{opacity:1}
	70%{opacity:0}
	100%{opacity:1}
}
@keyframes flashing{
	0%{opacity:1}
	50%{opacity:1}
	70%{opacity:0}
	100%{opacity:1}
}
.header_instagram{
	height: 44px;
	width: 44px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255,255,255,.25); 
	margin-right: 15px;
	transition: all .3s;
}
.header_instagram:hover{
	background: #BE7374;
	border-color: #BE7374;
}
.header_instagram svg{
	max-width: 22px;
	width: 22px;
	min-width: 22px;
	height: 22px;
	fill: white;
}














