/* Generated by vite-plugin-svg-spritemap */
.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;
}
.rooms-head__gallery {
  display: flex;
  justify-content: space-between;
  gap: 1.875rem;
  margin-top: 2.5rem;
}
.rooms-head__gallery img {
  width: calc(50% - 0.9375rem);
  border-radius: 0.25rem;
}
.rooms .tabs__navigation {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.rooms .tabs__title {
  font-weight: 500;
  line-height: 2;
  border-bottom: 0.0625rem solid #fff;
}
.rooms .tabs__body-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: start;
}
.rooms ._tab-active {
  color: #BA8600;
  border-bottom: 0.0625rem solid #BA8600;
}

.rooms-carousel {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 1.25rem;
  width: 53%;
  position: sticky;
  top: 6rem;
}
.rooms-carousel .rooms-carousel__slider {
  height: 33.3125rem;
  width: 6.25rem;
}
.rooms-carousel .rooms-carousel__slider .rooms-carousel__slide {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto !important;
}
.rooms-carousel .rooms-carousel__slider .rooms-carousel__slide-img {
  border-radius: 0.5rem;
  border: 0.0625rem solid #fff;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.rooms-carousel .rooms-carousel__slider .rooms-carousel__slide-img img {
  width: 100%;
  height: auto;
  display: block;
}
.active-slide .rooms-carousel .rooms-carousel__slider .rooms-carousel__slide-img img {
  outline: 0.0625rem solid #000;
}
.rooms-carousel .thumbs-rooms-carousel__slider {
  flex: 1 1 auto;
  width: calc(100% - 7.5rem);
}

.thumbs-rooms-carousel__link {
  width: 100%;
  position: relative;
}
.thumbs-rooms-carousel__link .thumbs-rooms-carousel__mask {
  content: "";
  position: absolute;
  z-index: 20;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.thumbs-rooms-carousel__link .thumbs-rooms-carousel__mask img {
  opacity: 0;
  width: 10%;
  height: auto;
}

.thumbs-rooms-carousel__slide {
  border-radius: 1rem;
  overflow: hidden;
  opacity: 0 !important;
}
.thumbs-rooms-carousel__slide.swiper-slide-active {
  z-index: 10;
  opacity: 1 !important;
}
.thumbs-rooms-carousel__slide img {
  height: auto;
  width: 100%;
}

.swiper-slide-thumb-active .rooms-carousel__slide-img {
  border: 0.0625rem solid #BA8600 !important;
}

.room-elements {
  border: 0.0625rem solid #F3F4F6;
  border-radius: 1rem;
  width: 45%;
}
.room-elements__item {
  display: flex;
  gap: 1.25rem;
  padding: 1.5rem 1.5rem;
}
.room-elements__item:not(:last-child) {
  border-bottom: 0.0625rem solid #F3F4F6;
}
.room-elements__item-img {
  padding: 0.5rem 0 0 0;
}
.room-elements__item-title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0.5rem;
}
.room-elements__item-text {
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(17, 2, 59, 0.7);
}
@media (max-width: 61.99875em) {
  .rooms-carousel .rooms-carousel__slider {
    height: 30.1875rem;
  }
}
@media (max-width: 47.99875em) {
  .rooms .tabs__body-wrapper {
    flex-wrap: wrap;
    gap: 2.5rem;
  }
  .rooms-carousel {
    width: 100%;
    position: relative;
    top: 0;
  }
  .rooms-carousel .rooms-carousel__slider {
    height: 37.0625rem;
  }
  .room-elements {
    width: 100%;
  }
}
@media (max-width: 39.375rem) {
  .rooms-carousel {
    flex-direction: column;
    gap: 0.9375rem;
  }
  .rooms-carousel .rooms-carousel__slider {
    height: auto;
    width: 100%;
    order: 2;
  }
  .rooms-carousel .rooms-carousel__slider .rooms-carousel__slide {
    height: 6.25rem !important;
    overflow: hidden;
    display: flex;
  }
  .rooms-carousel .rooms-carousel__slider .rooms-carousel__slide-img {
    height: 6.25rem !important;
  }
  .rooms-carousel .rooms-carousel__slider .rooms-carousel__slide-img img {
    width: 100%;
    height: 6.25rem;
    object-fit: cover;
  }
  .rooms-carousel .thumbs-rooms-carousel__slider {
    width: 100%;
  }
}
@media (max-width: 29.99875em) {
  .rooms-head__gallery {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .rooms-head__gallery img {
    width: 100%;
  }
}
@media (max-width: 22.5em) {
  .rooms-head {
    padding-top: 2.5rem;
  }
  .rooms-head {
    padding-bottom: 2.5rem;
  }
  .rooms {
    padding-top: 2.5rem;
  }
  .rooms {
    padding-bottom: 2.5rem;
  }
  .rooms .tabs__navigation {
    gap: 0.9375rem;
  }
  .rooms .tabs__navigation {
    margin-bottom: 2.5rem;
  }
  .rooms .tabs__title {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.98) {
  .rooms-carousel__wrapper {
    justify-content: center;
  }
}
@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 );
  }
  .rooms {
    padding-top: clamp( 2.5rem , 1.92455242966875rem  +  2.557544757vw , 3.75rem );
  }
  .rooms {
    padding-bottom: clamp( 2.5rem , 1.92455242966875rem  +  2.557544757vw , 3.75rem );
  }
  .rooms .tabs__navigation {
    gap: clamp( 0.9375rem , 0.50591432225rem  +  1.9181585678vw , 1.875rem );
  }
  .rooms .tabs__navigation {
    margin-bottom: clamp( 2.5rem , 1.92455242966875rem  +  2.557544757vw , 3.75rem );
  }
  .rooms .tabs__title {
    font-size: clamp( 1.25rem , 1.0773657289rem  +  0.7672634271vw , 1.625rem );
  }
}
@media (min-width: 71.375em) {
  .rooms-head {
    padding-top: 3.75rem;
  }
  .rooms-head {
    padding-bottom: 3.75rem;
  }
  .rooms {
    padding-top: 3.75rem;
  }
  .rooms {
    padding-bottom: 3.75rem;
  }
  .rooms .tabs__navigation {
    gap: 1.875rem;
  }
  .rooms .tabs__navigation {
    margin-bottom: 3.75rem;
  }
  .rooms .tabs__title {
    font-size: 1.625rem;
  }
}
@media (any-hover: hover) {
  .thumbs-rooms-carousel__link .thumbs-rooms-carousel__mask:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .thumbs-rooms-carousel__link .thumbs-rooms-carousel__mask:hover img {
    opacity: 1;
  }
}