/*!
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: A plain-vanilla & lightweight theme for Elementor page builder
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 2.3.0
	Stable tag: 2.3.0
	Requires at least: 4.7
	Tested up to: 5.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/*!
 * Based on Normalize.css v8.0.0, HTML5 Boilerplate v6.1.0, & Bootstrap Reboot v4.1.0 | Under MIT License
*/
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #FFFFFF;
    background-color: #0A0112;
}

body.dop_bottom_imgs {
    background-image: url(../images/bg_wave.png);
    background-position: bottom -300px left;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: .5rem;
    margin-bottom: 1rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: .9rem
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
    white-space: pre-wrap
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #c36
}

a:active,
a:hover {
    color: #336
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    height: auto;
    max-width: 100%
}

details {
    display: block
}

summary {
    display: list-item
}

figcaption {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    font-style: italic;
    font-weight: 400
}

[hidden],
template {
    display: none
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

@media print {

    *,
    :after,
    :before {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        page-break-inside: avoid;
        border: 1px solid #ccc
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

label {
    display: inline-block;
    line-height: 1;
    vertical-align: middle
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    width: 100%;
    border: 1px solid #666;
    border-radius: 3px;
    padding: .5rem 1rem;
    -webkit-transition: all .3s;
    transition: all .3s
}

input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
    border-color: #333;
    outline: 0 none
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    width: auto;
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

[type=button],
[type=submit],
button {
    display: inline-block;
    font-weight: 400;
    color: #c36;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #c36;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    -webkit-transition: all .3s;
    transition: all .3s
}

[type=button]:focus,
[type=submit]:focus,
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
    color: #fff;
    background-color: #c36;
    text-decoration: none
}

[type=button]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto;
    resize: vertical
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

select {
    display: block
}

table {
    background-color: transparent;
    width: 100%;
    margin-bottom: 15px;
    font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse
}

table td,
table th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid #ccc
}

table th {
    font-weight: 700
}

table tfoot th,
table thead th {
    font-size: 1em
}

table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th {
    border-top: 1px solid #ccc
}

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
    background-color: #eee
}

table tbody tr:hover > td,
table tbody tr:hover > th {
    background-color: #e9e9e9
}

table tbody + tbody {
    border-top: 2px solid #ccc
}

.wave_max_size {
    position: absolute;
    top: -100px;
    left: 0px;
    width: 100%;
    height: auto;
}

.right_tts {
    text-align: right;
}

.size_svgs .elementor-icon svg {
    width: 120px;
    height: auto;
}

.new_style_box {
    background: #0A0112;
    border: 1px solid #471870;
    border-radius: 14px;
}

.elementor-widget-yandex-maps iframe {
    border-radius: 14px;
}

.big_wave_bottom {
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: -645px;
    width: 100%;
    z-index: 0;
}

.elementor-row-new {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.elementor-row-new > * {
    width: 100%;
    max-width: 100%;
}

.new_elems_footer {
    padding: 55px 0px 0px;
    position: relative;
}


.col_padd_elems {
    padding: 0px 10px;
}

.swiper-wrapper {
    height: auto !important;
}

.elementor-widget-image-carousel .swiper-slide {
    border: 1px solid #471870;
    background: #0A0112;
    border-radius: 14px;

}

.table {
    width: 200px;
}

.button_panoram_link {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.button_panoram_link a {
    background: #8F00FF;
    padding: 15px 32px 15px 32px;
    border-radius: 14px;
    opacity: 0px;
    color: rgb(255, 255, 255);
}

.absolute_header_pano {
    position: absolute;
    width: 100%;
    background: rgb(0, 0, 0);
    z-index: 1;
    height: 100px
}

.elementor-77 .elementor-element.elementor-element-756928a .elementor-nav-menu.new_mobile_menus a {
    color: rgb(255, 255, 255);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.elementor-77 .elementor-element.elementor-element-756928a .elementor-nav-menu.new_mobile_menus a svg {
    width: 48px;
    height: 48px;
    margin-right: 15px;
}

.elementor-77 .elementor-element.elementor-element-756928a .elementor-nav-menu.new_mobile_menus ~ svg {
    width: calc(100% + 100px);
    position: absolute;
    bottom: 0px;
    left: -50px;
    height: auto;
}

.elementor-77 .elementor-element.elementor-element-756928a .elementor-nav-menu--dropdown {
    overflow: hidden;
}

.tel_bottom_absolute {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 15px;
}

.tel_bottom_absolute:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 15px;
    height: 1px;
    width: calc(100% - 30px);
    background: #8F00FF;
}

.tel_bottom_absolute a {
    color: #8F00FF !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    margin-bottom: 10px !important;
    display: block
}

.button_book_now_custom {
    position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 99999;
    cursor: pointer;
    overflow: hidden;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 40px #7F00E3;
    box-shadow: 0px 0px 40px #7F00E3;
    display: none;
}

.button_book_now_custom svg,
.link_button_panoram_fixed svg {
    position: absolute;
    left: 50%;
    top: 55%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.link_button_panoram_fixed {
    position: fixed;
    bottom: 180px;
    right: 30px;
    z-index: 99999;
    cursor: pointer;
    overflow: hidden;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 40px #7F00E3;
    box-shadow: 0px 0px 40px #7F00E3;
    display: none;
}

.header_new_pano_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 9999;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70.63%, #0A0112), to(rgba(10, 1, 18, 0)));
    background: linear-gradient(180deg, #0A0112 70.63%, rgba(10, 1, 18, 0) 100%);
    padding: 15px 30px 45px;
}

.header_new_pano_menu:before,
.header_new_pano_menu:after {
    content: "";
    position: absolute;
    width: calc(100% - 40px);
    left: 20px;
    height: 1px;
    background: #8F00FF;
    top: 30px;
}

.header_new_pano_menu:after {
    top: auto;
    bottom: 65px;
}

.center_image_header_new {
    position: relative;
    z-index: 1;
    border: 1px solid #8F00FF
}

.left_soc_icon,
.right_button_triger_menus {
    width: calc(100% - 100px);
}

.right_button_triger_menus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.image_click_open_menus {
    cursor: pointer;
}

.menu_open_podcasts {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 999;
    background: linear-gradient(72.03deg, #0A0112 35.5%, rgba(29, 2, 53, 0.7) 100%);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 120px 20px 20px;
    overflow-y: auto;
    display: none;
}

.button_book_now_custom.hide {
    visibility: hidden;
}

.menu_open_podcasts.open_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.left_info_menus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    max-height: 600px;
    width: calc(100% - 600px);
    max-width: 700px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.top_pnkt_menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 24px;
    color: rgb(255, 255, 255);
}

.top_pnkt_menu a svg {
    margin-right: 10px;
}

.bottom_info_about {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.96px;
    text-align: left;
    color: rgb(255, 255, 255);
}

.bottom_info_about a {
    font-size: 20px;
    font-weight: 500;
    line-height: 23.7px;
    text-align: left;
    color: #8F00FF;
}

.image_menu_desctop {
    width: 600px;
}

.image_menu_desctop svg {
    height: 100%;
}

.right_button_triger_menus svg:last-child {
    display: none;
}

.right_button_triger_menus.open svg:last-child {
    display: block;
}

.right_button_triger_menus.open svg:first-child {
    display: none;
}

.line_social_block_icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 20px;
    padding-left: 20px;
    width: 100%;
    max-width: 445px;
}

.elementor .line_social_block_icons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px;
    -webkit-box-shadow: 0px 0px 20px #8F00FF;
    box-shadow: 0px 0px 20px #8F00FF;

}

.elementor .line_social_block_icons a:last-child {
    margin-right: 0px;
}

.line_social_block_icons a svg {
    min-width: 248px !important;
    min-height: 248px !important;
    position: relative;
    top: 5px
}

.elementor-button-link.elementor-button.elementor-size-lg.disabled {
    opacity: 0.6;
    cursor: none;
    pointer-events: none;
}

.new_wg_wrapp section .elementor-icon {
    border-radius: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.new_wg_wrapp section .elementor-icon svg {
    min-width: 52px;
    min-height: 52px;
}

.elementor-76 .elementor-element.elementor-element-1b69cad.elementor-column.elementor-element[data-element_type="column"] > .elementor-column-wrap.elementor-element-populated > .elementor-widget-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.elementor-76 .elementor-element.elementor-element-1b69cad.elementor-column.elementor-element[data-element_type="column"] > .elementor-column-wrap.elementor-element-populated > .elementor-widget-wrap section {
    max-width: 445px;
}

.elementor-76 .elementor-element.elementor-element-83d2118 .elementor-heading-title {
    text-transform: uppercase;
}

.elementor-813 .elementor-element.elementor-element-f17a758 .elementor-heading-title,
.elementor-813 .elementor-element.elementor-element-ae3e417 .elementor-heading-title,
.elementor-813 .elementor-element.elementor-element-987a742 .elementor-heading-title {
    font-size: 20px !important
}

.elementor-813 .elementor-element.elementor-element-619d7eb .elementor-heading-title,
.elementor-813 .elementor-element.elementor-element-a50a735 .elementor-heading-title,
.elementor-813 .elementor-element.elementor-element-3635f5f .elementor-heading-title {
    font-size: 14px !important;
}

.elementor-813 .elementor-element.elementor-element-73790a1 .elementor-heading-title,
.elementor-813 .elementor-element.elementor-element-22444f9 .elementor-heading-title,
.elementor-813 .elementor-element.elementor-element-18b0541 .elementor-heading-title {
    font-size: 32px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.elementor-813 .elementor-element.elementor-element-73790a1 .elementor-heading-title span,
.elementor-813 .elementor-element.elementor-element-22444f9 .elementor-heading-title span,
.elementor-813 .elementor-element.elementor-element-18b0541 .elementor-heading-title span {
    color: #EAEAEA;
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-left: 8px;

}

.new_block_crown {
    width: 100%;
    padding: 12px 25px;
    border: 1px solid #471870;
    -webkit-box-shadow: 0px 4px 8px 0px #47187052;
    box-shadow: 0px 4px 8px 0px #47187052;
    border-radius: 14px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.new_block_crown > div {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.left_bl_cr {
    padding-right: 20px;
    border-right: 1px solid #471870;
}

.right_bl_cr {
    padding-left: 20px;
}

.image_bl_cr {
    width: 140px;
}

.image_bl_cr svg {
    width: 100%;
}

.list_bl_cr {
    padding-left: 5px;
    width: calc(100% - 140px);
}

.list_bl_cr p {
    padding-left: 16px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    position: relative;
}

.list_bl_cr p:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #8F00FF;
    top: 8px;
    left: 0px;
}

.mini_block_lines {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    width: 100%;
}

.one_mini_block_line {
    border: 1px solid #471870;
    -webkit-box-shadow: 0px 4px 8px 0px #47187052;
    box-shadow: 0px 4px 8px 0px #47187052;
    padding: 20px 10px;
    border-radius: 14px;
    min-height: 170px;
    width: calc(20% - 16px);
    margin-right: 20px
}

.one_mini_block_line:last-child {
    margin-right: 0px;
}

.one_mini_block_line p {
    height: 50px;
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.new_mini_elem_center .elementor-align-right {
    text-align: center;
}

.new_mini_elem_center .elementor-align-right a {
    fill: #FFFFFF;
    color: #8F00FF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #8F00FF;
    background-color: transparent;
    padding: 15px 32px 15px 32px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 500;
}

.elementor-813 .elementor-element.elementor-element-3552185 {
    z-index: 1
}

.elementor-813 .elementor-element:not(.tr_line_down_white) {
    border-top: none !important;
}

.elementor-813 .elementor-element.tr_line_down_white {
    margin-bottom: -35px !important;
}

.elementor-813 .elementor-element.tr_line_down_white .elementor-widget-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.elementor-813 .elementor-element.tr_line_down_white .elementor-widget-container .elementor-heading-title {
    width: auto;
    position: relative;
    color: rgba(143, 0, 255, 0.5);
}

.elementor-813 .elementor-element.tr_line_down_white .elementor-widget-container .elementor-heading-title:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0px;
    margin-top: -1px;
    background: #8F00FF;
}

.elementor-row.new_rw_topts > div .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
    font-weight: 400;
    font-size: 14px;
}

.elementor-location-footer .elementor-row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.elementor-204 .elementor-element.elementor-element-526a0cb {
    width: 25% !important;
}

.elementor-204 .elementor-element.elementor-element-fc1a33a {
    width: 50% !important
}

.preloader_section_open {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 99999999;
    background: rgb(0, 0, 0);
}

.elementor-element-7cd67e8b{
    z-index: 1;
}

.overlay_modal_block{
    position:fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height:100%;
    z-index:99999;
    background:rgba(0, 0, 0, 0.5);
    display: none;
}

.modal_form_block{
    position:fixed;
    top: 50%;
    left: 50%;
    z-index:999999;
    -webkit-transform:translate(-50%, -50%);
            transform:translate(-50%, -50%);
    padding: 50px 20px 20px;
    background: rgb(0, 0, 0);
    border: 1px solid rgba(71, 24, 112, 1);
    border-radius:14px;
    width: calc(100% - 20px);
    max-width:500px;
    max-height:calc(100vh - 20px);
    -webkit-box-shadow: 0px 4px 30px 0px rgba(71, 24, 112, 1);
            box-shadow: 0px 4px 30px 0px rgba(71, 24, 112, 1);
    display: none;
}

.close_modal_block{
    position:absolute;
    right: 15px;
    top: 10px;
    width: 25px;
    height: 25px;
    cursor:pointer;
}

.close_modal_block:after, .close_modal_block:before{
    content:"";
    position:absolute;
    left: 0px;
    top: 50%;
    height:2px;
    width: 100%;
    -webkit-transform:rotate(45deg);
            transform:rotate(45deg);
/*    background:rgba(71, 24, 112, 1);*/
background:rgba(255, 255, 255, 1);
}

.close_modal_block:before{
    -webkit-transform:rotate(-45deg);
            transform:rotate(-45deg);
}

.modal_form_block input:not([type="submit"]){
    width: 100%;
    margin-bottom:10px;
    border: 1px solid #471870;
    border-radius: 14px;
    padding: 15px 24px;
    background: #0A0112;
    color: rgb(255, 255, 255);
    font-size: 16px;
}
.modal_form_block input[type="submit"]{
    width: 200px;
    height:60px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    fill: #FFFFFF;
    color: #FFFFFF;
    background: #8F00FF;
    border-style: solid;
    border-radius: 14px;
    border: none;
    font-size: 16px;
    font-weight: 400;
}

.block_top_video_autostart{
    width: 100%;
    margin-bottom: 25px;
}

.block_top_video_autostart video{
    width:100%;
    -o-object-fit: cover;
       object-fit: cover;
}


@media screen and (max-width:920px) {
    .one_mini_block_line {
        width: calc(33.333% - 16px);
        margin-right: 20px;
        margin-bottom: 15px;
    }

    .one_mini_block_line:nth-child(3) {
        margin-right: 0px;
    }
}

@media (max-width:767px) {
    table table {
        font-size: .8em
    }

    table table td,
    table table th {
        padding: 7px;
        line-height: 1.3
    }

    table table th {
        font-weight: 400
    }

    .center_image_header_new {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }

    .header_new_pano_menu {
        padding: 5px 5px 25px
    }

    .header_new_pano_menu:before,
    .header_new_pano_menu:after {
        top: 23px;
        width: calc(100% - 6px);
        left: 3px;
    }

    .header_new_pano_menu:after {
        top: auto;
        bottom: 43px;
    }

    .button_book_now_custom,
    .link_button_panoram_fixed {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        right: 20px
    }

    .elementor-element.elementor-element-f57780e {
        display: none;
    }

    .elementor-76 .elementor-element.elementor-element-1b69cad.elementor-column.elementor-element[data-element_type="column"] > .elementor-column-wrap.elementor-element-populated > .elementor-widget-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .one_mini_block_line {
        width: calc(50% - 16px);
        margin-right: 20px;
        margin-bottom: 15px;
    }

    .one_mini_block_line:nth-child(2n) {
        margin-right: 0px;
    }

    .one_mini_block_line:nth-child(3) {
        margin-right: 20px;
    }
}

@media (max-width:1024px) {
    .image_menu_desctop {
        display: none;
    }

    .left_info_menus {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width:767px) {
    .elementor-77 .elementor-element.elementor-element-153858f .elementor-widget-image a {
        display: block;
        max-width: 200px;
        overflow: hidden;
    }

    .elementor-77 .elementor-element.elementor-element-18a39cb .elementor-heading-title.elementor-size-default {
        text-align: center;
        margin-bottom: 15px
    }

    .audio_podcast_section img {
        width: 100%;
    }

    .elementor-element-bd2c7f1 .elementor-row,
    .elementor-element-1ea027d .elementor-row,
    .elementor-element-2def967 .elementor-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-76 .elementor-element.elementor-element-861d2d1 > .elementor-container {
        min-height: inherit !important
    }

    .elementor-76 .elementor-element.elementor-element-8c9e5d9 .elementor-heading-title,
    .elementor-76 .elementor-element.elementor-element-bf6fba8 .elementor-heading-title,
    .elementor-76 .elementor-element.elementor-element-44fda27 .elementor-heading-title {
        font-size: 20px !important;
        text-align: center;
    }

    .elementor-76 .elementor-element.elementor-element-769c0f7 .elementor-heading-title,
    .elementor-76 .elementor-element.elementor-element-86149c9 .elementor-heading-title,
    .elementor-76 .elementor-element.elementor-element-8de4999 .elementor-heading-title {
        text-align: center;
    }

    .elementor-element-99b3f0d .elementor-widget-wrap,
    .elementor-element-28da5c2 .elementor-widget-wrap,
    .elementor-element-0674cc4 .elementor-widget-wrap {
        padding: 10px 0px !important;
    }

    .elementor-element-243fe73 > div,
    .elementor-element-ca0c55a > div,
    .elementor-element-802c905 > div {
        margin-bottom: 10px;
    }

    .elementor-432 .elementor-element.elementor-element-19e65ac {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .elementor-element-472007d > div,
    .elementor-element-651fb00 > div,
    .elementor-element-a5f20cc > div,
    .elementor-element-1c1ed3b > div {
        margin-bottom: 10px;
    }

    .elementor-77 .elementor-element.elementor-element-756928a .elementor-nav-menu--dropdown a:hover,
    .elementor-77 .elementor-element.elementor-element-756928a .elementor-nav-menu--dropdown a.elementor-item-active,
    .elementor-77 .elementor-element.elementor-element-756928a .elementor-nav-menu--dropdown a.highlighted {
        background: transparent !important;
        color: #8F00FF !important;
    }

    .elementor-element.elementor-element-34aaa9b {
        margin-bottom: 10px
    }

    .mini_new_line_mob .elementor-element-populated .elementor-widget-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .mini_new_line_mob .elementor-element-populated .elementor-widget-wrap .elementor-widget-icon {
        width: 95px;
    }

    .mini_new_line_mob .elementor-element-populated .elementor-widget-wrap .elementor-widget-heading {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .elementor-76 .elementor-element.elementor-element-ec637f7,
    .elementor-76 .elementor-element.elementor-element-f1f159f,
    .elementor-76 .elementor-element.elementor-element-74e1fda,
    .elementor-76 .elementor-element.elementor-element-204ff86 {
        width: 50%;
    }

    .elementor-813 .elementor-element.elementor-element-cb3d7a9:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap,
    .elementor-813 .elementor-element.elementor-element-a78432c:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap,
    .elementor-813 .elementor-element.elementor-element-51a3b9c > .elementor-element-populated {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .new_block_crown {
        border: none;
        padding: 0px;
        display: block;
        margin-bottom: 0px;
    }

    .new_block_crown > div {
        padding: 0px;
        width: 100%;
        border-right: none;
        border: 1px solid #471870;
        -webkit-box-shadow: 0px 4px 8px 0px #47187052;
        box-shadow: 0px 4px 8px 0px #47187052;
        border-radius: 14px;
        margin-bottom: 15px;
        padding: 15px 10px 15px 0px;
    }

    .image_bl_cr {
        width: 90px;
    }

    .list_bl_cr {
        width: calc(100% - 90px);
    }

    .list_bl_cr p {
        font-size: 14px;
    }

    .one_mini_block_line,
    .one_mini_block_line:nth-child(3) {
        width: 100%;
        margin-right: 0px;
    }

    .elementor-204 .elementor-element.elementor-element-526a0cb {
        width: 100% !important;
    }

    .elementor-204 .elementor-element.elementor-element-fc1a33a {
        width: 100% !important
    }
}

.center_video_show{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height:100%;
    object-fit: cover;
    display: none;
}

.max_height_mob_style{
    position:relative;
}

@media screen and (max-width:520px) {
    .elementor-76 .elementor-element.elementor-element-1b69cad.elementor-column.elementor-element[data-element_type="column"] > .elementor-column-wrap.elementor-element-populated > .elementor-widget-wrap section {
        max-width: 100%;
    }

    .line_social_block_icons {
        max-width: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding-left: 0px;
        border-top: 1px solid #8F00FF;
        border-bottom: 1px solid #8F00FF;
        padding: 15px 0px;
    }

    .elementor .line_social_block_icons a {
        width: 40px;
        height: 40px;
        margin-right: 8px;
    }

    .elementor .line_social_block_icons a:last-child {
        margin-right: 0px;
    }

    .new_wg_wrapp .elementor-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .elementor-76 .elementor-element.elementor-element-99b3f0d,
    .elementor-76 .elementor-element.elementor-element-28da5c2,
    .elementor-76 .elementor-element.elementor-element-0674cc4 {
        width: 40px !important;
    }
    section.max_height_mob_style{
        max-height:calc(100vh - 75px);
        padding-bottom:15px;
    }

    section.max_height_mob_style > div.elementor-container, section.max_height_mob_style > div.elementor-container > div{
        height: 100%;
        z-index: 1;
    }
    .center_video_show{
        display:block;
        z-index:0;
    }

    .elementor .center_video_show{
        width: 100%;
        left: 0px;
    }

    .elementor .center_video_show video{
        position:relative;
        height:100%;
        width: 100%;
        left: 0px;
        max-width:inherit;
        object-fit: cover;
    }

    .center_video_show:after{
        content: "";
        position: absolute;
        z-index: 1;
        width: 100%;
        height:100%;
        background: rgba(0, 0, 0, 0.5);
        top: 0px;
        left: 0px;
    }
    .elementor-row.new_rw_topts > div {
        width: 100% !important;
        height: calc((100vh - 75px)/8);
        max-height:70px;
    }

    .elementor-row.new_rw_topts > div svg{
        /*max-height: calc((100vh - 150px)/8);
        max-width: inherit;
        width: auto;*/
    }
    .elementor-row.new_rw_topts > div .elementor-icon-box-wrapper .elementor-icon-box-icon{
        width: 45px;
        height: 45px;
    }

    .elementor-row.new_rw_topts > div .elementor-icon-box-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left;
    }

    .elementor-row.new_rw_topts > div .elementor-icon-box-wrapper .elementor-icon-box-icon {
        margin-bottom: 0px;
/*        width: 80px;*/
/*        height: 80px;*/
        overflow: hidden;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 8px;
    }

    .elementor-row.new_rw_topts > div .elementor-icon-box-wrapper .elementor-icon-box-content {
        width: calc(100% - 88px);
    }

    .elementor-row.new_rw_topts > div .elementor-icon-box-wrapper .elementor-icon-box-icon svg {
        width: 67px;
        height: 67px;
    }

    .elementor-76 .elementor-element.elementor-element-83d2118 .elementor-heading-title {
        font-size: 22px !important;
    }

    .this_oth_pages_top {
        padding-top: 30px
    }

    .elementor-77 .elementor-element.elementor-element-153858f .elementor-widget-image a{
        transform: scale(0.75);
        left: -20px;
        position:relative;
    }
    .elementor.elementor-77.elementor-location-header{
        position:relative;
    }
    .elementor-76 .elementor-element.elementor-element-7cd67e8b{
        padding-top: 0px!important;
    }

    .elementor-77 .elementor-element.elementor-element-153858f{
        top: -14px;
    }

    .elementor-77 .elementor-element.elementor-element-90e8788 {
        top: -20px;
    }

    .elementor-77 .elementor-element.elementor-element-756928a .elementor-nav-menu--dropdown {
        height: calc(100vh - 75px)!important;
    }
    .elementor-76 .elementor-element.elementor-element-7cd67e8b:not(.elementor-motion-effects-element-type-background), .elementor-76 .elementor-element.elementor-element-7cd67e8b > .elementor-motion-effects-container > .elementor-motion-effects-layer{
        margin-top: 200px;
    }
}

dd,
dl,
dt,
li,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

html.open_menu_class, body.open_menu_class{
    overflow: hidden;

}
