:root{
    scroll-padding-top: 100px;
    scroll-behavior: smooth;
}

header{
    height: 142px;
    display: flex;
    align-items: center;
}
.naglowek{
    display: flex;
    align-items: center!important;
    height: 142px;
    padding: 0 72px 0px 72px;
    transition: 0.2s;
    background-color: white;
}
.naglowek .menu-gora-1-poziom > li > a:hover, .naglowek .menu-gora-1-poziom > li > button:hover{
    color: #929c1b;
}
.naglowek > div{
    height: 100%;
    display: flex;
    align-items: center;
    gap: 48px;
}
.naglowek-prawy{
    gap: 30px!important;
}
.telefon-tresc a{
    color: white;
    text-decoration-color: transparent;
}
.logo img{
    width: 194px;
    height: 150px;
}
.menu-lang{
    display: flex;
    gap: 1vw;
}

/* Responsywność */
.sticky .logo img{
    /* width: 10vw;
    height: calc(1/2 * 10vw); */
    position: absolute;
    opacity: 0;
}
.sticky .logo{
    background-image: url(../grafika/logo-scroll.svg);
    width: 66px;
    height: 45px;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.logo:hover img{
    /* filter: brightness(0) saturate(100%) invert(69%) sepia(90%) saturate(401%) hue-rotate(18deg) brightness(84%) contrast(92%); */
}
.telefon-mobilne{
    display: none;
}
.telefon.desktop{
    display: block;
}