

/* Start:/local/templates/new/components/bitrix/news.list/vdoh/style.css?17550020001023*/
.news-list
{
	word-wrap: break-word;
	display: flex;
	flex-direction: row;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.news-item{
	

	width:  calc(100% / 4 - 50px);
    display: block;
    height: 335px;
    margin: 25px;
}
.news-item img{
	width: 100%;
	object-fit: cover;
    border-radius: 10px;
    height: 90%;
}
.news-item_name{

    margin-top: 20px;
	font-size: 20px;
    font-weight: bold;
}
.news-item_name a{
	text-decoration: none;
}

@media screen and (max-width: 1200px) {

  .news-list{
  	flex-wrap: wrap;
  }



  .news-item{	

	width:  calc(100% / 2 - 50px);
	height: 220px;



  }

  .news-item_name{

    margin-top: 0px;
	font-size: 18px;
    font-weight: bold;
}
}

@media screen and (max-width: 767px) {

    .news-item{ 

       width:  calc(100% / 2 - 40px);
        height: 220px;
        margin: 20px;

  }

  .news-item img{
  width: 100%;
  object-fit: cover;
    border-radius: 10px;
    height: 80%;
}

  .news-item_name{

   margin-top: 5px;
  font-size: 15px;
    font-weight: bold;
}


}
/* End */
/* /local/templates/new/components/bitrix/news.list/vdoh/style.css?17550020001023 */
