@charset "UTF-8";
/**
 * Discover arrow: data URI so the icon works from any compiled CSS.
 * A file path like `url('./img/arrow.svg')` resolves relative to the generated
 * .css: OK for `scss/main.css` → `scss/img/`, broken for `blocks/.../css/*.css`.
 */
/**
 * Breakpoints
 */
/**
 * Functions
 */
/**
 * Mixin core
 */
/**
 * Hotels list — card mockup (left gallery + content).
 * Ref. Figma node 57-4971.
 */
.uh-hotels-list .container {
  max-width: 1240px;
}
.uh-hotels-list {
  /* Filter: rows + centered pills (mockup style « ALL / ITEM ») */
}
.uh-hotels-list__filter-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 48px;
  gap: 0;
}
@media screen and (max-width: 1198px) {
  .uh-hotels-list__filter-nav {
    margin-bottom: 40px;
  }
}
.uh-hotels-list__filter-line {
  flex: 1 1 0;
  min-width: 16px;
  height: 1px;
  background: var(--stroke);
  align-self: center;
}
@media screen and (max-width: 1198px) {
  .uh-hotels-list__filter-line {
    display: none;
  }
}
.uh-hotels-list__filter-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 0 clamp(12px, 3vw, 28px);
  flex: 0 1 auto;
  max-width: 100%;
}
@media screen and (max-width: 1198px) {
  .uh-hotels-list__filter-pills {
    gap: 10px;
    padding: 0;
  }
}
.uh-hotels-list__pill {
  margin: 0;
  cursor: pointer;
  font-family: var(--primary-font);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 12px 22px;
  border-radius: 50px;
  border: 1px solid transparent;
  background: var(--bg-alt);
  color: var(--highlight-color-group);
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
}
@media screen and (max-width: 1198px) {
  .uh-hotels-list__pill {
    padding: 8px 15px;
  }
}
.site-hotel .uh-hotels-list__pill {
  color: var(--highlight-color-hotel);
}
.uh-hotels-list__pill:hover:not(.is-active) {
  border-color: var(--stroke);
  box-shadow: 0 2px 12px rgba(23, 50, 89, 0.08);
}
.uh-hotels-list__pill:focus-visible {
  outline: 2px solid var(--highlight-color-group);
  outline-offset: 3px;
}
.site-hotel .uh-hotels-list__pill:focus-visible {
  outline-color: var(--highlight-color-hotel);
}
.uh-hotels-list__pill.is-active, .uh-hotels-list__pill[aria-pressed=true] {
  background: var(--primary-color);
  color: var(--bg-alt);
  border-color: var(--primary-color);
  box-shadow: none;
}
.uh-hotels-list__empty {
  font-size: var(--body_size);
  color: var(--body-color-alt);
  text-align: center;
  padding: 48px 20px;
}
.uh-hotels-list__grid {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 1198px) {
  .uh-hotels-list__grid {
    gap: 40px;
    align-items: stretch;
  }
}
.uh-hotels-list__card {
  display: flex;
  background: var(--bg-alt);
  border-radius: var(--card-radius);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  justify-content: flex-end;
  width: 1250px;
  height: auto;
  align-self: flex-end;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .uh-hotels-list__card {
    width: 1040px;
  }
}
@media screen and (max-width: 1198px) {
  .uh-hotels-list__card {
    width: 100%;
    max-width: 100%;
    align-self: stretch;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    overflow: visible;
    background: transparent;
    box-shadow: none;
  }
  .uh-hotels-list__card:not(:has(.uh-hotels-list__media)) {
    background: var(--bg-alt);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
  .uh-hotels-list__card:not(:has(.uh-hotels-list__media)) .uh-hotels-list__body {
    box-shadow: none;
    border-radius: 0;
  }
}
.uh-hotels-list__card[hidden] {
  display: none;
}
.uh-hotels-list__media {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  min-height: 420px;
  overflow: visible;
  width: 420px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .uh-hotels-list__media {
    margin-bottom: -35vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1198px) {
  .uh-hotels-list__media {
    margin-bottom: -20vw;
  }
}
@media screen and (max-width: 1198px) {
  .uh-hotels-list__media {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    flex: 0 0 auto;
    min-height: 320px;
    padding: 0 16px;
    box-sizing: border-box;
  }
}
.uh-hotels-list__gallery-stack {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1198px) {
  .uh-hotels-list__gallery-stack {
    width: 100%;
    height: auto;
    position: initial;
  }
}
.uh-hotels-list__gallery-cell {
  margin: 0;
  line-height: 0;
  overflow: hidden;
  transform-origin: center center;
  border: 10px solid var(--bg-alt);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.block-gallery--image-card-layout-off .uh-hotels-list__gallery-cell {
  border: 8px solid var(--bg-alt);
  border: none;
  box-shadow: none;
}
.uh-hotels-list__gallery-cell img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.uh-hotels-list__gallery-cell:first-child {
  position: absolute;
  left: 6%;
  top: 10%;
  bottom: 0;
  z-index: 1;
  width: auto;
  transform: rotate(-3deg);
  max-height: 560px;
  max-width: 420px;
}
@media screen and (max-width: 767px) {
  .uh-hotels-list__gallery-cell:first-child {
    left: 4%;
    top: 0;
    right: 22%;
  }
}
@media screen and (max-width: 1198px) {
  .uh-hotels-list__gallery-cell:first-child {
    bottom: 18%;
    max-width: 230px;
    height: 310px;
    z-index: 2;
  }
}
@media screen and (min-width: 768px) and (max-width: 1198px) {
  .uh-hotels-list__gallery-cell:first-child {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(-3deg);
  }
}
.uh-hotels-list__gallery-cell:nth-child(2) {
  position: absolute;
  right: -10%;
  bottom: 15%;
  width: 150px;
  z-index: 2;
  transform: rotate(3deg);
  height: 200px;
}
@media screen and (max-width: 1198px) {
  .uh-hotels-list__gallery-cell:nth-child(2) {
    right: 20px;
    bottom: 50%;
    width: 100px;
    transform: translateY(50%) rotate(3deg);
    height: 130px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1198px) {
  .uh-hotels-list__gallery-cell:nth-child(2) {
    right: 30%;
  }
}
.uh-hotels-list__gallery-stack--single .uh-hotels-list__gallery-cell:first-child {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: min(92%, 340px);
  margin: 0 auto;
  transform: rotate(-4deg);
  z-index: 1;
}
.uh-hotels-list__gallery-stack--single .uh-hotels-list__gallery-cell:first-child img {
  aspect-ratio: 3/4;
  max-height: 380px;
}
@media screen and (max-width: 1198px) {
  .uh-hotels-list__gallery-stack--single .uh-hotels-list__gallery-cell:first-child {
    width: min(88%, 300px);
    margin-bottom: 0;
  }
  .uh-hotels-list__gallery-stack--single .uh-hotels-list__gallery-cell:first-child img {
    max-height: 320px;
  }
}
.uh-hotels-list__body {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 100px 40px;
  gap: 20px;
  min-height: 0;
  flex: 1 1 auto;
  max-width: 880px;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .uh-hotels-list__body {
    max-width: 680px;
  }
}
@media screen and (max-width: 1198px) {
  .uh-hotels-list__body {
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
    padding-inline: 30px;
    align-items: center;
    text-align: center;
    max-width: none;
    background: var(--bg-alt);
    border-radius: var(--card-radius);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding-top: 150px;
  }
}
.uh-hotels-list__category {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 15px;
  font-weight: 400;
  color: var(--body-color);
  background: #eee;
  border-radius: 5px;
  line-height: 120%;
  display: flex;
  padding: 5px 15px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1198px) {
  .uh-hotels-list__category {
    position: relative;
    right: auto;
    top: auto;
    align-self: flex-end;
  }
}
.uh-hotels-list__location-line {
  margin: 0;
  font-family: var(--primary-font);
  font-size: var(--prev_content_size, 14px);
  line-height: 1.4;
}
.uh-hotels-list__location-line .prev_title {
  font-weight: 700;
  color: var(--primary-color);
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
.uh-hotels-list__location-label {
  display: inline-block;
  margin-right: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--title-color);
}
.uh-hotels-list__location-value {
  font-weight: 600;
  color: var(--subtitle-color);
}
.uh-hotels-list__headline {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
  align-self: stretch;
}
@media screen and (max-width: 1198px) {
  .uh-hotels-list__headline {
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
.uh-hotels-list__headline-main {
  width: auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
@media screen and (max-width: 1198px) {
  .uh-hotels-list__headline-main {
    gap: 20px;
    align-items: center;
    text-align: center;
    order: 2;
  }
}
.uh-hotels-list__title {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  color: var(--title-color);
  text-transform: uppercase;
  width: auto;
}
@media screen and (max-width: 1198px) {
  .uh-hotels-list__title {
    font-size: clamp(22px, 5.2vw, 28px);
    line-height: 1.2;
    max-width: 100%;
  }
}
.uh-hotels-list__brand {
  flex: 0 0 auto;
  align-self: flex-start;
  width: 120px;
  height: 120px;
}
.uh-hotels-list__brand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top right;
}
@media screen and (max-width: 1198px) {
  .uh-hotels-list__brand {
    order: 1;
    width: 60px;
    height: 60px;
    align-self: center;
  }
}
.uh-hotels-list__desc {
  margin: 0;
  font-family: var(--primary-font);
  font-size: var(--prev_content_size, 16px);
  line-height: 1.8;
  color: var(--body-color);
  max-width: 52ch;
}
@media screen and (max-width: 1198px) {
  .uh-hotels-list__desc {
    max-width: 40ch;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.uh-hotels-list__price {
  padding-top: 20px;
  font-weight: 700;
  font-size: 18px;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.uh-hotels-list__price-from {
  color: var(--primary-color);
}
.uh-hotels-list__price-amount {
  color: var(--title-color);
}
@media screen and (max-width: 1198px) {
  .uh-hotels-list__price {
    justify-content: center;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid var(--stroke);
    padding-bottom: 20px;
    padding-top: 0;
  }
}
.uh-hotels-list__divider {
  height: 1px;
  margin-top: 12px;
  margin-bottom: 4px;
  background: var(--stroke);
  border: 0;
}
@media screen and (max-width: 1198px) {
  .uh-hotels-list__divider {
    display: none;
  }
}
.uh-hotels-list__cta {
  display: flex;
  align-items: center;
  gap: 16px 28px;
  padding-top: 8px;
}
@media screen and (max-width: 1198px) {
  .uh-hotels-list__cta {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
.uh-hotels-list__book.btn {
  text-transform: uppercase;
  letter-spacing: 1.28px;
}
.uh-hotels-list__discover {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--body-color);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  border: none;
}
.site-group .uh-hotels-list__discover .fa-arrow-right {
  color: var(--highlight-color-group);
}
.site-hotel .uh-hotels-list__discover .fa-arrow-right {
  color: var(--highlight-color-hotel);
}
.uh-hotels-list__discover .discover_more_text {
  position: relative;
}
.site-group .uh-hotels-list__discover .discover_more_text:hover, .site-group .uh-hotels-list__discover .discover_more_text:focus {
  color: var(--highlight-color-group);
}
.site-hotel .uh-hotels-list__discover .discover_more_text:hover, .site-hotel .uh-hotels-list__discover .discover_more_text:focus {
  color: var(--highlight-color-hotel);
}
.uh-hotels-list__discover .discover_more_text:hover::after, .uh-hotels-list__discover .discover_more_text:focus::after {
  width: 100%;
  left: 0;
  width: 100%;
  transform: scaleX(1);
  transition: all 0.3s ease;
  transform-origin: left;
}
.uh-hotels-list__discover .discover_more_text::after {
  content: "";
  position: absolute;
  bottom: -5px;
  height: 1px;
  left: 0;
  width: 0;
  transition: all 0.3s ease;
  transform-origin: left;
}
.site-group .uh-hotels-list__discover .discover_more_text::after {
  background: var(--highlight-color-group);
}
.site-hotel .uh-hotels-list__discover .discover_more_text::after {
  background: var(--highlight-color-hotel);
}