.ga-footer {
	background-color: #112135;
	margin-top: auto;
	display: flex;
}
.ga-footer__wrapper {
	max-width: 1186px;
	padding: 11px 20px 17px;
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
}
.ga-footer__inner-links,
.ga-footer__social,
.ga-footer__wrapper-links {
	display: flex;
}
.ga-footer__social-item:not(:last-of-type) {
	margin-right: 29px;
}
.ga-footer__social-link {
	display: block;
	padding-top: 4px;
}
.ga-footer__social-link img {
	width: 25px;
	height: 25px;
}
.ga-footer__social-link:focus img,
.ga-footer__social-link:hover img {
	filter: brightness(0) invert(0) invert(51%) sepia(41%) saturate(7298%) hue-rotate(333deg) brightness(112%) contrast(103%);
}
.ga-footer__inner-links {
	margin: 0;
	padding: 0;
	list-style: none;
	align-items: center;
}
.ga-footer__inner-link {
	color: #fff;
	transition-duration: 0.4s;
	transition-property: color;
}
.ga-footer__inner-link:hover,
.ga-footer__inner-link:focus {
	color: #ff6650;
}
.ga-footer__inner-item {
	margin-left: 40px;
}

.ga-footer__social {
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (max-width: 920px) {
	.ga-footer__wrapper {
		flex-direction: column-reverse;
		padding: 3.056vw 5.556vw 3.889vw;
	}
	.ga-footer__copyright,
	.ga-footer__inner-link {
		font-size: 3.333vw;
	}
	.ga-footer__wrapper-links {
		flex-direction: column;
		align-items: center;
		margin-bottom: 5.556vw;
	}
	.ga-footer__social {
		margin-bottom: 2.778vw;
	}
	.ga-footer__social-item:not(:last-of-type) {
		margin-right: 8.056vw;
	}
	.ga-footer__social-link {
		padding-top: 1.111vw;
	}
	.ga-footer__social-link img {
		width: 6.944vw;
		height: 6.944vw;
	}
	.ga-footer__inner-item {
		margin-left: 0;
	}
	.ga-footer__inner-item:not(:first-child) {
		margin-left: 11.111vw;
	}
}
