.notify{position:fixed;left:-.5rem;right:-.5rem;top:4rem;z-index:-1;opacity:0;transition:top .2s linear,visibility 0s,opacity .2s linear;visibility:hidden;--duration:1s;--duration-content:.7s}.notify__wrap{background:#ff7410;padding:.8rem;border:.1rem solid rgba(255,255,255,.5);display:flex;margin:0 auto;border-radius:.8rem}.notify__icon{width:3.2rem}.notify__icon img,.notify__icon svg{width:100%;height:auto}.notify__content{margin-left:.8rem;flex:1}.notify__descr p{font-weight:300;font-size:1.3rem;line-height:140%;letter-spacing:-.004em;color:#fff}.notify__descr p strong{font-weight:600}.notify__descr p .small{font-size:1.1rem}.notify__link{font-size:1.2rem;padding:.8rem 1.8rem;width:100%;margin-top:.8rem;opacity:0;visibility:hidden;white-space:nowrap;transition:visibility 0s,opacity .2s linear}.notify__close{width:2.6rem;height:2.6rem;margin-left:.8rem;cursor:pointer;transition:.2s linear;display:flex;align-items:center;justify-content:center;border-radius:.4rem}.notify__close:hover{background-color:rgba(255,255,255,.1)}.notify.show{opacity:1;z-index:20;visibility:visible}.notify.show .bttn{opacity:1;visibility:visible;transition:.2s linear;color:#000}@media only screen and (min-width:576px){.notify__content{display:flex;align-items:center}.notify__link{margin-left:1rem;margin-top:0;width:auto;min-height:auto}}@media only screen and (min-width:992px){.notify{top:8rem}.notify__wrap{width:6rem;padding:1.2rem;align-items:center;transform:matrix(.001,0,0,.01,0,-100);border-radius:50%;transition:.5s linear}.notify__icon{min-width:100%;transition:.2s linear}.notify__content{max-height:0;opacity:0}.notify__descr p{font-size:1.3rem}.notify__link{font-size:1.4rem;margin-left:3.2rem}.notify__close{opacity:0;transition:opacity .1s linear 1.2s;margin-left:1.2rem}.notify{--duration:1.6s;--duration-content:1.2s}.notify.show .notify__wrap{animation:notify_wrap var(--duration) linear forwards}@keyframes notify_wrap{0%{transform:matrix(.001,0,0,.01,0,-100)}25%{transform:matrix(1.1,0,0,1.1,0,20)}40%{transform:matrix(1,0,0,1,0,0);border-radius:50%}50%{transform:matrix(1,0,0,1,0,0);width:6rem;border-radius:.8rem}75%{transform:matrix(1,0,0,1,0,0);border-radius:.8rem;width:100%}100%{transform:matrix(1,0,0,1,0,0);border-radius:.8rem;width:100%}}.notify.show .notify__icon{animation:notify_icon var(--duration) linear forwards}@keyframes notify_icon{20%{min-width:100%}40%{min-width:3.2rem}100%{min-width:3.2rem}}.notify.show .notify__content{animation:notify_content .25s linear forwards;animation-delay:var(--duration-content)}@keyframes notify_content{0%{opacity:0;max-height:0}100%{opacity:1;max-height:40rem}}.notify.show .notify__close{opacity:1}}@media only screen and (max-width:576px){.notify{padding:0 1.2rem}}