@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Black.woff2"), url("../fonts/inter/Inter-Black.woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Bold.woff2"), url("../fonts/inter/Inter-Bold.woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-SemiBold.woff2"), url("../fonts/inter/Inter-SemiBold.woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Medium.woff2"), url("../fonts/inter/Inter-Medium.woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Light.woff2"), url("../fonts/inter/Inter-Light.woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-ExtraLight.woff2"), url("../fonts/inter/Inter-ExtraLight.woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Liana";
  src: url("../fonts/liana/Liana-Regular.woff2"), url("../fonts/liana/Liana-Regular.woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PT Root UI";
  src: url("../fonts/pt-root/PTRootUI-Regular.woff2"), url("../fonts/pt-root/PTRootUI-Regular.woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Dejavu";
  src: url("../fonts/dejavu/DejaVuSerifCondensed.woff2"), url("../fonts/dejavu/DejaVuSerifCondensed.woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Dejavu";
  src: url("../fonts/dejavu/DejaVuSerifCondensed-Bold.woff2"), url("../fonts/dejavu/DejaVuSerifCondensed-Bold.woff");
  font-weight: 700;
  font-style: normal;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
h5,
li,
ol,
p,
ul {
  margin: 0;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

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

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
  border: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

html,
body {
  height: 100%;
}

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.main {
  flex: 1 0 auto;
}

.main.active {
  display: none;
}

.footer {
  flex: 0 0 auto;
}

body {
  background-color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
  color: #2E2E2E;
  overflow-x: hidden;
}

.container {
  max-width: 1450px;
  padding: 0 15px;
  margin: 0 auto;
}

.container-fluid {
  max-width: 1950px;
  margin: 0 auto;
  padding: 0 15px;
}

.container-width {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.icon {
  fill: currentColor;
}

.icon-mod {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  position: relative;
  top: 2px;
}

.icon-phone {
  width: 12px;
  height: 12px;
}

.vk__footer {
  width: 30px;
  height: 30px;
}

.forest__footer {
  width: 86px;
  height: 18.95px;
}

.right__footer {
  margin-left: 20px;
  width: 10px;
  height: 10px;
}

.fill {
  fill: #fff;
}

.fill1 {
  fill: #2E2E2E;
}

.fill__green {
  fill: #087868;
}

.footer__svg-width {
  width: 16.2px;
  height: 14px;
}

.footer__svg-width1 {
  width: 27px;
  height: 15px;
}

.footer__svg-width2 {
  width: 22px;
  height: 22px;
}

.footer__svg-width3 {
  width: 15px;
  height: 24px;
}

.phone__footer {
  width: 18px;
  height: 18px;
}

.room__svg-width {
  height: 100px;
  width: 50px;
}

.room__svg-width1 {
  height: 50px;
  width: 45px;
}

.width {
  width: 300px;
}

.flex {
  display: flex;
  align-items: center;
}

.flex__startSpaceBetween {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.flex__center-justify {
  display: flex;
  justify-content: center;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  width: 650px;
}

.grid1 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(440px, 1fr));
  grid-column-gap: 20px;
}

.flex__spaceBetween {
  display: flex;
  justify-content: space-between;
}

.flex__column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flex__centerSpaceBetween {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex__end {
  display: flex;
  justify-content: flex-end;
}

.flex__center-column {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.flex__center-row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex1 {
  display: flex;
  flex-direction: column;
}

.title {
  color: #2E2E2E;
  font-family: "Dejavu", sans-serif;
  font-weight: bold;
}
.title h1 {
  font-size: 60px;
  line-height: 72px;
  text-align: center;
}
.title h2 {
  font-size: 48px;
  line-height: 72px;
  text-align: center;
  margin-bottom: 20px;
}
.title h3 {
  font-weight: bold;
  font-size: 64px;
  line-height: 72px;
  text-align: center;
  color: #2E2E2E;
}
.title h4 {
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  color: #2E2E2E;
}
.title h5 {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #2E2E2E;
}
.title h6 {
  font-family: "Dejavu", sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  color: #2E2E2E;
}
.title span {
  font-family: "Liana";
  font-weight: 400;
  font-size: 40px;
  line-height: 72px;
  color: #087868;
  display: block;
}

.button {
  min-height: 60px;
  background: #2E2E2E;
  border-radius: 6px;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button:hover {
  background-color: #5C5C5C;
}

.button1 {
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button1:hover {
  background-color: #1AA894;
}

.margin {
  margin-right: 20px;
}

.margin1 {
  margin-bottom: 180px;
}

.popup__calendar,
.popup__calendar-check {
  width: 24px;
  height: 24px;
}

.breadcrumbs {
  font-weight: normal;
  font-size: 12px;
  color: #2E2E2E;
  margin-top: 20px;
}
.breadcrumbs li {
  line-height: 25px;
}
.breadcrumbs a {
  color: #087868;
  padding-right: 31px;
  margin-right: 31px;
  position: relative;
}
.breadcrumbs a::before {
  content: "/";
  position: absolute;
  top: -4px;
  right: 0;
  color: #E5E5E5;
}

.header {
  padding-top: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.header::before {
  content: "";
  position: absolute;
  left: 150px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  display: none;
}

.header__tablet-btn {
  width: 44px;
  height: 44px;
  background-color: transparent;
  position: absolute;
  cursor: pointer;
  left: 53px;
  top: 47px;
  display: inline-block;
  display: none;
  z-index: 20;
}
.header__tablet-btn span {
  width: 100%;
  height: 4px;
  position: absolute;
  background-color: #000;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.header__tablet-btn span::before, .header__tablet-btn span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #000;
  left: 0;
  transition: 0.5s;
}
.header__tablet-btn span::before {
  top: 20px;
  z-index: 2;
}
.header__tablet-btn span::after {
  bottom: 20px;
  z-index: 2;
}

.header__tablet-btn.active span {
  background-color: transparent;
}
.header__tablet-btn.active span::before, .header__tablet-btn.active span::after {
  background-color: #fff;
}
.header__tablet-btn.active span::before {
  transform: rotate(45deg);
  top: 1px;
}
.header__tablet-btn.active span::after {
  transform: rotate(-45deg);
  top: 0;
}

.header__logo {
  display: block;
  margin-right: 54px;
  width: 234px;
  height: 97px;
  align-self: center;
}
.header__logo img {
  max-width: 100%;
  height: auto;
}

.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.header__inner {
  width: 100%;
}

.header__top {
  font-size: 13px;
  line-height: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header__phone {
  font-weight: 900;
  display: block;
  margin-right: 38px;
  transition: 0.3s;
}
.header__phone:hover {
  color: #087868;
}

.header__top p {
  margin-right: auto;
}
.header__top span {
  font-weight: 300;
}

.social__link {
  font-weight: 600;
  font-size: 13px;
  margin-right: auto;
  transition: 0.3s;
}
.social__link:hover {
  color: #087868;
}

.lang__list-item {
  display: inline-block;
}
.lang__list-item a {
  border-bottom: 1px solid rgba(46, 46, 46, 0.2);
  transition: 0.3s;
}
.lang__list-item a:hover {
  color: #087868;
}

.lang__list-item + .lang__list-item {
  padding-left: 17px;
  margin-left: 17px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.lang__list-item.active a {
  font-weight: 600;
  border-bottom: none;
}
.lang__list-item.active a:hover {
  color: #2E2E2E;
}

.header__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu__list {
  box-sizing: border-box;
}
.menu__list > li {
  display: inline-block;
}
.menu__list > li:hover .navrooms-hover {
  display: flex;
  height: auto;
  opacity: 1;
}
.menu__list a {
  display: inline-block;
  font-family: "Dejavu", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  transition: 0.3s;
  padding: 38px 16px;
  margin: 0;
  border-bottom: 2px solid transparent;
  width: 100%;
}
.menu__list a:hover {
  color: #087868;
  border-color: #2E2E2E;
}

.header__feedback {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 42px;
  border: 1px solid #087868;
  border-radius: 3px;
  transition: 0.3s;
}
.header__feedback:hover {
  background-color: #1AA894;
  border: 1px solid #1AA894;
  color: #fff;
}

.tablet {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: #087868;
  z-index: 10;
  top: -1px;
  left: -1px;
  overflow: hidden;
  color: #fff;
  transform: translateY(-100%);
  transition: 1s;
}
.tablet::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1080px;
  opacity: 0.3;
  background-image: url(../img/tablet-bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  z-index: -1;
}
.tablet::after {
  content: "";
  position: absolute;
  left: 150px;
  top: 0;
  height: 150px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

.tablet.active {
  transform: translateY(0);
  transition: 1s;
}

.tablet__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  margin-bottom: 110px;
}
.tablet__header::after {
  content: "";
  position: absolute;
  left: 0;
  top: 150px;
  width: 3000px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

.tablet__phone {
  font-weight: 900;
  font-size: 30px;
  line-height: 36px;
  margin-left: auto;
  margin-right: 48px;
  transition: 0.3s;
}
.tablet__phone:hover {
  color: #2E2E2E;
}

.mod-tablet {
  width: 24px;
  height: 24px;
  margin-right: 19px;
}

.tablet__btn {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  width: 240px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.tablet__btn:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #2E2E2E;
}

.arrow-tablet {
  width: 6px;
  height: 9px;
  margin-left: 17px;
}

.tablet__main-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-bottom: 15vmin;
}
.tablet__main-list a {
  font-family: "Dejavu", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 110px;
  display: inline-block;
  transition: 0.3s;
  position: relative;
  padding-right: 45px;
}
.tablet__main-list a::after {
  content: "";
  position: absolute;
  background-image: url("../img/arrow.svg");
  width: 15px;
  height: 23px;
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.3s;
}
.tablet__main-list a::before {
  content: "";
  position: absolute;
  background-image: url("../img/arrow.svg");
  width: 15px;
  height: 23px;
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.3s;
}
.tablet__main-list li:hover a {
  transform: translateX(30px);
}
.tablet__main-list li:hover a::before, .tablet__main-list li:hover a::after {
  opacity: 1;
}

.tablet__main-social {
  display: flex;
  align-items: center;
}
.tablet__main-social li:first-child {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-right: 30px;
}
.tablet__main-social li + li {
  margin-left: 15px;
}
.tablet__main-social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid #FFFFFF;
  border-radius: 100%;
  transition: 0.3s;
}
.tablet__main-social a:hover {
  color: #2E2E2E;
  border: 1px solid #2E2E2E;
}

.icon-vk {
  width: 27px;
  height: 15px;
}

.icon-insta {
  width: 22px;
  height: 22px;
}

.icon-ok {
  width: 15px;
  height: 24px;
}

.header__menu-btn {
  display: none;
  width: 30px;
  height: 25px;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}
.header__menu-btn span {
  transition: 0.3s;
  width: 100%;
  height: 3px;
  background-color: #000;
}

.header__menu-btn.active span {
  position: relative;
}
.header__menu-btn.active span:first-child {
  transform: rotate(-45deg);
  top: 10.5px;
}
.header__menu-btn.active span:nth-child(2) {
  opacity: 0;
}
.header__menu-btn.active span:last-child {
  transform: rotate(45deg);
  bottom: 10.5px;
}

.header__phone-m {
  color: #2E2E2E;
  margin-left: auto;
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid rgba(32, 34, 40, 0.2);
  display: none;
}
.header__phone-m svg {
  margin: 0;
  width: 30px;
  height: 30px;
}

.header__inner.active {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: calc(100vh - 93px);
  background-color: #fff;
  z-index: 90;
  top: 92px;
  left: 0;
  right: 0;
  padding: 0 15px;
}

.navrooms-hover {
  display: none;
  transition: all 0.3s;
  position: absolute;
  z-index: 100;
  flex-direction: column;
  padding: 0 30px;
  min-width: 330px;
  background-color: #fff;
  box-shadow: 0px 4px 94px -20px rgba(0, 0, 0, 0.2);
}
.navrooms-hover > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #00000010;
}
.navrooms-hover > li > p {
  display: flex;
  flex-direction: column;
  color: #222222;
  font-family: "Dejavu", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin-right: 36px;
}
.navrooms-hover > li > p > span {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: #EFB969;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.navrooms-hover > li a {
  font-family: "Dejavu", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 30px;
  color: #087868;
  position: relative;
  transition: color;
  margin-right: 14px;
  padding: 0;
  border: none;
  width: inherit;
}
.navrooms-hover > li a:hover {
  color: #05483f;
}
.navrooms-hover > li a::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: url("../../img/arrow-right.svg") no-repeat;
  top: 3px;
  right: -24px;
}
.navrooms-hover > li a::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: url("../../img/arrow-right.svg") no-repeat;
  top: 3px;
  right: -19px;
}

.rooms {
  margin-bottom: 150px;
}
.rooms__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.rooms__item {
  position: relative;
  height: 497px;
  display: flex;
}
.rooms__item:hover img:nth-child(3) {
  transform: rotate(5deg);
}
.rooms__item:hover img:nth-child(2) {
  transform: rotate(-5deg);
}
.rooms__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.5s;
}
.rooms__item img:hth-child(2) {
  z-index: -2;
}
.rooms__item img:hth-child(3) {
  z-index: -3;
}
.rooms__item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 268px;
  background-image: url("../img/item-bg.png");
  background-repeat: no-repeat;
  left: 0;
  bottom: 0;
}
.rooms__item-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 50px;
  color: #fff;
  z-index: 2;
  margin-top: auto;
  margin-bottom: 35px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.rooms__item-info span {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
  color: #EFB969;
  display: block;
  margin-top: 5px;
}

.rooms__item-reserve {
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  width: 240px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: 0.3s;
}
.rooms__item-reserve:hover {
  background-color: #1AA894;
  border: 1px solid #1AA894;
}

.rooms__item-link {
  font-weight: bold;
  font-size: 34px;
  line-height: 34px;
  transition: 0.3s;
}
.rooms__item-link:hover {
  color: #2E2E2E;
}

.icon-arrow-btn {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.rest {
  margin-bottom: 150px;
}
.rest h2 {
  text-align: left;
}
.rest span {
  font-size: 26px;
  line-height: 72px;
}
.rest__inner {
  background-color: #EEF2F2;
  padding-left: 120px;
  padding-top: 70px;
}
.rest__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rest__box img {
  transform: translateX(70px);
}
.rest__info {
  max-width: 386px;
}
.rest__info p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.rest__info a {
  width: 300px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2E2E2E;
  border-radius: 6px;
  color: #fff;
  transition: 0.3s;
}
.rest__info a:hover {
  background-color: #5C5C5C;
}
.rest__info a svg {
  position: relative;
  top: 2px;
}
.rest__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  transform: translateY(60px);
  padding-right: 120px;
}
.rest__list li {
  height: 340px;
  position: relative;
  overflow: hidden;
}
.rest__list li:hover img {
  transform: scale(1.2);
}
.rest__list img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  transition: 0.3s;
}
.rest__list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.rest__list h4 {
  font-family: "Dejavu", sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  position: relative;
  text-align: center;
  margin-top: auto;
  margin-bottom: 30px;
}

.business {
  margin-bottom: 150px;
}
.business h2 {
  text-align: left;
}
.business span {
  font-size: 29px;
  line-height: 72px;
}
.business__inner {
  background-color: #EEF2F2;
  padding-left: 120px;
  padding-right: 120px;
  padding-top: 70px;
  padding-left: 0;
}
.business__inner ul {
  padding-left: 120px;
  padding-right: 0;
}
.business__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.business__box img {
  transform: translateX(-70px);
}
.business__info {
  max-width: 386px;
}
.business__info p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.business__info a {
  width: 300px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2E2E2E;
  border-radius: 6px;
  color: #fff;
  transition: 0.3s;
}
.business__info a:hover {
  background-color: #5C5C5C;
}
.business__info a svg {
  position: relative;
  top: 2px;
}

.about {
  margin-bottom: 150px;
}
.about h2 {
  text-align: left;
}
.about span {
  font-size: 29px;
  line-height: 72px;
}
.about__inner {
  background-color: #EEF2F2;
  padding-left: 120px;
  padding-top: 70px;
  padding-right: 0;
}
.about__inner ul {
  padding-right: 120px;
}
.about__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about__box img {
  transform: translateX(70px);
}
.about__info {
  max-width: 386px;
}
.about__info p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.about__info a {
  width: 300px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2E2E2E;
  border-radius: 6px;
  color: #fff;
  transition: 0.3s;
}
.about__info a:hover {
  background-color: #5C5C5C;
}
.about__info a svg {
  position: relative;
  top: 2px;
}

.trust h2 {
  margin-bottom: 37px;
}
.trust__items {
  height: 150px;
  overflow: hidden;
  border: 1px solid #F1F1F1;
  margin-bottom: 60px;
}
.trust__item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #F1F1F1;
  transition: 0.3s;
}
.trust__item:hover img {
  filter: grayscale(0);
  transform: scale(1.15);
}
.trust__item img {
  filter: grayscale(1);
  transition: 0.3s;
}
.trust__pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 190px;
}
.trust__pagination span {
  width: 2px;
  height: 18px;
  border-radius: 0;
}
.trust__pagination span:hover {
  background-color: #1AA894;
}
.trust__pagination span.swiper-pagination-bullet-active {
  background-color: #2E2E2E;
}
.trust__pag {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 337px;
  margin: 0 auto;
  color: #1AA894;
}
.trust__pag svg {
  width: 47px;
  height: 14px;
  cursor: pointer;
  outline: none;
}

.contacts {
  position: relative;
}
.contacts__map {
  width: 100%;
  height: 708px;
  position: relative;
}
.contacts__map::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 230px;
  left: 0;
  top: 0;
  background-image: url("../img/map-mask.png");
  z-index: 100;
}
.contacts__info {
  font-family: "Inter", sans-serif;
  padding: 42px 50px 39px;
  background-color: #fff;
  box-shadow: 0px 4px 94px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  max-width: 1420px;
  width: 100%;
}
.contacts__info-link {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #fff;
  width: 320px;
  height: 60px;
  background: #2E2E2E;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.contacts__info-link:hover {
  background-color: #5C5C5C;
}
.contacts__info-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contacts__info-item span {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #8F8F8F;
  display: block;
  margin-bottom: 13px;
}
.contacts__info-item p {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  margin-left: 7px;
  display: inline-block;
}
.contacts__info-item svg {
  width: 18px;
  height: 18px;
  position: relative;
  top: -22px;
}
.contacts__info-item strong {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  display: block;
}
.contacts__info-item--mod span {
  margin-bottom: 9px;
}
.contacts__info-item--mod p {
  margin-left: 10px;
}
.contacts__info-item--mod strong {
  font-weight: 900;
  font-size: 24px;
  line-height: 29px;
}
.contacts__info-item--socials ul {
  display: flex;
  align-items: center;
}
.contacts__info-item--socials li + li {
  margin-left: 15px;
}
.contacts__info-item--socials a {
  width: 50px;
  height: 50px;
  border: 1px solid #2E2E2E;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  transition: 0.3s;
}
.contacts__info-item--socials a:hover {
  color: #1AA894;
  border: 1px solid #1AA894;
}
.contacts__info-item--socials svg {
  position: static;
  width: 24px;
  height: 24px;
}

.ymaps-2-1-79-ground-pane {
  filter: grayscale(1);
}

.hero {
  height: 800px;
  position: relative;
  margin-bottom: 60px;
}
.hero img {
  position: absolute;
  /* -o-object-position: center -100px;
  object-position: center -100px; */
  /* -webkit-animation: bg 3s linear;
  animation: bg 3s linear; */
  /* -o-object-fit: contain;
  object-fit: contain; */
  /* transform: scale(1.1); */
  width: 100%;
  height: 100%;
  /* top: -150px; */

}
.hero__items {
  transform: translateY(75%);
  height: 300px;
  margin-top: auto;
  margin-bottom: auto;
}
.hero__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hero__item span {
  display: block;
  font-weight: 200;
  font-size: 72px;
  line-height: 87px;
  color: #2E2E2E;
  margin-bottom: 6px;
  text-align: center;
}
.hero__item strong {
  font-family: "Dejavu", sans-serif;
  font-weight: 700;
  font-size: 96px;
  line-height: 95px;
  text-align: center;
}

.img__wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  max-width: 1920px;
  margin: 0 auto;
}

.hero__btn-next.swiper-button-next,
.hero__btn-prev.swiper-button-prev {
  background-color: transparent;
  color: #000 !important;
  fill: black !important;
  stroke: black !important;
  opacity: 0.3;
}

.room__swiper-button-prev {
  background-color: transparent;
  color: #000 !important;
  fill: black !important;
  stroke: black !important;
  opacity: 0.3;
}

@-webkit-keyframes bg {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}

@keyframes bg {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
.booking {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1465px;
  width: 95%;
  background-color: #fff;
  box-shadow: 0px 4px 94px -20px rgba(0, 0, 0, 0.2);
}
.booking .js__popup-people {
  padding: 14px;
}
.booking .popup > label,
.booking .popup > .popup__quests {
  margin-bottom: 0px;
  height: 60px;
}
.booking .search {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.booking__btn {
  width: 265px;
  flex: 0 0 auto;
}
.booking .popup__box-people img {
  position: static;
  -o-object-position: 0px 0px;
  object-position: 0px 0px;
  -webkit-animation: 0s;
  animation: 0s;
  -o-object-fit: fill;
  object-fit: fill;
  transform: scale(1);
}
.booking form {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: flex-start;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding: 30px;
  position: static;
  background-color: transparent;
  width: auto;
  min-height: 120px;
  cursor: default;
  z-index: auto;
  overflow: visible;
}
.booking__date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 20px;
}
.booking__from {
  margin-right: 20px;
}
.booking__quests {
  margin-right: 20px;
  position: relative;
}
.booking__input {
  background-color: #EEF2F2;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 16px 0 20px;
  height: 60px;
}
.booking__input label {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #9C9CA9;
  margin-bottom: 5px;
}
.booking__input input {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #087868;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
.booking__input input:hover::-moz-placeholder {
  color: #087868;
}
.booking__input input:hover:-ms-input-placeholder {
  color: #087868;
}
.booking__input input:hover::placeholder {
  color: #087868;
}
.booking__input input::-moz-placeholder {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #2E2E2E;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.booking__input input:-ms-input-placeholder {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #2E2E2E;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.booking__input input::placeholder {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #2E2E2E;
  transition: 0.3s;
}

.air-datepicker.-active- {
  transform: translateX(-15px);
}

.air-datepicker--navigation {
  padding: 20px 20px 0 20px;
  margin-bottom: 20px;
}

.air-datepicker-nav {
  padding: 0;
  border-bottom: none;
}

.air-datepicker--content {
  padding: 0 20px 20px 20px;
  border-top: none;
}

.air-datepicker-body--day-names {
  margin: 0;
  padding-top: 7px;
  padding-bottom: 8px;
  border-top: 1px solid #F1F1F1;
  border-bottom: 1px solid #F1F1F1;
}

.air-datepicker-cell {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #2E2E2E;
}
.air-datepicker-cell:hover {
  background-color: #1AA894;
  color: #fff;
}

.air-datepicker-cell.-selected- {
  background-color: #1AA894;
}

.air-datepicker-cell.-focus- {
  background-color: #1AA894;
  color: #fff;
}

.air-datepicker-cell.-current- {
  color: #1AA894;
}

.air-datepicker-nav--action path {
  stroke: #087868;
}

.air-datepicker-nav--title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #2E2E2E;
}
.air-datepicker-nav--title i {
  color: #2E2E2E;
}

.air-datepicker-body--day-name {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #8F8F8F;
  text-transform: none;
}

.quests {
  display: none;
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -350px;
  z-index: 20;
  background-color: #fff;
  box-shadow: 0px 4px 94px -20px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.quests__inner {
  padding: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.quests__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.quests__item strong {
  margin-bottom: 10px;
}
.quests__item i {
  font-style: normal;
  margin-left: 5px;
}
.quests__item select {
  width: 100%;
}
.quests__item-inner {
  display: grid;
  grid-template-columns: repeat(4, 47px);
  grid-gap: 5px;
}
.quests__item-inner input {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #2E2E2E;
  background-color: #EEF2F2;
  border-radius: 6px;
  height: 50px;
  padding-left: 12px;
}

.quests.active {
  display: block;
  opacity: 1;
}

.quests__item + .quests__item {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.nice-select {
  width: 100%;
  font-size: 18px;
}

.nice-select.open .list {
  width: 100%;
}

.parallax {
  margin-bottom: 150px;
  background-image: url("../img/tablet-bg.png");
  background-attachment: fixed;
  height: 500px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.paralax__content {
  z-index: 3;
}
.paralax__content h1 {
  font-family: "Dejavu", sans-serif;
  font-size: 72px;
  line-height: 72px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  text-align: center;
}

.parallax__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.footer {
  background: #2E2E2E;
  padding-top: 57px;
  position: relative;
}
.footer__news-position {
  width: calc(100vw - 500px);
  padding: 20px 50px;
  position: absolute;
  top: -130px;
  left: 50%;
  transform: translate(-50%, 0%);
  background: #FFFFFF;
  box-shadow: 0px 4px 94px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  min-height: 160px;
  z-index: 20;
}
.footer__news-position .footer__box {
  flex: 0 0 auto;
  margin-right: 20px;
}
.footer__news-position .footer__box a,
.footer__news-position .footer__box strong {
  color: #222222;
}
.footer__news-position .footer__box p {
  color: #2E2E2E;
}
.footer__news-position .footer__blog-icon a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #2E2E2E;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.footer__news-position .footer__blog-icon a svg {
  transition: all 0.4s ease;
}
.footer__news-position .footer__blog-icon a:not(:last-child) {
  margin-right: 15px;
}
.footer__news-position .footer__blog-icon a:hover {
  border-color: #1AA894;
}
.footer__news-position .footer__blog-icon a:hover svg {
  fill: #1AA894;
}
.footer__news-position .footer__btn {
  width: 320px;
  background: #2E2E2E;
  border-color: #2E2E2E;
  margin-top: 0px;
}
.footer__news-position .footer__btn:hover {
  background-color: #5C5C5C;
  border-color: #5C5C5C;
}
.footer__flex-bottom {
  margin-top: 71px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 101px;
  padding: 20px 0px;
  border-top: 1px solid #ffffff14;
}
.footer__flex-bottom p {
  font-family: "PT Root UI", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 34px;
  color: #FFFFFF;
  margin-right: 15px;
}
.footer__blog1 {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #8F8F8F;
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.footer__blog1 a {
  margin-left: 10px;
  width: 30px;
  height: 30px;
  border: 1px solid #ffffff1c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
.footer__blog1 a:hover {
  background-color: #1AA894;
  border-color: #1AA894;
}
.footer__flex {
  display: flex;
}
.footer blockquote {
  font-weight: normal;
  font-size: 30px;
  line-height: 32px;
  color: #087868;
  width: 272px;
  margin-top: 22px;
  font-family: "Liana";
}
.footer h6 {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 22px;
  margin-top: 0px;
}
.footer ul:last-child {
  margin-top: 19px;
}
.footer ul:not(:last-child) {
  margin-right: 15px;
}
.footer__items1 {
  width: 348px;
  padding: 20px 0px;
  padding-right: 15px;
}
.footer__items-flex {
  display: flex;
  width: 501px;
  justify-content: space-between;
}
.footer__items2 {
  width: 607px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 20px 0px;
  padding-left: 15px;
}
.footer span {
  display: block;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #8F8F8F;
  margin-bottom: 9px;
}
.footer__box a {
  font-weight: 900;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.footer__box a svg {
  margin-right: 10px;
}
.footer__box p {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  margin-left: 27px;
}
.footer__box strong {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.footer__box strong svg {
  margin-right: 7px;
}
.footer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #087868;
  border-radius: 6px;
  max-width: 515px;
  width: 100%;
  min-height: 60px;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 40px;
  transition: all 0.4s ease;
}
.footer__btn:hover {
  background-color: #1AA894;
}
.footer__items.flex {
  display: flex;
  padding: 20px 56px;
  border-right: 1px solid #ffffff14;
  border-left: 1px solid #ffffff14;
  width: 465px;
  justify-content: space-between;
}
.footer ul a {
  font-weight: 300;
  font-size: 14px;
  line-height: 33px;
  color: #FFFFFF;
  padding-left: 31px;
  position: relative;
  transition: all 0.4s ease;
}
.footer ul a:hover {
  color: #1AA894;
}
.footer ul a:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
  width: 20px;
  border-bottom: 1px solid #087868;
}

.main-footer {
  background-color: #2E2E2E;
}
.main-footer__content {
  display: flex;
  justify-content: space-between;
  padding: 72px 0 71px 0;
  border-bottom: 1px solid #ffffff10;
}
.main-footer__logo {
  width: 20%;
}
.main-footer__logo img {
  margin-bottom: 20px;
}
.main-footer__logo-text {
  color: #087868;
  font-family: "Liana";
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
}
.main-footer__menu {
  width: 33%;
  padding: 24px 56px;
  border-left: 1px solid #ffffff10;
  border-right: 1px solid #ffffff10;
}
.main-footer__menu p {
  font-family: "Dejavu", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 22px;
  color: #fff;
}
.main-footer__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 104px;
  margin-left: 30px;
}
.main-footer__list-item {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 33px;
  color: #fff;
  transition: color 0.3s;
  position: relative;
}
.main-footer__list-item:hover {
  color: #b3b3b3;
}
.main-footer__list-item::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  top: 16px;
  left: -30px;
  background: url("../../img/main-footer__list-line.svg") no-repeat;
}
.main-footer__contacts {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.main-footer__phone {
  display: flex;
  flex-direction: column;
  color: #fff;
}
.main-footer__phone a {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 29px;
}
.main-footer__phone span {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #8F8F8F;
  margin-bottom: 9px;
}
.main-footer__phone p {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  margin-left: 32px;
}
.main-footer__room-reserv {
  width: 36%;
}
.main-footer__address {
  display: flex;
  flex-direction: column;
  font-family: "Inter", sans-serif;
  color: #fff;
}
.main-footer__address span {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #8F8F8F;
  margin-bottom: 14px;
}
.main-footer__address p {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  margin-left: 28px;
}
.main-footer__address strong {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
.main-footer__socials {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 34px 0;
}
.main-footer__roots {
  font-family: "PT Root UI", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 34px;
  color: #fff;
}
.main-footer__social {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #8F8F8F;
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-footer__social a {
  border: 1px solid #ffffff10;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: background-color 0.3s;
}
.main-footer__social a:hover {
  background-color: #1AA894;
}
.main-footer__social a:first-child {
  margin-left: 8px;
}
.main-footer__develop {
  font-family: "PT Root UI", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 34px;
  color: #fff;
  display: flex;
  gap: 12px;
}

.main-footer.active {
  display: none;
}

.contact {
  font-family: "Inter", sans-serif;
}
.contact span {
  font-family: "Inter", sans-serif;
}
.contact h1 {
  font-family: "Dejavu", sans-serif;
}
.contact .footer__box {
  padding: 24px 0px;
  border-bottom: 1px solid #0000001f;
}
.contact .footer__box1 {
  margin: 24px 0px 50px;
}
.contact h1 {
  border-bottom: 1px solid #0000001f;
  padding: 83px 0px 46px;
}
.contact .footer {
  background: transparent;
  padding-top: 0px;
  position: static;
}
.contact .footer__news-position {
  position: static;
  transform: translate(0%, 0%);
  background: transparent;
  box-shadow: none;
  border-radius: 0px;
  min-height: auto;
  width: auto;
  padding: 0px;
}
.contact aside {
  margin-right: 120px;
  width: 360px;
  flex: 0 0 auto;
}
.contact__blog-map {
  width: 1190px;
}
.contact__blog-map .contacts__map {
  width: 100%;
  height: 900px;
}

.container-fluid.contact {
  padding-right: 0px;
  margin-bottom: 0px;
}

.room {
  font-family: "Inter", sans-serif;
  margin-bottom: 173px;
}
.room__flex {
  display: flex;
  justify-content: space-between;
}
.room .margin {
  margin-right: 20px;
}
.room .margin1 {
  margin-bottom: 180px;
}
.room span {
  font-family: "Inter", sans-serif;
}
.room h2,
.room h1,
.room h3,
.room h4 {
  font-family: "Dejavu", sans-serif;
}
.room__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  width: 650px;
}
.room__flex-obertka {
  display: flex;
  justify-content: center;
}
.room__grid1 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.room__grid2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(482px, 1fr));
  max-width: 1920px;
}
.room__items-action {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.room__items-action:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #087868;
  opacity: 0.7;
  transition: all 0.4s ease;
}
.room__items-action:hover::before {
  transform: translate(0%, -100%);
}
.room__items-action span {
  font-weight: bold;
  font-size: 36px;
  line-height: 95px;
  text-align: center;
  color: #FFFFFF;
  font-family: "Dejavu", sans-serif;
}
.room__items-action > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.room__items-position {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.room__swiper-container {
  overflow: hidden;
  margin-bottom: 149px;
  position: relative;
}
.room__swiper-container .swiper-slide > div {
  position: absolute;
  bottom: 45px;
  padding: 0px 35px;
  display: flex;
  align-items: center;
}
.room__swiper-container .swiper-slide div > div {
  width: 328px;
  min-height: 90px;
  padding: 0px 45px;
  border-left: 1px solid #ffffff1f;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.room__swiper-container .swiper-slide {
  font-family: "Dejavu", sans-serif;
}
.room__swiper-container .swiper-slide span {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 3px;
  font-family: "Dejavu", sans-serif;
}
.room__swiper-container .swiper-slide strong {
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.room__swiper-container .swiper-slide a {
  width: 270px;
  flex: 0 0 auto;
}
.room__swiper-button-prev, .room__swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 20;
  cursor: pointer;
}
.room__swiper-button-prev {
  left: 90px;
}
.room__swiper-button-next {
  right: 90px;
}
.room h1 {
  color: #fff;
  margin-right: 45px;
}
.room table {
  width: 100%;
}
.room h2 {
  padding-bottom: 21px;
  margin-bottom: 43px;
  position: relative;
  text-align: left;
}
.room h2:before {
  content: "";
  width: 170px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0px;
  background-color: #F1F1F1;
}
.room h2:after {
  content: "";
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0px;
  z-index: 20;
  background-color: #2E2E2E;
}
.room h2.border {
  text-align: center;
}
.room h2.border:before {
  content: "";
  width: 170px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  background-color: #F1F1F1;
}
.room h2.border:after {
  content: "";
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 20;
  background-color: #2E2E2E;
}
.room p {
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
  color: #2E2E2E;
  max-width: 650px;
  margin-bottom: 42px;
}
.room tr {
  min-height: 70px;
  padding: 10px 0px;
  border-bottom: 1px solid #2e2e2e21;
  font-size: 18px;
  line-height: 28px;
  color: #2E2E2E;
  display: flex;
  align-items: center;
  text-align: left;
}
.room tr:first-child {
  border-top: 1px solid #2e2e2e21;
}
.room td {
  font-weight: 300;
  width: 158px;
  flex: 0 0 auto;
  margin-right: 34px;
}
.room th {
  font-weight: 500;
}
.room__items {
  min-height: 150px;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #F7F7F7;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.room__items svg {
  margin-bottom: 11px;
}
.room__items span {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #2E2E2E;
  text-align: center;
  font-family: "Inter", sans-serif;
}
.room__btn {
  margin-top: 67px;
  width: 300px;
}
.room__blog {
  position: relative;
}
.room__blog img {
  width: 100%;
  height: 504px;
  -o-object-fit: cover;
  object-fit: cover;
}
.room__box-position {
  position: absolute;
  bottom: 35px;
  left: 0px;
  width: 100%;
  padding: 0px 30px 0px 30px;
}
.room__border-top {
  border-top: 1px solid #ffffff2e;
  padding-top: 35px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.room__border-top div {
  width: 206px;
}
.room__border-top strong {
  display: block;
  font-weight: bold;
  font-size: 28px;
  color: #FFFFFF;
  font-family: "Dejavu", sans-serif;
  letter-spacing: -5px;
  line-height: 30px;
}
.room__border-top span {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
  color: #EFB969;
}
.room__border-top a {
  width: 170px;
  flex: 0 0 auto;
}

.container-fluid.room {
  padding: 0px;
  display: flex;
  justify-content: center;
}

.container.room {
  margin-bottom: 0px;
  max-width: 1630px;
}

.news {
  margin-bottom: 180px;
  padding-bottom: 78px;
  position: relative;
}
.news__items {
  width: 100%;
  height: 369px;
  overflow-x: hidden;
  overflow-y: auto;
}
.news__item {
  padding: 40px 50px;
  background-color: #EEF2F2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.news__item time {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #087868;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}
.news__item h4 {
  font-family: "Dejavu", sans-serif;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 17px;
}
.news__item p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #8F8F8F;
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #DFE6E6;
}
.news__item a {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 15px;
  color: #087868;
  position: relative;
  padding-right: 20px;
  transition: 0.3s;
}
.news__item a::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #087868;
  right: 0;
  top: 1px;
  background-image: url("../img/arrow-light.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}
.news__item a:hover {
  color: #1AA894;
}
.news__item a:hover::after {
  background-color: #1AA894;
}
.news-pag {
  position: relative;
  top: 80px;
  max-width: 337px;
  margin: 0 auto;
}
.news-btn {
  top: -19px;
}

.news-btn {
  width: 47px;
}

.news-btn__prev {
  background-image: url("../img/slider-prev.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.news-btn__prev::after {
  content: "";
}

.news-btn__next {
  background-image: url("../img/slider-next.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.news-btn__next::after {
  content: "";
}

.news .news-pagination {
  display: flex;
  gap: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}
.news .news-pagination span {
  width: 2px;
  height: 18px;
  border-radius: 0;
  margin: 0 15px;
}
.news .news-pagination span:hover {
  background-color: #1AA894;
}
.news .news-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2E2E2E;
}

.company {
  padding-bottom: 150px;
  font-family: "Inter", sans-serif;
}
.company h1,
.company h5 {
  font-family: "Dejavu", sans-serif;
}
.company section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.company section > div {
  margin-right: 20px;
  width: 940px;
}
.company picture {
  display: block;
}
.company picture img {
  max-width: 100%;
  margin-bottom: 52px;
}
.company ul {
  padding: 55px 0 42px;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  margin: 31px 0px 55px;
}
.company ul li {
  padding-left: 15px;
  position: relative;
}
.company ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #087868;
}
.company ul li:first-child {
  padding-left: 0px;
}
.company ul li:first-child h3 {
  margin-bottom: 0px;
}
.company ol li:first-child h3 {
  margin-bottom: 0px;
}
.company ul li:first-child:before {
  display: none;
}
.company ul li:not(:last-child) {
  margin-bottom: 4px;
}
.company ol {
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 54px;
}
.company ol li:not(:last-child) {
  margin-bottom: 4px;
}
.company h5 {
  margin-bottom: 21px;
}
.company li,
.company p {
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
  color: #2E2E2E;
}
.company li {
  display: flex;
  align-items: flex-start;
}
.company li span {
  display: block;
  padding-left: 7px;
}
.company blockquote {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 150px;
  background: #0878680d;
  margin-top: 53px;
  margin-bottom: 60px;
  padding: 38px 22px 28px 40px;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #2E2E2E;
  font-family: "Dejavu", sans-serif;
}
.company blockquote span {
  display: block;
  position: relative;
  z-index: 10;
  max-width: 889px;
  margin: 0 auto;
}
.company blockquote img {
  position: absolute;
  left: 40px;
  top: -17px;
  z-index: 1;
}
.company__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 44px;
  padding-bottom: 70px;
  border-bottom: 1px solid #f3f3f3;
}
.company__grid.margin {
  margin-bottom: 0px;
  margin-top: 101px;
}
.company__grid a {
  position: relative;
  overflow: hidden;
  height: 240px;
}
.company__grid.margin a {
  height: 272px;
}
.company__grid a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.company__hover {
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #087868;
  opacity: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.company__grid a:hover .company__hover {
  opacity: 1;
}
.company aside ul {
  width: 340px;
  flex: 0 0 auto;
  padding: 0px 40px 0px;
  background: #FFFFFF;
  box-shadow: 0px 4px 94px -20px rgba(0, 0, 0, 0.2);
  margin: 0px;
}
.company aside ul a {
  display: block;
  padding: 30px 0px;
  width: 100%;
  transition: all 0.3s ease;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  color: #2E2E2E;
  font-family: "Dejavu", sans-serif;
}
.company aside ul li {
  padding: 0px;
  position: static;
}
.company aside ul li:before {
  display: none;
}
.company aside ul li:not(:last-child) {
  border-bottom: 1px solid #F1F1F1;
  margin-bottom: 0px;
}
.company aside ul a:hover {
  color: #1AA894;
}
.company table {
  width: 100%;
  border-spacing: 0;
}
.company td,
.company th {
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  color: #2E2E2E;
  padding-top: 17px;
  padding-bottom: 17px;
}
.company th {
  font-weight: 300;
  color: #fff;
  background: #087868;
}
.company td:first-child,
.company th:first-child {
  padding-left: 24px;
  border-right: 1px solid #30303617;
  padding-right: 10px;
}
.company th:first-child {
  border-right: 1px solid #ffffff1f;
}
.company td:nth-child(2),
.company th:nth-child(2) {
  padding-left: 40px;
  font-weight: 700;
  width: 209px;
}
.company td:nth-child(2) {
  font-weight: 700;
}
.company tr:nth-child(odd) {
  background: #f7f7f780;
}
.company tr {
  border-radius: 20px;
  overflow: hidden;
}
.company h1 {
  margin-top: 85px;
  margin-bottom: 52px;
  text-align: left;
}

.popup {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.4s ease;
  z-index: 1000;
  overflow: auto;
  cursor: pointer;
  /* select */
}
.popup__select-classic {
  width: 100%;
}
.popup .phone {
  width: 15px;
  height: 15px;
}
.popup h6 {
  font-family: "Dejavu", sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  margin-bottom: 52px;
  width: 298px;
  margin-top: 0px;
  color: #2E2E2E;
  padding-bottom: 22px;
  position: relative;
}
.popup h6:after {
  content: "";
  width: 170px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
  border-top: 2px solid #F1F1F1;
}
.popup h6:before {
  content: "";
  width: 50px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
  border-top: 2px solid #2E2E2E;
  z-index: 10;
}
.popup .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.popup .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #087868;
}
.popup__selects-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.popup__select {
  width: 24px;
  height: 34px;
  fill: #087868;
}
.popup .select {
  position: relative;
}
.popup .select:not(:last-child) {
  margin-right: 4px;
  margin-bottom: 4px;
}
.popup .select.popup__select-classic:not(:last-child) {
  margin-bottom: 20px;
}
.popup .select__trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  transition: 0.1s;
  color: #1f2937;
  width: 57px;
  height: 50px;
  background: #EEF2F2;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  padding: 13px 0px 13px 12px;
}
.popup .select__trigger span {
  white-space: nowrap;
  overflow: hidden;
  width: auto;
  height: auto;
  margin-right: 1px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #2E2E2E;
}
.popup .select__arrow svg {
  position: static;
}
.popup .select__label--dark {
  color: #4b5563;
  font-weight: 600;
}
.popup .select__label {
  font-size: 14px;
  font-weight: 600;
  color: #9ca3af;
  position: absolute;
  top: -25px;
  left: 0;
  white-space: nowrap;
}
.popup .select__drop {
  display: none;
  width: 139%;
  padding: 10px 0;
  background-color: #fff;
  border: 1px solid #d1d5db;
  position: absolute;
  z-index: 10;
  top: -188px;
}
.popup .select__drop.open {
  display: block;
}
.popup .select__list {
  max-height: 156px;
  font-size: 15px;
  color: #1f2937;
  overflow-y: auto;
}
.popup .select__list input {
  display: none;
}
.popup .select__list label {
  display: block;
  padding: 5px 16px;
  margin-bottom: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  transition: 0.3s;
  background-color: transparent;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #2E2E2E;
  text-align: center;
  border-bottom: 0px solid rgba(143, 143, 143, 0.15);
}
.popup .select__list input:checked + label {
  background-color: #3dbce1;
  color: #fff;
}
.popup__btn-bottom {
  width: 100%;
}
.popup__select-classic .select__trigger {
  width: 100%;
  justify-content: start;
  justify-content: space-between;
  height: 60px;
  padding: 31px 44px 9px 20px;
  border-bottom: 2px solid rgba(143, 143, 143, 0.15);
}
.popup__select-classic .select__arrow {
  position: absolute;
  top: 18px;
  right: 18px;
}
.popup__arrow {
  width: 24px;
  height: 24px;
  fill: #8F8F8F;
  transition: all 0.4s ease;
}
.popup__select-classic .select__trigger:hover .popup__arrow, .popup__select-classic .select__trigger.active .popup__arrow {
  fill: #1AA894;
}
.popup__select-classic .select__trigger:hover span, .popup__select-classic .select__trigger.active span {
  color: #1AA894;
}
.popup__select-classic .select__label {
  top: 12px;
  left: 20px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #9C9CA9;
}
.popup__select-classic .select__trigger span {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #2E2E2E;
  transition: all 0.4s ease;
}
.popup__select-classic .select__drop {
  width: 100%;
  top: 70px;
}
.popup__select-classic .select__list label {
  text-align: left;
}
.popup label, .popup__quests {
  display: block;
  width: 100%;
  padding: 11px 44px 11px 20px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #9C9CA9;
  background: #EEF2F2;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
  border-bottom: 2px solid rgba(143, 143, 143, 0.15);
  margin-bottom: 20px;
}
.popup label:hover svg, .popup__quests:hover svg {
  fill: #1AA894;
}
.popup label:hover input, .popup__quests:hover input {
  color: #1AA894;
}
.popup label:hover .popup__text, 
.popup__quests:hover .popup__text {
  color: #1AA894;
}
.popup label svg, .popup__quests svg {
  position: absolute;
  top: 18px;
  right: 12px;
  transition: all 0.4s ease;
}
.popup label.open svg {
  fill: #1AA894;
}
.popup label.open input {
  color: #1AA894;
}
.popup label.open input.active {
  color: #087868;
}
.popup label.open input.active + svg {
  fill: #087868;
}
.popup input {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #2E2E2E;
  outline: 0px;
  display: block;
  border: none;
  width: 100%;
  margin-top: 6px;
  background: transparent;
  cursor: pointer;
  transition: all 0.4s ease;
}
.popup input::-moz-placeholder {
  color: #2E2E2E;
}
.popup input:-ms-input-placeholder {
  color: #2E2E2E;
}
.popup input::placeholder {
  color: #2E2E2E;
}
.popup__calendar-check {
  display: none;
}
.popup__body {
  min-height: 100%;
  padding: 30px 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.popup__content {
  background-color: white;
  cursor: default;
  padding: 59px 70px 70px 70px;
  border: 1px solid #eff0f2;
  border-radius: 5px;
  position: relative;
  top: -91px;
}
.popup__content > label, .popup__content > .popup__quests {
  height: 60px;
}
.popup__close {
  position: absolute;
  top: 2px;
  right: 8px;
  cursor: pointer;
}
.popup___close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 15px;
  right: 10px;
}
.popup__people {
  background: #FFFFFF;
  box-shadow: 0px 4px 94px -20px rgba(0, 0, 0, 0.2);
  width: 100%;
}
.popup__people strong {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #2E2E2E;
  margin-bottom: 12px;
  display: block;
}
.popup__people button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #087868;
}
.popup__blog-people {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.popup svg.popup__minus {
  width: 24px;
  height: 24px;
  position: static;
  fill: #fff;
}
.popup__box-people img:not(:last-child) {
  margin-right: 15px;
}
.popup__box-people img {
  width: 17px;
  height: 45px;
}
.popup__text {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #2E2E2E;
  display: flex;
  align-items: center;
  margin-top: 6px;
  transition: all 0.4s ease;
  max-width: 234px;
  overflow: hidden;
}
.popup__text div:first-child {
  margin-right: 3px;
}
.popup__text > div {
  white-space: nowrap;
}

.js__click.open > svg {
  fill: #1AA894;
}

.js__click.open .popup__text {
  color: #1AA894;
}

.js__popup-open {
  opacity: 0;
  visibility: hidden;
}

.js__popup-open.open {
  opacity: 1;
  visibility: visible;
}

body.open {
  overflow: hidden;
}

.js__popup-people {
  position: absolute;
  top: 77px;
  left: 0px;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  padding: 29px;
}

.js__popup-people.open {
  opacity: 1;
  visibility: visible;
  z-index: 20;
}

.js__popup-userNone {
  display: none;
}

.js__popup-selectremove {
  display: none;
}

.datepickers-container {
  z-index: 1001;
}

.datepicker--nav-action svg path {
  stroke: #087868;
}

.datepicker {
  padding: 0px 20px 20px 20px;
}

.datepicker--nav-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #222222;
  font-family: "Inter", sans-serif;
}
.datepicker--nav-title i {
  color: #222222;
}

.datepicker--nav {
  height: 59px;
  align-items: center;
}

.datepicker--day-name {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #8F8F8F;
  font-family: "Inter", sans-serif;
}

.datepicker--cells {
  overflow: hidden;
}

.datepicker--cell {
  border-bottom: 1px solid #F1F1F1;
  border-right: 1px solid #F1F1F1;
  border-radius: 0px;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #2E2E2E;
  margin-right: 0px;
  position: relative;
  right: -1px;
}

.datepicker--cell.-other-month- {
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  color: rgba(143, 143, 143, 0.4);
}

.datepicker--cell.-current- {
  background: #1AA894;
  font-weight: bold;
  font-size: 12px;
  color: #FFFFFF;
}

.datepicker--days-names {
  height: 30px;
  border-bottom: 1px solid #F1F1F1;
  margin: 0px;
}

@media (max-width: 1920px) {
  .hero {
    height: 700px;
  }
}

@media (max-width: 1760px) {
  .header__tablet-btn {
    display: none;
  }

  .header::before {
    display: none;
  }
}
@media (max-width: 1650px) {
  .container-fluid.room {
    display: block;
  }
}
@media (max-width: 1500px) {
  .room__border-top {
    flex-direction: column;
  }

  .room__border-top div {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 20px;
  }

  .room__border-top a {
    width: 100%;
  }

  .container {
    max-width: 1200px;
  }

  .menu__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
  }
  .menu__list a {
    padding: 10px 10px;
  }
  .menu__list li + li {
    margin-left: 0;
  }

  .rooms__item {
    height: 430px;
  }

  .rooms__item-reserve {
    width: 100%;
  }

  .rooms__item-info {
    flex-direction: column;
  }

  .rooms__item-link {
    margin-right: auto;
    margin-bottom: 20px;
  }

  .main-footer__list {
    grid-column-gap: 68px;
  }
  .main-footer__logo {
    width: 25%;
  }
  .main-footer__contacts {
    margin-top: 30px;
  }
  .main-footer__phone a {
    font-size: 18px;
  }
  .main-footer__phone p {
    font-size: 14px;
  }
  .main-footer__address strong {
    font-size: 14px;
  }
  .main-footer__address p {
    font-size: 14px;
  }

  .hero {
    height: 750px;
  }
  .hero__items {
    transform: translateY(45%);
  }
  .hero__item span {
    font-size: 55px;
    display: block;
    margin: 0 auto;
  }
  .hero__item strong {
    font-size: 80px;
    display: block;
    margin: 0 auto;
  }

  .rest__inner {
    padding-right: 120px;
  }
  .rest__box {
    flex-direction: column;
  }
  .rest__box img {
    transform: translateX(0);
    transform: translateY(-100px);
  }
  .rest__info {
    order: 2;
    max-width: 100%;
  }
  .rest img {
    transform: translateX(0);
    transform: translateY(-100px);
  }
  .rest__list {
    grid-template-columns: repeat(2, 1fr);
    padding-right: 0;
  }
  .rest__list li:last-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .rest__list img {
    transform: translateY(0);
  }

  .business__inner {
    padding-left: 120px;
  }
  .business__inner ul {
    padding-left: 0;
  }
  .business__box {
    flex-direction: column;
  }
  .business__box img {
    transform: translateX(0);
    transform: translateY(-100px);
  }
  .business__info {
    order: 2;
    max-width: 100%;
  }
  .business__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .business__list li:last-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .business__list img {
    transform: translateY(0);
  }

  .about__inner {
    padding-right: 120px;
  }
  .about__inner ul {
    padding-right: 0;
  }
  .about__box {
    flex-direction: column;
  }
  .about__box img {
    transform: translateX(0);
    transform: translateY(-100px);
  }
  .about__info {
    order: 2;
    max-width: 100%;
  }
  .about__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .about__list li:last-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .about__list img {
    transform: translateY(0);
  }
}
@media (max-width: 1400px) {
  .room__grid2 {
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  }

  .room__grid {
    width: 563px;
  }

  .room__swiper-container .swiper-slide > div {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    bottom: auto;
    top: 50%;
    transform: translate(0%, -50%);
    left: 71px;
  }

  .room__swiper-container .swiper-slide div > div {
    padding: 0px;
    border: none;
    width: 100%;
    margin-bottom: 10px;
  }

  .room h1 {
    margin-bottom: 20px;
    margin-right: 0px;
  }

  .room__swiper-button-prev {
    left: 20px;
  }

  .room__swiper-button-next {
    right: 20px;
  }

  .rest__box {
    flex-direction: column;
  }
  .rest__box img {
    transform: translateX(0);
    transform: translateY(-100px);
  }
  .rest__info {
    order: 2;
    max-width: 100%;
  }
  .rest img {
    transform: translateX(0);
    transform: translateY(-100px);
  }
  .rest__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .rest__list li:last-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .rest__list img {
    transform: translateY(0);
  }

  .business__inner {
    padding-left: 120px;
  }
  .business__inner ul {
    padding-left: 0;
  }
  .business__box {
    flex-direction: column;
  }
  .business__box img {
    transform: translateX(0);
    transform: translateY(-100px);
  }
  .business__info {
    order: 2;
    max-width: 100%;
  }
  .business__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .business__list li:last-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .business__list img {
    transform: translateY(0);
  }

  .about__inner {
    padding-right: 120px;
  }
  .about__inner ul {
    padding-right: 0;
  }
  .about__box {
    flex-direction: column;
  }
  .about__box img {
    transform: translateX(0);
    transform: translateY(-100px);
  }
  .about__info {
    order: 2;
    max-width: 100%;
  }
  .about__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .about__list li:last-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .about__list img {
    transform: translateY(0);
  }
}
@media (max-width: 1300px) {
  .booking {
    bottom: -255px;
  }
  .booking__btn {
    width: 100%;
  }
  .booking form {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .hero {
    margin-bottom: 281px;
  }
}
@media (max-width: 1200px) {
  .room__flex {
    flex-direction: column;
  }

  .room .room__flex > div {
    margin-right: 0px;
  }

  .room .room__flex > div:not(:last-child) {
    margin-bottom: 30px;
  }

  .room p,
.room__grid {
    width: 100%;
  }

  .contact > div {
    flex-direction: column;
  }

  .contact aside {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0px;
    padding: 0px 15px;
  }

  .contact .footer__box {
    margin-right: 0px;
  }

  .contact__blog-map {
    width: 100%;
  }

  .contact__blog-map .contacts__map {
    height: 500px;
  }

  .container-fluid.contact {
    padding: 0px;
  }

  .container {
    max-width: 960px;
  }

  .menu__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 14px;
    margin-right: 10px;
  }
  .menu__list a {
    padding: 22px 4px;
  }
  .menu__list li {
    text-align: center;
  }

  .main-footer__logo-text {
    font-size: 24px;
  }
  .main-footer__menu {
    padding: 24px 30px;
  }
  .main-footer__menu p {
    font-size: 22px;
  }
  .main-footer__list a {
    font-size: 12px;
  }
  .main-footer__address p {
    font-size: 12px;
  }
  .main-footer__address span {
    margin-bottom: 15px;
  }
  .main-footer__address strong {
    font-size: 12px;
  }
  .main-footer__phone p {
    font-size: 12px;
  }
  .main-footer__phone a {
    font-size: 14px;
  }

  .hero__items {
    transform: translateY(7%);
  }
}
@media (max-width: 1024px) {
  .company section {
    flex-direction: column;
  }
  .company section > div {
    margin-right: 0px;
    width: 100%;
  }
  .company aside {
    order: -1;
    width: 100%;
  }
  .company aside ul {
    width: 100%;
  }
  .company__grid.margin {
    margin-right: 0px;
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .contacts__info-items {
    display: grid;
    grid-template-columns: repeat(2, 320px);
    justify-items: start;
    grid-gap: 25px;
  }

  .hero {
    height: 640px;
  }
  .hero__items {
    transform: translateY(4%);
  }
  .hero__item span {
    font-size: 45px;
    line-height: 50px;
  }
  .hero__item strong {
    font-size: 60px;
    line-height: 70px;
  }
  .hero .news {
    margin-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .company section {
    flex-direction: column;
  }
  .company section > div {
    margin-right: 0px;
    width: 100%;
  }
  .company aside {
    order: -1;
    width: 100%;
  }
  .company aside ul {
    width: 100%;
  }
  .company__grid.margin {
    margin-right: 0px;
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .room__swiper-container .swiper-slide > img {
    width: 100%;
    height: 434px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .room h1 {
    width: 306px;
    font-size: 39px;
    line-height: 43px;
    text-align: left;
  }

  .room__svg-width {
    width: 30px;
  }

  .room__swiper-container .swiper-slide > div {
    padding: 0px;
  }

  .room__swiper-container .swiper-slide span {
    font-size: 12px;
  }

  .room__swiper-container .swiper-slide strong {
    font-size: 35px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .room__swiper-container {
    margin-top: 30px;
  }

  .header__logo {
    width: 131px;
    height: 53px;
  }

  .header__feedback {
    display: none;
  }

  .header {
    border: none;
    padding-bottom: 20px;
  }

  .header__logo {
    margin: 0;
  }

  .header__wrapper {
    align-items: center;
  }

  .header__menu-btn {
    display: flex;
  }

  .header__inner {
    display: none;
  }

  .header__phone-m {
    display: block;
  }

  .header__bottom {
    margin-bottom: 40px;
    padding-top: 5px;
  }

  .header__top {
    order: 2;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .header__top p {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 23px;
  }
  .header__top p svg {
    top: 5px;
  }

  .menu__list {
    display: block;
  }
  .menu__list li {
    display: block;
  }
  .menu__list a {
    font-size: 24px;
    line-height: 50px;
  }

  .header__phone {
    font-size: 24px;
    line-height: 29px;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
  }

  .social__link {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 23px;
  }
  .social__link svg {
    top: 5px;
  }

  .icon-mod {
    width: 24px;
    height: 24px;
  }

  .main-footer__menu {
    width: 35%;
    padding: 24px 20px;
  }
  .main-footer__phone span {
    font-size: 12px;
  }
  .main-footer__address span {
    font-size: 12px;
  }
  .main-footer__logo-text {
    font-size: 20px;
  }
  .main-footer__list {
    grid-column-gap: 38px;
  }
  .main-footer__room-reserv {
    width: 37%;
  }
  .main-footer__phone a {
    font-size: 12px;
    gap: 8px;
  }
  .main-footer__phone p {
    font-size: 10px;
  }
  .main-footer__address strong {
    font-size: 10px;
    gap: 6px;
  }
  .main-footer__address p {
    font-size: 10px;
  }
  .main-footer__roots {
    font-size: 12px;
  }
  .main-footer__social {
    font-size: 12px;
    gap: 6px;
  }
  .main-footer__develop {
    font-size: 12px;
  }

  .rest__inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .rest__inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .title h2 {
    font-size: 40px;
  }

  .rooms__item-reserve {
    height: 50px;
  }

  .business__inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .about__inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu__list li {
    text-align: left;
  }
  .menu__list a {
    padding: 0;
  }

  .news {
    margin-bottom: 80px;
  }
}
@media (max-width: 850px) {
  .rest__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .rest__list li:last-child {
    grid-column-start: 1;
    grid-column-end: 1;
  }
}
@media (max-width: 768px) {
  .company h1 {
    margin: 30px 0px;
  }
  .company aside ul {
    padding: 0px 20px;
  }
  .company aside ul a {
    padding: 20px 0px;
    margin: 0px;
  }
  .company picture img {
    margin-bottom: 30px;
  }
  .company ul {
    padding: 30px 0px;
    margin: 30px 0px;
  }
  .company ol {
    margin-bottom: 30px;
  }
  .company td:nth-child(2),
.company th:nth-child(2) {
    padding-left: 20px;
    width: 143px;
  }
  .company blockquote {
    padding: 20px;
    margin: 30px 0px;
  }

  .title h3 {
    font-size: calc(38px + 44.2 * (100vw - 360px) / 1920);
  }

  .contact h1 {
    padding: 20px 0px;
    font-size: 50px;
  }

  .contact .footer__btn {
    max-width: none;
    width: 100%;
  }

  .header__menu-btn {
    width: 23px;
    height: 20px;
  }

  .header__phone-m {
    padding-right: 15px;
    margin-right: 15px;
  }
  .header__phone-m svg {
    width: 23px;
    height: 23px;
  }

  .header__menu-btn.active span:first-child {
    top: 8.5px;
  }
  .header__menu-btn.active span:last-child {
    bottom: 8.5px;
  }

  .rooms__items {
    grid-template-columns: repeat(1, 1fr);
  }

  .rooms__item::after {
    background-repeat: repeat-x;
  }

  .rooms__item-info {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 48px;
  }

  .rooms {
    margin-bottom: 80px;
  }

  .main-footer__menu {
    display: none;
  }
  .main-footer__contacts {
    justify-content: space-around;
  }
  .main-footer__content {
    flex-direction: column;
    align-items: center;
  }
  .main-footer__logo-text {
    font-size: 30px;
  }
  .main-footer__logo {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main-footer__room-reserv {
    width: 70%;
  }
  .main-footer__phone a {
    font-size: 12px;
    gap: 8px;
  }
  .main-footer__phone p {
    font-size: 10px;
  }
  .main-footer__address strong {
    font-size: 10px;
    gap: 6px;
  }
  .main-footer__address p {
    font-size: 10px;
  }
  .main-footer__socials {
    flex-direction: column;
    gap: 6px;
    padding: 28px 0;
  }
  .main-footer__roots {
    font-size: 14px;
  }
  .main-footer__social {
    font-size: 14px;
    gap: 6px;
  }
  .main-footer__develop {
    font-size: 14px;
  }

  .rest__list li {
    height: 241px;
  }
  .rest__info {
    margin-top: -90px;
  }

  .business__list li {
    height: 241px;
  }
  .business__info {
    margin-top: -90px;
  }

  .about__list li {
    height: 241px;
  }
  .about__info {
    margin-top: -90px;
  }

  .contacts__info {
    bottom: -58px;
    width: 97%;
    padding: 30px;
  }
  .contacts__info-items {
    grid-template-columns: repeat(1, 1fr);
  }
  .contacts__info-link {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .title h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .title span {
    font-size: 18px;
    line-height: 35px;
  }

  .rest__list h4 {
    font-size: 25px;
  }
  .rest__info a {
    display: none;
  }
  .rest__info p {
    font-size: 12px;
    line-height: 20px;
  }

  .business__list h4 {
    font-size: 25px;
  }
  .business__info a {
    display: none;
  }
  .business__info p {
    font-size: 12px;
    line-height: 20px;
  }

  .about__list h4 {
    font-size: 25px;
  }
  .about__info a {
    display: none;
  }
  .about__info p {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 570px) {
  .hero {
    margin-bottom: 163px;
  }

  .booking {
    bottom: -88px;
  }

  .popup___close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 6px;
    right: 4px;
  }

  .popup__content {
    padding: 20px;
  }

  .room .margin1 {
    margin-bottom: 70px;
  }

  .news__swiper-container .swiper-slide {
    padding: 20px 20px 0px 20px;
  }

  .room__grid1,
.room__grid2 {
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  }

  .title h2 {
    font-size: 37px;
    line-height: 52px;
  }

  .room__swiper-container {
    margin-bottom: 50px;
  }

  .room__blog img {
    height: 388px;
  }

  .room__border-top {
    padding-top: 20px;
  }

  .room__box-position {
    bottom: 25px;
  }

  .room tr {
    flex-direction: column;
    align-items: flex-start;
  }

  .room td {
    margin-right: 0px;
  }

  .title h1 {
    font-size: 36px;
    line-height: 29px;
  }

  .room h1 {
    width: 306px;
    font-size: 39px;
    line-height: 43px;
  }

  .room__swiper-button-prev,
.room__swiper-button-next {
    display: none;
  }

  .room__swiper-container .swiper-slide > div {
    left: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .room__swiper-container .swiper-slide a {
    width: 100%;
  }

  .news__item {
    padding: 30px;
  }
  .news__item h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .trust__items {
    margin-bottom: 30px;
  }
  .trust__items img {
    width: 70%;
  }

  .hero {
    height: 700px;
  }
  .hero__items {
    transform: translateY(0);
  }
  .hero__item span {
    font-size: 32px;
    line-height: 39px;
  }
  .hero__item strong {
    font-size: 42px;
    line-height: 42px;
  }
  .hero__user {
    width: 97%;
    bottom: 45px;
  }
  .hero__user form {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }

  .booking__date {
    flex-direction: column;
  }

  .booking__from {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 425px) {
  .main-footer__content {
    padding: 372px 0 42px 0;
  }
  .main-footer__room-reserv {
    display: none;
  }
  .main-footer__logo-text {
    font-size: 30px;
  }

  .rest__list h4 {
    font-size: 21px;
    line-height: 26px;
  }

  .trust__items {
    height: 86px;
  }
  .trust__items img {
    width: 70%;
  }

  .contacts__info {
    bottom: -310px;
  }
}
/*# sourceMappingURL=main.css.map */

/* @media (max-width: 1440px) {
    .hero img {
        top: -150px;
    }
    .booking {
        bottom: 125px;
    }
    .hero__items {
        transform: translateY(32%);
    }
}

@media (max-width: 1366px) {
    .hero img {
        top: -250px;
    }
    .booking {
        bottom: 225px;
    }
    .hero__items {
        transform: translateY(8%);
    }
}


@media (max-width: 1300px) {
    .booking {
        bottom: -60px;
    }
    .hero {
        margin-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .hero {
        margin-bottom: 100px;
    }
    .hero img {
        top: 0;
    }
    .booking {
        bottom: -190px;
    }
} */

@media (max-width: 1440px) {
    .hero {
        height: 600px;
    }
    .hero__items {
        transform: translateY(32%);
    }
}

@media (max-width: 1366px) {
    .hero {
        height: 450px;
    }
    .hero__items {
        transform: translateY(11%);
    }
}

@media (max-width: 1300px) {
    .hero__items {
        transform: translateY(-12%);
    }
}

@media (max-width: 1200px) {
    .hero__item strong {
        font-size: 54px;
        line-height: 54px;
    }
}

@media (max-width: 991px) {
    .hero__item strong {
        font-size: 54px;
        line-height: 54px;
    }
    .navrooms-hover {
        display: none;
    }
}

@media (max-width: 570px) {
    .hero {
        height: 700px;
    }
    .img__wrapper {
        height: 450px;
    }
    .booking {
        bottom: -50px;
    }
}