.not-login-user.newmain--body #header-wrap {
    height: auto;
    padding: 0;
    background: #ffffff;
    border-bottom: 1px solid rgba(128, 128, 128, 0.381);
}

.not-login-user.newmain--body #header {
    /* width: 100%;
    max-width: 1400px; */
    min-height: 76px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    gap: clamp(12px, 1.5vw, 24px);
    border: 0;
    border-radius: 0;
    background: #ffffff;
    box-sizing: border-box;
}

#logo-wrap {
   display: none; 
}


/* 
.not-login-user.newmain--body #logo-wrap {
    width: auto;
    height: auto;
    margin: 0;
    flex: 0 0 auto;
}

.not-login-user.newmain--body #logo-wrap:hover {
    background: transparent;
} */

.not-login-user-logo {
    display: block;
    width: 221px;
    height: 48px;
    margin: 0;
    background-image: url(../i/header-guest/logo.svg);
    background-repeat: no-repeat;

}

.guest-header-seo {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    /* min-width: 1400px; */
    display: flex;
    align-items: center;
    gap: clamp(12px, 1.5vw, 24px);
}

.guest-header-seo__nav {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(2px, 0.7vw, 10px);
    flex-wrap: nowrap;
    overflow: hidden;
}

.guest-header-seo__link {
    float: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 1 auto;
    min-width: 0;
    gap: clamp(6px, 0.7vw, 10px);
    margin: 0;
    padding: clamp(8px, 0.7vw, 10px) clamp(8px, 0.8vw, 12px);
    border-radius: 12px;
    color: #000000;
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 22px;
    letter-spacing: 0;
    white-space: nowrap;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
}

.guest-header-seo__link:before {
    content: "";
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    box-sizing: border-box;
}

.guest-header-seo__link:hover,
.guest-header-seo__link:focus {
    text-decoration: none;
    color: #000000;
    background: #eff6ff;
}

.guest-header-seo__link--news {
    color: #000000;
}

.guest-header-seo__link--news:before {
    background-image: url(../i/header-guest/feed.svg);
}

.guest-header-seo__link--dating {
    color: #000000;
}

.guest-header-seo__link--dating:before {
    background-image: url(../i/header-guest/acquaintances.svg);
}

.guest-header-seo__link--games {
    color: #000000;
}

.guest-header-seo__link--games:before {
    background-image: url(../i/header-guest/games.svg);
}

.guest-header-seo__link--video {
    color: #000000;
}

.guest-header-seo__link--video:before {
    background-image: url(../i/header-guest/video.svg);
}

.guest-header-seo__link--meeting {
    color: #000000;
}

.guest-header-seo__link--meeting:before {
    background-image: url(../i/header-guest/meet.svg);
}

.guest-header-seo__actions {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: clamp(8px, 0.7vw, 10px);
    margin-left: auto;
}

.guest-header-seo__button {
    float: none;
    position: static;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: clamp(8px, 0.8vw, 11px) clamp(12px, 1vw, 18px);
    border-radius: clamp(12px, 1vw, 14px);
    border: 1px solid #1677ff;
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 22px;
    letter-spacing: 0;
    white-space: nowrap;
    text-align: center;
    box-sizing: border-box;
}

.guest-header-seo__button.h {
    display: none;
}

.guest-header-seo__actions a {
    text-decoration: none;
}

.guest-header-seo__button--ghost {
    background: #ffffff;
    color: #1677ff;
    border-color: #cfe8fa;
}

.guest-header-seo__button--primary {
    background: #0557ef;
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(22, 119, 255, 0.18);
}

.guest-header-seo__button--ghost:hover,
.guest-header-seo__button--ghost:focus {
    background: #eff6ff;
    color: #0f5fe8;
    text-decoration: none;
}

.guest-header-seo__button--primary:hover,
.guest-header-seo__button--primary:focus {
    background: #0f5fe8;
    border-color: #0f5fe8;
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 980px) {
    .not-login-user.newmain--body #header {
        min-width: 0;
        padding: 14px 18px;
        align-items: flex-start;
    }

    .guest-header-seo {
        flex-wrap: wrap;
    }

    .guest-header-seo__nav {
        order: 3;
        flex: 1 1 100%;
        flex-wrap: wrap;
        overflow: visible;
    }
}

@media (max-width: 640px) {
    .not-login-user.newmain--body #header {
        flex-wrap: wrap;
    }

    .guest-header-seo {
        width: 100%;
    }

    .guest-header-seo__actions {
        width: 100%;
        flex-wrap: wrap;
        justify-content: stretch;
        margin-left: 0;
    }
    .guest-header-seo__button {
        flex: 1 1 180px;
        text-align: center;
        justify-content: center;
    }
}


