.t-form-success-popup {
    display:none !important;
    opacity: 0!important;
    height: 0!important;
    max-height: 0!important;
    min-height: 0!important;
    pointer-events: none!important;
    overflow: hidden!important;
    padding-top: 0!important;
    padding-bottom: 0!important;
    visibility: hidden !important;
}

.t-body_success-popup-showed {
    height: inherit !important;
    min-height: inherit !important;
    overflow: inherit !important;
}

.t-form__successbox {
    display:none !important;
    opacity: 0!important;
    height: 0!important;
    max-height: 0!important;
    min-height: 0!important;
    pointer-events: none!important;
    overflow: hidden!important;
    padding-top: 0!important;
    padding-bottom: 0!important;
    visibility: hidden !important;
}

