/*чтобы работало плавное наползание на hero секцию*/
.uc-upper-block,
.uc-footer {
  position: relative;
}

/*убирает отступ у меню */
t3112__body_menushowed {
  padding-right: 0 !important;
}
.t3112__overlay.t3112__menu_show {
  right: 0 !important;
}

/* фикс размера бургера при открытии попапа*/
.t3112__burger_container.t3112__small {
  flex-shrink: 0;
}

body.t-body_popupshowed .t3112__menu__content {
  z-index: 1 !important;
}

/*Блок: Название раздела */
.uc-catalog-title .t306__table-container {
  display: flex;
  justify-content: center;
}

.uc-catalog-title .t306__table-cell {
  display: flex;
  align-items: flex-end;
  padding-bottom: 15px;
}

.uc-catalog-title .t306__img {
  width: 70vw !important;
}
/*КОНЕЦ: Блок: Название раздела */

/*отметка Новинка*/
.t-store__card__mark {
  text-transform: uppercase;
}

/*hero секция */
.uc-catalog-hero,
.uc-main-hero {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh !important;
  width: 100% !important;
}

.uc-catalog-hero + div,
.uc-main-hero + div {
  margin-top: 100vh;
}

.t396__artboard {
  height: 100vh !important;
  min-height: auto !important;
}

.hero-logo-text {
  position: absolute;
  height: auto !important;
  top: auto !important;
  bottom: 16px !important;
  z-index: 100;
  max-width: 95vw !important;
  width: 100% !important;
  left: 50% !important;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .hero-logo-text {
    top: 50% !important;
    transform: translate(-50%, -50%);
    bottom: auto !important;
  }
}
