: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, .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-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--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( to right, #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-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:auto;min-height:100%;margin:0;padding:0;overflow-x:hidden!important;overflow-y:scroll!important}#root,.app-wrapper{width:100%;height:auto;min-height:100vh;overflow:visible}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .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-container-width: fit-content;--toastify-toast-width: 280px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 99999;--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(to right, #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-color-progress-bgo: .2 }.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:flex-end;display:flex;flex-direction:column}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:280px;min-width:280px;min-height:auto;box-sizing:border-box;margin-bottom:10px;margin-left:auto;padding:12px 16px;border-radius:12px!important;box-shadow:-4px -4px 20px #17131766;max-height:var(--toastify-toast-max-height);font-family:inherit;font-size:13px;line-height:140%;color:#eadfe4;z-index:0;display:grid;grid-template-columns:auto 1fr;flex:1 auto;align-items:center;word-break:break-word;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);overflow:hidden}@media only screen and (max-width: 480px){.Toastify__toast-container{width:auto;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{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)}body .Toastify .Toastify__toast--success{background:#6c7bf85c}.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--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{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:100%;z-index:1;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:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto}#nprogress{pointer-events:none}#nprogress .bar{background:#ffb374;position:fixed;z-index:20000;top:0;left:0;width:100%;height:4px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #ffb374,0 0 5px #ffb374;opacity:1;-webkit-transform:rotate(3deg) translate(0px,-4px);-ms-transform:rotate(3deg) translate(0px,-4px);transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:block;position:fixed;z-index:20000;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border:2px solid transparent;border-top-color:#6c7bf8;border-left-color:#6c7bf8;border-radius:50%;-webkit-animation:nprogress-spinner .4s linear infinite;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}@-webkit-keyframes nprogress-spinner{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@keyframes nprogress-spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}html{box-sizing:border-box;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;height:100%}a,button,input{outline:none}*,:after,:before{box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{margin:0;padding:0;background-repeat:no-repeat}audio:not([controls]){display:none;height:0}hr{overflow:visible}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}summary{display:list-item}small{font-size:80%}[hidden],template{display:none}abbr[title]{text-decoration:none;border-bottom:1px dotted}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace}b,strong{font-weight:bolder}dfn{font-style:italic}mark{color:#000;background-color:#ff0}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}input{border-radius:0}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer}[disabled]{cursor:default}[type=search]{outline-offset:-2px;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none;-moz-appearance:none;appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button;-moz-appearance:button;appearance:button}button,select{text-transform:none}button,input,select,textarea{color:inherit;background-color:#0000;border-style:none}legend{display:table;max-width:100%;color:inherit;white-space:normal;border:0}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button;-moz-appearance:button;appearance:button}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}li,ul{list-style:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}@font-face{font-weight:100;font-family:HCo Gotham;font-style:normal;font-display:swap;src:url(/fonts/Gotham-Thin_Web.woff2) format("woff2"),url(/fonts/Gotham-Thin_Web.woff) format("woff")}@font-face{font-weight:100;font-family:HCo Gotham;font-style:italic;font-display:swap;src:url(/fonts/Gotham-ThinItalic_Web.woff2) format("woff2"),url(/fonts/Gotham-ThinItalic_Web.woff) format("woff")}@font-face{font-weight:200;font-family:HCo Gotham;font-style:normal;font-display:swap;src:url(/fonts/Gotham-XLight_Web.woff2) format("woff2"),url(/fonts/Gotham-XLight_Web.woff) format("woff")}@font-face{font-weight:200;font-family:HCo Gotham;font-style:italic;font-display:swap;src:url(/fonts/Gotham-XLightItalic_Web.woff2) format("woff2"),url(/fonts/Gotham-XLightItalic_Web.woff) format("woff")}@font-face{font-weight:300;font-family:HCo Gotham;font-style:normal;font-display:swap;src:url(/fonts/Gotham-Light_Web.woff2) format("woff2"),url(/fonts/Gotham-Light_Web.woff) format("woff")}@font-face{font-weight:300;font-family:HCo Gotham;font-style:italic;font-display:swap;src:url(/fonts/Gotham-LightItalic_Web.woff2) format("woff2"),url(/fonts/Gotham-LightItalic_Web.woff) format("woff")}@font-face{font-weight:400;font-family:HCo Gotham;font-style:normal;font-display:swap;src:url(/fonts/Gotham-Book_Web.woff2) format("woff2"),url(/fonts/Gotham-Book_Web.woff) format("woff")}@font-face{font-weight:400;font-family:HCo Gotham;font-style:italic;font-display:swap;src:url(/fonts/Gotham-BookItalic_Web.woff2) format("woff2"),url(/fonts/Gotham-BookItalic_Web.woff) format("woff")}@font-face{font-weight:500;font-family:HCo Gotham;font-style:normal;font-display:swap;src:url(/fonts/Gotham-Medium_Web.woff2) format("woff2"),url(/fonts/Gotham-Medium_Web.woff) format("woff")}@font-face{font-weight:500;font-family:HCo Gotham;font-style:italic;font-display:swap;src:url(/fonts/Gotham-MediumItalic_Web.woff2) format("woff2"),url(/fonts/Gotham-MediumItalic_Web.woff) format("woff")}@font-face{font-weight:700;font-family:HCo Gotham;font-style:normal;font-display:swap;src:url(/fonts/Gotham-Bold_Web.woff2) format("woff2"),url(/fonts/Gotham-Bold_Web.woff) format("woff")}@font-face{font-weight:700;font-family:HCo Gotham;font-style:italic;font-display:swap;src:url(/fonts/Gotham-BoldItalic_Web.woff2) format("woff2"),url(/fonts/Gotham-BoldItalic_Web.woff) format("woff")}@font-face{font-weight:800;font-family:HCo Gotham;font-style:normal;font-display:swap;src:url(/fonts/Gotham-Black_Web.woff2) format("woff2"),url(/fonts/Gotham-Black_Web.woff) format("woff")}@font-face{font-weight:800;font-family:HCo Gotham;font-style:italic;font-display:swap;src:url(/fonts/Gotham-BlackItalic_Web.woff2) format("woff2"),url(/fonts/Gotham-BlackItalic_Web.woff) format("woff")}@font-face{font-weight:900;font-family:HCo Gotham;font-style:normal;font-display:swap;src:url(/fonts/Gotham-Ultra_Web.woff2) format("woff2"),url(/fonts/Gotham-Ultra_Web.woff) format("woff")}@font-face{font-weight:900;font-family:HCo Gotham;font-style:italic;font-display:swap;src:url(/fonts/Gotham-UltraItalic_Web.woff2) format("woff2"),url(/fonts/Gotham-UltraItalic_Web.woff) format("woff")}@font-face{font-weight:700 400;font-family:GGLogo;src:url(/fonts/gg-logo.eot);src:url(/fonts/gg-logo.eot) format("embedded-opentype"),url(/fonts/gg-logo.woff2) format("woff2"),url(/fonts/gg-logo.woff) format("woff"),url(/fonts/gg-logo.ttf) format("truetype")}*,:after,:before{-webkit-tap-highlight-color:rgba(0,0,0,0)!important;-moz-tap-highlight-color:rgba(0,0,0,0)!important;-o-tap-highlight-color:rgba(0,0,0,0)!important}body{position:relative;min-height:100vh;color:#fff;font-size:14px;font-family:HCo Gotham,GGLogo,-apple-system,blinkmacsystemfont,arial,sans-serif;background-color:#171317;-webkit-overflow-scrolling:touch;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-y:auto}@media (max-width:5999px){body{font-size:13px}}@media (max-width:5999px){body{font-size:12px}}::-webkit-scrollbar-track{background-color:#1c181c}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{background-color:#2c282c;border-radius:2px}.wrapper{display:flex;flex-direction:column;min-height:100vh;height:auto}a{color:#ffb274;text-decoration:none;transition:color .3s ease}a:hover{color:#f8bc76}main{position:relative;display:flex;flex:1 1 auto;flex-direction:column;background-color:#171317}h1{font-size:34px}h2{font-size:30px}h3{font-size:22px}h4{font-size:18px}.center{text-align:center}.mb-25{margin-bottom:25px}.upper{text-transform:uppercase}html.jivo-site-full-block,html.jivo-site-full-block body{overflow:visible!important}.content_component__PV_Xs{display:flex;gap:16px;align-items:center;padding:24px 38px 24px 30px;background:#1e191ef7;border-radius:6px;box-shadow:0 15px 20px #0b0c0e66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media (max-width:5999px){.content_component__PV_Xs{padding:18px 32px 18px 24px}}.content_icon__6Qau9{flex-shrink:0}.content_icon__6Qau9.content_xp__H4dxT{width:72px;height:72px;background-size:100%}@media (max-width:1200px){.content_icon__6Qau9.content_xp__H4dxT{width:56px;height:56px}}.content_icon__6Qau9.content_level__WX1j2{width:80px;height:80px;background-size:100%}@media (max-width:1200px){.content_icon__6Qau9.content_level__WX1j2{width:64px;height:64px}}.content_icon__6Qau9 span{display:block;padding-top:25px;color:#ffff43;font-weight:800;font-size:17px;text-align:center;text-shadow:0 0 9px hsla(0,0%,100%,.92)}@media (max-width:1200px){.content_icon__6Qau9 span{padding-top:20px;font-size:14px}}.content_title__jg3Ws{margin-bottom:10px;color:#dadfeb;font-weight:800;font-size:17px;text-transform:uppercase}@media (max-width:1200px){.content_title__jg3Ws{margin-bottom:6px;font-size:15px}}.content_info__cDClp{color:#b8becc;font-weight:300;font-size:12px}@media (max-width:1200px){.content_info__cDClp{font-size:11px}}.content_info__cDClp span{color:#ffff43;font-weight:700}.eventNotification_component__zewOX{position:fixed;bottom:40px;left:40px;z-index:11111;cursor:pointer;-webkit-user-select:none;user-select:none}@media (max-width:5999px){.eventNotification_component__zewOX{bottom:25px;left:25px}}@media (max-width:5999px){.eventNotification_component__zewOX{inset:15px 15px auto}}.eventNotification_enter__mOBJR{transform:translateY(10px);opacity:0}.eventNotification_enterActive__0eO3i{transform:none;opacity:1;transition:opacity .5s,transform .5s}.eventNotification_exit__1R2Wj{transform:none;opacity:1}.eventNotification_exitActive__Gg_cU{transform:translateY(10px);opacity:0;transition:opacity .5s,transform .5s}@keyframes user-notice_shake__q7opk{0%,80%{transform:rotate(0)}20%{transform:rotate(-15deg)}40%{transform:rotate(15deg)}60%{transform:rotate(-15deg)}}.user-notice_component__ccZDx{position:relative}.user-notice_btn__otOJc{display:flex;align-items:center;justify-content:center;width:32px;height:32px;margin:0 -4px;color:#6c6970;transition:color .3s ease}.user-notice_btn__otOJc:not(.user-notice_active__tExV_):hover{color:#d0cdd4}.user-notice_btn__otOJc svg{width:24px;height:24px}@media (max-width:5999px){.user-notice_btn__otOJc svg{width:20px;height:20px}}.user-notice_btn__otOJc svg path{fill:currentcolor}.user-notice_btn__otOJc.user-notice_active__tExV_{color:#ffa860;transform-origin:50% 25%;animation:user-notice_shake__q7opk 1s ease-in-out 2}.user-notice_btn__otOJc.user-notice_active__tExV_:hover{color:#d08951}.panel_component__lhvW5{display:none;grid-auto-flow:column;gap:8px;align-items:center;height:60px;padding-right:16px}@media (max-width:5999px){.panel_component__lhvW5{display:grid}}.panel_signInButton__1Vccx{padding:10px 18px;font-size:10px;border-radius:6px}.home_component__sVZ7u{display:grid;grid-template-columns:auto 1fr;grid-gap:2px;gap:2px;width:240px;height:90px}@media (max-width:5999px){.home_component__sVZ7u{grid-template-columns:auto 1fr auto;width:100%;height:60px;background-color:#252229;border-radius:3px}}.home_logo__Cj6_s{display:flex;align-items:center;justify-content:center;width:90px;background-color:#2f252f;border-radius:4px}@media (max-width:5999px){.home_logo__Cj6_s{width:60px;background-color:#252229;border-radius:3px}}.home_logo__Cj6_s.home_christmas__cI4Tj{position:relative}.home_logo__Cj6_s.home_christmas__cI4Tj:after{position:absolute;top:50%;left:50%;width:90px;height:90px;margin-top:-8px;transform:translate(-50%,-50%);content:"";pointer-events:none}@media (max-width:5999px){.home_logo__Cj6_s.home_christmas__cI4Tj:after{width:62px;height:62px;margin-top:-6px;background-size:62px}}.home_logo__Cj6_s.home_christmas__cI4Tj svg{display:none}.home_logo__Cj6_s svg{width:60px;height:60px}@media (max-width:5999px){.home_logo__Cj6_s svg{width:38px;height:38px}}.home_logo__Cj6_s path{transition:filter .3s}.home_logo__Cj6_s:hover path{filter:brightness(1.4)}.home_colum__a5_k0{display:grid;grid-auto-rows:1fr 1fr;grid-gap:2px;gap:2px}.home_group__WMlCy{display:grid;grid-template-columns:1fr 1fr;grid-gap:2px;gap:2px}@media (max-width:5999px){.home_group__WMlCy{display:none}}.menu-banners_component__D3MHh{display:grid;grid-auto-columns:minmax(50px,200px);grid-auto-flow:column;grid-gap:2px;gap:2px}@media (max-width:5999px){.menu-banners_component__D3MHh{grid-auto-columns:1fr}}.menu-banners_link__Hv8Oi{position:relative;display:block;width:100%;height:100%;overflow:hidden;background:linear-gradient(253.05deg,#252229 17.74%,#443e4d 108.2%)}.menu-banners_link__Hv8Oi:before{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(253.05deg,#2b2731 17.74%,#443e4d 108.2%);opacity:0;transition:opacity .3s ease;content:""}.menu-banners_link__Hv8Oi:hover:before{opacity:1}.menu-banners_link__Hv8Oi:hover .menu-banners_image__r5YzC,.menu-banners_link__Hv8Oi:hover:after{transform:scale(1.1)}.menu-banners_image__r5YzC{position:absolute;bottom:0;left:0;height:86%;transition:transform .3s ease}@media (max-width:1800px){.menu-banners_image__r5YzC{height:72%}}.menu-banners_label__9pIvV{position:absolute;top:12px;right:12px;color:#e2e2e2;font-weight:400;font-size:14px;text-transform:uppercase}@media (max-width:1200px){.menu-banners_label__9pIvV{font-size:13px}}.menu-links_component__0OmON{display:grid;grid-auto-flow:column;grid-gap:24px;gap:24px;align-items:center;justify-content:start;justify-items:start;padding:0 24px;background:#252229}@media (max-width:1200px){.menu-links_component__0OmON.menu-links_isAuth__q7WeM li{display:none}}.menu-links_component__0OmON:not(.menu-links_isAuth__q7WeM){margin-left:-2px}.menu-links_link__mwp5X{position:relative;display:grid;grid-template-columns:auto 1fr;grid-gap:8px;gap:8px;align-items:center;padding:4px 0;color:#eadfe4;font-weight:600;font-size:12px;text-transform:uppercase;transition:color .3s ease}.menu-links_link__mwp5X:hover{color:#ffa860}.menu-links_link__mwp5X:hover .menu-links_icon__LG50F{fill:#ffa860}.menu-links_icon__LG50F{width:24px;height:24px;transition:fill .3s ease;fill:#72676b}.menu-links_new__VN1xj{position:absolute;right:0;bottom:90%;padding:3px;color:#fff;font-weight:700;font-size:8px;line-height:1;text-transform:uppercase;background:#c8464e;border-radius:3px}.refill-button_component__bbiON{display:grid;grid-auto-flow:column;grid-gap:12px;gap:12px;align-items:center}.refill-button_component__bbiON:hover .refill-button_addIcon__2k9sH{background:#a8ffd5}.refill-button_component__bbiON:hover .refill-button_balance__gIm4o{color:#a8ffd5}.refill-button_addIcon__2k9sH{display:flex;align-items:center;justify-content:center;width:22px;height:22px;background:#4cea9e;border-radius:6px;transition:background .3s ease}.refill-button_addIcon__2k9sH svg{width:18px;height:18px;fill:#252229}.refill-button_content__eNeyJ{display:grid;justify-items:end}.refill-button_balance__gIm4o{color:#4cea9e;font-weight:600;font-size:15px;letter-spacing:-.02em;transition:color .3s ease}.account_component__RZNcA{display:grid;grid-auto-flow:column;grid-gap:16px;gap:16px;align-items:center}.panel_component__M6lAl{display:grid;grid-auto-flow:column;grid-gap:24px;gap:24px;align-items:center;padding:0 24px;background:#252229}@media (max-width:1500px){.panel_socials__zvsOI{display:none}}.panel_signInButton__cxDRJ{padding:14px 22px;font-size:13px;border-radius:8px}.type-toggler_component___pIOA{display:grid;grid-template-rows:1fr 1fr;grid-template-columns:48px;grid-gap:2px;gap:2px;height:100%}@media (max-width:5999px){.type-toggler_component___pIOA{grid-template-columns:28px}}.type-toggler_component___pIOA.type-toggler_christmas__3wA0c{z-index:3}.type-toggler_button__505Cs{position:relative;display:grid;grid-gap:6px;gap:6px;align-content:center;justify-items:center;width:100%;height:100%;overflow:hidden;background-color:#2f252f;border-radius:4px}@media (max-width:5999px){.type-toggler_button__505Cs{background-color:#252229;border-radius:3px}}.type-toggler_button__505Cs:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#3e323e,#524d60);opacity:0;transition:opacity .3s ease;content:""}@media (max-width:5999px){.type-toggler_button__505Cs:before{background:linear-gradient(180deg,#2f282f,#524d60)}}@media (hover:hover){.type-toggler_button__505Cs:hover:before{opacity:1}.type-toggler_button__505Cs:hover .type-toggler_icon__Imhn8{fill:#eadfe4}.type-toggler_button__505Cs:hover .type-toggler_label__pNTQA{color:#eadfe4}}.type-toggler_button__505Cs.type-toggler_active__zDMNc:before,.type-toggler_button__505Cs:active:before{opacity:1}.type-toggler_button__505Cs.type-toggler_active__zDMNc .type-toggler_icon__Imhn8,.type-toggler_button__505Cs:active .type-toggler_icon__Imhn8{fill:#eadfe4}.type-toggler_button__505Cs.type-toggler_active__zDMNc .type-toggler_label__pNTQA,.type-toggler_button__505Cs:active .type-toggler_label__pNTQA{color:#eadfe4}.type-toggler_icon__Imhn8{position:relative;z-index:2;width:20px;height:20px;transition:fill .3s ease;fill:#685868}@media (max-width:5999px){.type-toggler_icon__Imhn8{width:16px;height:16px}}.live-item_component__6aWZV{position:relative;display:block;width:144px;height:100%;overflow:hidden;border-radius:4px}@media (max-width:5999px){.live-item_component__6aWZV{width:90px;border-radius:3px}}.live-item_component__6aWZV:before{position:absolute;top:4px;left:50%;z-index:1;width:60px;height:60px;background-size:100%;transform:translate(-50%);opacity:.7;transition:transform .2s ease,opacity .2s ease;content:""}@media (max-width:5999px){.live-item_component__6aWZV:before{width:36px;height:36px}}.live-item_component__6aWZV:after{position:absolute;right:28px;bottom:0;left:28px;z-index:1;height:2px;border-radius:2px;transition:background .2s ease;content:""}@media (max-width:5999px){.live-item_component__6aWZV:after{right:14px;left:14px;height:1px}}.live-item_component__6aWZV:hover:before{transform:translate(-50%) scale(.7);opacity:0}.live-item_component__6aWZV:hover .live-item_battlesIcon__w_ZTe{opacity:0}.live-item_component__6aWZV:hover .live-item_infoImage___meef{transform:translate(-50%,-50%) scale(.7);opacity:0}.live-item_component__6aWZV:hover .live-item_detailsIcon__yoAi4,.live-item_component__6aWZV:hover .live-item_detailsImage__slCYF{transform:translate(-50%,-50%) scale(1);opacity:1}.live-item_component__6aWZV:hover .live-item_infoLabel__FErtR{opacity:0}.live-item_component__6aWZV:hover .live-item_detailsLabel__2gyNG{opacity:1}.live-item_component__6aWZV.live-item_skeleton__4zcbD{pointer-events:none}.live-item_component__6aWZV.live-item_base__cBXhi:hover:after,.live-item_component__6aWZV.live-item_classified__ra2fv:hover:after,.live-item_component__6aWZV.live-item_consumer__bQiZp:hover:after,.live-item_component__6aWZV.live-item_covert__Jg2fW:hover:after,.live-item_component__6aWZV.live-item_default__d9KzH:hover:after,.live-item_component__6aWZV.live-item_industrial__t56V_:hover:after,.live-item_component__6aWZV.live-item_knife__VPpG2:hover:after,.live-item_component__6aWZV.live-item_milspec__52w4S:hover:after,.live-item_component__6aWZV.live-item_restricted__F7XP1:hover:after{background:#0000}.live-item_component__6aWZV.live-item_base__cBXhi,.live-item_component__6aWZV.live-item_consumer__bQiZp,.live-item_component__6aWZV.live-item_default__d9KzH{background:linear-gradient(0deg,#463c46,#3e323e 73.44%)}.live-item_component__6aWZV.live-item_base__cBXhi:after,.live-item_component__6aWZV.live-item_consumer__bQiZp:after,.live-item_component__6aWZV.live-item_default__d9KzH:after{background:#969396;box-shadow:0 -6px 60px 12px #cdcdcd4d}.live-item_component__6aWZV.live-item_classified__ra2fv{background:linear-gradient(0deg,#4e2f41,#3e323e 73.44%)}.live-item_component__6aWZV.live-item_classified__ra2fv:after{background:#c55980;box-shadow:0 -6px 60px 12px #ff94ba4d}.live-item_component__6aWZV.live-item_knife__VPpG2{background:linear-gradient(1turn,#3d3026,#3e323e 73.96%)}.live-item_component__6aWZV.live-item_knife__VPpG2:after{background:#db975d;box-shadow:0 -6px 60px 12px #cd814280}.live-item_component__6aWZV.live-item_industrial__t56V_{background:linear-gradient(0deg,#2c3159,#3e323e 73.44%)}.live-item_component__6aWZV.live-item_industrial__t56V_:after{background:#5776e4;box-shadow:0 -6px 60px 12px #839eff4d}.live-item_component__6aWZV.live-item_restricted__F7XP1{background:linear-gradient(0deg,#463050,#3e323e 73.44%)}.live-item_component__6aWZV.live-item_restricted__F7XP1:after{background:#7750e4;box-shadow:0 -6px 60px 12px #9664ff4d}.live-item_component__6aWZV.live-item_covert__Jg2fW{background:linear-gradient(1turn,#3e2a2c,#3e323e 73.96%)}.live-item_component__6aWZV.live-item_covert__Jg2fW:after{background:#da5763;box-shadow:0 -6px 60px 12px #e2515e80}.live-item_component__6aWZV.live-item_milspec__52w4S{background:linear-gradient(0deg,#324549,#3e323e 73.44%)}.live-item_component__6aWZV.live-item_milspec__52w4S:after{background:#79a8ca;box-shadow:0 -6px 60px 12px #5cf5ff4d}.live-item_battlesIcon__w_ZTe{position:absolute;top:7px;left:7px;z-index:5;width:20px;height:20px;transition:opacity .2s ease;fill:#ffa860}@media (max-width:1200px){.live-item_battlesIcon__w_ZTe{top:6px;left:6px;width:18px;height:18px}}@media (max-width:5999px){.live-item_battlesIcon__w_ZTe{top:5px;left:5px;width:16px;height:16px}}@media (max-width:5999px){.live-item_battlesIcon__w_ZTe{top:4px;left:4px;width:14px;height:14px}}.live-item_battlesIcon__w_ZTe.live-item_visible__d24sX{opacity:1}.live-item_detailsIcon__yoAi4,.live-item_detailsImage__slCYF,.live-item_infoImage___meef{position:absolute;top:34px;left:50%;z-index:2;width:96px;object-fit:contain;transition:transform .2s ease,opacity .2s ease}@media (max-width:5999px){.live-item_detailsIcon__yoAi4,.live-item_detailsImage__slCYF,.live-item_infoImage___meef{top:22px;width:66px}}.live-item_detailsImage__slCYF,.live-item_infoImage___meef{height:60px}@media (max-width:5999px){.live-item_detailsImage__slCYF,.live-item_infoImage___meef{height:36px}}.live-item_detailsIcon__yoAi4{height:40px}@media (max-width:5999px){.live-item_detailsIcon__yoAi4{height:20px}}.live-item_infoImage___meef{transform:translate(-50%,-50%) scale(1);opacity:1}.live-item_detailsIcon__yoAi4,.live-item_detailsImage__slCYF{transform:translate(-50%,-50%) scale(.7);opacity:0}.live-item_detailsLabel__2gyNG,.live-item_infoLabel__FErtR{position:absolute;bottom:10px;left:50%;z-index:2;width:96px;overflow:hidden;color:#f5e7f5e6;font-weight:500;font-size:12px;line-height:1;white-space:nowrap;text-align:center;text-overflow:ellipsis;transform:translate(-50%);transition:opacity .2s ease}@media (max-width:5999px){.live-item_detailsLabel__2gyNG,.live-item_infoLabel__FErtR{bottom:8px;width:66px;font-size:10px}}.live-item_infoLabel__FErtR{opacity:1}.live-item_detailsLabel__2gyNG{opacity:0}.live-item_skeletonImage__fLjyS{position:absolute;top:8px;left:50%;z-index:2;width:96px;height:52px;transform:translate(-50%)}@media (max-width:5999px){.live-item_skeletonImage__fLjyS{width:66px;height:28px}}.live-item_skeletonImage__fLjyS span{position:absolute;top:0;right:0;bottom:0;left:0}.live-item_skeletonLabel__tRnOP{position:absolute;bottom:10px;left:50%;z-index:2;width:96px;height:12px;transform:translate(-50%)}@media (max-width:5999px){.live-item_skeletonLabel__tRnOP{bottom:8px;width:66px;height:10px}}.live-item_skeletonLabel__tRnOP span{position:absolute;top:0;right:0;bottom:0;left:0}.online_component__cXpgl{z-index:3;display:grid;grid-gap:8px;gap:8px;align-items:center;padding:16px;background:#968ea247;border-radius:8px;box-shadow:-10px 4px 24px #17131780;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}@media (min-width:9010px){.online_component__cXpgl{position:absolute;top:50%;right:16px;grid-auto-flow:column;transform:translateY(-50%)}}@media (max-width:5999px){.online_component__cXpgl{gap:2px;padding:5px 8px;background:#252229;border-radius:4px;box-shadow:none;-webkit-backdrop-filter:unset;backdrop-filter:unset}}.online_icon__VkKGB{width:28px;height:28px}@media (max-width:5999px){.online_icon__VkKGB{justify-self:center;width:20px;height:20px}}.online_content__9XuDt{display:grid;grid-gap:2px;gap:2px;justify-items:start}@media (max-width:5999px){.online_content__9XuDt{gap:1px;justify-items:center}}.online_count__DzY_8{color:#6c7bf8;font-weight:700;font-size:14px;line-height:1}@media (max-width:5999px){.online_count__DzY_8{font-size:11px}}.online_title__lQEpr{color:#6b6b6b;font-weight:700;font-size:9px;line-height:1;text-transform:uppercase}@media (max-width:5999px){.online_title__lQEpr{font-size:7px}}.online_countSkeleton__fixzF{position:relative;width:90%;height:14px}@media (max-width:5999px){.online_countSkeleton__fixzF{height:11px}}.online_countSkeleton__fixzF span{position:absolute;top:0;left:0;width:100%;height:100%}@keyframes live_garland-fade__i6jqs{0%{opacity:0}25%{opacity:1}50%{opacity:1}75%{opacity:0}to{opacity:0}}.live_component__1i7_Y{position:relative;display:grid;grid-template-columns:auto 1fr;grid-gap:2px;gap:2px;height:90px}@media (max-width:5999px){.live_component__1i7_Y{grid-template-columns:auto 1fr auto;height:56px}}.live_component__1i7_Y.live_christmas__BcMZh:after,.live_component__1i7_Y.live_christmas__BcMZh:before{position:absolute;top:-2px;left:48px;width:calc(100% - 102px);height:47px;background-position:0 0;background-size:801px;content:"";pointer-events:none}@media (max-width:5999px){.live_component__1i7_Y.live_christmas__BcMZh:after,.live_component__1i7_Y.live_christmas__BcMZh:before{top:100%;left:0;width:100%;height:34px;background-position:0 0;background-size:264px;transform:translateY(-40%)}}.live_component__1i7_Y.live_christmas__BcMZh:after{z-index:2;background-image:url(/images/garland.png);animation:live_garland-fade__i6jqs 2s linear infinite}@media (max-width:5999px){.live_component__1i7_Y.live_christmas__BcMZh:after{background-image:url(/images/garland-sm.png)}}.live_component__1i7_Y.live_christmas__BcMZh:before{z-index:3;background-image:url(/images/garland-off.png)}@media (max-width:5999px){.live_component__1i7_Y.live_christmas__BcMZh:before{background-image:url(/images/garland-off-sm.png)}}.live_list__6q4xW{position:relative;display:grid;grid-auto-flow:column;grid-gap:2px;gap:2px;justify-content:start;width:100%;height:100%;overflow:hidden}.live_list__6q4xW:after{position:absolute;top:0;right:0;z-index:2;width:190px;height:100%;background:linear-gradient(90deg,#241e2400,#201a20);content:"";pointer-events:none}@media (max-width:5999px){.live_list__6q4xW:after{width:90px}}.live_itemWrapper__dnpv_{position:absolute;height:100%;transform:translate(calc((100% + 2px) * var(--position)));transition:transform .3s ease}@media (max-width:5999px){.live_itemWrapper__dnpv_{transition:none}}.live_itemWrapper__dnpv_.live_enter__ZGd2T{transform:translate(calc((100% + 2px) * var(--position) - (100% + 2px) * var(--new-elements-count)))}.live_itemWrapper__dnpv_.live_enterActive__Reg98{transform:translate(calc((100% + 2px) * var(--position)))}.header_component__nf__S{position:relative;z-index:10000;display:grid;grid-gap:3px;gap:3px;padding:2px;background:linear-gradient(180deg,#2f252fb3,#2a222bb3 27.08%,#1e1b21b3)}@media (max-width:5999px){.header_component__nf__S{z-index:10010}}.header_firstRow__8FPD2{position:relative;display:grid;grid-template-columns:auto 1fr;grid-gap:2px;gap:2px}@media (max-width:5999px){.header_firstRow__8FPD2{grid-template-columns:1fr}}.header_secondRow__HME8P{display:grid;grid-template-columns:auto 1fr auto auto;grid-gap:2px;gap:2px;height:90px}@media (max-width:5999px){.header_secondRow__HME8P{display:none}}.mobile-menu_component__tHqaB{position:fixed;top:0;left:0;z-index:10020;display:none;width:100%;height:100%;padding:20px 16px 80px;overflow:hidden auto;background-color:#171317e6}.mobile-menu_component__tHqaB::-webkit-scrollbar-track{margin-bottom:64px}@media (max-width:5999px){.mobile-menu_component__tHqaB{display:block}}.mobile-menu_enter__p2hRJ{opacity:0}.mobile-menu_enterActive__UsE1Q{opacity:1;transition:opacity .2s ease}.mobile-menu_exit__8xISi{opacity:1}.mobile-menu_exitActive__cdOMW{opacity:0;transition:opacity .2s ease}.mobile-menu_menu__fTy52{position:relative!important;display:grid;width:100%!important;height:auto!important;min-height:100%}.mobile-panel_component__crN67{position:fixed;bottom:0;left:0;z-index:10020;display:none;width:100%;box-shadow:0 -10px 30px #17131799}@media (max-width:5999px){.mobile-panel_component__crN67{display:block}}.mobile-panel_component__crN67:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:#17131799;border-radius:6px 6px 0 0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);content:""}.mobile-panel_list__6Dsf5{position:relative;z-index:2;display:flex;justify-content:center}.mobile-panel_appDownload__cMfU8,.mobile-panel_bonus__40KG_,.mobile-panel_event__PAvA6,.mobile-panel_menu__zMSRN,.mobile-panel_wheel__9QNva{padding:4px 0 6px}.mobile-panel_appDownload__cMfU8 .mobile-panel_button___Ec21,.mobile-panel_appDownload__cMfU8 .mobile-panel_link__VUkYh,.mobile-panel_bonus__40KG_ .mobile-panel_button___Ec21,.mobile-panel_bonus__40KG_ .mobile-panel_link__VUkYh,.mobile-panel_event__PAvA6 .mobile-panel_button___Ec21,.mobile-panel_event__PAvA6 .mobile-panel_link__VUkYh,.mobile-panel_menu__zMSRN .mobile-panel_button___Ec21,.mobile-panel_menu__zMSRN .mobile-panel_link__VUkYh,.mobile-panel_wheel__9QNva .mobile-panel_button___Ec21,.mobile-panel_wheel__9QNva .mobile-panel_link__VUkYh{display:grid;grid-gap:2px;gap:2px;place-content:center center;place-items:center center;width:54px;height:54px}@media (hover:hover){.mobile-panel_appDownload__cMfU8 .mobile-panel_button___Ec21.mobile-panel_active__RH5K1 .mobile-panel_icon__BAHRB,.mobile-panel_appDownload__cMfU8 .mobile-panel_button___Ec21:hover .mobile-panel_icon__BAHRB,.mobile-panel_appDownload__cMfU8 .mobile-panel_link__VUkYh.mobile-panel_active__RH5K1 .mobile-panel_icon__BAHRB,.mobile-panel_appDownload__cMfU8 .mobile-panel_link__VUkYh:hover .mobile-panel_icon__BAHRB,.mobile-panel_bonus__40KG_ .mobile-panel_button___Ec21.mobile-panel_active__RH5K1 .mobile-panel_icon__BAHRB,.mobile-panel_bonus__40KG_ .mobile-panel_button___Ec21:hover .mobile-panel_icon__BAHRB,.mobile-panel_bonus__40KG_ .mobile-panel_link__VUkYh.mobile-panel_active__RH5K1 .mobile-panel_icon__BAHRB,.mobile-panel_bonus__40KG_ .mobile-panel_link__VUkYh:hover .mobile-panel_icon__BAHRB,.mobile-panel_event__PAvA6 .mobile-panel_button___Ec21.mobile-panel_active__RH5K1 .mobile-panel_icon__BAHRB,.mobile-panel_event__PAvA6 .mobile-panel_button___Ec21:hover .mobile-panel_icon__BAHRB,.mobile-panel_event__PAvA6 .mobile-panel_link__VUkYh.mobile-panel_active__RH5K1 .mobile-panel_icon__BAHRB,.mobile-panel_event__PAvA6 .mobile-panel_link__VUkYh:hover .mobile-panel_icon__BAHRB,.mobile-panel_menu__zMSRN .mobile-panel_button___Ec21.mobile-panel_active__RH5K1 .mobile-panel_icon__BAHRB,.mobile-panel_menu__zMSRN .mobile-panel_button___Ec21:hover .mobile-panel_icon__BAHRB,.mobile-panel_menu__zMSRN .mobile-panel_link__VUkYh.mobile-panel_active__RH5K1 .mobile-panel_icon__BAHRB,.mobile-panel_menu__zMSRN .mobile-panel_link__VUkYh:hover .mobile-panel_icon__BAHRB,.mobile-panel_wheel__9QNva .mobile-panel_button___Ec21.mobile-panel_active__RH5K1 .mobile-panel_icon__BAHRB,.mobile-panel_wheel__9QNva .mobile-panel_button___Ec21:hover .mobile-panel_icon__BAHRB,.mobile-panel_wheel__9QNva .mobile-panel_link__VUkYh.mobile-panel_active__RH5K1 .mobile-panel_icon__BAHRB,.mobile-panel_wheel__9QNva .mobile-panel_link__VUkYh:hover .mobile-panel_icon__BAHRB{fill:#ffb374}.mobile-panel_appDownload__cMfU8 .mobile-panel_button___Ec21.mobile-panel_active__RH5K1 .mobile-panel_label__z_jKY,.mobile-panel_appDownload__cMfU8 .mobile-panel_button___Ec21:hover .mobile-panel_label__z_jKY,.mobile-panel_appDownload__cMfU8 .mobile-panel_link__VUkYh.mobile-panel_active__RH5K1 .mobile-panel_label__z_jKY,.mobile-panel_appDownload__cMfU8 .mobile-panel_link__VUkYh:hover .mobile-panel_label__z_jKY,.mobile-panel_bonus__40KG_ .mobile-panel_button___Ec21.mobile-panel_active__RH5K1 .mobile-panel_label__z_jKY,.mobile-panel_bonus__40KG_ .mobile-panel_button___Ec21:hover .mobile-panel_label__z_jKY,.mobile-panel_bonus__40KG_ .mobile-panel_link__VUkYh.mobile-panel_active__RH5K1 .mobile-panel_label__z_jKY,.mobile-panel_bonus__40KG_ .mobile-panel_link__VUkYh:hover .mobile-panel_label__z_jKY,.mobile-panel_event__PAvA6 .mobile-panel_button___Ec21.mobile-panel_active__RH5K1 .mobile-panel_label__z_jKY,.mobile-panel_event__PAvA6 .mobile-panel_button___Ec21:hover .mobile-panel_label__z_jKY,.mobile-panel_event__PAvA6 .mobile-panel_link__VUkYh.mobile-panel_active__RH5K1 .mobile-panel_label__z_jKY,.mobile-panel_event__PAvA6 .mobile-panel_link__VUkYh:hover .mobile-panel_label__z_jKY,.mobile-panel_menu__zMSRN .mobile-panel_button___Ec21.mobile-panel_active__RH5K1 .mobile-panel_label__z_jKY,.mobile-panel_menu__zMSRN .mobile-panel_button___Ec21:hover .mobile-panel_label__z_jKY,.mobile-panel_menu__zMSRN .mobile-panel_link__VUkYh.mobile-panel_active__RH5K1 .mobile-panel_label__z_jKY,.mobile-panel_menu__zMSRN .mobile-panel_link__VUkYh:hover .mobile-panel_label__z_jKY,.mobile-panel_wheel__9QNva .mobile-panel_button___Ec21.mobile-panel_active__RH5K1 .mobile-panel_label__z_jKY,.mobile-panel_wheel__9QNva .mobile-panel_button___Ec21:hover .mobile-panel_label__z_jKY,.mobile-panel_wheel__9QNva .mobile-panel_link__VUkYh.mobile-panel_active__RH5K1 .mobile-panel_label__z_jKY,.mobile-panel_wheel__9QNva .mobile-panel_link__VUkYh:hover .mobile-panel_label__z_jKY{color:#eee9e7}}.mobile-panel_appDownload__cMfU8 .mobile-panel_button___Ec21.mobile-panel_active__RH5K1 .mobile-panel_icon__BAHRB,.mobile-panel_appDownload__cMfU8 .mobile-panel_button___Ec21:active .mobile-panel_icon__BAHRB,.mobile-panel_appDownload__cMfU8 .mobile-panel_link__VUkYh.mobile-panel_active__RH5K1 .mobile-panel_icon__BAHRB,.mobile-panel_appDownload__cMfU8 .mobile-panel_link__VUkYh:active .mobile-panel_icon__BAHRB,.mobile-panel_bonus__40KG_ .mobile-panel_button___Ec21.mobile-panel_active__RH5K1 .mobile-panel_icon__BAHRB,.mobile-panel_bonus__40KG_ .mobile-panel_button___Ec21:active .mobile-panel_icon__BAHRB,.mobile-panel_bonus__40KG_ .mobile-panel_link__VUkYh.mobile-panel_active__RH5K1 .mobile-panel_icon__BAHRB,.mobile-panel_bonus__40KG_ .mobile-panel_link__VUkYh:active .mobile-panel_icon__BAHRB,.mobile-panel_event__PAvA6 .mobile-panel_button___Ec21.mobile-panel_active__RH5K1 .mobile-panel_icon__BAHRB,.mobile-panel_event__PAvA6 .mobile-panel_button___Ec21:active .mobile-panel_icon__BAHRB,.mobile-panel_event__PAvA6 .mobile-panel_link__VUkYh.mobile-panel_active__RH5K1 .mobile-panel_icon__BAHRB,.mobile-panel_event__PAvA6 .mobile-panel_link__VUkYh:active .mobile-panel_icon__BAHRB,.mobile-panel_menu__zMSRN .mobile-panel_button___Ec21.mobile-panel_active__RH5K1 .mobile-panel_icon__BAHRB,.mobile-panel_menu__zMSRN .mobile-panel_button___Ec21:active .mobile-panel_icon__BAHRB,.mobile-panel_menu__zMSRN .mobile-panel_link__VUkYh.mobile-panel_active__RH5K1 .mobile-panel_icon__BAHRB,.mobile-panel_menu__zMSRN .mobile-panel_link__VUkYh:active .mobile-panel_icon__BAHRB,.mobile-panel_wheel__9QNva .mobile-panel_button___Ec21.mobile-panel_active__RH5K1 .mobile-panel_icon__BAHRB,.mobile-panel_wheel__9QNva .mobile-panel_button___Ec21:active .mobile-panel_icon__BAHRB,.mobile-panel_wheel__9QNva .mobile-panel_link__VUkYh.mobile-panel_active__RH5K1 .mobile-panel_icon__BAHRB,.mobile-panel_wheel__9QNva .mobile-panel_link__VUkYh:active .mobile-panel_icon__BAHRB{fill:#ffb374}.mobile-panel_appDownload__cMfU8 .mobile-panel_button___Ec21.mobile-panel_active__RH5K1 .mobile-panel_label__z_jKY,.mobile-panel_appDownload__cMfU8 .mobile-panel_button___Ec21:active .mobile-panel_label__z_jKY,.mobile-panel_appDownload__cMfU8 .mobile-panel_link__VUkYh.mobile-panel_active__RH5K1 .mobile-panel_label__z_jKY,.mobile-panel_appDownload__cMfU8 .mobile-panel_link__VUkYh:active .mobile-panel_label__z_jKY,.mobile-panel_bonus__40KG_ .mobile-panel_button___Ec21.mobile-panel_active__RH5K1 .mobile-panel_label__z_jKY,.mobile-panel_bonus__40KG_ .mobile-panel_button___Ec21:active .mobile-panel_label__z_jKY,.mobile-panel_bonus__40KG_ .mobile-panel_link__VUkYh.mobile-panel_active__RH5K1 .mobile-panel_label__z_jKY,.mobile-panel_bonus__40KG_ .mobile-panel_link__VUkYh:active .mobile-panel_label__z_jKY,.mobile-panel_event__PAvA6 .mobile-panel_button___Ec21.mobile-panel_active__RH5K1 .mobile-panel_label__z_jKY,.mobile-panel_event__PAvA6 .mobile-panel_button___Ec21:active .mobile-panel_label__z_jKY,.mobile-panel_event__PAvA6 .mobile-panel_link__VUkYh.mobile-panel_active__RH5K1 .mobile-panel_label__z_jKY,.mobile-panel_event__PAvA6 .mobile-panel_link__VUkYh:active .mobile-panel_label__z_jKY,.mobile-panel_menu__zMSRN .mobile-panel_button___Ec21.mobile-panel_active__RH5K1 .mobile-panel_label__z_jKY,.mobile-panel_menu__zMSRN .mobile-panel_button___Ec21:active .mobile-panel_label__z_jKY,.mobile-panel_menu__zMSRN .mobile-panel_link__VUkYh.mobile-panel_active__RH5K1 .mobile-panel_label__z_jKY,.mobile-panel_menu__zMSRN .mobile-panel_link__VUkYh:active .mobile-panel_label__z_jKY,.mobile-panel_wheel__9QNva .mobile-panel_button___Ec21.mobile-panel_active__RH5K1 .mobile-panel_label__z_jKY,.mobile-panel_wheel__9QNva .mobile-panel_button___Ec21:active .mobile-panel_label__z_jKY,.mobile-panel_wheel__9QNva .mobile-panel_link__VUkYh.mobile-panel_active__RH5K1 .mobile-panel_label__z_jKY,.mobile-panel_wheel__9QNva .mobile-panel_link__VUkYh:active .mobile-panel_label__z_jKY{color:#eee9e7}.mobile-panel_appDownload__cMfU8 .mobile-panel_icon__BAHRB,.mobile-panel_bonus__40KG_ .mobile-panel_icon__BAHRB,.mobile-panel_event__PAvA6 .mobile-panel_icon__BAHRB,.mobile-panel_menu__zMSRN .mobile-panel_icon__BAHRB,.mobile-panel_wheel__9QNva .mobile-panel_icon__BAHRB{width:28px;height:28px;transition:fill .3s ease;fill:#ba8358}.mobile-panel_appDownload__cMfU8 .mobile-panel_label__z_jKY,.mobile-panel_bonus__40KG_ .mobile-panel_label__z_jKY,.mobile-panel_event__PAvA6 .mobile-panel_label__z_jKY,.mobile-panel_menu__zMSRN .mobile-panel_label__z_jKY,.mobile-panel_wheel__9QNva .mobile-panel_label__z_jKY{width:100%;overflow:hidden;color:#aea9a9;font-weight:700;font-size:7px;white-space:nowrap;text-align:center;text-transform:uppercase;text-overflow:ellipsis;transition:color .3s ease}.mobile-panel_refill__gnVll{margin:-6px 6px 0}.mobile-panel_refill__gnVll .mobile-panel_button___Ec21{display:grid;grid-gap:2px;gap:2px;place-content:start center;place-items:start center;width:72px;height:70px;padding-top:10px;background:linear-gradient(180deg,#302830 7.97%,#17131700 74.67%);border-radius:20px 20px 0 0;filter:drop-shadow(0 20px 40px rgba(23,19,23,.5))}@media (hover:hover){.mobile-panel_refill__gnVll .mobile-panel_button___Ec21:hover .mobile-panel_icon__BAHRB{fill:#70eeb1}.mobile-panel_refill__gnVll .mobile-panel_button___Ec21:hover .mobile-panel_balance__hFaAW{color:#70eeb1}}.mobile-panel_refill__gnVll .mobile-panel_button___Ec21:active .mobile-panel_icon__BAHRB{fill:#70eeb1}.mobile-panel_refill__gnVll .mobile-panel_button___Ec21:active .mobile-panel_balance__hFaAW{color:#70eeb1}.mobile-panel_refill__gnVll .mobile-panel_icon__BAHRB{width:22px;height:22px;transition:fill .3s ease;fill:#4cea9e}.mobile-panel_refill__gnVll .mobile-panel_balance__hFaAW{color:#4cea9e;font-weight:600;font-size:10px;letter-spacing:-.02em;transition:color .3s ease}.mobile-panel_menu__zMSRN{position:relative}.mobile-panel_groupIcon__VIthX{position:relative;width:28px;height:28px}.mobile-panel_groupIcon__VIthX .mobile-panel_icon__BAHRB{position:absolute;top:0;left:0;width:100%;height:100%;transform:scale(.8);opacity:0;transition:transform .3s ease,opacity .3s ease,fill .3s ease}.mobile-panel_groupIcon__VIthX .mobile-panel_icon__BAHRB.mobile-panel_active__RH5K1{transform:scale(1);opacity:1}.notice-skeleton_component__B_BG4{display:grid;grid-gap:16px;gap:16px;padding:20px;background-color:#cbc7cb0d;border-radius:16px}.notice-skeleton_component__B_BG4:not(:last-child){margin-bottom:8px}@media (max-width:5999px){.notice-skeleton_component__B_BG4{gap:10px;padding:8px;border-radius:6px}.notice-skeleton_component__B_BG4:not(:last-child){margin-bottom:4px}}.notice-skeleton_content__d_eU_{display:grid;grid-gap:8px;gap:8px}@media (max-width:5999px){.notice-skeleton_content__d_eU_{gap:5px}}.notice-skeleton_group__ixVGc{display:grid;grid-gap:6px;gap:6px}@media (max-width:5999px){.notice-skeleton_group__ixVGc{gap:4px}}.notice-skeleton_date__BRoSb{position:relative;width:80px;height:16px}@media (max-width:5999px){.notice-skeleton_date__BRoSb{height:14px}}.notice-skeleton_date__BRoSb span{position:absolute;top:0;left:0;width:100%;height:100%}.notice-skeleton_title__HIboX{position:relative;width:40%;height:24px}@media (max-width:5999px){.notice-skeleton_title__HIboX{height:16px}}.notice-skeleton_title__HIboX span{position:absolute;top:0;left:0;width:100%;height:100%}.notice-skeleton_description__UwVaX{position:relative;height:40px}@media (max-width:5999px){.notice-skeleton_description__UwVaX{height:28px}}.notice-skeleton_description__UwVaX span{position:absolute;top:0;left:0;width:100%;height:100%}.notice-item_component__1l638{display:grid;grid-gap:16px;gap:16px;padding:20px;background-color:#cbc7cb0d;border-radius:16px}.notice-item_component__1l638:not(:last-child){margin-bottom:8px}@media (max-width:5999px){.notice-item_component__1l638{gap:12px;padding:16px;border-radius:12px}.notice-item_component__1l638:not(:last-child){margin-bottom:6px}}@media (max-width:5999px){.notice-item_component__1l638{gap:10px;padding:12px;border-radius:8px}.notice-item_component__1l638:not(:last-child){margin-bottom:4px}}.notice-item_content__L1noA{display:grid;grid-gap:8px;gap:8px}@media (max-width:5999px){.notice-item_content__L1noA{gap:8px}}.notice-item_group__TRGLb{display:grid;grid-gap:2px;gap:2px}.notice-item_date__HAeXs{color:#6c6970;font-weight:500;font-size:12px;line-height:1.4}@media (max-width:5999px){.notice-item_date__HAeXs{font-size:10px}}.notice-item_title__9uKYF{color:#ffc596;font-weight:700;font-size:16px;line-height:1.5}@media (max-width:5999px){.notice-item_title__9uKYF{font-size:12px;line-height:1.33}}.notice-item_description___g4bS{color:#d0cdd4;font-weight:300;font-size:14px;line-height:1.4}@media (max-width:5999px){.notice-item_description___g4bS{font-size:10px}}.notice-item_buttons__73olQ{display:grid}.notice-item_link__3opZv{width:100%;padding:12px;overflow:hidden;color:#412e21;font-weight:700;font-size:12px;line-height:16px;white-space:nowrap;text-align:center;text-overflow:ellipsis;background:#ffa860;border-radius:8px;transition:background .3s ease,color .3s ease}@media (max-width:5999px){.notice-item_link__3opZv{padding:8px;font-size:10px;border-radius:6px}}@media (hover:hover){.notice-item_link__3opZv:not(.notice-item_active__Jd1ex):hover{color:#412e21;background:#d08951}}.notice-item_link__3opZv:not(.notice-item_active__Jd1ex):active{color:#412e21;background:#d08951}.notice-item_link__3opZv.notice-item_active__Jd1ex{background:#d08951}@media (hover:hover){.notice-item_link__3opZv.notice-item_active__Jd1ex:hover{color:#412e21;background:#ffa860}}.notice-item_link__3opZv.notice-item_active__Jd1ex:active{color:#412e21;background:#ffa860}.notice-plug_component__kwAmO{display:flex;align-items:center;justify-content:center;height:100%;padding:16px;text-align:center;border:1px dashed #4a474c;border-radius:12px}.notice-plug_component__kwAmO span{color:#6c6970;font-weight:500;font-size:14px;line-height:1.43}.main_main__MUsTL,.notice_component__gGOhs{display:flex;flex:1 1;flex-direction:column}.main_main__MUsTL{position:relative;padding-bottom:24px;overflow:hidden auto;scrollbar-width:none}.main_main__MUsTL::-webkit-scrollbar{width:0;height:0}@media (max-width:5999px){.main_main__MUsTL{padding-bottom:16px}}.main_main__MUsTL.main_mask__ysHdC{-webkit-mask-image:linear-gradient(180deg,#fff 92%,transparent);mask-image:linear-gradient(180deg,#fff 92%,transparent)}.notice-drawer_component__gTcm3{position:fixed;top:0;right:0;z-index:10030;display:flex;flex-direction:column;width:520px;max-width:100%;height:100%;padding:24px 24px 0;background:linear-gradient(195deg,#232126e6,#2a272de6 112.7%);box-shadow:0 4px 30px #171317;cursor:default;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);will-change:transform}@media (max-width:5999px){.notice-drawer_component__gTcm3{width:420px;padding:20px 16px 0}}@media (max-width:5999px){.notice-drawer_component__gTcm3{width:100%;padding:16px 8px 0}}.notice-drawer_enter__H2Exr{transform:translate(10%);opacity:0}.notice-drawer_enterActive__5wl9l{transform:translate(0);opacity:1;transition:opacity .2s ease,transform .2s ease}.notice-drawer_exit__E8QkZ{transform:translate(0);opacity:1}.notice-drawer_exitActive__9zuZm{transform:translate(10%);opacity:0;transition:opacity .2s ease,transform .2s ease}.notice-drawer_header__pHThd{display:flex;justify-content:space-between;margin-bottom:24px}@media (max-width:5999px){.notice-drawer_header__pHThd{margin-bottom:12px}}.notice-drawer_header__pHThd .notice-drawer_group__6t3FD{display:grid;grid-template-columns:auto 1fr;grid-gap:8px;gap:8px;align-items:center}@media (max-width:5999px){.notice-drawer_header__pHThd .notice-drawer_group__6t3FD{gap:6px}}.notice-drawer_header__pHThd .notice-drawer_icon__Zjtud{width:20px;height:20px}@media (max-width:5999px){.notice-drawer_header__pHThd .notice-drawer_icon__Zjtud{width:18px;height:18px}}@media (max-width:5999px){.notice-drawer_header__pHThd .notice-drawer_icon__Zjtud{width:16px;height:16px}}.notice-drawer_header__pHThd .notice-drawer_icon__Zjtud svg{width:100%;height:100%;fill:#4a474c}.notice-drawer_header__pHThd .notice-drawer_title__4HuTm{overflow:hidden;color:#d0cdd4;font-weight:700;font-size:18px;line-height:1.44;white-space:nowrap;text-overflow:ellipsis}@media (max-width:5999px){.notice-drawer_header__pHThd .notice-drawer_title__4HuTm{font-size:15px}}.notice-drawer_footer__D0buQ{position:relative;display:flex;margin-top:auto;padding-top:20px}@media (max-width:5999px){.notice-drawer_footer__D0buQ{padding-bottom:16px}}.notice-drawer_btnClose__dJxy1{display:flex;margin-right:-4px;padding:4px;color:#6c6970;transition:color .3s ease}.notice-drawer_btnClose__dJxy1:hover{color:#d0cdd4}.notice-drawer_btnClose__dJxy1 svg{width:18px;height:18px;fill:currentcolor}.notice-drawer_btnClear__vRdC0{display:flex;align-items:center;justify-content:center;width:100%;padding:10px 16px;color:#9e9ba2;font-weight:700;font-size:12px;text-align:center;background:#6c69701a;border-radius:8px;-webkit-backdrop-filter:blur(2.5px);backdrop-filter:blur(2.5px);transition:background .3s ease,color .3s ease}@media (max-width:5999px){.notice-drawer_btnClear__vRdC0{padding:11px;font-size:13px}}.notice-drawer_btnClear__vRdC0:hover{color:#d0cdd4;background:#6c697033}.notice-drawer_btnClear__vRdC0 svg{width:20px;height:20px;margin-left:6px;fill:currentcolor}.snow_component__tWzT_{position:absolute;top:0;left:0;width:100%;height:100vh;-webkit-mask-image:linear-gradient(180deg,#fff 0,#fff 90%,transparent);mask-image:linear-gradient(180deg,#fff 0,#fff 90%,transparent);pointer-events:none}.square-switch_component__swczy{--switch-height: 20px;--border-radius: 8px;position:relative;width:28px;height:var(--switch-height);background:#4e4b524d;border-radius:var(--border-radius);transition:background .3s ease}.square-switch_component__swczy:hover{background:#4e4b5299}.square-switch_component__swczy.square-switch_checked__M2xLT{background:#4e4b524d}.square-switch_component__swczy.square-switch_checked__M2xLT .square-switch_thumb__4rapV{left:calc(100% - var(--switch-height));background:#ffa860}.square-switch_component__swczy.square-switch_checked__M2xLT:hover{background:#4e4b5299}.square-switch_thumb__4rapV{position:absolute;left:0;width:var(--switch-height);height:var(--switch-height);background:#6c6970;border-radius:var(--border-radius);transform:scale(.6);transition:left .3s ease,background .3s ease}.square-switch_input__WduTa{position:absolute;width:100%;height:100%;cursor:pointer;opacity:0}.rounded-switch_component__4Sj3Y{--switch-height: 20px;--border-radius: 20px;position:relative;width:31px;height:var(--switch-height);background:#4e4b524d;border-radius:var(--border-radius);transition:background .3s ease}.rounded-switch_component__4Sj3Y:hover{background:#4e4b5299}.rounded-switch_component__4Sj3Y:hover .rounded-switch_thumb__yd8PK{background:#d3d4e0}.rounded-switch_component__4Sj3Y.rounded-switch_checked__EVd69{background:#41be82}.rounded-switch_component__4Sj3Y.rounded-switch_checked__EVd69 .rounded-switch_thumb__yd8PK{left:calc(100% - var(--switch-height));background:#e1f2e8}.rounded-switch_component__4Sj3Y.rounded-switch_checked__EVd69:hover{background:#359266}.rounded-switch_thumb__yd8PK{position:absolute;left:0;width:var(--switch-height);height:var(--switch-height);background:#abacb8;border-radius:var(--border-radius);transform:scale(.7);transition:left .3s ease,background .3s ease}.rounded-switch_input__5M7pi{position:absolute;width:100%;height:100%;cursor:pointer;opacity:0}.game-switch_component__ZOCQ5{position:relative}@media (max-width:5999px){.game-switch_component__ZOCQ5{place-self:center flex-start}}.game-switch_btn__f_SJx{position:relative;display:grid;grid-template-columns:1fr auto;grid-gap:6px;gap:6px;align-items:center;width:100%;height:100%;padding:12px;overflow:hidden;background-color:#2f252f;border-radius:4px;transition:background-color .3s ease,color .3s ease}@media (max-width:5999px){.game-switch_btn__f_SJx{width:144px;padding:11px 12px;background-color:#362c36;border-radius:40px}}@media (max-width:5999px){.game-switch_btn__f_SJx{width:122px;padding:9px 10px 9px 12px}}.game-switch_btn__f_SJx:before{position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:0 50%;border-radius:inherit;content:"";pointer-events:none}@media (hover:hover){.game-switch_btn__f_SJx:hover{background-color:#3b313b}}.game-switch_btn__f_SJx.game-switch_active__pI01O,.game-switch_btn__f_SJx:active{background-color:#3b313b}.game-switch_btn__f_SJx.game-switch_disabled__vXggM,.game-switch_btn__f_SJx.game-switch_skeleton__8UECB{pointer-events:none}.game-switch_btn__f_SJx.game-switch_disabled__vXggM svg{display:none}.game-switch_btn__f_SJx.game-switch_standoff__3ENhh{color:#dc4f54}.game-switch_btn__f_SJx.game-switch_standoff__3ENhh:before{background-image:url(/images/standoff-light.svg)}.game-switch_btn__f_SJx.game-switch_pubg__7vYJH{color:#dbb55a}.game-switch_btn__f_SJx svg{width:14px;height:14px}.game-switch_btn__f_SJx svg path{transition:fill .3s ease;fill:#ffffffad}.game-switch_btn__f_SJx span{overflow:hidden;font-weight:900;font-size:14px;white-space:nowrap;text-align:left;text-transform:uppercase;text-overflow:ellipsis}@media (max-width:5999px){.game-switch_btn__f_SJx span{font-size:11px;line-height:12px}}.game-switch_block__DWtwB{position:absolute;top:100%;left:0;z-index:10;margin-top:2px;padding:8px;background-color:#3b313b;border-radius:2px 16px 16px;box-shadow:0 12px 30px #171317cc;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}@media (max-width:5999px){.game-switch_block__DWtwB{margin-top:4px;border-radius:16px;box-shadow:0 12px 22px #171317b3}}.game-switch_block__DWtwB.game-switch_enter__C387m{transform:scale(.95);opacity:0}.game-switch_block__DWtwB.game-switch_enterActive__MFjCm{transform:translate(0);opacity:1;transition:opacity .2s,transform .2s}.game-switch_block__DWtwB.game-switch_exit__ffRr9{opacity:1}.game-switch_block__DWtwB.game-switch_exitActive__tbS_f{transform:scale(.95);opacity:0;transition:opacity .2s,transform .2s}.game-switch_games__Qs4qj{gap:8px}.game-switch_game__NJ_rm{width:82px;height:84px;border-radius:14px}@media (max-width:5999px){.game-switch_game__NJ_rm{width:66px;height:68px;border-radius:14px}}.banner_promo__nKQjI{position:relative;display:flex;align-items:center;justify-content:flex-end;width:100%;height:82px;padding:0 20px;background:linear-gradient(86deg,#f63566 1.14%,#6110fc 99.26%);border-radius:12px}.banner_promo__nKQjI:after,.banner_promo__nKQjI:before{position:absolute;content:"";pointer-events:none}.banner_promo__nKQjI:after{top:0;left:0;width:100%;height:100%;background:linear-gradient(86deg,#f6416e 1.14%,#7126fd 99.26%);border-radius:12px;opacity:0;transition:opacity .3s ease}.banner_promo__nKQjI:before{top:-42px;right:-27px;z-index:1;width:302px;height:138px;background-repeat:no-repeat;background-position:50% 50%;background-size:100%}@media (max-width:319px){.banner_promo__nKQjI:before{display:none}}.banner_promo__nKQjI:hover:after{opacity:1}.banner_text__sJEso{position:relative;z-index:2;color:#f5dfff;font-weight:900;font-size:14px;line-height:20px;text-align:right;text-transform:uppercase}.banner_hero__MqmFk{position:absolute;bottom:-22px;left:0;z-index:1;width:256px;pointer-events:none}.banner_hero__MqmFk.banner_christmas__Pbg2_{bottom:-16px;left:7px;width:93px}.menu-primary_component__Ka1QJ{display:grid;grid-gap:3px;gap:3px}@media (max-width:5999px){.menu-primary_component__Ka1QJ{gap:2px}}.menu-primary_link__Wgx4r{display:grid;grid-template-columns:auto 1fr;grid-gap:8px;gap:8px;align-items:center;justify-items:start;min-height:32px}.menu-primary_link__Wgx4r:hover .menu-primary_icon__5qFrE,.menu-primary_link__Wgx4r:hover .menu-primary_icon__5qFrE path{fill:#d0cdd4}.menu-primary_link__Wgx4r:hover .menu-primary_title__BQ9es{color:#fff}.menu-primary_icon__5qFrE{width:18px;height:18px;transition:fill .3s ease;fill:#6c6970}.menu-primary_icon__5qFrE path{transition:fill .3s ease}.menu-primary_title__BQ9es{max-width:100%;overflow:hidden;color:#d0cdd4;font-weight:700;font-size:12px;line-height:16px;white-space:nowrap;text-transform:uppercase;text-overflow:ellipsis;transition:color .3s ease}.user_component__zLZqz{display:flex;align-items:center;padding:16px;background:#353239;border-radius:12px}@media (max-width:5999px){.user_component__zLZqz{border-radius:2px 12px 12px 2px}}.user_component__zLZqz>:not(:first-child){margin-left:8px}.user_avatarWrapper__By_Ht{position:relative}.user_avatarWrapper__By_Ht:after{position:absolute;top:-5px;left:-3px;width:58px;height:62px;content:"";pointer-events:none}@media (max-width:5999px){.user_avatarWrapper__By_Ht:after{top:-5px;left:-4px;width:48px;height:52px}}.user_avatar__QiNYG{width:50px;height:50px;object-fit:contain;border:2px solid #231d23;border-radius:15px}@media (max-width:5999px){.user_avatar__QiNYG{width:40px;height:40px;border-radius:12px}}.user_group__nkoyu{display:grid;flex:1 1;grid-gap:4px;gap:4px;cursor:default}.user_name__CT0Nh{overflow:hidden;color:#eadfe4;font-size:14px;line-height:20px;white-space:nowrap;text-overflow:ellipsis}@media (max-width:5999px){.user_name__CT0Nh{font-size:12px;line-height:16px}}.user_button__0_Mp1{display:flex;align-items:center;justify-content:center;width:30px;height:30px;background-color:#b9b3c073;border-radius:6px;transition:background-color .3s ease}.user_button__0_Mp1:hover{background-color:#b9b3c0b3}.user_button__0_Mp1 svg{width:24px;height:24px;fill:#fff}.user_copy__oEuXu{display:grid;grid-template-columns:1fr auto;grid-gap:4px;gap:4px;align-items:center;align-self:flex-start;height:26px;margin-right:auto;padding:0 8px;color:#9e9ba2;background-color:#3f3c43;border-radius:6px;transition:background-color .3s ease,color .3s ease}@media (max-width:5999px){.user_copy__oEuXu{height:20px;padding:0 6px}}.user_copy__oEuXu:hover{color:#d0cdd4;background-color:#47444b}.user_copy__oEuXu .user_text__1CwOO{overflow:hidden;font-weight:500;font-size:12px;line-height:1;letter-spacing:-.24px;white-space:nowrap;text-overflow:ellipsis}@media (max-width:5999px){.user_copy__oEuXu .user_text__1CwOO{font-size:10px}}.user_copy__oEuXu .user_icon__ZwF3w{width:18px;height:18px;fill:currentcolor}@media (max-width:5999px){.user_copy__oEuXu .user_icon__ZwF3w{width:12px;height:12px}}.menu-secondary_component___1riH{display:none;gap:4px}@media (max-width:1200px){.menu-secondary_component___1riH{display:grid}}.menu-secondary_link__DTVeA{display:grid;grid-template-columns:auto 1fr;grid-gap:8px;gap:8px;align-items:center;height:44px;padding:0 16px;background-color:#ffffff1a;border-radius:10px;transition:background-color .3s ease}.menu-secondary_link__DTVeA:hover{background-color:#ffffff29}.menu-secondary_link__DTVeA .menu-secondary_icon__T_zGj{width:24px;height:24px;fill:#d0cdd4}.menu-secondary_link__DTVeA .menu-secondary_title___ANVh{overflow:hidden;color:#d0cdd4;font-weight:700;font-size:12px;line-height:16px;white-space:nowrap;text-transform:uppercase;text-overflow:ellipsis}.language_language__4JTfi{position:relative;display:grid;height:100%;background-color:#2c2930;border-radius:2px 12px 12px 2px}.language_container__nq_8L{display:flex;height:100%;overflow:auto hidden}.language_container__nq_8L::-webkit-scrollbar{height:2px}.language_container__nq_8L::-webkit-scrollbar-thumb{background-color:#47474e}.language_container__nq_8L::-webkit-scrollbar-track{margin:0 14px;background-color:#0000}.language_btn__6KYHw{position:relative;display:flex;flex:1 1;flex-direction:column;align-items:center;justify-content:center;min-width:48px;height:100%;color:#d0cdd4;font-weight:500;font-size:12px;line-height:1;text-transform:uppercase;transition:opacity .3s ease}.language_btn__6KYHw:active,.language_btn__6KYHw:hover{color:#d0cdd4;opacity:.7}.language_btn__6KYHw:before{width:16px;height:16px;margin-bottom:6px;background-repeat:no-repeat;background-size:auto 100%;border-radius:50%;content:""}.language_btn__6KYHw.language_active__YpYJr{opacity:.5;pointer-events:none}.main-menu_fadeEnter__KgxlU{opacity:0}.main-menu_fadeEnterActive__TZ3pC{opacity:1;transition:opacity .15s ease}.main-menu_fadeExit__rB4YG{opacity:1}.main-menu_fadeExitActive__Ym7kd{opacity:0;transition:opacity .15s ease}.main-menu_component__yDcMW{display:flex;flex-direction:column;height:100%}.main-menu_bottom__80nmI,.main-menu_top__2rfDL{display:grid}.main-menu_top__2rfDL{gap:2px;height:82px;margin-bottom:12px}@media (max-width:5999px){.main-menu_top__2rfDL{grid-template-columns:44px 1fr}}@media (max-width:5999px){.main-menu_top__2rfDL{height:72px}}.main-menu_main__Ns0DA{margin-bottom:auto}.main-menu_bottom__80nmI{gap:16px;margin-top:32px}.main-menu_lang__VAhEL{position:relative;display:none;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#d0cdd4;font-weight:500;font-size:12px;line-height:16px;text-transform:uppercase;background-color:#2c2930;border-radius:12px 2px 2px 12px;transition:background-color .3s ease,border-color .3s ease,color .3s ease}@media (max-width:5999px){.main-menu_lang__VAhEL{display:flex}}@media (hover:hover){.main-menu_lang__VAhEL:not(.main-menu_lang__VAhEL[disabled]):hover{background-color:#322f36}}.main-menu_lang__VAhEL:not(.main-menu_lang__VAhEL[disabled]):active{background-color:#322f36}.main-menu_lang__VAhEL:before{width:16px;height:16px;margin-bottom:8px;background-repeat:no-repeat;background-size:auto 100%;border-radius:50%;content:""}.main-menu_lang__VAhEL.main-menu_active__97nGI{background-color:#353239}@media (hover:hover){.main-menu_lang__VAhEL.main-menu_active__97nGI:not(.main-menu_lang__VAhEL.main-menu_active__97nGI[disabled]):hover{background-color:#2c2930}}.main-menu_lang__VAhEL.main-menu_active__97nGI:not(.main-menu_lang__VAhEL.main-menu_active__97nGI[disabled]):active{background-color:#2c2930}.main-menu_topBlock__S3SYo{display:grid}.main-menu_socialList__QNQCo{display:none;gap:16px;justify-content:center}@media (max-width:5999px){.main-menu_socialList__QNQCo{display:grid}}@media (hover:hover){.main-menu_socialItem__T39PB:hover .main-menu_socialIcon__ExDqm{opacity:.6}}.main-menu_socialItem__T39PB:active .main-menu_socialIcon__ExDqm{opacity:.6}.main-menu_socialIcon__ExDqm{width:26px;height:26px;transition:opacity .3s ease;fill:#6c6970}.menu_component__O0wC1{display:grid;grid-gap:6px;gap:6px}.menu_link__dM9fg{display:grid;grid-template-columns:auto 1fr;grid-gap:8px;gap:8px;align-items:center;min-height:44px;padding:10px 16px;background-color:#ffffff1a;border-radius:10px;transition:background-color .3s ease}.menu_link__dM9fg:hover{background-color:#ffffff29}.menu_link__dM9fg .menu_icon__oBKui{width:16px;height:16px;fill:#d0cdd4}.menu_link__dM9fg .menu_title__NEU_7{color:#d0cdd4;font-weight:700;font-size:12px;line-height:16px;text-align:left}.range_range__tC_Rt{position:relative;display:flex;width:100%;height:24px}.range_bg__nfl_3{align-self:center;width:100%;height:4px;border-radius:6px}.range_circle__CD9kI{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%}.range_circle__CD9kI:hover:before{transform:scale(1.15)}.range_circle__CD9kI:before{width:10px;height:10px;background-color:#ffa860;border-radius:50%;transition:transform .3s ease;content:"";will-change:transform}.sound_sound___KXvs{display:grid;grid-gap:6px;gap:6px}.sound_title__BxnPF{color:#d0cdd4;font-weight:700;font-size:12px;line-height:16px}.sound_group__of7AE{display:grid;grid-template-columns:auto 1fr;grid-gap:12px;gap:12px;padding:4px 16px 4px 4px;border:1px solid hsla(0,0%,100%,.02);border-radius:10px}.sound_btn__yu_1L,.sound_group__of7AE{align-items:center;background-color:#ffffff0a}.sound_btn__yu_1L{display:flex;justify-content:center;width:34px;height:34px;border:1px solid hsla(0,0%,100%,.02);border-radius:8px;transition:background-color .3s ease,border-color .3s ease}@media (hover:hover){.sound_btn__yu_1L:hover{background-color:#ffffff14;border-color:#ffffff0f}}.sound_btn__yu_1L:active{background-color:#ffffff14;border-color:#ffffff0f}.sound_btn__yu_1L svg{width:18px;height:18px;fill:currentcolor}.settings_component__Wt3ju{display:flex;flex-direction:column;height:100%;cursor:default}.settings_header__jqX2t{display:flex;align-items:center;margin-bottom:16px}.settings_main__6twJN{display:flex;flex-direction:column;justify-content:space-between;height:100%}.settings_button__ZzvRx{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:30px;height:30px;margin-right:10px;color:#9e9ba2;background-color:#b9b3c029;border-radius:6px;transition:background-color .3s ease,color .3s ease}.settings_button__ZzvRx:hover{color:#d0cdd4;background-color:#b9b3c03d}.settings_button__ZzvRx svg{width:24px;height:24px;transform:scaleX(-1);fill:currentcolor}.settings_title__TN0zm{overflow:hidden;color:#d0cdd4;font-weight:700;font-size:14px;line-height:20px;white-space:nowrap;text-overflow:ellipsis}.settings_group__3sbb_{display:grid;grid-gap:12px;gap:12px;margin-top:32px}.menu_component__lmdWe{position:absolute;width:316px;height:446px;padding:24px;background:#252229;border-radius:18px;box-shadow:0 4px 30px #171317f5;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}@media (max-width:1200px){.menu_component__lmdWe{height:602px}}@media (max-width:5999px){.menu_component__lmdWe{padding:16px;border-radius:12px}}.menu_enter__IKFzt{transform:scale(.95);opacity:0}.menu_enterActive__BthrU{transition:opacity .2s ease,transform .2s ease}.menu_enterActive__BthrU,.menu_exit__tJPz0{transform:scale(1);opacity:1}.menu_exitActive__v03ZC{transform:scale(.95);opacity:0;transition:opacity .2s ease,transform .2s ease}.user-avatar-desktop_component__5KSW8{position:relative}.user-avatar-desktop_avatar__w8bOq{width:52px;height:52px;object-fit:contain;border:4px solid #231d23;border-radius:16px}.user-avatar-desktop_userMenu__4vy8w{top:calc(100% + 6px);right:-24px}.user-avatar-desktop_btn__rNBjH{position:relative}.user-avatar-desktop_btn__rNBjH:after{position:absolute;top:-3px;left:-2px;width:56px;height:60px;content:"";pointer-events:none}.user-avatar-mobile_avatarWrapper__kIafi{position:relative}.user-avatar-mobile_avatarWrapper__kIafi.user-avatar-mobile_christmas__fVNKO:after{position:absolute;top:-5px;left:-4px;width:52px;height:56px;content:"";pointer-events:none}.user-avatar-mobile_avatar__ZqOt4{width:44px;height:44px;object-fit:contain;border:3px solid #2a212a;border-radius:12px}@font-face{font-family:swiper-icons;src:url();font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff }:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:initial}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff }.swiper-lazy-preloader-black{--swiper-preloader-color: #000 }@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.category-slider_component__S1_oO{position:relative;width:100%}.category-slider_component__S1_oO .swiper{padding:20px 0}@media (max-width:5999px){.category-slider_component__S1_oO .swiper-wrapper{padding:40px 0 0}.category-slider_component__S1_oO .swiper-slide div>a>div{transition:opacity .3s}.category-slider_component__S1_oO .swiper-slide:not(.swiper-slide-active){pointer-events:none}.category-slider_component__S1_oO .swiper-slide:not(.swiper-slide-active) img{transform:scale(.8)!important;opacity:.6}.category-slider_component__S1_oO .swiper-slide:not(.swiper-slide-active) div>a>div{opacity:0}.category-slider_component__S1_oO .swiper-slide-active img{transform:translateY(-5%) scale(1.4)!important}}.category-slider_container__yp49I{position:relative;z-index:1;width:100%;max-width:2060px;margin:0 auto}.category-slider_arrow__ZUCx9{position:relative;z-index:10;display:flex;align-items:center;justify-content:center;width:80px;min-width:80px;height:80px;background-color:#7365574d;background-position:50% 50%;background-size:60%;border:2px solid rgba(115,101,87,.3);border-radius:50%;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:.25s;will-change:transform}.category-slider_arrow__ZUCx9.category-slider_disabled__K4BcY{opacity:.5;pointer-events:none}@media (hover:hover){.category-slider_arrow__ZUCx9:hover{transform:scale(1.1)}}.category-slider_arrow__ZUCx9:active{transform:scale(1.1)}@media (max-width:5999px){.category-slider_arrow__ZUCx9{width:60px;min-width:60px;height:60px}.category-slider_arrow__ZUCx9:first-child{margin-right:-40px}.category-slider_arrow__ZUCx9:last-child{margin-left:-40px}}@media (max-width:5999px){.category-slider_arrow__ZUCx9{width:40px;min-width:40px;height:40px;margin-bottom:40px}.category-slider_arrow__ZUCx9:first-child{right:-20px;margin-right:-40px}.category-slider_arrow__ZUCx9:last-child{left:-20px;margin-left:-40px}}.category-slider_wrapper__3d98U{position:absolute;left:50%;z-index:1;display:flex;align-items:center;width:100%;transform:translate(-50%)}.category-slider_armory-slider__EKsQt .category-slider_wrapper__3d98U{top:calc(50px + 21%);padding:0 5%}@media (min-width:2060px){.category-slider_armory-slider__EKsQt .category-slider_wrapper__3d98U{top:190px}}@media (max-width:1599px){.category-slider_armory-slider__EKsQt .category-slider_wrapper__3d98U{top:calc(50px + 9%)}}@media (max-width:5999px){.category-slider_armory-slider__EKsQt .category-slider_wrapper__3d98U{top:calc(30px + 18.5%);padding:0 2%}}@media (max-width:5999px){.category-slider_armory-slider__EKsQt .category-slider_wrapper__3d98U{top:calc(36% - 40px);padding:0}}.category-slider_halloween-slider__MtWIv .category-slider_wrapper__3d98U{top:calc(50px + 28%);padding:0 15%}@media (min-width:2060px){.category-slider_halloween-slider__MtWIv .category-slider_wrapper__3d98U{top:262px}}@media (max-width:1599px){.category-slider_halloween-slider__MtWIv .category-slider_wrapper__3d98U{top:calc(50px + 20%)}}@media (max-width:1200px){.category-slider_halloween-slider__MtWIv .category-slider_wrapper__3d98U{top:calc(50px + 16%);padding:0 12%}}@media (max-width:5999px){.category-slider_halloween-slider__MtWIv .category-slider_wrapper__3d98U{top:calc(30px + 28%);padding:0 2%}}@media (max-width:5999px){.category-slider_halloween-slider__MtWIv .category-slider_wrapper__3d98U{top:calc(36% - 50px);padding:0}}.category-slider_skin-factory-slider__BHEOp .category-slider_wrapper__3d98U{top:calc(50px + 25%);padding:0 14%}@media (min-width:2060px){.category-slider_skin-factory-slider__BHEOp .category-slider_wrapper__3d98U{top:250px}}@media (max-width:1599px){.category-slider_skin-factory-slider__BHEOp .category-slider_wrapper__3d98U{top:calc(50px + 17%)}}@media (max-width:1200px){.category-slider_skin-factory-slider__BHEOp .category-slider_wrapper__3d98U{top:calc(50px + 15%);padding:0 13%}}@media (max-width:5999px){.category-slider_skin-factory-slider__BHEOp .category-slider_wrapper__3d98U{top:calc(30px + 20%);padding:0 2%}}@media (max-width:5999px){.category-slider_skin-factory-slider__BHEOp .category-slider_wrapper__3d98U{top:calc(25% - 50px);padding:0}}.category-slider_track__5IZ2t{position:relative;display:block;width:calc(100% - 120px);-webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,0) 0,rgb(0,0,0) 5%,rgb(0,0,0) 95%,rgba(0,0,0,0));mask-image:linear-gradient(90deg,#0000 0,#000 5%,#000 95%,#0000);-webkit-mask-composite:source-in,xor;mask-composite:intersect;mask-mode:alpha;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;margin:-20px 0}@media (max-width:5999px){.category-slider_track__5IZ2t{width:calc(100% - 40px)}}@media (max-width:5999px){.category-slider_track__5IZ2t{width:100%}}.category-slider_bcg__LX0TT{position:relative;z-index:0;display:block;width:100%;max-width:2200px;margin:0 auto}.category-slider_bcg__LX0TT:before{position:relative;display:block;content:""}.category-slider_bcg__LX0TT:after{position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:50% 50%;background-size:100%;content:"";-webkit-mask-composite:source-in,xor;mask-composite:intersect;mask-mode:alpha;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-image:linear-gradient(0deg,rgba(0,0,0,0) 0,rgb(0,0,0) 15%,rgb(0,0,0) 85%,rgba(0,0,0,0));mask-image:linear-gradient(0deg,#0000 0,#000 15%,#000 85%,#0000)}.category-slider_armory-slider__EKsQt .category-slider_bcg__LX0TT:before{padding-top:32%}@media (max-width:5999px){.category-slider_armory-slider__EKsQt .category-slider_bcg__LX0TT:before{padding-top:54%}}@media (max-width:5999px){.category-slider_armory-slider__EKsQt .category-slider_bcg__LX0TT:before{padding-top:74%}}.category-slider_skin-factory-slider__BHEOp .category-slider_bcg__LX0TT:before{padding-top:38.6%}@media (max-width:5999px){.category-slider_skin-factory-slider__BHEOp .category-slider_bcg__LX0TT:before{padding-top:70%}}@media (max-width:5999px){.category-slider_skin-factory-slider__BHEOp .category-slider_bcg__LX0TT:before{padding-top:70.2%}}.category-slider_skin-factory-slider__BHEOp .category-slider_bcg__LX0TT:after{height:100%;-webkit-mask-image:linear-gradient(0deg,rgba(0,0,0,0) 0,rgb(0,0,0) 40%,rgb(0,0,0) 85%,rgba(0,0,0,0));mask-image:linear-gradient(0deg,#0000 0,#000 40%,#000 85%,#0000)}.category-slider_halloween-slider__MtWIv .category-slider_bcg__LX0TT:before{padding-top:36%}@media (max-width:5999px){.category-slider_halloween-slider__MtWIv .category-slider_bcg__LX0TT:before{padding-top:76%}}@media (max-width:5999px){.category-slider_halloween-slider__MtWIv .category-slider_bcg__LX0TT:before{padding-top:80%}}.category-slider_halloween-slider__MtWIv .category-slider_bcg__LX0TT:after{height:154%;transform:translateY(-16%)}.category-grid_container__Mbbeg{position:relative;z-index:1;max-width:2060px;margin:0 auto;padding:0 100px 250px}@media (max-width:1350px){.category-grid_container__Mbbeg{padding:0 25px}}@media (max-width:5999px){.category-grid_container__Mbbeg{padding:0 15px}}.category-grid_list__t48_V{display:flex;flex-wrap:wrap;justify-content:center;padding-bottom:250px}.mystery-item_component__QGEXv{display:flex;flex-shrink:0;justify-content:center;width:33.3333%;margin-top:10px}@media (max-width:1800px){.mystery-item_component__QGEXv{width:20%}}@media (max-width:1200px){.mystery-item_component__QGEXv{width:25%;margin-top:5px}}@media (max-width:5999px){.mystery-item_component__QGEXv{width:33.3333%}}@media (max-width:5999px){.mystery-item_component__QGEXv{width:50%}}.mystery-item_link__b42Nu{position:relative;display:block;width:100%;max-width:310px;padding:10px 0 0;color:#fff;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:none}.mystery-item_link__b42Nu:hover .mystery-item_image__3e7H8{transform:translateY(-10px)}.mystery-item_link__b42Nu:hover .mystery-item_name__AMe8_{color:#fff}.mystery-item_link__b42Nu.mystery-item_disable__lDFTn{cursor:default}.mystery-item_link__b42Nu.mystery-item_disable__lDFTn:hover .mystery-item_image__3e7H8{transform:none}.mystery-item_link__b42Nu.mystery-item_disable__lDFTn .mystery-item_cost__uCYKp{opacity:.2}.mystery-item_link__b42Nu.mystery-item_disable__lDFTn .mystery-item_image__3e7H8{opacity:.2;transition:none}.mystery-item_link__b42Nu.mystery-item_disable__lDFTn .mystery-item_name__AMe8_{color:#494c51}.mystery-item_imageWrapper__Y7Q_O{display:flex;align-items:center;margin:0 auto}@media (max-width:1800px){.mystery-item_imageWrapper__Y7Q_O{max-width:290px}}.mystery-item_imageInner__qkkGD{position:relative;display:block;width:100%;height:0;padding-bottom:100%;line-height:1}.mystery-item_imageInner__qkkGD:before{position:absolute;top:0;left:0;width:100%;padding-top:100%;background-repeat:no-repeat;background-position:50%;background-size:contain;content:""}.mystery-item_imageInner__qkkGD.mystery-item_mystery__QdRLz:before{background-repeat:no-repeat;background-position:50%;background-size:contain}.mystery-item_imageInner__qkkGD.mystery-item_rendered__JgjMR:before{display:none}.mystery-item_imageInner__qkkGD img{position:relative}.mystery-item_image__3e7H8{width:100%;transition:transform .3s;image-rendering:-webkit-optimize-contrast}.mystery-item_info__QhL5Q{margin-top:-15%}.mystery-item_cost__uCYKp{display:flex;justify-content:center;margin:23px 0 0}@media (max-width:1800px){.mystery-item_cost__uCYKp{margin:15px 0 0}}@media (max-width:1200px){.mystery-item_cost__uCYKp{justify-content:center;margin:15px 0 0}}.mystery-item_costNow__uL4oF{position:relative;top:0;left:18px;width:98px;color:#171317;font-weight:700;font-size:18px;line-height:42px;text-align:center;background:url(/images/price-new.svg) no-repeat;background-size:100%;filter:drop-shadow(-5px -10px 20px rgba(23,19,23,.6))}@media (max-width:1800px){.mystery-item_costNow__uL4oF{left:16px;width:90px;font-size:15px;line-height:40px}}@media (max-width:1200px){.mystery-item_costNow__uL4oF{width:70px;font-size:13px;line-height:30px}}@media (max-width:5999px){.mystery-item_costNow__uL4oF{width:59px;font-size:12px;line-height:26px}}.mystery-item_name__AMe8_{display:block;margin-bottom:8px;padding-top:15px;overflow:hidden;color:#e0d3d6;font-weight:500;font-size:15px;white-space:nowrap;text-align:center;text-overflow:ellipsis;transition:color .3s ease}@media (max-width:1200px){.mystery-item_name__AMe8_{font-size:14px}}@media (max-width:5999px){.mystery-item_name__AMe8_{font-size:13px}}@media (max-width:5999px){.mystery-item_name__AMe8_{margin-bottom:6px;padding-top:10px;font-size:12px}}.mystery-block_container__yhiQk{position:relative;max-width:2060px;margin:0 auto;padding:0 100px}@media (max-width:1350px){.mystery-block_container__yhiQk{padding:0 25px}}@media (max-width:5999px){.mystery-block_container__yhiQk{padding:0 15px}}.mystery-block_list__W6_cr{display:flex;flex-wrap:wrap;justify-content:center}.banner_component__yTtC2{position:relative}.banner_component__yTtC2:before{position:absolute;top:0;left:0;width:100%;height:600px;background-repeat:no-repeat;background-position:50% 0;background-size:cover;-webkit-mask-image:linear-gradient(90deg,transparent 0,#fff 10%,#fff 90%,transparent),linear-gradient(180deg,#fff 0,#fff 82%,transparent);mask-image:linear-gradient(90deg,transparent 0,#fff 10%,#fff 90%,transparent),linear-gradient(180deg,#fff 0,#fff 82%,transparent);-webkit-mask-composite:source-in,xor;mask-composite:intersect;content:""}@media (max-width:1920px){.banner_component__yTtC2:before{-webkit-mask-image:linear-gradient(180deg,#fff 0,#fff 82%,transparent);mask-image:linear-gradient(180deg,#fff 0,#fff 82%,transparent)}}@media (max-width:1800px){.banner_component__yTtC2:before{background-size:cover}}@media (max-width:5999px){.banner_component__yTtC2:before{height:250px;background-image:url(/images/background-600.jpg);background-size:cover}}.banner_container__zpZHz{display:grid;align-items:flex-start;width:100%;height:100%}@media (max-width:1800px){.banner_container__zpZHz{padding:0 70px}}@media (max-width:5999px){.banner_container__zpZHz{padding:0 25px}}.banner_content__xwphD{position:relative;display:grid;justify-content:left;padding-top:76px;padding-bottom:64px}@media (max-width:1200px){.banner_content__xwphD{padding-top:34px;padding-bottom:48px}}@media (max-width:5999px){.banner_content__xwphD{padding-top:20px;padding-bottom:16px}}.banner_row__gMVQo{position:relative;display:grid;justify-items:center;width:412px;padding-top:388px}@media (max-width:1800px){.banner_row__gMVQo{width:380px;padding-top:348px}}@media (max-width:1200px){.banner_row__gMVQo{width:280px;padding-top:260px}}@media (max-width:5999px){.banner_row__gMVQo{padding-top:110px}}.banner_row__gMVQo:before{position:absolute;top:0;left:-14%;width:min(125.8%,518px);height:100%;background:url(/images/logo.png) 50% 0 no-repeat;background-size:100%;content:""}@media (max-width:5999px){.banner_row__gMVQo:before{left:0;width:100%;background-position:0 0;background-size:220px}}@media (max-width:5999px){.banner_row__gMVQo:before{top:6px;left:-12px;background:url(/images/logo-sm.png) 0 0 no-repeat;background-size:144px}}.banner_link__p4Ue5{position:relative;display:flex;align-items:center;justify-content:center;min-width:226px;max-width:100%;height:72px;padding:0 30px;overflow:hidden;color:#fff;font-weight:800;font-size:18px;text-transform:uppercase;background:linear-gradient(128deg,#b82f2f 19.85%,#d91352 80.15%);border-radius:12px}.banner_link__p4Ue5.banner_christmas__iA20L{z-index:1}.banner_link__p4Ue5:after{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(128deg,#e95959 19.85%,#ef2c6a 80.15%);border-radius:12px;opacity:0;transition:opacity .3s;content:"";pointer-events:none}.banner_link__p4Ue5:hover{color:#fff}.banner_link__p4Ue5:hover:after{opacity:1}@media (max-width:1800px){.banner_link__p4Ue5{font-size:16px}}@media (max-width:1200px){.banner_link__p4Ue5{min-width:196px;height:62px;padding:0 20px}}@media (max-width:5999px){.banner_link__p4Ue5{min-width:182px;height:54px;font-size:14px}}@media (max-width:5999px){.banner_link__p4Ue5{min-width:unset;height:44px;padding:0 17px;font-size:11px;border-radius:8px}}.banner_link__p4Ue5 span{z-index:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.banner_icon__xk8zP{z-index:1;flex-shrink:0;width:28px;height:28px;margin:0 0 0 12px}@media (max-width:1800px){.banner_icon__xk8zP{width:24px;height:24px}}@media (max-width:5999px){.banner_icon__xk8zP{width:22px;height:22px}}@media (max-width:5999px){.banner_icon__xk8zP{width:20px;height:20px;margin:0 0 0 8px}}.banner_icon__xk8zP path{fill:currentcolor}.banner_linkText__s_Y_T{position:relative}.banner_timer__aa5sX{position:relative;z-index:3;margin-top:16px;color:#ffffffe6;font-weight:700;font-size:16px;text-align:center;text-transform:uppercase;text-shadow:0 2px 2px rgba(48,23,9,.39)}@media (max-width:1200px){.banner_timer__aa5sX{margin-top:16px;font-size:14px}}@media (max-width:5999px){.banner_timer__aa5sX{margin-top:12px;font-size:12px}}.category-icon_icon__V0mo_{background-position:50% 50%;background-size:contain}.category-select_container__sCR9G{position:relative}@media (max-width:5999px){.category-select_container__sCR9G{position:unset}}.category-select_container__sCR9G .category-select_field__O1rFI{position:relative;display:flex;align-items:center;justify-content:space-between;padding:0 12px;color:#6b6970;line-height:1;cursor:pointer;-webkit-user-select:none;user-select:none}@media (max-width:5999px){.category-select_container__sCR9G .category-select_field__O1rFI{width:100%;height:44px;padding:0 14px;color:#9e9ba2;font-weight:500;font-size:14px;background:#6c69701a;border-radius:8px}.category-select_container__sCR9G .category-select_field__O1rFI path{transition:fill .3s;fill:#9e9ba2}.category-select_container__sCR9G .category-select_field__O1rFI.category-select_fieldActive__N1r3G{color:#d0cdd4}.category-select_container__sCR9G .category-select_field__O1rFI.category-select_fieldActive__N1r3G path{fill:#d0cdd4}.category-select_container__sCR9G .category-select_field__O1rFI.category-select_fieldMobileActive__mgkAc{color:#d0cdd4}}@media (max-width:5999px){.category-select_container__sCR9G .category-select_field__O1rFI{height:36px;padding:0 8px;font-size:11px}}@media (max-width:5999px){.category-select_wrapper__WtGgl{width:100%}}.category-select_fieldValue__Rp3Ft{position:relative;display:flex;align-items:center;width:100%;overflow:hidden}.category-select_fieldValue__Rp3Ft span{position:relative;display:block;line-height:1;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.category-select_fieldActive__N1r3G .category-select_fieldArrow__pNUUT{transform:rotate(180deg)}.category-select_sticky__iPZbe .category-select_fieldArrow__pNUUT{width:20px;min-width:20px;height:20px;margin-left:10px}@media (max-width:1200px){.category-select_sticky__iPZbe .category-select_fieldArrow__pNUUT{width:18px;min-width:18px;height:18px;margin-left:8px}}@media (max-width:5999px){.category-select_sticky__iPZbe .category-select_fieldArrow__pNUUT{width:16px;min-width:16px;height:16px;margin-left:6px}}.category-select_fieldArrow__pNUUT{display:block;width:22px;min-width:22px;height:22px;margin-left:12px;transition:transform .3s ease}@media (max-width:1200px){.category-select_fieldArrow__pNUUT{width:20px;min-width:20px;height:20px;margin-left:10px}}@media (max-width:5999px){.category-select_fieldArrow__pNUUT{width:18px;min-width:18px;height:18px;margin-left:8px}}@media (max-width:5999px){.category-select_fieldArrow__pNUUT{width:14px;min-width:14px;height:14px;margin-left:6px}}.category-select_listWrapper__3QMhn{position:absolute;top:100%;z-index:2;margin-top:20px;overflow:hidden;background:#1d1a21;border-radius:12px;box-shadow:0 28px 40px #17131799}@media (max-width:5999px){.category-select_listWrapper__3QMhn{left:0;width:100%;margin-top:12px;border-radius:8px}}.category-select_listWrapper__3QMhn ::-webkit-scrollbar-track{background-color:#2e2931}.category-select_listWrapper__3QMhn ::-webkit-scrollbar{width:3px}.category-select_listWrapper__3QMhn ::-webkit-scrollbar-thumb{background-color:#413b46;border-radius:5px}.category-select_listWrapper__3QMhn.category-select_enter____Ixa{opacity:0}.category-select_listWrapper__3QMhn.category-select_enterActive__miwxM{opacity:1;transition:opacity .3s ease}.category-select_listWrapper__3QMhn.category-select_exit__dqiM2{opacity:1}.category-select_listWrapper__3QMhn.category-select_exitActive__x037D{opacity:0;transition:opacity .3s ease}.category-select_list__5bybu{position:relative;display:block;width:100%;max-height:320px;overflow-y:auto;-webkit-overflow-scrolling:touch;-webkit-user-select:none;user-select:none}@media (max-width:5999px){.category-select_list__5bybu{max-height:250px}}.category-select_item__9bRgz{position:relative;display:flex;align-items:center;min-width:100%;height:46px;padding:0 16px 0 12px;color:#d0cdd4;font-weight:500;font-size:14px;line-height:1;white-space:nowrap;background-color:#6c69701a;cursor:pointer;transition:background-color .3s ease,color .3s ease}.category-select_item__9bRgz:not(:last-child){margin-bottom:1px}.category-select_item__9bRgz.category-select_itemActive__2fvef,.category-select_item__9bRgz:hover{color:#fff;background-color:#6c697033}@media (max-width:5999px){.category-select_item__9bRgz{line-height:1.5;white-space:normal}}@media (max-width:5999px){.category-select_item__9bRgz{height:44px;font-size:11px}}.category-select_itemIcon__8GQAi{width:24px;min-width:24px;height:24px;margin-right:6px}@media (max-width:5999px){.category-select_itemIcon__8GQAi{width:22px;min-width:22px;height:22px;margin-right:4px}}@media (max-width:5999px){.category-select_itemIcon__8GQAi{width:20px;min-width:20px;height:20px}}.category-select_overlay__d1dut{position:fixed;top:0;left:0;z-index:1;display:block;width:100%;height:var(--app-height)}@keyframes filter_line-erasing__J1pBc{0%{width:10px}25%{width:2px}50%{width:4px}75%{width:2px}to{width:10px}}@keyframes filter_eraser-moving__m4Dnv{0%{transform:translate(0) rotate(0)}25%{transform:translate(6px) rotate(4deg)}50%{transform:translate(-4px) rotate(-6deg)}75%{transform:translate(6px) rotate(4deg)}to{transform:translate(0) rotate(0)}}.filter_component__MNCT7{position:relative;z-index:10;display:grid;margin-top:24px;margin-bottom:60px}@media (max-width:5999px){.filter_component__MNCT7{margin-top:0;margin-bottom:12px}}.filter_mobileFilter__nYPpJ{position:relative;display:none;width:100%;height:68px}@media (max-width:5999px){.filter_mobileFilter__nYPpJ{display:block}}@media (max-width:5999px){.filter_mobileFilter__nYPpJ{height:60px}}.filter_mobileFilterInner__49bAO{position:relative;width:100%;padding:12px 25px}@media (max-width:5999px){.filter_mobileFilterInner__49bAO{padding:12px 15px}}@media (max-width:5999px){.filter_mobileSticky__FtN43 .filter_mobileFilterInner__49bAO{position:fixed;top:0;right:0;left:0;z-index:999;background-color:#171317;transform:translateZ(0)}.filter_mobileSticky__FtN43 .filter_filter__RPqHE{position:fixed;top:0;left:0;margin-top:68px}}@media (max-width:5999px){.filter_mobileSticky__FtN43 .filter_filter__RPqHE{margin-top:60px}}.filter_mobileFilterWrapper__yQb8A{position:relative;display:grid;grid-template-columns:-webkit-max-content minmax(0,1fr) -webkit-max-content;grid-template-columns:max-content minmax(0,1fr) max-content;grid-gap:8px;gap:8px;width:100%}.filter_mobileFilterBtn__052GK{display:flex;align-items:center;justify-content:center;width:44px;min-width:44px;height:44px;background:#6c69701a;border-radius:8px}.filter_mobileFilterBtn__052GK svg{position:relative;display:block;width:20px;height:20px}.filter_mobileFilterBtn__052GK path{transition:fill .3s;fill:#9e9ba2}.filter_mobileFilterBtn__052GK.filter_active__FWmKV path,.filter_mobileFilterBtn__052GK:active path{fill:#d0cdd4}@media (max-width:5999px){.filter_mobileFilterBtn__052GK{width:36px;min-width:36px;height:36px}.filter_mobileFilterBtn__052GK svg{width:14px;height:14px}}.filter_content__0WN_8,.filter_filterInner__iLtV6{position:relative;z-index:2;height:82px}@media (max-width:1200px){.filter_content__0WN_8,.filter_filterInner__iLtV6{height:68px}}@media (max-width:5999px){.filter_content__0WN_8,.filter_filterInner__iLtV6{height:auto}.filter_filter__RPqHE{position:absolute;top:100%;width:100%;padding:0;visibility:hidden;opacity:0;transition:transform .3s,visibility .3s,opacity .3s}.filter_filter__RPqHE.filter_visible__lDhx7{visibility:visible;opacity:1}}.filter_contentWrapper__Ts5sy.filter_sticky__W5zhY{position:fixed;top:0;right:0;left:0;z-index:999;transform:translateZ(0)}.filter_container__P_IOn{max-width:2060px;margin:0 auto;padding:0 100px;transition:max-width .2s ease,padding .2s ease}@media (max-width:1350px){.filter_container__P_IOn{padding:0 25px}}@media (max-width:5999px){.filter_container__P_IOn{padding:0 15px}}.filter_sticky__W5zhY .filter_container__P_IOn{max-width:100%;padding:0}.filter_content__0WN_8{display:flex;align-items:center;padding:0 16px;background:#1d1a21;border-radius:12px;transition:height .2s ease}@media (max-width:1200px){.filter_content__0WN_8{padding:0 14px;border-radius:10px}}@media (max-width:5999px){.filter_content__0WN_8{display:grid;grid-gap:15px;gap:15px;padding:14px;background:linear-gradient(234deg,#232126 20.85%,#343138 128.06%);border-radius:8px;box-shadow:0 4px 30px #171317}}@media (max-width:5999px){.filter_content__0WN_8{padding:15px 12px}}.filter_sticky__W5zhY .filter_content__0WN_8{height:64px;border-radius:0}@media (max-width:1500px){.filter_sticky__W5zhY .filter_content__0WN_8{padding:0 15px}}.filter_christmas__1Ewfs .filter_content__0WN_8{background-repeat:no-repeat;background-position:67% 50%;background-size:contain}@media (max-width:1800px){.filter_christmas__1Ewfs .filter_content__0WN_8{background-image:unset}}@media (max-width:5999px){.filter_christmas__1Ewfs .filter_content__0WN_8{background:linear-gradient(234deg,#232126 20.85%,#343138 128.06%)}}.filter_mainFilter__FIqss{display:flex;flex-grow:1;flex-shrink:0;align-items:center}@media (max-width:5999px){.filter_mainFilter__FIqss{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;width:100%}}@media (max-width:5999px){.filter_mainFilter__FIqss{grid-template-columns:1fr}}.filter_filterItem___D29B{flex-shrink:0}.filter_filterItem___D29B+.filter_filterItem___D29B{margin-left:14px}@media (max-width:1200px){.filter_filterItem___D29B+.filter_filterItem___D29B{margin-left:10px}}@media (max-width:5999px){.filter_filterItem___D29B+.filter_filterItem___D29B{margin:0}}@media (max-width:5999px){.filter_filterItem___D29B+.filter_filterItem___D29B{flex-grow:1;margin-left:0}}@media (max-width:5999px){.filter_filterName__8J6p1,.filter_filterSelect__CNo2v{flex-grow:1}}.filter_inputLabel__QzXsY{position:relative;display:block;width:240px;height:50px;cursor:pointer}@media (min-width:1350px) and (max-width:1450px){.filter_inputLabel__QzXsY{width:200px}}@media (min-width:1200px) and (max-width:1280px){.filter_inputLabel__QzXsY{width:200px}}@media (max-width:1200px){.filter_inputLabel__QzXsY{width:150px;height:40px}}@media (min-width:900px) and (max-width:950px){.filter_inputLabel__QzXsY{width:125px}}@media (max-width:5999px){.filter_inputLabel__QzXsY{width:100%}}.filter_inputLabel__QzXsY path{fill:#343239}.filter_inputLabel__QzXsY:hover path{fill:#6c6970}.filter_inputLabel__QzXsY:focus-within path{fill:#d0cdd4}.filter_sticky__W5zhY .filter_inputLabel__QzXsY{height:40px;border-radius:6px}.filter_input__veB7Q{width:100%;height:100%;padding:0 12px 0 40px;color:#d0cdd4;font-weight:500;font-size:14px;text-overflow:ellipsis;background:#4e4b520d;border:1px solid rgba(78,75,82,.3);border-radius:10px;transition:color .3s,background-color .3s,border-color .3s}.filter_input__veB7Q:hover{color:#9e9ba2;background:#4e4b521a;border-color:#4e4b5299}.filter_input__veB7Q:hover::placeholder{color:#9e9ba2}.filter_input__veB7Q.filter_inputActive__R7O6B,.filter_input__veB7Q:focus{background:#4e4b5226;border-color:#4e4b52}.filter_input__veB7Q.filter_inputActive__R7O6B::placeholder,.filter_input__veB7Q:focus::placeholder{opacity:0}.filter_input__veB7Q.filter_inputActive__R7O6B{color:#d0cdd4}.filter_input__veB7Q.filter_inputActive__R7O6B path{fill:#d0cdd4}.filter_sticky__W5zhY .filter_input__veB7Q{font-size:11px;border-radius:8px}.filter_input__veB7Q::placeholder{color:#6c6970;opacity:1;transition:color .3s,opacity .3s}@media (max-width:1200px){.filter_input__veB7Q{padding-left:34px;font-size:12px}}.filter_inputIcon__zeS3T path{transition:fill .3s}@media (max-width:5999px){.filter_inputIcon__zeS3T path{fill:#797373}}.filter_searchIcon__X4eWn{position:absolute;top:0;bottom:0;left:10px;width:24px;height:24px;margin:auto}.filter_sticky__W5zhY .filter_searchIcon__X4eWn{width:22px;height:22px}@media (max-width:1200px){.filter_searchIcon__X4eWn{left:8px;width:20px;height:20px}}.filter_amountFields__QBdOm{position:relative;display:flex;height:50px;background:#4e4b520d;border:1px solid rgba(78,75,82,.3);border-radius:10px;transition:border-color .3s ease,background .3s}.filter_amountFields__QBdOm:hover{background:#4e4b521a;border-color:#4e4b5299}.filter_amountFields__QBdOm:focus-within{background:#4e4b5226;border-color:#4e4b52}.filter_sticky__W5zhY .filter_amountFields__QBdOm{height:40px;border-radius:8px}@media (max-width:1200px){.filter_amountFields__QBdOm{height:40px;border-radius:8px}}.filter_amountLabel__hEEZH{position:relative;display:flex;align-items:center;width:120px;height:100%;padding:0 12px 0 40px}.filter_sticky__W5zhY .filter_amountLabel__hEEZH{width:100px;padding-left:34px}@media (max-width:1200px){.filter_amountLabel__hEEZH,.filter_sticky__W5zhY .filter_amountLabel__hEEZH{width:80px;padding-left:30px}}@media (max-width:5999px){.filter_amountLabel__hEEZH{width:50%}}.filter_amountLabel__hEEZH+.filter_amountLabel__hEEZH{margin-left:-1px;border-left:1px solid rgba(78,75,82,.3);transition:border-color .3s}.filter_amountFields__QBdOm:hover .filter_amountLabel__hEEZH+.filter_amountLabel__hEEZH{border-color:#4e4b5299}.filter_amountFields__QBdOm:focus-within .filter_amountLabel__hEEZH+.filter_amountLabel__hEEZH{border-color:#4e4b52}.filter_amountLabel__hEEZH:before{position:absolute;top:0;bottom:0;left:10px;width:24px;height:24px;margin:auto;background-size:100%;content:""}.filter_sticky__W5zhY .filter_amountLabel__hEEZH:before{left:8px;width:22px;height:22px}@media (max-width:1200px){.filter_amountLabel__hEEZH:before{left:6px;width:20px;height:20px}}.filter_amountInput__bbITU{width:100%;height:100%;color:#d0cdd4;font-weight:500;font-size:14px;line-height:1;text-overflow:ellipsis}.filter_sticky__W5zhY .filter_amountInput__bbITU{font-size:12px}.filter_amountInput__bbITU::placeholder{color:#6c6970;opacity:1;transition:color .3s,opacity .3s}.filter_amountInput__bbITU:hover::placeholder{color:#9e9ba2}.filter_amountInput__bbITU:focus::placeholder{opacity:0}@media (max-width:1200px){.filter_amountInput__bbITU{font-size:12px}}@media (max-width:5999px){.filter_amountInput__bbITU{flex-grow:1;width:0}}.filter_additional__FZK__{display:flex;flex-shrink:0;align-items:center;margin-left:20px}@media (max-width:5999px){.filter_additional__FZK__{display:grid;grid-gap:15px;gap:15px;width:100%;margin-left:0}}.filter_additionalItem__7d55Y{flex-shrink:0}@media (max-width:5999px){.filter_additionalItem__7d55Y{display:grid;grid-template-columns:auto auto;width:100%;grid-column-gap:10px;column-gap:10px}}.filter_additionalItem__7d55Y+.filter_additionalItem__7d55Y{margin-left:10px}@media (max-width:5999px){.filter_additionalItem__7d55Y+.filter_additionalItem__7d55Y{margin-top:7px;margin-left:0}}.filter_right__8zmWi{display:grid;grid-auto-flow:column;grid-gap:12px;gap:12px;align-items:center;margin-right:12px}@media (max-width:5999px){.filter_right__8zmWi{justify-content:center}}@media (max-width:5999px){.filter_right__8zmWi{grid-auto-flow:row;justify-content:left}}.filter_check__H0LxS{display:grid;grid-auto-flow:column;grid-gap:8px;gap:8px;align-items:center;cursor:pointer}@media (max-width:5999px){.filter_check__H0LxS{justify-content:left;order:3}}.filter_checkTitle__qfF6m{color:#9e9ba2;font-weight:500;font-size:14px;line-height:1;transition:color .3s}.filter_check__H0LxS:hover .filter_checkTitle__qfF6m{color:#bab8be}.filter_sticky__W5zhY .filter_checkTitle__qfF6m{font-size:12px}@media (max-width:1200px){.filter_checkTitle__qfF6m,.filter_sticky__W5zhY .filter_checkTitle__qfF6m{font-size:11px}}@media (max-width:5999px){.filter_checkTitle__qfF6m{font-size:12px}}.filter_squareBtn__X7M7U{position:relative;display:flex;align-items:center;height:50px;padding:0 16px 0 14px;background:#6c69701a;border-radius:10px;transition:background-color .3s ease,color .3s}.filter_sticky__W5zhY .filter_squareBtn__X7M7U{height:40px;border-radius:8px}@media (max-width:1200px){.filter_squareBtn__X7M7U{height:40px;border-radius:8px}}@media (max-width:5999px){.filter_squareBtn__X7M7U{justify-content:center;width:100%}}.filter_squareBtn__X7M7U:hover{color:#d0cdd4;background:#6c697033}.filter_squareBtn__X7M7U:hover path{fill:#d0cdd4}.filter_squareBtnIcon__Fa21q{position:relative;width:22px;height:22px}@media (max-width:5999px){.filter_squareBtnIcon__Fa21q{width:18px;height:18px}}.filter_sticky__W5zhY .filter_squareBtnIcon__Fa21q{width:20px;height:20px}.filter_squareBtnIcon__Fa21q svg{position:absolute;top:0;left:0;width:22px;height:22px}.filter_sticky__W5zhY .filter_squareBtnIcon__Fa21q svg{width:20px;height:20px}@media (max-width:5999px){.filter_squareBtnIcon__Fa21q svg{width:18px;height:18px}}.filter_squareBtnIcon__Fa21q path{transition:fill .3s;fill:#9e9ba2}.filter_clearBtnIcon__MyMYC:before{position:absolute;top:17px;right:0;width:10px;height:2px;background:#9e9ba2;border-radius:2px;transition:background .3s;content:""}.filter_squareBtn__X7M7U:hover .filter_clearBtnIcon__MyMYC:before{background:#d0cdd4;animation:filter_line-erasing__J1pBc 1s infinite}.filter_sticky__W5zhY .filter_clearBtnIcon__MyMYC:before{top:16px}@media (max-width:5999px){.filter_clearBtnIcon__MyMYC:before{top:14px}}.filter_squareBtn__X7M7U:hover .filter_clearBtnIcon__MyMYC svg{animation:filter_eraser-moving__m4Dnv 1s infinite}.filter_clearBtn__VY95x{color:#9e9ba2}.filter_clearBtn__VY95x span{display:none}@media (max-width:5999px){.filter_clearBtn__VY95x span{display:block;margin-left:6px;font-weight:700;font-size:11px}}.filter_closeButton__C0u3n{display:none;grid-auto-flow:column;gap:6px;align-items:center;justify-content:center;width:100%;height:40px;margin-top:12px;color:#6c6970;border:2px solid #353239;border-radius:8px;transition:color .3s,border-color .3s,background .3s}@media (max-width:5999px){.filter_closeButton__C0u3n{display:grid;grid-gap:4px;gap:4px;margin-top:0}}.filter_closeButton__C0u3n span{font-weight:700;font-size:12px}.filter_closeButton__C0u3n:hover{color:#353239;background:#d0cdd4;border-color:#d0cdd4}.filter_closeButton__C0u3n:hover path{fill:#353239}.filter_closeIcon__ZlmTr{width:20px;height:20px}@media (max-width:5999px){.filter_closeIcon__ZlmTr{width:18px;height:18px}}.filter_closeIcon__ZlmTr path{transition:fill .3s}@media (max-width:5999px){.filter_tabletHide__jHqlD{display:none}}.filter_overlay__8WKx2{display:none}@media (max-width:5999px){.filter_overlay__8WKx2{position:fixed;top:0;left:0;z-index:1;display:block;width:100%;height:var(--app-height)}}.category-not-found_container___DPPI{position:relative;z-index:1;width:100%;max-width:2060px;margin:0 auto;padding:0 100px}@media (max-width:1350px){.category-not-found_container___DPPI{padding:0 25px}}@media (max-width:5999px){.category-not-found_container___DPPI{padding:0 15px}}.category-not-found_wrapper__Is9X_{display:flex;flex-direction:column;align-items:center;width:100%;padding:74px 20px;background:#211d2130;border:1px solid #252229;border-radius:12px}@media (max-width:5999px){.category-not-found_wrapper__Is9X_{padding:40px 10px;border-radius:10px}}.category-not-found_icon__sxZZR{display:block;width:42px;height:42px;fill:#d0cdd4}.category-not-found_title__IXChD{display:block;margin-bottom:6px;font-weight:500;font-size:15px;line-height:1.4}@media (max-width:5999px){.category-not-found_title__IXChD{margin-bottom:4px;font-size:14px}}.category-not-found_subtitle__7ZFoA{color:#9e9ba2;font-weight:400;font-size:14px;line-height:1.4}@media (max-width:5999px){.category-not-found_subtitle__7ZFoA{font-size:11px}}.category-not-found_btn__UCFrY{display:flex;align-items:center;margin-top:16px;padding:14px 20px 14px 16px;color:#9e9ba2;font-weight:900;font-size:14px;line-height:0;background-color:#6c69701a;border-radius:10px;-webkit-backdrop-filter:blur(2.5px);backdrop-filter:blur(2.5px);transition:color .3s,background-color .3s}@media (max-width:5999px){.category-not-found_btn__UCFrY{margin-top:12px;padding:10px 16px 10px 12px;font-size:12px;border-radius:8px}}.category-not-found_btn__UCFrY:hover{color:#d0cdd4;background-color:#6c697033}.category-not-found_btn__UCFrY:hover path{fill:#d0cdd4}.category-not-found_btnIcon__bYfCU{position:relative;display:block;width:22px;height:22px;margin-right:6px}@media (max-width:5999px){.category-not-found_btnIcon__bYfCU{width:20px;height:20px}}.category-not-found_btnIcon__bYfCU path{transition:fill .3s;fill:#9e9ba2}.category-wrap_component__JbfqR{position:relative;width:100%;margin-bottom:12px}@media (max-width:1200px){.category-wrap_component__JbfqR{margin-bottom:10px}}@media (max-width:5999px){.category-wrap_component__JbfqR{margin-bottom:8px}}@media (max-width:5999px){.category-wrap_component__JbfqR{margin-bottom:6px}}.category-wrap_component__JbfqR .category-wrap_isOpen__w51Fd{overflow:unset!important}.category-wrap_container__FjUNs{position:relative;z-index:1;max-width:2060px;margin:0 auto;padding:0 100px}@media (max-width:1350px){.category-wrap_container__FjUNs{padding:0 25px}}@media (max-width:5999px){.category-wrap_container__FjUNs{padding:0 15px}}.category-wrap_header__kWfOB{position:relative;display:flex;align-items:center;justify-content:space-between;padding:18px;background-color:#6c69701a;border-radius:12px;transition:background-color .3s ease}@media (max-width:1200px){.category-wrap_header__kWfOB{padding:16px}}@media (max-width:5999px){.category-wrap_header__kWfOB{padding:14px;border-radius:10px}}@media (max-width:5999px){.category-wrap_header__kWfOB{padding:12px;border-radius:8px}}.category-wrap_header__kWfOB.category-wrap_active__NB9KE{background-color:#0000}.category-wrap_header__kWfOB.category-wrap_active__NB9KE .category-wrap_hideIcon__jY5r2{transform:rotate(0)}.category-wrap_headerTitle__1y1KW{display:flex;align-items:center;padding-right:12px}@media (max-width:5999px){.category-wrap_headerTitle__1y1KW{justify-content:space-between;width:100%}}.category-wrap_headerIcon__gQFHm{width:32px;min-width:32px;height:32px;margin-right:12px}@media (max-width:1200px){.category-wrap_headerIcon__gQFHm{margin-right:10px}}@media (max-width:5999px){.category-wrap_headerIcon__gQFHm{width:28px;min-width:28px;height:28px;margin-right:8px}}@media (max-width:5999px){.category-wrap_headerIcon__gQFHm{width:24px;min-width:24px;height:24px;margin-right:6px}}.category-wrap_headerTooltip__loPQh{position:relative;margin-left:12px;cursor:pointer}@media (max-width:1200px){.category-wrap_headerTooltip__loPQh{margin-left:10px}}@media (max-width:5999px){.category-wrap_headerTooltip__loPQh{margin-left:8px}}@media (max-width:5999px){.category-wrap_headerTooltip__loPQh{position:unset;margin-left:6px}}.category-wrap_headerTooltip__loPQh svg{display:block;width:26px;min-width:26px;height:26px;transition:fill .3s ease}@media (max-width:5999px){.category-wrap_headerTooltip__loPQh svg{width:24px;min-width:24px;height:24px}}@media (max-width:5999px){.category-wrap_headerTooltip__loPQh svg{width:22px;min-width:22px;height:22px}}.category-wrap_headerTooltip__loPQh svg:active,.category-wrap_headerTooltip__loPQh svg:hover{fill:#ffeed5}.category-wrap_headerTooltip__loPQh .category-wrap_headerTooltipText__Zxqpz{position:absolute;bottom:100%;left:50%;width:-webkit-max-content;width:max-content;max-width:370px;padding:12px;color:#fff;font-weight:400;font-size:14px;line-height:1.4;text-align:center;background:#4a474c;border-radius:8px;transform:translate(-50%);visibility:hidden;opacity:0;transition:visibility .3s,opacity .3s,transform .3s}@media (max-width:5999px){.category-wrap_headerTooltip__loPQh .category-wrap_headerTooltipText__Zxqpz{font-size:12px}}@media (max-width:5999px){.category-wrap_headerTooltip__loPQh .category-wrap_headerTooltipText__Zxqpz{right:0;left:unset;width:-webkit-max-content;width:max-content;max-width:100%;font-size:10px;transform:unset}}.category-wrap_headerTooltip__loPQh .category-wrap_headerTooltipText__Zxqpz:before{position:absolute;top:100%;left:50%;width:10px;height:10px;border:6px solid rgba(0,0,0,0);border-top-color:#4a474c;transform:translate(-50%);content:""}@media (max-width:5999px){.category-wrap_headerTooltip__loPQh .category-wrap_headerTooltipText__Zxqpz:before{right:0;left:unset;transform:translate(-49px)}}.category-wrap_headerTooltip__loPQh:active .category-wrap_headerTooltipText__Zxqpz,.category-wrap_headerTooltip__loPQh:hover .category-wrap_headerTooltipText__Zxqpz{transform:translate(-50%,-10px);visibility:visible;opacity:1}@media (max-width:5999px){.category-wrap_headerTooltip__loPQh:active .category-wrap_headerTooltipText__Zxqpz,.category-wrap_headerTooltip__loPQh:hover .category-wrap_headerTooltipText__Zxqpz{transform:translateY(8px)}}.category-wrap_title__o_Pl4{position:relative;color:#ffeed5;font-weight:1000;font-size:22px;line-height:.1;margin-top:110px;margin-bottom:-15px}@media (max-width:1200px){.category-wrap_title__o_Pl4{font-size:20px}}@media (max-width:5999px){.category-wrap_title__o_Pl4{font-size:18px}}@media (max-width:5999px){.category-wrap_title__o_Pl4{width:100%;font-size:14px}}.category-wrap_hideButton___MqGo{display:flex;align-items:center;height:28px;padding:0 11px;color:#c3cacf;font-weight:400;font-size:10px;line-height:1;text-transform:uppercase;border:1px solid #a9b9c7;border-radius:6px;transition:border-color .3s ease,color .3s ease}@media (max-width:5999px){.category-wrap_hideButton___MqGo{width:20px;min-width:20px;height:20px;padding:0;font-size:0;border-radius:10px}}@media (hover:hover){.category-wrap_hideButton___MqGo:hover{color:#fff;border-color:#fff}.category-wrap_hideButton___MqGo:hover path{fill:#fff}}.category-wrap_hideButton___MqGo:active{color:#fff;border-color:#fff}.category-wrap_hideButton___MqGo:active path{fill:#fff}.category-wrap_hideIcon__jY5r2{display:block;width:8px;height:8px;margin-left:10px;transform:rotate(180deg);transition:transform .3s ease}@media (max-width:5999px){.category-wrap_hideIcon__jY5r2{width:7px;height:7px;margin:0 auto}}.category-wrap_hideIcon__jY5r2 path{transition:fill .3s ease;fill:#a9b9c7}.category-wrap_content___fKSE{position:relative;z-index:0;margin-bottom:48px}@media (max-width:1200px){.category-wrap_content___fKSE{margin-bottom:38px}}@media (max-width:5999px){.category-wrap_content___fKSE{margin-bottom:28px}}@media (max-width:5999px){.category-wrap_content___fKSE{margin-bottom:18px}}.progress_component__JusGo{position:relative;display:flex;gap:10px;width:400px;padding-bottom:16px;color:#9e9ba2;font-size:15px}@media (max-width:1800px){.progress_component__JusGo{width:320px;font-size:13px}}@media (max-width:5999px){.progress_component__JusGo{width:230px;font-size:11px}}@media (max-width:5999px){.progress_component__JusGo{width:100%}}.progress_title__9hdj8{flex-grow:1;overflow:hidden;font-weight:500;white-space:nowrap;text-overflow:ellipsis}.progress_counter__q7I77{flex-shrink:0;margin-left:auto;font-weight:700}.progress_amount__jUlar{color:#ffa860}.progress_from__bY1CK{margin:0 4px;text-transform:lowercase}.progress_progress__JcbUn{position:absolute;bottom:0;left:0;width:100%;height:6px;overflow:hidden;background:#353239;border-radius:2px}.progress_line__AXDpM{width:0;height:100%;background:#ffa860;border-radius:2px;transition:width .5s}@keyframes loading_spinner-animation-one__DAlO5{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes loading_spinner-animation-three__hPk76{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes loading_spinner-animation-two__ljMzc{0%{transform:translate(0)}to{transform:translate(24px)}}.loading_component__SyJbn{display:flex;flex-direction:column;align-items:center;text-align:center}.loading_wrapper__OVQ9u{margin-bottom:15px}@media (max-width:5999px){.loading_wrapper__OVQ9u{margin-bottom:10px}}.loading_info__dxbhF{color:#78727d;font-weight:700;font-size:12px;text-transform:uppercase}@media (max-width:5999px){.loading_info__dxbhF{font-size:11px}}@media (max-width:5999px){.loading_info__dxbhF{font-size:10px}}.loading_spinner__0Mlaw{position:relative;display:inline-block;width:80px;height:10px}.loading_spinnerCircle__lzsuK{position:absolute;top:0;width:10px;height:10px;background:#6c7bf8;border-radius:50%;animation-timing-function:cubic-bezier(0,1,1,0)}.loading_spinnerCircle__lzsuK:first-child{left:11px;animation:loading_spinner-animation-one__DAlO5 .4s infinite}.loading_spinnerCircle__lzsuK:nth-child(2){left:11px;animation:loading_spinner-animation-two__ljMzc .4s infinite}.loading_spinnerCircle__lzsuK:nth-child(3){left:35px;animation:loading_spinner-animation-two__ljMzc .4s infinite}.loading_spinnerCircle__lzsuK:nth-child(4){left:59px;animation:loading_spinner-animation-three__hPk76 .4s infinite}.case-auth_component__R5L7Q{position:relative;z-index:2;margin-top:-55px;text-align:center}@media (max-width:5999px){.case-auth_component__R5L7Q{padding:0 15px}}.case-auth_refill__JpRIb .case-auth_informer__l4g20{background-color:#e378824d}.case-auth_refill__JpRIb .case-auth_informerTitle__5UOYl{color:#ff7b7b}.case-auth_refill__JpRIb .case-auth_informerContent__PUUWA{color:#e9dddd}.case-auth_unavailable__elGBz .case-auth_informer__l4g20{background-color:#9e93ac4d}.case-auth_unavailable__elGBz .case-auth_informerTitle__5UOYl{color:#fff}.case-auth_unavailable__elGBz .case-auth_informerContent__PUUWA{color:#fdf6ec}.case-auth_informer__l4g20{display:inline-block;padding:17px 34px 14px;text-align:center;background-color:#ffc28e4d;border-radius:11px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}@media (max-width:5999px){.case-auth_informer__l4g20{padding:15px 20px}}.case-auth_informerTitle__5UOYl{margin-bottom:2px;color:#ffbf89;font-weight:800;font-size:16px;line-height:19px;text-transform:uppercase}@media (max-width:1200px){.case-auth_informerTitle__5UOYl{font-size:14px}}@media (max-width:5999px){.case-auth_informerTitle__5UOYl{font-size:13px}}@media (max-width:5999px){.case-auth_informerTitle__5UOYl{font-weight:700;font-size:12px}}.case-auth_informerContent__PUUWA{color:#fff;font-size:14px;line-height:17px}@media (max-width:5999px){.case-auth_informerContent__PUUWA{font-size:13px}}@media (max-width:5999px){.case-auth_informerContent__PUUWA{font-size:12px;line-height:14px}}.case-auth_btnWrapper__LIClD{margin:20px 0 0}@media (max-width:1200px){.case-auth_btnWrapper__LIClD{margin:15px 0 0}}.case-auth_btn__qeVNZ{position:relative;display:inline-block;margin-top:6px;padding:24px 40px;overflow:hidden;color:#4f2f12;font-weight:800;font-size:15px;text-transform:uppercase;background-color:#ffa860;border-radius:11px;transition:background-color .3s ease,color .3s ease}@media (max-width:1200px){.case-auth_btn__qeVNZ{padding:21px 34px;font-size:13px}}@media (max-width:5999px){.case-auth_btn__qeVNZ{padding:19px 28px;font-size:12px}}.case-auth_btn__qeVNZ:hover{color:#684933;background-color:#ffb272}.case-auth_btn__qeVNZ.case-auth_loading__MaCb8{cursor:wait;opacity:.7}.case-balance_component__XLmcY{position:relative;z-index:2;margin-top:-55px;text-align:center}@media (max-width:5999px){.case-balance_component__XLmcY{padding:0 15px}}.case-balance_refill__epR7Y .case-balance_informer__ka2yI{background-color:#e378824d}.case-balance_refill__epR7Y .case-balance_informerTitle__dTE4E{color:#ff7b7b}.case-balance_refill__epR7Y .case-balance_informerContent__CLSze{color:#e9dddd}.case-balance_unavailable__3N1kA .case-balance_informer__ka2yI{background-color:#9e93ac4d}.case-balance_unavailable__3N1kA .case-balance_informerTitle__dTE4E{color:#fff}.case-balance_unavailable__3N1kA .case-balance_informerContent__CLSze{color:#fdf6ec}.case-balance_informer__ka2yI{display:inline-block;padding:17px 34px 14px;text-align:center;background-color:#ffc28e4d;border-radius:11px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}@media (max-width:5999px){.case-balance_informer__ka2yI{padding:15px 20px}}.case-balance_informerTitle__dTE4E{margin-bottom:2px;color:#ffbf89;font-weight:800;font-size:16px;line-height:19px;text-transform:uppercase}@media (max-width:1200px){.case-balance_informerTitle__dTE4E{font-size:14px}}@media (max-width:5999px){.case-balance_informerTitle__dTE4E{font-size:13px}}@media (max-width:5999px){.case-balance_informerTitle__dTE4E{font-weight:700;font-size:12px}}.case-balance_informerContent__CLSze{color:#fff;font-size:14px;line-height:17px}@media (max-width:5999px){.case-balance_informerContent__CLSze{font-size:13px}}@media (max-width:5999px){.case-balance_informerContent__CLSze{font-size:12px;line-height:14px}}.case-balance_btnWrapper__zpy_i{margin:20px 0 0}@media (max-width:1200px){.case-balance_btnWrapper__zpy_i{margin:15px 0 0}}.case-balance_button__ARNPi{position:relative;display:inline-block;max-width:100%;margin:6px 0 0;padding:24px 29px 24px 65px;overflow:hidden;color:#0d3421;font-weight:800;font-size:15px;white-space:nowrap;text-transform:uppercase;text-decoration:none;text-overflow:ellipsis;background:#4cea9e;border-radius:11px;cursor:pointer;transition:all .3s ease}.case-balance_button__ARNPi:hover{color:#0d3421;background:#51ffab}@media (max-width:1200px){.case-balance_button__ARNPi{padding:21px 20px 21px 50px;font-size:13px}}@media (max-width:5999px){.case-balance_button__ARNPi{padding:19px 20px 19px 50px;font-size:12px}}.case-balance_buttonIcon__QTTjZ{position:absolute;top:3px;bottom:0;left:24px;width:28px;height:28px;margin:auto}.case-balance_buttonIcon__QTTjZ path{fill:#0d3421}@media (max-width:1200px){.case-balance_buttonIcon__QTTjZ{top:2px;left:17px;width:22px;height:22px}}.case-disabled_component__7EpcT{position:relative;z-index:2;margin-top:-55px;text-align:center}@media (max-width:5999px){.case-disabled_component__7EpcT{padding:0 15px}}.case-disabled_unavailable__iuVox .case-disabled_informer___maDg{background-color:#9e93ac4d}.case-disabled_unavailable__iuVox .case-disabled_informerTitle__ZSHHK{color:#fff}.case-disabled_unavailable__iuVox .case-disabled_informerContent__xsrP_{color:#fdf6ec}.case-disabled_informer___maDg{display:inline-block;padding:17px 34px 14px;text-align:center;background-color:#ffc28e4d;border-radius:11px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}@media (max-width:5999px){.case-disabled_informer___maDg{padding:15px 20px}}.case-disabled_informerTitle__ZSHHK{margin-bottom:2px;color:#ffbf89;font-weight:800;font-size:16px;line-height:19px;text-transform:uppercase}@media (max-width:1200px){.case-disabled_informerTitle__ZSHHK{font-size:14px}}@media (max-width:5999px){.case-disabled_informerTitle__ZSHHK{font-size:13px}}@media (max-width:5999px){.case-disabled_informerTitle__ZSHHK{font-weight:700;font-size:12px}}.case-disabled_informerContent__xsrP_{color:#fff;font-size:14px;line-height:17px}@media (max-width:5999px){.case-disabled_informerContent__xsrP_{font-size:13px}}@media (max-width:5999px){.case-disabled_informerContent__xsrP_{font-size:12px;line-height:14px}}.case-disabled_btnWrapper__H0Oim{margin:20px 0 0}@media (max-width:1200px){.case-disabled_btnWrapper__H0Oim{margin:15px 0 0}}.case-disabled_button__GCY8t{position:relative;display:inline-block;max-width:100%;margin:6px 0 0;padding:24px 29px 24px 65px;overflow:hidden;color:#e9dee2;font-weight:800;font-size:15px;white-space:nowrap;text-transform:uppercase;text-decoration:none;text-overflow:ellipsis;background:#1b191e;border-radius:11px;cursor:pointer;transition:all .3s ease}.case-disabled_button__GCY8t:hover{color:#e9dee2;background:#221f25}@media (max-width:1200px){.case-disabled_button__GCY8t{padding:21px 20px 21px 50px;font-size:13px}}@media (max-width:5999px){.case-disabled_button__GCY8t{padding:19px 20px 19px 50px;font-size:12px}}.case-disabled_buttonIcon__hsB0h{position:absolute;top:0;bottom:0;left:24px;width:26px;height:26px;margin:auto}@media (max-width:1200px){.case-disabled_buttonIcon__hsB0h{top:2px;left:17px;width:22px;height:22px}}.case-points_component__3eMpG{position:relative;z-index:2;margin-top:-55px;text-align:center}@media (max-width:5999px){.case-points_component__3eMpG{padding:0 15px}}.case-points_refill__hCmUM .case-points_informer__GO22e{background-color:#e378824d}.case-points_refill__hCmUM .case-points_informerTitle__YRnK3{color:#ff7b7b}.case-points_refill__hCmUM .case-points_informerContent__P_C4I{color:#e9dddd}.case-points_unavailable__UJrPU .case-points_informer__GO22e{background-color:#9e93ac4d}.case-points_unavailable__UJrPU .case-points_informerTitle__YRnK3{color:#fff}.case-points_unavailable__UJrPU .case-points_informerContent__P_C4I{color:#fdf6ec}.case-points_informer__GO22e{display:inline-block;padding:17px 34px 14px;text-align:center;background-color:#ffc28e4d;border-radius:11px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}@media (max-width:5999px){.case-points_informer__GO22e{padding:15px 20px}}.case-points_informerTitle__YRnK3{margin-bottom:2px;color:#ffbf89;font-weight:800;font-size:16px;line-height:19px;text-transform:uppercase}@media (max-width:1200px){.case-points_informerTitle__YRnK3{font-size:14px}}@media (max-width:5999px){.case-points_informerTitle__YRnK3{font-size:13px}}@media (max-width:5999px){.case-points_informerTitle__YRnK3{font-weight:700;font-size:12px}}.case-points_informerContent__P_C4I{color:#fff;font-size:14px;line-height:17px}@media (max-width:5999px){.case-points_informerContent__P_C4I{font-size:13px}}@media (max-width:5999px){.case-points_informerContent__P_C4I{font-size:12px;line-height:14px}}.case-points_informerPoint__wxvkG:after{display:inline-block;width:18px;height:18px;margin-bottom:-2px;margin-left:4px;background-size:100%;content:""}@media (max-width:5999px){.case-points_informerPoint__wxvkG:after{width:15px;height:15px}}.case-points_btnWrapper__E0_Iu{margin:20px 0 0}@media (max-width:1200px){.case-points_btnWrapper__E0_Iu{margin:15px 0 0}}.case-points_btn__bexnp{position:relative;display:inline-block;margin-top:6px;padding:24px 40px;overflow:hidden;color:#4f2f12;font-weight:800;font-size:15px;text-transform:uppercase;background-color:#ffa860;border-radius:11px;transition:background-color .3s ease,color .3s ease}@media (max-width:1200px){.case-points_btn__bexnp{padding:21px 34px;font-size:13px}}@media (max-width:5999px){.case-points_btn__bexnp{padding:19px 28px;font-size:12px}}.case-points_btn__bexnp:hover{color:#684933;background-color:#ffb272}.case-points_btn__bexnp.case-points_loading__vieAF{cursor:wait;opacity:.7}.footer_component__A_7bi{display:flex;align-items:center;height:140px}@media (max-width:5999px){.footer_component__A_7bi{flex-wrap:wrap;justify-content:center;height:auto;margin-top:35px;margin-bottom:0}}@media (max-width:5999px){.footer_component__A_7bi{margin-top:30px}}.footer_component__A_7bi.footer_center__qgwkj{justify-content:center}.footer_component__A_7bi.footer_disabled__rE12G .footer_controlsList__LklUB{cursor:not-allowed}.footer_disabled__rE12G .footer_controlsLabel__ajPdO,.footer_disabled__rE12G .footer_fast__WoBWB{cursor:not-allowed;opacity:.5}.footer_fast__WoBWB.footer_on__ulqD4{background:#6c7bf81a;border-color:#6c7bf84d}.footer_fast__WoBWB.footer_on__ulqD4 svg path{fill:#6c7bf8}.main-content_list__Qxh_O{display:flex;align-items:center;height:100%}.main-content_component__HpVH_{position:relative;height:276px;background-color:#1a181d;border-radius:16px}@media (max-width:1800px){.main-content_component__HpVH_{height:230px}}@media (max-width:1200px){.main-content_component__HpVH_{height:200px}}@media (max-width:900px){.main-content_component__HpVH_{height:170px;border-radius:10px}}@media (max-width:599px){.main-content_component__HpVH_{height:150px}}.main-content_component__HpVH_.main-content_snowstorm__R0lrf{z-index:2}.main-content_component__HpVH_.main-content_snowstorm__R0lrf:after,.main-content_component__HpVH_.main-content_snowstorm__R0lrf:before{position:absolute;top:-117px;z-index:3;width:308px;height:447px;background-repeat:no-repeat;background-size:100%;content:"";pointer-events:none}@media (max-width:1800px){.main-content_component__HpVH_.main-content_snowstorm__R0lrf:after,.main-content_component__HpVH_.main-content_snowstorm__R0lrf:before{top:-97px;width:256px;height:374px}}@media (max-width:1200px){.main-content_component__HpVH_.main-content_snowstorm__R0lrf:after,.main-content_component__HpVH_.main-content_snowstorm__R0lrf:before{top:-85px;width:224px;height:326px}}@media (max-width:900px){.main-content_component__HpVH_.main-content_snowstorm__R0lrf:after,.main-content_component__HpVH_.main-content_snowstorm__R0lrf:before{top:-72px;width:190px;height:276px}}@media (max-width:599px){.main-content_component__HpVH_.main-content_snowstorm__R0lrf:after,.main-content_component__HpVH_.main-content_snowstorm__R0lrf:before{top:-63px;width:166px;height:241px}}.main-content_component__HpVH_.main-content_snowstorm__R0lrf .main-content_list__Qxh_O{position:relative;z-index:2;pointer-events:none}.token-chance_component__JMrte{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 12px;background:#ffb37414;border:1px solid rgba(255,179,116,.2);border-radius:8px;text-decoration:none;transition:all .3s ease;text-align:center}.token-chance_component__JMrte:hover{background:#ffb3741f;border-color:#ffb3744d}.token-chance_title__d2qn7{color:#ffb374;font-size:11px;font-weight:600;text-transform:uppercase}.token-chance_tokens__rIc7J{color:#fff;font-size:14px;font-weight:700}@media (max-width:599px){.token-chance_component__JMrte{padding:6px 10px;gap:2px}.token-chance_title__d2qn7{font-size:10px}.token-chance_tokens__rIc7J{font-size:12px}}@media (max-width:599px){.favourite_component___8jGv{position:absolute;top:-6px;right:0;width:32px;height:32px}}@media (max-width:599px){.favourite_icon__JHeqD{width:16px;height:16px}}.demo-toggle{position:relative;display:flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none}.demo-toggle input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.demo-toggle-slider{position:relative;width:44px;height:24px;background:#89848d4d;border-radius:12px;transition:background .3s ease;border:1px solid rgba(137,132,141,.5)}.demo-toggle-slider:before{content:"";position:absolute;height:18px;width:18px;left:3px;top:2px;background:#fff;border-radius:50%;transition:transform .3s ease}.demo-toggle input:checked+.demo-toggle-slider{background:#4cea9e;border-color:#4cea9e}.demo-toggle input:checked+.demo-toggle-slider:before{transform:translate(20px)}.demo-toggle input:disabled+.demo-toggle-slider{opacity:.5;cursor:not-allowed}.demo-toggle-label{color:#fff;font-size:14px;font-weight:600;white-space:nowrap}@media (max-width:599px){.demo-toggle{gap:6px}.demo-toggle-slider{width:36px;height:20px}.demo-toggle-slider:before{height:14px;width:14px;left:3px;top:2px}.demo-toggle input:checked+.demo-toggle-slider:before{transform:translate(16px)}.demo-toggle-label{font-size:12px}}.demo-toggle-inline{flex-shrink:0;white-space:nowrap}.demo-toggle-inline .demo-toggle-label{font-size:13px}@media (max-width:599px){.demo-toggle-inline{gap:4px}.demo-toggle-inline .demo-toggle-slider{width:32px;height:18px}.demo-toggle-inline .demo-toggle-slider:before{height:12px;width:12px}.demo-toggle-inline input:checked+.demo-toggle-slider:before{transform:translate(14px)}.demo-toggle-inline .demo-toggle-label{font-size:11px}}@keyframes spin_fade-in-top__lrJa9{0%{transform:translateY(-20px);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width:900px){@keyframes spin_fade-in-top__lrJa9{0%{transform:translateY(-6px);opacity:0}to{transform:translate(0);opacity:1}}}@keyframes spin_fade-in-bottom__cx4WL{0%{transform:translateY(20px);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width:900px){@keyframes spin_fade-in-bottom__cx4WL{0%{transform:translateY(6px);opacity:0}to{transform:translate(0);opacity:1}}}.spin_component__Tlfm1{position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;border-radius:16px;opacity:0;transition:opacity .3s ease}.spin_component__Tlfm1:after,.spin_component__Tlfm1:before{position:absolute;left:50%;z-index:2;width:16px;height:13px;margin-left:-8px;background-repeat:no-repeat;background-size:100%;content:""}.spin_component__Tlfm1:before{top:-6px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 22 19'%3E%3Cpath fill='%236c7bf8' d='M11 19L0 0h22z'/%3E%3C/svg%3E");animation:spin_fade-in-top__lrJa9 .5s ease}.spin_component__Tlfm1:after{bottom:-6px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 22 19'%3E%3Cpath fill='%236c7bf8' d='M11 0l11 19H0z'/%3E%3C/svg%3E");animation:spin_fade-in-bottom__cx4WL .5s ease}.spin_component__Tlfm1.spin_start__Mrjmw{opacity:1}.spin_wrapperInner__MIMKG,.spin_wrapper__QSZDh{position:relative;height:100%}.spin_wrapper__QSZDh{z-index:1;overflow:hidden;border-radius:16px}.spin_wrapper__QSZDh:after,.spin_wrapper__QSZDh:before{position:absolute;top:0;z-index:1;width:180px;height:100%;content:""}@media (max-width:1200px){.spin_wrapper__QSZDh:after,.spin_wrapper__QSZDh:before{width:140px}}@media (max-width:599px){.spin_wrapper__QSZDh:after,.spin_wrapper__QSZDh:before{width:40px}}.spin_wrapper__QSZDh:before{left:0;background:linear-gradient(90deg,#1a181d,#1a181d00);border-radius:16px 0 0 16px}.spin_wrapper__QSZDh:after{top:0;right:0;background:linear-gradient(90deg,#1a181d00,#1a181d);border-radius:0 16px 16px 0}.spin_inner__l5re3{position:relative;left:50%;max-width:100%;height:100%;will-change:transform}.spin_list__n1gXL{display:flex;height:100%;will-change:transform}.spin-item_component__DdtE4{position:relative;flex-shrink:0;width:220px;height:100%;margin-right:2px;overflow:hidden;background:linear-gradient(180deg,#494e5400 10%,#828a963c 83.46%),#201f2b;border-radius:10px;transition:opacity .6s ease .4s,transform 1.2s ease .7s}@media (max-width:1800px){.spin-item_component__DdtE4{width:185px}}@media (max-width:1200px){.spin-item_component__DdtE4{width:160px}}@media (max-width:900px){.spin-item_component__DdtE4{width:140px}}@media (max-width:9000px){.spin-item_component__DdtE4{width:120px}}.spin-item_component__DdtE4:before{position:absolute;right:0;bottom:0;left:0;width:calc(100% - 100px);height:2px;margin:auto;border-radius:2px;transition:transform .3s;content:""}@media (max-width:900px){.spin-item_component__DdtE4:before{width:calc(100% - 80px)}}.spin-item_component__DdtE4:after{position:absolute;top:70px;right:0;left:0;width:108px;height:108px;margin:auto;background-repeat:no-repeat;background-size:100%;transition:opacity .3s ease;content:""}@media (max-width:1800px){.spin-item_component__DdtE4:after{top:60px;width:90px;height:90px}}@media (max-width:1200px){.spin-item_component__DdtE4:after{top:55px;width:70px;height:70px}}@media (max-width:900px){.spin-item_component__DdtE4:after{top:45px;width:60px;height:60px}}@media (max-width:9000px){.spin-item_component__DdtE4:after{top:38px;width:54px;height:54px}}.spin-item_component__DdtE4.spin-item_industrial__MLQdy{background:linear-gradient(1turn,#2c3159,#272127 57.61%)}.spin-item_component__DdtE4.spin-item_industrial__MLQdy:before{background:#5776e4;box-shadow:0 -6px 60px 12px #839eff4d}.spin-item_component__DdtE4.spin-item_consumer__bQiZp{background:linear-gradient(1turn,#463c46,#272127 57.61%)}.spin-item_component__DdtE4.spin-item_consumer__bQiZp:before{background:#969396;box-shadow:0 -6px 60px 12px #cdcdcd4d}.spin-item_component__DdtE4.spin-item_milspec__52w4S{background:linear-gradient(1turn,#324549,#272127 57.61%)}.spin-item_component__DdtE4.spin-item_milspec__52w4S:before{background:#79a8ca;box-shadow:0 -6px 60px 12px #5cf5ff4d}.spin-item_component__DdtE4.spin-item_knife__VPpG2{background:linear-gradient(1turn,#3d3026,#272127 57.61%)}.spin-item_component__DdtE4.spin-item_knife__VPpG2:before{background:#db975d;box-shadow:0 -6px 60px 12px #cd814280}.spin-item_component__DdtE4.spin-item_restricted__S0H7P{background:linear-gradient(1turn,#463050,#272127 56.88%)}.spin-item_component__DdtE4.spin-item_restricted__S0H7P:before{background:#7750e4;box-shadow:0 -6px 60px 12px #9664ff4d}.spin-item_component__DdtE4.spin-item_classified__w0551{background:linear-gradient(1turn,#4e2f41,#272127 58.14%)}.spin-item_component__DdtE4.spin-item_classified__w0551:before{background:#c55980;box-shadow:0 -6px 60px 12px #ff94ba4d}.spin-item_component__DdtE4.spin-item_covert__yDID8{background:linear-gradient(1turn,#3e2a2c,#272127 58.59%)}.spin-item_component__DdtE4.spin-item_covert__yDID8:before{background:#da5763;box-shadow:0 -6px 60px 12px #e2515e80}.spin-item_component__DdtE4.spin-item_hidden__I5Asg,.spin-item_component__DdtE4.spin-item_next__qgWB4,.spin-item_component__DdtE4.spin-item_prev__M_UHJ{opacity:.25}.spin-item_component__DdtE4.spin-item_winner__cEkmu{transform:scale(.97);transition:transform .5s ease .3s;position:relative;overflow:visible}.spin-item_component__DdtE4.spin-item_covert__yDID8.spin-item_winner__cEkmu:before{content:"";position:absolute;top:-20px;left:-20px;right:-20px;bottom:-20px;background:radial-gradient(circle,rgba(218,87,99,.5) 0%,transparent 70%);border-radius:16px;animation:winner-glow 1.5s ease-in-out infinite;z-index:-1}.spin-item_component__DdtE4.spin-item_classified__w0551.spin-item_winner__cEkmu:before{content:"";position:absolute;top:-20px;left:-20px;right:-20px;bottom:-20px;background:radial-gradient(circle,rgba(197,89,128,.5) 0%,transparent 70%);border-radius:16px;animation:winner-glow 1.5s ease-in-out infinite;z-index:-1}.spin-item_component__DdtE4.spin-item_restricted__S0H7P.spin-item_winner__cEkmu:before{content:"";position:absolute;top:-20px;left:-20px;right:-20px;bottom:-20px;background:radial-gradient(circle,rgba(119,80,228,.5) 0%,transparent 70%);border-radius:16px;animation:winner-glow 1.5s ease-in-out infinite;z-index:-1}.spin-item_component__DdtE4.spin-item_industrial__MLQdy.spin-item_winner__cEkmu:before{content:"";position:absolute;top:-20px;left:-20px;right:-20px;bottom:-20px;background:radial-gradient(circle,rgba(87,118,228,.5) 0%,transparent 70%);border-radius:16px;animation:winner-glow 1.5s ease-in-out infinite;z-index:-1}.spin-item_component__DdtE4.spin-item_consumer__bQiZp.spin-item_winner__cEkmu:before{content:"";position:absolute;top:-20px;left:-20px;right:-20px;bottom:-20px;background:radial-gradient(circle,rgba(150,147,150,.5) 0%,transparent 70%);border-radius:16px;animation:winner-glow 1.5s ease-in-out infinite;z-index:-1}.spin-item_component__DdtE4.spin-item_milspec__52w4S.spin-item_winner__cEkmu:before{content:"";position:absolute;top:-20px;left:-20px;right:-20px;bottom:-20px;background:radial-gradient(circle,rgba(121,168,202,.5) 0%,transparent 70%);border-radius:16px;animation:winner-glow 1.5s ease-in-out infinite;z-index:-1}.spin-item_component__DdtE4.spin-item_knife__VPpG2.spin-item_winner__cEkmu:before{content:"";position:absolute;top:-20px;left:-20px;right:-20px;bottom:-20px;background:radial-gradient(circle,rgba(219,151,93,.6) 0%,transparent 70%);border-radius:16px;animation:winner-glow 1.5s ease-in-out infinite;z-index:-1}@keyframes winner-glow{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.spin-item_component__DdtE4.spin-item_winner__cEkmu .spin-item_logo___LN7r{transform:scale(1.15);opacity:1;transition:transform .8s ease .5s,opacity .8s ease .5s}.spin-item_component__DdtE4.spin-item_covert__yDID8.spin-item_winner__cEkmu .spin-item_logo___LN7r{filter:drop-shadow(0 0 20px rgba(218,87,99,.8))}.spin-item_component__DdtE4.spin-item_classified__w0551.spin-item_winner__cEkmu .spin-item_logo___LN7r{filter:drop-shadow(0 0 20px rgba(197,89,128,.8))}.spin-item_component__DdtE4.spin-item_restricted__S0H7P.spin-item_winner__cEkmu .spin-item_logo___LN7r{filter:drop-shadow(0 0 20px rgba(119,80,228,.8))}.spin-item_component__DdtE4.spin-item_industrial__MLQdy.spin-item_winner__cEkmu .spin-item_logo___LN7r{filter:drop-shadow(0 0 20px rgba(87,118,228,.8))}.spin-item_component__DdtE4.spin-item_winner__cEkmu .spin-item_logo___LN7r:after{transform:scale(1) rotate(360deg);opacity:1;transition:transform 2s ease 1s,opacity 2s ease 1s}.spin-item_component__DdtE4.spin-item_winner__cEkmu .spin-item_logo___LN7r:before{transform:scale(1) rotate(360deg);opacity:1;transition:transform 2s ease 1.2s,opacity 2s ease 1.2s}.spin-item_component__DdtE4.spin-item_winner__cEkmu .spin-item_image__MLUz3{transform:scale(1.1);transition:transform .8s ease .6s;filter:brightness(1.1)}.spin-item_component__DdtE4.spin-item_covert__yDID8.spin-item_winner__cEkmu .spin-item_image__MLUz3{filter:drop-shadow(0 0 15px rgba(218,87,99,.6)) brightness(1.1);animation:winner-image-glow-red 2s ease-in-out infinite}.spin-item_component__DdtE4.spin-item_classified__w0551.spin-item_winner__cEkmu .spin-item_image__MLUz3{filter:drop-shadow(0 0 15px rgba(197,89,128,.6)) brightness(1.1);animation:winner-image-glow-pink 2s ease-in-out infinite}.spin-item_component__DdtE4.spin-item_restricted__S0H7P.spin-item_winner__cEkmu .spin-item_image__MLUz3{filter:drop-shadow(0 0 15px rgba(119,80,228,.6)) brightness(1.1);animation:winner-image-glow-purple 2s ease-in-out infinite}.spin-item_component__DdtE4.spin-item_industrial__MLQdy.spin-item_winner__cEkmu .spin-item_image__MLUz3{filter:drop-shadow(0 0 15px rgba(87,118,228,.6)) brightness(1.1);animation:winner-image-glow-blue 2s ease-in-out infinite}@keyframes winner-image-glow-red{0%,to{filter:drop-shadow(0 0 15px rgba(218,87,99,.6)) brightness(1.1)}50%{filter:drop-shadow(0 0 25px rgba(218,87,99,.9)) brightness(1.2)}}@keyframes winner-image-glow-pink{0%,to{filter:drop-shadow(0 0 15px rgba(197,89,128,.6)) brightness(1.1)}50%{filter:drop-shadow(0 0 25px rgba(197,89,128,.9)) brightness(1.2)}}@keyframes winner-image-glow-purple{0%,to{filter:drop-shadow(0 0 15px rgba(119,80,228,.6)) brightness(1.1)}50%{filter:drop-shadow(0 0 25px rgba(119,80,228,.9)) brightness(1.2)}}@keyframes winner-image-glow-blue{0%,to{filter:drop-shadow(0 0 15px rgba(87,118,228,.6)) brightness(1.1)}50%{filter:drop-shadow(0 0 25px rgba(87,118,228,.9)) brightness(1.2)}}.spin-item_imageWrapper__QzEC2{position:absolute;top:54px;left:0;z-index:2;width:100%;text-align:center}@media (max-width:1200px){.spin-item_imageWrapper__QzEC2{top:39px}}@media (max-width:9000px){.spin-item_imageWrapper__QzEC2{top:35px}}.spin-item_image__MLUz3{width:150px;height:112px;object-fit:contain;transition:transform 1.2s ease .7s;margin:0 auto;display:flex;align-items:flex-start;justify-content:center}.spin-item_image__MLUz3 img{width:100%;height:100%;object-fit:contain}.spin-item_image__MLUz3 svg{width:120%!important;height:120%!important;max-width:120%!important;max-height:120%!important;object-fit:contain;transform:scale(1.2);margin-top:-20px;vertical-align:top}@media (max-width:1800px){.spin-item_image__MLUz3{width:126px;height:95px}}@media (max-width:1200px){.spin-item_image__MLUz3{width:120px;height:90px}}@media (max-width:900px){.spin-item_image__MLUz3{width:100px;height:75px}}@media (max-width:9000px){.spin-item_image__MLUz3{width:80px;height:60px}}.spin-item_logo___LN7r{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .3s,transform .3s}.spin-item_footer__GuFoZ{position:absolute;bottom:15px;left:0;z-index:3;width:100%;padding:0 15px;text-align:center}.spin-item_price__value{position:absolute;top:10px;right:10px;z-index:3;color:#6c7bf8;font-weight:700;font-size:14px;line-height:16px;text-shadow:0 2px 4px rgba(0,0,0,.5)}@media (max-width:1800px){.spin-item_price__value{font-size:12px;top:8px;right:8px}}@media (max-width:900px){.spin-item_price__value{font-size:11px;top:6px;right:6px}}@media (max-width:9000px){.spin-item_price__value{font-size:10px;top:5px;right:5px}}@media (max-width:1800px){.spin-item_footer__GuFoZ{bottom:32px;padding:0 10px}}@media (max-width:9000px){.spin-item_footer__GuFoZ{bottom:5px}}.spin-item_title__AcdgW{margin:0 0 2px;background:linear-gradient(0deg,#e8ecff,#a8b3f8 161.29%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);font-weight:300;font-size:15px;line-height:18px;word-wrap:break-word;overflow-wrap:break-word;white-space:normal}.spin-item_subtitle__IFA4D{color:#eee9e7;font-weight:700;font-size:13px;line-height:16px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media (max-width:1800px){.spin-item_subtitle__IFA4D,.spin-item_title__AcdgW{font-size:12px;line-height:14px}}@keyframes slots_fade-in-right__MU_w8{0%{transform:translate(20px);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width:900px){@keyframes slots_fade-in-right__MU_w8{0%{transform:translate(6px);opacity:0}to{transform:translate(0);opacity:1}}}@keyframes slots_fade-in-left__fm4oJ{0%{transform:translate(-20px);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width:900px){@keyframes slots_fade-in-left__fm4oJ{0%{transform:translate(-6px);opacity:0}to{transform:translate(0);opacity:1}}}.slots_component__siPMP{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0}.slots_component__siPMP:after,.slots_component__siPMP:before{position:absolute;top:50%;width:16px;height:20px;margin-top:-10px;content:""}@media (max-width:900px){.slots_component__siPMP:after,.slots_component__siPMP:before{width:13px;height:16px;margin-top:-8px}}@media (max-width:599px){.slots_component__siPMP:after,.slots_component__siPMP:before{width:10px;height:12px;margin-top:-6px}}.slots_component__siPMP:before{left:0;margin-left:-11px;animation:slots_fade-in-left__fm4oJ .5s ease}@media (max-width:900px){.slots_component__siPMP:before{margin-left:-8px}}@media (max-width:599px){.slots_component__siPMP:before{margin-left:-4px}}.slots_component__siPMP:after{right:0;margin-right:-11px;animation:slots_fade-in-right__MU_w8 .5s ease}@media (max-width:900px){.slots_component__siPMP:after{margin-right:-8px}}@media (max-width:599px){.slots_component__siPMP:after{margin-right:-4px}}.slots_component__siPMP.slots_two__nlZe8 .slots_item__hRBAM{width:50%}.slots_component__siPMP.slots_three__VENNL .slots_item__hRBAM{width:33.333%}.slots_component__siPMP.slots_four__sSXno .slots_item__hRBAM{width:25%}.slots_component__siPMP.slots_five__bMGKP .slots_item__hRBAM{width:20%}.slots_list__4mOMX{width:100%}.slots_item__hRBAM,.slots_list__4mOMX{position:relative;display:flex;height:100%}.slots_item__hRBAM{align-items:flex-start;justify-content:center;overflow:hidden;padding-top:10%}@media (max-width:900px){.slots_item__hRBAM{padding-top:8%}}@media (max-width:599px){.slots_item__hRBAM{padding-top:5%}}.slots_item__hRBAM+.slots_item__hRBAM{border-left:1px solid #120f12}.slots_item__hRBAM:after,.slots_item__hRBAM:before{position:absolute;z-index:39;width:100%;height:28px;border-radius:16px;content:""}.slots_item__hRBAM .slot_component__TrkA0:before,.slots_item__hRBAM .slot_component__TrkA0:after{position:absolute;left:50%;z-index:40;width:16px;height:13px;margin-left:-8px;background-repeat:no-repeat;background-size:100%;content:""}.slots_item__hRBAM .slot_component__TrkA0:before{top:-6px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 22 19'%3E%3Cpath fill='%236c7bf8' d='M11 19L0 0h22z'/%3E%3C/svg%3E");animation:spin_fade-in-top__lrJa9 .5s ease}.slots_item__hRBAM .slot_component__TrkA0:after{bottom:-6px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 22 19'%3E%3Cpath fill='%236c7bf8' d='M11 0l11 19H0z'/%3E%3C/svg%3E");animation:spin_fade-in-bottom__cx4WL .5s ease}@media (max-width:1800px){.slots_item__hRBAM:after,.slots_item__hRBAM:before{height:19px}}.slots_item__hRBAM:before{top:0;left:0;background:linear-gradient(0deg,#0a091300,#1a181d)}.slots_item__hRBAM:after{bottom:0;left:0;background:linear-gradient(180deg,#0a091300,#1a181d)}.slot_component__TrkA0{position:relative;width:85%;height:70%;margin:0 auto;perspective:1100px}@media (max-width:1200px){.slot_component__TrkA0{height:68%;width:83%}}@media (max-width:900px){.slot_component__TrkA0{height:64%;width:80%}}@media (max-width:599px){.slot_component__TrkA0{width:78%;height:60%}}.slot_list__R1tYf{transform-style:preserve-3d;will-change:transform;position:absolute;width:100%;height:100%}.slot_item__Jug3S{position:absolute;width:100%;height:100%;top:0;left:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes slot-item_case-slot-info__nVaos{33%,to{transform:translateY(0) scale(1);opacity:1}}.slot-item_component__SdKpX{position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity 1.2s ease-in-out 1s}.slot-item_component__SdKpX:after{opacity:0;transition:opacity .5s ease-in-out 1s;content:""}.slot-item_fast__aN_Dw{transition:opacity .5s ease-in-out .6s}.slot-item_fast__aN_Dw.slot-item_winner__KJaXK .slot-item_btnWrapper__74zl3,.slot-item_fast__aN_Dw.slot-item_winner__KJaXK .slot-item_price__gzC5w,.slot-item_fast__aN_Dw.slot-item_winner__KJaXK .slot-item_subtitle__H6jIN,.slot-item_fast__aN_Dw.slot-item_winner__KJaXK .slot-item_title__MVT4n{animation:slot-item_case-slot-info__nVaos .5s ease-in-out forwards}.slot-item_fast__aN_Dw.slot-item_winner__KJaXK .slot-item_title__MVT4n{animation-delay:.1s}.slot-item_fast__aN_Dw.slot-item_winner__KJaXK .slot-item_subtitle__H6jIN{animation-delay:.15s}.slot-item_fast__aN_Dw.slot-item_winner__KJaXK .slot-item_price__gzC5w{animation-delay:.1s}.slot-item_fast__aN_Dw.slot-item_winner__KJaXK .slot-item_btnWrapper__74zl3{animation-delay:.2s}.slot-item_fast__aN_Dw:after{transition:opacity .3s ease-in-out .3s}.slot-item_fast__aN_Dw .slot-item_inner__4ruXl{transition:transform .4s ease-in-out .2s}.slot-item_fast__aN_Dw .slot-item_logo__2XEQo:before{transition-delay:.5s}.slot-item_winner__KJaXK{z-index:40;position:relative;overflow:visible}.slot-item_covert__u_8Ul.slot-item_winner__KJaXK:before{content:"";position:absolute;top:-20px;left:-20px;right:-20px;bottom:-20px;background:radial-gradient(circle,rgba(218,87,99,.5) 0%,transparent 70%);border-radius:16px;animation:winner-glow 1.5s ease-in-out infinite;z-index:-1}.slot-item_classified__8YO_M.slot-item_winner__KJaXK:before{content:"";position:absolute;top:-20px;left:-20px;right:-20px;bottom:-20px;background:radial-gradient(circle,rgba(197,89,128,.5) 0%,transparent 70%);border-radius:16px;animation:winner-glow 1.5s ease-in-out infinite;z-index:-1}.slot-item_restricted__b5GYs.slot-item_winner__KJaXK:before{content:"";position:absolute;top:-20px;left:-20px;right:-20px;bottom:-20px;background:radial-gradient(circle,rgba(119,80,228,.5) 0%,transparent 70%);border-radius:16px;animation:winner-glow 1.5s ease-in-out infinite;z-index:-1}.slot-item_industrial__t55JN.slot-item_winner__KJaXK:before{content:"";position:absolute;top:-20px;left:-20px;right:-20px;bottom:-20px;background:radial-gradient(circle,rgba(87,118,228,.5) 0%,transparent 70%);border-radius:16px;animation:winner-glow 1.5s ease-in-out infinite;z-index:-1}.slot-item_winner__KJaXK .slot-item_inner__4ruXl{transform:scale(1.15)}.slot-item_covert__u_8Ul.slot-item_winner__KJaXK .slot-item_inner__4ruXl{filter:drop-shadow(0 0 20px rgba(218,87,99,.8))}.slot-item_classified__8YO_M.slot-item_winner__KJaXK .slot-item_inner__4ruXl{filter:drop-shadow(0 0 20px rgba(197,89,128,.8))}.slot-item_restricted__b5GYs.slot-item_winner__KJaXK .slot-item_inner__4ruXl{filter:drop-shadow(0 0 20px rgba(119,80,228,.8))}.slot-item_industrial__t55JN.slot-item_winner__KJaXK .slot-item_inner__4ruXl{filter:drop-shadow(0 0 20px rgba(87,118,228,.8))}.slot-item_covert__u_8Ul.slot-item_winner__KJaXK .slot-item_image__F3i9j{filter:drop-shadow(0 0 15px rgba(218,87,99,.6)) brightness(1.1);animation:winner-image-glow-red 2s ease-in-out infinite}.slot-item_classified__8YO_M.slot-item_winner__KJaXK .slot-item_image__F3i9j{filter:drop-shadow(0 0 15px rgba(197,89,128,.6)) brightness(1.1);animation:winner-image-glow-pink 2s ease-in-out infinite}.slot-item_restricted__b5GYs.slot-item_winner__KJaXK .slot-item_image__F3i9j{filter:drop-shadow(0 0 15px rgba(119,80,228,.6)) brightness(1.1);animation:winner-image-glow-purple 2s ease-in-out infinite}.slot-item_industrial__t55JN.slot-item_winner__KJaXK .slot-item_image__F3i9j{filter:drop-shadow(0 0 15px rgba(87,118,228,.6)) brightness(1.1);animation:winner-image-glow-blue 2s ease-in-out infinite}.slot-item_winner__KJaXK .slot-item_btnWrapper__74zl3,.slot-item_winner__KJaXK .slot-item_price__gzC5w,.slot-item_winner__KJaXK .slot-item_subtitle__H6jIN,.slot-item_winner__KJaXK .slot-item_title__MVT4n{animation:slot-item_case-slot-info__nVaos .8s ease-in-out forwards}.slot-item_winner__KJaXK .slot-item_price__gzC5w{transform:translateY(70%) scale(.85);animation-delay:.3s}.slot-item_winner__KJaXK .slot-item_logo__2XEQo:before{transform:scale(1) rotate(1turn);opacity:1}.slot-item_winner__KJaXK .slot-item_title__MVT4n{transform:translateY(70%) scale(.85);animation-delay:.3s}.slot-item_winner__KJaXK .slot-item_subtitle__H6jIN{animation-delay:.35s}.slot-item_winner__KJaXK .slot-item_btnWrapper__74zl3{animation-delay:.4s}.slot-item_postWinner___6eTm,.slot-item_preWinner__uUnip{opacity:0}.slot-item_postWinner___6eTm:after,.slot-item_preWinner__uUnip:after{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;opacity:1}.slot-item_preWinner__uUnip:after{background:linear-gradient(180deg,#1b1b24 30%,transparent)}.slot-item_postWinner___6eTm:after{background:linear-gradient(0deg,#1b1b24 30%,transparent)}.slot-item_inner__4ruXl{position:relative;height:100%;transition:transform .6s ease-in-out .5s;will-change:transform}.slot-item_price__gzC5w{position:absolute;top:5px;right:12px;z-index:5;color:#6c7bf8;font-weight:700;font-size:16px;opacity:0}@media (max-width:1800px){.slot-item_price__gzC5w{font-size:14px}}@media (max-width:1200px){.slot-item_price__gzC5w{font-size:12px}}@media (max-width:900px){.slot-item_price__gzC5w{margin:0;font-size:10px;right:10px}}@media (max-width:599px){.slot-item_price__gzC5w{font-size:9px;text-align:center;right:8px}}.slot-item_logo__2XEQo,.slot-item_logo__2XEQo:after{position:absolute;top:0;right:0;left:0;width:125px;height:125px;margin:auto;background-repeat:no-repeat;background-size:100%}@media (max-width:1800px){.slot-item_logo__2XEQo,.slot-item_logo__2XEQo:after{width:105px;height:105px}}@media (max-width:1200px){.slot-item_logo__2XEQo,.slot-item_logo__2XEQo:after{width:88px;height:88px}}@media (max-width:900px){.slot-item_logo__2XEQo,.slot-item_logo__2XEQo:after{width:68px;height:68px}}@media (max-width:599px){.slot-item_logo__2XEQo,.slot-item_logo__2XEQo:after{width:45px;height:45px}}.slot-item_logo__2XEQo:before{position:absolute;top:0;right:0;bottom:0;left:-52px;width:230px;height:230px;margin:auto;background-repeat:no-repeat;background-size:100%;transform:scale(.4);opacity:0;transition:opacity 1s,transform 1s;transition-delay:1s;content:""}@media (max-width:1800px){.slot-item_logo__2XEQo:before{left:-44px;width:193px;height:193px}}@media (max-width:1200px){.slot-item_logo__2XEQo:before{left:-38px;width:162px;height:162px}}@media (max-width:900px){.slot-item_logo__2XEQo:before{left:-30px;width:126px;height:126px}}@media (max-width:599px){.slot-item_logo__2XEQo:before{left:-19px;width:83px;height:83px}}.slot-item_logo__2XEQo:after{z-index:2;filter:drop-shadow(0 6px 30px rgba(150,147,150,.06));content:""}.slot-item_imageWrapper__g_85_{position:absolute;right:0;left:0;z-index:3;display:flex;align-items:flex-start;justify-content:center;width:100%;height:100%}@media (max-width:599px){.slot-item_imageWrapper__g_85_{padding-top:10px}}.slot-item_image__F3i9j{width:140px;height:auto}@media (max-width:1800px){.slot-item_image__F3i9j{width:120px}}@media (max-width:1200px){.slot-item_image__F3i9j{width:100px}}@media (max-width:900px){.slot-item_image__F3i9j{width:80px}}@media (max-width:599px){.slot-item_image__F3i9j{width:55px}}.slot-item_info__xWU_E{position:absolute;bottom:-75px;left:0;z-index:5;width:100%;padding:0 22px;font-size:14px;text-align:center}@media (max-width:1800px){.slot-item_info__xWU_E{bottom:-70px;padding:0 18px}}@media (max-width:1200px){.slot-item_info__xWU_E{bottom:-64px;padding:0 15px;font-size:12px}}@media (max-width:900px){.slot-item_info__xWU_E{bottom:-56px;padding:0 10px;font-size:11px}}@media (max-width:599px){.slot-item_info__xWU_E{bottom:-30px;padding:0 8px;font-size:10px}}.slot-item_subtitle__H6jIN,.slot-item_title__MVT4n{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.slot-item_title__MVT4n{color:#f5e7f5b3;font-size:18px;line-height:21px;transform:translateY(75%) scale(.8);opacity:0;word-wrap:break-word;overflow-wrap:break-word;white-space:normal}@media (max-width:1800px){.slot-item_title__MVT4n{font-size:16px;line-height:19px}}@media (max-width:1200px){.slot-item_title__MVT4n{font-size:14px;line-height:17px}}@media (max-width:900px){.slot-item_title__MVT4n{font-size:12px;line-height:15px}}@media (max-width:599px){.slot-item_title__MVT4n{margin-bottom:0;font-size:10px;line-height:13px}}.slot-item_subtitle__H6jIN{margin:2px 0 14px;color:#eee9e7;font-weight:700;font-size:16px;line-height:19px;transform:translateY(75%) scale(.75);opacity:0;word-wrap:break-word;overflow-wrap:break-word;white-space:normal}@media (max-width:1800px){.slot-item_subtitle__H6jIN{font-size:15px;line-height:18px}}@media (max-width:1200px){.slot-item_subtitle__H6jIN{font-size:14px;line-height:17px}}@media (max-width:900px){.slot-item_subtitle__H6jIN{font-size:12px;line-height:15px;margin-bottom:10px}}@media (max-width:599px){.slot-item_subtitle__H6jIN{margin:0 0 10px;font-size:10px;line-height:13px}}.slot-item_btnWrapper__74zl3{transform:translateY(50%) scale(.75);opacity:0}.slot-item_btn__kZRU9{position:relative;z-index:10;display:inline-block;height:36px;padding:0 18px;color:#135133;font-weight:800;font-size:13px;text-transform:uppercase;background-color:#4cea9e;border-radius:8px;transition:background-color .3s ease,color .3s ease;white-space:nowrap}@media (max-width:1800px){.slot-item_btn__kZRU9{height:34px;font-size:12px;padding:0 16px}}@media (max-width:1200px){.slot-item_btn__kZRU9{height:32px;font-size:11px;padding:0 14px}}@media (max-width:900px){.slot-item_btn__kZRU9{padding:0 12px;font-size:10px;border-radius:6px;height:28px}}@media (max-width:599px){.slot-item_btn__kZRU9{font-size:9px;padding:0 10px;height:24px}}.slot-item_btn__kZRU9:hover{background:#51ffab}.slot-item_btnSold__Fqy1z{cursor:default}.slot-item_btnSold__Fqy1z,.slot-item_btnSold__Fqy1z:hover{color:#64ce82;background-color:#405847}.slot-item_btn__kZRU9:disabled{cursor:not-allowed;opacity:.6}.slot-item_component__SdKpX.slot-item_default__Ubxqa .slot-item_logo__2XEQo:after{filter:drop-shadow(0 3px 30px rgba(150,147,150,.1))}.slot-item_component__SdKpX.slot-item_default__Ubxqa .slot-item_logo__2XEQo:before{filter:drop-shadow(0 3px 30px rgba(150,147,150,.1))}.slot-item_component__SdKpX.slot-item_industrial__t55JN .slot-item_logo__2XEQo:after{filter:drop-shadow(0 3px 30px rgba(89,117,216,.1))}.slot-item_component__SdKpX.slot-item_industrial__t55JN .slot-item_logo__2XEQo:before{filter:drop-shadow(0 3px 30px rgba(89,117,216,.1))}.slot-item_component__SdKpX.slot-item_restricted__b5GYs .slot-item_logo__2XEQo:after{filter:drop-shadow(0 3px 30px rgba(132,88,255,.1))}.slot-item_component__SdKpX.slot-item_restricted__b5GYs .slot-item_logo__2XEQo:before{filter:drop-shadow(0 3px 30px rgba(132,88,255,.1))}.slot-item_component__SdKpX.slot-item_classified__8YO_M .slot-item_logo__2XEQo:after{filter:drop-shadow(0 3px 30px rgba(197,89,128,.1))}.slot-item_component__SdKpX.slot-item_classified__8YO_M .slot-item_logo__2XEQo:before{filter:drop-shadow(0 3px 30px rgba(197,89,128,.1))}.slot-item_component__SdKpX.slot-item_covert__u_8Ul .slot-item_logo__2XEQo:after{filter:drop-shadow(0 3px 30px rgba(218,87,99,.1))}.slot-item_component__SdKpX.slot-item_covert__u_8Ul .slot-item_logo__2XEQo:before{filter:drop-shadow(0 3px 30px rgba(218,87,99,.1))}.footer_fast__WoBWB.footer_on__ulqD4 svg path{fill:#4cea9e}.footer_fastWrapper__0Dl_Y{display:flex;gap:10px}@media (max-width:900px){.footer_fastWrapper__0Dl_Y{flex-wrap:wrap;justify-content:center}}.win-buttons_component__ctM8m{display:grid;grid-template-columns:repeat(3,auto);grid-gap:10px;gap:10px}@media (max-width:900px){.win-buttons_component__ctM8m{grid-template-columns:repeat(2,auto);justify-items:center}}@media (max-width:599px){.win-buttons_component__ctM8m{grid-template-columns:repeat(1,1fr);width:100%}}.win-buttons_btn__lmd1F{position:relative;display:grid;grid-template-columns:auto auto;grid-gap:8px;gap:8px;align-items:center;justify-content:center;height:64px;padding:0 28px;color:#a8b3f8;background-color:#0000;border-radius:11px;transition:color .3s ease,background-color .3s ease;cursor:pointer;border:none}@media (max-width:1200px){.win-buttons_btn__lmd1F{height:56px;padding:0 20px}}@media (max-width:900px){.win-buttons_btn__lmd1F{height:52px;padding:0 16px}}@media (max-width:599px){.win-buttons_btn__lmd1F{width:100%;height:46px;border-radius:8px}}.win-buttons_btn__lmd1F.win-buttons_contract__mutyH{color:#f0f3ff;background-color:#5c74ca}@media (hover:hover){.win-buttons_btn__lmd1F.win-buttons_contract__mutyH:hover{color:#f0f3ff;background-color:#617cda}}.win-buttons_btn__lmd1F.win-buttons_contract__mutyH:hover{color:#f0f3ff}.win-buttons_btn__lmd1F.win-buttons_contract__mutyH:active{color:#f0f3ff;background-color:#617cda}.win-buttons_btn__lmd1F.win-buttons_contract__mutyH path{fill:#cfdaff}@media (max-width:900px){.win-buttons_btn__lmd1F.win-buttons_contract__mutyH{grid-column:1/3}}@media (max-width:599px){.win-buttons_btn__lmd1F.win-buttons_contract__mutyH{grid-column-end:unset}}.win-buttons_btn__lmd1F.win-buttons_again__hlqng{color:#1a1f4d;background-color:#6c7bf8}@media (hover:hover){.win-buttons_btn__lmd1F.win-buttons_again__hlqng:hover{background-color:#8f9bf8}}.win-buttons_btn__lmd1F.win-buttons_again__hlqng:active{background-color:#8f9bf8}.win-buttons_btn__lmd1F.win-buttons_sell__41xZP{color:#fff1ef;background-color:#d0585c}@media (hover:hover){.win-buttons_btn__lmd1F.win-buttons_sell__41xZP:hover{background-color:#de5d62}}.win-buttons_btn__lmd1F.win-buttons_sell__41xZP:active{background-color:#de5d62}.win-buttons_btn__lmd1F.win-buttons_sell__41xZP:disabled{background-color:#405847;color:#64ce82;cursor:not-allowed;opacity:.8}.win-buttons_btn__lmd1F span{overflow:hidden;font-weight:800;font-size:14px;white-space:nowrap;text-transform:uppercase;text-overflow:ellipsis}@media (max-width:1200px){.win-buttons_btn__lmd1F span{font-size:13px}}@media (max-width:900px){.win-buttons_btn__lmd1F span{font-size:12px}}@media (max-width:599px){.win-buttons_btn__lmd1F span{font-size:12px}}.win-buttons_btnIcon__kBxYj{width:30px;height:30px}@media (max-width:1200px){.win-buttons_btnIcon__kBxYj{width:26px;height:26px}}@media (max-width:599px){.win-buttons_btnIcon__kBxYj{width:24px;height:24px}}.footer_center__qgwkj{justify-content:center}.case-header_component__K1_J1{position:relative;z-index:3;display:grid;grid-auto-flow:column;grid-gap:16px;gap:16px;align-items:center;justify-content:space-between;margin-bottom:23px}@media (max-width:1200px){.case-header_component__K1_J1{margin-bottom:20px}}@media (max-width:599px){.case-header_component__K1_J1{grid-auto-columns:1fr;grid-auto-flow:row;gap:24px;margin-bottom:18px}}.case-header_main__cV0kc{display:grid;grid-auto-flow:column;grid-gap:16px;gap:16px;align-items:center}.case-header_title__clKWH{overflow:hidden;font-weight:300;font-size:30px;line-height:36px;text-overflow:ellipsis}@supports ((-webkit-background-clip:text) or (background-clip:text)){.case-header_title__clKWH{background:linear-gradient(0deg,#e8ecff,#a8b3f8 161.29%);color:#0000;-webkit-background-clip:text;background-clip:text}}@media (max-width:1200px){.case-header_title__clKWH{font-size:26px;line-height:30px}}@media (max-width:900px){.case-header_title__clKWH{font-size:20px;line-height:24px}}@media (max-width:599px){.case-header_title__clKWH{font-size:16px;line-height:20px;text-align:center}.case-header_title__clKWH.case-header_withFavourite__7pRge{width:calc(100% - 48px);text-align:left}}.footer_controls__P6M_H{display:flex;flex:1 1;justify-content:flex-end}@media (max-width:5999px){.footer_controls__P6M_H{flex:0 1;justify-content:center;order:1;margin-bottom:15px;padding:0 5px}}.footer_controlsList__LklUB{display:flex;overflow:hidden;border-radius:9px}.footer_controlsItem__6PAR4:not(:first-child){margin-left:1px}.footer_controlsItem__6PAR4:first-child .footer_controlsLabel__ajPdO{border-radius:9px 0 0 9px}@media (max-width:5999px){.footer_controlsItem__6PAR4:first-child .footer_controlsLabel__ajPdO{border-radius:6px 0 0 6px}}.footer_controlsItem__6PAR4:last-child .footer_controlsLabel__ajPdO{border-radius:0 8px 8px 0}@media (max-width:5999px){.footer_controlsItem__6PAR4:last-child .footer_controlsLabel__ajPdO{border-radius:0 6px 6px 0}}.footer_controlsInput__iPTTo{display:none}.footer_controlsInput__iPTTo:checked+.footer_controlsLabel__ajPdO{color:#d5deff;background-color:#2d3350}.footer_controlsLabel__ajPdO{position:relative;display:flex;align-items:center;justify-content:center;min-width:50px;min-height:50px;padding:18px 10px;color:#7984b8;font-weight:700;font-size:13px;text-align:center;text-transform:uppercase;background-color:#211d23;cursor:pointer;transition:background-color .3s ease,color .3s ease}@media (max-width:1200px){.footer_controlsLabel__ajPdO{min-width:43px;min-height:54px;padding:15px 8px;font-size:12px}}@media (max-width:5999px){.footer_controlsLabel__ajPdO{min-height:48px}}@media (max-width:5999px){.footer_controlsLabel__ajPdO{min-width:40px;min-height:46px;padding:15px 7px;font-size:10px}}.footer_controlsLabel__ajPdO:hover{color:#9ba6d8;background-color:#262128}.footer_btnWrapper___4Vvs{display:flex;flex-shrink:0;padding:0 30px}@media (max-width:1200px){.footer_btnWrapper___4Vvs{padding:0 15px}}@media (max-width:5999px){.footer_btnWrapper___4Vvs{justify-content:center;order:3;width:100%;padding:0}}.footer_btn__uKy0u{position:relative;display:flex;align-items:center;justify-content:center;min-height:64px;padding:16px 30px;color:#1a1f4d;font-weight:800;font-size:15px;text-align:center;text-transform:uppercase;background-color:#6c7bf8;border-radius:11px;transition:color .3s ease,background-color .3s ease}@media (max-width:1200px){.footer_btn__uKy0u{min-height:54px;padding:12px 30px;font-size:13px}}@media (max-width:5999px){.footer_btn__uKy0u{min-height:50px;padding:10px 26px;font-size:12px}}@media (max-width:5999px){.footer_btn__uKy0u{min-height:46px;padding:10px 24px;font-size:12px;border-radius:8px}}.footer_btn__uKy0u path{transition:fill .3s ease;fill:#2a3570}.footer_btn__uKy0u:hover{color:#3d4a99;background-color:#8f9bf8}.footer_btn__uKy0u:hover path{fill:#3d4a99}.footer_btnPointIcon__Rz9xO{width:24px;height:24px;margin-left:6px;object-fit:contain}@media (max-width:5999px){.footer_btnPointIcon__Rz9xO{width:20px;height:20px}}.footer_fastWrapper__0Dl_Y{flex:1 1}@media (max-width:5999px){.footer_fastWrapper__0Dl_Y{flex:0 1;order:2;margin-bottom:15px;padding:0 5px}}.footer_fast__WoBWB{position:relative;display:inline-flex;align-items:center;min-height:50px;padding:14px 22px 14px 58px;color:#a8b3f8;font-weight:700;font-size:13px;text-transform:uppercase;background-color:#211d23;border-radius:9px;cursor:pointer;transition:background-color .3s ease,color .3s ease}@media (max-width:1200px){.footer_fast__WoBWB{min-height:54px;padding:12px 19px 12px 60px}}@media (max-width:5999px){.footer_fast__WoBWB{min-height:48px}}@media (max-width:5999px){.footer_fast__WoBWB{min-height:46px;padding:10px 14px 10px 48px;font-size:10px}}.footer_fast__WoBWB:hover{color:#c5ceff;background-color:#262128}.footer_fast__WoBWB:hover .footer_fastIcon__CVBuQ path{fill:#c5ceff}.footer_fast__WoBWB.footer_on__ulqD4{color:#6c7bf8}.footer_fast__WoBWB.footer_on__ulqD4 .footer_fastIconSecond__YjH24{transform:rotate(15deg)}.footer_fast__WoBWB.footer_on__ulqD4 .footer_fastIcon__CVBuQ path{fill:#6c7bf8}.footer_fastIcon__CVBuQ{position:absolute;top:0;bottom:0;left:20px;width:25px;margin:auto}.footer_fastIcon__CVBuQ path{transition:fill .3s ease}@media (max-width:5999px){.footer_fastIcon__CVBuQ{left:13px}}.footer_fastIconSecond__YjH24{top:4px;left:29px;width:10px;transform:rotate(-110deg);transform-origin:34% 64%;transition:transform .5s}@media (max-width:5999px){.footer_fastIconSecond__YjH24{left:22px}}.back-button_component__8bNgd{display:grid;grid-auto-flow:column;grid-gap:4px;gap:4px;align-items:center;height:52px;padding:0 18px 0 14px;background:#1b191e;border-radius:8px;transition:background .3s ease}@media (max-width:5999px){.back-button_component__8bNgd{display:none}}.back-button_component__8bNgd:hover{background:#201d23}.back-button_icon__jgilB{width:20px;height:20px}.back-button_title__zavJz{color:#89848d;font-weight:700;font-size:12px;line-height:16px;text-transform:uppercase}@media (max-width:1200px){.back-button_title__zavJz{display:none}}.limits_components__NKWic{--border-width: 2px;--border-radius: 8px;position:relative;display:flex;align-items:center;height:52px;padding:0 18px;cursor:default}@media (max-width:5999px){.limits_components__NKWic{justify-content:center}}.limits_progressVisual__QLkrj{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;overflow:hidden;background:linear-gradient(90deg,#e76d56 0,#e76d56 var(--progress),#483334 var(--progress),#483334 100%);border-radius:var(--border-radius)}.limits_progressVisual__QLkrj:before{position:absolute;inset:var(--border-width) var(--border-width) var(--border-width) var(--border-width);background:#231d23;border-radius:calc(var(--border-radius) - var(--border-width));content:""}.limits_progressVisual__QLkrj:after{position:absolute;top:0;bottom:0;left:0;width:var(--progress);background:linear-gradient(270deg,#e12f2f4e,#e12f2f00 98.04%);content:""}.limits_content__R2R23{position:relative;z-index:2;display:grid;grid-gap:6px;gap:6px}.limits_title__i9nKq{color:#b6a6a6;font-weight:500;font-size:9px;text-transform:uppercase}@media (max-width:5999px){.limits_title__i9nKq{text-align:center}}.limits_value__wSNks{color:#d7634d;font-weight:700;font-size:12px}@media (max-width:5999px){.limits_value__wSNks{text-align:center}}.limits_current__Gv9b1{color:#ffdbd3}@keyframes favourite_shaking__uACSO{0%{transform:translate(0) scale(1)}10%{transform:translate(-2px,1px) scale(1.06)}20%{transform:translate(2px,-1px) scale(.92)}30%{transform:translate(-2px,1px) scale(1.02)}40%{transform:translate(2px,-1px) scale(1)}50%{transform:translate(-2px,1px) scale(1.08)}60%{transform:translate(2px,-1px) scale(.9)}70%{transform:translate(-2px,1px) scale(1.06)}80%{transform:translate(2px,-1px) scale(.92)}90%{transform:translate(-2px,1px) scale(1.06)}to{transform:translate(0) scale(1)}}@keyframes favourite_bumping__XEtlv{0%{transform:scale(1)}20%{transform:scale(.9)}40%{transform:scale(1.2)}60%{transform:scale(.9)}80%{transform:scale(1.1)}to{transform:scale(1)}}.favourite_component___8jGv{display:grid;align-items:center;justify-content:center;width:52px;height:52px;background:#211e2580;border-radius:8px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background-color .3s}@media (max-width:5999px){.favourite_component___8jGv{position:absolute;top:-6px;right:0;width:32px;height:32px}}.favourite_component___8jGv:hover{background:#211e25b3}.favourite_component___8jGv:hover path{fill:#fff}.favourite_component___8jGv.favourite_active__KtZIm{background:#211e25b3}.favourite_component___8jGv.favourite_active__KtZIm path{fill:#e54b55}.favourite_component___8jGv.favourite_shaking__uACSO{background:#211e2580;cursor:wait}.favourite_component___8jGv.favourite_shaking__uACSO:hover{background:#211e2580}.favourite_icon__JHeqD{width:24px;height:24px}@media (max-width:5999px){.favourite_icon__JHeqD{width:16px;height:16px}}.favourite_shaking__uACSO .favourite_icon__JHeqD{animation:favourite_shaking__uACSO 1.5s infinite}.favourite_bumped__2HRp7 .favourite_icon__JHeqD{animation:favourite_bumping__XEtlv .3s 1 forwards}.favourite_icon__JHeqD path{transition:fill .3s;fill:#ffffff80}.favourite_shaking__uACSO .favourite_icon__JHeqD path{fill:#fff}.favourite_active__KtZIm:hover .favourite_icon__JHeqD path,.favourite_shaking__uACSO.favourite_active__KtZIm .favourite_icon__JHeqD path{fill:#ff707a}@keyframes timer_blinking__M3E8e{0%{opacity:.4}50%{opacity:.1}to{opacity:.4}}.timer_container__ys321{display:flex;align-items:center;margin-left:32px}@media (max-width:1200px){.timer_container__ys321{margin-left:24px}}@media (max-width:5999px){.timer_container__ys321{margin-left:18px}}@media (max-width:5999px){.timer_container__ys321{margin-left:0}}.timer_component__l9nND{display:flex;grid-auto-flow:column;gap:4px}@media (max-width:1200px){.timer_component__l9nND{gap:2px}}@media (max-width:5999px){.timer_component__l9nND{gap:0}}.timer_item__PtglN{display:flex;align-items:center;justify-content:center;width:30px;height:40px;color:#d0cdd4;font-weight:700;font-size:16px;line-height:1;background:#353239;border-radius:8px}@media (max-width:1200px){.timer_item__PtglN{width:20px;height:30px;font-size:13px;border-radius:4px}}@media (max-width:5999px){.timer_item__PtglN{width:auto;height:auto;background:none;border-radius:0}}.timer_item__PtglN.timer_divider__f3nJH{width:auto;font-weight:500;font-size:24px;background:none;animation:timer_blinking__M3E8e 3s infinite}@media (max-width:1200px){.timer_item__PtglN.timer_divider__f3nJH{font-size:18px}}@media (max-width:5999px){.timer_item__PtglN.timer_divider__f3nJH{font-weight:700;font-size:inherit;animation:none}}.timer_item__PtglN.timer_dark__ojUcf{color:#d0cdd466}@media (max-width:5999px){.timer_item__PtglN.timer_dark__ojUcf{color:#d0cdd4}}.timer_clockIcon__ExOpT{display:none;width:16px;height:16px;margin-right:6px}@media (max-width:5999px){.timer_clockIcon__ExOpT{display:block}}.banner_component__EYfKs{position:relative}.banner_row__8Y7Qf{display:grid;grid-auto-flow:column;align-items:center;padding:24px;background:linear-gradient(180deg,#211e25,#2b282f);border-radius:12px}@media (max-width:5999px){.banner_row__8Y7Qf{padding:18px}}@media (max-width:5999px){.banner_row__8Y7Qf{grid-auto-flow:row;align-content:center;margin-bottom:32px;padding:12px;border-radius:12px 12px 2px 2px}}.banner_text__zGjxj{display:flex;flex-direction:column;justify-content:center;width:100%;height:100%;padding-right:6px;overflow:hidden}@media (max-width:5999px){.banner_text__zGjxj{margin-bottom:12px;padding-right:0;text-align:center}}.banner_title__YDuT5{position:relative;overflow:hidden;font-weight:800;font-size:20px;line-height:1.5;white-space:nowrap;text-overflow:ellipsis}@media (max-width:1800px){.banner_title__YDuT5{font-size:18px}}@media (max-width:1200px){.banner_title__YDuT5{font-size:16px}}@media (max-width:5999px){.banner_title__YDuT5{font-size:14px}}.banner_side__V1l3D{display:grid;grid-auto-flow:column;align-items:center;margin-left:auto}@media (max-width:5999px){.banner_side__V1l3D{display:block;width:100%}}.banner_info__lLZ9T{display:flex;align-items:center}@media (max-width:5999px){.banner_info__lLZ9T{position:absolute;top:100%;left:0;justify-content:center;width:100%;margin-top:2px;padding:8px;background:#211e25;border-radius:2px 2px 6px 6px}}.box_item__PB3_v{display:flex;flex-shrink:0;justify-content:center;width:16.6666%;margin-top:10px}@media (max-width:1800px){.box_item__PB3_v{width:20%}}@media (max-width:1200px){.box_item__PB3_v{width:25%;margin-top:5px}}@media (max-width:5999px){.box_item__PB3_v{width:33.3333%}}@media (max-width:5999px){.box_item__PB3_v{width:50%}}.box_link__lQ_VB{position:relative;display:block;width:100%;max-width:310px;padding:10px 0 0;color:#fff;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:none}.box_link--disable__8TJUz{cursor:default}.box_imageWrapper__8bCT5{display:flex;align-items:center;margin:0 auto}@media (max-width:1800px){.box_imageWrapper__8bCT5{max-width:290px}}.box_imageInner__1_eU3{position:relative;display:block;width:100%;height:0;padding-bottom:85%;line-height:1}.box_imageInner__1_eU3:before{position:absolute;top:0;left:0;width:100%;padding-top:100%;background-repeat:no-repeat;background-position:50%;background-size:contain;content:""}.box_rendered__lIwiW .box_imageInner__1_eU3:before{display:none}.box_imageInner__1_eU3 img{position:relative}.box_image___FDuK{width:100%;transition:transform .3s;image-rendering:-webkit-optimize-contrast}.box_item__PB3_v:hover .box_image___FDuK{transform:translateY(-10px)}.box_disabled___CdIA .box_image___FDuK,.box_opened__WY7WM .box_image___FDuK{opacity:.2;transition:none}.box_disabled___CdIA:hover .box_image___FDuK,.box_opened__WY7WM:hover .box_image___FDuK{transform:none}.box_cost__V1_gX{display:flex;justify-content:center;margin-top:23px}@media (max-width:1800px){.box_cost__V1_gX{margin-top:15px}}.box_price__gxYCj{display:flex;align-items:center;justify-content:center;width:98px;height:42px;padding:0 5px;overflow:hidden;color:#171317;font-weight:700;font-size:16px;filter:drop-shadow(-5px -10px 20px rgba(23,19,23,.6))}@media (max-width:1800px){.box_price__gxYCj{width:90px;height:40px;font-size:15px}}@media (max-width:1200px){.box_price__gxYCj{width:70px;height:30px;font-size:13px}}@media (max-width:5999px){.box_price__gxYCj{width:59px;height:26px;font-size:12px}}.box_opened__WY7WM .box_price__gxYCj{width:122px;color:#412e21;background:none;background-size:100%}@media (max-width:1800px){.box_opened__WY7WM .box_price__gxYCj{width:116px}}@media (max-width:1200px){.box_opened__WY7WM .box_price__gxYCj{width:87px}}@media (max-width:5999px){.box_opened__WY7WM .box_price__gxYCj{width:76px}}.box_price__gxYCj.box_closed__3nE1x:before{width:24px;height:24px;margin:auto;background:none;background-size:100%;content:""}@media (max-width:1200px){.box_price__gxYCj.box_closed__3nE1x:before{width:20px;height:20px}}@media (max-width:5999px){.box_price__gxYCj.box_closed__3nE1x:before{width:18px;height:18px}}.box_price__gxYCj span,.box_title__xfmV_{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.box_title__xfmV_{display:block;margin-bottom:8px;padding-top:15px;color:#e0d3d6;font-weight:500;font-size:15px;text-align:center;transition:color .3s ease}@media (max-width:1200px){.box_title__xfmV_{font-size:14px}}@media (max-width:5999px){.box_title__xfmV_{font-size:13px}}@media (max-width:5999px){.box_title__xfmV_{margin-bottom:6px;padding-top:10px;font-size:12px}}.box_link__lQ_VB:hover .box_title__xfmV_{color:#fff}.box_disabled___CdIA .box_title__xfmV_,.box_disabled___CdIA:hover .box_title__xfmV_,.box_locked__elaXt .box_title__xfmV_,.box_locked__elaXt:hover .box_title__xfmV_,.box_opened__WY7WM .box_title__xfmV_,.box_opened__WY7WM:hover .box_title__xfmV_{color:#494c51}.seven-keys_container__t6ZrY{position:relative;max-width:2060px;margin:0 auto;padding:0 100px}@media (max-width:1350px){.seven-keys_container__t6ZrY{padding:0 25px}}@media (max-width:5999px){.seven-keys_container__t6ZrY{padding:0 15px}}.seven-keys_list__UFRzh{display:flex;flex-wrap:wrap;justify-content:center}.list-price_component__zzFwi{display:flex;justify-content:flex-end;margin:23px 30px 0 0}@media (max-width:1800px){.list-price_component__zzFwi{margin:15px 40px 0 0}}@media (max-width:1200px){.list-price_component__zzFwi{justify-content:center;margin:15px 0 0}}.list-price_component__zzFwi.list-price_single__ceH46{justify-content:center;margin:23px 0 0}@media (max-width:1800px){.list-price_component__zzFwi.list-price_single__ceH46{margin:15px 0 0}}.list-price_component__zzFwi.list-price_single__ceH46 .list-price_now__xrNEL{left:0}.list-price_now__xrNEL{position:relative;top:0;left:18px;width:98px;color:#171317;font-weight:700;font-size:18px;line-height:42px;text-align:center;background:url(/images/price-new.svg) no-repeat;background-size:100%;filter:drop-shadow(-5px -10px 20px rgba(23,19,23,.6))}@media (max-width:1800px){.list-price_now__xrNEL{left:16px;width:90px;font-size:15px;line-height:40px}}@media (max-width:1200px){.list-price_now__xrNEL{width:70px;font-size:13px;line-height:30px}}@media (max-width:5999px){.list-price_now__xrNEL{width:59px;font-size:12px;line-height:26px}}.list-price_old__QbktH{position:relative;top:-25px;display:block;order:1;width:70px;height:-webkit-max-content;height:max-content;font-size:14px}.list-price_old__QbktH:before{position:relative;top:0;left:0;display:block;width:100%;padding-top:54%;content:""}@media (max-width:1800px){.list-price_old__QbktH{top:-20px;width:60px;font-size:12px}}@media (max-width:1200px){.list-price_old__QbktH{width:52px;font-size:11px}}@media (max-width:5999px){.list-price_old__QbktH{width:46px;font-size:10px}}.list-price_oldText__qOaDs{position:absolute;top:50%;left:50%;margin-left:1px;color:#fff;font-weight:700;line-height:1;white-space:nowrap;text-align:center;transform:translate(-50%,-50%)}.list-price_oldText__qOaDs:before{position:absolute;top:0;bottom:0;left:0;width:100%;height:1px;margin:auto;background:#fff;content:""}.list-price_oldPoint__6rE2L{width:16px;height:16px;margin-top:-4px}@media (max-width:1800px){.list-price_oldPoint__6rE2L{margin-top:-2px}}@media (max-width:1200px){.list-price_oldPoint__6rE2L{width:14px;height:14px}}@media (max-width:5999px){.list-price_oldPoint__6rE2L{width:12px;height:12px}}.list-price_point__UQUre{width:23px;height:23px;margin-top:-1px;margin-left:2px}@media (max-width:1200px){.list-price_point__UQUre{width:18px;height:18px}}@media (max-width:5999px){.list-price_point__UQUre{width:16px;height:16px}}.item_component__pQV7U{display:flex;flex-shrink:0;justify-content:center;width:16.6666%;margin-top:10px}@media (max-width:1800px){.item_component__pQV7U{width:20%}}@media (max-width:1200px){.item_component__pQV7U{width:25%;margin-top:5px}}@media (max-width:5999px){.item_component__pQV7U{width:33.3333%}}@media (max-width:5999px){.item_component__pQV7U{width:33%}}.item_component__pQV7U.item_free__hqWHg .item_limits__O8gO0{color:#ebffd1}.item_limits__O8gO0{position:absolute;top:15px;left:10px;width:85px;padding:8px 13px;color:#f2b78c;font-size:12px;text-align:center;background-color:#131217b3;border:1px solid #1d1d26;border-radius:100px}@media (max-width:5999px){.item_limits__O8gO0{width:80px;padding:7px 10px;font-size:11px}}@media (max-width:5999px){.item_limits__O8gO0{width:65px;padding:5px 6px;font-size:10px}}.item_limit__ETc7g{display:flex;justify-content:center;text-align:center}.item_limitWrapper__tfrCO{position:relative;display:inline-flex;min-width:131px;margin-top:2px;padding:7px 11px;overflow:hidden;color:#d7634d;font-weight:700;background:#3f2b2b;border-radius:8px;box-shadow:0 4px 30px #171317cc}.item_limitWrapper__tfrCO:before{position:absolute;top:2px;right:2px;bottom:2px;left:2px;z-index:10;overflow:hidden;background-color:#241e24;border-radius:8px;content:""}.item_limitRow__i0mDn{position:relative;z-index:11;width:100%;color:#d7634d;font-weight:700;font-size:12px;border-radius:8px}.item_limitMax__9K1df,.item_limitSold__FI1nQ{position:relative;z-index:2}.item_limitSold__FI1nQ{padding-right:3px;color:#ffdbd3}.item_limitProgress__CmgCE{position:absolute;top:-2px;bottom:-2px;left:0;z-index:9;overflow:hidden;background-color:#e76d56}.item_limitShadow__qKEPV{position:absolute;top:2px;bottom:2px;z-index:10;width:30px;background:linear-gradient(270deg,#e12f2f4e,#251f2561 98.04%);transform:translate(-100%)}.item_link__o88l2{position:relative;display:block;width:100%;max-width:310px;margin:0 auto;padding:10px 0 0;color:#fff;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:none}.item_link__o88l2:hover .item_image__OlVMh{transform:translateY(-10px)}.item_link__o88l2:hover .item_name__uMeKI{color:#fff}.item_link__o88l2.item_disable__KP2oD{cursor:default}.item_link__o88l2.item_disable__KP2oD:hover .item_image__OlVMh{transform:none}.item_link__o88l2.item_disable__KP2oD .item_image__OlVMh{opacity:.2;transition:none}.item_link__o88l2.item_disable__KP2oD .item_name__uMeKI{color:#494c51}.item_link__o88l2.item_disable__KP2oD .item_coast__MQu2w{opacity:.2}.item_imageWrapper__uLWSG{display:flex;align-items:center;margin:0 auto}@media (max-width:1800px){.item_imageWrapper__uLWSG{max-width:290px}}.item_imageInner___RkLw{position:relative;display:block;width:100%;height:0;padding-bottom:100%;line-height:1}.item_imageInner___RkLw:before{position:absolute;top:0;left:0;width:100%;padding-top:100%;background-repeat:no-repeat;background-position:50%;background-size:contain;content:""}.item_imageInner___RkLw.item_mystery__gRKQU:before{background-repeat:no-repeat;background-position:50%;background-size:contain}.item_imageInner___RkLw.item_rendered__GwJ0R:before{display:none}.item_image__OlVMh{position:absolute;width:100%;height:100%;object-fit:contain;object-position:center;transition:transform .3s;image-rendering:-webkit-optimize-contrast}.item_info__ORZYM{margin-top:-15%}.item_name__uMeKI{display:block;margin-bottom:8px;padding-top:15px;overflow:hidden;color:#e0d3d6;font-weight:500;font-size:15px;white-space:normal;text-align:center;word-wrap:break-word;line-height:1.3;transition:color .3s ease}@media (max-width:1200px){.item_name__uMeKI{font-size:14px}}@media (max-width:5999px){.item_name__uMeKI{font-size:13px}}@media (max-width:5999px){.item_name__uMeKI{margin-bottom:6px;padding-top:4px;font-size:12px}}.item_slide__Mcnl6{padding:0 5px}@media (max-width:5999px){.item_slide__Mcnl6{padding:0}}.item_slide__Mcnl6 .item_imageWrapper__uLWSG,.item_slide__Mcnl6 .item_link__o88l2{max-width:unset!important}.item_slide__Mcnl6 .item_link__o88l2{padding:0!important}.item_badges__i9iKK{position:absolute;top:20px;left:20px;z-index:1;display:grid;grid-gap:8px;gap:8px}.item_badge__LwbZE{position:relative;width:-webkit-max-content;width:max-content;min-width:70px;height:26px;padding-left:20px}@media (max-width:1200px){.item_badge__LwbZE{min-width:64px;height:24px;padding-left:18px}}@media (max-width:5999px){.item_badge__LwbZE{min-width:56px;height:20px;padding-left:14px}}.item_badge__LwbZE:before{position:absolute;top:0;left:0;z-index:1;width:30px;height:100%;background-repeat:no-repeat;background-position:50%;background-size:contain;content:""}@media (max-width:1200px){.item_badge__LwbZE:before{width:28px}}@media (max-width:5999px){.item_badge__LwbZE:before{width:24px}}.item_badge__LwbZE.item_new__UAfej{color:#fff3dc}.item_badge__LwbZE.item_new__UAfej .item_badgeBlock__QwsRY{background:linear-gradient(270deg,#ffb657 -4.44%,#bf7f4b 75.02%)}.item_badge__LwbZE.item_top__EYFwp{color:#e0dfff}.item_badge__LwbZE.item_top__EYFwp .item_badgeBlock__QwsRY{background:linear-gradient(270deg,#827dff,#5751da)}.item_badge__LwbZE.item_sale__sWw7l{color:#ffe2e0}.item_badge__LwbZE.item_sale__sWw7l .item_badgeBlock__QwsRY{background:linear-gradient(270deg,#f44,#d03636)}.item_badgeBlock__QwsRY{display:flex;align-items:center;justify-content:center;height:100%;padding:0 11px 0 13px;font-weight:800;font-size:10px;text-transform:uppercase;border-radius:4px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:auto 100%;mask-size:auto 100%;-webkit-mask-position:right;mask-position:right}@media (max-width:1200px){.item_badgeBlock__QwsRY{font-size:9px}}@media (max-width:5999px){.item_badgeBlock__QwsRY{font-size:8px}}.footer_component__DzO_n{display:flex;align-items:center;height:140px}@media (max-width:5999px){.footer_component__DzO_n{flex-wrap:wrap;justify-content:center;height:auto;margin-top:35px;margin-bottom:0}}@media (max-width:5999px){.footer_component__DzO_n{margin-top:30px}}.footer_component__DzO_n.footer_center__zQUVI{justify-content:center}.footer_controls__jZF9U{display:flex;flex:1 1;justify-content:flex-end;padding:0}@media (max-width:5999px){.footer_controls__jZF9U{flex:none;justify-content:center;order:unset;width:100%;margin-bottom:20px}}.footer_btnWrapper__JKLfn{display:flex;flex-shrink:0;padding:0 30px}@media (max-width:1200px){.footer_btnWrapper__JKLfn{padding:0 15px}}@media (max-width:5999px){.footer_btnWrapper__JKLfn{justify-content:flex-end;width:50%;padding:0 5px 0 0;overflow:hidden}}.footer_btn__46_Az{position:relative;display:flex;align-items:center;justify-content:center;min-height:64px;padding:23px 30px;color:#4f2f12;font-weight:800;font-size:15px;text-align:center;text-transform:uppercase;background-color:#ffa860;border-radius:11px;transition:color .3s ease,background-color .3s ease}@media (max-width:1200px){.footer_btn__46_Az{min-height:54px;padding:20px 30px;font-size:13px}}@media (max-width:5999px){.footer_btn__46_Az{display:block;min-height:auto;padding:19px 26px;overflow:hidden;font-size:12px;white-space:nowrap;text-overflow:ellipsis}}@media (max-width:5999px){.footer_btn__46_Az{padding:17px 24px;font-size:12px;border-radius:8px}}.footer_btn__46_Az path{transition:fill .3s ease;fill:#64424e}.footer_btn__46_Az:hover{color:#684933;background-color:#ffb272}.footer_btn__46_Az:hover path{fill:#684933}.footer_btn__46_Az.footer_locked__sub80{color:#412e21;background-color:#714c31;pointer-events:none}.footer_fastWrapper__H1uzI{flex:1 1}@media (max-width:5999px){.footer_fastWrapper__H1uzI{flex:auto;width:50%;padding:0 0 0 5px;overflow:hidden}}.footer_fast__I8IMU{position:relative;display:inline-flex;align-items:center;min-height:50px;padding:14px 22px 14px 58px;color:#cbbfc3;font-weight:700;font-size:13px;text-transform:uppercase;background-color:#211d23;border-radius:9px;cursor:pointer;transition:background-color .3s ease,color .3s ease}@media (max-width:1200px){.footer_fast__I8IMU{min-height:54px;padding:12px 19px 12px 60px}}@media (max-width:5999px){.footer_fast__I8IMU{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:100%;min-height:48px;overflow:hidden}}@media (max-width:5999px){.footer_fast__I8IMU{min-height:46px;padding:10px 14px 10px 48px;font-size:10px}}.footer_fast__I8IMU.footer_locked__sub80{color:#413e3f;background-color:#1a171b;pointer-events:none}.footer_fast__I8IMU.footer_locked__sub80 path{fill:#413e3f}.footer_fast__I8IMU:hover{color:#d5d3d4;background-color:#262128}.footer_fast__I8IMU:hover path{fill:#d5d3d4}.footer_fast__I8IMU.footer_on__F118O{color:#ffb374}.footer_fast__I8IMU.footer_on__F118O path{fill:#ffb374}@media (max-width:5999px){.footer_fast__I8IMU span{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}}.footer_fastIcon__UR1HS{position:absolute;top:0;bottom:0;left:20px;width:25px;margin:auto}@media (max-width:5999px){.footer_fastIcon__UR1HS{left:13px}}.footer_fastIcon__UR1HS path{transition:fill .3s ease}.footer_fastIcon__UR1HS:last-child{top:4px;left:29px;width:10px;transform:rotate(-110deg);transform-origin:34% 64%;transition:transform .5s}@media (max-width:5999px){.footer_fastIcon__UR1HS:last-child{left:22px}}.footer_on__F118O .footer_fastIcon__UR1HS:last-child{transform:rotate(15deg)}.page_page__O6I3w{padding:40px 0 20px;overflow:visible}@media (max-width:9000px){.page_page__O6I3w{padding:10px 0 80px;overflow:visible}}.page_container__6ABnE{display:grid;grid-gap:20px;gap:20px}@media (max-width:9000px){.page_container__6ABnE{gap:8px;padding:0 12px 20px}}.summary_component__PIwyF{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}@media (max-width:9000px){.summary_component__PIwyF{grid-template-columns:1fr;gap:8px}}.summary_mine__zHvPc{display:grid;grid-gap:2px;gap:2px}.summary_favorites__L3Eks{display:grid;grid-template-columns:1fr 1fr;grid-gap:2px;gap:2px}.short_component__NqrM4{display:grid;grid-template-columns:auto 1fr auto;grid-gap:18px;gap:18px;align-items:center;padding:23px 28px 23px 23px;background:#1e1b21;border-radius:16px 16px 4px 4px}@media (max-width:9000px){.short_component__NqrM4{grid-template-columns:auto 1fr auto;grid-template-areas:"avatar name refill" "avatar id refill" "avatar balance refill";gap:4px 10px;padding:12px;border-radius:12px 12px 4px 4px}}.avatar_component__ZuzNp{--brs: 35%;position:relative;width:74px;height:74px;border:5px solid #1c171c;border-radius:var(--brs)}@media (max-width:9000px){.avatar_component__ZuzNp{width:50px;height:50px;border:3px solid #1c171c;grid-area:avatar}}.avatar_image__GSQ_e{position:relative;z-index:1;width:100%;height:100%;border-radius:var(--brs);object-fit:cover}.avatar_level__i1g9_{position:absolute;bottom:-12px;left:50%;z-index:2;display:none;padding:4px 6px;color:#ffc596;font-weight:700;font-size:11px;line-height:16px;background:#ffc59633;border-radius:6px;transform:translate(-50%);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.info_component__MTNIs{display:grid;grid-gap:4px;gap:4px}@media (max-width:9000px){.info_component__MTNIs{display:contents}}.info_name__IS2Ha{color:#eadfe4;font-weight:300;font-size:19px;line-height:1}@media (max-width:9000px){.info_name__IS2Ha{font-size:13px;grid-area:name;align-self:center}}.info_grid__3Uct2{display:grid;grid-auto-flow:column;grid-gap:8px;gap:8px;align-items:center;justify-content:start}.info_toe__9Dc4G{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.info_balance__SfwrY{color:#6c7bf8;font-weight:800;font-size:20px;line-height:1;letter-spacing:-.01em}@media (max-width:9000px){.info_balance__SfwrY{font-size:14px;grid-area:balance;align-self:center}}.copy-id-button_component__cW_mf{display:grid;grid-template-columns:auto auto;grid-gap:4px;gap:4px;align-items:center;padding:4px 6px;background:#2d2931;border-radius:7px;transition:background .3s ease}@media (max-width:9000px){.copy-id-button_component__cW_mf{border-radius:6px}}.copy-id-button_component__cW_mf:hover{background:#37333c}.copy-id-button_title__yAnqZ{overflow:hidden;color:#b9aeb2;font-weight:500;font-size:11px;line-height:1;letter-spacing:-.02em;white-space:nowrap;text-transform:uppercase;text-overflow:ellipsis}@media (max-width:9000px){.copy-id-button_title__yAnqZ{font-size:9px}}@media (max-width:768px){.copy-id-button_title__yAnqZ{font-size:9px}}.copy-id-button_icon__xBGPV{width:15px;height:15px;fill:#b9aeb2}@media (max-width:9000px){.copy-id-button_icon__xBGPV{width:12px;height:12px}}@media (max-width:768px){.copy-id-button_icon__xBGPV{width:12px;height:12px}}.info_copyIdButton__CwUr_.info_desktop__hTO7R{display:grid}@media (max-width:9000px){.info_copyIdButton__CwUr_.info_desktop__hTO7R{display:none}}.info_copyIdButton__CwUr_.info_mobile__21PLZ{display:none;justify-self:baseline}@media (max-width:9000px){.info_copyIdButton__CwUr_.info_mobile__21PLZ{display:grid;grid-area:id;justify-self:start}}.refill-button_component__TSv80{display:grid;grid-auto-flow:column;grid-gap:8px;gap:8px;align-items:center;padding:14px 16px;background:#6c7bf8;border-radius:10px;cursor:pointer;transition:background .3s ease}@media (max-width:9000px){.refill-button_component__TSv80{grid-area:refill;padding:6px 10px;justify-self:end;align-self:center;border-radius:6px;min-width:auto;display:flex;flex-direction:column;gap:2px}}@media (max-width:768px){.refill-button_component__TSv80{padding:10px 12px;border-radius:8px}}.refill-button_component__TSv80:hover{background:#6c7bf8}.refill-button_icon__Bj0yA{width:22px;height:22px;fill:#fff}@media (max-width:9000px){.refill-button_icon__Bj0yA{width:16px;height:16px}}@media (max-width:768px){.refill-button_icon__Bj0yA{width:18px;height:18px}}.refill-button_title__aHDgD{color:#fff;font-weight:600;font-size:12px;text-transform:uppercase}@media (max-width:9000px){.refill-button_title__aHDgD{display:block;font-size:9px}}.statistic_component__GPbeH{display:grid;height:114px}@media (max-width:9000px){.statistic_component__GPbeH{height:60px}}.level_component__JBCMZ{position:relative;display:grid;width:100%;padding:18px 20px;overflow:hidden;background:linear-gradient(122deg,#28252c 30.82%,#343138 90.23%);border-radius:4px 4px 16px 16px}@media (max-width:9000px){.level_component__JBCMZ{padding:8px;border-radius:4px 4px 8px 8px}}.level_component__JBCMZ:before{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(122deg,#312e36 30.82%,#48434f 90.23%);opacity:0;transition:opacity .3s;content:""}.level_component__JBCMZ:hover:before{opacity:1}.level_top__skggm{position:relative;z-index:2;display:flex;gap:6px;color:#fff;font-weight:700;font-size:0;line-height:26px}.level_top__skggm:after{content:"LVL";color:#fff;font-size:18px;font-weight:700}@media (max-width:9000px){.level_top__skggm{line-height:14px}.level_top__skggm:after{font-size:11px}}.level_level__EwsgM{color:#6c7bf8;font-weight:800;font-size:18px}@media (max-width:9000px){.level_level__EwsgM{font-size:11px}}.level_progress__o7iQg{position:relative;z-index:2;display:flex;gap:12px;align-items:center;width:100%;margin-top:auto;overflow:hidden;font-weight:500}@media (max-width:9000px){.level_progress__o7iQg{gap:8px}}.level_left__K3OMW{width:100%;overflow:hidden}.level_info__pVATg{display:flex;align-items:center;width:100%;color:#d0cdd4;font-size:12px;line-height:16px}@media (max-width:9000px){.level_info__pVATg{font-size:9px;line-height:12px}}.level_title__W4v3O{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:0}.level_title__W4v3O:after{content:"Опыт";font-size:12px}@media (max-width:9000px){.level_title__W4v3O:after{font-size:9px}}.level_counter___MUv_{flex-shrink:0;margin-left:auto}.level_separator___6dIu{margin:0 3px;color:#6c6970}.level_current__YFpTL{color:#6c7bf8}.level_bar__cfVxb{height:6px;margin-top:6px;overflow:hidden;background:#d0cdd41a;border-radius:5px}@media (max-width:9000px){.level_bar__cfVxb{height:3px;margin-top:4px}}.level_line__5TSXz{height:6px;background:linear-gradient(90deg,#5553c6,#a167ce);border-radius:4px;transition:width .3s}.level_button__zhdhc{display:grid;flex-shrink:0;width:30px;height:28px;background:#b9b3c073;border-radius:6px;transition:background-color .3s}@media (max-width:9000px){.level_button__zhdhc{width:24px;height:24px;border-radius:6px}}.level_component__JBCMZ:hover .level_button__zhdhc{background:#b9b3c0b3}.level_icon__GCcPn{width:24px;height:24px;margin:auto;transition:transform .3s;fill:#fff}@media (max-width:9000px){.level_icon__GCcPn{width:16px;height:16px}}.level_component__JBCMZ:hover .level_icon__GCcPn{transform:translate(2px)}.best-drop_component__NGkKF{position:relative;display:grid;align-content:space-between;min-height:200px;padding:24px;overflow:hidden;background:linear-gradient(0deg,#6c7bf826,#1e1b21 60%);border-radius:16px 4px 4px 16px}@media (max-width:9000px){.best-drop_component__NGkKF{min-height:120px;padding:12px;border-radius:8px 4px 4px 8px}}.best-drop_component__NGkKF:after{position:absolute;right:25%;bottom:0;left:25%;z-index:2;height:2px;background:#6c7bf8;border-radius:2px;box-shadow:0 -6px 60px 12px #6c7bf84d;content:""}.best-drop_title__ZA8RP{position:relative;z-index:5;font-weight:400;font-size:17px;line-height:1;text-align:center;text-transform:uppercase;background:linear-gradient(180deg,#a599aa,#fff1e9);color:transparent;-webkit-background-clip:text;background-clip:text}@media (max-width:9000px){.best-drop_title__ZA8RP{font-size:10px}}.best-drop_emptyOwnDescription__Ld6Hi{position:relative;z-index:5;display:grid;grid-template-columns:auto auto;grid-gap:8px;gap:8px;align-items:center;justify-content:space-between;color:#eee9e7;font-weight:600;font-size:13px;line-height:1.2}@media (max-width:9000px){.best-drop_emptyOwnDescription__Ld6Hi{grid-template-columns:1fr;justify-content:center;text-align:center;font-size:0;gap:0;position:relative}.best-drop_emptyOwnDescription__Ld6Hi:before{content:"Отсутствует";color:#eee9e7;font-weight:600;font-size:10px;display:block}}.best-drop_homeLink__4wZzc{padding:11px 16px;color:#553a22;font-weight:800;font-size:11px;text-transform:uppercase;background:#ffa860;border-radius:8px;transition:background .3s ease}@media (max-width:9000px){.best-drop_homeLink__4wZzc{display:none}}.best-drop_homeLink__4wZzc:hover{background:#ffac68}.favorite-case_component__Gy4k7{position:relative;display:grid;align-content:space-between;min-height:200px;padding:24px;overflow:hidden;background:#1e1b21;border-radius:4px 16px 16px 4px}@media (max-width:9000px){.favorite-case_component__Gy4k7{min-height:120px;padding:12px;border-radius:4px 8px 8px 4px}}.favorite-case_component__Gy4k7:after{position:absolute;right:25%;bottom:0;left:25%;z-index:3;height:2px;background:#59c591;border-radius:2px;box-shadow:0 -6px 60px 12px #4affa84d;content:""}.favorite-case_title__rSqXv{position:relative;z-index:4;font-weight:400;font-size:17px;line-height:1;text-align:center;text-transform:uppercase;background:linear-gradient(180deg,#a599aa,#fff1e9);color:transparent;-webkit-background-clip:text;background-clip:text}@media (max-width:9000px){.favorite-case_title__rSqXv{font-size:10px}}.favorite-case_label__JfQn3{position:relative;z-index:4;color:#eee9e7;font-weight:700;font-size:14px;line-height:1.2;text-align:center}@media (max-width:9000px){.favorite-case_label__JfQn3{font-size:9px}}.navigation_component__uGDu8{position:relative;z-index:3}.navigation_categories__LK5BZ{display:flex;gap:2px}.category_component__n7l14{width:100%;height:60px;overflow:hidden;border-radius:4px}@media (max-width:9000px){.category_component__n7l14{height:42px}}.category_component__n7l14:first-child{border-radius:12px 4px 4px}@media (max-width:9000px){.category_component__n7l14:first-child{border-radius:8px 4px 4px}}.category_component__n7l14:last-child{border-radius:4px 12px 4px 4px}@media (max-width:9000px){.category_component__n7l14:last-child{border-radius:4px 8px 4px 4px}}.category_button__oKcWb{position:relative;display:grid;grid-auto-flow:column;grid-gap:8px;gap:8px;align-items:center;justify-content:center;width:100%;height:100%;padding:0 12px;color:#d0cdd4;font-weight:700;font-size:14px;text-transform:uppercase;background:#252229;cursor:pointer;transition:color .3s,background .3s}@media (max-width:9000px){.category_button__oKcWb{font-size:10px;padding:0 8px}}.category_button__oKcWb:hover{background-color:#2b2830}.category_button__oKcWb:before{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#413a40,#645d6b);opacity:0;transition:opacity .3s;content:""}.category_button__oKcWb.category_active__7INYi{color:#eeecf0;pointer-events:none}.category_button__oKcWb.category_active__7INYi:before{opacity:1}.category_button__oKcWb span{position:relative}.category_icon__UlU_4{position:relative;width:24px;height:24px;transition:fill .3s;fill:#d0cdd4}@media (max-width:9000px){.category_icon__UlU_4{width:16px;height:16px}}.category_active__7INYi .category_icon__UlU_4{fill:#eeecf0}.category_counter__kA0C0{padding:3px 6px;color:#fff;font-weight:700;font-size:12px;background:#6c7bf8;border-radius:7px}@media (max-width:9000px){.category_counter__kA0C0{font-size:9px;padding:2px 4px;border-radius:4px}}.navigation_row__EHiro{margin-top:2px;padding:20px;background:#1d1a21;border-radius:4px 4px 12px 12px}@media (max-width:9000px){.navigation_row__EHiro{padding:10px}}.navigation_orders__PzAdY{display:flex;flex-direction:column;gap:12px;min-height:42px;align-items:stretch}.case_component__nWDLG{line-height:1;min-height:100vh;display:flex;flex-direction:column}.case_top__QsYxx{padding:0 0 25px;flex:0 0 auto}.case_footer__CMSUZ{padding-bottom:200px;flex:0 0 auto}@media (max-width:9000px){.case_top__QsYxx{padding:0 0 25px}}.case_inner__NlFY7{position:relative;z-index:1;padding-top:24px}@media (max-width:9000px){.case_inner__NlFY7{padding-top:24px}}.case_footer__CMSUZ{padding-top:25px;padding-bottom:25px}@media (max-width:9000px){.case_footer__CMSUZ{padding-top:25px;padding-bottom:120px}}.case-item_item__jDEPP{position:relative;width:100%;height:100%;overflow:hidden;transition:width .2s ease;pointer-events:none}.case-item_item__jDEPP+.case-item_item__jDEPP{border-left:1px solid #120f12}.case-item_item__jDEPP.case-item_single__vFDSB{overflow:visible}.case-item_item__jDEPP.case-item_two__EW7Bx{width:50%}.case-item_item__jDEPP.case-item_three___t_fG{width:33.333%}.case-item_item__jDEPP.case-item_four__qf3YC{width:25%}.case-item_item__jDEPP.case-item_five__drLEj{width:20%}.case-item_item__jDEPP.case-item_single__vFDSB .case-item_image__SXpBm{max-width:270px;max-height:none;opacity:1;animation:none}@media (max-width:1800px){.case-item_item__jDEPP.case-item_single__vFDSB .case-item_image__SXpBm{max-width:240px}}@media (max-width:1200px){.case-item_item__jDEPP.case-item_single__vFDSB .case-item_image__SXpBm{max-width:210px}}@media (max-width:900px){.case-item_item__jDEPP.case-item_single__vFDSB .case-item_image__SXpBm{max-width:180px}}@media (max-width:599px){.case-item_item__jDEPP.case-item_single__vFDSB .case-item_image__SXpBm{max-width:150px}}.case-item_imageWrapper__t9YlK{display:flex;align-items:center;justify-content:center;width:100%;height:100%}@keyframes case-item_case-show-animation__2fR2K{0%{transform:translateY(25px);opacity:0}to{transform:none;opacity:1}}.case-item_image__SXpBm{max-width:80%;max-height:95%;-webkit-backface-visibility:hidden;backface-visibility:hidden;opacity:0;animation:case-item_case-show-animation__2fR2K .2s ease forwards;animation-delay:.2s}@keyframes balance_slide-up__rZZbj{to{transform:translateY(0);opacity:1}}.balance_component__h_XgV{position:relative;z-index:2;display:flex;justify-content:center;width:100%;text-align:center}.balance_refill__ArNLh .balance_informer__GFH9A{background-color:#e378824d}.balance_refill__ArNLh .balance_informerTitle__kCXhU{color:#ff7b7b}.balance_refill__ArNLh .balance_informerContent__p9Zw5{color:#e9dddd}.balance_informer__GFH9A{position:absolute;bottom:100%;width:-webkit-max-content;width:max-content;max-width:calc(100vw - 30px);margin-bottom:24px;padding:17px 34px 14px;text-align:center;background-color:#ffc28e4d;border-radius:11px;transform:translateY(16px);opacity:0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:balance_slide-up__rZZbj .2s ease-out forwards}@media (max-width:900px){.balance_informer__GFH9A{margin-bottom:84px}}@media (max-width:599px){.balance_informer__GFH9A{margin-bottom:78px;padding:15px 20px}}.balance_informerTitle__kCXhU{margin-bottom:2px;color:#ffbf89;font-weight:800;font-size:16px;line-height:19px;text-transform:uppercase}@media (max-width:1200px){.balance_informerTitle__kCXhU{font-size:14px}}@media (max-width:900px){.balance_informerTitle__kCXhU{font-size:13px}}@media (max-width:599px){.balance_informerTitle__kCXhU{font-weight:700;font-size:12px}}.balance_informerContent__p9Zw5{color:#fff;font-size:14px;line-height:17px}@media (max-width:900px){.balance_informerContent__p9Zw5{font-size:13px}}@media (max-width:599px){.balance_informerContent__p9Zw5{font-size:12px;line-height:14px}}.balance_btn__f2l_s{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:16px 20px;color:#0d3421;font-weight:800;font-size:15px;text-align:center;text-transform:uppercase;background-color:#4cea9e;border-radius:11px;transition:color .3s ease,background-color .3s ease}@media (max-width:1200px){.balance_btn__f2l_s{padding:12px 20px;font-size:13px}}@media (max-width:900px){.balance_btn__f2l_s{padding:10px 16px;font-size:12px}}@media (max-width:599px){.balance_btn__f2l_s{padding:10px 16px;font-size:12px;border-radius:8px}}@media (hover:hover){.balance_btn__f2l_s:hover{background-color:#51ffab}}.balance_btn__f2l_s:hover{color:#0d3421}.balance_btn__f2l_s:active{background-color:#51ffab}.balance_btn__f2l_s path{fill:currentcolor}.balance_btnIcon__f9SxI{width:24px;height:24px;margin-right:6px;object-fit:contain}@media (max-width:900px){.balance_btnIcon__f9SxI{width:20px;height:20px}}.case_container__qsUTT{position:relative;max-width:2060px;margin:0 auto;padding:0 15px}@media (max-width:9000px){.case_container__qsUTT{padding:0 15px}}.case_christmas__kPLqN .case_container__qsUTT{z-index:1}.case_containerSmall__bz_pI{max-width:1610px}.case_consumer__CvP_q{max-width:590px;margin-right:auto;margin-bottom:25px;margin-left:auto;padding:25px;background:#1f1a1e;border:none;border-radius:16px}@media (max-width:9000px){.case_consumer__CvP_q{padding:25px;margin-bottom:25px}}.case_consumerTitle__pppgA{margin:0 0 10px;padding:0 10px;color:#6c7bf8;font-weight:800;font-size:12px;line-height:22px;text-align:center;text-transform:uppercase}@media (max-width:9000px){.case_consumerTitle__pppgA{font-size:12px}}.case_consumerText__fkV8i{padding:0;color:#eadfe4;font-size:12px;line-height:1.5;text-align:center}@media (max-width:9000px){.case_consumerText__fkV8i{padding:0;font-size:12px}}.case_containsTitle__s7QCe{font-weight:800;font-size:14px;text-align:center;text-transform:uppercase;background:linear-gradient(0deg,#e8ecff,#a8b3f8 161.29%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}@media (max-width:9000px){.case_containsTitle__s7QCe{font-size:14px}}.case_items__W3Omr{padding-top:20px}@media (max-width:9000px){.case_items__W3Omr{padding-top:20px}}.case_caseSnowstorm___rBxV .case_top__QsYxx,.case_caseFiveYears__0MWO0 .case_top__QsYxx{overflow:hidden}.header_component__gURl1{display:grid;grid-auto-flow:column;grid-gap:16px;gap:24px;align-items:center;justify-content:space-between;margin-bottom:16px}@media (max-width:9000px){.header_component__gURl1{gap:24px;margin-bottom:16px}}.header_main__AdUHc{display:grid;grid-auto-flow:column;grid-gap:16px;gap:16px;align-items:center}.header_side__ZZZyZ{display:grid;grid-auto-flow:column;gap:6px;justify-content:end}@media (max-width:9000px){.header_side__ZZZyZ{gap:6px}}.header_title__nBzki{overflow:hidden;font-weight:300;font-size:16px;line-height:20px;white-space:nowrap;text-overflow:ellipsis;text-align:center;background:linear-gradient(0deg,#fff8ee,#ada28d 161.29%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}@media (max-width:9000px){.header_title__nBzki{font-size:16px;line-height:20px;text-align:center}}.header_back__IT7Te{display:none}@media (max-width:9000px){.header_back__IT7Te{display:none}}@media (max-width:9000px){.mainContent_image__6v0h8{max-width:150px}}.skeleton-case_footer__WYgiu{display:flex;flex-wrap:wrap;justify-content:center;height:auto;margin-top:30px;margin-bottom:0}@media (max-width:9000px){.skeleton-case_footer__WYgiu{flex-wrap:wrap;justify-content:center;height:auto;margin-top:30px}}.skeleton-case_footerWrapper__MR_GC{display:flex;flex:0 1;justify-content:center;order:1;margin-bottom:15px;padding:0 5px}@media (max-width:9000px){.skeleton-case_footerWrapper__MR_GC{flex:0 1;justify-content:center;order:1;margin-bottom:15px;padding:0 5px}}.skeleton-case_footerList__0Kibt{display:flex;overflow:hidden;border-radius:9px}.skeleton-case_footerItem__XfVLK:not(:first-child){margin-left:1px}.skeleton-case_footerItem__XfVLK:first-child .skeleton-case_footerLabel__AEiDB{border-radius:6px 0 0 6px}@media (max-width:9000px){.skeleton-case_footerItem__XfVLK:first-child .skeleton-case_footerLabel__AEiDB{border-radius:6px 0 0 6px}}.skeleton-case_footerItem__XfVLK:last-child .skeleton-case_footerLabel__AEiDB{border-radius:0 6px 6px 0}@media (max-width:9000px){.skeleton-case_footerItem__XfVLK:last-child .skeleton-case_footerLabel__AEiDB{border-radius:0 6px 6px 0}}.skeleton-case_footerLabel__AEiDB{position:relative;display:flex;align-items:center;justify-content:center;min-width:40px;min-height:46px;padding:15px 7px;color:#89848d;font-weight:700;font-size:10px;text-align:center;text-transform:uppercase;background-color:#211d23;cursor:pointer;transition:background-color .3s ease,color .3s ease}@media (max-width:9000px){.skeleton-case_footerLabel__AEiDB{min-width:40px;min-height:46px;padding:15px 7px;font-size:10px}}.skeleton-case_footerLabel__AEiDB:hover{color:#b3a3a8;background-color:#262128}.skeleton-case_footerLabel__AEiDB.active{color:#fff;background-color:#6c7bf8}.skeleton-case_footerBtnWrapper__ptJCX{display:flex;justify-content:center;order:3;width:100%;padding:0}@media (max-width:9000px){.skeleton-case_footerBtnWrapper__ptJCX{justify-content:center;order:3;width:100%;padding:0}}.skeleton-case_footerBtn__rfhCd{position:relative;display:flex;align-items:center;justify-content:center;min-height:46px;padding:10px 24px;color:#fff;font-weight:800;font-size:12px;text-align:center;text-transform:uppercase;background-color:#6c7bf8;border-radius:8px;transition:color .3s ease,background-color .3s ease}@media (max-width:9000px){.skeleton-case_footerBtn__rfhCd{min-height:46px;padding:10px 24px;font-size:12px;border-radius:8px}}.skeleton-case_footerBtn__rfhCd:hover{background-color:#7d8cff}.skeleton-case_footerBtn__rfhCd:disabled{opacity:.5;cursor:not-allowed}.skeleton-case_footerFastWrapper__pNiw7{flex:0 1;order:2;margin-bottom:15px;padding:0 5px}@media (max-width:9000px){.skeleton-case_footerFastWrapper__pNiw7{flex:0 1;order:2;margin-bottom:15px;padding:0 5px}}.skeleton-case_footerFast__0ZURC{position:relative;display:inline-flex;align-items:center;min-height:46px;padding:10px 14px 10px 48px;color:#cbbfc3;font-weight:700;font-size:10px;text-transform:uppercase;background-color:#211d23;border-radius:9px;cursor:pointer;transition:background-color .3s ease,color .3s ease}@media (max-width:9000px){.skeleton-case_footerFast__0ZURC{min-height:46px;padding:10px 14px 10px 48px;font-size:10px}}.skeleton-case_footerFast__0ZURC:hover{background-color:#262128;color:#fff}.skeleton-case_footerFast__0ZURC:before{content:"";position:absolute;left:14px;width:24px;height:24px;background:#ffffff1a;border:2px solid #625b62;border-radius:4px;transition:all .3s ease}.skeleton-case_footerFast__0ZURC.active:before{background:#6c7bf8;border-color:#6c7bf8}.skeleton-case_footerFast__0ZURC.active{color:#fff}.items_component__zPrau{display:flex;flex-wrap:wrap;justify-content:center;margin:-6px -3px 0}@media (max-width:9000px){.items_component__zPrau{margin:-6px -3px 0}}.items_componentItem__hIKxl{position:relative;flex-shrink:0;width:50%;margin-top:6px;padding:0 3px}@media (max-width:9000px){.items_componentItem__hIKxl{width:50%;margin-top:6px;padding:0 3px}}.items_item___yumK{position:relative;width:100%;height:140px;margin-right:auto;margin-left:auto;overflow:hidden;background:linear-gradient(180deg,#494e5400 -7.98%,#828a963c 83.46%),#21212c;border-radius:10px}.items_itemPrice__value{position:absolute;top:8px;right:8px;z-index:3;color:#6c7bf8;font-weight:700;font-size:13px;line-height:15px;text-shadow:0 2px 4px rgba(0,0,0,.5)}@media (max-width:900px){.items_itemPrice__value{font-size:11px;top:6px;right:6px}}@media (max-width:9000px){.items_item___yumK{height:140px}}.items_item___yumK:before{position:absolute;top:8px;right:0;left:0;z-index:2;width:80px;height:80px;margin:auto;background-repeat:no-repeat;background-size:100%;content:""}@media (max-width:9000px){.items_item___yumK:before{top:8px;width:80px;height:80px}}.items_item___yumK:after{position:absolute;right:0;bottom:0;left:0;width:100%;max-width:90px;height:2px;margin:auto;border-radius:2px;content:""}@media (max-width:9000px){.items_item___yumK:after{width:100%;max-width:90px}}.items_item___yumK.items_common__class,.items_item___yumK.items_consumer__zvxA_,.items_item___yumK.items_default__WGuyx{background:linear-gradient(1turn,#463c46,#272127 59.04%)}.items_item___yumK.items_common__class:after,.items_item___yumK.items_consumer__zvxA_:after,.items_item___yumK.items_default__WGuyx:after{background:#969396;box-shadow:0 -6px 60px 12px #cdcdcd4d}.items_item___yumK.items_legendary__class,.items_item___yumK.items_knife__7TXmA{background:linear-gradient(1turn,#3d3026,#272127 58.71%)}.items_item___yumK.items_legendary__class:after,.items_item___yumK.items_knife__7TXmA:after{background:#db975d;box-shadow:0 -6px 60px 12px #cd814280}.items_item___yumK.items_uncommon__class,.items_item___yumK.items_milspec__GXlX8{background:linear-gradient(1turn,#324549,#272127 58.44%)}.items_item___yumK.items_uncommon__class:after,.items_item___yumK.items_milspec__GXlX8:after{background:#79a8ca;box-shadow:0 -6px 60px 12px #5cf5ff4d}.items_item___yumK.items_rare__class,.items_item___yumK.items_industrial__C6ZkJ{background:linear-gradient(1turn,#2c3159,#272127 58.48%)}.items_item___yumK.items_rare__class:after,.items_item___yumK.items_industrial__C6ZkJ:after{background:#5776e4;box-shadow:0 -6px 60px 12px #839eff4d}.items_item___yumK.items_epic__class,.items_item___yumK.items_restricted__j_ZuQ{background:linear-gradient(1turn,#463050,#272127 58.48%)}.items_item___yumK.items_epic__class:after,.items_item___yumK.items_restricted__j_ZuQ:after{background:#7750e4;box-shadow:0 -6px 60px 12px #9664ff4d}.items_item___yumK.items_classified__j2tPK{background:linear-gradient(1turn,#4e2f41,#272127 59.04%)}.items_item___yumK.items_classified__j2tPK:after{background:#c55980;box-shadow:0 -6px 60px 12px #ff94ba4d}.items_item___yumK.items_covert___H792{background:linear-gradient(1turn,#3e2a2c,#272127 58.28%)}.items_item___yumK.items_covert___H792:after{background:#da5763;box-shadow:0 -6px 60px 12px #e2515e80}.items_itemPicture__70ujy{position:absolute;top:10px;right:0;left:0;z-index:3;width:auto;height:75px;margin:auto;display:flex;align-items:center;justify-content:center}.items_itemPicture__70ujy img{width:100%;height:100%;object-fit:contain}.items_itemPicture__70ujy svg{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain}@media (max-width:9000px){.items_itemPicture__70ujy:has(svg){top:-10px;height:75px}}.items_itemDescription__cIZCM{position:absolute;bottom:8px;left:0;z-index:4;width:100%;text-align:center}.items_itemCode__4d169{position:relative;z-index:25;padding:0 8px;overflow:hidden;background:linear-gradient(0deg,#e8ecff,#a8b3f8 161.29%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);font-weight:400;font-size:12px;line-height:14px;white-space:nowrap;text-overflow:ellipsis}@media (max-width:9000px){.items_itemCode__4d169{font-size:12px;line-height:14px}}.items_itemTitle__cwmZo{position:relative;z-index:25;margin:2px 0 0;padding:0 8px;overflow:hidden;color:#eee9e7;font-weight:700;font-size:12px;line-height:14px;white-space:nowrap;text-overflow:ellipsis}@media (max-width:9000px){.items_itemTitle__cwmZo{font-size:12px;line-height:14px}}.navigation_total__TBxlQ{display:flex;gap:8px;align-items:center;justify-content:center;color:#9e9ba2;font-weight:500;font-size:14px;line-height:20px}@media (max-width:9000px){.navigation_total__TBxlQ{font-size:10px}}.navigation_counter__kaN34{padding:6px 8px;color:#d0cdd4;font-size:12px;line-height:16px;background:#252229;border-radius:5px}@media (max-width:9000px){.navigation_counter__kaN34{padding:4px 6px;font-size:9px;line-height:12px}}.tools_component__SmtrD{display:flex;flex-wrap:wrap;gap:12px;flex-shrink:0;align-items:center;justify-content:center;width:100%}.available-filter_component__KNJ4G{display:flex;flex-direction:column;gap:8px;align-items:center;justify-content:center;height:100%;cursor:pointer;white-space:nowrap}.available-filter_title___uUYt{color:#d0cdd4;font-weight:500;font-size:14px;line-height:20px;transition:color .3s ease}@media (max-width:9000px){.available-filter_title___uUYt{font-size:10px}}.available-filter_component__KNJ4G:hover .available-filter_title___uUYt{color:#fff}.square-switch_component__swczy{position:relative;width:36px;height:20px;background:#d0cdd41a;border-radius:12px;transition:background .3s}.square-switch_thumb__4rapV{position:absolute;top:2px;left:2px;width:16px;height:16px;background:#6c6970;border-radius:8px;transition:transform .3s,background .3s}.square-switch_input__WduTa{position:absolute;width:0;height:0;opacity:0}.square-switch_input__WduTa:checked+.square-switch_thumb__4rapV{transform:translate(16px);background:#6c7bf8}.square-switch_thumb__4rapV.active{transform:translate(16px);background:#6c7bf8}.sell-button_component__7Pdh5{display:grid;grid-template-columns:auto 1fr;grid-gap:6px;gap:6px;align-items:center;height:42px;padding:0 14px;background:#6c7bf8;border-radius:8px;transition:background .3s ease}@media (max-width:9000px){.sell-button_component__7Pdh5{height:32px;padding:0 10px}}.sell-button_component__7Pdh5:hover{background:#6c7bf8}.sell-button_icon__NgQnJ{width:20px;height:20px;fill:#fff}@media (max-width:9000px){.sell-button_icon__NgQnJ{width:14px;height:14px}}.sell-button_title__KDL8n{color:#fff2f3;font-weight:700;font-size:12px}@media (max-width:9000px){.sell-button_title__KDL8n{font-size:9px}}.empty_component__gbkJ2{display:grid;grid-template-columns:auto 1fr;grid-gap:28px;gap:28px;align-items:center;padding:28px;background:#1d1a21;border-radius:16px}@media (max-width:9000px){.empty_component__gbkJ2{gap:10px;padding:12px;border-radius:10px}}.empty_infoIcon__blbu0{width:56px;height:56px;padding:14%;border:3px solid #6c7bf8;border-radius:100%;box-shadow:0 0 50px 10px #6c7bf83d;fill:#6c7bf8}@media (max-width:9000px){.empty_infoIcon__blbu0{width:32px;height:32px;border:2px solid #6c7bf8}}.empty_content__zkyCK{display:grid;grid-template-columns:1fr auto;grid-gap:10px;gap:10px;align-items:center}.empty_info__X9MY0{display:grid;grid-gap:4px;gap:4px}.empty_title__C9DKH{color:#6c7bf8;font-weight:800;font-size:17px;text-transform:uppercase}@media (max-width:9000px){.empty_title__C9DKH{font-size:12px}}.empty_description__AcP7U{color:#b9a6a6;font-weight:400;font-size:14px}@media (max-width:9000px){.empty_description__AcP7U{font-size:9px}}.empty_link__pACTS{display:grid;grid-auto-flow:column;grid-gap:8px;gap:8px;align-items:center;justify-content:space-between;padding:17px 22px;color:#fff;font-weight:800;font-size:13px;line-height:1;text-transform:uppercase;background:#6c7bf8;border-radius:10px;transition:background .3s ease}@media (max-width:9000px){.empty_link__pACTS{padding:8px 12px;font-size:9px;border-radius:6px}}.empty_link__pACTS:hover{color:#fff;background:#6c7bf8}.empty_forwardIcon__hlBcw{width:22px;height:22px;fill:#fff}@media (max-width:9000px){.empty_forwardIcon__hlBcw{width:14px;height:14px}}.mobile-panel_list__6Dsf5>li{padding:4px 0 6px}.mobile-panel_list__6Dsf5>li .mobile-panel_link__VUkYh{display:grid;grid-gap:2px;gap:2px;align-items:center;justify-items:center;padding:4px 12px;text-decoration:none}.mobile-panel_list__6Dsf5>li .mobile-panel_icon__BAHRB{width:24px;height:24px;object-fit:contain;transition:opacity .3s ease}.mobile-panel_list__6Dsf5>li .mobile-panel_link__VUkYh:hover .mobile-panel_icon__BAHRB,.mobile-panel_list__6Dsf5>li .mobile-panel_link__VUkYh:active .mobile-panel_icon__BAHRB{opacity:.8}.mobile-panel_list__6Dsf5>li .mobile-panel_label__z_jKY{font-size:7px;font-weight:500;line-height:1;color:#fff9;text-transform:uppercase;transition:color .3s ease}.mobile-panel_list__6Dsf5>li .mobile-panel_link__VUkYh:hover .mobile-panel_label__z_jKY,.mobile-panel_list__6Dsf5>li .mobile-panel_link__VUkYh:active .mobile-panel_label__z_jKY{color:#ffffffd9}.profile-sell-button{position:absolute;bottom:5px;right:5px;background:#6c7bf8;color:#fff;border:none;padding:4px 8px;border-radius:4px;font-size:10px;font-family:HCo Gotham,sans-serif;cursor:pointer;z-index:10;transition:opacity .2s ease,transform .2s ease}.profile-sell-button:hover{opacity:.9;transform:scale(1.02)}.profile-sell-button:active{transform:scale(.98)}.live-feed-item-enter{animation:liveFeedItemEnter .4s ease-out}@keyframes liveFeedItemEnter{0%{opacity:0;transform:translate(-20px) scale(.9)}to{opacity:1;transform:translate(0) scale(1)}}.live-item_infoImage___meef{width:40px;height:40px;display:flex;align-items:center;justify-content:center;overflow:hidden}.live-item_img{width:100%;height:100%;object-fit:contain}.live-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.live-modal-content{background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:16px;padding:24px;min-width:320px;max-width:90vw;display:flex;flex-direction:row;align-items:center;gap:20px;position:relative;border:1px solid rgba(108,123,248,.3);box-shadow:0 20px 60px #00000080;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.live-modal-close{position:absolute;top:12px;right:12px;background:#ffffff1a;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#999;transition:all .2s ease}.live-modal-close:hover{background:#fff3;color:#fff}.live-modal-case{display:flex;flex-direction:column;align-items:center;gap:8px}.live-modal-case-image{width:100px;height:100px;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(0,0,0,.3))}.live-modal-case-name{color:#999;font-size:12px;text-align:center;font-family:HCo Gotham,sans-serif}.live-modal-arrow{color:#6c7bf8;display:flex;align-items:center;justify-content:center;animation:arrowPulse 1.5s ease-in-out infinite}@keyframes arrowPulse{0%,to{transform:translate(0);opacity:1}50%{transform:translate(5px);opacity:.7}}.live-modal-item{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px;border-radius:12px;background:#ffffff0d;min-width:120px}.live-modal-item.live-item_covert__Jg2fW{background:linear-gradient(135deg,#eb4b4b33,#eb4b4b0d);border:1px solid rgba(235,75,75,.3)}.live-modal-item.live-item_classified__ra2fv{background:linear-gradient(135deg,#d32ce633,#d32ce60d);border:1px solid rgba(211,44,230,.3)}.live-modal-item.live-item_restricted__F7XP1{background:linear-gradient(135deg,#8847ff33,#8847ff0d);border:1px solid rgba(136,71,255,.3)}.live-modal-item.live-item_industrial__t56V_{background:linear-gradient(135deg,#5e98d933,#5e98d90d);border:1px solid rgba(94,152,217,.3)}.live-modal-item-image{width:80px;height:80px;display:flex;align-items:center;justify-content:center}.live-modal-img{width:100%;height:100%;object-fit:contain}.live-modal-item-name{color:#fff;font-size:14px;font-weight:500;text-align:center;font-family:HCo Gotham,sans-serif}.live-modal-item-value{color:#4cea9e;font-size:16px;font-weight:700;font-family:HCo Gotham,sans-serif}@media (max-width: 480px){.live-modal-content{flex-direction:column;padding:20px 16px;gap:16px}.live-modal-arrow{transform:rotate(90deg)}@keyframes arrowPulse{0%,to{transform:rotate(90deg) translate(0);opacity:1}50%{transform:rotate(90deg) translate(5px);opacity:.7}}.live-modal-case-image{width:80px;height:80px}.live-modal-item-image{width:70px;height:70px}}@font-face{font-family:Gotham Bold;src:url(/fonts/Gotham-Bold_Web.woff2) format("woff2"),url(/fonts/Gotham-Bold_Web.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Gotham Book;src:url(/fonts/Gotham-Book_Web.woff2) format("woff2"),url(/fonts/Gotham-Book_Web.woff) format("woff");font-weight:400;font-style:normal}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:#120f12;z-index:9999;overflow:hidden;display:flex;justify-content:center;align-items:center;visibility:visible;opacity:1}.loading-container{display:flex;flex-direction:column;align-items:center;gap:1px}.loading-animation{width:200px;height:200px;position:relative;margin-bottom:0}.loading-animation svg{width:100%!important;height:100%!important}.loading-title{font-family:Gotham Bold,sans-serif;font-size:24px;font-weight:700;color:#fff;margin:0;letter-spacing:.5px}.loading-text{font-family:Gotham Book,sans-serif;font-size:10px;color:#ffffff80;margin:0;letter-spacing:1px;text-transform:uppercase}.loading-dots:after{content:"";animation:dots 1.5s steps(4,end) infinite}@keyframes dots{0%,20%{content:""}40%{content:"."}60%{content:".."}80%,to{content:"..."}}@media (max-width: 768px){.loading-animation{width:150px;height:150px;margin-bottom:0}.loading-title{font-size:22px}.loading-text{font-size:9px}.loading-container{gap:1px}}
