.single__content {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #17222b;
}
.single__content p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 1.5rem;
    color: #17222b;
}
.single__content iframe,
.single__content [id^="vk_post"] {
    margin-bottom: 1.5rem;
}
.single__content h5 {
    text-align: center;
}
.single__title {
    color: #000;
    line-height: 45px;
    font-size: 40px;
    margin-bottom: 1rem;
    position: relative;
}
.single__seo-title {
    font-size: 18px;
}
.single__date-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0;
}
.single__category-title {
    display: block;
    color: #888e92!important;
    font-size: 20px;
    line-height: 40px;
}
.single__category-title {
    color: #888e92;
    font-size: 1.5rem;
    line-height: 40px;
}
.single__meta {
    color: #888e92;
}
.single__meta ul {
    margin: 0;
    padding: 0;
}
.single__meta li {
    display: inline-block;
    color: #888e92;
    font-size: 15px;
    font-weight: 500;
    margin-right: 10px;
}
.single__meta li i {
    padding-right: 5px;
    font-size: 1rem;
    line-height: 1.5rem;
    /* width: 20px;
    height: 20px; */
    color: #888e92;
}
.cat-row{
    display: flex;
    flex-wrap: wrap;
}
.single__excl {
    display: flex;
    align-items: center;
    padding: 0 10px;
    margin-left: 2em;
    height: 40px;
    color: white;
    background-color: #f55;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 42px;
    box-sizing: border-box;
  }
  .single__excl-pict {
    display: flex;
    margin: 0;
    margin-left: 5px;
    max-height: 90%;
  }
  @media screen and (max-width: 360px) {
    .single__excl {
      width: fit-content;
      font-size: 10px;
      height: 28px;
      line-height: 30px;
    }
  }
.single__social-share_block {
    max-width: 330px;
}

/* универсальный блок с кнопками поделиться */
.news-social-share {
    display: flex;
    padding: 0;
    position: relative;
    margin-bottom: 1rem;
}

.news-social-share li {
    margin: 0 8px;
    list-style: none;
    font-size: 1.5rem;
    line-height: 1.5rem;
    cursor: pointer;
}

.news-social-share a,
.news-social-share span {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 40px;
    width: 40px;
}

.news-social-share .bg1 {
    background: #525da8!important;
    color: #fff!important;
}
.news-social-share .bg2 {
    background: #516088!important;
    color: #fff!important;
}
.news-social-share .bg3 {
    background: #7ec1f3!important;
    color: #fff!important;
}
.news-social-share .bg4 {
    background: #d69438!important;
    color: #fff!important;
}
.news-social-share .bg5 {
    background: #6897db!important;
    color: #fff!important;
}
.news-social-share .bg6 {
    background: #76cc68 url('https://static.nevnov.ru/upload/images/static/nevnov/icons/share/copy.svg') no-repeat center/60%!important;
    color: #fff!important;
}
.news-social-share .recent-link {
    position: relative;
}
.news-social-share .recent-link .tooltiptext {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #000;
    padding: 8px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 10px;
    transition: 1s;
    width: 160px;
}
.news-social-share .recent-link .copyToClipBoardBtn {}
.news-social-share .recent-link .hovercard {
    position: absolute;
    opacity: 0;
    z-index: 1;
    left: 0;
    left: -40px;
    top: -35px;
    transform: translateX(-50%);
    z-index: 5;
    background: #fff!important;
}
.news-social-share .recent-link:hover .hovercard {
    opacity: 1;
    transition: .5s;
    transition-delay: 0.1s;
}

.single__lead {
    margin: 0 auto 20px auto;
}

.single__main-image {
    aspect-ratio: 16/9;
    width: 100%;
    overflow: hidden;
}
.single__main-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.single__main-image-descr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
    min-height: 25px;
    color: #6c757d;
    font-size: 16px;
}

.single__content:not(:first-child) {
    margin-top: 70px;
} 

.under-post_block {
    margin: 0.8rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.under-post_block div:nth-child(3) {
    width: 100%;
}
.under-post_block .authors_block {
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0px;
}
.under-post_block .authors_block .author {
    position: relative;
    display: inline-block;
    margin: 0 20px 18px 0;
    padding-left: 60px;
    z-index: 2;
    text-align: left;
}
.under-post_block .authors_block .author_img {
    left: 0;
    position: absolute;
    top: 50%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e4e5e6;
    border-radius: 50%;
    overflow: hidden;
}
.under-post_block .authors_block .author_img_wrap {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.under-post_block .authors_block .author_img_wrap img {
    height: 48px;
    width: 48px;
    object-fit: cover;
    padding: 0;
    border-radius: 50%;
    max-width: 100%;
    max-height: 100%;
    position: relative;
}
.under-post_block .authors_block .author a {
    color: #17222b;
    font-weight: 500;
}
.under-post_block .authors_block .author span {
    display: inline-block;
    color: #73797f;
    font-size: 15px;
}
.under-post_block .social-share_block {
    max-width: 330px;
}
.under-post_social-block .social-share_block .subtitle {
    text-align: center;
    margin-bottom: 7px;
    color: #17222b;
    font-weight: 500;
}
.under-post_social-block{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.under-post_social-block > div {
    flex: 30% 1 1 ;
    margin: 1.5rem auto 0 auto;
}
.social-share_block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 1024px) {
    .single__content .billboard {
        display: none;
    }
}

@media (max-width: 1440px) {}
@media (max-width: 1024px) {}
@media (max-width: 767px) {
    .single__date-block {
        display: block;
    }
    .single__category-head {
        margin-bottom: 1rem;
    }
    .single__lead {
        margin: 0 auto 20px auto;
    }
    .single__main-image-descr {
        font-size: 14px;
    }
    .under-post_social-block {
        flex-direction: column;
    }
    .under-post_block {
        flex-direction: column;
        align-items: flex-start;
    }
    .under-post_block .news-social-share {
        margin-top: 20px;
        margin-bottom: 15px;
    }
}

@media (max-width: 560px) {
    .single__title {
        margin-top: 0;
        font-size: 25px;
        line-height: 38px;
    }
    .single__content p {
        font-size: 19px;
        line-height: 28px;
    }
    blockquote {
        font-size: 19px;
        line-height: 1.8rem;
    }
}
@media (max-width: 320px) {}
@media screen and (max-width: 1024px) {
    .wrap {
        margin-top: 120px;
    }
}

.editorjs-show mark {
    background: inherit;
    color: #ff1010;

}
.editorjs-show .strong {
    box-shadow: 0 10px 40px rgb(0 0 0 / 15%);
    padding: 40px 20px 20px 20px;
    margin: 40px 0 60px 0;
}

.editorjs-show table.table {
    --color-border: #d1d1d1;
    min-width: 280px;
    width: 100%;
    max-height: 100%;
    font-size: .9em;
    border-top: 1px solid var(--color-border);
    line-height: 1.4;
    margin: 32px auto;
    border-collapse: collapse;
    -webkit-box-shadow: 0px 5px 5px -6px rgb(34 60 80 / 60%);
    -moz-box-shadow: 0px 5px 5px -6px rgba(34, 60, 80, 0.6);
    box-shadow: 0px 5px 5px -6px rgb(34 60 80 / 60%);

}
.editorjs-show .table .table__row {
    border-bottom: 1px solid var(--color-border);
}
.editorjs-show .table .table__cell {
    border-right: 1px solid var(--color-border);
    padding: 6px 12px;
    overflow: hidden;
    outline: none;
    line-break: normal;
    word-break: break-word;
}
.editorjs-show .table .table__cell:first-child {
    border-left: 1px solid var(--color-border);
}
.editorjs-show .table[heading="true"] .table__row:first-child {
    font-weight: 600;
    border-bottom: 2px solid var(--color-border);
}