.stream-news{color:#fff;background:#19222a;border-radius:8px}.stream-news__header{background:linear-gradient(rgba(249,23,23,.2) 0%,transparent 100%);border-bottom:1px solid rgba(255,255,255,.16);border-radius:8px;padding:12px 12px 0}.stream-news__header-title{font-weight:var(--font-medium);text-transform:uppercase;margin:0 0 5px;padding:0 0 0 20px;font-size:12px;line-height:1.333;position:relative}.stream-news__header-title:before,.stream-news__header-title:after{content:"";transform-origin:50% 0;background:linear-gradient(270deg,#f91717 0%,#c51818 100%);border-radius:50%;width:12px;height:12px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.stream-news__header-title:before{animation:1.5s ease-in-out infinite news-stream-inner-dot}.stream-news__header-title:after{opacity:.5;animation:1.5s ease-in-out infinite news-stream-outer-dot}.stream-news__nav{margin:0 -12px -9px;padding:0 0 9px;display:flex;overflow-x:auto}.stream-news__nav-button{white-space:nowrap;width:100%;font-size:14px;line-height:1.429;font-weight:var(--font-regular);color:#fff;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;background:0 0;border:0;margin:0;padding:5px 12px;position:relative}html.allow-transitions .stream-news__nav-button{transition:color .2s ease-out}html.allow-transitions .stream-news__nav-button:after{transition:opacity .2s ease-out}.stream-news__nav-button:hover,.stream-news__nav-button:focus{color:#ededed}.stream-news__nav-button:active{color:#dbdbdb}.stream-news__nav-button:after{content:"";opacity:0;background:#fff;height:3px;position:absolute;bottom:-1px;left:0;right:0}.stream-news__nav-button.is-active:after{opacity:1}.stream-news__content{flex-direction:column;gap:8px;padding:8px 12px 0;display:flex}.stream-news__item{color:#fff;border-radius:2px;align-items:center;gap:12px;min-height:54px;margin:0 -5px;padding:6px 5px;line-height:1.143;text-decoration:none;display:flex}.stream-news__item:hover,.stream-news__item:focus{color:#fff;text-decoration:none}.stream-news__item.is-promoted{background:rgba(255,255,255,.08)}.stream-news__item-perex-image-container{background:rgba(255,255,255,.1);border-radius:2px;width:68px;height:54px;margin:0;padding:0}.stream-news__item-perex-image{border-radius:2px;display:block}.stream-news__item-details{flex-direction:column;gap:2px;display:flex}.stream-news__item-details-time{font-weight:var(--font-medium);color:rgba(255,255,255,.48);font-size:11px;line-height:1.455}html.allow-transitions .stream-news__item-details-time{transition:color .2s ease-out}.stream-news__item:hover .stream-news__item-details-time,.stream-news__item:focus .stream-news__item-details-time{color:rgba(255,255,255,.67)}.stream-news__item:active .stream-news__item-details-time{color:rgba(255,255,255,.847)}.stream-news__item-details-title{font-weight:var(--font-regular);margin:0;padding:0;font-size:14px}.stream-news__show-all{color:#fff;height:56px;font-weight:var(--font-semibold);border-top:1px solid rgba(255,255,255,.16);justify-content:center;align-items:center;margin:0 -12px;line-height:1.143;text-decoration:none;display:flex}html.allow-transitions .stream-news__show-all{transition:color .2s ease-out}.stream-news__show-all:hover,.stream-news__show-all:focus{color:#ededed;text-decoration:none}.stream-news__show-all:active{color:#dbdbdb}@keyframes news-stream-outer-dot{0%{opacity:.6;transform:scale(1)translateY(-50%)}50%{opacity:.2;transform:scale(1.95)translateY(-50%)}to{opacity:.6;transform:scale(1)translateY(-50%)}}@keyframes news-stream-inner-dot{0%{opacity:1;transform:scale(1)translateY(-50%)}50%{opacity:.9;transform:scale(.75)translateY(-50%)}to{opacity:1;transform:scale(1)translateY(-50%)}}