/* Указать id блока с галереей */
#rec705419072 {
    display: none;
}

.vv-slider {
    position: relative;
    overflow: hidden;
}

.vv-slider,
.vv-slider__slide {
    height: 100%;
}

.vv-slider__slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    clip-path: inset(0);
    transform: scale(1.01);
    transition-property: clip-path, transform;
    transition-timing-function: cubic-bezier(0.01, 0, 0.2, 1);
}

.vv-slider__slide.move {
    clip-path: inset(0 100% 0 0);
    z-index: 999 !important;
}


@media (min-width: 1201px) {
    #allrecords {
        position: relative;
        z-index: 1;
        margin-bottom: 855px;
    }

    #t-footer {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

    .t-zoomer__wrapper {
        z-index: -2;
    }
}