.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;
    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%;
}

.jwswf {
    left: 0;
}

.rtcode > * {
    margin-left: auto;
    margin-right: auto;
}

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

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

.read-more {
    float: left;
    clear: both;
    position: relative;
    width: 26.5%;
    padding: 14px;
    margin-right: 20px;
    background-color: #333;
    margin-bottom: 15px;
}

@media all and (max-width: 684px) {
    .read-more {
        width: 50%;
    }
}

@media all and (max-width: 479px) {
    .read-more {
        float: none;
        margin-right: auto;
        margin-left: auto;
        width: auto;
        margin-bottom: 20px;
        width: auto;
    }
}

.read-more__title {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    font-family: 'DIN Pro';
    color: #fff;
}

.read-more__link {
    display: block;
    text-decoration: none;
    outline: none;
    width: 100%;
    padding-top: 14px;
    color: inherit !important;
    border: 0 !important;
}

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

.read-more__heading {
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    margin-top: -9px;
    margin-bottom: 6px;
    color: #8ec7f1;
    display: block;
}

.read-more__heading:hover {
    color: #ffafaf;
}

.read-more__summary {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
}

.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: 2em 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;
    font-weight: bold;
    letter-spacing: 1px;
}

.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 {
    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;
}

h4 {
    margin-bottom: .7em;
}

.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%;
    }
}

.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;
}

.news-list__media_materials-3 {
    position: relative;
}

.news-list__exclusive {
    background: #009B2C;
    height: 30px;
    padding: 0 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.rt-gallery { width: 100%; margin: 0; background: #000; box-sizing: border-box; position: relative; }
.rt-gallery:hover { will-change: top, left, width, height; }
.rt-gallery:hover .rt-gallery__overview { will-change: bottom; }
.rt-gallery:focus { outline: none; }
.rt-gallery::after, .rt-gallery::before { content: ''; display: block; position: absolute; width: 150%; height: 100%; top: 0; background: #000; }
.rt-gallery::before { right: -150%; }
.rt-gallery::after { left: -150%; }
.rt-gallery__overview { position: relative; width: 100%; padding-top: 56.25%; -webkit-transition: bottom 0.2s ease; transition: bottom 0.2s ease; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.rt-gallery__close-btn { position: absolute; padding: 20px; right: 0; z-index: 2; cursor: pointer; width: 50px; height: 50px; display: none; }
@media (max-width: 864px) { .rt-gallery__close-btn { width: 40px; height: 40px; } }
@media (max-width: 479px) { .rt-gallery__close-btn { width: 30px; height: 30px; } }
.rt-gallery__close-btn svg { -webkit-transform: scale(1.4); -ms-transform: scale(1.4); transform: scale(1.4); }
.rt-gallery__close-btn svg path { fill: #FFF; opacity: 0.6; -webkit-transition: all 0.1s ease; transition: all 0.1s ease; stroke: rgba(0, 0, 0, 0.53); }
.rt-gallery__close-btn svg:hover path { opacity: 1; }
.rt-gallery .slide-container { position: absolute; top: 0; width: 100%; height: 100%; overflow: hidden; z-index: 1; cursor: pointer; }
.rt-gallery .slide-container_tape { display: -webkit-box; display: -ms-flexbox; display: flex; }
.rt-gallery .slide-container_tape .rt-gallery .slide-container__inner { display: -webkit-box; display: -ms-flexbox; display: flex; }
.rt-gallery .slide-container_has-miniatures { padding-bottom: 110px; box-sizing: border-box; }
.rt-gallery .slide-container__inner { -webkit-transition: -webkit-transform 0.4s ease; transition: -webkit-transform 0.4s ease; -webkit-transition: -webkit-transform 0.4s ease; transition: -webkit-transform 0.4s ease; transition: transform 0.4s ease; transition: transform 0.4s ease, -webkit-transform 0.4s ease; transition: transform 0.4s ease, -webkit-transform 0.4s ease; white-space: nowrap; height: 100%; font-size: 0; }
.rt-gallery .slide { width: 100%; height: 100%; position: relative; display: inline-block; background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; }
.rt-gallery .slide[data-loading]::after { content: ''; display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; height: 30px; width: 30px; border-radius: 50%; border: 3px solid rgba(255, 255, 255, 0.5); border-top-color: #77bc1f; border-top-width: 3px; -webkit-animation: spin 1.4s infinite; animation: spin 1.4s infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; z-index: -1; }
.rt-gallery .slide[data-error]::before { content: 'Ошибка загрузки изображения'; color: #fff; font-size: 16px; line-height: 20px; display: block; position: absolute; top: 50%; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); width: 100%; text-align: center; }
@-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }
@keyframes spin { 0% { -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }
.rt-gallery .button-control { border: 2px solid #FFF; position: absolute; height: 61px; width: 61px; top: 0; bottom: 0; z-index: 1; margin: auto; border-radius: 50%; background: rgba(0, 0, 0, 0.5); -webkit-transition: opacity 0.1s ease; transition: opacity 0.1s ease; cursor: pointer; opacity: 0.6; z-index: 2; }
.rt-gallery .button-control[data-disable] { opacity: 0.2 !important; cursor: auto; }
.rt-gallery .button-control:hover { opacity: 1; }
.rt-gallery .button-control:before { content: ''; height: 24px; border: solid #FFF; width: 24px; display: block; position: absolute; margin: auto; top: 0; bottom: 0; right: 0; left: 0; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
@media (max-width: 864px) { .rt-gallery .button-control { display: none; } }
.rt-gallery .button-control_prev { left: 20px; }
.rt-gallery .button-control_prev:before { border-width: 6px 0 0 6px; left: 10px; }
.rt-gallery .button-control_next { right: 20px; }
.rt-gallery .button-control_next:before { border-width: 0 6px 6px 0; right: 10px; }
.rt-gallery__optionals { padding-top: 110px; position: relative; z-index: 1; -webkit-transition: -webkit-transform 0.2s ease; transition: -webkit-transform 0.2s ease; transition: transform 0.2s ease; transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
.rt-gallery__miniatures { position: absolute; left: 0; top: 0; height: 110px; width: 500%; margin-left: -200%; background-color: #343434; z-index: 3; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.rt-gallery__miniatures::after, .rt-gallery__miniatures::before { content: ''; display: block; position: absolute; width: 150%; height: 100%; top: 0; background-color: #343434; }
.rt-gallery__miniatures::before { right: -150%; }
.rt-gallery__miniatures::after { left: -150%; }
.rt-gallery .miniatures { position: relative; text-align: center; width: 100%; max-width: calc(100vw - 20px); margin: auto; }
.rt-gallery .miniatures__inner { display: inline-block; height: 110px; white-space: nowrap; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; }
.rt-gallery .miniatures__item { width: 90px; height: 90px; display: inline-block; margin: 7px 3px; background-size: cover; cursor: pointer; border: 3px solid #343434; box-shadow: 0 0 0px 1px #343434; }
.rt-gallery .miniatures__item:first-child { margin: 7px 3px 7px 6px; }
.rt-gallery .miniatures__item:last-child { margin: 7px 6px 7px 3px; }
.rt-gallery .miniatures__item[data-active] { box-shadow: 0 0 0px 1px #3b99fb; }
.rt-gallery__copyright { position: relative; background: rgba(0, 0, 0, 0.5); -webkit-transition: none; transition: none; opacity: 1; }
.rt-gallery__copyright::after { content: ''; background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.5)); background: linear-gradient(transparent, rgba(0, 0, 0, 0.5)); display: block; height: 20px; position: absolute; bottom: 0; width: 100%; opacity: 0; -webkit-transition: opacity .4s ease; transition: opacity .4s ease; }
.rt-gallery .photo-copyright { height: 0; opacity: 0; visibility: hidden; }
.rt-gallery .photo-copyright[data-active] { height: auto; opacity: 1; visibility: visible; -webkit-transition: opacity 0.4s ease; transition: opacity 0.4s ease; }
.rt-gallery .photo-copyright__text { color: #b1b1b1; font-size: 18px; line-height: 1.35em; padding: 0.723em 0.5em; }
.rt-gallery .photo-copyright__link { color: #8ec7f1; text-decoration: none; }
.rt-gallery .photo-copyright__link:hover { color: #ffafaf; }
.rt-gallery [grabbing] { -webkit-transition: none; transition: none; }
.rt-gallery__sharing { position: absolute; z-index: 2; height: 50px; width: 100%; text-align: center; background: #000; bottom: 0px; opacity: 0; visibility: hidden; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.rt-gallery__sharing .ya-share2 { margin-top: 15px; display: inline-block; }
@media (max-width: 864px) { .rt-gallery__sharing .ya-share2 { margin-top: 0; width: 100%; }
    .rt-gallery__sharing .ya-share2__list, .rt-gallery__sharing .ya-share2__link, .rt-gallery__sharing .ya-share2__badge, .rt-gallery__sharing .ya-share2__icon { width: 100%; height: 50px; }
    .rt-gallery__sharing .ya-share2__item { width: 20% !important; margin: 0 !important; }
    .rt-gallery__sharing .ya-share2__badge { border-radius: 0; }
    .rt-gallery__sharing .ya-share2__icon { background-position: 50% !important; width: 100% !important; height: 50px !important; background-repeat: no-repeat !important; background-size: 2.5em !important; } }
.rt-gallery_fullscreen_external-positioning { height: 100% !important; width: 100% !important; top: 0 !important; left: 0 !important; z-index: 2147483647; position: fixed; }
.rt-gallery_fullscreen_external-positioning .rt-gallery__copyright { position: absolute; width: 100%; -webkit-transition: opacity .5s, height 0.2s ease, -webkit-transform 0.2s ease; transition: opacity .5s, height 0.2s ease, -webkit-transform 0.2s ease; transition: opacity .5s, transform 0.2s ease, height 0.2s ease; transition: opacity .5s, transform 0.2s ease, height 0.2s ease, -webkit-transform 0.2s ease; z-index: 1; top: initial; bottom: 110px; text-align: center; -webkit-transform: translate(0, -50px); -ms-transform: translate(0, -50px); transform: translate(0, -50px); -webkit-transition-delay: .2s; transition-delay: .2s; will-change: height; }
.rt-gallery_fullscreen_external-positioning .rt-gallery__sharing { opacity: 1; visibility: visible; -webkit-transition-delay: 0.2s; transition-delay: 0.2s; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.rt-gallery_fullscreen_external-positioning .rt-gallery__close-btn { display: block; }
.rt-gallery_fullscreen_external-positioning .photo-copyright { max-width: 980px; margin: auto; }
.rt-gallery_fullscreen_external-positioning .photo-copyright__text { color: #fff; }
.rt-gallery_fullscreen_internal-positioning { -webkit-transition: all 0.2s ease; transition: all 0.2s ease; padding-bottom: 0; }
.rt-gallery_fullscreen_internal-positioning .rt-gallery__overview { position: absolute; top: 0; bottom: 160px; margin: auto; padding: 0; width: 100%; height: auto; box-sizing: border-box; }
.rt-gallery_fullscreen_internal-positioning .rt-gallery__copyright { -webkit-transition: all 0.2s ease; transition: all 0.2s ease; -webkit-transform: translate(0, -50px); -ms-transform: translate(0, -50px); transform: translate(0, -50px); -webkit-transition-delay: 0.2s; transition-delay: 0.2s; max-height: 77px; }
.rt-gallery_fullscreen_internal-positioning .rt-gallery__copyright::after { opacity: 1; }
.rt-gallery_fullscreen_internal-positioning .rt-gallery__copyright[data-minimize] { height: 90px !important; }
.rt-gallery_fullscreen_internal-positioning .rt-gallery__copyright[data-minimize]::after { opacity: 1; }
.rt-gallery_fullscreen_internal-positioning .rt-gallery__optionals { position: absolute; height: 50px; width: 100%; bottom: 0; opacity: 1; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.rt-gallery_fullscreen_internal-positioning .rt-gallery__miniatures { bottom: 0; top: inherit; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; -webkit-transform: translate(0, -50px); -ms-transform: translate(0, -50px); transform: translate(0, -50px); -webkit-transition-delay: 0.2s; transition-delay: 0.2s; }
.rt-gallery[data-minimal-mode] .rt-gallery__overview { bottom: 0; }
.rt-gallery[data-minimal-mode] .rt-gallery__close-btn { opacity: 0; pointer-events: none; }
.rt-gallery[data-minimal-mode] .rt-gallery__optionals { -webkit-transform: translate(0, 100%); -ms-transform: translate(0, 100%); transform: translate(0, 100%); opacity: 0; pointer-events: none; }
.rt-embed-gallery { line-height: 0; position: relative; overflow: hidden; height: 22.3em; text-align: right; background-color: #343434; }
.rt-embed-gallery:focus { outline: 0; }
.rt-embed-gallery[data-loading] > * { opacity: 0 !important; }
.rt-embed-gallery[data-loading]::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; width: 30px; height: 30px; margin: auto; content: ''; -webkit-animation: spin 2s infinite; animation: spin 2s infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; border: 3px solid rgba(255, 255, 255, 0.15); border-top-width: 3px; border-top-color: #77bc1f; border-radius: 50%; }
@-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }
@keyframes spin { 0% { -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }
@media (max-width: 864px) { .rt-embed-gallery { width: 100vw; margin-left: calc(-50vw + 50%); } }
@media (max-width: 684px) { .rt-embed-gallery { height: 18.3em; } }
@media (max-width: 479px) { .rt-embed-gallery { height: 15.3em; } }
.rt-embed-gallery__prev, .rt-embed-gallery__next { position: absolute; z-index: 1; top: 0; bottom: 0; width: 40px; height: 40px; margin: auto; cursor: pointer; opacity: .5; border: 2px solid #fff; border-radius: 50%; background: #000; }
.rt-embed-gallery__prev:hover, .rt-embed-gallery__next:hover { opacity: .8; }
.rt-embed-gallery__prev[data-disabled], .rt-embed-gallery__next[data-disabled] { visibility: hidden; }
.rt-embed-gallery__prev:before, .rt-embed-gallery__next:before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; width: 30%; height: 30%; margin: auto; content: ''; border: solid #fff; border-width: 0 0 3px 3px; border-radius: 0 0 0 3px; }
@media (max-width: 864px) { .rt-embed-gallery__prev, .rt-embed-gallery__next { display: none; } }
.rt-embed-gallery__next { right: 10px; }
.rt-embed-gallery__next:before { margin-left: 25%; transform: rotate(-135deg); }
.rt-embed-gallery__prev { left: 10px; }
.rt-embed-gallery__prev:before { margin-right: 25%; transform: rotate(45deg); }
.rt-embed-gallery__link { line-height: 2.3em; padding: 0 1em; color: #8ec7f1 !important; border: 0 !important; }
.rt-embed-gallery__link:hover { color: #ffafaf !important; text-decoration: none; }
.rt-embed-gallery__slides { margin-top: 1em; white-space: nowrap; }
.rt-embed-gallery__container { transition: transform .4s ease; }
.rt-embed-gallery__container[data-grabbing] { transition: none; }
.rt-embed-gallery .slide { display: inline-block; cursor: pointer; background-color: #fff; }
.rt-embed-gallery .slide[data-active] { cursor: default; }
.rt-embed-gallery .slide[data-active] > * { opacity: 1; }
.rt-embed-gallery .slide__img { display: inline-block; background-size: cover; background-position: center; height: 19em; width: 19em; transition: opacity .4s ease; opacity: .3; }
@media (max-width: 684px) { .rt-embed-gallery .slide__img { width: 15em; height: 15em; } }
@media (max-width: 479px) { .rt-embed-gallery .slide__img { width: 12em; height: 12em; } }

.news-list__caption_materials-3 {
    margin: 0 0 30px;
    padding: 0;
    font-weight: normal;
}

#today-media-article .today-media__content_article { margin-left: 0; margin-right: 0; }
#today-media-article { background-color: #FFF; margin-bottom: 20px; }
#today-media-article #mediametrics ul {  display: inline-block; width: 100%; margin: 0; padding: 0; list-style: none; }
#today-media-article #mediametrics ul li a { display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-start; justify-content: flex-start; }
#today-media-article #mediametrics ul li { margin: 0; padding: 10px 5px 0 10px; box-sizing: border-box; border-right: 0px; border-top: 1px solid #e0e0e0; margin-bottom: 15px; box-shadow: none; width: 33%; min-height: 90px; }
#today-media-article .today-media__heading_article, .column__row_plista > .widget.widget_plista .plista_widget_belowArticle_3 .plistaHeadline { font-family: Segoe UI, Arial, Helvetica, Verdana, Roboto, Calibri, sans-serif; font-size: 14px; color: #bfbfbf; margin-bottom: 0 !important; padding: 10px; }
#today-media-article #mediametrics ul li a > * { display: flex; flex-direction: column; }
#today-media-article #mediametrics ul li a .cover__media_ratio { padding-bottom: 0;  height: 90px !important; width: 120px !important; position: relative; overflow: hidden; }
#today-media-article #mediametrics ul li a .cover__media_ratio img { max-width: 130px; width: auto; height: 100%; position: relative; }
#today-media-article #mediametrics ul li a .today-media__title_article { font-family: Segoe UI, Arial, Helvetica, Verdana, Roboto, Calibri, sans-serif; font-size: 12px; color: #222; text-align: left; flex: 1; word-wrap: break-word; font-weight: bold; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 5; -webkit-box-orient: vertical; display: -webkit-box; max-height: 85px; padding-right: 0; }
.listing__rows_main-opinion, .listing__rows_main-gallery, .listing__rows_main-video, .listing__rows_partners-news, .listing__rows_main-sport, .listing__rows_sections, .listing__rows_photo-section, .listing__rows_us-elections2016, .listing__rows_uselections-media, .column__content_all-news_right, .column__content_section-index_right, .column__content_article-page_right, .today-media__rows_article { -webkit-box-direction: normal; -webkit-box-orient: horizontal; -moz-box-direction: normal; -moz-box-orient: horizontal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -moz-box-pack: start; -ms-flex-pack: start; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-content: stretch; -ms-flex-line-pack: stretch; align-content: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; -webkit-align-items: stretch; -moz-align-items: stretch; align-items: stretch; }
.today-media__item_article { list-style: none; background-color: #fff; padding-bottom: 19px; margin-bottom: 30px; }
.today-media__cover_article { margin-bottom: 8px; }
.today-media__title_article { font-size: 1.6em; line-height: 1.375em; font-family: 'DIN Pro'; display: block; color: #000; padding: 0 10px; }

.listing__column_main-promobox_1, .listing__column_main-promobox_foreign-press, .listing__column_main-promobox, .button_opinion, .category-header__title_opinion, .today-media__item_article, .facebook-share, .search-serp__item {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

.news-list__item_main-news-2 .news-list__link_main-2:before {
    background: #77BC1F;
}

.news-list__item_main-2:first-child .news-list__link_main-2:after {
    top: -143px;
}

.news-list__item_main-2:first-child .news-list__link_main-2:before {
    top: -143px;
}

.social-share {
    position: relative;
    z-index: 2;
}

.fig__item_7 {
    vertical-align: middle;
    text-align: center;
}


.fig__media-img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    vertical-align: top;
}

.fig__media-in_7:after, .fig__media-in_7:before {
    background: #f2f2f2;
}



