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;
  }
}