body .d_homeCourses_desktop {
	display: none;
}

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

.d_homeCourses_loop {
	padding: 0 5px;
}

.d_homeCourses_loopInner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.d_homeCourses_more {
	box-shadow: 0 3px 5px 0 rgb(0 0 0 / 10%), inset 0 0 0 transparent;
	margin: 30px auto 0 auto;
	max-width: calc(100% - 20px);
	font-size: 14px;
	font-weight: 600;
	padding: 14px 25px;
	display: block;
}

.d_homeCourses {
	padding: 0 15px 60px 15px;
}

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

.d_homeCourses .d_courseItem_box {
	padding: 10px 20px 18px 20px;
}

.d_homeCourses .d_courseItem {
	display: none;
}

.d_homeCourses .d_courseItem:nth-child(1), .d_homeCourses .d_courseItem:nth-child(2), .d_homeCourses .d_courseItem:nth-child(3), .d_homeCourses .d_courseItem:nth-child(4), .d_homeCourses .d_courseItem:nth-child(5) {
	display: block;
}

.d_homeCourses .d_courseItem_img {
	height: 268px;
}

.d_homeCourses .d_courseItem .d_shared_paginate {
	top: 240px;
}

@media (min-width: 390px) {
	.d_homeCourses .d_courseItem_img {
		height: 295px;
	}

	.d_homeCourses .d_courseItem .d_shared_paginate {
		top: 267px;
	}
}

@media (min-width: 576px) {
	.d_homeCourses_more {
		max-width: 180px;
	}

	.d_homeCourses {
		padding-left: 24px;
		padding-right: 24px;
	}

	.d_homeCourses_loop {
		padding: 0;
	}
}

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

	body .d_homeCourses_desktop {
		display: block;
	}

	.d_homeCourses_loopInner {
		position: relative;
		flex-wrap: nowrap;
		justify-content: flex-start;
		transition: 0.6s;
	}

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

	.d_homeCourses_slider {
		position: relative;
		cursor: pointer;
		overflow: hidden;
		text-align: left;
	}

	.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;
	}

	body .d_homeCourses_more.d_homeCourses_desktop {
		display: inline-block;
		max-width: initial;
	}

	.d_homeCourses_loop {
		text-align: center;
	}

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

	.d_homeCourses .d_courseItem_img {
		height: 268px;
	}

	.d_homeCourses .d_courseItem .d_shared_paginate {
		top: 240px;
	}
}

@media (min-width: 992px) {
	.d_homeCourses_title {
		font-size: 36px;
		margin: 50px auto 20px auto;
		line-height: 1.364;
	}

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

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

@media (min-width: 1200px) {
	.d_homeCourses .d_courseItem_img {
		height: 290px;
	}

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

	.d_homeCourses .d_courseItem .d_shared_paginate {
		top: 262px;
	}

	.d_homeCourses_loop {
		margin-left: -15px;
		width: calc(100% + 30px);
	}

	.d_homeCourses {
		padding-left: 30px;
		padding-right: 30px;
	}
}