.modal_form-wrapper *,.modal_form-wrapper :after,.modal_form-wrapper :before{box-sizing:border-box}.modal_form-wrapper .hs-form-field,.modal_form-wrapper .hs-input,.modal_form-wrapper .input{max-width:100%!important}.modal_form-wrapper input.hs-input,.modal_form-wrapper select.hs-input,.modal_form-wrapper textarea.hs-input{width:100%!important}.modal_form-wrapper select.hs-input{appearance:none;-webkit-appearance:none}.modal_form-wrapper .hs-input{border:1px solid #ccc;box-shadow:none}.modal_form-wrapper .hs-input:focus{border-color:#aaa;box-shadow:none;outline:none}.modal_form-wrapper input.error,.modal_form-wrapper select.error,.modal_form-wrapper textarea.error{border-color:#c87872!important;box-shadow:none!important}.modal_form-wrapper .hs-error-msg{color:#c00}.modal_form-wrapper .hs-form-field{display:flex;flex-direction:column}.modal_form-wrapper .hs-form-field label{order:1}.modal_form-wrapper .hs-form-field .input{order:2}.modal_form-wrapper .hs-form-field .hs-error-msgs{order:3}.modal_form-wrapper .hs-recaptcha{display:none}.modal-backdrop{display:none!important}.modal{backdrop-filter:blur(4px);background-color:rgba(75,75,75,.3);display:block;max-height:100vh;min-height:100vh;overflow:auto;padding:10vh 0;position:fixed;top:0;transition:opacity .35s ease-in-out;width:100vw;z-index:100}.modal_form-wrapper{background-color:#fff;border-radius:10px;margin:0 auto;max-width:500px;padding:30px;position:relative;transition:.3s ease-in-out}.move-up{transform:translateY(-30px);transition:.3s ease-in-out}.close{all:unset;background-color:#fff;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.1),0 4px 8px rgba(0,0,0,.2);cursor:pointer;height:25px;margin:-8px -8px 0 0;position:absolute;right:0;top:0;width:25px;z-index:15}.close:hover img{opacity:60%}.close img{height:100%;transition:.25s ease-in-out;width:100%}@media (max-width:1379px){.modal_form-wrapper{padding:15px 15px 30px;width:calc(90% - 30px)}}