/*header*/
#header
{
    position: relative;

    padding: 0 0 20px 0;

    background: #0068b7;
}
#header .container
{
    position: relative;
}
#header .logo {
    margin-right: 275px;
}
@media (max-width: 767px)
{
    #header
    {
        position: relative;

        padding: 0 0 20px 0;

        background: #fff;
    }
    .m-lg
    {
        margin: 20px 0 0 0!important;
    }
    .js-search-btn-open
    {
        display: none!important;
    }
}
