.site-footer {
	overflow: hidden;
	background: linear-gradient(135deg, #0759c5 0%, #003d95 100%);
	color: #ffffff;
}

.site-footer__inner {
	display: grid;
	grid-template-columns: 1.45fr 0.9fr 0.95fr 1.35fr 1.3fr;
	gap: 38px;
	padding: 36px 0 28px;
}

.site-logo--footer {
	display: inline-flex;
	padding: 4px 8px;
	border-radius: 8px;
	background: #ffffff;
}

.site-logo--footer img {
	width: 128px;
	height: auto;
}

.site-footer p,
.site-footer a {
	color: rgba(255, 255, 255, 0.88);
	font-size: 14px;
	line-height: 1.65;
}

.site-footer__brand p {
	max-width: 230px;
	margin: 20px 0 22px;
}

.site-footer__socials {
	display: flex;
	gap: 13px;
}

.site-footer__socials a {
	display: inline-grid;
	width: 32px;
	height: 32px;
	place-items: center;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.13);
	font-weight: 800;
	text-decoration: none;
}

.site-footer__col h2 {
	margin: 0 0 15px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.site-footer__col a,
.site-footer__col p {
	display: block;
	margin: 0 0 9px;
	text-decoration: none;
}

.site-footer__support p::before {
	display: inline-grid;
	width: 17px;
	height: 17px;
	margin-right: 8px;
	border: 1px solid rgba(255, 255, 255, 0.78);
	border-radius: 999px;
	place-items: center;
	content: "›";
	font-size: 12px;
}

.site-footer__signup form {
	display: flex;
	width: 240px;
	max-width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.1);
}

.site-footer__signup input {
	min-width: 0;
	width: 100%;
	border: 0;
	background: transparent;
	color: #ffffff;
	font: inherit;
	padding: 12px 10px 12px 15px;
}

.site-footer__signup input::placeholder {
	color: rgba(255, 255, 255, 0.68);
	font-style: italic;
}

.site-footer__signup button {
	width: 42px;
	border: 0;
	background: transparent;
	color: #ffffff;
	cursor: pointer;
	font-size: 20px;
}

@media (max-width: 1024px) {
	.site-footer__inner {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 680px) {
	.site-footer__inner {
		grid-template-columns: 1fr;
		gap: 24px;
	}
}
