

a,p,h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-size: 1rem;
 
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Montserrat', sans-serif;
}

a,p {
    font-family: 'Noto sans', sans-serif;
}
.news-card {
    width: auto;
    height: auto;
    padding: 0.75rem 1.25rem 1.375rem 1.125rem ;
    background-color: #FFFFFF;  
    position: relative;  
    margin: 0.75rem;
}

.news-card__gray {
     position: absolute;
   
    top:0;
    right: 0;
    background-color: #d7d7d7;
    width: 55%;
    height: 2em;
    /* z-index: 0; */
}

.news-card__head {
   height: 2.5rem;
   
}



.news-card  a {
    color: #FF8C4B;
    font-weight: bold;
    text-decoration: none;
    transition: 0.25s all;
}

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


.news-card__tags a {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 0.75rem;
    line-height: 150%;
    color: #FF8C4B;
    text-decoration: none;
    margin-left: 1rem;
}

.news-card__inner {    
    display: flex;
    flex-wrap: nowrap;
    width: auto;
}

.news-card__img {
    width: 23%
}

.news-card__img img {
    width: 100%;
    height: auto;
}

.news-card__text {
    width: 70%;
    margin-left: 3rem;
}

.news-card__title a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 150%;
    color: #13141D;
    margin-bottom: 0.4375rem;
    text-decoration: none;
}

.news-card__txt,  .news-card ul, .news-card li {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 150%;
/* or 24px */
    color: #13141D;
    margin-bottom: 1.375rem;;
}

.news-card li {
    margin-bottom: 0.25rem;;
}

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

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

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

/* исключаем все картинки из показа в текстовой области */
.news-card .news-card__text img {
    display: none;
}

/* Разраешаем картинки статистики */
.news-card .news-card__info img {
    display: inline;
}
