#header .logo {
    max-width: 155px;
    max-height: 50px;
    padding: 0;
}
#header .fixed-menu .logo {
    max-height: 40px;
}
#_fixed_logo .logo {
    max-width: 155px;
    max-height: 50px;
}
#_fixed_logo svg {
    max-width: 155px;
    max-height: 50px;
  	width: 100%;
}
#header #_mobile_logo svg {
    max-width: 155px;
    max-height: 50px;
  	width: 100%;
}
#header #_desktop_logo svg {
    max-width: 155px;
    max-height: 50px;
  	width: 100%;
}
#_footer_logo .logo,
#_footer_logo svg {
    max-width: 231px;
    max-height: 52px;
    height: auto;
}
#_footer_logo svg path {
	fill: #fff;
}
#footer .logo-main,
#header .logo-footer {
	display: none!important;
}
@media (max-width: 991px) {
    #header .logo {
        width: auto
    }
    #header .header-nav.tablet-h .top-logo a img {
        max-height: 45px;
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    #header .header-nav .top-logo a img {
        max-height: 45px;
        max-width: 100%
    }
}