@charset "UTF-8";.articles-item{--articles-tag-bg-color:#f2f3f7;position:relative;display:flex;flex-direction:column;width:100%;height:100%;background-color:var(--main-background-color);box-shadow:0 4px 10px -5px rgba(0,0,0,.5);border-radius:8px;transition:all .3s ease-in-out}body.dark-theme .articles-item{border:1px solid #393b40;box-shadow:0 4px 10px -5px #000}body.dark-theme .articles-item:hover{box-shadow:0 4px 10px 0 #000}body.gray-theme .articles-item{border:1px solid var(--border-color);box-shadow:none;background-color:#fff}body.gray-theme .articles-item:hover{box-shadow:0 4px 10px -5px rgba(0,0,0,.5)}.articles-item:hover{box-shadow:0 4px 10px 0 rgba(0,0,0,.5)}.articles-item:hover .articles-item-tag{opacity:0}.articles-item.is-highlight{border:1px solid var(--primary-color);box-shadow:0 4px 10px -5px rgba(55,10,120,.5);padding:0!important}body.dark-theme .articles-item.is-highlight{border:1px solid var(--primary-color);box-shadow:0 4px 10px -5px var(--primary-color)}body.dark-theme .articles-item.is-highlight:hover{box-shadow:0 4px 10px 0 var(--primary-color)}body.gray-theme .articles-item.is-highlight{border:1px solid var(--primary-color);box-shadow:none}body.gray-theme .articles-item.is-highlight:hover{box-shadow:0 4px 10px -5px var(--primary-color)}.articles-item.is-highlight:hover{box-shadow:0 4px 10px 0 #370a78}.articles-item.is-highlight .articles-item-tag{color:#fff;background-color:var(--primary-color)}.articles-item.is-highlight .articles-item-img{width:100%;margin:0}.articles-item-tag{position:absolute;top:12px;left:12px;min-height:20px;font-size:12px;line-height:20px;color:#000;background-color:var(--articles-tag-bg-color);border-radius:4px;transition:all .3s ease-in-out;padding:0 10px;z-index:3}.articles-item-img,.articles-item-tag{display:flex;align-items:center;justify-content:center}.articles-item-img{width:100%;height:150px;border-radius:8px 8px 0 0}body.dark-theme .articles-item-img,body.gray-theme .articles-item-img{width:calc(100% + 2px);margin:-1px -1px 0}body.gray-theme .articles-item-img{overflow:hidden}.articles-item-img img{min-width:100%;max-width:100%;width:100%;height:100%;object-fit:cover;border-radius:8px 8px 0 0;transition:opacity .3s ease-in;opacity:1}.articles-item-img img.has-placeholder{min-width:80%;max-width:90%;max-height:80%;width:auto;height:auto;object-fit:contain!important;transition:none}.articles-item-img img.has-loading{opacity:0}.articles-item-info{padding:10px 15px 15px;display:flex;flex-direction:column;flex-grow:1}.articles-item-date{display:flex;font-size:12px;color:var(--gray-color);margin:0 0 10px}body.gray-theme .articles-item-date{color:var(--low-accent-color)}.articles-item-date .time{position:relative;margin:0 0 0 20px}.articles-item-date .time:after{content:"•";position:absolute;left:-12px;width:100%;height:100%}.articles-item>.articles-item-info>.articles-item-title{display:-webkit-box;max-height:100.1px;color:var(--main-font-color);font-size:14px;font-weight:700;line-height:1.43;text-decoration:none;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.articles-item>.articles-item-info>.articles-item-title:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:3}.articles-item-description{max-height:100.1px;font-size:14px;line-height:1.25;text-overflow:ellipsis;overflow:hidden}.articles-item-description:not(:empty){margin:10px 0 0}.articles-item-comment{position:relative;display:flex;align-items:flex-end;justify-content:flex-end;flex-grow:2;color:var(--gray-color);font-size:14px;font-weight:400;margin:10px 0 0;z-index:3}.articles-item-comment svg{width:12px;height:12px;fill:var(--gray-color);margin-right:5px}.articles-item-comment:hover{color:var(--primary-color)}.articles-item-comment:hover svg{fill:var(--primary-color)}@media only screen and (min-width:1100px){.articles-item-img{height:130px}}.subsport-link{color:var(--primary-color);font-size:14px;font-weight:400;text-decoration:underline}.subsport-link:hover{text-decoration:underline;-webkit-text-decoration-color:transparent;text-decoration-color:transparent}.subsport-link.btn{min-width:100%;color:#000;text-decoration:none;line-height:1;border:2px solid var(--light-border-color);border-radius:6px;padding:6px 15px;margin:15px 0 0}.subsport-link.btn:hover{color:#fff;background:var(--primary-color);border-color:var(--primary-color)}@media only screen and (min-width:1100px){.subsport-link.btn{min-width:215px}}.subsport-news-item{display:block;color:var(--main-font-color)}.subsport-news-item:hover,.subsport-news-item:hover .subsport-news-item-comment{color:var(--primary-color)}.subsport-news-item:not(:last-child){margin:0 0 15px}.subsport-news-item.is-primary,.subsport-news-item.is-success{margin-top:-5px}.subsport-news-item.is-primary .subsport-news-item-detail,.subsport-news-item.is-success .subsport-news-item-detail{margin:0}.subsport-news-item.is-primary .subsport-news-item-title,.subsport-news-item.is-success .subsport-news-item-title{font-weight:700}.subsport-news-item.is-primary .subsport-news-item-label{background-color:var(--primary-color)}.subsport-news-item.is-success .subsport-news-item-label{background-color:var(--success-color)}.subsport-news-item-detail{display:flex;align-items:center;flex-flow:wrap;margin:0 0 5px}.subsport-news-item-list{display:flex;align-items:center;flex-flow:wrap;margin:0 15px 0 0}.subsport-news-item-list li{position:relative;display:flex;align-items:center;color:var(--gray-color);font-size:12px}body.gray-theme .subsport-news-item-list li{color:var(--low-accent-color)}.subsport-news-item-list li:not(:last-child){margin:0 25px 0 0}.subsport-news-item-list li:not(:last-child):after{content:"";position:absolute;top:calc(50% - 1.5px);right:-14px;width:3px;height:3px;background-color:var(--gray-color);border-radius:50%}body.gray-theme .subsport-news-item-list li:not(:last-child):after{background-color:var(--low-accent-color)}.subsport-news-item-label{display:flex;align-items:center;justify-content:center;min-height:20px;font-size:12px;line-height:20px;color:#fff;background:#000;border-radius:4px;padding:0 5px;margin:5px 0}.subsport-news-item-title{display:inline;font-size:14px;line-height:1.3;margin:0 10px 0 0}.subsport-news-item-comment{position:relative;display:inline-flex;align-items:center;justify-content:flex-end;top:2px;color:var(--gray-color);font-size:14px;font-weight:400;transition:all .3s ease-in-out}.subsport-news-item-comment svg{width:12px;height:12px;fill:currentColor;transition:none;margin:0 5px -2px 0}.subsport-news-timeline{position:relative;display:flex;align-items:center;justify-content:center;margin:15px 0}.subsport-news-timeline:before{content:"";position:absolute;top:calc(50% - .5px);right:0;left:0;height:1px;background-color:var(--light-border-color);z-index:0}.subsport-news-timeline span{position:relative;display:flex;align-items:center;justify-content:center;min-height:20px;font-size:12px;line-height:20px;background-color:var(--gray-bg-color);border-radius:4px;padding:0 10px;z-index:1}.subsport-news-timeline span:after,.subsport-news-timeline span:before{content:"";position:absolute;top:0;bottom:0;width:6px;background-color:#fff}.subsport-news-timeline span:before{left:-6px}.subsport-news-timeline span:after{right:-6px}:root{--grey-medium:#dde4eb;--grey-light:#f4f3f9;--thin-grey:#f9f8fd;--grey:#7e8f9f;--red:#ff4c87;--orange:#ff8f00;--background-color:#fff;--border-radius:8px}.dark-theme{--background-color:#161618;--grey-medium:#1f2023;--grey:#666;--thin-grey:#1e1f22;--grey-light:#26292c}.subsport-sidebar{margin:30px 0}.subsport-sidebar-title{display:flex;align-items:flex-end;margin:0 0 15px}.subsport-sidebar-title .h2,.subsport-sidebar-title h2{flex-grow:2;width:50%;font-size:24px;font-weight:700}.subsport-sidebar-title .subsport-link{margin:0 0 3px 15px}.subsport-sidebar-title~.subsport-link{display:none}.subsport-sidebar .articles-item:not(:last-child){margin:0 0 15px}@media only screen and (min-width:1100px){.subsport-sidebar{width:215px;margin:0 20px 0 0}.subsport-sidebar-title .subsport-link{display:none}.subsport-sidebar-title~.subsport-link{display:block;text-align:center;margin:20px 0 0}}.workarea-title{border:none;padding:0;margin:0 0 15px}@media only screen and (max-width:1099px){.workarea{padding-bottom:0}.workarea-row{display:flex;flex-flow:column wrap}.workarea-sidebar{order:1;width:100%;margin:30px 0 0}.workarea-content{width:100%}}@media only screen and (min-width:1100px){.workarea-sidebar{width:245px;margin-right:10px}}@media (max-width:990px){.author-statistic .editor-page-items.editor-slide{margin-bottom:-30px}}@media only screen and (min-width:1100px){.workarea-sidebar .subsport-comm{background-color:#f7f7f7}}