
@media screen and (max-width:860px) {
	.footerContent .menuRight { flex-direction:column; }
	.footerContent .menuRight .sites { margin-top:20px; }
}

@media screen and (max-width:580px) {
	.footerContent .menuRight { padding-bottom:5px; }
	.footerContent .menuRight .sites { max-width:250px; justify-content:space-around; }
	.footerContent .menuRight .sites .item { width:50%; margin-right:0; margin-bottom: 15px; text-align:center; }
}