.article-content {
    font-size: 18px;
    line-height: 1.4;
    /**
      span.tooltip-info
      РѕР±РѕСЂР°С‡РёРІР°РµС‚СЃСЏ РѕРґРЅРѕ РёР»Рё РЅРµСЃРєРѕР»СЊРєРѕ СЃР»РѕРІ
      РїСЂРё РЅР°РІРµРґРµРЅРёРё РјС‹С€Рё РїРѕРєР°Р·С‹РІР°РµС‚СЃСЏ С‚РµРєСЃС‚
     */
}
@media all and (min-width: 1200px) {
    .article-content {
        font-size: 20px;
    }
}
.article-content > *:first-child {
    margin-top: 0 !important;
}
.article-content hr {
    border: 1px solid #ededed;
}
.article-content hr.small,
.article-content hr.default {
    margin: 30px 0;
}
.article-content hr.medium {
    margin: 60px 0;
}
.article-content hr.large {
    margin: 90px 0;
}
.article-content > .f-slider {
    position: relative;
    height: 0;
    padding-top: 68%;
    padding-bottom: 68px;
    background: #ededed;
    overflow: hidden;
    margin-left: -24px;
    margin-right: -24px;
}
@media all and (min-width: 540px) {
    .article-content > .f-slider {
        margin-left: -32px;
        margin-right: -32px;
    }
}
@media all and (min-width: 768px) {
    .article-content > .f-slider {
        margin-left: auto;
        margin-right: auto;
    }
}
@media all and (min-width: 768px) {
    .article-content > .f-slider {
        padding-top: 57%;
    }
}
.article-content > .f-slider .f-slider-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}
.article-content > .f-slider .fotorama__arr {
    position: absolute;
    top: 50%;
    width: 80px;
    height: 80px;
    padding: 0;
    opacity: 0.5;
    border: 1px solid #999;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    transition: opacity ease 0.3s;
}
.article-content > .f-slider .fotorama__arr--disabled {
    opacity: 0 !important;
    pointer-events: none !important;
}
.article-content > .f-slider .fotorama__arr:hover {
    opacity: 1;
}
.article-content > .f-slider .fotorama__arr:before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: url(/app/public/design/arrow_red.svg) center center no-repeat transparent;
}
.article-content > .f-slider .fotorama__arr--prev {
    left: -40px;
    transform: translate(0, -50%) rotate(180deg);
}
.article-content > .f-slider .fotorama__arr--prev:before {
    left: -10px;
}
.article-content > .f-slider .fotorama__arr--next {
    right: -40px;
    transform: translate(0, -50%);
}
.article-content > .f-slider .fotorama__arr--next:before {
    left: -10px;
}
.article-content > .image,
.article-content .html .image {
    position: relative;
    overflow: hidden;
}
.article-content > .image.vrezka,
.article-content .html .image.vrezka {
    margin-top: -30px;
    padding-top: 0 !important;
}
.article-content > .image.vrezka:before,
.article-content .html .image.vrezka:before {
    display: none;
}
.article-content > .image.vrezka .image--inner.ratio-wrap:after,
.article-content .html .image.vrezka .image--inner.ratio-wrap:after {
    display: none;
}
.article-content > .image.noborder .image--inner.ratio-wrap:after,
.article-content .html .image.noborder .image--inner.ratio-wrap:after {
    border: 0 !important;
}
.article-content > .image.fw,
.article-content .html .image.fw {
    width: auto !important;
}
.article-content > .image .image--inner,
.article-content .html .image .image--inner {
    display: block;
    width: 100%;
    height: 100%;
}
.article-content > .image .image--inner.ratio-wrap,
.article-content .html .image .image--inner.ratio-wrap {
    position: relative;
    height: 0;
}
.article-content > .image .image--inner.ratio-wrap:after,
.article-content .html .image .image--inner.ratio-wrap:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #000;
    background: transparent;
    pointer-events: none;
    opacity: 0.1;
}
.article-content > .image .image--inner.ratio-wrap img,
.article-content .html .image .image--inner.ratio-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.article-content > .image a,
.article-content .html .image a {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}
.article-content > .image a:hover,
.article-content .html .image a:hover {
    color: #fe0002;
}
.article-content > .image img,
.article-content .html .image img {
    max-width: 100%;
    vertical-align: bottom;
}
.article-content > .image .view-image,
.article-content .html .image .view-image {
    cursor: zoom-in;
}
.article-content > .image .caption,
.article-content .html .image .caption {
    text-align: right;
    font-size: 80%;
    color: #9b9b9b;
    padding-left: 24px;
    padding-right: 24px;
}
@media all and (min-width: 540px) {
    .article-content > .image .caption,
    .article-content .html .image .caption {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media all and (min-width: 768px) {
    .article-content > .image .caption,
    .article-content .html .image .caption {
        padding-left: 0;
        padding-right: 0;
    }
}
.article-content > .image .caption a,
.article-content .html .image .caption a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
}
.article-content > .special {
    background: #ededed;
    padding: 15px;
    margin: 30px 0;
    border: 4px solid #dadada;
    box-sizing: border-box;
}
.article-content > .special .avatar {
    display: block;
    margin: 0 auto 30px;
    max-width: 200px;
}
.article-content > .special .iframe-ratio {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 58%;
}
.article-content > .special .iframe-ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.article-content > .special iframe {
    max-width: 100% !important;
    width: 100% !important;
}
.article-content > .lead {
    width: auto;
    color: #dc0000;
}
.article-content .embed {
    margin: 30px auto;
}
.article-content .embed iframe,
.article-content .embed video {
    border: none;
    width: 100% !important;
    height: 100% !important;
}
.article-content .embed .video-preview {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}
.article-content .embed .video-preview:before,
.article-content .embed .video-preview:after {
    content: "";
    position: absolute;
    transition: opacity ease 0.3s;
}
.article-content .embed .video-preview:before {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.4;
}
.article-content .embed .video-preview:after {
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    transform: translate(-50%, -50%);
    background: url(/app/public/design/icon-play.svg) 60% center no-repeat;
    background-size: contain;
    opacity: 0.6;
}
.article-content .embed .video-preview:hover:before {
    opacity: 0.6;
}
.article-content .embed .video-preview:hover:after {
    opacity: 1;
}
.article-content .embed-message {
    max-width: 500px;
    margin: 30px auto;
}
.article-content .embed-clip {
    max-width: 370px;
    margin: 30px auto !important;
}
.article-content > .html {
    position: relative;
    margin: 30px 0;
}
.article-content > .html iframe {
    width: 100% !important;
    height: auto !important;
}
.article-content > .html img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.article-content > h3,
.article-content > h4 {
    margin-top: 1.8em;
    margin-bottom: 0.8em;
    font-size: 1.35em;
}
.article-content > h4 {
    font-weight: normal;
}
.article-content > h3 a,
.article-content > h4 a,
.article-content > p a,
.article-content > ol a,
.article-content > ul a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #fe0002;
}
.article-content > .list ul {
    padding: 0;
    list-style: square inside;
}
.article-content .twisted-text {
    margin-top: 2em;
    margin-bottom: 2em;
}
.article-content .twisted-text__checkbox {
    display: none;
}
.article-content .twisted-text__label {
    display: block;
    position: relative;
    padding-left: 35px;
    font-weight: 600;
    cursor: pointer;
}
.article-content .twisted-text__label:hover {
    color: #008bc5;
}
@media all and (min-width: 1200px) {
    .article-content .twisted-text__label {
        padding-left: 45px;
    }
}
.article-content .twisted-text__label:before {
    content: "i";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #008bc5;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    opacity: 1;
}
@media all and (min-width: 1084px) {
    .article-content .twisted-text__label:before {
        top: 2px;
    }
}
@media all and (min-width: 1200px) {
    .article-content .twisted-text__label:before {
        top: 0;
        width: 30px;
        height: 30px;
        line-height: 28px;
        font-size: 20px;
    }
}
.article-content .twisted-text__label span {
    border-bottom: 1px solid #008bc5;
}
.article-content .twisted-text .twisted-text__checkbox:checked ~ .twisted-text__content {
    height: auto;
    opacity: 1;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 2px solid #008bc5;
}
.article-content .twisted-text .twisted-text__checkbox:checked ~ .twisted-text__label {
    color: #008bc5;
}
.article-content .twisted-text__content {
    overflow: hidden;
    height: 0;
    opacity: 0;
    color: #444;
    font-size: 14px;
    transition: opacity ease 0.3s;
    transition-delay: 0.1s;
}
@media all and (min-width: 768px) {
    .article-content .twisted-text__content {
        padding-left: 35px;
    }
}
@media all and (min-width: 1200px) {
    .article-content .twisted-text__content {
        padding-left: 45px;
    }
}
.article-content .photorep {
    display: block;
}
.article-content .photorep .r {
    display: block;
}
@media all and (min-width: 768px) {
    .article-content .photorep .r {
        display: flex;
    }
}
.article-content .photorep .caption {
    display: block;
    transition: transform ease 0.3s;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 0.8em;
    padding: 4px 8px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}
@media all and (min-width: 768px) {
    .article-content .photorep .caption {
        font-size: 0.6em;
    }
}
.article-content .photorep .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.article-content .photorep .item:hover .caption {
    transform: translate(0, 100%);
}
@media all and (min-width: 768px) {
    .article-content .photorep .item {
        margin-bottom: 0;
        border: solid #fff;
        border-width: 0 1px 1px 0;
    }
}
@media all and (min-width: 768px) {
    .article-content .photorep .c {
        flex-grow: 0;
        flex-shrink: 0;
    }
}
@media all and (min-width: 768px) {
    .article-content .photorep .c-50 {
        width: 50%;
    }
}
@media all and (min-width: 768px) {
    .article-content .photorep .c-25 {
        width: 25%;
    }
}
.article-content .photorep .pic {
    display: block;
    margin: 0;
}
.article-content .highlight {
    background: rgba(255, 102, 102, 0.3);
}
.article-content > .nums {
    margin: 30px 0;
    width: 100%;
    overflow: hidden;
    background: #f2f2f2;
}
.article-content > .nums .num-item {
    box-sizing: border-box;
    padding: 15px;
    border-bottom: 2px solid #dadada;
}
.article-content > .nums .num-item:last-child {
    border-bottom: 0;
}
.article-content > .nums .num {
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    color: #8e8e8e;
    font-family: EuclidFlex, sans-serif;
}
.article-content > .nums .text {
    color: #333;
}
.article-content > .nums .text p {
    margin: 0;
}
.article-content blockquote p {
    text-align: justify;
}
.article-content .vrezka,
.article-content blockquote:not(.tiktok-embed) {
    position: relative;
    margin-top: 1.4em;
    margin-bottom: 1em;
    padding-top: 24px;
    padding-bottom: 24px;
    background: #f7f3f2;
    border-left: 4px solid #f9adac;
    box-shadow: inset 0 0 5px rgba(154, 147, 140, 0.15);
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
}
@media all and (min-width: 540px) {
    .article-content .vrezka,
    .article-content blockquote:not(.tiktok-embed) {
        margin-left: -32px;
        margin-right: -32px;
    }
}
@media all and (min-width: 768px) {
    .article-content .vrezka,
    .article-content blockquote:not(.tiktok-embed) {
        margin-left: auto;
        margin-right: auto;
    }
}
@media all and (min-width: 540px) {
    .article-content .vrezka,
    .article-content blockquote:not(.tiktok-embed) {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media all and (min-width: 768px) {
    .article-content .vrezka,
    .article-content blockquote:not(.tiktok-embed) {
        padding-left: 0;
        padding-right: 0;
    }
}
.article-content .vrezka:before,
.article-content blockquote:not(.tiktok-embed):before {
    content: "";
    position: absolute;
    top: -18px;
    left: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, 0);
    background: url("https://sostav.ru/app/public/images/socials/social.svg#quote") no-repeat center center;
    background-color: white;
    border-radius: 50%;
}
.article-content .vrezka.no-quote:before,
.article-content blockquote:not(.tiktok-embed).no-quote:before {
    display: none ! important;
}
.article-content .vrezka.with-image:after,
.article-content blockquote:not(.tiktok-embed).with-image:after {
    content: "";
    display: table;
    clear: both;
}
.article-content .vrezka.with-image .v-text h3,
.article-content blockquote:not(.tiktok-embed).with-image .v-text h3 {
    margin-top: 0;
}
.article-content .vrezka.with-image .v-text p,
.article-content blockquote:not(.tiktok-embed).with-image .v-text p {
    margin: 15px 0;
}
.article-content .vrezka.with-image .v-text p:first-child,
.article-content blockquote:not(.tiktok-embed).with-image .v-text p:first-child {
    margin: 0 0 0 75px;
    line-height: 1.2;
    margin-bottom: 12px;
}
.article-content .vrezka.with-image .v-text p:last-child,
.article-content blockquote:not(.tiktok-embed).with-image .v-text p:last-child {
    margin-bottom: 0;
}
.article-content .vrezka.with-image .v-text p:nth-child(2),
.article-content blockquote:not(.tiktok-embed).with-image .v-text p:nth-child(2) {
    clear: both;
}
.article-content .vrezka.with-image .v-text a,
.article-content blockquote:not(.tiktok-embed).with-image .v-text a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #fe0002;
}
.article-content .vrezka .v-image,
.article-content blockquote:not(.tiktok-embed) .v-image {
    width: 60px;
    float: left;
    margin-right: 15px;
    margin-bottom: 6px;
}
.article-content .vrezka .v-image img,
.article-content blockquote:not(.tiktok-embed) .v-image img {
    max-width: 100%;
}
.article-content .vrezka .v-text a,
.article-content blockquote:not(.tiktok-embed) .v-text a {
    color: inherit;
    border-bottom: 1px solid #ffaeae;
    text-decoration: none;
}
.article-content .vrezka .v-text a:hover,
.article-content blockquote:not(.tiktok-embed) .v-text a:hover {
    border-color: #fe0002;
}
.article-content .agencyLink,
.article-content .link-to-card {
    font-weight: 600;
    text-decoration: none;
    border: none !important;
    white-space: nowrap;
}
.article-content .agencyLink span,
.article-content .link-to-card span {
    border-bottom: 1px solid #fe0002 !important;
}
.article-content .agencyLink img,
.article-content .link-to-card img {
    max-height: 18px;
    max-width: 80px;
    vertical-align: middle;
}
.article-content .text-big {
    font-size: 115%;
}
.article-content .text-bold {
    font-weight: bold;
}
.article-content .vacancy {
    position: relative;
    box-sizing: border-box;
    border: 1px solid #fddee2;
    border-radius: 0 25px 0 0;
    padding: 10px;
    margin: 15px auto;
    background-color: #f7f3f2;
}
.article-content .vacancy a {
    color: inherit;
    text-decoration: none;
}
.article-content .vacancy .vacancy-name {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: EuclidFlex, sans-serif;
    font-size: 1.3em;
    font-weight: 500;
}
.article-content .vacancy .agency-name {
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 20px;
}
.article-content .vacancy .agency-logo {
    float: right;
    margin-left: 5px;
    display: flex;
    justify-content: center;
    height: 30px;
    padding: 0 8px;
    border: 1px solid #fddee2;
    border-radius: 50px 50px 50px 0;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
}
.article-content .vacancy .agency-logo > img {
    display: block;
    align-self: center;
    max-height: 25px;
    max-width: 40px;
    width: auto;
    height: auto;
    flex-shrink: 0;
    flex-grow: 0;
}
.article-content .vacancy .salary-wrap {
    margin-bottom: 20px;
}
.article-content .vacancy .money-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("/app/public/design/ruble_icon.svg") no-repeat center center;
    background-size: cover;
    vertical-align: middle;
    opacity: 0.4;
}
.article-content .vacancy .zp {
    vertical-align: middle;
}
.article-content .vacancy [type="checkbox"] {
    display: none;
}
.article-content .vacancy [type="checkbox"] ~ label {
    text-transform: lowercase;
    position: relative;
    cursor: pointer;
    transition: all ease 0.3s;
}
.article-content .vacancy [type="checkbox"] ~ label:before {
    display: inline-block;
    content: "РџРѕРґСЂРѕР±РЅРµРµ";
}
.article-content .vacancy [type="checkbox"] ~ label:after {
    content: "В»";
    position: absolute;
    right: -40px;
    padding: 5px;
    line-height: 15px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    font-family: EuclidFlex, sans-serif;
    color: #fe0002;
    font-size: 30px;
    transition: transform ease 0.3s;
}
.article-content .vacancy [type="checkbox"]:checked ~ label:before {
    content: "РЎРІРµСЂРЅСѓС‚СЊ";
    color: #fe0002;
}
.article-content .vacancy [type="checkbox"]:checked ~ label:after {
    transform: rotate(90deg);
}
.article-content .vacancy [type="checkbox"]:checked ~ .description {
    height: auto;
}
.article-content .vacancy .description {
    font-size: 80%;
    transition: all ease 1s;
    height: 0;
    overflow: hidden;
}
.article-content .vacancy .description a {
    color: #fe0002;
}
.article-content > table {
    max-width: 100%;
    border-collapse: collapse;
    background: #fff;
    overflow: hidden;
    font-size: 12px;
}
.article-content > table p {
    margin: 0;
}
.article-content > .image,
.article-content > .vrezka,
.article-content .embed {
    margin-left: -24px;
    margin-right: -24px;
}
@media all and (min-width: 540px) {
    .article-content > .image,
    .article-content > .vrezka,
    .article-content .embed {
        margin-left: -32px;
        margin-right: -32px;
    }
}
@media all and (min-width: 768px) {
    .article-content > .image,
    .article-content > .vrezka,
    .article-content .embed {
        margin-left: auto;
        margin-right: auto;
    }
}
.article-content .overflow-x {
    overflow-x: scroll;
}
.article-content .s-table {
    min-width: 100%;
    font-size: 14px;
}
.article-content .s-table th,
.article-content .s-table td {
    padding: 4px;
}
.article-content .s-table thead,
.article-content .s-table th {
    font-weight: 600;
    background: #f2f2f2;
}
.article-content .s-table tr:nth-child(even) {
    background: #f2f2f2;
}
.article-content .s-table a {
    color: #ff0000;
}
.article-content .credits {
    margin: 1em 0;
}
.article-content .credits__company {
    font-weight: 600;
}
@media all and (min-width: 768px) {
    .article-content .credits__persons {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
@media all and (min-width: 768px) {
    .article-content .credits__persons__item {
        width: calc(50% - 12px);
    }
}
.article-content .credits-person {
    display: flex;
    align-items: flex-start;
    margin: 12px 0;
}
@media all and (min-width: 1600px) {
    .article-content .credits-person {
        margin: 12px 0;
        align-items: center;
    }
}
.article-content .credits-person__avatar {
    display: block;
    width: 40px;
    flex-shrink: 0;
    margin-right: 24px;
    background: #f7f3f2;
    border-radius: 50%;
    overflow: hidden;
}
@media all and (min-width: 1600px) {
    .article-content .credits-person__avatar {
        width: 80px;
    }
}
.article-content .credits-person__avatar-image {
    max-width: 100%;
}
.article-content .credits-person__avatar-letter {
    position: relative;
    height: 0;
    padding-top: 100%;
    color: #bfbbba;
    font-weight: 600;
    font-size: 1.4em;
}
.article-content .credits-person__avatar-letter:before {
    content: attr(data-letter);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.article-content .credits-person__desc {
    font-size: 0.9em;
}
.article-content .credits-person__username {
    display: inline-block;
    line-height: 1.2;
}
.article-content .credits-person__username--link {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid red;
}
.article-content .credits-person__position,
.article-content .credits-person__company {
    font-size: 0.7em;
    color: #5e5e5e;
}
.article-content .tooltip-info {
    border-bottom: 1px dashed #ff0000;
    background: rgba(255, 0, 0, 0.1);
    cursor: help;
    padding-left: 2px;
    padding-right: 2px;
}
.vex.image-preview {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.vex.image-preview .vex-content {
    position: relative;
    display: inline-block;
    max-width: 95%;
    margin: 0 auto;
    padding: 0 !important;
    box-shadow: 0 0 100px #000;
    border-radius: 2px;
}
.vex.image-preview .vex-content img {
    max-width: 100%;
}
.vex.image-preview .vex-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    background: #000;
    color: #fff;
    opacity: 0.5;
    cursor: pointer;
}
.vex.image-preview .vex-close:hover {
    opacity: 1;
}
@media all and (min-width: 540px) {
    .article-content .vacancy {
        padding: 20px;
        border-radius: 0 50px 0 0;
    }
    .article-content .vacancy .agency-logo {
        float: none;
        position: absolute;
        width: auto;
        height: 90px;
        top: 20px;
        right: 20px;
        padding: 0 20px;
    }
    .article-content .vacancy .agency-logo > img {
        max-width: 120px;
        max-height: 55px;
    }
    .article-content .vacancy .vacancy-name {
        max-width: 65%;
        margin-top: 0;
        font-size: 1.5em;
    }
}
@media all and (min-width: 768px) {
    .article-content > .special {
        padding: 30px;
        margin: 30px 0;
        border: 4px solid #dadada;
        box-sizing: border-box;
    }
    .article-content > .special .avatar {
        display: block;
        float: left;
        margin: 0 15px 0 0;
    }
    .article-content .vrezka,
    .article-content blockquote,
    .article-content > .image.vrezka {
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        padding: 50px 80px;
    }
    .article-content .vrezka:before,
    .article-content blockquote:before,
    .article-content > .image.vrezka:before {
        width: 90px;
        height: 90px;
        top: -30px;
        right: -30px;
        left: auto;
        transform: translate(0, 0);
        background-size: 60% 60%;
    }
    .article-content .vrezka.with-image .v-text p:first-child,
    .article-content blockquote.with-image .v-text p:first-child,
    .article-content > .image.vrezka.with-image .v-text p:first-child {
        font-size: 120%;
        margin-bottom: 25px;
    }
    .article-content .vrezka.with-image .v-text p:nth-child(2),
    .article-content blockquote.with-image .v-text p:nth-child(2),
    .article-content > .image.vrezka.with-image .v-text p:nth-child(2) {
        clear: none;
    }
    .article-content .vrezka .v-image,
    .article-content blockquote .v-image,
    .article-content > .image.vrezka .v-image {
        width: 120px;
    }
}
.ws-new-comment-btn {
    position: sticky;
    z-index: 2;
    top: 100px;
    padding: 2px;
    background: red;
    color: #fff;
    text-align: center;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
    margin-left: auto;
    max-width: 40px;
    cursor: pointer;
    outline: none;
}
.st-comments,
.st-comments .tree {
    position: relative;
}
.st-comments.someone-typing:after,
.st-comments .tree.someone-typing:after {
    content: "вЂў вЂў вЂў";
    position: absolute;
    width: 19px;
    height: 14px;
    bottom: 0;
    right: 7px;
    z-index: 2;
    white-space: nowrap;
    font-size: 10px;
    animation: typing infinite linear 0.6s;
    clip: rect(0px 7px 14px 0px);
}
.st-comments .loader {
    display: none;
}
.st-comments .no-comments {
    text-align: center;
    color: #555;
}
.st-comments:before {
    opacity: 0;
    transition: all linear 0.2s;
}
.st-comments.blocked {
    position: relative;
}
.st-comments.blocked:before {
    content: "";
    position: absolute;
    z-index: 555;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.6;
}
.st-comments.blocked .loader {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    z-index: 999;
}
.st-comments .form-bar {
    margin: 15px 0;
}
.st-comments .bar,
.st-comments .finished {
    text-align: center;
    font-family: EuclidFlex, sans-serif;
    margin: 15px 0;
}
.st-comments .form-bar {
    color: #939393;
}
.st-comments .form-bar a {
    color: inherit;
}
.st-comments .bar {
    display: flex;
    width: 100%;
    margin: 0 auto 32px;
}
.st-comments .bar .comment-set {
    display: none;
}
.st-comments .bar .comment-set + label {
    width: 50%;
    padding: 8px 30px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.st-comments .bar .comment-set + label:before {
    content: '';
    position: absolute;
    left: 9px;
    display: block;
    border: 1px solid #dedede;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.st-comments .bar .comment-set + label:after {
    content: '';
    display: block;
    opacity: 0;
    transition: opacity ease 0.1s;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -70%) rotate(-45deg);
    border-left: 1px solid #fe0002;
    border-bottom: 1px solid #fe0002;
    width: 14px;
    height: 7px;
}
.st-comments .bar .comment-set:checked + label {
    background-color: #dedede;
}
.st-comments .bar .comment-set:checked + label:before {
    border-color: #555;
}
.st-comments .bar .comment-set:checked + label:after {
    opacity: 1;
}
.st-comments .finished {
    text-transform: uppercase;
}
.st-comments .form {
    margin: 15px auto;
}
.st-comments .form form {
    position: relative;
    overflow: hidden;
    padding: 15px;
    background-color: #f1f1f1;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
}
.st-comments .form form.active .act {
    display: none;
    visibility: hidden;
}
.st-comments .form form.active .places,
.st-comments .form form.active .actions,
.st-comments .form form.active .author {
    visibility: visible;
}
.st-comments .form form.active .places,
.st-comments .form form.active .author {
    display: block;
}
.st-comments .form form.active .actions {
    display: flex;
    font-size: 14px;
}
.st-comments .form form.active .user {
    margin-bottom: 15px;
}
.st-comments .form form.with-errors {
    border-color: #fb9b9b;
    background-color: #ffeded;
}
.st-comments .form form.with-errors .form-error {
    margin: 10px 0;
    border-top: 1px solid #fb9b9b;
    font-size: 14px;
    color: #ff4242;
}
.st-comments .form form .act {
    position: absolute;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 18px;
    color: #555;
    padding-left: 55px;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    cursor: pointer;
}
.st-comments .form form .act > span {
    display: inline-block;
    padding-top: 18px;
    width: 100%;
    padding-left: 15px;
    pointer-events: none;
}
.st-comments .form form .attached-filename {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 600;
}
.st-comments .form form .attached-filename:before {
    content: 'РџСЂРёРєСЂРµРїР»РµРЅРЅРѕРµ РёР·РѕР±СЂР°Р¶РµРЅРёРµ: ';
    display: inline;
    font-weight: 400;
}
.st-comments .form form .attached-filename__image {
    position: relative;
    display: block;
    width: 240px;
    border: 1px solid #dadada;
    border-radius: 4px;
    background: #fff;
}
.st-comments .form form .attached-filename__image img {
    max-width: 100%;
    max-height: 240px;
    text-align: center;
    vertical-align: bottom;
}
.st-comments .form form .attached-filename__image button {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    display: block;
    width: 35px;
    height: 35px;
    padding: 0 !important;
    margin: 0;
    background: #dadada !important;
    border-radius: 0 0 0 4px;
    line-height: 20px;
    font-size: 30px;
    text-align: center;
}
.st-comments .form form .places,
.st-comments .form form .actions,
.st-comments .form form .attached-filename:empty,
.st-comments .form form .author {
    display: none;
    visibility: hidden;
}
.st-comments .form form .user > span,
.st-comments .form form .user > a {
    display: flex;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
.st-comments .form form .user > span span,
.st-comments .form form .user > a span {
    align-self: center;
}
.st-comments .form form .user .avatar {
    background-size: contain;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.st-comments .form form .user .author {
    border: 0;
    background: transparent;
    padding-left: 0;
    padding-right: 0;
    color: #000;
    outline: none;
    font-weight: 600;
    /* Firefox 19+ */
    /* Firefox 18- */
}
.st-comments .form form .user .author::-webkit-input-placeholder {
    color: #666;
}
.st-comments .form form .user .author::-moz-placeholder {
    color: #666;
}
.st-comments .form form .user .author:-moz-placeholder {
    color: #666;
}
.st-comments .form form .user .author:-ms-input-placeholder {
    color: #666;
}
.st-comments .form form .places textarea,
.st-comments .form form .actions textarea {
    display: inline-block;
    padding: 0;
    border: 1px solid #dadada;
    background: transparent;
    max-height: 250px;
    font-size: 14px;
    box-sizing: border-box;
    outline: none;
    resize: none;
}
.st-comments .form form .places button,
.st-comments .form form .actions button,
.st-comments .form form .places input[type=submit],
.st-comments .form form .actions input[type=submit] {
    color: #939393;
    cursor: pointer;
    border: none;
    background: none;
    outline: none;
    text-decoration: none;
    padding: 8px 12px;
    padding-right: 0;
    margin: 0 !important;
}
.st-comments .form form .places button.send,
.st-comments .form form .actions button.send,
.st-comments .form form .places input[type=submit].send,
.st-comments .form form .actions input[type=submit].send {
    padding-right: 12px;
    border: 1px solid #939393;
    border-radius: 5px;
}
.st-comments .form form .places button:disabled,
.st-comments .form form .actions button:disabled,
.st-comments .form form .places input[type=submit]:disabled,
.st-comments .form form .actions input[type=submit]:disabled {
    color: #999;
}
.st-comments .form form .places button:hover,
.st-comments .form form .actions button:hover,
.st-comments .form form .places input[type=submit]:hover,
.st-comments .form form .actions input[type=submit]:hover {
    color: #000;
    border-color: #000;
}
.st-comments .form form .places textarea {
    width: 100%;
    height: 34px;
    border: none;
    min-height: 100px;
}
.st-comments .form form .places input[type=file] {
    display: none;
}
.st-comments .form form .places .video-place {
    display: none;
}
.st-comments .form form .places .video-place.active {
    display: block;
}
.st-comments .form form .places .video-place .input-video {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 4px;
    background: #f7f7f7;
    border: 1px solid #dadada;
    outline: none;
}
.st-comments .form form .actions {
    font-size: 0;
    justify-content: space-between;
}
.st-comments .form-sub-header {
    position: relative;
    margin: -15px -15px 15px -15px;
    padding: 7px 15px;
    font-size: 14px;
    border-bottom: 1px solid #dedede;
}
.st-comments .form-sub-header button {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    text-align: center;
    border: 0;
    background: transparent;
    line-height: 1;
    font-size: 32px;
    font-weight: bold;
    color: #ababab;
    cursor: pointer;
    outline: none;
}
.st-comments .comment {
    display: flex;
    margin: 16px 0;
    width: 100%;
    position: relative;
    /*&:before {
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        position: absolute;
        top: 8px;
        left: 31px;
        box-sizing: border-box;
        border-right: 1px solid #e2e2e2;
        background: linear-gradient(to right bottom, transparent 48%, #f1f1f1 50%);
      }*/
}
.st-comments .comment.killed:before {
    background: linear-gradient(to right bottom, transparent 48%, #ffe6e6 50%);
}
.st-comments .comment.killed .content {
    background-color: #ffe6e6;
}
.st-comments .comment.highlight .content {
    box-shadow: 0 0 15px #dcb700;
}
.st-comments .comment span.avatar {
    opacity: 0.5;
}
.st-comments .comment .avatar {
    flex-shrink: 0;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    border: 1px solid #bbbbbb;
    border-radius: 50%;
    overflow: hidden;
}
.st-comments .comment .avatar img {
    max-width: 100%;
}
.st-comments .comment .content {
    width: 100%;
    padding: 10px;
    display: flex;
    position: relative;
    flex-direction: column;
    flex-grow: 1;
    background-color: #f7f7f7;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    overflow: hidden;
}
.st-comments .comment .content > div {
    order: 5;
}
.st-comments .comment .content .embed {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    padding-top: 58%;
}
.st-comments .comment .content .embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.st-comments .comment .content .image {
    margin: 0 auto 15px;
}
.st-comments .comment .content .image a img {
    max-width: 100% !important;
}
.st-comments .comment .content .credits {
    order: 0;
    display: flex;
    justify-content: space-between;
    line-height: 0.9;
}
.st-comments .comment .content .credits .author {
    font-family: EuclidFlex, sans-serif;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}
.st-comments .comment .content .credits .unknown {
    color: #939393;
}
.st-comments .comment .content .credits a.author {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: #bababa;
}
.st-comments .comment .content .credits .date {
    font-size: 13px;
    color: #939393;
    text-align: right;
}
.st-comments .comment .content .ip-info {
    order: 1;
    margin-top: 15px;
    padding: 4px 6px;
    background: #fff;
    font-size: 11px;
}
.st-comments .comment .content .ip-info button {
    background: none;
    border: none;
    outline: none;
    text-decoration: underline;
    color: #fe0002;
    cursor: pointer;
}
.st-comments .comment .content .text {
    order: 2;
    margin: 15px 0;
    word-wrap: break-word;
    font-family: 'PT Sans', Calibri, sans-serif;
}
.st-comments .comment .content .text a {
    color: inherit;
}
.st-comments .comment .content .actions {
    color: #939393;
    margin-right: 70px;
    flex-grow: 0;
    cursor: pointer;
    font-family: EuclidFlex, sans-serif;
    font-size: 13px;
}
.st-comments .comment .content .actions a {
    text-decoration: underline;
    margin-right: 10px;
}
.st-comments .comment .content .vote {
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-weight: bold;
}
.st-comments .comment .content .vote.used {
    pointer-events: none;
}
.st-comments .comment .content .vote .voice-button {
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    cursor: pointer;
}
.st-comments .comment .content .vote .voice-button:before {
    margin-right: 5px;
    font-size: 20px;
}
.st-comments .comment .content .vote .minus-vote {
    color: #fe0002;
    margin-left: 10px;
}
.st-comments .comment .content .vote .minus-vote:before {
    content: "-";
}
.st-comments .comment .content .vote .plus-vote {
    color: green;
}
.st-comments .comment .content .vote .plus-vote:before {
    content: "+";
}
.st-comments__claim {
    margin: 12px 0;
    font-size: 14px;
}
.st-comments__claim__text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.st-comments__claim__area {
    margin-top: 12px;
}
.st-comments__claim__area textarea {
    box-sizing: border-box;
    width: 100%;
    height: 200px;
    resize: none;
    padding: 12px;
    font-family: Calibri, Sans-Serif;
}
@media all and (min-width: 540px) {
    .st-comments .form form .actions {
        justify-content: flex-start;
    }
    .st-comments .form form .actions input,
    .st-comments .form form .actions button {
        margin-right: 5px;
    }
}
@media all and (min-width: 768px) {
    .st-comments .tree-container,
    .st-comments .form,
    .st-comments .bar,
    .st-comments .form-bar {
        margin: 15px auto;
    }
    .st-comments [class^="tree level-"] {
        margin-left: 5px;
    }
    .st-comments .tree.level-1,
    .st-comments .tree.level-2,
    .st-comments .tree.level-3 {
        margin-left: 40px;
    }
    .st-comments .tree.level-4,
    .st-comments .tree.level-5,
    .st-comments .tree.level-6,
    .st-comments .tree.level-7,
    .st-comments .tree.level-8 {
        margin-left: 20px;
    }
    .st-comments .tree.level-9,
    .st-comments .tree.level-10,
    .st-comments .tree.level-11,
    .st-comments .tree.level-12,
    .st-comments .tree.level-13,
    .st-comments .tree.level-14,
    .st-comments .tree.level-15 {
        margin-left: 10px;
    }
    .st-comments .bar label {
        display: inline-block;
    }
    .st-comments .comment .content .credits .date {
        font-size: 15px;
    }
    .st-comments .comment .content .text {
        font-size: 15px;
    }
}
@keyframes typing {
    0% {
        clip: rect(0px 7px 14px 0px);
    }
    33% {
        clip: rect(0px 13px 14px 0px);
    }
    66% {
        clip: rect(0px 20px 14px 0px);
    }
    100% {
        clip: rect(0px 20px 14px 0px);
    }
}
@media all and (min-width: 1084px) {
    .article-grid .sticky-block {
        position: sticky;
        top: 44px;
        padding-top: 24px;
    }
}
@media all and (min-width: 1200px) {
    .article-grid .sticky-block {
        top: 78px;
    }
}
.article-grid .stick-bar {
    padding: 32px 0;
}
.article-grid .flex-container {
    display: flex;
    height: 100%;
}
.article-grid .flex-container.flex-mode-column {
    flex-direction: column;
}
.article-grid .flex-container.flex-mode-column .flex-col-max {
    height: 100%;
}
@media all and (min-width: 1084px) {
    .article-grid {
        display: flex;
    }
    .article-grid__inner {
        flex-grow: 2;
    }
    .article-grid__right {
        flex-grow: 0;
        flex-shrink: 0;
        max-width: 300px;
        min-width: 300px;
        margin-left: 24px;
    }
    .article-grid__right .sticky {
        position: initial;
    }
}
@media all and (min-width: 1200px) {
    .article-grid__inner {
        display: flex;
    }
    .article-grid__left {
        order: 1;
        max-width: 240px;
        min-width: 240px;
        margin-right: 24px;
    }
    .article-grid__center {
        order: 2;
        flex-grow: 2;
    }
}
@media all and (min-width: 1600px) {
    .article-grid__left {
        max-width: 300px;
        min-width: 300px;
    }
}
.article-grid__l-blocks {
    display: flex;
    flex-direction: column;
}
.article-grid__l-blocks .banner-rm6 {
    order: -1;
    margin: 0 0 24px 0;
}
@media all and (min-width: 1200px) {
    .article-grid__l-blocks .banner-rm6 {
        order: 1;
        margin: 24px 0 0 0;
    }
}
.article-wrapper .ms-grid {
    padding-left: 24px;
    padding-right: 24px;
}
@media all and (min-width: 540px) {
    .article-wrapper .ms-grid {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media all and (min-width: 1400px) {
    .article-wrapper .ms-grid {
        padding-left: 0;
        padding-right: 0;
    }
}
.article-wrapper .article-socials {
    display: flex;
}
.article-wrapper .comments-go {
    height: 24px;
    background: #ededed;
    margin-left: 5px;
    padding: 0 12px;
    line-height: 24px;
    font-size: 14px;
    white-space: nowrap;
    cursor: pointer;
}
.article-wrapper .comments-go:hover {
    opacity: 0.8;
}
.article-wrapper .comments-go.hot {
    background: #fe0002;
    color: #fff !important;
}
.article-wrapper .comments-go.hot .comments-sm:before {
    background-image: url(/app/public/images/comments_white.svg);
}
@media all and (min-width: 768px) {
    .article-wrapper .comments-go {
        height: 32px;
        line-height: 32px;
    }
}
.article-wrapper .ya-share-wrap .ya-share2__list {
    display: flex;
}
.article-wrapper .ya-share-wrap .ya-share2__badge {
    border-radius: 0;
}
@media all and (min-width: 768px) {
    .article-wrapper .ya-share-wrap .ya-share2__icon {
        width: 32px !important;
        height: 32px !important;
        background-size: 22px 22px;
        background-position: center center;
        background-repeat: no-repeat;
    }
}
.article-wrapper .ya-share-wrap .ya-share2__counter {
    line-height: 24px !important;
    padding-right: 9px !important;
}
@media all and (min-width: 768px) {
    .article-wrapper .ya-share-wrap .ya-share2__counter {
        line-height: 32px !important;
    }
}
@media all and (min-width: 1400px) {
    .article-wrapper .article-titles,
    .article-wrapper .article,
    .article-wrapper .comments-wrapper,
    .article-wrapper .similar-articles {
        max-width: 800px;
        margin: 0 auto;
    }
}
.article-wrapper .article {
    margin: 24px 0;
}
@media all and (min-width: 768px) {
    .article-wrapper .article {
        margin: 36px auto;
    }
}
.article-wrapper .article-titles {
    position: relative;
    margin: 24px 0 0;
}
@media all and (min-width: 768px) {
    .article-wrapper .article-titles {
        margin: 48px auto 0;
    }
}
.article-wrapper .article-titles .tops {
    text-transform: uppercase;
    line-height: 1;
}
@media all and (min-width: 540px) {
    .article-wrapper .article-titles .tops {
        display: flex;
        justify-content: space-between;
    }
}
.article-wrapper .article-titles .article-cats {
    color: #555;
}
.article-wrapper .article-titles .article-cats ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
.article-wrapper .article-titles .article-cats li {
    position: relative;
}
.article-wrapper .article-titles .article-cats li:after {
    content: " ";
    position: relative;
    top: -2px;
    background: url(/app/public/design/arrow_gray.svg) center center no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.article-wrapper .article-titles .article-cats li:last-child:after {
    display: none;
}
.article-wrapper .article-titles .article-cats li:last-child a {
    color: #555;
}
.article-wrapper .article-titles .article-cats a {
    color: #fe0002;
    text-decoration: none;
}
.article-wrapper .article-titles .captions {
    display: block;
    margin-top: 14px;
    color: #8899a7;
    text-transform: uppercase;
}
@media all and (min-width: 540px) {
    .article-wrapper .article-titles .captions {
        margin: 0 0 0 32px;
    }
}
.article-wrapper .article-titles .zag,
.article-wrapper .article-titles .podzag {
    margin: 10px 0;
    font-weight: 400;
    font-family: EuclidFlex, sans-serif;
}
@media all and (min-width: 768px) {
    .article-wrapper .article-titles .zag,
    .article-wrapper .article-titles .podzag {
        margin: 20px 0;
    }
}
.article-wrapper .article-titles .zag {
    font-size: 26px;
    line-height: 1.2;
}
@media all and (min-width: 768px) {
    .article-wrapper .article-titles .zag {
        font-size: 32px;
    }
}
@media all and (min-width: 1400px) {
    .article-wrapper .article-titles .zag {
        font-size: 38px;
    }
}
.article-wrapper .article-titles .podzag {
    margin-bottom: 19px;
    font-size: 20px;
    color: #4d4f51;
}
@media all and (min-width: 768px) {
    .article-wrapper .article-titles .podzag {
        margin-bottom: 28px;
        font-size: 22px;
    }
}
.article-wrapper .article-titles .comments-go {
    margin-right: 15px;
    text-transform: lowercase;
    color: #555;
}
.article-wrapper .article-content {
    position: relative;
    margin-bottom: 32px;
}
.article-wrapper .article-content .page-view-anchor {
    position: absolute;
    left: 0;
    width: 1px;
    height: 1px;
    visibility: hidden;
}
.article-wrapper .article-content .page-view-anchor.top {
    top: 0;
}
.article-wrapper .article-content .page-view-anchor.middle {
    top: 50%;
}
.article-wrapper .article-content .page-view-anchor.end {
    bottom: 0;
}
.article-wrapper .relap-wrap {
    margin-top: 40px;
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
}
@media all and (min-width: 540px) {
    .article-wrapper .relap-wrap {
        margin-left: -32px;
        margin-right: -32px;
    }
}
@media all and (min-width: 768px) {
    .article-wrapper .relap-wrap {
        margin-left: auto;
        margin-right: auto;
    }
}
@media all and (min-width: 540px) {
    .article-wrapper .relap-wrap {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media all and (min-width: 768px) {
    .article-wrapper .relap-wrap {
        padding-left: 0;
        padding-right: 0;
    }
}
.article-wrapper .other-articles {
    margin-bottom: 24px;
    padding-top: 32px;
    padding-bottom: 32px;
    background: #f7f3f2;
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
}
@media all and (min-width: 540px) {
    .article-wrapper .other-articles {
        margin-left: -32px;
        margin-right: -32px;
    }
}
@media all and (min-width: 768px) {
    .article-wrapper .other-articles {
        margin-left: auto;
        margin-right: auto;
    }
}
@media all and (min-width: 540px) {
    .article-wrapper .other-articles {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media all and (min-width: 768px) {
    .article-wrapper .other-articles {
        padding-left: 0;
        padding-right: 0;
    }
}
@media all and (min-width: 768px) {
    .article-wrapper .other-articles {
        padding: 32px !important;
    }
}
.article-wrapper .other-articles:hover {
    opacity: 1;
}
.article-wrapper .other-articles a {
    color: inherit;
    text-decoration: none;
}
.article-wrapper .other-articles header {
    position: relative;
    margin-bottom: 32px;
    padding-bottom: 12px;
    line-height: 1.1;
}
.article-wrapper .other-articles header:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 64px;
    height: 2px;
    background: #fe0002;
}
.article-wrapper .other-articles header a {
    display: inline-block;
    font-size: 24px;
    font-family: EuclidFlex, sans-serif;
}
.article-wrapper .other-articles header span {
    font-size: 14px;
    color: #888;
}
.article-wrapper .other-articles .articles {
    font-size: 16px;
    line-height: 1.25;
}
.article-wrapper .other-articles .articles article {
    padding: 15px 0;
}
.article-wrapper .other-articles .articles article:first-child {
    padding-top: 0;
}
.article-wrapper .other-articles .articles article:last-child {
    padding-bottom: 0;
    border: none;
}
.article-wrapper .other-articles .articles .title {
    color: #010101;
}
.article-wrapper .other-articles .articles .captions {
    margin: 6px 0;
    font-size: 11px;
    color: #939393;
    text-transform: uppercase;
}
.article-wrapper .other-articles .articles .captions span {
    margin-right: 15px;
}
.article-wrapper .article-tags {
    margin: 15px auto;
    line-height: 1;
}
.article-wrapper .article-tags:before {
    content: "РўРµРіРё:";
    display: block;
    margin-bottom: 4px;
    text-transform: lowercase;
    font-family: EuclidFlex, sans-serif;
}
.article-wrapper .article-tags a {
    position: relative;
    display: inline-block;
    margin: 0 15px 5px 0;
    text-decoration: none;
    font-size: 14px;
    color: #555;
}
.article-wrapper .article-tags a:hover {
    color: #fe0002;
}
.article-wrapper .article-tags a span {
    position: relative;
    z-index: 2;
}
.article-wrapper .comments-wrapper__header {
    position: relative;
    padding-top: 45px;
    padding-bottom: 12px;
    font-size: 18px;
    line-height: 1.1;
    font-family: EuclidFlex, sans-serif;
}
.article-wrapper .comments-wrapper__header:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 64px;
    height: 2px;
    background: #fe0002;
}
.article-wrapper .similar-articles {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
    background: #f2f2f2;
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
}
@media all and (min-width: 540px) {
    .article-wrapper .similar-articles {
        margin-left: -32px;
        margin-right: -32px;
    }
}
@media all and (min-width: 768px) {
    .article-wrapper .similar-articles {
        margin-left: auto;
        margin-right: auto;
    }
}
@media all and (min-width: 540px) {
    .article-wrapper .similar-articles {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media all and (min-width: 768px) {
    .article-wrapper .similar-articles {
        padding-left: 0;
        padding-right: 0;
    }
}
@media all and (min-width: 768px) {
    .article-wrapper .similar-articles {
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        padding: 36px;
    }
}
.article-wrapper .similar-articles header {
    font-size: 120%;
    color: #888;
    font-family: EuclidFlex, sans-serif;
}
.article-wrapper .similar-articles article {
    margin: 24px 0;
    color: #444;
}
.article-wrapper .similar-articles article:last-child {
    margin-bottom: 0;
}
.article-wrapper .similar-articles article a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #dadada;
}
.article-wrapper .similar-articles article a:hover {
    border-bottom-color: #fe0002;
}
.article-wrapper .similar-articles article .captions {
    margin-bottom: 5px;
    font-size: 80%;
    text-transform: uppercase;
}
.article-wrapper .authors,
.article-wrapper .marker {
    position: relative;
    margin: 32px 0;
    padding-top: 12px;
    font-size: 0.9em;
    font-family: EuclidFlex, sans-serif;
}
.article-wrapper .authors:before,
.article-wrapper .marker:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 64px;
    background: #000;
}
.article-wrapper .authors a,
.article-wrapper .marker a {
    color: inherit;
    text-decoration: none;
}
.article-wrapper .authors a:hover,
.article-wrapper .marker a:hover {
    color: #ff0000;
}
.article-wrapper .banner-rm3-wrapper {
    margin-left: -24px;
    margin-right: -24px;
}
@media all and (min-width: 540px) {
    .article-wrapper .banner-rm3-wrapper {
        margin-left: -36px;
        margin-right: -36px;
    }
}
@media all and (min-width: 768px) {
    .article-wrapper .banner-rm3-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
}
.article-wrapper .banner-rm2-2-news.banner-container.rendered {
    margin-top: 15px;
}
.article-bottoms {
    margin-top: 40px;
}
.article-bottoms .ms-grid {
    padding-left: 24px;
    padding-right: 24px;
}
@media all and (min-width: 540px) {
    .article-bottoms .ms-grid {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media all and (min-width: 1400px) {
    .article-bottoms .ms-grid {
        padding-left: 0;
        padding-right: 0;
    }
}
.article-bottoms .latest-page {
    margin: 32px 0;
}
.article-bottoms .latest-page .row-top {
    border-bottom: 1px solid #ededed;
}
.article-bottoms .latest-page:last-child .row-top {
    border-bottom: 0;
}
.article-bottoms .latest-articles {
    margin: 0 auto;
}
@media all and (min-width: 768px) {
    .article-bottoms .latest-articles {
        max-width: 687px;
    }
}
.article-bottoms .latest-articles a {
    color: inherit;
    text-decoration: none;
}
.article-bottoms .latest-articles .article-item {
    position: relative;
    padding-top: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #ededed;
}
.article-bottoms .latest-articles .article-item:last-child {
    border-bottom: 0;
}
.article-bottoms .latest-articles .article-item__zag,
.article-bottoms .latest-articles .article-item__podzag {
    margin: 15px 0;
}
@media all and (min-width: 768px) {
    .article-bottoms .latest-articles .article-item__zag,
    .article-bottoms .latest-articles .article-item__podzag {
        margin: 5px 0 15px;
    }
}
.article-bottoms .latest-articles .article-item__captions,
.article-bottoms .latest-articles .article-item__section-link {
    text-transform: uppercase;
    line-height: 1;
    white-space: nowrap;
}
.article-bottoms .latest-articles .article-item__section-link,
.article-bottoms .latest-articles .article-item__captions {
    font-size: 16px;
}
.article-bottoms .latest-articles .article-item__section-link {
    margin-right: 18px;
    color: #fe0002;
}
.article-bottoms .latest-articles .article-item__captions {
    color: #747e89;
}
.article-bottoms .latest-articles .article-item__date {
    margin-right: 8px;
}
.article-bottoms .latest-articles .article-item__zag {
    font-size: 19px;
    line-height: 1.2;
    color: #111;
    font-family: EuclidFlex, sans-serif;
}
.article-bottoms .latest-articles .article-item__podzag {
    color: #747e89;
    font-size: 18px;
    line-height: 1.2;
}
.article-bottoms .latest-articles .article-item__pic {
    margin-top: 20px;
    margin-bottom: 15px;
    margin-left: -24px;
    margin-right: -24px;
}
@media all and (min-width: 540px) {
    .article-bottoms .latest-articles .article-item__pic {
        margin-left: -32px;
        margin-right: -32px;
    }
}
@media all and (min-width: 768px) {
    .article-bottoms .latest-articles .article-item__pic {
        margin-left: auto;
        margin-right: auto;
    }
}
.article-bottoms .latest-articles .article-item__pic img {
    max-width: 100%;
}
.article-bottoms .latest-articles .article-item__go {
    margin-top: 20px;
    color: #000;
    line-height: 1;
    text-transform: uppercase;
    font-size: 16px;
}
.article-bottoms .latest-articles .article-item__go span {
    border-bottom: 1px solid #ededed;
    cursor: pointer;
}
.article-bottoms .latest-articles .article-item__go span:hover {
    border-bottom-color: #fe0002;
}
@media all and (min-width: 540px) {
    .article-bottoms .latest-articles .article-item__captions-wrapper {
        display: flex;
    }
}
@media all and (min-width: 768px) {
    .article-bottoms .latest-articles .article-item__zag {
        font-size: 35px;
        font-weight: 400;
    }
    .article-bottoms .latest-articles .article-item__podzag {
        font-size: 22px;
    }
}
.article-bottoms .banner-rm2 {
    padding: 32px 0;
}
.article-bottoms .banner-rm2-2-latest.banner-container.rendered {
    margin-top: 15px;
}
.article-bottoms .zen-widget-wrapper {
    margin-top: 30px;
}
/*# sourceMappingURL=article_v2.css.map */