@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Varela&display=swap);
.block-maps {
    max-width: 271px;
    padding: 24px 0 26px;
    background-image: url(/images/site/img-maps.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.maps-link {
    display: inline-flex;
    padding: 11px 33px 11px 25px;
    gap: 0 6px;
    text-decoration: none;
    background-color: var(--color-white);
    box-shadow: 0 0 10px rgba(58, 98, 146, 0.25);
    border-radius: 5px;
    margin-left: 2rem;
    margin-right: 2rem;
}

.maps-link__icon {
    width: 16px;
    height: 18px;
}

.maps-link__text {
    font-family: "Manrope SemiBold";
    color: var(--color-dark-cyan);
}

.maps-link:hover {
    box-shadow: 0 0 10px rgba(58, 98, 146, 0.75);
}

@media screen and (max-width: 575px) {
    .block-maps {
        max-width: 100%;
    }
}

.hotel-amenities-services {
    margin-top: 23px;
    padding: 12px 30px 17px;
}

.hotel-amenities-services .card__item-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hotel-amenities-services__popular {
    margin-top: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--color-periwinkle-crayola-e1);
}

.hotel-amenities-services__popular-head {
    font-family: "Manrope SemiBold";
    font-size: 16px;
}

.hotel-amenities-services__popular .list-card-preview-servises {
    margin-top: 18px;
}

.hotel-amenities-services__body {
    margin-top: 31px;
    display: flex;
    justify-content: space-between;
}

.hotel-amenities-services__column {
    width: 32%;
    display: flex;
    flex-direction: column;
    gap: 30px 0;
}

.hotel-amenities-services__box {
}

.hotel-amenities-services__box-add {
    display: inline-block;
    margin: 2px 0 0 29px;
    padding: 5px 10px;
    border-radius: 10px;
    background-color: #f7f9fe;
    font-size: 12px;
    color: var(--color-lamantin);
}

.hotel-amenities-services__box-head {
    display: flex;
    align-items: center;
    gap: 0 8px;
}

.hotel-amenities-services__box-icon {
    width: 22px;
}

.hotel-amenities-services__box-name {
    font-family: "Manrope SemiBold";
    font-size: 16px;
}

.hotel-amenities-services__list {
    margin-top: 11px;
}

.list-hotel-amenities-services {
    display: flex;
    flex-direction: column;
    gap: 11px 0;
}

.list-hotel-amenities-services__item {
    position: relative;
    padding-left: 30px;
}

.list-hotel-amenities-services__item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    width: 12px;
    height: 9px;
    /* margin-right: 15px; */
    background-image: url(/images/svg/icon-list-hotel-room-servises.svg);
    background-repeat: no-repeat;
}

@media screen and (max-width: 574px) {
    .hotel-amenities-services__body {
        flex-direction: column;
        gap: 20px 0;
    }

    .hotel-amenities-services__column {
        width: 100%;
    }
}

@media screen and (max-width: 574px) {
    .hotel-amenities-services .card__item-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px 0;
    }
}

.hotel-place {
  margin-top: 22px;
  padding: 24px 30px 34px;
}

.hotel-place .hotel-room__body {
  margin-top: 14px;
}

.hotel-place__frame {
  height: 343px;
}

.hotel-place__content {
  margin-top: 29px;
  display: flex;
  flex-wrap: wrap;
}

.hotel-place-links {
  width: 27.3%;
}

.hotel-place-links--attractions {
  margin: 0 8.9% 0 6%;
}

.hotel-place-links--other {
  width: 21.7%;
}

.hotel-place-links__header {
  font-family: "Manrope SemiBold";
  font-size: 16px;
  color: var(--color-black);
}

.hotel-place-links__list {
  margin-top: 20px;
}

.list-hotel-place {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}

.list-hotel-place__item {
  display: flex;
  justify-content: space-between;
  font-family: "Manrope SemiBold";
  font-size: 14px;
  color: var(--color-habrahabr);
}

.list-hotel-place__name {
  color: currentColor;
  text-decoration: none;
}

.list-hotel-place__name:hover {
  text-decoration: underline;
}

.list-hotel-place__distance {
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .hotel-place__frame {
    height: 300px;
  }

  .hotel-place__frame img,
  .hotel-place__frame iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .hotel-place__content {
    justify-content: space-between;
  }

  .hotel-place-links {
    width: 31%;
  }

  .hotel-place-links--attractions {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .hotel-place__content {
    flex-direction: column;
    gap: 20px 0;
  }

  .hotel-place-links {
    width: 100%;
  }
}

@media screen and (max-width: 574px) {
  .hotel-place__frame {
    height: 200px;
  }
}

.nav {
    display: flex;
    justify-content: flex-start;
    background-color: #e1e8f9;
    border-radius: 5px;
    padding: 7px 0;
}

.nav__item {
    width: 20%;
    position: relative;
    text-align: center;
}

.nav__item:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background-color: #c9d1e7;
}

.nav__item:last-child:after {
    content: none;
}

.nav__link {
    display: inline-block;
    font-size: 16px;
    padding: 10px 10px;
    color: var(--color-cobalt-blue);
    text-decoration: none;
}

.nav__link:hover {
    opacity: 0.8;
}

@media screen and (max-width: 767px) {
    .nav {
        justify-content: flex-start;
        width: 100%;
    }

    .nav__item {
        width: auto;
    }

    .nav__link {
        white-space: nowrap;
    }
}

.card-description {
    margin-top: 30px;
    padding: 25px 44px 48px;
}

.card-description h3 {
    margin-bottom: 35px;
    font-family: "Manrope SemiBold";
    font-size: 24px;
    color: var(--color-black);
}

.card-description p {
    margin: 0 0 20px;
}

.card-description p:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 574px) {
    .card-description {
        padding: 1rem;
    }
}

.card-filter {
    margin-top: 20px;
    padding: 25px 25px 21px;
}

.card-filter__body {
    margin-top: 15px;
}

.form-filter {
    display: flex;
    flex-wrap: wrap;
    border: 5px solid var(--color-dark-cyan);
    background-color: var(--color-dark-cyan);
    border-radius: 7px;
}

.form-filter__item {
    width: 21.5%;
    padding: 12px 1.9% 9px;
    border-right: 1px solid #d1e4e8;
    background-color: var(--color-white);
}

.form-filter__item-first {
    width: 43%;
    padding: 12px 1.9% 9px;
    border-right: 1px solid #d1e4e8;
    background-color: var(--color-white);
}

@media screen and (max-width: 575px) {
    .form-filter__item-first {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}


.form-filter__item:last-of-type {
    border-right: none;
}

.form-filter__item-name {
    font-size: 12px;
}

.form-filter__item-select {
    margin-top: 1px;
    margin-left: -5px;
}

.form-filter__select {
    display: inline-block;
    width: auto;
    max-width: 100%;
    padding: 0 40px 5px 5px;
    font-family: "Manrope SemiBold";
    font-size: 16px;
    color: var(--color-habrahabr);
    margin: 0;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url(/images/img/icon-select.svg);
    background-repeat: no-repeat, repeat;
    background-position: right 40%;
    box-shadow: none;
    outline: none;
    transition: var(--var-transition);
    cursor: pointer;
}

.form-filter__select::-ms-expand {
    display: none;
}

.form-filter__select:hover {
    border-color: transparent;
    outline: none;
    box-shadow: none;
}

.form-filter__select:focus {
    border-color: transparent;
    color: var(--color-habrahabr);
    outline: none;
    box-shadow: none;
}

.form-filter__select option {
    font-weight: normal;
    padding: 3px 5px;
    cursor: pointer;
}

*[dir="rtl"] .form-filter__select,
:root:lang(ar) .form-filter__select,
:root:lang(iw) .form-filter__select {
    background-position: right 40%;
    padding: 0 40px 5px 0;
}

.form-filter__submit {
    width: 14%;
    background-color: var(--color-dark-cyan);
    border: none;
    font-size: 14px;
    color: var(--color-white);
    text-transform: uppercase;
    cursor: pointer;
    transition: var(--var-transition);
}

.form-filter__submit:hover {
    background-color: var(--color-blue-crayola-19);
}

@media screen and (max-width: 1024px) {

    .form-filter__item:nth-child(1),
    .form-filter__item:nth-child(2) {
        border-bottom: 1px solid #d1e4e8;
    }

    .form-filter__submit {
        padding: 12px 0;
        text-align: center;
    }
}

@media screen and (max-width: 574px) {
    .form-filter__item {
        width: 50%;
        padding: 12px 5% 6px;
    }

    .form-filter__item:nth-child(3) {
        border-bottom: 1px solid #d1e4e8;
    }

    .form-filter__select {
        width: 100%;
    }

    .form-filter__submit {
        width: 100%;
        text-align: center;
    }
}

@charset "UTF-8";
/*
 * Media query mixin
 * Usage example:
 * div {
 *     @include screen('phone') {
 *         // Rules for resolutions above 'phone'
 *     }
 *
 *     @include screen('phone', max) {
 *         // Rules for resolutions below 'phone'
 *     }
 * }
*/
.faq-section {
  padding: 2rem 0;
  background: none;
  background-color: transparent;
}
.faq-section .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.faq-title {
  text-align: center;
  font-size: 2.75rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #1d2741;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 16px;
  margin-bottom: 20px;
  box-shadow: 0 4px 20px rgba(29, 39, 65, 0.08);
  border: 1px solid rgba(1, 225, 197, 0.15);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  padding: 24px 28px;
  text-align: left;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.05rem;
  font-weight: 500;
  color: #1d2741;
}
.faq-question:hover {
  color: #009193;
}

.faq-icon {
  flex-shrink: 0;
  color: #009193;
  transition: transform 0.3s;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 1000px;
}

.faq-answer-content {
  padding: 0 28px 24px 28px;
  color: #6d7f9e;
  line-height: 1.8;
  font-size: 0.95rem;
}

.footer {
  background-color: #0a1628;
  color: #ffffff;
  padding: 60px 0 0;
  font-family: inherit;
}

.footer__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer__content {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
  gap: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Брендовый блок */
.footer__brand {
  max-width: 300px;
}

.footer__logo-block {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.footer__logo-img {
  max-height: 50px;
  width: auto;
}

.footer__logo-placeholder {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0a1628;
  font-weight: 700;
  font-size: 18px;
}

.footer__brand-info {
  margin-bottom: 15px;
}

.footer__brand-name {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
}

.footer__brand-tagline {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer__description {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

/* Заголовки колонок */
.footer__title {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 25px;
}

/* Списки ссылок */
.footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__list li {
  margin-bottom: 12px;
}

.footer__link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s ease;
}
.footer__link:hover {
  color: #ffffff;
}

/* Контакты */
.footer__contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
}
.footer__contact-item a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer__contact-item a:hover {
  color: #ffffff;
}

.footer__contact-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.6);
}

/* Социальные сети */
.footer__socials {
  display: flex;
  gap: 12px;
  margin-top: 25px;
}

.footer__social-link {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
  overflow: hidden;
}
.footer__social-link img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.footer__social-link:hover {
  transform: translateY(-2px);
  opacity: 0.85;
}

/* Нижняя строка */
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  flex-wrap: wrap;
  gap: 15px;
}

.footer__copyright {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.footer__legal {
  display: flex;
  gap: 30px;
}

.footer__legal-link {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer__legal-link:hover {
  color: #ffffff;
}

/* Адаптивность */
@media (max-width: 1024px) {
  .footer__content {
    grid-template-columns: 1fr 1fr;
    gap: 40px 60px;
  }
  .footer__brand {
    grid-column: span 2;
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .footer {
    padding: 40px 0 0;
  }
  .footer__content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .footer__brand {
    grid-column: span 1;
  }
  .footer__bottom {
    flex-direction: column;
    text-align: center;
  }
  .footer__legal {
    flex-direction: column;
    gap: 10px;
  }
}
/* Верхняя синяя полоса */
.header-topbar {
  background: linear-gradient(90deg, #0066cc 0%, #0088ff 100%);
  color: #ffffff;
  font-size: 14px;
  width: 100%;
}

.header-topbar__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 8px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.header-topbar__left {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

.header-topbar__right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-topbar__item {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.header-topbar__icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: #ffffff;
}
.header-topbar__icon--star {
  color: #ffcc00;
  fill: #ffcc00;
}

.header-topbar__rating {
  font-weight: 600;
  color: #ffcc00;
}

.header-topbar__reviews {
  color: rgba(255, 255, 255, 0.9);
}
.header-topbar__reviews::before {
  content: "•";
  margin: 0 6px;
}

.header-topbar__phone {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.3s;
}
.header-topbar__phone:hover {
  opacity: 0.8;
}

.header-topbar__socials {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-topbar__social {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  overflow: hidden;
}
.header-topbar__social img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.header-topbar__social:hover {
  opacity: 0.8;
}

/* Основная навигация */
.header-nav {
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
}

.header-nav__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 60px;
}

/* Логотип */
.header-nav__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  flex: 0 0 auto;
}

.header-nav__logo-link {
  display: flex;
  align-items: center;
}

.header-nav__logo-img {
  max-height: 40px;
  width: auto;
}

.header-nav__logo-placeholder {
  width: 40px;
  height: 40px;
  background-color: #0a1628;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
}

/* Меню */
.header-nav__menu {
  display: flex;
  align-items: center;
  gap: 5px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  justify-content: center;
}

.header-nav__item {
  margin: 0;
}

.header-nav__link {
  display: block;
  padding: 10px 18px;
  color: #333;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.3s;
  white-space: nowrap;
}
.header-nav__link:hover {
  color: #0066cc;
}

/* Правая часть */
.header-nav__right {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 0 0 auto;
  margin-left: auto;
}

.header-nav__price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.2;
}

.header-nav__price-from {
  font-size: 12px;
  color: #666;
}

.header-nav__price-value {
  font-size: 18px;
  font-weight: 700;
  color: #0066cc;
}

.header-nav__book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background-color: #0066cc;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  border-radius: 6px;
  transition: background-color 0.3s, transform 0.2s;
  white-space: nowrap;
}
.header-nav__book-btn:hover {
  background-color: #0055aa;
  transform: translateY(-1px);
}

/* Бургер меню */
.header-nav__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  gap: 5px;
}
.header-nav__burger span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #333;
  transition: transform 0.3s, opacity 0.3s;
}

/* Language switcher в навигации */
.header-nav .language-switcher {
  position: relative;
}

.header-nav .language-toggle {
  background: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  font-size: 13px;
  color: #333;
}
.header-nav .language-toggle:hover {
  border-color: #0066cc;
}

/* Адаптивность */
@media (max-width: 1024px) {
  .header-nav__menu {
    display: none;
  }
  .header-nav__burger {
    display: flex;
  }
  .header-nav__price {
    display: none;
  }
}
@media (max-width: 768px) {
  .header-topbar__left {
    gap: 15px;
  }
  .header-topbar__item:not(:first-child) {
    display: none;
  }
  .header-topbar__reviews {
    display: none;
  }
  .header-nav__brand-info {
    display: none;
  }
  .header-nav__book-btn {
    padding: 10px 16px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .header-topbar__container {
    justify-content: center;
  }
  .header-topbar__left {
    display: none;
  }
  .header-nav__container {
    min-height: 60px;
  }
}
/* Заголовок страницы бронирования */
.booking-header {
  background: linear-gradient(135deg, #0066cc 0%, #0088ff 100%);
  padding: 40px 0;
  text-align: center;
  color: #ffffff;
}

.booking-header__title {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 10px;
}

.booking-header__text {
  font-size: 16px;
  margin: 0;
  opacity: 0.9;
}

@media (max-width: 768px) {
  .booking-header {
    padding: 30px 0;
  }
  .booking-header__title {
    font-size: 24px;
  }
}
/* Hero секция главной страницы */
.hero {
  min-height: 85vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 40px 20px 120px;
  overflow: visible;
}

.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(30, 58, 95, 0.15) 0%, rgba(30, 58, 95, 0.15) 100%);
  z-index: 1;
}

.hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

/* Badges верхние */
.hero__badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.hero__badge {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #ffffff;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.15);
  padding: 8px 14px;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.hero__badge--rating {
  background: rgba(255, 255, 255, 0.2);
}

.hero__stars {
  display: flex;
  gap: 2px;
}

.hero__rating-value {
  font-weight: 600;
  margin-left: 4px;
}

.hero__rating-count {
  opacity: 0.8;
}

/* Заголовок */
.hero__title {
  color: #ffffff;
  font-size: 64px;
  font-weight: 700;
  margin: 0 0 20px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  font-family: "Plus Jakarta Sans", "Inter", sans-serif;
  letter-spacing: -1px;
}

.hero__subtitle {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 15px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hero__description {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  margin: 0 0 25px;
}

/* Badge просмотров */
.hero__viewers {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #dc2626;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 14px;
  margin-bottom: 30px;
}
.hero__viewers strong {
  font-weight: 600;
}

/* Карточка поиска */
.hero__search-card {
  position: relative;
  z-index: 10;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  max-width: 900px;
  margin: 0 auto;
}

.hero__search-form {
  padding: 25px 30px 15px;
  position: relative;
  z-index: 100;
}

.hero__search-form .search-container {
  margin: 0;
  background: transparent;
  box-shadow: none;
  height: auto;
  flex-wrap: nowrap;
  position: relative;
  z-index: 100;
}

.hero__search-form .search-container__button {
  background: #0066cc;
  border-radius: 8px;
  min-width: 160px;
  height: 50px;
}

.hero__search-form .search-container__button button {
  background: #0066cc;
  border-radius: 8px;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.hero__search-form .search-container__button button:hover {
  background: #0055aa;
}

/* Календарь и dropdown поверх остальных элементов */
.hero__search-card .dp__menu,
.hero__search-card .search-tourists-dropdown {
  z-index: 1000 !important;
}

.hero__guarantees {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 15px 30px;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  border-radius: 0 0 16px 16px;
}

.hero__guarantee {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #475569;
  font-size: 13px;
}

@media (max-width: 900px) {
  .hero__search-card {
    margin: 0 15px;
  }
}
@media (max-width: 768px) {
  .hero {
    min-height: auto;
    padding: 30px 15px 60px;
  }
  .hero__title {
    font-size: 36px;
  }
  .hero__subtitle {
    font-size: 18px;
  }
  .hero__badges {
    gap: 10px;
  }
  .hero__badge {
    font-size: 12px;
    padding: 6px 10px;
  }
  .hero__guarantees {
    flex-direction: column;
    gap: 10px;
  }
  .hero__search-form {
    padding: 20px 15px 10px;
  }
  .hero__search-form .search-container {
    flex-wrap: wrap;
  }
}
.promo-banner {
  background: #1e293b;
  width: 100%;
}

.promo-banner__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 25px 40px;
}

.promo-banner__row {
  display: flex;
  align-items: center;
  gap: 25px;
}

.promo-banner__icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: rgba(251, 191, 36, 0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promo-banner__icon--success {
  background: rgba(16, 185, 129, 0.15);
}

.promo-banner__text {
  flex: 1;
  min-width: 0;
}

.promo-banner__title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 4px;
  white-space: nowrap;
}
.promo-banner__title span {
  color: #fbbf24;
}

.promo-banner__subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin: 0;
}

.promo-banner__form {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.promo-banner__input-group {
  display: flex;
  align-items: center;
  background: #374151;
  border-radius: 8px;
  overflow: hidden;
}

.promo-banner__input {
  width: 200px;
  padding: 14px 16px;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 15px;
  outline: none;
}
.promo-banner__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.promo-banner__input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.promo-banner__reveal-btn {
  width: 44px;
  height: 44px;
  background: #dc2626;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.promo-banner__reveal-btn:hover {
  background: #b91c1c;
}

.promo-banner__submit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  background: #f59e0b;
  color: #000000;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  white-space: nowrap;
}
.promo-banner__submit:hover {
  background: #d97706;
}
.promo-banner__submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.promo-banner__submit-text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.promo-banner__submit-loader {
  display: inline-flex;
  align-items: center;
}
.promo-banner__submit-loader .spinner {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.promo-banner__code-input {
  width: 120px;
  padding: 14px 16px;
  background: #374151;
  border: none;
  border-radius: 8px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 4px;
  outline: none;
}
.promo-banner__code-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 4px;
}
.promo-banner__code-input::placeholder {
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 4px;
}

.promo-banner__resend {
  margin-left: auto;
}
.promo-banner__resend a {
  color: #60a5fa;
  text-decoration: none;
  font-size: 14px;
}
.promo-banner__resend a:hover {
  text-decoration: underline;
}

.promo-banner__promo-code {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #374151;
  padding: 10px 16px;
  border-radius: 8px;
}

.promo-banner__code {
  color: #10b981;
  font-size: 20px;
  font-weight: 700;
  font-family: monospace;
  letter-spacing: 2px;
}

.promo-banner__copy {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}
.promo-banner__copy:hover {
  color: #ffffff;
}

.promo-banner__error {
  color: #ef4444;
  font-size: 13px;
  margin: 10px 0 0;
  padding-left: 75px;
}

@media (max-width: 900px) {
  .promo-banner {
    margin: 30px 15px;
    border-radius: 12px;
  }
  .promo-banner__container {
    padding: 20px;
  }
  .promo-banner__row {
    flex-wrap: wrap;
    gap: 15px;
  }
  .promo-banner__text {
    flex: 1 1 calc(100% - 75px);
  }
  .promo-banner__title {
    font-size: 16px;
    white-space: normal;
  }
  .promo-banner__form {
    width: 100%;
    flex-wrap: wrap;
  }
  .promo-banner__input-group {
    flex: 1;
    min-width: 200px;
  }
  .promo-banner__input {
    width: 100%;
  }
  .promo-banner__error {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .promo-banner__icon {
    width: 40px;
    height: 40px;
  }
  .promo-banner__icon svg {
    width: 24px;
    height: 24px;
  }
  .promo-banner__submit {
    width: 100%;
    justify-content: center;
  }
}
.rooms-showcase {
  padding: 80px 20px;
  background: #f8fafc;
}

.rooms-showcase__container {
  max-width: 1200px;
  margin: 0 auto;
}

.rooms-showcase__header {
  text-align: center;
  margin-bottom: 50px;
}

.rooms-showcase__badge {
  display: inline-block;
  padding: 8px 20px;
  background: #e0f2fe;
  color: #0369a1;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.rooms-showcase__title {
  font-size: 40px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 15px;
}

.rooms-showcase__subtitle {
  font-size: 16px;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.rooms-showcase__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Карточка номера */
.room-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}
.room-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.room-card__image {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.room-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.room-card__image-placeholder {
  width: 100%;
  height: 100%;
  background: #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
}

.room-card__discount {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #dc2626;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
}

.room-card__popular {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #0ea5e9;
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}

.room-card__last-room {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  background: rgba(234, 88, 12, 0.95);
  color: #ffffff;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
}

.room-card__rating {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #ffffff;
  padding: 6px 12px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.room-card__rating-value {
  font-weight: 600;
  color: #1e293b;
}

.room-card__rating-count {
  color: #64748b;
}

.room-card__content {
  padding: 20px;
}

.room-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}

.room-card__info {
  flex: 1;
}

.room-card__name {
  font-size: 18px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 4px;
}

.room-card__specs-text {
  font-size: 13px;
  color: #64748b;
  margin: 0;
}

.room-card__price {
  text-align: right;
}

.room-card__old-price {
  display: block;
  font-size: 13px;
  color: #94a3b8;
  text-decoration: line-through;
}

.room-card__current-price {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #0066cc;
}

.room-card__price-period {
  display: block;
  font-size: 12px;
  color: #64748b;
}

.room-card__features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e2e8f0;
}

.room-card__feature {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  color: #475569;
  background: #f1f5f9;
  padding: 5px 10px;
  border-radius: 6px;
}

.room-card__amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  margin-bottom: 12px;
}

.room-card__amenity {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: #475569;
}
.room-card__amenity svg {
  color: #10b981;
}

.room-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 15px;
}

.room-card__meta-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #64748b;
}
.room-card__meta-item--green {
  color: #10b981;
}

.room-card__actions {
  display: flex;
  gap: 10px;
}

.room-card__btn {
  flex: 1;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s;
}
.room-card__btn--primary {
  background: #0066cc;
  color: #ffffff;
}
.room-card__btn--primary:hover {
  background: #0055aa;
}
.room-card__btn--secondary {
  background: #ffffff;
  color: #1e293b;
  border: 1px solid #e2e8f0;
}
.room-card__btn--secondary:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
}

.rooms-showcase__footer {
  text-align: center;
  margin-top: 40px;
}

.rooms-showcase__all-btn {
  display: inline-block;
  padding: 14px 40px;
  background: #ffffff;
  color: #0066cc;
  border: 2px solid #0066cc;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
}
.rooms-showcase__all-btn:hover {
  background: #0066cc;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .rooms-showcase__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .rooms-showcase {
    padding: 50px 15px;
  }
  .rooms-showcase__title {
    font-size: 28px;
  }
  .rooms-showcase__grid {
    grid-template-columns: 1fr;
  }
  .room-card__actions {
    flex-direction: column;
  }
}
.offers {
  padding: 80px 20px;
  background: #f8fafc;
}

.offers__container {
  max-width: 1200px;
  margin: 0 auto;
}

.offers__header {
  text-align: center;
  margin-bottom: 50px;
}

.offers__title {
  font-size: 40px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 15px;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif;
}

.offers__subtitle {
  font-size: 16px;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
}

/* Карточка акции */
.offer-card {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  min-height: 200px;
}

.offer-card__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
}

.offer-card:hover .offer-card__image {
  transform: scale(1.05);
}

.offer-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.75) 100%);
}

.offer-card__content {
  position: relative;
  z-index: 1;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #ffffff;
}

.offer-card__badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #0066cc;
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
}

.offer-card__location {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #ffffff;
  margin-bottom: 8px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.offer-card__title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 12px;
  line-height: 1.4;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.offer-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  transition: gap 0.2s;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.offer-card:hover .offer-card__link {
  gap: 10px;
}

/* Сетки для разного количества карточек */
/* 1 карточка - на всю ширину */
.offers__grid--1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.offers__grid--1 .offer-card {
  min-height: 400px;
}
.offers__grid--1 .offer-card__title {
  font-size: 28px;
}

/* 2 карточки - две рядом */
.offers__grid--2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.offers__grid--2 .offer-card {
  min-height: 350px;
}
.offers__grid--2 .offer-card__title {
  font-size: 22px;
}

/* 3 карточки - одна большая слева, две справа */
.offers__grid--3 {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
}
.offers__grid--3 .offer-card--1 {
  grid-row: span 2;
  min-height: 450px;
}
.offers__grid--3 .offer-card--1 .offer-card__title {
  font-size: 26px;
}
.offers__grid--3 .offer-card--2,
.offers__grid--3 .offer-card--3 {
  min-height: 215px;
}

/* 4 карточки - 2x2 */
.offers__grid--4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
}
.offers__grid--4 .offer-card {
  min-height: 250px;
}

/* 5 карточек - 1 большая + 2 справа + 2 снизу */
.offers__grid--5 {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-template-rows: repeat(2, 200px) 180px;
  gap: 20px;
}
.offers__grid--5 .offer-card--1 {
  grid-row: span 2;
  min-height: 420px;
}
.offers__grid--5 .offer-card--1 .offer-card__title {
  font-size: 26px;
}
.offers__grid--5 .offer-card--2,
.offers__grid--5 .offer-card--3 {
  min-height: 200px;
}
.offers__grid--5 .offer-card--4,
.offers__grid--5 .offer-card--5 {
  min-height: 180px;
}
.offers__grid--5 .offer-card--4 {
  grid-column: 1;
}
.offers__grid--5 .offer-card--5 {
  grid-column: 2;
}

/* 6+ карточек - сетка 3 колонки */
.offers__grid--6,
.offers__grid--7,
.offers__grid--8,
.offers__grid--9 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.offers__grid--6 .offer-card,
.offers__grid--7 .offer-card,
.offers__grid--8 .offer-card,
.offers__grid--9 .offer-card {
  min-height: 250px;
}

/* Адаптивность */
@media (max-width: 900px) {
  .offers__grid--3,
  .offers__grid--5 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .offers__grid--3 .offer-card--1,
  .offers__grid--5 .offer-card--1 {
    grid-row: span 1;
    min-height: 300px;
  }
  .offers__grid--3 .offer-card,
  .offers__grid--5 .offer-card {
    min-height: 250px;
  }
  .offers__grid--4,
  .offers__grid--6,
  .offers__grid--7,
  .offers__grid--8,
  .offers__grid--9 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .offers {
    padding: 50px 15px;
  }
  .offers__title {
    font-size: 28px;
  }
  .offers__grid--1,
  .offers__grid--2,
  .offers__grid--3,
  .offers__grid--4,
  .offers__grid--5,
  .offers__grid--6,
  .offers__grid--7,
  .offers__grid--8,
  .offers__grid--9 {
    grid-template-columns: 1fr;
  }
  .offers__grid--1 .offer-card,
  .offers__grid--2 .offer-card,
  .offers__grid--3 .offer-card,
  .offers__grid--4 .offer-card,
  .offers__grid--5 .offer-card,
  .offers__grid--6 .offer-card,
  .offers__grid--7 .offer-card,
  .offers__grid--8 .offer-card,
  .offers__grid--9 .offer-card {
    min-height: 220px;
    grid-row: span 1 !important;
    grid-column: span 1 !important;
  }
}
.about-hotel {
  padding: 50px 20px;
  background: #ffffff;
}

.about-hotel__container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

/* Галерея */
.about-hotel__gallery {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-hotel__images {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 15px;
  height: 420px;
}

.about-hotel__image {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.about-hotel__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.about-hotel__image:hover img {
  transform: scale(1.05);
}

.about-hotel__image--main {
  grid-row: span 2;
}

.about-hotel__image--placeholder {
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
}

/* Статистика */
.about-hotel__stats {
  display: flex;
  justify-content: space-between;
  background: #f8fafc;
  border-radius: 12px;
  padding: 20px 30px;
  gap: 20px;
}

.about-hotel__stat {
  display: flex;
  align-items: center;
  gap: 12px;
}

.about-hotel__stat-icon {
  width: 44px;
  height: 44px;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.about-hotel__stat-content {
  display: flex;
  flex-direction: column;
}

.about-hotel__stat-value {
  font-size: 22px;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.2;
}

.about-hotel__stat-label {
  font-size: 13px;
  color: #64748b;
}

/* Контент */
.about-hotel__content {
  padding-top: 10px;
}

.about-hotel__badge {
  display: inline-block;
  background: linear-gradient(135deg, #0066cc 0%, #0088ff 100%);
  color: #ffffff;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.about-hotel__title {
  font-size: 36px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 20px;
  line-height: 1.2;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif;
}

.about-hotel__description {
  font-size: 16px;
  color: #64748b;
  line-height: 1.7;
  margin: 0 0 15px;
}

/* Преимущества */
.about-hotel__features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 30px;
  margin: 30px 0;
}

.about-hotel__feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #334155;
}
.about-hotel__feature svg {
  flex-shrink: 0;
}

/* Кнопки */
.about-hotel__actions {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}

.about-hotel__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.about-hotel__btn--primary {
  background: #0066cc;
  color: #ffffff;
}
.about-hotel__btn--primary:hover {
  background: #0055aa;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 102, 204, 0.3);
}

.about-hotel__btn--secondary {
  background: transparent;
  color: #0066cc;
  border: 2px solid #0066cc;
}
.about-hotel__btn--secondary:hover {
  background: rgba(0, 102, 204, 0.05);
  transform: translateY(-2px);
}

/* Адаптивность */
@media (max-width: 1024px) {
  .about-hotel__container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about-hotel__images {
    height: 350px;
  }
  .about-hotel__content {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .about-hotel {
    padding: 50px 15px;
  }
  .about-hotel__images {
    height: 280px;
    gap: 10px;
  }
  .about-hotel__stats {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
  }
  .about-hotel__title {
    font-size: 28px;
  }
  .about-hotel__features {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .about-hotel__actions {
    flex-direction: column;
  }
  .about-hotel__btn {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .about-hotel__images {
    grid-template-columns: 1fr;
    grid-template-rows: 200px 100px 100px;
    height: auto;
  }
  .about-hotel__image--main {
    grid-row: span 1;
  }
  .about-hotel__stat-value {
    font-size: 18px;
  }
}
/* Страница галерей */
.galleries-page {
  padding: 40px 20px 60px;
  background: #fff;
  min-height: 70vh;
}

.galleries-page__container {
  max-width: 1200px;
  margin: 0 auto;
}

.galleries-page__header {
  text-align: center;
  margin-bottom: 40px;
}

.galleries-page__badge {
  display: inline-block;
  background: linear-gradient(135deg, #0066cc 0%, #0088ff 100%);
  color: #ffffff;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}

.galleries-page__title {
  font-size: 42px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 15px;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif;
}

.galleries-page__subtitle {
  font-size: 16px;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Фильтры */
.galleries-page__filters {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.galleries-page__filter {
  padding: 10px 22px;
  border: 1px solid #e2e8f0;
  border-radius: 25px;
  background: #fff;
  color: #475569;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}

.galleries-page__filter:hover {
  border-color: #0066cc;
  color: #0066cc;
}

.galleries-page__filter--active {
  background: #0066cc;
  border-color: #0066cc;
  color: #fff;
}

.galleries-page__filter--active:hover {
  background: #0055aa;
  color: #fff;
}

/* Сетка галереи */
.galleries-page__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.gallery-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 1;
  background: #f1f5f9;
}

.gallery-item--large {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-item__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  color: #fff;
  opacity: 0;
}

.gallery-item:hover .gallery-item__overlay {
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

/* Lightbox */
.gallery-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.gallery-lightbox.active {
  opacity: 1;
  visibility: visible;
}

.gallery-lightbox__close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  z-index: 10;
}

.gallery-lightbox__close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.gallery-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  z-index: 10;
}

.gallery-lightbox__nav:hover {
  background: rgba(255, 255, 255, 0.2);
}

.gallery-lightbox__nav--prev {
  left: 20px;
}

.gallery-lightbox__nav--next {
  right: 20px;
}

.gallery-lightbox__content {
  max-width: 90vw;
  max-height: 85vh;
}

.gallery-lightbox__content img {
  max-width: 100%;
  max-height: 85vh;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}

.gallery-lightbox__caption {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px 20px;
  border-radius: 20px;
}

/* Пустое состояние */
.galleries-page__empty {
  text-align: center;
  padding: 80px 20px;
  color: #94a3b8;
}

.galleries-page__empty svg {
  margin-bottom: 20px;
}

.galleries-page__empty p {
  font-size: 16px;
  margin: 0;
}

/* Кнопка назад */
.galleries-page__back {
  margin-top: 40px;
  text-align: center;
}

.galleries-page__back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0066cc;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: gap 0.2s;
}

.galleries-page__back-link:hover {
  gap: 12px;
}

/* Компонент галереи для вставки на другие страницы */
.gallery-showcase {
  padding: 50px 20px;
  background: #fff;
}

.gallery-showcase__container {
  max-width: 1200px;
  margin: 0 auto;
}

.gallery-showcase__header {
  text-align: center;
  margin-bottom: 40px;
}

.gallery-showcase__badge {
  display: inline-block;
  background: linear-gradient(135deg, #0066cc 0%, #0088ff 100%);
  color: #ffffff;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}

.gallery-showcase__title {
  font-size: 36px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 15px;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif;
}

.gallery-showcase__subtitle {
  font-size: 16px;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
}

.gallery-showcase__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 15px;
  height: 500px;
}

.gallery-showcase__item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}

.gallery-showcase__item:first-child {
  grid-row: span 2;
}

.gallery-showcase__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-showcase__item:hover img {
  transform: scale(1.05);
}

.gallery-showcase__item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  color: #fff;
  opacity: 0;
}

.gallery-showcase__item:hover .gallery-showcase__item-overlay {
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
}

.gallery-showcase__more {
  text-align: center;
  margin-top: 30px;
}

.gallery-showcase__more-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0066cc;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: gap 0.2s;
}

.gallery-showcase__more-link:hover {
  gap: 12px;
}

/* Адаптивность */
@media (max-width: 1024px) {
  .galleries-page__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery-showcase__grid {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .galleries-page {
    padding: 40px 15px 60px;
  }
  .galleries-page__title {
    font-size: 32px;
  }
  .galleries-page__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .gallery-item--large {
    grid-column: span 2;
    grid-row: span 1;
  }
  .gallery-showcase__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    height: 500px;
  }
  .gallery-showcase__item:first-child {
    grid-column: span 2;
    grid-row: span 1;
  }
  .gallery-lightbox__nav {
    width: 40px;
    height: 40px;
  }
  .gallery-lightbox__nav--prev {
    left: 10px;
  }
  .gallery-lightbox__nav--next {
    right: 10px;
  }
}
@media (max-width: 480px) {
  .galleries-page__filters {
    gap: 8px;
  }
  .galleries-page__filter {
    padding: 8px 16px;
    font-size: 13px;
  }
  .galleries-page__grid {
    grid-template-columns: 1fr 1fr;
  }
  .gallery-showcase__grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 1fr);
    height: auto;
  }
  .gallery-showcase__item:first-child {
    grid-column: span 1;
  }
  .gallery-showcase__item {
    min-height: 200px;
  }
}
/* Amenities Showcase Section */
.amenities-showcase {
  padding: 50px 20px;
  background: #f8fafc;
}

.amenities-showcase__container {
  max-width: 1200px;
  margin: 0 auto;
}

.amenities-showcase__header {
  text-align: center;
  margin-bottom: 40px;
}

.amenities-showcase__badge {
  display: inline-block;
  background: linear-gradient(135deg, #0066cc 0%, #0088ff 100%);
  color: #ffffff;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}

.amenities-showcase__title {
  font-size: 42px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 15px;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif;
}

.amenities-showcase__subtitle {
  font-size: 16px;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Highlights Row */
.amenities-showcase__highlights {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.amenities-showcase__highlight {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 25px;
  font-size: 14px;
  color: #334155;
  transition: all 0.2s ease;
}

.amenities-showcase__highlight:hover {
  border-color: #0066cc;
  box-shadow: 0 2px 8px rgba(0, 102, 204, 0.1);
}

.amenities-showcase__highlight-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
}

.amenities-showcase__highlight-name {
  font-weight: 500;
}

/* Cards Grid */
.amenities-showcase__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.amenities-showcase__card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px;
  transition: all 0.2s ease;
}

.amenities-showcase__card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.amenities-showcase__card--featured {
  border-color: #e0ecff;
  background: linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
}

.amenities-showcase__card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.amenities-showcase__card-dot {
  width: 8px;
  height: 8px;
  background: #0066cc;
  border-radius: 50%;
  flex-shrink: 0;
}

.amenities-showcase__card-title {
  font-size: 16px;
  font-weight: 600;
  color: #1e293b;
  margin: 0;
}

/* Amenities List */
.amenities-showcase__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.amenities-showcase__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.amenities-showcase__item-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f5f9;
  border-radius: 10px;
  color: #64748b;
}

.amenities-showcase__item-icon img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.amenities-showcase__item-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.amenities-showcase__item-name {
  font-size: 14px;
  font-weight: 500;
  color: #1e293b;
}

.amenities-showcase__item-description {
  font-size: 12px;
  color: #94a3b8;
  line-height: 1.4;
}

/* Responsive */
@media (max-width: 1024px) {
  .amenities-showcase__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .amenities-showcase {
    padding: 50px 15px;
  }
  .amenities-showcase__title {
    font-size: 32px;
  }
  .amenities-showcase__highlights {
    gap: 10px;
  }
  .amenities-showcase__highlight {
    padding: 8px 14px;
    font-size: 13px;
  }
  .amenities-showcase__grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .amenities-showcase__card {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .amenities-showcase__highlights {
    flex-direction: column;
    align-items: center;
  }
  .amenities-showcase__highlight {
    width: 100%;
    justify-content: center;
  }
}
.guest-reviews {
  padding: 50px 20px;
  background: #f8fafc;
}
.guest-reviews__container {
  max-width: 1200px;
  margin: 0 auto;
}
.guest-reviews__header {
  text-align: center;
  margin-bottom: 40px;
}
.guest-reviews__badge {
  display: inline-block;
  background: linear-gradient(135deg, #0066cc 0%, #0088ff 100%);
  color: #ffffff;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
.guest-reviews__title {
  font-size: 42px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 15px;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif;
}
.guest-reviews__subtitle {
  font-size: 16px;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
.guest-reviews__content {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 30px;
  align-items: start;
}
.guest-reviews__widget {
  max-width: 100%;
  margin: 0 auto;
}
.guest-reviews__widget iframe {
  display: block;
  background: #fff;
}
.guest-reviews__rating-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.guest-reviews__score {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e2e8f0;
}
.guest-reviews__score-value {
  font-size: 56px;
  font-weight: 700;
  color: #0066cc;
  line-height: 1;
  margin-bottom: 8px;
}
.guest-reviews__stars {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-bottom: 8px;
}
.guest-reviews__star {
  width: 24px;
  height: 24px;
  color: #fbbf24;
}
.guest-reviews__star--small {
  width: 18px;
  height: 18px;
}
.guest-reviews__star--tiny {
  width: 14px;
  height: 14px;
}
.guest-reviews__star--empty {
  color: #e2e8f0;
}
.guest-reviews__count {
  font-size: 14px;
  color: #64748b;
}
.guest-reviews__categories {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 25px;
}
.guest-reviews__category-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}
.guest-reviews__category-name {
  font-size: 14px;
  color: #334155;
}
.guest-reviews__category-value {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
}
.guest-reviews__category-bar {
  height: 8px;
  background: #e2e8f0;
  border-radius: 4px;
  overflow: hidden;
}
.guest-reviews__category-fill {
  height: 100%;
  background: linear-gradient(90deg, #0066cc 0%, #0088ff 100%);
  border-radius: 4px;
  transition: width 0.3s ease;
}
.guest-reviews__all-btn {
  display: block;
  width: 100%;
  padding: 14px;
  background: #0066cc;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s;
}
.guest-reviews__all-btn:hover {
  background: #0055aa;
}
.guest-reviews__reviews {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.guest-reviews__featured {
  position: relative;
}
.guest-reviews__featured-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  position: relative;
}
.guest-reviews__quote-icon {
  position: absolute;
  top: 20px;
  right: 25px;
}
.guest-reviews__quote-icon svg {
  width: 48px;
  height: 48px;
  color: #e0ecff;
}
.guest-reviews__featured-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.guest-reviews__avatar {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #e0ecff 0%, #c7d9f7 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  color: #0066cc;
}
.guest-reviews__author-info {
  flex: 1;
}
.guest-reviews__author-name {
  font-size: 16px;
  font-weight: 600;
  color: #1e293b;
}
.guest-reviews__author-details {
  font-size: 13px;
  color: #64748b;
  margin-top: 2px;
}
.guest-reviews__featured-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 15px;
}
.guest-reviews__featured-text {
  font-size: 16px;
  color: #334155;
  line-height: 1.7;
  margin: 0;
  font-style: italic;
}
.guest-reviews__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.guest-reviews__small-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  border: 1px solid #e2e8f0;
}
.guest-reviews__small-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.guest-reviews__small-rating {
  display: flex;
  gap: 2px;
}
.guest-reviews__small-date {
  font-size: 12px;
  color: #94a3b8;
}
.guest-reviews__small-text {
  font-size: 14px;
  color: #334155;
  line-height: 1.6;
  margin: 0 0 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-style: italic;
}
.guest-reviews__small-author {
  font-size: 13px;
  color: #64748b;
}
.guest-reviews__footer {
  text-align: center;
  margin-top: 30px;
}
.guest-reviews__leave-review {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: #0066cc;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: background 0.2s, transform 0.2s;
}
.guest-reviews__leave-review:hover {
  background: #0055aa;
  transform: translateY(-2px);
}

@media (max-width: 1024px) {
  .guest-reviews__content {
    grid-template-columns: 1fr;
  }
  .guest-reviews__rating-card {
    max-width: 400px;
    margin: 0 auto;
  }
  .guest-reviews__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .guest-reviews {
    padding: 40px 15px;
  }
  .guest-reviews__title {
    font-size: 32px;
  }
  .guest-reviews__cards {
    grid-template-columns: 1fr;
  }
  .guest-reviews__featured-card {
    padding: 20px;
  }
  .guest-reviews__quote-icon {
    display: none;
  }
}
@media (max-width: 480px) {
  .guest-reviews__score-value {
    font-size: 42px;
  }
  .guest-reviews__rating-card {
    padding: 20px;
  }
}
.services-page {
  padding: 20px 0 60px;
}
.services-page__header {
  text-align: center;
  margin-bottom: 40px;
}
.services-page__badge {
  display: inline-block;
  background: linear-gradient(135deg, #0066cc 0%, #0088ff 100%);
  color: #ffffff;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
.services-page__title {
  font-size: 42px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 15px;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif;
}
.services-page__subtitle {
  font-size: 16px;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
.services-page__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.services-page__empty {
  text-align: center;
  padding: 80px 20px;
  color: #94a3b8;
}
.services-page__empty svg {
  margin-bottom: 20px;
  color: #cbd5e1;
}
.services-page__empty p {
  font-size: 16px;
  margin: 0;
}

.service-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
.service-card:hover .service-card__image img {
  transform: scale(1.05);
}
.service-card:hover .service-card__link svg {
  transform: translateX(5px);
}
.service-card__image {
  height: 200px;
  overflow: hidden;
  background: #f1f5f9;
}
.service-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.service-card__image--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-card__image--placeholder svg {
  width: 48px;
  height: 48px;
  color: #94a3b8;
}
.service-card__content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.service-card__title {
  font-size: 18px;
  font-weight: 600;
  color: #1e293b;
  margin: 0 0 10px;
  line-height: 1.3;
}
.service-card__description {
  font-size: 14px;
  color: #64748b;
  line-height: 1.5;
  margin: 0 0 15px;
  flex: 1;
}
.service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0066cc;
  font-size: 14px;
  font-weight: 500;
}
.service-card__link svg {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}

@media (max-width: 1024px) {
  .services-page__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .services-page__title {
    font-size: 32px;
  }
  .services-page__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .service-card__image {
    height: 180px;
  }
}
*,
*::after,
*::before {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  font-family: Manrope, serif;
  justify-content: space-between;
  overflow-x: hidden;
}

.content {
  flex: 1;
  width: 100%;
  max-width: 100%;
}

#map {
  height: 350px;
  width: 100%;
}

nav {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  color: #fff;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.breadcrumbs {
  margin-bottom: 1rem;
}

.mainmenu__container {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.mainmenu__container-background {
  background-image: url("/images/site/background_menu.svg");
}

.content__inner {
  min-height: calc(100vh - 281px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  max-width: 1170px;
}

button {
  cursor: pointer;
}

.mainmenu__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mainmenu__item {
  list-style: none;
  margin-right: 30px;
}

.logo-link {
  font-family: Varela, serif;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0;
  text-align: left;
}

.color-turquoise {
  color: #01E0C5;
}

.button-login {
  margin-left: 20px;
  height: 40px;
  border: 1px #fff solid;
  border-radius: 6px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .button-login {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.main-menu__button-auth {
  margin-left: 20px;
}

.vertical_center:after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

nav ul {
  list-style: none;
  margin: auto;
  padding: 0;
  float: left;
  display: flex;
  align-items: baseline;
}

.main-menu__link {
  display: block;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  font-style: normal;
  line-height: normal;
  margin-left: 20px;
}

.main-menu__icons {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-left: 51px;
}

.main-menu__icon {
  margin-right: 25px;
}

.main-menu__buttons {
  display: flex;
}

.color-turquoise {
  color: #01E0C5;
}

.search-container {
  justify-content: space-between;
  display: flex;
  height: 50px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 7px 7px 7px 7px;
  align-self: center;
  color: #1D2741;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto;
  flex-wrap: wrap;
}

.search-container__room-notice {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 500;
  border-radius: 7px 7px 0 0;
  margin: -1px -1px 0 -1px;
}

.search-container__room-clear {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  transition: background 0.2s;
}
.search-container__room-clear:hover {
  background: rgba(255, 255, 255, 0.3);
}

.search-container input::-moz-placeholder {
  color: #1D2741;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.search-container input::placeholder, select {
  color: #1D2741;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.search-container input, select {
  width: 100%;
  border: none;
  padding-left: 10px;
}

.search-container__tourists {
  display: flex;
  cursor: pointer;
  position: relative;
  background-color: #fff;
}

.search-container input:focus, select:focus {
  outline: none;
}

.search-container__tourists-adults, .search-container__tourists-children {
  width: 120px;
  cursor: pointer;
}

.search-container__dates-hotel {
  width: 20px;
  height: 15px;
  margin-right: 10px;
  vertical-align: middle;
}

.search-hotel__text {
  vertical-align: middle;
}

.search-container__dates .dp__input::-moz-placeholder {
  opacity: 1;
}

.search-container__dates .dp__input::placeholder {
  opacity: 1;
}

.search-container__dates .dp__input {
  padding-left: 3.5rem;
  color: #1D2741;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 575px) {
  .dp__input {
    font-size: 14px !important;
  }
}
.search-container__hotel {
  width: 500px;
  display: flex;
  align-items: center;
  margin-left: 25px;
}

.search-container__dates {
  width: 260px;
  color: #1D2741;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  background-color: #fff;
}

.search-container__dates-image {
  margin-right: 12px;
}

.search-container__button button {
  border: none;
  height: 100%;
  cursor: pointer;
  background: #009193;
  width: 131px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 0 7px 7px 0;
}

.search-container__button {
  background: #009193;
  width: 131px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 0 7px 7px 0;
}

.first {
  height: 100vh;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 75% 30%;
  background-size: cover;
}

.main-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main-menu nav {
  width: 100%;
  display: flex;
  flex-direction: column;
}

h1 {
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.main-title {
  color: #fff;
  margin-bottom: 30px;
  margin-top: 80px;
  margin-left: 2rem;
}
@media screen and (max-width: 574px) {
  .main-title {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

.toggle-details {
  display: inline-block;
  margin: 19px 0 0 15px;
  color: var(--color-blue-crayola-19);
  font-size: 12px;
}

.fifth-header {
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  color: #4d3e3e;
  text-align: left;
}

.fifth__column-first {
  width: 445px;
  margin-left: 165px;
  margin-top: 122px;
  margin-bottom: 40px;
}

.search-tourists__text {
  cursor: pointer;
  width: 180px;
  margin-left: 10px;
}

.first-text {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 60px;
  margin-left: 2rem;
}

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

.button-sign {
  margin: 57px auto 187px;
  border-radius: 6px;
  width: 160px;
  height: 50px;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #FFFFFF;
  font-weight: 600;
  line-height: 17px;
  align-items: center;
  text-transform: uppercase;
  color: #4d3e3e;
}

.button {
  margin-right: auto;
  margin-left: auto;
  border-radius: 6px;
  width: 160px;
  height: 50px;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 30px;
  margin-top: 1.5rem;
  margin-bottom: 100px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 60px;
  margin-right: 60px;
}

@media screen and (max-width: 1199px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
  }
}
.grid-container a {
  display: contents;
}

@media (max-width: 800px) {
  .grid-container {
    gap: 20px;
    display: flex;
    flex-direction: column;
  }
}
.item {
  position: relative;
  display: flex;
  font-size: 24px;
  color: white;
  width: 370px;
  height: 258px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
}

.bar {
  position: absolute;
  margin-top: 30px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  width: 151px;
  min-height: 2.25rem;
  flex-shrink: 0;
  background-color: #FEBB02;
  padding: 8px 14px 9px 21px;
  left: 0;
}

.banner-text {
  position: absolute;
  font-style: normal;
  width: 307px;
  flex-shrink: 0;
  bottom: 1.5rem;
  left: 1.5rem;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.banner-text .geo {
  color: #FFF;
}

.cookies {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  padding: 15px;
  font-size: 14px;
  text-align: center;
  z-index: 1000;
}

.cookies a.cookies__link {
  color: #009193;
  text-decoration: underline;
}

.cookies a.cookies__link:hover {
  color: #49ccbe;
  text-decoration: none;
}

.cookies .btn {
  margin-left: 10px;
}

.item1 {
  grid-row: span 2;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 768px) {
  .item1 {
    height: 100%;
  }
}

.third {
  clear: both;
  background: #FAFAFA;
}

.destinations {
  background-color: #F7F9FE;
  padding-bottom: 100px;
  padding-top: 100px;
}

.destinations h2 {
  color: #1D2741;
  margin-bottom: 15px;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.destinations p {
  margin-bottom: 35px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.third-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

.third-item__card-header {
  margin-top: 33px;
  text-align: center;
  margin-left: 32px;
  margin-right: 32px;
}

.third-item__card {
  background-color: #FFFFFF;
  margin-top: -100px;
  z-index: 99;
  position: relative;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  margin-bottom: 124px;
}

.third-header {
  text-align: center;
  padding-top: 63px;
  padding-bottom: 63px;
}

.third-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 380px;
  margin-right: 15px;
}

h3 {
  font-size: 18px;
  color: var(--color-cobalt-blue);
  padding-bottom: 20px;
  line-height: 20px;
  font-weight: 600;
}

.third-item__card-text {
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  color: #4d3e3e;
  margin-right: 20px;
  margin-left: 20px;
}

.third-item__read-more {
  font-weight: bold;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  color: #4d3e3e;
  padding-top: 23px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 25px;
}

.fourth-header {
  margin-bottom: 52px;
  text-align: center;
  padding-top: 63px;
}

.fourth-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  margin-bottom: 104px;
}

.fourth-item {
  width: 255px;
  padding: 30px;
}

.fourth-item__number {
  font-weight: bold;
  font-size: 100px;
  line-height: 120px;
  /* identical to box height */
  text-align: center;
  color: rgba(16, 16, 16, 0.08);
}

.fourth-item__image {
  margin-top: -70px;
}

.fifth {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.fifth__column_image {
  background: url(/images/Video_bg2.png);
  border-radius: 15px;
  height: 311px;
}

.fifth__text {
  margin-top: 45px;
  margin-bottom: 40px;
  line-height: 140%;
  text-align: justify;
  color: #4d3e3e;
  text-wrap: normal;
}

.fifth__images {
  margin-left: 163PX;
  margin-bottom: 111px;
  width: 134px;
  height: 32px;
  display: flex;
  justify-content: space-between;
}

.fifth__column-second {
  margin-left: 125px;
  margin-bottom: 95px;
}

.fifth__image {
  border-radius: 15px;
  height: 311px;
  width: 445px;
}

/*шестой блок*/
.sixth {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 117px;
}

.sixth-header {
  margin-bottom: 59px;
}

.sixth__column-first {
  width: 445px;
  margin-right: 114px;
}

.sixth__column-second {
  width: 540px;
  margin-bottom: 123px;
}

.sixth__input {
  border: 1px solid #333333;
  box-sizing: border-box;
  border-radius: 6px;
  height: 60px;
  padding: 25px;
  width: 100%;
  margin-bottom: 30px;
}

.sixth__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sixth__input-first {
  width: 255px;
}

.sixth__input-second {
  margin-left: 30px;
  width: 255px;
}

.sixth-button {
  margin-right: auto;
  margin-left: auto;
  border-radius: 6px;
  width: 160px;
  height: 50px;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #4d3e3e;
  border: 1.5px solid #4d3e3e;
  box-sizing: border-box;
  color: #FFFFFF;
}

/*конец шестого блока*/
::-webkit-input-placeholder {
  color: rgba(19, 39, 67, 0.5019607843);
}

.articles-item {
  color: #1D2741;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}

.articles {
  margin-top: 50px;
  display: flex;
  color: #1D2741;
  margin-bottom: 50px;
  margin-right: 100px;
  margin-left: 100px;
  justify-content: space-evenly;
}

.articles-item-2 {
  margin-left: 119px;
}

footer {
  display: flex;
  background-color: #1D2741;
  color: #F7F9FE;
  width: 100%;
  padding-bottom: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

footer, .copyright {
  flex-wrap: wrap;
}

.footer-header {
  color: #F7F9FE;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.seventh-item, .copyright-item {
  margin-top: 3rem;
  text-align: left;
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  .seventh-item, .copyright-item {
    margin-top: 1rem;
    margin-right: 1rem;
  }
}

.social-icons-container {
  display: flex;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer-socials a {
  display: flex;
  align-items: center;
  transition: opacity 0.3s;
}
.footer-socials a:hover {
  opacity: 0.8;
}
.footer-socials .telegram,
.footer-socials .whatsapp,
.footer-socials .vk {
  width: 34px;
  height: 34px;
  margin: 0;
}

.telegram {
  margin-top: -5px;
  width: 34px;
  height: 34px;
  background: url("/images/site/soc_seti.svg") left/cover no-repeat;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.vk {
  margin-left: 15px;
  width: 34px;
  height: 34px;
  background: url("/images/site/soc_seti.svg") right/cover no-repeat;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.whatsapp {
  width: 34px;
  height: 34px;
  background: url("/images/svg/social/whatsapp-dark.svg") center/contain no-repeat;
}

ul {
  list-style-type: none;
}

.footer-menu-item {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 10px;
}

.fifth-block-header {
  margin-bottom: 17px;
}

/* Responsive starts here */
@media screen and (min-width: 1440px) {
  .container {
    max-width: 1170px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .first-header {
    margin-top: 40px;
  }
  .main-menu__logo {
    padding-left: 165px;
  }
}
@media screen and (max-width: 1399px) {
  .main-menu {
    flex-direction: column;
  }
  .container {
    max-width: 1170px;
  }
  .seventh-item-1, .copyright-item-1 {
    margin-left: 30px;
  }
  .first-header {
    margin-top: 10px;
  }
}
.main__content {
  margin: 20px auto auto;
}

.list-hotels {
  display: flex;
  flex-direction: column;
}

.mr-2 {
  margin-right: 0.5rem;
}

.dp__input_icon {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.form-filter .dp__input_icon {
  margin-left: 0.75rem;
}

.booking {
  display: grid;
  flex-direction: row;
  justify-content: center;
  margin-top: 20px;
  grid-template-areas: "details main" "details form";
}
@media only screen and (max-width: 1169px) {
  .booking {
    grid-template-areas: "main" "details" "form";
    flex-wrap: wrap;
  }
}
.booking .card {
  margin-left: 1rem;
  margin-right: 1rem;
}

.booking__details {
  grid-area: details;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 23.125rem;
  min-width: 23.125rem;
}
@media only screen and (max-width: 1169px) {
  .booking__details {
    max-width: 50rem;
    width: 100%;
  }
}

.booking__main {
  max-width: 770px;
  display: flex;
  flex-direction: column;
}

.booking__main-container {
  gap: 15px 0;
  max-width: 48.125rem;
  grid-area: main;
}
@media only screen and (max-width: 1169px) {
  .booking__main-container {
    max-width: 50rem;
  }
}
@media only screen and (max-width: 549px) {
  .booking__main-container {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}

.booking__form {
  grid-area: form;
  max-width: 48.125rem;
}
@media only screen and (max-width: 1169px) {
  .booking__form {
    max-width: 50rem;
    width: 100%;
  }
}

.booking__agreement {
  padding: 15px 15px 16px;
}

.list-hotels__content {
  width: 47.5%;
}

.booking .list-hotels__content {
  width: 60%;
}
@media only screen and (max-width: 549px) {
  .booking .list-hotels__content {
    width: 100%;
  }
}

.calendar-arrow {
  background-image: url("/images/site/icons/arrow-down.svg");
  width: 10px;
  z-index: 1;
  cursor: pointer;
  pointer-events: none;
  height: 10px;
  background-repeat: no-repeat;
}

.search-container__dates .calendar-arrow {
  margin-left: -70px;
}

.search-container__tourists .calendar-arrow {
  margin-top: 8px;
}

.guests-number {
  background-color: #fff;
  position: absolute;
  top: 35px;
  width: 228px;
  padding: 12px 25px 12px 20px;
  border-radius: 0px 0px 7px 7px;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.95rem;
  font-size: 0.875rem;
  border-radius: 2px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.guests-number .btn {
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.child__container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1 1 calc(50% - 6px);
  box-sizing: border-box;
}

@media (max-width: 600px) {
  .child {
    flex: 1 1 100%;
  }
}
.form-select {
  display: block;
  width: 100%;
  -moz-padding-start: calc(0.95rem - 3px);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #f6f7fb;
  background-repeat: no-repeat;
  background-position: right 0.95rem center;
  background-size: 16px 12px;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.add-children {
  margin-top: 10px;
}

@media screen and (max-width: 575px) {
  .add-children {
    margin-top: unset;
    height: 40px;
    font-size: 10px;
  }
}
.articles-main {
  background-color: #016273;
  position: relative;
}

.swiper-articles {
  width: 80%;
  height: 100%;
  overflow: hidden;
  margin: auto;
  padding-bottom: 100px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination-articles {
  width: 200px !important;
  margin: auto;
}

.swiper-articles > .swiper-button-prev, .swiper-articles > .swiper-button-next {
  color: #fff;
}

.article__preview {
  width: 370px !important;
  height: 434px !important;
  background-size: cover;
  border-radius: 10px;
}

.article__text {
  position: absolute;
  bottom: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 40px;
}

.loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  transform: translate(-50%, -50%);
  background-image: url("/images/site/loading.gif");
  background-repeat: no-repeat;
  background-size: 100px;
  z-index: 1000;
}

.articles-main > h2 {
  color: #fff;
  padding-top: 103px;
  margin-left: 375px;
  font-size: 32px;
  font-weight: 700;
  line-height: 43.71px;
  text-align: left;
  margin-bottom: 43px;
}

.geo {
  width: 9px;
  height: 13px;
}

.list-hotels__address {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  align-items: baseline;
  font-size: 14px;
}

.booking__details-title {
  color: #195EFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 8px;
}

.booking__details-dates {
  justify-content: space-between;
  display: flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #E1E3EB;
}

.booking__details-dates-start {
  width: 50%;
  border-right: 1px solid #E1E3EB;
}

.booking__details-dates-end {
  width: 50%;
}

.booking__details > h3 {
  margin-bottom: 30px;
}

.time {
  color: #8897B1;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}

.booking__details__item {
  margin-top: 13px;
}

.booking__details__item__title-extra {
  margin-bottom: 0.6rem;
}

.booking__details__item__value {
  max-width: 290px;
  min-width: 4rem;
  word-wrap: break-word;
}

.booking__details__link {
  color: #195EFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  cursor: pointer;
  margin-top: 20px;
}

.booking__details h3 {
  margin-bottom: 30px;
  padding-bottom: unset;
}

.booking__details__item__title {
  max-width: 240px;
  word-break: break-word;
}
@media only screen and (min-width: 1170px) {
  .booking__details__item__title {
    min-width: 15rem;
  }
}
@media only screen and (max-width: 1169px) {
  .booking__details__item__title {
    max-width: 100%;
  }
}

.booking__details__price .booking__details__item {
  display: flex;
  justify-content: space-between;
}

.booking__details__item-coloured {
  background-color: #F7F9FE;
  padding: 20px;
  margin-left: -15px;
  margin-right: -15px;
}

.card {
  padding: 15px 15px 16px;
  background-color: var(--color-white);
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(103, 142, 154, 0.3);
  margin-bottom: 20px;
}

.card__grey {
  background-color: #F7F9FE;
}

.form-group {
  margin-bottom: 20px;
}

.booking__container {
  display: flex;
  justify-content: space-between;
}

.booking__container .booking__main-guest {
  width: 100% !important;
}

.radio-group {
  display: flex !important;
  align-items: center;
}

.radio-group label {
  margin-right: 20px;
  display: flex;
  align-items: center;
}

input[type=radio] {
  margin-right: 8px;
}

input[type=text], input[type=email] {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

label {
  font-weight: bold;
  margin-bottom: 19px;
}

#last_name + input {
  margin-left: 10px;
}

#email {
  margin-top: 0;
}

#confirm_email {
  margin-top: 0;
}

/* start modal */
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1040;
}

.modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto;
  z-index: 1050;
}

.modal-content {
  border-radius: 5px;
  border: 1px solid #dee2e6;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-header {
  border-bottom: 1px solid #dee2e6;
  background-color: #f8f9fa;
  padding: 1rem 1.5rem;
  position: relative;
}

.modal-title {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.btn-close {
  padding: 0.75rem 1.25rem;
  background: none;
  border: none;
}

.modal-body {
  padding: 1.5rem;
  background-color: #f8f9fa;
}

.form-control {
  border-radius: 4px;
  border: 1px solid #ced4da;
  padding: 0.5rem 0.75rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.modal-footer {
  border-top: 1px solid #dee2e6;
  padding: 0.75rem 1.25rem;
  background-color: #f8f9fa;
}

.btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
  padding: 0.375rem 0.75rem;
  border-radius: 4px;
}

.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
  padding: 0.375rem 0.75rem;
  border-radius: 4px;
}

.btn-primary:hover,
.btn-secondary:hover {
  background-color: #007bff;
  border-color: #007bff;
}

.modal {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.btn-close {
  background: none;
  border: none;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  color: #aaa;
  position: absolute;
  right: 20px;
  top: 0px;
}

.btn-close:hover,
.btn-close:focus {
  color: black;
  text-decoration: none;
}

.modal-body a {
  color: #007bff;
  text-decoration: none;
}

.hotel-room-action__container {
  display: flex;
  justify-content: right;
}

.hotel-room-action__buy {
  margin-bottom: 30px;
}

.success-block {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
}
.success-block h1 {
  margin-bottom: 1.5rem;
}

.payment-info__icon {
  margin-right: 20px;
}

.payment-info__item {
  margin-bottom: 20px;
}

.messengers__container {
  display: flex;
}

.messengers__container label {
  margin-bottom: unset;
  margin-right: 20px;
  cursor: pointer;
}

.messengers__container input[type=checkbox] {
  margin-right: 10px;
}

.cr {
  font-weight: unset;
}

.cr a {
  font-weight: bold;
}

.booking__customer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-right: 0 !important;
}

.booking__customer .form-group {
  width: 100%;
}

.search-container__tourists-image {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.expanded {
  max-height: none !important;
}

.logo-main {
  width: 60px;
  margin-top: -10px;
}

.tooltip {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 14px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
  z-index: 9999;
}

.tooltip.visible {
  visibility: visible;
  opacity: 1;
}

#payment-form {
  margin-top: 2rem;
}

.main-menu__top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 1rem;
  width: 100%;
  flex-wrap: wrap;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .main-menu__top-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.main-menu__top-left {
  display: flex;
  align-items: center;
}
.main-menu__top-left .logo {
  max-height: 50px;
  width: auto;
}

.main-menu__top-right {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .main-menu__top-right {
    justify-content: center;
    gap: 1rem;
  }
}

.main-menu__address {
  color: #fff;
  font-size: 0.9rem;
  display: inline-block;
  white-space: nowrap;
}
@media only screen and (max-width: 374px) {
  .main-menu__address {
    font-size: 0.8rem;
    white-space: normal;
  }
}

.main-menu__phone {
  color: #fff;
  font-size: 0.9rem;
}
.main-menu__phone a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}
.main-menu__phone a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 374px) {
  .main-menu__phone {
    font-size: 0.8rem;
  }
}

.main-menu__socials {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.main-menu__socials .main-menu__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}
.main-menu__socials .main-menu__social-link:hover {
  opacity: 0.8;
}
.main-menu__socials .main-menu__social-link .telegram,
.main-menu__socials .main-menu__social-link .whatsapp,
.main-menu__socials .main-menu__social-link .vk {
  width: 28px;
  height: 28px;
  margin: 0;
}

.main-menu__book-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 1.2rem;
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(255, 107, 53, 0.3);
}
.main-menu__book-btn:hover {
  background: linear-gradient(135deg, #ff7b45 0%, #f9a12e 100%);
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.4);
  transform: translateY(-1px);
  color: #fff;
}
@media only screen and (max-width: 374px) {
  .main-menu__book-btn {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
  }
}

.main-menu__top-right .language-switcher {
  position: relative;
}
.main-menu__top-right .language-switcher .language-toggle {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  transition: background-color 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
}
.main-menu__top-right .language-switcher .language-toggle:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.main-menu__top-right .language-switcher .language-toggle .flag-icon {
  font-size: 1.2rem;
}
.main-menu__top-right .language-switcher .language-toggle .lang-code {
  font-size: 0.9rem;
}
.main-menu__top-right .language-switcher .language-toggle .dropdown-arrow {
  margin-left: 0.25rem;
  transition: transform 0.3s ease;
}
.main-menu__top-right .language-switcher .language-toggle[aria-expanded=true] .dropdown-arrow {
  transform: rotate(180deg);
}
.main-menu__top-right .language-switcher .language-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: auto;
  min-width: 180px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 8px 0;
  list-style: none;
  margin: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}
.main-menu__top-right .language-switcher.open .language-dropdown, .main-menu__top-right .language-switcher:hover .language-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.main-menu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  margin-top: 0;
  width: 100%;
  list-style: none;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .main-menu__list {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.main-menu__item {
  margin-right: 1rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .main-menu__item {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 549px) {
  .main-menu__item {
    margin-right: 0.5rem;
  }
}
@media only screen and (max-width: 374px) {
  .main-menu__item {
    margin-right: 0;
  }
}

.articles__description {
  margin-bottom: 2rem;
}

.article__description {
  border-left: 0.188rem solid var(--color-dark-cyan);
  padding-left: 1.5rem;
}

.articles__item {
  display: flex;
  align-items: start;
  margin-bottom: 3rem;
  gap: 2rem;
}
.articles__item img {
  max-width: 15rem;
  max-height: 15rem;
  border-radius: 1.25rem;
}
.articles__item .articles__image {
  max-width: 15rem;
  margin-right: 1rem;
}
.articles__item .btn-primary {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (max-width: 767px) {
  .articles__item {
    flex-direction: column;
  }
}

.btn-primary {
  display: inline-flex;
  color: var(--color-white);
  justify-content: center;
  align-items: center;
  padding: 13px 15px;
  border-radius: 5px;
  background-color: var(--color-blue-crayola-19);
  text-decoration: none;
  max-width: 10rem;
}
.btn-primary:hover {
  background-color: var(--color-light-slate-gray);
}
.btn-primary__text {
  font-family: "Manrope Bold";
  color: var(--color-white);
}
.btn-primary .icon {
  width: 7px;
  height: 13px;
  color: var(--color-white);
  margin-left: 1rem;
}

.contact-page p {
  line-height: 1.5rem;
}
.contact-page .social-links {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.contact-page h2 {
  margin-bottom: 0.5rem;
}
.contact-page h1, .contact-page .col-md-6 {
  margin-bottom: 1rem;
}

.alert {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 0.5rem;
}

.alert-success {
  background-color: #d4edda;
  color: #155724;
}

.alert-danger {
  background-color: #f8d7da;
  color: #721c24;
}

@media screen and (max-width: 1199px) {
  .container {
    width: 100%;
  }
  .main-menu__logo {
    padding-left: 50px;
  }
  .second__column-first, .fifth__column-first {
    margin-top: 30px;
    width: 45%;
    margin-left: 30px;
    padding: 20px;
    margin-bottom: 40px;
  }
  .second__column-second, .fifth__column-second {
    width: 45%;
    margin-left: 30px;
    margin-top: 30px;
    padding: 20px;
    margin-bottom: 40px;
  }
  .third__card {
    margin-bottom: 30px;
  }
  .fourth__column_container:last-child {
    margin-right: 20px;
  }
  .fourth__column_container {
    margin-bottom: 10px;
  }
  .sixth {
    margin-top: 50px;
  }
  .sixth__column-first {
    width: 40%;
    padding: 30px;
    margin-right: 40px;
  }
  .sixth__column-second {
    width: 40%;
    padding: 30px;
  }
  .sixth__input-first {
    margin-bottom: 30px;
    width: 100%;
  }
  .sixth__input-second {
    margin-left: 0;
    width: 100%;
  }
  .sixth__column-second {
    margin-bottom: 0px;
  }
  .input {
    width: 255px;
  }
  .second__image, .fifth__image {
    width: 100%;
    height: auto;
  }
  .seventh-item-4 {
    margin-top: 30px;
  }
  .articles-main > h2 {
    margin-left: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    width: 100%;
  }
  .second__image, .fifth__image {
    height: auto;
  }
  h1 {
    margin-top: 20px;
  }
  .button-sign {
    margin-top: 20px;
  }
  .fifth__column_images {
    margin-bottom: 60px;
  }
  .main-menu {
    flex-direction: column;
    justify-content: center;
  }
  .main-title, .first-text {
    text-align: center;
  }
  .main-menu__logo, .button-login, nav, .main-menu__logo {
    margin-left: auto;
    margin-right: auto;
  }
  .main-menu__logo {
    padding-left: unset;
  }
  .first .main-menu__button-registration {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .main-menu__logo {
    padding-left: 10px;
  }
  .second__column-first, .fifth__column-first, .second__column-second, .fifth__column-second {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
  }
  .fifth__images {
    margin-bottom: 30px;
    margin-left: 30px;
  }
  .sixth__head {
    margin-bottom: 30px;
  }
  .second__text, .sixth__text {
    margin-bottom: 30px;
  }
  .sixth__column-second {
    margin-left: 70px;
  }
  .seventh-item-4 {
    margin-top: 30px;
    margin-left: 30px;
  }
  .seventh-item-3 {
    width: 259px;
  }
  .seventh-item-4 {
    width: 259px;
  }
  .sixth__column-first, .sixth__column-second {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .third__item {
    margin-right: 0;
  }
  .seventh-item {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .search-container {
    display: unset;
    gap: 30px;
  }
  .search-container__dates, .search-container__tourists {
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .search-container__dates, .search-container__tourists {
    height: 50px;
    border-radius: 7px 7px 7px 7px;
    align-self: center;
    color: #1D2741;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    width: 260px;
    display: flex;
    align-items: center;
  }
  .search-container__tourists .calendar-arrow {
    margin-left: 20px;
  }
  .search-tourists__text {
    width: unset;
  }
  .search-container__button {
    border-radius: 7px 7px 7px 7px;
    height: 50px;
    width: 260px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 575px) {
  .second {
    width: 100%;
  }
  .sixth__column_first {
    width: 100%;
  }
  .sixth__column_second {
    width: 100%;
  }
  .container {
    width: 100%;
  }
  h1 {
    margin-left: unset;
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
  }
  .first__text {
    font-size: 16px;
    line-height: 120%;
  }
  .seventh-item-1, .seventh-item-2, .seventh-item-3, .seventh-item-4 {
    margin-top: 30px;
  }
  .first-text {
    margin-left: 20px;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 30px;
  }
  .second__text {
    margin-top: 30px;
  }
  .third-items__image {
    max-width: 320px;
  }
  .third-item {
    margin-right: unset;
  }
  footer {
    flex-direction: column;
  }
  .footer-header {
    word-wrap: break-word;
    margin-right: 20px;
  }
  .banner-text {
    width: 280px;
  }
  .mainmenu__list, .nav {
    flex-direction: column;
    width: 100%;
  }
  .mainmenu__item {
    height: 30px;
  }
  nav {
    width: 100%;
  }
  .hotel-info__item span {
    margin-left: 20px;
  }
  .form-filter__item-first {
    width: 100%;
  }
  .form-filter__item-name {
    margin-bottom: 10px;
  }
  .btn-close {
    padding: unset;
  }
}
@media screen and (max-width: 400px) {
  .item {
    width: 280px;
  }
  .banner-text {
    width: 240px;
  }
}
.success-page__image {
  margin-top: 20px;
  max-height: 323px;
  max-width: 450px;
}

.article {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  max-width: 1170px;
}
@media only screen and (max-width: 1169px) {
  .article {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
.article .intro-quote {
  clear: both;
  background-color: rgba(211, 211, 211, 0.37);
  border-left: 5px solid rgb(1, 224, 197);
  padding: 10px 20px;
  margin: 20px 0;
  font-style: italic;
}
.article h1 {
  text-align: center;
  margin-bottom: 30px;
}
.article h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 1rem 0;
}
.article a {
  color: #333;
  text-decoration: underline;
}
.article figure {
  float: left;
  width: 50%;
  margin: 0 20px 20px 0;
  clear: both;
  display: block;
  position: relative;
}
.article figure img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 549px) {
  .article figure {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.article .clear {
  clear: both;
}

.main-menu__item {
  position: relative;
}

/* Тогглер */
.dropdown-toggle {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.language-icon {
  width: 24px;
  height: 24px;
  color: #fff;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  margin: 4px 0 0 0;
  padding: 4px 0;
  list-style: none;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  min-width: 160px;
  z-index: 1000;
}

.dropdown.open .dropdown-menu {
  display: block;
}

.dropdown-item {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
}

.dropdown-item:hover {
  background: #f5f5f5;
}

.flag-code {
  font-weight: bold;
  margin-right: 8px;
}

.text-label {
  flex: 1;
}

.actions-title {
  max-width: 1200px;
  margin-left: 1rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 43.71px;
  color: #161F48;
}

.first--booking {
  min-height: 300px;
  padding-bottom: 2rem;
}
.first--booking .main-title {
  margin-top: 1rem;
}

.booking-search-page {
  padding: 2rem 0 4rem;
  background: #f8f9fa;
  min-height: 60vh;
}

.booking-search {
  max-width: 1200px;
  margin: 0 auto;
}

.booking-search__title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #161F48;
  margin-bottom: 1.5rem;
}

.booking-search__filters {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.booking-search__room-types {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1rem;
}

.booking-search__room-type {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #fff;
}
.booking-search__room-type input[type=radio] {
  display: none;
}
.booking-search__room-type:hover {
  border-color: #3b82f6;
  background: #f0f7ff;
}
.booking-search__room-type.active {
  border-color: #3b82f6;
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  box-shadow: 0 2px 8px rgba(59, 130, 246, 0.2);
}

.booking-search__room-type-img {
  width: 80px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}

.booking-search__room-type-content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.booking-search__room-type-name {
  font-weight: 600;
  color: #161F48;
  font-size: 0.95rem;
}

.booking-search__room-type-info,
.booking-search__room-type-count {
  font-size: 0.8rem;
  color: #6b7280;
}

.booking-search__form-section {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.booking-search__form-container .search-container {
  margin: 0;
  width: 100%;
  max-width: 100%;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .booking-search__form-container .search-container {
    flex-direction: column;
    height: auto;
    padding: 1rem;
  }
}

.booking-search__results {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.booking-search__results .list-hotels {
  margin: 0;
}

@media only screen and (max-width: 374px) {
  .booking-search__room-types {
    grid-template-columns: 1fr;
  }
  .booking-search__room-type-img {
    width: 60px;
    height: 45px;
  }
}

.article h1, .article h2 {
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-weight: bold;
}
.article p {
  margin-bottom: 1rem;
  line-height: 1.5rem;
  text-align: justify;
}
.article a {
  color: var(--color-blue-crayola-19);
  text-decoration: underline;
}
.article h3 {
  font-weight: bold;
}
.article ul li {
  margin-bottom: 0.5rem;
  line-height: 1.5rem;
}

.article-gallery {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #e2e8f0;
}
.article-gallery__title {
  font-size: 24px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 20px;
}
.article-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.article-gallery__item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 1;
  display: block;
}
.article-gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.article-gallery__item:hover img {
  transform: scale(1.05);
}
.article-gallery__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease;
}
.article-gallery__item:hover::after {
  background: rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .article-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .article-gallery__grid {
    grid-template-columns: 1fr 1fr;
  }
}

/*
 * Media query mixin
 * Usage example:
 * div {
 *     @include screen('phone') {
 *         // Rules for resolutions above 'phone'
 *     }
 *
 *     @include screen('phone', max) {
 *         // Rules for resolutions below 'phone'
 *     }
 * }
*/
.main {
  padding: 100px 0 80px;
}

.main__page-header {
  margin-top: 26px;
}

.main__sort {
  margin-top: 20px;
}

.main__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
}

.main__aside {
  width: 23.1%;
}

.main__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding: 0 15px;
}

.parent:not(:has(.first)) {
  max-width: 1200px;
}

.content__pagination {
  margin-top: 58px;
  padding-right: 3%;
}

.geo__container {
  display: flex;
  justify-content: start;
  font-size: 14px;
  font-weight: 400;
  align-items: end;
}

.icon-geo {
  height: 20px;
  width: 20px;
}

.main__nav {
  margin: 28px 0 0.5rem;
}
@media only screen and (max-width: 1169px) {
  .main__nav {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 1199px) {
  .content__pagination {
    padding-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .main__box {
    flex-direction: column;
    gap: 30px 0;
  }
  .main__aside {
    width: 100%;
  }
  .main__content {
    width: 100%;
  }
}
@media screen and (max-width: 574px) {
  .main {
    padding: 50px 0 40px;
  }
  .main__content {
    padding: 0;
  }
}
.logo {
  height: 1.1875rem;
  max-width: unset;
}

.footer__main {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.footer__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 549px) {
  .footer__row {
    flex-direction: column;
    margin-top: 1.5rem;
  }
}

.footer__row:last-child {
  margin-top: 3rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .footer__row:last-child {
    margin-top: 1.5rem;
  }
}

.footer__row--riva-link {
  justify-content: flex-end;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .footer__row--riva-link {
    justify-content: center;
    text-align: center;
  }
}

.footer__row--hidden {
  visibility: hidden;
}

.footer__riva-link {
  font-size: 12px;
  color: #F7F9FE;
  opacity: 0.7;
  text-align: right;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .footer__riva-link {
    text-align: center;
  }
}
.footer__riva-link div {
  display: block;
}
.footer__riva-link a {
  color: #F7F9FE;
  text-decoration: none;
}
.footer__riva-link a:hover {
  text-decoration: underline;
}

:root {
    --color-light-slate-gray: #6d7f9e;
    --color-blue-degrees: #015ae0;
    --color-wild-blue-crayola: #a3b3d0;
    --color-cobalt-blue: #1d2741;
    --color-dark-cyan: #009193;
    --color-thrush-egg: #01e0c5;
    --color-blue-crayola-1a: #1a5eff;
    --color-habrahabr: #8897b1;
    --color-blue-crayola-19: #195eff;
    --color-moderate-turquoise: #49ccbe;
    --color-smoky-white: #f5f5f5;
    --color-periwinkle-crayola: #dcf2f2;
    --color-periwinkle-crayola-e1: #e1e3eb;
    --color-lamantin: #8f95a1;
    --color-white: #fff;
    --color-black: #000;
    --var-transition: 0.3s ease-in-out;
}

html {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

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

body {
    font-family: "Manrope Regular";
    font-size: 14px;
    color: var(--color-cobalt-blue);
    line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
}

p {
    margin: 0;
}

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

a {
    transition: var(--var-transition);
}

img {
    max-width: 100%;
    vertical-align: top;
}

textarea {
    resize: none;
}

label {
    margin: 0;
    display: block;
}

iframe {
    max-width: 100%;
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    padding: 1rem;
}

.page-header {
    margin: 0;
    font-family: "Manrope Bold";
    font-size: 32px;
}

.page-subheader {
    margin-top: 13px;
    font-size: 16px;
}

@media screen and (max-width: 1199px) {
    .section,
    section {
        min-width: 100%;
    }
}

@media screen and (max-width: 574px) {
    .page-header {
        font-size: 30px;
    }
}

@font-face {
  font-family: "Manrope Bold";
  src: url("../fonts/Manrope-Bold.woff2") format("woff2"),
    url("../fonts/Manrope-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope Regular";
  src: url("../fonts/Manrope-Regular.woff2") format("woff2"),
    url("../fonts/Manrope-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope SemiBold";
  src: url("../fonts/Manrope-SemiBold.woff2") format("woff2"),
    url("../fonts/Manrope-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.icon--star {
    width: 13px;
    height: 13px;
}

.icon--like {
    width: 16px;
    height: 24px;
}

.icon--sort-top {
    width: 10px;
    height: 12px;
}

.icon--place {
    width: 16px;
    height: 18px;
    fill: transparent;
}

.icon--toggle {
    width: 7px;
    height: 13px;
    color: #007bff;
    transform: rotate(90deg);
}

.icon--wifi {
    width: 13px;
    height: 10px;
}

.icon--filter-add {
    width: 8px;
    height: 4px;
}

.icon--filter-mobile {
    width: 20px;
    height: 20px;
}

.icon--shape {
    width: 30px;
    height: 30px;
    fill: transparent;
}

.icon--favorites {
    width: 30px;
    height: 28px;
    fill: transparent;
}

.icon--maps {
    width: 13px;
    height: 13px;
}

.icon--phone {
    width: 9px;
    height: 13px;
}

.icon--bus {
    width: 18px;
    height: 18px;
}

.icon--coctail {
    width: 16px;
    height: 18px;
}

.icon--parking {
    width: 15px;
    height: 14px;
}

.icon--baby {
    width: 18px;
    height: 19px;
}

.icon--no-smoke {
    width: 16px;
    height: 18px;
}

.icon--star-big {
    width: 17px;
    height: 17px;
}

.icon--time {
    width: 16px;
    height: 16px;
}

.icon--money {
    width: 16px;
    height: 16px;
}

.icon--question-change {
    width: 11px;
    height: 6px;
    fill: transparent;
}

.icon--slider-prev {
    width: 18px;
    height: 30px;
}

.icon--slider-next {
    width: 18px;
    height: 30px;
}

.icon--amenities-services-bathroom {
    width: 20px;
    height: 15px;
}

.icon--amenities-services-bedroom {
    width: 19px;
    height: 15px;
}

.icon--amenities-services-outdoors {
    width: 20px;
    height: 20px;
}

.icon--amenities-services-living-area {
    width: 19px;
    height: 17px;
}

.icon--amenities-services-food {
    width: 11px;
    height: 20px;
}

.icon--amenities-services-transport {
    width: 18px;
    height: 18px;
}

.icon--amenities-services-reseptionist {
    width: 16px;
    height: 18px;
}

.icon--amenities-services-clean {
    width: 19px;
    height: 19px;
}

.icon--amenities-services-business {
    width: 18px;
    height: 18px;
}

.icon--amenities-services-save {
    width: 16px;
    height: 18px;
}

.icon--amenities-services-all {
    width: 18px;
    height: 18px;
}

.icon--amenities-services-parking {
    width: 18px;
    height: 18px;
}

.icon--slider-similar-prev {
    width: 9px;
    height: 16px;
}

.icon--slider-similar-next {
    width: 9px;
    height: 16px;
}

.photo-icon {
    width: 20px;
    height: 20px;
}

.icon--no {
    height: 20px;
    color: red;
}

.hotel-amenities-services {
    margin-top: 23px;
    padding: 12px 30px 17px;
}

.hotel-amenities-services .card__item-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hotel-amenities-services__popular {
    margin-top: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--color-periwinkle-crayola-e1);
}

.hotel-amenities-services__popular-head {
    font-family: "Manrope SemiBold";
    font-size: 16px;
}

.hotel-amenities-services__popular .list-card-preview-servises {
    margin-top: 18px;
}

.hotel-amenities-services__body {
    margin-top: 31px;
    display: flex;
    justify-content: space-between;
}

.hotel-amenities-services__column {
    width: 32%;
    display: flex;
    flex-direction: column;
    gap: 30px 0;
}

.hotel-amenities-services__box {
}

.hotel-amenities-services__box-add {
    display: inline-block;
    margin: 2px 0 0 29px;
    padding: 5px 10px;
    border-radius: 10px;
    background-color: #f7f9fe;
    font-size: 12px;
    color: var(--color-lamantin);
}

.hotel-amenities-services__box-head {
    display: flex;
    align-items: center;
    gap: 0 8px;
}

.hotel-amenities-services__box-icon {
    width: 22px;
}

.hotel-amenities-services__box-name {
    font-family: "Manrope SemiBold";
    font-size: 16px;
}

.hotel-amenities-services__list {
    margin-top: 11px;
}

.list-hotel-amenities-services {
    display: flex;
    flex-direction: column;
    gap: 11px 0;
}

.list-hotel-amenities-services__item {
    position: relative;
    padding-left: 30px;
}

.list-hotel-amenities-services__item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    width: 12px;
    height: 9px;
    /* margin-right: 15px; */
    background-image: url(/images/svg/icon-list-hotel-room-servises.svg);
    background-repeat: no-repeat;
}

@media screen and (max-width: 574px) {
    .hotel-amenities-services__body {
        flex-direction: column;
        gap: 20px 0;
    }

    .hotel-amenities-services__column {
        width: 100%;
    }
}

@media screen and (max-width: 574px) {
    .hotel-amenities-services .card__item-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px 0;
    }
}

.hotel-place {
  margin-top: 22px;
  padding: 24px 30px 34px;
}

.hotel-place .hotel-room__body {
  margin-top: 14px;
}

.hotel-place__frame {
  height: 343px;
}

.hotel-place__content {
  margin-top: 29px;
  display: flex;
  flex-wrap: wrap;
}

.hotel-place-links {
  width: 27.3%;
}

.hotel-place-links--attractions {
  margin: 0 8.9% 0 6%;
}

.hotel-place-links--other {
  width: 21.7%;
}

.hotel-place-links__header {
  font-family: "Manrope SemiBold";
  font-size: 16px;
  color: var(--color-black);
}

.hotel-place-links__list {
  margin-top: 20px;
}

.list-hotel-place {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}

.list-hotel-place__item {
  display: flex;
  justify-content: space-between;
  font-family: "Manrope SemiBold";
  font-size: 14px;
  color: var(--color-habrahabr);
}

.list-hotel-place__name {
  color: currentColor;
  text-decoration: none;
}

.list-hotel-place__name:hover {
  text-decoration: underline;
}

.list-hotel-place__distance {
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .hotel-place__frame {
    height: 300px;
  }

  .hotel-place__frame img,
  .hotel-place__frame iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hotel-place__content {
    justify-content: space-between;
  }

  .hotel-place-links {
    width: 31%;
  }

  .hotel-place-links--attractions {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .hotel-place__content {
    flex-direction: column;
    gap: 20px 0;
  }

  .hotel-place-links {
    width: 100%;
  }
}

@media screen and (max-width: 574px) {
  .hotel-place__frame {
    height: 200px;
  }
}

.nav {
    display: flex;
    justify-content: flex-start;
    background-color: #e1e8f9;
    border-radius: 5px;
    padding: 7px 0;
}

.nav__item {
    width: 20%;
    position: relative;
    text-align: center;
}

.nav__item:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background-color: #c9d1e7;
}

.nav__item:last-child:after {
    content: none;
}

.nav__link {
    display: inline-block;
    font-size: 16px;
    padding: 10px 10px;
    color: var(--color-cobalt-blue);
    text-decoration: none;
}

.nav__link:hover {
    opacity: 0.8;
}

@media screen and (max-width: 767px) {
    .nav {
        justify-content: flex-start;
        width: 100%;
    }

    .nav__item {
        width: auto;
    }

    .nav__link {
        white-space: nowrap;
    }
}

/*
 * Media query mixin
 * Usage example:
 * div {
 *     @include screen('phone') {
 *         // Rules for resolutions above 'phone'
 *     }
 *
 *     @include screen('phone', max) {
 *         // Rules for resolutions below 'phone'
 *     }
 * }
*/
.card__head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 19px 29px 21px;
}

.list-hotels-rating--card {
  gap: 0 9px;
}

.card__name {
  margin: 15px 0 0;
  font-family: "Manrope SemiBold";
  font-size: 24px;
  letter-spacing: -0.4px;
}

.card__head-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hotel-info {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 0 34px;
}

.hotel-info-registry {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 1rem;
}
@media only screen and (max-width: 1169px) {
  .hotel-info-registry {
    margin-left: 2rem;
  }
}

@media only screen and (max-width: 1169px) {
  .info-block {
    display: flex;
  }
}
@media only screen and (max-width: 549px) {
  .info-block {
    display: block;
  }
}

.hotel-info__item {
  display: flex;
  align-items: center;
  gap: 0 1px;
}

.card__head-action {
  display: flex;
  align-items: center;
  gap: 8px;
}

.card__head-messenger {
  display: inline-flex;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.card__head-messenger:hover {
  transform: scale(1.1);
  opacity: 0.9;
}
.card__head-messenger img {
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.card__head-snape {
  position: relative;
  display: inline-block;
  width: 78px;
  text-align: center;
}

.card__head-snape:hover {
  opacity: 0.8;
}

.card__head-snape:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 1px;
  bottom: 6px;
  width: 1px;
  background-color: var(--color-periwinkle-crayola-e1);
}

.card__head-favorive {
  margin-right: 26px;
  display: inline-block;
  width: 78px;
  text-align: center;
  position: relative;
}

.card__head-favorive:hover {
  opacity: 0.8;
}

.card__head-favorive:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 1px;
  bottom: 6px;
  width: 1px;
  background-color: var(--color-periwinkle-crayola-e1);
}

.card__head-link {
  margin: -3px 10px 0 0;
  background-color: var(--color-blue-crayola-19);
  border-radius: 5px;
  padding: 15px 22px;
  font-family: "Manrope SemiBold";
  font-size: 16px;
  color: var(--color-white);
  text-decoration: none;
}

.card__head-link:hover {
  background-color: var(--color-light-slate-gray);
}

.card__item {
  border: 1px solid var(--color-periwinkle-crayola-e1);
  border-radius: 5px;
  background-color: var(--color-white);
}

.price__empty {
  font-family: "Manrope SemiBold";
  font-size: 1.25rem;
  padding: 1.5rem;
}
.price__empty img {
  width: 3rem;
  margin-right: 1rem;
  vertical-align: middle;
}

.card__item-head {
  clear: both;
}

.card__item-name {
  font-family: "Manrope SemiBold";
  font-size: 20px;
}

.card__item-name--big {
  font-size: 24px;
}

.card__item-description {
  font-size: 16px;
}

.card__item-link-rooms {
  font-size: 16px;
  color: var(--color-blue-crayola-19);
}

.card__item-link-rooms:hover {
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .card__head-info {
    width: 60%;
  }
  .card__head-action {
    width: 24%;
    flex-direction: column;
    gap: 10px 0;
  }
  .card__head-favorive {
    margin: 0;
    padding-bottom: 5px;
  }
  .card__head-favorive:after {
    top: auto;
    bottom: 0;
    right: auto;
    width: 30px;
    left: 50%;
    height: 1px;
    transform: translateX(-50%);
  }
  .card__head-snape {
    margin: 0;
    padding-bottom: 5px;
  }
  .card__head-snape:after {
    top: auto;
    bottom: 0;
    right: auto;
    width: 30px;
    left: 50%;
    height: 1px;
    transform: translateX(-50%);
  }
  .card__head-link {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .card__head-info {
    width: 100%;
    order: 1;
  }
  .card__head-action {
    order: 0;
    gap: 0 10px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--color-periwinkle-crayola-e1);
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
  }
  .card__head-snape {
    width: 60px;
    padding-bottom: 0;
  }
  .card__head-favorive {
    width: 60px;
    padding-bottom: 0;
  }
  .card__head-favorive:after,
  .card__head-snape:after {
    content: none;
  }
}
@media screen and (max-width: 574px) {
  .hotel-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px 0;
  }
}

.card-filter {
    margin-top: 20px;
    padding: 25px 25px 21px;
}

.card-filter__body {
    margin-top: 15px;
}

.form-filter {
    display: flex;
    flex-wrap: wrap;
    border: 5px solid var(--color-dark-cyan);
    background-color: var(--color-dark-cyan);
    border-radius: 7px;
}

.form-filter__item {
    width: 21.5%;
    padding: 12px 1.9% 9px;
    border-right: 1px solid #d1e4e8;
    background-color: var(--color-white);
}

.form-filter__item-first {
    width: 43%;
    padding: 12px 1.9% 9px;
    border-right: 1px solid #d1e4e8;
    background-color: var(--color-white);
}

@media screen and (max-width: 575px) {
    .form-filter__item-first {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}


.form-filter__item:last-of-type {
    border-right: none;
}

.form-filter__item-name {
    font-size: 12px;
}

.form-filter__item-select {
    margin-top: 1px;
    margin-left: -5px;
}

.form-filter__select {
    display: inline-block;
    width: auto;
    max-width: 100%;
    padding: 0 40px 5px 5px;
    font-family: "Manrope SemiBold";
    font-size: 16px;
    color: var(--color-habrahabr);
    margin: 0;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url(/images/img/icon-select.svg);
    background-repeat: no-repeat, repeat;
    background-position: right 40%;
    box-shadow: none;
    outline: none;
    transition: var(--var-transition);
    cursor: pointer;
}

.form-filter__select::-ms-expand {
    display: none;
}

.form-filter__select:hover {
    border-color: transparent;
    outline: none;
    box-shadow: none;
}

.form-filter__select:focus {
    border-color: transparent;
    color: var(--color-habrahabr);
    outline: none;
    box-shadow: none;
}

.form-filter__select option {
    font-weight: normal;
    padding: 3px 5px;
    cursor: pointer;
}

*[dir="rtl"] .form-filter__select,
:root:lang(ar) .form-filter__select,
:root:lang(iw) .form-filter__select {
    background-position: right 40%;
    padding: 0 40px 5px 0;
}

.form-filter__submit {
    width: 14%;
    background-color: var(--color-dark-cyan);
    border: none;
    font-size: 14px;
    color: var(--color-white);
    text-transform: uppercase;
    cursor: pointer;
    transition: var(--var-transition);
}

.form-filter__submit:hover {
    background-color: var(--color-blue-crayola-19);
}

@media screen and (max-width: 1024px) {

    .form-filter__item:nth-child(1),
    .form-filter__item:nth-child(2) {
        border-bottom: 1px solid #d1e4e8;
    }

    .form-filter__submit {
        padding: 12px 0;
        text-align: center;
    }
}

@media screen and (max-width: 574px) {
    .form-filter__item {
        width: 50%;
        padding: 12px 5% 6px;
    }

    .form-filter__item:nth-child(3) {
        border-bottom: 1px solid #d1e4e8;
    }

    .form-filter__select {
        width: 100%;
    }

    .form-filter__submit {
        width: 100%;
        text-align: center;
    }
}

.onditions-settlement {
  margin-top: 23px;
  padding: 33px 30px 21px;
}

.onditions-settlement .card__item-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-periwinkle-crayola-e1);
}

.onditions-settlement__body {
  margin-top: 24px;
}

.info-onditions-settlement {
  display: flex;
  flex-direction: column;
  gap: 37px 0;
}

/* .info-onditions-settlement__item {
  margin-bottom: 37px;
} */

.info-onditions-settlement__head {
  display: flex;
  align-items: center;
  gap: 0 10px;
}

.info-onditions-settlement__head-icon {
}

.info-onditions-settlement__head-text {
  font-family: "Manrope SemiBold";
  font-size: 16px;
}

.info-onditions-settlement__readmore {
  margin-top: 28px;
  display: flex;
  gap: 0 17%;
}

.info-onditions-settlement__time {
  display: flex;
  gap: 0 33px;
  font-family: "Manrope SemiBold";
  font-size: 16px;
}

.info-onditions-settlement__time-name {
  color: var(--color-habrahabr);
}

.info-onditions-settlement__time-value {
}

.info-onditions-settlement__content {
  margin-top: 22px;
}

.info-onditions-settlement__content a {
  color: var(--color-blue-crayola-19);
}

.info-onditions-settlement__content a:hover {
  text-decoration: none;
}

@media screen and (max-width: 574px) {
  .onditions-settlement .card__item-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px 0;
  }

  .info-onditions-settlement__readmore {
    margin-top: 15px;
    flex-direction: column;
    gap: 5px 0;
  }

  .info-onditions-settlement__time {
    gap: 0 20px;
  }
}

.actions {
    max-width: 1200px;
    margin: 0 auto;
}

.pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
}
.pagination .icon {
  width: 1rem;
  height: 1rem;
  fill: rgb(102, 102, 102);
}
.pagination .icon-left {
  margin-right: 0.6rem;
  transform: rotate(180deg);
}
.pagination .icon-right {
  margin-left: 0.6rem;
}

.pagination__item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  color: var(--color-black);
  text-decoration: none;
  transition: var(--var-transition);
}

.pagination__item:hover {
  color: var(--color-white);
  background-color: var(--color-moderate-turquoise);
}

.pagination__item:first-child {
  margin-right: 30px;
}

.pagination__item:last-child {
  margin-left: 30px;
}

.pagination__item--text {
  width: auto;
  height: auto;
  color: var(--color-cobalt-blue);
}

.pagination__item--text:hover {
  color: var(--color-cobalt-blue);
  background-color: transparent;
  text-decoration: underline;
}

.pagination__item--active {
  color: var(--color-white);
  background-color: var(--color-moderate-turquoise);
}

@media screen and (max-width: 574px) {
  .pagination {
    gap: 0 1px;
  }
  .pagination__item {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
  }
  .pagination__item:first-child {
    margin-right: 10px;
    width: auto;
  }
  .pagination__item:last-child {
    margin-left: 10px;
    width: auto;
  }
}

/*
 * Media query mixin
 * Usage example:
 * div {
 *     @include screen('phone') {
 *         // Rules for resolutions above 'phone'
 *     }
 *
 *     @include screen('phone', max) {
 *         // Rules for resolutions below 'phone'
 *     }
 * }
*/
.card-preview {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}

.card-preview__box {
  margin: 0;
  width: 185px;
  height: 160px;
  overflow: hidden;
}
.card-preview__box-column {
  height: 100%;
}

.card-preview__box img, .card-preview__box-column img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.card-preview__image {
  height: 100%;
}

.card-preview__content {
  width: 23%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.card-preview__frame {
  width: 74.3%;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}

.card-preview__frame-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.card-preview__frame-row--line .card-preview__box {
  width: 32.3%;
}

.card-preview__frame-column {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  width: 21.3%;
}

.card-preview__frame-column--slider {
  width: 77.1%;
}

.card-preview__box--readmore {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10rem;
}

.card-preview__box--readmore:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(29, 39, 65, 0.5);
  transition: var(--var-transition);
}

.card-preview__box--readmore:hover:before {
  background-color: rgba(29, 39, 65, 0.8);
}

.card-preview__box-content {
  position: absolute;
  font-family: "Manrope Bold";
  font-size: 20px;
  color: var(--color-white);
  text-align: center;
  z-index: 1;
}

.card-preview-info {
  display: flex;
  flex-direction: column;
  flex: 1 auto;
  margin-top: 20px;
  padding: 18px 20px;
  border: 1px solid var(--color-periwinkle-crayola-e1);
  border-radius: 5px;
  background-color: var(--color-white);
}

/* .card-preview-info__head {
  width: 100%;
} */
.hotels-rating-info--card {
  width: 100%;
  max-width: 100%;
  padding-bottom: 16px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  border: none;
  border-bottom: 1px solid var(--color-periwinkle-crayola-e1);
}

.hotels-rating-info--card .hotels-rating-info__name {
  margin-bottom: 0;
  font-size: 16px;
  font-family: "Manrope SemiBold";
}

.hotels-rating-info--card .hotels-rating-info__all {
  margin-top: 6px;
}

.hotels-rating-info--card .hotels-rating-info__value {
  margin-top: 2px;
}

.card-preview-info__data {
  width: 100%;
  margin-top: 1.875rem;
}
@media only screen and (max-width: 1169px) {
  .card-preview-info__data {
    margin-top: 1rem;
  }
}

.list-card-preview-servises {
  display: flex;
  gap: 20px 0;
}

.list-card-preview-servises-column {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media only screen and (max-width: 1169px) {
  .list-card-preview-servises-column {
    flex-wrap: wrap;
    gap: 10px 20px;
    flex-direction: row;
  }
}
.list-card-preview-servises__item, .list-card-preview-servises__item-column {
  display: flex;
  align-items: center;
  gap: 0 9px;
}

.list-card-preview-servises__item-icon {
  width: 18px;
}

.list-card-preview-servises__item:not(:first-child) {
  margin-left: 1rem;
}
@media screen and (max-width: 574px) {
  .list-card-preview-servises__item:not(:first-child) {
    margin-left: 0;
  }
}

.card-preview-info__readmore {
  display: inline-block;
  margin-top: 2.875rem;
  color: var(--color-blue-crayola-19);
}
@media only screen and (max-width: 1169px) {
  .card-preview-info__readmore {
    margin-top: 2rem;
  }
}

.card-preview-info__readmore:hover {
  text-decoration: none;
}

.slider-preview {
  width: 100%;
}

.slider-preview .swiper-button-prev,
.slider-preview .swiper-button-next {
  width: 18px;
  height: 30px;
}

.slider-preview .swiper-button-prev:after,
.slider-preview .swiper-button-next:after {
  content: none;
  display: none;
}

@media only screen and (max-width: 1169px) {
  .card-preview {
    gap: 20px 0;
  }
  .card-preview__content {
    width: 100%;
  }
  .list-card-preview-servises {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 20px;
  }
  .card-preview__frame {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .list-card-preview-servises {
    flex-direction: column;
    gap: 10px 0;
  }
  .card-preview__frame {
    gap: 10px 0;
  }
  .card-preview__frame-row {
    gap: 10px 0;
  }
  .card-preview__frame-column {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    gap: 0 10px;
  }
  .card-preview__frame-column .card-preview__box {
    height: 154px;
    width: 50%;
  }
  .card-preview__frame-column .card-preview__box img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .card-preview__frame-column--slider {
    width: 100%;
  }
  .card-preview__frame-row--line .card-preview__box {
    width: 100%;
  }
  .card-preview__frame-row--line .card-preview__box img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .card-preview__box {
    height: unset;
  }
}

:root {
    --color-light-slate-gray: #6d7f9e;
    --color-blue-degrees: #015ae0;
    --color-wild-blue-crayola: #a3b3d0;
    --color-cobalt-blue: #1d2741;
    --color-dark-cyan: #009193;
    --color-thrush-egg: #01e0c5;
    --color-blue-crayola-1a: #1a5eff;
    --color-habrahabr: #8897b1;
    --color-blue-crayola-19: #195eff;
    --color-moderate-turquoise: #49ccbe;
    --color-smoky-white: #f5f5f5;
    --color-periwinkle-crayola: #dcf2f2;
    --color-periwinkle-crayola-e1: #e1e3eb;
    --color-lamantin: #8f95a1;
    --color-white: #fff;
    --color-black: #000;
    --var-transition: 0.3s ease-in-out;
}

html {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

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

body {
    font-family: "Manrope Regular";
    font-size: 14px;
    color: var(--color-cobalt-blue);
    line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
}

p {
    margin: 0;
}

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

a {
    transition: var(--var-transition);
}

img {
    max-width: 100%;
    vertical-align: top;
}

textarea {
    resize: none;
}

label {
    margin: 0;
    display: block;
}

iframe {
    max-width: 100%;
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    padding: 1rem;
}

.page-header {
    margin: 0;
    font-family: "Manrope Bold";
    font-size: 32px;
}

.page-subheader {
    margin-top: 13px;
    font-size: 16px;
}

@media screen and (max-width: 1199px) {
    .section,
    section {
        min-width: 100%;
    }
}

@media screen and (max-width: 574px) {
    .page-header {
        font-size: 30px;
    }
}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox + label {
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 1.5rem;
}

.custom-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
}

.custom-checkbox:checked + label::before {
  border-color: var(--color-dark-cyan);
  color: var(--color-dark-cyan);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23009393' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'%3e%3cpolyline points='20 6 9 17 4 12'%3e%3c/polyline%3e%3c/svg%3e");
}

.custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: var(--color-moderate-turquoise);
}

.custom-checkbox:not(:disabled):active + label::before {
  background-color: var(--color-moderate-turquoise);
  border-color: var(--color-moderate-turquoise);
}

.custom-checkbox:focus + label::before {
  box-shadow: 0 0 0 0.2rem var(--color-periwinkle-crayola);
}

.custom-checkbox:focus:not(:checked) + label::before {
  border-color: var(--color-dark-cyan);
}

.custom-checkbox:disabled + label::before {
  background-color: #e9ecef;
}

@charset "UTF-8";
/*
 * Media query mixin
 * Usage example:
 * div {
 *     @include screen('phone') {
 *         // Rules for resolutions above 'phone'
 *     }
 *
 *     @include screen('phone', max) {
 *         // Rules for resolutions below 'phone'
 *     }
 * }
*/
.hotel-room {
  margin-top: 21px;
  padding: 19px 29px;
}

.hotel-room__head {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.hotel-room__img {
  width: 140px;
  position: relative;
  margin-bottom: 1rem;
}

.hotel-room__img .hotel-room__img__badge {
  position: absolute;
  background-color: var(--color-white);
  color: var(--color-black);
  bottom: 5px;
  border-radius: 3px;
  right: 3px;
  padding: 2px;
}

.hotel-room__info {
  padding-left: 2.7%;
}

.hotel-room__name {
  font-family: "Manrope SemiBold";
  font-size: 20px;
}

.hotel-room__furniture {
  margin-top: 8px;
  font-size: 14px;
  color: var(--color-habrahabr);
}

.hotel-room__description {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-habrahabr);
}

.list-card-preview-servises--rooms {
  margin-top: 11px;
  flex-direction: row;
  gap: 1rem;
}
@media only screen and (max-width: 549px) {
  .list-card-preview-servises--rooms {
    flex-direction: column;
    gap: 10px 0;
  }
}

.hotel-room__square {
  margin-left: auto;
  font-family: "Manrope SemiBold";
  font-size: 20px;
  white-space: nowrap;
}
@media only screen and (max-width: 549px) {
  .hotel-room__square {
    top: 0;
    right: 0;
  }
}

.hotel-room__square sup {
  font-size: 55%;
}

.hotel-room__body {
  margin-top: 19px;
}

.hotel-room__box {
  display: flex;
  border-top: 1px solid var(--color-periwinkle-crayola-e1);
  padding: 19px 0 0;
}
@media only screen and (max-width: 767px) {
  .hotel-room__box {
    flex-direction: column;
  }
}
@media only screen and (max-width: 549px) {
  .hotel-room__box {
    padding-top: 0;
  }
}

.hotel-room__servises {
  padding-top: 1px;
  width: 21.7%;
  border-right: 1px solid var(--color-periwinkle-crayola-e1);
}

.list-hotel-room-servises {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 12px;
  max-height: 120px;
  overflow: hidden;
}

.list-hotel-room-servises__item {
  position: relative;
  font-size: 12px;
}

.list-hotel-room-servises__item:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 9px;
  margin-right: 3px;
  background-image: url(/images/svg/icon-list-hotel-room-servises.svg);
  background-repeat: no-repeat;
}

.hotel-room__servises-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  font-size: 14px;
  color: var(--color-blue-crayola-19);
  text-decoration: none;
  transition: color 0.2s ease;
}
.hotel-room__servises-all:hover {
  text-decoration: none;
  color: var(--color-light-slate-gray);
}
.hotel-room__servises-all .icon--toggle {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
  transform: rotate(90deg);
}

.hotel-room__amenities-section {
  margin-top: 16px;
}

.hotel-room__amenities-toggle {
  margin-bottom: 12px;
}

.hotel-room__amenities-list {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--color-periwinkle-crayola-e1);
}

.hotel-room__amenities-group {
  margin-bottom: 20px;
}
.hotel-room__amenities-group:last-child {
  margin-bottom: 0;
}

.hotel-room__amenities-group-name {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Manrope SemiBold";
  font-size: 16px;
  margin-bottom: 12px;
  color: var(--color-black);
}

.hotel-room__amenities-group-icon {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.hotel-room__amenity-icon {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  vertical-align: middle;
  -o-object-fit: contain;
     object-fit: contain;
}

.list-hotel-room-servises {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  max-height: none;
  overflow: visible;
}
.list-hotel-room-servises__item {
  position: relative;
  font-size: 13px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  padding-left: 0;
}
.list-hotel-room-servises__item:before {
  display: none;
}

.hotel-room__price-container {
  display: flex;
  flex-direction: column;
  width: 78%;
}

.hotel-room__price {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-periwinkle-crayola-e1);
  padding-bottom: 1rem;
}

.hotel-room__price:not(:first-child) {
  margin-top: 1rem;
}

.hotel-room__price:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.hotel-room-meal {
  text-align: left;
  margin-left: 2rem;
}
@media only screen and (max-width: 1169px) {
  .hotel-room-meal {
    margin-left: 0.5rem;
  }
}

.hotel-room-guests__name {
  font-size: 12px;
}

.hotel-room-guests__info {
  margin-top: 3px;
  font-family: "Manrope SemiBold";
  font-size: 16px;
  color: var(--color-habrahabr);
}

.hotel-room__payment {
  width: 18.7%;
  min-width: 10rem;
  padding-left: 2rem;
  border-left: 1px solid var(--color-periwinkle-crayola-e1);
}
@media only screen and (max-width: 1169px) {
  .hotel-room__payment {
    padding-left: 0.5rem;
  }
}

.hotel-room__persons {
  display: flex;
  align-items: center;
  margin-top: 0.25rem;
}

.person {
  width: 1rem;
  height: 1rem;
}

.hotel-room__capacity {
  display: flex;
  flex-direction: column;
  margin-left: 2rem;
  top: 0;
  right: 0;
  justify-content: end;
}

.hotel-room-payment__box {
  margin-bottom: 17px;
}

.hotel-room-payment__box-name {
  font-size: 12px;
}

.hotel-room-payment__box-info {
  margin-top: 2px;
  font-family: "Manrope SemiBold";
  font-size: 16px;
  color: var(--color-habrahabr);
}

.hotel-room__action {
  width: 50%;
  padding-left: 2rem;
  border-left: 1px solid var(--color-periwinkle-crayola-e1);
}
@media only screen and (max-width: 1169px) {
  .hotel-room__action {
    padding-left: 0.5rem;
  }
}

.hotel-room-action {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 2rem;
}

.hotel-room-action:not(:last-child) {
  border-bottom: 1px solid var(--color-periwinkle-crayola-e1);
}

.hotel-room-action:not(:first-child) {
  padding-top: 1rem;
}

.hotel-room-action__info {
  width: 45%;
}

.hotel-room-action__old-price {
  color: var(--color-habrahabr);
}

.hotel-room-action__current-price {
  font-size: 24px;
  font-family: "Manrope SemiBold";
}

.hotel-room-action__description {
  font-size: 12px;
  color: var(--color-habrahabr);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.hotel-room-action__buy {
  display: inline-block;
  padding: 14px 22px 14px;
  border-radius: 5px;
  background-color: var(--color-blue-crayola-19);
  font-size: 16px;
  color: var(--color-white);
  text-decoration: none;
  max-height: 50px;
  border: none;
}
@media only screen and (max-width: 1169px) {
  .hotel-room-action__buy {
    width: 100%;
    margin-top: 1rem;
  }
}

.hotel-room-action__buy:hover {
  background-color: var(--color-light-slate-gray);
}

.hotel-room__meal {
  width: 10rem;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .hotel-room__servises {
    width: 25%;
  }
  .hotel-room__meal {
    margin-left: 0.5rem;
    width: 10%;
  }
  .hotel-room__payment {
    margin-left: 0.5rem;
    width: 25%;
  }
  .hotel-room__action {
    margin-left: 0.5rem;
    width: 40%;
  }
  .hotel-room-action {
    flex-direction: column;
  }
  .hotel-room-action__info {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .hotel-room__servises {
    width: 100%;
    border-right: none;
    border-bottom: 1px dashed var(--color-periwinkle-crayola-e1);
    padding: 0.5rem;
  }
  .hotel-room__meal {
    width: 100%;
    border-right: none;
    border-bottom: 1px dashed var(--color-periwinkle-crayola-e1);
    padding: 0.5rem;
  }
  .hotel-room__payment {
    width: 100%;
    border-right: none;
    border-bottom: 1px dashed var(--color-periwinkle-crayola-e1);
    padding: 0.5rem;
  }
  .hotel-room__action {
    width: 100%;
    border-right: none;
    padding: 0.5rem;
  }
  .hotel-room-guests {
    text-align: left;
  }
}
@media screen and (max-width: 574px) {
  .hotel-room__info {
    padding-left: 0;
  }
  .hotel-room__price {
    flex-direction: column;
  }
  .hotel-room-meal {
    margin-left: 0;
  }
  .hotel-room__payment, .hotel-room__servises, .hotel-room__meal {
    border-bottom: none;
  }
  .hotel-room__payment {
    border-left: none;
  }
  .hotel-room__action {
    border-left: none;
  }
  .hotel-room__price-container {
    width: 100%;
  }
  .hotel-room-payment__box {
    margin-bottom: 0.5rem;
  }
  .hotel-room-action {
    padding-bottom: unset;
  }
  .hotel-room {
    padding: 1rem;
  }
}
.hotel-room--card {
  padding: 0;
  overflow: hidden;
}
.hotel-room--card .hotel-room__layout {
  display: flex;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .hotel-room--card .hotel-room__layout {
    flex-direction: column;
    gap: 0;
  }
}
.hotel-room--card .hotel-room__gallery {
  flex-shrink: 0;
  width: 280px;
}
@media only screen and (max-width: 767px) {
  .hotel-room--card .hotel-room__gallery {
    width: 100%;
  }
}
.hotel-room--card .hotel-room__img--large {
  width: 100%;
  height: 200px;
  margin: 0;
  overflow: hidden;
  border-radius: 5px 0 0 5px;
}
.hotel-room--card .hotel-room__img--large img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.hotel-room--card .hotel-room__img--large:hover img {
  transform: scale(1.05);
}
@media only screen and (max-width: 767px) {
  .hotel-room--card .hotel-room__img--large {
    height: 220px;
    border-radius: 5px 5px 0 0;
  }
}
.hotel-room--card .hotel-room__img--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-periwinkle-crayola-e1);
}
.hotel-room--card .hotel-room__img--placeholder .icon {
  opacity: 0.5;
}
.hotel-room--card .hotel-room__content {
  flex: 1;
  padding: 20px 24px 20px 0;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .hotel-room--card .hotel-room__content {
    padding: 20px;
  }
}
.hotel-room--card .hotel-room__header {
  margin-bottom: 12px;
}
.hotel-room--card .hotel-room__title-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 549px) {
  .hotel-room--card .hotel-room__title-row {
    flex-direction: column;
    gap: 12px;
  }
}
.hotel-room--card .hotel-room__name {
  font-family: "Manrope SemiBold";
  font-size: 22px;
  margin: 0;
  color: var(--color-black);
}
.hotel-room--card .hotel-room__book-btn {
  flex-shrink: 0;
  display: inline-block;
  padding: 12px 24px;
  background-color: var(--color-blue-crayola-19);
  color: var(--color-white);
  font-family: "Manrope SemiBold";
  font-size: 14px;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.2s ease;
}
.hotel-room--card .hotel-room__book-btn:hover {
  background-color: var(--color-light-slate-gray);
  text-decoration: none;
}
@media only screen and (max-width: 549px) {
  .hotel-room--card .hotel-room__book-btn {
    width: 100%;
    text-align: center;
  }
}
.hotel-room--card .hotel-room__specs {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.hotel-room--card .hotel-room__spec {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: var(--color-habrahabr);
}
.hotel-room--card .hotel-room__spec .icon {
  opacity: 0.7;
}
.hotel-room--card .hotel-room__description {
  margin: 12px 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-habrahabr);
}
.hotel-room--card .hotel-room__amenities {
  margin-top: auto;
}
.hotel-room--card .hotel-room__amenities-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.hotel-room--card .hotel-room__amenity-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: #f5f7fa;
  border-radius: 20px;
  font-size: 13px;
  color: var(--color-habrahabr);
}
.hotel-room--card .hotel-room__amenity-tag img {
  opacity: 0.7;
}
.hotel-room--card .hotel-room__amenities-more {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  font-size: 13px;
  color: var(--color-blue-crayola-19);
  text-decoration: none;
}
.hotel-room--card .hotel-room__amenities-more:hover {
  text-decoration: underline;
}
.hotel-room--card .hotel-room__amenities-full {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--color-periwinkle-crayola-e1);
}
.hotel-room--card .hotel-room__amenities-group {
  margin-bottom: 16px;
}
.hotel-room--card .hotel-room__amenities-group:last-of-type {
  margin-bottom: 12px;
}
.hotel-room--card .hotel-room__amenities-group-name {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Manrope SemiBold";
  font-size: 14px;
  margin-bottom: 8px;
  color: var(--color-black);
}
.hotel-room--card .hotel-room__amenities-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.hotel-room--card .hotel-room__amenities-list li {
  font-size: 13px;
  color: var(--color-habrahabr);
  position: relative;
  padding-left: 16px;
}
.hotel-room--card .hotel-room__amenities-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #48bb78;
  font-size: 12px;
}
.hotel-room--card .hotel-room__amenities-hide {
  display: inline-block;
  font-size: 13px;
  color: var(--color-blue-crayola-19);
  text-decoration: none;
}
.hotel-room--card .hotel-room__amenities-hide:hover {
  text-decoration: underline;
}

/*
 * Media query mixin
 * Usage example:
 * div {
 *     @include screen('phone') {
 *         // Rules for resolutions above 'phone'
 *     }
 *
 *     @include screen('phone', max) {
 *         // Rules for resolutions below 'phone'
 *     }
 * }
*/
.list-hotels {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.list-hotels__item {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  background-color: var(--color-white);
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(103, 142, 154, 0.3);
}

.list-hotels__frame {
  width: 25.7%;
  min-width: 270px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .list-hotels__frame {
    width: 100%;
    text-align: center;
  }
}

.list-hotels__frame-box {
  position: relative;
  display: inline-block;
}
.list-hotels__frame-box img {
  border-radius: 5px;
}

.list-hotels__like {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  transition: var(--var-transition);
}
.list-hotels__like:hover {
  background-color: var(--color-white);
}

.list-hotels__nutrion {
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 1;
  height: 30px;
  padding: 5px 19px;
  border-radius: 0;
  background-color: var(--color-thrush-egg);
  font-family: "Manrope SemiBold";
  color: var(--color-white);
}

.list-hotels__content {
  padding: 20px;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
@media only screen and (max-width: 1639px) {
  .list-hotels__content {
    width: 44.5%;
    padding: 2px 1.6% 0 2.6%;
  }
}
@media only screen and (max-width: 767px) {
  .list-hotels__content {
    width: 100%;
    margin-top: 15px;
    padding: 0;
  }
}
.list-hotels__content .list-card-preview-servises--rooms {
  margin-top: auto;
}

.list-hotels__content-line {
  margin-top: 3px;
  display: flex;
  align-items: baseline;
}

.list-hotels__name {
  font-family: "Manrope SemiBold";
  font-size: 18px;
}

.list-hotels__name:hover {
  color: var(--color-blue-crayola-1a);
  cursor: pointer;
}

.list-hotels-rating {
  display: flex;
  gap: 0 6px;
}
.list-hotels-rating__item {
  width: 13px;
  height: 13px;
}
.list-hotels-rating__maps-link {
  margin-left: 12px;
  font-size: 12px;
  color: var(--color-blue-crayola-1a);
}
.list-hotels-rating__maps-link:hover {
  text-decoration: none;
}

.list-hotels__servises {
  margin-left: auto;
}

.hotel-servises {
  display: flex;
}
.hotel-servises__item {
  display: flex;
  align-items: center;
  gap: 0 6px;
}
.hotel-servises__item-text {
  font-size: 12px;
}

.list-hotels__offer {
  display: inline-block;
  margin-top: 11px;
  padding: 5px 7px;
  font-family: "Manrope Bold";
  font-size: 12px;
  color: var(--color-white);
  background-color: var(--color-dark-cyan);
}

.list-hotels__variant {
  margin-top: 15px;
  font-family: "Manrope SemiBold";
}

.list-hotels__furniture {
  margin-top: 7px;
}

.list-hotels__description-container {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.list-hotels__description {
  margin-top: 13px;
  line-height: 1.4;
  font-size: 14px;
  flex: 1;
  overflow: hidden;
  position: relative;
  min-height: 0;
}
.list-hotels__description::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 39.2px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.95));
  pointer-events: none;
}

.list-hotels__data {
  width: 26.8%;
  padding: 4px 5px 0 0;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  align-items: center;
}
@media only screen and (max-width: 1639px) {
  .list-hotels__data {
    width: 29.8%;
  }
}
@media only screen and (max-width: 767px) {
  .list-hotels__data {
    width: 100%;
    margin-top: 10px;
    padding: 10px 0 0;
    border-top: 1px solid var(--color-periwinkle-crayola);
  }
}
.list-hotels__data .btn-primary {
  width: 100%;
}
.list-hotels__data .list-hotels-room__price-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
}
.list-hotels__data .list-hotels-room__price-item .list-hotels-rooms__nights {
  text-align: center;
  width: 100%;
}
.list-hotels__data .list-hotels-room__meal {
  text-align: center;
}
.list-hotels__data .list-hotels-room__price {
  text-align: center;
  margin-bottom: 2rem;
}
.list-hotels__data .list-hotels-room__book {
  margin-top: auto;
  width: 100%;
}

.list-hotels__data-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.hotels-rating-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100px;
  max-width: 96px;
  text-align: center;
  border-left: 1px solid var(--color-periwinkle-crayola);
  border-right: 1px solid var(--color-periwinkle-crayola);
}
.hotels-rating-info__name {
  margin-bottom: 9px;
}
.hotels-rating-info__value {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 36px;
  border-radius: 10px 5px 5px 0;
  background-color: var(--color-moderate-turquoise);
  font-family: "Manrope Bold";
  font-size: 16px;
  color: var(--color-white);
}
.hotels-rating-info__all {
  margin-top: 8px;
  font-size: 12px;
  color: var(--color-habrahabr);
}

.list-hotels-rooms {
  margin-top: 15px;
}
.list-hotels-rooms__header {
  margin-bottom: 15px;
}
.list-hotels-rooms__title {
  font-family: "Manrope SemiBold";
  font-size: 16px;
  margin-bottom: 8px;
}
.list-hotels-rooms__nights {
  font-size: 12px;
  color: var(--color-gray);
}
.list-hotels-rooms__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.list-hotels-room {
  padding: 12px;
  background-color: var(--color-light-gray);
  border-radius: 8px;
}
.list-hotels-room__name {
  font-family: "Manrope SemiBold";
  font-size: 14px;
  margin-bottom: 10px;
}
.list-hotels-room__prices {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.list-hotels-room__price-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px;
  background-color: var(--color-white);
  border-radius: 6px;
}
.list-hotels-room__meal {
  font-size: 12px;
  color: var(--color-gray);
}
.list-hotels-room__price {
  font-family: "Manrope SemiBold";
  font-size: 24px;
  line-height: 1.2;
  color: inherit;
}
.list-hotels-room__book {
  white-space: nowrap;
}

.list-hotels-prices {
  text-align: right;
  width: calc(100% - 96px);
}
.list-hotels-prices__old {
  color: var(--color-habrahabr);
}
.list-hotels-prices__current {
  font-family: "Manrope SemiBold";
  font-size: 24px;
  line-height: 1.2;
}
.list-hotels-prices__data {
  margin-top: 2px;
  font-size: 12px;
  color: var(--color-habrahabr);
  line-height: 1.55;
}

.list-hotels__seat-availability {
  margin-top: 27px;
}

.card__container {
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 549px) {
  .card__container {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.photos-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  color: var(--color-blue-crayola-1a);
}
.photos-link img {
  margin-right: 5px;
}

.range-filter {
    padding-bottom: 7px;
}

.range-filter__value {
    display: flex;
    justify-content: space-between;
}

.range-filter__input {
    width: 92px;
    height: 39px;
    padding: 0 10px;
    border: 1px solid var(--color-light-slate-gray);
    border-radius: 3px;
    font-size: 16px;
    color: var(--color-habrahabr);
}

.range-filter__input::-webkit-input-placeholder {
    font-size: 16px;
    color: var(--color-habrahabr);
}

.range-filter__input:-moz-placeholder {
    font-size: 16px;
    color: var(--color-habrahabr);
}

.range-filter__input::-moz-placeholder {
    font-size: 16px;
    color: var(--color-habrahabr);
}

.range-filter__input:-ms-input-placeholder {
    font-size: 16px;
    color: var(--color-habrahabr);
}

.range-filter__change {
    margin-top: 18px;
    position: relative;
}

.range-filter-track {
    width: 100%;
    height: 2px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 2px;
}

.range-filter__range {
    appearance: none;
    width: 100%;
    outline: none;
    position: absolute;
    margin: auto;
    top: 2px;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
}

.range-filter__range::-webkit-slider-runnable-track {
    appearance: none;
    height: 2px;
}

.range-filter__range::-moz-range-track {
    -moz-appearance: none;
    height: 2px;
}

.range-filter__range::-ms-track {
    appearance: none;
    height: 2px;
}

.range-filter__range::-webkit-slider-thumb {
    appearance: none;
    height: 15px;
    width: 15px;
    background-color: var(--color-blue-crayola-19);
    cursor: pointer;
    margin-top: -9px;
    pointer-events: auto;
    border: 3px solid var(--color-white);
    border-radius: 50%;
    box-shadow: 0 4px 5px rgba(42, 88, 115, 0.2);
    transition: var(--var-transition);
}

.range-filter__range::-moz-range-thumb {
    appearance: none;
    height: 15px;
    width: 15px;
    background-color: var(--color-blue-crayola-19);
    cursor: pointer;
    margin-top: -9px;
    pointer-events: auto;
    border: 3px solid var(--color-white);
    border-radius: 50%;
    box-shadow: 0 4px 5px rgba(42, 88, 115, 0.2);
}

.range-filter__range::-ms-thumb {
    appearance: none;
    height: 15px;
    width: 15px;
    background-color: var(--color-blue-crayola-19);
    cursor: pointer;
    margin-top: -9px;
    pointer-events: auto;
    border: 3px solid var(--color-white);
    border-radius: 50%;
    box-shadow: 0 4px 5px rgba(42, 88, 115, 0.2);
}

.range-filter__range:active::-webkit-slider-thumb {
    background-color: #ffffff;
    border: 1px solid #195eff;
}

.block-filter {
  margin-top: 15px;
  padding: 12px 28px 122px;
  background-color: var(--color-white);
  border: 1px solid var(--color-periwinkle-crayola-e1);
  border-radius: 5px;
}

.block-filter__box {
  padding: 20px 0 20px;
  border-bottom: 1px solid var(--color-periwinkle-crayola-e1);
}

.block-filter__box:last-of-type {
  border: none;
}

.block-filter__box-name {
  font-family: "Manrope SemiBold";
  font-size: 16px;
}

.block-filter__box-list {
  margin-top: 20px;
}

.block-filter__range {
  margin-top: 20px;
}

.list-filter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px 0;
}

.list-filter__item {
  display: flex;
  cursor: pointer;
}

.list-filter__item-text {
  position: relative;
  padding-left: 25px;
  color: var(--color-light-slate-gray);
}

.list-filter__item-text:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 15px;
  height: 15px;
  border: 1px solid var(--color-light-slate-gray);
  border-radius: 3px;
  transition: var(--var-transition);
}

.list-filter__checkbox {
}

.list-filter__checkbox:checked + .list-filter__item-text:before {
  background-color: var(--color-blue-crayola-19);
  background-image: url(../img/icon-check.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.block-filter__add {
  margin-top: 14px;
  padding-bottom: 4px;
  display: inline-flex;
  align-items: center;
  gap: 0 6px;
  color: var(--color-blue-crayola-19);
  text-decoration: none;
  border-bottom: 2px solid var(--color-blue-crayola-19);
}

.block-filter__add:hover {
  border-color: transparent;
}

.block-filter__add-text {
}

.block-filter__add-icon {
  width: 8px;
  line-height: 0;
}

/*
 * Media query mixin
 * Usage example:
 * div {
 *     @include screen('phone') {
 *         // Rules for resolutions above 'phone'
 *     }
 *
 *     @include screen('phone', max) {
 *         // Rules for resolutions below 'phone'
 *     }
 * }
*/
.breadcrumbs {
  display: flex;
  gap: 0 1rem;
}
@media only screen and (max-width: 1169px) {
  .breadcrumbs {
    margin-left: 1.5rem;
  }
}

.breadcrumbs__item {
  font-size: 12px;
  position: relative;
}

.breadcrumbs__item::after {
  content: "";
  position: absolute;
  top: 0.25rem;
  right: -0.75rem;
  width: 6px;
  height: 10px;
  background-image: url(/images/svg/icon-breacrumbs.svg);
  background-repeat: no-repeat;
}

.breadcrumbs__item:last-child::after {
  content: none;
}

.breadcrumbs__link {
  color: var(--color-blue-degrees);
  text-decoration: none;
}

.breadcrumbs__current {
  color: var(--color-wild-blue-crayola);
}

.breadcrumbs__link:hover {
  color: var(--color-wild-blue-crayola);
}

.subscription-banner {
  position: relative;
  padding: 50px 20px;
  overflow: hidden;
  background: linear-gradient(135deg, #1e3a5f 0%, #0f172a 100%);
}
.subscription-banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 20% 50%, rgba(59, 130, 246, 0.15) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(16, 185, 129, 0.1) 0%, transparent 50%);
  pointer-events: none;
}
.subscription-banner__container {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.subscription-banner__icon {
  font-size: 64px;
  margin-bottom: 24px;
  animation: bounce 2s ease infinite;
}
.subscription-banner__title {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px;
  line-height: 1.3;
}
@media (max-width: 640px) {
  .subscription-banner__title {
    font-size: 28px;
  }
}
.subscription-banner__highlight {
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.subscription-banner__text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 32px;
  line-height: 1.6;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 640px) {
  .subscription-banner__text {
    font-size: 16px;
  }
}
.subscription-banner__form {
  max-width: 500px;
  margin: 0 auto;
}
.subscription-banner__input-wrap {
  display: flex;
  gap: 12px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 8px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 500px) {
  .subscription-banner__input-wrap {
    flex-direction: column;
    gap: 8px;
  }
}
.subscription-banner__input {
  flex: 1;
  padding: 16px 20px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  background: #fff;
  color: #1f2937;
  outline: none;
}
.subscription-banner__input::-moz-placeholder {
  color: #9ca3af;
}
.subscription-banner__input::placeholder {
  color: #9ca3af;
}
.subscription-banner__input:focus {
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3);
}
.subscription-banner__button {
  padding: 16px 32px;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.subscription-banner__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
}
.subscription-banner__button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}
.subscription-banner__button--verify {
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
}
.subscription-banner__button--verify:hover {
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
}
@media (max-width: 500px) {
  .subscription-banner__button {
    width: 100%;
  }
}
.subscription-banner__button-loader {
  display: inline-flex;
  animation: spin 1s linear infinite;
}
.subscription-banner__hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 16px 0 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}
.subscription-banner__hint svg {
  opacity: 0.7;
}
.subscription-banner__error {
  margin: 12px 0 0;
  padding: 12px 16px;
  background: rgba(239, 68, 68, 0.2);
  border: 1px solid rgba(239, 68, 68, 0.4);
  border-radius: 8px;
  color: #fca5a5;
  font-size: 14px;
}
.subscription-banner__verify {
  max-width: 400px;
  margin: 0 auto;
}
.subscription-banner__verify-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  margin: 0 0 24px;
}
.subscription-banner__verify-text strong {
  color: #fff;
}
.subscription-banner__code-input {
  display: flex;
  gap: 12px;
  justify-content: center;
}
@media (max-width: 400px) {
  .subscription-banner__code-input {
    flex-direction: column;
  }
}
.subscription-banner__code {
  width: 160px;
  padding: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  outline: none;
}
.subscription-banner__code:focus {
  border-color: #3b82f6;
  background: rgba(255, 255, 255, 0.15);
}
.subscription-banner__code::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 8px;
}
.subscription-banner__code::placeholder {
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 8px;
}
@media (max-width: 400px) {
  .subscription-banner__code {
    width: 100%;
  }
}
.subscription-banner__resend {
  margin: 16px 0 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.subscription-banner__resend a {
  color: #60a5fa;
  text-decoration: none;
}
.subscription-banner__resend a:hover {
  text-decoration: underline;
}
.subscription-banner__success {
  max-width: 400px;
  margin: 0 auto;
}
.subscription-banner__success-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #fff;
  animation: pop 0.4s ease;
}
.subscription-banner__success-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  margin: 0 0 16px;
}
.subscription-banner__promo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  padding: 16px 24px;
  border-radius: 12px;
  margin-bottom: 16px;
}
.subscription-banner__promo-code {
  font-size: 28px;
  font-weight: 700;
  color: #92400e;
  letter-spacing: 2px;
}
.subscription-banner__copy {
  padding: 8px;
  background: rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 6px;
  cursor: pointer;
  color: #92400e;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.subscription-banner__copy:hover {
  background: rgba(0, 0, 0, 0.15);
}
.subscription-banner__promo-hint {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin: 0;
}
.subscription-banner__features {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 48px;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .subscription-banner__features {
    gap: 16px;
  }
}
.subscription-banner__feature {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
.subscription-banner__feature-icon {
  font-size: 20px;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes pop {
  0% {
    transform: scale(0);
  }
  70% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.spinner {
  animation: spin 1s linear infinite;
}
