.elementor-kit-9{--e-global-color-primary:#122864;--e-global-color-secondary:#D9BA2B;--e-global-color-text:#2F2F2F;--e-global-color-accent:#1A40A8;--e-global-typography-primary-font-family:"Asap Condensed";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Asap";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Asap";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Asap";--e-global-typography-accent-font-weight:500;background-color:#F8F7F4;font-family:"Helvetica", Sans-serif;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 a{font-family:"Helvetica", Sans-serif;}.elementor-kit-9 h1{font-family:"PT Sans Narrow", Sans-serif;text-transform:uppercase;letter-spacing:0.01em;}.elementor-kit-9 h2{font-family:"PT Sans Narrow", Sans-serif;font-size:1px;text-transform:uppercase;letter-spacing:0.01em;}.elementor-kit-9 h3{font-family:"PT Sans Narrow", Sans-serif;letter-spacing:0.01em;}.elementor-kit-9 h4{font-family:"PT Sans Narrow", Sans-serif;}.elementor-kit-9 h6{font-family:"PT Sans Narrow", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.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 *//* Хедер прозорий і зверху */
#masthead {
    position: fixed; /* фіксуємо */
    width: 100%;
    background-color: transparent; /* прозорий фон */
    z-index: 10; /* вище секції */
}

/* Перша секція під хедером */
.elementor-section:first-of-type {
    margin-top: 0; /* початок від верху */
    position: relative;
    z-index: 0; /* під хедером */
}

/* Відступ всередині секції, щоб контент не ховався під хедером */
.elementor-section:first-of-type .elementor-container {
    padding-top: 150px; /* підбираєш під висоту хедера */
}

/* Адаптив для мобільних, якщо хедер вищий/нижчий */
@media (max-width: 768px) {
    .elementor-section:first-of-type .elementor-container {
        padding-top: 120px; /* коригуємо висоту хедера на планшетах/мобільних */
    }
}/* End custom CSS */