

/* Start:/bitrix/templates/aspro-allcorp3/components/bitrix/system.pagenavigation/.default/style.css?177435237839*/
.all_block_nav {
    display: inline;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/learning.course.list/course_list/style.css?17805252291807*/
.learning-course-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px 28px;
}

.learning-course-list-one {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	min-height: 170px;
	padding: 18px 20px;
	background-color: #fff;
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.06);
	border: 1px solid #e2e2e2;
	box-sizing: border-box;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.learning-course-list-one:hover {
	border-color: #cfd7e6;
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.1);
	transform: translateY(-1px);
}

.learning-course-list-one__picture {
	flex: 0 0 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 140px;
}

.learning-course-list-one__img,
.learning-course-list-one img {
	display: block;
	max-width: 140px;
	max-height: 140px;
	width: auto;
	height: auto;
	margin: 0;
	border: 0;
}

.learning-course-list-one__content {
	min-width: 0;
	padding-top: 4px;
}

.learning-course-list-one__title {
	display: block;
	font-size: 17px;
	line-height: 1.35;
	font-weight: 500;
	color: #2f64ff;
	text-decoration: none;
}

.learning-course-list-one__title:hover {
	text-decoration: underline;
}

.learning-course-list-one__text {
	margin-top: 8px;
	font-size: 16px;
	line-height: 1.55;
	color: #2b3440;
}

@media (max-width: 900px) {
	.learning-course-list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.learning-course-list-one {
		gap: 14px;
		min-height: 0;
		padding: 14px;
	}

	.learning-course-list-one__picture {
		flex-basis: 96px;
		min-height: 96px;
	}

	.learning-course-list-one__img,
	.learning-course-list-one img {
		max-width: 96px;
		max-height: 96px;
	}

	.learning-course-list-one__title {
		font-size: 16px;
	}

	.learning-course-list-one__text {
		font-size: 15px;
	}
}
/* End */
/* /bitrix/templates/aspro-allcorp3/components/bitrix/system.pagenavigation/.default/style.css?177435237839 */
/* /local/templates/.default/components/bitrix/learning.course.list/course_list/style.css?17805252291807 */
