.prom__header {
	display: flex;
}
.prom {
	position: relative;
}
.prom::before {
	content: '';
	position: absolute;
	left: -300px;
	top: -100px;
	width: 1361px;
	height: 593px;
	z-index: -1;
	background: center/ contain no-repeat
		var(--wpr-bg-74852372-234a-488d-8b37-4dbb0e776bcb);
}
.prom__title strong {
	color: #cd00ed;
	font-weight: 600;
}
.prom__button {
	min-width: 209px;
	height: fit-content;
}
.prom__list ul {
	display: flex;
	flex-wrap: wrap;
}
.prom__list ul li {
	list-style: none;
	display: flex;
	gap: 20px;
	align-items: center;
	font-size: 19px;
	line-height: 125%;
	letter-spacing: 1px;
	font-weight: 600;
}
.prom__list ul li::before {
	content: '';
	width: 40px;
	height: 40px;
	display: block;
	flex-shrink: 0;
	background: url('/images/li-close.svg') center center / cover no-repeat;
}
@media screen and (min-width: 991px) {
	.prom__header {
		justify-content: space-between;
		align-items: center;
		margin-bottom: 50px;
	}
	.prom__header-left {
		flex-basis: 685px;
	}
	.prom__button {
		flex-basis: 209px;
	}
	.prom__title {
		margin-bottom: 30px;
	}
	.prom__list ul {
		row-gap: 25px;
		column-gap: 30px;
	}
	.prom__list ul li {
		flex-basis: calc((100% - 30px) / 2);
	}
	.prom__button-dn {
		display: none;
	}
}
@media screen and (max-width: 991px) {
	.prom__title {
		margin-bottom: 20px;
	}
	.prom__header {
		margin-bottom: 20px;
		flex-direction: column;
		gap: 20px;
	}
	.prom__list ul {
		flex-direction: column;
		gap: 20px;
	}
	.prom__list ul li {
		font-size: 16px;
	}
	.prom__button {
		display: none;
	}
	.prom__button-dn {
		display: flex;
		margin-top: 30px;
	}
}
