#main-navigation {
    display: none;
}

#main-navigation.always-on {
    display: flex;
}

#mobile-panel {
    display: none !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: #EEF5FE !important;
    z-index: 9999999 !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-text-size-adjust: 100%;
}

#mobile-panel > .portrait,
#mobile-panel > .landscape {
    margin: 0 !important;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
}

#mobile-panel h1 {
    text-align: center;
    font-size: 4rem;
    letter-spacing: .01rem;
    color: #273e5d;
    line-height: 1.15;
    font-weight: 700;
    margin: 0 0 2.0rem 0;
}

#mobile-panel h2 {
    text-align: center;
    font-size: 2.6rem;
    letter-spacing: .01rem;
    color: #273e5d;
    line-height: 1.15;
    font-weight: 700;
    margin: 0 0 3rem 0;
}

#mobile-panel h3 {
    text-align: center;
    font-size: 2.4rem;
    letter-spacing: .025rem;
    color: #273e5d;
    font-weight: 900;
    line-height: 1.35;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 3rem;
}

#mobile-panel .landscape h1 { margin: 0; }
#mobile-panel .landscape h2 {
    max-width: 380px;
    width: 100%;
    line-height: normal;
    margin: 0;
}

#mobile-panel .landscape .mobile-landscape-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6rem;
    max-width: 370px;
}

#mobile-panel .landscape .mobile-landscape-content .mobile-landscape-texts {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

#mobile-panel .landscape #landscape-icon {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 20px;
}

#mobile-panel .landscape .mobile-landscape-texts-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;

}

#mobile-panel .landscape .customize-hotspots-landscape-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

#mobile-panel .landscape .customize-hotspots-landscape-icon h3 {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    margin: 0 !important;
}

#mobile-panel .landscape h3 {
    text-align: left;
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0 !important;
}

#mobile-panel img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

#mobile-panel .icon-large {
    display: flex;
    justify-content: center;
}

#mobile-panel .portrait img {
    max-height: 400px;
    width: auto;
}


#mobile-panel .portrait .icon-large {
    width: 300px;
    margin: 3rem 0 2rem 0;
}

#mobile-panel .portrait .standalone-title {
    padding-bottom: 5rem;
}

#mobile-panel .portrait h3 {
    margin-bottom: 4rem;
}

#mobile-panel .portrait .portrait-h3-text {
    font-size: 2.8rem;
    padding-bottom: 3rem;
}

#mobile-panel .landscape .icon-large {
    width: 100px;
}

#mobile-panel .icon-large svg {
    width: 50px;
    height: auto;
}

#mobile-panel .portrait .icon-large svg {
    width: 60px;
}

/*#mobile-panel .icon-large > svg circle { fill: #3461c9; }
#mobile-panel .icon-large > svg :is(line, rect, polyline, path) { stroke: #3461c9; }
#mobile-panel .icon-large > svg path.path-fill { fill: #3461c9; stroke: none; }*/

.mobile-panel-close {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 410px;
    height: 60px;
    border-radius: 50px;
    background: #3461C9;
    color: #fff;
    font-weight: 700;
    font-size: 2.4rem;
    text-decoration: none;
    box-sizing: border-box;
}

.mobile-panel-close,
.mobile-panel-close:hover,
.mobile-panel-close:focus,
.mobile-panel-close:active,
.mobile-panel-close:visited {
    color: #fff !important;
    text-decoration: none !important;
    outline: none !important;
}

#mobile-panel .landscape .mobile-panel-close {
    max-width: 359px;
}

#mobile-panel .landscape img {
    flex-shrink: 0;
}

#mobile-panel .landscape .mobile-landscape-content {
    flex-shrink: 0;
    min-width: 340px;
}

@media screen and (max-width: 1024px) {
    #container,
    #designerContent,
    .panel-wrapper,
    .window-wrapper,
    body.web-designer,
    body.mobile-designer {
        transform: none !important;
        filter: none !important;
        perspective: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    #mobile-panel {
        display: flex !important;
    }

    .editor-page :is(.window-wrapper, .editor__loader) {
        display: none !important;
    }
    body.mobile-designer {
        overflow: hidden;
        height: 100%;
        position: fixed;
        width: 100%;
    }

    @media (orientation: portrait) {
        #mobile-panel > .portrait { display: flex; }
        #mobile-panel > .landscape { display: none; }
    }

    @media (orientation: landscape) {
        #mobile-panel > .portrait { display: none; }
        #mobile-panel > .landscape {
            display: flex;
            flex-direction: row;
            gap: 80px;
        }
    }
}

@media screen and (max-width: 375px) {
    #mobile-panel h1 {
        font-size: 3.5rem;
        margin-bottom: 1.5rem;
    }

    #mobile-panel h2 {
        font-size: 2.2rem;
        margin-bottom: 1.5rem;
    }

    #mobile-panel h3 {
        font-size: 2.0rem;
        margin-bottom: 1.5rem;
    }

    .mobile-panel-close {
        width: 90%;
        max-width: 320px;
    }

    #mobile-panel .landscape .mobile-landscape-content {
        min-width: unset;
        width: 100%;
        padding: 0 15px;
    }
}


@media screen and (max-width: 850px) and (orientation: landscape) {
    #mobile-panel > .landscape {
        gap: 20px !important;
    }
}
@media (max-height: 850px) and (orientation: portrait) {
    #mobile-panel > .portrait { transform: scale(0.85); transform-origin: center center; }
}
@media (max-height: 700px) and (orientation: portrait) {
    #mobile-panel > .portrait { transform: scale(0.75); transform-origin: center center; }
}
@media screen and (max-height: 600px) and (orientation: portrait) {
    #mobile-panel > .portrait {
        transform: scale(0.65);
        transform-origin: center center;
    }
}
@media (max-height: 500px) and (orientation: landscape) {
    #mobile-panel > .landscape { transform: scale(0.85); transform-origin: center center; }
}
@media (max-height: 400px) and (orientation: landscape) {
    #mobile-panel > .landscape { transform: scale(0.75); transform-origin: center center; }
}
