

/* Start:/local/templates/aspro_next/components/bitrix/catalog.section/catalog_block/style.css?1737803616806*/
.table .tr-img img{
    max-width: 100px;
}
.table .article{
    white-space: nowrap;
}
.tabs_section{
    margin-top: 30px;
}
.catalog{
    flex: 1 0 70%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
}
.cell {
    padding: 15px;
    flex: 0 0 calc( 25% - 30px );
    min-width: 300px;
    display: flex;
    flex-direction: row;
}
.cell_inside {
    flex: 1;
    padding: 15px;
    min-height: 140px;//Just in case you dont have enough content
}
.cell_inside img {
    max-width: 100%;
    max-height: 100%;
}
.cell_inside .image{
    text-align: center;
    height: 160px;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px){
    .cell {
        flex: 0 0 calc(100% - 30px);
        min-width: 0;
    }
}
/* End */
/* /local/templates/aspro_next/components/bitrix/catalog.section/catalog_block/style.css?1737803616806 */
