#header .logo {
    max-width: 120px;
    max-height: 47px;
    padding: 0;
}
#_fixed_logo svg,
#header #_mobile_logo svg,
#header #_desktop_logo svg,
#footer #_desktop_logo svg {
    max-width: 93px;
    max-height: 41px;
    width: 100%;
}
@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%
    }
}

// custom header
#header .header-top-wrapper {
    min-height: 70px;
}
#amegamenu.fixed-menu #_fixed_logo {
    height: 70px;
}
#amegamenu.fixed-menu .anav-top {
    display: flex;
    align-items: center;
    height: 70px;
}
.fixed-menu-right {
    height: 70px;
}