footer 
{
    position: relative;
    /* z-index: 9; */
    z-index: 3;
}

/* maska stopka */

    .maska-stopka
    {
        content: '';
        background-image: url(../grafika/maska2.png);
        background-repeat: no-repeat;
        background-size: 134%;
        background-position: center;
        width: 100vw;
        height: 65vh;
        position: absolute;
        top: -26vh;
    }

/**/

/* Stopka info */

    footer .stopka-tresc-tlo
    {
        height: 72vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 10;
    }

    footer .stopka-tresc-tlo > div 
    {
        display: flex;
        justify-content: center;
    }

    footer .stopka-tresc-tlo > div:first-child
    {
        margin-bottom: 82px;
    }

    footer .stopka-tresc p
    {
        text-align: center;
    }

    /* tytuł stopki */

    footer .stopka-tresc-tytul
    {
        font-family: 'Titillium Web', sans-serif;
        font-size: 36px;
        line-height: 40px;
        font-weight: 700;
        color: #FFE200;
    }

    /* lokalizacja */

    footer .stopka-tresc-tresc p
    {
        margin: 0;
        font-family: 'Titillium Web', sans-serif;
        color: white;
        font-size: 26px;
        line-height: 40px;
        font-weight: 400;
        margin-bottom: 16px;
    }

    /* Treść pod lokalizacją */

    footer .wiersz:first-child p:nth-child(2)
    {
        margin: 0;
        font-family: 'Titillium Web', sans-serif;
        color: white;
        font-size: 18px;
        font-weight: 200;
        line-height: 28px;
        text-align: center;
    }

    /* kontakt */

    footer .wiersz:nth-child(2)
    {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 64px 0;
    }

    footer .wiersz:nth-child(2) p
    {
        margin: 0;
        color: white;
        font-family: 'Titillium Web', sans-serif;
        font-size: 26px;
        font-weight: 30px;
        font-weight: 300;
        position: relative;
        line-height: 30px;
    }

    footer .wiersz:nth-child(2) p strong 
    {
        font-weight: 600;
    }

    footer .wiersz:nth-child(2) p:nth-child(3)
    {
        margin-left: -16px;
    }

    footer .wiersz:nth-child(2) p:nth-child(4)
    {
        margin-left: -85px;
    }

    /* ikonki */

    footer .wiersz:nth-child(2) p:before
    {
        position: absolute;
        left: -80px;
        top: -11px;
    }
    
    footer .wiersz:nth-child(2) p:first-child:before
    {
        content: url(../grafika/godziny.webp);
    }

    footer .wiersz:nth-child(2) p:nth-child(2):before
    {
        content: url(../grafika/mail.webp);
    }

    footer .wiersz:nth-child(2) p:nth-child(3):before
    {
        content: url(../grafika/telefon.webp);
    }

    footer .wiersz:nth-child(2) p:nth-child(4):before
    {
        content: url(../grafika/mail.webp);
    }

    /* link */

    footer .wiersz:nth-child(2) p a 
    {
        text-decoration-color: transparent;
        color: #FFE200;
        transition: 0.4s;
    }

    footer .wiersz:nth-child(2) p a:hover 
    {
        opacity: 0.6;
    }

/**/

.stopka
{
    height: max-content;
    padding: 64px 0;
    background-color: #121212;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 11;
}

.stopka-dol
{
    display: flex;
    justify-content: space-between;
}

/* Polityka menu */

    .cms
    {
        display: flex;
        justify-content: flex-end;
    }

    .stopka-intermedia
    {
        display: flex;
        gap: 32px;
    }

    .menu-polityka-mapa-1-poziom
    {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .menu-polityka-mapa-1-poziom li a 
    {
        text-decoration-color: transparent;
        color: white;
        font-family: 'Titillium Web', sans-serif;
        font-size: 20px;
        font-weight: 400;
        transition: 0.4s;
        cursor: pointer;
    }

    /* hover */

    .menu-polityka-mapa-1-poziom li a:hover 
    {
        opacity: 0.6;
    }

/**/

/* cms i imedia */

    .stopka-intermedia span 
    {
        color: white;
        font-family: 'Titillium Web', sans-serif;
        font-size: 20px;
        font-weight: 400;
        position: relative;
    }

    .stopka-intermedia a
    {
        color: white;
        font-family: 'Titillium Web', sans-serif;
        font-size: 20px;
        font-weight: 400;
        transition: 0.4s;
    }

    .stopka-intermedia span:first-child:after
    {
        content: '';
        background-color: white;
        display: block;
        width: 1px;
        height: 16px;
        position: absolute;
        right: -16px;
        top: 10px;
    } 
    
    /* hover */

    .stopka-intermedia a:hover
    {
        opacity: 0.6;
    }

/**/

/* Przejścia */

    footer .stopka-tresc
    {
        position: relative;
        top: 64px;
        left: -64px;
        transition: 0.6s;
        opacity: 0;
    }

    footer .wiersz:first-child p:nth-child(2)
    {
        position: relative;
        top: 64px;
        left: -64px;
        transition: 0.6s;
        opacity: 0;
    }

    footer .wiersz:nth-child(2) p:first-child
    {
        position: relative;
        top: 64px;
        left: -64px;
        transition: 0.8s;
        opacity: 0;
    }
    footer .wiersz:nth-child(2) p:nth-child(2)
    {
        position: relative;
        top: 64px;
        left: -64px;
        transition: 0.8s;
        opacity: 0;
    }

    footer .wiersz:nth-child(2) p:nth-child(3)
    {
        position: relative;
        top: 64px;
        left: -64px;
        transition: 1s;
        opacity: 0;
    }
    footer .wiersz:nth-child(2) p:nth-child(4)
    {
        position: relative;
        top: 64px;
        left: -64px;
        transition: 1s;
        opacity: 0;
    }

/**/

/* polityka prywatności */

.polityka-prywatnosci-tresc
{
    color: white;
    padding-top: 8vh;
    background-color: #121212;
    position: absolute;
    bottom: 0px;
    left: -100vw;
    z-index: 10;
    height: 92vh;
    width: 100vw;
    transition: 0.3s;
}

.polityka-tresc{
    max-height: calc(92vh - 159px);
    overflow-y: scroll;
}

div.view{
    left: 0vw;
}

/**/

/* zamknij Polityka */

.zamknij-polityka{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.zamknij-polityka button{
    background-color: transparent;
    border: 0px none transparent;
    color: white;
    cursor: pointer;
    background-image: url(../grafika/close-polityka.png);
    background-repeat: no-repeat;
    background-size: contain;
    filter: invert(200%) brightness(200%);
    width: 40px;
    height: 40px;
    padding: 0px;
    margin-bottom:20px;
    transition: 0.2s;
}

.zamknij-polityka button:hover{
    scale: 1.1;
}

/* Responsywna */

    @media all and (min-width: 0px) and (max-width: 639px) 
    {
        .zamknij-polityka{
            width: max-content!important;
            justify-content: center!important;
        }
        .polityka-prywatnosci-tresc
        {
            /* padding: 64px 24px 0 24px; */
        }

        .polityka-tresc{
            width: 90vw!important;
            max-height: 41%;
        }

        .polityka-mapa
        {
            margin-bottom: 24px;
        }

        .stopka-intermedia
        {
            flex-direction: column;
            align-items: center;
            gap: 0!important;
        }

        .stopka-intermedia span:first-child::after
        {
            display: none;
        }

        .stopka-dol
        {
            justify-content: center!important;
        }

        footer .stopka-tresc-tytul
        {
            text-align: center;
            padding: 0 24px;
        }

        .maska-stopka
        {
            background-size: 198%;
            margin-top: -17px;
        }

        footer .stopka-tresc-tlo
        {
            height: auto;
            padding: 64px 0px;
        }

        footer .stopka-tresc-tresc p
        {
            margin-top: 16px;
        }

        footer .wiersz:nth-child(2) p
        {
            width: 100%!important;
            padding: 0 24px;
        }

        footer .wiersz:nth-child(2) p
        {
            margin-left: 0!important;
            padding-left: 104px;
        }

        footer .wiersz:first-child p:nth-child(2)
        {
            padding: 0 24px;
        }

        footer .wiersz:nth-child(2) p::before
        {
            left: 24px;
        }

        .nasze-projekty-tlo
        {
            padding-bottom: 12px;
        }
    }

    @media all and (min-width: 640px) and (max-width: 1023px)
    {
        .zamknij-polityka{
            width: max-content!important;
            justify-content: center!important;
        }
        .maska-stopka
        {
            background-size: 205%;
        }

        footer .stopka-tresc-tytul
        {
            text-align: center;
        }

        footer .wiersz:first-child p:nth-child(2)
        {
            padding: 0 24px;
        }

        footer .wiersz:nth-child(2)
        {
            flex-direction: column;
        }

        footer .wiersz
        {
            gap: 48px;
            max-width: 88%;
        }

        footer .wiersz:nth-child(2) p
        {
            margin-left: 0!important;
        }

        footer .stopka-tresc-tlo
        {
            padding: 32px 0;
        }
    }

/**/