

/* Start:/local/templates/2025_new/components/bitrix/news.detail/author_detail/style.css?176615590428356*/
.table-wrapper {
  overflow-x: scroll;
}
.content b{
    font-size: 28px;
}
.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;
}
.publication-page__wrapper2 {
  width: 100%;
  word-wrap: break-word;
}
@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;
    }
}

@media (max-width: 767px) {
    body div.content {
        font-size: 20px;
        font-weight: 400;
    }
    .content table * {
     /* font-size: 16px!important;*/
    }
    .content b{
    font-size: 22px;
    }
    .content h3{
    margin-bottom: 23px;
    }
}


/* todo */
@media (max-width: 560px) {
    .publication-page__content {
        max-width: 100%;
    }
    body div.content {
        font-size: 14px;
        font-weight: 400;
        line-height: 120%;
    }
    .table-wrapper{
        margin-bottom: 20px;
    }
}

@media (max-width: 520px) {
  body div.content {
      font-size: 14px;
      font-weight: 400;
      line-height: 120%;
  }
    .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-size: 24px;
    font-weight: 600;
    color: #000000;
}
p {
  /*font-family: "Inter", sans-serif;*/
}
.publication__caption.italic {
  font-family: "Inter", sans-serif;
}
.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-size: 28px;
    font-weight: 400; 
    line-height: 37px;
    color: #000000;
    display: flex;
    flex-direction: column;
    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: 21px;
}

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: 30px 0 0 0;
}

@media (min-width: 738px) {
    .contact-for-post {
        margin: 30px 0 0 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;
    }



    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: 30px 0 0 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: 30px 0 0px 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: 30px 0 0 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 {
        margin: 30px 0 0 0;
    }

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

@media (max-width: 737px) {
    div.content {
        font-size: 22px!important;
        line-height: 28px!important;
    }
}

.main__article-list-item-content .author-wrapper .author-label {
    max-width: 150px;
}
/* End */


/* Start:/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags/style.min.css?176587479614273*/
.bx-filter{width:100%;min-width:220px;font-family:var(--ui-font-family-secondary,var(--ui-font-family-open-sans));font-weight:var(--ui-font-weight-regular,400);margin-bottom:20px}.bx-filter .bx-filter-section{position:relative;padding-top:26px}.bx-filter .bx-filter-section>.row{padding:0 5px}.bx-filter .bx-filter-title{font-size:18px;margin-bottom:10px;color:#000}.bx-filter .bx-filter-parameters-box{position:relative}.bx-filter .bx-filter-parameters-box-title{font-size:13px;padding-bottom:7px}@media(min-width:992px){.bx-filter .bx-filter-section .col-md-4:nth-child(3n+1){clear:both}}@media(min-width:768px) and (max-width:991px){.bx-filter .bx-filter-section .col-md-4:nth-child(2n+1){clear:both}}.bx-filter .bx-filter-parameters-box-title span{color:#039be5;border-bottom:1px solid transparent;cursor:pointer}.bx-filter .bx-filter-parameters-box-title span:hover{border-color:#039be5}.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span:hover{border-color:transparent}.bx-filter .bx-filter-block{display:none;-webkit-transition:padding .3s ease;-moz-transition:padding .3s ease;-ms-transition:padding .3s ease;-o-transition:padding .3s ease;transition:padding .3s ease;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.bx-filter .bx-filter-button-box .bx-filter-block,.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block{display:block}.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub{font-size:14px;font-style:normal;display:block;padding-bottom:5px}.bx-filter-parameters-box-container{padding-bottom:20px}.bx-filter-parameters-box-container .checkbox:first-child{margin-top:0}.bx-filter .bx-filter-parameters-box-container-block{font-size:11px;color:#3f3f3f}.bx-filter .bx-filter-input-container input{display:block;width:100%;font-size:18px;height:38px;margin:0;padding:0 4px;border:1px solid #ccd5db;border-radius:2px;background:#fff;outline:0}.bx-retina .bx-filter .bx-filter-input-container input{border-style:solid;border-width:1px;-webkit-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags/images/border_default.png) 2 repeat;-moz-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags/images/border_default.png) 2 repeat;-o-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags/images/border_default.png) 2 repeat;border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags/images/border_default.png) 2 repeat}.bx-ios .bx-filter .bx-filter-input-container input{background-image:-webkit-linear-gradient(#fff 0,#fff 100%);background-image:linear-gradient(#fff 0,#fff 100%)}.bx-filter .bx-filter-button-box{clear:both}.bx-filter .bx-ui-slider-track-container{padding-top:35px;padding-bottom:25px}.bx-filter .bx-ui-slider-track{position:relative;height:7px}.bx-filter .bx-ui-slider-part{position:absolute;top:-6px;width:1px;height:17px;background:#a2bfc7}.bx-filter .bx-ui-slider-part.p1{left:-1px}.bx-filter .bx-ui-slider-part.p2{left:25%}.bx-filter .bx-ui-slider-part.p3{left:50%}.bx-filter .bx-ui-slider-part.p4{left:75%}.bx-filter .bx-ui-slider-part.p5{right:-1px}.bx-filter .bx-ui-slider-part span{font-size:11px;position:absolute;top:-16px;left:50%;display:block;width:100px;margin-left:-50px;text-align:center;color:#000}.bx-filter .bx-ui-slider-part.p2 span,.bx-filter .bx-ui-slider-part.p3 span,.bx-filter .bx-ui-slider-part.p4 span{color:#6b8086}.bx-filter .bx-ui-slider-range,.bx-filter .bx-ui-slider-pricebar,.bx-filter .bx-ui-slider-pricebar-vd,.bx-filter .bx-ui-slider-pricebar-vn,.bx-filter .bx-ui-slider-pricebar-v{position:absolute;top:0;bottom:0}.bx-filter .bx-ui-slider-range{z-index:50}.bx-filter .bx-ui-slider-pricebar{z-index:100}.bx-filter .bx-ui-slider-pricebar-vd{z-index:60}.bx-filter .bx-ui-slider-pricebar-vn{z-index:70}.bx-filter .bx-ui-slider-pricebar-v{z-index:80}.bx-filter .bx-ui-slider-handle{position:absolute;top:100%;width:22px;height:22px;border-bottom:0}.bx-filter .bx-ui-slider-handle:hover{-webkit-cursor:grab;-ms-cursor:grab;-o-cursor:grab;cursor:grab}.bx-filter .bx-ui-slider-handle:active{-webkit-cursor:grabbing;-ms-cursor:grabbing;-o-cursor:grabbing;cursor:grabbing}.bx-filter .bx-ui-slider-handle.left{left:0;margin-left:-21px;	/* COLOR */
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAArUlEQVQ4y6WSQQ6FMAhEXbjyXwzOpBdx5bXKbYRWLFSJ2m8ysVHfzGA7DH9cuKVfNwwM40ZzZzJlmE3WTjjNfF9Fn2EwMH5pUGYWOJ3w6wZ4wDKz6rUBumQPPxrUmT0IxuxpqxYLQ7MOG5TaHtbk1iza5+VauW5dfdcYSDKcMLkP7wxdA5sMQWV/BkwDTY7mtAfHjpJ/Ihj4DoIgXZ9J+siaimi6rimLgSw87qod+1BRTwMJRYoAAAAASUVORK5CIIA=) no-repeat right top;*/}.bx-filter .bx-ui-slider-handle.right{right:0;margin-right:-21px;	/* COLOR */
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top;*/}.bx-filter .bx-filter-select-container{display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:35px;border-radius:3px;border:1px solid #ccd5db}.bx-retina .bx-filter .bx-filter-select-container{border-style:solid;border-width:1px;-webkit-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags/images/border_default.png) 2 repeat;-moz-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags/images/border_default.png) 2 repeat;-o-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags/images/border_default.png) 2 repeat;border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags/images/border_default.png) 2 repeat}.bx-filter .bx-filter-select-block{position:relative;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;height:33px;margin:0;padding:0 33px 0 10px;border:0;border-radius:2px;background:#fff}.bx-filter .bx-filter-select-text{font-size:15px;line-height:33px;overflow:hidden;max-width:100%;height:33px;cursor:pointer;vertical-align:middle;white-space:nowrap;text-overflow:ellipsis;-ms-text-overflow:ellipsis}.bx-filter .bx-filter-select-text.fix{min-width:120px}.bx-filter .bx-filter-select-text label{cursor:pointer}.bx-filter .bx-filter-select-arrow{position:absolute;top:0;right:0;width:34px;height:33px;cursor:pointer;	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;}.bx-filter-select-popup{background:#fff;padding:0;min-width:173px}.bx-filter-select-popup ul{margin:0;padding:0;list-style:none}.bx-filter-select-popup ul li{display:block;text-align:left;vertical-align:middle}.bx-filter-select-popup ul li:first-child{border-bottom:1px solid #e5e5e5;padding-bottom:5px;margin-bottom:5px}.bx-filter-select-popup ul li label{font-size:14px;line-height:26px;display:block;text-align:left !important;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;height:26px;padding:0 5px;cursor:pointer;vertical-align:middle;white-space:nowrap;text-overflow:ellipsis;-ms-text-overflow:ellipsis;color:#575757}.bx-filter-select-popup ul li label.selected,.bx-filter-select-popup ul li label:hover{color:#000;background:#f3f8fa}.bx-filter-select-popup ul li label.disabled{color:#b8b8b8;background:transparent}.bx-filter-select-popup ul li .bx-filter-param-text{line-height:34px !important}.bx-filter .bx-filter-tag{padding:18px}.bx-filter .bx-tag-link{font-size:12px;text-decoration:none;text-shadow:none}.bx-filter .bx-tag-link.bx-active,.bx-filter .bx-tag-link:hover{color:#1d3d46}.bx-filter .bx-filter-param-label{min-height:20px;font-weight:normal;cursor:pointer}.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label{float:left;display:block;margin-right:5px}.bx-filter .bx-filter-param-btn-block .bx-filter-param-label{display:block}.bx-filter .bx-filter-param-label.dib{display:inline-block}.bx-filter .bx-filter-param-text{font-weight:normal}.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text{color:#6c6c6c}.bx-filter-select-popup .bx-filter-param-label.bx-active{background:#f3f8fa}.bx-filter .bx-filter-input-checkbox .bx-filter-param-text{display:block;text-align:left}.bx-filter .bx-filter-param-btn{font-weight:normal;display:inline-block;width:38px;height:38px;padding:6px;text-align:center;text-decoration:none;color:#000;vertical-align:middle;border:1px solid #ccd5db;border-radius:2px;background:#fff;position:relative;-webkit-transition:border .3s ease,box-shadow .1s ease,color .3s ease;-moz-transition:border .3s ease,box-shadow .1s ease,color .3s ease;-ms-transition:border .3s ease,box-shadow .1s ease,color .3s ease;-o-transition:border .3s ease,box-shadow .1s ease,color .3s ease;transition:border .3s ease,box-shadow .1s ease,color .3s ease;cursor:pointer}.bx-retina .bx-filter .bx-filter-param-btn{border-style:solid;border-width:1px;-webkit-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags/images/border_default.png) 2 repeat;-moz-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags/images/border_default.png) 2 repeat;-o-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags/images/border_default.png) 2 repeat;border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags/images/border_default.png) 2 repeat}.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl{background:transparent;box-shadow:none}.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl{position:relative}.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before{position:absolute;bottom:0;right:0;top:0;left:0;content:' ';display:block;z-index:100;	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center; opacity:.7}.bx-filter .bx-filter-param-btn .bx-filter-param-text{line-height:26px}.bx-filter .bx-filter-param-btn.bx-spm{width:23px;min-width:23px;height:23px;line-height:23px;font-weight:normal;padding:0;font-size:17px;color:#767b7e;vertical-align:top;border-radius:50%;background-color:transparent;}
.bx-filter .bx-filter-param-btn.bx-spm.bx-plus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center; }
.bx-filter .bx-filter-param-btn.bx-spm.bx-minus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;}.bx-filter .bx-filter-param-btn.bx-spm:active{outline:none !important;box-shadow:inset 0 2px 3px rgba(0,0,0,.12)}.bx-filter span.bx-spm{font-size:18px;line-height:23px;display:inline-block;height:23px;margin:0 10px;vertical-align:middle;color:#000}.bx-filter-select-popup .bx-filter-select-text-icon,.bx-filter .bx-filter-select-text-icon{line-height:33px;position:relative;display:inline-block;width:23px;height:23px;margin-top:-4px;margin-right:2px;vertical-align:middle;border-radius:2px}.bx-filter-select-popup .bx-filter-btn-color-icon,.bx-filter .bx-filter-btn-color-icon{line-height:24px;border-radius:2px;display:inline-block;width:24px;height:24px;vertical-align:middle;box-shadow:inset 0 0 0 1px rgba(0,0,0,.05);-webkit-background-size:cover;background-size:cover}.bx-filter-select-popup .bx-filter-btn-color-icon{width:20px;height:20px;margin:2px 0;top:0 !important}.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon{top:-1px !important}.bx-filter-btn-color-icon.all{position:relative;border:0;box-shadow:none}.bx-filter-btn-color-icon.all:after,.bx-filter-btn-color-icon.all:before{position:absolute;width:60%;height:60%;background:#fff;content:" ";box-shadow:inset 0 0 0 1px rgba(0,0,0,.2)}.bx-filter-btn-color-icon.all:after{right:0;bottom:0}.bx-filter-btn-color-icon.all:before{top:0;left:0}.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon{opacity:.2}.bx-filter .bx-filter-parameter-biz{font-size:14px;line-height:15px;display:inline-block;margin-right:10px;text-decoration:none;color:#1485ce;border-bottom:1px dashed}.bx-filter .bx-filter-parameter-biz:hover{text-decoration:none;border-bottom:1px solid}.bx-filter .bx-filter-parameter-biz.bx-active{position:relative;color:#000;border-color:transparent}.btn-themes{color:#FFF}.btn-themes.bx-active,.btn-themes.focus,.btn-themes:active,.btn-themes:focus,.btn-themes:hover{color:#FFF}.bx-filter .bx-filter-popup-result{font-size:13px;font-weight:normal;position:absolute;z-index:915;display:none;line-height:normal;margin-top:-7px;margin-left:10px;padding:0 10px;white-space:nowrap;color:#3f3f3f;min-height:37px;line-height:18px;border-style:solid;border:1px solid #c6dce7}.bx-filter .bx-filter-popup-result.left{border-width:2px 10px 2px 2px;-webkit-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags/images/result_popup_left.png) 4 20 4 4 repeat;-moz-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags/images/result_popup_left.png) 4 20 4 4 repeat;-o-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags/images/result_popup_left.png) 4 20 4 4 repeat;border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags/images/result_popup_left.png) 4 20 4 4 fill repeat}.bx-filter .bx-filter-popup-result.right{border-width:2px 2px 2px 10px;-webkit-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags/images/result_popup_right.png) 4 4 4 20 repeat;-moz-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags/images/result_popup_right.png) 4 4 4 20 repeat;-o-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags/images/result_popup_right.png) 4 4 4 20 repeat;border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags/images/result_popup_right.png) 4 4 4 20 fill repeat}.bx-filter .bx-filter-popup-result.right{left:97%}.bx-filter .bx-filter-popup-result.left{right:97%}.bx-filter-horizontal .bx-filter-popup-result{display:inline-block;position:relative;left:auto;right:auto;bottom:-7px}.bx-filter .bx-filter-popup-result a{color:#0073a3;line-height:10px}.bx-filter .bx-filter-popup-result a:hover{text-decoration:none}.bx-filter .bx-filter-popup-result-close{display:none}@media(max-width:767px){.bx-touch .bx-filter .bx-filter-popup-result{font-size:12px;line-height:14px;position:fixed !important;z-index:1001;top:auto !important;right:0 !important;bottom:0 !important;left:0 !important;margin-top:0;margin-left:0;width:auto;height:auto;padding:10px;border-radius:2px;border:1px solid #c6dae7;background:rgba(255,255,255,.9)}.bx-touch .bx-filter .bx-filter-popup-result br{display:none}.bx-filter .bx-filter-popup-result .arrow{display:none}}
/* End */


/* Start:/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags/themes/blue/colors.min.css?17658747964373*/
.bx-filter.bx-blue .bx-filter-section{background:#edf6fc}.bx-filter.bx-blue .bx-filter-input-container input:focus{border-color:#499fd8}.bx-retina .bx-filter.bx-blue .bx-filter-input-container input:focus{-webkit-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags/themes/blue/images/active.png) 2 repeat;-moz-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags/themes/blue/images/active.png) 2 repeat;-o-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags/themes/blue/images/active.png) 2 repeat;border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags/themes/blue/images/active.png) 2 repeat}.bx-filter.bx-blue .bx-ui-slider-track{background:#e7e7e7}.bx-filter.bx-blue .bx-ui-slider-pricebar-vd{background:#849da4}.bx-filter.bx-blue .bx-ui-slider-pricebar-vn{background:#a8dff3}.bx-filter.bx-blue .bx-ui-slider-pricebar-v{background:#499fd8}.bx-filter.bx-blue .bx-ui-slider-handle.left{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkM2RUFBN0ExNjg1MTFFNUIzOUM4MzM0QUEzQkQxRDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkM2RUFBN0IxNjg1MTFFNUIzOUM4MzM0QUEzQkQxRDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QzZFQUE3ODE2ODUxMUU1QjM5QzgzMzRBQTNCRDFENCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QzZFQUE3OTE2ODUxMUU1QjM5QzgzMzRBQTNCRDFENCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ppps1VcAAAEWSURBVHjabFPRFcIwCIS8/nWGdh+3sYu4gmu5il8niUAuaN6zJoQD7iB6e76kL8h3qX+RlrnU/TR3sje+DHMFq4cN8Pded/veG8gNWUEEVALMQPbd7e9uv3MLOABRXQutQD8PsFnOfmjJRkMHsHOCu8X2mTn8NnYRAmEAWF4xzhhgptUgyANIa3UV3JaZ1+AWYOYGtScyYMnMftGRxq0CNdArcMH0rFTVg21FYa6mZ77s9lgFxaJMk1kqTeJo1QAX+5yEoIDfadttf8nILDRckyKYQolrmfWyi4MZz878vohGbqPsAK/vAYXotGxemnPWIzRRAqCMs9K5D1JyFuox6IVKmVTe9za+LchD/q4iXyo6q/kIMAAflYlW4QRU6wAAAABJRU5ErkJggg==) no-repeat right top}.bx-filter.bx-blue .bx-ui-slider-handle.right{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top}.bx-filter.bx-blue .bx-filter-select-container.bx-active,.bx-filter.bx-blue .bx-filter-select-container:focus{border-color:#499fd8}.bx-retina .bx-filter.bx-blue .bx-filter-select-container.bx-active,.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus{-webkit-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags/themes/blue/images/active.png) 2 repeat;-moz-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags/themes/blue/images/active.png) 2 repeat;-o-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags/themes/blue/images/active.png) 2 repeat;border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags/themes/blue/images/active.png) 2 repeat}.bx-filter.bx-blue .bx-filter-tag{border-top:1px solid #d7eaf7;border-bottom:1px solid #d7eaf7}.bx-filter.bx-blue .bx-tag-link{color:#68939e}.bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn,.bx-filter.bx-blue .bx-filter-param-btn:hover,.bx-filter.bx-blue .bx-filter-param-btn:active,.bx-filter.bx-blue .bx-filter-param-btn:focus{border-color:#499fd8}.bx-retina .bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn,.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:hover,.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:active,.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus{-webkit-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags/themes/blue/images/active.png) 2 repeat;-moz-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags/themes/blue/images/active.png) 2 repeat;-o-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags/themes/blue/images/active.png) 2 repeat;border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags/themes/blue/images/active.png) 2 repeat}.bx-filter.bx-blue .btn-themes{background-color:#1485ce;border-color:#1485ce;color:#FFF}.bx-filter.bx-blue .btn-themes.bx-active,.bx-filter.bx-blue .btn-themes.focus,.bx-filter.bx-blue .btn-themes:active,.bx-filter.bx-blue .btn-themes:focus,.bx-filter.bx-blue .btn-themes:hover{background-color:#53a4d8;border-color:#53a4d8;color:#FFF}
/* End */


/* Start:/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags_dis/style.min.css?176587479614273*/
.bx-filter{width:100%;min-width:220px;font-family:var(--ui-font-family-secondary,var(--ui-font-family-open-sans));font-weight:var(--ui-font-weight-regular,400);margin-bottom:20px}.bx-filter .bx-filter-section{position:relative;padding-top:26px}.bx-filter .bx-filter-section>.row{padding:0 5px}.bx-filter .bx-filter-title{font-size:18px;margin-bottom:10px;color:#000}.bx-filter .bx-filter-parameters-box{position:relative}.bx-filter .bx-filter-parameters-box-title{font-size:13px;padding-bottom:7px}@media(min-width:992px){.bx-filter .bx-filter-section .col-md-4:nth-child(3n+1){clear:both}}@media(min-width:768px) and (max-width:991px){.bx-filter .bx-filter-section .col-md-4:nth-child(2n+1){clear:both}}.bx-filter .bx-filter-parameters-box-title span{color:#039be5;border-bottom:1px solid transparent;cursor:pointer}.bx-filter .bx-filter-parameters-box-title span:hover{border-color:#039be5}.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span:hover{border-color:transparent}.bx-filter .bx-filter-block{display:none;-webkit-transition:padding .3s ease;-moz-transition:padding .3s ease;-ms-transition:padding .3s ease;-o-transition:padding .3s ease;transition:padding .3s ease;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.bx-filter .bx-filter-button-box .bx-filter-block,.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block{display:block}.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub{font-size:14px;font-style:normal;display:block;padding-bottom:5px}.bx-filter-parameters-box-container{padding-bottom:20px}.bx-filter-parameters-box-container .checkbox:first-child{margin-top:0}.bx-filter .bx-filter-parameters-box-container-block{font-size:11px;color:#3f3f3f}.bx-filter .bx-filter-input-container input{display:block;width:100%;font-size:18px;height:38px;margin:0;padding:0 4px;border:1px solid #ccd5db;border-radius:2px;background:#fff;outline:0}.bx-retina .bx-filter .bx-filter-input-container input{border-style:solid;border-width:1px;-webkit-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags_dis/images/border_default.png) 2 repeat;-moz-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags_dis/images/border_default.png) 2 repeat;-o-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags_dis/images/border_default.png) 2 repeat;border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags_dis/images/border_default.png) 2 repeat}.bx-ios .bx-filter .bx-filter-input-container input{background-image:-webkit-linear-gradient(#fff 0,#fff 100%);background-image:linear-gradient(#fff 0,#fff 100%)}.bx-filter .bx-filter-button-box{clear:both}.bx-filter .bx-ui-slider-track-container{padding-top:35px;padding-bottom:25px}.bx-filter .bx-ui-slider-track{position:relative;height:7px}.bx-filter .bx-ui-slider-part{position:absolute;top:-6px;width:1px;height:17px;background:#a2bfc7}.bx-filter .bx-ui-slider-part.p1{left:-1px}.bx-filter .bx-ui-slider-part.p2{left:25%}.bx-filter .bx-ui-slider-part.p3{left:50%}.bx-filter .bx-ui-slider-part.p4{left:75%}.bx-filter .bx-ui-slider-part.p5{right:-1px}.bx-filter .bx-ui-slider-part span{font-size:11px;position:absolute;top:-16px;left:50%;display:block;width:100px;margin-left:-50px;text-align:center;color:#000}.bx-filter .bx-ui-slider-part.p2 span,.bx-filter .bx-ui-slider-part.p3 span,.bx-filter .bx-ui-slider-part.p4 span{color:#6b8086}.bx-filter .bx-ui-slider-range,.bx-filter .bx-ui-slider-pricebar,.bx-filter .bx-ui-slider-pricebar-vd,.bx-filter .bx-ui-slider-pricebar-vn,.bx-filter .bx-ui-slider-pricebar-v{position:absolute;top:0;bottom:0}.bx-filter .bx-ui-slider-range{z-index:50}.bx-filter .bx-ui-slider-pricebar{z-index:100}.bx-filter .bx-ui-slider-pricebar-vd{z-index:60}.bx-filter .bx-ui-slider-pricebar-vn{z-index:70}.bx-filter .bx-ui-slider-pricebar-v{z-index:80}.bx-filter .bx-ui-slider-handle{position:absolute;top:100%;width:22px;height:22px;border-bottom:0}.bx-filter .bx-ui-slider-handle:hover{-webkit-cursor:grab;-ms-cursor:grab;-o-cursor:grab;cursor:grab}.bx-filter .bx-ui-slider-handle:active{-webkit-cursor:grabbing;-ms-cursor:grabbing;-o-cursor:grabbing;cursor:grabbing}.bx-filter .bx-ui-slider-handle.left{left:0;margin-left:-21px;	/* COLOR */
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAArUlEQVQ4y6WSQQ6FMAhEXbjyXwzOpBdx5bXKbYRWLFSJ2m8ysVHfzGA7DH9cuKVfNwwM40ZzZzJlmE3WTjjNfF9Fn2EwMH5pUGYWOJ3w6wZ4wDKz6rUBumQPPxrUmT0IxuxpqxYLQ7MOG5TaHtbk1iza5+VauW5dfdcYSDKcMLkP7wxdA5sMQWV/BkwDTY7mtAfHjpJ/Ihj4DoIgXZ9J+siaimi6rimLgSw87qod+1BRTwMJRYoAAAAASUVORK5CIIA=) no-repeat right top;*/}.bx-filter .bx-ui-slider-handle.right{right:0;margin-right:-21px;	/* COLOR */
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top;*/}.bx-filter .bx-filter-select-container{display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:35px;border-radius:3px;border:1px solid #ccd5db}.bx-retina .bx-filter .bx-filter-select-container{border-style:solid;border-width:1px;-webkit-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags_dis/images/border_default.png) 2 repeat;-moz-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags_dis/images/border_default.png) 2 repeat;-o-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags_dis/images/border_default.png) 2 repeat;border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags_dis/images/border_default.png) 2 repeat}.bx-filter .bx-filter-select-block{position:relative;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;height:33px;margin:0;padding:0 33px 0 10px;border:0;border-radius:2px;background:#fff}.bx-filter .bx-filter-select-text{font-size:15px;line-height:33px;overflow:hidden;max-width:100%;height:33px;cursor:pointer;vertical-align:middle;white-space:nowrap;text-overflow:ellipsis;-ms-text-overflow:ellipsis}.bx-filter .bx-filter-select-text.fix{min-width:120px}.bx-filter .bx-filter-select-text label{cursor:pointer}.bx-filter .bx-filter-select-arrow{position:absolute;top:0;right:0;width:34px;height:33px;cursor:pointer;	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;}.bx-filter-select-popup{background:#fff;padding:0;min-width:173px}.bx-filter-select-popup ul{margin:0;padding:0;list-style:none}.bx-filter-select-popup ul li{display:block;text-align:left;vertical-align:middle}.bx-filter-select-popup ul li:first-child{border-bottom:1px solid #e5e5e5;padding-bottom:5px;margin-bottom:5px}.bx-filter-select-popup ul li label{font-size:14px;line-height:26px;display:block;text-align:left !important;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;height:26px;padding:0 5px;cursor:pointer;vertical-align:middle;white-space:nowrap;text-overflow:ellipsis;-ms-text-overflow:ellipsis;color:#575757}.bx-filter-select-popup ul li label.selected,.bx-filter-select-popup ul li label:hover{color:#000;background:#f3f8fa}.bx-filter-select-popup ul li label.disabled{color:#b8b8b8;background:transparent}.bx-filter-select-popup ul li .bx-filter-param-text{line-height:34px !important}.bx-filter .bx-filter-tag{padding:18px}.bx-filter .bx-tag-link{font-size:12px;text-decoration:none;text-shadow:none}.bx-filter .bx-tag-link.bx-active,.bx-filter .bx-tag-link:hover{color:#1d3d46}.bx-filter .bx-filter-param-label{min-height:20px;font-weight:normal;cursor:pointer}.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label{float:left;display:block;margin-right:5px}.bx-filter .bx-filter-param-btn-block .bx-filter-param-label{display:block}.bx-filter .bx-filter-param-label.dib{display:inline-block}.bx-filter .bx-filter-param-text{font-weight:normal}.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text{color:#6c6c6c}.bx-filter-select-popup .bx-filter-param-label.bx-active{background:#f3f8fa}.bx-filter .bx-filter-input-checkbox .bx-filter-param-text{display:block;text-align:left}.bx-filter .bx-filter-param-btn{font-weight:normal;display:inline-block;width:38px;height:38px;padding:6px;text-align:center;text-decoration:none;color:#000;vertical-align:middle;border:1px solid #ccd5db;border-radius:2px;background:#fff;position:relative;-webkit-transition:border .3s ease,box-shadow .1s ease,color .3s ease;-moz-transition:border .3s ease,box-shadow .1s ease,color .3s ease;-ms-transition:border .3s ease,box-shadow .1s ease,color .3s ease;-o-transition:border .3s ease,box-shadow .1s ease,color .3s ease;transition:border .3s ease,box-shadow .1s ease,color .3s ease;cursor:pointer}.bx-retina .bx-filter .bx-filter-param-btn{border-style:solid;border-width:1px;-webkit-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags_dis/images/border_default.png) 2 repeat;-moz-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags_dis/images/border_default.png) 2 repeat;-o-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags_dis/images/border_default.png) 2 repeat;border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags_dis/images/border_default.png) 2 repeat}.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl{background:transparent;box-shadow:none}.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl{position:relative}.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before{position:absolute;bottom:0;right:0;top:0;left:0;content:' ';display:block;z-index:100;	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center; opacity:.7}.bx-filter .bx-filter-param-btn .bx-filter-param-text{line-height:26px}.bx-filter .bx-filter-param-btn.bx-spm{width:23px;min-width:23px;height:23px;line-height:23px;font-weight:normal;padding:0;font-size:17px;color:#767b7e;vertical-align:top;border-radius:50%;background-color:transparent;}
.bx-filter .bx-filter-param-btn.bx-spm.bx-plus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center; }
.bx-filter .bx-filter-param-btn.bx-spm.bx-minus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;}.bx-filter .bx-filter-param-btn.bx-spm:active{outline:none !important;box-shadow:inset 0 2px 3px rgba(0,0,0,.12)}.bx-filter span.bx-spm{font-size:18px;line-height:23px;display:inline-block;height:23px;margin:0 10px;vertical-align:middle;color:#000}.bx-filter-select-popup .bx-filter-select-text-icon,.bx-filter .bx-filter-select-text-icon{line-height:33px;position:relative;display:inline-block;width:23px;height:23px;margin-top:-4px;margin-right:2px;vertical-align:middle;border-radius:2px}.bx-filter-select-popup .bx-filter-btn-color-icon,.bx-filter .bx-filter-btn-color-icon{line-height:24px;border-radius:2px;display:inline-block;width:24px;height:24px;vertical-align:middle;box-shadow:inset 0 0 0 1px rgba(0,0,0,.05);-webkit-background-size:cover;background-size:cover}.bx-filter-select-popup .bx-filter-btn-color-icon{width:20px;height:20px;margin:2px 0;top:0 !important}.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon{top:-1px !important}.bx-filter-btn-color-icon.all{position:relative;border:0;box-shadow:none}.bx-filter-btn-color-icon.all:after,.bx-filter-btn-color-icon.all:before{position:absolute;width:60%;height:60%;background:#fff;content:" ";box-shadow:inset 0 0 0 1px rgba(0,0,0,.2)}.bx-filter-btn-color-icon.all:after{right:0;bottom:0}.bx-filter-btn-color-icon.all:before{top:0;left:0}.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon{opacity:.2}.bx-filter .bx-filter-parameter-biz{font-size:14px;line-height:15px;display:inline-block;margin-right:10px;text-decoration:none;color:#1485ce;border-bottom:1px dashed}.bx-filter .bx-filter-parameter-biz:hover{text-decoration:none;border-bottom:1px solid}.bx-filter .bx-filter-parameter-biz.bx-active{position:relative;color:#000;border-color:transparent}.btn-themes{color:#FFF}.btn-themes.bx-active,.btn-themes.focus,.btn-themes:active,.btn-themes:focus,.btn-themes:hover{color:#FFF}.bx-filter .bx-filter-popup-result{font-size:13px;font-weight:normal;position:absolute;z-index:915;display:none;line-height:normal;margin-top:-7px;margin-left:10px;padding:0 10px;white-space:nowrap;color:#3f3f3f;min-height:37px;line-height:18px;border-style:solid;border:1px solid #c6dce7}.bx-filter .bx-filter-popup-result.left{border-width:2px 10px 2px 2px;-webkit-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags_dis/images/result_popup_left.png) 4 20 4 4 repeat;-moz-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags_dis/images/result_popup_left.png) 4 20 4 4 repeat;-o-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags_dis/images/result_popup_left.png) 4 20 4 4 repeat;border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags_dis/images/result_popup_left.png) 4 20 4 4 fill repeat}.bx-filter .bx-filter-popup-result.right{border-width:2px 2px 2px 10px;-webkit-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags_dis/images/result_popup_right.png) 4 4 4 20 repeat;-moz-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags_dis/images/result_popup_right.png) 4 4 4 20 repeat;-o-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags_dis/images/result_popup_right.png) 4 4 4 20 repeat;border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags_dis/images/result_popup_right.png) 4 4 4 20 fill repeat}.bx-filter .bx-filter-popup-result.right{left:97%}.bx-filter .bx-filter-popup-result.left{right:97%}.bx-filter-horizontal .bx-filter-popup-result{display:inline-block;position:relative;left:auto;right:auto;bottom:-7px}.bx-filter .bx-filter-popup-result a{color:#0073a3;line-height:10px}.bx-filter .bx-filter-popup-result a:hover{text-decoration:none}.bx-filter .bx-filter-popup-result-close{display:none}@media(max-width:767px){.bx-touch .bx-filter .bx-filter-popup-result{font-size:12px;line-height:14px;position:fixed !important;z-index:1001;top:auto !important;right:0 !important;bottom:0 !important;left:0 !important;margin-top:0;margin-left:0;width:auto;height:auto;padding:10px;border-radius:2px;border:1px solid #c6dae7;background:rgba(255,255,255,.9)}.bx-touch .bx-filter .bx-filter-popup-result br{display:none}.bx-filter .bx-filter-popup-result .arrow{display:none}}
/* End */


/* Start:/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags_dis/themes/blue/colors.min.css?17658747964373*/
.bx-filter.bx-blue .bx-filter-section{background:#edf6fc}.bx-filter.bx-blue .bx-filter-input-container input:focus{border-color:#499fd8}.bx-retina .bx-filter.bx-blue .bx-filter-input-container input:focus{-webkit-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags_dis/themes/blue/images/active.png) 2 repeat;-moz-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags_dis/themes/blue/images/active.png) 2 repeat;-o-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags_dis/themes/blue/images/active.png) 2 repeat;border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags_dis/themes/blue/images/active.png) 2 repeat}.bx-filter.bx-blue .bx-ui-slider-track{background:#e7e7e7}.bx-filter.bx-blue .bx-ui-slider-pricebar-vd{background:#849da4}.bx-filter.bx-blue .bx-ui-slider-pricebar-vn{background:#a8dff3}.bx-filter.bx-blue .bx-ui-slider-pricebar-v{background:#499fd8}.bx-filter.bx-blue .bx-ui-slider-handle.left{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkM2RUFBN0ExNjg1MTFFNUIzOUM4MzM0QUEzQkQxRDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkM2RUFBN0IxNjg1MTFFNUIzOUM4MzM0QUEzQkQxRDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QzZFQUE3ODE2ODUxMUU1QjM5QzgzMzRBQTNCRDFENCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QzZFQUE3OTE2ODUxMUU1QjM5QzgzMzRBQTNCRDFENCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ppps1VcAAAEWSURBVHjabFPRFcIwCIS8/nWGdh+3sYu4gmu5il8niUAuaN6zJoQD7iB6e76kL8h3qX+RlrnU/TR3sje+DHMFq4cN8Pded/veG8gNWUEEVALMQPbd7e9uv3MLOABRXQutQD8PsFnOfmjJRkMHsHOCu8X2mTn8NnYRAmEAWF4xzhhgptUgyANIa3UV3JaZ1+AWYOYGtScyYMnMftGRxq0CNdArcMH0rFTVg21FYa6mZ77s9lgFxaJMk1kqTeJo1QAX+5yEoIDfadttf8nILDRckyKYQolrmfWyi4MZz878vohGbqPsAK/vAYXotGxemnPWIzRRAqCMs9K5D1JyFuox6IVKmVTe9za+LchD/q4iXyo6q/kIMAAflYlW4QRU6wAAAABJRU5ErkJggg==) no-repeat right top}.bx-filter.bx-blue .bx-ui-slider-handle.right{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top}.bx-filter.bx-blue .bx-filter-select-container.bx-active,.bx-filter.bx-blue .bx-filter-select-container:focus{border-color:#499fd8}.bx-retina .bx-filter.bx-blue .bx-filter-select-container.bx-active,.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus{-webkit-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags_dis/themes/blue/images/active.png) 2 repeat;-moz-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags_dis/themes/blue/images/active.png) 2 repeat;-o-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags_dis/themes/blue/images/active.png) 2 repeat;border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags_dis/themes/blue/images/active.png) 2 repeat}.bx-filter.bx-blue .bx-filter-tag{border-top:1px solid #d7eaf7;border-bottom:1px solid #d7eaf7}.bx-filter.bx-blue .bx-tag-link{color:#68939e}.bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn,.bx-filter.bx-blue .bx-filter-param-btn:hover,.bx-filter.bx-blue .bx-filter-param-btn:active,.bx-filter.bx-blue .bx-filter-param-btn:focus{border-color:#499fd8}.bx-retina .bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn,.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:hover,.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:active,.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus{-webkit-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags_dis/themes/blue/images/active.png) 2 repeat;-moz-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags_dis/themes/blue/images/active.png) 2 repeat;-o-border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags_dis/themes/blue/images/active.png) 2 repeat;border-image:url(/local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags_dis/themes/blue/images/active.png) 2 repeat}.bx-filter.bx-blue .btn-themes{background-color:#1485ce;border-color:#1485ce;color:#FFF}.bx-filter.bx-blue .btn-themes.bx-active,.bx-filter.bx-blue .btn-themes.focus,.bx-filter.bx-blue .btn-themes:active,.bx-filter.bx-blue .btn-themes:focus,.bx-filter.bx-blue .btn-themes:hover{background-color:#53a4d8;border-color:#53a4d8;color:#FFF}
/* End */


/* Start:/local/templates/2025_new/components/bitrix/news.list/author_diss_n_section/style.css?1765874796337*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.discussion__item-actions .action-item_dis {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5019607843);
}
/* End */
/* /local/templates/2025_new/components/bitrix/news.detail/author_detail/style.css?176615590428356 */
/* /local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags/style.min.css?176587479614273 */
/* /local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags/themes/blue/colors.min.css?17658747964373 */
/* /local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags_dis/style.min.css?176587479614273 */
/* /local/templates/2025_new/components/bitrix/catalog.smart.filter/pub_tags_dis/themes/blue/colors.min.css?17658747964373 */
/* /local/templates/2025_new/components/bitrix/news.list/author_diss_n_section/style.css?1765874796337 */
