/* Główne ustawienia kontenera - zachowujemy kwadrat i płynność dla transformacji */
.post_1 {
    display: flex !important;
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    position: relative !important;
    overflow: hidden !important;
    text-decoration: none !important;
    /* Czas dla ewentualnych innych efektów (np. scale), również 0.3s */
    transition: transform 0.3s ease-in-out !important;
}

/* Animacja dla nakładek - SZYBSZY CZAS (0.3s) */
.post_1 .uagb-container__overlay,
.post_1 .uagb-container__background-overlay,
.post_1 [class*="overlay"],
.post_1::before {
    /* Zmieniono z 0.5s na 0.3s dla szybszego efektu */
    transition: opacity 0.3s ease-in-out !important;
    /* Nie wymuszamy opacity: 1, żeby zachować szarość z edytora */
}

/* EFEKT HOVER - zerujemy widoczność */
.post_1:hover .uagb-container__overlay,
.post_1:hover .uagb-container__background-overlay,
.post_1:hover [class*="overlay"],
.post_1:hover::before {
    opacity: 0 !important;
}



.pomoc, 
.pomoc *, 
.pomoc p, 
.pomoc span {
    color: #000000 !important;
    transition: color 0.5s ease-in-out !important;
    background-color: transparent !important;
}

/* Efekt po najechaniu */
.pomoc:hover, 
.moj-lista-item:hover *,
.pomoc:hover p, 
.pomoc:hover span {
    color: #ffffff !important;
}






/* 1. Definicja mrugania: Szary  Czerwony */
@keyframes mruganiePrawdziwe {
    0%, 100% { background-color: rgba(0, 0, 0, 0.4); }
    50% { background-color: rgba(255, 0, 0, 0.6); }
}

/* 2. Kontener główny - wymuszamy widoczność zdjęcia */
.post_brak {
    position: relative !important;
    display: flex !important;
    overflow: hidden !important;
    aspect-ratio: 1 / 1 !important;
}

/* 3. WYMUSZAMY, BY ZDJĘCIE NIGDY NIE ZNIKAŁO */
.post_brak:hover img, 
.post_brak:hover [class*="image"], 
.post_brak:hover [class*="background"] {
    opacity: 1 !important;
    visibility: visible !important;
}

/* 4. CHOWAMY ORYGINALNĄ NAKŁADKĘ WTYCZKI (żeby nie przeszkadzała) */
.post_brak:hover .uagb-container__overlay,
.post_brak:hover [class*="overlay"] {
    display: none !important;
}

/* 5. TWORZYMY WŁASNĄ NAKŁADKĘ (Pseudo-element ::after) */
/* Ta warstwa pojawi się NAD zdjęciem i będzie mrugać */
.post_brak::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* Stan początkowy: szary */
    z-index: 999; /* Musi być na samej górze */
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none; /* Żeby nie blokowała kliknięcia w link */
}

/* 6. AKTYWACJA MRUGANIA PO NAJECHANIU */
.post_brak:hover::after {
    opacity: 1;
    animation: mruganiePrawdziwe 2s infinite ease-in-out !important;
}








/* GŁÓWNY KONTENER */
.brak_danych {
    position: relative;
    cursor: default;
    overflow: hidden; /* Zapobiega wystawaniu dymka poza krawędzie */
}

/* WSZYSTKIE TEKSTY WEWNĄTRZ (np. Brykietownia) */
.brak_danych, 
.brak_danych *, 
.brak_danych p, 
.brak_danych span {
    color: #000000 !important;
    transition: color 0.5s ease-in-out !important;
    position: relative; /* Ważne dla z-index */
    z-index: 10; /* Tekst musi być nad dymkiem, żeby nie mrugał */
}

/* ZMIANA KOLORU NA BIAŁY */
.brak_danych:hover, 
.brak_danych:hover *,
.brak_danych:hover p, 
.brak_danych:hover span {
    color: #ffffff !important;
}

/* DYMEK "BRAK DANYCH" (TŁO I NAPIS) */
.brak_danych::after {
    content: "Brak danych";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
    display: flex;
    justify-content: center;
    align-items: center; 
    
    /* Pozycjonowanie napisu */
    padding-top: 45px; /* Dopasuj, żeby nie nachodziło na ikonę/tekst */
    font-size: 18px; 
    font-weight: bold;
    color: white;
    
    /* Wygląd tła */
    background-color: rgba(0, 0, 0, 0.7);
    
    /* KLUCZ DO BRAKU MRUGANIA */
    z-index: 5; /* Dymek jest POD tekstami, ale NAD tłem kontenera */
    pointer-events: none; /* Myszka go ignoruje i widzi tylko kontener/tekst */
    
    /* Animacja */
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    border-radius: inherit;
}

/* POKAZANIE DYMKA */
.brak_danych:hover::after {
    opacity: 1;
}





/* Klasa pomocr - startowa (czarny tekst) */
.pomocr, 
.pomocr *, 
.pomocr p, 
.pomocr span {
    color: #000000 !important;
    background-color: transparent !important;
    transition: color 0.5s ease-in-out !important;
}

/* Klasa pomocr - po najechaniu (czerwony tekst) */
.pomocr:hover, 
.pomocr:hover *,
.pomocr:hover p, 
.pomocr:hover span {
    color: #ff0000 !important; /* Czysty czerwony kolor */
}.uag-blocks-common-selector{z-index:var(--z-index-desktop) !important}@media (max-width: 976px){.uag-blocks-common-selector{z-index:var(--z-index-tablet) !important}}@media (max-width: 767px){.uag-blocks-common-selector{z-index:var(--z-index-mobile) !important}}
.wp-block-uagb-container{display:flex;position:relative;box-sizing:border-box;transition-property:box-shadow;transition-duration:0.2s;transition-timing-function:ease}.wp-block-uagb-container .spectra-container-link-overlay{bottom:0;left:0;position:absolute;right:0;top:0;z-index:10}.wp-block-uagb-container.uagb-is-root-container{margin-left:auto;margin-right:auto}.wp-block-uagb-container.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap{display:flex;position:relative;box-sizing:border-box;margin-left:auto !important;margin-right:auto !important}.wp-block-uagb-container .wp-block-uagb-blockquote,.wp-block-uagb-container .wp-block-spectra-pro-login,.wp-block-uagb-container .wp-block-spectra-pro-register{margin:unset}.wp-block-uagb-container .uagb-container__video-wrap{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s}.wp-block-uagb-container .uagb-container__video-wrap video{max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none;display:inline-block;vertical-align:baseline;-o-object-fit:cover;object-fit:cover;background-size:cover}.wp-block-uagb-container.uagb-layout-grid{display:grid;width:100%}.wp-block-uagb-container.uagb-layout-grid>.uagb-container-inner-blocks-wrap{display:inherit;width:inherit}.wp-block-uagb-container.uagb-layout-grid>.uagb-container-inner-blocks-wrap>.wp-block-uagb-container{max-width:unset !important;width:unset !important}.wp-block-uagb-container.uagb-layout-grid>.wp-block-uagb-container{max-width:unset !important;width:unset !important}.wp-block-uagb-container.uagb-layout-grid.uagb-is-root-container{margin-left:auto;margin-right:auto}.wp-block-uagb-container.uagb-layout-grid.uagb-is-root-container>.wp-block-uagb-container{max-width:unset !important;width:unset !important}.wp-block-uagb-container.uagb-layout-grid.alignwide.uagb-is-root-container{margin-left:auto;margin-right:auto}.wp-block-uagb-container.uagb-layout-grid.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap{display:inherit;position:relative;box-sizing:border-box;margin-left:auto !important;margin-right:auto !important}body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.wp-block-spectra-pro-register):not(.wp-block-spectra-pro-login):not(.uagb-slider-container):not(.spectra-image-gallery__control-lightbox):not(.wp-block-uagb-info-box),body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap,body .wp-block-uagb-container>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.wp-block-spectra-pro-register):not(.wp-block-spectra-pro-login):not(.uagb-slider-container):not(.spectra-container-link-overlay):not(.spectra-image-gallery__control-lightbox):not(.wp-block-uagb-lottie):not(.uagb-faq__outer-wrap){min-width:unset !important;width:100%;position:relative}body .ast-container .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>.wp-block-uagb-container>ul,body .ast-container .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>.wp-block-uagb-container ol,body .ast-container .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>ul,body .ast-container .wp-block-uagb-container>.uagb-container-inner-blocks-wrap ol{max-width:-webkit-fill-available;margin-block-start:0;margin-block-end:0;margin-left:20px}.ast-plain-container .editor-styles-wrapper .block-editor-block-list__layout.is-root-container .uagb-is-root-container.wp-block-uagb-container.alignwide{margin-left:auto;margin-right:auto}.uagb-container__shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr}.uagb-container__shape-top{top:-3px}.uagb-container__shape-bottom{bottom:-3px}.uagb-container__shape.uagb-container__invert.uagb-container__shape-bottom,.uagb-container__shape.uagb-container__invert.uagb-container__shape-top{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.uagb-container__shape.uagb-container__shape-flip svg{transform:translateX(-50%) rotateY(180deg)}.uagb-container__shape svg{display:block;width:-webkit-calc(100% + 1.3px);width:calc(100% + 1.3px);position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.uagb-container__shape .uagb-container__shape-fill{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.uagb-container__shape.uagb-container__shape-above-content{z-index:9;pointer-events:none}.nv-single-page-wrap .nv-content-wrap.entry-content .wp-block-uagb-container.alignfull{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}@media only screen and (max-width: 767px){.wp-block-uagb-container .wp-block-uagb-advanced-heading{width:-webkit-fill-available}}.wp-block-uagb-image--align-none{justify-content:center}
.wp-block-uagb-container.uagb-block-c857717a .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-c857717a .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-c857717a .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-c857717a .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-c857717a .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-c857717a{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-c857717a{min-height: 125px;box-shadow: 0px 0px   #00000070 ;padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;background-repeat: no-repeat;background-position: 18% 39%;background-size: cover;background-attachment: scroll;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/20250710_114027-scaled.jpg);background-clip: padding-box;flex-direction: column;align-items: stretch;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-c857717a::before{content: "";position: absolute;pointer-events: none;top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);border-color: inherit;background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-block-4bbfc1e2 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-4bbfc1e2 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-4bbfc1e2 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-4bbfc1e2 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-4bbfc1e2 .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-4bbfc1e2{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-4bbfc1e2{min-height: 125px;box-shadow: 0px 0px   #00000070 ;padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;background-attachment: scroll;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/615556219_25611407248510778_7749649398113337411_n.jpg);background-clip: padding-box;flex-direction: column;align-items: stretch;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-4bbfc1e2::before{content: "";position: absolute;pointer-events: none;top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);border-color: inherit;background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-block-d941a56c .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-d941a56c .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-d941a56c .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-d941a56c .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-d941a56c .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-d941a56c{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-d941a56c{min-height: 125px;box-shadow: 0px 0px   #00000070 ;padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;background-repeat: no-repeat;background-position: 46% 55%;background-size: cover;background-attachment: scroll;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/650844732_916818511049436_4915892781640827045_n.jpg);background-clip: padding-box;flex-direction: column;align-items: stretch;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-d941a56c::before{content: "";position: absolute;pointer-events: none;top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);border-color: inherit;background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-block-9097659b .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-9097659b .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-9097659b .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-9097659b .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-9097659b .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-9097659b{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-9097659b{min-height: 125px;box-shadow: 0px 0px   #00000070 ;padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;background-attachment: scroll;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/649136339_833633353080987_8493505111641581813_n.jpg);background-clip: padding-box;flex-direction: column;align-items: stretch;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-9097659b::before{content: "";position: absolute;pointer-events: none;top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);border-color: inherit;background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-block-dafe5a33 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-dafe5a33 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-dafe5a33 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-dafe5a33 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-dafe5a33 .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-dafe5a33{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-dafe5a33{min-height: 125px;box-shadow: 0px 0px   #00000070 ;padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;background-repeat: no-repeat;background-position: 47% 47%;background-size: 1222px;background-attachment: scroll;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/04/DJI_20260327102600_0584_D-scaled.jpg);background-clip: padding-box;flex-direction: column;align-items: stretch;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-dafe5a33::before{content: "";position: absolute;pointer-events: none;top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);border-color: inherit;background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-block-90c63c39 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-90c63c39 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-90c63c39 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-90c63c39 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-90c63c39 .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-90c63c39{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-90c63c39{min-height: 125px;box-shadow: 0px 0px   #00000070 ;padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;background-repeat: no-repeat;background-position: 50% 55%;background-size: cover;background-attachment: scroll;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/649982225_1376705297835384_1564007651051064180_n.jpg);background-clip: padding-box;flex-direction: column;align-items: stretch;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-90c63c39::before{content: "";position: absolute;pointer-events: none;top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);border-color: inherit;background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-block-4062a5d7 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-4062a5d7 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-4062a5d7 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-4062a5d7 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-4062a5d7 .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-4062a5d7{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-4062a5d7{min-height: 125px;box-shadow: 0px 0px   #00000070 ;padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;background-repeat: no-repeat;background-position: 42% 32%;background-size: cover;background-attachment: scroll;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/20250819_183439-scaled.jpg);background-clip: padding-box;flex-direction: column;align-items: stretch;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-4062a5d7::before{content: "";position: absolute;pointer-events: none;top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);border-color: inherit;background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-block-7700a345 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-7700a345 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-7700a345 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-7700a345 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-7700a345 .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-7700a345{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-7700a345{min-height: 125px;box-shadow: 0px 0px   #00000070 ;padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;background-repeat: no-repeat;background-position: 16% 46%;background-size: cover;background-attachment: scroll;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/04/20260327_092740-scaled.jpg);background-clip: padding-box;flex-direction: column;align-items: stretch;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-7700a345::before{content: "";position: absolute;pointer-events: none;top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);border-color: inherit;background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-block-054a970b .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-054a970b .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-054a970b .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-054a970b .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-054a970b .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-054a970b{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-054a970b{min-height: 125px;box-shadow: 0px 0px   #00000070 ;padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;background-attachment: scroll;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/637694172_26085720517727357_4582204241889353802_n.jpg);background-clip: padding-box;flex-direction: column;align-items: stretch;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-054a970b::before{content: "";position: absolute;pointer-events: none;top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);border-color: inherit;background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-block-5faa6361 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-5faa6361 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-5faa6361 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-5faa6361 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-5faa6361 .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-5faa6361{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-5faa6361{min-height: 125px;box-shadow: 0px 0px   #00000070 ;padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;background-repeat: no-repeat;background-position: 82% 50%;background-size: cover;background-attachment: scroll;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/IMG20250705114922-scaled.jpg);background-clip: padding-box;flex-direction: column;align-items: stretch;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-5faa6361::before{content: "";position: absolute;pointer-events: none;top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);border-color: inherit;background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-block-5c4f06d7 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-5c4f06d7 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-5c4f06d7 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-5c4f06d7 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-5c4f06d7 .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-5c4f06d7{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-5c4f06d7{min-height: 125px;box-shadow: 0px 0px   #00000070 ;padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;background-repeat: no-repeat;background-position: 37% 52%;background-size: cover;background-attachment: scroll;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/20250819_145008-scaled.jpg);background-clip: padding-box;flex-direction: column;align-items: stretch;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-5c4f06d7::before{content: "";position: absolute;pointer-events: none;top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);border-color: inherit;background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-block-951fd6f3 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-951fd6f3 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-951fd6f3 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-951fd6f3 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-951fd6f3 .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-951fd6f3{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-951fd6f3{min-height: 125px;box-shadow: 0px 0px   #00000070 ;padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;background-attachment: scroll;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/650493842_1858496878182146_400238505365379016_n.jpg);background-clip: padding-box;flex-direction: column;align-items: stretch;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-951fd6f3::before{content: "";position: absolute;pointer-events: none;top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);border-color: inherit;background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-block-8f85099c .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-8f85099c .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-8f85099c .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-8f85099c .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-8f85099c .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-8f85099c{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-8f85099c{min-height: 125px;box-shadow: 0px 0px   #00000070 ;padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;background-attachment: scroll;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/IMG20250705130829-scaled.jpg);background-clip: padding-box;flex-direction: column;align-items: stretch;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-8f85099c::before{content: "";position: absolute;pointer-events: none;top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);border-color: inherit;background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-block-7a37f6b8 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-7a37f6b8 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-7a37f6b8 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-7a37f6b8 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-7a37f6b8 .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-7a37f6b8{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-7a37f6b8{min-height: 125px;box-shadow: 0px 0px   #00000070 ;padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;background-attachment: scroll;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/Gemini_Generated_Image_fgcpklfgcpklfgcp-1.png);background-clip: padding-box;flex-direction: column;align-items: stretch;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-7a37f6b8::before{content: "";position: absolute;pointer-events: none;top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);border-color: inherit;background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-block-0bf6f8b8 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-0bf6f8b8 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-0bf6f8b8 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-0bf6f8b8 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-0bf6f8b8 .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-0bf6f8b8{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-0bf6f8b8{min-height: 125px;box-shadow: 0px 0px   #00000070 ;padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;background-repeat: no-repeat;background-position: 36% 37%;background-size: cover;background-attachment: scroll;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/04/20260327_130411-scaled.jpg);background-clip: padding-box;flex-direction: column;align-items: stretch;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-0bf6f8b8::before{content: "";position: absolute;pointer-events: none;top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);border-color: inherit;background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-block-e41bd03b .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-e41bd03b .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-e41bd03b .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-e41bd03b .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-e41bd03b .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-e41bd03b{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-e41bd03b{min-height: 125px;box-shadow: 0px 0px   #00000070 ;padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;background-attachment: scroll;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/Gemini_Generated_Image_fgcpklfgcpklfgcp-1.png);background-clip: padding-box;flex-direction: column;align-items: stretch;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-e41bd03b::before{content: "";position: absolute;pointer-events: none;top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);border-color: inherit;background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-block-6893d450 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-6893d450 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-6893d450 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-6893d450 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-6893d450 .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-6893d450{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-6893d450{min-height: 125px;box-shadow: 0px 0px   #00000070 ;padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;background-repeat: no-repeat;background-position: 73% 47%;background-size: cover;background-attachment: scroll;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/04/20260327_084230-1-scaled.jpg);background-clip: padding-box;flex-direction: column;align-items: stretch;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-6893d450::before{content: "";position: absolute;pointer-events: none;top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);border-color: inherit;background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-block-1c3b8b71 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-1c3b8b71 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-1c3b8b71 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-1c3b8b71 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-1c3b8b71 .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-1c3b8b71{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-1c3b8b71{min-height: 125px;box-shadow: 0px 0px   #00000070 ;padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;background-repeat: no-repeat;background-position: 23% 55%;background-size: cover;background-attachment: scroll;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/650103151_916819644382656_8684506416303771119_n.jpg);background-clip: padding-box;flex-direction: column;align-items: stretch;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-1c3b8b71::before{content: "";position: absolute;pointer-events: none;top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);border-color: inherit;background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-block-3e09560e .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-3e09560e .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-3e09560e .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-3e09560e .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-3e09560e .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-3e09560e{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-3e09560e{min-height: 125px;box-shadow: 0px 0px   #00000070 ;padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;background-attachment: scroll;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/Gemini_Generated_Image_fgcpklfgcpklfgcp-1.png);background-clip: padding-box;flex-direction: column;align-items: stretch;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-3e09560e::before{content: "";position: absolute;pointer-events: none;top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);border-color: inherit;background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-block-7e482c80 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-7e482c80 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-7e482c80 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-7e482c80 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-7e482c80 .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-7e482c80{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-7e482c80{min-height: 125px;box-shadow: 0px 0px   #00000070 ;padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;background-attachment: scroll;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/04/20260327_141049-scaled.jpg);background-clip: padding-box;flex-direction: column;align-items: stretch;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-7e482c80::before{content: "";position: absolute;pointer-events: none;top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);border-color: inherit;background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-block-7ba01396 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-7ba01396 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-7ba01396 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-7ba01396 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-7ba01396 .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-7ba01396{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-7ba01396{min-height: 125px;box-shadow: 0px 0px   #00000070 ;padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;background-repeat: no-repeat;background-position: 51% 42%;background-size: cover;background-attachment: scroll;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/IMG20250705130404-1-scaled.jpg);background-clip: padding-box;flex-direction: column;align-items: stretch;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-7ba01396::before{content: "";position: absolute;pointer-events: none;top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);border-color: inherit;background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-block-91d2d8c5 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-91d2d8c5 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-91d2d8c5 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-91d2d8c5 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-91d2d8c5 .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-91d2d8c5{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-91d2d8c5{min-height: 125px;box-shadow: 0px 0px   #00000070 ;padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;background-attachment: scroll;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/Gemini_Generated_Image_fgcpklfgcpklfgcp-1.png);background-clip: padding-box;flex-direction: column;align-items: stretch;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-91d2d8c5::before{content: "";position: absolute;pointer-events: none;top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);border-color: inherit;background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-block-da089434 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-da089434 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-da089434 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-da089434 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-da089434 .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-da089434{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-da089434{min-height: 125px;box-shadow: 0px 0px   #00000070 ;padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;background-attachment: scroll;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/Gemini_Generated_Image_fgcpklfgcpklfgcp-1.png);background-clip: padding-box;flex-direction: column;align-items: stretch;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-da089434::before{content: "";position: absolute;pointer-events: none;top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);border-color: inherit;background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-block-373da0a6 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-373da0a6 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-373da0a6 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-373da0a6 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-373da0a6 .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-373da0a6{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-373da0a6{min-height: 125px;box-shadow: 0px 0px   #00000070 ;padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;background-repeat: no-repeat;background-position: 46% 55%;background-size: cover;background-attachment: scroll;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/Gemini_Generated_Image_fgcpklfgcpklfgcp-1.png);background-clip: padding-box;flex-direction: column;align-items: stretch;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-373da0a6::before{content: "";position: absolute;pointer-events: none;top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);border-color: inherit;background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-block-2c057b3a .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-2c057b3a .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-2c057b3a .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-2c057b3a .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-2c057b3a .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-2c057b3a{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-2c057b3a{min-height: 125px;box-shadow: 0px 0px   #00000070 ;padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;background-attachment: scroll;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/Gemini_Generated_Image_fgcpklfgcpklfgcp-1.png);background-clip: padding-box;flex-direction: column;align-items: stretch;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-2c057b3a::before{content: "";position: absolute;pointer-events: none;top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);border-color: inherit;background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-block-cc1ebecb .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-cc1ebecb .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-cc1ebecb .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-cc1ebecb .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-cc1ebecb .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-cc1ebecb{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-cc1ebecb{min-height: 125px;box-shadow: 0px 0px   #00000070 ;padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;background-attachment: scroll;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/Gemini_Generated_Image_fgcpklfgcpklfgcp-1.png);background-clip: padding-box;flex-direction: column;align-items: stretch;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-cc1ebecb::before{content: "";position: absolute;pointer-events: none;top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);border-color: inherit;background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-block-7bd93634 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-7bd93634 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-7bd93634 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-7bd93634 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-7bd93634 .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-7bd93634{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-7bd93634{min-height: 125px;box-shadow: 0px 0px   #00000070 ;padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;background-repeat: no-repeat;background-position: 46% 55%;background-size: cover;background-attachment: scroll;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/Gemini_Generated_Image_fgcpklfgcpklfgcp-1.png);background-clip: padding-box;flex-direction: column;align-items: stretch;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-7bd93634::before{content: "";position: absolute;pointer-events: none;top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);border-color: inherit;background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-block-3764e984 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-3764e984 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-3764e984 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-3764e984 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-3764e984 .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-3764e984{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-3764e984{min-height: 125px;box-shadow: 0px 0px   #00000070 ;padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;background-attachment: scroll;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/Gemini_Generated_Image_fgcpklfgcpklfgcp-1.png);background-clip: padding-box;flex-direction: column;align-items: stretch;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-3764e984::before{content: "";position: absolute;pointer-events: none;top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);border-color: inherit;background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-block-19290fb9 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-19290fb9 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-19290fb9 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-19290fb9 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-19290fb9 .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-19290fb9{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-19290fb9{min-height: 125px;box-shadow: 0px 0px   #00000070 ;padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;background-attachment: scroll;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/Gemini_Generated_Image_fgcpklfgcpklfgcp-1.png);background-clip: padding-box;flex-direction: column;align-items: stretch;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-19290fb9::before{content: "";position: absolute;pointer-events: none;top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);border-color: inherit;background: #acacac;opacity: 0.5;}@media only screen and (max-width: 976px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-c857717a{width: 100%;}.wp-block-uagb-container.uagb-block-c857717a{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/20250710_114027-scaled.jpg);background-clip: padding-box;align-items: stretch;max-width:  !important;}.wp-block-uagb-container.uagb-block-c857717a::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-4bbfc1e2{width: 100%;}.wp-block-uagb-container.uagb-block-4bbfc1e2{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/615556219_25611407248510778_7749649398113337411_n.jpg);background-clip: padding-box;align-items: stretch;max-width:  !important;}.wp-block-uagb-container.uagb-block-4bbfc1e2::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-d941a56c{width: 100%;}.wp-block-uagb-container.uagb-block-d941a56c{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/650844732_916818511049436_4915892781640827045_n.jpg);background-clip: padding-box;align-items: stretch;max-width:  !important;}.wp-block-uagb-container.uagb-block-d941a56c::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-9097659b{width: 100%;}.wp-block-uagb-container.uagb-block-9097659b{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/649136339_833633353080987_8493505111641581813_n.jpg);background-clip: padding-box;align-items: stretch;max-width:  !important;}.wp-block-uagb-container.uagb-block-9097659b::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-dafe5a33{width: 100%;}.wp-block-uagb-container.uagb-block-dafe5a33{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/04/DJI_20260327102600_0584_D-scaled.jpg);background-clip: padding-box;align-items: stretch;max-width:  !important;}.wp-block-uagb-container.uagb-block-dafe5a33::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-90c63c39{width: 100%;}.wp-block-uagb-container.uagb-block-90c63c39{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/649982225_1376705297835384_1564007651051064180_n.jpg);background-clip: padding-box;align-items: stretch;max-width:  !important;}.wp-block-uagb-container.uagb-block-90c63c39::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-4062a5d7{width: 100%;}.wp-block-uagb-container.uagb-block-4062a5d7{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/20250819_183439-scaled.jpg);background-clip: padding-box;align-items: stretch;max-width:  !important;}.wp-block-uagb-container.uagb-block-4062a5d7::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-7700a345{width: 100%;}.wp-block-uagb-container.uagb-block-7700a345{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/04/20260327_092740-scaled.jpg);background-clip: padding-box;align-items: stretch;max-width:  !important;}.wp-block-uagb-container.uagb-block-7700a345::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-054a970b{width: 100%;}.wp-block-uagb-container.uagb-block-054a970b{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/637694172_26085720517727357_4582204241889353802_n.jpg);background-clip: padding-box;align-items: stretch;max-width:  !important;}.wp-block-uagb-container.uagb-block-054a970b::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-5faa6361{width: 100%;}.wp-block-uagb-container.uagb-block-5faa6361{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/IMG20250705114922-scaled.jpg);background-clip: padding-box;align-items: stretch;max-width:  !important;}.wp-block-uagb-container.uagb-block-5faa6361::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-5c4f06d7{width: 100%;}.wp-block-uagb-container.uagb-block-5c4f06d7{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/20250819_145008-scaled.jpg);background-clip: padding-box;align-items: stretch;max-width:  !important;}.wp-block-uagb-container.uagb-block-5c4f06d7::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-951fd6f3{width: 100%;}.wp-block-uagb-container.uagb-block-951fd6f3{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/650493842_1858496878182146_400238505365379016_n.jpg);background-clip: padding-box;align-items: stretch;max-width:  !important;}.wp-block-uagb-container.uagb-block-951fd6f3::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-8f85099c{width: 100%;}.wp-block-uagb-container.uagb-block-8f85099c{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/IMG20250705130829-scaled.jpg);background-clip: padding-box;align-items: stretch;max-width:  !important;}.wp-block-uagb-container.uagb-block-8f85099c::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-7a37f6b8{width: 100%;}.wp-block-uagb-container.uagb-block-7a37f6b8{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/Gemini_Generated_Image_fgcpklfgcpklfgcp-1.png);background-clip: padding-box;align-items: stretch;max-width:  !important;}.wp-block-uagb-container.uagb-block-7a37f6b8::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-0bf6f8b8{width: 100%;}.wp-block-uagb-container.uagb-block-0bf6f8b8{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/04/20260327_130411-scaled.jpg);background-clip: padding-box;align-items: stretch;max-width:  !important;}.wp-block-uagb-container.uagb-block-0bf6f8b8::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-e41bd03b{width: 100%;}.wp-block-uagb-container.uagb-block-e41bd03b{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/Gemini_Generated_Image_fgcpklfgcpklfgcp-1.png);background-clip: padding-box;align-items: stretch;max-width:  !important;}.wp-block-uagb-container.uagb-block-e41bd03b::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-6893d450{width: 100%;}.wp-block-uagb-container.uagb-block-6893d450{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/04/20260327_084230-1-scaled.jpg);background-clip: padding-box;align-items: stretch;max-width:  !important;}.wp-block-uagb-container.uagb-block-6893d450::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-1c3b8b71{width: 100%;}.wp-block-uagb-container.uagb-block-1c3b8b71{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/650103151_916819644382656_8684506416303771119_n.jpg);background-clip: padding-box;align-items: stretch;max-width:  !important;}.wp-block-uagb-container.uagb-block-1c3b8b71::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-3e09560e{width: 100%;}.wp-block-uagb-container.uagb-block-3e09560e{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/Gemini_Generated_Image_fgcpklfgcpklfgcp-1.png);background-clip: padding-box;align-items: stretch;max-width:  !important;}.wp-block-uagb-container.uagb-block-3e09560e::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-7e482c80{width: 100%;}.wp-block-uagb-container.uagb-block-7e482c80{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/04/20260327_141049-scaled.jpg);background-clip: padding-box;align-items: stretch;max-width:  !important;}.wp-block-uagb-container.uagb-block-7e482c80::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-7ba01396{width: 100%;}.wp-block-uagb-container.uagb-block-7ba01396{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/IMG20250705130404-1-scaled.jpg);background-clip: padding-box;align-items: stretch;max-width:  !important;}.wp-block-uagb-container.uagb-block-7ba01396::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-91d2d8c5{width: 100%;}.wp-block-uagb-container.uagb-block-91d2d8c5{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/Gemini_Generated_Image_fgcpklfgcpklfgcp-1.png);background-clip: padding-box;align-items: stretch;max-width:  !important;}.wp-block-uagb-container.uagb-block-91d2d8c5::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-da089434{width: 100%;}.wp-block-uagb-container.uagb-block-da089434{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/Gemini_Generated_Image_fgcpklfgcpklfgcp-1.png);background-clip: padding-box;align-items: stretch;max-width:  !important;}.wp-block-uagb-container.uagb-block-da089434::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-373da0a6{width: 100%;}.wp-block-uagb-container.uagb-block-373da0a6{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/Gemini_Generated_Image_fgcpklfgcpklfgcp-1.png);background-clip: padding-box;align-items: stretch;max-width:  !important;}.wp-block-uagb-container.uagb-block-373da0a6::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-2c057b3a{width: 100%;}.wp-block-uagb-container.uagb-block-2c057b3a{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/Gemini_Generated_Image_fgcpklfgcpklfgcp-1.png);background-clip: padding-box;align-items: stretch;max-width:  !important;}.wp-block-uagb-container.uagb-block-2c057b3a::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-cc1ebecb{width: 100%;}.wp-block-uagb-container.uagb-block-cc1ebecb{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/Gemini_Generated_Image_fgcpklfgcpklfgcp-1.png);background-clip: padding-box;align-items: stretch;max-width:  !important;}.wp-block-uagb-container.uagb-block-cc1ebecb::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-7bd93634{width: 100%;}.wp-block-uagb-container.uagb-block-7bd93634{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/Gemini_Generated_Image_fgcpklfgcpklfgcp-1.png);background-clip: padding-box;align-items: stretch;max-width:  !important;}.wp-block-uagb-container.uagb-block-7bd93634::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-3764e984{width: 100%;}.wp-block-uagb-container.uagb-block-3764e984{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/Gemini_Generated_Image_fgcpklfgcpklfgcp-1.png);background-clip: padding-box;align-items: stretch;max-width:  !important;}.wp-block-uagb-container.uagb-block-3764e984::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-19290fb9{width: 100%;}.wp-block-uagb-container.uagb-block-19290fb9{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/Gemini_Generated_Image_fgcpklfgcpklfgcp-1.png);background-clip: padding-box;align-items: stretch;max-width:  !important;}.wp-block-uagb-container.uagb-block-19290fb9::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}}@media only screen and (max-width: 767px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-c857717a{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-c857717a{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/20250710_114027-scaled.jpg);background-clip: padding-box;align-items: stretch;flex-wrap: wrap;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-c857717a::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-4bbfc1e2{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-4bbfc1e2{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/615556219_25611407248510778_7749649398113337411_n.jpg);background-clip: padding-box;align-items: stretch;flex-wrap: wrap;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-4bbfc1e2::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-d941a56c{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-d941a56c{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/650844732_916818511049436_4915892781640827045_n.jpg);background-clip: padding-box;align-items: stretch;flex-wrap: wrap;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-d941a56c::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-9097659b{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-9097659b{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/649136339_833633353080987_8493505111641581813_n.jpg);background-clip: padding-box;align-items: stretch;flex-wrap: wrap;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-9097659b::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-dafe5a33{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-dafe5a33{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/04/DJI_20260327102600_0584_D-scaled.jpg);background-clip: padding-box;align-items: stretch;flex-wrap: wrap;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-dafe5a33::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-90c63c39{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-90c63c39{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/649982225_1376705297835384_1564007651051064180_n.jpg);background-clip: padding-box;align-items: stretch;flex-wrap: wrap;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-90c63c39::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-4062a5d7{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-4062a5d7{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/20250819_183439-scaled.jpg);background-clip: padding-box;align-items: stretch;flex-wrap: wrap;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-4062a5d7::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-7700a345{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-7700a345{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/04/20260327_092740-scaled.jpg);background-clip: padding-box;align-items: stretch;flex-wrap: wrap;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-7700a345::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-054a970b{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-054a970b{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/637694172_26085720517727357_4582204241889353802_n.jpg);background-clip: padding-box;align-items: stretch;flex-wrap: wrap;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-054a970b::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-5faa6361{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-5faa6361{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/IMG20250705114922-scaled.jpg);background-clip: padding-box;align-items: stretch;flex-wrap: wrap;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-5faa6361::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-5c4f06d7{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-5c4f06d7{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/20250819_145008-scaled.jpg);background-clip: padding-box;align-items: stretch;flex-wrap: wrap;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-5c4f06d7::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-951fd6f3{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-951fd6f3{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/650493842_1858496878182146_400238505365379016_n.jpg);background-clip: padding-box;align-items: stretch;flex-wrap: wrap;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-951fd6f3::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-8f85099c{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-8f85099c{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/IMG20250705130829-scaled.jpg);background-clip: padding-box;align-items: stretch;flex-wrap: wrap;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-8f85099c::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-7a37f6b8{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-7a37f6b8{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/Gemini_Generated_Image_fgcpklfgcpklfgcp-1.png);background-clip: padding-box;align-items: stretch;flex-wrap: wrap;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-7a37f6b8::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-0bf6f8b8{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-0bf6f8b8{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/04/20260327_130411-scaled.jpg);background-clip: padding-box;align-items: stretch;flex-wrap: wrap;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-0bf6f8b8::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-e41bd03b{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-e41bd03b{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/Gemini_Generated_Image_fgcpklfgcpklfgcp-1.png);background-clip: padding-box;align-items: stretch;flex-wrap: wrap;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-e41bd03b::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-6893d450{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-6893d450{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/04/20260327_084230-1-scaled.jpg);background-clip: padding-box;align-items: stretch;flex-wrap: wrap;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-6893d450::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-1c3b8b71{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-1c3b8b71{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/650103151_916819644382656_8684506416303771119_n.jpg);background-clip: padding-box;align-items: stretch;flex-wrap: wrap;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-1c3b8b71::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-3e09560e{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-3e09560e{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/Gemini_Generated_Image_fgcpklfgcpklfgcp-1.png);background-clip: padding-box;align-items: stretch;flex-wrap: wrap;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-3e09560e::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-7e482c80{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-7e482c80{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/04/20260327_141049-scaled.jpg);background-clip: padding-box;align-items: stretch;flex-wrap: wrap;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-7e482c80::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-7ba01396{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-7ba01396{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/IMG20250705130404-1-scaled.jpg);background-clip: padding-box;align-items: stretch;flex-wrap: wrap;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-7ba01396::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-91d2d8c5{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-91d2d8c5{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/Gemini_Generated_Image_fgcpklfgcpklfgcp-1.png);background-clip: padding-box;align-items: stretch;flex-wrap: wrap;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-91d2d8c5::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-da089434{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-da089434{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/Gemini_Generated_Image_fgcpklfgcpklfgcp-1.png);background-clip: padding-box;align-items: stretch;flex-wrap: wrap;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-da089434::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-373da0a6{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-373da0a6{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/Gemini_Generated_Image_fgcpklfgcpklfgcp-1.png);background-clip: padding-box;align-items: stretch;flex-wrap: wrap;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-373da0a6::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-2c057b3a{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-2c057b3a{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/Gemini_Generated_Image_fgcpklfgcpklfgcp-1.png);background-clip: padding-box;align-items: stretch;flex-wrap: wrap;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-2c057b3a::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-cc1ebecb{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-cc1ebecb{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/Gemini_Generated_Image_fgcpklfgcpklfgcp-1.png);background-clip: padding-box;align-items: stretch;flex-wrap: wrap;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-cc1ebecb::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-7bd93634{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-7bd93634{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/Gemini_Generated_Image_fgcpklfgcpklfgcp-1.png);background-clip: padding-box;align-items: stretch;flex-wrap: wrap;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-7bd93634::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-3764e984{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-3764e984{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/Gemini_Generated_Image_fgcpklfgcpklfgcp-1.png);background-clip: padding-box;align-items: stretch;flex-wrap: wrap;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-3764e984::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-19290fb9{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-19290fb9{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;background-image: url(http://kolejgornicza.pl/wp-content/uploads/2026/03/Gemini_Generated_Image_fgcpklfgcpklfgcp-1.png);background-clip: padding-box;align-items: stretch;flex-wrap: wrap;max-width: 100% !important;}.wp-block-uagb-container.uagb-block-19290fb9::before{top: -0px;left: -0px;width: calc(100% + 0px + 0px);height: calc(100% + 0px + 0px);background: #acacac;opacity: 0.5;}}