.el_modal_popup .el_modal_popup_wrapper{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.3);overflow-y:scroll;z-index:999999999}.el_modal_popup .el_modal_popup_inner_wrap{position:relative;display:flex;flex-direction:column;background:#fff;max-width:100%;max-height:100%;width:50%;height:auto}.el_modal_popup .el_modal_popup_inner_wrap>.el_modal_popup_close{position:absolute;top:20px;right:20px;z-index:9}.el_modal_popup_center{align-items:center;justify-content:center}.el_modal_popup .el_modal_popup_wrapper .el_modal_popup_body,.et-db #et-boc .et-l .el_modal_popup .el_modal_popup_wrapper .el_modal_popup_body{overflow-y:auto}.el_modal_popup .el_modal_popup_header{display:flex;align-items:flex-start;justify-content:flex-end}.el_modal_popup .el_modal_popup_header_title_container{flex-grow:1}.el_modal_popup .el_modal_popup_header_title{padding-bottom:0;font-size:28px;line-height:1.2;word-break:break-word}.el_modal_popup .el_modal_popup_close_icon{order:1;font-size:32px;cursor:pointer}.el_modal_popup .el_modal_popup_body{flex-grow:1;word-break:break-word}@media screen and (max-width:980px){.el_modal_popup .el_modal_popup_inner_wrap{width:80%}}