.naglowek{
    background-color: white;
}
.start-0 .naglowek{
    padding-bottom: 0px;
}
.naglowek-kontener{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0px;
    height: 128px;
}
.naglowek-prawa-strona{
    display: flex;
    gap: 32px;
    align-items: center;
}

/* Logo */
.logo a{
    text-decoration-color: transparent;
    font-size: 36px;
    line-height: 42px;
    font-family: "Caveat", serif;
    font-style: normal;
    font-weight: 700;
    color: #283d40;  
    display: flex;
    align-items: center;
    gap: 8px;
    max-height: 128px;
    position: relative;
    z-index: 2;
}
.logo a span:last-child{
    color: #283d40;
}
.logo a:hover span{
    opacity: 0.6;
}
.logo a span:nth-child(2){
    color: #283d40;
}
.logo a img{
    height: max-content;
    margin-right: 16px;
    position: relative;
    z-index: 2;
    top: 0px;
}
/**/

/* Mobilka */
@media all and (min-width: 1024px) and (max-width: 1279px){
    .logo a{
        font-size: 24px;
    }
}