

/* Start:/local/templates/2025/components/bitrix/news.detail/pub/style.css?175406165727439*/
.publication-page__wrapper {
    /*  grid-template-columns: 426px calc(100% - 450px);
      gap: 24px;
      display: grid; */
    background: white;
    padding: 23px 13px 120px;

}

.publication-page__content {
    box-sizing: content-box;
    margin: 0 auto;
}

.comment-details {
    display: flex;
    flex-direction: column-reverse;
    gap: 6px;
}

.comments-form a {
    text-underline-position: under;

    text-underline-offset: 1px;
}

.publication-item__v1 .icon--eye {
    width: 23px;
    height: 23px;
}

.replied-comments .replied-comment:first-of-type {
    margin-top: 40px;
}

@media (min-width: 1920px) {
    .publication-page__content {
        max-width: 988px;
        padding: 0 35px 0px;
        margin: 0 auto;
    }
}

@media (min-width: 1170px) {
    .publication-page__content {
        max-width: 962px;
        padding: 0 45px 0px;
    }
}

@media (max-width: 1024px) {
    .publication-page__wrapper {
        display: flex;
        flex-direction: column;
    }

    .publication-page__sidebar {
        display: none;
    }
}

@media (min-width: 768px) {
    .publication-page__wrapper {
        padding: 30px 27px 120px !important;
        gap: 22px;
    }

    .article-excerpt {
        margin-top: 42px;
    }
}

/* todo */
@media (max-width: 560px) {
    .publication-page__content {
        max-width: 100%;
    }
}

@media (max-width: 520px) {
    .publication-item__v1 .icon--eye {
        width: 18px;
        height: 18px;
    }

    .contact__author {
        flex-wrap: wrap;
    }

    .article-source,
    .comment-actions .article-item__footer {
        gap: 12px !important;
        justify-content: flex-start;
    }

    .header__button-icon--menu {
        position: absolute !important;
        top: 0;
        right: 10px;
    }

    .replied-comment:before {
        min-width: 25px !important;
    }
}

.article-item__statistic {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: var(--inactive-color);
}

.article-item__statistic--added .icon-text:before {
    content: "+";
}

.article-item__statistic--added svg {
    color: #494a4a;
}

.publication-item__v1 .article-item__statistic {
    font-weight: 300;
    gap: 7px;
}

h1 {
    letter-spacing: 1.5px;
    font-family: var(--ff-header);
    font-style: normal;
    font-weight: 600;
    font-size: 54px;
    line-height: 58px;
    color: #000000;
}

h2,
.h2 {
    font-family: var(--ff-header);
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
}


h3,
.h3 {
    font-family: var(--ff-header);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

img {
    max-width: 100%;
}

b {
    font-weight: 600;
    font-size: 114.5%;
    line-height: 0.936;
}

.accent-icon {
    font-family: var(--ff-header);
    font-style: normal;
    font-size: 20px;
    line-height: normal;
    font-weight: 300;
}

.back-item {
    display: flex;
    gap: 12px;
    font-family: var(--ff-header);
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: var(--inactive-color);
    text-decoration: none;
    align-items: center;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    position: absolute;
}

@media (max-width: 1169) {
    .back-item {
        position: static;
    }
}

.back-item .icon--back {
    width: 30.5px;
    height: 18px;
}

.article-item__tag-label {
    background: var(--inactive-color-v4);
    border-radius: 30px;
    width: max-content;
    padding: 1px 16px;
    font-family: var(--ff-header);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}

.article-authors {
    display: grid;
    grid-template-columns: 1fr;
}

.article-item__tag-label.tag-label--v2 {
    padding: 2px 16px;
}

.authors-list {

    display: flex;
    flex-direction: column;
    gap: 14px;

    width: calc(50% - 12px);
    min-width: 300px;
}

.article-item__author:hover .article-item__author-name {
   /* color: var(--hover-color);*/
}

.authors-list .article-item__author-media {
    width: 45px;
    height: 45px;
}

.article-item__author-name {
    font-family: var(--ff-header);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}


.article-item__author-staff {
    font-family: var(--ff-header);
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: var(--inactive-color-v2);
}

.article-source {
    display: flex;
    gap: 12px;

    align-items: center;
    margin-bottom: 70px;
}

.article-source-name {
    font-family: var(--ff-header);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}

div.content {
    font-family: var(--ff-text);
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 35px;

    color: #000000;
    display: flex;
    flex-direction: column;

    font-size: 28px;
    line-height: 37px;
    letter-spacing: 0;
}

.article-excerpt {
    margin-top: 28px;
}

.publication-page__sidebar {
    position: absolute;
    min-height: 22px;
}

div.content .toc a {
    font-family: var(--ff-header);
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 47px;
}

div.content a {
    text-decoration-line: underline;

    color: var(--active-checkbox-bg);
}

div.content a:hover {
    color: var(--hover-color);
}

h2+p {
    margin-top: -22px;
}

.media-caption {
    font-family: var(--ff-header);
    font-style: italic;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    color: var(--inactive-color-v3);
    margin-top: 20px;
}

.notes {
    background-color: var(--inactive-color-v4);
    flex-direction: column;
    padding: 41px;

    background: var(--inactive-color-v4);
    border-radius: 10px;

    font-family: var(--ff-text);
    font-style: normal;
    font-weight: 300;
}

.notes p:first-of-type {
    margin-top: 0;
}

.notes p:last-of-type {
    margin-bottom: 0;
}

.notes p {
    margin: 24px 0;
}

.note-header {
    font-family: var(--ff-header);
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 25px;
}

.note-callback {
    background: var(--inactive-color-v4);
    font-size: 24px;
    font-family: 'Inter';
    padding: 39px 30px;
    font-weight: 400;
    border-radius: 10px;
}

.note-callback-body {
    display: flex;
    justify-content: space-between;
}

.note-callback-body a {
    color: var(--active-checkbox-bg);
    text-decoration: none;
}

.note-callback-body a:hover {
    color: #34C318;
}


.contact-for-post {
    background: var(--inactive-color-v4);

    font-family: var(--ff-header);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    padding: 29px;
    border-radius: 10px;
}

.contact__description {
    /*max-width: 624px;*/
    color: #000000;
    margin-top: 21px;
    letter-spacing: 0.4px;
}

.contact__description,
div.content .contact__description a {
    font-family: var(--ff-header);
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
}


div.content a.contact__author-name {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    text-decoration: none;
}

.contact__author-staff {
    font-family: var(--ff-header);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;

    color: var(--inactive-color-v2);
}

.contact__author {
    display: flex;
    gap: 13px;
    align-items: center;
}

.contact__author-image img {
    border-radius: 50%;
}

blockquote {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}


blockquote p {
    display: flex;
    gap: 25px;

    /* Цитата */
    font-family: var(--ff-text);
    font-style: normal;
    font-weight: 600;

    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
}

blockquote p:before {
    content: '';
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjgiIGhlaWdodD0iNTMiIHZpZXdCb3g9IjAgMCA2OCA1MyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTY0LjIgLTEuMTQ0NDFlLTA1QzY2LjYgLTEuMTQ0NDFlLTA1IDY3LjggMC43MzMzMjQgNjcuOCAyLjJDNjcuOCAyLjczMzMzIDY3LjUzMzMgMy4yIDY3IDMuNTk5OTlDNjYuNiAzLjk5OTk5IDY1LjkzMzMgNC4zMzMzMyA2NSA0LjU5OTk5QzYyLjIgNS4xMzMzMiA1OS4yNjY3IDYuMjY2NjYgNTYuMiA3Ljk5OTk5QzUzLjI2NjcgOS42IDUwLjggMTEuOTMzMyA0OC44IDE1QzQ2LjggMTcuOTMzMyA0NS44IDIxLjczMzMgNDUuOCAyNi40QzQ1LjggMjggNDYuNTMzMyAyOS44IDQ4IDMxLjhDNDkuNiAzMy44IDUxLjQ2NjcgMzQuOTMzMyA1My42IDM1LjJDNTYuNTMzMyAzNS40NjY3IDU4LjggMzYuNCA2MC40IDM4QzYyLjEzMzMgMzkuNDY2NyA2MyA0MS4zMzMzIDYzIDQzLjZDNjMgNDYuMjY2NyA2MS44NjY3IDQ4LjQ2NjcgNTkuNiA1MC4yQzU3LjQ2NjcgNTEuOTMzMyA1NC45MzMzIDUyLjggNTIgNTIuOEM0Ny4yIDUyLjggNDMuMiA1MSA0MCA0Ny40QzM2LjkzMzMgNDMuNjY2NyAzNS40IDM5IDM1LjQgMzMuNEMzNS40IDI4LjMzMzMgMzYuNCAyMy44IDM4LjQgMTkuOEM0MC40IDE1LjY2NjcgNDIuOTMzMyAxMi4xMzMzIDQ2IDkuMTk5OTlDNDkuMDY2NyA2LjI2NjY2IDUyLjIgNCA1NS40IDIuMzk5OTlDNTguNzMzMyAwLjc5OTk5IDYxLjY2NjcgLTEuMTQ0NDFlLTA1IDY0LjIgLTEuMTQ0NDFlLTA1Wk0yOSAtMS4xNDQ0MWUtMDVDMzEuNCAtMS4xNDQ0MWUtMDUgMzIuNiAwLjczMzMyNCAzMi42IDIuMkMzMi42IDIuNzMzMzMgMzIuMzMzMyAzLjIgMzEuOCAzLjU5OTk5QzMxLjQgMy45OTk5OSAzMC43MzMzIDQuMzMzMzMgMjkuOCA0LjU5OTk5QzI3IDUuMTMzMzIgMjQuMDY2NyA2LjI2NjY2IDIxIDcuOTk5OTlDMTguMDY2NyA5LjYgMTUuNiAxMS45MzMzIDEzLjYgMTVDMTEuNiAxNy45MzMzIDEwLjYgMjEuNzMzMyAxMC42IDI2LjRDMTAuNiAyOCAxMS4zMzMzIDI5LjggMTIuOCAzMS44QzE0LjQgMzMuOCAxNi4yNjY3IDM0LjkzMzMgMTguNCAzNS4yQzIxLjMzMzMgMzUuNDY2NyAyMy42IDM2LjQgMjUuMiAzOEMyNi45MzMzIDM5LjQ2NjcgMjcuOCA0MS4zMzMzIDI3LjggNDMuNkMyNy44IDQ2LjI2NjcgMjYuNjY2NyA0OC40NjY3IDI0LjQgNTAuMkMyMi4yNjY3IDUxLjkzMzMgMTkuNzMzMyA1Mi44IDE2LjggNTIuOEMxMiA1Mi44IDggNTEgNC44IDQ3LjRDMS43MzMzMyA0My42NjY3IDAuMiAzOSAwLjIgMzMuNEMwLjIgMjguMzMzMyAxLjIgMjMuOCAzLjIgMTkuOEM1LjIgMTUuNjY2NyA3LjczMzMzIDEyLjEzMzMgMTAuOCA5LjE5OTk5QzEzLjg2NjcgNi4yNjY2NiAxNyA0IDIwLjIgMi4zOTk5OUMyMy41MzMzIDAuNzk5OTkgMjYuNDY2NyAtMS4xNDQ0MWUtMDUgMjkgLTEuMTQ0NDFlLTA1WiIgZmlsbD0iIzI2N0ExNiIvPgo8L3N2Zz4=);

    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 6px;
    min-width: 41px;
    height: 47px;
}


blockquote city {
    font-family: var(--ff-header);
    font-style: italic;
    font-weight: 300;

    font-size: 15px;
    line-height: 22px;

    color: var(--inactive-color-v3);
    display: flex;
    justify-content: flex-end;
}

div.content ul {
    list-style: disc;
    display: flex;
    padding-left: 27px;
    flex-direction: column;
}


div.content ul.toc {
    list-style-type: none;
    padding-left: 0;
}

div.content ul li::marker {
    font-size: 27px;
}

.actions-bar {
    width: 100%;
    justify-content: space-between;
    margin: 40px 0 20px;
}

.actions-bar--left {
    display: flex;
    gap: 30px;
}

.actions-bar--left a {
    display: flex;
    gap: 10px;
    font-family: var(--ff-header);
    font-weight: 300;
    font-size: 28px;
    line-height: normal;
    letter-spacing: 0;
}

.actions-bar--left a:hover,
a.actions-bar--right:hover {
    color: #303030;
}

.actions-bar--left a .icon {
    width: 28px;
    max-height: 29px;
    min-height: 29px;
}


a.actions-bar--right {
    font-family: var(--ff-header);
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;
    /* identical to box height */

    /* Значки и подписи действия к Публикации */
    color: var(--inactive-color);
    gap: 10px;
}

/*a.actions-bar--right .icon {
  width: 27px;
  max-height: 27px;
  min-height: 27px;
}*/

.comments-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.replied-comment .comments-form {
    background-color: white;
    margin-left: -16px;
    background: white;
    padding-top: 12px;
}

.comments-form form .form-container {
    border: 1px solid var(--inactive-color);
    border-radius: 10px;
}

.comments-form form.focus-within .form-container,
.comments-form form:hover .form-container {
    border: 2px solid var(--active-checkbox-bg);
    border-radius: 10px;
}

.comments-form form textarea {
    outline-width: 0;
    border-radius: 10px;
    border: 0;
    width: 100%;
    height: 216px;
    padding: 20px 26px;

    font-family: var(--ff-header);
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;
    resize: none;

    color: #000;
}

.comments-form form textarea:placeholder {
    color: var(--inactive-color);
}

.comments-form .form-cancel,
.comments-form .form-submit {
    display: none;
}

.comments-form form.focus-within .form-cancel {
    display: block;
    background: transparent;

    font-family: var(--ff-header);
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: var(--active-checkbox-bg);
    border: 0;
    margin-bottom: 15px;
}

.comments-form form.focus-within .form-cancel:hover {
    color: #34C318;
}

.comments-form form.focus-within .form-submit {
    display: block;
    padding: 5px 20px 8px;
    gap: 10px;

    background: var(--active-checkbox-bg);
    border-radius: 10px;
    border: 0;
    /* Отправить */

    font-family: var(--ff-header);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;

    color: #ffffff;
    margin: 15px 17px 15px auto;
}

.comments-form-description {
    font-family: var(--ff-header);
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;

    color: var(--inactive-color);
}

.comments-info,
.replied-comments {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.replied-comments {
    margin-top: 0;
}

.comments-form-description a {
    text-decoration: underline;
    color: inherit;
}

.comments-form-description a:hover {
    color: #303030;
}

.comment-info {
    gap: 12px;
    display: flex;
    flex-direction: column;
}

.comments-count {
    text-decoration: none;
    font-family: var(--ff-header);
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;

    color: #000000;
}


.comment-author .contact__author-name {
    text-decoration: none;
    font-family: var(--ff-header);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;

    color: #000000;
}

/* new-todo */
/* .header__button-icon-count,
.header-mobile__button-icon-count {
    font-size: 17.5008px;
    line-height: 21.1468px;
    padding: 2.9168px 7.292px;
    height: 26.9804px;
    width: 26.9804px;
    right: -55%;
} */

.comment-author .contact__author-staff {
    font-family: var(--ff-header);
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;

    color: var(--inactive-color-v2);
}

.comment-author .comment-date {
    /* 21.12.24 в 15:37 */

    font-family: var(--ff-header);
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    color: var(--inactive-color-v2);
    display: flex;
    align-self: flex-start;
}


.comment-info .comment-content {
    font-family: var(--ff-header);
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 35px;
    color: #000000;
}

.publication-item__v2 {
    gap: 74px;
}

.publication-item__v2 .right-part {
    display: flex;
    gap: 25px;
}

.publication-item__v2 a {
    display: flex;
    gap: 7px;
}

.publication-item__v2 .icon--bookmark {
    width: 15px;
    height: 20px;
}

.publication-item__v2 .icon--thumbs-up {
    width: 20px;
    height: 23px;
}

.icon--share {
    width: 35px !important;
    height: 28px !important;
    transform: scale(.8);
}

.publication-info {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-top: 40px;
}

.comment-actions {
    margin-top: 1px;
}

.comment-actions .article-item__footer {
    gap: 22px;
}

.comment-actions .article-item__footer .article-item__statistic {
    gap: 3px;
}

.comment-actions .article-item__footer .icon--thumbs-up {
    width: 24px;
    height: 28px;
}

.comment-actions .article-item__footer .icon--bookmark {
    width: 18px;
    height: 24px;
}

.comment-actions .article-item__footer .icon--copy_link {
    width: 25px;
    height: 25px;
}

.comment-actions span.icon-text {
    text-decoration: none;
    font-family: var(--ff-header);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: var(--active-checkbox-bg);
}


.comment-info .reply {
    font-family: var(--ff-header);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
}

.replied-comment {
    display: flex;
    gap: 15px;
}

.replied-comment:before {
    content: '';
    display: block;
    border-radius: 10px;
    border: 1px solid red;
    min-width: 63px;
    border: 1px solid #d9d9d9;
    border-radius: 0 10px 0 0;
    border-bottom: 0;
    border-left: 0;
    margin-top: -40px
}

.article-tags {
    position: static;
    gap: 10px;
    padding: 0;
}

.article-tags a {
    box-sizing: border-box;
    display: flex;
    padding: 5px 10px;
    border: 1px solid #000000;
    border-radius: 10px;
    font-family: var(--ff-header);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
}


.image__container {
    width: 68.6%;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

@media (max-width: 768px) {
    :root {
        --content-gap: 28px;
    }

    .article-excerpt {
        margin-top: 20px;
    }


    div.content ul {
        padding-left: 25px;
    }

    blockquote {
        width: 100%;
        padding-left: 73px;
    }

    .image__container {
        width: 100%;
    }
}


h2,
.h2 {
    margin-bottom: 0;
}

p+h3,
p+.h3 {
    margin-top: 16px;
}

h2.toc-title {
    margin-bottom: 25px;
}

h3,
.h3 {
    margin-bottom: 0;
}

.article-tags {
    margin-bottom: 22px;
}

.publication-item__v1 {
    margin-bottom: 6px;
}

.publication-item__v2 {
    margin: 18px 0 23px;
}

.article-authors {
    margin-bottom: 48px;
}


div.content ul {
    gap: 14px;
}

div.content ul.toc {
    gap: 15px;
}

div.content .toc {
    margin-bottom: 40px;
}

p {
    margin-bottom: 0;
}

blockquote {
    margin: 40px auto;
}

.notes {
    margin: 40px auto;
}

.image__container {
    margin: 45px 0;
}

.article-authors {
    row-gap: 25px;
}

h2.toc-title {
    display: none;
}

.contact-for-post {
    margin: 0 0 40px 0;
}

@media (min-width: 738px) {
    .contact-for-post {
        margin: 40px 0;
    }

    .article-authors {
        grid-template-columns: 1fr 1fr;
    }

    .publication-page__content {
        max-width: 860px;
    }

    .article-item__author-name {
        font-size: 20px;
    }

    .article-item__author-staff {
        font-size: 16px;
        line-height: 19px;
    }

    .comments-count {
        font-size: 28px;
        line-height: 38px;
    }

    .article-tags {
        margin-bottom: 33px;
    }

    .publication-item__v1 {
        margin-bottom: 7px;
    }

    .publication-item__v2 {
        margin: 19px 0 48px;
    }

    div.content .toc {
        margin-bottom: 45px;
    }

    h2,
    .h2 {
        margin-bottom: 28px;
        font-weight: 600;
        font-size: 36px;
        line-height: 44px;
        letter-spacing: 1.2px;
    }

    h2.toc-title {
        margin-bottom: 25px;
    }

    p+h3,
    p+.h3 {
        margin-top: 43px;
    }

    h3,
    .h3 {
        margin-bottom: 23px;
        font-size: 28px;
        line-height: 38px;
        letter-spacing: 0.6px;
    }

    div.content ul {
        gap: 23px;
    }

    p {
        margin-bottom: 21px;
    }

    blockquote {
        margin: 85px auto 70px;
        gap: 8px;
    }

    blockquote p {
        font-size: 36px;
        line-height: 45px;

    }

    blockquote p:before {
        min-width: 68px;
        height: 53px;
    }

    blockquote city {
        font-size: 20px;
        line-height: 28px;
        margin-right: 43px;
        letter-spacing: 0.3px;
    }

    .notes {
        margin: 81px auto;
    }

    .actions-bar {
        margin: 50px 0 40px;
    }

    .contact-for-post {
        margin: 70px 0;
    }

    .image__container {
        margin: 60px 0;
    }

    .authors-list {
        gap: 28px;
    }

    .article-authors {
        row-gap: 45px;
    }

    .comment-info {
        gap: 20px;
    }

    .comment-actions {
        margin-top: 12px;
    }

    .comment-actions span.icon-text {
        font-size: 24px;
        line-height: 29px;
    }

    .comment-actions .article-item__footer .article-item__statistic {
        gap: 10px;
    }

    .comment-actions .article-item__footer {
        gap: 35px;
    }

    .comments-count {
        margin-bottom: -25px;
    }

    .comment-info .reply {
        font-size: 20px;
        line-height: 24px;
    }

    .comment-details {
        display: flex;
        flex-direction: row;
        gap: 22px;
    }

    .comment-author .comment-date {
        font-size: 18px;
        line-height: 29px;
    }

    .comment-author .contact__author-name {
        font-size: 24px;
        line-height: normal;
    }

    .comment-author .contact__author-staff {
        font-size: 18px;
        line-height: 22px;
    }

    .comments-info,
    .replied-comments {
        gap: 50px;
    }

    .replied-comments {
        margin-top: -40px;
    }

    .contact__description,
    div.content .contact__description a {
        font-size: 20px;
        line-height: 150%;
    }

}

@media (min-width: 1170px) {
    .article-authors {
        display: grid;
        grid-template-columns: 400px 400px;
    }

    .publication-page__wrapper {
        padding: 40px 27px 120px !important;
    }

    .article-tags {
        margin-bottom: 35px;
    }

    .article-excerpt {
        margin-top: 31px;
    }

    div.content .toc {
        margin-bottom: 86px;
        display: flex;
    }

    .publication-item__v1 {
        margin-bottom: 8px;
    }

    .publication-item__v2 {
        margin: 19px 0 45px;
    }

    h2,
    .h2 {
        margin-bottom: 30px;
    }

    h2.toc-title {
        display: block;
        margin-bottom: 25px;
    }

    p+h3,
    p+.h3 {
        margin-top: 45px;
    }

    h3,
    .h3 {
        margin-bottom: 25px;
    }


    div.content ul {
        margin: 9px 0;
        gap: 25px;
    }

    blockquote {
        margin: 61px auto 40px 68px;
    }

    blockquote city {
        margin-right: 164px;
    }

    .actions-bar {
        margin: 72px 0 50px;
    }

    .actions-bar--left {
        margin-left: 6px;
        gap: 34px;
    }

    .notes {
        margin: 73px auto 60px auto;
        padding: 36px;
    }

    .contact-for-post {
        margin: 34px 0 70px 0;
    }

    .image__container {
        margin: 70px 0;
    }

    .media-caption {
        margin-top: 14px;
    }

    .publication-info {
        margin-top: 50px
    }

    .comments-count {
        letter-spacing: 0.7px;
    }

}

@media (min-width: 1920px) {

    div.content .toc {
        display: flex;
    }

    h2.toc-title {
        display: block;
    }

    .article-tags {
        margin-bottom: 38px;
    }

    .publication-item__v1 {
        margin-bottom: 0;
    }

    .publication-item__v2 {
        margin: 20px 0 45px;
    }

    .article-authors {
        margin-bottom: 70px;
    }

    div.content .toc {
        margin-bottom: 73px;
    }

    h2,
    .h2 {
        margin-bottom: 35px;
    }

    h2.toc-title {
        margin-bottom: 25px;
    }

    p+h3,
    p+.h3 {
        margin-top: 45px;
    }

    p {
        margin-bottom: 25px;
    }

    blockquote {
        margin: 70px auto;
    }

    .notes {
        margin: 70px auto;
    }

    .contact-for-post {
        margin: 70px 0;
    }

    .image__container {
        margin: 70px 0;
    }

    .article-authors {
        margin-bottom: 70px;
    }
}


@media (max-width: 737px) {
    .swap-on-mobile {
        display: flex;
        flex-direction: column-reverse;
    }

    div.content {
        gap: 14px !important;
        font-size: 22px;
        line-height: 28px;
    }


    .header__button,
    .header-mobile__button {
        gap: 5px;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0;
        gap: 5px;
        padding: 5px 10px 7px;
    }

    h1 {
        font-size: 32px;
        line-height: 35px;
    }


    div.content .toc a {
        line-height: 30px;
        line-height: 28px;
        font-size: 22px;
    }

    .article-tags {
        gap: 7px 8px;
    }

    .article-item__statistic {
        font-size: 16px;
        line-height: normal;
    }

    .authors-list {
        gap: 18px;
    }

    /*.publication-item__v2 {
      flex-direction: row-reverse;
      gap: 0;
      justify-content: space-between;
    }*/
    .publication-item__v2 .right-part {
        gap: 10px;
    }

    .publication-info {
        gap: 28px;
        margin-top: 44px;
    }

    .accent-icon {
        font-size: 18px;
        line-height: 21.78px;
        letter-spacing: 0;
    }

    .article-tags a {
        font-size: 14px;
        line-height: normal;
    }

    .article-item__tag-label {
        font-size: 14px;
        line-height: 27px;
        padding: 0 16px;
    }

    .authors-list>li {
        width: 100%;
    }

    .article-item__tag-label.tag-label--v2 {
        padding: 0px 15.4px;
        line-height: 26px;
    }

    a.article-source-name {
        font-size: 14px;
        line-height: 30px;
        letter-spacing: 0;
    }

    .article-excerpt {
        margin-top: 0;
        margin-bottom: 40px;
    }

    div.content {
        font-size: 22px;
        line-height: 28px;
    }

    .contact-for-post {
        padding: 28px 40px 28px 21px;
    }

    .notes {
        font-size: 22px;
        line-height: 28px;
        padding: 18px 12px;
        gap: 14px;
    }

    .note-header {
        font-size: 24px;
        line-height: 29px;
    }

    .article-source-name {
        font-size: 14px;
    }

    .actions-bar--left a {
        font-size: 20px;
        line-height: 24.2px;
        letter-spacing: 0;
    }

    .actions-bar--left a .icon--thumbs-up {
        width: 20px;
        max-height: 23px;
        min-height: 23px;
    }

    .actions-bar--left a .icon--bookmark {
        width: 20px;
        max-height: 20px;
        min-height: 20px;
    }

    a.actions-bar--right {
        font-size: 16px;
        line-height: 19.36px;
        letter-spacing: 0;
    }

    .comment-info .comment-content {
        font-size: 16px;
        line-height: 21px;
    }

    .comments-form-description {
        font-size: 16px;
        line-height: 19px;
    }

    .comments-form form textarea {
        font-size: 20px;
        line-height: 24px;
        height: 124px;
    }

    .article-authors {
        margin-bottom: 40px;
    }

    .article-source {
        margin-bottom: 35px;
    }

    blockquote {
        padding-left: 0;
    }

    .comment-actions .icon {
        transform: scale(.67);
    }

    .contact-details {
        display: flex;
        flex-direction: column;
        gap: 3px;
    }

    .contact__author-image img {
        width: 55px;
        height: 55px;
    }

}


.publication-item__v2.article-item__footer {
    row-gap: 15px !important;
}
/* End */
/* /local/templates/2025/components/bitrix/news.detail/pub/style.css?175406165727439 */
