/* Затемнение фона popup */
.t-popup_show .t-popup__bg,
.t-popup .t-popup__bg {
    background: rgba(0,0,0,0.72) !important;
}

/* Само окно успешной отправки */
.t-form__successbox,
.t702__wrapper,
.t-popup__container {
    border-radius: 22px !important;
}

/* Скрыть стандартную зелёную иконку успеха */
.t-form__successbox svg,
.t-form__successbox-icon,
.t702__icon {
    display: none !important;
}

/* Кнопка внутри success popup */
.t-form__successbox .t-btn,
.t-form__successbox button,
.t702__btn,
.t-popup__container .t-btn,
.t-popup__container button {
    background: transparent !important;
    color: #111 !important;
    border: 1px solid #111 !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    font-weight: 500 !important;
    letter-spacing: 0.3px !important;
}

/* Hover кнопки */
.t-form__successbox .t-btn:hover,
.t-form__successbox button:hover,
.t702__btn:hover,
.t-popup__container .t-btn:hover,
.t-popup__container button:hover {
    background: #111 !important;
    color: #fff !important;
}

/* Крестик закрытия сделать чуть мягче */
.t-popup__close,
.t-popup__close-icon,
.t702__close {
    opacity: 0.55 !important;
}

/* Чуть больше воздуха */
.t-form__successbox,
.t702__wrapper {
    padding: 42px 56px !important;
}