#popup_box{opacity:0;position:fixed;transition:opacity .35s ease,visibility .35s ease;visibility:hidden;z-index:9999}#popup_box,#popup_box .overlay{height:100%;left:0;top:0;width:100%}#popup_box .overlay{background:rgba(0,0,0,.7);position:absolute;z-index:3}.form_popup_open #popup_box{opacity:1;visibility:visible}.popup-form_wrapper .form-title:empty{padding:0}.popup-form_wrapper{display:flex;height:100%;opacity:0;overflow:auto;padding:50px;transition:transform .4s cubic-bezier(.22,1,.36,1),opacity .3s ease;width:100%}.popup-form_wrapper .form-wrap{margin:auto;max-width:767px;position:relative;z-index:9}body.form_popup_open{overflow:hidden}body.form_popup_open .form_title_section{display:block}.form_title_section{display:none}.form_popup_open #popup_box .popup-form_wrapper{opacity:1}