


.main-header {
  max-width: 1120px;
  min-height: 123px;
  margin: 42px auto;
  background-color: #f8f8f8;
  box-shadow: 0px 0px 13px 0px rgba(11, 12, 12, 0.15);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.main-header .header-wrap {
  position: relative;
  width: 960px;
  min-height: 36px;
  margin: 0 auto;
  padding: 0 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.main-header .header-wrap .main-menu {
  margin: 0 auto;
}
.main-header .header-wrap .main-menu li {
  padding: 12px;
}  
.main-header .header-wrap .main-menu a {
  font-family: JosefinSans-Light;
  font-size: 16px;
  text-decoration: none;
  color: #3d3d3d;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
}  
.main-header .header-wrap .main-menu .menu-Toggle, .main-header #menuCheck {
  display: none;
}
.main-header .header-wrap .main-menu .menuBig {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.main-header .header-wrap .main-menu .menuBig .submenu {
  position: relative;
  font-family: JosefinSans-Light;
  font-size: 16px;
  color: #3d3d3d;
  text-transform: uppercase;
}
.main-header .header-wrap .main-menu .menuBig .submenu .menuLittle {
  display: none;
  position: absolute;
  width: 151px;
  height: 180px;
  margin-top: 12px;
  left: -32px;
  padding: 24px 26px 18px 27px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 3px 7px 0px rgba(11, 12, 12, 0.14);
  z-index: 100;
}
.main-header .header-wrap .main-menu .menuBig .submenu .menuLittle li {
  padding: 0;
}
.main-header .header-wrap .main-menu .menuBig .submenu .menuLittle a {
  font-family: JosefinSans-Light;
  color: #b7b7b7;
  font-size: 12px;
  font-weight: 300;
  line-height: 32px;
  text-transform: uppercase;
  text-align: left;
}
.main-header .header-wrap .main-menu .menuBig .submenu:hover .menuLittle {
  display: block;
}
.main-header .header-wrap .main-menu .menuBig .submenu .menuLittle a:hover {
  color: #000;
  text-decoration: underline;
}
.main-header .header-wrap .main-menu a:hover {
  color: #000;
  text-decoration: underline;
}
.main-header .header-wrap .search {
  min-width: 160px;
  height: 28px;
  border: 1px solid #c2c2c2;
}
.main-header .search input[type="submit"] {
  font-size: 0;
  background: url("../img/Icon/Search Icon.png") no-repeat 70% 30%;
  width: 50px;
  height: 25px;
  border: none;
}
.main-header .search input[type="search"] {
  width: 110px;
  background-color: #f8f8f8;
  border: none;
  font-family: JosefinSans-Light;
  color:#000000;
  font-size: 12px;
  font-weight: 300;
  line-height: 26px;
  text-align: left;
}
/* =========================
   Header actions: language + search
   ========================= */
.main-header .header-actions{
  display: flex;
  align-items: center;
  gap: 12px;
}

/* =========================
   Language dropdown (RU/EN/HE)
   ========================= */
.main-header .lang{
  position: relative;
  display: inline-flex;
  align-items: center;
}

.main-header .lang__btn{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: 0;
  padding: 4px 6px;
  cursor: pointer;
  font: inherit;
}

.main-header .lang__current{
  font-size: 14px;
  line-height: 1;
}

.main-header .lang__chev{
  font-size: 12px;
  line-height: 1;
  transform: translateY(1px);
}

.main-header .lang__menu{
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 6px;
  min-width: 56px;
  padding: 6px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,.12);
  border-radius: 10px;
  display: none;
  z-index: 999;
}

.main-header .lang__item{
  display: block;
  padding: 6px 10px;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.1;
  white-space: nowrap;
}

.main-header .lang__item.is-active{
  font-weight: 700;
  text-decoration: underline;
}

/* Hover-open on desktop */
@media (hover:hover){
  .main-header .lang:hover .lang__menu{ display:block; }
}

/* Click-open on mobile/any */
.main-header .lang.is-open .lang__menu{ display:block; }




@media (max-width: 1200px) {
  .main-header {
    margin: 42px 10px;
  }
}
@media (max-width: 768px) {
  .main-header .header-wrap .main-menu .menuBig {
    flex-direction: column;
    align-items: center;
  }
  .main-header .header-wrap .main-menu .menuBig .submenu .menuLittle {
    background-color: rgba(255, 255, 255, 0.9);
  }
}  
@media (max-width: 576px) {
  .main-header {
    margin: 0;
    box-shadow: none; 
  }
  .main-header .logo_header {
    order: 0;
  }
   .main-header .header-wrap .main-menu {
    margin-right: 0;
    order: 3;
  }
  .main-header .header-wrap .search {
    margin: 0 auto;
    order: 2;
  }
  .main-header .header-wrap .main-menu .menuBig {
    display: none;
    position: absolute;
    align-items: flex-end;
    right: 0;
    z-index: 10;
  }
  .main-header .header-wrap .main-menu .menuBig .submenu .menuLittle {
    left: -128px;
  }
  .main-header .header-wrap .main-menu .menuBig li {
    display: block;
  }
  .main-header .header-wrap .main-menu .menu-Toggle {
    display: flex;
  }
  .main-header #menuCheck:checked + .menuBig {
    display: flex;
    background: rgba(254, 254, 254, .6);
  }
  .main-header #menuCheck:checked + .menuBig, 
  .main-header #menuCheck:checked + .menuBig a {
    font-weight: 900;
  }  
}
