.news-item__content A{
	display: inline;
}

.footer-link{
	text-align: center;
	padding:20px 0;
}

.footer-link A{
	font-family: Exo;
    font-family: "Exo2-Regular", "Arial", sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #007BA7;
    text-decoration:none;
    display: inline-block;
    max-width:830px;
}

@media(max-width: 830px) {
	.footer-link{
		padding:20px;
	}
}

@media (min-width: 1200px)  {
	.only-desktop{
		display: inline;
	}
	
	.only-mobile{
		display:none;
	}
}

@media (max-width: 1199px)  {
	.only-desktop{
		display: none;
	}
	
	.only-mobile{
		display:inline;
	}
}

.page-footer__social-block > .page-header__social-link:first-of-type,
.page-header__social-link {
	margin-right: 10px;
}

.limitation {
	margin-top: 20px;
	font-size: x-large;
}