.feedback-form form{display:grid;grid-gap:18px;gap:18px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.feedback-form .consent,.form-grid label{display:grid;grid-gap:7px;gap:7px;font-weight:700;color:var(--brand-text)}.form-grid .full{grid-column:1/-1}.feedback-form input,.feedback-form select,.feedback-form textarea{width:100%;border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:12px 13px;font:inherit;color:var(--brand-text);background:#fff}.feedback-form textarea{resize:vertical}.feedback-form .consent{display:flex;align-items:flex-start;gap:10px;font-weight:500;line-height:1.45}.feedback-form .consent input{width:auto;margin-top:4px}.form-note{margin:0;color:var(--brand-muted);line-height:1.65}.btn-form-submit{width:100%;min-height:48px;border:0;color:#fff;background:var(--brand-primary-dark);font-weight:800}@media (max-width:767px){.form-grid{grid-template-columns:1fr}}