

/* Start:/bitrix/templates/.default/components/bitrix/news.list/template.custom/style.css?16264135251378*/
.course-item {
	background: #fff;
	display: block;
	position: relative;
	height: 100%;
	border: 1px solid #E4E4E4;
}
.course-item img {
	margin-bottom: 24px;
}
.mdbase-list {
	margin: 0 auto;
}
.course-picture {
	padding-top: 75%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
}
.course-name {
	font-style: normal;
	font-size: 18px;
	line-height: 21px;
	color: #000000;
}
.course-description {
	font-style: normal;
	margin-top: 8px;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}
.course-btn {
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	padding: 14px 32px;
	background: #0065FF;
	display: inline-block;
    text-align: center;
	margin-top: 24px;
	border-radius: 2px;
}
.course-detail {
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.course-item {
	padding: 32px;
}
.course-item:hover {
	box-shadow: 0px 4px 33px rgba(0, 0, 0, 0.11);
}
.course-item:hover .course-detail {
	opacity: 1;
}

/* End */
/* /bitrix/templates/.default/components/bitrix/news.list/template.custom/style.css?16264135251378 */
