*,*: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}}.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}.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%;z-index:201}.header-search__bar{display:flex;align-items:center;position:relative}.header-search input{height:2.75rem;width:100%;padding: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;z-index:1;pointer-events:none}.header-search__clear{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;font-size:1.25rem;color:#828794;cursor:pointer;padding:0 4px;line-height:1}.header-search__clear:hover{color:#1e1f25}.header-search__cancel{display:none}.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;cursor:pointer}.header-nav .nav-item-active{color:#0085ff}.header-search__dropdown{position:absolute;left:0;right:0;top:91px;max-height:420px;overflow-y:auto;background:#fff;padding:16px 20px;z-index:200;border-top:1px solid rgba(0,0,0,.06);border-radius:0 0 1.25rem 1.25rem}.header-search__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:12px}.header-search__grid-item{display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;padding:8px 4px;border-radius:12px;transition:background .15s}.header-search__grid-item:hover{background:#0000000a}.header-search__grid-icon{width:56px;height:56px;border-radius:14px;object-fit:cover}.header-search__grid-title{font-size:.75rem;font-weight:500;color:#1e1f25;text-align:center;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:100%;line-height:1.2}.header-search__empty{padding:20px 16px;text-align:center;color:#828794;font-size:.875rem}.header-search__backdrop{position:fixed;inset:0;background:#0000004d;z-index:-1}.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__clear{color:#828794}.dark .header .header-search__clear:hover{color:#fff}.dark .header .nav-item{color:inherit}.dark .header-search__dropdown{background:#14161a;border-top-color:#ffffff0f}.dark .header-search__grid-item:hover{background:#ffffff0f}.dark .header-search__grid-title{color:#fff}@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 2rem 0 2.25rem}.header-search .search-icon{left:10px;width:14px;height:14px}.header-search--active{position:fixed;inset:0;width:100%;background:#fff;z-index:300;padding:12px;display:flex;flex-direction:column}.header-search--active .header-search__bar{gap:12px;flex-shrink:0}.header-search--active .header-search__cancel{display:block;background:none;border:none;color:#0085ff;font-size:.9375rem;font-weight:500;cursor:pointer;white-space:nowrap;flex-shrink:0}.header-search--active .header-search__clear{right:auto;position:relative;transform:none}.header-search--active input{flex:1}.header-search__dropdown{position:fixed;inset:56px 0 0;max-height:none;border-top:none;z-index:301;padding:12px}.header-search__clear{display:none!important}.dark .header-search--active{background:#14161a}.header-search__backdrop{display:none!important}.header-nav{position:fixed;left:0;right:0;bottom:0;justify-content:space-around;padding:10px 16px;padding-bottom:calc(10px + env(safe-area-inset-bottom,0px));background-color:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid rgba(0,0,0,.08);gap:0;z-index:100}.header-nav .nav-item{font-size:11px;gap:5px;position:relative;padding:4px 12px;border-radius:12px;transition:background .2s,color .2s;flex-shrink:0;white-space:nowrap;color:#828794}.header-nav .nav-item img{width:24px;height:24px;transition:transform .2s}.header-nav .nav-item-active{color:#0085ff}.header-nav .nav-item-active img{transform:scale(1.1);filter:drop-shadow(0 0 6px rgba(0,133,255,.5))}.dark .header-nav{background-color:#000000eb;border-top-color:#ffffff0f}.dark .header-nav .nav-item{color:#828794}}@media(max-width:480px){.header{height:48px;padding:0 8px}.header-search__dropdown{top:48px}}.legal{margin-top:1rem}.legal__content{margin-top:1.5rem;font-size:.875rem;line-height:1.6;color:inherit}.legal__content p{margin-bottom:.75rem}.legal__content h3{font-size:1rem;font-weight:700;margin-top:1.5rem;margin-bottom:.75rem}body:not(.dark) .legal__content{color:#3c3e47}body:not(.dark) .legal__content h3{color:#1e1f25}body.dark .legal__content{color:#acadaf}body.dark .legal__content h3{color:#fff}@media(max-width:768px){.legal{padding-bottom:calc(60px + env(safe-area-inset-bottom,0px))}}.header-block{display:flex;gap:.625rem;margin-bottom:1.25rem;color:#1e1f25}.header-block img{width:24px;height:24px}.dark .header-block{color:#fff}.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}.appSectionItem{width:88px;flex-shrink:0;overflow:hidden;text-decoration:none;color:inherit;cursor:pointer}.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}.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}.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:0;max-height:calc(100vh - 130px)}}.chats__sidebar{display:flex;flex-direction:column;gap:.25rem;padding-right:1rem;overflow-y:auto;max-height:70vh;min-height:0}@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}@media(max-width:768px){.chats__sidebar-item{padding:.5rem .75rem;gap:.5rem}}.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}@media(max-width:768px){.chats__sidebar-avatar{width:40px;height:40px;font-size:.9375rem}}.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 - 140px)}}@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__msg-buttons{display:flex;gap:.375rem;flex-wrap:wrap;margin-top:1rem}.chats__msg-btn{display:inline-flex;align-items:center;justify-content:center;padding:.375rem .75rem;background:#0085ff26;color:#0085ff;border-radius:.625rem;font-size:.8125rem;font-weight:600;text-decoration:none;cursor:pointer;transition:background .15s}.chats__msg-btn:hover{background:#0085ff40}.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__readonly{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1rem;margin:.75rem;color:#828794;font-size:.8125rem;font-weight:500;background:#ffffff0a;border-radius:1.5rem}.chats__readonly svg{flex-shrink:0;opacity:.6}.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}body:not(.dark) .chats .chats__readonly{background:#0000000a;color:#999}.contacts{margin-top:1rem}.contacts__hero{display:flex;flex-direction:column;align-items:center;text-align:center;margin-top:2rem;margin-bottom:2rem}.contacts__icon{margin-bottom:1rem}.contacts__title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.contacts__subtitle{color:#828794;font-size:.875rem;margin-bottom:1.5rem}.contacts__support-btn{display:inline-block;background:#2d8cff;color:#fff;font-weight:600;font-size:1rem;padding:.875rem 2.5rem;border-radius:1rem;text-decoration:none;width:100%;max-width:420px;text-align:center}.contacts__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.5rem}.contacts__card{background:#f2f2f7;border-radius:1rem;padding:1.25rem;display:flex;flex-direction:column}.contacts__card-title{font-size:1rem;font-weight:600;margin-bottom:.5rem}.contacts__card-desc{color:#828794;font-size:.8125rem;line-height:1.4;flex:1;margin-bottom:.75rem}.contacts__card-link{display:flex;align-items:center;gap:.375rem;color:#2d8cff;font-size:.875rem;font-weight:500;text-decoration:none}body:not(.dark) .contacts__title{color:#1e1f25}body:not(.dark) .contacts__card{background:#f2f2f7}body:not(.dark) .contacts__card-title{color:#1e1f25}body.dark .contacts__card{background:#212228}body.dark .contacts__card-title{color:#fff}@media(max-width:768px){.contacts__cards{grid-template-columns:1fr}.contacts{padding-bottom:calc(60px + env(safe-area-inset-bottom,0px))}}.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%}body:not(.dark) .pfb_input{background-color:#f2f2f7;color:#000}.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}.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}.not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1rem;padding:2rem}.not-found__code{font-size:8rem;font-weight:800;color:#0085ff;line-height:1}.not-found__text{font-size:1.125rem;color:#828794}.not-found__btn{margin-top:1rem;width:100%;max-width:320px;height:3.25rem;background:#0085ff;color:#fff;border:none;border-radius:.75rem;font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s}.not-found__btn:hover{background:#006acc}.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__title{color:#1e1f25}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}.order-detail{display:flex;flex-direction:column;gap:.75rem;max-width:480px;margin:0 auto;padding-top:1.5rem}.order-detail__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}.order-detail__back:hover{opacity:.8}.order-detail__title{font-size:1.25rem;font-weight:700;margin:0}.order-detail__tabs{display:flex;gap:.5rem}.order-detail__tab{padding:.5rem 1.25rem;border-radius:.75rem;border:none;background:#ffffff0f;color:#828794;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s,color .15s}.order-detail__tab:hover{background:#ffffff1a}.order-detail__tab--active{background:#0085ff;color:#fff}.order-detail__tab--active:hover{background:#0085ff}.order-detail__section-title{font-size:1rem;font-weight:600;margin:.5rem 0 0}.order-detail__info-block{display:flex;flex-direction:column;gap:.25rem;padding:.75rem;background:#ffffff0a;border-radius:.75rem}.order-detail__info-label{font-size:.75rem;color:#828794;font-weight:500}.order-detail__info-value{font-size:.875rem;font-weight:500;word-break:break-all}.order-detail__product-img{width:100%;max-height:220px;object-fit:cover;border-radius:.75rem}.order-detail__credential-img{width:100%;max-height:200px;object-fit:contain;border-radius:.75rem}.order-detail__status-badge{font-size:.875rem;font-weight:600}.order-detail__status-badge--pending{color:#fc0}.order-detail__status-badge--accepted{color:#34c759}.order-detail__status-badge--declined{color:#ff4d4f}.order-detail__problem{display:flex;flex-direction:column;gap:.5rem}.order-detail__problem-text{font-size:.875rem;color:#ff4d4f;padding:.75rem;background:#ff4d4f1a;border-radius:.75rem;margin:0}.order-detail__fix{display:flex;flex-direction:column;gap:.5rem}.order-detail__fix-label{font-size:.8125rem;font-weight:500;color:#828794}.order-detail__fix-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;box-sizing:border-box}.order-detail__fix-input::placeholder{color:#828794}.order-detail__fix-input:focus{border-color:#0085ff}.order-detail__fix-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}.order-detail__fix-btn:hover{background:#006acc}.order-detail__fix-btn:disabled{opacity:.5;cursor:not-allowed}.order-detail__back-btn{width:100%;height:3rem;background:#0085ff;color:#fff;border:none;border-radius:.75rem;font-size:.9375rem;font-weight:700;cursor:pointer}.order-detail__error{color:#ff4d4f;font-size:.875rem;margin:0}.order-detail__success{color:#34c759;font-size:.875rem;font-weight:500;margin:0}.order-review{display:flex;flex-direction:column;gap:1rem}.order-review__field{display:flex;flex-direction:column;gap:.5rem}.order-review__label{font-size:.8125rem;font-weight:500;color:#828794}.order-review__textarea{width:100%;min-height:100px;padding:.75rem 1rem;background:#212228;color:inherit;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;font-size:.9375rem;font-family:inherit;outline:none;resize:vertical;box-sizing:border-box}.order-review__textarea::placeholder{color:#828794}.order-review__textarea:focus{border-color:#0085ff}.order-review__photo-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}.order-review__photo-btn:hover{background:#282a32;border-color:#0085ff}.order-review__photo-preview{width:100%;max-height:200px;object-fit:contain;border-radius:.75rem}.order-review__attach-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}.order-review__attach-btn:hover{background:#282a32;border-color:#0085ff}.order-review__attach-btn:disabled{opacity:.5;cursor:not-allowed}.order-review__attached-text{color:#34c759;font-size:.875rem;font-weight:500;margin:0}.order-review__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}.order-review__submit:hover{background:#006acc}.order-review__submit:disabled{opacity:.5;cursor:not-allowed}.order-review__sent-badge{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:#34c7591a;color:#34c759;border-radius:.75rem;font-size:.875rem;font-weight:600}.order-review__error{color:#ff4d4f;font-size:.875rem;margin:0}.order-review__text-readonly{font-size:.9375rem;line-height:1.5;margin:0;white-space:pre-line}.order-review__success{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:3rem 1rem;color:#34c759;font-size:1rem;font-weight:600}body:not(.dark) .order-detail__title{color:#1e1f25}body:not(.dark) .order-detail__section-title{color:#1e1f25}body:not(.dark) .order-detail__info-block{background:#0000000a}body:not(.dark) .order-detail__info-value{color:#1e1f25}body:not(.dark) .order-detail__fix-input{background:#f5f5f5;border-color:#0000001a;color:#1e1f25}body:not(.dark) .order-detail__tab{background:#0000000a;color:#828794}body:not(.dark) .order-detail__tab:hover{background:#00000014}body:not(.dark) .order-detail__tab--active{background:#0085ff;color:#fff}body:not(.dark) .order-detail__tab--active:hover{background:#0085ff}body:not(.dark) .order-review__textarea{background:#f5f5f5;border-color:#0000001a;color:#1e1f25}body:not(.dark) .order-review__photo-btn{background:#f5f5f5;border-color:#00000026;color:#1e1f25}body:not(.dark) .order-review__photo-btn:hover{background:#eaeaea;border-color:#0085ff}body:not(.dark) .order-review__attach-btn{background:#f5f5f5;border-color:#00000026;color:#1e1f25}body:not(.dark) .order-review__attach-btn:hover{background:#eaeaea;border-color:#0085ff}@media(max-width:768px){.order-detail{padding:1rem;padding-bottom:calc(60px + env(safe-area-inset-bottom,0px))}}.rating-input{display:flex;gap:.25rem}.rating-input__star{background:none;border:none;padding:0;cursor:pointer;transition:transform .15s}.rating-input__star svg{fill:#3a3b42;transition:fill .15s}.rating-input__star:hover{transform:scale(1.15)}.rating-input__star--active svg{fill:#fc0}body:not(.dark) .rating-input .rating-input__star svg{fill:#d5d5da}body:not(.dark) .rating-input .rating-input__star--active svg{fill:#fc0}.payment-detail{display:flex;flex-direction:column;gap:.75rem;max-width:480px;margin:0 auto;padding-top:1.5rem}.payment-detail__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}.payment-detail__back:hover{opacity:.8}.payment-detail__title{font-size:1.25rem;font-weight:700;margin:0}.payment-detail__info-block{display:flex;flex-direction:column;gap:.25rem;padding:.75rem;background:#ffffff0a;border-radius:.75rem}.payment-detail__info-label{font-size:.75rem;color:#828794;font-weight:500}.payment-detail__info-value{font-size:.875rem;font-weight:500;word-break:break-all}.payment-detail__status-badge{font-size:.875rem;font-weight:600}.payment-detail__status-badge--pending{color:#fc0}.payment-detail__status-badge--accepted{color:#34c759}.payment-detail__status-badge--declined{color:#ff4d4f}.payment-detail__order-link{display:flex;align-items:center;justify-content:center;width:100%;height:3rem;background:#ffffff0a;color:#0085ff;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .2s}.payment-detail__order-link:hover{background:#ffffff14}.payment-detail__back-btn{width:100%;height:3rem;background:#0085ff;color:#fff;border:none;border-radius:.75rem;font-size:.9375rem;font-weight:700;cursor:pointer}.payment-detail__error{color:#ff4d4f;font-size:.875rem;margin:0}body:not(.dark) .payment-detail__title{color:#1e1f25}body:not(.dark) .payment-detail__info-block{background:#0000000a}body:not(.dark) .payment-detail__info-value{color:#1e1f25}body:not(.dark) .payment-detail__order-link{background:#0000000a;border-color:#0000001a}body:not(.dark) .payment-detail__order-link:hover{background:#00000014}@media(max-width:768px){.payment-detail{padding:1rem;padding-bottom:calc(60px + env(safe-area-inset-bottom,0px))}}.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__field-success{color:#34c759;font-size:.875rem;font-weight:500}.orderForm__upload-photo-btn{width:100%;height:3rem;background:transparent;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}.orderForm__upload-photo-btn:hover{background:#ffffff0a;border-color:#0085ff}.orderForm__amount{display:flex;flex-direction:column;gap:.375rem}.orderForm__amount-label{font-size:.8125rem;color:#828794;font-weight:500}.orderForm__hint{font-size:.75rem;color:#828794;margin:0}.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__upload-photo-btn{border-color:#00000026;color:#1e1f25}body:not(.dark) .orderForm__upload-photo-btn:hover{background:#0000000a;border-color:#0085ff}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}.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}.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;align-items:center;gap:.875rem}.profile_account-info--avatar{width:44px;height:44px;border-radius:50%;object-fit:cover}.profile_account-info--avatar-letter{width:44px;height:44px;border-radius:50%;background:#0085ff;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:700;flex-shrink:0}.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}.profile__tabs{display:flex;gap:1rem;margin-top:.5rem}.profile__tab{flex:1 1 0;padding:.75rem;border:1px solid rgba(255,255,255,.15);font-size:.9375rem;font-weight:600;cursor:pointer;max-width:200px;min-width:0;background:transparent;color:#828794;transition:background .2s,color .2s,border-color .2s;border-radius:.75rem;text-align:center}.profile__tab--active{background:#0085ff;color:#fff;border-color:#0085ff}.profile__list{margin-top:.5rem}body:not(.dark) .profile__tab{border-color:#00000026}body:not(.dark) .profile__tab--active{background:#0085ff;color:#fff;border-color:#0085ff}.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--name{font-size:.875rem}.profile__tabs{gap:.75rem}.profile__tab{max-width:none;padding:.75rem .5rem;font-size:.875rem}}.order-item{display:flex;flex-direction:column;gap:.375rem;padding:.75rem;background:#ffffff0a;border-radius:.75rem;cursor:pointer;transition:background .2s}.order-item:hover{background:#ffffff14}.order-item__top{display:flex;justify-content:space-between;align-items:center}.order-item__id{font-size:.875rem;font-weight:600}.order-item__status{font-size:.75rem;font-weight:600;padding:.125rem .5rem;border-radius:.375rem}.order-item__status--pending{background:#ffcc0026;color:#fc0}.order-item__status--accepted{background:#34c75926;color:#34c759}.order-item__status--declined{background:#ff4d4f26;color:#ff4d4f}.order-item__middle{display:flex;align-items:center;gap:.5rem}.order-item__game{font-size:.8125rem;color:#828794}.order-item__product{font-size:.8125rem;font-weight:500}.order-item__bottom{display:flex;justify-content:space-between;align-items:center}.order-item__amount{font-size:.8125rem;font-weight:500}.order-item__date{font-size:.75rem;color:#828794}.order-item__problem{font-size:.75rem;color:#ff4d4f;padding:.375rem .5rem;background:#ff4d4f1a;border-radius:.375rem}body:not(.dark) .order-item{background:#0000000a}body:not(.dark) .order-item:hover{background:#00000014}body:not(.dark) .order-item__id{color:#1e1f25}body:not(.dark) .order-item__product{color:#1e1f25}body:not(.dark) .order-item__amount{color:#1e1f25}.payment-item{display:flex;flex-direction:column;gap:.375rem;padding:.75rem;background:#ffffff0a;border-radius:.75rem;cursor:pointer;transition:background .2s}.payment-item:hover{background:#ffffff14}.payment-item__top{display:flex;justify-content:space-between;align-items:center}.payment-item__id{font-size:.875rem;font-weight:600}.payment-item__status{font-size:.75rem;font-weight:600;padding:.125rem .5rem;border-radius:.375rem}.payment-item__status--pending{background:#ffcc0026;color:#fc0}.payment-item__status--accepted{background:#34c75926;color:#34c759}.payment-item__status--declined{background:#ff4d4f26;color:#ff4d4f}.payment-item__middle{display:flex;align-items:center}.payment-item__method{font-size:.8125rem;font-weight:500}.payment-item__bottom{display:flex;justify-content:space-between;align-items:center}.payment-item__amount{font-size:.875rem;font-weight:600}.payment-item__date{font-size:.75rem;color:#828794}body:not(.dark) .payment-item{background:#0000000a}body:not(.dark) .payment-item:hover{background:#00000014}body:not(.dark) .payment-item__id{color:#1e1f25}body:not(.dark) .payment-item__method{color:#1e1f25}body:not(.dark) .payment-item__amount{color:#1e1f25}.langSelect{position:relative;font-size:.875rem}.langSelect__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}.langSelect__header:hover{border-color:#ffffff40}.langSelect__header--open{border-color:#0085ff}.langSelect__value{flex:1}.langSelect__arrow{flex-shrink:0;transition:transform .2s ease;color:#828794}.langSelect__arrow--open{transform:rotate(180deg)}.langSelect__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}.langSelect__item{padding:.5rem .75rem;cursor:pointer;white-space:nowrap;transition:background .15s;color:#fff}.langSelect__item:hover{background:#ffffff0f}.langSelect__item--active{color:#0085ff;font-weight:600}body:not(.dark) .langSelect .langSelect__header{background:#f5f5f5;border-color:#0000001a;color:#1e1f25}body:not(.dark) .langSelect .langSelect__header:hover{border-color:#00000040}body:not(.dark) .langSelect .langSelect__header--open{border-color:#0085ff}body:not(.dark) .langSelect .langSelect__dropdown{background:#fff;border-color:#0000001a;box-shadow:0 8px 24px #0000001f}body:not(.dark) .langSelect .langSelect__item{color:#1e1f25}body:not(.dark) .langSelect .langSelect__item:hover{background:#0000000a}body:not(.dark) .langSelect .langSelect__item--active{color:#0085ff}.paged-list{display:flex;flex-direction:column;gap:.5rem}.paged-list__items{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.paged-list__item{width:100%;min-width:0}.paged-list__empty{text-align:center;color:#828794;font-size:.875rem;padding:2rem 0}.paged-list__load-more{width:100%;height:2.5rem;background:none;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;color:#0085ff;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s}.paged-list__load-more:hover{background:#ffffff0a}.paged-list__load-more:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.paged-list__items{grid-template-columns:1fr;gap:.5rem}}body:not(.dark) .paged-list__load-more{border-color:#0000001a}body:not(.dark) .paged-list__load-more:hover{background:#0000000a}.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}.reviews-page{padding:20px;display:grid;gap:.5rem}@media(max-width:768px){.reviews-page{padding:1rem}}.review-item{display:flex;flex-direction:column;gap:.75rem;padding:.75rem;background:#ffffff0a;border-radius:.75rem}.review-item__id{font-size:.75rem;font-weight:600;color:#828794}.review-item__top{display:flex;justify-content:space-between;gap:.75rem}.review-item__author{display:flex;align-items:center;gap:.75rem;min-width:0}.review-item__avatar{width:2.75rem;height:2.75rem;border-radius:50%;object-fit:cover;flex-shrink:0}.review-item__avatar--fallback{display:flex;align-items:center;justify-content:center;background:#0085ff24;color:#0085ff;font-size:1rem;font-weight:700}.review-item__meta{display:grid;gap:.125rem;min-width:0}.review-item__name{font-size:.9375rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.review-item__date{font-size:.75rem;color:#828794}.review-item__rating{display:flex;align-items:center;gap:.375rem;flex-shrink:0}.review-item__rating-value{font-size:.875rem;font-weight:600;color:#0085ff}.review-item__product{margin:0;font-size:.8125rem;font-weight:600;color:#0085ff}.review-item__comment{margin:0;font-size:.875rem;line-height:1.5;white-space:pre-wrap;word-break:break-word}.review-item__image{width:100%;aspect-ratio:16/9;border-radius:.75rem;object-fit:cover;background:#ffffff0d}body:not(.dark) .review-item{background:#0000000a}body:not(.dark) .review-item__name,body:not(.dark) .review-item__comment{color:#1e1f25}body:not(.dark) .review-item__image{background:#0000000f}@media(max-width:768px){.review-item__top{flex-direction:column}.review-item__rating{align-self:flex-start}}.rating{display:flex;gap:2px}.star-wrapper{position:relative;width:15px;height:15px}.star-wrapper .star{width:100%;height:100%;fill:#ccc}.star-wrapper .star.full{fill:#0085ff}.star-wrapper .star.half{fill:linear-gradient(to right,rgb(1,51,97) 50%,#ccc 50%)}.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;border:none;color:inherit;text-decoration:none;cursor:pointer;font-family:inherit}.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}.faq{width:100%;max-width:1200px;margin:0 auto;padding:1.5rem 0}.faq__title{font-size:1.25rem;font-weight:700;margin:0 0 1rem}.faq__list{display:flex;flex-direction:column;gap:.5rem}.faq-category{border-radius:.75rem;background:#ffffff0a;overflow:hidden}.faq-category__header{display:flex;align-items:center;gap:.75rem;width:100%;padding:.875rem 1rem;border:none;background:none;color:inherit;font-size:.9375rem;font-weight:600;cursor:pointer;text-align:left;transition:background .2s}.faq-category__header:hover{background:#ffffff0a}.faq-category__header--open{background:#ffffff05}.faq-category__icon{width:24px;height:24px;border-radius:6px;object-fit:cover;flex-shrink:0}.faq-category__name{flex:1;min-width:0}.faq-category__arrow{flex-shrink:0;color:#828794;transition:transform .3s cubic-bezier(.4,0,.2,1)}.faq-category__arrow--open{transform:rotate(180deg)}.faq-category__body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s cubic-bezier(.4,0,.2,1)}.faq-category__body--open{grid-template-rows:1fr}.faq-category__inner{overflow:hidden;display:flex;flex-direction:column;gap:.25rem;padding:0 .75rem}.faq-category__body--open>.faq-category__inner{padding-top:.5rem;padding-bottom:.75rem}.faq-answer-item{border-radius:.625rem;overflow:hidden}.faq-answer-item__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;padding:.75rem;border:none;background:#ffffff0a;color:inherit;font-size:.875rem;font-weight:500;cursor:pointer;text-align:left;border-radius:.625rem;transition:background .2s}.faq-answer-item__header:hover{background:#ffffff12}.faq-answer-item__header--open{background:#ffffff0f;border-radius:.625rem .625rem 0 0}.faq-answer-item__arrow{flex-shrink:0;color:#828794;transition:transform .3s cubic-bezier(.4,0,.2,1)}.faq-answer-item__arrow--open{transform:rotate(180deg)}.faq-answer-item__body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s cubic-bezier(.4,0,.2,1)}.faq-answer-item__body--open{grid-template-rows:1fr}.faq-answer-item__inner{overflow:hidden}.faq-answer-item__text{padding:.75rem;font-size:.8125rem;line-height:1.6;color:#828794}.faq-answer-item__text a{color:#0085ff}.faq-answer-item__support{display:inline-flex;align-items:center;gap:6px;margin:0 .75rem .75rem;padding:.5rem 1rem;border-radius:.625rem;background:#0085ff;color:#fff;font-size:.8125rem;font-weight:600;text-decoration:none;transition:background .2s}.faq-answer-item__support:hover{background:#006ed4}body:not(.dark) .faq__title{color:#1e1f25}body:not(.dark) .faq .faq-category{background:#f5f5f5}body:not(.dark) .faq .faq-category__header{color:#1e1f25}body:not(.dark) .faq .faq-category__header:hover{background:#0000000a}body:not(.dark) .faq .faq-category__name{color:#1e1f25}body:not(.dark) .faq .faq-category__arrow{color:#828794}body:not(.dark) .faq .faq-answer-item__header{background:#0000000a;color:#1e1f25}body:not(.dark) .faq .faq-answer-item__header:hover{background:#0000000f}body:not(.dark) .faq .faq-answer-item__header--open{background:#0000000d}body:not(.dark) .faq .faq-answer-item__arrow{color:#828794}body:not(.dark) .faq .faq-answer-item__text{color:#6e7485}@media(min-width:1024px){.faq__title{font-size:1.75rem}.faq-category__header{padding:1rem 1.25rem;font-size:1.125rem}.faq-category__icon{width:28px;height:28px}.faq-answer-item__header{padding:.875rem 1rem;font-size:1rem}.faq-answer-item__text{font-size:.9375rem}}@media(min-width:1440px){.faq__title{font-size:2rem}.faq-category__header{padding:1.125rem 1.5rem;font-size:1.25rem}.faq-category__icon{width:32px;height:32px}.faq-answer-item__header{font-size:1.0625rem}.faq-answer-item__text{font-size:1rem}}@media(max-width:768px){.faq{padding:1rem;padding-bottom:calc(60px + env(safe-area-inset-bottom,0px))}}
