.wrapper__categories-list{padding:20px 0; position:relative; margin-bottom:60px}
.wrapper__categories-list::after{content:"";position:absolute;left:-100vw;right:-100vw;background:rgba(255,255,255,0.5);top: 0;bottom: 0;border-bottom: 1px solid rgba(79,45,92,0.1);pointer-events: none;}
.wrapper__categories-list ul{padding:0;margin: -10px;position: relative;z-index: 2;}
.wrapper__categories-list ul li{padding: 10px;margin:0;list-style:none;width:25%}
.categories-list__cover{width: 100px;min-width: 100px;z-index: 1;}
.wrapper__categories-list ul li img{width:100%; transition: all 0.3s linear 0s;display: block;margin: 0 auto;object-fit: cover;border-radius: 100%;border: 1px solid #fff;box-shadow: 0 0 0 3px rgb(79 45 92 / 20%);}
.wrapper__categories-list ul li a{display:block;height: 100%;width: 100%;}
.wrapper__categories-list .categories-list__title{text-align:center;font-size: 16px;line-height: 1.2;color: #4f2d5c;font-weight: 500;display: block;text-align: left;margin: 0 0 0 -55px;padding: 0 15px 0 75px;background: rgba(255,255,255,0.6);height: 85px;display: flex;align-items: center;width: 100%;border: 1px solid #fff;box-shadow: 0 0 0 1px rgb(79 45 92 / 20%);border-radius: 0 15px 15px 0;}
.wrapper__categories-list ul li a:hover{text-decoration:none}
.wrapper__categories-list ul li a:hover img{box-shadow: 0 0 0 3px rgb(79 45 92 / 100%)}
.wrapper__categories-list ul li a:hover .categories-list__title{color:#fff;background: rgb(79 45 92 / 100%);box-shadow: 0 0 0 1px rgb(79 45 92 / 100%);}

@media(max-width:1229px){
}
@media(max-width:991px){
}
@media(max-width:767px){
}
@media(max-width:575px){
	.wrapper__categories-list ul{padding:0 50px}
	.wrapper__categories-list .slick-arrow{display:block !important;top: 50%;transform: translateY(-50%);}
	.wrapper__categories-list .slick-arrow.slick-next{left:0}
	.wrapper__categories-list .slick-arrow.slick-prev{right:0;rotate: 180deg;transform: translateY(50%);}
	.categories-list__cover{width: 90px;min-width: 90px}
	.wrapper__categories-list .categories-list__title{font-size: 14px;padding: 0 10px 0 65px;height: 75px}

}