/*!
Theme Name: pitrimka
Theme URI: http://underscores.me/
Author: SELECTOR.SPACE
Author URI: https://selector.space/
Description: Сучасна тема WordPress, створена веб-студією SELECTOR.SPACE, яка підходить для різноманітних типів сайтів — від невеликих лендінгів та каталогів до масштабних інтернет-магазинів. Гнучкий дизайн, чистий код і оптимізація для SEO забезпечують максимальну продуктивність і зручність у використанні.
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: pitrimka
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.

pitrimka 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;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 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;
}

p {
	margin-bottom: 1.5em;
}

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;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 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%;
}

/* Links
--------------------------------------------- */

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* 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 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 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;
}

.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;
}
/*****PITRIMKA*****/
.numbers{
	padding: 40px 0;
}
.numbers .wrapper{
	width: calc(100% - 10px);
    margin-left: 10px;
}
.numbers .section_heading{
	width: 80%;
}
.section_heading{
	margin-bottom: 20px;
}
.section_title{
    font-weight: 700;
    font-size: 22px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: #003F7F;
    margin: 0;
    margin-bottom: 10px;
}
.section_heading p{
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #003F7F;
    margin: 0;
}
.numbers_flow{
	display: flex;
    align-items: stretch;
    gap: 16px;
    width: 100%;
    overflow: auto;
    padding-bottom: 10px;
    padding-top: 3px;
}
.numbers_flow::-webkit-scrollbar {
    height: 3px;
}
.numbers_flow::-webkit-scrollbar-track {
    background-color: #FFD500;
    border-radius: 5px;
}
.numbers_flow::-webkit-scrollbar-thumb {
    background-color: #4DB6E5;
    border-radius: 5px;
}
.number_item{
	position: relative;
    flex: 0 0 75%;
    padding: 48px 7.5px;
    height: auto;
    box-shadow: 0px 1px 3px 1px #00000026;
}
.number_item:first-of-type{
	background-color: #4DB6E5;
}
.number_icon{
	display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
}
.number_title{
    font-weight: 600;
    font-size: 18px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: #409AF6;
    margin-bottom: 20px;
    margin-top: 0;
}
.number_item:first-of-type .number_title{
	color: #FFD500;
}
.number_title span{
	color: #003F7F;
}
.number_item p{
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-top: 0;
    color: #003F7F;
}
.number_item:first-of-type .number_title span{
	color: #FFFFFF;
}
.number_item:first-of-type p{
	color: #FFFFFF;
}
.about{
	padding-top: 20px;
    background-color: #FFE353;
    background-image: url(/wp-content/uploads/2025/11/4a458c1ed6268165e9c43be7891b71205b43ad2b.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.wrapper{
	width: calc(100% - 20px);
}
.about .wrapper{
	margin: 0 auto;
}
.about .section_title strong{
	display: inline-block;
	margin-top: 10px;
}
.about p{
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #003F7F;
    margin-top: 0;
}
.about .features{
	display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 15px;
    border-top: 1px solid #003F7F;
    margin-bottom: 20px;
}
.about .features p{
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #003F7F;
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
}
.about .features p span{
	display: block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
}
.about_read_more{
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: underline;
    color: #003F7F;
    transition: .35s ease-out;
}
.about_read_more:hover, .event_item_btns .details:hover, .blog_news_item span.details:hover{
	text-decoration: none;
    color: #002F5E;
    transition: .35s ease-out;
}
.event_item span.details:hover, .block_direction_item span.details:hover, .direction_item span.details:hover{
	text-decoration: none;
    color: #002F5E;
    transition: .35s ease-out;
}
.about_img{
	width: 100%;
    height: 100%;
}
.projects{
	margin: 40px 0;
}
.projects .wrapper{
	margin: 0 auto;
}
.projects_flow{
	display: flex;
    align-items: stretch;
    gap: 16px;
    width: calc(100% - 13px);
    margin-left: 10px;
    padding-left: 3px;
    overflow: auto;
    padding-bottom: 10px;
    padding-top: 3px;
}
.projects_flow::-webkit-scrollbar {
    height: 3px;
}
.projects_flow::-webkit-scrollbar-track {
    background-color: #FFD500;
    border-radius: 5px;
}
.projects_flow::-webkit-scrollbar-thumb {
    background-color: #4DB6E5;
    border-radius: 5px;
}
.project_item{
	flex: 0 0 75%;
	padding: 10px;
    box-shadow: 0px 1px 3px 1px #00000026;
}
.project_item img{
	display: block;
	width: 100%;
    height: 188px;
    object-fit: cover;
    margin-bottom: 10px;
}
.project_item h3{
    font-weight: 600;
    font-size: 20px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: #003F7F;
    margin: 0;
    margin-bottom: 20px;
}
.project_item p{
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #828282;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.project_item button{
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    color: #003F7F;
    display: block;
    padding: 15px 36px;
    background-color: #FFD500;
    border-radius: 80px;
    margin: 0 auto;
    margin-top: 30px;
    transition: .35s ease-out;
}
.events{
	padding: 20px 0;
    background: linear-gradient(274.75deg, #FFE353 3.83%, #4DB6E5 36.96%);
}
.events .wrapper{
	margin: 0 auto;
}
.events .section_title{
	color: #FFF;
}
.events .section_heading p{
	color: #FFF;
}
.events_container{
	display: flex;
    align-items: stretch;
    gap: 16px;
    width: calc(100% - 13px);
    margin-left: 10px;
    padding-left: 3px;
    overflow: auto;
    padding-bottom: 10px;
    padding-top: 3px;
}
.events_container::-webkit-scrollbar {
    height: 3px;
}
.events_container::-webkit-scrollbar-track {
    background-color: #FFF;
    border-radius: 5px;
}
.events_container::-webkit-scrollbar-thumb {
    background-color: #FFD500;
    border-radius: 5px;
}
.event_item.slider__item{
	flex: 0 0 75%;
	padding: 10px;
    box-shadow: 8px 8px 40px 0px #C6C6C669;
    background-color: #FFF;
    padding-bottom: 30px;
}
.event_title{
    font-weight: 600;
    font-size: 18px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: #003F7F;
    margin: 0;
    margin-bottom: 10px;
}
.event_item img{
	display: block;
	width: 100%;
	height: 206px;
    object-fit: cover;
    margin-bottom: 10px;
}
.event_item .dates span{
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #003F7F;
}
.event_item .dates{
	margin-bottom: 10px;
}
.event_item p{
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #828282;
    margin-top: 0;
    margin-bottom: 10px;
}
.event_item span.details{
	display: block;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    text-decoration: underline;
    color: #003F7F;
    margin-left: auto;
    margin-top: 20px;
}
.btn_link{
	display: block;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #003F7F;
    padding: 15px;
    background-color: #FFD500;
    border-radius: 80px;
    transition: .35s ease-out;
}
.events .btn_link, .team .btn_link{
	width: calc(100% - 20px);
    margin-left: 10px;
}
.slider.events, .slider.team{
	margin-bottom: 10px;
}
.team{
	margin: 40px 0;
}
.team .wrapper{
	margin: 0 auto;
}
.team_container, .instructors_flow, .assistants_flow{
	display: flex;
    align-items: stretch;
    gap: 16px;
    width: calc(100% - 13px);
    margin-left: 10px;
    padding-left: 3px;
    overflow: auto;
    padding-bottom: 10px;
    padding-top: 3px;
}
.team_container::-webkit-scrollbar, .instructors_flow::-webkit-scrollbar, .assistants_flow::-webkit-scrollbar{
    height: 3px;
}
.team_container::-webkit-scrollbar-track, .instructors_flow::-webkit-scrollbar-track, .assistants_flow::-webkit-scrollbar-track{
    background-color: #FFD500;
    border-radius: 5px;
}
.team_container::-webkit-scrollbar-thumb, .instructors_flow::-webkit-scrollbar-thumb, .assistants_flow::-webkit-scrollbar-thumb{
    background-color: #4DB6E5;
    border-radius: 5px;
}
.team_item.slider__item{
	flex: 0 0 75%;
    padding: 10px;
    box-shadow: 0px 1px 3px 1px #00000026;
}
.team_item_head{
	margin: 10px 0;
    display: flex;
    gap: 20px;
}
.team_item_head img{
	width: 100px;
    height: 100px;
    object-fit: cover;
}
.team_item_head div{
	display: flex;
    flex-direction: column;
}
.team_item_head h3{
    font-weight: 600;
    font-size: 14px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: #003F7F;
    margin-top: auto;
    margin-bottom: 10px;
}
.team_item_head span{
	display: block;
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #828282;
}
.team_item p{
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #828282;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.partners{
	background-color: #F2F2F2;
    padding: 20px;
}
.partners .wrapper{
	margin: 0 auto;
}
.partners .section_title{
	text-align: center;
}
.parts_container{
	display: flex;
    align-items: stretch;
    gap: 16px;
    width: calc(100% - 13px);
    margin-left: 10px;
    padding-left: 3px;
    overflow: auto;
    padding-bottom: 10px;
    padding-top: 3px;
}
.parts_container::-webkit-scrollbar {
    height: 3px;
}
.parts_container::-webkit-scrollbar-track {
    background-color: #FFD500;
    border-radius: 5px;
}
.parts_container::-webkit-scrollbar-thumb {
    background-color: #4DB6E5;
    border-radius: 5px;
}
.parts_item.slider__item{
	flex: 0 0 40%;
}
.parts_item_block{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.parts_item_block img{
	width: 100%;
    height: auto;
}
.faq{
	margin: 40px 0;
}
.faq .wrapper{
	margin: 0 auto;
}
.faq_block{
	display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 10px;
}
.faq_item{
	padding: 10px;
    border: 1px solid #E0E0E0;
}
.faq_item_title{
    font-weight: 600;
    font-size: 18px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: #003F7F;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.faq_item_title svg{
	display: block;
    min-width: 22px;
    height: 22px;
}
.faq_item_title .faq_icon_minus{
	display: none;
}
.faq_item.active .faq_icon_minus{
	display: block;
}
.faq_item.active .faq_icon_plus{
	display: none;
}
.faq_item p{
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #003F7F;
    margin: 0;
    transition: .35s ease-out;
}
.faq_item.active p{
	margin: 0;
    margin-top: 10px;
}
.faq_item.active, .faq_item:hover{
	background-color: #FFD500;
    box-shadow: 0px 1px 3px 1px #00000026;
    cursor: pointer;
    transition: .35s ease-out;
}
.donate_form{
	padding-top: 20px;
    padding-bottom: 30px;
    margin: 40px 0;
    background-size: cover;
    background-image: url(/wp-content/uploads/2025/11/Group-1000004141.png);
}
.donate_form .wrapper{
	margin: 0 auto;
}
.donate_form .section_heading{
	text-align: center;
}
.donate_form .section_heading .section_title, .donate_form .section_heading p{
	color: #FFF;
}
.donate_form .btn_link{
	width: 100%;
}
.news{
	margin: 40px 0;
}
.news .wrapper{
	margin: 0 auto;
}
.news_container{
	display: flex;
    align-items: stretch;
    gap: 16px;
    width: calc(100% - 13px);
    margin-left: 10px;
    padding-left: 3px;
    overflow: auto;
    padding-bottom: 10px;
    padding-top: 3px;
}
.news_container::-webkit-scrollbar {
    height: 3px;
}
.news_container::-webkit-scrollbar-track {
    background-color: #FFD500;
    border-radius: 5px;
}
.news_container::-webkit-scrollbar-thumb {
    background-color: #4DB6E5;
    border-radius: 5px;
}
.news_item.slider__item{
	padding: 10px;
    box-shadow: 0px 1px 3px 1px #00000026;
    display: flex;
    flex-direction: column;
    flex: 0 0 75%;
}
.news_item img{
	display: block;
    width: 100%;
	height: 189px;
    object-fit: cover;
    margin-bottom: 10px;
}
.news_item span.date{
	display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #828282;
}
.news_item span.date svg{
	width: 12px;
    height: 13px;
}
.news_item_title{
    font-weight: 600;
    font-size: 18px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: #003F7F;
    margin: 0;
    margin-bottom: 10px;
}
.news_item p{
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #828282;
    margin: 0;
    margin-bottom: 10px;
}
.news_item span.details{
	display: block;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: underline;
    color: #003F7F;
    margin-left: auto;
    margin-top: auto;
}
.news .btn_link{
	width: calc(100% - 20px);
    margin-top: 20px;
    margin-left: 10px;
}
.site-footer{
	background-image: url(/wp-content/uploads/2025/11/Frame-1000004428.png);
    background-size: cover;
    padding-top: 20px;
}
.site-footer .wrapper{
	margin: 0 auto;
}
.f_block{
	width: 100%;
    position: relative;
    margin-bottom: 20px;
}
a.f_logo{
	display: block;
	margin-bottom: 20px;
}
.f_block.info p{
	width: 68%;
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #FFF;
    margin: 0;
    margin-bottom: 20px;
}
.f_social{
	display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #FFF;
    margin-bottom: 14px;
}
.f_social svg{
	display: block;
	width: 20px;
    height: 20px;
}
.f_donate{
	display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    color: #003F7F;
    padding: 15px 53px;
    border-radius: 80px;
    background-color: #FFD500;
    transition: .35s ease-out;
    position: absolute;
    top: 0;
    right: 0;
}
.f_title{
    font-weight: 600;
    font-size: 18px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: #FFF;
    margin: 0;
    margin-bottom: 14px;
}
.f_block ul{
	list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.f_block ul li a{
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #FFF;
}
.f_block.contact-menu a{
	display: flex;
    align-items: center;
    gap: 10px;
    width: 80%;
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #FFF;
    margin-top: 10px;
}
.f_block.contact-menu a svg{
	width: 17px;
    height: 17px;
}
.footer_copy{
	background-color: #FFD500;
    padding: 3px 0;
    margin-top: 35px;
}
.footer_copy .wrapper{
	margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: space-between;
}
.footer_copy a, .footer_copy p{
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #003F7F;
    margin: 0;
}
.slider_block .slider__control{
	display: none;
}
.faq_container img{
	width: 100%;
    object-fit: cover;
}
.initial #breadcrumbs {
    position: absolute;
    width: calc(100% - 20px);
    left: 10px;
    text-align: left;
    top: 15px;
}
.initial #breadcrumbs span{
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFF;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 16px;
}
.initial #breadcrumbs a{
	color: #FFF;
}
.initial #breadcrumbs span.breadcrumb_last{
	color: #003F7F;
}
.directions_list{
	margin: 40px 0;
}
.directions_list .wrapper{
	margin: 0 auto;
}
.directions_cats{
	width: calc(100% - 10px);
    margin-left: 10px;
    display: flex;
    align-items: stretch;
    gap: 10px;
    overflow: auto;
    padding-bottom: 12px;
}
.directions_cats::-webkit-scrollbar {
    height: 3px;
}
.directions_cats::-webkit-scrollbar-track {
    background-color: #FFD500;
    border-radius: 5px;
}
.directions_cats::-webkit-scrollbar-thumb {
    background-color: #4DB6E5;
    border-radius: 5px;
}
.direction_cat_item{
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #003F7F;
    padding: 16px 22px;
    white-space: nowrap;
    border: 1px solid #4DB6E5;
    border-radius: 80px;
    transition: .35s ease-out;
}
.direction_cat_item.active, .direction_cat_item:hover{
	color: #FFF;
    background-color: #4DB6E5;
    transition: .35s ease-out;
}
.direction_items_flow{
	display: flex;
    flex-direction: column;
    gap: 10px;
    width: calc(100% - 20px);
    margin: 0 auto;
    margin-top: 20px;
}
.direction_item{
	padding: 10px;
    padding-top: 37px;
    padding-bottom: 52px;
    box-shadow: 0px 1px 3px 1px #00000026;
    cursor: pointer;
    position: relative;
    transition: .35s ease-out;
}
.direction_item:hover{
    box-shadow: 0px 1px 2px 0px #0000004D;
    transition: .35s ease-out;
}
.direction_item_title{
    font-weight: 600;
    font-size: 18px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: #409AF6;
    margin: 0;
    margin-bottom: 20px;
}
.direction_item_title span{
	color: #409AF6;
}
.direction_item p{
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #003F7F;
    margin: 0;
    margin-bottom: 20px;
}
.direction_item span.details{
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: underline;
    color: #003F7F;
    display: block;
    width: fit-content;
    margin-left: auto;
}
.direction_item .icon{
	position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 90px;
    background-size: cover;
    background-repeat: no-repeat;
}
.directions_pagination{
	width: calc(100% - 20px);
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 auto;
    margin-top: 24px;
    padding: 0 55px;
    flex-wrap: wrap;
    position: relative;
}
.directions_pagination button:first-of-type{
	position: absolute;
    left: 0;
    top: 0;
}
.directions_pagination button:last-of-type{
	position: absolute;
    right: 0;
    top: 0;
}
.directions_pagination button{
	width: 40px;
    height: 40px;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #002F5E;
    border-radius: 50%;
    border: 1px solid #002F5E;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s ease-out;
}
.directions_pagination button.active, .directions_pagination button:hover{
	background-color: #002F5E;
    color: #FFF;
    transition: .35s ease-out;
}
.block_reviews{
	background-color: #4DB6E5;
    padding: 20px 0;
}
.block_reviews .wrapper{
	margin: 0 auto;
}
.block_reviews .section_heading .section_title, .block_reviews .section_heading p{
	color: #FFF;
}
.reviews_flow{
	display: flex;
    padding: 3px;
    padding-bottom: 31px;
    width: calc(100% - 20px);
    margin: 0 auto;
    overflow: auto;
}
.reviews_flow::-webkit-scrollbar {
    height: 3px;
}
.reviews_flow::-webkit-scrollbar-track {
    background-color: #FFD500;
    border-radius: 5px;
}
.reviews_flow::-webkit-scrollbar-thumb {
    background-color: #FFF;
    border-radius: 5px;
}
.review_item.slider__item{
	flex: 0 0 100%;
    padding: 0 5px;
    height: 100%;
}
.review_item.slider__item .review_item_block{
	padding: 28px 22px;
    background-color: #FFF;
    box-shadow: 0px 1px 3px 1px #00000026;
}
.review_item_header{
	width: 100%;
    display: flex;
    align-items: center;
    gap: 6px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E3E5E9;
    margin-bottom: 20px;
}
.review_item_header img{
	width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 50%;
}
.review_item_title h3{
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #003F7F;
    margin: 0;
}
.review_item_title svg{
	width: 60px;
    height: 10px;
}
.review_item_google{
	width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
	background-image: url(/wp-content/uploads/2025/12/image-7.svg);
    margin-left: auto;
}
.review_item p{
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #003F7F;
    margin: 0;
}
.team .section_heading .subtitle{
    font-weight: 600;
    font-size: 14px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: #003F7F;
    margin: 0;
    margin-bottom: 10px;
}
.block_instructors, .block_assistants{
	margin: 40px 0;
}
.block_instructors .wrapper, .block_assistants .wrapper{
	margin: 0 auto;
}
.block_directions{
	margin: 40px 0;
}
.block_directions .wrapper{
	margin: 0 auto;
}
.block_directions_container{
	display: flex;
    flex-direction: column;
    gap: 20px;
}
.block_direction_item{
	position: relative;
}
.block_direction_item a{
	display: flex;
    flex-direction: column;
    padding: 65px 10px;
    padding-bottom: 17px;
    text-decoration: none;
    box-shadow: 0px 1px 3px 1px #00000026;
    transition: .35s ease-out;
}
.block_direction_item a:hover{
	box-shadow: 0px 1px 2px 0px #0000004D;
    transition: .35s ease-out;
}
.block_direction_item .item_title{
    font-weight: 700;
    font-size: 22px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: #003F7F;
    margin: 0;
    margin-bottom: 20px;
}
.block_direction_item .item_title span{
	color: #FFD500;
}
.block_direction_item p{
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #003F7F;
    margin: 0;
    margin-bottom: 20px;
}
.block_direction_item span.details{
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: underline;
    color: #003F7F;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-top: auto;
}
.block_direction_item .icon{
	width: 72px;
    height: 55px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-size: cover;
}
.block_events{
	margin: 40px 0;
}
.block_events .wrapper{
	margin: 0 auto;
}
.events_header{
	display: flex;
    flex-direction: column;
}
.events_toggler{
	display: flex;
    align-items: stretch;
    gap: 7.5px;
}
.events_btn_toggle{
	display: flex;
    align-items: center;
    justify-content: center;
    width: calc(33.333% - 5px);
    height: auto;
    text-align: center;
	padding: 8px 12.5px;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #003F7F;
    border: 1px solid #4DB6E5;
    border-radius: 80px;
    transition: .35s ease-out;
}
.events_btn_toggle.active, .events_btn_toggle:hover{
	color: #FFF;
    background-color: #4DB6E5;
    transition: .35s ease-out;
}
.events_flow{
	display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 20px;
}
.block_events_item{
	background-color: #FFFFFF;
    padding: 20px;
    padding-bottom: 26px;
	box-shadow: 8px 8px 40px 0px #C6C6C669;
	cursor: pointer;
    transition: .35s ease-out;
}
.block_events_item img{
	display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
    margin-bottom: 10px;
}
.block_events_item .heading{
	display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}
.block_events_item .heading span.time{
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #003F7F;
    display: block;
    width: fit-content;
}
.block_events_item .heading span.status{
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFF;
    padding: 2px 8.5px;
    background-color: #E41224;
    border-radius: 80px;
}
.block_events_item .heading span.status.active{
	background-color: #48C95F;
}
.block_events_item .title{
    font-weight: 600;
    font-size: 18px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: #003F7F;
    margin: 0;
    margin-bottom: 20px;
}
.block_events_item p{
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #828282;
    margin: 0;
    margin-bottom: 20px;
}
.block_events_item p strong{
	font-weight: 600;
}
.block_events_item .content{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.event_item_btns{
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.event_item_btns .details{
	display: block;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: underline;
    color: #003F7F;
}
.event_item_btns .join{
	display: block;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #003F7F;
    padding: 15px 22.5px;
    background-color: #FFD500;
    border-radius: 80px;
    transition: .35s ease-out;
}
#eventsPagination{
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 8px;
}
#eventsPagination .pg-btn{
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #002F5E;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #002F5E;
    transition: .35s ease-out;
} 
#eventsPagination .pg-btn.active, #eventsPagination .pg-btn:hover{
	background-color: #002F5E;
    color: #FFF;
    transition: .35s ease-out;
}
#eventsPagination .pg-btn:hover svg path{
	fill: #FFF;
    transition: .35s ease-out;
}
#eventsPagination .pg-btn:first-of-type{
	margin-right: auto;
}
#eventsPagination .pg-btn:last-of-type{
	margin-left: auto;
}
.event_item_popup{
	position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: -250%;
    background-color: #000000c4;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    transition: .35s ease-out;
}
.event_item_popup.active{
	top: 0;
    transition: .35s ease-out;
}
.event_item_popup .popup_content{
	width: calc(100% - 20px);
    padding: 10px;
    background-color: #FFF;
    box-shadow: 8px 8px 40px 0px #C6C6C669;
    position: relative;
	overflow-y: auto;
    max-height: 90vh;
}
.event_item_popup .popup_content::-webkit-scrollbar{
	display: none;
}
.event_item_popup .popup_content .gallery img{
	width: 100%;
    height: 291px;
    object-fit: cover;
}
.event_item_popup .popup_content .gallery{
	margin-bottom: 10px;
}
.event_item_popup .popup_content .gallery_nav{
	position: absolute; 
    top: calc(145px - 15px);
    left: 10px;
    width: calc(100% - 20px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.event_item_popup .popup_content .gallery_nav button{
	width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #FFF;
    border: 1px solid #002F5E;
}
.event_item_popup .heading{
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.event_item_popup .heading span.time{
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #003F7F;
}
.event_item_popup .heading span.status{
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFF;
    background-color: #E41224;
    border-radius: 80px;
    padding: 2px 8.5px;
}
.event_item_popup .title{
    font-weight: 600;
    font-size: 14px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: #003F7F;
    margin: 0;
    margin-bottom: 20px;
}
.event_item_popup .text_content p{
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #828282;
    margin: 0;
    margin-bottom: 20px;
}
.event_item_popup .heading span.status.active{
	background-color: #48C95F;
}
.event_item_popup button.join{
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #003F7F;
    display: flex;
    align-itemsL center;
    justify-content: center;
    width: 100%;
    padding: 17.5px;
    border-radius: 80px;
    background-color: #FFD500;
    transition: .35s ease-out;
}
.form_popup{
	position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: -250%;
    background-color: #000000c4;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    transition: .35s ease-out;
}
.form_popup.active{
	top: 0;
    transition: .35s ease-out;
}
.form_popup .popup_content{
	width: calc(100% - 20px);
    padding: 10px;
    background-image: url(/wp-content/uploads/2025/12/Component-2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #4DB6E5;
    box-shadow: 8px 8px 40px 0px #C6C6C669;
    position: relative;
	overflow-y: auto;
    max-height: 90vh;
}
.form_popup .title{
    font-weight: 700;
    font-size: 26px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFF;
    margin: 0;
    margin-bottom: 20px;
}
.form_popup .subtitle{
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFF;
    margin: 0;
}
.form_holder{
	margin-top: 20px;
}
.form_popup .form_block input{
	width: 100%;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #848484;
    padding: 10px;
    background-color: #FFF;
    border: none;
    outline: none;
    border-radius: 0;
}
.form_popup .form_block p{
	margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.form_popup .form_block p br{
	display: none;
}
.form_popup form p{
	margin: 0;
}
.form_popup form textarea{
	width: 100%;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #848484;
    padding: 10px;
    background-color: #FFF;
    border: none;
    outline: none;
    border-radius: 0;
    height: 78px;
    margin: 20px 0;
}
.form_popup form input[type="submit"]{
	width: 100%;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #003F7F;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 80px;
    border: none;
    outline: none;
    background-color: #FFD500;
    transition: .35s ease-out;
}
.form_popup form .wpcf7-spinner{
	display: none;
}
.blog_news{
	margin: 40px 0;
}
.blog_news .wrapper{
	margin: 0 auto;
}
#posts-container{
	display: flex;
    flex-direction: column;
    gap: 32px;
}
.blog_news_item a{
	display: flex;
    flex-direction: column;
    padding: 10px;
    padding-bottom: 30px;
    background-color: #FFF;
    box-shadow: 0px 1px 3px 1px #00000026;
    transition: .35s ease-out;
}
.blog_news_item a:hover{
	box-shadow: 0px 1px 2px 0px #0000004D;
    transition: .35s ease-out;
}
.blog_news_item img{
	display: block;
    width: 100%;
	height: 189px;
    object-fit: cover;
    margin-bottom: 10px;
}
.blog_news_item span.date{
	display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #828282;
}
.blog_news_item .title{
    font-weight: 600;
    font-size: 18px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: #003F7F;
    margin: 10px 0;
}
.blog_news_item p{
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #828282;
    margin: 0;
    margin-bottom: 10px;
    display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
}
.blog_news_item span.details{
	display: block;
    width: fit-content;
    margin-left: auto;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: underline;
    color: #003F7F;
}
.blog_news_container #pagination{
	display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    margin-top: 8px;
}
.blog_news_container #pagination button{
	width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #002F5E;
    border: 1px solid #002F5E;
    transition: .35s ease-out;
}
.blog_news_container #pagination button.active, .blog_news_container #pagination button:hover{
	background-color: #002F5E;
    color: #FFF;
    transition: .35s ease-out;
}
.blog_news_container #pagination button:hover svg path{
	fill: #FFF;
    transition: .35s ease-out;
}
.blog_news_container #pagination button:first-of-type{
	margin-right: auto;
}
.blog_news_container #pagination button:last-of-type{
	margin-left: auto;
}
.post_holder{
	margin: 40px 0;
}
.post_wrapper{
	margin: 0 auto;
}
.post_title{
    font-weight: 700;
    font-size: 22px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: #003F7F;
    margin: 0;
    margin-bottom: 20px;
}
.post_header span.date{
	display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    font-weight: 500;
    font-size: 8px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #828282;
    padding: 7px 12px;
    border-radius: 30px;
    border: 1px solid #4DB6E5;
}
.post_header img{
	display: block;
    width: 100%;
    height: 212px;
    object-fit: cover;
    margin-top: 10px;
}
.post_header{
	margin-bottom: 20px;
}
.post_content p{
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #003F7F;
    margin: 0;
    margin-bottom: 20px;
}
.post_content h2, .post_content h3{
    font-weight: 600;
    font-size: 14px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: #003F7F;
    margin: 0;
    margin-bottom: 20px;
}
.post_content blockquote{
	padding: 10px;
    border-radius: 15px;
    background-color: #4DB6E5;
	margin: 0;
    margin-bottom: 20px;
    display: flex;
    gap: 15px;
}
.post_content blockquote::before{
	content: '';
    display: block;
    min-width: 50px;
    height: 50px;
    background-image: url(/wp-content/uploads/2025/12/Frame-246.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.post_content blockquote p{
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #FAFAFA;
    margin: 0;
}
.post_content .wp-block-gallery{
	display: flex;
    flex-direction: column;
    gap: 20px !important;
    margin-bottom: 20px;
}
.post_content .wp-block-gallery figure{
	width: 100% !important;
}
.post_content .wp-block-gallery figure img{
	width: 100%;
    height: 334px;
    object-fit: cover;
    border-radius: 15px;
}
.post_share p{
    font-weight: 700;
    font-size: 22px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: #002F5E;
    margin: 0;
    margin-bottom: 20px;
}
.post_share div{
	display: flex;
    align-items: center;
    gap: 7.5px;
    flex-wrap: wrap;
}
.post_share div a {
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	font-weight: 500;
	padding-right: 10px;
	border-radius: 6px;
    transition: .35s ease-out;
}
.post_share div a:hover{
	opacity: .75;
	transition: .35s ease-out;
}
.post_share div a svg {
	width: 30px;
	height: 30px;
}
.post_share div a:first-of-type {
	background-color: #0b84ee;
}
.post_share div a:nth-of-type(2) {
	background-color: #292929;
}
.post_share div a:nth-of-type(3) {
	background-color: #27a6e5;
}
.post_share div a:nth-of-type(4) {
	background-color: #7c509a;
}
.post_share div a:nth-of-type(5) {
	background-color: #48c95f;
}
.post_form{
	position: relative;
    background-color: #4DB6E5;
    padding: 20px 10px;
    padding-bottom: 30px;
    margin-top: 40px;
}
.post_form::before{
	content: '';
    display: block;
    width: 100%;
    height: 100%;
	background-image: url(/wp-content/uploads/2025/12/Component-2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.post_form .section_heading{
	text-align: center;
    position: relative;
    z-index: 1;
}
.post_form .section_title, .post_form p{
	color: #FFF;
}
.btn_post_popup{
	display: block;
    width: 100%;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #003F7F;
    background-color: #FFD500;
    padding: 15px;
    border-radius: 80px;
    position: relative;
    z-index: 1;
    transition: .35s ease-out;
}
.section_title{
	word-wrap: break-word;
}
.btn_post_popup:hover{
	background-color: #002F5E;
    color: #FFF;
    transition: .35s ease-out;
}
.proj .block_events_item img{
	height: 295px;
    margin-bottom: 20px;
}
.proj .block_events_item{
	box-shadow: 0px 1px 3px 1px #00000026;
    flex-direction: column;
}
.proj .block_events_item p{
	font-weight: 400;
}
.proj .block_events_item .title{
	font-size: 20px;
}
.proj .event_item_btns{
	justify-content: center;
}
.contacts_block{
	margin: 40px 0;
}
.contacts_block .wrapper{
	margin: 0 auto;
}
.contacts_flow{
	display: flex;
    flex-direction: column;
    gap: 31px;
}
.contacts_item{
	width: 100%;
	padding: 20px;
    box-shadow: 0px 1px 3px 1px #00000026;
}
.contacts_item .title{
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #003F7F;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    margin-bottom: 136px;
}
.contacts_item .title svg{
	width: 22px;
    height: 22px;
}
.contacts_item .main_link{
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #003F7F;
    display: block;
    width: 100%;
    transition: .35s ease-out;
}
.contacts_item .main_link:hover{
	color: #002F5E;
    transition: .35s ease-out;
}
.contacts_item .socials{
	display: flex;
    align-items: center;
    gap: 12px;
}
.contacts_item .socials a{
	display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: #FAFAFA;
    border-radius: 50%;
    transition: .35s ease-out;
}
.contacts_item .socials a:hover{
	background-color: #002F5E;
    transition: .35s ease-out;
}
.contacts_item .socials a:hover svg path{
	fill: #FFF;
    transition: .35s ease-out;
}
.contacts_form{
	width: 100%;
    position: relative;
    margin: 40px 0;
    background-color: #4DB6E5;
    padding: 10px;
}
.contacts_form::before{
	content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2025/12/Component-2.svg);
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}
.contacts_form .wrapper{
	margin: 0 auto;
    position: relative;
    z-index: 1;
}
.contacts_form .section_heading .section_title, .contacts_form .section_heading p{
	text-align: center;
    color: #FFF;
}
.contacts_form .c_form input, .contacts_form .c_form textarea{
	width: 100%;
    padding: 10px;
    background-color: #FFF;
    border-radius: 0;
    outline: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #848484;
    border: 1px solid #D9D9D9;
}
.contacts_form .c_form textarea{
	height: 78px;
}
.contacts_form .c_form p{
	margin: 0;
}
.contacts_form .c_form .form_block{
	margin-bottom: 20px;
}
.contacts_form .c_form .form_block p{
	display: flex;
    flex-direction: column;
    gap: 20px;
}
.contacts_form .c_form .form_block p br{
	display: none;
}
.contacts_form .c_form .wpcf7-spinner{
	display: none;
}
.contacts_form .c_form input[type="submit"]{
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #003F7F;
    padding: 15px;
    border-radius: 80px;
    background-color: #FFD500;
    cursor: pointer;
    margin-top: 15px;
    transition: .35s ease-out;
}
.contacts_form .c_form input[type="submit"]:hover{
	background-color: #002F5E;
    color: #FFF;
    transition: .35s ease-out;
}
.initial .section_donate_btn:hover, body .initial_support:hover{
	background-color: #002F5E;
    color: #FFF;
    transition: .35s ease-out;
}
.slider_block .slider__control.prev:hover{
	background-image: url(/wp-content/uploads/2025/12/Group-19.svg);
    transform: rotate(0deg);
}
.slider_block .slider__control.next:hover{
	background-image: url(/wp-content/uploads/2025/12/Group-19.svg);
    transform: rotate(180deg);
}
.project_item button:hover{
	color: #FFF;
    background-color: #002F5E;
    transition: .35s ease-out;
}
.project_item.slider__item:hover div{
	cursor: pointer;
    box-shadow: 0px 4px 4px 0px #0000004D;
    transition: .35s ease-out;
}
.ev_content{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ev_content p strong{
	font-weight: 400;
}
.event_item_block:hover{
	cursor: pointer;
    box-shadow: 0px 4px 4px 0px #0000004D;
    transition: .35s ease-out;
}
.event_item span.details:hover{
	color: #002F5E;
    transition: .35s ease-out;
}
.events .btn_link:hover, .team .btn_link:hover, .event_item_popup button.join:hover, .form_popup form input[type="submit"]:hover{
	color: #FFF;
    background-color: #002F5E;
    cursor: pointer;
    transition: .35s ease-out;
}
.event_item_popup .popup_content .gallery_nav button:hover{
	background-color: #002F5E;
    transition: .35s ease-out;
}
.event_item_popup .popup_content .gallery_nav button:hover svg path{
	fill: #FFF;
    transition: .35s ease-out;
}
.about .wrapper{
	position: relative;
    z-index: 4;
}
.donate_form .btn_link:hover, .news .btn_link:hover{
	cursor: pointer;
    background-color: #002F5E;
    color: #FFF;
    transition: .35s ease-out;
}
.news_item_block:hover{
	box-shadow: 0px 0px 12px 0px #00000026;
    cursor: pointer;
    transition: .35s ease-out;
}
.news_item span.details:hover{
	text-decoration: none;
}
.f_social:hover, .footer_copy a:hover{
	color: #002F5E;
    transition: .35s ease-out;
}
.f_block ul li a:hover, .f_block ul li.current-menu-item a, .f_block.contact-menu a:hover{
	color: #002F5E;
	transition: .35s ease-out;
}
.f_donate{
	z-index: 9;
}
.f_donate:hover, .event_item_btns .join:hover{
	background-color: #002F5E;
    color: #FFF;
    transition: .35s ease-out;
}
.block_direction_item a:hover{
	box-shadow: 0px 8px 12px 6px #00000026;
    transition: .35s ease-out;
}
.direction_item:hover, .proj .block_events_item:hover, .block_events_item:hover{
	box-shadow: 0px 8px 12px 6px #00000026;
    transition: .35s ease-out;
}
body.theme-dark{
	background-color: #2A2C38;
}
body.theme-dark a.logo_head{
	position: relative;
}
body.theme-dark a.logo_head::before{
	content: '';
    display: block;
    background-image: url(/wp-content/uploads/2025/12/Підсвітка-1.svg);
    position: absolute;
    width: 180px;
    height: 100px;
    background-size: cover;
    left: -33px;
    top: -35px;
    z-index: -1;
}
body.theme-dark .main-navigation ul li a{
	color: #8DBFF2;
}
body.theme-dark .main-navigation ul li a:hover{
	color: #409AF6;
}
body.theme-dark #site-navigation.main-navigation ul li.menu-item-has-children ul{
	background-color: #2A2C38;
}
body.theme-dark .main-navigation ul li.current-menu-parent ul li a{
	color: #8DBFF2;
}
body.theme-dark .main-navigation ul li.current-menu-parent ul li.current-menu-item a{
	color: #409AF6;
}
body.theme-dark .main-navigation ul li.current-menu-parent a{
	color: #409AF6;
}
body.theme-dark .main-navigation ul li.current-menu-parent a:hover{
	color: #409AF6;
}
body.theme-dark .main-navigation ul li.current-menu-item.menu-item-has-children ul li a{
	color: #8DBFF2;
}
body.theme-dark .main-navigation ul li.current-menu-item a{
	color: #409AF6;
}
body.theme-dark .site-header .mail_link_head{
	color: #8DBFF2;
}
body.theme-dark .site-header .mail_link_head:hover{
	color: #409AF6;
}
body.theme-dark .site-header .mail_link_head svg path{
	fill: #8DBFF2;
}
body.theme-dark .site-header .mail_link_head:hover svg path{
	fill: #409AF6;
}
body.theme-dark .lang_toggler span{
	color: #8DBFF2;
}
body.theme-dark .initial{
	position: relative;
}
body.theme-dark .initial::before{
	content: '';
    display: block;
	background: linear-gradient(75.92deg, rgba(37, 113, 147, 0) 26.34%, #257193 44.02%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
}
body.theme-dark .initial .wrapper{
	position: relative;
    z-index: 1;
}
body.theme-dark .initial .initial_title{
	color: #FAFAFA;
}
body.theme-dark .initial p{
	color: #FAFAFA;
}
body.theme-dark .section_heading .section_title, body.theme-dark .section_heading p{
	color: #8DBFF2;
}
body.theme-dark .number_item:first-of-type{
	background-color: #257193;
}
body.theme-dark .number_item{
	background-color: #2A2C38;
}
body.theme-dark .number_item p{
	color: #FAFAFA;
}
body.theme-dark .project_item h3{
	color: #8DBFF2;
}
body.theme-dark .project_item p{
	color: #828282;
}
body.theme-dark .slider_block .slider__control.prev{
	background-image: url(/wp-content/uploads/2025/12/Frame-27.svg); 
    transform: rotate(0);
}
body.theme-dark .slider_block .slider__control.next{
	background-image: url(/wp-content/uploads/2025/12/Frame-27.svg);
    transform: rotate(180deg);
}
body.theme-dark .slider_block .slider__control:hover{
	opacity: .75;
    transition: .35s ease-out;
}
body.theme-dark section.events{
	background: linear-gradient(274.75deg, #D8B818 3.83%, #257193 36.96%);
}
body.theme-dark .events .section_heading .section_title, body.theme-dark .events .section_heading p{
	color: #FAFAFA;
}
body.theme-dark .event_item_block{
	background-color: #2A2C38;
   box-shadow: 2px 2px 18px 0px #C6C6C669;
}
body.theme-dark .event_item_block:hover{
	box-shadow: 0px 1px 2px 0px #0000004D;
}
body.theme-dark .event_item .dates span, body.theme-dark .event_title, body.theme-dark .event_item span.details{
	color: #8DBFF2;
}
body.theme-dark .event_item p{
	color: #7D7D7D;
}
body.theme-dark .event_item span.details:hover{
	color: #002F5E;
}
body.theme-dark .team_item_block svg path{
	fill: #003F7F;
}
body.theme-dark .team_item_head h3{
	color: #8DBFF2;
}
body.theme-dark .team_item_head span, body.theme-dark .team_item p{
	color: #7D7D7D;
}
body.theme-dark .partners {
    background-color: #292929;
    padding: 20px;
}
body.theme-dark .section_title{
	color: #8DBFF2;
}
body.theme-dark .faq_item{
	border: 1px solid #292929
}
body.theme-dark .faq_item.active .faq_item_title{
	color: #003F7F;
}
body.theme-dark .faq_item_title{
	color: #8DBFF2;
}
body.theme-dark .donate_form{
	background-image: url(/wp-content/uploads/2025/12/Component-2.png);
    background-color: #257193;
}
body.theme-dark .donate_form .section_heading .section_title, body.theme-dark .donate_form .section_heading p{
	color: #FAFAFA;
}
body.theme-dark .news_item_title{
	color: #8DBFF2;
}
body.theme-dark .news_item p{
	color: #7D7D7D;
}
body.theme-dark .news_item span.details{
	color: #C04747;
}
body.theme-dark .site-footer{
	background: linear-gradient(95.24deg, #D8B818 -6.88%, #257193 28.68%);
}
body.theme-dark .f_block.info p, body.theme-dark .f_social{
	color: #FAFAFA;
}
body.theme-dark .f_social svg rect{
	fill: #257193;
}
body.theme-dark .f_social:hover{
	color: #002F5E;
}
body.theme-dark .f_title{
	color: #FAFAFA;
}
body.theme-dark .f_block ul li a{
	color: #FAFAFA;
}
body.theme-dark .f_block ul li.current-menu-item a, body.theme-dark .f_block ul li a:hover, body.theme-dark .f_block.contact-menu a:hover{
	color: #002F5E;
}
body.theme-dark .f_block.contact-menu a svg path{
	fill: #002F5E;
}
body.theme-dark .f_block.contact-menu a{
	color: #FAFAFA;
}
body.theme-dark .form_popup .popup_content{
	background-image: url(/wp-content/uploads/2025/12/Component-2.png);
    background-color: #257193;
}
body.theme-dark .form_popup .title, body.theme-dark .form_popup .subtitle{
	color: #FAFAFA;
}
body.theme-dark .form_popup input, body.theme-dark .form_popup textarea{
	background-color: #2A2C38;
}
body.theme-dark .form_popup form input[type="submit"]{
	background-color: #FFD500;
}
body.theme-dark .form_popup form input[type="submit"]:hover{
	background-color: #002F5E;
    color: #FFF;
}
body.theme-dark .team .section_heading .subtitle{
	color: #8DBFF2;
}
body.theme-dark .block_direction_item .item_title{
	color: #8DBFF2;
}
body.theme-dark .block_direction_item p, body.theme-dark .block_direction_item span.details{
	color: #8DBFF2;
}
body.theme-dark .initial #breadcrumbs span.breadcrumb_last{
    color: #8DBFF2;
}
body.theme-dark .direction_item p, body.theme-dark .direction_item span.details{
	color: #8DBFF2;
}
.direction_item span.details{
	position: relative;
    z-index: 1;
}
body.theme-dark .direction_cat_item{
	color: #8DBFF2;
}
body.theme-dark .direction_cat_item:hover, body.theme-dark .direction_cat_item.active{
	color: #FFF;
}
body.theme-dark .directions_pagination button, body.theme-dark #eventsPagination .pg-btn, .blog_news_container #pagination button{
	color: #003F7F;
    border-color: #003F7F;
}
body.theme-dark .directions_pagination button.active, body.theme-dark .directions_pagination button:hover, body.theme-dark #eventsPagination .pg-btn:hover, .blog_news_container #pagination button:hover{
	color: #FAFAFA;
    background-color: #003F7F;
}
body.theme-dark .directions_pagination button svg path, body.theme-dark #eventsPagination .pg-btn svg path, .blog_news_container #pagination button svg path{
	fill: #FAFAFA;
}
body.theme-dark .directions_pagination button:first-of-type, body.theme-dark .directions_pagination button:last-of-type, body.theme-dark #eventsPagination .pg-btn:first-of-type, body.theme-dark #eventsPagination .pg-btn:last-of-type, .blog_news_container #pagination button:first-of-type, .blog_news_container #pagination button:last-of-type{
	background-color: #003F7F;
}
body.theme-dark .directions_pagination button:first-of-type:hover, body.theme-dark .directions_pagination button:last-of-type:hover, body.theme-dark #eventsPagination .pg-btn:last-of-type:hover, body.theme-dark #eventsPagination .pg-btn:first-of-type:hover, .blog_news_container #pagination button:first-of-type:hover, .blog_news_container #pagination button:last-of-type:hover{
	opacity: .75
}
body.theme-dark .block_reviews{
	background-color: #257193;
}
body.theme-dark .block_reviews .section_heading .section_title, body.theme-dark .block_reviews .section_heading p{
	color: #FAFAFA;
}
body.theme-dark .review_item.slider__item .review_item_block{
	background-color: #2A2C38;
}
body.theme-dark .review_item.slider__item .review_item_title h3, body.theme-dark .review_item.slider__item p{
	color: #8DBFF2;
}
body.theme-dark .review_item_title svg path{
	fill: #A07312;
}
body.theme-dark .about .section_title{
	color: #003F7F;
}
body.theme-dark .events_btn_toggle{
	color: #8DBFF2;
}
body.theme-dark .events_btn_toggle.active, body.theme-dark .events_btn_toggle:hover{
	color: #FAFAFA;
}
body.theme-dark .proj .block_events_item{
	background-color: #2A2C38;
}
body.theme-dark .proj .block_events_item .title{
	color: #8DBFF2;
}
body.theme-dark .block_events_item p{
	color: #7D7D7D;
}
body.theme-dark .block_events_item{
	background-color: #2A2C38;
}
body.theme-dark .block_events_item .heading span.time, body.theme-dark .block_events_item .title, body.theme-dark .event_item_btns .details{
	color: #8DBFF2;
}
body.theme-dark .blog_news_item a{
	background-color: #2A2C38;
}
body.theme-dark .blog_news_item .title{
	color: #8DBFF2;
}
body.theme-dark .blog_news_item span.details{
	color: #C04747;
}
body.theme-dark .blog_news_item p{
	color: #7D7D7D;
}
body.theme-dark .contacts_item{
	background-color: #292929;
}
body.theme-dark .contacts_item .title{
	color: #8DBFF2;
}
body.theme-dark .contacts_item .title svg path{
	stroke: #8DBFF2;	
}
body.theme-dark .contacts_item .title svg circle{
	fill: #8DBFF2;
}
body.theme-dark .contacts_item .main_link{
	color: #FAFAFA;
}
body.theme-dark .contacts_item .main_link:hover{
	color: #8DBFF2;
}
body.theme-dark .contacts_item .socials a{
	background-color: #2A2C38;
}
body.theme-dark .contacts_item .socials a svg path{
	fill: #257193;
}
body.theme-dark .contacts_item .socials a:hover{
	background-color: #FAFAFA;
}
body.theme-dark .contacts_form{
	background-color: #257193;
}
body.theme-dark .contacts_form::before{
	background-image: url(/wp-content/uploads/2025/12/Component-2.png);
}
body.theme-dark .contacts_form .section_heading .section_title, body.theme-dark .contacts_form .section_heading p{
	color: #FAFAFA;	
}
body.theme-dark .contacts_form .c_form input, body.theme-dark .contacts_form .c_form textarea{
	background-color: #2A2C38;
    color: #7D7D7D;
    border: none;
}
body.theme-dark .contacts_form .c_form input[type="submit"]{
	color: #003F7F;
    background-color: #FFD500;
}
body.theme-dark .contacts_form .c_form input[type="submit"]:hover{
	background-color: #003F7F;
    color: #FAFAFA;
}
body.theme-dark .mob_menu{
	background: #2A2C38;
}
@media screen and (min-width: 525px){
	#masthead.site-header .wrapper, .page_home .initial .wrapper{
    	width: 88.28%;
    }
    .site-header .mail_link_head{
    	display: flex;
        align-items: center;
        gap: 12px;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0%;
        color: #003F7F;
    }
    .site-header .mob_menu{
    	top: 74px;
    }
    .page_home .initial {
        padding-top: 63px;
        padding-bottom: 45px;
    }
    .initial .wrapper div{
    	width: 90%;
        margin: 0 auto;
    }
    .initial .initial_title{
    	font-size: 32px;
    }
    .about .section_title{
    	word-wrap: break-word;
    }
    .initial .section_donate_btn{
    	width: fit-content;
    	padding: 15px 41px;
        margin: 0 auto;
        margin-top: 32px;
    }
    body .initial_support{
    		display: block;
            position: fixed;
            right: 0;
            font-weight: 400;
            font-size: 14px;
            line-height: 28.59px;
            letter-spacing: 0%;
            color: #003F7F;
            writing-mode: vertical-rl; /* vertical right-to-left */
            transform: rotate(180deg); /* flips so text goes bottom → top */
            padding: 24px 7px;
            background-color: #FFD500;
            white-space: nowrap;
            border-radius: 0;
            border-bottom-right-radius: 10px;
    		border-top-right-radius: 10px;
            top: calc(50% - 90px);
            z-index: 19;
            box-shadow: 0px 1px 3px 1px #00000026;
        }
	.numbers {
        padding: 60px 0;
    }
    .wrapper{
    	width: 88.28%;
    }
    .numbers .wrapper{
    	width: 88.28%;
        margin: 0 auto;
    }
    .section_title{
    	font-size: 26px;
    }
    .section_heading {
        margin-bottom: 34px;
    }
    .numbers_flow{
        margin: 0 auto;
    	overflow: hidden;
        padding: 3px;
    }
    .number_item{
    	flex: 0 0 calc(33.333% - 13px);
        padding: 48px 8px;
        padding-bottom: 58px;
    }
    .number_item p{
    	font-size: 14px;
    }
    .about{
    	background: none;
        padding-top: 24px;
        padding-bottom: 16px;
        position: relative;
        background-color: #FFD500;
    }
    .about_img{
    	position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .about .wrapper{
    	width: 45%;
        margin-left: auto;
        margin-right: calc((100% - 88.28%) / 2);
    }
    .about .features{
    	flex-direction: row;
        flex-wrap: wrap;
    }
    .projects-slider{
    	width: 88.28%;
        overflow: hidden;
        margin: 0 auto;
        padding-top: 55px;
        position: relative;
    }
    .projects_flow{
    	overflow: initial;
        gap: 0;
        width: 100%;
        margin: 0;
    }
    .projects {
        margin: 60px 0;
    }
    .project_item.slider__item{
    	flex: 0 0 33.333%;
        padding: 0 8.25px;
        box-shadow: none;
    }
    .project_item.slider__item div{
    	padding: 10px;
    	box-shadow: 0px 1px 3px 1px #00000026;
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .project_item h3{
    	font-size: 18px;
    }
    .project_item p{
    	margin-bottom: 30px;
    }
    .project_item button{
    	margin-top: auto;
    }
    .slider_block .slider__control{
    	display: block;
        background: none;
        transform: none;
        top: 0;
    }
    .slider_block .slider__control.next{
    	width: 40px;
        height: 40px;
        background-image: url(/wp-content/uploads/2025/11/Group-1000004105.svg);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .slider_block .slider__control.next::before{
    	display: none;
    }
    .slider_block .slider__control.prev{
    	width: 40px;
        height: 40px;
        background-image: url(/wp-content/uploads/2025/11/Group-1000004105.svg);
        background-size: contain;
        background-repeat: no-repeat;
        transform: rotate(180deg);
        left: auto;
        right: 55px;
    }
    .slider_block .slider__control.prev::before{
    	display: none;
    }
    .projects .section_heading{
    	margin-bottom: 0;
    }
    .slider_block .slider__control:hover, .slider_block .slider__control:focus{
    	background-color: transparent;
    }
    .events{
    	padding: 24px 0;
    }
    .slider.events, .slider.team, .slider.instructors, .slider.assistants{
        width: 88.28%;
        background: none;
        margin: 0 auto;
        padding: 0;
        padding-top: 55px;
    }
    .events_container{
    	gap: 0;
        overflow: initial;
        margin: 0;
        padding: 3px;
        width: 100%;
    }
    .event_item.slider__item {
        flex: 0 0 75%;
        padding: 0 15px;
        box-shadow: none;
        background: none;
    }
    .event_item_block{
    	display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        background-color: #FFF;
        padding: 10px;
        box-shadow: 0px 1px 3px 1px #00000026;
    }
    .events .btn_link, .team .btn_link {
        width: fit-content;
        margin: 0 auto;
        padding: 15px 23px;
        margin-top: 24px;
    }
    .team_container, .parts_container, .instructors_flow, .assistants_flow{
    	width: 100%;
        margin: 0;
        padding: 3px;
        gap: 0;
        overflow: initial;
    }
    .block_instructors .section_heading, .block_assistants .section_heading{
    	width: 80%;
        margin-bottom: -35px;
    }
    .team_item.slider__item{
    	box-shadow: none;
        padding: 0 9px;
        flex: 0 0 50%;
    }
    .team_item_block{
    	display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        padding: 10px;
        box-shadow: 0px 1px 3px 1px #00000026;
    }
    .team_item_head h3{
    	font-size: 18px;
    }
    .team_item_head span{
    	font-size: 14px;
    }
    .partners{
    	padding: 24px 0;
    }
    .parts_item.slider__item {
        flex: 0 0 16.66%;
        padding: 0 8px;
    }
    .slider.parts{
    	padding-top: 55px;
        width: 88.28%;
        margin: 0 auto;
    }
    .faq {
        margin: 60px 0;
    }
    .faq_container{
    	width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .faq_block{
    	width: 51.33%;
        margin-bottom: 0;
    }
    .faq_container picture{
    	width: 47.48%;
    }
    .faq_container picture img{
    	height: 100%;
    }
    .donate_form{
    	padding: 36px 0;
        margin: 60px 0;
        background-image: url(/wp-content/uploads/2025/11/Component-2.png);
        background-color: #4DB6E5;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .donate_form .section_heading{
    	width: 412px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .donate_form .btn_link{
    	padding: 15px 8px;
        width: fit-content;
        margin: 0 auto;
    }
    .news {
        margin: 60px 0;
    }
    .slider.news{
    	width: 88.28%;
    	margin: 0 auto;
    }
    .news_container{
    	width: 100%;
        overflow: initial;
        gap: 0;
        margin: 0;
        padding: 3px;
    }
    .news_item.slider__item{
    	box-shadow: none;
        padding: 0 8px;
        flex: 0 0 33.333%;
    }
    .news_item_block{
    	display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        padding: 10px;
        box-shadow: 0px 1px 3px 1px #00000026;
    }
    .slider_block.news{
    	padding-top: 55px;
    }
    .news .btn_link {
        width: fit-content;
        margin: 0 auto;
        margin-top: 28px;
        padding: 15px 28px;
    }
    .footer_main{
    	display: flex;
        justify-content: space-between;
    }
    .f_block.info{
    	width: 31%;
        max-width: 215px;
        margin: 0;
    }
    .f_sub_container{
    	width: 60%;
    	display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .f_block.info-menu{
    	width: 40%;
        order: 1;
    }
    .f_block.contact-menu{
    	width: 60%;
        order: 2;
    }
    .f_block.about-menu{
    	width: fit-content;
        order: 3;
    }
    .f_block.projects-menu{
    	width: 60%;
        order: 4;
    }
    .f_donate{
    	top: initial;
        right: initial;
        bottom: 0;
        left: calc(90vw - 145px);
    }
    .f_block.contact-menu a{
    	width: 100%;
    }
    .f_block.info p{
    	width: 100%;
    }
    .f_block.contact-menu a svg{
    	min-width: 17px;
        min-height: 17px;
    }
    .footer_copy{
    	padding: 9px 0;
        position: relative;
        z-index: 1;
    }
    body .initial .jar{
    	right: 95px;
    }
    .site-footer{
    	background: linear-gradient(95.24deg, #FFE353 -6.88%, #4DB6E5 28.68%);
        position: relative;
    }
    .site-footer::before{
    	display: block;
        content: '';
        position: absolute;
        bottom: 0;
        background-image: url(/wp-content/uploads/2025/11/Frame-71.png);
        width: 100%;
        height: 100%;
        background-position: bottom;
        z-index: 0;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .page_direction_item .initial .wrapper, .initial #breadcrumbs, .page_events .initial .wrapper, .page_news .initial .wrapper{
    	width: 88.28%;
    }
    .initial #breadcrumbs{
    	left: calc((100% - 88.28%) / 2);
    }
    .directions_list {
        margin: 60px 0;
    }
    .directions_container{
    	display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 88.28%;
        margin: 0 auto;
    }
    .directions_cats{
    	width: calc(100% - (66% + 13px));
        flex-direction: column;
        gap: 16px;
        overflow: hidden;
        order: 2;
    }
    .direction_items_flow{
    	width: 66%;
        order: 1;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 24px 12px;
        margin-top: 0;
    }
    .directions_pagination{
    	width: 66%;
        order: 3;
        padding: 0;
        margin-left: 0;
    }
    .direction_cat_item{
    	width: 100%;
        text-align: center;
        padding: 15px;
    }
    .direction_item{
    	width: calc(50% - 6px);
        padding: 37px 8px;
    }
    .directions_pagination button:last-of-type, .directions_pagination button:first-of-type{
    	position: initial;
    }
    .directions_pagination button:last-of-type{
    	margin-left: auto;
    }
    .directions_pagination button:first-of-type{
    	margin-right: auto;
    }
    .reviews_flow{
    	overflow: initial;
        padding: 3px;
        width: 100%;
        align-items: stretch;
    }
    .review_item.slider__item {
        flex: 0 0 33.333%;
        padding: 0px 8px;
        height: 100%;
    }
    .slider.reviews{
    	width: 88.28%;
        margin: 0 auto;
        padding-top: 70px;
        position: relative;
    }
    .review_item_block{
    	display: flex;
        flex-direction: column;
        height: 100%;
    }
    .slider_block.reviews .slider__control.prev, .slider_block.reviews .slider__control.prev{
    	top: 0;
    }
    .block_reviews .section_heading{
    	margin-bottom: -35px;
    }
    .review_item.slider__item .review_item_block{
    	padding: 29px 16px;
    }
    .team .section_heading .subtitle{
    	font-size: 18px;
    }
    .block_directions {
        margin: 60px 0;
    }
    .block_directions_container{
    	flex-direction: row;
        flex-wrap: wrap;
        gap: 32px 18px;
        align-items: stretch;
    }
    .block_direction_item{
    	width: calc(50% - 9px);
        height: auto;
    }
    .block_direction_item a{
    	height: 100%;
    }
    .block_direction_item a{
    	padding: 72px 12px;
        padding-bottom: 21px;
    }
    .block_direction_item .item_title{
    	font-size: 26px;
    }
    .block_direction_item .icon{
    	width: 80px;
        height: 61px;
    }
    .block_events{
        margin: 60px 0;
    }
    .events_header{
    	flex-direction: row;
        justify-content: space-between;
    }
    .events_header .section_heading{
    	width: calc(50% - 10px);
        margin-bottom: 0;
    }
    .events_toggler{
    	width: calc(50% - 10px);
        gap: 10px;
        height: 100%;
    }
    .events_flow{
    	margin-top: 28px;
        gap: 28px 18px;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .block_events_item{
    	width: calc(50% - 9px);
    }
    .block_events_item .heading{
    	gap: 5px;
        flex-wrap: wrap;
    }
    .event_item_btns{
    	gap: 5px;
        flex-wrap: wrap;
    }
    #eventsPagination{
    	margin-top: 28px;
    }
    .blog_news {
        margin: 60px 0;
    }
    #posts-container {
        flex-direction: row;
        gap: 25px 16.5px;
        flex-wrap: wrap;
    }
    .blog_news_item{
    	width: calc(33.333% - 11px);
    }
    .blog_news_item a{
    	width: 100%;
        height: 100%;
        padding: 10px;
    }
    .blog_news_item span.details{
    	margin-top: auto;
    }
    .blog_news_container #pagination{
    	margin-top: 28px;
    }
    .post_holder {
    	width: 88.28%;
        margin: 60px auto;
        display: flex;
        justify-content: space-between;
    }
    .post_holder article{
    	width: 59.58%;
    }
    .post_holder .post_form{
    	width: calc(100% - (59.58% + 10px) );
        height: 100%;
        margin: 0;
        padding: 6px;
        padding-bottom: 20px;
    }
    .post_form .section_heading{
    	margin-bottom: 20px;
    }
    .post_wrapper{
    	width: 100%;
    }
    .btn_post_popup{
    	font-size: 14px;
        padding: 16px 17px;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }
    .post_header span.date{
    	padding: 6px 20px;
    }
    .post_form::before{
    	background-position: center;
    }
    .post_header img{
    	height: 285px;
    }
    .post_content h2, .post_content h3{
    	font-size: 18px;
        margin-bottom: 30px;
    }
    .post_content blockquote{
    	padding: 30px;
    }
    .post_content .wp-block-gallery{
    	flex-direction: row;
        gap: 4px !important;
    }
    .post_content .wp-block-gallery figure {
        width: calc(50% - 2px) !important;
        height: 222px;
    }
    .post_content .wp-block-gallery figure img{
    	height: 222px !important;
    }
    .proj .block_events_item {
        width: calc(33.333% - 12px);
        padding: 10px;
        flex-direction: column;
    }
    .proj .block_events_item img {
        height: 188px;
        margin-bottom: 10px;
    }
    .proj .block_events_item .content{
    	margin-bottom: auto;
    }
    .contacts_block {
        margin: 60px 0;
    }
    .contacts_flow {
        flex-direction: row;
        gap: 16.5px;
    }
    .contacts_item {
    	width: calc(33.333% - 11px);
    }
    .contacts_item .main_link{
    	word-wrap: break-word;
    }
    .contacts_form{
    	padding: 29px 0;
        margin: 60px 0;
    }
    .contacts_form .wrapper{
    	display: flex;
        justify-content: space-between;
    }
    .contacts_form .section_heading{
    	width: 50%;
    }
    .contacts_form .c_form{
    	width: 48.5%;
    }
    .contacts_form .section_heading .section_title, .contacts_form .section_heading p{
    	text-align: left;
    }
    .contacts_form .c_form input[type="submit"]{
    	padding: 15px 28.5px;
        width: fit-content;
    }
}
@media screen and (min-width: 700px){
	.f_donate{
    	bottom: 120px;
    }
    .directions_cats{
    	width: calc(100% - (77.1% + 13px));
    }
    .direction_items_flow{
    	width: 77.1%;
    }
    .directions_pagination{
    	width: 77.1%;
    }
    .slider.instructors .team_item.slider__item, .slider.assistants .team_item.slider__item{
        box-shadow: none;
        padding: 0 9px;
        flex: 0 0 33.333%;
    }
    .slider.instructors .team_item_head img, .slider.assistants .team_item_head img{
        min-width: 70px;
        width: 70px;
        height: 70px;
    }
    .event_item_popup .popup_content, .form_popup .popup_content{
        width: 584px;
        padding: 20px;
        max-height: 80vh;
    }
    .event_item_popup .popup_content .gallery img{
    	height: 401px;
    }
    .event_item_popup .popup_content .gallery_nav button{
    	width: 45px;
        height: 45px;
    }
    .event_item_popup .popup_content .gallery_nav {
        top: calc(200px - 22px);
        left: 30px;
        width: calc(100% - 60px);
    }
    .event_item_popup .heading span.time{
    	font-size: 14px;
    }
    .event_item_popup .title{
    	font-size: 20px;
    }
    .event_item_popup .text_content p{
    	font-size: 16px;
    }
    .event_item_popup button.join{
    	font-size: 14px;
        padding: 16.5px 24.5px;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }
    .form_popup .popup_content{
    	display: flex;
        gap: 24px;
    }
    .form_popup .popup_content .content_block{
    	width: calc(50% - 12px);
    }
    .form_popup .popup_content .form_holder{
    	width: calc(50% - 12px);
        margin: 0;
    }
    .form_popup .title{
    	font-size: 32px;
        text-align: left;
    }
    .form_popup .subtitle{
    	font-size: 16px;
        text-align: left;
    }
    .form_popup .form_block p{
    	flex-direction: row;
    }
    .form_popup .form_block input, .form_popup form textarea{
    	font-size: 14px;
    }
    .form_popup form input[type="submit"]{
    	width: fit-content;
        font-size: 14px;
        padding: 16.5px 24.5px;
    }
}
@media screen and (min-width: 991px){
	.site-header .mob_menu{
    	position: initial;
        padding: 0;
        box-shadow: none;
        width: fit-content;
        display: flex;
        flex-direction: row;
        align-items: center;
        order: 2;
        gap: 17px;
    }
    #site-navigation.main-navigation ul{
    	flex-direction: row;
        gap: 17px;
    }
    #site-navigation.main-navigation ul li{
    	border: none;
    }
    #site-navigation.main-navigation ul li a{
    	font-size: 14px;
        white-space: nowrap;
        padding: 0;
        padding-bottom: 5px;
    }
    #site-navigation.main-navigation ul li.menu-item-has-children{
    	padding-right: 10px;
        position: relative;
    }
    #site-navigation.main-navigation ul li.menu-item-has-children:hover ul{
    	display: flex;
    }
    #site-navigation.main-navigation ul li.menu-item-has-children ul{
    	position: absolute;
        flex-direction: column;
        box-shadow: 0px 1px 3px 1px #00000026;
        background-color: #FFF;
        gap: 10px;
        padding: 10px;
    }
    #site-navigation.main-navigation ul li.menu-item-has-children ul li a{
    	font-size: 12px;
        padding-bottom: 10px;
        border-bottom: 1px solid #FFD500;
    }
    .site-header .lang_theme_holder{
    	border: none;
        padding: 0;
    }
    .logo_head{
    	order: 1;
        margin-right: auto;
        min-width: 84px;
    }
    #masthead.site-header{
    	padding-bottom: 25px;
        padding-top: 14px;
    }
    .site-header .mail_link_head{
    	order: 3;
        font-size: 0;
        margin-left: auto;
    }
    .site-header .mail_link_head svg{
    	width: 20px;
        height: 16px;
    }
    .site-header .donate_btn_head{
    	font-size: 14px;
        padding: 16px 53px;
        order: 4;
    }
    .site-header .mob_menu_btn{
    	display: none;
    }
    .page_home .initial {
        padding-top: 100px;
        padding-bottom: 133px;
    }
    .initial .initial_title {
        font-size: 36px;
    }
    body .initial p {
        font-size: 14px;
    }
    .initial .section_donate_btn {
        padding: 16px 53px;
        margin-top: 32px;
        font-size: 14px;
    }
    body .initial_support{
    	font-size: 18px;
    }
    body .initial .jar {
        right: 105px;
        width: 177px;
        height: 133px;
    }
    .numbers {
        padding: 80px 0;
    }
    .section_title {
        font-size: 28px;
    }
    .section_heading p{
    	font-size: 16px;
    }
    .section_heading {
        margin-bottom: 40px;
    }
    .numbers .section_heading{
    	width: 480px;
    }
    .number_item {
        padding: 56px 10px;
        padding-bottom: 25px;
    }
    .number_item p:last-of-type{
    	margin-bottom: 0;
    }
    .number_title{
    	font-size: 28px;
    }
    .about{
    	padding: 50px 0;
    }
    .about .section_title{
    	margin-bottom: 41px;
    }
    .about p{
    	font-size: 14px;
    }
    .about .features{
    	gap: 40px;
        margin-bottom: 32px;
    }
    .about_read_more{
    	font-size: 14px;
    }
    .about .wrapper{
    	width: 48%;
    }
    .projects {
        margin: 80px 0;
    }
    .project_item.slider__item{
    	padding: 0 10px;
    }
    .project_item.slider__item div{
    	padding: 20px;
    }
    .projects .section_heading {
        width: 653px;
        margin-bottom: -35px;
    }
    .project_item img{
    	height: 295px;
        margin-bottom: 20px;
    }
    .project_item h3 {
        font-size: 20px;
    }
    .project_item p {
        margin-bottom: 35px;
        font-size: 14px;
    }
    .project_item button {
        margin-top: auto;
        font-size: 14px;
        padding: 16px 33px;
    }
    .events {
        padding: 50px 0;
    }
    .events .section_heading{
    	width: 608px;
        margin-bottom: -35px;
    }
    .event_item_block{
    	padding: 20px;
    }
    .event_item img{
    	height: 288px;
    }
    .event_item.slider__item{
    	flex: 0 0 70%;
    }
    .event_item .dates span{
    	font-size: 14px;
    }
    .event_item .dates {
        margin-bottom: 20px;
    }
    .event_title{
    	font-size: 20px;
        margin-bottom: 20px;
    }
    .event_item p{
    	font-size: 16px;
        margin-bottom: 20px;
    }
    .event_item span.details{
    	font-size: 14px;
        margin-top: 40px;
    }
    .events .btn_link, .team .btn_link{
    	font-size: 14px;
        padding: 15px 32px;
        margin-top: 32px;
    }
    .team {
        margin: 80px 0;
    }
    .team .section_heading{
    	width: 722px;
        margin-bottom: -35px;
    }
    .team_item.slider__item{
    	padding: 0 12px;
    }
    .team_item_head img {
        width: 180px;
        height: 180px;
    }
    .team_item_head h3 {
        font-size: 20px;
    }
    .team_item_head h3 {
        font-size: 20px;
    }
    .team_item p{
    	font-size: 14px;
        -webkit-line-clamp: 5;
    }
    .partners {
        padding: 32px 0;
    }
    .partners .section_title{
    	margin-bottom: -35px;
    }
    .faq {
        margin: 80px 0;
    }
    .faq_item{
    	padding: 20px;
    }
    .faq_item_title{
    	font-size: 20px;
    }
    .faq_item_title svg {
        min-width: 25px;
        height: 25px;
    }
    .faq_item p{
    	font-size: 14px;
    }
    .faq_item.active p{
    	margin-top: 20px;
    }
    .donate_form{
    	margin: 80px 0;
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .donate_form .section_heading{
    	width: 550px;
        margin-bottom: 40px;
    }
    .donate_form .section_heading .section_title{
    	margin-bottom: 25px;
    }
    .donate_form .btn_link {
        padding: 15px;
        font-size: 14px;
    }
    .news {
        margin: 80px 0;
    }
    .news .section_heading{
    	margin-bottom: -35px;
    }
    .news_item.slider__item{
    	padding: 0 10px;
    }
    .news_item_block{
    	padding: 16px;
    }
    .news_item img{
    	height: 219px;
        margin-bottom: 16px;
    }
    .news_item span.date{
    	font-size: 14px;
        margin-bottom: 16px;
        gap: 12px;
    }
    .news_item span.date svg {
        width: 14px;
        height: 15px;
    }
    .news_item_title{
    	font-size: 20px;
        margin-bottom: 16px;
    }
    .news_item p{
    	font-size: 14px;
        margin-bottom: 16px;
    }
    .news_item span.details{
    	font-size: 14px;
    }
    .news .btn_link {
        margin-top: 32px;
        padding: 16px 32px;
        font-size: 14px;
    }
    .site-footer{
    	padding-top: 50px;
    }
    .f_block.info p{
    	margin-bottom: 32px;
    }
    .f_block.info{
    	max-width: 249px;
    }
    .f_social{
    	font-size: 14px;
        gap: 12px;
        margin-bottom: 20px;
    }
    .f_social svg{
    	width: 24px;
        height: 24px;
    }
    body .lang_toggler span, body .lang_toggler a{
    	font-size: 14px;
    }
    .f_block.info-menu {
        width: fit-content;
        order: 3;
    }
    .f_block.about-menu{
    	order: 1;
    }
    .f_block.projects-menu {
        width: fit-content;
        order: 2;
    }
    .f_block.contact-menu {
        width: 42%;
        order: 4;
    }
    .f_title{
    	font-size: 20px;
        margin-bottom: 20px;
    }
    .f_block.contact-menu a{
    	margin-top: 20px;
    }
    .f_block.contact-menu a svg {
        width: 20px;
        height: 20px;
    }
    .footer_copy{
    	padding: 13px 0;
    }
    .footer_copy a, .footer_copy p{
    	font-size: 14px;
    }
    .f_donate {
        bottom: 55px;
    }
    .f_sub_container{
    	width: 65%;
    }
    .lang_toggler:hover a{
    	display: flex;
    }
    .initial #breadcrumbs{
    	top: 24px;
    }
    .page_direction_item .initial, .page_events .initial, .page_news .initial{
    	padding-bottom: 104px;
    }
    .directions_list {
        margin: 80px 0;
    }
    .directions_list .section_title{
    	margin-bottom: 41px;
    }
    .direction_items_flow{
    	width: 79%;
    	gap: 40px 27px;
    }
    .directions_pagination {
        width: 79%;
    }
    .direction_item{
        width: calc(50% - 13.5px);
        padding: 43px 12px;
        padding-bottom: 15px;
    }
    .direction_item_title{
    	font-size: 28px;
    }
    .direction_item p{
    	font-size: 14px;
    }
    .direction_item span.details{
    	font-size: 14px;
    }
    .direction_cat_item{
    	font-size: 14px;
    }
    .directions_cats {
        width: calc(100% - (80% + 9px));
    }
    .block_reviews{
    	padding: 32px 0;
    }
    .review_item.slider__item{
    	padding: 0 11px;
    }
    .review_item.slider__item .review_item_block {
        padding: 29px 22px;
    }
    .review_item_title h3{
    	font-size: 14px;
    }
    .review_item_title svg {
        width: 100px;
        height: 16px;
    }
    .review_item_header{
    	gap: 15px;
    }
    .review_item_header img{
    	width: 40px;
        height: 40px;
    }
    .review_item_google{
    	width: 30px;
        height: 30px;
    }
    .review_item p{
    	font-size: 14px;
    }
    .team .section_heading .subtitle{
    	font-size: 20px;
    }
    .block_instructors .section_heading, .block_assistants .section_heading{
    	width: 85%;
    }
    .slider.instructors .team_item_head img, .slider.assistants .team_item_head img{
        min-width: 115px;
        width: 115px;
        height: 115px;
    }
    .block_directions {
        margin: 80px 0;
    }
    .block_directions_container{
        gap: 32px 24px;
    }
    .block_direction_item{
    	width: calc(50% - 12px);
    }
    .block_direction_item a{
    	padding: 72px 15px;
        padding-bottom: 21px;
    }
    .block_direction_item .item_title{
    	font-size: 28px;
    }
    .block_direction_item .icon{
    	width: 94px;
        height: 71px;
    }
    .block_direction_item p, .block_direction_item span.details{
    	font-size: 14px;
    }
    .form_popup .popup_content{
    	width: 768px;
    }
    .block_events {
        margin: 80px 0;
    }
    .events_btn_toggle{
    	font-size: 14px;
        padding: 15px;
    }
    .events_flow {
        margin-top: 32px;
        gap: 32px 24px;
    }
    .block_events_item {
        width: calc(50% - 12px);
    }
    .block_events_item img{
    	height: 317px;
    }
    .block_events_item .heading span.time{
    	font-size: 14px;
    }
    .block_events_item .title{
    	font-size: 20px;
    }
    .block_events_item p{
    	font-size: 16px;
    }
    .event_item_btns .join{
    	font-size: 14px;
        padding: 16px 31.5px;
    }
    .event_item_btns .details{
    	font-size: 14px;
    }
    #eventsPagination {
        margin-top: 32px;
    }
    #eventsPagination .pg-btn{
    	font-size: 14px;
    }
    .blog_news {
        margin: 80px 0;
    }
    #posts-container{
    	gap: 32px 21px;
    }
    .blog_news_item a {
        width: 100%;
        height: 100%;
        padding: 16px;
    }
    .blog_news_item {
        width: calc(33.333% - 14px);
    }
    .blog_news_item img{
    	height: 219px;
        margin-bottom: 16px;
    }
    .blog_news_item span.date{
    	font-size: 14px;
        gap: 10px;
    }
    .blog_news_item .title{
    	font-size: 20px;
        margin: 16px 0;
    }
    .blog_news_item p{
    	font-size: 14px;
        margin-bottom: 16px;
    }
    .blog_news_item span.details{
    	font-size: 14px;
    }
    .blog_news_container #pagination{
    	margin-top: 32px;
    }
    .blog_news_container #pagination button{
    	font-size: 14px;
    }
    .post_holder{
    	margin: 80px auto;
    }
    .post_title{
    	font-size: 28px;
    }
    .post_header span.date{
    	font-size: 10px;
    }
    .post_header img {
        height: 369px;
        margin-top: 32px;
    }
    .post_content p{
    	font-size: 14px;
    }
    .post_content h2, .post_content h3{
    	font-size: 20px;
    }
    .post_content blockquote p{
    	font-size: 14px;
    }
    .post_content .wp-block-gallery {
        gap: 14px !important;
    }
    .post_content .wp-block-gallery figure {
        width: calc(50% - 7px) !important;
        height: 284px;
    }
    .post_content .wp-block-gallery figure img {
        height: 100% !important;
    }
    .post_share p{
    	font-size: 16px;
    }
    .post_share div a{
    	font-size: 15px;
        padding-right: 12px;
    }
    .post_share div a svg {
        width: 35px;
        height: 35px;
    }
    .post_share div{
    	gap: 8.7px;
    }
    .post_holder .post_form {
        padding: 35px 14px;
        padding-bottom: 24px;
    }
    .post_form .section_heading{
        margin-bottom: 40px;
    }
    .proj .block_events_item {
        width: calc(33.333% - 16px);
        padding: 20px;
    }
    .proj .block_events_item img {
        height: 295px;
        margin-bottom: 20px;
    }
    .contacts_block {
        margin: 80px 0;
    }
    .contacts_flow {
        gap: 21px;
    }
    .contacts_item {
        width: calc(33.333% - 14px);
        padding: 40px;
    }
    .contacts_item .title{
    	font-size: 16px;
        margin-bottom: 160px;
    }
    .contacts_item .main_link{
    	font-size: 16px;
    }
    .contacts_form {
        padding: 40px 0;
        margin: 80px 0;
    }
    .contacts_form .c_form input, .contacts_form .c_form textarea{
    	font-size: 14px;
        padding: 20px 35px;
    }
    .contacts_form .c_form .form_block p{
    	flex-direction: row;
    }
    .contacts_form .c_form .form_block p span{
    	width: calc(50% - 10px);
    }
    .contacts_form .c_form input[type="submit"]{
    	font-size: 14px;
        padding: 16px 38.5px;
    }
    .btn_theme{
    	order: 5;
        margin-left: auto;
    }
    .btn_theme svg{
    	width: 75px;
        height: 40px;
    }
    body.theme-dark .mob_menu{
        background: none;
    }
}
@media screen and (min-width: 1200px){
   	#masthead.site-header {
        padding-top: 19px;
    }
    .logo_head{
        margin-right: auto;
    }
    .site-header .mob_menu{
    	gap: 47px;
    }
    #site-navigation.main-navigation ul{
    	gap: 47px;
    }
    #site-navigation.main-navigation ul li a{
    	font-size: 16px;
        padding: 0;
    }
    #site-navigation.main-navigation ul li.menu-item-has-children ul{
    	padding: 15px;
        gap: 15px;
    }
    #site-navigation.main-navigation ul li.menu-item-has-children ul li a{
    	font-size: 14px;
        padding-bottom: 15px;
    }
    .site-header .mail_link_head{
    	font-size: 16px;
        margin-right: auto;
    }
    .lang_theme_holder .lang_toggler{
    	padding-bottom: 0;
    }
    body .lang_toggler span, body .lang_toggler a {
        font-size: 16px;
    }
    #masthead.site-header .wrapper, .page_home .initial .wrapper {
        width: 85.35%;
    }
    .wrapper{
    	width: 85.35%;
    }
    .page_home .initial {
        padding-top: 138px;
        padding-bottom: 156px;
    }
    .initial .initial_title {
        font-size: 45px;
    }
    .initial .wrapper div{
    	width: 937px;
    }
    body .initial p {
        font-size: 16px;
    }
    .initial .section_donate_btn {
        padding: 16px 56.5px;
        margin-top: 40px;
        font-size: 18px;
    }
    body .initial_support {
        font-size: 22px;
        top: calc(50% - 125px);
    }
    body .initial .jar {
        right: 77px;
        width: 207px;
        height: 155px;
    }
    .numbers {
        padding: 100px 0;
    }
    .section_title {
        font-size: 36px;
    }
    .section_heading p {
        font-size: 18px;
    }
    .numbers .section_heading {
        width: 633px;
    }
    .section_heading {
        margin-bottom: 50px;
    }
    .numbers_flow{
    	gap: 51px;
    }
    .number_item {
        padding: 110px 12px;
        padding-bottom: 47px;
        flex: 0 0 calc(33.333% - 17px);
    }
    .number_title {
        font-size: 24px;
    }
    .number_item p {
        font-size: 16px;
    }
    .number_icon{
    	width: 140px;
        height: 140px;
    }
    .about {
        padding: 60px 0;
    }
    .about .section_title {
        margin-bottom: 50px;
    }
    .about p {
        font-size: 16px;
    }
    .about .features{
    	margin-bottom: 40px;
    }
    .about_read_more {
        font-size: 16px;
    }
    .projects {
        margin: 100px 0;
    }
    .projects-slider {
        padding-top: 80px;
        width: calc(85.35% + 25px);
    }
    .project_item.slider__item {
        padding: 0 25px;
    }
    .project_item h3 {
        font-size: 24px;
    }
    .project_item p {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .project_item button {
        font-size: 18px;
        padding: 15px 31.5px;
    }
    .slider_block .slider__control.next{
    	right: 25px;
    }
    .slider_block .slider__control.prev{
    	right: 85px;
    }
    .events{
    	padding: 60px 0;
        margin: 100px 0;
    }
    .projects .section_heading {
        width: 881px;
    }
    .events .section_heading{
    	width: 794px;
    }
    .slider.events, .slider.team, .slider.team{
    	width: 85.35%;
    	padding-top: 80px;
    }
    .events .slider_block .slider__control.next {
        right: 0;
    }
    .events .slider_block .slider__control.prev {
        right: 65px;
    }
    .event_item img {
        height: 401px;
    }
    .event_item .dates span {
        font-size: 18px;
    }
    .event_title{
    	font-size: 24px;
    }
    .event_item p{
    	font-size: 18px;
    }
    .event_item span.details{
    	font-size: 18px;
    }
    .events .btn_link, .team .btn_link {
        font-size: 18px;
        padding: 15px 29.5px;
        margin-top: 40px;
    }
    .team {
        margin: 100px 0;
    }
    .team_item_block{
    	padding: 20px;
        padding-bottom: 32px;
    }
    .team_item_block svg{
    	width: 100px;
        height: 68px;
    }
    .team_item_head{
    	margin: 20px 0;
    }
    .team_item_head h3 {
        font-size: 24px;
    }
    .team_item_head span {
        font-size: 18px;
    }
    .team_item p{
    	font-size: 16px;
    }
    .partners {
        padding: 40px 0;
    }
    .slider.parts{
    	padding-top: 80px;
        width: 85.35%;
    }
    .parts_item.slider__item {
        flex: 0 0 16.66%;
        padding: 0 10px;
    }
    .faq {
        margin: 100px 0;
    }
    .faq_item_title {
        font-size: 24px;
    }
    .faq_item p {
        font-size: 16px;
    }
    .donate_form {
        margin: 100px 0;
        padding: 60px;
    }
    .donate_form .btn_link{
    	font-size: 18px;
    }
    .news {
        margin: 100px 0;
        margin-bottom: 60px;
    }
    .slider_block.news {
        padding-top: 80px;
    }
    .news_item.slider__item {
        padding: 0 25px;
    }
    .news_item img{
    	height: 320px;
    }
    .news_item_title{
    	font-size: 24px;
    }
    .news_item p{
    	font-size: 16px;
    }
    .news_item span.details {
        font-size: 16px;
    }
    .news .btn_link {
        margin-top: 40px;
        padding: 15px 33.5px;
        font-size: 18px;
    }
    .news_item_block{
    	padding-bottom: 23px;
    }
    .site-footer {
        padding-top: 60px;
    }
    .f_logo{
    	width: 108px;
    }
    .f_block.info {
        max-width: 367px;
    }
    .f_block.info p {
        margin-bottom: 40px;
        font-size: 14px;
    }
    .f_social{
    	font-size: 16px;
    }
    .f_title{
    	font-size: 24px;
    }
    .f_block ul li a{
    	font-size: 14px;
    }
    .f_donate {
    	left: calc(90vw - 215px);
    }
    .f_block.contact-menu a{
    	font-size: 14px;
    }
    .footer_copy a, .footer_copy p {
        font-size: 16px;
    }
    .footer_copy {
        padding: 14px 0;
    }
    .initial #breadcrumbs {
        left: calc((100% - 85.35%) / 2);
    }
    .page_direction_item .initial .wrapper, .initial #breadcrumbs, .page_events .initial .wrapper, .page_news .initial .wrapper{
        width: 85.35%;
    }
    .initial #breadcrumbs span{
    	font-size: 18px;
        gap: 4px 30px;
    }
    .page_direction_item .initial, .page_events .initial, .page_news .initial{
        padding-bottom: 203px;
    }
    .directions_list {
        margin: 100px 0;
    }
    .directions_list .section_title {
        margin-bottom: 70px;
    }
    .directions_container{
    	width: 85.35%;
    }
    .direction_items_flow {
        width: 79%;
        gap: 40px 12px;
    }
    .direction_item {
        width: calc(50% - 6px);
        padding: 55px 17px;
        padding-bottom: 45px;
    }
    .direction_item_title {
        font-size: 36px;
    }
    .direction_item p {
        font-size: 16px;
    }
    .direction_item span.details {
        font-size: 16px;
    }
    .direction_item .icon{
    	width: 225px;
        height: 171px;
    }
    .direction_cat_item {
        font-size: 18px;
        padding: 25px 17px;
        white-space: normal;
    }
    .direction_items_flow{
    	width: 85%;
        margin: 0;
    }
    .directions_cats {
        width: calc(100% - (85% + 14px));
    }
    .directions_pagination {
        width: 85%;
        margin-top: 40px;
    }
    .directions_pagination button{
    	width: 50px;
        height: 50px;
        font-size: 18px;
    }
    .directions_pagination button svg{
    	width: 10px;
        height: 11px;
    }
    .block_reviews {
        padding: 40px 0;
    }
    .slider.reviews{
    	width: 85.35%;
        padding-top: 100px;
    }
    .review_item.slider__item {
        padding: 0 25px;
    }
    .review_item.slider__item .review_item_block {
        padding: 34px 26px;
    }
    .review_item_header img {
        width: 50px;
        height: 50px;
    }
    .review_item_title h3 {
        font-size: 16px;
        margin-bottom: 4px;
    }
    .review_item_title svg {
        width: 120px;
        height: 19px;
    }
    .review_item p {
        font-size: 16px;
    }
    .team .section_heading .subtitle{
    	font-size: 24px;
    }
    .block_instructors, .block_assistants{
    	margin: 120px 0;
    }
    .slider.events, .slider.team, .slider.instructors, .slider.assistants{
    	width: 85.35%;
    }
    .block_instructors .section_heading, .page_directions .team .section_heading, .block_assistants .section-heading{
    	width: 971px;
    }
    .block_directions {
        margin: 100px 0;
    }
    .block_directions_container{
        gap: 32px 26px;
    }
    .block_direction_item{
    	width: calc(50% - 13px);
    }
    .block_direction_item a{
    	padding: 80px 20px;
        padding-bottom: 21px;
    }
    .block_direction_item .item_title{
    	font-size: 36px;
    }
    .block_direction_item .icon{
    	width: 111px;
        height: 84px;
    }
    .block_direction_item p, .block_direction_item span.details{
    	font-size: 16px;
    }
    .block_events {
        margin: 100px 0;
    }
    .events_header .section_heading {
        width: calc(45% - 10px);
    }
    .events_toggler {
        width: calc(55% - 10px);
        gap: 15px;
    }
    .events_btn_toggle {
        font-size: 18px;
    }
    .events_flow {
        margin-top: 40px;
        gap: 40px 34px;
    }
    .block_events_item {
        width: calc(50% - 17px);
    }
    .block_events_item img {
        height: 401px;
    }
    .block_events_item .heading span.time {
        font-size: 18px;
    }
    .block_events_item .title {
        font-size: 24px;
    }
    .block_events_item p {
        font-size: 18px;
    }
    .event_item_btns .join {
        font-size: 18px;
        padding: 15px 29px;
    }
    .event_item_btns .details {
        font-size: 18px;
    }
    #eventsPagination {
        margin-top: 40px;
    }
    #eventsPagination .pg-btn {
        font-size: 18px;
        width: 50px;
        height: 50px;
    }
    #eventsPagination .pg-btn svg{
    	width: 10px;
        height: 11.5px;
    }
    .event_item_popup .popup_content, .form_popup .popup_content {
        width: 850px;
        padding: 40px;
        max-height: 80vh;
    }
    .event_item_popup .popup_content .gallery_nav {
        top: calc(240px - 25px);
        left: 50px;
        width: calc(100% - 100px);
    }
    .event_item_popup .popup_content .gallery_nav button {
        width: 55px;
        height: 55px;
    }
    .event_item_popup .popup_content .gallery_nav button svg{
    	width: 10px;
        height: 11.5px;
    }
    .event_item_popup .heading span.time {
        font-size: 18px;
    }
    .event_item_popup .title {
        font-size: 30px;
    }
    .event_item_popup .text_content p {
        font-size: 18px;
    }
    .event_item_popup button.join {
        font-size: 18px;
        padding: 17px 19.5px;
        margin-top: 40px;
    }
    .form_popup .title{
    	font-size: 45px;
    }
    .form_popup .subtitle{
    	font-size: 22px;
    }
    .form_popup .form_block input, .form_popup form textarea {
        font-size: 16px;
        padding: 20px 35px;
    }
    .form_popup form textarea{
    	height: 140px;
    }
    .form_popup form input[type="submit"] {
        font-size: 18px;
        padding: 15px 38px;
    }
    .form_popup .popup_content{
    	width: 1050px;
    }
    .blog_news {
        margin: 100px 0;
    }
    #posts-container {
        gap: 40px 52px;
    }
    .blog_news_item {
        width: calc(33.333% - 34.7px);
    }
    .blog_news_item img{
    	height: 320px;
    }
    .blog_news_item .title{
    	font-size: 24px;
    }
    .blog_news_item p{
    	font-size: 16px;
    }
    .blog_news_item span.details {
        font-size: 18px;
    }
    .blog_news_container #pagination {
        margin-top: 40px;
    }
    .blog_news_container #pagination button {
        font-size: 18px;
        width: 50px;
        height: 50px;
    }
    .blog_news_container #pagination button svg {
        width: 10px;
        height: 11px;
    }
    .post_wrapper{
    	width: 100%;
    }
    .post_holder {
        margin: 100px auto;
    }
    .post_holder .post_form {
        width: calc(100% - (59.58% + 14px));
        padding: 38px 51px;
        padding-bottom: 30px;
    }
    .post_title {
        font-size: 36px;
    }
    .post_header span.date {
        font-size: 14px;
        padding: 12px 20px;
    }
    .post_header span.date svg{
    	width: 15px;
        height: 16px;
    }
    .post_header img {
        height: 498px;
        margin-top: 20px;
    }
    .post_content p {
        font-size: 16px;
        margin-bottom: 40px;
    }
    .post_content h2, .post_content h3{
        font-size: 24px;
    }
    .post_content blockquote p {
        font-size: 16px;
    }
    .post_content blockquote{
        margin-bottom: 40px;
    }
    .post_content .wp-block-gallery figure {
        width: calc(50% - 12px) !important;
        height: 420px;
    }
    .post_content .wp-block-gallery {
        gap: 24px !important;
    }
    .post_share p{
    	font-size: 18px;
        margin-bottom: 20px;
    }
    .post_share div a{
    	font-size: 18px;
    }
    .post_share div a svg {
        width: 40px;
        height: 40px;
    }
    .proj .events_flow {
        gap: 32px 52px;
    }
    .proj .block_events_item {
        width: calc(33.333% - 35px);
        padding: 20px;
        padding-bottom: 53px;
    }
    .proj .block_events_item .title {
        font-size: 24px;
    }
    .contacts_block {
        margin: 100px 0;
    }
    .contacts_flow {
        gap: 54px;
    }
    .contacts_item {
        width: calc(33.333% - 36px);
    }
    .contacts_item .title {
        font-size: 18px;
        margin-bottom: 154px;
    }
    .contacts_item .main_link {
        font-size: 18px;
    }
    .contacts_form .c_form input, .contacts_form .c_form textarea {
        font-size: 16px;
    }
    .contacts_form .c_form textarea{
    	height: 140px;
    }
    .contacts_form .c_form input[type="submit"] {
        font-size: 18px;
        padding: 15px 38px;
    }
    .contacts_form .c_form {
        width: 58.5%;
    }
    .contacts_form .section_heading {
        width: 40%;
    }
    .contacts_form .section_heading p{
    	font-size: 22px;
    }
}
@media screen and (min-width: 1640px){
	.logo_head {
        min-width: 108px;
    }
    #masthead.site-header {
        padding-top: 24px;
    }
    .site-header .mob_menu{
    	gap: 86px;
    }
    #site-navigation.main-navigation ul {
        gap: 86px;
    }
    #site-navigation.main-navigation ul li a{
    	font-size: 20px;
    }
    #site-navigation.main-navigation ul li.menu-item-has-children ul {
        padding: 15px 20px;
        gap: 10px;
    }
    #site-navigation.main-navigation ul li.menu-item-has-children ul li a {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .site-header .mail_link_head{
    	font-size: 18px;
    }
    .site-header .mail_link_head svg {
        width: 26px;
        height: 23px;
    }
    body .lang_toggler span, body .lang_toggler a {
        font-size: 20px;
    }
    .site-header .donate_btn_head {
        font-size: 18px;
        padding: 19.5px 66.5px;
    }
    .site-header .main-navigation ul li.menu-item-has-children::after{
    	top: 9px;
    }
    .page_home .initial{
        padding-top: 238px;
        padding-bottom: 300px;
    }
    .initial .initial_title {
        font-size: 56px;
    }
    .initial .wrapper div {
        width: 1258px;
    }
    body .initial p {
        font-size: 20px;
    }
    .initial .section_donate_btn {
        padding: 19.5px 66.5px;
	}
    .numbers {
        padding: 120px 0;
    }
    .numbers .section_heading {
        width: 100%;
    }
    .section_title {
        font-size: 44px;
    }
    .section_heading p {
        font-size: 22px;
    }
    .section_heading {
        margin-bottom: 74px;
    }
    .numbers_flow {
        gap: 29px;
    }
    .number_item {
        padding: 110px 19px;
        padding-bottom: 47px;
        flex: 0 0 calc(33.333% - 19.333px);
    }
    .number_title {
        font-size: 30px;
    }
    .number_item p {
        font-size: 18px;
    }
    .number_icon {
        width: 190px;
        height: 190px;
    }
    .about {
        padding: 120px 0;
    }
    .about p {
        font-size: 18px;
    }
    .about_read_more {
        font-size: 18px;
    }
    .projects {
        margin: 120px 0;
    }
    .projects .section_heading {
        width: 1228px;
    }
    .slider_block .slider__control.next, .slider_block .slider__control.prev{
    	width: 60px;
        height: 60px;
    }
    .slider_block .slider__control.prev {
        right: 105px;
    }
    .projects .section_heading{
    	margin-bottom: -55px;
    }
    .projects-slider{
    	padding-top: 110px;
    }
    .project_item.slider__item {
        padding: 0 11.5px;
    }
    .project_item.slider__item div {
        padding: 40px;
    }
    .project_item img {
        height: 401px;
        margin-bottom: 40px;
    }
    .project_item h3 {
        font-size: 30px;
    }
    .project_item p {
        margin-bottom: 40px;
        font-size: 18px;
    }
    .project_item button {
        font-size: 18px;
        padding: 19.5px 41.5px;
    }
    .events {
        padding: 120px 0;
        margin: 120px 0;
    }
    .initial #breadcrumbs {
        top: 41px;
    }
    .page_direction_item .initial, .page_events .initial, .page_news .initial{
        padding-bottom: 276px;
        padding-top: 238px;
    }
    .directions_list {
        margin: 120px 0;
    }
    .direction_cat_item {
        padding: 15px 33px;
        white-space: normal;
    }
    .direction_items_flow {
    	width: 81%;
        gap: 63px 29px;
    }
    .direction_item {
        width: calc(50% - 15px);
        padding: 110px 24px;
        padding-bottom: 45px;
    }
    .direction_item_title {
        font-size: 44px;
    }
    .direction_item p {
        font-size: 18px;
    }
    .direction_item span.details {
        font-size: 18px;
    }
    .directions_cats {
        width: calc(100% - (81% + 77px));
    }
    .directions_pagination{
    	width: 81%;
    	margin-top: 60px;
    }
    .directions_pagination button{
        width: 55px;
        height: 55px;
    }
    .block_reviews {
        padding: 60px 0;
    }
    .slider.reviews{
    	padding-top: 120px;
    }
    .review_item.slider__item {
        padding: 0 35px;
    }
    .review_item.slider__item .review_item_block {
        padding: 40px;
        padding-bottom: 102px;
    }
    .review_item_header img {
        width: 60px;
        height: 60px;
    }
    .review_item_title h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .review_item_title svg {
        width: 151px;
        height: 23px;
    }
    .review_item_google {
        width: 40px;
        height: 40px;
    }
    .review_item p {
        font-size: 18px;
    }
    .team .section_heading .subtitle{
    	font-size: 30px;
    }
    .slider.instructors, .slider.assistants{
    	padding-top: 120px;
    }
    .block_instructors .section_heading, .block_assistants .section_heading{
    	margin-bottom: -50px;
    }
    .slider.instructors .team_item_head img, .slider.assistants .team_item_head img{
        min-width: 180px;
        width: 180px;
        height: 180px;
    }
    .block_directions {
        margin: 120px 0;
    }
    .block_directions_container{
        gap: 32px 54px;
    }
    .block_direction_item{
    	width: calc(50% - 27px);
    }
    .block_direction_item a{
    	padding: 110px 29px;
        padding-bottom: 72px;
    }
    .block_direction_item .item_title{
    	font-size: 44px;
    }
    .block_direction_item .icon{
    	width: 130px;
        height: 99px;
    }
    .block_direction_item p, .block_direction_item span.details{
    	font-size: 18px;
    }
    .form_popup .popup_content {
        width: 1366px;
    }
    .block_events {
        margin: 120px 0;
    }
    .events_flow {
        margin-top: 60px;
        gap: 60px 20px;
    }
    .block_events_item {
        width: calc(50% - 10px);
        padding: 40px;
        padding-bottom: 46px;
    }
    .block_events_item .title {
        font-size: 30px;
    }
    .block_events_item p {
        font-size: 22px;
    }
    .event_item_btns{
    	margin-top: 40px;
    }
    .event_item_btns .join {
        font-size: 18px;
        padding: 19.5px 39px;
    }
    #eventsPagination {
        margin-top: 60px;
    }
    #eventsPagination .pg-btn{
    	width: 55px;
        height: 55px;
    }
    .blog_news {
        margin: 120px 0;
    }
    #posts-container {
        gap: 60px 32px;
    }
    .blog_news_item {
        width: calc(33.333% - 21.4px);
    }
    .blog_news_container #pagination {
        margin-top: 60px;
    }
    .blog_news_container #pagination button {
        width: 55px;
        height: 55px;
    }
    .blog_news_item .title {
        font-size: 30px;
    }
    .blog_news_item p {
        font-size: 18px;
    }
    .post_holder {
        margin: 120px auto;
    }
    .post_title {
        font-size: 44px;
        margin-bottom: 34px;
    }
    .post_header img{
    	height: 765px;
    }
    .post_content p{
    	font-size: 18px;
    }
    .post_content h2, .post_content h3 {
        font-size: 30px;
    }
    .post_content blockquote p {
        font-size: 20px;
    }
    .post_content .wp-block-gallery{
    	margin-bottom: 40px;
    }
    .post_share p{
    	font-size: 22px;
    }
    .post_holder .post_form{
    	padding: 52px 68px;
        padding-bottom: 44px;
    }
    .post_holder .post_form .section_title{
    	margin-bottom: 20px;
    }
    .btn_post_popup {
        font-size: 18px;
        padding: 19.5px 20.5px;
    }
    .proj .events_flow {
        gap: 60px 30px;
    }
    .proj .block_events_item {
        width: calc(33.333% - 20px);
        padding: 40px;
    }
    .proj .block_events_item .title {
        font-size: 30px;
    }
    .proj .block_events_item img {
        height: 401px;
        margin-bottom: 40px;
    }
    .contacts_block{
        margin: 120px 0;
    }
    .contacts_flow {
        gap: 11px;
    }
    .contacts_item {
        width: calc(33.333% - 7.4px);
    }
    .contacts_item .title {
        font-size: 22px;
        margin-bottom: 168px;
    }
    .contacts_item .main_link {
        font-size: 22px;
    }
    .contacts_form {
        padding: 70px 0;
        margin: 120px 0;
    }
    .contacts_form .c_form {
        width: 52.5%;
    }
    .contacts_form .c_form input, .contacts_form .c_form textarea {
        font-size: 18px;
    }
    .contacts_form .c_form input[type="submit"] {
        font-size: 18px;
        padding: 19.5px 48px;
    }
    .btn_theme svg {
        width: 97px;
        height: 45px;
    }
}