<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  */

.mod-sh {
    display: none;
}

.msh-head .bttClose {
    height: 1rem;
    width: 1rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.msh-head .bttClose .ico {
    height: 1rem;
    width: 1rem;
    cursor: pointer;
}

.mod-sh.open {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
}

.mod-sh .back {
    width: 100%;
    height: 100%;
    background-color: #4f4f4fe6;
    top: 0;
    position: absolute;
}

.mod-sh .front {
    background-color: #fff;
    position: absolute;
    width: 390px;
    height: 7.25rem;
    box-shadow: 0rem 0.1875rem 0.375rem #00000029;
    top: calc(50% - 3.75rem);
    left: calc(50% - 195px);
}

.msh-head {
    height: 2rem;
}

.msh-head .txt {
    padding-top: 1rem;
    height: 1rem;
    line-height: 1rem;
    margin-left: 0.625rem;
}

.msh-main {
    width: 100%;
    height: calc(100% - 2rem);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}


.msh-btt {
    width: 2rem;
    height: 2rem;
    margin: 1rem;
    cursor: pointer;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.mod_sh_content {
    width: 0rem;
    height: 0rem;
    visibility: hidden;
}




@media (min-width: 992px) {
    /* DESKTOP ONLY */
}

@media (min-width: 768px) {
    /* DESKTOP AND TABLET */
}

@media (min-width: 768px) and (max-width: 991px) and (min-height: 481px) {
    /* TABLET ONLY */
}

@media (orientation: portrait) and (max-width: 768px) and (max-height: 1280px) {
    /* PHONE HOCH */

    .mod-sh .front {
        background-color: #fff;
        position: absolute;
        width: 100%;
        height: 7.25rem;
        box-shadow: 0rem 0.1875rem 0.375rem #00000029;
        top: calc(50% - 3.75rem);
        left: 0;
    }
}

@media (orientation: landscape) and (max-width: 915px) and (max-height: 480px) {
    /* PHONE QUER */
}</pre></body></html>