.b-promotions__title {
	color: #1e3a5e;
	font-family: Gilroy;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 23px;
	padding: 0 64px;
}
@media (max-width: 768px) {
	.b-promotions__title {
		padding: 0 25px;
	}
}
.b-promotions__wrapper {
	display: flex;
	flex-direction: column;
}
.b-promotions__item-bg {
	border-radius: 56px 56px 0 0;
	display: flex;
	flex-wrap: wrap;
}
@media (max-width: 768px) {
	.b-promotions__item-bg {
		border-radius: 24px 24px 0 0;
	}
}
.b-promotions__item-icon {
	width: 100%;
	border-radius: 40px;
}
.b-promotions__item-items {
	width: 100%;
}
.b-promotions__item:nth-child(even) {
	background: #cfe2fe;
}
.b-promotions__item:nth-child(even) .b-promotions__item-bg {
	background: #f0f6ff;
}
.b-promotions__item:nth-child(odd) .b-promotions__item-bg {
	background: #cfe2fe;
}
.b-promotions__item-services {
	max-width: 768px;
	width: 100%;
}
.b-promotions__item-services-item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	gap: 20px;
	margin-bottom: 20px;
}
.b-promotions__item-services-title {
	font-family: Gilroy;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
@media (max-width: 1400px) {
	.b-promotions__item-services-title {
		font-size: 19px;
	}
}
.b-promotions__item-services-price {
	color: var(--Discount, #ff8282);
	font-family: Gilroy;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	white-space: nowrap;
}
.b-promotions__item-period {
	color: #1e3a5e;
	display: inline-flex;
	font-family: Gilroy;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	border-radius: 10px;
	border: 1px solid #1e3a5e;
	padding: 10px 30px;
	margin-top: 40px;
}
@media (max-width: 1024px) {
	.b-promotions__item-period {
		font-size: 18px;
	}
}
.b-promotions__item-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	width: 50%;
	padding: 64px;
}
@media (max-width: 768px) {
	.b-promotions__item-left {
		padding: 25px;
		width: 100%;
	}
}
.b-promotions__item-right {
	width: 50%;
	padding: 64px;
}
@media (max-width: 768px) {
	.b-promotions__item-right {
		padding: 25px;
		width: 100%;
	}
}
.b-promotions__item-title {
	color: #1e3a5e;
	font-family: Gilroy;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 20px;
}
.b-promotions__item-description {
	color: #1e3a5e;
	font-family: Gilroy;
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 23px;
}
.b-promotions__item-description ul {
	padding-left: 20px;
}/*# sourceMappingURL=style.css.map */