

/* Start:/local/templates/barrier/components/bitrix/news/main_news/bitrix/news.detail/.default/style.css?17526588286834*/
.back-btn-ico {
    width: 20px;
    height: 18px;
    margin-right: 13px;
}

.back-btn {
    display: flex;
    position: absolute;
    left: 20px;
    top: 0;
    text-decoration: none;
    padding: 15px;
    background: #F4F4F4;
    border-radius: 30px;
    transition: 0.3s;
}

.page-inner {
    position: relative;
}

.back-btn-ico svg {
    width: 100%;
    height: 100%;
}

.back-btn-text {
    line-height: 1.2;
}

.back-btn:hover {
    opacity: 0.8;
}

.news-detail-inner {
    max-width: 810px;
    padding: 0 10px;
    margin: 0 auto;
}

.news-detail-title {
    margin-bottom: 40px;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.1;
}

.news-detail-wrapper {
    margin-top: 50px;
}

.other-news {
    margin-top: 100px;
}

.other-news-title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 1;
}

.other-news-btn__wrapper {
    display: flex;
    justify-content: center;
}

.other-news-btn {
    text-align: center;
    color: black;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 20px;
    border-radius: 30px;
    border: 2px solid black;
    transition: 0.3s;
}

.other-news-btn:hover {
    background: black;
    color: white;
}

.like-block {
    margin-top: 50px;
    padding: 30px 20px;
    border-radius: 30px;
    background: #F4F4F4;
}

.like-block-title {
    font-size: 38px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

.like-block-usage {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.like-block-usage-item:first-child {
    margin-right: 40px;
}

.like-block-usage-item-img {
    width: 80px;
    height: 80px;
    cursor: pointer;
    transition: 0.3s;
}

.like-block-usage-item img {
    width: 100%;
    height: 100%;
}

.like-block-usage-item:hover {
    opacity: 0.8;
}

.like-block-usage-item-count {
    display: none;
}

.like-block-usage.active .like-block-usage-item-count {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.like-block-usage.voted .like-block-usage-item .like-block-usage-item-img {
    opacity: 0.6;
    cursor: default;
}

.like-block-usage.voted .like-block-usage-item.active .like-block-usage-item-img {
    opacity: 1;
    transform: scale(1.1);
    cursor: pointer;
}

.news-detail-preview {
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E1E1E1;
}

.news-detail-split {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.news-detail-split-side-date {
    color: #575757;
    font-size: 14px;
    padding: 9px 7px;
    background: #F4F4F4;
    border-radius: 50px;
    line-height: 1;
}

.news-detail-share {
    display: flex;
}

.news-detail-share a:not(:last-child) {
    margin-right: 10px;
}

.news-detail-share a {
    display: flex;
    width: 32px;
    height: 32px;
}

.copy-btn {
    cursor: pointer;
}

.news-detail-preview-img {
    margin-bottom: 70px;
}

.news-detail-preview-img img {
    width: 100%;
    height: 100%;
    border-radius: 40px;
}

.anch-block {
    margin-bottom: 60px;
    padding: 20px;
    border-radius: 15px;
    background: #F4F4F4;
}

.news-detail-body-title {
    font-size: 38px;
    color: black;
    margin-bottom: 20px;
    line-height: 1;
    font-weight: bold;
}

.anch-block__list {
    display: flex;
    flex-direction: column;
}

.anch-block__item {
    color: black;
    font-size: 18px;
}

.anch-block__item:not(:last-child) {
    margin-bottom: 10px;
}

.news-detail-block {
    margin-bottom: 60px;
    scroll-margin: 100px;
}

.news-detail-block p {
    font-size: 18px;
}

.news-detail-qot {
    padding: 10px;
    border-left: 6px solid #D9D9D9;
    font-size: 24px;
    font-weight: bold;
}

.news-detail-block iframe {
    height: 400px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.news-detail-video-title {
    font-size: 24px;
    font-weight: bold;
}

.news-detail-btn-wrapper {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.news-detail-btn {
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    background: black;
    border-radius: 30px;
    text-decoration: none;
    padding: 14px 29px;
    transition: 0.3s;
    border: 1px solid transparent;
}

.news-detail-btn:hover {
    background: white;
    color: black;
    border-color: black;
}

.news-detail-block ul {
    font-size: 18px;
    list-style: inside;
}

.news-detail-block ul li:not(:last-child) {
    margin-bottom: 5px;
}

.news-detail-block img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    margin: 20px 0;
}

.news-detail-footer-side .back-btn {
    position: relative;
    left: 0;
    padding: 10px 15px;
}

.news-detail-footer-side-btn {
    display: flex;
}

.news-detail-footer {
    display: flex;
    justify-content: space-between;
}

.news-detail-footer {
    padding-top: 30px;
    border-top: 1px solid #E1E1E1;
}

@media screen and (max-width: 1150px) {
    .back-btn {
        max-width: 790px;
        margin: 0 auto 20px auto;
        left: 0;
        position: relative;
        display: flex;
        justify-content: space-between;
    }
}

@media screen and (max-width: 900px) {
    .news-detail-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .news-detail-wrapper {
        margin-top: 0;
    }

    .news-detail-preview {
        font-size: 18px;
    }

    .news-detail-split {
        margin-bottom: 45px;
    }

    .news-detail-preview-img {
        margin-bottom: 45px;
    }

    .news-detail-body-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .anch-block__item {
        font-size: 14px;
    }

    .anch-block {
        margin-bottom: 45px;
    }

    .news-detail-block p {
        font-size: 14px;
    }

    .news-detail-block {
        margin-bottom: 45px;
    }

    .news-detail-qot {
        font-size: 18px;
    }

    .news-detail-block ul {
        font-size: 14px;
    }

    .other-news-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .news-detail-block iframe {
        height: 200px;
    }

    .news-detail-video-title {
        font-size: 20px;
    }

    .other-news {
        margin-top: 45px;
    }

    .news-detail-footer {
        flex-direction: column-reverse;
    }

    .news-detail-footer-side {
        display: flex;
        justify-content: center;
    }

    .news-detail-footer-side .back-btn {
        width: 100%;
        margin-top: 20px;
    }

    .news-detail-footer-side-btn {
        width: 100%;
    }

    .like-block-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .like-block-usage-item-img {
        width: 40px;
        height: 40px;
    }

    .like-block-usage-item:first-child {
        margin-right: 40px;
    }
}

/* End */


/* Start:/local/templates/barrier/components/bitrix/system.pagenavigation/smi/style.css?17461840931867*/
.btn-show-more {
    display: flex;
    justify-content: center;
    cursor: pointer;
    background: #F4F4F4;
    border-radius: 30px;
    padding: 18px;
    transition: 0.3s;
    margin-bottom: 30px;
}

.btn-show-more:hover {
    background: black;
    color: white;
}

.btn-show-more:hover .show-more-ico svg {
    fill: white;
}

.paginations {
    max-width: 520px;
    margin: 0 auto;
}

.show-more-ico {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
}

.show-more-ico svg {
    width: 14px;
    height: 9px;
    fill: #1E1E1E;
    transition: 0.3s;
}

.show-more-text {
    font-size: 16px;
}

.paginations__list {
    display: flex;
    justify-content: center;
}

.paginations__item:not(:last-child) {
    margin-right: 8px;
}

.paginations__link {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #F4F4F4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    color: black;
    transition: 0.3s;
}

.paginations__item.paginations__item--active .paginations__link {
    background: black;
    color: white;
}

.paginations__item:hover .paginations__link {
    background: black;
    color: white;
}

.paginations__next:hover .paginations__link, .paginations__prev:hover .paginations__link {
    background: black;
    color: white;
}

.paginations__prev .paginations__link, .paginations__next .paginations__link {
    width: auto;
    padding: 0 15px;
    border-radius: 30px;
}

.paginations__prev {
    margin-right: 8px;
}

@media screen and (max-width: 990px) {
    .show-more-text {
        font-size: 14px;
    }

    .btn-show-more {
        padding: 10px;
        margin-bottom: 15px;
    }

    .paginations__link {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }
}

/* End */


/* Start:/local/templates/barrier/components/bitrix/news/main_news/bitrix/news.list/other.news/style.css?17526588285898*/
.page-heading {
    margin-bottom: 40px!important;
}

.smi-list {
    display: flex;
    flex-wrap: wrap;
}

.smi-item {
    width: calc(100%/3 - 14px);
    box-sizing: border-box;
    margin-bottom: 60px;
    color: black;
    text-decoration: none;
}

.smi-item:not(:nth-child(3n)) {
    margin-right: 20px;
}

.smi-item-img img {
    border-radius: 25px;
    width: 100%;
    height: 100%;
}

.smi-item-img-wrapper {
    display: block;
    position: relative;
    padding-bottom: 56.4%;
    overflow: hidden;
    margin-bottom: 20px;
}

.smi-item-img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.smi-item__gray {
    background: #F4F4F4;
    padding: 20px;
    border-radius: 25px;
}

.smi-item-source {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.smi-item-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.2;
}

.smi-item-text {
    font-size: 16px;
    margin-bottom: 20px;
    color: #575757;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2;
}

.smi-item-tags {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.smi-item-tag {
    background: #F4F4F4;
    font-size: 16px;
    padding: 4px 8px;
    border-radius: 25px;
}

.smi-item-tag:not(:last-child) {
    margin-right: 5px;
}

.smi-item__gray .smi-item-tag {
    background: white;
}

.smi-item-date {
    color: #575757;
    font-size: 14px;
}

.smi-top {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.smi-left {
    display: flex;
}

.smi-search {
    width: 100%;
    position: relative;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
}

.smi-serach-wrapper {
    width: 380px;
    position: relative;
    margin-right: 20px;
}

.smi-search-field {
    font-size: 16px;
    padding: 20px 20px 20px 50px;
    border: none;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
}

.smi-search::before {
    content: '';
    background-image: url('data:image/svg+xml,<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.0006 18.9987L13.291 13.2891" stroke="%231E1E1E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.2 15.4C12.1764 15.4 15.4 12.1764 15.4 8.2C15.4 4.22355 12.1764 1 8.2 1C4.22355 1 1 4.22355 1 8.2C1 12.1764 4.22355 15.4 8.2 15.4Z" stroke="%231E1E1E" stroke-width="2" stroke-linecap="square"/></svg>');
    width: 21px;
    height: 21px;
    position: absolute;
    left: 16px;
    top: 20px;
}

.js-result {
    position: absolute;
    z-index: 2;
    width: 100%;
    background: white;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    max-height: 200px;
    overflow-y: auto;
    border-left: 1px solid #E1E1E1;
    border-right: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
}

.js-result a {
    color: black;
    text-decoration: none;
    padding: 5px 10px;
}

.js-result a:hover {
    background: #E1E1E1;
}

.js-result a:not(:last-child) {
    border-bottom: 1px solid #E1E1E1;
}

.include-text {
    font-weight: bold;
}

.smi-filter select {
    width: 200px;
    font-size: 16px;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    padding: 20px 15px 20px 15px;
}

.smi-empty {
    padding: 40px;
    background: #F4F4F4;
    border-radius: 30px;
    width: 100%;
    text-align: center;
}

.smi-empty-text {
    font-size: 24px;
    margin-bottom: 30px;
}

.smi-empty-reset {
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 25px;
    background: white;
    transition: 0.3s;
    border-radius: 30px;
    cursor: pointer;
}

.smi-empty-reset-wrapper {
    display: flex;
    justify-content: center;
}

.smi-empty-reset:hover {
    background: black;
    color: white;
}

.smi-block-tags {
    display: flex;
    margin-bottom: 30px;
}

.smi-block-tags-item {
    margin-right: 5px;
    border-radius: 30px;
    background: #F4F4F4;
    padding: 2px 10px 2px 0;
    display: flex;
}

.smi-block-tags-item-ico {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 11px 0 8px;
}

.smi-block-tags-item-ico svg {
    width: 8px;
    height: 8px;
}

.smi-right {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.search-input-delete {
    position: absolute;
    cursor: pointer;
    right: 11px;
    width: 13px;
    height: 13px;
    top: 19px;
    display: none;
}

.search-input-delete.active {
    display: block;
}

.search-input-delete svg {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 990px) {
    .search-input-delete {
        right: 11px;
        width: 10px;
        height: 10px;
        top: 15px;
    }

    .smi-serach-wrapper {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .smi-search-field {
        font-size: 14px;
        padding: 15px 20px 15px 50px;
    }

    .smi-search::before {
        top: 13px;
    }

    .smi-top {
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    .smi-left {
        width: 100%;
    }

    .smi-right {
        justify-content: flex-start;
    }

    .smi-right .smi-filter:first-child {
        margin-right: 40px;
    }

    .smi-filter select {
        width: auto;
        font-size: 14px;
        border: none;
        padding: 5px 10px 5px 0;
    }

    .smi-item:not(:nth-child(3n)) {
        margin-right: 0;
    }

    .smi-item {
        width: 100%;
        margin-bottom: 30px;
    }

    .smi-item-source {
        font-size: 14px;
    }

    .smi-item-text, .smi-item-tag {
        font-size: 14px;
    }

    .smi-item__gray .smi-item-img-wrapper {
        display: none;
    }

    .smi-empty {
        padding: 30px 15px;
    }

    .smi-empty-text {
        font-size: 18px;
    }
}

/* End */
/* /local/templates/barrier/components/bitrix/news/main_news/bitrix/news.detail/.default/style.css?17526588286834 */
/* /local/templates/barrier/components/bitrix/system.pagenavigation/smi/style.css?17461840931867 */
/* /local/templates/barrier/components/bitrix/news/main_news/bitrix/news.list/other.news/style.css?17526588285898 */
