

/* Start:/local/templates/istok3/components/bitrix/news.list/faq/style.css?1728557286642*/
.faq_item {
    border-bottom: 0;
    border-radius: 16px;
    margin-bottom: 15px;
	padding: 30px;
    background: #F1F3F8;
}
.faq_item.active .faq_toggle-icon{
	transform: rotate(0);
}
.faq_question{
	font-weight: 700;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    line-height: 1.2;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.faq_answer {
    display: none;
    padding: 20px 0px 0px;
}
.faq_toggle-icon {
    width: 22px;
    height: auto;
    transition: .2s;    
    transform: rotate(-90deg);
}
.faq_item .faq_toggle-icon path {
    fill: #4C70B5;
}
/* End */
/* /local/templates/istok3/components/bitrix/news.list/faq/style.css?1728557286642 */
