.popup-form-wrapper .modal{align-items:center;background:#fff;border:1px solid #000;display:flex;display:none;flex-direction:column;height:80vh;justify-content:center;left:50%;padding:50px;position:fixed;top:50%;transform:translate(-50%,-50%);width:80vw;z-index:99999}.popup-form-wrapper .modal>span{width:100%}.popup-form-wrapper .modal form{margin:0 auto;max-width:500px;width:100%}.popup-form-wrapper .modal .close{height:20px;position:absolute;right:25px;top:25px}.popup-form-wrapper .modal .close span{background:#000;display:block;height:2px;position:relative;width:25px}.popup-form-wrapper .modal .close span:first-child{top:9px;transform:rotate(45deg)}.popup-form-wrapper .modal .close span:nth-child(2){top:7px;transform:rotate(-45deg)}@media (max-width:767px){.popup-form-wrapper .modal{padding:25px}}