@media (max-width: 480px) {
    .t-popup__container {
        max-height: 65vh !important;
        overflow-y: auto !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        min-height: auto !important;
        top: 50% !important;
transform: translateY(-50%) !important;
    }
}

.t404__textwrapper{
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
}

.t404 .t-container{max-width: 1400px!important;}