

/* Start:/local/templates/prom-tech/components/bitrix/catalog.section.list/new/style.css?1766415611976*/
.catalog_section_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.catalog_section_list-item {
    width: 31%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 30px 20px 30px;
    margin-bottom: 40px;
    border: solid 1px #eee;
}
.catalog_section_list-item img{
    width: 85%;
    height: auto;
}
.catalog_section_list-item a{
    text-align: center;
}
@media (max-width: 992px) {
    .catalog_section_list-item {
        width: 48%;
    }
}
@media (max-width: 768px) {
    .catalog_section_list-item {
        width: 100%;
    }
}

.empty-picture {
    background-image: url(/local/templates/prom-tech/img/mainlogo.png) !important;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-color: rgba(0, 134, 137, 0.75) !important;
}
/* End */
/* /local/templates/prom-tech/components/bitrix/catalog.section.list/new/style.css?1766415611976 */
