.gh-head {
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,.08);
}

.gh-head-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
}

.gh-head-logo {
    color: #000 !important;
    font-weight: 900;
    letter-spacing: -2px;
}

.gh-head-menu {
    overflow: visible !important;
}

.gh-head-menu .nav a {
    color: #000 !important;
    font-size: 15px;
    font-weight: 650;
}

.gh-head-actions {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
}

.gh-search,
.gh-head-members {
    display: none !important;
}

.ew-client-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 18px;
    border-radius: 999px;
    background: #000;
    color: #fff !important;
    border: 1px solid #000;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.ew-client-btn::before {
    content: "↗";
    margin-right: 8px;
}

.ew-client-btn:hover {
    background: #222;
    border-color: #222;
    color: #fff !important;
}

/* 
.gh-head-menu,
.gh-head-menu .nav,
.gh-head-menu .nav li {
    overflow: visible !important;
}

/* Мобильная версия */
@media (max-width: 900px) {
    .gh-head-inner {
        padding: 0 20px;
    }

    .gh-head-actions {
        display: none !important;
    }

    .gh-head-logo {
        font-size: 32px;
    }
}