.strony
{
    margin: -32px auto 0 auto;
    position: relative;
}

.strony .menu-strony-1-poziom
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    width: 832px;
    margin: 0 auto;
}

.strony .menu-strony-1-poziom li 
{
    position: relative;
    border-left: 1px solid #454566;
    padding-left: 24px;
}

/* odejście */

    .strony .menu-strony-1-poziom li:first-child
    {
        transition: 0.6s;
    }

    .strony .menu-strony-1-poziom li:nth-child(2)
    {
        transition: 1.0s;
    }

    .strony .menu-strony-1-poziom li:nth-child(3)
    {
        transition: 1.4s;
    }

/**/

.strony .menu-strony-1-poziom li a 
{
    text-decoration-color: transparent;
    color: white;
    display: flex;
    flex-direction: column;
    transition: 0.3s;
    font-size: 18px;
}

/* Link zewn */

.strony .menu-strony-1-poziom li a[target="_blank"]::after{
    opacity: 0;
}

.strony .menu-strony-1-poziom li a:hover[target="_blank"]::after {
    content: url(../grafika/link_zewn.png);
    position: absolute;
    top: 8px;
    right: -64px;
    opacity: 0.8;
    filter: brightness(200%) invert(200%);
}

/**/

.strony .menu-strony-1-poziom li a span 
{
    margin-bottom: 8px;
}

.strony .menu-strony-1-poziom li a img 
{
    height: 46px;
    width: 100%;
    margin-bottom: 8px;
    object-fit: contain;
    object-position: left;
}

/* hover */

    .strony .menu-strony-1-poziom li a:hover 
    {
        opacity: 0.6;
    }

/**/

/* Responsywna */

    @media all and (min-width: 1024px) and (max-width: 1280px)
    {
        .menu-strony-1-poziom
        {
            max-width: 992px!important;
            margin-top: 64px!important;
        }
    }

/**/