.promo__list {
	margin-left: 40px;
}
.promo__li {
	list-style: disc;
}
.levels {
	padding-bottom: 80px;
}
#cources .title {
	text-shadow: none;
}
.btn {
	margin: 0 auto;
	border-radius: 10px;
	padding: 16px 30px;
	width: 300px;
	height: 56px;
	backdrop-filter: blur(64px);
	background: linear-gradient(90deg, #c800c8 0%, #9600ff 100%, #9600ff 100%);
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #dcdcf0;
	border: 0;
}
.btn:hover {
	border: 0;
	background: linear-gradient(90deg, #9600ff 0%, #c800c8 100%, #c800c8 100%);
}

.levels__row {
	display: flex;
	gap: 64px;
	align-items: start;
	margin-bottom: 80px;
	position: relative;
}
.levels__icon {
	
}
.levels__information {
	text-align: left;
}
.levels__information--big {
}
.levels__name {
	font-family: "Furore", sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 133%;
	letter-spacing: 0.05em;	
	color: #f0f;
	margin-bottom: 28px;
}
.levels__text {
	font-family: "Play", sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 127%;
	color: #fff;
	margin-bottom: 40px;
	max-width: 800px;
}
.levels__text--big {
	font-family: "Furore", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: 0.05em;	
	color: #fff;
	margin-bottom: 20px;
	max-width: 100%;
}
.levels__list {
	border-radius: 20px;
	padding: 24px 48px;
	background: linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%), rgba(255, 255, 255, 0.05);
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 16px 40px;
	justify-content: space-between;
	
}
.levels__li {
	list-style: disc;	
	flex: 1 1 46%;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 22px;
	line-height: 127%;
	color: #dcdcf0;
	max-width: 410px;
}
.levels__btn  {
	font-size: 0;
	display: inline-block;
	/* position: absolute; */
	border: 2px solid #f0f;
	border-radius: 100px;
	width: 40px;
	height: 40px;
	right: 0;
	top: 62px;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L12 16L20 8' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");	
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.levels__btn--active {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 16L12 8L4 16' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}

.details {
  position: relative;
  display: block;  
  margin: 0 auto 10px;
  border-radius: 5px;
  transition: 0.3s;
  overflow: hidden;
	background-image: url("../img/modules/arrow-bot.png");	
	background-repeat: no-repeat;
	background-position: right 62px;
}

.details[open] {
	background-image: url("../img/modules/arrow-top.png");	
	background-repeat: no-repeat;
	background-position: right 62px;
	padding-bottom: 100px;
}

.details[open] .details__title {
  /* margin-bottom: 32px; */
	
}

.details__inf {
	width: 100%;	
	padding-top: 20px;	
}
.details__title {  
	display: flex;
	align-items: start;
	gap: 24px;  
  list-style: none;  
  transition: .3s;
	cursor: pointer;	
}

.details__title::-webkit-details-marker {
  display: none;
}

.details__content {
  padding: 0 88px;
  font-size: 18px;
  margin-bottom: -60px;
}

.details__content p:last-child {
  margin-bottom: 0;
}
.details__content p:first-child {
  margin-top: 0;
}

.program {  
  padding-bottom: 50px;
}

#menu {
  display: flex;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  /* padding-top: 24px; */
  border-bottom: 1px solid #c8d8ff;	
	position: absolute;
	top: 120px;
	width: 100%;
}
#menu li {
  flex: 1 1 361px;
  max-width: 361px;
	background: #2a0037;
	/* border: 1px solid #49395a; */
	border-bottom: 0;
  border-radius: 20px 20px 0 0;
  padding: 16px 16px 18px 16px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 133%;
	text-align: center;
	color: #c8d8ff;
  text-align: center;  
}
#menu li.tab__active {
  background: #0a0019;
  border-left: 1px solid #c8d8ff;
  border-right: 1px solid #c8d8ff;
  border-top: 1px solid #c8d8ff;
  margin-bottom: -1px;
}

#container {
  /* background: linear-gradient(180deg, rgba(34, 22, 50, 0.5) 0%, rgba(32, 40, 102, 0.2) 62.91%, rgba(37, 53, 130, 0) 100%); */
}

.tab__content {
  display: none;
	max-width: 1180px;
	margin: 0 auto;
}
.tab__content.visible {
  display: block;	
}

.program .slick-dots {
	/* top: -120px; */
}

.program__title {
  margin-bottom: 250px;
}

.program__slider {
	height: 580px;
}
.program .slick-vertical .slick-slide {
	width: 100%!important;
}
.program .slick-track {
	width: 100%;
	height: 580px!important;
}
.program .slick-list.draggable {
	width: 100%;
	height: 580px!important;
}

.after-course {
	background: url("../img/after-course/bg.png") no-repeat center center;
	text-align: center;
	padding-bottom: 160px;
}
#cources .after-course__title {
	font-family: "Furore", sans-serif;
	font-weight: 400;
	font-size: 48px;
	line-height: 125%;
	letter-spacing: 0.05em;
	text-align: center;
	color: #dcdcf0;
	margin-bottom: 60px;
	text-shadow: none;
}
.after-course__row {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 60px;	
}
.after-course__item {
	flex: 0 1 500px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	border-radius: 20px;
	padding: 20px;
	background: linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%), rgba(255, 255, 255, 0.05);
}
.after-course__icon {
	width: 80px;
	margin: 0 auto;
}
.after-course__text {
	font-family: "Play", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 130%;
	text-align: center;
	color: #dcdcf0;
}
.after-course__item--5 {
	flex: 1 1 100%;
	max-width: 1020px;
}
.after-course__subtitle {
	font-family: "Play", sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 127%;
	text-align: center;
	color: #fff;
	max-width: 534px;
	margin: 0 auto 24px;
}
.after-course__but {
	margin: 0 auto;
	display: inline-block;
}
.after-course__but img {
	display: block;
}

#cources .program__title {
	text-shadow: none;
}

.wrapper-express .program__container {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.program {
	padding-top: 0;
}
.program .slick-dots {
	justify-content: space-between;
}
.program .slick-dots li {
	margin: 0;
}

.program .slick-dots::before {
	background: linear-gradient(90deg,#54008F,#6B0072);	
}

@media(max-width: 900px) {
	.details__title {
		flex-direction: column;
	}
	.details__inf {
		margin-left: 0;
		padding-top: 0;
	}
	.details__content {
		padding: 0;
	}
	.details {
		background-position: right 86px;
	}
	.details[open] {
		background-position: right 86px;
	}
	.levels__li {
		font-size: 16px;
	}
}

@media (max-width: 700px) {
  .program .slick-dots {
		top: -80px;
	}
	.program .slick-list.draggable {		
		height: 450px !important;
	}
	#menu li {
		font-size: 14px;
		padding: 16px 10px 16px 10px;
	}
}

@media (max-width: 600px) {
	.program {
		overflow-x: scroll;
		padding-left: 10px;
		padding-right: 10px;
	}
	.wrapper-express .program__container {
		overflow-x: scroll;
		width: 600px;
		max-width: 600px;
		min-width: 600px;
	}
	#menu li {
		max-width: 210px;
	}
}
@media (max-width: 550px) {
	#cources .after-course__title {
		font-size: 34px;
    line-height: 36px;
	}
	.after-course__text {
		font-size: 18px;
	}
}
@media (max-width: 450px) { 
	.program .slick-list.draggable {		
		height: 490px !important;
	}
}

