#header_logo, #footer_logo {
    position: relative;
}

#header_logo a::before, #footer_logo a::before {
    content: url("/local/templates/gvozdevsoft_moda_s1_local/new-years-2026/img/head_new.png");
    position: absolute;
    top: -2px;
    left: 47px;
    width: 40px;
    height: 40px;
    display: block;
    object-fit: contain;
    z-index: 10;
}

@media (max-width: 991px) and (min-width: 767px) {
    #header_logo a::before, #footer_logo a::before {
        top: -5px;
        left: 43px;
    }
}

@media (max-width: 767px) {
    #footer_logo, #header_logo {
        padding-top: 10px;
    }

    #header_logo a::before, #footer_logo a::before {
        top: 6px;
    }

    #footer_logo img {
        width: 100%;
    }
    #footer_top_main .kontakty {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}