

/* Start:/bitrix/templates/empty/components/bitrix/news/brands/bitrix/news.list/.default/style.css?1761310328793*/
.brands-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.8rem;
}
.brand-item {
    box-shadow: none;
    border-radius: .8rem;
    overflow: hidden;
}
.brand-item.hover-raise--md {
    box-shadow: none;
}
.brand-item .img__container {
    padding: .5rem 1.5rem;
}
.brand-item .img__container img {
    height: auto;
}
.brand-item p {
    font-size: var(--s12);
    font-weight: 400;
    text-align: center;
    width: 100%;

    padding: 1rem;
    background: rgba(242, 242, 242, 1);
}


.brands-info {
    padding: 1.7rem 2.4rem;
    margin-bottom: 4rem;

    font-size: var(--s13);
    font-weight: 400;

    border: 1px solid rgba(219, 219, 219, 1);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 1);
    color: var(--cl-greenish-wet-asphalt);
}
/* End */
/* /bitrix/templates/empty/components/bitrix/news/brands/bitrix/news.list/.default/style.css?1761310328793 */
