.swiper-wrapper {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 100%;
	height: 100%;
	-webkit-transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.swiper-slide {
	position: relative;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	-webkit-transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

button.custom-swiper-btn {
	border: 0;
	background-color: rgba(0,0,0,0.0);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	padding: 0;
	margin: 0;
	height: 40px;
	width: 40px;
}
.custom-swiper-btn__prev {
	background-image: url("data:image/svg+xml,%3Csvg width='17' height='44' viewBox='0 0 17 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.8' d='M16 1L2 22L16 43' stroke='%23000' stroke-width='2'%3E%3C/path%3E%3C/svg%3E");
}
.custom-swiper-btn__prev:hover,
.custom-swiper-btn__prev:focus {
	background-image: url("data:image/svg+xml,%3Csvg width='17' height='44' viewBox='0 0 17 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.8' d='M16 1L2 22L16 43' stroke='%235CD3CF' stroke-width='2'%3E%3C/path%3E%3C/svg%3E");
}
.custom-swiper-btn__next {
	background-image: url("data:image/svg+xml,%3Csvg width='17' height='44' viewBox='0 0 17 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.8' d='M1 1L15 22L1 43' stroke='%23000' stroke-width='2'%3E%3C/path%3E%3C/svg%3E");
}
.custom-swiper-btn__next:hover,
.custom-swiper-btn__next:focus {
	background-image: url("data:image/svg+xml,%3Csvg width='17' height='44' viewBox='0 0 17 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.8' d='M1 1L15 22L1 43' stroke='%235CD3CF' stroke-width='2'%3E%3C/path%3E%3C/svg%3E");
}

button.round-btn {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background-color: #F6F6F6;
	background-size: 15px 15px;
}

button.round-btn:hover,
button.round-btn:focus {
	background-color: #5CD3CF;
}
button.round-btn.custom-swiper-btn__prev:hover,
button.round-btn.custom-swiper-btn__prev:focus {
	background-image: url("data:image/svg+xml,%3Csvg width='17' height='44' viewBox='0 0 17 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.8' d='M16 1L2 22L16 43' stroke='%23ffffff' stroke-width='2'%3E%3C/path%3E%3C/svg%3E%0A");
}
button.round-btn.custom-swiper-btn__next:hover,
button.round-btn.custom-swiper-btn__next:focus {
	background-image: url("data:image/svg+xml,%3Csvg width='17' height='44' viewBox='0 0 17 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.8' d='M1 1L15 22L1 43' stroke='%23ffffff' stroke-width='2'%3E%3C/path%3E%3C/svg%3E%0A");
}


.swiper-pagination {
	overflow: hidden;
	margin: 10px 0 0;
	display: flex;
	text-align: center;
	position: relative;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,0);
}
.swiper-pagination-bullet {
	cursor: pointer;
	margin: 0 5px;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background: #F6F6F6;
}
.swiper-pagination-bullet:focus {
	outline: none;
}
.swiper-pagination-bullet:hover {
	background: #5CD3CF;
}
.swiper-pagination-bullet-active {
	background: #458381;
}

.swiper-pagination-bullet {
	display: inline-flex;

	flex-shrink: 0;
	width: 8px;
	height: 8px;
	margin: 0 9px;
	transition: background .3s;
	opacity: 1;
	border-radius: 50%;
	outline: 0;
	/*background-color: #bdbdbd;*/
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	position: relative;
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.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);
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left, .2s -webkit-transform;
	-o-transition: .2s transform, .2s left;
	transition: .2s left, .2s -webkit-transform;
	transition: .2s transform, .2s left;
	transition: .2s transform, .2s left, .2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right, .2s -webkit-transform;
	-o-transition: .2s transform, .2s right;
	transition: .2s right, .2s -webkit-transform;
	transition: .2s transform, .2s right;
	transition: .2s transform, .2s right, .2s -webkit-transform;
}
