

/* Start:/local/templates/new/components/bitrix/news.list/faq/style.css?17635562501616*/
.faq {
	padding: 10px 40px;
	box-sizing: border-box;
	background-color: white;
	margin-top: 50px;
	margin-bottom: 30px;
	border-radius: 8px;
}

.main-page__faq .faq {
	margin-top: 0;
}

.faq-title {
	font-size: 20px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin-bottom: 6px;
	font-weight: 700;
	color: #333;
}

.faq-subtitle {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #e16032;
	margin-bottom: 24px;
}

.faq-item {
	border-bottom: 1px solid #CACACA;
	padding: 30px 0;
	cursor: pointer;
}

.faq-item:last-of-type {
	border-bottom: none;
}

.faq-header {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 20px;
	font-weight: 600;
	color: #333;
}

.faq-arrow {
	width: 10px;
	height: 10px;
	border-right: 2px solid #e16032;
	border-bottom: 2px solid #e16032;
	transform: rotate(45deg);
	transition: transform 0.2s ease;
	flex-shrink: 0;
}

.faq-item.open .faq-arrow {
	transform: rotate(-135deg);
}

.faq-content {
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.5;
	color: #555;
	max-width: 90%;
	display: none;
}

.faq-item.open .faq-content {
	display: block;
}

.main-page__section_faq {
	padding-top: 30px !important;
	background-color: #F6F6F6;
}

/* other */
.main-page__section_services {
	padding-bottom: 20px !important;
}

.services-page {
	padding-bottom: 20px !important;
}

@media (max-width: 490px) {
	.main-page__section_faq {
		padding-top: 0 !important;
	}

	.main-page__section_faq .main-page__title {
		font-size: 20px;
	}

	.faq {
		margin-top: 20px;
	}

	.faq-header {
		font-size: 16px;
	}
}

/* End */


/* Start:/local/templates/new/components/bitrix/menu/personal/style.css?1763554866365*/
.article-scroller-custom__item {
    padding: 8px 12px 8px 12px;
    background-color: #EC53381A;
    border-radius: 4px;
    max-width: 320px;
    margin-left: 16px;
}

.article-scroller__item-icon {
    position: absolute;
    right: 30px;
    top: 9px;
}

@media (max-width: 490px) {
    .article-scroller__item-icon {
        top: 5px;
    }
}
/* End */
/* /local/templates/new/components/bitrix/news.list/faq/style.css?17635562501616 */
/* /local/templates/new/components/bitrix/menu/personal/style.css?1763554866365 */
