

/* Start:/bitrix/templates/fabrmedia/components/bitrix/news/course/bitrix/news.list/.default/style.css?17334933502288*/
.course_section, .course_section_flex {
	margin-top: 5.25rem;
}
.course_section_flex {
	display: flex;
	justify-content: space-between;
}
.course_section_flex .course_section_column {
	width: 60%;
}
.course_section_flex .course_section_left {
	width: 325px;
}
@media (max-width: 991px) {
	.course_section_flex {
		flex-wrap: wrap;
	}
	.course_section_flex .course_section_column {
		width: 100%;
	}
	.course_section_flex .course_section_left {
		width: 100%;
		margin-top: 2rem;
	}
}
@media (max-width: 767px) {
	.course_section, .course_section_flex {
		margin-top: 2rem;
	}
}
.course_elem {
    border: 4px solid #EDF4FA;
    border-radius: 24px;
    padding: 24px;
    display: flex;
    justify-content: space-between;
}
.course_elem + .course_elem{
	margin-top: 1rem;
}
.course_elem_subtitle {
    color: #718C9E;
}
.course_elem_name a {
    color: #212121;
    font-size: 1.75rem;
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
    -webkit-transition: .2s all;
    transition: .2s all;
}
.course_elem_name a:hover{
	text-decoration: none;
    color: #0097CE;
}
.course_elem_form {
    display: flex;
    flex-direction: column;
	margin-top: 1rem;
}
.course_elem_form span{
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
}
.course_elem_duration {
    color: #718C9E;
    text-align: right;
    font-size: 1.75rem;
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
	margin-bottom: 1rem;
}
.course_elem_btn a {
	padding: 0 1rem;
	height: 40px;
	background: #009DDB;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-radius: 4px;
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	-webkit-transition: .2s all;
	transition: .2s all;
	white-space: nowrap;
}
.course_elem_btn a:hover{
	background: #4DB6DD;
	text-decoration: none;
	color: #fff;
}
.course_elem_col {
    padding-right: 1rem;
}
.course_list {
    margin-top: 2.5rem;
}
@media (max-width: 991px) {
	.course_elem {
		flex-direction: column;
	}	
	.course_elem_col {
		padding-right: 0;
	}
	.course_elem_duration {
		text-align: left;
	}
	.course_elem_btn a {
		max-width: 320px;
	}
}
@media (max-width: 767px) {
	.course_elem_duration, .course_elem_name a {
		font-size: 1.5rem;
		line-height: normal;
	}
	.course_elem_subtitle {
		margin-bottom: 1rem;
	}
}
/* End */


/* Start:/bitrix/templates/fabrmedia/components/bitrix/news/course/bitrix/news.list/event/style.css?17334933501581*/
.event_elem {
    border: 1px solid #EDF4FA;
    border-radius: 8px;
    padding: 24px;
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.event_elem + .event_elem{
	margin-top: 1rem;
}
.event_list {
    margin-top: 2.5rem;
}
.event_elem .course_elem_col {
    width: 50%;
}
.event_elem .btn {
    padding: 0 1rem;
    height: 40px;
    background: #009DDB;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 4px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
    -webkit-transition: .2s all;
    transition: .2s all;
    white-space: nowrap;
}
.event_elem .btn:hover{
	background: #4DB6DD;
    text-decoration: none;
    color: #fff;
}
.event_name a {
    color: #212121;
    -webkit-transition: .2s all;
    transition: .2s all;
}
.event_name a:hover {
    text-decoration: none;
    color: #0097CE;
}
.event_elem .materials__tags {
    margin-top: 0.5rem;
}
.course_section .load_more_wrap {
    margin: 1rem 0 0 0;
}
.course_section .load_more{
	border-radius: 8px;
    border-color: #EDF4FA;
    height: 49px;
    color: #008FC8;
    font-weight: normal;
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
}
.course_section .load_more:hover{
	opacity: 0.8;
}
@media (max-width: 991px) {
	.event_elem {
		flex-wrap: wrap;
	}
	.event_elem .course_elem_col {
		width: 100%;
		margin-bottom: 1rem;
	}
}
@media (max-width: 767px) {
	.event_elem .course_elem_col_xs {
    	width: 100%;
	}
	.event_elem .course_elem_col_xs + .course_elem_col_xs{
		margin-top: 1rem;
	}
}
/* End */


/* Start:/bitrix/templates/fabrmedia/components/bitrix/news/course/bitrix/news.list/video/style.css?17334933501911*/
.video_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px 32px;
	margin-top: 2.5rem;
}
.video_elem--card {
    display: flex;
    min-height: 186px;
    background: #209ddb;
    color: #fff;
    align-items: center;
    padding: 24px;
    position: relative;
    border-radius: 4px;
}
.video_elem--card:hover{
	color: #fff;
	opacity: 0.8;
}
.video_elem--card:before {
    content: '';
    position: absolute;
    width: 114px;
    height: 50px;
    background: url(/bitrix/templates/fabrmedia/components/bitrix/news/course/bitrix/news.list/video/./image/Image.png) no-repeat center;
    right: 0;
    bottom: 0;
}
.video_elem--name a {
    color: #212121;
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
    -webkit-transition: .2s all;
    transition: .2s all;
}
.video_elem--name a:hover {
    text-decoration: none;
    color: #0097CE;
}
.video_elem .materials__tags {
    margin-top: 0.5rem;
}
.news__elem--person {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
}
.news__elem--person-img {
    width: 24px;
    height: 24px;
    margin-right: 0.5rem;	
}
.news__elem--person-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news__elem--person-name {
    flex: 1;
    color: #787876;
    font-size: 0.75rem;
}
@media (max-width: 991px) {
	.video_list {
    	grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 767px) {
	.video_list {
    	display: block;
	}
	.video_elem--card {
		font-size: 0;
		min-height: inherit;
		background: #004065 url(/bitrix/templates/fabrmedia/components/bitrix/news/course/bitrix/news.list/video/./image/Arrow-right.png) no-repeat center;
		width: 64px;
        height: 48px;
        padding: 0;
	}
	.video_elem--card:before{
		display:none;
	}
	.video_elem.ajax__elem {
		display: flex;
	}
	.video_elem--row {
		flex: 1;
		padding-left: 1.5rem;
	}
	.video_elem + .video_elem {
		margin-top: 2rem;
	}
	.video_elem--name {
		margin-top: -4px;
	}
	.news__elem--person {
		padding-top: 0;
	}
	.news__elem--person + .video_elem--name {
		margin-top: 0;
	}
}

/* End */
/* /bitrix/templates/fabrmedia/components/bitrix/news/course/bitrix/news.list/.default/style.css?17334933502288 */
/* /bitrix/templates/fabrmedia/components/bitrix/news/course/bitrix/news.list/event/style.css?17334933501581 */
/* /bitrix/templates/fabrmedia/components/bitrix/news/course/bitrix/news.list/video/style.css?17334933501911 */
