

/* Start:/local/templates/Fastlife-2-0/css/style_v2.css?178363317191921*/
@charset "UTF-8";

/* ============================================================
   BASE & RESET
   ============================================================ */
@layer base {
  * {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-weight: 400;
    font-size: inherit;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    color: inherit;
    line-height: normal;
  }

  address {
    font-style: normal;
  }

  .wrapper {
    font-size: 16px;
  }

  input,
  textarea,
  button {
    border: none;
    outline: none;
    background-color: transparent;
    -webkit-appearance: none;
    border-radius: 0;
  }

  a {
    text-decoration: none;
    color: inherit;
  }

  ul,
  ol {
    list-style: none;
    padding: 0;
  }

  strong {
    font-weight: 500;
  }

  img {
    max-width: 100%;
  }
}

* {
  font-family: "Inter", sans-serif, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  -webkit-user-select: none;
  user-select: none;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
  color: #272525;
  -webkit-text-size-adjust: 100%;
  scrollbar-gutter: stable;
}

/* Фоллбэк для старых Safari/Firefox, не поддерживающих clip */
html:has(.popup_opened) {
  overflow: hidden;
  overflow: clip;
}

/* ============================================================
   TYPOGRAPHY & FONTS
   ============================================================ */
@font-face {
  font-family: "IgraSans";
  font-weight: 400;
  src: url("/local/templates/Fastlife-2-0/css/../fonts/IgraSans.woff2") format(woff2);
  font-display: swap;
}

@font-face {
  font-family: "UKIJ Tor";
  font-weight: 400;
  src: url("/local/templates/Fastlife-2-0/css/../fonts/UKIJTor.woff2") format(woff2);
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-weight: 400;
  src: url("/local/templates/Fastlife-2-0/css/../fonts/Inter_18pt-Regular.woff2") format(woff2);
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-weight: 500;
  src: url("/local/templates/Fastlife-2-0/css/../fonts/Inter_18pt-Medium.woff2") format(woff2);
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-weight: 600;
  src: url("/local/templates/Fastlife-2-0/css/../fonts/Inter_18pt-SemiBold.woff2") format(woff2);
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-weight: 700;
  src: url("/local/templates/Fastlife-2-0/css/../fonts/Inter_18pt-Bold.woff2") format(woff2);
  font-display: swap;
}

.title2 {
  font-size: 64px;
  font-family: "IgraSans", sans-serif;
  text-align: center;
}

@media (max-width: 768px) {
  .title2 {
    font-size: 32px;
  }
}

/* ============================================================
   FORMATTING (.format)
   ============================================================ */
.format h2,
.format h3,
.format h4 {
  font-weight: 500;
  line-height: 120%;
  color: #222;
  margin-top: 24px;
  margin-bottom: 16px;
}

.format h2 {
  font-size: 40px;
}

.format h3 {
  font-size: 32px;
}

.format h4 {
  font-size: 28px;
}

.format p {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 16px;
  color: #333;
}

.format a:not([class]) {
  color: #007bff;
  text-decoration: none;
  transition: color 0.15s ease;
}

.format a:not([class]):hover {
  color: #0056b3;
  text-decoration: underline;
}

.format ul,
.format ol {
  margin-bottom: 16px;
  padding-left: 32px;
}

.format li {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 8px;
  position: relative;
}

.format ul li::before {
  content: "•";
  position: absolute;
  left: -24px;
  font-size: 14px;
}

.format ol {
  counter-reset: counter;
}

.format ol li::before {
  counter-increment: counter;
  content: counter(counter) ".";
  position: absolute;
  left: 0;
  color: #007bff;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
}

.format li ul,
.format li ol {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 10px;
}

.format strong,
.format b {
  font-weight: 600;
}

.format em,
.format i {
  font-style: italic;
}

/* ============================================================
   LAYOUT & REUSABLE COMPONENTS
   ============================================================ */
.container {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
}

/* Фоллбэк 100vh перед 100dvh для старых Safari */
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  background-color: #ebebeb;
  -webkit-overflow-scrolling: touch;
}

.main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.main__main {
  display: grid;
  grid-template-columns: auto 375px;
  /* grid-template-columns: auto 410px; */
  gap: 30px;
  margin-top: 62px;
  align-items: flex-start;
  margin-bottom: 40px;
}

.main__hero {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 27px;
}

.round {
  width: 100%;
  display: block;
}

@media (max-width: 1024px) {
  .main__main {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .main__main {
    margin-top: 40px;
  }

  .main__hero {
    gap: 20px;
  }
}

/* UI Elements */
.checkbox,
.radio {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
}

.checkbox {
  transform: translate(-1px, -1px);
}

.checkbox::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: #ff2c33 1px solid;
  border-radius: 6px;
}

.checkbox:checked::after {
  content: "✓";
  font-size: 13px;
  color: #fff;
  height: 16px;
  background-color: #ff2c33;
  position: absolute;
  inset: 0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.radio::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: rgba(39, 37, 37, 0.25) 1px solid;
  border-radius: 999px;
}

.radio:checked::before {
  border-color: #ff2c33;
}

.radio:checked::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  background-color: #ff2c33;
  top: 3px;
  left: 3px;
  border-radius: 999px;
}

/* Buttons */
.button {
  background-color: #fff;
  color: #272525;
  border: none;
  padding: 15px 25px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
  text-align: center;
}

/* Медиа-правила базовой кнопки идут ДО модификаторов: при ≤992px
   _accent/_thin/_outline должны перебивать этот border/padding по каскаду. */
@media (max-width: 992px) {
  .button {
    padding: 10px 20px;
    border: rgba(39, 37, 37, 0.25) 1px solid;
  }
}

@media (max-width: 768px) {
  .button[data-mobile] {
    font-size: 0;
  }

  .button[data-mobile]::before {
    content: attr(data-mobile);
    font-size: 16px;
  }
}

.button_color_black {
  background-color: #272525;
  color: #fff;
}

.button_white {
  background-color: #fff;
  color: #ff2c33;
}

.button_almost-thin {
  padding: 10px 40px;
}

.button_thin {
  padding: 7px 40px;
}

.button_accent {
  border-color: #ff2c33;
  background-color: #ff2c33;
  color: #fff;
}

.button_outline {
  border-width: 1px;
  border-style: solid;
  background-color: transparent;
}

.button_outline.button_accent {
  color: #ff2c33;
  transition: background 0.2s, color 0.2s;
}

.button_outline.button_accent:hover {
  background-color: #ff2c33;
  color: #ebebeb;
}

.button_thin.button_outline {
  padding: 9px 39px;
}

/* Breadcrumbs */
.breadcrumbs {
  margin-top: 20px;
  display: flex;
  letter-spacing: -0.02em;
  flex-wrap: wrap;
}

.breadcrumbs__link {
  color: rgba(39, 37, 37, 0.4);
}

.breadcrumbs__link:hover {
  color: #ff2c33;
}

.breadcrumbs__item:not(:last-child)::after {
  content: "/";
  margin: 0 10px;
  color: rgba(39, 37, 37, 0.4);
}

@media (max-width: 640px) {
  .breadcrumbs {
    margin-top: 0;
    font-size: 14px;
  }

  .breadcrumbs__item:not(:last-child)::after {
    margin: 0 5px;
  }
}

/* ============================================================
   HERO (Welcome) + STATS
   ============================================================ */
.welcome {
  position: relative;
  background-color: #fff;
  border-radius: 24px;
  padding: 36px 40px 100px 40px;
}

.welcome__content {
  display: grid;
  grid-template-columns: minmax(260px, 340px) minmax(0, 1fr) minmax(260px, 340px);
  grid-template-areas: "photos photos photos" "title title title" "card sub counter" "card acts counter";
  column-gap: 40px;
  row-gap: 22px;
  align-items: start;
}

.welcome__photos {
  grid-area: photos;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 30px;
}

/* Safari fix: mask-image предотвращает обрезание border-radius картинками внутри */
.welcome__photo {
  position: relative;
  z-index: 4;
  flex: 1 1 0;
  max-width: 195px;
  aspect-ratio: 195 / 220;
  border-radius: 22px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.10);
  background-color: #ececec;
}

.welcome__photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(255, 44, 51, 0.2), transparent);
  pointer-events: none;
  z-index: 1;
}

.welcome__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.welcome__photo:nth-child(even) {
  transform: translateY(34px);
}

.welcome__photo:nth-child(1),
.welcome__photo:nth-child(4) {
  z-index: 2;
}

.welcome__line {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 110px;
  width: 100%;
  height: auto;
  pointer-events: none;
  user-select: none;
}

.welcome__prices {
  position: absolute;
  right: 160px;
  bottom: -30px;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 19px;
  background-color: #FFE9EA;
  border-radius: 5px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.11);
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
  /* border: solid 1px #e3e3e3; */
}

.welcome__price {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #FF2C33;
  font-weight: 500;
}

.welcome__price del {
  font-weight: 500;
}

.welcome__gender {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  line-height: 1;
}

.welcome__gender_m {
  background-color: #4c9af0;
}

.welcome__gender_f {
  background-color: #f98a9a;
}

.welcome__title {
  grid-area: title;
  letter-spacing: -0.02em;
  line-height: 104%;
  margin-top: 45px;
  text-align: center;
  margin-bottom: 20px;
}

.welcome__title,
.welcome__title span {
  font-size: clamp(34px, calc(6px + 3.9vw), 70px);
}

.welcome__card {
  grid-area: card;
  align-self: start;
  justify-self: start;
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  max-width: 320px;
  padding: 11px 16px 11px 12px;
  background-color: #d5e8ff;
  border: none;
  border-radius: 7px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.11);
}

.welcome__card-icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.welcome__card-icon::before {
  content: "";
  width: 28px;
  height: 28px;
  background-color: #4b8fe6;
  -webkit-mask: url("/local/templates/Fastlife-2-0/css/../icons/dates.svg") center / contain no-repeat;
  mask: url("/local/templates/Fastlife-2-0/css/../icons/dates.svg") center / contain no-repeat;
}

.welcome__card-title {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
}

.welcome__card-date {
  margin: 2px 0 0;
  font-size: 15px;
  line-height: 120%;
  color: #3a3a3a;
}

.welcome__subtitle-mini {
  grid-area: sub;
  align-self: end;
  justify-self: center;
  max-width: 460px;
  text-align: center;
  font-size: 20px;
  line-height: 135%;
  color: #4a4a4a;
}

.welcome__actions {
  grid-area: acts;
  align-self: start;
  justify-self: center;
  display: flex;
  gap: 16px;
  margin-top: 6px;
}

.welcome__actions .button {
  min-width: 190px;
}

.welcome__counter {
  grid-area: counter;
  align-self: center;
  justify-self: end;
  text-align: center;
  padding: 14px 18px;
  background-color: #d5e8ff;
  border-radius: 7px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.11);
}

.welcome__counter-display {
  display: inline-flex;
  border: 2px solid #1b1b1b;
  border-radius: 5px;
  overflow: hidden;
  background-color: #f3f1ec;
  box-shadow: inset 5px 5px 7px rgba(0, 0, 0, 0.32);
}

@media (max-width: 640px) {
  .welcome__counter-display {
    min-width: 165px;
  }
}

.welcome__counter-digit {
  min-width: 34px;
  padding: 10px 6px;
  font-family: "Inter", sans-serif, serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}

.welcome__counter-digit:last-child {
  border-right: none;
}

.welcome__counter-caption {
  display: block;
  max-width: 180px;
  margin: 12px auto 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 118%;
  color: #2b2b2b;
}

@media (max-width: 640px) {
  .welcome__counter-caption {
    font-size: 14px;
  }
}

.welcome__facts {
  position: relative;
  z-index: 2;
  width: fit-content;
  margin: -55px auto 0;
  display: flex;
  gap: 52px;
  padding: 35px 55px;
  background-color: #fce9ea;
  border-radius: 7px;
}

.welcome__fact {
  text-align: center;
}

.welcome__fact-num {
  display: block;
  font-family: "IgraSans", sans-serif;
  font-size: 40px;
  line-height: 1;
  color: #ff2c33;
}

.welcome__fact-label {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  color: #ff2c33;
}

.welcome__facts-heart {
  display: none;
}

.stats {
    padding: 50px 0 40px 0;
    margin: 0 auto;
  background-image: none;
}

.stats__container {
  display: flex;
  align-items: center;
  gap: 85px;
  flex-wrap: wrap;
}

.stats__choose {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  flex-shrink: 0;
}

.stats__choose .stats__subtitle {
  max-width: 230px;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
}

.stats__choose-image {
  height: 42px;
  cursor: pointer;
  transition: opacity 0.2s;
}

.stats__choose-image:hover {
  opacity: 0.85;
}

.stats__talks {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  flex: 1 1 auto;
  flex-wrap: wrap;
}

.stats__subtitle-talks {
  margin: 0;
  text-align: left;
  white-space: nowrap;
  font-weight: 600;
  font-size: 16px;
}

.stats__companies {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
  margin: 0;
}

.stats__company {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

.stats__logo {
  height: 28px;
}

@media (max-width: 992px) {
  .welcome {
    margin-top: 26px;
    padding: 16px 16px 24px;
    border-radius: 20px;
  }

  .welcome__content {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .welcome__photos {
    order: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
    padding-bottom: 6px;
    transform: scale(1.3);
    transform-origin: center;
    width: 100%;
    margin-inline: auto;
  }

  .welcome__prices {
    order: 2;
    position: static;
    align-self: center;
    margin-top: 20px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.10);
  }

  .welcome__title {
    order: 3;
    margin: 0 0 0 0;
    text-align: center;
    margin-top: 10px;
    align-self: center;
  }

  .welcome__title.title1,
  .welcome__title.title1 span {
    font-size: 30px;
  }

  .welcome__subtitle-mini {
    order: 4;
    max-width: none;
    text-align: center;
    font-size: 17px;
    align-self: center;
  }

  .welcome__card {
    order: 5;
    max-width: none;
    align-self: center;
    margin: 20px 0;
  }

  .welcome__actions {
    order: 6;
    flex-direction: column;
    align-self: stretch;
    align-items: center;
    gap: 12px;
    margin-top: 0;
  }

  .welcome__actions .button {
    width: 100%;
  }

  .welcome__counter {
    order: 7;
    display: flex;
    align-items: center;
    gap: 14px;
    text-align: left;
    margin: 20px 0 0px 0;
  }

  .welcome__photo {
    max-width: none;
    transform: rotate(-5deg);
  }

  .welcome__photo:nth-child(even) {
    transform: rotate(-5deg);
  }

  .welcome__photo:nth-child(2),
  .welcome__photo:nth-child(5) {
    transform: rotate(-5deg) translateY(-20px);
  }

  .welcome__photo:nth-child(4),
  .welcome__photo:nth-child(5),
  .welcome__photo:nth-child(6) {
    transform: rotate(-5deg) translateX(15px);
  }

  .welcome__photo:nth-child(5) {
    transform: translateY(-20px) rotate(-5deg) translateX(13px);
  }

  .welcome__line {
    display: none;
  }

  /* Фоллбэк clip для старых браузеров */
  .wrapper {
    overflow-x: hidden;
    overflow-x: clip;
  }

  .welcome__counter-caption {
    margin: 0;
    max-width: 150px;
    text-align: left;
  }

  .welcome__facts {
    flex-direction: column;
    align-items: center;
    gap: 22px;
    width: 100%;
    margin: 30px 0 0;
    padding: 44px 24px 55px;
  }

  .stats {
    margin-bottom: 80px;
  }

  .stats__container {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .stats__choose {
    margin: 0 auto;
  }

  .stats__subtitle-talks {
    white-space: normal;
    font-family: "IgraSans", sans-serif;
    font-size: 20px;
    margin-top: 20px;
  }

  .stats__companies,
  .stats__talks {
    justify-content: center;
  }

  .stats__companies {
    gap: 18px;
  }

  .welcome__counter-digit {
    min-width: 26px;
    padding: 10px 5px;
    font-size: 26px;
  }
}

@media (max-width: 992px) and (min-width: 723px) {
  .stats__subtitle-talks {
    margin-top: 0px;
  }  
      .stats__talks {
        margin: 0 auto;
      }
}

@media (max-width: 1285px) and (min-width: 1090px) {
  .stats__choose {
    gap: 0px;
  }
  .stats__talks {
    gap: 20px;
  }
  .stats__companies {
    gap: 25px;
  }
  .stats__container {
    gap: 30px;
  }
}


@media (max-width: 992px) and (min-width: 600px) {
  .welcome__photos {
    transform: scale(1.1);
    gap: 10px;
  }
}

@media (max-width: 500px) and (min-width: 300px) {
  .welcome__facts-heart {
    display: block;
    position: absolute;
    bottom: -85px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%) rotate(-5deg) scale(1.1);
    pointer-events: none;
  }
}

/* ============================================================
   CHOOSE / SCHEDULE SECTION
   ============================================================ */
.choose {
  background-color: #ff2c33;
  border-radius: 25px;
  padding-block: 50px 32px;
  color: #fff;
  margin-top: 70px;
}

.choose__title {
  font-family: "IgraSans", sans-serif;
  font-size: 48px;
}

.choose__subtitle {
  font-size: 36px;
  margin-top: 40px;
}

.choose__form {
  margin-top: 15px;
  gap: 16px;
}

.choose__label {
  transform: rotateZ(-90deg);
  display: inline-flex;
  align-items: flex-start;
  padding-block: 5px;
}

.choose__label-wrapper {
  height: 53px;
  display: flex;
  align-items: flex-end;
  opacity: 40%;
  border-right: rgba(39, 37, 37, 0.25) 1px solid;
  margin-right: 11px;
}

.choose__label-wrapper:not(:first-child) {
  margin-left: 12px;
}

.choose__schedule-wrapper {
  position: relative;
}

.choose__dates-title {
  display: none;
}

/* Safari fix: mask-image */
.choose__schedule {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  display: flex;
  color: #272525;
  padding: 19px;
  margin-top: 20px;
}

.choose__date {
  font-size: 24px;
}

.choose__weekday {
  opacity: 40%;
  font-size: 20px;
  font-weight: 300;
}

.choose__weekend {
  color: #ff2c33;
}

.choose__day {
  width: 44px;
  flex-shrink: 0;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

.choose__day._in-range,
.choose__day._selected {
  background-color: rgba(39, 37, 37, 0.1);
}

.choose__day[data-type="start"] {
  border-radius: 10px 0 0 10px;
}

.choose__day[data-type="end"] {
  border-radius: 0 10px 10px 0;
}

.choose__day[data-type="single"] {
  border-radius: 10px;
}

.choose__arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: -60px;
  border-radius: 999px;
  border: #fff 1px solid;
  transform: translateY(-50%);
}

.choose__arrow_next {
  left: auto;
  right: -60px;
  transform: rotateZ(180deg) translateY(50%);
}

.choose__cancel {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 999px;
  gap: 8px;
  color: #000;
  padding: 7px 15px;
  margin-top: 30px;
}

@media (max-width: 1440px) {
  .choose__schedule-wrapper {
    margin: 0 40px;
  }
}

@media (max-width: 1360px) {
  .choose__schedule-wrapper {
    margin: 0 70px;
  }
}

@media (max-width: 768px) {
  .choose__title {
    font-size: 36px;
  }

  .choose__subtitle {
    margin-top: 30px;
  }

  .choose__schedule-wrapper {
    margin: 0;
  }

  /* Фикс скроллбара Firefox */
  .choose__schedule {
    overflow: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .choose__schedule::-webkit-scrollbar {
    display: none;
  }

  .choose__arrow {
    display: none;
  }
}

@media (max-width: 640px) {
  .choose__subtitle {
    font-size: 20px;
    font-weight: 700;
  }

  .choose__dates-title {
    display: block;
  }
}

/* Choose Form Details */
.choose-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.choose-form__personal-block {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
  border-radius: 999px;
  display: inline-flex;
  gap: 6px;
}

.choose-form__block {
  background-color: #fff;
  border-radius: 999px;
  height: 40px;
  color: #000;
  display: flex;
  align-items: center;
  gap: 6px;
  padding-inline: 20px;
}

.choose-form__choose {
  display: flex;
  align-items: center;
}

.choose-form__radio {
  display: none;
}

.choose-form__label {
  opacity: 50%;
  cursor: pointer;
  margin-left: 20px;
  -webkit-user-select: none;
  user-select: none;
}

.choose-form__label:hover {
  opacity: 80%;
}

input:checked+.choose-form__label {
  opacity: 1;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-left: 10px;
  margin-right: -14px;
  border: #000 1px solid;
  border-radius: 999px;
  padding: 4px 8px;
}

.choose-form__input {
  width: 40px;
  height: 28px;
  border: rgba(39, 37, 37, 0.1) 1px solid;
  border-radius: 999px;
  padding: 0 8px;
  text-align: center;
  margin-right: -12px;
}

.choose-form__tags {
  background-color: #fff;
  display: flex;
  border-radius: 999px;
  padding: 10px;
  gap: 6px;
  position: relative;
}

.choose-form__tags-box {
  display: none;
  flex-wrap: wrap;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  padding: 8px;
  gap: 6px;
  z-index: 20;
  border-radius: 30px;
  border: 2px solid #ff2c33;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.choose-form__tags-box_opened {
  display: flex;
}

@media (max-width: 768px) {
  .choose-form__label span {
    display: none;
  }

  /* Фикс скроллбара Firefox */
  .choose-form__tags {
    padding: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Аффорданс горизонтального скролла: техника «scroll-shadow».
       Белые «перекрышки» (local) привязаны к контенту и прячут тень у своего края,
       тёмные градиенты (scroll) прибиты к вьюпорту контейнера — тень видна только
       с той стороны, где есть скрытые теги, и гаснет на концах ленты. */
    background:
      linear-gradient(to right, #fff 34%, rgba(255, 255, 255, 0)) left center / 42px 100% no-repeat local,
      linear-gradient(to left, #fff 34%, rgba(255, 255, 255, 0)) right center / 42px 100% no-repeat local,
      linear-gradient(to right, rgba(39, 37, 37, 0.22), rgba(39, 37, 37, 0)) left center / 24px 100% no-repeat,
      linear-gradient(to left, rgba(39, 37, 37, 0.22), rgba(39, 37, 37, 0)) right center / 24px 100% no-repeat,
      #fff;
  }

  .choose-form__tags::-webkit-scrollbar {
    display: none;
  }

  /* Небольшой отступ у краёв ленты, чтобы тень читалась в «воздухе», а не под тегом */
  .choose-form__tags-box {
    padding-left: 4px;
    padding-right: 4px;
  }

  .choose-form__tags>*:not(#tags-box) {
    display: none;
  }

  .choose-form__tags-box [data-tags-box-toggle] {
    display: none;
  }

  .choose-form__tags-box {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    inset: initial;
    width: 100%;
    border: none;
    box-shadow: none;
  }
}

@media (max-width: 640px) {
  .choose-form__personal-block {
    background-color: transparent;
    padding: 0;
  }

  .choose-form__caption {
    color: #fff;
  }

  .choose-form__block {
    background-color: transparent;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 0;
  }

  .choose-form__choose {
    background-color: #fff;
    border-radius: 999px;
    padding: 10px 25px;
    padding-left: 5px;
  }

  .choose-form__input {
    display: block;
    background-color: #fff;
    border-radius: 999px;
    padding: 10px 25px;
    padding-left: 5px;
    width: 100%;
    height: auto;
    min-width: 0;
  }

  .choose-form__tags {
    margin-top: 30px;
  }
}

/* Теги — после медиа-блоков: на элементах .choose-form__tag.choose-form__block
   фон/паддинги тега должны перебивать медиа-правила блока по каскаду. */
.choose-form__tag {
  background-color: rgba(255, 44, 51, 0.1);
  -webkit-user-select: none;
  user-select: none;
  padding: 10px 13px;
  border: transparent 2px solid;
  cursor: pointer;
}

.choose-form__tag:has(input:checked) {
  border: rgba(255, 44, 51, 0.5) 2px solid;
}

.choose-form__tag input {
  display: none;
}

/* ============================================================
   DATES SECTION
   ============================================================ */
/* Расписание полным списком (без слайдеров): карточки в гриде — flex,
   лишние сверх лимита скрыты до «Показать ещё», несовпавшие по фильтру спрятаны. */
.dates__grid .booking-form_compact {
  display: flex;
}

.dates__grid .booking-form_compact.booking-form_extra {
  display: none;
}

/* Плавное появление карточек при «Показать ещё» (класс вешается из JS только на раскрываемые).
   Высоту блока плавно анимирует JS (Web Animations API), здесь — только мягкое проявление. */
@keyframes datesReveal {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.dates__grid .booking-form_compact.booking-form_reveal-anim {
  animation: datesReveal 0.35s ease both;
}

@media (prefers-reduced-motion: reduce) {
  .dates__grid .booking-form_compact.booking-form_reveal-anim {
    animation: none;
  }
}

.booking-form.booking-form_filtered-out {
  display: none !important;
}

.dates__block_hidden {
  display: none !important;
}

.dates__more {
  display: block;
  margin: 24px auto 0;
  max-width: 350px;
  width: 100%;
  padding: 12px 20px;
  border-radius: 999px;
  border: 2px solid #ff2c33;
  background: transparent;
  color: #ff2c33;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.dates__more:hover {
  background: #ff2c33;
  color: #fff;
}

.dates__block_exclusive .dates__more {
  border-color: #fff;
  color: #fff;
}

.dates__block_exclusive .dates__more:hover {
  background: #fff;
  color: #ff2c33;
}

/* ============================================================
   BANNERS (Help Choose & Promo)
   ============================================================ */
.help-choose__container {
  background-image: url("/local/templates/Fastlife-2-0/css/../img/help-choose.png");
  border-radius: 20px;
  padding: 30px 40px;
  background-size: cover;
  color: #fff;
  background-position: center;
  display: flex;
  flex-direction: column;
  width: calc(100% - 40px);
  margin-bottom: 50px;
}

.help-choose__title {
  font-size: 48px;
  font-family: "IgraSans", sans-serif;
}

.help-choose__description {
  font-size: 20px;
  margin-top: 10px;
  max-width: 400px;
}

.help-choose__space {
  flex-grow: 1;
}

.help-choose__button {
  margin-top: 20px;
  max-width: 300px;
  width: 100%;
}

@media (max-width: 1440px) {
  .help-choose__container {
    margin-inline: 20px;
  }
}

@media (max-width: 640px) {
  .help-choose__container {
    background-image: url("/local/templates/Fastlife-2-0/css/../img/help-choose-mobile.png");
    background-size: 100%;
    margin: 10px;
    margin-bottom: 50px;
    min-height: 280px;
    width: calc(100% - 20px);
    padding: 20px;
  }

  .help-choose__title {
    font-size: 32px;
  }

  .help-choose__description {
    font-size: 16px;
    max-width: 225px;
  }
}

.promo {
  margin-top: 40px;
}

.promo__container {
  background-image: url("/local/templates/Fastlife-2-0/css/../img/ad.png");
  border-radius: 20px;
  padding: 30px 40px;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  width: calc(100% - 40px);
  height: 300px;
}

.promo__title {
  font-size: 48px;
  font-family: "IgraSans", sans-serif;
}

@media (max-width: 1440px) {
  .promo__container {
    margin-inline: 20px;
  }
}

@media (max-width: 640px) {
  .promo {
    margin-top: 10px;
  }

  .promo__container {
    height: 160px;
    width: calc(100% - 20px);
    padding: 20px;
    margin: 0 10px;
  }

  .promo__title {
    font-size: 16px;
  }
}

/* ============================================================
   FOR WHOM & WHY US
   ============================================================ */
.for-whom {
  background-color: #fff;
  padding: 100px 0;
  overflow: hidden;
}

.for-whom__container {
  position: relative;
}

.for-whom__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
}

.for-whom__title {
  font-size: 64px;
  font-family: "IgraSans", sans-serif;
}

.for-whom__subtitle {
  font-size: 32px;
  max-width: 360px;
}

.for-whom__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
}

.for-whom__card {
  padding: 30px;
  border: rgba(39, 37, 37, 0.25) 1px solid;
  border-radius: 25px;
  position: relative;
  background-color: #fff;
  z-index: 1;
}

.for-whom__card input {
  display: none;
}

.for-whom__card-title {
  font-size: 20px;
  font-weight: 600;
}

.for-whom__description {
  margin-top: 10px;
}

.for-whom__placeholder {
  position: absolute;
  right: -100px;
  width: 550px;
  bottom: 20px;
}

@media (max-width: 992px) {
  .for-whom__grid {
    gap: 10px;
  }

  .for-whom__card {
    padding: 25px;
  }
}

@media (max-width: 768px) {
  .for-whom__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .for-whom__title {
    font-size: 32px;
    max-width: 100%;
  }

  .for-whom__subtitle {
    font-size: 16px;
    max-width: 100%;
  }

  .for-whom__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .for-whom__grid {
    grid-template-columns: 1fr;
  }

  .for-whom__card {
    padding: 10px 15px;
    border-radius: 10px;
  }

  .for-whom__card-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .for-whom__card-title::after {
    content: url("/local/templates/Fastlife-2-0/css/../icons/fold.svg");
  }

  /* Фоллбэк: показываем описание по умолчанию для старых браузеров (graceful degradation) */
  .for-whom__description {
    display: block;
  }

  /* Feature Query: применяем логику скрытия только если браузер поддерживает :has() */
  @supports selector(:has(*)) {
    .for-whom__description {
      display: none;
    }

    .for-whom__card:has(input:checked) .for-whom__description {
      display: block;
    }

    .for-whom__card:has(input:checked) .for-whom__card-title::after {
      transform: rotateZ(180deg);
    }
  }

  .for-whom__placeholder {
    position: relative;
    inset: auto;
    max-width: calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-top: 20px;
  }
}

.why-us {
  background-color: #fff;
  padding-bottom: 80px;
}

.why-us__title {
  font-size: 64px;
  font-family: "IgraSans", sans-serif;
}

.why-us__description {
  margin-top: 10px;
  font-size: 32px;
  max-width: 865px;
}

.why-us__card {
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-top: 30px;
}

.why-us__card input {
  display: none;
}

.why-us__card:nth-child(even) {
  flex-direction: row-reverse;
}

.why-us__card-content {
  padding: 30px;
  flex-grow: 1;
  border: rgba(39, 37, 37, 0.25) 1px solid;
  border-radius: 20px;
}

.why-us__card-title {
  font-size: 32px;
  font-weight: 600;
}

.why-us__card-image {
  object-fit: cover;
  height: 100%;
  border-radius: 20px;
  width: 100%;
}

.why-us__blocks {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

.why-us__block {
  max-width: 330px;
  margin-top: 10px;
}

.why-us__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 30px;
  gap: 30px;
}

.why-us__Card {
  padding: 40px;
  border-radius: 20px;
}

.why-us__restriction {
  border: #ff2c33 2px solid;
}

.why-us__target {
  background-color: #ff2c33;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.why-us__button {
  margin-top: 20px;
}

@media (max-width: 1200px) {
  .why-us__card-title {
    font-size: 28px;
  }
}

@media (max-width: 992px) {
  .why-us__cards {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .why-us__title {
    font-size: 32px;
  }

  .why-us__description {
    font-size: 16px;
  }

  .why-us__card {
    flex-direction: column;
    border: rgba(39, 37, 37, 0.25) 1px solid;
    border-radius: 20px;
    padding: 15px;
    margin-top: 16px;
  }

  .why-us__card:nth-child(even) {
    flex-direction: column;
  }

  .why-us__card-content {
    border: none;
    padding: 0;
  }

  .why-us__card-title {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .why-us__card .why-us__card-title::after {
    content: url("/local/templates/Fastlife-2-0/css/../icons/fold.svg");
  }

  .why-us__card-image {
    margin-top: 10px;
    border-radius: 5px;
  }

  .why-us__block {
    font-size: 14px;
  }

  .why-us__Card {
    padding: 15px;
  }

  /* Фоллбэк: показываем блоки по умолчанию */
  .why-us__blocks {
    display: flex;
  }

  @supports selector(:has(*)) {
    .why-us__blocks {
      display: none;
    }

    .why-us__card:has(input:checked) .why-us__blocks {
      display: flex;
      flex-direction: column;
      gap: 0px;
      margin: 10px 0px;
    }

    .why-us__card:has(input:checked) .why-us__card-title::after {
      transform: rotateZ(180deg);
    }
  }
}

@media (max-width: 640px) {
  .why-us__target-image {
    display: none;
  }
}

/* ============================================================
   REVIEWS & PAIRS
   ============================================================ */
.reviews {
  background-color: #fff;
}

.reviews__container {
  max-width: 1470px;
  padding: 0;
}

.reviews__round {
  width: 100%;
  margin-top: 100px;
  display: block;
}

.reviews__gray {
  background-color: #ebebeb;
  padding-top: 50px;
}

.reviews__title {
  text-align: center;
  font-size: 64px;
  margin-bottom: 45px;
  font-family: "IgraSans", sans-serif;
}

/* Safari fix: видео ломает border-radius родителя или свой собственный без mask-image */
.reviews__video {
  width: 100%;
  height: 528px;
  object-fit: cover;
  border-radius: 20px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.reviews__preview,
.reviews__lazy {
  min-height: 528px;
}

.reviews__subtitle {
  margin-top: 15px;
  font-weight: 600;
  text-align: center;
}

.reviews__button {
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  max-width: 300px;
  width: 100%;
}

@media (max-width: 1200px) {
  .reviews__container {
    padding-left: 15px;
  }
}

@media (max-width: 992px) {

  .reviews__slider .swiper-slide:first-child,
  .reviews__slider .swiper-slide:last-child {
    display: none;
  }
}

@media (max-width: 640px) {
  .reviews__title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

@media (max-width: 360px) {
  .reviews__button {
    margin: 50px 15px 0;
  }
}

.pairs__round {
  display: block;
  position: relative;
  transform: rotateZ(180deg) translateY(-100%);
  width: 100%;
}

.pairs__title {
  margin-top: 40px;
}

.pairs__container {
  position: relative;
  padding: 0 20px;
}

.pairs__pair {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 65px;
  padding: 30px;
  text-align: center;
}

.pairs__image {
  width: 350px;
  height: 200px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
  margin: 0 auto;
  margin-top: -65px;
}

.pairs__subtitle {
  margin-top: 16px;
  font-size: 34px;
  font-family: "UKIJ Tor", sans-serif;
}

.pairs__excerpt {
  font-size: 14px;
  margin-top: 10px;
}

.pairs__description {
  font-weight: 600;
  margin-top: 20px;
}

.pairs__button {
  margin-top: 20px;
  width: 100%;
}

.pairs__arrow {
  position: absolute;
  top: 50%;
  z-index: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff2c33;
  border-radius: 999px;
  left: -60px;
  cursor: pointer;
}

.pairs__arrow_next {
  transform: rotateZ(180deg);
  left: auto;
  right: -60px;
}

@media (max-width: 1439px) {
  .pairs__arrow {
    left: 10px;
  }

  .pairs__arrow_next {
    left: auto;
    right: 10px;
  }
}

@media (max-width: 768px) {
  .pairs__title {
    margin-top: 50px;
  }

  .pairs__pair {
    padding: 20px;
  }
}

/* ============================================================
   COUNTS & PARTNERS
   ============================================================ */
.counts {
  background-color: #ff2c33;
  padding: 150px 0;
  color: #fff;
}

.counts__title {
  font-size: 64px;
  font-family: "IgraSans", sans-serif;
  text-align: center;
}

.counts__counts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 30px;
}

.counts__title2 {
  margin-top: 64px;
}

.counts__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px;
  background-color: #fff;
  border-radius: 20px;
  color: #272525;
}

.counts__count {
  font-size: 48px;
  font-weight: 700;
  color: #ff2c33;
}

.counts__reviews {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 32px;
  gap: 30px;
}

.counts__reviews-image {
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
}

.counts__widget {
  border-radius: 20px;
}

@media (max-width: 992px) {
  .counts__counts {
    gap: 10px;
  }

  .counts__block {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .counts {
    padding: 80px 0;
  }

  .counts__title {
    font-size: 32px;
  }

  .counts__counts {
    grid-template-columns: repeat(2, 1fr);
  }

  .counts__reviews {
    grid-template-columns: 1fr;
  }

  .counts__reviews-image-wrapper {
    display: none;
  }
}

@media (max-width: 640px) {
  .counts__title2 {
    display: none;
  }

  .counts__count {
    font-size: 32px;
  }

  .counts__reviews {
    margin-top: 10px;
  }
}

.partners {
  background-color: #ff2c33;
}

.partners__color {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 100px;
}

.partners__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 46px;
}

.partners__item {
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: rgba(39, 37, 37, 0.25) 1px solid;
  border-radius: 999px;
  padding: 6px;
}

.partners__item_dark {
  background-color: #272525;
  border-color: transparent;
}

@media (max-width: 480px) {
  .partners__list {
    gap: 10px;
  }

  .partners__item img {
    max-height: 36px;
  }
}

/* ============================================================
   BOOK SECTION
   ============================================================ */
.book {
  background-color: #fff;
}

.book__color {
  background-color: #ff2c33;
  color: #fff;
  padding: 50px 0 70px;
}

.book__title {
  text-align: left;
}

.book__blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
  align-items: center;
}

.book__form {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  color: #000;
}

.book__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.book__agree {
  max-width: 330px;
  margin: 0 auto;
}

.book__contact-check {
  margin: 0 auto;
  display: flex;
  gap: 20px;
}

.book__contact-type input {
  display: none;
}

.book__contact-type {
  color: rgba(39, 37, 37, 0.5);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.book__contact-type:has(input:checked) {
  color: #ff2c33;
  font-weight: 600;
  opacity: 1;
}

.book__contact-type:not(:last-child) {
  border-right: rgba(39, 37, 37, 0.5) 1px solid;
  padding-right: 20px;
}

.book__warranty {
  max-width: 580px;
}

.book__warranty-title {
  font-size: 34px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 32px;
}

.book__warranty-description {
  margin-top: 10px;
  font-size: 20px;
}

@media (max-width: 992px) {
  .book__blocks {
    grid-template-columns: 1fr;
  }

  .book__warranty {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .book__title {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .book__grid {
    grid-template-columns: 1fr;
  }

  .book__grid .booking-form__gender-selection {
    order: 4;
  }

  .book__warranty-title {
    flex-direction: column-reverse;
    font-size: 16px;
    text-align: center;
    max-width: 234px;
    margin: 0 auto;
  }

  .book__warranty-description {
    font-size: 10px;
    text-align: center;
    max-width: 300px;
    margin: 10px auto 0;
  }
}

/* ============================================================
   HEADER & MENU
   ============================================================ */
.header {
  padding: 28px 0;
}

.header__container {
  display: flex;
  gap: 79px;
  align-items: center;
}

.header__menu-button {
  width: 50px;
  height: 50px;
  background-color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  transform: translateY(-10px);
}

.header__logo {
  height: 64px;
  display: block;
}

.header__link {
  font-weight: 500;
  transition: color 0.2s ease;
}

.header__link:hover {
  color: #ff2c33;
}

.menu {
  flex-grow: 1;
}

.menu__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.menu__close {
  display: none;
}

.menu__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.menu__contacts {
  display: flex;
  align-items: center;
  gap: 10px;
}

.menu__socials {
  display: none;
}

@media (max-width: 1440px) {
  .menu__list {
    gap: 15px;
  }
}

@media (max-width: 1200px) {
  .header__container {
    gap: 25px;
    justify-content: space-between;
  }
}

@media (max-width: 992px) {
  .header {
    padding: 20px;
    padding-right: 0;
    padding-bottom: 10px;
  }

  .header__menu-button {
    display: flex;
  }

  .header__logo {
    height: 58px;
  }

  .menu {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0);
    z-index: 20;
    padding: 20px 10px;
    pointer-events: none;
    transition: background-color 0.3s;
  }

  .menu_opened {
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: all;
  }

  .menu__body {
    background-color: #fff;
    border-radius: 20px;
    padding: 50px 30px 100px;
    flex-direction: column;
    justify-content: start;
    gap: 30px;
    transform: translateY(-100vh);
    transition: transform 0.3s;
  }

  .menu_opened .menu__body {
    transform: translateY(0);
  }

  .menu__close {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
  }

  .menu__list {
    flex-direction: column;
    align-items: center;
  }

  .menu__contacts {
    flex-direction: column;
    width: 100%;
  }

  .menu__contacts button,
  .menu__contacts a {
    max-width: 240px;
    text-align: center;
    width: 100%;
  }

  .menu__socials {
    display: flex;
    gap: 15px;
    margin-top: -10px;
  }
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background-color: #272525;
  color: #fff;
  padding: 50px 0;
}

.footer__container {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  flex-wrap: wrap;
  gap: 32px;
}

.footer__right {
  max-width: 400px;
}

.footer__middle {
  max-width: 524px;
  width: 100%;
}

.footer__kudago {
  margin-top: 30px;
}

.footer__contacts {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.footer__contacts a {
  color: #ff2c33;
}

.footer__subscribe {
  margin-top: 32px;
  display: flex;
  align-items: center;
}

.footer__subscribe-row {
  display: flex;
  gap: 10px;
  flex-direction: column;
  max-width: 245px;
  width: 100%;
}

.footer__subscribe-input {
  padding: 7px 10px;
  background-color: #fff;
  border-radius: 999px;
  text-align: center;
}

.footer__subscribe-input::placeholder {
  opacity: 50%;
}

.footer__subscribe-title {
  font-weight: 600;
  margin-bottom: 3px;
}

.footer__subtitle a {
  color: #ff2c33;
  font-weight: 600;
}

.footer__kudago-logo {
  margin-top: 10px;
  cursor: pointer;
}

.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}

.footer__link {
  font-weight: 600;
  text-decoration: underline;
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer__no-link {
  text-decoration: underline;
}

.footer__legal {
  margin-top: 21px;
}

@media (max-width: 480px) {
  .footer__kudago {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
  }

  .footer__contacts {
    flex-direction: column;
    gap: 10px;
  }

  .footer__subscribe {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 25px;
  }

  .footer__subscribe-row {
    max-width: 100%;
  }

  .footer__menu {
    margin-top: 10px;
  }
}

/* ============================================================
   HERO / MAIN CONTENT SLIDER
   ============================================================ */
.hero__title {
  font-family: "IgraSans", sans-serif;
  font-size: 70px;
  line-height: 111%;
  letter-spacing: -0.02em;
}

.hero__info-bar {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 15px;
}

.hero__info-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.hero__info-main {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero__info-sub {
  color: rgba(39, 37, 37, 0.4);
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero__map-link {
  font-size: 14px;
  color: #f13128;
  text-decoration: underline;
  margin-left: -5px;
}

.hero__map-link:hover {
  text-decoration: none;
}

.hero__divider {
  width: 1px;
  height: 19px;
  background-color: rgba(39, 37, 37, 0.4);
}

/* Safari fix: mask-image */
.hero__slider {
  margin-top: 30px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.hero__image {
  border-radius: 20px;
  width: 100%;
  height: 476px;
  object-fit: cover;
}

.hero__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 40px;
  flex-shrink: 0;
  border-radius: 999px;
  height: 40px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  cursor: pointer;
  transition: background-color 0.2s;
}

.hero__arrow:hover {
  background-color: #ff2c33;
}

.hero__arrow:hover svg * {
  fill: #fff;
}

.hero__arrow_back {
  margin-right: -40px;
  transform: translateX(10px);
}

.hero__arrow_next {
  margin-left: -40px;
  transform: translateX(-10px);
}

.hero__swiper {
  min-width: 0;
}

@media (max-width: 640px) {
  .hero {
    margin-bottom: 30px;
  }

  .hero__title {
    font-size: 32px;
  }

  .hero__info-bar {
    margin-top: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .hero__info-main {
    font-size: 16px;
  }

  .hero__info-sub {
    font-size: 14px;
  }

  .hero__divider {
    width: 10px;
    height: 1px;
  }

  .hero__image {
    height: 300px;
  }
}

/* ============================================================
   BOOKING FORM
   ============================================================ */
.booking-form {
  background: #ffffff;
  padding: 30px;
  border-radius: 20px;
  width: 100%;
  max-width: 410px;
  position: sticky;
  top: 20px;
  flex-direction: column;
}

.booking-form.swiper-slide {
  display: flex !important;
}

/* Safari fix: mask-image */
.booking-form_compact {
  max-width: 100%;
  width: auto;
  padding: 10px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  top: 0;
  position: relative;
  height: 461px;
}

.booking-form_compact::before {
  content: "Подробнее";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 176px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(39, 37, 37, 0.5);
  color: #fff;
  font-weight: 600;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s;
}

.booking-form_compact:hover::before {
  opacity: 1;
}

.booking-form__image {
  border-radius: 17px 17px 0 0;
  margin: -7px;
  max-width: calc(100% + 14px);
  width: calc(100% + 14px);
  height: 170px;
  object-fit: cover;
}

.booking-form__badges {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}

.booking-form__badge {
  background-color: rgb(255 255 255 / 85%);
  padding: 3px 7px;
  border-radius: 11px;
  font-size: 14px;
}

.booking-form__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0.03em;
}

.booking-form__event-name {
  margin-top: 28px;
}

.booking-form__event-name:hover a {
  text-decoration: underline;
}

.booking-form_compact .booking-form__event-name {
  margin-top: 20px;
}

.booking-form__price-main {
  margin-top: 7px;
  font-weight: 500;
}

.booking-form__promo-badge {
  background: linear-gradient(90deg, #83bdff 0%, #3f99ff 100%);
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-radius: 3px;
  letter-spacing: 0%;
  line-height: 23px;
  margin-top: 19px;
}

.booking-form__rates {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.booking-form__rate {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.booking-form__rate:not(:last-child) {
  border-bottom: rgba(39, 37, 37, 0.1) 1px solid;
  padding-bottom: 5px;
}

.booking-form__ages {
  font-size: 12px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: rgba(39, 37, 37, 0.5);
}

.booking-form__ages img {
  height: 12px;
}

.booking-form__space {
  flex-grow: 1;
}

.booking-form__status {
  border: 1px solid #f13128;
  color: #f13128;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
  margin-top: 16px;
  text-transform: lowercase;
}

.booking-form__status::first-letter {
  text-transform: uppercase;
}

.booking-form__form {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.booking-form__input {
  width: 100%;
  border: 1px solid rgba(39, 37, 37, 0.25);
  border-radius: 24px;
  padding: 9px 25px;
  font-size: 14px;
}

.booking-form__input:focus {
  border-color: rgba(39, 37, 37, 0.4);
}

.booking-form__input::placeholder {
  color: rgba(39, 37, 37, 0.25);
}

.booking-form__gender-selection {
  display: flex;
  align-items: center;
  gap: 10px;
}

.booking-form__radio-set-label {
  font-size: 14px;
  margin-left: 25px;
}

.booking-form__radio-set {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  gap: 8px;
  padding: 11px 25px;
  border-radius: 25px;
  border: rgba(39, 37, 37, 0.25) 1px solid;
}

.booking-form__radio-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(39, 37, 37, 0.4);
}

.booking-form__submit-btn {
  width: 100%;
  margin-top: 9px;
}

.booking-form__submitation {
  color: rgba(39, 37, 37, 0.4);
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}

.booking-form__agreement {
  display: flex;
  font-size: 10px;
  color: rgba(39, 37, 37, 0.4);
  line-height: 1.4;
  gap: 7px;
  cursor: pointer;
}

.booking-form__agreement a {
  color: #ff2c33;
  text-decoration: underline;
}

.booking-form__agreement a:hover {
  text-decoration: none;
}

@media (max-width: 1024px) {
  .booking-form {
    max-width: 100%;
    position: relative;
    top: 0;
  }
}

@media (max-width: 640px) {
  .booking-form {
    margin-bottom: 0px;
  }

  .dates[data-dates-sorted] .booking-form {
    max-width: 314px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .booking-form__title {
    font-size: 24px;
    max-width: 120px;
  }

  .booking-form__event-name {
    font-size: 15px;
    margin-top: 20px;
  }

  .booking-form__promo-badge {
    margin-top: 15px;
    font-size: 12px;
  }

  .booking-form__rate {
    font-size: 12px;
  }

  .booking-form__ages {
    margin-top: 15px;
  }

  .booking-form__status {
    font-size: 10px;
  }

  .booking-form_compact .booking-form__status {
    font-size: 13px;
  }

  .booking-form__form {
    margin-top: 20px;
  }

  .booking-form__radio-set-label {
    margin-left: 20px;
  }

  .booking-form__radio-set {
    padding: 10px;
  }

  .booking-form__radio-label {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .booking-form_compact .booking-form__event-name {
    margin-top: 16px;
  }

  .booking-form__price-main {
    margin-top: 5px;
  }
}

/* ============================================================
   SECTION & PROCESS
   ============================================================ */
.section {
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
}

.section__title {
  font-family: "IgraSans", sans-serif;
  font-size: 48px;
  margin-bottom: 15px;
  letter-spacing: -0.01em;
}

.section__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.section__item {
  display: flex;
  gap: 10px;
}

.section__item::before {
  content: "";
  display: block;
  background-color: #ff2c33;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  transform: translateY(5px);
}

.section__paragraph:not(:last-of-type) {
  margin-bottom: 16px;
}

.section__map {
  margin-top: 40px;
  border-radius: 20px;
}

.section__path {
  margin-top: 34px;
}

.section__path-title {
  font-size: 16px;
  font-weight: 700;
}

.section__path-buttons {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.section__path-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  transition: all 0.2s ease-in-out;
  min-width: 246px;
  height: 52px;
}

.section__path-button:hover {
  border-color: #f13128;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.section__path-button:active {
  transform: translateY(1px);
}

@media (max-width: 768px) {
  .section {
    padding: 20px;
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .section__title {
    font-size: 32px;
  }

  .section__map {
    height: 200px;
  }

  .section__path-buttons {
    flex-direction: column;
  }
}

.process {
  counter-reset: process-counter;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 27px;
}

.process__item {
  position: relative;
  padding: 20px;
  border: 1px solid rgba(39, 37, 37, 0.4);
  border-radius: 20px;
}

.process__item::before {
  counter-increment: process-counter;
  content: counter(process-counter);
  font-size: 48px;
  font-family: "UKIJ Tor";
  color: #ff2c33;
}

.process__item-title {
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: rgba(39, 37, 37, 0.4) 1px solid;
  font-size: 16px;
}

.process__item-description {
  font-size: 14px;
  margin-top: 10px;
}

@media (max-width: 640px) {
  .process {
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .process__item {
    max-width: calc(100% - 15px);
  }

  .process__item::before {
    font-size: 36px;
  }
}

/* ============================================================
   POPUPS & MODALS
   ============================================================ */
.popup {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  pointer-events: none;
  transition: background-color 0.3s;
}

.popup_opened {
  background-color: rgba(39, 37, 37, 0.5);
  pointer-events: all;
}

.popup__window {
  max-width: 320px;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.3s, transform 0.1s;
}

.popup_opened .popup__window {
  opacity: 1;
  transform: translateY(0);
}

.popup__close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.signup__title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}

.signup__service {
  margin-top: 15px;
  text-align: center;
}

.signup__radio-set {
  padding: 11px;
}

.signup__radio-set label {
  font-size: 14px;
}

.signup__datetime {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 7px;
}

.signup__date {
  font-weight: 500;
}

.signup__time {
  color: #a9a8a8;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* ============================================================
   SWIPER 12.0.3 CSS (https://swiperjs.com)
   Copyright 2014-2025 Vladimir Kharlampidi, MIT License
   ============================================================ */
:root {
  --swiper-theme-color: #007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;

  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }

  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }

  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }

  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }

  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }

  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }

  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

/* CSS Mode */
.swiper-css-mode {
  >.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  >.swiper-wrapper::-webkit-scrollbar {
    display: none;
  }

  >.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start;
  }

  &.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory;
  }

  &.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory;
  }

  &.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none;
  }

  &.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none;
  }

  &.swiper-centered>.swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
  }

  &.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
  }

  &.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
  }

  &.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
  }

  &.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
  }

  &.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
  }
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/* ============================================================
   Ниже — дополнения из бывшего style_add.css. Дубли с основной частью
   вычищены: изменённые значения слиты в правила выше (2026-07).
   Здесь остались только правила, которых нет в основной части, и поздние
   переопределения, зависящие от порядка каскада, — не переносить их выше
   без проверки специфичности.
   ============================================================ */
.media-reviews__button {
  cursor: pointer;
}

.media-reviews__modal-body {
  position: relative;
  display: block;
  max-height: calc(100dvh - 30px);
  max-width: calc(100dvw - 30px);
  width: 1000px;
  /* height: 500px; */
  height: auto;
  padding: 15px 32px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  background-color: #ffffff;
}

@media (max-width: 768px) {
  .media-reviews__modal-body {
    height: 640px;
  }
}

.media-reviews__modal-close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 99;
  display: block;
  width: 16px;
  height: 16px;
  background: url(/local/templates/Fastlife-2-0/css/../img/close.svg) center/cover no-repeat;
  background-color: white;
  cursor: pointer;
}

.media-reviews__modal-content {
  max-height: calc(100dvh - 30px - 30px);
  /* max-width: calc(100dvw - 30px - 64px); */
  height: 100%;
  margin-right: -16px;
  padding-right: 16px;
  padding-bottom: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.media-reviews__modal-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 0 5px;
}

@media (max-width: 768px) {
  .media-reviews__modal-logo {
    margin-bottom: 25px;
  }
}

.media-reviews__modal-logo-image {
  display: block;
  max-height: 40px;
  max-width: 100%;
  height: auto;
}

.media-reviews__modal-subtitle {
  margin: 0 0 11px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #ff2c33;
}

@media (max-width: 768px) {
  .media-reviews__modal-subtitle {
    margin-bottom: 5px;
    font-size: 14px;
  }
}

.media-reviews__modal-title {
  margin: 0 0 20px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #272525;
}

@media (max-width: 768px) {
  .media-reviews__modal-title {
    font-size: 16px;
  }
}

.media-reviews__modal-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media (max-width: 768px) {
  .media-reviews__modal-main {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
  }
}

.media-reviews__modal-main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  gap: 20px;
}

.media-reviews__modal-main-video iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 640/360;
}

.media-reviews__modal-main-paragraph {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #272525;
}

.media-reviews__modal-main-paragraph a {
  color: #ff2c33;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.media-reviews__modal-main-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  /* max-width: 395px; */
}

@media (max-width: 576px) {
  .media-reviews__modal-main-gallery {
    max-width: none;
  }
}

.media-reviews__modal-main-gallery-image {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  width: 125px;
  height: auto;
}

@media (max-width: 576px) {
  .media-reviews__modal-main-gallery-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 5px);
    flex: 0 0 calc(50% - 5px);
  }
}

.media-reviews__modal-main-callback {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 275px;
  flex: 0 0 275px;
}

@media (max-width: 768px) {
  .media-reviews__modal-main-callback {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}

.media-reviews__modal-main-callback-title {
  max-width: 185px;
  margin: 0 auto 30px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #272525;
}

.media-reviews__modal-main-callback-form {
  padding: 0 30px;
}

@media (max-width: 768px) {
  .media-reviews__modal-main-callback-form {
    padding: 0;
  }
}

.media-reviews__modal-main-callback-form-fieldset {
  padding: 0;
  margin: 0 0 10px;
  border: none;
}

.media-reviews__modal-main-callback-form-fieldset:has(.media-reviews__modal-main-callback-form-submit) {
  margin: 25px 0 0;
}

.media-reviews__modal-main-callback-form-input {
  display: inline-block;
  width: 100%;
  padding: 10px 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #272525;
  border: 1px solid rgba(39, 37, 37, 0.25);
  border-radius: 25px;
}

.media-reviews__modal-main-callback-form-submit {
  display: inline-block;
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border-radius: 25px;
  background-color: #ff2c33;
  cursor: pointer;
}

.dates__slider {
  height: 461px !important;
}

/* .title1 оставлен здесь (поздняя позиция): на .welcome__title.title1 его
   font-size должен перебивать clamp() у .welcome__title по каскаду. */
.title1 {
  font-size: 70px;
  font-family: "IgraSans", sans-serif;
}

.stats__video-wrap {
  position: relative;
  max-width: 850px;
  max-height: 491px;
  width: 100%;
  aspect-ratio: 850 / 491;
  border: #fff 10px solid;
  border-radius: 20px;
  overflow: hidden;
  background: #111;
}

.stats__video {
  position: absolute;
  inset: 0;
  display: block;
  margin-top: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  border: none;
  border-radius: 0px;
}

.stats__video-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  z-index: 2;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.stats__video-play:hover {
  transform: scale(1.04);
}

.stats__video-play:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -6px;
}

.stats__video-play svg {
  filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.35));
}

.stats__video-wrap.is-playing .stats__video-play {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 992px) {
  .stats__video-wrap {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .stats__video-wrap {
    border-width: 3px;
    aspect-ratio: 1.3 / 1;
  }

  .stats__video-play svg {
    width: 68px;
    height: 68px;
  }
}

.dates .swiper-wrapper {
  align-items: stretch !important;
}

.dates__image-wrapper {
  height: 170px;
}

.dates__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 16px 0;
  padding-right: 10px;
}

@media (max-width: 1200px) {
  .dates__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  .dates__grid {
    gap: 0 10px;
  }
}

.dates__container {
  position: relative;
}

@media (min-width: 1024px) {
  .dates__container:not(:has(.booking-form ~ .booking-form ~ .booking-form ~ .booking-form ~ .booking-form))::after {
    background: none;
  }
}

@media (max-width: 1280px) {
  .dates__container {
    padding-right: 0;
  }
}

.dates__container::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 70px;
  background: linear-gradient(90deg,
      rgba(235, 235, 235, 0) 20.13%,
      #ebebeb 100%);
  width: 375px;
  bottom: 0;
  z-index: 200;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s;
}

.dates__block_exclusive .dates__container::after {
  background: linear-gradient(90deg,
      rgba(235, 235, 235, 0) 20.13%,
      #ff2c33 100%);
}

@media (max-width: 1280px) {
  .dates__container::after {
    right: 0;
    width: 200px;
  }
}

@media (max-width: 360px) {
  .dates__container::after {
    top: 70px;
  }
}

.dates__container:has(.dates__grid)::after {
  content: none;
}

.dates__block {
  margin-top: 60px;
}

/* Подложка «Эксклюзива» без растра: лучи — repeating-conic-gradient (не
   пикселизуется при любой высоте блока), вогнутые дуги сверху/снизу —
   SVG-маски фиксированной высоты --exclusive-curve, поэтому их глубина не
   зависит от количества карточек; тянется только средняя часть.
   Геометрия и цвета сняты со старого curve-bg.png (клин ~7°, точка схождения
   лучей ~23vw ниже низа блока, глубина дуги ~47px при ширине 2560). */
.dates__block_exclusive {
  --exclusive-curve: 90px;
  padding-block: 100px;
  background: repeating-conic-gradient(from -3.6deg at 50% calc(100% + 23vw),
      #ff4147 0deg 6.8deg,
      #ff2c33 7.2deg 13.8deg,
      #ff4147 14.2deg);
  -webkit-mask:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2560 90' preserveAspectRatio='none'%3E%3Cpath d='M0 0C720 0 900 47 1280 47C1660 47 1840 0 2560 0V90H0Z' fill='%23fff'/%3E%3C/svg%3E") center top / 100% var(--exclusive-curve) no-repeat,
    linear-gradient(#000 0 0) center / 100% calc(100% - var(--exclusive-curve) * 2 + 2px) no-repeat,
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2560 90' preserveAspectRatio='none'%3E%3Cpath d='M0 0H2560V90C1840 90 1660 43 1280 43C900 43 720 90 0 90Z' fill='%23fff'/%3E%3C/svg%3E") center bottom / 100% var(--exclusive-curve) no-repeat;
  mask:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2560 90' preserveAspectRatio='none'%3E%3Cpath d='M0 0C720 0 900 47 1280 47C1660 47 1840 0 2560 0V90H0Z' fill='%23fff'/%3E%3C/svg%3E") center top / 100% var(--exclusive-curve) no-repeat,
    linear-gradient(#000 0 0) center / 100% calc(100% - var(--exclusive-curve) * 2 + 2px) no-repeat,
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2560 90' preserveAspectRatio='none'%3E%3Cpath d='M0 0H2560V90C1840 90 1660 43 1280 43C900 43 720 90 0 90Z' fill='%23fff'/%3E%3C/svg%3E") center bottom / 100% var(--exclusive-curve) no-repeat;
}

/* На мобильных дуги ниже и вертикальные отступы меньше — прежний
   padding-block: 100px сильно раздувал блок. */
@media (max-width: 768px) {
  .dates__block_exclusive {
    --exclusive-curve: 48px;
    padding-block: 60px 70px;
  }
}

.dates__title {
  margin-bottom: 30px;
  font-size: 48px;
  font-family: "IgraSans", sans-serif;
}

@media (max-width: 480px) {
  .dates__title {
    font-size: 32px;
    text-align: left;
  }
}

.dates__block_exclusive .dates__title {
  color: #fff;
}

.dates__arrow {
  position: absolute;
  top: 50%;
  z-index: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #252527;
  border-radius: 999px;
  left: -60px;
  cursor: pointer;
}

.dates__block_exclusive .dates__arrow {
  background-color: #fff;
}

@media (max-width: 1440px) {
  .dates__arrow {
    display: none;
  }
}

.dates__arrow * {
  fill: #fff;
}

.dates__block_exclusive .dates__arrow * {
  fill: #ff2c33;
}

.dates__arrow_next {
  transform: rotateZ(180deg);
  left: auto;
  right: -60px;
}

.dates__arrow.swiper-button-disabled {
  display: none;
}

.dates__bottom-arrows {
  display: none;
}

.dates__bottom-arrow {
  width: 64px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  transition: opacity 0.2s ease;
}

.dates__bottom-arrow:hover {
  opacity: 0.6;
}

.dates__bottom-arrow.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}

@media (min-width: 481px) and (max-width: 1440px) {
  .dates__bottom-arrows {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
    margin-bottom: -30px;
  }
}

.dates__block_exclusive .dates__bottom-arrow:not(.dates__bottom-arrows *) path {
  fill: #fff !important;
}

.dates__block_exclusive .dates__bottom-arrows {
  margin-top: 80px;
  margin-bottom: -90px;
}

.dates__bottom-arrows:not(:has(button:not([disabled]))) {
  display: none;
}

.dates-button {
  display: flex;
  justify-content: center;
}

.dates-button__button {
  padding: 10px;
  max-width: 350px;
  width: 100%;
  margin-block: 50px;
}

.popup__window_no-rest {
  max-width: none;
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

.mt-40 {
  margin-top: 40px;
}

.footer__subscribe-button {
  margin: 0 auto;
}

@media (max-width: 992px) {
  .footer__subscribe-button {
    margin: auto;
  }
}

.booking-form__additional-info {
  font-size: 13px;
  padding: 15px 0px 0px 0px;
}

@media (max-width: 413px) {
  .booking-form__additional-info {
    font-size: 11px;
  }
}

/* ============================================================
   МОБИЛЬНЫЕ КАРТОЧКИ РАСПИСАНИЯ — компактная 2-колоночная сетка.
   Размещено в конце файла: при равной специфичности выигрывает по порядку
   каскада, поэтому !important не нужен. Внутренности карточки заскоплены под
   .booking-form_compact (специфичность 0,2,0 — как у существующих правил,
   но позже в источнике), высоту картинки клипает overflow:hidden обёртки.
   ============================================================ */

@media (max-width: 768px) {
  .dates__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 10px;
  }
}

@media (max-width: 640px) {
  .booking-form_compact {
    height: auto;
    min-height: 300px;
    padding: 4px;
  }

  .booking-form_compact .booking-form__image-wrapper {
    height: 110px;
  }

  .booking-form_compact .booking-form__image-link {
    height: 110px;
  }

  .booking-form_compact .booking-form__badges {
    top: 6px;
    left: 6px;
    right: 6px;
    gap: 4px;
  }

  .booking-form_compact .booking-form__badge {
    font-size: 10px;
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .booking-form_compact .booking-form__event-tag {
    font-size: 9px;
    padding: 4px 8px;
    bottom: 6px;
    left: 6px;
  }

  .booking-form_compact .booking-form__event-name {
    font-size: 13px;
    margin-top: 10px;
    line-height: 1.2;
  }

  .booking-form_compact .booking-form__price-main {
    font-size: 14px;
    margin-top: 4px;
  }

  .booking-form_compact .booking-form__promo-badge {
    font-size: 10px;
    line-height: 18px;
    margin-top: 8px;
  }

  .booking-form_compact .booking-form__rates {
    margin-top: 6px;
    gap: 3px;
  }

  .booking-form_compact .booking-form__rate {
    font-size: 11px;
  }

  .booking-form_compact .booking-form__ages {
    font-size: 11px;
    margin-top: 8px;
    gap: 4px;
    flex-wrap: wrap;
  }



  .booking-form_compact .booking-form__ages img {
    height: 10px;
  }

  .booking-form_compact .booking-form__status {
    font-size: 9px;
    padding: 4px;
    margin-top: 8px;
    line-height: 1.2;
  }

  .booking-form_compact .booking-form__submit-btn {
    font-size: 13px;
    padding: 8px 10px;
    margin-top: 8px;
  }
}

/* @media (max-width: 389px) {
  .booking-form_compact .booking-form__ages {
    flex-direction: column;
    align-items: flex-start;
  }
} */

/* ============================================================
   Блок «Как проходят быстрые свидания?» (how) — восстановлен из style_add.bu.
   HTML возвращён в index.php/index_direct.php; JS (.how__arrow) уже есть в main_v2.js.
   ============================================================ */
.how__title {
  font-size: 80px;
  font-family: "IgraSans", sans-serif;
}

@media (max-width: 768px) {
  .how__title {
    font-size: 64px;
  }
}

@media (max-width: 480px) {
  .how__title {
    font-size: 36px;
  }
}

.how__list-wrapper {
  position: relative;
}

@media (max-width: 640px) {
  .how__list-wrapper::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 135px;
    background: linear-gradient(90deg, rgba(235, 235, 235, 0) 0%, #ebebeb 100%);
    pointer-events: none;
  }
}

.how__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  counter-reset: numbers;
  margin-top: 40px;
}

@media (max-width: 1200px) {
  .how__list {
    overflow-x: auto;
  }
}

@media (max-width: 640px) {
  .how__list {
    gap: 10px;
    padding-right: 135px;
  }
}

.how__item {
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 20px;
}

@media (max-width: 1200px) {
  .how__item {
    min-width: 238px;
  }
}

@media (max-width: 640px) {
  .how__item {
    min-width: 213px;
    padding: 12px 20px;
  }
}

.how__item::before {
  counter-increment: numbers;
  content: counter(numbers);
  font-family: "UKIJ Tor", sans-serif;
  font-size: 48px;
  color: #ff2c33;
}

.how__card-title {
  font-weight: 600;
  border-bottom: rgba(39, 37, 37, 0.25) 1px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.how__description {
  font-size: 14px;
}

.how__footer {
  margin-top: 50px;
  display: flex;
  gap: 30px;
}

@media (max-width: 768px) {
  .how__footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

.how__soc-title {
  font-size: 24px;
  font-weight: 600;
  flex-basis: 300px;
}

@media (max-width: 768px) {
  .how__soc-title {
    flex-basis: auto;
  }
}

@media (max-width: 480px) {
  .how__soc-title {
    font-size: 16px;
    max-width: 214px;
  }
}

.how__socials {
  display: flex;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 480px) {
  .how__socials {
    background-color: transparent;
    gap: 10px;
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 480px) {
  .how__social {
    background-color: #fff;
    border-radius: 10px;
  }
}

.how__social:not(:last-child) {
  border-right: rgba(39, 37, 37, 0.25) 1px solid;
}

@media (max-width: 480px) {
  .how__social:not(:last-child) {
    border: none;
  }
}

.how__social-link {
  display: flex;
  gap: 11px;
  align-items: center;
  padding: 12px;
  padding-right: 28px;
}

.how__social-link:first-child {
  padding-left: 16px;
}

@media (max-width: 480px) {
  .how__social-link {
    padding: 16px;
    padding-right: 12px;
    padding-left: 12px;
  }
}

.how__social-link:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

@media (max-width: 480px) {
  .how__info {
    display: flex;
    align-items: center;
    flex-grow: 1;
  }
}

.how__social-name {
  font-size: 20px;
  font-weight: 600;
  flex-grow: 1;
}

.how__social-subs {
  white-space: nowrap;
  font-size: 12px;
  opacity: 50%;
}

@media (max-width: 480px) {
  .how__social-subs {
    border-left: rgba(39, 37, 37, 0.25) 1px solid;
    padding: 12px 0;
    padding-left: 12px;
  }
}

.how__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: none;
}

@media (max-width: 640px) {
  .how__arrow {
    display: block;
  }
}

.how__arrow-button {
  width: 40px;
  height: 40px;
  background-color: #272525;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}

/* Верхний отступ блока how (в ритме секций: .choose 70px / .dates__block 60px). */
.how {
  margin-top: 70px;
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  .how {
    margin-top: 40px;
  }
}


.speed-dating-info {
  margin-bottom: 80px;
  margin-top:40px;
}
.speed-datin-page_dates .dates__block {
  margin-top: 0;
}

@media (max-width: 992px) {

  /* Мини-бейдж «10 лет в Москве» на 4-й фотке hero (реальный элемент, как welcome__prices). */
  /* На мобиле фото-сетка масштабируется scale(1.3) — уменьшаем бейдж, чтобы визуально не раздувался. */
  .welcome__photo-badge {
    position: absolute;
    left: 8px;
    bottom: 8px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 9px 9px;
    background-color: #ffe9ea;
    border-radius: 8px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    line-height: 1.05;
    pointer-events: none;
    font-family: "IgraSans", sans-serif;
  }

  .welcome__photo-badge-num {
    color: #ff2c33;
    font-weight: 700;
    font-size: 13px;
  }

  .welcome__photo-badge-label {
    color: #ff2c33;
    font-weight: 500;
    font-size: 8px;
  }

  /* Снимаем webkit-mask с 4-й фотки: иначе градиентная маска затирает бейдж у края (10 лет -> 0 лет). Скругление картинки сохраняем отдельно. */
  .welcome__photo:nth-child(4) {
    -webkit-mask-image: none;
    mask-image: none;
  }

  .welcome__photo:nth-child(4) img {
    border-radius: 22px;
  }
}

/* Стили для нижнего описания в детальном тексте ресторанов */

/* Финальный блок-призыв в описании ресторана */
.format .restaurant-cta,
.section__paragraph .restaurant-cta{
  margin-top: 40px;
  padding: 28px 32px 28px 36px;
  border-radius: 20px;
  background: linear-gradient(135deg, #fff4f4 0%, #f3f8ff 100%);
  border: 1px solid rgba(255, 44, 51, 0.12);
  position: relative;
  overflow: hidden;
}

.format .restaurant-cta::before,
.section__paragraph .restaurant-cta::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  /*background: linear-gradient(180deg, #ff2c33 0%, #007bff 100%);*/
}

.format .restaurant-cta__dresscode,
.section__paragraph .restaurant-cta__dresscode {
  margin: 0 0 14px;
  padding-left: 26px;
  position: relative;
  font-size: 14px;
  line-height: 140%;
  color: #6b6b6b;
}

.format .restaurant-cta__dresscode::before,
.section__paragraph .restaurant-cta__dresscode::before {
  content: "👔";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
}

.format .restaurant-cta__invite,
.section__paragraph .restaurant-cta__invite {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 145%;
  color: #1a1a1a;
}

@media (max-width: 768px) {
  .format .restaurant-cta,
.section__paragraph .restaurant-cta {
    padding: 22px 20px 22px 24px;
  }
  .format .restaurant-cta__invite,
.section__paragraph .restaurant-cta__invite {
    font-size: 18px;
  }
}
/* EOF Стили для нижнего описания в детальном тексте ресторанов */
/* End */


/* Start:/local/templates/Fastlife-2-0/css/user.css?178363317156555*/
/* Базовые текстовые стили для контентных страниц (на основе детальной страницы fl_events) */
.text-content {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
}

@media (max-width: 768px) {
    .text-content {
        padding: 20px;
        margin-top: 20px;
        margin-bottom: 40px;
    }
}

.text-content h1 {
    font-family: 'IgraSans', sans-serif;
    font-size: 48px;
    margin-bottom: 25px;
    letter-spacing: -0.01em;
    line-height: 1.1;
}

@media (max-width: 640px) {
    .text-content h1 {
        font-size: 32px;
    }
}

.text-content h2 {
    font-family: 'IgraSans', sans-serif;
    font-size: 36px;
    margin-top: 40px;
    margin-bottom: 20px;
    letter-spacing: -0.01em;
}

@media (max-width: 640px) {
    .text-content h2 {
        font-size: 24px;
    }
}

.text-content h3 {
    font-family: 'IgraSans', sans-serif;
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 15px;
    letter-spacing: -0.01em;
}

@media (max-width: 640px) {
    .text-content h3 {
        font-size: 20px;
    }
}

.text-content p {
    margin-bottom: 16px;
    line-height: 1.5;
    font-size: 16px;
    color: #272525;
}

@media (max-width: 768px) {
    .text-content p {
        font-size: 14px;
    }
}

.text-content p:last-child {
    margin-bottom: 0;
}

.text-content ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
    margin-left: 1em;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.text-content ul>li {
    position: relative;
    padding-left: 20px;
    line-height: 1.5;
}

.text-content ul>li::before {
    content: '';
    background-color: #ff2c33;
    border-radius: 999px;
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
}

@media (max-width: 768px) {
    .text-content ul>li {
        font-size: 14px;
    }

    .text-content ul>li::before {
        top: 8px;
    }
}

.text-content ol {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 1em;
    counter-reset: text-counter;
    display: flex;
    flex-direction: column;
    gap: 15px;
    list-style: none;
    padding-left: 0;
}

.text-content ol>li {
    position: relative;
    padding-left: 20px;
    line-height: 1.5;
}

.text-content ol>li::before {
    counter-increment: text-counter;
    content: counter(text-counter) '.';
    color: #ff2c33;
    font-weight: 700;
    position: absolute;
    left: 0;
}

@media (max-width: 768px) {
    .text-content ol>li {
        font-size: 14px;
    }
}

.text-content a {
    color: #ff2c33;
    text-decoration: underline;
    transition: opacity 0.2s;
}

.text-content a:hover {
    text-decoration: none;
    opacity: 0.8;
}

/* Стили для сложного списка, как в кукисах (перенесено из шаблона) */
.text-content .readable-list {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}

.text-content .readable-list>li {
    background-color: #f9f9f9;
    border: 1px solid #e9e9e9;
    border-left: 4px solid #ff2c33;
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 4px;
}

.text-content .readable-list>li::before {
    content: none;
}

.text-content .readable-list .item-title {
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 0;
    margin-bottom: 10px;
}

.text-content .readable-list p {
    margin: 5px 0;
    line-height: 1.6;
}

.text-content .readable-list .details {
    margin-top: 10px;
    padding-left: 15px;
    border-left: 2px solid #ddd;
}

strong {
    font-weight: 700
}

/* ===== СТРАНИЦА КОРПОРАТИВ (/corporate/) ===== */

/* Hero */
.corp-hero {
    padding: 60px 0 40px;
}

.corp-hero__label {
    display: inline-block;
    background: #ff2c33;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 999px;
    margin-bottom: 20px;
}

.corp-hero__title {
    font-family: 'IgraSans', sans-serif;
    font-size: 56px;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: #272525;
    margin-bottom: 20px;
}

.corp-hero__accent {
    color: #ff2c33;
}

.corp-hero__lead {
    font-size: 18px;
    color: #555;
    max-width: 600px;
    line-height: 1.6;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .corp-hero__title { font-size: 36px; }
    .corp-hero__lead { font-size: 15px; }
}

/* Stats */
.corp-stats {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
}

.corp-stats__item {
    background: #272525;
    color: #fff;
    padding: 24px 32px;
    min-width: 140px;
    flex: 1;
}

.corp-stats__item:first-child { border-radius: 16px 0 0 16px; }
.corp-stats__item:last-child { border-radius: 0 16px 16px 0; }

.corp-stats__num {
    font-family: 'IgraSans', sans-serif;
    font-size: 40px;
    line-height: 1;
    color: #ff2c33;
    margin-bottom: 4px;
}

.corp-stats__num span {
    font-size: 28px;
}

.corp-stats__label {
    font-size: 13px;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

@media (max-width: 640px) {
    .corp-stats__item { min-width: 50%; }
    .corp-stats__item:nth-child(2) { border-radius: 0 16px 0 0; }
    .corp-stats__item:nth-child(3) { border-radius: 0 0 0 16px; }
    .corp-stats__item:first-child { border-radius: 16px 0 0 0; }
    .corp-stats__item:last-child { border-radius: 0 0 16px 0; }
}

/* Section */
.corp-section {
    padding: 80px 0;
    border-top: 1px solid #e0e0e0;
}

.corp-section__title {
    font-family: 'IgraSans', sans-serif;
    font-size: 36px;
    letter-spacing: -0.01em;
    margin-bottom: 32px;
    color: #272525;
}

@media (max-width: 640px) {
    .corp-section__title { font-size: 26px; }
    .corp-section { padding: 40px 0; }
}

/* Media tags */
.corp-media-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.corp-media-tag {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 10px 24px;
    border-radius: 999px;
    font-size: 14px;
    color: #272525;
    font-weight: 500;
    transition: all 0.2s;
}

.corp-media-tag:hover {
    border-color: #ff2c33;
    color: #ff2c33;
    transform: translateY(-2px);
}

/* Steps */
.corp-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
}

@media (max-width: 991px) {
    .corp-steps {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .corp-steps {
        grid-template-columns: 1fr;
    }
}

.corp-step {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.corp-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.corp-step__num {
    font-family: 'IgraSans', sans-serif;
    font-size: 32px;
    line-height: 1;
    color: #ff2c33;
    font-weight: 700;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.corp-step__num::after {
    content: '';
    height: 2px;
    width: 24px;
    background: #ff2c33;
    display: block;
    border-radius: 2px;
}

.corp-step { position: relative; overflow: hidden; }

.corp-step__name {
    font-family: 'IgraSans', sans-serif;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: #272525;
}

.corp-step__text {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

/* Offer */
.corp-offer {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.corp-offer__lead {
    color: #555;
    line-height: 1.7;
    font-size: 16px;
    max-width: 100%;
}

.corp-formats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

@media (max-width: 991px) {
    .corp-formats-grid {
        grid-template-columns: 1fr;
    }
}

.corp-format-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.corp-format-card:hover {
    border-color: #ff2c33;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.corp-format-card__icon {
    color: #ff2c33;
    background: #fff3f3;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    margin-bottom: 8px;
}

.corp-format-card__title {
    font-family: 'IgraSans', sans-serif;
    font-size: 20px;
    line-height: 1.2;
    color: #272525;
    margin: 0;
}

.corp-format-card__text {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* Cases */
.corp-cases {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

@media (max-width: 800px) {
    .corp-cases { grid-template-columns: 1fr; }
}

.corp-case {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: box-shadow 0.2s;
}

.corp-case:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
}

.corp-case__header {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.corp-case__client {
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #272525;
}

.corp-case__tag {
    font-size: 11px;
    background: #fff3f3;
    color: #ff2c33;
    border: 1px solid #ffcdd0;
    padding: 3px 10px;
    border-radius: 999px;
    font-weight: 600;
}

.corp-case__title {
    font-family: 'IgraSans', sans-serif;
    font-size: 22px;
    line-height: 1.2;
    color: #272525;
    margin: 0;
}

.corp-case__dl {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.corp-case__dl dt {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #ff2c33;
    margin-top: 8px;
}

.corp-case__dl dd {
    margin: 0;
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

.corp-case__img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
    margin-top: auto;
}

/* Benefits */
.corp-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media (max-width: 900px) {
    .corp-benefits { grid-template-columns: 1fr; }
}

.corp-benefit-group {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    padding: 40px 32px;
    transition: border-color 0.2s;
}

.corp-benefit-group:hover {
    border-color: #ff2c33;
}

.corp-benefit-group__title {
    font-family: 'IgraSans', sans-serif;
    font-size: 18px;
    color: #272525;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #ff2c33;
}

.corp-benefit-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.corp-benefit-group ul li {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    padding-left: 16px;
    position: relative;
}

.corp-benefit-group ul li::before {
    content: '';
    background: #ff2c33;
    border-radius: 999px;
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
}

/* CTA */
.corp-cta {
    padding: 60px 0 80px;
}

.corp-cta__inner {
    background: #272525;
    border-radius: 24px;
    padding: 48px 56px;
    text-align: center;
}

.corp-cta__quote {
    font-style: italic;
    color: #888;
    font-size: 15px;
    margin-bottom: 24px;
}

.corp-cta__title {
    font-family: 'IgraSans', sans-serif;
    font-size: 42px;
    color: #fff;
    margin-bottom: 12px;
}

.corp-cta__text {
    color: #aaa;
    font-size: 16px;
    margin-bottom: 32px;
}

.corp-cta__btn {
    background: #ff2c33;
    color: #fff;
    border: none;
    padding: 16px 44px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 0.2s, transform 0.15s;
}

.corp-cta__btn:hover {
    opacity: 0.85;
    transform: translateY(-2px);
}

@media (max-width: 640px) {
    .corp-cta__inner { padding: 32px 20px; }
    .corp-cta__title { font-size: 28px; }
}

/* Редизайн фотогалереи и связанных элементов */
.welcome_no-image .welcome__content {
    margin-right: 0;
    width: 100%;
}

.welcome_no-image .welcome__title {
    margin-bottom: 30px;
}

/* Кастомные стили для Colorbox под новый дизайн */
#colorbox.colorbox-new-style {
    outline: none !important;
}

#colorbox.colorbox-new-style #cboxWrapper {
    background: #fff !important;
    border-radius: 20px !important;
    overflow: hidden !important;
}

#colorbox.colorbox-new-style #cboxClose {
    top: 15px !important;
    right: 15px !important;
    width: 40px !important;
    height: 40px !important;
    background: #ff2c33 !important;
    color: #fff !important;
    border-radius: 50% !important;
    border: none !important;
    font-size: 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-indent: 0 !important;
    cursor: pointer !important;
    transition: background 0.3s ease !important;
}

#colorbox.colorbox-new-style #cboxClose:hover {
    background: #272525 !important;
}

#colorbox.colorbox-new-style #cboxCurrent {
    bottom: 20px !important;
    left: 20px !important;
    color: rgba(39, 37, 37, 0.5) !important;
    font-size: 14px !important;
}

#colorbox.colorbox-new-style #cboxTitle {
    bottom: 45px !important;
    left: 20px !important;
    color: #272525 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}

#colorbox.colorbox-new-style #cboxNext, 
#colorbox.colorbox-new-style #cboxPrevious {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    color: #ff2c33 !important;
    font-size: 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-indent: 0 !important;
    border: 1px solid rgba(0,0,0,0.05) !important;
    transition: all 0.3s ease !important;
    z-index: 9999 !important;
}

#colorbox.colorbox-new-style #cboxPrevious {
    left: 20px !important;
}

#colorbox.colorbox-new-style #cboxNext {
    right: 20px !important;
}

#colorbox.colorbox-new-style #cboxNext:hover, 
#colorbox.colorbox-new-style #cboxPrevious:hover {
    background: #ff2c33 !important;
    color: #fff !important;
}

#colorbox.colorbox-new-style #cboxLoadingGraphic {
    background: url(/local/templates/Fastlife-2-0/css/images/loading.gif) no-repeat center center !important;
}

/* ===== FL LIGHTBOX (нативный, без jQuery) ===== */

.fl-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.fl-lightbox--active {
    pointer-events: auto;
    opacity: 1;
}

.fl-lightbox__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
}

.fl-lightbox__modal {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    transform: scale(0.92);
    transition: transform 0.35s cubic-bezier(0.33, 1, 0.68, 1);
}

.fl-lightbox--active .fl-lightbox__modal {
    transform: scale(1);
}

.fl-lightbox__img {
    max-width: 90vw;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    opacity: 1;
    transition: opacity 0.25s ease;
}

.fl-lightbox__img.fl-lightbox__img--fade {
    opacity: 0;
}

.fl-lightbox__close,
.fl-lightbox__prev,
.fl-lightbox__next {
    position: absolute;
    background: #ff2c33;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    font-size: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, transform 0.2s ease;
    z-index: 2;
    line-height: 1;
}

.fl-lightbox__close:hover,
.fl-lightbox__prev:hover,
.fl-lightbox__next:hover {
    background: #272525;
    transform: scale(1.1);
}

.fl-lightbox__close {
    top: -54px;
    right: 0;
}

.fl-lightbox__prev {
    top: 50%;
    left: -60px;
    transform: translateY(-50%);
}

.fl-lightbox__prev:hover {
    transform: translateY(-50%) scale(1.1);
}

.fl-lightbox__next {
    top: 50%;
    right: -60px;
    transform: translateY(-50%);
}

.fl-lightbox__next:hover {
    transform: translateY(-50%) scale(1.1);
}

.fl-lightbox__caption {
    color: #fff;
    text-align: center;
    margin-top: 16px;
    font-size: 16px;
    font-weight: 500;
}

.fl-lightbox__counter {
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    margin-top: 8px;
    font-size: 14px;
}

@media (max-width: 768px) {
    .fl-lightbox__prev {
        left: 10px;
    }
    .fl-lightbox__next {
        right: 10px;
    }
    .fl-lightbox__close {
        top: -50px;
    }
}

/* ===== МИНИ-ГАЛЕРЕЯ В МОДАЛКАХ (media-reviews) ===== */

.media-reviews__modal-main-gallery {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    padding: 4px 0;
    -webkit-overflow-scrolling: touch;
}

.media-reviews__modal-main-gallery::-webkit-scrollbar {
    height: 4px;
}

.media-reviews__modal-main-gallery::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 2px;
}

.media-reviews__modal-main-gallery::-webkit-scrollbar-thumb {
    background: #ff2c33;
    border-radius: 2px;
}

.media-reviews__modal-main-gallery-image {
    width: 140px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
    flex-shrink: 0;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: block;
}

.media-reviews__modal-main-gallery a {
    flex-shrink: 0;
    text-decoration: none;
    line-height: 0;
}

.media-reviews__modal-main-gallery-image:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

/* ===== ДЕТАЛЬНАЯ СТРАНИЦА РЕСТОРАНА ===== */

.restaurant-detail__panorama,
.restaurant-detail__map {
    margin-top: 40px;
}

.restaurant-detail__panorama h2,
.restaurant-detail__map h2 {
    font-family: 'IgraSans', sans-serif;
    font-size: 32px;
    margin-bottom: 20px;
    color: #272525;
}

/* ===== СТРАНИЦА ОПЛАТЫ (/oplata/) ===== */

.oplata-hero {
    padding: 40px 0;
    background: #f8f8f8;
}

.oplata-hero__content {
}

.oplata-hero__title {
    font-family: 'IgraSans', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #272525;
    line-height: 1.1;
    margin: 16px 0 12px;
}

.oplata-hero__subtitle {
    font-size: 18px;
    color: rgba(39, 37, 37, 0.6);
    line-height: 1.5;
}

.oplata-payment {
    padding: 40px 0 80px;
}

.oplata-payment__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
    gap: 32px;
    align-items: start;
}

.oplata-payment__main {
    min-width: 0;
}

.oplata-payment__card {
    background: #fff;
    border: 1px solid rgba(39, 37, 37, 0.08);
    border-radius: 28px;
    padding: 32px;
    box-shadow: 0 24px 60px rgba(39, 37, 37, 0.08);
}

.oplata-payment__notice {
    margin-bottom: 28px;
    padding: 16px 20px;
    border-radius: 16px;
    background: #fff4e5;
    color: #5e4930;
    font-size: 15px;
    line-height: 1.5;
}

.oplata-payment__important {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid rgba(39, 37, 37, 0.08);
}

.oplata-payment__important-title {
    font-family: 'IgraSans', sans-serif;
    font-size: 20px;
    line-height: 1.2;
    color: #272525;
    margin-bottom: 16px;
}

.oplata-payment__important-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.oplata-payment__important-list li {
    position: relative;
    padding-left: 18px;
    font-size: 15px;
    line-height: 1.6;
    color: #5b5555;
}

.oplata-payment__important-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff2c33;
}

.oplata-payment__sidebar {
    display: flex;
    flex-direction: column;
}

.oplata-sidecard_instructions {
    flex: 1;
    margin-bottom: 20px;
}

.oplata-sidecard {
    background: #fff;
    border: 1px solid rgba(39, 37, 37, 0.08);
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 20px 50px rgba(39, 37, 37, 0.06);
}

.oplata-sidecard_accent {
    background: linear-gradient(180deg, #272525 0%, #1f1d1d 100%);
    color: #fff;
}

.oplata-sidecard__title {
    font-family: 'IgraSans', sans-serif;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 18px;
}

.oplata-steps {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 16px;
}

.oplata-steps__item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.oplata-steps__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ff2c33;
    color: #fff;
    font-family: 'IgraSans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    flex-shrink: 0;
}

.oplata-steps__text {
    font-size: 15px;
    line-height: 1.6;
    color: #5b5555;
    margin: 0;
}

.oplata-sidecard__contact {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.6;
}

.oplata-sidecard__contact:last-child {
    margin-bottom: 0;
}

.oplata-sidecard__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

.oplata-sidecard__list li,
.oplata-sidecard p {
    position: relative;
    margin: 0;
    padding-left: 18px;
    line-height: 1.65;
    color: inherit;
}

.oplata-sidecard__list li::before,
.oplata-sidecard p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #ff2c33;
}

.oplata-sidecard_accent a {
    color: #fff;
    text-decoration: underline;
}

.oplata-sidecard_accent .oplata-steps__text {
    color: rgba(255, 255, 255, 0.9);
}

.oplata-sidecard_accent .oplata-steps__number {
    background: rgba(255, 255, 255, 0.2);
}

.oplata-status__title {
    font-family: 'IgraSans', sans-serif;
    font-size: 28px;
    line-height: 1.05;
    margin-bottom: 14px;
}

.oplata-status__title_success {
    color: #1f8f4d;
}

.oplata-status__title_error {
    color: #cf2631;
}

.oplata-status__text_error {
    color: #cf2631;
}

.oplata-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.oplata-form__field {
    margin-bottom: 18px;
}

.oplata-form__field label {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    color: #272525;
}

.label_w_hint {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.label_w_hint .block {
    position: relative;
    flex-shrink: 0;
}

.label_w_hint .focus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 999px;
    background: rgba(255, 44, 51, 0.12);
    color: #ff2c33;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.label_w_hint .focus:hover,
.label_w_hint .focus:focus {
    background: #ff2c33;
    color: #fff;
    outline: none;
}

.label_w_hint .hidden {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%) translateY(-12px);
    width: 320px;
    padding: 14px 16px;
    border-radius: 12px;
    background: #272525;
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
    z-index: 10;
    margin-bottom: 12px;
}

.label_w_hint .hidden::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-top-color: #272525;
}

.label_w_hint .block:hover .hidden,
.label_w_hint .focus:hover + .hidden,
.label_w_hint .focus:focus + .hidden {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}

.oplata-form input[type="number"],
.oplata-form input[type="tel"] {
    width: 100%;
    min-height: 62px;
    border: 1px solid rgba(39, 37, 37, 0.12);
    border-radius: 18px;
    padding: 0 18px;
    font-size: 18px;
    color: #272525;
    background: #fcfbfb;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.oplata-form input:focus {
    outline: none;
    border-color: rgba(255, 44, 51, 0.4);
    box-shadow: 0 0 0 4px rgba(255, 44, 51, 0.12);
    background: #fff;
}

.form-agreement {
    margin-top: 8px;
    margin-bottom: 24px;
    padding: 18px;
    border: 1px solid rgba(39, 37, 37, 0.08);
    border-radius: 20px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.agreement-checkbox {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    cursor: pointer;
}

.agreement-checkbox input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.agreement-checkbox .checkmark {
    position: relative;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(39, 37, 37, 0.18);
    border-radius: 9px;
    background: #fff;
}

.agreement-checkbox .checkmark::after {
    content: "";
    position: absolute;
    left: 9px;
    top: 4px;
    width: 8px;
    height: 14px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(40deg);
    opacity: 0;
}

.agreement-checkbox input:checked + .checkmark {
    background: #ff2c33;
    border-color: #ff2c33;
}

.agreement-checkbox input:checked + .checkmark::after {
    opacity: 1;
}

.agreement-checkbox p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #5b5555;
}

.agreement-checkbox a {
    color: #ff2c33;
    text-decoration: underline;
}

.highlight-error {
    border-color: rgba(207, 38, 49, 0.4);
    background: #fff2f3;
    box-shadow: 0 0 0 4px rgba(207, 38, 49, 0.12);
}

.form-button {
    display: flex;
    justify-content: flex-start;
}

.pay-btn {
    min-width: 240px;
    min-height: 58px;
    border: none;
    border-radius: 999px;
    padding: 0 28px;
    font-family: 'IgraSans', sans-serif;
    font-size: 18px;
    letter-spacing: -0.01em;
    color: #fff;
    background: linear-gradient(135deg, #ff2c33 0%, #d10a17 100%);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.pay-btn:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(255, 44, 51, 0.24);
}

.pay-btn:disabled {
    cursor: not-allowed;
    opacity: 0.5;
    box-shadow: none;
}

#ym-payment-form {
    min-height: 0;
}

.payment-success-info {
    margin-top: 18px;
    padding: 22px;
    border: 1px solid rgba(31, 143, 77, 0.15);
    border-radius: 20px;
    background: linear-gradient(135deg, #effcf4 0%, #ffffff 100%);
}

.payment-success-info h2 {
    font-family: 'IgraSans', sans-serif;
    font-size: 28px;
    color: #1f8f4d;
    margin-bottom: 14px;
}

.payment-success-info p {
    margin-bottom: 10px;
    line-height: 1.6;
}

.payment-success-info__note {
    margin-top: 16px;
    color: #5b5555;
    font-size: 14px;
}

.oplata-sidecard {
    background: #fff;
    border: 1px solid rgba(39, 37, 37, 0.08);
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 20px 50px rgba(39, 37, 37, 0.06);
}

.oplata-sidecard_accent {
    background: linear-gradient(180deg, #272525 0%, #1f1d1d 100%);
    color: #fff;
}

.oplata-sidecard__title {
    font-family: 'IgraSans', sans-serif;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 18px;
}

.oplata-sidecard__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

.oplata-sidecard__list li,
.oplata-sidecard p {
    position: relative;
    margin: 0;
    padding-left: 18px;
    line-height: 1.65;
    color: inherit;
}

.oplata-sidecard__list li::before,
.oplata-sidecard p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #ff2c33;
}

.oplata-sidecard_accent a {
    color: #fff;
    text-decoration: underline;
}

.preloader {
    display: grid;
    justify-items: center;
    gap: 16px;
}

.preloader h3 {
    font-family: 'IgraSans', sans-serif;
    font-size: 24px;
    color: #272525;
    margin: 0;
    text-align: center;
}

.oplata-spinner {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 4px solid rgba(255, 44, 51, 0.16);
    border-top-color: #ff2c33;
    animation: oplata-spinner-rotate 0.8s linear infinite;
}

@keyframes oplata-spinner-rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ===== СТРАНИЦА «СПАСИБО» (/zayavka/spasibo.php) ===== */

.spasibo-hero {
    padding: 40px 0 24px;
}

.spasibo-hero__content {
}

.spasibo-hero__title {
    font-family: 'IgraSans', sans-serif;
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #272525;
    margin-top: 40px;
    margin-bottom: 12px;
}

.spasibo-hero__subtitle {
    font-size: 18px;
    line-height: 1.6;
    color: #5b5555;
    margin: 0;
}

.spasibo-main {
    padding: 40px 0 60px;
}

.spasibo-main__layout {
    display: grid;
    grid-template-columns: 1fr minmax(280px, 340px);
    gap: 32px;
    align-items: stretch;
}

.spasibo-main__layout_full {
    grid-template-columns: 1fr;
}

.spasibo-main__card {
    background: #fff;
    border: 1px solid rgba(39, 37, 37, 0.08);
    border-radius: 28px;
    padding: 40px;
}

.spasibo-main__card-title {
    font-family: 'IgraSans', sans-serif;
    font-size: 28px;
    line-height: 1.2;
    color: #272525;
    margin: 0 0 28px;
}

.spasibo-steps {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.spasibo-step {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.spasibo-step__number {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ff2c33;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    flex-shrink: 0;
}

.spasibo-step__text {
    font-size: 16px;
    line-height: 1.6;
    color: #272525;
    padding-top: 6px;
}

.spasibo-step__text a {
    color: #ff2c33;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.spasibo-step__text a:hover {
    color: #d42028;
}

.spasibo-main__note {
    font-size: 12px;
    line-height: 1.5;
    color: #999;
    margin-top: 24px;
}

.spasibo-main__sidebar {
    min-width: 0;
}

.spasibo-pay-card {
    background: #272525;
    border-radius: 28px;
    padding: 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.spasibo-pay-card__title {
    font-family: 'IgraSans', sans-serif;
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 12px;
}

.spasibo-pay-card__text {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 24px;
}

.spasibo-pay-card .button {
    display: inline-block;
    width: auto;
    padding: 14px 36px;
}

.spasibo-social {
    padding: 40px 0 60px;
}

.spasibo-social__grid {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
}

.spasibo-social__comments {
    background: #fff;
    border: 1px solid rgba(39, 37, 37, 0.08);
    border-radius: 28px;
    padding: 32px;
    max-width: 700px;
    width: 100%;
}

.spasibo-social__title {
    font-family: 'IgraSans', sans-serif;
    font-size: 24px;
    line-height: 1.2;
    color: #272525;
    margin: 0 0 16px;
}

.spasibo-social__text {
    font-size: 15px;
    line-height: 1.6;
    color: #5b5555;
    margin: 0 0 16px;
}

.spasibo-social__image {
    margin: 16px 0;
    border-radius: 16px;
    overflow: hidden;
}

.spasibo-social__image img {
    display: block;
    width: 100%;
    height: auto;
}

.spasibo-social__vk {
    background: #fff;
    border: 1px solid rgba(39, 37, 37, 0.08);
    border-radius: 28px;
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 260px;
}

.spasibo-legal {
    padding: 0 0 60px;
}

.spasibo-legal__text {
    max-width: 800px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.6;
    color: #999;
    text-align: center;
}

/* ===== СТРАНИЦА «ОШИБКА» (/zayavka/oshibka.php) ===== */

.spasibo-hero__title_error {
    color: #ff2c33;
}

.spasibo-main__layout_center {
    grid-template-columns: 1fr;
    justify-items: center;
}

.spasibo-main__layout_center > .spasibo-main__card {
    max-width: 600px;
    width: 100%;
}

.oshibka-text {
    font-size: 16px;
    line-height: 1.7;
    color: #272525;
    margin: 0 0 16px;
}

.oshibka-text:last-of-type {
    margin-bottom: 24px;
}

.oshibka-text_accent {
    color: #ff2c33;
    font-size: 18px;
}

.oshibka-btn {
    display: inline-block;
    margin-top: 8px;
}

/* ========================
   Страница 404 (/404.php)
   ======================== */

.spasibo-hero__title_404 {
    color: #ff2c33;
}

.error-404-list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
}

.error-404-list li {
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    line-height: 1.7;
    color: #272525;
    margin-bottom: 8px;
}

.error-404-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff2c33;
}

.error-404-nav {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid rgba(39, 37, 37, 0.1);
}

.error-404-btn {
    display: inline-block;
    margin-bottom: 24px;
}

.error-404-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
}

.error-404-links a {
    font-size: 15px;
    color: #272525;
    text-decoration: none;
    border-bottom: 1px solid rgba(39, 37, 37, 0.2);
    transition: all 0.2s ease;
}

.error-404-links a:hover {
    color: #ff2c33;
    border-color: #ff2c33;
}

/* ========================
   Фото — Hero
   ======================== */

.spasibo-hero__title_404 {
    color: #ff2c33;
}

.error-404-list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
}

.error-404-list li {
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    line-height: 1.7;
    color: #272525;
    margin-bottom: 8px;
}

.error-404-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff2c33;
}

.error-404-nav {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid rgba(39, 37, 37, 0.1);
}

.error-404-btn {
    display: inline-block;
    margin-bottom: 24px;
}

.error-404-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
}

.error-404-links a {
    font-size: 15px;
    color: #272525;
    text-decoration: none;
    border-bottom: 1px solid rgba(39, 37, 37, 0.2);
    transition: all 0.2s ease;
}

.error-404-links a:hover {
    color: #ff2c33;
    border-color: #ff2c33;
}

/* ========================
   Фото — Hero
   ======================== */

.foto-hero {
    padding: 40px 0;
    background: #f8f8f8;
}

.foto-hero__title {
    font-family: 'IgraSans', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #272525;
    line-height: 1.1;
    margin: 16px 0 12px;
}

.foto-hero__subtitle {
    font-size: 18px;
    color: rgba(39, 37, 37, 0.6);
    line-height: 1.5;
}

/* ========================
   Фото — About
   ======================== */

.foto-about {
    padding: 32px 0;
}

.foto-about__card {
    background: #fff;
    border-radius: 20px;
    padding: 36px 40px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
}

.foto-about__card p {
    font-size: 15px;
    color: rgba(39, 37, 37, 0.75);
    line-height: 1.7;
    margin: 0 0 16px;
}

.foto-about__card p:last-child {
    margin-bottom: 0;
}

.foto-about__card strong {
    color: #272525;
    font-weight: 600;
}

/* ========================
   Отзывы — Hero
   ======================== */

.otzyvy-hero {
    padding: 40px 0;
    margin-bottom: 40px;
    background: #f8f8f8;
}

.otzyvy-hero__content {
}

.otzyvy-hero__title {
    font-family: 'IgraSans', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #272525;
    line-height: 1.1;
    margin: 16px 0 12px;
}

.otzyvy-hero__subtitle {
    font-size: 18px;
    color: rgba(39, 37, 37, 0.6);
    line-height: 1.5;
}

/* ========================
   Отзывы — Яндекс виджет
   ======================== */

.otzyvy-yandex {
    padding: 48px 0;
}

.otzyvy-yandex__wrap {
    position: relative;
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.otzyvy-yandex__iframe {
    display: block;
    width: 100%;
    height: 500px;
    border: none;
}

.otzyvy-yandex__link {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #b3b3b3;
    font-size: 11px;
    font-family: 'YS Text', sans-serif;
    padding: 10px 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ========================
   Отзывы — Сетка отзывов
   ======================== */

.otzyvy-grid {
    padding: 48px 0 80px;
}

@media (max-width: 1024px) {
    .oplata-payment__layout {
        grid-template-columns: 1fr;
    }

    .oplata-payment__sidebar {
        flex-direction: row;
        gap: 20px;
    }

    .oplata-sidecard_instructions {
        flex: none;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .oplata-hero {
        padding-top: 24px;
    }

    .oplata-hero__title {
        font-size: 32px;
    }

    .oplata-hero__subtitle {
        font-size: 16px;
    }

    .oplata-payment {
        padding: 32px 0 60px;
    }

    .oplata-payment__card,
    .oplata-sidecard {
        padding: 22px;
        border-radius: 20px;
    }

    .oplata-payment__sidebar {
        flex-direction: column;
    }

    .oplata-form__grid {
        grid-template-columns: 1fr;
    }

    .oplata-form input[type="number"],
    .oplata-form input[type="tel"] {
        min-height: 56px;
        font-size: 16px;
    }

    .pay-btn {
        width: 100%;
        min-width: 0;
    }

    .oplata-steps__item {
        gap: 12px;
    }

    .oplata-steps__number {
        min-width: 28px;
        height: 28px;
        font-size: 14px;
    }

    .oplata-steps__text {
        font-size: 14px;
    }

    .oplata-payment__important {
        margin-top: 24px;
        padding-top: 20px;
    }

    .oplata-payment__important-title {
        font-size: 18px;
    }

    .oplata-payment__important-list li {
        font-size: 14px;
    }

    .spasibo-hero {
        padding-top: 24px;
    }

    .spasibo-hero__title {
        font-size: 32px;
    }

    .spasibo-hero__subtitle {
        font-size: 16px;
    }

    .spasibo-main {
        padding: 24px 0 40px;
    }

    .spasibo-main__layout {
        grid-template-columns: 1fr;
    }

    .spasibo-main__card {
        padding: 24px;
        border-radius: 20px;
    }

    .spasibo-main__card-title {
        font-size: 22px;
    }

    .spasibo-step__number {
        min-width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .spasibo-step__text {
        font-size: 14px;
        padding-top: 4px;
    }

    .spasibo-pay-card {
        padding: 24px;
        border-radius: 20px;
    }

    .spasibo-pay-card__title {
        font-size: 20px;
    }

    .spasibo-social {
        padding: 24px 0 40px;
    }

    .spasibo-social__comments {
        padding: 24px;
        border-radius: 20px;
    }

    .spasibo-social__title {
        font-size: 20px;
    }

    .spasibo-legal {
        padding: 0 0 40px;
    }

    .foto-hero__title {
        font-size: 32px;
    }

    .foto-hero__subtitle {
        font-size: 16px;
    }

    .foto-about__card {
        padding: 24px 20px;
        border-radius: 16px;
    }

    .otzyvy-hero__title {
        font-size: 32px;
    }

    .otzyvy-hero__subtitle {
        font-size: 16px;
    }

    .otzyvy-yandex {
        padding: 32px 0;
    }

    .otzyvy-yandex__iframe {
        height: 400px;
    }

    .otzyvy-grid {
        padding: 32px 0 60px;
    }
}

.booking-form_compact::before {
    display: none !important;
}

/* Оверлей-ссылка для карточек мероприятий */
.booking-form__image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 17px 17px 0 0;
    margin: -7px;
    width: calc(100% + 14px);
    height: 170px;
}

.booking-form__image-wrapper .booking-form__image {
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 0 !important;
}

.booking-form__image-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 176px; /* Жестко ограничиваем высоту на случай кэширования старого HTML */
    z-index: 10;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    opacity: 0;
    border-radius: 17px 17px 0 0;
    transition: background-color 0.3s ease, opacity 0.3s ease;
}

.booking-form__image-link:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: -4px;
}

.booking-form__image-link::after {
    content: 'Подробнее';
    display: block;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.booking-form:hover .booking-form__image-link {
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
}

.booking-form:hover .booking-form__image-link::after {
    transform: translateY(0);
}

/* Стили для YouTube превью в модальных окнах */
.stats__video-wrap_youtube {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 20px;
    max-width: 565px;
    margin: 0 auto;
}

.stats__video-wrap_youtube .stats__video-poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.stats__video-wrap_youtube:hover .stats__video-poster {
    opacity: 1;
}

.stats__video-wrap_youtube .stats__video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 2;
    transition: transform 0.3s ease;
}

.stats__video-wrap_youtube:hover .stats__video-play {
    transform: translate(-50%, -50%) scale(1.1);
}

.stats__video-wrap_youtube.is-playing .stats__video-poster,
.stats__video-wrap_youtube.is-playing .stats__video-play {
    display: none;
}

/* Стили для Kinescope превью в модальных окнах */
.stats__video-wrap_kinescope {
    position: relative;
    width: 100%;
    aspect-ratio: auto;
    background: transparent;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 20px;
    max-width: 565px;
    margin: 0 auto;
}

.stats__video-wrap_kinescope .stats__video-poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.stats__video-wrap_kinescope:hover .stats__video-poster {
    opacity: 1;
}

.stats__video-wrap_kinescope .stats__video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 2;
    transition: transform 0.3s ease;
}

.stats__video-wrap_kinescope:hover .stats__video-play {
    transform: translate(-50%, -50%) scale(1.1);
}

.stats__video-wrap_kinescope.is-playing .stats__video-poster,
.stats__video-wrap_kinescope.is-playing .stats__video-play {
    display: none;
}

/* FAQ Page Styles */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid #e0e0e0; }
/* .faq-item:first-child { border-top: 1px solid #e0e0e0; } */
.faq-item:last-child { border-bottom: none; }
.faq-question { width: 100%; text-align: left; padding: 24px 0; background: none; border: none; font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 600; color: #272525; cursor: pointer; display: flex; justify-content: space-between; align-items: center; outline: none; transition: color 0.3s ease; gap: 20px; }
.faq-question:hover { color: #ff2c33; }
.faq-icon { font-size: 28px; font-weight: 300; color: #ff2c33; transition: transform 0.3s ease; flex-shrink: 0; }
.faq-item.active .faq-icon { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, opacity 0.4s ease; opacity: 0; }
.faq-item.active .faq-answer { max-height: 500px; opacity: 1; }
.faq-answer-content { padding-bottom: 24px; color: rgba(39, 37, 37, 0.8); line-height: 1.6; font-size: 16px; }
.faq-content {margin-top: 40px;}

.direct-faq {
    --direct-faq-bg: #ebebeb;
    padding: 68px 0 58px;
    
}



.direct-faq__title {
    margin-bottom: 28px;
}

.direct-faq__list-wrap {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px
}

.direct-faq__list-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 132px;
    background: linear-gradient(180deg, rgba(235, 235, 235, 0) 0%, var(--direct-faq-bg) 76%);
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.direct-faq.is-expanded .direct-faq__list-wrap::after {
    opacity: 0;
}

.direct-faq__clip {
    max-height: var(--direct-faq-collapsed-height, 252px);
    overflow: hidden;
    transition: max-height 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.direct-faq__toggle {
    position: absolute;
    left: 50%;
    bottom: 12px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    color: #fff;
    background: #ff2c33;
    border-radius: 50%;
    box-shadow: 0 14px 30px rgba(255, 44, 51, 0.28);
    cursor: pointer;
    transform: translateX(-50%);
    transition: transform 0.28s ease, background-color 0.28s ease, box-shadow 0.28s ease;
}

.direct-faq__toggle:hover,
.direct-faq__toggle:focus-visible {
    background: #272525;
    box-shadow: 0 16px 34px rgba(39, 37, 37, 0.22);
    transform: translateX(-50%) translateY(-2px);
}

.direct-faq__toggle:focus-visible {
    outline: 2px solid rgba(255, 44, 51, 0.45);
    outline-offset: 4px;
}

.direct-faq__toggle svg {
    width: 58px;
    height: 58px;
    transition: transform 0.35s ease;
}

.direct-faq.is-expanded .direct-faq__toggle {
    position: relative;
    bottom: auto;
    margin-top: 22px;
}

.direct-faq.is-expanded .direct-faq__toggle svg {
    transform: rotate(180deg);
}

.direct-faq__round {
    display: block;
    position: relative;
    width: 100%;
    transform: rotateZ(180deg) translateY(-100%);
    top: 55px;
}
@media (max-width: 768px) {
    .direct-faq__round {
        top: 40px;
    }
}

@media (max-width: 768px) {
    .direct-faq {
        padding: 46px 0 42px;
    }

    .direct-faq__title {
        margin-bottom: 18px;
    }

    .direct-faq__list-wrap::after {
        height: 118px;
    }

    .direct-faq__toggle {
        width: 52px;
        height: 52px;
    }

    .direct-faq__toggle svg {
        width: 52px;
        height: 52px;
    }
}

.scroll-top {
    position: fixed;
    bottom: 85px;
    right: 25px;
    z-index: 999;
    width: 52px;
    height: 52px;
    border: none;
    border-radius: 50%;
    background: #272525;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.8);
    transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1),
                visibility 0.4s cubic-bezier(0.33, 1, 0.68, 1),
                transform 0.4s cubic-bezier(0.33, 1, 0.68, 1),
                box-shadow 0.3s ease;
    box-shadow: 0 4px 16px rgba(39, 37, 37, 0.2);
    outline: none;
}

.scroll-top:hover {
    background: #ff2c33;
    transform: translateY(-4px) scale(1.08);
    box-shadow: 0 8px 28px rgba(255, 44, 51, 0.35);
}

.scroll-top:active {
    transform: translateY(0) scale(0.95);
    transition-duration: 0.1s;
}

.scroll-top--visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.scroll-top svg {
    animation: fl-arrow-idle 2.4s ease-in-out infinite;
}

.scroll-top:hover svg {
    animation: fl-arrow-bounce 0.5s ease;
}

@keyframes fl-arrow-idle {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}

@keyframes fl-arrow-bounce {
    0% { transform: translateY(0); }
    30% { transform: translateY(-5px); }
    60% { transform: translateY(0); }
    80% { transform: translateY(-2px); }
    100% { transform: translateY(0); }
}

@media (max-width: 640px) {
    .scroll-top {
        bottom: 75px;
        right: 22px;
        width: 44px;
        height: 44px;
    }
}

.booking-form__submit-btn {
    position: relative;
}

.booking-form__submit-btn_loading {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0.9;
}

.booking-form__submit-loader {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 1em;
}

.booking-form__submit-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: currentColor;
    opacity: 0.35;
    animation: booking-form-submit-dot 1.2s ease-in-out infinite;
}

.booking-form__submit-dot:nth-child(2) {
    animation-delay: 0.2s;
}

.booking-form__submit-dot:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes booking-form-submit-dot {
    0%, 80%, 100% {
        opacity: 0.35;
        transform: scale(0.8);
    }

    40% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Тег секции мероприятия на изображении (Основная / Молодёжная / Старшая группа) */
.booking-form__event-tag {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 15;

    display: inline-flex;
    align-items: center;
    padding: 6px 14px;

    border-radius: 999px;

    font-size: 13px;
    font-weight: 600;
    line-height: 1;

    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .4),
        0 2px 8px rgba(0, 0, 0, .15);
}

.booking-form__event-tag--senior {
    background: linear-gradient(
        180deg,
        rgba(255, 214, 205, .92) 0%,
        rgba(255, 200, 188, .88) 100%
    );
    color: #7c4b43;
}

.booking-form__event-tag--main {
    background: linear-gradient(
        180deg,
        rgba(255, 228, 150, .92) 0%,
        rgba(255, 218, 120, .88) 100%
    );
    color: #6f5a1a;
}

.booking-form__event-tag--young {
    background: linear-gradient(
        180deg,
        rgba(196, 217, 255, .92) 0%,
        rgba(180, 205, 255, .88) 100%
    );
    color: #41609a;
}

/* Drag-границы диапазона дат в блоке "Подбор мероприятия" */
.choose__schedule {
    cursor: grab;
    touch-action: pan-y;
}

.choose__schedule .choose__day {
    cursor: grab;
}

.choose__schedule._scroll-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
}

.choose__schedule._scroll-dragging .choose__day {
    cursor: grabbing;
    pointer-events: none;
}

.choose__day[data-type="start"],
.choose__day[data-type="end"],
.choose__day[data-type="single"] {
    background-color: rgba(39, 37, 37, 0.2);
}

.choose__day[data-type="start"],
.choose__day[data-type="end"] {
    cursor: ew-resize;
    touch-action: none;
}

.choose__day._dragging {
    background-color: rgba(39, 37, 37, 0.24);
}

/* Адаптив кнопки "Получить приглашение" на первом экране (Hero) */
.welcome__button_mobile {
    display: none;
}

@media (max-width: 425px) {
    .welcome__prices {
        display: none !important;
    }

    .welcome__button_desktop {
        display: none !important;
    }

    .welcome__button_mobile {
        display: inline-block !important;
        order: 2;
        align-self: stretch;
        width: 100%;
        margin-top: 40px;
    }
}

/* End */
/* /local/templates/Fastlife-2-0/css/style_v2.css?178363317191921 */
/* /local/templates/Fastlife-2-0/css/user.css?178363317156555 */
