/*
 * Header
 */
.headerWrap {
    position: relative;
    background: @dark_color;
    z-index: 5000;

    header {
        .wrapperWidth;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;

        @media @tablet, @mobile {
            padding: 0 @margin;
        }

        .logo {
            padding: @margin 0;
            line-height: 1;
        }
    }
}
