.site-footer {
	background-color: #092990;
	padding: 28px 15px 32px;
	position: relative;
	z-index: 10;
}
.site-footer__inner {
	max-width: 1140px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px 30px;
}
.site-footer__col {
	flex: 1 1 220px;
	text-align: center;
	color: #ffffff;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
}
.site-footer__col p {
	margin: 0;
}
.site-footer__col a {
	color: #ffffff;
	text-decoration: none;
}
.site-footer__col a:hover {
	text-decoration: underline;
}
.site-footer__col--logo img {
	width: 170px;
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
