:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:rgba(255,255,255,0.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.GameContainer_gameContainer__cHfAa{flex-grow:1;flex-direction:column;align-items:flex-start;gap:24px;position:relative;width:100%;max-height:1000px;height:calc(100dvh - 200px)}@supports(-webkit-touch-callout:none){.GameContainer_gameContainer__cHfAa{height:calc(100dvh - 100px - 50px)}}@media(min-width:768px){.GameContainer_gameContainer__cHfAa{flex-direction:row;height:calc(100dvh - 100px)}}.GameContainer_gameSidebar__iJQoM{max-height:100%;overflow-y:auto;flex:0 0 390px;gap:16px;scrollbar-width:none;-ms-overflow-style:none}.GameContainer_gameSidebar__iJQoM::-webkit-scrollbar{display:none}.GameContainer_modalContent__EPKma{padding:0;background-color:#000!important;display:flex;flex-direction:column;height:100%;gap:8px}.GameContainer_modalContent__EPKma .GameContainer_modalHeader__6ao5Y{background-color:var(--chakra-colors-casualBlack);border-bottom-right-radius:24px;border-bottom-left-radius:24px;padding:14px 0;align-items:center;justify-content:center;display:flex;font-weight:600;font-size:16px;line-height:130%;flex-shrink:0}.GameContainer_modalContent__EPKma .GameContainer_modalBody__LJ9Yq{flex:1 1;display:flex;flex-direction:column;padding:0;gap:8px;overflow-y:auto;min-height:0}.GameInfo_gameInfoBlock__rcQER{padding:24px;background-color:var(--chakra-colors-casualBlack);border-radius:40px;flex-direction:column;gap:16px;width:100%}.GameInfo_gameInfoBlock__rcQER .GameInfo_gameInfoContent__dN3Qt{gap:16px;align-items:center}.GameInfo_gameInfoBlock__rcQER .GameInfo_gameInfoContent__dN3Qt .GameInfo_gameInfoImage__aF_Wg{width:80px;height:100px;border-radius:16px;overflow:hidden}.GameInfo_gameInfoBlock__rcQER .GameInfo_gameInfoContent__dN3Qt .GameInfo_gameInfoImage__aF_Wg img{width:100%;height:100%;object-fit:cover;object-position:center}.GameInfo_gameInfoBlock__rcQER .GameInfo_gameInfoContent__dN3Qt .GameInfo_gameInfoDetails__E8NIK{flex-direction:column;font-weight:500;font-size:20px;line-height:140%;overflow:hidden;max-width:250px}.GameInfo_gameInfoBlock__rcQER .GameInfo_gameInfoContent__dN3Qt .GameInfo_gameInfoDetails__E8NIK .GameInfo_gameInfoName__qD_cg{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.GameInfo_gameInfoBlock__rcQER .GameInfo_gameInfoContent__dN3Qt .GameInfo_gameInfoDetails__E8NIK .GameInfo_gameInfoProvider__qUTF_{color:#ba6826;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.GameInfo_gameInfoBlock__rcQER .GameInfo_gameInfoButtons__8rAPN{gap:8px;flex-direction:column}.GameInfo_gameInfoBlock__rcQER .GameInfo_gameInfoButtons__8rAPN .GameInfo_favouriteButton__jT2nk{border-radius:12px;background-color:var(--chakra-colors-slateBlack);min-width:40px;max-width:40px;min-height:40px;max-height:40px;cursor:pointer;transition:all .25s ease;align-items:center;justify-content:center}.GameInfo_gameInfoBlock__rcQER .GameInfo_gameInfoButtons__8rAPN .GameInfo_favouriteButton__jT2nk:hover{background-color:#533a25}.GameInfo_gameInfoBlock__rcQER .GameInfo_gameInfoButtons__8rAPN .GameInfo_favouriteButton__jT2nk svg{width:24px;height:24px}.GameInfo_gameInfoBlock__rcQER .GameInfo_gameInfoButtons__8rAPN .GameInfo_fullScreenSwitcher__yvMUL{padding:8px 10px 8px 16px;border-radius:12px;background-color:var(--chakra-colors-slateBlack);gap:8px;justify-content:space-between;width:100%}.GameList_gameListContainer__MU6mi{width:100%;border-radius:40px;padding:24px;gap:24px;background-color:var(--chakra-colors-casualBlack);flex-direction:column;min-height:0;overflow:hidden}.FilterBlock_wrapper__aFlIr{position:relative;width:100%}.FilterBlock_filterBlock__diMEI{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.FilterBlock_filterBlock__diMEI::-webkit-scrollbar{display:none}.FilterBlock_tagItem__ZYphO{padding:8px 16px;background-color:var(--chakra-colors-slateBlack);border-radius:20px;white-space:nowrap;cursor:pointer;transition:background-color .2s ease;color:var(--chakra-colors-gray-200);font-weight:500;font-size:14px;line-height:140%;letter-spacing:0;height:40px;align-items:center;flex-shrink:0}.FilterBlock_tagItem__ZYphO:hover{background-color:rgba(186,104,38,.2);color:#ef871d}.FilterBlock_active__myYED{background:rgba(186,104,38,.2);color:#ba6826}.FilterBlock_arrowLeft__a_J4U,.FilterBlock_arrowRight__f4ynH{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:var(--chakra-colors-slateBlack);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .2s ease,transform .2s ease}.FilterBlock_arrowLeft__a_J4U{left:-8px;box-shadow:-22px 0 15px 30px #191919}.FilterBlock_arrowRight__f4ynH{right:-8px;box-shadow:22px 0 15px 30px #191919}.FilterBlock_favFilterBtn__b5beN{min-width:40px;min-height:40px;max-width:40px;max-height:40px;border-radius:20px;background-color:var(--chakra-colors-slateBlack);cursor:pointer;align-items:center;justify-content:center;transition:all .2s ease}.FilterBlock_favFilterBtn__b5beN:hover{background-color:rgba(186,104,38,.2);color:#ef871d}.FilterBlock_favFilterBtn__b5beN svg{width:20px;height:20px}.FilterBlock_favFilterBtnActive__rEejA{background-color:rgba(186,104,38,.2);color:#ba6826}.FilterBlock_skeleton__stUUO{width:100px!important;height:40px!important;border-radius:20px!important}.ProvidersFilter_tagItem__Pn8Rt{padding:8px 12px 8px 16px;background-color:var(--chakra-colors-slateBlack);border-radius:20px;white-space:nowrap;cursor:pointer;transition:background-color .2s ease;color:var(--chakra-colors-gray-200);font-weight:500;font-size:14px;line-height:140%;gap:8px;align-items:center;width:max-content;flex-shrink:0}.ProvidersFilter_tagItem__Pn8Rt:hover{background-color:rgba(186,104,38,.2);color:#ef871d}@media(max-width:767px){.ProvidersFilter_tagItem__Pn8Rt{padding:8px 16px}}.ProvidersFilter_active__P3tRg{background:rgba(186,104,38,.2);color:#ba6826}.ProvidersFilter_activeItem__a6L4A{color:#ba6826}.ProvidersFilter_open__8bijK img{transform:rotate(180deg)}.ProvidersFilter_popoverContent__XrrPC{background-color:var(--chakra-colors-casualBlack)!important;width:360px;max-height:430px;border-radius:24px!important;padding:16px!important;gap:12px!important;border:none;box-shadow:5px -2px 13px -5px rgba(0,0,0,.72)!important}.ProvidersFilter_popoverContent__XrrPC:active,.ProvidersFilter_popoverContent__XrrPC:focus,.ProvidersFilter_popoverContent__XrrPC:focus-visible,.ProvidersFilter_popoverContent__XrrPC:hover{border:none;box-shadow:none;outline:none}.ProvidersFilter_popoverContent__XrrPC .ProvidersFilter_popoverBody__rwuPw{padding:0}.ProvidersFilter_popoverContent__XrrPC .ProvidersFilter_popoverBody__rwuPw .ProvidersFilter_searchBlock__TyrNU{padding-bottom:12px;border-bottom:1px solid hsla(0,0%,100%,.1019607843)}.ProvidersFilter_popoverContent__XrrPC .ProvidersFilter_popoverBody__rwuPw .ProvidersFilter_providersList__KB_J6{max-height:260px;overflow-y:auto}.ProvidersFilter_popoverContent__XrrPC .ProvidersFilter_popoverBody__rwuPw .ProvidersFilter_providersList__KB_J6 .ProvidersFilter_providerItem__zHCT3{display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-weight:500;font-size:14px;line-height:140%;padding:12px 0 8px;border-bottom:1px solid hsla(0,0%,100%,.1019607843)}.ProvidersFilter_popoverContent__XrrPC .ProvidersFilter_popoverBody__rwuPw .ProvidersFilter_providersList__KB_J6 .ProvidersFilter_providerItem__zHCT3:hover{color:#ef871d}.ProvidersFilter_popoverContent__XrrPC .ProvidersFilter_popoverBody__rwuPw .ProvidersFilter_providersList__KB_J6 .ProvidersFilter_providerItem__zHCT3:hover .ProvidersFilter_arrow__k0Z93{color:#ef871d;fill:#ef871d}.ProvidersFilter_popoverContent__XrrPC .ProvidersFilter_popoverBody__rwuPw .ProvidersFilter_providersList__KB_J6 .ProvidersFilter_providerItem__zHCT3 .ProvidersFilter_imageBlock__UlQKf{min-width:80px;width:80px;height:32px;padding:0 8px;border-radius:8px;background-color:var(--chakra-colors-slateBlack)}.ProvidersFilter_popoverContent__XrrPC .ProvidersFilter_popoverBody__rwuPw .ProvidersFilter_providersList__KB_J6 .ProvidersFilter_providerItem__zHCT3 .ProvidersFilter_imageBlock__UlQKf img{width:100%;height:100%;object-fit:contain}.ProvidersFilter_popoverContent__XrrPC .ProvidersFilter_popoverBody__rwuPw .ProvidersFilter_providersList__KB_J6 .ProvidersFilter_providerItem__zHCT3 .ProvidersFilter_arrow__k0Z93{width:20px;height:20px;opacity:40%}.ProvidersFilter_popoverContent__XrrPC .ProvidersFilter_popoverBody__rwuPw .ProvidersFilter_providersList__KB_J6::-webkit-scrollbar{width:0}.ProvidersFilter_popoverContent__XrrPC:after{content:"";position:absolute;inset:0;pointer-events:none;border-radius:24px;box-shadow:inset 0 -80px 40px -40px rgba(0,0,0,.75);z-index:2}.ProvidersFilter_modalContent__wKgE3{padding:0;height:100dvh;background-color:#000!important;display:flex;flex-direction:column;overflow:hidden}.ProvidersFilter_modalContent__wKgE3 .ProvidersFilter_modalHeader__Gv6mZ{background-color:var(--chakra-colors-casualBlack);border-bottom-right-radius:24px;border-bottom-left-radius:24px;padding:14px 0;align-items:center;justify-content:center;display:flex;font-weight:600;font-size:16px;line-height:130%}.ProvidersFilter_modalContent__wKgE3 .ProvidersFilter_modalBody__VtRtu{margin-top:8px;background-color:var(--chakra-colors-casualBlack);border-top-left-radius:24px;border-top-right-radius:24px;padding:16px;gap:24px;flex:1 1;overflow-y:auto;-webkit-overflow-scrolling:touch}.ProvidersFilter_modalContent__wKgE3 .ProvidersFilter_modalBody__VtRtu .ProvidersFilter_providerGrid__GaZLh{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:12px;column-gap:12px;grid-row-gap:16px;row-gap:16px;padding-top:24px}.ProvidersFilter_modalContent__wKgE3 .ProvidersFilter_modalBody__VtRtu .ProvidersFilter_providerGrid__GaZLh .ProvidersFilter_providerGridItem__sA_ZU{align-items:center;flex-direction:column;gap:8px;cursor:pointer}.ProvidersFilter_modalContent__wKgE3 .ProvidersFilter_modalBody__VtRtu .ProvidersFilter_providerGrid__GaZLh .ProvidersFilter_providerGridItem__sA_ZU .ProvidersFilter_modalImageBlock__cbGPx{width:100%;height:80px;border-radius:12px;background-color:var(--chakra-colors-slateBlack);padding:18px 14px}.ProvidersFilter_modalContent__wKgE3 .ProvidersFilter_modalBody__VtRtu .ProvidersFilter_providerGrid__GaZLh .ProvidersFilter_providerGridItem__sA_ZU .ProvidersFilter_modalImageBlock__cbGPx img{width:100%;height:100%;object-fit:contain}.ProvidersFilter_modalContent__wKgE3 .ProvidersFilter_modalFooter__px0uP{background-color:var(--chakra-colors-casualBlack);border-top:1px solid hsla(0,0%,100%,.1019607843);padding:16px}.SearchBlock_searchBlock__ybKoG .SearchBlock_input__QlLV4{border-radius:12px;background-color:var(--chakra-colors-slateBlack);border:none}.SearchBlock_searchBlock__ybKoG .SearchBlock_input__QlLV4:active,.SearchBlock_searchBlock__ybKoG .SearchBlock_input__QlLV4:focus,.SearchBlock_searchBlock__ybKoG .SearchBlock_input__QlLV4:focus-visible,.SearchBlock_searchBlock__ybKoG .SearchBlock_input__QlLV4:hover{box-shadow:none;outline:none;border:none}.SearchBlock_searchBlock__ybKoG .SearchBlock_input__QlLV4:focus{border:1px solid #ba6826}.SearchBlock_searchBlock__ybKoG .SearchBlock_input__QlLV4::placeholder{color:#fff;opacity:40%}.SearchBlock_searchBlock__ybKoG .SearchBlock_input__QlLV4::-webkit-input-placeholder{color:#fff;opacity:40%}.SearchBlock_searchBlock__ybKoG .SearchBlock_input__QlLV4:-ms-input-placeholder{color:#fff;opacity:40%}.GameListItem_item__5M5jy{display:flex;flex-direction:column;width:100%;text-decoration:none;align-items:center;gap:8px}.GameListItem_itemThumb__LkRSa{width:100%;border-radius:12px;overflow:hidden;position:relative}.GameListItem_itemThumb__LkRSa img{width:100%;aspect-ratio:160/220;object-fit:cover;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);transition:filter .25s ease,transform .3s ease}.GameListItem_item__5M5jy:hover .GameListItem_gameThumb__AwX2o{filter:brightness(.5);transform:scale(1.05)}.GameListItem_playCircle__ufSJn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.8);cursor:pointer;width:64px;height:64px;border-radius:50%;background:var(--chakra-colors-orange-400);display:flex;align-items:center;justify-content:center;opacity:0;transition:all .25s ease;z-index:15}.GameListItem_playCircle__ufSJn:hover{transform:scale(1.12)}.GameListItem_playCircle__ufSJn .GameListItem_playIcon__8CYMS{width:32px;height:32px}.GameListItem_playCircle__ufSJn:hover img{transform:scale(1.1)}.GameListItem_item__5M5jy:hover .GameListItem_playCircle__ufSJn{opacity:1;transform:translate(-50%,-50%) scale(1)}.GameListItem_item__5M5jy:hover .GameListItem_favoriteBtn__O_w00{opacity:1}.GameListItem_itemTitle____NC_{max-height:34px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.2;font-size:14px;color:var(--chakra-colors-gray-100);text-align:center}.GameListItem_favoriteBtn__O_w00{position:absolute;top:12px;right:12px;z-index:20;width:40px;height:40px;border-radius:50%;background-color:var(--chakra-colors-slateBlack);display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:all .25s ease}.GameListItem_favoriteBtn__O_w00:hover{background-color:#533a25}.GameListItem_favoriteBtn__O_w00 svg{width:22px;height:22px;transition:transform .2s ease;stroke:#fff}.GameListItem_favoriteBtn__O_w00:hover svg{transform:scale(1.1)}.GameListBlock_listItems__8LpKN{display:grid!important;grid-gap:16px;gap:16px;justify-content:start;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));overflow-y:auto;height:100%}.GameListBlock_listItemsSession__D7RHo{display:grid!important;grid-gap:16px;gap:16px;justify-content:start;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));min-height:0;flex:1 1}@media(max-width:1799px){.GameListBlock_listItems__8LpKN{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}}@media(max-width:1199px){.GameListBlock_listItems__8LpKN{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}}@media(max-width:767px){.GameListBlock_listItems__8LpKN{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}@media(max-width:480px){.GameListBlock_listItems__8LpKN{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}.GameListBlock_notFound__S_52Q{width:100%;text-align:center;color:#fff;justify-content:center;flex-direction:column;padding:64px 32px}.GameListBlock_notFound__S_52Q .GameListBlock_text__1v41y{font-size:24px;font-weight:700}.GameListBlock_notFound__S_52Q .GameListBlock_subText__kt3b6{font-size:16px;font-weight:400;opacity:40%}.Game_game__6pt1_{position:relative;border-radius:24px;overflow:hidden;background-color:#000;border:1px solid var(--chakra-colors-casualBlack);flex-grow:1;min-height:0;height:100%;width:100%;aspect-ratio:1.7777777778;margin:0 auto}@supports(-webkit-touch-callout:none){.Game_game__6pt1_{flex-basis:0;flex-grow:1;min-height:0;min-width:0}}@media(min-width:768px){.Game_game__6pt1_{border-radius:40px;height:auto}}@media(min-aspect-ratio:1.6842105263){.Game_game__6pt1_.Game_sidebarClosed__GI9VU{height:100%;width:auto}}@media(min-aspect-ratio:2.1333333333){.Game_game__6pt1_.Game_sidebarOpen__gGnMA{height:100%;width:auto}}.Game_game__6pt1_ .Game_frame__sLqyy{width:100%;height:100%;border:none}.Game_game__6pt1_ .Game_leftButton__YsyAe,.Game_game__6pt1_ .Game_rightButton__6NpB3{position:absolute;top:16px;width:40px;height:40px;border-radius:50%;cursor:pointer;align-items:center;justify-content:center;background:rgba(0,0,0,.8)}.Game_game__6pt1_ .Game_leftButton__YsyAe{left:16px}.Game_game__6pt1_ .Game_rightButton__6NpB3{right:16px;transition:all .3s}.Game_game__6pt1_ .Game_rightButton__6NpB3:hover svg{opacity:80%}.Game_game__6pt1_ .Game_likeButton__OOWpD{position:absolute;top:16px;width:40px;height:40px;border-radius:50%;cursor:pointer;align-items:center;justify-content:center;background:rgba(0,0,0,.8);right:62px}.Game_game__6pt1_ .Game_likeButton__OOWpD svg{width:24px;height:24px;transition:all .25s ease}.Game_game__6pt1_ .Game_likeButton__OOWpD:hover svg{opacity:80%}.Game_game__6pt1_ .Game_rotated__wYqJu{transform:rotate(180deg)}.GameListContainer_gameListContainer__6FPwH{width:100%;border-radius:40px;padding:40px;gap:24px;background-color:var(--chakra-colors-casualBlack);overflow:hidden;flex-direction:column}.GameListContainer_gameListContainer__6FPwH .GameListContainer_searchAndFilter__1zx30{justify-content:space-between;border-bottom:1px solid hsla(0,0%,100%,.1019607843);padding-bottom:24px;flex-wrap:wrap;gap:16px}.GameListContainer_gameListContainer__6FPwH .GameListContainer_searchAndFilter__1zx30 .GameListContainer_search__FADsv{gap:6px;flex:0 0 auto}.GameListContainer_gameListContainer__6FPwH .GameListContainer_searchAndFilter__1zx30 .GameListContainer_search__FADsv .GameListContainer_favFilterBtn__N9swS{min-width:40px;min-height:40px;max-width:40px;max-height:40px;border-radius:20px;background-color:var(--chakra-colors-slateBlack);cursor:pointer;align-items:center;justify-content:center;color:#fff;transition:all .2s ease}.GameListContainer_gameListContainer__6FPwH .GameListContainer_searchAndFilter__1zx30 .GameListContainer_search__FADsv .GameListContainer_favFilterBtn__N9swS:hover{background-color:rgba(186,104,38,.2);color:#ef871d}.GameListContainer_gameListContainer__6FPwH .GameListContainer_searchAndFilter__1zx30 .GameListContainer_search__FADsv .GameListContainer_favFilterBtn__N9swS svg{width:20px;height:20px}.GameListContainer_gameListContainer__6FPwH .GameListContainer_searchAndFilter__1zx30 .GameListContainer_search__FADsv .GameListContainer_favFilterBtnActive__xtKeB{background-color:rgba(186,104,38,.2);color:#ba6826}.GameListContainer_gameListContainer__6FPwH .GameListContainer_searchAndFilter__1zx30 .GameListContainer_searchWrapped__F6FOn{flex-basis:100%!important;width:100%;justify-content:space-between}.GameListContainer_gameListContainer__6FPwH .GameListContainer_showAllButton__HpowV{width:300px}.GameListContainer_gameListContainer__6FPwH .GameListContainer_showAllButton__HpowV:hover{background-color:rgba(186,104,38,.2);color:#ef871d}.GameListContainer_filterBlock__f9Mca{display:flex;gap:8px;overflow-x:visible;scrollbar-width:none;-ms-overflow-style:none;flex:1 0 auto;align-items:center}.GameListContainer_filterBlock__f9Mca::-webkit-scrollbar{display:none}.GameListContainer_filterBlock__f9Mca .GameListContainer_tagItem__yYe59{padding:8px 16px;background-color:var(--chakra-colors-slateBlack);border-radius:20px;white-space:nowrap;cursor:pointer;transition:background-color .2s ease;color:var(--chakra-colors-gray-200);font-weight:500;font-size:14px;line-height:140%;height:40px;align-items:center;flex-shrink:0}.GameListContainer_filterBlock__f9Mca .GameListContainer_tagItem__yYe59:hover{background-color:rgba(186,104,38,.2);color:#ef871d}.GameListContainer_filterBlock__f9Mca .GameListContainer_active__NFctb{background:rgba(186,104,38,.2);color:#ba6826}.GameListContainer_filtersWrapped__6piVL{flex-basis:100%!important;width:100%;overflow-x:auto!important;margin-top:8px;padding-bottom:8px}.GameListContainer_fixedTagBlock__guPtd{width:100%;align-items:center;justify-content:center;font-weight:600;font-size:32px;line-height:140%}@media(max-width:1600px){.GameListContainer_gameListContainer__6FPwH{padding:32px;border-radius:32px}}@media(max-width:1000px){.GameListContainer_gameListContainer__6FPwH{padding:24px;gap:16px;border-radius:24px}.GameListContainer_gameListContainer__6FPwH .GameListContainer_searchAndFilter__1zx30{flex-direction:column;gap:16px;padding-bottom:16px;flex-wrap:nowrap}.GameListContainer_gameListContainer__6FPwH .GameListContainer_searchAndFilter__1zx30 .GameListContainer_search__FADsv{width:100%}.GameListContainer_gameListContainer__6FPwH .GameListContainer_searchAndFilter__1zx30 .GameListContainer_searchWrapped__F6FOn{flex-basis:auto}.GameListContainer_filterBlock__f9Mca{width:100%;overflow-x:auto!important;flex-basis:auto}.GameListContainer_filtersWrapped__6piVL{margin-top:0}}@media(max-width:640px){.GameListContainer_gameListContainer__6FPwH{padding:16px}.GameListContainer_gameListContainer__6FPwH .GameListContainer_showAllButton__HpowV{width:100%}}.style_level__0twrO{width:48px;height:48px;align-items:center;justify-content:center;border-radius:16px;background-color:rgba(186,69,19,.2);color:#ba4513}.style_level__0twrO:after,.style_level__0twrO:before{content:"";width:26px;height:34px;display:inline-block;position:absolute;bottom:0;background-size:contain;background-repeat:no-repeat}.style_level__0twrO:before{background-image:url(/beer-casino/images/bonuses/league/bronze/bronze-left.svg);left:-6px}.style_level__0twrO:after{background-image:url(/beer-casino/images/bonuses/league/bronze/bronze-right.svg);right:-10px}.style_btn__JZME9{border-radius:12px;padding:8px;background-color:#2b2b2b;border:none!important;outline:none}.style_btn__JZME9:active,.style_btn__JZME9:hover,.style_btn__JZME9[data-active]{background-color:#2b2b2b!important}.style_menuList__weqSV{min-width:360px!important;border-radius:24px!important;padding:24px!important;gap:16px;border-color:#2b2b2b}.style_menuItem__bddJ4,.style_menuList__weqSV{background-color:#191919!important}.style_profileMenu__42MTg{padding:10px 16px;flex-grow:1;border-radius:24px 24px 0 0;background-color:#191919}@media(min-width:768px){.style_profileMenu__42MTg{padding:16px 24px;border-radius:24px}}button.style_menuItem__YcNWl{width:100%;border-radius:12px;background-color:#191919;color:hsla(0,0%,100%,.4)}button.style_menuItem__YcNWl>p:first-child{color:#fff}button.style_menuItem__YcNWl:hover{background-color:#191919}button.style_menuItemActive__ht5GM>p:first-child{color:#ef871d}button.style_hover__xvYef:hover{background-color:rgba(239,135,29,.1019607843)}.style_drawerContent__Dki0v{border-radius:24px 24px 0 0;padding:24px 16px 16px;background-color:#191919!important;gap:24px}@media(min-width:768px){.style_drawerContent__Dki0v{max-width:500px!important;border-radius:24px;left:50%!important;bottom:50%!important;transform:translate(-50%,50%)!important}}.style_currencyItem__zGhg2{align-items:center;justify-content:space-between;position:relative}.style_currencyItem__zGhg2:after{content:"";position:absolute;left:50%;transform:translateX(-50%);width:calc(100% + 20px);height:230%;transition:border .4s;border-radius:16px;cursor:pointer;border:1px solid rgba(0,0,0,0)}.style_currencyItem__zGhg2:hover:after{border-color:#ba6826}.style_adaptiveMenu__bH1vP{height:100%;width:100%;flex-grow:1;overflow:hidden}.style_menuItem__TvfBi{white-space:nowrap;visibility:visible;position:static;opacity:1}.style_menuHidden__pkRAx{visibility:hidden;position:absolute!important;opacity:0}.style_dropdownList__B__Mw{box-shadow:0 2px 8px rgba(0,0,0,.15);border-radius:4px;padding:4px 0;min-width:120px;border:none}.style_dropdownItem__ocyZE,.style_dropdownList__B__Mw{background-color:#2b2b2b!important}.style_dropdownLink__lfMwy{font-size:16px;font-weight:600;padding:9px 16px;background:#2b2b2b;border-radius:12px;height:40px;width:100%}