.stickers-ns {
	position: absolute;
	top: 16px;
	z-index: 5;
	right: 48px;
	left: initial;
}
.stickers-ns .fa{
	font-size: 12px;
	vertical-align: middle;
}
.stickers-ns > .sticker-ns {
	margin-left: 12px;
}
.sticker-ns {
	padding: 4px 8px;
	position: relative;
	border-radius: 0;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
}
.sticker-ns.procent-skidka {
	background: #53A974;
	color: #fff;
}
.sticker-ch-pd.procent-skidka {
	font-size: 10px;
	padding: 2px 6px;
	position: relative;
	line-height: 16px;
	border-radius: 3px;
	background: #53A974;
	color: #fff;
	z-index: 99;
	display: inline-block;
	transition: all 0.15s  ease 0s;
	margin-left: 5px;
}
@media (max-width: 1200px) {
	.stickers-ns {
		top: 10px;
		left: 10px;
		right: initial;
	}
	.stickers-ns > .sticker-ns {
		margin-left: 0px;
		margin-right: 10px;
	}
}
