
@media only screen and (max-width: 1024px) {
    .left-menu__mobile_hide {
        display: none!important;
    }
    .left-menu-col.need_scroll {
        overflow-y: visible;
        max-height: initial;
    }
    .left-menu-lvl2 {
        width: 100%;
    }
    .left-menu__item {
        padding: 10px 10px;
    }
    .left-menu__mobile_toggler .left-menu__link.left-menu__link_active {
        position: relative;
        display: inline;
    }
    .left-menu__mobile_toggler .left-menu__link.left-menu__link_active:after {
        position: absolute;
        content: '';
        display: block;
        font-family: icomoon!important;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #ff7d3b;
        content: "\e905";
        right: -18px;
        top: 50%;
        margin-top: -3px;
        font-size: 8px;
        -webkit-transition: all .4s cubic-bezier(.46, .84, .32, .94);
        transition: all .4s cubic-bezier(.46, .84, .32, .94);
    }
    .left-menu__mobile_toggler.open .left-menu__link.left-menu__link_active:after {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
}
