.site-title .logo {
    color: transparent;
    background: url(../../../images/layout06-5/en/logo.webp) 50% 50% no-repeat;
    background-size: contain;
    width: 358px;
    height: 65px;
    transition: all .3s ease;
}
.site-nav .menu li {
    width: auto;
}
@media screen and (max-width: 1000px) {
    .site-title .logo, .header-fixed .site-title .logo {
        width: 290px;
        height: 53px;
    }
}