@charset "UTF-8";.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-dark{background-color:#14161a;color:#fff}.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 .switch{position:relative;display:inline-block;width:40px;height:20px}.header .switch input{opacity:0;width:0;height:0}.header .switch .slider{position:absolute;cursor:pointer;background-color:#ccc;border-radius:34px;inset:0;transition:.4s}.header .switch .slider:before{position:absolute;content:"";height:14px;width:14px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}.header .switch input:checked+.slider{background-color:#2196f3}.header .switch input:checked+.slider:before{transform:translate(20px)}.header-search{position:relative;width:100%}.header-search input{height:2.75rem;width:100%;padding:5px 30px;border-radius:4px;font-size:.875rem;line-height:1.5rem;background-color:#212228;border-radius:.75rem}.header-search .search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%)}.header-nav{display:flex;gap:50px}.header-nav .nav-item{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:inherit;font-weight:500;font-size:12px;gap:7px}.header-nav .nav-item-active{color:#0085ff}.header-light input{background-color:#f5f5f5}.header-light .nav-item{color:#828794}.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}.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%}.footer{width:100%;background-color:#212228;padding:1.875rem 1.25rem;border-radius:1.5rem 1.5rem 0px 0px}.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-item1{grid-area:b}.footer_firstLine_information_list-item1{grid-area:c}.footer_firstLine_information_list-item1{grid-area:d}.footer_firstLine_information_list-item1{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;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.footer_secondLine{margin-top:3rem;color:#828794;font-size:.8125rem;font-weight:500}.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}.carousel{position:relative;width:100%;margin:0 auto}.carousel .embla{overflow:hidden}.carousel .embla__container{display:flex;gap:20px;padding:0 40px}.carousel .embla__slide{flex:0 0 90%;position:relative}.carousel .embla__slide img{display:block;width:100%;border-radius:12px}.carousel .carousel-dots{position:absolute;z-index:5;display:flex;justify-content:center;bottom:5%;left:50%;gap:8px}.carousel .carousel-dots .dot{width:14px;height:14px;border-radius:50%;background-color:transparent;border:1px solid white;cursor:pointer;transition:background-color .3s}.carousel .carousel-dots .dot--active{background-color:#fff;border-color:transparent}.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__bottom{width:100%}.appsSection-blocks .appsSection-content{justify-content:center;display:flex;flex-wrap:wrap;gap:18px}.header-block{display:flex;gap:.625rem;margin-bottom:1.25rem}.header-block img{width:24px;height:24px}.appSectionItem{width:88px;overflow:hidden}.appSectionItem img{width:88px;height:88px;border-radius:1.25rem}.appSectionItem p{white-space:nowrap;font-size:14px;text-align:center}.premiumProduct-blocks{display:flex;flex-direction:column;gap:20px}.premiumProduct-content{display:grid;grid-template-columns:repeat(4,minmax(0px,1fr));gap:2rem 1.25rem;flex-shrink:0;-webkit-box-align:stretch;align-items:stretch}.premiumProduct-btn{width:100%;background-color:#212228}.premiumProductItem{max-width:355px;display:grid;gap:.875rem}.premiumProductItem-mainImage{max-height:200px;overflow-y:hidden;border-radius:1.25rem}.premiumProductItem_category{display:flex;align-items:center;justify-content:space-between}.premiumProductItem_category-title{display:flex;gap:.625rem;flex-direction:row;-webkit-box-align:center;align-items:center;-webkit-box-pack:start}.premiumProductItem_category-title img{width:28px;height:28px;border-radius:.5rem}.premiumProductItem_category-title a{font-size:.875rem;line-height:1.5;font-weight:700}.premiumProductItem_category-name{color:#0085ff;font-size:.875rem;font-weight:700;background-color:#002b52;padding:.125rem .875rem;display:inline-flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;border-radius:2.125rem;min-width:2.375rem;min-height:1.5rem}.premiumProductItem_title{line-height:1.5;font-weight:500}.premiumProductItem_seller{display:flex;gap:.375rem;align-items:baseline}.premiumProductItem_seller p{color:#828794}.premiumProductItem_price{display:flex;gap:.625rem;align-items:center}.premiumProductItem_price-item{color:#ff1a4f;font-weight:700;font-size:1.5rem}.premiumProductItem_price-percent{font-size:1.125rem;font-weight:700;display:inline-flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;border-radius:2.125rem;min-width:2.375rem;min-height:1.5rem;padding:0px .375rem;color:#fff;background-color:#ff1a4f}.premiumProductItem_price-old_price{font-size:1.125rem;font-weight:500;line-height:unset;text-decoration:line-through rgba(172,178,192,.7);color:#828794}.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%)}.profile{padding:20px;display:grid;gap:10px}.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:#002b52;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:#212228;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:#002b52;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}.porfile_filter_block{display:flex;flex-direction:column;gap:20px}.switchTabs{display:flex;gap:10px;background:transparent;border-radius:12px;width:fit-content}.switchTabs-btn{padding:10px 20px;border-radius:8px;border:none;background:#212228;cursor:pointer;font-size:15px;transition:all .25s ease;color:#fff;border-radius:3.25rem}.switchTabs-btn:hover{background:#00000012}.switchTabs-btn.active{background:#0085ff;color:#fff}.pfb_filters{display:flex;justify-content:space-between}.pfb_filters--first-line{gap:10px;display:flex}.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:500px;gap:5px}.pfb_app_btn{font-size:1rem;height:2.75rem;border-radius:1.625rem;background-color:#212228;color:#fff;padding:0px 1.25rem;display:flex;align-items:center;justify-content:center;gap:7px}.statusSelect{position:relative;width:180px;font-size:14px}.statusSelect__header{padding:10px 12px;font-size:1rem;height:2.75rem;border-radius:1.625rem;cursor:pointer;background-color:#212228;display:flex;align-items:center;justify-content:center;gap:8px}.statusSelect__header.open{border-radius:1.375rem 1.375rem 0px 0px;width:11.25rem}.statusSelect__header .arrow{transition:.2s ease}.statusSelect__header .arrow.open{transform:rotate(180deg)}.statusSelect__dropdown{position:absolute;left:0;width:100%;background:#212228;border-radius:0px 0px 1.375rem 1.375rem;box-shadow:0 6px 14px #0000000d;padding:8px 0;z-index:40}.statusSelect__item{display:flex;align-items:center;gap:8px;padding:8px 12px;cursor:pointer}.statusSelect__item input{width:16px;height:16px;background:#3d3d4a}.pfb_sell_btn{min-width:64px;height:3.25rem;font-size:1rem;line-height:1.5;padding:0px 1.25rem;display:flex;-webkit-box-align:center;align-items:center;gap:.625rem;font-weight:700;background-color:#0085ff;color:#fff;border-radius:.75rem}.pfb_date_wrapper{display:inline-block;padding:10px 12px}.pfb_date_button{font-size:1rem;height:2.75rem;border-radius:1.625rem;background-color:#212228;color:#fff;padding:0px 1.25rem;display:flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;width:17%}.pfb_modal_overlay{position:fixed;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:80}.pfb_modal{width:360px;background:#14161a;border-radius:12px;padding:16px;box-shadow:0 12px 40px #02061726}.pfb_modal_header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.pfb_modal_header h3{margin:0;font-size:18px}.pfb_modal_header .pfb_close_btn{border:none;color:#0085ff;background:#002b52;width:32px;height:32px;border-radius:50%;cursor:pointer}.pfb_date_header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px}.pfb_date_header .pfb_year_input{width:86px;padding:8px;border-radius:.875rem;text-align:center;color:#828794;font-size:1.25rem;font-weight:700;background:#212228}.pfb_date_header .pfb_month_control{display:flex;align-items:center;gap:8px;background-color:#212228;border-radius:.875rem;min-height:3rem;width:100%;justify-content:center}.pfb_date_header .pfb_month_control button{width:34px;height:34px;border-radius:.375rem;border:none;background-color:#82879433;cursor:pointer;font-size:18px}.pfb_date_header .pfb_month_control .pfb_month_label{min-width:120px;text-align:center;font-weight:600}.pfb_day_names{display:grid;grid-template-columns:repeat(7,1fr);text-align:center;color:#7a7a7a;margin-bottom:8px;font-size:13px}.pfb_days_grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;margin-bottom:12px;background-color:#212228;border-radius:1rem;justify-items:center;padding:1rem}.pfb_day_cell{height:36px;width:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:14px;background-color:#14161a;border-radius:50%}.pfb_day_cell.empty{pointer-events:none;background:transparent}.pfb_day_cell:hover:not(.empty){background:#2d7cff}.pfb_day_cell.range{background:#2d7cff}.pfb_day_cell.start,.pfb_day_cell.end{background:#2d7cff;color:#fff;font-weight:600}.pfb_modal_footer{display:flex;gap:10px;flex-direction:column}.pfb_btn{padding:8px 14px;border-radius:10px;border:none;cursor:pointer;font-weight:700}.pfb_btn_reset{color:#0085ff;background:#0085ff33}.pfb_btn_apply{background:#1976d2;color:#fff}.profileFilterBlock{display:flex;flex-direction:column;align-items:center;gap:15px;margin-top:20px}.profileFilterBlock p{font-size:1.25rem;font-weight:700;line-height:1.5rem}.sell{padding:20px;display:grid;gap:10px}.sell_header{align-items:center;gap:1.5rem}.sell_header .backArrow{background:#212228;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}.sell_header .backArrow img{width:14px;height:12px}.sell_filter_block{display:flex;gap:.625rem}.sell_filter_block .pfb_input input{width:100%}.sell_filter_content{margin-top:2.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(90px,1fr));gap:1rem}.tabs{display:flex;align-items:center;overflow-x:auto;white-space:nowrap;gap:.625rem}.tabs::-webkit-scrollbar{display:none}.tab{display:flex;align-items:center;gap:8px;padding:10px 16px;background:transparent;border:none;cursor:pointer;height:2.75rem;font-size:14px;color:#fff;font-weight:700;white-space:nowrap;background:#212228;transition:.2s ease;border-radius:3.25rem}.tab img{width:18px;height:18px}.tab:hover{background:#1976d214}.tab.active{background:#1976d2}.bonuses{padding:20px;display:grid;gap:10px}.bonuses_content{display:flex;gap:1rem}.bonuses_faq--header{margin-top:30px}.faq{--Paper-overlay: linear-gradient( rgba(255 255 255 / .051), rgba(255 255 255 / .051) );width:100%;background-color:#212228;background-image:var(--Paper-overlay);border-radius:8px}.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(180deg)}.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:#6e7485}.faq .faq-item .faq-answer p{margin:10px 0}.faq .faq-item:not(:last-child){border-bottom:.0625rem solid rgb(33,34,40)}.bonuseItem{display:flex;flex:0 0 auto;width:18.75rem;background:linear-gradient(180deg,#0085ff 71%,#005aad 138%);border-radius:1rem;flex-direction:column;align-items:center;position:relative;justify-content:space-between}.bonuseItem_header{position:absolute;top:10px;display:flex;justify-content:space-between;left:10px;right:10px}.bonuseItem_header .add{font-size:.5rem;font-weight:500;line-height:1rem;overflow-wrap:break-word;max-width:55%}.bonuseItem_header-new{display:inline-flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;border-radius:2.125rem;min-width:2.375rem;min-height:1.5rem;color:#fff;background-color:#ff1a4f;padding:.25rem .75rem}.bonuseItem_footer{display:flex;flex-direction:column;align-items:center;width:100%}.bonuseItem_footer-text{display:flex;align-items:center;gap:.3125rem}.bonuseItem_footer-btn--text{width:93%;min-width:64px;padding:0px 1.25rem;background-color:#0085ff;border-radius:.75rem;font-weight:700;height:3.25rem;font-size:1rem;line-height:1.5;display:flex;margin-bottom:10px;margin-top:10px;align-items:center;justify-content:center;box-shadow:0 0 10px #0003}.bonuseItem_footer-btn--text:hover{opacity:.8}*,*: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}.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:#212228;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}
