.main{position:relative;z-index:1;display:flex;min-height:120vh;flex-direction:column;background:var(--bg-special)}.body{padding:40px 0 140px;flex:1 1;background:var(--bg-basic);clip-path:rect(0 100% 100% 0 round 32px 32px 0 0);-webkit-clip-path:rect(0 100% 100% 0 round 32px 32px 0 0)}.body,.container{position:relative;z-index:1;display:flex}.container{max-width:1280px;margin:0 auto;width:100%;flex-direction:column;justify-content:center;align-items:stretch;gap:40px;flex:1 1}.container__block{padding:40px 0}@media(max-width:1280px){.container{max-width:1100px}}@media(max-width:768px){.container{max-width:655px}}@media(max-width:375px){.container{max-width:328px}}.notifications-list{z-index:20;position:fixed;top:90px;right:24px;display:flex;flex-direction:column;gap:20px;height:90%}