/*!
Theme Name: ekonomika
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: ekonomika
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.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

.panel-grid {
    margin-bottom: 0 !important;
}

/* 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: 'IBM Plex Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

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

.widget-title {
    font-size: 40px;
    text-transform: uppercase;
    color: #000000;
    position: relative;
    z-index: 4;
    font-weight: 900;
    margin-bottom: 15px;
}
.subtitle {
    font-size: 20px;
    color: #8F00FF;
    font-weight: 300;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 15px;
}
@media (max-width: 600px) {
    .widget-title {
        font-size: 30px;
    }
}
p {
    margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
/* Elements
--------------------------------------------- */
body {
    background: #fff;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul,
ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: 700;
}
dd {
    margin: 0 1.5em 1.5em;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}
img {
    height: auto;
    max-width: 100%;
}
figure {
    margin: 1em 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}

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

a:focus {
    outline: none !important;
    box-shadow: none !important;
}
a:hover,
a:active {
    outline: none !important;
    box-shadow: none !important;
}
a {
    outline: none !important;
    box-shadow: none !important;
}
button:hover,button:active,button:focus {
    outline: none !important;
    box-shadow: none !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-section {
    position: relative;
    padding-top: 0;
    padding-bottom: 60px;
    overflow: hidden;
}
.header-section-fon {
    background: url("/wp-content/uploads/2021/04/fon_top.jpg");
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    height: calc(100% + 150px);
    z-index: -2;
}
.header-section-fon-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .8;
    background: #000000;
}
.header-section-fon-top svg {
    height: 100%;
}
.header-phone img {
    width: 30px;
}
.header-phone {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}
.header-phone span {
    color: #8f00ff;
    font-weight: bold;
}
.header-phone:hover {
    color: #fff;
}
@media (min-width: 992px) {
    .header-section {
        padding-bottom: 120px;
    }
}

/* Navigation
--------------------------------------------- */
.fixed-header {
    position: fixed;
    top: -90px;
    background: #000000;
    -webkit-box-shadow: 0px 0 10px 0px #000000;
    box-shadow: 0px 0 10px 0px #000000;
    width: 100%;
    z-index: 50;
    transition: .5s;
}
.fixed-header-action {
    top: 0 !important;
}
.fixed-header-fixed {
    top: 0;
}
.navbar-brand img {
    width: 100px;
}
.main-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
}
.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 div a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
}

@media (min-width: 1200px) {
    .lang-item a {
        background: #edb4c0;
        color: #fff !important;
        width: 40px;
        height: 40px;
        padding: 0;
        position: absolute;
        top: -10px;
        right: -50px;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        font-weight: bold;
    }
}

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

.menu-mobile-button {
    display: block;
    width: 30px;
}

.fixed-header .navbar-brand img {

}

.mobile-menu-popup {
    position: fixed;
    height: 100%;
    bottom: 0;
    left: -280px;
    z-index: 99;
    background: #f9f9f9f0;
    -webkit-box-shadow: 0px 0 10px 0px #959595;
    box-shadow: 0px 0 10px 0px #959595;
    width: 270px;
    display: none;
    overflow: auto;
}

.close-menu-popup {
    width: 30px;
    height: 30px;
    background: #fff;
    padding: 7px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-menu-close {
    position: relative;
    padding: 30px 15px 15px 15px;
    background: #a9a9a9;
}

.popup-content-menu {
    height: 100%;
}

.popup-content-menu > div {

}

.popup-content-menu ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    max-width: 190px;
    float: right;
}

.popup-content-menu ul li {

}

.popup-content-menu ul li a {
    color: #000;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    text-decoration: none;
}

@media (min-width: 1200px) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: flex;
    }
    .menu-mobile-button {
        display: none;
    }
}

@media (max-width: 1200px) {
    .menu-mainua-container, .menu-mainru-container {
        padding: 15px 15px 15px 30px;
    }
    .popup-content-menu ul li {
        margin-top: 8px;
    }
}
.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%;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#FFF; /* change if the mask should have another color then white */
    z-index:99999; /* makes sure it stays on top */
}
#status {
    width:100px;
    height:100px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url("images/preloader-icon.svg");
    z-index:9999; /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    background-size: cover;
    margin:-50px 0 0 -50px; /* is width and height divided by two */
}

/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
.btn span {
    z-index: 2;
    position: relative;
}
.btn:hover .button-animation {
    width: 100%;
}
.btn:hover,.btn:focus,.btn:active  {
    background: #8F00FF !important;
}
.btn:hover {
    color: #fff !important;
}
.button-animation {
    position: absolute !important;
    display: block;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: 0 !important;
    background: #00B7FF;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/*--------------------------------------------------------------
# First Screen
--------------------------------------------------------------*/
.firs-screen {
    margin-top: 60px;
    margin-bottom: 60px;
}
.speacers-slider-element {
    position: absolute;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
}
.first-screen-speacers-logo {
    text-align: center;
    height: 60px;
}
.first-screen-speacers-logo img {
    width: auto;
    height: 60px;
}
.first-screen-speacers-image {
    width: auto;
    height: 490px;
}
.first-screen-title, .first-screen-slogan, .first-screen-date, .first-screen-place, .first-screen-text {
    text-align: right;
    color: #fff;
}
.first-screen-title {
    font-size: 56px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px !important;
}
.first-screen-date img {
    margin-right: 15px;
    margin-top: -5px;
}
.first-screen-date span {
    font-size: 18px;
}
.first-screen-description_colum .tminus_countdown {
    margin-bottom: 15px;
}
@media (max-width: 992px) {
    .first-screen-date {
        text-align: center;
        margin-bottom: 5px;
    }
    .first-screen-place {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .first-screen-title {
        font-size: 60px;
    }
    .first-screen-speacers-image {
        width: 100%;
        height: auto;
    }
    .first-screen-speacers-title {
        position: absolute;
        bottom: -1px;
        z-index: 2;
    }
}
.first-screen-slogan {
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.first-screen-place {
    margin-bottom: 30px;
}
.first-screen-text {
    width: 100%;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
    overflow: hidden;
}
.first-screen-text p {
    margin-bottom: 0 !important;
    width: 100%;
    max-width: 730px;
    float: right;
}
.first-screen-speacers-slider {
    width: 400px;
    margin-right: 30px;
}
.first-screen-description {
    width: calc(100% - 430px);
}
.first-screen-speacers-title {
    background: #212121;
    color: #fff;
    font-weight: 700;
    text-align: center;
    width: 100%;
    padding: 8px 15px;
    margin: 0 auto;
}
.first-screen-button-box a:first-child {
    margin-right: 15px;
}
.first-screen-slider-box {
    position: relative;
    width: 100%;
    height: 595px;
    overflow: hidden;
}
@media (max-width: 992px) {
    .first-screen-speacers-slider {
        width: 100%;
        margin-right: 0;
    }
    .first-screen-description {
        width: 100%;
        margin-top: 15px;
    }
}

/* Leading
--------------------------------------------- */
.leading-images {
    width: 180px;
    margin-right: 15px;
}
.leading-images img {
    border-radius: 50%;
}
.leading-text {
    width: calc(100% - 195px);
}
.leading-text h4 {
    font-size: 20px;
    font-weight: bold;
}
.leading-text ul {
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 15px;
}
.leading-text ul li {
    font-size: 0.8em;
}
@media (max-width: 767px) {
    .leading-images {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .leading-text {
        width: 100%;
    }
}

/* Forms
--------------------------------------------- */
.promocode-button {
    margin-left: 15px;
}
.promocode-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #fff;
    z-index: 10;
}
.promocode-container-top {
    padding: 15px 30px;
    background: #efefef;
    border-top-left-radius: 0.35rem;
    border-top-right-radius: 0.35rem;
}
.promocode-container-top p:first-child {
    font-weight: bold;
    text-align: center;
}
.promocode-container-top p:last-child {
    text-align: center;
}
.promocode-container-bottom {
    padding: 15px 30px;
    border-top-left-radius: 0.35rem;
    border-top-right-radius: 0.35rem;
}
@media (max-width: 600px) {
    .promocode-button {
        display: block;
        width: max-content;
        margin-left: 0;
        margin-top: 15px;
    }
}

/* Statistic box
--------------------------------------------- */
.statistic-row {
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
    flex-direction: row !important;
}
.statistic-row .statistic-colum {
    padding: 20px 10px;
}
.statistic-row .widget-title {
    width: auto;
    font-size: 50px;
    margin-bottom: 0;
    margin-right: 15px;
    text-align: center;
}
.statistic-row .textwidget {
    line-height: 22px;
    text-align: center;
}
.statistic-colum {
    position: relative;
}
.statistic-colum-last {

}
@media (min-width: 992px) {
    .statistic-row {
        margin-top: -110px;
    }
    .statistic-row .widget-title {
        color: #fff;
    }
    .statistic-row .textwidget {
        text-align: left;
        color: #fff;
    }
}
@media (max-width: 780px) {
    .statistic-row {

    }
    .statistic-row .panel-grid-cell {

    }
    .statistic-row .panel-grid-cell:first-child {

    }
    .statistic-row .panel-grid-cell:last-child {

    }
}
@media (max-width: 576px) {
    .statistic-row .statistic-colum {
        padding: 10px 10px;
        width: 50%;
    }
    .statistic-colum-last {
        width: 100% !important;
    }
}

/*
Format Participation
--------------------------------------------------------------*/
.format-box {
    position: relative;
}
.widget_package-block {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}
.widget_package-block .widget-title {
    margin-bottom: 30px;
    text-align: center;
}
.package-row {
    width: 100%;
}
.package-colum-2 {
    background: #ffffff;
    width: calc(50% - 12px);
    max-width: 360px;
    margin-right: 15px;
    overflow: hidden;
}
.package-colum:last-child {
    margin-right: 0;
}
.package-colum h4 {
    padding: 15px;
    font-size: 1.2em;
    text-align: center;
    border-bottom: 1px solid #efefef;
    margin-bottom: 0;
}
.package-colum .btn {
    width: 100%;
}
.package-colum ul {
    margin: 0;
    padding: 0;
}
.package-colum ul li {
    padding: 10px 15px 10px 15px;
}
.package-colum ul li span {
    line-height: 1.2em;
    font-weight: 300;
    color: #000;
}
.package-colum ul li img {
    margin-top: 5px;
    margin-right: 10px;
}
.package-colum > div {
    border-top: 1px solid #efefef;
}
.active-item {
    background: #efefef;
}
.format-price-box {
    padding: 15px;
}
.package-fon-two {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d7fffa;
    z-index: -2;
}
.package-fon-kv {
    background: url('/wp-content/uploads/2021/04/element-line-green.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.2;
}
@media (max-width: 768px) {
    .package-colum-2,.package-colum-3 {
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
    }
    .package-colum:last-child {
        margin-right: auto;
    }
}

/* Free Format
--------------------------------------------- */
.free-format {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
}
.free-format .so-panel {
    margin-bottom: 0 !important;
}
.free-format .free-format-content {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    z-index: 3;
    width: 48%;
    margin-bottom: 0 !important;
}
.free-format-top {

}
.free-format-center {

}
.free-format-bottom {

}
.free-format-creative {
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    background: url("/wp-content/uploads/2021/04/slide_3.jpg");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    right: 0;
}
.free-format-gorisontal-line {
    width: 49%;
    height: 3px;
    background: #efefef;
    background: linear-gradient(to right, black, #efefef);
    position: absolute;
    left: 0;
    z-index: 1;
}
.free-format-vertical-line {
    position: absolute;
    background: #efefef;
    background: linear-gradient(to bottom, #efefef, #d7fffa);
    top: 0;
    width: 3px;
    height: 100%;
    right: 51%;
    z-index: 1;
}
@media (max-width: 992px) {
    .free-format {
        padding-top: 0;
    }
    .free-format .free-format-content {
        width: 100%;
        padding: 15px;
        background: none;
    }
    .free-format-creative {
        width: 100%;
    }
    .free-format-topfon {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: .8;
        z-index: 0;
    }
    .free-format-gorisontal-line {
        display: none;
    }
    .free-format-vertical-line {
        right: 30px;
    }
}

/* General Partners
--------------------------------------------- */
.general-partners .widget-title {
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    font-family: 'IBM Plex Sans', sans-serif;
    color: #404040;
}
.general-partners .textwidget {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.general-partners .custom-html-widget {
    margin-top: 30px;
}
.general-partner-title {
    font-weight: bold;
    margin-bottom: 15px !important;
    text-align: center;
}
.general-partners p {
    text-align: center;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 0;
    font-weight: bold;
    text-transform: uppercase;
}
.general-partner-colum {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.general-partner-colum-parent {
    margin: 10px 15px;
}

/* Whom Box
--------------------------------------------- */
.for-whom-box {
    position: relative;
}
.for-whom-box .widget-title {
    margin-bottom: 30px;
    text-align: center;
}
.for-whom-colum div {
    width: 70px;
    height: 70px;
    margin-right: 15px;
}
.for-whom-colum p {
    display: block;
    width: calc(100% - 85px);
}
.for-whom-colum {
    margin-bottom: 15px;
    margin-top: 15px;
}
.for-whom-colum img {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.for-whom-colum mark {
    background: #b1fff5;
}

/* Themes Box
--------------------------------------------- */
.themes-box {
    position: relative;
    overflow: hidden;
}
.themes-box-creative {
    background: url("/wp-content/uploads/2021/04/sslide_5.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.themes-box-fon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(to right, #000000eb 60%, #0000008c 40%);
}
.themes-colum {
    margin-bottom: 15px;
    margin-top: 15px;
}
.themes-kv {
    position: absolute;
    width: 70px;
    z-index: 1;
}
.themes-colum span {
    z-index: 2;
    position: relative;
    color: #fff;
    font-weight: 300;
    padding-left: 30px;
    padding-top: 30px;
    display: block;
    text-shadow: 1px 1px 0 #000000;
}
.kv-line{
    position: absolute;
    background: #04c2aa;
}
.kv-line-1 {
    left: 32px;
    top: 32px;
    width: 100%;
    height: 3px;
}
.kv-line-2 {
    top: 32px;
    left: 32px;
    width: 3px;
    height: 100%;
}
.kv-line-3 {
    top: 32px;
    left: 32px;
    width: 3px;
    height: 100%;
}
.kv-line-4 {
    top: 32px;
    left: -100%;
    width: 100%;
    height: 3px;

}
.kv-line-5 {
    top: 32px;
    left: 32px;
    width: 100%;
    height: 3px;
}
.kv-line-6 {
    top: 0;
    left: 32px;
    width: 3px;
    height: 180%;
    height: calc(100% + 75px);
}
.themes-box-text {
    width: 60%;
    padding-bottom: 60px;
    padding-top: 60px;
}
.subtitle-theme {

}
.themes-box-text .widget-title {
    color: #fff;
}
.themes-box-text .subtitle {

}
.themes-box-text .textwidget {

}
.themes-box .so-panel {
    margin-bottom: 0 !important;
}
@media (max-width: 992px) {
    .themes-box-text {
        width: 100%;
    }
    .themes-box-fon {
        background: #000000;
        opacity: 0.8;
    }
}
@media (max-width: 767px) {
    .themes-box-text {

    }
}

/* Speacers
--------------------------------------------- */
.widget_full_speacers .widget-title,.widget_full_speacers .subtitle {
    text-align: center;
}
#speacers {
    position: relative;
}
.speacers-fon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e3fefb;
    z-index: -1;
}
.speacers-aftertitle {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
}
.speacers-list-one img {
    background-image: url(/wp-content/uploads/2021/04/speacers-photo-phone.svg);
    background-color: #cdf1ff;
}
.speacers-list-two img {
    background-image: url("/wp-content/uploads/2021/04/speacers-photo-phone.svg");
    background-color: #cdf1ff;
}
.speacers-list-img img {
    display: block;
    width: 100%;
    max-width: 180px;
    border-radius: 50%;
    margin: 0 auto;
}
.speacers-list-description h4 {
    text-align: center;
}
.speacers-list-description span {
    display: block;
    text-align: center;
    margin-bottom: 15px;
}
.speacers-list-bottom {
    text-align: center;
}
.speacers-list-bottom img {
    display: block;
    width: auto;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.speacers-list-bottom .btn {
    display: block;
    width: max-content;
    margin: 0 auto;
}
.speacer-popup {
    position: fixed;
    height: 0;
    bottom: 0;
    z-index: 99;
    background: #fffffff5;
    width: 100%;
    display: none;
    overflow: auto;
}
.speacer-popup-content {
    height: 100%;
}
.speacer-popup-content p {
    text-align: center;
}
.speacer-popup-content > div {
    width: 100%;
    height: 100%;
    max-width: 500px;
    padding-left: 35px;
    padding-right: 20px;
    margin-top: 100px;
}
.close_popup-speacer {
    width: 30px;
    height: 30px;
    background: #fff;
    padding: 7px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.speacer-popup-image {
    text-align: center;
    margin-bottom: 15px;
}
.speacer-popup-image img {
    width: 168px;
    border-radius: 50%;
}
.speacer-popup-content h4 {
    text-align: center;
}
.speacer-popup-content span {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.speacer-popup-content ul {
    margin-left: 0;
    padding-left: 0;
}
.speacer-popup-content .logo-sp {
    display: block;
    width: 100%;
    max-width: 128px;
    margin: 0 auto;
}
.speacer-popup-content ul {
    margin-top: 15px;
}
@media (max-width: 600px) {
    .open-speacer-popup {
        font-size: 12px !important;
    }
    .speacers-list-description span {
        font-size: 0.8em;
    }
}

/* Forms
--------------------------------------------- */
.popup-forms {
    position: fixed;
    height: 0;
    bottom: 0;
    z-index: 99;
    background: #f9f9f9eb;
    width: 100%;
    display: none;
    overflow: auto;
}
.popup-forms-content {
    height: 100%;
}
.popup-forms-content > div {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 600px;
    padding-left: 20px;
    padding-right: 20px;
}
.close_popup {
    width: 30px;
    height: 30px;
    background: #fff;
    padding: 7px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Helpful Box
--------------------------------------------- */
.helpful-box {
    position: relative;
    align-items: center !important;
    padding-bottom: 60px;
}
.helpful-box ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}
.helpful-box ul li {
    margin-bottom: 20px;
}
.helpful-box ul li:last-child {
    margin-bottom: 0;
}
.helpful-box .panel-last-child {
    position: relative;
    z-index: 4;
}

/* Lead Form
--------------------------------------------- */
.lead-form-row {
    position: relative;
}
.lead-form {

}
.lead-form-text-top {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}
.lead-form-text-bottom {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
}

/* Testimonials
--------------------------------------------- */
.widget_testimonials_widget .widget-title {
    margin-bottom: 30px;
}
.owl-testimonials .item {
    overflow: hidden;
    height: 400px;
}

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

/*
# Translation Page
-------------------------------------------------------------- */
.page-template-translation h1 {
    font-size: 50px;
    text-align: center;
}
.page-template-translation .header-section-fon {
    display: none !important;
}
.page-template-translation .header-section {
    padding-bottom: 0;
}
.page-template-translation .right-colum .widget-title {
    font-size: 30px;
    margin-bottom: 15px;
}
.line_logo {
    position: relative;
    width: 100%;
    height: 80px;
    overflow: hidden;
    border: 2px solid #efefef;
}

.line_logo .line_boxes {
    position: relative;
    left: -210px;
    height: 80px;
}

.line_logo .line_box {
    position: absolute;
    width: 210px;
    height: 80px;
    color: black;
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.line_logo .line_box img {
    display: block;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.page-template-translation .translation-top-block {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.page-template-translation .translation-top-block p {
    font-weight: bold;
    text-align: center;
}
.page-template-translation .translation-top-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.page-template-translation .translation-top-block ul li {
    margin-top: 5px;
    margin-bottom: 5px;
}
.page-template-translation .btn-translation {
    display: block;
    width: 100%;
    max-width: max-content;
    margin: 0 auto;
}
.phone-info {
    text-align: center;
}
.page-template-translation .widget-title {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}
.active-punkt ul {
    margin-left: 15px;
    margin-bottom: 15px;
    padding: 0;
}
.active-punkt ul li {
}
.active-punkt .pr-theme p {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 18px;
}
.short-speacers-list p {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.short-speacers-list ul {
    margin-left: 20px;
    padding-left: 0;
    margin-bottom: 0;
}
.translation-lead .textwidget {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.translation-lead .translation-lead-top {
    text-align: center;
    font-weight: bold;
}
.translation-lead .translation-lead-bottom {
    text-align: center;
}
.tarnslation-login-form {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 60px;
}
.tranlation-password-text {
    text-align: center;
}
.page-template-translation .sp-im {
    border-radius: 50%;
    width: 100%;
    max-width: 120px;
}
.page-template-translation .popup-content-menu ul {
    padding-right: 15px;
}
.page-template-translation .circle-dash_title,.page-template-translation .circle-digit {
    color: #000000;
}
.page-template-translation .circle-dashboard {
    justify-content: center !important;
}
.social-b {
    border: 2px solid #3b5998;
    padding: 5px;
    line-height: 1em;
    text-decoration: none;
    font-weight: bold;
    color: #3b5998 !important;
    border-radius: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.social-b img {
    margin-right: 10px;
}
.social-b:hover {
    color: #ffffff !important;
    background: #3b5998 !important;
}

/* Galleries
--------------------------------------------- */
.gallery {
    position: relative;
}
.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;
}

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

/*--------------------------------------------------------------
# Reasons Block
-------------------------------------------------------------- */
.owl-video .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.owl-video .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    background: #c7d9db;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: 5px;
}
.owl-video .owl-dots .owl-dot.active {
    background: #ebc6ce;
}

/* Special Form
--------------------------------------------- */
.special-form-fon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(to left, #038070, #a0fff3);
    z-index: 2;
}
.special-form-parent {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-top: -100px;
    padding: 3px;
    overflow: hidden;
    border-radius: 0.25rem;
}
.special-form-box {
    position: relative;
    z-index: 3;
}
.special-form-colum-one {
    width: 100%;
    padding: 15px;
    background: #ffffff;
}
.special-form-colum-one:before {

}
.special-form-colum-one p:first-child {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
}
.special-form-colum-one p:last-child {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}
.special-form-colum-two {
    position: relative;
    width: 100%;
    padding: 15px;
    background: #ffffffd4;
}
.special-form-colum-two .form-control {
    background: #ffffff61;
}
.special-form-colum-two:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/wp-content/uploads/2021/04/sslide_4.jpg");
    background-size: cover;
    z-index: -1;
}

@media (min-width: 767px) {
    .special-form-colum-two {
        width: 50%;
    }
    .special-form-colum-one {
        width: 50%;
    }
}

/*--------------------------------------------------------------
# Reasons Block
-------------------------------------------------------------- */
.reason-block {
    position: relative;
    overflow: hidden;
}
.reason-block .widget-title, .reason-block  .subtitle {
    text-align: center;
}
.reasons-list {
    padding-left: 0;
    list-style: none;
    margin-left: 0;
}
.reasons-list-buttons {
    width: 100%;
    margin: 0 auto;
    border-radius: 0.25rem;
    background: #efefef;
    border: 1px solid #dadada;
    padding: 15px;
}
.reasons-list-buttons p {
    margin-bottom: 5px;
    text-align: center;
    line-height: 1em;
}
.reasons-list .open-popup-form {
    display: block;
    width: 100%;
    max-width: max-content;
    margin: 0 auto;
}
.reasons-list-text span {
    position: relative;
}
.reasons-list-text span:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 0;
    background: #f6e339;
}
.reasons-list .reasons-list-number {
    position: relative;
    width: 100%;
    font-size: 50px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
}
.reasons-list .reasons-list-text {
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
}
.reason-big-sircle {
    background: url('/wp-content/uploads/2021/04/graphick_reason.svg');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -250px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    opacity: 0.2;
}
.reason-bottom-fon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e3fefb;
    z-index: -2;
    opacity: 0;
}
@media (max-width: 576px) {
    .reasons-list-buttons {
        padding: 10px;
    }
    .reasons-list-buttons .open-popup-form {
        font-size: 10px;
        font-weight: 300;
    }
}


/*
# Ebaut Project
-------------------------------------------------------------- */
.organisators-block .widget-title, .organisators-block .subtitle {
    text-align: center;
}
.organisators-block .subtitle {
    margin-bottom: 10px;
}

/*
# No Leave
-------------------------------------------------------------- */
.no-leave {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffffdb;
    z-index: 999999;
}
.no-leave-box {
    position: relative;
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    top: 100px;
    background: #fff;
    overflow: hidden;
    border-radius: 0.25rem;
}
.no-leave-content {
    padding: 15px;
}
.close-no-leave {
    width: 30px;
    height: 30px;
    background: #fff;
    padding: 7px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 5px;
    top: 5px;
}
.no-leave-content-top p:first-child {
    font-weight: bold;
    margin-bottom: 5px;
}
.no-leave-content-top p:last-child {
    margin-bottom: 15px;
}
.no-leave-content-bottom p {
    font-size: .8em;
}

/*
# Price Block
-------------------------------------------------------------- */
.price-block-top {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
.price-promo {
    margin-right: 15px;
    color: #000;
}
.price-promo span:first-child {
    font-weight: bold;
    font-size: 30px;
    margin-right: 5px;
}
.price-full {
    color: #848484;
    text-decoration: line-through;
}
.price-full span:first-child {
    font-weight: bold;
    font-size: 30px;
    margin-right: 5px;
}

/*
# Gallery Slider
-------------------------------------------------------------- */
.gallery_congress {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.widget_gallery_ivents {
    position: relative;
}
.widget_gallery_ivents .widget-title {
    text-align: center;
    margin-bottom: 30px;
}
.gallery-slider-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slider-nav {
    margin-top: 20px;
}
.slider-nav-btn a {
    background-color: #c2c2c200;
    transition: all .2s;
    transition: .5s;
}
.slider-nav-btn a:hover {
    background: #00000094;
}
.button-slider .slider-nav-btn .carousel-prev {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.button-slider .slider-nav-btn .carousel-next {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-fon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e4fffc;
    z-index: -1;
}

/* Ceremony
--------------------------------------------- */
.ceremony-box {

}

/* Page Wayworpay Online
--------------------------------------------- */
.form-widget-title {
    display: block;
    width: 100%;
    max-width: 660px;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}
.online-page .entry-title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.online-page .wayforpay-button {
    margin: 0 auto;
    margin-top: 30px;
    display: block;
}
.view-formbox-allert {
    text-align: center;
    margin-top: 15px;
    color: #df005b;
    font-weight: bold;
}
.online-page-entry-title {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 44px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
}
.widget-wayforpay-box h4 {
    margin-bottom: 30px;
}
.widget-wayforpay-box {
    position: relative;
    padding: 30px;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 60px;
    border: 15px solid #efefef;
    overflow: hidden;
}
.widget-wayforpay-box .btn {
    width: calc(50% - 15px);
}
@media (max-width: 600px) {
    .widget-wayforpay-box .btn {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

/*
# Programm
-------------------------------------------------------------- */
.widget_full_programm .widget-title {
    margin-bottom: 30px;
}
.programm-time {
    width: 120px;
    margin-right: 15px;
}
.pogramm-content {
    width: calc(100% - 135px);
}
.count-pr {
    background: #f5f5f5;
}
.programm-row .pr-photo {

}
.programm-row .pr-photo img {
    display: block;
    border-radius: 50%;
    width: 100%;
    max-width: 128px;
}
.programm-row h4 {
    font-size: 20px;
    font-weight: bold;
}
.programm-row .pr-theme {

}
.registration-block .theme-block p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.programm-row .logo-prog {
    width: auto;
    height: 50px;
}
.pr-theme p {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}
.pr-theme .thesisbox {

}
.pr-theme .thesisbox ul {
    margin-left: 19px;
    padding-left: 0;
    margin-bottom: 0;
}
.pr-theme .thesisbox ul li {
    font-size: .8em;
}
.is-moderator {
    font-size: 12px;
    background: #ffeb3b;
    padding: 3px 5px;
    border-radius: 0.25em;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: bold;
}
.programm-row .d-in {
    font-size: .8em;
}
.pannel-row h4 {
    font-size: 18px;
    margin-top: 10px;
}
.pannel-row .logo-prog {
    height: 35px;
}
.diskuss {
    text-transform: uppercase;
    font-weight: bold;
}
@media (max-width: 767px) {
    .programm-time,.pogramm-content {
        width: 100%;
    }
}

/*
# Owl
-------------------------------------------------------------- */
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}
.owl-carousel.owl-hidden {
    opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}
.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
    z-index: 0
}
.owl-carousel .owl-animated-out {
    z-index: 1
}
.owl-carousel .fadeOut {
    animation-name: fadeOut
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
.owl-height {
    transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

/*
# Partners
-------------------------------------------------------------- */
.partners-bottom .widget-title {
    text-align: center;
}
.partner-img {
    text-decoration: none;
}
.partner-img p {
    color: #000;
}

/*
# Rewarding
-------------------------------------------------------------- */
.rewarding-row {

}
.rewarding-text {
    width: 50%;
    max-width: 500px;
    margin-right: 30px;
}
.rewarding-text-top {
    font-size: 18px;
    font-weight: bold;
}
.rewarding-image {
    width: calc(50% - 30px);
    max-width: 400px;
    margin-top: 15px;
}
.rewarding-image-content {
    position: relative;
    width: 100%;
    max-width: 500px;
}
.rewarding-image-content:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    left: 15px;
    top: -15px;
    z-index: -1;
}
.rewarding-image-content img {

}
@media (max-width: 767px) {
    .rewarding-text, .rewarding-image {
        width: 100%;
    }
    .rewarding-image-content:after {
        left: 10px;
        top: -10px;
    }
}

/*
# Top 100
-------------------------------------------------------------- */
.top-sto-row {

}
.top-sto-image {width: 50%;max-width: 400px;margin-top: 15px;margin-right: 30px;}
.top-sto-text {width: calc(50% - 30px);max-width: 500px;}
.top-sto-imagebox {position: relative;width: 100%;max-width: 500px;}
.top-sto-imagebox:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    left: 15px;
    top: -15px;
    z-index: -1;
}
.top-sto-imagebox img {

}
.top-sto-text-top {font-size: 18px;font-weight: bold;}
@media (max-width: 767px) {
    .top-sto-text, .top-sto-image {
        width: 100%;
    }
    .top-sto-text {
        margin-bottom: 30px;
    }
}

/*
# Place
-------------------------------------------------------------- */
.place-row .widget-title {
    margin-bottom: 15px;
}

/*
# Timer
-------------------------------------------------------------- */
.timer-box-text-top {
    text-align: right;
    color: #fff;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.timer-style-light {
    margin-bottom: 15px;
}
.timer-style-light div {
    text-align: center;
    margin-right: 20px;
}
.timer-style-light div:last-child {
    margin-right: 0;
}
.timer-style-light div span {
    display: block;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 30 xp;
    height: 50px;
}
.timer-style-light div small {
    color: #fff;
}
@media (max-width: 992px) {
    .timer-box-text-top {
        text-align: center;
        margin-bottom: 10px;
    }
}

/*
# Ivents List
-------------------------------------------------------------- */
.ivents-list-sircle {
    background: #8bfdef;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    opacity: 0.3;
}
.ivetns-list-aftersubtitle {
    text-align: center;
    font-weight: bold;
}
.ivents-list-colum {
    position: relative;
    overflow: hidden;
}
.ivents-list-colum-logo {
    width: 100px;
    margin-right: 15px;
}
.ivents-list-colum-text {
    width: calc(100% - 115px);
}
.ivents-list-colum-text a {
    color: #000;
    text-decoration: none;
}
.ivents-list-logo {
    width: 82px;
}

/*
# Footer
-------------------------------------------------------------- */
.site-footer {
    position: relative;
    background: #000000de;
    padding-top: 60px;
    padding-bottom: 60px;
}
.footer-fon-top {
    background: url("/wp-content/uploads/2021/04/sslide_2.jpg");
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.site-footer .widget-title {
    font-size: 18px;
    color: #49a3b8;
    font-weight: 400;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 15px;
    text-align: left;
    text-transform: uppercase;
}
.site-footer .widget-title:after {
    content: none;
}
.site-footer p {
    color: #fff;
}
.site-footer a {
    color: #fff;
    text-decoration: none;
}
.footer-fon {
    display: block;
    font-size: 20px;
}
.footer-fon span {
    color: #8F00FF;
}
.footer-mail {
    display: block;
    font-size: 20px;
    margin-top: 15px;
}
.arrow-footer {
    position: fixed;
    bottom: 30px;
    left: -100px;
    margin: 0 auto;
    background: #000000a6;
    border: 1px solid #ffffff3b;
    width: 40px;
    height: 40px;
    z-index: 9;
    padding: 7px;
    transition: 0.6s;
}
.arrow-footer img {
    display: block;
    width: 100%;
}
.arrow-footer:hover {
    background: #000000;
}
.fb-url {
    display: inline-block;
    width: 40px;
    margin-top: 30px;
    margin-bottom: 15px;
}