

/* Start:/bitrix/templates/aspro-scorp/components/bitrix/news.list/faq/style.css?1785828521656*/
.faq-list{
	margin: 15px 0 30px;
    display: flex;
    flex-direction: column;
    background: #ebebeb;
    gap: 2px;	
}

.faq-item .faq-question{
	cursor: pointer;
    padding: 10px 25px;
    background: #2c364a;
    color: #ffffff;
    font-size: 19px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.faq-item .faq-question .fa-angle-down{
	transition: .3s transform;
}
.faq-item .faq-question.active .fa-angle-down{
	transform: rotate(180deg);
}
.faq-item.active{

	padding: 15px 5px 25px;
    font-size: 17px;
}

.faq-answer{
	font-size: 16px;
    padding: 7px 15px 30px;
}
/* End */
/* /bitrix/templates/aspro-scorp/components/bitrix/news.list/faq/style.css?1785828521656 */
