.promo-babysteps-functions {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	height: 100%;
	overflow: hidden;

	background: url("/static/f/slide/9/img-1.png"), #f7f6ff;
	background-repeat: no-repeat;
	background-size: 325px auto;
	background-position: left bottom;
}
.promo-babysteps-functions__wrapper {
	position: relative;
	width: 100%;
	max-width: 382px;
	padding: 10px 0;
	height: fit-content;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.promo-babysteps-functions__suptitle {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #434343;
	text-align: center;
}
.promo-babysteps-functions__title {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	color: #1e4566;
	text-align: center;
}
.promo-babysteps-functions__btn {
	max-width: 215px;
	height: 44px;
	margin: 0 auto;
	padding: 11px 34px;
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
	text-align: center;
}

@media (max-width: 1080px) {
	.promo-babysteps-functions {
		background-position: calc(50% - 200px) bottom;
	}
}
@media (max-width: 1023px) {
	.promo-babysteps-functions {
		justify-content: center;
		background-position: left bottom;
	}
	.promo-babysteps-functions__wrapper {
		margin-left: 40%;
	}
}
@media (max-width: 840px) {
	.promo-babysteps-functions__wrapper {
		margin-left: 48%;
	}
}
@media (max-width: 767px) {
	.promo-babysteps-functions {
		justify-content: center;
		align-items: flex-start;
		background: url("/static/f/slide/9/img-2.png"), #f7f6ff;
		background-repeat: no-repeat;
		background-size: auto 281px;
		background-position: calc(50% + 20px) bottom;
	}
	.promo-babysteps-functions__wrapper {
		max-width: none;
		margin-left: 0;
		padding: 16px;
		gap: 8px;
	}
	.promo-babysteps-functions__suptitle {
		font-size: 14px;
		line-height: 17px;
	}
	.promo-babysteps-functions__suptitle br {
		display: none;
	}
	.promo-babysteps-functions__title {
		font-size: 17px;
		line-height: 20px;
	}
	.promo-babysteps-functions__btn {
		max-width: 181px;
		height: 32px;
		padding: 5px 5px;
		font-size: 14px;
		line-height: 20px;
	}
}
@media (max-width: 420px) {
	.promo-babysteps-functions__wrapper {
		gap: 5px;
	}
}