.popup{position:fixed;top:0;left:0;z-index:24;width:100%;height:100%;display:flex;align-items:center;justify-content:center;transition:.3s}.popup{padding-top:calc(var(--height-topheader) + var(--height-header))}.popup.popup-active{visibility:visible;opacity:1}.popup:not(.popup-active){visibility:hidden;opacity:0;pointer-events:none}.popup .overlay-popup{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background-color:rgba(0,0,0,.5)}.popup>*:not(.overlay-popup){z-index:2;max-width:-webkit-calc(100% - 40px);max-width:-moz-calc(100% - 40px);max-width:calc(100% - 40px)}.popup .content-popup{width:-webkit-calc(100% - 40px);width:-moz-calc(100% - 40px);width:calc(100% - 40px);max-width:450px;padding:30px 40px 44px;background-color:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,.2);-moz-box-shadow:0 0 15px 0 rgba(0,0,0,.2);box-shadow:0 0 15px 0 rgba(0,0,0,.2);-webkit-transform:scale(.98);-moz-transform:scale(.98);-ms-transform:scale(.98);-o-transform:scale(.98);transform:scale(.98);will-change:transform;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:-o-transform .3s;-moz-transition:transform .3s,-moz-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s,-moz-transform .3s,-o-transform .3s}.popup.popup-active .content-popup{-webkit-transform:scale(1) translate(0);-moz-transform:scale(1) translate(0);-ms-transform:scale(1) translate(0);-o-transform:scale(1) translate(0);transform:scale(1) translate(0)}.popup .action{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-webkit-align-items:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:26px}.popup .action .button{background-color:#ffad05;font-size:14px;padding:12px 20px 14px;-webkit-border-radius:60px;-moz-border-radius:60px;border-radius:60px;color:#fff}.popup .action .button.action-cancel{background-color:rgba(0,0,0,0);color:#000;padding-right:0}.popup .action .button.action-cancel:hover{color:#ff3f04}.popup .close-popup{position:absolute;top:20px;right:20px;border:1px solid #ffad05;width:20px;height:20px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-size:18px;font-weight:400;line-height:1;color:#ffad05;padding-top:2px}.popup .close-popup:hover{border-color:#ff3f04;background-color:#ff3f04;color:#fff}.popup .close-popup span{position:absolute;top:50%;left:50%;display:block;width:55%;height:1px;background-color:var(--bg-red);transition:var(--transition)}.popup .close-popup span:first-child{transform:rotate(-45deg) translate(-3px,-4px)}.popup .close-popup span:last-child{transform:rotate(45deg) translate(-4px,3px)}.popup .checking:after{content:'';display:block;min-width:60px;min-height:60px;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='267px' height='267px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'><circle cx='50' cy='50' r='32' stroke-width='8' stroke='%23ffad05' stroke-dasharray='50.26548245743669 50.26548245743669' fill='none' stroke-linecap='round'>  <animateTransform attributeName='transform' type='rotate' repeatCount='indefinite' dur='1s' keyTimes='0;1' values='0 50 50;360 50 50'></animateTransform></circle></svg>") center/contain no-repeat}@media all and (max-width:600px){.popup .content-popup{width:100%;-webkit-border-bottom-left-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;-webkit-transform:translateY(10%);-moz-transform:translateY(10%);-ms-transform:translateY(10%);-o-transform:translateY(10%);transform:translateY(10%);padding:40px 20px 20px}}@media all and (min-width:1200px){.admin-bar .popup{padding-top:calc(var(--height-admin-bar) + var(--height-topheader) + var(--height-header))}}