.modal__wrap{
    width: calc(100% - 30px);
    margin-top: 130px;
    height: calc(100% - 160px);

    align-items: center;
    justify-content: center;
}
.modal__inner{
    max-height: 100%; 
}
.modal__wrap.active{
    display: flex;
}