.footer {
	width: 100%;
	max-width: 77.5rem;
	padding: 1rem;
	margin: 0 auto;
	box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
	.footer {
		display: flex;
		padding: 4rem 1rem;
		align-items: flex-start;
	}
}

.footer .footer-block.info {
	flex: 1 1 67%;
}

.footer .h3 {
	font-size: 2.25rem;
	line-height: 2.5rem;
	margin-bottom: 2rem;
}

.footer .social {
	margin-top: 2rem;
}

.footer .social .button,
.footer .ul .a {
	transition: color 0.25s;
}

.footer .social .button:hover,
.footer .ul .a:hover {
	color: #ff9016;
	transition: color 0.25s;
}

.footer .social .button + .button {
	margin-left: 1rem;
}

.footer .footer-block.ul {
	list-style: none;
	padding: 0;
	margin-top: 1rem;
}

@media only screen and (min-width: 768px) {
	.footer .footer-block.ul {
		margin-top: 0;
		display: flex;
		justify-content: flex-end;
		flex-wrap: wrap;
		flex: 1 1 33%;
	}
}

.footer .ul .li {
	box-sizing: border-box;
	width: 50%;
}
