.legacy-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.legacy-skip-link {
  position: fixed;
  z-index: 20000;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  transform: translateY(-160%);
  border: 2px solid #036;
  border-radius: 4px;
  background: #fff;
  color: #036;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 700;
}

.legacy-search-pagination {
  display: grid;
  grid-template-columns: minmax(88px, 1fr) auto minmax(88px, 1fr);
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  font-family: 'Montserrat', 'Montserrat Fallback', 'Helvetica Neue', sans-serif;
}

.legacy-search-pagination > a:last-child {
  justify-self: end;
}

.legacy-search-pagination__pages {
  display: flex;
  align-items: center;
  gap: 6px;
}

.legacy-search-pagination__pages > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.legacy-search-pagination a,
.legacy-search-pagination strong {
  display: inline-flex;
  min-width: 36px;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(22, 119, 166, 0.28);
  border-radius: 6px;
}

.legacy-search-pagination > a {
  padding: 0 12px;
}

.legacy-search-pagination a:hover,
.legacy-search-pagination a:focus-visible {
  border-color: rgb(22, 119, 166);
  color: rgb(22, 119, 166);
}

.legacy-search-pagination strong {
  border-color: rgb(22, 119, 166);
  background: rgb(22, 119, 166);
  color: #fff;
}

.legacy-search-pagination__separator {
  padding: 0 2px;
}

@media (max-width: 720px) {
  .legacy-search-pagination {
    grid-template-columns: 1fr 1fr;
  }

  .legacy-search-pagination__pages {
    grid-column: 1 / -1;
    grid-row: 1;
    justify-content: center;
  }
}

html[class^='url-reviews'] .footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 320px;
}

/*
 * Preserve the source typefaces while matching their metrics during the
 * font-display swap window. This removes the visible text jump without
 * blocking first paint on a slow connection.
 */
html {
  font-family: 'Roboto', 'Roboto Fallback', sans-serif;
}

.daterangepicker th.month,
.page-header h1,
.page-header h2,
.page-header h3,
.page-header h4,
.section-header h1,
.section-header h2,
.header_logo,
.header_menu li a,
.homepage-header h1,
.homepage-header h2,
.homepage-benefit_header,
.regions-slider_header,
.areas-slider .areas-slider_title,
.all-resorts_region-header,
.all-resorts_area-title a,
.catalog-list-item .catalog-list-item-title,
.button,
.modal .modal-header,
.hotel-header h1,
.hotel-header h2,
.hotel-description__header,
.reviews-list-item .reviews-list-item_avatar span,
.reviews-list-item .reviews-list-item_meta-author,
.review-comment_meta-author,
.reviews-all-item .reviews-all-item_title,
.comments .comments-header .item-header,
.comment-item_avatar span,
.comment-item_meta-author {
  font-family: 'Montserrat', 'Montserrat Fallback', 'Helvetica Neue', sans-serif;
}

/* Skip layout and paint work for the long hotel tail until it nears view. */
html[class^='url-hotel-'] .hotel-payment-warning {
  content-visibility: auto;
  contain-intrinsic-size: auto 72px;
}

html[class^='url-hotel-'] .hotel-services {
  content-visibility: auto;
  contain-intrinsic-size: auto 320px;
}

html[class^='url-hotel-'] .hotel-rooms {
  content-visibility: auto;
  contain-intrinsic-size: auto 1200px;
}

html[class^='url-hotel-'] .hotel-description,
html[class^='url-hotel-'] .block-catalog-open-video,
html[class^='url-hotel-'] #reviews {
  content-visibility: auto;
  contain-intrinsic-size: auto 720px;
}

html[class^='url-hotel-'] main > .block.mt-60 {
  content-visibility: auto;
  contain-intrinsic-size: auto 620px;
}

html[class^='url-hotel-'] .footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 320px;
}

/* Source blue at 12.8px misses WCAG AA on white; keep the hue at AA contrast. */
.catalog-item_info-distance-sea {
  color: #0077b3;
}

.legacy-skip-link:focus {
  transform: translateY(0);
}

/*
 * CSS backgrounds are always fetched eagerly. Keep the exact source crop and
 * overlay, but use a responsive image so only the first visible region is an
 * LCP candidate and lower regions can use native lazy loading.
 */
.all-resorts_region-media {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}

.all-resorts_region.-eager-cover {
  background-image: var(--legacy-region-cover-desktop);
}

@media (max-width: 1200px) {
  .all-resorts_region.-eager-cover {
    background-image: var(--legacy-region-cover-tablet);
  }
}

@media (max-width: 720px) {
  .all-resorts_region.-eager-cover {
    background-image: var(--legacy-region-cover-mobile);
  }
}

/* The source's pale counters miss WCAG AA; preserve hierarchy at AA contrast. */
.all-resorts_area-resorts li a span {
  color: #666;
}

/* Source metadata gray is only 3.54:1 at 12px; retain its hierarchy at AA. */
.reviews-item_header-meta,
.reviews-item_header-meta a {
  color: #666;
}

.legacy-date-range-picker {
  border: 0;
}

.legacy-date-range-picker .calendar-table th.prev,
.legacy-date-range-picker .calendar-table th.next {
  padding: 0;
}

.legacy-date-range-picker .calendar-table th.prev > button,
.legacy-date-range-picker .calendar-table th.next > button,
.legacy-date-range-picker .calendar-table td > button {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  cursor: inherit;
}

.legacy-date-range-picker .calendar-table th.prev > button,
.legacy-date-range-picker .calendar-table th.next > button {
  display: grid;
  place-items: center;
}

.legacy-date-range-picker td.legacy-preview-end {
  background-color: #eee;
}

.legacy-date-range-picker td button:focus-visible {
  outline: 2px solid #08c;
  outline-offset: -2px;
}

.legacy-autocomplete-suggestions {
  display: block;
}

.legacy-search-error {
  position: absolute;
  z-index: 30;
  top: calc(100% + 10px);
  left: 12px;
  padding: 7px 10px;
  border-radius: 5px;
  background: #d33;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.18);
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.2;
}

.legacy-search-error:before {
  position: absolute;
  bottom: 100%;
  left: 14px;
  border: 6px solid transparent;
  border-bottom-color: #d33;
  content: '';
}

.legacy-booking-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.booking-form .delivery-error {
  max-width: 640px;
  margin-top: 16px;
  padding: 12px 14px;
  border-left: 4px solid #d9794b;
  border-radius: 4px;
  background: #fff7f2;
  color: #713b23;
  font-size: 0.9rem;
  line-height: 1.45;
}

.booking-form .delivery-error:focus {
  outline: 2px solid rgba(217, 121, 75, 0.4);
  outline-offset: 2px;
}

.booking-form input[type='submit']:disabled {
  cursor: default;
  opacity: 0.7;
}

.legacy-carousel .swiper-wrapper {
  box-sizing: border-box;
  gap: 30px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
}

.legacy-carousel-banners .swiper-wrapper {
  gap: 25px;
}

.legacy-carousel .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.legacy-carousel .swiper-slide {
  width: 100% !important;
  flex: 0 0 100%;
  scroll-snap-align: start;
}

.legacy-carousel .swiper-wrapper:focus-visible {
  outline: 3px solid #08f;
  outline-offset: 3px;
}

.legacy-carousel .swiper-wrapper.is-pointer-dragging,
.filters-list_swiper.is-pointer-dragging,
.legacy-hotel-gallery > .swiper-wrapper.is-pointer-dragging,
.legacy-hotel-thumbs .swiper-wrapper.is-pointer-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
  user-select: none;
}

.areas-slider .legacy-carousel,
.catalog-slider .legacy-carousel {
  padding-bottom: 0;
}

.legacy-modal-close {
  display: none;
}

.filters-list_swiper.swiper-container-initialized {
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  cursor: grab;
}

.filters-list_swiper.swiper-container-initialized::-webkit-scrollbar {
  display: none;
}

.filters-list_swiper.swiper-container-initialized .swiper-slide {
  flex: 0 0 auto;
}

.filters-list_swiper.swiper-container-initialized .swiper-wrapper {
  gap: 8px;
}

.filters-list_arrows > button {
  margin-right: 6px;
  visibility: visible;
}

.filters-list_arrows > button:disabled {
  opacity: 1;
  cursor: default;
}

.legacy-filters-expanded .filters-list_swiper {
  overflow: visible;
}

.legacy-filters-expanded .filters-list_swiper .swiper-wrapper {
  flex-wrap: wrap;
  gap: 0;
  justify-content: center;
}

.legacy-filters-expanded .filters-list_swiper .swiper-slide {
  width: auto;
  margin: 0 10px 8px 0;
}

.legacy-filters-expanded .filters-list_arrows > button {
  visibility: hidden;
}

.legacy-partner-search {
  padding: 20px;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  background: #fff;
}

.legacy-partner-search_header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.legacy-partner-search_header h2 {
  overflow: hidden;
  font-family: Roboto, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.legacy-partner-search_header p {
  margin-top: 2px;
  color: #999;
  font-size: 1rem;
}

.legacy-partner-search_logo {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  margin: 1px 4px 0 0;
  color: #050505;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.legacy-partner-search_logo strong > span {
  color: #f8174f;
}

.legacy-partner-search_logo-mark {
  position: relative;
  display: block;
  width: 26px;
  height: 20px;
  transform: rotate(-14deg);
  background: #f8174f;
}

.legacy-partner-search_logo-mark::after {
  content: '';
  position: absolute;
  inset: 3px 5px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.legacy-partner-search form {
  display: grid;
  grid-template-columns: minmax(240px, 3fr) minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr);
  gap: 10px;
  align-items: end;
  margin-top: 11px;
}

.legacy-partner-search label {
  display: grid;
  gap: 2px;
  color: #222;
  font-size: 0.8rem;
}

.legacy-partner-search input,
.legacy-partner-search button {
  width: 100%;
  height: 48px;
  padding: 0 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  color: #222;
  font: inherit;
  font-size: 1rem;
}

.legacy-partner-search input[type='date'] {
  accent-color: #fa1048;
}

.legacy-partner-search button {
  border-color: #fa1048;
  background: #fa1048;
  color: #fff;
}

.legacy-partner-search button:hover,
.legacy-partner-search button:focus-visible {
  border-color: #dc0036;
  background: #dc0036;
}

.legacy-partner-search_powered {
  margin: 6px 8px 0 0;
  text-align: right;
  color: #aaa;
  font-size: 0.75rem;
}

.sutochno-partner-note {
  margin-top: 4px;
  text-align: center;
  color: #6d737b;
}

.sutochno-partner-note summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid #c8cdd3;
  border-radius: 50%;
  cursor: pointer;
  font-size: 15px;
  line-height: 1;
  list-style: none;
}

.sutochno-partner-note summary::-webkit-details-marker {
  display: none;
}

.sutochno-partner-note summary:focus-visible {
  outline: 3px solid #2677d9;
  outline-offset: 3px;
}

.sutochno-partner-note p {
  max-width: 620px;
  margin: 8px auto 0;
  font-size: 12px;
  line-height: 1.45;
}

@media (min-width: 420px) {
  .legacy-carousel .swiper-slide {
    width: calc((100% - 30px) / 2) !important;
    flex-basis: calc((100% - 30px) / 2);
  }

  .legacy-carousel-banners .swiper-slide {
    width: calc((100% - 25px) / 2) !important;
    flex-basis: calc((100% - 25px) / 2);
  }
}

@media (min-width: 600px) {
  .legacy-carousel-banners .swiper-slide {
    width: calc((100% - 50px) / 3) !important;
    flex-basis: calc((100% - 50px) / 3);
  }
}

@media (min-width: 420px) and (max-width: 719px) {
  .areas-slider .legacy-carousel .swiper-slide {
    width: 100% !important;
    flex-basis: 100%;
  }
}

@media (min-width: 720px) {
  .legacy-carousel .swiper-slide {
    width: calc((100% - 60px) / 3) !important;
    flex-basis: calc((100% - 60px) / 3);
  }

  .areas-slider .legacy-carousel .swiper-slide {
    width: calc((100% - 30px) / 2) !important;
    flex-basis: calc((100% - 30px) / 2);
  }

  .legacy-carousel-banners .swiper-slide {
    width: calc((100% - 50px) / 3) !important;
    flex-basis: calc((100% - 50px) / 3);
  }
}

@media (min-width: 820px) {
  .legacy-carousel-banners .swiper-slide {
    width: calc((100% - 75px) / 4) !important;
    flex-basis: calc((100% - 75px) / 4);
  }
}

@media (min-width: 1080px) {
  .legacy-carousel .swiper-slide {
    width: calc((100% - 90px) / 4) !important;
    flex-basis: calc((100% - 90px) / 4);
  }

  .areas-slider .legacy-carousel .swiper-slide {
    width: calc((100% - 60px) / 3) !important;
    flex-basis: calc((100% - 60px) / 3);
  }
}

@media (min-width: 1200px) {
  .legacy-carousel-banners .swiper-slide {
    width: calc((100% - 100px) / 5) !important;
    flex-basis: calc((100% - 100px) / 5);
  }
}

@media (min-width: 1400px) {
  .legacy-carousel .swiper-slide {
    width: calc((100% - 120px) / 5) !important;
    flex-basis: calc((100% - 120px) / 5);
  }

  .areas-slider .legacy-carousel .swiper-slide {
    width: calc((100% - 60px) / 3) !important;
    flex-basis: calc((100% - 60px) / 3);
  }

  .legacy-carousel-banners .swiper-slide {
    width: calc((100% - 100px) / 5) !important;
    flex-basis: calc((100% - 100px) / 5);
  }
}

@media (max-width: 1080px) {
  .legacy-partner-search_header > div:first-child {
    min-width: 0;
    max-width: 54%;
  }

  .legacy-partner-search form {
    grid-template-columns: 1fr 1fr;
  }

  .legacy-partner-search_destination,
  .legacy-partner-search form > button {
    grid-column: 1 / -1;
  }
}

@media (max-width: 719px) {
  #legacy-mobile-search:target {
    display: block !important;
  }

  #modal-menu:target {
    position: fixed;
    z-index: 19000;
    inset: 0 auto 0 0;
    display: block;
    width: min(85vw, 300px);
    padding: 58px 30px 30px;
    overflow-y: auto;
    background: #fff;
    box-shadow: 8px 0 30px rgb(0 0 0 / 28%);
  }

  #modal-menu:target .legacy-modal-close {
    position: absolute;
    top: 10px;
    right: 16px;
    display: block;
    border: 0;
    color: #111;
    font-size: 36px;
    line-height: 1;
  }

  #modal-menu:target li {
    margin-bottom: 16px;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 1.2rem;
  }
}

@media (max-width: 420px) {
  .legacy-partner-search {
    padding: 18px;
  }

  .legacy-partner-search_header {
    flex-direction: column-reverse;
    gap: 18px;
  }

  .legacy-partner-search_header > div:first-child {
    max-width: 100%;
  }

  .legacy-partner-search_header h2 {
    font-size: 1.55rem;
  }

  .legacy-partner-search_header p {
    font-size: 0.95rem;
  }

  .legacy-partner-search_logo {
    font-size: 1.45rem;
  }

  .legacy-partner-search form {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .legacy-partner-search_destination,
  .legacy-partner-search form > button {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .legacy-carousel .swiper-wrapper,
  .filters-list_swiper,
  .legacy-hotel-gallery > .swiper-wrapper,
  .legacy-hotel-thumbs .swiper-wrapper {
    scroll-behavior: auto;
  }

  .catalog-place-buttons .button,
  .filters-list .button {
    transition-duration: 0s !important;
  }
}

/* Local, keyboard-operable replacement for the source Google widget. */
.legacy-recaptcha {
  position: relative;
  box-sizing: border-box;
  display: flex;
  width: 304px;
  max-width: 100%;
  min-height: 78px;
  padding: 10px 12px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  background: #fafafa;
  color: #222;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
}

.legacy-recaptcha__check {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.legacy-recaptcha__check input {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  margin: 0;
  accent-color: #4a90e2;
}

.legacy-recaptcha__brand {
  display: flex;
  margin-left: 12px;
  align-items: center;
  flex-direction: column;
  color: #555;
  line-height: 1.15;
  text-align: center;
}

.legacy-recaptcha__brand strong {
  font-size: 12px;
  font-weight: 500;
}

.legacy-recaptcha__brand small {
  max-width: 90px;
  margin-top: 5px;
  font-size: 8px;
}

.legacy-form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.legacy-profile-password-toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
}

.legacy-profile-password-link label.pseudo {
  color: #08c;
  cursor: pointer;
}

.legacy-profile-password-toggle:focus-visible + .legacy-profile-password-link label.pseudo {
  outline: 2px solid #08c;
  outline-offset: 3px;
}

.legacy-profile-password-field {
  display: none;
}

.legacy-profile-password-toggle:checked + .legacy-profile-password-link {
  display: none;
}

.legacy-profile-password-toggle:checked
  + .legacy-profile-password-link
  + .legacy-profile-password-field {
  display: flex;
}

.legacy-hotel-gallery > .swiper-wrapper {
  display: flex;
  box-sizing: border-box;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
}

.legacy-hotel-gallery > .swiper-wrapper::-webkit-scrollbar,
.legacy-hotel-thumbs .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.legacy-hotel-gallery > .swiper-wrapper > .swiper-slide {
  flex: 0 0 auto;
  scroll-snap-align: start;
}

.legacy-hotel-gallery .hotel-photos__item,
.legacy-hotel-gallery-image {
  display: block;
  width: 100%;
  height: 360px;
}

.legacy-hotel-gallery-image {
  position: relative;
}

.legacy-hotel-gallery-image > img,
.legacy-hotel-gallery-image > noscript > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  border-radius: 6px;
  object-fit: contain;
}

.legacy-hotel-gallery-image > .legacy-gallery-image__asset {
  visibility: hidden;
}

.legacy-hotel-gallery-image[data-image-state='ready'] > .legacy-gallery-image__asset {
  visibility: visible;
}

.legacy-hotel-gallery-image[data-image-state='ready'] > .legacy-gallery-image__placeholder {
  visibility: hidden;
}

.legacy-hotel-gallery-image > img:not([src]) {
  visibility: hidden;
}

.legacy-hotel-gallery > button.swiper-button-next,
.legacy-hotel-gallery > button.swiper-button-prev {
  padding: 0;
  border: 0;
  background-color: transparent;
}

.legacy-hotel-gallery > button.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.legacy-hotel-thumbs .swiper-wrapper {
  display: flex;
  gap: 10px;
  height: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  cursor: grab;
}

.hotel-photos .legacy-hotel-thumbs button.swiper-slide {
  width: calc((100% - 70px) / 8) !important;
  min-width: calc((100% - 70px) / 8);
  flex: 0 0 calc((100% - 70px) / 8);
  margin-right: 0;
  padding: 0;
  border: 0;
  scroll-snap-align: start;
}

.legacy-hotel-thumb-image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.legacy-hotel-thumb-image > img,
.legacy-hotel-thumb-image > noscript > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  border-radius: inherit;
  object-fit: cover;
  pointer-events: none;
}

.legacy-hotel-thumb-image > img:not([src]) {
  visibility: hidden;
}

.legacy-hotel-thumbs button.swiper-slide:focus-visible,
.legacy-hotel-gallery a:focus-visible {
  outline: 3px solid #08f;
  outline-offset: 2px;
  opacity: 1;
}

.legacy-hotel-lightbox {
  position: fixed;
  z-index: 21000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 56px 72px;
  background: rgb(0 0 0 / 92%);
  color: #fff;
}

.legacy-hotel-lightbox img {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 112px);
  object-fit: contain;
}

.legacy-hotel-lightbox button {
  position: fixed;
  z-index: 1;
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 45%);
  border-radius: 50%;
  background: rgb(0 0 0 / 45%);
  color: #fff;
  font: inherit;
  font-size: 26px;
  cursor: pointer;
}

.legacy-hotel-lightbox button:hover,
.legacy-hotel-lightbox button:focus-visible {
  border-color: #fff;
  background: rgb(0 0 0 / 75%);
  outline: 3px solid #fff;
  outline-offset: 2px;
}

.legacy-hotel-lightbox__close {
  top: 18px;
  right: 18px;
}

.legacy-hotel-lightbox__previous {
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}

.legacy-hotel-lightbox__next {
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

.legacy-hotel-lightbox__counter {
  position: fixed;
  bottom: 18px;
  left: 50%;
  padding: 5px 10px;
  transform: translateX(-50%);
  border-radius: 14px;
  background: rgb(0 0 0 / 55%);
  font-size: 13px;
}

.legacy-favourite-button,
.hotel-menu_favourite .legacy-favourite-button {
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.hotel-menu_favourite .legacy-favourite-button svg {
  width: 30px;
  height: 30px;
  fill: #eee;
  transition: fill 0.1s ease-out;
}

.hotel-menu_favourite.active .legacy-favourite-button svg {
  fill: #f00;
}

.legacy-favourite-button:focus-visible {
  border-radius: 50%;
  outline: 3px solid #08f;
  outline-offset: 2px;
}

.catalog-list-item-favourite .legacy-favourite-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 6px;
  background: transparent;
}

.catalog-list-item-favourite .legacy-favourite-button::before {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #fff;
  content: '';
  transform: scale(0);
  transition: transform 0.2s ease-out;
}

.catalog-list-item-favourite .legacy-favourite-button svg {
  position: relative;
  top: 1px;
  right: -0.5px;
  display: block;
  width: 20px;
  height: 20px;
  fill: #fff;
  transition: transform 0.1s ease-out;
}

.catalog-list-item-favourite .legacy-favourite-button:hover svg {
  fill: #fff;
  transform: scale(1.05);
}

.catalog-list-item-favourite.active .legacy-favourite-button::before {
  transform: scale(1);
}

.catalog-list-item-favourite.active .legacy-favourite-button svg {
  fill: #f00;
}

.legacy-modal-trigger {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.legacy-modal-trigger.pseudo {
  border-bottom: 1px dotted currentcolor;
}

.legacy-content-dialog,
.legacy-hotel-contact-dialog {
  width: min(92vw, 680px);
  max-width: 680px;
  max-height: min(88vh, 820px);
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 10px;
  background: transparent;
  box-shadow: 0 16px 55px rgb(0 0 0 / 28%);
}

.legacy-content-dialog::backdrop,
.legacy-hotel-contact-dialog::backdrop {
  background: rgb(5 20 30 / 68%);
  backdrop-filter: blur(2px);
}

.legacy-content-dialog__window,
.legacy-hotel-contact-dialog__window {
  position: relative;
  max-height: min(88vh, 820px);
  padding: 34px;
  overflow: auto;
  border-radius: 10px;
  background: #fff;
  color: #111;
}

.legacy-content-dialog__close,
.legacy-hotel-contact-dialog__close {
  position: absolute;
  z-index: 2;
  top: 8px;
  right: 8px;
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #444;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.legacy-content-dialog__close:hover,
.legacy-content-dialog__close:focus-visible,
.legacy-hotel-contact-dialog__close:hover,
.legacy-hotel-contact-dialog__close:focus-visible {
  background: #f0f2f4;
  outline: 2px solid #08f;
}

.legacy-content-dialog table {
  width: 100%;
}

/* Exact legacy call-feedback state restored from _modal-hotel-contacts.scss. */
.modal-hotel-contacts__question {
  display: none;
  padding: 30px 10px;
  border-radius: 6px;
  background: #f0f4f8;
  box-shadow: inset 0 0 1px rgb(0 0 0 / 10%);
  font-size: 1rem;
  text-align: center;
}

.modal-hotel-contacts__question-text,
.modal-hotel-contacts__question-thankyou {
  font-size: 1rem;
}

.modal-hotel-contacts__question-thankyou {
  display: none;
}

.modal-hotel-contacts__question-buttons {
  margin-top: 20px;
}

.modal-hotel-contacts__question-buttons .button {
  width: 120px;
  margin: 0 10px;
  text-align: center;
}

.modal-hotel-contacts.-ask .modal-hotel-contacts__question,
.modal-hotel-contacts.-asked .modal-hotel-contacts__question-thankyou {
  display: block;
}

.modal-hotel-contacts.-asked .modal-hotel-contacts__question-text,
.modal-hotel-contacts.-asked .modal-hotel-contacts__question-buttons {
  display: none;
}

.legacy-hotel-contact-clock {
  font-variant-numeric: tabular-nums;
}

.legacy-hotel-contact-error {
  margin-top: 14px;
  color: #b40000;
  font-size: 0.9rem;
}

@media (max-width: 720px) {
  .modal-hotel-contacts__question-buttons .button {
    width: 100px;
  }
}

.legacy-content-dialog th,
.legacy-content-dialog td {
  padding: 8px 10px;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.legacy-review-dialog .modal-block-default {
  display: block;
}

.legacy-review-dialog .modal-block-success {
  display: none;
}

.legacy-review-dialog.-success .modal-block-default {
  display: none;
}

.legacy-review-dialog.-success .modal-block-success {
  display: block;
}

.legacy-review-dialog .modal-header {
  position: relative;
  z-index: 0;
  padding-bottom: 36px;
  margin-bottom: 60px;
  color: #000;
  font-family: 'Montserrat', 'Helvetica Neue', sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
}

.legacy-review-dialog .modal-header::after {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: -100px;
  height: 2px;
  border-radius: 2px;
  background: #f90;
  content: '';
  opacity: 0;
  transform: translateX(-200px);
  transition:
    opacity 0.4s ease-out 0.15s,
    transform 0.4s ease-out 0.15s;
}

.legacy-review-dialog[open] .modal-header::after {
  opacity: 1;
  transform: translateX(0);
}

.legacy-review-dialog .modal-form .field {
  display: flex;
  width: 100%;
  margin-top: 26px;
}

.legacy-review-dialog .modal-form .field:first-child {
  margin-top: 0;
}

.legacy-review-dialog .modal-form .field-name {
  flex: 0 0 30%;
  padding-top: 6px;
}

.legacy-review-dialog .modal-form .field-name label,
.legacy-review-dialog .modal-form .field-name > span {
  color: #666;
  font-size: 0.95rem;
  font-weight: 500;
}

.legacy-review-dialog .modal-form .field-name.-green label {
  color: rgb(0 170 0 / 80%);
}

.legacy-review-dialog .modal-form .field-name.-red label {
  color: rgb(255 0 0 / 80%);
}

.legacy-review-dialog .modal-form .field-element {
  flex: 0 0 70%;
  margin-left: auto;
}

.legacy-review-dialog .modal-form .field-element input[type='checkbox'] {
  margin-right: 4px;
}

.legacy-review-dialog .modal-form .field-element label[for^='review-agree-'] {
  font-size: 0.9rem;
}

.legacy-review-dialog .modal-form .field-element .button {
  height: 46px;
  padding: 0 30px;
  margin-top: 5px;
  border-radius: 23px;
  font-size: 1.2rem;
  line-height: 46px;
}

.legacy-review-dialog .modal-text {
  padding: 60px 0;
  font-size: 1.2rem;
  text-align: center;
}

.legacy-review-rating {
  position: relative;
}

.legacy-review-rating > input {
  position: absolute;
  width: 1px;
  height: 1px;
  display: block;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  border: 0;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.legacy-review-rating > label::before {
  margin: 0 5px;
  content: '★';
  font-family: inherit;
  font-size: 1.8rem;
  line-height: 1;
}

.legacy-review-rating > input:focus-visible + label {
  border-radius: 3px;
  outline: 2px solid #08f;
  outline-offset: 2px;
}

.legacy-review-dialog .field.invalid input:not([type='submit']),
.legacy-review-dialog .field.invalid textarea {
  border-color: #d33;
}

.legacy-review-errors {
  margin: 22px 0 0 30%;
  padding-left: 14px;
  border-left: 3px solid #d33;
  color: #a00;
  font-size: 0.9rem;
  line-height: 1.45;
}

.legacy-review-dialog input[type='submit']:disabled {
  cursor: default;
  opacity: 0.7;
}

.legacy-hotel-map {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
  background-color: #e9f1f4;
  background-image:
    linear-gradient(30deg, transparent 45%, rgb(255 255 255 / 80%) 46% 54%, transparent 55%),
    linear-gradient(120deg, transparent 45%, rgb(255 255 255 / 80%) 46% 54%, transparent 55%);
  background-size: 78px 78px;
}

.legacy-hotel-map::before,
.legacy-hotel-map::after {
  position: absolute;
  left: 50%;
  content: '';
  transform: translateX(-50%);
}

.legacy-hotel-map::before {
  top: 88px;
  width: 34px;
  height: 34px;
  transform: translateX(-50%) rotate(45deg);
  border-radius: 50% 50% 50% 0;
  background: #1689d8;
  box-shadow: 0 4px 14px rgb(0 0 0 / 22%);
}

.legacy-hotel-map::after {
  top: 97px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
}

.legacy-hotel-map[data-map-status='ready'] {
  background: #e9f1f4;
}

.legacy-hotel-map[data-map-status='ready']::before,
.legacy-hotel-map[data-map-status='ready']::after {
  display: none;
}

.legacy-hotel-map__canvas {
  position: absolute;
  inset: 0;
}

.legacy-hotel-map__fallback {
  position: absolute;
  z-index: 2;
  right: 12px;
  bottom: 12px;
  left: 12px;
  display: block;
  padding: 9px 12px;
  border: 1px solid rgb(0 123 255 / 35%);
  border-radius: 4px;
  background: rgb(255 255 255 / 92%);
  color: #0677c8;
  font-size: 0.8rem;
  text-align: center;
}

.legacy-hotel-map__fallback:hover,
.legacy-hotel-map__fallback:focus-visible {
  border-color: #0677c8;
  color: #034f86;
}

.legacy-hotels-map {
  position: relative;
  overflow: hidden;
  background: #e9f1f4;
}

.legacy-hotels-map__canvas {
  position: absolute;
  inset: 14px;
}

.legacy-hotels-map__fallback {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  padding: 9px 16px;
  border: 1px solid rgb(0 123 255 / 35%);
  border-radius: 4px;
  background: #fff;
  color: #0677c8;
  font-size: 0.9rem;
  text-align: center;
  transform: translate(-50%, -50%);
}

.legacy-hotels-map__fallback:hover,
.legacy-hotels-map__fallback:focus-visible {
  border-color: #0677c8;
  color: #034f86;
}

/* Preserve the legacy palette while meeting WCAG AA for combinations that were too pale. */
.breadcrumbs ul li.back .button {
  color: #767676 !important;
}

.breadcrumbs ul.medium-hide li a {
  border-color: rgb(102 102 102 / 20%);
  color: #666;
}

.catalog-place-buttons .button span {
  color: #666;
  opacity: 1;
}

.catalog-place-buttons .button:hover,
.catalog-place-buttons .button:focus-visible,
.catalog-place-buttons .button.active,
.catalog-place-buttons .button:hover span,
.catalog-place-buttons .button:focus-visible span,
.catalog-place-buttons .button.active span {
  color: #111;
}

.legacy-partner-search_header p,
.legacy-partner-search_powered {
  color: #666;
}

.legacy-partner-search button {
  border-color: #d90d3d;
  background: #d90d3d;
}

.legacy-partner-search button:hover,
.legacy-partner-search button:focus-visible {
  border-color: #b90932;
  background: #b90932;
}

.catalog-slider + .text-center .button.-primary {
  border-color: #0077b3;
  background-color: #0077b3;
}

.booking-form .field.-button input.button {
  color: #111;
}

.booking-form .booking-form-warning {
  color: #666;
}

.button.-blue {
  border-color: #06739f;
  background-color: #06739f;
}

.button.-blue:hover,
.button.-blue.hover {
  border-color: #00658f;
  background-color: #00658f;
}

.button.-orange,
.button.-orange:visited,
.button.-orange:hover,
.button.-orange:focus-visible {
  color: #111 !important;
}

.hotel-rooms__prices-comment,
.registryInfo > .legacy-modal-trigger {
  color: #767676;
}

.catalog-item_address,
.catalog-item_price-comment {
  color: #767676;
}

.registryInfo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  max-width: 180px;
  margin-top: 16px;
  padding: 8px;
  border: 1px solid #999;
  border-radius: 8px;
  line-height: 1;
}

.registryInfo > .legacy-modal-trigger {
  border: 0;
  color: #767676;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.registryInfo > .legacy-modal-trigger:hover {
  color: #666;
}

.registryInfo > svg {
  width: 16px;
  height: 16px;
  stroke: #999;
}

.hotel-registry {
  margin: 24px 0;
}

#rooms,
#description,
#map,
#video,
#reviews,
[id^='room-'] {
  scroll-margin-top: 40px;
}

.block-catalog-open-video .video {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 6px;
  background: #111;
}

.block-catalog-open-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.rating-selected {
  display: inline-flex;
  flex-direction: row;
}

.rating-selected .full::before {
  color: #ddd;
  content: '★';
}

.rating-selected .full.selected::before {
  color: #ffc700;
}

.legacy-review-hotel-link {
  display: inline-flex;
  min-height: 24px;
  margin: -2px 0;
  padding: 2px 0;
  align-items: center;
}

html[class*='url-reviews'] .breadcrumbs .medium-hide a,
html[class*='url-reviews'] .reviews-all-item .reviews-all-item_hotel-meta,
html[class*='url-reviews'] .reviews-all-item .reviews-all-item_hotel-meta a {
  color: #666;
}

html.url-price .breadcrumbs a,
html.url-user-agreement .breadcrumbs a,
html.url-sitemap .breadcrumbs a {
  color: #666;
  border-color: rgb(102 102 102 / 20%);
}

html.url-sitemap .sitemap-count {
  margin-left: 4px;
  color: #666;
  font-size: 0.8rem;
}

html[class*='-search'] .breadcrumbs ul li a {
  color: #666;
  border-color: rgb(102 102 102 / 20%);
}

html[class*='-search'] .search-filter__value.-off {
  opacity: 0.75;
}

html[class*='-search'] .catalog-tools_view-order a.active {
  background-color: #1677a6;
}

html[class*='-search'] .catalog-list-item-address,
html[class*='-search'] .catalog-list-item .catalog-list-item-price .catalog-list-item-price-comment,
html[class*='-search'] .catalog-selector.-places ul li a i,
html[class*='-search'] .catalog-selector.-places ul li a span {
  color: #666;
}

html[class*='-search'] .catalog-selector.-places ul li a i,
html[class*='-search'] .catalog-selector.-places ul li a span {
  opacity: 1;
}

html[class*='-search'] .catalog-selector.-places h4 a i {
  color: #666;
}

/* Preserve the source room block while meeting WCAG contrast on its #f7f8f9 panel. */
html[class*='-search'] .catalog-list-item-rooms-header {
  color: #666;
}

html[class*='-search'] .catalog-list-item-room .item-price {
  color: #0a6f8a;
}

/* Source artwork with a modern responsive encoding and exact JPEG fallback. */
.header_background {
  background-image: image-set(
    url('/parity/header-bg-2000.avif') type('image/avif'),
    url('/i/header-bg.jpg') type('image/jpeg')
  ) !important;
  transform: none;
  will-change: auto;
}

@media (max-width: 1200px) {
  .header_background {
    background-image: image-set(
      url('/parity/header-bg-1200.avif') type('image/avif'),
      url('/i/header-bg.jpg') type('image/jpeg')
    ) !important;
  }
}

@media (max-width: 720px) {
  .header_background {
    background-image: image-set(
      url('/parity/header-bg-720.avif') type('image/avif'),
      url('/i/header-bg.jpg') type('image/jpeg')
    ) !important;
  }
}

/*
 * The source bundle promotes every Swiper/reveal block to a compositor layer.
 * Native scrollers and server-rendered final states do not need those hints;
 * retaining them makes decoded images briefly repaint over neighbouring cards.
 */
.legacy-carousel .swiper-wrapper,
.legacy-hotel-gallery > .swiper-wrapper,
.legacy-hotel-thumbs .swiper-wrapper {
  transform: none;
  will-change: auto;
}

.is-appeared.appeared {
  opacity: 1;
  transform: none;
  transition: none;
  will-change: auto;
}

.hotel-photos .legacy-hotel-thumbs button.swiper-slide {
  contain: layout paint;
  isolation: isolate;
  transition: none;
}

/* The legacy :hover selector is more specific than its active selector (0.8 vs 1). */
.hotel-photos .legacy-hotel-thumbs button.swiper-slide-thumb-active:hover {
  opacity: 1;
}

.header_logo a {
  background-image: url('/parity/logo-long-desktop.png');
}

@media (max-width: 1080px) {
  .header_logo a {
    background-image: url('/parity/logo-long-tablet.png');
  }
}

@media (max-width: 720px) {
  .header_logo a {
    background-image: url('/parity/logo-long-mobile.png');
  }
}

@media (max-width: 1000px) {
  .hotel-photos .legacy-hotel-thumbs button.swiper-slide {
    width: calc((100% - 60px) / 7) !important;
    min-width: calc((100% - 60px) / 7);
    flex-basis: calc((100% - 60px) / 7);
  }
}

@media (max-width: 800px) {
  .hotel-photos .legacy-hotel-thumbs button.swiper-slide {
    width: calc((100% - 50px) / 6) !important;
    min-width: calc((100% - 50px) / 6);
    flex-basis: calc((100% - 50px) / 6);
  }
}

@media (max-width: 600px) {
  .hotel-photos .legacy-hotel-thumbs button.swiper-slide {
    width: calc((100% - 40px) / 5) !important;
    min-width: calc((100% - 40px) / 5);
    flex-basis: calc((100% - 40px) / 5);
  }

  .legacy-hotel-lightbox {
    padding: 64px 12px;
  }

  .legacy-content-dialog__window,
  .legacy-hotel-contact-dialog__window {
    padding: 52px 20px 24px;
  }

  .legacy-review-dialog .modal-header {
    padding-bottom: 26px;
    margin-bottom: 38px;
    font-size: 2.2rem;
  }

  .legacy-review-dialog .modal-form .field {
    flex-direction: column;
    margin-top: 20px;
  }

  .legacy-review-dialog .modal-form .field-name,
  .legacy-review-dialog .modal-form .field-element {
    flex: 0 0 100%;
  }

  .legacy-review-dialog .modal-form .field-element {
    margin-top: 4px;
    margin-left: 0;
  }

  .legacy-review-errors {
    margin-left: 0;
  }
}

@media (max-width: 420px) {
  .legacy-review-dialog .modal-header {
    font-size: 1.8rem;
  }
}

@media (max-width: 400px) {
  .hotel-photos .legacy-hotel-thumbs button.swiper-slide {
    width: calc((100% - 30px) / 4) !important;
    min-width: calc((100% - 30px) / 4);
    flex-basis: calc((100% - 30px) / 4);
  }
}

/* SEO-010: state-first recovery keeps the legacy visual language and avoids
 * presenting a dead end or unverified commercial data. */
.legacy-smart-fallback {
  margin-top: 20px;
  padding: 28px;
  border: 1px solid #dce5eb;
  border-radius: 4px;
  background: #f7f9fa;
}

.legacy-smart-fallback__intro h2 {
  margin: 0;
  color: #111;
  font-size: 24px;
  line-height: 1.25;
}

.legacy-smart-fallback__intro p,
.legacy-smart-fallback__empty {
  max-width: 720px;
  margin: 10px 0 0;
  color: #5f6770;
  line-height: 1.55;
}

.legacy-smart-fallback__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.legacy-smart-fallback__item {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e1e7eb;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 6px 18px rgb(28 48 61 / 6%);
}

.legacy-smart-fallback__link {
  display: flex;
  height: 100%;
  color: inherit;
  text-decoration: none;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.legacy-smart-fallback__link:hover,
.legacy-smart-fallback__link:focus-visible {
  color: inherit;
  box-shadow: 0 10px 28px rgb(28 48 61 / 13%);
  transform: translateY(-2px);
}

.legacy-smart-fallback__link:focus-visible {
  outline: 3px solid #8fc4e4;
  outline-offset: -3px;
}

.legacy-smart-fallback__photo {
  flex: 0 0 132px;
  min-height: 150px;
  background: #e9eef1;
}

.legacy-smart-fallback__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.legacy-smart-fallback__content {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.legacy-smart-fallback__content strong {
  color: #111;
  font-size: 17px;
  line-height: 1.3;
}

.legacy-smart-fallback__location,
.legacy-smart-fallback__reason,
.legacy-smart-fallback__source {
  display: block;
  margin-top: 7px;
  color: #69727a;
  font-size: 13px;
  line-height: 1.4;
}

.legacy-smart-fallback__reason {
  color: #3f4c55;
}

.legacy-smart-fallback__action {
  display: block;
  margin-top: auto;
  padding-top: 16px;
  color: #1685c4;
  font-weight: 600;
}

.legacy-smart-fallback__search {
  display: inline-block;
  margin-top: 22px;
}

@media (prefers-reduced-motion: reduce) {
  .legacy-smart-fallback__link {
    transition: none;
  }
}

@media (max-width: 760px) {
  .legacy-smart-fallback {
    padding: 22px 18px;
  }

  .legacy-smart-fallback__items {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 460px) {
  .legacy-smart-fallback__link {
    flex-direction: column;
  }

  .legacy-smart-fallback__photo {
    min-height: 170px;
    flex-basis: 170px;
  }
}
