.site-title .logo{
    color: transparent;
    background: url(../../../images/layout01-2/en/common/logo.png) 50% 50%  no-repeat;
    background-size: contain;
    width: 217px;
    height: 78px;
}
.site-title {
    padding: 57px 0 44px;
}
.header-fixed .site-title .logo {
    height: 50px;
    width: 139px;
}
.site-nav .menu>li>a{
    padding: 0px 15px;
    text-transform: uppercase;
}
@media screen and (max-width: 1280px){
    .site-title .logo{
        width: 189px;
    }
}
@media screen and (max-width: 1250px){
    .site-title .logo{
        width: 189px;
        height: 68px;
    }
    .site-title {
        padding: 25px 0;
    }
}
@media screen and (max-width: 1000px){
    .site-title .logo, .header-fixed .site-title .logo{
        width: 139px;
        height: 50px;
    }
}