@charset "utf-8";

.footer {
	background: #1f262c;
	padding: 30px 0px;
	text-align: center;
}
.footer .layout {
	max-width: 770px;
}
.footer__logo {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.footer__text {
	color: #5e6468;
	font-size: 14px;
	margin: 20px 0 40px;
}
.footer__text a {
	color: currentColor;
	text-decoration: none;
}
.footer__text a:hover {
	text-decoration: underline;
}
.footer__link {
	display: inline-block;
	color: #ec2935;
	text-decoration: underline;
	margin: 0 10px;
}
.footer__link:hover {
	text-decoration: none;
}
.footer__pegi {
	margin: 20px auto 0;
	display: block;
}
.footer__pegi a {
	display: inline-block;
	margin: 0 5px;
}
.footer__title {
  text-transform: uppercase;
  font-size: 16px;
  color: #5e6468;
  margin-bottom: 20px;
}

@media only screen and (max-width: 699px) {
	.footer {
		padding: 40px 32px;
	}
	.footer .layout {
		max-width: 360px;
	}
	.footer__logo {
		-webkit-flex-wrap: wrap;
				-ms-flex-wrap: wrap;
						flex-wrap: wrap;
	}
	.footer__logo a {
		width: 100%;
	}
}
