.d_courseLanguageMobile {
	margin-bottom: 25px;
	color: #636363;
	line-height: 28px;
	margin-top: 10px;
}

.d_courseLanguageMobile img {
	margin-right: 8px;
	margin-left: 12px;
	width: 21px;
	height: 21px;
	filter: invert(37%) sepia(0%) saturate(69%) hue-rotate(170deg) brightness(101%) contrast(91%);
}

.d_courseLanguageMobile_subtitleContainer {
	margin-top: 12px;
}

.d_courseLanguageMobile_subtitle {
	margin-left: 2px;
}

.d_courseLanguageMobile_ccIcon img {
	margin-bottom: -3px;
	margin-right: 6px;
}

.d_courseLanguageMobile_tooltip {
	border-bottom: 2px dotted rgba(0,0,0,0.25);
	position: relative;
}

.d_courseLanguageMobile_container {
	visibility: hidden;
	background: #fff;
	position: fixed;
	bottom: -60%;
	left: 0;
	padding: 0 20px 20px 20px;
	z-index: 99;
	width: 100vw;
	transition: all .4s ease-in;
}

.d_courseLanguageMobile_container.active {
	visibility: visible;
	bottom: 0;
}

.d_courseLanguageMobile_containerOverlay {
	visibility: hidden;
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(28,29,31,.8);
	left: 0;
	top: 0;
	z-index: 88;
	transition: all .2s ease-in;
	opacity: 0;
}

.d_courseLanguageMobile_container.active + .d_courseLanguageMobile_containerOverlay {
	visibility: visible;
	opacity: 1;
}

.d_courseLanguageMobile_containerClose {
	display: flex;
	background: #fff;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	margin: -40px 0 0 auto;
	box-shadow: 0 0 5px 0 rgb(175 163 163 / 70%);
}

.d_courseLanguageMobile_containerClose .d_fontAwesomeIcon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.d_courseLanguageMobile_containerClose img {
	margin: auto;
	width: 26px;
	height: 26px;
}

.d_courseLanguageMobile_containerTitle {
	font-size: 20px;
	font-weight: 400;
	color: black;
	margin: 0 0 20px 0;
	line-height: 1.333;
}

.d_courseLanguageMobile_container ul {
	padding: 0 0 0 20px;
	white-space: nowrap;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	color: black;
}

.d_courseLanguageMobile_container li:not(:last-of-type) {
	margin-bottom: 10px;
}

@media (min-width: 992px) {
	.d_courseLanguageMobile {
		display: none;
	}
}