body .d_homeCourses_desktop {
	display: none;
}

.d_homeCourses_title {
	color: black;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 22px;
	padding: 0 15px 20px 15px;
	text-align: center;
	letter-spacing: 1px;
	line-height: 30px;
	margin-top: 0;
}

.d_tagSlider_slider {
	position: relative;
	cursor: pointer;
	overflow: scroll;
	margin-top: -15px;
	margin-bottom: 15px;
}

.d_tagSlider_container {
	padding: 0 15px 10px 15px;
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	gap: 9px;
}

.d_tagSlider_slide {
	align-self: center;
	color: black;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	white-space: nowrap;
	padding: 6px 16px;
	border-radius: 30px;
	text-align: center;
	width: auto !important;
	display: inline-block;
	background: #fff;
}

.d_tagSlider_slide.active, .d_tagSlider_slide:hover {
	color: #FFF !important;
	background: #000 !important;
	border: 1px solid #000 !important;	
}

.d_homeCourses_loop {
	padding: 0 0 0 5px;
}

.d_homeCourses_slider {
	cursor: pointer;
}

.d_homeCourses_loopInner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	transition: 0.6s;
	overflow-x: auto;
	overflow-y: visible;
	scrollbar-width: none;
	scroll-snap-type: x mandatory;
	scroll-snap-stop: always;
	touch-action: manipulation;
}

.d_homeCourses_loopInner::-webkit-scrollbar {
	display: none;
}

.d_homeCourses {
	background: #d9d9d9;
	padding: 50px 0px;
}

.d_homeCourses .d_courseItem_img {
	display: block;
	height: auto;
	aspect-ratio: 16 / 12;
}

.d_homeCourses .d_courseItem_title {
	font-size: 14px;
	line-height: 20px;
	-webkit-line-clamp: 2;
	height: 40px;
}

.d_homeCourses .d_courseItem {
	max-width: 390px;
	min-width: calc(100vw - 27vw - 20px);
	padding: 0 10px;
	width: 100%;
	scroll-snap-align: start;
	position: static;
}

.d_homeCourses .d_courseItem_level {
	font-size: 11px;
}

.d_homeCourses .d_courseItem_level.small {
	font-size: 10px;
}

.d_homeCourses .d_courseItem_caption {
	height: 38px;
	padding: 14px 20px 0 20px;
}

.d_homeCourses .d_courseItem_box {
	padding: 14px 20px 23px 20px;
}

.d_homeCourses .d_courseItem_imageContainer {
	pointer-events: none;
	touch-action: none;
}

@media (min-width: 576px) {
	.d_homeCourses {
		padding: 50px 24px;
	}

	.d_homeCourses_loop {
		padding: 0;
	}

	.d_homeCourses .d_courseItem {
		min-width: 390px;
	}
}

@media (min-width: 768px) {
	.d_homeCourses_mobile {
		display: none;
	}

	body .d_homeCourses_desktop {
		display: block;
	}

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

	.d_homeCourses .d_courseItem_img {
		height: 278px;
	}

	.d_homeCourses .d_courseItem_level {
		font-size: 12px;
	}

	.d_homeCourses .d_courseItem_level.small {
		font-size: 11px;
	}

	.d_homeCourses .d_courseItem_caption {
		height: 41px;
		padding: 15px 20px 0 20px;
	}

	.d_homeCourses_slider {
		text-align: left;
		overflow: hidden;
	}

	.d_homeCourses_loopInner {
		overflow: visible;
	}

	.d_homeCourses .d_courseItem {
		display: block;
		padding: 0 15px;
		flex-shrink: 0;
	}

	.d_homeCourses_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_homeCourses_btnNav img {
		width: 10px;
		height: 10px;
		align-self: center;
	}

	.d_homeCourses_btnLeft {
		margin-right: 15px;
	}

	.d_homeCourses_btnRight {
		margin-left: 15px;
	}

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

	.d_homeCourses_navigation .d_shared_paginate {
		width: auto;
		top: initial;
		position: static;
	}

	.d_homeCourses .d_courseItem_inner {
		max-width: 330px;
	}

	.d_bigSlider_paginate {
		display: flex;
		justify-content: center;
	}

	.d_bigSlider_paginateOneItem {
		align-self: center;
		border-radius: 50%;
		width: 16px;
		height: 16px;
		background-color: black;
		opacity: 0.6;
		cursor: pointer;
		margin: 0 3px 0 0;
	}

	.d_bigSlider_paginateOneItem:last-child {
		margin: 0;
	}

	.d_bigSlider_paginateOneItem:nth-child(1) {
		width: 10px;
		height: 10px;
	}

	.d_bigSlider_paginateOneItem:nth-child(2) {
		width: 11px;
		height: 11px;
	}

	.d_bigSlider_paginateOneItem:nth-child(3) {
		width: 14px;
		height: 14px;
	}

	.d_bigSlider_paginateOneItem:nth-child(4) {
		width: 15px;
		height: 15px;
	}

	.d_bigSlider_paginateOneItem:nth-child(6) {
		width: 19px;
		height: 19px;
	}

	.d_shared_activeSlide {
		opacity: 1;
	}

	.d_homeCourses_loop {
		text-align: center;
	}

	.d_homeCourses .d_courseItem_imageContainer {
		pointer-events: none;
		touch-action: none;
	}
}

@media (min-width: 992px) {
	.d_homeCourses_title {
		font-size: 36px;
		padding: 0 0 20px 0;
		margin-top: 0;
		line-height: 1.364;
		max-width: 1150px;
		margin-left: auto;
		margin-right: auto;
	}

	.d_homeCourses .d_courseItem_title {
		-webkit-line-clamp: 2;
		font-size: 22px;
		height: 60px;
		line-height: 1.364;
	}

	.d_homeCourses .d_courseItem_box {
		padding: 12px 20px 25px 20px;
	}
}

@media (min-width: 1200px) {
	.d_tagSlider_container {
        width: calc(100% + 30px);
        max-width: 1229px;
        padding-left: 45px;
        padding-right: 45px;
        margin-left: auto;
        margin-right: auto;	
	}

	.d_homeCourses .d_courseItem_inner {
		max-width: 370px;
	}

	.d_homeCourses_loop {
		margin-left: -15px;
		width: calc(100% + 30px);
		max-width: 1229px;
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 0;
		margin: 0 auto;
	}

	.d_homeCourses {
		padding: 70px 30px;
	}
}

@media (min-width: 1400px) {
	.d_tagSlider_slider {
		overflow: initial;
	}

	.d_tagSlider_container {
		width: auto;
		justify-content: center;
	}
}