.page-header {
    margin-bottom: 0!important;
}
.news-detail__above-image-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 38px;
    margin-top: 16px;
}
.news-detail__picture{
	max-width: 100%;
	/* max-height: 351px; */
	height: auto;
	margin-bottom: 34px;
}

.news-detail__share-top{
    cursor: pointer;
}

.news-detail__date,
.news-detail__share-top a,
.news-detail__share-top a:focus{
	font-size: 1.0666em;
	line-height: 1em;
        color: #212121;
}
.news-detail__share-top a:hover,
.news-detail__share-top a:active,
.news-detail__share-top a:active:hover,
.news-detail__share-top a:active:focus{
    text-decoration: none;
    color: #212121;
}
.news-detail__share-top> a > .caret{
    color: var(--prv_btn_color);
    margin-left: 5px;
}
.news-detail__content ul{
    list-style: none;
    padding: 0;
    margin: 26px 0 36px;
}
/* .news-detail__content ul li:before {
    content: "\2014";
    margin: 0 7px 0 -21px;
} */
.news-detail__content ul li:first-of-type {
	margin-top: 0;
	line-height: 1.933em;
}
.news-detail__content ul li {
    margin: 8px 0 0 21px;
    list-style-type: none;
    position: relative;
}
.news-detail__content{
    font-size: 1em;
    line-height: 1.625;
    margin-bottom: 56px;
}
.page-content .news-detail__content p{
    font-size: inherit;
    line-height: inherit!important;
    margin-top: 0;
}
.news-detail__content img{
    display: block;
    margin: 0 auto;
}

.news-detail__share-list {
    position: relative;
}
.news-detail__share-list .ya-share2__list{
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 0px;
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: height 0.3s linear;
    z-index: 8;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2 );
    padding-top: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 68px;
}
.news-detail__share-list .ya-share2__list .ya-share2__link{
    width: 100%;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.news-detail__share-list .ya-share2__icon{
    position: relative;
    text-align: center;
}
.news-detail__share-list .ya-share2__icon:before{
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    font-size: 16px;
    color: #757575;
}
.news-detail__share-list .ya-share2__container_size_m .ya-share2__item{
    margin: 0;
    border-bottom: 1px solid #F2F2F2;
}
.news-detail__share-list .ya-share2__container_size_m .ya-share2__item:last-child{
    border: none;
}
.news-detail__share-list .ya-share2__container_size_m .ya-share2__item:last-child a{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.news-detail__share-list .ya-share2__item:hover,
.news-detail__share-list .ya-share2__item a:hover{
    opacity: 1;
}
.news-detail__share-list .ya-share2__item:hover .ya-share2__icon:before{
    color: var(--prv_btn_color);
}
.news-detail__share-list .ya-share2__item_service_vkontakte .ya-share2__icon:before{
    content: "\f189";
}
.news-detail__share-list .ya-share2__item_service_facebook .ya-share2__icon:before{
    content: "\f39e";
}
.news-detail__share-list .ya-share2__item_service_twitter .ya-share2__icon:before{
    content: "\f099";
}
.news-detail__share-list .ya-share2__item_service_odnoklassniki .ya-share2__icon:before{
    content: "\f263";
}
.news-detail__share-list .ya-share2__item_service_viber .ya-share2__icon:before{
    content: "\f409";
}
.news-detail__share-list .ya-share2__item_service_whatsapp .ya-share2__icon:before{
    content: "\f232";
}
.news-detail__share-list .ya-share2__item_service_telegram .ya-share2__icon:before{
    content: "\f3fe";
}
.news-detail__share-list .ya-share2__badge{
    background-color: transparent!important;
}
.news-detail__share-top:hover .news-detail__share-list .ya-share2__list{
    height: auto;
    visibility: visible;
    opacity: 1;
}
.news-detail__share-icon svg{
    position: relative;
    top: -2px;
}
.news-detail__share-top:hover .news-detail__share-icon path{
    fill: var(--prv_btn_color);
}
.news-detail__date{
    text-transform: lowercase;
}


/* CUSTOM */
.news-detail__comments-list,
.news-detail__comments-form,
.news-detail__actions,
.news-detail__above-image-info {
    display: none;
}

.title h1 {
    margin-bottom: 24px;
}

.news-detail__content p img {
    max-width: 100%;
}

.news-detail__content table {
    margin-bottom: 24px;
    width: 100%;
}

.news-detail__content table td {
    border: 1px solid;
    padding: 8px;
}

.news-detail__content h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 16px;
}

.news-detail__content h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}

.news-detail__content ul {
    list-style: disc;
}

.news-detail__content ul li {
    list-style-type: disc;
}

@media (max-width: 768px) {
    .news-detail__content h2 {
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
    }

    .news-detail__content h3 {
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        margin-bottom: 16px;
    }

    .breadcrumbs {
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding: 0 15px;
        margin: 0 -15px;
    }

    .bx-breadcrumb {
        width: max-content;
    }

    .table_wrapper {
        overflow: auto;
        margin: 0 -15px;
        padding: 0 15px;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .table_wrapper::-webkit-scrollbar {
        display: none;
    }
}