.frame-after:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.finishing-swiper:after {
    background-image: url(/local/templates/kashtan/i/about/finishing-swiper_frame.png);
}

.finishing-swiper .swiper-slide {
    height: 66rem;
}

.mobile .finishing-swiper .swiper-slide {
    height: auto !important;
}
.finishing-swiper .swiper-slide picture img{
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.mobile .iblock__image {
    margin-left: -10px!important;
    margin-right: -10px!important;
}
@media screen and (max-width: 767px) and (orientation: landscape){
    .mobile .finishing-swiper .swiper-slide {
        height: calc(100vh - 25rem);
    }
}