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

.custom-ac-cars-price {
	padding: 100px 0 160px;
}

.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;
}

.custom-ac-cars-price .model-item figure {
	background: #f6f6f6;
	padding: 16px;
	border-radius: 8px 8px 0 0;
	border: 1px solid #ebebeb;
	border-bottom: none;
}

.custom-ac-cars-price .model-item figure img + img {
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: calc(100% - 32px)!important;
}

.model-item-content {
	background: #ffffff;
	padding: 16px;
	border-radius: 0 0 8px 8px;
	border: 1px solid #ebebeb;
	border-top: none;
}

.custom-ac-cars-price .model-item {
	padding: 4px;
}

.custom-ac-cars-price .model-item p {
	margin: 2px 0 0;
	color: #9C9C9C;
	font-size: 12px;
	line-height: 12px;
}

.custom-ac-cars-price .slider-cars-ac-v2 .slick-arrow {
	bottom: -70px;
	right: initial;
	transform: none;
	top: initial;
	width: 40px;
	padding: 0;
	height: 40px;
	border-radius: 40px;
	background-color: #f3f3f3;
	background-size: 24px;
	background-position: center center;
	background-repeat: no-repeat;
}

.custom-ac-cars-price .slider-cars-ac-v2 .slick-arrow.slick-prev {
	background-image: url(images/arrow-left.svg);
	left: 0;
}

.custom-ac-cars-price .slider-cars-ac-v2 .slick-arrow.slick-next {
	background-image: url(images/arrow-right.svg);
	left: 50px;
}

.title-tabs {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.custom-ac-cars-price h2 {
	padding: 0;
	margin: 0;
	text-align: left;
}

.custom-ac-cars-price .expanded-models-tabs-widget {
	margin: 0;
	padding: 0;
}

.custom-ac-cars-price .expanded-models-tabs-widget span {
	margin: 0 0 0 8px;
	font-size: 14px;
	white-space: nowrap;
	width: auto;
	border: none;
	padding: 6px 10px;
	background: #f3f3f3;
	border-radius: 6px;
	color: #9C9C9C;
}

.custom-ac-cars-price .expanded-models-tabs-widget span.active, 
.custom-ac-cars-price .expanded-models-tabs-widget span:hover {
	background: #E10A1D;
	color: #ffffff;
}

.custom-ac-cars-price * {
	outline: none;
}

@media screen and (max-width: 768px) {
	.custom-ac-cars .container {
		padding: 0;
	}
	.slider-cars-ac-v2 .model-item {
		width: 224px;
		padding-left: 24px;
	}
	.custom-ac-cars-price .slider-cars-ac-v2 .model-item {
		width: 160px;
		padding: 0 0 0 8px;
	}
	.slider-cars-ac-v2 .model-item figure {
		padding: 0;
	}
	.expanded-models-tabs-widget {
		padding: 0 24px 8px;
	}
	.model-item-content {
		min-height: 84px;
	}
	.custom-ac-cars-price {
		padding: 100px 0 100px 16px;
	}
	.title-tabs {
		flex-direction: column;
		align-items: flex-start;
		padding: 0 24px 0 8px;
	}
	.custom-ac-cars-price h2 {
		margin: 0 0 24px;
	}
	.custom-ac-cars-price .expanded-models-tabs-widget span {
		width: 100%;
		margin: 0;
	}
	.custom-ac-cars-price .expanded-models-tabs-widget {
		display: grid;
		grid-template-columns: repeat(3, calc(33.33% - 5px));
		width: 100%;
		max-width: none;
		grid-gap: 8px;
	}
}

@media screen and (max-width: 577px) {
	.custom-ac-cars-price .expanded-models-tabs-widget span {
		min-height: 26px;
		line-height: 26px;
	}
}

@media screen and (max-width: 480px) {
	.expanded-models-tabs-widget span {
		min-height: 50px;
	}
	.custom-ac-cars-price .expanded-models-tabs-widget {
		grid-template-columns: repeat(2, calc(50% - 5px));
	}
}

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

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

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

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