

/* Start:/local/templates/pervy/components/bitrix/news.list/brand-list/style.css?1785257362633*/
.hp-brands__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.hp-brands__item {
    flex: 0 1 180px;
    max-width: 180px;
}

@media (min-width: 992px) {
    .hp-brands__wrapper {
        margin: 32px 0 24px;
    }
}

@media (max-width: 991px) {
    .hp-brands__list {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        padding: 0 15px;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
    }

    .hp-brands__item {
        flex: 0 0 160px;
        scroll-snap-align: start;
    }
}

/* End */
/* /local/templates/pervy/components/bitrix/news.list/brand-list/style.css?1785257362633 */
