body,
html {
  width: 100%;
  /* height: 100%; */
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-height: 100% !important;
}
html {
  overflow-y: auto;
}
body {
  /* height: 100%; */
  background-color: #fdfcf9;
  padding-top: 1px;
  margin-top: -1px;
}
a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul {
  padding: 0;
}

/* header */

.header {
  display: flex;
  justify-content: space-between;
  padding: 13px 20px;
  align-items: center;
  background-color: #fdfcf9;
  border-bottom: 1px solid #d9d8d4;
  position: fixed;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  z-index: 100;
}
.logo-cont {
  display: flex;
  gap: 6px;
  align-items: center;
  cursor: pointer;
}
.logo-cont__img {
}
.logo-cont__title {
  font-family: 'Playfair Display';
  font-weight: 400;
  font-size: 22px;
  line-height: 20px;
  margin: 0;
}
.links-cont {
  display: flex;
  gap: 40px;
}
.links-cont__link {
  font-family: 'Jost';
  font-weight: 300;
  font-size: 17px;
  line-height: 20.4px;
  text-decoration: none;
  color: black;
  transition: var(--transition-primary);
}
.links-cont__link:hover {
  color: #d1411c;
}
.phone-cont {
  display: block;
}
.phone-cont__phone {
  font-family: 'Jost';
  font-weight: 300;
  font-size: 17px;
  line-height: 20.4px;
  color: black;
  text-decoration: none;
  white-space: nowrap;
}
.menu-icon {
  display: none;
  cursor: pointer;
  width: 20px;
  height: 20px;
  padding: 4px 2px;
  position: relative;
  box-sizing: border-box;
}

.menu-icon::before {
  content: '';
  position: absolute;
  top: 3px;
  right: 1px;
  height: 1.5px;
  width: 16px;
  background-color: black;
  border-radius: 2px;
  transition: var(--transition-primary);
}

.menu-icon::after {
  content: '';
  position: absolute;
  height: 1.5px;
  width: 16px;
  top: 15px;
  right: 1px;
  bottom: 1.0625rem;
  background-color: black;
  border-radius: 2px;
  transition: var(--transition-primary);
}

.menu-icon span {
  width: 16px;
  height: 1.5px;
  background-color: black;
  position: absolute;
  top: 9px;
  border-radius: 2px;
  right: 1px;
  transition: var(--transition-primary);
}

.menu-icon.active span {
  width: 0;
  right: 10px;
}

.menu-icon.active::before {
  transform: rotate(-45deg);
  top: 9px;
}

.menu-icon.active::after {
  top: 9px;
  transform: rotate(45deg);
}

.menu-block {
  position: fixed;
  width: 100%;
  overflow: hidden;
  margin-top: 60px;
  z-index: 100;
  background-color: #fdfcf9;
  transition: var(--transition-primary);
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: calc(100% - 60px);
}

.menu-block.collapsed {
  height: 0;
}

.menu-block__social-networks {
  display: flex;
  gap: 8px;
  margin-bottom: 40px;
}

.menu-block__social-networks-link {
  border: 1px solid black;
  padding: 16px;
}

.menu-block__social-networks-link > img {
  width: 32px;
  height: 32px;
  display: block;
}

.menu-block .links-cont {
  flex-direction: column;
  gap: 12px;
  margin-top: 40px;
}

.menu-block .links-cont__link {
  text-align: center;
}

.menu-block .contacts-cont {
  text-align: center;
}

.menu-block .contacts-cont__phone {
  text-align: center;
  font-family: 'Jost';
  font-weight: 300;
  font-size: 17px;
  line-height: 20.4px;
  color: black;
  text-decoration: none;
  white-space: nowrap;
}

.menu-block .contacts-cont__addr {
  margin-top: 12px;
  text-align: center;
  font-family: 'Jost';
  font-weight: 300;
  font-size: 17px;
  line-height: 20.4px;
  color: black;
  text-decoration: none;
  white-space: nowrap;
}

/* main: */
.main {
}

/* section №1 (intro-section): */
.intro-section {
  box-sizing: border-box;
  max-width: 100%;
  position: relative;
  margin-top: 60px;
  height: calc(100vh - 60px);
  background-image: url('../images/background.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro-section__text-cont {
  /* transform: translate(-50%, -50%); */
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.intro-section__title {
  font-family: 'Playfair Display';
  font-size: 110px;
  font-weight: 400;
  line-height: 110px;
  text-align: center;
  color: white;
  margin: 0 0 16px 0;
}
.intro-section__description {
  font-family: 'Jost';
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: white;
  margin: 0;
  white-space: nowrap;
}
.intro-section__intro {
  font-family: Jost;
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  font-variant-numeric-figure: lining-nums;
  font-variant-numeric-spacing: proportional-nums;
  color: #adaaa9;
  margin-bottom: 4px;
}
/* section 3 (carousel section) */

.nums-section__hat {
  margin-top: 40px;
  padding: 0 100px;
}

.nums-section__hat-list {
  display: flex;
  align-items: flex-end;
  gap: 56px;
  list-style-type: none;
  justify-content: center;
  min-height: 60px;
}

.nums-section__hat-list > li {
  font-family: Jost;
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #adaaa9;
  transition: var(--transition-primary);
  cursor: pointer;
}

.nums-section__hat-list > li:hover {
  color: black;
}

.nums-section__hat-list > li.active {
  color: black;
  font-size: 50px;
}

.nums-section__hat-description {
  min-height: 66px;
  position: relative;
  display: flex;
  justify-content: center;
}

.nums-section__hat-description-item {
  margin-top: 16px;
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  font-family: Jost;
  font-weight: 300;
  font-size: 20px;
  line-height: 110%;
  text-align: center;
  opacity: 0;
  transition: var(--transition-primary);
  position: absolute;
  /* left: 50%; */
  /* transform: translateX(-50%); */
}

.nums-section__hat-description-item.active {
  opacity: 1;
  position: relative;
}

.nums-section {
  padding-top: 40px;
  padding-bottom: 80px;
}

.nums-section__title {
  text-align: center;
}

.nums-section__subtitle {
  text-align: center;
  margin-top: 16px;
  font-family: Jost;
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
  text-align: center;
}

.nums-carousel {
  max-width: 100%;
  margin-top: 40px;
  opacity: 0;
  transition: var(--transition-primary);
  position: absolute;
}

.nums-carousel.active {
  /* visibility: visible; */
  opacity: 1;
  position: relative;
}

.nums-carousel__items-wrapper {
  /* overflow: hidden; */
  /* touch-action: none; */
  /* scroll-behavior: smooth; */
  position: relative;
  height: 600px;
}

.nums-carousel__item {
  width: 1000px;
  height: 100%;
  position: absolute;
  left: 50%;
  /* transform: translate(-50%, 0); */
  will-change: transform;
  transition: var(--transition-carousel);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nums-carousel-fake-last-item {
  display: none;
  width: 24px;
  min-width: 24px;
  height: 100%;
  /* background-color: green; */
}

.nums-carousel__invisible-item {
  position: static;
  visibility: hidden;
  overflow: hidden;
  width: 0 !important;
  transform: none !important;

  /* style="position: static; visibility: hidden; width: 0 !important; overflow: hidden" */
}

.nums-carousel__item-image-wrapper {
  flex-shrink: 0;
  width: 100%;
  height: 600px;
  position: relative;
  transition: var(--transition-carousel);
  will-change: transform, width, height;
}

.nums-carousel__item[data-state='left'] > .nums-carousel__item-image-wrapper {
  width: 600px;
  height: 400px;
  transform: translate3d(0, 100px, 0);
}

.nums-carousel__item[data-state='right'] > .nums-carousel__item-image-wrapper {
  width: 600px;
  height: 400px;
  transform: translate3d(0, 100px, 0);
}

.nums-carousel__item[data-state='left-gone'] > .nums-carousel__item-image-wrapper {
  width: 600px;
  height: 400px;
  transform: translate3d(0, 100px, 0);
}

.nums-carousel__item[data-state='right-gone'] > .nums-carousel__item-image-wrapper {
  width: 600px;
  height: 400px;
  transform: translate3d(0, 100px, 0);
}

.nums-carousel__item[data-state='left-gone'] {
  transform: translate3d(-1800px, 0, 0);
  opacity: 0;
  width: 600px;
  pointer-events: none;
}

.nums-carousel__item[data-state='left'] {
  transform: translate3d(-1200px, 0, 0);
  width: 600px;
}

.nums-carousel__item[data-state='active'],
.nums-carousel__item:not([data-state]) {
  transform: translate3d(-500px, 0, 0);
}

.nums-carousel__item[data-state='right'] {
  transform: translate3d(600px, 0, 0);
  width: 600px;
}

.nums-carousel__item[data-state='right-gone'] {
  transform: translate3d(1200px, 0, 0);
  opacity: 0;
  width: 600px;
  pointer-events: none;
}

.nums-carousel__item[data-state='left'] > .nums-carousel__item-image-wrapper,
.nums-carousel__item[data-state='right'] > .nums-carousel__item-image-wrapper {
  cursor: pointer;
}

.nums-carousel__item[data-state='left'] > .nums-carousel__item-image-wrapper::after,
.nums-carousel__item[data-state='right'] > .nums-carousel__item-image-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00000033;
  transition: 0.3s all ease;
  pointer-events: none;
}

.nums-carousel__item[data-state='left'] > .nums-carousel__item-image-wrapper:hover:after,
.nums-carousel__item[data-state='right'] > .nums-carousel__item-image-wrapper:hover:after {
  opacity: 0;
}

.nums-carousel__item-image-variant {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  /* transition: 0.5s all linear; */
  transition: var(--transition-carousel);
  opacity: 0;
}

.nums-carousel__item-image-variant.active {
  opacity: 1;
}

.nums-carousel__item-minis {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  transition: var(--transition-primary);
  opacity: 0;
}

.nums-carousel__item[data-state='active'] .nums-carousel__item-minis {
  opacity: 1;
}

.nums-carousel__item-mini-item {
  width: 36px;
  height: 36px;
  background-position: center;
  background-size: cover;
  border: 1px solid #adaaa9;
  cursor: pointer;
  transition: var(--transition-primary);
}

.nums-carousel__item-mini-item:hover {
  border: 1px solid white;
}

.nums-carousel__item-mini-item.active {
  border-color: white;
}

.nums-carousel__abouts-wrapper {
  /* position: relative; */
  /* height: 350px; */
}

.nums-carousel__item-about {
  margin: 20px auto 0;
  width: 1000px;
  opacity: 0;
  transition: 0.4s all linear;
  /* position: absolute; */
  /* bottom: 0; */
}

.nums-carousel__item[data-state='active'] .nums-carousel__item-about {
  opacity: 1;
}

/* .nums-carousel__item-about.active {
  display: block;
} */

.nums-carousel__item-counter {
  color: black;
  font-family: Jost;
  font-size: 14px;
  font-weight: 300;
  line-height: 15.4px;
  text-align: left;
}

.nums-carousel__item-counter > span {
  color: #535353;
}

.nums-carousel__item-about > h4 {
  text-align: left;
  margin-top: 10px;
  color: #d1411c;
}

.nums-carousel__item-conviniences {
  font-family: Jost;
  font-size: 17px;
  font-weight: 300;
  line-height: 20.4px;
  text-align: left;
  margin-top: 12px;
}

.nums-carousel__item-about-list {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
  list-style-type: none;
}

.nums-carousel__item-about-list > li {
  font-family: Jost;
  font-size: 17px;
  font-weight: 300;
  line-height: 20.4px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 6px;
}

.nums-carousel__item-about-list > li::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: black;
}

.nums-carousel__item-about-bottom {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nums-carousel__item-about-tags {
  display: flex;
  gap: 6px;
}

.nums-carousel__item-about-tags > div {
  border: 1px solid #535353;
  font-family: Jost;
  font-size: 17px;
  font-weight: 300;
  line-height: 20.4px;
  text-align: center;
  padding: 5px 12px;
}

.nums-carousel__item-book-cont {
  display: flex;
  gap: 20px;
  align-items: center;
}

.nums-carousel__item-price {
  font-family: Jost;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: left;
  color: black;
}

.nums-carousel__dots-cont {
  display: none;
}

/* section №3 (steam-section) */
.steam-section {
  background-image: url(data:image/png;base64,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);
  padding: 80px 100px;
  background-color: #000000;
  /* margin-top: 80px; */
}
.steam-section__steam-content {
  border-top: 1px solid #535353;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.steam-content__title {
  font-family: Jost;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  font-variant-numeric-figure: lining-nums;
  font-variant-numeric-spacing: proportional-nums;
  margin-bottom: 12px;
  color: white;
  margin-top: 10px;
}
.steam-content__description {
  font-family: Jost;
  font-weight: 300;
  font-size: 20px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  text-align: center;
  font-variant-numeric-figure: lining-nums;
  font-variant-numeric-spacing: proportional-nums;
  color: white;
  margin-bottom: 12px;
  margin-top: 0;
}
.steam-content__addition {
  font-family: Jost;
  font-weight: 300;
  font-size: 17px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  font-variant-numeric-figure: lining-nums;
  font-variant-numeric-spacing: proportional-nums;
  color: #d9d8d4;
  margin-top: 0;
  margin-bottom: 0;
}
.steam-content__steam-photos {
  display: flex;
  gap: 12px;
  margin-top: 20px;
  width: 100%;
}
.steam-photos__firsts {
  /* flex: 1; */
  display: flex;
  gap: 12px;
}
.steam-photos__photo-1 {
  background-image: url('../images/steam_1.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  width: 420px;
}
.steam-photos__photo-2 {
  background-image: url('../images/steam_2.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  width: 420px;
}
.steam-photos__photo-3 {
  background-image: url('../images/steam_3.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  height: 400px;
}

/* section №5 (prices-section) */
.prices-section {
  padding: 80px 100px;
  background-color: #f4f2ed;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.prices-section__title {
  font-family: Jost;
  font-weight: 400;
  font-size: 50px;
  line-height: 120%;
  letter-spacing: 0%;
  font-variant-numeric-figure: lining-nums;
  font-variant-numeric-spacing: proportional-nums;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

.prices-section__services {
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.services__title-cont {
  background-color: #ada48e1f;
  border: 1px solid #adaaa9;
  text-align: center;
  font-family: Jost;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  font-variant-numeric-figure: lining-nums;
  font-variant-numeric-spacing: proportional-nums;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  border-bottom: none;
}
.services__services-content {
  display: flex;
  border: 1px solid #adaaa9;
  padding: 44px 0;
  flex: 1;
}
.services-content__content-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #adaaa9;
  flex: 1;
}
.services-content__content-cont img {
  margin-top: 68px;
}
.content-cont__title {
  font-family: Jost;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  font-variant-numeric-figure: lining-nums;
  font-variant-numeric-spacing: proportional-nums;
  margin-top: 32px;
}
.content-cont__additional {
  font-family: Jost;
  font-weight: 300;
  font-size: 17px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  font-variant-numeric-figure: lining-nums;
  font-variant-numeric-spacing: proportional-nums;
  margin-top: 12px;
}
.content-cont__price {
  font-family: Jost;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  font-variant-numeric-figure: lining-nums;
  font-variant-numeric-spacing: proportional-nums;
  margin-top: 4px;
}

.content-cont__description {
  font-family: Jost;
  font-weight: 300;
  font-size: 17px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  font-variant-numeric-figure: lining-nums;
  font-variant-numeric-spacing: proportional-nums;
  margin-top: 12px;
}

.prices-section__additional-services {
  border: 1px solid #adaaa9;
  width: 421px;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  box-sizing: border-box;
}
.additional-services__title-cont {
  font-family: Jost;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  font-variant-numeric-figure: lining-nums;
  font-variant-numeric-spacing: proportional-nums;
  background-color: #ada48e1f;
  border-bottom: 1px solid #adaaa9;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.additional-services__services-list {
  width: 100%;
  margin: 0;
  padding-top: 24px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  box-sizing: border-box;
  gap: 18px;
}
.services-list__item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.services-list__item h3 {
  font-family: Jost;
  font-weight: 300;
  font-size: 17px;
  line-height: 120%;
  letter-spacing: 0%;
  font-variant-numeric-figure: lining-nums;
  font-variant-numeric-spacing: proportional-nums;
  color: #535353;
}
.services-list__item p {
  font-family: Jost;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: right;
  font-variant-numeric-figure: lining-nums;
  font-variant-numeric-spacing: proportional-nums;
  margin: 0;
}

/* section №5 (reservation-section) */
.reservation-section {
  background-image: url(data:image/png;base64,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);
  padding: 80px 100px;
  background-color: #000000;
  /* margin-top: 80px; */
}
.reservation-section__reservation-content {
  display: flex;
  width: 100%;
  border-top: 1px solid #535353;
  border-bottom: 1px solid #535353;
  padding: 10px 0;
}
.reservation-content__resevation-texts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.resevation-texts__title {
  font-family: Jost;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  font-variant-numeric-figure: lining-nums;
  font-variant-numeric-spacing: proportional-nums;
  color: white;
  margin-bottom: 24px;
  margin-top: 0;
}
.resevation-texts__tel {
  font-family: Jost;
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  font-variant-numeric-figure: lining-nums;
  font-variant-numeric-spacing: proportional-nums;
  color: white;
  margin-bottom: 40px;
  text-decoration: none;
}
.resevation-texts__adress-title {
  font-family: Jost;
  font-weight: 300;
  font-size: 20px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  font-variant-numeric-figure: lining-nums;
  font-variant-numeric-spacing: proportional-nums;
  color: #adaaa9;
  margin-bottom: 8px;
  margin-top: 0;
}
.resevation-texts__adress {
  font-family: Jost;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0%;
  font-variant-numeric-figure: lining-nums;
  font-variant-numeric-spacing: proportional-nums;
  color: #d9d8d4;
  margin-bottom: 0;
  margin-top: 0;
}
.reservation-content__reservation-photo {
  background-image: url('../images/reservation.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  flex: 1;
  height: 300px;
}

/* footer */

footer {
  background-color: #000000;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==);
  width: 100%;
}
.footer__head {
  padding: 20px;
  display: flex;
  align-items: center;
}
.footer__head h2 {
  font-family: Playfair Display;
  font-size: 22px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  margin-left: 8px;
  color: white;
}
.footer__content {
  display: flex;
}
.footer__content-map-links-wrapper {
  display: flex;
  flex: 2;
}
.footer-map-cont {
  flex: 1;
  padding: 20px;
  border: 1px solid #535353;
  border-left: none;
  display: flex;
  flex-direction: column;
}

.footer_map {
  margin-top: 20px;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-map-cont__text {
  margin: 0;
  font-family: Jost;
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
  text-align: left;
  color: #adaaa9;
  text-decoration: none;
  transition: var(--transition-primary);
}
.footer__content-links-wrapper {
  padding: 20px;
  display: flex;
  flex: 1;
  justify-content: space-between;
  border: 1px solid #535353;
  border-left: none;
  border-right: none;
  align-items: flex-start;
}
.links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.links a {
  font-family: Jost;
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
  text-align: left;
  color: #adaaa9;
  text-decoration: none;
  transition: var(--transition-primary);
}

.links a:hover {
  color: #ffffff;
}
.footer__social-media-cont {
  display: flex;
  gap: 8px;
}
.footer__social-media-cont > a {
  display: flex;
  width: 64px;
  height: 64px;
  justify-content: center;
  align-items: center;
  border: 1px solid #535353;
  transition: var(--transition-primary);
  cursor: pointer;
}
.footer__social-media-cont > a:hover {
  border: 1px solid white;
  background-color: white;
}
.footer__social-media-cont > a:hover > svg path {
  fill: #d1411c;
}
.social-media-cont img {
  height: 32px;
  width: 32px;
}
.policy-cont {
  /* flex: 1; */
  display: flex;
  justify-content: space-between;
  border: 0px solid #535353;
  border-right: none;
  padding: 28px 20px;
}
.policy-cont a {
  font-family: Jost;
  font-size: 17px;
  font-weight: 300;
  line-height: 20.4px;
  text-align: left;
  color: #adaaa9;
  text-decoration: none;
  transition: var(--transition-primary);
}

.policy-cont a:hover {
  color: #ffffff;
}

/* book form  */

/* modal-cookie */
#modal-cookie {
  position: fixed;
  padding: 20px;
  right: 10px;
  bottom: 10px;
  transform: none;
  left: unset;
  top: unset;
  max-height: 140px;
}
#modal-cookie p {
  font-family: Jost;
  font-size: 17px;
  font-weight: 300;
  line-height: 20.4px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 16px;
  margin-right: 20px;
}

/* modal policy  */

#modal-policy {
  width: calc(100% - 32px);
}

#modal-policy > h3 {
  text-align: center;
  margin-bottom: 20px;
}

#modal-policy p {
  margin: 16px 0;
  color: black;
  font-family: Jost;
  font-size: 17px;
  font-weight: 300;
  line-height: 20.4px;
  text-align: left;
}
#modal-policy li {
  color: black;
  font-family: Jost;
  font-size: 17px;
  font-weight: 300;
  line-height: 20.4px;
  text-align: left;
}
#modal-policy ul {
  padding-left: 40px;
}
#modal-policy ol {
  margin: 16px 0;
}

/* rules modal */
#modal-rules > h3 {
  text-align: center;
  margin-bottom: 20px;
}

#modal-rules {
  width: calc(100% - 32px);
}
#modal-rules li {
  color: black;
  font-family: Jost;
  font-size: 17px;
  font-weight: 300;
  line-height: 20.4px;
  text-align: left;
}
#modal-rules ul {
  padding-left: 40px;
}

#modal-rules ol {
  margin: 16px 0;
}

/* footer */
/* .footer {
  background-color: #000000;
  background-image: url(data:image/png;base64,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);
  width: 100%;
}
.footer-header {
  padding: 20px;
  display: flex;
  align-items: center;
}
.footer-header h2 {
  font-family: Playfair Display;
  font-size: 22px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  margin-left: 8px;
  color: white;
}
.footer-content-cont {
  display: flex;
}
.footer-map-cont {
  flex: 1;
  padding: 20px;
  border: 1px solid #535353;
  border-left: none;
}
.footer-map-cont__text {
  font-family: Jost;
  font-size: 17px;
  font-weight: 300;
  line-height: 20.4px;
  text-align: left;
  color: #adaaa9;
  text-decoration: none;
  margin-top: 0;
}
.footer-links-cont {
  padding: 20px;
  display: flex;
  flex: 1;
  justify-content: space-between;
  border: 1px solid #535353;
  border-left: none;
  border-right: none;
}
.links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.links a {
  font-family: Jost;
  font-size: 17px;
  font-weight: 300;
  line-height: 20.4px;
  text-align: left;
  cursor: pointer;
  color: #adaaa9;
  text-decoration: none;
}
.social-media-cont {
  display: flex;
  gap: 8px;
}
.social-media-cont > a {
  height: 64px;
  width: 64px;
  cursor: pointer;
}
.policy-cont {
  display: flex;
  justify-content: space-between;
  padding: 28px 20px;
}
.policy-cont a {
  font-family: Jost;
  font-size: 17px;
  font-weight: 300;
  line-height: 20.4px;
  color: #adaaa9;
  text-decoration: none;
} */
