.balcony-price-tabs__wrapper {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}
.balcony-price-tabs__item {
  background: #ffffff;
  border-radius: 12px;
  padding: 40px;
}
.balcony-price-tabs__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
}
.balcony-price-tabs__price-container {
  display: flex;
  align-items: center;
  gap: 30px;
}
.balcony-price-tabs__price span {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
}
.balcony-price-tabs__turnkey-price span {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
}
.balcony-price-tabs__button-part {
  flex-grow: 1;
}
.balcony-price-tabs__params {
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
}
.balcony-price-tabs__param span {
  font-weight: 700;
}
.balcony-price-tabs__description {
  height: 50px;
}

.price-balcony-menu__item {
  user-select: none;
  cursor: pointer;
  white-space: nowrap;
  min-width: 65px;
  color: #242424;
  font-weight: 600;
  padding: 11px 17px;
  background: #ffffff;
  box-shadow: 0px 15px 50px rgba(36, 36, 36, 0.1);
  border-radius: 8px;
  text-decoration: none;
  flex-shrink: 0;
}
.price-balcony-menu__item_active,
.price-balcony-menu__item .swiper-pagination-bullet-active {
  background: linear-gradient(90deg, #ef4343 -0.19%, #ff6262 99.95%);
  color: #fff;
}
@media (max-width: 1024px) {
  .balcony-price-tabs .price-swiper-pagination {
    overflow-x: scroll;
    gap: 10px;
  }
}
@media (max-width: 576px) {
  .balcony-price-tabs__item {
    padding: 16px;
  }
  .balcony-price-tabs__price-container {
    flex-direction: column;
  }
  .balcony-price-tabs__price-part {
    width: 100%;
  }
  .balcony-price-tabs__button-part {
    width: 100%;
  }
}
