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

.last__news span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: var(--chernyy);
    margin-top: 24px;
    display: block;
}

.tegs {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 3px 15px;
}

.tegs a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: right;
    color: var(--temno-seryy-fon);
}

.last__news_block {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.last__news_block picture.item__left {
    width: 372px;
    height: 230px;
    display: block;
}

.last__news_block picture.item__left img {
    width: 100%;
    height: 230px;
    display: block;
}

.last__news_item {
    display: block;
    width: calc(100% / 3);
}

.item__right_title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 22px;
    line-height: 140%;
    color: var(--chernyy);
    margin-top: 6px;
}

.item__right_subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: var(--chernyy);
}

.item__right_tegs {
    margin-top: 12px;
}

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

.title__btn {
    width: 230px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    text-align: right;
    color: var(--chernyy);
}

.more {
    display: flex;
    align-items: center;
    justify-content: center;
}

.last__news {
    padding-bottom: 40px;
}

.last__news_item .item__right_title {
    height: 90px;
}

.last__news_item .item__right_subtitle {
    height: 10px;
}

.item__left_mobile {
    display: none;
}