body {
    font-family: mont;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.pl-imgloading.loaded {
    display: none;
}

.mobile_menu_wrapper {
    right: -10px;
    left: auto;
    width: 360px;
    text-align: left;
    background: rgba(120, 93, 202, 1);
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    transform: translate(100%, 0);
    padding: 35px 40px 35px 40px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999;
    color: #999;
}

input[type=submit],
input[type=button],
a.button,
.button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 0.6em 2.5em 0.6em 2.5em;
    color: #fff;
    background: #222;
    border: 2px solid #222;
    font-size: 15px;
    font-family: 'Poppins', 'Helvetica Neue', Arial, Verdana, sans-serif;
    text-shadow: none;
    -webkit-appearance: none;
    box-shadow: 0 0 0 0;
    line-height: 1.5 !important;
    border-radius: 5px;
    font-style: normal;
    font-weight: 500;
    -webkit-transition: color .2s linear, background .1s linear, opacity .2s linear;
    -moz-transition: color .2s linear, background .1s linear, opacity .2s linear;
    -ms-transition: color .2s linear, background .1s linear, opacity .2s linear;
    -o-transition: color .2s linear, background .1s linear, opacity .2s linear;
    transition: color .2s linear, background .1s linear, opacity .2s linear;
}

.mobile_menu_wrapper #mobile_menu_close.button {
    border: none;
    background-color: transparent;
    position: fixed;
    top: 30px;
    right: 50px;
    border-radius: 250px;
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 42px !important;
    font-size: 2.5rem;
    z-index: 2;
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    box-shadow: 0 8px 8px -6px rgb(0 0 0 / 15%);
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile_menu_wrapper .mobile_menu_content>div {
    max-height: 100%;
    overflow: auto;
}
.flag{
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1rem;
}
.mobile_main_nav,
#sub_menu {
    margin-top: 60px;
    margin-bottom: 40px;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

.mobile_main_nav li a,
#sub_menu li a {
    font-family: mont;
    font-size: 24px;
    line-height: 2;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0px;
    color: #ffffff;
    width: 100%;
    display: block;
}

#close_mobile_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.main-menu-wrapper {
    opacity: 1;
    min-height: 60px;
    width: 100%;
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    display: block;
    transition: background-color .3s linear;
}

.main_nav {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.main_nav li {
    margin: 0px 15px 0px 15px;
    overflow: hidden;
    padding: 0;
    display: inline-block;
    position: relative;
}

a {
    box-shadow: none;
    text-decoration: none;
    color: inherit;
}

.main_nav li a {

    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0;
    display: inline-block;
    position: relative;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
}

.elementor-button-link {
    font-weight: 700;
    text-transform: uppercase;
    fill: #000000;
    color: #000000;
    display: block;    
    margin-left: 2rem;
    background-color: #96FBE6;
    border-radius: 50px 50px 50px 50px;
    padding: 12px 30px 12px 30px;
}

.elementor-button-link span {
    text-decoration: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.elementor-animation-rotate:active,
.elementor-animation-rotate:focus,
.elementor-animation-rotate:hover {
    transform: rotate(4deg);
}

.swiper-container {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-slide {
    cursor: pointer;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-item {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.logotype-block img {
    width: 225px;
}

.elementor-widget-wrap {
    align-content: center;
    align-items: center;
    padding: 10px 0px 10px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.header-menu,
.right-block {
    display: flex;
    align-items: center;
}

.hamburger_link {
    display: none;
}

.swiper-overlay {
    background-color: transparent;
    background-image: linear-gradient(90deg, #18113E 0%, #1D088F00 100%);
    opacity: 0.85;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    bottom: -1px
}

.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%) rotateY(180deg);
    -ms-transform: translateX(-50%) rotateY(180deg);
    width: calc(100% + 1.3px);
    height: 84px;
    transform: translateX(-50%) rotateY(180deg);
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.swiper-section .slideshow {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    margin-left: auto;
    margin-right: auto;
}

.min-500 {
    min-height: 500px;
}

.logoimage {
    width: 225px;
}

footer p {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0;
}

footer {
    padding: 40px 70px;
}

.general_wrapper {
    position: relative;
    margin-top: 30px;
}

.card-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    max-width: 1200px;
    z-index: 1;
}

#cd-google-map {
    position: relative;
}

#google-container {
    height: 600px;
    width: 100%;
    background-color: #e7eaf0;
    position: relative;
    overflow: hidden;
}

.uni__card {
    position: absolute;
    background: white;
    min-height: 300px;
    padding: 60px;
    box-sizing: border-box;
    width: 100%;
    top: 120px;
    text-align: left;
    max-width: 460px;
}

.uni__title {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 1.17;
    font-weight: 600;
}

.t-text {
    font-weight: 300;
    color: #000;
    font-size: 20px;
    line-height: 1.35;
}

.uni__card .t-text {
    opacity: 1;
    font-size: 18px;
}

#cd-zoom-in,
#cd-zoom-out {
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin-left: 10px;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: 32px 64px;
    background-image: url(../images/cd-icon-controller.svg);
}

#cd-zoom-out {
    background-position: 50% -32px;
    margin-left: 50px;
}

#cd-zoom-in {
    margin-top: 50px;
    background-position: 50% 0;
    margin-bottom: 1px;
    margin-left: 50px;
}

.social {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    font-size: 2.2rem;
    margin-right: 20px;
    line-height: 1;
}

.social li {
    margin-right: 1rem;
    margin-left: 1rem;
    word-break: break-word;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: inherit;
}

.social a {
    color: #000;
    height: 60px;
    width: 60px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #000;
    position: relative;
}
.social a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    border-radius: 50%;
    opacity: 0;
    transform: scale(.6);
    transform-origin: center;
    transition: .3s ease-out;
}
.social a:hover:after {
    opacity: 1;
    transform: scale(1.4);
}
#toTop {
    width: 45px;
    height: 45px;
    box-sizing: border-box;
    opacity: 0;
    text-align: center;
    padding: 10px 10px 10px 10px;
    position: fixed;
    bottom: 20px;
    right: 10px;
    cursor: pointer;
    transition: color 300ms, background-color 300ms, opacity 300ms;
    -moz-transition: color 300ms, background-color 300ms, opacity 300ms;
    -o-transition: color 300ms, background-color 300ms, opacity 300ms;
    -webkit-transition: color 300ms, background-color 300ms, opacity 300ms;
    z-index: 9;
    border-radius: 25px;
    background: #47ecce;
    color: #fff;
    display: block;
}

#toTop:hover {
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    transform: translate(0, -5px);
    box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
}

#toTop i {
    font-size: 1.5em;
    line-height: 24px;
}

.rev_wrp {
    width: 100%;
    text-align: center;
    margin-bottom: 4rem;
}

.rev_wrp a {
    display: block;
    margin-bottom: 17px;
    position: relative;
}

.rev_text {
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    color: #211c50;
}

.rev_avatar_modal {
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
    background-position: center;
    background-size: cover;
}

.rev_text_modal {
    font-size: 15px;
    margin-bottom: 15px;
}

.rev_author_modal {
    margin: 0;
    font-weight: bold;
    font-size: 19px;
}

.text_review::before {
    width: 90px;
    height: 90px;
    content: '';
    display: block;
    position: absolute;
    left: calc(50% - 45px);
    top: calc(50% - 45px);
    border-radius: 50%;
    background: linear-gradient(144.4deg, #BB1558 -19.3%, #FF4286 37.68%, #FF4379 106.12%);
    -webkit-box-shadow: 0px 24px 39px rgb(243 62 117 / 36%), 0px 5px 9px rgb(248 74 115 / 25%);
    box-shadow: 0px 24px 39px rgb(243 62 117 / 36%), 0px 5px 9px rgb(248 74 115 / 25%);
    background-image: url(../images/look_small.svg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.rev_wrp a:hover::before {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.rev_wrp a svg {
    width: 100%;
    height: auto;
}

.rev_element_wrp {
    display: none;
    width: 100%;
    max-width: 660px;
}

.speaker-carousel-wrapper {
    position: relative;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.swiper-section {
    min-height: 780px;
    position: relative;
}

h2 {
    font-size: 55px;
    font-weight: 800;
    line-height: 1.1em;
    text-transform: uppercase;
}

.price-section {
    background-color: #1C58F6;
    background-image: url('../images/price-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 120px 0px 120px 0px;
    position: relative;
}

.price-background-overlay {
    background-color: transparent;
    background-image: radial-gradient(at top center, #18113E 0%, #1D088F 100%);
    opacity: 0.85;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.populated {
    padding: 0 10%;
}

.relative {
    position: relative;
}

.price-block {
    background: #fff;
    border-radius: 1.5rem;
    padding: 2.5rem;
}

.card-container {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 41px -7px rgb(0 0 0 / 15%);
    display: flex;
    align-items: center;
}

.card-detail span {
    display: block;
}

.card-detail {
    border-right: 1px dashed #d1d1d1;
    padding: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.card-detail:last-child {
    border: none;
}

.card-detail.place {
    font-weight: 800;
    width: 100%;
    font-size: 2rem;
}

.card-detail.days span:first-child,
.card-detail.price span:first-child {
    font-weight: 800;
}

.order-button {
    font-weight: 700;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #000000;
    border-radius: 50px 50px;
    padding: 0.75rem;
    font-size: 1.2rem;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    justify-content: space-between;
}
.order-button i{
    width: 3rem;
    height: 3rem;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    color: #000;
    margin-left: 0.5rem;
    justify-content: center;
    font-size: 2rem;
}
.order-button i.fa-whatsapp{
color: #25d366;
}
.card-detail.price{
    width: 70%;
}
.order-button:hover {
    transform: rotate(4deg);
    color: #ffff;
}

a:hover {
    box-shadow: none;
    text-decoration: none;
}

.card-detail.days {
    width: 100%;
}

.card-container:last-child {
    margin: 0;
}

.white {
    color: #fff;
}

.bgcolor .main-menu-wrapper {
    background-color: #96FBE6;
}

.bgcolor .main_nav li a {
    color: #000;
}

.bgcolor .elementor-button-link {
    background: #000;
    color: #fff;
}

.black-logo,
.bgcolor .white-logo {
    display: none;
}

.bgcolor .black-logo {
    display: block;
}

.min-780 {
    min-height: 780px;
}

h1 {
    font-size: 7rem;
    color: #fff;
}

.cd-headline.clip span {
    display: inline-block;
    padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #aebcb9;
}

.cd-headline.clip b {
    opacity: 0;
    position: absolute;
    display: inline-block;
    white-space: nowrap;
    left:0;
    top:0;
}

.cd-headline.clip b.is-visible {
    opacity: 1;
    position: relative;
}
.banner-content{
    margin: 0 auto;
    text-align: center;
    max-width: 840px;
    position: relative;
}
.banner-content .title{
    font-size: 50px;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 18px;
    font-weight: 800;
}
.banner-content .title .d-block{
    font-size: 80px;
}
.cd-headline.clip span{
    padding: 0.2rem 0;
}
.color-theme{
    color: #31d7a9;
}
.banner-content p{
    margin: 0 auto;
    font-size: 2.8rem;
    line-height: 1.4;
    color:#fff;
}
.cd-words-wrapper{
    position: relative;
    text-align: left;
}
.about-title {
    padding: 60px 0px;
}
.our-contacts{
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}
.our-contacts .elementor-button-link{
    background-color: #31d7a9;
}
.about-content{
    background-color: #47ecce;
    padding: 60px 0;
}
.about-detail{
    margin: -80px 0px 0px 0px;
    transition-delay: 0ms;
    transition-duration: 800ms;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    opacity: 1;
    font-size: 100px;
    font-weight: 400;
}

.about-image img{
    max-width: 100%;
    height: auto;
    border-radius: 0px 25px 25px 0px;
    vertical-align: middle;
    display: inline-block;
}
.about-content .col-1{
    width: 55%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.about-content .col-2{
    width: 45%;
    justify-content: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
iframe{
    border: 0;
}
.menu-item>a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #666;
    transform-origin: right top;
    transform: scale(0,1);
    transition: color .1s,transform .2s ease-out;

}
.menu-item a:hover{
    color:#47ecce
}
.menu-item a:hover:before{
    transform-origin: left top;
    transform: scale(1,1);
    background-color: #76E6CF;
}
.bgcolor .main_nav li a:hover{
    color: #1D088F;
}
.bgcolor .main_nav li a:hover:before{
    background-color: #1D088F
}
.pt120{
    padding: 75px 0;
}
.phisophy-list {
    margin-bottom: -30px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.phisophy-list li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    display: flex;
    margin-bottom: 30px;
}
.phisophy-list li .thumb {
    width: 65px;
    height: 65px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    font-size: 30px;
    padding: 10px;
    display: flex;
    border: 1px solid #032055;
}
.phisophy-list li .title {
    width: calc(100% - 65px);
    padding-left: 20px;
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}
.about-image iframe{
    max-width: 100%;
}

.hamburger_link a:hover, .hamburger_link a:focus{
    color: inherit;
}
body.js_nav .mobile_menu_wrapper{
    -webkit-transform: translate(-200px,0);
    -ms-transform: translate(-200px,0);
    transform: translate(-200px,0);
}
#close_mobile_menu.open {
    z-index: 1;
}
body.js_nav {
    overflow: hidden;
}
body.js_nav .content.min-500{
    -webkit-filter: blur(20px);
    filter: blur(20px);
    float: left;
    width: 100%;
    background: #fff;
    z-index: 1;
    transition: all .4s;
}

body.js_nav .mobile_menu_wrapper #mobile_menu_close.button {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.mobile_menu_wrapper .get_tickets{
    display: block;
    margin-bottom: 2rem;
    width: 75%;
}
.mobile_menu_wrapper .get_tickets .elementor-button-link{
    margin-left: 0;    
    padding: 12px 0;
    background: #ffff;
}
@media (max-width:768px) {
    .right-block .get_tickets,.header-menu{
        display: none;
    }
    .our-contacts .get_tickets{
        margin-bottom: 2rem;
    }
    .hamburger_link{
        display: block;
        font-size: 32px;
        color: #fff;
    }
    .bgcolor .hamburger_link{
        color: #000;
    }
    .about-content .col-1, .about-content .col-2{
        width: 100%;
    }
    .banner-content .title{
        font-size: 30px;
    }
    h2{
        font-size: 30px;
    }
    .card-detail.price {
        width: 100%;
    }
    .banner-content .title .d-block{
        font-size: 30px;
    }
    .phisophy-list{
        margin-top: 2rem;
    }
    .card-container{
        flex-direction: column;
    }
    .footer-content>div{
        flex-direction: column-reverse;
    } 
    .about-content .d-flex{
        flex-direction: column;
    }
    .pt120 {
        padding: 75px 0 0;
    }
    #google-container{
        height: 300px;
    }
    .our-contacts{
        flex-direction:column;
    }
    .populated{
        padding:0;
    }
    .order-button{
        width: 100%;
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    justify-content: center;
    }
    .uni__card, .card-wrapper{
        position: relative;
        top:0;
    }
    .col-1.d-flex.align-items-center{
        flex-direction: column;
        margin-bottom: 2rem;
        text-align: center;
    }
    .social{
        margin: 1rem auto 2rem;
        padding: 0;
    }
}