.modal__window {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    /* overflow: auto; */
}

.modal__message {
    margin: 150px auto;
    z-index: 9999;
    background-color: #fff;
    max-width: 500px;
    width: 70%;
    padding: 40px 15px;
    border-radius: 20px;
}

.modal__message__title,
.modal__message__text {
    text-align: center;
}

.modal__message__back {
    text-align: center;
    font-size: 13px;
    line-height: 1.2;
}

.modal__message__back a {
    color: #5656ff;
}