

/* Start:/local/templates/online-school/components/bitrix/news.list/course-card/style.css?17032409071956*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.newCourseCard{
	display: flex;
	background: #fff;
	width: 420px;
	height: 315px;
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.25);
	border-radius: 16px;
	margin: 0 auto 24px 0;
}

.newCourseCard .left_side {
	padding: 27px 0 16px 30px;
	width: 58%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.newCourseCard .left_side .courseHashTags{
	display: flex;
	flex-wrap: wrap;
}

.newCourseCard .left_side .courseHashTags a{
	margin-right: 6px;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 11px;
	line-height: 12px;
	color: #EEDB24;
	text-transform: uppercase;
	margin-bottom: 3px;
	text-shadow: 0 0 4px #0000000a;
}

.newCourseCard .left_side .courseName {
	display: flex;
	flex-direction: column;
	margin: auto;
}

.newCourseCard .left_side .courseName span{
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	margin-bottom: 5px;
}

.newCourseCard .left_side .courseName .courseNameValue{
	font-family: 'Rubik', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	color: #098E97;
}

.newCourseCard .left_side .courseAuthorData{

}

.newCourseCard .left_side .courseAuthorData .authorName{
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	color: #C1C1C1;
}

.newCourseCard .left_side .courseAuthorData .whoIs{
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 12px;

	color: #C1C1C1;
}

.newCourseCard .left_side .authorCompanyLogo{
	margin: auto 0 0 0;
}

.newCourseCard .left_side .authorCompanyLogo img{
	display: block;
}

.newCourseCard .right_side{
	width: 40%;
	padding: 3px 12px 0 0;
}
/* End */
/* /local/templates/online-school/components/bitrix/news.list/course-card/style.css?17032409071956 */
