.modal-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.56);
    align-items: center;
    justify-content: center;
    /*display: flex;*/
    display: none;
}

.modal {
}