

/* Start:/local/templates/af/template_styles.css?1782547976186387*/
@charset "UTF-8";
@keyframes neon-pulse {
  from {
    -webkit-text-stroke-color: #ff3047;
    text-shadow: 0 0 16px #ff1d38, 0 0 32px #ff1d38, 0 0 45px rgb(255, 29, 56), 0 0 70px rgba(255, 29, 56, 0.9), 0 0 130px rgba(255, 29, 56, 0.7), 0 0 220px rgba(255, 29, 56, 0.45);
  }
  to {
    -webkit-text-stroke-color: #ff5e74;
    text-shadow: 0 0 17px #ff1d38, 0 0 34px #ff1d38, 0 0 55px rgb(255, 29, 56), 0 0 80px rgba(255, 29, 56, 0.95), 0 0 150px rgba(255, 29, 56, 0.75), 0 0 250px rgba(255, 29, 56, 0.5);
  }
}
@keyframes neon-pulse-mobile {
  from {
    -webkit-text-stroke-color: #ff3047;
    text-shadow: 0 0 2px #ff1d38, 0 0 5px #ff1d38, 0 0 9px rgba(255, 29, 56, 0.9), 0 0 14px rgba(255, 29, 56, 0.45);
  }
  to {
    -webkit-text-stroke-color: #ff5e74;
    text-shadow: 0 0 3px #ff1d38, 0 0 6px #ff1d38, 0 0 11px rgba(255, 29, 56, 0.95), 0 0 18px rgba(255, 29, 56, 0.55);
  }
}
@keyframes neon-flicker {
  0%, 100% {
    opacity: 1;
    filter: brightness(1);
  }
  3% {
    opacity: 0.95;
    filter: brightness(0.95);
  }
  3.4% {
    opacity: 1;
    filter: brightness(1.05);
  }
  3.8% {
    opacity: 0.97;
    filter: brightness(0.97);
  }
  4.2% {
    opacity: 1;
    filter: brightness(1);
  }
  17% {
    opacity: 1;
    filter: brightness(1.4);
  }
  17.3% {
    opacity: 1;
    filter: brightness(1);
  }
  31%, 31.6% {
    opacity: 0.93;
    filter: brightness(0.93);
  }
  32% {
    opacity: 1;
    filter: brightness(1.15);
  }
  48% {
    opacity: 0.97;
    filter: brightness(0.97);
  }
  48.3% {
    opacity: 1;
    filter: brightness(1);
  }
  63% {
    opacity: 1;
    filter: brightness(1.45);
  }
  63.4% {
    opacity: 0.95;
    filter: brightness(0.95);
  }
  63.8% {
    opacity: 1;
    filter: brightness(1.25);
  }
  82%, 82.2% {
    opacity: 0.92;
    filter: brightness(0.92);
  }
  82.5% {
    opacity: 1;
    filter: brightness(1);
  }
  91% {
    opacity: 0.96;
    filter: brightness(0.96);
  }
  91.3% {
    opacity: 1;
    filter: brightness(1.08);
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, figure, blockquote, dl, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

img, picture, video, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

input, textarea, select {
  font: inherit;
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 2px solid rgba(255, 29, 56, 0.6);
  outline-offset: 4px;
  border-radius: 2px;
}

.header__nav-link:focus-visible,
.header__cta:focus-visible,
.hero__cta:focus-visible {
  outline-offset: 6px;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background: #161616;
  color: #FFFFFF;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 156px;
  padding-right: 156px;
  box-sizing: border-box;
}
@media (max-width: 1699px) {
  .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1399px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1279px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1023px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 479px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.accent {
  color: #FF1D38;
}

.headline-outlined {
  color: transparent;
  -webkit-text-stroke: 2px #FF1D38;
  text-shadow: 0 0 30px rgb(255, 29, 56);
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.glow-text {
  transition: text-shadow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-text-stroke-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: neon-flicker 12s infinite;
}
@media (max-width: 639px) {
  .glow-text {
    animation-name: neon-flicker-mobile;
  }
}

@keyframes neon-flicker {
  0%, 100% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 29, 56, 0.5);
    -webkit-text-stroke-color: #FF1D38;
  }
  18%, 18.4% {
    opacity: 1;
    text-shadow: none;
    -webkit-text-stroke-color: rgba(255, 29, 56, 0.4);
  }
  20%, 26% {
    opacity: 1;
    text-shadow: 0 0 6px rgb(255, 29, 56), 0 0 18px rgba(255, 29, 56, 0.95), 0 0 40px rgba(255, 29, 56, 0.8);
    -webkit-text-stroke-color: #FF1D38;
  }
  32% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 29, 56, 0.5);
  }
  47%, 47.5% {
    opacity: 1;
    text-shadow: none;
    -webkit-text-stroke-color: rgba(255, 29, 56, 0.35);
  }
  48% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 29, 56, 0.5);
  }
  48.6%, 49% {
    opacity: 1;
    text-shadow: 0 0 8px rgba(255, 29, 56, 0.45);
  }
  51%, 58% {
    opacity: 1;
    text-shadow: 0 0 8px rgb(255, 29, 56), 0 0 22px rgb(255, 29, 56), 0 0 50px rgba(255, 29, 56, 0.85);
    -webkit-text-stroke-color: #FF1D38;
  }
  65% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 29, 56, 0.5);
  }
  78%, 78.3% {
    opacity: 1;
    text-shadow: none;
    -webkit-text-stroke-color: rgba(255, 29, 56, 0.45);
  }
  80%, 86% {
    opacity: 1;
    text-shadow: 0 0 6px rgb(255, 29, 56), 0 0 18px rgba(255, 29, 56, 0.9), 0 0 38px rgba(255, 29, 56, 0.75);
    -webkit-text-stroke-color: #FF1D38;
  }
}
@keyframes neon-flicker-mobile {
  0%, 100% {
    opacity: 1;
    text-shadow: 0 0 12px rgba(255, 29, 56, 0.32);
    -webkit-text-stroke-color: #FF1D38;
  }
  18%, 18.4% {
    opacity: 1;
    text-shadow: none;
    -webkit-text-stroke-color: rgba(255, 29, 56, 0.4);
  }
  20%, 26% {
    opacity: 1;
    text-shadow: 0 0 4px rgba(255, 29, 56, 0.7), 0 0 10px rgba(255, 29, 56, 0.48), 0 0 18px rgba(255, 29, 56, 0.28);
    -webkit-text-stroke-color: #FF1D38;
  }
  32% {
    opacity: 1;
    text-shadow: 0 0 12px rgba(255, 29, 56, 0.32);
  }
  47%, 47.5% {
    opacity: 1;
    text-shadow: none;
    -webkit-text-stroke-color: rgba(255, 29, 56, 0.35);
  }
  48% {
    opacity: 1;
    text-shadow: 0 0 12px rgba(255, 29, 56, 0.32);
  }
  48.6%, 49% {
    opacity: 1;
    text-shadow: 0 0 6px rgba(255, 29, 56, 0.28);
  }
  51%, 58% {
    opacity: 1;
    text-shadow: 0 0 4px rgba(255, 29, 56, 0.72), 0 0 12px rgba(255, 29, 56, 0.5), 0 0 20px rgba(255, 29, 56, 0.3);
    -webkit-text-stroke-color: #FF1D38;
  }
  65% {
    opacity: 1;
    text-shadow: 0 0 12px rgba(255, 29, 56, 0.32);
  }
  78%, 78.3% {
    opacity: 1;
    text-shadow: none;
    -webkit-text-stroke-color: rgba(255, 29, 56, 0.45);
  }
  80%, 86% {
    opacity: 1;
    text-shadow: 0 0 4px rgba(255, 29, 56, 0.65), 0 0 10px rgba(255, 29, 56, 0.45), 0 0 18px rgba(255, 29, 56, 0.26);
    -webkit-text-stroke-color: #FF1D38;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  background: rgba(40, 40, 40, 0.96);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  backdrop-filter: blur(0);
  transition: background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), backdrop-filter 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body.is-header-compact .header {
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
}
.header__inner {
  display: grid;
  grid-template-columns: minmax(150px, 194px) auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 104px;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: min-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), padding 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), grid-template-columns 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 1919px) {
  .header__inner {
    grid-template-columns: minmax(150px, 194px) auto auto;
  }
}
@media (max-width: 1699px) {
  .header__inner {
    grid-template-columns: 150px auto auto;
    gap: 18px;
    min-height: 92px;
  }
}
@media (max-width: 1279px) {
  .header__inner {
    grid-template-columns: 120px auto auto;
  }
}
@media (max-width: 1023px) {
  .header__inner {
    grid-template-columns: auto 1fr auto;
    gap: 16px;
    min-height: 84px;
  }
}
@media (max-width: 639px) {
  .header__inner {
    min-height: 72px;
    gap: 12px;
  }
}
body.is-header-compact .header__inner {
  grid-template-columns: minmax(120px, 150px) auto 1fr;
  min-height: 74px;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (max-width: 1699px) {
  body.is-header-compact .header__inner {
    grid-template-columns: 124px auto auto;
    min-height: 70px;
  }
}
@media (max-width: 1279px) {
  body.is-header-compact .header__inner {
    grid-template-columns: 104px auto auto;
  }
}
@media (max-width: 1023px) {
  body.is-header-compact .header__inner {
    grid-template-columns: auto 1fr auto;
    min-height: 64px;
  }
}
@media (max-width: 639px) {
  body.is-header-compact .header__inner {
    min-height: 58px;
  }
}
.header__logo {
  display: inline-grid;
  grid-template-columns: 70px auto;
  align-items: center;
  gap: 0;
  justify-self: start;
  flex-shrink: 0;
  width: 194px;
  color: #FFFFFF;
  text-decoration: none;
  transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), gap 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 1699px) {
  .header__logo {
    grid-template-columns: 54px auto;
    width: 150px;
  }
}
@media (max-width: 1279px) {
  .header__logo {
    grid-template-columns: 44px auto;
    width: 120px;
  }
}
@media (max-width: 1023px) {
  .header__logo {
    grid-template-columns: 48px auto;
    width: 128px;
  }
}
@media (max-width: 639px) {
  .header__logo {
    grid-template-columns: 42px auto;
    width: 112px;
  }
}
body.is-header-compact .header__logo {
  grid-template-columns: 52px auto;
  width: 150px;
}
@media (max-width: 1699px) {
  body.is-header-compact .header__logo {
    grid-template-columns: 44px auto;
    width: 124px;
  }
}
@media (max-width: 1279px) {
  body.is-header-compact .header__logo {
    grid-template-columns: 38px auto;
    width: 104px;
  }
}
@media (max-width: 1023px) {
  body.is-header-compact .header__logo {
    grid-template-columns: 40px auto;
    width: 110px;
  }
}
@media (max-width: 639px) {
  body.is-header-compact .header__logo {
    grid-template-columns: 34px auto;
    width: 96px;
  }
}
.header__logo svg,
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header__logo-mark {
  display: block;
  aspect-ratio: 1;
  filter: brightness(0.68) saturate(0.86) drop-shadow(0 0 5px rgba(255, 29, 56, 0.28));
  animation: header-logo-a-heartbeat 2.5s infinite;
  transform-origin: center;
}
.header__logo-mark img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.header__logo-a {
  fill: rgba(255, 29, 56, 0.46);
  animation: header-logo-a-heartbeat 2.5s infinite;
  transform-box: fill-box;
  transform-origin: center;
}
.header__logo-a--right {
  animation-delay: 0.08s;
}
.header__logo-a--bar {
  animation-delay: 0.14s;
}
.header__logo-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  line-height: 0.92;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  filter: drop-shadow(0 0 10px rgba(255, 29, 56, 0.52)) drop-shadow(0 0 20px rgba(255, 29, 56, 0.28));
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header__logo-word {
  display: block;
  white-space: nowrap;
}
.header__logo-word--accent {
  color: #FF1D38;
  font-size: 22px;
  text-shadow: 0 0 10px rgba(255, 29, 56, 0.72), 0 0 20px rgba(255, 29, 56, 0.42);
}
.header__logo-word--light {
  color: #FFFFFF;
  font-size: 19px;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.32), 0 0 18px rgba(255, 29, 56, 0.22);
}
@media (max-width: 1699px) {
  .header__logo-word--accent {
    font-size: 17px;
  }
  .header__logo-word--light {
    font-size: 15px;
  }
}
@media (max-width: 1279px) {
  .header__logo-word--accent {
    font-size: 14px;
  }
  .header__logo-word--light {
    font-size: 13px;
  }
}
@media (max-width: 1023px) {
  .header__logo-word--accent {
    font-size: 15px;
  }
  .header__logo-word--light {
    font-size: 13px;
  }
}
@media (max-width: 639px) {
  .header__logo-word--accent {
    font-size: 13px;
  }
  .header__logo-word--light {
    font-size: 12px;
  }
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-self: center;
  margin-left: 93px;
  transition: gap 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), margin 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 1919px) {
  .header__nav {
    gap: 18px;
    margin-left: 18px;
  }
}
@media (max-width: 1279px) {
  .header__nav {
    margin-left: auto;
  }
}
@media (max-width: 1023px) {
  .header__nav {
    display: none;
  }
}
body.is-header-compact .header__nav {
  gap: 22px;
  margin-left: 48px;
}
@media (max-width: 1919px) {
  body.is-header-compact .header__nav {
    gap: 14px;
    margin-left: 14px;
  }
}
@media (max-width: 1279px) {
  body.is-header-compact .header__nav {
    margin-left: auto;
  }
}
.header__nav-item {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.header__nav-item--has-sub::after {
  content: "";
  position: absolute;
  left: -24px;
  right: -24px;
  top: 100%;
  height: 24px;
}
.header__nav-item--has-sub:hover .header__submenu, .header__nav-item--has-sub:focus-within .header__submenu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  pointer-events: auto;
}
.header__nav-item--has-sub:hover .header__nav-caret, .header__nav-item--has-sub:focus-within .header__nav-caret {
  transform: rotate(180deg);
}
.header__nav-caret {
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header__nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #FBFBFB;
  white-space: nowrap;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header__nav-link--primary {
  color: #FFFFFF;
}
.header__nav-link--active {
  color: #FF1D38;
}
.header__nav-link--no-link {
  cursor: default;
}
.header__nav-link:hover {
  color: #FF1D38;
}
.header__nav-link svg {
  flex-shrink: 0;
}
@media (max-width: 1699px) {
  .header__nav-link {
    gap: 6px;
    font-size: 14px;
    letter-spacing: 0.3px;
  }
}
body.is-header-compact .header__nav-link {
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 1699px) {
  body.is-header-compact .header__nav-link {
    font-size: 13px;
  }
}
.header__submenu {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  transform: translate(-50%, 12px);
  margin-top: 0;
  min-width: 240px;
  padding: 16px 0;
  background: #0E0E0E;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 29, 56, 0.08);
  list-style: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 20;
}
.header__submenu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  height: 18px;
}
.header__submenu::after {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background: #0E0E0E;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-left: 1px solid rgba(255, 255, 255, 0.06);
}
.header__submenu-link {
  display: block;
  padding: 10px 24px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #FBFBFB;
  white-space: nowrap;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header__submenu-link:hover {
  color: #FF1D38;
  background: rgba(255, 29, 56, 0.06);
}
.header__contacts {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-self: end;
  transition: gap 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 1699px) {
  .header__contacts {
    gap: 16px;
  }
}
@media (max-width: 1199px) {
  .header__contacts {
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
  }
}
@media (max-width: 1023px) {
  .header__contacts {
    justify-self: center;
    flex-direction: row;
    align-items: center;
    gap: 14px;
  }
}
@media (max-width: 639px) {
  .header__contacts {
    display: none;
  }
}
body.is-header-compact .header__contacts {
  gap: 18px;
}
@media (max-width: 1699px) {
  body.is-header-compact .header__contacts {
    gap: 12px;
  }
}
@media (max-width: 1199px) {
  body.is-header-compact .header__contacts {
    gap: 6px;
  }
}
.header__phone {
  font-family: "Onest", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  white-space: nowrap;
  transition: font-size 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 1699px) {
  .header__phone {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .header__phone {
    font-size: 15px;
  }
}
@media (max-width: 1023px) {
  .header__phone {
    font-size: 14px;
  }
}
body.is-header-compact .header__phone {
  font-size: 16px;
}
@media (max-width: 1699px) {
  body.is-header-compact .header__phone {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  body.is-header-compact .header__phone {
    font-size: 13px;
  }
}
.header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 56px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.0278em;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #FF1D38;
  color: #FFFFFF;
  font-size: 16px;
  letter-spacing: 0.5px;
  width: auto;
  text-align: center;
  white-space: normal;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), padding 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), font-size 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), line-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header__cta:hover {
  box-shadow: 0 0 10px rgb(255, 29, 56);
  transform: translateY(-1px);
}
@media (max-width: 1699px) {
  .header__cta {
    padding: 14px 24px;
    font-size: 14px;
  }
}
@media (max-width: 1279px) {
  .header__cta {
    padding: 14px 18px;
  }
}
@media (max-width: 1199px) {
  .header__cta {
    padding: 10px 18px;
    font-size: 13px;
    line-height: 18px;
  }
}
@media (max-width: 1023px) {
  .header__cta {
    padding: 10px 16px;
    font-size: 12px;
    white-space: nowrap;
  }
}
body.is-header-compact .header__cta {
  padding: 12px 22px;
  font-size: 14px;
}
@media (max-width: 1279px) {
  body.is-header-compact .header__cta {
    padding: 10px 16px;
  }
}
@media (max-width: 1199px) {
  body.is-header-compact .header__cta {
    padding: 8px 16px;
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 1023px) {
  body.is-header-compact .header__cta {
    padding: 8px 14px;
    font-size: 11px;
  }
}
.header__burger {
  display: none;
  justify-self: end;
  width: 44px;
  height: 44px;
  padding: 0;
  background: transparent;
  border: 0;
  color: #FFFFFF;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1023px) {
  .header__burger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
.header__burger span, .header__burger::before, .header__burger::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 24px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transform: translateX(-50%);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), top 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), bottom 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header__burger::before {
  top: 14px;
}
.header__burger span {
  top: 21px;
}
.header__burger::after {
  bottom: 14px;
}
.header__burger:hover {
  color: #FF1D38;
}

body {
  padding-top: 104px;
}
@media (max-width: 1699px) {
  body {
    padding-top: 92px;
  }
}
@media (max-width: 1023px) {
  body {
    padding-top: 84px;
  }
}
@media (max-width: 639px) {
  body {
    padding-top: 72px;
  }
}

@keyframes header-logo-a-heartbeat {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
    filter: brightness(0.88) saturate(0.82) drop-shadow(0 0 4px rgba(255, 29, 56, 0.2));
  }
  18% {
    opacity: 1;
    transform: scale(1);
    filter: brightness(0.88) saturate(0.88) drop-shadow(0 0 5px rgba(255, 29, 56, 0.24));
  }
  24% {
    opacity: 1;
    transform: scale(1.055);
    filter: brightness(1.12) saturate(1.22) drop-shadow(0 0 10px rgba(255, 29, 56, 0.95)) drop-shadow(0 0 22px rgba(255, 29, 56, 0.72)) drop-shadow(0 0 36px rgba(255, 29, 56, 0.38));
  }
  31% {
    opacity: 1;
    transform: scale(0.985);
    filter: brightness(0.88) saturate(0.9) drop-shadow(0 0 5px rgba(255, 29, 56, 0.28));
  }
  37% {
    opacity: 1;
    transform: scale(1.035);
    filter: brightness(1.08) saturate(1.18) drop-shadow(0 0 9px rgba(255, 29, 56, 0.88)) drop-shadow(0 0 20px rgba(255, 29, 56, 0.62)) drop-shadow(0 0 32px rgba(255, 29, 56, 0.32));
  }
  48% {
    opacity: 1;
    transform: scale(1);
    filter: brightness(0.88) saturate(0.86) drop-shadow(0 0 5px rgba(255, 29, 56, 0.24));
  }
}
.drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 120;
  width: 300px;
  max-width: 92vw;
  height: 100vh;
  height: 100dvh;
  padding: 24px 24px 32px;
  background: #0E0E0E;
  box-shadow: -16px 0 60px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  gap: 18px;
  overflow-y: auto;
  transform: translateX(100%);
  visibility: hidden;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.drawer.is-open {
  transform: translateX(0);
  visibility: visible;
}
.drawer__close {
  align-self: flex-end;
  flex-shrink: 0;
  box-sizing: border-box;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  aspect-ratio: 1/1;
  padding: 0;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #FFFFFF;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.drawer__close svg {
  width: 16px;
  height: 16px;
}
.drawer__close:hover {
  background: #FF1D38;
  border-color: #FF1D38;
  box-shadow: 0 0 10px rgb(255, 29, 56);
}
.drawer__list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.drawer__list a,
.drawer__list span {
  display: block;
  padding: 12px 14px;
  border-radius: 12px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #FBFBFB;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.drawer__list a:hover {
  color: #FFFFFF;
  background: rgba(255, 29, 56, 0.1);
}
.drawer__list span {
  cursor: default;
}
.drawer__sublist {
  list-style: none;
  padding: 0 0 4px 18px;
  margin: 0;
}
.drawer__sublist a {
  padding: 8px 12px;
  font-size: 13px;
  color: #ACB5BB;
}
.drawer__contacts {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.drawer__phone {
  font-family: "Onest", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  text-decoration: none;
}
.drawer__phone:hover {
  color: #FF1D38;
}
@media (max-width: 639px) {
  .drawer__phone {
    text-align: center;
  }
}
.drawer__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 56px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.0278em;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #FF1D38;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  padding: 14px 20px;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.drawer__cta:hover {
  box-shadow: 0 0 10px rgb(255, 29, 56);
}

.drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 110;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.drawer-backdrop.is-open {
  opacity: 1;
  visibility: visible;
}

body.is-drawer-open {
  overflow: hidden;
}

.hero {
  position: relative;
  min-height: 1007px;
  background: #0E0E0E;
  overflow: hidden;
  isolation: isolate;
}
@media (max-width: 1699px) {
  .hero {
    min-height: 820px;
  }
}
@media (max-width: 1399px) {
  .hero {
    min-height: 720px;
  }
}
@media (max-width: 1023px) {
  .hero {
    min-height: 520px;
  }
}
@media (max-width: 639px) {
  .hero {
    min-height: 440px;
  }
}
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("/local/templates/af/images/hero-bg.png");
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}
@media (max-width: 1919px) {
  .hero__bg {
    background-size: cover;
  }
}
@media (max-width: 1699px) {
  .hero__bg {
    background-size: auto 100%;
    background-position: center left;
  }
}
@media (max-width: 1279px) {
  .hero__bg {
    background-position: center;
  }
}
@media (max-width: 799px) {
  .hero__bg {
    background-position: 62% bottom;
    opacity: 0.55;
  }
}
.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, #0E0E0E 24%, rgba(0, 0, 0, 0) 88%);
}
.hero__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: inherit;
  padding-top: 132px;
  padding-bottom: 240px;
}
@media (max-width: 1699px) {
  .hero__inner {
    padding-top: 92px;
    padding-bottom: 190px;
  }
}
@media (max-width: 1399px) {
  .hero__inner {
    padding-top: 80px;
    padding-bottom: 160px;
  }
}
@media (max-width: 1023px) {
  .hero__inner {
    padding-top: 60px;
    padding-bottom: 130px;
  }
}
@media (max-width: 639px) {
  .hero__inner {
    padding-top: 48px;
    padding-bottom: 100px;
  }
}
.hero__content {
  max-width: 1054px;
  position: relative;
  z-index: 1;
}
.hero__title {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 90px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 24px;
  letter-spacing: -0.9px;
}
@media (max-width: 1699px) {
  .hero__title {
    font-size: 78px;
  }
}
@media (max-width: 1399px) {
  .hero__title {
    font-size: 64px;
    line-height: 1.15;
    margin-bottom: 18px;
  }
}
@media (max-width: 1023px) {
  .hero__title {
    font-size: 48px;
    line-height: 1.15;
    margin-bottom: 16px;
  }
}
@media (max-width: 799px) {
  .hero__title {
    font-size: 38px;
  }
}
@media (max-width: 479px) {
  .hero__title {
    font-size: 28px;
  }
}
.hero__title-line {
  display: block;
}
.hero__title-line--soft {
  color: #FBFBFB;
}
.hero__title-line--accent {
  color: #0E0E0E;
  letter-spacing: 2px;
  -webkit-text-stroke: 2px #FF1D38;
  font-size: inherit;
  line-height: inherit;
  animation: neon-pulse 3s ease-in-out infinite alternate, neon-flicker 7.3s linear infinite;
}
@media (max-width: 639px) {
  .hero__title-line--accent {
    animation: neon-pulse-mobile 3s ease-in-out infinite alternate, neon-flicker-mobile 7.3s linear infinite;
  }
}
@media (max-width: 799px) {
  .hero__title-line--accent {
    -webkit-text-stroke-width: 1.5px;
    letter-spacing: 1px;
  }
}
.hero__subtitle {
  max-width: 645px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.5;
  color: #FFFFFF;
  margin-bottom: 47px;
}
@media (max-width: 1399px) {
  .hero__subtitle {
    font-size: 22px;
    margin-bottom: 32px;
  }
}
@media (max-width: 1023px) {
  .hero__subtitle {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
@media (max-width: 639px) {
  .hero__subtitle {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 56px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.0278em;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #FF1D38;
  color: #FFFFFF;
  min-width: 204px;
  text-transform: none;
}
.hero__cta:hover {
  box-shadow: 0 0 10px rgb(255, 29, 56);
  transform: translateY(-1px);
}

.inner-page {
  background: #161616;
}
.inner-page--trainers {
  background: radial-gradient(430px 560px at 16% 760px, rgba(96, 102, 106, 0.28) 0%, rgba(58, 62, 64, 0.14) 42%, rgba(22, 22, 22, 0) 78%), radial-gradient(620px 620px at 73% 780px, rgba(91, 20, 26, 0.5) 0%, rgba(91, 20, 26, 0.22) 34%, rgba(22, 22, 22, 0) 76%), radial-gradient(760px 560px at 34% calc(100% - 410px), rgba(91, 20, 26, 0.34) 0%, rgba(91, 20, 26, 0.14) 40%, rgba(22, 22, 22, 0) 78%), radial-gradient(680px 540px at 85% calc(100% - 360px), rgba(82, 86, 88, 0.28) 0%, rgba(54, 58, 60, 0.14) 42%, rgba(22, 22, 22, 0) 80%), radial-gradient(520px 420px at 14% calc(100% - 90px), rgba(74, 78, 80, 0.22) 0%, rgba(44, 46, 48, 0.12) 46%, rgba(22, 22, 22, 0) 82%), #161616;
  background-repeat: no-repeat;
}
.inner-page--trainers .page-trainers,
.inner-page--trainers .seo--inner,
.inner-page--trainers .footer {
  background: transparent;
}
.inner-page--article {
  background: radial-gradient(620px 620px at 14% 1080px, rgba(96, 102, 106, 0.28) 0%, rgba(58, 62, 64, 0.14) 42%, rgba(22, 22, 22, 0) 78%), radial-gradient(860px 700px at 74% 1120px, rgba(91, 20, 26, 0.5) 0%, rgba(91, 20, 26, 0.22) 38%, rgba(22, 22, 22, 0) 80%), radial-gradient(780px 620px at 24% 2050px, rgba(91, 20, 26, 0.38) 0%, rgba(91, 20, 26, 0.16) 42%, rgba(22, 22, 22, 0) 80%), radial-gradient(760px 560px at 86% 2240px, rgba(82, 86, 88, 0.3) 0%, rgba(54, 58, 60, 0.15) 42%, rgba(22, 22, 22, 0) 80%), radial-gradient(820px 560px at 34% calc(100% - 430px), rgba(91, 20, 26, 0.38) 0%, rgba(91, 20, 26, 0.16) 42%, rgba(22, 22, 22, 0) 78%), radial-gradient(760px 560px at 84% calc(100% - 390px), rgba(82, 86, 88, 0.32) 0%, rgba(54, 58, 60, 0.16) 42%, rgba(22, 22, 22, 0) 80%), radial-gradient(560px 420px at 14% calc(100% - 95px), rgba(74, 78, 80, 0.2) 0%, rgba(44, 46, 48, 0.11) 46%, rgba(22, 22, 22, 0) 82%), #161616;
  background-repeat: no-repeat;
}
.inner-page--article .article,
.inner-page--article .footer {
  background: transparent;
}
.inner-page--contacts {
  background: radial-gradient(560px 620px at 12% 1010px, rgba(96, 102, 106, 0.28) 0%, rgba(58, 62, 64, 0.15) 42%, rgba(22, 22, 22, 0) 78%), radial-gradient(760px 660px at 78% 1090px, rgba(91, 20, 26, 0.52) 0%, rgba(91, 20, 26, 0.22) 38%, rgba(22, 22, 22, 0) 78%), radial-gradient(760px 560px at 31% calc(100% - 430px), rgba(91, 20, 26, 0.36) 0%, rgba(91, 20, 26, 0.15) 42%, rgba(22, 22, 22, 0) 78%), radial-gradient(740px 560px at 86% calc(100% - 380px), rgba(82, 86, 88, 0.28) 0%, rgba(54, 58, 60, 0.14) 42%, rgba(22, 22, 22, 0) 80%), radial-gradient(560px 420px at 14% calc(100% - 95px), rgba(74, 78, 80, 0.22) 0%, rgba(44, 46, 48, 0.12) 46%, rgba(22, 22, 22, 0) 82%), #161616;
  background-repeat: no-repeat;
}
.inner-page--contacts .contacts-page,
.inner-page--contacts .footer {
  background: transparent;
}
.inner-page--schedule {
  background: radial-gradient(520px 620px at 16% 760px, rgba(96, 102, 106, 0.24) 0%, rgba(58, 62, 64, 0.13) 42%, rgba(22, 22, 22, 0) 78%), radial-gradient(720px 680px at 74% 820px, rgba(91, 20, 26, 0.52) 0%, rgba(91, 20, 26, 0.24) 34%, rgba(22, 22, 22, 0) 76%), radial-gradient(760px 560px at 34% calc(100% - 410px), rgba(91, 20, 26, 0.34) 0%, rgba(91, 20, 26, 0.14) 40%, rgba(22, 22, 22, 0) 78%), radial-gradient(680px 540px at 85% calc(100% - 360px), rgba(82, 86, 88, 0.28) 0%, rgba(54, 58, 60, 0.14) 42%, rgba(22, 22, 22, 0) 80%), radial-gradient(520px 420px at 14% calc(100% - 90px), rgba(74, 78, 80, 0.22) 0%, rgba(44, 46, 48, 0.12) 46%, rgba(22, 22, 22, 0) 82%), #161616;
  background-repeat: no-repeat;
}
.inner-page--schedule .page-schedule,
.inner-page--schedule .seo--inner,
.inner-page--schedule .footer {
  background: transparent;
}
.inner-page--trainer-detail {
  background: radial-gradient(520px 620px at 20% 870px, rgba(96, 102, 106, 0.24) 0%, rgba(58, 62, 64, 0.13) 42%, rgba(22, 22, 22, 0) 78%), radial-gradient(780px 690px at 75% 960px, rgba(91, 20, 26, 0.5) 0%, rgba(91, 20, 26, 0.24) 36%, rgba(22, 22, 22, 0) 78%), radial-gradient(760px 560px at 34% calc(100% - 340px), rgba(91, 20, 26, 0.34) 0%, rgba(91, 20, 26, 0.14) 40%, rgba(22, 22, 22, 0) 78%), radial-gradient(680px 540px at 85% calc(100% - 330px), rgba(82, 86, 88, 0.28) 0%, rgba(54, 58, 60, 0.14) 42%, rgba(22, 22, 22, 0) 80%), radial-gradient(520px 420px at 14% calc(100% - 92px), rgba(74, 78, 80, 0.22) 0%, rgba(44, 46, 48, 0.12) 46%, rgba(22, 22, 22, 0) 82%), #161616;
  background-repeat: no-repeat;
}
.inner-page--trainer-detail .page-trainer-detail,
.inner-page--trainer-detail .footer {
  background: transparent;
}
.inner-page--about {
  background: radial-gradient(560px 620px at 12% 900px, rgba(96, 102, 106, 0.25) 0%, rgba(58, 62, 64, 0.14) 42%, rgba(22, 22, 22, 0) 78%), radial-gradient(640px 520px at 73% 980px, rgba(91, 20, 26, 0.36) 0%, rgba(91, 20, 26, 0.16) 40%, rgba(22, 22, 22, 0) 78%), radial-gradient(720px 580px at 20% 2400px, rgba(82, 86, 88, 0.24) 0%, rgba(54, 58, 60, 0.12) 42%, rgba(22, 22, 22, 0) 80%), radial-gradient(760px 560px at 78% 2900px, rgba(91, 20, 26, 0.34) 0%, rgba(91, 20, 26, 0.14) 40%, rgba(22, 22, 22, 0) 78%), radial-gradient(760px 560px at 34% calc(100% - 410px), rgba(91, 20, 26, 0.34) 0%, rgba(91, 20, 26, 0.14) 40%, rgba(22, 22, 22, 0) 78%), radial-gradient(680px 540px at 85% calc(100% - 360px), rgba(82, 86, 88, 0.28) 0%, rgba(54, 58, 60, 0.14) 42%, rgba(22, 22, 22, 0) 80%), #161616;
  background-repeat: no-repeat;
}
.inner-page--about .about-intro,
.inner-page--about .advantages,
.inner-page--about .gallery,
.inner-page--about .ozone,
.inner-page--about .trainers,
.inner-page--about .news,
.inner-page--about .seo--inner,
.inner-page--about .footer {
  background: transparent;
}
.inner-page--service-detail {
  background: radial-gradient(560px 620px at 16% 820px, rgba(96, 102, 106, 0.25) 0%, rgba(58, 62, 64, 0.14) 42%, rgba(22, 22, 22, 0) 78%), radial-gradient(720px 620px at 76% 920px, rgba(91, 20, 26, 0.45) 0%, rgba(91, 20, 26, 0.2) 36%, rgba(22, 22, 22, 0) 78%), radial-gradient(760px 560px at 35% 2400px, rgba(91, 20, 26, 0.32) 0%, rgba(91, 20, 26, 0.14) 40%, rgba(22, 22, 22, 0) 78%), radial-gradient(720px 540px at 86% 2550px, rgba(82, 86, 88, 0.25) 0%, rgba(54, 58, 60, 0.13) 42%, rgba(22, 22, 22, 0) 80%), radial-gradient(760px 560px at 34% calc(100% - 410px), rgba(91, 20, 26, 0.34) 0%, rgba(91, 20, 26, 0.14) 40%, rgba(22, 22, 22, 0) 78%), radial-gradient(680px 540px at 85% calc(100% - 360px), rgba(82, 86, 88, 0.28) 0%, rgba(54, 58, 60, 0.14) 42%, rgba(22, 22, 22, 0) 80%), #161616;
  background-repeat: no-repeat;
}
.inner-page--service-detail .service-intro,
.inner-page--service-detail .service-trainers,
.inner-page--service-detail .service-schedule,
.inner-page--service-detail .faq,
.inner-page--service-detail .seo--inner,
.inner-page--service-detail .footer {
  background: transparent;
}
.inner-page--promotions {
  background: radial-gradient(660px 620px at 13% 850px, rgba(96, 102, 106, 0.3) 0%, rgba(58, 62, 64, 0.16) 42%, rgba(22, 22, 22, 0) 78%), radial-gradient(860px 700px at 73% 980px, rgba(91, 20, 26, 0.54) 0%, rgba(91, 20, 26, 0.24) 38%, rgba(22, 22, 22, 0) 80%), radial-gradient(820px 560px at 43% 2030px, rgba(91, 20, 26, 0.4) 0%, rgba(91, 20, 26, 0.17) 40%, rgba(22, 22, 22, 0) 78%), radial-gradient(760px 560px at 88% 2300px, rgba(82, 86, 88, 0.3) 0%, rgba(54, 58, 60, 0.15) 42%, rgba(22, 22, 22, 0) 80%), radial-gradient(820px 560px at 34% calc(100% - 430px), rgba(91, 20, 26, 0.38) 0%, rgba(91, 20, 26, 0.16) 42%, rgba(22, 22, 22, 0) 78%), radial-gradient(760px 560px at 84% calc(100% - 390px), rgba(82, 86, 88, 0.32) 0%, rgba(54, 58, 60, 0.16) 42%, rgba(22, 22, 22, 0) 80%), radial-gradient(560px 420px at 14% calc(100% - 95px), rgba(74, 78, 80, 0.2) 0%, rgba(44, 46, 48, 0.11) 46%, rgba(22, 22, 22, 0) 82%), #161616;
  background-repeat: no-repeat;
}
.inner-page--promotions .promotions,
.inner-page--promotions .seo--inner,
.inner-page--promotions .footer {
  background: transparent;
}
.inner-page--memberships {
  background: radial-gradient(580px 600px at 14% 900px, rgba(96, 102, 106, 0.26) 0%, rgba(58, 62, 64, 0.14) 42%, rgba(22, 22, 22, 0) 78%), radial-gradient(760px 680px at 78% 940px, rgba(91, 20, 26, 0.52) 0%, rgba(91, 20, 26, 0.22) 38%, rgba(22, 22, 22, 0) 78%), radial-gradient(760px 560px at 30% calc(100% - 430px), rgba(91, 20, 26, 0.34) 0%, rgba(91, 20, 26, 0.14) 40%, rgba(22, 22, 22, 0) 78%), radial-gradient(680px 540px at 84% calc(100% - 370px), rgba(82, 86, 88, 0.28) 0%, rgba(54, 58, 60, 0.14) 42%, rgba(22, 22, 22, 0) 80%), radial-gradient(520px 420px at 14% calc(100% - 90px), rgba(74, 78, 80, 0.22) 0%, rgba(44, 46, 48, 0.12) 46%, rgba(22, 22, 22, 0) 82%), #161616;
  background-repeat: no-repeat;
}
.inner-page--memberships .membership-plans,
.inner-page--memberships .seo--inner,
.inner-page--memberships .footer {
  background: transparent;
}
.inner-page--not-found {
  background: radial-gradient(560px 620px at 13% 760px, rgba(96, 102, 106, 0.26) 0%, rgba(58, 62, 64, 0.14) 42%, rgba(22, 22, 22, 0) 78%), radial-gradient(820px 680px at 66% 890px, rgba(91, 20, 26, 0.54) 0%, rgba(91, 20, 26, 0.23) 38%, rgba(22, 22, 22, 0) 80%), radial-gradient(820px 560px at 35% calc(100% - 430px), rgba(91, 20, 26, 0.36) 0%, rgba(91, 20, 26, 0.15) 42%, rgba(22, 22, 22, 0) 78%), radial-gradient(760px 560px at 84% calc(100% - 390px), rgba(82, 86, 88, 0.3) 0%, rgba(54, 58, 60, 0.15) 42%, rgba(22, 22, 22, 0) 80%), radial-gradient(560px 420px at 14% calc(100% - 95px), rgba(74, 78, 80, 0.22) 0%, rgba(44, 46, 48, 0.12) 46%, rgba(22, 22, 22, 0) 82%), #161616;
  background-repeat: no-repeat;
}
.inner-page--not-found .not-found,
.inner-page--not-found .footer {
  background: transparent;
}

.inner-hero {
  position: relative;
  min-height: 519px;
  overflow: hidden;
  background: #282828;
  isolation: isolate;
}
@media (max-width: 1399px) {
  .inner-hero {
    min-height: 430px;
  }
}
@media (max-width: 799px) {
  .inner-hero {
    min-height: 360px;
  }
}
.inner-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}
.inner-hero__bg img {
  position: absolute;
  top: -21.25%;
  left: 39.4%;
  width: 60.7%;
  height: 150%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 799px) {
  .inner-hero__bg {
    opacity: 0.75;
  }
  .inner-hero__bg img {
    left: 28%;
    width: 72%;
  }
}
.inner-hero--trainers .inner-hero__bg img {
  top: -42.8%;
  left: 32.1%;
  width: 67.9%;
  height: 167.5%;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 8%, #000 22%);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 8%, #000 22%);
}
@media (max-width: 799px) {
  .inner-hero--trainers .inner-hero__bg img {
    left: 18%;
    width: 82%;
    -webkit-mask-image: none;
    mask-image: none;
  }
}
.inner-hero--about .inner-hero__bg img {
  top: -65.8%;
  left: 29.3%;
  width: 70.7%;
  height: 196%;
}
@media (max-width: 799px) {
  .inner-hero--about .inner-hero__bg img {
    left: 16%;
    width: 92%;
  }
}
.inner-hero--article .inner-hero__bg img {
  top: -7.98%;
  left: 38.85%;
  width: 61.13%;
  height: 150.78%;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 799px) {
  .inner-hero--article .inner-hero__bg img {
    left: 20%;
    width: 92%;
  }
}
.inner-hero--contacts .inner-hero__bg img {
  top: -56.13%;
  left: 42.56%;
  width: 57.45%;
  height: 212.54%;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 799px) {
  .inner-hero--contacts .inner-hero__bg img {
    left: 20%;
    width: 95%;
  }
}
.inner-hero--promotions .inner-hero__bg img {
  top: -12.82%;
  left: auto;
  right: 0;
  width: auto;
  height: 116.72%;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: center;
  object-position: center;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 8%, #000 22%);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 8%, #000 22%);
}
@media (max-width: 1279px) {
  .inner-hero--promotions .inner-hero__bg img {
    top: -3%;
    right: -10%;
    height: 100%;
  }
}
@media (max-width: 639px) {
  .inner-hero--promotions .inner-hero__bg img {
    right: -24%;
  }
}
@media (max-width: 479px) {
  .inner-hero--promotions .inner-hero__bg img {
    right: -40%;
  }
}
@media (max-width: 419px) {
  .inner-hero--promotions .inner-hero__bg img {
    right: -54%;
  }
}
@media (max-width: 359px) {
  .inner-hero--promotions .inner-hero__bg img {
    right: -58%;
  }
}
.inner-hero--memberships .inner-hero__bg img {
  top: -27.47%;
  left: 5.85%;
  width: 100%;
  height: 151.37%;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 799px) {
  .inner-hero--memberships .inner-hero__bg img {
    left: -18%;
    width: 118%;
  }
}
@media (max-width: 479px) {
  .inner-hero--memberships .inner-hero__bg img {
    left: 37%;
    width: auto;
  }
}
.inner-hero--service .inner-hero__bg img {
  top: 0;
  left: 48.9%;
  width: 51.1%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 8%, #000 22%);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 8%, #000 22%);
}
@media (max-width: 799px) {
  .inner-hero--service .inner-hero__bg img {
    left: 26%;
    width: 74%;
    -webkit-mask-image: none;
    mask-image: none;
  }
}
.inner-hero--ozone .inner-hero__bg img {
  top: -18%;
  left: 38%;
  width: 62%;
  height: 150%;
  -o-object-position: center;
  object-position: center;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 8%, #000 22%);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 8%, #000 22%);
}
@media (max-width: 799px) {
  .inner-hero--ozone .inner-hero__bg img {
    left: 18%;
    width: 92%;
    -webkit-mask-image: none;
    mask-image: none;
  }
}
.inner-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, #0E0E0E 24%, rgba(0, 0, 0, 0) 88%);
}
.inner-hero--memberships .inner-hero__overlay {
  background: linear-gradient(90.02deg, #0E0E0E 40.94%, rgba(0, 0, 0, 0) 88.17%), rgba(0, 0, 0, 0.1);
}
.inner-hero--promotions .inner-hero__overlay {
  background: linear-gradient(90.02deg, #0E0E0E 34.9%, rgba(14, 14, 14, 0.86) 44%, rgba(0, 0, 0, 0) 88.17%), rgba(0, 0, 0, 0.15);
}
.inner-hero--article .inner-hero__overlay {
  background: linear-gradient(90.02deg, #0E0E0E 38.6%, rgba(0, 0, 0, 0) 60.78%);
}
.inner-hero--contacts .inner-hero__overlay {
  background: linear-gradient(90.02deg, #0E0E0E 41.72%, rgba(0, 0, 0, 0) 88.17%);
}
.inner-hero__inner {
  display: flex;
  min-height: inherit;
  align-items: center;
  padding-top: 66px;
  padding-bottom: 70px;
}
@media (max-width: 799px) {
  .inner-hero__inner {
    padding-top: 54px;
    padding-bottom: 64px;
  }
}
.inner-hero__content {
  max-width: 760px;
}
.inner-hero--service .inner-hero__content {
  max-width: 1120px;
}
.inner-hero--service .inner-hero__title {
  white-space: nowrap;
}
@media (max-width: 799px) {
  .inner-hero--service .inner-hero__title {
    white-space: normal;
  }
}
.inner-hero__title {
  margin: 0 0 34px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 90px;
  line-height: 1.2;
  letter-spacing: -2.5px;
  text-transform: uppercase;
  color: #0E0E0E;
  -webkit-text-stroke: 2px #FF1D38;
  animation: neon-pulse 3s ease-in-out infinite alternate, neon-flicker 7.3s linear infinite;
}
@media (max-width: 639px) {
  .inner-hero__title {
    animation: neon-pulse-mobile 3s ease-in-out infinite alternate, neon-flicker-mobile 7.3s linear infinite;
  }
}
@media (max-width: 1399px) {
  .inner-hero__title {
    font-size: 72px;
  }
}
@media (max-width: 1023px) {
  .inner-hero__title {
    font-size: 56px;
  }
}
@media (max-width: 799px) {
  .inner-hero__title {
    -webkit-text-stroke-width: 1.5px;
    letter-spacing: 1px;
  }
}
@media (max-width: 639px) {
  .inner-hero__title {
    font-size: 38px;
    margin-bottom: 22px;
  }
}
.inner-hero__crumbs {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #FFFFFF;
}
.inner-hero__crumbs a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.inner-hero__crumbs a:hover {
  color: #FF1D38;
}
@media (max-width: 639px) {
  .inner-hero__crumbs {
    font-size: 16px;
  }
}

.inner-marquee {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-top: -23px;
}
.inner-marquee__inner {
  position: relative;
  left: 50%;
  width: 135vw;
  transform: translateX(-50%);
}
@media (max-width: 639px) {
  .inner-marquee {
    margin-top: -18px;
  }
}

.page-schedule {
  padding: 50px 0 132px;
  background: #161616;
}
@media (max-width: 1399px) {
  .page-schedule {
    padding: 42px 0 88px;
  }
}
@media (max-width: 639px) {
  .page-schedule {
    padding: 34px 0 58px;
  }
}
.page-schedule__intro {
  max-width: 773px;
  margin: 0 auto 85px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #ACB5BB;
}
@media (max-width: 1399px) {
  .page-schedule__intro {
    margin-bottom: 56px;
  }
}
@media (max-width: 639px) {
  .page-schedule__intro {
    font-size: 16px;
    margin-bottom: 28px;
  }
}
.page-schedule .schedule__tabs {
  margin-bottom: 55px;
}
@media (max-width: 1399px) {
  .page-schedule .schedule__tabs {
    margin-bottom: 38px;
  }
}
@media (max-width: 639px) {
  .page-schedule .schedule__tabs {
    margin-bottom: 28px;
  }
}
.page-schedule .schedule__grid {
  padding-left: 0;
  padding-right: 0;
}

.page-trainers {
  position: relative;
  padding: 91px 0 84px;
  background: #161616;
}
@media (max-width: 1399px) {
  .page-trainers {
    padding: 64px 0 66px;
  }
}
@media (max-width: 639px) {
  .page-trainers {
    padding: 42px 0 48px;
  }
}
.page-trainers__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 368px));
  justify-content: center;
  gap: 87px 46px;
}
@media (max-width: 1699px) {
  .page-trainers__grid {
    gap: 72px 32px;
  }
}
@media (max-width: 1399px) {
  .page-trainers__grid {
    grid-template-columns: repeat(3, minmax(0, 320px));
    gap: 58px 28px;
  }
}
@media (max-width: 1023px) {
  .page-trainers__grid {
    grid-template-columns: repeat(2, minmax(0, 320px));
  }
}
@media (max-width: 639px) {
  .page-trainers__grid {
    grid-template-columns: minmax(0, 320px);
    gap: 36px;
  }
}

.trainer-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 23px;
  text-align: center;
}
@media (max-width: 639px) {
  .trainer-tile {
    gap: 16px;
  }
}
.trainer-tile__media {
  position: relative;
  width: 100%;
  aspect-ratio: 368/450;
  overflow: hidden;
  border-radius: 30px;
  background: #0E0E0E;
  isolation: isolate;
  transform: translateZ(0);
}
.trainer-tile__media img {
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  margin: -1px;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.01);
  backface-visibility: hidden;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.trainer-tile__media::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(217, 217, 217, 0.4);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
}
.trainer-tile__btn {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -40%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 153px;
  min-height: 50px;
  padding: 13px 24px;
  border: 1px solid #FFFFFF;
  border-radius: 70px;
  color: #FFFFFF;
  background: transparent;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-decoration: none;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.trainer-tile__btn:hover {
  background: #FF1D38;
  border-color: #FF1D38;
  box-shadow: 0 0 10px rgb(255, 29, 56);
}
.trainer-tile:hover .trainer-tile__media img, .trainer-tile:focus-within .trainer-tile__media img {
  transform: scale(1.06);
}
.trainer-tile:hover .trainer-tile__media::after, .trainer-tile:focus-within .trainer-tile__media::after {
  opacity: 1;
}
.trainer-tile:hover .trainer-tile__btn, .trainer-tile:focus-within .trainer-tile__btn {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.trainer-tile__name {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.2;
  color: #FFFFFF;
}
@media (max-width: 639px) {
  .trainer-tile__name {
    font-size: 22px;
  }
}
.trainer-tile__role {
  max-width: 295px;
  min-height: 60px;
  margin: -4px 0 0;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #ACB5BB;
}
@media (max-width: 639px) {
  .trainer-tile__role {
    min-height: 0;
    font-size: 17px;
  }
}

.seo--inner {
  padding: 0 0 86px;
}
@media (max-width: 1399px) {
  .seo--inner {
    padding-bottom: 58px;
  }
}
@media (max-width: 639px) {
  .seo--inner {
    padding-bottom: 42px;
  }
}
.seo--inner .seo__title {
  margin-bottom: 16px;
  font-size: 26px;
  line-height: 1.5;
  text-transform: none;
}
.seo--inner .seo__text {
  max-width: none;
  font-size: 16px;
  line-height: 1.5;
}

.page-trainer-detail {
  padding: 93px 0 236px;
  background: #161616;
}
@media (max-width: 1399px) {
  .page-trainer-detail {
    padding: 72px 0 150px;
  }
}
@media (max-width: 1023px) {
  .page-trainer-detail {
    padding: 58px 0 110px;
  }
}
@media (max-width: 639px) {
  .page-trainer-detail {
    padding: 42px 0 76px;
  }
}

.about-intro {
  padding: 91px 0 92px;
}
@media (max-width: 1399px) {
  .about-intro {
    padding: 64px 0;
  }
}
@media (max-width: 639px) {
  .about-intro {
    padding: 42px 0;
  }
}
.about-intro__grid {
  display: grid;
  grid-template-columns: 484px minmax(0, 1fr);
  gap: 76px;
  align-items: start;
}
@media (max-width: 1399px) {
  .about-intro__grid {
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 54px;
  }
}
@media (max-width: 1023px) {
  .about-intro__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
}
.about-intro__brand {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 337px;
  padding-top: 20px;
}
.about-intro__brand::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 376px;
  height: 337px;
  background: url("/local/templates/af/images/inner-pages/about-logo-star.svg") no-repeat center/contain;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
  opacity: 0.78;
  filter: drop-shadow(0 0 6px rgba(255, 29, 56, 0.38)) drop-shadow(0 0 16px rgba(255, 29, 56, 0.22));
  animation: about-brand-star-glow 4.2s ease-in-out infinite;
}
@media (max-width: 1399px) {
  .about-intro__brand {
    min-height: 280px;
  }
  .about-intro__brand::before {
    width: 312px;
    height: 280px;
  }
}
@media (max-width: 1023px) {
  .about-intro__brand {
    justify-content: flex-start;
    min-height: 240px;
    padding-top: 0;
  }
  .about-intro__brand::before {
    left: 160px;
    width: 268px;
    height: 240px;
  }
}
@media (max-width: 639px) {
  .about-intro__brand {
    justify-content: center;
  }
  .about-intro__brand::before {
    left: 50%;
  }
}
.about-intro__logo {
  position: relative;
  z-index: 2;
  width: 194px;
  height: auto;
  filter: drop-shadow(0 0 20px rgba(255, 29, 56, 0.8));
}
@media (max-width: 639px) {
  .about-intro__logo {
    width: 150px;
  }
}
.about-intro__title {
  margin: 0 0 29px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.3;
  letter-spacing: -1.44px;
  color: #FBFBFB;
}
@media (max-width: 1399px) {
  .about-intro__title {
    font-size: 40px;
  }
}
@media (max-width: 639px) {
  .about-intro__title {
    font-size: 28px;
    letter-spacing: 0;
  }
}
.about-intro__text {
  max-width: 1011px;
  margin-bottom: 47px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #b4b2b2;
}
.about-intro__text p {
  margin: 0 0 30px;
}
.about-intro__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 639px) {
  .about-intro__text {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .about-intro__text p {
    margin-bottom: 18px;
  }
}
.about-intro__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 464px));
  gap: 82px;
}
@media (max-width: 1399px) {
  .about-intro__stats {
    gap: 38px;
  }
}
@media (max-width: 1023px) {
  .about-intro__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 639px) {
  .about-intro__stats {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.about-intro__stat {
  display: grid;
  grid-template-columns: max-content minmax(150px, 1fr);
  align-items: center;
  gap: 14px;
  min-width: 0;
}
@media (max-width: 1279px) {
  .about-intro__stat {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
@media (max-width: 1023px) {
  .about-intro__stat {
    grid-template-columns: max-content minmax(150px, 1fr);
    gap: 14px;
  }
}
@media (max-width: 799px) {
  .about-intro__stat {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
.about-intro__stat-value {
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: 0.64px;
  color: #FBFBFB;
  white-space: nowrap;
}
.about-intro__stat-value sup {
  position: relative;
  top: -0.55em;
  font-size: 30px;
  line-height: 1;
}
@media (max-width: 1399px) {
  .about-intro__stat-value {
    font-size: 48px;
    line-height: 1.12;
  }
  .about-intro__stat-value sup {
    font-size: 22px;
  }
}
@media (max-width: 1023px) {
  .about-intro__stat-value {
    font-size: 54px;
  }
}
@media (max-width: 639px) {
  .about-intro__stat-value {
    font-size: 40px;
    line-height: 1.1;
  }
}
.about-intro__stat-label {
  max-width: 254px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #b4b2b2;
}
@media (max-width: 639px) {
  .about-intro__stat-label {
    font-size: 15px;
  }
}

.inner-page--about .advantages {
  padding-top: 62px;
  padding-bottom: 76px;
  background-color: rgba(40, 40, 40, 0.76);
}
.inner-page--about .gallery {
  padding-top: 79px;
}
.inner-page--about .ozone {
  padding-top: 86px;
  padding-bottom: 84px;
}
.inner-page--about .ozone__stats {
  display: grid;
}
.inner-page--about .trainers {
  padding-top: 95px;
  padding-bottom: 82px;
}
.inner-page--about .news {
  padding-top: 58px;
  padding-bottom: 64px;
}

.service-intro {
  padding: 78px 0 89px;
}
@media (max-width: 1399px) {
  .service-intro {
    padding: 64px 0;
  }
}
@media (max-width: 639px) {
  .service-intro {
    padding: 42px 0;
  }
}
.service-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 707px) minmax(420px, 743px);
  gap: 152px;
  align-items: start;
  margin-bottom: 110px;
}
@media (max-width: 1699px) {
  .service-intro__grid {
    grid-template-columns: minmax(0, 560px) minmax(390px, 1fr);
    gap: 80px;
  }
}
@media (max-width: 1399px) {
  .service-intro__grid {
    grid-template-columns: minmax(0, 500px) minmax(360px, 1fr);
    gap: 50px;
    margin-bottom: 76px;
  }
}
@media (max-width: 1023px) {
  .service-intro__grid {
    grid-template-columns: 1fr;
    margin-bottom: 54px;
  }
}
.service-intro__title {
  margin: 0 0 32px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.16;
  letter-spacing: -1.44px;
  color: #FBFBFB;
}
@media (max-width: 1399px) {
  .service-intro__title {
    font-size: 40px;
    letter-spacing: -0.8px;
  }
}
@media (max-width: 639px) {
  .service-intro__title {
    font-size: 28px;
    letter-spacing: 0;
  }
}
.service-intro__text {
  margin-bottom: 32px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #ACB5BB;
}
.service-intro__text p {
  margin: 0 0 32px;
}
.service-intro__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .service-intro__text {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .service-intro__text p {
    margin-bottom: 22px;
  }
}
.service-intro__cta {
  min-width: 240px;
  min-height: 56px;
  padding: 18px 32px;
  border: 0;
  border-radius: 56px;
  background: #FF1D38;
  color: #FFFFFF;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  cursor: pointer;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.service-intro__cta:hover {
  transform: translateY(-1px);
  background: #ff3149;
  box-shadow: 0 0 10px rgb(255, 29, 56);
}
@media (max-width: 1399px) {
  .service-intro__cta {
    min-width: 154px;
    min-height: 50px;
    padding: 13px 24px;
    font-size: 14px;
  }
}
.service-intro__media {
  margin: 0;
  aspect-ratio: 743/605;
  overflow: hidden;
  border-radius: 20px;
  background: #0E0E0E;
}
.service-intro__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1023px) {
  .service-intro__media {
    max-width: 680px;
    width: 100%;
    order: -1;
  }
}

.service-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1023px) {
  .service-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
}
@media (max-width: 639px) {
  .service-features {
    grid-template-columns: 1fr;
  }
}

.service-feature {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  align-items: start;
  min-height: 146px;
  padding: 35px 32px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 15px;
  background: rgba(40, 40, 40, 0.18);
  transition: border-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.service-feature:hover {
  border-color: #FF1D38;
  box-shadow: 0 0 28px rgba(255, 29, 56, 0.14);
  transform: translateY(-2px);
}
@media (max-width: 1399px) {
  .service-feature {
    padding: 28px 24px;
  }
}
@media (max-width: 639px) {
  .service-feature {
    min-height: 0;
    padding: 24px 20px;
  }
}
.service-feature__icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #FF1D38;
  box-shadow: 0 0 12px rgba(255, 29, 56, 0.85), 0 0 26px rgba(255, 29, 56, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-feature__icon::before {
  content: "";
  width: 23px;
  height: 23px;
  background: #FFFFFF;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.service-feature__icon--free::before, .service-feature__icon--strength::before {
  -webkit-mask-image: url("/local/templates/af/images/icons/weightlifting.svg");
  mask-image: url("/local/templates/af/images/icons/weightlifting.svg");
}
.service-feature__icon--trainer::before, .service-feature__icon--stretch::before {
  -webkit-mask-image: url("/local/templates/af/images/icons/jumping-rope.svg");
  mask-image: url("/local/templates/af/images/icons/jumping-rope.svg");
}
.service-feature__icon--cardio::before, .service-feature__icon--functional::before {
  -webkit-mask-image: url("/local/templates/af/images/icons/ozone-drops.svg");
  mask-image: url("/local/templates/af/images/icons/ozone-drops.svg");
}
.service-feature__body {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
}
.service-feature__body strong {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  color: #FBFBFB;
}
.service-feature__body span {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #ACB5BB;
}

.service-trainers {
  padding-top: 88px;
  padding-bottom: 80px;
}
@media (max-width: 1399px) {
  .service-trainers {
    padding-top: 60px;
    padding-bottom: 58px;
  }
}

.service-schedule {
  padding-top: 88px;
  padding-bottom: 93px;
}
@media (max-width: 1399px) {
  .service-schedule {
    padding-top: 58px;
    padding-bottom: 58px;
  }
}

.inner-page--service-detail .service-trainers {
  background: radial-gradient(610px 560px at 26% 35%, rgba(96, 20, 28, 0.48) 0%, rgba(72, 18, 24, 0.25) 37%, rgba(22, 22, 22, 0) 78%), radial-gradient(520px 480px at 87% 25%, rgba(92, 98, 100, 0.3) 0%, rgba(60, 64, 66, 0.16) 42%, rgba(22, 22, 22, 0) 78%);
}
.inner-page--service-detail .service-schedule {
  background: radial-gradient(650px 600px at 48% 17%, rgba(96, 20, 28, 0.36) 0%, rgba(72, 18, 24, 0.18) 38%, rgba(22, 22, 22, 0) 78%), radial-gradient(540px 500px at 17% 65%, rgba(88, 94, 96, 0.26) 0%, rgba(55, 58, 60, 0.14) 42%, rgba(22, 22, 22, 0) 79%), radial-gradient(500px 460px at 86% 63%, rgba(74, 78, 80, 0.22) 0%, rgba(50, 54, 56, 0.12) 45%, rgba(22, 22, 22, 0) 80%);
}
.inner-page--service-detail .faq {
  background: radial-gradient(720px 620px at 34% 4%, rgba(96, 20, 28, 0.46) 0%, rgba(72, 18, 24, 0.22) 37%, rgba(22, 22, 22, 0) 78%), radial-gradient(560px 520px at 88% 20%, rgba(82, 88, 90, 0.25) 0%, rgba(54, 58, 60, 0.13) 42%, rgba(22, 22, 22, 0) 79%);
}
.inner-page--service-detail .seo--inner {
  background: radial-gradient(620px 520px at 21% 18%, rgba(96, 20, 28, 0.32) 0%, rgba(72, 18, 24, 0.15) 42%, rgba(22, 22, 22, 0) 80%), radial-gradient(560px 500px at 82% 42%, rgba(78, 84, 86, 0.24) 0%, rgba(50, 54, 56, 0.12) 43%, rgba(22, 22, 22, 0) 80%);
}
.inner-page--service-detail .footer {
  background: radial-gradient(640px 520px at 20% 10%, rgba(86, 92, 94, 0.26) 0%, rgba(54, 58, 60, 0.14) 42%, rgba(22, 22, 22, 0) 80%), radial-gradient(740px 560px at 33% 92%, rgba(96, 20, 28, 0.38) 0%, rgba(72, 18, 24, 0.17) 42%, rgba(22, 22, 22, 0) 80%), radial-gradient(540px 480px at 86% 45%, rgba(76, 82, 84, 0.22) 0%, rgba(48, 52, 54, 0.12) 42%, rgba(22, 22, 22, 0) 80%);
}

.membership--service {
  padding: 101px 0 101px;
  background-color: rgba(40, 40, 40, 0.82);
}
@media (max-width: 1399px) {
  .membership--service {
    padding: 62px 0;
  }
}
.membership--service .membership__card {
  max-width: 1360px;
  margin: 0 auto;
  grid-template-columns: 308px 1fr;
  gap: 72px;
  padding: 57px 85px;
}
@media (max-width: 1279px) {
  .membership--service .membership__card {
    grid-template-columns: 240px 1fr;
    gap: 40px;
    padding: 44px 36px;
  }
}
@media (max-width: 1023px) {
  .membership--service .membership__card {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
.membership--service .membership__media {
  aspect-ratio: 308/307;
  border-radius: 15px;
}
.membership--service .membership__title {
  font-size: 40px;
}
@media (max-width: 639px) {
  .membership--service .membership__title {
    font-size: 28px;
  }
}

.faq {
  padding: 88px 0 96px;
}
@media (max-width: 1399px) {
  .faq {
    padding: 62px 0;
  }
}
@media (max-width: 639px) {
  .faq {
    padding: 46px 0;
  }
}
.faq .section-heading {
  margin-bottom: 59px;
}
@media (max-width: 639px) {
  .faq .section-heading {
    margin-bottom: 32px;
  }
}
.faq__list {
  max-width: 1360px;
  margin: 0 auto;
}

.faq-item {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 5px;
  background: rgba(18, 18, 18, 0.18);
  transition: border-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.faq-item + .faq-item {
  margin-top: 16px;
}
.faq-item:hover {
  border: 1px solid rgba(255, 29, 55, 0.6392156863);
}
.faq-item.is-open {
  border-color: #FF1D38;
  box-shadow: 0 0 28px rgba(255, 29, 56, 0.12);
}
.faq-item__heading {
  margin: 0;
}
.faq-item__button {
  display: grid;
  grid-template-columns: 1fr 50px;
  align-items: center;
  gap: 20px;
  width: 100%;
  min-height: 97px;
  padding: 23px 25px 23px 31px;
  border: 0;
  background: transparent;
  color: #FBFBFB;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.5;
  text-align: left;
  cursor: pointer;
}
@media (max-width: 1399px) {
  .faq-item__button {
    grid-template-columns: 1fr 35px;
    min-height: 68px;
    padding: 16px 17px 16px 22px;
    font-size: 18px;
  }
}
@media (max-width: 639px) {
  .faq-item__button {
    padding: 15px 16px;
    font-size: 15px;
  }
}
.faq-item__icon {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(9, 9, 9, 0.72);
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.faq-item__icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  transform: translate(-50%, -50%);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5.83333 15C5.58333 15 5.41667 14.9167 5.25 14.75C4.91667 14.4167 4.91667 13.9167 5.25 13.5833L13.5833 5.25C13.9167 4.91667 14.4167 4.91667 14.75 5.25C15.0833 5.58333 15.0833 6.08333 14.75 6.41667L6.41667 14.75C6.25 14.9167 6.08333 15 5.83333 15Z' fill='%23FBFBFB'/%3E%3Cpath d='M14.1663 14.1667C13.6663 14.1667 13.333 13.8333 13.333 13.3333V6.66667H6.66634C6.16634 6.66667 5.83301 6.33333 5.83301 5.83333C5.83301 5.33333 6.16634 5 6.66634 5H14.1663C14.6663 5 14.9997 5.33333 14.9997 5.83333V13.3333C14.9997 13.8333 14.6663 14.1667 14.1663 14.1667Z' fill='%23FBFBFB'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5.83333 15C5.58333 15 5.41667 14.9167 5.25 14.75C4.91667 14.4167 4.91667 13.9167 5.25 13.5833L13.5833 5.25C13.9167 4.91667 14.4167 4.91667 14.75 5.25C15.0833 5.58333 15.0833 6.08333 14.75 6.41667L6.41667 14.75C6.25 14.9167 6.08333 15 5.83333 15Z' fill='%23FBFBFB'/%3E%3Cpath d='M14.1663 14.1667C13.6663 14.1667 13.333 13.8333 13.333 13.3333V6.66667H6.66634C6.16634 6.66667 5.83301 6.33333 5.83301 5.83333C5.83301 5.33333 6.16634 5 6.66634 5H14.1663C14.6663 5 14.9997 5.33333 14.9997 5.83333V13.3333C14.9997 13.8333 14.6663 14.1667 14.1663 14.1667Z' fill='%23FBFBFB'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 1399px) {
  .faq-item__icon {
    width: 35px;
    height: 35px;
  }
  .faq-item__icon::before {
    width: 20px;
    height: 20px;
  }
}
.faq-item:hover .faq-item__icon {
  background: rgba(255, 29, 55, 0.6392156863);
}
.faq-item.is-open .faq-item__icon {
  background: #FF1D38;
  box-shadow: 0 0 10px rgb(255, 29, 56);
  transform: rotate(90deg);
}
.faq-item.is-open .faq-item__icon::before {
  background: #0E0E0E;
}
.faq-item__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.faq-item__content {
  padding: 0 31px 31px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #ACB5BB;
}
@media (max-width: 1399px) {
  .faq-item__content {
    padding: 0 23px 22px;
    font-size: 16px;
  }
}
@media (max-width: 639px) {
  .faq-item__content {
    padding: 0 16px 18px;
    font-size: 14px;
  }
}

.trainer-profile__grid {
  display: grid;
  grid-template-columns: minmax(320px, 484px) minmax(0, 1fr);
  gap: 74px;
  align-items: start;
}
@media (max-width: 1399px) {
  .trainer-profile__grid {
    grid-template-columns: minmax(280px, 390px) minmax(0, 1fr);
    gap: 54px;
  }
}
@media (max-width: 1023px) {
  .trainer-profile__grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
}
.trainer-profile__side {
  max-width: 484px;
}
@media (max-width: 1023px) {
  .trainer-profile__side {
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
  }
}
.trainer-profile__eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 41px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ACB5BB;
}
@media (max-width: 1023px) {
  .trainer-profile__eyebrow {
    justify-content: center;
  }
}
@media (max-width: 639px) {
  .trainer-profile__eyebrow {
    margin-bottom: 26px;
    font-size: 12px;
    letter-spacing: 2px;
  }
}
.trainer-profile__eyebrow-icon {
  color: #FF1D38;
  font-size: 18px;
  line-height: 1;
  text-shadow: 0 0 12px rgba(255, 29, 56, 0.7);
}
.trainer-profile__eyebrow-line {
  flex: 1 1 auto;
  max-width: 262px;
  height: 1px;
  background: linear-gradient(90deg, rgba(172, 181, 187, 0.24), rgba(172, 181, 187, 0));
}
.trainer-profile__photo {
  width: 100%;
  aspect-ratio: 484/637;
  margin-bottom: 38px;
  overflow: hidden;
  background: #0E0E0E;
}
.trainer-profile__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
@media (max-width: 1023px) {
  .trainer-profile__photo {
    margin-bottom: 28px;
  }
}
.trainer-profile__name {
  margin: 0 0 11px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.3;
  letter-spacing: -1.44px;
  color: #FBFBFB;
}
@media (max-width: 1399px) {
  .trainer-profile__name {
    font-size: 38px;
  }
}
@media (max-width: 639px) {
  .trainer-profile__name {
    font-size: 30px;
    letter-spacing: 0;
  }
}
.trainer-profile__experience {
  margin: 0 0 55px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #ACB5BB;
}
@media (max-width: 1023px) {
  .trainer-profile__experience {
    margin-bottom: 30px;
  }
}
@media (max-width: 639px) {
  .trainer-profile__experience {
    font-size: 16px;
  }
}
.trainer-profile__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 204px;
  min-height: 68px;
  padding: 20px 32px;
  border: 0;
  border-radius: 56px;
  background: #FF1D38;
  color: #FFFFFF;
  font-family: "Onest", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  cursor: pointer;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.trainer-profile__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 10px rgb(255, 29, 56);
  background: #ff3149;
}
@media (max-width: 639px) {
  .trainer-profile__cta {
    min-width: 180px;
    min-height: 56px;
    padding: 14px 28px;
    font-size: 16px;
  }
}
.trainer-profile__content {
  padding-top: 42px;
}
@media (max-width: 1023px) {
  .trainer-profile__content {
    padding-top: 0;
  }
}
.trainer-profile__text {
  max-width: 1011px;
  margin-bottom: 51px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #ACB5BB;
}
.trainer-profile__text p {
  margin: 0 0 30px;
}
.trainer-profile__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 639px) {
  .trainer-profile__text {
    margin-bottom: 34px;
    font-size: 16px;
  }
  .trainer-profile__text p {
    margin-bottom: 20px;
  }
}
.trainer-profile__section-title {
  margin: 0 0 22px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.5;
  color: #FBFBFB;
}
@media (max-width: 639px) {
  .trainer-profile__section-title {
    font-size: 22px;
  }
}
.trainer-profile__specials {
  margin-bottom: 68px;
}
@media (max-width: 639px) {
  .trainer-profile__specials {
    margin-bottom: 42px;
  }
}
.trainer-profile__special-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 98px;
  max-width: 684px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 639px) {
  .trainer-profile__special-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.trainer-profile__special-item {
  position: relative;
  padding-left: 32px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #ACB5BB;
}
.trainer-profile__special-item::before {
  content: "»";
  position: absolute;
  left: 4px;
  top: 0;
  color: #FF1D38;
  font-family: "Onest", sans-serif;
  font-weight: 700;
}
@media (max-width: 639px) {
  .trainer-profile__special-item {
    font-size: 16px;
  }
}
.trainer-profile__awards {
  max-width: 1011px;
}
.trainer-profile__award-list {
  border-top: 1px solid rgba(155, 155, 155, 0.16);
}
.trainer-profile__award-row {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 40px;
  align-items: center;
  min-height: 76px;
  padding: 18px 32px;
  border-bottom: 1px solid rgba(155, 155, 155, 0.16);
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #FBFBFB;
  position: relative;
}
.trainer-profile__award-row::before {
  content: "";
  position: absolute;
  inset: -1px 0;
  border: 1px solid #FF1D38;
  border-radius: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.trainer-profile__award-row:hover {
  z-index: 1;
  border-bottom-color: transparent;
}
.trainer-profile__award-row:hover::before {
  opacity: 1;
}
@media (max-width: 639px) {
  .trainer-profile__award-row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 16px;
    font-size: 15px;
  }
}
.trainer-profile__award-year {
  font-weight: 700;
  color: #ACB5BB;
}
.trainer-profile__award-text {
  font-weight: 500;
}
.trainer-profile__award-row:hover .trainer-profile__award-text {
  color: #FFFFFF;
}

@keyframes about-brand-star-glow {
  0%, 100% {
    opacity: 0.74;
    transform: translate(-50%, -50%) scale(0.92);
    filter: drop-shadow(0 0 5px rgba(255, 29, 56, 0.32)) drop-shadow(0 0 14px rgba(255, 29, 56, 0.2)) drop-shadow(0 0 28px rgba(255, 29, 56, 0.1));
  }
  28% {
    opacity: 0.96;
    transform: translate(-50%, -50%) scale(1);
    filter: drop-shadow(0 0 8px rgba(255, 29, 56, 0.62)) drop-shadow(0 0 22px rgba(255, 29, 56, 0.42)) drop-shadow(0 0 40px rgba(255, 29, 56, 0.2));
  }
  42% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.015);
    filter: drop-shadow(0 0 10px rgba(255, 29, 56, 0.98)) drop-shadow(0 0 26px rgba(255, 29, 56, 0.78)) drop-shadow(0 0 52px rgba(255, 29, 56, 0.42)) drop-shadow(0 0 74px rgba(255, 29, 56, 0.2));
  }
  50% {
    opacity: 0.82;
    transform: translate(-50%, -50%) scale(0.98);
    filter: drop-shadow(0 0 6px rgba(255, 29, 56, 0.4)) drop-shadow(0 0 16px rgba(255, 29, 56, 0.24)) drop-shadow(0 0 30px rgba(255, 29, 56, 0.12));
  }
  58% {
    opacity: 0.96;
    transform: translate(-50%, -50%) scale(1.008);
    filter: drop-shadow(0 0 9px rgba(255, 29, 56, 0.9)) drop-shadow(0 0 24px rgba(255, 29, 56, 0.68)) drop-shadow(0 0 46px rgba(255, 29, 56, 0.34)) drop-shadow(0 0 66px rgba(255, 29, 56, 0.16));
  }
  74% {
    opacity: 0.76;
    transform: translate(-50%, -50%) scale(1);
    filter: drop-shadow(0 0 5px rgba(255, 29, 56, 0.34)) drop-shadow(0 0 15px rgba(255, 29, 56, 0.2)) drop-shadow(0 0 28px rgba(255, 29, 56, 0.1));
  }
}
.marquee {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  padding: 24px 0;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (max-width: 1023px) {
  .marquee {
    padding: 14px 0;
  }
}
@media (max-width: 639px) {
  .marquee {
    padding: 10px 0;
  }
}
.marquee--dark {
  background: #0E0E0E;
  color: #FFFFFF;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
}
.marquee--light {
  background: #FBFBFB;
  color: #0E0E0E;
}
.marquee__track {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-shrink: 0;
  padding-right: 32px;
  animation: marquee-scroll 40s linear infinite;
  will-change: transform;
}
.marquee--reverse .marquee__track {
  animation-direction: reverse;
}
.marquee__item {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 0.0192em;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 1399px) {
  .marquee__item {
    font-size: 22px;
    gap: 24px;
    line-height: 32px;
  }
}
@media (max-width: 1023px) {
  .marquee__item {
    font-size: 16px;
    gap: 18px;
    line-height: 24px;
  }
}
@media (max-width: 639px) {
  .marquee__item {
    font-size: 13px;
    gap: 14px;
    line-height: 20px;
  }
}
.marquee__item--accent {
  color: #FF1D38;
}
.marquee__star, .marquee__icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  color: #FF1D38;
}
@media (max-width: 1023px) {
  .marquee__star, .marquee__icon {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 639px) {
  .marquee__star, .marquee__icon {
    width: 20px;
    height: 20px;
  }
}
.marquee--light .marquee__star, .marquee--light .marquee__icon {
  color: #0E0E0E;
}
.marquee__icon {
  display: inline-block;
  background: currentColor;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.marquee__icon--pool {
  -webkit-mask-image: url("/local/templates/af/images/icons/swimming-pool.svg");
  mask-image: url("/local/templates/af/images/icons/swimming-pool.svg");
}
.marquee__icon--gym {
  -webkit-mask-image: url("/local/templates/af/images/icons/weightlifting.svg");
  mask-image: url("/local/templates/af/images/icons/weightlifting.svg");
}
.marquee__icon--rope {
  -webkit-mask-image: url("/local/templates/af/images/icons/jumping-rope.svg");
  mask-image: url("/local/templates/af/images/icons/jumping-rope.svg");
}
.marquee__icon--bag {
  -webkit-mask-image: url("/local/templates/af/images/icons/punching-bag.svg");
  mask-image: url("/local/templates/af/images/icons/punching-bag.svg");
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.marquees {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 44px 0 50px;
  margin-top: -50px;
  z-index: 3;
}
.marquees__inner {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 130vw;
}
.marquees .marquee {
  position: relative;
}
.marquees .marquee + .marquee {
  margin-top: -78px;
}
.marquees .marquee--light {
  transform: rotate(-2.5deg);
}
.marquees .marquee--dark {
  transform: rotate(1.9deg);
}
@media (max-width: 1399px) {
  .marquees .marquee--light {
    transform: rotate(-5.5deg);
  }
}
@media (max-width: 1023px) {
  .marquees {
    padding: 24px 0 56px;
    margin-top: -70px;
  }
  .marquees .marquee + .marquee {
    margin-top: -42px;
  }
  .marquees .marquee--dark {
    transform: rotate(4deg);
  }
  .marquees .marquee--light {
    transform: rotate(-3.5deg);
  }
}
@media (max-width: 639px) {
  .marquees {
    padding: 16px 0 40px;
    margin-top: -42px;
  }
  .marquees .marquee + .marquee {
    margin-top: -32px;
  }
}

.advantages {
  position: relative;
  padding: 121px 0;
  overflow: hidden;
  background-color: #282828;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1699px) {
  .advantages {
    padding: 96px 0;
  }
}
@media (max-width: 1399px) {
  .advantages {
    padding: 60px 0;
  }
}
@media (max-width: 1023px) {
  .advantages {
    padding: 52px 0;
  }
}
@media (max-width: 639px) {
  .advantages {
    padding: 40px 0;
  }
}
.advantages__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 46px;
}
@media (max-width: 1699px) {
  .advantages__list {
    gap: 28px;
  }
}
@media (max-width: 1399px) {
  .advantages__list {
    gap: 24px;
  }
}
@media (max-width: 1023px) {
  .advantages__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 639px) {
  .advantages__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.advantage-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 42px 33px 33px;
  min-height: 355px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(4px);
  cursor: default;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 1699px) {
  .advantage-card {
    padding: 34px 24px 30px;
    min-height: 320px;
  }
}
@media (max-width: 639px) {
  .advantage-card {
    min-height: 0;
  }
}
.advantage-card:hover {
  border-color: #FF1D38;
  box-shadow: 0 0 32px rgba(255, 29, 56, 0.25);
}
.advantage-card__icon {
  position: relative;
  width: 105px;
  height: 105px;
  margin-bottom: 28px;
  border-radius: 50%;
  background: #FF1D38;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 1px rgba(255, 29, 56, 0.6), 0 0 18px rgba(255, 29, 56, 0.7), 0 0 36px rgba(255, 29, 56, 0.5);
  animation: advantage-icon-flicker 8s infinite;
}
@media (max-width: 1699px) {
  .advantage-card__icon {
    width: 88px;
    height: 88px;
    margin-bottom: 22px;
  }
}
.advantage-card__icon-glyph {
  width: 58px;
  height: 58px;
  background: #FFFFFF;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.advantage-card__icon-glyph--gym {
  -webkit-mask-image: url("/local/templates/af/images/icons/weightlifting.svg");
  mask-image: url("/local/templates/af/images/icons/weightlifting.svg");
}
.advantage-card__icon-glyph--pool {
  -webkit-mask-image: url("/local/templates/af/images/icons/swimming-pool.svg");
  mask-image: url("/local/templates/af/images/icons/swimming-pool.svg");
}
.advantage-card__icon-glyph--martial {
  -webkit-mask-image: url("/local/templates/af/images/icons/punching-bag.svg");
  mask-image: url("/local/templates/af/images/icons/punching-bag.svg");
  position: relative;
  top: 4px;
}
.advantage-card__icon-glyph--kids {
  -webkit-mask-image: url("/local/templates/af/images/icons/jumping-rope.svg");
  mask-image: url("/local/templates/af/images/icons/jumping-rope.svg");
}
.advantage-card__title {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.5;
  color: #FFFFFF;
  margin-bottom: 12px;
}
@media (max-width: 1399px) {
  .advantage-card__title {
    font-size: 22px;
  }
}
@media (max-width: 639px) {
  .advantage-card__title {
    font-size: 20px;
  }
}
.advantage-card:nth-child(2) .advantage-card__icon {
  animation-delay: -1.6s;
}
.advantage-card:nth-child(3) .advantage-card__icon {
  animation-delay: -3.2s;
}
.advantage-card:nth-child(4) .advantage-card__icon {
  animation-delay: -4.8s;
}
.advantage-card__text {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #ACB5BB;
}
@media (max-width: 1399px) {
  .advantage-card__text {
    font-size: 17px;
  }
}
@media (max-width: 639px) {
  .advantage-card__text {
    font-size: 16px;
  }
}

@keyframes advantage-icon-flicker {
  0%, 100% {
    box-shadow: 0 0 0 1px rgba(255, 29, 56, 0.6), 0 0 18px rgba(255, 29, 56, 0.7), 0 0 36px rgba(255, 29, 56, 0.5);
    opacity: 1;
  }
  35% {
    box-shadow: 0 0 0 1px rgba(255, 29, 56, 0.9), 0 0 26px rgb(255, 29, 56), 0 0 60px rgba(255, 29, 56, 0.7);
    opacity: 1;
  }
  62%, 62.4% {
    box-shadow: 0 0 0 1px rgba(255, 29, 56, 0.25), 0 0 4px rgba(255, 29, 56, 0.25);
    opacity: 0.65;
  }
  63% {
    box-shadow: 0 0 0 1px rgba(255, 29, 56, 0.6), 0 0 18px rgba(255, 29, 56, 0.7), 0 0 36px rgba(255, 29, 56, 0.5);
    opacity: 1;
  }
  83%, 83.2% {
    box-shadow: 0 0 0 1px rgba(255, 29, 56, 0.3), 0 0 6px rgba(255, 29, 56, 0.3);
    opacity: 0.7;
  }
}
.services {
  position: relative;
  padding: 87px 0 134px;
  overflow: hidden;
}
.services::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("/local/templates/af/images/services-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .services {
    padding: 44px 0 67px;
  }
}
@media (max-width: 1023px) {
  .services {
    padding: 48px 0;
  }
}
@media (max-width: 639px) {
  .services {
    padding: 40px 0;
  }
}
.services__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
  align-items: start;
}
@media (max-width: 1699px) {
  .services__grid {
    gap: 36px;
  }
}
@media (max-width: 1399px) {
  .services__grid {
    gap: 32px;
  }
}
@media (max-width: 799px) {
  .services__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.services__col {
  display: flex;
  flex-direction: column;
  gap: 144px;
}
@media (max-width: 1699px) {
  .services__col {
    gap: 80px;
  }
}
@media (max-width: 1399px) {
  .services__col {
    gap: 48px;
  }
}
@media (max-width: 1023px) {
  .services__col {
    gap: 32px;
  }
}
@media (max-width: 799px) {
  .services__col {
    gap: 24px;
  }
}
.services__col--right {
  margin-top: 175px;
}
@media (max-width: 1699px) {
  .services__col--right {
    margin-top: 120px;
  }
}
@media (max-width: 1023px) {
  .services__col--right {
    margin-top: 80px;
  }
}
@media (max-width: 799px) {
  .services__col--right {
    margin-top: 0;
  }
}

.service-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.service-card__media {
  position: relative;
  aspect-ratio: 777/431;
  border-radius: 20px;
  overflow: hidden;
  background: #0E0E0E;
  display: block;
}
.service-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.service-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(86, 86, 86, 0.8);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
}
.service-card:hover .service-card__media::after {
  opacity: 1;
}
.service-card:hover .service-card__media img {
  transform: scale(1.04);
}
.service-card:hover .service-card__btn {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.service-card__btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -40%);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 153px;
  padding: 13px 24px;
  border: 1px solid #FFFFFF;
  border-radius: 70px;
  color: #FFFFFF;
  background: transparent;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-decoration: none;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.service-card__btn:hover {
  background: #FF1D38;
  border-color: #FF1D38;
  box-shadow: 0 0 10px rgb(255, 29, 56);
}
.service-card__title {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.3;
  color: #FFFFFF;
  text-align: left;
}
@media (max-width: 639px) {
  .service-card__title {
    font-size: 22px;
  }
}

.service-related {
  padding: 64px 0 96px;
}
.service-related__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 1023px) {
  .service-related__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .service-related__grid {
    grid-template-columns: 1fr;
  }
}

.service-trainers {
  background: radial-gradient(610px 560px at 26% 35%, rgba(96, 20, 28, 0.48) 0%, rgba(72, 18, 24, 0.25) 37%, rgba(22, 22, 22, 0) 78%), radial-gradient(520px 480px at 87% 25%, rgba(92, 98, 100, 0.3) 0%, rgba(60, 64, 66, 0.16) 42%, rgba(22, 22, 22, 0) 78%);
}

.service-schedule {
  background: radial-gradient(650px 600px at 48% 17%, rgba(96, 20, 28, 0.36) 0%, rgba(72, 18, 24, 0.18) 38%, rgba(22, 22, 22, 0) 78%), radial-gradient(540px 500px at 17% 65%, rgba(88, 94, 96, 0.26) 0%, rgba(55, 58, 60, 0.14) 42%, rgba(22, 22, 22, 0) 79%), radial-gradient(500px 460px at 86% 63%, rgba(74, 78, 80, 0.22) 0%, rgba(50, 54, 56, 0.12) 45%, rgba(22, 22, 22, 0) 80%);
}

.service-faq-bg {
  background: radial-gradient(720px 620px at 34% 4%, rgba(96, 20, 28, 0.46) 0%, rgba(72, 18, 24, 0.22) 37%, rgba(22, 22, 22, 0) 78%), radial-gradient(560px 520px at 88% 20%, rgba(82, 88, 90, 0.25) 0%, rgba(54, 58, 60, 0.13) 42%, rgba(22, 22, 22, 0) 79%);
}

.seo--service-detail {
  background: radial-gradient(620px 520px at 21% 18%, rgba(96, 20, 28, 0.32) 0%, rgba(72, 18, 24, 0.15) 42%, rgba(22, 22, 22, 0) 80%), radial-gradient(560px 500px at 82% 42%, rgba(78, 84, 86, 0.24) 0%, rgba(50, 54, 56, 0.12) 43%, rgba(22, 22, 22, 0) 80%);
}

.trainers__all {
  margin-top: 32px;
  text-align: center;
}

.hero__cta--ghost {
  background: transparent;
  border: 1px solid currentColor;
  color: #FFFFFF;
}
.hero__cta--ghost:hover {
  background: #FF1D38;
  border-color: #FF1D38;
  color: #FFFFFF;
}

.section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
  margin: 0 auto 76px;
  max-width: 773px;
}
@media (max-width: 1399px) {
  .section-heading {
    margin-bottom: 38px;
  }
}
@media (max-width: 1023px) {
  .section-heading {
    gap: 24px;
    margin-bottom: 34px;
  }
}
@media (max-width: 639px) {
  .section-heading {
    gap: 18px;
    margin-bottom: 28px;
  }
}
.section-heading__copy {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #ACB5BB;
}
@media (max-width: 1023px) {
  .section-heading__copy {
    font-size: 16px;
    line-height: 1.45;
  }
}
@media (max-width: 639px) {
  .section-heading__copy {
    font-size: 14px;
  }
}
.section-heading__title {
  position: relative;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 108px;
  text-transform: uppercase;
  color: #161616;
  letter-spacing: 2px;
  -webkit-text-stroke: 2px #FF1D38;
  animation: neon-pulse 3s ease-in-out infinite alternate, neon-flicker 7.3s linear infinite;
}
@media (max-width: 639px) {
  .section-heading__title {
    animation: neon-pulse-mobile 3s ease-in-out infinite alternate, neon-flicker-mobile 7.3s linear infinite;
  }
}
@media (max-width: 1399px) {
  .section-heading__title {
    font-size: 50px;
    line-height: 1.4;
    letter-spacing: 1.5px;
  }
}
@media (max-width: 1023px) {
  .section-heading__title {
    font-size: 38px;
    line-height: 1.3;
    letter-spacing: 1px;
    -webkit-text-stroke-width: 1.5px;
  }
}
@media (max-width: 799px) {
  .section-heading__title {
    font-size: 32px;
  }
}
@media (max-width: 479px) {
  .section-heading__title {
    font-size: 28px;
    -webkit-text-stroke-width: 1px;
  }
}
.section-heading__underline {
  position: relative;
  display: block;
  width: 169px;
  height: 27px;
  margin-top: -20px;
  margin-bottom: 22px;
  overflow: hidden;
  pointer-events: none;
  filter: drop-shadow(0 0 0 rgba(255, 29, 56, 0));
  transition: filter 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section-heading__underline::before, .section-heading__underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  background-image: url("/local/templates/af/images/icons/underline.svg");
  background-repeat: no-repeat;
  background-size: 169px 27px;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.65s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: clip-path, opacity, filter;
}
.section-heading__underline::before {
  top: 0;
  height: 16px;
  background-position: left top;
}
.section-heading__underline::after {
  bottom: 0;
  height: 16px;
  background-position: left bottom;
  transition-delay: 0.28s, 0.28s;
}
.section-heading__underline.is-lit {
  filter: drop-shadow(0 0 7px rgba(255, 29, 56, 0.86)) drop-shadow(0 0 16px rgba(255, 29, 56, 0.46));
}
.section-heading__underline.is-lit::before, .section-heading__underline.is-lit::after {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  animation: section-underline-draw-flicker 1.95s linear 1, section-underline-neon 4.8s 1.95s linear infinite;
}
.section-heading__underline.is-lit::after {
  animation-delay: 0.28s, 2.23s;
}

@keyframes section-underline-draw-flicker {
  0%, 12%, 24%, 39%, 100% {
    opacity: 1;
    filter: brightness(1);
  }
  16%, 17.5% {
    opacity: 0.45;
    filter: brightness(0.7);
  }
  28%, 29.5% {
    opacity: 0.7;
    filter: brightness(0.85);
  }
  45%, 49% {
    opacity: 0.86;
    filter: brightness(1.22);
  }
}
@keyframes section-underline-neon {
  0%, 100% {
    filter: brightness(1);
  }
  18%, 18.5% {
    filter: brightness(0.78);
  }
  22%, 35% {
    filter: brightness(1.18);
  }
  48%, 48.5% {
    filter: brightness(0.72);
  }
  52%, 64% {
    filter: brightness(1.25);
  }
  80%, 80.4% {
    filter: brightness(0.82);
  }
  84%, 90% {
    filter: brightness(1.16);
  }
}
@media (prefers-reduced-motion: reduce) {
  .section-heading__underline::before,
  .section-heading__underline::after {
    transition: none;
  }
  .section-heading__underline.is-lit::before,
  .section-heading__underline.is-lit::after {
    animation: none;
  }
}
@supports not (clip-path: inset(0 100% 0 0)) {
  .section-heading__underline::before,
  .section-heading__underline::after {
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 1.65s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .section-heading__underline.is-lit::before,
  .section-heading__underline.is-lit::after {
    transform: scaleX(1);
  }
}
.special-offer {
  position: relative;
  margin-top: -55px;
  padding: 120px 0 114px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .special-offer {
    padding: 60px 0 57px;
  }
}
@media (max-width: 1023px) {
  .special-offer {
    padding: 56px 0;
  }
}
@media (max-width: 639px) {
  .special-offer {
    padding: 44px 0;
  }
}
.special-offer::before, .special-offer::after {
  content: "";
  position: absolute;
  width: 553px;
  height: 184px;
  border-radius: 50%;
  filter: blur(180px);
  pointer-events: none;
  z-index: 0;
}
.special-offer::before {
  background: rgba(255, 29, 56, 0.8);
  left: 50%;
  top: 50%;
  transform: translate(-50%, 0);
}
.special-offer::after {
  background: rgba(255, 255, 255, 0.4);
  left: -112px;
  top: 30%;
}
.special-offer__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}
.special-offer__title {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.3;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (max-width: 1399px) {
  .special-offer__title {
    font-size: 48px;
  }
}
@media (max-width: 1023px) {
  .special-offer__title {
    font-size: 36px;
    line-height: 1.25;
  }
}
@media (max-width: 639px) {
  .special-offer__title {
    font-size: 26px;
  }
}
.special-offer__title em {
  font-family: "Onest", sans-serif;
  font-style: normal;
  color: #FFFFFF;
}
.special-offer__subtitle {
  max-width: 900px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.5;
  color: #FFFFFF;
  margin-bottom: 65px;
}
.special-offer__subtitle strong {
  font-weight: 500;
}
.special-offer__subtitle em {
  font-family: "Onest", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #FF1D38;
}
@media (max-width: 1279px) {
  .special-offer__subtitle {
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .special-offer__subtitle {
    font-size: 20px;
    margin-bottom: 32px;
  }
}
@media (max-width: 639px) {
  .special-offer__subtitle {
    font-size: 16px;
  }
}
.special-offer__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 56px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.0278em;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #FF1D38;
  color: #FFFFFF;
  border-radius: 70px;
  padding: 16px 32px;
  text-transform: none;
  margin-top: 20px;
}
.special-offer__cta:hover {
  box-shadow: 0 0 10px rgb(255, 29, 56);
  transform: translateY(-1px);
}

.countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 639px) {
  .countdown {
    gap: 12px;
  }
}
.countdown__group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.countdown__box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  height: 64px;
  padding: 0 8px;
  background: #FFFFFF;
  border-radius: 5px;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.1;
  color: #161920;
  transition: background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 639px) {
  .countdown__box {
    min-width: 48px;
    height: 48px;
    font-size: 22px;
  }
}
.countdown__box--blurred {
  backdrop-filter: blur(4px);
}
.countdown__box.is-lit {
  background: rgba(255, 29, 56, 0.85);
  color: #FFFFFF;
  box-shadow: 0 0 18px rgba(255, 29, 56, 0.7);
}
.countdown__label {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #ACB5BB;
}
@media (max-width: 639px) {
  .countdown__label {
    font-size: 13px;
  }
}
.countdown__sep {
  align-self: center;
  margin-top: -5px;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  color: #FFFFFF;
}
@media (max-width: 639px) {
  .countdown__sep {
    font-size: 20px;
    margin-top: -16px;
  }
}

.ozone {
  position: relative;
  padding: 110px 0 126px;
  background-color: #282828;
}
@media (max-width: 1399px) {
  .ozone {
    padding: 55px 0 63px;
  }
}
@media (max-width: 1023px) {
  .ozone {
    padding: 52px 0;
  }
}
@media (max-width: 639px) {
  .ozone {
    padding: 40px 0;
  }
}
.ozone__card {
  position: relative;
  padding: 69px 106px 62px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  background: #282828;
  backdrop-filter: blur(8px);
  transition: border-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: default;
}
@media (max-width: 1919px) {
  .ozone__card {
    padding: 69px 80px;
  }
}
@media (max-width: 1699px) {
  .ozone__card {
    padding: 58px 64px;
  }
}
@media (max-width: 1399px) {
  .ozone__card {
    padding: 48px;
  }
}
@media (max-width: 1023px) {
  .ozone__card {
    padding: 40px 32px;
  }
}
@media (max-width: 639px) {
  .ozone__card {
    padding: 28px 20px;
    border-radius: 20px;
  }
}
.ozone__card:hover {
  border-color: #FF1D38;
  box-shadow: 0 0 32px rgba(255, 29, 56, 0.25);
}
.ozone__title {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  margin-bottom: 50px;
  max-width: 1320px;
}
@media (max-width: 1699px) {
  .ozone__title {
    font-size: 42px;
  }
}
@media (max-width: 1023px) {
  .ozone__title {
    font-size: 36px;
    margin-bottom: 28px;
  }
}
@media (max-width: 639px) {
  .ozone__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.ozone__row {
  display: grid;
  grid-template-columns: 419px 1fr;
  gap: 56px;
  align-items: start;
}
@media (max-width: 1399px) {
  .ozone__row {
    grid-template-columns: 360px 1fr;
    gap: 40px;
  }
}
@media (max-width: 1279px) {
  .ozone__row {
    grid-template-columns: 340px 1fr;
    gap: 32px 40px;
  }
}
@media (max-width: 1023px) {
  .ozone__row {
    grid-template-columns: 280px 1fr;
    gap: 32px;
  }
}
@media (max-width: 799px) {
  .ozone__row {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.ozone__experience {
  aspect-ratio: 419/352;
  border-radius: 16px;
  overflow: hidden;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  background: #6C7278;
  backdrop-filter: blur(50px);
}
.ozone__experience img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ozone__right {
  display: flex;
  flex-direction: column;
  gap: 66px;
  min-width: 0;
}
@media (max-width: 1279px) {
  .ozone__right {
    display: contents;
  }
}
@media (max-width: 799px) {
  .ozone__right {
    display: flex;
    gap: 24px;
  }
}
@media (max-width: 1023px) {
  .ozone__right {
    gap: 36px;
  }
}
@media (max-width: 639px) {
  .ozone__right {
    gap: 24px;
  }
}
.ozone__description {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #ACB5BB;
}
@media (max-width: 639px) {
  .ozone__description {
    font-size: 16px;
  }
}
.ozone__cta {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 0 42px;
  border-radius: 999px;
  background: #FF1D38;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #FFFFFF;
  text-decoration: none;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ozone__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 10px rgb(255, 29, 56);
  background-color: #FF1D38;
}
@media (max-width: 639px) {
  .ozone__cta {
    width: 100%;
    min-height: 54px;
    font-size: 16px;
  }
}
.ozone__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: start;
}
@media (max-width: 1279px) {
  .ozone__stats {
    grid-column: 1/-1;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}
@media (max-width: 1023px) {
  .ozone__stats {
    gap: 20px;
  }
}
@media (max-width: 799px) {
  .ozone__stats {
    grid-column: auto;
  }
}
@media (max-width: 639px) {
  .ozone__stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
.ozone__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.ozone__stat-icon {
  width: 59px;
  height: 59px;
  background: #FFFFFF;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/local/templates/af/images/icons/ozone-drops.svg");
  mask-image: url("/local/templates/af/images/icons/ozone-drops.svg");
}
.ozone__stat-text {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.3;
  color: #FFFFFF;
}
@media (max-width: 1023px) {
  .ozone__stat-text {
    font-size: 18px;
  }
}
@media (max-width: 639px) {
  .ozone__stat-text {
    font-size: 16px;
  }
}

.inner-page--ozone-page {
  background: radial-gradient(760px 640px at 15% 820px, rgba(255, 29, 56, 0.18) 0%, rgba(255, 29, 56, 0.07) 42%, rgba(22, 22, 22, 0) 78%), radial-gradient(900px 760px at 86% 1250px, rgba(56, 99, 111, 0.28) 0%, rgba(56, 99, 111, 0.12) 42%, rgba(22, 22, 22, 0) 82%), #161616;
  background-repeat: no-repeat;
}
.inner-page--ozone-page .footer {
  background: transparent;
}

.ozone-page {
  overflow: hidden;
}
.ozone-page__title {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 54px;
  line-height: 1.12;
  letter-spacing: 0;
  color: #FBFBFB;
}
@media (max-width: 1399px) {
  .ozone-page__title {
    font-size: 44px;
  }
}
@media (max-width: 1023px) {
  .ozone-page__title {
    font-size: 36px;
  }
}
@media (max-width: 639px) {
  .ozone-page__title {
    font-size: 28px;
  }
}
.ozone-page__text {
  max-width: 960px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.55;
  color: #ACB5BB;
}
.ozone-page__text p {
  margin: 0 0 22px;
}
.ozone-page__text p:last-child {
  margin-bottom: 0;
}
.ozone-page__text strong {
  color: #FBFBFB;
}
@media (max-width: 1023px) {
  .ozone-page__text {
    font-size: 18px;
  }
}
@media (max-width: 639px) {
  .ozone-page__text {
    font-size: 15px;
  }
}
.ozone-page__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 18px 42px;
  border: 0;
  border-radius: 56px;
  background: #FF1D38;
  color: #FFFFFF;
  font-family: "Onest", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ozone-page__button:hover {
  transform: translateY(-1px);
  background: #ff3149;
  box-shadow: 0 0 10px rgb(255, 29, 56);
}
@media (max-width: 639px) {
  .ozone-page__button {
    width: 100%;
    min-height: 54px;
    padding: 15px 24px;
    font-size: 16px;
  }
}

.ozone-page-section {
  padding: 100px 0;
}
@media (max-width: 1399px) {
  .ozone-page-section {
    padding: 78px 0;
  }
}
@media (max-width: 1023px) {
  .ozone-page-section {
    padding: 58px 0;
  }
}
@media (max-width: 639px) {
  .ozone-page-section {
    padding: 42px 0;
  }
}

.ozone-page-intro__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
}
@media (max-width: 1023px) {
  .ozone-page-intro__inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}
.ozone-page-intro__media {
  position: relative;
  margin: 0;
  border-radius: 30px;
  overflow: hidden;
  aspect-ratio: 0.82;
  background: #0E0E0E;
}
.ozone-page-intro__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
@media (max-width: 1023px) {
  .ozone-page-intro__media {
    aspect-ratio: 16/10;
  }
}
@media (max-width: 639px) {
  .ozone-page-intro__media {
    border-radius: 22px;
  }
}
.ozone-page-intro__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.ozone-page-benefits__head {
  margin-bottom: 42px;
}
@media (max-width: 639px) {
  .ozone-page-benefits__head {
    margin-bottom: 24px;
  }
}
.ozone-page-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
@media (max-width: 1023px) {
  .ozone-page-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 639px) {
  .ozone-page-benefits__grid {
    grid-template-columns: 1fr;
  }
}

.ozone-page-benefit {
  min-height: 250px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255, 29, 56, 0.12), rgba(255, 29, 56, 0) 42%), rgba(255, 255, 255, 0.035);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ozone-page-benefit:hover {
  transform: translateY(-4px);
  border-color: #FF1D38;
  box-shadow: 0 0 32px rgba(255, 29, 56, 0.25);
}
@media (max-width: 1399px) {
  .ozone-page-benefit {
    min-height: 220px;
    padding: 28px;
  }
}
@media (max-width: 639px) {
  .ozone-page-benefit {
    min-height: 0;
    padding: 24px;
    border-radius: 22px;
  }
}
.ozone-page-benefit__num {
  display: block;
  margin-bottom: 28px;
  font-family: "Onest", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #FF1D38;
}
.ozone-page-benefit__title {
  margin: 0 0 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  color: #FBFBFB;
}
@media (max-width: 639px) {
  .ozone-page-benefit__title {
    font-size: 21px;
  }
}
.ozone-page-benefit__text {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.5;
  color: #ACB5BB;
}
@media (max-width: 639px) {
  .ozone-page-benefit__text {
    font-size: 15px;
  }
}

.ozone-page-process__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
  gap: 72px;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .ozone-page-process__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.ozone-page-process__list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: process;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.ozone-page-process__list li {
  position: relative;
  min-height: 86px;
  padding: 26px 0 26px 78px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.45;
  color: #ACB5BB;
  counter-increment: process;
}
.ozone-page-process__list li::before {
  content: counter(process, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 29px;
  font-family: "Onest", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #FF1D38;
}
@media (max-width: 639px) {
  .ozone-page-process__list li {
    min-height: 0;
    padding: 20px 0 20px 50px;
    font-size: 15px;
  }
  .ozone-page-process__list li::before {
    top: 23px;
    font-size: 15px;
  }
}

.ozone-page-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 42px;
}
@media (max-width: 1023px) {
  .ozone-page-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
  }
}
@media (max-width: 639px) {
  .ozone-page-gallery__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.ozone-page-gallery__item {
  height: 550px;
  margin: 0;
  border-radius: 30px;
  overflow: hidden;
  background: #0E0E0E;
}
.ozone-page-gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ozone-page-gallery__item:hover img {
  transform: scale(1.04);
}
@media (max-width: 1399px) {
  .ozone-page-gallery__item {
    height: 460px;
  }
}
@media (max-width: 1023px) {
  .ozone-page-gallery__item {
    height: 380px;
  }
}
@media (max-width: 639px) {
  .ozone-page-gallery__item {
    height: 320px;
    border-radius: 22px;
  }
}

.ozone-page-cta {
  padding-bottom: 150px;
}
@media (max-width: 1399px) {
  .ozone-page-cta {
    padding-bottom: 120px;
  }
}
@media (max-width: 639px) {
  .ozone-page-cta {
    padding-bottom: 70px;
  }
}
.ozone-page-cta__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  padding: 58px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 30px;
  background: radial-gradient(520px 360px at 100% 0%, rgba(255, 29, 56, 0.22) 0%, rgba(255, 29, 56, 0) 72%), rgba(255, 255, 255, 0.035);
}
@media (max-width: 1023px) {
  .ozone-page-cta__card {
    padding: 42px;
  }
}
@media (max-width: 639px) {
  .ozone-page-cta__card {
    padding: 26px;
    border-radius: 22px;
  }
}

.section-bg {
  position: relative;
  overflow: hidden;
}
.section-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("/local/templates/af/images/services-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  pointer-events: none;
}
.section-bg.trainers-bg::before {
  background-image: url("/local/templates/af/images/trainers-bg.png");
}
.section-bg.gallery-bg::before {
  background-image: url("/local/templates/af/images/gallery-bg.png");
}

.trainers {
  position: relative;
  padding: 92px 0 103px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .trainers {
    padding: 46px 0 52px;
  }
}
@media (max-width: 1023px) {
  .trainers {
    padding: 48px 0;
  }
}
@media (max-width: 639px) {
  .trainers {
    padding: 40px 0;
  }
}
.trainers__slider {
  position: relative;
  margin-bottom: 56px;
  overflow: hidden;
}
.trainers__slider::before, .trainers__slider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 639px) {
  .trainers__slider::before, .trainers__slider::after {
    width: 60px;
  }
}
.trainers__slider::before {
  left: 0;
}
.trainers__slider::after {
  right: 0;
  transform: scaleX(-1);
}
.trainers__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  max-width: 408px;
  margin: 0 auto;
}
.trainers__btn {
  width: 32px;
  height: 32px;
  background: transparent;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #6C7278;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.trainers__btn svg {
  width: 22px;
  height: 22px;
}
.trainers__btn:hover {
  color: #FFFFFF;
  transform: translateX(-2px);
}
.trainers__btn--next:hover {
  transform: translateX(2px);
}
.trainers__btn.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.trainers__counter {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Onest", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
}
.trainers__counter [data-min], .trainers__counter [data-max] {
  min-width: 20px;
  color: #FFFFFF;
}
.trainers__counter [data-min] {
  text-align: left;
}
.trainers__counter [data-max] {
  text-align: right;
  color: #ACB5BB;
}
.trainers__progress {
  position: relative;
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  overflow: visible;
}
.trainers__progress::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: var(--progress, 0%);
  height: 2px;
  background: #FFFFFF;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
  transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.trainer-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 23px;
  width: clamp(260px, 20vw, 368px);
  height: auto;
}
@media (max-width: 639px) {
  .trainer-card {
    width: min(78vw, 300px);
    gap: 16px;
  }
}
.trainer-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 368/450;
  border-radius: 30px;
  overflow: hidden;
  background: #0E0E0E;
  display: block;
  isolation: isolate;
  transform: translateZ(0);
}
.trainer-card__media img {
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  margin: -1px;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.01);
  backface-visibility: hidden;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.trainer-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(217, 217, 217, 0.4);
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
}
.trainer-card__btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -40%);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 153px;
  padding: 13px 24px;
  border: 1px solid #FFFFFF;
  border-radius: 70px;
  color: #FFFFFF;
  background: transparent;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-decoration: none;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.trainer-card__btn:hover {
  background: #FF1D38;
  border-color: #FF1D38;
  box-shadow: 0 0 10px rgb(255, 29, 56);
}
.trainer-card:hover .trainer-card__media::after {
  opacity: 1;
}
.trainer-card:hover .trainer-card__media img {
  transform: scale(1.06);
}
.trainer-card:hover .trainer-card__btn {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.trainer-card:focus-within .trainer-card__media::after, .trainer-card:active .trainer-card__media::after {
  opacity: 1;
}
.trainer-card:focus-within .trainer-card__btn, .trainer-card:active .trainer-card__btn {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.trainer-card__name {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: #FFFFFF;
}
@media (max-width: 639px) {
  .trainer-card__name {
    font-size: 20px;
  }
}
.trainer-card__role {
  max-width: 295px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #ACB5BB;
}
@media (max-width: 639px) {
  .trainer-card__role {
    font-size: 17px;
  }
}

.schedule {
  position: relative;
  padding: 103px 0;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .schedule {
    padding: 52px 0;
  }
}
@media (max-width: 1023px) {
  .schedule {
    padding: 48px 0;
  }
}
@media (max-width: 639px) {
  .schedule {
    padding: 40px 0;
  }
}
.schedule .section-heading {
  margin-bottom: 59px;
}
@media (max-width: 1399px) {
  .schedule .section-heading {
    margin-bottom: 30px;
  }
}
@media (max-width: 639px) {
  .schedule .section-heading {
    margin-bottom: 28px;
  }
}
.schedule__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 48px;
}
@media (max-width: 1023px) {
  .schedule__tabs {
    gap: 12px;
    margin-bottom: 32px;
  }
}
@media (max-width: 639px) {
  .schedule__tabs {
    gap: 8px;
    margin-bottom: 24px;
  }
}
@media (max-width: 479px) {
  .schedule__tabs {
    position: relative;
    z-index: 5;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    width: min(100%, 300px);
    margin-left: auto;
    margin-right: auto;
    gap: 8px;
  }
}
.schedule__tab {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 10px 24px;
  border-radius: 24px;
  background: #282828;
  color: #FFFFFF;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  cursor: pointer;
  border: 0;
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.schedule__tab span {
  display: block;
  border-bottom: 1px dotted #fff;
  line-height: normal;
}
.schedule__tab:hover {
  color: #FF1D38;
}
.schedule__tab:hover span {
  border-color: #FF1D38;
}
.schedule__tab.is-active {
  background: #FF1D38;
  color: #FFFFFF;
  box-shadow: 0 0 16px rgba(255, 29, 56, 0.5);
}
.schedule__tab.is-active span {
  border: none;
}
@media (max-width: 1023px) {
  .schedule__tab {
    font-size: 16px;
    padding: 8px 18px;
    min-height: 40px;
  }
}
@media (max-width: 639px) {
  .schedule__tab {
    font-size: 13px;
    padding: 7px 14px;
    min-height: 36px;
  }
}
@media (max-width: 479px) {
  .schedule__tab {
    position: relative;
    display: none;
    width: 100%;
    min-height: 48px;
    padding: 11px 44px 11px 22px;
    border: 1px solid rgba(255, 255, 255, 0.56);
    border-radius: 24px;
    background: rgba(40, 40, 40, 0.96);
    font-size: 16px;
    text-align: left;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
  }
  .schedule__tab.is-active, .schedule__tabs.is-open .schedule__tab {
    display: inline-flex;
  }
  .schedule__tab.is-active {
    order: -1;
    border-color: rgba(255, 255, 255, 0.08);
    background: #0E0E0E;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(255, 29, 56, 0.08);
  }
  .schedule__tab.is-active::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 9px;
    height: 9px;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    transform: translateY(-65%) rotate(45deg);
    transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .schedule__tabs.is-open .schedule__tab.is-active::after {
    transform: translateY(-35%) rotate(225deg);
  }
  .schedule__tab span {
    border-bottom: 0;
  }
}
.schedule__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0 16px;
}
@media (max-width: 1399px) {
  .schedule__grid {
    grid-template-columns: repeat(7, 230px);
    overflow-x: auto;
    padding-bottom: 14px;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1279px) {
  .schedule__grid {
    grid-template-columns: repeat(7, 230px);
    overflow-x: auto;
    padding-bottom: 14px;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 799px) {
  .schedule__grid {
    grid-template-columns: repeat(7, 230px);
  }
}
@media (max-width: 639px) {
  .schedule__grid {
    grid-template-columns: repeat(7, 110px);
    gap: 8px;
    padding: 0 8px;
  }
}
.schedule__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
  padding-right: 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.schedule__col:last-child {
  border-right: 0;
  padding-right: 0;
}
@media (max-width: 639px) {
  .schedule__col {
    gap: 8px;
    padding-right: 8px;
  }
}
.schedule__day {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  color: #FFFFFF;
  text-align: center;
  padding-bottom: 24px;
}
@media (max-width: 1023px) {
  .schedule__day {
    font-size: 18px;
    padding-bottom: 16px;
  }
}
@media (max-width: 639px) {
  .schedule__day {
    font-size: 11px;
    padding-bottom: 8px;
  }
}

.schedule-class {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: 214px;
  max-width: 100%;
  min-height: 107px;
  padding: 20px 12px 13px;
  border-radius: 15px;
  background: #D9D9D9;
  text-align: center;
  cursor: pointer;
  transition: 0.3s linear;
}
@media (max-width: 1279px) {
  .schedule-class {
    min-height: 107px;
    padding: 20px 12px 12px;
  }
}
@media (max-width: 639px) {
  .schedule-class {
    width: 100px;
    min-height: 54px;
    padding: 7px 6px 6px;
    border-radius: 9px;
  }
}
.schedule-class__name {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.22;
  color: #0E0E0E;
  margin-bottom: 8px;
}
@media (max-width: 639px) {
  .schedule-class__name {
    font-size: 11px;
    margin-bottom: 6px;
  }
}
.schedule-class__age {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.22;
  color: rgba(14, 14, 14, 0.72);
  margin-bottom: 10px;
}
@media (max-width: 639px) {
  .schedule-class__age {
    font-size: 7px;
    margin-bottom: 3px;
  }
}
.schedule-class__time {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.22;
  color: #0E0E0E;
  margin-bottom: 5px;
}
@media (max-width: 639px) {
  .schedule-class__time {
    font-size: 8px;
    margin-bottom: 2px;
  }
}
.schedule-class__category {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.22;
  color: #0E0E0E;
}
@media (max-width: 639px) {
  .schedule-class__category {
    font-size: 8px;
  }
}
.schedule-class:hover {
  background-color: #FF1D38;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.35);
}
.schedule-class:hover .schedule-class__name,
.schedule-class:hover .schedule-class__age,
.schedule-class:hover .schedule-class__time,
.schedule-class:hover .schedule-class__category {
  color: #fff;
}
.schedule-class.is-hidden {
  display: none;
}
.schedule-class--empty {
  visibility: hidden;
  pointer-events: none;
}

.membership {
  position: relative;
  padding: 114px 0;
  background-color: #282828;
}
@media (max-width: 1399px) {
  .membership {
    padding: 57px 0;
  }
}
@media (max-width: 1023px) {
  .membership {
    padding: 52px 0;
  }
}
@media (max-width: 639px) {
  .membership {
    padding: 40px 0;
  }
}
.membership__card {
  position: relative;
  display: grid;
  grid-template-columns: 356px 1fr;
  gap: 80px;
  padding: 70px 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  transition: 0.3s linear;
  cursor: default;
}
.membership__card:hover {
  border-color: #FF1D38;
  box-shadow: 0 0 32px rgba(255, 29, 56, 0.25);
}
@media (max-width: 1919px) {
  .membership__card {
    padding: 70px 80px;
  }
}
@media (max-width: 1699px) {
  .membership__card {
    padding: 60px 70px;
    gap: 56px;
  }
}
@media (max-width: 1399px) {
  .membership__card {
    grid-template-columns: 300px 1fr;
    padding: 50px 44px;
    gap: 40px;
  }
}
@media (max-width: 1279px) {
  .membership__card {
    grid-template-columns: 260px 1fr;
    padding: 42px 32px;
    gap: 32px;
  }
}
@media (max-width: 1023px) {
  .membership__card {
    grid-template-columns: 1fr;
    padding: 36px 28px;
    gap: 24px;
    justify-items: center;
  }
}
@media (max-width: 639px) {
  .membership__card {
    padding: 28px 20px;
    border-radius: 20px;
    gap: 18px;
  }
}
.membership__media {
  aspect-ratio: 356/501;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.membership__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1023px) {
  .membership__media {
    width: 100%;
    max-width: 320px;
    aspect-ratio: 16/9;
    margin: 0 auto;
  }
}
.membership__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}
@media (max-width: 1023px) {
  .membership__content {
    width: 100%;
    text-align: center;
    align-items: center;
    gap: 16px;
  }
}
@media (max-width: 639px) {
  .membership__content {
    gap: 14px;
  }
}
.membership__title {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  margin: 0;
  max-width: 573px;
}
@media (max-width: 1279px) {
  .membership__title {
    font-size: 38px;
  }
}
@media (max-width: 1023px) {
  .membership__title {
    font-size: 36px;
  }
}
@media (max-width: 639px) {
  .membership__title {
    font-size: 26px;
  }
}
.membership__subtitle {
  max-width: 458px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #ACB5BB;
  margin: 0;
}
@media (max-width: 639px) {
  .membership__subtitle {
    font-size: 16px;
  }
}
.membership__columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
  text-align: left;
}
@media (max-width: 1023px) {
  .membership__columns {
    gap: 12px;
  }
}
@media (max-width: 639px) {
  .membership__columns {
    gap: 8px;
  }
}
@media (max-width: 479px) {
  .membership__columns {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.membership__col-title {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  margin: 0 0 24px;
}
@media (max-width: 1279px) {
  .membership__col-title {
    font-size: 22px;
  }
}
@media (max-width: 1023px) {
  .membership__col-title {
    font-size: 18px;
    margin-bottom: 14px;
  }
}
@media (max-width: 639px) {
  .membership__col-title {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.membership__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1023px) {
  .membership__list {
    gap: 12px;
  }
}
@media (max-width: 639px) {
  .membership__list {
    gap: 8px;
  }
}
.membership__item {
  display: flex;
  align-items: center;
  gap: 24px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  color: #ACB5BB;
}
@media (max-width: 1279px) {
  .membership__item {
    gap: 16px;
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .membership__item {
    gap: 10px;
    font-size: 14px;
  }
}
@media (max-width: 639px) {
  .membership__item {
    gap: 8px;
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  .membership__item {
    font-size: 14px;
  }
}
.membership__item::before {
  content: "";
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
@media (max-width: 1023px) {
  .membership__item::before {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 639px) {
  .membership__item::before {
    width: 12px;
    height: 12px;
  }
}
.membership__item::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23FF1D38'/%3E%3Cpath d='M7 12L10.5 15.5L17 9' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.membership__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 56px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.0278em;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #FF1D38;
  color: #FFFFFF;
  align-self: flex-start;
  min-width: 204px;
  text-transform: none;
  margin-top: 8px;
}
@media (max-width: 1023px) {
  .membership__cta {
    align-self: center;
  }
}
.membership__cta:hover {
  box-shadow: 0 0 10px rgb(255, 29, 56);
  transform: translateY(-1px);
}

.membership-plans {
  position: relative;
  padding: 60px 0 120px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .membership-plans {
    padding: 48px 0 80px;
  }
}
@media (max-width: 1023px) {
  .membership-plans {
    padding: 40px 0 60px;
  }
}
@media (max-width: 639px) {
  .membership-plans {
    padding: 32px 0 48px;
  }
}
.membership-plans__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media (max-width: 1399px) {
  .membership-plans__grid {
    gap: 32px;
  }
}
@media (max-width: 1023px) {
  .membership-plans__grid {
    gap: 24px;
  }
}
@media (max-width: 799px) {
  .membership-plans__grid {
    grid-template-columns: 1fr;
  }
}

.plan-card {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 40px;
  border: 1px solid rgba(251, 251, 251, 0.44);
  border-radius: 30px;
  transition: border-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.plan-card:hover {
  border-color: #FF1D38;
  box-shadow: 0 0 32px rgba(255, 29, 56, 0.25);
  transform: translateY(-2px);
}
.plan-card--active {
  border-color: rgba(251, 251, 251, 0.44);
  box-shadow: none;
}
@media (max-width: 1399px) {
  .plan-card {
    padding: 32px;
    gap: 36px;
  }
}
@media (max-width: 1023px) {
  .plan-card {
    padding: 28px;
    gap: 28px;
    border-radius: 22px;
  }
}
@media (max-width: 639px) {
  .plan-card {
    padding: 22px;
    gap: 22px;
    border-radius: 18px;
  }
}
.plan-card__heading {
  display: grid;
  grid-template-columns: minmax(240px, 296px) 1fr;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1399px) {
  .plan-card__heading {
    gap: 24px;
    grid-template-columns: minmax(180px, 220px) 1fr;
  }
}
@media (max-width: 1100px) {
  .plan-card__heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 799px) {
  .plan-card__heading {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 479px) {
  .plan-card__heading {
    grid-template-columns: 1fr;
  }
}
.plan-card__info {
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-width: 0;
}
@media (max-width: 1023px) {
  .plan-card__info {
    gap: 20px;
  }
}
.plan-card__title-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(201, 201, 201, 0.16);
}
@media (max-width: 639px) {
  .plan-card__title-block {
    padding-bottom: 18px;
  }
}
.plan-card__title {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.5;
  color: #FBFBFB;
  margin: 0;
}
@media (max-width: 1399px) {
  .plan-card__title {
    font-size: 22px;
  }
}
@media (max-width: 639px) {
  .plan-card__title {
    font-size: 19px;
  }
}
.plan-card__desc {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #ACB5BB;
  margin: 0;
}
.plan-card__desc .num {
  font-family: "Onest", sans-serif;
}
@media (max-width: 1399px) {
  .plan-card__desc {
    font-size: 17px;
  }
}
@media (max-width: 639px) {
  .plan-card__desc {
    font-size: 15px;
  }
}
.plan-card__price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.16;
  color: #FFFFFF;
  letter-spacing: 0.0125em;
}
@media (max-width: 1399px) {
  .plan-card__price {
    font-size: 38px;
  }
}
@media (max-width: 639px) {
  .plan-card__price {
    font-size: 30px;
  }
}
.plan-card__price-suffix {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #ACB5BB;
  letter-spacing: 0;
}
@media (max-width: 639px) {
  .plan-card__price-suffix {
    font-size: 15px;
  }
}
.plan-card__features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 639px) {
  .plan-card__features {
    gap: 12px;
  }
}
.plan-card__feature {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #ACB5BB;
}
@media (max-width: 1399px) {
  .plan-card__feature {
    font-size: 17px;
    gap: 10px;
  }
}
@media (max-width: 639px) {
  .plan-card__feature {
    font-size: 14px;
    gap: 8px;
  }
}
.plan-card__feature::before {
  content: "";
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18.4567 12.7071C18.8472 12.3166 18.8472 11.6834 18.4567 11.2929L13.6638 6.50001C13.2732 6.10949 12.6401 6.10949 12.2496 6.50001C11.859 6.89054 11.859 7.5237 12.2496 7.91422L16.1232 11.7879C16.2404 11.905 16.2404 12.095 16.1232 12.2121L12.2496 16.0858C11.859 16.4763 11.859 17.1095 12.2496 17.5C12.6401 17.8905 13.2732 17.8905 13.6638 17.5L18.4567 12.7071ZM12.8068 12.7071C13.1973 12.3166 13.1973 11.6834 12.8068 11.2929L8.01389 6.50001C7.62337 6.10949 6.99021 6.10949 6.59968 6.50001C6.20916 6.89054 6.20916 7.5237 6.59968 7.91422L10.4733 11.7879C10.5905 11.905 10.5905 12.095 10.4733 12.2121L6.59968 16.0858C6.20916 16.4763 6.20916 17.1095 6.59968 17.5C6.99021 17.8905 7.62337 17.8905 8.01389 17.5L12.8068 12.7071Z' fill='%23FF1D38'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 639px) {
  .plan-card__feature::before {
    width: 20px;
    height: 20px;
  }
}
.plan-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 56px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.0278em;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #FF1D38;
  color: #FFFFFF;
  align-self: flex-start;
  min-width: 240px;
  text-transform: none;
  letter-spacing: 0.0278em;
}
.plan-card__cta:hover {
  box-shadow: 0 0 10px rgb(255, 29, 56);
  transform: translateY(-1px);
}
@media (max-width: 1023px) {
  .plan-card__cta {
    align-self: stretch;
  }
}
@media (max-width: 639px) {
  .plan-card__cta {
    min-width: 0;
    padding: 14px 24px;
    font-size: 16px;
  }
}

.promotions {
  position: relative;
  padding: 79px 0 104px;
}
@media (max-width: 1399px) {
  .promotions {
    padding: 60px 0 84px;
  }
}
@media (max-width: 1023px) {
  .promotions {
    padding: 48px 0;
  }
}
@media (max-width: 639px) {
  .promotions {
    padding: 36px 0;
  }
}
.promotions__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px;
}
@media (max-width: 1399px) {
  .promotions__grid {
    gap: 40px;
  }
}
@media (max-width: 1023px) {
  .promotions__grid {
    gap: 32px;
  }
}
@media (max-width: 799px) {
  .promotions__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

.promo-card {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 639px) {
  .promo-card {
    gap: 20px;
  }
}
.promo-card__media {
  position: relative;
  aspect-ratio: 771/393;
  border-radius: 30px;
  overflow: hidden;
  background: #0E0E0E;
}
.promo-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.promo-card__img--friends {
  -o-object-position: center 27%;
  object-position: center 27%;
}
.promo-card__img--month {
  -o-object-position: center 25%;
  object-position: center 25%;
}
.promo-card:hover .promo-card__media img {
  transform: scale(1.04);
}
.promo-card__ribbon {
  position: absolute;
  left: auto;
  right: -96px;
  top: 30px;
  transform: rotate(23.94deg);
  transform-origin: center;
  width: 420px;
  padding: 9px 0;
  background: #FF1D38;
  overflow: hidden;
  box-shadow: 0 6px 26px rgba(0, 0, 0, 0.35);
  pointer-events: none;
}
@media (max-width: 1399px) {
  .promo-card__ribbon {
    right: -104px;
    top: 28px;
    padding: 8px 0;
  }
}
@media (max-width: 639px) {
  .promo-card__ribbon {
    padding: 8px 0;
  }
}
@media (max-width: 479px) {
  .promo-card__ribbon {
    right: -142px;
    top: 20px;
    padding: 3px 0;
  }
}
.promo-card__ribbon-track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #0E0E0E;
  white-space: nowrap;
}
@media (max-width: 1399px) {
  .promo-card__ribbon-track {
    font-size: 18px;
    gap: 12px;
  }
}
@media (max-width: 639px) {
  .promo-card__ribbon-track {
    font-size: 14px;
    gap: 10px;
  }
}
.promo-card__ribbon-track svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
@media (max-width: 639px) {
  .promo-card__ribbon-track svg {
    width: 12px;
    height: 12px;
  }
}
.promo-card__footer {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px;
  align-items: center;
}
@media (max-width: 1023px) {
  .promo-card__footer {
    gap: 20px;
  }
}
@media (max-width: 639px) {
  .promo-card__footer {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.promo-card__title {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.5;
  color: #FFFFFF;
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 1399px) {
  .promo-card__title {
    font-size: 22px;
  }
}
@media (max-width: 639px) {
  .promo-card__title {
    font-size: 19px;
    white-space: normal;
  }
}
.promo-card__desc {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #ACB5BB;
  text-align: right;
  margin: 0;
}
@media (max-width: 1399px) {
  .promo-card__desc {
    font-size: 17px;
  }
}
@media (max-width: 639px) {
  .promo-card__desc {
    font-size: 14px;
    text-align: left;
  }
}
.promo-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 56px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.0278em;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  align-self: flex-start;
  background: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  min-width: 204px;
  min-height: 56px;
  text-transform: none;
  letter-spacing: 0.0278em;
}
.promo-card__cta:hover {
  background: #FF1D38;
  border-color: #FF1D38;
  box-shadow: 0 0 10px rgb(255, 29, 56);
}
@media (max-width: 639px) {
  .promo-card__cta {
    min-width: 0;
    padding: 14px 24px;
    font-size: 16px;
  }
}

.promo-featured {
  position: relative;
  overflow: hidden;
  padding: 96px 0 72px;
  color: #FFFFFF;
  min-height: 480px;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .promo-featured {
    padding: 64px 0 56px;
    min-height: 380px;
  }
}
@media (max-width: 639px) {
  .promo-featured {
    padding: 48px 0 40px;
    min-height: 320px;
  }
}
.promo-featured__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.promo-featured__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.promo-featured__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.75) 70%, rgba(0, 0, 0, 0.85) 100%);
}
.promo-featured__inner {
  position: relative;
  z-index: 2;
  text-align: center;
}
.promo-featured__ribbon {
  display: inline-block;
  padding: 6px 18px;
  margin-bottom: 24px;
  background: #FF1D38;
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 4px;
}
.promo-featured__title {
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.05;
  font-weight: 700;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.promo-featured__desc {
  max-width: 720px;
  margin: 0 auto 32px;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 639px) {
  .promo-featured__desc {
    font-size: 16px;
  }
}
.promo-featured__countdown {
  margin: 0 auto 36px;
  justify-content: center;
}
.promo-featured__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 56px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.0278em;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #FF1D38;
  color: #FFFFFF;
  min-width: 220px;
  padding: 18px 36px;
  font-size: 16px;
  border: none;
}
.promo-featured__cta:hover {
  background: #ff3149;
  box-shadow: 0 0 10px rgb(255, 29, 56);
}

.article {
  position: relative;
  padding: 82px 0 140px;
}
@media (max-width: 1399px) {
  .article {
    padding: 60px 0 120px;
  }
}
@media (max-width: 1023px) {
  .article {
    padding: 48px 0 96px;
  }
}
@media (max-width: 639px) {
  .article {
    padding: 36px 0 48px;
  }
}
.article__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ACB5BB;
}
@media (max-width: 639px) {
  .article__meta {
    font-size: 12px;
    gap: 10px;
    margin-bottom: 20px;
  }
}
.article__meta-divider {
  opacity: 0.5;
}
.article__meta-tag {
  color: #FF1D38;
}
.article__hero {
  margin: 0 0 146px;
  aspect-ratio: 1590/680;
  border-radius: 30px;
  overflow: hidden;
}
.article__hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
@media (max-width: 1399px) {
  .article__hero {
    margin-bottom: 96px;
  }
}
@media (max-width: 1023px) {
  .article__hero {
    margin-bottom: 56px;
    border-radius: 22px;
  }
}
@media (max-width: 639px) {
  .article__hero {
    margin-bottom: 24px;
    border-radius: 18px;
    aspect-ratio: 4/3;
  }
}
.article__heading {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #FBFBFB;
  margin: 0 0 36px;
  max-width: 1011px;
}
@media (max-width: 1399px) {
  .article__heading {
    font-size: 36px;
  }
}
@media (max-width: 1023px) {
  .article__heading {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 639px) {
  .article__heading {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
.article__body {
  max-width: 1585px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #B4B2B2;
  margin: 0 0 55px;
}
.article__body p {
  margin: 0 0 1.5em;
}
.article__body p:last-child {
  margin-bottom: 0;
}
.article__body p.is-spaced {
  line-height: 1.5;
}
.article__body strong {
  color: #FFFFFF;
  font-weight: 600;
}
.article__body em {
  color: #ACB5BB;
  font-style: normal;
}
@media (max-width: 1399px) {
  .article__body {
    font-size: 17px;
    margin-bottom: 40px;
  }
}
@media (max-width: 639px) {
  .article__body {
    font-size: 15px;
    margin-bottom: 28px;
    line-height: 1.6;
  }
  .article__body p.is-spaced {
    line-height: 1.6;
  }
}
.article__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}
@media (max-width: 1399px) {
  .article__columns {
    gap: 40px;
  }
}
@media (max-width: 1023px) {
  .article__columns {
    gap: 32px;
  }
}
@media (max-width: 799px) {
  .article__columns {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.article__column {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 639px) {
  .article__column {
    gap: 22px;
  }
}
.article__subheading {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 1399px) {
  .article__subheading {
    font-size: 36px;
  }
}
@media (max-width: 1023px) {
  .article__subheading {
    font-size: 28px;
  }
}
@media (max-width: 639px) {
  .article__subheading {
    font-size: 22px;
  }
}
.article__list-title {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
  color: #FFFFFF;
  margin: 8px 0 0;
}
@media (max-width: 1023px) {
  .article__list-title {
    font-size: 22px;
  }
}
@media (max-width: 639px) {
  .article__list-title {
    font-size: 19px;
  }
}
.article__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (max-width: 639px) {
  .article__list {
    gap: 10px;
  }
}
.article__list-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #ACB5BB;
}
@media (max-width: 1399px) {
  .article__list-item {
    font-size: 17px;
    gap: 10px;
  }
}
@media (max-width: 639px) {
  .article__list-item {
    font-size: 15px;
    gap: 8px;
  }
}
.article__list-item::before {
  content: "";
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18.4567 12.7071C18.8472 12.3166 18.8472 11.6834 18.4567 11.2929L13.6638 6.50001C13.2732 6.10949 12.6401 6.10949 12.2496 6.50001C11.859 6.89054 11.859 7.5237 12.2496 7.91422L16.1232 11.7879C16.2404 11.905 16.2404 12.095 16.1232 12.2121L12.2496 16.0858C11.859 16.4763 11.859 17.1095 12.2496 17.5C12.6401 17.8905 13.2732 17.8905 13.6638 17.5L18.4567 12.7071ZM12.8068 12.7071C13.1973 12.3166 13.1973 11.6834 12.8068 11.2929L8.01389 6.50001C7.62337 6.10949 6.99021 6.10949 6.59968 6.50001C6.20916 6.89054 6.20916 7.5237 6.59968 7.91422L10.4733 11.7879C10.5905 11.905 10.5905 12.095 10.4733 12.2121L6.59968 16.0858C6.20916 16.4763 6.20916 17.1095 6.59968 17.5C6.99021 17.8905 7.62337 17.8905 8.01389 17.5L12.8068 12.7071Z' fill='%23FF1D38'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 639px) {
  .article__list-item::before {
    width: 20px;
    height: 20px;
  }
}
.article__column-image {
  margin: 0;
  aspect-ratio: 740/345;
  border-radius: 30px;
  overflow: hidden;
}
.article__column-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
@media (max-width: 639px) {
  .article__column-image {
    border-radius: 18px;
    aspect-ratio: 4/3;
  }
}
.article__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 56px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.0313em;
  text-transform: uppercase;
  color: #ACB5BB;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.article__back svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.article__back:hover {
  color: #FF1D38;
}
.article__back:hover svg {
  transform: translateX(-3px);
}
@media (max-width: 639px) {
  .article__back {
    margin-top: 32px;
    font-size: 14px;
  }
}

.legal {
  position: relative;
  padding: 64px 0 140px;
}
@media (max-width: 1399px) {
  .legal {
    padding: 52px 0 120px;
  }
}
@media (max-width: 1023px) {
  .legal {
    padding: 40px 0 96px;
  }
}
@media (max-width: 639px) {
  .legal {
    padding: 28px 0 48px;
  }
}
.legal__inner {
  max-width: 1180px;
}
.legal__heading {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #FBFBFB;
  margin: 0 0 36px;
}
@media (max-width: 1399px) {
  .legal__heading {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  .legal__heading {
    font-size: 26px;
    margin-bottom: 24px;
  }
}
@media (max-width: 639px) {
  .legal__heading {
    font-size: 21px;
    margin-bottom: 18px;
  }
}
.legal__body {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: #b4b2b2;
}
@media (max-width: 1399px) {
  .legal__body {
    font-size: 16px;
  }
}
@media (max-width: 639px) {
  .legal__body {
    font-size: 15px;
  }
}
.legal__body > * {
  margin: 0 0 1.4em;
}
.legal__body > *:last-child {
  margin-bottom: 0;
}
.legal__body strong {
  color: #FFFFFF;
  font-weight: 600;
}
.legal__body a {
  color: #FF1D38;
  text-decoration: underline;
  text-underline-offset: 3px;
  word-break: break-word;
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.legal__body a:hover {
  opacity: 0.8;
}
.legal__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.4em;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.legal__list-item {
  position: relative;
  padding-left: 28px;
  color: #ACB5BB;
}
.legal__list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FF1D38;
}
@media (max-width: 639px) {
  .legal__list-item {
    padding-left: 22px;
  }
}

.contacts-page {
  padding: 132px 0 0;
  background: #161616;
}
@media (max-width: 1399px) {
  .contacts-page {
    padding-top: 88px;
  }
}
@media (max-width: 1023px) {
  .contacts-page {
    padding-top: 64px;
  }
}
@media (max-width: 639px) {
  .contacts-page {
    padding-top: 44px;
  }
}

.contacts-info {
  display: grid;
  grid-template-columns: minmax(0, 749px) minmax(0, 791px);
  gap: 48px;
  align-items: start;
  margin-bottom: 147px;
}
@media (max-width: 1399px) {
  .contacts-info {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    margin-bottom: 92px;
  }
}
@media (max-width: 1023px) {
  .contacts-info {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 64px;
  }
}
@media (max-width: 639px) {
  .contacts-info {
    gap: 28px;
    margin-bottom: 44px;
  }
}
.contacts-info__title {
  margin: 0 0 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.3;
  letter-spacing: -1.44px;
  color: #FBFBFB;
}
@media (max-width: 1399px) {
  .contacts-info__title {
    font-size: 38px;
  }
}
@media (max-width: 639px) {
  .contacts-info__title {
    font-size: 28px;
    letter-spacing: 0;
  }
}
.contacts-info__company {
  margin: 0;
  padding-bottom: 32px;
  border-bottom: 1px solid #535050;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #ACB5BB;
}
@media (max-width: 639px) {
  .contacts-info__company {
    padding-bottom: 22px;
    font-size: 15px;
  }
}
.contacts-info__grid {
  display: grid;
  grid-template-columns: 286px 1fr;
  gap: 32px 78px;
  margin-top: 32px;
}
@media (max-width: 1399px) {
  .contacts-info__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 36px;
  }
}
@media (max-width: 639px) {
  .contacts-info__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 24px;
  }
}
.contacts-info__item {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #ACB5BB;
}
@media (max-width: 1399px) {
  .contacts-info__item {
    font-size: 17px;
  }
}
@media (max-width: 639px) {
  .contacts-info__item {
    font-size: 15px;
  }
}
.contacts-info__label {
  display: block;
  margin-bottom: 16px;
  color: #FBFBFB;
}
@media (max-width: 639px) {
  .contacts-info__label {
    margin-bottom: 8px;
  }
}
.contacts-info__link {
  color: #ACB5BB;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.contacts-info__link:hover {
  color: #FF1D38;
}
.contacts-info__link--accent {
  color: #FF1D38;
  text-decoration: none;
}

.contacts-form {
  min-height: 547px;
  padding: 56px 48px;
  border: 1px solid #535050;
  border-radius: 30px;
  background: rgba(18, 18, 18, 0);
  backdrop-filter: blur(25px);
}
@media (max-width: 1399px) {
  .contacts-form {
    padding: 44px 36px;
  }
}
@media (max-width: 639px) {
  .contacts-form {
    min-height: 0;
    padding: 28px 18px;
    border-radius: 20px;
  }
}
.contacts-form__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contacts-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 639px) {
  .contacts-form__row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.contacts-form .contact-modal__submit {
  margin-top: 9px;
}
@media (max-width: 639px) {
  .contacts-form .contact-modal__submit {
    margin-top: 8px;
  }
}

.contacts-map {
  position: relative;
  left: 50%;
  width: 100vw;
  height: 727px;
  margin-left: -50vw;
  overflow: hidden;
  background: #27303a;
}
@media (max-width: 1399px) {
  .contacts-map {
    height: 560px;
  }
}
@media (max-width: 799px) {
  .contacts-map {
    height: 430px;
  }
}
@media (max-width: 479px) {
  .contacts-map {
    height: 360px;
  }
}
.contacts-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1) invert(0.9) contrast(0.88) brightness(1);
}
.contacts-map::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.not-found {
  display: flex;
  align-items: center;
  min-height: 100svh;
  padding: clamp(118px, 12svh, 150px) 0 clamp(44px, 7svh, 78px);
  background: transparent;
}
@media (max-width: 1399px) {
  .not-found {
    padding-top: clamp(112px, 11svh, 136px);
  }
}
@media (max-width: 799px) {
  .not-found {
    padding: 0 0 58px;
  }
}
@media (max-width: 479px) {
  .not-found {
    padding: 0 0 48px;
  }
}
.not-found__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.not-found__code {
  position: relative;
  width: min(1078px, 78vw, 84svh);
  aspect-ratio: 1078/550;
}
@media (max-width: 1399px) {
  .not-found__code {
    width: min(880px, 82vw, 82svh);
  }
}
@media (max-width: 799px) {
  .not-found__code {
    width: min(640px, 92vw, 76svh);
  }
}
@media (max-width: 479px) {
  .not-found__code {
    width: min(440px, 94vw, 70svh);
  }
}
.not-found__digit {
  position: absolute;
  display: block;
  max-width: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.not-found__digit--left {
  top: 2.43%;
  left: 0;
  width: 32.94%;
  height: 97.57%;
}
.not-found__digit--center {
  top: 0;
  left: 30.98%;
  width: 38.4%;
  height: 97.83%;
}
.not-found__digit--right {
  top: 0.77%;
  right: 0;
  width: 32.5%;
  height: 96.9%;
}
.not-found__title {
  margin: clamp(24px, 4.2svh, 46px) 0 16px;
  max-width: 1044px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.3;
  letter-spacing: -1.8px;
  color: #FBFBFB;
}
@media (max-width: 1399px) {
  .not-found__title {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
}
@media (max-width: 799px) {
  .not-found__title {
    margin-top: 24px;
    font-size: 36px;
    letter-spacing: -0.6px;
  }
}
@media (max-width: 479px) {
  .not-found__title {
    font-size: 29px;
    letter-spacing: 0;
  }
}
.not-found__text {
  margin: 0;
  max-width: 808px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #b4b2b2;
}
@media (max-width: 799px) {
  .not-found__text {
    max-width: 520px;
    font-size: 15px;
  }
  .not-found__text br {
    display: none;
  }
}
.not-found__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 204px;
  min-height: 68px;
  margin-top: clamp(26px, 4.5svh, 48px);
  border-radius: 56px;
  background: #FF1D38;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: #FBFBFB;
  text-decoration: none;
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.not-found__button:hover {
  background: #ff334c;
  box-shadow: 0 0 28px rgba(255, 29, 56, 0.45);
  transform: translateY(-2px);
}
@media (max-width: 799px) {
  .not-found__button {
    width: 184px;
    min-height: 58px;
    margin-top: 28px;
    font-size: 16px;
  }
}

@media (max-height: 820px) and (min-width: 800px) {
  .not-found {
    padding-top: 112px;
    padding-bottom: 38px;
  }
  .not-found__code {
    width: min(900px, 74vw, 72svh);
  }
  .not-found__title {
    margin-top: 22px;
    margin-bottom: 10px;
    font-size: 46px;
  }
  .not-found__text {
    font-size: 15px;
  }
  .not-found__button {
    width: 188px;
    min-height: 58px;
    margin-top: 24px;
    font-size: 16px;
  }
}
.gallery {
  position: relative;
  padding: 78px 0 110px;
}
@media (max-width: 1399px) {
  .gallery {
    padding: 39px 0 55px;
  }
}
@media (max-width: 1023px) {
  .gallery {
    padding: 48px 0;
  }
}
@media (max-width: 639px) {
  .gallery {
    padding: 40px 0;
  }
}
.gallery__grid {
  position: relative;
  width: 100%;
  aspect-ratio: 1607/1020;
}
@media (max-width: 1023px) {
  .gallery__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 180px;
    gap: 24px;
    aspect-ratio: auto;
  }
}
@media (max-width: 639px) {
  .gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 140px;
    gap: 16px;
  }
}
.gallery__item {
  position: absolute;
  overflow: hidden;
  border-radius: 30px;
  background: #0E0E0E;
  display: block;
}
.gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.gallery__item:hover img {
  transform: scale(1.08);
  filter: brightness(1.08);
}
.gallery__item:nth-child(1) {
  left: 0;
  top: 0;
  width: 61.54%;
  height: 42.35%;
}
.gallery__item:nth-child(2) {
  left: 21.24%;
  top: 46.24%;
  width: 19.19%;
  height: 53.76%;
}
.gallery__item:nth-child(3) {
  left: 64.41%;
  top: 0;
  width: 35.59%;
  height: 31.37%;
}
.gallery__item:nth-child(4) {
  left: 0;
  top: 46.24%;
  width: 19.38%;
  height: 53.76%;
}
.gallery__item:nth-child(5) {
  left: 64.41%;
  top: 34.31%;
  width: 35.59%;
  height: 31.37%;
}
.gallery__item:nth-child(6) {
  left: 42.29%;
  top: 46.24%;
  width: 19.25%;
  height: 53.65%;
}
.gallery__item:nth-child(7) {
  left: 64.41%;
  top: 68.63%;
  width: 35.59%;
  height: 31.37%;
}
.gallery__item:nth-child(2) img, .gallery__item:nth-child(4) img, .gallery__item:nth-child(6) img {
  -o-object-position: center center;
  object-position: center center;
}
.gallery__item:nth-child(6) img {
  -o-object-position: 18% center;
  object-position: 18% center;
}
@media (max-width: 1023px) {
  .gallery__item:nth-child(n) {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    grid-column: span 3;
    grid-row: span 1;
  }
  .gallery__item:nth-child(1) {
    grid-column: span 6;
    grid-row: span 2;
  }
}
@media (max-width: 639px) {
  .gallery__item:nth-child(n) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .gallery__item:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
  }
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.92);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.lightbox.is-open {
  opacity: 1;
  visibility: visible;
}
.lightbox__stage {
  position: relative;
  max-width: 90vw;
  max-height: 86vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox__media {
  max-width: 90vw;
  max-height: 86vh;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.6);
  background: #0E0E0E;
}
.lightbox__media img, .lightbox__media video {
  display: block;
  max-width: 90vw;
  max-height: 86vh;
  border-radius: 16px;
  -o-object-fit: contain;
  object-fit: contain;
}
.lightbox__media iframe {
  width: min(1280px, 90vw);
  aspect-ratio: 16/9;
  max-height: 86vh;
  border: 0;
  border-radius: 16px;
  display: block;
}
.lightbox__close, .lightbox__prev, .lightbox__next {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  cursor: pointer;
  z-index: 2;
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.lightbox__close svg, .lightbox__prev svg, .lightbox__next svg {
  width: 20px;
  height: 20px;
}
.lightbox__close:hover, .lightbox__prev:hover, .lightbox__next:hover {
  background: #FF1D38;
  border-color: #FF1D38;
  box-shadow: 0 0 10px rgb(255, 29, 56);
}
.lightbox__close {
  top: 24px;
  right: 24px;
}
@media (max-width: 639px) {
  .lightbox__close {
    top: 12px;
    right: 12px;
  }
}
.lightbox__prev {
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.lightbox__next {
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 639px) {
  .lightbox__prev {
    left: 8px;
  }
  .lightbox__next {
    right: 8px;
  }
}
.lightbox__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -36px;
  text-align: center;
  color: #ACB5BB;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

.gallery__item {
  cursor: zoom-in;
}
.gallery__item--video {
  cursor: pointer;
}
.gallery__item--video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.15) 70%);
  pointer-events: none;
}
.gallery__item--video::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255, 29, 56, 0.85) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E") no-repeat center/36px;
  box-shadow: 0 0 24px rgba(255, 29, 56, 0.55);
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.gallery__item--video:hover::before {
  transform: translate(-50%, -50%) scale(1.08);
  box-shadow: 0 0 32px rgba(255, 29, 56, 0.85);
}
@media (max-width: 639px) {
  .gallery__item--video::before {
    width: 56px;
    height: 56px;
    background-size: 26px;
  }
}

body.is-lightbox-open {
  overflow: hidden;
}

.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.72);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.contact-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.contact-modal__dialog {
  position: relative;
  width: min(905px, 100%);
  padding: 64px 90px 64px;
  border: 1px solid rgba(201, 201, 201, 0.16);
  border-radius: 24px;
  background: rgba(18, 18, 18, 0.96);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(25px);
  transform: translateY(18px) scale(0.985);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.contact-modal.is-open .contact-modal__dialog {
  transform: translateY(0) scale(1);
}
@media (max-width: 1023px) {
  .contact-modal__dialog {
    padding: 52px 48px;
  }
}
@media (max-width: 639px) {
  .contact-modal__dialog {
    max-height: calc(100vh - 32px);
    overflow-y: auto;
    padding: 40px 20px 28px;
    border-radius: 18px;
  }
}
.contact-modal__close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #FFFFFF;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.contact-modal__close::before, .contact-modal__close::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  top: 13px;
  height: 3px;
  border-radius: 3px;
  background: currentColor;
}
.contact-modal__close::before {
  transform: rotate(45deg);
}
.contact-modal__close::after {
  transform: rotate(-45deg);
}
.contact-modal__close:hover {
  color: #FF1D38;
  transform: rotate(90deg);
}
@media (max-width: 639px) {
  .contact-modal__close {
    top: 14px;
    right: 14px;
  }
}
.contact-modal__title {
  margin: 0 0 10px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.3;
  letter-spacing: -1.44px;
  color: #FBFBFB;
}
@media (max-width: 1023px) {
  .contact-modal__title {
    font-size: 38px;
  }
}
@media (max-width: 639px) {
  .contact-modal__title {
    padding-right: 28px;
    font-size: 27px;
    letter-spacing: 0;
  }
}
.contact-modal__subtitle {
  margin: 0 0 51px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #ACB5BB;
}
@media (max-width: 639px) {
  .contact-modal__subtitle {
    margin-bottom: 28px;
    font-size: 16px;
  }
}
.contact-modal__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-modal__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 639px) {
  .contact-modal__row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.contact-modal__field {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-modal__field.is-invalid .contact-modal__input,
.contact-modal__field.is-invalid .contact-modal__textarea, .contact-modal__agree.is-invalid .contact-modal__input,
.contact-modal__agree.is-invalid .contact-modal__textarea {
  box-shadow: 0 0 0 1px #FF1D38;
}
.contact-modal__field.is-invalid .contact-modal__checkbox, .contact-modal__agree.is-invalid .contact-modal__checkbox {
  outline: 1px solid #FF1D38;
  outline-offset: 2px;
}
.contact-modal__label {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  color: #FBFBFB;
}
@media (max-width: 639px) {
  .contact-modal__label {
    font-size: 16px;
  }
}
.contact-modal__input, .contact-modal__textarea {
  width: 100%;
  border: 0;
  border-radius: 8px;
  background: #282828;
  color: #FBFBFB;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  outline: none;
  transition: box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.contact-modal__input::-moz-placeholder, .contact-modal__textarea::-moz-placeholder {
  color: #ACB5BB;
  opacity: 1;
}
.contact-modal__input::placeholder, .contact-modal__textarea::placeholder {
  color: #ACB5BB;
  opacity: 1;
}
.contact-modal__input:focus, .contact-modal__textarea:focus {
  background: #2e2e2e;
  box-shadow: 0 0 0 1px rgba(255, 29, 56, 0.8);
}
@media (max-width: 639px) {
  .contact-modal__input, .contact-modal__textarea {
    font-size: 16px;
  }
}
.contact-modal__input {
  height: 64px;
  padding: 17px 20px;
}
.contact-modal__input[type=tel]::-moz-placeholder {
  font-family: "Onest", sans-serif;
}
.contact-modal__input[type=tel], .contact-modal__input[type=tel]::placeholder {
  font-family: "Onest", sans-serif;
}
@media (max-width: 639px) {
  .contact-modal__input {
    height: 52px;
    padding: 13px 16px;
  }
}
.contact-modal__textarea {
  min-height: 150px;
  padding: 16px 20px;
  resize: vertical;
}
@media (max-width: 639px) {
  .contact-modal__textarea {
    min-height: 116px;
    padding: 13px 16px;
  }
}
.contact-modal__agree {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 0;
  color: #ACB5BB;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}
.contact-modal__agree a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.contact-modal__agree a:hover {
  color: #FF1D38;
}
.contact-modal__error {
  display: block;
  flex-basis: 100%;
  margin-top: -4px;
  padding-left: 0;
  color: #FF1D38;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.35;
}
.contact-modal__checkbox {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 0;
  border-radius: 5px;
  accent-color: #FF1D38;
}
.contact-modal__submit {
  align-self: flex-start;
  min-width: 215px;
  min-height: 56px;
  margin-top: 29px;
  padding: 16px 32px;
  border: 0;
  border-radius: 56px;
  background: #FF1D38;
  color: #FFFFFF;
  font-family: "Onest", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.contact-modal__submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 10px rgb(255, 29, 56);
  background: #ff3149;
}
@media (max-width: 639px) {
  .contact-modal__submit {
    width: 100%;
    min-width: 0;
    margin-top: 18px;
  }
}

body.is-contact-modal-open {
  overflow: hidden;
}

.contact-modal__honeypot {
  position: absolute;
  left: -10000px;
  top: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-modal__status {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.4;
}
.contact-modal__status:empty {
  display: none;
}
.contact-modal__status--success {
  color: #1aa05a;
}
.contact-modal__status--error {
  color: #d8233a;
}

.contact-modal__form.is-submitting {
  pointer-events: none;
  opacity: 0.7;
}

.news {
  position: relative;
  padding: 110px 0;
}
@media (max-width: 1399px) {
  .news {
    padding: 55px 0;
  }
}
@media (max-width: 1023px) {
  .news {
    padding: 48px 0;
  }
}
@media (max-width: 639px) {
  .news {
    padding: 40px 0;
  }
}
.news__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}
@media (max-width: 1023px) {
  .news__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 639px) {
  .news__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.news-card {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  gap: 6px;
  text-decoration: none;
}
.news-card__media {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 30px;
  overflow: hidden;
  background: #0E0E0E;
}
.news-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.news-card:hover .news-card__media img {
  transform: scale(1.05);
}
.news-card__date {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #ACB5BB;
  letter-spacing: 0.04em;
}
.news-card__title {
  min-height: 68px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.3;
  color: #FFFFFF;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 1023px) {
  .news-card__title {
    font-size: 22px;
  }
}
@media (max-width: 639px) {
  .news-card__title {
    font-size: 20px;
  }
}
.news-card:hover .news-card__title {
  color: #FF1D38;
}

.inner-page--partners {
  background: radial-gradient(660px 620px at 14% 850px, rgba(96, 102, 106, 0.28) 0%, rgba(58, 62, 64, 0.15) 42%, rgba(22, 22, 22, 0) 78%), radial-gradient(820px 680px at 74% 980px, rgba(91, 20, 26, 0.48) 0%, rgba(91, 20, 26, 0.2) 38%, rgba(22, 22, 22, 0) 80%), radial-gradient(780px 560px at 35% calc(100% - 420px), rgba(91, 20, 26, 0.34) 0%, rgba(91, 20, 26, 0.14) 40%, rgba(22, 22, 22, 0) 78%), radial-gradient(680px 540px at 84% calc(100% - 360px), rgba(82, 86, 88, 0.28) 0%, rgba(54, 58, 60, 0.14) 42%, rgba(22, 22, 22, 0) 80%), #161616;
  background-repeat: no-repeat;
}
.inner-page--partners .partners-page,
.inner-page--partners .footer {
  background: transparent;
}

.partners-page {
  padding: 90px 0 150px;
}
@media (max-width: 1399px) {
  .partners-page {
    padding: 72px 0 120px;
  }
}
@media (max-width: 1023px) {
  .partners-page {
    padding: 56px 0 96px;
  }
}
@media (max-width: 639px) {
  .partners-page {
    padding: 40px 0 64px;
  }
}
.partners-page__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 1023px) {
  .partners-page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media (max-width: 639px) {
  .partners-page__grid {
    grid-template-columns: 1fr;
  }
}

.partner-card {
  min-height: 262px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 30px;
  background: linear-gradient(140deg, rgba(255, 29, 56, 0.12), rgba(255, 29, 56, 0) 38%), rgba(255, 255, 255, 0.035);
  color: #FFFFFF;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 1399px) {
  .partner-card {
    min-height: 232px;
    padding: 28px;
  }
}
@media (max-width: 639px) {
  .partner-card {
    min-height: 210px;
    padding: 24px;
    border-radius: 22px;
  }
}
.partner-card--link {
  cursor: pointer;
}
.partner-card--link:hover {
  transform: translateY(-4px);
  border-color: #FF1D38;
  background-color: rgba(255, 255, 255, 0.055);
  box-shadow: 0 0 32px rgba(255, 29, 56, 0.25);
}
.partner-card__logo {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 130px;
  padding: 10px;
}
.partner-card__logo img {
  display: block;
  max-width: 100%;
  max-height: 118px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.28));
}
.partner-card__title {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.25;
  color: #FBFBFB;
}
@media (max-width: 1399px) {
  .partner-card__title {
    font-size: 20px;
  }
}
@media (max-width: 639px) {
  .partner-card__title {
    font-size: 18px;
  }
}

.seo {
  padding: 110px 0 74px;
}
@media (max-width: 1399px) {
  .seo {
    padding: 55px 0 37px;
  }
}
@media (max-width: 1023px) {
  .seo {
    padding: 48px 0;
  }
}
@media (max-width: 639px) {
  .seo {
    padding: 36px 0 40px;
  }
}
.seo__title {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  color: #FFFFFF;
  margin-bottom: 32px;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .seo__title {
    font-size: 32px;
  }
}
@media (max-width: 639px) {
  .seo__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.seo__text {
  max-width: 1200px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: #ACB5BB;
}
.seo__text p {
  margin-bottom: 20px;
}
.seo__text p:last-child {
  margin-bottom: 0;
}
.seo__text strong {
  color: #FFFFFF;
  font-weight: 600;
}
@media (max-width: 639px) {
  .seo__text {
    font-size: 15px;
  }
}
.seo__list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.seo__list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
  color: #ACB5BB;
}
.seo__list li::before {
  content: "·";
  position: absolute;
  left: 4px;
  top: 0;
  color: #ACB5BB;
  font-size: 20px;
  line-height: 1.6;
}
.seo__list li strong {
  color: #FFFFFF;
  font-weight: 600;
}

.footer {
  padding: 64px 0 32px;
  border-top: 1px solid rgba(108, 114, 120, 0.4);
  background: #161616;
}
.footer a {
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.footer a:hover {
  color: #FF1D38;
}
@media (max-width: 1399px) {
  .footer {
    padding: 48px 0 24px;
  }
}
@media (max-width: 1023px) {
  .footer {
    padding: 40px 0 22px;
  }
}
@media (max-width: 639px) {
  .footer {
    padding: 24px 0 14px;
  }
}
.footer__top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 0.9fr 1fr;
  gap: 48px 48px;
  padding-bottom: 48px;
}
@media (max-width: 1023px) {
  .footer__top {
    gap: 32px;
    padding-bottom: 32px;
  }
}
@media (max-width: 639px) {
  .footer__top {
    grid-template-columns: 1fr 1fr;
    gap: 20px 16px;
    padding-bottom: 20px;
  }
}
.footer__col--info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 639px) {
  .footer__col--info {
    display: contents;
  }
}
@media (max-width: 639px) {
  .footer__legal-links {
    grid-column: 1/-1;
    order: 99;
  }
}
@media (max-width: 639px) {
  .footer .footer__logo,
  .footer .footer__legal {
    grid-column: 1/-1;
  }
}
@media (max-width: 479px) {
  .footer__top > .footer__col:nth-of-type(2) {
    grid-column: 1/-1;
  }
}
.footer__col-title {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .footer__col-title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
@media (max-width: 639px) {
  .footer__col-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.footer__logo img {
  width: 224px;
  height: auto;
  display: block;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .footer__logo img {
    width: 180px;
  }
}
@media (max-width: 639px) {
  .footer__logo img {
    width: 120px;
    margin-bottom: 10px;
  }
}
.footer__legal, .footer__address {
  max-width: 373px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #ACB5BB;
  margin: 0 0 24px;
}
@media (max-width: 1023px) {
  .footer__legal, .footer__address {
    font-size: 14px;
    margin-bottom: 18px;
  }
}
@media (max-width: 639px) {
  .footer__legal, .footer__address {
    line-height: 1.4;
    margin-bottom: 12px;
  }
}
.footer__phone {
  border-bottom: 0.5px solid;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #ACB5BB;
  display: inline-block;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .footer__phone {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
@media (max-width: 639px) {
  .footer__phone {
    margin-bottom: 10px;
  }
}
.footer__schedule {
  color: #ACB5BB;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}
.footer__schedule div {
  margin-bottom: 0;
}
.footer__schedule strong {
  color: #ACB5BB;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .footer__schedule {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
@media (max-width: 639px) {
  .footer__schedule {
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
.footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__list li {
  margin-bottom: 16px;
}
.footer__list.footer__list--underline li {
  margin-bottom: 6px;
}
.footer__list li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .footer__list li {
    margin-bottom: 10px;
  }
}
@media (max-width: 639px) {
  .footer__list li {
    margin-bottom: 6px;
  }
}
.footer__list a {
  color: #ACB5BB;
  text-decoration: none;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  font-weight: 500;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.footer__list a:hover {
  color: #FF1D38;
}
@media (max-width: 1023px) {
  .footer__list a {
    font-size: 14px;
  }
}
@media (max-width: 639px) {
  .footer__list a {
    line-height: 1.4;
  }
}
.footer__list--underline a {
  border-bottom: 0.5px solid;
  line-height: 2;
}
@media (max-width: 639px) {
  .footer__list--underline a {
    line-height: 1.7;
  }
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid rgba(108, 114, 120, 0.25);
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #ACB5BB;
}
.footer__bottom a:hover {
  color: #FF1D38;
}
@media (max-width: 1023px) {
  .footer__bottom {
    font-size: 13px;
    padding-top: 18px;
  }
}
@media (max-width: 639px) {
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    font-size: 10px;
    padding-top: 14px;
  }
}
/*# sourceMappingURL=template_styles.css.map */

/* End */
/* /local/templates/af/template_styles.css?1782547976186387 */
