/* stylelint-disable */
/* BREAKPOINTS */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable value-keyword-case */
@font-face {
  font-family: "Inter";
  src: url("../fonts/../fonts/Inter-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/../fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Serif";
  src: url("../fonts/../fonts/RobotoSerif-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
html, body {
  box-sizing: border-box;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
}

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

body {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  position: relative;
  margin: 0;
  min-width: 320px;
  height: 100%;
  font-size: 18px;
  line-height: 1.5;
  background-color: #fff;
  color: #606060;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

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

a {
  text-decoration: none;
}

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

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

.is-hidden {
  display: none !important;
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 16px;
  max-width: calc(1440px + (16px) * 2);
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 135px;
  width: 100%;
  max-height: 52px;
  height: 100%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (min-width: 768px) {
  .logo {
    max-width: 215px;
    max-height: 50px;
  }
}
.logo img {
  display: block;
  width: 100%;
  height: 100%;
}

.download-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
@media (min-width: 576px) {
  .download-list {
    gap: 18px;
  }
}
.download-list__item {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (any-hover: hover) {
  .download-list__item:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
.download-list__item-link {
  display: block;
  max-width: 178px;
  max-height: 48px;
}
.download-list__item-link img {
  display: block;
  width: 100%;
  height: 100%;
}

.disclaimer {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}
.disclaimer strong {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.disclaimer p:not(:last-child) {
  margin-bottom: 10px;
}

.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}
.social-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (any-hover: hover) {
  .social-list__item:hover {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}
.social-list__item:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .social-list__item:first-child {
    display: none;
  }
}
.social-list__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 26px;
  max-height: 26px;
}
.social-list__item-link img {
  -o-object-fit: contain;
  object-fit: contain;
}

.read-more {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  display: inline-flex;
  position: relative;
  color: #000;
  font-size: 16px;
  padding-right: 20px;
  transition: all 0.3s;
}
.read-more:before {
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/arrow-right.svg") 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 50%;
}
@media (any-hover: hover) {
  .read-more:hover {
    text-decoration: underline;
  }
}

.location {
  display: inline-flex;
  padding: 8px 10px;
  background: #fff;
  color: #000;
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
}

.title-xl {
  font-family: "Roboto Serif", serif;
  font-weight: 500;
  font-size: 24px;
  margin: 0;
}
.title-xl strong {
  font-family: "Roboto Serif", serif;
  font-weight: 500;
}
.title-xl p {
  margin: 0;
}
@media (min-width: 768px) {
  .title-xl {
    font-size: 40px;
  }
}
@media (min-width: 1350px) {
  .title-xl {
    font-size: 50px;
  }
}

.title-l {
  font-family: "Roboto Serif", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  color: #1b1b1b;
  margin: 0;
  position: relative;
  padding-bottom: 12px;
}
.title-l:before {
  content: "";
  display: block;
  width: 108px;
  height: 2px;
  background: #b28e67;
  position: absolute;
  left: 0;
  bottom: 0;
}
.title-l strong {
  font-family: "Roboto Serif", serif;
  font-weight: 500;
}
.title-l p {
  margin: 0;
}
@media (min-width: 768px) {
  .title-l {
    font-size: 46px;
  }
}

.title-m {
  font-family: "Roboto Serif", serif;
  font-weight: 500;
  display: inline-block;
  margin: 0;
  max-height: 548px;
  font-size: clamp(30px, 4vw, 30px);
  line-height: 1.2;
  color: #b28e67;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.title-m p {
  margin: 0;
}

.btn {
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  padding: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.2;
  background-color: #b28e67;
  color: #fff;
  border: none;
  border-radius: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (any-hover: hover) {
  .btn:hover {
    background: #151515;
  }
}

.btn-empty {
  border: 1px solid #b28e67;
  color: #b28e67;
  background: transparent;
}

.burger {
  position: relative;
  display: block;
  width: 28px;
  height: 14px;
  color: #fff;
  z-index: 300;
}
.burger:before, .burger:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: currentColor;
  border-radius: 3px;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
.burger:before {
  top: 2px;
}
.burger:after {
  bottom: 0;
}
.burger.active:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.burger.active:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 9px;
}

.subscribe-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 510px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .subscribe-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.subscribe-form__input {
  height: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  border: 1px solid #b28e67;
  border-radius: 0;
  color: #6b6b6b;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  font-size: 16px;
  padding: 10px 15px 10px 24px;
}
@media (min-width: 768px) {
  .subscribe-form__input {
    width: calc(100% - 185px);
  }
}
.subscribe-form__input::placeholder {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.subscribe-form__input:focus {
  outline: none;
}
.subscribe-form__button {
  width: 100%;
  height: 50px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .subscribe-form__button {
    width: 185px;
  }
}
@media (any-hover: hover) {
  .subscribe-form__button:hover {
    background: #151515;
    color: #fff;
  }
}

.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 800px) {
  .contact-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0 24px;
    flex-wrap: wrap;
  }
}
.contact-form__label {
  display: block;
  width: 100%;
}
@media (min-width: 800px) {
  .contact-form__label {
    width: calc(50% - 12px);
  }
  .contact-form__label--big {
    width: 100%;
  }
}
.contact-form__input, .contact-form__textarea {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  padding: 0 0 10px 0;
  font-size: 16px;
  width: 100%;
  border-bottom: 1px solid #c3c3c3;
  outline: none;
}
.contact-form__input::placeholder, .contact-form__textarea::placeholder {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.contact-form__textarea {
  height: 100px;
  resize: vertical;
}
@media (min-width: 800px) {
  .contact-form__textarea {
    margin: 40px 0 0 0;
  }
}
.contact-form__btn {
  padding: 10px 40px;
  align-self: flex-start;
}
@media (min-width: 800px) {
  .contact-form__btn {
    margin: 24px 0 0 auto;
  }
}

.booking-form {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.booking-form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
@media (min-width: 576px) {
  .booking-form__inner {
    padding: 0 0.5rem 0.5rem;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .booking-form__inner {
    padding: 0;
    flex-wrap: nowrap;
  }
}
.booking-form__field {
  position: relative;
  padding: 25px 20px 10px 10px;
  max-height: 4.5rem;
  border-bottom: 1px solid #b28e67;
  transition: all ease 0.2s;
}
.booking-form__field--guests {
  padding: 25px 15px 10px 10px;
}
.booking-form__field:before {
  content: url("../img/down-arrow.svg");
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  transition: all ease 0.2s;
}
.booking-form__field.active:before {
  transform: translateY(-50%) rotate(-180deg);
}
@media (min-width: 576px) {
  .booking-form__field {
    border-bottom: none;
  }
  .booking-form__field:before {
    right: 10px;
  }
  .booking-form__field--guests .booking-form__select {
    width: 60px;
  }
  .booking-form__field:first-child {
    flex: 1 1 340px;
  }
  .booking-form__field:nth-child(2n) {
    flex: 1 1 120px;
  }
  .booking-form__field:first-child, .booking-form__field:nth-child(2n) {
    border-right: 1px solid #b28e67;
  }
}
@media (min-width: 768px) {
  .booking-form__field {
    padding: 25px 10px 10px 10px;
  }
  .booking-form__field--guests {
    padding: 25px 4px 10px 10px;
  }
  .booking-form__field:first-child, .booking-form__field:nth-child(2n) {
    flex: 1 1 0%;
  }
}
@media (any-hover: hover) {
  .booking-form__field:hover {
    background-color: rgb(244, 243, 252);
  }
}
.booking-form__label {
  height: 100%;
  cursor: pointer;
}
.booking-form__select, .booking-form__date {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  position: relative;
  width: 100%;
  font-size: 14px;
  color: #000;
  appearance: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  z-index: 10;
}
.booking-form__select:focus + .booking-form__mark, .booking-form__date:focus + .booking-form__mark {
  color: #b28e67;
}
.booking-form__select::placeholder, .booking-form__date::placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #151515;
}
.booking-form__select option, .booking-form__date option {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #000;
}
.booking-form__mark {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  position: absolute;
  top: 6px;
  left: 10px;
  font-size: 12px;
  color: #606060;
}
.booking-form__submit {
  font-size: 14px;
}
@media (min-width: 576px) {
  .booking-form__submit {
    margin: 0.5rem 0 0 0;
    width: 100%;
    align-self: flex-end;
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .booking-form__submit {
    margin: 1rem;
    width: auto;
  }
}

.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
.nav ul li {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media (any-hover: hover) {
  .nav ul li:hover a:before {
    opacity: 1;
  }
}
.nav ul li a {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  position: relative;
}
@media (min-width: 1024px) {
  .nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 24px;
  }
  .nav ul li {
    font-size: 14px;
  }
}

.header-1 {
  position: relative;
  padding: 10px 0;
  z-index: 200;
  background: #151515;
  height: auto;
}
.header-1__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .header-1__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .header-1 {
    padding: 20px 0;
    height: 132px;
  }
}
@media (min-width: 1024px) {
  .header-1__logo {
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 34px;
  }
}
.header-1__menu {
  padding: 100px 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 320px;
  height: 100%;
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.header-1__menu.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background: #151515;
}
@media (min-width: 576px) {
  .header-1__menu {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .header-1__menu {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .header-1__menu {
    padding: 0;
    position: static;
    top: unset;
    left: unset;
    width: unset;
    background-color: transparent;
    -webkit-transform: unset;
    transform: unset;
  }
}
.header-1__nav {
  margin: 0 0 60px 0;
}
.header-1__nav .menu a:before, .header-1__nav .sub-menu a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #b28e67;
  left: 0;
  bottom: -2px;
  opacity: 0;
}
@media (any-hover: hover) {
  .header-1__nav .menu li:hover a:before {
    opacity: 1;
  }
  .header-1__nav .menu li:hover .sub-menu li a:before {
    opacity: 0;
  }
}
@media (any-hover: hover) and (any-hover: hover) {
  .header-1__nav .menu li:hover .sub-menu li:hover a:before {
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .header-1__nav {
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .header-1__social-list {
    display: none;
  }
}
.header-1__link {
  display: none;
  min-width: 120px;
}
.header-1__link--mobile {
  display: inline-flex;
}
@media (min-width: 1024px) {
  .header-1__link {
    display: inline-flex;
  }
  .header-1__link--mobile {
    display: none;
  }
}
@media (any-hover: hover) {
  .header-1__link:hover {
    opacity: 0.8;
    color: #fff;
    background: #b28e67;
  }
}
@media (min-width: 1024px) {
  .header-1__burger {
    display: none;
  }
}
.header-1 .menu li {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .header-1 .menu li {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
.header-1 .menu li .sub-menu .menu-item {
  margin: 0;
  padding: 0 0 0 10px;
}
@media (any-hover: hover) {
  .header-1 .menu li:hover .sub-menu {
    display: block;
  }
}
.header-1 .sub-menu {
  position: absolute;
  top: 30px;
  left: 0;
  width: 200px;
  display: none;
}
.header-1 .sub-menu.active {
  display: block;
}

.page-template-page-index .header-1, .page-template-page-destination .header-1, .page-template-page-hotel-review .header-1 {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}

.footer {
  margin: auto 0 0 0;
  padding: 30px 0 24px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .footer {
    padding: 50px 0 24px;
  }
}
.footer__container, .footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__description {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  margin: 40px 0 0 0;
  font-size: 16px;
  line-height: 1.4;
  color: #606060;
}
.footer__description p:not(:last-child) {
  margin-bottom: 10px;
}
.footer__top {
  margin: 30px 0 0 0;
}
.footer__nav {
  margin: 0 0 50px;
}
.footer__nav ul {
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer__nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 24px;
  }
}
.footer__nav ul li a {
  padding: 0;
  color: #000;
  transition: all 0.3s;
  text-align: center;
}
@media (any-hover: hover) {
  .footer__nav ul li a:hover {
    color: #b28e67;
  }
}
.footer__social-list {
  gap: 27px;
  margin: 0 0 40px;
}
.footer__form {
  margin: 0 0 32px;
}
.footer__copyright {
  text-align: center;
  color: #606060;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.footer__copyright strong {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.footer__copyright a {
  color: #606060;
}
@media (any-hover: hover) {
  .footer__copyright a:hover {
    color: #b28e67;
  }
}
.footer__copyright p {
  margin: 0;
}
.footer__disclaimer {
  padding: 22px 0;
  background: #292929;
  color: #fff;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  text-align: center;
}

.features-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -80px 0 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 800px) {
  .features-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
  }
}
@media (min-width: 1024px) {
  .features-list {
    margin: -120px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .features-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 46px;
  }
}
.features-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 32px 52px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #b28e67;
  max-width: 400px;
  width: 100%;
  min-height: 350px;
  border-radius: 100%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (any-hover: hover) {
  .features-list__item:hover {
    -webkit-filter: drop-shadow(0px 4px 28px rgba(255, 254, 124, 0.3));
    filter: drop-shadow(0px 4px 28px rgba(255, 254, 124, 0.3));
  }
  .features-list__item:hover .features-list__item-img {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  .features-list__item:hover .features-list__item-description {
    color: #b28e67;
  }
}
@media (min-width: 800px) {
  .features-list__item {
    padding: 42px 46px 78px;
    max-width: 436px;
    min-height: 386px;
  }
}
@media (min-width: 1200px) {
  .features-list__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
    width: calc(33.3333333333% - 31px);
    min-height: 454px;
  }
}
.features-list__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 186px;
  min-height: 184px;
  max-height: 186px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.features-list__item-img img {
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 1024px) {
  .features-list__item-img {
    max-width: 240px;
    min-height: 240px;
    max-height: 242px;
  }
}
.features-list__item-description {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin: auto 0 0 0;
  font-size: clamp(24px, 4vw, 32px);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .search-form {
    max-width: 83%;
  }
}
@media (min-width: 1440px) {
  .search-form {
    max-width: 810px;
  }
}
.search-form:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url("../img/search-icon.svg") 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  left: 10px;
  top: 6px;
  transform: scale(0.8);
}
@media (min-width: 768px) {
  .search-form:before {
    left: 25px;
    top: 50%;
    transform: translateY(-50%) scale(1);
  }
}
@media (min-width: 768px) {
  .search-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.search-form input[type=search] {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.search-form__input {
  height: 44px;
  width: 100%;
  -webkit-appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0px;
  color: #606060;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 14px;
  padding: 10px 15px 10px 50px;
}
@media (min-width: 768px) {
  .search-form__input {
    width: calc(100% - 185px);
    font-size: 20px;
    padding: 10px 15px 10px 80px;
    height: 65px;
  }
}
.search-form__input::placeholder {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.search-form__input:focus {
  outline: none;
  border: none;
}
.search-form__button {
  width: 100%;
  height: 44px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .search-form__button {
    width: 185px;
    height: 65px;
  }
}
@media (any-hover: hover) {
  .search-form__button:hover {
    background: #fff;
    color: #151515;
  }
}

.card-resort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-resort__top {
  position: relative;
  min-height: 240px;
  max-height: 240px;
  overflow: hidden;
}
@media (min-width: 800px) {
  .card-resort__top {
    min-height: 347px;
    max-height: 348px;
  }
}
@media (any-hover: hover) {
  .card-resort__top:hover img {
    transform: scale(1.08);
  }
}
.card-resort__location {
  position: absolute;
  top: 20px;
  left: 16px;
  z-index: 15;
}
.card-resort__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 240px;
  max-height: 240px;
}
.card-resort__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 240px;
  max-height: 240px;
  transition: all ease 0.3s;
}
@media (min-width: 800px) {
  .card-resort__image img {
    min-height: 347px;
    max-height: 348px;
  }
}
.card-resort__title {
  font-family: "Roboto Serif", serif;
  font-weight: 500;
  font-size: 18px;
  margin: 20px 0 0 0;
  color: #1b1b1b;
  transition: all ease 0.2s;
}
@media (min-width: 375px) {
  .card-resort__title {
    font-size: calc(0.5633802817vw + 15.8873239437px);
  }
}
@media (min-width: 1440px) {
  .card-resort__title {
    font-size: 24px;
  }
}
.card-resort__title a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
@media (any-hover: hover) {
  .card-resort__title:hover {
    color: #b28e67;
  }
}
.card-resort__description {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 14px;
  margin: 16px 0 0 0;
  color: #606060;
}
@media (min-width: 375px) {
  .card-resort__description {
    font-size: calc(0.1877934272vw + 13.2957746479px);
  }
}
@media (min-width: 1440px) {
  .card-resort__description {
    font-size: 16px;
  }
}
.card-resort__description p:not(:last-child) {
  margin-bottom: 5px;
}
.card-resort__more-link, .card-resort__link {
  min-width: 120px;
}
.card-resort__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 0 0 0;
  gap: 12px;
  align-self: flex-start;
}

.destination-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 16px 16px 16px;
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  min-height: 260px;
  max-height: 260px;
  overflow: hidden;
}
@media (any-hover: hover) {
  .destination-card:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media (min-width: 800px) {
  .destination-card {
    min-height: 348px;
    max-height: 348px;
  }
}
.destination-card__name, .destination-card__location, .destination-card__more-link {
  position: relative;
  z-index: 10;
}
.destination-card__name {
  font-family: "Roboto Serif", serif;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}
@media (min-width: 375px) {
  .destination-card__name {
    font-size: calc(0.9389671362vw + 16.4788732394px);
  }
}
@media (min-width: 1440px) {
  .destination-card__name {
    font-size: 30px;
  }
}
.destination-card__location {
  margin: 10px 0 0 0;
}
.destination-card__more-link {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin: auto 0 0 0;
  font-size: 14px;
  color: #fff;
}
.destination-card__more-link:before {
  content: url("../img/arrow-right-white.svg");
}
.destination-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.accordion.active .accordion__button {
  border-bottom-width: 1px;
}
.accordion.active .accordion__button:after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.accordion.active .accordion__content {
  max-height: 500px;
  -webkit-animation: fade 0.6s ease-in-out;
  animation: fade 0.6s ease-in-out;
  overflow-y: auto;
}
.accordion__button {
  font-family: "Roboto Serif", serif;
  font-weight: 500;
  font-size: 18px;
  display: block;
  position: relative;
  width: 100%;
  padding: 16px 14px 16px 0;
  text-align: left;
  color: #1b1b1b;
  border-bottom: 0 solid #c3c3c3;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
@media (min-width: 375px) {
  .accordion__button {
    font-size: calc(0.5633802817vw + 15.8873239437px);
  }
}
@media (min-width: 1440px) {
  .accordion__button {
    font-size: 24px;
  }
}
.accordion__button:before, .accordion__button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 4px;
  width: 16px;
  height: 2px;
  background-color: #000;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.accordion__button:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media (min-width: 1024px) {
  .accordion__button {
    padding: 24px 14px 24px 0;
  }
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height ease 0.5s;
  transition: max-height ease 0.5s;
}
.accordion__content-inner {
  font-size: 14px;
  padding: 16px 0 20px;
  color: #606060;
}
@media (min-width: 375px) {
  .accordion__content-inner {
    font-size: calc(0.3755868545vw + 12.5915492958px);
  }
}
@media (min-width: 1440px) {
  .accordion__content-inner {
    font-size: 18px;
  }
}
.accordion__content-inner ul:not(:last-child), .accordion__content-inner ol:not(:last-child), .accordion__content-inner p:not(:last-child) {
  margin-bottom: 15px;
}
.accordion__content-inner strong {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.accordion__content-inner ul {
  list-style-type: none;
}
.accordion__content-inner ul li {
  position: relative;
  padding-left: 10px;
}
.accordion__content-inner ul li:before {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  content: "-";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #606060;
}
.accordion__content-inner ul li:not(:last-child), .accordion__content-inner ol li:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .accordion__content-inner {
    padding: 32px 0 40px;
  }
  .accordion__content-inner ul:not(:last-child), .accordion__content-inner ol:not(:last-child), .accordion__content-inner p:not(:last-child) {
    margin-bottom: 20px;
  }
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.age-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: 3000;
}
.age-modal-overlay.show {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.age-modal-window {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.age-modal {
  position: relative;
  margin: 0 20px;
  padding: 25px 15px;
  max-width: 664px;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .age-modal {
    padding: 50px 92px;
  }
}

.age-modal-title {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
  color: #1b1b1b;
}
@media (min-width: 375px) {
  .age-modal-title {
    font-size: calc(0.5633802817vw + 15.8873239437px);
  }
}
@media (min-width: 1440px) {
  .age-modal-title {
    font-size: 24px;
  }
}
.age-modal-title p {
  margin: 0;
}

.age-modal-description {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  margin: 16px 0 0 0;
  font-size: clamp(14px, 3vw, 16px);
  color: #606060;
  line-height: 1.1;
  text-align: center;
}
.age-modal-description p {
  margin: 0;
}

.age-modal-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
  margin: 20px 0 0 0;
  gap: 12px;
  z-index: 6;
}
@media (min-width: 1024px) {
  .age-modal-btn-wrapper {
    margin: 24px 0 0 0;
  }
}

.age-modal-accept-btn, .age-modal-settings-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 12px 50px;
  font-size: 16px;
  line-height: 1.1;
  background: #b28e67;
  color: #fff;
  text-align: center;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  cursor: pointer;
}
@media (any-hover: hover) {
  .age-modal-accept-btn:hover, .age-modal-settings-btn:hover {
    opacity: 0.8;
  }
}

.age-modal-accept-btn {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.age-modal-settings-btn {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  background: transparent;
  color: #606060;
  text-decoration: underline;
}

.hero {
  position: relative;
}
.hero__content {
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 40px 0 0 0;
  width: 100%;
  max-width: 84%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  text-align: center;
  background: #0f2d33;
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .hero__content {
    max-width: 76%;
    padding: 50px 15px;
  }
}
@media (min-width: 1200px) {
  .hero__content {
    max-width: 80%;
  }
}
@media (min-width: 1440px) {
  .hero__content {
    max-width: 1200px;
    padding: 50px 30px;
  }
}
.hero__title {
  color: #fff;
  margin: 0 0 14px;
}
.hero__description {
  width: 100%;
  max-width: 80%;
  color: #fff;
  font-size: 14px;
  margin: 0 auto 40px auto;
}
@media (min-width: 768px) {
  .hero__description {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .hero__description {
    font-size: 22px;
  }
}
.hero__slider {
  overflow: hidden;
  height: 890px;
}
@media (min-width: 800px) {
  .hero__slider {
    height: 768px;
  }
}
.hero__slider__item {
  height: 100%;
}
.hero__slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__slider__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1085px;
  position: absolute;
  left: 50%;
  top: 54%;
  z-index: 11;
}
@media (min-width: 768px) {
  .hero__slider__navigation {
    max-width: 84%;
  }
}
@media (min-width: 1280px) {
  .hero__slider__navigation {
    max-width: 1085px;
  }
}
.hero__slider__navigation .hero__slider-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  width: 34px;
  height: 34px;
}
.hero__slider__navigation .hero__slider-arrow svg {
  width: 100%;
  height: 100%;
}
.hero__slider__pagination {
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  width: 100%;
  max-width: 1472px;
  padding: 0 16px;
  position: absolute;
  left: 50%;
  bottom: 23px;
  z-index: 10;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .hero__slider__pagination {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.hero__slider__pagination .swiper-pagination-current {
  font-size: 24px;
}
@media (min-width: 1024px) {
  .hero__slider-prev {
    transform: translateX(-60px);
  }
}
@media (min-width: 1440px) {
  .hero__slider-prev {
    transform: translateX(-100px);
  }
}
@media (min-width: 1024px) {
  .hero__slider-next {
    transform: translateX(60px);
  }
}
@media (min-width: 1440px) {
  .hero__slider-next {
    transform: translateX(100px);
  }
}
@media (min-width: 768px) {
  .hero .booking-form {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .hero .booking-form {
    padding: 0;
    flex-wrap: nowrap;
  }
}
.hero .booking-form__field {
  position: relative;
  padding: 25px 20px 10px 10px;
  max-height: 4.5rem;
  border-bottom: 1px solid #b28e67;
  transition: all ease 0.2s;
}
.hero .booking-form__field--guests {
  padding: 25px 15px 10px 10px;
}
.hero .booking-form__field:before {
  content: url("../img/down-arrow.svg");
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  transition: all ease 0.2s;
}
.hero .booking-form__field.active:before {
  transform: translateY(-50%) rotate(-180deg);
}
@media (min-width: 576px) {
  .hero .booking-form__field:first-child, .hero .booking-form__field:nth-child(2n) {
    border-right: none;
  }
}
@media (min-width: 768px) {
  .hero .booking-form__field {
    border-bottom: none;
  }
  .hero .booking-form__field:before {
    right: 10px;
  }
  .hero .booking-form__field--guests .booking-form__select {
    width: 60px;
  }
  .hero .booking-form__field:first-child {
    flex: 1 1 340px;
  }
  .hero .booking-form__field:nth-child(2n) {
    flex: 1 1 120px;
  }
  .hero .booking-form__field:first-child, .hero .booking-form__field:nth-child(2n) {
    border-right: 1px solid #b28e67;
  }
}
@media (any-hover: hover) {
  .hero .booking-form__field:hover {
    background-color: rgb(244, 243, 252);
  }
}

.present-list__item:first-child, .present-list__item:last-child {
  background-color: #fBf8f0;
}
@media (min-width: 1200px) {
  .present-list__item {
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  .present-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
  }
  .present-list__item:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .present-list__item:nth-child(odd) .present-list__content {
    padding: 40px 40px 40px 60px;
  }
}
@media (min-width: 1440px) {
  .present-list__item:nth-child(odd) .present-list__content {
    padding: 40px 40px 40px 120px;
  }
}
@media (min-width: 1660px) {
  .present-list__item:nth-child(odd) .present-list__content {
    padding: 40px 40px 40px 240px;
  }
}
@media (min-width: 768px) {
  .present-list__item-title {
    font-size: 36px;
  }
}
.present-list__item-image {
  width: 100%;
  height: 260px;
}
.present-list__item-image img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .present-list__item-image {
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .present-list__item-image {
    height: 460px;
  }
}
@media (min-width: 1200px) {
  .present-list__item-image {
    width: 55%;
    height: 664px;
  }
}
.present-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .present-list__content {
    padding: 40px;
    width: 45%;
  }
}
.present-list__item-description, .present-list__item-link {
  margin: 24px 0 0 0;
}
.present-list__item-link {
  padding: 12px 40px;
}

.gallery {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (min-width: 375px) {
  .gallery {
    padding-top: calc(4.2253521127vw + 29.1549295775px);
  }
}
@media (min-width: 1440px) {
  .gallery {
    padding-top: 90px;
  }
}
@media (min-width: 375px) {
  .gallery {
    padding-bottom: calc(6.103286385vw + 22.1126760563px);
  }
}
@media (min-width: 1440px) {
  .gallery {
    padding-bottom: 110px;
  }
}
.gallery__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px 0 0 0;
}
.gallery .swiper-slide {
  height: 260px;
}
@media (min-width: 375px) {
  .gallery .swiper-slide {
    height: calc(36.2441314554vw + 124.0845070423px);
  }
}
@media (min-width: 1440px) {
  .gallery .swiper-slide {
    height: 646px;
  }
}
.gallery .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery-caption {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #6b6b6b;
}

.gallery-container {
  margin: 20px 0 0 0;
}
@media (min-width: 800px) {
  .gallery-container {
    margin: 20px auto 0;
    max-width: 1170px;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .gallery-main-view {
    height: 70%;
  }
}

.galley-thumbs {
  display: none;
}
@media (min-width: 800px) {
  .galley-thumbs {
    margin: 10px 0 0 0;
    display: block;
  }
  .galley-thumbs .swiper-slide {
    height: 160px;
  }
}
@media (min-width: 800px) and (min-width: 375px) {
  .galley-thumbs .swiper-slide {
    height: calc(3.7558685446vw + 145.9154929577px);
  }
}
@media (min-width: 800px) and (min-width: 1440px) {
  .galley-thumbs .swiper-slide {
    height: 200px;
  }
}
@media (min-width: 800px) {
  .galley-thumbs .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .galley-thumbs {
    height: 28%;
  }
}

.gallery-main-view-slide img {
  width: 100%;
}

.gallery-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

.button-nav {
  cursor: pointer;
}
.button-nav svg path {
  transition: all ease 0.2s;
}
@media (any-hover: hover) {
  .button-nav:hover svg path {
    fill: #c1c1c1;
  }
}

.reviews {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (min-width: 375px) {
  .reviews {
    padding-top: calc(4.2253521127vw + 29.1549295775px);
  }
}
@media (min-width: 1440px) {
  .reviews {
    padding-top: 90px;
  }
}
@media (min-width: 375px) {
  .reviews {
    padding-bottom: calc(4.2253521127vw + 29.1549295775px);
  }
}
@media (min-width: 1440px) {
  .reviews {
    padding-bottom: 90px;
  }
}
.reviews__title {
  margin-bottom: 40px;
}
.reviews__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 24px;
}
@media (min-width: 576px) {
  .reviews__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .reviews__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.reviews__list__item .review-image {
  margin-bottom: 20px;
}
.reviews__list__item .review-image img {
  display: block;
  width: 100%;
  height: auto;
}
.reviews__list__item .review-title {
  font-size: 24px;
  padding: 0;
  margin: 0 0 16px;
}
.reviews__list__item .review-title:before {
  display: none;
}
.reviews__list__item .review-title a {
  color: #1b1b1b;
  transition: all 0.3s;
}
.reviews__list__item .review-title:hover a {
  color: #b28e67;
}
.reviews__list__item .review-description {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.reviews__list__item .review-description strong {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.reviews__list__item .review-description p {
  margin: 0 0 24px;
}
.reviews__list__item .review-description p:last-child {
  margin: 0;
}
@media (min-width: 576px) {
  .reviews__list__item:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media (min-width: 1024px) {
  .reviews__list__item:first-child {
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
.reviews__list__item:first-child .review-title {
  font-size: 24px;
}
@media (min-width: 1280px) {
  .reviews__list__item:first-child .review-title {
    font-size: 42px;
  }
}

.hero-resort {
  padding-top: 150px;
  padding-bottom: 100px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 375px) {
  .hero-resort {
    padding-top: calc(9.5774647887vw + 114.0845070423px);
  }
}
@media (min-width: 1440px) {
  .hero-resort {
    padding-top: 252px;
  }
}
@media (min-width: 375px) {
  .hero-resort {
    padding-bottom: calc(7.5117370892vw + 71.8309859155px);
  }
}
@media (min-width: 1440px) {
  .hero-resort {
    padding-bottom: 180px;
  }
}
.hero-resort__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hero-resort__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .hero-resort__content {
    padding: 40px 50px;
  }
}
@media (min-width: 1024px) {
  .hero-resort__content {
    padding: 60px 100px;
  }
}
@media (min-width: 1200px) {
  .hero-resort__content {
    padding: 76px 170px;
  }
}
.hero-resort__category, .hero-resort__title, .hero-resort__description {
  color: #fff;
}
.hero-resort__category {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: underline;
}
.hero-resort__description {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 16px;
  margin: 12px 0 0 0;
  max-width: 530px;
}
@media (min-width: 375px) {
  .hero-resort__description {
    font-size: calc(0.5633802817vw + 13.8873239437px);
  }
}
@media (min-width: 1440px) {
  .hero-resort__description {
    font-size: 22px;
  }
}
.hero-resort__description p:not(:last-child) {
  margin-bottom: 10px;
}

.gallery-resorts {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 375px) {
  .gallery-resorts {
    padding-top: calc(3.7558685446vw + 45.9154929577px);
  }
}
@media (min-width: 1440px) {
  .gallery-resorts {
    padding-top: 100px;
  }
}
@media (min-width: 375px) {
  .gallery-resorts {
    padding-bottom: calc(3.7558685446vw + 45.9154929577px);
  }
}
@media (min-width: 1440px) {
  .gallery-resorts {
    padding-bottom: 100px;
  }
}
.gallery-resorts__top {
  margin-bottom: 20px;
}
@media (min-width: 375px) {
  .gallery-resorts__top {
    margin-bottom: calc(1.8779342723vw + 12.9577464789px);
  }
}
@media (min-width: 1440px) {
  .gallery-resorts__top {
    margin-bottom: 40px;
  }
}
@media (min-width: 576px) {
  .gallery-resorts__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.gallery-resorts__title {
  font-family: "Roboto Serif", serif;
  font-weight: 500;
  font-size: 20px;
  margin: 0;
  line-height: 1.15;
  color: #1b1b1b;
}
@media (min-width: 375px) {
  .gallery-resorts__title {
    font-size: calc(1.8779342723vw + 12.9577464789px);
  }
}
@media (min-width: 1440px) {
  .gallery-resorts__title {
    font-size: 40px;
  }
}
.gallery-resorts__title span {
  position: relative;
}
.gallery-resorts__title-count {
  font-family: "Roboto Serif", serif;
  font-weight: 500;
  font-size: 10px;
  position: absolute;
  top: -16px;
  right: 4px;
  color: #1b1b1b;
}
@media (min-width: 375px) {
  .gallery-resorts__title-count {
    font-size: calc(0.5633802817vw + 7.8873239437px);
  }
}
@media (min-width: 1440px) {
  .gallery-resorts__title-count {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .gallery-resorts__title-count {
    top: -24px;
  }
}
.gallery-resorts__properties {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  margin: 20px 0 0 0;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .gallery-resorts__properties {
    margin: 0;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}

.resorts-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 20px;
}
@media (min-width: 768px) {
  .resorts-list {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .resorts-list {
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 24px;
  }
}

.featured {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
}
@media (min-width: 375px) {
  .featured {
    padding-top: calc(3.7558685446vw + 45.9154929577px);
  }
}
@media (min-width: 1440px) {
  .featured {
    padding-top: 100px;
  }
}
@media (min-width: 375px) {
  .featured {
    padding-bottom: calc(3.7558685446vw + 45.9154929577px);
  }
}
@media (min-width: 1440px) {
  .featured {
    padding-bottom: 100px;
  }
}
.featured__container {
  max-width: calc(1480px + (16px) * 2);
}
.featured__title {
  padding: 0;
  text-align: center;
}
.featured__title:before {
  display: none;
}
.featured__slider-inner {
  margin-top: 20px;
  position: relative;
}
@media (min-width: 375px) {
  .featured__slider-inner {
    margin-top: calc(1.8779342723vw + 12.9577464789px);
  }
}
@media (min-width: 1440px) {
  .featured__slider-inner {
    margin-top: 40px;
  }
}
.featured__slider-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.featured__slider-btn.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.featured__slider-btn--prev {
  left: -6px;
}
.featured__slider-btn--next {
  right: -6px;
}
@media (min-width: 1024px) {
  .featured__slider-btn--prev {
    left: 0;
  }
  .featured__slider-btn--next {
    right: 0;
  }
}

.featured-slider {
  margin: 0 auto;
  max-width: 97%;
  width: 100%;
}

.destination-hero img {
  width: 100%;
  height: auto;
}

.featured-destination {
  padding-top: 45px;
  padding-bottom: 40px;
}
@media (min-width: 375px) {
  .featured-destination {
    padding-top: calc(4.2253521127vw + 29.1549295775px);
  }
}
@media (min-width: 1440px) {
  .featured-destination {
    padding-top: 90px;
  }
}
@media (min-width: 375px) {
  .featured-destination {
    padding-bottom: calc(3.7558685446vw + 25.9154929577px);
  }
}
@media (min-width: 1440px) {
  .featured-destination {
    padding-bottom: 80px;
  }
}
.featured-destination__title {
  text-align: center;
  font-size: 46px;
  margin: 0 0 40px;
  color: #1b1b1b;
}
.featured-destination__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 24px;
}
@media (min-width: 576px) {
  .featured-destination__list {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .featured-destination__list {
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .featured-destination__list {
    -ms-grid-columns: 1fr [4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.featured-destination__list__item {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .featured-destination__list__item:nth-child(3) {
    -ms-grid-column: 2;
    grid-column-start: 2;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .featured-destination__list__item:nth-child(3) .destination-card {
    max-height: unset;
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .featured-destination__list__item:nth-child(3) {
    -ms-grid-column: 3;
    grid-column-start: 3;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}

.featured-hotels {
  padding-top: 45px;
  padding-bottom: 40px;
  border-top: 1px solid #606060;
  border-bottom: 1px solid #606060;
}
@media (min-width: 375px) {
  .featured-hotels {
    padding-top: calc(4.2253521127vw + 29.1549295775px);
  }
}
@media (min-width: 1440px) {
  .featured-hotels {
    padding-top: 90px;
  }
}
@media (min-width: 375px) {
  .featured-hotels {
    padding-bottom: calc(3.7558685446vw + 25.9154929577px);
  }
}
@media (min-width: 1440px) {
  .featured-hotels {
    padding-bottom: 80px;
  }
}
.featured-hotels__title {
  color: #1b1b1b;
  text-align: center;
}
.featured-hotels__title:before {
  display: none;
}
.featured-hotels__slider {
  position: relative;
  margin: 30px 0 0 0;
}
.featured-hotels__slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.featured-hotels__slider-btn--prev {
  left: 0;
}
.featured-hotels__slider-btn--next {
  right: 0;
}

.hotels-slider {
  margin: 0 auto;
  max-width: 90%;
}
@media (min-width: 768px) {
  .hotels-slider {
    max-width: 92%;
  }
}
.hotels-slider .swiper-slide {
  height: 280px;
}
.hotels-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .hotels-slider .swiper-slide {
    height: 300px;
  }
}

.hero-hotel {
  padding-top: 150px;
  padding-bottom: 100px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 375px) {
  .hero-hotel {
    padding-top: calc(9.5774647887vw + 114.0845070423px);
  }
}
@media (min-width: 1440px) {
  .hero-hotel {
    padding-top: 252px;
  }
}
@media (min-width: 375px) {
  .hero-hotel {
    padding-bottom: calc(7.5117370892vw + 71.8309859155px);
  }
}
@media (min-width: 1440px) {
  .hero-hotel {
    padding-bottom: 180px;
  }
}
.hero-hotel__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hero-hotel__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 15px;
  max-width: 1180px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .hero-hotel__content {
    padding: 40px 20px;
  }
}
@media (min-width: 1024px) {
  .hero-hotel__content {
    padding: 60px 40px;
  }
}
@media (min-width: 1200px) {
  .hero-hotel__content {
    padding: 80px 50px;
  }
}
.hero-hotel__category, .hero-hotel__title, .hero-hotel__description {
  color: #fff;
}
.hero-hotel__category {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: underline;
}
.hero-hotel__description {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 16px;
  margin: 12px 0 0 0;
  max-width: 530px;
}
@media (min-width: 375px) {
  .hero-hotel__description {
    font-size: calc(0.5633802817vw + 13.8873239437px);
  }
}
@media (min-width: 1440px) {
  .hero-hotel__description {
    font-size: 22px;
  }
}
.hero-hotel__description p:not(:last-child) {
  margin-bottom: 10px;
}
.hero-hotel__form-inner {
  margin: 20px 0 0 0;
  width: 100%;
}

.about-hotel {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 375px) {
  .about-hotel {
    padding-top: calc(2.8169014085vw + 29.4366197183px);
  }
}
@media (min-width: 1440px) {
  .about-hotel {
    padding-top: 70px;
  }
}
@media (min-width: 375px) {
  .about-hotel {
    padding-bottom: calc(2.8169014085vw + 29.4366197183px);
  }
}
@media (min-width: 1440px) {
  .about-hotel {
    padding-bottom: 70px;
  }
}
@media (min-width: 1024px) {
  .about-hotel__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .about-hotel__title {
    font-size: 42px;
  }
}
@media (min-width: 1024px) {
  .about-hotel__title {
    width: 25%;
  }
}
.about-hotel__content {
  margin: 20px 0 0 0;
}
@media (min-width: 1024px) {
  .about-hotel__content {
    margin: 0;
    width: 74%;
  }
}
.about-hotel__description {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 14px;
  position: relative;
  color: #606060;
}
@media (min-width: 375px) {
  .about-hotel__description {
    font-size: calc(0.3755868545vw + 12.5915492958px);
  }
}
@media (min-width: 1440px) {
  .about-hotel__description {
    font-size: 18px;
  }
}
.about-hotel__description:after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background: linear-gradient(0, hsl(0, 0%, 100%) 0%, hsla(0, 0%, 100%, 0) 125%);
  position: absolute;
  bottom: 0;
}
.about-hotel__description p:not(:last-child) {
  margin-bottom: 10px;
}
.about-hotel__description.active:after {
  display: none;
}
@media (min-width: 1200px) {
  .about-hotel__description p:not(:last-child) {
    margin-bottom: 15px;
  }
}
.about-hotel__more {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  position: relative;
  padding-right: 20px;
  color: #000;
}
@media (min-width: 375px) {
  .about-hotel__more {
    font-size: calc(0.3755868545vw + 10.5915492958px);
  }
}
@media (min-width: 1440px) {
  .about-hotel__more {
    font-size: 16px;
  }
}
.about-hotel__more:before {
  content: url("../img/down-arrow.svg");
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.about-hotel__more.active:before {
  transform: rotate(-180deg);
}

.gallery-hotel {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #292929;
}
@media (min-width: 375px) {
  .gallery-hotel {
    padding-top: calc(1.8779342723vw + 32.9577464789px);
  }
}
@media (min-width: 1440px) {
  .gallery-hotel {
    padding-top: 60px;
  }
}
@media (min-width: 375px) {
  .gallery-hotel {
    padding-bottom: calc(1.8779342723vw + 32.9577464789px);
  }
}
@media (min-width: 1440px) {
  .gallery-hotel {
    padding-bottom: 60px;
  }
}
.gallery-hotel__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px 0 0 0;
}
.gallery-hotel__caption {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
}
.gallery-hotel__slider-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.gallery-hotel__slider-btn {
  transition: all ease 0.3s;
}
.gallery-hotel__slider-btn svg path {
  transition: all ease 0.3s;
}
.gallery-hotel__slider-btn.swiper-button-disabled svg path {
  fill: #6b6b6b;
}

.hotel-slider .swiper-slide {
  height: 260px;
}
.hotel-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 640px) {
  .hotel-slider .swiper-slide {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .hotel-slider .swiper-slide {
    height: 318px;
  }
}

.features-hotel {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 375px) {
  .features-hotel {
    padding-top: calc(3.7558685446vw + 25.9154929577px);
  }
}
@media (min-width: 1440px) {
  .features-hotel {
    padding-top: 80px;
  }
}
@media (min-width: 375px) {
  .features-hotel {
    padding-bottom: calc(3.7558685446vw + 25.9154929577px);
  }
}
@media (min-width: 1440px) {
  .features-hotel {
    padding-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .features-hotel__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .features-hotel__title {
    font-size: 42px;
  }
}
@media (min-width: 1024px) {
  .features-hotel__title {
    width: 25%;
  }
}
.features-hotel__content {
  margin: 20px 0 0 0;
}
@media (min-width: 1024px) {
  .features-hotel__content {
    margin: 0;
    width: 74%;
  }
}
.features-hotel__link {
  padding: 10px 40px;
}
.features-hotel .faq-list {
  margin: 0 0 20px 0;
}
@media (min-width: 1024px) {
  .features-hotel .faq-list {
    margin: 0 0 32px 0;
  }
}

.faq-list__item {
  border-bottom: 1px solid #c3c3c3;
}

.getting-hotel {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fBf8f0;
}
@media (min-width: 375px) {
  .getting-hotel {
    padding-top: calc(3.7558685446vw + 25.9154929577px);
  }
}
@media (min-width: 1440px) {
  .getting-hotel {
    padding-top: 80px;
  }
}
@media (min-width: 375px) {
  .getting-hotel {
    padding-bottom: calc(3.7558685446vw + 25.9154929577px);
  }
}
@media (min-width: 1440px) {
  .getting-hotel {
    padding-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .getting-hotel__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .getting-hotel__title {
    font-size: 42px;
  }
}
@media (min-width: 1024px) {
  .getting-hotel__title {
    width: 25%;
  }
}
.getting-hotel__content {
  margin: 20px 0 0 0;
}
@media (min-width: 1024px) {
  .getting-hotel__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 0 0 0;
    width: 74%;
  }
}
.getting-hotel__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .getting-hotel__content-inner {
    width: 33%;
  }
}
.getting-hotel__content-title {
  font-family: "Roboto Serif", serif;
  font-weight: 500;
  font-size: 18px;
  margin: 0;
  color: #1b1b1b;
  transition: all ease 0.2s;
}
@media (min-width: 375px) {
  .getting-hotel__content-title {
    font-size: calc(0.5633802817vw + 15.8873239437px);
  }
}
@media (min-width: 1440px) {
  .getting-hotel__content-title {
    font-size: 24px;
  }
}
@media (any-hover: hover) {
  .getting-hotel__content-title:hover {
    color: #b28e67;
  }
}
.getting-hotel__address {
  font-size: 16px;
  margin: 20px 0 0 0;
  line-height: 1.8;
}
@media (min-width: 375px) {
  .getting-hotel__address {
    font-size: calc(0.3755868545vw + 14.5915492958px);
  }
}
@media (min-width: 1440px) {
  .getting-hotel__address {
    font-size: 20px;
  }
}
.getting-hotel__address p:not(:last-child) {
  margin-bottom: 5px;
}
.getting-hotel__tel {
  font-size: 18px;
  margin: 20px 0 0 0;
  color: #b28e67;
  text-transform: uppercase;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (min-width: 375px) {
  .getting-hotel__tel {
    font-size: calc(0.5633802817vw + 15.8873239437px);
  }
}
@media (min-width: 1440px) {
  .getting-hotel__tel {
    font-size: 24px;
  }
}
@media (any-hover: hover) {
  .getting-hotel__tel:hover {
    color: #000;
  }
}
.getting-hotel__additional-info {
  font-size: 16px;
  margin: 20px 0 0 0;
}
@media (min-width: 375px) {
  .getting-hotel__additional-info {
    font-size: calc(0.3755868545vw + 14.5915492958px);
  }
}
@media (min-width: 1440px) {
  .getting-hotel__additional-info {
    font-size: 20px;
  }
}
.getting-hotel__link {
  margin: 20px 0 0 0;
  padding: 10px 40px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.getting-hotel__map {
  margin: 20px 0 0 0;
  height: 325px;
  border: 1px solid #b28e67;
}
.getting-hotel__map iframe {
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .getting-hotel__map {
    margin: 0;
    width: 53%;
  }
}

.next-hotel {
  padding-top: 80px;
  padding-bottom: 80px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 375px) {
  .next-hotel {
    padding-top: calc(14.6478873239vw + 25.0704225352px);
  }
}
@media (min-width: 1440px) {
  .next-hotel {
    padding-top: 236px;
  }
}
@media (min-width: 375px) {
  .next-hotel {
    padding-bottom: calc(14.6478873239vw + 25.0704225352px);
  }
}
@media (min-width: 1440px) {
  .next-hotel {
    padding-bottom: 236px;
  }
}
.next-hotel__title {
  margin: 0 0 2px 0;
  color: #fff;
}
.next-hotel__link {
  color: #fff;
}
.next-hotel__link:before {
  content: url("../img/arrow-right-white.svg");
}

.hero-about {
  padding-top: 50px;
  padding-bottom: 60px;
}
@media (min-width: 375px) {
  .hero-about {
    padding-top: calc(3.7558685446vw + 35.9154929577px);
  }
}
@media (min-width: 1440px) {
  .hero-about {
    padding-top: 90px;
  }
}
@media (min-width: 375px) {
  .hero-about {
    padding-bottom: calc(3.7558685446vw + 45.9154929577px);
  }
}
@media (min-width: 1440px) {
  .hero-about {
    padding-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .hero-about__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 4px;
  }
}
.hero-about__image {
  min-height: 300px;
  max-height: 300px;
}
.hero-about__image img {
  display: block;
  min-height: 300px;
  max-height: 300px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .hero-about__image {
    min-height: 380px;
    max-height: 380px;
    width: 40%;
  }
  .hero-about__image img {
    min-height: 380px;
    max-height: 380px;
  }
}
@media (min-width: 1200px) {
  .hero-about__image {
    min-height: 494px;
    max-height: 494px;
  }
  .hero-about__image img {
    min-height: 494px;
    max-height: 494px;
  }
}
.hero-about__content {
  margin: 20px 0 0 0;
}
@media (min-width: 1024px) {
  .hero-about__content {
    margin: 0;
    width: 56%;
  }
}
.hero-about__description {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 14px;
  margin: 20px 0 16px 0;
}
@media (min-width: 375px) {
  .hero-about__description {
    font-size: calc(0.3755868545vw + 12.5915492958px);
  }
}
@media (min-width: 1440px) {
  .hero-about__description {
    font-size: 18px;
  }
}
.hero-about__description h2 {
  font-family: "Roboto Serif", serif;
  font-weight: 500;
  margin: 0;
  font-size: 32px;
  line-height: 1.2;
  color: #1b1b1b;
}
.hero-about__description h2:not(:last-child) {
  margin-bottom: 20px;
}
.hero-about__description h2 strong {
  font-family: "Roboto Serif", serif;
  font-weight: 500;
}
.hero-about__description h2 p {
  margin: 0;
}
@media (min-width: 768px) {
  .hero-about__description h2 {
    font-size: 42px;
  }
  .hero-about__description h2:not(:last-child) {
    margin-bottom: 30px;
  }
}
.hero-about__description p:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .hero-about__description {
    margin: 30px 0 16px 0;
  }
  .hero-about__description p:not(:last-child) {
    margin-bottom: 15px;
  }
}

.hero-contact {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 375px) {
  .hero-contact {
    padding-top: calc(4.6948356808vw + 22.3943661972px);
  }
}
@media (min-width: 1440px) {
  .hero-contact {
    padding-top: 90px;
  }
}
@media (min-width: 375px) {
  .hero-contact {
    padding-bottom: calc(4.6948356808vw + 22.3943661972px);
  }
}
@media (min-width: 1440px) {
  .hero-contact {
    padding-bottom: 90px;
  }
}
.hero-contact:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 500px;
  background-color: #fafafa;
}
@media (min-width: 1024px) {
  .hero-contact:before {
    width: 50%;
    min-height: 100%;
  }
}
@media (min-width: 1024px) {
  .hero-contact__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 124px;
  }
}
@media (min-width: 1200px) {
  .hero-contact__container {
    gap: 160px;
  }
}
@media (min-width: 1440px) {
  .hero-contact__container {
    gap: 220px;
  }
}
.hero-contact__main {
  position: relative;
  z-index: 4;
}
@media (min-width: 1024px) {
  .hero-contact__main {
    width: 40%;
  }
}
.hero-contact__content {
  margin: 30px 0 0 0;
  position: relative;
  z-index: 4;
}
@media (min-width: 1024px) {
  .hero-contact__content {
    margin: 0;
    width: 36%;
  }
}
.hero-contact__title {
  padding: 0;
}
.hero-contact__title:before {
  display: none;
}
.hero-contact__form {
  margin: 44px 0 0 0;
}
.hero-contact__content {
  margin: 30px 0 0 0;
}
.hero-contact__content h2, .hero-contact__content h3, .hero-contact__content h4 {
  font-family: "Roboto Serif", serif;
  font-weight: 500;
  font-size: 22px;
  margin: 0;
  color: #1b1b1b;
}
@media (min-width: 375px) {
  .hero-contact__content h2, .hero-contact__content h3, .hero-contact__content h4 {
    font-size: calc(0.9389671362vw + 18.4788732394px);
  }
}
@media (min-width: 1440px) {
  .hero-contact__content h2, .hero-contact__content h3, .hero-contact__content h4 {
    font-size: 32px;
  }
}
.hero-contact__content h2:not(:last-child), .hero-contact__content h3:not(:last-child), .hero-contact__content h4:not(:last-child) {
  margin-bottom: 16px;
}
.hero-contact__content ul, .hero-contact__content p, .hero-contact__content ol {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 14px;
}
@media (min-width: 375px) {
  .hero-contact__content ul, .hero-contact__content p, .hero-contact__content ol {
    font-size: calc(0.3755868545vw + 12.5915492958px);
  }
}
@media (min-width: 1440px) {
  .hero-contact__content ul, .hero-contact__content p, .hero-contact__content ol {
    font-size: 18px;
  }
}
.hero-contact__content ul:not(:last-child), .hero-contact__content p:not(:last-child), .hero-contact__content ol:not(:last-child) {
  margin-bottom: 32px;
}
.hero-contact__content ul a, .hero-contact__content p a, .hero-contact__content ol a {
  color: inherit;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .hero-contact__content {
    margin: 0;
  }
}
.hero-contact__inner {
  margin: 20px auto 0;
  padding: 0 16px;
  max-width: 1200px;
  width: 100%;
}
.hero-contact__subtitle {
  text-align: center;
}
.hero-contact__subtitle:before {
  display: none;
}
.hero-contact__form-inner {
  margin: 20px 0 0 0;
}
.hero-contact__form-inner .booking-form {
  border: 1px solid #6b6b6b;
  box-shadow: 0 7px 15px -4px rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 0 7px 15px -4px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 0 7px 15px -4px rgba(0, 0, 0, 0.43);
}

.map-contact__frame {
  height: 300px;
  width: 100%;
}
@media (min-width: 375px) {
  .map-contact__frame {
    height: calc(18.779342723vw + 229.5774647887px);
  }
}
@media (min-width: 1440px) {
  .map-contact__frame {
    height: 500px;
  }
}
.map-contact__frame iframe {
  width: 100%;
  height: 100%;
}

.error {
  padding-top: 60px;
  padding-bottom: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 375px) {
  .error {
    padding-top: calc(5.6338028169vw + 38.8732394366px);
  }
}
@media (min-width: 1440px) {
  .error {
    padding-top: 120px;
  }
}
@media (min-width: 375px) {
  .error {
    padding-bottom: calc(7.5117370892vw + 31.8309859155px);
  }
}
@media (min-width: 1440px) {
  .error {
    padding-bottom: 140px;
  }
}
.error__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.error__content {
  padding-top: 40px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
}
@media (min-width: 375px) {
  .error__content {
    padding-top: calc(4.1314553991vw + 24.5070422535px);
  }
}
@media (min-width: 1440px) {
  .error__content {
    padding-top: 84px;
  }
}
@media (min-width: 375px) {
  .error__content {
    padding-bottom: calc(4.1314553991vw + 24.5070422535px);
  }
}
@media (min-width: 1440px) {
  .error__content {
    padding-bottom: 84px;
  }
}
@media (min-width: 1024px) {
  .error__content {
    width: 66%;
  }
}
.error__label {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.error__title {
  color: #fff;
}
.error__link {
  padding: 10px 50px;
}

.default {
  padding-top: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #c3c3c3;
}
@media (min-width: 375px) {
  .default {
    padding-top: calc(2.8169014085vw + 29.4366197183px);
  }
}
@media (min-width: 1440px) {
  .default {
    padding-top: 70px;
  }
}
@media (min-width: 375px) {
  .default {
    padding-bottom: calc(3.7558685446vw + 45.9154929577px);
  }
}
@media (min-width: 1440px) {
  .default {
    padding-bottom: 100px;
  }
}
.default__content {
  margin: 30px 0 0 0;
}

.content {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: #606060;
}
@media (min-width: 375px) {
  .content {
    font-size: calc(0.1877934272vw + 13.2957746479px);
  }
}
@media (min-width: 1440px) {
  .content {
    font-size: 16px;
  }
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
.content h1:not(:last-child), .content h2:not(:last-child), .content h3:not(:last-child), .content h4:not(:last-child), .content h5:not(:last-child), .content h6:not(:last-child) {
  margin-top: 16px;
}
.content h1:not(:last-child), .content h2:not(:last-child), .content h3:not(:last-child), .content h4:not(:last-child), .content h5:not(:last-child), .content h6:not(:last-child) {
  margin-bottom: 16px;
}
.content h2 {
  font-size: 18px;
}
.content h3 {
  font-size: 16px;
}
.content h4, .content h5, .content h6 {
  font-size: 14px;
}
.content ul:not(:last-child), .content ol:not(:last-child), .content p:not(:last-child) {
  margin-top: 16px;
}
.content ul:not(:last-child), .content ol:not(:last-child), .content p:not(:last-child) {
  margin-bottom: 16px;
}
.content ul {
  margin-left: 20px;
  list-style: disc;
}
.content ol {
  list-style: decimal;
}
.content strong {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.content a {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
}

.call-to-action {
  padding-top: 75px;
  padding-bottom: 75px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 375px) {
  .call-to-action {
    padding-top: calc(6.6666666667vw + 50px);
  }
}
@media (min-width: 1440px) {
  .call-to-action {
    padding-top: 146px;
  }
}
@media (min-width: 375px) {
  .call-to-action {
    padding-bottom: calc(6.6666666667vw + 50px);
  }
}
@media (min-width: 1440px) {
  .call-to-action {
    padding-bottom: 146px;
  }
}
.call-to-action__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  background: #292929;
  text-align: center;
  gap: 24px;
  padding: 50px 15px;
}
@media (min-width: 576px) {
  .call-to-action__content {
    max-width: 70%;
  }
}
@media (min-width: 1350px) {
  .call-to-action__content {
    padding: 65px 30px 55px;
  }
}
@media (min-width: 1440px) {
  .call-to-action__content {
    max-width: 888px;
  }
}
.call-to-action__content .title {
  color: #fff;
  font-size: 36px;
}
@media (min-width: 1350px) {
  .call-to-action__content .title {
    font-size: 50px;
  }
}
.call-to-action__content .description {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  width: 100%;
  max-width: 530px;
  font-size: 18px;
  color: #c3c3c3;
}
@media (min-width: 768px) {
  .call-to-action__content .description {
    font-size: 22px;
  }
}
.call-to-action__content .description p {
  margin: 0;
}
.call-to-action__content .description strong {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.call-to-action__content .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  gap: 14px;
}
.call-to-action__content .btn-group .btn {
  line-height: 1.25;
  padding: 11px 15px;
  border: 1px solid #b28e67;
}
@media (min-width: 576px) {
  .call-to-action__content .btn-group .btn {
    padding: 11px 40px;
  }
}
.call-to-action__content .btn-group .btn-contact {
  background: transparent;
}

/*# sourceMappingURL=main.css.map */
