#_desktop_logo {
    flex: 350px 0 0;
}

#header .logo {
    max-width: 340px;
    max-height: 120px;
    width: auto;
    height: auto;
}

#header .fixed-menu .logo {
    max-width: 260px;
    max-height: 90px;
    width: auto;
    height: auto;
}

#header #_mobile_logo svg {
    max-width: 300px;
}

#header #_desktop_logo svg,
#footer #_desktop_logo svg {
    max-width: 100%;
}

#header .vertical-center {
    min-height: 130px;
}

@media (max-width: 991px) {
    #header .logo {
        width: auto;
        max-width: 220px;
        max-height: 80px;
    }

    #header .header-nav.tablet-h .top-logo a img {
        max-width: 220px;
        max-height: 70px;
        width: auto;
        height: auto;
    }
}

@media (max-width: 480px) {
    #header .header-nav.tablet-h .top-logo a img {
        max-width: 180px;
        max-height: 60px;
        width: auto;
        height: auto;
    }
}