.popupContainer{z-index:500;background:#00000080;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed}.popUpBox{z-index:501;border-radius:20px;width:80%;max-width:600px;height:auto;position:absolute;overflow:hidden}.popUpBox img{width:100%;height:auto}@media screen and (max-width:500px){.popUpBox img{width:100%;height:auto}}.popUpClose{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:absolute;top:10px;right:10px}.popUpClose img{width:40%;height:40%}.popupLink{color:#c8102e;box-sizing:border-box;text-transform:uppercase;cursor:pointer;text-align:center;background:#fff;border:1px solid #c8102e;border-radius:252px;padding:15px 35px;font-style:normal;font-weight:900;transition:all .3s;position:absolute}.popupLink:hover{color:#fff;background:#c8102e;border:1px solid #fff}@media screen and (max-width:600px){.popupLink{font-size:8px;bottom:15px;left:5%}}
