

/* Start:/local/templates/bonus/components/bitrix/news.list/faq/style.css?17495526291749*/
.faq-list h2.rules-page__heading {
	text-align: center;
}

.accordion input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

.accordion-wrapper {
	border-radius: 8px;
	overflow: hidden;
	width: 100%;
	margin:0 auto;
	border-left: 1px solid rgba(255, 107, 0, .5);
	border-right: 1px solid rgba(255, 107, 0, .5);
}
.accordion {
	width: 100%;
	color: white;
	overflow: hidden;
}
.accordion:last-child{
	margin-bottom: 0;
}
.accordion-label {
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 16px;

	font-weight: 400;
	cursor: pointer;
	font-size: 1.6rem;

	border-bottom: 1px solid rgba(255, 107, 0, .5);
	border-top: 1px solid rgba(255, 107, 0, .5);
	color: var(--text-color);
	background: rgba(255, 107, 0, .02);

}
.accordion-label:hover {
	background: radial-gradient(50% 386.77% at 50% 50%,#fab461 0%,#f76b1c 100%);
}
.accordion-label::after {
	content: "\276F";
	width: 16px;
	height: 16px;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.accordion-content {
	max-height: 0;
	padding: 0 16px;
	color: var(--text-color);
	background: #fafafa;
	-webkit-transition: all 0.3s;
	transition: all 0.8s;
}
.accordion-content p{
	margin: 0;
	color: var(--text-color);
	font-size: 1.6rem;
	padding: .5rem 0;
}
input:checked + .accordion-label {
	background: var(--primary-color);
}
input:checked + .accordion-label::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
input:checked ~ .accordion-content {
	max-height: 100vh;
	padding: 16px;
}


.faq-list {
	position: relative;
	width: 80%;
	margin: 3rem auto;
}

@media (max-width: 640px) {
	.faq-list {
		width: 100%;
	}
}
/* End */
/* /local/templates/bonus/components/bitrix/news.list/faq/style.css?17495526291749 */
