/*!
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: 'Montserrat', 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;
    text-align: center;
    color: #000000;
    position: relative;
    z-index: 4;
    font-weight: 900;
    margin-bottom: 30px;
}
.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
--------------------------------------------------------------*/
.navbar {
    z-index: 9;
}
.header-section {
    position: relative;
    padding-top: 0;
    position: relative;
    padding-top: 0;
    overflow: hidden;
}
.home .header-section {
    padding-bottom: 120px;
}
.header-section-fon {
    background: url("/wp-content/uploads/2021/09/f_0938-1.jpg");
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    height: calc(100% + 150px);
    z-index: 1;
}
.header-section-fon-2 {
    background: url("/wp-content/uploads/2021/09/f_0537.jpg");
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    height: calc(100% + 150px);
    z-index: 1;
}
.header-section-fon-3 {
    background: url("/wp-content/uploads/2021/09/f_0432.jpg");
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    height: calc(100% + 150px);
    z-index: 1;
}
.header-section-fon-4 {
    background: url("/wp-content/uploads/2021/09/f_0160.jpg");
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    height: calc(100% + 150px);
    z-index: 1;
}
.header-section-fon-5 {
    background: url("/wp-content/uploads/2021/09/f_0009.jpg");
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    height: calc(100% + 150px);
    z-index: 1;
}
.header-section-fon-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    opacity: .95;
    background: #186054;
}
.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 {
    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;
    }
}

/* Navigation
--------------------------------------------- */
.navbar-brand {
    padding-bottom: 0;
    padding-top: 0;
}
.fixed-header {
    position: fixed;
    top: -90px;
    background: #ffffff;
    -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: 60px;
}
.fixed-header .navbar-brand img {
    width: 60px;
}
@media (max-width: 400px) {
    .navbar-brand img {
        width: 70px;
    }
}
.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;
}
.fixed-header .main-navigation div a {
    color: #000;
    font-weight: normal !important;
}
.fixed-header .header-phone {
    color: #000 !important;
}
@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: #000000;
}
@media (max-width: 400px) {
    .menu-mobile-button i {
        font-size: 2rem;
    }
}
.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: #FF005C;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/*--------------------------------------------------------------
# First Screen
--------------------------------------------------------------*/
.firs-screen {
    position: relative;
    z-index: 9;
    margin-top: 30px;
    margin-bottom: 30px;
}
.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: #ff005c;
    font-weight: normal;
    background: #fff;
    padding: 0 5px;
}
.first-screen-speacers-bottom {
    width: 100%;
}
@media (max-width: 767px) {
    .firs-screen {
        margin-top: 20px;
    }
}
.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-logo img {
    height: auto !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
@media (max-width: 767px) {
    .speacers-child {
        height: 330px;
    }
    .owl-carousel .owl-item .speacers-child .first-screen-speacers-image {
        display: block !important;
        width: auto !important;
        height: 250px !important;
        max-height: none !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;
}
.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;
}
.first-screen-title span {
    color: #fc49a7;
}
.first-screen-description_colum .price-block {
    margin-bottom: 30px;
    margin-top: 30px;
}
.first-screen-description_colum .price-block-top {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
}
.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 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
    overflow: hidden;
}
@media (max-width: 992px) {
    .first-screen-date {
        text-align: center;
    }
    .first-screen-place {
        text-align: center;
    }
    .first-screen-description_colum .price-block {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .first-screen-title {
        font-size: 40px;
    }
    .first-screen-text {
        font-size: 16px;
        line-height: 26px;
    }
    .first-screen-slogan {
        font-size: 20px;
    }
}
.first-screen-place {
    margin-bottom: 30px;
}
.first-screen-text p {
    margin-bottom: 0 !important;
    width: 100%;
    max-width: 730px;
}
.first-screen-text p span, .first-screen-text span  {
    border-bottom: 2px solid #f26d93;
}
.first-screen-speacers-slider {
    margin-right: 30px;
}
.first-screen-form-box {
    margin-top: 15px;
}
.first-screen-form-bonus-text {
    font-weight: 600;
    line-height: 20px;
}
@media (max-width: 991px) {
    .first-screen-form-bonus-text {
        text-align: center;
    }
}
.first-screen-form form {
    width: 100%;
}
.first-screen-speacers-title {
    background: #186054;
    color: #fff;
    font-weight: 700;
    text-align: center;
    width: 100%;
    padding: 8px 15px;
    margin: 0 auto;
    box-shadow: inset -3px -2px 0px 2px #ffffff;
    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;
}
@media (max-width: 992px) {
    .first-screen-speacers-slider {
        width: 100%;
    }
    .first-screen-description {
        width: 100%;
        margin-top: 15px;
    }
}
@media (max-width: 767px) {
    .first-screen-speacers-title {
        font-size: 13px;
        line-height: 15px;
    }
}

/* New Sliders Gallery
--------------------------------------------- */
.new-firs-screen h1 {
    margin-bottom: 0 !important;
}
.new-firs-screen .first-screen-top-info {
    margin-bottom: 30px !important;
}
.header-bonus-text span {
    display: block;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 5px;
    color: #319c8b;
    text-transform: uppercase;
}
.first-screen-desk p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #90cdc3;
}
.new-description-box {
    border: 1px solid #1c4d45;
    background: #ffffff;
}
.new-description-box .circle-dash_title,.new-description-box .timer-style-light div small,.new-description-box .timer-style-light div span,.new-description-box .timer-box-text-top,.firs-screen .price-promo,.new-description-box p,.firs-screen .new-description-box .price-promo span:first-child, .new-description-box .price-full span:first-child, .new-description-box .price-full {
    color: #000 !important;
}
.new-description-box .circle-digit {
    color: #000000 !important;
}
.new-description-box p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}
@media (max-width: 991px) {
    .new-description-box p {
        margin-bottom: 0 !important;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .new-description-box p {
        margin-bottom: 15px !important;
    }
}
.desk-box-arrow {
    padding-bottom: 20px !important;
    border-top: 5px solid #319c8b;
    border-right: 5px solid #068f79;
    border-bottom: 0;
    border-left: 0;
    overflow: hidden;
}
.desk-box-arrow:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 50px;
    display: block;
    background: linear-gradient(45deg, #1d6155 50%, transparent 50%);
}
.new-arrow-header {
    background: url('/wp-content/uploads/2021/10/arrow_dark.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    width: 100%;
    height: 50px;
}
@media (max-width:991px) {
    .new-arrow-header {
        margin-left: 50px;
    }
}
@media (max-width:767px) {
    .new-arrow-header {
        display: none;
    }
}
.new-speacers-slider-box .blockquote {
    position: relative;
    margin: 0;
    margin-bottom: 5px;
    padding-left: 36px;
}
.new-speacers-slider-box .blockquote:before {
    content: '';
    position: absolute;
    background: url('/wp-content/uploads/2021/09/quote-left-white.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    z-index: -1;
    opacity: 0.3;
    left: -10px;
    top: 0;
}
.new-speacers-slider-box .blockquote p {
    display: block;
    font-weight: 500;
    /* font-style: italic; */
    font-size: 18px;
    line-height: 22px;
}
.new-speacers-slider-box .blockquote .blockquote-footer {
    margin-top: 0;
    color: #a2a2a2;
    font-size: 13px;
    font-style: italic;
    font-weight: 600;
}
.new-speacers-slider-item {
    margin-bottom: 15px;
}
.new-speacers-slider-item:last-child {
    margin-bottom: 0;
}
.new-speacers-slider-photo {
    width: 120px !important;
    margin-right: 30px;
}
.new-speacers-slider-photo img {
    border-radius: 50%;
    border: 1px solid #52958a;
}
.new-speacers-slider-info {
    width: calc(100% - 150px);
}
.new-slider-speacers-logo {
    width: 150px;
    height: 40px;
    padding: 5px;
}
.new-description-action-text {
    color: #000;
    font-size: 14px;
    line-height: 20px;
}
@media(max-width: 767px) {
    .new-speacers-slider-photo {
        width: 70px !important;
    }
    .new-speacers-slider-box .blockquote:before {
        left: -20px;
    }
    .new-speacers-slider-box .blockquote {
        padding-left: 0;
    }
    .new-speacers-slider-info {
        width: calc(100% - 85px);
    }
    .new-speacers-slider-box .blockquote p {
        font-size: 14px;
        line-height: 19px;
    }
    .new-speacers-slider-box .blockquote:before {
        opacity: 0.1;
    }
    .new-speacers-slider-photo {
        margin-right: 15px;
    }
    .new-firs-screen h1 {
        font-size: 30px;
    }
}

/* 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-row {
    position: relative;
    width: 100%;
    margin: 0 auto;
    flex-direction: row !important;
    z-index: 5;
}
.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 100px;
}
.statistic-row {
    margin-top: -110px;
}
.statistic-row .widget-title {
    color: #fff;
}
.statistic-row .textwidget {
    text-align: left;
    color: #fff;
}
#statistic .widget_text {
    position: relative;
}
@media (max-width: 991px) {
    .statistic-row .textwidget {
        text-align: center;
    }
    .statistic-colum-center {
        padding: 0 50px;
    }
}
@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 30px;
    }
}

/*
Format Participation
--------------------------------------------------------------*/
.format-box {
    position: relative;
}
.widget_package-block {
    position: relative;
    padding-top: 60px;
    padding-bottom: 30px;
}
.widget_package-block .widget-title {
    margin-bottom: 30px;
    text-align: center;
}
.package-row {
    width: 100%;
}
.package-colum-2 {
    background: #ffffff94;
    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;
}
.format-creative {
    background: url('/wp-content/uploads/2021/09/star_programm.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0.1;
}
.package-colum .fa-check-circle {
    color: #13b7a3;
    margin-top: 5px;
    margin-right: 10px;
    font-size: 24px;
}
.package-colum .fa-times-circle {
    color: #ff841a;
    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;
    }
}

/* Free Format
--------------------------------------------- */
.format-container .widget_package-block {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.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;
}
.online-fon {
    background: url('/wp-content/uploads/2021/09/dgtl_online.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right 420px center;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.4;
}
.offline-fon {
    background: url('/wp-content/uploads/2021/09/dgtl_offline.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 420px center;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: 0.4;
}
@media (max-width: 992px) {
    .free-format {
        padding-top: 200px !important;
    }
    .free-format .panel-first-child {
        width: 100%;
        padding: 15px;
        background: #ffffffd1;
    }
    .online-fon {
        background-position: right 190px center;
    }
    .offline-fon {
        background-position: 190px center;
    }
}
@media (max-width: 767px) {
    .online-fon {
        background-position: left center;
        width: 100%;
        height: 40%;
    }
    .offline-fon {
        background-position: left center;
        height: 40%;
        width: 100%;
        top: initial;
        left: 0;
        bottom: 0;
    }
}
@media (max-width: 500px) {
    .online-fon {
        background-position: left center;
        height: 40%;
        width: 100%;
    }
    .offline-fon {
        background-position: left center;
        height: 40%;
        width: 100%;
        top: initial;
        left: 0;
        bottom: 0;
    }
}

/* General Partners
--------------------------------------------- */
.general-partners .widget-title {
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Montserrat', 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;
}

@media (max-width: 767px) {
    .general-partners-center {

    }

    .general-partners-center .general-partner-colum {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .general-partners-bottom {

    }

    .general-partners-bottom .general-partner-colum {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .general-partners-bottom .general-partner-colum a {

    }

    .general-partners-bottom .general-partner-colum p {
        font-size: 11px;
    }

    .general-partners-bottom .general-partner-colum a img {
        height: auto;
        width: 100%;
    }
}

/* Whom Box
--------------------------------------------- */
.for-whom-box {
    position: relative;
    margin-top: 60px;
}
.for-whom-box:before {
    content: '';
    background: url('/wp-content/uploads/2021/09/f_0938-1.jpg');
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.for-whom-box .textwidget {
    width: 60%;
}
.for-whom-box .widget-title {
    background: #fff;
    width: 100%;
    max-width: max-content;
    margin: 0 auto;
    margin-bottom: 30px;
}
.for-whom-box ul {
    margin: 0;
    padding: 0;
}
.for-whom-box ul li {
    background: #ffffffe0;
    margin-bottom: 5px;
    margin-top: 5px;
    display: inline-block;
    box-shadow: 2px 2px 0px 0px #13b7a3;
    border: 1px solid #13b7a3;
    padding: 2px 5px;
}
.for-whom-box ul li i {
    color: #13b7a3;
    font-size: 14px;
}
.for-whom-circle {
    position: absolute;
    display: block;
    width: 200px;
    height: 200px;
    border: 3px solid #b9eae4;
    border-radius: 50%;
    top: 200px;
    left: -60px;
    z-index: -1;
}
.for-whom-element {
    position: absolute;
    background: url('/wp-content/uploads/2021/09/circle_element_green.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 220px;
    height: 220px;
    top: 290px;
    left: -30px;
    z-index: -1;
    opacity: 0.3;
}
@media (max-width: 767px) {
    .for-whom-box:before {
        display: none;
    }
    .for-whom-box .textwidget {
        width: 100%;
    }
    .for-whom-circle {
        bottom: -10px;
        width: 180px;
        height: 180px;
        top: initial;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .for-whom-element {
        bottom: -90px;
        top: initial;
        left: 60px;
        right: 0;
        margin: 0 auto;
        width: 180px;
        height: 180px;
    }
}

/* First Screen Bottom
--------------------------------------------- */
.primary-theme .textwidget {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
}
.primary-theme .textwidget span {
    font-weight: bold;
}

@media (max-width: 767px) {
    .primary-theme .textwidget {
        font-size: 18px;
    }
}


/*--------------------------------------------------------------
# 5 Reason
--------------------------------------------------------------*/
.reason-top-text p {
    background: #fff;
    padding: 10px;
    margin-bottom: 5px;
}
.section-reason {
    overflow: hidden;
    position: relative;
}
.section-reason:before {
    content: '';
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.85;
}
.section-reason .container {
    position: relative;
    z-index: 85;
}
.section-reason .container {
    position: relative;
    z-index: 86;
}
.reason-colum-first {
    border: 1px solid #13B7A3;
    background: #ffffff;
    padding: 15px;
    cursor: default;
    transition: .5s;
}
.reason-top-text {
    position: relative;
}
.reason-colum-box {
    border: 1px solid #13B7A3;
    background: #fff;
    padding: 15px;
    cursor: default;
    transition: .5s;
}
.reason-colum-box:hover {
    background: #13b7a3ba;
    border: 1px solid #13B7A3;
}
.reason-colum-box:hover .reason-text {
    color: #fff;
}
.reason-colum-box div {
    border: 1px solid #13b7a3;
    width: 60px;
    height: 60px;
    color: #13b7a3;
    margin: 0 auto;
    border-radius: 50%;
}
.reason-colum-box:hover i {
    color: #fff;
}
.reason-colum-box:hover div {
    border-color: #fff;
}
.reason-colum-box i {
    font-size: 26px;
}
.reason-colum {
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
}
.reason-icon {
    display: block;
    width: 60px;
    position: relative;
    z-index: 87;
    margin: 0 auto;
    margin-bottom: 15px;
}
.reason-text {
    font-weight: 300;
    text-align: center;
    line-height: 1.3em;
    margin-bottom: 0;
}
.reason-colum-creative {
    display: block;
    position: absolute;
    top: 35px;
    left: 35px;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    background: #00ff9d;
    z-index: 85;
    border-radius: 50%;
}
.section-reason-creative {
    background: url('/wp-content/uploads/2020/07/fon_speacer.jpg');
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 110%;
    height: 110%;
    bottom: -50px;
    left: 0;
    z-index: 75;
    opacity: .5;
}
.reason-subtitle {
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1.3em;
}
.reason-subtitle span {
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-top: 15px;
}
.reason-colum-creative {
    top: 15px;
    left: 30px;
}
.reason-animation-block .textwidget {

}
@media (max-width: 576px) {
    .reason-text {
        line-height: 1.1em;
        font-size: 0.9em;
    }
}
@media (max-width: 476px) {
    .reason-subtitle span {
        font-size: .8em;
    }
    .reason-colum-first {
        font-size: .8em;
    }
}


/* Themes Box
--------------------------------------------- */
.themes-list-image-box {
    position: relative;
}
.theme-fon {
    background: url("/wp-content/uploads/2021/09/check.svg");
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right center;
    z-index: -1;
    opacity: 0.05;
}
.themes-list-row i {
    color: #13b7a3;
    font-size: 20px;
}
.themes-list-image-box:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    background: #13b7a3;
    border-radius: 0.25rem !important;
    z-index: -1;
}
.themes-list-image {
    display: block;
    width: 100%;
}
.themes-list-row ul {
    padding-left: 15px;
    margin-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.themes-list-row ul li {
    margin-bottom: 15px;
}
.themes-list-row ul li:last-child {
    margin-bottom: 0;
}

/* Speacers
--------------------------------------------- */
.widget_full_speacers .widget-title,.widget_full_speacers .subtitle {
    text-align: center;
}
.speacers-aftertitle {
    max-width: 770px;
    font-weight: bold;
}
.speacers-list-one img,.speacers-list-two img {
    background: url('/wp-content/uploads/2021/09/fon_speacers.png');
}
.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 li span {
    text-align: left !important;
}
.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;
}
.speacer-fon {
    background: url('/wp-content/uploads/2021/09/speacers_fon.svg');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    background-position: bottom center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.03;
}
@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;
    }
}

/*******
Speacers Forms
*******/
.consultation-card > div {
    background: #a843ef;
    background: linear-gradient(45deg, #a843ef, #38bdf3);
}
.consultation-card-two > div {
    background: #fc49a7;
    background: linear-gradient(45deg, #fc49a7, #a843ef);
}
.consultation-card-top p {
    color: #fff;
}
.consultation-card-top p:first-child {
    font-weight: bold;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .open-cons {
        font-size: 12px;
    }
    .consultation-card-top p:first-child {
        font-size: 13px;
        line-height: 16px;
    }
    .consultation-card-top p {
        font-size: 13px;
        line-height: 16px;
    }
}

@media (max-width: 400px) {
    .open-cons {
        font-size: 8px;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

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

}

/* 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%;
    overflow-y: auto;
}
.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;
}

/* Consultation
--------------------------------------------- */
.consultation-content {
    width: 100%;
    max-width: 900px;
    /* box-shadow: 4px 4px 2px 0px #186054; */
    border: 1px solid #186054;
    background: #ffffffba;
    position: relative;
}
.consultation-text p {
    font-weight: bold;
}
.consultation-text p:first-child {
    font-weight: normal;
}
.consultation-fon {
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    background: #186054;
}
.consultation-fon-two {
    position: absolute;
    width: 3px !important;
    padding: 0;
    height: 100%;
    right: 0;
    top: 0;
    background: #186054;
}
.consultation-box {
    position: relative;
}
@media (max-width: 400px) {
    .consultation-box .wpcf7-submit {
        font-size: 0.8em;
        letter-spacing: 0.5px;
        width: 100%;
    }
}

/* New Consultation
--------------------------------------------- */
.new-consultation {
    width: 100%;
    max-width: 1000px;
    position: relative;
}
.new-consultation-questions {
    position: relative;
}
.new-consultation-questions p {
    line-height: 30px;
    font-weight: 500;
}
.new-consultation-arrow {
    background: url('/wp-content/uploads/2021/10/arrow_dark.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: -45px;
    right: -5px;
}
.new-consultation-text {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 25px;
}
.new-consultation .pop-up-text {
    line-height: 24px;
}
.btn-consultation {
    background: #fff;
    border: 2px solid #245dbf;
    color: #245dbf;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 0.5px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.btn-consultation:hover {
    color: #ffffff !important;
    background: #245dbf !important;
}
@media (max-width: 767px) {
    .new-consultation-text {
        color: #245dbf;
        font-weight: 600;
        font-size: 16px;
        line-height: 21px;
        width: 100%;
        max-width: 300px;
        position: relative;
        /* margin-bottom: 25px; */
    }
    .new-consultation-arrow-mobile {
        background: url('/wp-content/uploads/2021/10/arrow_dark_right.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center right;
        position: absolute;
        width: 200px;
        height: 89px;
        bottom: -15px;
        right: 20px;
    }
}

/*--------------------------------------------------------------
# Top Quote
--------------------------------------------------------------*/
.top-quote {
    position: relative;
}
.top-quote:before {
    content: '';
}
.top-quote-image {
    width: 255px;
    margin-right: 30px;
}
.top-quote-text {
    width: calc(100% - 285px);
}
.top-quote-text p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0;
}
.top-quote-text p span {
    font-weight: 600;  
}
.top-quote-text p:last-child {
    font-weight: bold;
    color: #ff841a;
}
.top-quote-text-line {
    display: inline-block;
    width: 60%;
    height: 3px;
    background: #ff841b;
    margin-top: 10px;
    margin-bottom: 10px;
}
.top-quote .widget_text {
    margin-bottom: 0 !important;
}
@media (max-width: 767px) {
    .top-quote-image, .top-quote-text {
        width: 100%;
        margin: 0 auto !important;
        text-align: center;
    }
    .top-quote-image {
        max-width: 260px;
    }
    .top-quote-text p {
        text-align: center;
    }
}

/*--------------------------------------------------------------
# Quote
--------------------------------------------------------------*/
.quote-box {
    position: relative;
}
.quote-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #13B7A3;
    z-index: 0;
    opacity: 0.8;
}
.quote-box .quote-container {
    position: relative;
    z-index: 1;
}
.quote-text {
    width: 100%;
    max-width: 1150px;
}
.quote-text p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
}
.quote-text p:last-child {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
}
.quote-text span {
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #13b7a3;
    padding: 0 5px;
    font-weight: bold;
}

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

/* 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: 40px;
    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: 15px;
    font-size: 20px;
}
.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;
}

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


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

/*
# Price Block
-------------------------------------------------------------- */
.price-block-top {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
.price-title {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin-right: 5px;
}
.price-separator {
    font-weight: bold;
    font-size: 25px;
    margin-right: 15px;
    color: #fff;
}
.price-promo {
    margin-right: 15px;
    color: #000;
}
.price-promo span:first-child {
    font-weight: bold;
    font-size: 30px;
    margin-right: 5px;
}
.firs-screen .price-promo span:first-child {
    font-weight: bold;
    margin-right: 5px;
}
.price-full {
    color: #4d4d4d;
    opacity: 0.5;
}
.price-full span:first-child {
    text-decoration: line-through;
}
.firs-screen .price-full {
    color: #ffffff;
}
.price-full span:first-child {
    font-weight: bold;
    font-size: 30px;
    margin-right: 5px;
}
@media (max-width: 500px) {
    .firs-screen .price-separator {
        font-size: 15px;
        margin-right: 5px;
    }
    .firs-screen .price-promo {
        margin-right: 5px;
    }
}

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

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

/*
# Promocode
-------------------------------------------------------------- */
.promocode-input {
    height: 0;
    visibility: hidden;
}
.promocode-open,.promocode-active {
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.8em;
}

/*
# 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;
}
.collective .pr-photo {
    margin-bottom: 10px;
}
.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: #f0faf9;
}
.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: block;
    border-radius: 50%;
    width: 100%;
    max-width: 128px;
    background: #fff;
    box-shadow: 2px 2px 0px 0px #186054;
}
.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;
}
.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;
}
.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: 'Montserrat', 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;
}
.no-leave-image {

}
.no-leave-content {

}
.no-leave-text {

}


/*
# 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%
}

/*
# Animation Line
-------------------------------------------------------------- */
.statistc-circle {
    display: block;
    width: 100px;
    height: 100px;
    background: #ffffff;
    border-radius: 50%;
    border: 2px solid #d7e6ff;
    position: absolute;
    bottom: -90px;
    z-index: 5;
}
.statistc-circle-element {
    background: url('/wp-content/uploads/2021/09/circle_element_green.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 90px;
    height: 90px;
    position: absolute;
    top: 100px;
    left: 20px;
    z-index: 5;
    opacity: 0.7;
}
.reason-line {
    position: absolute;
    top: 0;
    left: 50px;
    height: 100%;
    width: 2px;
    background: linear-gradient(to bottom, #d7e6ff, #FF841A);
    z-index: 0;
}
/* .speacer-line {
    display: block;
    width: 100px;
    height: 100px;
    background: #ffffff;
    border-radius: 50%;
    border: 2px solid #d7e6ff;
    position: absolute;
    top: -90px;
    z-index: 5;
} */
.quote-circle {
    display: block;
    width: 70px;
    height: 70px;
    background: #ffffff;
    border-radius: 50%;
    border: 2px solid #FF841A;
    position: absolute;
    top: -30px;
    left: 15px;
    z-index: 5;
}
.quote-circle-element {
    background: url('/wp-content/uploads/2021/09/circle_element_two.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 5;
}
.quote-line-animate {
    display: block;
    width: 0;
    height: 2px;
    background: linear-gradient(to right, #FF841A, #fff3e8);
    position: absolute;
    top: 0;
    z-index: 3;
    margin-left: 5%;
}
.quote-line-bottom {
    position: absolute;
    top: 0;
    right: 20px;
    height: 100%;
    width: 2px;
    background: linear-gradient(to bottom, #fff3e8, #ffffff);
    z-index: -1;
}
.quote-circle-right {
    display: block;
    width: 30px;
    height: 30px;
    background: #ffffff;
    border-radius: 50%;
    border: 2px solid #fff3e8;
    position: absolute;
    top: -15px;
    right: 5px;
    z-index: 5;
}
@media (max-width: 767px) {
    .statistc-circle {
        width: 60px;
        height: 60px;
        bottom: -70px;
        left: 20px;
    }
    .statistc-circle-element {
        width: 60px;
        height: 60px;
        left: 25px;
    }
}
@media (max-width: 347px) {
    .statistc-circle {
        width: 50px;
        height: 50px;
        bottom: -50px;
        left: 25px;
    }
}

/*
# Partners
-------------------------------------------------------------- */
.partners .textwidget {
    margin-top: 15px;
}
.partner-img {
    text-decoration: none;
}
.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;
}
.lanet-logo-partner {

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

/*
# Place
-------------------------------------------------------------- */
.place-row .widget-title {
    margin-bottom: 15px;
}
.place-description {
    background: #fff;
    width: 500px;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
}
.place-description:last-child {
    margin-bottom: 0;
}
.place-description p span {
    color: #186054;
    font-weight: 600;
}
@media (max-width: 991px) {
    .place-description {
        width: 100%;
        position: relative;
    }
}

/*
# 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: #468076;
    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-box-text-top {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 5px;
}
.timer-box-text-top span {
    font-weight: 600;
}
.timer-style-light {
    margin-bottom: 15px;
}
.timer-style-light div {
    text-align: center;
    margin-right: 20px;
}
.timer-style-light div span {
    display: block;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 30xp;
    height: 50px;
}
.timer-style-light div small {
    color: #fff;
}
@media (max-width: 991px) {
    .timer-box-text-top {
        text-align: center;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .timer-box-text-top {
        text-align: center !important;
    }
}

/*
# Bootstrap
-------------------------------------------------------------- */
.btn-primary {
    background: #FF005C !important;
    border: 1px solid #fff !important;
    /* border: none !important; */
    position: relative !important;
    overflow: hidden !important;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 1px;
    font-weight: 600;
}


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

/*
# Footer
-------------------------------------------------------------- */
.site-footer {
    position: relative;
    background: #186054f0;
    padding-top: 60px;
    padding-bottom: 60px;
}
.footer-fon-top {
    background: url('/wp-content/uploads/2021/09/f_0432.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: #59bf8e;
    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: #59bf8e;
}
.footer-mail {
    display: block;
    font-size: 20px;
    margin-top: 15px;
}
.arrow-footer {
    position: fixed;
    bottom: 30px;
    left: -100px;
    margin: 0 auto;
    background: #13b7a3;
    border: 2px solid #009886;
    width: 40px;
    height: 40px;
    z-index: 9;
    padding: 7px;
    transition: 0.6s;
}
.arrow-footer img {
    display: block;
    width: 100%;
}
.arrow-footer:hover {
    background: #009886;
}
.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;
}
.alert-text-form {
    margin-top: 30px;
}
.alert-text-form p, .alert-text-form ul li {
    font-size: 12px;
    margin-bottom: 5px;
}
.alert-text-form ul {
    padding-left: 15px;
    margin-left: 0;
    margin-bottom: 5px;
}
.pop-up-text {
    color: #319c8b;
    font-weight: 500;
    line-height: 20px;
}