.promo__row--figma::after {
    min-width: 642px;
    height: 642px;    
    bottom: 0px;
    top: inherit;
    right: 90px;
}
.promo__row--figma::after {
    background: url("../img/figma/promo-image.png") no-repeat center bottom/600px 600px;
		right: 0!important;
		top: 0;
}

@media (max-width: 1200px) {
    .promo__row--figma::after {
        right: 100px!important;
        background: url(../img/figma/promo-image.png) no-repeat 0 bottom / 500px 500px!important;
    }
}

@media (max-width: 850px) {
    .promo__row--figma::after {
        right: 300px!important;
        background: url(../img/figma/promo-image.png) no-repeat 0 bottom / 350px 350px!important;
    }
}

@media (max-width: 768px) {
    .promo-js .promo__row--figma::after {
        background: none!important;
				display: none;
    }
}

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