#header #_fixed_logo svg,
#header #_fixed_logo .logo {
    max-width: 70px;
    max-height: 44px;
    width: 100%;
}
#header .logo {
    max-width: 84px;
    max-height: 50px;
    padding: 5px 0;
    margin-right: 10px;
}
#header #_desktop_logo a {
    font-size: 2rem;
    font-weight: 700;
    color: #E1001A;
}
#header #_mobile_logo svg,
#header #_desktop_logo svg,
#footer #_desktop_logo svg {
    max-width: 84px;
    max-height: 50px;
    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%;
    }
}