.package-swiper-list {
	
}

.package-swipeitem {

}

.package-swipeitem-body {
	padding: 30px;
	background: no-repeat center center;
	background-size: cover;
	position: relative;
}
.package-swipeitem-body:before {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.8);
	pointer-events: none;
	z-index: 0;
	opacity: 0.2;
	transition: .4s ease all;
}

.package-swipeitem-price {
	position: absolute;
	width: 160px;
	height: 160px;
	
	top:20px;
	right: 20px;
	color: #fff;
	
	background: url(vector.svg) no-repeat center center;
	font-family: 'Work Sans', sans-serif;
	
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.package-swipeitem-price-from {
	font-size: 20px;
line-height: 144%;
}

.package-swipeitem-price-value {
	font-weight: bold;
	font-size: 34px;
	line-height: 47px;
}

.package-swipeitem-content {
	padding-top: 200px;
	color: #fff;
	text-align: center;
	position: relative;
}

.package-swipeitem-name {
	font-family: 'Festivo', sans-serif;
	font-size: 60px;
	line-height: normal;
	margin-bottom: 30px;
	
}

.package-swipeitem-size {
	font-size: 20px;
line-height: 150%;
}

.package-swipeitem-subtext {
	font-size: 20px;
line-height: 150%;
margin-bottom: 30px;
}

.package-swipeitem-button {
	display: inline-block;
	font-family: 'Festivo', sans-serif;
	line-height: 64px;
	font-size: 28px;
	color:#fff;
	background: #BDB1AA;
	padding: 0px 20px;
}

.el-package-swiper .swiper-button-prev,
.el-package-swiper .swiper-button-next {
	left: 0px;
	top: calc(50% - 40px);
	width: 80px;
	height: 130px;
	background: rgba(255,255,255,0.8) !important;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;

}

.el-package-swiper .swiper-button-next {
	right: 0px;
	left: auto;	
}

