

/* Start:/bitrix/templates/aspro-scorp/components/bitrix/news.list/catalog_table_no_description/style.css?17812548083356*/
.catalog.item-views .item .image {
    position: relative;
}

.catalog.item-views .product-badge {
    position: absolute;
    top: 8px;
    z-index: 2;
    padding: 4px 8px;
    font-size: 11px;
    line-height: 1.2;
    color: #fff;
    white-space: nowrap;
    border-radius: 3px;
}

.catalog.item-views .product-badge--action {
    left: 8px;
    background-color: #7a3db8;
}

.catalog.item-views .product-badge--discount {
    right: 8px;
    font-size: 13px;
    background-color: #fc0303;
}

.item-views .cust_section_link{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: 30px;
    /*margin-left: 1px;*/
    padding: 0;
}

.cont .title{
    max-height: 80px !important;
    min-height: 80px !important;
}
.text .cont{
    /*max-height: 105px;*/
}
.catalog.item-views.table .item .price{
    margin-top: inherit !important;
}
.one_el_sect{
    padding: 7px 20px;
    border: 1px solid #e2e7eb;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    /*margin-left: -1px;*/
    /*margin-top: -1px;*/
}
.one_el_sect:hover{
    background-color: #e65100;
    color: white;
}
.one_el_sect:hover span{
    color: white;
}
.catalog.table .items{
    margin-left: -15px;
}
.zag{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 3px solid #e65100;
    padding-bottom: 2px; /* опционально - отступ снизу */
    display: inline-block;
}
.catalog.item-views.table .item {
    min-height: 385px !important;
    max-height: 385px !important;
}
.dop-text{
    margin-bottom: 20px;
}
.polezno_znat{
    border-bottom: 2px solid #e2e7eb;
    border-top: 2px solid #e2e7eb;
    padding: 20px 0;
    margin-bottom: 20px;
}
.polezno_znat .zag_znat{
    color: #e65100;
    font-weight: bold;
    font-size: 18px;
}
.show_product{
    display: flex;
    justify-content: center;
    font-size: 15px;
    /*font-weight: bold;*/
    margin-bottom: 20px;
    cursor: pointer;
    background-color: #3cc051;
    color: white;
}

.hidden_product{
    display: flex;
    justify-content: center;
    font-size: 15px;
    /*font-weight: bold;*/
    margin-bottom: 20px;
    cursor: pointer;
    background-color: #3cc051;
    color: white;
}
.hidden_elem{
    display: none;
}
.row.filters-wrap{
    margin-left: -15px;
}
@media (max-width: 400px) {
    .item-views .cust_section_link {
        /*padding-right: 15px;*/
    }
}


.cust_section_link {
    transition: all 0.3s ease;
}

.one_el_sect:hover img{
    filter: brightness(0) invert(1);
}
.one_el_sect img{
    margin-right: 10px;
}
.block_img{
    min-width: 40px;
    display: flex;
    justify-content: center;
}

/* Для мобильных устройств отключаем фиксацию */
@media (max-width: 768px) {
    .cust_section_link {
        position: static !important;
        top: auto !important;
        width: auto !important;
        margin-right: inherit !important;
    }

    .section-link-placeholder {
        display: none !important;
    }

}
@media (max-width: 380px) {
    .one_el_sect{
        word-break: break-all;
    }
}
/* End */
/* /bitrix/templates/aspro-scorp/components/bitrix/news.list/catalog_table_no_description/style.css?17812548083356 */
