

.breadcrumb {
    background-color: #F7F7F7;
}

@media (min-width: 1200px) {
    .news-banner {
    width: 100%;
    height: 480px;
    background: url("../static/news/news-banner.png") no-repeat;
    background-size: 100%;
    background-position: 50%;
    color: #ffffff;
}
    .news-banner {
        height: 280px;
    }
    .news-banner-title {
        padding-top: 140px !important;
    }

    .news-banner-title > h1 {
        font-weight: bold;
        font-size: 52px;
        color: #FFFFFF;
    }

    .news-banner-title > h2 {
        font-weight: 400;
        font-size: 18px;
        color: #FFFFFF;
        padding-top: 20px;
    }

    .breadcrumb {
        padding-top: 38px;
        margin-bottom: 20px;
    }

    .news-tab {
        display: flex;
        align-items: center;
        margin-bottom: 65px;
    }

    .news-tab > button {
        flex: 1;
        padding: 24px 0;
        font-weight: 400;
        font-size: 16px;
        color: #8F8F8F;
        border-bottom: 2px solid #E3E3E3;
    }
    
    .check-news-tab,.news-tab > button:hover {
        color: #2A2A2A !important;
        border-color: #C30D23 !important;
    }

    .news-list {
        display: grid;
        grid-template-columns: repeat(3,384px);
        justify-content: space-between;
    }

    .news-item {
        width: 384px;
        display: flex;
        flex-direction: column;
        margin-bottom: 24px;
        cursor: pointer;
    }

    .news-item-image {
        width: 100%;
        height: 220px;
    }

    .news-item-text {
        padding: 28px 28px 42px;
        background-color: #FFFFFF;
    }

    .news-item-title {
        width: 100%;
        font-weight: 400;
        font-size: 18px;
        color: #313131;
        line-height: 26px;
        height: 52px;
    }

    .news-item-data {
        display: flex;
        align-items: center;
        gap: 46px;
        padding-top: 48px;
    }

    .news-item-data-text {
        display: flex;
        align-items: center;
        font-weight: 400;
        font-size: 16px;
        color: #636363;
        line-height: 38px;
    }

    .news-item-data-text > img {
        width: 24px;
        height: 24px;
        margin-right: 12px;
    }

    .news-item:first-of-type {
        width: 100%;
        flex-direction: row;
        grid-column: 1/4;
        margin-bottom: 80px;
    }

    .news-item:first-of-type > .news-item-image {
        width: 600px;
        height: 400px;
    }

    .news-item:first-of-type > .news-item-text {
        width: 600px;
        padding: 47px 40px 47px 44px;
        box-sizing: border-box;
    }

    .news-item:first-of-type > .news-item-text > .news-item-title {
        font-weight: 400;
        font-size: 24px;
        color: #313131;
        line-height: 38px;
        width: 100%;
        height: 76px;
    }

    .news-item:first-of-type > .news-item-text > .news-item-data {
        margin-top: 110px;
        padding-top: 88px;
        border-top: 1px solid #D2D2D2;
    }

    .page-block {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 56px 0 86px;
    }
}

@media (max-width: 1200px) {
    
    .news-banner-title {
        padding-top: 140px !important;
    }

    .news-banner-title > h1 {
        font-weight: bold;
        font-size: 42px;
        color: #FFFFFF;
    }

    .news-banner-title > h2 {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
        padding-top: 20px;
        display: none;
    }
    
    .news-tab {
        display: flex;
        align-items: center;
        margin-bottom: 40px;
    }

    .news-tab > button {
        flex: 1;
        padding: 24px 0;
        font-weight: 400;
        font-size: 16px;
        color: #8F8F8F;
        border-bottom: 2px solid #E3E3E3;
    }

    .check-news-tab {
        color: #2A2A2A !important;
        border-color: #C30D23 !important;
    }

    .news-item {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 24px;
        cursor: pointer;
        box-shadow: 4px 5px 16px 0px rgba(0, 0, 0, 0.1);
    }

    .news-item-image {
        width: 100%;
        height: 220px;
    }

    .news-item-text {
        padding: 18px 18px 32px;
        background-color: #FFFFFF;
    }

    .news-item-title {
        width: 100%;
        font-weight: 400;
        font-size: 16px;
        color: #313131;
        line-height: 26px;
        height: 52px;
    }

    .news-item-data {
        display: flex;
        align-items: center;
        gap: 46px;
        padding-top: 26px;
    }

    .news-item-data-text {
        display: flex;
        align-items: center;
        font-weight: 400;
        font-size: 14px;
        color: #636363;
        line-height: 38px;
    }

    .news-item-data-text > img {
        width: 20px;
        height: 20px;
        margin-right: 12px;
    }

    .page-block {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 40px 0 60px;
    }
    .news-banner {
    width: 100%;
    height: 280px;
    background: url("../static/news/news-banner.png") no-repeat;
    background-size: 100%;
    background-position: 50%;
    color: #ffffff;
}
}