.popup{background:rgba(57,57,57,.5490196078);width:100%;height:100%;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:300;display:none;backdrop-filter:blur(.625rem)}.popup__visible{display:block}.popup__active{overflow:hidden}.popup__wrapper{position:absolute;width:40rem;height:32rem;top:50%;left:50%;transform:translate(-50%,-50%);background-position:center!important;background-size:cover!important;background-repeat:no-repeat!important;border-radius:.75rem;overflow:hidden}@media (max-width:541px){.popup__wrapper{width:21.438rem;height:16.625rem!important}}.popup__modal{position:relative;height:100%;width:100%}.popup__cancel{position:absolute;right:1rem;top:1rem;display:flex;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;background:rgba(0,0,0,.3);backdrop-filter:blur(.125rem);border-radius:50%;color:#fff;font-size:.8rem;padding:.563rem;cursor:pointer}.popup__cancel img{width:1rem;height:1rem;object-fit:contain;transition:transform .3s}.popup__cancel:hover img{transform:scale(1.2)}