.elementor-4483 .elementor-element.elementor-element-ac20d71 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4483 .elementor-element.elementor-element-ac20d71:not(.elementor-motion-effects-element-type-background), .elementor-4483 .elementor-element.elementor-element-ac20d71 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#DD3333;}.elementor-4483 .elementor-element.elementor-element-ac20d71{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-4483 .elementor-element.elementor-element-ac20d71 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4483 .elementor-element.elementor-element-49621c7 .elementor-repeater-item-2086bee.elementor-social-icon{background-color:#02010100;}.elementor-4483 .elementor-element.elementor-element-49621c7 .elementor-repeater-item-0e063ad.elementor-social-icon{background-color:#B4282800;}.elementor-4483 .elementor-element.elementor-element-49621c7 .elementor-repeater-item-0e063ad.elementor-social-icon i{color:#CE0000;}.elementor-4483 .elementor-element.elementor-element-49621c7 .elementor-repeater-item-0e063ad.elementor-social-icon svg{fill:#CE0000;}.elementor-4483 .elementor-element.elementor-element-49621c7 .elementor-repeater-item-b453f51.elementor-social-icon{background-color:#02010100;}.elementor-4483 .elementor-element.elementor-element-49621c7{--grid-template-columns:repeat(0, auto);--grid-row-gap:0px;}.elementor-4483 .elementor-element.elementor-element-49621c7 .elementor-widget-container{text-align:right;}.elementor-4483 .elementor-element.elementor-element-49621c7 .elementor-social-icon{background-color:#E46EA700;--icon-padding:10px;}.elementor-4483 .elementor-element.elementor-element-49621c7 .elementor-social-icon i{color:#000000;}.elementor-4483 .elementor-element.elementor-element-49621c7 .elementor-social-icon svg{fill:#000000;}.elementor-4483 .elementor-element.elementor-element-49621c7 .elementor-social-icon:hover{background-color:#00000000;}.elementor-4483 .elementor-element.elementor-element-49621c7 .elementor-social-icon:hover i{color:#4D4D4D;}.elementor-4483 .elementor-element.elementor-element-49621c7 .elementor-social-icon:hover svg{fill:#4D4D4D;}/* Start custom CSS for html, class: .elementor-element-aab4d11 *//* --- CZYSZCZENIE TEKSTU W STOPCE (Desktop) --- */
.footer-copyright-container {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: normal !important; 
    color: #000000 !important;
    line-height: 1 !important;
}

.footer-link {
    color: #000000 !important;
    text-decoration: none !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    transition: color 0.3s ease !important;
    padding: 0 2px !important;
}

.footer-link:hover { color: #ffffff !important; }

/* --- RESPONSYWNOŚĆ (Tablet i Mobile) --- */
@media (max-width: 1024px) {
    .footer-copyright-container {
        flex-direction: column !important; /* Jedno pod drugim */
        align-items: flex-start !important; /* Do lewej na tablecie */
        gap: 5px !important;
    }
    
    /* Ukrywamy te nieszczęsne kreski "|" */
    .footer-copy-text:contains("|"), 
    .footer-copyright-container span:not(.footer-link) {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .footer-copyright-container {
        align-items: center !important; /* Środkujemy na telefonie */
        text-align: center !important;
    }
}/* End custom CSS */
/* Start custom CSS for social-icons, class: .elementor-element-49621c7 */.elementor-4483 .elementor-element.elementor-element-49621c7 i, .elementor-4483 .elementor-element.elementor-element-49621c7 svg {
    fill: #000000 !important;
    color: #000000 !important;
    transition: all 0.3s ease;
}

.elementor-4483 .elementor-element.elementor-element-49621c7 i:hover, .elementor-4483 .elementor-element.elementor-element-49621c7 svg:hover {
    fill: #FFFFFF !important;
    color: #FFFFFF !important;
}

/* --- RESPONSYWNOŚĆ (Mobile) --- */
@media (max-width: 767px) {
    .elementor-4483 .elementor-element.elementor-element-49621c7 {
        text-align: center !important;
        width: 100% !important;
        margin-top: 15px !important; /* Odstęp od tekstu powyżej */
        justify-content: center !important;
    }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-ac20d71 *//* --- TABLET (768px - 1024px) --- */
@media (min-width: 768px) and (max-width: 1024px) {
    .elementor-column.elementor-col-50 {
        width: 50% !important;
        display: flex !important;
        padding: 20px 15px !important; /* Oddech od boków i góry */
    }

    .footer-copyright-container {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        text-align: left !important;
        gap: 5px !important;
    }

    .footer-sep {
        display: none !important;
    }

    /* Ikony z marginesem od prawej krawędzi */
    .elementor-widget-social-icons {
        display: flex !important;
        justify-content: flex-end !important;
        padding-right: 15px !important; /* Zapobiega przyklejaniu do krawędzi */
    }
}

/* --- TELEFON (Poniżej 768px) --- */
@media (max-width: 767px) {
    /* Likwidujemy "żółtą" dziurę (padding) i środkujemy */
    .elementor-column.elementor-col-50 {
        width: 100% !important;
        display: block !important;
        padding-top: 5px !important; /* Zredukowane z 20px, aby zniknęła dziura */
        padding-bottom: 10px !important;
    }

    .footer-copyright-container {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 5px !important; /* Mniejszy odstęp między linkami */
    }

    .footer-sep {
        display: none !important;
    }

    /* Ikony social media z mniejszym marginesem górnym */
    .elementor-widget-social-icons {
        margin-top: 15px !important; 
        margin-bottom: 10px !important;
        display: flex !important;
        justify-content: center !important;
    }

    .footer-link {
        padding: 5px 0 !important;
    }
}/* End custom CSS */