body{margin:0}.currency-logo{position:absolute;height:100%;left:0;top:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background:#181818;z-index:1;padding:0 10px}.ticker{font-family:Ubuntu,sans-serif;background:#181818;color:#f7f7f7;position:relative;border:1px solid #181818}.ticker__slide{font-size:14px;font-weight:200;text-align:center;line-height:38px;min-height:38px;outline:0;padding:0 10px;display:-ms-inline-flexbox;display:inline-flex;white-space:nowrap;color:#f7f7f7;-ms-flex-pack:start;justify-content:flex-start}.ticker__slide a{color:#f7f7f7;text-decoration:none}.ticker__val{margin-left:5px;font-weight:600;position:relative}.ticker .change.grow-down{color:#fe4040}.ticker .change.grow-up{color:#00ce72}.ticker--light{background:#fff;color:#181818;border:1px solid #dee1e4}.ticker--light a{color:#181818}.ticker--light .currency-logo{background:#fff}.ticker .price{padding:5px;border-radius:2px}@keyframes positive-tic{0%{background-color:rgba(0,206,114,.6)}40%{background-color:rgba(0,206,114,.6)}100%{background-color:transparent}}.ticker .price.grow-up{animation:positive-tic 1s ease-out forwards}.ticker .price.grow-up:after{animation:positive-arr .3s ease-out forwards}@keyframes negative-tic{0%{background-color:rgba(241,60,60,.6)}50%{background-color:rgba(241,60,60,.6)}100%{background-color:transparent}}.ticker .price.grow-down{animation:negative-tic 1s ease-out forwards}.ticker .price.grow-down:after{animation:negative-arr .3s ease-out forwards}_:-ms-fullscreen,:root .ticker{display:block}_:-ms-fullscreen,:root .ticker ul:last-child{display:none}_:-ms-fullscreen,:root .ticker__slide{display:inline-block}.carouselTicker{overflow:hidden;box-sizing:content-box;display:-ms-flexbox;display:flex;white-space:nowrap}.carouselTicker:hover .carouselTicker__list{animation-play-state:paused}.carouselTicker__list{margin:0;padding:0;list-style-type:none;display:-ms-flexbox;display:flex;box-sizing:content-box;animation:scroll 60s infinite linear}.carouselTicker__item{margin:0;list-style-type:none}@keyframes scroll{0%{transform:translate(0,0)}100%{transform:translate(-100%,0)}}@media (max-width:1199px){.ticker__slide{padding:0 10px}}