
    .open-btn_mobile {
        width: 20px;
        flex-direction: column;
        gap: 4px;
        color: white;
        border: none;
        cursor: pointer;
        position: absolute;
    left: 15px;
    }
    
    @media (max-width: 992px) {
         body {
        overflow: auto !important;
    }
    
        .mobile-toggled .col-full-nav {
            display: none !important;
        }
        
        .mobile-toggled .mobile-overlay {
            display: none !important;
        }
    
    .mobile-toggled .mobile-menu.close-drawer {
        display: none !important;
    }
    
        body.sticky-m .site-header {
        position: sticky !important;
        z-index: 9 !important;
        top: 0 !important;
        box-shadow: 0 1px 15px rgba(0, 0, 0, 0.08) !important;
    }
    
    .open-btn_mobile .bar {
            border: 1px black solid;
            width: 25px !important;
            display: block;
    }
    }
    
   

    .overlay_mobile {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        z-index: 999;
    }

    .overlay_mobile.active_mobile {
        opacity: 1;
        visibility: visible;
    }

    .sidebar_mobile {
        position: fixed;
        top: 0;
        left: -320px;
        width: 320px;
        height: 100%;
        background: #fff;
        box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
        transition: 0.3s;
        z-index: 1000;
        display: flex;
        flex-direction: column;
    }

    .sidebar_mobile.active_mobile {
        left: 0;
    }

    .sidebar_mobile .tab_mobiles_mobile {
        display: flex;
        border-bottom: 1px solid #ddd;
    }

    .sidebar_mobile .tab_mobile {
        flex: 1;
        padding: 12px;
        text-align: center;
        cursor: pointer;
        background: #f7f7f7;
        border-bottom: 2px solid transparent;
        user-select: none;
        font-weight: 500;
    }

    .sidebar_mobile .tab_mobile.active_mobile {
        border-bottom-color: #0073e6;
        background: #fff;
    }

    .sidebar_mobile .tab_mobile-content {
        flex: 1;
        padding: 0;
        display: none;
        overflow-y: auto;
    }

    .sidebar_mobile .tab_mobile-content.active_mobile {
        display: block;
    }

    .sidebar_mobile .tab_mobile-content::-webkit-scrollbar {
        width: 10px;
    }

    .sidebar_mobile .tab_mobile-content::-webkit-scrollbar-thumb {
        background-color: #8b8b8b;
        border-radius: 6px;
    }

    .sidebar_mobile .tab_mobile-content::-webkit-scrollbar-track {
        background: #fcfcfc;
    }

    .sidebar_mobile ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    /* Для категорий с иконками */
    .sidebar_mobile .category-item_mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px 0px 0px 15px;
        border-bottom: 1px solid #eee;
        height: auto;
        min-height: 50px;
        box-sizing: border-box;
    }

    .sidebar_mobile .category-item_mobile a {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #333;
        flex: 1;
        font-size: 15px;
        font-weight: 400;
        height: 100%;
        word-break: break-word;
    }

    .sidebar_mobile .arrow-btn_mobile {
        background: none;
        border: none;
        font-size: 18px;
        cursor: pointer;
        color: #0073e6;
        user-select: none;
        padding: 0 6px;
        border-left: 1px solid #eee;
        height: 100%;
        display: block;
        width: 50px;
        height: 50px;
    }

    /* Подкатегории и меню — без иконок, просто пункты */
    .sidebar_mobile .item_mobile {
        padding: 0px 0px 0px 15px;
        border-bottom: 1px solid #eee;
        height: 50px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
    }

    .sidebar_mobile .item_mobile a {
        text-decoration: none;
        color: #333;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .sidebar_mobile .back-btn_mobile {
        background: none;
        border: none;
        font-size: 17px;
        cursor: pointer;
        user-select: none;
        padding: 0 6px;
        height: 100%;
        display: block;
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        padding: 0 !important;
        gap: 20px;
    }

    .sidebar_mobile .svg__cont {
        width: 50px;
        border-right: 1px solid #eee;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sidebar_mobile .back-btn_mobile svg {
        transform: rotate(180deg);
    }

    .sidebar_mobile .category-item_mobile__icon {
        width: 28px;
        margin-right: 10px;
    }

    .sidebar_mobile .subcategory-list_mobile {
        border-top: 1px solid #eee;
    }

    .sidebar_mobile .menu_mobile-list .menu_mobile-list,
    .submenu-mob {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .sidebar_mobile .menu_mobile-list .item_mobile {
        border-bottom: 1px solid #ddd;
    }

    .sidebar_mobile .menu_mobile-list .submenu-mob {
        display: none;
    }

    .sidebar_mobile .menu_mobile-list .submenu-mob-toggle-mob {
        background: none;
        border: none;
        cursor: pointer;
        margin-left: 5px;
        display: inline-flex;
        align-items: center;
    }

    .sidebar_mobile .menu_mobile-list .submenu-mob-toggle-mob {
        height: 50px;
        width: 50px;
        padding: 0;
    }

    .sidebar_mobile .menu_mobile-list .submenu-mob-toggle-mob .svg__cont {
        border: none;
        border-left: 1px solid #eee;
    }

    .sidebar_mobile .menu_mobile-list .submenu-mob-toggle-mob .svg__cont svg {
        transform: rotate(90deg);

    }

    .subcategories_mobile img {
        padding: 30px 0px 15px 15px;
    }


    .sidebar_mobile .submenu-mob-toggle-mob svg {
        transition: transform 0.3s ease;
    }

    /* Повернутая стрелка */
    .sidebar_mobile .submenu-mob-toggle-mob.open svg {
        transform: rotate(270deg) !important;
        /* поворачиваем на 180° относительно исходного */
    }

    @media screen and (max-width: 340px) {
        .sidebar_mobile {
            width: 80%;
        }
    }
