.promotions-detail .promotions-block{
	margin-top: 0;
}

.promotions-block__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.promotions-block__items {
	margin-bottom: 30px;
}

.promotions-block .promotions-block__title {
	font-size: 24px;
}

.promotions-block__all-promotions {
	float:right;
	padding: 0 15px;
	background-color: #EAEAEA;
	border-radius: 5px;
	font-weight: 600;
	font-size: 12px;
	line-height: 26px;
	letter-spacing: 0;
}

a.promotions-block__all-promotions:visited,
a.promotions-block__all-promotions:link,
.promotions-block__all-promotions {
	text-decoration: none;
}

.promotions-block__slider .slick-slide {
	margin: 0 10px;
}

.promotions__item  {
	position: relative;
}

.promotions__item .discount-sticker {
	display: flex;
	flex-flow: row nowrap;
}

.promotions__item .discount-sticker .sticker-wrap {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
}

.promotions__item .discount-sticker .sticker-wrap .flag {
	height: 0;
	width: 0;
	border: 14px solid red;
	border-left-color: transparent;
}

.promotions__item .discount-sticker .sticker-wrap .value {
	background: #B20931;
	padding: 0 10px;
	color: #fff;
	width: 100%;
	border-radius: 5px;
	line-height: 19px;
	text-align: center;
	font-weight: 700;
	font-size: 12px;
}

.promotions__item-link-products,
.promotions__item-link-products:link {
	padding: 0 14px;
	border: 1px solid rgba(87, 91, 113, 0.2);
	border-radius: 5px;
	color: rgba(87, 91, 113, 1);
	text-decoration: none;
	font-weight: 600;
	font-size: 12px;
	line-height: 28px;
	letter-spacing: 0;
	transition: .2s ease;
}

.promotions__item-link-products:hover {
	opacity: .9;
}

.discount-sticker {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: 10px;
	margin-right: 10px;
}

@media screen and (max-width: 787px) {
	.promotions-block .promotions-block__items {
		margin: 10px 0 30px;
	}

	.promotions-block__slider .promotions__item,
	.promotions-block__slider .promotions__item-image-wrap {
		width: 310px;
		max-width: 100%;
	}

	.promotions-block__slider .promotions__item-image-wrap {
		height: 155px;
	}
}

@media screen and (max-width: 450px) {
	.promotions-block__all-promotions {
		display: none;
	}
}
