.news-page__header {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 1.5rem;
    justify-content: space-between;
}

.news-page__title {
    width: auto;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 150%;
    /* or 36px */

    letter-spacing: 0.05em;

    color: #000000;
    margin: 1rem;
}

.news-page__tags {
    margin: 0 1rem;
}

.news-page__tags a{
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 150%;
    /* identical to box height, or 18px */

    text-decoration: none;
    color: #FF8C4B;
    transition: all 0.25s linear;
    margin-left: 1rem;
}

.news-page__tags a:hover {
    color:  #2B5B6C;
}


.news-page__about {
    width: 30%;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
    padding: 0.75rem;
    margin: 1rem;
}

.news-page__moder {
    text-align: end;
}

.news-page__author {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 150%;
    /* identical to box height, or 24px */
}

.news-page__author a {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 150%;
    /* identical to box height, or 24px */
    text-decoration: none;
    color: #FF8C4B;

    transition: all 0.25s linear;
}

.news-page__author a:hover {
    color: #2B5B6C;
}

.news-page__author span {
    color: #767676;
}


.news-page__date {
    font-family: Noto Sans;
    font-style  : normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 150%;
    /* identical to box height, or 24px */
    color: #13141D;
}

.news-page__date span {
    color: #767676;
}

.news-page__category {
    font-family: Noto Sans;
    font-style  : normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 150%;
    /* identical to box height, or 24px */
    color: #13141D;
}

.news-page__category span {
    color: #767676;
}

.news-page__stat {
    display: flex;
    width: 50%;
    margin: 1rem 0 0 0;
}


.news-page__views {
    display: flex;
}

.news-page__comments {
    display: flex;
    margin-left: 1rem;
}


.news-page__stat  img {
    width: 1.125rem;
    margin-right: 0.75rem;
    
}

.news-page__stat  p {
    display: inline;
    width: 1.125rem;
    margin-right: 2rem;

    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 0.75rem;
    line-height: 150%;
    /* identical to box height, or 18px */


    color: #000000;

}

.news-page__inner {
    background-color: #fff;
    padding: 1rem;
}

.news-page__message {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 150%;
    /* or 24px */
    color: #000000;
}

.news-page__message a {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 1rem;
    line-height: 150%;
    /* identical to box height, or 24px */
    text-decoration: none;
    color: #FF8C4B;

    transition: all 0.25s linear;
}

.news-page__message a:hover {
    color: #2B5B6C;
}

.news-page__message p, .news-page__message p br, .news-page__message br {
    margin: 1rem 0;
    text-indent: 1.25rem;
}

.news-page__message blockquote p {
    font-style: italic;
}

.news-page__message ul {

}

.news-page__message li {

}

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

.news-page__message h1 {
   margin: 1rem 0;
}

.news-page__message h2 {
    margin: 0.75rem 0;
 }

 .news-page__disti {
     margin: 1rem auto;
 }

 .news-page__disti img{
    width: 100%
}