@import"https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,500;0,600;0,700;1,700&display=swap";.Toast-module__toast{width:360px;padding:10px;border-radius:7px;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:rgba(43,43,43,.8);box-shadow:0 0 15px -3px #0003,0 4px 6px -4px #0003;overflow:hidden;cursor:pointer;display:flex;align-items:center;animation:Toast-module__toastEnter .2s linear}.Toast-module__toast.Toast-module__exit{animation:Toast-module__toastExit .2s linear forwards}.Toast-module__toast+.Toast-module__toast{margin-top:10px}.Toast-module__toast.Toast-module__success .Toast-module__title{color:#49d663}.Toast-module__toast.Toast-module__error .Toast-module__title{color:#ff365a}@media screen and (max-width: 380px){.Toast-module__toast{width:100%}}.Toast-module__icon{margin-right:10px;min-width:30px;width:30px;height:30px}.Toast-module__messageWrapper{display:flex;flex-direction:column;width:100%}.Toast-module__title{font-size:16px;font-weight:600;line-height:20px}.Toast-module__message{color:#f4ebe9;font-size:14px;font-weight:400;white-space:pre-wrap}@keyframes Toast-module__toastEnter{0%{transform:translate(100%);opacity:.2}to{transform:translate(0);opacity:1}}@keyframes Toast-module__toastExit{0%{transform:translate(0);opacity:1}to{transform:translate(calc(100% + 5px));opacity:.2}}.Toasts-module__wrapper{position:fixed;top:10px;right:10px;max-height:100vh;z-index:400}@media screen and (max-width: 380px){.Toasts-module__wrapper{left:10px}}*,*:before,*:after{font-family:Nunito,Rubik,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--accent: #32B147}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}a{text-decoration:none;color:inherit;font-weight:inherit;font-size:inherit}button,input,textarea{border:0;outline:0;background-color:transparent;color:inherit;font-weight:inherit;font-size:inherit}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}span{display:block}body{min-height:100vh;width:100vw;overflow-x:hidden;background:rgba(35,35,35,.1) url(https://cdn.jsdelivr.net/gh/HolingHoman/_1_OxideRust@master/dist/assets/bg.webp);background-attachment:fixed;background-size:cover;color:#fff;font-size:14px;font-weight:600}body::-webkit-scrollbar{width:8px}body::-webkit-scrollbar-track{background-color:#232323}body::-webkit-scrollbar-thumb{background-color:#32b147;border-radius:2px}.container{width:1316px;padding:0 10px;margin:0 auto}@media screen and (max-width: 1316px){.container{width:100%}}.noScroll{max-height:100vh;overflow:hidden}.errorMessage{display:block;width:100%;text-align:center;margin:20px 0;font-size:16px;color:#4e3534}.bpBgModalImg{background-image:url(https://gamestores.app/img/games/rust/blueprintbase.png);background-size:contain;background-repeat:no-repeat}.gs-loader__spinner{animation:unset;height:auto;border:unset;border-bottom-color:unset;width:65px;aspect-ratio:1;position:relative}.gs-loader__spinner:before,.gs-loader__spinner:after{content:"";position:absolute;border-radius:50px;box-shadow:0 0 0 3px inset #32b147;animation:l5 2.5s infinite}.gs-loader__spinner:after{animation-delay:-1.25s;border-radius:0}@keyframes l5{0%{top:0;right:35px;bottom:35px;left:0}12.5%{top:0;right:35px;bottom:0;left:0}25%{top:35px;right:35px;bottom:0;left:0}37.5%{top:35px;right:0;bottom:0;left:0}50%{top:35px;right:0;bottom:0;left:35px}62.5%{top:0;right:0;bottom:0;left:35px}75%{top:0;right:0;bottom:35px;left:35px}87.5%{top:0;right:0;bottom:35px;left:0}to{top:0;right:35px;bottom:35px;left:0}}.dropDownWrapper{position:relative}.dropDownCurrentItem{width:100%;border-radius:7px;background:rgba(106,106,106,.3);cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:10px;white-space:nowrap;font-size:15px;outline:1px solid transparent;transition:all .1s ease}.dropDownCurrentItem:hover,.dropDownCurrentItem:focus{outline:1px solid rgb(50,177,71)}.dropDownCurrentText{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropDownList{width:100%;margin-top:2px;position:absolute;top:100%;border-radius:7px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:rgba(58,58,58,.9);box-shadow:0 0 15px -3px #0003,0 4px 6px -4px #0003;padding:8px;max-height:200px;overflow-y:auto;z-index:60}.dropDownList::-webkit-scrollbar{width:10px}.dropDownList::-webkit-scrollbar-track{background:#333333}.dropDownList::-webkit-scrollbar-thumb{background:#333333;box-shadow:inset 0 0 2px #0003}.dropDownList.dropDownListOpenOnTop{top:unset;bottom:100%;transform:translateY(3px) scale(.94);margin-bottom:2px}.dropDownItem{width:100%;display:flex;flex-direction:column;cursor:pointer;padding:8px 12px;color:#939393;font-size:14px;font-weight:400;line-height:17px;border-radius:5px;text-align:left;transition:all .2s ease}.dropDownItem+.dropDownItem{margin-top:2px}.dropDownItem:hover,.dropDownItem:focus,.dropDownItem.active{color:#f4ebe9;background-color:#32b147}.skeletonWrapper{position:relative;overflow:hidden}.skeletonWrapper:after{top:0;left:0;bottom:0;content:"";position:absolute;width:300%;height:100%;background:linear-gradient(90deg,transparent 20%,hsla(0,0%,39%,.1) 50%,transparent 80%);animation:.7s ease-out infinite skeletonLoaderKeyframes}@keyframes skeletonLoaderKeyframes{0%{transform:translate(-100%)}to{transform:translate(100%)}}.ProfileNav-module__wrapper{min-width:177px;max-width:177px;margin-right:10px}@media screen and (max-width: 970px){.ProfileNav-module__wrapper{margin-right:0;max-width:initial;margin-bottom:20px;width:100%}}.ProfileNav-module__header{display:flex;align-items:center;flex-direction:column}.ProfileNav-module__img{width:100%;height:177px;margin-bottom:9px}.ProfileNav-module__name{color:#f4ebe9;font-size:20px;font-weight:600;line-height:24px;margin-bottom:30px}.ProfileNav-module__body{display:flex;flex-direction:column}.ProfileNav-module__navItem{display:flex;align-items:center;justify-content:center;cursor:pointer;height:40px;border-radius:7px;background:rgb(43,43,43);padding:10px;color:#6a6a6a;font-size:14px;font-weight:500;line-height:17px;transition:all .15s ease}.ProfileNav-module__navItem:hover,.ProfileNav-module__navItem:focus,.ProfileNav-module__navItem.ProfileNav-module__active{color:#f4ebe9;background:rgb(50,177,71)}.ProfileNav-module__navItem+.ProfileNav-module__navItem{margin-top:10px}.ProfileNav-module__logOut{cursor:pointer;margin-top:40px;text-align:center;display:block;width:100%;padding:10px;color:#f4ebe9;border-radius:7px;background:rgb(219,67,67)}.Button-module__btn{cursor:pointer;border-radius:7px;padding:7px 13px;transition:all .2s ease}.Button-module__btn.Button-module__accent{color:#f4ebe9;font-size:16px;font-weight:600;line-height:19px;background:linear-gradient(-55.96deg,rgb(59,80,53) -34.163%,rgb(144,190,69) 190.259%),rgba(33,33,38,.5)}.Button-module__btn.Button-module__accent:hover,.Button-module__btn.Button-module__accent:focus{box-shadow:0 0 6px -2px #32b147}.Button-module__btn.Button-module__gray{color:#939393;font-size:16px;font-weight:500;line-height:19px;background:rgb(43,43,43)}.Button-module__btn.Button-module__gray:hover,.Button-module__btn.Button-module__gray:focus{color:#f4ebe9}.Button-module__btn.Button-module__disabled{opacity:.7;cursor:wait}.Selector-module__dropDownWrapper{width:100%;position:relative}.Selector-module__dropDownCurrentItem{width:100%;border-radius:7px;background:rgba(106,106,106,.3);cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:10px;white-space:nowrap;font-size:15px;outline:1px solid transparent;transition:all .1s ease}.Selector-module__dropDownCurrentItem:hover,.Selector-module__dropDownCurrentItem:focus{outline:1px solid rgb(50,177,71)}.Selector-module__dropDownCurrentText{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Selector-module__dropDownList{width:100%;position:absolute;background:#333333;border-radius:7px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:rgba(58,58,58,.9);box-shadow:0 0 15px -3px #0003,0 4px 6px -4px #0003;padding:8px;max-height:200px;overflow-y:auto;z-index:60}.Selector-module__dropDownList::-webkit-scrollbar{width:10px}.Selector-module__dropDownList::-webkit-scrollbar-track{background:transparent}.Selector-module__dropDownList::-webkit-scrollbar-thumb{background:rgb(50,177,71);box-shadow:inset 0 0 2px #0003}.Selector-module__dropDownList.Selector-module__openOnTop{margin-bottom:2px;bottom:100%}.Selector-module__dropDownList.Selector-module__openOnBottom{margin-top:2px;top:100%}.Selector-module__dropDownItem{width:100%;display:flex;flex-direction:column;cursor:pointer;padding:8px 12px;color:#939393;font-size:14px;font-weight:400;line-height:17px;border-radius:5px;text-align:left;transition:all .2s ease}.Selector-module__dropDownItem+.Selector-module__dropDownItem{margin-top:2px}.Selector-module__dropDownItem:hover,.Selector-module__dropDownItem:focus,.Selector-module__dropDownItem.Selector-module__active{color:#f4ebe9;background-color:#32b147}.Selector-module__icon{width:20px;height:20px;flex:0 0 20px}.RewardItemContent-module__winItems{width:80%;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(140px,160px));justify-content:center;margin:20px 0 50px}.RewardItemContent-module__item{position:relative;border-radius:7px;background:rgba(0,0,0,.2);padding:10px;overflow:hidden}.RewardItemContent-module__img{object-fit:contain;width:100%;aspect-ratio:1/1}.RewardItemContent-module__productInfo{display:flex;flex-direction:column}.RewardItemContent-module__productName{margin-bottom:25px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#f4ebe9;font-size:14px;font-weight:500;line-height:15px}.RewardItemContent-module__productCount{padding:2px 8px;border:1px solid rgba(255,255,255,0);border-radius:6px;background:rgba(165,165,165,.2);color:#f4ebe9;font-size:12px;font-weight:500;line-height:15px}.RewardKitContent-module__body{margin:30px 0;display:flex;flex-direction:column;align-items:center;width:100%}.RewardKitContent-module__kitImg{width:180px;height:180px;margin-bottom:30px}.RewardKitContent-module__kitName{font-size:20px;margin-bottom:30px}.RewardKitContent-module__containsItems{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:20px}.RewardKitContent-module__items{width:80%;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(140px,160px));justify-content:center;margin:20px 0 50px}.RewardKitContent-module__item{position:relative;border-radius:7px;background:rgba(0,0,0,.2);padding:10px;overflow:hidden}.RewardKitContent-module__img{object-fit:contain;width:100%;aspect-ratio:1/1}.RewardKitContent-module__productInfo{display:flex;flex-direction:column}.RewardKitContent-module__productName{margin-bottom:25px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#f4ebe9;font-size:14px;font-weight:500;line-height:15px}.RewardKitContent-module__productCount{padding:2px 8px;border:1px solid rgba(255,255,255,0);border-radius:6px;background:rgba(165,165,165,.2);color:#f4ebe9;font-size:12px;font-weight:500;line-height:15px}.RewardContent-module__header{margin-top:30px;font-size:24px}.RewardContent-module__closeBtn{min-width:360px}.RewardContent-module__footer{display:flex;flex-direction:column}.RewardRouletteContent-module__lineWrapper{position:relative;width:100%;overflow:hidden;display:flex;height:290px;align-items:center}.RewardRouletteContent-module__triangle{position:absolute;left:50%;transform:translate(-50%);width:0;height:0;z-index:6;top:8px;border-left:12px solid transparent;border-right:12px solid transparent;border-top:18px solid rgb(50,177,71)}.RewardRouletteContent-module__line{position:absolute;display:flex}.RewardRouletteContent-module__rouletteItem{overflow:hidden;border-radius:7px;background:rgba(0,0,0,.2);padding:10px}.RewardRouletteContent-module__rouletteItem+.RewardRouletteContent-module__rouletteItem{margin-left:10px}.RewardRouletteContent-module__rouletteItemImg{width:160px;height:160px;object-fit:contain;margin-bottom:7px}.RewardRouletteContent-module__rouletteItemInfo{display:flex;flex-direction:column;align-items:center}.RewardRouletteContent-module__rouletteItemName{margin-bottom:25px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#f4ebe9;font-size:14px;font-weight:500;line-height:15px}.RewardRouletteContent-module__rouletteItemCount{padding:2px 8px;border:1px solid rgba(255,255,255,0);border-radius:6px;background:rgba(165,165,165,.2);color:#f4ebe9;font-size:12px;font-weight:500;line-height:15px}.RewardRouletteContent-module__winItems{width:80%;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(140px,160px));justify-content:center;margin:20px 0 50px}.RewardRouletteContent-module__item{position:relative;border-radius:7px;background:rgba(0,0,0,.2);padding:10px;overflow:hidden}.RewardRouletteContent-module__img{object-fit:contain;width:100%;aspect-ratio:1/1}.RewardRouletteContent-module__productInfo{display:flex;flex-direction:column}.RewardRouletteContent-module__productName{margin-bottom:25px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#f4ebe9;font-size:14px;font-weight:500;line-height:15px}.RewardRouletteContent-module__productCount{border-radius:2px;background-color:#333;padding:2px 4px;position:absolute;top:2px;right:6px;color:#6a6a6a}.PromocodeRewardModal-module__modalWrapper{overflow-x:hidden;overflow-y:auto;position:fixed;top:0;left:0;width:100vw;min-height:100vh;height:100%;z-index:200;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:rgba(35,35,35,.6)}.PromocodeRewardModal-module__modalWrapper::-webkit-scrollbar{width:10px}.PromocodeRewardModal-module__modalWrapper::-webkit-scrollbar-track{background-color:#5858581a}.PromocodeRewardModal-module__modalWrapper::-webkit-scrollbar-thumb{background-color:#32b147;border-radius:2px}.PromocodeRewardModal-module__content{padding:10px 15px 10px 10px;position:relative;display:flex;align-items:center;flex-direction:column;text-align:center;justify-content:space-between;min-height:100vh}.ProfileContent-module__wrapper{width:100%;margin-bottom:30px}.ProfileContent-module__body{display:flex;flex-direction:column}.ProfileContent-module__infoWrapper{margin-bottom:20px}.ProfileContent-module__infoLine{background:rgb(43,43,43);display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:20px 30px}.ProfileContent-module__infoLine:nth-child(odd){background:rgba(50,177,71,.2)}.ProfileContent-module__infoLine:first-child{border-radius:4px 4px 0 0}.ProfileContent-module__infoLine:last-child{border-radius:0 0 4px 4px}.ProfileContent-module__infoLineTitle{color:#f4ebe9;font-size:16px;font-weight:600;line-height:20px;text-transform:uppercase}.ProfileContent-module__inputWrapper{display:flex;width:100%;height:50px;margin-bottom:20px}@media screen and (max-width: 680px){.ProfileContent-module__inputWrapper{height:auto;flex-direction:column}}.ProfileContent-module__input{width:100%;height:50px;border:1px solid rgb(48,165,98);border-radius:7px;padding:0 15px;background:transparent;color:#939393;font-size:14px;font-weight:400;line-height:17px;text-transform:uppercase}.ProfileContent-module__usePromoBtn{margin-left:20px;height:50px;min-width:200px}@media screen and (max-width: 680px){.ProfileContent-module__usePromoBtn{margin-left:0;margin-top:15px}}.ProfileContent-module__infoLineValue{color:#32b147;font-size:16px;font-weight:600;line-height:20px;text-align:right}.ProfileContent-module__infoLineValue.ProfileContent-module__steamid{cursor:pointer}.ProfileContent-module__timedDiscountInfo{white-space:pre-wrap;padding:15px;color:#6a6a6a}.ProfileContent-module__title{color:#939393;text-transform:uppercase;font-size:14px;font-weight:400;line-height:17px;margin-bottom:6px}.Profile-module__wrapper{display:flex;align-items:flex-start}@media screen and (max-width: 970px){.Profile-module__wrapper{flex-direction:column-reverse}}.ShopFooter-module__wrapper{margin-top:20px}.ShopFooter-module__links{display:flex;align-items:center;justify-content:space-around;text-transform:uppercase;font-weight:500}@media screen and (max-width: 612px){.ShopFooter-module__links{flex-direction:column;row-gap:10px}}.ShopFooter-module__link{font-size:12px;padding:2px 4px;color:#797979;text-align:center;transition:all .1s ease}.ShopFooter-module__link:hover{color:#32b147}.ShopFooter-module__text{margin-bottom:10px;text-align:center;font-size:12px;color:#696969}.Servers-module__servers{display:flex;flex-wrap:wrap;justify-content:center;column-gap:10px;row-gap:10px;margin-bottom:10px}.Servers-module__server{cursor:pointer;color:#6a6a6a;font-size:14px;font-weight:500;line-height:17px;padding:12px 14px;border-radius:7px;background:rgb(43,43,43);flex:1;min-width:200px;max-width:300px;transition:all .15s ease}.Servers-module__server.Servers-module__active,.Servers-module__server:hover,.Servers-module__server:focus{color:#f4ebe9;background:rgba(50,177,71,.2)}.Categories-module__categories{display:flex;column-gap:10px;flex-wrap:wrap;row-gap:10px}.Categories-module__category{cursor:pointer;color:#6a6a6a;font-size:14px;font-weight:500;line-height:17px;padding:12px 14px;border-radius:7px;background:rgb(43,43,43);transition:all .15s ease;display:flex;align-items:center;column-gap:5px}.Categories-module__category.Categories-module__active,.Categories-module__category:hover{color:#f4ebe9!important;background-color:#32b14733!important}.Categories-module__category.Categories-module__enableFocus:focus{color:#f4ebe9!important;background-color:#32b14733!important}.Categories-module__icon{max-width:20px;max-height:20px;object-fit:contain;width:100%}.Search-module__wrapper{position:relative;width:100%;height:50px;background:transparent;margin-top:5px}.Search-module__wrapper:after{content:"";position:absolute;bottom:0;left:0;right:0;background-color:#2b2b2b;border-radius:5px;width:100%;height:3px}.Search-module__iconWrapper{position:absolute;top:50%;right:20px;transform:translateY(-50%);display:flex;align-items:center;justify-content:center}.Search-module__icon{width:18px;height:18px}.Search-module__icon path{stroke:#727272}.Search-module__input{position:absolute;top:0;bottom:0;right:20px;left:10px;color:#f4ebe9;font-size:14px;font-weight:500;line-height:17px}.Search-module__input::placeholder{color:#727272}.Product-module__wrapper{display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer;overflow:hidden;border-radius:7px;background:radial-gradient(140% 140% at 50% 210%,rgb(146,146,146),rgba(63,63,63,0) 100%),rgb(43,43,43);height:200px;transition:all .2s ease}.Product-module__wrapper:before{content:"";z-index:1;position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;background:radial-gradient(100% 100% at 50% 100%,rgba(50,177,71,.2),rgba(109,255,134,0) 100%),rgb(43,43,43);transition:all .2s ease}.Product-module__wrapper:hover .Product-module__img,.Product-module__wrapper:active .Product-module__img{transform:rotate(-3deg)}.Product-module__wrapper:hover:before,.Product-module__wrapper:active:before{opacity:1}.Product-module__wrapper:hover .Product-module__name,.Product-module__wrapper:active .Product-module__name{transform:translateY(0)}.Product-module__price,.Product-module__name,.Product-module__count{position:absolute;z-index:3}.Product-module__price{top:10px;left:10px;display:flex;align-items:center;font-size:14px;line-height:17px}.Product-module__currentPrice{color:#32b147}.Product-module__oldPrice{color:#6a6a6a;position:relative;margin-right:4px}.Product-module__oldPrice+.Product-module__currentPrice{color:#fa4949}.Product-module__oldPrice:after{position:absolute;content:"";width:100%;height:2px;background-color:#6a6a6a;top:50%;left:0;transform:translateY(-50%)}.Product-module__name{z-index:6;transition:all .2s ease;transform:translateY(100%);width:100%;padding:10px 8px;bottom:0;left:0;text-align:center;color:#f4ebe9;font-size:14px;font-weight:500;line-height:17px}.Product-module__count{right:10px;top:10px;color:#6a6a6a;font-size:14px;font-weight:600;line-height:17px;transition:all .15s ease}.Product-module__img{z-index:2;object-fit:contain;width:136px;aspect-ratio:auto;height:136px;transition:all .2s ease}@keyframes Product-module__productAnimation{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.CountSelector-module__label{width:100%;text-align:left;display:block;color:#f4ebe9;font-size:13px;font-weight:500;line-height:16px;margin-bottom:6px}.CountSelector-module__inputWrapper{width:100%;display:flex;height:36px;overflow:hidden;border-radius:7px;background:rgba(106,106,106,.3)}.CountSelector-module__input{text-align:center;font-size:15px;width:100%;padding:0 10px}.CountSelector-module__changeCountBtn{width:60px;height:100%;position:relative;display:flex;cursor:pointer;align-items:center;justify-content:center;transition:all .15s ease}.CountSelector-module__changeCountBtn:active .CountSelector-module__icon{transform:translateY(1px)}.CountSelector-module__icon{width:76%;height:76%;transition:all .15s ease}.TotalSum-module__wrapper{height:100%;width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;margin-bottom:6px}.TotalSum-module__label{width:100%;text-align:left;display:block;color:#f4ebe9;font-size:13px;font-weight:500;line-height:16px}.TotalSum-module__inputWrapper{border-radius:7px;width:100%;display:flex;height:36px;background:rgba(106,106,106,.3);position:relative}.TotalSum-module__currency{position:absolute;right:0;top:50%;transform:translateY(-50%);height:100%;padding:0 10px;color:#32b147;line-height:36px}.TotalSum-module__input{width:100%;padding:0 10px;color:#f4ebe9;font-size:18px;font-weight:500;line-height:19px}.ActionSelector-module__label{width:100%;text-align:left;display:block;font-weight:500;margin-bottom:6px}.ActionSelector-module__actionSelector{width:100%}.ActionSelector-module__icon{width:20px;height:20px;flex:0 0 20px}.ModalLayout-module__wrapper{width:100vw;position:fixed;top:0;right:0;bottom:0;left:0;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:rgba(35,35,35,.6);z-index:200}.ModalLayout-module__overflowWrapper{height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}.ModalLayout-module__overflowWrapper::-webkit-scrollbar{width:8px}.ModalLayout-module__overflowWrapper::-webkit-scrollbar-track{background-color:#5858581a}.ModalLayout-module__overflowWrapper::-webkit-scrollbar-thumb{background-color:#32b147;border-radius:2px}@media screen and (max-width: 760px){.ModalLayout-module__overflowWrapper::-webkit-scrollbar{width:0}}.ModalLayout-module__positionWrapper{min-height:100%;display:flex;align-items:flex-start;justify-content:center;text-align:center;padding:0 10px}.ModalLayout-module__modal{margin-top:20px;margin-bottom:20px;border-radius:10px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:rgba(58,58,58,.5);padding:20px 30px}@media screen and (max-width: 540px){.ModalLayout-module__modal{padding:20px 10px}}.Kits-module__kits{width:100%;display:flex;flex-direction:column;row-gap:10px;border-radius:7px;background:rgba(106,106,106,.3);padding:10px;margin-bottom:10px}.Kits-module__title{color:#fff;font-size:14px;font-weight:500;line-height:17px}.Kits-module__kit{width:100%;display:flex;align-items:center;justify-content:space-around;border-radius:7px;background:rgba(31,31,31,.3);padding:5px 10px}.Kits-module__info{width:100%;display:flex;align-items:flex-start;flex-direction:column}.Kits-module__name{color:#fff;font-size:14px;font-weight:500;line-height:17px;margin-bottom:2px}.Kits-module__description{text-align:start;width:100%;color:#868686;font-size:14px;font-weight:500;line-height:17px}.Kits-module__openBtn{cursor:pointer;margin-left:5px;border-radius:5px;background:rgba(50,177,71,.4);padding:5px 10px;transition:all .2s ease}.Kits-module__openBtn:hover{background:rgba(50,177,71,.5)}.Kits-module__modal{width:600px;-webkit-backdrop-filter:unset;backdrop-filter:unset;background:transparent;box-shadow:none}@media screen and (max-width: 620px){.Kits-module__modal{width:100%}}.Kits-module__modalHeader{display:flex;justify-content:space-around;align-items:center;padding:6px 10px;border-radius:4px;background:rgba(50,177,71,.2);margin-bottom:10px}.Kits-module__kitTitle{text-align:start;margin-right:5px;width:100%;color:#fff;font-size:14px;font-weight:500;line-height:17px}.Kits-module__kitInfo{display:flex;justify-content:space-between;column-gap:10px;margin-bottom:10px}.Kits-module__kitInfoWrapper{width:100%;padding:10px;border-radius:4px;background:rgba(106,106,106,.3)}.Kits-module__kitInfoTitle{width:100%;color:#868686;font-size:14px;font-weight:500;line-height:17px}.Kits-module__kitInfoValue{color:#fff;font-size:14px;font-weight:500;line-height:17px;margin-bottom:2px}.Kits-module__kitItems{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:10px}.Kits-module__kitItem{position:relative;padding:5px 5px 8px;border-radius:4px;background:rgba(106,106,106,.3)}.Kits-module__kitItemImg{width:100%}.Kits-module__kitItemCount{position:absolute;bottom:5px;left:50%;transform:translate(-50%);color:#fff;font-size:12px;font-weight:400;line-height:15px}.ItemContent-module__label{width:100%;text-align:left;display:block;font-weight:500;margin-bottom:6px}.ItemContent-module__img{width:200px;height:200px;margin-bottom:20px}.ItemContent-module__description{word-break:break-word;color:#939393;font-size:14px;font-weight:500;line-height:17px;margin-bottom:10px}.ItemContent-module__footer{display:flex;align-items:center;justify-content:space-between}.ProductModal-module__command,.ProductModal-module__bp,.ProductModal-module__item,.ProductModal-module__dropdown{width:480px}.ProductModal-module__roulette{width:744px}.ProductModal-module__set{width:613px}@media screen and (max-width: 500px){.ProductModal-module__dropdown,.ProductModal-module__item,.ProductModal-module__bp,.ProductModal-module__command{width:100%}}@media screen and (max-width: 653px){.ProductModal-module__set{width:100%}}@media screen and (max-width: 784px){.ProductModal-module__roulette{width:100%}}.ProductModal-module__header{color:#f4ebe9;font-size:20px;font-weight:600;line-height:24px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.ProductModal-module__img{max-width:282px;width:100%;height:282px;object-fit:contain;margin-bottom:20px}.ProductModal-module__description{list-style:inside;text-align:left;margin-bottom:10px}.ProductModal-module__description a{color:#32b147;cursor:pointer;transition:all .15s ease}.ProductModal-module__description a:hover{color:#32b147}.ProductModal-module__form{margin-bottom:15px}.ProductModal-module__formRow{display:grid;grid-template-columns:repeat(auto-fit,minmax(0%,1fr));gap:15px;margin-bottom:15px}.ProductModal-module__formRow.ProductModal-module__single{grid-template-columns:repeat(1,1fr);gap:0}@media screen and (max-width: 460px){.ProductModal-module__formRow{grid-template-columns:repeat(1,1fr)}}.ProductModal-module__productAvailability{color:#6a6a6a;display:block;text-align:center;font-weight:500;margin-bottom:5px}.ProductModal-module__giveText{padding:8px;display:block;text-align:center;color:#32b147;font-size:13px;font-weight:500;line-height:15px;border-radius:7px;background:rgba(50,177,71,.2);margin-bottom:10px}.ProductModal-module__containsTitle{width:100%;text-align:left;display:block;font-weight:500;margin-bottom:6px}.Bonuses-module__bonuses{width:100%;display:flex;flex-direction:column;row-gap:10px;border-radius:7px;background:rgba(106,106,106,.3);padding:10px;margin-bottom:10px}.Bonuses-module__bonus{width:100%;border-radius:7px;background:rgba(31,31,31,.3);padding:5px 10px}.Bonuses-module__bonus.Bonuses-module__open .Bonuses-module__popupText{margin-top:8px;max-height:10000px;visibility:visible;opacity:1;transition:opacity .1s ease,max-height .1s ease,margin-top .1s ease,visibility 0s step-end}.Bonuses-module__topInfo{display:flex;align-items:center;justify-content:space-around}.Bonuses-module__info{width:100%;display:flex;align-items:flex-start;flex-direction:column}.Bonuses-module__name{color:#fff;font-size:14px;font-weight:500;line-height:17px;margin-bottom:2px}.Bonuses-module__subTitle{text-align:start;width:100%;color:#868686;font-size:14px;font-weight:500;line-height:17px}.Bonuses-module__value,.Bonuses-module__openBtn,.Bonuses-module__popupBtn{height:30px;margin-left:5px;border-radius:5px;background:rgba(50,177,71,.4);padding:5px 10px}.Bonuses-module__popupText{text-align:start;width:100%;color:#fff;font-size:14px;font-weight:500;line-height:17px;max-height:0;margin-top:0;visibility:hidden;opacity:0;transition:opacity .1s ease,visibility .1s step-end,margin-top .1s ease,max-height .1s ease}.Bonuses-module__openBtn{cursor:pointer;transition:all .2s ease}.Bonuses-module__openBtn:hover{background:rgba(50,177,71,.5)}.Bonuses-module__modal{width:600px;-webkit-backdrop-filter:unset;backdrop-filter:unset;background:transparent;box-shadow:none}@media screen and (max-width: 620px){.Bonuses-module__modal{width:100%}}.Bonuses-module__modalHeader{display:flex;justify-content:space-around;align-items:center;padding:6px 10px;border-radius:4px;background:rgba(50,177,71,.2);margin-bottom:10px}.Bonuses-module__bonusModalTitle{text-align:start;margin-right:5px;width:100%;color:#fff;font-size:14px;font-weight:500;line-height:17px}.Bonuses-module__bonusModalDescriptionWrapper{width:100%;padding:10px;border-radius:4px;background:rgba(106,106,106,.3)}.Bonuses-module__bonusModalDescription{width:100%;color:#fff;font-size:14px;font-weight:500;line-height:17px}.ProductItemSelector-module__label{width:100%;text-align:left;display:block;font-weight:500;margin-bottom:6px}.ProductItemSelector-module__items{display:grid;grid-template-columns:repeat(auto-fit,minmax(64px,1fr));gap:8px}.ProductItemSelector-module__item{border-radius:7px;background:rgba(106,106,106,.3);position:relative;cursor:pointer;padding:4px;height:64px;transition:all .15s ease}.ProductItemSelector-module__item.ProductItemSelector-module__active:before,.ProductItemSelector-module__item:hover:before,.ProductItemSelector-module__item:focus:before{opacity:1}.ProductItemSelector-module__item:before{content:"";z-index:1;position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;background:radial-gradient(100% 100% at 50% 100%,rgba(50,177,71,.2),rgba(106,106,106,0) 100%),rgb(50,50,50);border-radius:7px;transition:all .2s ease}.ProductItemSelector-module__img{position:relative;width:100%;height:100%;object-fit:contain;z-index:5}.ProductItemSelector-module__serverSelector{width:100%}.ProductItemSelector-module__icon{width:20px;height:20px}.SelectContent-module__selectorWrapper{margin-bottom:15px}.SelectContent-module__label{width:100%;text-align:left;display:block;color:#f4ebe9;font-size:13px;font-weight:500;line-height:16px;margin-bottom:6px}.SelectContent-module__footer{display:flex;align-items:center;justify-content:space-between}.KitContent-module__img{width:200px;height:200px;margin-bottom:20px}.KitContent-module__label{width:100%;text-align:left;display:block;font-weight:500;margin-bottom:6px}.KitContent-module__description{word-break:break-word;color:#939393;font-size:14px;font-weight:500;line-height:17px;margin-bottom:20px}.KitContent-module__containsItems{display:grid;grid-template-columns:repeat(auto-fill,minmax(124px,1fr));gap:15px;margin-bottom:15px}.KitContent-module__containsItem{border-radius:7px;background:rgba(0,0,0,.2);padding:30px 20px 20px;position:relative;display:flex;align-items:center;justify-content:center}.KitContent-module__itemCount{padding:2px 14px;position:absolute;bottom:15px;left:50%;transform:translate(-50%);color:#f4ebe9;font-size:12px;font-weight:500;line-height:14px;border:1px solid rgba(255,255,255,0);border-radius:6px;background:rgba(165,165,165,.2)}.KitContent-module__itemName{padding:0 4px;width:100%;position:absolute;top:15px;left:50%;transform:translate(-50%);color:#f4ebe9;font-size:14px;font-weight:600;line-height:15px;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.KitContent-module__itemImg{width:70px;height:70px;object-fit:contain}.KitContent-module__footer{display:flex;align-items:center;justify-content:space-between}.RouletteContent-module__label{width:100%;text-align:left;display:block;font-weight:500;margin-bottom:6px}.RouletteContent-module__rouletteWrapper{padding-top:50px;width:100%;position:relative}.RouletteContent-module__lineWrapper{position:relative;width:100%;overflow:hidden;display:flex;height:260px;align-items:center;margin-bottom:30px}.RouletteContent-module__lineWrapper:after,.RouletteContent-module__lineWrapper:before{content:"";position:absolute;top:0;bottom:0;width:80px;z-index:100}.RouletteContent-module__lineWrapper:before{left:0;background:linear-gradient(90deg,rgba(37,37,37,.81) 0%,rgba(255,255,255,0) 100%)}.RouletteContent-module__lineWrapper:after{right:0;background:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(37,37,37,.81) 100%)}@media screen and (max-width: 600px){.RouletteContent-module__lineWrapper:after,.RouletteContent-module__lineWrapper:before{width:30px}}.RouletteContent-module__triangle{position:absolute;left:50%;transform:translate(-50%);width:0;height:0;z-index:6;top:20px;border-left:10px solid transparent;border-right:10px solid transparent;border-top:14px solid rgb(50,177,71)}.RouletteContent-module__line{position:absolute;display:flex}.RouletteContent-module__rouletteItem{overflow:hidden;border-radius:7px;background:rgb(43,43,43);padding:12px 28px}.RouletteContent-module__rouletteItem+.RouletteContent-module__rouletteItem{margin-left:19px}.RouletteContent-module__rouletteItemImg{width:160px;height:160px;object-fit:contain;margin-bottom:7px}.RouletteContent-module__rouletteItemInfo{margin-top:4px;display:flex;flex-direction:column;align-items:center}.RouletteContent-module__rouletteItemName{color:#f4ebe9;font-size:13px;font-weight:500;line-height:15px;margin-bottom:20px}.RouletteContent-module__rouletteItemCount{box-sizing:border-box;border:1px solid rgba(255,255,255,0);border-radius:6px;background:rgba(165,165,165,.2);padding:1px 20px}.RouletteContent-module__footer{display:flex;align-items:center;justify-content:space-between}.RouletteContent-module__containsItems{display:grid;grid-template-columns:repeat(auto-fill,minmax(188px,1fr));gap:15px;margin-bottom:15px}.RouletteContent-module__containsItem{border-radius:7px;background:rgba(0,0,0,.2);padding:8px;display:flex}.RouletteContent-module__itemInfo{display:flex;align-items:flex-start;flex-direction:column;max-width:100%;overflow:hidden}.RouletteContent-module__itemCount{color:#939393;font-size:12px;font-weight:400;line-height:12px;text-align:start}.RouletteContent-module__itemName{color:#f4ebe9;font-size:14px;font-weight:600;line-height:15px;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.RouletteContent-module__itemImg{width:30px;height:30px;margin-right:8px;object-fit:contain}.Products-module__wrapper{margin-top:24px;width:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px}.Shop-module__wrapper{width:100%;margin-bottom:20px}.Shop-module__header{width:100%;font-size:17px}.Shop-module__body{position:relative;padding:0}.VKWidget-module__wrapper,.VKWidget-module__wrapper iframe{width:100%!important}.MonitoringServer-module__wrapper{border-radius:7px;padding:10px;background:radial-gradient(383% 209% at -270% 50%,rgba(124,124,124,.3),rgba(43,43,43,.3) 100%)}.MonitoringServer-module__nameWrapper{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:4px}.MonitoringServer-module__name{display:block;color:#f4ebe9;font-size:16px;font-weight:600;line-height:20px;text-transform:uppercase}.MonitoringServer-module__progressWrapper{position:relative;width:100%;margin-bottom:10px}.MonitoringServer-module__progressWrapper:hover .MonitoringServer-module__progressInfo{opacity:1;transform:translateY(0);visibility:visible;transition:transform .15s cubic-bezier(.4,0,.2,1),opacity .15s cubic-bezier(.4,0,.2,1),visibility 0s step-end}.MonitoringServer-module__progressInfo{z-index:7;position:absolute;width:100%;padding:5px 8px;border-radius:7px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:rgba(43,43,43,.8);box-shadow:0 0 15px -3px #0003,0 4px 6px -4px #0003;bottom:50%;left:0;margin-bottom:5px;opacity:0;transform:translateY(5px);visibility:hidden;transition:transform .15s cubic-bezier(.4,0,.2,1),opacity .15s cubic-bezier(.4,0,.2,1),visibility .15s step-end}.MonitoringServer-module__progressInfo:before{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);width:0;height:0;border-style:solid;border-width:8px 8px 0;border-color:#333333 transparent transparent transparent}.MonitoringServer-module__groupWrapper{border-radius:6px;height:8px;overflow:hidden;display:flex;box-shadow:inset 0 0 10px #00000080;width:100%}.MonitoringServer-module__playersPlaying{height:8px;width:0;background-color:#32b147}.MonitoringServer-module__playersJoining{height:8px;width:0;background-color:#dc8536;margin-left:2px}.MonitoringServer-module__playersInQueue{height:8px;width:0;background-color:#fa4949;margin-left:2px}.MonitoringServer-module__progressBarWrapper{margin-bottom:6px;border-radius:3px;position:relative;width:100%;height:8px;background:linear-gradient(90deg,#565656 5.12%,#575757 100%),#111111}.MonitoringServer-module__playersInfo{width:100%;display:block;text-align:center;font-size:15px}.MonitoringServer-module__progressBar{height:100%;width:100%}.MonitoringServer-module__serverDescription{color:#939393;font-size:14px;font-weight:500;line-height:17px;margin-bottom:2px}.MonitoringServer-module__online{color:#939393;font-size:14px;font-weight:500;line-height:17px;margin-bottom:5px;display:flex}.MonitoringServer-module__onlineValue{color:#32b147}.MonitoringServer-module__olineDivider{margin:0 4px;transform:rotate(15deg)}.MonitoringServer-module__btns{display:flex;align-items:center}.MonitoringServer-module__link,.MonitoringServer-module__btn{cursor:pointer}.MonitoringServer-module__link+.MonitoringServer-module__link,.MonitoringServer-module__link+.MonitoringServer-module__btn,.MonitoringServer-module__btn+.MonitoringServer-module__link,.MonitoringServer-module__btn+.MonitoringServer-module__btn{margin-left:10px}.MonitoringServer-module__icon{width:16px;height:16px;stroke:#6a6a6a;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.MonitoringServer-module__icon:hover{stroke:#32b147}.Loader-module__loaderWrapper{margin:0 auto;height:80px;width:80px}.Loader-module__loader{width:65px;aspect-ratio:1;position:relative}.Loader-module__loader:before,.Loader-module__loader:after{content:"";position:absolute;border-radius:50px;box-shadow:0 0 0 3px inset #32b147;animation:Loader-module__l5 2.5s infinite}.Loader-module__loader:after{animation-delay:-1.25s;border-radius:0}@keyframes Loader-module__l5{0%{top:0;right:35px;bottom:35px;left:0}12.5%{top:0;right:35px;bottom:0;left:0}25%{top:35px;right:35px;bottom:0;left:0}37.5%{top:35px;right:0;bottom:0;left:0}50%{top:35px;right:0;bottom:0;left:35px}62.5%{top:0;right:0;bottom:0;left:35px}75%{top:0;right:0;bottom:35px;left:35px}87.5%{top:0;right:0;bottom:35px;left:0}to{top:0;right:35px;bottom:35px;left:0}}.MonitoringWidget-module__header{display:flex;width:100%;align-items:center;justify-content:space-between}.MonitoringWidget-module__body{display:flex;flex-direction:column;row-gap:16px;position:relative;transition:all .1s ease}.MonitoringWidget-module__updatingLoaderWrapper{z-index:100;position:absolute;top:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#0003;opacity:0;pointer-events:none;left:-100%;transition:opacity .1s ease,left .1s step-end}.MonitoringWidget-module__onlineTitle{color:#f4ebe9;font-size:16px;font-weight:600;line-height:20px}.MonitoringWidget-module__total{color:#6a6a6a;font-size:16px;font-weight:600;line-height:20px;display:flex}.MonitoringWidget-module__onlineValue{color:#32b147}.SocialsWidget-module__socialContainer{padding:15px;border-radius:7px;transition:all .1s ease}.SocialsWidget-module__socialContainer.SocialsWidget-module__vk{background:radial-gradient(122% 122% at 50% 120%,rgba(0,120,255,.5),rgba(43,43,43,.5) 100%),rgba(43,43,43,.12)}.SocialsWidget-module__socialContainer.SocialsWidget-module__telegram{background:radial-gradient(122% 122% at 50% 120%,rgba(37,162,224,.5),rgba(43,43,43,.5) 100%),rgba(43,43,43,.12)}.SocialsWidget-module__socialContainer.SocialsWidget-module__discord{background:radial-gradient(122% 122% at 50% 120%,rgba(88,101,242,.5),rgba(43,43,43,.5) 100%),rgba(43,43,43,.12)}.SocialsWidget-module__social{display:flex;flex-direction:column;align-items:center;justify-content:center}.SocialsWidget-module__nav{display:flex;align-items:center;justify-content:center;column-gap:10px;margin-bottom:10px}.SocialsWidget-module__navBtn{cursor:pointer;width:6px;height:6px;border-radius:3px;background:rgba(206,207,214,.2);transition:all .2s ease}.SocialsWidget-module__navBtn.SocialsWidget-module__active{width:30px;background:rgba(206,207,214,.5)}.SocialsWidget-module__slider{position:relative;height:200px;border-radius:7px;margin-bottom:10px}.SocialsWidget-module__label{text-align:center;font-size:16px;font-weight:600;line-height:20px;margin-bottom:13px;transition:all .1s ease}.SocialsWidget-module__label.SocialsWidget-module__vk{color:#0078ff}.SocialsWidget-module__label.SocialsWidget-module__telegram{color:#25a2e0}.SocialsWidget-module__label.SocialsWidget-module__discord{color:#5865f2}.SocialsWidget-module__description{color:#f4ebe9;font-size:12px;font-weight:400;line-height:15px;margin-bottom:14px}.SocialsWidget-module__iconWrapper{width:74px;height:74px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.SocialsWidget-module__link{color:#f4ebe9;font-size:13px;font-weight:500;line-height:16px;padding:14px 20px;border-radius:37px;transition:all .1s ease}.SocialsWidget-module__link.SocialsWidget-module__vk{background-color:#0078ff}.SocialsWidget-module__link.SocialsWidget-module__telegram{background-color:#25a2e0}.SocialsWidget-module__link.SocialsWidget-module__discord{background-color:#5865f2}.Widgets-module__wrapper{min-width:332px;max-width:332px;margin-right:10px;display:flex;flex-direction:column;row-gap:15px}@media screen and (max-width: 1358px){.Widgets-module__wrapper{min-width:240px;max-width:240px}}@media screen and (max-width: 970px){.Widgets-module__wrapper{margin-right:0;max-width:initial;width:100%}}.Widgets-module__widgetWrapper{width:100%}.Widgets-module__widgetWrapper+.Widgets-module__widgetWrapper{margin-top:20px}.InfoModalsWidget-module__infoContainer{width:100%;display:flex;column-gap:10px}.InfoModalsWidget-module__modal{width:600px;-webkit-backdrop-filter:unset;backdrop-filter:unset;background:transparent;box-shadow:none}@media screen and (max-width: 620px){.InfoModalsWidget-module__modal{width:100%}}.InfoModalsWidget-module__modalHeader{display:flex;justify-content:space-around;align-items:center;padding:6px 10px;border-radius:4px;background:rgba(50,177,71,.2);margin-bottom:10px}.InfoModalsWidget-module__modalTitle{text-align:start;margin-right:5px;width:100%;color:#fff;font-size:14px;font-weight:500;line-height:17px}.InfoModalsWidget-module__btn{width:100%;cursor:pointer;font-size:14px;font-weight:500;line-height:17px;padding:12px 14px;border-radius:7px;background:rgb(43,43,43);transition:all .15s ease}.InfoModalsWidget-module__btn.InfoModalsWidget-module__active,.InfoModalsWidget-module__btn:hover{color:#f4ebe9!important;background-color:#32b14733!important}.InfoModalsWidget-module__wipeBlockModalBody{width:100%;padding:10px;border-radius:4px;background:rgba(106,106,106,.3);display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(80px,1fr))}.InfoModalsWidget-module__item{position:relative;padding:10px;border-radius:7px;background:rgba(106,106,106,.3)}.InfoModalsWidget-module__img{width:70px;height:70px}.InfoModalsWidget-module__timer{position:absolute;padding:5px;font-weight:400;font-size:15px;top:5px;right:5px;line-height:14px;color:#32b147;background:rgba(106,106,106,.3);box-shadow:0 1px 2px #0000004d;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:6px}.InfoModalsWidget-module__rulesModalBody{width:100%;padding:10px;border-radius:4px;display:flex;flex-direction:column;row-gap:10px;background:rgba(106,106,106,.3)}.InfoModalsWidget-module__ruleBlock{display:flex;flex-direction:column;align-items:flex-start}.InfoModalsWidget-module__ruleTitle{font-weight:700;font-size:20px;margin-bottom:6px;color:#fff}.InfoModalsWidget-module__ruleWrapper{margin-bottom:10px;display:flex;align-items:flex-start;text-align:start;color:#efeded;font-weight:500}.InfoModalsWidget-module__ruleNumber{margin-right:6px;color:#858585;background:#fff;border-radius:5px;font-size:12px;padding:2px 5px;box-shadow:0 4px 13px -5px #0003}.Slider-module__sliderContainer{margin:0 auto 30px}@media screen and (max-width: 998px){.Slider-module__sliderContainer{display:none}}.Slider-module__slider{position:relative;height:200px;border-radius:7px;margin-bottom:10px}.Slider-module__imgWrapper{width:100%;height:100%;overflow:hidden;position:relative;border-radius:5px}.Slider-module__img{width:100%;object-fit:cover;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;transition:transform .2s ease}.Slider-module__currImg{z-index:1;transform:translate(0)}.Slider-module__prevImg{z-index:2;transform:translate(-100%)}.Slider-module__nextImg{z-index:2;transform:translate(100%)}.Slider-module__btn{z-index:5;position:absolute;top:50%;border-radius:5px;cursor:pointer;background-color:#0003;width:50px;height:50px;display:flex;align-items:center;justify-content:center;transition:all .3s ease-in-out}.Slider-module__btn:hover{background-color:#0000004d}.Slider-module__leftBtn{left:0;transform:translate(50%,-50%)}.Slider-module__rightBtn{right:0;transform:translate(-50%,-50%)}.Slider-module__leftIcon{transform:rotate(180deg)}.Slider-module__nav{display:flex;align-items:center;justify-content:center;column-gap:10px}.Slider-module__navBtn{cursor:pointer;width:6px;height:6px;border-radius:3px;background:rgba(206,207,214,.2);transition:all .2s ease}.Slider-module__navBtn.Slider-module__active{width:30px;background:rgba(206,207,214,.5)}.Index-module__wrapper{display:flex;align-items:flex-start}@media screen and (max-width: 970px){.Index-module__wrapper{flex-direction:column-reverse}}.NavDropDown-module__wrapper{position:relative}.NavDropDown-module__btn{cursor:pointer;display:flex;align-items:center;justify-content:center;height:30px;padding:0 6px}.NavDropDown-module__btn:hover .NavDropDown-module__linkName,.NavDropDown-module__btn:focus .NavDropDown-module__linkName{color:#32b147}.NavDropDown-module__btn:hover .NavDropDown-module__icon,.NavDropDown-module__btn:focus .NavDropDown-module__icon{fill:#32b147}.NavDropDown-module__icon{width:20px;height:20px}.NavDropDown-module__linkName{color:#6a6a6a;font-size:14px;line-height:17px;cursor:pointer;transition:all .1s ease;text-transform:uppercase}.NavDropDown-module__linkName svg{fill:#696969}.NavDropDown-module__list{margin-top:2px;position:absolute;top:100%;left:50%;min-width:100%;z-index:55;border-radius:7px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:rgba(43,43,43,.8);box-shadow:0 0 15px -3px #0003,0 4px 6px -4px #0003;padding:4px 0;opacity:0;transform:translateY(3px) scale(.94) translate(-50%);visibility:hidden;pointer-events:none;transition:opacity .1s ease,transform .1s ease,visibility .1s step-end}@media screen and (max-width: 980px){.NavDropDown-module__list{top:0;left:0;background:transparent;box-shadow:none;display:block;position:relative}}.NavDropDown-module__list.NavDropDown-module__active{opacity:1;transform:translateY(0) scale(1) translate(-50%);visibility:visible;pointer-events:all;transition:opacity .1s ease,transform .1s ease,visibility 0s step-end}@media screen and (max-width: 980px){.NavDropDown-module__list.NavDropDown-module__active{transform:translateY(0) scale(1) translate(0)}}.NavDropDown-module__link{text-transform:initial;display:flex;flex-direction:column;cursor:pointer;padding:8px 12px;white-space:nowrap;border-radius:5px;text-align:left;width:100%;color:#6a6a6a;font-size:13px;line-height:16px;transition:all .2s ease}.NavDropDown-module__link+.NavDropDown-module__link{margin-top:2px}.NavDropDown-module__link:hover,.NavDropDown-module__link:focus{color:#32b147}@media screen and (max-width: 980px){.NavDropDown-module__link+.NavDropDown-module__link{margin-top:6px}}.NavServerDropDown-module__wrapper{position:relative}.NavServerDropDown-module__btn{cursor:pointer;display:flex;align-items:center;justify-content:center;height:30px;padding:0 6px}.NavServerDropDown-module__btn:hover .NavServerDropDown-module__shopTitle,.NavServerDropDown-module__btn:focus .NavServerDropDown-module__shopTitle{color:#32b147}.NavServerDropDown-module__btn:hover .NavServerDropDown-module__icon,.NavServerDropDown-module__btn:focus .NavServerDropDown-module__icon{fill:#32b147}.NavServerDropDown-module__icon{width:20px;height:20px}.NavServerDropDown-module__shopTitle{cursor:pointer;transition:all .1s ease;text-transform:uppercase}.NavServerDropDown-module__list{margin-top:2px;position:absolute;top:100%;left:-2%;z-index:55;min-width:100%;border-radius:7px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:rgba(43,43,43,.8);box-shadow:0 0 15px -3px #0003,0 4px 6px -4px #0003;padding:4px 0;opacity:0;transform:translateY(3px) scale(.94);visibility:hidden;pointer-events:none;transition:opacity .1s ease,transform .1s ease,visibility .1s step-end}.NavServerDropDown-module__list.NavServerDropDown-module__active{opacity:1;transform:translateY(0) scale(1);visibility:visible;pointer-events:all;transition:opacity .1s ease,transform .1s ease,visibility 0s step-end}@media screen and (max-width: 980px){.NavServerDropDown-module__list.NavServerDropDown-module__active{display:block}}@media screen and (max-width: 980px){.NavServerDropDown-module__list{margin-top:0;position:relative;top:0;left:0;display:none;background:transparent}}.NavServerDropDown-module__server{display:flex;flex-direction:column;cursor:pointer;padding:8px 12px;color:#6a6a6a;white-space:nowrap;border-radius:5px;text-align:left;width:100%;transition:all .2s ease}.NavServerDropDown-module__server+.NavServerDropDown-module__server{margin-top:2px}.NavServerDropDown-module__server:hover,.NavServerDropDown-module__server:focus{background-color:#32b147}.HeaderNav-module__wrapper{display:flex;align-items:center;column-gap:40px;margin-left:40px;text-transform:uppercase;flex-wrap:wrap}@media screen and (max-width: 980px){.HeaderNav-module__wrapper{display:none}}.HeaderNav-module__link{color:#6a6a6a;font-size:14px;line-height:17px;height:30px;cursor:pointer;padding:0 6px;display:flex;align-items:center;column-gap:10px;transition:all .1s ease}.HeaderNav-module__link svg{transition:all .2s ease;width:16px;height:16px}.HeaderNav-module__link:hover,.HeaderNav-module__link:focus{color:#32b147}.HeaderNav-module__link:hover svg,.HeaderNav-module__link:focus svg{transition:all .2s ease;fill:#32b147}.LangSwitcher-module__wrapper{position:relative}@media screen and (max-width: 612px){.LangSwitcher-module__wrapper{width:100%}}.LangSwitcher-module__btn{cursor:pointer;border-radius:7px;display:flex;align-items:center;justify-content:center;white-space:nowrap;height:46px}.LangSwitcher-module__btn:hover .LangSwitcher-module__currentLang,.LangSwitcher-module__btn:focus .LangSwitcher-module__currentLang{color:#32b147}@media screen and (max-width: 612px){.LangSwitcher-module__btn{width:100%;background-color:#2b2b2b}}.LangSwitcher-module__currentLang{color:#696969;cursor:pointer;padding:10px;transition:all .2s ease}.LangSwitcher-module__list{z-index:50;margin-top:2px;position:absolute;top:100%;left:-50%;min-width:100%;border-radius:7px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:rgba(43,43,43,.8);box-shadow:0 0 15px -3px #0003,0 4px 6px -4px #0003;padding:4px 0;opacity:0;transform:translateY(-3px) scale(.94);visibility:hidden;pointer-events:none;transition:opacity .1s ease,transform .1s ease,visibility .1s step-end}.LangSwitcher-module__list.LangSwitcher-module__active{opacity:1;transform:translateY(0) scale(1);visibility:visible;pointer-events:all;transition:opacity .1s ease,transform .1s ease,visibility 0s step-end}@media screen and (max-width: 612px){.LangSwitcher-module__list{width:100%;top:100%;left:0}}.LangSwitcher-module__lang{width:100%;display:flex;align-items:center;column-gap:6px;cursor:pointer;padding:8px 12px;color:#696969;white-space:nowrap;border-radius:5px;text-align:left;transition:all .2s ease}.LangSwitcher-module__lang+.LangSwitcher-module__lang{margin-top:2px}.LangSwitcher-module__lang:hover,.LangSwitcher-module__lang:focus{color:#32b147}.LangSwitcher-module__langIcon{width:15px;height:15px}.PlayerBalanceModal-module__header{color:#f4ebe9;font-size:20px;font-weight:600;line-height:24px;text-align:center;margin-bottom:30px}.PlayerBalanceModal-module__inputWrapper{position:relative;width:100%;border:1px solid rgb(50,177,71);border-radius:7px;height:64px;background-color:transparent}.PlayerBalanceModal-module__currencyInfo{position:absolute;top:50%;right:20px;transform:translateY(-50%);display:flex;align-items:center;column-gap:10px}.PlayerBalanceModal-module__currency{color:#32b147}.PlayerBalanceModal-module__currencyIcon{fill:#32b147}.PlayerBalanceModal-module__input{position:absolute;top:0;right:0;bottom:0;left:0;padding:0 20px;color:#939393;font-size:14px;font-weight:400;line-height:17px;height:100%}.PlayerBalanceModal-module__footer{margin-top:20px;display:flex;justify-content:space-between}.PlayerBalance-module__wrapper{margin-right:20px}@media screen and (max-width: 612px){.PlayerBalance-module__wrapper{width:100%;margin-right:0}}.PlayerBalance-module__btn{border-radius:7px;background:rgb(43,43,43);color:#6a6a6a;font-size:14px;font-weight:500;line-height:17px;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0 10px;height:46px;white-space:nowrap;column-gap:10px;transition:all .2s ease}.PlayerBalance-module__btn:hover,.PlayerBalance-module__btn:focus{background:rgba(50,177,71,.2);color:#32b147}.PlayerBalance-module__btn:hover svg,.PlayerBalance-module__btn:focus svg{fill:#32b147}.PlayerBalance-module__btn:hover .PlayerBalance-module__plusWrapper,.PlayerBalance-module__btn:focus .PlayerBalance-module__plusWrapper{background:rgba(50,177,71,.2)}.PlayerBalance-module__btn:hover .PlayerBalance-module__plusWrapper .PlayerBalance-module__line,.PlayerBalance-module__btn:focus .PlayerBalance-module__plusWrapper .PlayerBalance-module__line{background:rgb(50,177,71)}.PlayerBalance-module__btn svg{transition:all .2s ease}@media screen and (max-width: 612px){.PlayerBalance-module__btn{width:100%}}.PlayerBalance-module__plusWrapper{position:relative;border-radius:7px;background:rgb(106,106,106);width:26px;height:26px;transition:all .2s ease}.PlayerBalance-module__line{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#2b2b2b;width:1px;height:10px;transition:all .2s ease}.PlayerBalance-module__line:nth-child(1){transform:translate(-50%,-50%) rotate(90deg)}.PlayerBalance-module__modal{width:486px}@media screen and (max-width: 506px){.PlayerBalance-module__modal{width:100%}}.CrosseCloseBtn-module__btn{width:20px;height:20px;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer}.CrosseCloseBtn-module__btn:hover .CrosseCloseBtn-module__line,.CrosseCloseBtn-module__btn:focus .CrosseCloseBtn-module__line{background-color:#32b147}.CrosseCloseBtn-module__line{position:absolute;width:100%;height:2px;background-color:#696969;transition:all .15s ease}.CrosseCloseBtn-module__line:nth-child(1){transform:rotate(45deg)}.CrosseCloseBtn-module__line:nth-child(2){transform:rotate(-45deg)}.PlayerMenuMobile-module__mobileMenuBtn{display:none;flex-direction:column;align-items:center;justify-content:space-around;padding:4px 0;width:30px;height:30px;border-radius:6px;margin-left:20px}@media screen and (max-width: 980px){.PlayerMenuMobile-module__mobileMenuBtn{display:flex}}.PlayerMenuMobile-module__line{width:80%;height:2px;border-radius:1px;background-color:#696969}.PlayerMenuMobile-module__menuWrapper{overflow-x:hidden;overflow-y:auto;display:flex;align-items:center;text-align:center;justify-content:center;position:fixed;top:0;left:0;width:100vw;min-height:100vh;z-index:100;background-color:#0f0f0f80;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .15s cubic-bezier(.4,0,.2,1),visibility .15s step-end}.PlayerMenuMobile-module__menuWrapper.PlayerMenuMobile-module__visible{opacity:1;transform:translate(0);visibility:visible;pointer-events:all;transition:opacity .15s cubic-bezier(.4,0,.2,1),visibility 0s step-end}.PlayerMenuMobile-module__menuWrapper.PlayerMenuMobile-module__visible .PlayerMenuMobile-module__menu{transform:scale(1)}.PlayerMenuMobile-module__menu{position:absolute;right:0;top:0;height:100vh;width:min(360px,100vw - 30px);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:rgba(35,35,35,.9);display:flex;flex-direction:column;padding:20px;transform:translate(100%);transition:transform .15s cubic-bezier(.4,0,.2,1)}.PlayerMenuMobile-module__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}.PlayerMenuMobile-module__body{display:flex;flex-direction:column;height:100%;overflow-y:auto}.PlayerMenuMobile-module__nav{display:flex;flex-direction:column;align-items:flex-start;row-gap:10px;margin-left:0}.PlayerMenuMobile-module__playerMenu{display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:20px}@media screen and (max-width: 612px){.PlayerMenuMobile-module__playerMenu{margin-bottom:30px}}.PlayerMenuMobile-module__langSwitcher,.PlayerMenuMobile-module__balance,.PlayerMenuMobile-module__profileLink,.PlayerMenuMobile-module__loginLink{display:none}@media screen and (max-width: 612px){.PlayerMenuMobile-module__langSwitcher,.PlayerMenuMobile-module__balance,.PlayerMenuMobile-module__profileLink,.PlayerMenuMobile-module__loginLink{display:block}}.PlayerMenuMobile-module__loginLink{border-radius:7px;background:rgb(50,177,71);height:46px;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;justify-content:center;column-gap:10px;white-space:nowrap;padding:0 10px;color:#fff;font-size:14px;font-weight:500;line-height:17px}@media screen and (max-width: 612px){.PlayerMenuMobile-module__loginLink{width:100%}}.PlayerMenu-module__wrapper{margin-left:auto;display:flex;align-items:center}@media screen and (max-width: 612px){.PlayerMenu-module__langSwitcher,.PlayerMenu-module__balance{display:none}}.PlayerMenu-module__divider{margin:0 20px 0 10px;display:block;width:1px;height:20px;background:rgb(60,60,60)}@media screen and (max-width: 612px){.PlayerMenu-module__divider{display:none}}.PlayerMenu-module__loginLink{border-radius:7px;background:rgb(50,177,71);height:46px;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;justify-content:center;column-gap:10px;white-space:nowrap;padding:0 10px;color:#fff;font-size:14px;font-weight:500;line-height:17px}@media screen and (max-width: 612px){.PlayerMenu-module__loginLink{display:none}}.PlayerMenu-module__profileLink{display:flex;font-weight:700;align-items:center;color:#6a6a6a;transition:all .2s ease}.PlayerMenu-module__profileLink:hover{color:#f4ebe9}.PlayerMenu-module__profileImage{border-radius:7px;width:46px;height:46px;border:1px solid transparent;position:relative;z-index:2;margin-right:10px}.Header-module__wrapper{margin:30px 0 50px;padding:0 15px;min-height:46px;font-weight:500;width:100%;display:flex;align-items:center;flex-wrap:wrap}.Header-module__logo{width:99px;margin-right:10px;color:#f4ebe9;font-size:20px;font-weight:800;line-height:24px;text-transform:uppercase;font-style:italic;letter-spacing:1px}@media screen and (max-width: 980px){.Header-module__nav{display:none}}.Cookie-module__wrapper{z-index:50;position:fixed;bottom:10px;left:50%;transform:translate(-50%);padding:15px;border-radius:2px;background-color:#333;display:flex;align-items:center;box-shadow:0 0 10px #0000004d}@media screen and (max-width: 612px){.Cookie-module__wrapper{bottom:30px}}@media screen and (max-width: 430px){.Cookie-module__wrapper{width:calc(100% - 20px);justify-content:space-between}}.Cookie-module__icon{width:30px;height:30px;fill:#32b147;margin-right:10px}.Cookie-module__text{margin-right:30px;white-space:nowrap}.Cookie-module__button{margin-right:10px;text-transform:uppercase}.DesktopCopyright-module__wrapper{z-index:49;position:fixed;bottom:5px;left:5px;padding:10px;border-radius:2px;background-color:#333;display:flex;align-items:center;opacity:1}@media screen and (max-width: 760px){.DesktopCopyright-module__wrapper{display:none}}.DesktopCopyright-module__text{white-space:nowrap}.DesktopCopyright-module__link{white-space:nowrap;margin-left:5px;color:#32b147}.WelcomeSelectServer-module__modalWrapper{z-index:1000}.WelcomeSelectServer-module__modal{width:580px}@media screen and (max-width: 600px){.WelcomeSelectServer-module__modal{width:100%}}.WelcomeSelectServer-module__header{display:block;color:#f4ebe9;font-size:24px;font-weight:500;line-height:29px;margin-bottom:16px}.WelcomeSelectServer-module__description{color:#f4ebe9;font-size:14px;font-weight:600;line-height:15px;display:block;margin-bottom:20px}.WelcomeSelectServer-module__servers{margin-bottom:15px;display:grid;gap:10px}.WelcomeSelectServer-module__server{width:100%;background-color:#333;padding:10px 15px;border-radius:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:flex;align-items:center;justify-content:space-between}.WelcomeSelectServer-module__serverName{color:#f4ebe9;font-size:14px;font-weight:600;line-height:15px;display:block}.MobileCopyright-module__wrapper{z-index:49;display:none;padding:10px;border-radius:2px;margin:0 10px 10px;background-color:#333;align-items:center;opacity:1}@media screen and (max-width: 768px){.MobileCopyright-module__wrapper{display:flex}}.MobileCopyright-module__text{white-space:nowrap}.MobileCopyright-module__link{white-space:nowrap;margin-left:5px;color:#32b147}.Ban-module__body{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100vw;height:100vh;background-color:#333;position:fixed;top:0;left:0}.Ban-module__logo{font-size:30px;margin-bottom:30px}.Ban-module__red{font-size:30px;color:#af3723}.Ban-module__title{display:block;font-size:20px;margin-bottom:15px}.Maintenance-module__body{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100vw;height:100vh;background-color:#333;position:fixed;top:0;left:0}.Maintenance-module__logo{font-size:30px;margin-bottom:30px}.Maintenance-module__red{font-size:30px;color:#af3723}.Maintenance-module__title{display:block;font-size:20px;margin-bottom:15px}.Maintenance-module__subTitle{display:block;font-size:14px}.InitializingError-module__body{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100vw;height:100vh;background-color:#333;position:fixed;top:0;left:0}.InitializingError-module__logo{font-size:30px;margin-bottom:30px}.InitializingError-module__red{font-size:30px;color:#af3723}.InitializingError-module__title{display:block;font-size:20px;margin-bottom:15px}.InitializingError-module__subTitle{display:block;font-size:14px}.Page-module__wrapper{width:100%;margin-bottom:20px}.Page-module__pageContent a{color:#32b147;cursor:pointer;transition:all .15s ease}.Page-module__pageContent a:hover{color:#32b147}.Page-module__header{width:100%;font-size:17px}.Page-module__loader{width:48px;height:48px;border:5px solid rgb(50,177,71);border-bottom-color:#333;border-radius:50%;display:block;margin:0 auto;animation:Page-module__rotation 1s linear infinite}@keyframes Page-module__rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.CustomPage-module__wrapper{display:flex;align-items:flex-start}@media screen and (max-width: 970px){.CustomPage-module__wrapper{flex-direction:column-reverse}}.Pagination-module__pagination{width:100%;margin-top:20px;display:flex;align-items:center;justify-content:center;column-gap:7px}.Pagination-module__navPageBtn,.Pagination-module__page{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:2px;border:1px solid transparent;background:#333333}.Pagination-module__page{cursor:pointer;transition:all .15s ease}.Pagination-module__page:hover,.Pagination-module__page.Pagination-module__active,.Pagination-module__page:focus{color:#32b147}.Pagination-module__navPageBtn{cursor:pointer;transition:all .2s ease}.Pagination-module__navPageBtn:hover,.Pagination-module__navPageBtn:focus{border:1px solid rgb(50,177,71)}.Pagination-module__navPageBtn:hover .Pagination-module__pagIcon,.Pagination-module__navPageBtn:focus .Pagination-module__pagIcon{stroke:#32b147}.Pagination-module__pagIcon{transition:all .15s ease;width:20px;height:20px}.Pagination-module__left{margin-right:7px}.Pagination-module__left .Pagination-module__pagIcon{transform:rotate(180deg);transition:all .2s ease}.Pagination-module__right{margin-left:7px}.Pagination-module__right .Pagination-module__pagIcon{transition:all .2s ease}.HistoryTable-module__wrapper{width:100%}.HistoryTable-module__table{width:100%;overflow-x:auto}.HistoryTable-module__tableData{width:100%;position:relative;transition:all .15s ease;min-height:140px}@media screen and (max-width: 998px){.HistoryTable-module__tableData{min-width:920px}}.HistoryTable-module__loader{margin:20px auto}.HistoryTable-module__tableHeader{border-radius:7px 7px 0 0;background:rgba(50,177,71,.2)}.HistoryTable-module__tableLine,.HistoryTable-module__tableHeader{display:grid;grid-template-columns:210px 1fr 130px;gap:10px;align-items:center;padding:24px}.HistoryTable-module__tableLine.HistoryTable-module__odd{background:rgb(43,43,43);border-radius:7px}.HistoryTable-module__tableLine.HistoryTable-module__odd .HistoryTable-module__skeletonDetail,.HistoryTable-module__tableLine.HistoryTable-module__odd .HistoryTable-module__skeletonDate,.HistoryTable-module__tableLine.HistoryTable-module__odd .HistoryTable-module__skeletonSum{background-color:#333}.HistoryTable-module__tableTitle,.HistoryTable-module__value{text-align:center}.HistoryTable-module__tableTitle:first-child,.HistoryTable-module__value:first-child{text-align:start}.HistoryTable-module__tableTitle:last-child,.HistoryTable-module__value:last-child{text-align:end}.HistoryTable-module__tableTitle{color:#f4ebe9;font-size:16px;font-weight:700;line-height:20px;text-transform:uppercase}.HistoryTable-module__value{color:#f4ebe9;font-size:16px;font-weight:600;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:all .15s ease}.HistoryTable-module__skeletonDetail,.HistoryTable-module__skeletonDate,.HistoryTable-module__skeletonSum{border-radius:6px;background-color:#333}.HistoryTable-module__skeletonDetail{width:100%;height:24px}.HistoryTable-module__skeletonDate{margin:0 auto;height:24px;width:80%}.HistoryTable-module__skeletonSum{height:24px;width:80%;margin-left:auto}.HistorySearch-module__wrapper{display:flex;height:50px;position:relative;width:100%;border:1px solid rgb(50,177,71);border-radius:7px;overflow:hidden}.HistorySearch-module__iconWrapper{height:100%;padding:0 10px;position:absolute;top:50%;right:10px;transform:translateY(-50%);display:flex;align-items:center;justify-content:center}.HistorySearch-module__icon{width:18px;height:18px}.HistorySearch-module__icon path{stroke:#32b147}.HistorySearch-module__input{font-size:15px;width:100%;padding:0 15px;color:#6a6a6a}.HistorySearch-module__input::placeholder{color:var(--font-color-900)}.HistoryFilters-module__wrapper{display:flex;margin-bottom:15px;align-items:center}.HistoryContent-module__wrapper{width:100%;margin-bottom:20px}.ProfileHistory-module__wrapper{display:flex;align-items:flex-start}@media screen and (max-width: 970px){.ProfileHistory-module__wrapper{flex-direction:column-reverse}}.ProfileBasket-module__wrapper{display:flex;align-items:flex-start}@media screen and (max-width: 970px){.ProfileBasket-module__wrapper{flex-direction:column-reverse}}.BasketSearch-module__wrapper{display:flex;height:50px;position:relative;width:100%;border:1px solid rgb(50,177,71);border-radius:7px;overflow:hidden}.BasketSearch-module__iconWrapper{height:100%;padding:0 10px;position:absolute;top:50%;right:10px;transform:translateY(-50%);display:flex;align-items:center;justify-content:center}.BasketSearch-module__icon{width:18px;height:18px}.BasketSearch-module__icon path{stroke:#32b147}.BasketSearch-module__input{font-size:15px;width:100%;padding:0 15px;color:#6a6a6a}.BasketSearch-module__input::placeholder{color:var(--font-color-900)}.BasketFilters-module__wrapper{display:flex;margin-bottom:15px;align-items:center}.BasketFilters-module__serverSelector{margin-left:20px}.BasketFilters-module__serverSelector>button{height:50px}.BasketTable-module__wrapper{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px}.BasketTable-module__loader{margin:20px auto}.BasketTable-module__cartItem{display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;border-radius:7px;background:radial-gradient(140% 140% at 50% 210%,rgb(146,146,146),rgba(63,63,63,0) 100%),rgb(43,43,43);height:200px;transition:all .2s ease}.BasketTable-module__cartItem.BasketTable-module__active .BasketTable-module__menu{opacity:1;visibility:visible;pointer-events:all;transition:opacity .2s ease,visibility 0s step-end}.BasketTable-module__cartItem.BasketTable-module__active .BasketTable-module__name{transform:translateY(0)}.BasketTable-module__cartItem:before{content:"";z-index:1;position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;background:radial-gradient(100% 100% at 50% 100%,rgba(50,177,71,.2),rgba(109,255,134,0) 100%),rgb(43,43,43);transition:all .2s ease}.BasketTable-module__cartItem:hover .BasketTable-module__img,.BasketTable-module__cartItem:active .BasketTable-module__img{transform:rotate(-3deg)}.BasketTable-module__cartItem:hover:before,.BasketTable-module__cartItem:active:before{opacity:1}.BasketTable-module__cartItem:hover .BasketTable-module__name,.BasketTable-module__cartItem:active .BasketTable-module__name{transform:translateY(0)}.BasketTable-module__cartItemImg{z-index:2;object-fit:contain;width:136px;aspect-ratio:auto;height:136px;transition:all .2s ease}.BasketTable-module__name{position:absolute;z-index:4;transition:all .2s ease;transform:translateY(100%);width:100%;padding:10px 8px;bottom:0;left:0;text-align:center;color:#f4ebe9;font-size:14px;font-weight:500;line-height:17px}.BasketTable-module__serverName{position:absolute;z-index:4;top:8px;left:8px;max-width:64%;color:#32b147;font-size:14px;font-weight:600;line-height:17px}.BasketTable-module__menuBtn{cursor:pointer;width:18px;height:16px;position:absolute;z-index:6;top:8px;right:8px;display:flex;flex-direction:column;justify-content:space-between}.BasketTable-module__menuBtn span{width:100%;height:2px;background:rgb(106,106,106);transition:all .2s ease}.BasketTable-module__menuBtn:hover span{background:rgb(50,177,71)}.BasketTable-module__menu{position:absolute;z-index:5;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:space-around;padding:40px 15px 20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:rgba(50,177,71,.2);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s step-end}.BasketTable-module__menuItemBtn{cursor:pointer;width:100%;border-radius:7px;background:rgba(0,0,0,.39);padding:6px;text-align:center;color:#f4ebe9;font-size:14px;font-weight:500;line-height:17px}.BasketTable-module__menuItemBtn:hover{background:rgba(46,255,79,.39)}.BasketChangeServer-module__header{color:#f4ebe9;font-size:24px;font-weight:500;line-height:29px;text-align:center;margin-bottom:25px}.BasketChangeServer-module__footer{margin-top:25px;display:flex;justify-content:space-between}.BasketContent-module__wrapper{width:100%;margin-bottom:20px}.BasketContent-module__modal{width:480px}@media screen and (max-width: 500px){.BasketContent-module__modal{width:100%}}.TicketsMenu-module__wrapper{display:flex;justify-content:space-between;margin-bottom:20px}.TicketsTable-module__wrapper{width:100%}.TicketsTable-module__table{width:100%;overflow-x:auto}.TicketsTable-module__tableData{width:100%;position:relative;min-height:120px;transition:all .15s ease}@media screen and (max-width: 998px){.TicketsTable-module__tableData{min-width:920px}}.TicketsTable-module__tableData.TicketsTable-module__isUpdating{cursor:wait;opacity:.8}.TicketsTable-module__tableData.TicketsTable-module__isUpdating .TicketsTable-module__isUpdatingLoader{display:block}.TicketsTable-module__loader{margin:20px auto}.TicketsTable-module__isUpdatingLoader{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.TicketsTable-module__tableHeader{border-radius:7px 7px 0 0;background:rgba(50,177,71,.2)}.TicketsTable-module__tableLine,.TicketsTable-module__tableHeader{display:grid;grid-template-columns:1fr minmax(200px,1fr) minmax(200px,1fr) 170px 100px;gap:10px;align-items:center;padding:10px 12px}.TicketsTable-module__tableLine{width:100%;cursor:pointer;border-radius:7px}.TicketsTable-module__tableLine .TicketsTable-module__status.TicketsTable-module__closed{color:#6a6a6a;background-color:#333}.TicketsTable-module__tableLine:nth-child(2n-1){background:rgb(43,43,43)}.TicketsTable-module__tableLine:nth-child(2n-1) .TicketsTable-module__status.TicketsTable-module__closed{color:#6a6a6a;background-color:#333}.TicketsTable-module__tableLine:hover .TicketsTable-module__value:not(:last-child){color:#32b147}.TicketsTable-module__tableTitle,.TicketsTable-module__value{text-align:center}.TicketsTable-module__tableTitle:first-child,.TicketsTable-module__value:first-child{text-align:start}.TicketsTable-module__tableTitle:last-child,.TicketsTable-module__value:last-child{text-align:end}.TicketsTable-module__tableTitle{color:#f4ebe9;font-size:16px;font-weight:700;line-height:20px}.TicketsTable-module__value{color:#f4ebe9;font-size:16px;font-weight:600;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:all .15s ease}.TicketsTable-module__status{border-radius:2px;padding:7px 13px;display:flex;align-items:center;justify-content:center}.TicketsTable-module__status.TicketsTable-module__open{color:#6a6a6a;background-color:#32b14733}.TicketsTable-module__status.TicketsTable-module__wait{color:#6a6a6a;background-color:#32b147}.TicketsTable-module__status.TicketsTable-module__progress{color:#6a6a6a;background-color:#dc8536}.TicketNotification-module__audio{display:none;visibility:hidden}.TicketThemeInput-module__label{margin-bottom:8px;font-weight:500;display:block;text-align:left}.TicketThemeInput-module__inputWrapper{width:100%;display:flex;height:36px;border-radius:2px;overflow:hidden;background:#333333}.TicketThemeInput-module__iconWrapper{height:100%;padding:0 10px;background:rgb(50,177,71);color:#6a6a6a;display:flex;align-items:center}.TicketThemeInput-module__icon{width:16px;height:16px}.TicketThemeInput-module__input{font-size:15px;width:100%;padding:0 10px}.TicketMessageTextArea-module__label{margin-bottom:8px;font-weight:500;display:block;text-align:left}.TicketMessageTextArea-module__textarea{border-radius:2px;background:#333333;font-size:15px;width:100%;resize:vertical;padding:10px;min-height:120px}.NewTicketModal-module__header{font-size:17px;display:flex;justify-content:flex-start}.NewTicketModal-module__label{width:100%;text-align:left;display:block;font-weight:500;margin-bottom:6px}.NewTicketModal-module__formGroup{margin-bottom:15px}.NewTicketModal-module__formGroup.NewTicketModal-module__multiCol{display:grid;grid-template-columns:1fr 1fr;gap:15px}.NewTicketModal-module__footer{width:100%;display:flex;justify-content:space-between}.TicketModal-module__header{font-size:17px;display:flex;justify-content:flex-start}.TicketModal-module__messagesWrapper{padding:15px 20px 15px 0;max-height:500px;overflow-y:auto;display:flex;flex-direction:column;row-gap:15px}.TicketModal-module__messagesWrapper::-webkit-scrollbar{width:10px}.TicketModal-module__messagesWrapper::-webkit-scrollbar-track{background:#333333}.TicketModal-module__messagesWrapper::-webkit-scrollbar-thumb{background:#333333;box-shadow:inset 0 0 2px #0000001a}.TicketModal-module__messageWrapper{padding:10px;border-radius:2px;background-color:#333}.TicketModal-module__messageAuthor{color:#32b147;font-size:15px;display:block;text-align:left;margin-bottom:10px}.TicketModal-module__messageText{display:block;text-align:left;margin-bottom:15px;white-space:pre-wrap}.TicketModal-module__messageDate{font-size:12px;display:block;text-align:right}.TicketModal-module__form{padding-top:10px;border-top:1px solid #333333}.TicketModal-module__sideBtns{display:flex;column-gap:15px}.TicketModal-module__footer{width:100%;display:flex;justify-content:space-between}.SupportContent-module__wrapper{width:100%;max-width:100%;overflow:auto;margin-bottom:20px}.SupportContent-module__header{width:100%;font-size:17px}.SupportContent-module__modal{width:900px}.Support-module__wrapper{display:flex;align-items:flex-start}@media screen and (max-width: 970px){.Support-module__wrapper{flex-direction:column-reverse}}.InformationContent-module__wrapper{width:100%;max-width:100%;overflow:auto;margin-bottom:20px;display:flex;flex-direction:column;row-gap:10px}.InformationContent-module__infoItem{border-radius:10px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:rgba(58,58,58,.5);padding:10px;display:flex;flex-direction:column;align-items:start}.InformationContent-module__title{color:#f4ebe9;font-size:20px;font-weight:600;line-height:24px;border-radius:4px;padding:2px 6px;background:rgba(106,106,106,.3);margin-bottom:10px}.InformationContent-module__description{color:#fff;font-size:14px;font-weight:500;line-height:17px;margin-bottom:10px}.InformationContent-module__link{align-self:flex-end;cursor:pointer;border-radius:7px;padding:7px 13px;transition:all .2s ease;color:#f4ebe9;font-size:16px;font-weight:600;line-height:19px;background:linear-gradient(-55.96deg,rgb(59,80,53) -34.163%,rgb(144,190,69) 190.259%),rgba(33,33,38,.5)}.InformationContent-module__link:hover,.InformationContent-module__link:focus{box-shadow:0 0 6px -2px #32b147}.Information-module__wrapper{display:flex;align-items:flex-start}@media screen and (max-width: 970px){.Information-module__wrapper{flex-direction:column-reverse}}.GlobalLoader-module__loaderWrapper{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:rgba(35,35,35,.6);z-index:5000}.GlobalLoader-module__loader{width:65px;aspect-ratio:1;position:relative}.GlobalLoader-module__loader:before,.GlobalLoader-module__loader:after{content:"";position:absolute;border-radius:50px;box-shadow:0 0 0 3px inset #32b147;animation:GlobalLoader-module__l5 2.5s infinite}.GlobalLoader-module__loader:after{animation-delay:-1.25s;border-radius:0}@keyframes GlobalLoader-module__l5{0%{top:0;right:35px;bottom:35px;left:0}12.5%{top:0;right:35px;bottom:0;left:0}25%{top:35px;right:35px;bottom:0;left:0}37.5%{top:35px;right:0;bottom:0;left:0}50%{top:35px;right:0;bottom:0;left:35px}62.5%{top:0;right:0;bottom:0;left:35px}75%{top:0;right:0;bottom:35px;left:35px}87.5%{top:0;right:0;bottom:35px;left:0}to{top:0;right:35px;bottom:35px;left:0}}