:root {
	--c1: #c0e3c3;
	--c2: #dae8d1;
	--c3: #13123f;
	--c4: #4a4861;
	--c6: #848a81;
	--c8: #828a81;
	--t1: #121c3f; /* основной текст — тёмный */
	--t2: #484b61; /* вторичный текст — мягкий коричневый */
	--gl: 0 0 32px rgba(129, 135, 138, 0.25), 0 0 120px rgba(129, 135, 138, 0.15);
}

* {
	box-sizing: border-box;
}

body,
html {
	margin: 0;
	background: var(--c1);
	color: var(--t1);
	font-family:
		Inter,
		ui-sans-serif,
		system-ui,
		-apple-system,
		Segoe UI,
		Roboto,
		Arial,
		Helvetica,
		sans-serif;
	line-height: 1.55;
}

a {
	color: var(--t1);
	text-decoration: none;
}

.h-77121 {
	position: sticky;
	top: 0;
	z-index: 50;
	background: linear-gradient(
		180deg,
		rgba(192, 218, 227, 0.85),
		rgba(192, 218, 227, 0.55)
	);
	border-bottom: 1px solid rgba(129, 135, 138, 0.08);
	backdrop-filter: saturate(140%) blur(10px);
}

.h-77121 .ct {
	max-width: 1280px;
	margin: 0 auto;
	padding: 14px clamp(16px, 4vw, 28px);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.h-77121 .brand {
	display: flex;
	gap: 12px;
	align-items: center;
}

.h-77121 .brand svg {
	height: 30px;
	filter: drop-shadow(0 6px 16px rgba(129, 135, 138, 0.2));
}

.h-77121 nav {
	display: flex;
	gap: 22px;
}

.h-77121 .bm {
	display: none;
	flex-direction: column;
	gap: 8px;
}

.h-77121 .bm span {
	width: 26px;
	height: 2px;
	background: var(--t1);
	opacity: 0.9;
	border-radius: 2px;
	display: block;
}

.mp-33990 {
	position: fixed;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(192, 218, 227, 0.98),
		rgba(97, 76, 72, 0.98)
	);
	display: none;
	z-index: 60;
}

.mp-33990.on {
	display: block;
	animation: 0.25s both ap;
}

.mp-33990 nav {
	padding: 20px clamp(16px, 6vw, 28px);
}

.mp-33990 nav a {
	display: block;
	padding: 14px 0;
	border-bottom: 1px solid rgba(129, 135, 138, 0.08);
}

@keyframes ap {
	from {
		opacity: 0;
		transform: translateY(-8px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.wrap-44401 {
	max-width: 1280px;
	margin: 0 auto;
	padding: clamp(48px, 6vw, 96px) clamp(16px, 4vw, 28px);
	min-height: 100vh;
	display: grid;
	align-items: start;
}

.bx-66007 {
	padding: clamp(22px, 3vw, 38px);
}

.tt-10991 {
	font-size: clamp(24px, 3.2vw, 40px);
	margin: 0 0 10px;
}

.sub-20990 {
	color: var(--t2);
	margin: 6px 0 20px;
}

.divider-1 {
	height: 1px;
	background: linear-gradient(
		90deg,
		rgba(129, 135, 138, 0),
		rgba(129, 135, 138, 0.25),
		rgba(129, 135, 138, 0)
	);
	margin: 18px 0;
}

.ul-77221 {
	padding-left: 20px;
}

.pill-100 {
	display: inline-block;
	padding: 6px 12px;
	border-radius: 999px;
	border: 1px solid rgba(129, 135, 138, 0.2);
	background: rgba(232, 213, 209, 0.55);
	color: var(--t2);
}

.note-1 {
	color: var(--t2);
	font-size: 0.92rem;
}

footer .ft-77117 {
	max-width: 1280px;
	margin: 0 auto;
	padding: clamp(32px, 4vw, 48px);
	opacity: 0.9;
}

footer .ft-77117 .links {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.links--inl-5e83bf {
	margin-top: 10px;
}

.ck-99110 {
	position: fixed;
	right: 16px;
	bottom: 16px;
	max-width: 380px;
	padding: 16px;
	border-radius: 14px;
	background: linear-gradient(
		180deg,
		rgba(97, 76, 72, 0.96),
		rgba(232, 213, 209, 0.96)
	);
	border: 1px solid rgba(129, 135, 138, 0.2);
	box-shadow: var(--gl);
	z-index: 70;
	display: none;
}

.ck-99110.on {
	display: block;
}

.btn-77 {
	padding: 10px 14px;
	border-radius: 10px;
	border: 1px solid rgba(129, 135, 138, 0.2);
	background: linear-gradient(
		180deg,
		rgba(129, 135, 138, 0.22),
		rgba(129, 135, 138, 0.1)
	);
	cursor: pointer;
	color: var(--t1);
}

@media (max-width: 999px) {
	.h-77121 nav {
		display: none;
	}
	.h-77121 .bm {
		display: flex;
	}
}

.elem--inl-1feef7 {
	color: var(--t2);
	margin: 0 0 12px;
}

body {
	max-width: 100vw;
	overflow-x: hidden;
}
