footer {
	background-color: var(--footer-backgorund);
	padding:30px 0;
}

footer .title {
	font-weight: 400;
    font-size: 14px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: var(--footer-title-color);
    margin: 0 0 20px;
}

footer li {
	font-weight: 400;
    font-size: 13px;
    line-height: 17px;
}

footer li:not(:last-child) {
    margin-bottom: 16px;
}

footer a {
	color: var(--footer-link-color);
	text-decoration: none;
}

footer a:hover {
	color: var(--footer-link-color-hover);
}