.header{display:flex;justify-content:space-between;align-items:center;padding:0 20px;height:91px;position:sticky;top:0;width:100%;background-color:#fff;z-index:100;gap:2rem;border-bottom:.0625rem solid rgb(33,34,40)}.header-left{display:flex;align-items:center;gap:20px}.header .logo-link{width:6.60714rem;height:3.125rem}.header .logo-link .logo{width:100%}.header .header-home{display:flex;align-items:center;justify-content:center;color:#1e1f25;opacity:.7;transition:opacity .2s}.header .header-home:hover{opacity:1}.header .switch{position:relative;display:inline-block;width:60px;height:34px}.header .switch input{opacity:0;width:0;height:0}.header .switch .slider{position:absolute;cursor:pointer;inset:0;background-color:#e0e0e0;width:60px;transition:.4s;border-radius:34px}.header .switch .slider:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff;transition:.4s;border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='5'/%3E%3Cline x1='12' y1='1' x2='12' y2='3'/%3E%3Cline x1='12' y1='21' x2='12' y2='23'/%3E%3Cline x1='4.22' y1='4.22' x2='5.64' y2='5.64'/%3E%3Cline x1='18.36' y1='18.36' x2='19.78' y2='19.78'/%3E%3Cline x1='1' y1='12' x2='3' y2='12'/%3E%3Cline x1='21' y1='12' x2='23' y2='12'/%3E%3Cline x1='4.22' y1='19.78' x2='5.64' y2='18.36'/%3E%3Cline x1='18.36' y1='5.64' x2='19.78' y2='4.22'/%3E%3C/svg%3E");background-size:18px;background-position:center;background-repeat:no-repeat;box-shadow:0 2px 4px #0003}.header .switch input:checked+.slider{background-color:#333}.header .switch input:checked+.slider:before{transform:translate(26px);background-color:#333;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white' stroke='none'%3E%3Cpath d='M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z'/%3E%3C/svg%3E");box-shadow:0 2px 4px #00000080}.header-search{position:relative;width:100%}.header-search input{height:2.75rem;width:100%;padding:0 1rem 0 2.5rem;font-size:.875rem;line-height:1.5rem;background-color:#f5f5f5;border:none;border-radius:1.5rem;outline:none;color:#1e1f25}.header-search input::placeholder{color:#828794}.header-search .search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#828794}.header-search__dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;max-height:400px;overflow-y:auto;background:#fff;border-radius:1rem;box-shadow:0 8px 24px #0000001f;z-index:200;padding:8px 0}.header-search__item{display:flex;align-items:center;gap:12px;padding:10px 16px;cursor:pointer;transition:background .15s}.header-search__item:hover{background:#0000000a}.header-search__item-icon{width:36px;height:36px;border-radius:8px;object-fit:cover;flex-shrink:0}.header-search__item-title{font-size:.9375rem;font-weight:500;color:#1e1f25}.header-search__empty{padding:20px 16px;text-align:center;color:#828794;font-size:.875rem}.header-nav{display:flex;gap:50px}.header-nav .nav-item{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#828794;font-weight:500;font-size:12px;gap:7px}.header-nav .nav-item-active{color:#0085ff}.dark .header{background-color:#14161a;color:#fff}.dark .header .header-home{color:#fff}.dark .header .header-search input{background-color:#212228;color:inherit}.dark .header .header-search__dropdown{background:#1e1f25;box-shadow:0 8px 24px #0006}.dark .header .header-search__item:hover{background:#ffffff0f}.dark .header .header-search__item-title{color:#fff}.dark .header .nav-item{color:inherit}@media(max-width:768px){.header{height:56px;padding:0 12px;gap:.75rem}.header-left{gap:10px}.header .logo-link{width:4.5rem;height:2.25rem}.header .switch{width:44px;height:24px}.header .switch .slider{width:44px;border-radius:24px}.header .switch .slider:before{height:18px;width:18px;left:3px;bottom:3px;background-size:12px}.header .switch input:checked+.slider:before{transform:translate(20px)}.header-search input{height:2.25rem;font-size:.8125rem;padding:0 .75rem 0 2.25rem}.header-search .search-icon{left:10px;width:14px;height:14px}.header-nav{position:fixed;left:0;right:0;bottom:0;justify-content:space-around;padding:8px 12px;padding-bottom:calc(8px + env(safe-area-inset-bottom,0px));background-color:#000000eb;gap:0;z-index:100}.header-nav .nav-item{font-size:10px;gap:4px}.header-nav .nav-item img{width:20px;height:20px}}@media(max-width:480px){.header{height:48px;padding:0 8px}}.footer{width:100%;background-color:#f2f2f7;color:#828794;padding:1.875rem 1.25rem;border-radius:1.5rem 1.5rem 0px 0px;margin-top:50px}.footer h4{color:#000}.footer_firstLine{display:flex;justify-content:space-between}.footer_firstLine_information_list{display:grid;grid-template-columns:repeat(3,1fr);grid-template-areas:"a b c" "d e e";gap:16px;font-size:.875rem;font-weight:500;line-height:1.5rem;color:#828794;margin-top:1.25rem}.footer_firstLine_information_list-item1{grid-area:a}.footer_firstLine_information_list-item2{grid-area:b}.footer_firstLine_information_list-item3{grid-area:c;color:#828794;text-decoration:none}.footer_firstLine_information_list-item4{grid-area:d}.footer_firstLine_information_list-item5{grid-area:e}.footer_firstLine_payment-list{margin-top:1.25rem;display:flex;gap:8px}.footer_firstLine_payment-list-item{width:3.5rem;height:2.5rem;background-color:#fff;border-radius:.5rem;display:flex;justify-content:center;align-items:center}.footer_secondLine{margin-top:3rem;color:#828794;font-size:.8125rem;font-weight:500}.dark .footer{background-color:#212228}.dark .footer h4{color:inherit}@media(max-width:768px){.footer{padding-bottom:calc(1.875rem + 60px + env(safe-area-inset-bottom,0px))}.footer_firstLine_information_list{grid-template-columns:1fr 1fr;grid-template-areas:"a b" "c d" "e e"}}.footer_firstLine_information_list a,.footer_firstLine_information_list a:visited{color:#828794;text-decoration:none}.home{padding:20px;display:grid;gap:20px}.home__title{font-size:32px;font-weight:700;margin-bottom:12px}.home__text{font-size:18px;opacity:.7}.appsSection-blocks{display:flex;flex-direction:column;gap:20px}.appsSection-blocks__top{display:flex}.appsSection-blocks__top>.appsSection-blocks__left .header-block{margin-left:3%}.appsSection-blocks__top>.appsSection-blocks__right .header-block{margin-left:3%}.appsSection-blocks__item{width:100%}.appsSection-blocks .appsSection-header{display:flex;align-items:center;justify-content:space-between}.appsSection-blocks .appsSection-header .header-block{margin-bottom:0}.appsSection-blocks .appsSection-header__more{display:flex;align-items:center;gap:.375rem;text-decoration:none;color:#828794;font-size:.875rem;font-weight:500;transition:color .15s;flex-shrink:0}.appsSection-blocks .appsSection-header__more:hover{color:#0085ff}.appsSection-blocks .appsSection-content{justify-content:center;display:flex;flex-wrap:wrap;gap:18px;margin-top:1.25rem}.header-block{display:flex;gap:.625rem;margin-bottom:1.25rem;color:#1e1f25}.header-block img{width:24px;height:24px}.dark .header-block{color:#fff}.appSectionItem{width:88px;flex-shrink:0;overflow:hidden;text-decoration:none;color:inherit}.appSectionItem img{width:88px;height:88px;border-radius:1.25rem;background-color:gray;object-fit:cover;display:block}.appSectionItem p{white-space:nowrap;font-size:14px;text-align:center}body:not(.dark) .appSectionItem{color:#000}@media(max-width:480px){.appSectionItem{width:68px}.appSectionItem img{width:68px;height:68px;border-radius:1rem}.appSectionItem p{font-size:11px}}.popup__body .appSectionItem{display:inline-block;vertical-align:top;margin:.5rem}.popup-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#0a0c0f99;z-index:1000;padding:20px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.popup{width:100%;max-width:35rem;background:#14161a;color:#e6e6e6;border-radius:12px;box-shadow:0 8px 30px #02061766;overflow:hidden;outline:none;transform:translateY(-6px);animation:popupIn .16s ease-out forwards}@keyframes popupIn{0%{opacity:0;transform:translateY(-10px) scale(.995)}to{opacity:1;transform:translateY(0) scale(1)}}.popup__header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid rgba(0,0,0,.06)}.popup__title{margin:0;font-size:1rem;font-weight:600}.popup__close{appearance:none;border:none;background:transparent;font-size:20px;line-height:1;cursor:pointer;padding:6px;border-radius:6px}.popup__close img svg rect{fill:#002b52}.popup__close:hover{background:#0000000f}.popup__body{padding:16px;max-height:70vh;overflow:auto;text-align:center}.appsSectionBtn.popup_btn{display:flex;gap:5px;width:100%;background:#212228}body:not(.dark) .popup{background:#fff;color:#1e1f25;box-shadow:0 8px 30px #00000026}body:not(.dark) .popup__header{border-bottom-color:#0000001a}@media(max-width:480px){.popup-overlay{padding:0;align-items:flex-end}.popup{border-radius:16px 16px 0 0;max-width:100%;max-height:85vh}.popup__body{max-height:75vh;padding-bottom:calc(16px + env(safe-area-inset-bottom,0px))}}body:not(.dark) .popup__close svg rect{fill:#0085ff1a}body:not(.dark) .popup__close svg path{stroke:#0085ff}body:not(.dark) .popup__close:hover{background:#0000000f}.profile{padding:20px;display:grid;gap:10px;color:#1e1f25}.profile_account-info{display:flex;justify-content:space-between;align-items:center}.profile_account-info--left{display:flex;gap:.875rem}.profile_account-info--avatar{border-radius:50%}.profile_account-info--raiting{display:grid;gap:.625rem}.profile_account-info--raiting .premiumProductItem_seller p{color:#0085ff}.profile_account-info--right{display:flex;gap:.375rem}.profile_account-info--right--icon{background-color:#f2f2f7;display:flex;padding:0;height:2rem;min-width:2rem;border-radius:.5rem;line-height:1.5;font-size:1rem;align-items:center;justify-content:center}.profile_account-info--right--icon img{width:18px;height:18px}.profile_wallet{display:flex;gap:.625rem;max-width:80%}.profile_wallet--info--wrapper{display:flex;flex-direction:column;width:100%;max-width:572px;margin-top:.75rem;gap:.625rem}.profile_wallet--info{width:100%;max-width:572px;background-color:#f2f2f7;border-radius:.625rem;display:flex;flex-direction:row;padding:.885rem;justify-content:space-between;align-items:center}.profile_wallet--info--balance{display:flex;gap:.5rem;font-size:1rem;line-height:1.5rem;font-weight:700}.profile_wallet--withdrawal{display:flex;gap:.5rem;align-items:center}.profile_wallet--withdrawal-exclamation{display:flex;width:20px;height:20px;border-radius:50%;background:#0085ff;align-items:center;justify-content:center}.profile_wallet--withdrawal-available{display:flex;gap:.5rem;font-weight:700}.profile_wallet--withdrawal-available-sum{color:#0085ff}.profile_wallet .appsSectionBtn{max-width:18%;font-weight:700}.profile_wallet .profile_btn{position:relative;background:#f2f2f7;color:#0085ff}.profile_wallet .profile_btn-new:after{content:"NEW";position:absolute;background-color:#ff1a4f;border-radius:2.125rem;padding:0px .375rem;min-width:1.625rem;min-height:1rem;color:#fff;font-size:8px;font-weight:700;display:flex;align-items:flex-end;justify-content:center;right:-5px;top:-5px}.profile_currency{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.profile_currency--label{font-size:.875rem;font-weight:600}.dark .profile{color:#fff}.dark .profile_account-info--right--icon{background-color:#002b52}.dark .profile_wallet--info{background-color:#212228}.dark .profile_wallet .profile_btn{background:#002b52;color:#0085ff}@media(max-width:768px){.profile{padding:1rem}.profile_wallet{max-width:100%;flex-direction:column}.profile_account-info{flex-direction:column;align-items:flex-start;gap:.75rem}.profile_account-info--right{align-self:flex-end}}.currencySelect{position:relative;font-size:.875rem}.currencySelect__header{display:flex;align-items:center;gap:.5rem;height:2.25rem;padding:0 .75rem;border-radius:1.25rem;background:#212228;border:1px solid rgba(255,255,255,.1);color:#fff;cursor:pointer;font-weight:500;white-space:nowrap;transition:border-color .2s}.currencySelect__header:hover{border-color:#ffffff40}.currencySelect__header--open{border-color:#0085ff}.currencySelect__value{flex:1}.currencySelect__arrow{flex-shrink:0;transition:transform .2s ease;color:#828794}.currencySelect__arrow--open{transform:rotate(180deg)}.currencySelect__dropdown{position:absolute;top:calc(100% + 6px);left:0;min-width:100%;background:#212228;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;box-shadow:0 8px 24px #0006;padding:.375rem 0;z-index:50;overflow:hidden}.currencySelect__item{padding:.5rem .75rem;cursor:pointer;white-space:nowrap;transition:background .15s;color:#fff}.currencySelect__item:hover{background:#ffffff0f}.currencySelect__item--active{color:#0085ff;font-weight:600}body:not(.dark) .currencySelect .currencySelect__header{background:#f5f5f5;border-color:#0000001a;color:#1e1f25}body:not(.dark) .currencySelect .currencySelect__header:hover{border-color:#00000040}body:not(.dark) .currencySelect .currencySelect__header--open{border-color:#0085ff}body:not(.dark) .currencySelect .currencySelect__dropdown{background:#fff;border-color:#0000001a;box-shadow:0 8px 24px #0000001f}body:not(.dark) .currencySelect .currencySelect__item{color:#1e1f25}body:not(.dark) .currencySelect .currencySelect__item:hover{background:#0000000a}body:not(.dark) .currencySelect .currencySelect__item--active{color:#0085ff}.game{display:flex;flex-direction:column;gap:1.25rem;padding-top:1.25rem;padding-bottom:2rem;overflow:hidden}.game__banner{width:100%;max-height:300px;border-radius:1.25rem;overflow:hidden}.game__banner img{width:100%;height:100%;object-fit:cover}.game__header .header-block{display:flex;align-items:center;gap:1rem}.game__header .header-block img{width:40px;height:40px;border-radius:.75rem}.game__tabs{margin-top:-.5rem}.game__search{display:flex;align-items:center;gap:1rem}.game__products{min-height:200px}.game__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}@media(max-width:1200px){.game__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.game__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.game__grid{grid-template-columns:1fr}}.game__empty{text-align:center;color:#828794;padding:2rem 0;font-size:1rem}.game__siblings{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.25rem}.game__siblings::-webkit-scrollbar{height:4px}.game__siblings::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}.game__sibling{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:1.5rem;background:#212228;border:1px solid rgba(255,255,255,.06);text-decoration:none;color:inherit;white-space:nowrap;font-size:.875rem;font-weight:500;transition:background .15s,border-color .15s;flex-shrink:0}.game__sibling img{width:24px;height:24px;border-radius:.375rem;object-fit:cover}.game__sibling:hover{background:#2c2d33}.game__sibling--active{background:#0085ff;border-color:#0085ff;color:#fff}.game__sibling--active:hover{background:#0085ff}body:not(.dark) .game .game__empty{color:#828794}body:not(.dark) .game .game__sibling{background:#f2f2f7;border-color:#0000000f;color:#1e1f25}body:not(.dark) .game .game__sibling:hover{background:#e8e8ed}body:not(.dark) .game .game__sibling--active{background:#0085ff;border-color:#0085ff;color:#fff}body:not(.dark) .game .game__sibling--active:hover{background:#0085ff}body:not(.dark) .game .game__siblings::-webkit-scrollbar-thumb{background:#0000001a}body:not(.dark) .game .pfb_input{background-color:#f5f5f5;color:#1e1f25}body:not(.dark) .game .pfb_input input{color:#1e1f25}body:not(.dark) .game .pfb_input input::placeholder{color:#828794}.pfb_input{width:100%;border-radius:.75rem;background-color:#212228;box-sizing:border-box;padding:0px 1rem;font-weight:400;font-size:.875rem;line-height:1.5rem;position:relative;display:flex;-webkit-box-align:center;align-items:center;height:2.75rem;max-width:572px;min-width:0;gap:5px}.pfb_input input{background:transparent;border:none;outline:none;color:inherit;font:inherit;width:100%}.productCard{display:flex;flex-direction:column;background:#212228;border-radius:1.25rem;overflow:hidden;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;text-decoration:none;color:inherit}.productCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000004d}.productCard__image{width:100%;aspect-ratio:16/10;overflow:hidden}.productCard__image img{width:100%;height:100%;object-fit:cover}.productCard__info{padding:.75rem 1rem 1rem;display:flex;flex-direction:column;gap:.5rem}.productCard__name{font-size:.875rem;font-weight:500;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.productCard__price{font-size:1rem;font-weight:700;color:#fff}body:not(.dark) .productCard{background:#f2f2f7;color:#000}body:not(.dark) .productCard:hover{box-shadow:0 8px 24px #0000001a}body:not(.dark) .productCard .productCard__price{color:#000}.loader{display:flex;align-items:center;justify-content:center;padding:2rem 0}.loader__spinner{width:48px;height:48px;border:5px solid #3a76a3;border-bottom-color:transparent;border-radius:50%;display:block;margin:0 auto;animation:rotation 1s linear infinite}.loader_hide{visibility:hidden;pointer-events:none;opacity:0;transition:visibility 0s .3s,opacity .3s}.productDetail{display:flex;flex-direction:column;gap:1.5rem;padding-bottom:2rem;margin-top:15px}.productDetail__header .header-block{display:flex;align-items:center;gap:1rem}.productDetail__header .header-block img{width:32px;height:32px;border-radius:.5rem}.productDetail__content{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem}@media(max-width:768px){.productDetail__content{grid-template-columns:1fr;gap:1.5rem}}.productDetail__image{border-radius:1.25rem;overflow:hidden;background:#212228}.productDetail__image img{width:100%;height:auto;display:block;object-fit:cover}@media(max-width:480px){.productDetail__image img{max-height:250px}}.productDetail__info{display:flex;flex-direction:column;gap:1.25rem}.productDetail__name{font-size:1.5rem;font-weight:700;line-height:1.4}.productDetail__characteristics{display:flex;flex-direction:column;gap:.75rem}.productDetail__characteristics h3{font-size:1.125rem;font-weight:700}.productDetail__additional{display:flex;flex-direction:column;gap:.5rem}.productDetail__char-row{display:flex;justify-content:space-between;align-items:baseline;gap:1rem}.productDetail__char-label{color:#828794;font-size:.875rem}.productDetail__char-value{font-size:.875rem;font-weight:500;text-align:right}.productDetail__guarantees{display:flex;flex-direction:column;gap:.625rem}.productDetail__guarantee{display:flex;align-items:center;gap:.625rem}.productDetail__guarantee svg{flex-shrink:0}.productDetail__guarantee span{font-size:.875rem;line-height:1.4}.productDetail__price-row{display:flex;align-items:center;gap:.75rem}.productDetail__price{font-size:1.75rem;font-weight:700}.productDetail__buy{width:100%;height:3.25rem;background:#0085ff;color:#fff;border:none;border-radius:.75rem;font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s ease}.productDetail__buy:hover{background:#006acc}.orderForm{display:flex;flex-direction:column;gap:1rem;text-align:left}.orderForm__product{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#ffffff0a;border-radius:.75rem}.orderForm__product-img{width:48px;height:48px;border-radius:.5rem;object-fit:cover}.orderForm__product-info{display:flex;flex-direction:column;gap:.25rem}.orderForm__product-name{font-size:.875rem;font-weight:600}.orderForm__product-price{font-size:1rem;font-weight:700;color:#0085ff}.orderForm__fields{display:flex;flex-direction:column;gap:.75rem}.orderForm__field{display:flex;flex-direction:column;gap:.375rem}.orderForm__label{font-size:.8125rem;color:#828794;font-weight:500}.orderForm__input{width:100%;height:2.75rem;padding:0 1rem;background:#212228;border:1px solid rgba(255,255,255,.06);border-radius:.75rem;color:inherit;font-size:1rem;outline:none;box-sizing:border-box;transition:border-color .15s}.orderForm__input::placeholder{color:#828794}.orderForm__input:focus{border-color:#0085ff}.orderForm__field-image{width:100%;border-radius:.75rem;object-fit:cover}.orderForm__options{display:flex;flex-direction:column;gap:.5rem}.orderForm__option{display:flex;align-items:center;width:100%;padding:.75rem 1rem;background:#212228;border:1px solid rgba(255,255,255,.06);border-radius:.75rem;color:inherit;font-size:.875rem;font-weight:500;cursor:pointer;transition:border-color .15s,background .15s;text-align:left}.orderForm__option:hover{border-color:#0085ff;background:#0085ff1a}.orderForm__option--selected{border-color:#0085ff;background:#0085ff26}.orderForm__field-error{color:#ff4d4f;font-size:.75rem}.orderForm__amount{display:flex;flex-direction:column;gap:.375rem}.orderForm__amount-label{font-size:.8125rem;color:#828794;font-weight:500}.orderForm__error{color:#ff4d4f;font-size:.8125rem;margin:0}.orderForm__submit{width:100%;height:3rem;background:#0085ff;color:#fff;border:none;border-radius:.75rem;font-size:.9375rem;font-weight:700;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center}.orderForm__submit:hover:not(:disabled){background:#006acc}.orderForm__submit:disabled{opacity:.5;cursor:not-allowed}.orderResult{display:flex;flex-direction:column;gap:1rem;text-align:left}.orderResult__image{width:100%;border-radius:.75rem;object-fit:cover}.orderResult__data{display:flex;flex-direction:column;gap:.5rem;padding:.75rem;background:#ffffff0a;border-radius:.75rem}.orderResult__row{display:flex;justify-content:space-between;align-items:baseline;gap:1rem}.orderResult__key{color:#828794;font-size:.8125rem}.orderResult__value{font-size:.875rem;font-weight:500;text-align:right}.orderResult__payment{display:flex;flex-direction:column;gap:.75rem}.orderResult__payment-title{font-size:.9375rem;font-weight:600;margin:0}.orderResult__payment-methods{display:flex;flex-direction:column;gap:.5rem}.orderResult__payment-method{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:#212228;border:1px solid rgba(255,255,255,.06);border-radius:.75rem;color:inherit;font-size:.875rem;font-weight:500;cursor:pointer;transition:border-color .15s,background .15s;text-align:left}.orderResult__payment-method:hover{background:#282a32}.orderResult__payment-method--active{border-color:#0085ff;background:#0085ff1a}.orderResult__payment-icon{font-size:1.25rem;line-height:1}.orderResult__pay{width:100%;height:3rem;background:#0085ff;color:#fff;border:none;border-radius:.75rem;font-size:.9375rem;font-weight:700;cursor:pointer;transition:background .2s}.orderResult__pay:hover:not(:disabled){background:#006acc}.orderResult__pay:disabled{opacity:.5;cursor:not-allowed}body:not(.dark) .productDetail{color:#1e1f25}body:not(.dark) .productDetail .productDetail__name{color:#000}body:not(.dark) .productDetail .productDetail__characteristics h3{color:#000}body:not(.dark) .productDetail .productDetail__char-label{color:#828794}body:not(.dark) .productDetail .productDetail__char-value{color:#000}body:not(.dark) .productDetail .productDetail__guarantee span{color:#000}body:not(.dark) .productDetail .productDetail__additional{color:#1e1f25}body:not(.dark) .productDetail .productDetail__price{color:#000}body:not(.dark) .productDetail .productDetail__image{background:#f0f0f0}body:not(.dark) .orderForm__product{background:#0000000a}body:not(.dark) .orderForm__input{background:#f5f5f5;border-color:#00000014;color:#1e1f25}body:not(.dark) .orderForm__input::placeholder{color:#828794}body:not(.dark) .orderForm__option{background:#f5f5f5;border-color:#00000014;color:#1e1f25}body:not(.dark) .orderForm__option:hover{background:#0085ff14;border-color:#0085ff}body:not(.dark) .orderForm__option--selected{border-color:#0085ff;background:#0085ff1a}.orderStep{display:flex;flex-direction:column;gap:1rem;text-align:left}.orderStep__back{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:#0085ff;font-size:.875rem;font-weight:500;cursor:pointer;padding:0;align-self:flex-start}.orderStep__back:hover{opacity:.8}body:not(.dark) .orderResult__data{background:#0000000a}body:not(.dark) .orderResult__value{color:#1e1f25}body:not(.dark) .orderResult__payment-method{background:#f5f5f5;border-color:#00000014;color:#1e1f25}body:not(.dark) .orderResult__payment-method:hover{background:#ebebeb}body:not(.dark) .orderResult__payment-method--active{border-color:#0085ff;background:#0085ff14}.referral{padding:1.25rem 0;display:flex;flex-direction:column;gap:1.5rem}.referral__banner{width:100%;border-radius:1rem;overflow:hidden}.referral__banner img{width:100%;display:block;object-fit:cover}.referral__title{text-align:center;font-size:1.5rem;font-weight:700}.referral__cards{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}@media(max-width:768px){.referral__cards{grid-template-columns:1fr}}.referral__card{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem;background:#212228;border-radius:1rem;border:1px solid rgba(255,255,255,.06)}.referral__card--center{align-items:center;justify-content:center}.referral__card-label{font-weight:600;font-size:1rem}.referral__card-link{color:#0085ff;font-size:.875rem;word-break:break-all}.referral__card-sub{color:#828794;font-size:.875rem}.referral__card-percent{font-size:2.5rem;font-weight:700;color:#0085ff}.referral__btn{width:100%;height:3rem;background:#0085ff;color:#fff;border:none;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.referral__btn:hover{background:#006acc}.referral__stats{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.25rem}.referral__stats--blurred .referral__stat-value{filter:blur(8px);-webkit-user-select:none;user-select:none}@media(max-width:768px){.referral__stats{grid-template-columns:1fr 1fr 1fr}}@media(max-width:480px){.referral__stats{grid-template-columns:1fr}}.referral__stat{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1.5rem;background:#212228;border-radius:1rem;border:1px solid rgba(255,255,255,.06)}.referral__stat-value{font-size:2rem;font-weight:700;color:#0085ff}.referral__stat-label{font-size:.875rem;color:#828794}.referral__stat--accent{background:#0085ff;border-color:#0085ff}.referral__stat--accent .referral__stat-value{color:#fff}.referral__stat--accent .referral__stat-label{color:#fffc}body:not(.dark) .referral .referral__title{color:#1e1f25}body:not(.dark) .referral .referral__card{background:#f5f5f5;border-color:#00000014}body:not(.dark) .referral .referral__card-label{color:#1e1f25}body:not(.dark) .referral .referral__stat{background:#f5f5f5;border-color:#00000014}body:not(.dark) .referral .referral__stat--accent{background:#0085ff;border-color:#0085ff}.chats{padding:1.25rem 0;display:flex;flex-direction:column;gap:1rem}.chats__title{font-size:1.5rem;font-weight:700}.chats__layout{display:grid;grid-template-columns:350px 1fr;gap:0;min-height:70vh;border-radius:1rem;overflow:hidden}@media(max-width:768px){.chats__layout{grid-template-columns:1fr;border-radius:1rem;min-height:calc(100vh - 130px)}}.chats__sidebar{display:flex;flex-direction:column;gap:.25rem;padding-right:1rem;overflow-y:auto;max-height:70vh}@media(max-width:768px){.chats__sidebar{padding-right:0}}@media(max-width:768px){.chats__sidebar--hidden{display:none}}.chats__sidebar-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:1rem;cursor:pointer;transition:background .15s}.chats__sidebar-item:hover{background:#ffffff0a}.chats__sidebar-item--active,.chats__sidebar-item--active:hover{background:#0085ff}.chats__sidebar-item--active .chats__sidebar-name{color:#fff}.chats__sidebar-item--active .chats__last-msg{color:#ffffffb3}.chats__sidebar-item--active .chats__unread{background:#fff;color:#0085ff}.chats__sidebar-avatar{width:48px;height:48px;border-radius:50%;background:#0085ff;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:600;font-size:1.125rem;color:#fff}.chats__sidebar-info{display:flex;flex-direction:column;gap:.125rem;min-width:0;flex:1}.chats__sidebar-name{font-weight:500;font-size:.9375rem;display:flex;align-items:center;gap:.25rem}.chats__sidebar-meta{display:flex;align-items:center;gap:.375rem}.chats__verified{flex-shrink:0}.chats__online-dot{width:8px;height:8px;border-radius:50%;background:#4caf50;display:inline-block;flex-shrink:0}.chats__last-msg{font-size:.8125rem;color:#828794;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.chats__unread{background:#0085ff;color:#fff;font-size:.6875rem;font-weight:600;min-width:20px;height:20px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 6px;flex-shrink:0}.chats__empty-list{display:flex;align-items:center;justify-content:center;padding:2rem;color:#828794;font-size:.9375rem}.chats__window{display:flex;flex-direction:column;border-radius:1rem;overflow:hidden;background:#1a1b20;min-height:60vh;max-height:70vh}@media(max-width:768px){.chats__window{min-height:0;flex:1;border-radius:0;max-height:calc(100vh - 130px)}}@media(max-width:768px){.chats__window--hidden{display:none}}.chats__window-header{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background:#212228;border-bottom:1px solid rgba(255,255,255,.06)}.chats__window-avatar{width:40px;height:40px;border-radius:50%;background:#0085ff;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:600;font-size:.875rem;color:#fff}.chats__window-info{display:flex;flex-direction:column;gap:.125rem}.chats__window-name{font-weight:600;font-size:.9375rem}.chats__window-status{font-size:.75rem;color:#828794;display:flex;align-items:center;gap:.375rem}.chats__window-body{flex:1;display:flex;flex-direction:column;overflow-y:auto;padding:1rem;min-height:0}.chats__window-footer{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem}@media(max-width:768px){.chats__window-footer{padding-bottom:calc(.75rem + env(safe-area-inset-bottom,0px))}}.chats__messages{display:flex;flex-direction:column;gap:.5rem;width:100%;padding-bottom:.5rem;margin-top:auto}.chats__msg{display:flex;gap:.5rem;max-width:100%}.chats__msg--own{flex-direction:row-reverse}.chats__msg--own .chats__msg-bubble{background:#0085ff;color:#fff;border-radius:1rem 1rem .25rem}.chats__msg--own .chats__msg-content{align-items:flex-end}.chats__msg--other .chats__msg-bubble{background:#212228;color:#fff;border-radius:1rem 1rem 1rem .25rem}.chats__msg-avatar{width:32px;height:32px;border-radius:50%;background:#2c2d33;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.75rem;font-weight:600;color:#828794;overflow:hidden}.chats__msg-avatar img{width:100%;height:100%;object-fit:cover}.chats__msg-content{display:flex;flex-direction:column;gap:.125rem;max-width:70%}.chats__msg-name{font-size:.6875rem;color:#828794;font-weight:500;padding-left:.5rem}.chats__msg-bubble{padding:.5rem .875rem;max-width:100%;word-break:break-word}.chats__msg-text{font-size:.875rem;line-height:1.4;white-space:pre-wrap}.chats__msg-image{max-width:100%;border-radius:.5rem;margin-bottom:.25rem}.chats__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;color:#828794;font-size:.9375rem;font-weight:500;flex:1;width:100%}.chats__back-btn{display:none;width:36px;height:36px;border-radius:50%;border:none;background:transparent;color:#fff;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}@media(max-width:768px){.chats__back-btn{display:flex}}.chats__input{flex:1;height:2.75rem;padding:0 1rem;border-radius:1.5rem;border:1px solid rgba(255,255,255,.1);background:#212228;color:#fff;font-size:1rem;outline:none}.chats__input::placeholder{color:#828794}.chats__send{width:40px;height:40px;border-radius:50%;border:none;background:#0085ff;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:opacity .15s}.chats__send:hover{background:#006acc}.chats__send:disabled{opacity:.5;cursor:default}body:not(.dark) .chats .chats__title{color:#1e1f25}body:not(.dark) .chats .chats__sidebar-item:hover{background:#0000000a}body:not(.dark) .chats .chats__sidebar-item--active{background:#0085ff}body:not(.dark) .chats .chats__sidebar-item--active:hover{background:#0085ff}body:not(.dark) .chats .chats__sidebar-name{color:#1e1f25}body:not(.dark) .chats .chats__sidebar-item--active .chats__sidebar-name{color:#fff}body:not(.dark) .chats .chats__window{background:#f0f0f0}body:not(.dark) .chats .chats__window-header{background:#f5f5f5;border-bottom-color:#0000000f}body:not(.dark) .chats .chats__window-name{color:#1e1f25}body:not(.dark) .chats .chats__back-btn{color:#1e1f25}body:not(.dark) .chats .chats__input{background:#fff;color:#1e1f25;border-color:#e0e0e0}body:not(.dark) .chats .chats__msg--other .chats__msg-bubble{background:#e8e8ed;color:#1e1f25}body:not(.dark) .chats .chats__msg-avatar{background:#d5d5da;color:#666}body:not(.dark) .chats .chats__empty-list{color:#999}.categoryApps{display:flex;flex-direction:column;gap:1.25rem;padding-top:1.25rem;padding-bottom:2rem}.categoryApps__grid{display:flex;flex-wrap:wrap;gap:18px;justify-content:center}.orderPage{display:flex;flex-direction:column;gap:1rem;text-align:left;max-width:480px;margin:0 auto;padding-top:1.5rem}.orderPage__back{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:#0085ff;font-size:.875rem;font-weight:500;cursor:pointer;padding:0;align-self:flex-start}.orderPage__back:hover{opacity:.8}.orderPage__title{font-size:1.25rem;font-weight:700;margin:0}.orderPage__error{color:#ff4d4f;font-size:.875rem;margin:0}.orderPage__success-text{font-size:.875rem;color:#828794;margin:0}.orderPage__back-btn{width:100%;height:3rem;background:#0085ff;color:#fff;border:none;border-radius:.75rem;font-size:.9375rem;font-weight:700;cursor:pointer;transition:background .2s}.orderPage__back-btn:hover{background:#006acc}.orderPage__status{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#ffffff0a;border-radius:.75rem}.orderPage__status-label{font-size:.8125rem;color:#828794}.orderPage__status-value{font-size:.875rem;font-weight:600}.orderPage__info-block{display:flex;flex-direction:column;gap:.25rem;padding:.75rem;background:#ffffff0a;border-radius:.75rem}.orderPage__info-label{font-size:.75rem;color:#828794;font-weight:500}.orderPage__info-value{font-size:.875rem;font-weight:500;word-break:break-all}.orderPage__input{width:100%;height:3rem;padding:0 1rem;background:#212228;color:inherit;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;font-size:.9375rem;outline:none;transition:border-color .2s;box-sizing:border-box}.orderPage__input::placeholder{color:#828794}.orderPage__input:focus{border-color:#0085ff}.orderPage__link-btn{display:flex;align-items:center;justify-content:center;width:100%;height:3rem;background:#0085ff;color:#fff;border:none;border-radius:.75rem;font-size:.9375rem;font-weight:700;cursor:pointer;text-decoration:none;transition:background .2s}.orderPage__link-btn:hover{background:#006acc}.orderPage__photo-preview{width:100%;max-height:200px;object-fit:contain;border-radius:.75rem}.orderPage__upload-btn{width:100%;height:3rem;background:#212228;color:inherit;border:1px dashed rgba(255,255,255,.15);border-radius:.75rem;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background .2s,border-color .2s}.orderPage__upload-btn:hover{background:#282a32;border-color:#0085ff}.orderPage__attach-btn{width:100%;height:3rem;background:#212228;color:inherit;border:1px solid rgba(255,255,255,.15);border-radius:.75rem;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background .2s,border-color .2s}.orderPage__attach-btn:hover{background:#282a32;border-color:#0085ff}.orderPage__attach-btn:disabled{opacity:.5;cursor:not-allowed}.orderPage__attached-text{font-size:.875rem;color:#34c759;font-weight:500;margin:0}.orderPage__submit-btn{width:100%;height:3rem;background:#0085ff;color:#fff;border:none;border-radius:.75rem;font-size:.9375rem;font-weight:700;cursor:pointer;transition:background .2s}.orderPage__submit-btn:hover{background:#006acc}.orderPage__submit-btn:disabled{opacity:.5;cursor:not-allowed}body:not(.dark) .orderPage__status{background:#0000000a}body:not(.dark) .orderPage__info-block{background:#0000000a}body:not(.dark) .orderPage__info-value{color:#1e1f25}body:not(.dark) .orderPage__upload-btn{background:#f5f5f5;border-color:#00000026;color:#1e1f25}body:not(.dark) .orderPage__upload-btn:hover{background:#ebebeb;border-color:#0085ff}body:not(.dark) .orderPage__attach-btn{background:#f5f5f5;border-color:#00000026;color:#1e1f25}body:not(.dark) .orderPage__attach-btn:hover{background:#ebebeb;border-color:#0085ff}body:not(.dark) .orderPage__input{background:#f5f5f5;border-color:#0000001a;color:#1e1f25}body:not(.dark) .orderPage__input::placeholder{color:#828794}*,*:before,*:after{box-sizing:border-box}body,h1,h2,h3,h4,h5,h6,p,figure,blockquote{margin:0;padding:0}body{line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-family:system-ui,sans-serif;background:#f9f9f9;color:#111}img,picture,video,canvas,svg{display:block;max-width:100%}button,input,textarea,select{font:inherit;background:none;border:none;outline:none}ul,ol{list-style:none;padding:0;margin:0}a{color:inherit;text-decoration:none}#root{min-height:100vh;display:flex;flex-direction:column}:root{--container-max-width: 1560px;--container-padding: 1.25rem;--bg-color: #14161a;--font-family: "Roboto", Arial, sans-serif;--text-color: #ffffff}body{font-family:var(--font-family);color:var(--text-color);background-color:#fff;-webkit-tap-highlight-color:transparent}main{min-height:70vh}.dark{background-color:var(--bg-color)}h4{font-size:1.5rem;font-weight:700;line-height:1.75rem}.container{max-width:var(--container-max-width);padding:0 var(--container-padding);margin:0 auto;width:100%}.text-center{text-align:center}.flex{display:flex}.flex-center{display:flex;justify-content:center;align-items:center}.flex-between{display:flex;justify-content:space-between;align-items:center}.hidden{display:none!important}.light-mode{color:#000}.light-mode--second-color{color:#828794}.light-mode--bg{background:#f2f2f7}.back_header{align-items:center;gap:1.5rem}.back_header .backArrow{background:#f2f2f7;height:3.25rem;font-size:1rem;font-weight:700;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;min-width:unset;width:2.625rem;height:2.625rem;max-height:2.625rem;padding:0;border-radius:50%;cursor:pointer}.back_header .backArrow img{width:14px;height:12px}.dark .back_header .backArrow{background:#212228}@media(max-width:768px){main{padding-bottom:calc(60px + env(safe-area-inset-bottom,0px))}h4{font-size:1.25rem}}@media(max-width:480px){:root{--container-padding: .75rem}}@media(max-width:380px){:root{--container-padding: .5rem}}.faq{--Paper-overlay: linear-gradient( rgba(255 255 255 / .051), rgba(255 255 255 / .051) );width:100%}.faq .faq-item{margin-bottom:10px;overflow:hidden;padding:0px 2rem}.faq .faq-item .faq-question{color:#fff;width:100%;border:none;padding:15px 0;text-align:left;font-size:16px;font-weight:500;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:1rem}.faq .faq-item .faq-question .arrow{width:16px;height:16px;transition:transform .3s ease}.faq .faq-item .faq-question .arrow.rotated{transform:rotate(540deg)}.faq .faq-item .faq-answer{overflow:hidden;transition:max-height .3s cubic-bezier(.4,0,.2,1);font-size:.875rem;font-weight:400;line-height:1.5rem;color:#acadaf}.faq .faq-item .faq-answer p{margin:10px 0}.faq .faq-item:not(:last-child){border-bottom:.0625rem solid rgb(33,34,40)}.faq{margin-top:30px}.faq h1{min-width:20px;margin-left:25px}.faq__categories{display:flex;flex-wrap:wrap;gap:10px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:4px}.faq__categories::-webkit-scrollbar{display:none}.faq__categories__item{font-size:24px;padding:15px;box-shadow:8px 8px 16px #21222880;border-radius:16px;white-space:nowrap}.faq__categories a{flex-shrink:0}.faq__answers{margin-top:20px}.faq__content{padding:20px 10px;margin-top:20px;background-color:#212228;background-image:var(--Paper-overlay);border-radius:8px}.faq--back{display:flex;align-items:center;gap:10px;color:#6e7485}body:not(.dark) .faq h1{color:#1e1f25}body:not(.dark) .faq .faq__content{background-color:#f5f5f5;background-image:none}body:not(.dark) .faq .faq-item:not(:last-child){border-bottom-color:#e0e0e0}body:not(.dark) .faq .faq-item .faq-question{color:#1e1f25}body:not(.dark) .faq .faq-item .faq-answer{color:#6e7485}body:not(.dark) .faq .faq-item .faq-answer a{color:#0085ff}body:not(.dark) .faq .faq__categories__item{box-shadow:0 2px 8px #00000014;color:#1e1f25}body:not(.dark) .faq .faq--back{color:#828794}.appSelect{position:relative;font-size:.875rem;margin:12px 25px 0}.appSelect__header{display:flex;align-items:center;gap:.5rem;height:2.25rem;padding:0 .75rem;border-radius:1.25rem;background:#212228;border:1px solid rgba(255,255,255,.1);color:#fff;cursor:pointer;font-weight:500;white-space:nowrap;transition:border-color .2s}.appSelect__header:hover{border-color:#ffffff40}.appSelect__header--open{border-color:#0085ff}.appSelect__value{flex:1}.appSelect__arrow{flex-shrink:0;transition:transform .2s ease;color:#828794}.appSelect__arrow--open{transform:rotate(180deg)}.appSelect__dropdown{position:absolute;top:calc(100% + 6px);left:0;min-width:100%;background:#212228;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;box-shadow:0 8px 24px #0006;padding:.375rem 0;z-index:50;overflow:hidden}.appSelect__item{padding:.5rem .75rem;cursor:pointer;white-space:nowrap;transition:background .15s;color:#fff}.appSelect__item:hover{background:#ffffff0f}.appSelect__item--active{color:#0085ff;font-weight:600}body:not(.dark) .appSelect .appSelect__header{background:#f5f5f5;border-color:#0000001a;color:#1e1f25}body:not(.dark) .appSelect .appSelect__header:hover{border-color:#00000040}body:not(.dark) .appSelect .appSelect__header--open{border-color:#0085ff}body:not(.dark) .appSelect .appSelect__dropdown{background:#fff;border-color:#0000001a;box-shadow:0 8px 24px #0000001f}body:not(.dark) .appSelect .appSelect__item{color:#1e1f25}body:not(.dark) .appSelect .appSelect__item:hover{background:#0000000a}body:not(.dark) .appSelect .appSelect__item--active{color:#0085ff}.appsSectionBtn{line-height:1.5;height:3.25rem;font-size:1rem;background:#0085ff;width:94%;display:flex;align-items:center;justify-content:center;border-radius:.75rem;margin-top:.75rem}.appsSectionBtnFullWidth{width:100%}.appsSectionBtn{position:relative;overflow:hidden}.appsSectionBtn__loader{position:absolute;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;border-radius:inherit;z-index:2}.appsSectionBtn__loader .loader__spinner{width:28px;height:28px;border:5px solid #3a76a3;border-bottom-color:transparent;border-radius:50%;display:block;margin:0 auto;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}body:not(.dark) .appsSectionBtn{background:#f2f2f7;color:#828794}
