.custom-ac-cars {
    padding: 100px 0;
    background: #ffffff;
}

.custom-ac-cars h2 {
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #242424;
    padding: 0 32px;
    margin: 0 0 80px;
}

.trigger-tabs-cars {
    padding: 0 20px;
    display: flex;
}

.trigger-tabs-cars span {
    width: 33.33%;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #242424;
    padding-bottom: 12px;
    border-bottom: 2px solid #E2E2E2;
    margin: 0 4px;
    transition: all .3s ease;
    cursor: pointer;
}

.trigger-tabs-cars span:hover,
.trigger-tabs-cars span.active {
    border-color: #E10A1D;
    color: #E10A1D;
}

.slider-cars-ac.slick-slider.hide {
    height: 0!important;
    overflow: hidden!important;
}

.item-car {

}

.item-car > figure {
    font-size: 0;
    padding: 32px 0 8px;
}

.item-car > span {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #666666;
    display: block;
    margin-bottom: 8px;
}

.item-car > h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #242424;
    margin-bottom: 8px;
}

.item-car > div p {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #666666;
    margin-bottom: 16px;
}

.item-car > a {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.02em;
    color: #E10A1D;
    display: inline-block;
}

.slider-cars-ac-v2 .slick-arrow {
    width: 50px;
    height: 36px;
    cursor: pointer;
    position: absolute;
    background: none;
    border: none;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
}

.slider-cars-ac-v2 .slick-arrow.slick-prev {
    background: url(images/cars-arrow-left.svg) no-repeat center center;
    left: -80px;
}

.slider-cars-ac-v2 .slick-arrow.slick-next {
    background: url(images/cars-arrow-right.svg) no-repeat center center;
    right: -80px;
}


@media screen and (max-width: 768px) {
    .custom-ac-cars .container {
        padding: 0;
    }
    .slider-cars-ac-v2 .model-item {
        width: 224px;
        padding-left: 24px;
    }
	.slider-cars-ac-v2 .model-item figure {
		padding: 0;
	}
	.expanded-models-tabs-widget {
		padding: 0 24px 8px;
	}
}

@media screen and (max-width: 480px) {
	.expanded-models-tabs-widget span {
		min-height: 50px;
	}
}

@media screen and (min-width: 769px) {
    .trigger-tabs-cars {
        padding: 0;
    }
}

@media screen and (min-width: 992px) {
    .custom-ac-cars > .container {
        max-width: 836px;
    }
}

@media screen and (min-width: 1200px) {
    .custom-ac-cars > .container {
        max-width: 940px;
    }
}

@media screen and (min-width: 1400px) {
    .custom-ac-cars > .container {
        max-width: 1060px;
    }
}