.header {
    min-width: 360px;

}
.navbar {
    max-width: 1400px;
    margin: auto;
    padding: 0 10px;
}
.navbar-nav {
    background-color: #fff;
    border-left: 1px solid #b6b6b6;
    border-right: 1px solid #b6b6b6;
    border-bottom: 1px solid #b6b6b6;
}

.navbar-nav .nav-item a {
    height: 47px;
    line-height: 47px;
    padding: 0 25px;
    margin-bottom: 3px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}

.language-header {
    line-height: 30px;
}
.language-header .lg-button {
    text-decoration: none;
    padding: 0 3px;
    color: #000;
    font-weight: 500;
}
.language-header .lg-button.active {
    color: rgb(0 0 0 / 40%);
}
a.logo {
    width: 57px;
    height: 30px;
    background-image: url(/images/logo_m.png);
}
.phone_header:before {
    width: 30px;
    height: 30px;
    margin: 7px 0 5px -30px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
.phone_header {
    min-width: 140px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    line-height: 44px;
}

@media (min-width:576px){
    a.logo {
        width: 134px;
        height: 30px;
        float: left;
        margin: 10px 0 10px 20px;
        display: block;
        background-image: url(/images/logo.png);
        background-size: contain;
    }
    .language-header {
        width: 100px;
        display: flex;
        line-height: 60px;
    }
    .phone_header:before {
        width: 30px;
        height: 30px;
        margin: 7px 0 5px -30px;
        background-size: contain;
        background-position: 50%;
        background-repeat: no-repeat;
    }
    .phone_header {
        width: 105px;
        font-size: 14px;
        line-height: 44px;
        margin-right: 0 20px 0 30px;
    }
}
@media (min-width:992px) {
    .navbar-nav {
        border: none;
        margin: auto;
    }
    .navbar-nav .nav-item a {
        padding: 0 5px;
        font-size: 14px;
    }
    a.logo {
        width: 178px;
        height: 40px;
        float: left;
        margin: 10px 0 10px 20px;
        display: block;
        background-size:auto;
    }
    .language-header {
        width: 100px;
        display: flex;
        line-height: 60px;
    }
    .phone_header {
        width: 136px;
        line-height: 60px;
        font-weight: 600;
        float: right;
        margin: 0 20px 0 45px;
    }
    .phone_header:before {
        content: "";
        width: 30px;
        height: 38px;
        position: fixed;
        margin: 12px 0 0 -45px;
        display: block;
        background-image: url(/images/phone.png);
    }
}
@media (min-width:1200px) {

    .navbar-nav .nav-item a {
        padding: 0 20px;
        font-size: 16px;
    }
}
