.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-75576cf:#1A2229;--e-global-color-a435812:#BBBBBB;--e-global-color-5c43fdf:#FFFFFF;--e-global-color-e6b8822:#777777;--e-global-color-a4e7853:#ECAC1B;--e-global-color-37bc131:#ECC876;--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-e3eb542-font-family:"Lato";--e-global-typography-e3eb542-font-size:16px;--e-global-typography-e3eb542-font-weight:700;--e-global-typography-a177042-font-family:"Lato";--e-global-typography-a177042-font-size:14px;--e-global-typography-a177042-font-weight:400;--e-global-typography-cfb171e-font-family:"Lato";--e-global-typography-cfb171e-font-size:16px;--e-global-typography-cfb171e-font-weight:400;--e-global-typography-263dd1f-font-family:"Montserrat";--e-global-typography-263dd1f-font-size:24px;--e-global-typography-263dd1f-font-weight:700;--e-global-typography-4b6406b-font-family:"Lato";--e-global-typography-4b6406b-font-size:20px;--e-global-typography-4b6406b-font-weight:400;--e-global-typography-f3d6e63-font-family:"Montserrat";--e-global-typography-f3d6e63-font-size:46px;--e-global-typography-f3d6e63-font-weight:700;--e-global-typography-632c824-font-family:"Montserrat";--e-global-typography-632c824-font-size:20px;--e-global-typography-632c824-font-weight:700;--e-global-typography-fcfab5e-font-family:"Montserrat";--e-global-typography-fcfab5e-font-size:32px;--e-global-typography-fcfab5e-font-weight:700;--e-global-typography-fe21d62-font-family:"Montserrat";--e-global-typography-fe21d62-font-size:16px;--e-global-typography-fe21d62-font-weight:700;--e-global-typography-18f115b-font-family:"Montserrat";--e-global-typography-18f115b-font-size:12px;--e-global-typography-18f115b-font-weight:500;--e-global-typography-b8211b7-font-family:"Montserrat";--e-global-typography-b8211b7-font-size:64px;--e-global-typography-b8211b7-font-weight:700;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.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);}.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: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 *//* 1. Reset i blokada scrolla poziomego */
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* TO USUWA POZIOMY SCROLL */
    width: 100%;
}

/* 2. Układ flex dla body (Sticky Footer) */
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Minimalna wysokość to cały ekran */
}

/* 3. Rozciąganie treści */
div[data-elementor-type="header"] + * {
    flex-grow: 1;
    width: 100%; /* Zabezpieczenie szerokości */
}

/* 4. Stopka na sam dół */
footer, [data-elementor-type="footer"] {
    margin-top: auto;
    width: 100%;
}

/*PADDING CHECKBOXA WYSZUKIWARKI*/
.sas-checkbox span {
    padding:1.5px !important;
}

/* Celujemy precyzyjnie w obrazki wewnątrz Twojej karty porównywarki */
.mpb-compare-card__thumb img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover; /* Zapewnia, że obrazek wypełni kontener bez deformacji */
}/* End custom CSS */