.market-ticker{width:100%;background:#fff;border-top:1px solid #edf0f4;border-bottom:1px solid #edf0f4;color:#15243a}
.market-ticker__inner{max-width:1180px;min-height:44px;margin:0 auto;padding:0 20px;display:flex;align-items:center;gap:18px;white-space:nowrap;overflow:hidden}
.market-ticker__title{flex:0 0 auto;color:#f04452;font-size:12px}
.market-ticker__viewport{flex:1;min-width:0;overflow:hidden}
.market-ticker__track{display:flex;width:max-content;min-width:max-content;will-change:transform;transform:translate3d(0,0,0);animation:market-ticker-scroll 16s linear infinite!important}
.market-ticker__items{display:flex;flex:0 0 auto;align-items:center;gap:22px;padding-right:42px}
.market-ticker__item{display:inline-flex;align-items:center;gap:7px;font-size:13px}
.market-ticker__name{color:#657286}
.market-ticker__price{font-size:13px;color:#17263d}
.market-ticker__rate{font-size:12px;font-weight:700}.market-ticker__rate.is-up{color:#f04452}.market-ticker__rate.is-down{color:#2768f2}.market-ticker__rate.is-zero{color:#8a97a8}
.market-ticker__updated{margin-left:auto;color:#98a2b1;font-size:11px}
@keyframes market-ticker-scroll{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}
@media(max-width:700px){.market-ticker__inner{height:42px;min-height:42px;padding:0 15px;gap:12px}.market-ticker__track{animation-duration:12s!important}.market-ticker__items{gap:18px;padding-right:36px}.market-ticker__item{font-size:12px}.market-ticker__price{font-size:12px}.market-ticker__updated{display:none}}
