

/* Start:/bitrix/templates/.default/components/bitrix/catalog.section.list/wheels_brands/style.css?15238734731424*/
.wh-brand-list__brand {
    display: block;
    float: left;
    width: calc(33% - 10px);
    margin-right: 15px;
    vertical-align: top;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 15px;
    /*height: 125px;*/
    box-shadow: 0 2px 2px #ddd;
}
#content_block .wh-brand-list__brand__link {
    font-size: 18px;
    color: #751A1B;
    display: block;
    padding: 10px;
    background-color: #f4f4f4;
}
.wh-brand-list__brand__models {
    list-style: none;
    padding: 0 10px;
    height: 51px;
    overflow: hidden;
}
.wh-brand-list__brand__models.open {
    height: auto;
}
.wh-brand-list__brand__read-more {
    display: block;
    height: 20px;
    text-align: right;
    padding: 0 10px;
    margin: 10px 0;
}
#content_block .wh-brand-list__brand__read-more__link {
    line-height: 20px;
    border-bottom: 1px dashed currentColor;
    color: #751A1B;
}
#content_block .wh-brand-list__brand__read-more__link:hover {
    text-decoration: none;
    opacity: 0.6;
}
@media(min-width: 701px) {
    .wh-brand-list__brand:nth-child(3n) {
        margin-right: 0;
    }
}
@media(max-width: 700px) {
    .wh-brand-list__brand {
        width: calc(50% - 5px);
        margin-right: 10px;
    }
    .wh-brand-list__brand:nth-child(2n) {
        margin-right: 0;
    }
    .wh-brand-list__brand:nth-child(3n)
}
@media(max-width: 500px) {
    .wh-brand-list__brand {
        width: 100%;
    }
}

/* End */
/* /bitrix/templates/.default/components/bitrix/catalog.section.list/wheels_brands/style.css?15238734731424 */
