.elementor-kit-8{--e-global-color-primary:#C52A7F;--e-global-color-secondary:#3871C1;--e-global-color-text:#000000;--e-global-color-accent:#09A3DB;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-4bdbc4e-font-family:"Open Sans";--e-global-typography-4bdbc4e-font-size:22px;--e-global-typography-4bdbc4e-font-weight:400;--e-global-typography-4bdbc4e-font-style:normal;--e-global-typography-4bdbc4e-line-height:1px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}@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 *//* Naprawa uciekającego sticky menu Elementor na mobile */

.elementor-sticky--effects {
    transform: none !important;       /* blokuje przesunięcie menu */
}

.elementor-sticky--active {
    top: 0 !important;                /* menu trzyma się górnej krawędzi */
}

.elementor-location-header,
header,
.elementor-section.elementor-sticky--active {
    height: auto !important;          /* pełna wysokość, nieprzycinana */
    overflow: visible !important;     /* nic się nie chowa */
}

.elementor-sticky--active .elementor-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}



/* BLOKADA POZIOMEGO SCROLLA NA CAŁEJ STRONIE */
html, body {
    overflow-x: hidden !important;
}

/* NAPRAWA ROZJEŻDŻAJĄCEGO SIĘ MENU MOBILNEGO */
.elementor-nav-menu--dropdown {
    width: 100% !important;       /* nie szersze niż ekran */
    max-width: 100vw !important;  /* twardy limit */
    left: 0 !important;
    right: 0 !important;
    overflow-x: hidden !important;
}

/* NAPRAWA POZIOMEGO PRZESUWANIA HAMBURGERA */
.elementor-menu-toggle {
    overflow: hidden !important;
}

/* CZASEM LOGO POSZERZA WIDOK — OGRANICZAMY */
header .elementor-widget-image img,
.elementor-location-header img {
    max-width: 100% !important;
    height: auto !important;
}

/* BLOKADA ELEMENTÓW WYSTAJĄCYCH PO AKTYWACJI MENU */
.elementor-sticky--active,
.elementor-location-header {
    overflow-x: hidden !important;
}/* End custom CSS */