/* Built from layout Nuxt CSS sources. */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

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

button {
  border: none;
  outline: none;
  font: inherit;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

@font-face {
    font-family: "Inter";
    src: url("../fonts/inter/Inter-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: "Inter";
    src: url("../fonts/inter/Inter-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: "Caveat";
    src: url("../fonts/caveat/Caveat-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

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

html,
body {
    background-color: #FFFFFF;
}

.ios-statusbar-tint {
    position: fixed;
    z-index: 2147483647;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    background: #FFFFFF;
    pointer-events: none;
}

a[class],
button[class] {
    transition-property: background-color, border-color, color, opacity;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 2px solid rgba(84, 103, 146, 0.65);
    outline-offset: 3px;
}

button:disabled,
button[aria-disabled="true"] {
    cursor: default;
}

.font-caveat {
    font-family: "Caveat", cursive;
}

._container {
    max-width: 1362px;
    margin-left: auto;
    margin-right: auto;
}

#app {
    background: #FCFAEE;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}

.home-tour-card__title-link,
.directions-tour-card__title a,
.home-blog-card__body h3 a,
.blog-card__title,
.blog-article-card__title,
.blog-sidebar__category,
.blog-article-contents__item,
.home-about__read-more,
.home-yandex-review-card__link,
.blog-content a,
.question-modal__agreement a,
.cookie-banner a,
.home-contact__phone,
.app-footer__phone a,
.tour-hero__breadcrumbs a,
.blog-hero__breadcrumbs a,
.directions-hero__breadcrumbs a,
.blog-article-breadcrumbs a,
.legal-section__breadcrumbs a,
.contacts-hero__breadcrumbs a {
    transition: color 0.2s ease, border-color 0.2s ease, text-underline-offset 0.2s ease, opacity 0.2s ease;
}

.home-tour-card__title-link:hover,
.home-tour-card__title-link:focus-visible,
.directions-tour-card__title a:hover,
.directions-tour-card__title a:focus-visible,
.home-blog-card__body h3 a:hover,
.home-blog-card__body h3 a:focus-visible,
.blog-card__title:hover,
.blog-card__title:focus-visible,
.blog-article-card__title:hover,
.blog-article-card__title:focus-visible,
.blog-sidebar__category:hover,
.blog-sidebar__category:focus-visible,
.blog-article-contents__item:hover,
.blog-article-contents__item:focus-visible,
.home-about__read-more:hover,
.home-about__read-more:focus-visible,
.home-yandex-review-card__link:hover,
.home-yandex-review-card__link:focus-visible,
.blog-content a:hover,
.blog-content a:focus-visible,
.question-modal__agreement a:hover,
.question-modal__agreement a:focus-visible,
.cookie-banner a:hover,
.cookie-banner a:focus-visible,
.home-contact__phone:hover,
.home-contact__phone:focus-visible,
.blog-article-breadcrumbs a:hover,
.blog-article-breadcrumbs a:focus-visible,
.legal-section__breadcrumbs a:hover,
.legal-section__breadcrumbs a:focus-visible,
.contacts-hero__breadcrumbs a:hover,
.contacts-hero__breadcrumbs a:focus-visible {
    color: #3F4C6E;
}

.home-blog-card__body > a,
.blog-card__read,
.blog-article-card__read {
    transition: color 0.2s ease, border-color 0.2s ease;
}

.home-blog-card__body > a:hover,
.home-blog-card__body > a:focus-visible,
.blog-card__read:hover,
.blog-card__read:focus-visible,
.blog-article-card__read:hover,
.blog-article-card__read:focus-visible {
    color: #3F4C6E;
}

.tour-hero__breadcrumbs a:hover,
.tour-hero__breadcrumbs a:focus-visible,
.blog-hero__breadcrumbs a:hover,
.blog-hero__breadcrumbs a:focus-visible,
.directions-hero__breadcrumbs a:hover,
.directions-hero__breadcrumbs a:focus-visible,
.app-footer__phone a:hover,
.app-footer__phone a:focus-visible {
    color: #FFFFFF;
}

.home-contact__social-link:hover,
.home-contact__social-link:focus-visible,
.app-footer__social-link:hover,
.app-footer__social-link:focus-visible,
.floating-special__link:hover,
.floating-special__link:focus-visible {
    color: #3F4C6E;
}

.floating-special__close,
.question-modal__close,
.social-modal__close,
.tour-modal__close {
    border-radius: 50%;
    transition: background-color 0.2s ease;
}

.floating-special__close:hover,
.floating-special__close:focus-visible,
.question-modal__close:hover,
.question-modal__close:focus-visible,
.social-modal__close:hover,
.social-modal__close:focus-visible,
.tour-modal__close:hover,
.tour-modal__close:focus-visible {
    background-color: rgba(84, 103, 146, 0.05);
}

.social-modal__button:hover,
.social-modal__button:focus-visible,
.contacts-info__link:hover,
.contacts-info__link:focus-visible {
    border-color: #3F4C6E;
    color: #3F4C6E;
    opacity: 1;
}

.cookie-banner__button:hover,
.cookie-banner__button:focus-visible {
    background: #3F4C6E;
}

#app > main {
    flex: 1 0 auto;
}

#app > .app-footer {
    flex: none;
}

.app-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    display: flex;
    isolation: isolate;
    background: #FCFAEE;
    border-bottom: 1px solid rgba(84, 103, 146, 0.2);
}

.app-header_overlay {
    background: transparent;
    border-bottom: none;
}

.app-header:not(.app-header_overlay) + main {
    margin-top: 114px;
}

.app-header__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 114px;
}

.app-header__logo-link {
    display: flex;
    flex: none;
}

.app-header__logo {
    display: block;
    width: auto;
    height: 90px;
}

.app-header__logo_dark {
    display: block;
}

.app-header__logo_light {
    display: none;
}

.app-header_overlay .app-header__logo_dark {
    display: none;
}

.app-header_overlay .app-header__logo_light {
    display: block;
}

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

.app-header__nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    color: #546792;
    font-size: 15px;
    font-weight: 500;
    padding-left: 16px;
    padding-right: 16px;
}

.app-header__nav-link:hover,
.app-header__nav-link:focus-visible {
    color: #3F4C6E;
}

.app-header__nav-link_active {
    border-bottom: 2px solid #546792;
}

.app-header_overlay .app-header__nav-link {
    color: #FCFBD5;
}

.app-header_overlay .app-header__nav-link:hover,
.app-header_overlay .app-header__nav-link:focus-visible {
    color: #FFFFFF;
}

.app-header_overlay .app-header__nav-link_active {
    border-bottom-color: #FCFBD5;
}

.app-header__actions {
    flex: none;
    display: flex;
    align-items: center;
    gap: 12px;
}

.app-header__socials {
    display: flex;
    align-items: center;
}

.app-header__social-link {
    width: 40px;
    height: 40px;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #546792;
}

.app-header__social-link svg {
    display: block;
    flex: none;
}

.app-header__social-link[aria-label="Telegram"] svg {
    width: 23px;
    height: 20px;
}

.app-header__social-link[aria-label="Max"] svg {
    width: 24px;
    height: 24px;
}

.app-header__social-link:hover,
.app-header__social-link:focus-visible {
    color: #3F4C6E;
}

.app-header_overlay .app-header__social-link {
    color: #FCFBD5;
}

.app-header_overlay .app-header__social-link:hover,
.app-header_overlay .app-header__social-link:focus-visible {
    color: #FFFFFF;
}

.app-header__callback-button {
    flex: none;
    cursor: pointer;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 20px;
    border-radius: 15px;
    background: #546792;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.app-header__callback-button:hover,
.app-header__callback-button:focus-visible {
    background: #3F4C6E;
}

.app-header_overlay .app-header__callback-button {
    background: #FCFBD5;
    color: #546792;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
}

.app-header_overlay .app-header__callback-button:hover,
.app-header_overlay .app-header__callback-button:focus-visible {
    background: #FFFFFF;
    color: #546792;
}

.app-header__callback-icon {
    display: none;
}

body.admin-bar .app-header {
    top: 32px;
}

.app-header_scrolled {
    border-bottom-color: transparent;
    background: transparent;
}

.app-header_scrolled::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    -webkit-backdrop-filter: blur(14px) brightness(0.84);
    backdrop-filter: blur(14px) brightness(0.84);
}

.app-header_scrolled .app-header__logo_dark {
    display: none;
}

.app-header_scrolled .app-header__logo_light {
    display: block;
}

.app-header_scrolled .app-header__nav-link,
.app-header_scrolled .app-header__social-link {
    color: #FCFBD5;
}

.app-header_scrolled .app-header__nav-link_active {
    border-bottom-color: #FCFBD5;
}

.app-header_scrolled .app-header__callback-button {
    background: #FCFBD5;
    color: #546792;
}

.app-header_scrolled .app-header__nav-link:hover,
.app-header_scrolled .app-header__nav-link:focus-visible,
.app-header_scrolled .app-header__social-link:hover,
.app-header_scrolled .app-header__social-link:focus-visible {
    color: #FFFFFF;
}

.app-header_scrolled .app-header__callback-button:hover,
.app-header_scrolled .app-header__callback-button:focus-visible {
    background: #FFFFFF;
    color: #546792;
}

@media (min-width: 768px) and (max-width: 1362px) {
    .app-header__inner {
        gap: 18px;
    }

    .app-header__logo {
        height: clamp(70px, 6.6vw, 90px);
    }

    .app-header__nav {
        flex: 1 1 auto;
        justify-content: center;
        gap: clamp(8px, 1.2vw, 16px);
        min-width: 0;
    }

    .app-header__nav-link {
        flex: none;
        padding-right: clamp(8px, 1vw, 12px);
        padding-left: clamp(8px, 1vw, 12px);
        white-space: nowrap;
    }

    .app-header__actions {
        gap: 6px;
    }

    .app-header__social-link {
        width: 36px;
        height: 36px;
    }

    .app-header__callback-button {
        min-width: 138px;
        padding-right: 16px;
        padding-left: 16px;
        font-size: 15px;
        line-height: 18px;
    }
}

@media (max-width: 992px) {
    .app-header:not(.app-header_overlay) + main {
        margin-top: 62px;
    }

    .app-header__inner {
        height: 62px;
    }

    .app-header__logo {
        height: 50px;
    }

    .app-header__nav {
        display: none;
    }

    .app-header__actions {
        gap: 0;
    }

    .app-header__social-link {
        width: 40px;
        height: 40px;
    }

    .app-header__callback-button {
        order: -1;
        width: 40px;
        min-width: 0;
        height: 40px;
        padding: 0;
        background: transparent;
        color: #546792;
    }

    .app-header__callback-button:hover,
    .app-header__callback-button:focus-visible {
        background: transparent;
        color: #3F4C6E;
    }

    .app-header_overlay .app-header__callback-button {
        background: transparent;
        color: #FCFBD5;
    }

    .app-header_overlay .app-header__callback-button:hover,
    .app-header_overlay .app-header__callback-button:focus-visible {
        background: transparent;
        color: #FFFFFF;
    }

    .app-header__callback-text {
        display: none;
    }

    .app-header__callback-icon {
        display: block;
        flex: none;
    }

    .app-header_scrolled .app-header__callback-button {
        background: transparent;
        color: #FCFBD5;
    }

    .app-header_scrolled .app-header__callback-button:hover,
    .app-header_scrolled .app-header__callback-button:focus-visible {
        background: transparent;
        color: #FFFFFF;
    }
}

@media (max-width: 782px) {
    body.admin-bar .app-header {
        top: 46px;
    }
}

.home-hero-section {
    position: relative;
}

.home-hero-slider {
    --home-hero-height: clamp(850px, 61.86vw, 996px);
    position: relative;
    min-height: var(--home-hero-height);
    overflow: hidden;
    background: #546792;
    color: #FFFFFF;
}

.home-hero-slide {
    position: absolute;
    inset: 0;
    background-color: #546792;
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity 0.3s ease,
        visibility 0s linear 0.3s;
}

.home-hero-slide_active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
}

.home-hero-slide::before,
.home-hero-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.home-hero-slide::before {
    background:
        linear-gradient(90deg, rgba(35, 48, 80, 0.54) 0%, rgba(35, 48, 80, 0.26) 45%, rgba(35, 48, 80, 0.08) 100%),
        linear-gradient(180deg, rgba(35, 48, 80, 0.22) 0%, rgba(35, 48, 80, 0) 48%);
}

.home-hero-slide::after {
    background: linear-gradient(180deg, rgba(35, 48, 80, 0) 66%, rgba(35, 48, 80, 0.34) 100%);
}

.home-hero-slide__content {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: var(--home-hero-height);
    flex-direction: column;
    justify-content: flex-start;
    padding-top: clamp(180px, 14.66vw, 236px);
    padding-bottom: 80px;
}

.home-hero-slide__eyebrow {
    margin-bottom: 20px;
    color: #FCFAEE;
    font-size: 40px;
    line-height: 0.8;
    font-weight: 400;
    letter-spacing: -0.04em;
}

.home-hero-slide__title {
    max-width: 950px;
    color: #FCFAEE;
    font-size: 64px;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.home-hero-slide__text {
    max-width: 950px;
    margin-top: 22px;
    color: #FCFAEE;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: -0.04em;
}

.home-hero-slide__text-mobile {
    display: none;
}

.home-hero-slide__button {
    min-height: 72px;
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 12px;
    margin-top: 48px;
    padding: 6px 24.5px 6px 32.5px;
    border-radius: 15px;
    background: #546792;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    cursor: pointer;
}

.home-hero-slide__button:hover {
    background: #3F4C6E;
}

.home-hero-slide__button svg {
    width: 24px;
    height: 24px;
    flex: none;
}

.home-hero-slider__controls {
    display: flex;
    align-items: center;
    gap: 56px;
    margin-top: 48px;
}

.home-hero-slider__counter {
    display: flex;
    align-items: baseline;
    gap: 4px;
    font-size: 24px;
    line-height: 0.8;
    font-weight: 300;
    letter-spacing: -0.04em;
}

.home-hero-slider__counter span:last-child {
    color: rgba(255, 255, 255, 0.56);
    font-size: 15px;
}

.home-hero-slider__arrows {
    display: flex;
    gap: 16px;
}

.home-hero-slider__arrow {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(0.5px);
    color: #FFFFFF;
    cursor: pointer;
}

.home-hero-slider__arrow:hover {
    background: rgba(255, 255, 255, 0.28);
}

@media (max-width: 767px) {
    .home-hero-slider {
        --home-hero-height: 812px;
    }

    .home-hero-slide {
        background-position: 58% top;
        background-size: auto 100%;
    }

    .home-hero-slide::before {
        background:
            linear-gradient(180deg, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0) 38%),
            linear-gradient(180deg, rgba(84, 103, 146, 0.32) 0%, rgba(84, 103, 146, 0.12) 54%, rgba(84, 103, 146, 0.34) 100%);
    }

    .home-hero-slide::after {
        background: linear-gradient(180deg, rgba(35, 53, 87, 0) 44%, rgba(31, 47, 77, 0.56) 100%);
    }

    .home-hero-slide__content {
        padding-top: 122px;
        padding-bottom: 20px;
    }

    .home-hero-slide__eyebrow {
        margin-bottom: 14px;
        font-size: 32px;
    }

    .home-hero-slide__title {
        max-width: none;
        font-size: 40px;
    }

    .home-hero-slide__text {
        max-width: none;
        margin-top: 20px;
        font-size: 18px;
    }

    .home-hero-slide__text-desktop {
        display: none;
    }

    .home-hero-slide__text-mobile {
        display: inline;
    }

    .home-hero-slide__button {
        justify-content: center;
        align-self: stretch;
        padding: 6px 12px 6px 20px;
    }

    .home-hero-slider__controls {
        justify-content: space-between;
        width: 100%;
        margin-top: auto;
    }
}

@media (max-width: 1362px) {
    ._container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

body.admin-bar .social-modal {
    padding-top: 72px;
}

.tour-page a {
    text-decoration: none;
}

.tour-cta__actions,
.tour-section-contact__actions,
.tour-socials {
    display: flex;
    align-items: center;
}

.tour-features {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: -118px;
}

.tour-features__card {
    overflow: hidden;
    display: grid;
    grid-template-columns: 349px minmax(0, 1fr);
    gap: 48px;
    border-radius: 50px;
    background: #FFFFFF;
    box-shadow: 0 0 25px rgba(117, 99, 75, 0.18);
}

.tour-features__image-wrap {
    position: relative;
    min-height: 621px;
    overflow: hidden;
    border-radius: 30px 0 0 30px;
    background: #B1BAC3;
}

.tour-features__image-wrap img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.tour-features__image-wrap img,
.tour-route__map,
.tour-info-card img,
.tour-hotel-card__image img,
.tour-cta__image {
    display: block;
    object-fit: cover;
}

.tour-features__image-wrap span {
    position: absolute;
    left: 32px;
    top: 32px;
    padding: 8px 16px;
    border-radius: 100px;
    background: #546792;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 500;
}

.tour-features__content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 40px 48px 40px 0;
}

.tour-features__content h2,
.tour-difficulty h2,
.tour-route h2,
.tour-program h2,
.tour-hotels h2,
.tour-price h2 {
    font-size: 40px;
    line-height: 1.25;
    font-weight: 500;
    text-transform: uppercase;
}

.tour-feature {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 31px;
    align-items: center;
    padding: 16px 24px 16px 0;
    border-bottom: 1px dashed rgba(84, 103, 146, 0.45);
}

.tour-feature:first-child {
    padding-top: 0;
}

.tour-feature__head {
    display: flex;
    align-items: center;
    gap: 20px;
}

.tour-feature__icon {
    width: 56px;
    height: 56px;
    flex: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #546792;
    color: #FFFFFF;
}

.tour-feature__icon::before {
    content: none;
}

.tour-feature__icon img {
    width: 31.5px;
    height: 31.5px;
    display: block;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.tour-feature__icon_star img {
    width: 35px;
    height: 35px;
}

.tour-feature h3 {
    color: #546792;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: lowercase;
}

.tour-feature p {
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: -0.04em;
}

.tour-feature strong {
    font-weight: 400;
    text-transform: uppercase;
}

.tour-hotels__grid,
.tour-day-gallery__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.tour-difficulty,
.tour-program,
.tour-hotels,
.tour-price {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.tour-difficulty__head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: flex-start;
    column-gap: 32px;
    row-gap: 16px;
}

.tour-difficulty__dots {
    display: flex;
    gap: 12px;
    padding-top: 6px;
}

.tour-difficulty__dots span {
    width: 32px;
    height: 32px;
    border: 1px solid #546792;
    border-radius: 50%;
}

.tour-difficulty__dots .tour-difficulty__dot_active {
    background: #A3A671;
}

.tour-difficulty__head p {
    grid-column: 1 / -1;
    max-width: 676px;
    font-size: 18px;
    line-height: 1.4;
}

.tour-difficulty__cards,
.tour-price__layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.tour-info-card {
    overflow: hidden;
    display: grid;
    grid-template-columns: 145px minmax(0, 1fr);
    border-radius: 30px;
    background: #FFFFFF;
    box-shadow: 0 0 25px rgba(117, 99, 75, 0.18);
}

.tour-info-card img {
    width: 100%;
    height: 100%;
    min-height: 355px;
}

.tour-info-card__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px 24px;
}

.tour-info-card h3 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
    text-transform: uppercase;
}

.tour-info-card ul,
.tour-day__description,
.tour-program__important ul {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-left: 24px;
    list-style: disc;
}

.tour-route__panel {
    overflow: hidden;
    display: grid;
    grid-template-columns: 415px minmax(0, 1fr);
    min-height: 628px;
    border-radius: 30px;
    background: #546792;
}

.tour-route__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
    padding: 40px;
    color: #FCFAEE;
}

.tour-route__icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid currentColor;
    border-radius: 50%;
}

.tour-route__icon img {
    width: 36px;
    height: 36px;
}

.tour-route__info h2 {
    color: #FCFAEE;
}

.tour-route__info p {
    padding-top: 24px;
    border-top: 1px dashed rgba(252, 250, 238, 0.45);
    color: rgba(255, 255, 255, 0.74);
    font-size: 24px;
    line-height: 1.4;
}

.tour-route__map {
    width: 100%;
    height: 100%;
    min-height: 628px;
}

.tour-route__map_iframe iframe {
    width: 100%;
    height: 100%;
    min-height: 628px;
    display: block;
    border: 0;
}

.tour-program__timeline {
    position: relative;
    display: flex;
    flex-direction: column;
}

.tour-program__timeline::before {
    content: "";
    position: absolute;
    left: 54px;
    top: 36px;
    bottom: 20px;
    border-left: 1px dashed rgba(84, 103, 146, 0.45);
}

.tour-day {
    position: relative;
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 60px;
    align-items: start;
}

.tour-day__badge {
    position: relative;
    z-index: 1;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    border: 1px solid #CCD8E4;
    border-radius: 100px;
    background: #FCFAEE;
    font-size: 40px;
    line-height: 0.8;
}

.tour-day_open .tour-day__badge,
.tour-day__card {
    background: #546792;
    color: #FFFFFF;
}

.tour-day__card {
    overflow: hidden;
    margin-bottom: -10px;
    border: 2px solid #FCFAEE;
    border-radius: 50px;
    box-shadow: 0 -8px 20px #FCFAEE;
}

.tour-day_open .tour-day__card {
    border-color: #546792;
    background: #FFFFFF;
    color: #546792;
    box-shadow: none;
}

.tour-day__toggle {
    width: 100%;
    min-height: 116px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 32px 40px;
    color: inherit;
    text-align: left;
    cursor: pointer;
}

.tour-day__toggle span:first-child {
    min-width: 0;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 500;
    text-transform: uppercase;
}

.tour-day__mobile-day {
    display: none;
}

.tour-day__chevron {
    width: 56px;
    height: 56px;
    flex: none;
    border-radius: 50%;
    background: #FFFFFF;
}

.tour-day__body {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0 40px 48px;
}

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

.tour-day__route img {
    width: 24px;
    height: 36px;
    flex: none;
}

.tour-day__route p {
    font-size: 24px;
    line-height: 1.4;
}

.tour-day__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.tour-day-fact {
    min-height: 146px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
    border: 1px solid #546792;
    border-radius: 30px;
    background: #FDFADB;
}

.tour-day-fact img {
    width: 24px;
    height: 24px;
}

.tour-day-fact h3 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    text-transform: uppercase;
}

.tour-day-gallery {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.tour-day-gallery__head {
    display: flex;
    align-items: center;
    gap: 24px;
}

.tour-day-gallery__head > span {
    height: 1px;
    flex: 1;
    border-top: 1px solid rgba(84, 103, 146, 0.35);
}

.tour-day-gallery__grid img {
    width: 100%;
    height: 240px;
    display: block;
    object-fit: cover;
    border-radius: 30px;
}

.tour-program__download {
    align-self: flex-start;
    min-width: 412px;
    min-height: 64px;
    border-radius: 30px;
}

.tour-program__important {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-top: 28px;
    border-top: 1px dashed rgba(84, 103, 146, 0.45);
}

.tour-program__important-title {
    display: flex;
    align-items: center;
    gap: 24px;
}

.tour-program__important h3 {
    font-size: 28px;
    line-height: 1.4;
    font-weight: 600;
    text-transform: uppercase;
}

.tour-hotels__head {
    display: grid;
    grid-template-columns: minmax(0, 433px) minmax(0, 451px) minmax(128px, 1fr);
    gap: 30px;
    align-items: center;
}

.tour-hotels__eyebrow {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 0.8;
}

.tour-hotels__head > p,
.tour-price-list li {
    font-size: 18px;
    line-height: 1.4;
}

.tour-hotel-card {
    overflow: hidden;
    border: 1px solid #546792;
    border-radius: 30px;
}

.tour-hotel-card__image {
    position: relative;
    height: 240px;
    overflow: hidden;
    background: #546792;
}

.tour-hotel-card__image img {
    width: 100%;
    height: 100%;
}

.tour-hotel-card__image > span {
    position: absolute;
    right: 16px;
    top: 16px;
    min-width: 43px;
    padding: 3px 9px;
    border-radius: 100px;
    background: rgba(84, 103, 146, 0.6);
    color: #FCFAEE;
}

.tour-hotel-card__body {
    min-height: 164px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px 32px 24px 24px;
}

.tour-hotel-card__stars {
    display: flex;
    gap: 2px;
    color: #FFC452;
    font-size: 20px;
}

.tour-hotel-card__star_muted {
    color: #CCD8E4;
}

.tour-hotel-card h3 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    text-transform: uppercase;
}

.tour-section-contact_line {
    padding: 23px 0 0;
    border-top: 1px dashed rgba(84, 103, 146, 0.45);
}

.tour-price__layout {
    grid-template-columns: minmax(0, 1fr) 438px;
    gap: 30px;
    align-items: center;
}

.tour-price__lists {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.tour-price__lists h3 {
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 1.4;
    font-weight: 500;
    text-transform: uppercase;
}

.tour-price__muted-title {
    color: rgba(84, 103, 146, 0.7);
    font-size: 18px !important;
}

.tour-price-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tour-price-list li {
    display: flex;
    align-items: center;
    gap: 24px;
}

.tour-price-list img {
    width: 24px;
    height: 24px;
    flex: none;
}

.tour-price-list_muted li {
    color: rgba(84, 103, 146, 0.7);
}

.tour-price-card {
    position: relative;
    min-height: 545px;
}

.tour-price-card__stamp {
    position: absolute;
    left: -212px;
    top: 46px;
    width: 247px;
}

.tour-price-card__back {
    position: absolute;
    inset: 0;
    border-radius: 30px;
    background: rgba(177, 160, 114, 0.4);
    transform: rotate(4.91deg);
}

.tour-price-card__front {
    position: relative;
    z-index: 1;
    min-height: 545px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 40px 40px 44px;
    border-radius: 30px;
    background: #546792;
    color: #FCFBD5;
}

.tour-price-card h3 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 500;
    text-transform: uppercase;
}

.tour-price-card dl {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 12px;
}

.tour-price-card dl div {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr) auto;
    gap: 8px;
    align-items: end;
}

.tour-price-card dl div::before {
    content: "";
    grid-column: 2;
    grid-row: 1;
    margin-bottom: 8px;
    border-top: 1px dashed rgba(252, 251, 213, 0.6);
}

.tour-price-card dd {
    grid-column: 3;
    color: #FCFBD5;
    font-size: 36px;
    line-height: 0.8;
    font-weight: 500;
    white-space: nowrap;
}

.tour-price-card .tour-button {
    width: 100%;
    margin-top: auto;
}

.tour-price__note-text {
    display: flex;
    align-items: center;
    gap: 24px;
}

.tour-price__note p {
    max-width: 548px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: none;
}

@media (max-width: 1023px) {
    .tour-main { gap: 96px; }
    .tour-features__card,
    .tour-route__panel,
    .tour-program__notes,
    .tour-price__layout { grid-template-columns: 1fr; }
    .tour-features__image-wrap { min-height: 420px; border-radius: 30px 30px 0 0; }
    .tour-features__content { padding: 32px; }
    .tour-feature { grid-template-columns: 1fr; gap: 14px; }
    .tour-hotels__grid,
    .tour-day__facts,
    .tour-day-gallery__grid,
    .tour-difficulty__cards { grid-template-columns: 1fr; }
    .tour-route__map,
    .tour-route__map_iframe iframe { min-height: 420px; }
    .tour-day { grid-template-columns: 80px minmax(0, 1fr); gap: 24px; }
    .tour-hotels__head { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
    body.admin-bar .social-modal { padding-top: 46px; }

    .tour-main {
        gap: 72px;
        padding-top: 32px;
        padding-bottom: 72px;
    }

    .tour-features__card {
        display: flex;
        flex-direction: column-reverse;
        gap: 32px;
        background: transparent;
        box-shadow: none;
    }

    .tour-features__image-wrap {
        min-height: 348px;
        border-radius: 30px;
    }

    .tour-features__content {
        padding: 0;
    }

    .tour-features__content h2,
    .tour-difficulty h2,
    .tour-route h2,
    .tour-program h2,
    .tour-hotels h2,
    .tour-price h2 {
        font-size: 32px;
    }

    .tour-feature {
        padding: 24px 0;
    }

    .tour-feature__icon {
        width: 64px;
        height: 64px;
        border: 0;
        background: #546792;
        color: #FFFFFF;
    }

    .tour-feature__icon::before {
        content: none;
    }

    .tour-feature__icon img {
        width: 32px;
        height: 32px;
        display: block;
        object-fit: contain;
    }

    .tour-section-contact {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .tour-section-contact p {
        font-size: 16px;
        font-weight: 400;
        text-transform: none;
    }

    .tour-section-contact__actions {
        width: 100%;
        justify-content: space-between;
        gap: 16px;
    }

    .tour-section-contact .tour-button {
        width: 200px;
        flex: none;
    }

    .tour-route__panel {
        min-height: 0;
    }

    .tour-route__info {
        padding: 32px 24px;
    }

    .tour-route__info p,
    .tour-day__route p {
        font-size: 18px;
    }

    .tour-program__notes > div {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .tour-day {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .tour-program__timeline::before,
    .tour-day__badge {
        display: none;
    }

    .tour-day__card {
        border-radius: 30px;
    }

    .tour-day__toggle {
        min-height: 88px;
        padding: 24px;
    }

    .tour-day__toggle span:first-child {
        font-size: 20px;
    }

    .tour-day__mobile-day {
        display: inline;
    }

    .tour-day__body {
        padding: 0 24px 32px;
    }

    .tour-program__download {
        min-width: 0;
    }

    .tour-info-card {
        grid-template-columns: 1fr;
    }

    .tour-info-card img {
        min-height: 260px;
    }

    .tour-price-card__stamp {
        display: none;
    }

    .tour-price-card,
    .tour-price-card__front {
        min-height: 0;
    }

    .tour-price-card dl div {
        grid-template-columns: 1fr auto;
    }

    .tour-price-card dl div::before {
        grid-column: 1 / -1;
        grid-row: auto;
    }

}
.home-tours {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #FCFAEE;
}

.home-tours__inner {
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.home-tours__header {
    position: relative;
    min-height: 208px;
    display: grid;
    grid-template-columns: minmax(0, 572px) minmax(0, 469px) 238px;
    align-items: start;
    column-gap: 28px;
    padding-top: 40px;
    color: #546792;
}

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

.home-tours__eyebrow {
    font-size: 40px;
    line-height: 0.8;
    font-weight: 400;
    letter-spacing: -0.04em;
}

.home-tours__title {
    font-size: 40px;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
}

.home-tours__title-mobile {
    display: none;
}

.home-tours__description {
    padding-top: 32px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: -0.04em;
}

.home-tours__route {
    width: 238px;
    height: auto;
    justify-self: end;
    margin-top: -40px;
    pointer-events: none;
}

.home-tours__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 44px;
}

.home-tours__cards {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.home-tour-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    background: #FFFFFF;
    box-shadow: 0 0 25px rgba(117, 99, 75, 0.18);
}

.home-tour-card__image {
    width: 100%;
    height: 407px;
    display: block;
    object-fit: cover;
}

.home-tour-card__image-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.home-tour-card__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    color: #546792;
}

.home-tour-card__country {
    font-size: 18px;
    line-height: 0.8;
    font-weight: 400;
    letter-spacing: -0.04em;
}

.home-tour-card__title {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.home-tour-card__title-link {
    color: inherit;
    text-decoration: none;
}

.home-tour-card__details {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.home-tour-card__detail {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    font-size: 15px;
    line-height: 0.8;
    letter-spacing: -0.04em;
}

.home-tour-card__detail::before {
    content: "";
    order: 2;
    flex: 1;
    min-width: 12px;
    border-bottom: 1px dotted rgba(84, 103, 146, 0.7);
}

.home-tour-card__detail dt {
    order: 1;
    font-weight: 400;
}

.home-tour-card__detail dd {
    order: 3;
    font-weight: 500;
}

.home-tour-card__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 4px;
}

.home-tour-card__price {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    font-size: 15px;
    line-height: 0.8;
    letter-spacing: -0.04em;
}

.home-tour-card__price span:first-child {
    font-size: 20px;
    font-weight: 500;
}

.home-tour-card__button {
    width: 56px;
    height: 56px;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #546792;
    color: #FFFFFF;
    cursor: pointer;
}

.home-tour-card__button:hover,
.home-tours__button:hover {
    background: #3F4C6E;
}

.home-tours__button {
    width: 100%;
    min-height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 6px 12px 6px 20px;
    border-radius: 15px;
    background: #546792;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    cursor: pointer;
}

.home-tours__button svg {
    width: 24px;
    height: 24px;
    flex: none;
}

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

    .home-tours__description {
        max-width: 720px;
        padding-top: 0;
    }

    .home-tours__route {
        position: absolute;
        top: 0;
        right: 0;
    }

    .home-tours__cards {
        grid-template-columns: 1fr;
        max-width: 520px;
    }
}

@media (max-width: 767px) {
    .home-tours {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .home-tours__inner {
        gap: 24px;
    }

    .home-tours__header {
        min-height: 0;
        padding-top: 0;
    }

    .home-tours__heading {
        gap: 16px;
    }

    .home-tours__eyebrow {
        font-size: 32px;
    }

    .home-tours__title {
        font-size: 32px;
    }

    .home-tours__title-desktop {
        display: none;
    }

    .home-tours__title-mobile {
        display: inline;
    }

    .home-tours__description {
        font-size: 18px;
        line-height: 1.4;
    }

    .home-tours__route {
        width: 132px;
        position: absolute;
        top: -38px;
        right: 0;
        margin-top: 0;
    }

    .home-tours__content {
        gap: 32px;
    }

    .home-tours__cards {
        gap: 20px;
        max-width: none;
    }

    .home-tour-card__image {
        height: 300px;
    }

    .home-tour-card__body {
        padding: 20px;
    }

    .home-tour-card__title {
        font-size: 20px;
        letter-spacing: 0.01em;
    }

    .home-tour-card__bottom {
        gap: 8px;
    }

    .home-tours__button {
        width: 100%;
    }
}
.home-about {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #FCFAEE;
    color: #546792;
}

.home-about__inner {
    display: flex;
    flex-direction: column;
    gap: clamp(48px, 5.5vw, 76px);
}

.home-about__intro {
    display: grid;
    grid-template-columns: minmax(300px, 400px) minmax(0, 1fr);
    gap: clamp(48px, 4vw, 64px);
    align-items: start;
}

.home-about__media {
    position: relative;
    min-height: clamp(520px, 42vw, 610px);
}

.home-about__photo {
    width: min(74%, 296px);
    aspect-ratio: 296 / 470;
    border: 15px solid #FFFFFF;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0 0 25px rgba(117, 99, 75, 0.18);
}

.home-about__stamp {
    position: absolute;
    left: max(-80px, -20%);
    top: min(67.5%, 410px);
    z-index: 2;
    width: min(52vw, 195px);
    height: auto;
    pointer-events: none;
}

.home-about__note {
    position: absolute;
    z-index: 3;
    left: 22%;
    top: min(calc(62.5% - 24px), 380px);
    width: min(76%, 303px);
    padding: 52px 22px 22px;
    border: 1.5px solid #546792;
    border-radius: 12px;
    background: #FFFFFF;
    transform: rotate(6deg);
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: -0.04em;
}

.home-about__quote {
    position: absolute;
    left: 24px;
    top: 0;
    font-size: 58px;
    line-height: 1;
    font-weight: 700;
}

.home-about__text {
    padding-top: 0;
}

.home-about__eyebrow {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 0.8;
    letter-spacing: -0.04em;
}

.home-about__title {
    max-width: 880px;
    font-size: 40px;
    line-height: 1.25;
    font-weight: 500;
    text-transform: uppercase;
}

.home-about__description {
    max-width: 880px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-top: 34px;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -0.04em;
}

.home-about__read-more {
    display: none;
}

.home-about__tickets {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 30px;
}

.home-about-ticket {
    --ticket-divider-position: 67.87%;
    --ticket-notch-size: 16px;
    --ticket-notch-offset: -8px;
    --ticket-edge-notch-offset: -9px;
    --ticket-border-offset: -1.5px;

    position: relative;
    min-height: 270px;
    display: grid;
    grid-template-columns: minmax(0, var(--ticket-divider-position)) minmax(180px, 32.13%);
    border: 1.5px solid #546792;
    border-radius: 24px;
    background: #FFFFFF;
}

@media (hover: hover) and (pointer: fine) {
    .home-about-ticket {
        transform: translateZ(0) rotate(0deg);
        transform-origin: center;
        backface-visibility: hidden;
        will-change: transform;
        transition:
            background-color 300ms ease-out,
            transform 300ms ease-out;
    }

    .home-about-ticket::before,
    .home-about-ticket::after {
        backface-visibility: hidden;
    }

    .home-about-ticket:hover {
        background-color: #FCFBD5;
        transform: translateZ(0) rotate(0.61deg);
    }
}

.home-about-ticket::before,
.home-about-ticket::after {
    content: "";
    position: absolute;
    left: calc(var(--ticket-divider-position) + var(--ticket-notch-offset));
    border: 1.5px solid #546792;
    border-radius: 50%;
    background: #FCFAEE;
    z-index: 2;
    width: var(--ticket-notch-size);
    height: var(--ticket-notch-size);
    pointer-events: none;
}

.home-about-ticket::before {
    top: var(--ticket-border-offset);
    height: 8px;
    border-top: 0;
    border-radius: 0 0 8px 8px;
}

.home-about-ticket::after {
    bottom: var(--ticket-border-offset);
    height: 8px;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
}

.home-about-ticket__main {
    padding: 24px 32px 32px;
    align-self: center;
}

.home-about-ticket__main h3 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.04em;
}

.home-about-ticket__main h3 span {
    font-family: "Caveat", cursive;
    font-size: 36px;
    font-weight: 400;
}

.home-about-ticket__main p {
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: -0.04em;
}

.home-about-ticket__side {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 24px 32px;
    background-image: repeating-linear-gradient(
        to bottom,
        #949EB5 0 4px,
        transparent 4px 8px
    );
    background-position: left 10px;
    background-repeat: no-repeat;
    background-size: 1.5px calc(100% - 20px);
    color: rgba(84, 103, 146, 0.62);
    font-size: 16px;
    line-height: 1;
}

.home-about-ticket__side-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 44px;
    line-height: 1.6;
}

.home-about-ticket__side-grid strong {
    font-weight: 500;
}

.home-about-ticket__barcode {
    width: min(100%, 134px);
    height: auto;
    margin-top: auto;
    display: block;
}

@media (max-width: 1024px) {
    .home-about__intro {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .home-about__media {
        order: -1;
        width: 100%;
        max-width: 375px;
        min-height: 580px;
        margin: 0 auto;
    }

    .home-about__tickets {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .home-about {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .home-about__inner {
        gap: 28px;
    }

    .home-about__intro {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .home-about__media {
        order: 2;
        max-width: none;
        min-height: 0;
        display: flex;
        flex-direction: column;
        margin-bottom: 32px;
    }

    .home-about__photo {
        width: 100%;
        height: auto;
        aspect-ratio: 335 / 470;
        margin-left: 0;
        margin-top: 0;
        border-width: 14px;
        border-radius: 6px;
    }

    .home-about__stamp {
        left: 38%;
        right: auto;
        top: calc((100vw - 40px) * 470 / 335 - 142px);
        z-index: 4;
        width: min(58%, 195px);
    }

    .home-about__note {
        position: relative;
        z-index: 3;
        left: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: -68px;
        padding: 24px 20px;
        background: #FCFAEE;
        transform: none;
        font-size: 15px;
        line-height: 1.4;
    }

    .home-about__quote {
        position: static;
        display: block;
        margin-bottom: 16px;
        font-size: 42px;
        line-height: 0.4;
    }

    .home-about__text {
        display: contents;
    }

    .home-about__eyebrow {
        order: 1;
        margin-bottom: 32px;
        font-size: 32px;
    }

    .home-about__title {
        order: 3;
        font-size: 24px;
        line-height: 1.25;
    }

    .home-about__description {
        order: 4;
        max-height: 112px;
        overflow: hidden;
        margin-top: 12px;
        gap: 14px;
        font-size: 16px;
        line-height: 1.4;
    }

    .home-about_expanded .home-about__description {
        max-height: none;
    }

    .home-about__read-more {
        order: 5;
        display: block;
        margin-top: 8px;
        padding: 0;
        background: transparent;
        color: #546792;
        font-size: 15px;
        line-height: 0.8;
        letter-spacing: -0.04em;
        text-decoration: underline;
        cursor: pointer;
    }

    .home-about-ticket {
        min-height: 0;
        grid-template-columns: 1fr;
        border-radius: 24px;
    }

    .home-about-ticket::before,
    .home-about-ticket::after {
        left: var(--ticket-edge-notch-offset);
        top: auto;
        bottom: 117px;
        border-top: 1.5px solid #546792;
        border-bottom: 1.5px solid #546792;
        border-left: 0;
        border-radius: 50%;
        clip-path: inset(0 0 0 50%);
        width: var(--ticket-notch-size);
        height: var(--ticket-notch-size);
        transform: none;
    }

    .home-about-ticket::after {
        left: auto;
        right: var(--ticket-edge-notch-offset);
        border-right: 0;
        border-left: 1.5px solid #546792;
        clip-path: inset(0 50% 0 0);
    }

    .home-about-ticket__main {
        padding: 32px;
    }

    .home-about-ticket__main h3 {
        font-size: 20px;
        line-height: 1.2;
    }

    .home-about-ticket__main h3 span {
        font-size: 30px;
    }

    .home-about-ticket__main p {
        font-size: 16px;
    }

    .home-about-ticket__side {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto 35px;
        gap: 20px;
        min-height: 124px;
        padding: 27px 32px 0;
        background-image: repeating-linear-gradient(
            to right,
            #949EB5 0 4px,
            transparent 4px 8px
        );
        background-position: 10px top;
        background-size: calc(100% - 20px) 1.5px;
        font-size: 15px;
    }

    .home-about-ticket__side > p {
        display: none;
    }

    .home-about-ticket__side-grid {
        display: grid;
        grid-template-columns: repeat(2, max-content);
        justify-content: space-between;
        gap: 20px 24px;
        line-height: 1.6;
        white-space: nowrap;
    }

    .home-about-ticket__side-grid br {
        display: none;
    }

    .home-about-ticket__barcode {
        width: 100%;
        height: 35px;
        align-self: end;
        object-fit: fill;
    }
}

.home-benefits {
    position: relative;
    overflow: hidden;
    padding-bottom: clamp(180px, 23.65vw, 322px);
    background: #FCFAEE;
    color: #546792;
}

.home-benefits__background {
    position: absolute;
    top: clamp(216px, calc(25vw + 24px), 365px);
    left: 50%;
    z-index: 0;
    width: 100%;
    aspect-ratio: 1733.441 / 1155.628;
    background: var(--home-benefits-bg) right bottom / 100% 100% no-repeat;
    transform: translateX(-50%);
    pointer-events: none;
}

.home-benefits__inner {
    position: relative;
    z-index: 1;
}

.home-benefits__top {
    position: relative;
    display: grid;
    grid-template-columns: 549px minmax(0, 1fr);
    column-gap: 30px;
    align-items: start;
}

.home-benefits__media {
    overflow: hidden;
    border-radius: 30px;
    aspect-ratio: 549 / 534;
}

.home-benefits__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.home-benefits__header {
    padding-top: 44px;
}

.home-benefits__eyebrow {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 0.8;
    font-weight: 400;
    letter-spacing: -0.04em;
}

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

.home-benefits__heading h2 {
    max-width: 565px;
    font-size: 40px;
    line-height: 1.25;
    font-weight: 500;
    text-transform: uppercase;
}

.home-benefits__heading p {
    max-width: 451px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: -0.04em;
}

.home-benefits__cards {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 318px);
    align-items: start;
    gap: 30px;
    width: max-content;
    margin-top: -192px;
    margin-left: 346px;
}

.home-benefit-card {
    position: relative;
    width: 318px;
    height: 291px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 16px 34px;
    background: #546792;
    color: #FFFFFF;
    -webkit-mask: url("../img/home-benefit-card-mask.svg") center / 100% 100% no-repeat;
    mask: url("../img/home-benefit-card-mask.svg") center / 100% 100% no-repeat;
    filter: drop-shadow(0 0 7.34px rgba(63, 76, 110, 0.15));
}

.home-benefit-card__top,
.home-benefit-card__bottom {
    position: relative;
    z-index: 1;
}

.home-benefit-card__top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.home-benefit-card__value {
    color: #FCFBD5;
    font-size: 80px;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: -0.06em;
    text-transform: uppercase;
}

.home-benefit-card__stars {
    width: 132px;
    height: 22px;
    display: block;
    transform-origin: left center;
    transition: width 0.25s ease;
}

@media (hover: hover) and (pointer: fine) {
    .home-benefit-card:hover .home-benefit-card__stars {
        width: 140px;
    }
}

.home-benefit-card__bottom {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.home-benefit-card__line {
    width: 100%;
    height: 0;
    border-top: 1px dotted rgba(255, 255, 255, 0.9);
}

.home-benefit-card__text {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: -0.04em;
}

@media (max-width: 1362px) {
    .home-benefits__top {
        grid-template-columns: minmax(360px, 40.3vw) minmax(0, 1fr);
        column-gap: clamp(20px, 2.2vw, 30px);
    }

    .home-benefits__cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: clamp(18px, 2.2vw, 30px);
        width: calc(100% - 25.4vw);
        margin-left: 25.4vw;
        margin-top: clamp(-192px, -14.1vw, -120px);
    }

    .home-benefit-card {
        width: 100%;
        height: auto;
        aspect-ratio: 318 / 291;
        padding: clamp(30px, 2.94vw, 40px) clamp(12px, 1.17vw, 16px) clamp(26px, 2.5vw, 34px);
    }

    .home-benefit-card__value {
        font-size: clamp(56px, 5.87vw, 80px);
    }

    .home-benefit-card__stars {
        width: clamp(104px, 9.68vw, 132px);
        height: clamp(17px, 1.63vw, 22px);
    }

    .home-benefit-card__text {
        font-size: clamp(13px, 1.17vw, 16px);
    }
}

@media (max-width: 767px) {
    .home-benefits {
        min-height: 0;
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .home-benefits__background {
        display: none;
    }

    .home-benefits__inner {
        display: flex;
        flex-direction: column;
    }

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

    .home-benefits__header {
        order: -1;
        padding-top: 0;
    }

    .home-benefits__eyebrow {
        margin-bottom: 24px;
        font-size: 32px;
        line-height: 0.8;
        letter-spacing: -0.04em;
    }

    .home-benefits__heading {
        gap: 12px;
    }

    .home-benefits__heading h2 {
        max-width: none;
        font-size: 32px;
        line-height: 1.25;
    }

    .home-benefits__heading p {
        max-width: none;
        font-size: 16px;
        line-height: 1.4;
    }

    .home-benefits__media {
        width: 100%;
        aspect-ratio: 335 / 251;
        border-radius: 30px;
    }

    .home-benefits__cards {
        width: 100%;
        max-width: 318px;
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: stretch;
        margin: -56px auto 0;
    }

    .home-benefit-card {
        width: 100%;
        height: auto;
        min-height: 291px;
        aspect-ratio: 318 / 291;
        padding: 40px 16px 34px;
    }

    .home-benefit-card__value {
        font-size: 80px;
        line-height: 1.25;
    }

    .home-benefit-card__stars {
        width: 132px;
        height: 22px;
    }

    .home-benefit-card__text {
        font-size: 16px;
        line-height: 1.3;
    }
}
.home-exclusive {
    --home-exclusive-bg: #546792;
    --home-exclusive-bg-dark: #3F4C6E;
    --home-exclusive-cream: #FCFBD5;
    --home-exclusive-page: #FCFAEE;
    --home-exclusive-white: #FFFFFF;
    --home-exclusive-border-soft: rgba(252, 251, 213, 0.35);
    --home-exclusive-hover-soft: rgba(252, 251, 213, 0.1);
    --home-exclusive-shadow: rgba(36, 48, 80, 0.18);
    position: relative;
    overflow: hidden;
    padding-top: 99px;
    padding-bottom: 64px;
    background: var(--home-exclusive-bg);
    color: var(--home-exclusive-cream);
}

.home-exclusive__inner {
    position: relative;
}

.home-exclusive__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    color: var(--home-exclusive-white);
    text-align: center;
}

.home-exclusive__eyebrow {
    font-size: 24px;
    line-height: 0.8;
    font-weight: 400;
}

.home-exclusive__header h2 {
    max-width: 972px;
    font-size: 40px;
    line-height: 1.25;
    font-weight: 500;
    text-transform: uppercase;
}

.home-exclusive__slider {
    position: relative;
    max-width: 1130px;
    margin: 90px auto 0;
}

.home-exclusive__slider::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 384px;
    z-index: 0;
    width: 100vw;
    border-top: 1px dashed var(--home-exclusive-border-soft);
    transform: translateX(-50%);
    pointer-events: none;
}

.home-exclusive__cards {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 27px;
    align-items: stretch;
    overflow-x: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.home-exclusive__cards::-webkit-scrollbar {
    display: none;
}

.home-exclusive-card {
    position: relative;
    flex: 0 0 calc((100% - 54px) / 3);
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 736px;
    padding: 67px 16px 16px;
    overflow: visible;
    border-radius: 54px;
    background: transparent;
    box-shadow: 0 26px 70px transparent;
    color: var(--home-exclusive-cream);
    scroll-snap-align: start;
    transition:
        background-color 0.28s ease,
        box-shadow 0.28s ease,
        color 0.28s ease;
}

.home-exclusive-card__image {
    width: 100%;
    height: 360px;
    display: block;
    border-radius: 22px;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.home-exclusive-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 17px;
    padding: 20px 20px 27px;
}

.home-exclusive-card__label {
    font-size: 15px;
    line-height: 0.8;
    font-weight: 400;
    letter-spacing: -0.04em;
}

.home-exclusive-card__body h3 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    transition: color 0.28s ease;
}

.home-exclusive-card__body p:last-child {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: -0.04em;
}

.home-exclusive-phone {
    background: var(--home-exclusive-cream);
    color: var(--home-exclusive-bg);
    box-shadow: 0 26px 70px var(--home-exclusive-shadow);
}

.home-exclusive-phone::before,
.home-exclusive-phone::after {
    content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.home-exclusive-phone::before {
    top: 20px;
    left: 50%;
    width: 97px;
    height: 27px;
    border: 1px solid var(--home-exclusive-bg);
    border-radius: 999px;
    transform: translateX(-50%);
}

.home-exclusive-phone::after {
    top: 29px;
    left: calc(50% + 28px);
    width: 10px;
    height: 10px;
    border: 1px solid var(--home-exclusive-bg);
    border-radius: 50%;
}

.home-exclusive-phone .home-exclusive-card__body {
    padding: 20px 8px 0;
}

.home-exclusive-phone .home-exclusive-card__body h3 {
    color: var(--home-exclusive-bg);
}

.home-exclusive-phone .home-exclusive-card__button {
    background: var(--home-exclusive-bg);
    color: var(--home-exclusive-white);
}

.home-exclusive-phone .home-exclusive-card__button:hover {
    background: var(--home-exclusive-bg-dark);
}

.home-exclusive-card__button,
.home-exclusive__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.home-exclusive-card__button {
    width: 100%;
    min-height: 56px;
    margin-top: auto;
    padding: 6px 12px 6px 20px;
    border: 1px solid var(--home-exclusive-cream);
    background: transparent;
    color: var(--home-exclusive-cream);
    font-size: 16px;
    transition: background-color 0.28s ease, border-color 0.28s ease, color 0.28s ease;
}

.home-exclusive-card__button:hover {
    background: var(--home-exclusive-bg-dark);
}

.home-exclusive__arrow {
    position: absolute;
    top: 346px;
    z-index: 2;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--home-exclusive-cream);
    border-radius: 50%;
    background: var(--home-exclusive-bg);
    color: var(--home-exclusive-cream);
    cursor: pointer;
    transition: background-color 0.2s ease, opacity 0.2s ease;
}

.home-exclusive__arrow:hover {
    background: var(--home-exclusive-hover-soft);
}

.home-exclusive__arrow:disabled {
    opacity: 0.55;
    cursor: default;
}

.home-exclusive__arrow:disabled:hover {
    background: var(--home-exclusive-bg);
}

.home-exclusive__arrow_prev {
    left: -84px;
}

.home-exclusive__arrow_next {
    right: -84px;
}

.home-exclusive__cta {
    max-width: 1130px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin: 58px auto 0;
    padding-top: 50px;
    border-top: 1px solid var(--home-exclusive-border-soft);
}

.home-exclusive__cta p {
    max-width: 449px;
    color: var(--home-exclusive-cream);
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.home-exclusive__button {
    width: 367px;
    min-height: 72px;
    padding: 6px 12px 6px 20px;
    background: var(--home-exclusive-cream);
    color: var(--home-exclusive-bg);
    font-size: 18px;
}

.home-exclusive__button:hover {
    background: var(--home-exclusive-white);
}

.home-exclusive__button svg,
.home-exclusive-card__button svg {
    width: 24px;
    height: 24px;
    flex: none;
}

@media (max-width: 1362px) {
    .home-exclusive__slider,
    .home-exclusive__cta {
        max-width: min(1130px, calc(100vw - 120px));
    }

    .home-exclusive__arrow_prev {
        left: -74px;
    }

    .home-exclusive__arrow_next {
        right: -74px;
    }
}

@media (max-width: 1024px) {
    .home-exclusive {
        padding-top: 32px;
        padding-bottom: 40px;
    }

    .home-exclusive__inner {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .home-exclusive__header {
        align-items: flex-start;
        gap: 24px;
        color: var(--home-exclusive-page);
        text-align: left;
    }

    .home-exclusive__eyebrow {
        font-family: "Caveat", cursive;
        font-size: 32px;
        line-height: 0.8;
        letter-spacing: -0.04em;
    }

    .home-exclusive__header h2 {
        max-width: none;
        font-size: 32px;
        line-height: 1.25;
    }

    .home-exclusive__slider {
        width: 100%;
        max-width: none;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 32px 16px;
        margin: 0;
    }

    .home-exclusive__slider::before {
        display: none;
    }

    .home-exclusive__cards {
        order: 1;
        width: calc(100% + 20px);
        display: flex;
        gap: 20px;
        align-items: stretch;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        margin-right: -20px;
        padding-right: 20px;
    }

    .home-exclusive__cards::-webkit-scrollbar {
        display: none;
    }

    .home-exclusive-card {
        display: flex;
        flex: 0 0 300px;
        width: 300px;
        min-height: 0;
        margin-top: 0;
        padding: 16px 16px 20px;
        overflow: hidden;
        border: 1px solid var(--home-exclusive-cream);
        border-radius: 30px;
        background: transparent;
        color: var(--home-exclusive-cream);
        box-shadow: none;
        scroll-snap-align: start;
        will-change: auto;
        animation: none;
    }

    .home-exclusive-phone::before,
    .home-exclusive-phone::after {
        display: none;
    }

    .home-exclusive-card__image {
        height: 230px;
        border-radius: 22px;
        transform: none;
        transition: none;
    }

    .home-exclusive-card__body {
        gap: 17px;
        padding: 20px 8px 0;
    }

    .home-exclusive-card__label {
        font-size: 16px;
        line-height: 0.8;
    }

    .home-exclusive-card__body h3 {
        color: var(--home-exclusive-cream);
        font-size: 20px;
        line-height: 1.4;
    }

    .home-exclusive-card__body p:last-child {
        color: var(--home-exclusive-cream);
        font-size: 15px;
        line-height: 1.4;
    }

    .home-exclusive-card__button {
        width: 100%;
        display: inline-flex;
        min-height: 56px;
        margin-top: auto;
        border: 1px solid var(--home-exclusive-cream);
        background: var(--home-exclusive-bg);
        color: var(--home-exclusive-cream);
        font-size: 16px;
    }

    .home-exclusive-card__button:hover {
        background: var(--home-exclusive-bg-dark);
    }

    .home-exclusive__arrow {
        position: static;
        order: 2;
        flex: 0 0 56px;
        background: transparent;
    }

    .home-exclusive__arrow_prev,
    .home-exclusive__arrow_next {
        left: auto;
        right: auto;
    }

    .home-exclusive__cta {
        width: 100%;
        max-width: none;
        flex-direction: column;
        align-items: stretch;
        gap: 32px;
        margin: 0;
        padding-top: 24px;
    }

    .home-exclusive__cta p {
        max-width: 328px;
        font-size: 16px;
        line-height: 1.4;
    }

    .home-exclusive__button {
        width: 100%;
        min-height: 64px;
        font-size: 16px;
    }
}

.home-video-reviews {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #FCFAEE;
    color: #546792;
}

.home-video-reviews__inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.home-video-reviews__header {
    display: flex;
    align-items: center;
    gap: 24px;
}

.home-video-reviews__header h2 {
    flex: none;
    font-size: 40px;
    line-height: 1.25;
    font-weight: 500;
    text-transform: uppercase;
}

.home-video-reviews__line {
    flex: 1;
    min-width: 40px;
    border-top: 1px solid rgba(84, 103, 146, 0.45);
}

.home-video-reviews__arrows {
    display: flex;
    gap: 16px;
}

.home-video-reviews__arrow {
    width: 56px;
    height: 56px;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #546792;
    border-radius: 50%;
    color: #546792;
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.home-video-reviews__arrow:hover {
    border-color: #3F4C6E;
    color: #3F4C6E;
}

.home-video-reviews__arrow:disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}

.home-video-reviews__list {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 90px) / 4);
    gap: 30px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.home-video-reviews__list::-webkit-scrollbar {
    display: none;
}

.home-video-review-card {
    position: relative;
    overflow: hidden;
    min-width: 0;
    min-height: 501px;
    border-radius: 30px;
    background: #FCFAEE;
    color: #FFFFFF;
    scroll-snap-align: start;
}

.home-video-review-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(84, 103, 146, 0) 42%, #546792 100%);
    pointer-events: none;
}

.home-video-review-card__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0;
    border-radius: inherit;
    background: transparent;
    color: inherit;
    text-align: left;
    text-decoration: none;
}

a.home-video-review-card__media {
    cursor: pointer;
}

.home-video-review-card__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.home-video-review-card__play {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.42);
    transform: translate(-50%, -50%);
}

.home-video-review-card__play::before {
    content: "";
    width: 0;
    height: 0;
    margin-left: 5px;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 18px solid #FFFFFF;
}

.home-video-review-card__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 32px;
}

.home-video-review-card__location {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.home-video-review-card__title {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 0.01em;
}


@media (max-width: 1024px) {
    .home-video-reviews {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .home-video-reviews__header {
        align-items: flex-start;
    }

    .home-video-reviews__header h2 {
        max-width: 560px;
        font-size: 32px;
    }

    .home-video-reviews__line {
        display: none;
    }

    .home-video-reviews__arrows {
        order: 3;
    }

    .home-video-reviews__inner {
        gap: 32px;
    }

    .home-video-reviews__list {
        width: calc(100% + 20px);
        display: flex;
        gap: 20px;
        margin-right: -20px;
        padding-right: 20px;
        scroll-snap-type: x mandatory;
    }

    .home-video-review-card {
        width: 300px;
        min-height: 501px;
        flex: 0 0 300px;
        scroll-snap-align: start;
    }
}

@media (max-width: 767px) {
    .home-video-reviews__header {
        display: contents;
    }

    .home-video-reviews__header h2 {
        max-width: none;
    }

    .home-video-reviews__list {
        order: 2;
    }

    .home-video-reviews__arrows {
        order: 3;
    }
}
.home-yandex-reviews {
    --home-yandex-reviews-color: #546792;
    --home-yandex-reviews-color-rgb: 84, 103, 146;
    --home-yandex-reviews-color-dark: #3F4C6E;
    --home-yandex-reviews-surface: #FCFAEE;
    --home-yandex-reviews-surface-rgb: 252, 250, 238;
    position: relative;
    overflow: hidden;
    padding-top: 153px;
    padding-bottom: 104px;
    background: var(--home-yandex-reviews-surface);
    color: var(--home-yandex-reviews-color);
}

.home-yandex-reviews::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: max(1610px, 118vw);
    height: 850px;
    background: var(--home-yandex-reviews-bg) center bottom / cover no-repeat;
    opacity: 0.12;
    transform: translateX(-50%);
    pointer-events: none;
}

.home-yandex-reviews__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.home-yandex-reviews__header {
    display: flex;
    align-items: center;
    gap: 24px;
}

.home-yandex-reviews__header h2 {
    flex: none;
    font-size: 40px;
    line-height: 1.25;
    font-weight: 500;
    text-transform: uppercase;
}

.home-yandex-reviews__rating {
    flex: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 20px;
    border: 1px solid #949EB5;
    border-radius: 50px;
}

.home-yandex-reviews__rating div {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: -0.04em;
}

.home-yandex-reviews__rating p {
    width: 74px;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: -0.04em;
}

.home-yandex-reviews__stars,
.home-yandex-review-card__stars {
    color: #FFC34D;
    letter-spacing: 0.02em;
}

.home-yandex-reviews__stars {
    font-size: 13px;
}

.home-yandex-reviews__line {
    flex: 1;
    min-width: 40px;
    border-top: 1px solid rgba(var(--home-yandex-reviews-color-rgb), 0.45);
}

.home-yandex-reviews__arrows {
    display: flex;
    gap: 16px;
}

.home-yandex-reviews__arrow {
    width: 56px;
    height: 56px;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--home-yandex-reviews-color);
    border-radius: 50%;
    color: var(--home-yandex-reviews-color);
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.home-yandex-reviews__arrow:hover {
    border-color: var(--home-yandex-reviews-color-dark);
    color: var(--home-yandex-reviews-color-dark);
}

.home-yandex-reviews__arrow:disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}

.home-yandex-reviews__content {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.home-yandex-reviews__list {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 60px) / 3);
    align-items: start;
    overflow-anchor: none;
    gap: 30px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.home-yandex-reviews__list::-webkit-scrollbar {
    display: none;
}

.home-yandex-review-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 320px;
    min-width: 0;
    align-self: start;
    padding: 32px;
    border: 1px solid var(--home-yandex-reviews-color);
    border-radius: 30px;
    background: rgba(var(--home-yandex-reviews-surface-rgb), 0.6);
    color: var(--home-yandex-reviews-color);
    overflow-anchor: none;
    scroll-snap-align: start;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.home-yandex-review-card.is-expanded {
    height: auto;
    min-height: 320px;
}

.home-yandex-review-card__top {
    display: flex;
    align-items: center;
    gap: 16px;
}

.home-yandex-review-card__avatar {
    width: 43px;
    height: 43px;
    flex: none;
    overflow: hidden;
    border-radius: 50%;
    background: #F0F0F1;
}

.home-yandex-review-card__avatar img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.home-yandex-review-card__meta {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.home-yandex-review-card__meta h3 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
}

.home-yandex-review-card__meta p {
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: -0.04em;
}

.home-yandex-review-card__stars {
    font-size: 15px;
    line-height: 0.9;
}

.home-yandex-review-card__text {
    min-height: 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -0.04em;
}

.home-yandex-review-card.is-expanded .home-yandex-review-card__text {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
    line-clamp: unset;
}

.home-yandex-review-card__actions {
    margin-top: auto;
    min-height: 15px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px 16px;
}

.home-yandex-review-card__actions[hidden] {
    display: none;
}

.home-yandex-review-card__link,
.home-yandex-review-card__toggle {
    color: inherit;
    font-size: 15px;
    line-height: 0.8;
    letter-spacing: -0.04em;
    white-space: nowrap;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.home-yandex-review-card__toggle {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
}

.home-yandex-review-card__toggle:hover,
.home-yandex-review-card__toggle:focus,
.home-yandex-review-card__toggle:focus-visible,
.home-yandex-review-card:hover .home-yandex-review-card__toggle,
.home-yandex-review-card:focus-within .home-yandex-review-card__toggle {
    border-color: transparent;
    background: transparent;
    color: inherit;
    box-shadow: none;
}

.home-yandex-review-card__toggle[hidden] {
    display: none;
}

.home-yandex-review-card:focus-within {
    border-color: #FCFBD5;
    background: var(--home-yandex-reviews-color);
    color: #FCFBD5;
}

.home-yandex-review-card:focus-within .home-yandex-review-card__link,
.home-yandex-review-card:focus-within .home-yandex-review-card__toggle {
    color: inherit;
}

@media (hover: hover) and (pointer: fine) {
    .home-yandex-review-card:hover {
        border-color: #FCFBD5;
        background: var(--home-yandex-reviews-color);
        color: #FCFBD5;
    }

    .home-yandex-review-card:hover .home-yandex-review-card__link,
    .home-yandex-review-card:hover .home-yandex-review-card__toggle {
        color: inherit;
    }
}

.home-yandex-reviews__button {
    min-height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 6px 12px 6px 20px;
    border-radius: 15px;
    background: var(--home-yandex-reviews-color);
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
}

.home-yandex-reviews__button:hover {
    background: var(--home-yandex-reviews-color-dark);
}

.home-yandex-reviews__button svg {
    width: 24px;
    height: 24px;
    flex: none;
}

@media (max-width: 1024px) {
    .home-yandex-reviews {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .home-yandex-reviews::before,
    .home-yandex-reviews__line,
    .home-yandex-reviews__arrows {
        display: none;
    }

    .home-yandex-reviews__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .home-yandex-reviews__header h2 {
        font-size: 32px;
        white-space: normal;
    }

    .home-yandex-reviews__content {
        gap: 32px;
    }

    .home-yandex-reviews__list {
        display: flex;
        flex-direction: column;
        gap: 20px;
        overflow: visible;
    }

    .home-yandex-review-card {
        width: 100%;
        padding: 32px;
    }

    .home-yandex-review-card:nth-child(n+4) {
        display: none;
    }

    .home-yandex-reviews__button {
        width: 100%;
    }
}
.home-gallery {
    padding-top: 70px;
    padding-bottom: 80px;
    background: #FCFAEE;
    color: #546792;
}

.home-gallery__inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.home-gallery__inner h2 {
    font-size: 40px;
    line-height: 1.25;
    font-weight: 500;
    text-transform: uppercase;
}

.home-gallery__desktop-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.home-gallery__column,
.home-gallery__mobile-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.home-gallery__mobile-list {
    display: none;
}

.home-gallery-photo {
    position: relative;
    overflow: hidden;
    margin: 0;
    border-radius: 30px;
    background: rgba(252, 250, 238, 0.6);
}

.home-gallery-photo[hidden],
.home-gallery__column[hidden] {
    display: none;
}

.home-gallery-photo_wide {
    aspect-ratio: 256.6 / 144;
}

.home-gallery-photo_tall {
    aspect-ratio: 90 / 160;
}

.home-gallery-photo__link {
    position: absolute;
    inset: 0;
    display: block;
    color: #FFFFFF;
}

.home-gallery-photo__link::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(63, 76, 110, 0.4);
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
}

.home-gallery-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.home-gallery-photo__zoom {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s ease;
    pointer-events: none;
}

.home-gallery-photo__link:hover::after,
.home-gallery-photo__link:focus-visible::after,
.home-gallery-photo__link:hover .home-gallery-photo__zoom,
.home-gallery-photo__link:focus-visible .home-gallery-photo__zoom {
    opacity: 1;
}

.home-gallery__button {
    min-height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 6px 12px 6px 20px;
    border: 1px solid #546792;
    border-radius: 15px;
    color: #546792;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.home-gallery__button:hover {
    border-color: #3F4C6E;
    color: #3F4C6E;
}

.home-gallery__button.is-hidden {
    display: none;
}

.home-gallery__button svg {
    width: 24px;
    height: 24px;
    flex: none;
}

.home-gallery__button_mobile {
    display: none;
}

@media (max-width: 1024px) {
    .home-gallery {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .home-gallery__inner h2 {
        font-size: 32px;
    }

    .home-gallery__desktop-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .home-gallery__desktop-grid {
        display: none;
    }

    .home-gallery__mobile-list {
        display: flex;
    }

    .home-gallery__button_desktop {
        display: none;
    }

    .home-gallery__button_mobile {
        display: inline-flex;
    }

    .home-gallery-photo__zoom svg {
        width: 60px;
        height: 60px;
    }
}
.home-contact {
    padding-top: 70px;
    padding-bottom: 80px;
    background: #FCFAEE;
    color: #546792;
}

.home-contact__inner {
    display: flex;
    flex-direction: column;
}

.home-contact__mobile-title,
.home-contact__mobile-copy {
    display: none;
}

.home-contact__content,
.home-contact__bottom {
    width: min(100%, 1130px);
    margin-left: auto;
    margin-right: auto;
}

.home-contact__content {
    display: grid;
    grid-template-columns: minmax(0, 550px) minmax(0, 550px);
    gap: 30px;
    align-items: start;
}

.home-contact__visual {
    position: relative;
    min-height: 565px;
}

.home-contact__bird {
    position: absolute;
    top: -8px;
    left: 238px;
    width: 149px;
    height: auto;
    pointer-events: none;
}

.home-contact__waves {
    position: absolute;
    z-index: 2;
    left: -46.27px;
    top: 384.56px;
    width: 74.18px;
    height: 49.42px;
    background: url('../img/home-contact-waves.svg') center / contain no-repeat;
    pointer-events: none;
}

.home-contact__photo-card,
.home-contact__sketch-card {
    position: absolute;
    overflow: hidden;
    background: #FCFAEE;
    border-radius: 30px;
}

.home-contact__photo-card {
    left: 0;
    top: 0;
    width: 285px;
    height: 473px;
}

.home-contact__photo-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 43% center;
}

.home-contact__sketch-card {
    left: 146px;
    top: 112px;
    width: 250px;
    height: 446px;
    border: 1px solid #546792;
    transform: rotate(8deg);
}

.home-contact__sketch-card img {
    position: absolute;
    left: -75%;
    top: 7%;
    width: 532%;
    height: 375%;
    display: block;
    object-fit: contain;
    transform: rotate(-1deg);
    transform-origin: left top;
}

.home-contact__logo-mark {
    position: absolute;
    left: 410px;
    top: 432px;
    width: 159px;
    opacity: 0.13;
    pointer-events: none;
}

.home-contact__form {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 25px;
}

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

.home-contact__heading h2 {
    max-width: 440px;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 500;
    text-transform: uppercase;
}

.home-contact__heading p,
.home-contact__mobile-copy {
    max-width: 452px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: -0.04em;
}

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

.home-contact__field-group {
    display: flex;
    flex-direction: column;
}

.home-contact__field {
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #546792;
    transition: border-color 0.2s ease;
}

.home-contact__field-group_error .home-contact__field {
    border-bottom-color: #C44747;
}

.home-contact__field input,
.home-contact__field textarea {
    width: 100%;
    min-width: 0;
    min-height: 22px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #546792;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -0.04em;
    resize: none;
}

.home-contact__field input::placeholder,
.home-contact__field textarea::placeholder {
    color: rgba(84, 103, 146, 0.7);
    opacity: 1;
}

.home-contact__field-error {
    display: none;
    margin-top: 6px;
    color: #C44747;
    font-size: 13px;
    line-height: 1.25;
}

.home-contact__field-error:not(:empty) {
    display: block;
}

.home-contact__trap {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.home-contact__agreement {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #546792;
    font-size: 15px;
    line-height: 1.25;
    letter-spacing: 0;
    cursor: pointer;
}

.home-contact__agreement input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.home-contact__checkbox {
    position: relative;
    width: 20px;
    height: 20px;
    flex: none;
    border: 1px solid #546792;
    border-radius: 4px;
}

.home-contact__checkbox::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 6px;
    height: 11px;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    opacity: 0;
    transform: rotate(45deg);
}

.home-contact__agreement input:checked + .home-contact__checkbox {
    background: #546792;
}

.home-contact__agreement input:checked + .home-contact__checkbox::after {
    opacity: 1;
}

.home-contact__agreement-group {
    display: flex;
    flex-direction: column;
}

.home-contact__agreement-group + .home-contact__agreement-group {
    margin-top: 10px;
}

.home-contact__agreement_error .home-contact__checkbox {
    border-color: #C44747;
}

.home-contact__agreement-error {
    margin-top: 6px;
}

.home-contact__agreement a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s ease;
}

.home-contact__agreement a:hover,
.home-contact__agreement a:focus-visible {
    color: #3F4C6E;
}

.home-contact__form-message {
    margin: -8px 0 0;
    font-size: 14px;
    line-height: 1.35;
}

.home-contact__form-message_success {
    color: #2E7451;
}

.home-contact__form-message_error {
    color: #C44747;
}

.home-contact__submit {
    width: 240px;
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 6px 20px;
    border-radius: 15px;
    background: #546792;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.home-contact__submit:hover:not(:disabled) {
    background: #3F4C6E;
}

.home-contact__submit:disabled {
    cursor: wait;
    opacity: 0.88;
}

.home-contact__submit-spinner {
    display: none;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.45);
    border-top-color: #FFFFFF;
    border-radius: 50%;
    animation: topster-spin 0.8s linear infinite;
}

.home-contact__submit_loading .home-contact__submit-spinner {
    display: block;
}

@keyframes topster-spin {
    to {
        transform: rotate(360deg);
    }
}

.thanks-page {
    background: #FCFAEE;
    color: #546792;
}

.thanks-hero {
    position: relative;
    overflow: hidden;
    min-height: 885px;
}

.thanks-hero__background {
    position: absolute;
    top: -186px;
    left: 0;
    right: 0;
    height: 1072px;
    opacity: 0.1;
    pointer-events: none;
}

.thanks-hero__background img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
}

.thanks-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 43% 16%, rgba(197, 233, 248, 0.2), rgba(197, 233, 248, 0) 19%),
        radial-gradient(circle at 50% 37%, #FCFAEE 0, rgba(252, 250, 238, 0.88) 16%, rgba(252, 250, 238, 0) 34%);
    pointer-events: none;
}

.thanks-hero__inner {
    position: relative;
    z-index: 1;
    min-height: 885px;
    display: flex;
    justify-content: center;
    padding-top: 162px;
}

.thanks-card {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 730px;
    min-height: 418px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 64px 40px 56px;
    border-radius: 30px;
    background: radial-gradient(ellipse 10% 18% at 50% 50%, #FCFAEE 0, rgba(252, 250, 238, 0) 100%);
    text-align: center;
}

.thanks-card__logo {
    position: relative;
    width: 115px;
    height: 84px;
    flex: none;
    overflow: hidden;
    opacity: 0.13;
}

.thanks-card__logo img {
    position: absolute;
    top: 0;
    left: -62.6%;
    width: 225.21%;
    height: 225.8%;
    display: block;
    max-width: none;
}

.thanks-card__text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.thanks-card__text h1 {
    width: 100%;
    color: #546792;
    font-size: 40px;
    line-height: 1.35;
    font-weight: 500;
    text-transform: uppercase;
}

.thanks-card__content {
    max-width: 650px;
    color: #546792;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
}

.thanks-card__content > * + * {
    margin-top: 12px;
}

.thanks-card__button {
    min-width: 261px;
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 6px 28px 6px 20px;
    border-radius: 15px;
    background: #546792;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    transition: background-color 0.2s ease;
}

.thanks-card__button:hover {
    background: #3F4C6E;
}

.thanks-card__button-icon {
    width: 24px;
    height: 24px;
    display: block;
    flex: none;
}

.thanks-hero__route {
    position: absolute;
    z-index: 1;
    top: 587px;
    left: calc(50% - 164px);
    width: 363px;
    height: 297px;
    display: block;
    pointer-events: none;
}

.thanks-hero__route img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.home-contact__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-top: 22px;
    padding-top: 23px;
    border-top: 1px dashed rgba(84, 103, 146, 0.7);
}

.home-contact__bottom p {
    width: 449px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.home-contact__contacts {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.home-contact__phone {
    color: inherit;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.home-contact__socials {
    display: flex;
    align-items: center;
    gap: 2px;
}

.home-contact__social-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #546792;
    transition: color 0.2s ease;
}

.home-contact__social-link:hover,
.home-contact__social-link:focus-visible {
    color: #3F4C6E;
}

.home-contact__contacts .home-contact__phone:hover,
.home-contact__contacts .home-contact__phone:focus-visible {
    color: #3F4C6E;
}

.home-contact__social-link svg {
    width: 24px;
    height: 24px;
}

@media (max-width: 1024px) {
    .home-contact {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .home-contact__content {
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
        max-width: 560px;
    }

    .home-contact__visual {
        width: min(100%, 335px);
        min-height: 351px;
        margin-left: auto;
        margin-right: auto;
    }

    .home-contact__mobile-title {
        display: block;
        max-width: 335px;
        margin-bottom: 32px;
        font-size: 32px;
        line-height: 1.25;
        font-weight: 500;
        text-transform: uppercase;
    }

    .home-contact__bird {
        top: 0;
        left: 59.6%;
        width: 26.7%;
    }

    .home-contact__waves {
        left: -0.17%;
        top: 66.39%;
        width: 12.69%;
        height: auto;
        aspect-ratio: 74.1802 / 49.42;
    }

    .home-contact__photo-card {
        left: 7.8%;
        top: 3.7%;
        width: 48.8%;
        height: 77.2%;
        border-radius: 17px;
    }

    .home-contact__sketch-card {
        left: 40.2%;
        top: 22.4%;
        width: 42.7%;
        height: 72.8%;
        border-width: 0.6px;
        border-radius: 17px;
    }

    .home-contact__logo-mark {
        left: 72.9%;
        top: 73.3%;
        width: 27.1%;
    }

    .home-contact__form {
        gap: 24px;
        padding: 24px;
        border: 1px solid #546792;
        border-radius: 30px;
        background: #FCFAEE;
    }

    .home-contact__heading {
        display: none;
    }

    .home-contact__mobile-copy {
        display: block;
        max-width: none;
        font-size: 17px;
    }

    .home-contact__agreement {
        align-items: flex-start;
    }

    .home-contact__submit {
        width: 100%;
    }

    .home-contact__bottom {
        width: 100%;
        max-width: 560px;
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
        margin-top: 28px;
    }

    .home-contact__bottom p {
        width: auto;
        font-size: 16px;
    }

    .home-contact__contacts {
        width: 100%;
        justify-content: space-between;
        gap: 16px;
    }
}

@media (max-width: 767px) {
    .home-contact__content,
    .home-contact__bottom {
        max-width: none;
    }
}
.home-blog {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #FCFAEE;
    color: #546792;
}

.home-blog__inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

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

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

.home-blog__title h2 {
    font-size: 40px;
    line-height: 1.25;
    font-weight: 500;
    text-transform: uppercase;
}

.home-blog__title p {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -0.04em;
    white-space: nowrap;
}

.home-blog__line {
    flex: 1;
    min-width: 40px;
    border-top: 1px dashed rgba(84, 103, 146, 0.5);
}

.home-blog__arrows {
    display: flex;
    gap: 16px;
}

.home-blog__arrow {
    width: 56px;
    height: 56px;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #546792;
    border-radius: 50%;
    color: #546792;
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.home-blog__arrow:hover {
    border-color: #3F4C6E;
    color: #3F4C6E;
}

.home-blog__arrow:disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}

.home-blog__list {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.home-blog__list::-webkit-scrollbar {
    display: none;
}

.home-blog-card {
    overflow: hidden;
    flex: 0 0 calc((100% - 60px) / 3);
    min-width: 0;
    display: flex;
    flex-direction: column;
    scroll-snap-align: start;
}

.home-blog-card__media {
    position: relative;
    overflow: hidden;
    height: 240px;
    display: block;
    border-radius: 30px;
    background: #546792;
}

.home-blog-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(63, 76, 110, 0) 46%, rgba(63, 76, 110, 0.6) 100%);
    pointer-events: none;
}

.home-blog-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.home-blog-card:first-child .home-blog-card__media img {
    height: 314%;
    object-position: center 18%;
}

.home-blog-card__media span {
    position: absolute;
    left: 15px;
    bottom: 15px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    min-height: 31px;
    padding: 10px 15px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.3);
    color: #FCFAEE;
    font-size: 13px;
    line-height: 0.8;
    font-weight: 500;
    letter-spacing: -0.01em;
}

.home-blog-card__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px 32px 24px 0;
}

.home-blog-card__body time {
    font-size: 16px;
    line-height: 0.8;
    letter-spacing: -0.04em;
}

.home-blog-card__body h3 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.home-blog-card__body h3 a {
    color: inherit;
    text-decoration: none;
}

.home-blog-card__body > a {
    width: fit-content;
    color: inherit;
    font-size: 16px;
    line-height: 0.8;
    letter-spacing: -0.04em;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.blog-page {
    background: #FCFAEE;
    color: #546792;
}

.blog-hero {
    position: relative;
    min-height: 664px;
    z-index: 1;
    overflow: visible;
    color: #FFFFFF;
}

.blog-hero__media {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.blog-hero__media picture {
    width: 100%;
    height: 100%;
    display: block;
}

.blog-hero__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 66%;
}

.blog-hero__image_mobile {
    display: none;
}

.blog-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(63deg, rgba(84, 103, 146, 0.82) 14%, rgba(84, 103, 146, 0.22) 38%, rgba(84, 103, 146, 0) 58%),
        linear-gradient(180deg, rgba(84, 103, 146, 0.72) 0%, rgba(84, 103, 146, 0.2) 24%, rgba(84, 103, 146, 0) 42%),
        rgba(19, 33, 49, 0.14);
}

.blog-hero__route-frame {
    position: absolute;
    left: -16px;
    top: 220px;
    width: 335px;
    height: 375px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-74.28deg) scaleY(-1);
    pointer-events: none;
}

.blog-hero__route-clip {
    position: relative;
    width: 317px;
    height: 259px;
    overflow: hidden;
}

.blog-hero__route-position {
    position: absolute;
    left: 0;
    top: 0;
    width: 316px;
    height: 379px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-hero__route {
    width: 362px;
    height: auto;
    display: block;
    transform: rotate(93.33deg);
    transform-origin: 50% 50%;
}

.blog-hero__mark-frame {
    position: absolute;
    pointer-events: none;
}

.blog-hero__mark-frame_first {
    left: 0;
    top: 176px;
    width: 174px;
    height: 294px;
}

.blog-hero__mark-frame_second {
    display: none;
    left: 249.328px;
    top: 605.074px;
    width: 241px;
    height: 232px;
    z-index: 1;
}

.blog-hero__mark {
    width: 100%;
    height: 100%;
    display: block;
}

.blog-hero__route-mobile-frame,
.blog-hero__mark-mobile-frame {
    display: none;
}

.blog-hero__inner {
    position: relative;
    z-index: 2;
    min-height: 664px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 32px;
    padding-bottom: 32px;
}

.blog-hero__title {
    font-size: 40px;
    line-height: 1.25;
    font-weight: 500;
    text-transform: uppercase;
}

.blog-hero__breadcrumbs {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: -0.04em;
}

.blog-hero__breadcrumbs a,
.blog-hero__breadcrumbs span[aria-hidden="true"] {
    color: rgba(255, 255, 255, 0.65);
}

.blog-hero__breadcrumbs span {
    color: #FFFFFF;
}

.blog-catalog {
    position: relative;
    z-index: 0;
    padding-top: 56px;
    padding-bottom: 150px;
}

.blog-catalog__inner {
    display: grid;
    grid-template-columns: minmax(0, 1014px) minmax(280px, 1fr);
    gap: 31px;
    align-items: flex-start;
}

.blog-catalog__main {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.blog-catalog__tabs {
    display: none;
}

.blog-catalog__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.blog-card {
    min-width: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.blog-card__media {
    position: relative;
    height: 195px;
    overflow: hidden;
    display: block;
    border-radius: 30px;
    background: #546792;
    color: inherit;
    text-decoration: none;
}

.blog-card__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.blog-card__image_tea {
    top: -28.4%;
    bottom: auto;
    height: 283.7%;
}

.blog-card__image_temple,
.blog-card__image_street,
.blog-card__image_lanterns,
.blog-card__image_wall,
.blog-card__image_water {
    bottom: auto;
    height: 218%;
}

.blog-card__image_temple {
    top: 0;
}

.blog-card__image_street {
    top: -100.6%;
}

.blog-card__image_lanterns {
    top: -80.7%;
}

.blog-card__image_wall {
    top: -67.1%;
}

.blog-card__image_water {
    top: -108.9%;
    height: 290%;
}

.blog-card__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(63, 76, 110, 0) 42.8%, rgba(43, 54, 81, 0.9) 100%);
    pointer-events: none;
}

.blog-card__categories {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    overflow: hidden;
}

.blog-card__categories span {
    min-height: 31px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.3);
    color: #FCFAEE;
    font-size: 13px;
    line-height: 0.8;
    font-weight: 500;
    letter-spacing: -0.01em;
    white-space: nowrap;
}

.blog-card__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px 24px 0 0;
}

.blog-card__body time {
    font-size: 16px;
    line-height: 0.8;
    font-weight: 400;
    letter-spacing: -0.04em;
}

.blog-card__title {
    min-height: 50px;
    overflow: hidden;
    display: -webkit-box;
    color: inherit;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-overflow: ellipsis;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.blog-card__read {
    width: fit-content;
    display: inline-flex;
    color: inherit;
    font-size: 16px;
    line-height: 0.8;
    font-weight: 400;
    letter-spacing: -0.04em;
    border-bottom: 1px solid currentColor;
    text-decoration: none;
}

.blog-catalog__more {
    width: 100%;
    min-height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 6px 12px 6px 20px;
    border: 1px solid #546792;
    border-radius: 15px;
    color: #546792;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    cursor: pointer;
}

.blog-catalog__more:hover {
    border-color: #3F4C6E;
    color: #3F4C6E;
}

.blog-catalog__more svg {
    width: 24px;
    height: 24px;
    flex: none;
}

.blog-sidebar {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 31px;
}

.blog-sidebar__categories {
    width: 318px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-left: 2px solid rgba(84, 103, 146, 0.1);
}

.blog-sidebar__category {
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 20px 24px;
    border-left: 2px solid transparent;
    color: rgba(84, 103, 146, 0.7);
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    white-space: nowrap;
    transform: translateX(-2px);
}

.blog-sidebar__category span:last-child {
    font-size: 16px;
    font-weight: 400;
}

.blog-sidebar__category_active {
    border-left-color: #546792;
    color: #546792;
    font-weight: 600;
}

.blog-sidebar__category_active span:last-child {
    font-weight: 500;
}

.blog-checklist {
    position: relative;
    width: 100%;
    height: 482px;
    overflow: hidden;
    border-radius: 30px;
    background: #546792;
    color: #FFFFFF;
}

.blog-checklist__image {
    position: absolute;
    left: -22%;
    top: -6.6%;
    width: 154.6%;
    height: 129.3%;
    display: block;
    object-fit: cover;
}

.blog-checklist__overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 17% 100%, rgba(255, 196, 82, 0.2) 0, rgba(255, 196, 82, 0) 150px),
        linear-gradient(0deg, #546792 1.7%, rgba(84, 103, 146, 0) 26%),
        linear-gradient(163deg, rgba(84, 103, 146, 0.95) 17.4%, rgba(84, 103, 146, 0) 48.2%);
}

.blog-checklist__content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 36px 32px;
}

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

.blog-checklist__text h2 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
    text-transform: uppercase;
}

.blog-checklist__text p {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: -0.04em;
}

.blog-checklist__button {
    width: 252px;
    max-width: 100%;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 6px 12px 6px 20px;
    border-radius: 15px;
    background: #FFFFFF;
    color: #546792;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    cursor: pointer;
}

.blog-checklist__button:hover {
    color: #3F4C6E;
}

.blog-checklist__button svg {
    width: 24px;
    height: 24px;
    flex: none;
}

@media (max-width: 1200px) {
    .blog-catalog__inner {
        grid-template-columns: minmax(0, 1fr) 280px;
        gap: 24px;
    }

    .blog-catalog__grid {
        gap: 24px;
    }
}

@media (max-width: 1024px) {
    .blog-catalog__inner {
        grid-template-columns: 1fr;
    }

    .blog-catalog__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blog-sidebar {
        display: none;
    }
}

@media (max-width: 767px) {
    .blog-page {
        overflow-x: hidden;
    }

    .blog-hero {
        min-height: 313px;
    }

    .blog-hero__image {
        object-position: center 70%;
    }

    .blog-hero__image_desktop {
        display: none;
    }

    .blog-hero__image_mobile {
        display: block;
    }

    .blog-hero__overlay {
        background:
            linear-gradient(237deg, rgba(84, 103, 146, 0.72) 24%, rgba(84, 103, 146, 0.14) 60%, rgba(84, 103, 146, 0) 78%),
            linear-gradient(180deg, rgba(84, 103, 146, 0.72) 0%, rgba(84, 103, 146, 0.24) 43%, rgba(84, 103, 146, 0) 68%),
            linear-gradient(90deg, rgba(84, 103, 146, 0.18), rgba(84, 103, 146, 0.18)),
            linear-gradient(0deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0) 35.2%),
            linear-gradient(72deg, rgba(0, 0, 0, 0.12) 28.8%, rgba(0, 0, 0, 0) 57%);
    }

    .blog-hero__route-frame,
    .blog-hero__mark-frame {
        display: none;
    }

    .blog-hero__route-mobile-frame {
        position: absolute;
        right: 0;
        top: 167px;
        width: 197px;
        height: auto;
        display: block;
        pointer-events: none;
    }

    .blog-hero__route-mobile {
        width: 100%;
        height: auto;
        display: block;
    }

    .blog-hero__mark-mobile-frame {
        position: absolute;
        right: 0;
        top: 144px;
        width: 89px;
        height: auto;
        display: block;
        pointer-events: none;
    }

    .blog-hero__mark-mobile {
        width: 100%;
        height: auto;
        display: block;
    }

    .blog-hero__inner {
        min-height: 313px;
        justify-content: space-between;
        gap: 0;
        padding-top: 122px;
        padding-bottom: 24px;
    }

    .blog-hero__title {
        order: 2;
        font-size: 32px;
    }

    .blog-hero__breadcrumbs {
        order: 1;
    }

    .blog-catalog {
        padding-top: 44px;
        padding-bottom: 22px;
    }

    .blog-catalog__inner {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 72px;
    }

    .blog-catalog__main {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        gap: 32px;
    }

    .blog-catalog__tabs {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        display: flex;
        align-items: center;
        overflow-x: auto;
        overflow-y: hidden;
        border-bottom: 1px solid rgba(84, 103, 146, 0.7);
        color: #546792;
        scrollbar-width: none;
    }

    .blog-catalog__tabs::-webkit-scrollbar {
        display: none;
    }

    .blog-catalog__tab {
        flex: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 0 24px 20px;
        border-bottom: 2px solid transparent;
        color: rgba(84, 103, 146, 0.8);
        font-size: 18px;
        line-height: 1;
        font-weight: 600;
        white-space: nowrap;
    }

    .blog-catalog__tab span:last-child {
        font-size: 16px;
        font-weight: 600;
    }

    .blog-catalog__tab_active {
        border-bottom-color: #546792;
        color: #546792;
    }

    .blog-catalog__grid {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .blog-card,
    .blog-card__media,
    .blog-card__body {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .blog-card:nth-child(n+4) {
        display: none;
    }

    .blog-card__body {
        padding-right: 24px;
    }

    .blog-catalog__more {
        min-height: 56px;
    }

    .blog-sidebar {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        display: flex;
    }

    .blog-sidebar__categories {
        display: none;
    }

    .blog-checklist {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        height: 482px;
    }

    .blog-checklist__button {
        width: 100%;
    }
}

.blog-article-page {
    background: #FCFAEE;
    color: #546792;
}

.blog-article-head {
    padding-top: 32px;
    padding-bottom: 64px;
}

.blog-article-head__inner {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.blog-article-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 12px;
    overflow: hidden;
    color: rgba(84, 103, 146, 0.65);
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: -0.04em;
    white-space: nowrap;
}

.blog-article-breadcrumbs a,
.blog-article-breadcrumbs span[aria-hidden="true"] {
    color: rgba(84, 103, 146, 0.65);
}

.blog-article-breadcrumbs span:last-child {
    min-width: 0;
    overflow: hidden;
    color: #546792;
    text-overflow: ellipsis;
}

.blog-article-head h1 {
    max-width: 1030px;
    font-size: 40px;
    line-height: 1.35;
    font-weight: 500;
    text-transform: uppercase;
}

.blog-article-content {
    padding-bottom: 64px;
}

.blog-article-content__inner {
    display: grid;
    grid-template-columns: minmax(0, 1014px) 318px;
    gap: 30px;
    align-items: flex-start;
}

.blog-article-body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.blog-article-meta {
    width: calc(100% - 36px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.blog-article-meta__date,
.blog-article-meta__tags span {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #546792;
    font-size: 16px;
    line-height: 0.8;
    white-space: nowrap;
}

.blog-article-meta__date {
    gap: 8px;
    padding: 12px 16px;
    background: rgba(84, 103, 146, 0.08);
    letter-spacing: -0.04em;
}

.blog-article-meta__date svg {
    width: 16px;
    height: 16px;
    flex: none;
}

.blog-article-meta__tags {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.blog-article-meta__tags span {
    padding: 12px 16px;
    background: rgba(177, 160, 114, 0.1);
    font-weight: 500;
    letter-spacing: -0.01em;
}

.blog-article-text {
    width: calc(100% - 36px);
    color: #546792;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: -0.04em;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.blog-content > * {
    margin: 0;
}

.blog-content p,
.blog-content li {
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
}

.blog-content h2,
.blog-content h3 {
    margin-top: 15px;
    color: inherit;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
}

.blog-content h2:first-child,
.blog-content h3:first-child {
    margin-top: 0;
}

.blog-content ul,
.blog-content ol {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-left: 26px;
}

.blog-content ul {
    list-style: disc;
}

.blog-content ol {
    list-style: decimal;
}

.blog-content li {
    display: list-item;
}

.blog-content a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.blog-content figure {
    margin: 0;
}

.blog-content > .wp-block-image {
    width: 100%;
    aspect-ratio: 977 / 493;
    overflow: hidden;
    border-radius: 30px;
}

.blog-content > .wp-block-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.blog-content .wp-block-gallery.has-nested-images {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    align-items: stretch;
}

.blog-content .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    width: 100%;
    margin: 0;
    display: block;
    aspect-ratio: 473 / 276;
    overflow: hidden;
    border-radius: 30px;
}

.blog-content .wp-block-gallery.has-nested-images figure.wp-block-image img {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 473 / 276;
    display: block;
    object-fit: cover;
    border-radius: 30px;
}

.blog-content .wp-block-gallery.has-nested-images figcaption,
.blog-content .wp-block-image figcaption {
    margin-top: 8px;
    color: rgba(84, 103, 146, 0.7);
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -0.04em;
}

.blog-article-sidebar {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.blog-article-contents {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    border-left: 2px solid rgba(84, 103, 146, 0.1);
}

.blog-article-contents_mobile {
    display: none;
}

.blog-article-contents h2 {
    padding-left: 24px;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 500;
    text-transform: uppercase;
}

.blog-article-contents__item {
    min-height: 56px;
    display: flex;
    align-items: center;
    padding: 20px 24px;
    border-left: 2px solid transparent;
    color: rgba(84, 103, 146, 0.9);
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.04em;
    transform: translateX(-2px);
}

.blog-article-contents__item_active {
    border-left-color: #546792;
    font-weight: 600;
    letter-spacing: 0;
}

.blog-article-checklist {
    position: relative;
    width: 100%;
    height: 482px;
    overflow: hidden;
    border-radius: 30px;
    background: #546792;
    color: #FFFFFF;
}

.blog-article-checklist__image {
    position: absolute;
    left: -22%;
    top: -6.6%;
    width: 154.6%;
    height: 129.3%;
    display: block;
    object-fit: cover;
}

.blog-article-checklist__overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 17% 100%, rgba(255, 196, 82, 0.2) 0, rgba(255, 196, 82, 0) 150px),
        linear-gradient(0deg, #546792 1.7%, rgba(84, 103, 146, 0) 26%),
        linear-gradient(163deg, rgba(84, 103, 146, 0.95) 17.4%, rgba(84, 103, 146, 0) 48.2%);
}

.blog-article-checklist__content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 36px 32px;
}

.blog-article-checklist__text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.blog-article-checklist__text h2 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
    text-transform: uppercase;
}

.blog-article-checklist__text p {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -0.04em;
}

.blog-article-checklist__button {
    width: 252px;
    max-width: 100%;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 6px 12px 6px 20px;
    border-radius: 15px;
    background: #FFFFFF;
    color: #546792;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    cursor: pointer;
}

.blog-article-checklist__button:hover {
    color: #3F4C6E;
}

.blog-article-checklist__button svg {
    width: 24px;
    height: 24px;
    flex: none;
}

.blog-article-related {
    padding-top: 8px;
    padding-bottom: 0;
}

.blog-article-related__inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.blog-article-related__inner h2 {
    font-size: 40px;
    line-height: 1.25;
    font-weight: 500;
    text-transform: uppercase;
}

.blog-article-related__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.blog-article-card {
    min-width: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.blog-article-card__media {
    position: relative;
    height: 195px;
    overflow: hidden;
    display: block;
    border-radius: 30px;
    background: #546792;
}

.blog-article-card__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.blog-article-card__image_wall {
    top: -67.1%;
    bottom: auto;
    height: 218%;
}

.blog-article-card__image_water {
    top: -108.9%;
    bottom: auto;
    height: 290%;
}

.blog-article-card__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(63, 76, 110, 0) 42.8%, rgba(43, 54, 81, 0.9) 100%);
    pointer-events: none;
}

.blog-article-card__categories {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    overflow: hidden;
}

.blog-article-card__categories span {
    min-height: 31px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.3);
    color: #FCFAEE;
    font-size: 13px;
    line-height: 0.8;
    font-weight: 500;
    letter-spacing: -0.01em;
    white-space: nowrap;
}

.blog-article-card__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px 24px 0 0;
}

.blog-article-card__body time {
    font-size: 16px;
    line-height: 0.8;
    letter-spacing: -0.04em;
}

.blog-article-card__title {
    min-height: 50px;
    overflow: hidden;
    display: -webkit-box;
    color: inherit;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.blog-article-card__read {
    width: fit-content;
    display: inline-flex;
    color: inherit;
    font-size: 16px;
    line-height: 0.8;
    letter-spacing: -0.04em;
    border-bottom: 1px solid currentColor;
    text-decoration: none;
}

@media (max-width: 1200px) {
    .blog-article-content__inner {
        grid-template-columns: minmax(0, 1fr) 280px;
        gap: 24px;
    }

    .blog-article-related__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .blog-article-content__inner {
        grid-template-columns: 1fr;
    }

    .blog-article-sidebar {
        display: none;
    }

    .blog-article-meta,
    .blog-article-text {
        width: 100%;
    }

    .blog-article-contents_mobile {
        display: flex;
    }
}

@media (max-width: 767px) {
    .blog-article-page {
        overflow-x: hidden;
    }

    .blog-article-head {
        padding-top: 24px;
        padding-bottom: 32px;
    }

    .blog-article-head__inner {
        gap: 32px;
        min-width: 0;
    }

    .blog-article-breadcrumbs {
        width: 100%;
        min-width: 0;
    }

    .blog-article-head h1 {
        font-size: 32px;
    }

    .blog-article-meta {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .blog-article-meta__tags {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .blog-article-content {
        padding-bottom: 40px;
    }

    .blog-article-content__inner,
    .blog-article-body {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .blog-article-body {
        gap: 24px;
    }

    .blog-article-contents_mobile {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        flex-direction: row;
        gap: 0;
        overflow-x: auto;
        overflow-y: hidden;
        border-left: 0;
        border-bottom: 1px solid rgba(84, 103, 146, 0.7);
        scrollbar-width: none;
    }

    .blog-article-contents_mobile::-webkit-scrollbar {
        display: none;
    }

    .blog-article-contents_mobile .blog-article-contents__item {
        flex: none;
        min-height: 0;
        padding: 0 24px 20px;
        border-left: 0;
        border-bottom: 2px solid transparent;
        font-size: 18px;
        line-height: 1;
        font-weight: 600;
        white-space: nowrap;
        transform: none;
    }

    .blog-article-contents_mobile .blog-article-contents__item_active {
        border-bottom-color: #546792;
    }

    .blog-article-text {
        width: 100%;
        font-size: 17px;
    }

    .blog-content h2,
    .blog-content h3 {
        font-size: 22px;
    }

    .blog-content > .wp-block-image {
        aspect-ratio: 160 / 90;
        border-radius: 20px;
    }

    .blog-content .wp-block-gallery.has-nested-images {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .blog-content .wp-block-gallery.has-nested-images figure.wp-block-image img {
        aspect-ratio: 335 / 188;
        border-radius: 20px;
    }

    .blog-content .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
        aspect-ratio: 335 / 188;
        border-radius: 20px;
    }

    .blog-article-related {
        padding-top: 0;
        padding-bottom: 32px;
    }

    .blog-article-related__inner {
        width: auto;
        max-width: none;
        min-width: 0;
        gap: 32px;
        margin-left: 0;
        margin-right: 0;
    }

    .blog-article-related__inner h2 {
        font-size: 32px;
    }

    .blog-article-related__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .blog-article-card,
    .blog-article-card__media,
    .blog-article-card__body {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
}
.home-blog__button {
    min-height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 6px 12px 6px 20px;
    border-radius: 15px;
    background: #546792;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    transition: background-color 0.2s ease;
}

.home-blog__button:hover {
    background: #3F4C6E;
}

.home-blog__button svg {
    width: 24px;
    height: 24px;
    flex: none;
}

@media (max-width: 1024px) {
    .home-blog {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .home-blog__header {
        align-items: flex-start;
    }

    .home-blog__title {
        gap: 6px;
    }

    .home-blog__title h2 {
        max-width: 420px;
        font-size: 32px;
    }

    .home-blog__title p {
        font-size: 16px;
    }

    .home-blog__line,
    .home-blog__arrows {
        display: none;
    }

    .home-blog__list {
        display: grid;
        grid-template-columns: 1fr;
        overflow: visible;
        scroll-snap-type: none;
        gap: 20px;
    }

    .home-blog-card {
        flex-basis: auto;
        scroll-snap-align: none;
    }

    .home-blog-card__body {
        gap: 12px;
        padding-top: 24px;
        padding-bottom: 24px;
    }
}

@media (max-width: 767px) {
    .home-blog__title h2 {
        max-width: none;
    }

    .home-blog-card:nth-child(n+4) {
        display: none;
    }
}
.home-faq {
    padding-top: 70px;
    padding-bottom: 80px;
    background: #FCFAEE;
    color: #546792;
}

.home-faq__inner {
    display: grid;
    grid-template-columns: minmax(0, 666px) minmax(360px, 550px);
    gap: clamp(56px, 10.7vw, 146px);
    align-items: center;
}

.home-faq__content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-bottom: 32px;
}

.home-faq__eyebrow {
    font-size: 24px;
    line-height: 0.8;
    letter-spacing: -0.04em;
}

.home-faq__content h2 {
    max-width: 604px;
    font-size: 40px;
    line-height: 1.25;
    font-weight: 500;
    text-transform: uppercase;
}

.home-faq__list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.home-faq-item {
    padding-bottom: 24px;
    border-bottom: 1px solid #546792;
}

.home-faq-item[hidden],
.home-faq__button[hidden] {
    display: none;
}

.home-faq-item__summary {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    color: #546792;
    cursor: pointer;
    list-style: none;
}

.home-faq-item__summary::-webkit-details-marker {
    display: none;
}

.home-faq-item__summary span:first-child {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-align: left;
    text-transform: uppercase;
}

.home-faq-item__icon {
    position: relative;
    width: 24px;
    height: 24px;
    flex: none;
}

.home-faq-item__icon::before,
.home-faq-item__icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    border-top: 1.5px solid currentColor;
    transform: translate(-50%, -50%);
}

.home-faq-item__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.home-faq-item[open] .home-faq-item__icon::after {
    display: none;
}

.home-faq-item__answer {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.04em;
}

.home-faq__actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.home-faq__button {
    min-height: 56px;
    width: 240px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 6px 12px 6px 20px;
    border-radius: 15px;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.home-faq__button_secondary {
    border: 1px solid #546792;
    background: transparent;
    color: #546792;
}

.home-faq__button_secondary:hover {
    border-color: #3F4C6E;
    color: #3F4C6E;
}

.home-faq__button_primary {
    background: #546792;
    color: #FFFFFF;
}

.home-faq__button_primary:hover {
    background: #3F4C6E;
}

.home-faq__button svg {
    width: 24px;
    height: 24px;
    flex: none;
}

.home-faq-social {
    overflow: hidden;
    border: 1px solid #546792;
    border-radius: 30px;
    background: #FFFFFF;
}

.home-faq-social__top,
.home-faq-social__bottom {
    display: flex;
    align-items: center;
    background: #FFFFFF;
}

.home-faq-social__top {
    gap: 16px;
    padding: 18px 32px;
    border-bottom: 1px solid rgba(84, 103, 146, 0.2);
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
}

.home-faq-social__avatar {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(84, 103, 146, 0.3);
    border-radius: 50%;
}

.home-faq-social__avatar img {
    width: 82%;
    height: auto;
    display: block;
}

.home-faq-social__image {
    width: 100%;
    height: 680px;
    display: block;
    object-fit: cover;
    object-position: center top;
}

.home-faq-social__bottom {
    justify-content: space-between;
    padding: 32px;
    border-top: 1px solid rgba(84, 103, 146, 0.2);
    color: #546792;
}

.home-faq-social__icons {
    display: flex;
    align-items: center;
    gap: 14px;
}

.home-faq-social svg {
    flex: none;
}

@media (max-width: 1024px) {
    .home-faq {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .home-faq__inner {
        display: block;
    }

    .home-faq__content {
        gap: 24px;
        padding-bottom: 32px;
    }

    .home-faq__eyebrow {
        font-size: 24px;
    }

    .home-faq__content h2 {
        max-width: none;
        font-size: 32px;
    }

    .home-faq__list {
        gap: 25px;
    }

    .home-faq__actions {
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
    }

    .home-faq__button {
        width: 100%;
    }

    .home-faq-social {
        display: none;
    }
}

.question-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    color: #546792;
}

.question-modal[hidden] {
    display: none;
}

.question-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.42);
}

.question-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(430px, 100%);
    max-height: calc(100vh - 80px);
    overflow: visible;
    padding: 34px 32px 30px;
    border-radius: 40px;
    background: #FCFAEE;
    box-shadow: none;
}

.question-modal_callback .question-modal__dialog {
    width: min(510px, 100%);
    padding: 40px;
    border-radius: 50px;
}

.question-modal_callback .question-modal__header {
    margin-bottom: 40px;
}

.question-modal_callback .question-modal__header h2 {
    max-width: 370px;
}

.question-modal_callback .question-modal__fields {
    gap: 16px;
}

.question-modal_callback .question-modal__form {
    gap: 40px;
}

.question-modal__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 32px;
    gap: 12px;
    margin-bottom: 36px;
}

.question-modal__header h2 {
    max-width: 315px;
    margin: 0 0 14px;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
}

.question-modal__header p {
    max-width: 340px;
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -0.04em;
}

.question-modal__close {
    position: relative;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #546792;
    background: transparent;
    cursor: pointer;
}

.question-modal__close span,
.question-modal__close span::before {
    position: absolute;
    width: 24px;
    border-top: 1.8px solid currentColor;
    content: "";
}

.question-modal__close span {
    transform: rotate(45deg);
}

.question-modal__close span::before {
    left: 0;
    top: -2px;
    transform: rotate(90deg);
}

.question-modal__form {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.question-modal__fields {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.question-modal__field-group,
.question-modal__agreement-group {
    display: grid;
    gap: 6px;
}

.question-modal__field {
    display: block;
    border-bottom: 1px solid #546792;
}

.question-modal__field input,
.question-modal__field textarea {
    width: 100%;
    min-height: 43px;
    display: block;
    padding: 12px 0 8px;
    border: 0;
    background: transparent;
    color: #546792;
    font: inherit;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -0.04em;
    outline: none;
}

.question-modal__field textarea {
    overflow-y: hidden;
    resize: none;
}

.question-modal__field input::placeholder,
.question-modal__field textarea::placeholder {
    color: rgba(84, 103, 146, 0.7);
    opacity: 1;
}

.question-modal__field-group_error .question-modal__field,
.question-modal__agreement-group_error .question-modal__checkbox {
    border-color: #C44D4D;
}

.question-modal__field-group_error input,
.question-modal__field-group_error textarea {
    color: #C44D4D;
}

.question-modal__field-error {
    color: #C44D4D;
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.question-modal__agreements {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.question-modal__agreement {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    line-height: 1.25;
    letter-spacing: 0;
}

.question-modal__agreement input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.question-modal__checkbox {
    position: relative;
    width: 20px;
    height: 20px;
    flex: none;
    border: 1px solid #546792;
    border-radius: 4px;
}

.question-modal__checkbox::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 6px;
    height: 11px;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    opacity: 0;
    transform: rotate(45deg);
}

.question-modal__agreement input:checked + .question-modal__checkbox {
    background: #546792;
}

.question-modal__agreement input:checked + .question-modal__checkbox::after {
    opacity: 1;
}

.question-modal__agreement a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.question-modal__form-message {
    margin: -24px 0 0;
    font-size: 14px;
    line-height: 1.4;
}

.question-modal__form-message_error {
    color: #C44D4D;
}

.question-modal__form-message_success {
    color: #546792;
}

.question-modal__footer {
    display: flex;
    align-items: center;
    gap: 40px;
    min-height: 56px;
}

.question-modal__submit {
    position: relative;
    width: 240px;
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 20px;
    border-radius: 15px;
    background: #546792;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    cursor: pointer;
}

.question-modal__submit:hover {
    background: #3F4C6E;
}

.question-modal__submit:disabled {
    cursor: default;
    opacity: 0.72;
}

.question-modal__submit-spinner {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.45);
    border-top-color: #FFFFFF;
    border-radius: 50%;
    opacity: 0;
    animation: topster-spin 0.8s linear infinite;
}

.question-modal__submit_loading .question-modal__submit-text,
.question-modal__submit.is-loading .question-modal__submit-text {
    opacity: 0;
}

.question-modal__submit_loading .question-modal__submit-spinner,
.question-modal__submit.is-loading .question-modal__submit-spinner {
    opacity: 1;
}

.question-modal__stamp {
    position: relative;
    width: 148px;
    height: 99px;
    flex: none;
    margin-top: -22px;
    margin-left: auto;
    color: #546792;
}

.question-modal__stamp-lines {
    width: 100%;
    height: 100%;
    display: block;
}

.question-modal__stamp-logo {
    position: absolute;
    left: 33px;
    top: 36px;
    width: 29px;
    height: auto;
}

.question-modal__trap {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
}

body.topster-modal-open {
    overflow: hidden;
}

.directions-page {
    background: #FCFAEE;
    color: #546792;
}

.directions-hero {
    position: relative;
    min-height: 664px;
    overflow: hidden;
    color: #FFFFFF;
}

.directions-hero__media {
    position: absolute;
    inset: 0;
}

.directions-hero__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 40%;
}

.directions-hero__image_mobile {
    display: none;
}

.directions-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(72deg, rgba(84, 103, 146, 0.82) 8%, rgba(84, 103, 146, 0.22) 38%, rgba(84, 103, 146, 0) 62%),
        linear-gradient(180deg, rgba(84, 103, 146, 0.72) 0%, rgba(84, 103, 146, 0.2) 24%, rgba(84, 103, 146, 0) 42%),
        rgba(19, 33, 49, 0.14);
}

.directions-hero__mark-frame {
    position: absolute;
    left: 0;
    top: 124.287px;
    width: 252px;
    height: 364px;
    pointer-events: none;
}

.directions-hero__mark {
    width: 100%;
    height: 100%;
    display: block;
}

.directions-hero__mark-mobile,
.directions-hero__route-mobile {
    display: none;
}

.directions-hero__route-frame {
    position: absolute;
    left: -21px;
    top: 216px;
    width: 383px;
    height: 404px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-60deg) scaleY(-1);
    pointer-events: none;
}

.directions-hero__route-clip {
    position: relative;
    width: 316px;
    height: 259px;
    overflow: hidden;
}

.directions-hero__route-position {
    position: absolute;
    left: 0;
    top: 0;
    width: 316px;
    height: 379px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.directions-hero__route {
    width: 362px;
    height: auto;
    display: block;
    transform: rotate(93.33deg);
    transform-origin: 50% 50%;
}

.directions-hero__inner {
    position: relative;
    z-index: 2;
    min-height: 664px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 65px;
}

.directions-hero__title {
    margin-bottom: 32px;
    font-size: 40px;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
}

.directions-hero__breadcrumbs {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: -0.04em;
}

.directions-hero__breadcrumbs a {
    color: rgba(255, 255, 255, 0.65);
}

.directions-hero__breadcrumbs span {
    color: #FFFFFF;
}

.directions-hero__breadcrumbs span[aria-hidden="true"] {
    color: rgba(255, 255, 255, 0.65);
}

.directions-catalog {
    position: relative;
    padding-top: 77px;
    padding-bottom: 120px;
}

.directions-catalog__inner {
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.directions-catalog__top {
    position: relative;
}

.directions-catalog__tabs {
    max-width: 1050px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.directions-catalog__tab {
    flex: none;
    min-height: 53px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 24px;
    border: 1px solid #546792;
    border-radius: 15px;
    color: #546792;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    white-space: nowrap;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.directions-catalog__tab:not(.directions-catalog__tab_active):hover,
.directions-catalog__tab:not(.directions-catalog__tab_active):focus-visible {
    background: rgba(84, 103, 146, 0.1);
}

.directions-catalog__tab span:last-child {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
}

.directions-catalog__tab_active {
    background: #546792;
    color: #FFFFFF;
    font-weight: 600;
}

.directions-catalog__bird {
    position: absolute;
    right: 82px;
    top: -70px;
    width: 156px;
    height: auto;
    pointer-events: none;
}

.directions-catalog__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.directions-tour-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    background: #FFFFFF;
    box-shadow: 0 0 25px rgba(117, 99, 75, 0.18);
}

.directions-tour-card__image-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.directions-tour-card__image {
    width: 100%;
    height: 407px;
    display: block;
    object-fit: cover;
}

.directions-tour-card__body {
    min-height: 290px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    padding: 24px;
}

.directions-tour-card__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.directions-tour-card__country {
    font-size: 18px;
    line-height: 0.8;
    font-weight: 400;
    letter-spacing: -0.04em;
}

.directions-tour-card__title {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.directions-tour-card__title a {
    color: inherit;
    text-decoration: none;
}

.directions-tour-card__details {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.directions-tour-card__detail {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    font-size: 15px;
    line-height: 0.8;
    letter-spacing: -0.04em;
}

.directions-tour-card__detail::before {
    content: "";
    order: 2;
    flex: 1;
    min-width: 12px;
    border-bottom: 1px dotted rgba(84, 103, 146, 0.7);
}

.directions-tour-card__detail dt {
    order: 1;
    font-weight: 400;
}

.directions-tour-card__detail dd {
    order: 3;
    font-weight: 500;
}

.directions-tour-card__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 4px;
}

.directions-tour-card__price {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    font-size: 15px;
    line-height: 0.8;
    letter-spacing: -0.04em;
}

.directions-tour-card__price span:first-child {
    font-size: 20px;
    font-weight: 500;
}

.directions-tour-card__button {
    width: 56px;
    height: 56px;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #546792;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}

.directions-tour-card__button:hover {
    background: #3F4C6E;
}

.directions-catalog__more {
    width: 100%;
    min-height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 6px 20px;
    border: 1px solid #546792;
    border-radius: 15px;
    color: #546792;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    cursor: pointer;
}

.directions-catalog__more:hover {
    border-color: #3F4C6E;
    color: #3F4C6E;
}

.directions-catalog__more svg {
    width: 24px;
    height: 24px;
    flex: none;
}

@media (max-width: 1200px) {
    .directions-catalog__bird {
        right: 20px;
    }

    .directions-catalog__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .directions-catalog__bird {
        width: 132px;
        top: -56px;
    }

    .directions-catalog__tabs {
        max-width: calc(100% - 150px);
    }
}

@media (max-width: 767px) {
    .directions-hero {
        min-height: 313px;
    }

    .directions-hero__image {
        object-position: center top;
    }

    .directions-hero__image_desktop {
        display: none;
    }

    .directions-hero__image_mobile {
        display: block;
    }

    .directions-hero__overlay {
        background:
            linear-gradient(180deg, rgba(84, 103, 146, 0.72) 0%, rgba(84, 103, 146, 0.38) 34%, rgba(84, 103, 146, 0.12) 62%, rgba(31, 47, 77, 0.38) 100%),
            linear-gradient(112deg, rgba(84, 103, 146, 0.48) 0%, rgba(84, 103, 146, 0.12) 54%, rgba(84, 103, 146, 0) 82%),
            rgba(19, 33, 49, 0.04);
    }

    .directions-hero__mark-frame,
    .directions-hero__route-frame {
        display: none;
    }

    .directions-hero__mark-mobile {
        position: absolute;
        right: 0;
        top: 144px;
        width: 89px;
        height: auto;
        display: block;
        pointer-events: none;
    }

    .directions-hero__route-mobile {
        position: absolute;
        right: 0;
        top: 167px;
        width: 197px;
        height: auto;
        display: block;
        pointer-events: none;
    }

    .directions-hero__inner {
        min-height: 313px;
        justify-content: space-between;
        padding-top: 122px;
        padding-bottom: 24px;
    }

    .directions-hero__title {
        order: 2;
        margin-bottom: 0;
        font-size: 32px;
        line-height: 1.25;
    }

    .directions-hero__breadcrumbs {
        order: 1;
    }

    .directions-catalog {
        padding-top: 42px;
        padding-bottom: 72px;
    }

    .directions-catalog__inner {
        gap: 24px;
    }

    .directions-catalog__tabs {
        max-width: none;
        gap: 6px;
    }

    .directions-catalog__tab {
        min-height: 38px;
        gap: 4px;
        padding: 0 6px;
        border-radius: 10px;
        font-size: 13px;
        line-height: 16px;
    }

    .directions-catalog__tab span:last-child {
        font-size: 12px;
        line-height: 15px;
    }

    .directions-catalog__bird {
        display: none;
    }

    .directions-catalog__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .directions-tour-card {
        display: none;
    }

    .directions-tour-card_mobile-visible {
        display: flex;
    }

    .directions-tour-card__image {
        height: 300px;
    }

    .directions-tour-card__body {
        min-height: 0;
        padding: 20px;
    }

    .directions-tour-card__title {
        font-size: 20px;
        letter-spacing: 0.01em;
    }

    .directions-tour-card__bottom {
        gap: 8px;
    }

    .directions-catalog__more {
        min-height: 56px;
        padding-top: 6px;
        padding-bottom: 6px;
        font-size: 18px;
        line-height: 22px;
    }
}

.social-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    color: #546792;
}

.social-modal[hidden] {
    display: none;
}

.social-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.42);
}

.social-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(495px, 100%);
    overflow: hidden;
    padding: 40px;
    border-radius: 50px;
    background: #FCFAEE;
}

.social-modal__dialog::before {
    content: "";
    position: absolute;
    right: -68px;
    bottom: -96px;
    width: 245px;
    height: 245px;
    border: 1.5px dashed rgba(84, 103, 146, 0.45);
    border-radius: 50%;
    transform: rotate(-26deg);
}

.social-modal__dialog::after {
    content: "";
    position: absolute;
    right: -24px;
    top: 72px;
    width: 122px;
    height: 122px;
    background: url("../img/h_logo.png") center / contain no-repeat;
    opacity: 0.06;
    transform: rotate(4deg);
}

.social-modal__content,
.social-modal__actions {
    position: relative;
    z-index: 1;
}

.social-modal__heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 28px;
    gap: 12px;
    margin-bottom: 16px;
}

.social-modal__heading h2 {
    margin: 0;
    font-size: 26px;
    line-height: 1.25;
    font-weight: 500;
    text-transform: uppercase;
}

.social-modal__content p {
    max-width: 347px;
    margin: 0 0 40px;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -0.04em;
}

.social-modal__close {
    position: relative;
    width: 28px;
    height: 28px;
    color: #546792;
    background: transparent;
    cursor: pointer;
}

.social-modal__close span,
.social-modal__close span::before {
    position: absolute;
    left: 2px;
    top: 13px;
    width: 24px;
    border-top: 2px solid currentColor;
    content: "";
}

.social-modal__close span {
    transform: rotate(45deg);
}

.social-modal__close span::before {
    left: 0;
    top: -2px;
    transform: rotate(90deg);
}

.social-modal__actions {
    display: flex;
    gap: 12px;
    width: min(316px, 100%);
}

.social-modal__button {
    min-width: 0;
    min-height: 56px;
    flex: 1 1 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 6px 18px;
    border: 1px solid #546792;
    border-radius: 15px;
    background: #FFFFFF;
    color: #546792;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none;
}

.social-modal__button svg {
    width: 24px;
    height: 24px;
    flex: none;
}

.floating-special {
    position: fixed;
    right: 28px;
    bottom: 28px;
    z-index: 880;
    width: 340px;
    max-width: calc(100vw - 32px);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #090B10;
}

.floating-special[hidden] {
    display: none;
}

.floating-special__close {
    position: relative;
    z-index: 2;
    width: 24px;
    height: 24px;
    flex: none;
    margin-bottom: -16px;
    padding: 0;
    background: transparent;
    cursor: pointer;
}

.floating-special__close img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.floating-special__body {
    width: min(315px, 100%);
}

.floating-special__badge {
    position: relative;
    z-index: 2;
    width: 42px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -12px;
}

.floating-special__badge::before {
    content: '';
    position: absolute;
    inset: 0 auto 0 50%;
    width: 26px;
    height: 26px;
    border: 0.684px solid #FFC452;
    border-radius: 50%;
    background: #FFFFFF;
    transform: translateX(-50%);
}

.floating-special__badge img {
    position: relative;
    z-index: 1;
    width: 12.125px;
    height: 16.409px;
    display: block;
}

.floating-special__card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 64px;
    margin-right: 20px;
    padding: 12px 12px 12px 16px;
    border: 1px solid #CCD8E4;
    border-radius: 16px;
    background: #FFFFFF;
    box-shadow: 0 0 12.5px rgba(117, 99, 75, 0.18);
}

.floating-special__card p {
    width: 170px;
    margin: 0;
    font-size: 15px;
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: -0.01em;
}

.floating-special__links {
    display: flex;
    align-items: center;
    gap: 6px;
    flex: none;
}

.floating-special__link {
    width: 40px;
    height: 40px;
    display: block;
}

.floating-special__link img {
    width: 100%;
    height: 100%;
    display: block;
}

.cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 940;
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 56px;
    padding: 24px;
    background: #FCFBD5;
    color: #546792;
}

.cookie-banner[hidden] {
    display: none;
}

.cookie-banner p {
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -0.04em;
}

.cookie-banner a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.cookie-banner__button {
    width: 200px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 20px;
    border-radius: 15px;
    background: #546792;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    cursor: pointer;
}

.mobile-bottom-nav {
    display: none;
}

.mobile-menu-modal {
    position: fixed;
    inset: 0;
    z-index: 960;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
}

.mobile-menu-modal[hidden] {
    display: none;
}

.mobile-menu-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(9, 11, 16, 0.42);
    animation: mobile-menu-backdrop-in 0.2s ease-out both;
}

.mobile-menu-modal__sheet {
    position: relative;
    z-index: 1;
    width: min(375px, 100%);
    max-height: calc(100dvh - 40px - env(safe-area-inset-bottom, 0px));
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #FFFFFF;
    animation: mobile-menu-sheet-in 0.26s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.mobile-menu-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.mobile-menu-modal__close:hover,
.mobile-menu-modal__close:focus-visible {
    background-color: rgba(84, 103, 146, 0.05);
}

.mobile-menu-modal__close img {
    width: 24px;
    height: 24px;
    display: block;
    object-fit: contain;
}

.mobile-menu-modal__content {
    padding: 52px 24px 24px;
}

.mobile-menu-modal__nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.mobile-menu-modal__link {
    width: 100%;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #546792;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    transition: color 0.2s ease;
}

.mobile-menu-modal__link:hover,
.mobile-menu-modal__link:focus-visible {
    color: #3F4C6E;
}

@keyframes mobile-menu-backdrop-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes mobile-menu-sheet-in {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 767px) {
    body {
        padding-bottom: calc(74px + env(safe-area-inset-bottom, 0px));
    }

    .social-modal {
        align-items: flex-start;
        padding: 12px 20px;
    }

    .social-modal__dialog {
        width: min(335px, 100%);
        min-height: 511px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 24px;
        border-radius: 30px;
    }

    .social-modal__dialog::before {
        right: -74px;
        bottom: 92px;
        width: 248px;
        height: 203px;
        transform: rotate(52deg);
    }

    .social-modal__dialog::after {
        right: -40px;
        top: 270px;
        width: 150px;
        height: 150px;
    }

    .social-modal__heading {
        grid-template-columns: minmax(0, 1fr) 28px;
        margin-bottom: 16px;
    }

    .social-modal__heading h2 {
        font-size: 24px;
        line-height: 1.3;
    }

    .social-modal__content p {
        max-width: 250px;
        margin-bottom: 32px;
        font-size: 18px;
    }

    .social-modal__actions {
        width: 100%;
    }

    .social-modal__button {
        padding: 6px 12px;
    }

    .floating-special {
        right: 16px;
        bottom: calc(96px + env(safe-area-inset-bottom, 0px));
    }

    .cookie-banner {
        bottom: calc(74px + env(safe-area-inset-bottom, 0px));
        min-height: 0;
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
        padding: 16px 20px;
    }

    .cookie-banner p {
        font-size: 14px;
    }

    .cookie-banner__button {
        width: 100%;
    }

    .mobile-bottom-nav {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 930;
        height: calc(74px + env(safe-area-inset-bottom, 0px));
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: env(safe-area-inset-bottom, 0px);
        background: #FFFFFF;
        box-shadow: 0 -6px 18px rgba(84, 103, 146, 0.08);
    }

    .mobile-bottom-nav__items {
        width: 100%;
        max-width: 375px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 32px;
        padding: 4px 12px 0;
    }

    .mobile-bottom-nav__item {
        width: 72px;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #546792;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        text-decoration: none;
        transition: filter 0.2s ease;
    }

    .mobile-bottom-nav__item:hover,
    .mobile-bottom-nav__item:focus-visible {
        filter: brightness(0.75);
    }

    .mobile-bottom-nav__icon {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100px;
    }

    .mobile-bottom-nav__icon img {
        width: 24px;
        height: 24px;
        display: block;
    }

    .mobile-bottom-nav__indicator {
        width: 148px;
        height: 5px;
        margin-top: 10px;
        border-radius: 999px;
        background: #000000;
    }
}

@media (min-width: 768px) {
    .mobile-menu-modal {
        display: none;
    }
}

.app-footer {
    background: #546792;
    color: #FFFFFF;
}

.app-footer__top,
.app-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.app-footer__top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.app-footer__top-inner {
    min-height: 100px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 552px);
    gap: 64px;
    align-items: center;
}

.app-footer__company {
    display: flex;
    align-items: center;
    gap: 56px;
}

.app-footer__logo-link {
    display: flex;
    flex: none;
}

.app-footer__logo {
    width: 86px;
    height: auto;
    display: block;
}

.app-footer__company-text,
.app-footer__registry p,
.app-footer__meta-note,
.app-footer__label,
.app-footer-nav__link,
.app-footer__bottom-inner {
    color: rgba(255, 255, 255, 0.6);
}

.app-footer__company-text {
    display: flex;
    flex-direction: column;
    font-size: 15px;
    line-height: 1.5;
}

.app-footer__registry {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 262px;
}

.app-footer__registry-emblem {
    width: 40px;
    height: 43px;
    display: block;
    flex: none;
    object-fit: contain;
}

.app-footer__registry p,
.app-footer__meta-note {
    font-size: 15px;
    line-height: 1.5;
}

.app-footer__meta-note span {
    color: #FFFFFF;
}

.app-footer__meta-note_mobile {
    display: none;
}

.app-footer__main {
    min-height: 401px;
    display: grid;
    grid-template-columns: minmax(0, 665px) minmax(360px, 552px);
    gap: clamp(72px, 10vw, 145px);
    padding-top: 42px;
    padding-bottom: 42px;
}

.app-footer__nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    align-items: start;
}

.app-footer-nav {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.app-footer-nav__title-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #FFFFFF;
    font: inherit;
    cursor: default;
    text-align: left;
    pointer-events: none;
}

.app-footer-nav__title {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    text-transform: uppercase;
}

.app-footer-nav__chevron {
    display: none;
}

.app-footer-nav__list {
    display: flex;
    flex-direction: column;
}

.app-footer-nav__link {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
    transition: color 0.2s ease;
}

.app-footer-nav__star {
    align-self: flex-start;
    margin: 6px 0 0 2px;
    color: #FFFFFF;
    font-size: 10px;
    line-height: 1;
    font-weight: 600;
}

.app-footer-nav__link:hover,
.app-footer-nav__link:focus-visible {
    color: #FFFFFF;
}

.app-footer__contacts {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.app-footer__contacts h2 {
    max-width: 512px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    text-transform: uppercase;
}

.app-footer__contacts-body {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.app-footer__phone,
.app-footer__social-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.app-footer__label {
    font-size: 16px;
    line-height: 1.5;
}

.app-footer__phone a {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    text-transform: uppercase;
}

.app-footer__socials-grid {
    display: flex;
    align-items: flex-start;
    gap: 36px;
}

.app-footer__social-group {
    width: 120px;
}

.app-footer__social-group:last-child {
    width: auto;
}

.app-footer__socials {
    display: flex;
    align-items: center;
}

.app-footer__social-link {
    position: relative;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    transition: opacity 0.2s ease, color 0.2s ease;
}

.app-footer__social-link:hover {
    opacity: 0.82;
}

.footer-social-icon {
    position: relative;
    width: 48px;
    height: 48px;
    display: block;
    flex: none;
}

.footer-social-icon__image {
    display: block;
}

.footer-social-icon__image {
    object-fit: contain;
}

.footer-social-icon__image_telegram {
    width: 48px;
    height: 48px;
}

.footer-social-icon_max {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 48px;
}

.footer-social-icon__image_max {
    width: 40px;
    height: 40px;
}

.footer-social-icon__image_youtube {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 26px;
    height: 18.42px;
    transform: translate(-50%, -50%);
}

.footer-social-icon__image_instagram {
    position: absolute;
    left: 11.45px;
    top: 11.45px;
    width: 26.09px;
    height: 26.09px;
}

.app-footer__social-star {
    position: absolute;
    z-index: 1;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    pointer-events: none;
}

.app-footer__social-star_youtube {
    top: 0;
    right: 7px;
}

.app-footer__social-star_instagram {
    top: 0;
    right: 0;
}

.app-footer__bottom-inner {
    min-height: 94px;
    display: grid;
    grid-template-columns: max-content max-content max-content max-content;
    gap: clamp(40px, 5.1vw, 82px);
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
}

.app-footer__bottom-inner a {
    transition: color 0.2s ease;
}

.app-footer__bottom-inner a:hover {
    color: #FFFFFF;
}

.app-footer__developer {
    display: inline-flex;
    align-items: flex-end;
    gap: 4px;
    white-space: nowrap;
}

.app-footer__developer span {
    line-height: normal;
}

.app-footer__developer img {
    width: 88px;
    height: 24px;
    display: block;
    margin-bottom: 4px;
}

@media (max-width: 1200px) {
    .app-footer__top-inner,
    .app-footer__main {
        padding-left: 20px;
        padding-right: 20px;
    }

    .app-footer__top-inner {
        grid-template-columns: 1fr;
        gap: 24px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .app-footer__main {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .app-footer__bottom-inner {
        padding-left: 20px;
        padding-right: 20px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 40px;
    }
}

@media (max-width: 767px) {
    .app-footer {
        padding: 20px 20px 24px;
    }

    .app-footer__top,
    .app-footer__bottom {
        border-top: none;
    }

    .app-footer__top {
        border-bottom: none;
    }

    .app-footer__top-inner,
    .app-footer__main,
    .app-footer__bottom-inner {
        width: 100%;
        padding: 0;
    }

    .app-footer__top-inner {
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .app-footer__company {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px 20px;
        align-items: start;
    }

    .app-footer__logo-link {
        grid-column: 1;
        grid-row: 1;
    }

    .app-footer__logo {
        width: 55px;
    }

    .app-footer__company-text {
        grid-column: 1;
        grid-row: 2;
        margin-top: 0;
        font-size: 14px;
        line-height: 1.3;
    }

    .app-footer__registry {
        display: contents;
    }

    .app-footer__registry-emblem {
        grid-column: 2;
        grid-row: 1;
        justify-self: start;
        width: 37px;
        height: 40px;
    }

    .app-footer__registry p {
        grid-column: 2;
        grid-row: 2;
        font-size: 14px;
        line-height: 1.3;
    }

    .app-footer__top .app-footer__meta-note {
        display: none;
    }

    .app-footer__meta-note_mobile {
        display: block;
        font-size: 14px;
        line-height: 1.5;
    }

    .app-footer__main {
        min-height: 0;
        display: flex;
        flex-direction: column;
        gap: 32px;
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .app-footer__nav {
        display: flex;
        flex-direction: column;
        gap: 0;
        order: -1;
    }

    .app-footer-nav {
        width: 100%;
        gap: 12px;
        padding: 16px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .app-footer-nav:first-child {
        border-top: 0;
    }

    .app-footer-nav__title {
        font-size: 16px;
        line-height: 1.4;
        color: #FFFFFF;
    }

    .app-footer-nav__title-row {
        min-height: 23px;
        padding: 0;
        cursor: pointer;
        pointer-events: auto;
    }

    .app-footer-nav__chevron {
        width: 16px;
        height: 16px;
        display: block;
        position: relative;
        flex: none;
    }

    .app-footer-nav__chevron::before,
    .app-footer-nav__chevron::after {
        content: "";
        position: absolute;
        top: 7px;
        width: 9px;
        border-top: 1.5px solid currentColor;
        color: #FFFFFF;
    }

    .app-footer-nav__chevron::before {
        left: 1px;
        transform: rotate(45deg);
    }

    .app-footer-nav__chevron::after {
        right: 1px;
        transform: rotate(-45deg);
    }

    .app-footer-nav_open .app-footer-nav__chevron::before {
        transform: rotate(-45deg);
    }

    .app-footer-nav_open .app-footer-nav__chevron::after {
        transform: rotate(45deg);
    }

    .app-footer-nav:not(.app-footer-nav_open) .app-footer-nav__list {
        display: none;
    }

    .app-footer-nav__link {
        min-height: 40px;
        font-size: 16px;
    }

    .app-footer__contacts {
        gap: 16px;
    }

    .app-footer__contacts h2 {
        max-width: none;
        font-size: 16px;
    }

    .app-footer__contacts-body {
        gap: 12px;
    }

    .app-footer__label {
        display: none;
    }

    .app-footer__phone a {
        font-size: 20px;
    }

    .app-footer__socials-grid {
        width: 100%;
        justify-content: space-between;
        gap: 16px;
    }

    .app-footer__social-group,
    .app-footer__social-group:last-child {
        width: auto;
    }

    .app-footer__social-link {
        width: 40px;
        height: 40px;
    }

    .footer-social-icon {
        width: 40px;
        height: 40px;
    }

    .footer-social-icon__image_telegram {
        width: 40px;
        height: 40px;
    }

    .footer-social-icon_max {
        width: 40px;
        height: 40px;
    }

    .footer-social-icon__image_max {
        width: 29.09px;
        height: 29.09px;
    }

    .footer-social-icon__image_youtube {
        left: 50%;
        top: 50%;
        width: 26px;
        height: 18.42px;
        transform: translate(-50%, -50%);
    }

    .footer-social-icon__image_instagram {
        left: 8px;
        top: 8px;
        width: 24px;
        height: 24px;
    }

    .app-footer__social-star {
        font-size: 8px;
        font-weight: 700;
    }

    .app-footer__social-star_youtube {
        top: 4px;
        right: 7px;
    }

    .app-footer__social-star_instagram {
        top: 4px;
        right: 7px;
    }

    .app-footer__bottom {
        border-top: 1px solid rgba(255, 255, 255, 0.18);
        padding-top: 32px;
    }

    .app-footer__bottom-inner {
        min-height: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 22px;
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .thanks-hero,
    .thanks-hero__inner {
        min-height: 762px;
    }

    .thanks-hero__inner {
        padding-top: 32px;
    }

    .thanks-card {
        max-width: 620px;
    }
}

@media (max-width: 767px) {
    .thanks-hero {
        min-height: 0;
    }

    .thanks-hero__background {
        top: 394px;
        left: -81px;
        right: auto;
        width: 509px;
        height: 329px;
    }

    .thanks-hero__background img {
        object-position: center;
    }

    .thanks-hero::after {
        background: radial-gradient(circle at 16% 17%, rgba(197, 233, 248, 0.3), rgba(197, 233, 248, 0) 29%);
    }

    .thanks-hero__inner {
        min-height: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 32px;
        padding-top: 32px;
    }

    .thanks-card {
        max-width: none;
        min-height: 424px;
        gap: 40px;
        padding: 64px 0 0;
        background: radial-gradient(ellipse 10% 22% at 50% 50%, #FCFAEE 0, rgba(252, 250, 238, 0) 100%);
    }

    .thanks-card__text h1 {
        font-size: 32px;
    }

    .thanks-card__content {
        max-width: 335px;
        font-size: 18px;
    }

    .thanks-card__button {
        min-width: 261px;
    }

    .thanks-hero__route {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        max-width: 335px;
        height: auto;
        aspect-ratio: 335 / 275;
        margin-bottom: -1px;
    }
}

.error-404-page {
    background: #FCFAEE;
    color: #546792;
}

.error-404 {
    padding-top: 70px;
    padding-bottom: 124px;
}

.error-404__inner {
    display: grid;
    grid-template-columns: minmax(0, 597px) minmax(0, 586px);
    gap: 181px;
    align-items: start;
}

.error-404__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 56px;
    padding-top: 112px;
}

.error-404__code {
    color: rgba(84, 103, 146, 0.5);
    font-size: 112px;
    line-height: 0.72;
    font-weight: 300;
    text-transform: uppercase;
}

.error-404__message {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.error-404__text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: #546792;
}

.error-404__text h1 {
    max-width: 604px;
    font-size: 32px;
    line-height: 1.4;
    font-weight: 500;
    text-transform: uppercase;
}

.error-404__text p {
    max-width: 597px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0;
}

.error-404__button {
    min-width: 261px;
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 6px 28px 6px 20px;
    border-radius: 15px;
    background: #546792;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.error-404__button:hover {
    background: #3F4C6E;
}

.error-404__button-icon {
    width: 24px;
    height: 24px;
    display: block;
    flex: none;
}

.error-404__illustration {
    width: 100%;
    max-width: 586px;
    display: block;
}

.error-404__illustration img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 1362px) {
    .error-404__inner {
        grid-template-columns: minmax(0, 597px) minmax(0, 1fr);
        gap: clamp(60px, 10vw, 181px);
    }
}

@media (max-width: 1024px) {
    .error-404 {
        padding-top: 54px;
        padding-bottom: 78px;
    }

    .error-404__inner {
        grid-template-columns: 1fr;
        gap: 72px;
    }

    .error-404__content {
        max-width: 597px;
        padding-top: 0;
    }

    .error-404__illustration {
        max-width: 586px;
        justify-self: center;
    }
}

@media (max-width: 767px) {
    .error-404 {
        padding-top: 32px;
        padding-bottom: 72px;
    }

    .error-404__inner {
        gap: 84px;
    }

    .error-404__content {
        gap: 32px;
        padding-top: 24px;
    }

    .error-404__code {
        font-size: 96px;
    }

    .error-404__message {
        gap: 40px;
    }

    .error-404__text h1 {
        max-width: none;
        font-size: 24px;
    }

    .error-404__text p {
        max-width: none;
        font-size: 18px;
    }

    .error-404__button {
        width: 100%;
        min-width: 0;
        padding-right: 28px;
        padding-left: 20px;
    }

    .error-404__illustration {
        max-width: 336px;
    }
}

.legal-page {
    background: #FCFAEE;
    color: #546792;
}

.legal-section {
    padding-top: 32px;
    padding-bottom: 98px;
}

.legal-section__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.legal-section__breadcrumbs {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #546792;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
}

.legal-section__breadcrumbs a,
.legal-section__breadcrumbs span[aria-hidden="true"] {
    color: rgba(84, 103, 146, 0.55);
}

.legal-section__header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 95px;
}

.legal-section__header h1 {
    color: #546792;
    font-size: 40px;
    line-height: 1.35;
    font-weight: 500;
    text-transform: uppercase;
}

.legal-section__header p {
    color: #546792;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
}

.legal-section__content {
    width: 100%;
    margin-top: 61px;
    color: #546792;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 400;
}

.legal-section__content h2,
.legal-section__content h3 {
    color: #546792;
    font-weight: 500;
}

.legal-section__content h2 {
    font-size: 22px;
    line-height: 1.5;
    text-transform: uppercase;
}

.legal-section__content h3 {
    font-size: 17px;
    line-height: 1.5;
}

.legal-section__content h2:not(:first-child) {
    margin-top: 32px;
}

.legal-section__content h3 {
    margin-top: 20px;
}

.legal-section__content p,
.legal-section__content ul,
.legal-section__content ol,
.legal-section__content dl,
.legal-section__content address {
    margin-top: 0;
}

.legal-section__content p + p,
.legal-section__content p + ul,
.legal-section__content p + ol,
.legal-section__content p + dl,
.legal-section__content ul + p,
.legal-section__content ol + p,
.legal-section__content dl + p,
.legal-section__content address + p {
    margin-top: 0;
}

.legal-section__content a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.legal-section__content strong {
    font-weight: 500;
}

.legal-section__content em {
    font-style: italic;
}

.legal-section__content ul,
.legal-section__content ol {
    margin-bottom: 0;
    padding-left: 26px;
}

.legal-section__content ul {
    list-style: disc outside;
}

.legal-section__content ol {
    list-style: decimal outside;
}

.legal-section__content li::marker {
    color: #546792;
}

.legal-section__content li + li {
    margin-top: 0;
}

.legal-section__content li > ul,
.legal-section__content li > ol {
    margin-top: 0;
    padding-left: 24px;
}

.legal-section__content li > ul {
    list-style-type: circle;
}

.legal-section__content li > ol {
    list-style-type: lower-alpha;
}

.legal-section__content ul.legal-section__dash-list {
    padding-left: 24px;
    list-style: "\2014  " outside;
}

.legal-section__content ul.legal-section__dash-list > li::marker {
    content: "\2014  ";
}

.legal-section__details {
    display: grid;
    gap: 16px;
    max-width: 980px;
}

.legal-section__details > div {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 24px;
}

.legal-section__details dt {
    font-weight: 500;
}

.legal-section__details dd {
    margin: 0;
}

.legal-section__details ul {
    margin: 0;
}

.legal-section__contacts {
    font-style: normal;
}

@media (max-width: 767px) {
    .legal-section {
        padding-top: 28px;
        padding-bottom: 72px;
    }

    .legal-section__breadcrumbs {
        font-size: 15px;
    }

    .legal-section__header {
        gap: 16px;
        margin-top: 27px;
    }

    .legal-section__header h1 {
        font-size: 24px;
        line-height: 1.35;
    }

    .legal-section__header p {
        font-size: 18px;
        line-height: 1.4;
    }

    .legal-section__content {
        margin-top: 55px;
        font-size: 17px;
        line-height: 1.5;
    }

    .legal-section__content h2 {
        font-size: 22px;
        line-height: 1.5;
    }

    .legal-section__content h3 {
        font-size: 17px;
        line-height: 1.5;
    }

    .legal-section__content h2:not(:first-child) {
        margin-top: 28px;
    }

    .legal-section__details > div {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

.contacts-page {
    background: #FCFAEE;
    color: #546792;
}

.contacts-hero {
    padding-top: 32px;
    padding-bottom: 63px;
}

.contacts-hero__inner {
    display: flex;
    flex-direction: column;
    gap: 92px;
}

.contacts-hero__breadcrumbs {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
}

.contacts-hero__breadcrumbs a,
.contacts-hero__breadcrumbs span[aria-hidden="true"] {
    color: rgba(84, 103, 146, 0.55);
}

.contacts-hero__breadcrumbs span {
    color: #546792;
}

.contacts-hero h1 {
    font-size: 40px;
    line-height: 1.25;
    font-weight: 500;
    text-transform: uppercase;
}

.contacts-main {
    position: relative;
    overflow: hidden;
}

.contacts-main__inner {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(0, 510px) minmax(0, 782px);
    gap: 70px;
    align-items: start;
    min-height: 617px;
}

.contacts-form {
    position: relative;
    width: 100%;
    max-width: 510px;
    min-height: 617px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 40px;
    border: 1px solid #546792;
    border-radius: 50px;
    background: #FCFAEE;
}

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

.contacts-form__heading h2 {
    max-width: 440px;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 500;
    text-transform: uppercase;
}

.contacts-form__title-mobile {
    display: none;
}

.contacts-form__heading p {
    max-width: 430px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
}

.contacts-form__fields {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 8px;
}

.contacts-form__field {
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #546792;
}

.contacts-form__field-group_error .contacts-form__field {
    border-color: #B84C4C;
}

.contacts-form__field input,
.contacts-form__field textarea {
    width: 100%;
    min-width: 0;
    min-height: 22px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #546792;
    font-size: 16px;
    line-height: 1.4;
    resize: none;
}

.contacts-form__field input::placeholder,
.contacts-form__field textarea::placeholder {
    color: rgba(84, 103, 146, 0.7);
    opacity: 1;
}

.contacts-form__trap {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.contacts-form__agreement {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: -8px;
    color: #546792;
    font-size: 15px;
    line-height: 1.25;
    letter-spacing: 0;
    cursor: pointer;
}

.contacts-form__agreement input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.contacts-form__checkbox {
    position: relative;
    width: 20px;
    height: 20px;
    flex: none;
    border: 1px solid #546792;
    border-radius: 4px;
}

.contacts-form__checkbox::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 6px;
    height: 11px;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    opacity: 0;
    transform: rotate(45deg);
}

.contacts-form__agreement input:checked + .contacts-form__checkbox {
    background: #546792;
}

.contacts-form__agreement input:checked + .contacts-form__checkbox::after {
    opacity: 1;
}

.contacts-form__agreement-group_error .contacts-form__checkbox {
    border-color: #B84C4C;
}

.contacts-form__agreement a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.contacts-form__field-error {
    display: block;
    margin-top: 6px;
    color: #B84C4C;
    font-size: 13px;
    line-height: 1.3;
}

.contacts-form__agreement-error {
    margin-left: 30px;
}

.contacts-form__message {
    margin: -22px 0 -20px;
    font-size: 14px;
    line-height: 1.35;
}

.contacts-form__message_success {
    color: #3E7F4E;
}

.contacts-form__message_error {
    color: #B84C4C;
}

.contacts-form__footer {
    display: block;
    min-height: 56px;
}

.contacts-form__submit {
    width: 240px;
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 6px 20px;
    border-radius: 15px;
    background: #546792;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease, opacity 0.2s ease;
}

.contacts-form__submit:hover:not(:disabled) {
    background: #3F4C6E;
}

.contacts-form__submit:disabled {
    cursor: default;
    opacity: 0.72;
}

.contacts-form__submit-spinner {
    width: 16px;
    height: 16px;
    display: none;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #FFFFFF;
    border-radius: 999px;
    animation: topster-spin 0.8s linear infinite;
}

.contacts-form__submit_loading .contacts-form__submit-spinner {
    display: block;
}

.contacts-form__stamp {
    position: absolute;
    right: 34px;
    bottom: 17px;
    width: 149px;
    height: 99px;
    display: block;
    object-fit: contain;
    pointer-events: none;
}

.contacts-info {
    display: flex;
    flex-direction: column;
    gap: 44px;
    padding-top: 30px;
}

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

.contacts-info__label {
    font-size: 18px;
    line-height: 0.8;
    font-weight: 400;
}

.contacts-info__phone {
    color: inherit;
    font-size: 24px;
    line-height: 0.72;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.contacts-info__links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.contacts-info__link {
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    gap: 2px;
    padding: 6px 24px 6px 12px;
    border: 1px solid #546792;
    border-radius: 15px;
    color: #546792;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.contacts-info__link:hover {
    border-color: #3F4C6E;
    color: #3F4C6E;
}

.contacts-info__icon {
    display: block;
    object-fit: contain;
    flex: none;
}

.contacts-info__icon_telegram {
    width: 40px;
    height: 40px;
}

.contacts-info__icon_max {
    width: 29px;
    height: 29px;
    margin-left: 5px;
    margin-right: 6px;
}

.contacts-info__icon_youtube {
    width: 26px;
    height: 18.5px;
    margin-left: 8px;
    margin-right: 4px;
}

.contacts-info__icon_instagram {
    width: 26.1px;
    height: 26.1px;
    margin-left: 8px;
    margin-right: 4px;
}

.contacts-main__divider {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -203px;
    border-top: 1px dashed rgba(84, 103, 146, 0.75);
}

.contacts-main__divider span {
    width: 34px;
    height: 34px;
    margin-top: -17px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.contacts-main__divider img {
    width: 34px;
    height: 34px;
    display: block;
}

.contacts-main__photo {
    position: relative;
    z-index: 1;
    margin-top: -17px;
    height: 519px;
    overflow: hidden;
}

.contacts-main__photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1362px) {
    .contacts-main__inner {
        grid-template-columns: minmax(0, 510px) minmax(0, 1fr);
        gap: clamp(32px, 5vw, 70px);
    }
}

@media (max-width: 1024px) {
    .contacts-main {
        min-height: 0;
        padding-bottom: 0;
    }

    .contacts-main__inner {
        grid-template-columns: minmax(0, 1fr);
    }

    .contacts-form {
        order: 2;
        max-width: 510px;
    }

    .contacts-info {
        order: 1;
        padding-top: 0;
    }

    .contacts-main__divider {
        display: none;
    }

    .contacts-main__photo {
        position: relative;
        bottom: auto;
        height: 420px;
        margin-top: -96px;
    }
}

@media (max-width: 767px) {
    .contacts-hero {
        padding-top: 28px;
        padding-bottom: 35px;
    }

    .contacts-hero__inner {
        gap: 17px;
    }

    .contacts-hero__breadcrumbs {
        font-size: 12px;
    }

    .contacts-hero h1 {
        font-size: 26px;
    }

    .contacts-main__inner {
        gap: 66px;
    }

    .contacts-info {
        gap: 35px;
    }

    .contacts-info__group {
        gap: 16px;
    }

    .contacts-info__label {
        font-size: 16px;
    }

    .contacts-info__phone {
        font-size: 24px;
    }

    .contacts-info__links {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .contacts-info__link {
        min-width: 0;
        min-height: 32px;
        justify-content: center;
        padding: 4px 12px;
        border-radius: 10px;
        font-size: 13px;
    }

    .contacts-info__icon {
        width: 24px;
        height: 24px;
    }

    .contacts-info__icon_telegram {
        width: 24px;
        height: 24px;
    }

    .contacts-info__icon_max {
        width: 24px;
        height: 24px;
    }

    .contacts-info__icon_youtube {
        width: 18px;
        height: 13px;
        margin-left: 0;
        margin-right: 2px;
    }

    .contacts-info__icon_instagram {
        width: 18px;
        height: 18px;
        margin-left: 0;
        margin-right: 2px;
    }

    .contacts-form {
        max-width: none;
        min-height: 0;
        gap: 28px;
        padding: 24px;
        border-radius: 28px;
    }

    .contacts-form__heading {
        gap: 8px;
    }

    .contacts-form__heading h2 {
        max-width: 287px;
        font-size: 26px;
        line-height: 1.3;
    }

    .contacts-form__title-desktop {
        display: none;
    }

    .contacts-form__title-mobile {
        display: inline;
    }

    .contacts-form__heading p {
        max-width: 287px;
        font-size: 14px;
    }

    .contacts-form__fields {
        gap: 16px;
    }

    .contacts-form__field input,
    .contacts-form__field textarea {
        font-size: 12px;
        line-height: 1.4;
    }

    .contacts-form__agreement {
        font-size: 11px;
    }

    .contacts-form__agreement-error {
        margin-left: 30px;
    }

    .contacts-form__message {
        margin: -12px 0;
        font-size: 12px;
    }

    .contacts-form__footer {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 20px;
        min-height: 0;
    }

    .contacts-form__submit {
        width: 100%;
        min-height: 48px;
        border-radius: 10px;
        font-size: 14px;
    }

    .contacts-form__stamp {
        position: static;
        width: 121px;
        height: auto;
        flex: none;
    }

    .contacts-main__photo {
        height: auto;
        margin-top: -102px;
    }

    .contacts-main__photo img {
        height: auto;
    }
}

@media (max-width: 767px) {
    .question-modal {
        align-items: stretch;
        justify-content: flex-start;
        padding: 0;
        background: #FCFAEE;
    }

    .question-modal__backdrop {
        background: #FCFAEE;
    }

    .question-modal .question-modal__dialog,
    .question-modal_callback .question-modal__dialog {
        width: 100%;
        min-height: 100dvh;
        max-height: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 108px 24px 23px;
        border-radius: 0;
        box-shadow: none;
    }

    .question-modal__header {
        margin-bottom: 24px;
    }

    .question-modal__header h2,
    .question-modal_callback .question-modal__header h2 {
        max-width: 287px;
        font-size: 24px;
        line-height: 1.3;
    }

    .question-modal__header p {
        font-size: 16px;
    }

    .question-modal__form {
        gap: 40px;
    }

    .question-modal__submit {
        width: 100%;
    }

    .question-modal__footer {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .question-modal__stamp {
        width: 121px;
        height: 81px;
        margin: -16px auto 0;
    }

    .question-modal__stamp-logo {
        left: 27px;
        top: 30px;
        width: 24px;
    }
}

.tour-page .tour-main > section {
    width: 100%;
}

.tour-page .tour-feature__icon {
    width: 56px;
    height: 56px;
    flex: none;
}

.tour-page .tour-feature__icon::before {
    font-size: 24px;
    line-height: 1;
}

.tour-page .tour-feature__icon img {
    display: none;
}

.tour-page .tour-socials a,
.tour-page .tour-socials img {
    width: 40px;
    height: 40px;
    flex: none;
}

.tour-page .tour-socials img {
    display: block;
    object-fit: contain;
}

.tour-page .tour-socials a[aria-label="Max"] img {
    width: 29.1px;
    height: 29.1px;
}

.tour-page .tour-route__icon {
    width: 64px;
    height: 64px;
    flex: none;
}

.tour-page .tour-route__icon img {
    width: 36px;
    height: 36px;
    display: block;
    object-fit: contain;
}

.tour-page .tour-program__note-icon {
    width: 52.75px;
    height: 52.75px;
    flex: none;
}

.tour-page .tour-program__note-icon img,
.tour-page .tour-day-fact img,
.tour-page .tour-price-list img,
.tour-page .tour-price__note-text img {
    width: 24px;
    height: 24px;
    flex: none;
    display: block;
    object-fit: contain;
}

.tour-page .tour-day__route img {
    width: 24px;
    height: 36px;
    flex: none;
    display: block;
    object-fit: contain;
}

.tour-page .tour-program__important-title img {
    width: 36.75px;
    height: 36.75px;
    flex: none;
    display: block;
    object-fit: contain;
}

@media (max-width: 1023px) {
    .tour-page .tour-hotels__grid,
    .tour-page .tour-day__facts,
    .tour-page .tour-day-gallery__grid {
        display: grid;
        grid-auto-flow: row;
        grid-auto-columns: auto;
        grid-template-columns: 1fr;
        overflow: visible;
        scroll-snap-type: none;
    }
}

@media (max-width: 767px) {
    .tour-page .tour-feature__icon {
        width: 64px;
        height: 64px;
    }

    .tour-page .tour-feature__icon::before {
        content: none;
    }

    .tour-page .tour-feature__icon img {
        width: 31.5px;
        height: 31.5px;
        display: block;
        object-fit: contain;
    }

    .tour-page .tour-feature__icon_star img {
        width: 35px;
        height: 35px;
    }
}

/* Exact TourPage.css from layout/app/components/tour/TourPage.css */
.tour-page {
    overflow: hidden;
    background: #FCFAEE;
    color: #546792;
}

.tour-main {
    display: flex;
    flex-direction: column;
    gap: 150px;
    padding-top: 80px;
    padding-bottom: 150px;
}

.tour-main > section {
    width: 100%;
}

.tour-hero {
    position: relative;
    min-height: 846px;
    overflow: hidden;
    color: #FFFFFF;
    background: #546792;
}

.tour-hero__media {
    position: absolute;
    inset: 0;
}

.tour-hero__media picture,
.tour-hero__image {
    width: 100%;
    height: 100%;
    display: block;
}

.tour-hero__image {
    object-fit: cover;
    object-position: center center;
}

.tour-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(124deg, rgba(84, 103, 146, 0.78) 0%, rgba(84, 103, 146, 0.36) 24%, rgba(84, 103, 146, 0) 58%);
}

.tour-hero__inner {
    position: relative;
    z-index: 2;
    min-height: 846px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 178px;
    padding-bottom: 78px;
}

.tour-hero__breadcrumbs {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 100%;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: -0.04em;
    white-space: nowrap;
}

.tour-hero__breadcrumbs a,
.tour-hero__breadcrumbs span[aria-hidden="true"] {
    color: rgba(255, 255, 255, 0.65);
}

.tour-hero__breadcrumbs span:last-child {
    min-width: 0;
    overflow: hidden;
    color: #FFFFFF;
    text-overflow: ellipsis;
}

.tour-hero__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 700px;
    margin-top: 44px;
}

.tour-hero__country {
    color: #FCFAEE;
    font-size: 40px;
    line-height: 0.8;
    letter-spacing: -0.04em;
}

.tour-hero h1 {
    color: #FCFAEE;
    font-size: 64px;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.tour-hero__content p:not(.tour-hero__country) {
    max-width: 604px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.4;
}

.tour-hero__actions {
    display: flex;
    gap: 16px;
    margin-top: 48px;
}

.tour-hero__slider {
    display: flex;
    align-items: center;
    gap: 56px;
    margin-top: 64px;
}

.tour-hero__counter {
    display: flex;
    align-items: baseline;
    gap: 6px;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 0.8;
    font-weight: 300;
    letter-spacing: -0.04em;
}

.tour-hero__counter span:last-child {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
}

.tour-hero__arrows,
.tour-hotels__arrows,
.tour-day-gallery__arrows {
    display: flex;
    align-items: center;
    gap: 16px;
}

.tour-button {
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 6px 20px;
    border-radius: 15px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.tour-button_large {
    min-width: 316px;
    min-height: 72px;
    font-size: 18px;
}

.tour-button_primary {
    background: #546792;
    color: #FFFFFF;
}

.tour-button_primary:hover {
    background: #3F4C6E;
}

.tour-button_light {
    background: #FFFFFF;
    color: #546792;
}

.tour-button_light:hover {
    color: #3F4C6E;
}

.tour-button_outline {
    min-width: 230px;
    border: 1px solid #546792;
    background: transparent;
    color: #546792;
}

.tour-button_outline:hover,
.tour-button_outline:focus-visible {
    border-color: #3F4C6E;
    background: transparent;
    color: #3F4C6E;
}

.tour-button__arrow {
    font-size: 28px;
    line-height: 1;
    font-weight: 400;
}

.tour-round-button {
    width: 56px;
    height: 56px;
    flex: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #546792;
    border-radius: 50%;
    background: transparent;
    color: #546792;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.tour-round-button:hover {
    border-color: #3F4C6E;
    color: #3F4C6E;
}

.tour-round-button:disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}

.tour-round-button_banner {
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.15);
    color: #FFFFFF;
    backdrop-filter: blur(0.5px);
}

.tour-round-button_banner:hover {
    background: rgba(255, 255, 255, 0.28);
}

.tour-round-button_banner:disabled:hover {
    background: rgba(255, 255, 255, 0.15);
}

.tour-features {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: -118px;
}

.tour-features__card {
    overflow: hidden;
    display: grid;
    grid-template-columns: 349px minmax(0, 1fr);
    gap: 48px;
    border-radius: 50px;
    background: #FFFFFF;
    box-shadow: 0 0 25px rgba(117, 99, 75, 0.18);
}

.tour-features__image-wrap {
    position: relative;
    min-height: 621px;
    overflow: hidden;
    border-radius: 30px 0 0 30px;
    background: #B1BAC3;
}

.tour-features__image-wrap img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.tour-features__image-wrap span {
    position: absolute;
    left: 32px;
    top: 32px;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 8px 16px;
    border-radius: 100px;
    background: #546792;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 0.8;
    font-weight: 500;
    letter-spacing: -0.01em;
}

.tour-features__content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 40px 48px 40px 0;
}

.tour-features__content h2,
.tour-difficulty h2,
.tour-route h2,
.tour-program h2,
.tour-hotels h2,
.tour-price h2 {
    font-size: 40px;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.tour-features__list {
    display: flex;
    flex-direction: column;
}

.tour-feature {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 31px;
    align-items: center;
    padding: 16px 24px 16px 0;
    border-bottom: 1px dashed rgba(84, 103, 146, 0.45);
}

.tour-feature:first-child {
    padding-top: 0;
}

.tour-feature__head {
    display: flex;
    align-items: center;
    gap: 20px;
}

.tour-feature__icon {
    width: 56px;
    height: 56px;
    flex: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #546792;
    color: #FFFFFF;
}

.tour-feature__icon::before {
    content: none;
}

.tour-feature__icon img {
    width: 31.5px;
    height: 31.5px;
    display: block;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.tour-feature__icon_star img {
    width: 35px;
    height: 35px;
}

.tour-feature h3 {
    color: #546792;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -0.04em;
    text-transform: lowercase;
}

.tour-feature p {
    color: #546792;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: -0.04em;
}

.tour-feature strong {
    font-weight: 400;
    text-transform: uppercase;
}

.tour-section-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.tour-section-contact p {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.tour-section-contact__actions {
    display: flex;
    align-items: center;
    gap: 32px;
}

.tour-socials {
    display: flex;
    align-items: center;
    gap: 2px;
}

.tour-socials a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #546792;
    transition: filter 0.2s ease, opacity 0.2s ease;
}

.tour-socials:not(.tour-socials_light) a:hover,
.tour-socials:not(.tour-socials_light) a:focus-visible {
    filter: brightness(0.75);
}

.tour-socials_light a:hover,
.tour-socials_light a:focus-visible {
    opacity: 0.8;
}

.tour-socials img {
    width: 40px;
    height: 40px;
    display: block;
    object-fit: contain;
}

.tour-socials a[aria-label="Max"] img {
    width: 29.1px;
    height: 29.1px;
}

.tour-section-title {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 32px;
}

.tour-section-title h2 {
    flex: none;
    color: #546792;
    font-family: "Inter", Arial, sans-serif;
    font-size: 40px;
    line-height: 1.25;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    word-break: break-word;
    white-space: nowrap;
}

.tour-section-title > span {
    height: 1px;
    flex: 1;
    border-top: 1px solid rgba(84, 103, 146, 0.35);
}

@media (max-width: 1023px) {
    .tour-section-title > span {
        display: none;
    }
}

.tour-expect__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.tour-photo-card {
    position: relative;
    width: 100%;
    aspect-ratio: 434 / 312;
    min-height: 0;
    overflow: hidden;
    border-radius: 30px;
    background: #546792;
}

.tour-photo-card img,
.tour-photo-card__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.tour-photo-card img {
    display: block;
    object-fit: cover;
}

.tour-page .tour-photo-card__shade {
    pointer-events: none;
    background: linear-gradient(180deg, rgba(63, 76, 110, 0) 43.783%, #3F4C6E 100%);
}

.tour-page .tour-photo-card__shade::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    background: linear-gradient(180deg, rgba(63, 76, 110, 0) 0%, #3F4C6E 93.45%);
    transition: opacity 0.3s ease-out;
}

.tour-page .tour-photo-card__content {
    position: absolute;
    z-index: 1;
    left: 24px;
    right: 24px;
    bottom: 24px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 0;
    color: #FFFFFF;
    transition: row-gap 0.3s ease-out;
}

.tour-page .tour-photo-card h3 {
    position: static;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
}

.tour-page .tour-photo-card__text-wrap {
    display: grid;
    grid-template-rows: 0fr;
    min-width: 0;
    opacity: 0;
    transform: translateY(12px);
    transition: grid-template-rows 0.3s ease-out, opacity 0.3s ease-out, transform 0.3s ease-out;
}

.tour-page .tour-photo-card__text {
    min-height: 0;
    overflow: hidden;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
}

@media (hover: hover) and (pointer: fine) {
    .tour-page .tour-photo-card_has-hover:hover .tour-photo-card__shade::after {
        opacity: 1;
    }

    .tour-page .tour-photo-card_has-hover:hover .tour-photo-card__content {
        row-gap: 16px;
    }

    .tour-page .tour-photo-card_has-hover:hover .tour-photo-card__text-wrap {
        grid-template-rows: 1fr;
        opacity: 1;
        transform: translateY(0);
    }
}

.tour-page .tour-photo-card_has-hover:focus-visible {
    outline: 2px solid #FFFFFF;
    outline-offset: -4px;
}

.tour-page .tour-photo-card_has-hover:focus-visible .tour-photo-card__shade::after {
    opacity: 1;
}

.tour-page .tour-photo-card_has-hover:focus-visible .tour-photo-card__content {
    row-gap: 16px;
}

.tour-page .tour-photo-card_has-hover:focus-visible .tour-photo-card__text-wrap {
    grid-template-rows: 1fr;
    opacity: 1;
    transform: translateY(0);
}

@media (hover: none) {
    .tour-page .tour-photo-card_has-hover:focus .tour-photo-card__shade::after {
        opacity: 1;
    }

    .tour-page .tour-photo-card_has-hover:focus .tour-photo-card__content {
        row-gap: 16px;
    }

    .tour-page .tour-photo-card_has-hover:focus .tour-photo-card__text-wrap {
        grid-template-rows: 1fr;
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 767px) {
    .tour-expect {
        padding-top: 44px;
    }

    .tour-section-title h2 {
        font-size: 32px;
        letter-spacing: 0;
    }

    .tour-expect__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .tour-photo-card {
        aspect-ratio: 335 / 240;
    }

    .tour-page .tour-photo-card h3 {
        font-size: 20px;
    }

    .tour-page .tour-photo-card_has-hover .tour-photo-card__shade::after {
        opacity: 1;
    }

    .tour-page .tour-photo-card_has-hover .tour-photo-card__content {
        row-gap: 16px;
    }

    .tour-page .tour-photo-card_has-hover .tour-photo-card__text-wrap {
        grid-template-rows: 1fr;
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 768px) and (max-width: 1362px) {
    .tour-expect__grid {
        gap: clamp(20px, 2.2vw, 30px);
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .tour-expect__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.tour-difficulty {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.tour-difficulty__head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: flex-start;
    column-gap: 32px;
    row-gap: 16px;
}

.tour-difficulty__dots {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 6px;
}

.tour-difficulty__dots span {
    width: 32px;
    height: 32px;
    border: 1px solid #546792;
    border-radius: 50%;
}

.tour-difficulty__dots .tour-difficulty__dot_active {
    background: #A3A671;
}

.tour-difficulty__head p {
    grid-column: 1 / -1;
    max-width: 676px;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -0.04em;
}

.tour-difficulty__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.tour-info-card {
    min-width: 0;
    overflow: hidden;
    display: grid;
    grid-template-columns: 200px minmax(0, 1fr);
    border-radius: 30px;
    background: #FFFFFF;
    box-shadow: 0 0 25px rgba(117, 99, 75, 0.18);
}

.tour-info-card__image {
    position: relative;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
}

.tour-info-card__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    display: block;
    object-fit: cover;
}

.tour-info-card__body {
    grid-column: 2;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px 24px;
}

.tour-info-card__body:only-child {
    grid-column: 1 / -1;
}

.tour-info-card h3 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.tour-info-card ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 22px;
    list-style: disc;
}

.tour-info-card li {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.04em;
}

.tour-route__panel {
    overflow: hidden;
    display: grid;
    grid-template-columns: 415px minmax(0, 1fr);
    min-height: 628px;
    border-radius: 30px;
    background: #546792;
}

.tour-route__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
    padding: 40px;
    color: #FCFAEE;
}

.tour-route__icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid currentColor;
    border-radius: 50%;
}

.tour-route__icon img {
    width: 36px;
    height: 36px;
    display: block;
    object-fit: contain;
}

.tour-route__info h2 {
    color: #FCFAEE;
}

.tour-route__info p {
    padding-top: 24px;
    border-top: 1px dashed rgba(252, 250, 238, 0.45);
    color: rgba(255, 255, 255, 0.55);
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: -0.04em;
}

.tour-route__info p span {
    color: #FFFFFF;
}

.tour-route__map {
    width: 100%;
    height: 100%;
    min-height: 628px;
    display: block;
    object-fit: cover;
}

.tour-program {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.tour-program__head {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 40px;
}

.tour-program__notes {
    display: grid;
    grid-template-columns: minmax(0, 451px) minmax(0, 1fr);
    gap: 24px;
}

.tour-program__notes > div {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.tour-program__note-icon {
    width: 52.75px;
    height: 52.75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(84, 103, 146, 0.5);
    border-radius: 50%;
}

.tour-program__note-icon img {
    width: 24px;
    height: 24px;
    display: block;
    object-fit: contain;
}

.tour-program__notes h3 {
    margin-top: 8px;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.tour-program__notes p {
    grid-column: 1 / -1;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -0.04em;
}

.tour-program__timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.tour-program__timeline::before {
    content: "";
    position: absolute;
    left: 54px;
    top: 36px;
    bottom: 20px;
    border-left: 1px dashed rgba(84, 103, 146, 0.45);
}

.tour-day {
    position: relative;
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 60px;
    align-items: start;
}

.tour-day__badge {
    position: relative;
    z-index: 1;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    border: 1px solid #CCD8E4;
    border-radius: 100px;
    background: #FCFAEE;
    color: #546792;
    font-size: 40px;
    line-height: 0.8;
    letter-spacing: -0.04em;
    white-space: nowrap;
}

.tour-day_open .tour-day__badge {
    border-color: #546792;
    background: #546792;
    color: #FFFFFF;
}

.tour-day__card {
    overflow: hidden;
    margin-bottom: -10px;
    border: 2px solid #FCFAEE;
    border-radius: 50px;
    background: #546792;
    color: #FCFAEE;
    box-shadow: 0 -8px 20px #FCFAEE;
}

.tour-day_open .tour-day__card {
    border-color: #546792;
    background: #FFFFFF;
    color: #546792;
    box-shadow: none;
}

.tour-day__toggle {
    width: 100%;
    min-height: 116px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 32px 40px;
    color: inherit;
    text-align: left;
    cursor: pointer;
    outline: none;
}

.tour-day__toggle span:first-child {
    min-width: 0;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.tour-day__mobile-day {
    display: none;
}

.tour-day__chevron {
    width: 56px;
    height: 56px;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #FFFFFF;
    color: #546792;
}

.tour-day_open .tour-day__chevron {
    border: 1px solid #CCD8E4;
}

.tour-day__chevron svg {
    width: 21px;
    height: 12px;
    display: block;
    transform: rotate(0deg);
    transition: transform 0.2s ease;
}

.tour-day_open .tour-day__chevron svg {
    transform: rotate(180deg);
}

.tour-day__body {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0 40px 48px;
}

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

.tour-day__route img {
    width: 24px;
    height: 36px;
    flex: none;
    display: block;
    object-fit: contain;
}

.tour-day__route p {
    font-size: 24px;
    line-height: 1.4;
}

.tour-day__description {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-left: 27px;
    list-style: disc;
}

.tour-day__description li {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -0.02em;
}

.tour-day__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.tour-day-fact {
    min-width: 0;
    min-height: 146px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
    border: 1px solid #546792;
    border-radius: 30px;
    background: #FDFADB;
}

.tour-day-fact img {
    width: 24px;
    height: 24px;
    display: block;
    object-fit: contain;
}

.tour-day-fact h3 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.tour-day-fact p {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.04em;
}

.tour-day-gallery {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.tour-day-gallery__head {
    display: flex;
    align-items: center;
    gap: 24px;
}

.tour-day-gallery__head p {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -0.04em;
}

.tour-day-gallery__head > span {
    height: 1px;
    flex: 1;
    border-top: 1px solid rgba(84, 103, 146, 0.35);
}

.tour-day-gallery__grid {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.tour-day-gallery__grid::-webkit-scrollbar {
    display: none;
}

.tour-day-gallery__photo {
    position: relative;
    flex: 0 0 calc((100% - 60px) / 3);
    min-width: 0;
    height: 240px;
    overflow: hidden;
    margin: 0;
    border-radius: 30px;
    scroll-snap-align: start;
}

.tour-day-gallery__grid img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.tour-program__download {
    align-self: flex-start;
    min-width: 412px;
    min-height: 64px;
    border-radius: 30px;
}

.tour-program__important {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-top: 28px;
    border-top: 1px dashed rgba(84, 103, 146, 0.45);
}

.tour-program__important-title {
    display: flex;
    align-items: center;
    gap: 24px;
}

.tour-program__important-title img {
    width: 36.75px;
    height: 36.75px;
    display: block;
    object-fit: contain;
}

.tour-program__important h3 {
    font-size: 28px;
    line-height: 1.4;
    font-weight: 600;
    text-transform: uppercase;
}

.tour-program__important ul {
    padding-left: 24px;
    list-style: disc;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -0.04em;
}

.tour-hotels {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.tour-hotels__head {
    display: grid;
    grid-template-columns: minmax(0, 433px) minmax(0, 451px) minmax(128px, 1fr);
    gap: 30px;
    align-items: center;
}

.tour-hotels__arrows {
    justify-self: end;
}

.tour-hotels__eyebrow {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 0.8;
    letter-spacing: -0.04em;
}

.tour-hotels__head > p {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -0.04em;
}

.tour-hotels__grid {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.tour-hotels__grid::-webkit-scrollbar {
    display: none;
}

.tour-hotel-card {
    flex: 0 0 calc((100% - 60px) / 3);
    overflow: hidden;
    min-width: 0;
    border: 1px solid #546792;
    border-radius: 30px;
    scroll-snap-align: start;
}

.tour-hotel-card__image {
    position: relative;
    height: 240px;
    overflow: hidden;
    background: #546792;
}

.tour-hotel-card__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.tour-hotel-card__image > span {
    position: absolute;
    right: 16px;
    top: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 43px;
    min-height: 22px;
    border-radius: 100px;
    background: rgba(84, 103, 146, 0.6);
    color: #FCFAEE;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
}

.tour-hotel-card__dots {
    position: absolute;
    left: 50%;
    bottom: 16px;
    display: flex;
    gap: 8px;
    transform: translateX(-50%);
}

.tour-hotel-card__dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(253, 250, 219, 0.4);
}

.tour-hotel-card__dots span:first-child {
    background: #FDFADB;
}

.tour-hotel-card__body {
    min-height: 164px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px 32px 24px 24px;
}

.tour-hotel-card__body p {
    font-size: 16px;
    line-height: 0.8;
    letter-spacing: -0.04em;
}

.tour-hotel-card__stars {
    display: flex;
    gap: 2px;
    color: #FFC452;
    font-size: 20px;
    line-height: 1;
}

.tour-hotel-card__star_muted {
    color: #CCD8E4;
}

.tour-hotel-card h3 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.tour-section-contact_line {
    padding: 23px 0 0;
    border-top: 1px dashed rgba(84, 103, 146, 0.45);
}

.tour-phone {
    color: #546792;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    text-transform: uppercase;
    transition: color 0.2s ease;
}

.tour-phone:hover,
.tour-phone:focus-visible {
    color: #3F4C6E;
}

.tour-price {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.tour-price__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 438px;
    gap: 30px;
    align-items: center;
}

.tour-price__lists {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.tour-price__lists h3 {
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.tour-price__muted-title {
    color: rgba(84, 103, 146, 0.7);
    font-size: 18px !important;
}

.tour-price-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tour-price-list li {
    display: flex;
    align-items: center;
    gap: 24px;
    color: #546792;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.04em;
}

.tour-price-list img {
    width: 24px;
    height: 24px;
    flex: none;
    display: block;
    object-fit: contain;
}

.tour-price-list_muted li {
    color: rgba(84, 103, 146, 0.7);
}

.tour-price-card {
    position: relative;
    min-height: 545px;
}

.tour-price-card__stamp {
    position: absolute;
    left: -212.11px;
    top: 46.46px;
    width: 247.42px;
    height: auto;
    display: block;
    pointer-events: none;
}

.tour-price-card__bird {
    display: none;
}

.tour-price-card__back {
    position: absolute;
    inset: 0;
    border-radius: 30px;
    background: rgba(177, 160, 114, 0.4);
    transform: rotate(4.91deg);
}

.tour-price-card__front {
    position: relative;
    z-index: 1;
    min-height: 545px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 40px 40px 44px;
    border-radius: 30px;
    background: #546792;
    color: #FCFBD5;
}

.tour-price-card__front > p {
    font-size: 18px;
    line-height: 0.8;
    letter-spacing: -0.04em;
}

.tour-price-card h3 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.tour-price-card dl {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 12px;
}

.tour-price-card dl div {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr) auto;
    gap: 8px;
    align-items: end;
}

.tour-price-card dl div::before {
    content: "";
    height: 1px;
    border-top: 1px dashed rgba(252, 251, 213, 0.6);
    grid-column: 2;
    grid-row: 1;
    margin-bottom: 8px;
}

.tour-price-card dt {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.04em;
}

.tour-price-card dd {
    grid-column: 3;
    color: #FCFBD5;
    font-size: 36px;
    line-height: 0.8;
    font-weight: 500;
    letter-spacing: -0.04em;
    white-space: nowrap;
}

.tour-price-card .tour-button {
    width: 100%;
    margin-top: auto;
}

.tour-price__note-text {
    display: flex;
    align-items: center;
    gap: 24px;
}

.tour-price__note-text img {
    width: 24px;
    height: 24px;
    flex: none;
    display: block;
    object-fit: contain;
}

.tour-price__note p {
    max-width: 548px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -0.04em;
    text-transform: none;
}

.tour-price__note {
    padding-top: 16px;
    border-top: none;
}

.tour-price__footer {
    display: contents;
}

.tour-price__flight-line {
    position: relative;
    min-height: 18px;
    width: 100%;
    margin-top: -4px;
    border-top: 1px dashed rgba(84, 103, 146, 0.55);
}

.tour-price__flight-line span {
    position: absolute;
    top: -16.94px;
    width: 33.94px;
    height: 33.94px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tour-price__flight-line img {
    width: 24px;
    height: 24px;
    display: block;
    transform: rotate(45deg);
}

.tour-price__flight-line span:nth-child(1) {
    left: 0;
}

.tour-price__flight-line span:nth-child(2) {
    left: 356.53px;
}

.tour-price__flight-line span:nth-child(3) {
    left: 713.06px;
}

.tour-cta__panel {
    position: relative;
    width: 100%;
    min-height: 334px;
    overflow: hidden;
    border-radius: 30px;
    background: #546792;
    color: #FFFFFF;
}

.tour-cta__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: auto;
    height: 100%;
    max-width: none;
    display: block;
    object-position: bottom;
}

.tour-cta__panel picture {
    display: contents;
}

.tour-cta__overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 570px 180px at 92.36% 42.06%, rgba(255, 196, 82, 0.2) 0, rgba(255, 196, 82, 0) 100%),
        linear-gradient(79.6deg, #546792 46.98%, rgba(84, 103, 146, 0) 62.56%);
}

.tour-cta__texture {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: fill;
    object-position: bottom;
    opacity: 0.12;
    pointer-events: none;
}

.tour-cta__texture_exact {
    opacity: 1;
}

.tour-cta__route {
    position: absolute;
    left: 453.8px;
    top: auto;
    bottom: 0;
    width: 317px;
    height: 259px;
    opacity: 1;
    transform: none;
    pointer-events: none;
}

.tour-cta__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 532px;
    padding: 40px;
}

.tour-cta h2 {
    color: #FFFFFF;
    font-size: 36px;
    line-height: 1.4;
    font-weight: 500;
    text-transform: uppercase;
}

.tour-cta p {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -0.04em;
}

.tour-cta__actions {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 16px;
}

.tour-modal {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(22, 30, 50, 0.55);
}

.tour-modal__panel {
    position: relative;
    width: min(100%, 520px);
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 32px;
    border-radius: 30px;
    background: #FCFAEE;
    color: #546792;
    box-shadow: 0 20px 70px rgba(22, 30, 50, 0.32);
}

.tour-modal__close {
    position: absolute;
    right: 18px;
    top: 16px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #546792;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.tour-modal h2 {
    padding-right: 36px;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 500;
    text-transform: uppercase;
}

.tour-modal p {
    font-size: 16px;
    line-height: 1.4;
}

.tour-modal label {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 15px;
    line-height: 1.3;
}

.tour-modal input,
.tour-modal textarea {
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid rgba(84, 103, 146, 0.35);
    border-radius: 12px;
    background: #FFFFFF;
    color: #546792;
    outline: none;
}

.tour-modal textarea {
    resize: vertical;
}

.tour-modal input:focus,
.tour-modal textarea:focus {
    border-color: #546792;
}

.tour-modal__success {
    color: #3F4C6E;
    font-weight: 500;
}

@media (max-width: 1023px) {
    .tour-main {
        gap: 96px;
    }

    .tour-hotels__arrows {
        display: none;
    }

    .tour-features__card {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .tour-features__image-wrap {
        min-height: 420px;
        border-radius: 30px 30px 0 0;
    }

    .tour-features__content {
        padding: 32px;
    }

    .tour-feature {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .tour-hotels__grid,
    .tour-day__facts {
        display: grid;
        grid-auto-flow: row;
        grid-auto-columns: auto;
        grid-template-columns: 1fr;
        overflow: visible;
        scroll-snap-type: none;
    }

    .tour-difficulty__cards,
    .tour-price__layout,
    .tour-program__notes {
        grid-template-columns: 1fr;
    }

    .tour-price-card {
        order: -1;
    }

    .tour-route__panel {
        grid-template-columns: 1fr;
    }

    .tour-route__map {
        min-height: 420px;
    }

    .tour-day {
        grid-template-columns: 80px minmax(0, 1fr);
        gap: 24px;
    }

    .tour-hotels__head {
        grid-template-columns: 1fr auto;
    }

    .tour-hotels__head > p {
        grid-column: 1 / -1;
        order: 3;
    }
}

@media (max-width: 767px) {
    .tour-main {
        gap: 72px;
        padding-top: 32px;
        padding-bottom: 72px;
    }

    .tour-hero {
        min-height: 816px;
    }

    .tour-hero__image {
        object-position: center center;
    }

    .tour-hero__overlay {
        background:
            linear-gradient(180deg, rgba(84, 103, 146, 0.82) 0%, rgba(84, 103, 146, 0.58) 23%, rgba(84, 103, 146, 0) 63%),
            linear-gradient(90deg, rgba(84, 103, 146, 0.32), rgba(84, 103, 146, 0.32)),
            linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 35.2%);
    }

    .tour-hero__inner {
        min-height: 816px;
        padding-top: 122px;
        padding-bottom: 32px;
    }

    .tour-hero__breadcrumbs {
        width: 100%;
        font-size: 15px;
    }

    .tour-hero__content {
        width: 100%;
        gap: 20px;
        margin-top: 35px;
    }

    .tour-hero__country {
        font-size: 32px;
    }

    .tour-hero h1 {
        font-size: 40px;
    }

    .tour-hero__content p:not(.tour-hero__country) {
        font-size: 18px;
    }

    .tour-hero__actions {
        width: 100%;
        flex-direction: column;
        gap: 16px;
        margin-top: auto;
        padding-top: 28px;
    }

    .tour-button,
    .tour-button_large {
        width: 100%;
        min-width: 0;
        min-height: 56px;
        font-size: 16px;
    }

    .tour-hero__slider {
        width: 100%;
        justify-content: space-between;
        margin-top: 56px;
    }

    .tour-features,
    .tour-expect,
    .tour-difficulty,
    .tour-route,
    .tour-program,
    .tour-hotels,
    .tour-price,
    .tour-cta {
        min-width: 0;
    }

    .tour-features {
        gap: 32px;
        margin-top: -48px;
        padding: 20px;
        border-radius: 30px;
        background: #FFFFFF;
        box-shadow: none;
    }

    .tour-features__card {
        display: contents;
    }

    .tour-features__image-wrap {
        order: 3;
        min-height: 0;
        height: 348px;
        aspect-ratio: auto;
        border-radius: 30px;
    }

    .tour-features__image-wrap span {
        left: 32px;
        top: 32px;
        min-height: 30px;
        padding: 10px 16px;
        font-size: 13px;
        line-height: 0.8;
    }

    .tour-features__content {
        order: 1;
        gap: 32px;
        padding: 0;
    }

    .tour-features__content h2 {
        font-size: 32px;
        line-height: 1.4;
        letter-spacing: 0.01em;
    }

    .tour-feature {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
        align-items: start;
        padding: 24px 0;
    }

    .tour-feature:first-child {
        padding-top: 0;
    }

    .tour-feature__head {
        gap: 20px;
    }

    .tour-feature__icon {
        width: 64px;
        height: 64px;
        border: 0;
        background: #546792;
        color: #FFFFFF;
    }

    .tour-feature__icon::before {
        content: none;
    }

    .tour-feature__icon img {
        width: 31.5px;
        height: 31.5px;
        display: block;
        object-fit: contain;
        filter: none;
    }

    .tour-feature__icon_star img {
        width: 35px;
        height: 35px;
    }

    .tour-feature h3 {
        font-size: 22px;
        line-height: 1.2;
        font-weight: 400;
    }

    .tour-feature p {
        font-size: 16px;
        line-height: 1.3;
    }

    .tour-section-contact {
        order: 2;
        align-items: flex-start;
        flex-direction: column;
        gap: 23px;
    }

    .tour-section-contact p {
        max-width: none;
        font-size: 16px;
        line-height: 1.2;
    }

    .tour-section-contact__actions {
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }

    .tour-section-contact .tour-button {
        width: 160px;
        min-height: 48px;
        padding: 6px 20px;
        border-radius: 12px;
        font-size: 13px;
        line-height: 1.2;
    }

    .tour-section-contact__actions .tour-socials {
        gap: 2px;
    }

    .tour-section-contact__actions .tour-socials a {
        width: 40px;
        height: 40px;
    }

    .tour-section-contact__actions .tour-socials svg {
        width: 24px;
        height: 24px;
    }

    .tour-difficulty {
        gap: 40px;
    }

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

    .tour-difficulty__dots {
        gap: 8px;
        padding-top: 0;
        margin-bottom: 16px;
    }

    .tour-difficulty__dots span {
        width: 34.75px;
        height: 34.75px;
    }

    .tour-difficulty h2,
    .tour-program h2 {
        font-size: 32px;
        line-height: 1.25;
    }

    .tour-difficulty__head p {
        max-width: none;
        font-size: 18px;
        line-height: 1.4;
        letter-spacing: -0.04em;
    }

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

    .tour-info-card {
        display: flex;
        flex-direction: column;
        border-radius: 30px;
    }

    .tour-info-card img {
        width: 100%;
        height: 188px;
        min-height: 0;
    }

    .tour-info-card__image {
        width: 100%;
        height: 188px;
        flex: none;
    }

    .tour-info-card__body {
        grid-column: auto;
        gap: 16px;
        padding: 24px 20px;
    }

    .tour-info-card h3 {
        font-size: 22px;
        line-height: 1.4;
        letter-spacing: 0.01em;
    }

    .tour-info-card ul {
        gap: 20px;
        padding-left: 24px;
    }

    .tour-info-card li {
        font-size: 16px;
        line-height: 1.3;
        letter-spacing: -0.04em;
    }

    .tour-program__head {
        padding-bottom: 0;
    }

    .tour-program__notes {
        gap: 24px;
    }

    .tour-program__notes > div {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .tour-program__note-icon {
        width: 44px;
        height: 44px;
    }

    .tour-program__notes h3 {
        font-size: 18px;
    }

    .tour-program__notes p {
        font-size: 16px;
    }

    .tour-program__timeline {
        gap: 0;
    }

    .tour-program__timeline::before,
    .tour-day__badge {
        display: none;
    }

    .tour-day {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .tour-day__card {
        width: 100%;
        margin-bottom: -3px;
        border: 0;
        border-radius: 30px;
        box-shadow: 0 -8px 20px #FCFAEE, 0 0 25px rgba(117, 99, 75, 0.18);
    }

    .tour-day_open .tour-day__card {
        border: 2px solid #546792;
        box-shadow: none;
    }

    .tour-day:last-child .tour-day__card {
        margin-bottom: 0;
    }

    .tour-day__toggle {
        min-height: 0;
        gap: 16px;
        padding: 20px;
    }

    .tour-day__toggle span:first-child {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        color: #FCFAEE;
        font-size: 18px;
        line-height: 1.4;
        font-weight: 600;
        letter-spacing: 0.01em;
    }

    .tour-day_open .tour-day__toggle span:first-child,
    .tour-day_open .tour-day__mobile-day {
        color: #546792;
    }

    .tour-day__mobile-day {
        display: inline;
        color: rgba(252, 250, 238, 0.7);
    }

    .tour-day__chevron {
        width: 40px;
        height: 40px;
        background: #FFFFFF;
        color: #546792;
    }

    .tour-day__body {
        gap: 24px;
        padding: 24px 20px 24px;
        border-top: 1px dashed rgba(84, 103, 146, 0.45);
    }

    .tour-day__route {
        align-items: flex-start;
        gap: 8px;
    }

    .tour-day__route img {
        width: 24px;
        height: 27px;
    }

    .tour-day__route p {
        font-size: 18px;
    }

    .tour-day__description {
        gap: 14px;
        padding-left: 24px;
    }

    .tour-day__description li {
        font-size: 16px;
        line-height: 1.4;
        letter-spacing: -0.02em;
    }

    .tour-day__facts {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .tour-day-fact {
        min-height: 0;
        display: grid;
        grid-template-columns: 24px minmax(0, 1fr);
        gap: 12px 8px;
        padding: 20px 24px;
    }

    .tour-day-fact img {
        grid-column: 1;
        grid-row: 1;
    }

    .tour-day-fact h3 {
        grid-column: 2;
        grid-row: 1;
        font-size: 18px;
    }

    .tour-day-fact p {
        grid-column: 1 / -1;
    }

    .tour-day-gallery__head {
        align-items: center;
        flex-direction: row;
        gap: 16px;
    }

    .tour-day-gallery__head > span {
        display: none;
    }

    .tour-day-gallery__arrows {
        align-self: auto;
        gap: 12px;
    }

    .tour-day-gallery__arrows .tour-round-button {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .tour-page .tour-day-gallery__grid,
    .tour-day-gallery__grid {
        display: flex;
        grid-template-columns: none;
        gap: 15px;
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .tour-page .tour-day-gallery__grid::-webkit-scrollbar,
    .tour-day-gallery__grid::-webkit-scrollbar {
        display: none;
    }

    .tour-page .tour-day-gallery__photo,
    .tour-day-gallery__photo {
        width: 290px;
        height: 200px;
        flex: 0 0 290px;
        scroll-snap-align: start;
    }

    .tour-program__download {
        align-self: stretch;
        width: 100%;
        min-width: 0;
        min-height: 56px;
        border-radius: 15px;
    }

    .tour-cta__panel {
        min-height: 683px;
    }

    .tour-cta__texture_exact {
        opacity: 0.12;
    }

    .tour-cta__image {
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
    }

    .tour-cta__overlay {
        background:
            radial-gradient(ellipse 220px 130px at 89.64% 88.29%, rgba(255, 196, 82, 0.2) 0, rgba(255, 196, 82, 0) 100%),
            linear-gradient(165.95deg, #546792 57.82%, rgba(84, 103, 146, 0) 71.97%);
    }

    .tour-cta__route {
        left: 199px;
        right: auto;
        top: 270.6px;
        width: 274px;
        height: 305px;
        opacity: 1;
        transform: none;
    }

    .tour-cta__content {
        max-width: none;
        gap: 32px;
        padding: 32px;
    }

    .tour-cta h2 {
        font-size: 32px;
    }

    .tour-cta p {
        font-size: 16px;
    }

    .tour-cta__actions {
        width: 100%;
        flex-direction: row;
        align-items: center;
        gap: 16px;
        margin-top: 0;
    }

    .tour-cta__actions .tour-button {
        width: auto;
        flex: 1 1 auto;
    }

    .tour-price {
        gap: 32px;
    }

    .tour-price h2 {
        font-size: 32px;
    }

    .tour-price__layout {
        gap: 32px;
        align-items: stretch;
    }

    .tour-price__lists {
        gap: 40px;
    }

    .tour-price__lists h3 {
        margin-bottom: 32px;
        font-size: 22px;
    }

    .tour-price__lists .tour-price__muted-title {
        margin-bottom: 16px;
        font-size: 18px !important;
    }

    .tour-price-list li {
        align-items: center;
        font-size: 18px;
    }

    .tour-price-card {
        min-height: 0;
        margin-top: 0;
        padding-bottom: 32.45px;
    }

    .tour-price-card__stamp {
        display: none;
    }

    .tour-price-card__bird {
        position: absolute;
        z-index: 2;
        top: 12px;
        right: 26px;
        width: 72.52px;
        height: 38.85px;
        display: block;
        pointer-events: none;
        transform: rotate(-4.97deg);
    }

    .tour-price-card__back {
        border-radius: 22.95px;
    }

    .tour-price-card__front {
        min-height: 0;
        gap: 0;
        padding: 26px;
        border-radius: 22.95px;
    }

    .tour-price-card__front > p {
        margin-bottom: 18.36px;
        font-size: 16px;
    }

    .tour-price-card h3 {
        max-width: 261.55px;
        margin-bottom: 24.48px;
        font-size: 14px;
    }

    .tour-price-card dl {
        gap: 18.36px;
        margin: 0 0 33.65px;
    }

    .tour-price-card dl div {
        grid-template-columns: 89.43px minmax(0, 1fr) auto;
        gap: 3.06px;
    }

    .tour-price-card dl div::before {
        grid-column: 2;
        grid-row: 1;
        margin-bottom: 5px;
    }

    .tour-price-card dt {
        font-size: 14px;
        line-height: 1;
    }

    .tour-price-card dd {
        grid-column: 3;
        font-size: 26px;
    }

    .tour-price-card .tour-button {
        min-height: 42.83px;
        margin-top: 0;
        padding: 4.59px 15.3px;
        border-radius: 15px;
        font-size: 12.24px;
    }

    .tour-price__footer {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .tour-price__flight-line {
        min-height: 17px;
        margin-top: 0;
    }

    .tour-price__note {
        order: initial;
        gap: 32px;
        padding-top: 0;
        border-top: 0;
    }

    .tour-price__note-text {
        align-items: flex-start;
        gap: 12px;
    }

    .tour-price__note p {
        font-size: 16px;
        line-height: 1.2;
    }

    .tour-price__note .tour-section-contact__actions {
        gap: 16px;
    }

    .tour-price__note .tour-button {
        width: auto;
        min-width: 0;
        min-height: 48px;
        flex: 1 1 auto;
        border-radius: 15px;
        font-size: 16px;
    }

    .tour-price__flight-line span:nth-child(1) {
        left: 0;
    }

    .tour-price__flight-line span:nth-child(2) {
        left: calc(50% - 16.97px);
    }

    .tour-price__flight-line span:nth-child(3) {
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .tour-features__card {
        display: flex;
        flex-direction: column-reverse;
        gap: 32px;
        background: transparent;
        border-radius: 30px;
        box-shadow: none;
    }

    .tour-features__image-wrap {
        min-height: 348px;
        border-radius: 30px;
    }

    .tour-features__content {
        gap: 32px;
        padding: 0;
    }

    .tour-features__content h2,
    .tour-difficulty h2,
    .tour-route h2,
    .tour-program h2,
    .tour-hotels h2,
    .tour-price h2 {
        font-size: 32px;
    }

    .tour-feature {
        gap: 16px;
        padding: 24px 0;
    }

    .tour-feature__head {
        align-items: center;
    }

    .tour-feature__icon {
        width: 64px;
        height: 64px;
        border: 1px solid currentColor;
        background: transparent;
        color: #A3A671;
    }

    .tour-feature__icon::before {
        content: none;
    }

    .tour-feature__icon img {
        width: 31.5px;
        height: 31.5px;
        display: block;
        object-fit: contain;
        filter: none;
    }

    .tour-feature__icon_star img {
        width: 35px;
        height: 35px;
    }

    .tour-feature:nth-child(1) .tour-feature__icon {
        color: #898C57;
    }

    .tour-feature:nth-child(3) .tour-feature__icon {
        color: #75634B;
    }

    .tour-feature:nth-child(4) .tour-feature__icon {
        color: #B1BAC3;
    }

    .tour-feature:nth-child(5) .tour-feature__icon {
        color: #546792;
    }

    .tour-feature h3 {
        font-size: 22px;
        font-weight: 400;
    }

    .tour-feature p {
        font-size: 16px;
    }

    .tour-section-contact {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .tour-section-contact p {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: -0.04em;
        text-transform: none;
    }

    .tour-section-contact__actions {
        width: 100%;
        justify-content: space-between;
        gap: 16px;
    }

    .tour-section-contact .tour-button {
        width: 200px;
        flex: none;
    }

    .tour-difficulty {
        gap: 32px;
    }

    .tour-difficulty__head {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .tour-difficulty__dots span {
        width: 24px;
        height: 24px;
    }

    .tour-difficulty__head p,
    .tour-hotels__head > p {
        font-size: 16px;
    }

    .tour-difficulty__cards {
        gap: 20px;
    }

    .tour-info-card {
        grid-template-columns: 1fr;
    }

    .tour-info-card img {
        min-height: 220px;
        height: 220px;
    }

    .tour-info-card__image {
        height: 220px;
    }

    .tour-info-card__body {
        grid-column: auto;
        padding: 24px 20px;
    }

    .tour-info-card h3 {
        font-size: 22px;
    }

    .tour-route__panel {
        min-height: 0;
    }

    .tour-route__info {
        gap: 24px;
        padding: 28px 20px;
    }

    .tour-route__info p {
        font-size: 17px;
    }

    .tour-route__map {
        min-height: 377px;
    }

    .tour-program__head {
        padding-bottom: 0;
    }

    .tour-program__notes {
        gap: 24px;
    }

    .tour-program__notes > div {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .tour-program__note-icon {
        width: 44px;
        height: 44px;
    }

    .tour-program__notes h3 {
        font-size: 18px;
    }

    .tour-program__notes p {
        font-size: 16px;
    }

    .tour-day {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .tour-day__badge {
        display: none;
    }

    .tour-day__card {
        width: 100%;
        margin-bottom: 0;
        border-radius: 30px;
        box-shadow: 0 -8px 20px #FCFAEE, 0 0 25px rgba(117, 99, 75, 0.18);
    }

    .tour-day__toggle {
        min-height: 0;
        gap: 16px;
        padding: 20px;
    }

    .tour-day__toggle span:first-child {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        color: #FCFAEE;
        font-size: 18px;
        line-height: 1.4;
        font-weight: 600;
        letter-spacing: 0.01em;
    }

    .tour-day_open .tour-day__toggle span:first-child,
    .tour-day_open .tour-day__mobile-day {
        color: #546792;
    }

    .tour-day__mobile-day {
        display: inline;
        color: rgba(252, 250, 238, 0.7);
    }

    .tour-day__chevron {
        width: 40px;
        height: 40px;
        background: #FFFFFF;
        color: #546792;
    }

    .tour-day__body {
        gap: 40px;
        padding: 24px 20px 24px;
        border-top: 1px dashed rgba(84, 103, 146, 0.45);
    }

    .tour-day__route {
        align-items: flex-start;
        gap: 8px;
    }

    .tour-day__route img {
        width: 24px;
        height: 27px;
    }

    .tour-day__route p {
        font-size: 17px;
    }

    .tour-day__description li {
        font-size: 16px;
    }

    .tour-day__facts {
        gap: 12px;
    }

    .tour-day-fact {
        min-height: 0;
        display: grid;
        grid-template-columns: 24px minmax(0, 1fr);
        gap: 12px 8px;
        padding: 20px 24px;
    }

    .tour-day-fact img {
        grid-column: 1;
        grid-row: 1;
    }

    .tour-day-fact h3 {
        grid-column: 2;
        grid-row: 1;
        font-size: 18px;
    }

    .tour-day-fact p {
        grid-column: 1 / -1;
    }

    .tour-day-gallery__head {
        align-items: center;
        flex-direction: row;
        gap: 16px;
    }

    .tour-day-gallery__head > span {
        display: none;
    }

    .tour-day-gallery__arrows {
        align-self: auto;
        gap: 12px;
    }

    .tour-day-gallery__arrows .tour-round-button {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .tour-day-gallery__grid {
        display: flex;
        grid-template-columns: none;
        gap: 15px;
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .tour-day-gallery__grid::-webkit-scrollbar {
        display: none;
    }

    .tour-day-gallery__photo {
        width: 290px;
        height: 200px;
        flex: 0 0 290px;
        scroll-snap-align: start;
    }

    .tour-program__download {
        min-width: 0;
        border-radius: 15px;
    }

    .tour-hotels__head {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .tour-hotels__eyebrow {
        font-size: 32px;
    }

    .tour-hotels__arrows {
        display: none;
    }

    .tour-hotels__grid {
        gap: 20px;
    }

    .tour-hotel-card__image {
        height: 220px;
    }

    .tour-section-contact_line {
        gap: 16px;
        padding-top: 23px;
    }

    .tour-hotels .tour-section-contact_line {
        flex-direction: column;
        align-items: stretch;
    }

    .tour-hotels .tour-section-contact_line > .tour-button {
        order: 2;
        width: 100%;
        min-height: 56px;
    }

    .tour-hotels .tour-section-contact_line .tour-section-contact__actions {
        order: 1;
        justify-content: space-between;
    }

    .tour-phone {
        font-size: 19.912px;
    }

    .tour-price__lists h3 {
        font-size: 24px;
    }

    .tour-price-list li {
        align-items: flex-start;
        font-size: 16px;
    }

    .tour-price-card {
        min-height: 0;
        margin-top: 8px;
    }

    .tour-price-card__stamp {
        display: none;
    }

    .tour-price-card__front {
        min-height: 0;
        gap: 24px;
        padding: 32px 24px;
    }

    .tour-price-card dl div {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .tour-price-card dl div::before {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .tour-price-card dd {
        grid-column: 2;
        font-size: 32px;
    }

    .tour-price__note {
        gap: 20px;
    }

    .tour-price__flight-line span:nth-child(1) {
        left: 0;
    }

    .tour-price__flight-line span:nth-child(2) {
        left: 150.53px;
    }

    .tour-price__flight-line span:nth-child(3) {
        left: 301.06px;
    }

    .tour-modal {
        align-items: flex-end;
        padding: 12px;
    }

    .tour-modal__panel {
        padding: 28px 20px 20px;
        border-radius: 24px;
    }
}

/* WordPress adjustments for exact tour transfer */
.tour-page a.tour-button { text-decoration: none; }
.tour-page .tour-day__toggle { width: 100%; border: 0; background: transparent; color: inherit; font: inherit; }
.tour-page .tour-day__body[hidden] { display: none; }
.tour-route__map_iframe iframe { width: 100%; height: 100%; min-height: 628px; display: block; border: 0; }
body.admin-bar .tour-hero__inner { padding-top: 210px; }
@media (max-width: 767px) { body.admin-bar .tour-hero__inner { padding-top: 168px; } }

@media (min-width: 768px) and (max-width: 1362px) {
    .home-tours__cards,
    .directions-catalog__grid,
    .tour-hotels__grid,
    .tour-day-gallery__grid {
        gap: clamp(20px, 2.2vw, 30px);
    }

    .home-tour-card__image,
    .directions-tour-card__image {
        height: auto;
        aspect-ratio: 433 / 407;
    }

    .tour-photo-card h3 {
        left: clamp(18px, 1.8vw, 24px);
        right: clamp(18px, 1.8vw, 24px);
        bottom: clamp(18px, 1.8vw, 24px);
        font-size: clamp(20px, 1.65vw, 22px);
    }

    .tour-day {
        gap: clamp(32px, 4.4vw, 60px);
    }

    .tour-day__toggle {
        gap: 24px;
        padding-left: clamp(28px, 3vw, 40px);
        padding-right: clamp(28px, 3vw, 40px);
    }

    .tour-day__toggle span:first-child {
        font-size: clamp(24px, 2.1vw, 28px);
    }
}

@media (min-width: 768px) and (max-width: 1180px) {
    .home-tours__cards,
    .directions-catalog__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: none;
    }

    .home-contact__content {
        max-width: none;
    }
}

@media (min-width: 1201px) and (max-width: 1362px) {
    .app-footer__bottom-inner {
        gap: 40px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .home-yandex-reviews__list,
    .home-blog__list {
        display: grid;
        grid-auto-flow: row;
        grid-auto-columns: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
        width: auto;
        margin-right: 0;
        padding-right: 0;
        overflow: visible;
        scroll-snap-type: none;
    }

    .home-yandex-review-card,
    .home-blog-card {
        width: auto;
        flex: initial;
        scroll-snap-align: none;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .tour-page .tour-hotels__grid,
    .tour-page .tour-day__facts,
    .tour-hotels__grid,
    .tour-day__facts {
        display: grid;
        grid-auto-flow: row;
        grid-auto-columns: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        overflow: visible;
        scroll-snap-type: none;
    }

    .tour-day-gallery__photo {
        width: auto;
        height: 220px;
        flex: 0 0 calc((100% - clamp(20px, 2.2vw, 30px)) / 2);
    }

    .tour-hotel-card {
        flex: initial;
    }
}

@media (min-width: 900px) and (max-width: 1023px) {
    .tour-page .tour-difficulty__cards,
    .tour-page .tour-price__layout,
    .tour-page .tour-program__notes,
    .tour-difficulty__cards,
    .tour-price__layout,
    .tour-program__notes {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) and (max-width: 1220px) {
    .tour-features__card {
        grid-template-columns: minmax(280px, 32%) minmax(0, 1fr);
        gap: 32px;
    }

    .tour-features__content {
        padding-right: 32px;
    }

    .tour-feature {
        grid-template-columns: minmax(210px, 34%) minmax(0, 1fr);
        gap: 24px;
    }

    .tour-route__panel {
        grid-template-columns: minmax(340px, 36%) minmax(0, 1fr);
    }

    .tour-route__info {
        padding: 32px;
    }

    .tour-hotels__head {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .tour-hotels__head > p {
        grid-column: 1 / -1;
        order: 3;
    }
}

.tour-feature__icon {
    --fill-0: currentColor;
}

.tour-feature__icon svg {
    width: 31.5px;
    height: 31.5px;
    display: block;
    overflow: visible;
}

.tour-feature__icon svg path {
    fill: currentColor;
}

.tour-feature__icon_star svg {
    width: 35px;
    height: 35px;
}

@media (max-width: 767px) {
    .tour-hero__breadcrumbs,
    .blog-hero__breadcrumbs,
    .directions-hero__breadcrumbs,
    .blog-article-breadcrumbs,
    .legal-section__breadcrumbs,
    .contacts-hero__breadcrumbs {
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .tour-hero__breadcrumbs::-webkit-scrollbar,
    .blog-hero__breadcrumbs::-webkit-scrollbar,
    .directions-hero__breadcrumbs::-webkit-scrollbar,
    .blog-article-breadcrumbs::-webkit-scrollbar,
    .legal-section__breadcrumbs::-webkit-scrollbar,
    .contacts-hero__breadcrumbs::-webkit-scrollbar {
        display: none;
    }

    .tour-hero__breadcrumbs > *,
    .blog-hero__breadcrumbs > *,
    .directions-hero__breadcrumbs > *,
    .blog-article-breadcrumbs > *,
    .legal-section__breadcrumbs > *,
    .contacts-hero__breadcrumbs > * {
        min-width: auto;
        flex: 0 0 auto;
        overflow: visible;
        text-overflow: clip;
    }
}
