/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

html {
  scroll-behavior: smooth;
}

/* Links */

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

a:hover {
  text-decoration: none;
}

/* Common */

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

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

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

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

button,
input[type='submit'] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

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

label {
  cursor: pointer;
}

legend {
  display: block;
}

input[type='file'] {
  max-width: 100%;
}

@font-face {
  font-family: 'Inter';
  src: url('/fontsZXC3g/inter-variablefontZXC3g.woff2')
    format('woff2-variations');
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('/fontsZXC3g/roboto-variablefontZXC3g.woff2')
    format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

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

.headerZXC3g {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;

  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.headerZXC3g__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

.headerZXC3g__logo {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.navZXC3g__list {
  display: flex;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navZXC3g__link {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  border-bottom: 1px solid #fff;
}

.burgerZXC3g {
  display: none;
  width: 32px;
  height: 24px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.burgerZXC3g span {
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  margin-bottom: 6px;
}

.burgerZXC3g span:last-child {
  margin-bottom: 0;
}

.mobileMenuZXC3g {
  position: fixed;
  inset: 0;
  background: #f6f1eb;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 9;
}

.mobileMenuZXC3g.open {
  transform: translateX(0);
}

.mobileMenuZXC3g__list {
  list-style: none;
  padding: 100px 24px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.mobileMenuZXC3g__list a {
  color: #000;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.burgerZXC3g.open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.burgerZXC3g.open span:nth-child(2) {
  opacity: 0;
}

.burgerZXC3g.open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.burgerZXC3g span {
  transition: transform 0.3s ease, opacity 0.2s ease;
}

.heroZXC3g {
  position: relative;
  min-height: 640px;
  top: -50px;
  background-image: url('/imagesZXC3g/hero-bedZXC3g.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.heroZXC3g::before {
  display: none;
}

.heroZXC3g__inner {
  position: relative;
  z-index: 1;
  padding-top: -80px;
  min-height: 640px;
  display: flex;
  align-items: center;
}

.heroZXC3g__content {
  max-width: 760px;
}

.heroZXC3g__title {
  margin: 0 0 24px;
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 700;
}

.heroZXC3g__text {
  margin: 0 0 32px;
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.heroZXC3g__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 14px 28px;
  border-radius: 40px;

  background: linear-gradient(
    90deg,
    #dcc5aa 0%,
    #f5ecd9 78.85%,
    #e9d9c1 99.52%
  );

  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);

  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

@media (max-width: 900px) {
  .navZXC3g {
    display: none;
  }

  .burgerZXC3g {
    display: block;
  }
}

@media (max-width: 768px) {
  .headerZXC3g {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
  }

  .heroZXC3g {
    min-height: 560px;

    background-position: 90% center;
  }

  .heroZXC3g__inner {
    min-height: 560px;
    align-items: center;
    padding-top: 110px;
  }

  .heroZXC3g__title {
    font-size: 30px;
  }

  .heroZXC3g__text {
    font-size: 16px;
  }

  .heroZXC3g__btn {
    font-size: 16px;
    padding: 12px 24px;
  }
}

.discoverZXC3g {
  padding: 80px 0;
  background: #fff;
}

.discoverZXC3g__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 150px;
  align-items: flex-start;
}

.discoverZXC3g__list {
  display: flex;
  gap: 80px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.discoverZXC3g__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  text-align: center;
}

.discoverZXC3g__item img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.discoverZXC3g__item h2 {
  margin: 0;
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
}

.discoverZXC3g__text {
  max-width: 780px;
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 1024px) {
  .discoverZXC3g__inner {
    grid-template-columns: 1fr;
    row-gap: 48px;
  }

  .discoverZXC3g__list {
    justify-content: space-between;
    gap: 32px;
  }

  .discoverZXC3g__text {
    max-width: 100%;
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .discoverZXC3g {
    padding: 60px 0;
  }

  .discoverZXC3g__list {
    justify-content: space-between;
    gap: 0;
  }

  .discoverZXC3g__item {
    gap: 12px;
  }

  .discoverZXC3g__item img {
    width: 40px;
    height: 40px;
  }

  .discoverZXC3g__item h2 {
    font-size: 20px;
  }

  .discoverZXC3g__text {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
  }
}

.hotelsZXC3g {
  padding: 80px 0;
}

.hotelsZXC3g__list {
  list-style: none;
  margin: 0;
  padding: 0;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.hotelsZXC3g__item {
  padding: 20px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.16);

  display: flex;
  flex-direction: column;
}

.hotelsZXC3g__img {
  height: 200px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 16px;
}

.hotelsZXC3g__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.hotelsZXC3g__title {
  margin: 0;
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.hotelsZXC3g__rating {
  display: flex;
  align-items: center;
  gap: 6px;
}

.hotelsZXC3g__rating img {
  width: 16px;
  height: 16px;
}

.hotelsZXC3g__rating span {
  color: #626262;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
}

.hotelsZXC3g__address {
  margin: 0 0 8px;
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.hotelsZXC3g__desc {
  margin: 0 0 12px;
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.hotelsZXC3g__price {
  margin-top: auto;
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 1024px) {
  .hotelsZXC3g__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .hotelsZXC3g {
    padding: 60px 0;
  }

  .hotelsZXC3g__list {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hotelsZXC3g__img {
    height: 180px;
  }
}

.statsZXC3g {
  padding: 80px 0;
  background: #fff;
}

.statsZXC3g__list {
  list-style: none;
  margin: 0;
  padding: 0;

  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.statsZXC3g__item {
  display: flex;
  align-items: center;
  gap: 24px;
}

.statsZXC3g__icon {
  width: 120px;
  height: 120px;
  object-fit: contain;
}

.statsZXC3g__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.statsZXC3g__number {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: normal;
}

.statsZXC3g__text {
  margin: 0;
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 768px) {
  .statsZXC3g {
    padding: 60px 0;
  }

  .statsZXC3g__list {
    flex-direction: column;
    gap: 32px;
  }

  .statsZXC3g__item {
    align-items: center;
  }

  .statsZXC3g__icon {
    width: 70px;
    height: 70px;
  }

  .statsZXC3g__number {
    font-size: 30px;
  }

  .statsZXC3g__text {
    font-size: 20px;
  }
}

.reviewsZXC3g {
  padding: 80px 0;
  background: #f6f2ee;
}

.reviewsZXC3g__list {
  list-style: none;
  margin: 0;
  padding: 0;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.reviewsZXC3g__item {
  position: relative;
  padding: 80px 28px 32px;

  border-radius: 30px;
  background: #fff;
  box-shadow: 0 9px 15px rgba(0, 0, 0, 0.16);

  text-align: center;
}

.reviewsZXC3g__avatar {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);

  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}

.reviewsZXC3g__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviewsZXC3g__name {
  margin: 0 0 16px;
  margin-top: 20px;
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

.reviewsZXC3g__text {
  margin: 0;

  color: #000;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 1024px) {
  .reviewsZXC3g__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .reviewsZXC3g {
    padding: 60px 0;
  }

  .reviewsZXC3g__list {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .reviewsZXC3g__item {
    padding: 72px 24px 28px;
  }

  .reviewsZXC3g__name {
    font-size: 22px;
  }

  .reviewsZXC3g__text {
    font-size: 18px;
  }
}
.footerZXC3g {
  background: #efefef;
  padding: 56px 0 36px;
}

.footerZXC3g__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
  gap: 64px;
  align-items: start;
}

.footerZXC3g__nav {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.footerZXC3g__nav-row {
  list-style: none;
  margin: 0;
  padding: 0;

  display: grid;
  grid-template-columns: repeat(3, minmax(0, max-content));
  column-gap: 48px;
  row-gap: 16px;
}

.footerZXC3g__nav-row a {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.footerZXC3g__copyright {
  margin-top: 28px;
  color: rgba(0, 0, 0, 0.7);
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.footerZXC3g__title {
  margin: 0 0 20px;
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.footerZXC3g__contacts {
  list-style: none;
  margin: 0;
  padding: 0;

  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footerZXC3g__contacts li {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 1100px) {
  .footerZXC3g__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .footerZXC3g__nav-row {
    grid-template-columns: repeat(2, max-content);
    column-gap: 32px;
  }
}

@media (max-width: 768px) {
  .footerZXC3g {
    padding: 48px 0 32px;
  }

  .footerZXC3g__right {
    order: -1;
  }

  .footerZXC3g__nav-row {
    grid-template-columns: 1fr;
    row-gap: 14px;
  }

  .footerZXC3g__copyright {
    margin-top: 32px;
  }
}

.aboutZXC3g {
  background: #f7f7f7;
  padding: 80px 0;
}

.aboutZXC3g__inner {
  display: grid;
  grid-template-columns: 1fr 520px;
  gap: 60px;
  align-items: center;
}

.aboutZXC3g__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.aboutZXC3g__title {
  margin: 0;

  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}

.aboutZXC3g__text {
  margin: 0 0 16px;

  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.aboutZXC3g__image img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  object-fit: cover;
}

@media (max-width: 900px) {
  .aboutZXC3g {
    padding: 60px 0;
  }

  .aboutZXC3g__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .aboutZXC3g__image {
    order: 2;
  }

  .aboutZXC3g__title {
    font-size: 28px;
  }

  .aboutZXC3g__text {
    font-size: 18px;
  }
}

.contactZXC3g {
  padding: 80px 0;
  background: #fff;
}

.contactZXC3g__box {
  max-width: 655px;
  margin: 0 auto;
  text-align: center;
}

.contactZXC3g__title {
  margin: 0 0 16px;

  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}

.contactZXC3g__desc {
  margin: 0 0 32px;

  color: #000;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.contactZXC3g__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contactZXC3g__form input,
.contactZXC3g__form textarea {
  width: 100%;
  padding: 14px 16px;

  border-radius: 10px;
  border: 1px solid #bcb2b2;
  background: #fff;

  color: #3d3d3d;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;

  resize: none;
}

.contactZXC3g__form button {
  margin-top: 12px;
  align-self: center;
  width: 400px;

  padding: 14px 40px;
  border-radius: 40px;
  border: none;
  cursor: pointer;

  background: linear-gradient(
    90deg,
    #dcc5aa 0%,
    #f5ecd9 78.85%,
    #e9d9c1 99.52%
  );

  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);

  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.contactZXC3g__success {
  margin-top: 16px;

  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .contactZXC3g {
    padding: 60px 0;
  }

  .contactZXC3g__title {
    font-size: 22px;
  }

  .contactZXC3g__desc {
    font-size: 18px;
  }

  .contactZXC3g__form button {
    width: 100%;
  }
}

.terms {
  padding: 150px 0;
}

.terms h1 {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 30px;
}

.terms h2 {
  color: #000;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}

.terms p,
.terms ul {
  color: #000;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}

.terms ul li {
  list-style: disc;
  margin-left: 15px;
}

@media (max-width: 768px) {
  .terms {
    padding: 100px 0;
  }

  .terms h1 {
    font-size: 30px;
    text-align: left;
    margin-bottom: 16px;
  }
  .terms h2 {
    margin-bottom: 10px;
  }

  .terms p,
  .terms ul {
    margin-bottom: 16px;
  }
}
