/* Start:/local/templates/ledel/components/bitrix/news/downloads/bitrix/news.list/.default/style.css?17586271231441*/
.page-title.downloads-title {
	margin-bottom: 0;
}

.downloads__wrapper {
	padding: 2rem 0 3rem;
}

.downloads__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 3rem;
}

@media(max-width: 1300px) {
	.downloads__list {
		grid-gap: 2rem;
	}
}

@media(max-width: 1199px) {
	.downloads__list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media(max-width: 767px) {
	.downloads__list {
		grid-template-columns: 1fr;
	}
}

.downloads__item {
	background: #fff;
	border: 1px solid #D9D9D9;
	padding: 1.5rem;
	position: relative;
	min-height: 270px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.downloads__item-picture-wrapper {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 190px;
	height: 190px;
}

.downloads__item-picture {
	position: absolute;
	left: 0;
	top: 0;
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.downloads__item-inner {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.downloads__item-name {
	font-size: 18px;
	font-family: "DrukTextWideCyr";
	text-transform: uppercase;
	margin-bottom: .5rem;
}

.downloads__item-text {
	line-height: 1.2;
	max-width: 230px;
}

.downloads__item-time{
	color: #A3A7AA;
	margin-bottom: .5rem;
	font-size: 14px;
}

.downloads__item-file {
	padding-left: 1.5rem;
	background: url(/local/templates/ledel/components/bitrix/news/downloads/bitrix/news.list/.default/images/icon_download.svg) left center no-repeat;
	font-weight: 700;
	font-size: 14px;
}
/* End */