

/* Start:/bitrix/templates/new_mtk_page/components/bitrix/news.list/lib_list/style.css?16886371853207*/
.lib-list-block {
	margin-top: 20px;
	margin-bottom: 20px;
}
a.lib-list-elem {
	display: block;
	position: relative;
	height: 390px;
	padding: 80px 17px 60px 28px;
	background-position: center;
	background-size: cover;
	text-decoration: none;
	margin-bottom: 15px;
	margin-top: 15px;
}

a.lib-list-elem::before {
	position: absolute;
	content: '';
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(88, 127, 169, 0.5);
	transition: all linear .3s;
}
a.lib-list-elem::after {
	position: absolute;
	content: '';
	z-index: 1;
	width: 100%;
	height: 110px;
	left: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(172, 188, 205, 0) 0%, #ACC3DC 100%);
}
a.lib-list-elem .lib-list-elem-name {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	transition: all linear .3s;
	position: relative;
	z-index: 3;
	text-decoration: none;
}
a.lib-list-elem .lib-list-elem-info {
	position: absolute;
	z-index: 3;
	text-decoration: none;
	width: 100%;
	bottom: 0;
	left: 0;
	padding-left: 69px;
	padding-bottom: 20px;
	color: #000;
	font-weight: normal;
	font-size: 18px;
	transition: all linear .3s;
}
a.lib-list-elem .lib-list-elem-info::before {
	position: absolute;
	content: '';
	left: 18px;
	top: -6px;
	filter: invert(1);
	width: 40px;
	height: 40px;
	background-position: center;
	background-size: cover;
	background-image: url('/bitrix/templates/new_mtk/assets/imgs/lib/inner/exp.svg');
	transition: all linear .3s;
}

a.lib-list-elem:hover {
	text-decoration: none;
}

a.lib-list-elem:hover::before {
	background: rgba(0, 94, 197, 0.8);
}
a.lib-list-elem:hover .lib-list-elem-name  {
	text-decoration: none;
	color: #fff;
}
a.lib-list-elem:hover .lib-list-elem-info {
	color: #fff;
	text-decoration: none;
}
a.lib-list-elem:hover .lib-list-elem-info::before{
	filter: invert(0);
}
.lib-section-list-wrapper {
	display: flex;
}
.lib-section-list {
	padding-left: 15px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: auto;
}
a.lib-section-list-elem {
	display: block;
	margin: 15px 0;
	width: 100%;
	height: 350px;
	background-position: center;
	background-size: cover;
	text-decoration: none;
	position: relative;
}
a.lib-section-list-elem::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(88, 127, 169, 0.4);
	transition: all linear .3s;
}
a.lib-section-list-elem .lib-section-list-elem-text {
	display: block;
	position: absolute;
	bottom: 70px;
	width: 100%;
	left: 0;
	border-bottom: 5px solid #CC182C;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	z-index: 2;
	transition: all linear .3s;
	text-decoration: none;
	color: #000;
}
a.lib-section-list-elem:hover::before {
	background: rgba(0, 94, 197, 0.8);
}
a.lib-section-list-elem:hover .lib-section-list-elem-text {
	color: #fff;
	border-color: #fff;
}
@media (max-width: 767px) {
	.lib-section-list {
		padding: 0;
	}
	a.lib-section-list-elem {
		margin: 0;
		height: 100px;
		border-bottom: 5px solid #CC182C;
	}
	a.lib-section-list-elem::before {
		transition: none;
	}
	a.lib-section-list-elem .lib-section-list-elem-text {
		bottom: 50%;
		transform: translateY(50%);
		border-bottom: 0px;
		transition: none;
	}
}

/* End */
/* /bitrix/templates/new_mtk_page/components/bitrix/news.list/lib_list/style.css?16886371853207 */
