.CookiesAlert{width:calc(100% - 32px);display:flex;justify-content:center;position:absolute;bottom:20px;transform:scale(.8);opacity:0;z-index:50}.CookiesAlert__Content{width:100%;max-width:1260px;border-radius:20px;padding:20px 38px;background:rgba(0,0,0,.78);display:flex;align-items:center;gap:40px}.CookiesAlert__Buttons{display:flex;align-items:center;gap:24px;z-index:50}.CookiesAlert__Buttons span{color:#fff}.CookiesAlert__Button,.CookiesAlert__Button-Accept,.CookiesAlert__Button-Read{width:110px;height:34px;padding:10px;border-radius:15px;display:flex;justify-content:center;align-items:center;font-weight:600}.CookiesAlert__Button-Read{background:#000002;color:#4a4751}.CookiesAlert__Button-Accept{background:#ce00e0;color:#000002}@media(max-width:992px){.CookiesAlert{width:calc(100% - 64px)}.CookiesAlert__Content{padding:12px 26px;gap:24px}.CookiesAlert__Buttons{flex-direction:column;gap:12px}.CookiesAlert__Button,.CookiesAlert__Button-Accept,.CookiesAlert__Button-Read{width:140px;height:30px}}@media(max-width:768px){.CookiesAlert{width:calc(100% - 48px)}}@media(max-width:576px){.CookiesAlert{width:calc(100% - 24px);bottom:8px}.CookiesAlert__Content{padding:14px;gap:12px;flex-direction:column}.CookiesAlert__Content span span{display:none}.CookiesAlert__Buttons{flex-direction:row;gap:8px}.CookiesAlert__Button,.CookiesAlert__Button-Accept,.CookiesAlert__Button-Read{width:90px;height:28px}}.Main{border-radius:16px;padding:0 16px;background:#0e0e0e;position:relative;overflow:hidden;z-index:1}.Main,.Main__Cover{width:100%;height:100%}.Main__Cover{position:absolute;top:0;left:0;z-index:99999;background:#000002}.Main__Cover--Active{opacity:0!important;visibility:hidden!important}.Main__Scroll{width:100%;max-height:100%;display:flex;justify-content:center;overflow:hidden auto}.Main__Scroll::-webkit-scrollbar{width:0;height:0}.Main canvas{z-index:-1;pointer-events:none}.Bg__Cover,.Main canvas{position:absolute;top:0;left:0}.Bg__Cover{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:rgba(4,4,4,.7);opacity:0;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px)}@media(max-width:992px){.Main{padding:0 32px}}@media(max-width:768px){.Main{padding:0 24px}}@media(max-width:576px){.Main{padding:0 12px;min-height:auto}}.MainLayout{height:100svh;padding:8px 12px;background:#000002;display:flex;flex-direction:column;gap:8px;color:#fff}@media(max-width:576px){.MainLayout{padding:12px}}