.site-footer {
	background-color: var(--footer-bg);
	color: var(--footer-text);
}

.site-footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.40fr) minmax(0, 1fr) minmax(0, 1.10fr) minmax(0, 1.20fr);
	gap: 60px;
	padding-top: 90px;
	padding-bottom: 60px;
}

.footer-col {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.footer-col--brand {
	gap: 23.3px;
	padding-bottom: 38.75px;
}

.footer-col--support,
.footer-col--services {
	gap: 24px;
}

.footer-col--support {
	padding-bottom: 50px;
}

.footer-col--services {
	padding-bottom: 13px;
}

.footer-col--contact {
	gap: 17.4px;
	padding-bottom: 78.33px;
}

.footer-brand {
	display: flex;
	align-items: center;
	line-height: 0;
	text-decoration: none;
}

.footer-brand .brand-logo,
.footer-brand img {
	display: block;
	width: 213.215px;
	height: 95.1px;
	max-width: 100%;
	object-fit: contain;
}

.footer-about {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 25.2px;
	color: var(--footer-text);
	overflow-wrap: break-word;
}

.footer-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0;
	padding-top: .7px;
	list-style: none;
	padding-left: 0px;
    padding-inline-start: 0px;
}

.footer-socials__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	padding: 1px;
	border: 1px solid var(--footer-icon-border);
	border-radius: var(--radius-pill);
	color: var(--text-color-light);
	transition: border-color .2s ease, color .2s ease;
}

.footer-socials__link:hover,
.footer-socials__link:focus-visible {
	border-color: var(--primary-color);
	color: var(--primary-color);
}

.footer-heading {
	position: relative;
	width: 100%;
	margin: 0;
	padding-bottom: 14px;
	font-size: 13px;
	font-weight: 800;
	line-height: 19.5px;
	letter-spacing: 2.6px;
	text-transform: uppercase;
	color: var(--text-color-light);
}

.footer-heading::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: .5px;
	width: 30px;
	height: 2px;
	background-color: var(--primary-color);
}

.footer-menu {
	display: flex;
	flex-direction: column;
	gap: 13px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-menu li {
	padding-top: 2px;
	padding-bottom: 1px;
}

.footer-menu a {
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	text-decoration: none;
	color: var(--footer-link);
	transition: color .2s ease;
}

.footer-menu a:hover,
.footer-menu a:focus-visible {
	color: var(--primary-color);
}

.footer-contact {
	display: flex;
	flex-direction: column;
	gap: 17.4px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-contact__item {
	display: flex;
	align-items: center;
	gap: 14px;
	width: 100%;
}

.footer-contact__item:first-child {
	padding-top: 6.1px;
}

.footer-contact__icon {
	display: inline-flex;
	flex-shrink: 0;
	color: var(--primary-color);
}

.footer-contact__text {
	font-size: 14px;
	font-weight: 400;
	line-height: 22.4px;
	text-decoration: none;
	color: var(--footer-contact-text);
	overflow-wrap: break-word;
}

a.footer-contact__text:hover,
a.footer-contact__text:focus-visible {
	color: var(--primary-color);
}

.site-footer__bottom {
	border-top: 1px solid var(--footer-border);
}

.site-footer__bottom-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding-block: 24px;
}

.site-footer__bottom-inner p {
	margin: 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 19.5px;
	color: var(--footer-meta-text);
}
