/*
Общаг фона
*/
.background1 {
  content-visibility: auto;
  background-color: #f5f5f7;
  background-image: linear-gradient(
      to top,
      #ffffff 0%,
      rgba(245, 245, 247, 0) 50%
    ),
    linear-gradient(to bottom, #ffffff 0%, rgba(245, 245, 247, 0) 50%),
    url("https://www.transparenttextures.com/patterns/shattered-dark.png");
  background-repeat: repeat;
  background-size: auto;
  background-blend-mode: normal;
}
.page-ekipirovka-v2 {
  content-visibility: auto;
  background-color: #f5f5f7;
  background-image: linear-gradient(
      to top,
      #ffffff 0%,
      rgba(245, 245, 247, 0) 50%
    ),
    linear-gradient(to bottom, #ffffff 0%, rgba(245, 245, 247, 0) 50%),
    url("https://www.transparenttextures.com/patterns/shattered.png");
  background-repeat: repeat;
  background-size: auto;
  background-blend-mode: normal;
}

.page-price-section,
.main-faq-slider-v2 {
  content-visibility: auto;
  background-color: #f5f5f7;
  background-image: linear-gradient(
      to top,
      #ffffff 0%,
      rgba(245, 245, 247, 0) 50%
    ),
    linear-gradient(to bottom, #ffffff 0%, rgba(245, 245, 247, 0) 50%),
    url("https://www.transparenttextures.com/patterns/shattered-dark.png");
  background-repeat: repeat;
  background-size: auto;
  background-blend-mode: normal;
}
/*
Секция места Отдыха
*/
/*
.mesta-tabs {
  margin: 40px 0;
}
.mesta-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.mesta-tabs__tab {
  padding: 10px 20px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.3s;
}
.mesta-tabs__tab:hover {
  background: #eaeaea;
}
.mesta-tabs__tab.is-active {
  background: #333;
  color: #fff;
  border-color: #333;
}
.mesta-tabs__content {
  position: relative;
}
.mesta-tabs__pane {
  display: none;
}
.mesta-tabs__pane.is-active {
  display: block;
}
.mesta-card {
  margin-bottom: 30px;
}
.mesta-card__title {
  font-size: 1.25rem;
  margin-bottom: 10px;
}
.mesta-card__desc {
  margin-bottom: 15px;
  color: #444;
}
.mesta-card__gallery {
  max-width: 600px;
}
.mesta-gallery {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
.mesta-gallery__slide {
  flex: 0 0 auto;
  width: 200px;
  height: 140px;
  border-radius: 8px;
  overflow: hidden;
  scroll-snap-align: start;
}
.mesta-gallery__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/**/
.shatri-note {
  margin-top: 10px;
}
/* =================================================== СТРАНИЦА ЦЕНЫ =============================================================*/
.page-pricev2-title {
  margin: 40px 0 20px 0;
}
.price-table__note--min {
  font-size: 14px;
  color: #555;
}
.price-table__note--min strong {
  color: #0c1247;
}
.price-table__note {
  font-size: 14px;
  color: #555;
  margin-bottom: 5px;
}
.price-table__groups {
  margin-bottom: 15px;
  font-size: 14px;
  color: #333;
}
.price-table__group-desc {
  margin-bottom: 4px;
}
.price-table__group-desc strong {
  color: #0c1247;
}
.price-table__group-desc span {
  color: #555;
}
.page-price-v2 .price-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.page-price-v2 .price-card {
  width: 100%;
}
.price-card {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.3s;
}
.price-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.price-card__img-wrapper {
  position: relative;
  width: 40%;
}
.price-card__img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.price-card__content {
  padding: 16px 20px 20px;
  width: 60%;
}
.price-card__title {
  font-size: 20px;
  margin-bottom: 8px;
}
.price-card__desc {
  color: #555;
  font-size: 14px;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.price-card__buttons {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  font-size: 13px !important;
}
.price-card__btn {
  flex: 1;
  background: #0074d9;
  color: #fff;
  border: 1px solid #0074d9;
  border-radius: 6px;
  padding: 9px;
  cursor: pointer;
  transition: background 0.3s;
}
.price-card__btn:hover {
  background: #005fa3;
}
.price-card__link {
  flex: 1;
  text-align: center;
  padding: 8px;
  border: 1px solid #0074d9;
  border-radius: 6px;
  text-decoration: none;
  color: #0074d9;
  transition: background 0.3s, color 0.3s;
}
.price-card__link:hover {
  background: #0074d9;
  color: #fff;
}
.price-card__inner {
  display: flex;
  flex-direction: row;
  width: 100%;
}
/* --- таблица --- */
.price-table-wrapper {
  margin-top: 20px;
  overflow-x: auto;
  transition: all 0.3s ease;
}
.price-table__inner {
  background: #fafafa;
  border-radius: 8px;
  padding: 16px;
}
.price-table__inner h4 {
  margin-bottom: 10px;
}
.price-table {
  width: 100%;
  border-collapse: collapse;
}
.price-table th,
.price-table td {
  padding: 10px 5px;
  border-bottom: 1px solid #ddd;
  text-align: left;
  font-size: 14px;
}
.price-table td {
  border-right: 1px solid #ddd;
}
.price-table th {
  background: #f1f1f1;
  font-weight: 600;
}
@media (max-width: 768px) {
  .page-price-v2 .price-cards {
    justify-content: center;
    flex-direction: column;
    display: flex;
    align-items: center;
  }
  .page-price-v2 .price-card {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .price-card__content {
    padding: 10px;
  }
  .price-card__img-wrapper {
    max-width: 100px;
  }
  .price-card__title {
    font-size: 14px;
  }
  .price-card__desc {
    font-size: 12px;
  }
  .price-card__btn,
  .price-card__link {
    padding: 5px;
    font-size: 12px;
  }
}
/**/
/* Блок табов */
.tabs__buttons {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  overflow-x: auto;
  padding-bottom: 8px;
  margin-bottom: 18px;
}

.tabs__btn {
  padding: 10px 20px;
  border: none;
  background: #eee;
  cursor: pointer;
  white-space: nowrap;
  font-size: 15px;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.tabs__btn.is-active {
  background: #fd9700;
  color: #fff;
}

/* Панели */
.tab-pane {
  display: none;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.25s, transform 0.25s;
}

.tab-pane.is-active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* На мобильных табы в колонку */
@media (max-width: 640px) {
  .tabs__buttons {
    gap: 6px;
  }

  .tabs__btn {
    padding: 8px 12px;
    font-size: 14px;
  }
}

