

/* Start:/local/templates/uborka_v2/components/bitrix/news/brands/bitrix/news.list/.default/style.css?17824808301840*/
.brands-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10.5rem, 1fr));
    gap: 1.8rem;
}
.brand-item {
    min-width: 0;
    box-shadow: none;
    border-radius: .8rem;
    overflow: hidden;
}
.brand-item.hover-raise--md {
    box-shadow: none;
}
.brand-item .img__container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 5.5rem;
    padding: .5rem 1.5rem;
}
.brand-item .img__container img {
    display: block;
    max-width: 100%;
    max-height: 4.5rem;
    height: auto;
    object-fit: contain;
}
.brand-item p {
    font-size: var(--s12);
    font-weight: 400;
    text-align: center;
    width: 100%;
    min-height: 3.2rem;

    padding: 1rem;
    background: rgba(242, 242, 242, 1);
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: none;
}


.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);
}

@media (max-width: 760px) {
    .brands-info {
        padding: 1.25rem;
        margin-bottom: 2rem;
        border-radius: .75rem;
        line-height: 1.5;
    }

    .brands-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }

    .brand-item {
        border-radius: .75rem;
    }

    .brand-item .img__container {
        min-height: 5rem;
        padding: .75rem 1rem;
    }

    .brand-item p {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 3.5rem;
        padding: .75rem;
        line-height: 1.25;
    }
}

@media (max-width: 360px) {
    .brands-list {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* End */
/* /local/templates/uborka_v2/components/bitrix/news/brands/bitrix/news.list/.default/style.css?17824808301840 */
