﻿.swiper-clients-img, .swiper-clients-img:hover {
    transition-duration: .2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}
.swiper-slider {
    position: relative;
    width: 100%;
    height: 100%;
    background: #828386;
    overflow: hidden
}
.swiper-clients-img {
    display: block;
    height: auto;
    margin: 0 auto;
    opacity: 1;
    cursor: pointer
}
.swiper-clients-img:hover {
    opacity: .8
}