/* h3 → p: сохраняем типографику заголовков через класс */
p.heading-style-h3 {
  font-family: "Domine", serif !important;
  font-size: 32px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 40px !important;
  letter-spacing: -0.64px !important;
  color: #28261b !important;
}

#price .section__column-container > p.heading-style-h3 {
  color: #f26a4b !important;
  text-align: center !important;
}

/* Резерв места под Swiper до инициализации */
#review .section__swiper {
  min-height: 380px;
}

/* Mobile: override height после width/height в HTML (≤480px) */
@media (max-width: 480px) {
  .section__image-card img,
  .section__item.small .section__card-image,
  .section__item.medium .section__card-image,
  .section__item.large .section__card-image,
  #path .section__card-image {
    width: 100%;
    height: 200px;
    max-height: 200px;
    object-fit: cover;
  }

  #start .section__image,
  #reg .section__image {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }

  .section__bg-image {
    width: auto;
    height: 420px;
    object-fit: cover;
  }

  #about .section__item .section__image {
    height: auto;
    max-height: 240px;
  }

  #price .section__image {
    height: auto;
    max-height: 200px;
  }
}

@media (max-width: 1200px) {
  p.heading-style-h3 {
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 32px !important;
    letter-spacing: -0.48px !important;
  }

  #review .section__swiper {
    min-height: 440px;
  }
}

.skip-link{position:absolute;left:-9999px;top:0;z-index:1000;padding:10px 16px;background:#fff;color:#1d2727;font-weight:700;border-radius:0 0 8px 0}
.skip-link:focus,.skip-link:focus-visible{left:0}


#start .section__image {
  object-fit: contain;
}