

/* Start:/local/templates/.default/components/bitrix/catalog/new/style.css?17894009561188*/
.product-faq {
    margin: 40px 0;
    padding-left: 20px;
    border-left: 4px solid #0cb28b;
}

.product-faq .catalog-services-detail-block-title {
    margin: 0 0 20px;
    color: #333;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.3;
}

.product-faq .news-detail-faq__item:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}

.product-faq .news-detail-faq__heading {
    position: relative;
    width: 100%;
    padding: 18px 40px 18px 0;
    border: 0;
    background: transparent;
    color: #34393c;
    font: inherit;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
}

.product-faq .news-detail-faq__heading::before,
.product-faq .news-detail-faq__heading::after {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 16px;
    height: 2px;
    background: currentColor;
    content: "";
}

.product-faq .news-detail-faq__heading::after {
    transform: rotate(90deg);
}

.product-faq .news-detail-faq__heading.is-active {
    color: #0cb28b;
}

.product-faq .news-detail-faq__heading.is-active::after {
    transform: rotate(0);
}

.product-faq .news-detail-faq__content {
    padding: 0 40px 18px 0;
    line-height: 1.6;
}

/* End */
/* /local/templates/.default/components/bitrix/catalog/new/style.css?17894009561188 */
