.nv-form{flex-direction:column;gap:16px;display:flex}.nv-form .nv-form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.nv-form .nv-form-field{flex-direction:column;gap:7px;display:flex}.nv-form .nv-form-field label{color:#1d3149;font-size:14px;font-weight:600}.nv-form .nv-form-req{color:#f60}.nv-form .nv-form-field input,.nv-form .nv-form-field textarea{color:#16263a;background:#fff;border:1.5px solid #d7e0ea;border-radius:12px;width:100%;padding:13px 15px;font-family:inherit;font-size:15px;transition:border-color .15s,box-shadow .15s}.nv-form .nv-form-field input::placeholder,.nv-form .nv-form-field textarea::placeholder{color:#9aa8b8}.nv-form .nv-form-field input:focus,.nv-form .nv-form-field textarea:focus{border-color:#0788ca;outline:none;box-shadow:0 0 0 3px #0788ca26}.nv-form .nv-form-field textarea{resize:vertical;min-height:120px}.nv-form .nv-form-hp{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.nv-form .nv-form-error{color:#b42318;background:#fdecec;border:1px solid #f5c2c2;border-radius:10px;margin:0;padding:11px 14px;font-size:14px}.nv-form .nv-form-submit{align-self:flex-start;margin-top:2px}.nv-form .nv-form-note{color:#6a7888;margin:0;font-size:13px}.nv-form-success{text-align:center;background:#f1faf4;border:1.5px solid #cfe8d7;border-radius:16px;padding:28px 22px}.nv-form-success .nv-form-success-ico{color:#fff;background:#1f9d57;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;margin-bottom:12px;display:inline-flex}.nv-form-success .nv-form-success-ico svg{width:26px;height:26px}.nv-form-success h3{color:#14331f;margin:0 0 8px;font-size:20px}.nv-form-success p{color:#3c5346;margin:0;font-size:15px;line-height:1.55}.nv-form-success a{color:#0788ca;font-weight:600}@media (max-width:620px){.nv-form .nv-form-row{grid-template-columns:1fr}}
