:root {
	--blue: #003b8f;
	--blue-2: #009de0;
	--orange: #ff9f26;
	--orange-2: #ff7f1f;
	--yellow: #ffd922;
	--cream: #fff4d7;
	--sand: #eed9b7;
	--sand-2: #f8e8c7;
	--paper: #ffffff;
	--ink: #09377d;
	--muted: #5270a1;
	--shadow: 0 18px 44px rgba(74, 43, 12, 0.18);
	--radius: 28px;
	--header-height: 80px;
}

* {
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	overflow-x: hidden;
	background:
		radial-gradient(circle at 2% 18%, rgba(255, 204, 76, 0.22) 0 5.6rem, transparent 5.7rem),
		radial-gradient(circle at 98% 57%, rgba(255, 204, 76, 0.18) 0 5.1rem, transparent 5.2rem),
		linear-gradient(180deg, #f4ddb9 0%, #f8e8c7 46%, #f1d7ab 100%);
	color: var(--ink);
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-weight: 700;
}

img {
	display: block;
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

button {
	font: inherit;
}

:focus-visible {
	outline: 3px solid rgba(0, 157, 224, 0.65);
	outline-offset: 3px;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	display: flex;
	align-items: center;
	width: 100vw;
	height: var(--header-height);
	min-height: var(--header-height);
	padding: 0 36px 0 38px;
	background: #f29a38;
	box-shadow: 0 4px 16px rgba(118, 71, 13, 0.12);
}

.campaign-logo {
	display: block;
	flex: 0 0 489px;
	width: 489px;
	height: 51px;
}

.campaign-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.brand-links {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	gap: 26px;
	margin-left: 51px;
}

.brand-links a {
	display: grid;
	place-items: center;
	transition: transform 0.2s ease;
}

.brand-links a:hover {
	transform: translateY(-2px) rotate(-2deg);
}

.brand-links img {
	width: auto;
	max-width: none;
	object-fit: contain;
}

.brand-links a:nth-child(1) img {
	width: 73px;
	height: 68px;
}

.brand-links a:nth-child(2) img {
	width: 75px;
	height: 54px;
}

.mobile-menu-logos {
	display: none;
}

.mobile-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.header-nav {
	display: flex;
	align-items: center;
	gap: 37px;
	margin-left: auto;
}

.nav-pill {
	display: inline-grid;
	place-items: center;
	width: 236px;
	height: 44px;
	border: 0;
	border-radius: 999px;
	background: #0c9cd6;
	color: #fff;
	cursor: pointer;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.211;
	text-transform: uppercase;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.header-nav .nav-pill:first-child {
	width: 270px;
}

.nav-pill:hover {
	transform: translateY(-2px);
	background: #008bd0;
	box-shadow: 0 8px 18px rgba(0, 75, 150, 0.18);
}

.menu-toggle {
	display: none;
	width: 37px;
	height: 27px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	cursor: pointer;
}

.menu-toggle span {
	display: block;
	width: 37px;
	height: 7px;
	margin: 0 0 3px;
	border-radius: 90px;
	background: #fff;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle span:last-child {
	margin-bottom: 0;
}

.site-header.menu-open .menu-toggle span:nth-child(1) {
	transform: translateY(10px) rotate(45deg);
}

.site-header.menu-open .menu-toggle span:nth-child(2) {
	opacity: 0;
}

.site-header.menu-open .menu-toggle span:nth-child(3) {
	transform: translateY(-10px) rotate(-45deg);
}

.section-band {
	position: relative;
	padding-inline: 28px;
}

/* На ширине <=1920 обёртка «прозрачна» (display:contents) — вёрстка без изменений.
   Выше 1920 обёртка ограничивает контент 1920px по центру (фон секции остаётся на всю ширину). */
.band-inner {
	display: contents;
}

@media (min-width: 1921px) {
	.band-inner {
		display: block;
		position: relative;
		width: 100%;
		max-width: 1920px;
		height: 100%;
		margin-inline: auto;
	}

	.site-header {
		padding-inline: calc((100vw - 1920px) / 2);
	}
}

.section-inner {
	width: min(1280px, 100%);
	margin-inline: auto;
}

.hero {
	overflow: hidden;
	height: min(940px, 48.958333vw);
	min-height: 680px;
	margin-top: calc(-1 * var(--header-height));
	padding: 0;
	background: #fde7b4;
}

.hero::after {
	display: none;
}

.hero-main {
	position: absolute;
	inset: 0;
}

.hero-girl {
	position: absolute;
	z-index: 1;
	left: calc(8.333333vw + 285px);
	top: 7.978723%;
	width: 94.583333%;
	height: 92.12766%;
	max-width: none;
	object-fit: contain;
	object-position: right bottom;
	pointer-events: none;
}

.hero-girl--mobile {
	display: none;
}

.hero-sun-large {
	position: absolute;
	z-index: 2;
	top: 0;
	left: -15px;
	width: min(500px, 26.041667vw);
	height: min(510.624px, 26.595vw);
	max-width: none;
}

.hero-flower {
	position: absolute;
	z-index: 2;
	left: -2.2%;
	top: 58.2%;
	width: 23%;
	height: auto;
	max-width: none;
	object-fit: cover;
	object-position: left bottom;
}

.hero-flower-mobile {
	display: none;
}

.hero-copy {
	position: absolute;
	z-index: 3;
	left: 30.815104%;
	top: 13.390011%;
	width: 38.373385%;
	display: grid;
	justify-items: center;
	color: var(--blue);
	text-align: center;
}

.hero-date {
	color: var(--blue);
	font-size: 32px;
	font-weight: 500;
	line-height: 1.21;
	white-space: nowrap;
}

.hero-badge {
	display: grid;
	place-items: center;
	width: 356px;
	height: 66px;
	min-height: 46px;
	margin-top: min(52px, 2.708333vw);
	border-radius: 100px;
	background: #ffc400;
	color: var(--blue);
	font-size: 48px;
	font-weight: 700;
	line-height: 1.21;
	text-transform: uppercase;
}

.hero-title-img {
	width: min(736.769px, 38.373385vw);
	height: min(259px, 13.489583vw);
	max-width: none;
	margin-top: min(63px, 3.28125vw);
	object-fit: contain;
}

.hero-subtitle {
	margin-top: 33px;
	color: var(--blue);
	font-size: clamp(26px, 1.875vw, 36px);
	font-weight: 500;
	line-height: 1.21;
}

.hero-partners {
	position: absolute;
	z-index: 4;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.hero-partner {
	position: absolute;
	display: block;
}

.hero-partner img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.hero-partner--gulli {
	left: 26.354167%;
	top: 81.06383%;
	width: 5.133906%;
	height: 9.756809%;
}

.hero-partner--tiji {
	left: 33.318438%;
	top: 82.005%;
	width: 5.3125%;
	height: 7.840881%;
}

.hero-partner--dariedu {
	left: 41.041667%;
	top: 82.005%;
	width: 8.854167%;
	height: 8.015851%;
}

.hero-partner--tv {
	left: 51.682063%;
	top: 83.210415%;
	width: 8.956779%;
	height: 5.535405%;
}

.hero-partner--kids {
	left: 63.095238%;
	top: 82.550478%;
	width: 8.88497%;
	height: 7.469288%;
}

.hero-announcement {
	display: none;
}

.hero-sponsors {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(22px, 4vw, 64px);
	min-height: 72px;
	margin: 0 auto 24px;
	padding: 10px 20px;
	color: rgba(9, 55, 125, 0.22);
	font-size: 26px;
	font-weight: 900;
}

.hero-sponsors img {
	width: 80px;
	max-height: 64px;
	object-fit: contain;
	opacity: 0.45;
}

.sponsor-word {
	opacity: 0.35;
	white-space: nowrap;
}

.sponsor-word--tv {
	color: var(--blue-2);
}

.sponsor-word--muted {
	color: #8d8578;
}

.social-rail {
	position: fixed;
	top: min(214px, 11.145833vw);
	right: calc(-1 * min(113px, 5.885417vw));
	z-index: 40;
	display: grid;
	gap: 18px;
	align-content: start;
	width: min(229px, 11.927083vw);
	height: min(342px, 17.8125vw);
	padding: min(40px, 2.083333vw) 0 0 min(22px, 1.145833vw);
	border-radius: 42px 0 0 42px;
	background: rgba(255, 197, 0, 0.8);
	box-shadow: 0 2px 2px rgba(67, 66, 66, 0.3);
}

.rail-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: min(73px, 3.802083vw);
	height: min(129px, 6.71875vw);
	padding-top: min(21px, 1.09375vw);
	border-radius: 999px;
	background: #fafafd;
	color: #fff;
	font-size: min(18px, 0.9375vw);
	font-weight: 900;
	text-transform: uppercase;
	box-shadow: 0 4px 4px #f29a38;
	transition: transform 0.2s ease;
}

.rail-card:hover {
	transform: translateX(-4px);
}

.rail-logo {
	object-fit: contain;
}

.rail-logo--tiji {
	width: min(51px, 2.65625vw);
	height: min(37px, 1.927083vw);
	margin-bottom: min(6px, 0.3125vw);
}

.rail-logo--gulli {
	width: min(47px, 2.447917vw);
	height: min(44px, 2.291667vw);
	margin-bottom: min(6px, 0.3125vw);
}

.rail-vk {
	display: inline-grid;
	place-items: center;
	width: min(44.6px, 2.322917vw);
	height: min(45.05px, 2.346354vw);
}

.rail-vk img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.decor-sun {
	position: absolute;
	z-index: 1;
	width: 220px;
	opacity: 0.62;
	pointer-events: none;
}

.decor-sun--hero {
	top: 36px;
	left: -82px;
}

.decor-sun--left {
	top: 430px;
	left: -128px;
	width: 280px;
	opacity: 0.25;
}

.hero-card {
	position: relative;
	z-index: 3;
	width: min(1282px, calc(100vw - 320px));
	min-height: 800px;
	margin: 0 auto;
	padding: 44px 82px 52px;
	border-radius: 34px;
	background: var(--paper);
	box-shadow: var(--shadow);
}

.hero-close {
	position: absolute;
	top: 28px;
	right: 30px;
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border: 0;
	border-radius: 50%;
	background: var(--orange);
	color: #fff;
	cursor: default;
	font-size: 38px;
	line-height: 1;
}

.hero-heading {
	display: grid;
	grid-template-columns: 248px minmax(0, 1fr);
	align-items: center;
	gap: 52px;
	max-width: 850px;
	margin: 0 auto 28px;
}

.hero-heading>div {
	min-width: 0;
}

.hero-sun {
	width: 206px;
}

.festival-label {
	display: none;
}

h1,
h2,
h3,
p {
	margin: 0;
}

h1 {
	color: var(--blue);
	font-size: clamp(38px, 3vw, 54px);
	font-weight: 900;
	line-height: 1.16;
	overflow-wrap: break-word;
}

.date-badge {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	margin-top: 26px;
	padding: 8px 18px 8px 0;
	border-radius: 999px;
	background: #ffecb1;
	color: var(--blue);
	font-size: 20px;
	font-weight: 900;
}

.date-badge span {
	display: inline-grid;
	place-items: center;
	min-height: 37px;
	padding: 0 24px;
	border-radius: 999px;
	background: var(--yellow);
	text-transform: uppercase;
}

.date-badge strong {
	font-size: 20px;
}

.contest-grid {
	display: grid;
	grid-template-columns: minmax(420px, 1fr) minmax(380px, 524px);
	gap: 64px;
	align-items: start;
}

.contest-steps {
	padding-top: 18px;
}

.contest-steps ol {
	display: grid;
	gap: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.contest-steps li {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	gap: 22px;
	align-items: start;
	color: var(--blue);
	font-size: 18px;
	line-height: 1.34;
}

.contest-steps li span {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--yellow);
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	box-shadow: 0 3px 0 #eeb900;
}

.contest-note {
	margin: 18px 0 0 68px;
	padding: 16px 18px;
	border-left: 4px solid var(--blue);
	background: #ffe69e;
	color: var(--blue);
	font-size: 14px;
	line-height: 1.35;
}

.vk-buttons {
	display: inline-flex;
	gap: 20px;
	margin: 66px 0 0 68px;
	padding: 10px 18px;
	border-radius: 999px;
	background: var(--yellow);
}

.vk-buttons a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 40px;
	padding: 5px 12px;
	border-radius: 999px;
	background: #fff;
	color: #fff;
	font-size: 16px;
	font-weight: 900;
}

.vk-buttons img {
	width: 38px;
	max-height: 32px;
	object-fit: contain;
}

.vk-buttons span {
	display: inline-grid;
	place-items: center;
	min-width: 33px;
	height: 26px;
	border-radius: 9px;
	background: #2787ff;
}

.prize-panel {
	display: grid;
	min-height: 640px;
	padding: 44px 40px 30px;
	border-radius: 28px;
	background: #ffe7a2;
	color: var(--blue);
	text-align: center;
}

.prize-panel h2 {
	font-size: 28px;
	font-weight: 900;
}

.prize-panel p {
	margin-top: 16px;
	font-size: 17px;
	line-height: 1.4;
}

.projector-img {
	justify-self: center;
	width: 280px;
	margin-top: 18px;
}

.prize-images {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: end;
	gap: 18px;
	margin-top: 6px;
}

.prize-images img {
	width: 100%;
	object-fit: contain;
}

.print-row {
	display: grid;
	grid-template-columns: minmax(300px, 499px) minmax(320px, 1fr);
	gap: 62px;
	align-items: center;
	margin-top: 62px;
}

.print-row img {
	overflow: hidden;
	border-radius: 20px;
}

.print-row h2 {
	color: var(--blue);
	font-size: 29px;
	font-weight: 900;
	line-height: 1.25;
}

.print-row p {
	margin-top: 26px;
	color: var(--blue);
	font-size: 18px;
	line-height: 1.45;
}

.intro-section {
	overflow: hidden;
	height: 985px;
	padding: 0;
	background: #fafafd;
}

.intro-announcement {
	position: absolute;
	top: 114px;
	left: 50%;
	width: 984px;
	transform: translateX(-50%);
	color: var(--blue);
	font-size: 41px;
	font-weight: 600;
	line-height: 48px;
	text-align: center;
}

.intro-video {
	position: absolute;
	left: 16.614583%;
	top: 483px;
	display: grid;
	place-items: center;
	width: 31.09375%;
	height: 441px;
	background: #000;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: -0.4395px;
	text-align: center;
}

.intro-video video,
.intro-video .intro-poster {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.intro-months {
	position: absolute;
	top: 264px;
	left: 50%;
	z-index: 4;
	display: flex;
	align-items: flex-end;
	width: min(792px, calc(100vw - 96px));
	transform: translateX(-50%);
}

.intro-month {
	position: relative;
	display: flex;
	flex: 1 1 50%;
	flex-direction: column;
	align-items: center;
}

.intro-month--june {
	z-index: 2;
}

.intro-month--july {
	z-index: 1;
}

.intro-month-name {
	margin-bottom: 14px;
	color: #f29a38;
	font-size: 28px;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: 0.07px;
}

.intro-month-pill {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 81px;
	border-radius: 100px;
	color: #002a78;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.07px;
	text-align: center;
}

.intro-month-icon {
	display: none;
}

.intro-month--june .intro-month-pill {
	background: #ffc600;
}

.intro-month--july .intro-month-pill {
	width: calc(100% + 92px);
	margin-left: -92px;
	padding-left: 92px;
	background: #f29a38;
}

.intro-copy {
	position: absolute;
	left: 50.46875%;
	top: 480px;
	width: 631px;
	color: var(--blue);
	font-size: 20px;
	font-weight: 400;
	line-height: 37px;
	white-space: normal;
}

.intro-copy p+p {
	margin-top: 37px;
}

.intro-copy strong {
	font-weight: 800;
}

.intro-sun {
	position: absolute;
	pointer-events: none;
}

.intro-sun--desktop {
	left: -224px;
	top: 182px;
	display: grid;
	place-items: center;
	width: 611.373px;
	height: 613.243px;
}

.intro-sun--desktop img {
	width: 431.069px;
	height: 441.675px;
	max-width: none;
	transform: rotate(-37.84deg);
}

.intro-sun--mobile {
	display: none;
}

.kids {
	--kids-drawing-top: 198px;
	--kids-drawing-height: min(28.525253vw, 431.424px);
	overflow: hidden;
	height: 949px;
	padding: 0;
	scroll-margin-top: var(--header-height);
	background: #fafafd;
	color: var(--blue);
}

.kids-title-card,
.kids-copy,
.kids-warning,
.kids-prize,
.kids-drawing,
.kids-logos {
	position: absolute;
}

.split {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
	gap: clamp(42px, 7vw, 118px);
	align-items: center;
}

.eyebrow {
	display: inline-block;
	margin-bottom: 16px;
	padding: 7px 18px;
	border-radius: 16px 16px 16px 4px;
	background: #fff;
	color: var(--blue);
	font-size: 20px;
	font-weight: 900;
}

.primary-cta {
	display: inline-grid;
	place-items: center;
	min-width: 260px;
	min-height: 74px;
	margin-top: 38px;
	padding: 14px 32px;
	border: 0;
	border-radius: 999px;
	background: var(--orange);
	color: var(--blue);
	cursor: pointer;
	font-size: 26px;
	font-weight: 900;
	line-height: 1;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.primary-cta:hover {
	transform: translateY(-3px);
	background: #ffa93d;
	box-shadow: 0 12px 24px rgba(123, 74, 18, 0.18);
}

.kids-title-card {
	top: 52px;
	left: 16.979167%;
	width: 947px;
	height: 96px;
}

.kids-title-card::before,
.kids-title-card::after {
	display: none;
}

.kids-title {
	margin: 0;
	color: var(--blue);
	font-size: clamp(58px, 4.322917vw, 83px);
	font-weight: 500;
	line-height: clamp(67px, 5vw, 96px);
	letter-spacing: 0;
	white-space: nowrap;
}

.kids-title span {
	display: inline;
}

.kids-drawing {
	top: var(--kids-drawing-top);
	left: 52.083333%;
	display: block;
	width: min(40vw, 605px);
	height: auto;
	max-width: none;
	object-fit: cover;
}

.kids-copy {
	top: 198px;
	left: 16.614583%;
	width: 607px;
	margin: 0;
	color: var(--blue);
	font-size: 20px;
	font-weight: 400;
	line-height: 39px;
	letter-spacing: 0.0703px;
}

.kids-warning {
	top: calc(var(--kids-drawing-top) + var(--kids-drawing-height) - 99px);
	left: 16.614583%;
	width: 526px;
	height: 99px;
	background: #fde8b5;
}

.kids-warning-text {
	position: relative;
	top: 1px;
	left: 1px;
	width: 516px;
	min-height: 98px;
	margin: 0;
	padding-left: 36px;
	border-left: 4px solid var(--blue);
	color: var(--blue);
	font-size: 20px;
	font-weight: 400;
	line-height: 32.5px;
	letter-spacing: -0.4492px;
}

.kids-warning-text strong {
	font-weight: 700;
}

.kids-prize {
	top: 721px;
	left: 16.666667%;
	display: grid;
	place-items: center;
	width: 67.03125%;
	height: 108px;
	padding: 0 80px;
	border: 0;
	border-radius: 100px;
	background: #ffc600;
	color: var(--blue);
	cursor: pointer;
	box-shadow: 0 8px 16px rgba(146, 92, 12, 0.16);
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.kids-prize:hover {
	transform: translateY(-2px);
	background: #ffb82e;
	box-shadow: 0 12px 24px rgba(123, 74, 18, 0.18);
}

.kids-prize-text {
	font-size: clamp(42px, 3.28125vw, 63px);
	font-weight: 500;
	line-height: 96px;
	letter-spacing: 0;
	text-align: center;
	white-space: nowrap;
}

.kids-prize-text span {
	display: inline;
}

.kids-logos {
	display: none;
}

.parents {
	overflow: hidden;
	height: 820px;
	padding: 0;
	scroll-margin-top: var(--header-height);
	background: #dfe2df;
	color: var(--blue);
}

.parents-photo-stage,
.parents-title-card,
.parents-copy,
.parents-cta,
.parents-sun {
	position: absolute;
}

.parents-photo-stage {
	inset: 0 auto auto 0;
	width: 1968px;
	height: 820px;
	overflow: hidden;
}

.parents-photo-stage picture {
	display: block;
	width: 100%;
	height: 100%;
}

.parents-photo-img {
	position: absolute;
	top: -26.95%;
	left: -51.5%;
	width: 164.98%;
	height: 144.29%;
	max-width: none;
	object-fit: cover;
}

.parents-title-card {
	top: 113px;
	left: calc(50% + 9px);
	z-index: 2;
	width: 623px;
	height: 96px;
}

.parents-title-card::before,
.parents-title-card::after {
	display: none;
}

.parents-title {
	margin: 0;
	color: var(--blue);
	font-size: clamp(58px, 4.322917vw, 83px);
	font-weight: 500;
	line-height: clamp(67px, 5vw, 96px);
	letter-spacing: 0;
	white-space: nowrap;
}

.parents-title span {
	display: inline;
}

.parents-copy {
	top: 225px;
	left: calc(50% + 9px);
	z-index: 2;
	width: 632px;
	color: var(--blue);
	font-size: 24px;
	font-weight: 400;
	line-height: 39px;
	letter-spacing: 0.0703px;
}

.parents-copy p {
	margin: 0;
}

.parents-copy p+p {
	margin-top: 39px;
}

.parents-cta {
	top: 600px;
	left: calc(50% + 9px);
	z-index: 2;
	display: grid;
	place-items: center;
	width: 423px;
	height: 93px;
	border-radius: 100px;
	background: #f29a38;
	color: var(--blue);
	font-size: 41px;
	font-weight: 700;
	line-height: 1.211;
	text-align: center;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.parents-cta:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 24px rgba(123, 74, 18, 0.12);
}

.parents-sun {
	top: 33px;
	left: calc(100% - 220px);
	z-index: 1;
	width: 365px;
	height: 372.756px;
	pointer-events: none;
}

.parents-sun img {
	width: 100%;
	height: 100%;
	max-width: none;
}

.help {
	overflow: hidden;
	height: 904px;
	padding: 0;
	scroll-margin-top: var(--header-height);
	background: #fafafd;
	color: var(--blue);
}

.help-title-card,
.help-copy,
.help-cards-scroll,
.help-sun-mobile {
	position: absolute;
}

.help-title-card {
	top: 88px;
	left: max(28px, calc((100vw - 1923px) / 2 + 309px));
	z-index: 1;
	width: 788px;
	height: 96px;
}

.help-title-card::before,
.help-title-card::after {
	display: none;
}

.help-title {
	margin: 0;
	color: var(--blue);
	font-size: clamp(64px, 4.322917vw, 83px);
	font-weight: 500;
	line-height: clamp(74px, 5vw, 96px);
	letter-spacing: 0;
	white-space: nowrap;
}

.help-title span {
	display: inline;
}

.help-copy {
	top: 203px;
	left: max(28px, calc((100vw - 1923px) / 2 + 320px));
	width: min(1281px, calc(100vw - max(28px, calc((100vw - 1923px) / 2 + 320px)) - 28px));
	margin: 0;
	color: var(--blue);
	font-size: clamp(31px, 2.135417vw, 41px);
	font-weight: 600;
	line-height: 1.211;
	letter-spacing: 0;
}

.help-cards-scroll {
	top: 360px;
	left: max(28px, calc((100vw - 1923px) / 2 + 320px));
	right: 0;
	z-index: 1;
	height: 430px;
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: 18px;
	overscroll-behavior-x: contain;
	scrollbar-color: #f29a38 #fde8b5;
	scrollbar-width: thin;
}

.help-cards-scroll::-webkit-scrollbar {
	height: 10px;
}

.help-cards-scroll::-webkit-scrollbar-track {
	background: #fde8b5;
}

.help-cards-scroll::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #f29a38;
}

.help-cards-track {
	display: flex;
	gap: 0;
	width: max-content;
}

.help-person-card {
	display: block;
	flex: 0 0 var(--help-card-width);
	width: var(--help-card-width);
	color: var(--blue);
	text-align: center;
	transition: transform 0.2s ease, filter 0.2s ease;
}

.help-person-card:not(:last-child) {
	margin-right: 18px;
}

.help-person-card--elena {
	margin-right: 16px;
}

a.help-person-card:hover {
	transform: translateY(-5px);
	filter: saturate(1.08);
}

.help-person-card--tatiana {
	--help-card-width: 306px;
}

.help-person-card--elena,
.help-person-card--svetlana,
.help-person-card--kirill {
	--help-card-width: 308px;
}

.help-person-card--larisa {
	--help-card-width: 307px;
}

.help-person-picture {
	display: block;
	width: 100%;
	height: 328px;
	overflow: hidden;
}

.help-person-img {
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
}

.help-person-name {
	display: block;
	margin-top: 30px;
	color: var(--blue);
	font-size: 22px;
	font-weight: 500;
	line-height: 1.211;
	letter-spacing: 0;
	text-align: center;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.help-sun-mobile {
	display: none;
}

.fund {
	overflow: hidden;
	height: 960px;
	padding: 0;
	scroll-margin-top: var(--header-height);
	background: #e4d3b9;
	color: var(--blue);
}

.fund-title,
.fund-text,
.fund-card,
.fund-cta,
.fund-girl,
.fund-sun {
	position: absolute;
}

.fund-title {
	top: 108px;
	left: max(28px, calc((100vw - 1923px) / 2 + 320px));
	z-index: 2;
	margin: 0;
	color: var(--blue);
	font-size: clamp(64px, 4.322917vw, 83px);
	font-weight: 500;
	line-height: clamp(74px, 5vw, 96px);
	letter-spacing: 0;
	white-space: nowrap;
}

.fund-text {
	top: 251px;
	left: max(28px, calc((100vw - 1923px) / 2 + 319px));
	z-index: 2;
	width: min(849px, calc(100vw - max(28px, calc((100vw - 1923px) / 2 + 319px)) - 28px));
	color: var(--blue);
	font-size: 24px;
	font-weight: 400;
	line-height: 39px;
	letter-spacing: 0.0703px;
}

.fund-text p {
	margin: 0;
}

.fund-text p+p {
	margin-top: 39px;
}

.fund-card {
	inset: 0;
	z-index: 2;
	pointer-events: none;
}

.fund-logo {
	position: absolute;
	top: 52px;
	left: calc((100vw - 1920px) / 2 + 774px);
	width: 281.893px;
	height: 152.01px;
	max-width: none;
}

.fund-stats {
	position: absolute;
	top: 562px;
	left: max(28px, calc((100vw - 1923px) / 2 + 309px));
	display: flex;
	align-items: flex-start;
	gap: 40px;
}

.fund-stat {
	display: grid;
	justify-items: center;
	color: var(--blue);
	text-align: center;
	white-space: nowrap;
}

.fund-stat--cities,
.fund-stat--boxes {
	width: 122px;
}

.fund-stat--families {
	width: 249px;
}

.fund-stat--tons {
	width: 260px;
}

.fund-stat--cities {
	margin-right: 57px;
}

.fund-stat--boxes {
	margin-right: 61px;
}

.fund-stat--families {
	margin-right: 87px;
}

.fund-stat-number {
	display: flex;
	place-items: center;
	width: 100%;
	height: 67px;
	border-radius: 33.5px;
	background: #ffc500;
	color: var(--blue);
	font-size: 60px;
	font-weight: 400;
	line-height: 60px;
	letter-spacing: 0.2637px;
	width: fit-content;
	padding: 5px 25px;
}

.fund-stat--tons .fund-stat-number {
	width: 220px;
}

.fund-stat-label {
	margin-top: 9px;
	color: var(--blue);
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: -0.4492px;
}

.fund-cta {
	top: 749px;
	left: max(28px, calc((100vw - 1923px) / 2 + 322px));
	z-index: 3;
	display: grid;
	place-items: center;
	width: 423px;
	height: 93px;
	border-radius: 100px;
	background: #f29a38;
	color: #0b2a49;
	font-size: 41px;
	font-weight: 700;
	line-height: 1.211;
	text-align: center;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fund-cta:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 24px rgba(123, 74, 18, 0.12);
}

.fund-girl--desktop {
	top: 79px;
	right: auto;
	left: calc((100vw - 1920px) / 2 + 421px);
	z-index: 1;
	width: 1662px;
	height: 881px;
	max-width: none;
	object-fit: cover;
	object-position: center center;
}

.fund-girl--mobile {
	display: none;
}

.fund-sun--desktop {
	top: 143px;
	left: calc(100% - 244px);
	z-index: 2;
	width: 347px;
	height: 347px;
	max-width: none;
	object-fit: contain;
}

.fund-sun--mobile {
	display: none;
}

.tv {
	overflow: hidden;
	height: 840px;
	padding: 0;
	background: #c9e7df;
	color: var(--blue);
}

.tv-hands,
.tv-decor,
.tv-copy,
.tv-logo,
.tv-promo {
	position: absolute;
}

.tv-hands--desktop {
	top: 0;
	left: 50%;
	z-index: 1;
	width: 2018px;
	height: 840px;
	max-width: none;
	object-fit: cover;
	object-position: 50% 11%;
	transform: translateX(-50%);
}

.tv-hands--mobile {
	display: none;
}

.tv-decor {
	z-index: 2;
	max-width: none;
	object-fit: contain;
	pointer-events: none;
}

.tv-decor--flower {
	top: 56px;
	left: calc(91.666667vw - 166px);
	width: 360.43px;
	height: 355.609px;
	transform: rotate(19.29deg);
}

.tv-decor--sun {
	top: 71px;
	left: 5px;
	width: 336.091px;
	height: 308.119px;
	transform: rotate(164.02deg) scaleY(-1);
}

.tv-copy {
	top: 96px;
	left: 50%;
	z-index: 3;
	width: 1085px;
	max-width: calc(100vw - 120px);
	margin: 0;
	transform: translateX(-50%);
	color: var(--blue);
	font-size: 30px;
	font-weight: 400;
	line-height: 48.75px;
	letter-spacing: 0.3955px;
	text-align: center;
}

.tv-copy strong {
	font-weight: 700;
}

.tv-logo {
	top: 279px;
	left: calc(50% - 129px);
	z-index: 3;
	display: block;
	width: 258.307px;
	height: 102.626px;
}

.tv-logo img {
	width: 100%;
	height: 100%;
}

.tv-promo {
	top: 471px;
	left: calc(50% - 320px);
	z-index: 3;
	display: grid;
	grid-template-rows: auto auto;
	align-content: center;
	justify-items: center;
	width: 640.763px;
	height: 187.223px;
	padding: 20px 36px 24px;
	border: 0;
	border-radius: 94px;
	background: rgba(255, 255, 255, 0.8);
	color: #0273ee;
	cursor: pointer;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	text-align: center;
	transition: transform 0.2s ease, background 0.2s ease;
}

.tv-promo:hover {
	transform: translateY(-2px);
	background: rgba(255, 255, 255, 0.92);
}

.tv-promo strong {
	color: #0273ee;
	font-size: 59px;
	font-weight: 700;
	line-height: 1.211;
	letter-spacing: 0;
}

.tv-promo span {
	margin-top: 4px;
	color: var(--blue);
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: -0.4492px;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.footer {
	overflow: hidden;
	height: 235px;
	background: var(--orange);
}

.footer-stage {
	position: relative;
	width: min(1282px, 100%);
	height: 100%;
	margin-inline: auto;
}

.footer-brand,
.footer-logo,
.footer-socials,
.footer-social,
.footer-sun {
	position: absolute;
}

.footer-brand--tiji {
	top: 69px;
	left: 0;
	width: 350px;
	height: 83px;
}

.footer-brand--gulli {
	top: 62px;
	left: 433px;
	width: 333px;
	height: 90px;
}

.footer-logo {
	overflow: hidden;
	display: block;
}

.footer-logo--tiji {
	top: 0;
	left: 0;
	width: 115px;
	height: 83px;
}

.footer-logo--gulli {
	top: 0;
	left: 0;
	width: 98px;
	height: 90px;
}

.footer-logo img {
	position: absolute;
	max-width: none;
	object-fit: contain;
}

.footer-logo--tiji img {
	top: 0;
	left: 0.48%;
	width: 99.52%;
	height: 100%;
}

.footer-logo--gulli img {
	top: -7.78%;
	left: -3.06%;
	width: 106.12%;
	height: 115.56%;
}

.footer-socials {
	top: 17px;
	left: 160px;
	display: flex;
	gap: 20px;
	width: 190px;
	height: 50px;
}

.footer-social {
	position: relative;
	display: block;
	flex: 0 0 50px;
	width: 50px;
	height: 50px;
	transition: transform 0.2s ease;
}

.footer-social:hover {
	transform: translateY(-3px);
}

.footer-social-bg,
.footer-social-mark {
	position: absolute;
	display: block;
	max-width: none;
	pointer-events: none;
}

.footer-social-bg {
	inset: 0;
	width: 50px;
	height: 50px;
}

.footer-social-mark--vk {
	top: 16px;
	left: 10px;
	width: 30px;
	height: 18px;
}

.footer-social-mark--tg {
	top: 13.75px;
	left: 11.25px;
	width: 25px;
	height: 22.5px;
}

.footer-social-mark--youtube {
	top: 16.25px;
	left: 12.5px;
	width: 25px;
	height: 18.75px;
}

.footer-social-mark--likee {
	top: 15px;
	left: 12px;
	width: 25.203px;
	height: 22.453px;
}

.footer-sun {
	top: 43px;
	left: 1146px;
	width: 136px;
	height: 136px;
	transform: rotate(180deg) scaleY(-1);
	transform-origin: center;
	pointer-events: none;
}

.modal[hidden] {
	display: none;
}

.modal {
	position: fixed;
	inset: 0;
	z-index: 100;
	display: grid;
	place-items: center;
	padding: 24px;
}

.modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(228, 211, 185, 0.86);
}

.modal-panel {
	position: relative;
	z-index: 2;
	width: min(1282px, calc(100vw - 48px));
	max-height: calc(100vh - 48px);
	overflow-y: auto;
	padding: 0;
	border-radius: 34px;
	background: #fff;
	color: var(--blue);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	outline: none;
}

.popup-panel::-webkit-scrollbar {
	width: 10px;
}

.popup-panel::-webkit-scrollbar-track {
	background: transparent;
}

.popup-panel::-webkit-scrollbar-thumb {
	border: 2px solid #fff;
	border-radius: 999px;
	background: rgba(0, 42, 120, 0.32);
}

.popup-desktop,
.popup-mobile {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.popup-desktop {
	width: 1282px;
	height: 1578px;
	background: #fff;
}

.popup-mobile {
	display: none;
}

.popup-desktop *,
.popup-mobile * {
	box-sizing: border-box;
}

.popup-close {
	position: absolute;
	z-index: 10;
	border: 0;
	border-radius: 50%;
	background: var(--orange);
	cursor: pointer;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}

.popup-close::before,
.popup-close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 90px;
	background: #fff;
	transform-origin: center;
}

.popup-close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.popup-close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.popup-close--desktop {
	top: 36px;
	left: 1192px;
	width: 53.333px;
	height: 52px;
}

.popup-close--desktop::before,
.popup-close--desktop::after {
	width: 33.172px;
	height: 6.276px;
}

.popup-sun {
	position: absolute;
	display: block;
	max-width: none;
	pointer-events: none;
}

.popup-sun--desktop {
	top: 43px;
	left: 48px;
	width: 203.591px;
	height: 191.123px;
	transform: rotate(-15.7deg);
}

.popup-title {
	position: absolute;
	z-index: 2;
	margin: 0;
	color: var(--blue);
	text-align: center;
}

.popup-title--desktop {
	top: 35px;
	left: 369px;
	width: 555px;
	font-size: 51px;
	font-weight: 500;
	line-height: 66px;
	white-space: nowrap;
}

.popup-contest-bar {
	position: absolute;
	color: var(--blue);
}

.popup-contest-bar--desktop {
	top: 207px;
	left: 448px;
	width: 387px;
	height: 51px;
}

.popup-contest-bar--desktop::before {
	content: "";
	position: absolute;
	top: 0;
	left: 42px;
	z-index: 0;
	width: 345px;
	height: 51px;
	border-radius: 30px;
	background: #fde8b5;
}

.popup-contest-bar--desktop span,
.popup-contest-bar--desktop time {
	position: absolute;
	top: 0;
	display: grid;
	align-items: center;
	height: 51px;
	border-radius: 30px;
	white-space: nowrap;
}

.popup-contest-bar--desktop time {
	left: 204px;
	z-index: 2;
	width: 170px;
	justify-content: start;
	padding-left: 0;
	background: transparent;
	font-size: 27px;
	font-weight: 400;
}

.popup-contest-bar--desktop span {
	left: 0;
	z-index: 2;
	width: 186px;
	justify-content: center;
	background: #ffc600;
	font-size: 27px;
	font-weight: 700;
}

.popup-steps {
	position: absolute;
	inset: 0;
	color: var(--blue);
}

.popup-step {
	position: absolute;
}

.popup-step p {
	position: absolute;
	margin: 0;
	color: var(--blue);
	font-weight: 400;
}

.popup-step strong {
	font-weight: 600;
}

.popup-step-num {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 60px;
	height: 62px;
	color: var(--blue);
	font-size: 23px;
	font-weight: 400;
	line-height: 23px;
}

.popup-step-num::before,
.popup-step-num::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.popup-step-num::before {
	z-index: -1;
	top: 10px;
	left: 8px;
	width: 44px;
	height: 42px;
	border-radius: 50%;
	background: #ffc600;
}

.popup-step-num::after {
	z-index: -2;
	background: repeating-conic-gradient(from 7deg, #ff6c25 0deg 7deg, transparent 7deg 22deg);
	mask: radial-gradient(circle at center, transparent 0 23px, #000 24px 31px, transparent 32px);
}

.popup-steps--desktop .popup-step p {
	font-size: 22px;
	line-height: 1.3;
}

.popup-steps--desktop .popup-step--one {
	top: 319px;
	left: 82px;
	width: 600px;
	height: 88px;
}

.popup-steps--desktop .popup-step--one p {
	top: 8px;
	left: 86px;
	width: 432px;
}

.popup-steps--desktop .popup-step--two {
	top: 409px;
	left: 82px;
	width: 610px;
	height: 205px;
}

.popup-steps--desktop .popup-step--two p {
	top: 16px;
	left: 86px;
	width: 414px;
}

.popup-steps--desktop .popup-step--three {
	top: 609px;
	left: 82px;
	width: 610px;
	height: 410px;
}

.popup-steps--desktop .popup-step--three p {
	top: 8px;
	left: 83px;
	width: 417px;
}

.popup-steps--desktop .popup-step--four {
	top: 736px;
	left: 82px;
	width: 610px;
	height: 400px;
}

.popup-steps--desktop .popup-step--four p {
	top: 8px;
	left: 86px;
	width: 415px;
}

.popup-note {
	position: absolute;
	border-left: 4px solid var(--blue);
	color: var(--blue);
	font-weight: 400;
}

.popup-note strong {
	font-weight: 700;
}

.popup-note a {
	color: inherit;
	font-weight: 600;
	text-decoration: underline;
}

.popup-steps--desktop .popup-note {
	left: 86px;
	width: 422px;
	padding-left: 20px;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: -0.4492px;
}

.popup-steps--desktop .popup-note--rules {
	top: 69px;
	min-height: 113px;
}

.popup-steps--desktop .popup-note--wait {
	top: 82px;
	min-height: 125px;
}

.popup-vk-pill {
	position: absolute;
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 49.5px;
	background: rgba(255, 197, 0, 0.8);
	box-shadow: 0 2px 2px rgba(67, 66, 66, 0.3);
	pointer-events: auto;
}

.popup-steps--desktop .popup-vk-pill {
	top: 414px;
	left: 9px;
	gap: 23px;
	width: 324px;
	height: 99px;
}

.popup-vk-pill a {
	position: relative;
	z-index: 1;
	display: block;
	border-radius: 37px;
	background: #fafafd;
	box-shadow: 0 4px 4px #f29a38;
	pointer-events: auto;
}

.popup-steps--desktop .popup-vk-pill a {
	width: 122.636px;
	height: 57.533px;
}

.popup-pill-logo,
.popup-pill-vk {
	position: absolute;
	display: block;
	object-fit: contain;
}

.popup-steps--desktop .popup-pill-logo--tiji {
	top: 12px;
	left: 13px;
	width: 45.421px;
	height: 31.794px;
}

.popup-steps--desktop .popup-pill-logo--gulli {
	top: 10px;
	left: 19px;
	width: 39.364px;
	height: 36.336px;
}

.popup-steps--desktop .popup-pill-vk {
	top: 11px;
	right: 14px;
	width: 36px;
	height: 36px;
}

.popup-prizes {
	position: absolute;
	color: var(--blue);
}

.popup-prizes--desktop {
	top: 315px;
	left: 650px;
	width: 524px;
	height: 806px;
	border-radius: 35px;
	background: #fce7b4;
}

.popup-prizes h3,
.popup-prizes p {
	position: absolute;
	margin: 0;
	color: var(--blue);
	text-align: center;
}

.popup-prizes--desktop h3 {
	top: 41px;
	left: 97px;
	width: 330px;
	font-size: 32px;
	font-weight: 600;
	line-height: 34px;
	letter-spacing: 0.0703px;
}

.popup-prize-chip {
	position: absolute;
	z-index: 3;
	display: grid;
	place-items: center;
	height: 22px;
	border-radius: 30px;
	background: var(--orange);
	color: var(--blue);
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.popup-prizes--desktop .popup-prize-chip--projector {
	top: 154px;
	left: 263px;
	width: 164px;
}

.popup-prizes--desktop .popup-prize-chip--merch {
	top: 514px;
	left: 260px;
	width: 216px;
}

.popup-prizes--desktop .popup-prize-copy .popup-prize-chip {
	position: relative;
	top: -1px;
	left: auto;
	display: inline-grid;
	width: auto;
	min-width: 0;
	height: 22px;
	margin-left: 4px;
	padding: 0 8px;
	font-size: 14px;
	vertical-align: middle;
}

.popup-projector {
	position: absolute;
}

.popup-projector-rays,
.popup-projector-img,
.popup-merch-img,
.popup-bottom img {
	position: absolute;
	display: block;
	max-width: none;
	object-fit: contain;
}

.popup-prizes--desktop .popup-projector {
	top: 206px;
	left: 126px;
	width: 285px;
	height: 178px;
}

.popup-prizes--desktop .popup-projector-rays {
	top: -20px;
	left: 124px;
	width: 159px;
	height: 156px;
}

.popup-prizes--desktop .popup-projector-img {
	top: 0;
	left: 0;
	width: 203px;
	height: 168px;
}

.popup-prize-copy {
	font-weight: 400;
}

.popup-prize-copy strong {
	font-weight: 700;
}

.popup-prizes--desktop .popup-prize-copy {
	left: 0;
	width: 524px;
	font-size: 15px;
	line-height: 1.4;
	letter-spacing: 0.0703px;
	white-space: nowrap;
}

.popup-prizes--desktop .popup-prize-copy--projector {
	top: 103px;
}

.popup-prizes--desktop .popup-prize-copy--merch {
	top: 465px;
}

.popup-merch-combo {
	position: absolute;
	top: 553px;
	left: 92px;
	width: 340px;
	height: 220px;
}

.popup-merch-combo .popup-merch-img--tiji {
	top: 24px;
	left: 0;
	width: 210px;
	height: auto;
	transform: rotate(12.29deg);
}

.popup-merch-combo .popup-merch-img--gulli {
	top: 50px;
	left: 190px;
	width: 185px;
	height: auto;
}

.popup-bottom {
	position: absolute;
	color: var(--blue);
}

.popup-bottom--desktop {
	inset: 0;

	z-index: -1;
}

.popup-bottom--desktop img {
	top: 1224px;
	left: 92px;
	width: 499px;
	height: 268px;
	border-radius: 16px;
	object-fit: contain;
}

.popup-bottom--desktop h3 {
	position: absolute;
	top: 1218px;
	left: 650px;
	width: 560px;
	margin: 0;
	color: var(--blue);
	font-size: 32px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.0703px;
	white-space: nowrap;
}

.popup-bottom--desktop p {
	position: absolute;
	top: 1390px;
	left: 650px;
	width: 502px;
	margin: 0;
	color: var(--blue);
	font-size: 22px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0.0703px;
}

.spin-slow,
.decor-sun {
	animation: spin-sun 28s linear infinite;
}

@keyframes spin-sun {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes spin-tv-flower {
	from {
		transform: rotate(19.29deg);
	}

	to {
		transform: rotate(379.29deg);
	}
}

@keyframes spin-tv-sun {
	from {
		transform: rotate(164.02deg) scaleY(-1);
	}

	to {
		transform: rotate(524.02deg) scaleY(-1);
	}
}

.tv-decor--flower.spin-slow {
	animation-name: spin-tv-flower;
}

.tv-decor--sun.spin-slow {
	animation-name: spin-tv-sun;
}


@media (prefers-reduced-motion: no-preference) {
	.reveal {
		opacity: 0;
		transform: translateY(24px);
		transition: opacity 0.7s ease, transform 0.7s ease;
	}

	.reveal.is-visible {
		opacity: 1;
		transform: translateY(0);
	}
}

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

	*,
	*::before,
	*::after {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.001ms !important;
	}
}

/* Блок «Для детей»: ниже 1711px текст начинал бы налезать на рисунок
   (картинка позиционирована в %, а текст имел фикс. ширину 607px).
   Делаем ширину текста зависимой от позиции рисунка (всегда зазор ~40px),
   компактнее по высоте и не даём «Внимание» подниматься на узких ширинах. */
@media (max-width: 1710px) {
	.kids-copy {
		width: calc(35.46875vw - 40px);
		font-size: clamp(15px, 1.18vw, 20px);
		line-height: 1.5;
	}

	.kids-warning {
		top: max(430px, calc(var(--kids-drawing-top) + var(--kids-drawing-height) - 99px));
		width: calc(35.46875vw - 40px);
		height: auto;
	}

	.kids-warning-text {
		width: 100%;
		min-height: 0;
		padding-block: 14px;
		font-size: clamp(15px, 1.18vw, 20px);
		line-height: 1.5;
	}
}

@media (max-width: 1650px) {
	.site-header {
		padding-inline: 28px;
	}

	.campaign-logo {
		flex-basis: clamp(330px, 25.5vw, 489px);
		width: clamp(330px, 25.5vw, 489px);
		height: auto;
		aspect-ratio: 489 / 51;
	}

	.brand-links {
		gap: clamp(16px, 1.36vw, 26px);
		margin-left: clamp(24px, 2.65vw, 51px);
	}

	.brand-links a:nth-child(1) img {
		width: clamp(52px, 3.8vw, 73px);
		height: clamp(49px, 3.55vw, 68px);
	}

	.brand-links a:nth-child(2) img {
		width: clamp(53px, 3.91vw, 75px);
		height: clamp(38px, 2.81vw, 54px);
	}

	.header-nav {
		gap: clamp(18px, 1.93vw, 37px);
	}

	.nav-pill {
		width: clamp(166px, 12.3vw, 236px);
		font-size: clamp(18px, 1.25vw, 24px);
	}

	.header-nav .nav-pill:first-child {
		width: clamp(190px, 14.1vw, 270px);
	}
}

@media (max-width: 1500px) {
	.site-header {
		padding-inline: 28px;
	}

	.campaign-logo {
		flex-basis: clamp(330px, 25.5vw, 489px);
		width: clamp(330px, 25.5vw, 489px);
		height: auto;
		aspect-ratio: 489 / 51;
	}

	.brand-links {
		gap: clamp(16px, 1.36vw, 26px);
		margin-left: clamp(24px, 2.65vw, 51px);
	}

	.brand-links a:nth-child(1) img {
		width: clamp(52px, 3.8vw, 73px);
		height: clamp(49px, 3.55vw, 68px);
	}

	.brand-links a:nth-child(2) img {
		width: clamp(53px, 3.91vw, 75px);
		height: clamp(38px, 2.81vw, 54px);
	}

	.header-nav {
		gap: clamp(18px, 1.93vw, 37px);
	}

	.nav-pill {
		width: clamp(166px, 12.3vw, 236px);
		font-size: clamp(18px, 1.25vw, 24px);
	}

	.header-nav .nav-pill:first-child {
		width: clamp(190px, 14.1vw, 270px);
	}

	.hero-card {
		width: min(1120px, calc(100vw - 230px));
		padding-inline: 58px;
	}

	.contest-grid {
		gap: 42px;
	}

	.parents-photo-stage {
		transform: translateX(-260px);
	}

	.parents-sun {
		left: calc(100% - 90px);
	}

	.fund-sun--desktop {
		left: calc(100% - 130px);
	}

	.fund-girl--desktop {
		right: auto;
		left: calc((100vw - 1920px) / 2 + 421px);
	}

	.tv-decor--sun {
		left: -155px;
	}

	.tv-decor--flower {
		left: calc(100% - 180px);
	}

	.tv-copy {
		width: 960px;
		max-width: calc(100vw - 406px);
		font-size: 28px;
		line-height: 45px;
	}

	.tv-logo {
		left: calc(50% - 129px);
	}

	.tv-promo {
		left: calc(50% - 320px);
	}
}

@media (max-width: 1180px) {
	.site-header {
		padding-inline: 22px;
	}

	.brand-links--desktop {
		display: none;
	}

	.header-nav {
		gap: 14px;
	}

	.nav-pill {
		width: 166px;
		font-size: 17px;
	}

	.header-nav .nav-pill:first-child {
		width: 190px;
	}

	.hero-card {
		width: min(980px, calc(100vw - 56px));
	}

	.hero-heading {
		grid-template-columns: 180px 1fr;
	}

	.hero-sun {
		width: 174px;
	}

	.contest-grid,
	.print-row {
		grid-template-columns: 1fr;
	}

	.print-row {
		gap: 28px;
	}

	.prize-panel {
		min-height: 0;
	}

	.months-inner {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 780px) {
	:root {
		--header-height: 57px;
		--mobile-stage-left: max(0px, calc((100vw - 390px) / 2));
	}

	body {
		background: linear-gradient(180deg, #f7dfb6 0%, #fff6e0 34%, #f1d7ab 100%);
	}

	.site-header {
		position: relative;
		display: flex;
		height: var(--header-height);
		min-height: var(--header-height);
		padding: 0 30px 0 25px;
		overflow: visible;
	}

	.campaign-logo {
		flex: 0 0 261px;
		width: 261px;
		height: 27px;
		aspect-ratio: auto;
	}

	.menu-toggle {
		display: block;
		margin-left: auto;
	}

	.site-header.menu-open .menu-toggle span:nth-child(1),
	.site-header.menu-open .menu-toggle span:nth-child(3) {
		transform: translateY(10px) rotate(45deg);
	}

	.site-header.menu-open .menu-toggle span:nth-child(2) {
		opacity: 0;
	}

	.site-header.menu-open .menu-toggle span:nth-child(3) {
		transform: translateY(-10px) rotate(-45deg);
	}

	.header-nav {
		position: fixed;
		top: 57px;
		right: 0;
		left: 0;
		z-index: 60;
		display: block;
		height: calc(100dvh - 57px);
		min-height: 522px;
		margin: 0;
		padding: 0;
		border-radius: 0;
		background: rgba(253, 231, 180, 0.92);
		box-shadow: 0 18px 40px rgba(88, 53, 12, 0.18);
		backdrop-filter: blur(7px);
		opacity: 0;
		pointer-events: none;
		visibility: hidden;
		transform: translateY(-4px);
		transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
	}

	.site-header.menu-open .header-nav {
		opacity: 1;
		pointer-events: auto;
		visibility: visible;
		transform: translateY(0);
	}

	.nav-pill {
		position: absolute;
		left: 50%;
		width: 294px;
		height: 44px;
		min-width: 0;
		min-height: 0;
		font-size: 24px;
		transform: translateX(-50%);
	}

	.header-nav .nav-pill:first-child {
		top: 66px;
		width: 294px;
	}

	.header-nav .nav-pill:nth-child(2) {
		top: 132px;
	}

	.header-nav .nav-pill:nth-child(3) {
		top: 198px;
	}

	.mobile-menu-logos {
		position: absolute;
		inset: 0;
		display: block;
		pointer-events: none;
	}

	.mobile-logo {
		position: absolute;
		display: block;
		pointer-events: auto;
	}

	.mobile-logo--gulli {
		top: 307px;
		left: calc(50% - 195px + 48px);
		width: 60px;
		height: 56px;
	}

	.mobile-logo--tiji {
		top: 309px;
		left: calc(50% - 195px + 130px);
		width: 70px;
		height: 51px;
	}

	.mobile-logo--dariedu {
		top: 297px;
		left: calc(50% - 195px + 223px);
		width: 111.456px;
		height: 60.102px;
	}

	.mobile-logo--tv {
		top: 404px;
		left: calc(50% - 195px + 69.93px);
		width: 115.664px;
		height: 35px;
	}

	.mobile-logo--kids {
		top: 400px;
		left: calc(50% - 195px + 218px);
		width: 102px;
		height: 42px;
	}

	.section-band {
		padding-inline: 15px;
	}

	.hero {
		height: 965px;
		min-height: 0;
		margin-top: 0;
		padding: 0;
		background: #fafafd;
	}

	.hero-main {
		inset: 0 0 auto;
		height: 585px;
		overflow: hidden;
		background: #fde7b4;
	}

	.hero-girl--desktop,
	.hero-sun-large,
	.hero-flower {
		display: none;
	}

	.hero-girl--mobile {
		display: block;
		left: calc(var(--mobile-stage-left) - 247px);
		top: 275px;
		width: 650px;
		height: 310px;
		object-position: center;
	}

	.hero-sun-large {
		animation: none;
	}

	.hero-main::before {
		content: "";
		position: absolute;
		left: calc(var(--mobile-stage-left) - 63px);
		top: -57px;
		width: 171px;
		height: 181.192px;
		background: url("../img/figma/hero-sun-mobile.svg") center / contain no-repeat;
	}

	.hero-flower-mobile {
		position: absolute;
		z-index: 3;
		display: block;
		left: calc(var(--mobile-stage-left) - 18px);
		top: 274px;
		width: 146.524px;
		height: 134.329px;
		max-width: none;
	}

	.hero-copy {
		top: 0;
		right: auto;
		bottom: auto;
		left: var(--mobile-stage-left);
		width: 390px;
		height: 585px;
		display: block;
	}

	.hero-date {
		position: absolute;
		left: 95px;
		top: 93px;
		width: 200px;
		height: 19px;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.21;
	}

	.hero-badge {
		position: absolute;
		left: 112px;
		top: 38px;
		width: 167px;
		height: 40px;
		min-height: 0;
		margin: 0;
		font-size: 20px;
		font-weight: 700;
	}

	.hero-copy picture {
		position: absolute;
		left: 47px;
		top: 136px;
		width: 295.846px;
		height: 104px;
	}

	.hero-title-img {
		width: 100%;
		height: 100%;
		margin: 0;
	}

	.social-rail {
		position: absolute;
		top: 334px;
		right: 0;
		gap: 7.22px;
		width: 62px;
		height: 163.677px;
		padding: 12.688px 0 0 8.882px;
		border-radius: 21px 0 0 21px;
	}

	.rail-card {
		width: 37.645px;
		height: 66.524px;
		padding-top: 10.829px;
		font-size: 9px;
	}

	.rail-logo--tiji {
		width: 26.3px;
		height: 19.08px;
		margin-bottom: 3px;
	}

	.rail-logo--gulli {
		width: 24.237px;
		height: 22.69px;
		margin-bottom: 3px;
	}

	.rail-vk {
		width: 23.001px;
		height: 23.231px;
	}

	.hero-subtitle {
		position: absolute;
		left: 0;
		top: 248px;
		width: 390px;
		margin: 0;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.21;
	}

	.hero-partners {
		left: var(--mobile-stage-left);
		top: 585px;
		width: 390px;
		height: 188px;
		background: #fafafd;
	}

	.hero-partner--gulli {
		left: 52px;
		top: 34px;
		width: 60px;
		height: 56px;
	}

	.hero-partner--tiji {
		left: 134px;
		top: 36px;
		width: 70px;
		height: 51px;
	}

	.hero-partner--dariedu {
		left: 227.272px;
		top: 24px;
		width: 111.456px;
		height: 60.102px;
	}

	.hero-partner--tv {
		left: 73.931px;
		top: 131px;
		width: 115.664px;
		height: 35px;
	}

	.hero-partner--kids {
		left: 222px;
		top: 127px;
		width: 102px;
		height: 42px;
	}

	.hero-announcement {
		position: absolute;
		z-index: 4;
		left: calc(var(--mobile-stage-left) + 30px);
		top: 792px;
		display: block;
		width: 330px;
		color: var(--blue);
		font-size: 27px;
		font-weight: 600;
		line-height: 34px;
		text-align: center;
	}

	.intro-section {
		height: 1330px;
		padding: 0;
		background: #fafafd;
	}

	.intro-announcement {
		display: none;
	}

	.intro-video {
		left: 0;
		top: 0;
		width: 100%;
		height: 286px;
		font-size: 18px;
		font-weight: 400;
		line-height: 28px;
	}

	.intro-months {
		top: 320px;
		left: var(--mobile-stage-left);
		flex-direction: column;
		align-items: stretch;
		width: min(390px, 100vw);
		gap: 20px;
		padding-inline: 15px;
		transform: none;
	}

	.intro-month {
		flex: 0 0 auto;
		gap: 12px;
	}

	.intro-month-name {
		margin-bottom: 0;
		font-size: 28px;
	}

	.intro-month-pill {
		position: relative;
		justify-content: flex-start;
		padding: 10px 20px 10px 100px;
		font-size: 24px;
		line-height: 1.1;
		text-align: left;
	}

	.intro-month-icon {
		position: absolute;
		left: 8px;
		top: 50%;
		display: block;
		width: 78px;
		height: 78px;
		transform: translateY(-50%);
	}

	.intro-month--july .intro-month-pill {
		width: 100%;
		margin-left: 0;
		padding-left: 100px;
	}

	.intro-copy {
		left: calc(var(--mobile-stage-left) + 30px);
		top: 612px;
		width: 330px;
		font-size: 18px;
		font-weight: 400;
		line-height: 23px;
		text-align: center;
	}

	.intro-copy p+p {
		margin-top: 23px;
	}

	.intro-copy strong {
		font-weight: 800;
	}

	.intro-sun--desktop {
		display: none;
	}

	.intro-sun--mobile {
		left: calc(var(--mobile-stage-left) + 122px);
		top: 1140px;
		display: block;
		width: 146px;
		height: 149.591px;
		max-width: none;
	}

	.hero-sponsors {
		flex-wrap: wrap;
		gap: 14px 24px;
		min-height: 0;
		margin-bottom: 16px;
		font-size: 15px;
	}

	.hero-sponsors img {
		width: 54px;
		max-height: 44px;
	}

	.sponsor-word--muted {
		display: none;
	}

	.decor-sun--hero {
		top: 184px;
		left: -46px;
		width: 126px;
		opacity: 0.8;
	}

	.decor-sun--left {
		display: none;
	}

	.hero-card {
		width: 100%;
		min-height: 0;
		padding: 26px 16px 28px;
		border-radius: 22px;
	}

	.hero-close {
		top: 14px;
		right: 14px;
		width: 34px;
		height: 34px;
		font-size: 28px;
	}

	.hero-heading {
		grid-template-columns: 78px minmax(0, 1fr);
		gap: 12px;
		margin-bottom: 24px;
	}

	.hero-sun {
		width: 78px;
	}

	.festival-label {
		display: inline-grid;
		place-items: center;
		min-height: 28px;
		margin-bottom: 7px;
		padding: 3px 12px;
		border-radius: 999px;
		background: var(--yellow);
		color: var(--blue);
		font-size: 12px;
		font-weight: 900;
		text-transform: uppercase;
	}

	h1 {
		font-size: clamp(26px, 7.7vw, 34px);
		line-height: 1.08;
	}

	.date-badge {
		gap: 8px;
		margin-top: 14px;
		padding: 5px 10px 5px 0;
		font-size: 12px;
	}

	.date-badge span {
		min-height: 27px;
		padding-inline: 11px;
	}

	.date-badge strong {
		font-size: 12px;
	}

	.contest-grid {
		gap: 20px;
	}

	.contest-steps {
		padding-top: 0;
	}

	.contest-steps ol {
		gap: 17px;
	}

	.contest-steps li {
		grid-template-columns: 36px 1fr;
		gap: 12px;
		font-size: 13px;
	}

	.contest-steps li span {
		width: 28px;
		height: 28px;
		font-size: 16px;
	}

	.contest-note,
	.vk-buttons {
		margin-left: 48px;
	}

	.contest-note {
		padding: 12px;
		font-size: 11px;
	}

	.vk-buttons {
		gap: 10px;
		margin-top: 24px;
		padding: 8px 12px;
	}

	.vk-buttons a {
		min-height: 34px;
		padding-inline: 8px;
	}

	.vk-buttons img {
		width: 30px;
	}

	.prize-panel {
		padding: 24px 16px 22px;
		border-radius: 20px;
	}

	.prize-panel h2 {
		font-size: 22px;
	}

	.prize-panel p {
		font-size: 13px;
	}

	.projector-img {
		width: 210px;
	}

	.print-row {
		margin-top: 24px;
	}

	.print-row h2 {
		font-size: 22px;
	}

	.print-row p {
		margin-top: 14px;
		font-size: 14px;
	}

	.video-section {
		padding-block: 28px;
	}

	.video-placeholder {
		aspect-ratio: 390 / 286;
		border-radius: 0;
		font-size: 18px;
	}

	.months {
		padding-block: 26px 34px;
	}

	.months-inner {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.month-card {
		min-height: 74px;
		padding: 14px 18px;
		border-radius: 18px;
	}

	.month-card strong {
		font-size: 20px;
	}

	.month-card strong::before {
		width: 28px;
		height: 28px;
	}

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

	.primary-cta {
		width: 100%;
		min-width: 0;
		min-height: 62px;
		margin-top: 26px;
		font-size: 21px;
	}

	.section-band.kids {
		height: 1214px;
		padding: 0;
		scroll-margin-top: 0;
		background: #fafafd;
	}

	.kids-title-card {
		top: -4px;
		left: calc(var(--mobile-stage-left) + 15px);
		width: 315px;
		height: 132px;
	}

	.kids-title-card::before,
	.kids-title-card::after {
		content: "";
		position: absolute;
		left: 0;
		display: block;
		background: #fde8b5;
		border-radius: 16px;
	}

	.kids-title-card::before {
		top: 0;
		width: 292.192px;
		height: 66.305px;
	}

	.kids-title-card::after {
		top: 39.188px;
		width: 315px;
		height: 92.813px;
	}

	.kids-title {
		position: absolute;
		z-index: 1;
		top: 4px;
		left: 16px;
		width: 329px;
		font-size: 48px;
		font-weight: 500;
		line-height: 58px;
		white-space: normal;
	}

	.kids-title span {
		display: block;
	}

	.kids-drawing {
		top: 157px;
		left: calc(var(--mobile-stage-left) - 4px);
		display: block;
		width: 394px;
		height: 281px;
		max-width: none;
		object-fit: cover;
	}

	.kids-copy {
		top: 457px;
		left: calc(var(--mobile-stage-left) + 30px);
		width: 332px;
		margin: 0;
		font-size: 18px;
		font-weight: 400;
		line-height: 23px;
		letter-spacing: 0.0703px;
	}

	.kids-warning {
		top: 726px;
		left: calc(var(--mobile-stage-left) + 30px);
		width: 330px;
		height: 112px;
		background: transparent;
	}

	.kids-warning-text {
		top: 0;
		left: 0;
		width: 330px;
		min-height: 112px;
		padding-left: 20px;
		font-size: 16px;
		line-height: 23px;
		letter-spacing: -0.4492px;
	}

	.kids-prize {
		top: 906px;
		left: calc(var(--mobile-stage-left) + 15px);
		width: 360px;
		max-width: calc(100vw - 30px);
		height: 114px;
		padding: 0 16px;
		border-radius: 100px;
		background: #ffc600;
		box-shadow: 0 8px 16px rgba(146, 92, 12, 0.16);
	}

	.kids-prize-text {
		font-size: 33px;
		font-weight: 500;
		line-height: 35px;
		white-space: normal;
	}

	.kids-prize-text span {
		display: block;
	}

	.kids-logos {
		top: 0;
		left: 0;
		display: block;
		width: 390px;
		height: 1214px;
		pointer-events: none;
	}

	.kids-logo {
		position: absolute;
		max-width: none;
		object-fit: contain;
	}

	.kids-logo--gulli {
		top: 1070px;
		left: calc(var(--mobile-stage-left) + 80px);
		width: 90px;
		height: 84px;
	}

	.kids-logo--tiji {
		top: 1079px;
		left: calc(var(--mobile-stage-left) + 211px);
		width: 93px;
		height: 66px;
	}

	.section-band.parents {
		height: 884px;
		padding: 0;
		scroll-margin-top: 0;
		background: #fafafd;
	}

	.parents-photo-stage {
		top: 557px;
		left: calc(var(--mobile-stage-left) - 40px);
		width: 754px;
		height: 275px;
		transform: none;
	}

	.parents-photo-img {
		top: -30.77%;
		left: -51.5%;
		width: 164.98%;
		height: 164.75%;
	}

	.parents-title-card {
		top: 0;
		left: calc(var(--mobile-stage-left) + 14px);
		width: 291px;
		height: 133px;
	}

	.parents-title-card::before,
	.parents-title-card::after {
		content: "";
		position: absolute;
		left: 0;
		display: block;
		background: #fde8b5;
		border-radius: 16px;
	}

	.parents-title-card::before {
		top: 0;
		width: 128.122px;
		height: 66.5px;
	}

	.parents-title-card::after {
		top: 61px;
		width: 291px;
		height: 72px;
	}

	.parents-title {
		position: absolute;
		z-index: 1;
		top: 5px;
		left: 16px;
		width: 330px;
		font-size: 48px;
		font-weight: 500;
		line-height: 58px;
		white-space: normal;
	}

	.parents-title span {
		display: block;
	}

	.parents-copy {
		top: 160px;
		left: calc(var(--mobile-stage-left) + 30px);
		width: 331px;
		font-size: 18px;
		font-weight: 400;
		line-height: 23px;
		letter-spacing: 0.0703px;
	}

	.parents-copy p+p {
		margin-top: 23px;
	}

	.parents-cta {
		top: 426px;
		left: calc(var(--mobile-stage-left) + 15px);
		width: 359px;
		max-width: calc(100vw - 30px);
		height: 70px;
		font-size: 33px;
		line-height: 1.211;
	}

	.parents-sun {
		top: 568px;
		left: calc(var(--mobile-stage-left) + 280px);
		width: 179px;
		height: 182.804px;
	}

	.section-band.help {
		--help-mobile-card-left: calc(var(--mobile-stage-left) + 24px);
		--help-mobile-card-gap: 14px;
		--help-mobile-card-width: clamp(150px, calc((100vw - 62px) / 2), 166px);
		--help-mobile-card-right: calc(var(--help-mobile-card-left) + var(--help-mobile-card-width) + var(--help-mobile-card-gap));
		height: 1121px;
		padding: 0;
		scroll-margin-top: 0;
		background: #fafafd;
	}

	.help-title-card {
		top: 0;
		left: calc(var(--mobile-stage-left) + 15px);
		width: 274px;
		height: 132px;
	}

	.help-title-card::before,
	.help-title-card::after {
		content: "";
		position: absolute;
		left: 0;
		display: block;
		background: #fde8b5;
		border-radius: 16px;
	}

	.help-title-card::before {
		top: 0;
		width: 243px;
		height: 69px;
	}

	.help-title-card::after {
		top: 63px;
		width: 274px;
		height: 69px;
	}

	.help-title {
		position: absolute;
		z-index: 1;
		top: 5px;
		left: 15px;
		width: 345px;
		font-size: 48px;
		font-weight: 500;
		line-height: 58px;
		white-space: normal;
	}

	.help-title span {
		display: block;
	}

	.help-copy {
		top: 162px;
		left: calc(var(--mobile-stage-left) + 30px);
		width: 332px;
		margin: 0;
		font-size: 27px;
		font-weight: 600;
		line-height: 1.211;
	}

	.help-cards-scroll {
		top: 334px;
		left: 0;
		right: 0;
		height: 762px;
		overflow: visible;
		padding: 0;
		scrollbar-width: none;
	}

	.help-cards-scroll::-webkit-scrollbar {
		display: none;
	}

	.help-cards-track {
		position: relative;
		display: grid;
		grid-template-columns: 1fr 1fr;
		width: 100%;
		height: 100%;
		gap: 20px;
		padding: 0 20px;
	}

	.help-person-card {
		position: static;
		display: flex;
		flex-direction: column;
		flex: none;
		transition: none;
		width: 100%;
	}

	.help-person-img {
		width: 100%;
		height: auto;
	}

	a.help-person-card:hover {
		transform: none;
		filter: none;
	}

	.help-person-card--tatiana {
		top: 0;
		left: var(--help-mobile-card-left);
		width: var(--help-mobile-card-width);
	}

	.help-person-card--elena {
		top: 0;
		left: var(--help-mobile-card-right);
		width: var(--help-mobile-card-width);
	}

	.help-person-card--svetlana {
		top: 251px;
		left: var(--help-mobile-card-left);
		width: var(--help-mobile-card-width);
	}

	.help-person-card--kirill {
		top: 251px;
		left: var(--help-mobile-card-right);
		width: var(--help-mobile-card-width);
	}

	.help-person-card--larisa {
		top: 499px;
		left: var(--help-mobile-card-left);
		width: var(--help-mobile-card-width);
	}

	.help-person-picture {
		height: auto;
		overflow: visible;
	}

	.help-person-img {
		width: 100%;
		height: auto;
		object-fit: contain;
	}

	.help-person-name {
		margin-top: 10px;
		/* display: none; */
	}

	.help-sun-mobile {
		top: 840px;
		left: calc(var(--mobile-stage-left) + 202px);
		display: block;
		width: 221px;
		height: 196px;
		max-width: none;
		pointer-events: none;
	}

	.section-band.fund {
		height: 1582px;
		padding: 0;
		scroll-margin-top: 0;
		background: #e4d3b9;
	}

	.fund-title {
		top: 64px;
		left: calc(var(--mobile-stage-left) + 30px);
		font-size: 48px;
		font-weight: 500;
		line-height: 58px;
	}

	.fund-text {
		top: 149px;
		left: calc(var(--mobile-stage-left) + 30px);
		width: 344px;
		font-size: 18px;
		font-weight: 400;
		line-height: 23px;
		letter-spacing: 0.0703px;
	}

	.fund-text p+p {
		margin-top: 23px;
	}

	.fund-card {
		inset: auto;
		top: 438px;
		left: calc(var(--mobile-stage-left) + 15px);
		width: min(359px, calc(100vw - 30px));
		height: 644px;
		border-radius: 28px;
		background: rgba(250, 250, 253, 0.72);
		box-shadow: 0 3px 4px rgba(99, 83, 57, 0.28);
	}

	.fund-logo {
		top: 36px;
		left: 81px;
		width: 198.816px;
		height: 107.211px;
	}

	.fund-stats {
		top: 187px;
		left: 0;
		width: 100%;
		height: 393px;
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}

	.fund-stat {
		/* position: absolute;
		margin-right: 0; */
	}

	.fund-stat--cities {
		top: 0;
		left: 29px;
		width: 122px;
	}

	.fund-stat--boxes {
		top: 0;
		left: 208px;
		width: 122px;
	}

	.fund-stat--families {
		top: 143px;
		left: 55px;
		width: 249px;
	}

	.fund-stat--tons {
		top: 286px;
		left: 50px;
		width: 260px;
	}

	.fund-stat-number {
		height: 67px;
		font-size: 60px;
		font-weight: 400;
		line-height: 60px;
	}

	.fund-stat-label {
		margin-top: 9px;
		font-size: 20px;
		font-weight: 400;
		line-height: 28px;
		letter-spacing: -0.4492px;
	}

	.fund-cta {
		top: 1130px;
		left: calc(var(--mobile-stage-left) + 15px);
		width: min(359px, calc(100vw - 30px));
		height: 70px;
		font-size: 33px;
		line-height: 1.211;
	}

	.fund-girl--desktop,
	.fund-sun--desktop {
		display: none;
	}

	.fund-girl--mobile {
		top: 1236px;
		left: var(--mobile-stage-left);
		z-index: 1;
		display: block;
		width: 390px;
		height: 346px;
		max-width: none;
		object-fit: contain;
	}

	.fund-sun--mobile {
		top: 1268px;
		left: calc(var(--mobile-stage-left) + 284px);
		z-index: 2;
		display: block;
		width: 166px;
		height: 166px;
		max-width: none;
		object-fit: contain;
	}

	.section-band.tv {
		height: 890px;
		padding: 0;
		background: #c2dfd5;
	}

	.tv-hands--desktop,
	.tv-decor {
		display: none;
	}

	.tv-hands--mobile {
		top: 608px;
		left: var(--mobile-stage-left);
		z-index: 1;
		display: block;
		width: 390px;
		height: 282px;
		max-width: none;
		object-fit: cover;
	}

	.tv-copy {
		top: 57px;
		left: calc(var(--mobile-stage-left) + 15px);
		z-index: 2;
		width: min(359px, calc(100vw - 30px));
		max-width: none;
		transform: none;
		font-size: 23px;
		line-height: 1.37;
		letter-spacing: 0.3955px;
	}

	.tv-logo {
		top: 555px;
		left: calc(var(--mobile-stage-left) + 109px);
		z-index: 3;
		width: 172px;
		height: 68.336px;
	}

	.tv-promo {
		top: 377px;
		left: calc(var(--mobile-stage-left) + 15px);
		width: min(359px, calc(100vw - 30px));
		height: 140px;
		padding: 25px 24px 20px;
		border-radius: 70px;
	}

	.tv-promo strong {
		font-size: 34px;
		line-height: 1.211;
	}

	.tv-promo span {
		margin-top: 3px;
		font-size: 16px;
		line-height: 28px;
	}

	.footer {
		height: 514px;
	}

	.footer-stage {
		width: min(390px, 100vw);
	}

	.footer-brand--tiji {
		top: 41px;
		left: 50%;
		width: 190px;
		height: 159px;
		transform: translateX(-50%);
	}

	.footer-brand--gulli {
		top: 267px;
		left: 50%;
		width: 190px;
		height: 159px;
		transform: translateX(-50%);
	}

	.footer-logo--tiji {
		top: 0;
		left: 37.5px;
		width: 115px;
		height: 83px;
	}

	.footer-logo--gulli {
		top: 0;
		left: 46px;
		width: 98px;
		height: 90px;
	}

	.footer-socials {
		top: 109px;
		left: 0;
	}

	.footer-sun {
		display: none;
	}

	.modal {
		padding: 10px 0;
	}

	.modal-panel {
		width: min(360px, 100vw);
		max-height: calc(100vh - 20px);
		overflow-x: hidden;
		border-radius: 20px;
		background: #fafafd;
	}

	.popup-desktop {
		display: none;
	}

	.popup-mobile {
		display: block;
		width: min(360px, 100vw);
		height: 2854px;
		overflow: hidden;
		background: #fafafd;
	}

	.popup-sun--mobile {
		top: 0;
		left: -36px;
		width: 118.059px;
		height: 112.505px;
		transform: rotate(164.02deg) scaleY(-1);
	}

	.popup-close--mobile {
		top: 29px;
		left: 290px;
		width: 40px;
		height: 39px;
	}

	.popup-close--mobile::before,
	.popup-close--mobile::after {
		width: 24.879px;
		height: 4.707px;
	}

	.popup-contest-bar--mobile {
		top: 28px;
		left: 0;
		width: 360px;
		height: 68px;
		text-align: center;
	}

	.popup-contest-bar--mobile span {
		position: absolute;
		top: 0;
		left: 97px;
		display: grid;
		place-items: center;
		width: 167px;
		height: 40px;
		border-radius: 30px;
		background: #ffc600;
		color: var(--blue);
		font-size: 20px;
		font-weight: 700;
	}

	.popup-contest-bar--mobile time {
		position: absolute;
		top: 49px;
		left: 130px;
		color: var(--blue);
		font-size: 16px;
		font-weight: 400;
		line-height: normal;
		white-space: nowrap;
	}

	.popup-title--mobile {
		top: 113px;
		left: 18px;
		display: grid;
		place-items: center;
		width: 325px;
		height: 72px;
		font-size: 27px;
		font-weight: 600;
		line-height: 34px;
		letter-spacing: 0.0703px;
	}

	.popup-title--mobile::before,
	.popup-title--mobile::after {
		content: "";
		position: absolute;
		z-index: -1;
		display: block;
		background: #fde8b5;
		border-radius: 18px;
	}

	.popup-title--mobile::before {
		top: 0;
		left: 24px;
		width: 276px;
		height: 36px;
	}

	.popup-title--mobile::after {
		top: 34px;
		left: 0;
		width: 325px;
		height: 38px;
	}

	.popup-steps--mobile .popup-step p {
		font-size: 18px;
		line-height: 23px;
	}

	.popup-steps--mobile .popup-step--one {
		top: 211px;
		left: 16px;
		width: 314px;
		height: 75px;
	}

	.popup-steps--mobile .popup-step--one p {
		top: 9px;
		left: 66px;
		width: 248px;
	}

	.popup-steps--mobile .popup-step--two {
		top: 316px;
		left: 16px;
		width: 314px;
		height: 170px;
	}

	.popup-steps--mobile .popup-step--two p {
		top: 8px;
		left: 66px;
		width: 248px;
	}

	.popup-steps--mobile .popup-step--three {
		top: 505px;
		left: 16px;
		width: 314px;
		height: 180px;
	}

	.popup-steps--mobile .popup-step--three p {
		top: 4px;
		left: 66px;
		width: 248px;
	}

	.popup-steps--mobile .popup-step--four {
		top: 705px;
		left: 16px;
		width: 314px;
		height: 220px;
	}

	.popup-steps--mobile .popup-step--four p {
		top: 10px;
		left: 66px;
		width: 248px;
	}

	.popup-steps--mobile .popup-step--one::after,
	.popup-steps--mobile .popup-step--two::after,
	.popup-steps--mobile .popup-step--three::after {
		content: "";
		position: absolute;
		left: 27px;
		width: 1px;
		background: var(--blue);
	}

	.popup-steps--mobile .popup-step--one::after {
		top: 70px;
		height: 60px;
	}

	.popup-steps--mobile .popup-step--two::after {
		top: 76px;
		height: 149px;
	}

	.popup-steps--mobile .popup-step--three::after {
		top: 88px;
		height: 149px;
	}

	.popup-steps--mobile .popup-note {
		left: 66px;
		width: 248px;
		padding-left: 20px;
		font-size: 12px;
		line-height: 1.3;
		letter-spacing: -0.4492px;
	}

	.popup-steps--mobile .popup-note--rules {
		top: 66px;
		min-height: 95px;
	}

	.popup-steps--mobile .popup-note--wait {
		top: 96px;
		min-height: 111px;
	}

	.popup-steps--mobile .popup-vk-pill {
		top: 128px;
		left: 66px;
		gap: 14px;
		width: 214px;
		height: 65px;
		border-radius: 32.5px;
	}

	.popup-steps--mobile .popup-vk-pill a {
		width: 81px;
		height: 38px;
	}

	.popup-steps--mobile .popup-pill-logo--tiji {
		top: 8px;
		left: 9px;
		width: 30px;
		height: 21px;
	}

	.popup-steps--mobile .popup-pill-logo--gulli {
		top: 7px;
		left: 12px;
		width: 26px;
		height: 24px;
	}

	.popup-steps--mobile .popup-pill-vk {
		top: 7px;
		right: 8px;
		width: 24px;
		height: 24px;
	}

	.popup-prizes--mobile {
		top: 969px;
		left: 0;
		width: 360px;
		height: 1423px;
		background: #fce7b4;
	}

	.popup-prizes--mobile h3 {
		top: 47px;
		left: 16px;
		width: 330px;
		font-size: 27px;
		font-weight: 600;
		line-height: 34px;
		letter-spacing: 0.0703px;
	}

	.popup-prizes--mobile .popup-prize-chip {
		left: 82px;
		width: 196px;
		height: 40px;
		font-size: 19px;
	}

	.popup-prizes--mobile .popup-prize-chip--projector {
		top: 106px;
	}

	.popup-prizes--mobile .popup-prize-chip--merch {
		top: 631px;
	}

	.popup-prizes--mobile .popup-projector {
		top: 184px;
		left: 26px;
		width: 307.56px;
		height: 302.641px;
	}

	.popup-prizes--mobile .popup-projector-rays {
		top: 0;
		left: 0;
		width: 307.56px;
		height: 302.641px;
	}

	.popup-prizes--mobile .popup-projector-img {
		top: 68px;
		left: 42.56px;
		width: 212px;
		height: 176px;
	}

	.popup-prizes--mobile .popup-prize-copy {
		width: 302px;
		font-size: 18px;
		line-height: 23px;
		letter-spacing: 0.0703px;
	}

	.popup-prizes--mobile .popup-prize-copy--projector {
		top: 509px;
		left: 33px;
	}

	.popup-prizes--mobile .popup-prize-copy--tiji {
		top: 701px;
		left: 32px;
	}

	.popup-prizes--mobile .popup-merch-img--tiji {
		top: 759px;
		left: 43px;
		width: 287.149px;
		height: auto;
		transform: rotate(3.45deg);
	}

	.popup-prizes--mobile .popup-prize-copy--gulli {
		top: 1001px;
		left: 30px;
	}

	.popup-prizes--mobile .popup-merch-img--gulli {
		top: 1131px;
		left: 68px;
		width: 235px;
		height: auto;
	}

	.popup-bottom--mobile {
		inset: 0;
		z-index: -1;
	}

	.popup-bottom--mobile h3 {
		position: absolute;
		top: 2438px;
		left: 15px;
		z-index: 2;
		width: 330px;
		margin: 0;
		color: var(--blue);
		font-size: 27px;
		font-weight: 600;
		line-height: 34px;
		letter-spacing: 0.0703px;
		text-align: center;
	}

	.popup-bottom--mobile h3::before,
	.popup-bottom--mobile h3::after {
		content: "";
		position: absolute;
		z-index: -1;
		display: block;
		background: #fde8b5;
		border-radius: 18px;
	}

	.popup-bottom--mobile h3::before {
		top: 0;
		left: 3px;
		width: 325px;
		height: 36px;
	}

	.popup-bottom--mobile h3::after {
		top: 34px;
		left: 19px;
		width: 293px;
		height: 75px;
	}

	.popup-bottom--mobile p {
		position: absolute;
		top: 2573px;
		left: 29px;
		width: 302px;
		margin: 0;
		color: var(--blue);
		font-size: 18px;
		font-weight: 400;
		line-height: 23px;
		letter-spacing: 0.0703px;
		text-align: center;
	}

	.popup-bottom--mobile img {
		top: 2411px;
		left: -407px;
		width: 1022px;
		height: 527px;
		clip-path: inset(257px 254px 84px 407px);
		object-fit: cover;
	}
}

@media (max-width: 390px) {
	.section-band {
		padding-inline: 14px;
	}

	.hero-card {
		padding-inline: 14px;
	}

	.contest-note,
	.vk-buttons {
		margin-left: 40px;
	}

}