.page-title {
  position: relative;
  overflow: hidden;
  padding-top: 82px;
  padding-bottom: 62px;
}

.page-title::after {
  content: "";
  position: absolute;
  right: 8vw;
  bottom: -120px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(38, 52, 47, .1);
  border-radius: 50%;
}

.catalog {
  width: min(calc(100% - 64px), 1440px);
  max-width: none;
  grid-template-columns: 265px minmax(0, 1fr);
  gap: 46px;
  padding-right: 0;
  padding-left: 0;
  padding-top: 58px;
}

.catalog-area-filter fieldset{padding:10px 0 6px}.catalog-area-filter legend{padding-top:10px}.catalog-area-filter label{display:block;margin:8px 0}.catalog-area-filter label span{display:block;margin-bottom:5px;color:#7d8982;font-size:9px;letter-spacing:.06em}.catalog-area-filter select,.catalog-area-filter input[type="search"]{width:100%;min-height:42px;padding:0 32px 0 11px;border:1px solid #ded9d0;border-radius:4px;background:#faf9f6;color:var(--ink);font:500 10px var(--sans)}.catalog-area-filter select:disabled{opacity:.5}.catalog-area-filter>button{width:100%;margin:7px 0 12px;padding:13px 10px;border:0;background:#8a5d47;color:#fff;font:500 10px var(--sans);cursor:pointer}.catalog-area-filter>button:hover{background:#26342f}
.catalog-checkbox-filter>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.catalog-checkbox-filter label{display:flex;align-items:center;gap:7px;margin:0;padding:9px 8px;border:1px solid #e2ddd4;border-radius:4px;background:#faf9f6;cursor:pointer}.catalog-checkbox-filter input{width:15px;height:15px;margin:0;accent-color:#8a5d47}.catalog-checkbox-filter label span{display:inline;margin:0;color:#405048;font-size:10px;line-height:1.35}.catalog-checkbox-filter label:has(input:checked){border-color:#aa806a;background:#f6eee8}.catalog-checkbox-filter label:has(input:checked) span{color:#6f4634}

.filters {
  border-radius: 0;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 12px 40px rgba(38, 52, 47, .06);
}

.filters > h2 {
  padding-top: 18px;
  padding-bottom: 18px;
}

.results > h2 {
  margin-top: 8px;
  padding: 7px 2px 20px;
}

.results > h2 b {
  font: 500 38px var(--serif);
}

.hotel {
  grid-template-columns: minmax(330px, 43%) minmax(0, 1fr);
  min-height: 390px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 12px 38px rgba(38, 52, 47, .075);
}

.hotel:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(38, 52, 47, .13);
}

.hotel-img {
  min-height: 390px;
  isolation: isolate;
  overflow: hidden;
}

.hotel-img::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(20, 30, 26, .02) 42%, rgba(20, 30, 26, .58));
}

.hotel-number {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 52px;
  padding: 14px 12px;
  background: #26342f;
  color: #fff;
  font: 500 11px var(--sans);
  letter-spacing: .14em;
  text-align: center;
}

.hotel-img > span {
  top: 15px;
  left: 66px;
  border-radius: 30px;
}

.hotel-image-cta {
  position: absolute;
  right: 20px;
  bottom: 18px;
  color: #fff;
  font: normal 500 9px var(--sans);
  letter-spacing: .08em;
}

.hotel-copy {
  padding: 30px 34px 28px;
}

.hotel-eyebrow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.hotel-eyebrow > small {
  padding-top: 4px;
  color: #7b8780;
  font-size: 9px;
  letter-spacing: .08em;
}

.hotel-eyebrow > span {
  display: flex;
  align-items: baseline;
  gap: 7px;
  white-space: nowrap;
}

.hotel-eyebrow > span b {
  color: #8a5d47;
  font: 500 20px var(--serif);
}

.hotel-eyebrow > span small {
  color: #89948e;
  font-size: 8px;
}

.hotel h3 {
  margin: 8px 0 5px;
  font-size: clamp(21px, 2vw, 27px);
  line-height: 1.5;
}

.hotel-place {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 7px;
}

.hotel-place a {
  padding: 5px 8px;
  border: 1px solid #ded9d0;
  border-radius: 20px;
  color: #69766f;
  font-size: 8px;
  text-decoration: none;
}

.hotel .rec {
  display: -webkit-box;
  margin: 13px 0 12px;
  overflow: hidden;
  color: #5e6b64;
  line-height: 1.85;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hotel .chips {
  gap: 5px;
}

.hotel .chips i {
  padding: 5px 8px;
  background: #eef1ed;
  font-size: 8px;
}

.hotel dl {
  margin-top: 15px;
  border: 1px solid #ebe7df;
  background: #faf9f6;
}

.hotel dl div {
  padding: 10px 12px;
}

.hotel dl div + div {
  border-left: 1px solid #ebe7df;
}

.hotel footer {
  margin-top: 17px !important;
  padding-top: 16px !important;
}

.hotel footer a {
  min-width: 126px;
  border-radius: 0;
  text-align: center;
}

.hotel footer a:hover {
  background: #8a5d47;
}

.result-pagination {
  display: flex;
  justify-content: center;
  gap: 7px;
  padding-top: 25px;
}

.result-pagination a {
  display: grid;
  place-items: center;
  min-width: 42px;
  height: 42px;
  border: 1px solid #dcd7ce;
  color: var(--ink);
  text-decoration: none;
}

.result-pagination a[aria-current="page"],
.result-pagination a:hover {
  border-color: #26342f;
  background: #26342f;
  color: #fff;
}

@media (max-width: 1000px) {
  .catalog {
    width: auto;
    grid-template-columns: 1fr;
    padding-right: 24px;
    padding-left: 24px;
  }

  .filters {
    position: static;
  }
}

@media (max-width: 720px) {
  .page-title {
    padding-top: 58px;
    padding-bottom: 44px;
  }

  .page-title::after {
    display: none;
  }

  .catalog {
    padding: 30px 16px 70px;
  }

  .hotel {
    display: block;
    min-height: 0;
    margin-bottom: 22px;
  }

  .hotel-img {
    display: block;
    min-height: 270px;
  }

  .hotel-copy {
    padding: 23px 20px 21px;
  }

  .hotel-eyebrow > span small {
    display: none;
  }

  .hotel dl {
    grid-template-columns: 1fr 1fr;
  }

  .hotel dl div + div {
    border-left: 0;
  }

  .hotel footer a {
    min-width: auto;
  }
}
