.site-title .logo {
   
    background: url(../../../images/layout06-5/en/logo.svg) 50% 50% no-repeat;
    background-size: contain;
    width: 300px;
    height: 60px;
   
}

.site-title {
    padding: 38px 0 20px;
}

.site-nav .menu li {
    position: relative;
    width: auto;
    margin: 0 5px;
}

@media screen and (max-width: 1280px){
    .site-title .logo {
        width: 245px;
    }
}

@media screen and (max-width: 1000px){
    .site-title .logo, .header-fixed .site-title .logo {
        width: 280px;
        height: 56px;
    }

    .site-title, .header-fixed .site-title {
        float: none;
        padding: 10px 0;
    }
}