/* Перемещаем существующий чекбокс под кнопку */
.t-form__checkbox {
    order: 3 !important;
    margin-top: 15px !important;
}

.t-form__submit {
    order: 2 !important;
}