@font-face {
	font-family: "Open Sans";
	src: url("/static/annex/fonts/OpenSans-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Open Sans";
	src: url("/static/annex/fonts/OpenSans-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Open Sans";
	src: url("/static/annex/fonts/OpenSans-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Open Sans";
	src: url("/static/annex/fonts/OpenSans-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

:root {
	--lp-white: #fff;
	--lp-mist: #f0f7f7;
	--lp-mist-2: #f7fbfb;
	--lp-ink: #424a4f;
	--lp-muted: #565e66;
	--lp-navy: #002f50;
	--lp-navy-deep: #011731;
	--lp-blue: #4dbdeb;
	--lp-blue-deep: #0077b3;
	--lp-cta-color: #6f96ec;
	--lp-accent: #197b7f;
	--lp-line: #d9eaee;
	--lp-bg: #fbfdfd;
	--lp-shadow: 0 18px 50px rgba(17, 48, 68, 0.12);
	--lp-shadow-soft: 0 10px 32px rgba(25, 123, 127, 0.1);
	--lp-width: 1400px;
}

html {
	scroll-behavior: smooth;
}

.footer .container,
.common-header-content {
	max-width: var(--lp-width);
	padding: 0;
}

.main {
	position: relative;
	z-index: 0;
}

.lp-page {
	width: 100%;
	margin: 0;
	overflow-x: hidden;
	color: var(--lp-ink);
	background: var(--lp-bg);
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.68;
	text-align: left;
}

.lp-page *,
.lp-page *::before,
.lp-page *::after {
	box-sizing: border-box;
}

.lp-page main,
.lp-page section,
.lp-page article {
	display: block;
}

.lp-page section {
	position: relative;
	width: 100%;
	text-align: left;
}

.lp-page img,
.lp-page svg {
	display: block;
	max-width: 100%;
}

.lp-page h1,
.lp-page h2,
.lp-page h3 {
	margin: 0;
	color: var(--lp-navy-deep);
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0;
	text-align: left;
}

.lp-page h1 {
	font-size: 44px;
	line-height: 1.25;
}

.lp-page h2 {
	margin-bottom: 28px;
	font-size: 30px;
	line-height: 1.13;
}

.lp-page h3 {
	font-size: 18px;
	line-height: 1.5;
}

.lp-page p {
	margin: 0;
	color: var(--lp-muted);
	text-align: left;
}

.lp-page a {
	color: inherit;
}

.lp-page a:hover {
	text-decoration: none;
}

.lp-wrap {
	width: 100%;
	max-width: 1436px;
	margin: 0 auto;
	padding: 0 18px;
}

.lp-sec {
	padding: 92px 0;
}

.lp-group {
	display: flow-root;
	background: linear-gradient(180deg, #f7fafb 0%, var(--lp-white) 50%, #f7fafb 100%);
}

.lp-copy {
	min-width: 0;
	text-align: left;
}

.lp-copy>p+p {
	margin-top: 16px;
}

.lp-copy>h2 {
	font-size: 28px;
	font-weight: 400;
	line-height: 1.5;
}

.lp-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: center;
	margin-top: 34px;
}

.lp-btn {
	display: inline-flex;
	min-height: 49px;
	align-items: center;
	justify-content: center;
	padding: 15px 45px;
	border: 0;
	border-radius: 8px;
	color: var(--lp-white) !important;
	background: linear-gradient(125.62deg, var(--lp-cta-color) 26.06%, #8faff6 84.58%);
	box-shadow: 0 4px 8px rgba(45, 45, 45, 0.28);
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 19px;
	text-decoration: none;
	cursor: pointer;
	transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.lp-btn:hover {
	filter: brightness(1.04);
	transform: translateY(-2px);
	box-shadow: 0 8px 18px rgba(45, 45, 45, 0.24);
}

.lp-btn:focus-visible {
	outline: 3px solid rgba(77, 189, 235, 0.65);
	outline-offset: 4px;
}

.lp-btn:active {
	transform: translateY(1px);
	box-shadow: 0 3px 8px rgba(45, 45, 45, 0.24);
}

.lp-hero {
	min-height: 680px;
	padding: 140px 0;
	overflow: hidden;
	background:
		url("/static/annex/img/main_page/ru/hero-bg.svg") center / cover no-repeat,
		radial-gradient(circle at 84% 18%, rgba(77, 189, 235, 0.2), transparent 28%),
		radial-gradient(circle at 14% 86%, rgba(25, 123, 127, 0.11), transparent 30%),
		linear-gradient(135deg, #f9fcfd 0%, #edf7fa 58%, #f1f3fc 100%);
	isolation: isolate;
}

.lp-hero .lp-wrap {
	max-width: var(--lp-width);
	padding: 0 40px;
}

.lp-hero .lp-copy {
	position: relative;
	z-index: 2;
	max-width: 960px;
	margin: 0 auto 120px;
	text-align: center;
}

.lp-hero h1 {
	margin-bottom: 44px;
	font-size: 56px;
	text-align: center;
}

.lp-hero p {
	color: var(--lp-muted);
	font-size: 18px;
	line-height: 1.7;
	text-align: center;
}

.lp-hero .lp-actions {
	justify-content: center;
}

.lp-hero .lp-btn {
	background: var(--lp-accent);
}

.lp-slider {
	position: relative;
	width: 100%;
	min-height: 720px;
	overflow: hidden;
	border: 1px solid rgba(0, 47, 80, 0.1);
	border-radius: 26px;
	background: var(--lp-white);
	box-shadow: 0 30px 80px rgba(0, 47, 80, 0.14);
	isolation: isolate;
}

.lp-slides {
	position: absolute;
	inset: 0;
	overflow: hidden;
	border-radius: inherit;
}

.lp-slide {
	position: absolute;
	inset: 0;
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	margin: 0;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.6s ease, visibility 0.6s ease;
}

.lp-slide.lp-active {
	visibility: visible;
	opacity: 1;
}

.lp-slide img {
	width: 100%;
	height: 100%;
	min-height: 0;
	object-fit: contain;
	background: var(--lp-white);
}

.lp-slider-caption {
	width: 100%;
	padding: 15px 24px;
	border-top: 1px solid rgba(0, 47, 80, 0.1);
	background: var(--lp-white);
	color: var(--lp-navy-deep);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.45;
	text-align: center;
}

.lp-arrow {
	position: absolute;
	z-index: 2;
	top: 50%;
	display: flex;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	padding: 0;
	transform: translateY(-50%);
	border: 1px solid rgba(255, 255, 255, 0.52);
	border-radius: 50%;
	background: rgba(0, 47, 80, 0.28);
	color: var(--lp-white);
	font: 400 24px/1 "Open Sans", Arial, sans-serif;
	cursor: pointer;
	opacity: 0;
	transition: background 0.2s ease, opacity 0.2s ease;
}

.lp-slider:hover .lp-arrow,
.lp-arrow:focus-visible {
	opacity: 0.72;
}

.lp-arrow:hover,
.lp-arrow:focus-visible {
	background: rgba(0, 47, 80, 0.46);
}

.lp-arrow:focus-visible {
	outline: 3px solid rgba(77, 189, 235, 0.75);
	outline-offset: 3px;
}

.lp-arrow:active {
	background: rgba(0, 47, 80, 0.62);
}

.lp-prev {
	left: 20px;
}

.lp-next {
	right: 20px;
}

.lp-bridge {
	position: relative;
	z-index: 2;
	margin-top: -56px;
}

.lp-bridge .lp-panel {
	display: grid;
	grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.4fr);
	gap: 44px;
	align-items: center;
	padding: 34px 40px;
	border-radius: 26px;
	background:
		radial-gradient(circle at 90% 0, rgba(77, 189, 235, 0.2), transparent 38%),
		linear-gradient(135deg, var(--lp-navy-deep), var(--lp-navy));
	box-shadow: 0 24px 64px rgba(1, 23, 49, 0.18);
}

.lp-bridge-heading h2 {
	margin: 8px 0 0;
	color: var(--lp-white);
	font-size: 26px;
	line-height: 1.35;
}

.lp-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	list-style: none;
}

.lp-steps li {
	padding: 4px 24px;
	border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.lp-steps strong,
.lp-steps span {
	display: block;
}

.lp-steps strong {
	margin-bottom: 6px;
	color: var(--lp-white);
}

.lp-steps span {
	color: #dcecf4;
	font-size: 14px;
	line-height: 1.5;
}

.lp-bridge+.lp-sec {
	padding-top: 140px;
}

.lp-panel {
	padding: 34px 40px;
	border-radius: 26px;
	background: var(--lp-white);
	box-shadow: var(--lp-shadow-soft);
}

.lp-panel>*+* {
	margin-top: 16px;
}

.lp-split {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 9%;
	align-items: center;
}

.lp-split.lp-rev .lp-copy {
	order: 2;
}

.lp-split.lp-rev .lp-media {
	order: 1;
}

.lp-media {
	position: relative;
	display: flex;
	min-height: 360px;
	align-items: center;
	justify-content: center;
	border-radius: 26px;
	color: var(--lp-navy);
	isolation: isolate;
}

.lp-media img {
	width: 100%;
	height: 100%;
	min-height: inherit;
	object-fit: contain;
}

.lp-placeholder {
	background: #d1d5d8;
	overflow: hidden;
}

.lp-placeholder::before,
.lp-placeholder::after {
	content: none;
}

.lp-list {
	display: grid;
	gap: 6px;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.lp-list li {
	position: relative;
	padding: 14px 0 0 46px;
	color: var(--lp-ink);
	text-align: left;
}

.lp-list li::before {
	position: absolute;
	top: 14px;
	left: 17px;
	content: "✓";
	color: var(--lp-accent);
	font-weight: 700;
}

.lp-dark-note {
	width: 100%;
	padding: 34px;
	border-radius: 24px;
	color: var(--lp-white);
	background: linear-gradient(135deg, var(--lp-navy) 0%, var(--lp-navy-deep) 100%);
	box-shadow: 0 18px 42px rgba(1, 23, 49, 0.2);
	text-align: left;
}

.lp-dark-note h2,
.lp-dark-note h3,
.lp-dark-note p,
.lp-dark-note strong {
	color: var(--lp-white);
}

.lp-dark-note p {
	opacity: 0.88;
}

.lp-dark-note>*+* {
	margin-top: 16px;
}

.lp-dark-note .lp-dark-list-cards {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.lp-dark-note .lp-dark-list-cards li {
	padding: 20px 20px 20px 48px;
	border-radius: 16px;
	background: var(--lp-white);
	color: var(--lp-ink);
}

.lp-dark-note .lp-dark-list-cards h3 {
	color: var(--lp-ink);
}

.lp-dark-note .lp-dark-list-cards p {
	color: var(--lp-muted);
	opacity: 1;
}

.lp-dark-note .lp-dark-list-columns {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px 28px;
}

.lp-dark-note .lp-dark-list-columns li {
	color: var(--lp-white);
}

.lp-list h3 {
	font-size: 16px;
}

.lp-list p {
	margin-top: 9px;
}

.lp-note {
	margin-top: 26px !important;
	padding: 12px 12px 12px 24px;
	border-left: 4px solid var(--lp-accent);
	border-radius: 12px;
	background: var(--lp-white);
	color: var(--lp-muted);
	font-size: 14px;
	text-align: left;
}

.lp-note a {
	color: var(--lp-blue-deep);
	font-weight: 700;
}

.lp-note a:focus-visible {
	outline: 3px solid rgba(77, 189, 235, 0.65);
	outline-offset: 3px;
}

.lp-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	width: 100%;
}

.lp-card {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	padding: 28px;
	border-radius: 22px;
	background: #eaf1f0;
	text-align: left;
}

.lp-card h3 {
	margin-top: 16px;
}

.lp-card p {
	margin-top: 9px;
}

.lp-card p+p {
	margin-top: 14px;
}

.lp-icon {
	display: inline-flex;
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	color: var(--lp-blue-deep);
	background: rgba(77, 189, 235, 0.16);
}

.lp-icon svg {
	width: 26px;
	height: 26px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.lp-board {
	position: relative;
	display: grid;
	grid-template-columns: 0.82fr 1.18fr;
	gap: 38px;
	align-items: stretch;
	width: calc(100% - 80px);
	max-width: var(--lp-width);
	margin: 64px auto 48px;
	padding: 34px;
	overflow: hidden;
	border-radius: 28px;
	background:
		radial-gradient(circle at 50% 0, rgba(77, 189, 235, 0.24), transparent 36%),
		linear-gradient(135deg, var(--lp-navy-deep), var(--lp-navy));
}

.lp-board .lp-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.lp-board h2,
.lp-board h3 {
	color: var(--lp-white);
}

.lp-board p {
	color: #dcecf4;
}

.lp-board .lp-media {
	min-height: 420px;
	background: var(--lp-white);
}

.lp-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

.lp-tabs li {
	padding: 9px 12px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	color: var(--lp-white);
	background: rgba(255, 255, 255, 0.08);
	font-size: 13px;
	font-weight: 700;
}

.lp-table {
	width: 100%;
	overflow-x: auto;
	border-radius: 22px;
	background: var(--lp-white);
	box-shadow: var(--lp-shadow-soft);
	-webkit-overflow-scrolling: touch;
}

.lp-table table {
	width: 100%;
	min-width: 720px;
	border-collapse: collapse;
}

.lp-table th,
.lp-table td {
	padding: 16px 18px;
	border-bottom: 1px solid var(--lp-line);
	color: var(--lp-ink);
	text-align: left;
	vertical-align: top;
}

.lp-table th {
	color: var(--lp-navy-deep);
	background: var(--lp-mist);
	font-size: 14px;
	font-weight: 700;
}

.lp-table tbody tr:last-child td {
	border-bottom: 0;
}

.lp-table tbody tr:hover {
	background: var(--lp-mist-2);
}

.lp-table:focus-within {
	outline: 3px solid rgba(77, 189, 235, 0.45);
	outline-offset: 3px;
}

.lp-faq {
	display: flex;
	flex-direction: column;
	gap: 14px;
	width: 100%;
	text-align: left;
}

.lp-faq-item {
	width: 100%;
	overflow: hidden;
	border-radius: 12px;
	background: var(--lp-mist);
	text-align: left;
}

.lp-faq-q {
	display: flex;
	width: 100%;
	align-items: center;
	gap: 20px;
	padding: 22px 26px;
	border: 0;
	background: transparent;
	color: var(--lp-navy-deep);
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	text-align: left;
	cursor: pointer;
}

.lp-faq-question {
	flex: 1 1 auto;
	text-align: left;
}

.lp-faq-icon {
	display: grid;
	flex: 0 0 26px;
	width: 26px;
	height: 26px;
	place-items: center;
	color: var(--lp-blue-deep);
	transition: transform 0.25s ease;
}

.lp-faq-q[aria-expanded="true"] .lp-faq-icon {
	transform: rotate(180deg);
}

.lp-faq-q:focus-visible {
	outline: 3px solid rgba(0, 119, 179, 0.35);
	outline-offset: -3px;
}

.lp-faq-answer {
	max-height: 0;
	overflow: hidden;
	text-align: left;
	transition: max-height 0.3s ease;
}

.lp-faq-answer-inner {
	padding: 0 26px 24px;
	color: var(--lp-muted);
	font-size: 16px;
	line-height: 1.62;
	text-align: left;
}

.lp-cta {
	width: calc(100% - 80px);
	max-width: var(--lp-width);
	margin: 64px auto 48px;
	padding: 90px 0 72px;
	overflow: hidden;
	border-radius: 28px;
	background:
		radial-gradient(circle at 50% 0, rgba(77, 189, 235, 0.24), transparent 36%),
		linear-gradient(135deg, var(--lp-navy-deep), var(--lp-navy));
	box-shadow: 0 24px 64px rgba(1, 23, 49, 0.16);
	text-align: center;
}

.lp-cta .lp-wrap {
	max-width: 1100px;
}

.lp-cta h2,
.lp-cta p {
	color: var(--lp-white);
	text-align: center;
}

.lp-cta h2 {
	font-size: 38px;
}

.lp-cta p {
	color: #dcecf4;
	font-size: 18px;
}

.lp-cta .lp-actions {
	justify-content: center;
}

@media (hover: none) {
	.lp-arrow {
		opacity: 0.72;
	}
}

@media (max-width: 1180px) {
	.lp-board {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 1023px) {
	.lp-sec {
		padding: 78px 0;
	}

	.lp-hero {
		padding: 74px 0;
	}

	.lp-hero .lp-wrap {
		padding: 0 30px;
	}

	.lp-hero .lp-copy {
		margin-bottom: 72px;
	}

	.lp-slider {
		min-height: 420px;
	}

	.lp-bridge .lp-panel {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.lp-split {
		grid-template-columns: 1fr;
		gap: 44px;
	}

	.lp-split .lp-copy,
	.lp-split.lp-rev .lp-copy {
		order: 1;
	}

	.lp-split .lp-media,
	.lp-split.lp-rev .lp-media {
		order: 2;
	}

	.lp-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lp-dark-note .lp-dark-list-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.lp-wrap {
		padding: 0 20px;
	}

	.lp-page h1 {
		font-size: 38px;
	}

	.lp-page h2 {
		font-size: 26px;
	}

	.lp-page h3 {
		font-size: 18px;
	}

	.lp-sec {
		padding: 62px 0;
	}

	.lp-btn {
		width: 100%;
		padding-right: 22px;
		padding-left: 22px;
	}

	.lp-hero {
		min-height: 0;
		padding: 64px 0;
	}

	.lp-hero .lp-wrap {
		padding: 0 20px;
	}

	.lp-hero .lp-copy {
		margin-bottom: 38px;
	}

	.lp-hero h1 {
		margin-bottom: 24px;
		font-size: 40px;
	}

	.lp-hero p {
		font-size: 16px;
	}

	.lp-hero .lp-actions {
		margin-top: 18px;
	}

	.lp-slider {
		min-height: 340px;
		border-radius: 22px;
	}

	.lp-arrow {
		width: 40px;
		height: 40px;
		opacity: 0.72;
	}

	.lp-prev {
		left: 12px;
	}

	.lp-next {
		right: 12px;
	}

	.lp-bridge {
		margin-top: -28px;
	}

	.lp-bridge .lp-panel {
		gap: 24px;
		padding: 28px 24px;
		border-radius: 22px;
	}

	.lp-bridge-heading h2 {
		font-size: 24px;
	}

	.lp-steps {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.lp-steps li {
		padding: 0 0 0 18px;
	}

	.lp-bridge+.lp-sec {
		padding-top: 56px;
	}

	.lp-panel,
	.lp-card {
		padding: 24px;
	}

	.lp-dark-note {
		padding: 24px;
		border-radius: 20px;
	}

	.lp-dark-note .lp-dark-list-cards,
	.lp-dark-note .lp-dark-list-columns {
		grid-template-columns: 1fr;
	}

	.lp-grid {
		grid-template-columns: 1fr;
	}

	.lp-media {
		min-height: 290px;
	}

	.lp-board,
	.lp-cta {
		width: calc(100% - 40px);
		margin: 40px auto 32px;
		border-radius: 22px;
	}

	.lp-board {
		gap: 28px;
		padding: 24px;
	}

	.lp-board .lp-media {
		min-height: 290px;
	}

	.lp-cta {
		padding: 64px 0 48px;
	}

	.lp-cta h2 {
		font-size: 30px;
	}

	.lp-cta p {
		font-size: 16px;
	}

	.lp-table {
		border-radius: 16px;
	}

	.lp-faq-q {
		gap: 14px;
		padding: 20px 18px;
		font-size: 16px;
	}

	.lp-faq-answer-inner {
		padding: 0 18px 22px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.lp-page *,
	.lp-page *::before,
	.lp-page *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}

	.lp-slide,
	.lp-arrow {
		transition: none;
	}
}
