#header .logo {
        max-width: 100%;
    max-height: 60px;
    padding: 5px 0;
}
#header #_mobile_logo svg {
max-height: 50px;
}
#header .fixed-menu #_desktop_logo svg,
#header .fixed-menu #_desktop_logo .logo {
max-width: 40px;
    max-height: 40px;
}

#header .fixed-menu #_desktop_logo svg image {
width: 100%;
}
#header #_desktop_logo svg {
    max-width: 176px;
    width: 100%;
}
#header #_mobile_logo svg,
#footer #_desktop_logo svg {
    max-width: 100%;
    width: 100%;
}
#footer #_desktop_logo img {
max-width: 100%;
max-height: 100px;
}
@media (max-width: 991px) {
    #header .logo {
        width: auto
    }
    #header .header-nav.tablet-h .top-logo a img {
        max-height: 50px;
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    #header .header-nav .top-logo a img {
        max-height: 50px;
        max-width: 100%
    }
}
@media (max-width: 580px) {
    #header .header-nav.tablet-h .top-logo {
        width: 50px;
        margin-left: 0;
    }
}