@import url(https://fonts.googleapis.com/css2?family=PT+Sans:wght@700&display=swap);

@charset "UTF-8";

@font-face {
  font-family: Avenir;
  font-display: swap;
  src: url("../fonts/AvenirNextCyr-Bold.woff2") format("woff2"), url("../fonts/AvenirNextCyr-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Avenir;
  font-display: swap;
  src: url("../fonts/AvenirNextCyr-Regular.woff2") format("woff2"), url("../fonts/AvenirNextCyr-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #656565;
  line-height: 1;
  font-family: "Avenir";
  font-size: 1.125rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Avenir";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

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

.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

/*
(i) Стили будут применяться ко
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/

[class*=__container] {
  max-width: 102.5rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

.no-webp .btn{
  background: url("../img/btn_bg.png") no-repeat 50% 50%/cover; }

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.9375rem 1.5625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #fff;
  padding: 0.5rem 0.625rem;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
}

.btn-2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #fff;
  padding: 0.5rem 0.625rem;
  background-color: #b1c060;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.btn-3 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #fff;
  padding: 0.9375rem 1.25rem;
  background-color: #fff;
  color: #bec236;
  border: 1px solid #bec236;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

.slider-arrows {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.slider-arrow {
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  cursor: pointer;
}

.slider-arrow_prev {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.slider-arrow.swiper-button-disabled {
  opacity: 0.4;
}

.book {
  padding: 1.25rem 0;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 200;
  background-color: #fff;
  -webkit-box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.3);
}

.header__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 9.880239521% 1fr;
  grid-template-columns: 9.880239521% 1fr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.1875rem;
     -moz-column-gap: 2.1875rem;
          column-gap: 2.1875rem;
  min-height: 7.5rem;
}

@supports ((-moz-column-gap: clamp( 0.9375rem , -0.3987068966rem  +  2.1551724138vw , 2.1875rem )) or (column-gap: clamp( 0.9375rem , -0.3987068966rem  +  2.1551724138vw , 2.1875rem ))) {
  .header__container {
    -webkit-column-gap: clamp( 0.9375rem , -0.3987068966rem  +  2.1551724138vw , 2.1875rem );
       -moz-column-gap: clamp( 0.9375rem , -0.3987068966rem  +  2.1551724138vw , 2.1875rem );
            column-gap: clamp( 0.9375rem , -0.3987068966rem  +  2.1551724138vw , 2.1875rem );
  }
}

@supports not ((-moz-column-gap: clamp( 0.9375rem , -0.3987068966rem  +  2.1551724138vw , 2.1875rem )) or (column-gap: clamp( 0.9375rem , -0.3987068966rem  +  2.1551724138vw , 2.1875rem ))) {
  .header__container {
    -webkit-column-gap: calc(0.9375rem + 1.25 * (100vw - 62rem) / 58);
       -moz-column-gap: calc(0.9375rem + 1.25 * (100vw - 62rem) / 58);
            column-gap: calc(0.9375rem + 1.25 * (100vw - 62rem) / 58);
  }
}

.header__logo {
  position: relative;
  padding: 0.125rem 0 0.1875rem;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 6;
}

@supports (flex-basis: clamp( 5rem , -3.8541666667rem  +  11.8055555556vw , 10.3125rem )) {
  .header__logo {
    -ms-flex-preferred-size: clamp( 5rem , -3.8541666667rem  +  11.8055555556vw , 10.3125rem );
        flex-basis: clamp( 5rem , -3.8541666667rem  +  11.8055555556vw , 10.3125rem );
  }
}

@supports not (flex-basis: clamp( 5rem , -3.8541666667rem  +  11.8055555556vw , 10.3125rem )) {
  .header__logo {
    -ms-flex-preferred-size: calc(5rem + 5.3125 * (100vw - 75rem) / 45);
        flex-basis: calc(5rem + 5.3125 * (100vw - 75rem) / 45);
  }
}

.header__logo img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.header__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
  padding: 0.75rem 0;
}

.header__top::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #b1c060;
  z-index: 6;
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.header__loc {
  position: relative;
  z-index: 6;
  color: #000;
  font-size: 0.875rem;
}

.header__loc:not(:last-child) {
  margin-right: 1.25rem;
}

.header__col {
  position: relative;
  z-index: 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #b1c060;
}

.header__phone {
  position: relative;
  z-index: 6;
  font-weight: 700;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

@supports (font-size: clamp( 1rem , 0.1666666667rem  +  1.1111111111vw , 1.5rem )) {
  .header__phone {
    font-size: clamp( 1rem , 0.1666666667rem  +  1.1111111111vw , 1.5rem );
  }
}

@supports not (font-size: clamp( 1rem , 0.1666666667rem  +  1.1111111111vw , 1.5rem )) {
  .header__phone {
    font-size: calc(1rem + 0.5 * (100vw - 75rem) / 45);
  }
}

.header__phone-mb {
  display: none;
}

.header__note {
  font-size: 0.875rem;
}

.header__wt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.75rem;
          flex: 0 0 1.75rem;
  position: relative;
  z-index: 6;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.header__call {
  position: relative;
  z-index: 6;
  white-space: nowrap;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@supports ((-moz-column-gap: clamp( 0.625rem , -0.9375rem  +  2.0833333333vw , 1.5625rem )) or (column-gap: clamp( 0.625rem , -0.9375rem  +  2.0833333333vw , 1.5625rem ))) {
  .header__nav {
    -webkit-column-gap: clamp( 0.625rem , -0.9375rem  +  2.0833333333vw , 1.5625rem );
       -moz-column-gap: clamp( 0.625rem , -0.9375rem  +  2.0833333333vw , 1.5625rem );
            column-gap: clamp( 0.625rem , -0.9375rem  +  2.0833333333vw , 1.5625rem );
  }
}

@supports not ((-moz-column-gap: clamp( 0.625rem , -0.9375rem  +  2.0833333333vw , 1.5625rem )) or (column-gap: clamp( 0.625rem , -0.9375rem  +  2.0833333333vw , 1.5625rem ))) {
  .header__nav {
    -webkit-column-gap: calc(0.625rem + 0.9375 * (100vw - 75rem) / 45);
       -moz-column-gap: calc(0.625rem + 0.9375 * (100vw - 75rem) / 45);
            column-gap: calc(0.625rem + 0.9375 * (100vw - 75rem) / 45);
  }
}

.header__link {
  line-height: 1.2;
  text-decoration: underline !important;
  text-transform: uppercase;
  color: #b1c060;
}

@supports (font-size: clamp( 0.75rem , 0.5416666667rem  +  0.2777777778vw , 0.875rem )) {
  .header__link {
    font-size: clamp( 0.75rem , 0.4416666667rem  +  0.2777777778vw , 0.875rem );
  }
}

@supports not (font-size: clamp( 0.75rem , 0.5416666667rem  +  0.2777777778vw , 0.875rem )) {
  .header__link {
    font-size: calc(0.75rem + 0.125 * (100vw - 75rem) / 45);
  }
}

.menu {
  position: relative;
  z-index: 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  padding: 0.9375rem 0;
}

.menu__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@supports (row-gap: clamp( 1.25rem , -0.8333333333rem  +  2.7777777778vw , 2.5rem )) {
  .menu__body {
    row-gap: clamp( 1.25rem , -0.8333333333rem  +  2.7777777778vw , 2.5rem );
  }
}

@supports not (row-gap: clamp( 1.25rem , -0.8333333333rem  +  2.7777777778vw , 2.5rem )) {
  .menu__body {
    row-gap: calc(1.25rem + 1.25 * (100vw - 75rem) / 45);
  }
}

@supports ((-moz-column-gap: clamp( 0.0000000625rem , -0.7407406634rem  +  3.7037036296vw , 3.125rem )) or (column-gap: clamp( 0.0000000625rem , -0.7407406634rem  +  3.7037036296vw , 3.125rem ))) {
  .menu__body {
    -webkit-column-gap: clamp( 0.0000000625rem , -0.7407406634rem  +  3.7037036296vw , 3.125rem );
       -moz-column-gap: clamp( 0.0000000625rem , -0.7407406634rem  +  3.7037036296vw , 3.125rem );
            column-gap: clamp( 0.0000000625rem , -0.7407406634rem  +  3.7037036296vw , 3.125rem );
  }
}

@supports not ((-moz-column-gap: clamp( 0.0000000625rem , -0.7407406634rem  +  3.7037036296vw , 3.125rem )) or (column-gap: clamp( 0.0000000625rem , -0.7407406634rem  +  3.7037036296vw , 3.125rem ))) {
  .menu__body {
    -webkit-column-gap: calc(0.0000000625rem + 3.1249999375 * (100vw - 20rem) / 84.375);
       -moz-column-gap: calc(0.0000000625rem + 3.1249999375 * (100vw - 20rem) / 84.375);
            column-gap: calc(0.0000000625rem + 3.1249999375 * (100vw - 20rem) / 84.375);
  }
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@supports ((-moz-column-gap: clamp( 0.0000000625rem , -0.7407406634rem  +  3.7037036296vw , 3.125rem )) or (column-gap: clamp( 0.0000000625rem , -0.7407406634rem  +  3.7037036296vw , 3.125rem ))) {
  .menu__list {
    -webkit-column-gap: clamp( 0.0000000625rem , -0.7407406634rem  +  3.7037036296vw , 3.125rem );
       -moz-column-gap: clamp( 0.0000000625rem , -0.7407406634rem  +  3.7037036296vw , 3.125rem );
            column-gap: clamp( 0.0000000625rem , -0.7407406634rem  +  3.7037036296vw , 3.125rem );
  }
}

@supports not ((-moz-column-gap: clamp( 0.0000000625rem , -0.7407406634rem  +  3.7037036296vw , 3.125rem )) or (column-gap: clamp( 0.0000000625rem , -0.7407406634rem  +  3.7037036296vw , 3.125rem ))) {
  .menu__list {
    -webkit-column-gap: calc(0.0000000625rem + 3.1249999375 * (100vw - 20rem) / 84.375);
       -moz-column-gap: calc(0.0000000625rem + 3.1249999375 * (100vw - 20rem) / 84.375);
            column-gap: calc(0.0000000625rem + 3.1249999375 * (100vw - 20rem) / 84.375);
  }
}

.menu__link {
  text-transform: uppercase;
  color: #646173;
}

@supports (font-size: clamp( 0.875rem , 0.474137931rem  +  0.6465517241vw , 1.25rem )) {
  .menu__link {
    font-size: clamp( 0.875rem , 0.474137931rem  +  0.6465517241vw , 1.25rem );
  }
}

@supports not (font-size: clamp( 0.875rem , 0.474137931rem  +  0.6465517241vw , 1.25rem )) {
  .menu__link {
    font-size: calc(0.875rem + 0.375 * (100vw - 62rem) / 58);
  }
}

.menu__vk {
  position: relative;
  z-index: 6;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.75rem;
          flex: 0 0 1.75rem;
}

.menu__vk img {
  width: 1.75rem;
  height: 1.75rem;
}

.menu__btn {
  padding: 0.9375rem 1.5625rem;
  position: relative;
  z-index: 6;
}

.icon-menu {
  display: none;
}

.footer {
  background-color: #fff;
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.625rem;
  padding: 1.5625rem;
  color: #000;
  font-size: 0.875rem;
  line-height: 1.5;
  border-top: 1px solid #000;
}

@supports ((-moz-column-gap: clamp( 1.875rem , -0.1293103448rem  +  3.2327586207vw , 3.75rem )) or (column-gap: clamp( 1.875rem , -0.1293103448rem  +  3.2327586207vw , 3.75rem ))) {
  .footer__container {
    -webkit-column-gap: clamp( 1.875rem , -0.1293103448rem  +  3.2327586207vw , 3.75rem );
       -moz-column-gap: clamp( 1.875rem , -0.1293103448rem  +  3.2327586207vw , 3.75rem );
            column-gap: clamp( 1.875rem , -0.1293103448rem  +  3.2327586207vw , 3.75rem );
  }
}

@supports not ((-moz-column-gap: clamp( 1.875rem , -0.1293103448rem  +  3.2327586207vw , 3.75rem )) or (column-gap: clamp( 1.875rem , -0.1293103448rem  +  3.2327586207vw , 3.75rem ))) {
  .footer__container {
    -webkit-column-gap: calc(1.875rem + 1.875 * (100vw - 62rem) / 58);
       -moz-column-gap: calc(1.875rem + 1.875 * (100vw - 62rem) / 58);
            column-gap: calc(1.875rem + 1.875 * (100vw - 62rem) / 58);
  }
}

.no-webp .footer__info{
  background: url("../img/foot_icon.png") 0 0 no-repeat; }

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 2.8125rem;
}

.footer__copy {
  font-size: 0.75rem;
  line-height: 1.25;
  color: #231f20;
}

.footer__oferta {
  color: #b7b7b7;
}

.footer__politic {
  text-decoration: underline !important;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.footer__art a {
  text-decoration: underline !important;
}

.hero__slider {
  position: relative;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 0.001s ease 0s;
  -o-transition: all 0.001s ease 0s;
  transition: all 0.001s ease 0s;
}

.hero__slider._active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.hero__slide {
  position: relative;
}

@supports (padding-top: clamp( 1.875rem , 1.3564814815rem  +  2.5925925926vw , 4.0625rem )) {
  .hero__slide {
    padding-top: clamp( 1.875rem , 1.3564814815rem  +  2.5925925926vw , 4.0625rem );
  }
}

@supports not (padding-top: clamp( 1.875rem , 1.3564814815rem  +  2.5925925926vw , 4.0625rem )) {
  .hero__slide {
    padding-top: calc(1.875rem + 2.1875 * (100vw - 20rem) / 84.375);
  }
}

.hero__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hero__bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero__body {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 1.875rem;
  padding-top: 1.875rem;
  position: relative;
  z-index: 2;
}

@supports (padding-bottom: clamp( 5rem , 4.1851851852rem  +  4.0740740741vw , 8.4375rem )) {
  .hero__body {
    padding-bottom: clamp( 5rem , 4.1851851852rem  +  4.0740740741vw , 8.4375rem );
  }
}

@supports not (padding-bottom: clamp( 5rem , 4.1851851852rem  +  4.0740740741vw , 8.4375rem )) {
  .hero__body {
    padding-bottom: calc(5rem + 3.4375 * (100vw - 20rem) / 84.375);
  }
}

.hero__title {
  font-weight: 700;
  text-transform: uppercase;
}

@supports (font-size: clamp( 1.75rem , 0.7425925926rem  +  5.037037037vw , 6rem )) {
  .hero__title {
    font-size: clamp( 1.75rem , 0.7425925926rem  +  5.037037037vw , 6rem );
  }
}

@supports not (font-size: clamp( 1.75rem , 0.7425925926rem  +  5.037037037vw , 6rem )) {
  .hero__title {
    font-size: calc(1.75rem + 4.25 * (100vw - 20rem) / 84.375);
  }
}

@supports (margin-bottom: clamp( 1.25rem , 1.0277777778rem  +  1.1111111111vw , 2.1875rem )) {
  .hero__title:not(:last-child) {
    margin-bottom: clamp( 1.25rem , 1.0277777778rem  +  1.1111111111vw , 2.1875rem );
  }
}

@supports not (margin-bottom: clamp( 1.25rem , 1.0277777778rem  +  1.1111111111vw , 2.1875rem )) {
  .hero__title:not(:last-child) {
    margin-bottom: calc(1.25rem + 0.9375 * (100vw - 20rem) / 84.375);
  }
}

.hero__stars {
  position: relative;
  max-width: 49.375rem;
  width: 100%;
  padding: 0 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@supports (gap: clamp( 0.9375rem , 0.4930555556rem  +  2.2222222222vw , 2.8125rem )) {
  .hero__stars {
    gap: clamp( 0.9375rem , 0.4930555556rem  +  2.2222222222vw , 2.8125rem );
  }
}

@supports not (gap: clamp( 0.9375rem , 0.4930555556rem  +  2.2222222222vw , 2.8125rem )) {
  .hero__stars {
    gap: calc(0.9375rem + 1.875 * (100vw - 20rem) / 84.375);
  }
}

.hero__stars::before,
.hero__stars::after {
  content: "";
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 0.1875rem;
  background-color: #b1c060;
}

@supports (margin-bottom: clamp( 1.25rem , 1.0277777778rem  +  1.1111111111vw , 2.1875rem )) {
  .hero__stars:not(:last-child) {
    margin-bottom: clamp( 1.25rem , 1.0277777778rem  +  1.1111111111vw , 2.1875rem );
  }
}

@supports not (margin-bottom: clamp( 1.25rem , 1.0277777778rem  +  1.1111111111vw , 2.1875rem )) {
  .hero__stars:not(:last-child) {
    margin-bottom: calc(1.25rem + 0.9375 * (100vw - 20rem) / 84.375);
  }
}

.hero__stars img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@supports (width: clamp( 9.375rem , 8.412037037rem  +  4.8148148148vw , 13.4375rem )) {
  .hero__stars img {
    width: clamp( 9.375rem , 8.412037037rem  +  4.8148148148vw , 13.4375rem );
  }
}

@supports not (width: clamp( 9.375rem , 8.412037037rem  +  4.8148148148vw , 13.4375rem )) {
  .hero__stars img {
    width: calc(9.375rem + 4.0625 * (100vw - 20rem) / 84.375);
  }
}

.hero__subtitle {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: 700;
  text-transform: uppercase;
}

@supports (font-size: clamp( 1.25rem , 0.8351851852rem  +  2.0740740741vw , 3rem )) {
  .hero__subtitle {
    font-size: clamp( 1.25rem , 0.8351851852rem  +  2.0740740741vw , 3rem );
  }
}

@supports not (font-size: clamp( 1.25rem , 0.8351851852rem  +  2.0740740741vw , 3rem )) {
  .hero__subtitle {
    font-size: calc(1.25rem + 1.75 * (100vw - 20rem) / 84.375);
  }
}

@supports (margin-bottom: clamp( 1.875rem , 1.5046296296rem  +  1.8518518519vw , 3.4375rem )) {
  .hero__subtitle:not(:last-child) {
    margin-bottom: clamp( 1.875rem , 1.5046296296rem  +  1.8518518519vw , 3.4375rem );
  }
}

@supports not (margin-bottom: clamp( 1.875rem , 1.5046296296rem  +  1.8518518519vw , 3.4375rem )) {
  .hero__subtitle:not(:last-child) {
    margin-bottom: calc(1.875rem + 1.5625 * (100vw - 20rem) / 84.375);
  }
}

.hero__pagination {
  position: relative;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 1.875rem;
  z-index: 2;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}

.hero__pagination .swiper-pagination-bullet {
  border-radius: 50%;
  width: 1.875rem;
  height: 1.875rem;
  background-color: #fdfdfd;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.hero__pagination .swiper-pagination-bullet::after {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  background-color: #b1c060;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.hero__pagination .swiper-pagination-bullet-active::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

@supports (padding-top: clamp( 1.5625rem , 1.1180555556rem  +  2.2222222222vw , 3.4375rem )) {
  .rooms {
    padding-top: clamp( 1.5625rem , 1.1180555556rem  +  2.2222222222vw , 3.4375rem );
  }
}

@supports not (padding-top: clamp( 1.5625rem , 1.1180555556rem  +  2.2222222222vw , 3.4375rem )) {
  .rooms {
    padding-top: calc(1.5625rem + 1.875 * (100vw - 20rem) / 84.375);
  }
}

@supports (padding-bottom: clamp( 0.9375rem , 0.1967592593rem  +  3.7037037037vw , 4.0625rem )) {
  .rooms {
    padding-bottom: clamp( 0.9375rem , 0.1967592593rem  +  3.7037037037vw , 4.0625rem );
  }
}

@supports not (padding-bottom: clamp( 0.9375rem , 0.1967592593rem  +  3.7037037037vw , 4.0625rem )) {
  .rooms {
    padding-bottom: calc(0.9375rem + 3.125 * (100vw - 20rem) / 84.375);
  }
}

.rooms__body {
  position: relative;
}

.rooms__slider {
  max-width: calc(100% - 7.5rem);
  margin: 0 auto;
}

.rooms__slider-arrows {
  top: 30%;
}

.card-room {
  color: #000;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-room__top {
  display: block;
  padding: 0.625rem;
  background-color: #f8f8f8;
}

.card-room__top:not(:last-child) {
  margin-bottom: 0.625rem;
}

.card-room__image-ibg {
  display: block;
  padding-bottom: 73.9130434783%;
}

.card-room__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-room__title {
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

@supports (font-size: clamp( 1.25rem , 0.8351851852rem  +  2.0740740741vw , 2rem )) {
  .card-room__title {
    font-size: clamp( 1.25rem , 0.8351851852rem  +  2.0740740741vw , 2rem );
  }
}

@supports not (font-size: clamp( 1.25rem , 0.8351851852rem  +  2.0740740741vw , 2rem )) {
  .card-room__title {
    font-size: calc(1.25rem + 1.75 * (100vw - 20rem) / 84.375);
  }
}

.card-room__title:not(:last-child) {
  margin-bottom: 0.4166666667em;
}

.card-room__descr {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@supports (font-size: clamp( 1rem , 0.9703703704rem  +  0.1481481481vw , 1.125rem )) {
  .card-room__descr {
    font-size: clamp( 1rem , 0.9703703704rem  +  0.1481481481vw , 1.125rem );
  }
}

@supports not (font-size: clamp( 1rem , 0.9703703704rem  +  0.1481481481vw , 1.125rem )) {
  .card-room__descr {
    font-size: calc(1rem + 0.125 * (100vw - 20rem) / 84.375);
  }
}

.card-room__descr ul li {
  position: relative;
  padding-left: 0.625rem;
}

.card-room__descr ul li::before {
  content: "-";
  position: absolute;
  width: 0.625rem;
  top: 0;
  left: 0;
}

@supports (margin-bottom: clamp( 0.9375rem , 0.8634259259rem  +  0.3703703704vw , 1.25rem )) {
  .card-room__descr:not(:last-child) {
    margin-bottom: clamp( 0.9375rem , 0.8634259259rem  +  0.3703703704vw , 1.25rem );
  }
}

@supports not (margin-bottom: clamp( 0.9375rem , 0.8634259259rem  +  0.3703703704vw , 1.25rem )) {
  .card-room__descr:not(:last-child) {
    margin-bottom: calc(0.9375rem + 0.3125 * (100vw - 20rem) / 84.375);
  }
}

.card-room__price {
  font-weight: 700;
  text-transform: uppercase;
}

@supports (font-size: clamp( 1.125rem , 1.0361111111rem  +  0.4444444444vw , 1.5rem )) {
  .card-room__price {
    font-size: clamp( 1.125rem , 1.0361111111rem  +  0.4444444444vw , 1.5rem );
  }
}

@supports not (font-size: clamp( 1.125rem , 1.0361111111rem  +  0.4444444444vw , 1.5rem )) {
  .card-room__price {
    font-size: calc(1.125rem + 0.375 * (100vw - 20rem) / 84.375);
  }
}

.card-room__price span {
  display: inline-block;
  margin: 0 0.1458333333em 0 0.0833333333em;
}

@supports (font-size: clamp( 1.5rem , 1.1444444444rem  +  1.7777777778vw , 3rem )) {
  .card-room__price span {
    font-size: clamp( 1.5rem , 1.1444444444rem  +  1.7777777778vw , 3rem );
  }
}

@supports not (font-size: clamp( 1.5rem , 1.1444444444rem  +  1.7777777778vw , 3rem )) {
  .card-room__price span {
    font-size: calc(1.5rem + 1.5 * (100vw - 20rem) / 84.375);
  }
}

@supports (margin-bottom: clamp( 0.9375rem , 0.8634259259rem  +  0.3703703704vw , 1.25rem )) {
  .card-room__price:not(:last-child) {
    margin-bottom: clamp( 0.9375rem , 0.8634259259rem  +  0.3703703704vw , 1.25rem );
  }
}

@supports not (margin-bottom: clamp( 0.9375rem , 0.8634259259rem  +  0.3703703704vw , 1.25rem )) {
  .card-room__price:not(:last-child) {
    margin-bottom: calc(0.9375rem + 0.3125 * (100vw - 20rem) / 84.375);
  }
}

.card-room__footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  padding-bottom: 0.9375rem;
}

.card-room__book {
  font-size: 1.25rem;
}

.comfort__container {
  max-width: 120rem;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.comfort__body {
  color: #fff;
}

.comfort__box {
  max-width: 50.625rem;
  margin: 0 auto;
  padding: 0 0.9375rem 0 4.375rem;
}

.comfort__title {
  text-transform: uppercase;
  background-color: #2e4281;
  padding: 0.5208333333em 0;
}

@supports (font-size: clamp( 1.1875rem , -0.75rem  +  3.125vw , 3rem )) {
  .comfort__title {
    font-size: clamp( 1.1875rem , -0.75rem  +  3.125vw , 3rem );
  }
}

@supports not (font-size: clamp( 1.1875rem , -0.75rem  +  3.125vw , 3rem )) {
  .comfort__title {
    font-size: calc(1.1875rem + 1.8125 * (100vw - 62rem) / 58);
  }
}

.comfort__benefits {
  padding: 2.5rem 0.9375rem 3.4375rem;
  background-color: #0698b6;
}

.comfort__list {
  max-width: 45.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1.5625rem;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.comfort__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(25% - 0.71875rem);
          flex: 0 1 calc(25% - 0.71875rem);
  text-align: center;
}

@supports (font-size: clamp( 1rem , 0.7327586207rem  +  0.4310344828vw , 1.25rem )) {
  .comfort__item {
    font-size: clamp( 1rem , 0.7327586207rem  +  0.4310344828vw , 1.25rem );
  }
}

@supports not (font-size: clamp( 1rem , 0.7327586207rem  +  0.4310344828vw , 1.25rem )) {
  .comfort__item {
    font-size: calc(1rem + 0.25 * (100vw - 62rem) / 58);
  }
}

.comfort__icon {
  margin: 0 auto;
    max-height: 2.5rem;
            height: 30px;
            display:flex;
            justify-content: center;
}

  .comfort__icon picture,
  .comfort__icon source,
  .comfort__icon img {
    max-width: 100%;
    max-height: 34px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }


.comfort__icon:not(:last-child) {
  margin-bottom: 1.25rem;
}

.comfort__label {
  font-size: 1.25rem;
  line-height: 1.1;
}

.comfort__video {
  position: relative;
}

.comfort__video video {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.comfort__video._play .comfort__poster {
  display: none;
}

.comfort__video._play .comfort__play {
  display: none;
}

.comfort__video._play video {
  display: block;
}

.comfort__poster {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.comfort__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

@supports (width: clamp( 2.5rem , 1.462962963rem  +  5.1851851852vw , 6.875rem )) {
  .comfort__play {
    width: clamp( 2.5rem , 1.462962963rem  +  5.1851851852vw , 6.875rem );
  }
}

@supports not (width: clamp( 2.5rem , 1.462962963rem  +  5.1851851852vw , 6.875rem )) {
  .comfort__play {
    width: calc(2.5rem + 4.375 * (100vw - 20rem) / 84.375);
  }
}

@supports (height: clamp( 2.5rem , 1.462962963rem  +  5.1851851852vw , 6.875rem )) {
  .comfort__play {
    height: clamp( 2.5rem , 1.462962963rem  +  5.1851851852vw , 6.875rem );
  }
}

@supports not (height: clamp( 2.5rem , 1.462962963rem  +  5.1851851852vw , 6.875rem )) {
  .comfort__play {
    height: calc(2.5rem + 4.375 * (100vw - 20rem) / 84.375);
  }
}

.comfort__play img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.compliments-comfort {
  padding: 1.5625rem 0 0.9375rem;
  text-align: center;
  background-color: #bec236;
}

.compliments-comfort .comfort__box {
  max-width: 53.75rem;
}

@supports (font-size: clamp( 1.375rem , 0.4396551724rem  +  1.5086206897vw , 2.25rem )) {
  .compliments-comfort__label {
    font-size: clamp( 1.375rem , 0.4396551724rem  +  1.5086206897vw , 2.25rem );
  }
}

@supports not (font-size: clamp( 1.375rem , 0.4396551724rem  +  1.5086206897vw , 2.25rem )) {
  .compliments-comfort__label {
    font-size: calc(1.375rem + 0.875 * (100vw - 62rem) / 58);
  }
}

.compliments-comfort__label:not(:last-child) {
  margin-bottom: 0.625rem;
}

.compliments-comfort__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.compliments-comfort__item {
  line-height: 1.1;
}

@supports (font-size: clamp( 1rem , 0.7327586207rem  +  0.4310344828vw , 1.25rem )) {
  .compliments-comfort__item {
    font-size: clamp( 1rem , 0.7327586207rem  +  0.4310344828vw , 1.25rem );
  }
}

@supports not (font-size: clamp( 1rem , 0.7327586207rem  +  0.4310344828vw , 1.25rem )) {
  .compliments-comfort__item {
    font-size: calc(1rem + 0.25 * (100vw - 62rem) / 58);
  }
}

.compliments-comfort__item::before {
  content: "•";
  display: inline-block;
  margin-right: 0.625rem;
}

@supports (padding-top: clamp( 2.5rem , 1.9074074074rem  +  2.962962963vw , 5rem )) {
  .about {
    padding-top: clamp( 2.5rem , 1.9074074074rem  +  2.962962963vw , 5rem );
  }
}

@supports not (padding-top: clamp( 2.5rem , 1.9074074074rem  +  2.962962963vw , 5rem )) {
  .about {
    padding-top: calc(2.5rem + 2.5 * (100vw - 20rem) / 84.375);
  }
}

@supports (padding-bottom: clamp( 2.5rem , 2.2037037037rem  +  1.4814814815vw , 3.75rem )) {
  .about {
    padding-bottom: clamp( 2.5rem , 2.2037037037rem  +  1.4814814815vw , 3.75rem );
  }
}

@supports not (padding-bottom: clamp( 2.5rem , 2.2037037037rem  +  1.4814814815vw , 3.75rem )) {
  .about {
    padding-bottom: calc(2.5rem + 1.25 * (100vw - 20rem) / 84.375);
  }
}

.about__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@supports ((-moz-column-gap: clamp( 1.25rem , -1.4224137931rem  +  4.3103448276vw , 3.75rem )) or (column-gap: clamp( 1.25rem , -1.4224137931rem  +  4.3103448276vw , 3.75rem ))) {
  .about__header {
    -webkit-column-gap: clamp( 1.25rem , -1.4224137931rem  +  4.3103448276vw , 3.75rem );
       -moz-column-gap: clamp( 1.25rem , -1.4224137931rem  +  4.3103448276vw , 3.75rem );
            column-gap: clamp( 1.25rem , -1.4224137931rem  +  4.3103448276vw , 3.75rem );
  }
}

@supports not ((-moz-column-gap: clamp( 1.25rem , -1.4224137931rem  +  4.3103448276vw , 3.75rem )) or (column-gap: clamp( 1.25rem , -1.4224137931rem  +  4.3103448276vw , 3.75rem ))) {
  .about__header {
    -webkit-column-gap: calc(1.25rem + 2.5 * (100vw - 62rem) / 58);
       -moz-column-gap: calc(1.25rem + 2.5 * (100vw - 62rem) / 58);
            column-gap: calc(1.25rem + 2.5 * (100vw - 62rem) / 58);
  }
}

@supports (margin-bottom: clamp( 1.875rem , 1.4305555556rem  +  2.2222222222vw , 3.75rem )) {
  .about__header:not(:last-child) {
    margin-bottom: clamp( 1.875rem , 1.4305555556rem  +  2.2222222222vw , 3.75rem );
  }
}

@supports not (margin-bottom: clamp( 1.875rem , 1.4305555556rem  +  2.2222222222vw , 3.75rem )) {
  .about__header:not(:last-child) {
    margin-bottom: calc(1.875rem + 1.875 * (100vw - 20rem) / 84.375);
  }
}

.about__title {
  font-family: "PT Sans", sans-serif;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
  color: #eaeaea;
}

@supports (font-size: clamp( 2.5rem , 1.75rem  +  3.75vw , 6.25rem )) {
  .about__title {
    font-size: clamp( 2.5rem , 1.75rem  +  3.75vw , 6.25rem );
  }
}

@supports not (font-size: clamp( 2.5rem , 1.75rem  +  3.75vw , 6.25rem )) {
  .about__title {
    font-size: calc(2.5rem + 3.75 * (100vw - 20rem) / 100);
  }
}

.about__menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0.9375rem;
  border-bottom: 3px solid #b1c060;
  row-gap: 0.625rem;
}

@supports ((-moz-column-gap: clamp( 0.0000000625rem , -0.5925925153rem  +  2.9629628889vw , 2.5rem )) or (column-gap: clamp( 0.0000000625rem , -0.5925925153rem  +  2.9629628889vw , 2.5rem ))) {
  .about__menu {
    -webkit-column-gap: clamp( 0.0000000625rem , -0.5925925153rem  +  2.9629628889vw , 2.5rem );
       -moz-column-gap: clamp( 0.0000000625rem , -0.5925925153rem  +  2.9629628889vw , 2.5rem );
            column-gap: clamp( 0.0000000625rem , -0.5925925153rem  +  2.9629628889vw , 2.5rem );
  }
}

@supports not ((-moz-column-gap: clamp( 0.0000000625rem , -0.5925925153rem  +  2.9629628889vw , 2.5rem )) or (column-gap: clamp( 0.0000000625rem , -0.5925925153rem  +  2.9629628889vw , 2.5rem ))) {
  .about__menu {
    -webkit-column-gap: calc(0.0000000625rem + 2.4999999375 * (100vw - 20rem) / 84.375);
       -moz-column-gap: calc(0.0000000625rem + 2.4999999375 * (100vw - 20rem) / 84.375);
            column-gap: calc(0.0000000625rem + 2.4999999375 * (100vw - 20rem) / 84.375);
  }
}

.about__link {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: underline !important;
}

@supports (font-size: clamp( 1rem , 0.375rem  +  0.8333333333vw , 1.375rem )) {
  .about__link {
    font-size: clamp( 1rem , 0.375rem  +  0.8333333333vw , 1.375rem );
  }
}

@supports not (font-size: clamp( 1rem , 0.375rem  +  0.8333333333vw , 1.375rem )) {
  .about__link {
    font-size: calc(1rem + 0.375 * (100vw - 75rem) / 45);
  }
}

.about__link_primary {
  color: #b1c060;
}

.about__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}

.about__col_1 {
  text-align: center;
}

.about__images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  row-gap: 1.5625rem;
}

@supports (margin-bottom: clamp( 1.25rem , 0.6574074074rem  +  2.962962963vw , 3.75rem )) {
  .about__images:not(:last-child) {
    margin-bottom: clamp( 1.25rem , 0.6574074074rem  +  2.962962963vw , 3.75rem );
  }
}

@supports not (margin-bottom: clamp( 1.25rem , 0.6574074074rem  +  2.962962963vw , 3.75rem )) {
  .about__images:not(:last-child) {
    margin-bottom: calc(1.25rem + 2.5 * (100vw - 20rem) / 84.375);
  }
}

.about__image {
  position: relative;
  overflow: hidden;
  padding-bottom: 68.0555555556%;
}

.about__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.about__view {
  padding: 0.9375rem 2.5rem;
}

.about__body {
  padding-top: 2.1875rem;
  color: #656565;
  font-size: 1.125rem;
  line-height: 1.3333333333;
}

@supports (padding-bottom: clamp( 2.1875rem , 1.8912037037rem  +  1.4814814815vw , 3.4375rem )) {
  .about__body {
    padding-bottom: clamp( 2.1875rem , 1.8912037037rem  +  1.4814814815vw , 3.4375rem );
  }
}

@supports not (padding-bottom: clamp( 2.1875rem , 1.8912037037rem  +  1.4814814815vw , 3.4375rem )) {
  .about__body {
    padding-bottom: calc(2.1875rem + 1.25 * (100vw - 20rem) / 84.375);
  }
}

@supports (margin-bottom: clamp( 0.9375rem , 0.7893518519rem  +  0.7407407407vw , 1.5625rem )) {
  .about__body p:not(:last-child) {
    margin-bottom: clamp( 0.9375rem , 0.7893518519rem  +  0.7407407407vw , 1.5625rem );
  }
}

@supports not (margin-bottom: clamp( 0.9375rem , 0.7893518519rem  +  0.7407407407vw , 1.5625rem )) {
  .about__body p:not(:last-child) {
    margin-bottom: calc(0.9375rem + 0.625 * (100vw - 20rem) / 84.375);
  }
}

@supports (margin-bottom: clamp( 1.25rem , 0.9537037037rem  +  1.4814814815vw , 2.5rem )) {
  .about__body ul:not(:last-child) {
    margin-bottom: clamp( 1.25rem , 0.9537037037rem  +  1.4814814815vw , 2.5rem );
  }
}

@supports not (margin-bottom: clamp( 1.25rem , 0.9537037037rem  +  1.4814814815vw , 2.5rem )) {
  .about__body ul:not(:last-child) {
    margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 84.375);
  }
}

@supports (margin-bottom: clamp( 0.625rem , 0.5509259259rem  +  0.3703703704vw , 0.9375rem )) {
  .about__body ul li:not(:last-child) {
    margin-bottom: clamp( 0.625rem , 0.5509259259rem  +  0.3703703704vw , 0.9375rem );
  }
}

@supports not (margin-bottom: clamp( 0.625rem , 0.5509259259rem  +  0.3703703704vw , 0.9375rem )) {
  .about__body ul li:not(:last-child) {
    margin-bottom: calc(0.625rem + 0.3125 * (100vw - 20rem) / 84.375);
  }
}

.about__body ul li:not(:last-child)::before {
  content: "•";
  display: inline-block;
  margin-right: 0.625rem;
}

.about__body ul li:not(:last-child)::after {
  content: ";";
}

.about__body__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

.rating-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1.25rem;
}

@supports ((-moz-column-gap: clamp( 1.25rem , 0.212962963rem  +  5.1851851852vw , 5.625rem )) or (column-gap: clamp( 1.25rem , 0.212962963rem  +  5.1851851852vw , 5.625rem ))) {
  .rating-about {
    -webkit-column-gap: clamp( 1.25rem , 0.212962963rem  +  5.1851851852vw , 5.625rem );
       -moz-column-gap: clamp( 1.25rem , 0.212962963rem  +  5.1851851852vw , 5.625rem );
            column-gap: clamp( 1.25rem , 0.212962963rem  +  5.1851851852vw , 5.625rem );
  }
}

@supports not ((-moz-column-gap: clamp( 1.25rem , 0.212962963rem  +  5.1851851852vw , 5.625rem )) or (column-gap: clamp( 1.25rem , 0.212962963rem  +  5.1851851852vw , 5.625rem ))) {
  .rating-about {
    -webkit-column-gap: calc(1.25rem + 4.375 * (100vw - 20rem) / 84.375);
       -moz-column-gap: calc(1.25rem + 4.375 * (100vw - 20rem) / 84.375);
            column-gap: calc(1.25rem + 4.375 * (100vw - 20rem) / 84.375);
  }
}

.rating-about__item {
  text-align: center;
}

.rating-about__image:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.rating-about__image img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.rating-about__label {
  color: #2d2e2e;
}

.rating-about__label:not(:last-child) {
  margin-bottom: 0.3125rem;
}

.rating-about__value {
  font-weight: 700;
}

@supports (font-size: clamp( 1.25rem , 1.1907407407rem  +  0.2962962963vw , 1.5rem )) {
  .rating-about__value {
    font-size: clamp( 1.25rem , 1.1907407407rem  +  0.2962962963vw , 1.5rem );
  }
}

@supports not (font-size: clamp( 1.25rem , 1.1907407407rem  +  0.2962962963vw , 1.5rem )) {
  .rating-about__value {
    font-size: calc(1.25rem + 0.25 * (100vw - 20rem) / 84.375);
  }
}

@supports (padding-top: clamp( 8.375rem , 7.5416666667rem  +  1.1111111111vw , 8.875rem )) {
  .page {
    padding-top: clamp( 8.375rem , 7.5416666667rem  +  1.1111111111vw , 8.875rem );
  }
}

@supports not (padding-top: clamp( 8.375rem , 7.5416666667rem  +  1.1111111111vw , 8.875rem )) {
  .page {
    padding-top: calc(8.375rem + 0.5 * (100vw - 75rem) / 45);
  }
}

.swiper {
  overflow: hidden;
}

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

.swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

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

@media (min-width: 61.99875em) {
  .hero__btn {
    padding: 1.25rem 1.875rem;
  }
}

@media (max-width: 75em) {
  .header__loc {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .header__nav {
    position: fixed;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 0;
    left: -100%;
    background-color: #fff;
    z-index: 5;
    padding: 10.3125rem 0.9375rem 3.125rem;
    -webkit-transition: left 0.3s ease 0s;
    -o-transition: left 0.3s ease 0s;
    transition: left 0.3s ease 0s;
    overflow-y: auto;
  }

  .header__nav::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 8.375rem;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: #fff;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    -webkit-box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.3);
  }

  .menu-open .header__nav {
    left: 0;
  }

  .menu-open .header__nav::before {
    content: "";
    opacity: 1;
  }

  .header__link {
    font-size: 1.25rem !important;
  }

  .header__link:not(:last-child):not(:last-child) {
    margin-bottom: 1.125rem;
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.875rem;
            flex: 0 0 1.875rem;
    height: 1.125rem;
    cursor: pointer;
    z-index: 5;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #000;
  }

  .icon-menu::before {
    top: 0;
  }

  .icon-menu::after {
    bottom: 0;
  }

  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }

  .menu-open .icon-menu span {
    width: 0;
  }

  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .about__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .about__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }
}

@media (max-width: 40em) {
  .comfort__item {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 calc(50% - 0.46875rem) !important;
            flex: 0 1 calc(50% - 0.46875rem) !important;
  }
}

@media (max-width: 36em) {
  .card-room__descr {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .about__content {
    gap: 1.875rem;
  }
}

@media (max-width: 96.25em) {
  .comfort__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.3333% - 0.65625rem);
            flex: 0 1 calc(33.3333% - 0.65625rem);
  }
}

@media (max-width: 68.75em) {
  .comfort__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .comfort__box {
    padding: 0 0.9375rem;
  }

  .comfort__title {
    text-align: center;
  }

  .comfort__video {
    padding-bottom: 67.0588235294%;
  }

  .compliments-comfort .comfort__box {
    max-width: 50.625rem;
  }
}

@media (max-width: 67.5em) {
  .card-room__book {
    font-size: 1rem;
  }

  .card-room__more {
    font-size: 1rem;
    padding: 0.625rem 0.9375rem;
  }
}

@media (max-width: 61.99875em) {
  .header__container {
    min-height: 5.3125rem;
  }

  .header__top::before {
    display: none;
  }

  .header__nav {
    padding: 7.1875rem 0.9375rem 3.125rem;
  }

  .header__nav::before {
    height: 5.3125rem;
  }

  .menu__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 0.625rem !important;
       -moz-column-gap: 0.625rem !important;
            column-gap: 0.625rem !important;
  }

  .menu__body:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.5rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .menu__list:not(:last-child) {
    margin-bottom: 0.375rem;
  }

  .menu__link {
    font-size: 1.5rem !important;
  }

  .menu__btn {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
  }

  .menu {
    padding: 0;
  }

  .about__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about__body {
    padding-top: 0;
  }

  .page {
    padding-top: 5.3125rem !important;
  }
}

@media (max-width: 58.125em) {
  .header__call {
    margin-bottom: 1.875rem;
  }
}

@media (max-width: 56.25em) {
  .card-room__footer {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 52.5em) {
  .menu__body:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}

@media (max-width: 47.99875em) {
  .slider-arrow img {
    width: 1rem;
    height: 3.125rem;
  }

  .header__loc {
    font-size: 0.75rem;
  }

  .header__loc:not(:last-child) {
    margin-right: 0;
  }

  .header__col {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    gap: 0.125rem;
  }

  .hero__pagination .swiper-pagination-bullet {
    width: 1.25rem;
    height: 1.25rem;
  }

  .hero__pagination .swiper-pagination-bullet::after {
    width: 0.75rem;
    height: 0.75rem;
  }

  .rooms__slider {
    max-width: calc(100% - 5rem);
  }

  .about__images {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    row-gap: 0.9375rem;
  }
}

@media (max-width: 36.061875em) {
  .header__container {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
    min-height: auto;
  }

  .header__loc {
    font-size: 0.875rem;
  }

  .header__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .header__col:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
  .reput
  {
   display:none;  	}
  .header__phone-mb {
    position: relative;
    z-index: 6;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.25rem;
            flex: 0 0 1.25rem;
    margin-left: auto;
  }

  .header__phone-mb img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .header__wt {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .header__nav {
    padding: 5.625rem 0.9375rem 3.125rem;
  }

  .header__nav::before {
    height: 3.96875rem;
  }

  .page {
    padding-top: 3.96875rem !important;
  }
}

@media (max-width: 29.99875em) {
  .header__logo {
    -ms-flex-preferred-size: 3.125rem;
        flex-basis: 3.125rem;
  }

  .header__top {
    gap: 0.6375rem;
  }

  .header__left {
    gap: 0.65rem;
  }

  .header__nav {
    padding: 4.6875rem 0.9375rem 3.125rem;
  }

  .header__nav::before {
    height: 3rem;
  }

  .menu__vk {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.5rem;
            flex: 0 0 1.5rem;
  }

  .menu__vk img {
    width: 1.5rem;
    height: 1.5rem;
  }

  .menu__btn {
    padding: 0.375rem 0.625rem;
    font-size: 0.75rem;
  }

  .comfort__icon {
    width: 2.5rem;
    max-height: 2.5rem;
            height: 30px;
            display:flex;
            justify-content: center;

  }

  .comfort__icon picture,
  .comfort__icon source,
  .comfort__icon img {
    max-width: 100%;
    max-height: 34px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .comfort__label {
    font-size: 1rem;
  }

  .compliments-comfort__item {
    text-align: left;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .page {
    padding-top: 3rem !important;
  }
}

@media (any-hover: hover) {
  .btn:hover {
    -webkit-box-shadow: 0 0 12px rgba(177, 192, 96, 0.8);
            box-shadow: 0 0 12px rgba(177, 192, 96, 0.8);
  }

  .btn-2:hover {
    background-color: #9ba95b;
  }

  .btn-3:hover {
    background-color: #bec236;
    color: #fff;
  }

  .header__phone:hover {
    opacity: 0.7;
  }

  .header__link:hover {
    text-decoration: none !important;
  }

  .menu__link:hover {
    text-decoration: underline;
  }

  .footer__politic:hover {
    text-decoration: none !important;
  }

  .footer__art a:hover {
    text-decoration: none !important;
  }

  .card-room__title:hover {
    color: #b1c060;
  }

  .about__link:hover {
    text-decoration: none !important;
  }

  .about__image img:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.webp .btn{ background: url(../img/btn_bg.webp) no-repeat 50% 50%/cover; }

.webp .footer__info{ background: url(../img/foot_icon.webp) 0 0 no-repeat; }
.form_b
{
background: #dedede;
width:100%;
max-width: calc(100% - 7.5rem);
margin: 0 auto;
display:flex;
justify-content:space-around;
padding:10px;
}
.form_b_in
{
max-width:980px;
width:100%;
margin:0 auto;
margin-top:30px;
margin-bottom:30px;
display:flex;
justify-content:space-around;
}

@media (max-width: 798px)
{
.form_b_v
{
 width:100%;
}
.form_b
{
background: #dedede;
width:100%;
max-width: 600px;
margin: 0 auto;
display:flex;
justify-content:space-around;
padding:10px;
}
.form_b_in
{
max-width:300px;
width:100%;
margin:0 auto;
margin-top:30px;
margin-bottom:30px;
display:block;

}
.form_b_z
{
 margin-top:10px;
}
}

@media (max-width: 598px)
{
.form_b
{
background: #dedede;
width:100%;
max-width: 600px;
margin: 0 auto;
display:flex;
justify-content:space-around;
padding:10px;
}
.form_b_in
{
max-width:300px;
width:100%;
margin:0 auto;
margin-top:30px;
margin-bottom:30px;
display:block;

}
.form_b_z
{
 margin-top:10px;
}
}
.rooms-content-text p
{
 margin-top:10px;
 line-height: 1.3333333333;
}
.rooms-content-text ul
{
 margin-top:10px;
 margin-left:10px;
 line-height: 1.3333333333;
 border-left:3px #b1c060 solid;
 padding-left:20px;
}
#window_iframe_content #wiframe .back-link
{
display:none !important;
}
.news__cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
}
.news__image img
{
 width:100%;
}
.news-content-image
{
 float:left;
 margin-right:30px;
 margin-bottom:30px;
}
.back
{
	border-bottom:1px #b1c060 solid;
	margin-bottom:20px;
	padding-bottom:10px;
}
@media (max-width: 36em) {
  .news__cards {
    gap: 1.875rem;
  }
  .news-content-image
{
 clear:both;
 width:100%;
 margin-right:30px;
}
}
@media (max-width: 61.99875em) {

  .news__cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

}

.services__text ul{
    padding:0;
    list-style: none;
    margin-top:10px;
}
.services__text ul li{
    padding:6px;
}
.services__text ul li:before {
    padding-right:10px;
    font-weight: bold;
    color: #b1c060;
    content: "\2606";
    transition-duration: 0.5s;
}
.services__text ul li:hover:before {
    color: #9ba95b;
    content: "\2605";
}