@media screen and (max-width: 560px) {
    .t750 .t-popup_show .t-popup__container.t-popup__container-static {
        max-width: 100%;
        min-height: 100vh;
        top: 20vh;
        margin: 50px 0 0;
    }
}