.NavElem{display:flex;fill:#686868;color:#fff;width:100%;height:100%;text-decoration:none;border-radius:10px;align-items:center;justify-content:center;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;transition:scale .2s linear}.NavElem:active{opacity:.9;scale:.9}.NavElem__active{background:rgba(50,49,49,.5)}.NavElem__active label{font-weight:700}.NavElem__content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;height:100%;font-size:12px;font-weight:400}@media(min-width:801px){.CustomSelectorList{width:100vw;height:100vh;background:rgba(0,0,0,.8);position:fixed;top:0;left:0;cursor:pointer;z-index:1000}}.CustomSelectorList__body{cursor:default;display:flex;flex-direction:column;gap:0;z-index:999;position:fixed;width:100%;height:100%;top:50%;left:50%;transform:translate(-50%,-50%);flex:1 1;background:var(--primary-bg-color);padding:10px 10px var(--tg-safe-area-inset-bottom)}@media(min-width:801px){.CustomSelectorList__body{border-radius:10px;border:1px solid #3b3d41;width:480px;gap:0;background:#0f1115;max-height:666px;padding:15px 15px 30px 30px}}.CustomSelectorList__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}@media(max-width:800px){.CustomSelectorList__header{margin-top:20px}}.CustomSelectorList__handlers{display:flex;gap:20px;align-items:center}.CustomSelectorList__clear{background:none;color:#fff;border:none;font-size:14px;font-weight:700;line-height:1;cursor:pointer}.CustomSelectorList__close{width:52px;height:52px;background:var(--input-bg);border-radius:10px;border:none;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:filter .2s}.CustomSelectorList__close:hover{filter:brightness(120%)}@media(max-width:800px){.CustomSelectorList__close{display:none}}.CustomSelectorList__ul{flex-grow:1;overflow-y:scroll;overflow-x:hidden;gap:15px;display:flex;flex-direction:column;margin:0 0 10px;scrollbar-width:none;-ms-overflow-style:none}.CustomSelectorList__ul::-webkit-scrollbar{display:none}@media(min-width:801px){.CustomSelectorList__ul{padding-left:0;padding-bottom:66px}}.CustomSelectorList__btns{padding-inline:10px;margin:8px 8px calc(var(--tg-safe-area-inset-bottom, 24px))}@media(min-width:801px){.CustomSelectorList__btns{position:absolute;bottom:30px;left:0;width:100%;z-index:1000;padding-inline:30px;margin:0}}.CustomSelectorList__title{padding-left:10px;font-size:var(--primary-title-size);color:var(--primary-text-color)}@media(min-width:801px){.CustomSelectorList__title{padding-left:0}}.CustomSelectorList__search-wrapper{width:100%;padding-left:15px;padding-right:15px;margin-bottom:20px;box-sizing:border-box}@media(min-width:801px){.CustomSelectorList__search-wrapper{padding-left:0;padding-right:0}}.CustomSelectorList__search-inner{width:100%;position:relative;display:flex;align-items:center}.CustomSelectorList__search{width:100%;padding:8px 14px;border-radius:8px;border:1.5px solid #3b3d41;background:var(--input-bg,#23242b);color:#fff;font-size:16px;outline:none;margin:0 auto;transition:border .2s;box-sizing:border-box}.CustomSelectorList__search::placeholder{color:#aaa;opacity:1}.CustomSelectorList__search:focus{border:1.5px solid #404de0;background:#18191d}.CustomSelectorList__search-clear{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;color:#aaa;font-size:22px;cursor:pointer;padding:0 4px;line-height:1;transition:color .2s;z-index:2}.CustomSelectorList__search-clear:hover{color:#fff}.FiltersSelector{width:100%;height:52px;border-radius:10px;background-color:var(--input-bg);padding:0 15px;font-weight:700;color:#fff;display:flex;align-items:center;border:none;position:relative;cursor:pointer}@media(max-width:800px){.FiltersSelector{background:var(--input-mobile-bg)}}.FiltersSelector-active{background:#3d4381;border:3px solid #404de0}.FiltersSelector-active div{color:#fff;font-weight:700}.FiltersSelector-active div:active,.FiltersSelector-active div:hover{background:inherit}@media(max-width:800px){.FiltersSelector-mobile{width:max-content;height:42px;border-radius:50px}.FiltersSelector-mobile-active{background:#3d4381;border:3px solid #404de0}}.FiltersSelector__label{display:flex;justify-content:space-between;width:100%;align-items:center;gap:8px;line-height:100%;font-size:16px;font-weight:300;color:#c6c6c6;cursor:pointer}@media(max-width:800px){.FiltersSelector__label-mobile{font-size:14px;font-weight:600;color:#fff;width:max-content}.FiltersSelector__label-mobile img{opacity:.4;width:10px;height:6px}}