

/* Start:/local/templates/main_template/components/bitrix/news.detail/structure/style.css?17586286481156*/
.structura-mns__item {
	background-color: #EBEBEB;
	border-radius: 10px;
}

.structura-mns__item:hover {
	background-color: #007A65;
}

.structura-mns__item:hover .h6 {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	color: #FAFAFA;
}

.structura-mns__item:hover .structura-mns__btn {
	color: #FBC469;
}

.structura-mns__item:hover .structura-mns__btn i::before {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}

.structura-mns__btn {
	color: #007A65;
	font-size: 14px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}


li { list-style-type: none; }
ol { counter-reset: list1; }
ol li:before {
	counter-increment: list1;
	content: counter(list1) ". ";
}
ol ol { counter-reset: list2; }
ol ol li:before {
	counter-increment: list2;
	content: counter(list1) "." counter(list2) ". ";
}
ol ol ol { counter-reset: list3; }
ol ol ol li:before {
	counter-increment: list3;
	content: counter(list1) "." counter(list2) "." counter(list3) ". ";
}

/* End */
/* /local/templates/main_template/components/bitrix/news.detail/structure/style.css?17586286481156 */
