

/* Start:/local/templates/.default/components/bitrix/news/catalog_admin/style.css?17551758962427*/
.section.item-views .table-responsive.altek .table.table-striped.sorted-table {
    margin-top: 0;
}

.product-list-view-type-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.product-list-view-type-buttons .view-type-link {
    margin-left: 10px;
    user-select: none;
}

.product-list-view-type-buttons .view-type-link svg {
    color: #B4B4B4;
}

.product-list-view-type-buttons .view-type-link.selected svg {
    color: #fb992a;
    cursor: default;
}

.section-description-left-block .section-picture img {
    max-width: 100%;
}

.section-description-left-block .section-description.acc {
    position: relative;
}

.section-description-left-block .section-description.acc+span {
    color: #F07100;
    letter-spacing: 0.8px;
    font-size: 10px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s;
    display: block;
}

.section-description-left-block .section-description.acc:not(.acc_close)+span {
    margin-bottom: 15px;
}

.section-description-left-block .section-description.acc+span:hover {
    color: #333;
}

.section-description-left-block .section-description.acc.acc_close {
    height: 200px;
    overflow: hidden;
}

.section-description-left-block .section-description.acc.acc_close::after {
    content: '';
    width: 100%;
    height: 100px;
    background-image: linear-gradient(to top, #ffffff, transparent);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}

.section-description-left-block .section-description.acc:not(.acc_close) {
    height: auto;
}

@media screen and (max-width: 991px) {
    .section-description-left-block>* {
        padding: 0 15px;
    }

    .section-description-left-block .section-description.acc+span {
        margin-bottom: 15px;
    }

    .catalog.item-views.table .items .item-wrap+.item-wrap {
        margin-top: 15px;
    }
}

/*11.08.25*/

.catalog.item-views.table .item .footer-button .btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog.detail .wrapper-block-btn .btn {
    font-size: 13px;
}

@media screen and (max-width: 767px) {

    .main-section-wrapper .catalog.item-views.table .item {
        height: auto !important;
    }

    .catalog.item-views.table .item .foot .footer-button {
        opacity: 1 !important;
        visibility: visible !important;
        height: auto !important;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/news/catalog_admin/style.css?17551758962427 */
