@charset "UTF-8";
:root {
  --body-color: #083F66;
  --button-border-color: #2F91CF;
  --button-text-color: #F6FFFE;
  --accent-text-color: #2F91CF;
  --light-text-color: #FFFFFF;
  --light-blue: #2F91CF;
  --medium-blue: #2576AB;
  --semidark-blue: #215D8A;
  --dark-blue: #083F66;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter_18pt-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter_18pt-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter_18pt-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter_18pt-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter_18pt-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter_18pt-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter_18pt-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter_18pt-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter_24pt-BlackItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "TT Bluescreens Trial";
  src: url("../fonts/tt-bluescreens-trial.thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Bluescreens Trial";
  src: url("../fonts/tt-bluescreens-trial.thin-italic.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "TT Bluescreens Trial";
  src: url("../fonts/tt-bluescreens-trial.light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Bluescreens Trial";
  src: url("../fonts/tt-bluescreens-trial.regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Bluescreens Trial";
  src: url("../fonts/tt-bluescreens-trial.medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Bluescreens Trial";
  src: url("../fonts/tt-bluescreens-trial.demibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Bluescreens Trial";
  src: url("../fonts/tt-bluescreens-trial.demibold-italic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "TT Bluescreens Trial";
  src: url("../fonts/tt-bluescreens-trial.bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Bluescreens Trial";
  src: url("../fonts/tt-bluescreens-trial.bold-italic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "TT Bluescreens Trial";
  src: url("../fonts/tt-bluescreens-trial.extrabold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Bluescreens Trial";
  src: url("../fonts/tt-bluescreens-trial.black-italic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

img.img-max {
  width: 100%;
}

.m-t-30 {
  margin-top: 30px !important;
}

.font-inter {
  font-family: "Inter", system-ui, sans-serif !important;
}

.font-tt-bluescreens {
  font-family: "TT Bluescreens Trial", system-ui, sans-serif !important;
}

.zagolovok {
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 2;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  display: box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}

:lang(ru) {
  quotes: "«" "»";
}

.content {
  text-wrap: balance;
}
.content h1 {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 30px;
}
.content h2 {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 25px;
}
.content h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.content h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
.content h5 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.content p, .content div {
  font-size: 14px;
  text-align: left;
  color: #9b9b9b;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  margin-top: 20px;
}
.content li {
  font-size: 14px;
  margin-bottom: 10px;
}
.content ol, .content ul {
  padding-left: 2rem;
  margin-bottom: 20px;
}
.content ul, .content ul li {
  list-style-type: disc;
}
.content img {
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
}
.content b,
.content strong {
  line-height: 200%;
  font-weight: 900;
}
.content div,
.content a,
.content span,
.content ol li,
.content ul li,
.content p {
  line-height: 1.3;
}
.content hr {
  border-top-color: #FF0000;
}
.content table {
  padding: 20px 15px;
  margin: 30px auto 0;
  max-width: 100%;
  border: 1px solid #FF0000;
  min-width: 50%;
}
.content table caption {
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.content table thead th,
.content table thead td {
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  padding: 12px 10px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.content table tbody td {
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding: 12px 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.content .table-container {
  width: 100%;
  overflow-x: auto;
}
.content.big p, .content.big div {
  font-size: 18px;
}
.content .quote::before {
  content: open-quote;
}
.content .quote::after {
  content: close-quote;
}

.text-uppercase {
  text-transform: uppercase;
}

.dropdown-arrow {
  transition: 0.2s all ease;
}

.dropdown-content {
  position: absolute;
  left: 0;
  top: 55px;
  transition: 0.2s all ease;
  display: none;
  font-size: 14px;
  padding: 20px;
}

.cookie-modal {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  z-index: 10000;
  filter: drop-shadow(9px 9px 34px rgba(0, 0, 0, 0.3));
}
.cookie-modal__inner {
  clip-path: polygon(0 0, 100% 0, 100% 80%, 98% 100%, 0 100%, 0% 50%);
  background-color: var(--medium-blue);
  position: relative;
  padding: 20px;
}
.cookie-modal span {
  font-weight: 700;
  display: inline-block;
  margin-bottom: 20px;
}
.cookie-modal p {
  max-width: 600px;
}
.cookie-modal button {
  width: 180px;
  position: absolute;
  cursor: pointer;
  height: 45px;
  bottom: 20px;
  right: 20px;
  background: none;
  border-image: url("/uploads/static/button-bg-rs-white.svg") 0 0 fill;
}

.application-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 20px;
  z-index: 10000;
  transform: translate(-50%, -50%);
  width: 385px;
  filter: drop-shadow(9px 9px 34px rgba(0, 0, 0, 0.3));
}
.application-modal__head {
  display: flex;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #2F91CF;
}
.application-modal__head svg {
  height: 24px;
  width: 24px;
}
.application-modal__inner {
  clip-path: polygon(0 0, 100% 0, 100% 92%, 94% 100%, 0 100%, 0% 50%);
  background-color: var(--medium-blue);
  position: relative;
  padding: 20px;
}
.application-modal__body {
  padding-top: 20px;
  color: #86D0FF;
}
.application-modal__close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
.application-modal button {
  margin-top: 20px;
  width: 180px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  height: 45px;
  color: white;
  background: none;
  border-image: url("/uploads/static/button-modal-bg.svg") 0 0 fill;
}
.application-modal button:hover {
  color: #FF8CA5;
  border-image: url("/uploads/static/button-bg-rs-white.svg") 0 0 fill;
}
.application-modal.application-failed .application-modal__inner {
  background-color: #FF8CA5;
}
.application-modal.application-failed .application-modal__head {
  border-bottom: 1px solid white;
}
.application-modal.application-failed .application-modal__body {
  color: white;
}

.swiper-pagination-bullet {
  height: 6px;
  opacity: 1;
  width: 80px;
  border-radius: 0;
  transform: skew(-40deg);
  background: #fff;
}

.swiper-pagination-bullet-visible {
  opacity: 1;
  width: 25px;
  background: var(--light-blue);
}

/**
 * Задает отступы текущим элементам, всем кроме краних, на крайних элементах крайние отступы не зыдаються
 */
/**
 * Миксин работы с тенью, для создания объемных объектов
 */
* {
  outline: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

html, body {
  min-height: 100%;
  scrollbar-gutter: stable;
  scroll-behavior: smooth;
  font-size: 14px;
}

main {
  overflow: hidden;
}

body {
  overflow-x: hidden;
}
body.is-active {
  overflow: hidden;
}

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

li {
  list-style: none;
}

body {
  background-color: var(--body-color);
  font-weight: normal;
  font-family: Inter, sans-serif;
  font-style: normal;
  color: white;
}

button {
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.container {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}

.section-title {
  font-size: 64px;
  letter-spacing: -2%;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "TT Bluescreens Trial", system-ui, sans-serif;
}

.dropdown-arrow {
  width: 14px;
  height: 8px;
}

.button-arrow {
  height: 24px;
  width: 13px;
}

.application-form__background {
  visibility: hidden;
}

[data-aos] {
  opacity: 1;
}

.header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  position: absolute;
  transition: 0.2s all ease;
  padding: 35px 0;
}
.header.is-scrolled {
  position: fixed;
  background-color: rgba(8, 63, 102, 0.8);
  padding: 10px 0;
  z-index: 10000;
}
.header.is-scrolled .header__title {
  color: white;
}
.header.is-active {
  opacity: 1;
  z-index: 1002;
}
.header.is-active .header__logo, .header.is-active .header__lang, .header.is-active .header__title, .header.is-active .header__visiters, .header.is-active .header__partners {
  opacity: 0.5;
  pointer-events: none;
}
.header.is-active .header__burger {
  z-index: 1002;
}
.header.is-active .header__burger span:nth-child(1) {
  transform: rotate(45deg);
  top: 5px;
}
.header.is-active .header__burger span:nth-child(2) {
  opacity: 0;
}
.header.is-active .header__burger span:nth-child(3) {
  transform: rotate(-45deg);
  top: -5px;
}
.header__lang {
  position: relative;
  margin-left: 65px;
}
.header__lang .dropdown-content {
  position: absolute;
  left: 0;
  top: 55px;
  transition: 0.2s all ease;
  display: none;
  font-size: 14px;
  padding: 20px;
  border-image: url("/uploads/static/lang-bg.svg") 0 0 fill;
}
.header__lang .dropdown-content li:hover {
  background-color: var(--light-blue);
  clip-path: polygon(5px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 5px), calc(100% - 5px) 100%, 0px 100%, 0% calc(100% - 0px), 0% 5px);
}
.header__lang .dropdown-content li {
  list-style: none;
}
.header__lang .dropdown-content li a {
  display: block;
  padding: 5px 12px;
  color: inherit;
}
.header__lang {
  border-image: url("/uploads/static/button-7-inactive.svg") 0 0 fill !important;
}
.header__lang:hover {
  color: white !important;
}
.header__lang:hover span {
  color: white !important;
}
.header__lang:hover {
  border-image: url("/uploads/static/button-11.svg") 0 0 fill !important;
}
.header__inner {
  display: flex;
  align-items: center;
}
.header__logo img {
  width: 137px;
  height: 43px;
}
.header__title {
  margin-left: 68px;
  font-weight: 600;
  transition: 0.2s all ease;
  max-width: 400px;
  font-family: "TT Bluescreens Trial", system-ui, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  color: var(--light-blue);
  font-style: italic;
}
.header__title-mobile {
  display: none;
}
.header .header-dropdown-item {
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 12px 23px;
  position: relative;
  cursor: pointer;
  justify-content: space-between;
  border-image: url("/uploads/static/button-bg.svg") 0 0 fill;
  transition: 0.1s;
}
.header .header-dropdown-item:hover > span {
  color: var(--medium-blue);
}
.header .header-dropdown-item:hover .background-active {
  display: block;
}
.header .header-dropdown-item:hover .background-default {
  display: none;
}
.header .header-dropdown-item > svg {
  margin-left: 10px;
}
.header .header-dropdown-item .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: flex;
  align-items: center;
}
.header .header-dropdown-item .background svg {
  width: 100%;
}
.header .header-dropdown-item .background-active {
  display: none;
}
.header__partners, .header__visiters {
  position: relative;
}
.header__partners .dropdown-content li, .header__visiters .dropdown-content li {
  white-space: nowrap;
  transition: 0.1s all ease;
}
.header__partners .dropdown-content li a, .header__visiters .dropdown-content li a {
  padding: 11px;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  text-align: left;
}
.header__partners .dropdown-content li a::after, .header__visiters .dropdown-content li a::after {
  content: attr(data-text);
  font-weight: 700;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.header__partners .dropdown-content li:hover, .header__visiters .dropdown-content li:hover {
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: var(--light-blue);
}
.header__partners .dropdown-content li:hover a, .header__visiters .dropdown-content li:hover a {
  font-weight: 700;
}
.header__partners .dropdown-content, .header__visiters .dropdown-content {
  border-image: url("/uploads/static/dropdown-bg.svg") 0 0 fill;
}
.header__partners, .header__visiters {
  margin-left: 50px;
  border-image: url("/uploads/static/button-8.svg") 0 0 fill !important;
}
.header__partners .background svg, .header__visiters .background svg {
  transform: scale(1, -1);
}
.header__partners:hover, .header__visiters:hover {
  border-image: url("/uploads/static/button-10.svg") 0 0 fill !important;
}
.header__visiters {
  min-width: 175px;
}
.header__partners {
  margin-left: 20px;
  min-width: 150px;
}
.header__burger {
  margin-left: auto;
  display: flex;
  cursor: pointer;
  gap: 3px;
  flex-direction: column;
  position: relative;
}
.header__burger.is-active {
  z-index: 1003 !important;
}
.header__burger.is-active span {
  position: relative;
  z-index: 1001;
}
.header__burger span {
  height: 2px;
  transition: 0.2s all ease;
  display: inline-block;
  background-color: white;
  width: 16px;
}

.burger-modal {
  position: fixed;
  z-index: 1002;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(8, 63, 102, 0.8);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.burger-modal__socials {
  position: absolute;
  display: flex;
  gap: 25px !important;
  right: 33px;
  bottom: 50px;
}
.burger-modal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.burger-modal.is-active .burger-modal__inner {
  opacity: 1;
  transform: translateY(0);
}
.burger-modal__wrapper {
  width: 100%;
}
.burger-modal__inner {
  margin-top: 110px;
  width: 100%;
  z-index: 1002;
  position: relative;
  padding: 42px 125px;
  background-color: white;
  clip-path: polygon(0 0, 97% 0, 100% 6%, 100% 100%, 3% 100%, 4px 94%);
  padding-bottom: 80px;
  -webkit-box-shadow: 9px 9px 34px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 9px 9px 34px 5px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: translateY(-16px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.burger-modal__menu svg {
  max-width: 24px;
}
.burger-modal__menu li {
  position: relative;
}
.burger-modal__menu a:after {
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  transition: 0.2s all ease;
  height: 1px;
  position: absolute;
  opacity: 0;
  background-color: var(--dark-blue);
}
.burger-modal__menu a:hover:after {
  width: 100%;
  opacity: 1;
}
.burger-modal__menu .burger-modal__menu-link--outlined,
.burger-modal__menu .burger-modal__menu-link--accent {
  transition: 0.2s all ease;
}
.burger-modal__menu .burger-modal__menu-link--outlined:hover,
.burger-modal__menu .burger-modal__menu-link--accent:hover {
  border-image: none;
  opacity: 1;
  clip-path: polygon(5px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 5px), calc(100% - 5px) 100%, 0px 100%, 0% calc(100% - 0px), 0% 5px);
  background-color: var(--medium-blue);
  color: white !important;
  filter: unset;
}
.burger-modal__menu .burger-modal__menu-link--accent,
.burger-modal__menu .burger-modal__menu-link--outlined {
  margin-top: 5px;
  margin-bottom: 5px;
}
.burger-modal__menu .burger-modal__menu-link--accent:after,
.burger-modal__menu .burger-modal__menu-link--outlined:after {
  content: none;
}
.burger-modal__menu-item-has-icon {
  position: relative;
}
.burger-modal__menu-item-has-icon svg {
  position: absolute;
  right: 0;
}
.burger-modal__menu-link--has-icon {
  display: inline-flex !important;
  position: relative;
}
.burger-modal__menu-link--has-icon svg {
  position: absolute;
  right: -30px;
}
.burger-modal__menu .hr {
  width: 100%;
  display: block;
  height: 1px;
  margin: 20px 0;
  background: linear-gradient(90deg, rgb(142, 209, 228) 0%, rgb(35, 84, 91) 100%);
}
.burger-modal__menu-row {
  display: grid;
  column-gap: 140px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 40px;
}
.burger-modal__menu-row:first-child .burger-modal__menu-item {
  position: relative;
}
.burger-modal__menu-row:first-child .burger-modal__menu-item p {
  color: #485355;
  text-transform: uppercase;
  font-size: 36px;
  position: relative;
  line-height: 0.8;
  margin-bottom: 25px;
}
.burger-modal__menu-row:first-child .burger-modal__menu-item p:before {
  content: url("/uploads/static/item-part.svg");
  margin-right: 15px;
  background-size: cover;
}
.burger-modal__menu-row:first-child .burger-modal__menu-item a {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 0;
  color: #083F66;
}
.burger-modal__menu-row:not(:first-child) {
  margin-top: 50px;
}
.burger-modal__menu-row:not(:first-child) p {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #485355;
  font-weight: 700;
  font-size: 14px;
  position: relative;
  margin-bottom: 10px;
}
.burger-modal__menu-row:not(:first-child) span {
  font-size: 14px;
  color: #485355;
  gap: 10px;
  display: flex;
  padding: 8px 0;
}
.burger-modal__menu-row:not(:first-child) a {
  font-size: 14px;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 8px 0;
  color: #083F66;
}
.burger-modal__menu-link--accent {
  color: white !important;
  font-weight: 700;
  border-image: url("/uploads/static/button-blue-bg.svg") 0 0 fill;
  padding: 10px !important;
  display: inline-block !important;
  transition: 0.1s all ease;
}
.burger-modal__menu-link--accent:hover {
  filter: brightness(1.5);
}
.burger-modal__menu-link--long-rent {
  color: #2576AB !important;
  border-image: url("/uploads/static/button-modal-transparent-bg.svg") 0 0 fill;
  padding: 10px !important;
  display: inline-block !important;
  transition: 0.1s all ease;
}
.burger-modal__menu-link--long-rent:hover {
  opacity: 0.5;
}

body:not(.body-site-index) .header__lang:hover {
  border-image: url("/uploads/static/button-11.svg") 0 0 fill !important;
}
body:not(.body-site-index) .header-dropdown-item {
  border-image: url("/uploads/static/button-lang-no-index.svg") 0 0 fill !important;
}
body:not(.body-site-index) .header__visiters, body:not(.body-site-index) .header__partners {
  border-image: url("/uploads/static/button-visit-no-index.svg") 0 0 fill !important;
}
body:not(.body-site-index) .header__visiters:hover, body:not(.body-site-index) .header__partners:hover {
  border-image: url("/uploads/static/button-10.svg") 0 0 fill !important;
}

.footer {
  color: #485355;
  background-color: white;
}
.footer__left-col img {
  width: 200px;
  height: 77px;
}
.footer__top {
  background-size: cover;
  padding-top: 130px;
  padding-bottom: 60px;
  position: relative;
}
.footer__top__inner {
  display: flex;
}
.footer__top .socials-mobile {
  display: none;
}
.footer__top:after {
  position: absolute;
  content: "";
  width: 1320px;
  height: 1px;
  background: linear-gradient(90deg, rgb(8, 63, 102) 0%, rgb(8, 63, 102) 100%);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.footer__bottom {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: end;
}
.footer__bottom-info {
  width: 990px;
  display: flex;
  align-items: center;
}
.footer__bottom .socials {
  gap: 20px;
  margin-right: auto;
}
.footer__bottom .socials svg {
  height: 24px;
  width: 24px;
}
.footer__bottom .socials a {
  margin-right: 0;
}
.footer__bottom a {
  color: #083F66;
  margin-right: 185px;
}
.footer__bottom p {
  max-width: 315px;
  font-size: 14px;
}
.footer__right-col {
  width: 100%;
  margin-left: 130px;
}
.footer .footer-menu-contact-icon svg.mobile-icon {
  display: none;
}
.footer .menu-title {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.footer .menu-title:before {
  content: "";
  position: absolute;
  left: -18px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  background-size: cover;
  background-image: url("/uploads/static/item-part.svg");
}
.footer__menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 115px;
  row-gap: 35px;
}
.footer__menu ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__menu ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer__menu ul li .link-email {
  margin-left: -3px;
}
.footer__menu ul li .link-email svg {
  display: flex;
  align-items: center;
}
.footer__menu ul li a {
  display: flex;
  align-items: center;
}
.footer__menu ul li b {
  font-weight: 400;
  color: #485355;
}
.footer__menu ul a {
  color: #083F66;
}
.footer__menu:first-child {
  margin-bottom: 115px;
}
.footer .container {
  max-width: 1360px;
}
.footer .company {
  margin-top: 40px;
  color: #485355;
  margin-right: 0 !important;
  justify-content: end;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 100%;
  font-size: 12px;
}

.socials {
  display: flex;
  gap: 10px;
}
.socials svg {
  height: 30px;
  width: 30px;
}
.socials__item:not(.s-instagram, .s-facebook) svg path {
  fill: #083F66;
}
.socials__item:is(.s-instagram, .s-facebook) svg path {
  stroke: #083F66;
}

/*
 * подгрузка изменений для конкретных страниц
 */
.body-site-404 .section-404 {
  padding: 100px 0;
  padding-bottom: 200px;
}
.body-site-404 .section-404 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.body-site-404 .section-404 h1 {
  font-size: 128px;
}
.body-site-404 .section-404 p {
  font-size: 24px;
  color: var(--light-blue);
}
.body-site-404 .section-404 .actions {
  margin-top: 30px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.body-site-404 .section-404 a {
  min-width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  font-size: 14px;
}
.body-site-404 .section-404 .home {
  color: var(--dark-blue);
  border-image: url("/uploads/static/button-2-active.svg") 0 0 fill;
}
.body-site-404 .section-404 .home:hover {
  color: white;
  border-image: url("/uploads/static/button-2.svg") 0 0 fill;
}
.body-site-404 .section-404 .back {
  color: white;
  border-image: url("/uploads/static/button-2.svg") 0 0 fill;
}
.body-site-404 .section-404 .back:hover {
  color: var(--dark-blue);
  border-image: url("/uploads/static/button-2-active.svg") 0 0 fill;
}

.body-site-index .hero {
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
  margin-bottom: 10px;
  background-size: cover;
}
.body-site-index .hero__video {
  pointer-events: none;
  position: absolute;
  inset: 0;
}
.body-site-index .hero__video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.body-site-index .hero-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 100px;
  width: 100%;
  left: 0;
  background: linear-gradient(to top, rgb(8, 63, 102) 11%, rgba(8, 63, 102, 0) 100%);
}
.body-site-index .hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.body-site-index .hero__slider {
  width: calc(100% + (100vw - 100%) / 2);
}
.body-site-index .hero__slider .hero__items {
  width: 1200px;
}
.body-site-index .hero__slider-progress {
  margin: 5px auto 0;
}
.body-site-index .hero__slider-progress .actions {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.body-site-index .hero__slider-progress .actions button {
  height: 45px;
  transition: 0.2s all ease;
  width: 125px;
  border-image: url("/uploads/static/button-15.svg") 0 0 fill;
}
.body-site-index .hero__slider-progress .actions button:hover {
  border-image: url("/uploads/static/button-arrow-3.svg") 0 0 fill;
}
.body-site-index .hero__slider-progress .actions button:disabled {
  opacity: 0;
}
.body-site-index .hero__slider-progress .actions button:last-child svg {
  transform: rotate(180deg);
}
.body-site-index .hero__slider-progress .actions button:first-child {
  transform: scale(-1, 1);
}
.body-site-index .hero__slider-progress .actions button:first-child svg {
  transform: rotate(180deg);
}
.body-site-index .hero__slider-progress .actions .swiper-pagination-horizontal {
  width: unset;
}
.body-site-index .hero .hero__items .hero__item {
  height: 600px;
  position: relative;
  width: 49%;
}
.body-site-index .hero .hero__items .hero__item svg {
  width: 100%;
  height: 100%;
}
.body-site-index .hero .hero__items .hero__item-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.body-site-index .hero .hero__items .hero__item-title {
  margin-bottom: 25px;
  font-size: 64px;
  text-align: center;
  color: var(--light-blue);
  line-height: 0.8;
  font-weight: 400;
}
.body-site-index .hero .hero__items .hero__item-time {
  text-align: center;
  font-size: 48px;
  color: var(--light-blue);
  line-height: 1;
  font-weight: 400;
}
.body-site-index .hero .hero__items .hero__item-date {
  text-align: center;
  line-height: 0.9;
  font-size: 96px;
  margin-bottom: 65px;
  font-weight: 400;
}
.body-site-index .hero .hero__items .hero__item-date span {
  font-weight: 800;
  font-size: 128px;
}
.body-site-index .hero .hero__items .hero__item-data {
  max-width: 100px;
}
.body-site-index .hero .hero__items .hero__item-bg {
  transform: scale(-1, -1);
  pointer-events: none;
  width: 100%;
  position: absolute;
}
.body-site-index .hero .hero__items .hero__item-link {
  position: absolute;
  bottom: 15px;
  right: 15px;
  min-width: 165px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  font-weight: 700;
  font-size: 14px;
  border-image: url("/uploads/static/button-3.svg") 0 0 fill;
  z-index: 1;
}
.body-site-index .hero .hero__items .hero__item-link:hover {
  color: var(--dark-blue);
  border-image: url("/uploads/static/button-2-active.svg") 0 0 fill;
}
.body-site-index .hero .hero__items .hero__item:nth-child(even) .hero__item-bg {
  transform: scale(1, -1);
}
.body-site-index .hero .hero__items .hero__item:nth-child(even) .hero__item-link {
  right: unset;
  left: 15px;
  transform: scaleX(-1);
}
.body-site-index .hero .hero__items .hero__item:nth-child(even) .hero__item-link span {
  transform: scaleX(-1);
}
.body-site-index .hero .hero__items .hero__item:nth-child(even) .hero__item-image {
  clip-path: polygon(28px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0px 100%, 0% calc(100% - 0px), 0% 28px);
}
.body-site-index .hero .hero__items .hero__item:nth-child(even) .hero__item-image img {
  clip-path: polygon(28px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0px 100%, 0% calc(100% - 0px), 0% 28px);
}
.body-site-index .hero .hero__items .hero__item--single .hero__item-bg {
  height: 100%;
}
.body-site-index .hero .hero__items .hero__item--single .hero__item-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: unset;
}
.body-site-index .hero .hero__items .hero__item--single .hero__item-data h2 {
  max-width: 100px;
}
.body-site-index .hero .hero__items .hero__item--single .hero__item-link {
  color: var(--dark-blue);
  border-image: url("/uploads/static/button-2-active.svg") 0 0 fill;
}
.body-site-index .hero .hero__items .hero__item--single .hero__item-link:hover {
  color: white;
  border-image: url("/uploads/static/button-3.svg") 0 0 fill;
}
.body-site-index .hero .hero__items .hero__item--with-image .hero__item {
  position: relative;
}
.body-site-index .hero .hero__items .hero__item--with-image .hero__item-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--light-blue);
  clip-path: polygon(0px 0%, calc(100% - 28px) 0%, 100% 28px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 28px 100%, 0% calc(100% - 28px), 0% 0px);
}
.body-site-index .hero .hero__items .hero__item--with-image .hero__item-image picture {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.body-site-index .hero .hero__items .hero__item--with-image .hero__item-image img {
  clip-path: polygon(0px 0%, calc(100% - 28px) 0%, 100% 28px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 28px 100%, 0% calc(100% - 28px), 0% 0px);
  width: 99.7%;
  height: 99.5%;
  object-fit: cover;
}
.body-site-index .hero .hero__items.v2 .hero__item {
  width: 100%;
}
.body-site-index .hero .hero__items.v1 {
  display: flex;
  justify-content: space-between;
}
.body-site-index .arena {
  padding-bottom: 105px;
  overflow: hidden;
}
.body-site-index .arena__title {
  font-size: 64px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 25px;
  letter-spacing: -2%;
  color: var(--medium-blue);
}
.body-site-index .arena__items {
  width: calc(100% + (100vw - 100%) / 2);
  overflow: hidden;
}
.body-site-index .arena__item {
  padding: 34px 30px;
  height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  overflow: hidden;
  position: relative;
  border-image: url("/uploads/static/slide-bg.svg") 0 0 fill;
}
.body-site-index .arena__item:hover:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-image: url("/uploads/static/slide-bg-image.svg") 0 0 fill;
}
.body-site-index .arena__item:hover:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(8, 63, 102, 0.5);
}
.body-site-index .arena__item:hover .arena__item-image {
  opacity: 1;
}
.body-site-index .arena__item:hover picture:after {
  position: absolute;
  left: 30px;
  height: 30px;
  width: 30px;
  top: 30px;
  z-index: 1;
  content: url("/uploads/static/item-part-white.svg");
}
.body-site-index .arena__item-image {
  left: 0;
  opacity: 0;
  top: 0;
  width: 100%;
  transition: 0.2s all ease;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(2% 0, 100% 0, 100% 98%, 98% 100%, 0 100%, 0 2%);
  z-index: 0;
  position: absolute;
}
.body-site-index .arena__item-title {
  font-weight: 700;
  font-style: italic;
  font-size: 96px;
  z-index: 1;
  position: relative;
  line-height: 0.85;
}
.body-site-index .arena__item-subtitle {
  font-size: 48px;
  position: relative;
  z-index: 1;
  font-weight: 400;
  margin-bottom: 20px;
}
.body-site-index .arena__item p {
  font-size: 14px;
  z-index: 1;
  position: relative;
  color: rgba(246, 255, 254, 0.5);
  letter-spacing: -4%;
  font-weight: 400;
}
.body-site-index .arena__item a {
  min-width: 200px;
  text-align: center;
  font-weight: 700;
  margin-top: 20px;
  display: inline-block;
  z-index: 2;
  position: relative;
  font-size: 14px;
  color: white;
  padding: 15px 15px;
  border-image: url("/uploads/static/button-arena.svg") 0 0 fill;
}
.body-site-index .arena__item a:hover {
  border-image: url("/uploads/static/button-5.svg") 0 0 fill;
}
.body-site-index .arena__progress {
  max-width: 1200px;
  display: flex;
  align-items: end;
}
.body-site-index .arena .swiper-wrapper {
  margin-bottom: 41px;
}
.body-site-index .arena .actions {
  align-items: center;
  display: flex;
}
.body-site-index .arena .actions button {
  width: 125px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-image: url("/uploads/static/button-bg-rs-reverse.svg") 0 0 fill;
}
.body-site-index .arena .actions button:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.body-site-index .arena .actions p {
  font-size: 64px;
  text-transform: uppercase;
  font-weight: 400;
  margin-right: 70px;
}
.body-site-index .arena .actions__prev {
  margin-right: 20px;
}
.body-site-index .arena .actions__prev:hover {
  transform: scale(-1, 1);
  border-image: url("/uploads/static/button-6.svg") 0 0 fill !important;
}
.body-site-index .arena .actions__prev:hover svg {
  transform: rotate(180deg);
}
.body-site-index .arena .actions__next {
  border-image: url("/uploads/static/button-bg-rs.svg") 0 0 fill !important;
}
.body-site-index .arena .actions__next:hover {
  border-image: url("/uploads/static/button-6.svg") 0 0 fill !important;
}
.body-site-index .arena .actions__next svg {
  transform: rotate(180deg);
}
.body-site-index .arena .arena-slider-pagination {
  gap: 20px;
  display: flex;
}
.body-site-index .arena .arena-slider-pagination .swiper-pagination-bullet {
  height: 6px;
  opacity: 1;
  width: 80px;
  border-radius: 0;
  transform: skew(-40deg);
  background: #fff;
}
.body-site-index .arena .arena-slider-pagination .swiper-pagination-bullet-visible {
  opacity: 1;
  width: 25px;
  background: var(--light-blue);
}
.body-site-index .main-video {
  padding-bottom: 165px;
}
.body-site-index .main-video .youtube-video {
  position: relative;
}
.body-site-index .main-video .youtube-video__mute {
  position: absolute;
  bottom: 30px;
  left: 120px;
  width: 70px;
  height: 70px;
}
.body-site-index .main-video .youtube-video__mute.is-active {
  opacity: 0.3;
}
.body-site-index .main-video .youtube-video__mute img {
  height: 100%;
  width: 100%;
}
.body-site-index .main-video .youtube-video__fullscreen {
  position: absolute;
  bottom: 30px;
  right: 120px;
  width: 70px;
  height: 70px;
}
.body-site-index .main-video .youtube-video__fullscreen img {
  height: 100%;
  width: 100%;
}
.body-site-index .main-video .youtube-video__fullscren {
  position: absolute;
  bottom: 30px;
  right: 120px;
  width: 70px;
  height: 70px;
}
.body-site-index .main-video .youtube-video__fullscren img {
  height: 100%;
  width: 100%;
}
.body-site-index .main-video .youtube-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 128px;
  height: 128px;
}
.body-site-index .main-video .youtube-video__play img {
  height: 100%;
  width: 100%;
}
.body-site-index .main-video #player {
  height: 680px;
  width: 100%;
}
.body-site-index .main-video #player iframe {
  border: none;
  height: 100%;
  width: 100%;
}
.body-site-index .main-video #player img {
  height: 100%;
  width: 100%;
  border: none;
  object-fit: cover;
}
.body-site-index .places {
  height: 1550px;
  position: relative;
  background-size: 100%;
}
.body-site-index .places:before {
  content: "";
  left: 0;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}
.body-site-index .places__wrapper:before {
  content: "";
  left: 0;
  width: 100%;
  position: absolute;
  height: 500px;
  top: 0;
  background: linear-gradient(to bottom, rgb(8, 63, 102) 11%, rgba(8, 63, 102, 0) 100%);
}
.body-site-index .places__wrapper:after {
  content: "";
  left: 0;
  width: 100%;
  z-index: 1;
  position: absolute;
  height: 100px;
  bottom: 0;
  background: linear-gradient(to top, rgb(8, 63, 102) 11%, rgba(8, 63, 102, 0) 100%);
}
.body-site-index .places {
  background-position: top;
}
.body-site-index .places__title {
  margin-bottom: 50px;
  letter-spacing: -2%;
  position: relative;
  color: var(--light-blue);
}
.body-site-index .places__items {
  display: grid;
  position: relative;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.body-site-index .places__item {
  height: 600px;
  width: 590px;
  display: flex;
  color: white;
  font-size: 48px;
  padding: 50px 40px;
  text-transform: uppercase;
  position: relative;
  font-weight: 500;
  overflow: hidden;
  transition: 0.2s all ease;
}
.body-site-index .places__item:hover .places__item-image {
  opacity: 1;
}
.body-site-index .places__item picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.body-site-index .places__item-image {
  transition: 0.7s all ease;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.body-site-index .places__item.has-image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(8, 63, 102, 0.5);
}
.body-site-index .places__item p {
  max-width: 260px;
  position: relative;
  z-index: 2;
}
.body-site-index .places__item:nth-child(1) {
  clip-path: polygon(70% 0%, 0 0, 0 70%, 30% 100%, 100% 100%, 112% 45%);
  background-color: var(--dark-blue);
}
.body-site-index .places__item:nth-child(2) {
  text-align: right;
  justify-content: flex-end;
  clip-path: polygon(30% 0%, 100% 0, 100% 70%, 70% 100%, 0 100%, -12% 45%);
  background-color: var(--semidark-blue);
}
.body-site-index .places__item:nth-child(3) {
  align-items: flex-end;
  clip-path: polygon(30% 0%, 100% 0%, 100% 70%, 70% 100%, 0 100%, -12% 45%);
  background-color: var(--medium-blue);
}
.body-site-index .places__item:nth-child(4) {
  clip-path: polygon(70% 0%, 0% 0%, 0% 70%, 30% 100%, 100% 100%, 112% 45%);
  align-items: flex-end;
  text-align: right;
  justify-content: flex-end;
  background-color: var(--light-blue);
}
.body-site-index .partners {
  margin-bottom: 50px;
}
.body-site-index .partners:after {
  content: "";
  position: absolute;
  width: 800px;
  z-index: -1;
  height: 800px;
  background-image: url("/uploads/static/light.webp");
  background-size: contain;
  content: "";
  right: -27.7777777778vw;
  width: 55.5555555556vw;
  height: 55.5555555556vw;
  top: 34.7222222222vw;
}
.body-site-index .partners__title {
  margin-bottom: 45px;
  color: var(--light-blue);
}
.body-site-index .partners__main-block {
  position: relative;
  display: flex;
  padding: 15px;
  margin-bottom: 25px;
  align-items: center;
  justify-content: end;
  height: 550px;
  position: relative;
}
.body-site-index .partners__main-block::before, .body-site-index .partners__main-block::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.body-site-index .partners__main-block::before {
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 0.3472222222vw 0.3472222222vw 0 0;
  border-color: #2F91CF transparent transparent transparent;
}
.body-site-index .partners__main-block::after {
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 0.3472222222vw 0.3472222222vw;
  border-color: transparent transparent #2F91CF transparent;
}
.body-site-index .partners__main-block__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
  clip-path: polygon(1.3888888889vw 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 1.3888888889vw), calc(100% - 1.3888888889vw) 100%, 0px 100%, 0% calc(100% - 0px), 0% 1.3888888889vw);
}
.body-site-index .partners__main-block.has-switching-images .partners__main-block__image {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.body-site-index .partners__main-block.has-switching-images .partners__main-block__image.is-active {
  opacity: 1;
  visibility: visible;
}
.body-site-index .partners__accordion {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 325px;
  z-index: 1;
  height: 500px;
  padding: 10px 11px 10px 10px;
  border-image: url("/uploads/static/partners-accordion.svg") 0 0 fill;
}
.body-site-index .partners__accordion-content {
  display: none;
  padding: 50px 20px 20px;
  font-size: 14px;
  margin-bottom: auto;
  font-weight: 700;
  max-width: 120px;
}
.body-site-index .partners__accordion-content.is-active {
  display: block;
}
.body-site-index .partners__accordion-item {
  border-top: 1px solid white;
  font-size: 14px;
  padding: 15px 0;
  font-weight: 700;
  cursor: pointer;
  transition: 0.1s all ease;
  text-align: center;
}
.body-site-index .partners__accordion-item:last-child {
  clip-path: polygon(0 0, 100% 0, 100% 65%, 95% 100%, 0 100%, 0% 50%);
}
.body-site-index .partners__accordion-item:hover, .body-site-index .partners__accordion-item.is-active {
  background-color: rgba(8, 63, 102, 0.5);
}
.body-site-index .partners__content {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 22px;
}
.body-site-index .partners__block {
  height: 385px;
  display: flex;
  align-items: flex-end;
  padding: 30px 35px;
  text-transform: uppercase;
  min-width: 385px;
  font-size: 48px;
  border-image: url("/uploads/static/partner-block.svg") 0 0 fill;
}
.body-site-index .partners__block:hover {
  filter: brightness(1.2);
}
.body-site-index .partners__message {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.body-site-index .partners__message svg {
  margin-bottom: 25px;
}
.body-site-index .partners__message h5 {
  font-size: 48px;
  text-transform: uppercase;
  color: var(--light-blue);
  font-weight: 400;
  margin-bottom: 20px;
}
.body-site-index .partners__message p {
  max-width: 280px;
  text-align: center;
  font-size: 14px;
  color: white;
}
.body-site-index .partners__message a {
  padding: 13px 19px;
  font-size: 14px;
  color: white;
  margin-top: 25px;
  font-weight: 700;
  border-image: url("/uploads/static/button-arena.svg") 0 0 fill;
}
.body-site-index .partners__message a:hover {
  color: var(--dark-blue);
  border-image: url("/uploads/static/button-bg-rs-white.svg") 0 0 fill;
}

.calendar {
  padding-bottom: 45px;
  transition: 0.3s padding-bottom ease;
}
.calendar.is-open {
  padding-bottom: 135px;
}
.calendar__event-image {
  transition: 0.15s all ease;
  clip-path: polygon(17px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 17px), calc(100% - 17px) 100%, 0px 100%, 0% calc(100% - 0px), 0% 17px);
}
.calendar.is-open .actions, .calendar__inner.is-open .actions {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}
.calendar.is-open .calendar__days, .calendar__inner.is-open .calendar__days {
  max-height: 1200px;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}
.calendar.is-open .calendar__days-item--has-event, .calendar__inner.is-open .calendar__days-item--has-event {
  position: relative;
}
.calendar.is-open .calendar__days-item--has-event::before, .calendar.is-open .calendar__days-item--has-event::after, .calendar__inner.is-open .calendar__days-item--has-event::before, .calendar__inner.is-open .calendar__days-item--has-event::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.calendar.is-open .calendar__days-item--has-event::before, .calendar__inner.is-open .calendar__days-item--has-event::before {
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 5px 5px 0 0;
  border-color: #ffffff transparent transparent transparent;
}
.calendar.is-open .calendar__days-item--has-event::after, .calendar__inner.is-open .calendar__days-item--has-event::after {
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 5px 5px;
  border-color: transparent transparent #ffffff transparent;
}
.calendar.is-open .calendar__days-item--has-event:hover .calendar__event-image, .calendar__inner.is-open .calendar__days-item--has-event:hover .calendar__event-image {
  transform: scale(1.2);
}
.calendar.is-open .calendar__days-item--has-event:hover .calendar__day-number, .calendar__inner.is-open .calendar__days-item--has-event:hover .calendar__day-number {
  transform: translateY(20px);
  font-size: 94px;
}
.calendar.is-open .calendar-dropdown svg, .calendar__inner.is-open .calendar-dropdown svg {
  transform: rotate(180deg);
}
.calendar__topbar {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  justify-content: space-between;
}
.calendar__days {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translateY(-10px);
  transition: 0.3s all ease;
  visibility: hidden;
}
.calendar__days-items, .calendar__days-titles {
  display: grid;
  gap: 19px;
  grid-template-columns: repeat(7, 1fr);
}
.calendar__days-titles {
  margin-bottom: 20px;
}
.calendar__days-title {
  text-align: right;
  text-transform: lowercase;
  font-size: 14px;
  font-weight: 700;
  color: var(--light-blue);
}
.calendar__days-item {
  height: 155px;
  width: 155px;
  border-image: url("/uploads/static/calendar-item.svg") 0 0 fill;
  display: flex;
  font-size: 48px;
  font-weight: 700;
  color: var(--light-blue);
  overflow: hidden;
  align-items: end;
  padding: 5px 14px;
  transition: 0.2s all ease;
  line-height: 48px;
  justify-content: flex-start;
  position: relative;
}
.calendar__days-item span {
  transition: 0.2s all ease;
}
.calendar__days-item:hover {
  font-size: 96px;
}
.calendar__days-item:hover span {
  transform: translateY(20px);
}
.calendar__days-item:hover {
  color: white;
}
.calendar__days-item--inactive {
  opacity: 0.35;
  pointer-events: none;
}
.calendar__days-item--has-event {
  color: white;
}
.calendar__days-item--has-event:hover {
  font-size: 48px;
  filter: brightness(1.1);
}
.calendar__days-item--has-event:hover span {
  transform: none;
}
.calendar__day-number {
  position: relative;
  pointer-events: none;
  z-index: 2;
}
.calendar__event {
  inset: 0;
  z-index: 1;
  color: white;
  display: block;
  overflow: hidden;
  position: absolute;
}
.calendar__event:before {
  content: "";
  inset: 0;
  z-index: 1;
  position: absolute;
  background: linear-gradient(180deg, rgba(8, 63, 102, 0.05) 0%, rgba(8, 63, 102, 0.45) 100%);
}
.calendar__event-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.calendar__event-title {
  left: 10px;
  right: 10px;
  top: 10px;
  z-index: 2;
  display: block;
  overflow: hidden;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  position: absolute;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.calendar-dropdown {
  background: transparent;
  border: 1px solid transparent;
  color: white;
  height: 45px;
  width: 150px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: inherit;
  justify-content: center;
  border-image: url("/uploads/static/button-bg-rs.svg") 0 0 fill;
  transition: 0.2s all ease;
}
.calendar-dropdown svg {
  margin-left: 10px;
}
.calendar-dropdown:hover {
  color: var(--dark-blue);
  border-image: url("/uploads/static/button-bg-rs-white.svg") 0 0 fill;
}
.calendar-dropdown:hover svg path {
  stroke: var(--dark-blue);
}
.calendar .actions {
  align-items: center;
  display: flex;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: 0.3s all ease;
  visibility: hidden;
}
.calendar .actions button {
  width: 125px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-image: url("/uploads/static/button-bg-rs-reverse.svg") 0 0 fill;
}
.calendar .actions p {
  font-size: 64px;
  text-transform: uppercase;
  font-weight: 400;
  margin-right: 70px;
}
.calendar .actions__prev {
  margin-right: 20px;
}
.calendar .actions__prev:hover {
  transform: scale(-1, 1);
  border-image: url("/uploads/static/button-6.svg") 0 0 fill !important;
}
.calendar .actions__prev:hover svg {
  transform: rotate(180deg);
}
.calendar .actions__next {
  border-image: url("/uploads/static/button-bg-rs.svg") 0 0 fill !important;
}
.calendar .actions__next:hover {
  border-image: url("/uploads/static/button-6.svg") 0 0 fill !important;
}
.calendar .actions__next svg {
  transform: rotate(180deg);
}

.body-news-index .news {
  position: relative;
  padding-bottom: 105px;
}
.body-news-index .news:before {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 800px;
  z-index: -1;
  height: 800px;
  content: url("/uploads/static/light.webp");
}
.body-news-index .news h1 {
  color: var(--medium-blue);
  margin-bottom: 25px;
}
.body-news-index .news__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 100px;
}
.body-news-index .news .news-item {
  display: flex;
  padding: 25px;
  border-image: url("/uploads/static/news-item-bg.svg") 0 0 fill;
}
.body-news-index .news .news-item__left-col {
  position: relative;
}
.body-news-index .news .news-item__image {
  width: 560px;
  height: 560px;
  position: relative;
  background-color: #2F91CF;
  clip-path: polygon(0px 0%, calc(100% - 30px) 0%, 100% 30px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 30px 100%, 0% calc(100% - 30px), 0% 0px);
}
.body-news-index .news .news-item__image img {
  position: absolute;
  left: 3px;
  top: 2px;
  width: 554px;
  height: 556px;
  clip-path: polygon(0px 0%, calc(100% - 29px) 0%, 100% 29px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 29px 100%, 0% calc(100% - 29px), 0% 0px);
  object-fit: cover;
}
.body-news-index .news .news-item__image > picture, .body-news-index .news .news-item__image > img {
  opacity: 0;
  pointer-events: none;
  transition: 0.2s opacity ease;
}
.body-news-index .news .news-item__image > picture:first-child, .body-news-index .news .news-item__image > picture.is-active, .body-news-index .news .news-item__image > img:first-child, .body-news-index .news .news-item__image > img.is-active {
  opacity: 1;
  pointer-events: auto;
}
.body-news-index .news .news-item__image > picture.is-hidden, .body-news-index .news .news-item__image > img.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.body-news-index .news .news-item__image > picture {
  display: block;
  inset: 0;
  position: absolute;
}
.body-news-index .news .news-item__image-btn {
  cursor: pointer;
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease;
  border-image: url("/uploads/static/button-news-item-bg.svg") 0 0 fill;
}
.body-news-index .news .news-item__image-btn svg {
  height: 18px;
  width: 8px;
}
.body-news-index .news .news-item__image-btn:hover {
  border-image: url("/uploads/static/button-14.svg") 0 0 fill;
}
.body-news-index .news .news-item__image-btn.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.body-news-index .news .news-item__image-btn:last-child svg {
  transform: rotate(180deg);
}
.body-news-index .news .news-item__image-actions {
  gap: 25px;
  right: 25px;
  z-index: 1000;
  bottom: 20px;
  position: absolute;
  display: flex;
}
.body-news-index .news .news-item__right-col {
  margin-left: 50px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.body-news-index .news .news-item__date {
  font-weight: 700;
  font-size: 24px;
  margin-left: auto;
}
.body-news-index .news .news-item__year {
  font-weight: 400;
  font-size: 24px;
  margin-left: auto;
  color: var(--medium-blue);
}
.body-news-index .news .news-item__title {
  font-size: 32px;
  margin-top: auto;
  margin-bottom: 50px;
}
.body-news-index .news .news-item__description {
  padding-bottom: 25px;
  max-width: 430px;
}
.body-news-index .news .news-item__description p:not(:last-child) {
  margin-bottom: 25px;
}

.template-_offer .offer-page {
  padding-bottom: 100px;
}
.template-_offer .offer-page h1 {
  color: var(--medium-blue);
  margin-bottom: 25px;
}
.template-_offer .offer-page__subtitle {
  font-size: 64px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 30px;
  color: var(--dark-blue);
}
.template-_offer .offer-page__short {
  font-size: 14px;
  color: #485355;
  margin-bottom: 60px;
}
.template-_offer .offer-page__description {
  border-top: 2px solid var(--dark-blue);
  border-bottom: 2px solid var(--dark-blue);
  padding: 60px 0;
}
.template-_offer .offer-page__description h2, .template-_offer .offer-page__description h3, .template-_offer .offer-page__description h4, .template-_offer .offer-page__description h5 {
  font-weight: 700;
  font-size: 32px;
  color: var(--dark-blue);
  margin-bottom: 30px;
}
.template-_offer .offer-page__description h2:not(:first-child), .template-_offer .offer-page__description h3:not(:first-child), .template-_offer .offer-page__description h4:not(:first-child), .template-_offer .offer-page__description h5:not(:first-child) {
  margin-top: 60px;
}
.template-_offer .offer-page__description p, .template-_offer .offer-page__description span, .template-_offer .offer-page__description strong, .template-_offer .offer-page__description a, .template-_offer .offer-page__description li {
  margin-bottom: 25px;
  color: #485355;
}
.template-_offer .offer-page__description ul {
  margin-top: -25px;
}
.template-_offer .offer-page__description ul {
  margin-bottom: 25px;
}
.template-_offer .offer-page__description ul li:before {
  content: "—";
  display: inline-flex;
  margin-right: 15px;
}
.template-_offer .offer-page__description ul li {
  margin-bottom: 0;
}
.template-_offer .offer-page__content {
  padding: 60px 120px;
  background-color: white;
}
.template-_offer .offer-page__contacts {
  padding-top: 60px;
}
.template-_offer .offer-page__contacts h3 {
  font-size: 32px;
  color: var(--medium-blue);
  margin-bottom: 30px;
}
.template-_offer .offer-page__contacts span, .template-_offer .offer-page__contacts p {
  display: block;
  color: #485355;
}

.body-events-index .events {
  padding-bottom: 110px;
}
.body-events-index .events h1 {
  color: var(--medium-blue);
  margin-bottom: 25px;
}
.body-events-index .events__items {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.body-events-index .events__items:before {
  position: absolute;
  right: -400px;
  top: 200px;
  width: 800px;
  z-index: -1;
  height: 800px;
  content: url("/uploads/static/light.webp");
}
.body-events-index .events__items:after {
  position: absolute;
  left: -400px;
  bottom: 0;
  width: 800px;
  z-index: -1;
  height: 800px;
  content: url("/uploads/static/light.webp");
}
.body-events-index .events .event-item {
  display: flex;
  padding: 0;
  gap: 25px;
}
.body-events-index .events .event-item__time {
  text-align: right;
  font-size: 64px;
  text-transform: uppercase;
  color: var(--light-blue);
}
.body-events-index .events .event-item__time span {
  font-weight: 400;
}
.body-events-index .events .event-item__title {
  font-size: 32px;
  font-weight: 700;
  margin-top: auto;
  margin-bottom: 30px;
}
.body-events-index .events .event-item__description {
  max-width: 85%;
  margin-bottom: 30px;
  overflow-wrap: break-word;
  font-size: 14px;
}
.body-events-index .events .event-item__date {
  margin-bottom: 10px;
  text-align: right;
  font-size: 36px;
  text-transform: uppercase;
}
.body-events-index .events .event-item__date span {
  font-weight: 700;
}
.body-events-index .events .event-item__left-col {
  position: relative;
}
.body-events-index .events .event-item__right-col {
  display: flex;
  flex-direction: column;
  padding: 35px 30px;
  border-image: url("/uploads/static/event-item-bg.svg") 0 0 fill;
}
.body-events-index .events .event-item__image {
  background-color: #2F91CF;
  clip-path: polygon(0px 0%, calc(100% - 30px) 0%, 100% 30px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 30px 100%, 0% calc(100% - 30px), 0% 0px);
  width: 585px;
  height: 601px;
}
.body-events-index .events .event-item__image img {
  position: absolute;
  left: 1px;
  top: 2px;
  clip-path: polygon(0px 0%, calc(100% - 30px) 0%, 100% 30px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 30px 100%, 0% calc(100% - 30px), 0% 0px);
  width: 582px;
  height: 598px;
}
.body-events-index .events .event-item__actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.body-events-index .events .event-item__actions span {
  font-size: 32px;
  font-weight: 700;
  color: var(--light-blue);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  border: 2px solid var(--light-blue);
  width: 45px;
  border-radius: 50%;
}
.body-events-index .events .event-item__actions a {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 35px;
  border-image: url("/uploads/static/button-arena.svg") 0 0 fill;
  font-size: 14px;
}
.body-events-index .events .event-item__actions a:hover {
  color: var(--dark-blue);
  border-image: url("/uploads/static/button-bg-rs-white.svg") 0 0 fill;
}
.body-events-index .events .event-item:nth-child(even) .event-item__date {
  text-align: left;
}
.body-events-index .events .event-item:nth-child(even) .event-item__time {
  text-align: left;
}
.body-events-index .events .event-item:nth-child(even) .event-item__description {
  max-width: 100%;
  padding-left: 120px;
}
.body-events-index .events .event-item:nth-child(even) .event-item__actions {
  padding-left: 180px;
}
.body-events-index .events .event-item:nth-child(even) .event-item__right-col {
  border-image: url("/uploads/static/event-item-bg-reverse.svg") 0 0 fill;
}
.body-events-index .calendar .actions {
  width: 100%;
}
.body-events-index .calendar__topbar {
  display: flex;
  align-items: end;
  flex-direction: column-reverse;
}
.body-events-index .calendar__topbar h4 {
  display: flex;
  font-size: 64px;
  font-weight: 400;
  margin-right: auto;
  text-transform: uppercase;
  align-self: flex-start;
  color: var(--semidark-blue);
}

.body-site-404 main,
.body-site-infrastructure main,
.body-site-vip-spaces main,
.body-site-partners main,
.body-site-swimming-pool main,
.body-events-index main,
.bode-news-index main,
.template-_offer main {
  padding-top: 110px;
}

.body-site-swimming-pool .hero__image {
  width: 100%;
  height: 550px;
  position: relative;
}
.body-site-swimming-pool .hero__image::before, .body-site-swimming-pool .hero__image::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.body-site-swimming-pool .hero__image::before {
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 5px 5px 0 0;
  border-color: var(--medium-blue) transparent transparent transparent;
}
.body-site-swimming-pool .hero__image::after {
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 5px 5px;
  border-color: transparent transparent var(--medium-blue) transparent;
}
.body-site-swimming-pool .hero__image img {
  width: 100%;
  height: 100%;
  clip-path: polygon(20px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0px 100%, 0% calc(100% - 0px), 0% 20px);
  object-fit: cover;
}
.body-site-swimming-pool .hero__title {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  position: relative;
}
.body-site-swimming-pool .hero__title:before {
  margin-left: 15px;
  margin-right: 30px;
  display: inline-flex;
  content: "";
  height: 60px;
  width: 10px;
  transform: matrix(1, 0, -0.34, 0.94, 0, 0);
  background-color: white;
}
.body-site-swimming-pool .hero__title {
  color: var(--medium-blue);
}
.body-site-swimming-pool .about {
  overflow: hidden;
  padding-bottom: 50px;
  padding-top: 35px;
}
.body-site-swimming-pool .about__head {
  margin-bottom: 30px;
  display: flex;
  justify-content: end;
  align-items: center;
}
.body-site-swimming-pool .about__head span {
  font-size: 14px;
  color: #86D0FF;
}
.body-site-swimming-pool .about__phone {
  margin-left: 20px;
  position: relative;
}
.body-site-swimming-pool .about__phone::before, .body-site-swimming-pool .about__phone::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.body-site-swimming-pool .about__phone::before {
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 5px 5px 0 0;
  border-color: var(--medium-blue) transparent transparent transparent;
}
.body-site-swimming-pool .about__phone::after {
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 5px 5px;
  border-color: transparent transparent var(--medium-blue) transparent;
}
.body-site-swimming-pool .about__phone span {
  height: 45px;
  clip-path: polygon(15px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0px 100%, 0% calc(100% - 0px), 0% 15px);
  padding: 0 25px;
  display: flex;
  align-items: center;
  color: var(--dark-blue);
  transition: 0.2s all ease;
  background-color: white;
}
.body-site-swimming-pool .about__phone:hover {
  position: relative;
}
.body-site-swimming-pool .about__phone:hover::before, .body-site-swimming-pool .about__phone:hover::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.body-site-swimming-pool .about__phone:hover::before {
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 5px 5px 0 0;
  border-color: white transparent transparent transparent;
}
.body-site-swimming-pool .about__phone:hover::after {
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 5px 5px;
  border-color: transparent transparent white transparent;
}
.body-site-swimming-pool .about__phone:hover span {
  background-color: var(--medium-blue);
  color: white;
}
.body-site-swimming-pool .about__title {
  font-weight: 400;
  font-size: 96px;
  margin-bottom: 80px;
}
.body-site-swimming-pool .about__title b {
  font-weight: 800;
}
.body-site-swimming-pool .about__slider {
  width: calc(100% + (100vw - 100%) / 2);
}
.body-site-swimming-pool .about__slider .swiper-wrapper {
  margin-bottom: 30px;
}
.body-site-swimming-pool .about__slider .actions {
  max-width: 1200px;
  align-items: center;
  display: flex;
  justify-content: end;
}
.body-site-swimming-pool .about__slider .actions button {
  width: 125px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-image: url("/uploads/static/button-bg-rs-reverse.svg") 0 0 fill;
}
.body-site-swimming-pool .about__slider .actions button:hover {
  border-image: url("/uploads/static/button-6.svg") 0 0 fill;
}
.body-site-swimming-pool .about__slider .actions button:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.body-site-swimming-pool .about__slider .actions p {
  font-size: 64px;
  text-transform: uppercase;
  font-weight: 400;
  margin-right: 70px;
}
.body-site-swimming-pool .about__slider .actions__prev {
  margin-right: 20px;
}
.body-site-swimming-pool .about__slider .actions__prev:hover {
  transform: scale(-1, 1);
  border-image: url("/uploads/static/button-6.svg") 0 0 fill;
}
.body-site-swimming-pool .about__slider .actions__prev:hover svg {
  transform: rotate(180deg);
}
.body-site-swimming-pool .about__slider .actions__next {
  border-image: url("/uploads/static/button-bg-rs.svg") 0 0 fill !important;
}
.body-site-swimming-pool .about__slider .actions__next:hover {
  border-image: url("/uploads/static/button-6.svg") 0 0 fill !important;
}
.body-site-swimming-pool .about__slider .actions__next svg {
  transform: rotate(180deg);
}
.body-site-swimming-pool .about__description-item:before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  margin-bottom: 50px;
  clip-path: polygon(0px 0%, calc(100% - 4px) 0%, 100% 4px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 4px 100%, 0% calc(100% - 4px), 0% 0px);
  background-color: white;
  z-index: 0;
}
.body-site-swimming-pool .about__description-item {
  padding: 30px;
  border-image: url("/uploads/static/about-pool-item-bg.svg") 0 0 fill;
  height: 445px;
}
.body-site-swimming-pool .about__description-item h3 {
  font-size: 64px;
  line-height: 64px;
  font-style: italic;
}
.body-site-swimming-pool .about__description-item h4 {
  line-height: 48px;
  font-weight: 500;
  font-size: 48px;
  opacity: 50%;
  margin-bottom: 20px;
}
.body-site-swimming-pool .about__description-item-description {
  font-size: 14px;
  color: #86D0FF;
}
.body-site-swimming-pool .about__features {
  padding-right: 115px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
  margin-bottom: 110px;
}
.body-site-swimming-pool .about__features-item {
  font-size: 14px;
  position: relative;
}
.body-site-swimming-pool .about__features-item:before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  margin-bottom: 30px;
  clip-path: polygon(0px 0%, calc(100% - 4px) 0%, 100% 4px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 4px 100%, 0% calc(100% - 4px), 0% 0px);
  background-color: var(--medium-blue);
  z-index: 0;
}
.body-site-swimming-pool .about__wrapper {
  position: relative;
}
.body-site-swimming-pool .about__wrapper > * {
  position: relative;
  z-index: 1;
}
.body-site-swimming-pool .about__wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, rgb(8, 63, 102) 11%, rgba(8, 63, 102, 0) 100%);
  z-index: 0;
}
.body-site-swimming-pool .about__image {
  position: absolute;
  width: 100%;
  opacity: 0.3;
  z-index: -1;
}
.body-site-swimming-pool .about__image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, rgb(8, 63, 102) 11%, rgba(8, 63, 102, 0) 100%);
  z-index: 0;
}
.body-site-swimming-pool .about__image img {
  width: 100%;
}
.body-site-swimming-pool .infrastructure {
  padding-bottom: 50px;
  padding-top: 30px;
}
.body-site-swimming-pool .infrastructure__image {
  padding: 1px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #2576AB;
  clip-path: polygon(65px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 65px), calc(100% - 65px) 100%, 0px 100%, 0% calc(100% - 0px), 0% 65px);
}
.body-site-swimming-pool .infrastructure__image .swiper-wrapper, .body-site-swimming-pool .infrastructure__image .swiper-slide {
  width: 100%;
  height: 100%;
}
.body-site-swimming-pool .infrastructure__image .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.body-site-swimming-pool .infrastructure__image picture, .body-site-swimming-pool .infrastructure__image img {
  width: 99.9%;
  object-fit: cover;
  height: 99.8%;
}
.body-site-swimming-pool .infrastructure__image img {
  clip-path: polygon(63px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 63px), calc(100% - 63px) 100%, 0px 100%, 0% calc(100% - 0px), 0% 63px);
}
.body-site-swimming-pool .infrastructure__left-col {
  height: 585px;
  width: 585px;
  flex-shrink: 0;
  position: relative;
}
.body-site-swimming-pool .infrastructure__left-col::before, .body-site-swimming-pool .infrastructure__left-col::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.body-site-swimming-pool .infrastructure__left-col::before {
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: var(--medium-blue) transparent transparent transparent;
}
.body-site-swimming-pool .infrastructure__left-col::after {
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent var(--medium-blue) transparent;
}
.body-site-swimming-pool .infrastructure__title {
  font-size: 48px;
  color: var(--dark-blue);
  font-weight: 600;
  margin-bottom: 30px;
}
.body-site-swimming-pool .infrastructure__title-mobile {
  display: none;
}
.body-site-swimming-pool .infrastructure__right-col {
  padding-top: 50px;
  margin-left: 75px;
}
.body-site-swimming-pool .infrastructure__right-col .actions {
  align-items: center;
  display: flex;
  justify-content: start;
}
.body-site-swimming-pool .infrastructure__right-col .actions button {
  width: 125px;
  height: 45px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-image: url("/uploads/static/button-arrow-bg-reverse.svg") 0 0 fill;
}
.body-site-swimming-pool .infrastructure__right-col .actions button:hover {
  border-image: url("/uploads/static/button-13.svg") 0 0 fill !important;
}
.body-site-swimming-pool .infrastructure__right-col .actions button:hover svg path {
  stroke: var(--dark-blue);
}
.body-site-swimming-pool .infrastructure__right-col .actions button:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.body-site-swimming-pool .infrastructure__right-col .actions p {
  font-size: 64px;
  text-transform: uppercase;
  font-weight: 400;
  margin-right: 70px;
}
.body-site-swimming-pool .infrastructure__right-col .actions__prev {
  margin-right: 20px;
}
.body-site-swimming-pool .infrastructure__right-col .actions__prev:hover {
  transform: scale(-1, 1);
}
.body-site-swimming-pool .infrastructure__right-col .actions__prev:hover svg {
  transform: rotate(180deg);
}
.body-site-swimming-pool .infrastructure__right-col .actions__next {
  border-image: url("/uploads/static/button-arrow-dark-bg.svg") 0 0 fill !important;
}
.body-site-swimming-pool .infrastructure__right-col .actions__next svg {
  transform: rotate(180deg);
}
.body-site-swimming-pool .infrastructure__short {
  display: flex;
  align-items: center;
  color: var(--light-blue);
  max-width: 405px;
  font-size: 20px;
  margin-bottom: 20px;
}
.body-site-swimming-pool .infrastructure__short:before {
  margin-left: 25px;
  margin-right: 30px;
  display: inline-flex;
  content: "";
  height: 70px;
  width: 14px;
  transform: matrix(1, 0, -0.34, 0.94, 0, 0);
  background-color: var(--light-blue);
}
.body-site-swimming-pool .infrastructure__description {
  font-size: 14px;
  color: var(--dark-blue);
  margin-bottom: 10px;
  max-width: 70%;
}
.body-site-swimming-pool .infrastructure__description ul li {
  list-style: disc inside;
}
.body-site-swimming-pool .infrastructure__description ul li:not(:last-child) {
  margin-bottom: 10px;
}
.body-site-swimming-pool .infrastructure__inner {
  padding: 20px;
  display: flex;
  position: relative;
  filter: drop-shadow(9px 9px 24px rgba(0, 0, 0, 0.3));
}
.body-site-swimming-pool .infrastructure__inner .shadow {
  left: 0;
  top: 0;
  display: block;
  clip-path: polygon(250px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 250px), calc(100% - 250px) 100%, 0px 100%, 0% calc(100% - 0px), 0% 250px);
  background-color: #86D0FF;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
}
.body-site-swimming-pool .schedule {
  position: relative;
}
.body-site-swimming-pool .schedule:after {
  top: -200px;
  right: -400px;
  position: absolute;
  width: 800px;
  z-index: -1;
  height: 800px;
  background-image: url("/uploads/static/light.webp");
  background-size: contain;
  content: "";
}
.body-site-swimming-pool .schedule > * {
  position: relative;
  z-index: 1;
}
.body-site-swimming-pool .schedule {
  padding-top: 50px;
  padding-bottom: 25px;
}
.body-site-swimming-pool .schedule__notification {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
}
.body-site-swimming-pool .schedule__notification span {
  font-size: 14px;
  font-weight: 700;
}
.body-site-swimming-pool .schedule__notification p {
  font-weight: 400;
  color: #86D0FF;
}
.body-site-swimming-pool .schedule__title {
  margin-bottom: 10px;
}
.body-site-swimming-pool .schedule__items {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
.body-site-swimming-pool .schedule__item {
  height: 155px;
  width: 155px;
  position: relative;
}
.body-site-swimming-pool .schedule__item::before, .body-site-swimming-pool .schedule__item::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.body-site-swimming-pool .schedule__item::before {
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: var(--medium-blue) transparent transparent transparent;
}
.body-site-swimming-pool .schedule__item::after {
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 8px 8px;
  border-color: transparent transparent var(--medium-blue) transparent;
}
.body-site-swimming-pool .schedule__item-day {
  display: none;
}
.body-site-swimming-pool .schedule__item .part {
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  clip-path: polygon(0px 0%, calc(100% - 4px) 0%, 100% 4px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 4px 100%, 0% calc(100% - 4px), 0% 0px);
  background-color: var(--dark-blue);
  z-index: 0;
  z-index: 1;
  top: 15px;
  right: 15px;
}
.body-site-swimming-pool .schedule__item:last-child .part {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  clip-path: polygon(0px 0%, calc(100% - 4px) 0%, 100% 4px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 4px 100%, 0% calc(100% - 4px), 0% 0px);
  background-color: white;
  z-index: 0;
  z-index: 1;
}
.body-site-swimming-pool .schedule__item span:not(.schedule__item-day) {
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 100%;
  height: 100%;
  font-size: 36px;
  line-height: 36px;
  padding: 10px 15px;
  font-weight: 500;
  clip-path: polygon(20px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0px 100%, 0% calc(100% - 0px), 0% 20px);
  background-color: var(--medium-blue);
}
.body-site-swimming-pool .schedule__item span:not(.schedule__item-day) strong {
  color: var(--dark-blue);
  font-weight: 500;
}
.body-site-swimming-pool .schedule__days {
  display: grid;
  gap: 20px;
  text-transform: uppercase;
  grid-template-columns: repeat(7, 1fr);
  text-align: right;
  margin-bottom: 15px;
}
.body-site-swimming-pool .schedule__days span {
  font-size: 14px;
  color: var(--light-blue);
}
.body-site-swimming-pool .programs {
  padding-top: 25px;
  padding-bottom: 90px;
}
.body-site-swimming-pool .programs__title {
  font-size: 36px;
  color: #86D0FF;
  margin-bottom: 35px;
}
.body-site-swimming-pool .programs__items {
  padding-left: 120px;
  display: grid;
  gap: 35px;
  grid-template-columns: repeat(4, 1fr);
}
.body-site-swimming-pool .programs__item:before {
  margin-bottom: 30px;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  clip-path: polygon(0px 0%, calc(100% - 4px) 0%, 100% 4px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 4px 100%, 0% calc(100% - 4px), 0% 0px);
  background-color: white;
  z-index: 0;
}
.body-site-swimming-pool .programs__item h4 {
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 30px;
}
.body-site-swimming-pool .programs__item-description {
  color: #86D0FF;
}
.body-site-swimming-pool .plans:after {
  top: -300px;
  left: -300px;
  z-index: -2;
  position: absolute;
  width: 800px;
  z-index: -1;
  height: 800px;
  background-image: url("/uploads/static/light.webp");
  background-size: contain;
  content: "";
}
.body-site-swimming-pool .plans {
  padding-bottom: 120px;
  padding-top: 200px;
  position: relative;
}
.body-site-swimming-pool .plans__title {
  font-size: 48px;
  margin-bottom: 30px;
}
.body-site-swimming-pool .plans__content {
  margin-bottom: 35px;
}
.body-site-swimming-pool .plans__content > * {
  position: relative;
}
.body-site-swimming-pool .plans__content table td {
  font-size: 14px;
  padding: 16px 15px;
  color: #86D0FF;
}
.body-site-swimming-pool .plans__content table tr:not(:first-child) td:not(:first-child) {
  text-align: center;
}
.body-site-swimming-pool .plans__content table tr:not(:first-child) td:first-child {
  color: white;
}
.body-site-swimming-pool .plans__content table tr:first-child td:not(:first-child) {
  text-align: center;
}
.body-site-swimming-pool .plans__content table tr:first-child td {
  color: #86D0FF;
}
.body-site-swimming-pool .plans__content table tr:nth-child(odd) td {
  background-color: rgba(8, 63, 102, 0.5);
}
.body-site-swimming-pool .plans__actions {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.body-site-swimming-pool .plans__buy {
  position: relative;
}
.body-site-swimming-pool .plans__buy::before, .body-site-swimming-pool .plans__buy::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.body-site-swimming-pool .plans__buy::before {
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 5px 5px 0 0;
  border-color: var(--medium-blue) transparent transparent transparent;
}
.body-site-swimming-pool .plans__buy::after {
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 5px 5px;
  border-color: transparent transparent var(--medium-blue) transparent;
}
.body-site-swimming-pool .plans__buy:hover span {
  color: white;
  background-color: var(--medium-blue);
}
.body-site-swimming-pool .plans__buy span {
  color: var(--dark-blue);
  background-color: white;
  display: flex;
  align-items: center;
  transition: 0.2s all ease;
  justify-content: center;
  clip-path: polygon(15px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0px 100%, 0% calc(100% - 0px), 0% 15px);
  height: 45px;
  padding: 0 20px;
}
.body-site-swimming-pool .plans__notification {
  display: flex;
  align-items: center;
  gap: 10px;
}
.body-site-swimming-pool .plans__notification span {
  font-size: 14px;
  font-weight: 400;
  color: #86D0FF;
}
.body-site-swimming-pool .plans__notification p {
  font-size: 14px;
  font-weight: 700;
}
.body-site-swimming-pool .plans__image {
  position: absolute;
  width: 100%;
  inset: 0;
  z-index: -1;
}
.body-site-swimming-pool .plans__image img {
  object-fit: cover;
  width: 100%;
}
.body-site-swimming-pool .rules {
  padding-bottom: 100px;
  padding-top: 100px;
}
.body-site-swimming-pool .rules__title {
  font-size: 48px;
  color: #86D0FF;
  margin-bottom: 20px;
}
.body-site-swimming-pool .rules__item {
  height: 285px;
  display: flex;
  position: relative;
  flex-direction: column;
}
.body-site-swimming-pool .rules__item:not(:last-child):before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  clip-path: polygon(0px 0%, calc(100% - 4px) 0%, 100% 4px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 4px 100%, 0% calc(100% - 4px), 0% 0px);
  background-color: var(--medium-blue);
  z-index: 0;
}
.body-site-swimming-pool .rules__item span {
  font-size: 48px;
  display: block;
  margin-bottom: 25px;
}
.body-site-swimming-pool .rules__item img {
  max-height: 85px;
  width: auto;
  object-fit: contain;
  margin: 0 auto 50px;
}
.body-site-swimming-pool .rules__item-description {
  font-size: 20px;
  max-width: 90%;
}
.body-site-swimming-pool .rules__items {
  padding: 25px 50px;
  display: grid;
  gap: 45px;
  grid-template-columns: repeat(3, 1fr);
  border-image: url("/uploads/static/rules-bg.svg") 0 0 fill;
}

.body-site-partners .hero__title {
  color: var(--medium-blue);
  margin-bottom: 30px;
}
.body-site-partners .hero__image-actions {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.body-site-partners .hero__image-actions .actions {
  display: flex;
  align-items: center;
  margin-left: 25px;
  gap: 25px;
}
.body-site-partners .hero__image-actions .actions button {
  border: none;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border-image: url("/uploads/static/button-slider-white.svg") 0 0 fill;
}
.body-site-partners .hero__image-actions .actions button:last-child svg {
  transform: rotate(180deg);
}
.body-site-partners .hero__image-actions .actions button svg {
  height: 16px;
  width: 12px;
}
.body-site-partners .hero__image-slider .swiper-wrapper {
  margin-bottom: 20px;
}
.body-site-partners .hero__image-slider .swiper-button-disabled {
  opacity: 0.4;
}
.body-site-partners .hero__image-slider .swiper-pagination-horizontal {
  width: unset;
  gap: 20px;
  display: flex;
  align-items: center;
}
.body-site-partners .hero__image-slider .swiper-pagination-horizontal .swiper-pagination-bullet-visible {
  background-color: var(--medium-blue);
}
.body-site-partners .hero__item {
  position: relative;
}
.body-site-partners .hero__item::before, .body-site-partners .hero__item::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.body-site-partners .hero__item::before {
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 5px 5px 0 0;
  border-color: var(--medium-blue) transparent transparent transparent;
}
.body-site-partners .hero__item::after {
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 5px 5px;
  border-color: transparent transparent var(--medium-blue) transparent;
}
.body-site-partners .hero__item-inner {
  width: 100%;
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(19px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 19px), calc(100% - 19px) 100%, 0px 100%, 0% calc(100% - 0px), 0% 19px);
  background-color: #2F91CF;
}
.body-site-partners .hero__item picture {
  height: 100%;
  width: 100%;
}
.body-site-partners .hero__item img {
  clip-path: polygon(20px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0px 100%, 0% calc(100% - 0px), 0% 20px);
  width: 99.9%;
  height: 99.8%;
}
.body-site-partners .events {
  padding-bottom: 20px;
  margin-top: -120px;
  padding-top: 120px;
  position: relative;
}
.body-site-partners .events__wrapper {
  position: relative;
}
.body-site-partners .events__wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to bottom, rgb(8, 63, 102) 11%, rgba(8, 63, 102, 0) 100%);
}
.body-site-partners .events__wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to top, rgb(8, 63, 102) 11%, rgba(8, 63, 102, 0) 100%);
}
.body-site-partners .events__wrapper > * {
  position: relative;
  z-index: 1;
}
.body-site-partners .events__image {
  z-index: -1;
  position: absolute;
  inset: 0;
  opacity: 0.3;
}
.body-site-partners .events__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.body-site-partners .events__menu {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.body-site-partners .events__menu a {
  height: 45px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-image: url("/uploads/static/button-2.svg") 0 0 fill;
}
.body-site-partners .events__menu a:hover {
  color: var(--dark-blue);
  border-image: url("/uploads/static/button-2-active.svg") 0 0 fill;
}
.body-site-partners .events__link {
  height: 45px;
  padding: 0 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: var(--dark-blue);
  border-image: url("/uploads/static/button-1.svg") 0 0 fill;
}
.body-site-partners .events__link:hover {
  color: white;
  border-image: url("/uploads/static/button-bg-dark.svg") 0 0 fill;
}
.body-site-partners .events__item span:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  clip-path: polygon(0px 0%, calc(100% - 4px) 0%, 100% 4px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 4px 100%, 0% calc(100% - 4px), 0% 0px);
  background-color: var(--medium-blue);
  z-index: 0;
  margin-bottom: 30px;
}
.body-site-partners .events__item span {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
}
.body-site-partners .events__item ul {
  padding-left: 5px;
}
.body-site-partners .events__item ul li {
  font-size: 14px;
  list-style: disc inside;
}
.body-site-partners .events__items {
  margin-bottom: 60px;
  display: flex;
  gap: 100px;
  justify-content: center;
}
.body-site-partners .events__head {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
}
.body-site-partners .events__head p {
  margin-left: auto;
  color: #86D0FF;
  max-width: 235px;
  text-align: right;
  font-size: 14px;
  margin-right: 15px;
}
.body-site-partners .events__head h3 {
  display: flex;
  align-items: center;
}
.body-site-partners .events__head h3:before {
  content: "";
  display: inline-block;
  transform: matrix(1, 0, -0.34, 0.94, 0, 0);
  width: 8px;
  height: 47px;
  background-color: var(--medium-blue);
  margin-right: 35px;
  margin-left: 15px;
}
.body-site-partners .events__head h3 {
  font-size: 64px;
  font-weight: 200;
  font-style: normal;
}
.body-site-partners .events__description {
  text-align: center;
  color: #86D0FF;
  font-size: 14px;
  margin-bottom: 60px;
}
.body-site-partners .events__title {
  font-size: 96px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.body-site-partners .events__title b {
  font-weight: 900;
}
.body-site-partners .partners {
  padding-top: 30px;
  padding-bottom: 85px;
}
.body-site-partners .partners__main-block {
  margin-bottom: 60px;
  position: relative;
  display: flex;
  padding: 15px;
  align-items: center;
  justify-content: end;
  height: 550px;
  position: relative;
}
.body-site-partners .partners__main-block::before, .body-site-partners .partners__main-block::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.body-site-partners .partners__main-block::before {
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 5px 5px 0 0;
  border-color: var(--light-blue) transparent transparent transparent;
}
.body-site-partners .partners__main-block::after {
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 5px 5px;
  border-color: transparent transparent var(--light-blue) transparent;
}
.body-site-partners .partners__main-block__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
  clip-path: polygon(20px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0px 100%, 0% calc(100% - 0px), 0% 20px);
}
.body-site-partners .partners__main-block.has-switching-images .partners__main-block__image {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.body-site-partners .partners__main-block.has-switching-images .partners__main-block__image.is-active {
  opacity: 1;
  visibility: visible;
}
.body-site-partners .partners__accordion {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 325px;
  z-index: 1;
  height: 500px;
  padding: 10px 11px 10px 10px;
  border-image: url("/uploads/static/partners-accordion-2.svg") 0 0 fill;
}
.body-site-partners .partners__accordion-content {
  display: none;
  padding: 50px 20px 20px;
  font-size: 14px;
  margin-bottom: auto;
  font-weight: 700;
  max-width: 120px;
  color: #86D0FF;
}
.body-site-partners .partners__accordion-content.is-active {
  display: block;
}
.body-site-partners .partners__accordion-item {
  border-top: 1px solid white;
  font-size: 14px;
  padding: 15px 0;
  font-weight: 700;
  cursor: pointer;
  transition: 0.1s all ease;
  text-align: center;
}
.body-site-partners .partners__accordion-item:last-child {
  clip-path: polygon(0 0, 100% 0, 100% 65%, 95% 100%, 0 100%, 0% 50%);
}
.body-site-partners .partners__accordion-item:hover, .body-site-partners .partners__accordion-item.is-active {
  background-color: rgba(8, 63, 102, 0.5);
}
.body-site-partners .partners__items {
  display: flex;
  gap: 20px;
}
.body-site-partners .partners__item {
  width: 340px;
  height: 300px;
  border-image: url("/uploads/static/block-1.svg") 0 0 fill;
  padding: 30px;
}
.body-site-partners .partners__item span:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  clip-path: polygon(0px 0%, calc(100% - 4px) 0%, 100% 4px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 4px 100%, 0% calc(100% - 4px), 0% 0px);
  background-color: #86D0FF;
  z-index: 0;
  margin-bottom: 50px;
}
.body-site-partners .partners__item span {
  font-weight: 700;
  font-style: italic;
  font-size: 64px;
  text-transform: uppercase;
}
.body-site-partners .partners__item-description {
  opacity: 50%;
  line-height: 100%;
  max-width: 80%;
  text-transform: uppercase;
  font-size: 48px;
}
.body-site-partners .rental {
  padding-bottom: 20px;
  margin-top: -40px;
  padding-top: 120px;
  position: relative;
}
.body-site-partners .rental:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to bottom, rgb(8, 63, 102) 11%, rgba(8, 63, 102, 0) 100%);
}
.body-site-partners .rental__wrapper > * {
  position: relative;
  z-index: 1;
}
.body-site-partners .rental__image {
  z-index: -1;
  position: absolute;
  inset: 0;
  opacity: 0.3;
  height: 75%;
}
.body-site-partners .rental__image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to top, rgb(8, 63, 102) 11%, rgba(8, 63, 102, 0) 100%);
}
.body-site-partners .rental__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.body-site-partners .rental__menu {
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.body-site-partners .rental__menu a {
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-image: url("/uploads/static/button-2.svg") 0 0 fill;
}
.body-site-partners .rental__menu a:hover {
  color: var(--dark-blue);
  border-image: url("/uploads/static/button-2-active.svg") 0 0 fill;
}
.body-site-partners .rental__link {
  height: 45px;
  padding: 0 35px;
  margin-left: auto;
  display: flex;
  font-weight: 400;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: var(--dark-blue);
  border-image: url("/uploads/static/button-1.svg") 0 0 fill;
}
.body-site-partners .rental__link:hover {
  color: white;
  border-image: url("/uploads/static/button-bg-dark.svg") 0 0 fill;
}
.body-site-partners .rental__item {
  max-width: 230px;
}
.body-site-partners .rental__item span:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  clip-path: polygon(0px 0%, calc(100% - 4px) 0%, 100% 4px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 4px 100%, 0% calc(100% - 4px), 0% 0px);
  background-color: #86D0FF;
  z-index: 0;
  margin-bottom: 30px;
}
.body-site-partners .rental__item span {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
}
.body-site-partners .rental__item ul {
  padding-left: 5px;
}
.body-site-partners .rental__item ul li {
  font-size: 14px;
  list-style: disc inside;
}
.body-site-partners .rental__items {
  margin-bottom: 60px;
  display: flex;
  gap: 100px;
  justify-content: center;
}
.body-site-partners .rental__head {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
}
.body-site-partners .rental__head h3 {
  display: flex;
  align-items: center;
}
.body-site-partners .rental__head h3:before {
  content: "";
  display: inline-block;
  transform: matrix(1, 0, -0.34, 0.94, 0, 0);
  width: 8px;
  height: 47px;
  background-color: #86D0FF;
  margin-right: 35px;
  margin-left: 15px;
}
.body-site-partners .rental__head h3 {
  font-size: 64px;
  font-weight: 200;
  font-style: normal;
}
.body-site-partners .rental__description {
  text-align: center;
  color: #86D0FF;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 60px;
}
.body-site-partners .rental__title {
  font-size: 96px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.body-site-partners .rental__title b {
  font-weight: 900;
}
.body-site-partners .rental__blocks {
  display: flex;
  gap: 20px;
}
.body-site-partners .rental__block {
  width: 340px;
  height: 300px;
  border-image: url("/uploads/static/block-1.svg") 0 0 fill;
  padding: 30px;
}
.body-site-partners .rental__block span:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  clip-path: polygon(0px 0%, calc(100% - 4px) 0%, 100% 4px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 4px 100%, 0% calc(100% - 4px), 0% 0px);
  background-color: #86D0FF;
  z-index: 0;
  margin-bottom: 50px;
}
.body-site-partners .rental__block span {
  font-weight: 700;
  font-style: italic;
  font-size: 64px;
  text-transform: uppercase;
}
.body-site-partners .rental__block-description {
  opacity: 50%;
  line-height: 100%;
  max-width: 80%;
  text-transform: uppercase;
  font-size: 48px;
}
.body-site-partners .complex {
  padding-bottom: 30px;
  padding-top: 120px;
  position: relative;
}
.body-site-partners .complex:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to bottom, rgb(8, 63, 102) 11%, rgba(8, 63, 102, 0) 100%);
}
.body-site-partners .complex:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to top, rgb(8, 63, 102) 11%, rgba(8, 63, 102, 0) 100%);
}
.body-site-partners .complex__wrapper > * {
  position: relative;
  z-index: 1;
}
.body-site-partners .complex__image {
  z-index: -1;
  position: absolute;
  inset: 0;
  opacity: 0.3;
}
.body-site-partners .complex__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.body-site-partners .complex__menu {
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.body-site-partners .complex__menu a {
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-image: url("/uploads/static/button-2.svg") 0 0 fill;
}
.body-site-partners .complex__menu a:hover {
  color: var(--dark-blue);
  border-image: url("/uploads/static/button-2-active.svg") 0 0 fill;
}
.body-site-partners .complex__link {
  height: 45px;
  padding: 0 25px;
  margin-left: auto;
  display: flex;
  font-weight: 400;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: var(--dark-blue);
  border-image: url("/uploads/static/button-1.svg") 0 0 fill;
}
.body-site-partners .complex__link:hover {
  color: white;
  border-image: url("/uploads/static/button-bg-dark.svg") 0 0 fill;
}
.body-site-partners .complex__item {
  max-width: 230px;
}
.body-site-partners .complex__item span:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  clip-path: polygon(0px 0%, calc(100% - 4px) 0%, 100% 4px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 4px 100%, 0% calc(100% - 4px), 0% 0px);
  background-color: var(--light-blue);
  z-index: 0;
  margin-bottom: 30px;
}
.body-site-partners .complex__item span {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
}
.body-site-partners .complex__item ul {
  padding-left: 5px;
}
.body-site-partners .complex__item ul li {
  font-size: 14px;
  list-style: disc inside;
}
.body-site-partners .complex__items {
  margin-bottom: 60px;
  display: flex;
  gap: 100px;
  justify-content: center;
}
.body-site-partners .complex__head {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
}
.body-site-partners .complex__head h3 {
  display: flex;
  align-items: center;
}
.body-site-partners .complex__head h3 br {
  display: none;
}
.body-site-partners .complex__head h3:before {
  content: "";
  display: inline-block;
  transform: matrix(1, 0, -0.34, 0.94, 0, 0);
  width: 8px;
  height: 47px;
  background-color: var(--light-blue);
  margin-right: 35px;
  margin-left: 15px;
}
.body-site-partners .complex__head h3 {
  font-size: 64px;
  font-weight: 200;
  font-style: normal;
}
.body-site-partners .complex__description {
  text-align: center;
  color: var(--light-blue);
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 60px;
}
.body-site-partners .complex__title {
  font-size: 96px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.body-site-partners .complex__title b {
  font-weight: 900;
}
.body-site-partners .complex__blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.body-site-partners .complex__block {
  border-image: url("/uploads/static/block-2.svg") 0 0 fill;
  padding: 30px;
}
.body-site-partners .complex__block-title:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  clip-path: polygon(0px 0%, calc(100% - 4px) 0%, 100% 4px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 4px 100%, 0% calc(100% - 4px), 0% 0px);
  background-color: white;
  z-index: 0;
  margin-bottom: 50px;
}
.body-site-partners .complex__block-title {
  font-weight: 700;
  font-style: italic;
  font-size: 64px;
  line-height: 100%;
  text-transform: uppercase;
}
.body-site-partners .complex__block-subtitle {
  line-height: 100%;
  display: block;
  font-weight: 300;
  color: var(--medium-blue);
  font-size: 64px;
  margin-bottom: 40px;
}
.body-site-partners .complex__block-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.body-site-partners .complex__block-body a {
  height: 45px;
  padding: 0 20px;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  border-image: url("/uploads/static/button-2.svg") 0 0 fill;
}
.body-site-partners .complex__block-body a:hover {
  color: var(--dark-blue);
  border-image: url("/uploads/static/button-2-active.svg") 0 0 fill;
}
.body-site-partners .complex__block-description {
  max-width: 80%;
  font-size: 14px;
}
.body-site-partners .complex__block-description ul li {
  list-style: disc inside;
}
.body-site-partners .skybox {
  padding-top: 30px;
  padding-bottom: 130px;
}
.body-site-partners .skybox__content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 550px;
  filter: drop-shadow(15px 9px 34px rgba(0, 0, 0, 0.5));
  position: relative;
}
.body-site-partners .skybox__content::before, .body-site-partners .skybox__content::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.body-site-partners .skybox__content::before {
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 5px 5px 0 0;
  border-color: white transparent transparent transparent;
}
.body-site-partners .skybox__content::after {
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 5px 5px;
  border-color: transparent transparent white transparent;
}
.body-site-partners .skybox__subtitle {
  margin-top: auto;
  font-size: 96px;
  font-style: italic;
  font-weight: 700;
  line-height: 100%;
  color: var(--medium-blue);
}
.body-site-partners .skybox__title {
  font-size: 128px;
  line-height: 90%;
  margin-bottom: 15px;
}
.body-site-partners .skybox__title:not(i) {
  font-weight: 800;
  font-style: italic;
}
.body-site-partners .skybox__title i {
  font-weight: 400;
  font-style: normal;
}
.body-site-partners .skybox__image {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(20px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0px 100%, 0% calc(100% - 0px), 0% 20px);
}
.body-site-partners .skybox__image:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--medium-blue);
  opacity: 0.3;
  z-index: 1;
}
.body-site-partners .skybox__image picture {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.body-site-partners .skybox__image img {
  height: 99.7%;
  width: 99.7%;
  clip-path: polygon(20px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0px 100%, 0% calc(100% - 0px), 0% 20px);
  object-fit: cover;
}
.body-site-partners .skybox__items {
  display: flex;
  gap: 60px;
}
.body-site-partners .skybox__link {
  margin-left: auto;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  color: var(--dark-blue);
  border-image: url("/uploads/static/button-2-active.svg") 0 0 fill;
}
.body-site-partners .skybox__link:hover {
  color: white;
  border-image: url("/uploads/static/button-2.svg") 0 0 fill;
}
.body-site-partners .skybox__item {
  gap: 10px;
  display: flex;
  align-items: flex-start;
}
.body-site-partners .skybox__item:before {
  transform: translateY(4px);
  flex-shrink: 0;
  display: inline-block;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  clip-path: polygon(0px 0%, calc(100% - 4px) 0%, 100% 4px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 4px 100%, 0% calc(100% - 4px), 0% 0px);
  background-color: var(--light-blue);
  z-index: 0;
}
.body-site-partners .skybox__item {
  font-size: 14px;
}

.body-site-vip-spaces .hero {
  padding-bottom: 30px;
}
.body-site-vip-spaces .hero__title {
  display: none;
}
.body-site-vip-spaces .hero__item {
  position: relative;
}
.body-site-vip-spaces .hero__item::before, .body-site-vip-spaces .hero__item::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.body-site-vip-spaces .hero__item::before {
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 5px 5px 0 0;
  border-color: var(--medium-blue) transparent transparent transparent;
}
.body-site-vip-spaces .hero__item::after {
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 5px 5px;
  border-color: transparent transparent var(--medium-blue) transparent;
}
.body-site-vip-spaces .hero__item-inner {
  width: 100%;
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.body-site-vip-spaces .hero__item picture {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.body-site-vip-spaces .hero__item img {
  clip-path: polygon(12px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0px 100%, 0% calc(100% - 0px), 0% 12px);
  width: 100%;
  height: 100%;
}
.body-site-vip-spaces .rental-features {
  padding-bottom: 200px;
  position: relative;
}
.body-site-vip-spaces .rental-features:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to bottom, rgb(8, 63, 102) 11%, rgba(8, 63, 102, 0) 100%);
}
.body-site-vip-spaces .rental-features:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to top, rgb(8, 63, 102) 11%, rgba(8, 63, 102, 0) 100%);
}
.body-site-vip-spaces .rental-features__wrapper > * {
  position: relative;
  z-index: 1;
}
.body-site-vip-spaces .rental-features__image {
  z-index: -1;
  position: absolute;
  inset: 0;
  opacity: 0.3;
}
.body-site-vip-spaces .rental-features__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.body-site-vip-spaces .rental-features__link {
  height: 45px;
  min-width: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: white;
  border-image: url("/uploads/static/button-2.svg") 0 0 fill;
}
.body-site-vip-spaces .rental-features__link:hover {
  color: var(--dark-blue);
  border-image: url("/uploads/static/button-1.svg") 0 0 fill;
}
.body-site-vip-spaces .rental-features__item span:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  clip-path: polygon(0px 0%, calc(100% - 4px) 0%, 100% 4px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 4px 100%, 0% calc(100% - 4px), 0% 0px);
  background-color: var(--medium-blue);
  z-index: 0;
  margin-bottom: 30px;
}
.body-site-vip-spaces .rental-features__item span {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
}
.body-site-vip-spaces .rental-features__item ul {
  padding-left: 5px;
}
.body-site-vip-spaces .rental-features__item ul li {
  font-size: 14px;
  list-style: disc inside;
}
.body-site-vip-spaces .rental-features__items {
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.body-site-vip-spaces .rental-features__head {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.body-site-vip-spaces .rental-features__head span {
  color: var(--light-blue);
  font-size: 64px;
  font-style: italic;
  letter-spacing: 74%;
}
.body-site-vip-spaces .rental-features__head h3 {
  display: flex;
  align-items: center;
}
.body-site-vip-spaces .rental-features__head h3:before {
  content: "";
  display: inline-block;
  transform: matrix(1, 0, -0.34, 0.94, 0, 0);
  width: 8px;
  height: 47px;
  background-color: white;
  margin-right: 25px;
  margin-left: 15px;
}
.body-site-vip-spaces .rental-features__head h3 {
  color: var(--medium-blue);
  font-size: 64px;
  font-weight: 400;
  font-style: normal;
}
.body-site-vip-spaces .rental-features__title {
  font-size: 96px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 100px;
}
.body-site-vip-spaces .rental-features__title b {
  font-weight: 900;
}
.body-site-vip-spaces .features {
  position: relative;
}
.body-site-vip-spaces .features__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.body-site-vip-spaces .features .feature:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  clip-path: polygon(0px 0%, calc(100% - 4px) 0%, 100% 4px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 4px 100%, 0% calc(100% - 4px), 0% 0px);
  background-color: var(--medium-blue);
  z-index: 0;
  margin-bottom: 50px;
}
.body-site-vip-spaces .features .feature__description {
  font-size: 14px;
  color: var(--light-blue);
}
.body-site-vip-spaces .features .feature__title {
  font-size: 48px;
  margin-bottom: 20px;
}
.body-site-vip-spaces .features .feature__image {
  margin-bottom: 50px;
}
.body-site-vip-spaces .features .feature__image img {
  height: 65px;
  width: auto;
}
.body-site-vip-spaces .features .feature {
  padding: 30px;
  display: flex;
  flex-direction: column;
  height: 512px;
  border-image: url("/uploads/static/block-6.svg") 0 0 fill;
}
.body-site-vip-spaces .features-first {
  margin-top: -70px;
  margin-bottom: 100px;
}
.body-site-vip-spaces .features-first__slider {
  width: 120%;
}
.body-site-vip-spaces .features-first--mobile {
  display: none;
}
.body-site-vip-spaces .features-last {
  margin-bottom: 50px;
}
.body-site-vip-spaces .features-last--mobile {
  display: none;
}
.body-site-vip-spaces .features-last:after {
  top: -200px;
  right: 0;
  position: absolute;
  width: 800px;
  z-index: -1;
  height: 800px;
  background-image: url("/uploads/static/light.webp");
  background-size: contain;
  content: "";
}
.body-site-vip-spaces .features-last .feature {
  border-image: url("/uploads/static/block-7.svg") 0 0 fill;
}
.body-site-vip-spaces .rental-photos {
  padding-bottom: 100px;
}
.body-site-vip-spaces .rental-photos__item {
  height: 510px;
  width: auto;
}
.body-site-vip-spaces .rental-photos__item img {
  height: 100%;
  width: auto;
}
.body-site-vip-spaces .spaces {
  padding-bottom: 100px;
  padding-top: 50px;
  position: relative;
}
.body-site-vip-spaces .spaces:after {
  bottom: 100px;
  right: 100px;
  position: absolute;
  width: 800px;
  z-index: -1;
  height: 800px;
  background-image: url("/uploads/static/light.webp");
  background-size: contain;
  content: "";
}
.body-site-vip-spaces .spaces__head {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.body-site-vip-spaces .spaces__head span {
  font-size: 48px;
  color: var(--light-blue);
  font-weight: 200;
  font-style: italic;
  letter-spacing: 75%;
}
.body-site-vip-spaces .spaces__head h3 {
  font-size: 48px;
  font-weight: 400;
}
.body-site-vip-spaces .spaces__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.body-site-vip-spaces .spaces__item {
  height: 540px;
  border-image: url("/uploads/static/block-7.svg") 0 0 fill;
  max-width: 345px;
}
.body-site-vip-spaces .spaces__item-title {
  font-weight: 600;
  font-size: 48px;
  margin-bottom: 20px;
  color: var(--light-blue);
}
.body-site-vip-spaces .spaces__item-btn {
  margin-top: auto;
  margin-left: auto;
  height: 45px;
  padding: 0 15px;
  min-width: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  line-height: 100%;
  border-image: url("/uploads/static/button-bg-dark.svg") 0 0 fill;
}
.body-site-vip-spaces .spaces__item-btn:hover {
  color: var(--dark-blue);
  border-image: url("/uploads/static/button-1.svg") 0 0 fill;
}
.body-site-vip-spaces .spaces__item-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.body-site-vip-spaces .spaces__item-inner {
  height: 100%;
}
.body-site-vip-spaces .spaces__item-square {
  font-size: 14px;
}
.body-site-vip-spaces .spaces__item-description {
  font-size: 14px;
  margin-bottom: 20px;
}
.body-site-vip-spaces .spaces__item-persons {
  font-size: 14px;
  color: var(--light-blue);
  display: flex;
  align-items: center;
  font-weight: 700;
  gap: 5px;
}
.body-site-vip-spaces .spaces__item-persons svg {
  width: 24px;
  height: 24px;
}
.body-site-vip-spaces .spaces__item-body {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px;
  padding-bottom: 25px;
}
.body-site-vip-spaces .spaces__item-image {
  position: relative;
}
.body-site-vip-spaces .spaces__item-inner {
  display: flex;
  flex-direction: column;
}
.body-site-vip-spaces .spaces__item .owl-item, .body-site-vip-spaces .spaces__item .owl-stage, .body-site-vip-spaces .spaces__item .owl-stage-outer {
  height: 100%;
}
.body-site-vip-spaces .spaces__item .owl-nav {
  padding: 0 10px;
  position: absolute;
  bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.body-site-vip-spaces .spaces__item .owl-nav .owl-prev span:first-child {
  transform: scale(-1, -1);
}
.body-site-vip-spaces .spaces__item .owl-nav button {
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-image: url("/uploads/static/button-slider-white.svg") 0 0 fill;
}
.body-site-vip-spaces .spaces__item .owl-nav button:hover {
  border-image: url("/uploads/static/button-14.svg") 0 0 fill;
}
.body-site-vip-spaces .spaces__item .owl-nav button.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.body-site-vip-spaces .spaces__item .owl-nav button span {
  width: 8px;
  height: 16px;
  border-image: url("/uploads/static/arrow-slider.svg") 0 0 fill;
  font-size: 0;
}
.body-site-vip-spaces .spaces__item-image {
  height: 220px;
}
.body-site-vip-spaces .spaces__item-image__container {
  height: 100%;
}
.body-site-vip-spaces .spaces__item img {
  clip-path: polygon(14px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0px 100%, 0% calc(100% - 0px), 0% 14px);
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.body-site-vip-spaces .spaces .space-block {
  padding: 55px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.body-site-vip-spaces .spaces .space-block__short {
  font-size: 14px;
  margin-bottom: 30px;
}
.body-site-vip-spaces .spaces .space-block__description {
  color: var(--light-blue);
  font-size: 14px;
  max-width: 190px;
}
.body-site-vip-spaces .spaces .space-block__description svg {
  width: 24px;
  height: 24px;
  margin-bottom: 30px;
}
.body-site-vip-spaces .spaces .space-block__title {
  font-size: 48px;
  margin-bottom: 30px;
}
.body-site-vip-spaces .spaces .space-block img {
  height: 40px;
  width: 40px;
  object-fit: contain;
  margin-bottom: 35px;
}

.body-site-infrastructure .hero__image {
  width: 100%;
  height: 550px;
  position: relative;
}
.body-site-infrastructure .hero__image::before, .body-site-infrastructure .hero__image::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.body-site-infrastructure .hero__image::before {
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 5px 5px 0 0;
  border-color: var(--medium-blue) transparent transparent transparent;
}
.body-site-infrastructure .hero__image::after {
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 5px 5px;
  border-color: transparent transparent var(--medium-blue) transparent;
}
.body-site-infrastructure .hero__image img {
  width: 100%;
  height: 100%;
  clip-path: polygon(20px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0px 100%, 0% calc(100% - 0px), 0% 20px);
  object-fit: cover;
}
.body-site-infrastructure .hero__title {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  position: relative;
}
.body-site-infrastructure .hero__title:before {
  margin-left: 15px;
  margin-right: 30px;
  display: inline-flex;
  content: "";
  height: 60px;
  width: 10px;
  transform: matrix(1, 0, -0.34, 0.94, 0, 0);
  background-color: white;
}
.body-site-infrastructure .hero__title {
  color: var(--medium-blue);
}
.body-site-infrastructure .about {
  position: relative;
  overflow: hidden;
  margin-top: -50px;
  padding-bottom: 250px;
  padding-top: 60px;
}
.body-site-infrastructure .about:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, rgb(8, 63, 102) 11%, rgba(8, 63, 102, 0) 100%);
  z-index: 0;
}
.body-site-infrastructure .about__title {
  font-weight: 400;
  font-size: 96px;
  line-height: 100%;
  margin-bottom: 80px;
}
.body-site-infrastructure .about__title b {
  font-weight: 800;
}
.body-site-infrastructure .about__features {
  margin: 0 auto;
  max-width: 1000px;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
  margin-bottom: 110px;
}
.body-site-infrastructure .about__features-item {
  font-size: 14px;
  position: relative;
}
.body-site-infrastructure .about__features-item:before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  margin-bottom: 30px;
  clip-path: polygon(0px 0%, calc(100% - 4px) 0%, 100% 4px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 4px 100%, 0% calc(100% - 4px), 0% 0px);
  background-color: var(--medium-blue);
  z-index: 0;
}
.body-site-infrastructure .about__wrapper {
  position: relative;
}
.body-site-infrastructure .about__wrapper > * {
  position: relative;
  z-index: 1;
}
.body-site-infrastructure .about__wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, rgb(8, 63, 102) 11%, rgba(8, 63, 102, 0) 100%);
  z-index: 0;
}
.body-site-infrastructure .about__inner {
  padding-top: 50px;
}
.body-site-infrastructure .about__image {
  position: absolute;
  width: 100%;
  opacity: 0.3;
  z-index: -1;
}
.body-site-infrastructure .about__image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, rgb(8, 63, 102) 11%, rgba(8, 63, 102, 0) 100%);
  z-index: 0;
}
.body-site-infrastructure .about__image img {
  object-fit: cover;
  width: 100%;
}
.body-site-infrastructure .location .owl-carousel .owl-item, .body-site-infrastructure .location .owl-carousel .owl-stage, .body-site-infrastructure .location .owl-carousel .owl-stage-outer {
  height: 100%;
}
.body-site-infrastructure .location .owl-carousel .owl-nav {
  display: flex;
  gap: 20px;
  position: absolute;
  bottom: 20px;
  right: 25px;
}
.body-site-infrastructure .location .owl-carousel .owl-nav button {
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-image: url("/uploads/static/button-arrow-1.svg") 0 0 fill;
}
.body-site-infrastructure .location .owl-carousel .owl-nav button:hover {
  border-image: url("/uploads/static/button-12.svg") 0 0 fill;
}
.body-site-infrastructure .location .owl-carousel .owl-nav button.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.body-site-infrastructure .location .owl-carousel .owl-nav button:first-child span {
  transform: scale(-1, -1);
}
.body-site-infrastructure .location .owl-carousel .owl-nav button span {
  display: block;
  font-size: 0;
  width: 8px;
  height: 24px;
  background-image: url("/uploads/static/arrow-slider-2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.body-site-infrastructure .location__title {
  font-size: 48px;
  font-weight: 400;
  color: var(--light-blue);
  margin-bottom: 20px;
}
.body-site-infrastructure .location__body {
  display: flex;
  gap: 20px;
}
.body-site-infrastructure .location .contacts-text {
  margin-top: auto;
}
.body-site-infrastructure .location .contacts-text ul li {
  padding: 0.3472222222vw 0;
  font-size: 0.9722222222vw;
}
.body-site-infrastructure .location .contacts-text ul li a {
  display: block;
  position: relative;
}
.body-site-infrastructure .location .contacts-text ul li a:before {
  content: "";
  width: 0;
  height: 0.0694444444vw;
  background-color: var(--light-blue);
  position: absolute;
  bottom: -0.2777777778vw;
  left: 0;
  transition: width 0.1s ease-in-out;
}
.body-site-infrastructure .location .contacts-text ul li a:hover:before {
  width: 100%;
}
.body-site-infrastructure .location__content {
  display: flex;
  align-items: start;
  flex-direction: column;
  padding: 30px 30px 20px;
  border-image: url("/uploads/static/block-10.svg") 0 0 fill;
}
.body-site-infrastructure .location__content h4:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  clip-path: polygon(0px 0%, calc(100% - 4px) 0%, 100% 4px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 4px 100%, 0% calc(100% - 4px), 0% 0px);
  background-color: var(--light-blue);
  z-index: 0;
  margin-bottom: 50px;
}
.body-site-infrastructure .location__content h4 {
  color: #86D0FF;
  font-size: 20px;
  margin-bottom: 20px;
}
.body-site-infrastructure .location__description {
  font-size: 14px;
}
.body-site-infrastructure .location__link {
  height: 45px;
  min-width: 190px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin-top: auto;
  border-image: url("/uploads/static/button-bg-dark.svg") 0 0 fill;
}
.body-site-infrastructure .location__link:hover {
  color: var(--dark-blue);
  border-image: url("/uploads/static/button-1.svg") 0 0 fill;
}
.body-site-infrastructure .location__image {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--light-blue);
  clip-path: polygon(0px 0%, calc(100% - 29px) 0%, 100% 29px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 29px 100%, 0% calc(100% - 29px), 0% 0px);
}
.body-site-infrastructure .location__image picture {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.body-site-infrastructure .location__images {
  width: 830px;
  height: 512px;
  overflow: hidden;
  flex-shrink: 0;
}
.body-site-infrastructure .location__images img {
  clip-path: polygon(0px 0%, calc(100% - 29px) 0%, 100% 29px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 29px 100%, 0% calc(100% - 29px), 0% 0px);
  width: 99.8%;
  height: 99.65%;
  object-fit: cover;
}
.body-site-infrastructure .locations {
  padding-bottom: 100px;
  z-index: 1;
  margin-top: -200px;
}
.body-site-infrastructure .locations-more {
  padding-top: 50px;
  margin-top: 0;
}
.body-site-infrastructure .locations > * {
  position: relative;
}
.body-site-infrastructure .locations__items {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.body-site-infrastructure .locations__title {
  display: flex;
  align-items: center;
  font-weight: 200;
  font-size: 64px;
  gap: 10px;
  margin-bottom: 60px;
}
.body-site-infrastructure .locations__title svg {
  width: 42px;
  height: 42px;
}
.body-site-infrastructure .programs .actions, .body-site-infrastructure .restaurants .actions {
  display: flex;
  gap: 25px;
}
.body-site-infrastructure .programs .actions button, .body-site-infrastructure .restaurants .actions button {
  width: 125px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-image: url("/uploads/static/button-bg-rs.svg") 0 0 fill;
}
.body-site-infrastructure .programs .actions button:hover, .body-site-infrastructure .restaurants .actions button:hover {
  border-image: url("/uploads/static/button-6.svg") 0 0 fill;
}
.body-site-infrastructure .programs .actions button:disabled, .body-site-infrastructure .restaurants .actions button:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.body-site-infrastructure .programs .actions button:last-child svg, .body-site-infrastructure .restaurants .actions button:last-child svg {
  transform: scale(-1, -1);
}
.body-site-infrastructure .programs .actions button:first-child:hover, .body-site-infrastructure .restaurants .actions button:first-child:hover {
  border-image: url("/uploads/static/button-6.svg") 0 0 fill !important;
  transform: scale(-1, 1);
}
.body-site-infrastructure .programs .actions button:first-child:hover svg, .body-site-infrastructure .restaurants .actions button:first-child:hover svg {
  transform: rotate(180deg);
}
.body-site-infrastructure .programs .actions button:first-child, .body-site-infrastructure .restaurants .actions button:first-child {
  border-image: url("/uploads/static/button-bg-rs-reverse.svg") 0 0 fill;
}
.body-site-infrastructure .programs__actions, .body-site-infrastructure .restaurants__actions {
  gap: 90px;
  display: flex;
  justify-content: right;
  align-items: end;
  width: 1240px;
  padding: 0 20px;
  padding-bottom: 2px;
  margin: 0 auto;
}
.body-site-infrastructure .programs {
  padding-bottom: 50px;
}
.body-site-infrastructure .programs .img-mobile {
  display: none;
}
.body-site-infrastructure .programs__title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 48px;
  font-weight: 200;
  margin-bottom: 35px;
}
.body-site-infrastructure .programs__title svg {
  max-height: 25px;
}
.body-site-infrastructure .programs__slider {
  width: calc(100% + (100vw - 100%) / 2);
}
.body-site-infrastructure .programs__slider .swiper-wrapper {
  margin-bottom: 50px;
}
.body-site-infrastructure .programs__slider .swiper-pagination-horizontal {
  width: unset;
}
.body-site-infrastructure .programs__slider .programs__slider-pagination {
  display: flex;
  align-items: center;
  gap: 20px;
  width: unset;
}
.body-site-infrastructure .programs__slider .programs__slider-pagination .swiper-pagination-bullet {
  margin: 0;
}
.body-site-infrastructure .programs__slider .programs__slider-pagination .swiper-pagination-bullet:only-child {
  display: inline-block !important;
}
.body-site-infrastructure .programs .program-block {
  padding: 30px;
  height: 560px;
  border-image: url("/uploads/static/block-10.svg") 0 0 fill;
}
.body-site-infrastructure .programs .program-block img {
  height: 90px;
  margin-bottom: 20px;
}
.body-site-infrastructure .programs .program-block h4 {
  line-height: 100%;
  font-size: 48px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #86D0FF;
}
.body-site-infrastructure .programs .program-block__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.body-site-infrastructure .programs .program-block__description {
  font-size: 14px;
}
.body-site-infrastructure .programs .program-block__link {
  margin-top: auto;
  border-image: url("/uploads/static/button-bg-dark.svg") 0 0 fill;
  height: 45px;
  min-width: 190px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.body-site-infrastructure .programs__items {
  display: flex;
  gap: 75px;
  margin-bottom: 75px;
}
.body-site-infrastructure .programs__item:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  clip-path: polygon(0px 0%, calc(100% - 4px) 0%, 100% 4px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 4px 100%, 0% calc(100% - 4px), 0% 0px);
  background-color: var(--medium-blue);
  z-index: 0;
  margin-bottom: 30px;
}
.body-site-infrastructure .programs__item {
  font-size: 14px;
  max-width: 300px;
}
.body-site-infrastructure .restaurants {
  padding-top: 50px;
  padding-bottom: 50px;
}
.body-site-infrastructure .restaurants__slider {
  width: calc(100% + (100vw - 100%) / 2);
}
.body-site-infrastructure .restaurants__slider .swiper-wrapper {
  margin-bottom: 50px;
}
.body-site-infrastructure .restaurants__slider .swiper-pagination-horizontal {
  width: unset;
}
.body-site-infrastructure .restaurants__slider .restaurants__slider-pagination {
  display: flex;
  align-items: center;
  gap: 20px;
  width: unset;
}
.body-site-infrastructure .restaurants__slider .restaurants__slider-pagination .swiper-pagination-bullet-active {
  background-color: var(--light-blue) !important;
  width: 25px !important;
}
.body-site-infrastructure .restaurants__slider .restaurants__slider-pagination .swiper-pagination-bullet-visible {
  background-color: white;
  width: 80px;
}
.body-site-infrastructure .restaurants__slider .restaurants__slider-pagination .swiper-pagination-bullet {
  margin: 0;
}
.body-site-infrastructure .restaurants__slider .restaurants__slider-pagination .swiper-pagination-bullet:only-child {
  display: inline-block !important;
}
.body-site-infrastructure .restaurants__slider .swiper-slide {
  width: 1200px !important;
}
.body-site-infrastructure .restaurants__title {
  font-size: 48px;
  color: var(--light-blue);
  font-weight: 400;
  margin-bottom: 20px;
}

/* -------------------------------------- */
@media (min-width: 781px) {
  body {
    font-size: 0.9722222222vw;
  }
  html {
    font-size: 0.9722222222vw;
  }
  html::-webkit-scrollbar {
    width: 0.3472222222vw;
    height: 0.3472222222vw;
  }
  html::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0.4166666667vw rgba(0, 0, 0, 0.3);
  }
  html::-webkit-scrollbar-thumb {
    outline-width: 0.0694444444vw;
  }
  .dropdown-arrow {
    width: 0.9722222222vw;
    height: 0.5555555556vw;
  }
  .button-arrow {
    height: 1.6666666667vw;
    width: 0.9027777778vw;
  }
  .dropdown-content {
    top: 3.8194444444vw;
    font-size: 0.9722222222vw;
    padding: 1.3888888889vw;
  }
  .cookie-modal {
    bottom: 1.3888888889vw;
    filter: drop-shadow(0.625vw 0.625vw 2.3611111111vw rgba(0, 0, 0, 0.3));
  }
  .cookie-modal__inner {
    padding: 1.3888888889vw;
  }
  .cookie-modal span {
    font-size: 0.9722222222vw;
    margin-bottom: 1.3888888889vw;
  }
  .cookie-modal p {
    font-size: 0.9722222222vw;
    max-width: 41.6666666667vw;
  }
  .cookie-modal button {
    width: 12.5vw;
    height: 3.125vw;
    right: 1.3888888889vw;
    bottom: 1.3888888889vw;
    font-size: 0.9722222222vw;
  }
  .application-modal {
    padding: 1.3888888889vw;
    width: 26.7361111111vw;
    filter: drop-shadow(0.625vw 0.625vw 2.3611111111vw rgba(0, 0, 0, 0.3));
  }
  .application-modal__head {
    gap: 0.6944444444vw;
    font-size: 1.3888888889vw;
    padding-bottom: 1.3888888889vw;
    border-bottom-width: 0.0694444444vw;
  }
  .application-modal__head svg {
    height: 1.6666666667vw;
    width: 1.6666666667vw;
  }
  .application-modal__inner {
    padding: 1.3888888889vw;
  }
  .application-modal__body {
    padding-top: 1.3888888889vw;
    font-size: 0.9722222222vw;
  }
  .application-modal__close {
    top: 0.6944444444vw;
    right: 0.6944444444vw;
  }
  .application-modal button {
    margin-top: 1.3888888889vw;
    width: 12.5vw;
    height: 3.125vw;
    font-size: 0.9722222222vw;
  }
  .application-modal.application-failed .application-modal__head {
    border-bottom-width: 0.0694444444vw;
  }
  .container {
    max-width: 86.1111111111vw;
    padding-left: 1.3888888889vw;
    padding-right: 1.3888888889vw;
  }
  .section-title {
    font-size: 4.4444444444vw;
  }
  .calendar__event-title {
    left: 0.6944444444vw;
    right: 0.6944444444vw;
    top: 0.6944444444vw;
    font-size: 0.8333333333vw;
  }
  .header {
    padding-top: 2.4305555556vw;
    padding-bottom: 2.4305555556vw;
  }
  .header.is-scrolled {
    padding: 0.6944444444vw 0;
  }
  .header__logo img {
    width: 9.5138888889vw;
    height: 2.9861111111vw;
  }
  .header.is-active .header__burger span:nth-child(1) {
    top: 0.3472222222vw;
  }
  .header.is-active .header__burger span:nth-child(3) {
    top: -0.3472222222vw;
  }
  .header__lang {
    margin-left: 4.5138888889vw;
  }
  .header__lang .dropdown-content {
    top: 3.8194444444vw;
    font-size: 0.9722222222vw;
    padding: 1.3888888889vw;
  }
  .header__lang .dropdown-content li a {
    padding: 0.3472222222vw 0.8333333333vw;
  }
  .header__title {
    margin-left: 4.7222222222vw;
    max-width: 27.7777777778vw;
    font-size: 0.8333333333vw;
  }
  .header .header-dropdown-item {
    font-size: 0.9722222222vw;
    padding: 0.8333333333vw 1.5972222222vw;
  }
  .header .header-dropdown-item > svg {
    margin-left: 0.6944444444vw;
  }
  .header__partners, .header__visiters {
    margin-left: 3.4722222222vw;
  }
  .header__partners .dropdown-content li a, .header__visiters .dropdown-content li a {
    font-size: 0.9722222222vw;
    padding: 0.7638888889vw;
  }
  .header__partners .dropdown-content li:hover, .header__visiters .dropdown-content li:hover {
    border-top-left-radius: 0.3472222222vw;
    border-bottom-right-radius: 0.3472222222vw;
  }
  .header__visiters {
    min-width: 12.1527777778vw;
  }
  .header__partners {
    margin-left: 1.3888888889vw;
    min-width: 10.4166666667vw;
  }
  .header__burger {
    gap: 0.2083333333vw;
  }
  .header__burger span {
    height: 0.1388888889vw;
    width: 1.1111111111vw;
  }
  .burger-modal__socials {
    gap: 1.3888888889vw !important;
    right: 2.2916666667vw;
    bottom: 3.4722222222vw;
  }
  .burger-modal__socials svg {
    height: 1.6666666667vw !important;
    width: 1.6666666667vw !important;
  }
  .burger-modal__inner {
    margin-top: 7.6388888889vw;
    padding: 2.9166666667vw 8.6805555556vw 5.5555555556vw;
    -webkit-box-shadow: 0.625vw 0.625vw 2.3611111111vw 0.3472222222vw rgba(0, 0, 0, 0.3);
    box-shadow: 0.625vw 0.625vw 2.3611111111vw 0.3472222222vw rgba(0, 0, 0, 0.3);
  }
  .burger-modal__menu svg {
    max-width: 1.6666666667vw;
  }
  .burger-modal__menu .hr {
    height: 0.0694444444vw;
    margin: 1.3888888889vw 0;
  }
  .burger-modal__menu .burger-modal__menu-link--accent,
  .burger-modal__menu .burger-modal__menu-link--outlined {
    margin-top: 0.3472222222vw;
    margin-bottom: 0.3472222222vw;
  }
  .burger-modal__menu-row {
    column-gap: 9.7222222222vw;
    margin-bottom: 2.7777777778vw;
  }
  .burger-modal__menu-row:first-child .burger-modal__menu-item p {
    font-size: 2.5vw;
    margin-bottom: 1.7361111111vw;
  }
  .burger-modal__menu-row:first-child .burger-modal__menu-item p:before {
    margin-right: 1.0416666667vw;
  }
  .burger-modal__menu-row:first-child .burger-modal__menu-item a, .burger-modal__menu-row:first-child .burger-modal__menu-item span {
    font-size: 0.9722222222vw;
    gap: 0.6944444444vw;
    padding-top: 0.4861111111vw;
    padding-bottom: 0.4861111111vw;
  }
  .burger-modal__menu-row:not(:first-child) {
    margin-top: 3.4722222222vw;
  }
  .burger-modal__menu-row:not(:first-child) p {
    gap: 0.6944444444vw;
    font-size: 0.9722222222vw;
    margin-bottom: 0.6944444444vw;
  }
  .burger-modal__menu-row:not(:first-child) a, .burger-modal__menu-row:not(:first-child) span {
    font-size: 0.9722222222vw;
    gap: 0.6944444444vw;
    padding-top: 0.5555555556vw;
    padding-bottom: 0.5555555556vw;
  }
  .burger-modal__menu-link--accent, .burger-modal__menu-link--long-rent {
    padding: 0.6944444444vw !important;
  }
  .footer__left-col img {
    width: 13.8888888889vw;
    height: 5.3472222222vw;
  }
  .footer__top {
    padding-top: 9.0277777778vw;
    padding-bottom: 4.1666666667vw;
  }
  .footer__top:after {
    width: 91.6666666667vw;
    height: 0.0694444444vw;
  }
  .footer__bottom {
    padding-top: 4.1666666667vw;
    padding-bottom: 4.1666666667vw;
  }
  .footer__bottom .socials {
    gap: 1.3888888889vw;
  }
  .footer__bottom .socials svg {
    height: 1.6666666667vw;
    width: 1.6666666667vw;
  }
  .footer__bottom-info {
    width: 68.75vw;
  }
  .footer__bottom a {
    font-size: 0.8333333333vw;
    margin-right: 12.8472222222vw;
  }
  .footer__bottom p {
    font-size: 0.8333333333vw;
    max-width: 21.875vw;
  }
  .footer__right-col {
    margin-left: 9.0277777778vw;
  }
  .footer .menu-title {
    margin-bottom: 1.0416666667vw;
  }
  .footer .menu-title:before {
    left: -1.25vw;
    height: 0.6944444444vw;
    width: 0.6944444444vw;
  }
  .footer__menu {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 7.9861111111vw;
    row-gap: 2.4305555556vw;
  }
  .footer__menu ul {
    gap: 1.0416666667vw;
  }
  .footer__menu ul li {
    gap: 0.6944444444vw;
  }
  .footer__menu ul li .link-email {
    margin-left: -0.2083333333vw;
  }
  .footer__menu:first-child {
    margin-bottom: 7.9861111111vw;
  }
  .footer .container {
    max-width: 94.4444444444vw;
  }
  .footer .company {
    margin-top: 2.7777777778vw;
    gap: 0.6944444444vw;
    font-size: 0.8333333333vw;
  }
  .socials svg {
    height: 2.0833333333vw;
    width: 2.0833333333vw;
  }
  .socials {
    gap: 0.6944444444vw;
  }
  .body-site-404 .section-404 {
    padding: 6.9444444444vw 0;
    padding-bottom: 13.8888888889vw;
  }
  .body-site-404 .section-404 h1 {
    font-size: 8.8888888889vw;
  }
  .body-site-404 .section-404 p {
    font-size: 1.6666666667vw;
  }
  .body-site-404 .section-404 .actions {
    margin-top: 2.0833333333vw;
    gap: 0.6944444444vw;
  }
  .body-site-404 .section-404 a {
    min-width: 10.4166666667vw;
    height: 3.125vw;
    font-size: 0.9722222222vw;
  }
  .body-site-index .hero {
    padding-top: 7.6388888889vw;
    padding-bottom: 7.6388888889vw;
    margin-bottom: 0.6944444444vw;
  }
  .body-site-index .hero-wrapper:after {
    height: 6.9444444444vw;
  }
  .body-site-index .hero__slider .hero__items {
    width: 83.3333333333vw;
  }
  .body-site-index .hero__slider-progress {
    margin: 0.3472222222vw auto 0;
  }
  .body-site-index .hero__slider-progress .actions {
    max-width: 83.3333333333vw;
  }
  .body-site-index .hero__slider-progress .actions button {
    height: 3.125vw;
    width: 8.6805555556vw;
  }
  .body-site-index .hero .hero__items .hero__item {
    height: 41.6666666667vw;
  }
  .body-site-index .hero .hero__items .hero__item-title {
    margin-bottom: 1.7361111111vw;
    font-size: 4.4444444444vw;
  }
  .body-site-index .hero .hero__items .hero__item-time {
    font-size: 3.3333333333vw;
  }
  .body-site-index .hero .hero__items .hero__item-date {
    font-size: 6.6666666667vw;
    margin-bottom: 4.5138888889vw;
  }
  .body-site-index .hero .hero__items .hero__item-date span {
    font-size: 8.8888888889vw;
  }
  .body-site-index .hero .hero__items .hero__item-data {
    max-width: 6.9444444444vw;
  }
  .body-site-index .hero .hero__items .hero__item-link {
    bottom: 1.0416666667vw;
    right: 1.0416666667vw;
    min-width: 11.4583333333vw;
    height: 3.125vw;
    font-size: 0.9722222222vw;
  }
  .body-site-index .hero .hero__items .hero__item:nth-child(even) .hero__item-link {
    left: 1.0416666667vw;
  }
  .body-site-index .hero .hero__items .hero__item:nth-child(even) .hero__item-image {
    clip-path: polygon(1.9444444444vw 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 1.9444444444vw), calc(100% - 1.9444444444vw) 100%, 0px 100%, 0% calc(100% - 0px), 0% 1.9444444444vw);
  }
  .body-site-index .hero .hero__items .hero__item:nth-child(even) .hero__item-image img {
    clip-path: polygon(1.9444444444vw 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 1.9444444444vw), calc(100% - 1.9444444444vw) 100%, 0px 100%, 0% calc(100% - 0px), 0% 1.9444444444vw);
  }
  .body-site-index .hero .hero__items .hero__item--single .hero__item-date {
    max-width: unset;
  }
  .body-site-index .hero .hero__items .hero__item--single .hero__item-date h2 {
    max-width: 6.9444444444vw;
  }
  .body-site-index .hero .hero__items .hero__item--with-image .hero__item-image {
    clip-path: polygon(0px 0%, calc(100% - 1.9444444444vw) 0%, 100% 1.9444444444vw, 100% calc(100% - 0px), calc(100% - 0px) 100%, 1.9444444444vw 100%, 0% calc(100% - 1.9444444444vw), 0% 0px);
  }
  .body-site-index .hero .hero__items .hero__item--with-image .hero__item-image img {
    clip-path: polygon(0px 0%, calc(100% - 1.9444444444vw) 0%, 100% 1.9444444444vw, 100% calc(100% - 0px), calc(100% - 0px) 100%, 1.9444444444vw 100%, 0% calc(100% - 1.9444444444vw), 0% 0px);
  }
  .body-site-index .arena {
    padding-bottom: 7.2916666667vw;
  }
  .body-site-index .arena__title {
    font-size: 4.4444444444vw;
    margin-bottom: 1.7361111111vw;
  }
  .body-site-index .arena__items {
    width: calc(100% + (100vw - 100%) / 2);
  }
  .body-site-index .arena__item {
    padding: 2.3611111111vw 2.0833333333vw;
    height: 38.1944444444vw;
  }
  .body-site-index .arena__item picture:after {
    left: 2.0833333333vw;
    height: 2.0833333333vw;
    width: 2.0833333333vw;
    top: 2.0833333333vw;
  }
  .body-site-index .arena__item-title {
    font-size: 6.6666666667vw;
  }
  .body-site-index .arena__item-subtitle {
    font-size: 3.3333333333vw;
    margin-bottom: 1.3888888889vw;
  }
  .body-site-index .arena__item p {
    font-size: 0.9722222222vw;
    height: 3.6805555556vw;
    overflow: hidden;
  }
  .body-site-index .arena__item a {
    min-width: 13.8888888889vw;
    margin-top: 1.3888888889vw;
    font-size: 0.9722222222vw;
    padding: 1.0416666667vw;
  }
  .body-site-index .arena__progress {
    max-width: 83.3333333333vw;
  }
  .body-site-index .arena .swiper-wrapper {
    margin-bottom: 2.8472222222vw;
  }
  .body-site-index .arena .actions button {
    width: 8.6805555556vw;
    height: 3.125vw;
  }
  .body-site-index .arena .actions p {
    font-size: 4.4444444444vw;
    margin-right: 4.8611111111vw;
  }
  .body-site-index .arena .actions__prev {
    margin-right: 1.3888888889vw;
  }
  .body-site-index .arena .arena-slider-pagination {
    gap: 1.3888888889vw;
  }
  .body-site-index .arena .arena-slider-pagination .swiper-pagination-bullet {
    height: 0.4166666667vw;
    width: 5.5555555556vw;
  }
  .body-site-index .arena .arena-slider-pagination .swiper-pagination-bullet-visible {
    width: 1.7361111111vw;
  }
  .body-site-index .main-video {
    padding-bottom: 11.4583333333vw;
  }
  .body-site-index .main-video .youtube-video__mute {
    bottom: 2.0833333333vw;
    left: 8.3333333333vw;
    width: 4.8611111111vw;
    height: 4.8611111111vw;
  }
  .body-site-index .main-video .youtube-video__fullscreen {
    bottom: 2.0833333333vw;
    right: 8.3333333333vw;
    width: 4.8611111111vw;
    height: 4.8611111111vw;
  }
  .body-site-index .main-video .youtube-video__fullscren {
    bottom: 2.0833333333vw;
    right: 8.3333333333vw;
    width: 4.8611111111vw;
    height: 4.8611111111vw;
  }
  .body-site-index .main-video .youtube-video__play {
    width: 8.8888888889vw;
    height: 8.8888888889vw;
  }
  .body-site-index .main-video #player {
    height: 680px;
    width: 100%;
  }
  .body-site-index .main-video #player iframe {
    border: none;
    height: 100%;
    width: 100%;
  }
  .body-site-index .main-video #player img {
    height: 100%;
    width: 100%;
    border: none;
  }
  .body-site-index .places {
    height: 107.6388888889vw;
  }
  .body-site-index .places__wrapper:before {
    height: 34.7222222222vw;
  }
  .body-site-index .places__wrapper:after {
    height: 6.9444444444vw;
  }
  .body-site-index .places__title {
    margin-bottom: 3.4722222222vw;
  }
  .body-site-index .places__items {
    gap: 1.3888888889vw;
  }
  .body-site-index .places__item {
    height: 41.6666666667vw;
    width: 40.9722222222vw;
    font-size: 3.3333333333vw;
    padding: 3.4722222222vw 2.7777777778vw;
  }
  .body-site-index .places__item p {
    max-width: 18.0555555556vw;
  }
  .body-site-index .partners {
    margin-bottom: 3.4722222222vw;
  }
  .body-site-index .partners__title {
    margin-bottom: 3.125vw;
  }
  .body-site-index .partners__main-block {
    padding: 1.0416666667vw;
    margin-bottom: 1.7361111111vw;
    height: 38.1944444444vw;
  }
  .body-site-index .partners__accordion {
    width: 22.5694444444vw;
    height: 34.7222222222vw;
    padding: 0.6944444444vw 0.7638888889vw 0.6944444444vw 0.6944444444vw;
  }
  .body-site-index .partners__accordion-content {
    padding: 3.4722222222vw 1.3888888889vw 1.3888888889vw;
    font-size: 0.9722222222vw;
    max-width: 8.3333333333vw;
  }
  .body-site-index .partners__accordion-item {
    border-top-width: 0.0694444444vw;
    font-size: 0.9722222222vw;
    padding-top: 1.0416666667vw;
    padding-bottom: 1.0416666667vw;
  }
  .body-site-index .partners__content {
    gap: 1.5277777778vw;
  }
  .body-site-index .partners__block {
    height: 26.7361111111vw;
    padding: 2.0833333333vw 2.4305555556vw;
    min-width: 26.7361111111vw;
    font-size: 3.3333333333vw;
  }
  .body-site-index .partners__message svg {
    margin-bottom: 1.7361111111vw;
  }
  .body-site-index .partners__message h5 {
    font-size: 3.3333333333vw;
    margin-bottom: 1.3888888889vw;
  }
  .body-site-index .partners__message p {
    max-width: 19.4444444444vw;
    font-size: 0.9722222222vw;
  }
  .body-site-index .partners__message a {
    padding: 0.9027777778vw 1.3194444444vw;
    font-size: 0.9722222222vw;
    margin-top: 1.7361111111vw;
  }
  .calendar {
    padding-bottom: 3.125vw;
  }
  .calendar.is-open {
    padding-bottom: 9.375vw;
  }
  .calendar.is-open .calendar__days, .calendar__inner.is-open .calendar__days {
    max-height: 83.3333333333vw;
  }
  .calendar__topbar {
    margin-bottom: 0.4166666667vw;
  }
  .calendar__days {
    transform: translateY(-0.6944444444vw);
  }
  .calendar__days-items, .calendar__days-titles {
    gap: 1.3194444444vw;
  }
  .calendar__days-titles {
    margin-bottom: 1.3888888889vw;
  }
  .calendar__days-title {
    font-size: 0.9722222222vw;
  }
  .calendar__days-item {
    height: 10.7638888889vw;
    width: 10.7638888889vw;
    font-size: 3.3333333333vw;
    padding: 0.6944444444vw 0.9722222222vw;
    line-height: 3.3333333333vw;
  }
  .calendar__days-item:hover {
    font-size: 6.6666666667vw;
    border-image: url("/uploads/static/calendar-item-active.svg") 0 0 fill;
  }
  .calendar__days-item:hover span {
    transform: translateY(1.3888888889vw);
  }
  .calendar-dropdown {
    border-width: 0.0694444444vw;
    height: 3.125vw;
    width: 10.4166666667vw;
    font-size: 0.9722222222vw;
  }
  .calendar-dropdown svg {
    margin-left: 0.6944444444vw;
  }
  .calendar .actions {
    transform: translateY(-0.6944444444vw);
  }
  .calendar .actions button {
    width: 8.6805555556vw;
    height: 3.125vw;
  }
  .calendar .actions p {
    font-size: 4.4444444444vw;
    margin-right: 4.8611111111vw;
  }
  .calendar .actions__prev {
    margin-right: 1.3888888889vw;
  }
  .body-site-partners main,
  .body-site-vip-spaces main,
  .body-site-infrastructure main,
  .body-site-swimming-pool main,
  .body-events-index main,
  .bode-news-index main,
  .template-_offer main {
    padding-top: 7.6388888889vw;
  }
  .swiper-pagination-bullet {
    height: 0.4166666667vw;
    width: 5.5555555556vw;
  }
  .swiper-pagination-bullet-visible {
    width: 1.7361111111vw;
  }
  .body-news-index main {
    padding-top: 7.6388888889vw;
  }
  .body-news-index .news {
    padding-bottom: 7.2916666667vw;
  }
  .body-news-index .news:before {
    width: 55.5555555556vw;
    height: 55.5555555556vw;
  }
  .body-news-index .news h1 {
    margin-bottom: 1.7361111111vw;
  }
  .body-news-index .news__items {
    gap: 6.9444444444vw;
  }
  .body-news-index .news .news-item {
    padding: 1.7361111111vw;
  }
  .body-news-index .news .news-item__image {
    width: 38.8888888889vw;
    height: 38.8888888889vw;
    clip-path: polygon(0 0, calc(100% - 2.0833333333vw) 0, 100% 2.0833333333vw, 100% 100%, 100% 100%, 2.0833333333vw 100%, 0 calc(100% - 2.0833333333vw), 0 0);
  }
  .body-news-index .news .news-item__image img {
    left: 0.2083333333vw;
    top: 0.1388888889vw;
    width: 38.4722222222vw;
    height: 38.6111111111vw;
    clip-path: polygon(0 0, calc(100% - 2.0138888889vw) 0, 100% 2.0138888889vw, 100% 100%, 100% 100%, 2.0138888889vw 100%, 0 calc(100% - 2.0138888889vw), 0 0);
  }
  .body-news-index .news .news-item__image-btn {
    height: 3.125vw;
    width: 3.125vw;
  }
  .body-news-index .news .news-item__image-btn svg {
    height: 1.25vw;
    width: 0.5555555556vw;
  }
  .body-news-index .news .news-item__image-actions {
    gap: 1.7361111111vw;
    right: 1.7361111111vw;
    bottom: 1.3888888889vw;
  }
  .body-news-index .news .news-item__right-col {
    margin-left: 3.4722222222vw;
  }
  .body-news-index .news .news-item__date {
    font-size: 1.6666666667vw;
  }
  .body-news-index .news .news-item__year {
    font-size: 1.6666666667vw;
  }
  .body-news-index .news .news-item__title {
    font-size: 2.2222222222vw;
    margin-bottom: 3.4722222222vw;
  }
  .body-news-index .news .news-item__description {
    padding-bottom: 1.7361111111vw;
    max-width: 29.8611111111vw;
  }
  .body-news-index .news .news-item__description span, .body-news-index .news .news-item__description p {
    font-size: 0.9722222222vw !important;
  }
  .body-news-index .news .news-item__description p:not(:last-child) {
    margin-bottom: 1.7361111111vw;
  }
  .body-site-vip-spaces .hero {
    padding-bottom: 2.0833333333vw;
  }
  .body-site-vip-spaces .hero__item::before {
    border-width: 0.3472222222vw 0.3472222222vw 0 0;
  }
  .body-site-vip-spaces .hero__item::after {
    border-width: 0 0 0.3472222222vw 0.3472222222vw;
  }
  .body-site-vip-spaces .hero__item-inner {
    height: 38.1944444444vw;
  }
  .body-site-vip-spaces .hero__item img {
    clip-path: polygon(0.8333333333vw 0, 100% 0, 100% 0, 100% calc(100% - 0.8333333333vw), calc(100% - 0.8333333333vw) 100%, 0 100%, 0 100%, 0 0.8333333333vw);
  }
  .body-site-vip-spaces .rental-features {
    padding-bottom: 13.8888888889vw;
  }
  .body-site-vip-spaces .rental-features:before, .body-site-vip-spaces .rental-features:after {
    height: 10.4166666667vw;
  }
  .body-site-vip-spaces .rental-features__link {
    height: 3.125vw;
    min-width: 15.9722222222vw;
    font-size: 0.9722222222vw;
  }
  .body-site-vip-spaces .rental-features__item span {
    font-size: 1.1111111111vw;
    margin-bottom: 1.3888888889vw;
  }
  .body-site-vip-spaces .rental-features__item span:before {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
    margin-bottom: 2.0833333333vw;
    clip-path: polygon(0 0, calc(100% - 0.2777777778vw) 0, 100% 0.2777777778vw, 100% 100%, 100% 100%, 0.2777777778vw 100%, 0 calc(100% - 0.2777777778vw), 0 0);
  }
  .body-site-vip-spaces .rental-features__item ul {
    padding-left: 0.3472222222vw;
  }
  .body-site-vip-spaces .rental-features__item ul li {
    font-size: 0.9722222222vw;
  }
  .body-site-vip-spaces .rental-features__items {
    max-width: 74.3055555556vw;
    margin-bottom: 4.1666666667vw;
    gap: 1.3888888889vw;
  }
  .body-site-vip-spaces .rental-features__head {
    margin-bottom: 4.1666666667vw;
  }
  .body-site-vip-spaces .rental-features__head span {
    font-size: 4.4444444444vw;
  }
  .body-site-vip-spaces .rental-features__head h3 {
    font-size: 4.4444444444vw;
  }
  .body-site-vip-spaces .rental-features__head h3:before {
    width: 0.5555555556vw;
    height: 3.2638888889vw;
    margin-right: 1.7361111111vw;
    margin-left: 1.0416666667vw;
  }
  .body-site-vip-spaces .rental-features__title {
    font-size: 6.6666666667vw;
    margin-bottom: 6.9444444444vw;
  }
  .body-site-vip-spaces .features__items {
    max-width: 74.3055555556vw;
    gap: 1.3888888889vw;
  }
  .body-site-vip-spaces .features .feature {
    height: 35.5555555556vw;
    padding: 2.0833333333vw;
  }
  .body-site-vip-spaces .features .feature:before {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
    margin-bottom: 3.4722222222vw;
    clip-path: polygon(0 0, calc(100% - 0.2777777778vw) 0, 100% 0.2777777778vw, 100% 100%, 100% 100%, 0.2777777778vw 100%, 0 calc(100% - 0.2777777778vw), 0 0);
  }
  .body-site-vip-spaces .features .feature__description {
    font-size: 0.9722222222vw;
  }
  .body-site-vip-spaces .features .feature__title {
    font-size: 3.3333333333vw;
    margin-bottom: 1.3888888889vw;
  }
  .body-site-vip-spaces .features .feature__image {
    margin-bottom: 3.4722222222vw;
  }
  .body-site-vip-spaces .features .feature__image img {
    height: 4.5138888889vw;
  }
  .body-site-vip-spaces .features-first {
    margin-top: -4.8611111111vw;
    margin-bottom: 6.9444444444vw;
  }
  .body-site-vip-spaces .features-last {
    margin-bottom: 3.4722222222vw;
  }
  .body-site-vip-spaces .features-last:after {
    top: -13.8888888889vw;
    width: 55.5555555556vw;
    height: 55.5555555556vw;
  }
  .body-site-vip-spaces .rental-photos {
    padding-bottom: 6.9444444444vw;
  }
  .body-site-vip-spaces .rental-photos__item {
    height: 35.4166666667vw;
  }
  .body-site-vip-spaces .spaces {
    padding-top: 3.4722222222vw;
    padding-bottom: 6.9444444444vw;
  }
  .body-site-vip-spaces .spaces:after {
    right: 6.9444444444vw;
    bottom: 6.9444444444vw;
    width: 55.5555555556vw;
    height: 55.5555555556vw;
  }
  .body-site-vip-spaces .spaces__head {
    margin-bottom: 2.0833333333vw;
  }
  .body-site-vip-spaces .spaces__head span, .body-site-vip-spaces .spaces__head h3 {
    font-size: 3.3333333333vw;
  }
  .body-site-vip-spaces .spaces__items {
    gap: 1.3888888889vw;
  }
  .body-site-vip-spaces .spaces__item {
    height: 37.5vw;
    max-width: 23.9583333333vw;
  }
  .body-site-vip-spaces .spaces__item-title {
    font-size: 3.3333333333vw;
    margin-bottom: 1.3888888889vw;
  }
  .body-site-vip-spaces .spaces__item-btn {
    height: 3.125vw;
    min-width: 11.4583333333vw;
    padding: 0 1.0416666667vw;
    font-size: 0.9722222222vw;
  }
  .body-site-vip-spaces .spaces__item-info {
    margin-bottom: 1.7361111111vw;
  }
  .body-site-vip-spaces .spaces__item-square, .body-site-vip-spaces .spaces__item-description {
    font-size: 0.9722222222vw;
  }
  .body-site-vip-spaces .spaces__item-description {
    margin-bottom: 1.3888888889vw;
  }
  .body-site-vip-spaces .spaces__item-persons {
    font-size: 0.9722222222vw;
    gap: 0.3472222222vw;
  }
  .body-site-vip-spaces .spaces__item-persons svg {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
  .body-site-vip-spaces .spaces__item-body {
    padding: 2.0833333333vw;
    padding-bottom: 1.7361111111vw;
  }
  .body-site-vip-spaces .spaces__item .owl-nav {
    padding-left: 0.6944444444vw;
    padding-right: 0.6944444444vw;
    bottom: 0.6944444444vw;
  }
  .body-site-vip-spaces .spaces__item .owl-nav button {
    height: 3.125vw;
    width: 3.125vw;
  }
  .body-site-vip-spaces .spaces__item .owl-nav button span {
    width: 0.5555555556vw;
    height: 1.1111111111vw;
  }
  .body-site-vip-spaces .spaces__item-image {
    height: 15.2777777778vw;
  }
  .body-site-vip-spaces .spaces__item img {
    clip-path: polygon(0.9722222222vw 0, 100% 0, 100% 0, 100% calc(100% - 0.9722222222vw), calc(100% - 0.9722222222vw) 100%, 0 100%, 0 100%, 0 0.9722222222vw);
  }
  .body-site-vip-spaces .spaces .space-block {
    padding: 3.8194444444vw 4.1666666667vw;
  }
  .body-site-vip-spaces .spaces .space-block__short {
    font-size: 0.9722222222vw;
    margin-bottom: 2.0833333333vw;
  }
  .body-site-vip-spaces .spaces .space-block__description {
    font-size: 0.9722222222vw;
    max-width: 13.1944444444vw;
  }
  .body-site-vip-spaces .spaces .space-block__description svg {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
    margin-bottom: 2.0833333333vw;
  }
  .body-site-vip-spaces .spaces .space-block__title {
    font-size: 3.3333333333vw;
    margin-bottom: 2.0833333333vw;
  }
  .body-site-vip-spaces .spaces .space-block img {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    margin-bottom: 2.4305555556vw;
  }
  .body-site-infrastructure .hero__image {
    height: 38.1944444444vw;
  }
  .body-site-infrastructure .hero__image::before {
    border-width: 0.3472222222vw 0.3472222222vw 0 0;
  }
  .body-site-infrastructure .hero__image::after {
    border-width: 0 0 0.3472222222vw 0.3472222222vw;
  }
  .body-site-infrastructure .hero__image img {
    clip-path: polygon(1.3888888889vw 0, 100% 0, 100% 0, 100% calc(100% - 1.3888888889vw), calc(100% - 1.3888888889vw) 100%, 0 100%, 0 100%, 0 1.3888888889vw);
  }
  .body-site-infrastructure .hero__title {
    margin-bottom: 1.3888888889vw;
  }
  .body-site-infrastructure .hero__title:before {
    width: 0.6944444444vw;
    height: 4.1666666667vw;
    margin-left: 1.0416666667vw;
    margin-right: 2.0833333333vw;
  }
  .body-site-infrastructure .about {
    margin-top: -3.4722222222vw;
    padding-top: 4.1666666667vw;
    padding-bottom: 17.3611111111vw;
  }
  .body-site-infrastructure .about:after {
    height: 6.9444444444vw;
  }
  .body-site-infrastructure .about__title {
    font-size: 6.6666666667vw;
    margin-bottom: 5.5555555556vw;
  }
  .body-site-infrastructure .about__features {
    max-width: 69.4444444444vw;
    gap: 6.9444444444vw;
    margin-bottom: 7.6388888889vw;
  }
  .body-site-infrastructure .about__features-item {
    font-size: 0.9722222222vw;
  }
  .body-site-infrastructure .about__features-item:before {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
    margin-bottom: 2.0833333333vw;
    clip-path: polygon(0 0, calc(100% - 0.2777777778vw) 0, 100% 0.2777777778vw, 100% 100%, 100% 100%, 0.2777777778vw 100%, 0 calc(100% - 0.2777777778vw), 0 0);
  }
  .body-site-infrastructure .about__wrapper:before {
    height: 6.9444444444vw;
  }
  .body-site-infrastructure .about__inner {
    padding-top: 3.4722222222vw;
  }
  .body-site-infrastructure .about__image:after {
    height: 6.9444444444vw;
  }
  .body-site-infrastructure .location .owl-carousel .owl-nav {
    gap: 1.3888888889vw;
    right: 1.7361111111vw;
    bottom: 1.3888888889vw;
  }
  .body-site-infrastructure .location .owl-carousel .owl-nav button {
    width: 3.125vw;
    height: 3.125vw;
  }
  .body-site-infrastructure .location .owl-carousel .owl-nav button span {
    width: 0.5555555556vw;
    height: 1.6666666667vw;
  }
  .body-site-infrastructure .location__title {
    font-size: 3.3333333333vw;
    margin-bottom: 1.3888888889vw;
  }
  .body-site-infrastructure .location__body {
    gap: 1.3888888889vw;
  }
  .body-site-infrastructure .location__content {
    padding: 2.0833333333vw 2.0833333333vw 1.3888888889vw;
  }
  .body-site-infrastructure .location__content h4 {
    font-size: 1.3888888889vw;
    margin-bottom: 1.3888888889vw;
  }
  .body-site-infrastructure .location__content h4:before {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
    margin-bottom: 3.4722222222vw;
    clip-path: polygon(0 0, calc(100% - 0.2777777778vw) 0, 100% 0.2777777778vw, 100% 100%, 100% 100%, 0.2777777778vw 100%, 0 calc(100% - 0.2777777778vw), 0 0);
  }
  .body-site-infrastructure .location__description {
    font-size: 0.9722222222vw;
  }
  .body-site-infrastructure .location__link {
    height: 3.125vw;
    min-width: 13.1944444444vw;
    font-size: 0.9722222222vw;
  }
  .body-site-infrastructure .location__image, .body-site-infrastructure .location__images img {
    clip-path: polygon(0 0, calc(100% - 2.0138888889vw) 0, 100% 2.0138888889vw, 100% 100%, 100% 100%, 2.0138888889vw 100%, 0 calc(100% - 2.0138888889vw), 0 0);
  }
  .body-site-infrastructure .location__images {
    width: 57.6388888889vw;
    height: 35.5555555556vw;
  }
  .body-site-infrastructure .locations {
    margin-top: -13.8888888889vw;
    padding-bottom: 6.9444444444vw;
  }
  .body-site-infrastructure .locations-more {
    margin-top: 0;
    padding-top: 3.4722222222vw;
  }
  .body-site-infrastructure .locations__items {
    gap: 6.9444444444vw;
  }
  .body-site-infrastructure .locations__title {
    gap: 0.6944444444vw;
    font-size: 4.4444444444vw;
    margin-bottom: 4.1666666667vw;
  }
  .body-site-infrastructure .locations__title img, .body-site-infrastructure .locations__title svg {
    width: 2.9166666667vw;
    height: 2.9166666667vw;
  }
  .body-site-infrastructure .programs .actions,
  .body-site-infrastructure .restaurants .actions {
    gap: 1.7361111111vw;
  }
  .body-site-infrastructure .programs .actions button,
  .body-site-infrastructure .restaurants .actions button {
    width: 8.6805555556vw;
    height: 3.125vw;
  }
  .body-site-infrastructure .programs__actions,
  .body-site-infrastructure .restaurants__actions {
    gap: 6.25vw;
    width: 86.1111111111vw;
    padding-left: 1.3888888889vw;
    padding-right: 1.3888888889vw;
  }
  .body-site-infrastructure .programs {
    padding-bottom: 3.4722222222vw;
  }
  .body-site-infrastructure .programs__title {
    gap: 0.6944444444vw;
    font-size: 3.3333333333vw;
    margin-bottom: 2.4305555556vw;
  }
  .body-site-infrastructure .programs__title img, .body-site-infrastructure .programs__title svg {
    max-height: 1.7361111111vw;
  }
  .body-site-infrastructure .programs__slider .swiper-wrapper {
    margin-bottom: 3.4722222222vw;
  }
  .body-site-infrastructure .programs__slider .programs__slider-pagination {
    gap: 1.3888888889vw;
  }
  .body-site-infrastructure .programs .program-block {
    height: 38.8888888889vw;
    padding: 2.0833333333vw;
  }
  .body-site-infrastructure .programs .program-block img {
    height: 6.25vw;
    margin-bottom: 1.3888888889vw;
  }
  .body-site-infrastructure .programs .program-block h4 {
    font-size: 3.3333333333vw;
    margin-bottom: 1.3888888889vw;
  }
  .body-site-infrastructure .programs .program-block__description {
    font-size: 0.9722222222vw;
  }
  .body-site-infrastructure .programs .program-block__link {
    height: 3.125vw;
    min-width: 13.1944444444vw;
    font-size: 0.9722222222vw;
  }
  .body-site-infrastructure .programs__items {
    gap: 5.2083333333vw;
    margin-bottom: 5.2083333333vw;
  }
  .body-site-infrastructure .programs__item {
    max-width: 20.8333333333vw;
    font-size: 0.9722222222vw;
  }
  .body-site-infrastructure .programs__item:before {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
    margin-bottom: 2.0833333333vw;
    clip-path: polygon(0 0, calc(100% - 0.2777777778vw) 0, 100% 0.2777777778vw, 100% 100%, 100% 100%, 0.2777777778vw 100%, 0 calc(100% - 0.2777777778vw), 0 0);
  }
  .body-site-infrastructure .restaurants {
    padding-top: 3.4722222222vw;
    padding-bottom: 3.4722222222vw;
  }
  .body-site-infrastructure .restaurants__slider .swiper-wrapper {
    margin-bottom: 3.4722222222vw;
  }
  .body-site-infrastructure .restaurants__slider .restaurants__slider-pagination {
    gap: 1.3888888889vw;
  }
  .body-site-infrastructure .restaurants__slider .restaurants__slider-pagination .swiper-pagination-bullet-active {
    width: 1.7361111111vw !important;
  }
  .body-site-infrastructure .restaurants__slider .restaurants__slider-pagination .swiper-pagination-bullet-visible {
    width: 5.5555555556vw;
  }
  .body-site-infrastructure .restaurants__slider .swiper-slide {
    width: 83.3333333333vw !important;
  }
  .body-site-infrastructure .restaurants__title {
    font-size: 3.3333333333vw;
    margin-bottom: 1.3888888889vw;
  }
  .body-site-partners .hero__title {
    margin-bottom: 2.0833333333vw;
  }
  .body-site-partners .hero__image-actions .actions {
    margin-left: 1.7361111111vw;
    gap: 1.7361111111vw;
  }
  .body-site-partners .hero__image-actions .actions button {
    height: 3.125vw;
    width: 3.125vw;
  }
  .body-site-partners .hero__image-actions .actions button svg {
    height: 1.1111111111vw;
    width: 0.8333333333vw;
  }
  .body-site-partners .hero__image-slider .swiper-wrapper {
    margin-bottom: 1.3888888889vw;
  }
  .body-site-partners .hero__image-slider .swiper-pagination-horizontal {
    gap: 1.3888888889vw;
  }
  .body-site-partners .hero__item::before {
    border-width: 0.3472222222vw 0.3472222222vw 0 0;
  }
  .body-site-partners .hero__item::after {
    border-width: 0 0 0.3472222222vw 0.3472222222vw;
  }
  .body-site-partners .hero__item-inner {
    height: 38.1944444444vw;
    clip-path: polygon(1.3194444444vw 0, 100% 0, 100% 0, 100% calc(100% - 1.3194444444vw), calc(100% - 1.3194444444vw) 100%, 0 100%, 0 100%, 0 1.3194444444vw);
  }
  .body-site-partners .hero__item img {
    clip-path: polygon(1.3888888889vw 0, 100% 0, 100% 0, 100% calc(100% - 1.3888888889vw), calc(100% - 1.3888888889vw) 100%, 0 100%, 0 100%, 0 1.3888888889vw);
  }
  .body-site-partners .events,
  .body-site-partners .rental,
  .body-site-partners .complex {
    padding-top: 8.3333333333vw;
  }
  .body-site-partners .events:before, .body-site-partners .events:after,
  .body-site-partners .rental:before,
  .body-site-partners .rental:after,
  .body-site-partners .complex:before,
  .body-site-partners .complex:after {
    height: 10.4166666667vw;
  }
  .body-site-partners .events__menu,
  .body-site-partners .rental__menu,
  .body-site-partners .complex__menu {
    margin-bottom: 4.1666666667vw;
    gap: 1.3888888889vw;
  }
  .body-site-partners .events__menu a,
  .body-site-partners .rental__menu a,
  .body-site-partners .complex__menu a {
    height: 3.125vw;
    font-size: 0.9722222222vw;
  }
  .body-site-partners .events__link,
  .body-site-partners .rental__link,
  .body-site-partners .complex__link {
    height: 3.125vw;
    padding-left: 2.4305555556vw;
    padding-right: 2.4305555556vw;
    font-size: 0.9722222222vw;
  }
  .body-site-partners .events__item,
  .body-site-partners .rental__item,
  .body-site-partners .complex__item {
    max-width: 15.9722222222vw;
  }
  .body-site-partners .events__item span,
  .body-site-partners .rental__item span,
  .body-site-partners .complex__item span {
    font-size: 1.1111111111vw;
    margin-bottom: 1.3888888889vw;
  }
  .body-site-partners .events__item span:before,
  .body-site-partners .rental__item span:before,
  .body-site-partners .complex__item span:before {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
    margin-bottom: 2.0833333333vw;
    clip-path: polygon(0 0, calc(100% - 0.2777777778vw) 0, 100% 0.2777777778vw, 100% 100%, 100% 100%, 0.2777777778vw 100%, 0 calc(100% - 0.2777777778vw), 0 0);
  }
  .body-site-partners .events__item ul,
  .body-site-partners .rental__item ul,
  .body-site-partners .complex__item ul {
    padding-left: 0.3472222222vw;
  }
  .body-site-partners .events__item ul li,
  .body-site-partners .rental__item ul li,
  .body-site-partners .complex__item ul li {
    font-size: 0.9722222222vw;
  }
  .body-site-partners .events__items,
  .body-site-partners .rental__items,
  .body-site-partners .complex__items {
    margin-bottom: 4.1666666667vw;
    gap: 6.9444444444vw;
  }
  .body-site-partners .events__head,
  .body-site-partners .rental__head,
  .body-site-partners .complex__head {
    margin-bottom: 4.1666666667vw;
  }
  .body-site-partners .events__head p,
  .body-site-partners .rental__head p,
  .body-site-partners .complex__head p {
    max-width: 16.3194444444vw;
    font-size: 0.9722222222vw;
    margin-right: 1.0416666667vw;
  }
  .body-site-partners .events__head h3,
  .body-site-partners .rental__head h3,
  .body-site-partners .complex__head h3 {
    font-size: 4.4444444444vw;
  }
  .body-site-partners .events__head h3:before,
  .body-site-partners .rental__head h3:before,
  .body-site-partners .complex__head h3:before {
    width: 0.5555555556vw;
    height: 3.2638888889vw;
    margin-right: 2.4305555556vw;
    margin-left: 1.0416666667vw;
  }
  .body-site-partners .events__description,
  .body-site-partners .rental__description,
  .body-site-partners .complex__description {
    font-size: 0.9722222222vw;
    margin-bottom: 4.1666666667vw;
  }
  .body-site-partners .events__title,
  .body-site-partners .rental__title,
  .body-site-partners .complex__title {
    font-size: 6.6666666667vw;
    margin-bottom: 2.0833333333vw;
  }
  .body-site-partners .events {
    padding-top: 8.3333333333vw;
    padding-bottom: 1.3888888889vw;
    margin-top: -8.3333333333vw;
  }
  .body-site-partners .partners {
    padding-top: 2.0833333333vw;
    padding-bottom: 5.9027777778vw;
  }
  .body-site-partners .partners__main-block {
    height: 38.1944444444vw;
    padding: 1.0416666667vw;
    margin-bottom: 4.1666666667vw;
  }
  .body-site-partners .partners__main-block::before {
    border-width: 0.3472222222vw 0.3472222222vw 0 0;
  }
  .body-site-partners .partners__main-block::after {
    border-width: 0 0 0.3472222222vw 0.3472222222vw;
  }
  .body-site-partners .partners__main-block__image {
    clip-path: polygon(1.3888888889vw 0, 100% 0, 100% 0, 100% calc(100% - 1.3888888889vw), calc(100% - 1.3888888889vw) 100%, 0 100%, 0 100%, 0 1.3888888889vw);
  }
  .body-site-partners .partners__accordion {
    width: 22.5694444444vw;
    height: 34.7222222222vw;
    padding: 0.6944444444vw 0.7638888889vw 0.6944444444vw 0.6944444444vw;
  }
  .body-site-partners .partners__accordion-content {
    padding: 3.4722222222vw 1.3888888889vw 1.3888888889vw;
    font-size: 0.9722222222vw;
    max-width: 8.3333333333vw;
  }
  .body-site-partners .partners__accordion-item {
    border-top-width: 0.0694444444vw;
    font-size: 0.9722222222vw;
    padding-top: 1.0416666667vw;
    padding-bottom: 1.0416666667vw;
  }
  .body-site-partners .partners__items {
    gap: 1.3888888889vw;
  }
  .body-site-partners .partners__item {
    width: 23.6111111111vw;
    height: 20.8333333333vw;
    padding: 2.0833333333vw;
  }
  .body-site-partners .partners__item span {
    font-size: 4.4444444444vw;
  }
  .body-site-partners .partners__item span:before {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
    margin-bottom: 3.4722222222vw;
    clip-path: polygon(0 0, calc(100% - 0.2777777778vw) 0, 100% 0.2777777778vw, 100% 100%, 100% 100%, 0.2777777778vw 100%, 0 calc(100% - 0.2777777778vw), 0 0);
  }
  .body-site-partners .partners__item-description {
    font-size: 3.3333333333vw;
  }
  .body-site-partners .rental {
    padding-top: 8.3333333333vw;
    padding-bottom: 1.3888888889vw;
    margin-top: -2.7777777778vw;
  }
  .body-site-partners .rental__image:after {
    height: 10.4166666667vw;
  }
  .body-site-partners .rental__link {
    padding-left: 2.4305555556vw;
    padding-right: 2.4305555556vw;
  }
  .body-site-partners .rental__blocks {
    gap: 1.3888888889vw;
  }
  .body-site-partners .rental__block {
    width: 23.6111111111vw;
    height: 20.8333333333vw;
    padding: 2.0833333333vw;
  }
  .body-site-partners .rental__block span {
    font-size: 4.4444444444vw;
  }
  .body-site-partners .rental__block span:before {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
    margin-bottom: 3.4722222222vw;
    clip-path: polygon(0 0, calc(100% - 0.2777777778vw) 0, 100% 0.2777777778vw, 100% 100%, 100% 100%, 0.2777777778vw 100%, 0 calc(100% - 0.2777777778vw), 0 0);
  }
  .body-site-partners .rental__block-description {
    font-size: 3.3333333333vw;
  }
  .body-site-partners .complex {
    padding-top: 8.3333333333vw;
    padding-bottom: 2.0833333333vw;
  }
  .body-site-partners .complex__link {
    padding-left: 1.7361111111vw;
    padding-right: 1.7361111111vw;
  }
  .body-site-partners .complex__blocks {
    gap: 1.3888888889vw;
  }
  .body-site-partners .complex__block {
    padding: 2.0833333333vw;
  }
  .body-site-partners .complex__block-title {
    font-size: 4.4444444444vw;
  }
  .body-site-partners .complex__block-title:before {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
    margin-bottom: 3.4722222222vw;
    clip-path: polygon(0 0, calc(100% - 0.2777777778vw) 0, 100% 0.2777777778vw, 100% 100%, 100% 100%, 0.2777777778vw 100%, 0 calc(100% - 0.2777777778vw), 0 0);
  }
  .body-site-partners .complex__block-subtitle {
    font-size: 4.4444444444vw;
    margin-bottom: 2.7777777778vw;
  }
  .body-site-partners .complex__block-body a {
    height: 3.125vw;
    padding-left: 1.3888888889vw;
    padding-right: 1.3888888889vw;
    gap: 0.3472222222vw;
    font-size: 0.9722222222vw;
  }
  .body-site-partners .complex__block-description {
    font-size: 0.9722222222vw;
  }
  .body-site-partners .skybox {
    padding-top: 2.0833333333vw;
    padding-bottom: 9.0277777778vw;
  }
  .body-site-partners .skybox__content {
    height: 38.1944444444vw;
    padding: 2.0833333333vw;
    filter: drop-shadow(1.0416666667vw 0.625vw 2.3611111111vw rgba(0, 0, 0, 0.5));
  }
  .body-site-partners .skybox__content::before {
    border-width: 0.3472222222vw 0.3472222222vw 0 0;
  }
  .body-site-partners .skybox__content::after {
    border-width: 0 0 0.3472222222vw 0.3472222222vw;
  }
  .body-site-partners .skybox__subtitle {
    font-size: 6.6666666667vw;
  }
  .body-site-partners .skybox__title {
    font-size: 8.8888888889vw;
    margin-bottom: 1.0416666667vw;
  }
  .body-site-partners .skybox__image, .body-site-partners .skybox__image img {
    clip-path: polygon(1.3888888889vw 0, 100% 0, 100% 0, 100% calc(100% - 1.3888888889vw), calc(100% - 1.3888888889vw) 100%, 0 100%, 0 100%, 0 1.3888888889vw);
  }
  .body-site-partners .skybox__items {
    gap: 4.1666666667vw;
  }
  .body-site-partners .skybox__link {
    height: 3.125vw;
    min-width: 13.1944444444vw;
    font-size: 0.9722222222vw;
  }
  .body-site-partners .skybox__item {
    gap: 0.6944444444vw;
    font-size: 0.9722222222vw;
  }
  .body-site-partners .skybox__item:before {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
    transform: translateY(0.2777777778vw);
    clip-path: polygon(0 0, calc(100% - 0.2777777778vw) 0, 100% 0.2777777778vw, 100% 100%, 100% 100%, 0.2777777778vw 100%, 0 calc(100% - 0.2777777778vw), 0 0);
  }
  .body-site-swimming-pool main {
    padding-top: 7.6388888889vw;
  }
  .body-site-swimming-pool .hero__image {
    height: 38.1944444444vw;
  }
  .body-site-swimming-pool .hero__image::before {
    border-width: 0.3472222222vw 0.3472222222vw 0 0;
  }
  .body-site-swimming-pool .hero__image::after {
    border-width: 0 0 0.3472222222vw 0.3472222222vw;
  }
  .body-site-swimming-pool .hero__image img {
    clip-path: polygon(1.3888888889vw 0, 100% 0, 100% 0, 100% calc(100% - 1.3888888889vw), calc(100% - 1.3888888889vw) 100%, 0 100%, 0 100%, 0 1.3888888889vw);
  }
  .body-site-swimming-pool .hero__title {
    margin-bottom: 1.3888888889vw;
  }
  .body-site-swimming-pool .hero__title:before {
    margin-left: 1.0416666667vw;
    margin-right: 2.0833333333vw;
    height: 4.1666666667vw;
    width: 0.6944444444vw;
  }
  .body-site-swimming-pool .about {
    padding-top: 2.4305555556vw;
    padding-bottom: 3.4722222222vw;
  }
  .body-site-swimming-pool .about__head {
    margin-bottom: 2.0833333333vw;
  }
  .body-site-swimming-pool .about__head span {
    font-size: 0.9722222222vw;
  }
  .body-site-swimming-pool .about__phone {
    margin-left: 1.3888888889vw;
  }
  .body-site-swimming-pool .about__phone::before {
    border-width: 0.3472222222vw 0.3472222222vw 0 0;
  }
  .body-site-swimming-pool .about__phone::after {
    border-width: 0 0 0.3472222222vw 0.3472222222vw;
  }
  .body-site-swimming-pool .about__phone span {
    height: 3.125vw;
    padding-left: 1.7361111111vw;
    padding-right: 1.7361111111vw;
    clip-path: polygon(1.0416666667vw 0, 100% 0, 100% 0, 100% calc(100% - 1.0416666667vw), calc(100% - 1.0416666667vw) 100%, 0 100%, 0 100%, 0 1.0416666667vw);
  }
  .body-site-swimming-pool .about__title {
    font-size: 6.6666666667vw;
    margin-bottom: 5.5555555556vw;
  }
  .body-site-swimming-pool .about__slider .swiper-wrapper {
    margin-bottom: 2.0833333333vw;
  }
  .body-site-swimming-pool .about__slider .actions {
    max-width: 83.3333333333vw;
  }
  .body-site-swimming-pool .about__slider .actions button {
    width: 8.6805555556vw;
    height: 3.125vw;
  }
  .body-site-swimming-pool .about__slider .actions p {
    font-size: 4.4444444444vw;
    margin-right: 4.8611111111vw;
  }
  .body-site-swimming-pool .about__slider .actions__prev {
    margin-right: 1.3888888889vw;
  }
  .body-site-swimming-pool .about__description-item {
    height: 30.9027777778vw;
    padding: 2.0833333333vw;
  }
  .body-site-swimming-pool .about__description-item:before {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
    margin-bottom: 3.4722222222vw;
    clip-path: polygon(0 0, calc(100% - 0.2777777778vw) 0, 100% 0.2777777778vw, 100% 100%, 100% 100%, 0.2777777778vw 100%, 0 calc(100% - 0.2777777778vw), 0 0);
  }
  .body-site-swimming-pool .about__description-item h3 {
    font-size: 4.4444444444vw;
    line-height: 4.4444444444vw;
  }
  .body-site-swimming-pool .about__description-item h4 {
    font-size: 3.3333333333vw;
    line-height: 3.3333333333vw;
    margin-bottom: 1.3888888889vw;
  }
  .body-site-swimming-pool .about__description-item-description {
    font-size: 0.9722222222vw;
  }
  .body-site-swimming-pool .about__features {
    padding-right: 7.9861111111vw;
    gap: 6.9444444444vw;
    margin-bottom: 7.6388888889vw;
  }
  .body-site-swimming-pool .about__features-item {
    font-size: 0.9722222222vw;
  }
  .body-site-swimming-pool .about__features-item:before {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
    margin-bottom: 2.0833333333vw;
    clip-path: polygon(0 0, calc(100% - 0.2777777778vw) 0, 100% 0.2777777778vw, 100% 100%, 100% 100%, 0.2777777778vw 100%, 0 calc(100% - 0.2777777778vw), 0 0);
  }
  .body-site-swimming-pool .about__wrapper:before {
    height: 6.9444444444vw;
  }
  .body-site-swimming-pool .about__image:after {
    height: 6.9444444444vw;
  }
  .body-site-swimming-pool .infrastructure {
    padding-top: 2.0833333333vw;
    padding-bottom: 3.4722222222vw;
  }
  .body-site-swimming-pool .infrastructure__image {
    padding: 0.0694444444vw;
    clip-path: polygon(4.5138888889vw 0, 100% 0, 100% 0, 100% calc(100% - 4.5138888889vw), calc(100% - 4.5138888889vw) 100%, 0 100%, 0 100%, 0 4.5138888889vw);
  }
  .body-site-swimming-pool .infrastructure__image img {
    clip-path: polygon(4.375vw 0, 100% 0, 100% 0, 100% calc(100% - 4.375vw), calc(100% - 4.375vw) 100%, 0 100%, 0 100%, 0 4.375vw);
  }
  .body-site-swimming-pool .infrastructure__left-col {
    height: 40.625vw;
    width: 40.625vw;
  }
  .body-site-swimming-pool .infrastructure__left-col::before {
    border-width: 1.0416666667vw 1.0416666667vw 0 0;
  }
  .body-site-swimming-pool .infrastructure__left-col::after {
    border-width: 0 0 1.0416666667vw 1.0416666667vw;
  }
  .body-site-swimming-pool .infrastructure__title {
    font-size: 3.3333333333vw;
    margin-bottom: 2.0833333333vw;
  }
  .body-site-swimming-pool .infrastructure__right-col {
    padding-top: 3.4722222222vw;
    margin-left: 5.2083333333vw;
  }
  .body-site-swimming-pool .infrastructure__right-col .actions button {
    width: 8.6805555556vw;
    height: 3.125vw;
  }
  .body-site-swimming-pool .infrastructure__right-col .actions p {
    font-size: 4.4444444444vw;
    margin-right: 4.8611111111vw;
  }
  .body-site-swimming-pool .infrastructure__right-col .actions__prev {
    margin-right: 1.3888888889vw;
  }
  .body-site-swimming-pool .infrastructure__short {
    max-width: 28.125vw;
    font-size: 1.3888888889vw;
    margin-bottom: 1.3888888889vw;
  }
  .body-site-swimming-pool .infrastructure__short:before {
    margin-left: 1.7361111111vw;
    margin-right: 2.0833333333vw;
    height: 4.8611111111vw;
    width: 0.9722222222vw;
  }
  .body-site-swimming-pool .infrastructure__description {
    font-size: 0.9722222222vw;
    margin-bottom: 0.6944444444vw;
  }
  .body-site-swimming-pool .infrastructure__description ul li:not(:last-child) {
    margin-bottom: 0.6944444444vw;
  }
  .body-site-swimming-pool .infrastructure__inner {
    padding: 1.3888888889vw;
    filter: drop-shadow(0.625vw 0.625vw 1.6666666667vw rgba(0, 0, 0, 0.3));
  }
  .body-site-swimming-pool .infrastructure__inner .shadow {
    clip-path: polygon(17.3611111111vw 0, 100% 0, 100% 0, 100% calc(100% - 17.3611111111vw), calc(100% - 17.3611111111vw) 100%, 0 100%, 0 100%, 0 17.3611111111vw);
  }
  .body-site-swimming-pool .schedule {
    padding-top: 3.4722222222vw;
    padding-bottom: 1.7361111111vw;
  }
  .body-site-swimming-pool .schedule:after {
    top: -13.8888888889vw;
    right: -27.7777777778vw;
  }
  .body-site-swimming-pool .schedule__notification {
    gap: 0.6944444444vw;
  }
  .body-site-swimming-pool .schedule__notification span, .body-site-swimming-pool .schedule__notification p {
    font-size: 0.9722222222vw;
  }
  .body-site-swimming-pool .schedule__title {
    margin-bottom: 0.6944444444vw;
  }
  .body-site-swimming-pool .schedule__items {
    gap: 1.3888888889vw;
    margin-bottom: 2.7777777778vw;
  }
  .body-site-swimming-pool .schedule__item {
    height: 10.7638888889vw;
    width: 10.7638888889vw;
  }
  .body-site-swimming-pool .schedule__item::before {
    border-width: 0.5555555556vw 0.5555555556vw 0 0;
  }
  .body-site-swimming-pool .schedule__item::after {
    border-width: 0 0 0.5555555556vw 0.5555555556vw;
  }
  .body-site-swimming-pool .schedule__item .part {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
    top: 1.0416666667vw;
    right: 1.0416666667vw;
    clip-path: polygon(0 0, calc(100% - 0.2777777778vw) 0, 100% 0.2777777778vw, 100% 100%, 100% 100%, 0.2777777778vw 100%, 0 calc(100% - 0.2777777778vw), 0 0);
  }
  .body-site-swimming-pool .schedule__item span {
    font-size: 2.5vw;
    line-height: 2.5vw;
    padding: 0.6944444444vw 1.0416666667vw;
    clip-path: polygon(1.3888888889vw 0, 100% 0, 100% 0, 100% calc(100% - 1.3888888889vw), calc(100% - 1.3888888889vw) 100%, 0 100%, 0 100%, 0 1.3888888889vw);
  }
  .body-site-swimming-pool .schedule__days {
    gap: 1.3888888889vw;
    margin-bottom: 1.0416666667vw;
  }
  .body-site-swimming-pool .schedule__days span {
    font-size: 0.9722222222vw;
  }
  .body-site-swimming-pool .programs {
    padding-top: 1.7361111111vw;
    padding-bottom: 6.25vw;
  }
  .body-site-swimming-pool .programs__title {
    font-size: 2.5vw;
    margin-bottom: 2.4305555556vw;
  }
  .body-site-swimming-pool .programs__items {
    padding-left: 8.3333333333vw;
    gap: 2.4305555556vw;
  }
  .body-site-swimming-pool .programs__item:before {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
    margin-bottom: 2.0833333333vw;
    clip-path: polygon(0 0, calc(100% - 0.2777777778vw) 0, 100% 0.2777777778vw, 100% 100%, 100% 100%, 0.2777777778vw 100%, 0 calc(100% - 0.2777777778vw), 0 0);
  }
  .body-site-swimming-pool .programs__item h4 {
    font-size: 2.5vw;
    margin-bottom: 2.0833333333vw;
  }
  .body-site-swimming-pool .programs__item-description {
    font-size: 0.9722222222vw;
  }
  .body-site-swimming-pool .plans {
    padding-top: 13.8888888889vw;
    padding-bottom: 8.3333333333vw;
  }
  .body-site-swimming-pool .plans:after {
    top: -20.8333333333vw;
    left: -20.8333333333vw;
  }
  .body-site-swimming-pool .plans__title {
    font-size: 3.3333333333vw;
    margin-bottom: 2.0833333333vw;
  }
  .body-site-swimming-pool .plans__content {
    margin-bottom: 2.4305555556vw;
  }
  .body-site-swimming-pool .plans__content table td {
    font-size: 0.9722222222vw;
    padding: 1.1111111111vw 1.0416666667vw;
  }
  .body-site-swimming-pool .plans__buy::before {
    border-width: 0.3472222222vw 0.3472222222vw 0 0;
  }
  .body-site-swimming-pool .plans__buy::after {
    border-width: 0 0 0.3472222222vw 0.3472222222vw;
  }
  .body-site-swimming-pool .plans__buy span {
    height: 3.125vw;
    padding-left: 1.3888888889vw;
    padding-right: 1.3888888889vw;
    clip-path: polygon(1.0416666667vw 0, 100% 0, 100% 0, 100% calc(100% - 1.0416666667vw), calc(100% - 1.0416666667vw) 100%, 0 100%, 0 100%, 0 1.0416666667vw);
  }
  .body-site-swimming-pool .plans__notification {
    gap: 0.6944444444vw;
  }
  .body-site-swimming-pool .plans__notification span, .body-site-swimming-pool .plans__notification p {
    font-size: 0.9722222222vw;
  }
  .body-site-swimming-pool .rules {
    padding-top: 6.9444444444vw;
    padding-bottom: 6.9444444444vw;
  }
  .body-site-swimming-pool .rules__title {
    font-size: 3.3333333333vw;
    margin-bottom: 1.3888888889vw;
  }
  .body-site-swimming-pool .rules__item {
    height: 19.7916666667vw;
  }
  .body-site-swimming-pool .rules__item:not(:last-child):before {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
    clip-path: polygon(0 0, calc(100% - 0.2777777778vw) 0, 100% 0.2777777778vw, 100% 100%, 100% 100%, 0.2777777778vw 100%, 0 calc(100% - 0.2777777778vw), 0 0);
  }
  .body-site-swimming-pool .rules__item span {
    font-size: 3.3333333333vw;
    margin-bottom: 1.7361111111vw;
  }
  .body-site-swimming-pool .rules__item img {
    max-height: 5.9027777778vw;
    margin-bottom: 3.4722222222vw;
  }
  .body-site-swimming-pool .rules__item-description {
    font-size: 1.3888888889vw;
  }
  .body-site-swimming-pool .rules__items {
    padding: 1.7361111111vw 3.4722222222vw;
    gap: 3.125vw;
  }
  .body-events-index main {
    padding-top: 7.6388888889vw;
  }
  .body-events-index .events {
    padding-bottom: 7.6388888889vw;
  }
  .body-events-index .events h1 {
    margin-bottom: 1.7361111111vw;
  }
  .body-events-index .events__items {
    gap: 1.3888888889vw;
  }
  .body-events-index .events__items:before {
    right: -27.7777777778vw;
    top: 13.8888888889vw;
    width: 55.5555555556vw;
    height: 55.5555555556vw;
  }
  .body-events-index .events__items:after {
    left: -27.7777777778vw;
    width: 55.5555555556vw;
    height: 55.5555555556vw;
  }
  .body-events-index .events .event-item {
    gap: 1.7361111111vw;
  }
  .body-events-index .events .event-item__time {
    font-size: 4.4444444444vw;
  }
  .body-events-index .events .event-item__title {
    font-size: 2.2222222222vw;
    margin-bottom: 2.0833333333vw;
  }
  .body-events-index .events .event-item__description {
    margin-bottom: 2.0833333333vw;
    font-size: 0.9722222222vw;
  }
  .body-events-index .events .event-item__date {
    margin-bottom: 0.6944444444vw;
    font-size: 2.5vw;
  }
  .body-events-index .events .event-item__right-col {
    max-width: 40.9722222222vw;
    padding: 2.4305555556vw 2.0833333333vw;
  }
  .body-events-index .events .event-item__image {
    width: 40.625vw;
    height: 41.7361111111vw;
    clip-path: polygon(0 0, calc(100% - 2.0833333333vw) 0, 100% 2.0833333333vw, 100% 100%, 100% 100%, 2.0833333333vw 100%, 0 calc(100% - 2.0833333333vw), 0 0);
  }
  .body-events-index .events .event-item__image img {
    left: 0.0694444444vw;
    top: 0.1388888889vw;
    width: 40.4166666667vw;
    height: 41.5277777778vw;
    clip-path: polygon(0 0, calc(100% - 2.0833333333vw) 0, 100% 2.0833333333vw, 100% 100%, 100% 100%, 2.0833333333vw 100%, 0 calc(100% - 2.0833333333vw), 0 0);
  }
  .body-events-index .events .event-item__actions {
    gap: 1.3888888889vw;
  }
  .body-events-index .events .event-item__actions span {
    font-size: 2.2222222222vw;
    height: 3.125vw;
    border-width: 0.1388888889vw;
    width: 3.125vw;
  }
  .body-events-index .events .event-item__actions a {
    height: 3.125vw;
    padding-left: 2.4305555556vw;
    padding-right: 2.4305555556vw;
    font-size: 0.9722222222vw;
  }
  .body-events-index .events .event-item:nth-child(even) .event-item__description {
    padding-left: 8.3333333333vw;
  }
  .body-events-index .events .event-item:nth-child(even) .event-item__actions {
    padding-left: 12.5vw;
  }
  .body-events-index .calendar__topbar h4 {
    font-size: 4.4444444444vw;
  }
  .template-_offer main {
    padding-top: 7.6388888889vw;
  }
  .template-_offer .offer-page {
    padding-bottom: 6.9444444444vw;
  }
  .template-_offer .offer-page h1 {
    margin-bottom: 1.7361111111vw;
  }
  .template-_offer .offer-page__subtitle {
    font-size: 4.4444444444vw;
    margin-bottom: 2.0833333333vw;
  }
  .template-_offer .offer-page__short p, .template-_offer .offer-page__short span {
    font-size: 0.9722222222vw !important;
  }
  .template-_offer .offer-page__short {
    font-size: 0.9722222222vw !important;
    margin-bottom: 4.1666666667vw;
  }
  .template-_offer .offer-page__description {
    border-top-width: 0.1388888889vw;
    border-bottom-width: 0.1388888889vw;
    padding-top: 4.1666666667vw;
    padding-bottom: 4.1666666667vw;
  }
  .template-_offer .offer-page__description h2,
  .template-_offer .offer-page__description h3,
  .template-_offer .offer-page__description h4,
  .template-_offer .offer-page__description h5 {
    font-size: 2.2222222222vw;
    margin-bottom: 2.0833333333vw;
  }
  .template-_offer .offer-page__description h2:not(:first-child),
  .template-_offer .offer-page__description h3:not(:first-child),
  .template-_offer .offer-page__description h4:not(:first-child),
  .template-_offer .offer-page__description h5:not(:first-child) {
    margin-top: 4.1666666667vw;
  }
  .template-_offer .offer-page__description p,
  .template-_offer .offer-page__description span,
  .template-_offer .offer-page__description strong,
  .template-_offer .offer-page__description a,
  .template-_offer .offer-page__description li {
    font-size: 0.9722222222vw;
    margin-bottom: 1.7361111111vw;
  }
  .template-_offer .offer-page__description ul {
    margin-top: -1.7361111111vw;
    margin-bottom: 1.7361111111vw;
  }
  .template-_offer .offer-page__description ul li:before {
    margin-right: 1.0416666667vw;
  }
  .template-_offer .offer-page__content {
    padding: 4.1666666667vw 8.3333333333vw;
  }
  .template-_offer .offer-page__contacts {
    padding-top: 4.1666666667vw;
  }
  .template-_offer .offer-page__contacts h3 {
    font-size: 2.2222222222vw;
    margin-bottom: 2.0833333333vw;
  }
  .template-_offer .offer-page__contacts span,
  .template-_offer .offer-page__contacts p {
    font-size: 0.9722222222vw;
  }
}
@media (max-width: 781px) {
  html, body {
    font-size: 3.2vw;
  }
  #wrapper {
    overflow: hidden;
  }
  body:not(.body-site-index) .header__title {
    display: none !important;
  }
  .dropdown-arrow {
    width: 3.2vw;
    height: 1.6vw;
  }
  .button-arrow {
    width: 1.6vw;
    height: 3.2vw;
  }
  .section-title {
    font-size: 12.8vw !important;
  }
  .container {
    padding: 0 5.3333333333vw;
  }
  .cookie-modal span {
    font-size: 4.2666666667vw !important;
  }
  .cookie-modal button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48vw;
    height: 12vw;
    font-size: 3.7333333333vw !important;
    margin-left: auto;
    margin-top: 5.3333333333vw;
    position: static;
  }
  .cookie-modal p {
    font-size: 3.7333333333vw !important;
    max-width: 100%;
  }
  .application-modal {
    width: 96vw;
  }
  .application-modal__inner {
    clip-path: polygon(0 0, 100% 0, 100% 92%, 96% 100%, 0 100%, 0% 50%);
  }
  .application-modal__body {
    padding-top: 4vw;
    font-size: 3.7333333333vw !important;
  }
  .application-modal__head {
    padding-bottom: 4vw;
    font-size: 5.3333333333vw !important;
  }
  .application-modal__head svg {
    width: 8vw;
    height: 8vw;
  }
  .application-modal button {
    width: 42.6666666667vw;
    height: 12vw;
    font-size: 3.7333333333vw !important;
  }
  .header {
    padding: 4.8vw 0;
  }
  .header__title {
    max-width: unset;
  }
  .header.is-scrolled {
    padding: rv(20px) 0;
  }
  .header.is-scrolled .header__title-mobile {
    display: none !important;
  }
  .header__partners, .header__visiters, .header__title {
    display: none !important;
  }
  .header__partners-mobile, .header__visiters-mobile, .header__title-mobile {
    margin-top: 4.8vw;
    margin-left: 0;
    font-size: 2.6666666667vw !important;
  }
  .header__partners-mobile h1, .header__visiters-mobile h1, .header__title-mobile h1 {
    font-size: 5.3333333333vw !important;
  }
  .header__partners-mobile, .header__visiters-mobile, .header__title-mobile {
    display: block !important;
  }
  .header__lang {
    font-weight: 600;
    padding: 2.1333333333vw 3.2vw !important;
    font-size: 3.2vw !important;
    margin-left: 6.6666666667vw;
  }
  .header__lang .dropdown-content {
    top: 10.6666666667vw !important;
    padding: 2.6666666667vw;
    font-size: 3.2vw !important;
  }
  .header__logo img {
    width: 21.3333333333vw;
    height: 6.6666666667vw;
  }
  .header__burger {
    gap: 1.3333333333vw;
  }
  .header__burger span {
    width: 5.3333333333vw;
  }
  .header__burger span:nth-child(3) {
    top: -2.4vw !important;
  }
  .footer .footer-menu-contact-icon {
    gap: 1.3333333333vw;
  }
  .footer .footer-menu-contact-icon svg {
    display: none;
  }
  .footer .footer-menu-contact-icon svg.mobile-icon {
    display: block;
  }
  .footer .footer-menu-contact-icon svg {
    height: 4vw;
    width: 4vw;
  }
  .footer .socials svg {
    height: 8vw;
    width: 8vw;
  }
  .footer__bottom {
    padding: 10.6666666667vw 0;
  }
  .footer__bottom-info {
    width: unset;
    flex-direction: column;
    gap: 5.3333333333vw;
    align-items: start;
    font-size: 2.6666666667vw;
  }
  .footer__bottom .socials {
    display: none;
  }
  .footer__bottom-inner {
    padding: 0 10.6666666667vw;
    flex-direction: column;
    align-items: start;
    gap: 5.3333333333vw;
  }
  .footer__bottom a, .footer__bottom p {
    margin-right: 0;
    max-width: 100%;
    font-size: 2.6666666667vw;
  }
  .footer__top {
    background-size: cover;
    padding-top: 12vw;
  }
  .footer__top:after {
    display: none;
  }
  .footer__top__inner {
    padding-bottom: 18.6666666667vw;
    flex-direction: column;
    align-items: start;
    position: relative;
  }
  .footer__top__inner:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgb(142, 209, 228) 0%, rgb(35, 84, 91) 100%);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .footer__top .socials-mobile {
    margin-top: 5.3333333333vw;
    justify-content: end;
    display: flex;
    gap: 8vw;
  }
  .footer__top .socials-mobile svg {
    height: 6.4vw;
    width: 6.4vw;
  }
  .footer-menu-socials {
    padding-left: 10.6666666667vw;
    margin-top: 20px !important;
  }
  .footer .menu-title {
    display: flex;
    font-size: 3.2vw;
    margin-bottom: 4vw;
    align-items: center;
  }
  .footer .menu-title:before {
    content: url("/uploads/static/item-part-mobile.svg");
    position: static;
    width: 3.2vw;
    display: inline-block;
    margin-right: 8vw;
    height: 3.2vw;
    background-color: unset;
  }
  .footer__menu {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .footer__menu:first-child {
    margin-bottom: 14.6666666667vw;
  }
  .footer__menu-item ul {
    padding-left: 11.2vw;
    gap: 4vw;
  }
  .footer__menu-item .link-email {
    margin-left: 0.5333333333vw !important;
  }
  .footer__menu-item .link-email svg:not(.mobile-icon) {
    display: none;
  }
  .footer__menu-item:not(:first-child) {
    margin-top: 14.6666666667vw;
  }
  .footer__left-col {
    margin-bottom: 14.6666666667vw;
  }
  .footer__left-col img {
    width: 32vw;
    height: 12vw;
  }
  .footer__right-col {
    margin-left: 0;
  }
  .footer .company {
    padding: 0 10.6666666667vw;
    margin-top: 5.3333333333vw;
    gap: 2.6666666667vw;
    font-size: 2.6666666667vw;
    justify-content: start;
  }
  .footer .company img {
    height: 5.3333333333vw;
    width: 5.3333333333vw;
    object-fit: contain;
  }
  .burger-modal__wrapper {
    padding-bottom: 40px;
    overflow: scroll;
  }
  .burger-modal__inner {
    padding: 10.6666666667vw;
    padding-bottom: 18.6666666667vw;
    margin-top: 18.6666666667vw;
    clip-path: polygon(0 0, 80vw 0, 100% 8vw, 100% 100%, 8vw 100%, 0 97%);
  }
  .burger-modal .socials svg {
    width: 6.4vw;
    height: 6.4vw;
  }
  .burger-modal__menu-row {
    gap: 55px !important;
    grid-template-columns: repeat(1, 1fr);
  }
  .burger-modal__menu-row:first-child .burger-modal__menu-item p {
    font-size: 9.6vw !important;
  }
  .burger-modal__menu-row:first-child .burger-modal__menu-item p:before {
    display: inline-flex;
    height: 3.2vw !important;
    width: 3.2vw !important;
  }
  .burger-modal__menu-row:first-child .burger-modal__menu-item a {
    font-size: 3.7333333333vw !important;
  }
  .burger-modal__menu-row:not(:first-child) a, .burger-modal__menu-row:not(:first-child) span, .burger-modal__menu-row:not(:first-child) p {
    margin-bottom: 2.1333333333vw;
    font-size: 3.7333333333vw !important;
  }
  .burger-modal__menu li {
    display: flex;
  }
  .burger-modal__menu-link--reports {
    font-size: 14px;
    display: flex !important;
    align-items: center;
    gap: 2.6666666667vw;
    padding: 7px 0 !important;
    font-weight: 400;
    background: none !important;
    border-image: none !important;
    color: #083F66 !important;
  }
  .burger-modal__menu-link--has-icon svg {
    height: 6.4vw;
    max-width: 6.4vw;
    width: auto;
    right: -8vw;
  }
  .burger-modal__menu-link--long-rent {
    color: #083F66 !important;
    border-image: none !important;
    padding: 1.8666666667vw 0 !important;
    transition: 0.1s all ease;
  }
  .swiper-pagination-bullet {
    height: 1.0666666667vw;
    width: 6.9333333333vw;
  }
  .swiper-pagination-bullet-visible {
    width: 2.1333333333vw;
  }
  .body-site-404 .section-404 {
    padding: 8vw 0;
    padding-bottom: 26.6666666667vw;
  }
  .body-site-404 .section-404 h1 {
    font-size: 17.0666666667vw;
    line-height: 100%;
  }
  .body-site-404 .section-404 p {
    margin-top: 2.6666666667vw;
    font-size: 4.2666666667vw;
    justify-self: start;
    align-self: start;
  }
  .body-site-404 .section-404 .actions {
    margin-top: 8vw;
    gap: 2.6666666667vw;
  }
  .body-site-404 .section-404 a {
    min-width: 37.3333333333vw;
    height: 9.3333333333vw;
    font-size: 3.2vw;
  }
  .body-site-index .hero {
    padding-bottom: 8vw;
    padding-top: 32vw;
  }
  .body-site-index .hero__video {
    display: none;
  }
  .body-site-index .hero__slider {
    width: auto;
  }
  .body-site-index .hero__slider-progress {
    margin-top: 5.3333333333vw;
  }
  .body-site-index .hero__slider-progress .actions {
    align-items: center;
  }
  .body-site-index .hero__slider-progress .actions button {
    width: 21.3333333333vw;
    height: 9.3333333333vw;
  }
  .body-site-index .hero__items {
    flex-direction: column;
    align-items: center;
    gap: 5.3333333333vw;
  }
  .body-site-index .hero__items .hero__item {
    width: 100% !important;
    height: 90.6666666667vw !important;
  }
  .body-site-index .hero__items .hero__item-title {
    font-size: 11.2vw !important;
  }
  .body-site-index .hero__items .hero__item-link {
    height: 9.3333333333vw !important;
    min-width: 40vw !important;
    font-size: 3.2vw !important;
    border-image: url("/uploads/static/button-2-active.svg") 0 0 fill !important;
  }
  .body-site-index .hero__items .hero__item-link span {
    color: var(--dark-blue);
    font-size: inherit;
  }
  .body-site-index .hero__items .hero__item-date {
    margin-bottom: 0 !important;
    font-size: 14.4vw !important;
  }
  .body-site-index .hero__items .hero__item-date span {
    font-size: 21.8666666667vw !important;
  }
  .body-site-index .hero__items .hero__item-time {
    font-size: 9.6vw !important;
  }
  .body-site-index .hero__items .hero__item-bg {
    clip-path: polygon(0px 0%, calc(100% - 9.3333333333vw) 0%, 100% 9.3333333333vw, 100% calc(100% - 0px), calc(100% - 0px) 100%, 9.3333333333vw 100%, 0% calc(100% - 9.3333333333vw), 0% 0px);
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.4;
    background-color: var(--semidark-blue);
  }
  .body-site-index .hero__items .hero__item-bg svg {
    display: none;
  }
  .body-site-index .hero__items .hero__item--with-image .hero__item-image img {
    width: 99.5% !important;
    height: 99.5% !important;
  }
  .body-site-index .hero__items .hero__item:nth-child(even) .hero__item-bg {
    transform: unset !important;
    clip-path: polygon(9.3333333333vw 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 9.3333333333vw), calc(100% - 9.3333333333vw) 100%, 0px 100%, 0% calc(100% - 0px), 0% 9.3333333333vw);
  }
  .body-site-index .arena {
    padding-bottom: 13.3333333333vw;
  }
  .body-site-index .arena .arena-slider-pagination {
    gap: 8px;
  }
  .body-site-index .arena .arena-slider-pagination .swiper-pagination-bullet {
    height: 1.0666666667vw;
    width: 7.4666666667vw;
  }
  .body-site-index .arena .arena-slider-pagination .swiper-pagination-bullet-visible {
    width: 2.6666666667vw;
  }
  .body-site-index .arena__title {
    margin-bottom: 6.6666666667vw;
  }
  .body-site-index .arena .swiper-wrapper {
    margin-bottom: 6.6666666667vw;
  }
  .body-site-index .arena .actions {
    display: none;
  }
  .body-site-index .arena__item {
    padding: 6.6666666667vw;
    height: 124vw;
  }
  .body-site-index .arena__item-title {
    font-size: 21.6vw;
  }
  .body-site-index .arena__item-subtitle {
    font-size: 10.9333333333vw;
  }
  .body-site-index .arena__item p {
    color: white;
    max-width: 100%;
    height: 12vw;
    overflow: hidden;
    font-size: 2.9333333333vw;
  }
  .body-site-index .arena__item a {
    padding: 4vw 4vw;
    font-size: 2.9333333333vw;
  }
  .body-site-index .places {
    height: unset;
    padding-bottom: 26.6666666667vw;
  }
  .body-site-index .places__wrapper:after, .body-site-index .places__wrapper:before {
    height: 40vw;
  }
  .body-site-index .places__title {
    margin-bottom: 12vw;
  }
  .body-site-index .places__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .body-site-index .places__item {
    position: relative;
    height: 92vw;
    width: 89.3333333333vw;
    font-size: 11.2vw;
    padding: 4.8vw 6.6666666667vw;
  }
  .body-site-index .places__item:nth-child(3) {
    clip-path: polygon(70% 0%, 0% 0%, 0% 70%, 30% 100%, 100% 100%, 112% 45%);
    align-items: flex-start;
    text-align: right;
    justify-content: flex-start;
    background-color: var(--light-blue);
  }
  .body-site-index .places__item:nth-child(4) {
    align-items: flex-start;
    clip-path: polygon(30% 0%, 100% 0%, 100% 70%, 70% 100%, 0 100%, -12% 45%);
    background-color: var(--medium-blue);
  }
  .body-site-index .places__item p {
    max-width: 40vw;
  }
  .body-site-index .partners:after {
    display: none;
  }
  .body-site-index .partners__title {
    order: 2;
  }
  .body-site-index .partners__content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 20px;
  }
  .body-site-index .partners__message {
    margin-right: unset;
  }
  .body-site-index .partners__message svg {
    display: none;
  }
  .body-site-index .partners__message h5 {
    display: none;
  }
  .body-site-index .partners__message a {
    margin-top: 0;
    padding: 4vw 8vw;
  }
  .body-site-index .partners__message a:hover {
    color: white;
    filter: brightness(1.5);
    border-image: url("/uploads/static/button-arena.svg") 0 0 fill !important;
  }
  .body-site-index .partners__message p {
    display: none;
  }
  .body-site-index .partners__block {
    text-transform: unset;
    display: inline-flex;
    padding: 4vw 8vw;
    min-width: unset;
    border-image: url("/uploads/static/button-arena.svg") 0 0 fill !important;
    font-family: Inter, sans-serif !important;
    font-size: 3.7333333333vw;
    height: unset;
  }
  .body-site-index .partners__block:hover {
    filter: brightness(1.5);
  }
  .body-site-index .partners__block:nth-child(1) {
    order: 1;
  }
  .body-site-index .partners__block:nth-child(2) {
    order: 0;
    border-image: url("/uploads/static/button-bg-rs.svg") 0 0 fill !important;
  }
  .body-site-index .partners__inner {
    padding-bottom: 93.3333333333vw;
    display: flex;
    flex-direction: column-reverse;
  }
  .body-site-index .partners__main-block {
    height: 146.6666666667vw;
    margin-bottom: 6.6666666667vw;
    padding: 4vw;
    position: relative;
  }
  .body-site-index .partners__main-block:after, .body-site-index .partners__main-block:before {
    display: none;
  }
  .body-site-index .partners__main-block__image {
    clip-path: polygon(5.3333333333vw 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 5.3333333333vw), calc(100% - 5.3333333333vw) 100%, 0px 100%, 0% calc(100% - 0px), 0% 5.3333333333vw);
  }
  .body-site-index .partners__accordion {
    width: 100%;
    height: unset;
    position: absolute;
    border-image: url("/uploads/static/partners-accordion-mobile.svg") 0 0 fill;
    left: 50%;
    transform: translate(-50%, 110.6666666667vw);
    padding: 13.3333333333vw 0.5333333333vw 8vw 0.5333333333vw;
  }
  .body-site-index .partners__accordion-item {
    font-size: 3.7333333333vw;
    padding: 4vw 0;
    text-align: left;
    padding-left: 9.3333333333vw;
  }
  .body-site-index .partners__accordion-item:last-child {
    clip-path: unset;
  }
  .body-site-index .partners__accordion-content {
    font-size: 3.7333333333vw;
    font-weight: 400;
    padding: 13.3333333333vw 9.3333333333vw 8vw 9.3333333333vw;
    max-width: 100%;
  }
  .body-site-index .main-video {
    padding-bottom: 8vw;
  }
  .body-site-index .main-video .youtube-video__mute, .body-site-index .main-video .youtube-video__fullscreen {
    display: none;
  }
  .body-site-index .main-video #player {
    height: 181.3333333333vw;
  }
  body:not(.body-site-index) main {
    padding-top: 18.6666666667vw;
  }
  .body-news-index .news:before {
    display: none;
  }
  .body-news-index .news h1 {
    margin-bottom: 5.3333333333vw;
  }
  .body-news-index .news__items {
    gap: 8vw;
  }
  .body-news-index .news .news-item {
    flex-direction: column;
    border-image: url("/uploads/static/news-item-bg-mobile.svg") 0 0 fill;
    padding: 5.3333333333vw;
  }
  .body-news-index .news .news-item__left-col {
    margin-bottom: 5.3333333333vw;
  }
  .body-news-index .news .news-item__year {
    color: #86D0FF;
    font-size: 6.4vw;
    margin-bottom: 8vw;
  }
  .body-news-index .news .news-item__right-col {
    margin-left: 0;
  }
  .body-news-index .news .news-item__date {
    font-size: 6.4vw;
  }
  .body-news-index .news .news-item__title {
    font-size: 6.4vw;
    max-width: 100%;
    margin-bottom: 8vw;
  }
  .body-news-index .news .news-item__description {
    max-width: 100%;
    padding-bottom: 8vw;
  }
  .body-news-index .news .news-item__image {
    height: 77.3333333333vw;
    width: 77.3333333333vw;
    clip-path: polygon(0px 0%, calc(100% - 7.7333333333vw) 0%, 100% 7.7333333333vw, 100% calc(100% - 0px), calc(100% - 0px) 100%, 7.7333333333vw 100%, 0% calc(100% - 7.7333333333vw), 0% 0px);
  }
  .body-news-index .news .news-item__image picture {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .body-news-index .news .news-item__image img {
    height: 76.8vw;
    left: 0.2666666667vw;
    top: 0.2666666667vw;
    clip-path: polygon(0px 0%, calc(100% - 7.7333333333vw) 0%, 100% 7.7333333333vw, 100% calc(100% - 0px), calc(100% - 0px) 100%, 7.7333333333vw 100%, 0% calc(100% - 7.7333333333vw), 0% 0px);
    width: 76.8vw;
    gap: 2.6666666667vw;
  }
  .body-news-index .news .news-item__image-actions {
    right: 5.3333333333vw;
    bottom: 5.3333333333vw;
    gap: 5.3333333333vw;
  }
  .body-news-index .news .news-item__image-btn {
    border-image: url("/uploads/static/button-news-item-bg-mobile.svg") 0 0 fill;
    height: 12vw;
    width: 12vw;
  }
  .body-news-index .news .news-item__image-btn svg path {
    stroke: #86D0FF;
  }
  .template-_offer main {
    padding-top: 29.3333333333vw;
  }
  .template-_offer .offer-page {
    padding-bottom: 26.6666666667vw;
  }
  .template-_offer .offer-page h1 {
    margin-bottom: 4vw;
  }
  .template-_offer .offer-page__subtitle {
    font-size: 9.6vw;
    margin-bottom: 2.6666666667vw;
  }
  .template-_offer .offer-page__short p, .template-_offer .offer-page__short span {
    font-size: 3.2vw !important;
  }
  .template-_offer .offer-page__short {
    font-size: 3.7333333333vw !important;
    margin-bottom: 8vw;
  }
  .template-_offer .offer-page__description {
    border-top-width: 0.2666666667vw;
    border-bottom-width: 0.2666666667vw;
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  .template-_offer .offer-page__description h2,
  .template-_offer .offer-page__description h3,
  .template-_offer .offer-page__description h4,
  .template-_offer .offer-page__description h5 {
    font-size: 4.8vw;
    margin-bottom: 2.6666666667vw;
  }
  .template-_offer .offer-page__description h2:not(:first-child),
  .template-_offer .offer-page__description h3:not(:first-child),
  .template-_offer .offer-page__description h4:not(:first-child),
  .template-_offer .offer-page__description h5:not(:first-child) {
    margin-top: 8vw;
  }
  .template-_offer .offer-page__description p,
  .template-_offer .offer-page__description span,
  .template-_offer .offer-page__description strong,
  .template-_offer .offer-page__description a,
  .template-_offer .offer-page__description li {
    font-size: 3.2vw;
    margin-bottom: 2.6666666667vw;
  }
  .template-_offer .offer-page__description ul {
    margin-top: -2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .template-_offer .offer-page__description ul li:before {
    margin-right: 2.6666666667vw;
  }
  .template-_offer .offer-page__content {
    padding: 8vw 4vw;
  }
  .template-_offer .offer-page__contacts {
    padding-top: 8vw;
  }
  .template-_offer .offer-page__contacts h3 {
    font-size: 4.8vw;
    margin-bottom: 2.6666666667vw;
  }
  .template-_offer .offer-page__contacts span,
  .template-_offer .offer-page__contacts p {
    font-size: 3.2vw;
  }
  .template-_offer .offer-page__contacts span:not(:last-child),
  .template-_offer .offer-page__contacts p:not(:last-child) {
    margin-bottom: 2.6666666667vw;
  }
  .calendar {
    padding-bottom: 0vw;
  }
  .calendar__topbar {
    display: flex;
    align-items: unset;
    justify-content: unset;
    flex-direction: column-reverse;
  }
  .calendar-dropdown {
    margin-left: auto;
    width: 40vw;
    height: 12vw;
    font-size: 3.2vw;
  }
  .calendar .actions {
    margin-top: 5.3333333333vw;
  }
  .calendar .actions p {
    font-size: 9.6vw !important;
  }
  .calendar .actions button {
    width: 21.3333333333vw;
    height: 12vw;
  }
  .calendar .actions__prev {
    margin-left: auto;
    margin-right: 0.2666666667vw;
    border-image: url("/uploads/static/button-bg-rs-reverse-mobile.svg") 0 0 fill !important;
  }
  .calendar .actions__next {
    border-image: url("/uploads/static/button-bg-rs-mobile.svg") 0 0 fill !important;
  }
  .calendar__inner.is-open .calendar__days {
    max-height: 400vw;
  }
  .calendar__days-titles {
    display: none;
  }
  .calendar__days-items {
    gap: 2.6666666667vw;
    margin-top: 5.3333333333vw;
    grid-template-columns: repeat(3, 1fr);
  }
  .calendar__days-item {
    height: 26.6666666667vw;
    width: 26.6666666667vw;
    font-size: 8.5333333333vw;
    padding: 2.6666666667vw;
    line-height: 8.5333333333vw;
  }
  .calendar__event-title {
    left: 2.1333333333vw;
    right: 2.1333333333vw;
    top: 2.1333333333vw;
    font-size: 2.6666666667vw;
  }
  .body-events-index .events__items:before, .body-events-index .events__items:after {
    display: none;
  }
  .body-events-index .events h1 {
    margin-bottom: 5.3333333333vw;
  }
  .body-events-index .events .event-item {
    gap: 5.3333333333vw;
    flex-direction: column;
  }
  .body-events-index .events .event-item:nth-child(even) .event-item__right-col {
    border-image: url("/uploads/static/event-item-bg-mobile-reverse.svg") 0 0 fill;
  }
  .body-events-index .events .event-item:nth-child(even) .event-item__actions {
    padding-left: 0;
    justify-content: flex-end;
  }
  .body-events-index .events .event-item:nth-child(even) .event-item__description {
    padding-left: 0;
  }
  .body-events-index .events .event-item__year {
    color: #86D0FF;
    font-size: 6.4vw;
    margin-bottom: 8vw;
  }
  .body-events-index .events .event-item__right-col {
    border-image: url("/uploads/static/event-item-bg-mobile.svg") 0 0 fill;
    margin-left: 0;
    padding: 5.3333333333vw;
  }
  .body-events-index .events .event-item__time {
    font-size: 10.6666666667vw;
  }
  .body-events-index .events .event-item__date {
    margin-bottom: 2.6666666667vw;
    font-size: 5.8666666667vw;
  }
  .body-events-index .events .event-item__title {
    font-size: 5.3333333333vw;
    max-width: 100%;
    margin-bottom: 8vw;
  }
  .body-events-index .events .event-item__description {
    max-width: 100%;
    font-size: 3.2vw;
  }
  .body-events-index .events .event-item__actions span {
    font-size: 5.3333333333vw;
    height: 8.5333333333vw;
    width: 8.5333333333vw;
  }
  .body-events-index .events .event-item__actions a {
    font-size: 3.7333333333vw;
    height: 11.4666666667vw;
    padding: 0 7.4666666667vw;
  }
  .body-events-index .events .event-item__image {
    height: 89.3333333333vw;
    width: 100%;
    clip-path: polygon(0px 0%, calc(100% - 7.7333333333vw) 0%, 100% 7.7333333333vw, 100% calc(100% - 0px), calc(100% - 0px) 100%, 7.7333333333vw 100%, 0% calc(100% - 7.7333333333vw), 0% 0px);
  }
  .body-events-index .events .event-item__image img {
    top: 0.2666666667vw;
    height: 99%;
    left: 0.2666666667vw;
    clip-path: polygon(0px 0%, calc(100% - 7.4666666667vw) 0%, 100% 7.4666666667vw, 100% calc(100% - 0px), calc(100% - 0px) 100%, 7.4666666667vw 100%, 0% calc(100% - 7.4666666667vw), 0% 0px);
    width: 99%;
    gap: 2.6666666667vw;
  }
  .body-events-index .events .event-item__image-actions {
    right: 5.3333333333vw;
    bottom: 5.3333333333vw;
    gap: 5.3333333333vw;
  }
  .body-events-index .events .event-item__image-btn {
    border-image: url("/uploads/static/button-news-item-bg-mobile.svg") 0 0 fill;
    height: 12vw;
    width: 12vw;
  }
  .body-events-index .events .event-item__image-btn svg path {
    stroke: #86D0FF;
  }
  .body-events-index .calendar .actions {
    flex-wrap: wrap;
  }
  .body-events-index .calendar .actions h4 {
    font-size: 12.8vw;
    color: white;
    margin-bottom: 8vw;
    width: 100%;
  }
  .body-site-swimming-pool .hero__title {
    font-weight: 300;
  }
  .body-site-swimming-pool .hero__title:before {
    display: none;
  }
  .body-site-swimming-pool .hero__image {
    height: 165.3333333333vw;
  }
  .body-site-swimming-pool .hero__image picture {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 165.8666666667vw;
    background-color: #86D0FF;
    clip-path: polygon(7.7333333333vw 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 7.7333333333vw), calc(100% - 7.7333333333vw) 100%, 0px 100%, 0% calc(100% - 0px), 0% 7.7333333333vw);
  }
  .body-site-swimming-pool .hero__image img {
    width: 99%;
    height: 165.3333333333vw;
    clip-path: polygon(7.7333333333vw 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 7.7333333333vw), calc(100% - 7.7333333333vw) 100%, 0px 100%, 0% calc(100% - 0px), 0% 7.7333333333vw);
  }
  .body-site-swimming-pool .about {
    padding-bottom: 13.3333333333vw;
  }
  .body-site-swimming-pool .about__head {
    position: relative;
    margin-bottom: 9.3333333333vw;
    justify-content: space-between;
  }
  .body-site-swimming-pool .about__head > span {
    display: none;
  }
  .body-site-swimming-pool .about__head > * {
    position: relative;
    z-index: 1;
  }
  .body-site-swimming-pool .about__phone:hover span {
    background: none;
    clip-path: unset;
    color: var(--dark-blue);
    border-image: url("/uploads/static/button-bg-rs-white.svg") 0 0 fill;
  }
  .body-site-swimming-pool .about__phone span {
    font-size: 3.7333333333vw;
    padding: 0 6.6666666667vw;
    height: 12vw;
    background: none;
    color: white;
    border-image: url("/uploads/static/button-visit-no-index.svg") 0 0 fill;
    clip-path: unset;
  }
  .body-site-swimming-pool .about__phone:before, .body-site-swimming-pool .about__phone:after {
    display: none;
  }
  .body-site-swimming-pool .about__image {
    height: 100%;
    top: 0;
  }
  .body-site-swimming-pool .about__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .body-site-swimming-pool .about__title {
    max-width: 90%;
    margin-bottom: 14.6666666667vw;
    font-size: 12.2666666667vw;
  }
  .body-site-swimming-pool .about__slider .actions {
    padding: 0 5.3333333333vw;
    max-width: 105.3333333333vw;
  }
  .body-site-swimming-pool .about__slider .actions button {
    height: 12vw;
    width: 22.6666666667vw;
    border-image: url("/uploads/static/button-arrow-no-ts-reverse.svg") 0 0 fill;
  }
  .body-site-swimming-pool .about__slider .actions__prev {
    margin-right: 5.3333333333vw;
  }
  .body-site-swimming-pool .about__slider .actions__next {
    border-image: url("/uploads/static/button-arrow-no-ts.svg") 0 0 fill !important;
  }
  .body-site-swimming-pool .about__description-item {
    padding: 6.6666666667vw;
    height: 108vw;
    border-image: url("/uploads/static/features-bg-slide-mobile.svg") 0 0 fill;
  }
  .body-site-swimming-pool .about__description-item:before {
    content: "";
    display: block;
    width: 3.2vw;
    height: 3.2vw;
    clip-path: polygon(0px 0%, calc(100% - 1.0666666667vw) 0%, 100% 1.0666666667vw, 100% calc(100% - 0px), calc(100% - 0px) 100%, 1.0666666667vw 100%, 0% calc(100% - 1.0666666667vw), 0% 0px);
    background-color: white;
    z-index: 0;
    margin-bottom: 10.6666666667vw;
  }
  .body-site-swimming-pool .about__description-item h3 {
    font-size: 14.4vw;
    line-height: 14.4vw;
  }
  .body-site-swimming-pool .about__description-item h4 {
    font-weight: 400;
    font-size: 10.6666666667vw;
    line-height: 10.6666666667vw;
  }
  .body-site-swimming-pool .about__description-item-description {
    font-size: 3.2vw;
  }
  .body-site-swimming-pool .about__features {
    margin-bottom: 37.3333333333vw;
    gap: 8vw;
    grid-template-columns: repeat(1, 1fr);
  }
  .body-site-swimming-pool .about__features-item:before {
    content: "";
    display: block;
    width: 3.2vw;
    height: 3.2vw;
    clip-path: polygon(0px 0%, calc(100% - 1.0666666667vw) 0%, 100% 1.0666666667vw, 100% calc(100% - 0px), calc(100% - 0px) 100%, 1.0666666667vw 100%, 0% calc(100% - 1.0666666667vw), 0% 0px);
    background-color: var(--medium-blue);
    z-index: 0;
  }
  .body-site-swimming-pool .about__features-item {
    font-size: 3.7333333333vw;
  }
  .body-site-swimming-pool .about__socials {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 6.6666666667vw;
  }
  .body-site-swimming-pool .about__socials svg {
    width: 6.4vw;
    height: 6.4vw;
  }
  .body-site-swimming-pool .about__socials svg path {
    fill: white;
  }
  .body-site-swimming-pool .infrastructure {
    padding-bottom: 13.3333333333vw;
    padding-top: 13.3333333333vw;
  }
  .body-site-swimming-pool .infrastructure__image {
    background-color: var(--light-blue);
    clip-path: polygon(13.3333333333vw 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 13.3333333333vw), calc(100% - 13.3333333333vw) 100%, 0px 100%, 0% calc(100% - 0px), 0% 13.3333333333vw);
  }
  .body-site-swimming-pool .infrastructure__image img {
    clip-path: polygon(13.0666666667vw 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 13.0666666667vw), calc(100% - 13.0666666667vw) 100%, 0px 100%, 0% calc(100% - 0px), 0% 13.0666666667vw);
    object-fit: cover;
    width: 99.9%;
    height: 99.9%;
  }
  .body-site-swimming-pool .infrastructure__inner {
    flex-direction: column;
    padding: 2.6666666667vw;
  }
  .body-site-swimming-pool .infrastructure__inner .shadow {
    clip-path: polygon(32vw 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 32vw), calc(100% - 32vw) 100%, 0px 100%, 0% calc(100% - 0px), 0% 32vw);
  }
  .body-site-swimming-pool .infrastructure__left-col {
    height: 84vw;
    width: 84vw;
    position: relative;
  }
  .body-site-swimming-pool .infrastructure__left-col::before, .body-site-swimming-pool .infrastructure__left-col::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
  }
  .body-site-swimming-pool .infrastructure__left-col::before {
    top: 0;
    left: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: var(--light-blue) transparent transparent transparent;
  }
  .body-site-swimming-pool .infrastructure__left-col::after {
    bottom: 0;
    right: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent var(--light-blue) transparent;
  }
  .body-site-swimming-pool .infrastructure__title {
    order: 1;
    font-size: 12.8vw;
    display: none;
  }
  .body-site-swimming-pool .infrastructure__title-mobile {
    display: block;
    color: white;
    font-weight: 300;
    margin-bottom: 6.6666666667vw;
  }
  .body-site-swimming-pool .infrastructure__short {
    order: 2;
    max-width: 90%;
    margin-right: 8vw;
  }
  .body-site-swimming-pool .infrastructure__description {
    order: 3;
    max-width: 75%;
  }
  .body-site-swimming-pool .infrastructure__description li, .body-site-swimming-pool .infrastructure__description span {
    font-size: 2.4vw !important;
  }
  .body-site-swimming-pool .infrastructure__right-col {
    padding-top: 5.3333333333vw;
    display: flex;
    flex-direction: column;
    margin-left: 8vw;
  }
  .body-site-swimming-pool .infrastructure__right-col .actions {
    margin-bottom: 4vw;
    order: 0;
    justify-content: flex-end;
  }
  .body-site-swimming-pool .infrastructure__right-col .actions__prev {
    margin-right: 1.3333333333vw;
  }
  .body-site-swimming-pool .infrastructure__right-col .actions button {
    height: 12vw;
    width: 22.6666666667vw;
  }
  .body-site-swimming-pool .infrastructure__short:before {
    height: 13.3333333333vw;
    margin-left: 2.6666666667vw;
  }
  .body-site-swimming-pool .infrastructure__short {
    font-size: 3.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .body-site-swimming-pool .schedule {
    padding-bottom: 6.6666666667vw;
    padding-top: 13.3333333333vw;
  }
  .body-site-swimming-pool .schedule:after {
    top: 26.6666666667vw;
  }
  .body-site-swimming-pool .schedule__notification {
    font-size: 2.9333333333vw;
  }
  .body-site-swimming-pool .schedule__notification span {
    font-size: 2.9333333333vw;
  }
  .body-site-swimming-pool .schedule__notification {
    justify-content: start;
  }
  .body-site-swimming-pool .schedule__notification-text {
    max-width: 60%;
  }
  .body-site-swimming-pool .schedule__notification svg {
    display: none;
  }
  .body-site-swimming-pool .schedule__title {
    font-weight: 300;
    margin-bottom: 9.3333333333vw;
  }
  .body-site-swimming-pool .schedule__days {
    display: none;
  }
  .body-site-swimming-pool .schedule__items {
    margin-bottom: 10.6666666667vw;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 10.6666666667vw;
    column-gap: 2.6666666667vw;
  }
  .body-site-swimming-pool .schedule__item {
    height: 26.6666666667vw;
    width: 26.6666666667vw;
  }
  .body-site-swimming-pool .schedule__item:last-child .part {
    top: 3.2vw;
    right: 3.2vw;
    content: "";
    display: block;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    clip-path: polygon(0px 0%, calc(100% - 0.8vw) 0%, 100% 0.8vw, 100% calc(100% - 0px), calc(100% - 0px) 100%, 0.8vw 100%, 0% calc(100% - 0.8vw), 0% 0px);
    background-color: white;
    z-index: 0;
    z-index: 1;
  }
  .body-site-swimming-pool .schedule__item .part {
    top: 3.2vw;
    right: 3.2vw;
    content: "";
    display: block;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    clip-path: polygon(0px 0%, calc(100% - 0.8vw) 0%, 100% 0.8vw, 100% calc(100% - 0px), calc(100% - 0px) 100%, 0.8vw 100%, 0% calc(100% - 0.8vw), 0% 0px);
    background-color: var(--dark-blue);
    z-index: 0;
    z-index: 1;
  }
  .body-site-swimming-pool .schedule__item span:not(.schedule__item-day) {
    font-size: 6.9333333333vw;
    line-height: 5.8666666667vw;
    padding: 3.2vw;
  }
  .body-site-swimming-pool .schedule__item-day {
    display: block;
    text-transform: uppercase;
    position: absolute;
    top: -20px;
    font-size: 2.4vw;
    color: var(--light-blue);
    right: 0;
  }
  .body-site-swimming-pool .programs {
    padding-bottom: 26.6666666667vw;
    padding-top: 6.6666666667vw;
    padding-left: 13.3333333333vw;
  }
  .body-site-swimming-pool .programs__items {
    grid-template-columns: repeat(1, 1fr);
    padding-left: 0;
  }
  .body-site-swimming-pool .programs__item {
    margin-bottom: 10.6666666667vw;
  }
  .body-site-swimming-pool .programs__item:before {
    margin-bottom: 5.3333333333vw;
    content: "";
    display: block;
    width: 3.2vw;
    height: 3.2vw;
    clip-path: polygon(0px 0%, calc(100% - 1.0666666667vw) 0%, 100% 1.0666666667vw, 100% calc(100% - 0px), calc(100% - 0px) 100%, 1.0666666667vw 100%, 0% calc(100% - 1.0666666667vw), 0% 0px);
    background-color: white;
    z-index: 0;
  }
  .body-site-swimming-pool .programs__item h4 {
    font-size: 9.6vw;
    line-height: 100%;
    margin-bottom: 5.3333333333vw;
  }
  .body-site-swimming-pool .programs__item-description {
    font-size: 3.2vw;
    color: var(--light-blue);
  }
  .body-site-swimming-pool .programs__title {
    font-weight: 300;
    margin-bottom: 10.6666666667vw;
    color: var(--medium-blue);
  }
  .body-site-swimming-pool .plans {
    padding-top: 13.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
  .body-site-swimming-pool .plans__title {
    font-weight: 300;
    margin-bottom: 9.3333333333vw;
  }
  .body-site-swimming-pool .plans__content {
    overflow-x: scroll;
    margin-bottom: 8vw;
  }
  .body-site-swimming-pool .plans__content table tr td {
    padding: 4.2666666667vw 2.6666666667vw;
    padding-right: 16vw;
    white-space: nowrap;
    font-size: 3.2vw;
  }
  .body-site-swimming-pool .plans__content table tr td:first-child {
    font-size: 3.4666666667vw;
    font-weight: 700;
    padding-right: 13.3333333333vw;
  }
  .body-site-swimming-pool .plans__content table tr:nth-child(odd) td {
    background-color: #083F66;
  }
  .body-site-swimming-pool .plans__content table tr:first-child td {
    padding: 5.3333333333vw 16vw 5.3333333333vw 2.6666666667vw;
    font-size: 2.1333333333vw;
  }
  .body-site-swimming-pool .plans__actions {
    display: flex;
    flex-direction: column;
  }
  .body-site-swimming-pool .plans__buy:after, .body-site-swimming-pool .plans__buy:before {
    display: none;
  }
  .body-site-swimming-pool .plans__buy span {
    color: white;
    background: none;
    height: 12vw;
    clip-path: unset;
    border-image: url("/uploads/static/button-bg-dark.svg") 0 0 fill;
  }
  .body-site-swimming-pool .plans__buy:hover span {
    color: var(--dark-blue);
    clip-path: unset;
    background: none;
    border-image: url("/uploads/static/button-bg-rs-white.svg") 0 0 fill;
  }
  .body-site-swimming-pool .plans__notification {
    margin-bottom: 8vw;
  }
  .body-site-swimming-pool .plans__notification svg {
    flex-shrink: 0;
    height: 6.4vw;
    width: 6.4vw;
  }
  .body-site-swimming-pool .plans__notification {
    font-size: 2.6666666667vw;
  }
  .body-site-swimming-pool .plans__notification p, .body-site-swimming-pool .plans__notification span {
    font-size: 2.6666666667vw;
  }
  .body-site-swimming-pool .plans__notification p {
    color: #86D0FF;
  }
  .body-site-swimming-pool .plans__image img {
    height: 100%;
  }
  .body-site-swimming-pool .rules {
    padding-top: 26.6666666667vw;
    padding-bottom: 26.6666666667vw;
  }
  .body-site-swimming-pool .rules__items {
    border-image: none;
    padding: 0;
    gap: 10.6666666667vw;
    grid-template-columns: repeat(1, 1fr);
  }
  .body-site-swimming-pool .rules__item {
    height: unset;
    align-items: start;
  }
  .body-site-swimming-pool .rules__item span {
    font-size: 12.8vw;
    margin-bottom: 13.3333333333vw;
  }
  .body-site-swimming-pool .rules__item img {
    max-height: 17.3333333333vw;
    margin: 0;
    margin-bottom: 13.3333333333vw;
  }
  .body-site-swimming-pool .rules__item:before {
    display: none !important;
  }
  .body-site-swimming-pool .rules__item-description {
    font-size: 4.2666666667vw;
  }
  .body-site-swimming-pool .rules__title {
    max-width: 70%;
    margin-bottom: 10.6666666667vw;
  }
  .body-site-swimming-pool .rules__inner {
    padding: 13.3333333333vw 12vw;
    border-image: url("/uploads/static/rules-bg-mobile.svg") 0 0 fill;
  }
  .body-site-partners .hero {
    padding-bottom: 4vw;
  }
  .body-site-partners .hero__title {
    font-weight: 300;
    margin-bottom: 5.3333333333vw;
  }
  .body-site-partners .hero__image-slider .swiper-pagination-horizontal {
    gap: 2.6666666667vw;
  }
  .body-site-partners .hero__image-actions .actions {
    display: none;
  }
  .body-site-partners .hero__item picture {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .body-site-partners .hero__item-inner {
    height: 165.3333333333vw;
    clip-path: polygon(6.6666666667vw 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 6.6666666667vw), calc(100% - 6.6666666667vw) 100%, 0px 100%, 0% calc(100% - 0px), 0% 6.6666666667vw);
  }
  .body-site-partners .hero__item-inner img {
    width: 99.2%;
    clip-path: polygon(6.6666666667vw 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 6.6666666667vw), calc(100% - 6.6666666667vw) 100%, 0px 100%, 0% calc(100% - 0px), 0% 6.6666666667vw);
    height: 99.8%;
    object-fit: cover;
  }
  .body-site-partners .rental,
  .body-site-partners .complex,
  .body-site-partners .events {
    padding-top: 4vw;
    margin-top: 0;
  }
  .body-site-partners .rental__title,
  .body-site-partners .complex__title,
  .body-site-partners .events__title {
    font-size: 12.2666666667vw;
  }
  .body-site-partners .rental__head,
  .body-site-partners .complex__head,
  .body-site-partners .events__head {
    flex-wrap: wrap;
    margin-bottom: 8vw;
    justify-content: space-between;
  }
  .body-site-partners .rental__head h3,
  .body-site-partners .complex__head h3,
  .body-site-partners .events__head h3 {
    font-size: 12.8vw;
    width: 100%;
    margin-bottom: 8vw;
  }
  .body-site-partners .rental__head h3:before,
  .body-site-partners .complex__head h3:before,
  .body-site-partners .events__head h3:before {
    margin-left: 0;
    margin-right: 5.3333333333vw;
    width: 1.0666666667vw;
  }
  .body-site-partners .rental__head p,
  .body-site-partners .complex__head p,
  .body-site-partners .events__head p {
    margin-left: 0;
    text-align: right;
    font-size: 2.6666666667vw;
    max-width: 40vw;
  }
  .body-site-partners .rental__head a,
  .body-site-partners .complex__head a,
  .body-site-partners .events__head a {
    font-size: 3.7333333333vw;
    height: 12vw;
    min-width: 42.6666666667vw;
    padding: 0;
  }
  .body-site-partners .rental__items,
  .body-site-partners .complex__items,
  .body-site-partners .events__items {
    gap: 9.3333333333vw;
    margin-bottom: 16vw;
    flex-direction: column;
  }
  .body-site-partners .rental__item-description ul li,
  .body-site-partners .complex__item-description ul li,
  .body-site-partners .events__item-description ul li {
    font-size: 3.7333333333vw;
  }
  .body-site-partners .rental__item span,
  .body-site-partners .complex__item span,
  .body-site-partners .events__item span {
    font-size: 3.7333333333vw;
    margin-bottom: 6.6666666667vw;
  }
  .body-site-partners .rental__item span:before,
  .body-site-partners .complex__item span:before,
  .body-site-partners .events__item span:before {
    margin-bottom: 5.3333333333vw;
    content: "";
    display: block;
    width: 3.2vw;
    height: 3.2vw;
    clip-path: polygon(0px 0%, calc(100% - 1.0666666667vw) 0%, 100% 1.0666666667vw, 100% calc(100% - 0px), calc(100% - 0px) 100%, 1.0666666667vw 100%, 0% calc(100% - 1.0666666667vw), 0% 0px);
    background-color: var(--medium-blue);
    z-index: 0;
  }
  .body-site-partners .rental__description,
  .body-site-partners .complex__description,
  .body-site-partners .events__description {
    text-align: left;
    font-size: 3.7333333333vw;
    margin-bottom: 13.3333333333vw;
  }
  .body-site-partners .rental__menu,
  .body-site-partners .complex__menu,
  .body-site-partners .events__menu {
    padding: 0 12vw;
    gap: 6.6666666667vw;
    grid-template-columns: repeat(1, 1fr);
  }
  .body-site-partners .rental__menu a,
  .body-site-partners .complex__menu a,
  .body-site-partners .events__menu a {
    height: 12vw;
    font-size: 3.7333333333vw;
  }
  .body-site-partners .events__image {
    position: absolute;
    height: 65%;
  }
  .body-site-partners .events__image:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40vw;
    background: linear-gradient(to top, rgb(8, 63, 102) 11%, rgba(8, 63, 102, 0) 100%);
  }
  .body-site-partners .events:after {
    position: absolute;
    content: "";
    z-index: -1;
    inset: 0;
    opacity: 0.3;
    background-color: var(--dark-blue);
  }
  .body-site-partners .partners {
    padding-bottom: 21.3333333333vw;
  }
  .body-site-partners .partners__content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 5.3333333333vw;
  }
  .body-site-partners .partners__message {
    margin-right: unset;
  }
  .body-site-partners .partners__message svg {
    display: none;
  }
  .body-site-partners .partners__message h5 {
    display: none;
  }
  .body-site-partners .partners__message a {
    margin-top: 0;
    padding: 4vw 8vw;
  }
  .body-site-partners .partners__message a:hover {
    color: white;
    filter: brightness(1.5);
    border-image: url("/uploads/static/button-arena.svg") 0 0 fill !important;
  }
  .body-site-partners .partners__message p {
    display: none;
  }
  .body-site-partners .partners__items {
    margin-top: 93.3333333333vw;
    flex-direction: column;
    gap: 8vw;
  }
  .body-site-partners .partners__item {
    padding: 8vw;
    width: 100%;
    border-image: url("/uploads/static/block-3.svg") 0 0 fill;
    height: 80vw;
  }
  .body-site-partners .partners__item-description {
    font-size: 12.8vw;
    line-height: 100%;
  }
  .body-site-partners .partners__item span {
    font-size: 17.0666666667vw;
    line-height: 100%;
  }
  .body-site-partners .partners__item span:before {
    margin-bottom: 13.3333333333vw;
    content: "";
    display: block;
    width: 3.2vw;
    height: 3.2vw;
    clip-path: polygon(0px 0%, calc(100% - 1.0666666667vw) 0%, 100% 1.0666666667vw, 100% calc(100% - 0px), calc(100% - 0px) 100%, 1.0666666667vw 100%, 0% calc(100% - 1.0666666667vw), 0% 0px);
    background-color: white;
    z-index: 0;
  }
  .body-site-partners .partners__inner {
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
  }
  .body-site-partners .partners__main-block {
    height: 146.6666666667vw;
    margin-bottom: 16vw;
    position: relative;
  }
  .body-site-partners .partners__main-block:before, .body-site-partners .partners__main-block:after {
    display: none;
  }
  .body-site-partners .partners__accordion {
    width: 100%;
    height: unset;
    position: absolute;
    left: 50%;
    border-image: url("/uploads/static/partners-accordion.svg") 0 0 fill !important;
    transform: translate(-50%, 98.6666666667vw);
    padding: 13.3333333333vw 0.5333333333vw 8vw 0.5333333333vw;
  }
  .body-site-partners .partners__accordion-item {
    padding: 4.8vw 0;
    padding-left: 5.3333333333vw;
    font-size: 3.7333333333vw;
    text-align: left;
  }
  .body-site-partners .partners__accordion-item:last-child {
    clip-path: unset;
  }
  .body-site-partners .partners__accordion-content {
    font-size: 3.7333333333vw;
    font-weight: 400;
    padding-top: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    max-width: 32vw;
  }
  .body-site-partners .rental {
    padding-bottom: 24vw;
    padding-top: 21.3333333333vw;
  }
  .body-site-partners .rental:after {
    position: absolute;
    content: "";
    z-index: -1;
    inset: 0;
    opacity: 0.5;
    background-color: var(--dark-blue);
  }
  .body-site-partners .rental__description {
    color: var(--light-blue);
  }
  .body-site-partners .rental__item {
    margin-bottom: 0;
  }
  .body-site-partners .rental__item span:before {
    margin-bottom: 4vw;
  }
  .body-site-partners .rental__item span {
    margin-bottom: 0;
  }
  .body-site-partners .rental__blocks {
    flex-direction: column;
    gap: 8vw;
  }
  .body-site-partners .rental__block {
    padding: 8vw;
    width: 100%;
    border-image: url("/uploads/static/block-4.svg") 0 0 fill;
    height: 80vw;
  }
  .body-site-partners .rental__block-description {
    font-size: 12.8vw;
    line-height: 100%;
  }
  .body-site-partners .rental__block span {
    font-size: 17.0666666667vw;
    line-height: 100%;
  }
  .body-site-partners .rental__block span:before {
    margin-bottom: 13.3333333333vw;
    content: "";
    display: block;
    width: 3.2vw;
    height: 3.2vw;
    clip-path: polygon(0px 0%, calc(100% - 1.0666666667vw) 0%, 100% 1.0666666667vw, 100% calc(100% - 0px), calc(100% - 0px) 100%, 1.0666666667vw 100%, 0% calc(100% - 1.0666666667vw), 0% 0px);
    background-color: white;
    z-index: 0;
  }
  .body-site-partners .complex {
    padding-bottom: 13.3333333333vw;
    padding-top: 24vw;
  }
  .body-site-partners .complex__image {
    position: absolute;
    height: 55%;
  }
  .body-site-partners .complex__image:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40vw;
    background: linear-gradient(to top, rgb(8, 63, 102) 11%, rgba(8, 63, 102, 0) 100%);
  }
  .body-site-partners .complex__title {
    line-height: 100%;
  }
  .body-site-partners .complex__subtitle {
    margin-bottom: 13.3333333333vw;
  }
  .body-site-partners .complex__link {
    min-width: 50.6666666667vw !important;
  }
  .body-site-partners .complex__description {
    color: #86D0FF;
  }
  .body-site-partners .complex__blocks {
    grid-template-columns: repeat(1, 1fr);
  }
  .body-site-partners .complex__block {
    border-image: url("/uploads/static/block-5.svg") 0 0 fill;
  }
  .body-site-partners .complex__block-title:before {
    content: "";
    display: block;
    width: 3.2vw;
    height: 3.2vw;
    clip-path: polygon(0px 0%, calc(100% - 1.0666666667vw) 0%, 100% 1.0666666667vw, 100% calc(100% - 0px), calc(100% - 0px) 100%, 1.0666666667vw 100%, 0% calc(100% - 1.0666666667vw), 0% 0px);
    background-color: white;
    z-index: 0;
    margin-bottom: 13.3333333333vw;
  }
  .body-site-partners .complex__block-title {
    font-size: 17.0666666667vw;
  }
  .body-site-partners .complex__block-description {
    font-size: 3.7333333333vw;
    max-width: 100%;
  }
  .body-site-partners .complex__block-body {
    flex-direction: column;
    align-items: center;
  }
  .body-site-partners .complex__block-body a {
    font-size: 3.7333333333vw;
    height: 12vw;
    margin-top: 8vw;
    min-width: 58.6666666667vw;
  }
  .body-site-partners .complex__block-body a svg {
    width: 6.4vw;
    height: 6.4vw;
  }
  .body-site-partners .complex__head h3 br {
    display: unset;
  }
  .body-site-partners .skybox {
    padding-bottom: 8vw;
    padding-top: 13.3333333333vw;
  }
  .body-site-partners .skybox__content {
    height: unset;
    padding: 8vw;
    padding-top: 18.6666666667vw;
  }
  .body-site-partners .skybox__title {
    font-size: 25.6vw;
    margin-bottom: 10.6666666667vw;
  }
  .body-site-partners .skybox__link {
    height: 12vw;
    min-width: 50.6666666667vw;
  }
  .body-site-partners .skybox__item {
    gap: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .body-site-partners .skybox__item b {
    font-weight: 800;
    font-style: italic;
  }
  .body-site-partners .skybox__item:before {
    content: "";
    display: block;
    width: 3.2vw;
    height: 3.2vw;
    clip-path: polygon(0px 0%, calc(100% - 1.0666666667vw) 0%, 100% 1.0666666667vw, 100% calc(100% - 0px), calc(100% - 0px) 100%, 1.0666666667vw 100%, 0% calc(100% - 1.0666666667vw), 0% 0px);
    background-color: white;
    z-index: 0;
  }
  .body-site-partners .skybox__items {
    flex-direction: column;
    gap: 10.6666666667vw;
  }
  .body-site-partners .skybox__subtitle {
    font-size: 25.6vw;
    color: #86D0FF;
  }
  .body-site-partners .skybox__image img {
    object-position: center;
    width: 99%;
  }
  .body-site-vip-spaces .hero {
    padding-bottom: 4vw;
  }
  .body-site-vip-spaces .hero__title {
    display: block;
    font-weight: 400;
    margin-bottom: 5.3333333333vw;
    font-size: 12.8vw;
    color: var(--light-blue);
  }
  .body-site-vip-spaces .hero__item picture {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .body-site-vip-spaces .hero__item-inner {
    height: 165.3333333333vw;
    clip-path: polygon(6.6666666667vw 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 6.6666666667vw), calc(100% - 6.6666666667vw) 100%, 0px 100%, 0% calc(100% - 0px), 0% 6.6666666667vw);
    background-color: white;
  }
  .body-site-vip-spaces .hero__item-inner img {
    width: 99.5%;
    clip-path: polygon(6.6666666667vw 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 6.6666666667vw), calc(100% - 6.6666666667vw) 100%, 0px 100%, 0% calc(100% - 0px), 0% 6.6666666667vw);
    height: 99.8%;
    object-fit: cover;
  }
  .body-site-vip-spaces .rental-features {
    padding-bottom: 13.3333333333vw;
  }
  .body-site-vip-spaces .rental-features__title {
    font-size: 12.2666666667vw;
    margin-bottom: 26.6666666667vw;
  }
  .body-site-vip-spaces .rental-features__items {
    display: flex;
    gap: 9.3333333333vw;
    margin-bottom: 16vw;
    flex-direction: column;
  }
  .body-site-vip-spaces .rental-features__item span {
    font-size: 5.3333333333vw;
  }
  .body-site-vip-spaces .rental-features__item span:before {
    margin-bottom: 5.3333333333vw;
    content: "";
    display: block;
    width: 3.2vw;
    height: 3.2vw;
    clip-path: polygon(0px 0%, calc(100% - 1.0666666667vw) 0%, 100% 1.0666666667vw, 100% calc(100% - 0px), calc(100% - 0px) 100%, 1.0666666667vw 100%, 0% calc(100% - 1.0666666667vw), 0% 0px);
    background-color: var(--medium-blue);
    z-index: 0;
  }
  .body-site-vip-spaces .rental-features__item-description {
    max-width: 80%;
    font-size: 3.7333333333vw;
  }
  .body-site-vip-spaces .rental-features__head {
    margin-bottom: 8vw;
  }
  .body-site-vip-spaces .rental-features__head h3 {
    display: none;
  }
  .body-site-vip-spaces .rental-features__head span {
    font-size: 12.8vw;
    letter-spacing: 12%;
  }
  .body-site-vip-spaces .rental-features__head button {
    font-size: 3.7333333333vw;
    height: 12vw;
    min-width: 42.6666666667vw;
    border-image: url("/uploads/static/button-3.svg") 0 0 fill;
    padding: 0;
  }
  .body-site-vip-spaces .features .swiper-wrapper {
    margin-bottom: 8vw;
  }
  .body-site-vip-spaces .features-last, .body-site-vip-spaces .features-first {
    margin-top: -18.6666666667vw;
    margin-bottom: 26.6666666667vw;
    display: none;
  }
  .body-site-vip-spaces .features-last__slider, .body-site-vip-spaces .features-first__slider {
    width: calc(100% + (100vw - 100%) / 2);
  }
  .body-site-vip-spaces .features-last--mobile, .body-site-vip-spaces .features-first--mobile {
    display: block;
  }
  .body-site-vip-spaces .features-last {
    margin-top: 13.3333333333vw;
    margin-bottom: 13.3333333333vw;
  }
  .body-site-vip-spaces .features-last:after {
    display: none;
  }
  .body-site-vip-spaces .features .actions {
    display: flex;
    justify-content: end;
    gap: 5.3333333333vw;
  }
  .body-site-vip-spaces .features .actions button {
    height: 12vw;
    width: 21.3333333333vw;
    border-image: url("/uploads/static/button-arrow-no-ts.svg") 0 0 fill;
  }
  .body-site-vip-spaces .features .actions button:first-child {
    border-image: url("/uploads/static/button-arrow-no-ts-reverse.svg") 0 0 fill;
  }
  .body-site-vip-spaces .features .actions button:disabled {
    opacity: 0.3;
  }
  .body-site-vip-spaces .features .actions button:hover {
    filter: brightness(1.5);
  }
  .body-site-vip-spaces .features .actions button:last-child svg {
    transform: rotate(180deg);
  }
  .body-site-vip-spaces .features .feature {
    padding: 6.6666666667vw;
    height: 112vw;
  }
  .body-site-vip-spaces .features .feature:before {
    flex-grow: 0;
    margin-bottom: 12vw;
    flex-shrink: 0;
    content: "";
    display: block;
    width: 3.2vw;
    height: 3.2vw;
    clip-path: polygon(0px 0%, calc(100% - 1.0666666667vw) 0%, 100% 1.0666666667vw, 100% calc(100% - 0px), calc(100% - 0px) 100%, 1.0666666667vw 100%, 0% calc(100% - 1.0666666667vw), 0% 0px);
    background-color: white;
    z-index: 0;
  }
  .body-site-vip-spaces .features .feature__image {
    margin-bottom: 5.3333333333vw;
  }
  .body-site-vip-spaces .features .feature img {
    height: 16vw;
  }
  .body-site-vip-spaces .features .feature__title {
    font-size: 10.6666666667vw;
  }
  .body-site-vip-spaces .features .feature__description {
    font-size: 3.2vw;
  }
  .body-site-vip-spaces .features .feature {
    border-image: url("/uploads/static/block-8.svg") 0 0 fill;
  }
  .body-site-vip-spaces .rental-photos {
    margin-bottom: 0;
    padding-bottom: 13.3333333333vw;
    padding-left: 5.3333333333vw;
  }
  .body-site-vip-spaces .rental-photos__item {
    height: 104vw;
  }
  .body-site-vip-spaces .spaces {
    margin-top: 13.3333333333vw;
    padding-bottom: 26.6666666667vw;
  }
  .body-site-vip-spaces .spaces__wrapper:before {
    top: 0;
    left: 0;
    position: absolute;
    width: 800px;
    z-index: -1;
    height: 800px;
    background-image: url("/uploads/static/light.webp");
    background-size: contain;
    content: "";
    width: 213.3333333333vw;
    height: 213.3333333333vw;
  }
  .body-site-vip-spaces .spaces:before {
    top: 50%;
    left: -133.3333333333vw;
    position: absolute;
    width: 800px;
    z-index: -1;
    height: 800px;
    background-image: url("/uploads/static/light.webp");
    background-size: contain;
    content: "";
    width: 213.3333333333vw;
    height: 213.3333333333vw;
  }
  .body-site-vip-spaces .spaces:after {
    right: unset;
    bottom: 80vw;
    left: -53.3333333333vw;
    width: 213.3333333333vw;
    height: 213.3333333333vw;
  }
  .body-site-vip-spaces .spaces__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .body-site-vip-spaces .spaces__item {
    height: 138.6666666667vw;
    max-width: 89.3333333333vw;
    border-image: url("/uploads/static/block-9.svg") 0 0 fill;
  }
  .body-site-vip-spaces .spaces__item .owl-nav {
    padding: 0 2.6666666667vw;
    bottom: 2.6666666667vw;
  }
  .body-site-vip-spaces .spaces__item .owl-nav button {
    height: 12vw;
    width: 12vw;
  }
  .body-site-vip-spaces .spaces__item .owl-nav button span {
    width: 2.1333333333vw;
    height: 4.2666666667vw;
  }
  .body-site-vip-spaces .spaces__item-description, .body-site-vip-spaces .spaces__item-persons, .body-site-vip-spaces .spaces__item-square {
    font-size: 3.7333333333vw;
  }
  .body-site-vip-spaces .spaces__item-image {
    height: 58.6666666667vw;
  }
  .body-site-vip-spaces .spaces__item-info {
    margin-bottom: 5.3333333333vw;
  }
  .body-site-vip-spaces .spaces__item-btn {
    height: 12vw;
    min-width: 42.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .body-site-vip-spaces .spaces__item-title {
    font-size: 12.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .body-site-vip-spaces .spaces__item-description {
    margin-bottom: 5.3333333333vw;
  }
  .body-site-vip-spaces .spaces__item-body {
    padding: 8vw;
  }
  .body-site-vip-spaces .spaces__head h3 {
    font-weight: 300;
    max-width: 80%;
    color: var(--light-blue);
    font-size: 12.8vw;
    margin-bottom: 2.6666666667vw;
  }
  .body-site-vip-spaces .spaces__head span {
    display: none;
  }
  .body-site-vip-spaces .spaces .space-block img {
    height: 10.6666666667vw;
    width: 10.6666666667vw;
    margin-bottom: 8vw;
  }
  .body-site-vip-spaces .spaces .space-block__title {
    font-size: 12.8vw;
    margin-bottom: 8vw;
  }
  .body-site-vip-spaces .spaces .space-block__short {
    font-size: 3.7333333333vw;
    margin-bottom: 8vw;
  }
  .body-site-vip-spaces .spaces .space-block__description {
    color: #86D0FF;
    max-width: 48vw;
    font-size: 3.7333333333vw;
  }
  .body-site-vip-spaces .spaces .space-block__description svg {
    width: 6.4vw;
    height: 6.4vw;
  }
  .body-site-vip-spaces .spaces .space-block__description svg path {
    stroke: #86D0FF;
  }
  .body-site-infrastructure .hero__title {
    font-weight: 300;
  }
  .body-site-infrastructure .hero__title:before {
    display: none;
  }
  .body-site-infrastructure .hero__image {
    height: 165.3333333333vw;
  }
  .body-site-infrastructure .hero__image picture {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 165.8666666667vw;
    background-color: white;
    clip-path: polygon(7.7333333333vw 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 7.7333333333vw), calc(100% - 7.7333333333vw) 100%, 0px 100%, 0% calc(100% - 0px), 0% 7.7333333333vw);
  }
  .body-site-infrastructure .hero__image img {
    width: 99.5%;
    height: 165.3333333333vw;
    clip-path: polygon(7.7333333333vw 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 7.7333333333vw), calc(100% - 7.7333333333vw) 100%, 0px 100%, 0% calc(100% - 0px), 0% 7.7333333333vw);
  }
  .body-site-infrastructure .about {
    padding-bottom: 13.3333333333vw;
  }
  .body-site-infrastructure .about__head {
    position: relative;
    margin-bottom: 9.3333333333vw;
    justify-content: space-between;
  }
  .body-site-infrastructure .about__head > span {
    display: none;
  }
  .body-site-infrastructure .about__head > * {
    position: relative;
    z-index: 1;
  }
  .body-site-infrastructure .about__image {
    height: 100%;
    top: 0;
  }
  .body-site-infrastructure .about__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .body-site-infrastructure .about__title {
    max-width: 90%;
    margin-bottom: 14.6666666667vw;
    font-size: 12.2666666667vw;
  }
  .body-site-infrastructure .about__features {
    margin-bottom: 0;
    gap: 8vw;
    grid-template-columns: repeat(1, 1fr);
  }
  .body-site-infrastructure .about__features-item:before {
    content: "";
    display: block;
    width: 3.2vw;
    height: 3.2vw;
    clip-path: polygon(0px 0%, calc(100% - 1.0666666667vw) 0%, 100% 1.0666666667vw, 100% calc(100% - 0px), calc(100% - 0px) 100%, 1.0666666667vw 100%, 0% calc(100% - 1.0666666667vw), 0% 0px);
    background-color: var(--medium-blue);
    z-index: 0;
  }
  .body-site-infrastructure .about__features-item {
    font-size: 3.7333333333vw;
  }
  .body-site-infrastructure .locations {
    margin-top: 0;
    padding-bottom: 13.3333333333vw;
  }
  .body-site-infrastructure .locations-more {
    padding-top: 8vw;
  }
  .body-site-infrastructure .locations__title svg {
    height: 11.2vw;
    width: 11.2vw;
  }
  .body-site-infrastructure .locations__title {
    font-size: 12.8vw;
    margin-bottom: 13.3333333333vw;
  }
  .body-site-infrastructure .locations__items {
    gap: 12vw;
  }
  .body-site-infrastructure .programs {
    padding-top: 13.3333333333vw;
  }
  .body-site-infrastructure .programs img {
    display: none;
  }
  .body-site-infrastructure .programs .img-mobile {
    display: block !important;
  }
  .body-site-infrastructure .programs__title {
    font-size: 12.8vw;
    margin-bottom: 12vw;
    font-weight: 300;
  }
  .body-site-infrastructure .programs__title img {
    display: none;
  }
  .body-site-infrastructure .programs__items {
    gap: 9.3333333333vw;
    margin-bottom: 16vw;
    flex-direction: column;
  }
  .body-site-infrastructure .programs__item {
    max-width: 80vw;
  }
  .body-site-infrastructure .programs__item:before {
    margin-bottom: 5.3333333333vw;
    content: "";
    display: block;
    width: 3.2vw;
    height: 3.2vw;
    clip-path: polygon(0px 0%, calc(100% - 1.0666666667vw) 0%, 100% 1.0666666667vw, 100% calc(100% - 0px), calc(100% - 0px) 100%, 1.0666666667vw 100%, 0% calc(100% - 1.0666666667vw), 0% 0px);
    background-color: var(--medium-blue);
    z-index: 0;
  }
  .body-site-infrastructure .programs__item {
    font-size: 3.7333333333vw;
  }
  .body-site-infrastructure .programs .program-block {
    padding: 8vw;
    height: 130.6666666667vw;
    border-image: url("/uploads/static/block-9.svg") 0 0 fill;
  }
  .body-site-infrastructure .programs .program-block img {
    height: 24vw;
    margin-bottom: 2.6666666667vw;
  }
  .body-site-infrastructure .programs .program-block h4 {
    font-size: 10.6666666667vw;
    margin-bottom: 4vw;
  }
  .body-site-infrastructure .programs .program-block__description {
    font-size: 3.2vw;
  }
  .body-site-infrastructure .programs .program-block__link {
    font-size: 3.7333333333vw;
    height: 12vw;
    min-width: 50.6666666667vw;
    border-image: url("/uploads/static/button-4.svg") 0 0 fill;
  }
  .body-site-infrastructure .restaurants__title {
    font-size: 12.8vw;
    margin-bottom: 5.3333333333vw;
    font-weight: 300;
  }
  .body-site-infrastructure .restaurants,
  .body-site-infrastructure .programs {
    padding-bottom: 8vw;
  }
  .body-site-infrastructure .restaurants__actions,
  .body-site-infrastructure .programs__actions {
    justify-content: space-between;
    align-items: center;
    gap: 8vw;
    width: 89.3333333333vw;
    padding: 0;
  }
  .body-site-infrastructure .restaurants__slider-pagination,
  .body-site-infrastructure .programs__slider-pagination {
    max-width: 40vw;
    overflow: hidden;
    gap: 2.6666666667vw !important;
  }
  .body-site-infrastructure .restaurants__slider .swiper-pagination-bullet,
  .body-site-infrastructure .programs__slider .swiper-pagination-bullet {
    height: 1.3333333333vw;
    width: 12vw;
  }
  .body-site-infrastructure .restaurants__slider .swiper-pagination-bullet-visible,
  .body-site-infrastructure .programs__slider .swiper-pagination-bullet-visible {
    width: 4vw;
  }
  .body-site-infrastructure .restaurants .actions,
  .body-site-infrastructure .programs .actions {
    padding-bottom: 0.5333333333vw;
    gap: 1.3333333333vw;
  }
  .body-site-infrastructure .restaurants .actions button,
  .body-site-infrastructure .programs .actions button {
    height: 12vw;
    width: 21.3333333333vw;
    border-image: url("/uploads/static/button-arrow-2.svg") 0 0 fill;
  }
  .body-site-infrastructure .restaurants .actions button:first-child,
  .body-site-infrastructure .programs .actions button:first-child {
    border-image: url("/uploads/static/button-arrow-2-rs.svg") 0 0 fill;
  }
  .body-site-infrastructure .restaurants {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  .body-site-infrastructure .restaurants .swiper {
    width: unset;
  }
  .body-site-infrastructure .restaurants .swiper-slide {
    width: unset !important;
  }
  .body-site-infrastructure .restaurants .location__content {
    width: 89.3333333333vw;
  }
  .body-site-infrastructure .location .contacts-text ul li {
    padding: 1.3333333333vw 0;
    font-size: 3.7333333333vw;
  }
  .body-site-infrastructure .location .contacts-text ul li a:before {
    display: none;
  }
  .body-site-infrastructure .location .owl-carousel .owl-nav button {
    height: 12vw;
    width: 12vw;
  }
  .body-site-infrastructure .location .owl-carousel .owl-nav button span {
    width: 2.1333333333vw;
    height: 6.4vw;
  }
  .body-site-infrastructure .location h4:before {
    margin-bottom: 13.3333333333vw;
    content: "";
    display: block;
    width: 3.2vw;
    height: 3.2vw;
    clip-path: polygon(0px 0%, calc(100% - 1.0666666667vw) 0%, 100% 1.0666666667vw, 100% calc(100% - 0px), calc(100% - 0px) 100%, 1.0666666667vw 100%, 0% calc(100% - 1.0666666667vw), 0% 0px);
    background-color: var(--light-blue);
    z-index: 0;
  }
  .body-site-infrastructure .location h4 {
    font-weight: 500;
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .body-site-infrastructure .location__description {
    font-size: 3.7333333333vw;
  }
  .body-site-infrastructure .location__link {
    border-image: url("/uploads/static/button-4.svg") 0 0 fill;
    min-width: 45.3333333333vw;
    height: 12vw;
    font-size: 3.7333333333vw;
  }
  .body-site-infrastructure .location__content {
    min-height: 136.5333333333vw;
    padding: 8vw;
    padding-bottom: 5.3333333333vw;
    border-image: url("/uploads/static/block-9.svg") 0 0 fill;
  }
  .body-site-infrastructure .location__images {
    width: 89.3333333333vw;
    height: 136.5333333333vw;
  }
  .body-site-infrastructure .location__images img {
    width: 99.5%;
  }
  .body-site-infrastructure .location__title {
    font-size: 12.8vw;
    margin-bottom: 8vw;
  }
  .body-site-infrastructure .location__body {
    flex-direction: column;
  }
}

/*# sourceMappingURL=main.css.map */
