m('.w-sub-col.w-col.w-col-6', [
                            m('.field-label.fontweight-semibold', `${window.I18n.t('address_city', I18nScope())} *`),
                            m('input.positive.text-field.w-input[required="required"][type="text"]', {
                                class: errors.addressCity() ? 'error' : '',
                                value: fields.addressCity(),