/* Generated by vite-plugin-svg-spritemap */
.swiper {
  overflow: hidden;
}

.swiper-initialized {
  touch-action: pan-y;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  transform: translate3d(0rem, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

.rooms-head {
  position: relative;
}
.rooms-head .block-title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.rooms-head .block-title span {
  font-family: Unbounded;
  font-size: 1.625rem;
  display: block;
  width: 100%;
  font-weight: 400;
  margin-top: 0.9375rem;
}
.rooms-head__comment {
  text-align: center;
  font-style: italic;
  line-height: 1.2;
  margin-top: 2.75rem;
  display: block;
  font-size: 1.25rem;
}
.media-carousel .swiper-initialized .swiper-slide {
  height: auto !important;
}
.media-carousel a, .media-carousel .photo-exterior__slide, .media-carousel .photo-interior__slide {
  height: 100% !important;
}
.media-carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0.125rem solid #ba8600;
  border-radius: 0.1875rem;
}
.media-carousel video {
  width: 100%;
  max-width: 100%;
}

.swiper-button-prev, .swiper-button-next {
  width: 3.5rem;
  height: 3.5rem;
  background: #ba8600;
  border-radius: 0.5rem;
  z-index: 9;
  transition: all 0.3s;
}
.swiper-button-prev svg, .swiper-button-next svg {
  fill: #fff;
  width: 1.0625rem;
  height: 1rem;
}

.swiper-button-prev.video-exterior-prev, .swiper-button-prev.photo-exterior-prev, .swiper-button-prev.video-interior-prev, .swiper-button-prev.photo-interior-prev, .swiper-button-prev.photo-adaptwidth-prev {
  position: absolute;
  top: calc(50% - 1.75rem);
  left: 0.3125rem;
}

.swiper-button-next.video-exterior-next, .swiper-button-next.photo-exterior-next, .swiper-button-next.video-interior-next, .swiper-button-next.photo-interior-next, .swiper-button-next.photo-adaptwidth-next {
  position: absolute;
  top: calc(50% - 1.75rem);
  right: 0.3125rem;
}
.swiper-button-next svg {
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.photo-adaptwidth__slider .swiper-slide {
  width: auto;
}
.photo-adaptwidth__slider .swiper-slide img {
  height: 100%;
  width: auto;
  max-height: 31.25rem;
}
.photo-adaptwidth__slide-text {
  text-align: center;
  display: block;
  width: 100%;
  line-height: 1.5;
  margin-top: 0.9375rem;
}
@media (max-width: 29.99875em) {
  .media-carousel:first-child {
    margin-top: 3.375rem;
  }
}
@media (max-width: 22.5em) {
  .rooms-head {
    padding-top: 2.5rem;
  }
  .rooms-head {
    padding-bottom: 2.5rem;
  }
  .media-carousel {
    padding-top: 1.875rem;
  }
  .media-carousel {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 22.5em) and (max-width: 71.375em) {
  .rooms-head {
    padding-top: clamp( 2.5rem , 1.92455242966875rem  +  2.557544757vw , 3.75rem );
  }
  .rooms-head {
    padding-bottom: clamp( 2.5rem , 1.92455242966875rem  +  2.557544757vw , 3.75rem );
  }
  .media-carousel {
    padding-top: clamp( 1.875rem , 1.0118286445rem  +  3.8363171355vw , 3.75rem );
  }
  .media-carousel {
    padding-bottom: clamp( 1.875rem , 1.0118286445rem  +  3.8363171355vw , 3.75rem );
  }
}
@media (min-width: 29.99875em) and (max-width: 61.99875em) {
  .media-carousel:first-child {
    margin-top: clamp( 3.375rem , 2.0859912109375rem  +  4.296875vw , 4.75rem );
  }
}
@media (min-width: 61.99875em) {
  .media-carousel:first-child {
    margin-top: 4.75rem;
  }
}
@media (min-width: 71.375em) {
  .rooms-head {
    padding-top: 3.75rem;
  }
  .rooms-head {
    padding-bottom: 3.75rem;
  }
  .media-carousel {
    padding-top: 3.75rem;
  }
  .media-carousel {
    padding-bottom: 3.75rem;
  }
}
@media (any-hover: hover) {
  .swiper-button-prev:hover, .swiper-button-next:hover {
    background-color: #11023b;
  }
  .swiper-button-prev:hover svg, .swiper-button-next:hover svg {
    fill: #ffffff;
  }
}