
.store-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/banner_catalog/49/img-1.png");
	background-repeat: no-repeat;
	background-size: 1466px 425px;
	background-position: center top -34px;
}
.store-promocode-vesna__wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	width: 100%;
	max-width: 1440px;
	height: 100%;
	margin: 0 auto;
}
.store-promocode-vesna__content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 100%;
	max-width: 750px;
	height: 100%;
	margin-left: 32%;
	padding-top: 82px;
}
.store-promocode-vesna__title {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 64px;
	line-height: 64px;
	text-align: center;
	color: #27388a;
}
.store-promocode-vesna__subtitle {
	margin-top: 4px;
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 40px;
	line-height: 48px;
	text-align: center;
	color: #ee875f;
}
.store-promocode-vesna__note {
	width: 100%;
	max-width: 680px;
	margin-left: 34%;
	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.45;
}
@media (max-width: 1280px) {
	.store-promocode-vesna__wrapper {
		align-items: flex-end;
	}
	.store-promocode-vesna {
		background-size: 1250px 362px;
		background-position: right 0 top -10px;
	}
	.store-promocode-vesna__content {
		margin-right: 3%;
	}
	.store-promocode-vesna__title {
		font-size: 60px;
		line-height: 62px;
	}
	.store-promocode-vesna__subtitle {
		font-size: 36px;
		line-height: 44px;
	}
	.store-promocode-vesna__note {
		margin-right: 6%;
	}
}
@media (max-width: 1080px) {
	.store-promocode-vesna {
		background-size: 1080px 313px;
		background-position: right -6px top 27px;
	}
	.store-promocode-vesna__content {
		max-width: 550px;
		margin-right: 7%;
		padding-top: 115px;
	}
	.store-promocode-vesna__title {
		font-size: 52px;
		line-height: 54px;
	}
	.store-promocode-vesna__subtitle {
		font-size: 30px;
		line-height: 34px;
	}
	.store-promocode-vesna__note {
		margin-right: 0%;
	}
}
@media (max-width: 960px) {
	.store-promocode-vesna {
		background-color: #fbe0e9;
		background-image: url("/static/f/banner_catalog/49/img-2.png");
		background-repeat: no-repeat;
		background-size: auto 280px;
		background-position: left calc(50% - 200px) center;
	}
	.store-promocode-vesna__content {
		max-width: 430px;
		margin-right: 10px;
		padding-top: 115px;
	}
	.store-promocode-vesna__title {
		font-size: 40px;
		line-height: 44px;
	}
	.store-promocode-vesna__subtitle {
		font-size: 26px;
		line-height: 28px;
	}
	.store-promocode-vesna__note {
		max-width: none;
	}
}
@media (max-width: 767px) {
	.store-promocode-vesna {
		background-color: #fbe0e9;
		background-image: url("/static/f/banner_catalog/49/img-3.png");
		background-repeat: no-repeat;
		background-size: 520px auto;
		background-position: center bottom;
	}
	.store-promocode-vesna__content {
		margin: 0 auto;
		padding-top: 70px;
	}
	.store-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);
	}
}
@media (max-width: 559px) {
	.store-promocode-vesna {
		background-position: calc(50% - 15px) bottom;
	}
}
@media (max-width: 459px) {
	.store-promocode-vesna {
		background-size: 401px 343px;
	}
	.store-promocode-vesna__content {
		padding-top: 16px;
	}
	.store-promocode-vesna__title {
		font-size: 32px;
		line-height: 34px;
	}
	.store-promocode-vesna__subtitle {
		font-size: 24px;
		line-height: 28px;
	}
}
@media (max-width: 359px) {
	.store-promocode-vesna {
		background-position: calc(50% - 35px) bottom;
	}
	.store-promocode-vesna__content {
		padding-left: 10px;
		padding-right: 10px;
	}
	.store-promocode-vesna__title {
		font-size: 28px;
		line-height: 32px;
	}
}