.wd-footer {
	background-color: #1c2832 !important;
	background-image: linear-gradient(145deg, #1a2430 0%, #2c4250 48%, #1e3238 100%) !important;
	color: rgba(255, 255, 255, 0.82);
	border: 0;
}

.wd-footer .container.main-footer {
	max-width: 1280px;
	padding-top: 64px;
	padding-bottom: 28px;
}

.wd-footer .container.main-footer > p {
	display: contents;
}

.wd-copyrights,
.wd-prefooter {
	display: none !important;
}

.onno-footer {
	font-size: 14px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.78);
}

.onno-footer a {
	color: rgba(255, 255, 255, 0.78);
	text-decoration: none;
}

.onno-footer a:hover {
	color: #fff;
}

.onno-footer__grid {
	display: grid;
	grid-template-columns: 1.15fr 0.9fr 1.15fr 1.1fr;
	gap: 42px 36px;
}

.onno-footer__title {
	margin: 0 0 22px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.onno-footer__contact p {
	margin: 0 0 14px;
}

.onno-footer__label {
	display: block;
	margin-bottom: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.onno-footer__social {
	display: flex;
	gap: 10px;
	margin-top: 18px;
}

.onno-footer__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.onno-footer__social a:hover {
	background: rgba(255, 255, 255, 0.18);
}

.onno-footer__social svg {
	width: 14px;
	height: 14px;
	fill: currentColor;
}

.onno-footer__links {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.onno-footer__links li {
	margin: 0;
}

.onno-footer__lead {
	margin: 0 0 18px;
	max-width: 280px;
}

.onno-footer__form {
	display: flex;
	align-items: stretch;
	max-width: 340px;
	border-radius: 999px;
	overflow: hidden;
	background: rgba(8, 12, 16, 0.35);
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.onno-footer__form input[type="email"] {
	flex: 1 1 auto;
	min-width: 0;
	height: 46px;
	margin: 0;
	padding: 0 18px;
	border: 0;
	background: transparent;
	color: #fff;
	box-shadow: none;
}

.onno-footer__form input[type="email"]::placeholder {
	color: rgba(255, 255, 255, 0.45);
}

.onno-footer__form button {
	flex: 0 0 auto;
	height: 46px;
	margin: 0;
	padding: 0 20px;
	border: 0;
	border-radius: 0;
	background: #4d6d78;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	cursor: pointer;
}

.onno-footer__form button:hover {
	background: #5b7e8a;
}

.onno-footer__note {
	margin: 12px 0 0;
	font-size: 13px;
}

.onno-footer__note--ok {
	color: #b7e0c4;
}

.onno-footer__note--err {
	color: #f0c2c2;
}

.onno-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 48px;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 13px;
	color: rgba(255, 255, 255, 0.55);
}

.onno-footer__payments img {
	display: block;
	max-height: 28px;
	width: auto;
	opacity: 0.92;
}

@media (max-width: 1100px) {
	.onno-footer__grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 720px) {
	.wd-footer .container.main-footer {
		padding-top: 44px;
	}

	.onno-footer__grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.onno-footer__links {
		grid-template-columns: 1fr;
	}

	.onno-footer__bottom {
		flex-direction: column;
		align-items: flex-start;
	}
}
