@font-face {
  font-family: "Geometria";
  src: url("../font/400/Geometria.eot");
  src: url("../font/400/Geometria.eot?#iefix") format("embedded-opentype"), url("../font/400/Geometria.woff") format("woff"), url("../font/400/Geometria.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Geometria";
  src: url("../font/600/Geometria.eot");
  src: url("../font/600/Geometria.eot?#iefix") format("embedded-opentype"), url("../font/600/Geometria.woff") format("woff"), url("../font/600/Geometria.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Geometria";
  src: url("../font/900/Geometria.eot");
  src: url("../font/900/Geometria.eot?#iefix") format("embedded-opentype"), url("../font/900/Geometria.woff") format("woff"), url("../font/900/Geometria.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
html {
  height: 100%;
}

body {
  height: 100%;
  width: 100%;
  background: #fff;
  font-family: "Geometria", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  color: #000;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

a, a:visited {
  text-decoration: none;
}

h1, h2, h3 {
  font-size: 2.375rem;
  line-height: 1.2;
  padding: 0 0 35px;
  margin: 0;
}

h2 {
  font-size: 2rem;
  padding-bottom: 25px;
}

h3 {
  font-size: 1.5rem;
  padding-bottom: 20px;
}

ol {
  padding: 0 0 30px 20px;
}
ol li {
  padding: 0 0 12px 4px;
  margin: 0 0 0 20px;
}

ul {
  padding: 0 0 30px 20px;
  margin: 0;
}
ul > li {
  position: relative;
  list-style-type: none;
  padding: 0 0 12px 20px;
}
ul > li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  background: linear-gradient(0deg, #6D3751 0%, #3C4454 100%);
  border-radius: 50%;
}
ul > li:last-child {
  padding-bottom: 0;
}

b {
  font-weight: 600;
}

p {
  padding: 0 0 30px 0;
  margin: 0;
}

.align--left {
  text-align: left;
}
.align--center {
  text-align: center;
}
.align--right {
  text-align: right;
}
.align--justify {
  text-align: justify;
}
.align--justify:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.table {
  padding-bottom: 30px;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table td, table th {
  border: 1px solid #fff;
  padding: 8px;
}

.image {
  padding-bottom: 30px;
}
.image img {
  max-width: 100%;
}

blockquote {
  width: 100%;
  background: #3B3B3B url(../svg/blockquote.svg) no-repeat 20px 20px;
  border-radius: 20px;
  padding: 20px 20px 20px 80px;
  margin: 0 0 30px 0;
}
blockquote cite {
  display: block;
  text-align: right;
  padding-top: 10px;
}

.link {
  color: #fff;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-color: rgba(255, 255, 255, 0.75);
  text-decoration-thickness: 1px;
}
.link:hover {
  text-decoration-color: rgb(255, 255, 255);
}

.trans {
  -webkit-transition: all 0.5s cubic-bezier(0.62, 0.05, 0.01, 0.98);
  -moz-transition: all 0.5s cubic-bezier(0.62, 0.05, 0.01, 0.98);
  transition: all 0.5s cubic-bezier(0.62, 0.05, 0.01, 0.98);
}

::placeholder {
  color: #626262;
}

:-ms-input-placeholder {
  color: #626262;
}

::-ms-input-placeholder {
  color: #626262;
}

.scroll::-webkit-scrollbar {
  width: 10px;
}

.scroll::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.scroll::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-right: 4px solid #fff;
}

.scroll::-webkit-scrollbar-thumb:hover {
  background: #c2c2c2;
}

.underline, .ajax {
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
}

.container {
  position: relative;
  width: 1200px;
  padding: 0 15px;
  margin: auto;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .container {
    width: auto;
  }
}
@media (max-width: 991px) {
  .container {
    width: auto;
    padding: 0 20px;
  }
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .backdrop-blur--6 {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
  }
}
.main--inner {
  background: #000;
  min-height: 800px;
  color: #fff;
  padding: 190px 0 140px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 7px 0;
  z-index: 50;
}
.header__content {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-nav {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-nav__section {
  position: relative;
}
.header-nav__section--sub .header-nav__link {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header-nav__section--sub .header-nav__link::after {
  width: 13px;
  height: 6px;
  background-image: url(../svg/header-nav__section--sub.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  content: "";
}
.header-nav__section--sub .header-nav__link:hover, .header-nav__section--sub .header-nav__link--hover {
  color: #98D4E7;
}
.header-nav__section--sub .header-nav__link:hover::after, .header-nav__section--sub .header-nav__link--hover::after {
  background-position: 0 -6px;
}
.header-nav__link {
  position: relative;
  line-height: 1;
  font-size: 0.9375rem;
  white-space: nowrap;
  color: #fff;
  z-index: 2;
}
.header-nav__link:hover {
  color: #98D4E7;
}
.header-nav__submenu {
  display: none;
  flex-direction: column;
  gap: 18px;
  position: absolute;
  top: -20px;
  left: -11px;
  background: #000;
  width: calc(100% + 22px);
  border: 1px solid #98D4E7;
  border-radius: 16px;
  padding: 50px 11px 10px;
  z-index: 1;
}
.header-nav__submenu a {
  color: #fff;
}
.header-nav__submenu a:hover {
  color: #98D4E7;
}
.header__mobmenu {
  display: none;
}

.social {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.social__button {
  flex-shrink: 0;
  display: block;
  position: relative;
  width: 34px;
  height: 34px;
  background: linear-gradient(0deg, rgb(42, 171, 238) 0%, rgb(34, 158, 217) 100%);
  border-radius: 50%;
  box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0);
}
.social__button:hover {
  box-shadow: 0 0 8px 0 rgb(255, 255, 255);
}
.social__button::after {
  position: absolute;
  inset: 0;
  background-image: url(../svg/social__button--tg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
}
.social__button--ig {
  background: linear-gradient(0deg, #FA8F21 0%, #D82D7E 100%);
  border-radius: 6px;
}
.social__button--ig::after {
  background-image: url(../svg/social__button--ig.svg);
}
.social__button--vk {
  background: #0077FF;
  border-radius: 6px;
}
.social__button--vk::after {
  background-image: url(../svg/social__button--vk.svg);
}
.social__button--wa {
  background: linear-gradient(0deg, rgb(35, 179, 58) 0%, rgb(35, 179, 58) 100%);
  border: 3px solid #fff;
}
.social__button--wa::after {
  background-image: url(../svg/social__button--wa.svg);
}
.social-phone {
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
  color: #fff;
  margin-left: 2px;
}

input[type=text], input[type=tel], textarea {
  width: 100%;
  background: #fff;
  font-family: "Geometria", sans-serif;
  font-size: 1rem;
  color: #000;
  border: none;
  border-radius: 10px;
  outline: none;
  resize: none;
  padding: 10px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.start__bg {
  min-height: 794px;
  background: #000 url(../img/start__bg.jpg) no-repeat right top;
  background-size: auto 794px;
  padding-top: 240px;
}
.start-data {
  width: 55%;
  color: #fff;
}
.start-data h1 {
  font-size: 3.75rem;
  padding: 0 0 40px;
}
.start-data h1 span {
  color: #98D4E7;
}
.start-data__desc {
  width: 75%;
  font-size: 1.125rem;
  padding-bottom: 50px;
}
.start-data__hours {
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.5;
  color: #98D4E7;
}

.title h2 {
  padding-bottom: 45px;
}
.title--desc h2 {
  padding-bottom: 20px;
}

.areas {
  background: url(../img/dir.jpg) no-repeat center center;
  background-size: cover;
  padding: 75px 0 110px;
}
.areas__desc {
  width: 95%;
  font-size: 1.25rem;
  line-height: 1;
  padding-bottom: 40px;
}
.areas__blocks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.areas__blocks--all {
  padding-top: 30px;
}
.areas-block {
  display: flex;
  align-items: flex-end;
  position: relative;
  width: 270px;
  height: 270px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: #fff;
  padding: 25px;
}
.areas-block::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(42, 59, 95, 0) 100%);
  border-radius: inherit;
  content: "";
}
.areas-block__data {
  position: relative;
  z-index: 2;
}
.areas-block__title {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
}
.areas-block__title span {
  font-size: 1rem;
}
.areas-block__desc {
  display: none;
  font-size: 0.625rem;
  line-height: 1;
  padding-top: 8px;
}
.areas__all {
  display: none;
}
.areas__tiles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.areas-tile {
  display: flex;
  flex-direction: column;
  gap: 85px;
  background: #3B3B3B;
  border-radius: 20px;
  padding: 40px 45px;
}
.areas-tile__title {
  font-size: 2.25rem;
  font-weight: 900;
  padding-bottom: 25px;
}
.areas-tile img {
  flex-shrink: 0;
  align-self: center;
  width: 440px;
  border-radius: 20px;
  margin-top: auto;
}
.areas-tile--wide {
  grid-column: 1/3;
  flex-direction: row;
  gap: 160px;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #98D4E7;
  font-size: 1.25rem;
  line-height: 1;
  color: #2E287D;
  border-radius: 10px;
  padding: 0 25px;
  cursor: pointer;
}
.button:hover {
  background: #89c2d3;
}
.button--green {
  background: #25CFAB;
}
.button--green:hover {
  background: #22bd9b;
}

.arrow {
  position: absolute;
  top: calc(50% - 30px);
  left: -140px;
  width: 60px;
  height: 60px;
  background-color: #D1D3D5;
  background-image: url(../svg/arrow.svg);
  background-repeat: no-repeat;
  background-position: 12px center;
  border-radius: 6px;
  z-index: 10;
  cursor: pointer;
}
.arrow--next {
  left: auto;
  right: -140px;
  transform: rotate(180deg);
}
.arrow:hover {
  background-color: #b9bbbd;
}

.tariffs {
  background: linear-gradient(0deg, #323335 0%, #A6B3C0 100%);
  padding: 75px 0 65px;
}
.tariffs .title {
  color: #fff;
}
.tariffs__wrapper {
  position: relative;
}
.tariffs__slider {
  overflow: hidden;
}
.tariffs-block {
  display: flex !important;
  flex-direction: column;
  position: relative;
  height: 555px !important;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border-radius: 20px;
  padding: 190px 35px 55px;
}
.tariffs-block::before, .tariffs-block::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(42, 59, 95, 0) 100%);
  border-radius: inherit;
  cursor: pointer;
  content: "";
}
.tariffs-block::after {
  background: linear-gradient(0deg, rgb(42, 59, 95) 0%, rgba(4, 19, 53, 0) 100%);
  opacity: 0;
}
.tariffs-block:hover::before {
  opacity: 0;
}
.tariffs-block:hover::after {
  opacity: 1;
}
.tariffs-block__title {
  position: relative;
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1.1;
  color: #fff;
  padding-bottom: 25px;
  z-index: 2;
  cursor: pointer;
}
.tariffs-block__desc {
  position: relative;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #fff;
  padding-bottom: 20px;
  z-index: 2;
  cursor: pointer;
}
.tariffs-block .button {
  position: relative;
  margin-top: auto;
  z-index: 2;
}
.tariffs-block--wow .tariffs-block__title {
  color: #FA003C;
}
.tariffs-block--wow .button {
  background: #FA003C;
  color: #fff;
}
.tariffs-block--wow .button:hover {
  background: #e70137;
}

.schedule {
  background: #0F1521;
}
.schedule__bg {
  min-height: 600px;
  background: url(../img/schedule.png) no-repeat right bottom;
  background-size: auto 581px;
}
.schedule__title {
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  padding: 95px 0 40px;
}
.schedule .button {
  width: 260px;
}

.bid {
  background: #4E5A70 url(../img/bid.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 90px;
}
.bid__columns {
  display: flex;
  gap: 55px;
}
.bid__photo {
  display: flex;
  align-items: flex-end;
  flex-shrink: 0;
  width: 585px;
}
.bid__photo img {
  width: 100%;
}
.bid-data {
  flex-grow: 1;
  padding-bottom: 20px;
}
.bid-data__desc {
  font-size: 2rem;
  line-height: 1.2;
  color: #fff;
  padding-bottom: 40px;
}
.bid-data__desc span {
  font-weight: 600;
}
.bid-form {
  position: relative;
  width: 390px;
  background: #353D49;
  color: #fff;
  border-radius: 20px;
  padding: 45px;
}
.bid-form__title {
  font-size: 1.25rem;
  line-height: 1.4;
  padding-bottom: 25px;
}
.bid-form__inputs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bid-form__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 46px;
  background: #98D4E7;
  line-height: 1;
  color: #fff;
  border-radius: 10px;
  padding: 0 16px;
  cursor: pointer;
}
.bid-form__button:hover {
  background: #7bb6c9;
}
.bid-form__policy {
  padding-top: 20px;
  font-size: 0.625rem;
}
.bid-form__policy a {
  color: #fff;
}
.bid-sent {
  display: none;
  position: absolute;
  inset: 0;
  background: #353D49;
  border-radius: 20px;
  z-index: 2;
}
.bid-sent__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  height: 100%;
  padding: 20px;
}
.bid-sent__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: url(../svg/bid-sent__close.svg) no-repeat center center;
  cursor: pointer;
}
.bid-sent__label {
  font-size: 1.875rem;
  font-weight: 600;
  text-align: center;
}

.trainers {
  background: linear-gradient(0deg, #A3C3E5 0%, #0F1521 100%);
  padding: 75px 0 65px;
}
.trainers .title {
  color: #fff;
}
.trainers__wrapper {
  position: relative;
}
.trainers__slider {
  overflow: hidden;
}
.trainers-block {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  height: 520px !important;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border-radius: 20px;
  padding: 35px 30px;
}
.trainers-block::before, .trainers-block::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #2C2337 0%, rgba(196, 196, 196, 0) 80%);
  border-radius: inherit;
  cursor: pointer;
  content: "";
}
.trainers-block::after {
  background: linear-gradient(0deg, rgb(42, 59, 95) 0%, rgba(196, 196, 196, 0) 80%);
  opacity: 0;
}
.trainers-block:hover::before {
  opacity: 0;
}
.trainers-block:hover::after {
  opacity: 1;
}
.trainers-block__title {
  position: relative;
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1.1;
  color: #fff;
  padding-bottom: 25px;
  z-index: 2;
  cursor: pointer;
}
.trainers-block__desc {
  position: relative;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #fff;
  padding-bottom: 20px;
  z-index: 2;
  cursor: pointer;
}
.trainers-block .button {
  position: relative;
  background: #fff;
  color: #000;
  z-index: 2;
}
.trainers-block .button:hover {
  background: #e6e6e6;
}
.trainers-block--wow .tariffs-block__title {
  color: #FA003C;
}
.trainers-block--wow .button {
  background: #FA003C;
  color: #fff;
}
.trainers-block--wow .button:hover {
  background: #e70137;
}

.banner {
  display: flex;
  justify-content: center;
  background: #000;
}
.banner--desktop {
  width: 1024px;
}
.banner--mobile {
  display: none;
}

.benefits {
  background: linear-gradient(0deg, rgb(250, 253, 255) 0%, rgb(136, 142, 154) 100%);
  color: #fff;
  padding: 75px 0 85px;
}
.benefits__wrapper {
  position: relative;
}
.benefits__slider {
  overflow: hidden;
}
.benefits-block {
  background: linear-gradient(0deg, #041335 0%, #3C4454 100%);
  border-radius: 20px;
  padding: 35px 25px 0 25px;
}
.benefits-block--2 {
  background: linear-gradient(0deg, #3963BC 0%, #3C4454 100%);
}
.benefits-block--3 {
  background: linear-gradient(0deg, #6D3751 0%, #3C4454 100%);
}
.benefits-block__title {
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1.1;
  padding-bottom: 12px;
}
.benefits-block__desc {
  font-size: 1.25rem;
  line-height: 1.2;
  padding-bottom: 25px;
}
.benefits-block__photo {
  height: 360px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}

.halls {
  background: url(../img/dir.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 0;
}
.halls__title {
  font-size: 1.625rem;
  font-weight: 600;
  padding: 60px 0 25px;
}
.halls__title--first {
  padding-top: 0;
}
.halls__wrapper {
  position: relative;
}
.halls__slider {
  overflow: hidden;
}
.halls-block {
  display: flex !important;
  height: 430px !important;
}
.halls-block__photo {
  display: flex;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
  cursor: pointer;
}
.halls-block__photo:hover {
  animation: halls-block-photo 0.4s linear forwards;
}
.halls-block--1 .halls-block__photo {
  width: 100%;
  height: inherit;
}
.halls-block--2 {
  flex-direction: column;
}
.halls-block--2 .halls-block__photo {
  width: 100%;
  height: 200px;
}
.halls-block--2 .halls-block__photo:last-child {
  margin-top: auto;
}
.halls-block--3 {
  justify-content: space-between;
  flex-wrap: wrap;
}
.halls-block--3 .halls-block__photo {
  height: 200px;
}
.halls-block--3 .halls-block__photo:first-child {
  width: 100%;
}
.halls-block--3 .halls-block__photo:nth-child(2), .halls-block--3 .halls-block__photo:last-child {
  width: 47%;
  margin-top: auto;
}
.halls-video {
  position: relative;
  padding: 0 105px;
}
.halls-video__slider {
  overflow: hidden;
}
.halls-video .arrow--prev {
  left: 80px;
}
.halls-video .arrow--next {
  right: 80px;
}
.halls-video__block {
  position: relative;
  width: 426px;
  height: 240px;
}
.halls-video__iframe {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.halls-video__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.halls-video__data {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 45px 15px 15px;
  overflow: hidden;
  z-index: 2;
}
.halls-video__play {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  background-color: rgba(152, 212, 231, 0.75);
  background-image: url(../svg/halls-video__play.svg);
  background-repeat: no-repeat;
  background-position: 30px center;
  background-size: 36px;
  border-radius: 50%;
  cursor: pointer;
}
.halls-video__play:hover {
  background-color: rgb(152, 212, 231);
}
.halls-video__title {
  font-size: 1.375rem;
  font-weight: 900;
  color: #fff;
  text-shadow: 1px 1px 5px #000;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.halls-video__cover {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border-radius: 20px;
  z-index: -1;
}
.halls-video__loading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  position: absolute;
  inset: 0;
  color: #3B3B3B;
  z-index: -2;
  padding: 15px;
}
.halls-video__loading::before {
  width: 32px;
  height: 32px;
  background: url(../svg/loader.svg) no-repeat center center;
  background-size: contain;
  content: "";
}

.desc {
  width: 60%;
  font-size: 1.25rem;
  line-height: 1.5;
  padding-bottom: 55px;
}

@keyframes halls-block-photo {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.85;
  }
  100% {
    opacity: 1;
  }
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  z-index: 100;
}
.overlay__photo {
  display: none;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  position: absolute;
  top: 15px;
  width: inherit;
  height: calc(100% - 30px);
}
.overlay__photo img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: contain;
  overflow: hidden;
  cursor: pointer;
}
.overlay__loader {
  position: absolute;
  inset: 0;
  background: url(../svg/loader--white.svg) no-repeat center center;
  background-size: 60px;
}
.overlay__close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #98D4E7;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 101;
  overflow: hidden;
  cursor: pointer;
}
.overlay__close::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../svg/overlay__close.svg) no-repeat center center;
  background-size: 25px;
}
.overlay__close:hover {
  background: #89c2d3;
}
.overlay__content {
  display: flex;
  justify-content: center;
  height: 100%;
  position: relative;
  background: #fff;
  border-radius: 16px;
}

.address {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding: 80px 40px;
}
.address #map {
  height: 660px;
}
.address--inner {
  padding: 0;
}
.address--inner #map {
  height: 692px;
}
.address-data {
  width: 540px;
}
.address-data__title {
  font-size: 1.625rem;
  font-weight: 900;
  line-height: 1.1;
  padding-bottom: 45px;
}
.address-data__how {
  font-size: 1.25rem;
  font-weight: 900;
  padding-bottom: 15px;
}
.address-data__text {
  font-size: 1.125rem;
}
.address-data__text span {
  font-weight: 600;
}
.address-data__social {
  padding-top: 40px;
}

.widget {
  padding: 75px 0 50px;
}

.coach {
  display: flex;
  gap: 95px;
}
.coach__wrapper {
  position: relative;
}
.coach__slider {
  overflow: hidden;
}
.coach__slider .swiper-slide {
  display: flex;
}
.coach__vis {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 320px;
}
.coach__vis img {
  width: 100%;
  border-radius: 20px;
}
.coach-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  text-align: center;
  padding-top: 25px;
}
.coach-contact__point {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #fff;
  padding: 5px 0;
}
.coach-contact__point:hover {
  color: #98D4E7;
}
.coach-data {
  width: 520px;
}
.coach-data__name {
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1;
  padding-bottom: 13px;
}
.coach-data__shorts {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 0.9375rem;
  color: #98D4E7;
}
.coach-data__benefits {
  font-size: 0.9375rem;
  padding: 30px 0;
}
.coach-data__benefits span {
  font-weight: 600;
}
.coach-data__benefits ul {
  padding-top: 0;
  margin-top: 0;
}
.coach-data__benefits ul li::before {
  width: 8px;
  height: 8px;
  background: linear-gradient(0deg, rgb(42, 171, 238) 0%, rgb(34, 158, 217) 100%);
}
.coach-data__benefits p {
  padding: 15px 0 5px;
  margin: 0;
}
.coach-data__benefits p:first-child {
  padding-top: 0;
}
.coach-data .button {
  display: inline-flex;
  width: auto;
}

.thumbs {
  background: #3B3B3B;
  border-radius: 20px;
  margin: 50px 0 100px;
  padding: 20px;
  overflow: hidden;
}
.thumbs .swiper-slide {
  width: 80px !important;
  opacity: 0.6;
}
.thumbs__one {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}
.thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.gallery {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.gallery-block {
  display: grid;
  gap: 24px;
}
.gallery-block__photo {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
  font-size: 1.5rem;
  font-weight: 600;
  text-shadow: 1px 1px 2px #000;
  color: #fff;
  padding: 30px;
  cursor: pointer;
}
.gallery-block__photo::before {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  content: "";
}
.gallery-block__photo:hover {
  animation: halls-block-photo 0.4s linear forwards;
}
.gallery-block__label {
  position: relative;
  z-index: 2;
}
.gallery-block--tiles {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-block--tiles .gallery-block__photo:first-child {
  grid-row: span 2;
}
.gallery-block--tiles .gallery-block__photo:nth-child(2), .gallery-block--tiles .gallery-block__photo:last-child {
  height: 203px;
}
.gallery-block--1, .gallery-block--2, .gallery-block--3 {
  grid-template-columns: repeat(1, 1fr);
}
.gallery-block--1 .gallery-block__photo, .gallery-block--2 .gallery-block__photo, .gallery-block--3 .gallery-block__photo {
  height: 205px;
}
.gallery-block--2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-block--3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery__wrapper {
  position: relative;
}
.gallery__slider {
  border-radius: 20px;
  overflow: hidden;
}
.gallery__slider .swiper-slide {
  display: flex;
}
.gallery__slider .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.back {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 50px;
}
.back__icon {
  width: 16px;
  height: 16px;
  background: url(../svg/back.svg) no-repeat left center;
}
.back__label {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  color: #98D4E7;
}
.back:hover .back__icon {
  transform: translateX(-5px);
}

.fotorama__nav-wrap {
  padding-top: 24px;
}

.footer {
  background: #1F1D21;
  padding: 45px 0 50px;
}
.footer__content {
  display: flex;
  align-items: center;
}
.footer__logo {
  margin-right: 35px;
}
.footer-nav {
  display: flex;
  gap: 110px;
}
.footer-nav__column {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.footer-nav__column a {
  font-size: 0.875rem;
  color: #fff;
}
.footer-nav__column a:hover {
  color: #96D3E6;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 18px;
  color: #fff;
  text-align: right;
  margin-left: auto;
}
.footer-contact__copy {
  font-size: 1.125rem;
}
.footer-contact__phone a {
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
}
.footer-contact .social {
  justify-content: flex-end;
}

.plan-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
}
.plan-filter__month {
  padding: 6px 0;
  margin-top: -6px;
  cursor: pointer;
}
.plan-filter__month--selected {
  font-weight: 900;
  color: #98D4E7;
  cursor: auto;
}
.plan-block__hall {
  font-size: 1.25rem;
  font-weight: 900;
  color: #98D4E7;
  padding: 25px 0 15px;
}
.plan-block__hall--2 {
  padding-top: 115px;
}
.plan-block--hidden {
  display: none;
}
.plan-week__row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.plan-week__date {
  background: #000;
  font-size: 0.9375rem;
  text-align: center;
  padding: 10px 5px;
}
.plan-week__date div {
  font-weight: 900;
  padding-bottom: 8px;
}
.plan-week__day {
  display: flex;
  flex-direction: column;
}
.plan-week__day:nth-child(odd) {
  background: #354147;
}
.plan-week__day:nth-child(even) {
  background: #40525C;
}
.plan-exercise {
  background: #385BBA;
  min-height: 115px;
  font-size: 0.9375rem;
  line-height: 1.5;
  text-align: center;
  padding: 12px 10px;
}
.plan-exercise--empty {
  background: none;
  height: 115px;
}
.plan-exercise--green {
  background: #0CD12A;
}
.plan-exercise__hall {
  font-weight: 900;
}

.cards {
  border-radius: 16px;
  overflow: hidden;
}
.cards__row {
  display: flex;
  align-items: stretch;
  line-height: 1.1;
}
.cards__row--top {
  font-size: 0.9375rem;
  font-weight: 900;
  color: #98D4E7;
}
.cards-cell {
  width: 15%;
  padding: 22px 17px 30px;
}
.cards-cell--first {
  width: 25%;
  background: #0D1B22;
  text-transform: uppercase;
  padding-left: 33px;
}
.cards-cell--cards {
  font-style: italic;
}
.cards-cell:nth-child(even) {
  background: #0B0E0F;
}
.cards-cell__title {
  font-size: 1.25rem;
  font-weight: 900;
  padding-bottom: 5px;
}
.cards-cell__desc {
  width: 70%;
  font-size: 0.625rem;
}
.cards-cell__price {
  font-size: 1.25rem;
}
.cards-prolong {
  color: #98D4E7;
  padding-top: 14px;
}
.cards-prolong__row {
  display: flex;
  align-items: flex-end;
  font-weight: 900;
}
.cards-prolong__plus {
  align-self: center;
  font-size: 1.25rem;
  margin-right: 5px;
}
.cards-prolong__title {
  font-size: 0.625rem;
}
.cards-prolong__price {
  font-size: 0.625rem;
  margin-left: auto;
}
.cards-prolong__desc {
  font-size: 0.5rem;
  padding: 10px 0 0 17px;
}

.mcards {
  display: none;
}

.e404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  padding-top: 50px;
}
.e404 img {
  max-width: 100%;
}
.e404__label {
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
  color: #98D4E7;
}

.mobmenu {
  display: none;
}

@media (max-width: 991px) {
  .header {
    padding: 0;
  }
  .header__content {
    justify-content: space-between;
    height: 98px;
    padding: 0;
  }
  .header__logo {
    order: 1;
  }
  .header__logo img {
    width: 70px;
  }
  .header-nav {
    display: none;
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
    position: fixed;
    top: 85px;
    right: 20px;
    background: rgba(0, 0, 0, 0.9);
    border: 1px solid #98D4E7;
    border-radius: 10px;
    padding: 18px;
  }
  .header-nav a {
    color: #98D4E7;
  }
  .header-nav__section--sub .header-nav__link::after {
    background-position: 0 -6px;
  }
  .header-nav__submenu {
    order: 3;
    display: flex !important;
    gap: 15px;
    position: static;
    background: none;
    border: none;
    padding: 15px 0 0 10px;
  }
  .header .social {
    gap: 10px;
    order: 2;
    padding: 0 5px;
  }
  .header .social-phone {
    flex-shrink: 0;
    position: relative;
    width: 34px;
    height: 34px;
    background: #9e73b9 url(../svg/social-phone--mobile.svg) no-repeat center center;
    background-size: 22px;
    border-radius: 50%;
  }
  .header .social-phone__label {
    display: none;
  }
  .header__mobmenu {
    flex-shrink: 0;
    order: 3;
    display: block;
    background-color: #98D4E7;
    background-image: url(../svg/header__mobmenu.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    cursor: pointer;
  }
  .header__mobmenu--expanded {
    background-position: 0 -40px;
  }
  h1 {
    font-size: 1.75rem;
    padding-bottom: 30px;
  }
  h2 {
    font-size: 1.5rem;
    padding-bottom: 20px;
  }
  h3 {
    font-size: 1.25rem;
    padding-bottom: 18px;
  }
  .table {
    width: calc(100% + 40px);
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding: 0 20px 30px;
    margin-left: -20px;
  }
  .table::-webkit-scrollbar {
    display: none;
  }
  .main--inner {
    padding: 120px 0 100px;
  }
  .title h2 {
    padding-bottom: 24px;
  }
  .button {
    font-size: 1.125rem;
    padding: 0 15px;
  }
  .start__bg {
    position: relative;
    min-height: auto;
    background-position: 60% top;
    background-size: auto 100%;
    padding: 160px 0 70px;
  }
  .start__bg::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(102, 102, 102, 0) 100%);
    content: "";
  }
  .start-data {
    width: auto;
  }
  .start-data h1 {
    font-size: 2.125rem;
  }
  .start-data__desc {
    width: auto;
    padding-bottom: 20px;
  }
  .areas {
    padding: 50px 0;
  }
  .areas__desc {
    font-size: 1.125rem;
    padding-bottom: 45px;
  }
  .areas__blocks {
    display: block;
    gap: 30px;
  }
  .areas__blocks--all {
    display: none;
    padding: 0;
  }
  .areas-block {
    margin: auto;
    margin-bottom: 30px;
  }
  .areas__all {
    display: flex;
    justify-content: center;
    background: url(../svg/dir__all.svg) no-repeat center 25px;
    font-size: 1.125rem;
    line-height: 1.2;
    text-align: center;
    color: #000;
    padding-top: 60px;
  }
  .areas__tiles {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .areas-tile {
    gap: 50px;
    padding: 20px;
  }
  .areas-tile img {
    width: 100%;
  }
  .areas-tile--wide {
    flex-direction: column;
    gap: 50px;
  }
  .areas-tile--wide .areas-tile__data {
    width: auto;
  }
  .desc {
    width: auto;
    font-size: 1rem;
  }
  .arrow {
    display: none;
    background-color: rgba(209, 211, 213, 0.8);
  }
  .arrow:hover {
    background-color: #D1D3D5;
  }
  .tariffs {
    padding: 50px 0;
  }
  .tariffs__slider {
    width: calc(100% + 40px);
    padding: 0 20px;
    margin-left: -20px;
  }
  .tariffs-block {
    width: 280px !important;
    height: 460px !important;
    padding: 170px 20px 40px;
  }
  .tariffs-block__title {
    padding-bottom: 20px;
  }
  .tariffs-block__desc {
    font-size: 1rem;
  }
  .tariffs-block:hover::before {
    opacity: 1;
  }
  .tariffs-block:hover::after {
    opacity: 0;
  }
  .schedule {
    padding: 50px 0 0;
  }
  .schedule__bg {
    display: flex;
    flex-direction: column;
    min-height: auto;
    background-position: 50% bottom;
    background-size: auto 310px;
    padding-bottom: 355px;
  }
  .schedule__title {
    font-size: 2.25rem;
    text-align: center;
    padding: 0 0 50px;
  }
  .schedule .button {
    margin: auto;
  }
  .bid {
    padding: 50px 0;
  }
  .bid__photo {
    display: none;
  }
  .bid-data__desc {
    font-size: 1.5rem;
  }
  .bid-form {
    width: auto;
    padding: 30px 25px;
  }
  .bid-form__title {
    width: 75%;
  }
  .trainers {
    padding: 50px 0;
  }
  .trainers__slider {
    width: calc(100% + 40px);
    padding: 0 20px;
    margin-left: -20px;
  }
  .trainers-block {
    width: 280px !important;
    height: 450px !important;
    padding: 20px;
  }
  .trainers-block__title {
    padding-bottom: 15px;
  }
  .trainers-block__desc {
    font-size: 1rem;
  }
  .banner--desktop {
    display: none;
  }
  .banner--mobile {
    display: block;
    width: 100%;
  }
  .benefits {
    padding: 50px 0;
  }
  .benefits__slider {
    width: calc(100% + 40px);
    padding: 0 20px;
    margin-left: -20px;
  }
  .benefits-block {
    width: 280px !important;
    height: 450px !important;
    padding: 20px;
  }
  .benefits-block__title {
    font-size: 1.5rem;
  }
  .benefits-block__desc {
    font-size: 1rem;
  }
  .halls {
    background: #e9eaef;
    padding: 50px 0 100px;
  }
  .halls .arrow {
    display: block;
  }
  .halls .arrow--prev {
    left: -10px;
  }
  .halls .arrow--next {
    right: -10px;
  }
  .halls__title {
    font-size: 1.25rem;
  }
  .halls-video {
    padding: 0 20px;
    margin: 0;
  }
  .halls-video .arrow {
    display: block;
    top: auto;
    bottom: -80px;
  }
  .halls-video .arrow--prev {
    left: 20%;
  }
  .halls-video .arrow--next {
    right: 20%;
  }
  .halls-video__block {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .halls-video__data {
    padding: 55px 15px 15px;
  }
  .halls-video__play {
    width: 60px;
    height: 60px;
    background-size: 20px;
    background-position: 22px center;
  }
  .halls-video__title {
    font-size: 1.125rem;
  }
  .address {
    display: flex;
    flex-direction: column;
    padding: 50px 0;
  }
  .address-data {
    order: 1;
    width: auto;
    padding: 0 20px;
  }
  .address-data__title {
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: 0.05rem;
    padding-bottom: 30px;
  }
  .address__map {
    order: 2;
  }
  .address__map #map {
    height: 350px;
  }
  .address--inner {
    padding: 0;
  }
  .address--inner #map {
    height: 350px;
  }
  .address--inner .address-data {
    padding: 0;
  }
  .widget {
    padding: 20px 0 50px;
  }
  .coach {
    flex-direction: column;
    gap: 30px;
  }
  .coach__vis {
    width: auto;
  }
  .coach-data {
    width: auto;
  }
  .coach-data .button {
    width: 100%;
  }
  .coach__slider .swiper-wrapper {
    flex-direction: column;
    gap: 170px;
  }
  .thumbs {
    padding: 10px;
  }
  .thumbs--coach {
    display: block;
    position: sticky;
    bottom: 0;
    width: calc(100% + 40px);
    border-radius: 0;
    padding: 0;
    margin: 50px 0 0 -20px;
    z-index: 10;
  }
  .thumbs--coach .swiper-wrapper {
    gap: 10px;
    width: auto;
    padding: 10px 20px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .thumbs--coach .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }
  .thumbs--coach .swiper-slide {
    opacity: 1;
  }
  .thumbs--coach__one {
    width: 60px;
    height: 60px;
  }
  .gallery-block {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .gallery-block--tiles .gallery-block__photo, .gallery-block--1 .gallery-block__photo, .gallery-block--2 .gallery-block__photo, .gallery-block--3 .gallery-block__photo {
    height: 240px !important;
  }
  .gallery-block__photo {
    font-size: 1.375rem;
    padding: 15px;
  }
  .back {
    gap: 8px;
    margin-bottom: 30px;
  }
  .back__label {
    font-size: 1.125rem;
  }
  .plan-block {
    position: relative;
  }
  .plan-block__hall {
    background: #000;
    position: sticky;
    top: 97px;
    text-align: center;
    z-index: 2;
  }
  .plan-block__hall--2 {
    top: 7px;
  }
  .plan-week__row {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .plan-week__date {
    position: sticky;
    top: 150px;
  }
  .plan-exercise--empty {
    display: none;
  }
  .cards {
    display: none;
  }
  .mcards {
    display: block;
    width: calc(100% + 40px);
    position: relative;
    border-radius: 16px;
    margin-left: -20px;
    overflow: hidden;
  }
  .mcards__row {
    display: flex;
  }
  .mcards__row--blue {
    background: #0D1B22;
  }
  .mcards__row--card {
    flex-wrap: wrap;
    position: relative;
    background: #0D1B22;
  }
  .mcards-cell {
    width: 28%;
    padding: 16px 12px;
  }
  .mcards-cell--left {
    width: 16%;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
  }
  .mcards-cell__left {
    font-size: 0.625rem;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    color: #98D4E7;
    writing-mode: vertical-rl;
    text-align: center;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
  }
  .mcards-cell__title {
    font-size: 0.625rem;
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 3px;
  }
  .mcards-cell__desc {
    font-size: 8px;
    text-transform: uppercase;
  }
  .mcards-cell__price {
    font-size: 0.9375rem;
    color: #98D4E7;
  }
  .mcards-cell__price--card {
    font-size: 0.75rem;
    color: #00DAFF;
  }
  .mcards-cell__card {
    position: absolute;
    top: 40px;
    left: calc(16% + 12px);
    width: 40%;
    font-size: 0.5rem;
    color: #00DAFF;
  }
  .footer {
    padding: 30px 0 50px;
  }
  .footer__content {
    flex-direction: column;
  }
  .footer__logo {
    margin: 0;
  }
  .footer-nav {
    align-items: center;
    flex-direction: column;
    gap: 18px;
    width: 100%;
    text-align: center;
    padding: 25px 0 35px;
  }
  .footer-contact {
    text-align: center;
    margin: 0;
  }
  .footer .social {
    justify-content: center;
    gap: 20px;
    padding-top: 20px;
  }
}