.swiper-wrapper {
	width: 100%; height: 100%; display: flex; position: relative; z-index: 1; box-sizing: content-box; transition-property: transform, -webkit-transform; -webkit-transition-property: -webkit-transform; -o-transition-property: transform; -webkit-box-sizing: content-box;
}
.swiper-button-next {
	background-position: center; top: 50%; width: 48px; height: 48px; margin-top: -24px; position: fixed; z-index: 10; cursor: pointer; background-repeat: no-repeat; background-size: 48px 48px;
}
.swiper-button-prev {
	background-position: center; top: 50%; width: 48px; height: 48px; margin-top: -24px; position: fixed; z-index: 10; cursor: pointer; background-repeat: no-repeat; background-size: 48px 48px;
}
.swiper-button-disabled.swiper-button-next {
	cursor: auto; opacity: 0.1; pointer-events: none;
}
.swiper-button-disabled.swiper-button-prev {
	cursor: auto; opacity: 0.1; pointer-events: none;
}
.swiper-button-prev {
	left: 20px; right: auto; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-container-rtl .swiper-button-next {
	left: 20px; right: auto; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next {
	left: auto; right: 20px; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-container-rtl .swiper-button-prev {
	left: auto; right: 20px; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-white.swiper-button-prev {
	background-image: url("../img/button-prev.png");
}
.swiper-container-rtl .swiper-button-white.swiper-button-next {
	background-image: url("../img/button-prev.png");
}
.swiper-button-white.swiper-button-next {
	background-image: url("../img/button-next.png");
}
.swiper-container-rtl .swiper-button-white.swiper-button-prev {
	background-image: url("../img/button-next.png");
}
@media screen and (max-width:800px)
{
.swiper-button-prev {
	left: 5px;
}
.swiper-container-rtl .swiper-button-next {
	left: 5px;
}
.swiper-button-next {
	right: 5px;
}
.swiper-container-rtl .swiper-button-prev {
	right: 5px;
}
.swiper-button-next {
	top: 50%; width: 40px; height: 40px; margin-top: -15px; position: fixed; background-size: 40px 40px;
}
.swiper-button-prev {
	top: 50%; width: 40px; height: 40px; margin-top: -15px; position: fixed; background-size: 40px 40px;
}
}
