

/* Start:/local/templates/tpp-inform/components/forumedia/main.news.list/news/style.css?1787841563144*/
.news-page .btn-more .spinner-border {
    display: none;
}

.news-page .btn-more[disabled] .spinner-border {
    display: inline-block;
}
/* End */


/* Start:/local/templates/tpp-inform/components/forumedia/main.news.detail.v2/detail/style.css?177399520219098*/
.fm-images-upload {
    width: 100%;
    height: 100%;
}

.fm-images-upload__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.btn.fm-images-upload__delete {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    z-index: 50;
}

.fm-images-upload__pic {
    position: relative;
    width: 100%;
    height: 100%;
}

.fm-images-upload__pic:hover .btn.fm-images-upload__delete {
    display: block;
}

@media (max-width: 992px) {
    .btn.fm-images-upload__delete {
        display: block;
    }
}

.fm-images-upload__file {
    background: #E8E9EC;
    display: block;
    border: 2px dashed #d1d1d1;
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%;
}

.fm-images-upload__file-label {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.fm-images-upload__input {
    opacity: 0;
    z-index: -10;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.fm-images-upload__text {
    /* height: 100%;
	width: 100%;
	display: flex;
	justify-content: center; */
    text-align: center;
    padding: 10px 10px;
    font-size: 13px;
}

.fm-images-upload__news-pic {
    /* height: 540px; */
}


/* ------------------------------------------------ */

.new-detail__photo-file {
    height: 200px;
}

.news-detail__date-input {
    border: none;
    background: white;
    border-radius: 3px;
    padding: 1px;
    display: inline-block;
    width: 80px;
    text-align: left;
}

.news-detail__date-input_time {
    width: 111px;
}

.news-detail__date-input:focus {
    outline: none;
}

.photogallery__counter-photo {
    color: #9b9ea3;
    text-align: center;
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
}

.photogallery-photo-bg__pic {
    height: 33.125rem;
    margin-bottom: 0.9375rem;
    display: block;
}

@media (max-width: 576px) {
    .photogallery-photo-bg__pic {
        height: 340px;
    }
}

.photogallery-photo-bg__img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

/* .news-detail__container.container {
    max-width: 990px;
} */

@media (max-width: 992px) {
    .news-detail__container {
        padding-left: 0.9375rem;
    }
}

.news-detail__title.form-control {
    border: none;
}

.news-detail__title,
.news-detail__title.form-control {
    font-size: 2.4rem;
    color: black;
    margin-bottom: 30px;
    line-height: 1.11;
}

@media (max-width: 992px) {

    .news-detail__title,
    .news-detail__title.form-control {
        font-size: 2rem;
    }
}

.news-detail__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.news-detail__btn {
    display: flex;
}

.news-detail__btn-link {
    display: block;
    padding: 13px;
    background-color: #f0efef;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    border: none;
    line-height: 0;
}

.news-detail__btn-link:last-child {
    margin-right: 0;
}

.news-detail__btn-link:hover .news-detail__btn-icon,
.news-detail__btn-link.active .news-detail__btn-icon {
    fill: #1d5393;
}

.news-detail__btn-link:hover .news-detail__share-links {
    display: block;
}

.news-detail__btn-link:hover .news-detail__hover-links {
    display: block;
}

.news-detail__hover-links {
    padding: 7px;
    border-radius: 5px;
    display: flex;
    box-shadow: 0px 0px 2px rgba(61, 75, 137, 0.7);
    position: absolute;
    bottom: 110%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    width: auto;
    min-width: 150px;
    background: #fff;
    z-index: 1;
}

.news-detail__hover-links:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 10px;
    top: 100%;
    left: 0;
}

.news-detail__hover-links_pos-bottom {
    top: 110%;
    bottom: auto;
}

.news-detail__hover-links_pos-bottom:after {
    bottom: 100%;
    top: auto;
}

.news-detail__share-links {
    position: absolute;
    bottom: 110%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    width: auto;
    min-width: 150px;
}

.news-detail__share-links:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 10px;
    top: 100%;
}

.news-detail__btn-icon {
    width: 17px;
    height: 17px;
    fill: #656875;
    color: #656875;
}

.news-detail__pic {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.1875rem;
}

.news-detail__pic_upload {
    min-height: 200px;
    display: flex;
    flex-direction: column;
}

.news-detail__pic_person {
    margin-bottom: 15px;
    margin-right: 25px;
    float: left;
    width: 260px;
}

@media (max-width: 576px) {
    .news-detail__pic {
        width: 100%;
    }
}

.news-detail__media-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
}

.news-detail__media-container frame,
.news-detail__media-container .news-detail__video {
    width: 100%;
    height: 450px;
}

.news-detail__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.news-detail__opinion-video {
    height: 450px;
    margin-bottom: 40px;
}

.news-detail__video.news-detail__video-main iframe {
    width: 100%;
    height: 560px;
}

.news-detail__opinion-source-link {
    display: inline-block;
    font-size: 16px;
    color: #044ca1;
}

.news-detail__opinion-source-link:hover {
    text-decoration: underline;
}

.news-detail__content {
    margin-bottom: 30px;
    position: relative;
}

.news-detail__text {
    font-size: 22px;
    line-height: 1.63;
    color: #656875;
    margin-bottom: 35px;
    padding-bottom: 35px;
    position: relative;
    text-overflow: break-word;
    word-wrap: break-word;
}

.news-detail__text p {
    margin-bottom: 40px;
}

.news-detail__text p:last-child {
    margin-bottom: 0;
}

.news-detail__text a {
    color: #0056b3;
}

.news-detail__text a:hover {
    text-decoration: underline;
}

@media (max-width: 576px) {
    .news-detail__text {
        font-size: 18px;
    }

    .news-detail__text p {
        margin-bottom: 15px;
    }
}

.news-detail__content:before {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 1px;
    background-color: #9b9ea3;
}

.news-detail__subtitle {
    font-weight: bold;
    color: black;
    font-size: 30px;
    margin-bottom: 30px;
}

.news-detail__author {
    font-size: 18px;
    color: #9b9ea3;
    margin-bottom: 30px;
}

.news-detail__photo {
    margin-bottom: 30px;
}

.news-detail__block-title {
    font-size: 24px;
    color: #1d5393;
    margin-bottom: 30px;
}

.news-detail__block-title_docs {
    padding-bottom: 30px;
    position: relative;
}

.news-detail__block-title_docs:before {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: #9b9ea3;
}

.news-detail__docs-list {
    margin: 0;
    padding: 0;
    /* display: flex; */
    max-width: 610px;
    /* flex-wrap: wrap; */
}

.news-detail__docs-item {
    list-style-type: none;
}

.news-detail__docs-item-link {
    font-size: 16px;
    color: #1d5393;
    padding: 12px 0 12px 0px;
    position: relative;
    display: block;
    display: flex;
    align-items: center;
}

.news-detail__docs-item-link,
.news-detail__docs-item-link * {
    word-break: break-word;
}

.news-detail__docs-item-link:hover {
    text-decoration: underline;
    color: #1d5393;
}

.news-detail__pic:hover .news-detail__delete-pic {
    display: block;
}

.news-detail__subtitle {
    font-size: 1.875rem;
    color: #134689;
    margin-bottom: 1.25rem;
    font-weight: 400;
}

.news-detail__visual {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: center;
    align-items: center; */
    margin-bottom: 2.1875rem;
    height: 540px;
}

.news-detail__visual iframe {
    width: 100%;
    height: 560px;
}

@media (max-width: 576px) {
    .news-detail__visual {
        height: auto;
    }

    .news-detail__visual iframe {
        height: 340px;
    }
}

.news-detail__visual_upload {
    min-height: 200px;
}

.news-detail__visual_person {
    /* margin-bottom: 15px; */
    margin-bottom: 0px;
    margin-right: 25px;
    float: left;
    width: 260px;
    z-index: 10;
    position: relative;
    height: auto;
    /* overflow: hidden; */
}


/* .news-detail__visual_person:hover .news-detail__opinion-person, .news-detail__opinion-person.news-detail__opinion-person_edit {
	transform: translateY(0px);
	visibility: visible;
    z-index: 10;
} */

.news-detail__opinion-person {
    /* visibility: hidden; */
    /* z-index: -1; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* position: absolute; */
    /* bottom: 0%;
    width: 100%; */
    padding: 15px 15px 5px 15px;
    /* transform: translateY(100px); */
    /* transition: transform 0.5s ease-out; */
    /* background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 16%, rgba(255,255,255,0.9) 40%, rgba(255,255,255,0.9) 60%, rgba(255,255,255,0.9) 87%, rgba(255,255,255,0.9) 100%); */
}

.news-detail__opinion-person-name {
    font-size: 16px;
    font-weight: bold;
    color: black;
    z-index: 10;
}

.news-detail__opinion-person-name a:hover {
    text-decoration: underline;
}

.news-detail__opinion-person-name-edit button {
    visibility: hidden;
}

.news-detail__opinion-person-name-edit:hover button {
    visibility: visible;
}


/* .news-detail__opinion-person-name span {
	text-transform: uppercase;
} */

.news-detail__opinion-person-avatar {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 13px;
}

.news-detail__opinion-person-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-detail__opinion-person-name-input {
    border: none;
    color: #1d5393;
    font-size: .875rem;
    font-weight: 700;
}

.category-list__item input[type="radio"]~.category-list__link {
    cursor: pointer;
}

.news-detail__opinion-person-name input {
    width: 220px;
    padding: 4px 0;
}

.news-detail__opinion-person-name input:focus {
    border-color: #94a9d6;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(65 98 169 / 25%);
}

.news-detail__opinion-person .person-search__input {
    width: 220px;
    padding: 4px 0;
    border: none;
    color: #1d5393;
    font-size: .875rem;
    font-weight: 700;
}

.news-detail__opinion-person .person-search__person-name {
    font-size: 16px;
    font-weight: bold;
    color: #1d5393;
    z-index: 10;
}

.news-detail__opinion-person .person-search__btn-delete {
    color: #1d5393;
    font-size: 12px;
}

.news-detail .mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
    position: relative;
}

.news-detail__temp {
    background: #E8E9EC;
    position: relative;
    padding: 20px;
    border: 2px dashed #d1d1d1;
}

.news-detail__temp-img {
    position: relative;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%);
}

.news-detail__video-preview {
    width: 100%;
    flex: 1 1 450px;
    /* height: 450px; */
    background: #E8E9EC;
    border: 2px dashed #d1d1d1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-detail__video-preview-sign {
    width: 100px;
    height: 100px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 50%;
}

.news-detail__video-preview-sign-icon {
    fill: white;
    position: relative;
    width: 60%;
    height: 100%;
    left: 26%;
}

.news-detail_edit {}

.news-edit-hover:hover {
    background: #efeff0;
}

.new-detail__anounce-edit {
    height: 416px;
}

.new-detail__anounce-text-edit {
    resize: none;
    max-height: 185px;
}

[id^="fm-vue-tinymce"] {
    min-height: 350px;
}

.btn.news-detail__docs-btn-del {
    display: none;
}

.news-detail__docs-item:hover .btn.news-detail__docs-btn-del {
    display: block;
}

.category-list_sm.category-list_square .category-list__link {
    padding: .1875rem .3125rem;
    font-size: .6875rem;
}

.news-detail__video_gallery .form-control {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.news-detail__video_gallery .news-detail__video-preview {
    flex: 1;
}

.news-detail__video_gallery .news-detail__video-preview-sign {
    width: 50px;
    height: 50px;
}

.new-detail__photogallery-element {
    height: 240px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.news-detail__video {
    height: 100%;
    display: flex;
    flex-direction: column;
}


/* .news-detail__video .news-detail__video-preview {
	width: 100%;
	flex: 1 1 auto;
} */

.news-detail__video iframe {
    width: 100%;
    height: 100%;
}

.new-detail__photogallery-element,
.new-detail__photogallery-video {
    position: relative;
}

.new-detail__photogallery-element iframe {
    width: 100%;
    height: 100%;
}

.new-detail__photogallery-video:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
}

.btn.new-detail__photogallery-element-btn {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}

.new-detail__photogallery-element:hover .new-detail__photogallery-element-btn {
    display: block;
}

@media (max-width: 992px) {
    .btn.new-detail__photogallery-element-btn {
        display: block;
    }
}

.news-detail-frame iframe {
    width: 100%;
    height: 100%;
}

.news-detail__text [contentEditable="true"]:hover {
    background: #efeff0;
}

.news-detail__text [contentEditable="true"]:focus {
    border-color: #94a9d6;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(65 98 169 / 25%);
    background: white;
}

.news-detail__text blockquote {
    margin: 20px 40px;
}

.news-detail__btns-edit {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 20px 20px 12px 20px;
}

/* Маркер для снятия fixed при доскролле до панели кнопок */
.news-detail__btns-edit-sentinel {
    height: 1px;
    margin: 0;
    padding: 0;
    pointer-events: none;
    visibility: hidden;
}

.news-detail__btns-edit.fixed {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.slider-photos__video {
    position: relative;
    width: 100%;
    height: 100%;
}

.slider-photos__video:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hide-options+.select2 .select2-selection__choice {
    display: none;
}

.news-detail__resources.table td,
.news-detail__resources.table th {
    text-align: center
}

.news-detail__resources {
    position: relative;
}

.news-detail__resources-fake-select {
    position: absolute;
    bottom: 0;
    left: 0;
    /* visibility:hidden; */
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -1;
}

.news-detail__sourseUrl {
    width: 100%;
    text-align: right;
}

.news-detail__sourseUrl__link {
    text-decoration: underline;
    text-align: right;
}

.tooltip-inner.tooltip-info-tags {
    max-width: 300px;
}

.slider-photos .slider-photos__list {
    display: flex;
    justify-content: center;
}

.slider-photos .slider-photos__item {
    cursor: pointer;
}

.slider-photos .slider-photos__item.active {
    border: .25rem solid #205bac;
}

.tags-container {
    display: flex;
    align-items: center;
}

.tags-container p {
    margin: 0;
    font-size: 22px;
    color: #656875;
    padding-right: 5px;
}

.news-detail .new .new__tags {
    height: 1.5625rem;
    z-index: 10;
    overflow: hidden;
}

.tooltip-moderators .tooltip-inner {
    min-width: 280px;
    max-width: 320px;
    text-align: left;
}

.tooltip-tags .tooltip-inner {
    min-width: 280px;
    max-width: 320px;
}

.modal-news-changelog .modal-body {
    max-height: 60vh;
    overflow: auto;
}

.person-search__search-line {
    position: relative;
}

.person-search__search-line .person-search__input {
    padding-right: 20px;
}

.person-search__spinner {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -8px;
}

.photogallery-photo-bg__desc {
    text-align: center;
    font-size: 1rem;
    color: #9b9ea3;
    padding: 10px 0;
}

.resources-table.table thead th {
    vertical-align: middle;
}

.news-detail__visual_pdf {
    width: 76%;
    height: 0;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: calc(100% + 60px);
    /* padding: 0 0 100%; */
    margin: 0 auto 2.1875rem auto;
    position: relative;
    overflow: hidden;
}

.news-detail__visual_pdf iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}


.fm-images-upload__news-pdf .fm-images-upload__file {
    background: white;
}

.fm-images-upload__news-pdf .file-icon {
    width: 9rem;
    height: 9.5rem;
}

/* .fm-images-upload__news-pdf .fm-images-upload__pic {
    position: static;
} */

.fm-images-upload__news-pdf {
    position: absolute;
}


@keyframes load {
    from {
        left: -150px;
    }

    to {
        left: 100%;
    }
}

.skeleton {
    position: relative;
    overflow: hidden !important;
    direction: ltr;
    background-color: #fff;
}

.skeleton::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 500%;
    margin-left: -250%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
    -webkit-animation: load 0.8s linear infinite;
    animation: load 0.8s linear infinite;
    content: " ";
    pointer-events: none;
}

.skeleton-item {
    background-color: #ced4da !important;
    border-radius: 2px;
}



.tox-tinymce-aux .tox-notifications-container {
    display: none;
}

.select2-dropdown .select2-results__option .tag,
.tags-selector .select2 .select2-selection__rendered .tag {
    padding: .1875rem .3125rem;
    border-radius: .3125rem;
    font-size: .6875rem;
    background-color: #e2e2e2;
    color: #656875;
}

.select2-dropdown .select2-results__option .tag-info,
.tags-selector .select2 .select2-selection__rendered .tag-info {
    font-size: 10px;
}

.tags-selector .select2-selection__choice {
    padding-bottom: 2px !important;
    padding-top: 2px !important;
}

.news-detail__container.container.news-detail__container--video {
    max-width: 1200px;
}


/* .news-detail__sidebar {
    height: 100%;
    max-height: 500px;
} */

[data-news-btn="save"] {
    background-color: var(--bs-primary);;
}

[data-news-btn="delete"] {

}

[data-news-btn="exit"] {

}

[data-news-btn="changelog"] {

}

/* [data-news-btn="change-activity"] {
    background-color: var(--bs-accent) !important;
} */
/* End */


/* Start:/local/components/rarus/search.tags.elements/templates/.default/style.css?1655041227419*/
.article-tags {
    background: url('/local/components/rarus/search.tags.elements/templates/.default/images/tags.png') left 3px no-repeat;
    padding-left: 16px;
    font-size: 12px;
    color: #888888;
    line-height: 16px;
    margin-top: -2px;
    margin-bottom: 17px;
    padding-top: 1px;
}
.article-tags > a {
    color: #888888;
    text-decoration: none;
}
.article-tags > a:hover {
    color: #c41e3a;
    text-decoration: none;
}
.article-tags-empty {
    height: 10px;
}
/* End */


/* Start:/local/templates/tpp-inform/components/forumedia/main.news.list/news-sidebar/style.css?177081499711519*/
.news-page__category {
    margin: 0;
    padding: 0;
}

.news-page__category-item {
    margin-right: 15px;
    margin-bottom: 10px;
    list-style-type: none;
}

.news-page__category-item:last-child {
    margin-right: 0;
}

.news-page__category-link {
    border: 1px solid #9b9ea3;
    border-radius: 20px;
    font-size: 15px;
    color: black;
}

.news-page__category-link:hover {
    background: #507dbb;
    color: white;
    text-decoration: none;
}

.news-page__category-item.active .news-page__category-link {
    background: #4162a9;
    color: white;
}

.news-page__btns {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.news-page__btn {
    margin-right: 15px;
    list-style-type: none;
}

.news-page__btn:last-child {
    margin-right: 0;
}

.new {
    position: relative;
    overflow: hidden;
}

.new_past {
    opacity: .5;
}

.new:hover {
    text-decoration: none;
    box-shadow: 0 0 16px rgba(61, 75, 137, 0.32);
}

.new__date {
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 10;
}

.new__opinion-person {
    position: absolute;
    right: 0.75rem;
    top: 0.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 10;
}

.new__opinion-person-name {
    font-size: 0.875rem;
    font-weight: 700;
    color: #fff;
    margin-right: 0.8125rem;
    max-width: 5.9375rem;
    text-align: right;
    text-decoration: none;
    position: absolute;
    bottom: 1.875rem;
    right: 75px;
}

.new__opinion-person-name:hover {
    text-decoration: underline;
    color: #fff;
}

.new__opinion-person-name span {
    text-transform: uppercase;
}

.new__video-sign {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.new__video-sign-icon {
    fill: white;
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 35px;
}

.new__opinion-person-avatar {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
}

.new__opinion-person-avatar-img {
    width: 100%;
    height: auto;
}

.new__link {
    display: block;
}

.new__link:hover {
    text-decoration: none;
}

.new__category {
    color: #3b669a;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    height: 15px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.new__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}

.new__content {
    height: 214px;
    overflow: hidden;
}

.new__content:after {
    height: 95px;
    width: 100%;
    display: block;
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient( to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.45) 26%, #fff 63%, #fff 100%);
    z-index: 5;
}

.new__text {
    font-size: 15px;
    color: #81869e;
}

.new__tags {
    position: absolute;
    bottom: 8px;
    left: 0;
    height: 25.6px;
    padding: 0 1.25rem;
    width: 100%;
    z-index: 20;
    overflow: hidden;
}

.new__tags .tags {
    justify-content: center;
}

.new__pic {
    display: block;
    overflow: hidden;
    height: 250px;
    position: relative;
    background: gray;
}

.new__img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform 0.5s linear;
}

.new__person-name {
    font-weight: bold;
    color: #295da4;
    font-size: 18px;
    margin-bottom: 10px;
    display: none;
}

.new__fake-img {
    display: none;
}

.new_gorizontal {
    max-width: 1135px;
    border: 0;
    flex-direction: row;
    border-radius: 0;
    padding: 10px 0;
    position: relative;
}

.new_gorizontal:last-child {
    margin-bottom: 0;
}

.new_gorizontal:hover {
    box-shadow: none;
}

.new_gorizontal .new__date {
    position: absolute;
    left: 0;
    top: 15px;
    color: #fff;
    font-size: 12px;
}

.new_gorizontal .new__category {
    color: #1d5393;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 10px;
    font-size: bold;
}

.new_gorizontal .new__title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}

.new_gorizontal .new__content {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    border-top: 1px solid #c2c2c2;
    padding: 20px 0;
}

.new_gorizontal .new__text {
    font-size: 18px;
    color: #9b9ea3;
    height: 130px;
    overflow: hidden;
}

.new_gorizontal .new__pic {
    width: 32%;
    flex-shrink: 0;
    border-radius: 15px;
    overflow: hidden;
    margin-right: 4%;
    margin-top: 15px;
    max-height: 250px;
}

.new_gorizontal .new__img {
    width: 100%;
    height: 100%;
}

.new_gorizontal .new__tags {
    padding: 0;
}

.new_gorizontal.new_opinion:hover .new__title {
    color: #044ca1;
}

.new_gorizontal.new_opinion:before {
    width: 100%;
}

.new_gorizontal.new_opinion .new__person-name {
    display: block;
}

.new_gorizontal.new_opinion .new__content {
    height: auto;
}

.new_gorizontal.new_opinion .new__desk {
    margin-bottom: 25px;
}

.new_gorizontal.new_opinion .new__desk:hover {
    text-decoration: none;
}

.new_gorizontal.new_opinion .new__opinion-person {
    display: none;
}

.new_gorizontal.new_opinion .new__opinion-person-name {
    color: #295da4;
    margin-right: 0;
    margin-left: 0.8125rem;
    max-width: 300px;
    text-align: left;
}

.new_gorizontal.new_opinion .new__pic {
    height: 215px;
    position: relative;
}

.new_gorizontal.new_opinion .new__fake-img {
    display: block;
    width: 165px;
    height: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.new_gorizontal.new_opinion .new__img {
    display: block;
    height: 100%;
    width: 100%;
    filter: blur(5px);
}

.new_gorizontal.new_opinion .new__tags.tags {
    justify-content: flex-start;
}

.new_gorizontal.new_no-image:hover .new__title {
    color: #044ca1;
}

.new_gorizontal.new_no-image:before {
    width: 100%;
}

.new_gorizontal.new_no-image .new__person-name {
    display: block;
}

.new_gorizontal.new_no-image .new__content {
    height: auto;
}

.new_gorizontal.new_no-image .new__desk {
    margin-bottom: 25px;
}

.new_gorizontal.new_no-image .new__desk:hover {
    text-decoration: none;
}

.new_gorizontal.new_no-image .new__opinion-person {
    display: none;
}

.new_gorizontal.new_no-image .new__opinion-person-name {
    color: #295da4;
    margin-right: 0;
    margin-left: 0.8125rem;
    max-width: 300px;
    text-align: left;
}

.new_gorizontal.new_no-image .new__pic {
    height: 215px;
    position: relative;
}

.new_gorizontal.new_no-image .new__fake-img {
    display: block;
    width: 165px;
    height: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.new_gorizontal.new_no-image .new__img {
    display: block;
    height: 100%;
    width: 100%;
    filter: blur(5px);
}

.new_gorizontal.new_no-image .new__tags.tags {
    justify-content: flex-start;
}

.new_main-slider .new__title {
    font-size: 16px;
}

.new_main-slider .new__pic {
    height: 200px;
}

.new_main-slider .new__content {
    padding: 15px;
}

.new_main-slider .new__text {
    font-size: 14px;
}

.new_not-active, .hide {
    opacity: 0.4;
}

.new_sm .new__title {
    font-size: 16px;
}

.new_sm .new__pic {
    height: 200px;
}

.new_sm .new__content {
    padding: 15px;
}

.new_sm .new__text {
    font-size: 14px;
}

.new_sm .new__video-sign {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.new_sm .new__video-sign-icon {
    fill: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 20px;
}

.new_opinion .new__pic {
    height: 60px;
    background: #8592a3;
}

.new_opinion .new__img {
    display: none;
}

.new_opinion .new__content {
    height: 404px;
}

.new_opinion .new__category {
    padding-right: 65px;
}

.new_opinion .new__tags.tags {
    justify-content: center;
}

.new_no-image .new__pic {
    height: 60px;
    background: #8592a3;
}

.new_no-image .new__img {
    display: none;
}

.new_no-image .new__content {
    height: 404px;
}

.new_no-image .new__category {
    padding-right: 65px;
}

.new_no-image .new__tags.tags {
    justify-content: center;
}

.new_main-slider.new_opinion .new__content {
    height: 354px;
}

.new_sm.new_no-image .new__content {
    height: 354px;
}

.new_sm.new_no-image.new_gorizontal .new__content {
    height: auto;
}

.news-page__list .col-12:last-child .new_gorizontal {
    border-bottom: 1px solid #c2c2c2;
}

.btn-more:not([disabled]) .spinner-border {
    display: none;
}

.btn.btn-more {
    border: 1px solid #d8dee7;
    border-radius: 0.625rem;
    width: 100%;
}

div.new__tags {
    overflow: visible;
    height: auto;
    z-index: 20;
}

.new_gorizontal div.new__tags {
    left: 32%;
    width: 68%;
}

div.new {
    overflow: visible;
}

div.new__pic {
    border-top-left-radius: .625rem;
    border-top-right-radius: .625rem;
}

div.new__content:after {
    border-bottom-left-radius: .625rem;
    border-bottom-right-radius: .625rem;
}

.new__tags-hidden {
    padding: .4375rem;
    border-radius: .3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    border: 1px solid #d8dee7;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    top: 100%;
    left: -1px;
    /* display: none; */
    width: calc(100% + 2px);
    min-width: 9.375rem;
    background: #fff;
    z-index: -1;
    visibility: hidden;
}

.new__tags-hidden.show-top {
    border-top: 1px solid #d8dee7;
    border-bottom: 0;
    top: auto;
    bottom: 25px;
}

.new__tags-hidden.show {
    visibility: visible;
    z-index: 20;
}

.edit-btns.btn-group {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    display: none;
}

.btn.edit-btn {
    background-color: #f0f5f8;
    color: #656875;
}

.edit-btn__icon-svg {
    width: 15px;
    height: 15px;
    fill: #656875;
}

.edit-btn__icon-svg:hover {
    fill: #000000;
}

.btn.btn-icon {
    width: 20px;
    height: 20px;
    padding: 2px;
    font-size: 10px;
}

.btn.btn-add-news {
    display: none;
}

.new:hover .edit-btns {
    display: block;
}

.hide {
    opacity: .4;
}

.news-linked-item {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.news-linked-item__image {
    width: 100px;
    height: auto;
    overflow: hidden;
}

.news-linked-item__image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.news-linked-item__content {
    flex: 1;
}

.news-linked-item__title {
    font-size: 14px;
    font-weight: bold;
}

.news-linked-item__link {
    font-size: 12px;
    color: #007bff;
    text-decoration: none;
}

.news-linked-item__link:hover {
    text-decoration: underline;
}

.news-detail-linked {
    height: 100%;
    display: flex;
    flex-direction: column;
    
}
.news-detail-linked__list {
    flex: 1;
    /* height: 100%; */
    overflow-y: auto;
    overflow-x: hidden;
}
/* End */


/* Start:/local/templates/tpp-inform/components/forumedia/main.news.detail.v2/detail/assets/vendor/ecco-lightbox/ekko-lightbox.css?17739978771974*/
.ekko-lightbox{display:-ms-flexbox!important;display:flex!important;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding-right:0!important}.ekko-lightbox-container{position:relative}.ekko-lightbox-container>div.ekko-lightbox-item{position:absolute;top:0;left:0;bottom:0;right:0;width:100%}.ekko-lightbox iframe{width:100%;height:100%}.ekko-lightbox-nav-overlay{z-index:1;position:absolute;top:0;left:0;width:100%;height:100%;display:-ms-flexbox;display:flex}.ekko-lightbox-nav-overlay a{-ms-flex:1;flex:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;opacity:0;transition:opacity .5s;color:#fff;font-size:30px;z-index:1}.ekko-lightbox-nav-overlay a>*{-ms-flex-positive:1;flex-grow:1}.ekko-lightbox-nav-overlay a>:focus{outline:none}.ekko-lightbox-nav-overlay a span{padding:0 30px}.ekko-lightbox-nav-overlay a:last-child span{text-align:right}.ekko-lightbox-nav-overlay a:hover{text-decoration:none}.ekko-lightbox-nav-overlay a:focus{outline:none}.ekko-lightbox-nav-overlay a.disabled{cursor:default;visibility:hidden}.ekko-lightbox a:hover{opacity:1;text-decoration:none}.ekko-lightbox .modal-dialog{display:none}.ekko-lightbox .modal-footer{text-align:left}.ekko-lightbox-loader{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.ekko-lightbox-loader>div{width:40px;height:40px;position:relative;text-align:center}.ekko-lightbox-loader>div>div{width:100%;height:100%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;animation:a 2s infinite ease-in-out}.ekko-lightbox-loader>div>div:last-child{animation-delay:-1s}.modal-dialog .ekko-lightbox-loader>div>div{background-color:#333}@keyframes a{0%,to{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}

/* End */
/* /local/templates/tpp-inform/components/forumedia/main.news.list/news/style.css?1787841563144 */
/* /local/templates/tpp-inform/components/forumedia/main.news.detail.v2/detail/style.css?177399520219098 */
/* /local/components/rarus/search.tags.elements/templates/.default/style.css?1655041227419 */
/* /local/templates/tpp-inform/components/forumedia/main.news.list/news-sidebar/style.css?177081499711519 */
/* /local/templates/tpp-inform/components/forumedia/main.news.detail.v2/detail/assets/vendor/ecco-lightbox/ekko-lightbox.css?17739978771974 */
