:root{--blue:#1dbdb6;--dark-blue:#090c38;--gray:#d5dbea;--light-gray:#efedf3;--link-hover-color:#1ea8da;--link-active-color:#090c38}.section-hero-form{padding:52px 0}.section-hero-form .ui-form{background:#fff;border-radius:24px;box-shadow:0 44px 57px 0 rgba(0,0,0,.05);padding:32px 20px}.section-hero-form .conent-logo{height:27.718px;margin-bottom:38px}.section-hero-form .conent-logo-2{height:32px}.section-hero-form .conent-bg{margin-top:50px;max-height:fit-content;width:100%}.section-hero-form .block-text{display:grid;gap:8px;width:100%}.section-hero-form .link-banner{align-items:center;background:var(--light-gray);border-radius:16px;display:inline-flex;gap:32px;justify-content:center;margin-top:32px;padding:28px;width:100%}.section-hero-form .link-banner img{max-width:88px}.section-hero-form .link-banner a{color:var(--link-hover-color);text-decoration-line:underline;transition:color .4s ease}.section-hero-form .link-banner a:hover{color:var(--link-active-color)}.section-hero-form .multi-forms{width:100%}.section-hero-form .multi-forms .forms-cards{display:grid;gap:20px;padding:32px 0}.section-hero-form .multi-forms .forms-cards .form-card{background:#fff;border:1px solid transparent;border-radius:16px;cursor:pointer;display:flex;flex-direction:column;gap:12px;padding:28px;position:relative;text-align:start;transition:border .4s ease}.section-hero-form .multi-forms .forms-cards .form-card:hover{border:1px solid var(--gray)}.section-hero-form .multi-forms .forms-cards .form-card:hover .checkbox{border:1px solid #9da1b5}.section-hero-form .multi-forms .forms-cards .form-card .checkbox{border:1px solid var(--gray);border-radius:83.333px;height:20px;position:absolute;right:16px;top:16px;transition:border .4s ease;width:20px}.section-hero-form .multi-forms .forms-cards .form-card .checkbox svg{margin-right:2px;margin-top:-1px;opacity:0;transition:opacity .4s ease}@media (min-width:576px){.section-hero-form .multi-forms .forms-cards{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.section-conherotact-form{padding:100px 0}.section-hero-form .block-text,.section-hero-form .link-banner{max-width:540px}}@media (min-width:1200px){.section-hero-form{padding:100px 0}.section-hero-form .ui-form{padding:52px 36px}.section-hero-form .block-info{max-width:550px}}@media (min-width:1440px){.section-hero-form .multi-forms{max-width:570px}}.section-hero-form .mouse{border-radius:13px;bottom:40px;display:block;height:40px;position:absolute;width:25px}.section-hero-form .mouse span{animation-duration:1s;animation-fill-mode:both;animation-iteration-count:infinite;animation-name:scroll;border:1px solid transparent;border-radius:4px;display:block;height:8px;margin:6px auto;width:3px}@keyframes scroll{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}