.t-curseCreate h2+.t-input.t-input_checkbox {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.t-curseCreate h2+.t-input.t-input_checkbox>div {
    margin: 0;
}

.t-curseCreate h2+.t-input.t-input_checkbox>div:nth-child(3) {
    display: none;
}

/*.t-curseCreate h2+.t-input.t-input_checkbox>div:nth-child(2) {*/
/*    order: 1;*/
/*}*/