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

	background-color: #fbe0e9;
	background-image: url("/static/f/slide/253/img-1.png");
	background-repeat: no-repeat;
	background-size: 760px;
	background-position: right -8px top -10px;
}
.promocode-vesna__wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
	gap: 27px;
	width: 100%;
	height: 100%;
}
.promocode-vesna__content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
	max-width: 382px;
	height: 100%;
	margin-right: 20px;
}
.promocode-vesna__note {
	padding: 0 8px 6px 8px;
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	color: #334c58;
	opacity: 0.5;
}
.promocode-vesna__suptitle {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 28px;
	line-height: 34px;
	text-align: center;
	color: #ee875f;
}
.promocode-vesna__title {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 32px;
	text-align: center;
	color: #27388a;
}
.promocode-vesna__btn {
	max-width: 138px;
	height: 44px;
	margin: 12px auto 0;
	padding: 11px 26px;
	background: #e690b4;
	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) {
	.promocode-vesna {
		background-position: right -35px top -10px;
	}
	.promocode-vesna__content {
		margin-right: 0;
	}
}
@media (max-width: 1023px) {
	.promocode-vesna {
		background-position: center top -10px;
	}
	.promocode-vesna__wrapper {
		align-items: center;
	}
	.promocode-vesna__content {
		margin-left: 45%;
	}
}
@media (max-width: 767px) {
	.promocode-vesna {
		background-image: url("/static/f/slide/253/img-2.png");
		background-repeat: no-repeat;
		background-size: auto 281px;
	}
	.promocode-vesna__wrapper {
		gap: 8px;
	}
	.promocode-vesna__content {
		justify-content: space-between;
		margin-left: auto;
		margin-right: auto;
		padding: 5px 5px 0px;
	}
	.promocode-vesna__note {
		padding: 4px;
		background: rgba(255, 255, 255, 1);
		font-family: 'RotonReg', Arial, Helvetica, sans-serif;
		font-weight: 400;
		font-size: 9px;
		line-height: 11px;
		letter-spacing: -0.04em;
		text-align: center;
		color: rgba(51, 76, 88, 1);
	}
	.promocode-vesna__suptitle {
		font-size: 22px;
		line-height: 26px;
	}
	.promocode-vesna__title {
		font-size: 28px;
		line-height: 28px;
	}
	.promocode-vesna__btn {
		height: 44px;
		padding: 11px 10px;
		font-size: 16px;
		line-height: 22px;
		border-radius: 48px;
	}
}