@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@font-face {
  font-family: "Opus";
  src: url("../fonts/Opus/opus.eot"); /* IE 9 Compatibility Mode */
  src: url("../fonts/Opus/opus.eot?#iefix") format("embedded-opentype"), url("../fonts/Opus/opus.woff2") format("woff2"), url("../fonts/Opus/opus.woff") format("woff"), url("../fonts/Opus/opus.ttf") format("truetype"), url("../fonts/opus/Opus/opus.svg#opus") format("svg"); /* Chrome < 4, Legacy iOS */
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "OpusCyrillic";
  src: url("../fonts/Opus Normal Cyrillic.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gogol";
  src: url("../fonts/Gogol.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
}
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html, body {
  font-size: 16px;
}

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

body {
  line-height: 1;
  font-family: "Opus", sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Opus", sans-serif;
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

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

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

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;
}

/*
&::-webkit-scrollbar {
	display: none;
}
*/
html {
  scroll-behavior: smooth;
}

body {
  color: #30322f;
  background-color: #ffffff;
  font-weight: 400;
  line-height: 1.2;
}
body._lock {
  overflow: hidden;
  height: 100%;
}
body {
  font-size: 16px;
}

.wrapper {
  max-width: 1920px;
  min-width: 320px;
  font-size: 20px;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.arrowUp {
  position: fixed;
  z-index: 99;
  bottom: 5%;
  right: 3%;
  color: #fff;
  width: 70px;
  height: 70px;
  background: linear-gradient(130deg, #8e9586 50%, #c15e36 50%);
  background-size: 300%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 50px;
  border-radius: 20px;
  transition: 0.5s;
}
.arrowUp img,
.arrowUp svg {
  max-width: 70%;
  height: 70%;
}
@media (max-width: 767.98px) {
  .arrowUp {
    width: 50px;
    height: 50px;
  }
}

@media (any-hover: hover) {
  .arrowUp:hover {
    background-position: 100% 0;
  }
}
[class*=__container] {
  max-width: 1590px;
  margin: 0 auto;
  padding: 0 80px;
}
@media (max-width: 767px) {
  [class*=__container] {
    padding: 0 30px;
  }
}
@media (max-width: 479.98px) {
  [class*=__container] {
    padding: 0 15px;
  }
}

.hidden {
  display: none;
}

@media (min-width: 99.375em) {
  .title {
    font-size: 4rem;
  }
}
@media (min-width: 20em) and (max-width: 99.375em) {
  @supports (font-size: clamp( 1.5rem , 0.8700787402rem  +  3.1496062992vw , 4rem )) {
    .title {
      font-size: clamp( 1.5rem , 0.8700787402rem  +  3.1496062992vw , 4rem );
    }
  }
  @supports not (font-size: clamp( 1.5rem , 0.8700787402rem  +  3.1496062992vw , 4rem )) {
    .title {
      font-size: calc(1.5rem + 2.5 * (100vw - 20rem) / 79.375);
    }
  }
}
@media (max-width: 20em) {
  .title {
    font-size: 1.5rem;
  }
}
.title {
  line-height: 115%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 64px;
  margin-bottom: 73px;
}
@media (max-width: 1590px) {
  .title {
    font-size: 42px;
  }
}
@media (max-width: 991.98px) {
  .title {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .title {
    margin-bottom: 33px;
    font-size: 28px;
  }
}
@media (max-width: 479.98px) {
  .title {
    font-size: 24px;
  }
}
.title.black {
  color: #0d0d0d;
}

.header {
  position: fixed;
  left: 0;
  top: 51px;
  width: 100%;
  z-index: 100;
  padding: 5px 0px 5px 0px;
  transition: all 0.3s ease 0s;
}
.header._scroll {
  top: 0;
  padding: 8px 0px 8px 0px;
  min-height: auto;
  backdrop-filter: blur(10px);
  background-color: #3b4535;
}
@media (max-width: 1590px) {
  .header {
    top: 41px;
    min-height: 100px;
    padding: 20px 0px 20px 0px;
  }
}
@media (max-width: 991.98px) {
  .header {
    top: 35px;
    padding: 16px 0px 16px 0px;
    min-height: 90px;
  }
}
@media (max-width: 767.98px) {
  .header {
    top: 24px;
    padding: 12px 0px 12px 0px;
  }
}
.header__container {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  row-gap: 10px;
}
@media (max-width: 1590px) {
  .header__container {
    -moz-column-gap: 25px;
         column-gap: 25px;
    justify-content: space-between;
  }
}
@media (max-width: 420px) {
  .header__container {
    gap: 16px;
  }
}
.header__logo {
  display: inline-flex;
  gap: 10px;
  position: relative;
  z-index: 10;
  margin-right: 50px;
  width: 155px;
  height: 46px;
}
.header__logo img {
  transition: all 0.3s ease 0s;
  max-width: 153px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1590px) {
  .header__logo {
    margin-right: 30px;
  }
}
@media (max-width: 991.98px) {
  .header__logo {
    margin-right: 0px;
  }
  .header__logo img {
    max-width: 140px;
  }
}
@media (max-width: 767.98px) {
  .header__logo {
    max-width: 110px;
  }
  .header__logo img {
    max-width: 100%;
  }
}
@media (max-width: 479.98px) {
  .header__logo img {
    max-width: 100px;
  }
}
.header__menu {
  width: 100%;
  position: relative;
  z-index: 10;
}
@media (max-width: 991.98px) {
  .header__menu {
    z-index: 0;
    position: fixed;
    top: 0px;
    left: -100%;
    width: 100%;
    height: 100vh;
    padding-top: 150px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    background-color: #000;
    transition: all 0.3s ease 0s;
    overflow: auto;
    padding-bottom: 15px;
  }
  .header__menu._open {
    left: 0;
    padding-left: 30px;
  }
  .header__menu._open .menu__list {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 15px;
    font-size: 20px;
    margin: 0px auto;
  }
  .header__menu._open .menu__item {
    padding: 5px 10px;
  }
}
.header__contacts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  -moz-column-gap: 34px;
       column-gap: 34px;
}
.header__social {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 11px;
       column-gap: 11px;
}
.header__social a {
  display: block;
  width: 29px;
  height: 29px;
  justify-content: center;
  align-items: center;
}
.header__social a img {
  width: 100%;
  height: 100%;
}
.header__phone {
  margin: 0 10px;
  white-space: nowrap;
  position: relative;
  color: #fff;
  font-size: 20px;
}
@media (any-hover: hover) {
  .header__phone:hover {
    text-decoration: underline;
  }
}
@media (min-width: 991.98px) {
  .header__phone--mobile {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .header__phone {
    margin: 0 0px;
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .header__phone {
    font-size: 18px;
  }
}
@media (max-width: 479.98px) {
  .header__phone {
    font-size: 16px;
  }
}

.menu li {
  position: relative;
}
.menu__list {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 8px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1590px) {
  .menu__list {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}
.menu__item--lapki {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.menu__item--lapki img {
  display: block;
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
}
.menu__link {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .menu__link:hover {
    text-decoration: underline;
  }
}
@media (max-width: 991.98px) {
  .menu__icon {
    flex: 0 0 60px;
    margin-right: 60px;
    display: block;
    text-align: right;
    position: relative;
    z-index: 51;
    width: 60px;
    height: 43px;
    border-radius: 3px;
    cursor: pointer;
    z-index: 20;
  }
  .menu__icon span, .menu__icon::before, .menu__icon::after {
    content: "";
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #fff;
  }
  .menu__icon::before {
    top: 0;
  }
  .menu__icon::after {
    bottom: 0;
  }
  .menu__icon span {
    top: calc(50% - 1px);
  }
  .menu__icon.menu-open span {
    width: 0;
  }
  .menu__icon.menu-open::before {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
  }
  .menu__icon.menu-open::after {
    bottom: calc(50% - 1px);
    transform: rotate(45deg);
  }
}
@media (max-width: 767px) {
  .menu__icon {
    flex: 0 0 30px;
    margin-right: 15px;
    display: block;
    text-align: right;
    position: relative;
    z-index: 51;
    width: 30px;
    height: 25px;
  }
  .menu__icon span, .menu__icon::before, .menu__icon::after {
    height: 2px;
    background-color: #fff;
  }
}

.header.white {
  color: #232522;
  background-color: #fff;
  top: 0;
  padding: 38px 0 22px;
}
@media (max-width: 1590px) {
  .header.white {
    min-height: 100px;
    padding: 20px 0px 20px 0px;
  }
}
@media (max-width: 991.98px) {
  .header.white {
    padding: 16px 0px 16px 0px;
    min-height: 70px;
  }
}
@media (max-width: 767.98px) {
  .header.white {
    padding: 12px 0px 12px 0px;
  }
}
.header.white .menu__link,
.header.white .header__phone {
  color: #232522;
}
.header.white .menu.white {
  width: 100%;
  position: relative;
  z-index: 10;
}
@media (max-width: 991.98px) {
  .header.white .menu.white {
    z-index: 0;
    position: fixed;
    top: 0px;
    left: -100%;
    width: 100%;
    height: 100vh;
    padding-top: 150px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    background-color: #fff;
    transition: all 0.3s ease 0s;
    overflow: auto;
    padding-bottom: 15px;
  }
  .header.white .menu.white._open {
    left: 0;
    padding-left: 30px;
  }
  .header.white .menu.white._open .menu__list {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 15px;
    font-size: 20px;
    margin: 0px auto;
  }
  .header.white .menu.white._open .menu__item {
    padding: 5px 10px;
  }
}
@media (max-width: 991.98px) {
  .header.white .menu__icon {
    flex: 0 0 60px;
    width: 60px;
    height: 43px;
  }
  .header.white .menu__icon span, .header.white .menu__icon::before, .header.white .menu__icon::after {
    content: "";
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #000;
  }
  .header.white .menu__icon.menu-open span {
    width: 0;
  }
}
@media (max-width: 767px) {
  .header.white .menu__icon {
    flex: 0 0 30px;
    margin-right: 15px;
    height: 24px;
  }
  .header.white .menu__icon span, .header.white .menu__icon::before, .header.white .menu__icon::after {
    height: 2px;
    background-color: #000;
  }
}
.header.white._scroll {
  padding: 8px 0px 8px 0px;
  min-height: 50px;
  background-color: #fff;
}
.header.white._scroll .header__logo img {
  max-width: 100%;
}

.page {
  flex: 1 1 auto;
}
.header__block {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100vh;
}
@media (max-width: 767.98px) {
  .header__block {
    min-height: 80vh;
  }
}

.main__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/main/main-bg.png") center/cover no-repeat;
  background-attachment: fixed;
}
.main__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes changing {
  0% {
    background: url("../img/main/main_lodge-bg.png") center/cover no-repeat;
  }
  25% {
    background: url("../img/price/price02.jpg") center/cover no-repeat;
  }
  50% {
    background: url("../img/price/price03.jpg") center/cover no-repeat;
  }
  75% {
    background: url("../img/price/price04.jpg") center/cover no-repeat;
  }
}
.main__bg--gallery {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: changing 12s infinite;
  background: url("../img/main/main_lodge-bg.png") center/cover no-repeat;
  background-attachment: fixed;
}
.main__bg--gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main__bg--gallery video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main {
  padding-top: 203px;
  min-height: 100%;
  flex: 1 1 100%;
}
@media (max-width: 1590px) {
  .main {
    padding-top: 150px;
  }
}
@media (max-width: 991.98px) {
  .main {
    padding-top: 140px;
  }
}
@media (max-width: 767.98px) {
  .main {
    padding-top: 120px;
    margin-top: auto;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 479.98px) {
  .main {
    padding-top: 110px;
  }
}

.main-body {
  padding: 50px 0px 28px;
  position: relative;
  min-height: 100%;
  margin-bottom: 124px;
}
@media (max-width: 1590px) {
  .main-body {
    padding: 30px 0px 20px;
    margin-bottom: 100px;
  }
}
@media (max-width: 767.98px) {
  .main-body {
    padding: 20px 0px 20px;
    margin-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .main-body {
    padding: 20px 0px 20px;
    margin-bottom: 30px;
    margin-top: auto;
  }
}
@media (min-width: 99.375em) {
  .main-body h1 {
    font-size: 5.3125rem;
  }
}
@media (min-width: 20em) and (max-width: 99.375em) {
  @supports (font-size: clamp( 1.25rem , 0.2263779528rem  +  5.1181102362vw , 5.3125rem )) {
    .main-body h1 {
      font-size: clamp( 1.25rem , 0.2263779528rem  +  5.1181102362vw , 5.3125rem );
    }
  }
  @supports not (font-size: clamp( 1.25rem , 0.2263779528rem  +  5.1181102362vw , 5.3125rem )) {
    .main-body h1 {
      font-size: calc(1.25rem + 4.0625 * (100vw - 20rem) / 79.375);
    }
  }
}
@media (max-width: 20em) {
  .main-body h1 {
    font-size: 1.25rem;
  }
}
.main-body h1 {
  font-weight: 400;
  line-height: 115%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  max-width: 570px;
  margin-bottom: 19px;
}
.main-body__container {
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .main-body__container {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
.main-body__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-body__title {
  width: 80%;
}
@media (max-width: 991.98px) {
  .main-body__title {
    display: none;
  }
}
.main-body__title--mobile {
  display: none;
}
@media (max-width: 991.98px) {
  .main-body__title--mobile {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .main-body__title {
    margin-bottom: 116px;
  }
}
.main-body__title img {
  width: 100%;
}
.main-body__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 60px;
}
@media (max-width: 991.98px) {
  .main-body__buttons {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .main-body__buttons {
    flex-direction: column;
    row-gap: 30px;
  }
}
.main-body__button {
  font-family: "Opus", sans-serif;
  display: inline-flex;
  padding: 8px 20px;
  min-height: 71px;
  width: 229px;
  justify-content: center;
  align-items: center;
  border-radius: 52px;
  background-color: #f3f2f1;
  color: #30322f;
  font-size: 20px;
  text-align: center;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .main-body__button:hover {
    background-color: #8e9586;
  }
}
@media (max-width: 991.98px) {
  .main-body__button {
    padding: 10px 28px;
    min-height: 141px;
    width: 483px;
    border-radius: 182px;
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .main-body__button {
    padding: 10px 28px;
    min-height: 100px;
    width: 350px;
    font-size: 36px;
  }
}
@media (max-width: 479.98px) {
  .main-body__button {
    min-height: 60px;
    width: 250px;
    padding: 10px 20px;
    font-size: 26px;
  }
}
.main-body__logo {
  width: 312px;
  height: 142px;
  margin-bottom: 80px;
}
@media (max-width: 991.98px) {
  .main-body__logo {
    width: 523px;
    height: 238px;
    margin-bottom: 144px;
  }
}
@media (max-width: 767.98px) {
  .main-body__logo {
    width: 312px;
    height: 142px;
    margin-bottom: 100px;
  }
}
@media (max-width: 479.98px) {
  .main-body__logo {
    margin-bottom: 65px;
    width: 240px;
    height: 120px;
  }
}
.main-body__logo img {
  width: 100%;
}

.about {
  position: relative;
  z-index: 1;
  padding: 186px 0 186px;
}
@media (max-width: 1590px) {
  .about {
    padding: 106px 0 106px;
  }
}
@media (max-width: 991.98px) {
  .about {
    padding: 100px 0 120%;
  }
}
@media (max-width: 767.98px) {
  .about {
    padding: 36px 0 135%;
  }
}
@media (max-width: 479.98px) {
  .about {
    padding: 28px 0 135%;
  }
}
.about {
  color: #f5f3f2;
}
@media (max-width: 991.98px) {
  .about__container {
    padding: 0 8%;
  }
}
@media (max-width: 767.98px) {
  .about__container {
    padding: 0 6%;
  }
}
@media (max-width: 479.98px) {
  .about__container {
    padding: 0 15px;
  }
}
@media (min-width: 99.375em) {
  .about__title {
    font-size: 4rem;
  }
}
@media (min-width: 20em) and (max-width: 99.375em) {
  @supports (font-size: clamp( 1.5rem , 0.8700787402rem  +  3.1496062992vw , 4rem )) {
    .about__title {
      font-size: clamp( 1.5rem , 0.8700787402rem  +  3.1496062992vw , 4rem );
    }
  }
  @supports not (font-size: clamp( 1.5rem , 0.8700787402rem  +  3.1496062992vw , 4rem )) {
    .about__title {
      font-size: calc(1.5rem + 2.5 * (100vw - 20rem) / 79.375);
    }
  }
}
@media (max-width: 20em) {
  .about__title {
    font-size: 1.5rem;
  }
}
.about__title {
  margin-bottom: 21px;
  line-height: 115%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (min-width: 99.375em) {
  .about__sub-title {
    font-size: 3rem;
  }
}
@media (min-width: 20em) and (max-width: 99.375em) {
  @supports (font-size: clamp( 1.5rem , 1.1220472441rem  +  1.8897637795vw , 3rem )) {
    .about__sub-title {
      font-size: clamp( 1.5rem , 1.1220472441rem  +  1.8897637795vw , 3rem );
    }
  }
  @supports not (font-size: clamp( 1.5rem , 1.1220472441rem  +  1.8897637795vw , 3rem )) {
    .about__sub-title {
      font-size: calc(1.5rem + 1.5 * (100vw - 20rem) / 79.375);
    }
  }
}
@media (max-width: 20em) {
  .about__sub-title {
    font-size: 1.5rem;
  }
}
.about__sub-title {
  font-family: "Gogol";
  margin-bottom: 81px;
}
@media (max-width: 991.98px) {
  .about__sub-title {
    margin-bottom: 65px;
  }
}
@media (max-width: 767.98px) {
  .about__sub-title {
    margin-bottom: 35px;
  }
}
@media (max-width: 479.98px) {
  .about__sub-title {
    margin-bottom: 25px;
  }
}
.about__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 991.98px) {
  .about__body {
    grid-template-columns: 1fr;
  }
}
.about__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .about__image {
    display: none;
  }
}
.about__image--mobile {
  display: none;
}
@media (max-width: 991.98px) {
  .about__image--mobile {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .about__image--mobile img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 100%;
  }
}
.about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}
.about__text {
  font-size: 20px;
  line-height: 120%;
  max-width: 545px;
}
@media (max-width: 991.98px) {
  .about__text {
    max-width: 100%;
    font-size: 36px;
  }
}
@media (max-width: 870px) {
  .about__text {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .about__text {
    font-size: 28px;
  }
}
@media (max-width: 620px) {
  .about__text {
    font-size: 24px;
  }
}
@media (max-width: 560px) {
  .about__text {
    font-size: 22px;
    line-height: 115%;
  }
}
@media (max-width: 480px) {
  .about__text {
    font-size: 18px;
  }
}
.about__text p:not(:last-child) {
  margin-bottom: 18px;
}
@media (max-width: 1590px) {
  .about__text p:not(:last-child) {
    margin-bottom: 15px;
  }
}

.audience {
  position: relative;
  padding: 124px 0;
}
@media (max-width: 991.98px) {
  .audience {
    padding: 94px 0;
  }
}
@media (max-width: 767.98px) {
  .audience {
    padding: 74px 0;
  }
}
@media (max-width: 479.98px) {
  .audience {
    padding: 40px 0;
  }
}
.audience {
  background: url("../img/light-bg.png") 0 0/100% repeat-Y;
}
.audience__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 73px;
}
@media (max-width: 991.98px) {
  .audience__header {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .audience__header {
    margin-bottom: 33px;
  }
}
.audience__title {
  margin-bottom: 0;
}
.audience__tooltip {
  display: flex;
  -moz-column-gap: 23px;
       column-gap: 23px;
}
.audience__tooltip img {
  width: 127px;
  height: 57px;
}
.audience__tooltip p {
  font-family: "Gogol";
  font-size: 40px;
}
@media (max-width: 991.98px) {
  .audience__tooltip {
    flex-direction: column;
    align-items: flex-end;
  }
  .audience__tooltip img {
    width: 120px;
    height: 50px;
  }
  .audience__tooltip p {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .audience__tooltip img {
    width: 110px;
    height: 40px;
  }
  .audience__tooltip p {
    font-size: 26px;
  }
}
@media (max-width: 479.98px) {
  .audience__tooltip img {
    width: 70px;
    height: 30px;
  }
  .audience__tooltip p {
    font-size: 16px;
  }
}
.audience__body {
  display: flex;
  overflow-y: auto;
  gap: 20px;
}
.audience__card {
  min-height: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.audience__card-img {
  width: 100%;
  aspect-ratio: 580/620;
  position: relative;
}
.audience__card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.audience__card-info {
  flex: 1 1 auto;
  background-color: #3b4535;
  padding: 18px 30px 26px;
  color: #f5f3f2;
}
@media (max-width: 991.98px) {
  .audience__card-info {
    padding: 16px 25px 20px;
  }
}
@media (max-width: 767.98px) {
  .audience__card-info {
    padding: 15px 20px 15px;
  }
}
@media (max-width: 479.98px) {
  .audience__card-info {
    padding: 15px 10px 15px;
  }
}
.audience__card-label {
  font-size: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .audience__card-label {
    font-size: 36px;
    margin-bottom: 18px;
  }
}
@media (max-width: 479.98px) {
  .audience__card-label {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.audience__card-text {
  font-size: 20px;
}

.swiper-wrapper {
  display: flex;
  align-items: stretch; /* Растягивает слайды по высоте самого высокого */
}

.swiper-slide {
  height: auto;
}

.audience-swiper {
  position: relative;
  transform: translateX(12%);
  right: 0;
  width: 100%;
}
@media (max-width: 1920px) {
  .audience-swiper {
    transform: translateX(6vw);
  }
}
@media (max-width: 1590px) {
  .audience-swiper {
    transform: translateX(15px);
  }
}

.activity {
  padding: 124px 0;
}
@media (max-width: 991.98px) {
  .activity {
    padding: 94px 0;
  }
}
@media (max-width: 767.98px) {
  .activity {
    padding: 74px 0;
  }
}
@media (max-width: 479.98px) {
  .activity {
    padding: 40px 0;
  }
}
.activity {
  background: url("../img/light-bg.png") 0 0/100% repeat-Y;
}
.activity__container {
  position: relative;
}
.activity__decor img {
  width: 100%;
}
.activity__decor {
  width: 265px;
  height: 141px;
  position: absolute;
  z-index: 3;
  top: 45px;
  left: -7%;
}
@media (max-width: 991.98px) {
  .activity__decor {
    width: 278px;
    height: 147px;
    position: absolute;
    z-index: 3;
    top: 45px;
    left: 65%;
    transform: rotate(-35deg);
  }
}
@media (max-width: 767.98px) {
  .activity__decor {
    width: 150px;
    height: 70px;
    position: absolute;
    z-index: 3;
    top: 40px;
    left: 73%;
  }
}
@media (max-width: 479.98px) {
  .activity__decor {
    width: 100px;
    height: 50px;
    position: absolute;
    z-index: 3;
    top: 40px;
    left: 70%;
  }
}
.activity__body {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 19px;
  border-radius: 53px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .activity__body {
    display: block;
    border-radius: 0px;
  }
}
.activity__item {
  padding: 32px 36px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.activity__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, rgba(48, 50, 47, 0) 0%, #262626 100%);
  mix-blend-mode: darken;
  z-index: 0;
}
.activity__item p {
  font-size: 24px;
  color: #fff;
  margin-top: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) and (min-width: 99.375em) {
  .activity__item p {
    font-size: 2.5rem;
  }
}
@media (max-width: 991.98px) and (min-width: 20em) and (max-width: 99.375em) {
  @supports (font-size: clamp( 1rem , 0.6220472441rem  +  1.8897637795vw , 2.5rem )) {
    .activity__item p {
      font-size: clamp( 1rem , 0.6220472441rem  +  1.8897637795vw , 2.5rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.6220472441rem  +  1.8897637795vw , 2.5rem )) {
    .activity__item p {
      font-size: calc(1rem + 1.5 * (100vw - 20rem) / 79.375);
    }
  }
}
@media (max-width: 991.98px) and (max-width: 20em) {
  .activity__item p {
    font-size: 1rem;
  }
}
.activity__item img,
.activity__item picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (min-width: 991.98px) {
  .activity__item:nth-child(1) {
    grid-column: 1/3;
    aspect-ratio: 464/496;
  }
  .activity__item:nth-child(2) {
    grid-column: 3/5;
    aspect-ratio: 464/496;
  }
  .activity__item:nth-child(3) {
    grid-column: 5/7;
    aspect-ratio: 464/496;
  }
  .activity__item:nth-child(4) {
    grid-column: 1/4;
    aspect-ratio: 701/444;
  }
  .activity__item:nth-child(5) {
    grid-column: 4/7;
    grid-row: 2/4;
    aspect-ratio: 705/910;
  }
  .activity__item:nth-child(6) {
    aspect-ratio: 701/444;
    grid-column: 1/4;
  }
}
@media (max-width: 991.98px) {
  .activity__item {
    aspect-ratio: 920/670;
    padding: 24px 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .activity__item {
    aspect-ratio: 920/670;
    padding: 20px 12px;
    margin-bottom: 15px;
  }
}

.lodges {
  padding: 20px 0 125px;
  background: url("../img/light-bg.png") 0 0/100% repeat-Y;
}
.lodges__title {
  margin-bottom: 10px;
}
.lodges__text {
  font-size: 24px;
}
.lodges__items {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 19px;
}
@media (max-width: 1200px) {
  .lodges__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991.98px) {
  .lodges__items {
    grid-template-columns: 1fr;
  }
}
.lodges__item {
  border: 2px solid #30322f;
  border-radius: 53px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.item-lodge__image {
  aspect-ratio: 436/365;
  position: relative;
}
.item-lodge__image img {
  width: 100%;
  height: 100%;
}
.item-lodge__image .advertising {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 24px;
  color: #fff;
  border-radius: 10px;
  padding: 10px 10px 8px 9px;
  width: 241px;
  height: 42px;
  background: #c05e36;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-lodge__body {
  padding: 27px 22px 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.item-lodge__label {
  font-size: 40px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .item-lodge__label {
    font-size: 30px;
  }
}
.item-lodge__text {
  font-size: 24px;
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  .item-lodge__text {
    font-size: 20px;
  }
}
.item-lodge__infos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 15px;
  -moz-column-gap: 32;
       column-gap: 32;
}
.item-lodge__info-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 15px;
  -moz-column-gap: 32px;
       column-gap: 32px;
  margin-bottom: auto;
}
.item-lodge__info {
  display: flex;
  gap: 11px;
}
.item-lodge__info img {
  width: 31px;
  height: 31px;
}
@media (max-width: 767px) {
  .item-lodge__info img {
    width: 27px;
    height: 27px;
  }
}
.item-lodge__info p {
  font-family: "Manrope";
  font-size: 22px;
}
@media (max-width: 767px) {
  .item-lodge__info p {
    font-size: 18px;
  }
}
.item-lodge__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 101px;
  padding: 26px 15px 26px 15px;
  width: 100%;
  min-height: 77px;
  flex: 0 0 77px;
  background: #8f9687;
  font-size: 24px;
  color: #fff;
  text-align: center;
  transition: all 0.3s ease 0s;
  margin-top: 28px;
}
@media (any-hover: hover) {
  .item-lodge__btn:hover {
    background: #3b4535;
  }
}

.banya__body {
  display: grid;
  grid-template-columns: 43% 1fr;
}
@media (max-width: 1590px) {
  .banya__body {
    grid-template-columns: 47% 1fr;
  }
}
@media (max-width: 991.98px) {
  .banya__body {
    grid-template-columns: 1fr;
  }
}
.banya__image img,
.banya__image picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banya__content {
  grid-row-start: 1;
  color: #f5f3f2;
  padding: 114px 100px 128px 145px;
  background: url("../img/banya/green-bg.png") center/cover no-repeat;
}
@media (max-width: 1600px) {
  .banya__content {
    padding: 80px 60px 80px 60px;
  }
}
@media (max-width: 1380px) {
  .banya__content {
    padding: 40px 40px 40px 40px;
  }
}
@media (max-width: 767.98px) {
  .banya__content {
    padding: 35px 24px 35px 24px;
  }
}
.banya__text {
  font-size: 24px;
  margin-bottom: 26px;
}
@media (max-width: 1200px) {
  .banya__text {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .banya__text {
    font-size: 18px;
  }
}
@media (max-width: 479.98px) {
  .banya__text {
    font-size: 17px;
  }
}
.banya__title {
  margin-bottom: 14px;
}
.banya__text--underline {
  border-bottom: 3px solid #f5f3f2;
  color: #f5f3f2;
  padding-bottom: 18px;
  margin-bottom: 30px;
  font-size: 24px;
}
.banya__text--underline span {
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .banya__text--underline {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .banya__text--underline {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 16px;
  }
}
@media (max-width: 479.98px) {
  .banya__text--underline {
    font-size: 17px;
    padding-bottom: 8px;
    margin-bottom: 12px;
  }
}
.banya__text--underline:first-child {
  margin-top: 30px;
}
.banya__text--underline-belka {
  position: relative;
}
.banya__text--underline-belka img {
  position: absolute;
  top: -45px;
  right: -10px;
  height: 90px;
  width: 130px;
}
@media (max-width: 1590px) {
  .banya__text--underline-belka img {
    height: 80px;
    width: 115px;
    top: -38px;
  }
}
@media (max-width: 767.98px) {
  .banya__text--underline-belka img {
    height: 50px;
    width: 100px;
    top: -68px;
  }
}
@media (max-width: 479.98px) {
  .banya__text--underline-belka img {
    height: 40px;
    width: 80px;
    top: -55px;
    right: -19px;
  }
}
.banya__btn {
  margin-top: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 77px;
  max-width: 415px;
  border-radius: 77px;
  background-color: #fff;
  color: #30322f;
  margin-left: auto;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .banya__btn:hover {
    background: #8f9687;
  }
}
@media (max-width: 767px) {
  .banya__btn {
    min-height: 47px;
  }
}

.specialoffers {
  background: url("../img/light-bg.png") 0 0/100% repeat-Y;
}
.specialoffers__body {
  display: grid;
  grid-template-columns: 57% 1fr;
}
@media (max-width: 1080px) {
  .specialoffers__body {
    grid-template-columns: 1fr;
  }
}
.specialoffers__image {
  min-height: 100%;
  position: relative;
}
.specialoffers__image img {
  transition: height 9s ease-in-out;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.specialoffers__image {
  background: url("../img/specialoffers/specialoffers-decor.svg") center 30vw/270px 270px no-repeat, url("../img/specialoffers/specialoffers.png") 0 0/100% auto no-repeat;
}
.specialoffers__content {
  height: auto;
  padding: 124px 145px 124px 100px;
}
@media (max-width: 1590px) {
  .specialoffers__content {
    padding: 40px 40px 60px 40px;
  }
}
@media (max-width: 767.98px) {
  .specialoffers__content {
    padding: 40px 40px 40px 40px;
  }
}
@media (max-width: 479.98px) {
  .specialoffers__content {
    padding: 30px 30px 30px 30px;
  }
}
.specialoffers__title {
  margin-bottom: 25px;
}

.specialoffers__item {
  background: #fff;
  border-radius: 53px;
  padding: 27px 28px 32px 50px;
}
@media (max-width: 1590px) {
  .specialoffers__item {
    padding: 22px 22px 22px 25px;
    border-radius: 40px;
  }
}
@media (max-width: 991.98px) {
  .specialoffers__item {
    padding: 20px 20px 20px 20px;
    border-radius: 30px;
  }
}

.specialoffers__item:not(:last-child) {
  margin-bottom: 20px;
}

.specialoffers__item-button {
  cursor: pointer;
}
.specialoffers__item-button div {
  max-width: 80%;
}
.specialoffers__item-button div p {
  font-size: 40px;
  line-height: 1;
}
@media (min-width: 99.375em) {
  .specialoffers__item-button div p {
    font-size: 2.5rem;
  }
}
@media (min-width: 20em) and (max-width: 99.375em) {
  @supports (font-size: clamp( 1.5rem , 1.2480314961rem  +  1.2598425197vw , 2.5rem )) {
    .specialoffers__item-button div p {
      font-size: clamp( 1.5rem , 1.2480314961rem  +  1.2598425197vw , 2.5rem );
    }
  }
  @supports not (font-size: clamp( 1.5rem , 1.2480314961rem  +  1.2598425197vw , 2.5rem )) {
    .specialoffers__item-button div p {
      font-size: calc(1.5rem + 1 * (100vw - 20rem) / 79.375);
    }
  }
}
@media (max-width: 20em) {
  .specialoffers__item-button div p {
    font-size: 1.5rem;
  }
}
.specialoffers__item-button div p {
  margin-bottom: 12px;
}
@media (max-width: 991.98px) {
  .specialoffers__item-button div p {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .specialoffers__item-button div p {
    font-size: 28px;
  }
}
.specialoffers__item-button div .specialoffers__item-button-text {
  font-size: 20px;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .specialoffers__item-button div .specialoffers__item-button-text {
    font-size: 18px;
  }
}
.specialoffers__item-button {
  background: #fff;
  border-radius: 30px;
  text-align: left;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 40px;
  margin-bottom: 10px;
}

.specialoffers__item-button::after {
  content: "";
  display: block;
  margin-left: auto;
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  background: url("../img/specialoffers/arrow.svg") center/contain no-repeat;
  transition: all 0.7s ease 0s;
}

@media (max-width: 767px) {
  .specialoffers__item-button {
    font-size: 20px;
  }
  .specialoffers__item-button::after {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }
}
.specialoffers__item-button.active p {
  color: #c15e36;
}

.specialoffers__item-button.active::after {
  transform: rotate(180deg);
}

.specialoffers__item-desc {
  display: grid;
  grid-template-rows: 0fr;
  padding: 0px 0px;
  font-size: 18px;
  transition: all 0.7s ease 0s;
  border-radius: 30px;
  color: #000;
  background: #fff;
  font-family: "Manrope";
}

.specialoffers__item-desc > p {
  overflow: hidden;
}

.specialoffers__item-desc.open {
  margin-top: 26px;
  grid-template-rows: 1fr;
}

.map img {
  max-width: 100%;
  width: 100%;
}

.contacts {
  background: url("../img/light-bg.png") 0 0/100% repeat-Y;
  padding: 124px 0px 135px;
}
@media (max-width: 1590px) {
  .contacts {
    padding: 65px 0px 100px;
  }
}
@media (max-width: 991.98px) {
  .contacts {
    padding: 35px 0px 60px;
  }
}
@media (max-width: 767.98px) {
  .contacts {
    padding: 25px 0px 30px;
  }
}
@media (max-width: 479.98px) {
  .contacts {
    padding: 20px 0px 20px;
  }
}
.contacts__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1%;
}
@media (max-width: 991.98px) {
  .contacts__body {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.contacts__column--adress {
  padding-left: 130px;
}
@media (max-width: 1300px) {
  .contacts__column--adress {
    padding-left: 40px;
  }
}
@media (max-width: 991.98px) {
  .contacts__column--adress {
    padding-left: 0px;
  }
}
.contacts__column p {
  font-weight: 300;
}
.contacts__adress p:not(:last-child) {
  margin-bottom: 22px;
}
.contacts__title {
  margin-bottom: 50px;
}
@media (max-width: 1590px) {
  .contacts__title {
    margin-bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  .contacts__title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .contacts__title {
    margin-bottom: 25px;
  }
}
@media (max-width: 479.98px) {
  .contacts__title {
    margin-bottom: 20px;
  }
}
.contacts__icon {
  width: 64px;
  height: 64px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .contacts__icon {
    width: 40px;
    height: 40px;
  }
}
.contacts__icon img {
  width: 50%;
  height: 50%;
}
.contacts__phone {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-bottom: 27px;
  color: #000;
}
@media (max-width: 767px) {
  .contacts__phone {
    gap: 16px;
  }
}
@media (any-hover: hover) {
  .contacts__phone a:hover {
    text-decoration: underline;
  }
}
.contacts__email {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-bottom: 22px;
  color: #000;
}
@media (max-width: 767px) {
  .contacts__email {
    gap: 16px;
  }
}
@media (any-hover: hover) {
  .contacts__email a:hover {
    text-decoration: underline;
  }
}

.form-block {
  background: #dddbde;
  padding: 71px 66px;
}
@media (max-width: 1590px) {
  .form-block {
    padding: 50px 40px;
  }
}
@media (max-width: 991.98px) {
  .form-block {
    padding: 30px 25px;
  }
}
@media (max-width: 767.98px) {
  .form-block {
    padding: 25px 18px;
  }
}
@media (max-width: 479.98px) {
  .form-block {
    padding: 20px 16px;
  }
}
.form-block__text {
  color: #232522;
  margin-bottom: 18px;
  line-height: 1.4;
}
@media (max-width: 991.98px) {
  .form-block__text {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .form-block__text {
    font-size: 16px;
  }
}
@media (max-width: 479.98px) {
  .form-block__text {
    font-size: 14px;
  }
}
.form-block__text a {
  text-decoration: underline;
  font-weight: 600;
}
.form-block__text a:hover {
  text-decoration: none;
}
.form-block__item {
  border: 1px solid #000;
  border-radius: 22px;
  height: 81px;
  padding: 3px 29px;
  background-color: #fff;
  font-size: 24px;
}
@media (max-width: 1590px) {
  .form-block__item {
    height: 70px;
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  .form-block__item {
    height: 55px;
    font-size: 20px;
    padding: 3px 24px;
  }
}
@media (max-width: 767.98px) {
  .form-block__item {
    height: 40px;
    font-size: 18px;
    padding: 3px 20px;
  }
}
@media (max-width: 767.98px) {
  .form-block__item {
    height: 40px;
    font-size: 16px;
    padding: 3px 15px;
  }
}
.form-block__item:not(:last-child) {
  margin-bottom: 18px;
}
.form-block__input {
  font-size: inherit;
  background-color: #fff;
  width: 100%;
  height: 100%;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #000;
}
.form-block__input::-moz-placeholder {
  color: #000;
}
.form-block__input::placeholder {
  color: #000;
}
.form-block__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  border-radius: 157px;
  width: 242px;
  height: 65px;
  background: #232522;
  overflow: hidden;
  padding: 16px 30px;
  align-self: center;
  transition: all 0.3s ease 0s;
  border: 1px solid #232522;
  cursor: pointer;
}
@media (max-width: 767px) {
  .form-block__btn {
    height: 55px;
    font-size: 20px;
  }
}
@media (any-hover: hover) {
  .form-block__btn:hover {
    background-color: #fff;
    border: 1px solid #232522;
    color: #232522;
  }
}

input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  position: relative;
  z-index: 5;
  background: url("../img/input-date_icon.svg") center/contain no-repeat;
  display: block;
  width: 28px;
  height: 28px;
  box-sizing: border-box;
}
@media (max-width: 767.98px) {
  input[type=date]::-webkit-calendar-picker-indicator {
    width: 18px;
    height: 18px;
  }
}

input[type=date] {
  position: relative;
}

input[type=date]:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  content: attr(placeholder);
  color: #000;
  text-align: left;
  margin-right: 10px;
  background-color: #fff;
}

input[type=date]:focus:before {
  content: none;
}

input[type=date]:valid:before {
  content: none;
}

.price {
  background: url("../img/light-bg.png") 0 0/100% repeat-Y;
  padding: 215px 0px 145px;
}
@media (max-width: 1590px) {
  .price {
    padding: 165px 0px 100px;
  }
}
@media (max-width: 991.98px) {
  .price {
    padding: 135px 0px 60px;
  }
}
@media (max-width: 767.98px) {
  .price {
    padding: 125px 0px 30px;
  }
}
@media (max-width: 479.98px) {
  .price {
    padding: 100px 0px 20px;
  }
}
.price__title {
  margin-bottom: 33px;
}
.price__body {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .price__body {
    margin-bottom: 30px;
  }
}
.price__item {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.price__item:nth-child(even) {
  flex-direction: row-reverse;
}
.price__item:nth-child(odd) .item-price__image .label,
.price__item:nth-child(odd) .item-price__image .text {
  text-align: right;
}
@media (max-width: 1590px) {
  .price__item {
    gap: 30px;
  }
}
@media (max-width: 991.98px) {
  .price__item {
    flex-direction: column;
  }
  .price__item:nth-child(even) {
    flex-direction: column;
  }
}
.price__services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media (max-width: 1590px) {
  .price__services {
    gap: 30px;
  }
}
@media (max-width: 991.98px) {
  .price__services {
    grid-template-columns: 1fr;
  }
}
.price__services-label {
  font-size: 32px;
  line-height: 118%;
  letter-spacing: 0.2em;
  color: #c15e36;
  margin-bottom: 44px;
}
@media (max-width: 991.98px) {
  .price__services-label {
    margin-bottom: 24px;
    font-size: 30px;
  }
}
.price__services-list {
  display: flex;
  flex-direction: column;
}
.price__services-list li {
  padding-bottom: 16px;
  border-bottom: 2px solid #30322f;
  margin-bottom: 16px;
  font-size: 24px;
}
@media (max-width: 1590px) {
  .price__services-list li {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .price__services-list li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .price__services-list li {
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-size: 18px;
  }
}

.item-price {
  margin-bottom: 50px;
}
.item-price__info {
  border: 3px solid #30322f;
  border-radius: 53px;
  padding: 65px 63px 65px 57px;
  flex: 0 1 calc(50% - 25px);
}
@media (max-width: 1590px) {
  .item-price__info {
    padding: 35px 30px 35px 25px;
  }
}
@media (max-width: 991.98px) {
  .item-price__info {
    padding: 30px 20px 30px 20px;
  }
}
@media (max-width: 767.98px) {
  .item-price__info {
    border-radius: 30px;
    padding: 30px 15px 30px 15px;
  }
}
@media (max-width: 479.98px) {
  .item-price__info {
    padding: 25px 10px 25px 10px;
  }
}
.item-price__image {
  flex: 0 1 calc(50% - 25px);
  display: flex;
  flex-direction: column;
}
.item-price__image .image {
  aspect-ratio: 690/595;
  border-radius: 53px;
  overflow: hidden;
  margin-bottom: 36px;
}
@media (max-width: 767.98px) {
  .item-price__image .image {
    border-radius: 30px;
    margin-bottom: 24px;
  }
}
.item-price__image .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 99.375em) {
  .item-price__image .label {
    font-size: 3rem;
  }
}
@media (min-width: 20em) and (max-width: 99.375em) {
  @supports (font-size: clamp( 1.5rem , 1.1220472441rem  +  1.8897637795vw , 3rem )) {
    .item-price__image .label {
      font-size: clamp( 1.5rem , 1.1220472441rem  +  1.8897637795vw , 3rem );
    }
  }
  @supports not (font-size: clamp( 1.5rem , 1.1220472441rem  +  1.8897637795vw , 3rem )) {
    .item-price__image .label {
      font-size: calc(1.5rem + 1.5 * (100vw - 20rem) / 79.375);
    }
  }
}
@media (max-width: 20em) {
  .item-price__image .label {
    font-size: 1.5rem;
  }
}
.item-price__image .label {
  letter-spacing: 0.13em;
  color: #30322f;
  font-family: "Gogol";
}
.item-price__image .text {
  margin-top: auto;
  font-size: 20px;
  line-height: 118%;
  color: #30322f;
}
.item-price__image .text p {
  margin-bottom: 30px;
}
.item-price__title {
  font-size: 48px;
}
@media (min-width: 99.375em) {
  .item-price__title {
    font-size: 3rem;
  }
}
@media (min-width: 20em) and (max-width: 99.375em) {
  @supports (font-size: clamp( 1.5rem , 1.1220472441rem  +  1.8897637795vw , 3rem )) {
    .item-price__title {
      font-size: clamp( 1.5rem , 1.1220472441rem  +  1.8897637795vw , 3rem );
    }
  }
  @supports not (font-size: clamp( 1.5rem , 1.1220472441rem  +  1.8897637795vw , 3rem )) {
    .item-price__title {
      font-size: calc(1.5rem + 1.5 * (100vw - 20rem) / 79.375);
    }
  }
}
@media (max-width: 20em) {
  .item-price__title {
    font-size: 1.5rem;
  }
}
.item-price__title {
  line-height: 118%;
  text-transform: uppercase;
  color: #30322f;
  margin-bottom: 15px;
}
.item-price__sub-title {
  font-size: 40px;
  line-height: 107%;
  color: #30322f;
  margin-bottom: 35px;
}
@media (min-width: 99.375em) {
  .item-price__sub-label {
    font-size: 2rem;
  }
}
@media (min-width: 20em) and (max-width: 99.375em) {
  @supports (font-size: clamp( 1.25rem , 1.061023622rem  +  0.9448818898vw , 2rem )) {
    .item-price__sub-label {
      font-size: clamp( 1.25rem , 1.061023622rem  +  0.9448818898vw , 2rem );
    }
  }
  @supports not (font-size: clamp( 1.25rem , 1.061023622rem  +  0.9448818898vw , 2rem )) {
    .item-price__sub-label {
      font-size: calc(1.25rem + 0.75 * (100vw - 20rem) / 79.375);
    }
  }
}
@media (max-width: 20em) {
  .item-price__sub-label {
    font-size: 1.25rem;
  }
}
.item-price__sub-label {
  line-height: 118%;
  letter-spacing: 0.2em;
  color: #c15e36;
  margin-bottom: 50px;
  font-weight: 600;
}
@media (max-width: 1590px) {
  .item-price__sub-label {
    margin-bottom: 30px;
  }
}
.item-price__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .item-price__grid {
    font-size: 18px;
  }
}
.item-price__grid:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 32%;
  width: 2px;
  height: 100%;
  background-color: #30322f;
}
.item-price__grid:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 66%;
  width: 2px;
  height: 100%;
  background-color: #30322f;
}
.item-price__grid .quantity {
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 2px solid #30322f;
}
.item-price__grid .days {
  font-weight: 600;
  border-bottom: 2px solid #30322f;
  padding-bottom: 15px;
}
@media (min-width: 99.375em) {
  .item-price__grid .days {
    padding-left: 2rem;
  }
}
@media (min-width: 20em) and (max-width: 99.375em) {
  @supports (padding-left: clamp( 0.625rem , 0.2785433071rem  +  1.7322834646vw , 2rem )) {
    .item-price__grid .days {
      padding-left: clamp( 0.625rem , 0.2785433071rem  +  1.7322834646vw , 2rem );
    }
  }
  @supports not (padding-left: clamp( 0.625rem , 0.2785433071rem  +  1.7322834646vw , 2rem )) {
    .item-price__grid .days {
      padding-left: calc(0.625rem + 1.375 * (100vw - 20rem) / 79.375);
    }
  }
}
@media (max-width: 20em) {
  .item-price__grid .days {
    padding-left: 0.625rem;
  }
}
.item-price__grid .text {
  padding-top: 17px;
}
@media (min-width: 99.375em) {
  .item-price__grid .text {
    padding-left: 2rem;
  }
}
@media (min-width: 20em) and (max-width: 99.375em) {
  @supports (padding-left: clamp( 0.625rem , 0.2785433071rem  +  1.7322834646vw , 2rem )) {
    .item-price__grid .text {
      padding-left: clamp( 0.625rem , 0.2785433071rem  +  1.7322834646vw , 2rem );
    }
  }
  @supports not (padding-left: clamp( 0.625rem , 0.2785433071rem  +  1.7322834646vw , 2rem )) {
    .item-price__grid .text {
      padding-left: calc(0.625rem + 1.375 * (100vw - 20rem) / 79.375);
    }
  }
}
@media (max-width: 20em) {
  .item-price__grid .text {
    padding-left: 0.625rem;
  }
}
@media (min-width: 99.375em) {
  .item-price__grid .text {
    padding-right: 2rem;
  }
}
@media (min-width: 20em) and (max-width: 99.375em) {
  @supports (padding-right: clamp( 0.625rem , 0.2785433071rem  +  1.7322834646vw , 2rem )) {
    .item-price__grid .text {
      padding-right: clamp( 0.625rem , 0.2785433071rem  +  1.7322834646vw , 2rem );
    }
  }
  @supports not (padding-right: clamp( 0.625rem , 0.2785433071rem  +  1.7322834646vw , 2rem )) {
    .item-price__grid .text {
      padding-right: calc(0.625rem + 1.375 * (100vw - 20rem) / 79.375);
    }
  }
}
@media (max-width: 20em) {
  .item-price__grid .text {
    padding-right: 0.625rem;
  }
}
.item-price__grid .text-day {
  padding-left: 0;
}
.item-price__grid--two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  margin-bottom: 50px;
}
.item-price__grid--two:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #30322f;
}
.item-price__grid--two .quantity {
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 2px solid #30322f;
}
.item-price__grid--two .days {
  font-weight: 600;
  border-bottom: 2px solid #30322f;
  padding-bottom: 15px;
}
@media (min-width: 99.375em) {
  .item-price__grid--two .days {
    padding-left: 2rem;
  }
}
@media (min-width: 20em) and (max-width: 99.375em) {
  @supports (padding-left: clamp( 0.625rem , 0.2785433071rem  +  1.7322834646vw , 2rem )) {
    .item-price__grid--two .days {
      padding-left: clamp( 0.625rem , 0.2785433071rem  +  1.7322834646vw , 2rem );
    }
  }
  @supports not (padding-left: clamp( 0.625rem , 0.2785433071rem  +  1.7322834646vw , 2rem )) {
    .item-price__grid--two .days {
      padding-left: calc(0.625rem + 1.375 * (100vw - 20rem) / 79.375);
    }
  }
}
@media (max-width: 20em) {
  .item-price__grid--two .days {
    padding-left: 0.625rem;
  }
}
.item-price__grid--two .text {
  padding-top: 17px;
}
@media (min-width: 99.375em) {
  .item-price__grid--two .text {
    padding-left: 2rem;
  }
}
@media (min-width: 20em) and (max-width: 99.375em) {
  @supports (padding-left: clamp( 0.625rem , 0.2785433071rem  +  1.7322834646vw , 2rem )) {
    .item-price__grid--two .text {
      padding-left: clamp( 0.625rem , 0.2785433071rem  +  1.7322834646vw , 2rem );
    }
  }
  @supports not (padding-left: clamp( 0.625rem , 0.2785433071rem  +  1.7322834646vw , 2rem )) {
    .item-price__grid--two .text {
      padding-left: calc(0.625rem + 1.375 * (100vw - 20rem) / 79.375);
    }
  }
}
@media (max-width: 20em) {
  .item-price__grid--two .text {
    padding-left: 0.625rem;
  }
}
@media (min-width: 99.375em) {
  .item-price__grid--two .text {
    padding-right: 2rem;
  }
}
@media (min-width: 20em) and (max-width: 99.375em) {
  @supports (padding-right: clamp( 0.625rem , 0.2785433071rem  +  1.7322834646vw , 2rem )) {
    .item-price__grid--two .text {
      padding-right: clamp( 0.625rem , 0.2785433071rem  +  1.7322834646vw , 2rem );
    }
  }
  @supports not (padding-right: clamp( 0.625rem , 0.2785433071rem  +  1.7322834646vw , 2rem )) {
    .item-price__grid--two .text {
      padding-right: calc(0.625rem + 1.375 * (100vw - 20rem) / 79.375);
    }
  }
}
@media (max-width: 20em) {
  .item-price__grid--two .text {
    padding-right: 0.625rem;
  }
}
.item-price__grid--two .text-day {
  padding-left: 0;
}
@media (min-width: 99.375em) {
  .item-price__label {
    font-size: 2rem;
  }
}
@media (min-width: 20em) and (max-width: 99.375em) {
  @supports (font-size: clamp( 1.25rem , 1.061023622rem  +  0.9448818898vw , 2rem )) {
    .item-price__label {
      font-size: clamp( 1.25rem , 1.061023622rem  +  0.9448818898vw , 2rem );
    }
  }
  @supports not (font-size: clamp( 1.25rem , 1.061023622rem  +  0.9448818898vw , 2rem )) {
    .item-price__label {
      font-size: calc(1.25rem + 0.75 * (100vw - 20rem) / 79.375);
    }
  }
}
@media (max-width: 20em) {
  .item-price__label {
    font-size: 1.25rem;
  }
}
.item-price__label {
  line-height: 118%;
  letter-spacing: 0.2em;
  color: #30322f;
  margin-bottom: 15px;
}
.item-price__list:not(.item-price__list:last-child) {
  margin-bottom: 35px;
}
.item-price__list .day {
  font-size: 24px;
  line-height: 118%;
  letter-spacing: 0.2em;
  color: #30322f;
  font-weight: 600;
  margin-bottom: 15px;
}
.item-price__list ul li.bold {
  font-weight: 500;
}
.item-price__list ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.room {
  background: url("../img/light-bg.png") 0 0/100% repeat-Y;
  padding: 0px 0px 145px;
}
@media (max-width: 1590px) {
  .room {
    padding: 0px 0px 100px;
  }
}
@media (max-width: 991.98px) {
  .room {
    padding: 0px 0px 60px;
  }
}
@media (max-width: 767.98px) {
  .room {
    padding: 0px 0px 30px;
  }
}
@media (max-width: 479.98px) {
  .room {
    padding: 0px 0px 20px;
  }
}
.sliders {
  background: url("../img/light-bg.png") 0 0/100% repeat-Y;
  padding: 215px 0px 110px;
}
@media (max-width: 1590px) {
  .sliders {
    padding: 165px 0px 80px;
  }
}
@media (max-width: 991.98px) {
  .sliders {
    padding: 135px 0px 50px;
  }
}
@media (max-width: 767.98px) {
  .sliders {
    padding: 125px 0px 30px;
  }
}
@media (max-width: 479.98px) {
  .sliders {
    padding: 100px 0px 20px;
  }
}
.sliders__title {
  margin-bottom: 40px;
}
@media (min-width: 99.375em) {
  .sliders__title {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 20em) and (max-width: 99.375em) {
  @supports (margin-bottom: clamp( 1.25rem , 0.9350393701rem  +  1.5748031496vw , 2.5rem )) {
    .sliders__title {
      margin-bottom: clamp( 1.25rem , 0.9350393701rem  +  1.5748031496vw , 2.5rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 0.9350393701rem  +  1.5748031496vw , 2.5rem )) {
    .sliders__title {
      margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 79.375);
    }
  }
}
@media (max-width: 20em) {
  .sliders__title {
    margin-bottom: 1.25rem;
  }
}
.sliders__tab-buttons {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 10px;
  margin-bottom: 20px;
}
.sliders__tab-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  border: 2px solid #30322f;
  border-radius: 69px;
  padding: 18px 27px;
  transition: background 0.3s ease 0s;
  cursor: pointer;
}
@media (any-hover: hover) {
  .sliders__tab-btn:hover {
    background: #f3f2f1;
  }
}
.sliders__tab-btn.active {
  background: #f3f2f1;
}
@media (max-width: 991.98px) {
  .sliders__tab-btn {
    font-size: 28px;
    padding: 12px 20px;
  }
}
@media (max-width: 767.98px) {
  .sliders__tab-btn {
    font-size: 26px;
    padding: 10px 16px;
  }
}
.sliders__tab-content {
  display: none;
}
.sliders__tab-content.open {
  display: grid;
}
.sliders__tab-content.visible {
  display: grid;
}
.sliders__tab-content {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 1590px) {
  .sliders__tab-content {
    grid-template-columns: 45% 1fr;
  }
}
@media (max-width: 991.98px) {
  .sliders__tab-content {
    grid-template-columns: 100%;
  }
}
.sliders__image-wrapper {
  max-width: 100%;
  min-width: 0;
}
.sliders__tab-slider {
  max-width: 100%;
}

.slide__image {
  border-radius: 53px;
  overflow: hidden;
  aspect-ratio: 704/800;
}
.slide__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  .slide__image {
    border-radius: 30px;
  }
}
.slide__navigations {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 99.375em) {
  .slide__navigations {
    margin-top: 3.125rem;
  }
}
@media (min-width: 20em) and (max-width: 99.375em) {
  @supports (margin-top: clamp( 1.5rem , 1.0905511811rem  +  2.0472440945vw , 3.125rem )) {
    .slide__navigations {
      margin-top: clamp( 1.5rem , 1.0905511811rem  +  2.0472440945vw , 3.125rem );
    }
  }
  @supports not (margin-top: clamp( 1.5rem , 1.0905511811rem  +  2.0472440945vw , 3.125rem )) {
    .slide__navigations {
      margin-top: calc(1.5rem + 1.625 * (100vw - 20rem) / 79.375);
    }
  }
}
@media (max-width: 20em) {
  .slide__navigations {
    margin-top: 1.5rem;
  }
}
.slide__navigations {
  gap: 125px;
}
.slide__content {
  border: 2px solid #30322f;
  border-radius: 53px;
  padding: 53px 60px 35px 49px;
}
@media (max-width: 1590px) {
  .slide__content {
    padding: 30px 30px 33px 30px;
  }
}
@media (max-width: 991.98px) {
  .slide__content {
    grid-row-start: 1;
    border-radius: 30px;
  }
}
@media (min-width: 99.375em) {
  .slide__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 20em) and (max-width: 99.375em) {
  @supports (font-size: clamp( 1.5rem , 1.2480314961rem  +  1.2598425197vw , 2.5rem )) {
    .slide__title {
      font-size: clamp( 1.5rem , 1.2480314961rem  +  1.2598425197vw , 2.5rem );
    }
  }
  @supports not (font-size: clamp( 1.5rem , 1.2480314961rem  +  1.2598425197vw , 2.5rem )) {
    .slide__title {
      font-size: calc(1.5rem + 1 * (100vw - 20rem) / 79.375);
    }
  }
}
@media (max-width: 20em) {
  .slide__title {
    font-size: 1.5rem;
  }
}
.slide__title {
  line-height: 118%;
  text-transform: uppercase;
  color: #30322f;
  margin-bottom: 30px;
}
@media (min-width: 99.375em) {
  .slide__title {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 99.375em) {
  @supports (margin-bottom: clamp( 1.25rem , 1.092519685rem  +  0.7874015748vw , 1.875rem )) {
    .slide__title {
      margin-bottom: clamp( 1.25rem , 1.092519685rem  +  0.7874015748vw , 1.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 1.092519685rem  +  0.7874015748vw , 1.875rem )) {
    .slide__title {
      margin-bottom: calc(1.25rem + 0.625 * (100vw - 20rem) / 79.375);
    }
  }
}
@media (max-width: 20em) {
  .slide__title {
    margin-bottom: 1.25rem;
  }
}
.slide__text {
  font-size: 24px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .slide__text {
    margin-bottom: 20px;
  }
}
.slide__text--icon {
  display: flex;
  gap: 9px;
}
.slide__list-label {
  font-size: 24px;
  line-height: 118%;
  color: #30322f;
  margin-bottom: 9px;
}
.slide__list {
  margin-bottom: 20px;
}
.slide__list li {
  display: flex;
  gap: 15px;
  align-items: center;
}
.slide__list li::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #30322f;
}
@media (min-width: 99.375em) {
  .slide__grid {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 20em) and (max-width: 99.375em) {
  @supports (margin-bottom: clamp( 1.25rem , 0.9350393701rem  +  1.5748031496vw , 2.5rem )) {
    .slide__grid {
      margin-bottom: clamp( 1.25rem , 0.9350393701rem  +  1.5748031496vw , 2.5rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 0.9350393701rem  +  1.5748031496vw , 2.5rem )) {
    .slide__grid {
      margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 79.375);
    }
  }
}
@media (max-width: 20em) {
  .slide__grid {
    margin-bottom: 1.25rem;
  }
}
.slide__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 6px;
  -moz-column-gap: 44px;
       column-gap: 44px;
}
.slide__grid-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 9px;
  align-items: center;
}
.slide__button {
  background: #f3f2f1;
  border: 2px solid #30322f;
  border-radius: 69px;
  padding: 18px 27px;
  width: 100%;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .slide__button:hover {
    background-color: #8e9586;
    border: 2px solid #8e9586;
  }
}
@media (max-width: 1590px) {
  .slide__button {
    padding: 12px 27px;
    height: 65px;
  }
}

.slide-button-prev,
.slide-button-next {
  width: 49px;
  height: 50px;
}
@media (max-width: 767px) {
  .slide-button-prev,
  .slide-button-next {
    width: 40px;
    height: 40px;
  }
}
.slide-button-prev,
.slide-button-next {
  cursor: pointer;
}
.slide-button-prev img,
.slide-button-next img {
  width: 100%;
  height: 100%;
}

.slide-button-next img {
  transform: rotate(180deg);
}

.text-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-icon img {
  width: 75%;
  height: 75%;
}

.blog {
  background: url("../img/light-bg.png") 0 0/100% repeat-Y;
  padding: 215px 0px 110px;
}
@media (max-width: 1590px) {
  .blog {
    padding: 165px 0px 80px;
  }
}
@media (max-width: 991.98px) {
  .blog {
    padding: 135px 0px 50px;
  }
}
@media (max-width: 767.98px) {
  .blog {
    padding: 125px 0px 30px;
  }
}
@media (max-width: 479.98px) {
  .blog {
    padding: 100px 0px 20px;
  }
}
.blog__header {
  display: flex;
  -moz-column-gap: 87px;
       column-gap: 87px;
}
@media (max-width: 991.98px) {
  .blog__header {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
.blog__header img {
  width: 167px;
  height: 39px;
}
@media (max-width: 991.98px) {
  .blog__header img {
    width: 127px;
    height: 36px;
  }
}
@media (max-width: 767.98px) {
  .blog__header img {
    width: 100px;
    height: 30px;
  }
}
@media (min-width: 99.375em) {
  .blog__header {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 20em) and (max-width: 99.375em) {
  @supports (margin-bottom: clamp( 1.5rem , 1.0905511811rem  +  2.0472440945vw , 3.125rem )) {
    .blog__header {
      margin-bottom: clamp( 1.5rem , 1.0905511811rem  +  2.0472440945vw , 3.125rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.5rem , 1.0905511811rem  +  2.0472440945vw , 3.125rem )) {
    .blog__header {
      margin-bottom: calc(1.5rem + 1.625 * (100vw - 20rem) / 79.375);
    }
  }
}
@media (max-width: 20em) {
  .blog__header {
    margin-bottom: 1.5rem;
  }
}
.blog__title {
  margin-bottom: 0;
}
@media (min-width: 99.375em) {
  .blog__title {
    font-size: 4rem;
  }
}
@media (min-width: 20em) and (max-width: 99.375em) {
  @supports (font-size: clamp( 1.5rem , 0.8700787402rem  +  3.1496062992vw , 4rem )) {
    .blog__title {
      font-size: clamp( 1.5rem , 0.8700787402rem  +  3.1496062992vw , 4rem );
    }
  }
  @supports not (font-size: clamp( 1.5rem , 0.8700787402rem  +  3.1496062992vw , 4rem )) {
    .blog__title {
      font-size: calc(1.5rem + 2.5 * (100vw - 20rem) / 79.375);
    }
  }
}
@media (max-width: 20em) {
  .blog__title {
    font-size: 1.5rem;
  }
}
.blog__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 767.98px) {
  .blog__items {
    grid-template-columns: 1fr;
  }
}
.blog__item {
  border-radius: 53px;
  border: 2px solid #30322f;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .blog__item {
    border-radius: 30px;
  }
}
.blog__info {
  flex: 1 1 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 27px 35px 35px 35px;
}
@media (max-width: 991.98px) {
  .blog__info {
    padding: 20px 20px 20px 20px;
  }
}
.item-blog__image {
  aspect-ratio: 705/438;
}
.item-blog__image img {
  width: 100%;
}
.item-blog__text {
  flex: 1 1 auto;
  font-size: 32px;
}
@media (min-width: 99.375em) {
  .item-blog__text {
    font-size: 2rem;
  }
}
@media (min-width: 20em) and (max-width: 99.375em) {
  @supports (font-size: clamp( 1.25rem , 1.061023622rem  +  0.9448818898vw , 2rem )) {
    .item-blog__text {
      font-size: clamp( 1.25rem , 1.061023622rem  +  0.9448818898vw , 2rem );
    }
  }
  @supports not (font-size: clamp( 1.25rem , 1.061023622rem  +  0.9448818898vw , 2rem )) {
    .item-blog__text {
      font-size: calc(1.25rem + 0.75 * (100vw - 20rem) / 79.375);
    }
  }
}
@media (max-width: 20em) {
  .item-blog__text {
    font-size: 1.25rem;
  }
}
.item-blog__text {
  color: #30322f;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .item-blog__text {
    margin-bottom: 20px;
  }
}
.item-blog__date {
  font-size: 20px;
  color: #30322f;
  font-family: "Manrope";
}
@media (max-width: 991.98px) {
  .item-blog__date {
    font-size: 16px;
  }
}
.item-blog__button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f3f2f1;
  border: 2px solid #30322f;
  border-radius: 69px;
  padding: 18px 27px;
  width: 100%;
  transition: all 0.3s ease 0s;
}
@media (max-width: 991.98px) {
  .item-blog__button {
    padding: 10px 20px;
  }
}
@media (any-hover: hover) {
  .item-blog__button:hover {
    background-color: #8e9586;
    border: 2px solid #8e9586;
  }
}
@media (min-width: 99.375em) {
  .item-blog__button {
    margin-top: 3.125rem;
  }
}
@media (min-width: 20em) and (max-width: 99.375em) {
  @supports (margin-top: clamp( 1.5rem , 1.0905511811rem  +  2.0472440945vw , 3.125rem )) {
    .item-blog__button {
      margin-top: clamp( 1.5rem , 1.0905511811rem  +  2.0472440945vw , 3.125rem );
    }
  }
  @supports not (margin-top: clamp( 1.5rem , 1.0905511811rem  +  2.0472440945vw , 3.125rem )) {
    .item-blog__button {
      margin-top: calc(1.5rem + 1.625 * (100vw - 20rem) / 79.375);
    }
  }
}
@media (max-width: 20em) {
  .item-blog__button {
    margin-top: 1.5rem;
  }
}

@media (min-width: 99.375em) {
  .pagination {
    margin-top: 4.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 99.375em) {
  @supports (margin-top: clamp( 1.5rem , 0.6338582677rem  +  4.3307086614vw , 4.9375rem )) {
    .pagination {
      margin-top: clamp( 1.5rem , 0.6338582677rem  +  4.3307086614vw , 4.9375rem );
    }
  }
  @supports not (margin-top: clamp( 1.5rem , 0.6338582677rem  +  4.3307086614vw , 4.9375rem )) {
    .pagination {
      margin-top: calc(1.5rem + 3.4375 * (100vw - 20rem) / 79.375);
    }
  }
}
@media (max-width: 20em) {
  .pagination {
    margin-top: 1.5rem;
  }
}

.pagination-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.pagination-list-item {
  border: 2px solid #30322f;
  border-radius: 15px;
  padding: 7px 22px 7px 23px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-family: "Manrope";
}
@media (max-width: 991.98px) {
  .pagination-list-item {
    padding: 7px 12px 7px 12px;
    height: 40px;
    font-size: 20px;
    border-radius: 10px;
  }
}
@media (max-width: 767.98px) {
  .pagination-list-item {
    padding: 5px 10px 5px 10px;
    height: 32px;
    font-size: 18px;
    border-radius: 8px;
  }
}
@media (max-width: 479.98px) {
  .pagination-list-item {
    padding: 5px 8px 5px 8px;
    height: 32px;
    font-size: 16px;
  }
}
.pagination-list-item.active {
  background: #30322f;
  color: #fff;
}

.pagination-list-dotted {
  display: flex;
  align-items: flex-end;
  padding-bottom: 7px;
  font-size: 24px;
}
@media (max-width: 991.98px) {
  .pagination-list-dotted {
    padding-bottom: 3px;
  }
}

.control-left {
  margin-right: 30px;
}
@media (max-width: 991.98px) {
  .control-left {
    margin-right: 10px;
  }
}
@media (max-width: 479.98px) {
  .control-left {
    margin-right: 0px;
  }
}

.control-right {
  margin-left: 30px;
}
@media (max-width: 991.98px) {
  .control-right {
    margin-left: 10px;
  }
}
@media (max-width: 479.98px) {
  .control-right {
    margin-left: 0px;
  }
}

.article {
  background: url("../img/light-bg.png") 0 0/100% repeat-Y;
  padding: 215px 0px 110px;
}
@media (max-width: 1590px) {
  .article {
    padding: 165px 0px 80px;
  }
}
@media (max-width: 991.98px) {
  .article {
    padding: 135px 0px 50px;
  }
}
@media (max-width: 767.98px) {
  .article {
    padding: 125px 0px 30px;
  }
}
@media (max-width: 479.98px) {
  .article {
    padding: 100px 0px 20px;
  }
}
.article__body {
  display: grid;
  grid-template-columns: 64% 1fr;
}
@media (max-width: 1080px) {
  .article__body {
    grid-template-columns: 55% 1fr;
  }
}
@media (max-width: 1080px) {
  .article__body {
    grid-template-columns: 1fr;
  }
}
.article__column {
  display: flex;
  flex-direction: column;
}
.article__content-image {
  aspect-ratio: 924/604;
  border-radius: 53px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .article__content-image {
    border-radius: 30px;
  }
}
.article__content-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 99.375em) {
  .article__content {
    margin-top: 2.6875rem;
  }
}
@media (min-width: 20em) and (max-width: 99.375em) {
  @supports (margin-top: clamp( 1.5rem , 1.2007874016rem  +  1.4960629921vw , 2.6875rem )) {
    .article__content {
      margin-top: clamp( 1.5rem , 1.2007874016rem  +  1.4960629921vw , 2.6875rem );
    }
  }
  @supports not (margin-top: clamp( 1.5rem , 1.2007874016rem  +  1.4960629921vw , 2.6875rem )) {
    .article__content {
      margin-top: calc(1.5rem + 1.1875 * (100vw - 20rem) / 79.375);
    }
  }
}
@media (max-width: 20em) {
  .article__content {
    margin-top: 1.5rem;
  }
}
@media (min-width: 99.375em) {
  .article__content-title {
    font-size: 3rem;
  }
}
@media (min-width: 20em) and (max-width: 99.375em) {
  @supports (font-size: clamp( 1.75rem , 1.4350393701rem  +  1.5748031496vw , 3rem )) {
    .article__content-title {
      font-size: clamp( 1.75rem , 1.4350393701rem  +  1.5748031496vw , 3rem );
    }
  }
  @supports not (font-size: clamp( 1.75rem , 1.4350393701rem  +  1.5748031496vw , 3rem )) {
    .article__content-title {
      font-size: calc(1.75rem + 1.25 * (100vw - 20rem) / 79.375);
    }
  }
}
@media (max-width: 20em) {
  .article__content-title {
    font-size: 1.75rem;
  }
}
.article__content-title {
  margin-bottom: 28px;
}
.article__content-date {
  font-family: "Manrope";
  font-size: 24px;
}
@media (min-width: 99.375em) {
  .article__content-date {
    margin-bottom: 3.3125rem;
  }
}
@media (min-width: 20em) and (max-width: 99.375em) {
  @supports (margin-bottom: clamp( 1.875rem , 1.5127952756rem  +  1.811023622vw , 3.3125rem )) {
    .article__content-date {
      margin-bottom: clamp( 1.875rem , 1.5127952756rem  +  1.811023622vw , 3.3125rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.875rem , 1.5127952756rem  +  1.811023622vw , 3.3125rem )) {
    .article__content-date {
      margin-bottom: calc(1.875rem + 1.4375 * (100vw - 20rem) / 79.375);
    }
  }
}
@media (max-width: 20em) {
  .article__content-date {
    margin-bottom: 1.875rem;
  }
}
.article__content-text p {
  margin-bottom: 40px;
}
.article__decor {
  position: relative;
  height: 100%;
  min-height: 200px;
}

@media (min-width: 99.375em) {
  .sidebar-article {
    margin-left: 5.625rem;
  }
}
@media (min-width: 20em) and (max-width: 99.375em) {
  @supports (margin-left: clamp( 0.625rem , -0.6348425197rem  +  6.2992125984vw , 5.625rem )) {
    .sidebar-article {
      margin-left: clamp( 0.625rem , -0.6348425197rem  +  6.2992125984vw , 5.625rem );
    }
  }
  @supports not (margin-left: clamp( 0.625rem , -0.6348425197rem  +  6.2992125984vw , 5.625rem )) {
    .sidebar-article {
      margin-left: calc(0.625rem + 5 * (100vw - 20rem) / 79.375);
    }
  }
}
@media (max-width: 20em) {
  .sidebar-article {
    margin-left: 0.625rem;
  }
}
.sidebar-article__label {
  border-bottom: 4px solid #c15e36;
}
@media (min-width: 99.375em) {
  .sidebar-article__label {
    font-size: 2.5rem;
  }
}
@media (min-width: 20em) and (max-width: 99.375em) {
  @supports (font-size: clamp( 1.5rem , 1.2480314961rem  +  1.2598425197vw , 2.5rem )) {
    .sidebar-article__label {
      font-size: clamp( 1.5rem , 1.2480314961rem  +  1.2598425197vw , 2.5rem );
    }
  }
  @supports not (font-size: clamp( 1.5rem , 1.2480314961rem  +  1.2598425197vw , 2.5rem )) {
    .sidebar-article__label {
      font-size: calc(1.5rem + 1 * (100vw - 20rem) / 79.375);
    }
  }
}
@media (max-width: 20em) {
  .sidebar-article__label {
    font-size: 1.5rem;
  }
}
.sidebar-article__label {
  line-height: 118%;
  color: #30322f;
  padding-bottom: 17px;
}
@media (min-width: 99.375em) {
  .sidebar-article__label {
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 20em) and (max-width: 99.375em) {
  @supports (margin-bottom: clamp( 1.5rem , 1.1850393701rem  +  1.5748031496vw , 2.75rem )) {
    .sidebar-article__label {
      margin-bottom: clamp( 1.5rem , 1.1850393701rem  +  1.5748031496vw , 2.75rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.5rem , 1.1850393701rem  +  1.5748031496vw , 2.75rem )) {
    .sidebar-article__label {
      margin-bottom: calc(1.5rem + 1.25 * (100vw - 20rem) / 79.375);
    }
  }
}
@media (max-width: 20em) {
  .sidebar-article__label {
    margin-bottom: 1.5rem;
  }
}
.sidebar-article__label a:hover {
  text-decoration: underline;
}
.sidebar-article__list {
  font-size: 24px;
  line-height: 118%;
  color: #3b4535;
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.decor-article__1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 17%;
}
.decor-article__1 img {
  width: 100%;
}
.decor-article__2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 48%;
}
.decor-article__2 img {
  width: 100%;
}

.main__bg-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.hero {
  height: 100%;
}
.hero__container {
  height: 100%;
}
.hero__body {
  height: 100%;
  padding-top: 265px;
  position: relative;
  color: #fff;
}
.hero__title {
  margin-bottom: 31px;
  max-width: 585px;
}
@media (min-width: 99.375em) {
  .hero__title {
    font-size: 4rem;
  }
}
@media (min-width: 20em) and (max-width: 99.375em) {
  @supports (font-size: clamp( 1.875rem , 1.3395669291rem  +  2.6771653543vw , 4rem )) {
    .hero__title {
      font-size: clamp( 1.875rem , 1.3395669291rem  +  2.6771653543vw , 4rem );
    }
  }
  @supports not (font-size: clamp( 1.875rem , 1.3395669291rem  +  2.6771653543vw , 4rem )) {
    .hero__title {
      font-size: calc(1.875rem + 2.125 * (100vw - 20rem) / 79.375);
    }
  }
}
@media (max-width: 20em) {
  .hero__title {
    font-size: 1.875rem;
  }
}
.hero__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 101px;
  padding: 25px 68px;
  background: #f3f2f1;
  font-size: 24px;
  color: #30322f;
  transition: all 0.25s ease 0s;
}
@media (any-hover: hover) {
  .hero__button:hover {
    background: #8e9586;
  }
}
@media (max-width: 991.98px) {
  .hero__button {
    padding: 20px 50px;
  }
}

.lodge-info {
  background: url("../img/light-bg.png") 0 0/100% repeat-Y;
  padding: 94px 0px 94px;
}
@media (max-width: 1590px) {
  .lodge-info {
    padding: 70px 0px 70px;
  }
}
@media (max-width: 991.98px) {
  .lodge-info {
    padding: 50px 0px 50px;
  }
}
@media (max-width: 767.98px) {
  .lodge-info {
    padding: 30px 0px 30px;
  }
}
@media (max-width: 479.98px) {
  .lodge-info {
    padding: 30px 0px 20px;
  }
}
.lodge-info__row {
  display: grid;
  grid-template-columns: 45.8% 1fr;
  -moz-column-gap: 70px;
       column-gap: 70px;
  row-gap: 44px;
  align-items: center;
  margin-bottom: 45px;
}
@media (max-width: 1590px) {
  .lodge-info__row {
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 40px;
  }
}
@media (max-width: 991.98px) {
  .lodge-info__row {
    row-gap: 30px;
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }
}
.lodge-info__image img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .lodge-info__text--1 {
    grid-row-start: 1;
  }
}
.lodge-info__row-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 767.98px) {
  .lodge-info__row-images {
    grid-template-columns: 1fr;
  }
}

.row-image {
  aspect-ratio: 463/402;
  position: relative;
}
.row-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(-200px); /* Появление с небольшим сдвигом вверх */
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.lodge-description {
  background: url("../img/light-bg.png") 0 0/100% repeat-Y;
  padding: 62px 0px 88px;
}
@media (max-width: 1590px) {
  .lodge-description {
    padding: 50px 0px 60px;
  }
}
@media (max-width: 991.98px) {
  .lodge-description {
    padding: 40px 0px 50px;
  }
}
@media (max-width: 767.98px) {
  .lodge-description {
    padding: 20px 0px 30px;
  }
}
@media (max-width: 479.98px) {
  .lodge-description {
    padding: 10px 0px 30px;
  }
}
.lodge-description__buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 8px;
}
@media (min-width: 99.375em) {
  .lodge-description__buttons {
    margin-bottom: 2.625rem;
  }
}
@media (min-width: 20em) and (max-width: 99.375em) {
  @supports (margin-bottom: clamp( 1.25rem , 0.9035433071rem  +  1.7322834646vw , 2.625rem )) {
    .lodge-description__buttons {
      margin-bottom: clamp( 1.25rem , 0.9035433071rem  +  1.7322834646vw , 2.625rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 0.9035433071rem  +  1.7322834646vw , 2.625rem )) {
    .lodge-description__buttons {
      margin-bottom: calc(1.25rem + 1.375 * (100vw - 20rem) / 79.375);
    }
  }
}
@media (max-width: 20em) {
  .lodge-description__buttons {
    margin-bottom: 1.25rem;
  }
}
.lodge-description__button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #30322f;
  border-radius: 69px;
  padding: 18px 52px;
  background: #f3f2f1;
  transition: all 0.25s ease 0s;
  font-size: 32px;
}
@media (min-width: 99.375em) {
  .lodge-description__button {
    font-size: 2rem;
  }
}
@media (min-width: 20em) and (max-width: 99.375em) {
  @supports (font-size: clamp( 1rem , 0.7480314961rem  +  1.2598425197vw , 2rem )) {
    .lodge-description__button {
      font-size: clamp( 1rem , 0.7480314961rem  +  1.2598425197vw , 2rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.7480314961rem  +  1.2598425197vw , 2rem )) {
    .lodge-description__button {
      font-size: calc(1rem + 1 * (100vw - 20rem) / 79.375);
    }
  }
}
@media (max-width: 20em) {
  .lodge-description__button {
    font-size: 1rem;
  }
}
@media (max-width: 1590px) {
  .lodge-description__button {
    padding: 15px 28px;
  }
}
@media (max-width: 991.98px) {
  .lodge-description__button {
    padding: 12px 20px;
  }
}
@media (max-width: 767.98px) {
  .lodge-description__button {
    padding: 10px 15px;
  }
}
@media (max-width: 479.98px) {
  .lodge-description__button {
    padding: 8px 10px;
  }
}
.lodge-description__button.active {
  background: #8e9586;
  border: 2px solid #8e9586;
}
@media (any-hover: hover) {
  .lodge-description__button:hover {
    background: #8e9586;
    border: 2px solid #8e9586;
  }
}
.lodge-description__content {
  display: none;
}
.lodge-description__content.open {
  display: block;
  animation: fadeIn 1s ease-in-out forwards;
}
.lodge-description__equipment {
  border: 2px solid #30322f;
  border-radius: 53px;
  padding: 80px 145px 104px 145px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 186px;
       column-gap: 186px;
  row-gap: 30px;
  margin-bottom: 43px;
}
@media (max-width: 1590px) {
  .lodge-description__equipment {
    padding: 60px 80px 60px 80px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
}
@media (max-width: 991.98px) {
  .lodge-description__equipment {
    border-radius: 30px;
    padding: 40px 30px 40px 30px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media (max-width: 767.98px) {
  .lodge-description__equipment {
    margin-bottom: 30px;
    grid-template-columns: 1fr;
    padding: 30px 15px 30px 25px;
  }
}
@media (max-width: 479.98px) {
  .lodge-description__equipment {
    grid-template-columns: 1fr;
    padding: 25px 15px 25px 15px;
  }
}
.lodge-description__bottom {
  display: grid;
  grid-template-columns: 44% 1fr;
  gap: 32px;
}
@media (max-width: 991.98px) {
  .lodge-description__bottom {
    grid-template-columns: 1fr;
  }
}
.lodge-description__rules {
  padding: 45px 63px 45px 0px;
}
@media (max-width: 1590px) {
  .lodge-description__rules {
    padding: 30px 30px 30px 0px;
  }
}
.lodge-description__price {
  border: 2px solid #30322f;
  border-radius: 53px;
  padding: 45px 63px 45px 63px;
}
@media (max-width: 1590px) {
  .lodge-description__price {
    padding: 30px 30px 30px 30px;
  }
}
@media (max-width: 991.98px) {
  .lodge-description__price {
    border-radius: 30px;
  }
}

.equipment-lodge__title {
  font-size: 32px;
}
@media (min-width: 99.375em) {
  .equipment-lodge__title {
    font-size: 2rem;
  }
}
@media (min-width: 20em) and (max-width: 99.375em) {
  @supports (font-size: clamp( 1.5rem , 1.374015748rem  +  0.6299212598vw , 2rem )) {
    .equipment-lodge__title {
      font-size: clamp( 1.5rem , 1.374015748rem  +  0.6299212598vw , 2rem );
    }
  }
  @supports not (font-size: clamp( 1.5rem , 1.374015748rem  +  0.6299212598vw , 2rem )) {
    .equipment-lodge__title {
      font-size: calc(1.5rem + 0.5 * (100vw - 20rem) / 79.375);
    }
  }
}
@media (max-width: 20em) {
  .equipment-lodge__title {
    font-size: 1.5rem;
  }
}
.equipment-lodge__title {
  line-height: 118%;
  letter-spacing: 0.2em;
  color: #30322f;
  margin-bottom: 28px;
}
.equipment-lodge__list li {
  display: flex;
  font-size: 24px;
  gap: 15px;
}
.equipment-lodge__list li:before {
  content: "";
  display: block;
  margin-top: 10px;
  width: 8px;
  flex: 0 0 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #30322f;
}
@media (max-width: 767.98px) {
  .equipment-lodge__list li {
    font-size: 20px;
  }
}

.equipment-text-icon {
  display: flex;
  gap: 23px;
  align-items: center;
  margin-bottom: 26px;
}
.equipment-text-icon__image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.equipment-text-icon__image img {
  width: 75%;
  height: 75%;
}

.footer {
  background-color: #3b4535;
  padding: 81px 0 116px;
  font-size: 16px;
}
@media (max-width: 1590px) {
  .footer {
    padding: 60px 0 50px;
  }
}
@media (max-width: 991.98px) {
  .footer {
    padding: 40px 0 40px;
  }
}
@media (max-width: 767.98px) {
  .footer {
    padding: 30px 0 30px;
    font-size: 20px;
  }
}
.footer__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 30px;
}
@media (max-width: 991.98px) {
  .footer__row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .footer__row {
    grid-template-columns: 1fr;
  }
}
.footer__bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 25px;
       column-gap: 25px;
}
@media (max-width: 991.98px) {
  .footer__bottom {
    display: block;
  }
}
@media (max-width: 575px) {
  .footer__bottom {
    grid-template-columns: 1fr;
  }
}
.footer__column {
  color: #fff;
  letter-spacing: 0.02em;
}
@media (max-width: 991.98px) {
  .footer__column {
    flex: 0 1 48%;
  }
  .footer__column:nth-child(3) {
    grid-column-start: 2;
    grid-row-start: 2;
  }
}
@media (max-width: 575px) {
  .footer__column {
    flex: 0 1 48%;
  }
  .footer__column:nth-child(3) {
    grid-column-start: 1;
    grid-row-start: 3;
  }
}
.footer__column--flex {
  display: flex;
  flex-direction: column;
}
.footer__logo {
  max-width: 173px;
}
.footer__logo img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1590px) {
  .footer__logo img {
    max-width: 130px;
  }
}
@media (max-width: 991.98px) {
  .footer__logo img {
    max-width: 110px;
  }
}
@media (max-width: 767.98px) {
  .footer__logo img {
    max-width: 100px;
  }
}
@media (max-width: 479.98px) {
  .footer__logo img {
    max-width: 85px;
  }
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 23px;
  margin-top: 24px;
  grid-column-start: 2;
}
@media (max-width: 991.98px) {
  .footer__social {
    margin-top: 20px;
  }
}
.footer__social img {
  width: 33px;
  height: 33px;
}
@media (max-width: 1590px) {
  .footer__social img {
    width: 30px;
    height: 30px;
  }
}
.footer__social-link img {
  position: relative;
  transition: all 0.3s ease 0s;
}
.footer__social-link:hover img {
  transform: translateY(-5px);
}
.footer__policy {
  display: inline-block;
  margin-top: 54px;
}
@media (max-width: 991.98px) {
  .footer__policy {
    margin-top: 20px;
    font-size: 18px;
  }
}
@media (max-width: 479.98px) {
  .footer__policy {
    font-size: 16px;
    font-size: 16px;
  }
}
.footer__policy:hover {
  text-decoration: underline;
}
.footer__nav-list {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
}
@media (any-hover: hover) {
  .footer__nav-list li a:hover {
    text-decoration: underline;
  }
}
.footer__column-phone {
  font-weight: 700;
  font-size: inherit;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .footer__column-phone {
    font-size: 22px;
  }
}
@media (any-hover: hover) {
  .footer__column-phone:hover {
    text-decoration: underline;
  }
}
.footer__column-email {
  font-weight: 700;
  font-size: inherit;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .footer__column-email {
    font-size: 22px;
  }
}
@media (any-hover: hover) {
  .footer__column-email:hover {
    text-decoration: underline;
  }
}

._error-label {
  position: absolute;
  top: calc(100% + 5px);
  z-index: 5;
  right: 0;
  display: block;
  padding: 0px 2px;
}
._error-label:before {
  content: "";
  position: absolute;
  top: -3px;
  right: 20px;
  width: 10px;
  height: 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ff0000;
}

.fancybox__content {
  padding: 0;
}

.fancybox__content > .f-button.is-close-btn {
  background-color: rgba(255, 255, 255, 0.6117647059);
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 1;
  color: #000;
}
@media (max-width: 767.98px) {
  .fancybox__content > .f-button.is-close-btn {
    top: 18px;
    right: 18px;
    width: 30px;
    height: 30px;
  }
}
.fancybox__content > .f-button.is-close-btn svg path {
  fill: #000;
}

#a_frame > .f-button.is-close-btn {
  border: 1px solid #000;
}

#hotel_popup > .f-button.is-close-btn {
  border: 1px solid #000;
}

#banya_popup > .f-button.is-close-btn {
  border: 1px solid #000;
}

.fancybox__backdrop {
  background: rgba(17, 17, 17, 0.7);
}