
.news-item__list{
	margin-bottom: -45px
}
	.news-item{
    margin-bottom: 45px;
  }

		.news-item__img-wrapper{
	    position: relative;
	    overflow: hidden;
		}
			.news-item__link{
				position: absolute;
				top:    0;
				left:   0;
				right:  0;
				bottom: 0;
				z-index: 15
			}
			.news-item__img-wrapper img{
				width:  100%;
				height: auto;
				display: block;
			}
		.news-item__date{
			margin: 5px 0;
			font-style: italic;
  		font-family: var(--fancy-font);
		}
			.news-item__date i{
				padding-right: 5px;
			}
		.news-item__title{
			display: block;
			margin: 0 0 5px;
  		font-family: var(--fancy-font);
  		color: var(--color-block);
  		text-decoration: none;
  		opacity: 1
		}
		.news-item__title:hover{
			opacity: 0.8
		}
		.news-item__anons{

		}
		.news-item__anons p ~ br{
			display: none;
		}

.news-item__more{
	margin-top: 15px;
}

@media only screen and (min-width: 1201px){
	.news-item__img-wrapper{
		height: 199px;
	}
}
@media only screen and (max-width: 991px){

}

@media only screen and (min-width: 576px) and (max-width: 767px){
	.section-news .news-item__list .news-item:nth-child(3){
		display: none;
	}
}