.discount-slider-block {
	background-color: #fff;
	padding-top: 25px
}

@media screen and (min-width: 1200px) {
	.discount-slider-block {
		background-color: #fdfdfd
	}
}

.discount-slider-block > p {
	font-family: "PF Handbook Pro", "Arial", sans-serif;
	font-size: 24px;
	line-height: 29px;
	position: relative;
	padding-left: 15px;
	z-index: 10;
	margin-bottom: 25px;
	color: #e62877
}

.discount-slider-block > p::before {
	content: "";
	position: absolute;
	width: 119px;
	height: 15px;
	border-radius: 0 4px 4px 0;
	background-color: #c7e6f5;
	bottom: 0;
	left: 0;
	z-index: -1
}

@media screen and (min-width: 768px) {
	.discount-slider-block > p {
		font-size: 42px;
		line-height: 42px
	}
}

@media screen and (min-width: 1200px) {
	.discount-slider-block > p {
		font-weight: 200;
		font-size: 72px;
		line-height: 86px;
		padding-left: 256px
	}

	.discount-slider-block > p::before {
		width: 482px;
		height: 42px
	}
}

.discount-slider-block > p.title-desk {
	display: none
}

@media screen and (min-width: 1200px) {
	.discount-slider-block > p {
		margin-bottom: 50px
	}

	.discount-slider-block > p.title-desk {
		display: block
	}

	.discount-slider-block > p.title-mob {
		display: none
	}
}

@media screen and (min-width: 1600px) {
	.discount-slider-block > p {
		margin-bottom: 90px
	}
}

.discount-slider-block a.cta-link {
	border: 1px solid #9b26a8;
	color: #9b26a8;
	margin: 20px auto auto;
	width: 140px;
	height: 24px
}

@media screen and (min-width: 1200px) {
	.discount-slider-block a.cta-link {
		width: 204px;
		height: 40px
	}
}

.discount-slider, .discount-slider .swiper-container_discount .swiper-slide > a > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 100%;
	margin: auto;
	padding-bottom: 30px
}

.discount-slider-wrapper {
	width: 100%;
	position: relative;
}

@media screen and (min-width: 1200px) {
	.discount-slider-wrapper {
		max-width: 1200px;
		margin: auto;
	}
}

@media screen and (min-width: 1600px) {
	.discount-slider-wrapper {
		max-width: 1408px
	}
}

.discount-slider .swiper-container_discount {
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 1
}

@media screen and (min-width: 1200px) {
	.discount-slider .swiper-container_discount {
		position: static
	}
}

.discount-slider .swiper-container_discount .swiper-slide, .discount-slider .swiper-container_discount .swiper-wrapper {
	width: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.discount-slider .swiper-container_discount .swiper-wrapper {
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.discount-slider .swiper-container_discount .swiper-slide {
	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	margin: auto
}

@media screen and (min-width: 1200px) {
	.discount-slider .swiper-container_discount .swiper-slide {
		margin: 0
	}
}

.discount-slider .swiper-container_discount .swiper-slide > a > div {
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
	box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
	border-radius: 8px;
	width: 292px;
	margin: auto auto 60px;
	padding-bottom: 10px
}

@media screen and (min-width: 1600px) {
	.discount-slider .swiper-container_discount .swiper-slide > a > div {
		width: 362px;
		margin-bottom: 35px;
		padding-bottom: 20px
	}
}

.discount-slider .swiper-container_discount .swiper-slide > a > div:hover .hover-info {
	opacity: 1;
}

.discount-slider .swiper-container_discount .swiper-slide > a > div > div:not(.hover-info) {
	width: 292px;
	height: 191px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px
}

@media screen and (min-width: 1600px) {
	.discount-slider .swiper-container_discount .swiper-slide > a > div > div:not(.hover-info) {
		width: 362px
	}
}

.discount-slider .swiper-container_discount .swiper-slide > a > div > div:not(.hover-info) img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-o-object-fit: cover;
	object-fit: cover
}


.discount-slider .swiper-container_discount .swiper-slide > a > div > p {
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #000;
	text-shadow: 0 4px 20px rgba(0, 0, 0, .12);
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding: 0 15px;
}

@media screen and (min-width: 1200px) {
	.discount-slider .swiper-container_discount .swiper-slide > a > div > p {
		font-size: 20px;
		line-height: 26px
	}

	.discount-slider .swiper-container_discount .swiper-slide > a > div > p:first-of-type {
		color: #e62a78
	}
}

@media screen and (min-width: 1600px) {
	.discount-slider .swiper-container_discount .swiper-slide > a > div > p {
		font-size: 22px;
		line-height: 26px
	}
}

.discount-slider .swiper-container_discount .swiper-slide > a > div span:not(.show-more) {
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	height: 19px;
	color: #818181;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	max-width: 100%;
	padding: 0 15px;
}

@media screen and (min-width: 1200px) {
	.discount-slider .swiper-container_discount .swiper-slide > a > div span:not(.show-more) {
		font-size: 18px;
		line-height: 24px;
		height: 24px;
	}
}

@media screen and (min-width: 1600px) {
	.discount-slider .swiper-container_discount .swiper-slide > a > div span:not(.show-more) {
		font-size: 22px;
		line-height: 26px;
		height: 26px;
	}
}

.discount-arrow-container {
	position: absolute;
	height: 28px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	top: 38%;
}
@media (max-width: 1199px) {
	.discount-arrow-container {
		top: 80%;
		max-width: 292px;
		left: 50%;
		margin-left: -148px;
	}
}

.discount-slider .swiper-button-discount_next, .discount-slider .swiper-button-discount_prev {
	background-repeat: no-repeat;
	bottom: 20px;
	width: 15px;
	height: 28px;
	cursor: pointer;
	z-index: 10;
}
.discount-slider .swiper-button-discount_prev {
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1L1 13l12 12' stroke='%236E18A2'/%3E%3C/svg%3E");
}
.discount-slider .swiper-button-discount_next {
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='26' viewBox='0 0 14 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L13 13L1 25' stroke='%236E18A2'/%3E%3C/svg%3E");
}
/*.discount-slider .swiper-button-discount_prev {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	left: 13px;

}

@media screen and (min-width: 1200px) {
	.discount-slider .swiper-container_discount .swiper-button-discount_prev {
		left: -50px;
		bottom: 0;
		top: 35%
	}
}

@media screen and (min-width: 1600px) {
	.discount-slider .swiper-container_discount .swiper-button-discount_prev {
		left: -60px
	}
}

.discount-slider .swiper-button-discount_next {
	right: 13px
}

@media screen and (min-width: 1200px) {
	.discount-slider .swiper-button-discount_next {
		right: -50px;
		bottom: 0;
		top: 35%
	}
}

@media screen and (min-width: 1600px) {
	.discount-slider .swiper-button-discount_next {
		right: -60px
	}
}
*/
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

@media screen and (min-width: 1200px) {
	.swiper-pagination {
		display: none
	}
}

.discount-slider .swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 25px;
	left: 0;
	width: 100%
}

.discount-slider .swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.discount-slider .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	background: #530085;
	opacity: .5;
	margin-right: 15px
}

.discount-slider .swiper-pagination-bullet-active {
	opacity: 1
}

.hover-info {
	opacity: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 20px;
	background-color: #C7E6F5;
	border-radius: 6px;
	top: 0;
	left: 0;
	line-height: 19px;
	color: #530085;
	-webkit-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
.hover-info > div.info-title {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom: 1px dashed #438BC6;
	font-size: 18px;
	line-height: 22px;
	color: #530085;
}
.hover-info > div.info-title > h4,
.info-title__title {
	font-size: 24px;
	line-height: 29px;
	font-weight: 300;
	color: #111111;
	text-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	max-width: 100%;
}
.hover-info > span.show-more {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-right: auto;
	color: #e62877;
	text-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
	border-bottom: 2px solid #e62877;
	font-size: 20px;
	font-weight: 300;
}

.hover-info .desc {
	position: relative;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	overflow: hidden;
	height: 100%;
	max-height: -webkit-calc(100% - 90px);
	max-height: calc(100% - 90px);
	padding-bottom: 22px;
	text-align: left;
	color: #530085;
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
}
.hover-info .desc::after {
	content: '';
	position: absolute;
	display: block;
	height: 22px;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, #C7E6F5), color-stop(80%, rgba(199, 230, 245, .5)), to(transparent));
	background: -o-linear-gradient(bottom, #C7E6F5 15%, rgba(199, 230, 245, .5) 80%, transparent);
	background: linear-gradient(0deg, #C7E6F5 15%, rgba(199, 230, 245, .5) 80%, transparent);
}
.hover-info .desc br {
	content: '';
}
