:root {
	--c-forest: #2f782e;
	--c-lime: #406b32;
	--c-teal: #3037a0;
	--c-sky: #868e83;
	--c-ink: #143813;
	--c-ivory: #f5f7f1;
	--c-graphite: #0e122b;
	--c-muted: #868e83;
	--radius-xxl: 28px;
	--gap: clamp(12px, 3vw, 32px);
	--shadow-1: 0 10px 30px rgba(0, 0, 0, 0.25);
	--shadow-2: 0 30px 80px rgba(41, 87, 113, 0.35);
	--persp: 1200px;
}
* {
	box-sizing: border-box;
}
body,
html {
	margin: 0;
	padding: 0;
}

body {
	font-family:
		ui-sans-serif,
		system-ui,
		Segoe UI,
		Roboto,
		Arial;
	color: var(--c-ivory);
	background: radial-gradient(
			1100px 600px at 60% -10%,
			rgba(41, 87, 113, 0.22),
			transparent 60%
		),
		radial-gradient(
			900px 500px at 10% 20%,
			rgba(0, 55, 54, 0.18),
			transparent 70%
		),
		var(--c-forest);
}

a {
	color: inherit;
	text-decoration: none;
}

.s-57410264529,
.wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 var(--gap);
}

.s-91538173655 {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(23, 40, 44, 0.7); /* .color1 c прозрачностью */
	backdrop-filter: blur(10px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.s-91538173655 .s-57410264529 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 64px;
}

.s-16597351965 {
	display: flex;
	align-items: center;
	gap: 12px;
}

.s-16597351965 .s-94153620812 {
	font-weight: 800;
	letter-spacing: 0.6px;
}

.s-16597351965 .s-94153620812 span {
	color: var(--c-lime);
}

.s-32874190552 {
	display: none;
	gap: 22px;
	align-items: center;
}

.s-32874190552 a {
	opacity: 0.9;
}
.s-32874190552 a:hover {
	opacity: 1;
}

.s-61938510391 {
	width: 38px;
	height: 38px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 10px;
	display: grid;
	place-items: center;
	cursor: pointer;
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.06),
		rgba(255, 255, 255, 0.02)
	);
}

.s-61938510391 span {
	width: 18px;
	height: 2px;
	background: #fff;
	display: block;
	position: relative;
}

.s-61938510391 span:after,
.s-61938510391 span:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	background: #fff;
	transform-origin: center;
}

.s-61938510391 span:before {
	top: -6px;
}
.s-61938510391 span:after {
	top: 6px;
}

.s-82017364510 {
	position: fixed;
	inset: 64px 0 auto 0;
	background: rgba(23, 40, 44, 0.95);
	backdrop-filter: blur(12px);
	padding: 24px;
	display: none;
}

.s-82017364510 a {
	display: block;
	padding: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.is-open .s-82017364510 {
	display: block;
}

@media (min-width: 960px) {
	.s-61938510391 {
		display: none;
	}
	.s-32874190552 {
		display: flex;
	}
	.s-82017364510 {
		display: none !important;
	}
}

main {
	min-height: 100vh;
	padding: clamp(30px, 6vw, 80px) 0;
}

h1 {
	font-size: clamp(26px, 6vw, 58px);
	margin: 0.2em 0;
	background: linear-gradient(90deg, #fff, var(--c-sky));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

h2 {
	margin-top: 1.5em;
}

table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 12px;
	overflow: hidden;
}

td,
th {
	padding: 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	text-align: left;
}

.btn {
	padding: 10px 14px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.18);
}

.btn-prim {
	background: linear-gradient(135deg, var(--c-teal), var(--c-lime));
	color: #031a15;
	border: none;
}

footer {
	margin-top: 60px;
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(0, 0, 0, 0.35);
}

footer .s-foot {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	align-items: start;
}

@media (min-width: 800px) {
	footer .s-foot {
		grid-template-columns: auto 1fr auto;
	}
}

.s-legal a {
	opacity: 0.9;
	margin-right: 12px;
}

.s-legal a:hover {
	opacity: 1;
	text-decoration: underline;
}
