
html {
  min-height: 100vh;
  overflow-y: scroll;
}
body {
  min-height: 100vh;
}
/* Исправление отступа в мобильном меню */
@media screen and (max-width: 640px) {
  #rec1441048011 .t-menu__content {
    padding-top: 60px !important;
    height: auto !important;
    min-height: auto !important;
  }
  
  #rec1441048011 .t-menu__list {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  
  #rec1441048011 .t-container {
    padding-top: 0 !important;
  }
  
  /* Убираем лишнюю высоту */
  #rec1441048011 {
    min-height: auto !important;
  }
}

/* НОВЫЙ КОД - Фикс меню при сворачивании окна */
@media (max-width: 1400px) and (min-width: 641px) {
    .t-menu__link-item {
        font-size: 14px !important;
        padding: 0 10px !important;
    }
}

@media (max-width: 1200px) and (min-width: 641px) {
    .t-menu__link-item {
        font-size: 13px !important;
        padding: 0 8px !important;
    }
}

@media (max-width: 1100px) and (min-width: 641px) {
    .t-menu__link-item {
        font-size: 12px !important;
        padding: 0 6px !important;
    }
}
</style>