.research-form{background:#361ca5;padding:80px 0}@media(max-width:768px){.research-form{padding:60px 0}}.research-form__inner{align-items:start;display:grid;gap:64px;grid-template-columns:1fr 1fr}@media(max-width:1024px){.research-form__inner{gap:32px;grid-template-columns:1fr}}.research-form__header{display:flex;flex-direction:column;gap:16px;padding-top:8px}.research-form__title{color:#fff}.research-form__subtitle{color:#fff;font-size:16px;line-height:1.6;opacity:.7}.research-form__form{display:flex;flex-direction:column;gap:20px}.research-form__fields{display:flex;flex-direction:column;gap:16px}.research-form__reports{display:flex;flex-direction:column;gap:12px;padding-top:8px}.research-form__reports-label{color:#fff;font-size:12px;letter-spacing:.08em;opacity:.5;text-transform:uppercase}.research-form__reports-list{display:flex;flex-direction:column;gap:12px;list-style:none;padding:0}.research-form__reports-item{align-items:flex-start;display:flex;gap:14px}.research-form__reports-num{align-items:center;background:hsla(0,0%,100%,.1);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:11px;font-weight:700;height:28px;justify-content:center;margin-top:2px;width:28px}.research-form__reports-info{display:flex;flex-direction:column;gap:2px}.research-form__reports-name{color:#fff;font-size:14px;font-weight:600}.research-form__reports-desc{color:#fff;font-size:13px;line-height:1.4;opacity:.55}.research-form__submit{background:#55c133;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:16px 32px;transition:opacity .15s ease;width:100%}.research-form__submit:hover:not(:disabled){opacity:.85}.research-form__submit--pending,.research-form__submit:disabled{cursor:not-allowed;opacity:.5}