@import "normilize.css";
html {
  scroll-behavior: smooth;
}

body {
  touch-action: pan-x pan-y;
}

.main_container {
  margin: 0 auto;
  max-width: 977px;
}
@media only screen and (max-width: 992px) {
  .main_container {
    margin: 0 auto;
    max-width: 730px;
  }
}
@media only screen and (max-width: 768px) {
  .main_container {
    margin: 0 auto;
    max-width: 609px;
  }
}
@media only screen and (max-width: 690px) {
  .main_container {
    margin: 0 auto;
    max-width: 342px;
  }
}

#toTop {
  display: none;
  position: fixed;
  bottom: 46px;
  left: 30px;
  z-index: 99;
  border: none;
  outline: none;
  cursor: pointer;
}

.x-tl-booking-widget-container {
  display: none !important;
}

header {
  width: 100%;
  height: 83vh;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.32)), url(../../images/index/header-img.png) no-repeat center top/cover;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 483px) {
  header {
    height: 58vh;
  }
}

.header__decor {
  position: absolute;
  top: 28vh;
  max-width: 100%;
  right: 263px;
}
@media only screen and (max-width: 483px) {
  .header__decor {
    top: 18vh;
  }
}
.header__container {
  margin: 0 auto;
  max-width: 1170px;
}
.header__top {
  padding: 10px 0;
  font-size: 0.75rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.header__top a {
  color: #fff;
  text-decoration: none;
}
.header__top__shadow {
  background: rgba(0, 0, 0, 0.11);
}
.header__top__phone_number {
  display: flex;
  gap: 6px;
  align-items: center;
  line-height: 15px;
}
.header__top__language_selector {
  display: flex;
  gap: 6px;
  align-items: center;
  line-height: 13px;
}
.header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0 0 0;
}
.header__logo {
  width: 170px;
  height: 69px;
}
.header__navbar a {
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 13px;
  color: #fff;
  margin: 0 0 0 30px;
  cursor: pointer;
}
.header__navbar a:hover {
  color: #F3D2B1;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.header__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 80%;
  position: relative;
}
.header__intro__title {
  margin: 0;
  font-size: 1.875rem;
  line-height: 37px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  letter-spacing: 4.5px;
}
.header__intro__text {
  max-width: 472px;
  line-height: 20px;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  margin: 32px auto 0;
}
@media only screen and (max-width: 1200px) {
  .header__container {
    max-width: 960px;
  }
}
@media only screen and (max-width: 992px) {
  .header__container {
    max-width: 750px;
  }
}
@media only screen and (max-width: 768px) {
  .header__nav {
    padding: 37px 0 0 0;
  }
  .header__navbar {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: -200%;
    width: 250px;
    height: 100%;
    background: #fff;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    transition-duration: 0.25s;
    z-index: 10;
  }
  .header__navbar a {
    margin: 0;
    padding: 20px 20px 20px 40px;
    color: #000;
  }
  .header__navbar a:first-child {
    margin-top: 30px;
  }
  .header__navbar a:hover {
    text-decoration: none;
  }
  .header__container {
    max-width: 617px;
  }
}
@media only screen and (max-width: 690px) {
  .header__intro__title {
    font-size: 1.25rem;
    line-height: 24px;
  }
  .header__intro__text {
    font-size: 0.688rem;
  }
}
@media only screen and (max-width: 652px) {
  .header__decor {
    right: 0;
  }
  .header__container {
    max-width: 440px;
  }
}
@media only screen and (max-width: 483px) {
  .header__container {
    max-width: 335px;
  }
}
@media only screen and (max-width: 375px) {
  .header__container {
    max-width: 298px;
  }
}

._hamburger {
  cursor: pointer;
  margin: -26px 0 0 0;
  display: none;
}
@media only screen and (max-width: 768px) {
  ._hamburger {
    display: block;
  }
}

#unchecked_hamburger {
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  #unchecked_hamburger {
    position: absolute;
    right: 60px;
    top: 110px;
  }
}
@media only screen and (max-width: 652px) {
  #unchecked_hamburger {
    right: 38px;
  }
}

._checked_hamburger {
  margin: 0 0 0 182px;
}
._checked_hamburger img {
  width: 32px;
}

#toggle {
  display: none;
}
#toggle:checked ~ .header__navbar {
  right: 0 !important;
}

#block-search, #block-search * {
  box-sizing: border-box;
}

#block-search {
  background-color: #F0F0F0;
  width: 100%;
}

.tl-container {
  padding: 10px 25px;
  max-width: 1250px;
  margin: 0 auto;
}

#booking {
  position: relative;
}

.rooms_container {
  margin: 0 auto;
  max-width: 977px;
}

.rooms {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  padding: 120.9px 0 117px 0;
  position: relative;
}
.rooms__background_decor {
  right: 19.7px;
  top: 35.4px;
  position: absolute;
}
.rooms__title_text {
  display: flex;
  justify-content: space-between;
  padding: 0 0 25px 0;
}
.rooms__title {
  font-size: 1.875rem;
  line-height: 37px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 4.5px;
}
.rooms__text {
  font-size: 0.875rem;
  margin: 37px 15px 0 0;
  width: 455px;
  line-height: 20px;
}
.rooms__catalogue form {
  display: flex;
  overflow-x: scroll;
}
.rooms__catalogue form div {
  margin: 25px 0 0 0;
}
.rooms__catalogue input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.rooms__catalogue input:checked + .rooms__room {
  border-bottom: 2px solid black;
}
.rooms__catalogue h3 {
  font-size: 0.875rem;
  line-height: 20px;
  text-transform: uppercase;
}
.rooms__room {
  width: 244px;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.rooms__room a {
  color: #000;
  text-decoration: none;
}
.rooms__room_image {
  width: 225px;
  height: 225px;
  transition: transform 0.2s;
  object-fit: cover;
}
.rooms__room_image:hover {
  transform: scale(1.089);
  transition: transform 0.2s;
}
.rooms__room_name {
  font-weight: bold;
  margin: 66.9px 0 0 0;
}
.rooms__room_price {
  font-weight: normal;
  margin: 10.1px 0 0 0;
}
.rooms__room_chevron {
  margin: 20.7px 0 36px 0;
}
@media only screen and (min-width: 992px) {
  .rooms__catalogue form::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .rooms__title_text {
    margin: 0 auto;
    max-width: 730px;
  }
  .rooms__title {
    font-size: 20px;
  }
  .rooms__text {
    margin-top: 50px;
  }
  .rooms__room {
    border: none;
  }
  .rooms input:checked + .rooms__room {
    border: none;
  }
}
@media only screen and (max-width: 768px) {
  .rooms__title_text {
    margin: 0 auto;
    max-width: 609px;
  }
}
@media only screen and (max-width: 690px) {
  .rooms__title_text {
    margin: 0 auto;
    max-width: 342px;
  }
  .rooms__title_text {
    flex-wrap: wrap;
    width: 192px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
  }
  .rooms__text {
    margin: 30px 0 0 0;
  }
}

.services {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background-color: #F0F0F0;
  padding: 123px 0 49px 0;
  position: relative;
}
.services__main_title {
  font-size: 1.875rem;
  line-height: 37px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 50px 0;
  letter-spacing: 4.5px;
}
.services .service {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 70px 0;
  gap: 134px;
}
.services .service__title {
  font-size: 1.563rem;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 4.5px;
}
.services .service__title__bottom_border {
  width: 70px;
  border-bottom: 1px solid #000;
  margin: 10.3px 0 0 0;
}
.services .service__text {
  font-size: 0.875rem;
  line-height: 20px;
  width: 270px;
  margin: 44.6px 0 0 0;
}
.services .service__image {
  width: 544px;
  height: 245px;
  border: 13px solid #fff;
  object-fit: cover;
}
@media only screen and (max-width: 992px) {
  .services .service {
    padding: 0 0 50px 0;
  }
  .services .service__title {
    font-size: 0.875rem;
  }
  .services .service_text {
    margin: 30px 0 0 0;
  }
  .services .service__image {
    width: 296px;
    height: auto;
  }
  .services__main_title {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 768px) {
  .services .service {
    gap: 46px;
  }
}
@media only screen and (max-width: 690px) {
  .services__main_title {
    padding: 0 0 24px 0;
  }
  .services .service:nth-child(odd) {
    flex-wrap: wrap-reverse;
  }
  .services .service:nth-child(even) {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 375px) {
  .services__main_title {
    text-align: center;
  }
  .services .service {
    justify-content: center;
  }
  .services .service__image {
    width: 240px;
    height: auto;
  }
}

.booking_footer {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  padding: 123px 0 60px 0;
}
.booking_footer__container {
  margin: 0 auto;
  max-width: 1170px;
  display: flex;
  justify-content: center;
}
.booking_footer__images {
  margin: 0 30px 0 0;
  object-fit: contain;
}
.booking_footer__image_1 {
  width: 570px;
  height: auto;
  margin: 0 0 30px 0;
}
.booking_footer__images__bottom {
  width: 570px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.booking_footer__image_2 {
  width: 270px;
  height: 189px;
  object-fit: cover;
}
.booking_footer__image_3 {
  width: 270px;
  height: 189px;
  object-fit: cover;
}
.booking_footer__content {
  padding: 87.2px 99px 110px 99px;
  background-color: #F0F0F0;
  text-align: center;
  font-size: 0.875rem;
}
.booking_footer__text_1 {
  line-height: 20px;
  margin: 85.1px auto 0;
}
.booking_footer__text_2 {
  line-height: 20px;
  margin: 27px auto 0;
}
.booking_footer__button {
  line-height: 18px;
  margin: 64px 0 0 0;
  width: 348px;
  height: 38px;
  line-height: 18px;
  background-color: #A37B64;
  border: none;
  border-radius: 25em;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-box-shadow: 0 3px 6px #707070;
  -moz-box-shadow: 0 3px 6px #707070;
  box-shadow: 0 3px 6px #707070;
  letter-spacing: 2.8px;
}
.booking_footer__button:active {
  -webkit-box-shadow: inset 0 3px 6px #707070;
  -moz-box-shadow: inset 0 3px 6px #707070;
  box-shadow: inset 0 3px 6px #707070;
}
@media only screen and (max-width: 1200px) {
  .booking_footer__container {
    margin: 0 auto;
    max-width: 960px;
    display: flex;
    flex-direction: column;
  }
  .booking_footer__images {
    max-width: 960px;
    margin: 0;
  }
  .booking_footer__image_1 {
    width: 960px;
  }
  .booking_footer__images__bottom {
    width: 960px;
    display: flex;
    justify-content: space-between;
  }
  .booking_footer__image_2 {
    width: 465px;
    height: 332px;
  }
  .booking_footer__image_3 {
    width: 465px;
    height: 332px;
  }
  .booking_footer__content {
    margin: 32px 0 0 0;
  }
}
@media only screen and (max-width: 992px) {
  .booking_footer__container {
    max-width: 730px;
  }
  .booking_footer__images {
    max-width: 730px;
    margin: 0;
  }
  .booking_footer__image_1 {
    width: 730px;
  }
  .booking_footer__images__bottom {
    width: 730px;
  }
  .booking_footer__image_2 {
    width: 350px;
    height: 250px;
  }
  .booking_footer__image_3 {
    width: 350px;
    height: 250px;
  }
}
@media only screen and (max-width: 768px) {
  .booking_footer__container {
    max-width: 546px;
  }
  .booking_footer__images {
    max-width: 601px;
    margin: 0;
  }
  .booking_footer__image_1 {
    width: 601px;
  }
  .booking_footer__images__bottom {
    width: 601px;
  }
  .booking_footer__image_2 {
    width: 285px;
    height: 199px;
  }
  .booking_footer__image_3 {
    width: 285px;
    height: 199px;
  }
}
@media only screen and (max-width: 690px) {
  .booking_footer__container {
    max-width: 342px;
  }
  .booking_footer__images {
    max-width: 342px;
    margin: 0;
  }
  .booking_footer__image_1 {
    width: 342px;
  }
  .booking_footer__images__bottom {
    width: 342px;
  }
  .booking_footer__image_2 {
    width: 156px;
    height: 111px;
  }
  .booking_footer__image_3 {
    width: 156px;
    height: 111px;
  }
  .booking_footer__content {
    padding: 85px 29px;
  }
  .booking_footer__button {
    width: 264px;
    height: 38px;
  }
}
@media only screen and (max-width: 375px) {
  .booking_footer__container {
    align-items: center;
  }
  .booking_footer__images {
    max-width: 240px;
  }
  .booking_footer__images__bottom {
    width: 100%;
    flex-wrap: wrap;
  }
  .booking_footer__image_1 {
    width: 240px;
    height: auto;
  }
  .booking_footer__image_2 {
    width: 240px;
    height: auto;
  }
  .booking_footer__image_3 {
    width: 240px;
    height: auto;
  }
  .booking_footer__container {
    max-width: 240px;
  }
  .booking_footer__content {
    padding: 85px 10px;
  }
  .booking_footer__text_1 {
    width: 150px;
  }
  .booking_footer__text_2 {
    width: 180px;
  }
  .booking_footer__button {
    width: 220px;
  }
}

.image_gallery {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-align: center;
  padding: 60px 0 120px 0;
}
.image_gallery__title {
  text-transform: uppercase;
  line-height: 37px;
  font-size: 1.875rem;
  font-weight: 400;
  margin: 0;
  letter-spacing: 4.5px;
}
.image_gallery__carousel {
  display: flex;
  padding: 80px 0 50px 0 !important;
  overflow-x: scroll;
}
.image_gallery__carousel::-webkit-scrollbar {
  height: 3px;
}
.image_gallery__carousel::-webkit-scrollbar-track {
  margin: 0 197px;
  background-color: rgba(0, 0, 0, 0.5);
}
.image_gallery__carousel::-webkit-scrollbar-thumb {
  background-color: #000;
}
.image_gallery__carousel a {
  display: block;
}
.image_gallery__image {
  width: 223px;
  height: 223px;
  margin: 0 20px 0 0;
  object-fit: cover;
}
.image_gallery__item_grid {
  white-space: nowrap;
}
.image_gallery__item_grid li {
  display: inline-block;
}
@media only screen and (max-width: 992px) {
  .image_gallery__title {
    font-size: 1.25rem;
  }
  .image_gallery__carousel {
    padding: 50px 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .image_gallery__carousel::-webkit-scrollbar-track {
    margin: 0 80px;
  }
}
@media only screen and (max-width: 690px) {
  .image_gallery::-webkit-scrollbar-track {
    margin: 0 36px;
  }
}

footer {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  width: 100%;
  height: auto;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.58)), url(../../images/index/footer-bg.png) no-repeat center top/cover;
  padding: 120px 0 14px 0;
  color: #fff;
}

.footer__title {
  font-size: 1.875rem;
  line-height: 37px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 4.5px;
}
.footer__content {
  margin: 76px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__contacts div {
  font-size: 0.875rem;
  line-height: 18px;
}
.footer__contacts__addresses {
  letter-spacing: 1.4px;
}
.footer__contacts__tel {
  margin: 20px 0 0 0;
  letter-spacing: 1.4px;
}
.footer__contacts__call_btn {
  margin: 46px 0 0 0;
  width: 348px;
  height: 38px;
  line-height: 18px;
  background-color: #A37B64;
  border: none;
  border-radius: 25em;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 2.8px;
  letter-spacing: 2.8px;
}
.footer__contacts__call_btn:active {
  -webkit-box-shadow: inset 0 3px 6px #707070;
  -moz-box-shadow: inset 0 3px 6px #707070;
  box-shadow: inset 0 3px 6px #707070;
}
.footer__logo__nav {
  margin: 116px 0 0 0;
  text-align: center;
}
.footer__logo {
  width: 80px;
  height: 26px;
}
.footer__navbar {
  display: flex;
  justify-content: center;
  margin: 32px 0 0 0;
  gap: 40px;
}
.footer__navbar a {
  color: #fff;
  font-size: 0.625rem;
  line-height: 13px;
  gap: 40px;
  cursor: pointer;
  text-decoration: none;
}
.footer__navbar a:hover {
  color: #A37B64;
}
.footer__separate_line {
  height: 0.5px;
  background-color: #fff;
  margin: 32px 0 0 0;
}
.footer__bottom {
  margin: 13px 0 0 0;
  display: flex;
  justify-content: end;
  align-items: center;
}
.footer__soc_icons a {
  text-decoration: none;
  color: #fff;
}
.footer__facebook_icon {
  margin: 0 12.2px 0 0;
}
.footer__copyright {
  font-size: 0.688rem;
  line-height: 14px;
  letter-spacing: 1.4px;
}
@media only screen and (max-width: 992px) {
  .footer__title {
    font-size: 20px;
    margin: 0 0 0 60px;
  }
  .footer__content {
    flex-direction: column;
    align-items: start;
  }
}
@media only screen and (max-width: 690px) {
  .footer__title {
    text-align: center;
    margin: 0;
  }
  .footer__content {
    align-items: center;
    text-align: center;
  }
  .footer__navbar {
    gap: 0;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 375px) {
  .footer__contacts__call_btn {
    width: 240px;
  }
  .footer__navbar {
    gap: 20px;
    flex-direction: column;
  }
  .footer__separate_line {
    margin: 32px 20px 0 20px;
  }
  .footer__bottom {
    margin: 13px 20px 0 20px;
  }
}

.hotel_rating {
  display: flex;
  justify-content: end;
  padding: 0 0 7px 0;
}
@media only screen and (max-width: 992px) {
  .hotel_rating {
    padding: 43px 0 0 0;
    justify-content: flex-start;
  }
}

#map {
  height: 223px;
  width: 470px;
}
@media only screen and (max-width: 992px) {
  #map {
    width: 730px;
    height: 345px;
    margin: 50px 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  #map {
    width: 608px;
    height: 223px;
  }
}
@media only screen and (max-width: 690px) {
  #map {
    width: 342px;
    height: 223px;
  }
}
@media only screen and (max-width: 375px) {
  #map {
    width: 240px;
  }
}

/*# sourceMappingURL=style.css.map */
