@media only screen and (min-width: 720px) {
    .catalog-item__gallery {
        height: 100%;
    }
}
.catalog-item__view-btn {
    margin-left: auto;
}
.catalog-item__title-main {
    text-transform: capitalize;
}
.filter-range .single {
    margin-top: 0 !important;
}
.filter-price-skeleton {
    display: none;
    margin-bottom: 24px;
}

.filter-price-skeleton.active {
    display: block;
}

.filter-price-skeleton span,
.filter-price-skeleton i {
    display: block;
    border-radius: 10px;
    background: linear-gradient(90deg, #eef0f4 0%, #f7f8fb 45%, #eef0f4 90%);
    background-size: 240% 100%;
    animation: filterSkeleton 1.15s ease-in-out infinite;
}

.filter-price-skeleton__grid {
    display: flex;
    grid-gap: 10px;
}
.filter-price-skeleton span {
    width: 100%;
    height: 34px;
}

.filter-price-skeleton i {
    height: 6px;
    margin-top: 8px;
}

@keyframes filterSkeleton {
    0% {
        background-position: 120% 0;
    }

    100% {
        background-position: -120% 0;
    }
}
.content-page {
    display: none;
}
.content-page.is-loaded {
    display: block;
}
.catalog-item__price {
    margin-left: auto;
}
.catalog-empty {
    font-size: 16px;
    padding: 12px 16px;
    border-radius: 16px;
    font-weight: 700;
    color: #F04438;
    text-align: center;
    background: #FEF3F2;
    box-shadow: 0 1px 3px 0 rgba(11, 11, 16, 0.02), 0 8px 16px 0 rgba(11, 11, 16, 0.04);
}
@media only screen and (max-width: 720px) {
    .catalog-empty {
        font-size: 14px;
    }
}
.region-drop__item {
    cursor: pointer;
}
.region-drop__item input {
    display: none;
}

.payment-title span {
    font-size: 24px;
    transform: translateY(-2px);
    display: inline-block;
}

.popup-qr {
    width: 470px;
    padding: 40px 25px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 1px 3px 0 rgba(11, 11, 16, 0.02), 0 8px 16px 0 rgba(11, 11, 16, 0.04);
}
.popup-qr__photo {
    width: fit-content;
    margin: 0 auto;
}
.popup-qr__link {
    font-size: 18px;
    text-align: center;
    word-wrap: break-word;
    font-weight: 700;
    margin-top: 45px;
}

@media only screen and (max-width: 720px) { 
    .popup-qr {
        width: 300px;
        padding: 30px 25px;
    }
    .popup-qr__link  {
        margin-top: 25px;
    }
}
@media only screen and (min-width: 1260px) {
    .footer .section-frame {
        max-width: 1240px;
    }
    
}
@media only screen and (min-width: 1200px) {
    .single-date {
        width: 215px;
        flex-shrink: 0;
    }
}
.catalog-banner__content p {
    font-size: 14px;
}

.catalog-banner__content span {
    color: #8B5CF6;
}

@media only screen and (max-width: 720px) {
    .catalog-banner__content br {
        display: none;
    }
}
.room-main__counter {
    display: none;
}
.open-frame {
    overflow: hidden !important;
}


.location-nearby,
.location-nearby * {
    direction: ltr;
    unicode-bidi: isolate;
}

.location-nearby__item,
.location-nearby-item {
    display: flex;
    align-items: center;
    gap: 8px;
    direction: ltr;
    unicode-bidi: isolate;
}

.location-nearby__name,
.location-item__title, .location-item__title span  {
    direction: ltr;
    unicode-bidi: isolate;
}

.location-nearby__distance,
.location-nearby-distance {
    margin-left: 6px;
    white-space: nowrap;
    direction: ltr;
    unicode-bidi: isolate;
}
.location-group {
    margin-bottom: 16px;
}
.location-group:last-child {
    margin-bottom: 0;
}
.single-content {
    justify-content: flex-start;
}
.single-gallery__item {
    cursor: pointer;
}

.services-wrap:nth-child(1) .services-list {
	column-count: 4;
	column-gap: 16px;
	display: block;
}

.services-wrap:nth-child(1) .services-group {
	break-inside: avoid;
	page-break-inside: avoid;
	margin-bottom: 28px;
}

.services-wrap:nth-child(1) .services-item {
	display: block;
}
@media only screen and (max-width: 720px) { 
    .services-wrap:nth-child(1)  .services-list {
        column-count: 2;
    }
}

.dop-info {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.dop-info h3 {
	margin: 0 0 10px;
	font-weight: 600;
}


.dop-info ul {
	margin: 0 0 12px;
	padding-left: 20px;
}

.dop-info li {
	list-style: disc;
	margin-bottom: 6px;
}

.dop-info a {
    color: #8B5CF6;
	text-decoration: underline;
}
.single-gallery__full {
    cursor: pointer;
}
.single-popular__item-title {
    transform: translateY(2px);
}


.catalog.hide .catalog-frame {
    display: none;
}
.catalog-full-skeleton {
    background: none !important;
}
.catalog-full-skeleton-wrap {
    background: none !important;
}
@media only screen and (max-width: 720px) { 
    .catalog-full-skeleton-wrap {
        padding: 0 !important;
    }
    .catalog-full-skeleton__main {
        width: 100%;
    }
    .catalog-full-skeleton__bottom {
        grid-gap: 10px;
    }
    .catalog-full-skeleton__box {
        width: 150px !important;
    }
    .catalog-full-skeleton__banner-top .catalog-full-skeleton__box {
        display: none !important;
    }
}

.global-kids-drop-scroll {
    height: 200px;
    overflow: hidden;
    overflow-y: scroll;
}

.global-kids-drop-scroll::-webkit-scrollbar {
        width: 4px;     
    }
.global-kids-drop-scroll::-webkit-scrollbar-track {
        background: #F4F4F5;
         
         border-radius: 10px; 
    }

.global-kids-drop-scroll::-webkit-scrollbar-thumb {
        background: #8B5CF6;
        border-radius: 20px;
    }
.room-price__nalog-info {
    font-size: 10px;
    margin-top: 5px;
}
/* Гражданство: прокручиваемый список при большом числе стран */
.booking-residency .filter-drop__list.active {
  overflow-y: auto;
  max-height: 280px;
}
.booking-residency .filter-drop__list::-webkit-scrollbar {
  width: 6px;
}
.booking-residency .filter-drop__list::-webkit-scrollbar-thumb {
  background: #d7d7e0;
  border-radius: 8px;
}

/* Single-room only (ETG сертификация): бронирование одного номера за тариф.
   Скрываем добавление нескольких номеров — бэкенд всё равно шлёт 1 комнату. */
.place-drop__add,
.place-drop__more {
  display: none !important;
}

/* Календарь в попапе «Выберите даты проживания» раскрывался absolute вниз и
   уезжал за нижнюю границу попапа/экрана (список месяцев уходил в бесконечность).
   Внутри попапа показываем его фиксированно по центру экрана с ограничением
   высоты и внутренним скроллом. Календарь в формах на страницах не трогаем. */
.popup-date .calendar {
  position: fixed;
  top: 50%;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 86vh;
  z-index: 30;
}
.popup-date .calendar.active {
  margin-top: 0;
}
.popup-date .calendar .date-month {
  max-height: calc(86vh - 16px);
}
.popup-date .calendar .date-wrap {
  overflow-y: auto;
  max-height: calc(86vh - 16px);
}

/* QR-попап оплаты: сумма к оплате, инструкция и статус платежа */
.popup-qr {
  max-width: 420px;
  box-sizing: border-box;
}
.popup-qr__amount {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin-bottom: 12px;
  text-align: center;
}
.popup-qr__amount-label {
  font-size: 12px;
  color: #8a8aa3;
  text-transform: uppercase;
  letter-spacing: .6px;
}
.popup-qr__amount-value {
  font-size: 28px;
  font-weight: 800;
  color: #1a1a2e;
}
.popup-qr__amount-net {
  font-size: 13px;
  color: #7C5CFF;
  font-weight: 600;
}
.popup-qr__note {
  margin-top: 14px;
  padding: 12px 14px;
  background: #f6f5ff;
  border-radius: 10px;
  font-size: 12.5px;
  line-height: 1.55;
  color: #555;
  text-align: left;
}
.popup-qr__note p { margin: 0 0 6px; }
.popup-qr__note p:last-child { margin-bottom: 0; }
.popup-qr__status {
  margin-top: 12px;
  padding: 11px 14px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  background: #fff7e8;
  border: 1px solid #f3e3bd;
  color: #7a5c17;
}
.popup-qr__status:empty { display: none; }
.popup-qr__status.is-ok {
  background: #effaf3;
  border-color: #d3f0de;
  color: #1a7f4e;
}
.popup-qr__status.is-error {
  background: #fdf0ee;
  border-color: #f5d3cd;
  color: #b3402f;
}
@media only screen and (max-width: 720px) {
  .popup-qr { max-width: 92vw; }
  .popup-qr__amount-value { font-size: 24px; }
}
