

/* Start:/local/templates/.default/components/bitrix/news/brands/style.css?1755516624177*/
.brands-description p {
    margin-bottom: 3rem;
    margin-top: 0;
    font-size: 1.4rem;
    color: #000;
}

.brands-description li {
    font-size: 1.4rem;
    color: #000;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news/brands/bitrix/news.list/brands/style.css?17555166241578*/
.brands__alphabet {
    display: flex;
    justify-content: center;

    max-width: 1130px;
    padding: 20px;
    margin-bottom: 3rem;

    background-color: #FFFFFF;
    box-shadow: 0px 6px 20px rgb(0 0 0 / 10%);
    border-radius: 5px;
}

.brands__alphabet-list {
    display: flex;
    align-items: center;
    overflow-x: auto;
}

.brands__alphabet-list:not(:last-child) {
    border-right: 1px solid #dcdcdc;
    padding-right: 20px;
    margin-right: 20px;
}

.brands__alphabet-link {
    text-transform: uppercase;
    min-width: 10px;
    margin-right: 7px;
    text-align: center;
}

.brands__alphabet-link:last-child {
    margin-right: 0;
}

.brands__alphabet-link:not(.is-active) {
    pointer-events: none;
    color: #a0a0a0;
}

.brands__wrapper{
    flex-direction: column;
}

@media screen and (max-width: 1130px) {
    .brands__alphabet-link {
        min-width: unset;
        margin-right: 10px;
    }

    .brands__alphabet {
        flex-wrap: wrap;
        justify-content: flex-start;
        max-width: none;
        width: min-content;

        position: relative;
    }

    .brands__alphabet:before {
        content: '';
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        width: calc(100% - 40px);
        background-color: #dcdcdc;
        height: 1px;
    }

    .brands__alphabet-list:not(:last-child) {
        border-right: none;
        margin: 0 0 10px;
        padding: 0 0 10px;
    }
}

@media screen and (max-width: 768px) {
    .brands__alphabet {
        width: 100%;
    }
}

/* End */
/* /local/templates/.default/components/bitrix/news/brands/style.css?1755516624177 */
/* /local/templates/.default/components/bitrix/news/brands/bitrix/news.list/brands/style.css?17555166241578 */
