.prices__row .swiper-slide .prices__card {
  transition: transform 0.4s ease;
}
.prices__row .swiper-slide-active .prices__card {
  transform: scale(1.1) !important;
}

.prices__card {
  min-height: 512px;
  max-width: 460px;
}

@media (max-width: 768px) {
  .prices__card {
    min-height: 400px;
  }
}

.gallery__slider-wrapper {
  position: relative;
  margin-top: 50px;
}
.gallery .swiper-slide {
  width: 500px;
  height: 500px;
}
.gallery .swiper-slide img {
  width: 100%;
  height: 100%;

  object-fit: cover;
}

.gallery-btn-prev.btn-arrow--prev {
  left: -40px;
  top: 50%;
}
.gallery-btn-next.btn-arrow--next {
  right: -40px;
  top: 50%;
}

@media (max-width: 1440px) {
  .gallery__root .gallery__wrapper,
  .wrapper.prices__wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .gallery__root .gallery,
  .swiper.js-prices-slider {
    padding-left: 24px;
    padding-right: 24px;
  }

  .btn-arrow--prev {
    left: 16px !important;
  }
  .btn-arrow--next {
    right: 16px !important;
  }
  .services__btn-arrow {
    z-index: 2;
  }
  .prices .services__btn-arrow svg {
    fill: #000;
  }
}

.team__card-socials-new {
  display: flex;
  align-items: center;
  gap: 4px;
}

.gym-toggler {
  margin: 50px auto 0;

  position: relative;
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
  width: fit-content;
  height: 48px;
  transform: skewX(-10deg);
  cursor: pointer;
  border: 1px solid #e31e24;
  overflow: hidden;
  background-color: #fff;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.gym-toggler:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 50%;

  background-color: #e31e24;

  left: 0;
  top: 0;
  transition: transform 0.4s ease;
}
.gym-toggler.active-index-1:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 50%;

  background-color: #e31e24;

  left: 0;
  top: 0;

  transform: translateX(100%);
}

.gym-toggler.active-index-1 .gym-toggler__item:nth-child(2) span,
.gym-toggler.active-index-0 .gym-toggler__item:nth-child(1) span {
  color: #fff;
}

.gym-toggler__item {
  position: relative;
  z-index: 2;

  max-width: 50%;
  width: 100%;
  display: flex;
  justify-content: center;

  padding: 16px 32px;
}

.gym-toggler__item span {
  color: #000;
  text-align: center;
}

.gym-toggler__item span {
  transition: color 0.4s ease;
  font-family: Furore, sans-serif;
  font-size: 14px;

  white-space: nowrap;
}

body.gym-index-0 [data-gym-index="1"],
body.gym-index-1 [data-gym-index="0"] {
  visibility: hidden;
  opacity: 0;
  display: none;
}

.contacts .gym-toggler-wrapper{
  position: absolute;
  z-index: 3;
  left: 50%;
  top: -32px;
  transform: translateX(-50%);
}

.labels{
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.team__card-role{
	font-family: Furore, sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
	background: #e31e24;
	padding: 4px 8px;
	color: #fff;
}

.schedule__list{
  height: 300px;
  overflow: auto;
}

.schedule__name a{
	flex-shrink: 0;
}

.schedule__name_text{
	max-width: 85%;
}

.schedule__name_icons{
	display: flex;
	gap: 4px;
	align-items: center;
	
	flex-shrink: 0;
}

.schedule__wrapper .price{
	cursor: pointer;
}

.section_price__bg{
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.3);
	
	display:flex;
	justify-content: center;
	align-items: center;
	
	z-index: 10;
	
}

.section_price__modal{
	position: relative;
	
	max-width: min(90vw, 420px);
	width: 100%;
	max-height: 80vh;
	overflow-x: auto;
	padding: 24px 32px;;
	border-radius: 4px;
	background: #fff;
	
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.section_price__cross{
	position: absolute;
	top: 32px;
	right: 24px;
	cursor: pointer;
	
	width: 24px;
	height: 24px;
}

.section_price__cross:before{
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	
	background: #000;
	transform: rotate(45deg);
}
.section_price__cross:after{
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	
	background: #000;
	transform: rotate(-45deg) translate(1px, -2px);
}
.section_price__title{
	font-family: Furore, sans-serif;
	font-size: 32px;
	color: #e31e24;
}

.section_price__body{
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.section_price__row{
	display: flex;
	align-items: center;
	justify-content: space-between;
	
	gap: 24px;
	
	font-family: Furore, sans-serif;
	font-size: 18px;
}

.section_price__row span:nth-child(1){
	color: #000000;
}

.section_price__row span:nth-child(2){
	color: #e31e24;
}

.schedule__name_text{
	font-size: 13px;
}
