.cars-items-list.cars-slider{
    max-height: 800px;
    margin-top: unset;
    max-width: unset;
}
.cars-items-list .slick-slide{
    max-height: 800px;
}
.cars-items-list .slick-slide > div{
    max-height: 400px;
}
.cars-items-list.cars-slider .cars-item-more:before {
    content: url(../i/chevron.svg);
    transform: rotate(270deg);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid hsla(0,0%,100%,.5);
    border: 2px solid #ffffffad;
    position: absolute;
    left: -50px;
    top: -15px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    transition: all .3s;
}
@keyframes progressBar {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}
.aem .cars-items-list .slick-dots{
    position: absolute;
    top: 0px;
}
.aem .cars-items-list .slick-dots li{
    height: 4px;
    width: 50px;
    padding: 0;
    /* margin: 0; */
    position: relative;
}
.aem .slick-dots li.slick-active{
    background-color: #fff !important;
}
.aem .cars-items-list .slick-dots li.slick-active{
    width: 50px !important;
}
.aem .cars-items-list .slick-dots li.slick-active:after {
    content: "";
    /* background-color: #666666; */
    background-color: #00adef;
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
    animation: progressBar 3s ease-in-out;
    /* <-- match the speed with your slick slider autoplaySpeed !! */
    animation-fill-mode: both;
    z-index: 5;
    top: 0;
}
.cars-items-list .slick-dotted.slick-slider{
    margin-bottom: unset;
}
.cars-items-list.cars-slider .slick-arrow{
    border: none;
    top: 50%;
}
.cars-items-list.cars-slider .slick-arrow.slick-prev{
    left: 0px;
}
.cars-items-list.cars-slider .slick-arrow.slick-next{
    right: 0px;
}
.cars-items-list.cars-slider .cars-item{
    max-width: unset;
    max-height: 400px;
    margin: unset;
    cursor: pointer;
    cursor: grab;
}
.cars-items-list.cars-slider .cars-item:hover .cars-item-inner:before{
    background: rgba(0, 0, 0, .15);
}
.cars-items-list.cars-slider .cars-item-inner{
    position: relative;
    min-height: 400px;
    padding: unset;
}
.cars-items-list.cars-slider .cars-item-inner .block-callback{
    height: 400px;
    width: 100%;
    padding: 20px;
    text-align: center;
}
.cars-items-list.cars-slider .cars-item-inner .block-callback a{
    z-index: 2;
}
.cars-items-list.cars-slider .cars-item-image-wrapper{
    border-radius: unset;
    margin-bottom: unset;
    position: relative;
}
.cars-items-list.cars-slider .cars-item-inner:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .45);
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.2497373949579832) 30%);
    z-index: 1;
    left: 0;
    top: 0;
}
.cars-items-list.cars-slider img.cars-item-image{
    max-height: unset;
    height: 400px;
}
.cars-items-list.cars-slider .emblem{
    position: absolute;
    top: 25px;
    z-index: 2;
}
.cars-items-list.cars-slider .cars-item-name,
.cars-items-list.cars-slider .cars-item-price{
    position: absolute;
    left: 25px;
    bottom: 70px;
    z-index: 2;
    align-items: flex-start;
}

.cars-items-list.cars-slider .cars-item-model{
    justify-content: flex-start;
}
.cars-items-list.cars-slider .cars-item-price{
    bottom: 25px;
}
.cars-items-list.cars-slider .cars-item-action{
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 2;
    border: none;
    width: unset;
}
.cars-items-list.cars-slider .cars-item-more{
    position: absolute;
    right: 25px;
    bottom: 25px;
    z-index: 2;
    color: #fff;
    font-size: 13px;
}
.cars-item-action:hover, .cars-item-action.-active{
    text-shadow: #fff 1px 0 10px;
}

@media screen and (max-width: 991px) {
    .cars-items-list.cars-slider{
        max-height: 400px;
    }
    .cars-items-list .slick-slide{
        max-height: 400px;
    }
    .cars-items-list.cars-slider img.cars-item-image{
        height: 200px;
    }
    .cars-items-list.cars-slider .cars-item-inner{
        min-height: 300px;
        min-height: 400px;
    }
    .cars-items-list.cars-slider .cars-item-price {
        bottom: 50px;
        margin: 5px 0;
        font-size: 13px;
    }
    a.cars-item-action.-cmpr.-active{
        display: flex;
        flex-direction: column;
        max-width: 50px;
    }
    .catalog-box .cars-items-list.cars-slider .cars-item-more:before{
        width: 30px;
        height: 30px;
        top: -5px;
        line-height: 25px;
    }

    .catalog-box .cars-items-list .cars-item-name {
        font-size: 13px;
    }
    .cars-item-model {
        font-size: 17px;
    }
    .aem  .catalog-box .cars-items-list .slick-dots{
        display: flex !important;
        z-index: 1000;
        justify-content: center;
    }
    .aem .cars-items-list .slick-dots li{
        display: block !important;
        z-index: 10000;
        width: 20px;
    }
    .catalog-box .cars-items-list.slick-slider{
        margin-bottom: unset;
    }
}