@media screen and (max-width:991px) {
    .sidebar-wrapper {
        display: none;
        position: absolute;
        right: 0;
        z-index: 2;
        touch-action: unset;
    }
    #content {
        padding: 10px 0 ;
        width: 100%;
        margin-right: 0 !important;
    }
    .search__input {
        display: none;
    }
    .content__top {
        margin-bottom: 20px;
    }
    .sidebar__toggler {
        display: block;
    }
}
