:root {
  --club-tariffs-primary-color: #5ed4ff;
  --club-tariffs-secondary-color: #42474c;
  --club-tariffs-secondary-text-color: #ffffff;
  --club-tariffs-bg-header-price: rgba(255, 255, 255, 0.2);
  --club-tariffs-bg-tariff: #e2f0fb;
  --club-tariffs-bg-tariff-active: #fff;
  --club-tariffs-item-color: #4b5052;
  --club-tariffs-service-item-cancel: #9fa1a3;
  --club-tariffs-bg-app: #e2f0fb;
  --club-tariffs-shadow-app: inset 0 -7px 44px 0 rgba(255, 255, 255, 0.26), -8px -8px 10px 0 #fff, 8px 8px 16px 0 rgba(73, 76, 79, 0.19);
  --club-tariffs-bg-gradient: linear-gradient(175deg, #67ccff 0%, #428dca 100%);
  --club-tariffs-advantages-item: #fffeda;
  --club-tariffs-link-active-color: #16ade4;
}

.theme-orange {
  --club-tariffs-primary-color: #ed6c1c;
  --club-tariffs-primary-text-color: #ffffff;
  --club-tariffs-secondary-color: #42474c;
  --club-tariffs-secondary-text-color: #ffffff;
  --club-tariffs-bg-tariff: #f6eee8;
  --club-tariffs-bg-header: linear-gradient(175deg, #0177b3 0%, transparent 100%);
  --club-tariffs-bg-header-price: transparent;
  --club-tariffs-bg-tariff-active: #fff;
  --club-tariffs-item-color: #4b5052;
  --club-tariffs-service-item-cancel: #9fa1a3;
  --club-tariffs-bg-app: #e2f0fb;
  --club-tariffs-shadow-app: inset 0 -7px 44px 0 rgba(255, 255, 255, 0.26), -8px -8px 10px 0 #fff, 8px 8px 16px 0 rgba(73, 76, 79, 0.19);
  --club-tariffs-bg-gradient: linear-gradient(175deg, #ffa953 0%, #d95128 100%);
  --club-tariffs-advantages-item: #fffeda;
  --club-tariffs-link-active-color: #d95128;
}

@font-face {
  font-family: 'Avenir Next Cyr';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local('Avenir Next Cyr'), url('/assets/templates/fh2023/fonts/AvenirNextCyr-Regular.woff2') format('woff2'),
	url('/assets/templates/fh2023/fonts/AvenirNextCyr-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Avenir Next Cyr Medium';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: local('Avenir Next Cyr Medium'), url('/assets/templates/fh2023/fonts/avenirnextcyr-medium.woff2') format('woff2'),
	url('/assets/templates/fh2023/fonts/avenirnextcyr-medium.woff') format('woff');
}
@font-face {
  font-family: 'Avenir Next Cyr Bold';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: local('Avenir Next Cyr Bold'), url('/assets/templates/fh2023/fonts/avenirnextcyr-bold.woff2') format('woff2'),
	url('/assets/templates/fh2023/fonts/avenirnextcyr-bold.woff') format('woff');
}
@font-face {
  font-family: 'Avenir Next Cyr Demi';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local('Avenir Next Cyr Demi'), url('/assets/templates/fh2023/fonts/AvenirNextCyr-Demi.woff2') format('woff2'),
	url('/assets/templates/fh2023/fonts/AvenirNextCyr-Demi.woff') format('woff');
}
@font-face {
  font-family: 'Avenir Next Cyr Light';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: local('Avenir Next Cyr Light'), url('/assets/templates/fh2023/fonts/AvenirNextCyr-Light.woff2') format('woff2'), url('/assets/templates/fh2023/fonts/AvenirNextCyr-Light.woff') format('woff');
}
.form .form-label {
	padding-bottom: 0.75rem;
}
.form__btns {
	padding-top: 0;
}
.location{display:none;}
.page-tariffs__club-tariffs .slider-tariffs {
	padding-left: 0.5rem;
}
.page-tariffs__club-gallery .swiper-slide::before {background: linear-gradient(to top, var(--bg-color) 5%, transparent 50%);}
.page-tariffs .modal-submit-form .modal-body {
  box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.25);
  background: #fffeda;
}
.page-tariffs .modal-submit-form .form-message-modal__title {
  border: 2px solid var(--club-tariffs-secondary-color);
}
	.tariffs-header__img {
z-index: 0;
}
.modal .btn-close::before {
	content: "+";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 150%;
	font-weight: 300;
	color: var(--club-tariffs-secondary-color);
	background-color: #8f8f8f;
	border-radius: 50%;
	transform: rotate(-45deg);
}
.page-tariffs__club-tariffs .club-tariffs__title {
	padding-top: 25px;
	margin: 0 auto 30px;
}
.page-tariffs .modal-submit-form .modal-body svg {
	fill: #fffeda;
}
.page-tariffs__club-tariffs .swiper-button-next {
	right: calc(50% - 40px);
}

@media (min-width: 1400px) {
	.page-tariffs__club-tariffs .slider-tariffs {
		padding: 0 4rem 5rem 4rem;
	}
} 
@media (max-width: 576px) {
	.tariffs-header__top {
		padding: 1rem 1rem 2rem !important;
	}

	.tariffs-header__top .title {
		margin-bottom: 0;
	}

	.tariffs-header__list {
		padding-left: 10px !important;
	}

	.page-tariffs__club-gallery .slide-gallery__info {
		bottom: 20px;
	}

	.page-tariffs__club-gallery .swiper-button-next, .page-tariffs__club-gallery .swiper-button-prev {
		margin-top: -10px;
	}

	.map-sidebar__work {
		padding-top: 1rem;
	}

	.map-title__city-dop {
		margin-left: 0;
	}

	.map-sidebar__club {
		text-transform: none;
		font-weight: 700;
		font-size: 16px;
		line-height: 110%;
	}
}
@media (min-width: 567px) {
	.tariffs-header__price {
		background: transparent;
	}

	.tariffs-header__price::before{
		width: 200%;
		background: rgba(255, 255, 255, 0.2);
		background-image: url(/assets/templates/club2025/sta/img/header/bg-price.jpg);
		background-size: cover;
		z-index: -1;
		overflow: hidden;
		border-radius: 12px;
	}
}
@media (min-width: 567px) and max-width: 960px) {
	.tariffs-header__top {
		gap: 10px;
	}

}
@media (min-width: 992px) {
	.page-tariffs__club-tariffs .club-tariffs__title {
		margin-bottom: 40px;
	}
	
	.form__btns {
		padding-top: 1rem;
	}
}
@media (min-width: 1600px) {
	.tariffs-header::before {
		content: "";
		z-index: 1;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to bottom, #0177B3 10%, transparent 50%);
	}
}

.theme-orange .tariffs-header__price::before {
	background: none;
}
		
.nav-menu__link {
  color: var(--club-tariffs-secondary-color);
  border: 1px solid;
  background-color: transparent;
}
.nav-menu__link:focus,
.nav-menu__link:hover {
  color: var(--club-tariffs-secondary-text-color);
  background-color: var(--club-tariffs-secondary-color);
}
.nav-menu__link.active {
  background-color: var(--club-tariffs-secondary-color);
  color: var(--club-tariffs-secondary-text-color);
}

.nav-city__title {
  color: var(--club-tariffs-secondary-color);
}
.nav-city__title:focus,
.nav-city__title:hover {
  color: var(--club-tariffs-secondary-text-color);
  background-color: var(--club-tariffs-secondary-color);
}
.nav-city__title--outline {
  border: 1px solid;
}
.nav-city__title--outline:focus,
.nav-city__title--outline:hover {
  color: var(--club-tariffs-secondary-text-color);
  background-color: var(--club-tariffs-secondary-color);
}
.nav-city__title.active {
  color: var(--club-tariffs-secondary-text-color);
  background-color: var(--club-tariffs-secondary-color);
}

.page-tariffs .container-fluid {
  margin: 0 auto;
}
@media (max-width: 992px) {
  .page-tariffs .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-tariffs .modal-submit-form .btn-close svg {
  display: none;
}
.page-tariffs .modal-submit-form .btn-close::before {
  font-size: 250%;
  color: rgba(0, 0, 0, 0.25);
  background-color: transparent;
  left: -30%;
}
.page-tariffs .modal-submit-form .modal-content {
  border-radius: 0.75rem;
  max-width: 400px;
  margin: 0 auto;
}
.page-tariffs .modal-submit-form .modal-body {
  padding-top: 2rem;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 100%;
  text-align: center;
  border-radius: 0.75rem;
  box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(169deg, #f5f7f8 0%, #e1ebf0 100%);
}
.page-tariffs .modal-submit-form .modal-body svg {
  z-index: 0;
  width: 36px;
  height: 36px;
  fill: #e1ebf0;
}
.page-tariffs .modal-submit-form .form-message-modal {
  padding-bottom: 0;
}
.page-tariffs .modal-submit-form .form-message-modal__title {
  padding: 1rem;
  margin-top: -1rem;
  font-weight: 700;
  font-size: 0.88rem;
  line-height: 100%;
  text-align: center;
  border-radius: 0.38rem;
  border: 2px solid #3080a3;
}
.page-tariffs .modal-submit-form .form-message-modal__text {
  padding: 1rem;
}
.page-tariffs .modal-submit-form .social {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
}
.page-tariffs .modal-submit-form .social__item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.page-tariffs .modal-submit-form .social__item .icon {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.page-tariffs .modal-submit-form .social__item--vk .icon {
  background-image: url('../img/pages/club-tariffs/icons/icon-vk.svg');
}
.page-tariffs .modal-submit-form .social__item--dz .icon {
  background-image: url('../img/pages/club-tariffs/icons/icon-dzen.svg');
}
.page-tariffs .modal-submit-form .social__item--tm .icon {
  background-image: url('../img/pages/club-tariffs/icons/icon-telegram.svg');
}
.page-tariffs .modal-submit-form .social__item a {
  display: block;
}

.tariff-tooltip.tooltip.show,
.trade-in-tooltip.tooltip.show,
.advantages-tooltip.tooltip.show {
  opacity: 1;
}
.tariff-tooltip .tooltip-inner,
.trade-in-tooltip .tooltip-inner,
.advantages-tooltip .tooltip-inner {
  background: white;
  padding: 0.5rem;
  box-shadow: 4px 4px 12px 0 rgba(66, 71, 77, 0.1);
  border-radius: 0.75rem;
  font-family: 'Avenir Next Cyr', 'Arial', 'Helvetica CY', sans-serif;
  font-weight: 400;
  font-size: 0.81rem;
  line-height: 130%;
  color: #42474d;
  opacity: 1;
}
.tariff-tooltip .tooltip-arrow::before,
.trade-in-tooltip .tooltip-arrow::before,
.advantages-tooltip .tooltip-arrow::before {
  border-color: transparent;
  border-top-color: white;
}

.tariffs-header {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .tariffs-header {
    max-height: 660px;
    overflow: hidden;
  }
}
.tariffs-header__top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1440px;
  padding: 2rem 1rem !important;
  color: var(--club-tariffs-secondary-color);
}
@media (min-width: 768px) {
  .tariffs-header__top {
    position: absolute;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    padding: 20px 1rem 36px 20px;
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .tariffs-header__top {
    margin: 0 auto;
    padding: 3.5rem 1rem !important;
  }
}
.tariffs-header__top .title,
.tariffs-header__top .sub-title {
  font-family: 'Avenir Next Cyr Bold', 'Arial', 'Helvetica CY', sans-serif;
  font-weight: 750;
  font-size: 27px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  max-width: 1100px;
  margin-bottom: 8px;
}
.tariffs-header__top .title {
  width: 100%;
}
@media (min-width: 768px) {
  .tariffs-header__top .title {
    font-size: 36px;
    line-height: 120%;
  }
}
@media (min-width: 1200px) {
  .tariffs-header__top .title {
    font-family: 'Avenir Next Cyr Demi', 'Arial', 'Helvetica CY', sans-serif;
    font-size: 67px;
  }
}
@media (max-width: 576px) {
  .tariffs-header__top .sub-title {
    display: block;
  }
}
@media (min-width: 768px) {
  .tariffs-header__top .sub-title {
    font-family: 'Avenir Next Cyr Bold', 'Arial', 'Helvetica CY', sans-serif;
    font-size: 64px;
    line-height: 120%;
  }
}
@media (min-width: 1200px) {
  .tariffs-header__top .sub-title {
    font-family: 'Avenir Next Cyr Demi', 'Arial', 'Helvetica CY', sans-serif;
    font-size: 118px;
  }
}
.tariffs-header .link {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
  color: var(--club-tariffs-primary-text-color);
  background: var(--club-tariffs-primary-color);
  border-radius: 12px;
  padding: 15px 16px;
  font-family: 'Avenir Next Cyr Demi', 'Arial', 'Helvetica CY', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  transition: all 0.4s ease;
  text-decoration: none;
}
@media (min-width: 992px) {
  .tariffs-header .link {
    margin-top: 8px;
  }
}
.tariffs-header .link:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  color: white;
  background-color: var(--club-tariffs-link-active-color);
}
.tariffs-header .link .icon {
  width: 100%;
  height: 8px;
  margin-left: 0.5rem;
}
@media (min-width: 768px) {
  .tariffs-header .link .icon {
    max-width: 40px;
    margin-left: 0.25rem;
  }
}
@media (min-width: 1200px) {
  .tariffs-header .link .icon {
    max-width: 100%;
    height: 10px;
  }
}
.tariffs-header__info {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  overflow: hidden;
}
.tariffs-header__wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #e2f0fb;
  border-radius: 12px;
  padding: 24px;
  padding-left: 30px;
  margin-top: -10px;
}
@media (min-width: 1200px) {
  .tariffs-header__wrapper {
    border-radius: 0;
    padding: 30px;
  }
}
.tariffs-header__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 1440px;
  margin: 0;
  padding: 0;
  font-family: 'Avenir Next Cyr Demi', 'Arial', 'Helvetica CY', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: var(--club-tariffs-secondary-color);
}
@media (min-width: 768px) {
  .tariffs-header__list {
    flex-direction: row;
    justify-content: space-between;
    min-height: 24px;
  }
}
@media (min-width: 1200px) {
  .tariffs-header__list {
    flex-direction: row;
    font-size: 24px;
    border-radius: 0;
  }
}
.tariffs-header__img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: bottom;
  background: linear-gradient(171deg, #3485aa 18.3%, #1e6586 76.81%, #2e7292 100%);
}
@media (min-width: 768px) {
  .tariffs-header__img {
    position: relative;
  }
  .tariffs-header__img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--club-tariffs-bg-header);
    z-index: 1;
  }
}

.tariffs-header__price {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-family: 'Avenir Next Cyr Bold', 'Arial', 'Helvetica CY', sans-serif;
  width: 100%;
  background: var(--club-tariffs-bg-header-price);
  border-radius: 0 12px 12px 0;
}
.tariffs-header__price::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--club-tariffs-bg-header-price);
}
@media (min-width: 768px) {
  .tariffs-header__price {
    margin-bottom: 8px;
    padding: 0.5rem;
    width: auto;
  }
}
@media (min-width: 992px) {
  .tariffs-header__price {
    font-family: 'Avenir Next Cyr Demi', 'Arial', 'Helvetica CY', sans-serif;
    font-size: 24px;
  }
}
.tariffs-header__price-count {
  font-size: 24px;
  font-weight: 750;
  line-height: 100%;
}
@media (min-width: 768px) {
  .tariffs-header__price-count {
    gap: 10px;
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .tariffs-header__price-count {
    font-size: 56px;
  }
}
.tariffs-header__price-unit {
  font-size: 17px;
  line-height: 120%;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .tariffs-header__price-unit {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .tariffs-header__price-unit {
    font-size: 26px;
  }
}

:root {
  --advantagesItemSize: 100%;
  --advantagesListGap: 0.625rem;
}
@media (min-width: 576px) {
  :root {
    --advantagesListGap: 1.25rem;
    --advantagesItemSize: calc(100% / 2 - var(--advantagesListGap));
  }
}

.page-tariffs__advantages .title span {
  display: block;
}
@media (min-width: 768px) {
  .page-tariffs__advantages .title span {
    display: inline-block;
  }
}
.page-tariffs__advantages__wrap {
  background-color: var(--club-tariffs-secondary-color);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px 1rem;
}
@media (min-width: 992px) {
  .page-tariffs__advantages__wrap {
    padding: 80px;
  }
}
.page-tariffs__advantages__list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: var(--advantagesListGap);
  max-width: 1280px;
  font-size: 0.94rem;
  line-height: 130%;
  letter-spacing: 0.02em;
}
.page-tariffs__advantages__item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex-grow: 1;
  padding: 1.38rem;
  font-family: 'Avenir Next Cyr', 'Arial', 'Helvetica CY', sans-serif;
  border-radius: 0.75rem;
  background: var(--club-tariffs-advantages-item);
  width: var(--advantagesItemSize);
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) {
  .page-tariffs__advantages__item {
    min-height: 150px;
  }
}
@media (min-width: 1200px) {
  .page-tariffs__advantages__item {
    min-height: auto;
  }
}
.page-tariffs__advantages__item-header {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  align-items: center;
  gap: 0.75rem;
  margin-right: auto;
  color: var(--club-tariffs-secondary-color);
}
.page-tariffs__advantages__item-title {
  font-family: 'Avenir Next Cyr Demi', 'Arial', 'Helvetica CY', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.02em;
  flex-grow: 0;
}
.page-tariffs__advantages__item .icon {
  width: 24px;
  height: 24px;
  flex-grow: 1;
}
.page-tariffs__advantages__item-text {
  flex-grow: 1;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: 0.02em;
}
@media (min-width: 576px) {
  .page-tariffs__advantages__item-text {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .page-tariffs__advantages__item-text {
    font-size: 20px;
  }
}
.page-tariffs__advantages__item-tooltip {
  background-color: transparent;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.section-title {
  padding: 35px 25px 20px;
}
@media (min-width: 768px) {
  .section-title {
    padding: 35px 55px 30px;
  }
}
@media (min-width: 992px) {
  .section-title {
    padding: 50px;
  }
}
@media (min-width: 1400px) {
  .section-title {
    padding: 70px 50px;
  }
}
.section-title .title {
  font-family: 'Avenir Next Cyr Demi', 'Arial', 'Helvetica CY', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  color: #4b5052;
}
.section-title .title--dark {
  color: #42474d;
}
@media (min-width: 768px) {
  .section-title .title {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .section-title .title {
    font-size: 64px;
  }
}

.page-tariffs__club-gallery {
  position: relative;
  width: 100%;
  border-radius: 0;
  background: var(--bg-color);
}
@media (min-width: 768px) {
  .page-tariffs__club-gallery {
    flex: 0 0 45%;
  }
}
.page-tariffs__club-gallery .container {
  display: flex;
  flex-direction: column;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
}
.page-tariffs__club-gallery .swiper-container {
  overflow: hidden;
}
.page-tariffs__club-gallery .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 100vh;
  background-color: var(--bg-color);
  color: var(--text-color);
  border-radius: 0;
  background-position: center;
  background-size: cover;
}
.page-tariffs__club-gallery .swiper-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, var(--bg-color) 5%, transparent 70%);
}
.page-tariffs__club-gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}
.page-tariffs__club-gallery .slide-gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page-tariffs__club-gallery .slide-gallery__info {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 120%;
  color: var(--text-color);
  text-align: center;
}
@media (min-width: 768px) {
  .page-tariffs__club-gallery .slide-gallery__info {
    text-align: left;
    font-size: 2.5rem;
  }
}
.page-tariffs__club-gallery .slide-gallery__title {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 15px;
  font-family: 'Avenir Next Cyr Demi', 'Arial', 'Helvetica CY', sans-serif;
  font-weight: 700;
  font-size: 1.19rem;
  text-transform: uppercase;
  text-align: center;
  color: var(--text-color);
  max-width: 1200px;
}
@media (min-width: 768px) {
  .page-tariffs__club-gallery .slide-gallery__title {
    font-size: 1.75rem;
    padding: 0 40px 0 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .page-tariffs__club-gallery .slide-gallery__title {
    font-size: 2.5rem;
    padding: 0 40px 0 0;
    text-align: left;
  }
}
.page-tariffs__club-gallery .slide-gallery__text {
  text-align: center;
  padding: 20px;
  background: rgba(255, 255, 255, 0.14);
  font-family: 'Avenir Next Cyr Demi', 'Arial', 'Helvetica CY', sans-serif;
  font-weight: 700;
  font-size: 0.88rem;
  line-height: 120%;
  color: var(--text-color);
}
@media (min-width: 768px) {
  .page-tariffs__club-gallery .slide-gallery__text {
    font-size: 1.25rem;
    padding: 16px 40px;
  }
}
@media (min-width: 1200px) {
  .page-tariffs__club-gallery .slide-gallery__text {
    font-size: 2.5rem;
    padding: 30px 40px;
    max-width: 100%;
    text-align: left;
  }
}
.page-tariffs__club-gallery .slide-gallery__text span {
  display: block;
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .page-tariffs__club-gallery .slide-gallery__text span {
    max-width: 1200px;
  }
}
.page-tariffs__club-gallery .swiper-button-next,
.page-tariffs__club-gallery .swiper-button-prev {
  top: 65%;
  color: var(--text-color);
  background: rgba(255, 255, 255, 0.7);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-top: -30px;
}
@media (min-width: 768px) {
  .page-tariffs__club-gallery .swiper-button-next,
  .page-tariffs__club-gallery .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 992px) {
  .page-tariffs__club-gallery .swiper-button-next,
  .page-tariffs__club-gallery .swiper-button-prev {
    top: 50%;
    width: 50px;
    height: 50px;
  }
}
.page-tariffs__club-gallery .swiper-button-next::after,
.page-tariffs__club-gallery .swiper-button-prev::after {
  font-size: 14px;
  font-weight: bold;
  color: #4b5052;
}
@media (min-width: 768px) {
  .page-tariffs__club-gallery .swiper-button-next::after,
  .page-tariffs__club-gallery .swiper-button-prev::after {
    font-size: 24px;
  }
}
.page-tariffs__club-gallery .swiper-button-next:hover,
.page-tariffs__club-gallery .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: scale(1.1);
}
.page-tariffs__club-gallery .swiper-button-next.swiper-button-disabled,
.page-tariffs__club-gallery .swiper-button-prev.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .page-tariffs__club-gallery .swiper-button-prev {
    top: 37%;
    left: 120px;
  }
}
@media (min-width: 1200px) {
  .page-tariffs__club-gallery .swiper-button-next {
    top: 37%;
    right: 120px;
  }
}
.page-tariffs__club-gallery .swiper-pagination {
  bottom: 0;
  width: 100%;
}
.page-tariffs__club-gallery .swiper-pagination-bullet {
  background: var(--text-color);
  border-color: var(--text-color);
  opacity: 0.7;
  border-radius: 1.44rem;
  width: 1.31rem;
  height: 0.25rem;
  margin: 0 3px;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .page-tariffs__club-gallery .swiper-pagination-bullet {
    margin: 0 4px;
    width: 1.31rem;
  }
}
@media (min-width: 1200px) {
  .page-tariffs__club-gallery .swiper-pagination-bullet {
    margin: 0 4px;
    width: 2.75rem;
    height: 0.38rem;
  }
}
.page-tariffs__club-gallery .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.1);
  background: var(--text-color);
}

@media (min-width: 1920px) {
  .container-nav {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    min-height: 100%;
  }
}

/* Анимации для текста слайдера */
@keyframes slideTextIn {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideTextOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-40px);
  }
}
@keyframes slideFade {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Стили для активного слайда */
.swiper-slide-active .slide-gallery__title {
  animation: slideTextIn 0.5s forwards;
}

.swiper-slide-active .slide-gallery__text {
  animation: slideTextIn 1s forwards;
}

@media (min-width: 1200px) {
  .theme-orange .page-tariffs__club-gallery .slide-gallery__text {
    font-size: 2rem;
  }
}

.club-tariff {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  gap: 1rem;
  flex-grow: 1;
  padding: 1rem;
  width: 100%;
  height: 100%;
  border-radius: 22px;
  background: var(--club-tariffs-bg-tariff);
  border: 4px solid transparent;
  animation: fadeInUp 0.6s ease-out;
  transform: scale(0.97) !important;
}
.club-tariff--royal {
  border: 4px solid var(--club-tariffs-primary-color);
  background: var(--club-tariffs-bg-tariff-active);
  transition: 0.3s;
  transform: scale(1) !important;
}
.club-tariff:hover {
  border: 4px solid var(--club-tariffs-primary-color);
  background: var(--club-tariffs-bg-tariff-active);
  transition: 0.3s;
}
@media (min-width: 768px) {
  .club-tariff {
    padding: 20px 10px;
  }
}
@media (min-width: 1200px) {
  .club-tariff {
    padding: 20px;
    border-radius: 12px;
  }
}
.club-tariff__tooltip {
  background-color: transparent;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.club-tariff__title {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  margin-bottom: 0.25rem;
  padding-bottom: 1rem;
  font-weight: 700;
  font-family: 'Avenir Next Cyr Demi', 'Arial', 'Helvetica CY', sans-serif;
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
  color: var(--club-tariffs-item-color);
}
.club-tariff__title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  height: 1px;
  background: transparent;
  transition: left 0.5s ease;
}
@media (min-width: 1200px) {
  .club-tariff__title::before {
    background: var(--club-tariffs-secondary-color);
  }
}
@media (min-width: 1200px) {
  .club-tariff__title {
    font-size: 27px;
  }
}
.club-tariff__title span {
  font-family: 'Avenir Next Cyr', 'Arial', 'Helvetica CY', sans-serif;
  font-weight: 400;
  font-size: 17px;
  text-transform: lowercase;
  color: var(--club-tariffs-item-color);
}
@media (min-width: 768px) {
  .club-tariff__title span {
    font-size: 20px;
  }
}
.club-tariff__price {
  font-family: 'Avenir Next Cyr Bold', 'Arial', 'Helvetica CY', sans-serif;
  font-weight: 800;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #5c6166;
}
.club-tariff__price span {
  font-family: 'Avenir Next Cyr', 'Arial', 'Helvetica CY', sans-serif;
  font-weight: 500;
  font-size: 1.12rem;
}
.club-tariff__services {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: auto;
}
.club-tariff__service {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--club-tariffs-item-color);
}
@media (min-width: 576px) {
  .club-tariff__service {
    font-family: 'Avenir Next Cyr Demi', 'Arial', 'Helvetica CY', sans-serif;
    font-weight: 700;
  }
}
.club-tariff__service--cancel {
  color: var(--club-tariffs-service-item-cancel);
  font-weight: 300;
}
.club-tariff__service--bold {
  font-family: 'Avenir Next Cyr Demi', 'Arial', 'Helvetica CY', sans-serif;
  font-weight: 700;
}
.club-tariff__service-tooltip {
  background-color: transparent;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  margin-top: -4px;
}
.club-tariff__service-tooltip .icon {
  width: 16px;
  height: 16px;
}
.club-tariff__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.62rem 2rem 0.75rem;
  font-family: 'Avenir Next Cyr Demi', 'Arial', 'Helvetica CY', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 0.75rem;
  text-decoration: none;
  letter-spacing: 0.5px;
  color: var(--club-tariffs-primary-text-color);
  background-color: var(--club-tariffs-primary-color);
  transition: all 0.4s ease;
  overflow: hidden;
}
.club-tariff__link::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.club-tariff__link:hover {
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}
.club-tariff__link:hover::before {
  left: 100%;
}
@media (min-width: 768px) {
  .club-tariff__link {
    font-size: 1.06rem;
    padding: 0.62rem 2rem 0.75rem;
  }
}
@media (min-width: 992px) {
  .club-tariff__link {
    font-size: 1.25rem;
  }
}
.club-tariff__link span {
  text-align: center;
}
.club-tariff__link .icon {
  width: 100%;
  height: 16px;
  max-width: 55px;
  margin-left: 0.5rem;
}

.page-tariffs__club-tariffs {
  color: var(--text-color);
  background: var(--bg-color);
}
.page-tariffs__club-tariffs .club-tariffs__text {
  padding: 20px 1rem;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: var(--text-color);
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .page-tariffs__club-tariffs .club-tariffs__text {
    font-family: 'Avenir Next Cyr Demi', 'Arial', 'Helvetica CY', sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding: 50px 1rem 50px 0;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .page-tariffs__club-tariffs .club-tariffs__text {
    font-size: 24px;
    padding-left: 4rem;
  }
}
@media (min-width: 1200px) {
  .page-tariffs__club-tariffs .club-tariffs__text {
    padding-left: 5rem;
    text-align: left;
    max-width: 1400px;
  }
}
@media (min-width: 1500px) {
  .page-tariffs__club-tariffs .club-tariffs__text {
    padding-left: 3rem;
  }
}
@media (min-width: 1600px) {
  .page-tariffs__club-tariffs .club-tariffs__text {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .page-tariffs__club-tariffs .club-tariffs__text span {
    display: block;
  }
}
.page-tariffs__club-tariffs .club-tariffs__text .link {
  font-weight: 700;
  color: var(--text-color);
}
.page-tariffs__club-tariffs .club-tariffs__title {
  font-family: 'Avenir Next Cyr Demi', 'Arial', 'Helvetica CY', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto 35px;
  padding-top: 50px;
  color: var(--text-color);
}
@media (min-width: 992px) {
  .page-tariffs__club-tariffs .club-tariffs__title {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .page-tariffs__club-tariffs .club-tariffs__title {
    font-size: 40px;
    margin-bottom: 50px;
  }
}
.page-tariffs__club-tariffs .slider-tariffs {
  padding: 0;
  position: relative;
  display: flex;
  justify-content: space-around;
  padding: 0 0 3rem 1rem;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .page-tariffs__club-tariffs .slider-tariffs {
    padding: 0 0 5rem 3rem;
  }
}
@media (min-width: 1400px) {
  .page-tariffs__club-tariffs .slider-tariffs {
    padding: 0 4rem 5rem 4rem;
  }
}
.page-tariffs__club-tariffs .swiper-container {
  width: 100%;
  overflow: hidden;
}
.page-tariffs__club-tariffs .swiper-button-next {
  bottom: 0;
  top: auto;
  right: calc(50% - 30px);
  transform: translateX(50%);
}
.page-tariffs__club-tariffs .swiper-button-prev {
  bottom: 0;
  top: auto;
  left: calc(50% - 30px);
  transform: translateX(-50%);
}
.page-tariffs__club-tariffs .swiper-button-next,
.page-tariffs__club-tariffs .swiper-button-prev {
  background: rgba(255, 255, 255, 0.9);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #2d3436;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
  .page-tariffs__club-tariffs .swiper-button-next,
  .page-tariffs__club-tariffs .swiper-button-prev {
    display: none;
  }
}
.page-tariffs__club-tariffs .swiper-button-next::after,
.page-tariffs__club-tariffs .swiper-button-prev::after {
  content: '';
}
.page-tariffs__club-tariffs .swiper-button-next:hover,
.page-tariffs__club-tariffs .swiper-button-prev:hover {
  background: white;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.page-tariffs__club-tariffs .swiper-button-next.swiper-button-disabled,
.page-tariffs__club-tariffs .swiper-button-prev.swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.page-tariffs__club-tariffs .swiper-button-prev .icon {
  transform: rotate(180deg);
}
.page-tariffs__club-tariffs .swiper-pagination {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .page-tariffs__club-tariffs .swiper-pagination {
    display: none;
  }
}
.page-tariffs__club-tariffs .swiper-pagination-bullet {
  background: var(--text-color);
  opacity: 0.7;
  border-radius: 1.44rem;
  width: 1.06rem;
  height: 0.25rem;
  margin: 0 4px;
  transition: all 0.3s ease;
}
.page-tariffs__club-tariffs .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.1);
  background: var(--text-color);
}
.page-tariffs__club-tariffs.all-visible .swiper-button-next,
.page-tariffs__club-tariffs.all-visible .swiper-button-prev,
.page-tariffs__club-tariffs.all-visible .swiper-pagination {
  display: none;
}
@media (max-width: 1023px) {
  .page-tariffs__club-tariffs .swiper-container {
    width: auto;
  }
}

@media (min-width: 992px) {
  .feedback-form {
    padding: 0 50px !important;
  }
}
.feedback-form__wrap {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  box-shadow: -8px -8px 10px 0 #fff, 8px 8px 16px 0 rgba(73, 76, 79, 0.19);
  background: var(--club-tariffs-bg-gradient);
  padding: 1rem 0;
  overflow: hidden;
}
@media (min-width: 576px) {
  .feedback-form__wrap {
    padding: 1.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 992px) {
  .feedback-form__wrap {
    padding: 35px 1rem;
    border-radius: 24px;
  }
}
.feedback-form .container {
  max-width: 768px;
  margin: 0 auto;
  max-width: 490px;
}
@media (min-width: 576px) {
  .feedback-form .container {
    width: 100%;
    max-width: 470px;
    padding: 0;
  }
}
.feedback-form .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-family: 'Avenir Next Cyr Medium', 'Arial', 'Helvetica CY', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: var(--club-tariffs-secondary-color);
  margin-bottom: 1rem;
  padding: 0;
}
.feedback-form .list li {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0.5rem;
}
.feedback-form .list li span {
  width: calc(100% - 20px);
}
.feedback-form .list li .icon {
  width: 20px;
  height: 20px;
}
.feedback-form .button[type='submit'] {
  position: relative;
  display: block;
  cursor: pointer;
  text-align: center;
  width: 100%;
  border-radius: 0.75rem;
  padding: 1rem;
  color: var(--club-tariffs-secondary-text-color);
  font-weight: 700;
  font-size: 1.06rem;
  line-height: 130%;
  transition: all 0.4s ease;
  background-color: var(--club-tariffs-secondary-color);
  overflow: hidden;
}
@media (min-width: 992px) {
  .feedback-form .button[type='submit'] {
    width: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .feedback-form .button[type='submit'] {
    padding: 0.75rem 1.56rem;
  }
}
@media (min-width: 1200px) {
  .feedback-form .button[type='submit'] {
    padding: 0.75rem 1.5rem;
    font-size: 1.12rem;
  }
}
.feedback-form .button[type='submit']::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.feedback-form .button[type='submit']:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}
.feedback-form .button[type='submit']:hover::before {
  left: 100%;
}
.feedback-form .form-personal {
  margin-bottom: 0.5rem;
  font-weight: 400;
  font-size: 0.81rem;
  line-height: 140%;
  color: #fff;
}
@media (min-width: 992px) {
  .feedback-form .form-personal {
    font-size: 0.69rem;
    max-width: 67%;
  }
}
.feedback-form .form-personal a {
  color: inherit;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.feedback-form .form-control,
.feedback-form .form-select {
  border-radius: 0.75rem;
}
.feedback-form .form-control {
  padding: 0.62rem 1.56rem 0.75rem;
}
.feedback-form .form-select {
  border-radius: 0.75rem;
  padding: 0.6rem 1.56rem 0.6rem;
}
.feedback-form .form__btns {
  display: flex;
  gap: 10px;
}
@media (min-width: 992px) {
  .feedback-form .form__btns {
    flex-direction: row-reverse;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .feedback-form .form__btns .button {
    width: 100%;
  }
}

.page-tariffs__map-clubs {
  max-width: 1280px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 2rem;
}
.page-tariffs__map-clubs iframe {
  width: 100%;
  height: 400px;
  background: var(--club-tariffs-bg-gradient);
}
@media (min-width: 768px) {
  .page-tariffs__map-clubs iframe {
    height: 500px;
  }
}

.page-tariffs__map-club {
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .page-tariffs__map-club {
    border-radius: 12px;
  }
}
.page-tariffs__map-club iframe {
  width: 100%;
  height: 300px;
  background: var(--club-tariffs-bg-gradient);
}

.map-sidebar {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: var(--club-tariffs-secondary-color);
  color: #fff;
  padding: 1.25rem 1.5rem;
}
@media (min-width: 768px) {
  .map-sidebar {
    position: absolute;
    top: 0;
    right: 0;
    width: 370px;
    height: 98%;
    border-radius: 12px;
  }
}
@media (min-width: 992px) {
  .map-sidebar {
    width: 500px;
    padding-right: 4rem;
  }
}
.map-sidebar__club {
  font-family: 'Avenir Next Cyr Demi', 'Arial', 'Helvetica CY', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 110%;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .map-sidebar__club {
    font-weight: 800;
    font-size: 1.38rem;
  }
}
@media (min-width: 1200px) {
  .map-sidebar__club {
    font-size: 28px;
  }
}
.map-sidebar__address {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 129%;
}
.map-sidebar__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 129%;
  color: inherit;
  text-decoration: none;
}
.map-sidebar__link:focus,
.map-sidebar__link:hover {
  color: #fffeda;
}
.map-sidebar__work {
  position: relative;
  padding-top: 2rem;
  margin-top: auto;
  font-family: 'Avenir Next Cyr Demi', 'Arial', 'Helvetica CY', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
}
.map-sidebar__work::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 1px;
  background-color: white;
}
.map-sidebar__table {
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  text-transform: uppercase;
  border-collapse: collapse;
}
.map-sidebar__table td {
  padding: 0.25rem 0.5rem;
}
.map-sidebar .map-sidebar__td {
  display: flex;
  align-items: flex-end;
}
.map-sidebar .icon {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 0.25rem;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.map-sidebar .icon-clock {
  background-image: url('../img/pages/club-tariffs/icons/icon-clock.svg');
}
.map-sidebar .icon-user {
  background-image: url('../img/pages/club-tariffs/icons/icon-user.svg');
}

.map-title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  font-family: 'Avenir Next Cyr', 'Arial', 'Helvetica CY', sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 140%;
  text-align: center;
  color: var(--club-tariffs-secondary-color);
  text-transform: uppercase;
  overflow: hidden;
  padding: 30px 12px;
}
@media (min-width: 576px) {
  .map-title {
    flex-direction: row;
    font-size: 34px;
    padding: 67px 12px;
  }
}
@media (min-width: 992px) {
  .map-title {
    padding: 67px 80px;
    display: block;
    font-size: 2.125rem;
    line-height: 180%;
  }
}
@media (min-width: 1400px) {
  .map-title {
    font-size: 2.5rem;
    padding: 100px 16px;
    line-height: 140%;
  }
}
.map-title__clubs {
  font-family: 'Avenir Next Cyr Bold', 'Arial', 'Helvetica CY', sans-serif;
  font-weight: 750;
  font-size: 1.5rem;
}
@media (min-width: 576px) {
  .map-title__clubs {
    font-size: 3.19rem;
  }
}
@media (min-width: 768px) {
  .map-title__clubs {
    font-size: 61px;
  }
}
@media (min-width: 1200px) {
  .map-title__clubs {
    font-size: 5.25rem;
  }
}
@media (min-width: 1400px) {
  .map-title__clubs {
    font-size: 6.25rem;
  }
}
@media (min-width: 1400px) {
  .map-title__clubs--sm {
    font-size: 80px;
  }
}
.map-title__city-dop {
  display: inline-block;
  margin: auto;
}
@media (min-width: 768px) {
  .map-title__city-dop {
    margin-left: 0;
  }
}
.map-title__link {
  display: inline-block;
  margin: auto;
}
.map-title__link span {
  position: relative;
}
.map-title__link span::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--club-tariffs-secondary-color);
}
.map-title .underline {
  text-decoration: underline;
}

.lazy-iframe {
  border: none;
  transition: opacity 0.3s ease;
}

.lazy-iframe:not([src]) {
  opacity: 0.7;
  background: #f5f5f5;
}

.lazy-iframe.loaded {
  opacity: 1;
}

.line-left {
  position: relative;
}
.line-left::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -100%;
  transform: translateY(-50%);
  width: 98%;
  height: 1px;
  background-color: var(--club-tariffs-secondary-color);
}
.line-left--max-md {
  position: relative;
}
@media (max-width: 992px) {
  .line-left--max-md::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -100%;
    transform: translateY(-50%);
    width: 98%;
    height: 1px;
    background-color: var(--club-tariffs-secondary-color);
  }
}
.line-left--min-md {
  position: relative;
}
@media (min-width: 992px) {
  .line-left--min-md::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -100%;
    transform: translateY(-50%);
    width: 98%;
    height: 1px;
    background-color: var(--club-tariffs-secondary-color);
  }
}
.line-right {
  position: relative;
}
.line-right::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -100%;
  transform: translateY(-50%);
  width: 98%;
  height: 1px;
  background-color: var(--club-tariffs-secondary-color);
}
.line-right--min-md {
  position: relative;
}
@media (min-width: 992px) {
  .line-right--min-md::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -100%;
    transform: translateY(-50%);
    width: 98%;
    height: 1px;
    background-color: var(--club-tariffs-secondary-color);
  }
}
.line-right--max-md {
  position: relative;
}
@media (max-width: 992px) {
  .line-right--max-md::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -100%;
    transform: translateY(-50%);
    width: 98%;
    height: 1px;
    background-color: var(--club-tariffs-secondary-color);
  }
}

.map-title__text {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  .map-title__text {
    font-size: 27px;
  }
}
@media (min-width: 1200px) {
  .map-title__text {
    font-size: 40px;
  }
}
.map-title__text--xl {
  font-family: 'Avenir Next Cyr Bold', 'Arial', 'Helvetica CY', sans-serif;
  font-weight: 750;
  font-size: 20px;
}
@media (min-width: 768px) {
  .map-title__text--xl {
    font-size: 61px;
  }
}
@media (min-width: 1200px) {
  .map-title__text--xl {
    font-size: 80px;
    line-height: 89%;
  }
}

.page-tariffs__app {
  max-width: 80rem;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .page-tariffs__app {
    padding: 2rem 1rem 0;
  }
}
@media (min-width: 1200px) {
  .page-tariffs__app {
    padding: 7rem 0 0;
  }
}

.text-oferta {
  font-weight: 400;
  font-size: 10px;
  line-height: 130%;
  color: rgba(0, 0, 0, 0.6);
  padding: 1.5rem 0;
  margin: 0;
}
@media (min-width: 768px) {
  .text-oferta {
    font-size: 12px;
    max-width: 750px;
    padding: 1.5rem 1rem;
  }
}
@media (min-width: 1200px) {
  .text-oferta {
    padding: 1.5rem 1rem;
  }
}

.app-section {
  display: flex;
  position: relative;
  margin: 1rem auto 0;
  color: var(--club-tariffs-secondary-color);
  text-decoration: none;
  transition: 0.3s;
  transform: translateX(0);
}
.app-section:hover {
  color: var(--club-tariffs-secondary-color);
}
.app-section:hover .icon {
  transition: 0.3s;
  transform: translateX(6px);
}
.app-section__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 1rem auto 0;
  padding: 1rem;
  border-radius: 0.5rem;
  background: #e5f0fb;
  box-shadow: var(--club-tariffs-shadow-app);
}
@media (min-width: 576px) {
  .app-section__wrapper {
    min-height: 228px;
    margin-top: 2rem;
    padding: 2rem;
    border-radius: 24px;
  }
}
@media (min-width: 992px) {
  .app-section__wrapper {
    min-height: 250px;
    margin: 2rem 1rem;
  }
}
.app-section__info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-width: 50%;
}
@media (min-width: 992px) {
  .app-section__info {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    max-width: 60%;
  }
}
.app-section__title {
  margin: 0;
  font-family: 'Avenir Next Cyr Demi', 'Arial', 'Helvetica CY', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 115%;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .app-section__title {
    font-size: 33px;
    flex-grow: 1;
  }
}
@media (min-width: 1200px) {
  .app-section__title {
    font-size: 48px;
  }
}
.app-section__title span {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media (min-width: 992px) {
  .app-section__title span {
    flex-direction: row;
    gap: 1rem;
  }
}
.app-section .icon {
  height: auto;
  width: 100%;
}
.app-section__inner {
  position: absolute;
  width: 100%;
  height: 100%;
}
.app-section__inner::before {
  content: '';
  z-index: 2;
  position: absolute;
  top: 20%;
  right: 10%;
  transform: rotate(10deg);
  width: 40px;
  height: 40px;
  background-image: url(/assets/templates/club2025/trv/icons/icon-hand.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 576px) {
  .app-section__inner::before {
    right: 10%;
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 992px) {
  .app-section__inner::before {
    right: 12%;
    width: 80px;
    height: 80px;
  }
}
.app-section__pic {
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 110%;
  object-fit: contain;
  z-index: 0;
}
@media (min-width: 576px) {
  .app-section__pic {
    width: 58%;
    height: 115%;
  }
}
@media (min-width: 992px) {
  .app-section__pic {
    width: 60%;
    height: 100%;
    bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  .app-section__pic {
    width: 55%;
    height: 110%;
    bottom: 2rem;
  }
}

.info {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  padding: 0 1rem;
  max-width: 1280px;
  margin: 0 auto;
}
.info__item:first-child {
  grid-column: 1/-1;
  grid-row: 1;
}
.info__item:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
.info__item:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}
.info__item:last-child {
  grid-column: 1/-1;
  grid-row: 3;
}
@media (min-width: 576px) {
  .info {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .info__item:first-child {
    grid-column: 1;
    grid-row: 1 / span 2;
  }
  .info__item:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }
  .info__item:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }
  .info__item:last-child {
    grid-column: 2;
    grid-row: 2 / span 2;
  }
}
.info__item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 17px;
  border-radius: 12px;
  color: var(--club-tariffs-secondary-color);
  background-color: var(--club-tariffs-bg-app);
  box-shadow: -8px -8px 10px 0 #fff, 8px 8px 16px 0 rgba(73, 76, 79, 0.19);
  overflow: hidden;
}
@media (min-width: 992px) {
  .info__item {
    padding: 30px;
  }
}
.info__item .info__inner-text {
  position: relative;
  opacity: 0.7;
  padding-top: 1rem;
}
.info__item .info__inner-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 175px;
  height: 2px;
  background-color: var(--club-tariffs-secondary-color);
}
.info__item--pic {
  position: relative;
  flex-grow: 1;
  min-height: 237px;
  color: var(--club-tariffs-secondary-text-color);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 992px) {
  .info__item--pic {
    min-height: 537px;
  }
}
.info__item--pic::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, var(--item-bg) 31%, transparent 100%);
}
.info__item--pic .info__inner-text::before {
  background-color: var(--club-tariffs-secondary-text-color);
}
.info__item.dark {
  background-color: var(--club-tariffs-secondary-color);
  color: var(--club-tariffs-secondary-text-color);
}
.info__item.dark .info__inner-text::before {
  background-color: var(--club-tariffs-secondary-text-color);
}
.info__inner {
  position: relative;
  font-family: 'Avenir Next Cyr', 'Arial', 'Helvetica CY', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .info__inner {
    font-size: 20px;
  }
}
.info__inner-title {
  font-family: 'Avenir Next Cyr Demi', 'Arial', 'Helvetica CY', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .info__inner-title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .info__inner-title {
    font-size: 40px;
  }
}

.fade-animation {
  opacity: 0;
}

.fade-right-animation {
  opacity: 0;
  transform: translateX(-50px);
  animation: fadeRight 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
  animation-delay: 0.3s; /* Задержка для эффекта появления */
}

.fade-left-animation {
  opacity: 0;
  transform: translateX(50px);
  animation: fadeLeft 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
  animation-delay: 0.3s; /* Задержка для эффекта появления */
}

@keyframes fadeRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (prefers-reduced-motion: no-preference) {
  .fade-animation {
    animation: fadeIn 0.6s ease-in-out forwards;
    animation-delay: 50ms;
  }
}
/* Для пользователей, которые предпочитают уменьшенную анимацию */
@media (prefers-reduced-motion: reduce) {
  .fade-animation {
    opacity: 1;
    animation: none;
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
