div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.item-project__slide {
	position: relative;
	margin-bottom: 24px;
}

.owl-carousel-project .owl-item  {
	height: 650px;
}

.block-projects {
    margin-top: 158px; 
    background: #5b4530
}

.block-projects .title-block {
    margin-bottom: 34px
}

.item-project {
    position: relative;
    height: 320px;
}

.left-content {
	position: absolute;
   	top: 0;
    left: 0;
    padding: 0 27px 0 30px;
    width: 260px;
    border-top: 320px solid rgb(21, 118, 212);
    border-left: 0px solid transparent;
    border-right: 115px solid transparent;
}

.title-content {
	position: absolute;
    top: -320px;
	left: 20px;
    margin-top: 24px;
    font-size: 24px;
    line-height: 30px;
    color: #fff
}

.text-content {
    margin-top: 8px;
    font-size: 16px;
    line-height: 20px;
    color: #fff
}

@media screen and (max-width: 576px) {
	.item-project__slide {
		margin-bottom: 80px;
	}

	.title-content {
		font-size: 20px;
	}
}


@media screen and (max-width: 480px) {
	.title-content {
		top: -220px;
		font-size: 16px;
	}

	.left-content {
		width: 220px;
    	border-top: 220px solid #3c3396;
	}

	.item-project {
   		height: 220px;
	}

	.left-content-orange {
    	border-top: 220px solid #ffa200 !important;
	}
}

