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

.d_moreCourses_item {
	padding: 0 10px;
	width: 100%;
	margin: 0 auto;
	min-width: 100%;
	display: flex;
	justify-content: center;
}

.d_moreCourses_slider {
	position: relative;
	cursor: pointer;
	overflow: hidden;
	touch-action: pan-y;
}

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

.d_moreCourses .d_courseItem_img {
	height: 268px;
}

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

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

.d_moreCourses_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_moreCourses_btnNav:hover:not(.disabled) {
	transform: scale(1.1);
}

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

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

.d_moreCourses_btnLeft {
	margin-right: 15px;
}

.d_moreCourses_btnRight {
	margin-left: 15px;
}

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

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

.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_paginate.white .d_bigSlider_paginateOneItem {
	background-color: white;
}

.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_bigSlider_paginate.dynamic {
	width: 124px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	align-self: center;
	margin-top: 5px;
}

.d_bigSlider_paginate.dynamic .d_bigSlider_paginateOneItem {
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	margin: 0 6px;
	left: 40px;
	transition: .2s transform, .2s left;
}

.d_bigSlider_paginate.dynamic .d_bigSlider_paginateOneItem.d_shared_activeSlide {
	transform: scale(1.5);
	margin: 0 10px;
}

.d_moreCourses_allCourses {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0e0e0e;
	margin-bottom: 20px;
	width: 100%;
}

.d_moreCourses_allCourses a{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}

.d_moreCourses_allCourses:hover a {
	color:#959393
}

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

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

@media (min-width: 768px) {
	.d_moreCourses {
		width: calc(100% + 100px);
		margin-left: -50px;
	}

	.d_moreCourses_item {
		width: 50%;
		min-width: 50%;
	}

	.d_moreCourses .d_courseItem_img {
		height: 268px;
	}

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

@media (min-width: 992px) {
	.d_moreCourses {
		margin-left: 0;
		width: calc(100% + 50px);
	}

	.d_moreCourses_title {
		font-weight: 600;
		text-transform: uppercase;
		font-size: 31px;
		margin: 50px auto 30px auto;
		line-height: 1.364;
	}

	.d_moreCourses .d_courseItem .d_shared_sliderButtons {
		width: 100%;
	}

	.d_moreCourses .d_courseItem_img {
		height: 288px;
	}

	.d_moreCourses .d_courseItem .d_shared_paginate {
		top: 260px;
	}
}

@media (min-width: 1200px) {
	.d_moreCourses {
		width: 100%;
	}
}