.popupform{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background-color:rgba(0,0,0,0.9);z-index:9999999999}.popupform__wrap{position:absolute;width:100%;height:100vh;padding:40px 24px 80px;overflow-y:auto}.popupform__inner{max-width:600px;width:100%;margin:0 auto}.popupform__top{text-align:center;margin-bottom:40px}.popupform__top *{color:#fff}.popupform__top h2{font-size:40px}.popupform__form .h3.form-title{display:none}.popupform__inner .blueform__wrap::after{display:none}.popupform__close{width:30px;height:30px;background-color:#f98937;text-align:center;font-size:17px;font-weight:600;color:#fff;line-height:28px;border-radius:50%;position:absolute;top:-15px;right:-15px;cursor:pointer;-webkit-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.popupform__close:hover{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}@media only screen and (max-width:767px){.popupform__top h2{font-size:32px}}