body {
    background-color: #ffffff !important;
}

.news__page {
    display: flex;
    justify-content: space-between;
    padding-top: 59px;
}

.wrapper-site-news {
    width: 1440px;
    margin: 33px auto 0;
}

/*news-item*/
.news-list-item-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    margin: 34px 0 13px 0;
}

.news-list-item-date {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #808080;
    text-transform: lowercase;
    margin-bottom: 24px;
}

.news-list-item-text {
    font-size: 20px;
    line-height: 150%;
    margin: 0 0 34px 0;
}

.news-list-item-info a {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: #000;
}

.news-list-item-image {
    height: 339px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.news-list-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-list-item-image span {
    position: absolute;
    top: 32px;
    left: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    padding: 14px 14px 16px 14px;
    background-color: #ffffff;
    color: #000000;
    border-radius: 0 100px 100px 0px;
}

.news-list {
    width: 857px;
}

.news-list-item {
    padding: 0 0 67px 0;
    border-bottom: 1px solid #C7C7C7;
    margin-bottom: 72px;
}

.news-list-item-title-link {
    text-decoration: none;
}

@media (max-width: 1460px) {
    .wrapper-site-news {
        width: 1200px;
        margin: 33px auto 0;
    }

    .news-list {
        width: 59.51%;
    }
}

@media (max-width: 1250px) {
    .wrapper-site-news {
        width: 100%;
        margin: 33px 0 0;
        box-sizing: border-box;
        padding: 0 50px;
    }
}

@media (max-width: 768px) {
    .news__page {
        display: block;
        padding-top: 24px;
    }

    .wrapper-site-news {
        max-width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        margin-top: 67px;
    }

    .news-list {
        width: 100%;
        margin-top: 34px;
    }

    .news-list-item {
        padding: 0 0 47px 0;
        margin-bottom: 54px;
    }

    .news-list-item-image {
        height: 119px;
    }

    .news-list-item-image span {
        font-size: 8px;
        line-height: 10px;
        padding: 7px 9px 9px 10px;
        top: 16px;
    }

    .news-list-item-title {
        font-size: 16px;
        line-height: 24px;
        margin: 19px 0 8px 0;
    }

    .news-list-item-date {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .news-list-item-text {
        font-size: 14px;
        line-height: 21px;
        margin: 0 0 16px 0;
    }

    .news-list-item-info a {
        font-size: 16px;
        line-height: 24px;
    }
}