@font-face {
  font-family: "Inter";
  src: url("/hc034281b-inter_regular.woff2");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "Inter";
  src: url("/hc034281b-inter_semibold.woff2");
  font-display: swap;
  font-weight: 600;
}

@font-face {
  font-family: "Playfair Display";
  src: url("/hc034281b-playfairdisplay_medium.woff2");
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: "Playfair Display";
  src: url("/hc034281b-playfairdisplay_semibold.woff2");
  font-display: swap;
  font-weight: 600;
}

/* ===== Переменные ===== */
:root {
  --container-width: 1280px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --font-family: "Inter", sans-serif;
  --second-family: "Playfair Display", sans-serif;
}

/* ===== Базовые ===== */
body {
  margin: 0;
  background: #f2f1ef;
}

.hc034281b-container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step);
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex-wrap: wrap;
  box-sizing: border-box;
}

@media (max-width: 991px) {
  .hc034281b-container {
    padding: 0 var(--container-step-tablet);
    gap: 15px;
  }
}

@media (max-width: 600px) {
  .hc034281b-container {
    padding: 0 var(--container-step-mobile);
    gap: 20px;
  }
}

h1 {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 96px;
  line-height: 95%;
  letter-spacing: -0.04em;
  text-align: center;
  color: #f2f1ef;
  margin: 0px;
}

@media (max-width: 991px) {
  h1 {
    font-size: 68px;
    line-height: 97.5%;
  }
}

@media (max-width: 600px) {
  h1 {
    font-size: 40px;
    line-height: 100%;
  }
}

h2 {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 48px;
  line-height: 95%;
  letter-spacing: -0.04em;
  text-align: center;
  color: #000;
  margin: 0px;
}

@media (max-width: 991px) {
  h2 {
    font-size: 39px;
    line-height: 97.5%;
  }
}

@media (max-width: 600px) {
  h2 {
    font-size: 30px;
    line-height: 100%;
  }
}

h3 {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000;
  margin: 0px;
}

@media (max-width: 991px) {
  h3 {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  h3 {
    font-size: 16px;
  }
}

p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.7);
  margin: 0px;
}

@media (max-width: 991px) {
  p {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  p {
    font-size: 14px;
  }
}

.hc034281b-black_p{
  color: #000;
}

.hc034281b-bold_p{
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
}

@media (max-width: 991px) {
  .hc034281b-bold_p {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .hc034281b-bold_p {
    font-size: 16px;
  }
}

.hc034281b-white_p{
  color: #f2f1ef;
}

ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  color: unset;
}

section {
  margin-bottom: 120px;
}

@media screen and (max-width: 991px) {
  section{
    margin-bottom: 90px;
  }
}

@media (max-width: 600px) {
  section {
    margin-bottom: 60px;
  }
}

.hc034281b-btn{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #f2f1ef;
  border-radius: 6px;
  padding: 4px 10px;
  width: 100%;
  background: #66784e;
  box-sizing: border-box;
  border: 0px;
  text-align: center;
}

.hc034281b-transparent_btn{
  color: #66784e;
  background: transparent;
  border: 1px solid #66784e;
  padding: 11px 10px;
}

.hc034281b-site-header{
  padding: 18.5px 0px;
}

.hc034281b-header-container{
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.hc034281b-nav-list{
  flex-direction: row;
  gap: 24px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}

.hc034281b-main_page_hero{
  padding: 126px 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 60.61%, rgba(0, 0, 0, 0) 100%), url("/hc034281b-main_page_hero.webp");
  background-size: cover;
  background-position: center;
}

.hc034281b-hero_content_wrapper{
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
  max-width: 1086px;
  margin: auto;
  align-items: center;
}

.hc034281b-hero-description{
  max-width: 730px;
}

.hc034281b-hero-cta{
  max-width: 350px;
  border-radius: 6px;
  padding: 16px 10px;
}

.hc034281b-hotel-overview-content{
  display: flex;
  gap: 20px;
  align-items: center;
}

.hc034281b-hotel-overview-image{
  flex: 1;
  min-width: 0px;
  border-radius: 15px;
}

.hc034281b-hotel-overview-text{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.hc034281b-top-hotels__list{
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.hc034281b-hotel-card{
  max-width: 413px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  background: #fdfcf8;
}

.hc034281b-hotel-card__content{
  padding: 20px;
}

.hc034281b-hotel-card__body{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hc034281b-hotel-card__header{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.hc034281b-rating{
  display: flex;
  gap: 5px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}

.hc034281b-hotel-card__footer{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.hc034281b-hotel-card__price{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #66784e;
}

.hc034281b-gray_text{
  color: rgba(0, 0, 0, 0.6);
}

.hc034281b-hotel-card__button{
  max-width: 105px;
  padding: 11px 10px;
}

.hc034281b-top-hotels__header{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  max-width: 730px;
  margin: auto;
  text-align: center;
}

.hc034281b-stats-section{
  padding: 50px 0px;
  background: #66784e;
}

.hc034281b-stats-header{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin: auto;
  text-align: center;
}

.hc034281b-stats-title{
  color: #f2f1ef;
}

.hc034281b-stats-subtitle{
  max-width: 730px;
}

.hc034281b-stats-content{
  display: flex;
  align-items: center;
  gap: 30px;
}

.hc034281b-stats-list{
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.hc034281b-stats-image{
  flex: 1;
  min-width: 0px;
}

.hc034281b-stats-item{
  gap: 15px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.hc034281b-stats-value{
  text-align: center;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 48px;
  line-height: 95%;
  letter-spacing: -0.04em;
  text-align: center;
  color: #f2f1ef;
}

.hc034281b-testimonials-header{
  max-width: 730px;
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.hc034281b-testimonials-list{
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.hc034281b-testimonial-item{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  background: #fdfcf8;
}

.hc034281b-testimonial-author{
  display: flex;
  align-items: center;
  gap: 10px;
}

.hc034281b-testimonial-avatar{
  max-width: 80px;
  height: 80px;
  border-radius: 1000px;
}

.hc034281b-testimonials-list.swiper-wrapper {
  flex-direction: row;
  flex-wrap: nowrap;
  padding-bottom: 8px;
  gap: 0px;
}

@media (max-width: 459px) {
  .hc034281b-testimonial-item {
    min-width: 320px !important;
    flex-shrink: 0;
    padding: 10px;
  }

  .hc034281b-testimonials-list{
    justify-content: start;
  }

  .hc034281b-testimonial-avatar{
    max-width: 50px;
    height: 50px;
  }

  .hc034281b-testimonial-author{
    margin-bottom: 10px;
  }

  .hc034281b-testimonials-header{
    margin-bottom: 20px;
  }

  .hc034281b-testimonials-list.swiper-wrapper::after {
    content: "";
    width: 10px;
    flex-shrink: 0;
  }

  .hc034281b-testimonials-container{
    padding: 0px 10px !important;
  }

  .hc034281b-last-testimonial-item{
    min-height: 264.6px;
  }
}


.hc034281b-contact-container{
  flex-direction: row;
}

.hc034281b-contact-form{
  display: flex;
  flex-direction: column;
  align-items: start;
  flex: 1;
  gap: 30px;
}

.hc034281b-contact-header{
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 15px;
}

.hc034281b-contact-body{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.hc034281b-contact-fields{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
}

.hc034281b-contact-input{
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 15px;
  background: #fdfcf8;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.6);
}



.hc034281b-contact-image{
  flex: 1;
  min-width: 0px;
  border-radius: 15px;
}

.hc034281b-perks-header{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 730px;
  margin: auto;
  gap: 15px;
}

.hc034281b-perk-item{
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding: 15px 0px;
}

.hc034281b-perk-item-header{
  display: flex;
  align-items: center;
  flex: 1;
  max-width: 197px;
}

.hc034281b-perk-title{
  flex: 1;
  max-width: 413px;
}

.hc034281b-perk-text{
  flex: 1;
}

.hc034281b-perk-icon{
  flex: 1;
  max-width: 197px;
}

.hc034281b-perk-item-body{
  flex: 1;
  display: flex;
  align-items: center;
  gap: 20px;
}


.hc034281b-site-footer{
  padding: 30px 0px;
  background: #66784e;
}

.hc034281b-footer-main{
  display: flex;
  gap: 20px;
}

.hc034281b-footer-main{
  display: flex;
  gap: 20px;
}

.hc034281b-footer-logo{
  flex: 1;
  object-fit: contain;
  object-position: left;
}

.hc034281b-footer-column{
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 1;
}

.hc034281b-footer-list{
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: rgba(242, 241, 239, 0.6);
}

.hc034281b-footer-title{
  color: #f2f1ef;
}

.hc034281b-footer-contact-list{
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: rgba(242, 241, 239, 0.6);
}

.hc034281b-footer-contact-item{
  display: flex;
  gap: 5px;
  align-items: center;
}

.hc034281b-footer-bottom{
  display: flex;
  justify-content: space-between;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: rgba(242, 241, 239, 0.6);
}

@media screen and (max-width: 991px) {
  .hc034281b-contact-container{
    flex-direction: column;
  }

  .hc034281b-contact-form{
    width: 100%;
  }

  .hc034281b-contact-image{
    width: 100%;
  }

  .hc034281b-hotel-overview-content{
    flex-direction: column-reverse;
  }

  .hc034281b-hotel-overview-image{
    width: 100%;
  }
}

@media screen and (max-width: 865px) {
  .hc034281b-stats-content{
    flex-direction: column;
  }

  .hc034281b-stats-image{
    max-width: 100%;
  }

  .hc034281b-top-hotels__list{
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .hc034281b-perk-item{
    gap: 10px;
  }

  .hc034281b-perk-icon{
    max-width: 107px;
  }

  .hc034281b-perk-item-header{
    max-width: 107px;
  }

  .hc034281b-perk-item-body{
    flex-direction: column;
    gap: 5px;
    align-items: start;
  }

  .hc034281b-footer-main{
    flex-direction: column;
    align-items: start;
  }

  .hc034281b-footer-logo{
    min-width: 132px;
  }

  .hc034281b-footer-bottom{
    flex-direction: column;
    gap: 15px;
  }

  .hc034281b-site-footer{
    padding: 20px 0px;
  }
}

@media screen and (max-width: 680px) {
  .hc034281b-nav-list{
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .hc034281b-stats-value{
    font-size: 30px;
  }
}

.hc034281b-white_background_btn{
  background: #f2f1ef;
  color: #66784e;
}

.hc034281b-about_us .hc034281b-stats-value{
  color: #66784e;
}

.hc034281b-green{
  color: #66784e;
}

.hc034281b-background_svg{
  width: 100%;
  position: absolute;
  height: auto;
}

.hc034281b-about_us .hc034281b-stat-items{
  gap: 20px;
  flex-direction: row;
}

.hc034281b-about_us .hc034281b-stats-item{
  max-width: 305px;
  width: 100%;
}

.hc034281b-about_us_page_hero{
  padding: 101px 0px;
  background: url("/hc034281b-about_us_header_bg.webp");
  background-size: cover;
  background-position: center;
}

.hc034281b-contact_us_page_hero{
  padding: 126px 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 60.61%, rgba(0, 0, 0, 0) 100%),url("/hc034281b-contact_us_hero_bg.webp");
  background-size: cover;
  background-position: center;
}

.hc034281b-top_hotels_page_hero{
  padding: 101px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 60.61%, rgba(0, 0, 0, 0) 100%),url("/hc034281b-top_hotels_hero_bg.webp");
  background-size: cover;
  background-position: center;
  padding: 126px 0px;
}

@media screen and (max-width: 600px) {
  .hc034281b-contact_us_page_hero{
    padding: 120px 0px;
  }
}

.hc034281b-contact_information{
  gap: 20px;
}

.hc034281b-contact_information_item{
  display: flex;
  align-items: center;
  gap: 5px;
}

.hc034281b-policy_page_hero{
  background: #66784E;
  padding: 80px 0px;
}

.hc034281b-color_black{
  color: #000;
}

.hc034281b-policy_content_wrapper{
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.hc034281b-policy_content ul{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #000;
  list-style: disc;
  padding-left: 25px;
}

.hc034281b-hotels .hc034281b-container{
  display: block;
}

.hc034281b-hotels__list{
  gap: 20px;
}

.hc034281b-listing-hotel{
  display: flex;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  background: #fdfcf8;
  border-radius: 10px;
  overflow: hidden;
}

.hc034281b-listing-hotel__image{
  flex: 1;
  background-size: cover;
  background-position: center;
  max-width: 630px;
}

.hc034281b-listing-hotel__content{
  flex: 1;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 650px;
  min-height: 300px;
  justify-content: space-between;
}

.hc034281b-hotels__header{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  max-width: 730px;
  margin: auto;
  text-align: center;
  margin-bottom: 30px;
}

.hc034281b-langham .hc034281b-listing-hotel__image{
  background-image: url("/hc034281b-langham_hotel_interier.webp");
}

.hc034281b-balmoral .hc034281b-listing-hotel__image{
  background-image: url("/hc034281b-balmoral_hotel_interier.webp");
}

.hc034281b-chewton_glen .hc034281b-listing-hotel__image{
  background-image: url("/hc034281b-chewton_glen_hotel_interior.webp");
}

.hc034281b-scarlet .hc034281b-listing-hotel__image{
  background-image: url("/hc034281b-scarlet_hotel_interier.webp");
}

.hc034281b-savoy .hc034281b-listing-hotel__image{
  background-image: url("/hc034281b-the_savoy_hotel_interior.webp");
}

.hc034281b-listing-hotel__body{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hc034281b-listing-hotel__header{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hc034281b-listing-hotel__footer{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hc034281b-listing-hotel__button{
  max-width: 105px;
  padding: 11px 10px;
}

.hc034281b-controller{
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.hc034281b-change_slide_btn{
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  border: 2px solid #66784E;
  background: none;
  border-radius: 100000px;
  padding: 0px;
}

.hc034281b-change_slide_btn.hc034281b-active{
  background: #66784E;
}
@media screen and (max-width: 600px) {
  .hc034281b-listing-hotel{
    flex-direction: column;
  }

  .hc034281b-listing-hotel__image{
    aspect-ratio: 340 / 300;
  }

  .hc034281b-listing-hotel__content{
    padding: 15px;
    gap: 10px;
  }

  .hc034281b-listing-hotel__footer{
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }

  .hc034281b-listing-hotel__button{
    max-width: 100%;
  }

  .hc034281b-hotels__list .hc034281b-listing-hotel {
    display: none;
  }

  .hc034281b-hotels__list .hc034281b-listing-hotel.hc034281b-active {
    display: flex;
  }
}

/* ===== Burger Menu ===== */
.hc034281b-burger {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #FDFCF8;
  border: none;
  padding: 0;
  display: none;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}

/* show only on mobile */
@media (max-width: 680px) {
  .hc034281b-burger {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.hc034281b-burger span {
  position: absolute;
  width: 26px;
  height: 1px;
  background: #282828;
  transition: transform 0.3s ease, opacity 0.2s ease;
}

/* exact vertical placement like your SVG */
.hc034281b-burger span:nth-child(1) {
  transform: translateY(-6px);
}

.hc034281b-burger span:nth-child(2) {
  transform: translateY(0);
}

.hc034281b-burger span:nth-child(3) {
  transform: translateY(6px);
}

/* ===== Active (cross) state ===== */
.hc034281b-burger.hc034281b-is-active span:nth-child(1) {
  transform: rotate(45deg);
}

.hc034281b-burger.hc034281b-is-active span:nth-child(2) {
  opacity: 0;
}

.hc034281b-burger.hc034281b-is-active span:nth-child(3) {
  transform: rotate(-45deg);
}

@media (max-width: 680px) {
  .hc034281b-nav-list.hc034281b-is-open {
    display: flex;
    position: absolute;
    top: 80px;
    width: 100%;
    box-sizing: border-box;
    right: 0;
    background: #f2f1ef;
    padding: 20px;
    gap: 15px;
    z-index: 100;
    flex-direction: column;
    align-items: end;
  }
}

@media screen and (max-width: 600px) {
  .hc034281b-logo-image{
    max-width: 207px;
  }
}

.hc034281b-message{
  display: none;
}

.hc034281b-active .hc034281b-message{
  display: block;
}

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