@media screen and (max-width: 1024px) {
    #site-header .top-part.is_mobile .right-part .menu-main-menu-container > ul,
    #site-header .top-part.is_mobile .right-part .menu-main-menu-container .sub-menu {
        display: block;
        width: 100%;
    }

    #site-header .top-part.is_mobile .right-part .menu-main-menu-container ul li {
        display: block;
        width: 100%;
        height: auto;
        min-height: 50px;
        border-top: 1px solid #ebebeb;
    }

    #site-header .top-part.is_mobile .right-part .menu-main-menu-container .sub-menu {
        padding-left: 18px;
        margin: 0;
        clear: both;
    }

    #site-header .top-part.is_mobile .right-part .menu-main-menu-container .sub-menu li {
        border-top: 1px solid rgba(0, 0, 0, 0.06);
        min-height: 44px;
    }

    #site-header .top-part.is_mobile .right-part .menu-main-menu-container .sub-menu li a {
        padding: 12px 0;
        font-weight: 600;
    }

    #site-header .top-part.is_mobile .menu-item-has-children > a {
        position: relative;
        display: block;
        width: 100%;
        padding-right: 50px;
        cursor: pointer;
        line-height: 50px;
        box-sizing: border-box;
    }

    #site-header .top-part.is_mobile .menu-item-has-children > a::after {
        content: "+";
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 18px;
        line-height: 1;
        font-weight: 600;
        width: 20px;
        text-align: center;
    }

    #site-header .top-part.is_mobile .menu-item-has-children.submenu-open > a::after {
        content: "−";
    }

    #site-header .top-part.is_mobile .menu-item-has-children > .sub-menu {
        display: none;
    }

    #site-header .top-part.is_mobile .menu-item-has-children.submenu-open > .sub-menu {
        display: block;
    }

    #site-header .top-part.is_mobile .bottom-part .mobile-auth-wrapper {
        flex: 100%;
        max-width: 100%;
        margin-top: 8px;
    }

    #site-header .top-part.is_mobile .bottom-part .mobile-auth-row {
        display: flex;
        gap: 10px;
        width: 100%;
    }

    #site-header .top-part.is_mobile .bottom-part .mobile-auth-row-stack {
        flex-direction: column;
    }

    #site-header .top-part.is_mobile .bottom-part .mobile-auth-button,
    #site-header .top-part.is_mobile .bottom-part .mobile-auth-link {
        display: block;
        width: 100%;
        text-align: center;
        text-decoration: none;
        border-radius: 6px;
        padding: 12px 16px;
        font-weight: 600;
        transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
        box-sizing: border-box;
    }

    #site-header .top-part.is_mobile .bottom-part .mobile-auth-button.btn-login {
        background: transparent;
        color: #ffffff;
        border: 1px solid rgba(255, 255, 255, 0.7);
    }

    #site-header .top-part.is_mobile .bottom-part .mobile-auth-button.btn-signup {
        background: #ffffff;
        color: var(--BM-blue);
        border: 1px solid #ffffff;
    }

    #site-header .top-part.is_mobile .bottom-part .mobile-auth-link {
        color: #ffffff;
        border: 1px solid rgba(255, 255, 255, 0.25);
    }

    #site-header .top-part.is_mobile .bottom-part .user-block .mobile-auth-wrapper {
        margin-top: 12px;
    }

    #site-header .top-part.is_mobile .bottom-part .contact {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin-top: 0;
        line-height: 1.4;
    }

    #site-header .top-part.is_mobile .bottom-part .contact img {
        display: none;
    }

    #site-header .top-part.is_mobile .bottom-part .contact::before {
        content: "";
        width: 18px;
        height: 18px;
        flex: 0 0 18px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M4 6h16v12H4z'/><path d='m4 7 8 6 8-6'/></svg>");
    }

    @media screen and (max-width: 430px) {
        #site-header .top-part.is_mobile .menu-item-has-children > a {
            padding-right: 46px;
        }

        #site-header .top-part.is_mobile .menu-item-has-children > a::after {
            right: 10px;
            font-size: 16px;
            width: 18px;
        }
    }

}
@media screen and (max-width: 430px) {
    #site-header .top-part.is_mobile .menu-item-has-children > a::after {
        right: 35px;
        font-size: 16px;
        width: 18px;
    }
}


@media screen and (max-width: 1024px) {
    #site-header .top-part.is_mobile .menu-item-has-children > a::after {
        right: 35px;
    }
}


@media screen and (max-width: 1024px) {
    #bob {
        display: none !important;
    }
}
