.title {
	text-transform: none;
}

.main_slider-wrapper {
	padding: 0 !important;
}

#car_container {
	width: 100%;
	float: left;
	display: grid;
	grid-template-columns: 1fr;
	column-gap: 20px;
	margin-top: 20px;
}

#car_left,
#car_right {
	width: 100%;
	float: left;
	overflow: hidden;
}

#car_right {
	box-sizing: border-box;
	padding: 15px;
	border-radius: 8px;
	background: #123243;
	height: fit-content;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
}

#car_right h1 span {
	font-family: 'Poppins', sans-serif;
}

#car_right .header {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-direction: column;
	align-items: center;
	margin: 10px 0;
		gap: 5px;
}

#car_right .header .bonus {
	font-weight: 600;
	color: #39a5ff;
	font-size: 20px;
}

#car_right .header #links {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#car_right .header #links a {
	height: 100%;
	float: left;
}

#car_right .header #links .facebook {
	margin-right: 7px;
}

#car_right .header #links .facebook i {
	font-size: 35px;
	color: #39a5ff;
}

#car_right .header #links #car_vertical_logo {
	float: left;
	width: 35px;
	height: 30px;
	display: flex;
	border-radius: 4px;
	overflow: hidden;
}

#car_right .header #links #car_vertical_logo img {
	width: 100%;
	object-fit: cover;
}

#car_right #car_price {
	font-weight: 500;
	color: #fff;
	font-size: 30px;
}

#car_right #car_price s {
	font-size: 22px;
	color: #42a9fe;
	margin-left: 7px;
}

#car_right #car_price .car_price-rent {
	box-sizing: border-box;
	padding: 5px 14px;
	border-radius: 8px;
	background: #fff;
	color: #000;
	font-size: 20px;
}

#car_right #car_price .car_price-rent:nth-of-type(1) {
	background: #000;
	color: #fff;
}

#information_block {
	width: 100%;
	float: left;
	display: grid;
	grid-template-columns: 1fr;
	column-gap: 20px;
	row-gap: 10px;
	margin-top: 20px;
}

#information_block-loan,
#information_block-info {
	width: 100%;
	float: left;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#application_contact_form_button {
	max-width: 340px;
	box-sizing: border-box;
	text-align: center;
}

#car_loan {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 100%;
	max-width: 340px;
	background: #1a2d37;
	color: #fff;
	border-radius: 8px;
	animation: discount-pulse 2s infinite;
}

#car_loan p {
	font-size: 24px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Poppins', sans-serif;
	position: relative;
	overflow: hidden;
	z-index: 2;
	transition: 0.5s;
}

#car_loan p::before {
	content: '';
	position: absolute;
	right: -12px;
	width: 20px;
	height: 20px;
	background: #fff;
	height: calc(100% + 40px);
	width: 22px;
	transform: rotate(20deg);
	transition: 0.5s;
	z-index: 0;
}

#car_loan:hover p {
	transition: 0.5s;
	color: #1a2d37;
}

#car_loan:hover p::before {
	width: calc(100% + 12px);
	border-radius: 12px;
	transition: 0.5s;
	transform: unset;
	height: calc(100% + 6px);
	margin-top: 1px;
}

#car_loan p span {
	position: relative;
}

#car_loan p sup {
	position: relative;
	top: -5px;
	margin-left: 5px;
}

#car_loan sup {
	font-size: 11px;
	text-transform: uppercase;
}

#information_block form {
	width: 100%;
	max-width: 340px;
	box-sizing: border-box;
	padding: 15px;
	margin-top: 10px;
	text-align: center;
	background: #1a2d37;
	border-radius: 8px;
}

#information_block form .title {
	font-size: 20px;
	text-align: center;
}

#information_block form .sub_title {
	font-size: 12px;
	letter-spacing: 1px;
	text-align: center;
}

#information_block form .form_control input {
	background: transparent;
	border: none;
	padding: 10px 15px;
	background: #e8e8e8;
	margin: 5px 0;
	color: #000;
	border-radius: 8px;
	cursor: pointer;
}

#application_client_type {
	display: flex;
	justify-content: space-around;
}

.application_client_type-item label {
	color: #fff;
}

#information_block form input::placeholder {
	color: #777777;
}

#application_form_button {
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-size: 15px;
	background: #fff;
	color: #1a2d37;
	padding: 10px;
	border-radius: 0 8px 8px 0px;
	font-weight: 700;
	justify-content: center;
}

#application_contact_form_button {
	padding: 10px;
}

#information_block form .application_marketing {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	margin: 10px 0;
}

#information_block form .application_marketing input {
	width: 20px;
	height: 20px;
	color: #fff;
	margin-right: 7px;
}

#information_block form .application_marketing a {
	color: #fff;
	margin-left: 5px;
}

#car_details {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	float: left;
	border-radius: 8px;
	background: unset !important;
	box-sizing: border-box;
	color: #7d96a6;
	font-size: 14px;
	margin: 20px 0;
	gap: 10px;
}

.car_detail {
	width: fit-content;
	padding: 8px 22px;
	display: flex;
	align-items: center;
	background: #4f4f4f;
	color: #fff;
	border-radius: 8px;
}
.car_detail i{
	margin-right: 5px;
}
#car_text {
	width: 100%;
	float: left;
	box-sizing: border-box;
	color: #cad1d5;
	margin-top: 20px;
}

#car_text b {
	width: 100%;
	float: left;
	font-size: 25px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 10px;
}

#car_text p {
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
}

#car_left iframe{
	height: 160px;
}

#car_extras {
	width: 100%;
	float: left;
	margin-top: 10px;
	border-top: 1px solid #39a5ff42;
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
}

#car_extras h4 {
	font-size: 20px;
	color: #39a5ff;
	margin: 8px 0;
}

#car_extras .entry {
	width: 100%;
	float: left;
	margin: 8px 0;
}

#car_extras .entry h5 {
	font-size: 18px;
	color: #cad1d5;
	margin-bottom: 3px;
}

#car_extras .entry ul {
	display: grid;
	grid-template-columns: 1fr;
	column-gap: 10px;
}

#car_extras .entry ul li {
	margin: 1px 0;
	color: #777777;
}

#car_extras .entry ul li i {
	font-size: 12px;
	color: #39a5ff;
}

#car-related {
	width: 100%;
	float: left;
	background: #123243;
	padding: 40px 0;
	box-sizing: border-box;
}

#car-related #car-newest-entries {
	margin: 20px 0;
}

#car-related #car-newest-entries a {
	background: #0d2a39;
}

#charging_stations {
	margin-top: unset;
}

.fotorama__wrap--css3 .fotorama__stage,
.fotorama__thumb-border,
.fotorama__thumb {
	border-radius: 12px;
}


.fotorama__wrap--css3 .fotorama__stage {
	background: #184460;
}

.fotorama__thumb-border {
	border: 1px solid #42a9fe;
}

.fotorama__stage {
	border-radius: 8px;
}

.fotorama__video-play {
	background: url(/design/img/360.png);
	background-repeat: no-repeat;
	background-size: 160px;
	background-color: #000000ab;
	background-position: center;
	width: 100%;
	left: 48px;
	height: 100%;
	top: 47px;
}

.fotorama__nav__frame .fotorama__video-play {
	width: 100%;
	left: 1px;
	background-size: 70px;
	background-position: center;
	background-position-x: center;
	background-position-y: center;
	height: 96px;
	margin-left: unset;
	margin-top: -44px;
}

.fotorama__caption {
	position: relative;
	top: 0;
	left: 0;
	background-color: #000000ab;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fotorama__caption__wrap {
	background: transparent !important;
}

.fotorama__caption__wrap p {
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.fotorama__caption__wrap div {
	background-image: url(/design/img/logo-elizings.png);
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media screen and (min-width: 500px) {
	#car_extras .entry ul {
		grid-template-columns: 1fr 1fr;
	}
	#car_left iframe{
		height: 280px;
	}
}

@media screen and (min-width: 720px) {
	#car_extras .entry ul {
		grid-template-columns: 1fr 1fr 1fr;
	}

	#car_extras h4 {
		font-size: 25px;
	}

	#car_extras .entry h5 {
		font-size: 20px;
	}
}

@media screen and (min-width: 900px) {
	#car_container {
		grid-template-columns: 1fr 1fr;
	}

	#car_right {
		padding: 20px;
		align-items: unset;
	}

	#information_block-loan,
	#information_block-info {
		align-items: unset;
	}

	#car_right #car_price {
		font-weight: 600;
		font-size: 35px;
	}

	.fotorama__caption__wrap p {
		font-size: 20px;
	}
	
	#car_right .header {
		flex-direction: row;
		justify-content: space-between;
		margin: unset;
		gap: 5px;
	}
}

@media screen and (min-width: 1200px) {
	.car_detail {
		flex-direction: row;
		column-gap: 3px;
	}

	.fotorama__caption__wrap div {
		height: 60px;
	}

	#car_left iframe{
		height: 360px;
	}
}