.promo-code {
	margin: 0 auto;
	position: relative;
}
.promo-code .promo-code-1 {
	fill: #e30066;
}
.promo-code .promo-code-2 {
	fill: #EBEBEB;
}
.promo-code .promo-code-1-text {
	transform: rotate(-90deg);
	position: absolute;
	top: 40%;
	font-weight: 600;
	font-size: 24px;
	color: #fff;
right:-38%;
}
.promo-code .promo-code-2-text {
	font-size: 18px;
	line-height: 130%;
	color: #212121;
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	text-align: center;
}
.promo-code .promo-code-2-text-sale {
	font-weight: 600;
	font-size: 42px;
	line-height: 150%;
	color: #212121;
	text-align: center;
}
@media screen and (max-width: 450px) {
	.promo-code {
		max-width: unset;
		max-height: unset;
	}
	.promo-code-1-svg, .promo-code-2-svg {
		max-width: 100%;
	}
	.promo-code .promo-code-2-text {
		font-size: 14px;
		line-height: 130%;
	}
	.promo-code .promo-code-2-text-sale {
		font-size: 36px;
		line-height: 130%;
	}
}