<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main-screen{align-items:center;background-position:50%;background-size:cover;border-radius:10px;display:flex;grid-column:1/3;height:75vh;justify-content:center;margin:10px;overflow:hidden;position:relative}.main-screen__breadcrumbs{align-items:center;display:flex;gap:5px;left:15px;position:absolute;top:10px;z-index:2}.main-screen__breadcrumbs-text{color:#fff;opacity:.4;transition:.3s}.main-screen__breadcrumbs-text:not(:first-child):before{content:"/";display:inline-block}.main-screen__breadcrumbs-text:hover{color:#fff;cursor:pointer;opacity:1}.main-screen__breadcrumbs-text--active{opacity:1}.main-screen__content{background-color:rgba(0,0,0,.8);display:flex;height:100%;justify-content:center;position:absolute;width:100%;z-index:1}.main-screen-inaccessible .main-screen__banner{display:flex;flex-direction:column;gap:20px;padding-left:30px}.main-screen-inaccessible .main-screen__banner p{font-size:24px;font-weight:600;margin:0}.main-screen-inaccessible .main-screen__banner p br{display:none}.main-screen-inaccessible .main-screen__banner span{font-size:16px;margin:0}.main-screen__banner{align-items:flex-start;border-radius:10px;display:flex;flex-direction:column;justify-content:center;max-width:786px;padding:0 20px;width:100%}.main-screen__banner-geo2{max-width:990px}.main-screen__banner-geo2 .main-screen__banner-info-option{flex-direction:row;gap:10px;max-width:225px}.main-screen__banner-geo2 .main-screen__banner-info-option-description{opacity:1}.main-screen__banner-image{border-radius:5px;height:80px;-o-object-fit:contain;object-fit:contain;width:80px}.main-screen__banner-title{font-size:24px;font-weight:600;line-height:125%;margin-bottom:20px}.main-screen__banner-title_channels{text-transform:lowercase}.main-screen__banner-info{display:flex;flex-wrap:nowrap;gap:30px;margin-bottom:40px}@media screen and (max-width:1370px){.main-screen__banner-info{flex-wrap:wrap;max-width:calc(75% + 30px)}}@media screen and (max-width:1080px){.main-screen__banner-info{max-width:calc(80% + 30px)}}@media screen and (max-width:768px){.main-screen__banner-info{max-width:100%}}.main-screen__banner-info-option{display:flex;flex-direction:column;max-width:225px;width:100%}.main-screen__banner-info-option-title{align-items:center;color:#20bec6;display:flex;margin:0}.main-screen__banner-info-option-description{font-size:16px;font-weight:400;line-height:150%;opacity:.6}.main-screen__banner-button{background:#20bec6;border-radius:50px;color:#fff;min-height:50px;min-width:220px;padding:0 40px;transition:.3s}.main-screen__banner-button:hover{opacity:.8}.main-screen__timer{align-items:center;background:rgba(0,0,0,.6);border-radius:10px;bottom:60px;display:flex;gap:10px;justify-content:space-between;max-width:225px;padding:10px 20px;position:absolute;right:20px;width:100%;z-index:15}.main-screen__timer-text{font-size:14px;font-weight:700;line-height:18px}.main-screen__timer-time{position:relative}.main-screen__timer-time-text{font-size:12px;left:50%;position:absolute;top:50%;transform:translate(-50%,-55%)}.main-screen__timer-time-icon{height:45px;transform:rotateY(-180deg) rotate(-90deg);width:45px}.main-screen__timer-time-icon circle{stroke-dasharray:133px;stroke-dashoffset:var(--dashoffset);stroke-linecap:round;stroke-width:2px;stroke:#20bec6;fill:none;animation:countdown 120s linear infinite forwards}@keyframes countdown{0%{stroke-dashoffset:var(--dashoffset)}to{stroke-dashoffset:133px}}
</pre></body></html>