.n3-site-footer {
	--n3-footer-accent: #ffbd00;
	--n3-footer-bg: #101315;
	--n3-footer-text: #d5d7da;
	width: 100%;
	padding: 38px 24px 34px;
	overflow: hidden;
	background-color: var(--n3-footer-bg);
	background-image: radial-gradient(circle at 50% 0, rgba(255, 255, 255, .055), transparent 52%);
	color: var(--n3-footer-text);
}

.n3-site-footer *,
.n3-site-footer *::before,
.n3-site-footer *::after {
	box-sizing: border-box;
}

.n3-site-footer__inner {
	display: grid;
	grid-template-columns:
		minmax(220px, 1.2fr)
		minmax(140px, .9fr)
		minmax(140px, .9fr)
		minmax(205px, 1.15fr)
		minmax(245px, 1.25fr);
	width: min(100%, var(--n3-section-width, 1340px));
	margin: 0 auto;
}

.n3-site-footer__inner > * {
	min-width: 0;
	padding: 0 27px;
	border-left: 1px solid rgba(255, 255, 255, .1);
}

.n3-site-footer__inner > :first-child {
	padding-left: 0;
	border-left: 0;
}

.n3-site-footer__inner > :last-child {
	padding-right: 0;
}

.n3-site-footer__logo {
	display: flex;
	align-items: center;
	width: min(100%, 205px);
	height: 58px;
	margin: -7px 0 13px;
}

.n3-site-footer__logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left center;
}

.n3-site-footer__brand > p,
.n3-site-footer__newsletter > p {
	margin: 0;
	color: #c8cbcf;
	font-size: 13px;
	line-height: 1.55;
}

.n3-site-footer__socials {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 17px;
}

.n3-site-footer__socials a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 31px;
	height: 31px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .11);
	color: #d7d9db;
	text-decoration: none;
	transition: color .2s ease, background .2s ease, transform .2s ease;
}

.n3-site-footer__socials a:hover {
	background: var(--n3-footer-accent);
	color: #101315;
	transform: translateY(-2px);
}

.n3-site-footer__socials svg {
	display: block;
	width: 16px;
	height: 16px;
}

.n3-site-footer__column h3 {
	margin: 0 0 15px;
	color: #f3f3f3;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .01em;
	line-height: 1.25;
	text-transform: uppercase;
}

.n3-site-footer__column ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.n3-site-footer__column li {
	margin: 0;
	color: #c8cbcf;
	font-size: 13px;
	line-height: 1.4;
}

.n3-site-footer__column a {
	color: inherit;
	text-decoration: none;
	transition: color .2s ease;
}

.n3-site-footer__column a:hover {
	color: var(--n3-footer-accent);
}

.n3-site-footer__contact ul {
	gap: 11px;
}

.n3-site-footer__contact li {
	display: grid;
	grid-template-columns: 19px minmax(0, 1fr);
	align-items: start;
	gap: 9px;
}

.n3-site-footer__contact i {
	display: flex;
	width: 18px;
	height: 18px;
	margin-top: 1px;
	color: var(--n3-footer-accent);
}

.n3-site-footer__contact svg {
	display: block;
	width: 100%;
	height: 100%;
}

.n3-site-footer__newsletter > p {
	margin-bottom: 18px;
}

.n3-site-footer__form {
	min-height: 46px;
}

.n3-site-footer__form .wpcf7,
.n3-site-footer__form .wpcf7-form p {
	margin: 0;
}

.n3-site-footer__form .wpcf7-form {
	position: relative;
	display: block;
	width: 100%;
	min-height: 46px;
	margin: 0;
}

.n3-site-footer__form .wpcf7-form p,
.n3-site-footer__form .n3-footer-form-row {
	position: static !important;
	margin: 0;
}

.n3-site-footer__form .wpcf7-form br {
	display: none;
}

.n3-site-footer__form .wpcf7-form::after {
	position: absolute;
	top: 23px;
	right: 17px;
	z-index: 2;
	color: #101315;
	font-size: 19px;
	line-height: 1;
	content: "➤";
	pointer-events: none;
	transform: translateY(-50%);
}

.n3-site-footer__form .wpcf7-form-control-wrap {
	display: block;
	width: calc(100% - 54px);
	min-width: 0;
}

.n3-site-footer__form input[type="email"],
.n3-site-footer__form input[type="text"] {
	width: 100%;
	height: 46px;
	margin: 0;
	padding: 0 14px;
	border: 0;
	border-radius: 3px 0 0 3px;
	background: #fff;
	box-shadow: none;
	color: #202326;
	font-size: 12px;
}

.n3-site-footer__form input[type="submit"] {
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
	bottom: auto !important;
	left: auto !important;
	z-index: 1;
	width: 54px;
	min-width: 54px;
	height: 46px;
	margin: 0 !important;
	padding: 0;
	border: 0;
	border-radius: 0 3px 3px 0;
	background: var(--n3-footer-accent);
	box-shadow: none;
	color: transparent;
	font-size: 0;
	cursor: pointer;
	transform: none !important;
}

.n3-site-footer__form .wpcf7-spinner {
	position: absolute;
	top: 52px;
	right: 0;
	margin: 0;
}

.n3-site-footer__form .wpcf7-not-valid-tip,
.n3-site-footer__form .wpcf7-response-output {
	color: #ffcf47;
	font-size: 11px;
}

.n3-site-footer__form .wpcf7-response-output {
	grid-column: 1 / -1;
	margin: 12px 0 0;
	padding: 7px 9px;
}

.n3-site-footer__form-notice {
	margin: 0;
	padding: 10px;
	border: 1px dashed rgba(255, 189, 0, .55);
	color: #ffcf47;
	font-size: 12px;
	line-height: 1.4;
}

@media (max-width: 1100px) {
	.n3-site-footer {
		padding-right: 20px;
		padding-left: 20px;
	}

	.n3-site-footer__inner > * {
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media (max-width: 1000px) {
	.n3-site-footer__inner {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 28px 0;
	}

	.n3-site-footer__inner > * {
		padding-top: 25px;
		border-top: 1px solid rgba(255, 255, 255, .1);
		border-left: 0;
	}

	.n3-site-footer__inner > :nth-child(-n+3) {
		padding-top: 0;
		border-top: 0;
	}

	.n3-site-footer__inner > :nth-child(3n+1) {
		padding-left: 0;
	}
}

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

	.n3-site-footer__inner > :nth-child(n) {
		padding: 24px 18px 0;
		border-top: 1px solid rgba(255, 255, 255, .1);
	}

	.n3-site-footer__inner > :nth-child(-n+2) {
		padding-top: 0;
		border-top: 0;
	}

	.n3-site-footer__inner > :nth-child(odd) {
		padding-left: 0;
	}

	.n3-site-footer__inner > :nth-child(even) {
		padding-right: 0;
	}
}

@media (max-width: 460px) {
	.n3-site-footer {
		padding: 32px 16px;
	}

	.n3-site-footer__inner {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.n3-site-footer__inner > :nth-child(n) {
		padding: 24px 0;
		border-top: 1px solid rgba(255, 255, 255, .1);
	}

	.n3-site-footer__inner > :first-child {
		padding-top: 0;
		border-top: 0;
	}

	.n3-site-footer__inner > :last-child {
		padding-bottom: 0;
	}
}
