.arcticle .list {
    font-size: 16px;
}

.arcticle .themes-links {
    font-size: 1.2em;
    float: right;
    clear: both;
    width: 34%;
    text-align: center;
    background-color: #f3f3f3;
    margin-left: 20px;
    padding-top: 20px;
    margin-bottom: 10px;
}

.arcticle .themes-links a {
    color: inherit;
}

.arcticle .themes-links h2 {
    font-family: Rubick, sans-serif;
    font-size: 1em;
    line-height: 100%;
    padding-bottom: 10px;
    text-align: left;
    margin: 0 10px;
    position: relative;
    border-bottom: 3px solid #77bc1f;
}

.arcticle .themes-links h2:after {
    left: 21px;
    border-width: 6px 9px 0;
    border-color: #f3f3f3 transparent transparent;
    bottom: -5.5px;
}

.arcticle .themes-links h2:before {
    left: 15px;
    border-width: 9px 15px 0;
    border-color: #77bc1f transparent transparent;
    bottom: -10px;
}

.arcticle .themes-links h2:after,
.arcticle .themes-links h2:before {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    z-index: 1;
    border-style: solid;
}

.arcticle .themes-links .media {
    margin: 0 -5px 10px;
}

.arcticle .themes-links li {
    font-size: .8em;
    line-height: 123%;
    padding: 8px 6px;
    border-top: 1px solid #DDD;
    background-color: #fff;
    list-style: none !important;
    margin: 0;
}

.arcticle .themes-links li:first-child {
    font-size: 0.9em;
    color: #9F0505;
    line-height: 16px;
    border-top: 0;
    padding-top: 7px;
}

.arcticle .themes-links .list {
    text-align: left;
    position: relative;
    overflow: visible;
    padding: 0 10px 12px;
    margin: 0;
}

.arcticle .themes-links .list.item-1 {
    padding-top: 17px;
}

.arcticle .themes-links .more {
    color: #044EAA;
    text-align: center;
    font-size: .8em;
}

@media all and (max-width: 496px) {
    .arcticle-content-wrapper {
        display: flex;
        display: -webkit-flex;
        -webkit-flex-direction: column;
    }

    .arcticle-content-wrapper .arcticle-content {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 1;
        order: 1;
    }

    .arcticle-content-wrapper .themes-links {
        float: none;
        width: auto;
        margin-left: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 2;
        order: 2;
    }
}

.arcticle-media {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    display: block;
}

.arcticle-media img {
    max-width: 100%;
    width: 100%;
    display: block;
}

.arcticle-media__caption {
    width: 98%;
    padding: 1%;
    display: block;
    color: #fff;
    background-color: #000;
    background: rgba(0, 0, 0, 0.75);
    font-size: 11px;
    line-height: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.arcticle-media__caption-link {
    color: #fff !important;
    text-decoration: underline;
}

.arcticle-media__caption_image {
    background: none;
    color: #000000;
    font-size: 13px;
    line-height: 18px;
    padding: 4px 0 0 0;
    position: static;
    width: 100%;
}

.arcticle-media__caption-link_image {
    color: #888888 !important;
    font-weight: normal;
}

.arcticle-media__caption-item:nth-child(1n+2) {
    display: inline-block;
    position: relative;
    margin-left: 10px;
}

.arcticle-media__caption-item:nth-child(1n+2):before {
    display: inline-block;
    content: '/';
    position: relative;
    left: -5px;
    cursor: pointer;
    text-decoration: none;
}

.arcticle-media__source {
    color: #888888;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
}

.arcticle-media_js_hide-title .arcticle-media__caption {
    display: none;
}

.arcticle-media .sourse {
    margin-top: 10px;
    font-size: 1.2em;
}

.arcticle-media .sourse-telecast {
    margin-top: 10px;
    color: #044EAA;
    font-size: 1.3em;
}

.arcticle__read-more {
    float: left;
    clear: both;
    width: 40%;
    margin: 1em 2em 1em 0;
    font-size: 0.625em;
}

.arcticle__read-more_right {
    float: right;
    margin: 1em 0 1em 1em;
}

.read-more {
    position: relative;
    padding: 0.6em 0.7em 0.4em 0.7em;
    border: 1px solid #ccc;
}

.read-more:after {
    content: " ";
    clear: both;
    display: block;
}

.read-more__title {
    font-weight: bold;
    line-height: 1;
    padding: 0 0 0.3em;
    font-size: 1.6em;
    line-height: 1.4em;
}

.read-more__cover {
    display: block;
    width: 100%;
}

.read-more:hover .read-more__cover {
    background-color: #FFF;
    opacity: 0.9;
}

@media all and (max-width: 684px) {
    .read-more {
        padding: 1em;
    }

    .read-more__link {
        align-items: center;
    }

    .read-more__cover {
        display: block;
        width: 30%;
        float: left;
        padding-right: 10px;
    }
}

@media all and (max-width: 490px) {
    .read-more__link {
        font-size: 1.2em;
    }
}

.article__cover {
    margin-bottom: 20px;
}

.article__cover-description {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    font-size: 13px;
    line-height: 1.6em;
    color: #888;
    margin-top: 1px !important;
}

.article__cover-description li {
    position: relative;
    display: inline;
    padding-left: 14px;
    padding-right: 7px;
}

.article__cover-description li:before {
    content: '/';
    position: absolute;
    left: 0;
    top: 0;
}

.article__cover-description li:first-child {
    padding-left: 0;
}

.article__cover-description li:first-child:before {
    display: none;
}

.article__cover-description a {
    color: #0059B2;
    text-decoration: none;
    transition: border-color .25s;
    border-bottom: 1px solid transparent;
}

.article__cover-description a:hover {
    outline: 0;
    border-color: rgba(216, 0, 0, 0.6);
    color: #d80000;
    text-decoration: none !important;
}

.article__text_article-page blockquote {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    font-weight: 700;
    padding: 20px 0;
    border: 2px solid #333;
    border-width: 2px 0 2px 0;
    position: relative;
    margin: 25px auto 45px;
    display: inline-block;
    width: 99%;
}

.article__text_article-page blockquote::after, .article__text_article-page blockquote::before {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: 35px 27px;
    background-color: #dbdbde;
    width: 50px;
    height: 27px;
}

@media all and (max-width: 1024px) {
    .article__text_article-page blockquote::after, .article__text_article-page blockquote::before {
        background-size: 29px 23px;
        width: 40px;
        height: 29px;
    }
}

@media all and (max-width: 864px) {
    .article__text_article-page blockquote::after, .article__text_article-page blockquote::before {
        background-size: 29px 37px;
        width: 45px;
        height: 29px;
    }
}

@media all and (max-width: 684px) {
    .article__text_article-page blockquote::after, .article__text_article-page blockquote::before {
        background-size: 15px 20px;
        width: 32px;
        height: 15px;
    }
}

@media all and (max-width: 479px) {
    .article__text_article-page blockquote::after, .article__text_article-page blockquote::before {
        background-size: 11px 14px;
        width: 25px;
        height: 11px;
    }
}

.article__text_article-page blockquote::after {
    background-image: url("/static/blocks/article/quotes-left.svg");
    left: 0;
    top: -27px;
    background-position: 0 100%;
}

@media all and (max-width: 1024px) {
    .article__text_article-page blockquote::after {
        top: -29px;
    }
}

@media all and (max-width: 864px) {
    .article__text_article-page blockquote::after {
        top: -23px;
    }
}

@media all and (max-width: 684px) {
    .article__text_article-page blockquote::after {
        top: -12px;
    }
}

@media all and (max-width: 479px) {
    .article__text_article-page blockquote::after {
        top: -9px;
    }
}

.article__text_article-page blockquote::before {
    background-image: url("/static/blocks/article/quotes-right.svg");
    right: 0;
    bottom: -27px;
    background-position: 100% 0;
}

@media all and (max-width: 1024px) {
    .article__text_article-page blockquote::before {
        bottom: -29px;
    }
}

@media all and (max-width: 864px) {
    .article__text_article-page blockquote::before {
        bottom: -23px;
    }
}

@media all and (max-width: 684px) {
    .article__text_article-page blockquote::before {
        bottom: -11px;
    }
}

@media all and (max-width: 479px) {
    .article__text_article-page blockquote::before {
        bottom: -9px;
    }
}

.article__text_article-page blockquote p {
    margin-bottom: 0 !important;
}

.video-iframe, .mediaplayer {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    width: 1052px;
}

.text .video-iframe, .text .mediaplayer {
    width: 100%;
}

@media all and (max-width: 1052px) {
    .video-iframe, .mediaplayer {
        width: 100%;
    }
}

.video-iframe iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.jwswf {
    left: 0;
}

.article__cover-image {
    max-width: 100%;
}

.article__read-more {
    margin-bottom: 20px;
}

.read-more {

    font-size: 0.58824em;
    padding: 0.6em 0.7em 0.4em 0.7em;
    background: #FFF;
    border: 1px solid #ccc;
    margin: 1em 1em 1em 0;
    float: left;
    clear: both;
    position: relative;
    width: 40%;
}

@media screen and (max-width: 768px) {
    .read-more {
        float: none;
        margin-right: auto;
        margin-left: auto;
        width: auto;
        max-width: 500px;
    }
}

.read-more:after {
    content: " ";
    clear: both;
    display: block;
}

.read-more__title {
    font-weight: bold;
    line-height: 1;
    padding: 0 0 3em/10;
    font-size: 1.6em;
    line-height: 1.4em;
}

.read-more__link {
    display: block;
    text-decoration: none;
    outline: none;
    border: none !important;
    font-size: 1.6em;
    line-height: 1.4em;
}

@media all and (max-width: 684px) {
    .read-more__link {
        align-items: center;
    }
}

@media all and (max-width: 490px) {
    .read-more__link {
        font-size: 1.2em;
    }
}

.read-more__cover {
    display: block;
    width: 100%;
}

@media all and (max-width: 684px) {
    .read-more__cover {
        display: block;
        width: 30%;
        float: right;
        padding-left: 10px;
    }
}

.live-updates {
    margin: 0 0 3em;
}

@media all and (max-width: 864px) {
    .live-updates {
        margin-bottom: 2.4em;
    }
}

.live-updates__autoupdate-switcher {
    border-bottom: 1px solid #2f2f2f;
    background-color: #b1b1b1;
    padding: 10px 0;
    display: none;
}

.live-updates__list {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
}

.live-updates__post {
    margin: 1.25em 0 !important;
    list-style-type: none !important;
}

.live-updates__post.target .liveupdate__border-wrap {
    background: #f5ffe8;
    border-color: #91c34f;
}

.live-updates__load-more {
    text-align: center;
    font-size: 0.55em;
    display: none;
}

.live-updates__load-more [data-click] {
    cursor: pointer;
}

.live-updates__load-more .buttons__item {
    color: #FFFFFF !important;
    font-size: 1.8em;
}

.live-updates__socials {
    position: absolute;
    top: 14px;
    right: 36px;
    transform: scale(0.58);
    transform-origin: top right;
    overflow: hidden;
    height: 32px;
}

.live-updates__socials .addthis__button {
    margin: 0 3px;
}

.live-updates .share_ready .liveupdate__share {
    height: auto;
    overflow: auto;
    opacity: 0.5;
    padding: 0.25em;
}

.live-updates .loading {
    margin: 2em auto 4em;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    border: .2em solid #e2e2e2;
    border-top-color: #636363;
    animation: spin 1s infinite linear;
    display: none;
}

.liveupdate__date {
    font-size: 1.65em;
    font-weight: bold;
    margin-bottom: 0.7em !important;
}

.liveupdate__border-wrap {
    padding: 0.6em;
    border: 1px solid #bebebe;
    position: relative;
}

.liveupdate__share {
    float: right;
    cursor: pointer;
    padding: 0;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.2s ease;
}

.liveupdate__share:hover, .liveupdate__share:focus {
    opacity: 1 !important;
}

.liveupdate__time {
    font-size: 1.35em;
    line-height: 1.3em;
    margin-bottom: 0.7em;
}

.liveupdate__title {
    font-size: 1.2em;
    font-weight: 500;
    margin-bottom: 0.4em;
}

.liveupdate__text a {
    color: #0059B2;
    text-decoration: none;
    transition: border-color .25s;
    border-bottom: 1px solid transparent;
}

.liveupdate__text a:hover {
    outline: 0;
    border-color: rgba(216, 0, 0, 0.6);
    color: #d80000;
    text-decoration: none !important;
}

.liveupdate__text p {
    line-height: 1.55em;
    margin-bottom: 1.1em;
}

.liveupdate__text p:last-child {
    margin-bottom: 0;
}

.live-updates__load-more .buttons__item {
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-color: rgba(0, 0, 0, .13);
    color: #000 !important;
    height: 28px;
    padding: 0 25px 2px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.2;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}

.live-updates__load-more .buttons__item:hover {
    border-color: #e00333;
    color: #e00333 !important;
}

strong {
    -webkit-font-smoothing: subpixel-antialiased;
}

h4 {
    margin-bottom: .7em;
}

.video-iframe, .mediaplayer {
    overflow: hidden;
    position: relative;
    width: 720px;
}

.video-iframe {
    padding-bottom: 60.25%;
}

.video-iframe iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.text .video-iframe, .text .mediaplayer {
    width: 100%;
}

@media all and (max-width: 1052px) {
    .video-iframe, .mediaplayer {
        width: 100%;
    }
}

.video-iframe iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.news__media-in_main-2 {
    max-width: none;
    display: inline-block;
    height: auto;
    padding: 0;
}

@media screen and (max-width: 1024px) {
    /*.news__media-in_main-2 {*/
    /*display: block;*/
    /*}*/
    .video-iframe, .mediaplayer {
        width: 100%;
    }
}

#get-short-url {
    padding-top: 3px;
    font-size: 14px;
    float: left;
}

#get-short-url a {
    border-bottom: 1px dashed;
    color: #e00333;
    text-decoration: none;
    outline: none;
}

#get-short-url .short-url {
    display: none;
    padding: 6px 10px 6px 10px;
    background: #feffd2;
    border: 1px solid #b6ce06;
    font-family: Arial, sans-serif;
}

.news__media-legend_media-2 {
    padding-left: 20px;
}

.article__live-updates {
    font-size: 17em;
    line-height: 26px;
}

.live-updates {
    margin: 0 0 3px;
}

@media all and (max-width: 864px) {
    .live-updates {
        margin-bottom: 2.4em;
    }
}

.live-updates__autoupdate-switcher {
    border-bottom: 1px solid #2f2f2f;
    background-color: #b1b1b1;
    padding: 10px 0;
    display: none;
}

.live-updates__list {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
}

.live-updates__post {
    margin: 2em 0;
    list-style-type: none;
}

.live-updates__load-more {
    text-align: center;
    font-size: 0.55em;
    display: none;
}

.live-updates__load-more [data-click] {
    cursor: pointer;
}

.live-updates .loading {
    margin: 2em auto 4em;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    border: .2em solid #e2e2e2;
    border-top-color: #636363;
    animation: spin 1s infinite linear;
    display: none;
}

.liveupdate__date {
    color: #b4062d;
    font-size: 1.35em;
    margin-bottom: 1em;
}

.liveupdate__time {
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.3em;
    color: #000000;
}

.liveupdate__text {
    font-size: 17px;
}

.liveupdate__text a {
    color: #0059B2;
    text-decoration: none;
    transition: border-color .25s;
    border-bottom: 1px solid transparent;
}

.liveupdate__text a:hover {
    outline: 0;
    border-color: rgba(216, 0, 0, 0.6);
    color: #d80000;
    text-decoration: none !important;
}

.liveupdate__text p {
    margin-bottom: 1.1em;
}

.ui-checkbox {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.ui-checkbox__title {
    display: inline-block;
    padding: 0 17px 0 10px;
    color: #222;
    font-size: 20px;
    font-weight: normal;
    line-height: 32px;
    vertical-align: middle;
}

.ui-checkbox__input {
    border-radius: 17px;
    border: 1px solid #969696;
    width: 67px;
    height: 32px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    background-color: #FFFFFF;
    position: relative;
}

.ui-checkbox__input:after {
    content: '';
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 14px;
    background: #969696;
    box-sizing: border-box;
    top: 0;
    bottom: 0;
    margin: auto 2px;
}

.ui-checkbox__input_on {
    border-color: #3b99fc;
}

.ui-checkbox__input_on:after {
    background: #3b99fc;
    right: 0;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.button__item_listing {
    background: #2d303e;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, .12);
    display: inline-block;
    height: 28px;
    padding: 0 25px 2px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    line-height: 2.2;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.button__item_listing:hover {
    border-color: #e00333;
}

.cover__media_ratio {
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
    position: relative
}

.cover__video {
    width: 100%;
    height: 100%;
}

.cover__video, .cover__image_ratio {
    position: absolute;
    top: 0;
    left: 0;
}

.cover__image_type_video-big:after {
    content: '';
    height: 4em;
    width: 4em;
    top: 1em;
    left: 1em;
    position: absolute;
    background: rgba(221, 221, 221, 0.7);
}

.cover__image_type_video-big:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: .8em 0 .8em 1.6em;
    border-color: transparent transparent transparent #5e5c5b;
    width: 0;
    height: 0;
    top: 3em;
    left: 3em;
    margin-left: -.5em;
    margin-top: -.8em;
    z-index: 1;
}

.cover__count-images {
    position: absolute;
    left: 10px;
    top: 42px;
    z-index: 5;
    margin-top: 4px;
    clear: both;
    opacity: 0.6;
    border-radius: 7px;
    background-color: white;
    display: inline-block;
    font-size: 11px;
    text-align: center;
    line-height: 14px;
    color: #000;
    width: 28px;
    text-indent: 0;
}

.cover__count-images::after {
    content: '';
    left: 6px;
    top: -24px;
    width: 16px;
    height: 12px;
    background-position: -2px -146px;
    background-size: 121px 1175px;
    position: absolute;
}

.cover__count-images::before {
    content: '';
    top: -32px;
    position: absolute;
    left: 0;
    height: 28px;
    width: 28px;
    background-color: #fff;
}

.card-list {
    margin: 0;
    padding: 0;
}

.card-list__item {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 1.5em;
}

.card-list__item_margin_bottom {
    margin-bottom: 3em;
}

.card-list__item_us-elections-2016 {
    border-top: 1px solid #e8e8e8;
    padding: 16px 2em 23px 0;
    margin-bottom: 0;
}

@media (max-width: 864px) {
    .card-list__item_us-elections-2016 {
        margin-left: 2em;
        margin-right: 2em;
        padding-left: 0;
    }
}

.card-list__item_news-us-elections-2016 {
    padding-top: 23px;
    margin-bottom: 9px;
    border-top: 1px solid #e7e7e7;
}

@media all and (max-width: 864px) {
    .card-list__item_news-us-elections-2016 {
        padding-top: 16px;
    }
}

@media all and (min-width: 864px) {
    .card-list__item_news-us-elections-2016:first-child {
        border-top: 0;
    }
}

.card-list__item_grid {
    display: inline-block;
    vertical-align: top;
}

.card-list__content {
    padding: 0 1em 1em;
    margin: 1.5em 0 .5em;
}

.updates-dates__date {
    color: #b4062d;
    font-size: 1.35em;
    font-weight: bold;
    margin-bottom: 0.7em;
}

.updates-dates__time {
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.3em;
    color: #000000;
}

.updates-dates__text {
    font-size: 17px;
}

.media__title_footer {
    padding-left: 20px;
    overflow: hidden;
    padding-top: 3px;
    color: #646464;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: right;
}

.media img {
    max-width: 100%;
}

.button {
    text-align: center;
}

.button__link {
    background: #2d303e;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, .12);
    display: inline-block;
    height: 28px;
    padding: 0 25px 2px;
    color: #fff !important;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    line-height: 2.2;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.social-player__button_facebook {
    background-image: url('/static/blocks/social-player/facebook.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0 -85px;
    background-color: transparent;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    height: 80px;
    margin: -40px 0 0 -40px;
    outline: none;
    padding: 0;
    width: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.social-player__button_facebook:hover {
    background-color: rgba(20, 22, 26, 0.7);
}

.social-player__button_youtube {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("/static/blocks/social-player/youtube.png") no-repeat;
}

.social-player__findings {
    position: relative;
    width: 720px;
    padding-bottom: 60.25%;
    overflow: hidden;
}

.social-player__findings iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.social-player__thumb {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.yt-video {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: none;
    padding-bottom: 60.26%;
    text-align: center;
    overflow: hidden;
}

.yt-video > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 950px) {
    .news__media_main-2 {
        width: 94vw;
    }

    .news__media-in_main-2 {
        width: 100%;
        padding: 0;
    }

    .social-player__findings {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .news__media-in_main-2 {
        width: 100%;
        padding: 0;
    }

    .news__media_main-2 {
        width: auto;
    }

    .social-player__findings {
        width: 100%;
    }
}

@media all and (max-width: 500px) {
    .arcticle-content-wrapper .arcticle-content {
        width: 100%;
    }
}

.button__link.hide {
    display: none;
}

.sharing__counter {
    background-color: #ffffff;
}

.news-block {
    padding: 1.5em 0;
}

.news-block-top {
    margin: 2em 0 1.5em;
    padding: 0;
    padding-bottom: 1em;
}

.news-block__card {
    padding: 0 1em;
}

.news-block_padding_size_small {
    padding: 0.5em 0;
}

.news-block__vertical-menu {
    color: #044faa;
    margin-top: .9em;
    margin-left: -1em;
}

.news-block_border_c1 {
    border-top: 1px solid #c1c1c1;
}

.news-block_heading {
    padding-top: 1.5em;
}

.news-block_heading_card-rows {
    padding: 1.5em 0 0;
}

@media all and (max-width: 864px) {
    .news-block_high-hidden {
        display: none;
    }
}

.sport-bunner {
    display: block;
    margin-bottom: 30px;
}

.sport-bunner img {
    max-width: 100%;
    display: block;
}

.news__social-foot_main-2 {
    margin-bottom: 40px;
}

.billet {
    font-size: 10px;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.billet_live-updates {
    background-color: #9A0404;
}

.billet_live-event {
    background-color: #CE2200;
}

.billet_rt-exclusive {
    background-color: green;
}

.billet_left {
    margin-right: 5px;
}

.billet_live-event, .billet_live-updates, .billet_rt-exclusive {
    display: inline-block;
    padding: 2px 5px 0;
    vertical-align: middle;
    margin-top: -3px;
}

.