.ui-popup{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#00000080;inset:0;position:fixed}.ui-popup__content{cursor:default;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}._animate-up{animation:scale-up .3s}._animate-down{animation:scale-down .3s}.ui-popup-fade-enter-active,.ui-popup-fade-leave-active{transition:opacity .3s}.ui-popup-fade-enter-from,.ui-popup-fade-leave-to{opacity:0}@keyframes scale-up{0%{transform:translate(-50%,-50%) scale(.3)}to{transform:translate(-50%,-50%) scale(1)}}@keyframes scale-down{0%{transform:translate(-50%,-50%) scale(1)}to{transform:translate(-50%,-50%) scale(.3)}}.popup-warning{background-color:var(--background);border-radius:30px;display:flex;flex-direction:column;gap:20px;max-width:825px;min-width:825px;padding:40px 20px}.popup-warning h2{font-size:50px;text-align:center}.popup-warning h2,.popup-warning>span{font-weight:400;letter-spacing:-.03em;line-height:100%;text-transform:uppercase}.popup-warning>span{color:var(--accent);font-size:32px}.popup-warning p:has(+p){margin-bottom:-10px}.popup-warning p span{font-weight:600}.popup-warning-btns{display:flex;gap:20px;margin-top:10px}.popup-warning-btns .base-button{padding:7px 0;text-align:center}.popup-warning-btns .base-button._lock{cursor:not-allowed;opacity:.5}.popup-warning-btns .base-button._lock:active,.popup-warning-btns .base-button._lock:hover{background-color:var(--accent-400);color:var(--accent-100)}.popup-warning .n-checkbox .n-checkbox-box .n-checkbox-box__border,.popup-warning .n-checkbox:focus:not(:active) .n-checkbox-box .n-checkbox-box__border{border-color:var(--text)!important;box-shadow:none!important}.popup-warning .n-checkbox.n-checkbox--checked .n-checkbox-box{background-color:transparent!important}.popup-warning .n-checkbox .n-checkbox-box .n-checkbox-icon .check-icon{fill:var(--text)}.popup-warning .n-checkbox .n-checkbox__label{color:var(--text);font-size:18px;font-weight:400;letter-spacing:0;line-height:100%;padding-left:10px}.popup-warning .n-checkbox .n-checkbox-box-wrapper{align-self:flex-start!important;height:17px;width:15px}.popup-warning .n-checkbox .n-checkbox-box{height:15px;width:15px}.popup-warning .n-checkbox{height:18px}.popup-warning .n-checkbox .n-checkbox-box{background-color:transparent}.popup-warning .base-button{border-radius:20px}@media screen and (max-width:1000px){.popup-warning{max-width:355px;min-width:355px;padding:20px 10px}.popup-warning>span{font-size:18px}.popup-warning h2{font-size:26px}.popup-warning-btns{flex-direction:column;gap:10px}.popup-warning .n-checkbox .n-checkbox__label{font-size:16px}}
