.site-footer.aodson-site-footer {
	--foot_bg: #0b1d2d !important;
	--foot_text: #d9e4eb !important;
	--foot_splitline: #294052 !important;
	background: #0b1d2d !important;
	color: #d9e4eb;
}

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

.aodson-site-footer .footer-block-wrap {
	padding: 70px 0 58px;
	background: transparent;
}

.aodson-site-footer .page-width {
	width: min(1320px, calc(100% - 48px));
	max-width: none;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
}

@media (min-width: 768px) {
	.aodson-site-footer .page-width {
		width: min(1280px, calc(100% - 160px));
	}
}

.aodson-site-footer .footer-block-group {
	display: grid;
	width: 100%;
	margin: 0;
	grid-template-columns: 1.2fr 0.92fr 1fr 1.15fr;
	gap: 52px;
}

.aodson-site-footer .footer-group-item {
	display: block !important;
	width: auto !important;
	min-width: 0;
	margin: 0;
	padding: 0;
}

.aodson-site-footer .footer-block-item + .footer-block-item {
	margin-top: 18px;
}

.aodson-site-footer .footer-block-title {
	margin: 0 0 21px;
}

.aodson-site-footer .footer-block-title h3 {
	margin: 0;
	color: #ffffff;
	font-size: 16px;
	font-weight: 750;
	line-height: 1.3;
	letter-spacing: 0;
}

.aodson-site-footer .footer-group-item:first-child .footer-block-title h3 {
	font-size: 24px;
}

.aodson-footer-toggle {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	color: inherit;
	font: inherit;
	letter-spacing: 0;
	text-align: left;
}

.aodson-footer-toggle i {
	display: none;
}

.aodson-site-footer .footer-block-text,
.aodson-site-footer .footer-block-text p {
	margin: 0;
	color: #aebfcb;
	font-size: 14px;
	line-height: 1.72;
}

.aodson-site-footer .footer-block-text p + p {
	margin-top: 16px;
}

.aodson-site-footer .footer-block-content ul {
	margin: 0;
	padding: 0;
}

.aodson-site-footer .footer-block-content li {
	margin: 0 0 11px;
	padding: 0;
	line-height: 1.45;
}

.aodson-site-footer .footer-block-content li:last-child {
	margin-bottom: 0;
}

.aodson-site-footer .footer-block-content a {
	position: relative;
	display: inline-block;
	color: #c9d6df;
	font-size: 14px;
	line-height: 1.45;
	text-decoration: none;
	transition: color 160ms ease, transform 160ms ease;
}

.aodson-site-footer .footer-block-content a:hover,
.aodson-site-footer .footer-block-content a:focus-visible {
	color: #ffffff;
	transform: translateX(2px);
}

.aodson-site-footer .footer-group-item:nth-child(4) .footer-block-item:last-child li:last-child {
	margin-top: 17px;
}

.aodson-site-footer .footer-group-item:nth-child(4) .footer-block-item:last-child li:last-child a {
	display: inline-flex;
	min-height: 43px;
	align-items: center;
	justify-content: center;
	padding: 0 18px;
	background: #2187c5;
	border-radius: 4px;
	color: #ffffff;
	font-weight: 750;
}

.aodson-site-footer .footer-group-item:nth-child(4) .footer-block-item:last-child li:last-child a::after {
	margin-left: 9px;
	content: '\2192';
}

.aodson-site-footer .footer-bottom {
	padding: 0;
	background: #091824;
	border-top: 1px solid #263c4d;
}

.aodson-site-footer .footer-bottom-wrap {
	min-height: 68px;
	padding: 18px 0;
}

.aodson-site-footer .copyright-wrap {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.aodson-site-footer .footer-copyright,
.aodson-site-footer .footer-right {
	width: auto !important;
}

.aodson-site-footer .copyright-text,
.aodson-site-footer .footer-right a {
	color: #91a6b4 !important;
	font-size: 12px !important;
	line-height: 1.5;
}

.aodson-site-footer .footer-right ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px 18px;
}

.aodson-site-footer .footer-right li {
	margin: 0 !important;
}

@media (max-width: 1100px) {
	.aodson-site-footer .footer-block-group {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 44px 52px;
	}
}

@media (max-width: 767px) {
	.aodson-site-footer .page-width {
		width: min(100% - 32px, 1320px);
	}

	.aodson-site-footer .footer-block-wrap {
		padding: 28px 0 20px;
	}

	.aodson-site-footer .footer-block-group {
		display: block;
	}

	.aodson-site-footer .footer-group-item {
		border-bottom: 1px solid #294052;
	}

	.aodson-site-footer .footer-group-item:first-child {
		border-top: 1px solid #294052;
	}

	.aodson-site-footer .footer-block-title {
		margin: 0;
	}

	.aodson-site-footer .footer-block-title h3,
	.aodson-site-footer .footer-group-item:first-child .footer-block-title h3 {
		font-size: 15px;
	}

	.aodson-site-footer .aodson-footer-toggle {
		display: flex;
		min-height: 55px;
		align-items: center;
		justify-content: space-between;
		gap: 18px;
		cursor: pointer;
	}

	.aodson-site-footer .aodson-footer-toggle i {
		position: relative;
		display: block;
		width: 14px;
		height: 14px;
		flex: 0 0 auto;
	}

	.aodson-site-footer .aodson-footer-toggle i::before,
	.aodson-site-footer .aodson-footer-toggle i::after {
		position: absolute;
		top: 6px;
		left: 1px;
		width: 12px;
		height: 1px;
		background: #8da7b8;
		content: '';
		transition: transform 180ms ease;
	}

	.aodson-site-footer .aodson-footer-toggle i::after {
		transform: rotate(90deg);
	}

	.aodson-site-footer .is-open .aodson-footer-toggle i::after {
		transform: rotate(0);
	}

	.aodson-site-footer.aodson-footer-mobile .footer-group-item:not(.is-open) .footer-block-content {
		display: none;
	}

	.aodson-site-footer .footer-group-item.is-open {
		padding-bottom: 22px;
	}

	.aodson-site-footer .footer-group-item.is-open .footer-block-title {
		margin-bottom: 12px;
	}

	.aodson-site-footer .footer-block-item + .footer-block-item {
		margin-top: 14px;
	}

	.aodson-site-footer .footer-block-content li {
		margin-bottom: 9px;
	}

	.aodson-site-footer .footer-bottom-wrap,
	.aodson-site-footer .copyright-wrap {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.aodson-site-footer .footer-bottom-wrap {
		min-height: 0;
		padding: 20px 0 24px;
	}

	.aodson-site-footer .footer-right ul {
		justify-content: flex-start;
		gap: 6px 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.aodson-site-footer *,
	.aodson-site-footer *::before,
	.aodson-site-footer *::after {
		transition-duration: 0.01ms !important;
	}
}
