.base-popup{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e3a8a56;cursor:pointer;inset:0;position:fixed}.base-popup__content{align-items:center;background-color:var(--white);border-radius:20px;cursor:default;display:flex;height:100%;justify-content:center;left:50%;padding:50px 20px 30px;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}._animate-up{animation:scale-up .3s}._animate-down{animation:scale-down .3s}.base-popup-fade-enter-active,.base-popup-fade-leave-active{transition:opacity .3s}.base-popup-fade-enter-from,.base-popup-fade-leave-to{opacity:0}@keyframes scale-up{0%{transform:translate(-50%,-50%) scale(0)}to{transform:translate(-50%,-50%) scale(1)}}@keyframes scale-down{0%{transform:translate(-50%,-50%) scale(1)}to{transform:translate(-50%,-50%) scale(0)}}@media screen and (min-width:1200px){.base-popup__content{border-radius:20px;height:calc(100% - 50px);padding:50px;width:calc(100% - 100px)}}.base-popup__content:has(.warning){background-color:var(--white);border-radius:30px;height:-moz-max-content;height:max-content;max-width:900px;padding:30px 20px;width:100%}.warning-content{display:flex;flex-direction:column;gap:20px}.warning-title{color:var(--orange);font-family:Inter;font-size:50px;font-weight:500;letter-spacing:-.044em;text-align:center;text-transform:uppercase}.warning-sub{font-size:24px;text-align:center;text-transform:uppercase}.warning-sub,.warning-text{color:var(--accent-100);letter-spacing:-.05em;line-height:1.1}.warning-text{font-size:20px}.warning-text span{font-weight:600}.warning-checkbox{margin-top:10px}.warning-checkbox.n-checkbox .n-checkbox__label{color:var(--accent-100);font-size:20px;letter-spacing:-.05em;line-height:1.1}.warning-checkbox.n-checkbox .n-checkbox-box-wrapper{height:20px;width:20px}.warning-checkbox.n-checkbox .n-checkbox-box .n-checkbox-box__border,.warning-checkbox.n-checkbox.n-checkbox--checked:focus:not(:active) .n-checkbox-box .n-checkbox-box__border,.warning-checkbox.n-checkbox.n-checkbox--indeterminate:focus:not(:active) .n-checkbox-box .n-checkbox-box__border,.warning-checkbox.n-checkbox:focus:not(:active) .n-checkbox-box .n-checkbox-box__border{border:1px solid var(--accent-100)}.warning-checkbox.n-checkbox .n-checkbox-box{border-radius:5px;height:20px;width:20px}.warning-buttons{align-items:stretch;display:flex;gap:30px;margin-top:10px}.warning-buttons .base-button{background:var(--accent-100);color:var(--white);height:50px}@media screen and (max-width:1199px){.base-popup__content:has(.warning){max-width:500px}.warning-title{font-size:30px}.warning-content{gap:15px}.warning-sub{font-size:20px}.warning-checkbox.n-checkbox .n-checkbox__label,.warning-text{font-size:18px}.warning-checkbox.n-checkbox .n-checkbox-box,.warning-checkbox.n-checkbox .n-checkbox-box-wrapper{height:18px;width:18px}.warning-buttons{flex-direction:column;gap:10px}}
