footer {
	position: relative;
	background-color: #3e3f44;
	background-image: url(/static/img/footer-background.svg);
	background-repeat: no-repeat;
	background-size: 478px 482px;
	background-position: bottom right;
	padding: 58px 0 40px;
}

footer .logo {
	display: block;
	margin: 0 auto 67.9px;
	max-width: 290px;
	width: 100%;
	height: 55.1px;
	background-repeat: no-repeat;
	background-size: 92%;
	background-image: url(/static/img/logo-full-gray.svg);
}

footer .line {
	border-top: 2px solid #c7c6c6;
}

footer .blocks > div {
	width: 100%;
	display: inline-block;
	max-width: 315px;
	vertical-align: top;
}
footer .blocks > div:nth-of-type(3) {
	margin-right: 0;
	width: 195.5px;
}
footer .blocks > .contact {
	margin-right: 3px;
	font-family: 'Source Sans Pro' !important;
}
footer .blocks > .themes {
	margin-right: 90px;
}

footer h3 {
	color: #107fb9;
	line-height: 1.68;
	letter-spacing: .1px;
	font-size: 20px;
	margin-bottom: 29px;
}

footer p {
	color: #bbbaba;
	font-size: 16px;
	line-height: 1.88;
	margin: 0;
}

footer a {
	text-decoration: none;
	color: #bbbaba;
	font-size: 16px;
}
footer a:hover {
	color: #107fb9;
}

footer .copyright {
	margin-top: 31px;
}

footer .sm {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
}
footer .sm .social {
	margin-right: 8px;
}
footer .sm .social:last-of-type {
	margin-right: 0;
}

footer .copyright-motivo {
	text-align: center;
	display: block;
	margin-top: 23.8px;
	font-size: 14px;
	line-height: 1.5;
}

@media screen and (max-width: 1050px) {
	footer .blocks > .themes {
		margin-right: 20px;
	}
}
@media screen and (max-width: 1000px) {
	footer .blocks > div {
		width: 34%;
	}
}

@media screen and (max-width: 767px) {
	footer .blocks > div {
		width: 49%;
		max-width: none;
	}
}

@media screen and (max-width: 640px) {
	footer .logo {
		margin: 23px auto 44px;
	}

	footer .blocks {
		padding: 0 9px;
	}
	footer .blocks > div {
		width: 100%;
		margin-right: 0;
		margin-bottom: 21px;
	}

	footer .sm {
		margin-left: 0;
	}
}
