

/* Start:/local/components/forwww/faq.block/templates/.default/style.css?1740361232887*/
.faq-block {
	margin: 20px 0 50px 0;
}

.faq-item {
	margin-bottom: 10px;
}

/* .faq-question::before {
	content: '\0047';
	font-family: 'Icon Custom';
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	transition: transform 0.3s ease;
}

.faq-question.open::before {
	transform: translateY(-50%) rotate(90deg);
} */


.faq-question {
	cursor: pointer;
	padding: 15px;
	background: #fff;
	position: relative;
	font-weight: 400;
	font-size: 15px;
}

.faq-answer {
	padding: 15px;
	font-size: 14px;
	background: #fff;
	border-top: 1px solid #eee;
	/* display: none; */
}

@media (max-width: 767px) {
	.faq-block {
		margin-bottom: 20px;
	}
	.faq-question {
		padding-right: 40px;
	}
	.faq-question::before {
		right: 10px;
	}
}

@media (max-width: 480px) {
	.faq-block {
		margin-top: 0;
	}
}
/* End */
/* /local/components/forwww/faq.block/templates/.default/style.css?1740361232887 */
