/* Минимизация отступов для заголовка и суммы в списке продуктов */
.t706__product-title,
.t706__product-amount {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Сумма внизу списка продуктов */
.t706__cartwin-prodamount-wrap {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Текст "Введите ваши данные" и "После оплаты..." */
.t706__form-upper-text,
.t706__form-upper-text p {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 1.2 !important;
}

/* Поля формы (Имя, Email, Телефон, Ник в Телеграм) */
.t-input-group {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.t-input-block,
.t-input {
    margin: 0 !important;
    padding: 2px !important;
}

/* Чекбоксы */
.t-checkbox__control {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
    padding: 0 !important;
    line-height: 1.2 !important;
}

/* Итоговая сумма перед кнопкой */
.t706__cartwin-totalamount-wrap {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Кнопка оплаты (чтобы не слипалась с суммой) */
.t-form__submit {
    margin-top: 5px !important;
}