.bars{width:45px;height:45px;--c:linear-gradient(var(--main) 0 0);background:var(--c) 0 100%,var(--c) 50% 100%,var(--c) 100% 100%;background-size:8px 65%;background-repeat:no-repeat;animation:bars-animation 1s linear infinite}.bars_small{width:30px;height:30px;background-size:5px 65%}.bars_large{width:60px;height:60px;background-size:10px 65%}@keyframes bars-animation{20%{background-position:0 50%,50% 100%,100% 100%}40%{background-position:0 0,50% 50%,100% 100%}60%{background-position:0 100%,50% 0,100% 50%}80%{background-position:0 100%,50% 100%,100% 0}}.status-block:not(:last-child){border-bottom:1px solid var(--line-heavy)}.step-block{display:flex;width:100%}.step-block .step-num-block{position:relative;z-index:11;width:20px;margin-right:10px}.step-block .step-num-block .step-num{position:relative;z-index:11;width:20px;height:20px;border-radius:50%;background-color:var(--bg-input);color:var(--main);font-size:12px;line-height:20px;text-align:center}.step-block .step-num-block:not(.step-last):after{content:"";position:absolute;z-index:10;top:0;left:10px;border-right:1px dashed var(--bg-input);height:100%}.step-block .step-content{width:100%;padding-bottom:30px}.step-block .step-content .step-title{margin-bottom:10px;font-size:14px;font-weight:600}.assets-menu{padding:10px;border-radius:20px;background-color:var(--bg-card-white);font-size:14px;color:var(--text-secondary)}.assets-menu .menu-item{display:flex;align-items:center;gap:7px;padding:15px;border-radius:10px;cursor:pointer;transition:.2s}.assets-menu .menu-item .menu-icon{position:relative}.assets-menu .menu-item .menu-icon>div:first-child{position:absolute;transition:.2s}.assets-menu .menu-item .menu-icon>div:last-child{width:25px;height:25px;opacity:0;transition:.2s}.assets-menu .menu-item.menu-item-active,.assets-menu .menu-item:hover{background-color:var(--bg-tompost-gray-light);color:var(--main)}.assets-menu .menu-item.menu-item-active .menu-icon>div:first-child,.assets-menu .menu-item:hover .menu-icon>div:first-child{opacity:0}.assets-menu .menu-item.menu-item-active .menu-icon>div:last-child,.assets-menu .menu-item:hover .menu-icon>div:last-child{opacity:1}