

/* Start:/bitrix/templates/new_index/components/bitrix/news.list/faq/style.css?17304464291124*/
.faq-list
{
	padding: 0 94px;
	counter-reset: item;
}

.faq-list__title {
	padding: 30px 0;
	text-align: center;
	text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
	color: #01965F;
}
.faq-item {
	margin-bottom: 15px;
}
.faq-item__question {
	font-size: 15px;
	color: #337ab7;
	cursor: pointer;
	margin-bottom: 10px;
}
.faq-item__question::before {
	content: counter(item) ". ";
	counter-increment: item;
}
.faq-item__question span {
	text-decoration: underline;
}
.faq-item__question:hover {
	color: #23527c;
}

.faq-item__question:hover span {
	text-decoration: none;
}
.faq-item__answer {
	display: none;
	padding: 15px;
	border: 1px solid #dedede;
	background: #fafafa;
	border-radius: 5px;
}
.faq-item__answer.opened {
	display: block;
}


@media only screen and (max-width:1299px) {
	.faq-list {
		padding: 0 94px;
	}
}
@media only screen and (max-width: 991px) {
    .faq-list {
        padding: 0 78px;
    }
}
@media only screen and (max-width: 767px) {
    .faq-list {
        padding: 0 20px;
    }
}

/* End */
/* /bitrix/templates/new_index/components/bitrix/news.list/faq/style.css?17304464291124 */
