

/* Start:/bitrix/templates/empty/components/bitrix/news/brands/bitrix/news.detail/.default/style.css?1761310081714*/
.brand-name {
    color: rgba(67, 101, 175, 1);
    font-size: var(--s22);
    font-weight: 700;

    margin-bottom: 1rem;
}
.brand__main-block {
    display: flex;
    gap: 5rem;

    border: 1px solid rgba(226, 226, 226, 1);
    border-radius: 1rem;
    padding: 2rem 3rem;

    min-height: 280px;
}
.brand__main-block .brand__img {
    width: 20%;
    flex-shrink: 0;

    display: flex;
    justify-content: center;
    align-items: center;
}
.brand__img img {
    width: 100%;
}
.brand__main-block .brand-description {
    flex: 1;
}
.brand-description {
    font-size: var(--s13);
    font-weight: 400;
}
.brand-description > p {
    font-size: var(--s18);
    font-weight: 500;

    margin-bottom: 1.2rem;
}
/* End */


/* Start:/bitrix/templates/empty/components/bitrix/news.list/brand_products/style.css?1761994970134*/
.brand-products__wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.8rem;
    align-items: stretch;
}

/* End */
/* /bitrix/templates/empty/components/bitrix/news/brands/bitrix/news.detail/.default/style.css?1761310081714 */
/* /bitrix/templates/empty/components/bitrix/news.list/brand_products/style.css?1761994970134 */
