.naglowek{
    background-color: white;
    padding-bottom: 56px;
}
.start-0 .naglowek{
    padding-bottom: 0px;
}
.naglowek-kontener{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    height: 112px;
}
.naglowek-prawa-strona{
    display: flex;
    gap: 32px;
    align-items: center;
}

/* Logo */
.logo a{
    text-decoration-color: transparent;
    font-size: 38px;
    line-height: 20px;
    color: #585858;
    display: flex;
    align-items: center;
    gap: 8px;
    max-height: 112px;
    position: relative;
    z-index: 2;
    font-style: italic;
}
.logo a:hover span{
    opacity: 0.6;
}
.logo a span:nth-child(2){
    color: #3c7407;
}
.logo a img{
    height: max-content;
    margin-right: 32px;
    position: relative;
    z-index: 2;
    top: 28px;
}
/**/

/* Mobilka */
@media all and (min-width: 1024px) and (max-width: 1279px){
    .logo a{
        font-size: 24px;
    }
}