@charset "UTF-8";
/*!
Theme Name: aasta_theme
Theme URI: http://underscores.me/
Author: codenot
Author URI: https://codenot.studio
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: aasta_theme
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.

aasta_theme 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

--------------------------------------------------------------*/
.size-large {
  font-size: 24px;
}
@media (max-width: 1023px) {
  .size-large {
    font-size: 20px;
  }
}

/*--------------------------------------------------------------
# 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;
  -webkit-text-decoration: underline dotted;
          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: #000000;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

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

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 {
  color: #E825CE;
}
a:visited {
  color: #E825CE;
}
a:hover, a:focus, a:active {
  color: #E825CE;
}
a:focus {
  outline: none;
}
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 {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
body {
  background-size: 100%;
  background-attachment: fixed;
  background-image: url(img/bg.jpg);
  font-optical-sizing: auto;
}
body.nav-active {
  overflow: hidden;
}

* {
  font-optical-sizing: auto;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.site-header {
  padding-top: 65px;
  position: relative;
}
@media (max-width: 1023px) {
  .site-header {
    padding-top: 35px;
  }
}
.site-header__wrap {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.site-header__logo {
  width: 110px;
  min-width: 110px;
  position: relative;
  z-index: 1;
}
.site-header__logo img {
  display: block;
  width: 110px;
}
@media (max-width: 1023px) {
  .site-header__logo img {
    width: 90px;
  }
}
.site-header__nav {
  display: flex;
  align-items: flex-start;
  width: calc(100% - 110px);
  line-height: 1;
}
.site-header__nav.active {
  display: flex;
}
@media (max-width: 1023px) {
  .site-header__nav {
    display: none;
    position: fixed;
    background: #080808;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    flex-direction: column;
    justify-content: flex-start;
    padding: 30px;
    z-index: 2;
    padding-top: 130px;
  }
  .site-header__nav ul {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    gap: 30px;
  }
}
.site-header__nav ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 45px;
}
@media (min-width: 1024px) and (max-width: 1300px) {
  .site-header__nav ul {
    gap: 20px;
  }
}
.site-header__nav ul li a {
  color: #E825CE;
  font-weight: 700;
  text-decoration: none;
  font-size: 18px;
}
@media (min-width: 1024px) and (max-width: 1300px) {
  .site-header__nav ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .site-header__nav ul li a {
    color: #FCFCFC;
  }
}
.site-header .top-nav-right {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  gap: 9px;
}
@media (max-width: 1023px) {
  .site-header .top-nav-right {
    margin-right: auto;
    margin-top: 30px;
  }
}
.site-header .top-nav-right .header-btn {
  margin-left: auto;
  font-size: 20px;
  border: 2px solid #E825CE;
  background-color: #E825CE;
  color: #fff !important;
  padding: 12px 10px;
  text-decoration: none;
  min-width: 160px;
  text-align: center;
}
.site-header__btn {
  margin-left: auto;
  font-size: 20px;
  border: 2px solid #E825CE;
  color: #E825CE !important;
  padding: 12px 10px;
  text-decoration: none;
  min-width: 160px;
  text-align: center;
}
.site-header__btn:hover {
  color: #080808;
}
@media (max-width: 1023px) {
  .site-header__btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    font-size: 20px;
    border-color: #FCFCFC;
    color: #FCFCFC !important;
  }
}

.hero__wrap {
  margin-top: -50px;
  display: flex;
}
@media (max-width: 1023px) {
  .hero__wrap {
    margin-top: 10px;
  }
}
.hero .col-1 {
  width: 50%;
  flex: 0 50%;
}
.hero .col-1 cite {
  padding-left: 40px;
  display: block;
}
.hero .col-2 {
  width: 50%;
  flex: 0 50%;
  padding-top: 150px;
  padding-left: 40px;
  position: relative;
}
@media (max-width: 1023px) {
  .hero .col-2 {
    padding-left: 15px;
    padding-top: 0px;
  }
}
.hero .left-image {
  max-width: 100%;
  margin-left: auto;
  margin-right: 50px;
  display: block;
  margin-bottom: 55px;
  margin-top: -40px;
}
@media (max-width: 767px) {
  .hero .left-image {
    margin-top: 0;
    margin-right: 0;
  }
}
.hero .left-subtitle {
  font-weight: 500;
  font-size: 26px;
  color: #FCFCFC;
  padding-left: 180px;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .hero .left-subtitle {
    padding-left: 0;
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .hero .left-subtitle {
    font-size: 16px;
  }
}
.hero .left-date {
  padding-left: 180px;
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .hero .left-date {
    padding-left: 0;
    margin-bottom: 20px;
  }
}
.hero .left-date__year {
  font-weight: 500;
  font-size: 100px;
  color: #15C229;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .hero .left-date__year {
    font-size: 70px;
  }
}
@media (max-width: 479px) {
  .hero .left-date__year {
    font-size: 64px;
  }
}
.hero .left-date__info {
  color: #15C229;
  border: 2px solid #15C229;
  font-size: 22px;
  padding: 13px 22px;
  line-height: 1.2;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .hero .left-date__info {
    font-size: 16px;
    padding: 10px 15px;
  }
}
.hero .left-date__info span {
  font-weight: 500;
  font-size: 32px;
}
@media (max-width: 1023px) {
  .hero .left-date__info span {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .hero .left-date__info span {
    font-size: 16px;
  }
}
.hero .left-text {
  font-size: 20px;
  color: #FCFCFC;
  line-height: 1.25;
  padding-right: 35px;
}
.hero .left-text .first-p {
  padding: 30px 20px 30px;
  margin-left: -20px;
}
.hero .left-text .first-p h2,
.hero .left-text .first-p h3,
.hero .left-text .first-p h4,
.hero .left-text .first-p h5,
.hero .left-text .first-p h6 {
  margin-bottom: 0;
}
@media (max-width: 1023.97px) {
  .hero .left-text .first-p br {
    display: none;
  }
}
@media (max-width: 1023px) {
  .hero .left-text {
    display: none;
  }
}
.hero .left-text strong {
  font-weight: bold;
}
.hero .right-title {
  font-weight: 700;
  color: #1E319B;
  font-size: 48px;
  margin-bottom: 40px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .hero .right-title {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .hero .right-title {
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .hero .right-title {
    font-size: 19px;
  }
}
.hero .right-text {
  font-size: 20px;
  line-height: 1.25;
  color: #080808;
}
.hero .right-info {
  display: inline-flex;
  width: 520px;
  height: 440px;
  max-width: 100%;
  border-radius: 50%;
  align-items: flex-start;
  justify-content: center;
  font-weight: 700;
  font-size: 40px;
  text-align: left;
  position: absolute;
  left: 40px;
  line-height: 1.2;
  margin-top: 10px;
  padding-bottom: 0px;
  color: transparent;
  mix-blend-mode: darken;
}
@media (max-width: 1023px) {
  .hero .right-info {
    width: 200px;
    height: 200px;
    font-size: 18px;
    left: 0px;
    padding-left: 20px;
    padding-bottom: 0;
  }
  .hero .right-info .circle-el {
    width: 200px;
    height: 200px;
  }
}
.hero .right-info .circle-el {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.hero .right-info .circle {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  transform: rotate(260deg);
  transition: 1.2s ease 0.4s;
}
.hero .right-info .circle:before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  background-color: #E825CE;
  top: 67px;
  right: 94px;
  transform: scale(0.2) rotate(360deg);
  transition: 1.2s ease 0.4s;
}
@media (max-width: 1023px) {
  .hero .right-info .circle:before {
    top: 47px;
    right: 31px;
    width: 20px;
    height: 20px;
  }
}
.hero .right-info.aos-animate {
  color: #080808;
}
.hero .right-info.aos-animate .circle {
  transform: rotate(0deg);
}
.hero .right-info.aos-animate .circle:before {
  transform: scale(1) rotate(0deg);
}
.hero .right-info.aos-animate .green_circle-1 {
  animation: animate-svg-stroke-1 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
}
@media (min-width: 1024px) {
  .hero .contact__info {
    display: none;
  }
}
@media (max-width: 1023px) {
  .hero .contact__info {
    font-size: 16px;
  }
}
.hero .hero__wrap.mobile {
  margin-top: 50px;
  flex-direction: column;
}
.hero .hero__wrap.mobile cite {
  padding-left: 40px;
  display: block;
}
@media (min-width: 1024px) {
  .hero .hero__wrap.mobile {
    display: none;
  }
}
.hero .hero__wrap.mobile .left-text {
  padding-bottom: 0;
}
.hero .hero__wrap.mobile .left-text p:fisrt-child {
  margin-top: 0;
}
.hero .hero__wrap.mobile .left-text,
.hero .hero__wrap.mobile .right-text {
  display: block;
  font-size: 16px;
  color: #080808;
  line-height: 1.25;
  background-color: #FCFCFC;
  padding: 20px;
}
@media (max-width: 1023px) {
  .hero .hero__wrap.mobile .left-text span,
  .hero .hero__wrap.mobile .right-text span {
    color: #080808 !important;
  }
}
.hero .hero__wrap.mobile .right-text {
  padding-top: 0;
}
.hero .hero__wrap.mobile .right-text p:first-child {
  margin-top: 0;
}
.hero .hero__wrap.mobile .right-text p:last-child {
  margin-bottom: 0;
}

.color-red {
  color: #E825CE;
}

.program {
  position: relative;
  z-index: 3;
}
@media (max-width: 1023px) {
  .program {
    padding-top: 0px;
  }
  .program .program__inner .program__content.id-3 .program__info-number {
    margin-bottom: 20px;
  }
}
.program__inner {
  padding-top: 170px;
}
@media (max-width: 1023px) {
  .program__inner {
    padding-top: 30px;
  }
}
.program__title {
  font-size: 58px;
  font-weight: 600;
  color: #fff24f;
  line-height: 1.2;
  margin-top: 0;
  max-width: 550px;
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .program__title {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .program__title {
    max-width: 200px;
    font-size: 32px;
  }
}
.program__content {
  padding-bottom: 40px;
}
@media (max-width: 1023px) {
  .program__content {
    margin-top: 30px;
    padding-bottom: 0;
  }
}
.program__info {
  display: flex;
  background: #8B43D2;
  background: linear-gradient(90deg, rgb(139, 67, 210) 0%, rgb(232, 37, 206) 100%);
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 60px;
  align-items: center;
  padding-bottom: 28px;
}
@media (max-width: 767px) {
  .program__info {
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
  }
}
.program__info-number {
  font-size: 126px;
  font-weight: 700;
  line-height: 1;
  min-width: 120px;
  color: #FCFCFC;
  position: relative;
  top: 0px;
}
@media (max-width: 767px) {
  .program__info-number {
    text-align: center;
    font-size: 90px;
  }
}
.program__info-text {
  font-size: 34px;
  color: #FCFCFC;
  line-height: 1.2;
}
.program__info-text.text-center {
  width: 100%;
}
.program__info-text p {
  margin: 0;
}
.program__info-text span {
  display: block;
}
.program__info-text em,
.program__info-text i {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  display: block;
  margin-top: 16px;
}
@media (max-width: 1023px) {
  .program__info-text em,
  .program__info-text i {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .program__info-text {
    font-size: 20px;
    text-align: center;
  }
  .program__info-text br {
    display: none;
  }
}
.program__info-text i {
  font-style: italic;
}
.program .video-banner {
  cursor: pointer;
  position: relative;
}
.program .video-banner video {
  width: 100%;
  height: 285px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .program .video-banner video {
    height: auto;
    min-height: 200px;
  }
}
.program .video-banner .play-btn {
  position: absolute;
  left: 90px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .program .video-banner .play-btn {
    left: 20px;
    width: 50px;
  }
}
.program .video-popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: #080808;
  padding: 0px 15px;
}
.program .video-popup__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto;
}
.program .video-popup .video-description {
  font-style: italic;
  color: #fff;
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
}
.program .video-popup video {
  width: 100%;
  height: 100%;
  display: block;
  max-height: calc(100vh - 100px);
}
.program .video-popup iframe {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 100%;
}
.program .video-popup .close {
  position: absolute;
  right: 80px;
  top: 80px;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 767px) {
  .program .video-popup .close {
    right: 15px;
    top: 30px;
    width: 50px;
  }
}
.program__text {
  font-size: 20px;
  color: #FCFCFC;
  line-height: 1.25;
  display: flex;
  margin-top: 50px;
}
@media (max-width: 1023px) {
  .program__text {
    font-size: 16px;
    color: #080808;
    line-height: 1.25;
    background-color: #FCFCFC;
    padding: 20px;
    flex-direction: column;
    margin-top: 30px;
  }
}
.program__text strong {
  font-weight: 700;
}
.program__text .text {
  width: 50%;
  flex: 0 50%;
  max-width: 50%;
  padding-right: 35px;
}
@media (max-width: 1023px) {
  .program__text .text {
    padding-right: 0;
    width: 100%;
    flex: 0 100%;
    max-width: 100%;
  }
  .program__text .text p:first-child {
    margin-top: 0;
  }
  .program__text .text * {
    color: #080808 !important;
  }
}
.program__text .text + .text {
  color: #000;
  padding-left: 35px;
}
@media (max-width: 1023px) {
  .program__text .text + .text {
    padding-left: 0;
  }
}
.program .left-text {
  font-size: 16px;
  color: #080808;
  line-height: 1.25;
  background-color: #FCFCFC;
  padding: 20px;
}
@media (max-width: 1023px) {
  .program .left-text * {
    color: #080808 !important;
  }
}
@media (min-width: 1024px) {
  .program .left-text {
    display: none;
  }
}
.program .left-text p:first-child {
  margin-top: 0;
}
.program .left-text p:last-child {
  margin-bottom: 0;
}
.program .left-text strong {
  font-weight: bold;
}

.error-404 .page-content {
  margin-top: 80px;
  text-align: center;
}

.contact {
  padding-bottom: 100px;
  padding-top: 200px;
}
@media (max-width: 767px) {
  .contact {
    padding-top: 60px;
  }
}
.contact__inner {
  display: flex;
  align-items: center;
  position: relative;
}
.contact__info {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #FFFFFF;
  width: 40%;
  position: relative;
}
@media (max-width: 767px) {
  .contact__info {
    width: 100%;
    padding-right: 20px;
  }
}
.contact__info a {
  color: #FFFFFF;
  text-decoration: none;
}
.contact__icons {
  display: flex;
  gap: 30px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
.contact__icons a {
  text-decoration: none;
}
.contact__icons a img {
  display: block;
}
@media (max-width: 1023px) {
  .contact__icons a img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1023px) {
  .contact .contact__info {
    display: none;
  }
}

.reg-form {
  contain: paint;
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .reg-form {
    margin-top: 0;
  }
}
@media (max-width: 1023px) {
  .reg-form {
    padding-top: 80px;
  }
}
.reg-form .form {
  background-color: #FCFCFC;
  position: relative;
}
.reg-form .form.hidden {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
.reg-form .form__wrap {
  position: relative;
}
.reg-form .form__title {
  background-color: #E825CE;
  color: #080808;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  padding: 15px 0;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .reg-form .form__title {
    font-size: 26px;
  }
}
.reg-form .form .wpcf7,
.reg-form .form .frm_forms {
  max-width: 800px !important;
  margin: 0 auto;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
}
.reg-form .message {
  background: #E825CE;
  text-align: center;
  padding: 40px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: 0.6s ease;
}
.reg-form .message.active {
  visibility: visible;
  opacity: 1;
  position: relative;
}
.reg-form .message__title {
  font-size: 34px;
  font-weight: 700;
  color: #080808;
  margin-top: 0;
  margin-bottom: 50px;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .reg-form .message__title {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
}
.reg-form .message__text {
  font-size: 20px;
  line-height: 1.2;
  color: #080808;
}
@media (max-width: 1023px) {
  .reg-form .message__text {
    font-size: 18px;
  }
}
.reg-form .message__text h2,
.reg-form .message__text h3,
.reg-form .message__text h4,
.reg-form .message__text h5,
.reg-form .message__text h6 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #080808;
  font-size: 34px;
  font-weight: 500;
}
.reg-form .message__text a {
  color: #080808;
  font-weight: 500;
  word-wrap: break-word;
}
.reg-form .thankyou {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E825CE;
  min-height: 500px;
  visibility: hidden;
  opacity: 0;
  transition: 0.6s ease;
  position: absolute;
}
@media (max-width: 1023px) {
  .reg-form .thankyou {
    min-height: 400px;
  }
}
.reg-form .thankyou.active {
  visibility: visible;
  opacity: 1;
  position: relative;
}
.reg-form .thankyou__title {
  font-size: 78px;
  font-weight: 700;
  color: #080808;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  line-height: 1;
}
@media (max-width: 1023px) {
  .reg-form .thankyou__title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .hidden-mobile {
    display: none;
  }
}

.performers__info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .performers__info {
    padding-top: 30px;
    margin-bottom: 30px;
  }
}
.performers__info .info {
  padding-left: 35px;
  font-size: 20px;
  color: #080808;
}
@media (max-width: 767px) {
  .performers__info .info {
    font-size: 18px;
    padding-left: 20px;
  }
}
.performers__title {
  font-size: 58px;
  color: #E825CE;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0px;
  padding-right: 35px;
}
@media (max-width: 1023px) {
  .performers__title {
    font-size: 36px;
  }
}
.performers__inner {
  display: flex;
}
@media (max-width: 991px) {
  .performers__inner {
    flex-direction: column;
  }
}
.performers__inner .speakers {
  width: 50%;
  max-width: 50%;
  flex: 0 50%;
}
@media (max-width: 991px) {
  .performers__inner .speakers {
    width: 100%;
    max-width: 100%;
    flex: 0 100%;
  }
}
.performers__inner .speaker {
  margin-bottom: 40px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .performers__inner .speaker {
    background-color: #080808;
    padding: 20px 15px;
  }
}
.performers__inner .speaker__subtitle {
  font-size: 20px;
  color: #FCFCFC;
  line-height: 1.25;
  font-weight: bold;
}
@media (max-width: 767px) {
  .performers__inner .speaker__subtitle {
    font-size: 16px;
  }
}
.performers__inner .speaker__short-info {
  font-size: 20px;
  color: #FCFCFC;
  line-height: 1.25;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .performers__inner .speaker__short-info {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .performers__inner .speaker__short-info br {
    display: none;
  }
}
.performers__inner .speaker__name {
  font-size: 32px;
  font-weight: 700;
  color: #E825CE;
  text-decoration: underline;
  text-underline-offset: 5px;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .performers__inner .speaker__name {
    font-size: 24px;
  }
}
.performers__inner .speaker__position {
  font-size: 20px;
  font-weight: 500;
  color: #FCFCFC;
}
@media (max-width: 767px) {
  .performers__inner .speaker__position {
    font-size: 16px;
  }
}
.performers__inner .speaker__country {
  font-size: 20px;
  font-weight: 700;
  color: #FCFCFC;
}
@media (max-width: 767px) {
  .performers__inner .speaker__country {
    font-size: 18px;
  }
}
.performers__inner .speaker .image {
  position: absolute;
  left: 100%;
  width: 440px;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease;
  max-height: 440px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .performers__inner .speaker .image {
    width: 100%;
    position: relative;
    top: 0;
    transform: none;
    visibility: visible;
    opacity: 1;
    left: 0;
  }
}
.performers__inner .speaker:hover .image {
  visibility: visible;
  opacity: 1;
}
.performers__inner .infos {
  width: 50%;
  max-width: 50%;
  flex: 0 50%;
}
.performers__inner .infos .item__image {
  width: 440px;
  max-width: 100%;
}
.performers__inner .infos .item__image img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.performers__inner .infos .item__text {
  font-size: 20px;
  color: #080808;
  line-height: 24px;
  padding-left: 40px;
  padding-top: 40px;
}
.performers__inner .infos .item__text strong {
  font-weight: 700;
}
.performers .speakers-notice {
  font-size: 24px;
  font-weight: 600;
  color: #FCFCFC;
  line-height: 1.25;
  margin-bottom: 50px;
  max-width: 50%;
}
@media (max-width: 767px) {
  .performers .speakers-notice {
    max-width: 100%;
    font-size: 20px;
    background-color: #080808;
    padding: 20px 10px;
  }
  .performers .speakers-notice br {
    display: none;
  }
}

.page-content {
  background-color: #FCFCFC;
  position: relative;
  padding: 50px;
  font-size: 18px;
  padding-top: 70px;
}
.page-content .wp-video {
  margin: 0 auto;
  margin-top: 30px;
}
@media (max-width: 1023px) {
  .page-content {
    padding: 30px 15px;
    padding-top: 50px;
  }
}
.page-content ul {
  padding-left: 20px;
  margin-left: 10px;
}
.page-content a {
  word-wrap: break-word;
}

.program-info__title {
  font-size: 58px;
  margin-bottom: 40px;
  color: #FFF24F;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .program-info__title {
    font-size: 36px;
    margin-bottom: 30px;
    margin-top: 0;
  }
}
.program-info .program-inner {
  background-color: #E825CE;
}
.program-info .program-inner .ui-tabs {
  background-color: transparent;
  border: 0;
  padding: 0;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .program-info .program-inner .ui-tabs {
    text-align: center;
  }
}
.program-info .program-inner .ui-tabs li {
  margin: 0;
}
.program-info .program-inner .ui-tabs .ui-tabs-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #080808;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  margin-left: 270px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .program-info .program-inner .ui-tabs .ui-tabs-nav {
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .program-info .program-inner .ui-tabs .ui-tabs-nav {
    margin-left: auto;
    transform: translateX(0);
  }
}
.program-info .program-inner .ui-tabs .ui-tabs-nav * {
  outline: none;
}
.program-info .program-inner .ui-tabs .ui-tabs-nav li {
  border: 0;
  background: transparent;
}
@media (min-width: 767px) {
  .program-info .program-inner .ui-tabs .ui-tabs-nav li {
    height: 66px;
  }
}
@media (max-width: 766px) {
  .program-info .program-inner .ui-tabs .ui-tabs-nav li {
    height: 50px;
  }
}
.program-info .program-inner .ui-tabs .ui-tabs-nav a {
  color: #080808;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  border: 0;
  border-radius: 0;
}
@media (max-width: 767px) {
  .program-info .program-inner .ui-tabs .ui-tabs-nav a {
    font-size: 20px;
    line-height: 30px;
  }
}
.program-info .program-inner .ui-tabs .ui-tabs-nav .ui-tabs-active a {
  color: #E825CE;
  background-color: #080808;
}
.program-info .program-inner .ui-tabs .tab-item {
  padding: 0;
  padding-bottom: 50px;
}
.program-info .program-table {
  text-align: left;
}
.program-info .program-table .item {
  display: flex;
  gap: 60px;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .program-info .program-table .item {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .program-info .program-table .item {
    margin-bottom: 30px;
  }
}
.program-info .program-table .item__date {
  max-width: 300px;
  width: 300px;
  min-width: 300px;
}
@media (max-width: 767px) {
  .program-info .program-table .item__date {
    width: 100%;
    max-width: 100%;
  }
}
.program-info .program-table .item__date .date {
  font-size: 30px;
  font-weight: 500;
  color: #FCFCFC;
  text-align: right;
}
@media (max-width: 767px) {
  .program-info .program-table .item__date .date {
    text-align: center;
    font-size: 20px;
  }
}
.program-info .program-table .item__date .image img {
  display: block;
  width: 100%;
}
.program-info .program-table .item .item__date.with-image {
  position: relative;
  min-height: 0px;
  transition: 0.5s ease;
}
.program-info .program-table .item .item__date.with-image .image {
  position: absolute;
}
@media (max-width: 767px) {
  .program-info .program-table .item__title {
    text-align: center;
    width: 100%;
  }
}
.program-info .program-table .item__title .title {
  font-size: 29px;
  line-height: 34px;
  font-weight: 600;
  color: #080808;
  text-decoration: underline;
  text-underline-offset: 5px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .program-info .program-table .item__title .title {
    font-size: 22px;
  }
}
.program-info .program-table .item__title .info__small {
  font-size: 20px;
  line-height: 24px;
  color: #080808;
  margin-bottom: 20px;
}
.program-info .program-table .item__title .info__large {
  font-size: 24px;
  font-weight: 600;
  color: #080808;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .program-info .program-table .item__title .info__large {
    font-size: 20px;
  }
}
.program-info .program-table .item__title .info__speakers {
  font-size: 20px;
  line-height: 24px;
  color: #080808;
}
@media (max-width: 767px) {
  .program-info .program-table .item__title .info__speakers {
    font-size: 18px;
  }
}
.program-info .program-table .item__title .info__speakers strong {
  font-weight: 600;
}
.program-info .program-table .item .item__title.with-image .speaker {
  cursor: pointer;
}

.program-info.new .program-inner {
  background-color: transparent !important;
}
.program-info.new .day {
  margin-bottom: 40px;
}
.program-info.new .day .day-name {
  font-size: 50px;
  font-weight: 500;
  background-color: #FFF24F;
  display: flex;
  align-items: center;
  gap: 60px;
  color: #080808;
}
@media (max-width: 767px) {
  .program-info.new .day .day-name {
    font-size: 30px;
    text-align: center;
    width: 100%;
    gap: 0;
    justify-content: center;
  }
}
.program-info.new .day .day-name div {
  width: 250px;
  background-color: #FCFCFC;
  height: 100px;
}
@media (max-width: 767px) {
  .program-info.new .day .day-name div {
    width: 0px;
  }
}
.program-info.new .day .program-table {
  background-color: #fff24f;
}
.program-info.new .day .program-table .item {
  box-shadow: 0px -10px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
}
.program-info.new .day .program-table .item__date {
  max-width: 250px;
  width: 250px;
  min-width: 250px;
  background: #FCFCFC;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .program-info.new .day .program-table .item__date {
    width: 100%;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.program-info.new .day .program-table .item__date .date {
  font-size: 30px;
  font-weight: 700;
  color: #080808;
  text-align: center;
}
@media (max-width: 767px) {
  .program-info.new .day .program-table .item__date .date {
    font-size: 20px;
  }
}
.program-info.new .day .program-table .item__title {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .program-info.new .day .program-table .item__title {
    padding-top: 20px;
  }
}
.program-info.new .day .program-table .item__title .title {
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 30px;
}
@media (max-width: 767px) {
  .program-info.new .day .program-table .item__title .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.program-info.new .day .program-table .item__title .title span {
  font-size: 20px;
}
@media (max-width: 767px) {
  .program-info.new .day .program-table .item__title .title span {
    font-size: 16px;
  }
}
.program-info.new .day .program-table .item__title .info__small {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .program-info.new .day .program-table .item__title .info__small {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.program-info.new .day .program-table .speaker {
  font-weight: 500;
}
.program-info.new .day .program-table .speaker + .speaker {
  margin-top: 5px;
}
.program-info.new .day + .day .day-name {
  background-color: #E825CE;
}
.program-info.new .day + .day .program-table {
  background-color: #E825CE;
}

.speaker-popup {
  position: fixed;
  top: 0;
  z-index: 9;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  padding-top: 40px;
  padding-bottom: 40px;
}
.speaker-popup__inner {
  width: 950px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #FCFCFC;
  padding-bottom: 60px;
  position: relative;
  max-height: calc(100vh - 80px);
  overflow: auto;
}
@media (max-width: 767px) {
  .speaker-popup__inner {
    padding-bottom: 80px;
  }
}
.speaker-popup__top {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 767px) {
  .speaker-popup__top {
    flex-direction: column;
    padding: 15px;
    gap: 20px;
  }
}
.speaker-popup__image {
  width: 370px;
  height: 370px;
}
@media (max-width: 767px) {
  .speaker-popup__image {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .speaker-popup__image {
    min-width: 370px;
  }
}
.speaker-popup__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 767px) {
  .speaker-popup__info {
    width: 100%;
  }
}
.speaker-popup__center {
  padding-left: 130px;
  padding-right: 130px;
  font-size: 20px;
  line-height: 24px;
  color: #080808;
  padding-top: 60px;
  min-height: 220px;
}
@media (max-width: 767px) {
  .speaker-popup__center {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    font-size: 18px;
    line-height: 1.5;
  }
}
.speaker-popup__center p:first-child {
  margin-top: 0;
}
.speaker-popup__center p:last-child {
  margin-bottom: 0;
}
.speaker-popup .info-name {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.speaker-popup .info-position {
  font-size: 20px;
}
.speaker-popup .info-country {
  font-size: 20px;
}
.speaker-popup .close-popup {
  cursor: pointer;
  position: absolute;
  right: 40px;
  top: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg id='_Шар_2' data-name='Шар 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42 42'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23000; stroke-miterlimit: 10; stroke-width: 2px; %7D %3C/style%3E%3C/defs%3E%3Cg id='kujundused'%3E%3Cg%3E%3Crect class='cls-1' x='1' y='1' width='40' height='40'/%3E%3Cline class='cls-1' x1='7.1' y1='7.1' x2='34.9' y2='34.9'/%3E%3Cline class='cls-1' x1='34.9' y1='7.1' x2='7.1' y2='34.9'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
@media (max-width: 767px) {
  .speaker-popup .close-popup {
    background-color: #E825CE;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='_Шар_2' data-name='Шар 2' viewBox='0 0 42 42'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23000; stroke-miterlimit: 10; stroke-width: 2px; %7D%0A.cls-2 %7B%0Afill: transparent;%0Astroke: transparent;%0A%7D %3C/style%3E%3C/defs%3E%3Cg id='kujundused'%3E%3Cg%3E%3Crect class='cls-1 cls-2' x='1' y='1' width='40' height='40' style='&%2310;'/%3E%3Cline class='cls-1' x1='7.1' y1='7.1' x2='34.9' y2='34.9'/%3E%3Cline class='cls-1' x1='34.9' y1='7.1' x2='7.1' y2='34.9'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}
.speaker-popup__nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .speaker-popup__nav {
    top: auto;
    bottom: 0;
    transform: none;
    height: 60px;
    margin-top: auto;
    margin-bottom: 0;
    position: relative;
  }
}
.speaker-popup__nav .prev,
.speaker-popup__nav .next {
  cursor: pointer;
  width: 60px;
  height: 60px;
  border: 0;
  border-radius: 0;
  background-color: #E825CE;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 100px;
  background-size: 20px;
  background-image: url("data:image/svg+xml,%3Csvg id='_Шар_2' data-name='Шар 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.86 42.74'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23000; stroke-miterlimit: 10; stroke-width: 2px; %7D %3C/style%3E%3C/defs%3E%3Cg id='kujundused'%3E%3Cpolyline class='cls-1' points='1.06 .7 21.45 21.44 .7 42.03'/%3E%3C/g%3E%3C/svg%3E");
}
@media (max-width: 767px) {
  .speaker-popup__nav .prev,
  .speaker-popup__nav .next {
    top: 30px;
  }
}
.speaker-popup__nav .prev {
  left: 38px;
  transform: rotate(180deg);
}
.speaker-popup__nav .next {
  right: 38px;
}

.open-popup {
  cursor: pointer;
}

.back-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  position: absolute;
  right: 40px;
  top: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  background-color: #E825CE;
  border-radius: 0;
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg id='_Шар_2' data-name='Шар 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42 42'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23000; stroke-miterlimit: 10; stroke-width: 2px; %7D %3C/style%3E%3C/defs%3E%3Cg id='kujundused'%3E%3Cg%3E%3Crect class='cls-1' x='1' y='1' width='40' height='40'/%3E%3Cline class='cls-1' x1='7.1' y1='7.1' x2='34.9' y2='34.9'/%3E%3Cline class='cls-1' x1='34.9' y1='7.1' x2='7.1' y2='34.9'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
@media (max-width: 1023px) {
  .back-btn {
    top: 20px;
    right: 20px;
  }
}

.back-wrap {
  text-align: center;
}
.back-wrap a {
  margin-left: auto;
  font-size: 20px;
  border: 2px solid #E825CE;
  background-color: #E825CE;
  color: #080808 !important;
  padding: 12px 10px;
  text-decoration: none;
  min-width: 160px;
  text-align: center;
}

.thanks {
  padding-bottom: 50px;
}
.thanks__title {
  font-size: 58px;
  margin-bottom: 40px;
  margin-top: 0;
  color: #E825CE;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .thanks__title {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
.thanks .logos {
  background: #0070D8;
  background: linear-gradient(90deg, rgb(0, 112, 216) 0%, rgb(232, 37, 206) 100%);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px 70px;
  padding: 30px 20px;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .thanks .logos {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .thanks .logos {
    padding-left: 60px;
    padding-right: 60px;
    justify-content: center;
  }
}
.thanks .logos__item {
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -o-object-fit: contain;
     object-fit: contain;
}

.fairytale-content {
  position: relative;
}
.fairytale-content .content-wrap {
  background-color: #FCFCFC;
  position: relative;
  padding: 100px 50px 50px 50px;
}
@media (max-width: 767px) {
  .fairytale-content .content-wrap {
    padding: 80px 30px 50px 30px;
  }
}
.fairytale-content .content-wrap .back-btn {
  position: absolute;
  right: 50px;
  top: 40px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .fairytale-content .content-wrap .back-btn {
    right: 30px;
    top: 30px;
  }
}
.fairytale-content .fairytale__video {
  position: relative;
}
.fairytale-content .fairytale__video .wp-video,
.fairytale-content .fairytale__video .mejs-container {
  width: 100% !important;
}
.fairytale-content .fairytale__video video {
  width: 100%;
  display: block;
  height: 615px;
}
@media (max-width: 767px) {
  .fairytale-content .fairytale__video video {
    height: auto;
    min-height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fairytale-content .fairytale__video video {
    height: auto;
  }
}
.fairytale-content .fairytale__video iframe {
  width: 100%;
  display: block;
  height: 615px;
}
@media (max-width: 767px) {
  .fairytale-content .fairytale__video iframe {
    height: auto;
    min-height: 200px;
  }
}
.fairytale-content .fairytale__video .video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media (max-width: 767px) {
  .fairytale-content .fairytale__video .video-play {
    width: 50px;
  }
}
.fairytale-content .content-text {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #080808;
}
.fairytale-content .content-text h1,
.fairytale-content .content-text h2,
.fairytale-content .content-text h3,
.fairytale-content .content-text h4,
.fairytale-content .content-text h5,
.fairytale-content .content-text h6 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #080808;
  line-height: 27px;
}
.fairytale-content .content-text p:first-child {
  margin-top: 0;
}
.fairytale-content .content-text p:last-child {
  margin-bottom: 0;
}
.fairytale-content .back-wrap {
  margin-top: 50px;
}
.fairytale-content .back-wrap a {
  font-size: 18px;
}

body.ENG a.logos__item:nth-child(1) {
  width: 300px;
  height: 95px;
  max-width: 220px;
}
@media (min-width: 768px) {
  body.ENG a.logos__item:nth-child(1) {
    width: 320px;
    height: 80px;
    max-width: 220px;
  }
}
body.ENG a.logos__item:nth-child(2) {
  width: 280px;
  height: 80px;
  max-width: 280px;
}
@media (max-width: 767.98px) {
  body.ENG a.logos__item:nth-child(2) {
    max-width: 250px;
  }
}
body.ENG a.logos__item:nth-child(3) {
  height: 60px;
  width: 220px;
  max-width: 220px;
}
body.ENG a.logos__item:nth-child(4) {
  width: 210px;
  max-width: 210px;
  height: 90px;
}
body.ENG a.logos__item:nth-child(5) {
  width: 250px;
  max-width: 250px;
}
body.ENG a.logos__item:nth-child(5) img {
  max-width: 120px;
}
body.ENG a.logos__item:nth-child(6) {
  width: 160px;
  max-width: 160px;
}

@media (max-width: 1023px) {
  body.EST .thanks .logos {
    gap: 20px;
    justify-content: center;
  }
}
body.EST a.logos__item:nth-child(1) {
  width: 320px;
  height: 80px;
  max-width: 200px;
}
body.EST a.logos__item:nth-child(2) {
  width: 260px;
  height: 70px;
  max-width: 260px;
}
@media (max-width: 1023px) {
  body.EST a.logos__item:nth-child(2) {
    width: 220px;
    height: auto;
  }
}
body.EST a.logos__item:nth-child(2) img {
  height: 100%;
}
body.EST a.logos__item:nth-child(3) {
  height: 60px;
  width: 220px;
  max-width: 220px;
}
body.EST a.logos__item:nth-child(4) {
  width: 190px;
  max-width: 190px;
  height: 90px;
}
body.EST a.logos__item:nth-child(5) {
  width: 250px;
  max-width: 250px;
}
body.EST a.logos__item:nth-child(5) img {
  max-width: 120px;
}
body.EST a.logos__item:nth-child(6) {
  width: 160px;
  max-width: 160px;
}

.footer-text {
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .footer-text {
    padding-bottom: 100px;
  }
}
.footer-text .text {
  color: #E825CE;
  font-size: 20px;
  font-weight: 700;
  max-width: 50%;
  text-align: right;
  padding-right: 35px;
}
@media (max-width: 767px) {
  .footer-text .text {
    font-size: 16px;
    background: #080808;
    padding: 10px 0;
    max-width: 100%;
    text-align: center;
    padding-right: 0;
  }
}

/* FORMS */
.frm_forms #frm_field_6_container {
  text-align: center;
}
.frm_forms #frm_field_7_container .frm_opt_container {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 10px;
}
.frm_forms #frm_field_7_container .frm_opt_container label {
  font-size: 18px;
  font-weight: 500;
  color: #080808;
}
.frm_forms #frm_field_7_container #field_vekta_label {
  font-weight: 600;
  color: #080808;
  text-align: center;
  font-size: 24px;
}
@media (max-width: 1023px) {
  .frm_forms #frm_field_7_container #field_vekta_label {
    font-size: 20px;
  }
}
.frm_forms .frm_submit {
  text-align: center;
  justify-content: center;
}

body .frm_style_formidable-style.with_frm_style .frm_submit button {
  color: #080808 !important;
  font-weight: 500;
  background: #E825CE !important;
  border-radius: 0;
  border: 0;
  padding: 15px 25px;
  font-size: 20px;
  transition: 0.3s ease;
}
body .frm_style_formidable-style.with_frm_style .frm_submit button:hover {
  opacity: 0.9;
}

.main-form {
  visibility: hidden;
  opacity: 0;
  transition: 0.6s ease;
  position: absolute;
}
@media (max-width: 1023px) {
  .main-form {
    padding: 15px;
  }
}
.main-form.active {
  visibility: visible;
  opacity: 1;
  position: relative;
}
.main-form .frm_opt_container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.main-form label,
.main-form .frm_primary_label {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #080808 !important;
}

.with_frm_style .frm_primary_label {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #080808 !important;
}

#frm_form_2_container .frm_message {
  display: none !important;
}

.frm_forms.frm_style_formidable-style.with_frm_style.hidden {
  padding: 0 !important;
}

body .frm_style_formidable-style.with_frm_style .frm_submit button {
  color: #080808 !important;
  font-weight: 500;
  background: #E825CE !important;
  border-radius: 0;
  border: 0;
  padding: 15px 25px;
  font-size: 20px;
  transition: 0.3s ease;
}
body .frm_style_formidable-style.with_frm_style .frm_submit button:hover {
  opacity: 0.9;
}

.frm_style_formidable-style.with_frm_style div.frm_description {
  font-size: 14px !important;
}
.frm_style_formidable-style.with_frm_style div.frm_description a {
  color: #080808;
}

.invite-form {
  display: none !important;
}
.invite-form.active {
  display: block !important;
}

.cky-btn-accept {
  background-color: transparent !important;
}

.cky-consent-container .cky-consent-bar {
  border: 0 !important;
  border-radius: 0 !important;
}
.cky-consent-container .cky-consent-bar .cky-btn {
  font-size: 18px;
  font-weight: 500;
  margin: 0 20px 0 0;
}
.cky-consent-container .cky-consent-bar .cky-notice .cky-title {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 12px 10px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: #E825CE;
  position: absolute;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
@media (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #080808;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 35px;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 5px;
  background-color: #080808;
}

.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner:before {
  top: -10px;
}

.hamburger-inner:after {
  bottom: -10px;
}

.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}

.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

@media (max-width: 767px) {
  .cky-notice-btn-wrapper .cky-btn-reject {
    margin-top: 15px !important;
  }
}
/***************************************************
 * Generated by SVG Artista on 1/11/2024, 2:40:58 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 1374.8759896187px;
    stroke-dasharray: 1374.8759896187px;
  }
  100% {
    stroke-dashoffset: 2749.7519792375px;
    stroke-dasharray: 1374.8759896187px;
  }
}
.mejs-container {
  max-height: 320px;
}
.mejs-container video,
.mejs-container video.wp-video-shortcode {
  max-height: 320px;
}
.mejs-container.mejs-container-fullscreen {
  max-height: none;
}
.mejs-container.mejs-container-fullscreen video,
.mejs-container.mejs-container-fullscreen video.wp-video-shortcode {
  max-height: none;
}

.color-violet {
  color: #E825CE !important;
}

.footer-info__inner .info-block a {
  text-decoration: none;
}

.footer-info__inner .eyes-block img {
  transition: 4s ease-in 1s;
  transform: rotate(0deg);
}

@media (max-width: 1023px) {
  .footer-info .eyes-block {
    padding-left: 40px !important;
  }
}
.footer-info__inner .eyes-block.aos-animate img {
  transform: rotate(180deg);
}

.right-text .right-art {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767.98px) {
  .right-text .right-art {
    gap: 0;
    margin-top: 30px;
  }
}
.right-text .right-art img {
  max-width: 65px;
  transform: rotate(-90deg) scale(0.4);
}
@media (max-width: 767.98px) {
  .right-text .right-art img {
    max-width: 28px;
  }
}
.right-text .right-art-title {
  font-weight: 700;
  font-size: 38px;
  color: #1E319B;
  margin-left: 10px;
}
@media (max-width: 767.98px) {
  .right-text .right-art-title {
    font-size: 18px;
    margin-left: 3px;
  }
}
.right-text.aos-animate img {
  transform: rotate(360deg) scale(1);
  transition: 1.5s ease-in 0s;
}

.frm_forms.hidden {
  display: none !important;
}

.stand-with-ukraine {
  width: 260px;
  position: relative;
}
@media (max-width: 1023px) {
  .stand-with-ukraine {
    max-width: 200px;
    margin-bottom: 20px;
    max-width: calc(100% - 10px);
  }
}
.stand-with-ukraine .ukraine-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 50%;
}
.stand-with-ukraine .belarus-link {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  bottom: 0;
}
.stand-with-ukraine img {
  width: 100%;
}

.hero__wrap.mobile .right-art {
  display: none;
}
@media (max-width: 1023px) {
  .hero__wrap.desktop .hide-mobile {
    display: none;
  }
}

/* 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;
}/*# sourceMappingURL=style.css.map */