.modal-window-parent {
    display: none;
}

.modal-window {
    background: #7979799E;
    display: none;
    font-size: 1.3rem;
    left: 0;
    line-height: 2;
    max-height: calc(var(--vh, 1vh) * 100);
    min-height: calc(var(--vh, 1vh) * 100);
    overflow-y: scroll;
    padding: 0 5.1282051282vw;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 20;
}

@media screen and (min-width: 960px) {
    .modal-window {
        font-size: 1.6rem;
    }
}

.modal-window.-warning {
    align-items: center;
    display: flex;
    justify-content: center;
}

.modal-header {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
}

.modal-body th {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left;
    width: 200px;
}

@media screen and (min-width: 960px) {
    .modal-body th {
        font-size: 2rem;
    }
}