

/* =========================================================
   ЮРК — МОБИЛЬНОЕ МЕНЮ
   Блок Tilda: #rec3310674801
   ========================================================= */

@media screen and (max-width: 980px) {

  /* ---------------------------------------------------------
     1. ОБЩИЙ БЛОК МЕНЮ
     --------------------------------------------------------- */

  #rec3310674801 {
    position: relative !important;
    z-index: 9999 !important;
  }


  /* ---------------------------------------------------------
     2. ВЕРХНЯЯ МОБИЛЬНАЯ ШАПКА
     --------------------------------------------------------- */

  #rec3310674801 .t-menu-base__mobile-menu {
    position: relative !important;

    width: calc(100% - 28px) !important;
    max-width: none !important;

    min-height: 72px !important;
    height: 72px !important;

    margin: 14px auto 0 !important;
    padding: 0 22px !important;

    box-sizing: border-box !important;

    background: #000000 !important;

    border-radius: 30px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;

    z-index: 10001 !important;
  }


  /* ---------------------------------------------------------
     3. ЛОГОТИП
     --------------------------------------------------------- */

  #rec3310674801 .t-menu-base__mobile-menu img {
    max-height: 44px !important;
    width: auto !important;
  }


  /* ---------------------------------------------------------
     4. БУРГЕР
     --------------------------------------------------------- */

  #rec3310674801 .t-menuburger {
    margin: 0 !important;
  }

  #rec3310674801 .t-menuburger__big {
    width: 28px !important;
    height: 22px !important;
  }


  /* ---------------------------------------------------------
     5. РАСКРЫВАЮЩИЙСЯ NAV
     --------------------------------------------------------- */

  #nav3310674801 {
    box-sizing: border-box !important;
  }


  /*
     Когда меню открыто.

     ВАЖНО:
     ширина и отступы здесь ТОЧНО такие же,
     как у верхней шапки:
     width: calc(100% - 28px)
     margin-left/right: auto
  */

  #rec3310674801
  .t-menu-base__mobile-menu.tmenu-mobile__opened
  ~ #nav3310674801 {

    position: absolute !important;

    top: 72px !important;
    left: 14px !important;
    right: 14px !important;

    width: auto !important;
    max-width: none !important;

    margin: 0 !important;

    background: #000000 !important;

    border-radius: 0 0 30px 30px !important;

    overflow: hidden !important;

    z-index: 10000 !important;
  }


  /* ---------------------------------------------------------
     6. ВНУТРЕННИЙ КОНТЕЙНЕР ОТКРЫТОГО МЕНЮ
     --------------------------------------------------------- */

  #rec3310674801
  .t-menu-base__mobile-menu.tmenu-mobile__opened
  ~ #nav3310674801
  .t-menu-base__maincontainer {

    width: 100% !important;
    max-width: none !important;

    min-height: 0 !important;
    height: auto !important;

    margin: 0 !important;

    padding: 28px 20px 26px !important;

    box-sizing: border-box !important;

    background: #000000 !important;

    border-radius: 0 0 30px 30px !important;

    box-shadow: none !important;
  }


  /* ---------------------------------------------------------
     7. УБИРАЕМ ЛИШНИЕ GAP TILDA
     --------------------------------------------------------- */

  #nav3310674801 .t-menu-base__maincontainer_logocenter {
    gap: 0 !important;
  }

  #nav3310674801 .t-menu-base__leftwrapper,
  #nav3310674801 .t-menu-base__rightwrapper,
  #nav3310674801 .t-menu-base__additionalwrapper {

    gap: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
  }


  /* ---------------------------------------------------------
     8. СПИСОК
     --------------------------------------------------------- */

  #nav3310674801 .t-menu-base__list {

    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;

    gap: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
  }


  #nav3310674801 .t-menu-base__list-item,
  #nav3310674801 .t-menu__list_item {

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    text-align: center !important;
  }


  /* ---------------------------------------------------------
     9. ПУНКТЫ МЕНЮ
     --------------------------------------------------------- */

  #nav3310674801 .t-menu__link-item {

    display: block !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 10px 0 !important;

    box-sizing: border-box !important;

    font-size: 18px !important;
    line-height: 1.25 !important;

    text-align: center !important;

    color: #ffffff !important;
  }


  /* ---------------------------------------------------------
     10. КНОПКА "ПОЕХАТЬ"
     --------------------------------------------------------- */

  #nav3310674801 .t-menu-base__buttonwrapper {

    display: flex !important;
    justify-content: center !important;

    width: 100% !important;

    margin: 18px 0 0 !important;
    padding: 0 !important;
  }


  #nav3310674801 .t-btn {

    min-width: 160px !important;
    height: 48px !important;

    margin: 0 !important;
    padding: 0 30px !important;

    border-radius: 999px !important;

    font-size: 16px !important;
    line-height: 48px !important;

    box-sizing: border-box !important;
  }


  /* ---------------------------------------------------------
     11. ПРИ ОТКРЫТИИ ВЕРХНЯЯ КАПСУЛА
     СТАНОВИТСЯ ВЕРХНЕЙ ЧАСТЬЮ ЕДИНОГО БЛОКА
     --------------------------------------------------------- */

  #rec3310674801
  .t-menu-base__mobile-menu.tmenu-mobile__opened {

    border-radius: 30px 30px 0 0 !important;
  }

}


/* =========================================================
   ТЕЛЕФОНЫ ДО 480 PX
   ========================================================= */

@media screen and (max-width: 480px) {

  /* Шапка */

  #rec3310674801 .t-menu-base__mobile-menu {

    width: calc(100% - 20px) !important;

    height: 64px !important;
    min-height: 64px !important;

    margin-top: 10px !important;

    padding: 0 18px !important;

    border-radius: 27px !important;
  }


  /* Лого */

  #rec3310674801 .t-menu-base__mobile-menu img {
    max-height: 38px !important;
  }


  /* Открытое меню */

  #rec3310674801
  .t-menu-base__mobile-menu.tmenu-mobile__opened
  ~ #nav3310674801 {

    top: 64px !important;

    left: 10px !important;
    right: 10px !important;

    width: auto !important;

    border-radius: 0 0 27px 27px !important;
  }


  /* Внутренняя часть */

  #rec3310674801
  .t-menu-base__mobile-menu.tmenu-mobile__opened
  ~ #nav3310674801
  .t-menu-base__maincontainer {

    padding: 24px 18px 24px !important;

    border-radius: 0 0 27px 27px !important;
  }


  /* Верх при открытом меню */

  #rec3310674801
  .t-menu-base__mobile-menu.tmenu-mobile__opened {

    border-radius: 27px 27px 0 0 !important;
  }


  /* Пункты */

  #nav3310674801 .t-menu__link-item {

    padding: 9px 0 !important;

    font-size: 17px !important;
    line-height: 1.25 !important;
  }


  /* Кнопка */

  #nav3310674801 .t-menu-base__buttonwrapper {
    margin-top: 16px !important;
  }

  #nav3310674801 .t-btn {

    min-width: 150px !important;
    height: 46px !important;

    line-height: 46px !important;

    font-size: 16px !important;
  }

}

</style>