:root{--bgIcon:#fff}.TopArticlesItem{width:224px!important;height:290px;min-height:290px;border-radius:4px;margin:5px 10px 48px 0;overflow:hidden;position:relative;z-index:2;display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}@media (min-width:768px){.TopArticlesItem{margin-right:24px}}@media (min-width:1248px){.TopArticlesItem{width:248px!important;height:320px;min-height:320px}}.TopArticlesItem__img-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.TopArticlesItem__img{width:100%;height:100%}.TopArticlesItem__img,.TopArticlesItem__img .AppImageLazy{-o-object-fit:cover;object-fit:cover}.TopArticlesItem__wrapper{position:relative;padding:50px 16px 16px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;width:100%;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(28%,rgba(23,22,34,0)),color-stop(59%,rgba(23,22,34,.35)),color-stop(64%,rgba(23,22,34,.3)),color-stop(73%,rgba(23,22,34,.4)),color-stop(86%,rgba(23,22,34,.8)),to(rgba(23,22,34,.9)));background-image:-o-linear-gradient(top,rgba(23,22,34,0) 28%,rgba(23,22,34,.35) 59%,rgba(23,22,34,.3) 64%,rgba(23,22,34,.4) 73%,rgba(23,22,34,.8) 86%,rgba(23,22,34,.9) 100%);background-image:linear-gradient(-180deg,rgba(23,22,34,0) 28%,rgba(23,22,34,.35) 59%,rgba(23,22,34,.3) 64%,rgba(23,22,34,.4) 73%,rgba(23,22,34,.8) 86%,rgba(23,22,34,.9));z-index:4}.TopArticlesItem__wrapper:before{position:absolute;top:0;left:0;z-index:2;display:block;content:" ";right:0;bottom:0;z-index:-1;opacity:0;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,34,.2)),color-stop(43%,rgba(23,22,34,.55)),color-stop(50%,rgba(23,22,34,.6)),color-stop(63%,rgba(23,22,34,.7)),color-stop(80%,rgba(23,22,34,.8)),to(rgba(23,22,34,.9)));background-image:-o-linear-gradient(top,rgba(23,22,34,.2) 0,rgba(23,22,34,.55) 43%,rgba(23,22,34,.6) 50%,rgba(23,22,34,.7) 63%,rgba(23,22,34,.8) 80%,rgba(23,22,34,.9) 100%);background-image:linear-gradient(-180deg,rgba(23,22,34,.2),rgba(23,22,34,.55) 43%,rgba(23,22,34,.6) 50%,rgba(23,22,34,.7) 63%,rgba(23,22,34,.8) 80%,rgba(23,22,34,.9));-webkit-transition:opacity .26s;-o-transition:opacity .26s;transition:opacity .26s}.TopArticlesItem:hover .TopArticlesItem__wrapper:before{opacity:1}@media (min-width:1248px){.TopArticlesItem__wrapper{padding-bottom:24px}}.TopArticlesItem__data{position:absolute;top:16px;left:16px;right:16px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-filter:drop-shadow(0 1px 2px rgba(0,0,0,.5));filter:drop-shadow(0 1px 2px rgba(0,0,0,.5))}.TopArticlesItem__data__left{margin-right:10px;font-size:10px;line-height:10px;font-weight:500;text-transform:uppercase;fill:#fff;color:#fff}.TopArticlesItem__data__left,.TopArticlesItem__data__right{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.TopArticlesItem__data__right{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;min-width:40px}.TopArticlesItem__data__direction{position:relative;margin-right:10px}.TopArticlesItem__data__direction:before{position:absolute;top:0;left:0;z-index:2;display:block;content:" ";top:50%;left:auto;right:-6px;width:1px;height:11px;background-color:#e6e6ea;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.TopArticlesItem__data__views{font-size:10px;line-height:14px;font-weight:500;color:#fff}.TopArticlesItem__data__game-icon{margin-right:4px;width:13px;height:13px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.TopArticlesItem__data__eye{margin-right:6px;width:10px;height:10px;fill:#fff}.TopArticlesItem__title{margin:0;font-size:12px;font-weight:500;line-height:18px;color:#fff;text-transform:uppercase}@media (min-width:1248px){.TopArticlesItem__title{line-height:16px}}.TopArticlesItem__desc{position:relative;margin:0;font-size:12px;line-height:16px;color:hsla(0,0%,100%,.5);font-weight:500;max-height:200px;opacity:1;visibility:visible;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s}@media (min-width:992px){.TopArticlesItem__desc{max-height:0;opacity:0;visibility:hidden}}.TopArticlesItem__desc:before{content:" ";position:absolute;top:17px;left:0;display:block;opacity:.2;height:1px;width:100%;background-image:-webkit-gradient(linear,left top,right top,color-stop(2%,#e6e6ec),to(rgba(230,230,236,0)));background-image:-o-linear-gradient(left,#e6e6ec 2%,rgba(230,230,236,0) 100%);background-image:linear-gradient(90deg,#e6e6ec 2%,rgba(230,230,236,0));z-index:2;-webkit-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}@media (min-width:992px){.TopArticlesItem__desc:before{opacity:0}}.TopArticlesItem__desc:before>p{padding-top:35px;margin-bottom:0;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:6;display:-webkit-box;color:hsla(0,0%,100%,.5)}.TopArticlesItem:hover .TopArticlesItem__desc{max-height:200px;opacity:1;visibility:visible}.TopArticlesItem:hover .TopArticlesItem__desc:before{opacity:.2}.TopArticlesItem__link{position:absolute;top:0;left:0;z-index:4;right:0;bottom:0}[data-v-499b0fbe]:root{--bgIcon:#fff}[data-v-499b0fbe]:export{xs:320px;sm:576px;mdmin:767px;md:768px;lg:992px;xl:1248px}.TopArticlesItemHorizontal[data-v-499b0fbe]{width:224px!important;height:228px!important}@media (min-width:768px){.TopArticlesItemHorizontal[data-v-499b0fbe]{width:248px!important}}@media (min-width:1248px){.TopArticlesItemHorizontal--big[data-v-499b0fbe]{width:283px!important;margin-bottom:30px}.TopArticlesItemHorizontal--big .TopArticlesItemHorizontal__top[data-v-499b0fbe]{max-height:152px;height:152px}}.TopArticlesItemHorizontal__top[data-v-499b0fbe]{position:relative;height:134px;border-radius:4px;overflow:hidden}.TopArticlesItemHorizontal__top[data-v-499b0fbe]:before{content:"";position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.44)),to(rgba(0,0,0,0)));background-image:-o-linear-gradient(top,rgba(0,0,0,.44) 0,rgba(0,0,0,0) 100%);background-image:linear-gradient(-180deg,rgba(0,0,0,.44),rgba(0,0,0,0))}@media (min-width:768px){.TopArticlesItemHorizontal__top[data-v-499b0fbe]{min-height:0;max-height:134px}}.TopArticlesItemHorizontal__views[data-v-499b0fbe]{height:20px;padding:0 7px;position:absolute;top:8px;left:8px;z-index:2;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:10px;line-height:1;font-weight:500;color:#fff;background-color:rgba(0,0,0,.4);border-radius:10px}.TopArticlesItemHorizontal__eye[data-v-499b0fbe]{fill:#fff;width:10px;margin-right:5px}.TopArticlesItemHorizontal__text[data-v-499b0fbe]{max-height:76px;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;padding:12px 5px 0 0;text-transform:uppercase;font-size:12px;line-height:16px;color:#171622;font-weight:700}.TopArticlesItemHorizontal--fullw[data-v-499b0fbe]{width:100%!important;height:auto!important;margin-bottom:12px}.TopArticlesItemHorizontal--fullw .TopArticlesItemHorizontal__top[data-v-499b0fbe]{background:#ccc;min-height:134px;height:auto}@media (min-width:768px){.TopArticlesItemHorizontal--fullw .TopArticlesItemHorizontal__top[data-v-499b0fbe]{min-height:0}}.TopArticlesItemHorizontal--fullw .TopArticlesItemHorizontal__text[data-v-499b0fbe]{padding:12px 0;margin-bottom:16px}@media (min-width:576px){.TopArticlesItemHorizontal--fullw[data-v-499b0fbe]{max-width:50%;padding-left:5px;padding-right:5px}}@media (min-width:768px){.TopArticlesItemHorizontal--fullw[data-v-499b0fbe]{max-width:33.3%;margin-bottom:19px;padding-left:12px;padding-right:12px}}.TopArticlesItemHorizontal--no-overlay .TopArticlesItemHorizontal__top[data-v-499b0fbe]:before{content:none}[data-v-51612dce]:root{--bgIcon:#fff}[data-v-51612dce]:export{xs:320px;sm:576px;mdmin:767px;md:768px;lg:992px;xl:1248px}.TopArticles__slider[data-v-51612dce]{overflow:hidden;height:343px}.TopArticles__slider__placeholder[data-v-51612dce]{overflow:hidden}.TopArticles__slider__placeholder[data-v-51612dce],.TopArticles__slider__placeholder__inner[data-v-51612dce]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.TopArticles--index .gb-container-fluid[data-v-51612dce]{max-width:100%}@media (min-width:768px){.TopArticles--index[data-v-51612dce]{position:relative;padding-bottom:11px;margin:-50px 8px 16px;background-color:#fff}}@media (min-width:1248px){.TopArticles--index[data-v-51612dce]{max-width:840px;padding-bottom:24px;margin-right:0;margin-left:auto}.TopArticles--index .gb-container-fluid[data-v-51612dce]{padding-left:24px;padding-right:24px}}