.intec-content .mb-content-left {
    width: 28%;
}

.intec-content .mb-content-right {
    margin-left: 30%;
}

.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item .bx-filter-container-modef {
    display: none;
}

@media all and (max-width: 720px) {
    .intec-content .mb-content-left {
        width: 100%;
        display: block;
    }

    .intec-content .mb-content-right {
        margin-left: 0;
    }
}

.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-items {
    border: none;
}

.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item {
    padding: 0 0 24px 0;
    border: none;
}

.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-content {
    padding: 0;
}

.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-header {
    padding: 0;
}

.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-content-wrapper {
    padding-top: 12px;
}

.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item[data-type=K] .catalog-smart-filter-item-values {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item[data-type=K] .catalog-smart-filter-item-value {
    padding: 5px 10px;
}

.ns-bitrix.c-menu.c-menu-vertical-1 .menu-items.mb-menu-items[data-expanded=true] {
    padding-bottom: 20px;
    display: flex;
    flex-direction: row;
}
@media (max-width: 800px) {
    .ns-bitrix.c-menu.c-menu-vertical-1 .menu-items.mb-menu-items[data-expanded=true] {
        flex-direction: column;
    }
}