/*!
Theme Name: festival
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: festival
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

festival is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**

	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}


dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}



dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}



/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

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

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
@font-face { 
  font-family: 'Nunito'; 
  src: url('/wp-content/themes/festival/fonts/Nunito-Regular.ttf');
}
@font-face { 
  font-family: 'Nunito-bold'; 
  src: url('/wp-content/themes/festival/fonts/Nunito-Bold.ttf');
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


.hide-scrollbar {overflow: -moz-hidden-unscrollable;	overflow: hidden;}
footer {flex-shrink: 0;}
.page {font-family: 'Nunito'; }
.href {text-decoration: none;}
.title {font-size: 50px;}



#btn_menu_close {display: none;}
#btn_menu_close img {height: 22px;}
#btn_menu {cursor: pointer;}
.mobile_menu {display:none;}
.content {margin-left: auto; margin-right: auto; max-width: 1200px; width: 100%;}
.uk-article-title {display: none; }
.nav-previous {display: none; }
.form_acf {margim-bottom: 50px;}


body {
  -webkit-user-select: none; /* Chrome, Safari, Opera */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* IE/Edge */
  user-select: none;         /* Основное свойство (стандарт) */
}

.header_main {position: fixed; top: 0; width: 100%; z-index: 5; background-color: rgb(237 236 240); height: 70px; display: flex; align-items: center; box-shadow: 0 4px 30px rgba(124, 92, 191, 0.12); border-bottom: 2px solid rgba(255, 208, 58, 0.3);}
.logo_star {width: 40px; height: 40px; background-color: #ffd03a; border-radius: 50%; display: flex;    align-items: center; justify-content: center; font-size: 22px; color: #000;}
.menu_content {display: grid; grid-template-columns: 222px auto; padding: 0 40px; width: 100%; align-items: center; justify-content: space-between;}
.header_left {display: flex; align-items: center;  gap: 10px; font-weight: 600; color: #000;}
.menu {display: flex; gap: 22px; align-items: center;}
.menu_btn {text-decoration: none; color: #2d2550; font-weight: 700; font-size: 14px; padding: 6px 14px; border-radius: 20px; transition: background .2s, color .2s;}
.menu_btn:hover {background: rgba(124, 92, 191, 0.08); color: #7c5cbf;}
.menu_btn_task {background: #7c5cbf; color: #fff !important; padding: 8px 20px !important; border-radius: 24px !important; box-shadow: 0 4px 14px rgba(124, 92, 191, 0.35); transition: transform .2s, box-shadow .2s !important;}
.menu_btn_task:hover {transform: translateY(-2px); box-shadow: 0 6px 20px rgba(124, 92, 191, 0.45) !important;}
.menu_items {white-space: nowrap; cursor: pointer;}
.btn-primary {background: #ffd03a; color: #1a1433; font-family: 'Nunito', sans-serif; font-weight: 900; font-size: 16px;padding: 16px 36px; border-radius: 40px; border: none;cursor: pointer; text-decoration: none; display: inline-block;
    box-shadow: 0 6px 24px rgba(255,208,58,0.5); transition: transform .2s, box-shadow .2s;}
.btn-primary:hover {transform: translateY(-3px); box-shadow: 0 10px 30px rgba(255, 208, 58, 0.6);
}
.btn-outline {background: transparent; color: #fff; font-family: 'Nunito', sans-serif;
    font-weight: 800; font-size: 16px; padding: 14px 32px; border-radius: 40px; border: 2px solid rgba(255, 255, 255, 0.4); cursor: pointer; text-decoration: none;
    display: inline-block; transition: border-color .2s, background .2s;}
.btn-outline:hover {border-color: #fff; color: #fff; background: rgba(255, 255, 255, 0.08);}
.top_btn {display: flex; gap: 22px;}
.top_space {height:70px;}
.popup_login {
  visibility: hidden;
  display: flex; position: fixed;
    top: 0;
    z-index: 100;
    height: 100vh;
    width: 100vw;
    align-items: center;
    justify-content: center;
    background: #fef8eee8;
    backdrop-filter: blur(5px);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.is-visible {
  opacity: 1;
  visibility: visible;
}

.popup_login > div {width: 450px;}

  :root {
    --yellow: #FFD03A;
    --coral: #FF6B6B;
    --purple: #7C5CBF;
    --teal: #3DBFA8;
    --blue: #4D9FFF;
    --orange: #FF9240;
    --pink: #FF6BAA;
    --dark: #1A1433;
    --text: #2D2550;
    --muted: #6B6B8A;
    --bg: #FDFBFF;
    --card-r: 20px;
  }
  
  
section {
    padding: 90px 40px;
}
.hero {
    min-height: 100vh;
    background: linear-gradient(145deg, #0F0A2E 0%, #1E1050 40%, #2D1A6E 70%, #1A0D4A 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 100px 40px 60px;
    position: relative;
    overflow: hidden;
}
.hero-bg-circles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
.hbc1 {
    width: 500px;
    height: 500px;
    background: #7c5cbf;
    top: -100px;
    left: -100px;
    animation: drift1 8s ease-in-out infinite;
}
.hbc2 {
    width: 400px;
    height: 400px;
    background: var(--coral);
    bottom: -100px;
    right: -80px;
    animation: drift2 10s ease-in-out infinite;
}
.hbc3 {
    width: 300px;
    height: 300px;
    background: var(--yellow);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: drift3 6s ease-in-out infinite;
}
.hbc {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.25;
}
.hero-badge {
    display: inline-block;
    background: rgba(255, 208, 58, 0.15);
    border: 2px solid rgba(255, 208, 58, 0.5);
    color: #ffd03a;
    font-size: 13px;
    font-weight: 800;
    padding: 6px 18px;
    border-radius: 20px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 24px;
    animation: fadeUp .8s ease both;
}
.hero-title {
    font-size: clamp(38px, 6vw, 80px);
    font-weight: 900;
    line-height: 1.05;
    color: #fff;
    margin-bottom: 12px;
    animation: fadeUp .8s .1s ease both;
}
.hero-title .accent {
    color: #ffd03a;
}
.hero-subtitle {
    font-size: clamp(16px, 2vw, 22px);
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    max-width: 680px;
    margin: 0 auto 16px;
    animation: fadeUp .8s .2s ease both;
    line-height: 1.5;
}
.hero-inclusive {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(61, 191, 168, 0.15);
    border: 1.5px solid rgba(61, 191, 168, 0.4);
    color: #3dbfa8;
    font-weight: 700;
    font-size: 14px;
    padding: 6px 16px;
    border-radius: 16px;
    margin-bottom: 36px;
    animation: fadeUp .8s .3s ease both;
}
.hero-ctas {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    animation: fadeUp .8s .4s ease both;
    margin-bottom: 60px;
}
.btn-primary {
    background: #ffd03a;
    color: var(--dark);
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-size: 16px;
    padding: 16px 36px;
    border-radius: 40px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 6px 24px rgba(255, 208, 58, 0.5);
    transition: transform .2s, box-shadow .2s;
}
.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 208, 58, 0.6);
}
.btn-outline {
    background: transparent;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 16px;
    padding: 14px 32px;
    border-radius: 40px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: border-color .2s, background .2s;
}
.btn-outline:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.08);
}
.hero-stats {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    animation: fadeUp .8s .5s ease both;
}
.hero-stat {
    text-align: center;
}
.hero-stat-num {
    font-size: 36px;
    font-weight: 900;
    color: #ffd03a;
    line-height: 1;
}
.hero-stat-label {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.55);
    margin-top: 4px;
}
.scroll-hint {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.35);
    font-size: 13px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    animation: bounce 2s ease-in-out infinite;
}
.scroll-arrow {
    width: 24px;
    height: 24px;
    border-right: 3px solid rgba(255, 255, 255, 0.35);
    border-bottom: 3px solid rgba(255, 255, 255, 0.35);
    transform: rotate(45deg);
    border-radius: 2px;
}








.section-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #7c5cbf;
    background: rgba(124, 92, 191, 0.08);
    padding: 5px 14px;
    border-radius: 14px;
    margin-bottom: 14px;
}
.section-title {
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 900;
    color: #1a1433;
    line-height: 1.1;
    margin-bottom: 16px;
}

.section-title .hl {
    color: #7c5cbf;
}
.section-desc {
    font-size: 17px;
    font-weight: 600;
    color: #6b6b8a;
    max-width: 620px;
    line-height: 1.65;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-top: 50px;
}
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .7s ease, transform .7s ease;
}
.reveal-delay-1 {
    transition-delay: .1s;
}
.reveal-delay-2 {
    transition-delay: .2s;
}
.reveal-delay-3 {
    transition-delay: .3s;
}
.reveal-delay-4 {
    transition-delay: .4s;
}
.about-visual {
    position: relative;
    height: 420px;
}
.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.about-blob {
    position: absolute;
    border-radius: 40% 60% 55% 45% / 50% 40% 60% 50%;
    background: linear-gradient(135deg, rgba(255, 208, 58, 0.2), rgba(124, 92, 191, 0.2));
    inset: 0;
    animation: morphBlob 6s ease-in-out infinite;
}
@keyframes morphBlob {
    0%{}
    33%{border-radius:55% 45% 40% 60% / 40% 55% 45% 60%}
    66%{border-radius:45% 55% 60% 40% / 60% 45% 55% 40%}
    100%{border-radius:40% 60% 55% 45% / 50% 40% 60% 50%}
}
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}
.about-img-placeholder {
    position: absolute;
    inset: 20px;
    border-radius: 28px;
    overflow: hidden;
    background: linear-gradient(160deg, #EDE8FF, #FFE9D5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.about-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.about-card p {
    font-size: 13px;
    font-weight: 600;
    color: var(--muted);
    line-height: 1.5;
}
.about-img-placeholder .big-icon {
    font-size: 80px;
}
.about-card {
    background: #fff;
    border-radius: 18px;
    padding: 20px 24px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    border: 1.5px solid rgba(0, 0, 0, 0.04);
}
.about-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.about-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.directions-section {
    background: linear-gradient(180deg, #F4F0FF 0%, #FFF9ED 100%);
}
section {
    padding: 90px 40px;
}
.section-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.section-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #7c5cbf;
    background: rgba(124, 92, 191, 0.08);
    padding: 5px 14px;
    border-radius: 14px;
    margin-bottom: 14px;
}
.section-title .hl {
    color: #7c5cbf;
}
.directions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
    margin-top: 48px;
}
.dir-card {
    background: #fff;
    border-radius: 20px;
    padding: 28px 24px;
    cursor: pointer;
    border: 2px solid transparent;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
}
.dir-card.c0 .dir-icon-bg {
    background: rgba(255, 107, 107, 0.12);
}
.dir-icon-bg {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 14px;
}
.dir-card h3 {
    font-size: 15px;
    font-weight: 800;
    color: #1a1433;
    margin-bottom: 6px;
    line-height: 1.3;
}
.dir-card p {
    font-size: 12px;
    font-weight: 600;
    color: #6b6b8a;
    line-height: 1.5;
}
.dir-ovz-badge {
    display: inline-block;
    margin-top: 10px;
    font-size: 11px;
    font-weight: 800;
    color: #3dbfa8;
    background: rgba(61, 191, 168, 0.1);
    padding: 3px 10px;
    border-radius: 10px;
}
.dir-card.c0:hover {
    border-color: #ff6b6b;
}
.dir-card.c1:hover {
    border-color: #7c5cbf;
}
.dir-card.c2:hover {
    border-color: #4d9fff;
}
.dir-card.c3:hover {
    border-color: #3dbfa8;
}
.dir-card.c4:hover {
    border-color: #ff9240;
}
.dir-card.c5:hover {
    border-color: #ffd03a;
}
.dir-card.c6:hover {
    border-color: #ff6baa;
}

.dir-card:hover {
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
}
.inclusive-section {
    background: linear-gradient(135deg, #0F0A2E, #1E1050);
    color: #fff;
}
.inclusive-section .section-tag {
    color: #3dbfa8;
    background: rgba(61, 191, 168, 0.12);
}
.inclusive-section .section-title {
    color: #fff;
}
.inclusive-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
    margin-top: 50px;
}
.incl-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 32px 28px;
}
.incl-card:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(61, 191, 168, 0.4);
}
.incl-icon {
    font-size: 40px;
    margin-bottom: 16px;
}
.incl-card p {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
}
.incl-highlight {
    margin-top: 50px;
    background: linear-gradient(135deg, rgba(61, 191, 168, 0.15), rgba(124, 92, 191, 0.15));
    border: 1.5px solid rgba(61, 191, 168, 0.3);
    border-radius: 20px;
    padding: 32px;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}
.incl-highlight-icon {
    font-size: 48px;
}
.incl-highlight-text h3 {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 6px;
}
.incl-highlight-text p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.65);
    font-weight: 600;
}

.participants-section {
    background: #fff;
}
.section-title .hl {
    color: #7c5cbf;
}
.ages-display {
    display: flex;
    gap: 24px;
    margin-top: 40px;
    flex-wrap: wrap;
}
.age-card.group1 {
    background: linear-gradient(135deg, #FFE4E4, #FFDEE8);
}
.age-card {
    flex: 1;
    min-width: 200px;
    border-radius: 24px;
    padding: 36px 28px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.age-card .age-num {
    font-size: 52px;
    font-weight: 900;
    color: #1a1433;
    line-height: 1;
}
.age-card .age-label {
    font-size: 14px;
    font-weight: 700;
    color: #6b6b8a;
    margin-top: 4px;
}
.age-card .age-desc {
    font-size: 13px;
    font-weight: 600;
    color: #6b6b8a;
    margin-top: 12px;
    line-height: 1.5;
}
.age-card.group2 {
    background: linear-gradient(135deg, #E4E8FF, #E8DAFF);
}
.participants-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}
.pinfo-card {
    background: #fdfbff;
    border-radius: 18px;
    padding: 24px 28px;
    border: 1.5px solid rgba(0, 0, 0, 0.05);
}
.pinfo-card h4 {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.pinfo-card ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.pinfo-card li {
    font-size: 13px;
    font-weight: 600;
    color: #6b6b8a;
    padding-left: 16px;
    position: relative;
}
.pinfo-card li::before {
    content: '✦';
    position: absolute;
    left: 0;
    font-size: 10px;
    color: #ffd03a;
    top: 1px;
}

.timeline-section {
    background: linear-gradient(180deg, #FFF9ED, #F4F0FF);
}
.timeline {
    margin-top: 56px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.tl-item {
    display: flex;
    gap: 36px;
    align-items: flex-start;
    padding-bottom: 40px;
    padding-left: 0;
}
.tl-dot {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}
.tl-content {
    flex: 1;
    background: #fff;
    border-radius: 20px;
    padding: 24px 28px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.07);
    margin-top: 4px;
}
.tl-phase {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.tl-content h3 {
    font-size: 18px;
    font-weight: 900;
    color: #1a1433;
    margin-bottom: 6px;
}
.tl-date {
    font-size: 14px;
    font-weight: 700;
    color: #6b6b8a;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.tl-desc {
    font-size: 13px;
    font-weight: 600;
    color: #6b6b8a;
    line-height: 1.6;
}
.tl-chip {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    background: rgba(255, 208, 58, 0.15);
    color: #7A5A00;
    padding: 4px 12px;
    border-radius: 10px;
    margin-top: 10px;
}
.timeline::before {
    content: '';
    position: absolute;
    left: 28px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #ffd03a, #7c5cbf, #3dbfa8);
    border-radius: 2px;
}
.reg-section {
    background: #7c5cbf;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.reg-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.rc1 {
    width: 400px;
    height: 400px;
    background: #ffd03a;
    top: -150px;
    left: -100px;
}
.reg-circle {
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
}
.rc2 {
    width: 300px;
    height: 300px;
    background: #ff6b6b;
    bottom: -100px;
    right: -50px;
}
.reg-inner {
    position: relative;
    z-index: 1;
}
.section-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #7c5cbf;
    background: rgba(124, 92, 191, 0.08);
    padding: 5px 14px;
    border-radius: 14px;
    margin-bottom: 14px;
}
.reg-section .section-title {
    color: #fff;
}
.section-title {
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 900;
    color: #1a1433;
    line-height: 1.1;
    margin-bottom: 16px;
}
.reg-inner p {
    font-size: 18px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.75);
    max-width: 560px;
    margin: 0 auto 36px;
    line-height: 1.6;
}
.reg-ctas {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}
.btn-reg {
    background: #ffd03a;
    color: #1a1433;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-size: 17px;
    padding: 18px 44px;
    border-radius: 40px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
    transition: transform .2s, box-shadow .2s;
}
.btn-reg-outline {
    background: transparent;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 17px;
    padding: 16px 40px;
    border-radius: 40px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: border-color .2s, background .2s;
}
.btn-reg-outline:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.08);
}
.btn-reg:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.3);
}

footer {
    background: #1a1433;
    color: rgba(255, 255, 255, 0.6);
    padding: 60px 40px 30px;
}
.footer-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 50px;
    margin-bottom: 40px;
}
.footer-brand .logo-text {
    color: #fff;
    font-size: 16px;
    margin-bottom: 12px;
}

.logo-text {
    font-weight: 900;
    font-size: 17px;
    line-height: 1.2;
}
.logo-text span {
    color: #7c5cbf;
}
.footer-brand p {
    font-size: 13px;
    line-height: 1.7;
}
.footer-ministry {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    font-weight: 700;
}
.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.footer-bottom p {
    font-size: 12px;
}
.footer-col a {
    display: block;
    color: rgba(255, 255, 255, 0.55);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 8px;
    transition: color .2s;
}


.table {font-family: Manrope-Regular;  border-collapse: collapse;  width: 100%; white-space: nowrap;margin: 24px 0 24px; text-align: center;}
.table td, .table th {border: 1px solid #ddd;}
.table tr:nth-child(even){background-color: #f2f2f2;}
.tr_post:hover {background-color: #282c623b;cursor: pointer;}
.table th {padding-top: 12px; padding-bottom: 12px; background-color: #7c5cbf45; color: #555;}
.table_title {background: #00515685; font-weight: 700; text-align: center; color: #ffffff;}
thead{z-index: 1;}
thead tr th {text-align: center; }
.report_btn {
    display: inline-block;
    padding: 12px 24px;
    margin-left: 20px;

    background: linear-gradient(135deg, #7c5cbf, #9d7fe0);
    color: #fff;

    border: none;
    border-radius: 6px;

    font-size: 15px;
    font-weight: 500;
    text-decoration: none;

    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}

.report_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.2);
    background: linear-gradient(135deg, #6a4bb0, #8d6fd5);
}

.report_btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}



/* Контейнер фильтров */
.report-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: flex-end;
}


#reportResult {
    display: flex;
    align-items: center;
}

/* Один фильтр */
.filter-item {
    display: flex;
    flex-direction: column;
}

.filter-item label {
    font-size: 14px;
    margin-bottom: 5px;
    color: #444;
}

/* Красивый select */
.filter-item select {
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    font-size: 14px;
    min-width: 180px;
    cursor: pointer;
}

/* Кнопка */
.report_btn {
    display: inline-block;
    padding: 12px 24px;
    background: linear-gradient(135deg, #7c5cbf, #9d7fe0);
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}

.report_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.2);
    background: linear-gradient(135deg, #6a4bb0, #8d6fd5);
}

.report_btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}


.work-detail {
    background: #fff;
    padding: 35px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    max-width: 900px;
    margin: 50px auto;
}

.work-title {
    font-size: 28px;
    margin-bottom: 25px;
    color: #2d2550;
    border-bottom: 3px solid #7c5cbf;
    padding-bottom: 12px;
}

.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px 25px;
    margin-bottom: 30px;
}



.info-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.label {
    font-size: 14px;
    font-weight: 800;
    color: #2d2550;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.value {
    font-size: 17px;
    color: #222;
    line-height: 1.4;
}

.material-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: center;
}

.btn-work {
   background: #7c5cbf;
    color: #fff !important;
    padding: 8px 20px !important;
    border-radius: 24px !important;
    box-shadow: 0 4px 14px rgba(124, 92, 191, 0.35);
    transition: transform .2s, box-shadow .2s !important;
}

.btn-work:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(124, 92, 191, 0.45) !important;
}


/* Адаптивность */
@media (max-width: 768px) {
    .info-grid {
        grid-template-columns: 1fr 1fr;
    }
    .report-filters {
        flex-direction: column;
        align-items: stretch;
    }

    .filter-item select {
        width: 100%;
    }

    .report_btn {
        width: 100%;
        text-align: center;
    }
}



@media (max-width: 900px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
    .about-visual {
        height: 280px;
    }
    .about-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }
    .participants-info {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 1224px){

   
     .table { width: 98%; margin: 24px auto;}
}