@font-face {
  font-family: Bebas Neue;
  src: url('../fonts/bebasneueregular.woff2') format("woff2"), url('../fonts/bebasneueregular.woff') format("woff"), url('../fonts/bebasneueregular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bebas Neue;
  src: url('../fonts/bebasneuebold.woff2') format("woff2"), url('../fonts/bebasneuebold.woff') format("woff"), url('../fonts/bebasneuebold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Regular.woff2') format("woff2"), url('../fonts/Inter-Regular.woff') format("woff"), url('../fonts/Inter-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Medium.woff2') format("woff2"), url('../fonts/Inter-Medium.woff') format("woff"), url('../fonts/Inter-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --title-h2: 7.5rem;
  --light: white;
  --dark: #070707;
  --container-top: 11.25rem;
  --container-side: 2.5rem;
  --container-bottom: 3.125rem;
  --page-title-h1-main: var(--page-title-h1);
  --lh-80: 80%;
  --ls-6: -.375rem;
  --page-title-h1: 12.5rem;
  --content-260: 16.25rem;
  --inter: Inter, Arial, sans-serif;
  --breadcrumbs: .75rem;
  --lh-115: 115%;
  --top-sect-marg-bot: 4rem;
  --top-sect-pad-bot: 5rem;
  --simple-h2: 3.75rem;
  --lh-105: 105%;
  --ls-1-8: -.1125rem;
  --simple-h2-pad-bot: 1.875rem;
  --simple-text-pad-bot: 6.25rem;
  --simple-text-24-14: 1.5rem;
  --lh-130: 130%;
  --ls-0-48: -.03rem;
  --simpl-text-paragraph\<deleted\|variable-ba54ec83-c3fa-656e-ddab-ac84a5fca0e7\>: 1rem;
  --accent: #e53131;
  --opacity100\<deleted\|variable-2002a265-6e1e-ca4b-251f-e702bbc3b66d\>: 100%;
  --grey-hover: #838383;
  --text-20-12: 1.25rem;
  --footer-caps-dop: .875rem;
  --opacity50\<deleted\|variable-2477e909-53e3-8942-5d96-8b2a07301781\>: 50%;
  --tabs-btn: 1rem;
  --text-80-32: 5rem;
  --main-menu: 1rem;
  --grey-light-fon: #fbfbfb;
  --green: #76eb5f;
  --blue: #1d1ae5;
  --grey-card: #f4f4f4;
  --h2: 7.5rem;
  --simple-text-20-14: 1.25rem;
  --grey-light: #bfbfbf;
  --dop-accent: #e40000;
  --title-h1: 25rem;
  --bebas-neue: "Bebas Neue", Arial, sans-serif;
  --font-weight-bold: 700;
  --font-weight-normal: 400;
}

body {
  color: #333;
  font-family: Bebas Neue, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: none;
}

.title-h2 {
  font-size: var(--title-h2);
  text-transform: uppercase;
  line-height: 90%;
}

.page-light {
  background-color: var(--light);
  color: var(--dark);
}

.content-container {
  padding: var(--container-top) var(--container-side) var(--container-bottom);
}

.content-header {
  flex: 1;
  max-width: 69.6875rem;
}

.content-header.content-headet-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 7.6rem;
}

.content-header.content-headet-center-corp {
  text-align: center;
  flex: 0 auto;
  max-width: none;
  margin-left: auto;
  margin-right: 6rem;
}

.content-header-title {
  color: var(--dark);
  font-size: var(--page-title-h1-main);
  line-height: var(--lh-80);
  letter-spacing: var(--ls-6);
  margin-top: 0;
  margin-bottom: 0;
}

.content-header-title.content-headet-title-center {
  text-align: center;
}

.content-header-title.header-dark {
  color: var(--light);
}

.content-header-title.header-title-dop-page {
  font-size: var(--page-title-h1);
}

.breadcrumbs {
  width: var(--content-260);
  max-width: var(--content-260);
  padding-right: 2rem;
}

.breadcrumbs.breadcrumbs-corp {
  width: 6rem;
  padding-right: 0;
}

.breadcrumbs-item {
  opacity: .5;
  font-family: var(--inter);
  color: var(--dark);
  font-size: var(--breadcrumbs);
  line-height: var(--lh-115);
  letter-spacing: .24px;
  text-transform: uppercase;
}

.breadcrumbs-item.breadcrumbs-light,
.breadcrumbs-item.breadcrumbs-light.w--current {
  opacity: .5;
  color: var(--light);
}

.breadcrumbs-container {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  flex-flow: wrap;
  display: inline-flex;
}

.top-section {
  margin-bottom: var(--top-sect-marg-bot);
  padding-bottom: var(--top-sect-pad-bot);
  display: flex;
}

.top-section.top-section-line {
  border-bottom: 1px solid #414141;
}

.top-section.top-section-line-light {
  border-bottom: 1px solid #f1f1f1;
}

.content-body-info-page {
  max-width: 71vw;
  padding-bottom: 6.25rem;
  padding-left: 16.25rem;
  position: relative;
}

.simple-h2 {
  font-size: var(--simple-h2);
  line-height: var(--lh-105);
  letter-spacing: var(--ls-1-8);
  margin-top: 0;
  margin-bottom: 0;
}

.simple-wrap-h2 {
  padding-bottom: var(--simple-h2-pad-bot);
}

.simple-wrap-text {
  padding-bottom: var(--simple-text-pad-bot);
  font-family: var(--inter);
  font-size: var(--simple-text-24-14);
  line-height: var(--lh-130);
  letter-spacing: var(--ls-0-48);
}

.wrap-simple-text-numb {
  margin-bottom: 0;
  padding-left: 1.6rem;
  list-style-type: decimal;
}

.simple-text-paragraph {
  padding-bottom: var(--simpl-text-paragraph\<deleted\|variable-ba54ec83-c3fa-656e-ddab-ac84a5fca0e7\>);
  padding-left: 0;
  font-weight: 500;
}

.simpl-test-list-numb-second {
  margin-bottom: 0;
  padding-left: 40px;
  list-style-type: decimal;
}

.image-grid {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.img-pay {
  width: 100%;
  height: auto;
}

.text-span {
  color: var(--accent);
}

.text-link {
  opacity: var(--opacity100\<deleted\|variable-2002a265-6e1e-ca4b-251f-e702bbc3b66d\>);
  color: var(--accent);
  -webkit-text-stroke-color: var(--accent);
}

.footer {
  background-color: var(--dark);
}

.footer-content {
  padding: 7.5rem var(--container-side);
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer-contact {
  flex-flow: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.footer-nav {
  width: 50%;
  position: relative;
}

.footer-nav-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-bottom: 0;
  display: flex;
}

.footer-nav-list-item {
  color: var(--light);
  font-size: var(--simple-h2);
  line-height: var(--lh-105);
  letter-spacing: var(--ls-1-8);
  font-weight: 700;
  transition: color .2s ease-out;
}

.footer-nav-list-item:hover {
  color: var(--grey-hover);
}

.footer-nav-list-item.w--current {
  display: inline-flex;
}

.footer-nav-link {
  opacity: var(--opacity100\<deleted\|variable-2002a265-6e1e-ca4b-251f-e702bbc3b66d\>);
  color: var(--light);
}

.sl-wrap {
  font-family: var(--inter);
  color: var(--light);
  font-size: var(--text-20-12);
  line-height: var(--lh-130);
  font-weight: 500;
  display: inline-flex;
  position: absolute;
  inset: auto 0% .5rem auto;
}

.sl-wrap.sl-wrap-mobile {
  font-size: var(--footer-caps-dop);
  display: none;
  position: static;
}

.sl-made {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  display: flex;
}

.footer-link {
  color: var(--light);
  transition: color .2s ease-in-out;
}

.footer-link:hover {
  color: var(--grey-hover);
}

.sl-made-span {
  opacity: .7;
  font-weight: 400;
}

.arrow-up-wrap {
  cursor: pointer;
  width: 2.625rem;
  height: 3.2rem;
  display: inline-flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.arrow-up {
  justify-content: center;
  align-items: center;
  display: flex;
}

.app-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.footer-contact-link-item {
  font-family: var(--inter);
  line-height: var(--lh-130);
  padding-bottom: 4rem;
  font-weight: 500;
}

.contact-wrap-caps {
  opacity: var(--opacity50\<deleted\|variable-2477e909-53e3-8942-5d96-8b2a07301781\>);
  color: var(--light);
  font-size: var(--text-20-12);
  text-transform: uppercase;
  padding-bottom: 1.25rem;
}

.contact-caps {
  letter-spacing: -.0375rem;
}

.contact-wrap-link {
  font-size: var(--text-20-12);
}

.contact-wrap-link.provider {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  display: flex;
}

.contact-wrap-link.contact-wrap-phone {
  padding-bottom: .6rem;
}

.contact-link {
  color: var(--light);
  letter-spacing: -.025rem;
  transition: color .2s ease-out;
}

.contact-link:hover {
  color: var(--grey-hover);
}

.contact-social {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.contact-social-item {
  opacity: var(--opacity100\<deleted\|variable-2002a265-6e1e-ca4b-251f-e702bbc3b66d\>);
}

.social-icon {
  justify-content: center;
  align-items: center;
  max-width: 1.6875rem;
  height: 1.5rem;
  transition: opacity .2s ease-out;
  display: flex;
}

.social-icon:hover {
  opacity: .7;
}

.app-block-wrap {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.app-item {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border-top: 1px solid #5e5e5e;
  border-bottom: 1px solid #5e5e5e;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
  display: flex;
}

.app-caps {
  font-family: var(--inter);
  color: var(--light);
  font-size: 1rem;
  line-height: var(--lh-115);
  text-transform: uppercase;
  padding-top: .1rem;
}

.app-icon {
  justify-content: center;
  align-items: center;
  transition: opacity .2s ease-out;
  display: flex;
}

.app-icon:hover {
  opacity: .7;
}

.app-link {
  opacity: var(--opacity100\<deleted\|variable-2002a265-6e1e-ca4b-251f-e702bbc3b66d\>);
  width: 1.625rem;
}

.line-decor {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.line-decor-item {
  background-color: #5e5e5e;
  width: 1px;
  height: .5rem;
}

.footer-run-line {
  overflow: hidden;
}

.footer-wrap-run-line {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--light);
  letter-spacing: -.4875rem;
  text-transform: uppercase;
  white-space: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 16.25rem;
  font-weight: 700;
  line-height: 100%;
  display: flex;
}

.footer-span-run-line {
  color: var(--accent);
}

.footer-train {
  display: flex;
}

.footer-bottom {
  padding: 3.75rem var(--container-side) 2rem;
}

.footer-bottom-content {
  border-top: 1px solid #414141;
  padding-top: 2.75rem;
}

.footer-bottom-content-wrap {
  display: flex;
}

.footer-content-item {
  width: 50%;
}

.footer-content-caps {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  font-family: var(--inter);
  color: var(--light);
  font-size: var(--footer-caps-dop);
  line-height: var(--lh-130);
  letter-spacing: .0175rem;
  display: flex;
}

.footer-content-icons {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  line-height: var(--lh-130);
  padding-top: 1.25rem;
  display: flex;
}

.footer-bottom-caps.copyright {
  opacity: .7;
}

.footer-bottom-caps.copyright.copyright-mobile {
  display: none;
}

.footer-icons-item {
  justify-content: flex-start;
  align-items: flex-end;
  display: inline-flex;
}

.footer-wrap-icon {
  height: 1.5rem;
  display: inline-flex;
}

.footer-bottom-link {
  padding-top: 5rem;
  display: flex;
}

.footer-bottom-link-wrap {
  width: 50%;
}

.footer-bottom-link-item {
  color: var(--light);
  transition: color .2s ease-in-out;
}

.footer-bottom-link-item:hover {
  color: var(--grey-hover);
}

.page-dark {
  background-color: var(--dark);
  color: var(--light);
}

.club-content {
  padding-bottom: 4.375rem;
}

.tabs-club-item {
  font-family: var(--inter);
  color: var(--light);
  font-size: var(--tabs-btn);
  line-height: var(--lh-115);
  letter-spacing: .02rem;
  background-color: #292929;
  border-radius: .125rem;
  margin: .25rem;
  padding: .875rem 1.5rem;
  font-weight: 500;
  transition: background-color .2s ease-in-out;
}

.tabs-club-item:hover {
  background-color: #3d3d3d;
}

.tabs-club-item.w--current {
  background-color: var(--light);
  color: var(--dark);
}

.tabs-club-item.tab-button {
  text-transform: uppercase;
  background-color: #29292900;
  margin: auto;
  transition-property: none;
}

.tabs-club-item.tab-button:hover {
  background-color: #3d3d3d00;
}

.tabs-club-item.tab-button.tab-button-active {
  background-color: var(--light);
  color: var(--dark);
}

.tabs-menu-club {
  background-color: #292929;
  border-radius: .25rem;
  display: none;
}

.nav-club-container {
  z-index: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 3.375rem;
  display: flex;
  position: relative;
}

.btn-club-red-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  font-family: var(--inter);
  color: var(--light);
  font-size: var(--tabs-btn);
  line-height: var(--lh-115);
  letter-spacing: .02rem;
  text-transform: uppercase;
  border-radius: .25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 1.125rem 1.5rem;
  font-weight: 500;
  display: inline-flex;
}

.icon-btn-club {
  justify-content: center;
  align-items: center;
  width: .875rem;
  display: flex;
}

.text-btn-club {
  justify-content: center;
  align-items: flex-end;
}

.wrap-tabs-club {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: #292929;
  border-radius: .25rem;
  padding: .25rem .25rem .3rem;
  display: inline-flex;
}

.btn-club-container {
  width: 16.25rem;
  display: inline-flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search-wrap {
  font-family: var(--inter);
  font-size: var(--tabs-btn);
  line-height: var(--lh-130);
  letter-spacing: -.02rem;
  background-color: #292929;
  border-radius: .25rem;
  justify-content: space-between;
  align-items: center;
  height: 3.4375rem;
  display: flex;
  position: relative;
}

.icon-search {
  justify-content: center;
  align-items: center;
  width: 1rem;
  transition: color .2s;
  display: flex;
  position: absolute;
  bottom: auto;
  left: auto;
  right: 1.0625rem;
}

.search-input {
  border: 1px solid var(--dark);
  color: var(--light);
  font-size: var(--tabs-btn);
  background-color: #292929;
  border-radius: .25rem;
  height: 100%;
  margin-bottom: auto;
  padding: 1.0625rem;
  transition: border .2s ease-in-out;
}

.search-input:hover {
  border-color: #575757;
}

.search-input:focus {
  border: 1px solid #575757;
}

.btn-club {
  display: flex;
}

.club-list-item {
  color: var(--light);
  justify-content: space-between;
  align-items: stretch;
  margin-top: -2px;
  padding-top: 2px;
  padding-left: 16.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.club-list-item.anim-list-item {
  padding-right: 1.875rem;
}

.club-list-text-wrap {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  padding-top: .5rem;
  display: flex;
}

.club-list-arrow-wrap {
  align-self: center;
  width: 2.625rem;
}

.club-list-head {
  font-size: var(--text-80-32);
  letter-spacing: -.1rem;
  text-transform: uppercase;
  padding-right: .1rem;
  font-weight: 700;
  line-height: 6.875rem;
}

.club-list-head.anim-list-head {
  min-height: 6.8721rem;
}

.club-list-address {
  opacity: .5;
  font-family: var(--inter);
  font-size: var(--tabs-btn);
  line-height: var(--lh-115);
  letter-spacing: .02rem;
  text-transform: uppercase;
  padding-top: 1.375rem;
}

.list-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.club-list-wrap {
  border-top: 1px solid #484848;
  border-bottom: 1px solid #484848;
  overflow: hidden;
}

.club-map-wrap {
  overflow: hidden;
}

.btn-club-tap {
  justify-content: center;
  align-items: center;
  width: .875rem;
  display: flex;
}

.page-home .header {
  z-index: 2;
}

.header {
  padding: 1.875rem var(--container-side);
  justify-content: space-between;
  display: flex;
  position: relative;
}

.header.header-absolute {
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.header-clubs {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-logo {
  position: absolute;
  top: 1.2rem;
  left: calc(50% - 2.8437rem);
  right: auto;
}

.header-menu-links {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo {
  width: 5.6875rem;
}

.header-side-nav {
  width: 16.25rem;
}

.header-side-nav.header-right-side-nav {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-nav {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  display: flex;
}

.header-link {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  align-items: center;
  display: flex;
}

.header-link.header-right-side-nav {
  justify-content: flex-end;
  align-items: center;
}

.header-link.menu-clubs-open {
  z-index: 999;
  cursor: pointer;
  align-items: flex-start;
  position: relative;
}

.header-link-item {
  font-family: var(--inter);
  font-size: var(--main-menu);
  line-height: var(--lh-130);
  letter-spacing: -.02rem;
  transition: opacity .2s ease-in-out;
}

.header-link-item:hover {
  opacity: .7;
}

.header-arrow {
  background-image: url('../images/menu-arrow-sprite.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .125rem;
  width: 1.25rem;
  height: 1.25rem;
}

.mobile-burg {
  width: 1.125rem;
}

.header-link-item-mobile {
  font-family: var(--inter);
  font-size: var(--main-menu);
  line-height: var(--lh-130);
  letter-spacing: -.02rem;
  display: none;
}

.mega-menu-clubs {
  z-index: 99;
  background-color: var(--dark);
  background-image: url('../images/menu-decor.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 52.3125rem;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: -100vh;
  overflow: auto;
}

.mega-menu-clubs-container {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  justify-content: space-between;
  padding-left: 16.25rem;
  padding-right: 2.5rem;
  display: flex;
}

.mega-menu-clubs-coll {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  display: flex;
}

.mega-menu-llink-wrap {
  padding-bottom: .625rem;
}

.mega-menu-link {
  color: var(--light);
  font-size: var(--simple-h2);
  line-height: var(--lh-105);
  letter-spacing: var(--ls-1-8);
  font-weight: 700;
  transition: color .2s ease-out;
}

.mega-menu-link:hover {
  color: var(--grey-hover);
}

.mega-menu-link.w--current {
  display: inline-flex;
}

.mega-menu-caps {
  font-family: var(--inter);
  color: var(--light);
  font-size: var(--tabs-btn);
  line-height: var(--lh-115);
  letter-spacing: .02rem;
  text-transform: uppercase;
}

.mega-menu-caps-wrap {
  opacity: .65;
  padding-bottom: 1.25rem;
}

.mega-menu-coll-item {
  width: 31.25rem;
}

.mega-menu-coll-wrap {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  display: flex;
}

.menu-club-decor {
  z-index: 0;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.mega-menu-btn-container {
  justify-content: center;
  align-items: center;
  padding-top: 2.75rem;
  display: flex;
}

.mega-menu-btn {
  background-color: var(--accent);
  font-family: var(--inter);
  font-size: var(--main-menu);
  line-height: var(--lh-115);
  letter-spacing: .02rem;
  text-transform: uppercase;
  border-radius: .25rem;
  padding: 1.5625rem 2.8125rem;
  font-weight: 500;
  display: none;
}

.mega-menu-clubs-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 8.125rem;
  padding-bottom: 4.5rem;
}

.about-numb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 86rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.about-numb-caps {
  font-family: var(--inter);
  font-size: 1.25rem;
  line-height: var(--lh-130);
  text-align: center;
  letter-spacing: -.025rem;
  font-weight: 500;
}

.about-numb-head {
  color: var(--accent);
  font-size: 16.25rem;
  line-height: var(--lh-80);
  text-align: center;
  letter-spacing: -.4875rem;
  font-weight: 700;
}

.about-numb-head.about-first-numb {
  padding-right: 2rem;
}

.top-section-about {
  padding-bottom: var(--top-sect-pad-bot);
  display: flex;
}

.top-section-about.top-section-line {
  border-bottom: 1px solid #e9e9e9;
}

.content-container-about {
  padding-top: var(--container-top);
}

.about-main-screen {
  padding-right: var(--container-side);
  padding-bottom: 12.625rem;
  padding-left: var(--container-side);
  margin-bottom: 4rem;
  position: relative;
}

.header-btn {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  align-items: center;
  display: flex;
}

.header-btn.header-right-side-nav {
  justify-content: flex-end;
  align-items: center;
}

.header-btn.menu-clubs-open {
  z-index: 999;
  align-items: flex-start;
  position: relative;
}

.header-arrow-dark {
  width: 1.25rem;
}

.about-main-screen-wrap {
  z-index: 0;
  background-image: url('../images/about-fon.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.page-about {
  background-color: var(--grey-light-fon);
  color: var(--dark);
}

.mobile-burg-dark {
  width: 1.125rem;
  display: none;
}

.about-video-container {
  z-index: 1;
  padding-right: var(--container-side);
  padding-bottom: 9.375rem;
  padding-left: var(--container-side);
  position: relative;
}

.about-video {
  height: 64.6875rem;
}

.sticky-card-wrap {
  color: var(--dark);
  position: relative;
}

.sticky-card {
  padding: 6.25rem var(--container-side) 2.5rem;
}

.sticky-card-item.green-card {
  background-color: var(--green);
  margin-bottom: 25.75rem;
  position: sticky;
  top: 0;
}

.sticky-card-item.blue-card {
  background-color: var(--blue);
  color: var(--light);
  margin-top: -25.75rem;
  margin-bottom: 12.875rem;
  position: sticky;
  top: 12.875rem;
}

.sticky-card-item.grey-card {
  background-color: var(--grey-card);
  margin-top: -12.875rem;
  position: sticky;
  top: 25.75rem;
}

.sticky-card-title {
  max-width: 55.875rem;
}

.sticky-card-content {
  justify-content: space-between;
  display: flex;
}

.sticky-card-numb {
  min-width: 16.25rem;
}

.sticky-card-text {
  padding-right: 8rem;
}

.sticky-card-text.simpl-text-20-corp {
  padding-right: 0;
}

.sticky-card-img {
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.about-main-screen-fon {
  z-index: 1;
  background-color: var(--grey-light-fon);
  width: 100%;
  height: 5.4rem;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-h2 {
  font-size: var(--h2);
  letter-spacing: -.15rem;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 90%;
}

.sticky-card-wrap-text {
  width: 50%;
  padding-top: 3.75rem;
  display: flex;
}

.sticky-card-wrap-text.card-text-corp {
  width: 72%;
}

.sipmle-text-20 {
  font-family: var(--inter);
  font-size: var(--simple-text-20-14);
  line-height: var(--lh-130);
  letter-spacing: -.025rem;
  font-weight: 500;
}

.sipmle-text-20.sipmle-text-opacity {
  opacity: .7;
}

.sticky-numb {
  font-size: var(--simple-h2);
  line-height: var(--lh-105);
  letter-spacing: -.1125rem;
  font-weight: 700;
}

.sticky-numb.sticky-numb-red {
  color: var(--accent);
}

.sticky-img {
  border-radius: .25rem;
  width: 27.125rem;
}

.about-info-container {
  background-color: var(--light);
  background-image: url('../images/about-info-fon.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 52.25rem;
}

.about-info-wrap {
  padding: 15rem var(--container-side) 2.5rem;
}

.about-info-title {
  max-width: 76.25rem;
  padding-bottom: 3.75rem;
}

.p-sipmle-text-20 {
  font-family: var(--inter);
  font-size: var(--simple-text-20-14);
  line-height: var(--lh-130);
  letter-spacing: -.025rem;
  margin-bottom: 1.25rem;
  font-weight: 500;
}

.p-sipmle-text-20.sipmle-text-opacity {
  opacity: .7;
}

.decor-logo {
  justify-content: center;
  align-items: center;
  /* width: 3.125rem; */
  width: 81px;
  display: flex;
}

.info-link {
  font-family: var(--inter);
  color: var(--accent);
  text-transform: uppercase;
  font-weight: 500;
}

.info-img {
  border-radius: .25rem;
  width: 38.75rem;
}

.info-card-decor {
  min-width: 16.25rem;
}

.about-team-container {
  background-color: var(--dark);
}

.about-team-wrap {
  padding: 6.875rem var(--container-side) 0rem;
}

.team-title-wrap {
  justify-content: center;
  display: flex;
  position: relative;
}

.team-wrap {
  grid-column-gap: 1%;
  grid-row-gap: 4rem;
  color: var(--light);
  flex-flow: wrap;
  padding-top: 5rem;
  display: flex;
}

.team-title-div {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border-top: 1px solid #5e5e5e;
  border-bottom: 1px solid #5e5e5e;
  justify-content: center;
  align-items: center;
  padding: 1.375rem 2.625rem;
  display: flex;
}

.team-block-title {
  font-family: var(--inter);
  color: var(--light);
  font-size: 1rem;
  line-height: var(--lh-115);
  letter-spacing: .02rem;
  text-transform: uppercase;
  font-weight: 500;
}

.line-decor-center {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: 0% 50%;
}

.team-card-item {
  width: 24.25%;
}

.team-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: filter .45s cubic-bezier(.86, 0, .19, 1);
}

.team-card-item:hover .team-card-img {
  filter: grayscale(0%);
}

.team-card-caps {
  cursor: pointer;
  padding-top: 1.5rem;
}

.team-description {
  font-family: var(--inter);
  color: var(--grey-hover);
  font-size: 1rem;
  line-height: var(--lh-130);
  letter-spacing: -.02rem;
}

.tean-title-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: .5rem;
  display: flex;
}

.team-title-info {
  font-family: var(--inter);
  background-color: #292929;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  font-weight: 500;
  display: flex;
  overflow: clip;
}

.team-title {
  font-family: var(--inter);
  font-size: var(--simple-text-20-14);
  line-height: var(--lh-130);
  letter-spacing: -.0375rem;
  text-transform: uppercase;
  font-weight: 500;
}

.more-link {
  font-family: var(--inter);
  color: var(--accent);
  font-size: 1rem;
  line-height: var(--lh-115);
  letter-spacing: .015rem;
  text-transform: uppercase;
  font-weight: 500;
  overflow: hidden;
  cursor: pointer;
}

.more-block {
  overflow: hidden;
}

.more-block-hidden {
  display: none;
}

.more-block-hidden *:last-child {
  margin-bottom: 0;
}

.about-chapter-container {
  background-color: var(--dark);
  width: 100%;
  height: 300vh;
  padding-top: 11rem;
  padding-bottom: 17rem;
  position: relative;
}

.about-chapter-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: inline-flex;
}

.chapter-card-item {
  width: 45rem;
  height: 45rem;
  padding-top: 2.75rem;
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.chapter-card-item.choose-club {
  background-color: var(--accent);
  color: var(--light);
  background-image: url('../images/chapter-1.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: .25rem;
  position: relative;
  overflow: hidden;
}

.chapter-card-item.corporate-clients {
  color: var(--dark);
  background-image: url('../images/chapter-2-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .25rem;
  position: relative;
  overflow: hidden;
}

.chapter-card-item.franchise {
  color: var(--light);
  background-image: url('../images/chapter-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .25rem;
  position: relative;
  overflow: hidden;
}

.chapter-card-item.corporate-clients-main-page {
  color: var(--dark);
  background-image: url('../images/chapter-2-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.chapter-card-title {
  letter-spacing: -.1rem;
  text-transform: uppercase;
  font-size: 5rem;
  font-weight: 700;
  line-height: 90%;
}

.swiper-wrapper {
  pointer-events: none;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.swiper-slide {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  opacity: 0;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.custom-button-next {
  cursor: pointer;
  width: 2.625rem;
  height: 3.2rem;
  position: relative;
  overflow: hidden;
}

.custom-button-prev {
  cursor: pointer;
  width: 2.625rem;
  height: 3.2rem;
}

.custom-button-prev.arrow-to-top-wrap {
  position: relative;
  overflow: hidden;
}

.slider-pagination {
  font-family: var(--inter);
  color: var(--grey-hover);
  font-size: var(--simple-text-20-14);
  line-height: var(--lh-130);
  justify-content: center;
  align-items: baseline;
  width: 8.4375rem;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.myswiper.swiper {
  z-index: 0;
  width: 100%;
  height: 75rem;
  position: relative;
}

.history-year {
  color: var(--accent);
  letter-spacing: -.15rem;
  font-size: 7.5rem;
  font-weight: 700;
  line-height: 72%;
}

.history-text {
  font-family: var(--inter);
  font-size: var(--simple-text-20-14);
  line-height: var(--lh-130);
  letter-spacing: -.025rem;
  max-width: 32.375rem;
}

.custom-navigation {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed {
  width: 2.625rem;
}

.arrow-slider {
  justify-content: center;
  align-items: center;
  display: flex;
}

.custom-navigation-container {
  justify-content: center;
  align-items: center;
  width: 8.4375rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.line-custom-navigation {
  background-color: var(--grey-light);
  width: 8.4375rem;
  height: 1px;
}

.history-slider-container {
  background-color: var(--light);
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  padding-right: 2.5rem;
  position: relative;
  overflow: hidden;
}

.swiper-pagination-current {
  color: var(--accent);
  letter-spacing: -.0825rem;
  padding-right: .5625rem;
  font-size: 2.75rem;
}

.swiper-pagination-total,
.swiper-pagination-separator {
  color: var(--grey-hover);
  font-size: var(--simple-text-20-14);
  letter-spacing: -.025rem;
}

.slider-decor-mobile {
  width: 100%;
  display: none;
}

.contact-container {
  justify-content: space-between;
  padding-top: 3.5rem;
  padding-bottom: 12.5rem;
  display: flex;
}

.contact-links-wrap,
.contact-form-wrap {
  width: 50%;
}

.block-contact-link-item {
  font-family: var(--inter);
  line-height: var(--lh-130);
  padding-bottom: 4rem;
  font-weight: 500;
}

.block-contact-link-item.request-link-item {
  padding-bottom: 2.5rem;
}

.contact-link-provider {
  color: var(--grey-hover);
}

.contact-requisite {
  font-size: var(--main-menu);
  letter-spacing: -.02rem;
  max-width: 29.375rem;
  font-weight: 400;
}

.place-container {
  padding: 2.875rem var(--container-side) 2.5rem;
  background-color: var(--light);
  background-image: url('../images/choice-fon.svg');
  background-position: 0 16%;
  background-repeat: no-repeat;
  background-size: 52.25rem;
  justify-content: space-between;
  align-items: stretch;
}

.choose-club-wrap {
  flex-flow: row;
  justify-content: space-between;
  padding-bottom: 7.25rem;
  display: flex;
}

.place-block {
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.copyright-block {
  font-weight: 700;
}

.choice-club-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.copyright-name {
  color: var(--dark);
  font-size: var(--content-260);
  line-height: var(--lh-80);
  letter-spacing: -.4875rem;
}

.copyright-date {
  color: var(--dop-accent);
  line-height: 90%;
}

.copyright-date-wrap {
  grid-column-gap: 1.1875rem;
  grid-row-gap: 1.1875rem;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: .4375rem;
  display: flex;
}

.copyright-img {
  justify-content: center;
  align-items: center;
  width: 4.625rem;
  display: flex;
}

.copyright-date-separate {
  font-family: var(--inter);
  color: var(--dop-accent);
  letter-spacing: normal;
  line-height: 64%;
}

.copyright-dates-wrap {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  letter-spacing: -.1314rem;
  font-size: 6.5625rem;
  display: flex;
}

.choice-btn {
  background-color: var(--dop-accent);
  border-radius: .25rem;
  padding: 6.25rem 5.625rem;
  position: relative;
  overflow: hidden;
}

.choice-name {
  color: var(--dark);
  font-size: var(--text-80-32);
  font-weight: 700;
  line-height: 90%;
}

.choice-btn-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.place-item-link {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--dark);
  justify-content: flex-end;
  align-items: center;
  transition: color .2s ease-in-out;
  display: flex;
}

.place-item-link:hover {
  color: var(--accent);
}

.place-item-dot {
  background-color: var(--accent);
  border-radius: 100%;
  width: .4375rem;
  height: .4375rem;
}

.place-item-numb {
  font-family: var(--inter);
  font-size: var(--simple-text-20-14);
  line-height: var(--lh-130);
  letter-spacing: -.0375rem;
  align-self: flex-start;
  font-weight: 500;
}

.place-item-name {
  font-size: 3.75rem;
  line-height: var(--lh-115);
  letter-spacing: -.1125rem;
  text-transform: uppercase;
  padding-top: .8rem;
  font-weight: 700;
}

.place-item-text-wrap {
  display: flex;
}

.place-item {
  justify-content: flex-end;
  align-items: center;
  display: inline-block;
}

.place-wrap {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.place-img {
  border-radius: .25rem;
  width: 47.1875rem;
}

.form {
  font-family: var(--inter);
  margin-bottom: 0;
  font-weight: 500;
}

.form-block {
  max-width: 46.25rem;
}

.red-btn {
  background-color: var(--accent);
  font-size: var(--tabs-btn);
  letter-spacing: .02rem;
  text-transform: uppercase;
  border-radius: .25rem;
  padding: 1.56rem 2.81rem;
  line-height: 100%;
}

.field {
  color: var(--light);
  font-size: var(--text-20-12);
  line-height: var(--lh-115);
  letter-spacing: -.0375rem;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #414141;
  border-radius: 0;
  margin-bottom: 3.75rem;
  padding: .8rem 0 1.875rem;
  transition: border .2s ease-in-out;
}

.field:hover,
.field:focus {
  border-bottom-color: var(--light);
}

.field.field-comment {
  color: var(--light);
  padding-top: .8rem;
  padding-bottom: 6.625rem;
}

.simpl-text-list-dot {
  padding-bottom: var(--simpl-text-paragraph\<deleted\|variable-ba54ec83-c3fa-656e-ddab-ac84a5fca0e7\>);
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 500;
}

.wrap-simpl-text-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: auto;
  padding-left: 1.6rem;
}

.simpl-text-list-number {
  padding-bottom: var(--simpl-text-paragraph\<deleted\|variable-ba54ec83-c3fa-656e-ddab-ac84a5fca0e7\>);
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 500;
}

.second-level-simple-text-list-dot {
  margin-bottom: 0;
  padding-left: 3rem;
  list-style-type: disc;
}

.start-simple-second-level {
  padding-bottom: var(--simpl-text-paragraph\<deleted\|variable-ba54ec83-c3fa-656e-ddab-ac84a5fca0e7\>);
  font-weight: 500;
  list-style-type: none;
}

.image-block-preview {
  padding-bottom: 4rem;
}

.img-simple {
  border-radius: .25rem;
  width: 100%;
}

.corp-first-screen-wrap {
  z-index: 9;
  position: relative;
}

.corp-main-screen {
  z-index: 99;
  padding-top: var(--container-top);
  padding-right: var(--container-side);
  padding-left: var(--container-side);
  position: relative;
}

.top-section-corp {
  padding-bottom: var(--top-sect-pad-bot);
  display: flex;
}

.top-section-corp.top-section-line {
  border-bottom: 1px solid #e9e9e9;
}

.group-work-wrap {
  padding: 8.125rem var(--container-side) 12.5rem;
}

.group-work-title-div {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border-top: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
  justify-content: center;
  align-items: center;
  padding: 1.375rem 1.1875rem;
  display: flex;
}

.group-work-block-title {
  font-family: var(--inter);
  color: var(--dark);
  font-size: var(--simple-text-20-14);
  line-height: var(--lh-115);
  text-align: center;
  letter-spacing: .02rem;
  max-width: 13.75rem;
  font-weight: 500;
}

.line-decor-light {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.line-decor-light-item {
  background-color: #a8a8a8;
  width: 1px;
  height: .5rem;
}

.group-title-work-wrap {
  opacity: .7;
  justify-content: center;
  display: flex;
  position: relative;
}

.type-group-work {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 94rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7.125rem;
  display: flex;
}

.type-group-item-link {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--dark);
  justify-content: flex-end;
  align-items: center;
  transition: color .2s ease-in-out;
}

.type-group-item-link:hover,
.type-group-item-link.accent-type-group {
  color: var(--accent);
}

.type-group-item-text-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.type-group-item-numb {
  font-family: var(--inter);
  font-size: 1rem;
  line-height: var(--lh-130);
  letter-spacing: -.0375rem;
  align-self: flex-start;
  padding-top: 1rem;
  font-weight: 500;
}

.type-group-item-name {
  letter-spacing: -.1rem;
  text-transform: uppercase;
  padding-top: .8rem;
  font-size: 5rem;
  font-weight: 700;
  line-height: 90%;
}

.request-container {
  padding-right: var(--container-side);
  padding-left: var(--container-side);
  background-color: var(--dark);
  color: var(--light);
}

.request-title-wrap {
  padding-top: 12.5rem;
  padding-bottom: .75rem;
  padding-left: 16.25rem;
}

.request-caps {
  letter-spacing: -.025rem;
  max-width: 23.75rem;
}

.request-caps-wrap {
  font-family: var(--inter);
  font-size: var(--simple-text-20-14);
  line-height: var(--lh-130);
  padding-bottom: 2.5rem;
  font-weight: 500;
}

.request-links-wrap {
  width: 50%;
  padding-left: 16.25rem;
}

.heading-request {
  letter-spacing: -.15rem;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 7.5rem;
  font-weight: 700;
  line-height: 90%;
}

.request-wrap {
  justify-content: space-between;
  padding-top: 3.5rem;
  padding-bottom: 12.5rem;
  display: flex;
}

.novosti-container {
  justify-content: flex-end;
  align-items: stretch;
  padding-bottom: 3.75rem;
  display: flex;
  position: relative;
}

	@media (min-width:992px) {
		html.w-mod-js:not(.w-mod-ix) [data-w-id="f18ce512-a6ed-7e80-508e-d8a3423a7169"] {
			-webkit-transform: translate3d(0, 110%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			-moz-transform: translate3d(0, 110%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			-ms-transform: translate3d(0, 110%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			transform: translate3d(0, 110%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
		}

		html.w-mod-js:not(.w-mod-ix) [data-w-id="270193db-dab6-5067-0c71-97282ee2ed4f"] {
			-webkit-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			-moz-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			-ms-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
		}

		html.w-mod-js:not(.w-mod-ix) [data-w-id="38f11a19-fbb5-29fc-556d-854517656f6d"] {
			-webkit-transform: translate3d(46rem, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			-moz-transform: translate3d(46rem, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			-ms-transform: translate3d(46rem, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			transform: translate3d(46rem, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			width: 0rem;
		}

		html.w-mod-js:not(.w-mod-ix) [data-w-id="adb19a04-dcdc-069b-64df-dd13d5b3c696"] {
			-webkit-transform: translate3d(-20rem, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			-moz-transform: translate3d(-20rem, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			-ms-transform: translate3d(-20rem, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			transform: translate3d(-20rem, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
		}

		html.w-mod-js:not(.w-mod-ix) [data-w-id="f90e50a2-e647-6252-ae01-8bd74d0021ea"] {
			-webkit-transform: translate3d(0rem, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			-moz-transform: translate3d(0rem, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			-ms-transform: translate3d(0rem, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			transform: translate3d(0rem, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
		}
	}

	@media (max-width:991px) and (min-width:768px) {
		html.w-mod-js:not(.w-mod-ix) [data-w-id="f18ce512-a6ed-7e80-508e-d8a3423a7169"] {
			-webkit-transform: translate3d(0, 110%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			-moz-transform: translate3d(0, 110%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			-ms-transform: translate3d(0, 110%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			transform: translate3d(0, 110%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
		}

		html.w-mod-js:not(.w-mod-ix) [data-w-id="270193db-dab6-5067-0c71-97282ee2ed4f"] {
			-webkit-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			-moz-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			-ms-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
		}

		html.w-mod-js:not(.w-mod-ix) [data-w-id="38f11a19-fbb5-29fc-556d-854517656f6d"] {
			-webkit-transform: translate3d(46rem, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			-moz-transform: translate3d(46rem, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			-ms-transform: translate3d(46rem, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			transform: translate3d(46rem, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			width: 0rem;
		}

		html.w-mod-js:not(.w-mod-ix) [data-w-id="adb19a04-dcdc-069b-64df-dd13d5b3c696"] {
			-webkit-transform: translate3d(-20rem, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			-moz-transform: translate3d(-20rem, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			-ms-transform: translate3d(-20rem, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			transform: translate3d(-20rem, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
		}

		html.w-mod-js:not(.w-mod-ix) [data-w-id="f90e50a2-e647-6252-ae01-8bd74d0021ea"] {
			-webkit-transform: translate3d(0rem, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			-moz-transform: translate3d(0rem, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			-ms-transform: translate3d(0rem, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			transform: translate3d(0rem, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
		}
	}

	@media (max-width:767px) and (min-width:480px) {
		html.w-mod-js:not(.w-mod-ix) [data-w-id="f18ce512-a6ed-7e80-508e-d8a3423a7169"] {
			-webkit-transform: translate3d(0, 110%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			-moz-transform: translate3d(0, 110%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			-ms-transform: translate3d(0, 110%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			transform: translate3d(0, 110%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
		}

		html.w-mod-js:not(.w-mod-ix) [data-w-id="270193db-dab6-5067-0c71-97282ee2ed4f"] {
			-webkit-transform: translate3d(0, 104%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			-moz-transform: translate3d(0, 104%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			-ms-transform: translate3d(0, 104%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			transform: translate3d(0, 104%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
		}

		html.w-mod-js:not(.w-mod-ix) [data-w-id="38f11a19-fbb5-29fc-556d-854517656f6d"] {
			-webkit-transform: translate3d(22.4rem, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			-moz-transform: translate3d(22.4rem, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			-ms-transform: translate3d(22.4rem, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			transform: translate3d(22.4rem, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			width: 0rem;
		}

		html.w-mod-js:not(.w-mod-ix) [data-w-id="ed60bb2c-5e98-27bc-d01d-028a78870adf"] {
			-webkit-transform: translate3d(0, 120%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			-moz-transform: translate3d(0, 120%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			-ms-transform: translate3d(0, 120%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			transform: translate3d(0, 120%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
		}

		html.w-mod-js:not(.w-mod-ix) [data-w-id="2bacdcda-a8c9-9f74-eb7f-0516e22b80e0"] {
			-webkit-transform: translate3d(0, 120%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			-moz-transform: translate3d(0, 120%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			-ms-transform: translate3d(0, 120%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			transform: translate3d(0, 120%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
		}
	}

	@media (max-width:479px) {
		html.w-mod-js:not(.w-mod-ix) [data-w-id="f18ce512-a6ed-7e80-508e-d8a3423a7169"] {
			-webkit-transform: translate3d(0, 110%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			-moz-transform: translate3d(0, 110%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			-ms-transform: translate3d(0, 110%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			transform: translate3d(0, 110%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
		}

		html.w-mod-js:not(.w-mod-ix) [data-w-id="270193db-dab6-5067-0c71-97282ee2ed4f"] {
			-webkit-transform: translate3d(0, 104%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			-moz-transform: translate3d(0, 104%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			-ms-transform: translate3d(0, 104%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			transform: translate3d(0, 104%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
		}

		html.w-mod-js:not(.w-mod-ix) [data-w-id="38f11a19-fbb5-29fc-556d-854517656f6d"] {
			-webkit-transform: translate3d(22.4rem, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			-moz-transform: translate3d(22.4rem, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			-ms-transform: translate3d(22.4rem, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			transform: translate3d(22.4rem, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			width: 0rem;
		}

		html.w-mod-js:not(.w-mod-ix) [data-w-id="ed60bb2c-5e98-27bc-d01d-028a78870adf"] {
			-webkit-transform: translate3d(0, 120%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			-moz-transform: translate3d(0, 120%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			-ms-transform: translate3d(0, 120%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			transform: translate3d(0, 120%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
		}

		html.w-mod-js:not(.w-mod-ix) [data-w-id="2bacdcda-a8c9-9f74-eb7f-0516e22b80e0"] {
			-webkit-transform: translate3d(0, 120%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			-moz-transform: translate3d(0, 120%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			-ms-transform: translate3d(0, 120%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
			transform: translate3d(0, 120%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
		}
	}

@media (min-width: 991px) {
  .novosti-container {
    min-height: 44rem;
  }

  .footer-content-caps {
    flex-flow: wrap;
    grid-row-gap: 0.8rem;
  }
}

.novosti-info-wrap {
  width: 66.5625rem;
}

.novosti-img-wrap {
  padding-top: 3.75rem;
  display: none;
}

.novosti-img {
  width: 37.375rem;
}

.novosti-info-item {
  color: var(--light);
  border-bottom: 1px solid #414141;
  justify-content: space-between;
  margin-top: -1px;
  margin-bottom: -2px;
  padding: 3.75rem 1.875rem 3.75rem 1.25rem;
  display: flex;
}

.novosti-info-item.anim-list-item {
  padding-top: 3.55rem;
}

.novosti-date {
  opacity: .5;
  font-family: var(--inter);
  font-size: 1.25rem;
  line-height: var(--lh-130);
  letter-spacing: -.0375rem;
  width: 7.375rem;
  padding-top: .2rem;
}

.novosti-date.anim-list-address {
  padding-top: .4rem;
}

.novosti-info-title {
  font-size: 3.75rem;
  line-height: var(--lh-105);
  letter-spacing: -.1125rem;
  width: 48.75rem;
  font-weight: 700;
}

.novosti-info-title.anim-list-head {
  margin-bottom: -.3rem;
}

.novosti-info-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.novosti-arrow {
  justify-content: center;
  align-items: center;
  width: 2.375rem;
  display: flex;
}

.novosti-arrow-wrap {
  align-self: center;
  overflow: hidden;
}

.top-section-novosti {
  margin-bottom: var(--top-sect-marg-bot);
  padding-bottom: var(--top-sect-pad-bot);
  display: flex;
}

.top-section-novosti.top-section-line {
  border-bottom: 1px solid #414141;
  margin-bottom: 0;
}

.top-section-novosti.top-section-line-light {
  border-bottom: 1px solid #f1f1f1;
}

.novosti-img-wrap-mob {
  display: none;
}

.novosti-img-preview {
  opacity: 0;
  background-image: url('../images/novosti-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .5rem;
  width: 37.375rem;
  height: 37.375rem;
}

.novosti-img-preview.novosti-img-2 {
  background-image: url('../images/novosti-2.jpg');
}

.novosti-img-preview.novosti-img-3 {
  background-image: url('../images/novosti-3.jpg');
}

.novosti-img-block {
  pointer-events: none;
  padding-top: 3.75rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.novosti-header-h1 {
  color: var(--dark);
  letter-spacing: -.15rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.5rem;
  line-height: 90%;
}

.novosti-header-h1.content-headet-title-center {
  text-align: center;
}

.novosti-header-h1.header-dark {
  color: var(--light);
}

.novosti-header-h1.header-title-dop-page {
  font-size: var(--page-title-h1);
}

.simple-h2-novosti {
  font-size: var(--text-80-32);
  letter-spacing: -.1rem;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 90%;
}

.image-block-novosti {
  padding-bottom: 3.375rem;
}

.simpl-wrap-h2-novosti {
  padding-bottom: 2.5rem;
}

.breadcrumbs-arrow {
  justify-content: center;
  align-items: flex-end;
  width: .5rem;
  display: flex;
}

.breadcrumbs-arrow-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.share-btn-wrap {
  background-color: var(--grey-card);
  color: var(--dark);
  cursor: pointer;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.share-btn-wrap-custom {
  position: absolute;
  inset: 0% auto auto 0%;
}

.share-btn-wrap-custom .ya-share2__link_more {
  border-radius: .25rem !important;

}

.share-btn-wrap-custom .ya-share2__badge_more {
  display: inline-flex !important;
  align-items: center !important;
  padding: 1rem 1.5rem;
  gap: .5rem;
}

.share-btn-wrap-custom .ya-share2__badge_more:before {
  content: 'Поделиться';
  color: #000;
  text-transform: uppercase;
}

.share-btn-wrap-custom .ya-share2__popup {

  left: 0 !important;
  right: auto !important;
  min-width: 100% !important;
  margin-top: 10px !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  background-color: #f4f4f4 !important;
}

.share-btn-wrap-custom .ya-share2__popup_direction_bottom {
  top: 100% !important;
  margin-top: 10px !important;
}

@media (min-width: 991px) and (max-width:1400px) {
  .share-btn-wrap-custom .ya-share2__badge_more{
    padding-left: 1rem!important;
    padding-right: 1rem!important;
    font-size: 12px!important;
  }
}



.share-icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  display: flex;
}

.share-text-btn {
  font-family: var(--inter);
  font-size: 1rem;
  line-height: var(--lh-115);
  letter-spacing: .02rem;
  text-transform: uppercase;
  padding-top: .2rem;
  font-weight: 500;
}

.novosti-img-preview-visible {
  background-image: url('../images/novosti-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .5rem;
  width: 37.375rem;
  height: 37.375rem;
}

.novosti-img-preview-visible.novosti-img-2 {
  background-image: url('../images/novosti-2.jpg');
}

.novosti-img-preview-visible.novosti-img-3 {
  background-image: url('../images/novosti-3.jpg');
}

.novosti-img-block-visible {
  pointer-events: none;
  padding-top: 3.75rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.aboute-sticky-container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0%;
  left: auto;
  right: auto;
  overflow: hidden;
}

.team-modal-container {
  z-index: 999;
  opacity: 0;
  background-color: #07070780;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding-top: 1rem;
  padding-right: 1rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.team-modal-window {
  background-color: #292929;
  border-radius: .25rem;
  margin-right: -50vw;
  padding: 2.75rem;
}

.team-modal-content {
  width: 31.25rem;
}

.team-modal-title {
  font-size: 3.75rem;
  line-height: var(--lh-105);
  letter-spacing: -.1125rem;
  padding-bottom: .25rem;
  font-weight: 700;
}

.team-modal-caps {
  font-family: var(--inter);
  color: var(--grey-hover);
  font-size: 1rem;
  line-height: var(--lh-130);
  letter-spacing: -.02rem;
  font-weight: 500;
}

.team-modal-description {
  font-family: var(--inter);
  font-size: 1rem;
  line-height: var(--lh-130);
  letter-spacing: -.02rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.modal-simpl-text-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: auto;
  padding-left: 1rem;
}

.modal-simpl-text-list-dot {
  border-bottom: 1px solid #414141;
  margin-top: auto;
  margin-bottom: .875rem;
  padding-bottom: .875rem;
}

.modal-team-social-wrap {
  font-family: var(--inter);
  line-height: var(--lh-130);
}

.modal-social-caps {
  opacity: var(--opacity50\<deleted\|variable-2477e909-53e3-8942-5d96-8b2a07301781\>);
  color: var(--light);
  padding-bottom: 1rem;
  font-size: 1rem;
}

.modal-social-icons {
  font-size: var(--text-20-12);
}

.modal-social-icons.provider {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  display: flex;
}

.modal-social-icons.contact-wrap-phone {
  padding-bottom: .6rem;
}

.modal-social-caps-text {
  letter-spacing: -.02rem;
}

.close-modal-wrap {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  inset: 1.5rem 1.5rem auto auto;
}

.close-modal {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  transition: opacity .2s ease-in-out;
  display: flex;
}

.close-modal:hover {
  opacity: .7;
}

.info-card-text.simpl-text-20-corp {
  padding-right: 0;
}

.info-card-wrap-text {
  width: 50%;
  display: flex;
}

.info-card-wrap-text.card-text-corp {
  width: 72%;
}

.info-card-content {
  justify-content: space-between;
  display: flex;
}

.more-novosti-conteiner {
  padding: 9.375rem var(--container-side);
  background-color: var(--dark);
}

.more-novosti-title-wrap {
  color: var(--light);
  text-transform: uppercase;
  border-bottom: 1px solid #414141;
  padding-bottom: 5rem;
}

.more-novosti-title {
  font-size: var(--title-h2);
  letter-spacing: -.15rem;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 90%;
}

._404-container {
  background-color: var(--accent);
  background-image: url('../images/404-decor.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 500px;
  display: flex;
}

._404-content {
  color: var(--light);
  text-align: center;
}

._404-text {
  letter-spacing: -.25rem;
  font-size: 25rem;
  font-weight: 700;
  line-height: 90%;
}

._404-caps {
  font-family: var(--inter);
  font-size: var(--simple-text-20-14);
  letter-spacing: -.025rem;
  width: 30.375rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3.375rem;
  font-weight: 500;
  line-height: 130%;
}

.btn {
  font-family: var(--inter);
  font-size: 1rem;
  line-height: var(--lh-115);
  letter-spacing: .02rem;
  text-transform: uppercase;
  border-radius: .25rem;
  padding: 0;
  font-weight: 500;
}

.btn.w--current {
  z-index: 9;
  background-color: #1b1b1b00;
  position: relative;
}

.btn.btn-red.small-btn {
  background-color: var(--accent);
  padding: 1rem 1.5rem;
}

.btn.text-hover.text-black {
  color: var(--dark);
  width: 100%;
  inset: 100% 0% 0%;
}

.btn.text-hover.text-red {
  color: var(--accent);
  width: 100%;
  inset: 100% 0% 0%;
}

.btn.text-hover.text-white {
  color: var(--light);
}

.btn.text {
  font-size: var(--tabs-btn);
}

.flip-button {
  border-radius: .25rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.flip-button.btn-red-to-black {
  background-color: var(--accent);
  color: var(--light);
  padding: 1rem 1.5rem;
}

.flip-button.btn-red-to-black.new-red-bnt {
  padding: 1.5625rem 2.8125rem;
}

.flip-button.btn-red-to-black.small-btn {
  color: var(--light);
  padding: 1rem 1.5rem;
}

.flip-button.btn-black-to-white {
  background-color: var(--dark);
  color: var(--light);
  padding: 1.5625rem 2.8125rem;
}

.flip-button.btn-black-to-white.modal-btn-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.flip-button.btn-grey {
  background-color: #292929;
}

.flip-button.btn-red {
  background-color: #e53131;
}

.flip-button.btn-red-to-white {
  background-color: var(--accent);
  color: var(--light);
  padding: 1.5625rem 2.8125rem;
}

.flip-button.btn-grey-to-lightgrey {
  color: var(--light);
  background-color: #292929;
  padding: .875rem 1.5rem;
}

.flip-button.btn-grey-to-lightgrey.tab-button-active {
  background-color: var(--light);
  color: var(--dark);
}

.flip-button.btn-club-red {
  background-color: var(--accent);
  cursor: pointer;
}

.flip-button.btn-pagination {
  justify-content: center;
  align-items: center;
  width: 3.4375rem;
  height: 3.4375rem;
  display: flex;
}

.flip-button.btn-pagination.btn-grey-to-lightgrey {
  padding: 0;
}

.text-hover {
  position: absolute;
}

.corp-first-screen {
  height: 400vh;
  position: relative;
}

.corp-first-screen-sticky {
  width: 100%;
  height: 100vh;
  padding-bottom: 2.1vw;
  position: sticky;
  top: 0;
  left: auto;
  right: auto;
}

.corp-zastavka {
  z-index: 19;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/corp-preview.jpg');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: content-box;
  border-radius: .25rem;
  width: 32vw;
  height: 60vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.corp-zastavka-wrap {
  padding-right: var(--container-side);
  padding-left: var(--container-side);
  width: 100%;
}

.main-screen-container {
  background-image: url('../images/404-decor.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: space-between;
  height: 100vh;
  min-height: 800px;
  display: flex;
}

.main-title-wrap {
  color: var(--light);
  text-align: center;
  letter-spacing: -.1rem;
  flex-flow: column;
  justify-content: center;
  height: 100%;
  font-weight: 700;
  display: flex;
}

.main-title {
  font-size: var(--title-h1);
  letter-spacing: -.25rem;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 90%;
}

.main-title-logo {
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .page-home .header .header-logo {
    display: none;
  }
}

@media (min-width: 768px) {
  .main-title-logo {
    display: none;
  }
}

.main-title-caps {
  font-size: var(--text-80-32);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 90%;
}

.main-bottom-block {
  z-index: 6;
  padding-right: var(--container-side);
  padding-bottom: var(--container-side);
  padding-left: var(--container-side);
  justify-content: space-between;
  display: flex;
  position: relative;
}

.line-decor-item-main {
  background-color: #eb6767;
  width: 1px;
  height: .5rem;
}

.app-item-main {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border-top: 1px solid #eb6767;
  border-bottom: 1px solid #eb6767;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
  display: flex;
}

.slider-img-wrap {
  z-index: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.main-slide-1 {
  will-change: transform, width;
  transform-style: preserve-3d;
  background-image: url('../images/slide-1.png');
  background-position: 80% 0;
  background-repeat: no-repeat;
  background-size: 52rem 34rem;
  width: 0;
  height: 34rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translateZ(0);
}

.wrap-block {
  margin-bottom: 1.875rem;
  overflow: hidden;
}

.preloader {
  z-index: 9999;
  background-color: var(--light);
  pointer-events: none;
  position: fixed;
  inset: 0%;
}

.image {
  width: 52rem;
}

.main-slide-2 {
  will-change: transform, width;
  transform-style: preserve-3d;
  background-image: url('../images/slide-2.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 52rem 34rem;
  width: 0;
  height: 34rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translateZ(0);
}

.btn-mobile {
  z-index: 0;
  display: none;
  position: relative;
}

.advantages-container {
  height: 300vh;
}

.advantages-sticky-block {
  background-color: #101010;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  left: auto;
  right: auto;
}

.advantages-coll-title {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gradient {
  z-index: 0;
  background-image: linear-gradient(180deg, #07070700, var(--dark));
  width: 100%;
  height: 18rem;
  position: absolute;
  inset: auto 0% 0%;
}

.advantages-content {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  position: relative;
}

.gradient-radial {
  z-index: 0;
  opacity: .3;
  background-image: radial-gradient(circle at 48%, #b1b1b1, #3d3d3d);
  width: 100%;
  height: 100%;
  position: static;
  inset: auto 0% 0%;
}

.for-clients-container {
  background-color: var(--dark);
  padding-top: 26.25rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.advantages-text {
  color: var(--light);
  font-size: var(--text-80-32);
  letter-spacing: -.1rem;
  font-weight: 700;
  line-height: 90%;
}

.advantages-text.advantages-text-right {
  text-align: right;
}

.advantages-center-coll {
  padding-top: 13rem;
  padding-right: var(--container-side);
  padding-left: var(--container-side);
  grid-column-gap: 8.125rem;
  grid-row-gap: 8.125rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.advantages-caps {
  font-family: var(--inter);
  color: var(--light);
  line-height: var(--lh-115);
  letter-spacing: .02rem;
  text-transform: uppercase;
  border-top: 1px solid #575757;
  border-bottom: 1px solid #575757;
  justify-content: space-between;
  align-items: stretch;
  font-weight: 500;
  display: flex;
  position: relative;
}

.advantages-caps-numb {
  grid-column-gap: .6875rem;
  grid-row-gap: .6875rem;
  opacity: .35;
  flex-flow: column;
  padding: 1.5rem 1.25rem;
  display: flex;
}

.advantages-caps-item {
  grid-column-gap: .6875rem;
  grid-row-gap: .6875rem;
  flex-flow: column;
  padding: 1.5rem 1.25rem;
  display: flex;
}

.advantages-caps-item.right-capt {
  text-align: right;
}

.line-decor-item-advantages {
  background-color: #575757;
  width: 1px;
  height: .5rem;
}

.advantages-coll-item {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.advantages-coll-item.advantages-coll-item-caps {
  font-size: 1rem;
}

.advantages-title {
  text-align: center;
}

.advantages-title-block {
  color: #e82525;
  font-size: var(--content-260);
  letter-spacing: -.4875rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  font-weight: 700;
  line-height: 90%;
  display: flex;
}

.advantages-btn-wrap {
  z-index: 99;
  justify-content: center;
  align-items: center;
  display: flex;
}

.advantages-btn-wrap.advantages-btn-wrap-mobile {
  display: none;
}

.advantages-title-wrap {
  overflow: hidden;
}

.advantages-card-block {
  z-index: 0;
  padding-top: 0;
  margin-top: -12vh;
  position: relative;
}

.advantages-card-wrap {
  z-index: 9;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.div-block {
  background-color: #000;
}

.advantages-card-img {
  width: 28.125rem;
}

.main-screen {
  background-color: var(--accent);
}

.advantages-fon {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.advantages-caps-decor-mobile {
  display: none;
}

.line-decor-item-mob-top,
.line-decor-item-mob-bottom {
  background-color: #575757;
  width: 1px;
  height: .5rem;
}

.for-clients-wrap {
  z-index: 0;
  padding-right: var(--container-side);
  padding-left: var(--container-side);
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: center;
  width: 100%;
  display: inline-flex;
  position: relative;
}

.run-logo-container {
  width: 100%;
  position: absolute;
  inset: auto 0% 14.625rem;
  overflow: hidden;
}

.run-logo-wrap {
  gap: 12.5rem;
  /* grid-column-gap: 12.5rem; */
  /* grid-row-gap: 12.5rem; */
  display: flex;
}

.run-logo-item {
  width: auto;
  height: 4.625rem;
}

.more-novosti-btn-container {
  z-index: 0;
  justify-content: center;
  align-items: flex-start;
  padding-left: 48.4375rem;
  position: relative;
}

.choice-club-video-block {
  left: auto;
  right: auto;
  bottom: var(--container-side);
  width: 47.1875rem;
  height: 21.4375rem;
  position: sticky;
}

.background-video {
  width: 100%;
  height: 100%;
}

.div-block-2 {
  height: 300vh;
  position: relative;
}

.sticky-wrap-block-video {
  justify-content: flex-end;
  align-items: flex-end;
  height: 180vh;
  margin-top: -21.4375rem;
  display: flex;
}

.place-main-page-block {
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.choice-name-little-caps {
  font-family: var(--inter);
  font-size: var(--simple-text-20-14);
  line-height: var(--lh-130);
  letter-spacing: -.0375rem;
  text-transform: uppercase;
  font-weight: 500;
}

.mobile-burg-btn {
  display: none;
}

.mega-menu-mobile {
  z-index: 99;
  display: none;
}

.div-block-3 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 52rem;
  height: 34rem;
  position: absolute;
  overflow: hidden;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header-light {
  color: var(--light);
}

.header-dark {
  color: var(--dark);
}

.slider-wrapper {
  pointer-events: none;
  width: 52rem;
  height: 34rem;
  position: relative;
  overflow: hidden;
}

.header-light-dop-menu {
  background-color: var(--dark);
  color: var(--light);
}

.header-light-dop-menu.fixdesk-menu {
  background-color: var(--light);
  width: 100%;
  position: fixed;
  top: -8rem;
}

.header-light-dop-menu.fixdesk-menu.red-dop-menu {
  background-color: var(--accent);
}

.logo-dop-menu {
  width: 3.25rem;
}

.header-logo-dop-menu {
  position: absolute;
  top: 1.2rem;
  left: calc(50% - 1.625rem);
}

.header-dop-menu {
  padding: 1.875rem var(--container-side);
  justify-content: space-between;
  display: flex;
}

.header-dop-menu.header-absolute {
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.header-dark-dop-menu {
  background-color: var(--dark);
  color: var(--light);
}

.header-dark-dop-menu.fixdesk-menu {
  background-color: var(--dark);
  width: 100%;
  position: fixed;
  top: -8rem;
}

.header-dark-dop-menu.fixdesk-menu.red-dop-menu {
  background-color: var(--accent);
}

.top-section-club-wrap {
  padding-bottom: var(--top-sect-pad-bot);
  display: flex;
}

.top-section-club-wrap.top-section-line {
  border-bottom: 1px solid #414141;
}

.top-section-club-wrap.top-section-line-light {
  border-bottom: 1px solid #f1f1f1;
}

.logo-link {
  display: flex;
}

.header-red {
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.search-form {
  border-radius: .25rem;
  width: 22.5rem;
  margin-bottom: 0;
}

.simple-wrap-btn {
  padding-top: 4rem;
}

.cookie-block {
  z-index: 9999;
  color: #fff;
  background-color: #070707;
  border-radius: .25rem;
  min-width: 37.5rem;
  padding: 2.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto auto 2.5rem 2.5rem;
}

.btn-2 {
  letter-spacing: .02rem;
  text-transform: uppercase;
  background-color: #1b1b1b;
  border-radius: .25rem;
  padding: 1.5625rem 2.8125rem;
  font-family: Inter, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 115%;
}

.btn-2.w--current {
  z-index: 9;
  background-color: #1b1b1b00;
  position: relative;
}

.btn-2.btn-red {
  background-color: #e53131;
}

.btn-2.btn-red.small-btn {
  padding: 1rem 1.5rem;
}

.cookie-text {
  letter-spacing: -.02rem;
  max-width: 28.4375rem;
  padding-top: 1rem;
  padding-bottom: 3rem;
  font-family: Inter, Arial, sans-serif;
  font-size: 1rem;
  line-height: 130%;
}

.cookie-title {
  letter-spacing: -.0825rem;
  text-transform: uppercase;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 105%;
}

.close-modal-2 {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  transition: opacity .2s ease-in-out;
  display: flex;
}

.close-modal-2:hover {
  opacity: .7;
}

.close-cookie-wrap {
  z-index: 9999;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  inset: 1.5rem 1.5rem auto auto;
}

.text-red-link {
  opacity: 1;
  color: #e53131;
  -webkit-text-stroke-color: #e53131;
}

.close-fon {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.close-team-block {
  width: 100%;
  height: 100%;
}

.hover-arrow-card {
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 5.75rem;
  height: 5.75rem;
  display: flex;
  position: absolute;
  inset: auto 2.75rem -7.875rem auto;
  overflow: clip;
}

.arrow-card {
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  display: flex;
  position: relative;
}

.hover-card {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fon-arr-card {
  background-color: var(--light);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fon-arr-card.fon-arr-card-red {
  background-color: var(--dop-accent);
}

.team-card-img-wrap {
  cursor: pointer;
  border-radius: .25rem;
  overflow: hidden;
}

.slider-spinner {
  justify-content: center;
  align-items: center;
  width: 61.5rem;
  position: absolute;
  inset: 0% 0% 0% -30.75rem;
}

.text-wrapper {
  position: relative;
  overflow: hidden;
}

.choice-btn-inner {
  justify-content: center;
  align-items: center;
  width: 10.125rem;
  height: 8.625rem;
  display: flex;
}

.club-list-head-wrapper {
  max-width: 70rem;
  position: relative;
}

.news-list-head-wrapper {
  overflow: hidden;
}

.news-list-head-wrapper.anim-list-head-wrapper {
  padding-top: .2rem;
}

.form-modal-title {
  letter-spacing: -.1rem;
  max-width: 28.375rem;
  padding-bottom: .25rem;
  font-size: 5rem;
  font-weight: 700;
  line-height: 90%;
}

.form-modal-wrap {
  width: 31.25rem;
  padding-top: 2.75rem;
}

.form-block-copy {
  max-width: 46.25rem;
}

.form-modal {
  font-family: var(--inter);
  margin-bottom: 0;
  font-weight: 500;
}

.field-modal {
  color: var(--light);
  font-size: 1rem;
  line-height: var(--lh-130);
  letter-spacing: .02rem;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #ee7979;
  margin-bottom: 2.75rem;
  padding: .2rem 0 1.5rem;
  transition: border .2s ease-in-out;
}

.field-modal:hover,
.field-modal:focus {
  border-bottom-color: var(--light);
}

.field-modal::placeholder {
  color: #f7c1c1;
}

.field-modal.field-comment {
  margin-bottom: 3.375rem;
  padding-top: .8rem;
  padding-bottom: 4.5rem;
}

.success-modal-container {
  z-index: 999;
  color: #fff;
  background-color: #07070780;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.success-modal-window {
  background-color: #e53131;
  border-radius: .25rem;
  padding: 2.75rem;
  display: inline-block;
}

.success-modal-content {
  width: 31.25rem;
}

.form-modal-title {
  letter-spacing: -.1rem;
  max-width: 28.375rem;
  padding-bottom: .25rem;
  font-size: 5rem;
  font-weight: 700;
  line-height: 90%;
}

.success-modal-caps {
  opacity: .7;
  letter-spacing: -.025rem;
  padding-top: 1rem;
  padding-bottom: 3.375rem;
  font-family: Inter, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 130%;
}

.form-modal-container {
  z-index: 999;
  color: var(--light);
  background-color: #07070780;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.form-modal-window {
  background-color: var(--accent);
  border-radius: .25rem;
  margin-right: -50vw;
  padding: 2.75rem;
}

.form-modal-content {
  width: 31.25rem;
}

.close-form-block {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.clone-choice-btn-inner {
  justify-content: center;
  align-items: center;
  width: 10.125rem;
  height: 8.625rem;
  display: flex;
  position: absolute;
}

.btn-club-red-button-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  font-family: var(--inter);
  color: var(--light);
  font-size: var(--tabs-btn);
  line-height: var(--lh-115);
  letter-spacing: .02rem;
  text-transform: uppercase;
  border-radius: .25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  font-weight: 500;
  display: inline-flex;
}

.btn-club-red-button-wrap.text-wrapper {
  flex-flow: column;
}

.front-normal {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
}

.back-normal {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: none;
}

.front-hover {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--accent);
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
  position: absolute;
  inset: auto 0% -100%;
}

.back-hover {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--accent);
  display: none;
}

.change-text-icon-hover {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.change-text-icon-hover-tap {
  display: none;
  overflow: hidden;
}

.wrap-numb {
  overflow: hidden;
}

.front-share-btn {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hover-share-btn {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--light);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: -100%;
}

.wrap-text-share {
  position: relative;
  overflow: hidden;
}

.psgination-container {
  justify-content: space-between;
  align-items: center;
  padding-top: 3.75rem;
  padding-bottom: 4.375rem;
  display: flex;
}

.back-page-pagination {
  padding-right: .6rem;
}

.wrap-btn-pagination {
  background-color: #292929;
  border-radius: .25rem;
  padding: 1rem 1.5rem;
  position: relative;
  overflow: hidden;
}

.wrap-text-pagination {
  position: relative;
  overflow: hidden;
}

.front-pagination-btn {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pagination-arrow {
  justify-content: center;
  align-items: center;
  width: .8125rem;
  display: flex;
}

.text-pagination {
  font-family: var(--inter);
  color: var(--light);
  font-size: var(--tabs-btn);
  line-height: var(--lh-130);
  letter-spacing: .02rem;
  text-transform: uppercase;
  padding-top: .1rem;
  font-weight: 500;
}

.hover-pagination-btn {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: -100%;
}

.numb-page-pagination {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-pagination {
  border-radius: .2rem;
  justify-content: center;
  align-items: center;
  width: 3.4375rem;
  height: 3.4375rem;
  display: flex;
}

.btn-pagination.btn-grey-to-lightgrey {
  background-color: #292929;
  border-radius: .2rem;
}

.btn-pagination.btn-red-active {
  background-color: var(--accent);
}

.share-social-btn-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: #f4f4f4;
  border-radius: .25rem;
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: 4.1875rem auto auto 0%;
}

.share-social-item {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: #070707;
  flex-flow: row;
  align-items: center;
  transition: opacity .2s ease-in-out;
  display: flex;
}

.share-social-item:hover {
  opacity: .7;
}

.icon-share {
  width: 1.5rem;
  height: 1.5rem;
}

.caps-share {
  letter-spacing: -.02rem;
  font-family: Inter, Arial, sans-serif;
  font-size: 1rem;
  line-height: 130%;
}

@media screen and (max-width: 991px) {
	body#body {
    width: 100vw;
	}
  .content-header {
    max-width: none;
  }

  .content-header.content-headet-center {
    width: auto;
    margin-left: 0;
  }

  .content-header.content-headet-center-corp {
    width: auto;
    max-width: none;
    margin-right: auto;
  }

  .breadcrumbs {
    width: auto;
    max-width: none;
    padding-bottom: 1.25rem;
    padding-right: 0;
  }

  .top-section {
    display: block;
  }

  .top-section.top-section-line-light.top-section-page-novosti {
    border-bottom-style: none;
    margin-bottom: 0;
    padding-bottom: 3.375rem;
  }

  .content-body-info-page {
    max-width: none;
    padding-left: 0;
  }

  .footer-content {
    display: block;
    position: relative;
  }

  .footer-contact {
    width: auto;
  }

  .footer-nav {
    width: auto;
    position: static;
  }

  .footer-nav-list {
    padding-top: 4rem;
  }

  .sl-wrap {
    display: none;
  }

  .sl-wrap.sl-wrap-mobile {
    padding-bottom: 1.25rem;
    display: block;
  }

  .sl-made {
    display: block;
  }

  .arrow-up-wrap {
    top: 7.5rem;
    right: 2.5rem;
  }

  .line-decor.line-decor-adv {
    order: -1;
  }

  .footer-bottom-content {
    flex-flow: column;
    display: flex;
  }

  .footer-bottom-content-wrap {
    width: auto;
    display: block;
  }

  .footer-content-item {
    width: auto;
    padding-top: 4rem;
  }

  .footer-content-caps {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
  }

  .footer-bottom-caps.copyright {
    display: none;
  }

  .footer-bottom-caps.copyright.copyright-mobile {
    padding-top: 1.25rem;
    display: block;
  }

  .footer-bottom-link {
    flex-flow: column;
    order: -1;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-bottom-link-wrap {
    width: auto;
    padding-top: .75rem;
  }

  .nav-club-container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .wrap-tabs-club {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-radius: 0;
  }

  .btn-club-container {
    border-bottom: 1px solid #414141;
    width: auto;
    padding-bottom: 1.5rem;
  }

  .btn-club {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .club-list-item {
    background-image: none;
    border-bottom: 1px solid #414141;
    margin-top: auto;
    padding-top: 0;
    padding-left: 0;
  }

  .club-list-item.anim-list-item {
    padding-right: 0;
  }

  .club-list-wrap {
    border-top-color: #414141;
    border-bottom-style: none;
    border-bottom-color: #414141;
  }

  .header-logo {
    z-index: 999;
  }

  .logo {
    left: -2.6rem;
  }

  .header-nav,
  .header-link.header-btn-pc {
    display: none;
  }

  .header-link.menu-clubs-open {
    z-index: 0;
  }

  .mobile-burg {
    grid-column-gap: .1875rem;
    grid-row-gap: .1875rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .about-numb {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: auto;
  }

  .top-section-about {
    display: block;
  }

  .header-btn.header-btn-pc {
    display: none;
  }

  .about-main-screen-wrap {
    background-image: url('../images/about-fon-mobile.svg');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 50rem;
  }

  .mobile-burg-dark {
    display: block;
  }

  .about-video-container {
    z-index: 0;
  }

  .about-video {
    height: 50rem;
  }

  .sticky-card-item.green-card.sticky-card-corp-1 {
    margin-bottom: 24.2rem;
  }

  .sticky-card-item.blue-card.sticky-card-corp-2 {
    margin-bottom: 17.9rem;
  }

  .sticky-card-title {
    max-width: none;
  }

  .sticky-card-content {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
    flex-flow: column;
  }

  .sticky-card-numb {
    display: none;
  }

  .sticky-card-text {
    padding-right: 0;
  }

  .sticky-card-img {
    width: auto;
    display: block;
  }

  .about-main-screen-fon {
    display: none;
  }

  .sticky-card-wrap-text {
    width: auto;
  }

  .sticky-img {
    width: 100%;
  }

  .about-info-wrap {
    background-color: var(--grey-card);
    padding-bottom: 12.5rem;
    position: relative;
  }

  .about-info-title {
    max-width: none;
  }

  .info-img {
    width: 100%;
  }

  .info-card-decor {
    top: 15rem;
    left: auto;
    right: var(--container-side);
    min-width: 3.125rem;
    position: absolute;
    bottom: auto;
  }

  .about-team-wrap {
    padding-bottom: 12.5rem;
  }

  .team-card-item {
    width: 49.5%;
  }

  .about-chapter-container {
    padding: 0rem var(--container-side) 12.5rem;
    height: auto;
    position: static;
  }

  .about-chapter-wrap {
    flex-flow: column;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .chapter-card-item {
    width: 100%;
  }

  .chapter-card-title {
    max-width: 30rem;
  }

  .swiper-wrapper {
    flex-flow: row;
    padding-top: 2rem;
    padding-bottom: 6rem;
    display: inline-flex;
  }

  .swiper-slide {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    opacity: .6;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 30rem;
  }

  .custom-button-next,
  .custom-button-prev {
    width: 1.5rem;
    height: auto;
    rotate: -90deg;
  }

  .slider-pagination {
    left: var(--container-side);
    top: auto;
    bottom: 0%;
    right: auto;
  }

  .myswiper.swiper {
    height: auto;
  }

  .history-year {
    line-height: 90%;
  }

  .history-text {
    text-align: center;
    max-width: none;
  }

  .custom-navigation {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
  }

  .custom-navigation-container {
    z-index: 9;
    padding-right: var(--container-side);
    justify-content: flex-end;
    align-items: center;
    width: auto;
    position: relative;
  }

  .line-custom-navigation {
    width: 2.25rem;
    rotate: 90deg;
  }

  .history-slider-container {
    background-color: var(--grey-card);
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .slider-decor-mobile {
    display: block;
  }

  .contact-container {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 3.75rem;
  }

  .contact-links-wrap {
    width: auto;
  }

  .contact-form-wrap {
    width: auto;
    padding-top: 4rem;
    padding-left: 0;
  }

  .place-container {
    background-position: 0%;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .choose-club-wrap {
    flex-flow: column;
  }

  .place-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    align-items: flex-start;
  }

  .copyright-block {
    padding-bottom: 4rem;
  }

  .place-item-link {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .place-item-dot {
    order: -1;
  }

  .place-item-numb {
    order: 1;
  }

  .place-item-text-wrap {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .place-wrap {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .place-img {
    width: 100%;
  }

  .form-block {
    max-width: none;
  }

  .corp-first-screen-wrap {
    z-index: 0;
  }

  .top-section-corp {
    display: block;
  }

  .type-group-work {
    max-width: none;
  }

  .type-group-item-link {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .type-group-item-text-wrap {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .request-title-wrap {
    padding-left: 0;
  }

  .request-links-wrap {
    width: auto;
    padding-left: 0;
  }

  .request-wrap {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 3.75rem;
  }

  .novosti-info-wrap {
    width: auto;
  }

  .novosti-img-wrap {
    display: none;
  }

  .novosti-img {
    width: 100%;
  }

  .novosti-info-item {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .novosti-date {
    width: auto;
    padding-top: 0;
  }

  .novosti-date.anim-list-address {
    padding-top: .2rem;
  }

  .novosti-info-title {
    width: auto;
    padding-top: 1rem;
  }

  .novosti-info-title.anim-list-head {
    margin-bottom: 0;
  }

  .novosti-info-text {
    display: block;
  }

  .novosti-arrow-wrap {
    display: none;
  }

  .top-section-novosti {
    display: block;
  }

  .novosti-img-wrap-mob {
    padding-top: 2.5rem;
    display: block;
  }

  .novosti-img-preview {
    opacity: 1;
    width: 56.8rem;
    height: 56.8rem;
    position: static;
  }

  .novosti-img-block {
    position: static;
  }

  .share-btn-wrap {
    display: inline-flex;
    position: relative;
  }

  .share-btn-wrap-custom {
    position: relative;
  }

  .share-btn-container {
    border-bottom: 1px solid var(--grey-light);
    margin-bottom: 3.375rem;
    padding-bottom: 3.375rem;
  }

  .novosti-img-preview-visible,
  .novosti-img-block-visible {
    display: none;
    position: static;
  }

  .aboute-sticky-container {
    width: auto;
    height: auto;
    position: static;
  }

  .info-card-text {
    padding-right: 0;
  }

  .info-card-wrap-text {
    width: auto;
  }

  .info-card-content {
    grid-column-gap: 3.375rem;
    grid-row-gap: 3.375rem;
    flex-flow: column;
  }

  .more-novosti-conteiner {
    padding-bottom: 6.25rem;
  }

  .btn.btn-black.w--current {
    background-color: var(--dark);
  }

  .btn.btn-red {
    background-color: var(--accent);
  }

  .flip-button.btn-grey {
    border-radius: .125rem;
  }

  .corp-first-screen {
    height: auto;
  }

  .corp-first-screen-sticky {
    height: auto;
    padding-bottom: 6.25rem;
    position: static;
  }

  .corp-zastavka {
    width: 37.5rem;
    height: 45rem;
  }

  .main-screen-container {
    background-size: contain;
  }

  .main-title-wrap {
    height: auto;
    margin-top: 10rem;
  }

  .main-title {
    font-size: var(--page-title-h1);
  }

  .main-bottom-block {
    display: none;
  }

  .slider-img-wrap {
    z-index: 0;
    position: relative;
  }

  .btn-mobile {
    display: block;
  }

  .advantages-sticky-block {
    background-color: var(--dark);
    height: auto;
  }

  .advantages-coll-title {
    justify-content: flex-start;
    height: auto;
    position: relative;
  }

  .gradient-radial {
    inset: 0% 0% auto;
  }

  .for-clients-container {
    flex-flow: column;
    padding-top: 12rem;
    padding-bottom: 12rem;
    display: flex;
  }

  .advantages-text {
    text-align: center;
    width: 50%;
  }

  .advantages-text.advantages-text-right {
    text-align: center;
  }

  .advantages-center-coll {
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
    height: auto;
    padding-top: 5rem;
  }

  .advantages-caps-item {
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
  }

  .advantages-caps-item.advantages-caps-numb.right-capt-numb {
    order: -1;
  }

  .advantages-caps--text-item {
    text-align: left;
  }

  .line-decor-item-advantages {
    margin-top: 0;
  }

  .advantages-coll-item.advantages-coll-item-caps {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .advantages-title-block {
    padding-top: 12rem;
  }

  .advantages-btn-wrap {
    display: none;
  }

  .advantages-btn-wrap.advantages-btn-wrap-mobile {
    display: flex;
  }

  .advantages-title-wrap {
    font-size: var(--page-title-h1);
    line-height: 82%;
  }

  .advantages-card-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
  }

  .advantages-fon {
    height: 50%;
  }

  .advantages-caps-decor-mobile {
    border-top: 1px solid #575757;
    border-bottom: 1px solid #575757;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    height: 1.5rem;
    margin-top: -.75rem;
    display: flex;
    position: absolute;
    inset: 50% 0% 0%;
  }

  .line-decor-item-mob-top {
    margin-top: -.5rem;
  }

  .line-decor-item-mob-top.line-adv-center {
    position: absolute;
    inset: 0% auto auto 3.9rem;
  }

  .line-decor-item-mob-bottom {
    margin-top: 1.4rem;
  }

  .line-decor-item-mob-bottom.line-adv-center {
    position: absolute;
    inset: 0% auto auto 3.9rem;
  }

  .line-adv-wrap-top,
  .line-adv-wrap-bot {
    justify-content: space-between;
    display: flex;
  }

  .for-clients-wrap {
    flex-flow: column;
    width: 100%;
    padding-bottom: 5rem;
    display: flex;
  }

  .run-logo-container {
    order: 1;
    position: static;
  }

  .more-novosti-btn-container {
    padding-left: 0;
  }

  .choice-club-video-block {
    width: 100%;
    height: 34rem;
    position: sticky;
  }

  .sticky-wrap-block-video {
    height: auto;
    margin-top: 7.25rem;
  }

  .place-main-page-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    align-items: flex-start;
  }

  .mobile-burg-btn {
    z-index: 999;
    width: 1.125rem;
    display: block;
    position: relative;
  }

  .mega-menu-mobile {
    background-color: var(--dark);
    width: 100%;
    height: 100svh;
    position: fixed;
    inset: -100vh 0% 0%;
  }

  .mega-menu-mobile-wrap {
    padding: 12.5rem var(--container-side) 0px;
  }

  .mega-menu-mobile-links {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    letter-spacing: -.04rem;
    text-transform: uppercase;
    flex-flow: column;
    padding-bottom: 4.5rem;
    font-size: 2rem;
    line-height: 90%;
    display: flex;
  }

  .mobile-menu-link-item {
    color: var(--light);
  }

  .mobile-close {
    z-index: 999;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .logo-dop-menu {
    left: -1.8rem;
  }

  .header-logo-dop-menu {
    z-index: 999;
  }

  .top-section-club-wrap {
    display: block;
  }

  .top-section-club-wrap.top-section-line-light.top-section-page-novosti {
    border-bottom-style: none;
    margin-bottom: 0;
    padding-bottom: 3.375rem;
  }

  .mobile-close-line-1 {
    background-color: var(--light);
    width: .125rem;
    height: 1.125rem;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
    rotate: 45deg;
  }

  .mobile-close-line-2 {
    background-color: var(--light);
    width: .125rem;
    height: 1.125rem;
    margin-top: -1.125rem;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
    rotate: -45deg;
  }

  .mobile-burg-line-1 {
    background-color: var(--light);
    width: .125rem;
    height: 1.125rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .mobile-burg-line-2 {
    background-color: var(--light);
    width: .125rem;
    height: .625rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .slider-spinner {
    width: 100%;
    margin-top: -50%;
    position: static;
    inset: -30.75rem auto auto;
  }

  .club-list-head-wrapper {
    max-width: 40rem;
  }

  .news-list-head-wrapper.anim-list-head-wrapper {
    padding-top: 0;
  }



  .success-modal-container {
    display: none;
  }

  .psgination-container {
    justify-content: center;
    padding-bottom: 0;
  }

  .back-page-pagination,
  .next-page-pagination {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body {
    --title-h2: 4rem;
    --light: white;
    --dark: #070707;
    --container-top: 2.5rem;
    --container-side: 1rem;
    --container-bottom: 1rem;
    --page-title-h1-main: 4rem;
    --lh-80: 90%;
    --ls-6: -.0675rem;
    --page-title-h1: 3.375rem;
    --content-260: 5.625rem;
    --inter: Inter, Arial, sans-serif;
    --breadcrumbs: .625rem;
    --lh-115: 115%;
    --top-sect-marg-bot: 1.5rem;
    --top-sect-pad-bot: 2.5rem;
    --simple-h2: 2rem;
    --lh-105: 90%;
    --ls-1-8: -.04rem;
    --simple-h2-pad-bot: 1.5rem;
    --simple-text-pad-bot: 2.75rem;
    --simple-text-24-14: .875rem;
    --lh-130: 130%;
    --ls-0-48: -.0175rem;
    --simpl-text-paragraph\<deleted\|variable-ba54ec83-c3fa-656e-ddab-ac84a5fca0e7\>: .75rem;
    --accent: #e53131;
    --opacity100\<deleted\|variable-2002a265-6e1e-ca4b-251f-e702bbc3b66d\>: 100%;
    --grey-hover: #838383;
    --text-20-12: .75rem;
    --footer-caps-dop: .875rem;
    --opacity50\<deleted\|variable-2477e909-53e3-8942-5d96-8b2a07301781\>: 50%;
    --tabs-btn: .75rem;
    --text-80-32: 2rem;
    --main-menu: .875rem;
    --grey-light-fon: #fbfbfb;
    --green: #76eb5f;
    --blue: #1d1ae5;
    --grey-card: #f4f4f4;
    --h2: 2.5rem;
    --simple-text-20-14: .875rem;
    --grey-light: #bfbfbf;
    --dop-accent: #e40000;
    --title-h1: 5.625rem;
    --bebas-neue: "Bebas Neue", Arial, sans-serif;
    --font-weight-bold: 700;
    --font-weight-normal: 400;
  }

  .breadcrumbs-item {
    letter-spacing: .2px;
  }

  .breadcrumbs-container {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
  }

  .top-section.top-section-line-light.top-section-page-novosti {
    padding-bottom: 1rem;
  }

  .content-body-info-page {
    padding-bottom: 2.75rem;
  }

  .wrap-simple-text-numb {
    padding-left: 1rem;
  }

  .simple-text-paragraph {
    font-weight: 400;
  }

  .image-grid {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 1.5rem;
  }

  .footer-content {
    padding-top: 6.25rem;
    padding-bottom: 4rem;
  }

  .footer-nav-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .arrow-up-wrap {
    width: 1.5rem;
    height: auto;
    top: 6.25rem;
    right: 1rem;
  }

  .arrow-up {
    width: 1.5rem;
  }

  .footer-contact-link-item {
    padding-bottom: 2rem;
  }

  .contact-wrap-caps {
    padding-bottom: .625rem;
  }

  .contact-caps {
    letter-spacing: .015rem;
  }

  .contact-wrap-link.contact-wrap-phone {
    padding-bottom: .1rem;
  }

  .contact-link {
    font-size: var(--footer-caps-dop);
    letter-spacing: -.0175rem;
  }

  .contact-social {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .social-icon {
    max-width: 1.4375rem;
    height: 1.25rem;
  }

  .app-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: .94rem .68rem;
  }

  .app-caps {
    font-size: .75rem;
  }

  .app-link {
    width: 1.125rem;
  }

  .run-line-item {
    font-size: 4rem;
    line-height: var(--lh-80);
  }

  .footer-wrap-run-line {
    letter-spacing: -.12rem;
  }

  .footer-bottom {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .footer-bottom-content {
    padding-top: 2.0625rem;
  }

  .footer-content-caps {
    letter-spacing: -.0175rem;
  }

  .footer-content-icons {
    grid-column-gap: 2rem;
    grid-row-gap: 1.5rem;
    flex-flow: wrap;
    padding-top: 1.5rem;
  }

  .footer-icons-item {
    opacity: .5;
  }

  .club-content {
    padding-bottom: 0;
  }

  .tabs-club-item {
    letter-spacing: .015rem;
    margin: auto .5rem auto auto;
    padding: .8rem 1rem .625rem;
  }

  .tabs-club-item.tab-button {
    padding-top: .625rem;
  }

  .tabs-menu-club {
    background-color: var(--dark);
  }

  .nav-club-container {
    padding-bottom: 1.5rem;
  }

  .btn-club-red-button {
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
    letter-spacing: .015rem;
    align-items: flex-end;
    padding: .875rem 1.25rem;
  }

  .icon-btn-club {
    width: .75rem;
  }

  .wrap-tabs-club {
    background-color: var(--dark);
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: inline-flex;
  }

  .search-wrap {
    letter-spacing: -.0175rem;
    height: 2.875rem;
  }

  .icon-search {
    width: .875rem;
    top: 1rem;
    right: 1rem;
  }

  .search-input {
    padding: .875rem 1rem;
  }

  .club-list-item:hover {
    background-image: none;
  }

  .club-list-text-wrap {
    padding-top: 1.25rem;
    padding-bottom: 1rem;
  }

  .club-list-arrow-wrap {
    width: 1.5rem;
  }

  .club-list-head {
    letter-spacing: -.04rem;
    line-height: 80%;
  }

  .club-list-head.anim-list-head {
    min-height: 1.7969rem;
  }

  .club-list-address {
    display: none;
  }

  .list-arrow {
    width: 1.5rem;
  }

  .btn-club-tap {
    width: .75rem;
  }

  .header {
    padding-top: 1.1875rem;
    padding-bottom: .5rem;
  }

  .header-logo {
    top: .9rem;
    left: calc(50% - 1rem);
  }

  .logo {
    width: 2.125rem;
    inset: -.1rem 0% 0% -1.1rem;
  }

  .header-side-nav {
    width: 8rem;
  }

  .header-link {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .header-link-item {
    letter-spacing: -.0175rem;
  }

  .header-link-item.header-link-pc-item {
    display: none;
  }

  .header-arrow {
    width: 1rem;
    height: 1rem;
  }

  .header-link-item-mobile {
    letter-spacing: -.0175rem;
    display: block;
  }

  .mega-menu-caps {
    display: none;
  }

  .about-numb-caps {
    padding-top: .2rem;
    font-size: .875rem;
    font-weight: 400;
  }

  .about-numb-head {
    letter-spacing: -.2rem;
    padding-right: .4rem;
    font-size: 6.25rem;
  }

  .about-numb-head.about-first-numb {
    padding-right: 1rem;
  }

  .about-main-screen {
    margin-bottom: 2.125rem;
    padding-bottom: 1.625rem;
  }

  .header-btn {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .header-arrow-dark {
    width: 1rem;
  }

  .about-main-screen-wrap {
    background-size: 17.25rem;
  }

  .about-video-container {
    padding-bottom: 2.5rem;
  }

  .about-video {
    height: 20rem;
  }

  .sticky-card {
    padding-top: 2.5rem;
  }

  .sticky-card-item.green-card {
    margin-bottom: 10.8rem;
  }

  .sticky-card-item.green-card.sticky-card-corp-1 {
    margin-bottom: 8.2rem;
  }

  .sticky-card-item.blue-card {
    margin-top: -10.8rem;
    margin-bottom: 5.4rem;
    top: 5.4rem;
  }

  .sticky-card-item.blue-card.sticky-card-corp-2 {
    margin-top: -8.2rem;
    margin-bottom: 7rem;
    top: 4.6rem;
  }

  .sticky-card-item.grey-card {
    margin-top: -5.4rem;
    top: 10.8rem;
  }

  .sticky-card-item.grey-card.sticky-card-corp-3 {
    margin-top: -7rem;
    top: 9.2rem;
  }

  .heading-h2 {
    letter-spacing: -.05rem;
  }

  .sticky-card-wrap-text {
    padding-top: 1.5rem;
  }

  .sticky-card-wrap-text.card-text-corp {
    width: auto;
  }

  .sipmle-text-20 {
    letter-spacing: -.0175rem;
  }

  .about-info-container {
    background-color: var(--grey-card);
    background-image: url('../images/about-info-fon-mobile.svg');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 21.5625rem;
  }

  .about-info-wrap {
    padding-top: 6.25rem;
    padding-bottom: 3.75rem;
  }

  .about-info-title {
    padding-bottom: 1.5rem;
  }

  .p-sipmle-text-20 {
    letter-spacing: -.0175rem;
    margin-bottom: .75rem;
  }

  .decor-logo {
    width: 2rem;
  }

  .info-card-decor {
    min-width: 2rem;
    top: 6.2rem;
  }

  .about-team-wrap {
    padding-top: 3.75rem;
    padding-bottom: 6.25rem;
  }

  .team-wrap {
    grid-row-gap: 2rem;
    padding-top: 2.75rem;
  }

  .team-title-div {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1.125rem 1.5625rem;
  }

  .team-block-title {
    letter-spacing: .015rem;
    font-size: .75rem;
  }

  .team-card-item {
    width: 100%;
  }

  .team-card-caps {
    padding-top: 1rem;
  }

  .team-description {
    letter-spacing: -.0175rem;
    font-size: .875rem;
  }

  .tean-title-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .team-title-info {
    width: 1.25rem;
  }

  .team-title {
    letter-spacing: -.0175rem;
    padding-top: .16rem;
  }

  .more-link {
    font-size: .75rem;
  }

  .about-chapter-container {
    padding-bottom: 6.25rem;
  }

  .about-chapter-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .chapter-card-item {
    height: 21rem;
  }

  .chapter-card-item.choose-club,
  .chapter-card-item.corporate-clients,
  .chapter-card-item.franchise,
  .chapter-card-item.corporate-clients-main-page {
    padding-top: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .chapter-card-title {
    letter-spacing: -.05rem;
    max-width: 20rem;
    font-size: 2.5rem;
  }

  .swiper-wrapper {
    padding-bottom: 4.25rem;
  }

  .swiper-slide {
    width: 16rem;
  }

  .history-year {
    font-size: 4rem;
  }

  .custom-navigation {
    z-index: 99;
    position: relative;
  }

  .swiper-pagination-current {
    letter-spacing: -.03rem;
    padding-right: .25rem;
    font-size: 1.5rem;
  }

  .swiper-pagination-total {
    letter-spacing: -.0175rem;
  }

  .contact-container {
    padding-bottom: 2.75rem;
  }

  .contact-form-wrap {
    padding-top: 2rem;
  }

  .block-contact-link-item {
    padding-bottom: 2rem;
  }

  .block-contact-link-item.request-link-item {
    padding-bottom: 1.5rem;
  }

  .contact-link-provider {
    font-size: var(--footer-caps-dop);
  }

  .contact-requisite {
    max-width: 100%;
  }

  .place-container {
    background-position: -176%;
    background-size: 28.25rem;
  }

  .choose-club-wrap {
    padding-bottom: 4rem;
  }

  .choice-club-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .copyright-name {
    text-align: right;
    letter-spacing: -.0563rem;
  }

  .copyright-date-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .copyright-img {
    width: 1.25rem;
  }

  .copyright-dates-wrap {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    letter-spacing: -.035rem;
    font-size: 1.75rem;
  }

  .choice-btn {
    padding: 2.875rem 2.5rem;
  }

  .choice-btn-arrow {
    width: 4.625rem;
  }

  .place-item-name {
    font-size: 2.5rem;
  }

  .place-wrap {
    grid-column-gap: 3.0625rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    display: grid;
  }

  .red-btn {
    letter-spacing: .015rem;
    padding: 1rem 1.5rem;
  }

  .field {
    letter-spacing: .015rem;
    margin-bottom: 2rem;
    padding-top: .2rem;
    padding-bottom: 1rem;
  }

  .field.field-comment {
    padding-top: .6rem;
    padding-bottom: 3.375rem;
  }

  .simpl-text-list-dot {
    font-weight: 400;
  }

  .wrap-simpl-text-list {
    padding-left: 1rem;
  }

  .second-level-simple-text-list-dot {
    padding-left: 1.6rem;
  }

  .image-block-preview {
    padding-bottom: 1.5rem;
  }

  .corp-first-screen-wrap {
    background-size: 17.25rem;
  }

  .corp-main-screen {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .group-work-wrap {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .group-work-title-div {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1.125rem 1.375rem;
  }

  .group-work-block-title {
    letter-spacing: .015rem;
    max-width: none;
    font-size: .75rem;
  }

  .type-group-work {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 2.75rem;
  }

  .type-group-item-numb {
    letter-spacing: .0125rem;
    padding-top: .8rem;
    font-size: .625rem;
  }

  .type-group-item-name {
    letter-spacing: -.035rem;
    font-size: 1.75rem;
  }

  .request-title-wrap {
    padding-top: 6.25rem;
    padding-bottom: 1.5rem;
  }

  .request-caps {
    letter-spacing: .015rem;
  }

  .request-caps-wrap {
    padding-bottom: 1.5rem;
  }

  .heading-request {
    letter-spacing: -.12rem;
    font-size: 4rem;
  }

  .request-wrap,
  .novosti-container {
    padding-bottom: 0;
  }

  .novosti-img-wrap {
    border-radius: .25rem;
  }

  .novosti-info-item {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .novosti-date {
    letter-spacing: .015rem;
    font-size: .75rem;
  }

  .novosti-info-title {
    font-size: 2.5rem;
    line-height: var(--lh-105);
    letter-spacing: -.05rem;
    padding-top: .625rem;
  }

  .novosti-arrow {
    width: 1.5rem;
  }

  .novosti-img-wrap-mob {
    padding-top: 1.25rem;
  }

  .novosti-img-preview {
    border-radius: .25rem;
    width: 31.3rem;
    height: 31.3rem;
  }

  .novosti-img-block {
    padding-top: 1.25rem;
  }

  .novosti-header-h1 {
    letter-spacing: -.0675rem;
    font-size: 3.375rem;
  }

  .image-block-novosti,
  .simpl-wrap-h2-novosti {
    padding-bottom: 1.5rem;
  }

  .share-btn-wrap {
    padding: .875rem 1.25rem;
  }

  .share-btn-wrap-custom .ya-share2__badge_more {
    padding: .875rem 1.25rem;
    gap: .5rem;
  }

  .share-icon {
    width: .75rem;
  }

  .share-text-btn {
    font-size: .75rem;
  }

  .share-btn-container {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .novosti-img-preview-visible {
    border-radius: .25rem;
  }

  .novosti-img-block-visible {
    padding-top: 1.25rem;
  }

  .team-modal-container {
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

  .team-modal-window {
    margin-top: -100vh;
    margin-right: 0;
    padding: 2rem 1rem;
  }

  .team-modal-content {
    width: auto;
  }

  .team-modal-title {
    font-size: 2.5rem;
    line-height: var(--lh-80);
    letter-spacing: -.05rem;
    padding-bottom: .5rem;
  }

  .team-modal-caps {
    letter-spacing: -.0175rem;
    font-size: .875rem;
  }

  .team-modal-description {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    font-size: .875rem;
  }

  .modal-simpl-text-list {
    letter-spacing: -.0175rem;
    padding-left: .8rem;
  }

  .modal-simpl-text-list-dot {
    margin-bottom: .75rem;
    padding-bottom: .75rem;
  }

  .modal-social-caps {
    padding-bottom: .75rem;
  }

  .modal-social-icons.contact-wrap-phone {
    padding-bottom: .1rem;
  }

  .modal-social-caps-text {
    letter-spacing: -.0175rem;
    font-size: .875rem;
  }

  .close-modal-wrap {
    top: 1rem;
    right: 1rem;
  }

  .close-modal {
    width: .875rem;
  }

  .info-card-wrap-text.card-text-corp {
    width: auto;
  }

  .more-novosti-conteiner {
    padding-top: 3.75rem;
    padding-bottom: 0;
  }

  .more-novosti-title-wrap {
    letter-spacing: -.12rem;
    padding-bottom: 1.25rem;
  }

  .more-novosti-title {
    letter-spacing: -.12rem;
  }

  ._404-container {
    background-image: url('../images/404-decor-mobile.svg');
    background-size: contain;
    height: 100svh;
  }

  ._404-text {
    letter-spacing: -.0875rem;
    font-size: 8.75rem;
  }

  ._404-caps {
    letter-spacing: -.0175rem;
    width: 17.5rem;
    padding-bottom: 2rem;
  }

  .btn,
  .btn.w--current {
    font-size: .75rem;
  }

  .flip-button.btn-black-to-white {
    padding: 1rem 1.5rem;
  }



  .flip-button.btn-red-to-black.small-btn,
  .flip-button.btn-white-to-black.small-btn {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .flip-button.btn-grey {
    overflow: visible;
  }

  .flip-button.btn-red-to-white {
    padding: 1rem 1.5rem;
  }

  .flip-button.btn-grey-to-lightgrey {
    border-radius: .125rem;
    padding: .625rem 1rem;
  }

  .flip-button.btn-pagination {
    width: 2.375rem;
    height: 2.375rem;
  }

  .flip-button.btn-pagination.btn-grey-to-lightgrey {
    border-radius: .2rem;
  }

  .corp-first-screen-sticky {
    padding-bottom: 3.75rem;
  }

  .corp-zastavka {
    width: 100%;
    height: 20rem;
  }

  .main-screen-container {
    background-image: url('../images/404-decor-mobile.svg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    height: 100svh;
    min-height: 1000px;
  }

  .main-title-wrap {
    height: auto;
    margin-top: 4rem;
  }

  .main-title {
    font-size: var(--title-h1);
  }

  .app-item-main {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: .94rem .68rem;
  }

  .slider-img-wrap {
    overflow: hidden;
  }

  .main-slide-1 {
    background-position: 80%;
    background-size: 22.4rem;
    width: 22.4rem;
    height: 15.0612rem;
    inset: auto auto 0% 0%;
  }

  .wrap-block {
    margin-bottom: .875rem;
  }

  .main-slide-2 {
    background-size: 22.4rem;
    height: 15.0612rem;
    inset: auto auto 0% 0%;
  }

  .btn-mobile {
    margin-top: .25rem;
    overflow: hidden;
  }

  .for-clients-container {
    padding-top: 6.25rem;
    padding-bottom: 3.75rem;
  }

  .advantages-text {
    letter-spacing: -.04rem;
  }

  .advantages-center-coll {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding-top: 2.5rem;
  }

  .advantages-caps-item {
    grid-column-gap: 3.375rem;
    grid-row-gap: 3.375rem;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .advantages-caps-item.right-capt {
    padding-right: 1.8rem;
  }

  .advantages-coll-item.advantages-coll-item-caps {
    grid-column-gap: 1.125rem;
    grid-row-gap: 1.125rem;
    flex-flow: column;
    font-size: .75rem;
  }

  .advantages-title-wrap {
    font-size: var(--title-h1);
    letter-spacing: -.0563rem;
    line-height: 90%;
  }

  .advantages-card-block {
    padding-top: 0;
    margin-top: -10vh;
    padding-left: .375rem;
    padding-right: .375rem;
  }

  .advantages-card-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    inset: 0%;
  }

  .advantages-card-img.card-img-1,
  .advantages-card-img.card-img-2 {
    width: 48%;
  }

  .advantages-caps-decor-mobile {
    height: 1.125rem;
    margin-top: -.5625rem;
  }

  .line-decor-item-mob-top.line-adv-center {
    left: 3.6rem;
  }

  .line-decor-item-mob-bottom {
    margin-top: 1rem;
  }

  .line-decor-item-mob-bottom.line-adv-center {
    left: 3.6rem;
  }

  .for-clients-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-bottom: 2.5rem;
  }

  .run-logo-wrap {
    gap: 2.5rem;
    /* grid-column-gap: 2.5rem; */
    /* grid-row-gap: 2.5rem; */
  }

  .run-logo-item {
    height: 1.9rem;
  }

  .more-novosti-btn-container {
    padding-top: 2.75rem;
  }

  .choice-club-video-block {
    height: 20rem;
  }

  .sticky-wrap-block-video {
    margin-top: 2rem;
  }

  .choice-name-little-caps {
    letter-spacing: -.0175rem;
  }

  .mega-menu-mobile-wrap {
    padding-top: 6.25rem;
  }

  .slider-wrapper {
    width: 22.4rem;
    height: 15.0612rem;
  }

  .logo-dop-menu {
    width: 2.125rem;
    top: -.1rem;
    left: -.9rem;
  }

  .header-logo-dop-menu {
    top: .6rem;
    left: calc(50% - 1.0625rem);
  }

  .header-dop-menu {
    padding-top: 1.1875rem;
    padding-bottom: 1.1875rem;
  }

  .top-section-club-wrap,
  .top-section-club-wrap.top-section-line-light.top-section-page-novosti {
    padding-bottom: 1rem;
  }

  .search-form {
    width: 100%;
  }

  .simple-wrap-btn {
    padding-top: 2rem;
  }

  .cookie-block {
    min-width: auto;
    padding: 2rem 1.5rem;
    right: 2.5rem;
  }

  .btn-2,
  .btn-2.w--current {
    padding: 1rem 1.5rem;
    font-size: .75rem;
  }

  .btn-2.btn-red.small-btn {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .cookie-text {
    letter-spacing: -.0175rem;
    padding-top: .75rem;
    padding-bottom: 1.5rem;
    font-size: .875rem;
  }

  .cookie-title {
    letter-spacing: -.04rem;
    padding-right: 3rem;
    font-size: 2rem;
  }

  .close-modal-2 {
    width: .875rem;
  }

  .close-cookie-wrap {
    top: 1rem;
    right: 1rem;
  }

  .hover-arrow-card {
    display: none;
  }

  .slider-spinner {
    top: -50%;
  }

  .choice-btn-inner {
    width: 4.625rem;
    height: 3.9375rem;
  }

  .club-list-head-wrapper {
    max-width: none;
  }

  .form-modal-container {
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

  .form-modal-window {
    margin-top: -100vh;
    margin-right: 0;
    padding: 2rem 1rem;
  }

  .form-modal-content {
    width: auto;
  }

  .form-modal-title {
    font-size: 3.375rem;
    line-height: var(--lh-80);
    letter-spacing: -.05rem;
    max-width: 20rem;
    padding-bottom: .5rem;
  }

  .form-modal-wrap {
    width: auto;
    padding-top: 2rem;
  }

  .field-modal {
    letter-spacing: .015rem;
    margin-bottom: 2rem;
    padding-top: .2rem;
    padding-bottom: 1rem;
    font-size: .75rem;
  }

  .field-modal.field-comment {
    margin-bottom: 2rem;
    padding-top: .6rem;
    padding-bottom: 3.375rem;
  }

  .success-modal-container {
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

  .success-modal-window {
    margin-right: 0;
    padding: 2rem 1rem;
  }

  .success-modal-content {
    width: auto;
  }

  .form-modal-title {
    letter-spacing: -.05rem;
    max-width: 20rem;
    padding-bottom: .5rem;
    font-size: 3.375rem;
    line-height: 80%;
  }

  .success-modal-caps {
    letter-spacing: -.0175rem;
    font-size: .875rem;
  }

  .clone-choice-btn-inner {
    width: 4.625rem;
    height: 3.9375rem;
  }

  .btn-club-red-button-wrap {
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
    letter-spacing: .015rem;
    align-items: flex-end;
  }

  .wrap-scroll-tabs {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: auto;
  }

  .wrap-hid-tabs {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .front-share-btn,
  .hover-share-btn {
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
  }

  .psgination-container {
    padding-top: 2.75rem;
  }

  .pagination-arrow,
  .numb-page-pagination {
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
  }

  .btn-pagination {
    width: 2.375rem;
    height: 2.375rem;
  }

  .share-social-btn-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1.25rem;
    top: 3.125rem;
  }

  .icon-share {
    width: 1rem;
    height: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .header-logo {
    padding-top: 0;
  }

  .about-video {
    height: 12rem;
  }

  .sticky-card-item.green-card {
    margin-bottom: 8rem;
  }

  .sticky-card-item.blue-card {
    margin-top: -8rem;
    margin-bottom: 3.5rem;
    top: 4.7rem;
  }

  .sticky-card-item.blue-card.sticky-card-corp-2 {
    margin-bottom: 8.2rem;
  }

  .sticky-card-item.grey-card {
    margin-top: -3.7rem;
    top: 4.7rem;
  }

  .sticky-card-item.grey-card.sticky-card-corp-3 {
    margin-top: -8.2rem;
  }

  .place-container {
    background-position: 201% 53%;
  }

  .place-wrap {
    grid-column-gap: 2rem;
  }

  .novosti-img-preview {
    width: 20.5rem;
    height: 20.5rem;
  }

  ._404-container {
    background-position: 50% 100%;
  }

  .corp-zastavka {
    height: 12rem;
  }

  .main-screen-container {
    background-image: url('../images/404-decor-mobile.svg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    min-height: 700px;
  }

  .choice-club-video-block {
    height: 11.25rem;
  }

  .cookie-text {
    letter-spacing: -.0175rem;
  }

  .success-modal-window {
    width: 100%;
    margin-right: 0;
  }

  .form-modal-window {
    width: 100%;
  }

  .form-modal-title {
    max-width: none;
  }

  .wrap-hid-tabs {
    overflow: hidden;
  }

  .share-social-btn-wrap {
    width: 100%;
  }
}

#w-node-_7c589ba8-1635-cf93-b814-e5962e779376-6e5b58a1 {
  justify-self: start;
}

#w-node-_35787e4e-25bb-0afd-77bb-17657c104de4-6e5b58a1 {
  justify-self: center;
}

#w-node-ddcdf3c4-bc82-86f7-04c3-00ca86a1abd3-6e5b58a1 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_7c589ba8-1635-cf93-b814-e5962e779376-6e5b58a1 {
    justify-self: center;
  }

  #w-node-_35787e4e-25bb-0afd-77bb-17657c104de4-6e5b58a1 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-ddcdf3c4-bc82-86f7-04c3-00ca86a1abd3-6e5b58a1 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/bebasneueregular.woff2') format('woff2'), url('../fonts/bebasneueregular.woff') format('woff'), url('../fonts/bebasneueregular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/bebasneuebold.woff2') format('woff2'), url('../fonts/bebasneuebold.woff') format('woff'), url('../fonts/bebasneuebold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2'), url('../fonts/Inter-Regular.woff') format('woff'), url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff2') format('woff2'), url('../fonts/Inter-Medium.woff') format('woff'), url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


.club-map-container {
  /* display: none; */

}

.club-map-container-inner {
  position: relative;
  height: 220px;
}

.club-map-container-inner>ymaps {
  /* height: 220px !important; */
}

@media (min-width: 800px) {
  .club-map-container-inner {
    height: 400px;
  }
}

@media (min-width: 1080px) {
  .club-map-container-inner {
    height: 466px;
  }
}

@media (min-width: 1600px) {
  .club-map-container-inner {
    height: 633px;
  }
}

@media (min-width: 1840px) {
  .club-map-container-inner {
    height: 728px;
  }
}

.map-bg>ymaps,
.map-bg>ymaps>ymaps {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
}

.map-bg>ymaps>ymaps {
  height: 100% !important;
}

.map-bg>ymaps>ymaps [class*=copyrights-pane] {
  display: none;
}

.map-bg>ymaps>ymaps [class*=ground-pane],
.map-bg>ymaps>ymaps canvas {
  -moz-filter: grayscale(80%);
  filter: grayscale(80%);
  mix-blend-mode: exclusion;
}

.marquee {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  align-items: center;

}

.marquee--scroll {
  position: relative;
  display: flex;
  width: 140%;
  margin-left: -20%;
}

.marquee--content {
  position: relative;
  display: flex;
  will-change: transform;
  flex: none;
}


#body.page-franchise .about-main-screen-wrap {
    transform: none !important;
    opacity: 1 !important;
}
#body.page-franchise .top-section-about, #body.page-franchise .about-numb{
    opacity: 1 !important;	
}
#body.page-franchise .content-header.content-headet-center {
    margin-left: -16.25rem;
    max-width: none;
}
#body.page-franchise .about-info-title {
    max-width: 68.25rem;
}
#body.page-franchise .about-main-screen, #body.page-franchise .open-club-container.service-akvazona-container {
    margin-bottom: 0;
    padding-bottom: 9.375rem;
}
#body.page-franchise .about-info-container {
    background-color: var(--grey-card);
    background-image: none;
    position: relative;
}
#body.page-franchise .about-info-wrap {
    padding-top: 9.375rem;
}
#body.page-franchise .service-akvazona-container {
    padding-right: var(--container-side);
    padding-bottom: 6rem;
    padding-left: var(--container-side);
    background-color: var(--light);
    color: var(--dark);
}
#body.page-franchise .title-akvazona-wrap {
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 10rem;
    padding-bottom: 5rem;
    display: flex;
}
#body.page-franchise .service-akvazona-title {
    font-size: var(--h2);
    letter-spacing: -.15rem;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 90%;
}
#body.page-franchise .service-akvazona-title-caps {
    opacity: .7;
    font-family: var(--inter);
    font-size: 1rem;
    line-height: var(--lh-130);
    letter-spacing: -.02rem;
    max-width: 28rem;
}
#body.page-franchise .service-akvazona-item {
    border-top: 1px solid #bfbfbf;
    justify-content: space-between;
    padding-top: 4rem;
    padding-bottom: 7.5rem;
    display: flex;
}
#body.page-franchise .service-akvazona-title-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    font-size: 3.75rem;
    line-height: var(--lh-105);
    letter-spacing: -.1125rem;
    width: 50%;
    font-weight: 700;
    display: flex;
}
#body.page-franchise .service-akvazona-text-block {
    letter-spacing: -.025rem;
    width: 50%;
    padding-right: 4rem;
}
#body.page-franchise .akvazona-name.akvazona-numb {
    color: var(--accent);
}
#body.page-franchise .service-akvazona-text-block {
    letter-spacing: -.025rem;
    width: 50%;
    padding-right: 4rem;
}
#body.page-franchise .btn-akvazona-wrap {
    z-index: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}
#body.page-franchise .more-items .flip-button{
	padding: 1.5625rem 2.8125rem;
}
#body.page-franchise .service-akvazona-text-block p, #body.page-franchise .service-akvazona-text-block li {
    font-family: var(--inter);
    font-size: var(--simple-text-20-14);
    line-height: var(--lh-130);
    letter-spacing: -.025rem;
    margin-bottom: var(--simpl-text-paragraph\<deleted\|variable-ba54ec83-c3fa-656e-ddab-ac84a5fca0e7\>);
    padding-left: 0;
    font-weight: 500;
}
#body.page-franchise .akvazona-name {
    max-width: 38.75rem;
}
#body.page-franchise .offer-container{
    background-color: var(--dark);
    color: var(--light);
}
#body.page-franchise .chapter-card-item {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
}
#body.page-franchise .chapter-card-title{
    padding-bottom: 0.5rem;
    font-size: 3.75rem;
}
#body.page-franchise .chapter-card-item.choose-club.w-inline-block{
    background-image: url(../images/fr-1.jpg);
}
#body.page-franchise .chapter-card-item.corporate-clients.w-inline-block{
    background-image: url(../images/fr-2.jpg);
}
#body.page-franchise .chapter-card-item.franchise.w-inline-block{
    background-image: url(../images/fr-3.jpg);
}
#body.page-franchise .sipmle-text-20 {
    max-width: 85%;
}
#body.page-franchise .block-contact-link-item.request-link-item .contact-wrap-link-first{
    margin-bottom: 1rem;
}
#body.page-franchise .contact-wrap-caps {
    font-size: 1rem;
}
#body.page-franchise .price-offer-container.service-akvazona-container{
    background-color: var(--grey-card);
    padding-bottom: 10rem;
}
#body.page-franchise .price-offer-card-item {
    padding: 1.5rem 2.75rem;
    background: var(--light);
    border-radius: 0.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: calc(50% - 0.625rem);
}
#body.page-franchise .type-group-item-name {
    width: 16.5rem;
    border-right: 1px solid #BFBFBF;
    margin-right: 2.5rem;
    color: var(--accent);
}
#body.page-franchise .price-offer-card-wrap {
    display: flex;
    gap: 1.25rem;
    flex-flow: wrap;
}
#body.page-franchise .open-club-container h2.service-akvazona-title.animated-heading {
    width: 60%;
}
#body.page-franchise .open-club-container.service-akvazona-container {
    background-color: transparent;
    color: var(--light);
}
#body.page-franchise .open-club-content{
    display: flex;
    gap: 0.625rem;
    padding: 2.5rem 2rem;
    border-left: 0.125rem solid var(--accent);
    position: relative;
    width: 36.875rem;
    height: 100%;
}
#body.page-franchise .open-club-step-item:nth-child(2n) .open-club-content{
    border-bottom: 0.125rem solid var(--accent);
    height: calc(100% + .125rem);
}
#body.page-franchise .open-club-step-item:nth-child(odd) .open-club-content{
    border-top: 0.125rem solid var(--accent);
}
#body.page-franchise .open-club-content:before {
	content:"";
	display: block;
	position: absolute;
	width: .625rem;
	height: .625rem;
	left: -.4rem;
	top: -.4rem;
	border-radius: 100%;
	background-color: var(--accent);
}
#body.page-franchise .open-club-step-item:nth-child(2n) .open-club-content:before{
	top: auto;
	bottom: -.3rem;
	left: -.38rem;
}
#body.page-franchise .open-club-step-item .open-club-step-numb {
    color: var(--accent);
}
#body.page-franchise .open-club-step-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
#body.page-franchise .open-club-empty {
    height: 100%;
}
#body.page-franchise .open-club-step-item .service-akvazona-title-caps {
    padding-top: 0.75rem;
}
#body.page-franchise .open-club-sticky {
    position: relative;
    background-color: #292929;
    padding-top: 8rem;
    overflow: hidden;
}
#body.page-franchise .open-club-step-wrap {
  position: relative;
  transition: transform 0.1s linear; 
}
#body.page-franchise .about-numb {
    grid-template-columns: repeat(4, 1fr);
    width: 88%;
    margin-left: 4%;
}
#body.page-franchise .about-numb-head.about-first-numb {
    padding-right: 0;
}
#body.page-franchise #w-node-_7c589ba8-1635-cf93-b814-e5962e779376-6e5b58a1,
#body.page-franchise #w-node-ddcdf3c4-bc82-86f7-04c3-00ca86a1abd3-6e5b58a1{
    justify-self: auto;
}
#body.page-franchise .open-club-sticky .title-akvazona-wrap{
	  padding-top: 2rem;
}

#body.page-franchise .open-club-container:before{
	content:"";
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='704' height='431' viewBox='0 0 704 431' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg opacity='0.15'%3e%3crect opacity='0.25' x='191' y='-141' width='190' height='190' fill='%23EDEDED'/%3e%3crect opacity='0.25' x='382' y='50' width='190' height='190' fill='%23EDEDED'/%3e%3crect opacity='0.25' y='50' width='190' height='190' fill='%23EDEDED'/%3e%3crect opacity='0.25' y='241' width='190' height='190' fill='%23EDEDED'/%3e%3crect opacity='0.25' x='573' y='-141' width='190' height='190' fill='%23EDEDED'/%3e%3crect opacity='0.25' x='191' y='241' width='190' height='190' fill='%23EDEDED'/%3e%3crect opacity='0.25' x='573' y='241' width='190' height='190' fill='%23EDEDED'/%3e%3crect opacity='0.8' y='50' width='1' height='954' transform='rotate(-90 0 50)' fill='%23BFBFBF'/%3e%3crect opacity='0.8' y='241' width='1' height='954' transform='rotate(-90 0 241)' fill='%23BFBFBF'/%3e%3crect opacity='0.8' x='572' y='-523' width='1' height='954' fill='%23BFBFBF'/%3e%3crect opacity='0.8' x='381' y='-523' width='1' height='954' fill='%23BFBFBF'/%3e%3crect opacity='0.8' x='190' y='-523' width='1' height='954' fill='%23BFBFBF'/%3e%3ccircle cx='190.5' cy='49.5' r='3.5' fill='white'/%3e%3ccircle cx='190.5' cy='240.5' r='3.5' fill='white'/%3e%3ccircle cx='572.5' cy='49.5' r='3.5' fill='white'/%3e%3ccircle cx='572.5' cy='240.5' r='3.5' fill='white'/%3e%3ccircle cx='381.5' cy='49.5' r='3.5' fill='white'/%3e%3ccircle cx='381.5' cy='240.5' r='3.5' fill='white'/%3e%3c/g%3e%3c/svg%3e");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 43.9375rem;
    height: 25.1875rem;
    display: block;
    position: absolute;
    top: -8rem;
    right: 0;
}

@media screen and (max-width: 991px) {
	
	    .about-chapter-container {
        padding: 12.5rem var(--container-side) 12.5rem;
	    }
	    
		#body.page-franchise .price-offer-card-wrap {
			flex-direction: column;
		}
		#body.page-franchise .price-offer-card-item {
			width: 100%;
		}
		#body.page-franchise .chapter-card-title{
			font-size: 5rem;
		}
		#body.page-franchise .contact-wrap-caps {
		    font-size: var(--text-20-12);
		}
			#body.page-franchise .content-header.content-headet-center {
		    margin-left: 0;
		}
		.content-header-title.header-title-dop-page {
		    font-size: 10rem;
		}
		#body.page-franchise .title-akvazona-wrap {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        flex-flow: column;
        align-items: flex-start;
    }
		#body.page-franchise .service-akvazona-item {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
        flex-flow: column;
    }
		#body.page-franchise .service-akvazona-title-block {
        width: 100%;
    }
		#body.page-franchise .service-akvazona-text-block {
        width: 100%;
        padding-right: 0;
    }
		#body.page-franchise .title-akvazona-wrap {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        flex-flow: column;
        align-items: flex-start;
    }
    #body.page-franchise .info-card-decor {
		    top: 10rem;
		}
		#body.page-franchise .about-numb {
		    grid-template-columns: repeat(2, 1fr);
		    width: auto;
		    margin-left: auto;
		}
		#body.page-franchise #w-node-_35787e4e-25bb-0afd-77bb-17657c104de4-6e5b58a1 {
        order: initial;
        grid-area: inherit;
		}
		#body.page-franchise .about-numb {
        grid-column-gap: 0.5rem;
		}
		#body.page-franchise .service-akvazona-container {
		    padding-bottom: 2.5rem;
		}
}
@media screen and (max-width: 767px) {
		#body.page-franchise .about-main-screen {
		    padding-bottom: 5rem;
		}
		#body.page-franchise .sipmle-text-20 {
		    max-width: 90%;
		}
		#body.page-franchise .chapter-card-title{
		    font-size: 1.75rem;
		    letter-spacing: -.035rem;
		}
    #body.page-franchise .about-info-wrap {
		    padding-top: 5rem;
		}
    #body.page-franchise .info-card-decor {
		    top: 5rem;
		}
			#body.page-franchise .about-info-title {
		    width: 90%;
		}
		.content-header-title.header-title-dop-page {
		    font-size: var(--page-title-h1);
		}
		#body.page-franchise .service-akvazona-container, #body.page-franchise .price-offer-container.service-akvazona-container {
        padding-bottom: 3.75rem;
    }
		#body.page-franchise .service-akvazona-title {
        letter-spacing: -.05rem;
    }
		#body.page-franchise .service-akvazona-title-caps {
        letter-spacing: -.0175rem;
        max-width: none;
        font-size: .875rem;
    }
		#body.page-franchise .service-akvazona-item {
        padding-top: 1.5rem;
        padding-bottom: 2rem;
    }
		#body.page-franchise .service-akvazona-title-block {
        grid-column-gap: .75rem;
        grid-row-gap: .75rem;
        letter-spacing: -.035rem;
        font-size: 1.75rem;
    }
		#body.page-franchise .service-akvazona-text-block {
        letter-spacing: -.0175rem;
    }
		#body.page-franchise .service-akvazona-text-block p, #body.page-franchise .service-akvazona-text-block li {
        letter-spacing: -.0175rem;
        font-weight: 400;
        margin-bottom: 0.5rem;
    }
		#body.page-franchise .title-akvazona-wrap {
        grid-column-gap: .75rem;
        grid-row-gap: .75rem;
        padding-top: 3.75rem;
        padding-bottom: 2rem;
    }
		#body.page-franchise .title-akvazona-wrap {
        grid-column-gap: .75rem;
        grid-row-gap: .75rem;
        padding-top: 3.75rem;
        padding-bottom: 2rem;
    }
		#body.page-franchise .block-contact-link-item.request-link-item .contact-wrap-link-first {
		    margin-bottom: 0.5rem;
		}
		#body.page-franchise .more-items .flip-button {
		    padding: 1rem 1.5rem;
		}
		#body.page-franchise .price-offer-card-wrap {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
		}
		#body.page-franchise .price-offer-card-item {
        padding: 0.8rem 1.25rem;
        border-radius: 0.25rem;
		}
		#body.page-franchise .type-group-item-name {
        padding: 0.45rem 0 0.2rem 0;
        width: 6rem;
        margin-right: 1.25rem;
        flex: none;
		}
		#body.page-franchise .open-club-step-item .service-akvazona-title-caps {
		    padding-top: 0.375rem;
		}
		#body.page-franchise .open-club-content {
		    gap: 0.5rem;
		    padding: 1.25rem 1.25rem 0.55rem 1.25rem;
		  	width: 100%;
		}
		#body.page-franchise .open-club-sticky {
		    padding-top: 1.25rem;
		}
		#body.page-franchise .open-club-step-item:last-child .open-club-content {
	    padding-right: 2rem;
		}
		#body.page-franchise .open-club-empty {
	    display: none;
		}
		#body.page-franchise .open-club-step-wrap {
	    flex-direction: column;
		}
    #body.page-franchise .open-club-step-item .open-club-content {
        border-top: none !important;
        border-bottom: none !important;
        border-left: 0.0625rem solid var(--accent);
    }
    #body.page-franchise .open-club-step-item:nth-child(2n) .open-club-content:before {
		    left: -.215rem;
		    top: 1.55rem;
		    bottom: auto;
    }
    #body.page-franchise .open-club-content:before {
			top: 1.55rem;
			width: .425rem;
	    height: .425rem;
	    left: -.215rem;
    }
		#body.page-franchise .service-akvazona-container {
		  padding-bottom: 1.75rem;
		}
		#body.page-franchise .open-club-container.service-akvazona-container{
			padding-bottom: 3.75rem;
		}
		
		#body.page-franchise .open-club-container:before{
			width: 12.8125rem;
			height: 10.9375rem;
			top: -3.25rem
		}
}

.novosti-btn-wrap {
    margin-left: 7.875rem;
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    margin-top: 2.75rem;
}
.novosti-info-item {
    display: block;
}
.novosti-btn-wrap .flip-button {
    text-align: center;
}
.novosti-btn-wrap .flip-button::before{
    display: none;
}
a.flip-button.btn-red-to-white.btn-white.w-inline-block {
    background-color: var(--light);
    color: var(--dark);
}
a.flip-button.btn-red-to-white.btn-red-to-black.w-inline-block{
    transition: background-color .45s cubic-bezier(.23, 1, .32, 1);
}

@media screen and (max-width: 991px) {
  .novosti-info-item.anim-list-item {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .novosti-btn-wrap {
    margin-top: 0;
    margin-left: 0;
    order: 1;
  }
  .novosti-img-block {
    padding-top: 0;
  }
 .novosti-btn-wrap {
    gap: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .novosti-info-item.anim-list-item, .novosti-btn-wrap {
    gap: 0.625rem;
  }
  .novosti-btn-wrap{
    flex-direction: column;
  }
  .novosti-info-item.anim-list-item {
    padding-top: 1.25rem;
  }
}

.grecaptcha-badge{display: none;}