/*меню в мобильном*/
.sidebar_fixed.menu_sidebar {
    left: -684px;
    width: 89vw;
    max-width: 684px;
}

.menu_sidebar .menu_mobile {
    display: none;
}

.menu_sidebar .top_header, .menu_sidebar .bottom_header {
    display: flex;
    flex-direction: column;
    justify-content: initial;
}
.form-search.fields_step .filed {
    margin: 0;
    width: 100%;
}
.menu_sidebar .sidebar_content .form-search.fields_step {
    order:1;
}
.menu_sidebar .sidebar_content .form-search__submit {
    background: url(/wa-apps/site/themes/softsale/img_body/icons_24.png?v=1) transparent;
    position: absolute;
    top: 12px;
    right: 20px;
    background-size: 90px;
    background-position: -23px 0px;
}
.menu_sidebar .sidebar_content .right_menu {
    order:2;
}
.menu_sidebar .sidebar_content .form-search {
    margin-top:29px;
    margin-bottom: 29px;
    display: block;
}
.menu_sidebar .sidebar_content {
    display: flex;
    justify-content: space-between;
}

.menu_sidebar .bottom_header {
    border-right: 1px solid #F1F3F7;
    padding: 34px 32px 65px;
    width: 58%;
    box-sizing: border-box;
}

.menu_sidebar .top_header {
    padding: 34px 54px;
    width: 42%;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5em;
}

.menu_sidebar .bottom_header a.selected:before, .menu_sidebar .top_header .left_menu a.selected:before, .menu_sidebar .bottom_header a.selected:after, .menu_sidebar .top_header .left_menu a.selected:after {
    content: none;
}

.menu_sidebar .sidebar_content {
    padding: 0;
}

.sidebar_content .submenu-inner, .sidebar_content .submenu a {
    border:none;
    box-shadow: none;
}
.menu_sidebar .bottom_header .left_menu li, .menu_sidebar .bottom_header .right_menu li {
    margin: 0;
    line-height: 76px;
}

.menu_sidebar .bottom_header .left_menu li.logo_menu {
    margin: 0;
    line-height: initial;
    margin-bottom: 36px;
}

.menu_sidebar .bottom_header a {
    font-size: 24px;
}

.menu_sidebar .bottom_header .right_menu {
    display: flex;
    justify-content: space-between;
}

.menu_sidebar .top_header ul li {
    margin-bottom: 2em;
}

.menu_sidebar .top_header ul li:last-child {
    margin-bottom: 0;
}

.menu_sidebar .top_header .left_menu {
    margin-bottom: 80px;
}

.menu_sidebar .phone a {
    display: block;
}

.menu_sidebar .phone span {
    font-size: 13px;
}

.menu_sidebar .cart-total {
    font-size: 16px;
}

@media (max-width: 640px) {

    .menu_sidebar .sidebar_content {
        display: block;
        justify-content: initial;
    }

    .menu_sidebar .bottom_header {
        width: 100%;
        padding: 24px 20px;
        border-right: none;
        border-bottom: 1px solid #F1F3F7;
    }

    .menu_sidebar .top_header {
        width: 100%;
        padding: 40px 20px 48px;
        font-size: 14px;
    }

    .sidebar_fixed.menu_sidebar {
        left: -280px;
        width: 280px;
        max-width: 280px;
    }
    .menu_sidebar .bottom_header a{
        font-size: 14px;
    }

    .menu_sidebar .bottom_header .left_menu li, .menu_sidebar .bottom_header .right_menu li{
        line-height: 56px;
    }
    .menu_sidebar .bottom_header .left_menu li.logo_menu{
        margin-bottom: 24px;
    }
    .menu_sidebar .top_header ul li {
        margin-bottom: 24px;
    }
    .menu_sidebar .top_header .left_menu{
        margin-bottom: 40px;
    }
}

/*!меню в мобильном*/