.wrapper__sertificate{background: url(/templates/komfort74/images/waves1.png) no-repeat center center;}
.sertificate__slide{}
.sertificate__slide a img, .sertificate__col a img{filter: grayscale(1); opacity: 0.5}
.sertificate__slide a.photo-zoom:hover img, .sertificate__col a.photo-zoom:hover img{transform:scale(1.03)}
.sertificate__slide a:hover img, .sertificate__col a:hover img{filter: grayscale(0); opacity: 1}
.sertificate__slider{position:relative}
.sertificate__slider .swiper-arrow{position:absolute; top:50%; transform:translateY(-50%)}
.sertificate__slider .swiper-arrow-prev{left:-6%}
.sertificate__slider .swiper-arrow-next{right:-6%}
.sertificate__row{display:flex; flex-wrap:wrap; margin:-20px}
.sertificate__col{padding:20px; width:20%}
@media(max-width: 1229px) {
	.sertificate__col{width:25%}
}
@media(max-width: 991px) {
	.sertificate__slider .swiper-arrow-prev{left:-9%}
	.sertificate__slider .swiper-arrow-next{right:-9%}
	.sertificate__row{margin:-15px}
	.sertificate__col{padding:15px;}
}
@media(max-width:767px) {
	.sertificate__slider .swiper-arrow-prev{left:-12%}
	.sertificate__slider .swiper-arrow-next{right:-12%}
	.sertificate__col{width:33.333%}
	.sertificate__row{margin:-10px}
	.sertificate__col{padding:10px;}
}
@media(max-width:575px) {
	.sertificate__slider {position: relative;padding: 0 50px}
	.sertificate__slider .swiper-arrow-prev{left:0}
	.sertificate__slider .swiper-arrow-next{right:0}
	.sertificate__col{width:50%}
	.sertificate__row{margin:-5px}
	.sertificate__col{padding:5px;}
}