@media (max-width: 767px) {
  .menuMobile {
    background: #FFFFFF;
    width: calc(100% - 50px);
    max-width: 400px;
    height: calc(100%);
    position: fixed;
    top: 55px;
    bottom: 0;
    left: 0;
    z-index: 50;
    border-right: 1px solid #DEDEDE;
    will-change: transform, opacity;
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
    transition: opacity 0.8s ease-in-out, transform 0.3s ease-out; }
    .menuMobile ul {
      padding-bottom: 50px; }
  .menuMobile--bottom .menuMobile {
    top: 0;
    bottom: 3.4375rem;
    height: calc(100% - 55px); }
  #menuMobileSwitch:checked ~ .menuMobile {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 0.3s linear, transform 0.3s ease-out; }
  #menuMobileSwitch:checked ~ .main_header__wrapper .menu_mobile_open.mobileMenuBtn--menu {
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    position: absolute; }
  #menuMobileSwitch:checked ~ .main_header__wrapper .menu_mobile_close.mobileMenuBtn--menu {
    z-index: 1;
    opacity: 1;
    pointer-events: visible;
    position: static; }
  .main_header--scrolled .menuMobile {
    height: calc(100% - 55px); }
  .menuMobile__wrap,
  .menuMobile__level {
    height: 100%; }
  .menuMobile__wrap {
    position: relative; }
  .menuMobile__level {
    background: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow-y: scroll;
    z-index: 1; }
  .menuMobile__level:not(.menuMobile__level--1) {
    will-change: auto;
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
    transition: opacity 0.8s ease-in-out, transform 0.3s ease-out; }
  .menuMobile__level.-active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 0.3s linear, transform 0.3s ease-out; }
  .menuMobile__head {
    height: 50px; }
  .menuMobile__parent,
  .menuMobile__back {
    padding: 0 10px; }
  .menuMobile__back {
    width: 35%;
    border-right: 1px solid #DEDEDE;
    line-height: 1; }
  .menuMobile__backArrow {
    margin-right: 8px; }
  .menuMobile__title {
    font-weight: 600;
    text-transform: uppercase; }
  .menuMobile__parent {
    padding-left: 15px; }
    .menuMobile__parent a {
      text-overflow: ellipsis;
      overflow: hidden;
      line-height: 1.2;
      max-height: 2.4em; }
  .menuMobile__item {
    line-height: 1.1; }
  .menuMobile__item--parent {
    font-weight: 600; }
  .menuMobile__link, .menuMobile__lang {
    min-height: 50px;
    position: relative;
    padding-left: 15px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DEDEDE; }
  .menuMobile__text {
    padding-right: 8px; }
  .menuMobile__expander {
    width: 40px;
    height: 100%;
    position: absolute;
    right: 0; }
    .menuMobile__expander::before {
      content: "";
      height: 50%;
      width: 1px;
      background: #DEDEDE;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
  .menuMobile__expander,
  .menuMobile__backArrow {
    font-size: 8px; }
  .menuMobile__willChange {
    will-change: transform, opacity; }
  .mobileSearch {
    height: 50px; }
    .mobileSearch a {
      height: 50px; }
  .menuMobile__search {
    background: #F2F5F9;
    padding: 5px; }
    .menuMobile__search input {
      font-size: 16px; }
  .menuMobile__lang {
    border-top: 1px solid #DEDEDE;
    padding: 0 15px;
    left: 0;
    bottom: 0;
    background: #F2F5F9;
    width: 100%;
    position: absolute; }
  .menuMobile__icon {
    display: block;
    width: 25px;
    height: 25px; }
  .module.choose_lang {
    width: 80%; }
  .chooseLang {
    background: #FFFFFF;
    padding: 45px; }
  .chooseLang__select {
    margin-top: 20px; }
  .customSelect .data-link {
    padding: 0;
    border: none; }
  .mobileSearch__label {
    width: 50px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    min-width: 50px; }
    .mobileSearch__label > span {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
  .menuMobile__currentLang {
    text-transform: uppercase;
    margin-right: 10px; } }

@media (min-width: 768px) {
  .menuMobile {
    display: none; } }
/*# sourceMappingURL=menu_mobile.css.map */
