#header
{
    display: table;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px 5px;
    z-index: 999999 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#header > div
{
    display: table-cell;
    vertical-align: middle;
}
h1.header_contacts_and_searchm{
         text-align: right;
    font: 400 24px/28px 'Source Sans Pro', sans-serif;
    color: #4ca454;
    white-space: nowrap;
    display: inline-block;
    margin-bottom: 0;
}
.is-sticky #header
{
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
}

#header_logo
{
    width: 25%;
    text-align: center;
}

#header_logo img
{
    width: 100%;
    height: auto;
}

#header_logo p
{
    margin: 0;
}

#header_contacts_and_search
{
    width: 320px;
    padding: 10px 0;
    text-align: right;
    font: 400 24px/28px 'Source Sans Pro', sans-serif;
    color: #4ca454;
    white-space: nowrap;
}

#header_contacts_and_search p
{
    margin: 0;
}

@media (max-width: 1100px)
{
    #header_logo
    {
        width: 225px;
        text-align: center;
    }

    #header_menu .block-content > ul.menu
    {
        white-space: normal !important;
    }

    #header_menu .block-content > ul.menu > li > a
    {
        padding: 5px 10px !important;
    }
}


@media (max-width: 600px)
{
    #header,
    #header > div
    {
        display: block;
    }

    #header_logo
    {
        float: none;
        width: auto !important;
        text-align: center;
        padding-top: 10px;
    }

    #header_logo p,
    #header_logo img
    {
       display: none;
    }

    #header_contacts
    {
        line-height: 1.3;
        text-align: center;
    }

    #header_contacts a
    {
        white-space: nowrap;
    }

    #header_contacts_and_search
    {
        float: none;
        max-width: 100%;
        margin: 0 auto;
        white-space: normal;
    }
}