.elementor-kit-7{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#363636;--e-global-color-text:#A1A1A1;--e-global-color-accent:#131313;--e-global-typography-primary-font-family:"Cormorant";--e-global-typography-primary-font-size:64px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-letter-spacing:-1px;--e-global-typography-secondary-font-family:"Cormorant";--e-global-typography-secondary-font-size:56px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-letter-spacing:-1.1px;--e-global-typography-text-font-family:"Inter Tight";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-text-letter-spacing:0px;--e-global-typography-accent-font-family:"Inter Tight";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-text-transform:uppercase;background-color:#131313;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{--lightbox-header-icons-size:24px;--lightbox-navigation-icons-size:5px;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1360px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Общие стили для всех карточек */
.sticky-card {
    position: sticky; /* Липкое положение */
    top: 15vh; /* Отступ сверху 15% от высоты экрана */
    margin-bottom: -50px; /* Перекрытие следующей карточки */
}

/* Первая карточка (внизу) */
.sticky-card-1 {
    z-index: 1; /* Самая нижняя */
}

/* Вторая карточка (над первой) */
.sticky-card-2 {
    z-index: 2; /* Выше первой */
}

/* Третья карточка (над второй) */
.sticky-card-3 {
    z-index: 3; /* Самая верхняя */
}
.custom-width {
    display: inline-block; /* Контейнер принимает ширину по содержимому */
    width: auto; /* Автоматическая ширина */
    max-width: 100%; /* Защита от выхода за пределы экрана */
}/* End custom CSS */