/*!
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:
----------------------------------------------------------------


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

#page.site {
    overflow: hidden;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Rubik', sans-serif;
    clear: both;
}

.widget-title {
    font-size: 40px;
    text-transform: uppercase;
    color: #000000;
    position: relative;
    z-index: 4;
    font-weight: 900;
    margin-bottom: 30px;
}
.widget-title:after {
    content: '';
    display: block;
    width: 200px;
    height: 80px;
    background: url('/wp-content/uploads/2021/12/hvilja.svg');
    margin-top: -30px;
    background-repeat: no-repeat;
}
.statistic-row .widget-title:after {
    display: none;
}
.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;
    }
}
.center-title .widget-title {
    text-align: center;
}
.center-title .widget-title:after {
    margin: 0 auto;
    margin-top: -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
--------------------------------------------------------------*/
.navbar {
    z-index: 9;
}
.header-section {
    position: relative;
    padding-top: 0;
    position: relative;
    padding-top: 0;
    overflow: hidden;
}
.header-section-fon-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    opacity: .85;
    background: #43027C;
    background: linear-gradient(230deg, #CC97FF, #43027C);
}
.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: #FFBB2B;
    font-weight: 600;
}
.header-phone:hover {
    color: #fff;
}
.header-section video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 2;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 992px) {
    .header-section {
        padding-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .site-header .btn-primary {
        font-size: 0.8rem;
        letter-spacing: normal;
    }
}

/*--------------------------------------------------------------
Video Header
--------------------------------------------------------------*/
.video-header {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: auto;
    height: 100%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
@media (min-width: 1600px) and (orientation: landscape) {
    .video-header video {
        width: 100vw;
    }
}

@media (max-width: 1600px) and (orientation: landscape) {
    video-header video {
        height: 100%;
    }
}

@media (max-width: 1600px) and  (orientation: portrait) {
    .video-header video {
        height: 100%;
    }
}

/* Navigation
--------------------------------------------- */
.navbar-brand {
     padding-bottom: 0;
     padding-top: 0;
}
.fixed-header {
     position: fixed;
     top: -90px;
     background: #011295;
     background: linear-gradient(270deg, #011295, #43027C);
     -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: 130px;
}
@media (max-width: 576px) {
    .navbar-brand img {
        width: 110px;
    }
}
.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 {
}**/
.menu-mobile-button i {
    font-size: 2.3rem;
    color: #fff;
}
.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;
}
.popup-content-menu ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin-right: 10px;
    float: right;
}
.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/spinner.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%;
}

.button-animation {
    position: absolute !important;
    display: block;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: 0 !important;
    background: #980029;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/*--------------------------------------------------------------
# First Screen
--------------------------------------------------------------*/
.firs-screen {
    position: relative;
    z-index: 9;
    margin-top: 80px;
    margin-bottom: 130px;
}
.firs-screen p {
    color: #fff;
}
.firs-screen .price-promo {
    color: #fff;
}
.first-screen-top-info {
    margin-bottom: 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}
.first-screen-top-info span {
    color: #ff0044;
    font-weight: 500;
    background: #fff;
    padding: 2px 5px;
}
@media (max-width: 767px) {
    .firs-screen {
        margin-top: 60px;
        margin-bottom: 80px;
    }
}
.first-screen-speacers-bottom {
    width: 100%;
}
.speacers-slider-element {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
}
.first-screen-speacers-slider-box .speacers-slider-element {
    position: absolute;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
}
.owl-carousel .owl-item .speacers-slider-element img {
    display: block !important;
    width: auto !important;
    height: 450px !important;
}
.speacers-child {
    height: auto;
}
.owl-carousel .owl-item .speacers-child .first-screen-speacers-image {
    display: block !important;
    width: auto !important;
    height: 450px !important;
}
.owl-carousel .owl-item .speacers-child  .first-screen-speacers-fon {
    display: block !important;
    width: 100% !important;
    height: 450px !important;
    background-size: contain !important;
}
.owl-carousel .owl-item .speacers-child .first-screen-speacers-logo img {
    height: auto;
    top: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
@media (max-width: 767px) {
    .speacers-child {
        height: 360px;
    }
    .owl-carousel .owl-item .speacers-child .first-screen-speacers-image {
        display: block !important;
        width: auto !important;
        height: 250px !important;
        max-height: none !important;
    }
    .owl-carousel .owl-item .speacers-child  .first-screen-speacers-fon {
        display: block !important;
        width: 100% !important;
        height: 250px !important;
        max-height: none !important;
        background-size: cover !important;
    }
}
@media (max-width: 476px) {
    .owl-carousel .owl-item .speacers-child .first-screen-speacers-image {
        height: 200px !important;
    }
}
.first-screen-speacers-logo {
    text-align: center;
    width: 100%;
    height: 60px;
    position: absolute;
    padding: 5px;
    bottom: 40px;
    left: 0;
    z-index: 2;
    font-weight: bold;
    letter-spacing: 0.5px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.first-screen-speacers-logo img {
    width: auto;
    height: 60px;
}
@media (max-width: 767px) {
    .first-screen-speacers-logo {
        position: relative;
        bottom: 0;
        height: 40px;
        font-size: 13px;
        line-height: 15px;
    }
}
.first-screen-speacers-image {
    width: auto;
}
.speacers-creative-elemne-one {
    display: block;
    position: absolute;
    background: url('/wp-content/uploads/2021/12/sircle_linies.svg');
    background-size: 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.02;
    z-index: -1;
}
.speacers-creative-elemne-two {
    display: block;
    position: absolute;
    background: url('/wp-content/uploads/2021/12/trikutnik_1.svg');
    background-size: 50%;
    background-position: bottom right;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 300px;
    left: 0;
    opacity: 0.05;
    z-index: -1;
}
.first-screen-title, .first-screen-slogan, .first-screen-date, .first-screen-place, .first-screen-text {
    color: #fff;
}
.first-screen-date {
    margin-bottom: 15px;
}
.first-screen-date img {
    margin-right: 15px;
    margin-top: -5px;
}
.first-screen-date span {
    font-size: 18px;
}
.first-screen-title {
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px !important;
    width: 100%;
    max-width: 550px;
}
.first-screen-title span {
    color: #fc49a7;
}
.first-screen-description_colum .price-promo {
    color: #fff;
}
.speacers-list-theme {
    line-height: 1em;
}
.first-screen-promo {
    color: #fff;
    text-decoration: none;
}
.first-screen-promo:hover, .first-screen-promo:focus {
    color: #fff;
    text-decoration: underline;
}
.first-screen-slogan {
    font-size: 26px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 1.5px;
}
.first-screen-text {
    overflow: hidden;
}
.first-screen-text p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
}
.video-button {
    display: block;
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    box-shadow: 4px 4px 0px 0px #7a7a7a !important;
    border: 1px solid #7a7a7a;
}
.video-button:hover {
    box-shadow: 4px 4px 0px 0px #7a7a7a !important
}
.video-button:hover .video-button-fon {
   webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.video-button-fon {
    background: url('/wp-content/uploads/2021/10/video_boadr.jpg');
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.video-button-image {
    display: block;
    width: 100%;
    box-shadow: 2px 2px 2px 0px #c9c9c9a1 !important;
}
.video-button .video-icon i {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.video-button i {
    color: #f96e6e;
    font-size: 50px;
    webkit-transform: scale(1.04);
  
}
.video-button:hover .video-icon i {
   color: #f40000;
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.video-button-top-text {
    width: 60%;
    margin-bottom: 15px;
}
.video-button-top-text p {
    width: calc(100% - 40px);
    float: left;
    margin-top: -30px;
    font-size: 18px;
    font-weight: 300;
    opacity: 0.5;
}
.video-button-top-text img {
    width: 40px;
    opacity: 0.5;
}
.video-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
@media (max-width: 991px) {
    .first-screen-date {
        text-align: center;
    }
    .first-screen-place {
        text-align: center;
    }
    .video-button-top-text {
        width: 100%;
    }
    .video-button-top-text p {
        margin-top: -5px;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .video-button-top-text img {
        width: 30px;
    }
    .first-screen-title {
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .first-screen-title {
        font-size: 40px;
    }
    .first-screen-text p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .first-screen-slogan {
        font-size: 20px;
    }
}
@media (max-width: 476px) {
    .video-button {
        height: 130px;
    }
    .video-button-top-text p {
    font-size: 14px;
    line-height: 18px;
    margin-top: -10px;
    }
    .video-button-top-text img {
    
    }
}
.first-screen-place {
    margin-bottom: 30px;
}

.first-screen-speacers-slider {
    margin-right: 30px;
}
.first-screen-form-box {
    background: #fff;
    overflow: hidden;
}
.timer-box-text-top {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
.first-screen-form form {
    width: 100%;
}
.first-screen-speacers-title {
    background: #011295;
    color: #fff;
    font-weight: 700;
    text-align: center;
    width: 100%;
    padding: 8px 15px;
    margin: 0 auto;
    box-shadow: inset -3px -2px 0px 2px #c7c7c7;
    position: relative;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.first-screen-button-box a:first-child {
    margin-right: 15px;
}
.first-screen-speacers-slider .owl-carousel .owl-dots.disabled, .first-screen-speacers-slider .owl-carousel .owl-nav.disabled, .first-screen-speacers-slider .owl-dots {
    display: none !important;
}
.timer-box-text-top mark {
     background: #e6f8ff;
     font-weight: bold;
}
@media (max-width: 992px) {
    .first-screen-speacers-slider {
        width: 100%;
    }
    .first-screen-description {
        width: 100%;
        margin-top: 15px;
    }
    .timer-box-text-top {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .first-screen-speacers-title {
        font-size: 13px;
        line-height: 15px;
    }
}
.first-screen-form-timer {
     padding: 15px;
}
@media (max-width:  430px) {
    .first-screen-form-timer {
        width: 100%;
    }
}
.first-screen-form-button img {
    width: auto !important;
    height: 100%;
}

/* Olds Spe
--------------------------------------------- */
.widget_speacers_old .widget-title {
    text-align: center;
}
.widget_speacers_old .widget-title:after {
    margin: 0 auto;
    margin-top: 15px;
}

/* Forms
--------------------------------------------- */
.promocode-button {
    margin-left: 15px;
}
.promocode-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #fff;
    z-index: 10;
}
.promocode-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #fff;
    z-index: 9999;
}

.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-parent {
    margin-top: -50px;
}
.statistic-row {
     position: relative;
     width: calc(100% - 415px);
     flex-direction: row !important;
     z-index: 5;
     background: #ffffff;
     box-shadow: 0px 0 10px 0px #01129540 !important;
     padding: 15px;
}
@media (max-width: 1400px) {
     .statistic-row {
          width: calc(100% - 315px);
     }
}
.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-center {
    padding: 0 50px;
}
.statistic-row .widget-title {
    color: #011295;
}
.statistic-row .textwidget {
    text-align: left;
    color: #000060;
}
.header-video-button {
     width: 400px;
     position: relative;
     z-index: 5;
     background: #fff;
     color: #FF17B9;
     font-weight: bold;
     padding: 3px 10px;
     line-height: 20px;
     text-decoration: none;
     transition: 0.5s;
     box-shadow: 0px 0 10px 0px #f96e6e4f !important;
     margin-left: 15px;
}
.header-video-button:hover {
    color: #ff0044;
}
.header-video-button span {
    font-weight: 600;
}
.header-video-button i {
    display: block;
    float: left;
    font-size: 50px;
    margin-right: 15px;
}
@media (max-width: 1999px) {
    .statistic-parent {
        margin-top: -36px;
    }
}
@media (max-width: 1400px) {
     .header-video-button {
          width: 300px;
     }
}
@media (max-width: 991px) {
    .statistic-row {
        width: 100%;
    }
    .statistic-row .textwidget {
        text-align: center;
    }
    .statistic-colum-center {
        padding: 0 50px;
    }
    .header-video-button {
     margin: 0 !important;
     width: 100%;
    }
}
@media (max-width: 767px) {
    .statistic-row .widget-title {
        font-size: 40px;
    }
}
@media (max-width: 576px) {
    .statistic-row {
        padding-top: 15px;
    }
    .statistic-row .widget-title {
        font-size: 30px;
        margin: 0 auto;
    }
    .statistic-row .textwidget {
        font-size: 13px;
        line-height: 16px;
    }
    .statistic-colum-center {
        padding: 0 5px;
    }
}

/* Free Format
--------------------------------------------- */
.free-format {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
}
.free-format .so-panel {
    margin-bottom: 0 !important;
}
.free-format .panel-first-child {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    z-index: 3;
    width: 48%;
    margin-bottom: 0 !important;
}
.free-format-topfon {
    display: none;
}
.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;
}
@media (max-width: 992px) {
    .free-format {
        padding-top: 200px !important;
    }
    .free-format .panel-first-child {
        width: 100%;
        padding: 15px;
        background: #ffffffd1;
    }
}

/* General Partners
--------------------------------------------- */
.general-partners {
    position: relative;
    z-index: 3;
}
.general-partners .widget-title {
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    color: #404040;
}
.general-partners .textwidget {
    margin-bottom: 0 !important;
    margin-top: 15px !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: 30px;
    padding-right: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.general-partner-colum-parent {
    margin: 10px 15px;
}
.general-partner-colum a {
    display: block;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 767px) {
    .general-partners-center .general-partner-colum {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .general-partners-bottom .general-partner-colum {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .general-partners-bottom .general-partner-colum p {
        font-size: 11px;
    }
    .general-partners-bottom .general-partner-colum a img {
        height: auto;
        width: 100%;
    }
    .novaposhta-partner a img {
        width: 100%;
        max-width: 250px !important;
    }
}
@media (max-width: 530px) {
    .general-partner-colum {
        width: 100% !important;
        max-width: none;
    }
}

/* Speacers
--------------------------------------------- */
.widget_full_speacers .widget-title,.widget_full_speacers .subtitle,.formats .widget-title {
    text-align: center;
}
.widget_full_speacers .widget-title:after, .formats .widget-title:after {
    margin: 0 auto;
    margin-top: -30px;
}
.speacers-aftertitle {
    max-width: 770px;
    font-weight: bold;
}
.speacers-list-one img {
    background: url('/wp-content/uploads/2021/12/kolo.svg');
    background-position: center;
}
.speacers-list-two img {
    background: url('/wp-content/uploads/2021/12/kolo.svg');
    background-position: center;
}
.speacers-list-img img {
    display: inline-block;
    width: 100%;
    max-width: 180px;
    border-radius: 50%;
}
.speacers-list-description h4 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.speacers-list-description span {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
}
.speacers-list-bottom {
    text-align: center;
}
.speacers-list-bottom img {
    display: block;
    width: 100%;
    max-width: 140px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 15px;
}
.speacers-list-bottom .btn {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.speacers-list-bottom .btn:hover {
    border-color: #e60042 !important;
    color: #e60042 !important;
}
.speacer-popup {
    position: fixed;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background: #f9f9f9f5;
    width: 100%;
    display: none;
    overflow: auto;
}
.speacer-popup-content p {
    text-align: center;
}
.speacer-popup-content > div {
    width: 100%;
    max-width: 500px;
    padding-left: 20px;
    padding-right: 19px;
    margin-top: 100px;
    margin-bottom: 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: 15px;
}
.speacer-popup-content .logo-sp {
    display: block;
    width: 100%;
    max-width: 128px;
    margin: 0 auto;
}
.speacer-popup-content ul {
    margin-top: 15px;
}
.speacers-phone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/wp-content/uploads/2021/04/lineals.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    opacity: 0.1;
}
.select_speacers {
    border: 1px solid #dfdfdf !important;
}

.btn-outline-primary {
    border: 1px solid #38bdf3 !important;
    color: #38bdf3;
}

.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active, .btn-outline-primary:hover {
    background: #38bdf3 !important;
}

.btn-outline-info {
    border: 1px solid #42f2ed !important;
    color: #42f2ed;
}

.btn-check:active + .btn-outline-info, .btn-check:checked + .btn-outline-info, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show, .btn-outline-info:active, .btn-outline-info:hover {
    background: #38bdf3 !important;
}

.btn-outline-success {
    border: 1px solid #a843ef !important;
    color: #a843ef;
}

.btn-check:active + .btn-outline-success, .btn-check:checked + .btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active,.btn-outline-success:hover {
    background: #a843ef !important;
}

.btn-outline-danger {
    border: 1px solid #fc49a7 !important;
    color: #fc49a7;
}

.btn-check:active + .btn-outline-danger, .btn-check:checked + .btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active, .btn-outline-danger:hover {
    background: #fc49a7 !important;
}

.btn-outline-warning {
    border: 1px solid #ffc107 !important;
    color: #ffc107;
}

.btn-check:active + .btn-outline-warning, .btn-check:checked + .btn-outline-warning, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:active, .btn-outline-warning:hover {
    background: #ffc107 !important;
}

@media (max-width: 767px) {
    .speacers-list-bottom img {
        width: 100%;
        height: auto;
    }
    .speacers-list-description h4 {
        font-size: 13px;
        line-height: 18px;
    }
    .speacers-list-description span {
        font-size: 11px;
        line-height: 18px;
    }
    .speacers-list-bottom p {
        font-size: 11px;
    }
    .speacers-list-theme {
        line-height: 14px !important;
    }
}

@media (max-width: 600px) {
    .open-speacer-popup {
        font-size: 12px !important;
    }
}

/* offcanvas
--------------------------------------------- */
.popup-content-header {
    border-bottom: 1px solid #efefef;
}

/* Ceremony
--------------------------------------------- */
.ceremony-box {
    position: relative;
}
.ceremony-text p span {
    color: #186054;
    font-weight: bold;
}
.ceremony-img {
    display: block;
    width: 100%;
    max-width: 550px;
    box-shadow: 7px 7px 0px 2px #186054;
}
.ceremony-creative {
    background: url('/wp-content/uploads/2021/08/circle_fon-1.png');
    position: absolute;
    background-size: 50%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.02;
    background-repeat: no-repeat;
}
@media (max-width: 992px) {
    .ceremony-img {
       max-width: none;
    }
}

/* 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;
}
.popup-forms-content .popup-content .wpcf7-form div {
     width: 100% !important;
}

/* Consultation
--------------------------------------------- */
.consultation-box {
    position: relative;
    z-index: 44;
}
.consultation-list {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
@media (max-width:  991px) {
    .consultation-list {
        padding-left: 0;
    }
}
.consultation-list li {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}
.consultation-list li mark {
    background: #e6f8ff;
}
.consultation-form {
    
}

/*--------------------------------------------------------------
# Quote
--------------------------------------------------------------*/
.quote-bottom-text {
    position: relative;
    width: 500px;
    margin-right: 30px;
}
.quote-bottom-text:after {
    content: '';
    display: block;
    position: absolute;
    right: -15px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #000060;
}
.quote-bottom-text p {
    font-size: 28px;
    text-align: right;
    color: #000060;
    font-weight: 600;
    line-height: 38px;
}
.quote-bottom-form {
    width: 500px;
}
@media (max-width: 1200px) {
    .quote-bottom-form {
        width: calc(100% - 530px);
    }
}
@media (max-width: 991px) {
    .quote-bottom-text {
        width: 50%;
    }
    .quote-bottom-form {
        width: calc(50% - 30px);
    }
}
@media (max-width: 767px) {
    .quote-bottom-text {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .quote-bottom-text p {
        text-align: left;
    }
    .quote-bottom-form {
        width: 100%;
    }
    .quote-bottom-text:after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        bottom: -15px;
        top: auto;
        width: 100%;
        height: 2px;
        background: #000060;
    }
}

/* Lead Form
--------------------------------------------- */
.lead-form-row {
    position: relative;
}
.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%;
}
.widget_testimonials_widget .widget-title {
    text-align: center;
}
/* 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, .page-template-default .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 !important;
}
.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;
}

/* Pop Up Form
--------------------------------------------- */
.popup-title {

}

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

/*--------------------------------------------------------------
# OWL 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-box {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-top: -100px;
    box-shadow: 0px 0 10px 0px #04c2aa75;
}
.special-form-colum-one {
    width: 50%;
    padding: 15px;
    background: #04c2aa;
    color: #fff;
}
.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: 300;
}
.special-form-colum-two {
    width: 50%;
    padding: 15px;
    background: #fff;
}

/*
# Description
-------------------------------------------------------------- */
.description-parent {
    z-index: 1;
}
.description-box {
    position: relative;
    z-index: 3;
}
.description-colum {
    
}
.description-images {

}
.description-image-one {
    background: url('/wp-content/uploads/2021/12/gallery_2.jpg');
    width: 60%;
    height: 270px;
    background-size: cover;
    background-position: center;
    border: 2px solid #fff;
    box-shadow: 0px 0 20px 0px #0000005c;
    z-index: 2;
}
.description-image-two {
    background: url('/wp-content/uploads/2021/12/gallery_6.jpg');
    right: 60px;
    width: 60%;
    height: 270px;
    margin-top: -150px;
    float: right;
    background-size: cover;
    background-position: center;
    border: 2px solid #efefef;
    box-shadow: 0px 0 20px 0px #ffffff5c;
    z-index: 2;
}
@media (max-width: 767px) {
    .description-image-one {
        width: 60%;
        height: 210px;
    }
    .description-image-two {
        width: 60%;
        height: 210px;
        margin-top: -90px;
    }
}
.description-colum-top {

}
.description-colum-question {

}
.description-text {
    width: 180px;
}
.description-text p {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 26px;
}
@media (max-width:  576px) {
    .description-text {
        width: 100%;
    }
}
.description-colum ul {
    width: calc(100% - 245px);
    padding-left: 0;
    margin-bottom: 0;
    margin-left: 15px;
    list-style: none;
}
@media (max-width:  576px) {
    .description-colum ul {
        width: calc(100% - 65px);
    }
}
.description-colum ul li {
    margin-top: 10px;
    margin-bottom: 10px;
}
.description-colum ul li i {
   color: #CC97FF;
}
.description-brackets {
    display: block;
    position: relative;
    background: url('/wp-content/uploads/2021/12/bracket-v2.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 150px;
}
.description-creative-block {
    display: block;
    background: url('/wp-content/uploads/2021/12/lines.svg');
    background-size: 40%;
    background-repeat: no-repeat;
    position: absolute;
    top: -210px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.03;
    z-index: -1;
}

/*
# Social Box
-------------------------------------------------------------- */
.social-box-parent {
    margin-top: -80px;
}
.social-box .row {
    position: relative;
}
.social-box p {
     color: #fff;
     font-weight: 300;
     letter-spacing: 0.5px;
     position: relative;
     z-index: 8;
     margin-bottom: 30px;
}
.social-box-fon-one {
    background: url('/wp-content/uploads/2021/12/trikutnik_2.svg');
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    z-index: 0;
}
.social-box-fon-two {
    background: url('/wp-content/uploads/2021/12/kolo.svg');
    background-repeat: no-repeat;
    position: absolute;
    right: -15%;
    top: 0;
    width: 30%;
    height: 100%;
    z-index: 0;
}

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

/*
# Gallery Slider
-------------------------------------------------------------- */
.gallery_congress {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.widget_gallery_ivents {
    position: relative;
}
.widget_gallery_ivents .widget-title {
    text-align: center;
    margin-bottom: 30px;
}
.widget_gallery_ivents .widget-title:after {
    margin: 0 auto;
    margin-top: -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;
}
.gallery-creative-one {
    position: absolute;
    background: url('/wp-content/uploads/2021/12/dotted_1.svg');
    width: 50%;
    height: 50%;
    top: -252px;
    display: block;
    right: 0;
    opacity: 0.1;
    z-index: -1;
}

@media (max-width:  767px) {
    .gallery-creative-one {
        top: -80px;
    }
}

/* 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
-------------------------------------------------------------- */
.programm-logo {
    width: 120px;
}
.widget_full_programm .widget-title {
    margin-bottom: 30px;
}
.programm-container {
    position: relative;
    width: 100%;
    margin-top: 30px;
}
.programm-item-title {
    margin-top: 0 !important;
    font-weight: 900;
}
.srteam-item-1 {
    background: linear-gradient(45deg, #38bdf3, #a843ef);
}
.srteam-item-2 {
    background: linear-gradient(45deg, #a843ef, #42f2ed);
}
.srteam-item-3 {
    background: linear-gradient(45deg, #38bdf3, #a843ef);
}
.srteam-item-4 {
    background: linear-gradient(45deg, #a843ef, #42f2ed);
}
.srteam-item-5 {
    background: linear-gradient(45deg, #38bdf3, #fc49a7);
}
.programm-time {
    font-size: 13px;
    width: 95px;
}
.pr-photo {
    margin-right: 10px;
}
@media (max-width: 767px) {
    .pr-photo {
        margin-right: 0;
    }
}
.programm-item {
    border: 1px solid #e3e3e3;
    border-radius: 0.25rem;
    padding: 15px;
}
.pogramm-content {
    width: calc(100% - 135px);
}
.programm-speacer-card {
    width: 335px;
}
.programm-speacer-card > .open-speacer-popup {
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #e3e3e3;
    padding: 10px;
    width: 320px;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0px 0 10px 0px #00000024;
    box-shadow: 0px 0 10px 0px #00000024;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    z-index: 999;
}
.streamer .stream-event {
    height: 98px !important;
}
.streamer .stream,.streamer .stream-events {
    height: 100px !important;
}
.streamer .stream-event-slide .slide-data .title {
    font-size: 14px !important;
    font-weight: 500 !important;
}
.streamer .stream-event-slide .slide-logo .icon {
    margin-bottom: 0 !important;
}
.programm-speacer-card > open-speacer-popup:hover {
    box-shadow: 0px 0 10px 0px #00000078 !important;
}
.programm-row {
    border-bottom: 1px dotted #fff;
}
.programm-row.count-pr {
   background: #e6f8ff;
}
.streamer .stream-event-slide .slide-logo .time {
    margin-top: 1px;
    padding: 5px 4px 6px;
    font-size: 10px;
    font-size: 10.6px;
    background: #925bf0 !important;
}
.mif-chart-dots:before,.mif-dollars:before, .mif-target:before, .mif-folder-open2:before, .mif-money:before, .mif-creative-cloud:before {
    text-align: right;
}
.programm-row:last-child {
    border-bottom: none;
}
.programm-row .pr-photo img {
    display: inline-block;
    border-radius: 50%;
    width: 100%;
    max-width: 128px;
    background: #fff;
    background: linear-gradient(45deg, #f49ead, #ff73fb);
}
.programm-row h4 {
    color: #000;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: bold;
}
.registration-block .theme-block p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.programm-row .logo-prog {
    display: block;
    width: 100%;
    max-width: 140px;
    height: auto;
}
.program-title {
    font-weight: bold;
    text-transform: uppercase;
}
.collective-performance .pr-photo, .collective-performance h4 {
    text-align: center;
}
.collective-performance h4 {
    font-size: 18px;
    margin-top: 10px;
}
.pr-theme p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.streamer .stream-event-slide .slide-data {
    white-space: normal;
}
.pr-theme .thesisbox ul {
    margin-left: 19px;
    padding-left: 0;
    margin-bottom: 0;
}
.pr-theme .thesisbox ul li {
    font-size: .8em;
}
.pr-theme-discussion {
    width: 100% !important;
}
.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 {
    max-height: 35px;
}
.diskuss {
    text-transform: uppercase;
    font-weight: bold;
}
.discussion-card {
    width: calc(100% - 105px);
}
.page-template-programm-tempalate h1 {
    text-align: center;
    text-transform: uppercase;
}
.stream-event.collective {
    white-space: normal;
}
.stream-event.collective .iv-point {background: #fc49a7;color: #fff;display: inline-block;font-size: 10px;padding: 0 5px;margin-bottom: 5px;}
.stream-event.collective .slide-speacers {font-size: 12px;font-weight: 700;line-height: 14px;}
.stream-event.collective .title {font-size: 11px;color: #999;margin-top: auto;margin-bottom: 5px;}
.streamer .stream-event-slide .slide-data .subtitle {
    margin-bottom: 0 !important;
}
.streamer .stream-event-slide .slide-data .desc {
    margin-top: 5px !important;
    font-size: 12px!important;
    height: 60px !important;
    font-weight: 300 !important;
    letter-spacing: -0.5px;
    color: #2c2c2c;
}
.streamer-box .events-area::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.streamer-box .events-area::-webkit-scrollbar {
    width: 6px;
    background-color: #ffffff;
}

.streamer-box .events-area::-webkit-scrollbar-thumb
{
    background-color: #fc49a7;
}

.programm-consultation .textwidget {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

.wpcf7-submit {
    color: #fff !important;
}

@media (max-width: 992px) {
    .programm-row .pr-theme {
        width: 100%;
        margin-top: 10px;
    }
}
@media (max-width: 525px) {
    .discussion-card {
        width: 100%;
    }
}
@media (max-width: 450px) {
    .programm-row .pr-photo img {
        max-width: 120px;
    }
    .programm-speacer-card > a {
        width: 100%;
    }
}

/*
# Programm popup
-------------------------------------------------------------- */
.open-theme-sp {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: 999999;
    background: #ffffffde;
    padding: 15px;
}
.open-theme-sp > div {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.open-theme-sp .row {
    width: max-content;
    max-width: 760px;
    background: #fff;
    box-shadow: 0px 0 10px 0px #e1e1e1;
    border-radius: 0.25rem;
}
.open-theme-logo {
    display: block;
    height: 40px;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
}
.open-theme-info .wp-post-image {display: block;width: 100%;max-width: 120px;margin: 0 auto;border-radius: 50%;}
.open-theme-info h4 {text-align: center;font-size: 16px;}
.open-theme-theme h5 {
    font-size: 16px;
}
.open-theme-theme ul {
    font-size: 14px;
    margin-left: 15px;
}
.popup-discussion-bundle {
    background: #fc49a7;
    color: #fff;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 5px;
    margin: 0 auto;
    text-align: center;
}
.streamer .stream-title {
    font-family: 'Open Sans', sans-serif;
    line-height: 18px;
}
.open-panel-info .wp-post-image {
    width: 80px;
    border-radius: 50%;
}
.open-panel-info h4 {
    font-size: 16px;
    margin-left: 15px;
}
@media (max-width: 767px) {
    .open-theme-theme h5 {
        text-align: center;
    }
}

/*
# No Leave
-------------------------------------------------------------- */
#no_leave {
    position: fixed;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background: #f9f9f9f5;
    width: 100%;
    display: none;
    overflow: auto;
}
.no-leave-popup-content {
    width: 100%;
    max-width: 992px;
    padding-left: 20px;
    padding-right: 19px;
    margin-top: 100px;
    margin-bottom: 100px;
}
.close_popup-noleave {
    width: 30px;
    height: 30px;
    background: #fff;
    padding: 7px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*
# 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 .widget-title {
    text-align: center !important;
}
.partners .widget-title:after {
    margin: 0 auto;
    margin-top: 15px;
}
.partners .textwidget {
    margin-top: 15px;
}
.partner-img {
    text-decoration: none;
    text-align: center;
}
.partner-img p {
    color: #000;
}
.favbet-logo-partner img,.robota-logo-partner img {
    height: 46px;
    width: auto;
    max-width: none;
}
.dtek-logo-partner img {
    height: 56px;
    width: auto;
    max-width: none;
}
.olx-logo-partner img {
    height: 60px;
}
@media (max-width: 767px) {
    .favbet-logo-partner img, .robota-logo-partner img {
        height: 40px;
    }
    .dtek-logo-partner img {
        height: 50px;
    }
    .olx-logo-partner img {
        height: 50px !important;
    }
}

/*
# Congratulations Page
-------------------------------------------------------------- */
.congratulations-list {
    padding-left: 0;
    margin-left: 0;
    display: inline-block;
    text-align: center;
}
.congratulations-list li {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-right: 15px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.congratulations-list li:last-child {
    margin-right: 0;
}
.congratulations-list li span {
    background: #c345d9;
    color: #fff;
}
.congratulations-list li:before {
    content: '';
    display: block;
    background: url('/wp-content/uploads/2021/06/check-mark-color.svg');
    background-size: contain;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 5px;
}
.congratulations-dark-block {
    background: #000000;
    color: #fff;
    text-align: center;
}
.congratulations-dark-block p {
    font-size: 18px;
}
.congratulations-dark-block p:last-child {
    font-weight: bold;
}
.congratulations-dark-block > div {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.btn-special {
    background: #c345d9 !important;
    color: #fff !important;
}

/*
# Timer
-------------------------------------------------------------- */
.timer-style-light {
    margin-bottom: 15px;
}
.timer-style-light div {
    text-align: center;
    margin-right: 20px;
}
.timer-style-light div span {
    display: block;
    color: #000;
    font-size: 40px;
    font-weight: bold;
    line-height: 30xp;
    height: 50px;
}
.timer-style-light div small {
    color: #000;
}

/*
# Bootstrap
-------------------------------------------------------------- */
.btn-primary {
    background: #FF17B9 !important;
    background: linear-gradient(45deg, #FF17B9, #FFBB2B) !important;
    border: none !important;
    position: relative !important;
    overflow: hidden !important;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 1px;
}


/*
# Ivents List
-------------------------------------------------------------- */
.ivents-list-sircle {
    background: #f6e339;
    position: absolute;
    left: 0;
    top: calc(50% - 25px);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.3;
}
.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-logo {
    width: 82px;
}

/*
# Ticketbox
-------------------------------------------------------------- */
.-tb-widget- {
    position: relative;
    width: 100%;
    height: 800px;
    background: #fff;
    overflow: hidden;
    opacity: 0;
}
.-tb-widget-[data-type="season"] {
    width: 100%;
}
.-tb-widget-[data-show] {
    opacity: 1;
    right: 0;
    visibility: visible;
}

[data-hash] {
    position: relative;
}

[data-hash]:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

/*
# Price Block
-------------------------------------------------------------- */
.price-block-container {
    border-right: 1px solid #fff;
}
.price-block-row {
    width: max-content;
}
.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 {
    font-size: 25px;
}
.price-promo span:first-child {
    font-weight: bold;
    font-size: 50px;
    line-height: 50px;
    margin-right: 5px;
}
@media (max-width: 767px) {
    .price-promo span:first-child {
        font-size: 35px;
    }
    .price-block-row {
        margin-bottom: 15px;
    }
}
.price-full {
    color: #4d4d4d;
    text-decoration: line-through;
    opacity: 0.5;
}
.firs-screen .price-full {
    color: #ffffff;
}
.price-full span:first-child {
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    margin-right: 5px;
}

/*
Format Participation
--------------------------------------------------------------*/
.format-box {
    position: relative;
}
.widget_package-block {
    position: relative;
    padding-top: 60px;
    padding-bottom: 30px;
}

.package-row {
    width: 100%;
}
.package-colum-2,.package-colum {
    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;
}
.package-colum .timer-style-light div span {
    color: #000000;
}
.package-colum .timer-style-light div small {
    color: #000000;
}
.ticket-two {
    text-align: center;
    line-height: 20px;
}
.ticket-two span {
    color: #fc49a7;
    display: block;
}
.ticket-two span:first-child {
    font-weight: bold;
    text-transform: uppercase;
}
.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: -1;
}
.package-colum .fa-check-circle {
    color: #186054;
    margin-top: 5px;
    margin-right: 10px;
    font-size: 24px;
}
.package-colum .fa-times-circle {
    color: #e60042;
    margin-top: 5px;
    margin-right: 10px;
    font-size: 24px;
}
@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;
    }
}

/*
# Footer
-------------------------------------------------------------- */
.site-footer {
    position: relative;
    background: #000000c9;
    padding-top: 60px;
    padding-bottom: 60px;
}
.footer-fon-top {
    background: url('/wp-content/uploads/2021/12/footer-fon.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: #929292;
    font-weight: 300;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 15px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.site-footer .widget-title:after {
    content: none;
}
.site-footer p {
    color: #fff;
}
.site-footer a {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
}
.footer-fon {
    display: block;
    font-size: 20px;
}
.footer-fon span {
    font-weight: bold;
}
.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;
}

/*
# Contact Forms 7 desing
-------------------------------------------------------------- */
.wpcf7 {
    position: relative;
}
.wpcf7 .ajax-loader {
    position: absolute;
}
.form-floating .form-control, .form-floating .form-select {
    height: calc(3.5rem + 2px);
    padding: 1rem .75rem;
}
.form-floating .form-control:focus ~ label, .form-floating .form-control:not(:placeholder-shown) ~ label, .form-floating .form-select ~ label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.form-floating label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}
.form-floating .form-control::placeholder, .form-floating .form-select::placeholder {
    color: transparent;
}
.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}
.wpcf7-response-output {
    display: none !important;
}
.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -10px;
    left: 10px;
    background: #fff;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    padding-top: 30px;
}   