.t-popup__block-close-button {
    width: 30px;
    padding: 9px;
    background: white;
    border-radius: 8px;
    height: 30px;
}

body.t-body.t-body_popupshowed.t702__body_popupshowed {
    margin: 0px;
    padding-right: 0px  !important;
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
}
.t-popup.t-popup_show {   
    display: block;
    width: calc(0px + 100vw) !important;
}
@media screen and (max-width: 560px) {
    .t702 .t-popup__block-close-button {
        width: 16px;
        height: 16px;
        margin-right: 10px;
        padding: 10px;
        font-size: 0;
        background: black;
        text-align: right;
    }
}