.partnersPhotosGallery__body {
    margin-top: 40px;
    position: relative;
}
.partnersPhotosGallery__slider {
    width: 100%;
    height: 500px;
}
.partnersPhotosGallery .photosGallery__slide {
    width: auto;
}
.photosGallery__item img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.partnersPhotosGallery .sliderArrow_prev {
    left: 40px;
}
.partnersPhotosGallery .sliderArrow_next {
    right: 40px;
}
@media screen and (max-width: 767px) {
    .photosGallery__item img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .partnersPhotosGallery .sliderArrow_prev {
        left: 10px;
    }
    .partnersPhotosGallery .sliderArrow_next {
        right: 10px;
    }
}