
section.news-container {
    max-width: 1440px;
    margin: 0 auto;
    background: #fff;
}

section.news-container .news {
    background: #ffffff;
    padding: 0 30px;
}

.news > h2 {
    font-size: 36px;
    color: #333;
}

.news > span {
    display: inline-block;
    font-size: 14px;
    color: #85888C;
    margin-bottom: 40px;
}

.center-content.news {
    max-width: 1440px;
}

section.model-promo .promo-content {
    position: absolute;
    top: 20%;
    left: 10%;
    max-width: 50%;
    color: #fff;
}
section.model-promo {
    position: relative;
}

.model-promo .promo-bg {
    min-height: 915px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.general-news-container {
    display: flex;
    flex-basis: 100%;
    padding: 30px;
}

.general-news-container > div:first-child {
    flex-basis: 80%;
    display: flex;
    margin-right: 100px;
    position: relative;
}


.general-news-container > div:first-child a,
.general-news-container .news_item > a,
.actual-news .news_item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.general-news-container > div:last-child {
    flex-basis: 20%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.general-news-container > div:first-child > div:first-child {
    flex-basis: 100%;
}

.general-news-container > div:first-child > div:nth-child(2) {
    flex-basis: 50%;
    background: #E3E5E6;
    display: flex;
    flex-direction: column;
    padding: 60px 100px 60px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background: rgba(0, 0, 0, 0.65);
}

.general-news-container > div:first-child > div:nth-child(2) > div:first-child {
    font-size: 36px;
    line-height: 100%;
    color: white;
    margin-bottom: 25px;
    font-family: "MMC Bold", sans-serif;
}

.general-news-container > div:first-child > div:nth-child(2) > div:nth-child(2) {
    font-size: 14px;
    line-height: 150%;
    color: #efefef;
}

.general-sub-news .news_item >div:nth-child(2) {
    font-family: "MMC Bold", sans-serif;
    font-size: 18px;
    color: #333;
}

.general-news-container > div:first-child > div:last-child > div:first-child {
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    color: #000;
    margin-bottom: 25px;
}

.general-news-container > div:first-child > div:last-child > div:last-child {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000;
}

.general-news-container .general-news > div:first-child {
    flex-basis: 50%;
    min-height: 500px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.general-news-container .general-news div:last-child {
    flex-basis: 50%;
}

.general-sub-news .news_item  {
    position: relative;
    margin-bottom: 30px;
}

.general-sub-news .news_item:last-child {
    margin-bottom: 0;
}

.general-sub-news .news_item > div:first-child {
    min-height: 170px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.general-sub-news .news_item > div:last-child {
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
    margin-bottom: 30px;
}

.actual-news {
    display: flex;
    flex-basis: calc(100% - 90px);
    padding: 30px;
}

.actual-news .news_item {
    flex-basis: calc(25% - 30px);
    position: relative;
    margin-right: 40px;
    margin-bottom: 70px;
}

.actual-news > div:last-child {
    margin-right: 0;
}

.actual-news > .news_item > div:first-child {
    min-height: 265px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 10px;
}

.actual-news > .news_item > div:nth-child(2) {
    font-size: 18px;
    line-height: 150%;
    color: #333;
    margin-bottom: 5px;
    font-family: "MMC Bold", sans-serif;
}

.actual-news > .news_item > div:nth-child(3) {
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    color: #666;
    margin-bottom: 10px;
}

.actual-news > .news_item > div:nth-child(4) {
    font-family: "MMC medium",sans-serif;
}

.actual-news.other-news {
    display: flex;
    flex-basis: 100%;
    flex-wrap: wrap;
    margin-top: 100px;
 }

.actual-news.other-news .news_item {
    margin-right: 30px;
    padding-right: 0;
}

.actual-news.other-news > div:nth-child(4n+4) {
    margin-right: 0;
}

.actual-news.other-news > div:nth-child(4n+1) {
    /*margin-right: 0;*/
}

.model-promo{
    display: none;
}