

/* Start:/local/templates/index/components/bitrix/news/new_brands/bitrix/news.detail/.default/style.css?17847066053449*/
.brand-detail {
    width: 100%;
}

.brand-detail__logo {
    display: flex;
    min-height: 140px;
    margin: 10px 0 32px;
    align-items: center;
    justify-content: center;
}

.brand-detail__logo img {
    display: block;
    max-width: 420px;
    max-height: 150px;
    width: auto;
    height: auto;
}

.brand-categories {
    margin-bottom: 42px;
}

.brand-categories h2,
.brand-products__toolbar h2 {
    margin: 0;
    color: #333;
    font-size: 24px;
    line-height: 1.25;
}

.brand-categories__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.brand-category-button {
    display: inline-flex;
    min-height: 40px;
    padding: 9px 14px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    background: #fbfbfb;
    color: #333;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

.brand-category-button:hover,
.brand-category-button.is-active {
    border-color: #25c7bd;
    background: #ecf8f7;
    color: #159d95;
    text-decoration: none;
}

.brand-category-button span {
    color: #999;
    font-size: 12px;
    font-weight: 500;
}

.brand-products__toolbar {
    display: flex;
    margin-bottom: 24px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand-products__actions {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.brand-products__sort {
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: #777;
    font-size: 12px;
}

.brand-products__sort select {
    min-width: 210px;
    height: 42px;
    padding: 0 38px 0 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    color: #333;
    font: inherit;
    font-size: 14px;
    cursor: pointer;
}

.brand-products__layout {
    width: 100%;
}

.brand-products__list {
    min-width: 0;
}

.brand-products__list .catalogBlock,
.brand-products__list .catalogSection {
    width: 100%;
}

.brand-products__list .catalogSection {
    margin-top: 0;
}

.brand-products__list .narString {
    display: none;
}

.brand-detail__description {
    margin: 48px 0 30px;
    color: #444;
    font-size: 16px;
    line-height: 1.6;
}

.brand-detail__notice {
    margin: 24px 0 40px;
    padding: 18px 20px;
    border: 1px solid #f0d58c;
    border-radius: 6px;
    background: #fff9e8;
    color: #6b561e;
}

@media (max-width: 767px) {
    .brand-detail__logo {
        margin-bottom: 24px;
    }

    .brand-detail__logo img {
        max-width: 220px;
        max-height: 90px;
    }

    .brand-categories {
        margin-bottom: 32px;
    }

    .brand-categories h2,
    .brand-products__toolbar h2 {
        font-size: 20px;
    }

    .brand-products__toolbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .brand-products__actions,
    .brand-products__sort {
        width: 100%;
    }

    .brand-products__sort select {
        min-width: 0;
        width: 100%;
    }

    .brand-products__list .catalogSection .catalogItem {
        width: calc(50% - 20px) !important;
    }
}

@media (max-width: 540px) {
    .brand-category-button {
        width: 100%;
        justify-content: space-between;
    }

    .brand-products__list .catalogSection .catalogItem {
        width: 100% !important;
    }
}

/* End */


/* Start:/local/templates/index/components/bitrix/catalog.section/catalog_brends/style.css?1757617156876*/
.catalogSection .catalogItem {
    width: calc(25% - 20px);
}

.moreBtn button {
    width: 100%;
    background: #FBFBFB;
    border-radius: 4px;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    letter-spacing: 0.03em;
    padding: 16px;
    color: #25C7BD;
    border: none;
    position: relative;
}

.moreBtn button:hover {
    background: #ECF8F7;
    color: #25C7BD;
}

.moreBtn button svg {
    margin-right: 10px;
}

.moreBtn {
    margin-bottom: 50px;
}

@media (max-width: 1280px) {
    .catalogSection .catalogItem {
        width: calc(33.33% - 20px);
    }
}
@media (max-width: 767px) {
    .catalogSection .catalogItem {
        width: 280px;
    }
}

@media (max-width: 640px) {
    .catalogSection .catalogItem {
        width: 240px;
    }
}
/* End */
/* /local/templates/index/components/bitrix/news/new_brands/bitrix/news.detail/.default/style.css?17847066053449 */
/* /local/templates/index/components/bitrix/catalog.section/catalog_brends/style.css?1757617156876 */
