.popUp{position:fixed;z-index:99999;background:rgba(0,0,0,.3);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);width:100%;height:100vh;display:flex;justify-content:center;align-items:center;overflow-y:auto;top:0;bottom:0;left:0;right:0;margin:auto}.popUp__container{max-height:90vh}.popUp__wrapper{display:flex;grid-gap:60px;position:relative;background:#fff;border-radius:35px}.popUp__close{position:absolute;cursor:pointer;right:30px;top:20px;font-size:30px;color:#fff}.popUp__block{display:flex;flex-direction:column;align-content:center;justify-content:center}.popUp__block:first-child{padding:20px 0 20px 20px}.popUp__title h2{font-size:30px;font-weight:700}.popUp__title p{font-size:17px;font-weight:300;width:80%}.popUp__img{position:relative}.popUp__img:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:35px;background:radial-gradient(circle,transparent 60%,rgba(0,0,0,.3) 100%);pointer-events:none}.popUp__img img{border-radius:35px;object-fit:cover}.popUp__success{text-align:center;padding:20px}.popUp__success h2{color:#28a745;margin-bottom:10px}.popUp__success p{color:#333}@media(max-width:1000px){.popUp__img img{width:354px}.popUp__wrapper{grid-gap:30px}}@media(max-width:768px){.popUp__close{color:#000}.popUp__block:first-child{padding:20px 20px 70px}.popUp__img{bottom:-15%;left:0;height:168px}.popUp__img,.popUp__img img{position:absolute;width:100%}.popUp__img img{height:100%}}@media(max-width:575px){.popUp__wrapper{flex-direction:column}.popUp__img{bottom:-12%}}@media(max-width:375px){.popUp__close{top:0;right:20px}}