/* Команда */
.sls-track {
    width: 100%;
    height: 100%;
    transition: transform 1s ease;
}

.arrow-right,
.arrow-left {
    top: calc(50% - 25px) !important;
}

.arrow-right {
    right: 440px !important;
    left: unset !important;
}

.arrow-left {
    left: 440px !important;
}

.arrow-right .t-bgimg,
.arrow-left .t-bgimg {
    background-size: 20px !important;
    cursor: pointer;
    zoom: 1;
    transition: all .5s ease;
}

.arrow-right .t-bgimg:hover,
.arrow-left .t-bgimg:hover {
    background-color: #e9e9e9 !important;
    zoom: 0.75;
}

.centered-slide > .tn-atom {
    filter: saturate(1) !important;
    transition: filter 2s ease;
}

.sls-title,
.sls-description {
    transition: opacity .5s ease;
}

/* Жалюзи */
#rec513073414 .tn-elem__gallery_arrows-in {
    display: none;
}

.photo-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.photo-container > div {
    position: absolute;
    left: 0;
    right: 0;
}
.photo-container > div > div {
    width: 100%;
}

.photo-container > div > div.animate-blinds {
    animation: 1.5s linear forwards blinds;
}

@keyframes blinds {
    0% {
        height: 0%;
    }
    100% {
        height: 100%;
    }
}