

/* Start:/local/templates/academy-2025/components/bitrix/news.list/documents/style.css?17691574362123*/
.documents {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 17px;
}
@media (max-width: 768px) {
	.documents {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
}
@media (max-width: 576px) {
	.documents {
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}
}
.filesComp__slide {
	height: auto;
}

.filesComp__element {
	position: relative;
	border: var(--border--thinnerGray);
	border-radius: 25px;
	transition: var(--transition--default);
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	text-decoration: none;
}

.filesComp__element:before {
	z-index: 1;
}

.filesComp__header {
	height: 190px;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	border-radius: 25px;
	gap: 5px;
	padding: 38px 33px;
}

@media (max-width: 568px) {
	.filesComp__header {
		padding: 32px 20px;
	}
}

@media (min-width: 568px) and (max-width: 992px) {
	.filesComp__header i {
		scale: 0.8;
	}
}

@media (max-width: 992px) {
	.filesComp__header {
		padding: 20px;
	}
}

.filesComp__header h5 {
	font-size: 1.2rem;
	font-weight: bold;
	width: 80%;
	z-index: 1;
	height: 95px;
	-webkit-line-clamp: 6;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-height: 20px;
	color: var(--color--light);
}

@media (max-width: 568px) {
	.filesComp__header h5 {
		font-size: 1.2rem;
		width: 80%;
	}
}

@media (max-width: 992px) {
	.filesComp__header h5 {
		font-size: 1rem;
		height: 130px;
		width: 70%;
		-webkit-line-clamp: 8;
	}
}

.filesComp__header span {
	font-size: 0.7rem;
	z-index: 1;
	width: 80%;
	opacity: 0.8;
}

.filesComp__header i {
	position: absolute;
	top: 0;
	right: 0;
}

.filesComp__header-cover {
	position: absolute;
	width: 50%;
	height: 100%;
	background: linear-gradient(90.09deg, #065AA2 8.46%, rgba(0, 87, 163, 0) 99.92%);
	left: 0;
	top: 0;
}
/* End */
/* /local/templates/academy-2025/components/bitrix/news.list/documents/style.css?17691574362123 */
