html,
body {
	overflow-x: clip;
}

.op-footer {
	--opf-navy: #071d48;
	--opf-deep: #0b2c6b;
	--opf-blue: #1a56d6;
	--opf-orange: #ff7a29;
	--opf-muted: #a9bce0;
	position: relative;
	z-index: 2;
	clear: both;
	left: 50%;
	width: 100vw;
	max-width: none;
	margin-left: -50vw;
	color: #fff;
	background: var(--opf-navy);
	font-family: inherit;
}

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

.op-footer a {
	color: inherit;
	text-decoration: none;
}

.op-footer-wrap {
	width: min(1200px, calc(100% - 48px));
	margin: 0 auto;
}

.op-footer-consult {
	padding: 26px 0;
	background: linear-gradient(110deg, var(--opf-deep) 0%, #0d4198 53%, var(--opf-blue) 100%);
	border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.op-footer-consult-grid {
	display: grid;
	grid-template-columns: minmax(330px, 1.35fr) minmax(200px, .72fr) minmax(180px, .62fr) auto;
	align-items: center;
	gap: 28px;
}

.op-footer-consult-copy,
.op-footer-consult-phones,
.op-footer-hours {
	display: flex;
	align-items: center;
}

.op-footer-consult-copy {
	gap: 18px;
}

.op-footer-round-icon {
	display: grid;
	flex: 0 0 52px;
	width: 52px;
	height: 52px;
	place-items: center;
	color: var(--opf-orange);
	border: 1px solid rgba(255, 122, 41, .8);
	border-radius: 50%;
	font-size: 19px;
}

.op-footer-consult h2 {
	margin: 0 0 5px;
	color: #fff;
	font-size: clamp(21px, 1.7vw, 28px);
	line-height: 1.2;
	font-weight: 750;
}

.op-footer-consult p {
	margin: 0;
	color: #d7e5ff;
	font-size: 14px;
	line-height: 1.5;
}

.op-footer-consult-phones {
	gap: 14px;
	padding-left: 26px;
	border-left: 1px solid rgba(255, 255, 255, .22);
}

.op-footer-consult-phones > i,
.op-footer-hours > i {
	color: var(--opf-orange);
	font-size: 23px;
}

.op-footer-consult-phones div {
	display: grid;
	gap: 3px;
}

.op-footer-consult-phones a {
	font-size: 16px;
	font-weight: 700;
	white-space: nowrap;
}

.op-footer-hours {
	gap: 13px;
	color: #eaf1ff;
	font-size: 15px;
	white-space: nowrap;
}

.op-footer-callback {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	gap: 16px;
	padding: 0 24px;
	color: #fff;
	background: var(--opf-orange);
	border: 1px solid #ff9a60;
	border-radius: 14px;
	box-shadow: 0 8px 22px rgba(107, 40, 0, .2);
	font-family: inherit;
	font-size: 14px;
	font-weight: 750;
	white-space: nowrap;
	cursor: pointer;
	transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.op-footer-callback:hover,
.op-footer-callback:focus-visible {
	color: #fff;
	background: #f2681a;
	box-shadow: 0 10px 28px rgba(107, 40, 0, .3);
	transform: translateY(-2px);
}

.op-footer-main {
	background: linear-gradient(120deg, #061b43 0%, #092759 64%, #0a2d69 100%);
}

.op-footer-main-grid {
	display: grid;
	grid-template-columns: minmax(250px, 1.08fr) minmax(170px, .82fr) minmax(220px, 1fr) minmax(220px, .92fr);
	gap: 46px;
	padding-top: 56px;
	padding-bottom: 44px;
}

.op-footer-logo {
	display: inline-flex;
	width: 230px;
	min-height: 60px;
	align-items: center;
	margin-bottom: 20px;
}

.op-footer-logo img {
	display: block;
	width: 230px;
	height: auto;
	max-width: 230px;
	max-height: 64px;
	object-fit: contain;
	object-position: left center;
	filter: brightness(0) invert(1);
}

.op-footer-logo strong {
	font-size: 30px;
}

.op-footer-brand p {
	max-width: 300px;
	margin: 0 0 20px;
	color: var(--opf-muted);
	font-size: 14px;
	line-height: 1.75;
}

.op-footer-more {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #51a0ff !important;
	font-size: 14px;
	font-weight: 700;
}

.op-footer-more i,
.op-footer-links a i {
	font-size: 11px;
	transition: transform .2s ease;
}

.op-footer-more:hover i,
.op-footer-links a:hover i {
	transform: translateX(4px);
}

.op-footer h3 {
	margin: 4px 0 21px;
	color: #fff;
	font-size: 18px;
	line-height: 1.25;
	font-weight: 750;
}

.op-footer-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.op-footer-links li {
	margin: 0;
	border-bottom: 1px solid rgba(155, 188, 235, .18);
}

.op-footer-links a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 11px 0;
	color: #c8d7ef;
	font-size: 14px;
	line-height: 1.35;
	transition: color .2s ease;
}

.op-footer-links a i {
	color: #3188ef;
}

.op-footer-links a:hover,
.op-footer-links a:focus-visible {
	color: #fff;
}

.op-footer-payment {
	padding-left: 10px;
}

.op-footer-payment-logos {
	display: flex;
	height: 46px;
	align-items: center;
	gap: 24px;
	margin: 0 0 17px;
}

.op-footer-payment-logos img {
	display: block;
	width: auto;
	max-width: 88px;
	max-height: 38px;
	object-fit: contain;
}

.op-footer-payment-logos img:last-child {
	max-width: 74px;
	padding: 8px 10px;
	background: #fff;
	border-radius: 7px;
}

.op-footer-payment strong,
.op-footer-payment span {
	display: block;
}

.op-footer-payment strong {
	margin-bottom: 6px;
	color: #fff;
	font-size: 15px;
}

.op-footer-payment span {
	color: #c1d2ec;
	font-size: 13px;
}

.op-footer-payment span i {
	margin-right: 7px;
	color: #62a6ff;
}

.op-footer-payment p {
	margin: 15px 0 0;
	color: #8fa9d0;
	font-size: 12px;
	line-height: 1.6;
}

.op-footer-contacts {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 26px;
	padding: 22px 0;
	border-top: 1px solid rgba(155, 188, 235, .2);
}

.op-footer-contacts > a,
.op-footer-contact-phones {
	display: flex;
	align-items: center;
	gap: 11px;
	color: #c6d8f2;
	font-size: 13px;
}

.op-footer-contacts i {
	color: #5ca4ff;
}

.op-footer-contact-phones {
	gap: 12px;
}

.op-footer-contact-phones a {
	color: #fff;
	font-weight: 650;
}

.op-footer-bottom {
	background: #051633;
	border-top: 1px solid rgba(155, 188, 235, .16);
}

.op-footer-bottom-grid {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 26px;
	min-height: 74px;
}

.op-footer-bottom p {
	margin: 0;
	color: #8da5c9;
	font-size: 12px;
}

.op-footer-bottom-links {
	display: flex;
	gap: 22px;
	color: #8da5c9;
	font-size: 12px;
}

.op-footer-bottom-links a:hover {
	color: #fff;
}

.op-footer-socials {
	display: flex;
	justify-content: flex-end;
	gap: 9px;
}

.op-footer-socials a {
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	color: #fff;
	border: 1px solid rgba(93, 163, 255, .65);
	border-radius: 50%;
	font-size: 14px;
	transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.op-footer-socials a:hover,
.op-footer-socials a:focus-visible {
	color: #fff;
	background: var(--opf-blue);
	border-color: var(--opf-blue);
	transform: translateY(-2px);
}

@media (max-width: 1100px) {
	.op-footer-consult-grid {
		grid-template-columns: 1.25fr .75fr auto;
	}

	.op-footer-hours {
		display: none;
	}

	.op-footer-main-grid {
		grid-template-columns: 1.2fr .8fr .95fr;
	}

	.op-footer-payment {
		grid-column: 1 / -1;
		display: grid;
		grid-template-columns: auto auto 1fr;
		align-items: center;
		gap: 20px;
		padding: 22px 0 0;
		border-top: 1px solid rgba(155, 188, 235, .18);
	}

	.op-footer-payment h3,
	.op-footer-payment p {
		grid-column: 1 / -1;
	}

	.op-footer-payment h3 {
		margin-bottom: 0;
	}

	.op-footer-payment-logos {
		margin: 0;
	}
}

@media (max-width: 820px) {
	.op-footer-wrap {
		width: min(100% - 32px, 640px);
	}

	.op-footer-consult {
		padding: 24px 0;
	}

	.op-footer-consult-grid {
		grid-template-columns: 1fr 1fr;
		gap: 22px;
	}

	.op-footer-consult-copy {
		grid-column: 1 / -1;
	}

	.op-footer-consult-phones {
		padding-left: 0;
		border-left: 0;
	}

	.op-footer-main-grid {
		grid-template-columns: 1fr 1fr;
		gap: 36px 28px;
		padding-top: 42px;
		padding-bottom: 34px;
	}

	.op-footer-brand,
	.op-footer-payment {
		grid-column: 1 / -1;
	}

	.op-footer-brand {
		display: grid;
		grid-template-columns: auto 1fr;
		align-items: center;
		column-gap: 26px;
	}

	.op-footer-logo {
		grid-row: 1 / span 2;
		margin: 0;
	}

	.op-footer-brand p {
		margin: 0 0 7px;
	}

	.op-footer-contacts {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.op-footer-contact-phones {
		grid-column: 1 / -1;
	}

	.op-footer-bottom-grid {
		grid-template-columns: 1fr auto;
		padding: 20px 0;
	}

	.op-footer-bottom-links {
		display: none;
	}
}

@media (max-width: 560px) {
	.op-footer-wrap {
		width: calc(100% - 32px);
	}

	.op-footer-consult-grid,
	.op-footer-main-grid,
	.op-footer-contacts,
	.op-footer-bottom-grid {
		grid-template-columns: 1fr;
	}

	.op-footer-consult-copy {
		align-items: flex-start;
	}

	.op-footer-round-icon {
		flex-basis: 44px;
		width: 44px;
		height: 44px;
	}

	.op-footer-consult-phones {
		padding: 18px 0;
		border-top: 1px solid rgba(255, 255, 255, .16);
		border-bottom: 1px solid rgba(255, 255, 255, .16);
	}

	.op-footer-callback {
		width: 100%;
	}

	.op-footer-main-grid {
		gap: 32px;
		padding-top: 38px;
	}

	.op-footer-brand {
		display: block;
	}

	.op-footer-logo {
		margin-bottom: 18px;
	}

	.op-footer-brand p {
		margin-bottom: 16px;
	}

	.op-footer-links li:last-child {
		border-bottom: 0;
	}

	.op-footer-payment {
		display: block;
		padding-top: 30px;
	}

	.op-footer-payment h3 {
		margin-bottom: 18px;
	}

	.op-footer-payment-logos {
		margin-bottom: 16px;
	}

	.op-footer-contacts {
		gap: 17px;
	}

	.op-footer-contact-phones {
		grid-column: auto;
		flex-wrap: wrap;
	}

	.op-footer-contact-phones i {
		width: 16px;
	}

	.op-footer-bottom-grid {
		justify-items: center;
		gap: 16px;
		text-align: center;
	}

	.op-footer-socials {
		justify-content: center;
	}
}
