body {
	background-image: url("../img/1t-courses/figma/bgpromo-right-top.png"), url("../img/1t-courses/figma/bgpromo-right-bot.png");
	background-repeat: no-repeat, no-repeat;
	background-position: right top, 70% top;
}
.promo {
	
}
.promo__row:before {
  background: url(../img/1t-courses/figma/figma.png) no-repeat 0% 0%;
  content: "";
  height: 150%;
  position: absolute;
  right: 260px;
  top: 60px;  
	width: 240px;
	height: 240px;
}
.promo__row--figma {
	/* align-items: center; */
	padding-top: 62px;
	padding-bottom: 62px;
}
.promo__row--figma::after {
    min-width: 468px;
    height: 538px;    
    bottom: 0px;
		top: inherit;    
    right: -20px;
		position: absolute;
		background-repeat: no-repeat;
		background-position: right bottom;		
		background-image: url("../img/1t-courses/figma/promo-image.webp");		
		background-size: auto 538px;
}

@media (max-width: 1030px) {
	body {
		background-image: url(../img/1t-courses/figma/bgpromo-right-top.png);
    background-repeat: no-repeat;
    background-position: right top;
	}
	.promo__container {
		padding-right: 0;	
		padding-left: 0;	
	}
	.promo__row {
		padding-left: 30px;
		overflow: hidden;
		background-image: url(../img/1t-courses/figma/bgpromo-right-bot.png);
    background-repeat: no-repeat;
    background-position: center bottom;
	}
	.promo__row--figma::before {
		display: block;
		right: 160px;
	}
  .promo__row--figma::after {
    min-width: 468px;
    height: 884px;  
		background-image: url("../img/1t-courses/figma/promo-image-mob.webp");		
		background-size: auto 884px;
		right: 0px;
	}
	.promo__info {
		max-width: 456px;
	}
	.promo__info .promo__title {
		white-space: inherit;
	}
}

@media (max-width: 850px) {
  .header {
		margin-bottom: 0;
	}
}

@media (max-width: 600px) {
	.promo__row {
		padding-left: 24px;
	}
	.promo__row--figma {
		padding-top: 32px;
		padding-bottom: 0;
	}
	.promo__row--figma::before {
		top: inherit;
		right: inherit;
		left: 0;
		bottom: 160px;
	}
  .promo__row--figma::after {
		position: relative;
		bottom: 0;
		min-width: 100%;
    height: 420px;        
		background-repeat: no-repeat;
		background-position: center bottom;		
		background-image: url("../img/1t-courses/figma/promo-image.webp");		
		background-size: auto 420px;
	}
	.promo__info {
		padding-right: 24px;
	}
}

.program .slick-dots li.slick-active button::before {
    content: "Модуль ";
}