

/* Start:/local/templates/alpina/components/bitrix/news.list/faq/style.css?17691623791455*/
.faq__header {
	padding-top: 16px;
}

.faq__list {
	margin: 30px 0;
}

.faq__list-item {
	position: relative;
}

.faq__question {
	padding: 20px 0;
	border: none;
	background: none;
	width: 100%;
	text-align: left;
	transition: opacity 0.5s;
	cursor: pointer;
	position: relative;
}

.faq__list-item[data-state=active] .faq__question-arrow {
	opacity: 60%;
}

.faq__question-arrow::before, .faq__question-arrow::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	width: 10px;
	height: 2px;
	transition: transform 0.5s ease-out,background-color 0.5s;
	background: #000;
	transform: translate(-3px,-50%) rotate(45deg);
}

.faq__question-arrow::after {
    transform: translate(3px,-50%) rotate(-45deg);
}

.faq__list-item[data-state=active] .faq__question-arrow::before {
	transform: translate(-3px,-50%) rotate(-45deg);
	background-color: #000;
}

.faq__list-item[data-state=active] .faq__question-arrow::after {
	transform: translate(3px,-50%) rotate(45deg);
	background-color: #000;
}

.faq__accordion {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.faq__answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s;
}

.faq__answer-text {
	margin-bottom: 4px;
}

.faq__answer-text:last-of-type {
	margin-bottom: 18px;
}

.faq__border {
    display: block;
    border: 1px solid rgb(0 0 0 / .12);
}

.faq__answer.footer__list_visible {
    height: auto;
    max-height: 300px;
}
/* End */
/* /local/templates/alpina/components/bitrix/news.list/faq/style.css?17691623791455 */
