.page-intro__content {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.archive-form__submit input[type="submit"] {
	background-color:#000;
}
.archive-form__submit input[type="submit"]:hover {
	background-color:#000;
}
.cpt-archive__filters-list .filter-active a {
	color:#000;
}
.has--discount {
	display: block;
	font-size: 14px;
	color: red;
	font-weight: 400;
	line-height: 1;
	position:relative;
	max-width:max-content;
}
.has--discount::before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	right: 0;
	border-top: 1px solid red;
	-webkit-transform:rotate(-5deg);
	-moz-transform:rotate(-5deg);
	-ms-transform:rotate(-5deg);
	-o-transform:rotate(-5deg);
	transform:rotate(-5deg);
}
.badge--percent {
	position: absolute;
	border-radius: 5px;
	top: 10px;
	right: 10px;
	border: 1px solid red;
	padding: 4px 10px;
	font-size: 14px;
	color: red;
}
.days--in-pr br {
	display: none;
}
.days--in-pr {
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
	min-height:25px;
	width: 100%;
}
.cpt-single__form .cpt-upper-form .cpt-price .total-price {
	position:relative;
}
.cpt-single__form .cpt-upper-form .cpt-price .total-price .badge--percent {
	top:-6px;
}


/* Redesign */
.page-header {
	background-color:#000;
	align-items: center;
}
.page-header__logo img {
	width:200px;
	transition:all ease-in-out 250ms;
}
.page-header__navigation nav ul li a {
	color:#E3DB47;
}
.page-header__logo {
	margin-left: 20px;
}
.header-slider__single .circle-blue {
	height: 700px;
	width: 750px;
}
.circle-blue svg path {
	fill: #E3DB47;
}
.header-slider__single .circle-blue {
	height: 750px;
	width: 850px;
}
.header-slider__title {
	font-weight:700;
	color:#000;
	margin-bottom:20px;
	text-shadow: -1px 0 #FFF200, 0 1px #FFF200, 1px 0 #FFF200, 0 -1px #FFF200;
}
.header-slider__text {
	background-color:#000;
	padding:15px;
	border-radius:10px;
	overflow:hidden;
}
.header-slider__text p {
	font-size:inherit;
	color:#F0E400;
	line-height:inherit;
}
.header-form__container {
	border: 1px solid #707070;
	border-radius: 6px;
	overflow: hidden;
	margin-top: 25px;
}
.header-form .form__inner label {
	margin: 0 0 2px;
}
.header-form .form__row input[type="submit"] {
	background-color: #000;
	border-color: #E3DB47;
	color: #E3DB47;
	overflow: hidden;
	padding: 16px 0;
}
.header-form .form__row input[type="submit"]:hover {
	background-color:#E3DB47;
	color:#000;
}
#homepage--fleet {
	padding:50px 50px 80px;
	background-color: #F7F7F7;
}
.homepage--fleet-container {
	max-width:1280px;
	margin:auto;
}
.section-title {
	color:#000000;
	text-shadow: -1px 0 #FFF200, 0 1px #FFF200, 1px 0 #FFF200, 0 -1px #FFF200;
	font-weight:500;
}
.homepage--fleet-container .section-title {
	text-align:center;
}
.homepage--fleet-container .section--text {
	max-width: 850px;
	margin: 30px auto 100px;
	text-align: center;
}
.homepage--fleet-grid {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 120px;
}
.homepage--fleet-grid .homepage--fleet-single img {
	height:100%;
	width:100%;
	object-fit:contain;
	position:relative;
	z-index:1;
	transition:all ease-in-out 250ms;
}
.homepage--fleet-grid .homepage--fleet-single:hover img {
	transform: scale(1.05);	
}
.homepage--fleet-grid .homepage--fleet-single .homepage--fleet-single__image {
	width:100%;
	position:relative;
}
.homepage--fleet-grid .homepage--fleet-single .homepage--fleet-single__image::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -40px;
	width: 240px;
	height: 240px;
	border-radius: 50%;
	overflow: hidden;
	display: block;
	background-color: #E3DB47;
	transform: translateY(-50%);
}
.homepage--fleet-single__title {
	font-size: 40px;
	line-height: 1;
	color: #000000;
	text-shadow: -1px 0 #FFF200, 0 1px #FFF200, 1px 0 #FFF200, 0 -1px #FFF200;
	font-weight: 500;
	text-align: center;
	margin: 40px 0 0 -40px;
}
.fleet__container-cta a {
	color: #000;
	border: 1px solid #000;
}
.fleet__container-cta a:hover {
	font-weight:400;
	background-color: #E3DB47;
	color: #000;
}
.about-us__container {
	background-color:#000;
}
.about-us__container h3,
.about-us__container h2 {
	color:#E3DB47;
}
.about-us__content-text p {
	color:#fff;
}
.about-us__container .fleet__container-cta a {
	border-color:#E3DB47;
	color:#E3DB47;
}
.about-us__container .fleet__container-cta a:hover {
	color:#000;
}
.about-us__container .fleet__container-cta {
	padding-top:25px;
	justify-content:flex-start;
}
.bottom-bar {
	justify-content:space-between;
}
.section--faq-wrapper .section-title {
	text-align:center;
	margin-bottom:20px;
}
.section--faq-content {
	max-width:900px;
	margin:auto;
}
.section--faq-single__question {
	border:1px solid #E3DB47;
	color:#E3DB47;
	background-color:#000;
	border-radius:10px;
	display:flex;
	justify-content:space-between;
	padding:20px;
	align-items:center;
	column-gap:20px;
	cursor:pointer;
}
.section--faq-single__question--icon {
	font-weight:900;
	font-size:30px;
}
.section--faq-single__question--icon {
	font-weight: 800;
	font-size: 40px;
	line-height: 0;
}
.section--faq-single:not(:last-child) {
	margin-bottom:20px;
}
.section--faq-single__answer {
	padding: 20px 45px 0 20px;
}
.section--faq-wrapper {
	background-color: #F7F7F7;
	padding-block: 60px 80px;
}
.section--faq-wrapper .fleet__container-cta {
	padding-top: 30px;
}
.page-template-homepage .site-footer {
	margin-top:0;
}
.site-footer__col-logo img {
	width: 250px;
}
.footer__social a svg path {
	fill:#E3DB47;
}
.footer__social a:hover svg path {
	fill:#fff;
} 
.site-footer__col-logo .footer__social .sep {
	display:none;
}
.site-footer__col-logo .footer__social {
	column-gap:25px;
	position: static;
	margin-top: 20px;
}
.site-footer {
	background-color: #000;
}
.bottom-bar__container {
	background-color: #000;
	border-top:1px solid rgba(255, 255, 255, .5);
}
.site-footer__ul li,
.site-footer__col h5,
.site-footer__col a {
	color:#E3DB47;
}
.site-footer {
	padding-block: 50px 70px;
}
.site-footer__col a:hover {
	color:#fff;
}
.site-footer__ul li {
	margin-bottom: 0;
}
body:not(.home) .page-intro {
	height:unset;
}
body:not(.home) .header-slider__single .circle-blue {
	left: -240px;
	opacity:1;
	top: 50%;
	bottom:unset;
	transform: translateY(-50%) !important;
}
body:not(.home) .page-intro__car-image {
	bottom:unset;
	top: 50%;
	transform: translateY(-50%) !important;
}
body:not(.home) .header-slider__single .page-intro__car-image {
	z-index: 2;
}
body:not(.home) .page-intro__content {
	padding-inline: 200px 240px;
	display:block;
}
body:not(.home) .page-intro__content .section-title {
	font-weight:700;
}
body:not(.home) .page-intro__images {
	min-width:720px;
}
.template--discover-single {
	background-color: #000;
	padding-block:80px 100px;
	position:relative;
}
.template--discover-single__container {
	width:1100px;
	margin:auto;
	position:relative;
}
.template--discover-single-text {
	min-width:450px;
	max-width:450px;
}
.template--discover-single-image img {
	height:100%;
	width:100%;
	object-fit:cover;
}
.template--discover-single-image {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:-40px;
	width:500px;
	height:500px;
	border-radius:50%;
	overflow:hidden;
}
/* .template--discover-single:not(:last-child) {
	margin-bottom:150px;
} */
.template--discover-single h2 {
	text-shadow:unset;
	color:#E3DB47;
	margin-bottom:30px;
}
.template--discover-single-text-content {
	color:#fff;
}
/* .template--discover-wrapper {
	margin-block:150px;
} */
.template--discover-single:nth-child(even) .template--discover-single-image {
	right:unset;
	left:-40px;
}
.template--discover-single:nth-child(even) .template--discover-single-text {
	margin-left:auto;
}
.template--discover-single:nth-child(even) {
	background-color:#E3DB47;
}
.template--discover-single:nth-child(even) .template--discover-single-text-content,
.template--discover-single:nth-child(even) h2 {
	color:#000;
}
.archive-form__submit input[type="submit"] {
	padding:20px;
	color:#E3DB47;
}
.archive-form__submit input[type="submit"]:hover {
	background-color: #E3DB47;
	color: #000;
}
body.page-template-bikes .header-form__container {
	border-radius:unset;
	overflow:unset;
	border:unset;
}
body.page-template-bikes  .header-form__archive {
	border: 1px solid #707070;
	border-radius: 6px;
}
.cpt-archive__filters {
	padding-bottom:0;
	box-shadow:unset;
}
.cpt-archive__container {
	row-gap:80px;
	flex-direction: column;
	width: 100%;
}
.cpt-archive__container .homepage--fleet-grid {
	grid-template-columns: repeat(5,1fr);
	max-width:1100px;
	margin:auto;
	column-gap:60px;
}
.cpt-archive__container .homepage--fleet-grid .homepage--fleet-single .homepage--fleet-single__image::before {
	width: 170px;
	height: 170px;
	left: -20px;
}
.cpt-archive__container .cpt-loop {
	grid-template-columns:repeat(2, 1fr);
	gap:20px;
	max-width: 1680px;
	padding-inline:20px;
	margin-inline: auto;
}

.cpt-loop__single {
	border:none;
	box-shadow: 0px 3px 6px #00000029;
	padding:15px 20px;
}
.cpt-loop__single--footer__col--checkboxes ul li {
	display:flex;
	align-items:center;
	column-gap:5px;
	line-height:1;
}
.cpt-loop__single--cols {
	display: flex;
	column-gap: 40px;
}
.cpt-loop__single--col__right {
	flex: 1;
}
.our-fleet__card-icons-single span svg {
	height:100%;
}
.our-fleet__card-icons-single.group--item svg path {
	fill:none;
	stroke:#1a1a1a;
}
.cpt-loop__single--footer__cols {
	display: flex;
	column-gap: 50px;
}
.cpt-loop__single .cpt-loop__single--col__right h4 {
	font-size:20px;
	line-height:37px;
	font-weight:700;
	color:#000000;
	text-shadow: -1px 0 #FFF200, 0 1px #FFF200, 1px 0 #FFF200, 0 -1px #FFF200;
}
.cpt-loop__single .cpt-loop__single--col__right .our-fleet__card-icons {
	margin-block:5px;
	border-top:none;
	border-color:#000;
	padding-top:0;
	padding-bottom:5px;
}
.cpt-archive__filters-container h3 {
	margin-bottom:40px;
}
.cpt-loop__single--col__left {
	min-width: 220px;
	max-width: 220px;
}
.cpt-loop__single .cpt-loop__single--col__left .cpt-loop__single-thumbnail {
	margin-top: 0;
	height: 100%;
}
.cpt-loop__single .cpt-loop__single--col__left .cpt-loop__single-thumbnail img {
	object-fit:contain;
}

.cpt-loop__single--footer__col--right {
	flex: 1;
	width: 100%;
	background-color: #000;
	border-radius: 6px;
	overflow: hidden;
	padding:15px 8px 8px;
}
.cpt-loop__single-footer h6 {
	color:#fff;
	font-weight:400;
	font-size:16px;
	margin:0;
}
.cpt-loop__single-footer-row {
	color: #fff;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.cpt-loop__single--footer__col--right__total {
	display: flex;
	column-gap: 5px;
	margin-bottom:20px;
}
.cpt-loop__price-wrapper {
	color: #fff;
	font-size: 20px;
	line-height: 1;
	font-weight:500;
}
.cpt-loop__no-price {
	display: none;
	font-size: 16px;
	font-weight: 500;
	max-width: 100%;
	min-height: 25px;
	color: #fff;
	margin-bottom: 20px;
	line-height: 1;
}
.cpt-loop__single-footer-right {
	width: 100%;
}
.cpt-loop__single-footer-row button {
	background-color: #E3DB47;
	border:1px solid #E3DB47;
	margin-top: 10px;
	max-width: 100%;
	width: 100%;
	text-align: center;
	justify-content: center;
	align-items: center;
	padding: 15px;
	color: #000;
	font-weight: 400;
}
.cpt-loop__single-footer-row button:hover {
	background-color:#000;
	color:#fff;
}
.has--discount::before {
	border-color:#E3DB47;
}
.has--discount {
	color: #E3DB47;
	margin: 0px 0 -12px calc(100% + 8px);
	min-width: max-content;
	transform: translateY(5px);
}
#fleet-page__searched .homepage--fleet-single .homepage--fleet-single__title {
	position:relative;
	padding-bottom:10px;
}
#fleet-page__searched .homepage--fleet-single .homepage--fleet-single__title::after {
	content:'';
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	width:97px;
	border:1px solid #E3DB47;
	border-radius:10px;
	transition:all ease-in-out 250ms;
	overflow:hidden;
	display:block;
	background-color:#000;
	height:5px;
	opacity:0;
}
#fleet-page__searched .homepage--fleet-single.active .homepage--fleet-single__title::after {
	opacity:1;
}

.cpt-loop__container:not(.loading) .cpt--loading {
	opacity: 0;
	pointer-events: none;
}
.cpt--loading {
	transition: all ease-in-out 450ms;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	display: flex;
	z-index: 2;
	justify-content: center;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.cpt--loading {
	transition: all ease-in-out 450ms;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	display: flex;
	z-index:2;
	justify-content: center;
}
.cpt--loading svg {
	width: 60px;
	height: 60px;
}

.cpt-loop__container {
	padding-bottom: 25px;
	position: relative;
}
body.single-cp_motorbike .page-intro__car-image {
	mix-blend-mode: darken;
}
.cpt-bottom-form__container .section-title,
.cpt-single__main > .section-title {
	color:#000;
	font-weight:600;
}
.cf-form .cf-submit__container label[for="terms"],
.cpt-single__form .cpt-upper-form__row h4,
.cpt-single__form .cpt-upper-form__inner-row > div select, .cpt-single__form .cpt-upper-form__inner-row > div input,
.cpt-single__form .cpt-upper-form .cpt-extras__single > label,
.cpt-single__form .cpt-upper-form__inner-row > div select,
.cpt-upper-form__inner-row-item label {
	color:#000;
	font-weight:400;
}
body.single-cp_motorbike .cpt-single__form .cpt-upper-form .cpt-price {
	position:relative;
}
body.single-cp_motorbike .cpt-single__form .cpt-upper-form .cpt-price .total-price {
	position:static;
	justify-content:center;
	text-align:center;
}
body.single-cp_motorbike .cpt-single__form .cpt-upper-form .cpt-price .total-price .badge--percent {
	top: 5px;
	right: 5px;
}
.cpt-upper-form__row .cpt-price h4 {
	font-size: 16px;
	line-height: 1.3;
}
.cpt-single__form .cpt-upper-form .cpt-price .total-price {
	font-size: 50px;
	font-weight: 600;
	line-height: 1.3;
	display: flex;
	align-items: center;
}
.cpt-single__form .cpt-upper-form .cpt-price .total-price .has--discount {
	transform: translateY(-5px);
	color: red;
}
.cpt-single__form .cpt-upper-form .cpt-price .total-price .has--discount::before {
	border-color:red;
}
.cpt-bottom-form__container,
.cpt-single__main > .section-title,
.cpt-single__form .cpt-upper-form__container {
	background-color: transparent;
	padding:0;
}
.cpt-single__main .section-title {
	text-align:center;
	line-height: 1;
	font-weight: 600;
}
.cpt--single__form--cols {
	display: grid;
	grid-template-columns:repeat(2,1fr);
	padding:0 40px 40px;
	background-color: #000;
	gap:20px;
}
.cpt-single__form .cpt-upper-form {
	width:100%;
}
.cpt--single__form--col.col--submit {
	grid-column: span 2;
}
body.single-cp_motorbike .cf-form {
	width: 100%;
}
.cpt-single__form .cpt-upper-form .cpt-extras {
	grid-template-columns: repeat(2, 1fr);
}
.cpt-single__form .cpt-upper-form .cpt-extras__container {
	flex: 2;
}
.cf-form .cf-submit__container label[for="terms"] {
	max-width: max-content;
	padding: 0;
}
.cf-form .cf-submit__container,
.cf-form label {
	margin:0;	
}
.cf-form .cf-submit__container input[type="submit"] {
	border-color: transparent;
	border-radius: 10px;
	display: flex;
	overflow: hidden;
	padding: 15px 25px;
	justify-content: center;
	align-items: center;
	background-color: #E3DB47;
	color: #000;
	border: 1px solid #E3DB47;
}
.cf-form .cf-submit__container input[type="submit"]:hover {
	background-color: #000;
	color: #E3DB47;
}
.cpt-upper-form__container .cpt-upper-form > .cpt-upper-form__row:first-child {
	flex-direction:column;
	row-gap:20px;
}
.border--radious-fix {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
}
.cpt--single__form--col__right h4 {
	color: #000;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.border--radious-fix .cf-form__row:not(:last-child) {
	margin-bottom: 20px;
}
.cf-form label {
	color: #000;
	font-weight: 400;
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0 0 5px 5px;
}
.cf-form__row input {
	margin-top: 2.5px;
	padding-top:12.5px;
}
.cpt-single__form .cpt-upper-form__inner-row > div select,
.cpt-single__form .cpt-upper-form__inner-row > div input {
	border: 1px solid #c1c4c7;
	outline: none;
	border-radius: 5px;
}
.cpt-single__form .cpt-upper-form__inner-row .cpt-upper-form__inner-row-item > div {
	border: none;
	position:static;
	border-radius: unset;
}
.cpt-bottom-form__container label[for="my-message"] {
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	margin: 20px 0 0 0;
	font-size: 16px;
	font-weight: 400;
	text-transform: unset;
}
.cf-form textarea {
	margin-top: 0;
	border-radius:10px;
	resize: none;
	height: 155px;
}
.cpt--form-bottom__wrapper {
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	row-gap: 27px;
}
.cf-form .cf-submit__container label[for="terms"] {
	max-width: max-content;
	padding: 0;
	align-items: center;
	display: flex;
	text-transform: unset;
	gap: 5px;
}
.cf-form .cf-submit__container label[for="terms"] a {
	color:#E3DB47;
	font-weight:800;
}

body.single-cp_motorbike .page-intro__images.header-slider__single {
	min-height: 60vh !important;
}
body.single-cp_motorbike .page-intro__container {
	margin-top: 85px;
}
.cpt-single__form .cpt-upper-form__inner-row > div span {
	background-color:transparent;
}
.border--radious-fix .cf-form__row label {
	flex: 1;
	width: 100%;
}
.cpt-single__form .cpt-upper-form {
	gap:0 !important;
}
body.single-cp_motorbike .input-button[title="toggle"] {
	display: none !important;
}
#cpt--submit-wrapper > div {
	margin-top: 0;
	border-radius:0;
	background-color:transparent;
	border-bottom: 1px solid #f6f6f6;
}
.mobile--hero-image__bike {
	display:none;
}
.contact-intro__item .icon svg g circle:not(#Ellipse_26) {
	fill: #000;
	stroke:#000;
}
.contact-intro__content h3 {
	color:#000;
}
.contact-intro__content a,
.contact-intro__ul li {
	font-weight:400;
}
.contact-intro__content a:hover {
	color:#E3DB47;
}
.cf-form .cf-submit__container input[type="submit"][disabled] {
	cursor: not-allowed;
}
.faq-page__main {
	margin-top: 80px;
}
.single-page__main h1 {
	text-align: center;
	margin-bottom: 20px;
}
.single-page__main {
	padding-block: 80px;
}
@media(max-width:1680px) {
	body:not(.home) .page-intro__content {
		padding-top: 30px;
		padding-inline: 40px;
	}
	.page-intro__content-text {
		width: 550px;
	}
	body:not(.home) .page-intro {
		align-items:flex-start;
	}
	.page-intro__container {
		margin-top: 90px;
	}
	.page-intro__car-image {
		width: 480px;
	}
	body:not(.home) .page-intro__images {
		min-width: 500px;
	}
	.header-slider__single .circle-blue {
		width: 650px;
		height: 550px;
	}
}
@media(max-width:1550px) {
	.contact-intro__content h3 {
		font-size: 20px;
	}
	.cpt-single__form .cpt-upper-form .cpt-price .total-price {
		font-size: 40px;
	}
	.cpt-single__form .cpt-upper-form .cpt-extras__single {
		grid-column-gap: 4px;
	}
	.cpt-single__form .cpt-upper-form .cpt-extras__single > label {
		font-size: 12px;
	}
	.cpt--single__form--cols {
		padding-inline:25px;
	}
	.template--discover-single-image {
		width: 450px;
		height: 450px;
	}
	.template--discover-single {
		padding-block: 70px;
	}
	.template--discover-single-text {
		min-width: 550px;
		max-width: 550px;
	}

	.cpt-archive__container .homepage--fleet-grid .homepage--fleet-single .homepage--fleet-single__image::before {
		left:50%;
	}
	.cpt-loop__single--col__left {
		min-width: 120px;
		max-width: 120px;
	}
	.cpt-loop__single--footer__cols,
	.cpt-loop__single--cols {
		column-gap: 20px;
	}
	.cpt-archive__filters-container h3 {
		margin-left: 0;
	}
	.cpt-archive__container .homepage--fleet-grid {
		max-width: 100%;
	}
	body:not(.home) .page-intro__content .section-title {
		margin-block: 14px;
	}
	.site-footer__col-logo img {
		width: 300px;
	}
	.site-footer__col:not(.site-footer__col-logo) {
		padding-top: 0;
	}
	.page-intro {
		gap: 50px;
	}
	.header-slider__container {
		margin-top:80px;
	}
	.header-slider__single .header-slider__inner-img {
		width: 575px;
	}
	.header-slider__single .circle-blue {
		width:750px;
		height:650px;
	}
	.header-slider__title {
		font-size: 40px;
	}
	.header-slider__content {
		margin-top: -40px;
	}
	.homepage--fleet-grid {
		gap: 70px;
	}
	.homepage--fleet-single__title {
		font-size: 30px;
	}
	.homepage--fleet-grid .homepage--fleet-single .homepage--fleet-single__image::before {
		left: 50%;
		transform:translate(-50%, -50%);
	}
	.about-us__content {
		padding: 50px;
	}
	.about-us__image {
		max-height: 565px;
	}
}
@media(max-width:1199px) {
	.single-page__main {
		padding-block: 50px 0;
	}
	.faq-page__main {
		margin-top: 50px;
	}
	.contact-intro__address .contact-intro__ul li {
		margin-top:0;
	}
	body.single-cp_motorbike .page-intro__container {
		margin-top: 65px;
	}
	body.single-cp_motorbike .mobile--hero-image__bike.page-intro__car-image {
		position: static;
		transform: unset !important;
		display:block;
		margin: auto;
		height: auto;
		width: 100%;
		max-height: 40vh;
		object-fit: contain;
	}
	.cpt--single__form--cols {
		display:flex;
		flex-direction:column;
		gap:0;
	}
	.cpt--single__form--col.col--pickup {
		order:1;
	}
	.cpt--single__form--col.col--dropoff {
		order:2;
	}
	.cpt--single__form--col.col--personal {
		order:3;
	}
	.cpt--single__form--col.col--message {
		order:4;
	}
	.cpt--single__form--col.col--extras {
		order:5;
	}
	.cpt--single__form--col.col--extras.extras--2 {
		order:6;
		margin-top:20px;
	}
	.cpt--single__form--col.col--submit {
		order:7;
	}
	.cpt--single__form--col.col--empty {
		display:none;
	}
	.cpt--single__form--col.col--submit {
		grid-column:unset;
	}
	.page-header {
		width:100vw;
	}
	.cpt--single__form--cols {
		flex-direction: column;
	}
	.template--discover-single__container {
		width: 100%;
		padding-inline: 20px;
	}
	.template--discover-single__container {
		display: flex;
		flex-direction: column;
		row-gap: 40px;
		justify-content: center;
		align-items: center;
	}
	.template--discover-single-image {
		position: static !important;
		transform: unset !important;
	}
	.template--discover-single {
		padding-block: 0 50px;
	}
	.template--discover-single-text {
		margin:auto !important;
		text-align:center;
	}
	.template--discover-single-image {
		margin-top: -100px;
	}
	.template--discover-single h2 {
		margin-bottom:10px;

		text-align:center;
	}
	.cpt-loop__single--footer__cols,
	.cpt-loop__single--cols {
		flex-direction:column;
		row-gap:10px;
	}
	body:not(.home) .page-intro__images {
		display:none;
	}
	.page-intro__content-text {
		margin:auto;
	}
	.page-intro__container {
		margin-top: 60px;
	}
	.mobile-menu-wrapper {
		background: #F0E400;
	}
	.mobile-menu-wrapper .mobile-nav-bar-menu a {
		border-color:#F0E400;
	}
	.mobile-menu-wrapper::before {
		background:#000;
	}
	.header-slider__content {
		margin-top: 0;
		padding-block: 10px 30px;
	}
	.page-header__logo {
		position:static;
	}
	.page-header {
		padding: 10px 20px 5px 0;
		justify-content: space-between;
	}
	.burger .line {
		stroke: #F0E400;
	}
	.header-form .form__row {
		row-gap: 10px;
		margin-bottom: 10px;
	}
	.about-us__content-text p {
		max-width: 750px;
		margin-inline: auto;
		text-align: center;
	}
	.about-us__container .fleet__container-cta {
		justify-content: center;
	}
	.homepage--fleet-grid .homepage--fleet-single .homepage--fleet-single__image::before {
		width: 200px;
		height: 200px;
	}

}
@media(max-width:991px) {
	.cpt-archive__container {
		row-gap: 40px;
	}
	.cpt-archive__container .homepage--fleet-grid {
		grid-template-columns: repeat(3,1fr);
	}
	.homepage--fleet-grid {
		grid-template-columns: repeat(2,1fr);
	}
	.section--faq-content {
		width:90vw;
	}
	.cpt-archive__container .cpt-loop {
		grid-template-columns:1fr;
	}
}
@media(max-width:767px) {
	.template--discover-wrapper {
		margin-bottom: 0;
	}
	.template--discover-single-image {
		width: 100%;
		height: auto;
		aspect-ratio: 1/1;
	}
	.template--discover-single-text {
		min-width: unset;
		max-width: 100%;
	}
	.cpt-archive__container .homepage--fleet-grid {
		grid-template-columns: repeat(2,1fr);
		column-gap: 20px;
		row-gap: 0;
	}
	.homepage--fleet-grid {
		grid-template-columns: 1fr;
	}
	.homepage--fleet-single__title {
		font-size: 26px;
		margin: 20px 0 0 0;
	}
	#homepage--fleet {
		padding:40px 20px 50px;
	}
	.fleet__container-cta {
		padding-top:45px;
	}
	.section--faq-single__question--icon {
		font-size: 30px;
	}
	.site-footer__col-logo img {
		width: 240px;
	}
	.site-footer__col-logo {
		padding-bottom: 0;
	}
	.site-footer__col:not(.site-footer__col-logo) {
		padding-top: 25px;
	}
	.page-template-homepage .site-footer {
		padding-bottom: 30px;
	}
	.section--faq-wrapper {
		padding-block: 40px;
	}
	.section--faq-single__answer {
		padding-right:0;
	}
	.homepage--fleet-grid .homepage--fleet-single .homepage--fleet-single__image::before {
		width: 90%;
		height: 90%;
	}
	.page-intro__content-text {
		width: 100%;
	}
	body:not(.home) .page-intro__content {
		padding: 20px;
	}
	.cpt-archive__container .homepage--fleet-grid .homepage--fleet-single .homepage--fleet-single__image::before {
		width: 150px;
		height: 150px;
	}

}



@media(max-width:1440px) {
	.cpt-single__form .cpt-upper-form .cpt-extras {
		grid-template-columns: 1fr;
	}
}
@media(max-width:1199px) {
	.cpt--single__form--col.col--extras.extras--2 h3 {
		display:none;
	}
}























