.form-items{align-items:center;min-width:0;display:grid}.form-items-full{grid-template-columns:minmax(0,1fr)}.form-items-twice{grid-template-columns:repeat(2,minmax(0,1fr))}.form-items-twice-1-3{grid-template-columns:1fr 3fr}.form-items-twice-3-1{grid-template-columns:3fr 1fr}.form-items-twice-4-2{grid-template-columns:4fr 2fr}.form-items-start{justify-content:flex-start;display:flex}.form-items-space-between{justify-content:space-between;display:flex}.form-items-third{grid-template-columns:repeat(3,minmax(0,1fr))}.form-items-third-3-3-1{grid-template-columns:3fr 3fr 1fr}.form-items-fourth{grid-template-columns:repeat(4,minmax(0,1fr))}.form-items_spacing_xl{gap:24px}.form-items_spacing_lg{gap:16px}.form-items_spacing_md{gap:12px}.form-items_spacing_sm{gap:8px}.form-items_spacing_xs{gap:4px}
