/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Roboto:wght@400;500;700&family=Caveat:wght@700&display=swap"); */

/* poppins-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/poppins-v22-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/poppins-v22-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-600 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/poppins-v22-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/poppins-v22-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.the-content a:not(.cars-button),
.cars-title > a,
.cars-section-title > a,
a.cars-title-link,
.swiper-button-next,
.swiper-button-prev,
.sticky-mobile-cta {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

body:not(.wp-admin) *,
body:not(.wp-admin) *:before,
body:not(.wp-admin) *:after,
body.wp-admin .acf-block-body *,
body.wp-admin .acf-block-body *:before,
body.wp-admin .acf-block-body *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body:not(.wp-admin),
body:not(.wp-admin) button,
body:not(.wp-admin) html,
body:not(.wp-admin) input,
body:not(.wp-admin) select,
body:not(.wp-admin) textarea,
body.wp-admin .acf-block-body,
body.wp-admin .acf-block-body button,
body.wp-admin .acf-block-body html,
body.wp-admin .acf-block-body input,
body.wp-admin .acf-block-body select,
body.wp-admin .acf-block-body textarea {
	font-family: 'Roboto', sans-serif;
}

body:not(.wp-admin),
body.wp-admin .acf-block-body {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.25;
	color: #000;
	width: 100%;
	scroll-behavior: smooth;
}

body:not(.wp-admin) .page-wrap,
body.wp-admin .wp-block-post-content {
	padding: 0 30px;
}

@media only screen and (max-width: 1000px) {
	body:not(.wp-admin),
	body.wp-admin .acf-block-body {
		font-size: 19px;
	}
}

@media only screen and (max-width: 767px) {
	body:not(.wp-admin),
	body.wp-admin .acf-block-body {
		font-size: 18px;
	}

	body:not(.wp-admin) .page-wrap,
	body.wp-admin .wp-block-post-content {
		padding: 0 20px;
	}
}

@media only screen and (max-width: 540px) {
	body:not(.wp-admin),
	body.wp-admin .acf-block-body {
		font-size: 17px;
	}
}

@media only screen and (max-width: 420px) {
	body:not(.wp-admin),
	body.wp-admin .acf-block-body {
		font-size: 16px;
	}
}

body.quote-modal-active,
body.search-modal-active {
	overflow: hidden;
}

.mx-table-date .today:not(.active) {
	color: #c5262c !important;
	font-weight: bold !important;
}

.mx-datepicker-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
}

.mx-datepicker-header .cars-popup-close {
	position: relative !important;
	top: auto !important;
	bottom: auto !important;
	left: auto !important;
	right: auto !important;
}

@media only screen and (max-width: 640px) {
	.mx-datepicker-popup {
		position: fixed !important;
		z-index: 99999 !important;
		top: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		right: 0 !important;
		margin: 0 !important;
	}

	.mx-datepicker-popup .mx-datepicker-content {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		height: 100%;
	}

	.mx-datepicker-popup .mx-datepicker-content .mx-datepicker-body {
		flex: 1;
		overflow: auto;
	}

	.mx-datepicker-popup .mx-calendar {
		width: 100% !important;
	}

	.mx-datepicker-footer .mx-datepicker-summary {
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		margin: 0 0 10px;
	}

	.mx-datepicker-footer .mx-btn {
		width: 100% !important;
	}
}

.editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper {
	text-align: center;
}

.editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper > .wp-block-post-title:after {
	content: '* Title is not visible on the front end';
	display: block;
	font-size: 60%;

	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.container {
	width: 1140px;
	max-width: 100%;
	margin: 0 auto;
}

.container:not(.no-ph) {
	padding: 0 20px;
}

.container.narrow {
	width: 940px;
}

.container.x-narrow {
	width: 840px;
}

.container.medium {
	width: 1240px;
}

.container.wide {
	width: 1340px;
}

.container.x-wide {
	width: 1440px;
}

.clear:before,
.clear:after {
	content: '';
	display: table;
	clear: both;
}

.icon svg {
	display: block;
	width: 30px;
	height: 30px;
	fill: currentColor;
}

.nolist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.text-start {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-end {
	text-align: right;
}

.the-content a:not(.cars-button) {
	color: #c5262c;
}

.the-content a:not(.cars-button):focus,
.the-content a:not(.cars-button):hover {
	color: #9a1c21;
}

.the-content p {
	margin: 0 0 20px;
}

.the-content p:last-child {
	margin: 0;
}

.expandable-excerpt .full-content {
	display: none;
}

.expandable-excerpt .excerpt-more-less {
	font-size: 70%;
}

.cars-title,
.car-price {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	line-height: 1.3;
	color: #000;
}

.cars-title {
	margin: 0 0 25px;
}

.cars-section-title {
	font-size: 32px;
	font-weight: 600;
}

.cars-section-title-s {
	font-size: 28px;
}

.cars-section-title-xs {
	font-size: 25px;
}

@media only screen and (max-width: 1200px) {
	.cars-section-title {
		font-size: 30px;
	}

	.cars-section-title-s {
		font-size: 27px;
	}

	.cars-section-title-xs {
		font-size: 23px;
	}
}

@media only screen and (max-width: 1000px) {
	.cars-section-title {
		font-size: 28px;
	}

	.cars-section-title-s {
		font-size: 26px;
	}

	.cars-section-title-xs {
		font-size: 21px;
	}
}

@media only screen and (max-width: 767px) {
	.cars-title {
		margin: 0 0 10px;
	}

	.cars-section-title {
		font-size: 26px;
	}

	.cars-section-title-s {
		font-size: 25px;
	}

	.cars-section-title-xs {
		font-size: 19px;
	}
}

@media only screen and (max-width: 540px) {
	.cars-section-title {
		font-size: 24px;
	}

	.cars-section-title-s {
		font-size: 23px;
	}

	.cars-section-title-xs {
		font-size: 17px;
	}
}

@media only screen and (max-width: 420px) {
	.cars-section-title {
		font-size: 22px;
	}

	.cars-section-title-s {
		font-size: 21px;
	}
}

.cars-title > a,
.cars-section-title > a,
a.cars-title-link,
.editor-styles-wrapper .cars-title > a,
.editor-styles-wrapper .cars-section-title > a,
.editor-styles-wrapper a.cars-title-link {
	color: inherit;
	text-decoration: inherit;
}

.cars-title > a:focus,
.cars-title > a:hover,
.cars-section-title > a:focus,
.cars-section-title > a:hover,
a.cars-title-link:focus,
a.cars-title-link:hover,
.editor-styles-wrapper .cars-title > a:focus,
.editor-styles-wrapper .cars-title > a:hover,
.editor-styles-wrapper .cars-section-title > a:focus,
.editor-styles-wrapper .cars-section-title > a:hover,
.editor-styles-wrapper a.cars-title-link:focus,
.editor-styles-wrapper a.cars-title-link:hover {
	color: #c5262c;
}

.cars-button,
.mx-datepicker-footer .mx-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;

	position: relative;
	width: fit-content;
	height: 48px;
	padding: 0 20px;
	font-family: inherit;
	font-size: 18px;
	line-height: 1;
	font-weight: 400;
	text-align: center;
	text-decoration: none !important;
	border: none;
	color: #fff;
	outline: none;
	overflow: hidden;
	background-color: #c5262c;
	border: none;
	cursor: pointer;

	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.cars-loading,
.form-loading {
	position: relative;
}

.cars-loading:before,
.form-loading:before {
	content: '';
	position: absolute;
	z-index: 500;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.cars-loading {
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
}

/* .cars-loading > * {
	position: relative;
	z-index: 10;
} */

.form-loading .cars-button,
.cars-button.loading {
	overflow: visible;
	cursor: default;
}

.cars-loading:after,
.form-loading .cars-button:after,
.cars-button.loading:after {
	content: '';
	position: absolute;
	z-index: 501;
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
	background: url('../images/loading-black.svg') center center no-repeat;

	-webkit-background-size: 40px auto;
	-moz-background-size: 40px auto;
	background-size: 40px auto;
}

.form-loading .cars-button:after,
.cars-button.loading:after {
	background-color: #fff;
}

.cars-button.center {
	margin-left: auto;
	margin-right: auto;
}

.cars-button.full {
	width: 100%;
}

.cars-button.size-s {
	font-size: 16px;
	height: 40px;
	padding: 0 15px;
}

.cars-button.size-l {
	height: 58px;
}

.cars-button.same-width {
	padding: 0 !important;
	width: 48px;
}

.cars-button.size-s.same-width {
	width: 40px;
}

.cars-button.size-l.same-width {
	width: 58px;
}

.cars-button.wide,
.cars-button.size-l.wide {
	padding: 0 40px;
}

.cars-button.size-s.wide {
	padding: 0 35px;
}

.cars-button:focus,
.cars-button:hover {
	background-color: #000;
}

.cars-button.black {
	background-color: #000;
}

.cars-button.black:focus,
.cars-button.black:hover {
	background-color: #c5262c;
}

.cars-button.blue,
.mx-datepicker-footer .mx-btn {
	background-color: #1284e7;
}

.cars-button.blue:focus,
.cars-button.blue:hover,
.mx-datepicker-footer .mx-btn:focus,
.mx-datepicker-footer .mx-btn:hover {
	color: #fff;
	background-color: #000;
}

.cars-button.grey {
	color: #000;
	background-color: #f5f7fb;
}

.cars-button.grey.active,
.cars-button.grey:focus,
.cars-button.grey:hover {
	color: #fff;
	background-color: #000;
}

.cars-button.whatsapp {
	color: #fff;
	background-color: #45b147;
}

.cars-button.whatsapp:focus,
.cars-button.whatsapp:hover {
	color: #fff;
	background-color: #25d366;
}

.cars-button.alt {
	color: #c5262c;
	border: 1px solid rgba(197, 38, 44, 0.1);
	background-color: #fff;
}

.cars-button.alt:focus,
.cars-button.alt:hover {
	border-color: #c5262c;
	background-color: #fff;
}

.cars-button.alt.black {
	border-color: rgba(0, 0, 0, 0.1);
	color: #000;
}

.cars-button.alt.black:focus,
.cars-button.alt.black:hover,
.cars-button.alt.black.active {
	border-color: #000;
}

.cars-button.alt.black.no-bg {
	background-color: transparent;
}

.cars-button.alt.black.no-bg:focus,
.cars-button.alt.black.no-bg:hover {
	background-color: transparent;
}

/* .cars-button.alt.black.active,
.cars-button.alt.black.active:focus,
.cars-button.alt.black.active:hover{
	border-color: #1A1A1A;
	background-color: #1A1A1A;
	color: #FFF;
} */

.cars-button.alt.grey {
	border-color: rgba(245, 247, 251, 0.4);
	color: #f5f7fb;
}

.cars-button.alt.grey:focus,
.cars-button.alt.grey:hover {
	border-color: #f5f7fb;
}

.cars-button .icon svg {
	width: 20px;
	height: 20px;
	margin-right: 8px;
}

.cars-button.size-s .icon svg {
	width: 18px;
	height: 18px;
	margin-right: 6px;
}

.cars-button.size-l .icon svg {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.cars-button.all-locations-button,
.cars-button.all-brands-button,
.cars-button.all-categories-button {
	white-space: nowrap;
}

.cars-button[disabled],
.cars-button.disabled {
	background: #ddd !important;
	color: #bbb !important;
	cursor: default !important;
}

@media only screen and (max-width: 767px) {
	.cars-button,
	.cars-button.size-l {
		height: 48px;
		font-size: 17px;
	}

	.cars-button.same-width,
	.cars-button.size-l.same-width {
		width: 48px;
	}

	.cars-button .icon svg,
	.cars-button.size-l .icon svg {
		width: 20px;
		height: 20px;
		margin-right: 8px;
	}

	.archive-page-hero-cta .cars-button {
		padding: 0 50px;
	}
}

@media only screen and (max-width: 540px) {
	.cars-button,
	.cars-button.size-s,
	.cars-button.size-l {
		height: 40px;
		font-size: 16px;
		padding: 0 15px;
	}

	.cars-button.same-width,
	.cars-button.size-s.same-width,
	.cars-button.size-l.same-width {
		width: 40px;
	}

	.cars-button .icon svg,
	.cars-button.size-s .icon svg,
	.cars-button.size-l .icon svg {
		width: 18px;
		height: 18px;
		margin-right: 5px;
	}
}

@media only screen and (max-width: 420px) {
	.cars-button,
	.cars-button.size-s,
	.cars-button.size-l {
		padding: 0 10px;
		font-size: 15px;
	}
}

@media only screen and (max-width: 360px) {
	.cars-button,
	.cars-button.size-s,
	.cars-button.size-l {
		font-size: 14px;
	}
}

.cars-popup-wrap {
	position: fixed;
	z-index: 1500;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: auto;
}

.cars-popup {
	position: absolute;
	z-index: 20;
	top: 50%;
	left: 50%;
	width: 740px;
	max-width: 90%;
	padding: 30px;

	background: #ffffff;
	border: 1px solid #d8dff2;

	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;

	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.cars-popup-overlay {
	position: fixed;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
}

.cars-popup-close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 34px;
	height: 34px;
	display: block;
	cursor: pointer;
	border: 1px solid #d8dff2;

	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.cars-popup-close:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 19px;
	height: 19px;
	margin: auto;
	background: linear-gradient(0deg, transparent, transparent 8px, #000 0, #000 11px, transparent 0),
		linear-gradient(90deg, transparent, transparent 8px, #000 0, #000 11px, transparent 0);

	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cars-popup-close:focus,
.cars-popup-close:hover {
	border-color: #000;
}

@media only screen and (max-width: 767px) {
	.vue-search-popup {
		padding: 20px;
	}

	.cars-popup-close {
		top: 10px;
		right: 10px;
		width: 30px;
		height: 30px;
	}

	.cars-popup-close:after {
		width: 14px;
		height: 14px;
		background: linear-gradient(0deg, transparent, transparent 6px, #000 0, #000 8px, transparent 0),
			linear-gradient(90deg, transparent, transparent 6px, #000 0, #000 8px, transparent 0);
	}
}

@media only screen and (max-width: 540px) {
	.vue-search-popup {
		padding: 15px;
	}
}

.swiper-slide-inner {
	overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
	width: 42px;
	height: 42px;
	background: rgba(0, 0, 0, 0.2);

	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.swiper-button-next:focus,
.swiper-button-next:hover,
.swiper-button-prev:focus,
.swiper-button-prev:hover {
	background-color: rgba(0, 0, 0, 0.4);
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 16px;
	color: #fff;
}

.swiper-pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;

	position: relative !important;
	top: auto !important;
	bottom: auto !important;
	left: auto !important;
	right: auto !important;
	padding-top: 10px;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	margin: 6px !important;
	background: #000;

	-webkit-opacity: 0.3;
	-moz-opacity: 0.3;
	opacity: 0.3;
}

.swiper-pagination-bullet-active {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.swiper-carousel {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	flex-direction: column;
	align-items: center;
	justify-content: center;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	min-height: 50px;
}

.swiper-carousel .swiper-inner {
	width: 100%;
	overflow: hidden;
}

@media only screen and (min-width: 768px) {
	.swiper-pagination:not(.all-devices) {
		display: none;
	}

	.swiper-slide-inner:not(.no-ph),
	.swiper-carousel:not(.no-ph) {
		padding: 0 90px;
	}
}

@media only screen and (max-width: 767px) {
	.swiper-button-next:not(.all-devices),
	.swiper-button-prev:not(.all-devices) {
		display: none;
	}

	.swiper-pagination-bullet {
		width: 11px;
		height: 11px;
		margin: 4px !important;
	}
}

.location-buttons-grid {
	overflow: hidden;
}

.location-buttons-grid .cars-button svg {
	fill: #c5262c;
}

.location-buttons-grid-filter {
	padding-top: 30px;
}

@media only screen and (max-width: 420px) {
	.location-buttons-grid .cars-button:not(.all-locations-button) {
		width: 100%;
	}

	.location-buttons-grid .cars-button:not(.all-locations-button) {
		justify-content: flex-start;
		text-align: left;
	}
}

.brand-logos-grid-item-logo,
.brand-logos-carousel-item-logo {
	position: relative;
	height: 0;
	padding-bottom: 50%;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.brand-logos-grid-item-logo img,
.brand-logos-carousel-item-logo img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	object-fit: contain;
	object-position: center center;
}

.brand-logos-grid-item-logo img {
	width: 100%;
	height: 90%;
}

.brand-logos-carousel-item-logo img {
	width: 80%;
	height: 90%;
}

.brand-logos-grid-item:not(:focus):not(:hover) .brand-logos-grid-item-logo,
.brand-logos-carousel-item:not(:focus):not(:hover) .brand-logos-carousel-item-logo {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
}

.brand-logos-grid-item:focus .brand-logos-grid-item-logo,
.brand-logos-grid-item:hover .brand-logos-grid-item-logo,
.brand-logos-carousel-item:focus .brand-logos-carousel-item-logo,
.brand-logos-carousel-item:hover .brand-logos-carousel-item-logo {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

@media only screen and (max-width: 767px) {
	.brand-logos-grid-item-logo img {
		height: 100%;
	}
}

@media only screen and (max-width: 540px) {
	.brand-logos-grid-item-logo,
	.brand-logos-carousel-item-logo {
		padding-bottom: 70%;
	}
}

.car-categories-grid-item {
	height: 100%;
	padding: 30px;
	background-color: #fff;
	border: 1px solid #dfe5f4;
	text-align: center;

	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}

@media only screen and (min-width: 540px) {
	html[lang='ru-RU'] .car-categories-grid-wrap .cars-title {
		min-height: 64px;
	}
}

.car-categories-grid-item-title,
.car-categories-grid-item-image {
	margin: 0 0 30px;
}

.car-categories-grid-item-title {
	font-size: 26px;
}

.car-categories-grid-item-image {
	position: relative;
	height: 0;
	padding-bottom: 50%;
}

.car-categories-grid-item-image img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.car-categories-grid-item-image a:focus img,
.car-categories-grid-item-image a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.car-categories-grid-item-cta .cars-button {
	margin: auto;
}

.car-categories-grid.layout-compact .car-categories-grid-item {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
	align-items: center;
	padding: 20px 10px;
}

.car-categories-grid.layout-compact .car-categories-grid-item-image {
	order: 1;
	margin: 0;
}

.car-categories-grid.layout-compact .car-categories-grid-item-title {
	order: 2;
	align-self: center;
	font-size: 18px;
	margin: 0;
}

.car-categories-grid.layout-compact .car-categories-grid-item-cta {
	order: 3;
	align-self: flex-start;
}

@media only screen and (max-width: 1200px) {
	.car-categories-grid:not(.layout-compact) .car-categories-grid-item-title,
	.car-categories-grid:not(.layout-compact) .car-categories-grid-item-image {
		margin: 0 0 25px;
	}

	.car-categories-grid-item-title {
		font-size: 24px;
	}
}

@media only screen and (max-width: 1000px) {
	.car-categories-grid:not(.layout-compact) .car-categories-grid-item-title,
	.car-categories-grid:not(.layout-compact) .car-categories-grid-item-image {
		margin: 0 0 20px;
	}

	.car-categories-grid-item-title {
		font-size: 22px;
	}
}

@media only screen and (max-width: 767px) {
	.car-categories-grid-item {
		padding: 20px;
	}

	.car-categories-grid:not(.layout-compact) .car-categories-grid-item-title,
	.car-categories-grid:not(.layout-compact) .car-categories-grid-item-image {
		margin: 0 0 15px;
	}

	.car-categories-grid-item-title {
		font-size: 20px;
	}
}

@media only screen and (max-width: 540px) {
	.car-categories-grid:not(.layout-compact) .car-categories-grid-item {
		display: grid;
		grid-template-columns: 1fr 1fr;
		align-items: center;
		padding: 20px 10px;
	}

	.car-categories-grid:not(.layout-compact) .car-categories-grid-item-image {
		order: 1;
		grid-row: span 2;
		margin: 0;
	}

	.car-categories-grid:not(.layout-compact) .car-categories-grid-item-title {
		order: 2;
		align-self: flex-end;
		font-size: 18px;
		margin: 0 0 10px;
	}

	.car-categories-grid:not(.layout-compact) .car-categories-grid-item-cta {
		order: 3;
		align-self: flex-start;
	}
}

@media only screen and (max-width: 420px) {
	.car-categories-grid-item-title {
		font-size: 16px !important;
	}

	.car-categories-grid:not(.layout-compact) .car-categories-grid-item-title {
		margin: 0 0 5px;
	}
}

.car-specs-table-title {
	font-size: 19px;
	line-height: 1.1;
	text-align: center;
	margin: 0 0 12px;
}

.car-specs-table-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin: 0 -10px;
	overflow: hidden;
}

.car-specs-table-cell {
	position: relative;
	padding: 15px;
	margin-right: -1px;
	margin-bottom: -1px;
	font-size: 13px;
}

.car-specs-table-cell:before,
.car-specs-table-cell:after {
	content: '';
	position: absolute;
	background-color: rgba(0, 0, 0, 0.2);

	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.car-specs-table-cell:before {
	bottom: 0;
	left: 10px;
	right: 10px;
	height: 1px;
}

.car-specs-table-cell:after {
	right: 0;
	top: 7px;
	bottom: 7px;
	width: 1px;
}

.car-specs-table-cell-title {
	margin-right: 10px;
}

.car-specs-table-cell-title .icon {
	margin-right: 5px;
}

.car-specs-table-cell-title .icon svg {
	width: 22px;
	height: 22px;
}

.car-specs-table-cell-value {
	color: #c5262c;
	text-align: right;
}

@media only screen and (max-width: 540px) {
	.car-specs-table-title {
		font-size: 17px;
	}

	.car-specs-table-cell {
		font-size: 12px;
	}

	.car-specs-table-cell-title .icon svg {
		width: 16px;
		height: 16px;
	}
}

@media only screen and (max-width: 420px) {
	.car-specs-table-title {
		font-size: 15px;
	}

	.car-specs-table-cell {
		font-size: 11px;
	}
}

.cars-grid-item,
.cars-grid-item-inner {
	height: 100%;
}

.cars-grid-item {
	position: relative;
	background: #f5f7fb;
	padding: 20px 35px;

	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}

.cars-grid-item-image {
	position: relative;
	height: 0;
	padding-bottom: 50%;
	margin: 0 0 15px;
}

.cars-grid-item-image img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: contain;
	object-position: center center;
}

.cars-grid-item-title,
.cars-grid-item-specs,
.cars-grid-item-promo-title,
.cars-grid-item-promo-subtitle {
	margin: 0 0 10px;
}

.cars-grid-item-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}

.cars-grid-promo {
	border: 2px solid #ffbd59;
}

.cars-grid-promo:before {
	content: '';
	position: absolute;
	z-index: 100;
	top: 10px;
	left: 10px;
	width: 70px;
	height: 70px;
	background: url('../images/promo-car-badge.svg') center center no-repeat;

	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
}

.cars-grid-item-promo-title {
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1.3;
	text-align: center;
}

.cars-grid-item-promo-subtitle {
	font-family: 'Caveat', cursive;
	font-optical-sizing: auto;
	font-size: 38px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.cars-grid-item-cta {
	padding-top: 5px;
}

html[lang='ru-RU'] .cars-grid-item .cars-button.alt.black.no-bg {
	font-size: 12px;
}

.cars-grid-promo .cars-grid-item-cta .cars-button.alt.black {
	border-color: #000;
	font-weight: 500;
}

.cars-grid-promo .cars-grid-item-cta .cars-button.alt.black:focus,
.cars-grid-promo .cars-grid-item-cta .cars-button.alt.black:hover {
	background-color: #000;
	color: #fff;
}

@media only screen and (max-width: 1200px) {
	.cars-grid-item {
		padding: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.cars-grid {
		width: 480px;
		max-width: 100%;
		margin: auto;
	}

	.cars-grid-item-title {
		font-size: 18px;
	}
}

@media only screen and (max-width: 480px) {
	.cars-grid-item-title {
		font-size: 16px;
	}

	.cars-grid-item-promo-title {
		font-size: 14px;
	}

	.cars-grid-item-promo-subtitle {
		font-size: 30px;
	}

	.cars-grid-promo:before {
		top: 5px;
		left: 5px;
		width: 60px;
		height: 60px;
	}
}

.cars-archive-title {
	text-align: center;
}

.cars-review-stars svg {
	width: 20px;
	height: 20px;
}

@media only screen and (max-width: 767px) {
	.cars-review-stars svg {
		width: 18px;
		height: 18px;
	}
}

@media only screen and (max-width: 480px) {
	.cars-review-stars svg {
		width: 16px;
		height: 16px;
	}
}

.cars-reviews-header-logo {
	position: relative;
	max-width: 100%;
}

.cars-reviews-header-logo:not(:last-child):after {
	content: '';
	position: absolute;
	background-color: #000;

	-webkit-opacity: 0.3;
	-moz-opacity: 0.3;
	opacity: 0.3;

	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.cars-reviews-header-logo-inner {
	position: relative;
	width: 150px;
	max-width: 100%;
	height: 0;
	padding-bottom: 44%;
}

.cars-reviews-header-logo img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: contain;
}

.cars-reviews-header-score-number {
	font-size: 28px;
	font-weight: 500;
	line-height: 1;
	color: inherit;
	margin: 2px 3px 0 0;
}

.cars-reviews-header-score svg {
	width: 28px;
	height: 28px;
	fill: currentColor;
}

.cars-reviews-header.layout-horizontal {
	margin-bottom: 25px;
}

.cars-reviews-header.layout-horizontal .cars-reviews-header-logo:not(:last-child) {
	margin-right: 70px;
}

.cars-reviews-header.layout-horizontal .cars-reviews-header-logo:not(:last-child):after {
	top: 0;
	bottom: 0;
	right: -35px;
	width: 1px;
}

.cars-reviews-header.layout-vertical > .flex {
	flex-direction: column;
}

.cars-reviews-header.layout-vertical .cars-reviews-header-logo:not(:last-child) {
	margin-bottom: 40px;
}

.cars-reviews-header.layout-vertical .cars-reviews-header-logo:not(:last-child):after {
	left: 0;
	right: 0;
	bottom: -20px;
	height: 2px;
}

.cars-reviews-header.layout-vertical .cars-reviews-header-score-number {
	font-size: 31px;
}

.cars-reviews-header.layout-vertical .cars-reviews-header-score svg {
	width: 31px;
	height: 31px;
}

@media only screen and (max-width: 480px) {
	.cars-reviews-header-logo-inner {
		width: 120px;
	}

	.cars-reviews-header.layout-horizontal .cars-reviews-header-logo:not(:last-child) {
		margin-right: 50px;
	}

	.cars-reviews-header.layout-horizontal .cars-reviews-header-logo:not(:last-child):after {
		right: -25px;
	}

	.cars-reviews-header.layout-vertical .cars-reviews-header-logo:not(:last-child) {
		margin-bottom: 50px;
	}

	.cars-reviews-header.layout-vertical .cars-reviews-header-logo:not(:last-child):after {
		bottom: -25px;
	}
}

.review-card {
	min-height: 100%;
	padding: 25px 20px;
	background-color: #f5f7fb;

	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}

.review-card-header {
	padding: 5px;
	margin: 0 0 10px;
}

.review-card-header-image,
.review-card-header-image > span {
	display: block;
	position: relative;
	width: 46px;
	height: 46px;

	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.review-card-header-image {
	margin-right: 15px;
}

.review-card-header-image > span {
	overflow: hidden;
}

.review-card-header-image img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
}

.review-card-header-image:before {
	content: '';
	position: absolute;
	top: -4px;
	bottom: -4px;
	left: -4px;
	right: -4px;
	border: 2px solid;

	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.review-card-header-title {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.1;
	color: rgba(0, 0, 0, 0.5);
	margin: 0 0 3px;
}

.review-card-header-logo {
	width: 100px;
	height: 40px;
	padding-left: 10px;
}

.review-card-header-logo img {
	display: block;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: contain;

	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);

	-webkit-opacity: 0.3;
	-moz-opacity: 0.3;
	opacity: 0.3;
}

.review-card-date {
	font-size: 12px;
	line-height: 1.1;
	margin-top: 5px;
	color: rgba(0, 0, 0, 0.5);
}

.review-card-body {
	font-size: 16px;
	line-height: 1.5;
	min-height: 120px;
}

.review-card-body p {
	margin: 0 0 5px;
}

.review-card-body p:last-child {
	margin: 0;
}

.review-card-heading {
	font: inherit;
	font-weight: bold;
	margin: 0;
}

@media only screen and (max-width: 767px) {
	.review-card {
		padding: 22px 18px;
	}

	.review-card-header-image,
	.review-card-header-image > span {
		width: 42px;
		height: 42px;
	}

	.review-card-header-image {
		margin-right: 12px;
	}

	.review-card-header-title {
		font-size: 17px;
	}

	.review-card-header-logo {
		width: 90px;
		height: 35px;
		padding-left: 8px;
	}

	.review-card-body {
		font-size: 16px;
	}
}

@media only screen and (max-width: 480px) {
	.review-card {
		padding: 20px 15px;
	}

	.review-card-header-image,
	.review-card-header-image > span {
		width: 40px;
		height: 40px;
	}

	.review-card-header-image {
		margin-right: 10px;
	}

	.review-card-header-title {
		font-size: 16px;
	}

	.review-card-header-logo {
		width: 80px;
		height: 30px;
		padding-left: 6px;
	}

	.review-card-body {
		font-size: 15px;
	}
}

.breadcrumbs,
.breadcrumbs-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
}

.breadcrumbs {
	margin: 0 0 15px;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.breadcrumbs-item {
	align-items: center;
	font-size: 18px;
	line-height: 1.2;
	text-decoration: none;
	color: #c5262c;
}

.breadcrumbs-item svg {
	width: 10px;
	height: 10px;
	margin: 0 8px;
	fill: currentColor;
}

@media only screen and (max-width: 767px) {
	.breadcrumbs {
		margin: 0 0 10px;
	}

	.breadcrumbs-item {
		font-size: 16px;
	}

	.breadcrumbs-item svg {
		width: 9px;
		height: 9px;
	}
}

@media only screen and (max-width: 540px) {
	.breadcrumbs-item {
		font-size: 15px;
	}

	.breadcrumbs-item svg {
		width: 8px;
		height: 8px;
		margin: 0 6px;
	}
}

@media only screen and (max-width: 420px) {
	.breadcrumbs-item {
		font-size: 14px;
	}

	.breadcrumbs-item svg {
		width: 7px;
		height: 7px;
	}
}

.sticky-mobile-cta {
	position: fixed;
	z-index: 600;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
	padding: 8px 25px;
	width: 420px;
	max-width: calc(100vw - 40px);
	background-color: #1a242b;
	background-color: rgb(26 36 43 / 80%);

	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
}

body:not(.show-sticky-cta) .sticky-mobile-cta {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.sticky-mobile-cta-inner {
	align-items: center;
}

.sticky-mobile-cta-quote,
.sticky-mobile-cta-phone {
	align-items: center;
	height: 40px;
}

.sticky-mobile-cta-quote {
	flex: 1;
	justify-content: flex-start;
	padding-left: 10px;
	font-size: 26px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	color: #fff;
}

.sticky-mobile-cta-quote svg {
	display: block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	fill: currentColor;
}

.sticky-mobile-cta-phone {
	flex-shrink: 0;
	justify-content: center;
	width: 80px;
	border-left: 5px solid #fbc270;
}

.sticky-mobile-cta-phone svg {
	display: block;
	width: 30px;
	height: 30px;
	fill: #fbc270;
}

@media only screen and (max-width: 420px) {
	.sticky-mobile-cta-quote,
	.sticky-mobile-cta-phone {
		height: 34px;
	}

	.sticky-mobile-cta-quote {
		padding-left: 5px;
		font-size: 22px;
	}

	.sticky-mobile-cta-quote svg {
		width: 30px;
		height: 30px;
		margin-right: 8px;
	}

	.sticky-mobile-cta-phone {
		width: 60px;
		border-left-width: 4px;
	}

	.sticky-mobile-cta-phone svg {
		width: 26px;
		height: 26px;
	}
}

.error-404 {
	padding: 100px 0 50px;
	text-align: center;
}

.error-404-text {
	max-width: 600px;
	margin: 0 auto 60px;
}

.error-404 .cars-button {
	margin-top: 20px;
	margin: 60px auto;
}

.error-404-image {
	margin: 0 auto 30px;
	max-width: 100%;
}

/** Cookie Banner **/

.cookie-notice-container {
	color: #fff;
	font-size: 16px;
}

#cookie-notice .cn-button {
	margin: 0 0 0 10px;
	display: inline-block;
	background: #fff;
	padding: 5px 30px;
	text-decoration: none;
	border-radius: 8px;
	color: #000;
	&:hover {
		background: #f5f7fb;
	}
}

#cookie-notice .cn-button:hover {
	background: #f9eaea;
}

/** lity **/
body .lity {
	background: rgba(0, 0, 0, 0.3);
}

body .lity-close,
body .lity-close:hover {
	position: absolute;
	font-size: 55px;
	width: 55px;
	height: 55px;
}

/** Promo Model  **/

.promo-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	z-index: 1000;
}

.promo-modal__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1;
}

.promo-modal__content {
	position: relative;
	z-index: 2;
	max-width: 650px;
	/* max-height: 300px; */
	height: auto;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);

	video {
		/* max-width: 100%; */
		max-width: 650px;
	}
}

::-webkit-media-controls {
	display: none !important;
}

video::-webkit-media-controls {
	display: none !important;
}

video::-webkit-media-controls-enclosure {
	display: none !important;
}

.promo-model__content {
	video {
		max-width: 100%;
		height: 100%;
	}
}

.promo-modal__close {
	cursor: pointer;
	background-color: transparent;
	border: 0;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 50px;
	height: 50px;
	z-index: 100;
	> svg {
		width: 40px;
		height: 40px;
		max-width: 100%;
		transition: transform 0.2s;
	}
}

.promo-modal__close:hover > svg {
	transform: scale(1.1);
}

/** Language Switcher **/
.site-footer-lang-switcher {
	display: flex;
	align-items: center;
	gap: 20px;
}

.site-footer-lang-switcher a {
	font-size: 16px;
	text-decoration: none;
	color: #fff;
}

.site-footer-lang-switcher a:focus,
.site-footer-lang-switcher a:hover {
	text-decoration: underline;
}

.site-footer-lang-switcher img {
	display: block;
	width: 30px;
	height: 20px;
}

@media only screen and (max-width: 1000px) {
	.site-footer-lang-switcher {
		justify-content: center;
	}
}
