.module-service-category {
	padding: 5px 15px;
    border: 1px solid #E2E1F2;
    border-radius: 5px;
    margin: 0 10px;
    cursor: pointer;
    transition: 0.5s;
    background: #fff;
}

.swiper-categories {
	margin-bottom: 50px;
}
.swiper-categories .swiper-slide {
  display: block;
  width: auto !important;
  
}
.swiper-categories .active-slide {
	color: #fff;
}
.service-products {
	transition: 1s;
}
.service-products.preload {
	opacity: 0;
	transition: 1s;
}
.service-categories, .service-products {
	position: relative;
}
.service-categories .swiper-button-prev, .service-categories .swiper-button-next {
	top: 10px;
}
.service-categories:hover .swiper-buttons,.service-products:hover .swiper-buttons {
	opacity: 1;
}
@media (max-width: 767px) {
	.module-service-category {
	    padding: 5px 10px;
	    margin: 0 5px;
    }
    .swiper-categories {
	    margin-bottom: 25px;
	}
}