/* Все языковые шапки поверх всего */
.uc-site-header {
  position: relative;
  z-index: 9999;
}

/* Все hero ниже */
.uc-site-hero {
  position: relative;
  z-index: 1;
}

/* На всякий: выпадашки/мобильное меню Тильды поверх */
.t-menusub__content,
.t450__menu,
.t228__mobile,
.t456__mobile {
  z-index: 10000 !important;
}