.header-logo, .footer__logo {
    position: relative;
}

.header-logo a::before, .footer__logo a::before {
    content: url("/local/templates/gvozdevsoft_hotelgs_s1/new-years-2026/img/head_new.png");
    position: absolute;
    top: -13px;
    left: -8px;
    width: 40px;
    height: 40px;
    display: block;
    object-fit: contain;
    z-index: 10;
    transform: scaleX(-1);
}

@media (max-width: 991px) {
    .header-logo a::before {
        top: -13px;
        left: -8px;
    }
}

@media (max-width: 767px) {
    .footer__logo {
        width: max-content;
    }

    .footer__top .col-lg{
        display: flex;
        flex-direction: column;
        align-items: center; 
    }
}