.custom-ac-cars-v2 {
    padding: 120px 0;
    background: #171717;
}

.custom-ac-cars-v2 h2 {
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #e0e0e0;
    padding: 0 32px;
    margin: 0 0 80px;
}

.slider-cars-ac-v2 {
    white-space: nowrap;
}

.slider-cars-ac-v2.slick-slider.hide {
    height: 0!important;
    overflow: hidden!important;
}

.slider-cars-ac-v2 .item-car-v2 {
    text-align: center;
    display: inline-block;
}

.slider-cars-ac-v2 .item-car-v2 > figure {
    font-size: 0;
    display: flex;
    justify-content: center;
    padding: 0 0 8px;
}

.slider-cars-ac-v2 .item-car-v2 > span {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #666666;
    display: block;
    margin-bottom: 8px;
}

.slider-cars-ac-v2 .item-car-v2 > h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #e0e0e0;
    margin-bottom: 8px;
}

.slider-cars-ac-v2 .item-car-v2 > p {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #e0e0e0;
    margin-bottom: 16px;
}

.slider-cars-ac-v2 .item-car-v2 > a {
    height: 40px;
    line-height: 40px;
    max-width: 150px;
    margin: auto;
}

.custom-ac-cars-v2 .slick-arrow {
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    background-color: #2E2E2E;
    border: none;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 60px;
    transition: all .3s ease;
}

.custom-ac-cars-v2 .slick-arrow.slick-prev {
    background-image: url(images/cars-arrow-left.svg);
    left: -80px;
}

.custom-ac-cars-v2 .slick-arrow.slick-next {
    background-image: url(images/cars-arrow-right.svg);
    right: -80px;
}

.custom-ac-cars-v2 .slick-dots {
    position: absolute;
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.custom-ac-cars-v2 .slick-dots li {
    margin: 0 4px;
}

.custom-ac-cars-v2 .slick-dots button {
    border: none;
    padding: 0;
    font-size: 0;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #2e2e2e;
    transition: all .3s ease;
    cursor: pointer;
}

.custom-ac-cars-v2 .slick-dots li.slick-active button,
.custom-ac-cars-v2 .slick-dots li:hover button {
    background: #CC0E0E;
}

@media screen and (max-width: 991px) {
    .custom-ac-cars-v2 .container {
        padding: 0;
    }
    .slider-cars-ac-v2 .item-car-v2 {
        width: 224px;
        padding-left: 24px;
    }
}

@media screen and (min-width: 992px) {
    .custom-ac-cars-v2 > .container {
        max-width: 836px;
    }
    .custom-ac-cars-v2 h2 {
        font-size: 40px;
        line-height: 46px;
    }
}

@media screen and (min-width: 1200px) {
    .custom-ac-cars-v2 > .container {
        max-width: 940px;
    }
}

@media screen and (min-width: 1400px) {
    .custom-ac-cars-v2 > .container {
        max-width: 1060px;
    }
}