@media screen and (max-width: 1366px) {
  .main-promo__timer {
    padding-right: 0;
  }
  .promo-features__image {
    transform: none;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .swiper-container.single-clubs__swiper .swiper-slide:before,
  .clubs-post-head__image_:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(338deg, rgba(0, 0, 0, 0) 5.55%, rgba(0, 0, 0, 0.6) 87.79%);
    z-index: 2;
  }
  .clubs-post-head__list {
    /* position: absolute; */
    /* top: 40px; */
    z-index: 1;
    margin-top: 1.6rem;
  }
  .club-mob-img-title {
    position: absolute;
    z-index: 3;
    top: 20px;
    left: 16px;
    padding-right: 16px;
  }
  .clubs-post-head__title {
    margin-top: 0 !important;
  }
  .benefits__container {
    padding-left: 0;
  }
  .vacancy-card__price-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .single-trainers-contacts__order-button-wrap {
    text-align: center;
  }
  .home-intro__info-list .swiper-wrapper {
    justify-content: center;
    text-align: center;
  }
  .club-d {
    display: none;
  }
  .club-m {
    display: block;
  }
  .home-intro__info-list .swiper-wrapper .swiper-slide {
    width: auto !important;
  }
  .info-list__icon img {
    margin-left: auto;
    margin-right: auto;
  }
  .home-intro__main-content {
    text-align: center;
  }
  .single-clubs__nav-dots {
    display: flex;
  }
  .single-clubs__nav-btns {
    display: none;
  }
  .clubs-post-head__breadcrumbs {
    margin-top: 78px;
    padding-left: 16px;
  }
  .clubs-post-head__bg {
    margin-top: 16px;
    position: relative;
  }
  .clubs-post-head__image:before {
    display: none;
  }
  .clubs-post-head__bg,
  .clubs-post-head__bg img {
    height: auto;
    aspect-ratio: 375/393;
  }
  .clubs-post-head .single-clubs__nav-dots {
    position: absolute;
    bottom: 13px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
  }
  .clubs-post-head__inner {
    min-height: unset;
    padding-top: 13px;
  }
  #main-promo h1 {
    font-size: 32px;
    line-height: 140%; /* 44.8px */
    letter-spacing: 0.64px;
  }
  #main-promo .container {
    flex-direction: column;
  }
  .timer-block__num,
  .timer-block__num:before {
    font-size: 51px;
    text-align: center;
  }
  #main-promo .container {
    align-items: center;
  }
  .main-club-list.--desktop {
    display: none;
  }
  .main-club-list.--mobile {
    display: flex;
  }
  .main-club-list.--mobile .main-club-list__item:not(.--icon) img {
    max-width: 16px;
  }
  .main-club-list {
    margin-top: 9px;
  }
  ._page.v2 .single-clubs__nav-btns {
    display: flex;
    position: absolute;
    top: 328px;
    width: 91%;
    flex-direction: row;
    justify-content: space-between;
  }

  ._page.v2 .single-clubs__nav-btns .nav-btn svg {
    display: none;
  }
  ._page.v2 .single-clubs__nav-btns .nav-btn {
    width: 28px;
    height: 28px;
    background: center / cover
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Crect x='0.750002' y='0.750004' width='25.623' height='25.623' rx='6.25' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M12.0388 8.89914L17.2793 14.1017L12.0388 19.3042L11.2793 18.5447L15.7603 14.1017L11.2793 9.65863L12.0388 8.89914Z' fill='white' stroke='white'/%3E%3C/svg%3E");
    border-radius: 0;
    transition: transform 0.3s;
  }
  ._page.v2 .single-clubs__nav-btns .nav-btn.next:hover {
    transform: translateX(4px);
  }
  ._page.v2 .single-clubs__nav-btns .nav-btn.prev {
    transform: rotate(180deg);
  }
  ._page.v2 .single-clubs__nav-btns .nav-btn.prev:hover {
    transform: translateX(-4px) rotate(180deg);
  }

  .clubs-archive-body__container_new .clubs-archive-body__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .price-trainings__col {
    padding: 12px !important;
  }
  .price-trainings__row.--body .price-trainings__col,
  .price-trainings__row.--head .price-trainings__col,
  .price-switcher {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .how-to-find-us__container-v2 {
    padding-left: 0;
  }
  .how-to-find-v2__content {
    flex-direction: column-reverse;
  }
  .how-to-find-v2__content {
    margin-top: 35px;
    gap: 35px;
  }
  .how-to-find-us__container-v2 .how-to-find-us__text-content-head,
  .how-to-find-v2__content-text {
    padding-left: 16px;
    padding-right: 16px;
  }
  .how-to-find-us-v2.has-iframe-map {
    padding-bottom: 43px;
  }
  .how-to-find-us__container-v2__decor {
    display: none;
  }
  .photos-trainings-wrapper {
    flex-direction: column;
    gap: 0px;
  }
  .photos-trainings-wrapper .trainers-preview__title {
    flex: 0 0 auto;
  }
  .photo-text-overlay {
    bottom: 10px;
    left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .benefits__container {
    grid-template-columns: 1fr;
  }
  .instagram__buttons-slot {
    display: block;
    text-align: left;
    margin-top: 1.6rem;
  }
  .single-trainers-contacts__order-button {
    font-size: 17px;
  }
  .your-app__list {
    margin-top: 2.2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem 0.5rem !important;
    margin-bottom: 2.9rem;
  }
  .header__burger {
    display: block;
  }
  .header__burger {
    background: center / cover
      url("data:image/svg+xml,%3Csvg width='63' height='40' viewBox='0 0 63 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800001' y='0.800001' width='60.8001' height='38.4001' rx='16.8' stroke='white' stroke-width='1.6'/%3E%3Crect x='3.99992' y='4.0002' width='54.4001' height='32' rx='13.6' stroke='white' stroke-width='1.6'/%3E%3Crect x='7.10847' y='7.10847' width='48.1829' height='25.7829' rx='10.4914' stroke='white' stroke-width='1.41715'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    width: 63px;
    height: 40px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .burger span.text {
    transform: none;
    position: unset;
    height: auto;
    font-size: 1.3rem;
  }
  .home-intro__title {
    font-size: 32px;
  }
  .--style-standart .home-intro__title {
    text-align: left;
    line-height: 140%;
  }
  .main-hero-label {
    padding: 0px 12px;
    transform: none;
  }
  .home-intro__main-content {
    margin-top: 0;
  }
  .--style-bottom .home-intro__sub-content {
    margin-top: unset;
  }
  .--style-bottom .home-intro__main-content {
    margin-top: auto;
  }
  .--style-bottom .home-intro__title {
    font-size: 24px;
  }
  .--mobile {
    display: block;
  }
  .--desktop {
    display: none;
  }
  .home-intro__nav-buttons {
    display: none;
  }
  .home-intro__text {
    display: block;
  }
  .home-intro__info-list .swiper-wrapper {
    justify-content: space-between;
    gap: 1rem;
  }
  .info-list__title {
    font-size: 16px;
  }
  .info-list__icon img {
    max-width: 32px;
    max-height: 32px;
  }
  .home-intro__screen-content {
    padding-bottom: 5.1rem;
  }
  .home-intro__buttons-slot {
    text-align: center;
  }
  .home-intro__nav-dots {
    bottom: 6px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .home-intro__buttons-slot {
    margin-top: 2.8rem;
  }
  .info-list__title {
    margin-top: 5px;
  }
  .home-intro__additional-text {
    font-size: 12px;
    margin-top: 7px;
  }
  .home-intro__text {
    margin-top: 15px;
  }
  .main-hero-label {
    font-size: 26px;
  }
  .clubs-preview__filter .btn-secondary {
    font-size: 14px;
  }
  .clubs-preview__filter {
    margin-top: 2.1rem;
  }
  .clubs-preview__filter .flex {
    gap: 6px 9px;
  }
  .place-card__time,
  .place-card__address {
    font-size: 14px;
  }
  .place-card__title {
    font-size: 20px;
  }
  .clubs-preview__content {
    margin-top: 1.5rem;
  }
  .place-card__body {
    padding: 0.4rem;
  }
  .place-card__tags {
    padding: 0.7rem;
  }
  .clubs-preview__footer {
    display: block;
    text-align: center;
  }
  .service-card__title {
    font-size: 20px;
  }
  .services {
    padding-top: 43px;
  }
  .services__slider {
    margin-top: 1.8rem;
  }
  .service-card__body {
    padding: 2.5rem 1.8rem;
  }
  .service-card__footer {
    font-size: 15px;
  }
  .services__decor-1 {
    top: 9.1rem;
    left: -4.9rem;
    height: 29.5rem;
    width: 29.5rem;
  }
  .services__decor-2 {
    display: none;
  }
  .services__nav-dots {
    margin-top: 1.3rem;
  }
  .benefits__title,
  .benefits__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  section.benefits {
    padding-top: 0;
  }
  .page-template-page-home section.services {
    padding-bottom: 21px;
  }
  .benefits__decor-group-inner {
    padding-top: 2rem;
  }
  .benefits__decor-1 .stat-point {
    right: 3.2%;
    bottom: 3.6%;
  }
  .benefits__text {
    font-size: 14px;
    margin-top: 1.7rem;
  }
  .benefits__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 2.4rem;
    gap: 0.6rem 0.9rem;
  }
  .benefits__list li {
    flex-direction: row;
    font-size: 12px;
    line-height: 124%; /* 14.88px */
    text-align: left;
    border-radius: 1.6rem;
    background-color: #18171c;
    padding: 1.4rem 1.6rem;
  }
  .benefits__list li img,
  .benefits__list li svg {
    height: 2.4rem;
  }
  .benefits__footer {
    margin-top: 3rem;
  }
  .page-template-page-home .your-app__body {
    padding-top: 0;
    margin-top: 17px;
  }
  .your-app__list {
    margin-top: 2.2rem;
    margin-bottom: 2.9rem;
  }
  .your-app__list li {
  }
  .page-template-page-home section.your-app {
    padding-bottom: 0;
  }
  .page-template-page-home section.instruction {
    padding-top: 34px;
  }
  .instr-steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .instr-item {
    position: relative;
    padding-left: 46px;
  }
  .instr-item__num {
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    height: 34px;
    font-size: 14px;
    line-height: 122%; /* 17.08px */
    margin-top: -5px;
  }
  .instr-item__title {
    font-size: 18px;
  }
  .instr-steps {
    gap: 2.2rem;
    position: relative;
  }
  .instr-steps:before,
  .instr-steps:after {
    width: 2px;
    height: 80%;
    display: block;
    position: absolute;
    left: 18px;
    top: 0;
    content: "";
    background-color: #333132;
    opacity: 0.1;
    z-index: -1;
  }
  .instr-steps:after {
    left: 14px;
  }

  .blog-preview-carousel__slider-footer {
    margin-top: 22px;
    text-align: center;
  }

  .blog-preview-carousel .slider-footer {
    gap: 0;
  }
  .post-card__title {
    font-size: 16px;
  }
  .instr-item__title br {
    display: none;
  }
  .page-template-page-home section.instagram {
    padding-bottom: 0;
    padding-top: 5px;
  }
  .instagram__text {
    font-size: 14px;
    margin-top: 1.2rem;
  }
  .instagram__media-content {
    margin-top: 3.3rem;
  }
  .stat-point__value,
  .stat-point__text {
    left: calc(2.9rem - var(--border));
  }
  .header__logo {
    height: 3.1rem;
  }
  .header__nav-list {
    margin-top: 1.6rem;
  }
  .header__nav-list .sub-menu {
    padding: 24px 24px 40px;
  }
  #promo-features .container {
    grid-template-columns: 1fr;
  }
  .promo-features__image {
    display: none;
  }
  #promo-features {
    padding-top: 43px;
    padding-bottom: 45px;
  }
  .promo-features__list {
    padding-top: 5px;
  }
  .promo-features__item-text {
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.4px;
  }
  .promo-features__item {
    padding-top: 12px;
    margin-bottom: 12px;
  }
  .training-steps__item:after {
    display: none;
  }
  .training-activities-list,
  .training-steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .mobile-switch-2-text {
    display: block;
  }
  .desktop-switch-2-text {
    display: none;
  }
  .btn-primary.--big {
    min-height: 7.2rem;
    font-size: 16px;
    line-height: 124%; /* 19.84px */
  }
  .train-desktop-four-week-text {
    display: none;
  }
  .train-mobile-four-week-text {
    display: block;
    grid-column: span 2;
  }
  .price-trainings__row .tariff-plan-card__old-price span {
    display: none;
  }
  .price-switcher {
    font-size: 10px;
    line-height: 124%; /* 12.4px */
  }
  .price-trainings__row.--head .price-trainings__col,
  .price-trainings__row.--body .price-trainings__col {
    font-size: 12px;
    line-height: 100%; /* 12px */
  }

  .price-trainings__row.--body .price-trainings__col:first-child {
    text-align: left;
    justify-content: flex-start;
  }
  .price-trainings__row .tariff-plan-card__current-price {
    font-size: 24.738px;
    font-weight: 400;
    line-height: 108%; /* 26.717px */
    letter-spacing: 0.495px;
  }
  .price-trainings__row .tariff-plan-card__old-price {
    color: rgba(255, 255, 255, 0.5);
    font-size: 10.95px;
    line-height: 108%; /* 11.826px */
    letter-spacing: 0.219px;
  }
  .price-trainings__row .tariff-plan-card__currency-term span {
    font-size: 11.739px;
    line-height: 108%; /* 12.678px */
    letter-spacing: 0.235px;
  }
  .price-trainings__row .train-mobile-four-week-text {
    font-size: 10px;
    line-height: 108%; /* 10.8px */
    letter-spacing: 0.2px;
    margin-top: 3px;
  }

  .top-message__close {
    position: absolute;
    top: 8px;
    right: 8px;
  }
  .top-message__inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .top-message__text {
    order: -1;
    flex: 0 0 100%;
    font-size: 13px;
  }
  .top-message__link a {
    font-size: 18px;
  }
  .top-message {
    padding-top: 25px !important;
    padding-bottom: 10px;
  }
  .top-message .container {
    padding-left: 33px;
    padding-right: 33px;
  }
  .top-message-timer__value {
    font-size: 20px;
  }
  .top-message-timer__label {
    font-size: 8px;
  }
}
@media screen and (max-width: 576px) {
  .single-club-mobile-button {
    display: block;
  }
  .single-clubs #vacancies {
    padding-bottom: 0;
  }
  .clubs-post-head__buttons-group {
    justify-content: space-between;
  }
  .footer {
    padding-top: 4.8rem;
  }
  .footer__text {
    font-size: 20px;
    margin-top: 10px;
  }
  .footer__store {
    margin-top: 2.6rem;
  }
  .footer__body {
    margin-top: 33px;
  }
  .footer__nav {
    padding-right: 30px;
    flex-wrap: wrap;
    margin-top: 4.2rem;
  }
  .footer__bottom div:first-child {
    display: none;
  }
  .footer__bottom {
    margin-top: 0;
  }
  .footer__bottom svg {
    margin-left: auto;
    margin-right: auto;
  }
  .footer__nav-list > li > a {
    font-size: 19px;
  }
  .footer__nav-sublist {
    gap: 1px;
    margin-top: 2px;
  }
  .footer__text br {
    display: none;
  }
  .instr-steps {
    grid-template-columns: 1fr;
  }
  .home-intro__buttons-slot .btn-primary {
    width: 100%;
  }
  .clubs-post-head__title {
    font-size: 2.4rem;
  }
  .clubs-post-head__list-content--address {
    font-size: 14px;
  }
  .clubs-post-head__list svg {
    width: 16px;
    height: 16px;
  }
  .clubs-post-head__list-content--time {
    font-size: 14px;
  }
  .clubs-post-head__image {
    height: 393px;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 0;
    margin-top: 1.1rem;
  }
  .clubs-post-head__image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(338deg, rgba(0, 0, 0, 0) 5.55%, rgba(0, 0, 0, 0.6) 87.79%);
    height: 100%;
    width: 100%;
    z-index: 1;
    border-radius: 0;
  }

  .clubs-post-head__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
  }
  .clubs-post-head__title {
    position: relative;
    margin-top: 3.8rem;
    z-index: 1;
  }
  .clubs-post-head__buttons-group {
    margin-top: 20px;
  }

  .breadcrumbs ul {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: scroll;
  }
  .club-post-head-info-list__item-title {
    font-size: 20px;
  }
  .club-post-head-info-list__item-decor {
    width: 8.2rem;
    height: 8.2rem;
    right: -2rem;
  }
  .clubs-post-head__sub-content {
    margin-top: 3rem;
  }
  .clubs-post-head__anchors {
    margin-top: 1.3rem;
  }
  .tariff-plans__title {
    font-size: 2.2rem;
  }
  .clubs-post-head__inner {
    padding-bottom: 1.2rem;
  }
  .tariff-plan-card__title {
    font-size: 18px;
  }
  .tariff-plan-card__currency-term,
  .tariff-plan-card__old-price {
    font-size: 12px;
  }
  .member-additional-price {
    margin-top: -0.2rem;
  }
  .tariff-plan-card__btn,
  .tariff-plan-card__dark-box {
    margin-top: 0.3rem;
  }
  .tariff-plan-card__main-list-title {
    font-size: 1.4rem;
    margin-top: -0.4rem;
  }
  .club-advantages__title {
    font-size: 22px;
  }
  .club-advantages__text {
    font-size: 14px;
    line-height: 108%; /* 15.12px */
    letter-spacing: 0.28px;
  }
  .club-advantages__stats-list {
    margin-top: 1.9rem;
  }
  .how-to-find-us__title {
    font-size: 22px;
  }
  .how-to-find-us__text {
    margin-top: 1.6rem;
    font-size: 14px;
  }
  .how-to-find-us__info-item-title {
    font-size: 1.6rem;
  }
  .how-to-find-us__info-item-title {
    font-size: 1.4rem;
  }
  .how-to-find-us__info-item-title {
    font-size: 1.6rem;
  }
  .trainers-preview__title {
    font-size: 2.2rem;
  }
  .trainers-preview__list-nav-dots {
    margin-top: 2.1rem;
  }
  .trainers-preview__footer {
    margin-top: 1.8rem;
  }
  .h2 {
    font-size: 22px;
  }
  #schedule {
    padding-top: 7rem;
  }
  .your-app__image img.your-app__image__decor {
    width: 115%;
  }
  .your-app__body {
    margin-top: 3.2rem;
  }
  .your-app__text {
    margin-top: 0.8rem;
    font-size: 14px;
  }
  .your-app__logo {
    display: none;
  }

  .your-app__buttons-group {
    gap: 1.7rem;
    width: 100%;
    flex-direction: row;
  }
  .your-app__buttons-group .btn-primary {
    padding: 1.3rem 1.6rem;
    width: 100%;
  }
  .your-app__body {
    grid-template-areas:
      "title title"
      "text text"
      "list list"
      "buttons buttons";
  }
  #vacancies .h2 {
    font-size: 22px;
  }
  .vacancy-card {
    padding: 2.4rem 2.4rem 2.4rem;
  }
  .vacancy-card__description {
    line-height: 160%;
  }
  .faq__title br {
    display: none;
  }
  .faq__body {
    margin-top: 2.4rem;
  }
  .accordion__item-title {
    padding: 1.7rem 4.1rem 1.7rem 2.3rem;

    font-size: 16px;
  }
  .accordion__item-content {
    font-size: 14px;
    line-height: 164%; /* 22.96px */
    padding: 0 2.5rem 1.6rem 2.5rem;
  }
  .faq__footer {
    margin-top: 2.5rem;
  }
  .faq__buttons .flex {
    gap: 4.3rem;
  }
  .clubs-post-head__breadcrumbs,
  .breadcrumbs ul {
    font-size: 14px;
  }
  .timer-block,
  .main-promo__timer,
  .timer-block__nums {
    width: 100%;
  }
  .timer-block__nums {
    gap: unset;
    justify-content: space-between;
  }
  .main-promo__button {
    margin-top: 0;
  }
  .main-promo__button,
  .main-promo__button .btn-primary {
    width: 100%;
  }
  #main-promo {
    padding-top: 214px;
  }
  #main-promo .container,
  #main-promo {
    align-items: unset;
    justify-content: unset;
  }
  .main-promo__timer {
    margin-top: 60px;
  }
  .timer-block:has(.timer-block__days) .timer-block__num,
  .timer-block:has(.timer-block__days) .timer-block__num:before {
    font-size: 35px;
  }
  .header__body {
    min-height: 6.1rem;
  }
  .clubs-post-head__anchors-list--sticky {
    padding-top: 0.3rem !important;
    padding-bottom: 1rem !important;
  }
  .single-club-mobile-button {
    padding: 6px 16px;
  }
  .blog-archive-body__filter-buttons .flex {
    gap: 1rem !important;
  }
  .blog-archive-body__filter-buttons .btn-secondary {
    font-size: 14px;
    padding: 11px 15px;
    min-height: unset;
  }
  ._page.v2 #subscriptions {
    background: #18171c;
    padding-top: 2.9rem;
  }
  .tariff-switcher {
    margin-top: 16px;
  }
  /* .tariff-plans__slider .swiper-slide {
    --pr: 1.7rem;
    --w: 28.9rem;
  } */
  .tariff-plans .tariff-plans__container .swiper-slide {
    width: 93% !important;
    padding-right: 6px !important;
    padding-left: 6px !important;
    transform: translateX(11px) !important;
  }
  ._page.v2 .tariff-plan-card__title {
  }
  ._page.v2 .tariff-plans__slider__btn {
    /* display: none; */
    width: 27px;
    height: 27px;
    background: center / cover
      url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='26.373' y='26.373' width='25.623' height='25.623' rx='6.25' transform='rotate(-180 26.373 26.373)' fill='white' stroke='black' stroke-width='1.5'/%3E%3Cpath d='M15.0843 18.2237L9.84375 13.0211L15.0843 7.81861L15.8438 8.5781L11.3627 13.0211L15.8438 17.4642L15.0843 18.2237Z' fill='%23E21B52' stroke='%23E21B52'/%3E%3C/svg%3E%0A");
    position: absolute;
    top: 43%;
    z-index: 1;

    right: 0%;
    transform: rotate(180deg);
  }
  ._page.v2 .tariff-plans__slider__btn.--prev {
    transform: none;
    left: 0%;
  }
  .club-advantages__buttons.--mobile {
    display: flex;
  }
  .club-advantages__buttons.--desktop {
    display: none;
  }
  .club-advantages__main-slider-nav-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;

    top: 42%;
    transform: translateY(-50%);
    width: calc(100% - 20px);
    z-index: 1;
    left: 10px;
  }
  .club-advantages__main-slider-nav-dots {
    margin-top: 2.1rem;
  }
  .club-advantages__buttons.--mobile {
    margin-top: 2.9rem;
  }
  ._page.v2 .club-advantages__buttons .btn-primary {
    min-height: 6rem;
  }
  ._page.v2 .club-advantages__buttons .btn-primary.with-lines .right {
    right: -43px;
  }
  ._page.v2 .how-to-find-us__media-content {
    display: none;
  }
  ._page.v2 .club-advantages + .how-to-find-us {
    padding-top: 0.8rem !important;
  }
  .how-to-find-us__info-item-list {
    margin-top: 0.9rem;
  }
  ._page.v2 .trainers-preview__title {
    font-size: 22px;
  }

  ._page.v2 #schedule {
    padding-top: 0;
  }
  .club-class-schedule__decor-1 {
    width: 22rem;
    height: 22rem;
    bottom: -10.5rem;
    right: -1rem;
  }
  ._page.v2 #vacancies,
  ._page.v2 #faq {
    background: #18171c;
  }

  ._page.v2 #vacancies .h2 {
    font-size: 35px;
  }
  .clubs-archive-body__container_new .clubs-archive-body__list {
    grid-template-columns: 1fr;
  }
  .btn-primary.--big {
    min-height: 6rem;
  }
  .clubs-archive-body__filter_new.--trainings {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
  #activities {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .training-activities-list,
  .training-steps {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }

  .training-steps__item:after {
    display: block;
  }
  .ios-switch {
    width: 45px;
    height: 22px;
  }
  .ios-switch-slider:before {
    width: 16px;
    height: 16px;
    left: 3px;
    top: 3px;
  }
  .price-trainings__col {
    padding: 12px 8px !important;
  }
  .ios-switch input:checked + .ios-switch-slider:before {
    transform: translateX(23px);
  }
  .tariff-plan-card__price-gird {
    gap: 3px;
  }
  .price_more_text {
    margin-top: 14px;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 124%; /* 12.4px */
  }
  .trainings-prices__button {
    margin-top: 21px;
  }
  .price-trainings__subtext {
    margin-top: 20px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 108%; /* 12.96px */
  }
  .price-trainings__table {
    margin-top: 30px;
  }
  .trainers-preview__list_new .swiper-wrapper {
    display: flex;
    gap: 0;
  }
  .trainings-swiper {
    width: 100vw;
    margin-left: -16px;
  }
  .trainings-swiper .swiper-slide {
    width: 100% !important;
    padding-left: 16px;
    padding-right: 16px;
  }
  .trainings-swiper .swiper-button-next,
  .trainings-swiper .swiper-button-prev {
    display: block;
  }
  .training-steps__item:not(:nth-child(3n)):not(:has(.--last)):after {
    top: 100%;
    transform: rotate(95deg);
    right: 20px;
    width: 36px;
    height: 7px;
  }
  .step-card__text {
    font-size: 14px;
    line-height: 120%; /* 16.8px */
  }
  .step-card__title {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
  }
  .activity-card__title {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%; /* 23.2px */
  }
  .activity-card__title span {
    font-size: 12.665px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%; /* 14.692px */
  }
  .activity-card__list {
    font-size: 9.067px;
    font-style: normal;
    font-weight: 400;
    line-height: 164%; /* 14.869px */
  }
  .activity-card {
    padding: 20px 20px 15px 20px;
  }
  .activity__difficulty__front span,
  .activity__difficulty__back span {
    width: 15px;
    height: 15px;
  }
  .activity__difficulty__back,
  .activity__difficulty__front {
    width: 52px;
  }
  .activity__difficulty__title {
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: 91%; /* 8.19px */
  }
}
@media screen and (max-width: 480px) {
}

@media screen and (max-width: 320px) {
}
