@media (max-width: 767px) {
    .quick-order__form.row-flex {
        display: flex;
        flex-direction: column;
        gap: 10px; /* Отступ между полями, можно настроить под себя */
    }
    
    .quick-order__form.row-flex .quick-order__input {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        box-sizing: border-box;
    }
}