/* © Anton Kalyuta 2022 - 2026 */
window {
    display: none;
}

.closeButton {
    position: fixed;
    right: 0;
    z-index: 1000;
}

.closeButton1 {
    transform: translate(-50%, -50%);
    right: revert;
}

.closeButton2 {
    transform: translate(-50%, -50%);
    right: revert;
}

.closeButtonIn {
    cursor: pointer;
    width: 36px;
    height: 36px;
}

@media (max-device-width: 480px) {
    .closeButtonIn {
        cursor: pointer;
        width: 96px;
        height: 96px;
    }
}

.window {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.window0 {
    background: white;
}

html.dark .window0 {
    background: #404040;
}

.window1 {
    background: #00000080;
    overflow: auto;
}

.window2 {
    top: revert;
    width: revert;
    height: revert;
}

.cont {
    position: fixed;
}

.cont0 {
    width: 100%;
    height: 100%;
    background: white;
}

html.dark .cont0 {
    background: #404040;
}

.cont1 {
    left: 50%;
    top: 50%;
    /* padding-bottom: 80px; */
    transform: translate(-50%, -50%);
    border-radius: 15px;
    /* background: #fffffffc; */
}

html.dark .cont1 {
    background: #404040fc;
}

.cont2 {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
    background: #fffffffc;
    padding: 50px 50px 20px 50px;
    box-shadow: 1px 1px 10px 8px #c6cbcd;
    /*overflow: scroll;*/
    overflow-x: hidden;
    overflow-y: auto;
}

.windowIFrame0 {
    width: 100%;
    height: 100%;
/*}*/

/*@media (max-device-width: 480px) {*/
/*    .windowIFrame0 {*/
        position: fixed;
        /*left: 50%;*/
        /*top: 50%;*/
        /*transform: translate(-50%, -50%);*/
    /*}*/
}

.windowIFrame1 {
    position: fixed;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    background: white;
    border-radius: 25px;
    padding: 20px;
}

html.dark .windowIFrame1 {
    background: #404040;
}

/*.windowIFrame2 {*/
/*    */
/*}*/

/*@media (max-device-width: 480px) {*/
/*    .cont0 {*/
/*        top: 20px;*/
/*    }*/
/*}*/