.news {
    padding-top: 20px;
    padding-bottom: 50px;
}

.news__header {
    margin-bottom: 35px;
    display: flex;
    align-items: center;
}

.news__title {
    font-weight: bold;
    font-size: 24px;
    margin-right: 15px;
    color: #000;
    text-transform: none;
}
.news--grey-title .news__title {
    color: #656c6f;
}

.news__tabs-item {
    color: #656c6f;
    border-color: #656c6f;
    border: 1px solid;
    padding: 6px 12px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    margin-right: 15px;
    transition: 300ms ease all;
}

.news__tabs-item:first-child {
    margin-left: 15px;
}

.news__tabs-item:hover {
    background: #656c6f;
    color: #fff;
}

.news__tabs-item--active {
    color: #e20932;
    border-color: #e20932;
}

.news__tabs-item--active:hover {
    background: #e20932;
}

.news__inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    align-items: flex-start;
}

.news__item {
    width: 295px;
    border: 1px solid #E3E3E3;
    padding: 23px 30px;
    margin: 0 14px 30px;
}

.news__item-date {
    font-weight: bold;
    font-size: 12px;
    color: #e20932;
}

.news__item-name {
    display: inline-block;
    padding-top: 6px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    height: 36px;
    transition: 200ms ease all;
}

.news__item-name:hover {
    color: #e20932;
}

.news__item-preview {
    margin-bottom: 15px;
    font-size: 12px;
}

.news__item_preview a {
    color: #e20932;
}

.news__item_preview a:hover {
    text-decoration: underline;
}

.news__item-more {
    border-bottom: 1px solid #FFD3D7;
    font-weight: bold;
    color: #e20932;
}

.news__item-more:hover {
    border-color: #e20932;
}
.news--single-page{
    padding-top: 15px;
}
.news--single-page .news__title{
    color: #000;
    font-size: 24px;
}
.news--product .news__tabs{
    display: none;
}
.news--single-page .about-company {
    display: none;
}
.news--product .news__title{
    color: #000;
}
.news--product{
    padding-top: 40px;
}
.news--product .news__item {
    width: 29%;
}
@media screen and (max-width: 992px) {
    .news.container {
        padding-top: 20px;
    }
    .news__header {
        flex-wrap: wrap;
    }
    .news__header-title {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .news__tabs {
        display: inline-flex;
        flex-direction: column;
    }
    .news__tabs-item {
        margin-bottom: 10px;
        margin-right: 0;
    }
    .news__inner {
        margin: 0 auto;
        flex-direction: column;
    }
    .news__item {
        width: 100%;
        margin: 0 auto 30px;
    }
    .news__tabs-item:first-child {
        margin-left: 0;
    }
    .news--product .news__item{
        width: 100%;
    }
}
