html {
	scroll-behavior: smooth;
}
body {
	background: url("../img/bg-start/bgmain-bot.png") no-repeat right bottom, url("../img/bg-start/promo-right-bot.png") no-repeat right top, #0A0019;	
}
main {
	background: none;
}
.title {
	font-weight: 400;
}
.buttons__link {
	background: linear-gradient(90deg, #B400C8 0%, #9600FF 100%, #8200F0 100%);
	box-shadow: 0px 0px 20px rgba(0, 25, 240, 0.5), 0px 0px 40px rgba(240, 0, 250, 0.5);
	border-radius: 8px;
}
.header__logo {
	margin-left: 0;
}
/* .header__logo img {
	margin-top: 0;
} */
.footer {
	background: rgba(150, 0, 255, 0.1);
	backdrop-filter: blur(25px);
}
.footer__info {
	/* border-top: 1px solid rgba(255, 255, 255, 0.4);
	padding-top: 25px;
	display: none;*/
} 
.footer__icons {
	gap: 20px;
}
.footer__icons img {
	max-width: 34px;
	display: block;
}
.footer__icons a {
	color: #c618d9;
}
.footer__icons a:hover {
	color: #c618d9;
}
.wrapper-email-ic {
	display: flex;
	align-items: center;
	gap: 20px;
}
.promo {
	background: url('../img/bg-start/promo-left.png') no-repeat left top;
	padding-bottom: 0;
	padding-top: 0;
	overflow: visible;
}

.promo .contain {
	overflow: visible;
}
.promo h1 {
	font-family: 'Furore', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 52px;
	line-height: 60px;
	margin-bottom: 32px;
	max-width: 300px;
}
.promo h1.promo__title {
	font-size: 32px;
	line-height: 40px;
}
.promo__row {
	display: flex;
}
.promo__text {
	
}
#cources .promo__text {
	margin-bottom: 140px;
}
.promo__text_type_width {
	min-width: 400px;

}
.promo .promo__text_type_width h1 {
	min-width: 400px;
}

.promo__buttons {
	margin-top: 128px;
	display: flex;
	gap: 16px;
}
.promo__butons_type_marg {
	margin-top: 50px;
}
.promo__link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 48px;
	box-shadow: 0px 0px 2px #F00050, 0px 0px 2px #0019F0;
	border-radius: 8px;
	transition: all 0.8s ease-in-out;
}
.promo__link:hover {
	background: linear-gradient(90deg, #8200F0 0%, #B400C8 100%, #9600FF 100%);
}
.promo__course {
	background: linear-gradient(90deg, #B400C8 0%, #9600FF 100%, #8200F0 100%);
}
.promo__course:hover {
	background: linear-gradient(90deg, #8200F0 0%, #B400C8 100%, #9600FF 100%);
}
.promo__image {
	flex: 1 1 auto;
	position: relative;
}
.promo__image_type_img {
	/* background: url('../img/bg-start/bgpromo-image.png') no-repeat right bottom/550px auto; */
	align-items: flex-start;
	/* overflow: hidden; */
}
@media(max-width: 1336px) {
	.promo__image_type_img {
		overflow: hidden;
		background: none;
	}
}
.promo__image_type_img img {
	min-width: 115%;
}
.promo__image::before {
	content: "";
	display: block;
	width: 130px;
	height: 120px;
	position: absolute;
	background: url('../img/bg-start/promo-cub.png') no-repeat 0 0;
	top: -30px;
}
.promo__image::after {
	content: "";
	display: block;
	width: 170px;
	height: 242px;
	position: absolute;
	background: url('../img/bg-start/promo-right.png') no-repeat 0 0;
	bottom: -20px;
	right: -70px;
}
.promo__image_type_img::before,
.promo__image_type_img:after {
	display: none;
}
.promo__image img {
	max-width: 100%;
}
.we-teach {
	background: rgba(150, 0, 255, 0.1);
	backdrop-filter: blur(25px);
	padding-bottom: 80px;
	margin-top: -26px;	
	z-index: 9;
	position: relative;
}
.we-teach__row {
	display: flex;
	gap: 32px;
	margin-bottom: 80px;
	justify-content: center;
	
}
.we-teach__item {
	background: linear-gradient(292deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0) 100%), rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(25px);
	border-radius: 20px;
	border: 1px solid #787195;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 16px;
	max-width: 300px;
	min-width: 300px;
	align-items: center;
	text-align: center;
	margin-top: -60px;
	position: relative;
}
#cources .we-teach__item {
	min-width: 280px;
	max-width: 280px;
}
.we-tearch__image {}
.we-teach__information {
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}
#cources .we-teach__information {
	max-width: 100%;
}
.we-teach__text:not(:last-child) {
	margin-bottom: 16px;
}
#banner {
	z-index: 9;
	position: relative;
}
.programs {
	background: url("../img/bg-start/bgprogram-center.png") no-repeat 150px 150px, url("../img/bg-start/bgprogram-right-bot.png") no-repeat right bottom 190px;
	padding: 80px 0 80px 0;
	position: relative;
}
.programs .title {
	z-index: 9;
	position: relative;
}
.programs::before {
	content: "";
	display: block;
	width: 285px;
	height: 572px;
	background: url("../img/bg-start/bgprogram-left-top.png") no-repeat 0 0;
	position: absolute;
	top: -280px;
	z-index: 0;
}
.programs__row {
	display: flex;
	flex-direction: column;
	gap: 32px;
	
}
.programs__item {
	background: linear-gradient(292deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0) 100%);
	backdrop-filter: blur(25px);
	border-radius: 20px;
	border: 1px solid #915C6E;	
	display: flex;
	flex-direction: column;
	min-height: 300px;
	justify-content: space-between;
}
.programs__item a {
	display: block;
	padding: 40px 60px;
	min-height: 298px;
}
.programs__item_type_image-1 {
	background: url("../img/img-course/course-1.png") no-repeat 100% 0, linear-gradient(292deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0) 100%);
}
.programs__item_type_image-2 {
	background: url("../img/img-course/course-2.png") no-repeat 0 0, linear-gradient(292deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0) 100%);
}
.programs__item_type_image-3 {
	background: url("../img/img-course/course-3.png") no-repeat 100% 0, linear-gradient(292deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0) 100%);
}
.programs__item_type_image-4 {
	background: url("../img/img-course/course-4.png") no-repeat 0 0, linear-gradient(292deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0) 100%);
}
.programs__subtitle {
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
	color: #FF00FF;
	font-family: HeliosExtC, sans-serif;
	max-width: 380px;
	margin-bottom: 20px;
}
.programs__info {
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
}
.programs__item_type_image-2 .programs__info,
.programs__item_type_image-2 .programs__subtitle,
.programs__item_type_image-4 .programs__info,
.programs__item_type_image-4 .programs__subtitle {
	text-align: right;	
	margin-left: auto;	
}
.ic-hour {
	display: flex;
	gap: 8px;
	align-items: center;
	margin-bottom: 16px;	
}
.ic-project {
	display: flex;
	gap: 8px;
	align-items: center;	
}

.ic-hour::before,
.ic-project::before {
	content: "";
	width: 32px;
	height: 32px;
	display: block;
}
.ic-hour::before {
	background: url("../img/icons/clock.svg")
}
.ic-project::before {
	background: url("../img/icons/calendar.svg")
}

.programs__item_type_image-2 .programs__info .ic-hour,
.programs__item_type_image-4 .programs__info .ic-hour {
	justify-content: flex-end;
}
.button {
	padding: 0 0 0 10px;
}
.button:after{
	background-image:url("../img/arrow-but.svg");
	content:"";
	display:inline-block;
	height:30px;
	margin-left:10px;
	vertical-align:middle;
	width:30px
}
@media(max-width: 1359px) {
	.promo__image::after {
		display: none;
	}
}
@media(max-width: 1100px) {
	.we-teach {
		margin-top: -20px;
	}
	.promo__buttons {
    	margin-top: 70px;
	}
}
@media(max-width: 1030px) {
	.promo__image::before {
		display: none;
	}
	.promo__text {
    	padding-bottom: 150px;
	}
	.we-teach {
    	margin-top: -18px;
	}
}

@media(max-width: 950px) {
	.promo__text {
    	padding-bottom: 100px;
	}
	.promo__image {
		display: none;
	}
	.we-teach__row {
		/* flex-direction: column;
		justify-content: center;
		align-items: center; */
		flex-wrap: wrap;
		padding-top: 40px;
	}

	.we-teach__item {
		margin-top: 0;		
	}
}
@media(max-width: 900px) {
	.programs__item {
		background: linear-gradient(292deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0) 100%);
		justify-content: center;
		text-align: center;
	}
	.programs__item h3 {
		margin: 0 auto 30px;
	}
	
	.programs__item:nth-child(2n) .programs__subtitle {
		text-align: center;
		justify-content: center;
		margin-left: auto;
	}
	.programs__info,
	.programs__item:nth-child(2n) .programs__info {
		margin-left: 0;
		text-align: center;
		justify-content: center;
	}
	.programs__subtitle {
		margin-left: auto;
		text-align: center;
		justify-content: center;
	}
	.ic-hour, .ic-project {
		justify-content: center;
	}
	.programs__item:nth-child(2n) .programs__info .ic-hour,
	.programs__item:nth-child(2n) .programs__info .ic-project {
		margin-left: 0;
		justify-content: center;	
	}
}
@media(max-width: 600px) {
	.programs__subtitle {
		font-size: 24px;
    	line-height: 33px;
	}
	.promo__text {
		flex: 1 1 auto;
		max-width: 100%;
	}
	.promo h1 {
		margin: 0 auto 32px;
	}
	.programs__item {
		padding: 20px;
	}
}