.site-footer {
	background: var(--color-brand-red);
	color: #fff;
}

.site-footer__main {
	padding: 76px 0 60px;
}

.site-footer__row {
	row-gap: 28px;
}

.site-footer__brand {
	display: inline-block;
}

.site-footer__logo {
	display: block;
	width: 193px;
	height: auto;
}

.site-footer .site-footer__heading {
	margin: 0 0 12px;
	font-family: var(--font-heading);
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
}

.site-footer__text {
	margin: 0 0 28px;
	font-family: var(--font-body);
	font-size: 15px;
	line-height: 24px;
	color: #fff;
}

.site-footer__socials {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer__social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 39px;
	height: 39px;
	border: 1.5px solid #fff;
	border-radius: 50%;
	background: transparent;
	color: #fff;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease;
}

.site-footer__social svg {
	display: block;
	width: 18px;
	height: 18px;
}

.site-footer__social:hover,
.site-footer__social:focus {
	background: #fff;
	color: var(--color-brand-red);
}

.site-footer__nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer__nav a {
	display: inline-block;
	font-family: var(--font-heading);
	font-size: 13px;
	font-weight: 700;
	line-height: 35px;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}

.site-footer__nav a:hover,
.site-footer__nav a:focus {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.site-footer__bottom {
	padding: 14px 0;
	background: #9d1635;
}

.site-footer__copyright {
	margin: 0;
	font-family: var(--font-body);
	font-size: 15px;
	line-height: 26px;
	color: #fff;
	text-align: center;
}

@media screen and (max-width: 991px) {
	.site-footer__main {
		padding: 56px 0 40px;
	}
}

@media screen and (max-width: 599px) {
	.site-footer__main {
		padding: 44px 0 32px;
	}
}
