

/* Start:/local/templates/HassFashion/components/bitrix/news.list/faq_new/style.css?17709908071403*/
.faqSection {
	margin-bottom: 40px;
}
.faqSection__title {
	font-family: "CynthoNext-Bold", sans-serif;
	font-weight: 700;
	font-size: 25px;
	line-height: 30px;
	color: #000000;
	margin-bottom: 20px;
}

.faqSection__item {
	margin-bottom: 20px;
}

.faqSectionItem {
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	padding: 5px;
	margin-bottom: 15px;
}

.faqSectionItem__title {
	font-family: "CynthoNext-Bold", sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	position: relative;
	display: flex;
	padding: 10px;
	cursor: pointer;
	/*margin-bottom: 20px;*/
}
.faqSectionItem__title span {
	width: calc(100% - 2rem);
}
.faqSection__item--active .faqSectionItem__title {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.faqSection__item .faqSectionItem__title:after {
	content: "+";
	margin-left: auto;
	font-weight: 500;
	font-size: 30px;
	width: 2rem;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}
.faqSection__item--active .faqSectionItem__title:after {
	content: "-";
}
.faqSectionItem__body {
	padding: 0;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: all .3s ease-in-out;
}

.faqSection__item--active .faqSectionItem__body {
	padding: 10px;
	max-height: 1000px;
	opacity: 1;
}

/* End */
/* /local/templates/HassFashion/components/bitrix/news.list/faq_new/style.css?17709908071403 */
