.news-container{
    display: flex;
    flex-wrap: wrap;
}
.news-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-basis: 40%;
    margin-right: 10%;
    position: relative;
    text-decoration: none;
    margin-bottom: 60px;
    padding: 0 0 0 38px;
}
.news-item:before{
    position: absolute;
    left: 0px;
    content: '';
    width: 8px;
    height: 100%;
    background-color: #5DA4BC;
}
.news-item:hover .news-title{text-decoration: underline;}

.news-date{font-size: 14px; margin-top: 0; margin-bottom: 24px; color: #5DA4BC;}
.news-title{font-size: 28px; color: #000; margin-top: 0; line-height: 1.1;}
.news-description{line-height: 1.1; color: #8e8e8e; margin-bottom: 0px;
    font-size: 14px; font-weight: 400;
}

.news-item:nth-child(4n-2):before, .news-item:nth-child(4n-1):before{
    background-color: #2B554D;
}
.news-item:nth-child(4n-2) .news-date, .news-item:nth-child(4n-1) .news-date{
    color: #2B554D;
}

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


.newspage-date {
    color: #a5a5a5;
    margin: 5px 7px 14px 9px;
        font-size: 14px;
}
.copyright-image {
    font-style: italic;
    color: #c2c2c2;
    padding: 7px;
        font-size: 14px;
}
.tags-container{margin-bottom: 20px;}
.tags-container>div{display: inline-block;}
.tags-container .tags {margin-bottom: 5px;}

#news{margin-bottom: 50px;}

#share-news ul li:before{display: none;}

.newspage .news-content img{max-width: 500px; height: auto;
    float: left;
    margin: 0 20px 10px 0;
}
.newspage .news-content img.img-right{float: right; margin: 0 0px 10px 20px;}
.news-item .colored-bg{opacity: 0.5;}
.news-item:nth-child(3n+1) .colored-bg{background-color: #2be3a9; opacity: 0.5;}
.news-item:nth-child(2n+2) .colored-bg{background-color: #2bb8e3; opacity: 0.5;}
.news-item:nth-child(3n+3) .colored-bg{background-color: #80b4e8; opacity: 0.5;}
.colored-container{
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.colored-container:hover{}
.colored-container:hover  .colored-bg, .page-programm-item:hover  .colored-bg{opacity: 0.0;}
.colored-container .news-title{
    position: absolute;
    z-index: 2;
    margin: 50px;
    font-size: 26px;
    font-weight: 600;
    text-align: left;
    color: #Fff;
}


.newspage .news-content ul li::before{margin-left: 0px;}

.news-images-page-container{display: block; width: 100%;}
.news-images-page-container img{float: none !important;}

.news-content .flex{display: flex;}
.news-content .flex div:first-child{padding-right: 25px;}
.news-content .flex div:last-child{padding-top: 15px;}

