

/* Start:/local/templates/.default/components/bitrix/news.list/pdf_lisy/style.css?1722501597812*/
.pdf_list{
	display: flex;
	flex-wrap: wrap;
}
.pdf_item{
	display: block;
	padding: 0 33px;
	width: 20%;
	margin-bottom: 50px;
	max-width: 250px;
}
.pdf_item img{
	height: 243px;
	width: 100%;
	object-fit: cover;
}
.pdf_item .item_name{
	font-weight: bold;
  line-height: 23px;
  color: #000000;
  margin: 20px 0 15px;
}
.pdf_item .item_download{
	display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #CC0605;
  padding-left: 31px;
  background-image: url(/local/templates/.default/components/bitrix/news.list/pdf_lisy/./down_ico.svg);
  background-repeat: no-repeat;
  background-position: left center;
}

@media (max-width: 920px){
	.pdf_list{
		justify-content: center;
	}
	.pdf_item{
		width: 30%;
		max-width: 100%;
	}
}
@media (max-width: 767px){
	.pdf_item{
		width: 50%;
	}
}
@media (max-width: 520px){
	.pdf_item{
		width: 100%;
	}
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/pdf_lisy/style.css?1722501597812 */
