.models-gallery {
    margin: 20px 0;
    height: auto;
}

.models-gallery__pagination {
    position: relative;
    margin: 0 15px;
}

.models-gallery__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background: #d72b2b;
}

.models-gallery__arrow {
    position: relative;
    width: 15px;
    height: 25px;
    background-size: 15px 25px;
    right: 0;
    left: 0;
}

.models-gallery__arrow_prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.models-gallery__navigation {
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.models-gallery .swiper-slide {
    max-height: 424px;
    position: relative;
    overflow: hidden;
}

.models-gallery__download {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    background: #ebebeb;
    font-size: 14px;
    padding: 7px 20px;
}

.models-gallery__pdf-icon {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    fill: #d72b2b;
}

.models-gallery_shadowed {
    overflow: visible;
}

.models-gallery_shadowed .swiper-slide {
    box-shadow: 0px 0px 35px 2px rgba(0, 1, 0, 0.1);
}

img.mfp-img {
    background-color: white;
    background-clip: content-box;
}
