.d_comingSoonCourses {
	padding: 50px 20px 60px 20px;
	text-align: center;
	background: #f9f9f9;
}

.d_comingSoonCourses_inner {
	max-width: 410px;
	margin: 0 auto;
}

.d_comingSoonCourses_flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.d_comingSoonCourses_title {
	color: black;
	margin: 0 auto 35px auto;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 700;
	text-transform: uppercase;
	max-width: 300px;
}

.d_comingSoonCourses_box {
	padding: 20px 20px 25px 20px;
	display: block;
}

.d_comingSoonCourses_itemInner {
	max-width: 370px;
	background: #fff;
	box-shadow: 0 3px 5px 0 rgb(0 1 1 / 10%);
	margin-bottom: 20px;
	line-height: 1.375;
	position: relative;
	display: block;
	cursor: default;
}

.d_comingSoonCourses_itemTitle {
	height: 60px;
	margin-bottom: 15px;
	margin-top: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: left;
	color: #111;
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
}

.d_comingSoonCourses_authors {
	font-size: 13px;
	color: #929292;
	line-height: 1.2;
	text-align: left;
}

.d_comingSoonCourses_imgBox {
	position: relative;
}

.d_comingSoonCourses_img {
	width: 370px;
	height: 278px;
	object-fit: cover;
	display: block;
}

.d_comingSoonCourses_overlay {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(238, 113, 5, 0.5);
	color: white;
	font-weight: 900;
	font-size: 32px;
	transition: all .3s ease-in-out;
}

.d_homeAuthTopCourses + .d_comingSoonCourses {
	padding: 35px 20px 0 20px;
	margin-top: 20px;
	margin-bottom: -15px;
}

.slider-enabled .d_comingSoonCourses_slider {
	position: relative;
	overflow: hidden;
	touch-action: pan-y;
	max-width: 990px;
	margin: 0 auto;
}

.slider-enabled .d_comingSoonCourses_item {
	flex-shrink: 0;
	width: 100%;
	padding: 0 5px;
}

.slider-enabled .d_comingSoonCourses_flex {
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: flex-start;
	transition: 0.6s;
	touch-action: pan-y;
}

.slider-enabled .d_comingSoonCourses_itemInner {
	margin-left: auto;
	margin-right: auto;
}

.d_comingSoonCourses_navigation {
	position: relative;
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.d_comingSoonCourses_btnNav {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	transition: all .2s ease-in-out;
	z-index: 99;
	outline: 0;
	font-size: 13px;
	box-shadow: 0 3px 5px 0 rgb(0 1 1 / 10%);
	background: white;
	color: #5e5e5e;
	cursor: pointer;
}

.d_comingSoonCourses_btnNav:hover:not(.disabled) {
	transform: scale(1.1);
}

.d_comingSoonCourses_btnNav.disabled {
	background: rgba(255,255,255,.5);
}

.d_comingSoonCourses_btnNav img {
	width: 10px;
	height: 10px;
	align-self: center;
}

.d_comingSoonCourses_btnLeft {
	margin-right: 15px;
}

.d_comingSoonCourses_btnRight {
	margin-left: 15px;
}

.d_comingSoonCourses_btnRight img {
	transform: rotate(180deg);
}

.d_comingSoonCourses_playVideo {
	cursor: pointer;
}

.d_comingSoonCourses_playBtn {
	height: 75px;
	width: 75px;
	border: 2px solid #fff;
	background: rgba(0,0,0,.5);
	border-radius: 50%;
	cursor: pointer;
	padding: 21px 0 0 7px;
	display: block;
	margin: 10px auto;
}

.d_comingSoonCourses_playBtn img {
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(114deg) brightness(115%) contrast(100%);
	width: 32px;
	height: 32px;
}

.d_comingSoonCourses_playText {
	font-size: 22px;
}

.d_comingSoonCourses_video {
	display: none;
	width: 100%;
	height: 100%;
}

.d_comingSoonCourses_playVideo.playing .d_comingSoonCourses_video {
	display: block;
}

.d_comingSoonCourses_playVideo.playing .d_comingSoonCourses_overlay {
	display: none;
}

.d_comingSoonCourses_playVideo .plyr--video {
	z-index: 2;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	left: 0;
	display: none;
}

.d_comingSoonCourses_playVideo.playing .plyr--video {
	display: block;
}

.d_comingSoonCourses_item .plyr__video-wrapper {
	height: 100%;
}

.d_comingSoonCourses_item .plyr__controls__item.plyr__volume {
	max-width: 110px;
}

@media (min-width: 576px) {
	.d_comingSoonCourses_inner, .d_comingSoonCourses_title {
		max-width: initial;
	}
}

@media (min-width: 768px) {
	.slider-enabled .d_comingSoonCourses_item {
		width: 50%;
		padding: 0 15px;
	}

	.d_comingSoonCourses_itemInner:hover .d_comingSoonCourses_overlay {
		background: rgba(238, 113, 5, 1);
	}
}

@media (min-width: 992px) {
	.d_comingSoonCourses_inner {
		max-width: 1229px;
	}

	.d_comingSoonCourses_flex {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
	}

	.d_comingSoonCourses_itemInner {
		margin-bottom: 30px;
	}

	.d_comingSoonCourses_item {
		padding: 0 15px;
	}
}

@media (min-width: 1200px) {
	.d_comingSoonCourses_title {
		margin: 0 auto 40px auto;
		font-size: 36px;
		line-height: 1.364;
	}

	.d_comingSoonCourses {
		padding-top: 75px;
		padding-bottom: 80px;
	}

	.d_homeAuthTopCourses + .d_comingSoonCourses {
		padding: 60px 20px 25px 20px;
	}

	.slider-enabled .d_comingSoonCourses_item {
		width: 33.3%;
	}

	.d_comingSoonCourses_itemInner {
		max-width: 300px;
	}

	.d_comingSoonCourses_img {
		width: 300px;
	}
}