

/* Start:/bitrix/templates/aspro_max/components/bitrix/news/documents/style.css?1789033682123*/
.knowledge-page__subtitle{
	color: #222;
	font-size: 1.45em;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 18px;
}

/* End */


/* Start:/bitrix/templates/aspro_max/components/bitrix/news.list/documents/style.css?17883414402345*/
.documents-list{
	display: block;
}

.documents-list__item{
	align-items: center;
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 8px;
	box-shadow: 0 4px 18px rgba(0, 0, 0, .03);
	display: flex;
	gap: 20px;
	margin-bottom: 14px;
	padding: 20px 22px;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.documents-list__item:hover{
	border-color: #d9d9d9;
	box-shadow: 0 8px 28px rgba(0, 0, 0, .06);
	transform: translateY(-1px);
}

.documents-list__file{
	flex: 0 0 auto;
}

.documents-list__icon{
	align-items: center;
	background: linear-gradient(180deg, #fbfbfb 0%, #f3f5f7 100%);
	border: 1px solid #dde2e7;
	border-radius: 6px;
	display: flex;
	height: 52px;
	justify-content: center;
	position: relative;
	width: 42px;
}

.documents-list__icon:before{
	background: #fff;
	border-bottom: 1px solid #dde2e7;
	border-left: 1px solid #dde2e7;
	content: "";
	height: 10px;
	position: absolute;
	right: -1px;
	top: -1px;
	width: 10px;
}

.documents-list__icon span{
	color: #4f5965;
	font-size: 9px;
	font-weight: 700;
	line-height: 1;
	max-width: 34px;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
}

.documents-list__body{
	flex: 1 1 auto;
	min-width: 0;
}

.documents-list__title{
	display: inline-block;
	font-size: 1.066em;
	font-weight: 600;
	line-height: 1.35;
	margin-top: 1px;
}

.documents-list__text{
	line-height: 1.5;
	margin-top: 6px;
}

.documents-list__meta{
	align-items: center;
	display: flex;
	font-size: .866em;
	line-height: 1.35;
	margin-top: 7px;
	text-transform: uppercase;
}

.documents-list__separator{
	margin: 0 7px;
}

.documents-list__download{
	align-items: center;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	color: #333;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: .933em;
	font-weight: 600;
	justify-content: center;
	min-height: 38px;
	padding: 0 18px;
	transition: background .2s ease, border-color .2s ease, color .2s ease;
	white-space: nowrap;
}

.documents-list__download:hover{
	background: #333;
	border-color: #333;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 600px){
	.documents-list__item{
		align-items: flex-start;
		flex-wrap: wrap;
		gap: 12px;
		padding: 16px;
	}

	.documents-list__body{
		flex-basis: calc(100% - 54px);
	}

	.documents-list__download{
		flex: 1 1 100%;
		margin-left: 54px;
	}
}

/* End */
/* /bitrix/templates/aspro_max/components/bitrix/news/documents/style.css?1789033682123 */
/* /bitrix/templates/aspro_max/components/bitrix/news.list/documents/style.css?17883414402345 */
