.modal-mask{position:fixed;z-index:9998;top:0;left:0;width:100%;height:100vh;background-color:rgba(4,20,28,.8);padding:90px 20px 130px;overflow:hidden;overflow-y:overlay}.modal-wrapper{position:relative;margin:0 auto;width:100%;max-width:768px}.modal-container{width:100%;margin:0 auto;background-color:#fff;color:#000}.modal-close{position:absolute;top:100%;margin-top:55px;right:0;width:56px;height:56px;border-radius:50%;border:4px solid #faf8f8;padding:0;background-color:transparent;cursor:pointer;outline:none;z-index:10}.modal-close:after,.modal-close:before{content:"";position:absolute;top:6px;bottom:6px;left:50%;margin-left:-2px;width:4px;background-color:#fff}.modal-close:before{-webkit-transform:rotate(-38deg);transform:rotate(-38deg)}.modal-close:after{-webkit-transform:rotate(38deg);transform:rotate(38deg)}.modal-body{padding:30px 20px;font-size:11px;font-weight:500}