.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.carousel-prev {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18.87 9.11"><path fill="%2325d08e" d="M9.44,0A3.7,3.7,0,0,1,12,1.09l6.56,6.3a1,1,0,1,1-1.39,1.44l-6.56-6.3a1.58,1.58,0,0,0-2.37,0L1.69,8.83A1,1,0,0,1,.31,7.39l6.56-6.3A3.7,3.7,0,0,1,9.44,0Z"/></svg>');
    background-position: center center;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 19px 10px;
    border: none;
    color: transparent;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    outline: none;
    width: 25px;
    height: 25px;
}

.carousel-next {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18.87 9.11"><path fill="%2325d08e" d="M9.44,0A3.7,3.7,0,0,1,12,1.09l6.56,6.3a1,1,0,1,1-1.39,1.44l-6.56-6.3a1.58,1.58,0,0,0-2.37,0L1.69,8.83A1,1,0,0,1,.31,7.39l6.56-6.3A3.7,3.7,0,0,1,9.44,0Z"/></svg>');
    background-position: center center;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 19px 10px;
    border: none;
    color: transparent;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    outline: none;
    width: 25px;
    height: 25px;
    transform: rotate(180deg);
}

.slick-nav {
    padding-right: 50px;
}

.count {
    height: 50px;
}

@media (max-width: 1199px) {
    .slick-nav {
        margin-top: 20px;
        margin-bottom: 20px;
        padding-right: 0px;
        text-align: center;
    }
}

@media (max-width: 639px) {
    .count {
        height: 30px;
    }
}
