.alert{background:#212121;border-radius:20px;color:var(--text-color);gap:30px;justify-content:space-between;max-width:400px;padding:25px 30px;pointer-events:all}.alert,.alert__container{align-items:center;display:flex}.alert__container{bottom:0;justify-content:center;left:0;padding:40px;pointer-events:none;position:fixed;right:0;top:0;z-index:10}.alert__container--left{align-items:flex-end;justify-content:flex-start}.alert__container--right{align-items:flex-end;justify-content:flex-end}.alert__container--background{background:#0006;pointer-events:all}.alert__text{display:flex;flex-direction:column;gap:20px}.alert__title{font-size:20px;font-weight:700}.alert__info{font-size:16px}.alert__btns{align-items:center;display:flex;gap:15px;justify-content:space-between}.alert__btn{align-self:flex-start;background:#fffc;border-radius:40px;color:#151515;font-size:14px;font-weight:700;padding:8px 25px 9px;transition:background .3s}.alert__btn:hover{background:#fff}.alert__btn--red{background:var(--red-color)}.alert svg{flex-shrink:0;height:50px;width:50px;stroke:var(--text-color)!important}@media (max-width:650px){.alert{gap:20px;padding:20px}.alert__title{font-size:16px}.alert__btn,.alert__info{font-size:14px}.alert__btn{padding:8px 12px}.alert svg{height:35px;width:35px}}
