.contact-form,.feedback-form{display:grid;grid-gap:14px;gap:14px}.contact-form input,.contact-form select,.contact-form textarea,.feedback-form input,.feedback-form select,.feedback-form textarea{width:100%;min-height:46px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:10px 12px;color:var(--brand-text);background:var(--brand-bg);font:inherit}.contact-form textarea,.feedback-form textarea{min-height:130px}