.window-over {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    z-index: 1000;
}
.window-over__content {
    background-color: #FFF;
    border-radius: 0.1875rem;
    margin: 1rem;
    max-width: 47.5rem;
    min-height: 2rem;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.l-window-over {
    align-items: center;
    display: flex;
    justify-content: center;
}
.m-window-over__btn-actionClose {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    z-index: 101;
}
@media screen and (min-width: 630px) {
    .m-window-over__btn-actionClose {
        right: 1rem;
        top: 1rem;
    }
}