.t-form-success-popup_new .t-form-success-popup__wrapper {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #0b1f54;
    border-radius: 0;
    box-sizing: border-box;
    cursor: default;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    margin: 0 auto;
    max-width: 460px;
    padding: 50px 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.t-text {
    font-family: 'Unbounded2', Arial, sans-serif;
    font-weight: 400;
    color: #D6DEBF;
}
.t-title {
    font-family: 'Unbounded2', Arial, sans-serif;
    font-weight: 800;
    color: #f0fbd5;
}
.t-form-success-popup_new .t-form-success-popup__button {
    background-color: #c7ff02;
    border: none;
    border-radius: 5;
    box-sizing: border-box;
    color: #0e0529;
    font-size: 16px;
    font-family: 'Unbounded2', Arial, sans-serif;
    font-weight: 400;
    font-weight: 400;
    margin-top: 15px;
    min-width: 130px;
    padding: 16px 44px;
    text-decoration: none;
}