nav.nawigacja-start-tlo
{
    position: fixed;
    right: 24px;
    top: 40vh;
    z-index: 999;
}

nav.nawigacja-start-tlo ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

nav.nawigacja-start-tlo ul li
{
    display: flex;
    justify-content: center;
}

nav.nawigacja-start-tlo ul li a 
{
    width: 9.26px;
    height: 9.26px;
    display: block;
    background-color: #A5A5A5;
    border-radius: 50%;
    opacity: 0.3;
    transition: 0.4s;
}

nav.nawigacja-start-tlo ul li a:hover 
{
    width: 15.26px;
    height: 15.26px;
    margin-top: -4px;
    margin-bottom: -2px;
}

/* li aktywna */

    nav.nawigacja-start-tlo ul li.liActive a
    {
        background-color: #DFDFDF;
        opacity: 1;
        width: 15.26px;
        height: 15.26px;
    }

/**/

/* Responsywna */

    @media all and (min-width: 1024px) and (max-width: 1280px)
    {
        header 
        {
            width: 100%;
        }
    }

/**/