:root{--bp-xs:480px;--bp-sm:834px;--bp-xl:1200px;--bp-xxl:1920px;--bp-mxs:479px;--bp-msm:833px;--bp-mxl:1199px;--bp-mxxl:1919px;--bp-addon-1380:1380px;--bp-addon-1279:1279px}.center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.centersb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@-webkit-keyframes arrowDrawCircle{0%{stroke-dashoffset:0;stroke:var(--arrow-draw-base-color)}1%{stroke-dashoffset:101;stroke:var(--arrow-draw-active-color)}100%{stroke-dashoffset:0;stroke:var(--arrow-draw-active-color)}}@keyframes arrowDrawCircle{0%{stroke-dashoffset:0;stroke:var(--arrow-draw-base-color)}1%{stroke-dashoffset:101;stroke:var(--arrow-draw-active-color)}100%{stroke-dashoffset:0;stroke:var(--arrow-draw-active-color)}}@-webkit-keyframes strokeColor{0%{stroke:var(--stroke-base-color)}50%{stroke:var(--stroke-active-color)}100%{stroke:var(--stroke-base-color)}}@keyframes strokeColor{0%{stroke:var(--stroke-base-color)}50%{stroke:var(--stroke-active-color)}100%{stroke:var(--stroke-base-color)}}.tabbar{position:fixed;left:0;right:0;bottom:20px;z-index:10;display:none}.tabbar_translucent .tabbar__list::before{-webkit-box-shadow:0 15px 40px rgba(5,8,8,.1),0 -2px 40px rgba(5,8,8,.1);box-shadow:0 15px 40px rgba(5,8,8,.1),0 -2px 40px rgba(5,8,8,.1);backdrop-filter:blur(15px);background:rgba(0,0,0,.01)}.tabbar_border .tabbar__list::before{border:1px solid rgba(153,153,153,.3)}.tabbar__list{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:distribute;justify-content:space-around;padding:4px 0;min-height:60px}.tabbar__list::before{content:"";position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border-radius:20px;-webkit-box-shadow:0 -2px 40px 0 rgba(5,8,8,.1),0 15px 40px 0 rgba(5,8,8,.1);box-shadow:0 -2px 40px 0 rgba(5,8,8,.1),0 15px 40px 0 rgba(5,8,8,.1);background:rgba(0,0,0,.3);backdrop-filter:blur(30px);-webkit-transition-property:background-color,-webkit-box-shadow;transition-property:background-color,-webkit-box-shadow;transition-property:background-color,box-shadow;transition-property:background-color,box-shadow,-webkit-box-shadow;-webkit-transition-duration:.3s;transition-duration:.3s}.tabbar__item{width:60px;min-width:40px}.tabbar__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5px;padding:6px 2px}.tabbar__icon{width:28px;height:28px;fill:#ff5c00}.tabbar__icon #inner-1,.tabbar__icon #inner-2{fill:#fff}.tabbar__text{font-weight:500;font-size:.5625rem;line-height:120%;letter-spacing:.02em;text-transform:uppercase;color:#fff}@media (max-width:833px){.tabbar{display:block}.lock .tabbar{display:none}}@media (max-width:479px){.tabbar{bottom:10px}}