

/* Start:/local/templates/.default/components/bitrix/news.list/brand-about-bj-table/style.css?17595893561495*/
.brand__table--wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 125px;
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
}
.brand__table--wrapper.active {
    height: 100%;
}
.brand__table--item {
    flex: 0 0 calc(100%/6 - 11px);
    margin: 20px 5px;
    text-align: center;
    height: 85px;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center; 
    border-right: 1px solid #bfc4c8;
}
.brand__table--item img {
    max-width: calc(100% - 70px);
}
.show_more_brands {
    display: block;
    max-width: 200px;
    text-align: center;
    margin: 20px auto 0;
    padding: 10px 0;
    border: 1px solid #243746;
    text-transform: uppercase;
}
.show_more_brands:hover {
    opacity: 0.7;
}
.brand__table--wrapper > div {
    width: 100%;
    padding-left: 20px;
}
@media (min-width: 1401px) {
    .brand__table--item:nth-child(6n) {
        border-right: none;
    }    
}
@media (max-width: 1400px) {
    .brand__table--item {
        flex: 0 0 calc(100%/4 - 11px);
    }    
    .brand__table--item:nth-child(4n) {
        border-right: none;
    }
}
@media (max-width: 767px) {
    .brand__table--item {
        flex: 0 0 calc(100%/2 - 11px);
    }    
    .brand__table--item:nth-child(2n) {
        border-right: none;
    }
    .brand__table--wrapper > div {
        width: 100%;
        padding-left: 0;
    }
    .brand__table--item img {
        max-width: calc(100% - 30px);
    }
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/brand-about-bj-table/style.css?17595893561495 */
