.site-title .logo{
    color: transparent;
    background: url(../../../images/layout01-2/en/logo.png) 50% 50%  no-repeat;
    background-size: contain;
    width: 353px;
    height: 51px;
    transition: all .3s ease;
}
.header-fixed .site-title .logo {
    height: 43px;
    width: 299px;
}
.site-nav .menu>li>a {
    letter-spacing: 0px;
}
.site-nav .menu li {
    text-transform: uppercase;
}
.news-sect .title,
.about-sect .title h2,
.products-sect .title h2,
.service-sect .title h2{
    text-transform: uppercase;
}
@media screen and (max-width: 1000px) {
    .site-title .logo, .header-fixed .site-title .logo {
        width: 332px;
        height: 48px;
    }
    .site-title {
    float: none;
    text-align: center;
    position: static;
    padding: 20px 0 20px 0px;
    }
}
@media screen and (max-width: 484px) {
    .site-title .logo, .header-fixed .site-title .logo {
        width: 278px;
        height: 40px;
    }
}
