@font-face {
  font-family: "HeadingNowVar";
  src: url("../fonts/Heading-Now-Variable.ttf") format("truetype");
  font-display: swap;
  font-weight: 400 900;
  font-stretch: 75% 700%;
}

@font-face {
  font-family: "Heading Now";
  src: url("../fonts/Heading-Now-Variable.ttf") format("truetype");
  font-display: swap;
  font-weight: 400 900;
  font-stretch: 75% 700%;
}

:root {
  --hn-font: "HeadingNowVar", "Heading Now", "Circe", "Arial", sans-serif;
  --hn-font-width: 620;
  --hn-font-stretch: 620%;
  --hn-weight-copy: 400;
  --hn-weight-ui: 400;
  --hn-weight-title: 600;
  --hn-weight-display: 700;
  --hn-text: #050505;
  --hn-muted: #5c5c5c;
  --hn-soft: #f5f5f7;
  --hn-soft-2: #eeeeF2;
  --hn-yellow: #ffdd4d;
  --hn-yellow-strong: #ffcd00;
  --hn-red: #ee292e;
  --hn-radius-xl: 40px;
  --hn-radius-lg: 26px;
  --hn-radius-md: 20px;
  --hn-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
  --hn-container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--hn-anchor-offset, 74px);
}

[id] {
  scroll-margin-top: var(--hn-anchor-offset, 74px);
}

body.home-new-page {
  margin: 0;
  background: #fff;
  color: var(--hn-text);
  font-family: var(--hn-font);
  font-weight: var(--hn-weight-copy);
  font-stretch: var(--hn-font-stretch);
  font-variation-settings: "wdth" var(--hn-font-width);
  letter-spacing: -0.02em;
  text-rendering: geometricPrecision;
}

body.home-new-page.is-menu-open,
body.home-new-page.is-partner-modal-open {
  overflow: hidden;
}

.hn-container {
  width: min(var(--hn-container), calc(100% - 40px));
  margin: 0 auto;
}

.hn-container--narrow {
  --hn-container: 820px;
}

.hn-container--ticket {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

body.home-new-bdb-page {
  background: #fff;
}

body.home-new-tickets-page {
  background: var(--pf-bg);
}

.hn-section--bdb-payment {
  background: #ededeb;
  padding: 80px 0;
}

.hn-container--bdb-payment {
  --hn-container: 1180px;
}

.hn-section--bdb-payment .pf-page {
  min-height: 0;
  color: var(--pf-text);
  font-family: "Circe", "Exo 2", "Segoe UI", sans-serif;
  font-stretch: normal;
  font-variation-settings: normal;
  letter-spacing: 0;
}

.hn-section--bdb-payment .pf-main {
  padding: 0;
}

.hn-section--bdb-payment .pf-container {
  width: min(1040px, 100%);
}

.home-new-tickets-page .pf-page {
  min-height: 600px;
  color: var(--pf-text);
  font-family: "Circe", "Exo 2", "Segoe UI", sans-serif;
  font-stretch: normal;
  font-variation-settings: normal;
  letter-spacing: 0;
}

.home-new-tickets-page .pf-main {
  padding: 40px 0 35px;
}

.hn-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: #fff;
}

.hn-header__main {
  background: #fff;
  padding: 12px 0;
}

.hn-header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.hn-logo {
  display: inline-flex;
  flex: 0 0 auto;
}

.hn-header__mobile-place {
  display: none;
}

.hn-header-info {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--hn-muted);
  font-size: 14px;
  font-weight: var(--hn-weight-copy);
  line-height: 18px;
}

.hn-header-info strong {
  color: var(--hn-text);
  font-size: 16px;
  font-weight: var(--hn-weight-title);
  line-height: 20px;
}

.hn-header--info .hn-header__mobile-place {
  display: none;
}

.hn-logo img {
  display: block;
  height: 36px;
  width: auto;
}

.hn-logo .hn-logo__mobile {
  display: none;
}

.hn-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.hn-nav a,
.hn-footer a,
.hn-mobile-menu a {
  color: inherit;
  text-decoration: none;
}

.hn-nav a {
  position: relative;
  font-size: 14px;
  font-weight: var(--hn-weight-ui);
  line-height: 18px;
  white-space: nowrap;
}

.hn-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  border-radius: 999px;
  background: var(--hn-red);
  opacity: 0;
  transform: translateY(-5px);
  transform-origin: top center;
  transition: opacity 0.08s ease, transform 0.12s ease;
}

.hn-nav a:hover::after,
.hn-nav a:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.hn-header__time {
  max-width: 210px;
  font-weight: var(--hn-weight-copy);
  font-stretch: var(--hn-font-stretch);
  font-size: 11px;
  line-height: 12px;
}

.hn-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 9px;
  border: 0;
  background: transparent;
}

.hn-menu-toggle span {
  display: block;
  height: 2px;
  margin: 6px 0;
  background: #050505;
}

.hn-promo-bar {
  position: relative;
  background: var(--hn-yellow-strong);
}

.hn-promo-bar[hidden] {
  display: none !important;
}

.hn-promo-bar__row {
  position: relative;
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  font-family: var(--hn-font);
  font-weight: 400;
  font-stretch: var(--hn-font-stretch);
  font-variation-settings: "wdth" var(--hn-font-width), "wght" 400;
  font-size: 14px;
  line-height: 18px;
}

.hn-promo-bar__text,
.hn-promo-bar__lead,
.hn-promo-bar__until {
  display: inline;
}

.hn-info {
  width: 18px;
  height: 18px;
  border: 0;
  background: url("../icons/icon_info.svg") center / contain no-repeat;
  flex: 0 0 auto;
  padding: 0;
  cursor: pointer;
}

.hn-info::before {
  display: none;
}

.hn-info:focus-visible {
  outline: 3px solid rgba(0, 0, 0, 0.28);
  outline-offset: 4px;
  border-radius: 50%;
}

.hn-promo-tooltip {
  position: absolute;
  top: calc(100% + 8px);
  right: 120px;
  z-index: 95;
  width: 320px;
  padding: 20px;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--hn-shadow);
  opacity: 0;
  pointer-events: none;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  transition: opacity 0.18s ease, transform 0.18s ease;
  transform: translateY(-4px);
}

.hn-promo-bar__row.is-tooltip-open .hn-promo-tooltip {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.hn-hero {
  padding: 20px 0 42px;
}

.hn-hero .hn-container {
  position: relative;
}

.hn-hero__media {
  position: relative;
  min-height: 644px;
  border-radius: var(--hn-radius-xl);
  overflow: hidden;
  background: #cfd2dc center / cover no-repeat;
}

.hn-hero__video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 520ms ease;
}

.hn-hero__media.is-video-ready .hn-hero__video {
  opacity: 1;
}

.hn-hero__card {
  width: min(720px, calc(100% - 80px));
  margin: -227px auto 0;
  position: relative;
  z-index: 2;
  padding: 40px;
  border-radius: var(--hn-radius-xl);
  background: #fff;
  text-align: center;
}

.hn-hero__card h1 {
  margin: 0 0 4px;
  text-transform: uppercase;
  font-size: 38px;
  font-weight: var(--hn-weight-display);
  font-stretch: var(--hn-font-stretch);
  line-height: 46px;
}

.hn-hero__card p {
  margin: 0 0 28px;
  font-size: 20px;
  font-weight: 500;
}

.home-new-group-page .hn-hero--group .hn-hero__media {
  min-height: 620px;
  opacity: 0.92;
  background-position: center 42%;
}

.hn-hero__meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 20px;
  font-weight: var(--hn-weight-copy);
  font-stretch: var(--hn-font-stretch);
  color: #3b3b3b;
  font-size: 18px;
  line-height: 22px;
}

.hn-hero__meta strong {
  color: #050505;
  font-weight: var(--hn-weight-title);
  font-stretch: var(--hn-font-stretch);
}

.hn-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 56px;
  padding: 16px 22px;
  border-radius: 28px;
  background: var(--hn-red);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: var(--hn-weight-title);
  font-stretch: var(--hn-font-stretch);
  line-height: 1;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.hn-btn:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(238, 41, 46, 0.22);
}

.hn-btn__icon {
  width: 24px;
  height: 24px;
  background: url("../icons/icon_ticket.svg") center / contain no-repeat;
  flex: 0 0 auto;
}

.hn-btn__icon::after {
  display: none;
}

.hn-section {
  padding: 60px 0;
}

.hn-section--robots {
  padding: 72px 0;
  background: var(--hn-soft);
  border-radius: 46px;
}

.hn-section--robots .hn-container {
  --hn-container: 1180px;
  padding: 46px 0;
  border-radius: 0;
  background: transparent;
}

.hn-section--robots .hn-section-title {
  font-size: 36px;
  font-weight: var(--hn-weight-display);
  line-height: 64px;
}

.hn-section--included .hn-container {
  --hn-container: 1180px;
}

.hn-section--gallery {
  background: var(--hn-yellow);
}

.hn-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
  overflow: visible;
}

.hn-section-title {
  margin: 0;
  font-size: 36px;
  font-weight: var(--hn-weight-title);
  font-stretch: var(--hn-font-stretch);
  line-height: 46px;
}

.hn-section-title--center,
.hn-eyebrow {
  text-align: center;
}

.hn-section--included .hn-section-title {
  max-width: 980px;
  margin: 0 auto;
  font-size: 36px;
  font-weight: var(--hn-weight-display);
  line-height: 52px;
}

.hn-section--included .hn-eyebrow {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 500;
  font-stretch: var(--hn-font-stretch);
  line-height: 30px;
}

.hn-eyebrow,
.hn-red-note {
  color: var(--hn-red);
  font-size: 14px;
  line-height: 20px;
}

.hn-red-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: var(--hn-weight-title);
  font-stretch: var(--hn-font-stretch);
}

.hn-red-note::before {
  content: "%";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-size: 12px;
  line-height: 1;
}

.hn-slider-controls {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px;
  margin: -10px;
  overflow: visible;
}

.hn-arrow {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  background: rgba(238, 238, 242, 0.82);
  backdrop-filter: blur(10px);
  position: relative;
  cursor: pointer;
  transition: background-color 0.08s ease, box-shadow 0.08s ease;
}

.hn-arrow::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-left: 2px solid #5a5d6b;
  border-bottom: 2px solid #5a5d6b;
  left: 23px;
  top: 22px;
  transform: rotate(45deg);
  transition: border-color 0.1s ease;
}

.hn-arrow--next::before {
  left: 18px;
  transform: rotate(225deg);
}

.hn-arrow:not(:disabled):not(.is-disabled):hover {
  background: #e9eaef;
  box-shadow: 0 8px 18px rgba(5, 5, 5, 0.08);
}

.hn-arrow:not(:disabled):not(.is-disabled):hover::before,
.hn-arrow:not(:disabled):not(.is-disabled):focus-visible::before {
  border-color: #050505;
}

.hn-arrow:not(:disabled):not(.is-disabled):active {
  background: #dcdee6;
}

.hn-arrow:focus-visible {
  outline: 2px solid rgba(242, 39, 48, 0.55);
  outline-offset: 3px;
}

.hn-arrow:disabled,
.hn-arrow.is-disabled {
  cursor: default;
  opacity: 0.38;
}

.hn-slider {
  overflow: hidden;
}

.hn-section--about .hn-slider,
.hn-section--master .hn-slider,
.hn-section--emotions .hn-slider {
  width: calc(100% + max(20px, (100vw - var(--hn-container)) / 2));
}

.hn-slider__track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding-bottom: 2px;
}

.hn-section--about .hn-slider__track,
.hn-section--master .hn-slider__track,
.hn-section--emotions .hn-slider__track {
  padding-right: max(20px, (100vw - var(--hn-container)) / 2);
}

.hn-slider__track::-webkit-scrollbar {
  display: none;
}

.hn-card {
  flex: 0 0 320px;
  scroll-snap-align: start;
}

.hn-card__media {
  overflow: hidden;
  border-radius: 24px;
  background: var(--hn-soft);
}

.hn-card__img {
  display: block;
  width: 100%;
  height: 478px;
  object-fit: cover;
}

.hn-placeholder,
.hn-lazy.is-error {
  display: block;
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 221, 77, 0.42), transparent 24%),
    radial-gradient(circle at 82% 30%, rgba(238, 41, 46, 0.16), transparent 28%),
    linear-gradient(135deg, #f1f2f6 0%, #e5e7ef 46%, #f7f1dc 100%);
}

.hn-card__body {
  padding-top: 12px;
}

.hn-card__body h3 {
  margin: 0 0 2px;
  font-size: 16px;
  font-weight: var(--hn-weight-title);
  font-stretch: var(--hn-font-stretch);
  line-height: 22px;
}

.hn-card__body p {
  margin-top: 4px;
  color: var(--hn-muted);
  font-weight: var(--hn-weight-copy);
  font-stretch: var(--hn-font-stretch);
  font-size: 14px;
  line-height: 22px;
}

.hn-robots {
  display: grid;
  grid-template-columns: minmax(420px, 0.78fr) minmax(640px, 1.22fr);
  gap: 28px;
  min-height: 0;
  margin-top: 22px;
  padding: 16px;
  border-radius: 34px;
  background: #fff;
}

.hn-robots__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  height: 640px;
  overflow: hidden;
}

.hn-robot-tab {
  position: relative;
  width: 100%;
  border: 0;
  flex: 0 0 56px;
  height: 56px;
  min-height: 0;
  border-radius: 18px;
  background: #f1f1f5;
  padding: 16px 68px 16px 28px;
  overflow: hidden;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease, flex-basis 0.26s ease, height 0.26s ease;
}

.hn-robot-tab:hover {
  transform: translateY(-1px);
}

.hn-robot-tab__title {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  font-stretch: var(--hn-font-stretch);
  line-height: 26px;
}

.hn-robot-tab__text {
  display: block;
  max-height: 0;
  overflow: hidden;
  margin-top: 0;
  color: var(--hn-muted);
  font-weight: var(--hn-weight-copy);
  font-stretch: var(--hn-font-stretch);
  font-size: 16px;
  line-height: 1.4;
  opacity: 0;
  transition: max-height 0.32s ease, margin-top 0.32s ease, opacity 0.22s ease;
}

.hn-robot-tab.is-active {
  flex-basis: 230px;
  height: 230px;
  background: #f4f4f8;
}

.hn-robot-tab.is-active .hn-robot-tab__text {
  max-height: 168px;
  margin-top: 8px;
  opacity: 1;
}

.hn-robot-tab__plus {
  position: absolute;
  top: 12px;
  right: 18px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.hn-robot-tab__plus::before,
.hn-robot-tab__plus::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 15px;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: #050505;
}

.hn-robot-tab__plus::after {
  transform: rotate(90deg);
}

.hn-robot-tab.is-active .hn-robot-tab__plus {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.7);
}

.hn-robots__controls {
  flex: 0 0 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 10px;
}

.hn-robots__more {
  display: flex;
  align-items: center;
  flex: 0 0 56px;
  min-height: 56px;
  margin: 0;
  padding: 0 28px;
  border-radius: 18px;
  background: #f1f1f5;
  color: rgb(5, 5, 5);
  text-transform: uppercase;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  font-stretch: var(--hn-font-stretch);
}

.hn-robots__more[hidden] {
  display: none;
}

.hn-robots__counter,
.hn-gallery-counter {
  min-width: 54px;
  color: #5a5d6b;
  font-size: 18px;
  font-weight: var(--hn-weight-ui);
  font-stretch: var(--hn-font-stretch);
  line-height: 24px;
  text-align: center;
}

.hn-robots__media {
  position: relative;
  height: 640px;
  min-height: 0;
  overflow: hidden;
  border-radius: 36px;
}

.hn-robot-image {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.hn-robot-image.is-active {
  opacity: 1;
}

.hn-robot-image__img {
  width: 100%;
  height: 100%;
  border-radius: 36px;
  object-fit: cover;
}

.hn-included-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 38px;
}

.hn-included-card {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 32px 28px;
  border-radius: 28px;
  background: #f4f4f6;
  text-align: center;
  position: relative;
}

.hn-included-card__icon {
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.hn-included-card h3 {
  margin: 0;
  max-width: 430px;
  color: #424242;
  font-size: 18px;
  font-weight: 500;
  font-stretch: var(--hn-font-stretch);
  line-height: 30px;
}

.hn-included-card:nth-child(1),
.hn-included-card:nth-child(2) {
  justify-content: flex-start;
}

.hn-included-card:nth-child(1) h3,
.hn-included-card:nth-child(2) h3 {
  order: -1;
}

.hn-included-card:nth-child(1) .hn-included-card__icon {
  width: min(74%, 220px);
  height: 120px;
  margin-top: 8px;
}

.hn-included-card:nth-child(2) .hn-included-card__icon {
  width: min(62%, 170px);
  height: 130px;
}

.hn-included-card:nth-child(5) .hn-included-card__icon,
.hn-included-card:nth-child(6) .hn-included-card__icon {
  display: none;
}

.hn-included-card__line {
  display: block;
  color: #424242;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.hn-included-card__line--strong {
  color: #050505;
  font-size: 32px;
  font-weight: var(--hn-weight-display);
  line-height: 40px;
}

@media (min-width: 992px) {
  .hn-included-card:nth-child(1) .hn-included-card__icon{
    width: auto;
    height: 170px;
    margin-top: 8px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(calc(-50% + 10px), 0px);
  }
  .hn-included-card:nth-child(2) .hn-included-card__icon{
    width: auto;
    height: 128px;
    margin-top: 8px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(calc(-50% + 10px), 0px);
  }
}

.hn-ticket {
  --hn-ticket-cut: 32px;
  width: min(480px, 100%);
  min-height: 404px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 44px 58px;
  border-radius: 28px;
  background: var(--hn-yellow);
  text-align: center;
  filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.08));
  -webkit-mask:
    radial-gradient(circle var(--hn-ticket-cut) at 50% 0, transparent 98%, #000 101%),
    radial-gradient(circle var(--hn-ticket-cut) at 0 50%, transparent 98%, #000 101%),
    radial-gradient(circle var(--hn-ticket-cut) at 100% 50%, transparent 98%, #000 101%),
    linear-gradient(#000 0 0);
  -webkit-mask-composite: source-in, source-in, source-in;
  mask:
    radial-gradient(circle var(--hn-ticket-cut) at 50% 0, transparent 98%, #000 101%),
    radial-gradient(circle var(--hn-ticket-cut) at 0 50%, transparent 98%, #000 101%),
    radial-gradient(circle var(--hn-ticket-cut) at 100% 50%, transparent 98%, #000 101%),
    linear-gradient(#000 0 0);
  mask-composite: intersect, intersect, intersect;
}

.hn-ticket-variants[hidden],
.hn-ticket[hidden],
.hn-ticket-notes[hidden] {
  display: none !important;
}

.hn-ticket::after {
  content: "";
  width: calc(100% - 128px);
  height: 1px;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 50%;
  left: 64px;
  display: none;
}

.hn-ticket__cut {
  display: none;
}

.hn-ticket__cut--top {
  top: -32px;
  left: calc(50% - 32px);
}

.hn-ticket__cut--left {
  left: -32px;
  top: calc(50% - 32px);
}

.hn-ticket__cut--right {
  right: -32px;
  top: calc(50% - 32px);
}

.hn-ticket__title {
  display: none;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
}

.hn-ticket__discount {
  font-size: 18px;
  line-height: 24px;
}

.hn-ticket__left {
  font-weight: var(--hn-weight-copy);
  font-stretch: var(--hn-font-stretch);
  font-size: 14px;
}

.hn-ticket-variants {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: stretch;
  justify-items: center;
  width: min(520px, 100%);
  margin: 0 auto;
}

.hn-ticket-variants .hn-ticket {
  width: min(480px, 100%);
  min-height: 408px;
  padding-left: 36px;
  padding-right: 36px;
}

.hn-ticket--global {
  gap: 14px;
}

.hn-ticket--global .hn-ticket__title {
  order: 1;
}

.hn-ticket--global .hn-ticket__discount--strong {
  order: 2;
}

.hn-ticket--global .hn-ticket__subtitle {
  order: 3;
}

.hn-ticket--global .hn-btn {
  order: 4;
}

.hn-ticket--global .hn-ticket__promo {
  order: 5;
  margin-top: 10px;
}

.hn-ticket--global .hn-ticket__left {
  order: 6;
}

.hn-ticket--global .hn-ticket__divider {
  display: none;
}

.hn-ticket__divider {
  width: calc(100% - 80px);
  height: 1px;
  background: rgba(255, 255, 255, 0.86);
  margin: 8px 0 2px;
}

.hn-ticket__discount--strong {
  font-size: 18px;
  line-height: 24px;
  font-weight: var(--hn-weight-title);
}

.hn-ticket__subtitle,
.hn-ticket__promo-label {
  font-weight: var(--hn-weight-copy);
  font-stretch: var(--hn-font-stretch);
  font-size: 16px;
  line-height: 20px;
}

.hn-ticket__subtitle {
  font-weight: 500;
}

.hn-ticket__promo {
  position: relative;
  min-width: 228px;
  padding: 16px 22px 14px;
  border: 3px dashed #050505;
  border-radius: 16px;
}

.hn-ticket__promo-label {
  position: absolute;
  top: -13px;
  left: 50%;
  padding: 0 8px;
  background: var(--hn-yellow);
  transform: translateX(-50%);
  white-space: nowrap;
}

.hn-ticket__promo-code {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 28px;
  line-height: 30px;
  font-weight: var(--hn-weight-title);
  letter-spacing: 0.02em;
}

.hn-ticket__promo-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  display: block;
  transition: transform 0.2s ease;
}

.hn-ticket__promo-code:hover .hn-ticket__promo-icon,
.hn-ticket__promo-code:focus-visible .hn-ticket__promo-icon {
  transform: translateY(-1px) scale(1.04);
}

.hn-ticket__promo-code.is-copied .hn-ticket__promo-icon {
  transform: scale(0.9);
}

.hn-ticket-notes {
  margin-top: 18px;
  color: #8d8d8d;
  text-align: center;
  font-weight: var(--hn-weight-copy);
  font-stretch: var(--hn-font-stretch);
  font-size: 14px;
  line-height: 20px;
}

.hn-ticket-notes p {
  margin: 0;
}

.hn-card--master {
  flex-basis: 280px;
}

.hn-card--master .hn-card__img {
  height: 170px;
}

.hn-card--master .hn-card__summary {
  display: none;
}

.hn-card__details {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.2s ease, opacity 0.2s ease, margin-top 0.2s ease;
}

.hn-card__details p {
  margin: 0;
}

.hn-card--master.is-details-open .hn-card__details {
  max-height: 260px;
  margin-top: 8px;
  opacity: 1;
}

.hn-card__more {
  appearance: none;
  display: inline-flex;
  align-items: center;
  margin: 10px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--hn-red);
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: var(--hn-weight-title);
  font-stretch: var(--hn-font-stretch);
  line-height: 18px;
}

.hn-card__more:hover,
.hn-card__more:focus-visible {
  color: #d71920;
}

.hn-card__more:focus-visible {
  outline: 2px solid rgba(242, 39, 48, 0.36);
  outline-offset: 3px;
  border-radius: 4px;
}

.hn-card__more-close,
.hn-card--master.is-details-open .hn-card__more-open {
  display: none;
}

.hn-card--master.is-details-open .hn-card__more-close {
  display: inline;
}

.hn-certificate {
  display: grid;
  justify-items: center;
  gap: 20px;
  text-align: center;
}

.hn-certificate h2 {
  margin: 0;
  font-size: 30px;
  line-height: 36px;
}

.hn-certificate p {
  margin: 4px 0 0;
  font-weight: var(--hn-weight-copy);
  font-stretch: var(--hn-font-stretch);
}

.hn-certificate__img {
  width: min(360px, 100%);
  max-height: 220px;
  border-radius: 24px;
  object-fit: cover;
  background: transparent;
}

.hn-lazy.is-loaded,
.hn-certificate__img.hn-lazy.is-error {
  background: transparent !important;
}

.hn-gallery-grid {
  position: relative;
}

.hn-gallery-page {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.hn-gallery-page:not(.is-active) {
  display: none;
}

.hn-gallery-grid__item {
  display: block;
  aspect-ratio: 4 / 3;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.38);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24);
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.hn-gallery-grid__item:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24), 0 16px 28px rgba(0, 0, 0, 0.12);
}

.hn-gallery-grid__item--2,
.hn-gallery-grid__item--3 {
  grid-row: auto;
}

.hn-gallery-grid__item--5 {
  grid-column: auto;
}

.hn-gallery-grid__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hn-gallery-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hn-card--emotions {
  flex-basis: 256px;
}

.hn-media-card {
  flex: 0 0 256px;
  scroll-snap-align: start;
  transition: transform 0.24s ease, filter 0.24s ease;
}

.hn-media-card:hover {
  transform: translateY(-4px);
  filter: saturate(1.04);
}

.hn-media-card--image .hn-card__img {
  height: 455px;
}

.hn-video-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 221, 77, 0.18), transparent 32%),
    linear-gradient(145deg, #1c1c24 0%, #08080c 62%, #232026 100%);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.24s ease;
}

.hn-media-card:hover .hn-video-card {
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.14);
}

.hn-media-card:hover .hn-video-card__play {
  transform: translate(-50%, -50%) scale(1.06);
}

.hn-video-card__stage {
  position: absolute;
  inset: 0;
  cursor: pointer;
}

.hn-video-card__stage::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.42), transparent);
  pointer-events: none;
}

.hn-video-card__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background:
    radial-gradient(circle at 25% 18%, rgba(255, 221, 77, 0.32), transparent 26%),
    radial-gradient(circle at 78% 34%, rgba(238, 41, 46, 0.18), transparent 26%),
    linear-gradient(135deg, #f1f2f6 0%, #e7e9f0 50%, #f7f0d4 100%);
}

.hn-video-card__play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--hn-yellow);
  transform: translate(-50%, -50%);
  box-shadow: 0 14px 24px rgba(255, 221, 77, 0.3);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.hn-video-card__play::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 20px;
  border-left: 18px solid rgb(5, 5, 5);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.hn-video-card.is-playing .hn-video-card__play {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8);
  pointer-events: none;
}

.hn-video-card__progress {
  position: absolute;
  bottom: 14px;
  left: 12px;
  right: 12px;
  z-index: 3;
  height: 2px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.4);
}

.hn-video-card__progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: #fff;
}

.hn-video-card__sound {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 4;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88) url("../icons/icon_volume.svg") center / 22px 22px no-repeat;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.hn-video-card:not(.is-muted) .hn-video-card__sound {
  opacity: 0.62;
}

.hn-groups-card {
  padding: 40px;
  border-radius: var(--hn-radius-lg);
  background: var(--hn-soft);
}

.hn-groups-card__top {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(360px, 1fr);
  gap: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #fff;
}

.hn-groups-card__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
}

.hn-groups-card h2 {
  margin: 0;
  font-size: 28px;
  line-height: 38px;
}

.hn-groups-card p {
  margin: 0;
  font-weight: var(--hn-weight-copy);
  font-stretch: var(--hn-font-stretch);
  font-size: 16px;
  line-height: 22px;
}

.hn-groups-card__img {
  display: block;
  width: 100%;
  aspect-ratio: 700 / 420;
  border-radius: 20px;
  object-fit: cover;
}

.hn-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 56px;
  margin-top: 24px;
  padding: 11px 20px 11px 26px;
  border-radius: 999px;
  background: #fff;
  color: #050505;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: var(--hn-weight-title);
  font-stretch: var(--hn-font-stretch);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.hn-groups-card__copy .hn-more{
  margin-top: 12px;
}

.hn-more::before {
  content: "";
  display: none;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #f0f0f4;
  box-shadow: none;
  transition: background 0.18s ease, box-shadow 0.18s ease;
}

.hn-more::after {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  z-index: 1;
  pointer-events: none;
  transition: border-color 0.18s ease, background 0.18s ease;
}

.hn-more:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.09);
}

.hn-more:hover::before {
  background: var(--hn-red);
  box-shadow: 0 8px 18px rgba(238, 41, 46, 0.22);
}

.hn-more--icon-left::before {
  display: block;
  order: 0;
}

.hn-more--icon-right::before {
  display: block;
  order: 2;
}

.hn-more--icon-right {
  padding-right: 9px;
}

.hn-more--icon-left {
  padding-left: 9px;
  padding-right: 26px;
}

.hn-more--icon-left::after,
.hn-more--icon-right::after {
  display: block;
}

.hn-more--icon-plus::after {
  left: 21px;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background:
    linear-gradient(#050505 0 0) center / 100% 2px no-repeat,
    linear-gradient(#050505 0 0) center / 2px 100% no-repeat;
}

.hn-more--icon-plus:hover::after {
  background:
    linear-gradient(#fff 0 0) center / 100% 2px no-repeat,
    linear-gradient(#fff 0 0) center / 2px 100% no-repeat;
}

.hn-more--icon-arrow::after {
  right: 23px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #050505;
  border-bottom: 2px solid #050505;
  transform: translateY(-50%) rotate(-45deg);
}

.hn-more--icon-arrow:hover::after {
  border-color: #fff;
}

.hn-partners {
  padding-top: 36px;
}

.hn-more--partner {
  border: 0;
  font-family: var(--hn-font);
  cursor: pointer;
}

.hn-partners h2 {
  margin: 0 0 16px;
  font-size: 28px;
  line-height: 38px;
}

.hn-partners__track {
  display: flex;
  gap: 12px;
  margin: -6px 0 -10px;
  padding: 6px 0 10px;
  overflow-x: auto;
  scrollbar-width: none;
  cursor: grab;
}

.hn-partners__track:active {
  cursor: grabbing;
}

.hn-partners__track::-webkit-scrollbar {
  display: none;
}

.hn-partners__item {
  flex: 0 0 160px;
  height: 100px;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}

.hn-partners__item--link {
  display: block;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.hn-partners__item--link:hover,
.hn-partners__item--link:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}

.hn-partners__item--link:focus-visible {
  outline: 3px solid rgba(248, 38, 47, 0.35);
  outline-offset: 4px;
}

.hn-partners__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 14px;
  background: #fff;
}

.hn-partners__img.hn-lazy.is-error {
  background: #fff;
}

.hn-footer {
  margin-top: 24px;
  background: linear-gradient(to bottom, rgba(255, 221, 77, 0) 0%, rgba(255, 221, 77, 0) 15%, rgba(255, 221, 77, 0.72) 43%, var(--hn-yellow) 73%, var(--hn-yellow) 100%);
  padding: 96px 0 70px;
}

.hn-footer__top,
.hn-footer__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.hn-footer__top {
  padding: 0;
}

.hn-footer h2 {
  margin: 0 0 8px;
  font-size: 38px;
  font-weight: var(--hn-weight-title);
  line-height: 42px;
  text-transform: uppercase;
}

.hn-footer strong {
  display: block;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: var(--hn-weight-ui);
  line-height: 30px;
}

.hn-footer p,
.hn-footer a,
.hn-footer span {
  font-weight: var(--hn-weight-copy);
  font-stretch: var(--hn-font-stretch);
  font-size: 16px;
  line-height: 22px;
}

.hn-footer-contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  margin-right: 18px;
  color: inherit;
  outline-offset: 5px;
  transition: color 0.12s ease, opacity 0.12s ease;
}

.hn-footer-contact img {
  transition: transform 0.12s ease, opacity 0.12s ease;
}

.hn-footer-contact:hover,
.hn-footer-contact:focus-visible {
  color: var(--hn-red);
  opacity: 0.92;
}

.hn-footer-contact:hover img,
.hn-footer-contact:focus-visible img {
  transform: scale(1.06);
}

.hn-footer__bottom {
  align-items: start;
  margin-top: 28px;
  padding: 0;
}

.hn-footer__section-title {
  display: block;
  font-weight: 500 !important;
  font-stretch: var(--hn-font-stretch);
}

.hn-socials {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

.hn-socials a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 16px;
  background: #f6c100;
  transition: none;
}

.hn-socials img {
  display: block;
  max-width: 24px;
  max-height: 24px;
  transition: none;
}

.hn-socials a:hover {
  background: #fff;
  box-shadow: 0 10px 22px rgba(5, 5, 5, 0.12);
}

.hn-socials a:hover img {
  transform: none;
}

.hn-footer__links-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hn-footer__links-title {
  display: block;
  font-weight: 500 !important;
  font-stretch: var(--hn-font-stretch);
  font-size: 16px;
  line-height: 22px;
}

.hn-footer__legal-company {
  display: grid;
  gap: 2px;
  margin-top: 18px;
  color: rgba(5, 5, 5, 0.68);
}

.hn-footer__legal-company span {
  font-size: 13px;
  line-height: 18px;
}

.hn-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  max-width: 560px;
}

.hn-footer__links a {
  transition: color 0.2s ease, opacity 0.2s ease;
}

.hn-footer__links a:hover,
.hn-footer__links a:focus-visible {
  color: var(--hn-red);
  opacity: 0.86;
}

.hn-floating-ticket {
  display: none;
}

@media (min-width: 769px) {
  .hn-floating-ticket {
    position: fixed;
    right: 28px;
    bottom: 28px;
    z-index: 55;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: rgb(238, 41, 46);
    color: rgba(255, 255, 255, 1);
    box-shadow: 0 16px 34px rgba(238, 41, 46, 0.26);
    font-size: 15px;
    line-height: 18px;
    font-weight: var(--hn-weight-title);
    font-stretch: var(--hn-font-stretch);
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
    transform: translateY(14px) scale(0.96);
    transition: opacity 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
  }

  .hn-floating-ticket.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .hn-floating-ticket:hover,
  .hn-floating-ticket:focus-visible {
    background: rgb(218, 26, 32);
    box-shadow: 0 20px 42px rgba(238, 41, 46, 0.34);
    transform: translateY(-3px) scale(1.03);
  }

  .hn-floating-ticket:focus-visible {
    outline: 3px solid rgba(238, 41, 46, 0.28);
    outline-offset: 4px;
  }
}

@media (max-width: 768px) {
  .hn-floating-ticket {
    position: fixed;
    right: 14px;
    bottom: 14px;
    z-index: 55;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgb(238, 41, 46);
    color: rgba(255, 255, 255, 1);
    box-shadow: 0 12px 26px rgba(238, 41, 46, 0.28);
    font-size: 13px;
    line-height: 15px;
    font-weight: var(--hn-weight-title);
    font-stretch: var(--hn-font-stretch);
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px) scale(0.96);
    transition: opacity 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
  }

  .hn-floating-ticket.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .hn-floating-ticket:hover,
  .hn-floating-ticket:focus-visible {
    background: rgb(218, 26, 32);
    box-shadow: 0 16px 30px rgba(238, 41, 46, 0.34);
  }
}

.hn-mobile-menu,
.hn-popup {
  position: fixed;
  inset: 0;
  z-index: 60;
  pointer-events: none;
}

.hn-mobile-menu {
  display: none;
  background: rgba(0, 0, 0, 0.78);
}

.is-menu-open .hn-mobile-menu {
  display: block;
}

.hn-mobile-menu__panel {
  width: min(410px, calc(100% - 20px));
  min-height: calc(100% - 20px);
  margin: 10px;
  padding: 20px;
  background: #fff;
}

.hn-mobile-menu__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hn-close,
.hn-popup__close {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #f3f3f6;
  position: relative;
}

.hn-close::before,
.hn-close::after,
.hn-popup__close::before,
.hn-popup__close::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 2px;
  left: 11px;
  top: 21px;
  background: #050505;
}

.hn-close::before,
.hn-popup__close::before {
  transform: rotate(45deg);
}

.hn-close::after,
.hn-popup__close::after {
  transform: rotate(-45deg);
}

.hn-mobile-menu__place {
  margin: 18px 0 30px;
  text-align: center;
  color: #777;
  font-size: 16px;
  line-height: 22px;
}

.hn-mobile-menu__place strong {
  display: block;
  color: #050505;
}

.hn-mobile-menu__nav {
  display: grid;
  gap: 18px;
  text-align: center;
  font-size: 26px;
  line-height: 34px;
}

.hn-mobile-menu__contacts {
  display: grid;
  gap: 16px;
  margin-top: 30px;
  text-align: center;
  font-size: 22px;
  line-height: 28px;
}

.hn-popup[hidden] {
  display: none;
}

.hn-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(2px);
  pointer-events: auto;
}

.hn-popup__dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(360px, calc(100vw - 72px));
  transform: translate(-50%, -50%);
  pointer-events: auto;
}

.hn-popup__close {
  position: absolute;
  right: -64px;
  top: 0;
  cursor: pointer;
  pointer-events: auto;
  transition: background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.hn-popup__close:hover {
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
  transform: translateY(-1px);
}

.hn-popup__close:focus-visible {
  outline: 3px solid rgba(255, 213, 72, 0.95);
  outline-offset: 4px;
}

.hn-popup .hn-ticket {
  width: 100%;
  --hn-ticket-cut: 24px;
  min-height: 318px;
  gap: 10px;
  padding: 38px 32px;
  border-radius: 26px;
}

.hn-popup .hn-ticket__title {
  font-size: 24px;
  line-height: 27px;
}

.hn-popup .hn-ticket__discount--strong {
  font-size: 20px;
  line-height: 24px;
}

.hn-popup .hn-ticket__subtitle,
.hn-popup .hn-ticket__promo-label {
  font-size: 13px;
  line-height: 17px;
}

.hn-popup .hn-btn {
  min-height: 44px;
  gap: 9px;
  padding: 12px 18px;
  border-radius: 22px;
  font-size: 12px;
}

.hn-popup .hn-btn__icon {
  width: 20px;
  height: 20px;
}

.hn-popup .hn-ticket__promo {
  min-width: 190px;
  padding: 12px 18px 10px;
  border-width: 2px;
  border-radius: 13px;
}

.hn-popup .hn-ticket__promo-code {
  gap: 8px;
  font-size: 22px;
  line-height: 24px;
}

.hn-popup .hn-ticket__promo-icon {
  width: 20px;
  height: 20px;
}

.hn-popup .hn-ticket__left {
  font-size: 12px;
  line-height: 16px;
}

.hn-popup .hn-ticket__divider {
  width: calc(100% - 60px);
  margin: 4px 0 0;
}

@media (max-width: 1100px) {
  .hn-nav,
  .hn-header__time {
    display: none;
  }

  .hn-menu-toggle {
    display: block;
  }

  .hn-robots,
  .hn-groups-card__top {
    grid-template-columns: 1fr;
  }

  .hn-robots__list {
    height: auto;
    overflow: visible;
  }

  .hn-robot-tab,
  .hn-robot-tab.is-active {
    flex: 0 0 auto;
    height: auto;
    min-height: 56px;
  }

  .hn-robots__media {
    height: 520px;
  }
}

@media (max-width: 768px) {
  .hn-container {
    width: min(100% - 24px, var(--hn-container));
  }

  .hn-promo-bar__row {
    justify-content: flex-start;
    text-align: left;
    font-size: 12px;
  }

  .hn-promo-bar__text,
  .hn-promo-bar__until {
    display: block;
  }

  .hn-promo-tooltip {
    right: 0;
    width: min(320px, calc(100vw - 24px));
  }

  .hn-hero {
    padding: 12px 0 52px;
  }

  .hn-hero__media,
  .hn-hero__video {
    min-height: 420px;
    height: 420px;
    border-radius: 28px;
  }

  .hn-hero__card {
    width: calc(100% - 24px);
    margin-top: -130px;
    padding: 28px 20px;
    border-radius: 28px;
  }

  .hn-hero__card h1 {
    font-size: 28px;
    line-height: 34px;
  }

  .hn-section {
    padding: 44px 0;
  }

  .hn-section--robots {
    padding: 44px 0;
    border-radius: 30px;
  }

  .hn-section--robots .hn-container {
    padding: 0;
    border-radius: 0;
    background: transparent;
  }

  .hn-section-head {
    align-items: center;
    margin-bottom: 20px;
  }

  .hn-section-title {
    font-size: 28px;
    line-height: 34px;
  }

  .hn-section--robots .hn-section-title {
    font-size: 34px;
    line-height: 40px;
  }

  .hn-section--included .hn-section-title {
    font-size: 34px;
    line-height: 40px;
  }

  .hn-section--included .hn-eyebrow {
    font-size: 16px;
    line-height: 22px;
  }

  .hn-arrow {
    width: 44px;
    height: 44px;
  }

  .hn-arrow::before {
    left: 18px;
    top: 16px;
  }

  .hn-arrow--next::before {
    left: 14px;
  }

  .hn-card {
    flex-basis: 260px;
  }

  .hn-section--about .hn-slider,
  .hn-section--master .hn-slider,
  .hn-section--emotions .hn-slider {
    width: calc(100% + 12px);
  }

  .hn-section--about .hn-slider__track,
  .hn-section--master .hn-slider__track,
  .hn-section--emotions .hn-slider__track {
    padding-right: 12px;
  }

  .hn-card__img {
    height: 340px;
  }

  .hn-robots {
    min-height: 0;
    padding: 12px;
    border-radius: 28px;
  }

  .hn-robot-tab {
    padding: 16px 58px 16px 18px;
    border-radius: 18px;
  }

  .hn-robot-tab__title {
    font-size: 18px;
    line-height: 22px;
  }

  .hn-robot-tab__text {
    font-size: 15px;
    line-height: 22px;
  }

  .hn-robot-tab__plus {
    top: 14px;
    right: 14px;
    width: 32px;
    height: 32px;
  }

  .hn-robot-tab__plus::before,
  .hn-robot-tab__plus::after {
    left: 9px;
    top: 15px;
    width: 14px;
  }

  .hn-robots__media {
    height: 320px;
    min-height: 0;
    border-radius: 22px;
  }

  .hn-robot-image__img {
    border-radius: 22px;
  }

  .hn-robots__counter,
  .hn-gallery-counter {
    font-size: 15px;
  }

  .hn-included-grid,
  .hn-footer__top,
  .hn-footer__bottom {
    grid-template-columns: 1fr;
  }

  .hn-included-grid {
    gap: 10px;
    margin-top: 24px;
  }

  .hn-included-card {
    min-height: 150px;
    gap: 16px;
    padding: 24px 18px;
    border-radius: 18px;
  }

  .hn-included-card__icon {
    width: 58px;
    height: 58px;
  }

  .hn-included-card h3 {
    font-size: 22px;
    line-height: 26px;
  }

  .hn-included-card:nth-child(1) .hn-included-card__icon,
  .hn-included-card:nth-child(2) .hn-included-card__icon {
    width: min(70%, 220px);
    height: 120px;
  }

  .hn-included-card__line {
    font-size: 22px;
    line-height: 27px;
  }

  .hn-included-card__line--strong {
    font-size: 34px;
    line-height: 38px;
  }

  .hn-ticket {
    min-height: 320px;
    padding: 34px 32px;
    -webkit-mask:
      radial-gradient(circle 30px at 50% 0, transparent 98%, #000 101%),
      radial-gradient(circle 30px at 50% 100%, transparent 98%, #000 101%),
      linear-gradient(#000 0 0);
    -webkit-mask-composite: source-in, source-in;
    mask:
      radial-gradient(circle 30px at 50% 0, transparent 98%, #000 101%),
      radial-gradient(circle 30px at 50% 100%, transparent 98%, #000 101%),
      linear-gradient(#000 0 0);
    mask-composite: intersect, intersect;
  }

  .hn-ticket::after,
  .hn-ticket__cut--left,
  .hn-ticket__cut--right {
    display: none;
  }

  .hn-ticket__title {
    font-size: 28px;
    line-height: 32px;
  }

  .hn-gallery-page {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    gap: 10px;
  }

  .hn-gallery-grid__item {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 1 / 1;
    border-radius: 14px;
  }

  .hn-media-card,
  .hn-card--emotions {
    flex-basis: 220px;
  }

  .hn-media-card--image .hn-card__img {
    height: 390px;
  }

  .hn-video-card {
    border-radius: 20px;
  }

  .hn-groups-card {
    padding: 20px;
    border-radius: 24px;
  }

  .hn-popup__dialog {
    width: min(340px, calc(100% - 24px));
  }

  .hn-popup .hn-ticket {
    min-height: 292px;
    padding: 32px 26px;
    border-radius: 24px;
  }

  .hn-popup .hn-ticket__title {
    font-size: 22px;
    line-height: 25px;
  }

  .hn-popup__close {
    top: calc(100% + 20px);
    right: calc(50% - 22px);
  }
}

@media (max-width: 768px) {
  .hn-container {
    width: calc(100% - 24px);
  }

  .hn-header__main {
    padding: 8px 0;
  }

  .hn-header__row {
    min-height: 52px;
    align-items: center;
    gap: 10px;
  }

  .hn-logo .hn-logo__full {
    display: none;
  }

  .hn-logo .hn-logo__mobile {
    display: block;
    width: 42px;
    height: 42px;
  }

  .hn-header-info {
    font-size: 10px;
    line-height: 12px;
  }

  .hn-header-info strong {
    font-size: 11px;
    line-height: 13px;
  }

  .hn-menu-toggle {
    display: inline-flex;
    width: 44px;
    height: 44px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0;
  }

  .hn-promo-bar__row {
    min-height: 28px;
    padding: 3px 14px;
    justify-content: center;
    white-space: normal;
    text-align: center;
    font-size: 9px;
    line-height: 12px;
  }

  .hn-info {
    width: 14px;
    height: 14px;
    margin-left: 3px;
  }

  .hn-hero {
    padding: 0 0 42px;
    overflow: hidden;
  }

  .hn-hero .hn-container {
    width: 100%;
  }

  .hn-hero__media {
    position: relative;
    min-height: 360px;
    height: 360px;
    border-radius: 0;
    background-position: center top;
  }

  .hn-hero__media::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 46%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 86%);
    pointer-events: none;
  }

  .hn-hero__video {
    display: none !important;
  }

  .hn-hero__card {
    width: calc(100% - 48px);
    margin-top: -118px;
    padding: 18px 18px 16px;
    border-radius: 18px;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.06);
  }

  .hn-hero__card h1 {
    margin-bottom: 4px;
    font-size: 17px;
    line-height: 20px;
  }

  .hn-hero__card p {
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 14px;
  }

  .hn-hero__meta {
    gap: 2px;
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 13px;
  }

  .hn-btn {
    min-height: 34px;
    gap: 7px;
    padding: 10px 14px;
    border-radius: 18px;
    font-size: 10px;
  }

  .hn-btn__icon {
    width: 15px;
    height: 15px;
  }

  .hn-section {
    padding: 34px 0;
  }

  .hn-section-head {
    align-items: center;
    margin-bottom: 14px;
  }

  .hn-section-title {
    font-size: 22px;
    line-height: 26px;
  }

  .hn-arrow {
    width: 34px;
    height: 34px;
  }

  .hn-arrow::before {
    left: 14px;
    top: 12px;
    width: 9px;
    height: 9px;
  }

  .hn-arrow--next::before {
    left: 11px;
  }

  .hn-section--about .hn-slider,
  .hn-section--master .hn-slider,
  .hn-section--emotions .hn-slider {
    width: calc(100vw - 12px);
  }

  .hn-section--about .hn-slider__track,
  .hn-section--master .hn-slider__track,
  .hn-section--emotions .hn-slider__track {
    gap: 10px;
    padding-right: 12px;
  }

  .hn-section--about .hn-card {
    flex-basis: 156px;
  }

  .hn-section--about .hn-card__img {
    height: 176px;
  }

  .hn-card__body {
    padding-top: 8px;
  }

  .hn-card__body h3 {
    font-size: 12px;
    line-height: 15px;
  }

  .hn-card__body p {
    font-size: 10px;
    line-height: 14px;
  }

  .hn-section--robots {
    padding: 34px 0;
    border-radius: 0;
    background: var(--hn-soft);
  }

  .hn-section--robots .hn-container {
    width: 100%;
    padding: 28px 12px 34px;
  }

  .hn-section--robots .hn-section-title {
    width: calc(100% - 24px);
    margin: 0 auto 12px;
    font-size: 22px;
    line-height: 26px;
  }

  .hn-robots {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
  }

  .hn-robots__media {
    order: 1;
    width: 100%;
    height: 360px;
    border-radius: 20px;
  }

  .hn-robot-image__img {
    border-radius: 20px;
  }

  .hn-robots__list {
    order: 2;
    height: 184px;
    min-height: 184px;
    gap: 0;
    overflow: visible;
    margin-top: -112px;
    padding: 0 12px;
    position: relative;
    z-index: 2;
  }

  .hn-robot-tab {
    display: none;
  }

  .hn-robot-tab.is-active {
    display: block !important;
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 52px;
    height: auto;
    min-height: 124px;
    flex-basis: auto;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
  }

  .hn-robot-tab__title {
    font-size: 14px;
    line-height: 18px;
  }

  .hn-robot-tab__text {
    max-height: none;
    margin-top: 6px;
    font-size: 11px;
    line-height: 15px;
    opacity: 1;
  }

  .hn-robot-tab__plus {
    display: none;
  }

  .hn-robots__controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 0;
    padding-top: 0;
  }

  .hn-robots__more {
    display: none !important;
  }

  .hn-robots.has-more-note .hn-robot-tab.is-active .hn-robot-tab__text::after {
    content: " И многие другие!";
    display: inline;
  }

  .hn-robots__counter {
    min-width: 34px;
    font-size: 12px;
    line-height: 18px;
  }

  .hn-section--included .hn-container {
    width: calc(100% - 24px);
  }

  .hn-section--included .hn-eyebrow {
    font-size: 10px;
    line-height: 13px;
  }

  .hn-section--included .hn-section-title {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    line-height: 25px;
  }

  .hn-included-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin-top: 18px;
  }

  .hn-included-card {
    min-height: 116px;
    gap: 8px;
    padding: 14px 8px;
    border-radius: 10px;
  }

  .hn-included-card__icon {
    width: 36px;
    height: 36px;
  }

  .hn-included-card h3 {
    font-size: 12px;
    line-height: 15px;
  }

  .hn-included-card:nth-child(1) .hn-included-card__icon,
  .hn-included-card:nth-child(2) .hn-included-card__icon {
    width: 62px;
    height: 52px;
    margin-top: 0;
  }

  .hn-included-card__line {
    font-size: 12px;
    line-height: 15px;
  }

  .hn-included-card__line--strong {
    font-size: 23px;
    line-height: 24px;
  }

  .hn-container--ticket {
    width: calc(100% - 60px);
  }

  .hn-ticket {
    min-height: 246px;
    padding: 28px 18px 22px;
    border-radius: 18px;
  }

  .hn-ticket__title {
    font-size: 18px;
    line-height: 21px;
  }

  .hn-card--master {
    flex-basis: 154px;
  }

  .hn-card--master .hn-card__img {
    height: 110px;
    border-radius: 12px;
  }

  .hn-certificate {
    gap: 10px;
  }

  .hn-certificate h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .hn-certificate p {
    font-size: 11px;
    line-height: 15px;
  }

  .hn-certificate__img {
    width: min(220px, 90%);
    max-height: 135px;
    border-radius: 12px;
  }

  .hn-section--gallery {
    padding: 30px 0;
  }

  .hn-section--gallery .hn-container {
    width: calc(100% - 24px);
  }

  .hn-section--gallery .hn-section-head {
    margin-bottom: 12px;
  }

  .hn-gallery-page {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .hn-gallery-grid__item {
    aspect-ratio: 1 / 1.12;
    border-radius: 12px;
  }

  .hn-gallery-controls {
    align-self: center;
  }

  .hn-media-card,
  .hn-card--emotions {
    flex-basis: 154px;
  }

  .hn-media-card--image .hn-card__img {
    height: 274px;
  }

  .hn-video-card {
    border-radius: 16px;
  }

  .hn-video-card__play {
    width: 48px;
    height: 48px;
  }

  .hn-video-card__play::before {
    left: 19px;
    top: 15px;
    border-left-width: 14px;
    border-top-width: 9px;
    border-bottom-width: 9px;
  }

  .hn-video-card__sound {
    width: 32px;
    height: 32px;
    background-size: 18px 18px;
  }

  .hn-groups-card {
    padding: 18px;
    border-radius: 22px;
  }

  .hn-groups-card__top {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-bottom: 20px;
  }

  .hn-groups-card h2,
  .hn-partners h2 {
    font-size: 22px;
    line-height: 27px;
  }

  .hn-groups-card p {
    font-size: 12px;
    line-height: 16px;
  }

  .hn-red-note {
    font-size: 10px;
    line-height: 14px;
  }

  .hn-groups-card__img {
    min-height: 154px;
    border-radius: 16px;
  }

  .hn-more {
    min-height: 42px;
    gap: 8px;
    padding: 8px 12px 8px 20px;
    font-size: 11px;
  }

  .hn-more::before {
    width: 32px;
    height: 32px;
  }

  .hn-more--icon-left {
    padding-left: 6px;
    padding-right: 18px;
  }

  .hn-more--icon-right {
    padding-right: 6px;
  }

  .hn-more--icon-plus::after {
    left: 15px;
    width: 12px;
    height: 12px;
  }

  .hn-more--icon-arrow::after {
    right: 18px;
    width: 8px;
    height: 8px;
  }

  .hn-partners {
    padding-top: 22px;
  }

  .hn-partners__track {
    gap: 8px;
  }

  .hn-partners__item {
    flex-basis: 96px;
    height: 58px;
    border-radius: 10px;
  }

  .hn-partners__img {
    padding: 8px;
  }

  .hn-footer {
    margin-top: 0;
    padding: 24px 0 38px;
    background: linear-gradient(to bottom, rgba(255, 221, 77, 0) 0%, rgba(255, 221, 77, 0.38) 25%, rgba(255, 221, 77, 0.82) 50%, var(--hn-yellow) 100%);
  }

  .hn-footer__top,
  .hn-footer__bottom {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hn-footer h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .hn-footer strong {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 22px;
  }

  .hn-footer p,
  .hn-footer a,
  .hn-footer span {
    font-size: 12px;
    line-height: 16px;
  }

  .hn-footer-contact {
    display: flex;
    width: max-content;
    margin-top: 8px;
  }

  .hn-footer__bottom {
    margin-top: 20px;
  }

  .hn-footer__links {
    gap: 6px 14px;
  }

  .hn-footer__legal-company {
    margin-top: 14px;
  }

  .hn-footer__legal-company span {
    font-size: 11px;
    line-height: 15px;
  }
}

@media (max-width: 420px) {
  .hn-hero__media {
    min-height: 330px;
    height: 330px;
  }

  .hn-robots__media {
    height: 340px;
  }

  .hn-section--about .hn-card,
  .hn-card--master,
  .hn-media-card,
  .hn-card--emotions {
    flex-basis: 148px;
  }

  .hn-section--about .hn-card__img {
    height: 170px;
  }

  .hn-media-card--image .hn-card__img {
    height: 264px;
  }
}

@media (max-width: 768px) {
  .hn-header__row {
    position: relative;
  }

  .hn-header__mobile-place {
    position: absolute;
    left: 58px;
    right: 56px;
    top: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(-50%);
    text-align: center;
    color: #808080;
    font-size: 11.5px;
    font-weight: var(--hn-weight-copy);
    line-height: 14px;
    pointer-events: none;
  }

  .hn-header__mobile-place span {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hn-header__mobile-place strong {
    color: #050505;
    font-size: 14px;
    font-weight: var(--hn-weight-title);
    line-height: 16px;
  }

  .hn-promo-bar__row {
    min-height: 24px;
    font-size: 8.5px;
    line-height: 11px;
  }

  .hn-hero__media {
    min-height: 348px;
    height: 348px;
    background-position: center top;
  }

  .hn-hero__card {
    width: calc(100% - 70px);
    max-width: 322px;
    margin-top: -116px;
    padding: 17px 16px 16px;
    border-radius: 18px;
  }

  .hn-hero__card h1 {
    font-size: 17px;
    line-height: 19px;
  }

  .hn-hero__card p {
    font-size: 11px;
    line-height: 14px;
  }

  .hn-section {
    padding: 32px 0;
  }

  .hn-section-title {
    font-size: 24px;
    line-height: 28px;
  }

  .hn-section--about .hn-card {
    flex-basis: 172px;
  }

  .hn-section--about .hn-card__img {
    height: 182px;
  }

  .hn-card__media {
    border-radius: 16px;
  }

  .hn-card__body h3 {
    font-size: 12.5px;
    line-height: 15px;
  }

  .hn-card__body p {
    font-size: 10.5px;
    line-height: 14.5px;
  }

  .hn-section--robots {
    padding: 42px 0;
  }

  .hn-section--robots .hn-container {
    padding-top: 30px;
    padding-bottom: 38px;
  }

  .hn-section--robots .hn-section-title {
    font-size: 23px;
    line-height: 27px;
  }

  .hn-robots__media {
    height: 368px;
  }

  .hn-robot-tab.is-active {
    min-height: 132px;
    padding: 17px 18px;
  }

  .hn-robot-tab__title {
    font-size: 14.5px;
    line-height: 18px;
  }

  .hn-robot-tab__text {
    font-size: 11.5px;
    line-height: 16px;
  }

  .hn-section--included .hn-section-title {
    font-size: 24px;
    line-height: 27px;
  }

  .hn-included-grid {
    gap: 7px;
  }

  .hn-included-card {
    min-height: 124px;
    padding: 15px 9px;
  }

  .hn-ticket {
    --hn-ticket-cut: 23px;
    width: min(352px, 100%);
    min-height: 286px;
    gap: 15px;
    padding: 34px 22px 28px;
    border-radius: 18px;
    -webkit-mask:
      radial-gradient(circle var(--hn-ticket-cut) at 50% 0, transparent 98%, #000 101%),
      radial-gradient(circle var(--hn-ticket-cut) at 50% 100%, transparent 98%, #000 101%),
      radial-gradient(circle 20px at 0 50%, transparent 98%, #000 101%),
      radial-gradient(circle 20px at 100% 50%, transparent 98%, #000 101%),
      linear-gradient(#000 0 0);
    -webkit-mask-composite: source-in, source-in, source-in, source-in;
    mask:
      radial-gradient(circle var(--hn-ticket-cut) at 50% 0, transparent 98%, #000 101%),
      radial-gradient(circle var(--hn-ticket-cut) at 50% 100%, transparent 98%, #000 101%),
      radial-gradient(circle 20px at 0 50%, transparent 98%, #000 101%),
      radial-gradient(circle 20px at 100% 50%, transparent 98%, #000 101%),
      linear-gradient(#000 0 0);
    mask-composite: intersect, intersect, intersect, intersect;
  }

  .hn-ticket__title {
    font-size: 20px;
    line-height: 23px;
  }

  .hn-ticket__discount {
    font-size: 17px;
    line-height: 21px;
  }

  .hn-ticket__left {
    font-size: 11px;
    line-height: 14px;
  }

  .hn-card--master {
    flex-basis: 170px;
  }

  .hn-card--master .hn-card__img {
    height: 120px;
  }

  .hn-card__more {
    margin-top: 8px;
    font-size: 11px;
    line-height: 14px;
  }

  .hn-section--gallery .hn-section-title,
  .hn-section--emotions .hn-section-title {
    font-size: 24px;
    line-height: 28px;
  }

  .hn-gallery-page {
    gap: 9px;
  }

  .hn-gallery-grid__item {
    border-radius: 13px;
  }

  .hn-media-card,
  .hn-card--emotions {
    flex-basis: 166px;
  }

  .hn-media-card--image .hn-card__img {
    height: 296px;
  }

  .hn-groups-card {
    padding: 20px;
    border-radius: 24px;
  }

  .hn-groups-card h2,
  .hn-partners h2 {
    font-size: 24px;
    line-height: 29px;
  }

  .hn-partners__item {
    flex-basis: 104px;
    height: 62px;
  }

  .hn-footer {
    padding-top: 24px;
    background: linear-gradient(to bottom, rgba(255, 221, 77, 0) 0%, rgba(255, 221, 77, 0.18) 18%, rgba(255, 221, 77, 0.76) 42%, var(--hn-yellow) 100%);
  }
}

@media (max-width: 768px) {
  .hn-section--gallery,
  .hn-gallery-grid {
    touch-action: pan-y;
  }

  .hn-robots,
  .hn-robots__media,
  .hn-robot-tab.is-active {
    touch-action: pan-y;
  }

  .hn-robot-tab.is-active {
    box-sizing: border-box;
    width: auto;
    max-width: calc(100% - 24px);
    overflow: hidden;
  }

  .hn-included-card:nth-child(1) .hn-included-card__icon,
  .hn-included-card:nth-child(2) .hn-included-card__icon {
    width: 125px;
    height: 75px;
    margin-top: 0;
    position: absolute;
    bottom: 0;
  }
}

@media (max-width: 768px) {
  .hn-header {
    z-index: 80;
  }

  .hn-menu-toggle {
    position: relative;
    z-index: 82;
  }

  .hn-menu-toggle span {
    width: 30px;
    height: 2px;
    margin: 0;
    border-radius: 999px;
    transform-origin: center;
    transition: opacity 0.18s ease, transform 0.22s ease;
  }

  .is-menu-open .hn-menu-toggle span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .is-menu-open .hn-menu-toggle span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }

  .is-menu-open .hn-menu-toggle span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .hn-mobile-menu {
    display: block;
    inset: var(--hn-menu-offset, 68px) 0 0;
    z-index: 70;
    overflow: hidden;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  }

  .is-menu-open .hn-mobile-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .hn-mobile-menu__panel {
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    margin: 0;
    padding: 28px 18px 34px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .hn-mobile-menu__top,
  .hn-mobile-menu__place {
    display: none;
  }

  .hn-mobile-menu__nav {
    max-width: 340px;
    gap: 12px;
    margin: 0 auto;
    padding-top: 6px;
    font-size: 25px;
    line-height: 31px;
  }

  .hn-mobile-menu__contacts {
    max-width: 340px;
    gap: 7px;
    margin: 26px auto 0;
    padding-top: 20px;
    border-top: 1px solid rgba(5, 5, 5, 0.08);
    color: var(--hn-muted);
    font-size: 15px;
    line-height: 21px;
  }

  .hn-mobile-menu__contacts span {
    margin-top: 5px;
    font-size: 13px;
    line-height: 18px;
  }

  .hn-mobile-menu__contacts a {
    color: var(--hn-text);
    font-weight: var(--hn-weight-copy);
  }
}

@media (max-width: 420px) {
  .hn-logo .hn-logo__mobile {
    width: 40px;
    height: 40px;
  }

  .hn-header__mobile-place {
    left: 54px;
    right: 52px;
    font-size: 10.5px;
    line-height: 13px;
  }

  .hn-header__mobile-place strong {
    font-size: 13px;
    line-height: 15px;
  }

  .hn-menu-toggle span {
    width: 28px;
  }

  .hn-hero__media {
    min-height: 338px;
    height: 338px;
  }

  .hn-hero__card {
    width: calc(100% - 52px);
    max-width: 340px;
  }

  .hn-section--about .hn-card {
    flex-basis: 166px;
  }

  .hn-section--about .hn-card__img {
    height: 178px;
  }

  .hn-robots__media {
    height: 350px;
  }

  .hn-card--master,
  .hn-media-card,
  .hn-card--emotions {
    flex-basis: 160px;
  }

  .hn-card--master .hn-card__img {
    height: 114px;
  }

  .hn-media-card--image .hn-card__img {
    height: 286px;
  }
}

@media (max-width: 768px) {
  .hn-hero__card {
    width: min(350px, calc(100% - 42px));
    padding: 19px 18px 17px;
  }

  .hn-btn {
    min-height: 36px;
    padding: 10px 16px;
  }

  .hn-section--about .hn-card,
  .hn-section--master .hn-card {
    flex-basis: clamp(210px, 62vw, 248px);
  }

  .hn-section--about .hn-slider__track,
  .hn-section--master .hn-slider__track {
    gap: 12px;
  }

  .hn-section--about .hn-card__img {
    height: clamp(224px, 68vw, 296px);
  }

  .hn-section--master .hn-card__img {
    height: clamp(142px, 44vw, 170px);
  }

  .hn-section--about .hn-card__body h3,
  .hn-section--master .hn-card__body h3 {
    font-size: 13px;
    line-height: 16px;
  }

  .hn-section--about .hn-card__body p,
  .hn-section--master .hn-card__body p {
    font-size: 11px;
    line-height: 15.5px;
  }

  .hn-included-card {
    min-height: 128px;
    gap: 9px;
    padding: 16px 9px;
  }

  .hn-container--ticket {
    width: calc(100% - 44px);
  }

  .hn-ticket {
    min-height: 296px;
    padding: 36px 22px 30px;
  }

  .hn-certificate__img {
    width: min(252px, 92%);
    max-height: 155px;
  }

  .hn-footer p,
  .hn-footer a,
  .hn-footer span {
    line-height: 17px;
  }

  .hn-footer__top,
  .hn-footer__bottom {
    gap: 20px;
  }
}

@media (max-width: 420px) {
  .hn-section--about .hn-card,
  .hn-section--master .hn-card {
    flex-basis: clamp(206px, 63vw, 242px);
  }

  .hn-section--about .hn-card__img {
    height: clamp(220px, 70vw, 288px);
  }

  .hn-section--master .hn-card__img {
    height: clamp(138px, 43vw, 166px);
  }
}

@media (max-width: 980px) {
  .hn-ticket-variants {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .hn-ticket-variants .hn-ticket {
    width: min(420px, 100%);
  }
}

@media (max-width: 768px) {
  .hn-container--ticket {
    display: block;
  }

  .hn-ticket-variants {
    gap: 18px;
  }

  .hn-ticket-variants .hn-ticket {
    width: min(352px, 100%);
    min-height: 296px;
  }

  .hn-ticket__divider {
    width: calc(100% - 56px);
    margin: 2px 0 0;
  }

  .hn-ticket__discount--strong {
    font-size: 20px;
    line-height: 23px;
  }

  .hn-ticket__subtitle,
  .hn-ticket__promo-label {
    font-size: 12px;
    line-height: 15px;
  }

  .hn-ticket__promo {
    min-width: 206px;
    padding: 12px 18px 10px;
    border-width: 2px;
  }

  .hn-ticket__promo-code {
    font-size: 23px;
    line-height: 25px;
    gap: 8px;
  }

  .hn-ticket__promo-icon {
    width: 20px;
    height: 20px;
  }

  .hn-ticket-notes {
    font-size: 11px;
    line-height: 16px;
  }
}

/* Group page */
.home-new-group-page {
  --hn-group-max: 1180px;
  --hn-group-gap: 74px;
}

.hn-group-main {
  padding: 0;
}

.hn-group-mission__image img,
.hn-group-feature img,
.hn-group-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hn-group-buy,
.hn-group-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  background: var(--hn-red);
  color: #fff;
  font-family: var(--hn-font);
  font-size: 15px;
  font-weight: var(--hn-weight-display);
  font-stretch: var(--hn-font-stretch);
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.hn-group-buy::before {
  content: "";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background: url("../icons/icon_ticket.svg") center / contain no-repeat;
}

.hn-group-mission,
.hn-group-benefits,
.hn-group-types,
.hn-group-pricing {
  padding: 60px 0;
}

.hn-group-mission .hn-container,
.hn-group-benefits .hn-container,
.hn-group-types .hn-container,
.hn-group-pricing .hn-container {
  --hn-container: var(--hn-group-max);
}

.hn-group-mission__box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: 280px;
  overflow: hidden;
  border-radius: 26px;
  background: var(--hn-yellow);
}

.hn-group-mission__text {
  display: flex;
  align-items: center;
  padding: 48px 64px;
}

.hn-group-mission__text h2 {
  margin: 0;
  font-size: 34px;
  line-height: 38px;
  font-weight: var(--hn-weight-display);
  font-stretch: var(--hn-font-stretch);
  text-transform: uppercase;
}

.hn-group-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 560px);
  align-items: center;
  gap: 76px;
  margin-top: 44px;
}

.hn-group-feature:first-child {
  margin-top: 0;
}

.hn-group-feature__text {
  max-width: 500px;
}

.hn-group-feature__text h2 {
  margin: 0 0 14px;
  font-size: 28px;
  line-height: 32px;
  font-weight: var(--hn-weight-display);
  font-stretch: var(--hn-font-stretch);
  text-transform: uppercase;
}

.hn-group-feature__text p {
  margin: 0;
  color: var(--hn-muted);
  font-size: 16px;
  line-height: 24px;
}

.hn-group-card p {
  margin: 0;
  color: var(--hn-muted);
  font-size: 14px;
  line-height: 22px;
  font-weight: var(--hn-weight-copy);
}

.hn-group-pricing__head p {
  margin: 0;
  color: var(--hn-text);
  font-size: 16px;
  line-height: 24px;
}

.hn-group-feature img {
  height: 320px;
  border-radius: 24px;
}

.hn-group-slider {
  overflow: visible;
}

.hn-group-card-row {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.hn-group-card-row::-webkit-scrollbar {
  display: none;
}

.hn-group-card {
  flex: 0 0 250px;
  scroll-snap-align: start;
}

.hn-group-card img {
  height: 252px;
  border-radius: 14px;
  background: var(--hn-soft);
}

.hn-group-card h3 {
  margin: 12px 0 5px;
  font-size: 16px;
  line-height: 22px;
  font-weight: var(--hn-weight-display);
  font-stretch: var(--hn-font-stretch);
}

.hn-group-type-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.hn-group-card--type {
  flex: none;
}

.hn-group-card--type img {
  height: 250px;
}

.hn-group-pricing__box {
  padding: 40px;
  border-radius: 26px;
  background: var(--hn-yellow);
}

.hn-group-pricing__head {
  margin-bottom: 28px;
  text-align: center;
}

.hn-group-pricing__head h2 {
  margin: 0 0 8px;
  font-size: 42px;
  line-height: 48px;
  font-weight: var(--hn-weight-display);
  font-stretch: var(--hn-font-stretch);
}

.hn-group-ticket-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.hn-group-ticket {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 238px;
  padding: 30px;
  border: 3px solid #fff;
  border-radius: 20px;
  background: #fff;
}

.hn-group-ticket h3 {
  min-height: 54px;
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 28px;
  font-weight: var(--hn-weight-display);
  font-stretch: var(--hn-font-stretch);
  text-transform: uppercase;
}

.hn-group-ticket .t_price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 20px;
}

.hn-group-ticket .new {
  color: var(--hn-text);
  font-size: 34px;
  line-height: 38px;
  font-weight: var(--hn-weight-display);
}

.hn-group-ticket .old {
  color: #9d9d9d;
  font-size: 22px;
  font-weight: var(--hn-weight-title);
  text-decoration: line-through;
}

.hn-group-ticket .hn-group-count {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.hn-group-ticket .hn-group-count > span:first-child {
  color: var(--hn-muted);
  font-size: 16px;
}

.hn-group-ticket .hn-group-stepper {
  display: grid;
  grid-template-columns: 42px 68px 42px;
  height: 42px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  background: #fff;
}

.hn-group-ticket .hn-group-stepper button,
.hn-group-ticket .hn-group-stepper input {
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  color: var(--hn-text);
  font-family: var(--hn-font);
  font-size: 16px;
  font-weight: var(--hn-weight-title);
  font-stretch: var(--hn-font-stretch);
  text-align: center;
}

.hn-group-ticket .hn-group-stepper button {
  cursor: pointer;
}

.hn-group-ticket .hn-group-buy {
  width: 100%;
  min-height: 50px;
  gap: 12px;
}

.home-new-group-page .hn-group-pricing .hn-group-buy:hover,
.home-new-group-page .hn-group-pricing .hn-group-buy:focus-visible {
  background: #d91f25;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(238, 41, 46, 0.22);
}

.home-new-group-page .hn-group-pricing .hn-group-buy:focus-visible {
  outline: 3px solid rgba(238, 41, 46, 0.28);
  outline-offset: 3px;
}

.hn-group-buy:disabled,
.hn-group-submit:disabled {
  cursor: wait;
  opacity: 0.7;
}

.hn-group-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 140;
  display: none;
  background: rgba(0, 0, 0, 0.42);
}

.hn-group-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 150;
  display: none;
  width: min(520px, calc(100% - 32px));
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  transform: translate(-50%, -50%);
  padding: 34px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
}

.is-group-modal-open .hn-group-modal-backdrop,
.hn-group-modal.is-open {
  display: block;
}

.hn-group-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background:
    linear-gradient(45deg, transparent 46%, #111 48%, #111 52%, transparent 54%),
    linear-gradient(-45deg, transparent 46%, #111 48%, #111 52%, transparent 54%),
    var(--hn-soft);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px, 16px 16px, 100% 100%;
  cursor: pointer;
}

.hn-group-modal .main_title h3 {
  margin: 0 38px 22px 0;
  font-size: 28px;
  line-height: 32px;
  font-weight: var(--hn-weight-display);
  font-stretch: var(--hn-font-stretch);
  text-transform: uppercase;
}

.hn-group-field,
.hn-group-consent {
  display: block;
  margin-bottom: 16px;
}

.hn-group-field span {
  display: block;
  margin-bottom: 7px;
  color: var(--hn-muted);
  font-size: 14px;
}

.hn-group-field input,
.hn-group-field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #e0e0e0;
  border-radius: 14px;
  padding: 0 16px;
  background: #fff;
  color: var(--hn-text);
  font-family: var(--hn-font);
  font-size: 16px;
  font-stretch: var(--hn-font-stretch);
}

.hn-group-field textarea {
  min-height: 88px;
  padding-top: 14px;
  resize: vertical;
}

.hn-group-field input.has-error,
.hn-group-field textarea.has-error {
  border-color: var(--hn-red);
}

.hn-group-consent {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--hn-muted);
  font-size: 13px;
  line-height: 18px;
}

.hn-group-consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.hn-group-consent input.has-error {
  outline: 2px solid var(--hn-red);
}

.hn-group-consent a {
  color: inherit;
}

.hn-group-submit {
  width: 100%;
  margin-top: 8px;
}

.hn-group-modal__note {
  margin-top: 12px;
  color: var(--hn-muted);
  font-size: 12px;
  font-weight: var(--hn-weight-copy);
  line-height: 17px;
}

.hn-partner-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 140;
  background: rgba(0, 0, 0, 0.42);
}

.hn-partner-modal-backdrop[hidden],
.hn-partner-modal[hidden] {
  display: none;
}

.hn-partner-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 150;
  width: min(520px, calc(100% - 32px));
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  transform: translate(-50%, -50%);
  padding: 34px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
}

.hn-partner-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background:
    linear-gradient(45deg, transparent 46%, #111 48%, #111 52%, transparent 54%),
    linear-gradient(-45deg, transparent 46%, #111 48%, #111 52%, transparent 54%),
    var(--hn-soft);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px, 16px 16px, 100% 100%;
  cursor: pointer;
}

.hn-partner-modal__head {
  margin-right: 38px;
  margin-bottom: 22px;
}

.hn-partner-modal__head h3 {
  margin: 0;
  font-size: 28px;
  line-height: 32px;
  font-weight: var(--hn-weight-display);
  font-stretch: var(--hn-font-stretch);
  text-transform: uppercase;
}

.hn-partner-modal__head p {
  margin: 10px 0 0;
  color: var(--hn-muted);
  font-size: 15px;
  line-height: 20px;
}

.hn-partner-field,
.hn-partner-consent {
  display: block;
  margin-bottom: 16px;
}

.hn-partner-field span {
  display: block;
  margin-bottom: 7px;
  color: var(--hn-muted);
  font-size: 14px;
}

.hn-partner-field input {
  width: 100%;
  min-height: 48px;
  border: 1px solid #e0e0e0;
  border-radius: 14px;
  padding: 0 16px;
  background: #fff;
  color: var(--hn-text);
  font-family: var(--hn-font);
  font-size: 16px;
  font-stretch: var(--hn-font-stretch);
}

.hn-partner-field input.has-error {
  border-color: var(--hn-red);
}

.hn-partner-consent {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--hn-muted);
  font-size: 13px;
  line-height: 18px;
}

.hn-partner-consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.hn-partner-consent input.has-error {
  outline: 2px solid var(--hn-red);
}

.hn-partner-consent a {
  color: inherit;
}

.hn-partner-submit {
  width: 100%;
  min-height: 52px;
  margin-top: 8px;
  border: 0;
  border-radius: 999px;
  background: var(--hn-red);
  color: #fff;
  font-family: var(--hn-font);
  font-size: 16px;
  font-weight: var(--hn-weight-title);
  font-stretch: var(--hn-font-stretch);
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.hn-partner-submit:hover,
.hn-partner-submit:focus-visible {
  background: #d91f25;
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(238, 41, 46, 0.22);
}

.hn-partner-submit:focus-visible {
  outline: 3px solid rgba(238, 41, 46, 0.28);
  outline-offset: 3px;
}

.hn-partner-submit:disabled {
  cursor: wait;
  opacity: 0.7;
}

@media (max-width: 1024px) {
  .home-new-group-page {
    --hn-group-gap: 68px;
  }

  .hn-group-mission .hn-container,
  .hn-group-benefits .hn-container,
  .hn-group-types .hn-container,
  .hn-group-pricing .hn-container {
    --hn-container: var(--hn-group-max);
  }

  .hn-group-feature {
    grid-template-columns: minmax(0, 0.95fr) minmax(300px, 430px);
    gap: 44px;
  }
}

@media (max-width: 768px) {
  .hn-group-main {
    padding-top: 0;
  }

  .hn-group-mission,
  .hn-group-benefits,
  .hn-group-types,
  .hn-group-pricing {
    padding: 44px 0;
  }

  .hn-group-mission__box,
  .hn-group-feature,
  .hn-group-ticket-grid {
    grid-template-columns: 1fr;
  }

  .hn-group-mission__text {
    padding: 34px 28px;
  }

  .hn-group-mission__text h2 {
    font-size: 24px;
    line-height: 27px;
  }

  .hn-group-mission__image {
    height: 220px;
  }

  .hn-group-feature {
    gap: 20px;
  }

  .hn-group-feature img {
    height: 235px;
  }

  .hn-group-type-grid {
    grid-template-columns: 1fr;
  }

  .hn-group-card--type img {
    height: 250px;
  }

}

@media (max-width: 520px) {
  .home-new-group-page {
    --hn-group-gap: 52px;
  }

  .hn-group-mission,
  .hn-group-benefits,
  .hn-group-types,
  .hn-group-pricing {
    padding: 38px 0;
  }

  .hn-group-feature__text h2,
  .hn-group-modal .main_title h3,
  .hn-partner-modal__head h3 {
    font-size: 22px;
    line-height: 26px;
  }

  .hn-group-pricing__box {
    padding: 22px;
  }

  .hn-group-pricing__head h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .hn-group-ticket {
    padding: 20px;
  }

  .hn-group-ticket h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .hn-group-count {
    align-items: flex-start;
    flex-direction: column;
  }

  .hn-group-stepper {
    width: 100%;
    grid-template-columns: 44px 1fr 44px;
  }

  .hn-group-modal,
  .hn-partner-modal {
    padding: 28px 20px;
  }

  .hn-partner-modal__head {
    margin-right: 36px;
  }
}

@media (max-width: 768px) {
  .home-new-group-page .hn-hero--group {
    padding-bottom: 18px;
    position: relative;
  }

  .home-new-group-page .hn-hero--group .hn-hero__media {
    min-height: 520px;
    height: 520px;
    background-position: 54% center;
  }

  .home-new-group-page .hn-hero--group .hn-hero__media::after {
    bottom: -1px;
    display: block;
    height: 72%;
    background:
      linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.22) 24%,
        rgba(255, 255, 255, 0.78) 58%,
        rgba(255, 255, 255, 0.98) 86%,
        #fff 100%
      );
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.12) 16%, #000 48%);
    mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.12) 16%, #000 48%);
  }

  .home-new-group-page .hn-hero--group .hn-hero__card {
    width: min(440px, calc(100% - 44px));
    margin-top: -224px;
    padding: 0 18px 28px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .home-new-group-page .hn-hero--group .hn-hero__card h1 {
    margin-bottom: 24px;
    font-size: clamp(24px, 7vw, 34px);
    line-height: 1.1;
  }

  .home-new-group-page .hn-hero--group .hn-hero__card p {
    display: none;
  }

  .home-new-group-page .hn-hero--group .hn-hero__meta {
    display: none;
  }

  .home-new-group-page .hn-hero--group .hn-btn {
    min-height: 68px;
    gap: 16px;
    padding: 18px 34px;
    border-radius: 999px;
    font-size: clamp(18px, 5.4vw, 28px);
  }

  .home-new-group-page .hn-hero--group .hn-btn__icon {
    width: 30px;
    height: 30px;
  }

  .home-new-group-page .hn-group-mission,
  .home-new-group-page .hn-group-benefits,
  .home-new-group-page .hn-group-types,
  .home-new-group-page .hn-group-pricing {
    padding: 34px 0;
  }

  .home-new-group-page .hn-group-mission__box {
    border-radius: 18px;
    overflow: hidden;
  }

  .home-new-group-page .hn-group-mission__text {
    padding: 26px 22px 24px;
  }

  .home-new-group-page .hn-group-mission__image {
    height: 192px;
    overflow: hidden;
    background: var(--hn-soft);
  }

  .home-new-group-page .hn-group-mission__image img {
    object-position: center top;
  }

  .home-new-group-page .hn-group-feature {
    gap: 12px;
    margin-top: 34px;
  }

  .home-new-group-page .hn-group-feature img {
    order: -1;
    height: 224px;
    border-radius: 18px;
  }

  .home-new-group-page .hn-group-feature__text h2 {
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 21px;
  }

  .home-new-group-page .hn-group-feature__text p {
    font-size: 12px;
    line-height: 17px;
  }

  .home-new-group-page .hn-group-type-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding-bottom: 4px;
  }

  .home-new-group-page .hn-group-type-grid::-webkit-scrollbar {
    display: none;
  }

  .home-new-group-page .hn-group-card--type {
    flex: 0 0 clamp(178px, 58vw, 236px);
    scroll-snap-align: start;
  }

  .home-new-group-page .hn-group-card--type img {
    height: clamp(132px, 40vw, 172px);
    border-radius: 14px;
  }

  .home-new-group-page .hn-group-card h3 {
    margin-top: 9px;
    font-size: 12.5px;
    line-height: 15px;
  }

  .home-new-group-page .hn-group-card p {
    font-size: 10.5px;
    line-height: 14.5px;
  }

  .home-new-group-page .hn-group-pricing__box {
    padding: 18px;
    border-radius: 18px;
    overflow: visible;
  }

  .home-new-group-page .hn-group-pricing__head {
    margin-bottom: 16px;
  }

  .home-new-group-page .hn-group-pricing__head h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .home-new-group-page .hn-group-pricing__head p {
    font-size: 11px;
    line-height: 15px;
  }

  .home-new-group-page .hn-group-ticket-grid {
    gap: 14px;
    overflow: visible;
  }

  .home-new-group-page .hn-group-ticket {
    min-height: 0;
    padding: 17px;
    border-radius: 16px;
  }

  .home-new-group-page .hn-group-ticket h3 {
    min-height: 0;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 19px;
  }

  .home-new-group-page .hn-group-ticket .t_price {
    gap: 8px;
    margin-bottom: 14px;
  }

  .home-new-group-page .hn-group-ticket .new {
    font-size: 28px;
    line-height: 32px;
  }

  .home-new-group-page .hn-group-ticket .old {
    font-size: 16px;
  }

  .home-new-group-page .hn-group-ticket .hn-group-count {
    gap: 7px;
    margin-bottom: 14px;
  }

  .home-new-group-page .hn-group-ticket .hn-group-count > span:first-child {
    font-size: 11px;
    line-height: 14px;
  }

  .home-new-group-page .hn-group-ticket .hn-group-stepper {
    grid-template-columns: 40px 1fr 40px;
    height: 36px;
  }

  .home-new-group-page .hn-group-ticket .hn-group-stepper button,
  .home-new-group-page .hn-group-ticket .hn-group-stepper input {
    font-size: 14px;
  }

  .home-new-group-page .hn-group-ticket .hn-group-buy {
    min-height: 42px;
    gap: 8px;
    font-size: 12px;
  }

  .home-new-group-page .hn-group-ticket .hn-group-buy::before {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }
}

@media (max-width: 520px) {
  .home-new-group-page .hn-hero--group .hn-hero__media {
    min-height: 430px;
    height: 430px;
    background-position: 52% center;
  }

  .home-new-group-page .hn-hero--group .hn-hero__card {
    width: min(360px, calc(100% - 34px));
    margin-top: -184px;
    padding: 0 16px 24px;
  }

  .home-new-group-page .hn-hero--group .hn-hero__card h1 {
    margin-bottom: 20px;
  }

  .home-new-group-page .hn-hero--group .hn-btn {
    min-height: 52px;
    gap: 11px;
    padding: 14px 24px;
    font-size: clamp(15px, 4.8vw, 20px);
  }

  .home-new-group-page .hn-hero--group .hn-btn__icon {
    width: 24px;
    height: 24px;
  }

  .home-new-group-page .hn-group-mission,
  .home-new-group-page .hn-group-benefits,
  .home-new-group-page .hn-group-types,
  .home-new-group-page .hn-group-pricing {
    padding: 30px 0;
  }

  .home-new-group-page .hn-group-mission__text h2 {
    font-size: 21px;
    line-height: 24px;
  }

  .home-new-group-page .hn-group-mission__image {
    height: 170px;
  }

  .home-new-group-page .hn-group-feature img {
    height: 206px;
  }

  .home-new-group-page .hn-group-pricing__box {
    padding: 16px 14px 18px;
  }

  .home-new-group-page .hn-group-ticket {
    padding: 15px;
  }
}

body.home-new-page:not(.home-new-bdb-page):not(.home-new-group-page):not(.home-new-tickets-page) .hn-section--about {
  padding-top: 32px;
}

@media (max-width: 768px) {
  body.home-new-page:not(.home-new-bdb-page):not(.home-new-group-page):not(.home-new-tickets-page) .hn-hero {
    padding-bottom: 28px;
  }

  body.home-new-page:not(.home-new-bdb-page):not(.home-new-group-page):not(.home-new-tickets-page) .hn-section--about {
    padding-top: 24px;
  }

  .hn-popup__dialog {
    width: min(330px, calc(100% - 24px));
  }

  .hn-popup .hn-ticket {
    min-height: 286px;
    padding: 30px 22px;
  }

  .hn-popup .hn-ticket__title {
    font-size: 21px;
    line-height: 24px;
  }

  .hn-popup .hn-ticket__discount--strong {
    font-size: 17px;
    line-height: 21px;
  }

  .hn-popup .hn-ticket__promo {
    min-width: 178px;
  }

  .hn-popup .hn-ticket__promo-code {
    font-size: 20px;
    line-height: 22px;
  }
}

body.home-new-page:not(.home-new-bdb-page):not(.home-new-group-page):not(.home-new-tickets-page) #tickets.hn-section--promo-ticket .hn-ticket-variants {
  width: min(380px, 100%);
  gap: 14px;
}

body.home-new-page:not(.home-new-bdb-page):not(.home-new-group-page):not(.home-new-tickets-page) #tickets.hn-section--promo-ticket .hn-ticket-variants .hn-ticket {
  --hn-ticket-cut: 24px;
  width: min(360px, 100%);
  min-height: 318px;
  gap: 10px;
  padding: 38px 32px;
  border-radius: 26px;
}

body.home-new-page:not(.home-new-bdb-page):not(.home-new-group-page):not(.home-new-tickets-page) #tickets.hn-section--promo-ticket .hn-ticket__title {
  font-size: 24px;
  line-height: 27px;
}

body.home-new-page:not(.home-new-bdb-page):not(.home-new-group-page):not(.home-new-tickets-page) #tickets.hn-section--promo-ticket .hn-ticket__discount--strong {
  font-size: 20px;
  line-height: 24px;
}

body.home-new-page:not(.home-new-bdb-page):not(.home-new-group-page):not(.home-new-tickets-page) #tickets.hn-section--promo-ticket .hn-ticket__subtitle,
body.home-new-page:not(.home-new-bdb-page):not(.home-new-group-page):not(.home-new-tickets-page) #tickets.hn-section--promo-ticket .hn-ticket__promo-label {
  font-size: 13px;
  line-height: 17px;
}

body.home-new-page:not(.home-new-bdb-page):not(.home-new-group-page):not(.home-new-tickets-page) #tickets.hn-section--promo-ticket .hn-btn {
  min-height: 44px;
  gap: 9px;
  padding: 12px 18px;
  border-radius: 22px;
  font-size: 12px;
}

body.home-new-page:not(.home-new-bdb-page):not(.home-new-group-page):not(.home-new-tickets-page) #tickets.hn-section--promo-ticket .hn-btn__icon {
  width: 20px;
  height: 20px;
}

body.home-new-page:not(.home-new-bdb-page):not(.home-new-group-page):not(.home-new-tickets-page) #tickets.hn-section--promo-ticket .hn-ticket__promo {
  min-width: 190px;
  padding: 12px 18px 10px;
  border-width: 2px;
  border-radius: 13px;
}

body.home-new-page:not(.home-new-bdb-page):not(.home-new-group-page):not(.home-new-tickets-page) #tickets.hn-section--promo-ticket .hn-ticket__promo-code {
  gap: 8px;
  font-size: 22px;
  line-height: 24px;
}

body.home-new-page:not(.home-new-bdb-page):not(.home-new-group-page):not(.home-new-tickets-page) #tickets.hn-section--promo-ticket .hn-ticket__promo-icon {
  width: 20px;
  height: 20px;
}

body.home-new-page:not(.home-new-bdb-page):not(.home-new-group-page):not(.home-new-tickets-page) #tickets.hn-section--promo-ticket .hn-ticket__left {
  font-size: 12px;
  line-height: 16px;
}

body.home-new-page:not(.home-new-bdb-page):not(.home-new-group-page):not(.home-new-tickets-page) #tickets.hn-section--promo-ticket .hn-ticket__divider {
  width: calc(100% - 60px);
  margin: 4px 0 0;
}

body.home-new-page:not(.home-new-bdb-page):not(.home-new-group-page):not(.home-new-tickets-page) #tickets.hn-section--promo-ticket .hn-ticket-notes {
  margin-top: 14px;
  font-size: 12px;
  line-height: 18px;
}

@media (max-width: 768px) {
  body.home-new-page:not(.home-new-bdb-page):not(.home-new-group-page):not(.home-new-tickets-page) #tickets.hn-section--promo-ticket .hn-container--ticket {
    width: calc(100% - 24px);
  }

  body.home-new-page:not(.home-new-bdb-page):not(.home-new-group-page):not(.home-new-tickets-page) #tickets.hn-section--promo-ticket .hn-ticket-variants {
    width: min(330px, 100%);
    gap: 12px;
  }

  body.home-new-page:not(.home-new-bdb-page):not(.home-new-group-page):not(.home-new-tickets-page) #tickets.hn-section--promo-ticket .hn-ticket-variants .hn-ticket {
    --hn-ticket-cut: 22px;
    width: min(330px, 100%);
    min-height: 286px;
    padding: 30px 22px;
  }

  body.home-new-page:not(.home-new-bdb-page):not(.home-new-group-page):not(.home-new-tickets-page) #tickets.hn-section--promo-ticket .hn-ticket__title {
    font-size: 21px;
    line-height: 24px;
  }

  body.home-new-page:not(.home-new-bdb-page):not(.home-new-group-page):not(.home-new-tickets-page) #tickets.hn-section--promo-ticket .hn-ticket__discount--strong {
    font-size: 17px;
    line-height: 21px;
  }

  body.home-new-page:not(.home-new-bdb-page):not(.home-new-group-page):not(.home-new-tickets-page) #tickets.hn-section--promo-ticket .hn-ticket__promo {
    min-width: 178px;
  }

  body.home-new-page:not(.home-new-bdb-page):not(.home-new-group-page):not(.home-new-tickets-page) #tickets.hn-section--promo-ticket .hn-ticket__promo-code {
    font-size: 20px;
    line-height: 22px;
  }
}
