.main-partners-block {
    padding: 30px 15px 75px 15px;
    background: url('/files/images/partners-bg.jpg') 0 0 no-repeat;
    background-size: cover;
    margin: 30px 0 -60px 0;
}

.main-partners-wrap {
    max-width: 1700px;
    margin: 0 auto;
}

.main-partners-wrap .title {
    font-size: 2em;
    line-height: 2em;
    font-weight: 700;
    text-transform: uppercase;
    color: #484848;
    text-align: center;
    margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
    .main-partners-block {
        padding: 30px 15px 50px 15px;
    }
}
.partners-jcarousel {
    position: relative;
    overflow: hidden;
}

.partners-jcarousel-wrap {
    padding: 0px 35px;
}

.partners-jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.partners-jcarousel ul li {
    float: left;
    position: relative;
    text-align: center;
    height: 160px;
    line-height: 160px;
}

.partners-jcarousel li a {
    display: inline-block;
    vertical-align: middle;
    line-height: initial;
}

.partners-jcarousel li img {
    max-height: 160px;
    max-width: 95%;
    vertical-align: top;
}

.partners-wrapper a {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}

.partners-wrapper a:hover {
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=60);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    filter: alpha(opacity=60);
}

.partners-wrapper {
    position: relative;
}

.left-slider-link {
    display: block;
    width: 30px;
    height: 55px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -22px;
    background: url("/files/images/gray-carusel-arrow-left.png") 50% no-repeat;
    z-index: 10;
}

.right-slider-link {
    display: block;
    width: 30px;
    height: 55px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -22px;
    background: url("/files/images/gray-carusel-arrow-right.png") 50% no-repeat;
    z-index: 10;
}
