.WalletItem-module__5w0Zrq__walletItem{border-bottom:1px solid var(--input-border);align-items:center;max-height:45px;padding:12px;transition:background-color .3s;display:flex;position:relative;overflow:hidden}.WalletItem-module__5w0Zrq__walletItem:hover{background-color:var(--hovered-grey_btn-bg-color);cursor:pointer}.WalletItem-module__5w0Zrq__walletItem.WalletItem-module__5w0Zrq__secondary{border:none;max-width:100%;height:100%;padding:0}.WalletItem-module__5w0Zrq__walletItem.WalletItem-module__5w0Zrq__secondary:hover{background-color:#0000}.WalletItem-module__5w0Zrq__walletItem.WalletItem-module__5w0Zrq__selected{background-image:linear-gradient(#fad40f26 0%,#fad40f26 100%);background-color:var(--article-bg-color);color:#fad40f;box-sizing:border-box;border:none;border-left:1px solid #c3af46;border-right:1px solid #8c824e;transition:all .3s}.WalletItem-module__5w0Zrq__walletItem.WalletItem-module__5w0Zrq__selected:before{content:"";filter:blur(50px);background-color:#fad40f40;border-radius:50%;width:118px;height:118px;position:absolute;top:-38px;left:-63px}.WalletItem-module__5w0Zrq__walletItem.WalletItem-module__5w0Zrq__selected .WalletItem-module__5w0Zrq__walletName,.WalletItem-module__5w0Zrq__walletItem.WalletItem-module__5w0Zrq__selected .WalletItem-module__5w0Zrq__walletCredits{color:var(--main-color)}.WalletItem-module__5w0Zrq__walletItem.WalletItem-module__5w0Zrq__selected .WalletItem-module__5w0Zrq__dot{background-color:var(--main-color)}.WalletItem-module__5w0Zrq__walletItem.WalletItem-module__5w0Zrq__selected:hover{filter:brightness(1.2)}.WalletItem-module__5w0Zrq__walletInfo{flex:1;align-items:center;gap:6px;min-width:0;display:flex}.WalletItem-module__5w0Zrq__walletInfo img{object-fit:contain;margin-top:4px}.WalletItem-module__5w0Zrq__textWrapper{flex:1;align-items:center;gap:6px;min-width:0;display:flex}.WalletItem-module__5w0Zrq__walletName,.WalletItem-module__5w0Zrq__walletCredits{letter-spacing:.02em;color:var(--primary-hovered-text-color);text-overflow:ellipsis;white-space:nowrap;font-family:Inter Tight;font-size:14px;font-weight:500;line-height:120%;overflow:hidden}.WalletItem-module__5w0Zrq__walletCredits{flex:1;min-width:0}.WalletItem-module__5w0Zrq__walletName{flex-shrink:1;max-width:50%}.WalletItem-module__5w0Zrq__dot{background-color:var(--primary-hovered-text-color);opacity:.5;border-radius:50%;width:4px;height:4px}.WalletItem-module__5w0Zrq__icon{justify-content:center;align-items:center;display:flex}.WalletItem-module__5w0Zrq__deleteIcon{scale:.8}.WalletItem-module__5w0Zrq__deleteIcon path{fill:var(--secondary-text-color);transition:all .3s}.WalletItem-module__5w0Zrq__deleteIcon:hover path{fill:var(--primary-text-color);cursor:pointer}@media not (min-width:480px){.WalletItem-module__5w0Zrq__walletItem{padding:10px}}
.WarningModal-module__uPlIHW__buttonModal{width:200px;height:56px}.WarningModal-module__uPlIHW__loaderContainer{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.WarningModal-module__uPlIHW__lottieLoader{width:40px;height:40px}
.UserPaymentDetailsDropdown-module__FqM5iq__dropdown{width:48%;display:inline-block;position:relative}.UserPaymentDetailsDropdown-module__FqM5iq__button{border:1px solid var(--input-border);background-color:var(--grey_btn-bg-color);cursor:pointer;z-index:100;border-radius:5px;justify-content:space-between;align-items:center;width:100%;height:56px;padding:12px 16px;transition:height .3s;display:flex}.UserPaymentDetailsDropdown-module__FqM5iq__dropdown.UserPaymentDetailsDropdown-module__FqM5iq__open .UserPaymentDetailsDropdown-module__FqM5iq__button{border-top-left-radius:0;border-top-right-radius:0}.UserPaymentDetailsDropdown-module__FqM5iq__buttonContent{flex:1;align-items:center;gap:6px;min-width:0;display:flex}.UserPaymentDetailsDropdown-module__FqM5iq__loaderContainer{justify-content:center;align-items:center;width:100%;display:flex}.UserPaymentDetailsDropdown-module__FqM5iq__loader{width:32px;height:32px}.UserPaymentDetailsDropdown-module__FqM5iq__addWalletLabel{letter-spacing:.02em;color:var(--primary-hovered-text-color);font-family:Inter Tight,sans-serif;font-size:14px;font-weight:500;line-height:120%}.UserPaymentDetailsDropdown-module__FqM5iq__button .UserPaymentDetailsDropdown-module__FqM5iq__arrow{color:var(--primary-hovered-text-color);-webkit-backface-visibility:visible;backface-visibility:visible;transform-origin:50%;transform-box:fill-box;transition:transform .6s cubic-bezier(.4,0,.2,1)}.UserPaymentDetailsDropdown-module__FqM5iq__arrow.UserPaymentDetailsDropdown-module__FqM5iq__open{transform-style:preserve-3d;transform:rotateX(180deg)}.UserPaymentDetailsDropdown-module__FqM5iq__list{background-color:var(--grey_btn-bg-color);border:1px solid var(--input-border);border-bottom:none;border-radius:5px 5px 0 0;width:100%;margin:0;padding:0;transition:all .25s ease-in-out;position:absolute;bottom:56px;left:0;overflow:hidden}.UserPaymentDetailsDropdown-module__FqM5iq__listClosed{opacity:0;pointer-events:none;max-height:0;transform:translateY(8px)}.UserPaymentDetailsDropdown-module__FqM5iq__listOpen{opacity:1;max-height:300px;transform:translateY(0);box-shadow:0 -10px 20px #00000048}@media not (min-width:572px){.UserPaymentDetailsDropdown-module__FqM5iq__dropdown{width:100%}}
.EmptyInventory-module__Dr2JVW__emptyInventory{flex-direction:column;align-items:center;gap:24px;height:508px;padding-top:90px;display:flex}.EmptyInventory-module__Dr2JVW__textContainer{flex-direction:column;align-items:center;gap:10px;display:flex}.EmptyInventory-module__Dr2JVW__textContainer span{text-align:center}.EmptyInventory-module__Dr2JVW__actionButton{font-family:var(--font-unbounded), sans-serif;color:var(--primary-hovered-text-color);cursor:pointer;font-size:12px;font-weight:500;line-height:24px;text-decoration:underline;transition:color .4s}.EmptyInventory-module__Dr2JVW__actionButton:hover{color:var(--primary-text-color);transition:all .4s}@media not (min-width:572px){.EmptyInventory-module__Dr2JVW__emptyInventory{height:448px;padding-top:60px}}
.ItemsContainer-module__6TCRaq__cardsContainer{color:#fff;background-color:var(--article-bg-color);grid-template-columns:repeat(auto-fill,minmax(100px,1fr));align-content:flex-start;align-self:start;gap:10px;width:calc(100% - 12px);height:100%;padding:8px 18px 8px 32px;display:grid;overflow-y:auto}.ItemsContainer-module__6TCRaq__loaderContainer{flex-direction:column;justify-content:center;align-items:center;width:calc(100% - 12px);height:508px;display:flex}.ItemsContainer-module__6TCRaq__cardsContainer::-webkit-scrollbar{background-color:var(--grey_btn-bg-color);width:4px}.ItemsContainer-module__6TCRaq__cardsContainer::-webkit-scrollbar-thumb{background-color:var(--scrollbar-color);border-radius:8px;height:33px}@media not (min-width:1216px){.ItemsContainer-module__6TCRaq__cardsContainer{gap:11px}}@media not (min-width:572px){.ItemsContainer-module__6TCRaq__cardsContainer{gap:8px;width:calc(100% - 8px);padding:8px 8px 8px 16px}.ItemsContainer-module__6TCRaq__loaderContainer{width:calc(100% - 8px);height:448px}}
.TryAgainModal-module__yrazpW__tryModalContainer{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;min-height:491px;display:flex}.TryAgainModal-module__yrazpW__alertTriangleContainer{height:39px;margin-bottom:31px;position:relative}.TryAgainModal-module__yrazpW__blur{background-color:var(--main-color);filter:blur(25px);width:24px;height:24px;position:absolute;top:15px}
.ItemCard-module__ACnyBW__container{border-radius:5px;height:157px;transition:transform .4s;position:relative}.ItemCard-module__ACnyBW__itemContainer{box-sizing:border-box;background-color:var(--grey_btn-bg-color);cursor:pointer;border:1px solid var(--grey_btn-bg-color);border-radius:5px;flex-direction:column;justify-content:space-between;align-items:center;height:157px;padding:10px;transition:transform .4s;display:flex}.ItemCard-module__ACnyBW__addToTrade{box-sizing:border-box;background-color:var(--grey_btn-bg-color);cursor:pointer;border:1px solid var(--main-color);border-radius:5px;flex-direction:column;justify-content:space-between;align-items:center;height:157px;padding:10px;transition:transform .4s;display:flex}.ItemCard-module__ACnyBW__itemContainerNotActive{box-sizing:border-box;background-color:var(--grey_btn-bg-color);cursor:pointer;opacity:.4;border:1px solid var(--grey_btn-bg-color);border-radius:5px 5px 0 0;flex-direction:column;justify-content:space-between;align-items:center;height:134px;padding:10px 10px 0;transition:transform .4s;display:flex;position:relative;box-shadow:0 24px 50px 1px #00000080}.ItemCard-module__ACnyBW__alertItem{text-align:center;cursor:pointer;background:linear-gradient(#ff9f0a4d 0%,#995f064d 100%);border-radius:5px;flex-direction:column;justify-content:space-evenly;align-items:center;width:100%;height:157px;padding:12px;transition:transform .4s;display:none;position:absolute;top:0;left:0;box-shadow:0 24px 50px 1px #00000080}.ItemCard-module__ACnyBW__itemStickers{z-index:1;flex-direction:column;display:flex;position:absolute;top:25px;right:7px}.ItemCard-module__ACnyBW__itemContainer:before,.ItemCard-module__ACnyBW__addToTrade:before{content:"";opacity:0;background-image:url(../media/ellipseItemCard.05y_0ph61vp5k.png);background-repeat:no-repeat;background-size:cover;transition:opacity .4s;position:absolute;top:0;bottom:0;left:0;right:0}.ItemCard-module__ACnyBW__itemContainerHeader{justify-content:space-between;align-items:center;width:100%;height:10px;display:flex}.ItemCard-module__ACnyBW__itemContainerQuality{border-radius:5px;width:24px;height:3px}.ItemCard-module__ACnyBW__stattrakLabel{letter-spacing:.02em;color:#ff763f;margin-right:5px;font-family:Inter Tight;font-size:10px;font-weight:500;line-height:100%}.ItemCard-module__ACnyBW__imageContainer{width:100%;height:100%;position:relative}.ItemCard-module__ACnyBW__itemContainerImage{object-fit:contain;filter:drop-shadow(-1px 14px 6px #14171c)}.ItemCard-module__ACnyBW__itemContainerFooter{flex-direction:column;align-self:start;width:100%;display:flex}.ItemCard-module__ACnyBW__itemContainerText{width:100%;height:20px;color:var(--secondary-text-color);justify-content:space-between;align-items:center;display:flex}.ItemCard-module__ACnyBW__itemContainerText span{white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:11px;overflow:hidden}.ItemCard-module__ACnyBW__container span{transition:all .4s}.ItemCard-module__ACnyBW__copyIcon{stroke:#0000;fill:var(--grey-color-new);z-index:10;width:13px;height:13px;transition:fill .4s;display:none}.ItemCard-module__ACnyBW__addToTrade22{border:1px solid var(--main-color);border-radius:5px;height:157px;transition:transform .4s}.ItemCard-module__ACnyBW__grayImage{filter:grayscale()}.ItemCard-module__ACnyBW__displayNone{display:none}.ItemCard-module__ACnyBW__itemContainerModified{opacity:.4;box-shadow:none}.ItemCard-module__ACnyBW__notAvailableLabel{background-color:#ff9f0a1a;border-bottom-right-radius:5px;border-bottom-left-radius:5px;justify-content:center;align-items:center;gap:4px;width:100%;padding:6px 4px;display:flex}.ItemCard-module__ACnyBW__label{letter-spacing:.02em;color:var(--sidebar-orange-color);font-family:Inter Tight;font-size:11px;font-weight:500;line-height:100%}@media not (max-width:900px){.ItemCard-module__ACnyBW__container:hover{z-index:2;transition:transform .4s;transform:scale(1.1);box-shadow:0 24px 50px 1px #00000080}.ItemCard-module__ACnyBW__container:hover .ItemCard-module__ACnyBW__alertItem{box-shadow:none;border:2px dashed #ff9f0a80;transition:transform .4s;display:flex}.ItemCard-module__ACnyBW__container:hover .ItemCard-module__ACnyBW__notAvailableLabel{display:none}.ItemCard-module__ACnyBW__container:hover .ItemCard-module__ACnyBW__itemContainerNotActive{box-shadow:none;display:none}.ItemCard-module__ACnyBW__container:hover .ItemCard-module__ACnyBW__itemContainer{border:1px solid var(--borderCardItem);transition:all .4s;display:flex}.ItemCard-module__ACnyBW__container:hover .ItemCard-module__ACnyBW__addToTrade{transition:all .4s;display:flex}.ItemCard-module__ACnyBW__itemContainer:hover{border-radius:5px;transition:all .4s}.ItemCard-module__ACnyBW__itemContainer:hover:before{opacity:1;transition:all .4s}.ItemCard-module__ACnyBW__addToTrade:hover{border-radius:5px;transition:all .4s}.ItemCard-module__ACnyBW__addToTrade:hover:before{opacity:1;transition:all .4s}.ItemCard-module__ACnyBW__container:hover span{max-width:calc(100% - 13px);transition:all .4s}.ItemCard-module__ACnyBW__copyIcon:hover{fill:#b2b7c2;transition:all .4s}.ItemCard-module__ACnyBW__container:hover .ItemCard-module__ACnyBW__copyIcon{transition:all .4s;display:block}.ItemCard-module__ACnyBW__addToTrade22:hover{transition:transform .4s;transform:scale(1.1)}}@media not (min-width:572px){.ItemCard-module__ACnyBW__itemContainer,.ItemCard-module__ACnyBW__addToTrade{height:139px;padding:8px}.ItemCard-module__ACnyBW__itemContainerNotActive{height:115px;padding:8px 8px 0}.ItemCard-module__ACnyBW__alertItem,.ItemCard-module__ACnyBW__container{height:139px}}
.YourInventory-module__laSsKa__yourInventoryContainer{background-color:var(--article-bg-color);border-radius:16px;flex-direction:column;justify-content:space-between;align-items:center;gap:24px;width:684px;height:100%;padding:32px 0 24px;display:flex;position:relative}.YourInventory-module__laSsKa__filtersAndCards{flex-direction:column;flex:1;gap:24px;width:100%;display:flex}.YourInventory-module__laSsKa__containerWithoutFooterAndCard{flex-direction:column;align-items:center;gap:32px;width:100%;padding-left:32px;padding-right:32px;display:flex}.YourInventory-module__laSsKa__yourInventoryContainerHeader{flex-direction:row;justify-content:space-between;width:100%;display:flex}.YourInventory-module__laSsKa__changeUrlContainer{width:176px;height:32px}.YourInventory-module__laSsKa__yourInventoryControlsContainer{flex-direction:column;gap:16px;width:100%;display:flex}.YourInventory-module__laSsKa__yourInventoryContainerButtons{flex-direction:row;justify-content:space-between;width:100%;display:flex}.YourInventory-module__laSsKa__buttonGameStyles{cursor:pointer;background-color:var(--grey_btn-bg-color);border:1px solid var(--grey_btn-bg-color);border-radius:5px;justify-content:center;align-items:center;width:23%;height:48px;transition:all .4s;display:flex;position:relative}.YourInventory-module__laSsKa__buttonGameStyles svg{color:var(--primary-text-color)}.YourInventory-module__laSsKa__containerForBigIcon{justify-content:center;align-items:center;display:flex}.YourInventory-module__laSsKa__containerForMobileIcon{display:none}.YourInventory-module__laSsKa__onlyKeysLabel{background-color:var(--main-color);color:var(--bg-color);border:3px solid var(--article-bg-color);letter-spacing:.02em;border-radius:100px;padding:4px 6px 3px;font-family:Inter Tight;font-size:11px;font-weight:500;line-height:100%;position:absolute;top:-16px;right:-12px}.YourInventory-module__laSsKa__buttonGameStylesChecked{background-color:var(--main-color)}.YourInventory-module__laSsKa__buttonGameStylesChecked .YourInventory-module__laSsKa__onlyKeysLabel{border:3px solid var(--article-bg-color)}.YourInventory-module__laSsKa__buttonGameStylesChecked svg{color:var(--black-text-color)}.YourInventory-module__laSsKa__buttonGameStyles:hover{border:1px solid var(--main-color);transition:all .4s}.YourInventory-module__laSsKa__yourInventorySearchSelectContainer{flex-direction:row;justify-content:space-between;gap:16px;width:100%;height:40px;display:flex}.YourInventory-module__laSsKa__inputContainer{width:50%;position:relative}.YourInventory-module__laSsKa__inputContainerSearch{z-index:2;color:var(--secondary-text-color);position:absolute;top:11px;right:11px}.YourInventory-module__laSsKa__selectFilterContainer{width:50%}.YourInventory-module__laSsKa__emptyListContainer{margin-top:64px;margin-bottom:64px;padding-left:32px;padding-right:32px}.YourInventory-module__laSsKa__footerContainer{justify-content:space-between;justify-self:end;align-items:center;width:100%;height:36px;padding-left:32px;padding-right:32px;display:flex}.YourInventory-module__laSsKa__chooseContainer{align-items:center;gap:4px;display:flex}.YourInventory-module__laSsKa__refreshContainer{align-items:center;gap:8px;height:36px;display:flex}.YourInventory-module__laSsKa__buttonsContainer{align-items:center;gap:24px;display:flex}.YourInventory-module__laSsKa__laptopTypography{display:block}.YourInventory-module__laSsKa__mobileTypography{display:none}.YourInventory-module__laSsKa__buttonStyles{width:170px;height:36px}@media not (min-width:1450px){.YourInventory-module__laSsKa__yourInventoryContainer{width:calc(50vw - 35.5px)}}@media not (min-width:1404px){.YourInventory-module__laSsKa__marketArticlesPage{max-width:957px}}@media not (min-width:1397px){.YourInventory-module__laSsKa__yourInventoryContainer{width:calc(50vw - 27.5px)}}@media not (min-width:1150px){.YourInventory-module__laSsKa__yourInventoryContainer{width:100%}}@media not (min-width:572px){.YourInventory-module__laSsKa__containerWithoutFooterAndCard,.YourInventory-module__laSsKa__emptyListContainer{padding-left:16px;padding-right:16px}.YourInventory-module__laSsKa__yourInventoryContainer{gap:16px;padding:24px 0}.YourInventory-module__laSsKa__filtersAndCards{gap:16px}.YourInventory-module__laSsKa__yourInventoryContainerHeader{flex-direction:column;gap:24px}.YourInventory-module__laSsKa__containerForBigIcon{display:none}.YourInventory-module__laSsKa__containerForMobileIcon{justify-content:center;align-items:center;display:flex}.YourInventory-module__laSsKa__laptopTypography{display:none}.YourInventory-module__laSsKa__mobileTypography{display:block}.YourInventory-module__laSsKa__buttonsContainer{gap:8px}.YourInventory-module__laSsKa__buttonStyles{width:121px}.YourInventory-module__laSsKa__inputContainer{width:100%}.YourInventory-module__laSsKa__footerContainer{margin-top:0;padding-left:16px;padding-right:16px}.YourInventory-module__laSsKa__selectFilterContainer{width:100%}.YourInventory-module__laSsKa__onlyKeysLabel{right:unset;border:2px solid var(--main-color);width:-webkit-max-content;width:max-content;font-size:9px;left:50%;transform:translate(-50%)}.YourInventory-module__laSsKa__buttonGameStylesChecked .YourInventory-module__laSsKa__onlyKeysLabel{border:2px solid var(--article-bg-color)}}@media not (min-width:480px){.YourInventory-module__laSsKa__yourInventorySearchSelectContainer{gap:8px}}@media not (min-width:380px){.YourInventory-module__laSsKa__yourInventorySearchSelectContainer{flex-direction:column;gap:16px;height:96px}}
.alice-carousel .animated{animation-fill-mode:both}.alice-carousel .animated-out{z-index:1}.alice-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}to{opacity:0;visibility:hidden}}.alice-carousel{direction:ltr;width:100%;margin:auto;position:relative}.alice-carousel__wrapper{box-sizing:border-box;width:100%;height:auto;position:relative;overflow:hidden}.alice-carousel__stage{box-sizing:border-box;white-space:nowrap;transform-style:flat;-webkit-backface-visibility:hidden;backface-visibility:hidden;width:100%;height:100%;margin:0;padding:0;position:relative}.alice-carousel__stage-item{box-sizing:border-box;vertical-align:top;white-space:normal;width:100%;height:100%;margin:0;padding:0;line-height:0;display:inline-block;position:relative}.alice-carousel__stage-item *{line-height:initial}.alice-carousel__stage-item.__hidden{opacity:0;overflow:hidden}.alice-carousel__prev-btn,.alice-carousel__next-btn{box-sizing:border-box;width:50%;padding:10px 5px;display:inline-block}.alice-carousel__prev-btn [data-area]:after,.alice-carousel__next-btn [data-area]:after{content:attr(data-area);text-transform:capitalize;position:relative}.alice-carousel__prev-btn{text-align:right}.alice-carousel__next-btn{text-align:left}.alice-carousel__prev-btn-item,.alice-carousel__next-btn-item{cursor:pointer;color:#465798;margin:0;padding:5px;display:inline-block}.alice-carousel__prev-btn-item:hover,.alice-carousel__next-btn-item:hover{color:#8b0000}.alice-carousel__prev-btn-item.__inactive,.alice-carousel__next-btn-item.__inactive{opacity:.4;pointer-events:none}.alice-carousel__play-btn{display:inline-block;position:absolute;top:30px;left:20px}.alice-carousel__play-btn:hover{cursor:pointer}.alice-carousel__play-btn-wrapper{background-color:#fff;border-radius:50%;width:32px;height:32px;padding:10px;position:relative}.alice-carousel__play-btn-item{cursor:pointer;background:0 0;border:0;outline:none;width:32px;height:32px;position:absolute}.alice-carousel__play-btn-item:before,.alice-carousel__play-btn-item:after{pointer-events:none;content:"";border:8px solid #0000;border-left:15px solid #465798;border-right-width:0;width:0;height:0;transition:all .4s linear;display:block;position:absolute}.alice-carousel__play-btn-item:before{height:14px;left:5px}.alice-carousel__play-btn-item:after{top:7px;left:18px}.alice-carousel__play-btn-item.__pause:before,.alice-carousel__play-btn-item.__pause:after{border-width:0 0 0 10px;height:30px}.alice-carousel__play-btn-item.__pause:after{top:0;left:18px}.alice-carousel__dots{text-align:center;margin:30px 3px 5px;padding:0;list-style:none}.alice-carousel__dots>li{display:inline-block}.alice-carousel__dots-item:not(.__custom){cursor:pointer;background-color:#e0e4fb;border-radius:50%;width:8px;height:8px}.alice-carousel__dots-item:not(.__custom):not(:last-child){margin-right:20px}.alice-carousel__dots-item:not(.__custom):hover,.alice-carousel__dots-item:not(.__custom).__active{background-color:#6e7ebc}.alice-carousel__slide-info{color:#465798;background-color:#e0e4fb99;border-radius:5px;padding:5px 10px;display:inline-block;position:absolute;top:20px;right:20px}.alice-carousel__slide-info-item{vertical-align:middle;line-height:0}
.TradeItem-module__5GgQzW__tradeItemContainerBox{-webkit-user-select:none;user-select:none;flex-direction:column;justify-content:flex-end;align-items:flex-start;width:182px;height:196px;display:flex}.TradeItem-module__5GgQzW__tradeItemContainer{background:linear-gradient(#1f212680 0%,#181a1f80 100%);border-radius:12px;flex-direction:column;gap:8px;width:170px;height:184px;margin:0;padding:12px;transition:all .4s;display:flex;position:relative;overflow:hidden}.TradeItem-module__5GgQzW__tradeItemHeader span:first-child{opacity:.5}.TradeItem-module__5GgQzW__tradeItemContainer:hover{transition:all .4s;transform:translateY(-12px);box-shadow:0 10px 30px #00000040}.TradeItem-module__5GgQzW__tradeItemContainer:hover .TradeItem-module__5GgQzW__tradeItemHeader span:first-child{opacity:1}.TradeItem-module__5GgQzW__tradeItemContainer:hover .TradeItem-module__5GgQzW__tradeItemNameAndPrice span:first-child{opacity:1}.TradeItem-module__5GgQzW__tradeItemContainer:hover:before{opacity:1;transition:all .4s}.TradeItem-module__5GgQzW__tradeItemContainer:before{content:"";background-blend-mode:overlay;opacity:0;z-index:-1;background:linear-gradient(#1f212633 10%,#1f2126 100%),url(../media/avanMarketCarousel.08.2kixcl6qgx.svg) 100% 70% no-repeat,linear-gradient(#1f2126 0%,#1f212680 60%);transition:opacity .4s;position:absolute;top:0;bottom:0;left:0;right:0}.TradeItem-module__5GgQzW__tradeItemHeader{justify-content:space-between;display:flex}.TradeItem-module__5GgQzW__imageContainer{width:100%;height:100%;position:relative}.TradeItem-module__5GgQzW__itemContainerImage{object-fit:contain;filter:drop-shadow(-1px 14px 6px #14171c);pointer-events:none}.TradeItem-module__5GgQzW__tradeItemNameAndPrice{flex-direction:column;gap:8px;display:flex}.TradeItem-module__5GgQzW__typography{white-space:nowrap;text-overflow:ellipsis;width:100%;color:var(--primary-text-color);overflow:hidden}.TradeItem-module__5GgQzW__tradeItemNameAndPrice span:first-child{opacity:.75}.TradeItem-module__5GgQzW__priceAndImage{z-index:5;justify-content:space-between;align-items:center;display:flex}.TradeItem-module__5GgQzW__ellipse{filter:blur(35px);border-radius:16px;width:80px;height:61px;position:absolute;bottom:-60px;left:45px}.TradeItem-module__5GgQzW__bottomLine{width:100px;height:1px;position:absolute;bottom:0;left:35px}@media not (min-width:1480px){.TradeItem-module__5GgQzW__liveItemsContainer{margin-bottom:15px}}@media not (min-width:700px){.TradeItem-module__5GgQzW__tradeItemContainerBox{width:156px;height:176px}.TradeItem-module__5GgQzW__tradeItemContainer{gap:4px;width:148px;height:164px}}
.LiveItems-module__t626Ta__liveItemsContainer{width:100%;max-width:1400px;height:248px;margin-top:147px;margin-bottom:189px;position:relative}.LiveItems-module__t626Ta__liveItemsContainerHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.LiveItems-module__t626Ta__liveItemsContainerHeaderTitle{justify-content:space-between;align-items:center;gap:16px;display:flex}.LiveItems-module__t626Ta__linearGradientBlock{-webkit-mask-image:linear-gradient(90deg,#000 80%,#0000 100%);mask-image:linear-gradient(90deg,#000 80%,#0000 100%)}@media not (min-width:1480px){.LiveItems-module__t626Ta__liveItemsContainer{width:calc(100% - 48px);margin-left:48px;margin-right:0}.LiveItems-module__t626Ta__liveItemsContainerHeader{padding-right:48px}}@media not (min-width:1024px){.LiveItems-module__t626Ta__liveItemsContainer{margin-top:92px;margin-bottom:92px}}@media not (min-width:700px){.LiveItems-module__t626Ta__liveItemsContainerHeader{flex-direction:column;gap:12px;padding-right:16px}.LiveItems-module__t626Ta__liveItemsContainer{width:calc(100% - 16px);margin-left:16px}}
.PaymentStatusModal-module__wjTiwq__buttonModal{width:calc(100% - 40px);height:56px;margin-bottom:20px;text-decoration:none}.PaymentStatusModal-module__wjTiwq__modalContainer{flex-direction:column;align-items:center;gap:32px;width:100%;display:flex}.PaymentStatusModal-module__wjTiwq__textContainer{flex-direction:column;gap:16px;margin-top:4px;display:flex}.PaymentStatusModal-module__wjTiwq__titleLaptop{display:block}.PaymentStatusModal-module__wjTiwq__titleMobile{display:none}.PaymentStatusModal-module__wjTiwq__imageContainer{background-color:var(--modalBackground);background-blend-mode:normal;z-index:-1;background-image:url(../media/EllipseGreen.0lhtpcig4k5xn.svg),url(../media/GridForModal.0gfn65u6poybl.svg);background-position:50%;background-repeat:no-repeat;border-radius:12px;justify-content:center;align-items:center;width:100%;height:200px;display:flex;position:relative;overflow:hidden}.PaymentStatusModal-module__wjTiwq__imageContainerRed{background-color:var(--modalBackground);background-blend-mode:normal;z-index:-1;background-image:url(../media/EllipseRed.04bx_3bp4e4av.svg),url(../media/GridForModalRed.0zoy3d0jbo~rp.svg);background-position:50%;background-repeat:no-repeat;border-radius:12px;justify-content:center;align-items:center;width:100%;height:200px;display:flex;position:relative;overflow:hidden}.PaymentStatusModal-module__wjTiwq__imageSmall{filter:blur(3px)brightness(60%);position:absolute;top:-60px;left:55px;transform:rotate(-30deg)}.PaymentStatusModal-module__wjTiwq__imageSmallUnsuccessfulReplenishment{top:-50px;transform:rotate(-28deg)}.PaymentStatusModal-module__wjTiwq__image{transform:rotate(28deg)}.PaymentStatusModal-module__wjTiwq__imageUnsuccessfulReplenishment{transform:translateY(-10px)rotate(28deg)}.PaymentStatusModal-module__wjTiwq__errorText span:last-child{white-space:pre-line}@media not (min-width:800px){.PaymentStatusModal-module__wjTiwq__modalContainer{gap:24px;width:100%}.PaymentStatusModal-module__wjTiwq__buttonModal{width:calc(100% - 24px);height:56px;margin-bottom:16px}.PaymentStatusModal-module__wjTiwq__textContainer{margin-top:12px}.PaymentStatusModal-module__wjTiwq__imageSmall{transform:rotate(-40deg)scale(.88)}.PaymentStatusModal-module__wjTiwq__image{transform:rotate(28deg)scale(.88)}.PaymentStatusModal-module__wjTiwq__imageContainer{background-image:url(../media/EllipseGreenSmall.0po7j_lm29qet.svg),url(../media/GridForModal.0gfn65u6poybl.svg)}.PaymentStatusModal-module__wjTiwq__imageContainerRed{background-image:url(../media/EllipseRedSmall.0feka~osb4-7f.svg),url(../media/GridForModalRed.0zoy3d0jbo~rp.svg)}.PaymentStatusModal-module__wjTiwq__titleLaptop{display:none}.PaymentStatusModal-module__wjTiwq__titleMobile{display:block}.PaymentStatusModal-module__wjTiwq__imageUnsuccessfulReplenishment{transform:translateY(-10px)rotate(28deg)scale(.88)}.PaymentStatusModal-module__wjTiwq__imageSmallUnsuccessfulReplenishment{transform:rotate(-28deg)}}@media not (min-width:500px){.PaymentStatusModal-module__wjTiwq__textContainer{white-space:pre-line}.PaymentStatusModal-module__wjTiwq__imageSmall{left:10px}.PaymentStatusModal-module__wjTiwq__imageSmallUnsuccessfulReplenishment{left:5px}}
@keyframes PreviewAvan-module__2DXkxa__slide-in-bottom{0%{opacity:0;transform:translateY(200px)}to{opacity:1;transform:translateY(0)}}@keyframes PreviewAvan-module__2DXkxa__slide-in-bottom-grid{0%{opacity:0;transform:translateY(200px)}to{opacity:1;transform:translateY(0)}}@keyframes PreviewAvan-module__2DXkxa__shake-vertical-fourth{0%,to{transform:translateY(0)}10%,30%,50%,70%{transform:translateY(5px)}20%,40%,60%{transform:translateY(-5px)}80%{transform:translateY(14px)}90%{transform:translateY(-14px)}}.PreviewAvan-module__2DXkxa__container{justify-content:center;width:100%;display:flex;position:relative}.PreviewAvan-module__2DXkxa__gridStyles{justify-content:flex-start;width:1510px;margin-top:0;padding-left:57px;display:flex;position:relative;overflow:hidden}.PreviewAvan-module__2DXkxa__effect{pointer-events:none;margin-left:-824px;position:absolute;top:-430px;left:50%;transform:translate(-50%)}.PreviewAvan-module__2DXkxa__mainContainerLaptop{flex-direction:column;width:678px;display:flex}.PreviewAvan-module__2DXkxa__animation{animation:1s cubic-bezier(.25,.46,.45,.94) both PreviewAvan-module__2DXkxa__slide-in-bottom}.PreviewAvan-module__2DXkxa__animation:first-child{animation-delay:.25s}.PreviewAvan-module__2DXkxa__animation:nth-child(2){animation-delay:.5s}.PreviewAvan-module__2DXkxa__animation:nth-child(3){animation-delay:.75s}.PreviewAvan-module__2DXkxa__text{flex-direction:column;display:flex}.PreviewAvan-module__2DXkxa__h1{width:678px;font-family:var(--font-unbounded), sans-serif;color:#fff;margin-top:146px;margin-bottom:16px;font-size:44px;font-weight:600;line-height:130%}.PreviewAvan-module__2DXkxa__h2{color:var(--secondary-text-color);white-space:pre-line;letter-spacing:.02em;margin:0 0 60px;font-size:18px;font-weight:400;line-height:32px}.PreviewAvan-module__2DXkxa__buttonsContainer{gap:12px;display:flex}.PreviewAvan-module__2DXkxa__yellowButton{width:261px;height:64px}.PreviewAvan-module__2DXkxa__yellowButton button,.PreviewAvan-module__2DXkxa__greyButton button{gap:12px}.PreviewAvan-module__2DXkxa__greyButton{width:251px;height:64px}.PreviewAvan-module__2DXkxa__imagesContainer{justify-content:center;width:calc(100% - 678px);height:885px;margin-top:-60px;margin-left:-50px;animation:1.6s cubic-bezier(.25,.46,.45,.94) both PreviewAvan-module__2DXkxa__slide-in-bottom;display:flex;position:relative}.PreviewAvan-module__2DXkxa__coinBig{z-index:5;width:175px;height:175px;animation:10s cubic-bezier(.455,.03,.515,.955) infinite both PreviewAvan-module__2DXkxa__shake-vertical-fourth;position:absolute;top:12.5%;right:62%}.PreviewAvan-module__2DXkxa__coinMiddle{z-index:5;width:140px;height:140px;animation:12s cubic-bezier(.455,.03,.515,.955) infinite both PreviewAvan-module__2DXkxa__shake-vertical-fourth;position:absolute;top:14.5%;right:30%}.PreviewAvan-module__2DXkxa__coinSmall{z-index:5;width:80px;height:80px;animation:14s cubic-bezier(.455,.03,.515,.955) infinite both PreviewAvan-module__2DXkxa__shake-vertical-fourth;position:absolute;top:11%;right:62%}.PreviewAvan-module__2DXkxa__coinBig:after,.PreviewAvan-module__2DXkxa__coinMiddle:after,.PreviewAvan-module__2DXkxa__coinSmall:after{content:"";z-index:-1;opacity:.2;background-color:var(--main-color);mix-blend-mode:overlay;filter:blur(35px);border-radius:50%;width:50%;height:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.PreviewAvan-module__2DXkxa__imagesContainer .PreviewAvan-module__2DXkxa__coinMiddle .PreviewAvan-module__2DXkxa__coinImage{transform:rotate(60deg)}.PreviewAvan-module__2DXkxa__imagesContainer .PreviewAvan-module__2DXkxa__coinSmall .PreviewAvan-module__2DXkxa__coinImage{transform:rotate(45deg)}.PreviewAvan-module__2DXkxa__cardContainer{perspective:1200px;width:80%;height:100%;position:absolute;top:0;left:50%;transform:translate(-25%)}.PreviewAvan-module__2DXkxa__cardContainer:before{content:"";filter:blur(70px);z-index:7;background-color:#fbd5061a;border-radius:50%;width:285px;height:285px;position:absolute;top:50px;left:50px}.PreviewAvan-module__2DXkxa__coinImage{object-fit:contain;z-index:1;position:relative}.PreviewAvan-module__2DXkxa__backgroundContainer{z-index:-2;background-blend-mode:soft-light;background-color:#0000;background-image:url(/assets/background/ellipseMainPage.svg),url(/assets/net.svg);background-position:50%,top;background-repeat:no-repeat;background-size:80%,100%;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;width:885px;height:885px;animation:1.6s cubic-bezier(.25,.46,.45,.94) both PreviewAvan-module__2DXkxa__slide-in-bottom-grid;position:absolute;top:-30px;left:670px;-webkit-mask-image:radial-gradient(closest-side,#000 0%,#000 50%,#0000);mask-image:radial-gradient(closest-side,#000 0%,#000 50%,#0000)}@media not (min-width:1640px){.PreviewAvan-module__2DXkxa__gridStyles{width:100%;max-width:1400px;padding-left:0}.PreviewAvan-module__2DXkxa__cardContainer{width:100%}.PreviewAvan-module__2DXkxa__backgroundContainer{left:570px}}@media not (min-width:1444px){.PreviewAvan-module__2DXkxa__gridStyles{padding-left:24px}.PreviewAvan-module__2DXkxa__imagesContainer{width:calc(100% - 726px)}.PreviewAvan-module__2DXkxa__backgroundContainer{width:calc(100% - 500px);top:-60px}}@media not (min-width:1300px){.PreviewAvan-module__2DXkxa__gridStyles{margin-bottom:70px}.PreviewAvan-module__2DXkxa__mainContainerLaptop{width:570px}.PreviewAvan-module__2DXkxa__h1{width:100%;font-size:38px;line-height:45px}.PreviewAvan-module__2DXkxa__imagesContainer{height:800px;margin-left:0;overflow:visible}.PreviewAvan-module__2DXkxa__imagesContainer:after{content:"";filter:blur(100px);mix-blend-mode:overlay;z-index:0;background-color:#fbd50650;border-radius:50%;width:150px;height:150px;position:absolute;top:150px;left:200px}.PreviewAvan-module__2DXkxa__imagesContainer:before{content:"";filter:blur(100px);mix-blend-mode:overlay;z-index:0;background-color:#fbd50630;border-radius:50%;width:150px;height:150px;position:absolute;top:300px;right:80px}.PreviewAvan-module__2DXkxa__cardContainer{left:40%;transform:translate(-25%)}.PreviewAvan-module__2DXkxa__cardContainer:before{top:300px;left:100px}.PreviewAvan-module__2DXkxa__coinMiddle{right:10%}.PreviewAvan-module__2DXkxa__backgroundContainer{background-blend-mode:soft-light;background-color:#0000;background-image:url(/assets/background/ellipseMainPage.svg),url(/assets/net.svg);background-position:50%,top;background-repeat:no-repeat;background-size:70%,100%;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;width:calc(100% - 550px);height:800px;top:0;left:570px;-webkit-mask-image:radial-gradient(closest-side,#000 0%,#000 50%,#0000);mask-image:radial-gradient(closest-side,#000 0%,#000 50%,#0000)}@keyframes PreviewAvan-module__2DXkxa__slide-in-bottom-grid{0%{opacity:0;transform:translateY(200px)scale(1.2)}to{opacity:1;transform:translateY(0)scale(1.2)}}}@media not (min-width:1200px){.PreviewAvan-module__2DXkxa__backgroundContainer{background-blend-mode:soft-light;background-position:50%,top;background-repeat:no-repeat;background-size:70%,100%;height:700px;-webkit-mask-image:radial-gradient(closest-side,#000 0%,#000 50%,#0000);mask-image:radial-gradient(closest-side,#000 0%,#000 50%,#0000)}}@media not (min-width:1024px){.PreviewAvan-module__2DXkxa__gridStyles{flex-direction:column;align-items:center;gap:0;margin-bottom:40px;padding-left:0;overflow:visible}.PreviewAvan-module__2DXkxa__mainContainerLaptop{width:calc(100% - 32px);margin-bottom:32px}.PreviewAvan-module__2DXkxa__text{align-items:center}.PreviewAvan-module__2DXkxa__h1{text-align:center;white-space:pre-line;width:600px;margin:60px 0 24px;font-size:30px;line-height:1.4}.PreviewAvan-module__2DXkxa__h2{text-align:center;margin:0 0 32px;font-size:16px;line-height:24px}.PreviewAvan-module__2DXkxa__buttonsContainer{justify-content:center}.PreviewAvan-module__2DXkxa__yellowButton,.PreviewAvan-module__2DXkxa__greyButton{width:261px}.PreviewAvan-module__2DXkxa__imagesContainer{width:calc(100% - 48px);height:800px;margin-top:0;overflow:hidden}.PreviewAvan-module__2DXkxa__imagesContainer:after{content:"";filter:blur(100px);mix-blend-mode:overlay;z-index:0;background-color:#fbd50650;border-radius:50%;width:200px;height:200px;position:absolute;top:150px;left:300px}.PreviewAvan-module__2DXkxa__imagesContainer:before{content:"";filter:blur(100px);mix-blend-mode:overlay;z-index:0;background-color:#fbd50630;border-radius:50%;width:150px;height:150px;position:absolute;top:300px;right:180px}.PreviewAvan-module__2DXkxa__cardContainer{width:500px;height:100%;top:0;left:50%;transform:translate(-40%)}.PreviewAvan-module__2DXkxa__cardContainer:before{display:none}.PreviewAvan-module__2DXkxa__coinMiddle{top:9.5%;right:30%}.PreviewAvan-module__2DXkxa__coinBig{top:7.5%}.PreviewAvan-module__2DXkxa__coinSmall{top:6%}.PreviewAvan-module__2DXkxa__backgroundContainer{aspect-ratio:1;width:100%;height:auto;top:300px;left:0;transform:scale(2)}}@media not (min-width:800px){.PreviewAvan-module__2DXkxa__effect{display:none}.PreviewAvan-module__2DXkxa__imagesContainer{width:100%;height:600px;-webkit-mask-image:none;mask-image:none}.PreviewAvan-module__2DXkxa__backgroundContainer,.PreviewAvan-module__2DXkxa__imagesContainer:after,.PreviewAvan-module__2DXkxa__imagesContainer:before{display:none}.PreviewAvan-module__2DXkxa__cardContainer{justify-content:center;width:100%;height:100%;display:flex;position:relative;left:0;transform:translate(-30px)scale(.8)translateY(-120px)}.PreviewAvan-module__2DXkxa__coinBig{width:110px;height:110px;top:4%;right:65%}.PreviewAvan-module__2DXkxa__coinMiddle{width:100px;height:100px;top:0;left:50vw;right:auto}.PreviewAvan-module__2DXkxa__coinSmall{width:40px;height:40px;top:4%;right:67%}}@media not (min-width:700px){.PreviewAvan-module__2DXkxa__h1{width:100%}.PreviewAvan-module__2DXkxa__coinMiddle:after,.PreviewAvan-module__2DXkxa__coinSmall:after{display:none}}@media not (min-width:600px){.PreviewAvan-module__2DXkxa__h1{white-space:normal}.PreviewAvan-module__2DXkxa__buttonsContainer{flex-direction:column;align-items:center}.PreviewAvan-module__2DXkxa__yellowButton,.PreviewAvan-module__2DXkxa__greyButton{width:250px}.PreviewAvan-module__2DXkxa__imagesContainer{height:550px}.PreviewAvan-module__2DXkxa__cardContainer{width:calc(100dvw - 32px);transform:translate(-60px)scale(.73)translateY(-150px)}.PreviewAvan-module__2DXkxa__coinBig{right:70%}.PreviewAvan-module__2DXkxa__coinMiddle{left:43.4783vw}.PreviewAvan-module__2DXkxa__coinSmall{right:72%}}@media not (min-width:550px){.PreviewAvan-module__2DXkxa__h2{white-space:normal}}@media not (min-width:500px){.PreviewAvan-module__2DXkxa__imagesContainer{height:520px}.PreviewAvan-module__2DXkxa__cardContainer{width:calc(100dvw - 32px);transform:translate(-60px)scale(.65)translateY(-170px)}}@media not (min-width:400px){.PreviewAvan-module__2DXkxa__imagesContainer{height:470px}.PreviewAvan-module__2DXkxa__cardContainer{transform:translate(-60px)scale(.55)translateY(-220px)}}
