.tegs a {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 12px;
    line-height: 140%;
    color: var(--chernyy);
}

.news {
    padding: 0;
}

.news__date {
    margin-top: 32px;
    display: block;
}

h1.news__title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 44px;
    line-height: 140%;
    color: var(--chernyy);
}

.news__img {
    float: right;
    padding-left: 30px;
    padding-bottom: 30px;
}

.block__title {
    margin-bottom: 32px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 22px;
    line-height: 140%;
    color: var(--chernyy);
}

.news__tegs {
    margin-top: 34px;
    margin-bottom: 42px;
}


.news__tegs a {
    font-family: var(--font-famifly);
    font-weight: 300;
    font-size: 12px;
    line-height: 140%;
    text-align: right;
    color: var(--temno-seryy-fon);
}

/* .tegs {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 3px 15px;
} */

.news-p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-align: justify;
    color: var(--chernyy);
}