.linkList .active {
    background: var(--Black-100, #26292C) !important;
    color: white !important;
}

.js-toogle {
    transition: .3s;
}

.brand_cloud {
    margin: 0 -16px;
    padding: 0 16px 0 16px;
}

.brand_cloud::-webkit-scrollbar {
    -ms-overflow-style: none;  /* IE и Edge */
    scrollbar-width: none;  /* Firefox */
    display: none;
}