@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&amp;display=swap");
@font-face {
  font-family: "hisqaida2018_bold";
  src: url("../fonts/hisqaida2018_bold.eot");
  src: url("../fonts/hisqaida2018_boldd41d.eot#iefix") format("embedded-opentype"), url("../fonts/hisqaida2018_bold.woff2") format("woff2"), url("../fonts/hisqaida2018_bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

html,
body {
  height: 100%;
  position: relative; }

body {
  background-color: #e0e1df;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #e0e1df; }
  body.fixed {
    overflow: hidden; }

.container {
  max-width: 1400px;
  width: 100%;
  min-width: 280px;
  margin: 0 auto;
  padding: 0 15px; }

img {
  display: block; }

ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0; }

a {
  /* @include adaptivValue("font-size", 16, 16, 1); */
  display: inline-block;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
  color: #e0e1df; }

h2 {
  color: #53624e;
  font-size: 50px;
  font-family: "hisqaida2018_bold";
  margin-bottom: 35px; }
  @media (max-width: 1530px) {
    h2 {
      font-size: calc(32px + 18 * ((100vw - 320px) /1210)); } }

button:focus,
input:focus {
  outline: transparent; }

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%; }

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  min-width: 0; }

.footer {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

button {
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }

input,
textarea {
  border-radius: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent; }

::-moz-selection {
  background-color: rgba(233, 199, 112, 0.5); }

::selection {
  background-color: rgba(233, 199, 112, 0.5); }

* {
  outline: none;
  scrollbar-color: #e9c770 #53624e;
  scrollbar-width: thin; }

*scrollbarbutton {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important; }

*::-webkit-scrollbar {
  width: 3px;
  height: 10px; }

*::-webkit-scrollbar-thumb {
  background-color: #e9c770; }

*::-webkit-scrollbar-track {
  background-color: #53624e;
  width: 3px; }

.blocks-gallery-grid {
  width: 100%; }

.blocks-gallery-item:last-child {
  margin-bottom: 0; }

.wp-block-gallery .blocks-gallery-item {
  margin-bottom: 0; }

.content-page {
  padding-bottom: 50px;
  padding-top: 50px; }

.btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  padding: 0 40px;
  border: 2px solid #e9c770;
  font-size: 18px;
  color: #e9c770;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s; }

.breadcrumbs {
  padding-bottom: 22px;
  font-size: 14px; }
  .breadcrumbs ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .breadcrumbs ul li {
      color: #000;
      margin-bottom: 8px; }
    .breadcrumbs ul li:not(:last-child) {
      margin-right: 8px;
      padding-right: 8px;
      position: relative; }
      .breadcrumbs ul li:not(:last-child)::before {
        content: "";
        position: absolute;
        width: 2px;
        height: 2px;
        background-color: #000;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
    .breadcrumbs ul a {
      color: #232323;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }

.header__btn {
  display: none; }

header {
  position: relative;
  background-color: #53624e; }

.header-bg {
  position: absolute;
  bottom: -12%;
  right: 0; }

.header-top {
  background-color: #53624e;
  position: fixed;
  top: 0;
  z-index: 15;
  left: 0;
  right: 0; }
  .header-top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.logo {
  margin-right: 70px; }

.header__menu {
  margin-right: auto; }
  .header__menu ul {
    font-size: 16px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1530px) {
      .header__menu ul {
        font-size: calc(12px + 4 * ((100vw - 320px) /1210)); } }
    .header__menu ul li:not(:last-child) {
      margin-right: 48px; }
    .header__menu ul a {
      color: #e0e1df; }

.header .tel {
  font-family: "hisqaida2018_bold";
  color: #e0e1df;
  font-size: 23px; }
  @media (max-width: 1530px) {
    .header .tel {
      font-size: calc(12px + 11 * ((100vw - 320px) /1210)); } }

.header-top {
  padding: 30px 0;
  border-bottom: 1px solid #748070; }

.header-content {
  padding-top: 250px;
  padding-bottom: 80px;
  position: relative; }

.header__text .col {
  max-width: 1050px; }
  .header__text .col h1 {
    font-family: "hisqaida2018_bold";
    color: #e0e1df;
    font-size: 50px;
    margin-bottom: 20px; }
    @media (max-width: 1530px) {
      .header__text .col h1 {
        font-size: calc(28px + 22 * ((100vw - 320px) /1210)); } }
    .header__text .col h1 span {
      display: block;
      color: #e9c770; }
  .header__text .col p {
    color: #e0e1df;
    line-height: 1.75; }

.header__price {
  margin-left: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border: 1px solid #757e71; }
  .header__price p {
    color: #e0e1df; }
  .header__price span {
    line-height: 1;
    color: #e9c770;
    display: block;
    font-family: "hisqaida2018_bold";
    font-size: 45px; }

.header__price-arrow {
  position: absolute;
  top: 17px;
  right: 0;
  width: 48px;
  height: 48px;
  background-color: #e0e1df;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s; }
  .header__price-arrow svg {
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
    fill: #4a5746;
    width: 15px;
    height: 15px; }

.header__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px; }

.header-slider img {
  width: 100%;
  max-height: 700px;
  -o-object-fit: cover;
     object-fit: cover; }

.header-slider .swiper-wrapper {
  margin-bottom: 25px; }

.header-slider .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.header-slider .swiper-pagination-bullet {
  margin: 0 !important;
  width: 45px;
  height: 45px;
  opacity: 1;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  color: #e0e1df; }
  .header-slider .swiper-pagination-bullet-active {
    background-color: #e9c770;
    color: #4a5746; }

.header-slider .swiper-button-next:after,
.header-slider .swiper-button-prev:after {
  display: none; }

.header-slider .swiper-button-next:before,
.header-slider .swiper-button-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 58px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='100%25' height='100%25' version='1.1' viewBox='0 0 560 560'%3E%3Cpath transform='matrix(5.6 0 0 5.6 70 3.979e-14)' d='m95 50h-90m7.0703-7.0703-7.0703 7.0703 7.071 7.0703' fill='none' stroke='%23d3dbd4' stroke-miterlimit='10' stroke-width='1.5'/%3E%3C/svg%3E"); }

.header-slider .swiper-button-next:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg); }

.header-slider .swiper-button-next,
.header-slider .swiper-button-prev {
  top: 0;
  width: 58px;
  height: 30px;
  margin-top: 0;
  position: relative;
  opacity: 1; }

.header-slider .swiper-button-prev {
  left: auto;
  margin-right: 10px; }

.header-slider .swiper-button-next {
  right: 0; }

.header-slider-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.header-slider__arrow {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 20px;
  height: 1px;
  background-color: #748070; }

.header-slider__arrows {
  position: relative;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.modal-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none; }

#ui-datepicker-div {
  z-index: 200 !important; }

.modal-container .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(36, 36, 36, 0.6); }

.modal {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 2;
  background-color: #53624e;
  max-width: 615px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-height: calc(100% - 50px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: auto; }

.modal:not(.open) {
  -webkit-transform: scale(0.001);
      -ms-transform: scale(0.001);
          transform: scale(0.001);
  opacity: 0.01; }

.modal .modal-content-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 45px 45px 0 45px;
  color: #e9c770;
  font-size: 36px; }
  @media (max-width: 1530px) {
    .modal .modal-content-title {
      font-size: calc(26px + 10 * ((100vw - 320px) /1210)); } }

#modal-info {
  max-width: 680px; }

.modal .icon-close {
  height: 30px;
  width: 30px;
  display: block;
  position: relative;
  cursor: pointer;
  margin-left: 10px; }

.modal .icon-close:before,
.modal .icon-close:after {
  content: "";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 2px;
  width: 30px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #e9c770;
  transition: all 0.3s; }

.modal .icon-close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.modal .icon-close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.modal .scroll-container {
  padding: 45px; }

.modal.menu {
  max-width: 520px;
  width: 100%;
  top: 0;
  right: 0;
  left: auto;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  height: 100%; }
  .modal.menu .scroll-container {
    max-height: 100%;
    height: 100%;
    padding: 45px; }
  .modal.menu .icon-close {
    top: 0;
    right: -10px;
    height: 25px;
    width: 25px; }
  .modal.menu .modal-menu__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.modal.menu:not(.open) {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 1; }

.modal-menu__top {
  margin-bottom: 40px; }

.modal-menu__list {
  list-style: none; }
  .modal-menu__list > li > a {
    line-height: 1.625;
    color: #e0e1df;
    font-size: 21px; }
    @media (max-width: 1530px) {
      .modal-menu__list > li > a {
        font-size: calc(18px + 3 * ((100vw - 320px) /1210)); } }
  .modal-menu__list > li:not(:last-child) {
    margin-bottom: 45px; }

.modal-menu {
  padding-right: 55px;
  overflow: auto;
  height: calc(100% - 200px); }

.modal-menu__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 45px;
  background-color: #53624e;
  border-top: 1px solid #748070; }
  .modal-menu__bottom .tel {
    font-size: 24px;
    color: #e0e1df;
    display: block;
    margin-bottom: 20px; }
  .modal-menu__bottom .mes {
    font-size: 18px;
    color: #e0e1df; }

#modal-room {
  max-width: 900px; }
  #modal-room .text-content p:not(:last-child) {
    margin-bottom: 5px; }
  #modal-room .text-content strong {
    color: #d3dbd4; }

.text-content {
  font-size: 16px;
  line-height: 1.625;
  color: #e0e1df;
  font-weight: 300; }

.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
  color: #000; }

.text-content h1 {
  margin-bottom: 25px;
  line-height: 1.625;
  font-size: 21px; }

.text-content h2 {
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 1.625; }

.text-content h3 {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.625; }

.text-content h4,
.text-content h5,
.text-content h6 {
  font-size: 14px;
  margin-bottom: 30px; }

.text-content a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #e9c770; }

.text-content span {
  color: #e9c770; }

.text-content p:not(:last-child) {
  margin-bottom: 30px; }

.text-content table {
  border-collapse: collapse;
  width: 100%; }

.text-content table:not(:last-child) {
  margin-bottom: 30px; }

.text-content table th,
.text-content table td {
  border: 1px solid #748070;
  font-size: 16px;
  padding: 15px 25px; }

.text-content table th {
  font-weight: normal;
  text-align: left;
  color: #e9c770; }

.text-content table td {
  color: #d3dbd4;
  -webkit-transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
       -o-transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
          transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1); }

.text-content ul:not(:last-child),
.text-content ol:not(:last-child) {
  margin-bottom: 30px; }

.text-content ul {
  list-style: none; }
  .text-content ul ul {
    margin-top: 30px;
    margin-bottom: 30px; }

.text-content ul > li,
.text-content ol > li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 44px; }

.text-content ul > li:before {
  height: 1px;
  width: 25px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 13px;
  background: #e9c770; }

.text-content ol {
  counter-reset: listCounter; }
  .text-content ol li::marker {
    font-size: 0; }

.text-content ol > li:before {
  counter-increment: listCounter;
  content: counter(listCounter) ".";
  position: absolute;
  top: 0;
  left: 0;
  color: #e0e1df; }

.text-content img {
  max-width: 100%;
  margin-bottom: 30px; }

.text-content figure {
  margin: 0 0 30px;
  padding: 0; }

.text-content figure img {
  margin-bottom: 0;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto; }

.text-content li.blocks-gallery-item {
  padding-left: 0; }

.text-content li.blocks-gallery-item::before {
  display: none;
  padding-left: 0; }

.input-wrapper {
  position: relative; }

.input-wrapper label.error {
  position: absolute;
  left: 0;
  top: calc(100% + 3px);
  color: #ee4130;
  font-size: 13px;
  line-height: 14px;
  white-space: nowrap; }

.input-wrapper.checkbox-input label.error {
  left: 42px; }

.input-wrapper.error input {
  border-color: #ee4130; }

.input-wrapper.error textarea {
  border: 1px solid #ee4130; }

.input-wrapper.error input:focus,
.input-wrapper.error textarea:focus {
  border-color: #ee4130; }

.input,
.textarea {
  position: relative;
  margin-bottom: 25px;
  width: 100%; }

.input input,
.textarea textarea {
  -webkit-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
       -o-transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
          transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  resize: none;
  width: 100%;
  font-size: 16px;
  color: #fff; }

.input input::-ms-clear,
.textarea textarea::-ms-clear {
  display: none; }

.input input:focus,
.textarea textarea:focus {
  border-color: #e9c770; }

.input input,
.textarea input {
  border: 1px solid #748070;
  height: 55px;
  padding: 0 20px; }

.input textarea,
.textarea textarea {
  border: 1px solid #748070;
  height: 120px;
  padding: 20px; }

.input .input-label,
.textarea .input-label {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
       -o-transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
          transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  position: absolute;
  left: 20px;
  top: 50%;
  color: #e0e1df;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.textarea .input-label {
  left: 20px;
  top: 22px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.input:not(.empty) .input-label {
  font-size: 0; }

.textarea:not(.empty) .input-label {
  font-size: 0; }

.input.required .input-label:after,
.textarea.required .input-label:after {
  content: "*";
  color: #e9c770;
  margin-left: 3px; }

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 45px;
  margin-bottom: 30px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #e0e1df;
  line-height: 1.538; }
  .checkbox-container.error {
    display: block !important; }
  .checkbox-container a {
    display: inline;
    color: #e9c770; }

.checkbox-container input {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0; }

.checkmark {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  height: 30px;
  width: 30px;
  border: 1px solid #748070;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s; }

.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.checkbox-container input:checked ~ .checkmark:after {
  display: block; }

.checkbox-container .checkmark:after {
  width: 30px;
  height: 30px;
  background-size: 35% 35%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(img/icon-checkbox.html); }

#agreement-error {
  position: absolute;
  left: 0;
  top: calc(100% + 7px);
  color: #ee4130;
  font-size: 13px;
  line-height: 14px;
  white-space: nowrap; }
