/* yandex share buttons hack */
.b-share-icon {
    background: none !important;
    float: none !important;
    margin: 0;
}

.b-share__handle {
    float: none !important;
}

.b-share-icon, .icon {
    display: inline-block;
    font-family: 'icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.b-share-icon_facebook:before {
    content: "\e613";
}

.b-share-icon_twitter:before {
    content: "\e614";
}

.b-share-icon_vkontakte:before {
    content: "\e615";
}

.b-share-icon_moimir:before {
    content: "\e616";
}

.b-share-icon_odnoklassniki:before {
    content: "\e617";
}

.b-share-icon_facebook,
.b-share-icon_twitter,
.b-share-icon_vkontakte,
.b-share-icon_moimir,
.b-share-icon_odnoklassniki {
    margin: 0 3.5px;
    vertical-align: middle;
    font-size: 2rem;
    line-height: 1.285714285714286;
    transition: opacity 0.1s linear;
}

.b-share-icon_facebook:hover,
.b-share-icon_twitter:hover,
.b-share-icon_vkontakte:hover,
.b-share-icon_moimir:hover,
.b-share-icon_odnoklassniki:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.b-share-icon_facebook {
    color: #4a66ad;
}

.b-share-icon_twitter {
    color: #38a4dc;
}

.b-share-icon_vkontakte {
    color: #5f82ad;
}

.b-share-icon_moimir {
    color: #3866ae;
}

.b-share-icon_odnoklassniki {
    color: #ff661b;
}

.category.section .menu > .item.active {
    color: #3d5afe;
}

.category.section .menu > .item.bolder {
    font-weight: 600;
}

/* video/audio ico after article url */
.news-video-audio-url {
    margin: 0;
    text-decoration: none;
}

.news-video-audio-url img {
    float: none;
    margin: 0;
    vertical-align: middle;
}

@media only screen and (max-width: 299px) {
    .grid > .one-two-three-four-adaptive > .column {
        width: 100%;
    }
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
    .grid > .one-two-three-four-adaptive > .column {
        width: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .grid > .one-two-three-four-adaptive > .column {
        width: 33%;
    }
}

@media only screen and (min-width: 1024px) {
    .grid > .one-two-three-four-adaptive > .column {
        flex-grow: 0 !important;
        width: 25%;
    }
}

/* news subscribe form on article page */
.section.subscribe-block {
    padding-bottom: 0;
    padding-top: 1px;
}

.subscribe-result-ok {
    color: green;
}

.subscribe-result-error {
    color: red;
}

.subscribe-form .red.header {
    color: #E20613;
    font-family: "playfair_displaybold", serif;
    font-size: 1.28571rem;
    letter-spacing: 1px;
    margin-bottom: 0.5em;
}

.subscribe-form input[type="email"] {
    border: thin solid #e0e0e0;
    padding: 4px;
    height: 32px;
}

.subscribe-form .button {
    vertical-align: top;
}

.subscribe-form.subscribed label,
.subscribe-form.subscribed input,
.subscribe-form.subscribed button {
    display: none;
}

.special.block {
    background: none !important;
    width: 100%;
}

.special.block.leaderboard {
    height: auto;
}

.advertising {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    position: relative;
}

.advertising:after {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 0.857142857142857em;
    line-height: 1;
    color: #424242;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.advertising ins {
    text-align: center;
}

.full.article .advertising.adaptive {
    float: left;
    padding-right: 2.125rem;
}

.full.article .advertising {
    clear: both;
    overflow: hidden;
}

@media only screen and (min-width: 1261px) {
    .full.article .advertising.adaptive {
        margin-left: -36.3%;
        padding-left: 1rem
    }
}

.last-articles .grid[class*="vertically divided"] > .row {
    padding: 0.5rem 0;
}

.section .grid > .column.last-articles > .red.header,
.last-articles > .red.header {
    margin: 0 0 0.5em;
}

.video-section-item .bordered.comment.section {
    padding-left: 0;
}

.author.article > .title {
    height: 6.4rem;
    line-height: 1.09;
    overflow: hidden;
}

.column .author > .title > a{
    display: block;
    font-family: 'PravdaFont', sans-serif;
    font-size: 1.1875em;
    font-weight: 700;
    line-height: 2;
    color: #000;
    transition: color 0.2s ease;
}

.column .author > .title > a:hover {
    color: #3d5afe;
}

.column .author .image > img {
    margin: 0 auto;
    max-width: 100%;
    height: 150px;
}

.section .grid > .column > .header > a.go-to-rubric:hover {
    color: #e20613;
}

figure {
    margin: 1em auto;
}

.full.article .gallery figure img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.video-section-item .bordered.comment.section {
    padding-left: 0;
}

.full.article .gallery[class*="full pravda"] {
    float: none !important;
    width: 136.3%;
    margin-left: -36.3%;
    padding-left: 1rem;
}

.full.article .gallery[class*="full pravda"] > .copyright {
    position: static;
    text-align: right;
}

@media only screen and (max-width: 1260px) {
    .full.article .gallery[class*="full pravda"] {
        width: 100%;
    }

    .full.article .gallery[class*="full pravda"] > img {
        display: block;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 768px) {
    .full.article .gallery img {
        width: 100% !important;
    }
}

/* finindex */
.featured.finindex.block {
    display: block;
    margin-left: 34px;
    font-size: 1rem;
    text-decoration: none;
    color: inherit;
}

.featured.finindex.block .finindex-title {
    display: block;
    padding-top: 0.2em;
    font-family: 'playfair_displaybold', serif;
    letter-spacing: 1px;
    line-height: 1.4;
}

.featured.finindex.block table {
    font-family: 'ClearSans', sans-serif;
    font-size: 0.777777777777778em;
    font-weight: 300;
    letter-spacing: 0.4px;
    line-height: 1;
}

.finindex-row {
    font-size: 12px;
    width: 180px;
}

.finindex-row span:first-child {
    color: #AA263B;
    display: inline-block;
    width: 40px;
}

.finindex-row span:nth-child(3) {
    float: right;
    width: 45px;
}

@media only screen and (max-width: 1260px) {
    .header.section .featured.finindex.block {
        display: none;
    }
}

.rss-section ul {
    list-style: none;
    padding-left: 0;
}

.rss-section .export-files-list {
    line-height: 20px;
    padding-bottom: 10px;
}

.rss-section .export-files-list li span {
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    width: 10rem;
}

.rss-section .sections-list {
    line-height: 20px;
    padding-bottom: 10px;
}

.rss-section .sections-list li {
    padding: 10px 0;
}

.rss-section .sections-list li span:first-child {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    width: 10rem;
}

.rss-section .sections-list li span:nth-child(n+2) {
    display: inline-block;
    font-size: 12px;
    text-align: right;
    width: 10rem;
}

.rss-section a:hover,
.sitemap a:hover,
.static-page a:hover {
    color: #E20613;
}

.month-header {
    text-align: center;
}

.calendar:not(.header) .day > a {
    display: block;
}



[class*="advertising adaptive"] {
    max-width: 100%;
    overflow: hidden;
    width: inherit;
    margin: 0 auto;
    clear: both;
    text-align: center;
}

.primary.column {
    max-width: 100%;
}


.link.article.story > .left.aligned.thumb {
    margin-bottom: 1rem;
    margin-right: 0.714285714285714em;
    width: 23% !important;
}

.article.story .title > a {
    color: inherit;
    font-weight: bold;
    font-size: 14px;
}

.article.story > p {
    font-size: 14px;
}

.article.story > time {
    font-size: 12px;
}

.section.story {
    position: relative;
    margin-left: 37px;
    margin-right: 37px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e0e0e0;
}

.section.story .header {
    color: #e20613;
    font-size: 1.285714285714286rem;
    font-weight: bold;
}

.detail {
    color: #1a237e;
}

.button.round.story {
    border-radius: 0em;
    padding: 0.6em 0.5em;
}

.story.grid:not([class*="story divided"]) > .column:not(.row),
.story.grid:not([class*="story divided"]) > .row > .column {
    box-shadow: 0 0 0 0;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media only screen and (min-width: 400px) and (max-width: 767px) {
    .row.story .category {
        margin-top: 1em;
        padding-left: 15px;
        padding-right: 15px;
    }

    .link.article.story > .left.aligned.thumb {
        margin: 0 auto;
        padding-bottom: 10px;
        width: 50% !important;
    }

    .article.story .title > a {
        color: inherit;
        font-weight: bold;
        font-size: 14px;
        padding-left: 5px;
        margin-left: 10px;
    }

    .article.story > p {
        margin-left: 13px;
    }

    .article.story > time {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 400px) {
    .row.story .category {
        margin-top: 1em;
        padding-left: 15px;
        padding-right: 15px;
    }

    .link.article.story > .left.aligned.thumb {
        margin: 0 auto;
        width: 50% !important;
    }

    .article.story .title {
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .article.story .title > a {
        color: inherit;
        font-weight: bold;
        font-size: 14px;
        margin: 0 auto;
    }

    .article.story > p {
        margin-left: 13px;
        margin-right: 13px;
    }

    .article.story > time {
        margin-left: 15px;
    }

    .button.round.story {
        border-radius: 0em;
        padding: 0.6em 0.5em;
        margin-left: 1px;
        margin-right: 5px;
    }
}

.bordered.section {
    padding-bottom: 2rem;
}

.red-color {
    color: #e20613;
}

.green-color {
    color: #2e7d32;
}

@media only screen and (min-width: 1024px) {
    [class*="hide-notebook-and-up"] {
        display: none !important;
    }
}

@media only screen and (max-width: 479px) {
    .tabs.section .header > .menu .item {
        font-size: 0.7em !important;
        text-align: center;
    }
}

.sticky {
    /*background-color: aquamarine;*/
}

.calendar:not(.header) .day a {
    font-weight: bold;
}

#archive-day-section .gallery.article .cover img {
    width: 100%;
}

#archive-year-section > .grid {
    text-align: center;
}

#archive-year-section .five.wide.column {
    min-width: 300px;
}

@media only screen and (min-width: 1261px) {
    #top-row.has-sf .title {
        clear: left;
    }

    #top-row.has-sf .fifteen.wide.column {
        width: 75% !important;
    }

    #top-row.has-sf .five.wide.column {
        margin-top: -4rem;
        width: 25% !important;
    }

    #top-row.has-sf .article .left.aligned {
        width: 75% !important;
    }

    .full.article .tags.box {
        clear: left;
    }
}

@media only screen and (max-width: 1260px) {
    #top-row.has-sf .fifteen.wide.column {
        width: 66% !important;
    }

    #top-row.has-sf .five.wide.column {
        width: 33% !important;
    }

    #top-row.has-sf .article .left.aligned {
        width: 100% !important;
    }

    .full.article .tags.box {
        float: none !important;
        clear: both;
        max-width: 100%;
        width: 100%;
    }

}

@media only screen and (max-width: 940px) {
    #top-row.has-sf .fifteen.wide.column {
        width: 60% !important;
    }

    #top-row.has-sf .five.wide.column {
        width: 40% !important;
    }
}

@media only screen and (max-width: 760px) {
    #top-row.has-sf .fifteen.wide.column {
        width: 50% !important;
    }

    #top-row.has-sf .five.wide.column {
        width: 50% !important;
    }
}

@media only screen and (max-width: 500px) {
    #top-row.has-sf .fifteen.wide.column {
        width: 100% !important;
    }

    #top-row.has-sf .five.wide.column {
        width: 100% !important;
    }

    #top-row.has-sf .five.wide.column .grid {
        text-align: center !important;
    }

    .subscribe-block .grid .column {
        width: 100% !important;
    }

    .subscribe-form input[type="email"] {
        margin-left: 9px;
    }
}

.leaderboard > .staticFragment > ins {
    min-width: 728px;
    width: 100%;
}

.adverst.w240 {
    /*width: 240px;*/
    height: 400px;
    overflow: hidden;
    margin-bottom: 15px;
}

.blocked-msg {
    font-size: 1.3em;
    margin: 50px auto 100px;
    text-align: center;
    font-weight: bold;
}

.center-msg {
    font-size: 1.35em;
    text-align: center;
}

.article .social.links .button.text {
    margin-top: 0;
    margin-bottom: 11px;
}

.fark-message .thumb {
    max-height: 150px;
}

.center.aligned.gallery {
    text-align: center;
}

.pager.menu .item a {
    color: inherit;
}

.comments-section {
    display: none;
}

.ya-site-form__input input {
    display: block;
    width: 100%;
    padding: 12px 16px;
    border: none;
    background: #f9f9f9;
    color: #000;
    font-size: 1.285714285714286rem;
    outline: none;
    resize: none;
    position: relative;
    border: 1px solid #999;
}

.ya-site-form__search-input-layout-r input {
    height: 45px;
}


@media only screen and (min-width: 585px) {
    .article .section.inline .social.links {
        display: inline-block;
    }
}

@media only screen and (min-width: 415px) {
    .article .section a.return {
        float: right;
    }
}

.button.comment {
    width: 100%;
}

.fotorama__arr {
    top: 400px;
}

.social.menu {
    padding-right: 0.5rem;
}

.activity.block {
    min-height: 450px;
}

.breaking.news.section .header {
    font-size: 250%;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .breaking.news.section .header {
        font-size: 150%;
    }
}

@media only screen and (max-width: 560px) {
    .breaking.news.section .header {
        font-size: 110%;
    }
}

.subscribe-us-modal > #pravda-subscribe-content {
    background: url('../pix/subscribe-modal.png') no-repeat center center fixed;
    background-size: cover;
    text-align: center;
}

.subscribe-us-modal input {
    margin: 1rem 0;
}

.subscribe-us-modal a {
    color: black;
    text-decoration: underline;
}

.subscribe-text {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.14;
    margin: 1rem 0;
}

#already-subscribed {
    display: block;
    margin: 1rem 0;
}

#subscribe-us-modal form {
    margin-bottom: 1rem;
}

#pravda-subscribe-content button {
    margin: 1rem 0;
}

.close-subscribe {
    float: right;
    padding: 5px;
}

.ui.modal.subscribe-yandex-modal > .content {
    background-image: url('../pix/subscribe-yandex-modal.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    min-height: 300px;
    text-align: center;
    padding: 4rem;
}

.ui.modal.subscribe-yandex-modal .subscribe-text {
    margin: 5rem 0;
}

.ui.modal.subscribe-yandex-modal .subscribe-buttons {
    margin: 5rem 0;
}

.ui.modal.subscribe-yandex-modal a {
    color: white;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 2rem;
    padding: 1rem 2rem;
    white-space: nowrap;
}

@media only screen and (max-width: 400px) {
    .ui.modal.subscribe-yandex-modal a {
        margin: 2rem auto;
    }
}

@media only screen and (max-width: 425px) {
    .link.article > .left.aligned.thumb {
        width: inherit !important;
        margin-bottom: inherit;
        margin-right: inherit;
    }
}

.ui.modal.subscribe-yandex-modal a:hover {
    opacity: 0.8;
    transition: opacity 1s;
}

#subscribe-yandex {
    background-color: #A8CE50;
}

#close-subscribe-yandex {
    background-color: gray;
}

@media only screen and (max-width: 767px) {
    .grid > .column.max-width-small-screen {
        width: 100% !important;
    }
}

.last-news-block > .column {
    width: 100%;
}

.last-news-left-block {
    margin-top: 7rem;
}

.last-news-left-block > .column {
    width: 100%;
}

.last-news-block .google-auto-placed, .copyright .google-auto-placed, .last-news-left-block .google-auto-placed {
    display: none;
}


/* плавная загрузка lazy images */
img {
    transition: opacity 0.3s;
}

img[data-src] {
    opacity: 0;
}

img[src] {
    opacity: 1;
}

.full-article blockquote:not(.instagram-media) {
    position: relative;
    padding: 0px 24px;
    margin: 16px 46px;
    font-size: 110%;
    text-align: center;
}

@media only screen and (max-width: 500px) {
    .full-article blockquote:not(.instagram-media) {
        padding: 10px 0;
        margin: 0px 25px;
        font-size: 100%;
    }
}

.full-article div.fb-post {
    text-align: center;
}

.full-article ul, .full-article ol {
    font-size: 1.125em;
    line-height: 1.4;
}

.full-article table .staticFragment {
    display: none;
}

.content.news_list:before {
    bottom: -20px;
    height: 100px;
    width:100%;
    background: url(https://pravda.ru/pix/shadow-after.png);
}

.content.news_list:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index:5;
}

.author .column .inserted-image img {
    margin: 0 10px 10px 0;
}
.ya-share2__list {
    transform: translate(25%, 25%) scale(1.5);
    margin-bottom: 10px;
}
.container{position:relative;margin:0 auto}
@media only screen and (max-width:1207px){.container{width:calc(100% - 32px);max-width:1175px}}
@media only screen and (max-width:480px){.container{width:calc(100% - 16px);max-width:calc(100% - 16px)}}
@media only screen and (min-width:481px) and (max-width:990px){.container{width:calc(100% - 32px);max-width:calc(100% - 32px)}}
@media only screen and (min-width:1208px){.container{width:calc(100% - 32px);max-width:1176px}}
.author.link {
    position: relative;
    bottom: 2.5em;
    font-family: 'Georgia', serif;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color:#fff;
    padding-right: 20px;
    display: block;
    text-align: right;
}

.preview-red-color {
    color: red;
    text-align: center;
}

.iframe-embed {
    padding-bottom: inherit;
    height: auto;
}

