.footer-bar-games-wrap{width:100%;bottom:var(--footer-bar-height);z-index:-1;position:fixed}.footer-bar-games{background:rgb(from var(--dark-purple-400) r g b/80%);-webkit-backdrop-filter:blur(52px);backdrop-filter:blur(52px);height:188px;padding:15px}.footer-bar-games .swiper-wrapper{max-width:100%;margin:0;padding:0}.footer-bar-games .swiper-wrapper .swiper-header{display:none}.footer-bar-games .swiper-wrapper .swiper{gap:12px}.footer-bar-games__title{color:var(--white);cursor:default;margin:0 0 10px;font-size:20px;font-weight:700;line-height:28px}.footer-bar-game-box{flex-shrink:0;width:100%;max-width:92px;max-height:124px;position:relative;overflow:hidden}.footer-bar-game-box:hover .footer-bar-game-box__hover{opacity:1}.footer-bar-game-box__link{z-index:1}@layer mixins{.footer-bar-game-box__link,.footer-bar-game-box__hover{position:absolute;inset:0}.footer-bar-game-box__hover,.footer-bar-game-box__hover-play{justify-content:center;align-items:center;display:flex}.footer-bar-game-box__hover-title{white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}}.footer-bar-game-box__image{object-fit:cover;border-radius:10px;width:100%;height:auto}.footer-bar-game-box__hover{background:rgba(from var(--black-400) r g b/65%);opacity:0;pointer-events:none;border-radius:10px;flex-direction:column;transition:opacity .3s}.footer-bar-game-box__hover-play{border:2px solid var(--white);border-radius:50%;width:55px;height:55px;margin-bottom:7px}.footer-bar-game-box__hover-play svg{width:16px;height:24px;fill:var(--white);position:relative;left:2px}.footer-bar-game-box__hover-title{max-width:100%;color:var(--white);padding:0 10px}
.central-european-date-time{color:var(--white);font-size:12px}
.footer-bar{z-index:var(--z-index-over-header);transition:width .3s,margin-left .3s;position:fixed;bottom:0;left:0;right:0}@media (min-width:1400px){.is-desktop-sidebar-open .footer-bar{width:calc(100% - var(--sidebar-width-desktop));margin-left:var(--sidebar-width-desktop)}}.footer-bar__content{background-color:rgb(from var(--black-400) r g b/80%);-webkit-backdrop-filter:blur(52px);backdrop-filter:blur(52px);align-items:center;gap:2px;display:flex}.footer-bar__item{height:var(--footer-bar-height);align-items:center;display:flex;position:relative}.footer-bar__item:after{content:"";border-top:6px solid #0000;border-bottom:6px solid #0000;border-left:6px solid rgb(from var(--white) r g b/10%);opacity:0;width:0;height:0;transition:opacity .35s;position:absolute;top:50%;left:42px;transform:translateY(-50%)}.footer-bar__item.is-active:after{opacity:1}.footer-bar__item.is-games-bar:after{top:-9px;bottom:40px;left:50%;transform:translate(-50%)rotate(270deg)}.footer-bar__icon{height:100%;fill:var(--gray-400);cursor:pointer;padding:11px 13px;transition:background-color .25s}.footer-bar__icon:hover,.is-active>.footer-bar__icon{background-color:rgb(from var(--white) r g b/10%);fill:var(--white)}.footer-bar__tooltip{opacity:0;border-radius:var(--radius-s);color:var(--white);background-color:var(--black-500);pointer-events:none;white-space:nowrap;padding:5px 12px;font-size:12px;transition:opacity .25s;position:absolute;bottom:calc(100% + 7px)}.footer-bar__tooltip:after{content:"";border-left:6px solid #0000;border-right:6px solid #0000;border-top:7px solid var(--black-500);width:0;height:0;position:absolute;bottom:-5px;left:22px;transform:translate(-50%)}:hover>.footer-bar__tooltip{opacity:1}.is-active .footer-bar__tooltip{display:none}.footer-bar-games-enter{opacity:0;transform:translateY(100%)}.footer-bar-games-enter-active{opacity:1;transition:all .3s ease-in-out;transform:translateY(0)}.footer-bar-games-exit{opacity:1;transform:translateY(0)}.footer-bar-games-exit-active{opacity:0;transition:all .3s ease-in-out;transform:translateY(100%)}.footer-bar__time{margin:0 15px 0 auto}