#main_slider {
	overflow: hidden;
}

#main_slider iframe {
	position: absolute;
	top: -23%;
	left: 0;
	width: 100%;
	height: 146%;
	border: 0;
}

#main_overlay {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: #00000078;
}

#main_slider-wrapper {
	width: 100%;
	float: left;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	padding: 20px 0;
}

#main_slider-wrapper h1 {
	color: #fff;
	font-size: 16px;
	width: 100%;
	float: left;
	text-align: center;
	letter-spacing: 6px;
	font-weight: 100;
}

#main_slider-wrapper h2 {
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	width: 100%;
	text-align: center;
	letter-spacing: 2px;
}

#main_slider-wrapper a {
	color: #fff;
	background: #003d5e;
	border-radius: 8px;
	box-sizing: border-box;
	border: 2px solid transparent;
	padding: 5px 10px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1.6;
	font-size: 14px;
	text-align: center;
	transition: 0.3s;
}

#main_slider-wrapper a:hover {
	color: #003d5e;
	background: #fff;
	border-color: #003d5e;
	transition: 0.3s;
}

#main_slider-wrapper a:nth-last-of-type(1) {
	margin-top: 10px;
	animation: discount-pulse 2s infinite;
}

#index_slider {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	float: left;
	box-sizing: border-box;
	margin-top: 20px;
}

#index_slider .title {
	text-align: center;
}

#index_slider .sub_title {
	margin-bottom: 20px;
	text-align: center;
}

.slick-slider {
	width: 100%;
	float: left;
}

#index-slick .slick-arrow {
	position: absolute;
	top: 125px;
	z-index: 5;
	font-size: 0;
	border: none;
	width: 30px;
	height: 40px;
	padding: 0;
	cursor: pointer;
}

#index-slick .slick-list {
	width: calc(100% - 60px);
	margin-left: 30px;
}

#index-slick .slick-arrow.slick-prev {
	left: 0;
	background: url(/design/img/row.svg);
	background-size: cover;
	transform: rotate(181deg);
}

#index-slick .slick-arrow.slick-next {
	right: 0;
	background: url(/design/img/row.svg);
	background-size: cover;
}

#index-slick a {
	height: 315px;
	margin: 0 10px;
	position: relative;
	border: 1px solid #b6b8b7;
	border-radius: 10px;
	filter: drop-shadow(0.866px 0.5px 3.5px rgba(0, 0, 0, 0.55));
	transition: 0.3s;
}

#index-slick a img {
	object-fit: cover;
	width: 100%;
	height: 250px;
}

#index-slick .clisk_car-name {
	position: absolute;
	color: #fff;
	bottom: 70px;
	left: 10px;
	font-size: 20px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
}

#index-slick .slick_car-top_info {
	position: absolute;
	top: 10px;
	left: 10px;
	display: flex;
}

#index-slick .clisk_car-name {
	position: absolute;
	color: #fff;
	bottom: 70px;
	left: 10px;
	font-size: 20px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
}

#index-slick .clisk_car-info {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	display: flex;
	justify-content: space-between;
}

#index-slick .clisk_car-info li {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #333333;
}

#index-slick .clisk_car-info li i {
	opacity: 0.5;
	margin-bottom: 5px;
}

#index-slick .clisk_car-info li p {
	font-family: Muli, Tahoma;
}

#index-slick .slick_car-loan {
	color: 414141;
	padding: 5px 10px;
	border-radius: 5px;
	margin-left: 10px;
	background: #fff;
}

#index-slick .slick_car-price {
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	width: fit-content;
	background: #414141;
}


#listing #more_auto {
	width: fit-content;
	display: flex;
	gap: 20px;
	margin: 20px 0;
}

#listing #more_auto div {
	width: 20px;
	height: 20px;
	background: #123243;
	border-radius: 50px;
}

#delivery_partner {
	width: 100%;
	float: left;
	padding: 20px 0;
	background-color: #123243;
}

#delivery_partner .wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#delivery_title {
	width: 100%;
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#delivery_title-left {
	width: 100%;
	display: flex;
	flex-direction: column;
	text-align: center;
	margin-bottom: 10px;
}

#delivery_title-right {
	width: 100%;
	text-align: center;
}

#delivery_title-right b {
	color: #fff;
	float: left;
	width: 100%;
	margin-bottom: 17px;
	margin-top: 10px;
}

#delivery_title-right p {
	color: #c3cbcf;
}

#delivery_partner #partners {
	width: 100%;
	float: left;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	place-items: center;
	column-gap: 20px;
	margin: 20px 0;
}

#delivery_partner .partner_item {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#delivery_partner #partners img {
	width: 100%;
	max-width: 180px;
	transition: 0.7s;
}

#delivery_partner #partners img:hover {
	transform: scale(1.1);
	transition: 0.7s;
}

#charging_stations {
	margin-top: unset;
}

#services {
	width: 100%;
	float: left;
	background-image: url('/design/img/index/services_bg.png');
	background-color: #1a2d37;
	background-position: center;
	background-size: cover;
	padding: 20px 0;
}

#services h3 {
	width: 100%;
	text-align: center;
	color: #fff;
}

#services_content {
	width: 100%;
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	row-gap: 10px;
	margin-top: 10px;
}

#services_content .step {
	width: 100%;
	max-width: 300px;
	box-sizing: border-box;
	padding: 15px;
	border: 2px solid #fff;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	text-align: center;
}

#services_content .step i {
	color: #fff;
}

#services_content .step img {
	height: 70px;
}

#services_content .step b {
	font-size: 18px;
	letter-spacing: 2px;
	margin-top: 15px;
}

#services_content .step p {
	margin-top: 5px;
	font-size: 14px;
	color: #adb8be;
}

#services_content .step .btn {
	margin-top: 10px;
}

#teams {
	width: 100%;
	float: left;
	background: #123243;
	padding: 40px 0;
}

#team_contain {
	width: 100%;
	float: left;
	display: flex;
	flex-direction: column;
	color: #fff;
}

#team_txt,
#team_items {
	width: 100%;
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	column-gap: 10%;
}



#team_txt {
	margin-top: 20px;
	text-align: center;
}

#team_txt-left,
#team_txt-right {
	width: 100%;
	float: left;
}

#team_txt-left p {
	font-size: 20px;
	color: #adb8be;
	letter-spacing: 8px;
}

#team_txt-right p {
	font-size: 14px;
	color: #adb8be;
}

.team_items-item {
	width: fit-content;
	float: left;
	display: grid;
	grid-template-columns: 100px 1fr;
	margin-top: 20px;
}

.team_items-item img {
	width: 100%;
}

.team_items-item .item-info {
	display: flex;
	flex-direction: column;
}

.team_items-item .item-info b {
	font-size: 16px;
	color: #fff;
	letter-spacing: 2px;
}

.team_items-item .item-info p,
.team_items-item .item-info a {
	font-size: 14px;
	color: #adb8be;
	border-bottom: 1px solid transparent;
	transition: 0.1s;
	width: fit-content;
}

.team_items-item .item-info a:hover {
	border-color: #fff;
	color: #fff;
	transition: 0.1s;
}

.team_items-item .item-info ul {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 10px;
	row-gap: 1px;
}

.team_items-item .item-info ul li {
	display: flex;
}

.team_items-item .item-info ul li b {
	font-size: 16px;
	letter-spacing: unset;
	font-weight: 500;
}

@media screen and (min-width: 900px) {
	#main_slider-wrapper {
		padding: 60px 0;
	}

	#main_slider-wrapper h1 {
		font-size: 35px;
		letter-spacing: 10px;
	}

	#main_slider-wrapper h2 {
		font-size: 60px;
		letter-spacing: 3px;
	}

	#main_slider-wrapper a {
		padding: 10px 25px;
		letter-spacing: 4px;
		font-size: 20px;
	}

	#main_slider-wrapper a:nth-last-of-type(1) {
		margin-top: 20px;
	}

	#listing {
		margin-top: 50px;
	}

	#delivery_title {
		flex-direction: row;
	}

	#delivery_title-left {
		width: 95%;
		margin-right: 5%;
		text-align: left;
		margin-bottom: unset;
	}

	#delivery_title-right {
		width: 95%;
		margin-left: 5%;
		text-align: left;
	}

	#delivery_partner {
		padding: 50px 0;
		margin-top: 50px;
	}

	#services {
		padding: 50px 0;
	}

	#services .title,
	#services .sub_title {
		text-align: center;
	}

	#services_content {
		flex-direction: row;
		column-gap: 20px;
		margin-top: 20px;
		align-items: unset;
	}

	#services_content .step {
		padding: 30px 3%;
	}

	#services_content .step .btn {
		margin-top: 20px;
	}

	#services_content .step p {
		margin-top: 10px;
	}

	#team_txt {
		text-align: left;
	}

	#team_txt,
	#team_items {
		width: 100%;
		flex-direction: row;
		margin-top: 30px;
	}

	#team_items {
		align-items: center;
	}

	#team_txt-right p {
		font-size: 18px;
	}

	.team_items-item {
		grid-template-columns: 180px 1fr;
		width: 100%;
	}

	.team_items-item .item-info b {
		font-size: 20px;
		height: 50px;
	}

	.team_items-item .item-info p,
	.team_items-item .item-info a {
		font-size: 18px;
	}

	.team_items-item .item-info ul {
		margin-top: 25px;
		row-gap: 2px;
	}

	.team_items-item .item-info ul li b {
		font-size: 18px;
	}
}

@media screen and (min-width:1200px) {
	#main_slider-wrapper {
		padding: 100px 0;
	}

	#main_slider iframe {
		top: -42%;
		height: 184%;
	}

}

@media screen and (min-width:1500px) {
	#main_slider iframe {
		top: -73%;
		height: 246%;
	}
}