.footer {
	background-color: #eceff6;
	border-radius: 60px 60px 0px 0px;
	background-image: url("/resources/bg-footer.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 30px 0;
}
.footer_white {
	background-color: #fff;
	margin-top: -50px;
}
.footer__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 40px;
}
.footer__copyright {
	font-size: 16px;
	line-height: 19px;
	color: #464553;
}
@media (max-width: 610px) {
	.footer__logo img {
		width: 195px;
	}
	.footer__copyright {
		font-size: 14px;
	}
}
@media (max-width: 490px) {
	.footer__container {
		flex-direction: column;
	}
}
