.wohocars-site-footer {
	padding: 72px 0 0;
	border-top: 1px solid rgba(255, 255, 255, .08);
	background:
		radial-gradient(circle at 8% 10%, rgba(31, 101, 190, .18), transparent 30%),
		#081a35;
}

.wohocars-site-footer .wohocars-footer-grid {
	display: grid;
	grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(130px, 1fr));
	gap: 48px 36px;
	padding-bottom: 56px;
}

.wohocars-site-footer .wohocars-footer-about {
	max-width: 330px;
}

.wohocars-site-footer .wohocars-footer-logo-link {
	margin-bottom: 22px;
}

.wohocars-site-footer .wohocars-footer-about > p {
	margin: 0;
	color: rgba(255, 255, 255, .62);
	font-size: .9rem;
	line-height: 1.75;
}

.wohocars-site-footer .wohocars-footer-column h2 {
	margin: 7px 0 20px;
	color: #fff;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.wohocars-site-footer .wohocars-footer-column ul {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wohocars-site-footer .wohocars-footer-column li {
	margin: 0;
}

.wohocars-site-footer .wohocars-footer-column a {
	display: inline-flex;
	align-items: flex-start;
	gap: 9px;
	color: rgba(255, 255, 255, .62);
	font-size: .84rem;
	line-height: 1.45;
	text-decoration: none;
	transition: color .18s ease, transform .18s ease;
}

.wohocars-site-footer .wohocars-footer-column a:hover,
.wohocars-site-footer .wohocars-footer-column a:focus-visible {
	color: #fff;
	transform: translateX(3px);
}

.wohocars-site-footer .wohocars-footer-contact i {
	width: 16px;
	margin-top: 2px;
	color: #FF8A00;
	text-align: center;
}

.wohocars-site-footer .wohocars-footer-contact span {
	overflow-wrap: hidden;
}

.wohocars-site-footer .wohocars-footer-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 22px;
}

.wohocars-site-footer .wohocars-footer-socials a {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 50%;
	background: rgba(255, 255, 255, .06);
	color: #fff;
	text-decoration: none;
	transition: border-color .18s ease, background .18s ease;
}

.wohocars-site-footer .wohocars-footer-socials a:hover,
.wohocars-site-footer .wohocars-footer-socials a:focus-visible {
	border-color: #FF8A00;
	background: #FF8A00;
}

.wohocars-site-footer .wohocars-footer-bottom {
	/* display: flex; */
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 22px 0 28px;
	border-top: 1px solid rgba(255, 255, 255, .1);
}

.wohocars-site-footer .wohocars-footer-bottom p {
	margin: 0;
	color: rgba(255, 255, 255, .46);
	font-size: .76rem;
}

.wohocars-site-footer .wohocars-footer-bottom > div {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.wohocars-site-footer .wohocars-footer-bottom a {
	color: rgba(255, 255, 255, .48);
	font-size: .76rem;
	text-decoration: none;
}

.wohocars-site-footer .wohocars-footer-bottom a:hover {
	color: #fff;
}

@media (max-width: 1199.98px) {
	.wohocars-site-footer .wohocars-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wohocars-site-footer .wohocars-footer-about {
		max-width: 440px;
	}
}

@media (max-width: 575.98px) {
	.wohocars-site-footer {
		padding-top: 48px;
	}

	.wohocars-site-footer .container {
		text-align: left;
	}

	.wohocars-site-footer .wohocars-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 30px 18px;
		padding-bottom: 40px;
	}

	.wohocars-site-footer .wohocars-footer-about {
		grid-column: 1 / -1;
		max-width: none;
	}

	.wohocars-site-footer .wohocars-footer-column h2 {
		margin-top: 0;
		margin-bottom: 14px;
	}

	.wohocars-site-footer .wohocars-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
		padding-bottom: 24px;
	}
}
