
section.title-block {
    position: relative;
    background-color: rgb(0, 0, 0);
    z-index: 1;
    height: 560px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.title-block > div {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
}

section.title-block .title-block-content {
    font-size: 32px;
    line-height: 120%;
    color: #FFFFFF;
}

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

.news-item.wrap {
    min-height: auto;
    margin: -2px;
    padding: 0;
}

section.title-block .title-block-content > div:first-child {
    text-align: center;
    padding: 0 3rem 1.5rem 3rem;
}

section.title-block .title-block-content > div:last-child {
    display: flex;
    justify-content: center;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}

section.title-block .title-block-content > div:last-child > div {
    position: relative;
    margin-left: 30px;
    margin-right: 20px;
}

section.title-block .title-block-content > div:last-child > div:first-child:before,
section.title-block .title-block-content > div:last-child > div:last-child:before {
    position: absolute;
    display: block;
    content: '';
    width: 23px;
    height: 20px;
    top: -3px;
    left: -30px;
    background-repeat: no-repeat;
    background-position: center;
}

section.title-block .title-block-content > div:last-child > div:first-child:before {
    background-image: url("../images/watch.png");
}

section.title-block .title-block-content > div:last-child > div:last-child:before {
    background-image: url("../images/visibility.png");
}

section.news_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFF;
}

section.news_block > div:first-child {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
    font-family: "MMC Regular", sans-serif;
    font-weight: 300;
    padding: 3rem 9rem;
}

section.news_block > div:first-child ul {
    margin-left: 3em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

section.news_block > div:first-child ul li {
    list-style-type: disc;
}

section.news_block > div:first-child ul li::marker {
    color: black;
    font-size: 1em;
}

section.news_block .block-image > img {
    width: 100%;
}

section.news_block > div:last-child {
    width: 100%;
}

