.lang{
	line-height: 40px!important;
}
.active_lang{
	border-bottom: 2px solid #a2cf8d;
	color: #a2cf8d!important;
	cursor:pointer;
}
@media (max-width: 767px){
	.li_lang{
		display: flex!important;
		justify-content: space-evenly;
	}
}
@media (min-width: 992px){
	.reverse{
		float: right;
	}
}
footer a{
	color: #a2cf8d;
}
footer a:hover{
	color: #5c9d7d;
}
@media (max-width: 1024px){
	.main_text > p{
		font-size: 16px!important;
	}
}
.main_text > p{
	text-indent: 2em;
	text-align: justify;
	font-size: 15px!important;
}

.main_text > p > img {
	height: auto!important;
	width: auto!important;
}

.main_text > p[style='text-align:center']{
	text-indent: 0!important;
}

/*Картинка на страницы статьи*/
.col-md-12 .right-image{
	display: none;
}