.promo {
	background-color: #111415;
	padding: 46px 50px;
	border-radius: 20px;
	background-image: url('../images/promo_bg.png');
	background-position: 50% 95%;
	background-size: cover;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-align: left;
}
.promo .ico {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #242424;
	display: flex;
	justify-content: center;
	align-items: center;
}
.promo .btn {
	max-width: 329px;
}
.promo__legend {
	margin-bottom: 24px;
}
.promo__title {
	margin-bottom: 24px;
}
.promo__text {
	margin-bottom: 32px;
}
.promo__list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 32px;
}
.promo__list > li {
	display: flex;
	align-items: center;
	gap: 10px;
}
.promo__content {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 752px;
}
@media (max-width: 768px) {
	.promo {
		background-image: url('../images/promo_bg_m.png');
		background-position: 0% 95%;
		padding: 32px 16px 212px;
	}
	.promo .btn {
		width: 100%;
		max-width: none;
	}
}