.form-on-popup .button{display:flex}.form-on-popup .button.left{justify-content:flex-start}.form-on-popup .button.center{justify-content:center}.form-on-popup .button.right{justify-content:flex-end}.form-on-popup .popup-wrapper{background-color:var(--second_color);color:#fff;height:0;left:0;position:fixed;top:0;transition:visibility .3s linear;visibility:hidden;width:100%;z-index:99998}.form-on-popup .popup-wrapper.open{height:100%;opacity:1;visibility:visible}.form-on-popup .popup-wrapper.open .popup{margin-top:0;opacity:1;transition:all .3s}.form-on-popup .popup-wrapper .close{cursor:pointer;height:30px;position:absolute;right:50px;top:50px;width:30px}@media (max-width:1024px){.form-on-popup .popup-wrapper .close{right:15px;top:25px}}.form-on-popup .popup-wrapper .close:after,.form-on-popup .popup-wrapper .close:before{background-color:#fff;content:"";display:block;height:35px;left:13px;position:absolute;top:-2px;transform:rotate(45deg);width:2px}.form-on-popup .popup-wrapper .close:after{transform:rotate(-45deg)}.form-on-popup .popup-wrapper .popup{-webkit-overflow-scrolling:touch;height:100vh;margin-top:-100px;opacity:0;overflow-y:auto;overflow:-moz-scrollbars-none;padding:70px 30px;transition:all .3s}@media (max-width:1024px){.form-on-popup .popup-wrapper .popup{padding:70px 50px}}.form-on-popup .popup-wrapper .popup::-webkit-scrollbar{display:none!important}.form-on-popup .popup-wrapper .popup .form-wrapper{margin-top:40px}.form-on-popup .popup-wrapper .popup .form-wrapper .hs_cos_wrapper_type_form form{margin-top:40px;text-align:center}.form-on-popup .popup-wrapper .popup .form-wrapper .hs_cos_wrapper_type_form form .hs_submit input[type=submit]{background-color:#fff;border:1px solid #fff;color:var(--second_color)}.form-on-popup .popup-wrapper .popup .form-wrapper .hs_cos_wrapper_type_form form .hs_submit input[type=submit]:hover{background-color:transparent;color:#fff}.form-on-popup .popup-wrapper .popup .form-wrapper .legal-consent-container{max-width:780px;width:100%}