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