@font-face {
  font-family: "Lora-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Lora/Lora-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Lora-Italic";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/font/Lora/Lora-Italic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Lora-Bold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/Lora/Lora-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Lora-BoldItalic";
  font-style: italic;
  font-weight: 600;
  src: url("/assets/font/Lora/Lora-BoldItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Thin";
  font-style: normal;
  font-weight: 100;
  src: url("/assets/font/Poppins/Poppins-Thin.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ThinItalic";
  font-style: italic;
  font-weight: 100;
  src: url("/assets/font/Poppins/Poppins-ThinItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraLight";
  font-style: normal;
  font-weight: 200;
  src: url("/assets/font/Poppins/Poppins-ExtraLight.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraLightItalic";
  font-style: italic;
  font-weight: 200;
  src: url("/assets/font/Poppins/Poppins-ExtraLightItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Light";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/font/Poppins/Poppins-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-LightItalic";
  font-style: italic;
  font-weight: 300;
  src: url("/assets/font/Poppins/Poppins-LightItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Poppins/Poppins-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Italic";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/font/Poppins/Poppins-Italic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/font/Poppins/Poppins-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-MediumItalic";
  font-style: italic;
  font-weight: 500;
  src: url("/assets/font/Poppins/Poppins-MediumItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/Poppins/Poppins-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-SemiBoldItalic";
  font-style: italic;
  font-weight: 600;
  src: url("/assets/font/Poppins/Poppins-SemiBoldItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/Poppins/Poppins-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-BoldItalic";
  font-style: italic;
  font-weight: 700;
  src: url("/assets/font/Poppins/Poppins-BoldItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraBold";
  font-style: normal;
  font-weight: 800;
  src: url("/assets/font/Poppins/Poppins-ExtraBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraBoldItalic";
  font-style: italic;
  font-weight: 800;
  src: url("/assets/font/Poppins/Poppins-ExtraBoldItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Black";
  font-style: normal;
  font-weight: 900;
  src: url("/assets/font/Poppins/Poppins-Black.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-BlackItalic";
  font-style: italic;
  font-weight: 900;
  src: url("/assets/font/Poppins/Poppins-BlackItalic.woff2") format("woff2");
  font-display: swap;
}
:root {
  --header-height: 60px;
  --cc-primary-color: #B49F86 !important;
}
.room-about {
  padding: 80px 0;
}
.room-about__content {
  display: flex;
  flex-direction: column;
}
.room-about__title {
  color: #B49F86;
  font-family: "Lora-Regular";
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 33px;
  line-height: 2.0625rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.room-about__description {
  margin: 10px 0 40px;
  color: #65625E;
  font-family: "Poppins-Regular";
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.room-about__seasons {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.room-about__seasons__title {
  color: #576972;
  font-family: "Lora-Regular";
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.03em;
}
.room-about__seasons__content {
  display: flex;
}
.room-about__seasons__item {
  border-right: 1px solid rgba(101, 98, 94, 0.3);
  padding: 0 30px 0 50px;
}
.room-about__seasons__item:first-child {
  padding: 0 50px 0 0;
}
.room-about__seasons__item:last-child {
  padding: 0 0 0 30px;
  border: none;
}
.room-about__seasons__item__title {
  margin: 0 0 4px 0;
  color: #413F3C;
  font-family: "Poppins-Regular";
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.room-about__seasons__item__content {
  color: #65625E;
  font-family: "Poppins-Regular";
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.room-about__seasons__item__content p {
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  :root {
    --header-height: 90px;
  }
  .room-about__title {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 49px;
    line-height: 3.0625rem;
  }
  .room-about__description {
    padding: 0 0 0 17%;
  }
  .room-about__seasons {
    padding: 0 0 0 17%;
  }
  .room-about__seasons__title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 33px;
    line-height: 2.0625rem;
  }
}
@font-face {
  font-family: "Lora-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Lora/Lora-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Lora-Italic";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/font/Lora/Lora-Italic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Lora-Bold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/Lora/Lora-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Lora-BoldItalic";
  font-style: italic;
  font-weight: 600;
  src: url("/assets/font/Lora/Lora-BoldItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Thin";
  font-style: normal;
  font-weight: 100;
  src: url("/assets/font/Poppins/Poppins-Thin.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ThinItalic";
  font-style: italic;
  font-weight: 100;
  src: url("/assets/font/Poppins/Poppins-ThinItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraLight";
  font-style: normal;
  font-weight: 200;
  src: url("/assets/font/Poppins/Poppins-ExtraLight.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraLightItalic";
  font-style: italic;
  font-weight: 200;
  src: url("/assets/font/Poppins/Poppins-ExtraLightItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Light";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/font/Poppins/Poppins-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-LightItalic";
  font-style: italic;
  font-weight: 300;
  src: url("/assets/font/Poppins/Poppins-LightItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Poppins/Poppins-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Italic";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/font/Poppins/Poppins-Italic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/font/Poppins/Poppins-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-MediumItalic";
  font-style: italic;
  font-weight: 500;
  src: url("/assets/font/Poppins/Poppins-MediumItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/Poppins/Poppins-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-SemiBoldItalic";
  font-style: italic;
  font-weight: 600;
  src: url("/assets/font/Poppins/Poppins-SemiBoldItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/Poppins/Poppins-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-BoldItalic";
  font-style: italic;
  font-weight: 700;
  src: url("/assets/font/Poppins/Poppins-BoldItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraBold";
  font-style: normal;
  font-weight: 800;
  src: url("/assets/font/Poppins/Poppins-ExtraBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraBoldItalic";
  font-style: italic;
  font-weight: 800;
  src: url("/assets/font/Poppins/Poppins-ExtraBoldItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Black";
  font-style: normal;
  font-weight: 900;
  src: url("/assets/font/Poppins/Poppins-Black.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-BlackItalic";
  font-style: italic;
  font-weight: 900;
  src: url("/assets/font/Poppins/Poppins-BlackItalic.woff2") format("woff2");
  font-display: swap;
}
:root {
  --header-height: 60px;
  --cc-primary-color: #B49F86 !important;
}
.room-detail {
  position: relative;
  display: flex;
  background-color: #576972;
}
.room-detail.-reverse .room-detail__content {
  background-color: #F6F3F0;
}
.room-detail.-reverse .room-detail__name,
.room-detail.-reverse .room-detail__category {
  color: #576972;
}
.room-detail.-reverse .room-detail__desc,
.room-detail.-reverse .room-detail__seasons__item,
.room-detail.-reverse .room-detail__text {
  color: #65625E;
}
.room-detail.-reverse .room-detail__desc p,
.room-detail.-reverse .room-detail__seasons__item p,
.room-detail.-reverse .room-detail__text p {
  color: #65625E;
}
.room-detail .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.room-detail .swiper-slide__image {
  width: 100%;
  height: 100%;
}
.room-detail .swiper-button {
  display: flex;
  top: 50px;
  transition: all 0.3s;
}
.room-detail .swiper-button-prev {
  left: 0;
}
.room-detail .swiper-button-next {
  right: 0;
}
.room-detail .swiper-pagination-bullet {
  width: 20px;
  height: 1px;
  background-color: #F6F3F0;
  opacity: 0.5;
}
.room-detail .swiper-pagination-bullet-active {
  opacity: 1;
}
.room-detail__image {
  z-index: 0;
  width: 100%;
  height: 100%;
  max-height: 255px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.room-detail__content {
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 38px 30px 30px;
  width: 100%;
  background-color: #576972;
}
.room-detail__name {
  margin: 0;
  color: #D8C6B0;
  font-family: "Lora-Regular";
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 44px;
  line-height: 2.75rem;
  font-weight: 400;
  font-style: normal;
  text-align: start;
  letter-spacing: 0.02em;
}
.room-detail__category {
  margin: 0 0 24px 0;
  color: #D8C6B0;
  font-family: "Poppins-Regular";
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.room-detail__desc {
  padding: 40px 0;
  color: #F6F3F0;
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 26px;
  line-height: 1.625rem;
  letter-spacing: 0.01em;
}
.room-detail__desc p {
  margin: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #F6F3F0;
}
.room-detail__seasons {
  padding: 22px 0;
}
.room-detail__seasons__item {
  margin: 0;
  color: #F6F3F0;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 26px;
  line-height: 1.625rem;
  letter-spacing: 0.01em;
}
.room-detail__seasons__item span {
  font-weight: 600;
}
.room-detail__button {
  position: relative;
  height: 50px;
  width: 188px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 19px;
  line-height: 1.1875rem;
  letter-spacing: 0.02em;
}
.room-detail__button-swiper {
  position: relative;
  width: 100%;
  height: 50px;
}
.room-detail__text {
  margin: 20px 0 0 0;
  color: #F6F3F0;
  font-family: "Poppins-Regular";
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-style: italic;
}
.room-detail__line {
  width: 60px;
  height: 1px;
  background-color: #F6F3F0;
}
.room-detail__line.-brown {
  background-color: #D8C6B0;
}
.room-detail__line.-blue {
  background-color: #576972;
}
.room-detail__line.-text-color {
  background-color: #65625E;
}
@media only screen and (min-width: 1024px) {
  :root {
    --header-height: 90px;
  }
  .room-detail {
    flex-direction: row;
    align-items: flex-start;
    margin: 0 0 50px 0;
    height: 100%;
    background-color: #fff;
  }
  .room-detail.-reverse {
    flex-direction: row-reverse;
  }
  .room-detail.-reverse .room-detail__content {
    right: unset;
    left: 0;
  }
  .room-detail.-reverse .room-detail__button-swiper {
    margin: 0 auto 0 0;
  }
  .room-detail .swiper {
    width: 72%;
    margin: 0;
  }
  .room-detail .swiper-slide {
    width: 62%;
  }
  .room-detail .swiper-button {
    top: 10px;
  }
  .room-detail .swiper-button-prev {
    margin: 0;
  }
  .room-detail .swiper-button-next {
    margin: 0;
  }
  .room-detail__image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  .room-detail__content {
    position: absolute;
    padding: 38px 20px 30px;
    width: 36%;
    height: 100%;
    top: 50px;
    right: 0;
    margin: 0;
  }
  .room-detail__name {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 49px;
    line-height: 3.0625rem;
    font-weight: 400;
  }
  .room-detail__desc {
    padding: 24px 0 !important;
  }
  .room-detail__button-swiper {
    width: 150px;
    margin: 0 0 0 auto;
  }
}
@media only screen and (min-width: 1248px) {
  .room-detail.-reverse .room-detail__content {
    padding: 65px 96px 80px 156px;
  }
  .room-detail.-reverse .room-detail__button-swiper {
    left: -85px;
  }
  .room-detail .swiper-button {
    top: 50px;
  }
  .room-detail__content {
    padding: 65px 156px 80px 96px;
  }
}