/* Generated by scripts/build_badminton_css.py. */
/* Edit the source CSS files, not this bundle. */

/* Source: website/static/website/css/components/fonts.css */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../../fonts/roboto/roboto-cyrillic.f92ee388273b.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../../fonts/roboto/roboto-latin.665db5e157d2.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../../fonts/rubik/rubik-cyrillic.3ecd4ac186ab.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../../fonts/rubik/rubik-latin.b65daadded74.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Source: website/static/website/css/base.css */
:root {
  color-scheme: light;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  color: #212121;
  background: #fff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  min-width: 320px;
  margin: 0;
  font-size: 16px;
  line-height: 1.3335;
  hyphens: none;
}

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

img {
  display: block;
  max-width: 100%;
}

.metrika-pixel {
  position: absolute;
  left: -9999px;
}

/* Source: website/static/website/css/components/header.css */
.site-header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  display: flex;
  width: min(100%, 1920px);
  min-height: 76px;
  padding: 0 2.365vw;
  align-items: flex-start;
  justify-content: space-between;
  transform: translateX(-50%);
}

.site-header__brand {
  display: flex;
}

.site-header__menu {
  width: 48px;
  height: 48px;
  margin-top: 28px;
  padding: 0;
  flex: 0 0 auto;
  border: 0;
  appearance: none;
  color: inherit;
  background: url("../../images/hamburger.edf591782fc2.svg") center / contain no-repeat;
  cursor: pointer;
}

.site-header__logo {
  width: 199px;
  height: 60px;
  margin: 11px 0 0 61px;
}

.site-header__logo img {
  width: 199px;
  height: 60px;
}

.site-header__phone {
  height: 1.4rem;
  margin-top: 35px;
  border-bottom: 1px dashed #fff;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: .08em;
  text-align: right;
}

@media (max-width: 600px) {
  .site-header {
    min-height: 56px;
    padding: 0 8px;
  }

  .site-header__menu {
    margin-top: 8px;
  }

  .site-header__logo {
    display: none;
  }

  .site-header__phone {
    height: 20px;
    margin-top: 18px;
    font-size: 1rem;
    letter-spacing: .06em;
  }
}

/* Source: website/static/website/css/components/menu.css */
.site-menu {
  position: fixed;
  inset: 0;
  z-index: 100;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  color: #fff;
  background: #23252c;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.site-menu[open] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.site-menu::backdrop {
  background: #23252c;
}

html.site-menu-open {
  overflow: hidden;
}

.site-menu__header {
  display: flex;
  width: 100%;
  height: 75px;
  padding: 0 2.365vw;
  justify-content: space-between;
}

.site-menu__logo {
  width: 200px;
  height: 60px;
  margin-top: 10px;
}

.site-menu__close {
  position: relative;
  width: 48px;
  height: 48px;
  margin-top: 27px;
  padding: 0;
  border: 0;
  background: transparent;
  opacity: .54;
  cursor: pointer;
}

.site-menu__close::before,
.site-menu__close::after {
  position: absolute;
  top: 23px;
  left: 8px;
  width: 32px;
  height: 2px;
  content: "";
  background: #fff;
}

.site-menu__close::before {
  transform: rotate(45deg);
}

.site-menu__close::after {
  transform: rotate(-45deg);
}

.site-menu__navigation {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.site-menu__main {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, -50%);
}

.site-menu__link {
  font-size: 24px;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, .54);
  text-underline-offset: 2px;
}

.site-menu__link:hover,
.site-menu__link:focus-visible,
.site-menu__contact-links a:hover,
.site-menu__contact-links a:focus-visible {
  color: #ffcb04;
  text-decoration-color: rgba(205, 202, 5, .54);
}

.site-menu__link--mobile-only,
.site-menu__link-mobile {
  display: none;
}

.site-menu__action {
  margin-top: 48px;
}

.site-menu__button {
  display: flex;
  width: auto;
  height: 56px;
  margin-bottom: 24px;
  padding: 0 20px 2px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 24px;
  line-height: 1.3334;
}

.site-menu__button--booking {
  color: #212121;
  background: #a5ce38;
  box-shadow: 0 1px 8px rgba(38, 72, 0, .23), 0 0 1px rgba(51, 72, 0, .13);
}

.site-menu__button--phone {
  border: 2px solid #fff;
  color: #fff;
}

.site-menu__contacts {
  display: flex;
  margin-bottom: 18px;
  flex-direction: column;
  align-items: center;
}

.site-menu__contacts-title {
  margin: 0 16px 11px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6667;
}

.site-menu__contact-links {
  display: flex;
  width: 400px;
  justify-content: center;
  flex-wrap: wrap;
}

.site-menu__contact-links a {
  margin: 0 4px 6px;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, .54);
}

.site-menu__address {
  font-style: normal;
}

.site-menu__mobile-buttons {
  display: none;
}

@media (max-height: 750px) and (orientation: landscape) {
  .site-menu__contact-links {
    width: auto;
  }
}

@media (max-width: 640px) and (orientation: portrait) {
  .site-menu__header {
    height: auto;
    justify-content: flex-end;
  }

  .site-menu__logo,
  .site-menu__main > .site-menu__action,
  .site-menu__contacts {
    display: none;
  }

  .site-menu__close {
    margin-top: 8px;
    border: 0;
    outline: 0;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
  }

  .site-menu__main {
    position: absolute;
    top: 44%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
  }

  .site-menu__link {
    width: fit-content;
    border-bottom: 1px solid rgba(250, 250, 250, .27);
    color: #fff;
    line-height: normal;
    letter-spacing: .2px;
    text-align: center;
    text-decoration: none;
  }

  .site-menu__link:not(:last-child) {
    margin-bottom: 15px;
  }

  .site-menu__link--mobile-only,
  .site-menu__link-mobile {
    display: block;
  }

  .site-menu__link-desktop {
    display: none;
  }

  .site-menu__mobile-buttons {
    display: flex;
    padding: 0 48px;
    flex-direction: column;
  }
}

/* Source: website/static/website/css/components/hero.css */
.hero {
  position: relative;
  isolation: isolate;
  display: flex;
  width: min(100%, 1920px);
  min-height: clamp(450px, 100vh, 850px);
  min-height: clamp(450px, 100svh, 850px);
  margin-inline: auto;
  overflow: hidden;
  color: #fff;
  background: #26271d;
}

.hero__image,
.hero__shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__image {
  object-fit: cover;
  object-position: 50% 20%;
}

.hero__shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(13, 14, 9, .58), rgba(13, 14, 9, .05) 72%);
}

.hero__content {
  display: flex;
  width: 100%;
  padding: 0 calc(2.365vw + 111px) 24px;
  flex-direction: column;
  align-items: flex-start;
}

.hero__title {
  max-width: 14em;
  min-width: 5.5em;
  margin: 2.0179em 0 .4822em;
  font-family: Rubik, Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.285;
  letter-spacing: .015em;
}

.hero__features {
  display: grid;
  max-width: 760px;
  margin: 0 0 2.25em 5px;
  padding: 0;
  gap: .35em;
  list-style: none;
  font-size: 1.5rem;
  line-height: 1.65;
}

.hero__features li {
  position: relative;
  padding-left: 38px;
}

.hero__features li::before {
  position: absolute;
  top: .33em;
  left: 0;
  width: 28px;
  height: 24px;
  background: url("../../images/shuttlecock.7a4675933d89.svg") center / contain no-repeat;
  content: "";
}

.hero__cta {
  margin-top: auto;
  align-self: center;
}

.hero__arrow {
  width: 48px;
  height: 24px;
  margin-top: 16px;
  align-self: center;
  flex: 0 0 auto;
  background-image: url("../../images/arrow-down.9f176d1ba9fa.svg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .hero__title {
    font-size: 2.8125rem;
  }

  .hero__features {
    font-size: 1.25rem;
  }
}

@media (max-width: 850px) {
  .hero__image {
    object-position: 70% 20%;
  }

  .hero__content {
    padding: 0 12px 8px;
  }

  .hero__title {
    font-size: 2.25rem;
  }

  .hero__features {
    font-size: 1rem;
    margin-left: 2px;
    margin-bottom: 1.5em;
  }

  .hero__shade {
    background: linear-gradient(90deg, rgba(13, 14, 9, .67), rgba(13, 14, 9, .12));
  }

  .hero__arrow {
    margin-top: 8px;
  }
}

@media (max-width: 480px) {
  .hero__features {
    line-height: 1.55;
  }

  .hero__features li {
    padding-left: 29px;
  }

  .hero__features li::before {
    top: .25em;
    width: 20px;
    height: 18px;
  }
}

@media (max-width: 320px) {
  .hero__title {
    font-size: 1.75rem;
  }
}

/* Source: website/static/website/css/components/services.css */
.services {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 80px;
}

.services__container {
  padding: 0 36px;
}

.services__title {
  margin: 0 0 1em;
}

.services__list {
  display: flex;
  padding-bottom: 36px;
  gap: 1.7544%;
  justify-content: center;
}

.service-card {
  display: flex;
  width: 23.6842%;
  overflow: hidden;
  flex: 0 1 23.6842%;
  flex-direction: column;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 .927px 1.237px rgba(48, 33, 33, .043), 0 2.346px 3.127px rgba(48, 33, 33, .062), 0 4.785px 6.38px rgba(48, 33, 33, .078), 0 9.855px 13.141px rgba(48, 33, 33, .097), 0 27px 36px rgba(48, 33, 33, .14);
}

.service-card__media {
  position: relative;
  padding-top: 75%;
  overflow: hidden;
}

.service-card__image,
.service-card__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.service-card__image {
  object-fit: cover;
}

.service-card__shade {
  background: rgba(35, 0, 0, .1);
}

.service-card__mobile-title {
  display: none;
}

.service-card__content {
  padding: 2em 2.75em 3.75em;
}

.service-card__title {
  margin: 0 0 .4615em;
  font-family: Rubik, Arial, sans-serif;
  font-size: 2.25rem;
  line-height: 1.2222;
}

.service-card__items {
  margin: 0;
  padding: 0;
  font-size: 1.3125rem;
  line-height: 1.3333;
  list-style: none;
}

.service-card__items li {
  position: relative;
}

.service-card__items li::before {
  position: absolute;
  top: .2em;
  left: -1.25em;
  width: .55em;
  height: 1em;
  border-right: 2px solid #a5ce38;
  border-bottom: 2px solid #a5ce38;
  content: "";
  transform: rotate(40deg);
}

.service-card__items li:not(:last-child) {
  margin-bottom: .381em;
}

@media (max-width: 1280px) {
  .service-card__title {
    font-size: 1.5rem;
  }

  .service-card__items {
    font-size: 1.125rem;
  }
}

@media (max-width: 1024px) {
  .services__container {
    padding: 0 24px;
  }

  .service-card__content {
    padding: 1.5em 2em 2em;
  }

  .service-card__title {
    font-size: 1.3125rem;
  }

  .service-card__items {
    font-size: 1rem;
  }
}

@media (max-width: 850px) {
  .services {
    padding-top: 64px;
  }

  .services__container {
    padding: 0;
  }

  .services__title {
    margin: 0 0 20px;
  }

  .services__list {
    display: grid;
    padding: 12px calc((100vw - (100vw / 1.15)) / 2) 48px;
    gap: 20px;
    grid-auto-flow: column;
    grid-auto-columns: calc(100vw / 1.15);
    justify-content: start;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .services__list::-webkit-scrollbar {
    display: none;
  }

  .service-card {
    width: 100%;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }
}

/* Source: website/static/website/css/components/button.css */
.button {
  display: inline-flex;
  padding: .4583em .6667em .5416em;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3333;
  cursor: pointer;
}

@media (max-width: 850px) {
  .button {
    font-size: 1.375rem;
  }
}

@media (max-width: 320px) {
  .button {
    font-size: 1.125rem;
  }
}

.button--primary {
  color: #212121;
  background: #a5ce38;
  box-shadow: 0 0 1px rgba(51, 72, 0, .13), 0 1px 8px rgba(38, 72, 0, .23);
}

.button--primary:hover {
  background: #b2df3c;
}

.button--primary:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

/* Source: website/static/website/css/components/section.css */
.section-title {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  color: #212121;
  font-family: Rubik, Arial, sans-serif;
  font-size: 2.8125rem;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 850px) {
  .section-title {
    color: #170d0d;
    font-size: 2.25rem;
  }
}

/* Source: website/static/website/css/components/advantages.css */
.advantages {
  padding-top: 80px;
}

.advantages__container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 2.362%;
}

.advantages__title {
  margin-bottom: 1em;
}

.advantages__row {
  display: flex;
  width: 100%;
  margin-bottom: 1.458%;
  justify-content: space-between;
}

.advantages__row:last-child {
  margin-bottom: 0;
}

.advantages__row--3-2-3-4 .advantage-card:nth-child(1),
.advantages__row--3-2-3-4 .advantage-card:nth-child(3),
.advantages__row--4-3-2-3 .advantage-card:nth-child(2),
.advantages__row--4-3-2-3 .advantage-card:nth-child(4),
.advantages__row--3-2-4-3 .advantage-card:nth-child(1),
.advantages__row--3-2-4-3 .advantage-card:nth-child(4) {
  width: 23.9067%;
}

.advantages__row--3-2-3-4 .advantage-card:nth-child(2),
.advantages__row--4-3-2-3 .advantage-card:nth-child(3),
.advantages__row--2-4-4-2 .advantage-card:nth-child(1),
.advantages__row--2-4-4-2 .advantage-card:nth-child(4),
.advantages__row--3-2-4-3 .advantage-card:nth-child(2) {
  width: 15.4518%;
}

.advantages__row--3-2-3-4 .advantage-card:nth-child(4),
.advantages__row--4-3-2-3 .advantage-card:nth-child(1),
.advantages__row--2-4-4-2 .advantage-card:nth-child(2),
.advantages__row--2-4-4-2 .advantage-card:nth-child(3),
.advantages__row--3-2-4-3 .advantage-card:nth-child(3) {
  width: 32.3615%;
}

.advantage-card {
  position: relative;
  height: 288px;
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  background: #26271d;
}

.advantage-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.advantage-card__title {
  position: relative;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: .7084em .6667em;
  align-items: flex-end;
  border-radius: 4px;
  color: #fff;
  background: linear-gradient(180deg, rgba(23, 13, 13, 0), rgba(23, 13, 13, .7));
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3335;
}

@media (max-width: 768px) {
  .advantages {
    padding-top: 64px;
  }

  .advantages__container {
    padding: 0;
  }

  .advantages__row {
    margin-bottom: 1.07%;
    flex-wrap: wrap;
  }

  .advantages__row .advantage-card:nth-child(1),
  .advantages__row .advantage-card:nth-child(4) {
    width: 61.3335%;
  }

  .advantages__row .advantage-card:nth-child(2),
  .advantages__row .advantage-card:nth-child(3) {
    width: 37.3335%;
  }

  .advantage-card {
    height: 216px;
  }

  .advantage-card:nth-child(-n + 2) {
    margin-bottom: 1.07%;
  }

  .advantage-card:nth-child(odd),
  .advantage-card:nth-child(odd) .advantage-card__title {
    border-radius: 0 4px 4px 0;
  }

  .advantage-card:nth-child(even),
  .advantage-card:nth-child(even) .advantage-card__title {
    border-radius: 4px 0 0 4px;
  }

  .advantage-card__title {
    font-size: 1rem;
  }
}

@media (max-width: 425px) {
  .advantage-card {
    height: 144px;
  }
}

/* Source: website/static/website/css/components/gift.css */
.gift__container {
  margin-top: 56px;
  margin-bottom: 96px;
}

#court-booking-cta .gift__container,
#trainer-schedule-cta .gift__container {
  margin-top: 86px;
}

.gift__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.gift__icon {
  width: 7.5em;
  height: 5.3125em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 0.5em;
  background-image: url("../../images/gift.9f04dc29ce63.svg");
}

.gift__icon--message-circle-question-mark {
  background-image: url("../../images/message-circle-question-mark.c9db0880b88f.svg");
}

.gift__icon--medal {
  background-image: url("../../images/medal.e840c6725a03.svg");
}

.gift__icon--list-clock {
  background-image: url("../../images/list-clock.8ffc3a7f0b1c.svg");
}

.gift__text {
  max-width: 560px;
  font-family: "Roboto", sans-serif;
  font-size: 1.5em;
  line-height: 1.33333333;
  color: #212121;
  text-align: center;
  margin-bottom: 1em;
}

.action-button {
  box-sizing: border-box;
  padding: 0.4583em 0.6667em 0.5416em;
  font-weight: 500;
  font-size: 1.5rem;
  color: #212121;
  border-radius: 8px;
  background-color: #a5ce38;
  box-shadow: 0 0 1px 0 rgba(51, 72, 0, 0.13),
    0 1px 8px 0 rgba(38, 72, 0, 0.23);
  cursor: pointer;
}

.header-action-button {
  margin-bottom: 0.6667em;
}

/* Source: website/static/website/css/components/trainers.css */
.trainers {
  display: flex;
  width: 100%;
  margin-top: 96px;
  justify-content: center;
  overflow: hidden;
}

.trainers__container {
  position: relative;
  width: 100%;
  max-width: 1920px;
}

.trainers__title {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 71px 0 87px;
  background: url("../../images/wave-top.383096d5a6b6.svg") center top / auto 214px repeat-x;
}

.trainers__list {
  display: flex;
  width: 100%;
  justify-content: center;
}

.trainer-card {
  position: relative;
  width: 100%;
  max-width: 20%;
  height: 700px;
  margin-top: 194px;
  flex: 0 1 20%;
  overflow: hidden;
  color: #fff;
}

.trainer-card__image,
.trainer-card__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.trainer-card__image {
  object-fit: cover;
  object-position: center top;
}

.trainer-card__shade {
  background: linear-gradient(180deg, transparent, rgba(6, 6, 6, 0) 30%, rgba(21, 21, 21, .87) 99%);
}

.trainer-card__content {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
}

.trainer-card__name {
  display: flex;
  margin: 14em 0 0;
  flex-direction: column;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3335;
}

.trainer-card__name span {
  width: max-content;
  padding: 0 .6667em;
  color: #212121;
  background: #ffca05;
}

.trainer-card__sport {
  margin: 16px 0 4px;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}

.trainer-card__description {
  font-size: 1rem;
  line-height: 1.5;
}

.trainer-card__button {
  margin-top: 23px;
}

.trainers__bottom-wave {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: url("../../images/wave-bottom.273d14d292c4.svg") center bottom / auto 80px repeat-x;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .trainer-card__name {
    margin-top: 12em;
    font-size: 1.25rem;
  }

  .trainer-card__sport {
    font-size: 1.25rem;
  }
}

@media (max-width: 850px) {
  .trainers {
    margin-top: 80px;
  }

  .trainers__title {
    padding: 44px 0;
    background-size: cover;
  }

  .trainers__list {
    display: grid;
    padding: 0 calc((100vw - (100vw / 1.15)) / 2);
    grid-auto-flow: column;
    grid-auto-columns: calc(100vw / 1.15);
    grid-template-columns: none;
    justify-content: start;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .trainers__list::-webkit-scrollbar {
    display: none;
  }

  .trainer-card {
    max-width: none;
    height: 560px;
    margin: 112px 0 2px;
    flex: initial;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .trainer-card__name {
    margin-top: 217px;
  }
}

/* Source: website/static/website/css/components/pricing.css */
.pricing {
  position: relative;
  display: flex;
  width: 100%;
  min-width: 320px;
  margin: 80px auto 0;
  flex-direction: column;
  align-items: center;
  color: #212121;
}

.pricing__header {
  position: relative;
  display: flex;
  width: 100%;
  min-width: 320px;
  height: 440px;
  padding: 0 2.365vw;
  align-items: flex-end;
  overflow: hidden;
  background: #fff;
}

.pricing__header-art {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.pricing__header-image {
  width: auto;
  height: 100%;
  max-width: none;
  flex: 0 0 auto;
}

.pricing__title {
  position: relative;
  max-width: 700px;
  min-width: 300px;
  margin: 0 auto 67px;
  color: #fff;
}

.pricing__header--minimal .pricing__title {
  color: #212121;
}

.pricing__header--minimal {
  height: 120px;
}

.price-table {
  width: 64.12vw;
  min-width: 560px;
  max-width: 700px;
  margin-bottom: 48px;
  border-spacing: 0 8px;
}

.price-table caption {
  margin-bottom: 10px;
  padding-left: 12px;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
}

.price-table th,
.price-table td {
  max-width: 450px;
  height: 32px;
  padding: 4px 12px 0;
  border-bottom: 1px solid #eaeaea;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  vertical-align: baseline;
}

.price-table th,
.price-table__cost {
  white-space: nowrap;
  text-align: right;
}

.price-table .price-table__note {
  height: auto;
  padding: 6px 12px 0;
  border-bottom: 0;
  color: #494949;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  white-space: normal;
}

.pricing-discount {
  width: 100%;
  margin-bottom: 1px;
  background: linear-gradient(180deg, #fff 40%, rgba(255, 232, 195, .75) 63%, rgba(252, 188, 137, .85) 75%, rgba(248, 123, 86, .93) 88%, #f22525);
}

.pricing-discount__content {
  display: flex;
  width: 100%;
  max-width: 1440px;
  height: 417px;
  margin: 0 auto;
  justify-content: space-between;
}

.pricing-discount__title {
  max-width: 500px;
  min-width: 200px;
  margin: 0 0 9.0278vw 2.365vw;
  align-self: flex-end;
  font-size: 3.125vw;
  font-weight: 400;
}

.pricing-discount__chart {
  display: flex;
  width: 60vw;
  max-width: 864px;
  align-items: flex-end;
  justify-content: space-between;
}

.pricing-discount__column {
  display: flex;
  background: url("../../images/price-pin.e80105fb4d6f.svg") center top / cover no-repeat;
}

.pricing-discount__column span {
  margin-inline: auto;
  font-weight: 700;
  text-align: center;
}

.pricing-discount__column--small {
  width: 10vw;
  height: 17.362vw;
}

.pricing-discount__column--small span {
  margin-top: auto;
  margin-bottom: 9.0278vw;
  font-size: 3.125vw;
}

.pricing-discount__column--medium {
  width: 20vw;
  height: 22.223vw;
}

.pricing-discount__column--medium span {
  margin-top: auto;
  margin-bottom: 8.2639vw;
  font-size: 6.25vw;
}

.pricing-discount__column--large {
  width: 30vw;
  height: 28.473vw;
}

.pricing-discount__column--large span {
  margin-top: auto;
  margin-bottom: 7.5vw;
  font-size: 9.375vw;
}

.pricing__bottom-wave {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: url("../../images/price-wave.f3f301aa8b2f.svg") center bottom / auto 40px repeat-x;
}

@media (min-width: 1441px) {
  .pricing-discount__title {
    margin-bottom: 130px;
    font-size: 45px;
  }

  .pricing-discount__column--small {
    width: 144px;
    height: 250px;
  }

  .pricing-discount__column--small span {
    margin-bottom: 130px;
    font-size: 45px;
  }

  .pricing-discount__column--medium {
    width: 288px;
    height: 320px;
  }

  .pricing-discount__column--medium span {
    margin-bottom: 119px;
    font-size: 90px;
  }

  .pricing-discount__column--large {
    width: 432px;
    height: 410px;
  }

  .pricing-discount__column--large span {
    margin-bottom: 108px;
    font-size: 135px;
  }
}

@media (max-width: 640px) and (orientation: portrait) {
  .pricing {
    margin-top: 64px;
  }

  .pricing__header {
    height: 300px;
  }

  .pricing__header--minimal {
    height: 92px;
  }

  .pricing__title {
    max-width: 350px;
    min-width: 200px;
    margin-bottom: 39px;
    padding: 0 12px;
    font-size: 36px;
    line-height: 45px;
  }

  .price-table {
    width: 100%;
    min-width: 320px;
    max-width: 640px;
    margin-bottom: 24px;
    padding: 0 2.365vw;
  }

  .price-table caption {
    margin: 0 2.365vw;
    padding: 0 12px;
    font-size: 20px;
    font-weight: 700;
  }

  .price-table th,
  .price-table td {
    max-width: 163px;
    padding: 2px 12px;
    font-size: 16px;
    line-height: 24px;
  }

  .price-table__cost {
    font-weight: 500;
  }

  .price-table__discount-label {
    display: none;
  }

  .price-table .price-table__note {
    padding: 2px 12px 0;
  }

  .pricing-discount {
    max-height: 380px;
  }

  .pricing-discount__content {
    height: auto;
    max-width: 640px;
    flex-direction: column;
  }

  .pricing-discount__title {
    min-width: 300px;
    margin: 0 2.365vw 16px;
    padding: 0 12px;
    align-self: flex-start;
    font-size: 36px;
    line-height: 45px;
  }

  .pricing-discount__chart {
    width: 100%;
    justify-content: center;
  }

  .pricing-discount__column--small {
    width: 16.534vw;
    height: 29.334vw;
  }

  .pricing-discount__column--small span {
    margin-bottom: 17.3334vw;
    font-size: 5.3334vw;
  }

  .pricing-discount__column--medium {
    width: 33.07vw;
    height: 39.2vw;
  }

  .pricing-discount__column--medium span {
    margin-bottom: 16vw;
    font-size: 10.6667vw;
  }

  .pricing-discount__column--large {
    width: 50vw;
    height: 49.6vw;
  }

  .pricing-discount__column--large span {
    margin-bottom: 14.6666vw;
    font-size: 16vw;
  }
}

/* Source: website/static/website/css/components/location.css */
.location {
  display: flex;
  width: 100%;
  margin-top: 80px;
  flex-direction: column;
  align-items: center;
}

.location__title {
  margin-bottom: 53px;
}

.location__map-container {
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: 820px;
}

.location__map {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f2f2f2;
}

.location__map-status {
  color: #777;
  font-size: 14px;
}

.location__map-status a {
  border-bottom: 1px solid currentColor;
}

.location__card {
  position: absolute;
  z-index: 3;
  top: 34px;
  bottom: 34px;
  left: 34px;
  display: flex;
  width: 30.8333%;
  min-width: 300px;
  max-width: 444px;
  flex-direction: column;
  color: #212121;
  background: #fff;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: .1px;
  text-align: left;
}

.location__photos {
  display: grid;
  width: 100%;
  padding: 3px;
  flex: 0 0 auto;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

.location__photo {
  width: 100%;
  height: min(7.5vw, 108px);
  object-fit: cover;
  object-position: center;
}

.location__info {
  display: flex;
  padding: 19px 16px 17px;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}

.location__item {
  margin-bottom: 12px;
}

.location__item-title {
  font-weight: 700;
}

.location__item-text {
  display: block;
  margin: 0;
  font-style: normal;
}

.location__warning {
  font-size: .9rem;
}

@media (max-width: 850px) {
  .location {
    margin-top: 64px;
  }

  .location__title {
    margin-bottom: 31px;
  }

  .location__map-container {
    height: auto;
  }

  .location__map {
    height: 375px;
  }

  .location__card {
    position: static;
    width: 100%;
    margin: 0 auto;
  }

  .location__photos {
    padding: 6px;
  }

  .location__photo {
    height: 20vw;
  }

  .location__info {
    padding: 15px 24px 48px;
  }

  .location__details {
    margin-bottom: 32px;
  }
}

/* Source: website/static/website/css/components/reviews.css */
.reviews {
  display: flex;
  width: 100%;
  margin: 96px 0;
  flex-direction: column;
  align-items: center;
}

.reviews__title {
  margin-bottom: 53px;
}

.reviews__container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 94px;
  width: 100%;
  max-width: 1160px;
  padding: 0 20px;
}

.reviews__widget {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
}

.reviews__iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
}

.reviews__map-link {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  color: #b3b3b3;
  font-family: "YS Text", Arial, sans-serif;
  font-size: 10px;
  text-align: center;
}

.reviews__title-mobile {
  display: none;
}

.reviews__faq {
  width: 100%;
}

@media (max-width: 850px) {
  .reviews__title {
    margin-bottom: 35px;
  }

  .reviews__title-desktop {
    display: none;
  }

  .reviews__title-mobile {
    display: inline;
  }

  .reviews__container {
    display: block;
    max-width: 560px;
    padding: 0 10px;
  }
}

/* Source: website/static/website/css/components/faq.css */
.faq {
  width: 100%;
  min-width: 0;
}

.faq__title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.faq__list {
  width: 100%;
  border-top: 1px solid #dedede;
}

.faq__item {
  border-bottom: 1px solid #dedede;
}

.faq__question {
  position: relative;
  padding: 18px 40px 18px 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}

.faq__question::-webkit-details-marker {
  display: none;
}

.faq__question::after {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #a5ce38;
  border-bottom: 2px solid #a5ce38;
  content: "";
  transform: translateY(-70%) rotate(45deg);
  transition: transform 160ms ease;
}

.faq__item[open] .faq__question::after {
  transform: translateY(-30%) rotate(225deg);
}

.faq__answer {
  margin: 0;
  padding: 0 40px 20px 0;
  color: #555;
  font-size: 1rem;
  line-height: 1.5;
}

.faq__answer a {
  color: #557313;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

@media (max-width: 850px) {
  .faq {
    margin-top: 96px;
    padding: 0 10px;
  }

  .faq__title {
    position: static;
    width: auto;
    height: auto;
    margin: 0 0 35px;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .faq__list {
    max-width: 560px;
    margin: 0 auto;
  }
}

/* Source: website/static/website/css/components/footer.css */
.site-footer {
  display: flex;
  width: 100%;
  padding: 50px 0 64px;
  align-items: center;
  color: #fafafa;
  background: #23252c;
}

.site-footer__container {
  display: flex;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  justify-content: center;
}

.site-footer__block {
  width: 25%;
  padding-left: 38px;
}

.site-footer__desktop-block {
  padding-top: 26px;
}

.site-footer__mobile {
  display: none;
}

.site-footer__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.site-footer__logo {
  width: 200px;
  height: 60px;
  margin-bottom: 29px;
}

.site-footer__contact {
  width: max-content;
  border-bottom: 1px solid rgba(250, 250, 250, .27);
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
}

.site-footer__contact:not(:last-child) {
  margin-bottom: 10px;
}

.site-footer__address {
  margin: 29px 0 17px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: .2px;
}

.site-footer__copyright {
  color: rgba(250, 250, 250, .54);
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: .2px;
}

.site-footer__title {
  margin: 0;
  color: #fafafa;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: .6px;
}

.site-footer__title--list {
  margin-bottom: 14px;
}

.site-footer__services,
.site-footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__services {
  margin-top: 12px;
  color: #fafafa;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: .3px;
}

.site-footer__list li,
.site-footer__sauna p {
  margin: 0 0 8px;
  color: #fafafa;
  font-size: 15px;
  line-height: 1.3334;
  letter-spacing: .1px;
}

.site-footer__sauna {
  padding-right: 20px;
}

.site-footer__desktop-link {
  width: fit-content;
  border-bottom: 1px solid rgba(250, 250, 250, .27);
  color: #fafafa;
}

.site-footer__desktop-link--booking {
  border-bottom-color: rgba(165, 206, 56, .54);
  color: #a5ce38;
}

@media (min-width: 851px) {
  .site-footer--badminton .site-footer__block {
    width: 33.3333%;
  }
}

@media (max-width: 850px) {
  .site-footer__desktop-block {
    display: none;
  }

  .site-footer__identity {
    display: flex;
    width: 100%;
    padding: 0 47px;
    flex-direction: column;
    align-items: center;
  }

  .site-footer__mobile {
    display: block;
    width: 100%;
  }

  .site-footer__nav {
    display: flex;
    margin-bottom: 48px;
    flex-direction: column;
    align-items: center;
  }

  .site-footer__nav-link {
    width: fit-content;
    border-bottom: 1px solid rgba(250, 250, 250, .27);
    color: #fff;
    font-size: 24px;
    letter-spacing: .2px;
    text-align: center;
  }

  .site-footer__nav-link:not(:last-child) {
    margin-bottom: 15px;
  }

  .site-footer__button {
    display: flex;
    width: 100%;
    height: 56px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: .6px;
    text-align: center;
  }

  .site-footer__button--call {
    margin-bottom: 24px;
    border: 1px solid rgba(255, 255, 255, .54);
    color: #fff;
    background: transparent;
    letter-spacing: .2px;
  }

  .site-footer__button--booking {
    color: #212121;
    background: #a5ce38;
    box-shadow: 0 0 1px rgba(51, 72, 0, .13), 0 1px 8px rgba(38, 72, 0, .23);
  }

  .site-footer__contacts {
    align-items: center;
  }

  .site-footer__logo {
    margin-top: 90px;
  }

  .site-footer__contact--desktop-phone {
    display: none;
  }

  .site-footer__address,
  .site-footer__copyright {
    text-align: center;
  }
}
