.menu {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style-type: none;
}

.menu a {
    font-family: 'Apoc Revelations';
    font-size: 4vw;
    line-height: 4.4vw;
    color: #000000;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: -2px;
}

.menu.RU a {
    font-family: Arial;
}

.menu .active::before {
    border-bottom: 1px solid black;
    content: '';
    width: 98%;
    position: absolute;
    right: 1%;
    top: 50%;
}

.menu .active {
    position: relative;
    display: inline-block;
}

#mobile-search-container {
    display: none;
}

header.header-container {
    padding: 0 1.09vw;
    position: fixed;
    top: 0;
    width: calc(100% - 2.18vw);
    z-index: 99;
    /* background: #A7B29A; */
    background: #FFFFFF;
}

@media screen and (max-width: 1224px) {

    div#mobile-suggestions {
        position: relative;
        width: 100%;
        top: 0;
        border: none;
    }

    #mobile-search-container form {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #mobile-search-container input#key {
        position: relative;
        top: auto;
        margin-bottom: 8px;
        width: 70%;
    }

    #mobile-search-container.active {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        width: 100%;
        /* background: #A6B29E; */
        background: #FFFFFF;
        top: 0;
        z-index: 999;
        padding-bottom: 8px;
    }

    .menu {
        display: none;
    }

    header.header-container {
        width: 100%;
        padding: 0;
        border-bottom: 1px solid #000000;
        z-index: 9;
        position: fixed;
            /* background: #A7B29A; */
    background: #FFFFFF;
        top: 0;
    }

    .mobile-button, .az-container, .mobile-search {
        position: sticky;
        position: -webkit-sticky;
        top: 0;
    }

    #container {
        margin-top: 54px !important;
    }

    div#container.home {
        margin-top: 0 !important;
    }
}