/* Hide reference Elementor section */
section[data-id="14b45ced"] {
    display: none !important;
}

/* Hide Yandex Translate widget */
#ytWidget {
    display: none !important;
}

/* Remove bottom margin from footer section */
.elementor-element-443032a7 {
    margin-bottom: 0 !important;
}

.mindeo-alt-header {
    background-color: #54595f;
    border-top: 3px solid #46e0d6;
    border-bottom: 3px solid #46e0d6;
    color: #ffffff;
    width: 100%;
    font-family: "Alata", sans-serif;
    position: relative;
    z-index: 25;
}

.mindeo-alt-header__inner {
    max-width: 1220px;
    margin: 0 auto;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.mindeo-alt-header__logo img {
    max-height: 48px;
    width: auto;
    display: block;
}

.mindeo-alt-header__nav {
    flex: 1 1 0;
    min-width: 0;
}

/* Styles for ROOT ul only, not submenus */
.mindeo-alt-header__nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    gap: 14px;
    font-family: "Advent Pro", sans-serif;
    font-size: 17px;
    font-weight: 500;
    text-transform: none;
    flex-wrap: nowrap;
}

.mindeo-alt-header__nav > ul > li {
    position: relative;
}

.mindeo-alt-header__nav a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s ease;
    white-space: nowrap;
    display: block;
    padding: 8px 0;
}

.mindeo-alt-header__nav a:hover,
.mindeo-alt-header__nav a:focus {
    color: #46e0d6;
}

/* Dropdown menu styles */
.mindeo-alt-header__nav-item--has-children > a::after {
    content: ' ▼';
    font-size: 10px;
    margin-left: 4px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.mindeo-alt-header__nav-item--has-children:hover > a::after {
    transform: rotate(180deg);
}

.mindeo-alt-header__submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    background: #54595f;
    border-top: 2px solid #46e0d6;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    padding: 8px 0;
    list-style: none;
    margin: 0;
    display: block;
    flex-direction: column;
    gap: 0;
    justify-content: flex-start;
}

.mindeo-alt-header__nav-item--has-children:hover > .mindeo-alt-header__submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mindeo-alt-header__submenu li {
    position: relative;
    display: block;
    width: 100%;
}

.mindeo-alt-header__submenu a {
    padding: 10px 20px;
    white-space: nowrap;
    display: block;
    font-size: 15px;
}

.mindeo-alt-header__submenu a:hover {
    background: rgba(70, 224, 214, 0.1);
}

/* Second level submenu */
.mindeo-alt-header__submenu .mindeo-alt-header__submenu {
    top: 0;
    left: 100%;
    border-radius: 6px;
    margin-left: 2px;
}

.mindeo-alt-header__submenu .mindeo-alt-header__nav-item--has-children > a::after {
    content: ' ▶';
    float: right;
    margin-left: 12px;
}

.mindeo-alt-header__submenu .mindeo-alt-header__nav-item--has-children:hover > a::after {
    transform: none;
}

.mindeo-alt-header__actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.mindeo-alt-header__phone {
    font-family: "Alata", sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.4px;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.mindeo-alt-header__phone:hover,
.mindeo-alt-header__phone:focus {
    color: #46e0d6;
}

.mindeo-alt-header__call {
    display: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #1fc167;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

.mindeo-alt-header__call:hover,
.mindeo-alt-header__call:focus {
    background-color: #19a959;
}

.mindeo-alt-header__call-icon {
    width: 22px;
    height: 22px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"%3E%3Cpath d="M22 16.92v3a2 2 0 0 1-2.18 2A19.79 19.79 0 0 1 3.11 5.18 2 2 0 0 1 5.11 3h3a1 1 0 0 1 1 .75 12.36 12.36 0 0 0 .57 2.57 1 1 0 0 1-.23 1l-1.27 1.27a16 16 0 0 0 6.37 6.37l1.27-1.27a1 1 0 0 1 1-.23 12.36 12.36 0 0 0 2.57.57 1 1 0 0 1 .75 1z"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.mindeo-alt-header__burger {
    width: 46px;
    height: 46px;
    border-radius: 6px;
    border: 2px solid #ff5e13;
    background-color: transparent;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.mindeo-alt-header__burger span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #ff5e13;
    transition: background-color 0.2s ease;
}

.mindeo-alt-header__burger:hover,
.mindeo-alt-header__burger:focus {
    background-color: rgba(255, 94, 19, 0.1);
    border-color: #ff5e13;
}

.mindeo-alt-header__burger:hover span,
.mindeo-alt-header__burger:focus span {
    background-color: #ffffff;
}

.mindeo-alt-header__lang {
    display: flex;
    align-items: center;
}


.mindeo-alt-header__drawer,
.mindeo-alt-header__drawer-overlay {
    display: none;
}

.mindeo-alt-header__drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 280px;
    background-color: #2f3338;
    color: #ffffff;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    box-shadow: -4px 0 16px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: flex;
    flex-direction: column;
}

.mindeo-alt-header__drawer.mindeo-alt-header__drawer--open {
    transform: translateX(0);
}

.mindeo-alt-header__drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mindeo-alt-header__drawer-close {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
}

.mindeo-alt-header__drawer-nav {
    flex: 1 1 auto;
    padding: 20px;
}

.mindeo-alt-header__drawer-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mindeo-alt-header__drawer-nav a {
    color: #ffffff;
    font-family: "Advent Pro", sans-serif;
    font-size: 20px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.mindeo-alt-header__drawer-nav a:hover,
.mindeo-alt-header__drawer-nav a:focus {
    color: #46e0d6;
}

@media (max-width: 767px) {
    .mindeo-alt-header__drawer,
    .mindeo-alt-header__drawer-overlay {
        display: block;
    }

    .mindeo-alt-header__drawer {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 280px;
        background-color: #2f3338;
        color: #ffffff;
        transform: translateX(100%);
        transition: transform 0.3s ease;
        box-shadow: -4px 0 16px rgba(0, 0, 0, 0.3);
        z-index: 9999;
        display: flex;
        flex-direction: column;
    }

    .mindeo-alt-header__drawer-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
        z-index: 9998;
    }
}

.mindeo-alt-header__drawer-overlay--visible {
    opacity: 1;
    pointer-events: auto;
}

.mindeo-alt-header .lang.lang_header {
    position: relative !important;
    transform: none !important;
    top: auto !important;
    right: auto !important;
    margin: 0 !important;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    padding: 4px 8px;
    min-width: 68px;
    box-shadow: none;
}

.mindeo-alt-header .lang_simple .lang__link_select {
    color: #ffffff;
}

.mindeo-alt-header .lang_simple .lang__link_select .lang__name,
.mindeo-alt-header .lang_simple .lang__link_sub .lang__name {
    display: flex;
    align-items: center;
    gap: 6px;
}

.lang-flag-img {
    width: 20px;
    height: 14px;
    border-radius: 2px;
    display: block;
    object-fit: cover;
}

.lang-text {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
}

.mindeo-alt-header .lang_simple .lang__link_select:hover {
    background: rgba(255, 255, 255, 0.08);
}

.mindeo-alt-header .lang_simple .lang-arrow {
    color: #ffffff;
}

.mindeo-alt-header .lang_simple .lang__list {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    left: auto !important;
    background: rgba(34, 34, 34, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
    padding: 6px;
    z-index: 40;
}

.mindeo-alt-header .lang_simple .lang__link_sub {
    color: #ffffff;
}

.mindeo-alt-header .lang_simple .lang__link_sub:hover {
    background: rgba(255, 255, 255, 0.12);
}

.mindeo-alt-header__drawer-nav li {
    position: relative;
}

.mindeo-alt-header__drawer-item--has-children {
    position: relative;
    padding-bottom: 6px;
}

.mindeo-alt-header__drawer-toggle {
    background: none;
    border: none;
    color: #ffffff;
    font-family: "Advent Pro", sans-serif;
    font-size: 20px;
    text-align: left;
    width: 100%;
    padding: 0 8px 0 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    position: relative;
}

.mindeo-alt-header__drawer-toggle::after {
    content: '▼';
    font-size: 12px;
    transition: transform 0.3s ease;
    color: #46e0d6;
    flex-shrink: 0;
}

.mindeo-alt-header__drawer-toggle[aria-expanded="true"]::after {
    transform: rotate(-180deg);
}

.mindeo-alt-header__drawer-sublist {
    list-style: none;
    margin: 8px 0 0 12px;
    padding: 0 0 0 16px;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.04);
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 6px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.4s ease, margin 0.4s ease;
}

.mindeo-alt-header__drawer-sublist.is-open {
    max-height: 2000px;
    opacity: 1;
    padding-top: 12px;
}

.mindeo-alt-header__drawer-sublist a,
.mindeo-alt-header__drawer-sublist .mindeo-alt-header__drawer-toggle {
    font-size: 18px;
    gap: 10px;
    padding-left: 8px;
}

.mindeo-alt-header__drawer-sublist .mindeo-alt-header__drawer-toggle::after {
    font-size: 10px;
}

.mindeo-alt-header__drawer-sublist > li > a::before,
.mindeo-alt-header__drawer-sublist > li > .mindeo-alt-header__drawer-toggle::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #46e0d6;
    flex: 0 0 auto;
    margin-right: 6px;
    box-shadow: 0 0 0 2px rgba(70, 224, 214, 0.25);
}

.mindeo-alt-header__drawer-sublist .mindeo-alt-header__drawer-sublist {
    margin: 10px 0 0 14px;
    padding-left: 10px;
    background: rgba(255, 255, 255, 0.06);
    border-left-color: rgba(255, 255, 255, 0.25);
    margin-right: 12px;
}

.mindeo-alt-header__drawer-sublist > li > a {
    display: flex;
    align-items: center;
}

.mindeo-alt-header__drawer,
.mindeo-alt-header__drawer-overlay {
    display: none;
}

.mindeo-alt-header__drawer.mindeo-alt-header__drawer--open,
.mindeo-alt-header__drawer-overlay.mindeo-alt-header__drawer-overlay--visible {
    display: block;
}

@media (max-width: 1024px) {
    .mindeo-alt-header__inner {
        gap: 20px;
    }

    .mindeo-alt-header__nav > ul {
        gap: 12px;
        font-size: 15px;
    }

    .mindeo-alt-header__nav a {
        padding: 6px 0;
    }

    .mindeo-alt-header__submenu {
        min-width: 220px;
    }

    .mindeo-alt-header__submenu a {
        font-size: 14px;
        padding: 9px 16px;
    }

    .mindeo-alt-header__phone {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .mindeo-alt-header__inner {
        padding: 12px 16px;
        display: grid;
        grid-template-columns: auto 1fr;
        grid-template-rows: auto;
        align-items: center;
        gap: 12px;
    }

    .mindeo-alt-header__logo {
        grid-column: 1 / 2;
    }

    .mindeo-alt-header__nav {
        display: none;
    }

    .mindeo-alt-header__phone {
        display: none;
    }

    .mindeo-alt-header__call {
        display: inline-flex;
    }

    .mindeo-alt-header__actions {
        grid-column: 2 / 3;
        justify-content: flex-end;
        gap: 12px;
    }

    .mindeo-alt-header__logo img {
        max-width: 180px;
        max-height: 42px;
    }

    .mindeo-alt-header__lang .lang.lang_header {
        padding: 4px 10px;
        min-width: 56px;
        height: 44px;
        display: flex !important;
        align-items: center;
    }

    .mindeo-alt-header__lang .lang_simple .lang__link_select {
        min-height: 36px;
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .mindeo-alt-header__burger {
        display: flex;
        width: 44px;
        height: 44px;
    }

    .mindeo-alt-header__drawer,
    .mindeo-alt-header__drawer-overlay {
        display: block;
    }
}

@media (max-width: 480px) {
    .mindeo-alt-header__inner {
        grid-template-columns: auto auto;
    }

    .mindeo-alt-header__logo img {
        max-width: 150px;
    }
}

/* Mobile Slider */
.mindeo-mobile-slider-wrapper {
    display: none;
}

/* Hide specific blocks on home page mobile version */
@media (max-width: 768px) {
    body.home .elementor-element-b9c2f80,
    body.home .elementor-element-bd94453,
    body.home .elementor-element-8260db0,
    body.home .elementor-element-9c396fd,
    body.home .elementor-element-7b28881 .e-con-inner,
    body.home .elementor-element-4cfe81d,
    body.home .elementor-element-034bb4b,
    body.home .elementor-element-3016b19,
    body.home .elementor-element-71cf733,
    body.home .elementor-element-88d71b7,
    body.home .elementor-element-7af36d4,
    body.home .elementor-element-aed9a34,
    body.home .elementor-element-3bac62a,
    body.home .elementor-element-3c49050c,
    body.home .elementor-element-a3152b0,
    body.home .elementor-element-96668e7,
    body.home .wp-image-2125,
    body.home .wp-image-2124,
    body.home .wp-image-2126,
    body.home .ekit-image-accordion.elementskit-image-accordion-wraper,
    body.home h2.elementor-heading-title.elementor-size-large,
    body.home .e-con-inner:empty,
    body.home .elementor-divider {
        display: none !important;
    }

    /* Remove margin and padding from main content wrapper */
    #main > div.elementor.elementor-51 > section > div > div > div > div > div {
        margin: 0 !important;
        padding: 0 !important;
    }

    .mindeo-mobile-slider-wrapper {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .mindeo-mobile-slider__title {
        font-family: "Roboto", Sans-serif;
        font-size: 29px;
        font-weight: 600;
        line-height: 1;
        color: #A5A5A5;
        background-color: #161616;
        margin: 0;
        padding: 20px 15px;
        text-align: center;
    }

    .mindeo-mobile-slider {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .mindeo-mobile-slider__track {
        display: flex;
        transition: transform 0.3s ease-out;
        touch-action: pan-y;
        user-select: none;
        cursor: grab;
    }

    .mindeo-mobile-slider__track:active {
        cursor: grabbing;
    }

    .mindeo-mobile-slider__slide {
        flex: 0 0 100%;
        width: 100%;
        padding: 0;
        box-sizing: border-box;
    }

    .mindeo-mobile-slider__link {
        display: block;
        width: 100%;
        text-decoration: none;
    }

    .mindeo-mobile-slider__image {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 0;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .mindeo-mobile-slider__pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        padding: 12px 0;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
    }

    .mindeo-mobile-slider__dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.5);
        border: none;
        padding: 0;
        cursor: pointer;
        transition: all 0.3s ease;
        outline: none;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    }

    .mindeo-mobile-slider__dot:hover {
        background-color: rgba(255, 255, 255, 0.8);
        transform: scale(1.2);
    }

    .mindeo-mobile-slider__dot--active {
        background-color: #46e0d6;
        width: 12px;
        height: 12px;
        box-shadow: 0 2px 6px rgba(70, 224, 214, 0.5);
    }

    .mindeo-mobile-slider__dot:focus {
        outline: 2px solid #46e0d6;
        outline-offset: 2px;
    }
}

body.mindeo-alt-header--drawer-open {
    overflow: hidden;
}

