.glampingvibe-public {
  min-height: 100vh;
  background: var(--body-color, #f7f8f3);
  color: var(--title-color, #1e1e1e);
}

.glampingvibe-public button,
.glampingvibe-public input {
  font-family: inherit;
}

.header--page .header__container {
  min-height: 72px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header--page .header__logo .logo__img {
  width: 193px;
  height: auto;
}

.catalog__ajax {
  min-height: 220px;
}

.catalog__state {
  display: grid;
  min-height: 220px;
  place-items: center;
  border: 1px solid #e0e5dc;
  border-radius: 16px;
  background: #fff;
  padding: 28px;
  text-align: center;
}

.catalog__state-title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
}

.catalog__state-text {
  margin: 8px 0 0;
  color: #6d766a;
  font-size: 15px;
  line-height: 1.5;
}

.filter-options--quick {
  display: grid;
  gap: 10px;
}

.filter-option__button {
  width: 100%;
  border: 1px solid #dfe7db;
  border-radius: 12px;
  background: #fff;
  padding: 12px 14px;
  text-align: left;
  color: #2c352a;
  cursor: pointer;
  transition: border-color .16s ease, background-color .16s ease, color .16s ease;
}

.filter-option__button:hover,
.filter-option__button.is-active {
  border-color: #66a155;
  background: #eef7ea;
  color: #365f2d;
}

.object-card__img > a {
  display: block;
  height: 100%;
}

.object-card__img img,
.object__photo img,
.object-services__card-img img {
  object-fit: cover;
}

.object-card__favorites {
  border: 0;
  cursor: pointer;
}

.object-card__favorites.is-yes {
  background-color: var(--favorite-color, #e85757);
}

.object-card__hover-btn {
  border: 0;
  cursor: pointer;
}

.pagination--next {
  justify-content: center;
}

.object-top__container {
  gap: 14px;
}

.object__header--contacts {
  display: block;
  margin-bottom: var(--num40, 40px);
}

.object__header-main {
  min-width: 0;
}

.object-title-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 12px;
}

.object-title-line .object__name {
  flex: 0 1 auto;
  min-width: 0;
  margin: 0;
}

.object-title-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
  gap: 8px;
  min-height: 34px;
  line-height: 0;
}

.object-title-actions .object-share,
.object-title-actions .object-btns {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  margin: 0;
  line-height: 0;
}

.object-title-actions .object-share__btn,
.object-title-actions .object__favorite {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border: 0;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  appearance: none;
  background-color: var(--title-color, #1e1e1e);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 17px 17px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .08);
  color: #fff;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease;
}

.object-title-actions .object-share__btn {
  background-image: url("/glampingvibe.ru/img/icons/ic-share.svg");
}

.object-title-actions .object__favorite {
  position: static;
  top: auto;
  right: auto;
}

.object-title-actions .object__favorite.is-no {
  background-image: url("/glampingvibe.ru/img/icons/ic-favorite_no.svg");
}

.object-title-actions .object__favorite.is-yes {
  background-color: var(--favorite-color, #e85757);
  background-image: url("/glampingvibe.ru/img/icons/ic-favorite_yes.svg");
}

.object-title-actions .object-share__btn::before,
.object-title-actions .object-share__btn::after,
.object-title-actions .object__favorite::before,
.object-title-actions .object__favorite::after {
  display: none !important;
  content: none !important;
}

.object-title-actions .object-share__btn:hover,
.object-title-actions .object__favorite:hover,
.catalog-object-contacts__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, .12);
}

.object-share {
  position: relative;
}

.object-share__dropdown {
  pointer-events: none;
}

.object-share.is-open .object-share__dropdown,
.object-share:focus-within .object-share__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.catalog-object-contacts {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 8px;
  margin-left: auto;
  padding-top: 0;
}

.catalog-object-contacts__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border: 1px solid #dfe7e2;
  border-radius: 50%;
  background: #fff;
  color: #234438;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .08);
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease, background-color .16s ease;
}

.catalog-object-contacts__btn img,
.catalog-object-contacts__btn svg {
  display: block;
  width: 18px;
  height: 18px;
}

.catalog-object-contacts__btn--whatsapp {
  border-color: #25d366;
  background: #25d366;
}

.catalog-object-contacts__btn--telegram {
  border-color: #229ed9;
  background: #229ed9;
}

.catalog-object-contacts__btn--whatsapp img,
.catalog-object-contacts__btn--telegram img {
  filter: brightness(0) invert(1);
}

.catalog-object-contacts__label,
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.object__info {
  display: block;
}

.object__info-block {
  width: 100%;
  max-width: none;
}

.object-description {
  color: #4b5548;
  font-size: 16px;
  line-height: 1.75;
}

.object-description p + p {
  margin-top: 12px;
}

.object__map-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  overflow: hidden;
  border-radius: 16px;
  background: #dfe8db url("/glampingvibe.ru/img/object-map.webp") center / cover no-repeat;
}

.object__map-placeholder iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
}

.object-services__grid .splide__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px;
  transform: none !important;
}

.object-services__grid .splide__slide {
  width: auto !important;
}

.object-services__card {
  cursor: default;
}

.catalog-ai-concierge {
  margin-top: 32px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, .08);
}

.catalog-ai-concierge__grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr);
}

.catalog-ai-concierge__copy {
  padding: 28px;
  background: #f8fafc;
}

.catalog-ai-concierge__eyebrow {
  margin: 0 0 8px;
  color: #44715d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.catalog-ai-concierge__title {
  margin: 0;
  color: #0f172a;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.08;
}

.catalog-ai-concierge__text {
  max-width: 620px;
  margin: 14px 0 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.65;
}

.catalog-ai-concierge__signals {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
  padding: 0;
  list-style: none;
}

.catalog-ai-concierge__signal {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid #d7e4dc;
  border-radius: 999px;
  background: #fff;
  padding: 7px 11px;
  color: #234438;
  font-size: 13px;
  font-weight: 600;
}

.catalog-ai-concierge__chat {
  min-height: 540px;
  border-left: 1px solid #e5e7eb;
  background: #fff;
}

.catalog-ai-concierge__frame {
  display: block;
  width: 100%;
  height: 540px;
  border: 0;
  background: #fff;
}

@media (max-width: 900px) {
  .header--page .header__container {
    min-height: 64px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .header--page .header__logo .logo__img {
    width: 180px;
  }

  .object-title-line {
    align-items: center;
    justify-content: flex-start;
    gap: 10px 8px;
  }

  .catalog-object-contacts {
    margin-left: 0;
  }

  .catalog-ai-concierge__grid {
    grid-template-columns: 1fr;
  }

  .catalog-ai-concierge__copy {
    padding: 22px;
  }

  .catalog-ai-concierge__chat {
    min-height: 500px;
    border-top: 1px solid #e5e7eb;
    border-left: 0;
  }

  .catalog-ai-concierge__frame {
    height: 500px;
  }
}

@media (max-width: 680px) {
  .object-title-actions {
    flex-wrap: nowrap;
  }

  .catalog-object-contacts__btn {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }
}
