* {
  padding: 0;
  margin: 0;
  border: 0
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:active,
:focus {
  outline: 0
}

a:active,
a:focus {
  outline: 0
}

aside,
footer,
header,
nav {
  display: block
}

body,
html {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable
}

button,
input,
textarea {
  font-family: inherit
}

input::-ms-clear {
  display: none
}

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit
}

input::placeholder,
textarea::placeholder {
  color: inherit
}

button {
  cursor: pointer;
  background-color: transparent
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

a {
  display: inline-block;
  color: inherit
}

a,
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-size: inherit;
  font-weight: inherit
}

picture {
  display: block;
  width: 100%;
  height: 100%
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

@font-face {
  font-family: Cinzel;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Cinzel-Regular.woff2) format("woff2")
}

@font-face {
  font-family: Forum;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Forum-Regular.woff2) format("woff2")
}

:root {
  --font-main: "Forum", sans-serif;
  --font-second: "Cinzel", sans-serif;
  --container-width: 1120px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --background-page: #f4f4f4;
  --main: #000000;
  --black: #000000;
  --white: #ffffff;
  --green: #16D6B3;
  --green-button: #0EA68B;
  --dark: #171717;
  --light: #ececec;
  --light2: #f4f4f4;
  --menu: #f4f4f4;
  --hover: #068d74;
  --active: #068d74
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step)
}

@media (max-width:991px) {
  .container {
    padding: 0 var(--container-step-tablet)
  }
}

@media (max-width:600px) {
  .container {
    padding: 0 var(--container-step-mobile)
  }
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--background-page)
}

.page_change .header {
  position: static
}

.page_change .icons__icon a {
  color: var(--black)
}

.page_change .burger span {
  background-color: var(--black)
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.main:not(:last-child) {
  margin-bottom: 80px
}

.main_no-margin:not(:last-child) {
  margin-bottom: 0
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0)
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3px
}

.pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  opacity: .3;
  border-radius: 50%;
  margin: 0 !important;
  background-color: var(--white)
}

.pagination .swiper-pagination-bullet-active {
  width: 6px;
  height: 6px;
  opacity: 1
}

.tt-64-40 {
  font-family: var(--font-second);
  font-weight: 400;
  font-size: 64px;
  line-height: 129%
}

@media (max-width:1440px) {
  .tt-64-40 {
    font-size: 58px
  }
}

@media (max-width:1220px) {
  .tt-64-40 {
    font-size: 52px
  }
}

@media (max-width:991px) {
  .tt-64-40 {
    font-size: 46px
  }
}

@media (max-width:600px) {
  .tt-64-40 {
    font-size: 40px
  }
}

.tt-53-33 {
  font-family: var(--font-second);
  font-weight: 400;
  font-size: 53px;
  line-height: 120%
}

@media (max-width:1220px) {
  .tt-53-33 {
    font-size: 48px
  }
}

@media (max-width:991px) {
  .tt-53-33 {
    font-size: 44px
  }
}

@media (max-width:600px) {
  .tt-53-33 {
    font-size: 38px
  }
}

.tt-31 {
  font-family: var(--font-second);
  font-weight: 400;
  font-size: 31px;
  line-height: 140%
}

.tt-31-21 {
  font-family: var(--font-second);
  font-weight: 400;
  font-size: 31px;
  line-height: 140%
}

@media (max-width:1220px) {
  .tt-31-21 {
    font-size: 28px
  }
}

@media (max-width:991px) {
  .tt-31-21 {
    font-size: 24px
  }
}

@media (max-width:600px) {
  .tt-31-21 {
    font-size: 21px
  }
}

.tx-17 {
  font-weight: 400;
  font-size: 17px;
  line-height: 150%
}

.tx-22 {
  font-weight: 400;
  font-size: 22px;
  line-height: 140%
}

.but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 24px;
  font-size: 17px;
  line-height: 1;
  font-weight: 400;
  color: var(--white);
  background-color: var(--green-button);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 28px;
  min-width: 93px;
  min-height: 46px;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out
}

.but_change {
  border-radius: 0;
  padding: 14px 24px;
  min-width: 256px;
  min-height: 54px
}

.but img {
  display: block;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}

@media (any-hover:hover) {
  .but:hover {
    background-color: var(--hover)
  }
}

.but:focus-visible {
  background-color: var(--hover)
}

.but:active {
  background-color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.input {
  display: block;
  padding: 0 24px;
  border-radius: 10px;
  width: 100%;
  height: 58px;
  font-weight: 400;
  font-size: 17px;
  line-height: 1;
  color: var(--black);
  background-color: var(--light);
  border: 2px solid transparent;
  -webkit-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out
}

@media (any-hover:hover) {
  .input:hover {
    border-color: var(--hover)
  }
}

.input:focus-visible {
  border-color: var(--hover)
}

.input::-webkit-input-placeholder {
  opacity: .5
}

.input::-moz-placeholder {
  opacity: .5
}

.input:-ms-input-placeholder {
  opacity: .5
}

.input::-ms-input-placeholder {
  opacity: .5
}

.input::placeholder {
  opacity: .5
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.uppercase {
  text-transform: uppercase
}

.lowercase {
  text-transform: lowercase
}

.fw-100 {
  font-weight: 100
}

.fw-200 {
  font-weight: 200
}

.fw-300 {
  font-weight: 300
}

.fw-400 {
  font-weight: 400
}

.fw-500 {
  font-weight: 500
}

.fw-600 {
  font-weight: 600
}

.fw-700 {
  font-weight: 700
}

.fw-800 {
  font-weight: 800
}

.fw-900 {
  font-weight: 900
}

.header {
  padding: 24px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--menu);
  z-index: 100;
  padding: 100px 30px 140px 30px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: auto;
  -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out;
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out
}

@media (max-width:991px) {
  .header__menu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

@media (max-width:600px) {
  .header__menu {
    padding: 80px 30px 30px 30px
  }
}

.header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible
}

.header__exit-menu {
  display: block;
  top: 30px;
  right: 30px;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent
}

@media (any-hover:hover) {
  .header__exit-menu:hover::before {
    background-color: var(--hover)
  }

  .header__exit-menu:hover::after {
    background-color: var(--hover)
  }
}

.header__exit-menu:focus-visible::before {
  background-color: var(--hover)
}

.header__exit-menu:focus-visible::after {
  background-color: var(--hover)
}

.header__exit-menu:active::before {
  background-color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.header__exit-menu:active::after {
  background-color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

@media (max-width:600px) {
  .header__exit-menu {
    top: 15px;
    right: 15px
  }
}

.header__exit-menu::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--black);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out
}

.header__exit-menu::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--black);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  max-width: var(--container);
  margin: 0 auto
}

.nav__list_footer {
  max-width: none;
  margin: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px 32px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.nav__link {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .nav__link:hover {
    color: var(--hover)
  }
}

.nav__link:focus-visible {
  color: var(--hover)
}

.nav__link:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.burger {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 28px;
  height: 14px;
  background-color: transparent
}

@media (any-hover:hover) {
  .burger:hover span {
    background-color: var(--hover)
  }
}

.burger:focus-visible span {
  background-color: var(--hover)
}

.burger:active span {
  background-color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out
}

.burger span:nth-child(2) {
  width: 50%;
  margin-left: auto
}

.terms {
  padding: 60px 0 0 0
}

.terms h1 {
  font-size: 42px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:991px) {
  .terms h1 {
    font-size: 32px
  }
}

@media (max-width:600px) {
  .terms h1 {
    font-size: 16px
  }
}

.terms h1:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms h1:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms h1:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms h2 {
  font-size: 36px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:991px) {
  .terms h2 {
    font-size: 25px
  }
}

@media (max-width:600px) {
  .terms h2 {
    font-size: 14px
  }
}

.terms h2:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms h2:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms h2:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms p {
  font-size: 20px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .terms p {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .terms p {
    font-size: 12px
  }
}

.terms p:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms p:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms p:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms ul:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms ul:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms ul:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms li {
  font-size: 18px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .terms li {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .terms li {
    font-size: 12px
  }
}

.terms li:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms li:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms li:not(:last-child) {
    margin-bottom: 15px
  }
}

.icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 15px
}

.icons__icon {
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.icons__icon a {
  display: block;
  width: 100%;
  height: 100%;
  color: var(--white);
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
  .icons__icon a:hover {
    opacity: .5
  }
}

.icons__icon a:focus-visible {
  opacity: .5
}

.icons__icon a:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.icons__icon a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}

.hero {
  background-color: var(--dark);
  padding-top: 100px;
  padding-bottom: 40px
}

.hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 32px
}

@media (max-width:991px) {
  .hero__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.hero__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 544px;
  flex: 0 1 544px;
  width: 100%
}

@media (max-width:991px) {
  .hero__left {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.hero__descr {
  width: 100%
}

.hero__descr:not(:last-child) {
  margin-bottom: 27px
}

@media (max-width:991px) {
  .hero__descr:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .hero__descr:not(:last-child) {
    margin-bottom: 15px
  }
}

.hero__title {
  color: var(--white)
}

.hero__title:not(:last-child) {
  margin-bottom: 8px
}

.hero__title span {
  color: var(--green)
}

.hero__texts {
  width: 100%
}

.hero__text {
  color: var(--white)
}

.hero__text:not(:last-child) {
  margin-bottom: 8px
}

.hero__images {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 32px
}

@media (max-width:991px) {
  .hero__images {
    gap: 24px
  }
}

@media (max-width:600px) {
  .hero__images {
    gap: 20px
  }
}

.hero__image {
  height: 361px
}

@media (max-width:991px) {
  .hero__image {
    height: 300px
  }
}

@media (max-width:600px) {
  .hero__image {
    height: 218px
  }
}

.hero__image_height {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 544px;
  flex: 0 1 544px;
  width: 100%;
  height: 585px
}

@media (max-width:991px) {
  .hero__image_height {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 400px
  }
}

@media (max-width:600px) {
  .hero__image_height {
    height: 353px
  }
}

.hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.footer {
  padding-bottom: 48px
}

@media (max-width:991px) {
  .footer {
    padding-bottom: 32px
  }
}

@media (max-width:600px) {
  .footer {
    padding-bottom: 24px
  }
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px 32px
}

@media (max-width:991px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.footer__right {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 736px;
  flex: 0 1 736px
}

@media (max-width:991px) {
  .footer__right {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.footer__right-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.footer__war {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 54px;
  flex: 0 0 54px;
  height: 54px
}

.footer__war img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}

.support {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

@media (max-width:991px) {
  .support {
    width: 100%
  }
}

.support__text:not(:last-child) {
  margin-bottom: 8px
}

.cookie:not(:last-child) {
  margin-bottom: 37px
}

@media (max-width:991px) {
  .cookie:not(:last-child) {
    margin-bottom: 24px
  }
}

@media (max-width:600px) {
  .cookie:not(:last-child) {
    margin-bottom: 16px
  }
}

.cookie__text:not(:last-child) {
  margin-bottom: 8px
}

.cookie__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid var(--black);
  -webkit-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out
}

@media (any-hover:hover) {
  .cookie__link:hover {
    border-color: var(--hover)
  }
}

.cookie__link:focus-visible {
  border-color: var(--hover)
}

.cookie__link:active {
  border-color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.rooms {
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: var(--dark)
}

.rooms:not(:last-child) {
  margin-bottom: 80px
}

.rooms__title {
  color: var(--green)
}

.rooms__title:not(:last-child) {
  margin-bottom: 32px
}

@media (max-width:991px) {
  .rooms__title:not(:last-child) {
    margin-bottom: 24px
  }
}

@media (max-width:600px) {
  .rooms__title:not(:last-child) {
    margin-bottom: 16px
  }
}

.rooms-slider__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 410px;
  padding: 16px;
  position: relative;
  width: 544px
}

@media (max-width:768px) {
  .rooms-slider__slide {
    width: 100%;
    min-height: 320px
  }
}

@media (max-width:450px) {
  .rooms-slider__slide {
    min-height: 247px;
    padding: 8px
  }
}

.rooms-slider__slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  z-index: 1
}

.rooms-slider__descr {
  width: 100%;
  position: relative;
  z-index: 2
}

.rooms-slider__title {
  color: var(--white)
}

.rooms-slider__title:not(:last-child) {
  margin-bottom: 8px
}

.rooms-slider__texts {
  width: 100%
}

.rooms-slider__text {
  color: var(--white)
}

.rooms-slider__text:not(:last-child) {
  margin-bottom: 8px
}

.rooms-slider__pagination {
  margin-top: 32px
}

@media (max-width:991px) {
  .rooms-slider__pagination {
    margin-bottom: 24px
  }
}

@media (max-width:600px) {
  .rooms-slider__pagination {
    margin-bottom: 16px
  }
}

.wrapper-rooms-slider {
  position: relative
}

.wrapper-rooms-slider__button {
  position: absolute;
  top: 50%;
  width: 62px;
  height: 62px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

.wrapper-rooms-slider__button.swiper-button-disabled {
  opacity: 0;
  pointer-events: none
}

@media (any-hover:hover) {
  .wrapper-rooms-slider__button:hover {
    opacity: .5
  }
}

.wrapper-rooms-slider__button:focus-visible {
  opacity: .5
}

.wrapper-rooms-slider__button:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

@media (max-width:991px) {
  .wrapper-rooms-slider__button {
    display: none
  }
}

.wrapper-rooms-slider__button img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}

.rooms-slider-prev {
  left: -16px
}

.rooms-slider-prev img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.rooms-slider-next {
  right: -16px
}

.rest:not(:last-child) {
  margin-bottom: 80px
}

.rest__title:not(:last-child) {
  margin-bottom: 24px
}

@media (max-width:600px) {
  .rest__title:not(:last-child) {
    margin-bottom: 16px
  }
}

.rest__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px 32px
}

@media (max-width:991px) {
  .rest__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

.rest__image {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 544px;
  flex: 0 1 544px;
  height: 325px
}

@media (max-width:991px) {
  .rest__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

@media (max-width:450px) {
  .rest__image {
    height: 196px
  }
}

.rest__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.rest__descr {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 544px;
  flex: 0 1 544px;
  width: 100%
}

@media (max-width:991px) {
  .rest__descr {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.rest__subtitle {
  color: var(--green-button)
}

.rest__subtitle:not(:last-child) {
  margin-bottom: 16px
}

@media (max-width:600px) {
  .rest__subtitle:not(:last-child) {
    margin-bottom: 8px
  }
}

.rest__texts {
  width: 100%
}

.offers {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: var(--dark)
}

.offers:not(:last-child) {
  margin-bottom: 80px
}

.offers__title {
  color: var(--white)
}

.offers__title:not(:last-child) {
  margin-bottom: 24px
}

@media (max-width:600px) {
  .offers__title:not(:last-child) {
    margin-bottom: 16px
  }
}

.wrapper-offers-slider {
  position: relative
}

.wrapper-offers-slider__button {
  position: absolute;
  top: 50%;
  width: 62px;
  height: 62px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

.wrapper-offers-slider__button.swiper-button-disabled {
  opacity: 0;
  pointer-events: none
}

@media (any-hover:hover) {
  .wrapper-offers-slider__button:hover {
    opacity: .5
  }
}

.wrapper-offers-slider__button:focus-visible {
  opacity: .5
}

.wrapper-offers-slider__button:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

@media (max-width:991px) {
  .wrapper-offers-slider__button {
    display: none
  }
}

.wrapper-offers-slider__button img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}

.offers-slider__slide {
  width: 352px
}

@media (max-width:450px) {
  .offers-slider__slide {
    width: 100%
  }
}

.offers-slider__image {
  width: 100%;
  height: 363px
}

.offers-slider__image:not(:last-child) {
  margin-bottom: 8px
}

@media (max-width:600px) {
  .offers-slider__image {
    height: 338px
  }
}

.offers-slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.offers-slider__descr {
  min-height: 94px;
  padding: 16px;
  background-color: var(--light2)
}

.offers-slider__pagination {
  margin-top: 32px
}

@media (max-width:991px) {
  .offers-slider__pagination {
    margin-bottom: 24px
  }
}

@media (max-width:600px) {
  .offers-slider__pagination {
    margin-bottom: 16px
  }
}

.offers-slider-prev {
  left: -16px
}

.offers-slider-prev img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.offers-slider-next {
  right: -16px
}

.sloq:not(:last-child) {
  margin-bottom: 80px
}

.sloq__title:not(:last-child) {
  margin-bottom: 16px
}

.sloq__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px 32px
}

@media (max-width:991px) {
  .sloq__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

.sloq__descr {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 336px;
  flex: 0 1 336px;
  width: 100%
}

@media (max-width:991px) {
  .sloq__descr {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.sloq__texts:not(:last-child) {
  margin-bottom: 16px
}

.sloq__text:not(:last-child) {
  margin-bottom: 8px
}

.sloq__image {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 736px;
  flex: 0 1 736px;
  height: 301px
}

@media (max-width:991px) {
  .sloq__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

@media (max-width:450px) {
  .sloq__image {
    height: 134px
  }
}

.sloq__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.contacts {
  padding-top: 60px
}

.contacts:not(:last-child) {
  margin-bottom: 80px
}

.contacts__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 32px
}

.contacts__top:not(:last-child) {
  margin-bottom: 80px
}

@media (max-width:991px) {
  .contacts__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.contacts__top-left {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 352px;
  flex: 0 1 352px
}

@media (max-width:991px) {
  .contacts__top-left {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.contacts__title:not(:last-child) {
  margin-bottom: 8px
}

.contacts__text {
  width: 100%;
  max-width: 308px
}

@media (max-width:991px) {
  .contacts__text {
    max-width: none
  }
}

.contacts__bottom {
  max-width: 736px;
  width: 100%;
  margin: 0 auto
}

.contacts__map {
  width: 100%;
  height: 342px
}

.contacts__map:not(:last-child) {
  margin-bottom: 8px
}

@media (max-width:991px) {
  .contacts__map {
    height: 260px
  }
}

@media (max-width:600px) {
  .contacts__map {
    height: 152px
  }
}

.contacts__map iframe {
  width: 100%;
  height: 100%
}

.contacts__address {
  font-style: normal
}

.contacts__address-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 20px
}

.contacts__address-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px
}

.contacts__address-item a {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .contacts__address-item a:hover {
    color: var(--hover)
  }
}

.contacts__address-item a:focus-visible {
  color: var(--hover)
}

.contacts__address-item a:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.contacts__address-item img {
  display: block;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}

.form {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 737px;
  flex: 0 1 737px;
  width: 100%
}

@media (max-width:991px) {
  .form {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.form__inputs {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 8px 32px
}

.form__inputs:not(:last-child) {
  margin-bottom: 16px
}

@media (max-width:991px) {
  .form__inputs {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.form__button {
  margin-left: auto
}

@media (max-width:991px) {
  .form__button {
    margin: 0 auto
  }
}

.slots:not(:last-child) {
  margin-bottom: 80px
}

.slots__image {
  width: 100%;
  height: 302px
}

@media (max-width:450px) {
  .slots__image {
    height: 155px
  }
}

.slots__image_top {
  height: 488px
}

.slots__image_top:not(:last-child) {
  margin-bottom: 24px
}

.slots__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.slots__head:not(:last-child) {
  margin-bottom: 80px
}

.slots__title:not(:last-child) {
  margin-bottom: 8px
}

.slots__subtitle:not(:last-child) {
  margin-bottom: 16px
}

.slots__texts_top {
  max-width: 544px
}

@media (max-width:991px) {
  .slots__texts_top {
    max-width: none
  }
}

.slots__text:not(:last-child) {
  margin-bottom: 24px
}

.slots__list {
  width: 100%
}

.slots__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 32px
}

.slots__item:not(:last-child) {
  margin-bottom: 80px
}

@media (max-width:991px) {
  .slots__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.slots__descr {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 455px;
  flex: 0 1 455px;
  padding-top: 11px
}

@media (max-width:991px) {
  .slots__descr {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-top: 0
  }
}

.slots__mintitle {
  color: var(--green)
}

.slots__mintitle:not(:last-child) {
  margin-bottom: 16px
}

@media (max-width:600px) {
  .slots__mintitle:not(:last-child) {
    margin-bottom: 8px
  }
}

.slots__images {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 650px;
  flex: 0 1 650px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: .9fr 34px 1.2fr;
  grid-template: auto/.9fr 1.2fr;
  gap: 34px
}

@media (max-width:991px) {
  .slots__images {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    gap: 18px
  }
}