@import url("https://fonts.googleapis.com/css2?family=Hahmlet:wght@100..900&family=Jura:wght@300..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  border: 0;
  padding: 0;
}

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

:focus,
:active {
  outline: none;
}

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

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

html,
body {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
}

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

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

button {
  cursor: pointer;
  background: transparent;
}

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

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body {
  font-family: "Jura", sans-serif;
}

.lock {
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  background: #fff;
}

[class*=__container] {
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.main {
  flex: 1 1 auto;
}

section {
  scroll-margin-top: 200px;
}

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

.header {
  position: fixed;
  width: 100%;
  z-index: 60;
  background: #EFF5FF;
  border-bottom: 1px solid #2C2C2C;
}
.header__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 32px 0 16px;
}
.header__logo {
  color: #3C2100;
  text-align: center;
  font-family: Hahmlet;
  font-size: 30px;
  font-weight: 600;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 12px;
  background: #FFF;
  padding: 10px 16px;
}
@media (max-width: 575px) {
  .header__menu {
    display: none;
  }
}
.header__link {
  color: #050810;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  padding: 4px 12px;
}
.header__link:hover {
  border-radius: 6px;
  background: radial-gradient(286.37% 67% at 4.6% 40.8%, #ADC1FE 0%, #F9F9FF 100%);
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.footer {
  background: #6782C2;
  padding: 66px 0;
}
.footer__content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer__content {
    flex-direction: column;
    gap: 32px;
  }
}
.footer__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__logo {
  color: #FFF;
  font-family: Hahmlet;
  font-size: 30px;
  font-weight: 600;
}
.footer__menu {
  padding: 10px 16px;
  border-radius: 6px;
  background: #FFF;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  max-width: 297px;
}
.footer__address {
  color: #FFF;
  font-family: Jura;
  font-size: 16px;
  font-weight: 400;
}
.footer__social {
  display: flex;
  gap: 12px;
}
.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__link {
  color: #FFF;
  font-family: Jura;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}
.footer__text {
  color: #C5C5C5;
  font-family: Jura;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-top: 32px;
}

.cookies {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.241);
}
.cookies__content {
  max-width: 523px;
  width: 100%;
  border-radius: 2px;
  background: #6782C2;
  padding: 40px;
}
.cookies__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cookies__title {
  color: #FFF;
  text-align: center;
  font-family: Jura;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 1.6px;
}
.cookies__text {
  color: #FFF;
  text-align: center;
  font-family: Jura;
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
}
.cookies__btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 32px;
}
.cookies__btn {
  color: #030303;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  background: #FFF;
  padding: 16px 0;
}
.cookies__btn-sub {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  padding: 16px 0;
}

.hero {
  background: url(/img/banner.webp) no-repeat center/cover;
  margin: 157px 0 0;
  padding: 100px 0;
}
@media (max-width: 575px) {
  .hero {
    margin: 92px 0 0;
  }
}
.hero__content {
  border-radius: 6px;
  background: #EFF5FF;
  padding: 32px 80px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 991px) {
  .hero__content {
    padding: 32px 20px;
  }
}
.hero__title {
  color: #0B152A;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -1px;
}
@media (max-width: 767px) {
  .hero__title {
    font-size: 36px;
    letter-spacing: -0.72px;
  }
}
.hero__subtitle {
  color: #0B152A;
  font-size: 30px;
  font-weight: 700;
  line-height: 126%;
  letter-spacing: -0.6px;
}

.hotel {
  padding: 60px 0;
  background: #EFF5FF;
}
.hotel__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
}
.hotel__title {
  color: #0B152A;
  font-family: Jura;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.8px;
}
.hotel__subtitle {
  color: #0B152A;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.6px;
}
.hotel__text {
  color: #3F3D3D;
  font-size: 18px;
  font-weight: 600;
}
.hotel__card {
  position: relative;
}
.hotel__name {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  padding: 16px;
  border-radius: 4px 4px 0px 0px;
  background: #FFF;
  position: absolute;
  bottom: 0;
  max-width: 325px;
}

.info {
  padding: 60px 0;
}
.info__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.info__card {
  display: flex;
  align-items: center;
  background: #EFF5FF;
}
@media (max-width: 991px) {
  .info__card {
    flex-direction: column;
  }
}
.info__column {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 60px;
  padding: 12px 16px;
  border-radius: 4px;
  border: 1px solid #A0A0A0;
  background: #FFF;
}
@media (max-width: 991px) {
  .info__column {
    margin: 32px 24px;
  }
}
@media (max-width: 575px) {
  .info__img {
    width: -moz-fit-content;
    width: fit-content;
  }
  .info__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.info__name {
  color: #000;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Jura;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.info__subname {
  color: #000;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Jura;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.info__text {
  color: #3F3D3D;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Jura;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.luxury {
  padding: 60px 0;
  background: #F3F3F3;
}
.luxury__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.luxury__title {
  color: #0B152A;
  font-family: Jura;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.8px;
}
.luxury__subtitle {
  color: #0B152A;
  font-family: Jura;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.6px;
}
.luxury__text {
  color: #3F3D3D;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Jura;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.luxury__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.luxury__row_sub {
  margin-top: 32px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .luxury__row_sub {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  .luxury__row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.luxury__card {
  position: relative;
}
.luxury__img {
  width: -moz-fit-content;
  width: fit-content;
}
.luxury__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .luxury__img {
    margin: 0 auto;
  }
}
.luxury__body {
  position: absolute;
  bottom: 0;
  border-radius: 4px 4px 0px 0px;
  background: #FFF;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.luxury__name {
  color: #000;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Jura;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.luxury__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #452703;
  text-align: center;
  font-family: Jura;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 6px;
  background: radial-gradient(286.37% 67% at 4.6% 40.8%, #ADC1FE 0%, #F9F9FF 100%);
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  height: 45px;
  width: 146px;
}

.faq {
  padding: 60px 0;
}
.faq__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.faq__title {
  text-align: center;
  color: #0B152A;
  font-family: Jura;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.8px;
}
.faq__column {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.faq__card {
  border-radius: 4px;
  border: 1px solid #A0A0A0;
  background: #FFF;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
}
.faq__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 575px) {
  .faq__row {
    align-items: flex-start;
  }
}
.faq__name {
  color: #050810;
  font-family: Jura;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 32.5px */
  letter-spacing: -0.52px;
}
.faq__text {
  color: #050810;
  font-family: Jura;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
  letter-spacing: -0.36px;
}

.about {
  padding: 60px 0;
}
.about__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.about__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (max-width: 767px) {
  .about__row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about__card {
  border-radius: 6px;
  background: #EFF5FF;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.about__name {
  color: #050810;
  font-family: Jura;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 32.5px */
  letter-spacing: -0.52px;
}
.about__text {
  color: #050810;
  font-family: Jura;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
  letter-spacing: -0.36px;
}

.swiper-slide {
  max-width: 325px !important;
  width: 100% !important;
}

.reviews {
  padding: 60px 0;
}
.reviews__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.reviews__title {
  color: #0B152A;
  font-family: Jura;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.8px;
}
.reviews__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 991px) {
  .reviews__row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.reviews__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 40px 24px;
  border-radius: 6px;
  background: #EFF5FF;
}
.reviews__name {
  color: #4F4F4F;
  text-align: center;
  font-family: Jura;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.2px;
}
.reviews__txt {
  color: #4F4F4F;
  text-align: center;
  font-family: Jura;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 32px */
  letter-spacing: -0.12px;
}

.contact {
  padding: 60px 0;
}
.contact__content {
  border-radius: 6px;
  border: 2px solid #A1A1A1;
  background: #FFF;
  padding: 24px;
}
.contact__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact__inp {
  color: #A1A1A1;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.28px;
  border-radius: 6px;
  border: 1px solid #A1A1A1;
  padding: 12px 16px;
  width: 100%;
}
.contact__inp_text {
  height: 138px;
  resize: none;
}
.contact__btn {
  color: #2E2083;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.32px;
  border-radius: 40px;
  background: radial-gradient(286.37% 67% at 4.6% 40.8%, #ADC1FE 0%, #F9F9FF 100%);
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 8px 39px;
  width: -moz-fit-content;
  width: fit-content;
}

.privacy {
  margin: 157px 0 0;
  padding: 60px 0 120px;
}
@media (max-width: 575px) {
  .privacy {
    margin: 92px 0 0;
  }
}
.privacy__title {
  color: #050810;
  text-align: center;
  font-family: Jura;
  font-size: clamp(40px, 7vw, 80px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.faq__text {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq__arrow.rotated {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}