/*!
Theme Name: therapy
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: therapy
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.

therapy 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.
 */
	 @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

/* 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: 12px;
	color: #333;

/* p roboto */
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 25.2px */
}

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;

}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */


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;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #333;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: flex;
}

@media screen and (min-width: 1351px) {

	.menu-toggle {
		display: none;
	}

.main-navigation ul {
    display: flex;
    gap: 24px;
}
}

.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;
}

body {
    background: #ECF6F7;
    overflow-x: hidden;
}
header {
    padding: 12px 0;
    position: relative;
}
.container {
    width: 1293px;
    margin: 0 auto;
    display: flex;
 
}
button, a {cursor: pointer;}


header .container {
    align-items: center;
       justify-content: space-between;
}

header .header_right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.logo {
    width: 129px;
    height: 129px;
    cursor: pointer;
    background-size: cover !important;
}
.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: transparent !important;
    background: #9BD1F2;
    width: 16px;
    height: 16px;
    border-radius: 16px;
}

.slick-dots li button:before {
   opacity: 1 !important;
    color: transparent !important;
    background: #fff;
    border: solid 2px #9BD1F2;
    width: 12px !important;
    height: 12px !important;
    border-radius: 16px;
}

.slick-dots {
    position: absolute;
    bottom: -35px !important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.spicer  .slick-dots {
 
    display: none !important;
    opacity: 0;
}

.ico_loc {
    width: 40px;
    height: 40px;
    display: flex;
    background: #98c6e1;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
}


.timer {
    height: 61px;
    min-width: 150px;
    border-radius: 35px;
    border: 1px solid #C4DDF2;
    background: radial-gradient(50% 50.00% at 50% 50.00%, rgba(255, 255, 255, 0.63) 0%, rgba(255, 255, 255, 0.00) 100%), #ECF6F7;
    min-height: auto;
    display: flex;
    align-items: center;
    padding: 0 15px;
    justify-content: center;
}
.lang_btn {
    border-radius: 35px;
    border: 1px solid #C4DDF2;
    background: #ECF6F7;
    width: 54px;
    height: 54px;
    text-align: center;
    line-height: 53px;
    color: #333;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}
#countdown, #countdowns {
    display: flex;
    gap: 12px;
    align-items: center;
}
#countdown div, #countdowns div{
    border-radius: 35px;
    border: 1px solid #C4DDF2;
    color: #333;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding: 5px 8px;
}
#countdown p, #countdowns p{
    color: rgba(51, 51, 51, 0.61);
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    margin: 0;
    font-weight: 400;
    padding: 0;
    line-height: 140%;
}
footer {
    background: #ECF6F7;
    min-height: 205px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 0;
    flex-direction: column;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.05), 0px -3px 6px 0px rgba(0, 0, 0, 0.05), 0px -11px 11px 0px rgba(0, 0, 0, 0.04), 0px -25px 15px 0px rgba(0, 0, 0, 0.03), 0px -45px 18px 0px rgba(0, 0, 0, 0.01), 0px -70px 20px 0px rgba(0, 0, 0, 0.00);
}
footer .container {
	display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
footer .logo_wrap {
	display: flex;
    align-items: center;
    gap: 24px;
}
footer .logo {
    background-image: url(./img/logo_footer.png);
    width: 86px;
    height: 86px;
}
footer .title {
    width: 200px;
    color: #356380;
    /* p roboto */
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
}
footer .forms {
    display: flex;
    gap: 24px;
    justify-content: flex-end;
    position: relative;
}
footer form {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
    position: relative;
}
footer .forms p {
    position: relative;
}
footer .wpcf7-spinner {
    position: absolute;
    float: left;
    right: -30px;
    top: 10px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    margin-top: 0;
    border: none;
    position: absolute;
    background: #fff;
    height: 49px;
    right: -10px;
    border-radius: 50px;
    background: #8cc0df;
    padding-top: 0px;
    color: #fff;
    text-align: center;
    max-width: 330px;
}
footer form input {
    border-radius: 48px;
    background: #C4DDF2;
        border: none !important;
        outline: none !important;
        color: #356380;
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 25.2px */
}
footer form input::placeholder {
        color: #356380;
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 25.2px */
}



footer form input:focus {
background: #C4DDF2;
color: #356380;
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 25.2px */
}
footer .forms {
    display: flex;
    flex-direction: column;
    max-width: 74%;
}
footer .forms input {
    border-radius: 48px;
    border: none;
    background: #ffffff;
    padding: 10px 20px;
    color: #356380;
    font-family: Roboto;
    font-size: 18px;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
footer .forms p {
    margin: 0;
    color: #356380;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
}
footer .forms .wpcf7-submit {
    border-radius: 48px;
    border: 1px solid #356380 !important;
    color: #356380;

    /* h3 roboto */
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
footer .notice {
    margin: 30px 0 0;
    color: #356380;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.home h1 p, .podjaka h1 {
    color: #8DC0DF;
    font-family: Roboto;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%;
    margin-bottom: 24px;
    margin-top: 24px;
}

.podjaka h2{
    display: flex;
    align-content: center;
    align-items: center;
}

.home .one .left_block .desk p {
    color: rgba(51, 51, 51, 0.61);
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 0;
    margin-bottom: 12px;
}
.home h1 p{
	color: #8DC0DF;
margin: 0;
}
 

.one .right_block {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.home .one .left_block {
max-width: 630px;
}

.one .left_block h3{

color: #333;
/* h2 roboto */
font-family: Roboto;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 120%; 
}
.one .left_block span{
color: #333;

/* p roboto */
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 25.2px */}
.one .head {
    background-image: url(./img/head.png);
    width: 500px;
    height: 500px;
}

h2  {
color: #333;
margin: 0;
/* h2 roboto */
font-family: Roboto;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 28.8px */
}
h3 {
	color: #333;
margin: 0;
/* h3 roboto */
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.home .one .left_block div {
    border-radius: 24px;
    border: 1px solid #C4DDF2;
    padding: 12px 24px;
    display: inline-block;
    margin-bottom: 24px;
}





.two .container {
	padding: 50px 110px 100px;
	    flex-direction: column;
	border-radius: 48px;
 background: radial-gradient(1642.24% 50.00% at 50.00% 50.55%, rgba(236, 246, 247, 0.20) 0%, rgba(155, 209, 242, 0.00) 100%),   url(./img/bgg.svg), linear-gradient(90deg, #9BD1F2 0%, #C4DDF2 100%);
}
.two .container h2 {
    color: #FFF;
    font-family: Roboto;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%;
    display: block;
    width: 100%;
    margin-bottom: 24px;
    text-align: center;
}

.two .container article {
    border-radius: 24px;
    padding: 24px;
    margin-bottom: 24px;
    border: 1px solid #C4DDF2;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #000;

/* p roboto */
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 25.2px */
}
.home .two .container article:before {
content: "!";
color: #ECF6F7;

/* h1 roboto */
font-family: Roboto;
font-size: 60px;
font-style: normal;
font-weight: 500;
line-height: 112%; /* 67.2px */
}
.tree {
    padding-top: 44px;
}

.tree h3 {
	color: #333;

/* h2 roboto */
font-family: Roboto;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 28.8px */
max-width: 630px;
}


.tree .container {
 flex-direction: column;}
.tree p {
    color: rgba(51, 51, 51, 0.61);
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 630px;
    margin-bottom: 97px;
}
.tree .data_container {
    display: flex;
    gap: 24px;
    margin-top: 48px;
}

.tree .data_container  article {
    text-align: center;
    width: 33%;
    padding: 24px;
    border-radius: 24px;
    cursor: pointer;
    background: #ECF6F7;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10), 0px 3px 7px 0px rgba(0, 0, 0, 0.10), 0px 14px 14px 0px rgba(0, 0, 0, 0.09), 0px 30px 18px 0px rgba(0, 0, 0, 0.05), 0px 54px 22px 0px rgba(0, 0, 0, 0.01), 0px 85px 24px 0px rgba(0, 0, 0, 0.00);
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.tree .data_container  article:first-child {
	pointer-events: none;
 }
.tree .data_container  article:hover {
    cursor: pointer;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10), 0px 3px 7px 0px rgba(0, 0, 0, 0.10), 0px 14px 14px 0px rgba(0, 0, 0, 0.09), 0px 10px 18px 0px rgba(0, 0, 0, 0.05), 0px 54px 22px 0px rgba(0, 0, 0, 0.01), 0px 15px 24px 0px rgba(0, 0, 0, 0.00);
}
.tree .data_container  article p {
    color: rgba(51, 51, 51, 0.61);
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 630px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tree .container:after {
    content: "";
    width: 100%;
    height: 16px;
    margin-top: 24px;
    margin-bottom: -100px;
    display: inline-block;
    background-image: url(./img/Dots.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.tree .data_container  article p:before {
	content: "";
	width: 36px;
	height: 36px;
	display: inline-block;
 background-image: url(./img/calendar_month.svg);

}

.four {
   background: radial-gradient(1642.24% 50.00% at 50.00% 50.55%, rgba(236, 246, 247, 0.20) 0%, rgba(155, 209, 242, 0.00) 100%),   url(./img/bgg.svg), linear-gradient(90deg, #9BD1F2 0%, #C4DDF2 100%);
    padding-top: 150px;
    padding-bottom: 90px;
}
.four .clock {
    background-image: url(./img/clock.svg);
    width: 500px;
    height: 500px;
    margin-top: -100px;
}
.four h2 {
    color: #FFF;
    font-family: Roboto;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%;
    margin-bottom: 24px;
}
.four .right_block,  .four .left_block {
	width: 50%;
}
.five article {
	max-width: 47%;
}

.five .container {
    flex-wrap: wrap;
    gap: 24px;
}

.five .vopros {
	  background-image: url(./img/vopros.svg);
    width: 500px;
    height: 500px;
}


.five {
    padding: 100px 0;
}
.five h3{
color: #333;

/* h2 roboto */
font-family: Roboto;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 28.8px */}


.five .info {
    border-radius: 24px;
    border: 1px solid #C4DDF2;
    padding: 0px 24px;
    display: inline-block;
    margin-bottom: 24px;
    margin-top: 24px;
}
.five .info ul {
    margin: 0;
    padding: 24px;
    color: #000;

/* p roboto */
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 25.2px */
}
.five .info ul li {
    margin-bottom: 12px;
    color: #333;
}

.six {
   background: radial-gradient(1642.24% 50.00% at 50.00% 50.55%, rgba(236, 246, 247, 0.20) 0%, rgba(155, 209, 242, 0.00) 100%),   url(./img/bgg.svg), linear-gradient(90deg, #9BD1F2 0%, #C4DDF2 100%);
    padding: 100px 0;
}
.six .container {
    flex-direction: column;
    gap: 24px;
}

.six .spicer {
    display: flex;
    /* gap: 24px; */
    width: 100%;
}

.slick-list {
    width: 100%;
}
.six .spicer article {
    max-width: 228px;
}
.six h2 {
color: #FFF;

/* h1 roboto */
font-family: Roboto;
font-size: 60px;
font-style: normal;
font-weight: 500;
line-height: 112%; /* 67.2px */}

.spicer_info {
    min-height: 424px;
    text-align: center;
    background-image: url(./img/border_spikery.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: bottom;
}
.spicer_info_page .country {
	font-size: 18px;
	margin-top: 12px;
margin-bottom: 10px} 
.spicer_info_page .tema p {
    margin-top: 2px;
}
.slick-slide img {
    display: block;
    max-width: 100%;
    max-height: 228px;
}
.spicer_info a {
    border-radius: 48px;
    border: 1px solid #356380;
    color: #356380;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 12px 24px;
    display: inline-block;
    text-decoration: none;
}
.spicer .foto  {
	border-radius: 24px 24px 3px 3px;
	overflow: hidden;
}

.spicer h3 {
color: #333;
text-align: center;

/* h2 roboto */
font-family: Roboto;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 28.8px */
    margin-top: 45px;
}
.spicer p {
padding: 0 5px;
    margin-top: 24px;
 
}


.spicer .tema p {
	margin-top: 0;

}

.spicer .tema {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
min-height: 160px;
}


.spicer .tema b {

color: #333;
text-align: center;

/* h3 roboto */
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
}


.spicer .tema:before {
    content: "";
    width: 100%;
    height: 16px;
    margin-top: -20px;
    margin-bottom: -10px;
    display: inline-block;
    background-image: url(./img/Dots_mini.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.spicer .tema:after {
    content: "";
    width: 100%;
    height: 16px;
   
    display: inline-block;
    background-image: url(./img/Dots_mini.svg);
    background-repeat: no-repeat;
    background-size: contain;
}


.spicer .titl {
    min-height: 310px;
}
.spicer article:hover .spicer_info {
    background: linear-gradient(180deg, rgba(155, 209, 242, 0.00) 0%, #ECF6F7 100%);
    border-radius: 33px;
    cursor: pointer;
}
.seven {
	padding: 100px 0;
}

.seven .container {
   flex-direction: column;
}

.seven .partner {
    display: flex;
    gap: 24px;
    margin-bottom: 96px;
    flex-wrap: wrap;
}
.seven .partner  article {
    display: flex;
    align-items: center;
}
.seven .partner .logo_one_partner:first-child {
    width: 100%;
    display: flex;
}

.seven .partner .logo_one_partner:first-child div {
    text-align: left;
    max-height: 127px;
}
.seven .partner article {
    width: 49%;
    border-radius: 24px;
    border: 1px solid #C4DDF2;
    background: #FFF;
    padding: 24px;
    text-align: center;
    margin-bottom: 30px;
}
.seven h2 {
    color: #8DC0DF;
    font-family: Roboto;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%;
    margin-top: 48px;
    margin-bottom: 50px;
}
.seven .reg_block {
      background: radial-gradient(1642.24% 50.00% at 50.00% 50.55%, rgba(236, 246, 247, 0.20) 0%, rgba(155, 209, 242, 0.00) 100%),   url(./img/bgg.svg), linear-gradient(90deg, #9BD1F2 0%, #C4DDF2 100%);
  
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
}
.seven .reg_block h2 {
	text-align: center;
	color: #fff;}

.seven .reg_block button{
	background: transparent;
	    border-radius: 48px;
    border: 1px solid #356380;
    color: #356380;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;}


.seven .img {
    width: 50%;
    height: 130px;
    margin-right: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: right;
    margin-left: 20px;
 
    margin-right: 10px;
}
.seven .logo_one_partner .img {
    width: 62%;
    margin-right: 48px;
}

.slider_sponcor  article
{
	min-height: 190px;
    margin: 0 12px;
    justify-content: center;
}

.slider_sponcor  article .img {
    min-height: 120px;
    margin: 0 24px;
    justify-content: center;
}

.lang_btn {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}



.lang_btn_a {
    color: #000 !important;
    text-decoration: none;
    padding-top: 3px;
}

.about {
	padding-bottom: 96px;
}


header {
    padding: 12px 0;
    position: fixed;
    width: 100%;
    background: #ecf6f7;
    z-index: 999;
}
.hiden {
	display: none !important;
}
main {
	padding-top: 150px;
}

@media (max-width: 1350px) {

.container {
    width: 90%;
}
.home h1 p {
 
    font-size: 50px;
}
p {

    font-size: 16px;

}
.five .info ul li {
  font-size: 16px;
}
.spicer_info {

    background-size: 100%;

}
.seven h2 {
    font-size: 50px;
}
.six h2 {
    font-size: 50px;
}
.four h2 {

    font-size: 50px;

}
.two .container h2 {
    font-size: 50px;

}
}
.registration h1{
color: #8DC0DF;

/* h1 roboto */
font-family: Roboto;
font-size: 60px;
font-style: normal;
font-weight: 500;
line-height: 112%; /* 67.2px */
}


.registration .subtitle {
	color: #333;

/* h2 roboto */
font-family: Roboto;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 28.8px */
}

.registration .one .head {
    background-image: url(./img/reg_img.svg);
    width: 500px;
    height: 280px;
}

.registration .one .head {
    background-image: url(./img/reg_img.svg);
    width: 629px;
    height: 280px;
    background-size: contain;
    background-position: center;
}

.registration .two .container article:before {
content: "⋅";
color: #000;

/* h1 roboto */
font-family: Roboto;
font-size: 60px;
font-style: normal;
font-weight: 500;
line-height: 112%; /* 67.2px */
}
.tww {
    display: flex;
    align-items: center;
}
.registration .two .container article {
    border-radius: 24px;
    padding: 0px 24px;
    margin-bottom: 24px;
    border: 1px solid #C4DDF2;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #000;
    min-width: 800px;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.registration .two .container {
    padding: 50px 50px 50px;
    flex-direction: column;
    border-radius: 48px;
    background: radial-gradient(1642.24% 50.00% at 50.00% 50.55%, rgba(236, 246, 247, 0.20) 0%, rgba(155, 209, 242, 0.00) 100%),   url(./img/bgg.svg), linear-gradient(90deg, #9BD1F2 0%, #C4DDF2 100%);
}
.registration .two h3 {
color: #333;
margin-bottom: 30px;
font-family: Roboto;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 28.8px */}
.registration .reg_tree .flex_reg{
	display: flex;
	gap: 24px;

}
.registration .reg_tree .container {

    flex-direction: column;
}
.registration .reg_tree article {
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10), 0px 3px 7px 0px rgba(0, 0, 0, 0.10), 0px 14px 14px 0px rgba(0, 0, 0, 0.09), 0px 30px 18px 0px rgba(0, 0, 0, 0.05), 0px 54px 22px 0px rgba(0, 0, 0, 0.01), 0px 85px 24px 0px rgba(0, 0, 0, 0.00);
    padding: 24px;
    text-align: center;
    width: 33%;
}
.registration .reg_tree span {
    color: #356380;
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    display: block;
    font-weight: 500;
    margin-top: 48px;
    line-height: 120%;
    min-height: 28px;
}
.registration .reg_tree button {
    color: #356380;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 48px;
    border: 1px solid #356380;
    margin-top: 24px;
    background: transparent;
}

.registration .reg_tree h2{
    color: #8DC0DF;
    font-family: Roboto;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%;
    margin-top: 100px;
    margin-bottom: 48px;
}

.reg_four {

color: #333;
text-align: center;

/* h2 roboto */
font-family: Roboto;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 28.8px */
margin-top: 98px;
}


.reg_four .container {
    flex-direction: column;    align-items: center;
}

.reg_four .timer {
margin-top: 25px;
margin-bottom: 24px;
    max-width: 500px;
}

.reg_four span {
color: #333;
text-align: center;

/* p roboto */
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 25.2px */}
.reg_four  {
	padding-bottom: 96px;
}


.spicer .slick-track {

    display: flex;
    gap: 24px;
    margin-left: -24px;
    margin-right: -24px;
}
.speak .one .head {

    max-width: 420px;
    min-height: 350px;
    background-size: cover;
    background-position: center;
    border-radius: 24px;
    background-repeat: no-repeat;
}
.speak {
    padding-bottom: 96px;
}
.speak .container {

    justify-content: space-between;
    gap: 24px;
}

.speak  .one .left_block {
  width: 75%;
}
.speak  .one .right_block {
   width: 25%;
}
.pointer {
	cursor: pointer;
}


.speak  .one .right_block {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
}
.speak h1{


color: #8DC0DF;

/* h1 roboto */
font-family: Roboto;
font-size: 60px;
font-style: normal;
font-weight: 500;
line-height: 112%; /* 67.2px */
}
.speak .file, .rozklad  .file{
    color: #356380;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 48px;
} .rozklad  .file{
margin-bottom: 48px;
}
.speak iframe {
	margin-top: 48px;
border-radius: 48px;
border: 1px solid #8DC0DF;
}
.about .desk img {

float:left;
margin-right: 24px;}
.about h1 {
color: #8DC0DF;

/* h1 roboto */
font-family: Roboto;
font-size: 60px;
font-style: normal;
font-weight: 500;
line-height: 112%; /* 67.2px */
}
.accordion__item {
    border-radius: 18px;
    border: 1px solid #8DC0DF;
    margin: 24px auto;
    border-radius: 24px;
    background: #ecf6f7;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10), 0px 3px 7px 0px rgba(0, 0, 0, 0.10), 0px 14px 14px 0px rgba(0, 0, 0, 0.09), 0px 30px 18px 0px rgba(0, 0, 0, 0.05), 0px 54px 22px 0px rgba(0, 0, 0, 0.01), 0px 85px 24px 0px rgba(0, 0, 0, 0.00);
    padding: 24px;
}
.accordion__item .accordion__title {
    color: #333;
    font-family: Roboto;
    font-size: 24px;
    position: relative;
    font-style: normal;
    font-weight: 500;
    background: transparent;
    line-height: 120%;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    cursor: pointer;
    padding-right: 30px;
}
.accordion__item .accordion__title:hover {

	transition: all 0.5s ease-out;
}
.accordion {
	width: 100%;
}
.accordion-active {
background: #fff;
}


.accordion__item .accordion__title .accordion__arrow {
    position: absolute;
    top: 0;
    right: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #ffffff;
    color: #000;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    transform: rotate(90deg);
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10), 2px 1px 3px 0px rgba(0, 0, 0, 0.10), 6px -1px 5px 0px rgba(0, 0, 0, 0.09), 3px 2px 3px 0px rgba(0, 0, 0, 0.05), -1px 1px 3px 0px rgba(0, 0, 0, 0.01), 4px 2px 3px 0px rgba(0, 0, 0, 0.00);
}

.accordion-active .accordion__title .accordion__arrow {
    position: absolute;
    top: 0;
    right: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #9BD1F2;
    box-shadow: none;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;

	transform: rotate(90deg);
}




.accordion-active .accordion__title .accordion__rotate{

transform: rotate(0deg) !important;
   position: absolute;
    top: 0;
    right: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #9BD1F2;
    box-shadow: none;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;

	transform: rotate(90deg);
}

.accordion__item .accordion__content {
    margin-bottom: 2px;
    font-size: 14px;
    display: none;
    color: rgba(51, 51, 51, 0.61);
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 12px;
}
.accordion__item .accordion__arrow-item {
	font-weight: 700;
}
.slick-next {
    right: 15px !important;
    background-image: url(./img/arrow_circle_right.svg) !important;
    width: 48px !important;
    height: 48px !important;
    top: 130px !important;
}
.slick-prev {
    left: 15px !important;
    background-image: url(./img/arrow_circle_left.svg) !important;
    width: 48px !important;
    height: 48px !important;
    top: 130px !important;
    z-index: 99;
}
.slick-next:before, .slick-prev:before {
	display: none;
}  

.telegram, .viber  {
    border-radius: 35px;
    border: 1px solid #C4DDF2;
    background: #ECF6F7;
    width: 54px;
    height: 54px;
        display: flex;
    align-items: center;
    justify-content: center;
}










@media (max-width: 1350px) {
	.home .partner h3 {
   
    font-size: 20px;

}
.spicer .slick-track {
    display: flex;
    gap: 24px;
    margin-left: 0;
    margin-right: 0;


}
@media (max-width: 900px) {
.home .partner h3 {
    color: #333;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-align: left;
}}

.registration .two .container article {
    min-width: 600px;
}

.menu-menu-1-container {
    position: absolute;
    right: 0;
}
.registration .subtitle {
    color: #333;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 30px;
}
#primary-menu {


    text-align: center;
    border-radius: 0px 0px 8px 8px;
    background: #8CC0DF;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10), 0px 8px 17px 0px rgba(0, 0, 0, 0.10), 0px 31px 31px 0px rgba(0, 0, 0, 0.09), 0px 70px 42px 0px rgba(0, 0, 0, 0.05), 0px 125px 50px 0px rgba(0, 0, 0, 0.01), 0px 195px 55px 0px rgba(0, 0, 0, 0.00);
}
.menu-toggle, .main-navigation.toggled ul {
    display: flex;
    flex-direction: column;
}
.toggled #primary-menu {
    padding: 24px;
    position: absolute;
    right: 0;
    width: 200px;
    margin-top: 12px;
    gap: 12px;
    border-radius: 24px;
}

#primary-menu li a{

color: #FFF;

/* p roboto */
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 25.2px */

}

#site-navigation {
    position: absolute;
    right: 2.5%;
}
header .header_right {
    margin-right: 60px;
}
.menu-toggle, .main-navigation.toggled ul {
    border: none;
    background: transparent;
}
.seven .partner article {
    width: 48.6%;
}
.two .container {
    padding: 48px;

}
}



@media (max-width: 1250px) {


.six .spicer article {
    max-width: 251px;
}

.one .head {
    background-image: url(./img/head.png);
    width: 350px;
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
}}


button {

    padding: 12px 24px;

}
@media (max-width: 950px) {
.one .right_block {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: none;
}}
  .close_m  {
	display: none;
}
.mob 
	{display: none !important;}
@media (max-width: 768px) {
	.mobss {
		display: flex;
	}
	.mob 
	{display: flex !important;}
	.mobss {
    display: flex;
    justify-content: center;
    gap: 24px;
    }
        main {
        padding-top: 300px;
    }

    .toggled #primary-menu {
        padding: 24px;
        position: absolute;
        right: 4vw;
        width: 100vw;
        z-index: 9999;
    }
        .registration .two .container article {

        min-width: 100%;

    }
    .registration .two .container {
        padding: 24px;
    
    }
    .registration .two h3 {

        text-align: center;
    }
    .tww {

        flex-direction: column;
    }
        .registration .subtitle {

        padding: 24px;
        text-align: center;
    }
        .registration h1 {

        font-size: 48px;

        text-align: center;

    }
        .registration .reg_tree .flex_reg {
        flex-direction: column;
    }
    .registration .reg_tree h2 {
        font-size: 48px;
        text-align: center;
    }
    .four .left_block {
        display: none;
    }
    .four .right_block {
        width: 100%;
    }
    .five .vopros {

        display: none;
    }
    .five article {
        max-width: 100%;
    }
    .seven .partner article {
        width: 100%;
    }
    .tree .data_container {
        display: flex;
        gap: 24px;
        flex-direction: column;
    }
    .tree .data_container  article {
        width: 100%;
    }
    .two .container {
        padding: 24px;

    }
    header .container {
        flex-direction: column;
    }
    #site-navigation {
        position: absolute;
        right: 3%;
        bottom: 69px;
    }
    .lang_btn { 
        display: none;
    }
    .menu-menu-1-container, .menu-main-menu-container {
        position: absolute;
        right: -10vw;
        width: 100vw;
        top: -21px;
    }
    #primary-menu {
    
        flex-direction: column;
        gap: 24px;
    }
    .toggled .close_m {
        display: block;
        position: absolute;
        top: 10px;
        right: 25%;
        z-index: 9999;
    }
    footer .logo_wrap {
        flex-direction: column;
    }
    footer form {
        flex-direction: column;
    }
    footer form input {
        text-align: center;
    }
    footer .forms {
        max-width: 100%;
    }
    footer .container {
        flex-wrap: wrap;
        flex-direction: column;
        padding-top: 24px;
        justify-content: center;
    }
    footer .title {
        text-align: center;
    }
    footer .notice {
        color: #356380;
        text-align: center;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        padding-bottom: 24px;
        font-weight: 400;
        line-height: 140%; /* 19.6px */
    }
    .container {
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }
    .timer {
        border: none;
        align-items: center;
        padding: 0;
        width: 100%;
        display: flex;
        background: #fff;
        justify-content: flex-start;
    }
}


@media (max-width: 528px) {
	#countdown, #countdowns {
        flex-wrap: wrap;
    }
  #countdowns p {
    font-size: 12px;
    padding-left: 12px;
}
.home h1 p, .podjaka h1 {
    font-size: 38px;
}
#countdown div, #countdowns div {

    font-size: 14px;

}

#countdown p, #countdowns p {

    font-size: 14px;

}
  #countdowns p {
    font-size: 12px;
    padding-left: 12px;
}
}



@media (max-width: 385px) {
	.reg_four .timer {
    height: 80px;

}
	#site-navigation {
    position: absolute;
    right: 6%;
    bottom: 55px;
}
#countdown p, #countdowns p {
    font-size: 14px;
    width: 100%;
}}

.speac_container {
    display: flex;
    flex-direction: column;
}
.speac_container article{
    display: flex;
}

.speacer_page h1{
    color: #8DC0DF;
    font-family: Roboto;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%;
    margin-bottom: 24px;
    margin-top: 24px;
} 

.speacer_page .description {
    border-radius: 48px;
    background: radial-gradient(1642.24% 50.00% at 50.00% 50.55%, rgba(236, 246, 247, 0.20) 0%, rgba(155, 209, 242, 0.00) 100%),   url(./img/bgg.svg), linear-gradient(90deg, #9BD1F2 0%, #C4DDF2 100%);
    color: #333;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding: 48px;
    width: 638px;
    margin-bottom: 96px;
}
.speacer_page .head{
  background-image: url(./img/lector.svg);
  width: 569px;
  height: 400px;
}

.spicer_info_page {
    width: 29%;
    padding: 0 24px;
}
.spicer_desk_page {
    width: 60%;
    margin: 0;
}
.spicer_desk_page p {
    width: 100%;
    margin: 0;
}
.speacer_page .foto {
    border-radius: 24px;
    overflow: hidden;
    width: 170px;
    max-width: 170px;
    min-width: 170px;
    height: 170px;
}
.speacer_page article {
    border-radius: 24px;
    border: 1px solid #9BD1F2;
    padding: 12px;
}
.speacer_page  .speac_container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.speacer_page .spicer_but a {
    border-radius: 48px;
    border: 1px solid #356380;
    color: #356380;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 12px 24px;
        text-decoration: none;
}	
 .speacer_page .spicer_but  {
    display: flex;
    padding: 24px;
    align-items: center;
}
 .speacer_page {
 	padding-bottom: 96px;
 }


.mob {
	display: none;
}
.desks {
    display: flex;
}


@media (max-width: 768px) {
	.speak .file, .rozklad  .file {

    font-size: 20px;
 
}
	.mob {
	display: flex;
}
		.spicer h3 {

    padding: 0 12px;

}
	.spicer h3 {

    font-size: 20px;

}
	.spicer .spicer_info p {

    padding: 0 12px;

}
.telegram, .viber {
    border-radius: 35px;
    border: none;
    background: #fff;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
}
.menu .lang_btn {
    display: block;
}
.menu .lang_btn {
    display: block;
    background: transparent;
}
.menu .lang_btn a {
    color: #fff !important;
    line-height: 37px;
}
header {
    padding-bottom: 60px;
}
.hhedbat {
    margin-top: 10px;
    position: absolute;
    width: 80%;
    text-align: center;
    justify-content: center;
    left: 10%;
    border-radius: 48px;
    border: 1px solid #356380 !important;
    color: #356380;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    background-color: #fff;
    line-height: normal;
    padding: 8px;
}
.menu-toggle, .main-navigation.toggled ul {

    align-items: center;
}
.home h1 {

    text-align: center;
}
.four h2 {

    text-align: center;
}
.five h3 {

    text-align: center;
}
.six h2 {
 
    text-align: center;
}.seven h2 {
 
    text-align: center;
}
.seven .partner article:first-child div {

    max-height: initial;
}

	.six .spicer article {
    max-width: 251px;
}
	.speak .one .head {
    max-width: 100%;
    width: 100%;
 
}
 #countdowns {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
}
.speak h1 {
    color: #8DC0DF;
    font-family: Roboto;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%;
}
.speak .left_block {
    width: 100%;
}
header .header_right { 
	width: 100%;
	margin-right: 0;
}
.mob {
	display: block;
}
.desks {
	display: none !important;
}
 .speac_container article {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.spicer_info_page {
    width: 100%;
    padding: 0 24px;
    text-align: center;
    padding-top: 12px;
}
.spicer_desk_page {
    width: 100%;
    margin: 0;
    text-align: center;
}
.speacer_page .description {
    width: 100%;
}

.six .spicer article {
    max-width: initial;
}
.slick-slide img {
    display: block;
    width: 100%;
}
.spicer .slick-track {
    gap: 0;
}
.spicer_info {
    min-height: 450px;

}
.seven .partner article  {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.seven .img {
    background-position-x: center;
}
.seven .reg_block h2 {
    text-align: center;
    color: #fff;
    padding: 0 24px;
}
.spicer .titl {
    min-height: 220px;
}
.spicer_info {
    min-height: 340px;
}
.two .container h2 {
    font-size: 48px;
}
.speacer_page h1 {

    font-size: 48px;

}

}

 




.rozklad .one .head {
    background-image: url(./img/calendar.svg);
    width: 500px;
    height: 400px;
    background-repeat: no-repeat;
}

.rozklad h1  {
    color: #8DC0DF;
    font-family: Roboto;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%;
    margin-bottom: 24px;
    margin-top: 24px;
}
.program .container {
    flex-direction: column;
}

.rozklad h3 {
    color: #356380;
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 46px;
}
.program  article {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 24px;
    padding: 24px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10), 0px 2px 5px 0px rgba(0, 0, 0, 0.10), 0px 8px 8px 0px rgba(0, 0, 0, 0.09), 0px 18px 11px 0px rgba(0, 0, 0, 0.05), 0px 33px 13px 0px rgba(0, 0, 0, 0.01), 0px 51px 14px 0px rgba(0, 0, 0, 0.00);
}
.rozklad  .program {
    background: #C4DDF2;
    padding-top: 48px;
    padding-bottom: 70px;
}
.rozklad  .program .time {
    width: 25%;
    display: flex;
    align-items: center;
    color: #333;
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 25.2px */
}
.rozklad  .program .title {
    display: flex;
    align-items: center;
    width: 37.5%;
    color: #356380;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-right: 24px;
}
.rozklad  .program .spicer {
    width: 37.5%;
}
.rozklad h4 {
    color: #356380;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.rozklad .spicer strong{
    color: #356380;
    font-family: Roboto;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 140%;
    border-top: 1px solid #333 ;
        border-top: 1px solid #C4DDF2;
    margin-top: 12px;
    padding-top: 12px;
    display: block;
}
.rozklad .spicer br {
    display: none;
    height: 0;

}
.rozklad .spicer strong:nth-child(1){
border-top: none ;
 margin-top: 0px;
    display: block;
        padding-top: 0px;
}
.rozklad  .spicer p {
    padding: 0 5px;
    margin-top: 0;
}
.rozklad  .one .right_block {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
}
.rozklad .one .head {

    background-position: right;
}

.txt_rght {
	width: 100%;
}
.tww {
    display: flex;
    align-items: flex-start;
}
.registration .two .txt_rght h3 {
    margin-top: -62px;
    
    text-align: right;
}



@media (max-width: 768px) {
.registration .two .txt_rght h3 {
    margin-top: 16px;
    font-size: 20px;
    text-align: center;
}

	header {
 
    background: #fff;
}
	.rozklad .one  {
    padding-bottom: 48px;
}
	.rozklad .one .head {

    display: none;
}
	.rozklad .spicer strong:nth-child(1){
    border-top: 1px solid #C4DDF2;
    margin-top: 12px;
    padding-top: 12px;
    display: block;
}
	.rozklad  .spicer p {
    padding: 0;
    margin-top: 0;
}
.rozklad  .program .time {
    width: 74px;
    display: flex;
    text-align: center;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;

    padding: 12px;
}
.program  article {
	min-height: 90px;
	position: relative;
flex-wrap: wrap;
justify-content: flex-end;
}
.rozklad  .program .title {
	width: calc(100% - 62px);
}
.rozklad  .program .spicer {
	width: calc(100% - 62px);
}

}


.home .spicer_info .country {
    margin-bottom: 24px;
    font-size: 18px;
}
.home .partner h3 {
    color: #333;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-align: left;
}
.home .partner article .desk {
	display: none;
}
.home .partner .logo_one_partner .desk {
color: #000;
display: block;
/* p roboto */
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 25.2px */}
.slider_sponcor .text{
	width: 45%;

}

.seven .partner article:hover {
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10), 0px 3px 7px 0px rgba(0, 0, 0, 0.10), 0px 14px 14px 0px rgba(0, 0, 0, 0.09), 0px 30px 18px 0px rgba(0, 0, 0, 0.05), 0px 54px 22px 0px rgba(0, 0, 0, 0.01), 0px 85px 24px 0px rgba(0, 0, 0, 0.00);
cursor: pointer;
}
.seven .partner article:hover h3{
color: #8DC0DF;

}input {
	cursor: pointer;
}
@media (max-width: 1350px) {
	.home .partner h3 {
   
    font-size: 20px;

}
}
@media (max-width: 900px) {
.home .partner h3 {
    color: #333;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-align: left;
}}
.slider_sponcor .slick-arrow {
	display: none;
}

.adrrr {
    padding-right: 70px !important;
    position: relative;
}
.ico_loc {
    width: 40px;
    height: 40px;
    display: flex;
    background: #98c6e1;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 12px;
    right: 12px;
}


@media (max-width: 768px) {

	.seven .partner .logo_one_partner:first-child div {
    text-align: left;
    max-height: 127px;
    margin-bottom: 20px;
}
 .logo_one_partner {
    width: 100%;
    display: flex;
    min-height: 350px;
}
	
	.slider_sponcor  article .img {
    min-height: 70px;
    margin: 0 24px;
    justify-content: center;
    margin-bottom: 12px;
}	
.seven .img {
    width: 100%;
    height: 70px;
    min-height: 70px;}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    margin-top: -5px;
    border: none;
    position: absolute;
    background: #8cc0df;
    height: 65px;
    max-width: 120%;
    right: -10px;
    color: #356380;
    left: -10px;
    border-radius: 12px;
    padding-top: 8px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10), 0px 8px 17px 0px rgba(0, 0, 0, 0.10), 0px 31px 31px 0px rgba(0, 0, 0, 0.09), 0px 70px 42px 0px rgba(0, 0, 0, 0.05), 0px 125px 50px 0px rgba(0, 0, 0, 0.01), 0px 195px 55px 0px rgba(0, 0, 0, 0.00);
}
.home .partner h3 {
 
    text-align: center;
    font-size: 18px;
}
.one .left_block h3 {

    margin-bottom: 8px;
}
p {
    font-size: 18px;
}.five .info ul li {
    font-size: 18px;
}.five .info ul {

    padding-left: 12px;
}
.speacer_page .description {
    width: 100%;
    padding: 0;
    background: transparent;
    padding-bottom: 0;
    margin-bottom: 48px;
}.speak  .one .left_block {
    width: 100%;
}
.speak iframe {
    height: 200px;
    border-radius: 24px;
}

}
.spicer .tema:after {
	display: none;
}
.spicer .tema {
    
    min-height: 0;
}

.partner .slick-track {

    min-width: 100%;
}
.slider_sponcor  {
	width: 100% !important;
}





	.home .partner h3 {

    text-align: center;
}
	.slider_sponcor .text {
    width: 105%;
    text-align: center;
}

@media (max-width: 458px) {
.adrrr {
    padding-right: 12px !important;
    position: relative;
}
.ico_loc {
   
   
    top: 12px;

}
.adrrr h3 {
    margin-bottom: 8px;
    padding-right: 30px;
}
}
 button:hover, .speacer_page .spicer_but a:hover, footer .forms .wpcf7-submit:hover {
    background-color: white !important;

}

@media (min-width: 1350px) {

#primary-menu li:first-child {
display: none;
}
}





@media (max-width: 1050px) {




.slick-slide img {

    max-height: 200px;
}
}


@media (max-width: 999px) {




.slick-slide img {

    max-height: 175px;
}
}
@media (max-width: 899px) {
.slick-slide img {

    max-height: 155px;
}
}
@media (max-width: 800px) {
	.registration .reg_tree article {
 
    width: 100%;
}
.slick-slide img {

    max-height: 205px;
}
}



.wpcf7-not-valid-tip {
    display: block;
    color: red;
    font-size: 14px;
    margin-top: 5px;
}

/* Отобразить сообщение о невалидных данных в общем блоке */
.wpcf7-response-output {
    display: block;
    color: red;
    font-size: 14px;
    margin-top: 10px;
}

.slick-dots button:hover, .slick-arrow:hover {
    background-color: transparent !important;
}

.speacer_page .foto img, .spicer img {
    height: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 490px) {
.slick-slide img {
    max-height: 305px;
}
.slick-next {

    top: 150px !important;
}
.slick-prev {

    top: 150px !important;

}
.logo_one_partner {
   
    min-height: 420px;
}
.home .partner .logo_one_partner .desk {

    font-size: 16px;
 
}
}

@media (max-width: 370px) {
	.logo_one_partner {
   
    min-height: 460px;
}
}
.partner .slick-arrow {
	display: none !important;

}
.pt-0 {
	padding-top: 0;
}