/* stylelint-disable */
/* stylelint-disable max-line-length */
:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl-3: 1750px;
  --breakpoint-xl-2: 1700px;
  --breakpoint-xl-1: 1640px;
  --breakpoint-xl: 1440px;
  --breakpoint-lg: 1280px;
  --breakpoint-md: 1024px;
  --breakpoint-md-s: 992px;
  --breakpoint-sm: 768px;
  --breakpoint-sm-x: 640px;
  --breakpoint-xs: 512px;
  --breakpoint-xxs: 390px;
  --breakpoint-xxs-2: 350px;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
.term-item__img {
  aspect-ratio: 440/550;
  background-color: var(--sk-color-gray);
}
.term-item picture {
  display: block;
  height: 100%;
  width: 100%;
}
.term-item a {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.term-item__info {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 40px;
  min-height: 174px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.94));
}
.term-item__title {
  font-size: var(--sk-text--title);
  text-transform: uppercase;
  margin-bottom: 4px;
  line-height: 1.5;
  color: var(--sk-color-white);
}
.term-item__description {
  color: var(--sk-color-white);
}
.term-item__description p {
  margin-bottom: 4px;
}
.term-item__description p:last-child {
  margin-bottom: 0;
}

.roms-rates__item .item__img {
  aspect-ratio: 415/450;
  overflow: hidden;
  margin-bottom: 50px;
  background-color: var(--sk-color-gray);
}
.roms-rates__item .item__title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: var(--sk-text--h4);
  margin-bottom: 12px;
}
.roms-rates__item .item__specs {
  min-height: 30px;
  margin-bottom: 30px;
}
.roms-rates__item .item__specs .spec-item {
  display: inline-block;
  padding-right: 21px;
  margin-right: 20px;
  position: relative;
}
.roms-rates__item .item__specs .spec-item::after {
  content: "|";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.roms-rates__item .item__specs .spec-item:last-child {
  padding-right: 0;
  margin-right: 0;
}
.roms-rates__item .item__specs .spec-item:last-child::after {
  display: none;
}
.roms-rates__item .item__description {
  margin-bottom: 30px;
}
.roms-rates__item .item__from-price {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.roms-rates__item .item__price {
  font-size: var(--sk-text--h3);
}

.hotel-hero {
  min-height: 100vh;
  padding-top: 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 1024px) {
  .hotel-hero {
    padding-top: 100px;
  }
}
.hotel-hero::after {
  position: absolute;
  background-color: var(--sk-color-black);
  opacity: 0.3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.hotel-hero__img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.hotel-hero__title {
  margin-bottom: 38px;
  text-transform: uppercase;
}
.hotel-hero__wrapper {
  max-width: 666px;
  width: 100%;
  position: relative;
  z-index: 10;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .hotel-hero__check-rate-desktop.sk-btn {
    display: none;
  }
}
.hotel-hero__nav {
  border-top: 1px solid var(--sk-color-white);
  position: relative;
  z-index: 10;
  transition: 0.4s;
  transition-timing-function: ease-in-out;
}
@media (min-width: 768px) {
  .hotel-hero__nav.sticky {
    position: fixed;
    top: 0;
    left: 192px;
    right: 0;
    background-color: var(--sk-color-white);
    border-top: 1px solid var(--sk-color-black);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  }
  .hotel-hero__nav.sticky .hotel-hero__nav-item {
    color: var(--sk-color-black);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hotel-hero__nav.sticky {
    left: 0;
    top: 80px;
  }
}
.hotel-hero__nav-container--wrapper {
  padding: 60px 0;
  max-width: 1250px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .hotel-hero__nav-container--wrapper {
    padding: 30px 0;
  }
}
@media (max-width: 1024px) {
  .hotel-hero__nav-container--wrapper {
    padding: 20px 0;
  }
  .hotel-hero__nav-container--wrapper.not-blh {
    flex-direction: column;
  }
}
@media (max-width: 512px) {
  .hotel-hero__nav-container--wrapper {
    flex-direction: column;
  }
}
.hotel-hero .search-input-wrapper {
  margin: 138px 0 50px;
}
.hotel-hero__nav-wrapper {
  margin: 0;
  list-style: none;
  display: flex;
  gap: 20px 40px;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0;
}
.hotel-hero__nav-item {
  color: var(--sk-color-white);
  margin-bottom: 10px;
  line-height: var(--sk-line-height--p);
  font-size: var(--sk-text--p);
  cursor: pointer;
  text-transform: uppercase;
  width: auto;
}
.hotel-hero__nav-item .hover-underline::after {
  background-color: currentColor;
  transition: width 0.4s ease-in-out;
}
.hotel-hero__nav-item.active {
  cursor: default;
}
.hotel-hero__nav-item.active .hover-underline {
  cursor: inherit;
}
.hotel-hero__nav-item.active .hover-underline::after {
  width: 100%;
}
@media (max-width: 768px) {
  .hotel-hero__nav-item {
    width: auto;
  }
}
@media (max-width: 390px) {
  .hotel-hero__nav-item {
    padding: 0;
  }
}
.hotel-hero__nav-item {
  transition: 0.4s;
  transition-timing-function: ease-in-out;
}
.hotel-hero__nav-item:hover, .hotel-hero__nav-item:active, .hotel-hero__nav-item:focus, .hotel-hero__nav-item:focus-within {
  opacity: 0.8;
}
.hotel-hero__check-rate-wrapper {
  display: flex;
  padding-left: 20px;
}
@media (max-width: 1024px) {
  .hotel-hero__check-rate-wrapper {
    padding-left: 0;
    justify-content: flex-end;
  }
  .hotel-hero__check-rate-wrapper.not-blh {
    padding-top: 20px;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .hotel-hero__check-rate-wrapper.not-blh .hotel-hero__button.sk-btn {
    min-width: auto;
    height: 48px;
    margin-top: 0;
    margin-left: 10px;
  }
}
@media (max-width: 1024px) and (max-width: 390px) {
  .hotel-hero__check-rate-wrapper.not-blh .hotel-hero__button.sk-btn {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .hotel-hero__check-rate-wrapper {
    justify-content: flex-start;
  }
}
@media (max-width: 390px) {
  .hotel-hero__check-rate-wrapper {
    flex-direction: column;
    padding-top: 14px;
  }
}
.hotel-hero__from-price {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  cursor: auto;
}
@media (max-width: 1280px) {
  .hotel-hero__from-price--desktop {
    display: none;
  }
}
.hotel-hero__from-price--mobile {
  display: none;
}
@media (max-width: 1280px) {
  .hotel-hero__from-price--mobile {
    display: block;
  }
}
.hotel-hero__from-price.average-price-hidden {
  margin-right: 15px;
}
.hotel-hero__from-price.average-price-hidden .styles-averagePrice-LRPpC {
  display: none;
}
.hotel-hero__price {
  font-size: var(--sk-text--h3);
}
.hotel-hero__button.sk-btn {
  height: 54px;
  color: var(--sk-color-black);
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 5px;
}
@media (max-width: 512px) {
  .hotel-hero__button.sk-btn {
    margin-left: 0;
    margin-top: 10px;
  }
}

.hotel-tabs {
  margin-top: 140px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .hotel-tabs {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  .hotel-tabs {
    margin-top: 70px;
  }
}
.hotel-tabs__item {
  position: absolute;
  left: var(--sk-container-padding);
  right: var(--sk-container-padding);
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transition-timing-function: ease-in-out;
}
.hotel-tabs__item.active {
  position: static;
  visibility: visible;
  opacity: 1;
}
.hotel-tabs__item .hotel-overview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 76px 100px;
}
@media (max-width: 1280px) {
  .hotel-tabs__item .hotel-overview {
    grid-gap: 70px;
  }
}
@media (max-width: 768px) {
  .hotel-tabs__item .hotel-overview {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .hotel-tabs__item .hotel-overview {
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }
}
.hotel-tabs__item .hotel-overview ul,
.hotel-tabs__item .hotel-overview p,
.hotel-tabs__item .hotel-overview ol {
  margin: 0 0 17px;
}
.hotel-tabs__item .hotel-overview ul:last-child,
.hotel-tabs__item .hotel-overview p:last-child,
.hotel-tabs__item .hotel-overview ol:last-child {
  margin-bottom: 0;
}
.hotel-tabs__item .hotel-overview ul {
  list-style: none;
  padding-left: 0;
}
.hotel-tabs__item .hotel-overview ul li {
  position: relative;
  padding-left: 12px;
  margin-bottom: 17px;
}
.hotel-tabs__item .hotel-overview ul li:last-child {
  margin-bottom: 0;
}
.hotel-tabs__item .hotel-overview ul li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}
.hotel-tabs__item .hotel-overview__title {
  margin-bottom: 43px;
}
.hotel-tabs__item .hotel-overview__title p,
.hotel-tabs__item .hotel-overview__title ul,
.hotel-tabs__item .hotel-overview__title ol,
.hotel-tabs__item .hotel-overview__title span {
  font-size: inherit;
  line-height: inherit;
}
.hotel-tabs__item .hotel-overview__subtitle {
  font-size: var(--sk-text--h4);
  line-height: 1.2;
  margin-bottom: 17px;
  font-weight: 500;
}
.hotel-tabs__item .hotel-overview__text {
  grid-column: 1/3;
}
@media (max-width: 768px) {
  .hotel-tabs__item .hotel-overview__text {
    grid-column: auto;
  }
}
.hotel-tabs__item .hotel-overview__info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px 20px;
  max-width: 300px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .hotel-tabs__item .hotel-overview__info {
    grid-column: 1/3;
  }
}
@media (max-width: 768px) {
  .hotel-tabs__item .hotel-overview__info {
    grid-column: auto;
  }
}
.hotel-tabs__item .hotel-logos_wrapper {
  display: contents;
}
.hotel-tabs__item .hotel-logos_wrapper .hotel-logos_item {
  display: flex;
  flex-direction: column;
}
.hotel-tabs__item .hotel-logos_wrapper .hotel-logos_item .hotel-logos-title {
  font-size: var(--sk-text--p);
  line-height: 1.2;
  margin-bottom: 17px;
  font-weight: 500;
}
.hotel-tabs__item .hotel-logos_wrapper .hotel-logos_item img {
  width: 50px;
  height: auto;
  max-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.hotel-tabs__item .hotel-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 27px;
  grid-auto-flow: dense;
  grid-column-gap: 50px;
}
@media (max-width: 992px) {
  .hotel-tabs__item .hotel-gallery {
    grid-column-gap: 25px;
    grid-auto-rows: 22px;
  }
}
@media (max-width: 512px) {
  .hotel-tabs__item .hotel-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.hotel-tabs__item .hotel-gallery__item {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .hotel-tabs__item .hotel-gallery__item {
    margin-bottom: 25px;
  }
}
.hotel-tabs__item .hotel-gallery__item span {
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.hotel-tabs__item .hotel-gallery__item--column-1 {
  grid-row: span 14;
  grid-column: 1;
}
@media (max-width: 512px) {
  .hotel-tabs__item .hotel-gallery__item--column-1 {
    grid-column: auto;
  }
}
.hotel-tabs__item .hotel-gallery__item--column-2 {
  grid-row: span 11;
  grid-column: 2;
}
.hotel-tabs__item .hotel-gallery__item--column-2:nth-child(9n+8), .hotel-tabs__item .hotel-gallery__item--column-2:nth-child(7) {
  grid-row: span 18;
}
@media (max-width: 512px) {
  .hotel-tabs__item .hotel-gallery__item--column-2 {
    grid-column: auto;
  }
}
.hotel-tabs__item .hotel-gallery__item--column-3 {
  grid-row: span 9;
  grid-column: 3;
}
.hotel-tabs__item .hotel-gallery__item--column-3:nth-child(even) {
  grid-row: span 20;
}
@media (max-width: 512px) {
  .hotel-tabs__item .hotel-gallery__item--column-3 {
    grid-column: auto;
  }
}
.hotel-tabs__item .hotel-offers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 78px;
}
@media (max-width: 1280px) {
  .hotel-tabs__item .hotel-offers {
    grid-gap: 50px;
  }
}
@media (max-width: 1024px) {
  .hotel-tabs__item .hotel-offers {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 512px) {
  .hotel-tabs__item .hotel-offers {
    grid-template-columns: 1fr;
  }
}
.hotel-tabs__item .hotel-location {
  display: flex;
  gap: 47px;
}
@media (max-width: 992px) {
  .hotel-tabs__item .hotel-location {
    flex-direction: column-reverse;
  }
}
.hotel-tabs__item .hotel-location__map {
  aspect-ratio: 877/623;
  width: 100%;
  max-width: 877px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .hotel-tabs__item .hotel-location__map {
    max-width: 100%;
  }
}
@media (max-width: 512px) {
  .hotel-tabs__item .hotel-location__map {
    aspect-ratio: 1/1.4;
  }
}
.hotel-tabs__item .hotel-location__map #location-map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hotel-tabs__item .hotel-location__map #marker {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--sk-color-second);
}
.hotel-tabs__item .hotel-location__map .mapboxgl-popup {
  max-width: 250px !important;
}
.hotel-tabs__item .hotel-location__map .mapboxgl-popup .mapboxgl-popup-tip {
  display: none;
}
.hotel-tabs__item .hotel-location__map .mapboxgl-popup .mapboxgl-popup-content {
  background: var(--sk-color-second);
  text-align: center;
  min-height: 250px;
  min-width: 250px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  box-shadow: none;
}
.hotel-tabs__item .hotel-location__map .mapboxgl-popup .mapboxgl-popup-content h3 {
  font-size: var(--sk-text--h4);
  line-height: var(--sk-line-height--h4);
  margin-bottom: 20px;
}
.hotel-tabs__item .hotel-location__map .mapboxgl-popup .mapboxgl-popup-content h3,
.hotel-tabs__item .hotel-location__map .mapboxgl-popup .mapboxgl-popup-content p {
  color: var(--sk-color-white);
}
.hotel-tabs__item .hotel-location__map .mapboxgl-popup .mapboxgl-popup-content .hotel-location__address {
  display: block;
}
.hotel-tabs__item .hotel-location__map .mapboxgl-popup .mapboxgl-popup-content .mapboxgl-popup-close-button {
  display: none;
}
.hotel-tabs__item .hotel-location__map .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl {
  margin: 0 30px 30px 0;
}
.hotel-tabs__item .hotel-location__info {
  width: 100%;
  max-width: 375px;
}
@media (max-width: 992px) {
  .hotel-tabs__item .hotel-location__info {
    max-width: 100%;
  }
}
.hotel-tabs__item .hotel-location__item {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .hotel-tabs__item .hotel-location__item {
    margin-bottom: 40px;
  }
}
.hotel-tabs__item .hotel-location__item:last-child {
  margin-bottom: 0;
}
.hotel-tabs__item .hotel-location__title {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
}
