.popuporg.shadow_full{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;z-index:9999999;background-color:rgba(0,0,0,.4)}.popuporg .container{background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.15);border-radius:10px;width:320px;padding:25px 25px 28px;gap:30px}.popuporg .container,.popuporg .container .top{display:flex;flex-direction:column;align-items:center}.popuporg .container .top{gap:8px}.popuporg .container .top h4{font-weight:600;font-size:22px;line-height:26px;letter-spacing:.02em}.popuporg .container .top h4,.popuporg .container .top p{margin:0;font-family:Manrope;font-style:normal;text-align:center;color:#000}.popuporg .container .top p{font-weight:500;font-size:13px;line-height:18px}.popuporg .container .bottom{width:100%;display:flex;flex-direction:column;align-items:center;gap:10px}.popuporg button{width:100%;height:40px;font-family:Manrope;font-style:normal;font-weight:600;font-size:13px;line-height:18px;display:flex;align-items:center;justify-content:center;text-align:center;letter-spacing:.05em;text-transform:uppercase;transition:all .3s;cursor:pointer}.popuporg button.primary{background:#575656;border:2px solid transparent;border-radius:4px;color:#fff}.popuporg button.primary:hover{background:#222;border:2px solid transparent;color:#fff}.popuporg button.secundary{background:transparent;border:2px solid #575656;border-radius:4px;color:#575656}.popuporg button.secundary:hover{background:#575656;border:2px solid transparent;color:#fff}