@font-face {
	font-family: AcariSans-Regular;
	src: url(../fonts/AcariSans-Regular.ttf);
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: AcariSans-Bold;
	src: url(../fonts/AcariSans-Bold.ttf);
	font-style: normal;
	font-weight: 600;
	font-display: swap;
}

@font-face {
	font-family: AcariSans-Italic;
	src: url(../fonts/AcariSans-Italic.ttf);
	font-style: italic;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: AcariSans-Light;
	src: url(../fonts/AcariSans-Light.ttf);
	font-style: normal;
	font-weight: 300;
	font-display: swap;
}

@font-face {
	font-family: AcariSans-LightItalic;
	src: url(../fonts/AcariSans-LightItalic.ttf);
	font-style: italic;
	font-weight: 300;
	font-display: swap;
}

@font-face {
	font-family: AcariSans-Medium;
	src: url(../fonts/AcariSans-Medium.ttf);
	font-style: normal;
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: AcariSans-MediumItalic;
	src: url(../fonts/AcariSans-MediumItalic.ttf);
	font-style: italic;
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: AcariSans-SemiBold;
	src: url(../fonts/AcariSans-SemiBold.ttf);
	font-style: normal;
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: AcariSans-SemiBoldItalic;
	src: url(../fonts/AcariSans-SemiBoldItalic.ttf);
	font-style: italic;
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: Anton-Regular;
	src: url(../fonts/Anton-Regular.ttf);
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

body {
	position: relative;
	font-family: AcariSans-Regular, Trebuchet MS, sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #575756;
	background: #d1d7de;
}

	body.light-bgr {
		background: #e8ebee;
	}

	body.hidden {
		overflow: hidden;
	}

	body.cars,
	body.request-email {
		background: #fff;
	}

		body.cars.listing {
			background: #d1d7de;
		}

	footer,
	footer h6,
	footer a {
		font-family: AcariSans-SemiBold, Trebuchet MS, sans-serif;
		font-weight: 500;
		color: #1a1b20;
	}

a {
	cursor: pointer;
	text-decoration: none;
	color: #009585;
}

	a:hover {
		color: #02766a;
	}

	a:focus,
	a:active {
		color: #069c3f;
	}

		footer a:hover,
		footer a:focus,
		footer a:active {
			color: #1a365a;
		}

	main a {
		text-decoration: underline;
	}

	.listing .heading a {
		display: block;
		color: #1b1b21;
		text-decoration: none;
	}

		.listing .heading a:hover,
		.listing .heading a:focus,
		.listing .heading a:active {
			color: #000;
		}

.anchor {
	    margin: 2em 0;
}

p {
	margin: 0 0 0.8em;
}

	.garantsia p {
		margin: 1.2em 1em;
	}

ul,
li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

	.disk-list li {
		list-style-type: disc;
		margin: 0 0 8px 17px;
	}

	main ul,
	main li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	main ul {
		list-style-type: disc;
	}

	main li,
	footer .contacts li,
	.main-nav-mobile-content .contacts li,
	footer .footer-nav-inner div {
		margin: 0 0 0.8em;
	}

		footer .footer-nav-inner div:last-child {
			margin: 0;
		}

iframe {
	width: 100%;
	min-height: 200px;
	aspect-ratio: 3/5;
}

.mr1 {
	padding-right: 2em;
}

.mb1 {
	margin-bottom: 1em;
}

.hddn-mbl {
	display: none !important;
}

.clr {
	clear: both;
}

.divider {
	margin: 3em 0;
	border: 1px solid #c5c5c4;
	color: unset;
}

	.request .divider {
		margin: 0 0 1.2em;
		border: 1px solid #c5c5c4;
	}

	.request .divider-secondary {
		margin: 1.2em 0 1.8em;
	}

.tooltip {
	position: relative;
	width: 100%;
}

	.tooltip2 {
		position: relative;
	}

.tooltip-icon {
	position: absolute;
    top: 0;
    right: 0;
	width: 15px;
	height: 15px;
}

	.tooltip-icon2 {
		width: 15px;
		height: 15px;
	}

.tooltip-text,
.tooltip-text2 {
	visibility: hidden;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
	z-index: 1;
	margin-bottom: -1px;
	padding: 9px 5px 5px;
	width: auto;
	background: #fff;
	color: #5d616b;
	font-family: AcariSans-Regular, Trebuchet MS, sans-serif;
	font-weight: 400;
	font-size: 0.9em;
	text-align: center;
	border-radius: 6px;
	box-shadow: 3px 3px 8px #bcbec3;
}

	.tooltip-text2 {
		bottom: 16px;
	}

.tooltip:hover .tooltip-text,
.tooltip:active .tooltip-text,
.tooltip2:hover .tooltip-text2,
.tooltip2:active .tooltip-text2 {
	visibility: visible;
}

.info-box {
	background: #76869c;
	margin-top: 1em;
	padding: 1.6em 1.5em 1em;
	border-radius: 6px;
}

.info-box p {
	color: #fff;
}

.close-box {
	position: relative;
}

.close-box img {
	position: absolute;
	top: 0;
	right: 7px;
	width: 20px;
}

.filter-box {
	display: flex;
    align-items: center;
    gap: 19px;
	white-space: nowrap;
	padding: 13px 22px;
	background: #e8ebee;
	border-radius: 8px;
}

	.filter-box-primary {
		gap: 45px;
		background: #009585;
		color: #fff;
	}

.empty-search {
	display: block;
    margin: 0.5em;
	color: #000;
}

.pop-up-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(26,54,90,0.5);
	z-index: 9999;
}

.pop-up {
	position: relative;
	margin: 4em 1.5em;
	padding: 2em;
	background: #fff;
	border-radius: 15px;
}

.close-pop-up {
	position: absolute;
	top: 1.4em;
	right: 1.4em;
	width: 15px;
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/*margin: 2em 0 1em 0;*/
	margin: 0.5em 0;
	font-family: AcariSans-Medium, Trebuchet MS, sans-serif;
	font-weight: 500;
}

	h1 {
		font-size: 1.9em;
	}

	h2 {
		font-size: 1.75em;
	}

	h3 {
		font-size: 1.6em;
	}

	h4 {
		font-size: 1.45em;
	}

	h5 {
		font-size: 1.3em;
	}

	h6 {
		font-size: 1.15em;
	}

table {
	width: 100%;
	font-size: 0.93em;
	border-collapse: collapse;
	border-spacing: 0;
}

table tr:nth-child(odd) {
	background: #f5f7fa;
}

	.request table.extras-container tr:nth-child(odd),
	.request-email table.email-data tr:nth-child(odd) {
		background: none;
	}

	.request-email table.email-data tr:nth-child(even) {
		background: #f5f7fa;
	}

		table.no-bgr tr,
		table.no-bgr tr:nth-child(odd),
		table.no-bgr tr:nth-child(even),
		table.fixd-frst-col.no-bgr tr:nth-child(odd) th {
			background: none;
		}

			.listing table.fixd-frst-col.no-bgr tr:nth-child(odd) th {
				background: #fff;
			}

.company-data {
	margin: 3em 0 0;
}

.company {
	margin: 0.6em 0 0;
}

table th,
table td {
	padding: 11px 16px 11px 5px;
	font-family: AcariSans-Medium, Trebuchet MS, sans-serif;
	font-weight: 500;
	text-align: left;
}

	table tr:last-child td {
		padding-bottom: 0;
	}

		.listing table th,
		.listing table td {
			padding: 0 5px 15px;
		}

		.listing table th {
			padding-bottom: 0;
		}

	table td {
		font-family: AcariSans-Bold, Trebuchet MS, sans-serif;
		font-weight: 600;
	}

		table td.th-cell {
			font-family: AcariSans-Medium, Trebuchet MS, sans-serif;
			font-weight: 500;
		}

	.cars-details-secondary table th,
	.cars-details-secondary table td {
		padding-left: 0;
		padding-right: 0;
	}

	.request-car-extras th,
	.request-car-extras td,
	.request-email table th,
	.request-email table td {
		display: block;
	}

	.request table.extras-container th,
	.request table.extras-container td {
		color: #1b1b21;
	}

	.listing table.extras-container th,
	.listing table.extras-container td {
		padding: 0 5px 15px;
	}

.request table.email-data {
	margin: 0 0 2.5em;
}

		.request-email table.email-data th,
		.request-email table.email-data td {
			display: block;
			padding: 15px 5px 15px 20px;
		}

			.request-email table.email-data th {
				padding-bottom: 0;
			}

			.request-email table.email-data td {
				padding-top: 5px;
			}

table.fixd-frst-col {
	display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

table.fixd-frst-col th,
table.fixd-frst-col td {
	min-width: 9em;
}

table.fixd-frst-col th,
table.fixd-frst-col td {
	min-width: 9em;
}

	table.fixd-frst-col th {
		position: sticky;
		position: -webkit-sticky;
		left: 0;
		min-width: 5em;
		background: #fff;
		z-index: 1;
	}

		table.fixd-frst-col tr:nth-child(odd) th {
			background: #f5f7fa;
		}

		.cars-history table.fixd-frst-col tr:nth-child(odd) th,
		.cars-history table.fixd-frst-col tr:nth-child(even) th,
		.cars-history table tr:nth-child(odd),
		.cars-history table tr:nth-child(even),
		.cars-history table.fixd-frst-col tr,
		.cars-history table.fixd-frst-col td {
			background: #fff;
		}

.cars-history {
	margin: 1em 0 1em 0.4em;
}

.cars-history table.fixd-frst-col th,
.table-caption {
	font-family: AcariSans-Bold, Trebuchet MS, sans-serif;
	font-weight: 600;
	color: #1b1b21;
	background: none;
}

	.cars-history table.fixd-frst-col th {
		display: none;
		padding: 21px 24px;
	}

	.cars-history table.fixd-frst-col td {
		padding: 0 4px;
		min-width: 5em;

	}

.cars .cars-details table tr {
	background: none;
}

.cars .cars-details table th,
.cars .cars-details table td {
	display: inline-block;
	padding: 0;
	width: 57%;
}

	.cars .cars-details table th:nth-child(2) {
		display: block;
	}

	.cars .cars-details table th:nth-child(1),
	.cars .cars-details table td:nth-child(1) {
		background: #f5f7fa;
	}

	.cars .cars-details table th:nth-child(2),
	.cars .cars-details table td:nth-child(2) {
		background: #f5f7fa;
	}

	.cars .cars-details table td {
		display: inline-table;
		width: 43%;
	}

.cars .cars-details table th span,
.cars .cars-details table td span {
	display: block;
	padding: 9px 0 9px 7px;
}

.heading-container {
	margin-top: -0.9em;
	margin-bottom: 2em;
	padding: 3em 1em 3.9em;
	background: #1a365a;
	text-align: center;
}

	.about .heading-container {
		margin-bottom: 0;
	}

	.working-way .heading-container {
		padding-bottom: 7em;
	}

	.contact .heading-container,
	.cars .heading-container {
		padding: 2.8em 1em 8.8em;
	}

.main-image {
	width: 100%;
	overflow: hidden;
}

main img {
	border-radius: 13px;
}

	.txt-icon {
		width: 0.9em;
		padding: 0 6px 0 0;
	}

		.extras-container .txt-icon {
			float: left;
		}

		.extras-container span {
			display: inherit;
		}

	main img.icon,
	.main-image img {
		border-radius: 0;
	}

	.accordion .icon {
		float: left;
		margin: 7px 10px 0 0;
		width: 1em;
	}

		.cars .accordion .icon {
			margin: 2px 5px 0 0;
		}

		.filter-box .icon {
			width: 16px;
			cursor: pointer;
		}

	.accents-container .accents-icon {
		display: block;
		margin: 20px auto 0;
		width: 30px;
		height: 30px;
	}

	.cars-history img {
		width: 100%;
		border-radius: 7px;
	}

	.paginator .icon {
		width: 17px;
	}

.flex-container-right img {
	width: 80%;
}

	.request .selected-car {
		width: 100%;
	}

	.flex-container-right .txt-icon {
		width: 0.9em;
	}

.paginator-field {
	padding: 6px 10px 5px;
	color: #009585;
	font-family: AcariSans-Bold, Trebuchet MS, sans-serif;
	font-weight: 600;
	background: #fff;
	border: 2px solid #d9d8e9;
	border-radius: 5px;
}

	.paginator-field:first-child,
	.paginator-field:last-child {
		padding: 5px 7px 3px;
	}

	.paginator-field.active,
	.paginator-secondary .paginator-field:first-child,
	.paginator-secondary .paginator-field:last-child {
		background: #009585;
		border: 2px solid #d9d8e9;padding: 009585;
		color: #fff;
	}

		.paginator-secondary .paginator-field:first-child,
		.paginator-secondary .paginator-field:last-child {
			padding: 5px 9px 3px;
			font-size: 1.1em;
		}

	.paginator-secondary .form-field {
		padding: 4px 0;
	}

button {
	cursor: pointer;
}

.btn {
	margin: 0.5em 0.1em;
	padding: 0.6em 2.1em;
	font-family: AcariSans-SemiBold, Trebuchet MS, sans-serif;
	font-weight: 500;
	font-size: 1em;
	color: #fff;
    border: none;
    border-radius: 8px;
	cursor: pointer;
	
}

.btn-primary {
	background: #1a365a;
}

	.btn-primary:hover,
	.btn-primary:active  {
		background: #061b37;
	}

	.btn-primary:focus {
		background: #061b37;
	}

	a.btn-primary {
		text-decoration: none;
		color: #fff;
	}
	a.btn-primary:hover {
		text-decoration: none;
		color: #fff;
	}


.btn-secondary {
	background: #009585;
}

	.btn-secondary:hover,
	.btn-secondary:active {
		background: #02766a;
	}

	.btn-secondary:focus {
		background: #02766a;
	}

.btn-third {
	background: none;
	color: #525252;
	font-size: 1.2em;
	text-align: center;
	border: 2px solid #525252;
}

.btn-form {
	margin: 0 !important;
	width: 100%;
}

	.btn-send {
		width: auto;
		margin: 0 auto 1em !important;
		display: block;
		padding: 1.2em 2.5em;
	}

		.cars .btn-send {
			width: 100%;
			margin: 0 auto !important;
		}

		.listing .btns-bottom .btn-send {
			margin-bottom: 0.9em !important;
		}

.btn-form-link {
	background: none;
	border: none;
}

.btn-form-link img {
	width: 19px;
	height: 19px;
	padding: 0 5px 0 0;
	border-radius: 0;
}

.btn-icon,
.btn-icon span {
	display: flex;
	align-items: center;
}

	.standart-container .btn-icon {
		display: flex;
	}

		.btn-icon.btn-third {
			justify-content: center;
			padding: 0.8em 0.5em;
		}

.btn .icon {
	width: 1.2em;
	margin-left: 6px;
}

	.btn.btn-third .icon {
		width: 1em;
		margin-left: 0;
		margin-right: 6px;
	}

.btn-collapse {
	margin: 0;
	background: #fff;
	border: none;
	width: 100%;
	color: #009585;
}

.collapse-container {
	overflow-y: hidden;
	height: 274px;
}

.garantsia main {
	padding-bottom: 3em;
}

.centered {
	padding: 1em 1.5em;
}

	.search-container.centered,
	.contact .centered,
	.cars .centered {
		padding: 0;
	}

		.cars .recommend-container.centered {
			padding: 0 1.5em;
		}

.rounded-box {
	position: relative;
	background: #fff;
	padding: 2.5em;
	border-radius: 15px;
}

	.search-container .rounded-box {
		position: relative;
		padding: 2.5em 1.5em;
		border-radius: 0;
		z-index: 1;
	}

	.text-page .rounded-box.no-bgr {
		padding: 0;
		background: none;
		border-radius: 0;
	}

	.accents-container .rounded-box {
		padding: 1.5em 1.6em;
	}

		.accents-container .rounded-box.table-box {
			margin-top: 1em;
		}

	.contact .rounded-box,
	.cars .rounded-box {
		border-radius: 0;
	}

	.recommend-container .rounded-box {
		background: #fdf1cd;
		border-radius: 15px;
	}

	.request .rounded-box {
		padding: 1.5em;
	}

	.listing .rounded-box {
		margin-top: -8em !important;
		padding: 1.5em;
	}

		.listing .rounded-box.search-box {
			padding: 1.5em 0.5em;
		}

		.listing .rounded-box.listing-box {
			margin-top: 0.5em !important;
			margin-bottom: 2em;
			padding: 1.3em 0.8em;
		}

		.listing aside .rounded-box {
			margin-top: 0 !important;
		}

		@media (max-width: 1000px){
			body.mobile-filters {
				overflow-y: hidden;
			}

			body.mobile-filters aside {
				display: block;
				position: fixed;
				width: 100vw;
				height: 100vh;
				background: #fff;
				z-index: 1000;
				top: 0px;
				left: 0px;
				overflow-y: auto;
			}
			body.mobile-filters .close-box img {
				position: fixed;
				top: 20px;
				right: 20px;
				width: 20px;
			}

		}

.listing aside .heading span, .listing aside .close-box{
	display: none;
}	

.listing aside.with-filters .heading span{
	display: inline;
}	

.listing aside.with-filters .close-box{
	display: block;
}	




.listing .rounded-box.car-recommend {
	background: #fdf1cd;
}

.listing .table-box {
	background: #fff;
	padding: 0 0.2em 1.5em;
}

.results-container {
	padding: 1.5em 0;
}

	.results-container h3,
	.results-container form {
		padding: 0 0.5em 1em;
	}

	.results-container form {
		width: 96%;
	}

		.paginator-container form {
			padding: 0;
		}

.fixd-table-rounded-box {
	margin: -1em 0 -1em 1.5em;
	padding: 2em 0 2em 2em;
	background: #fff;
	border-radius: 15px 0 0 15px;
}

.badge {
	float: right;
	width: 10% !important;
	margin: 0 0 10px 10px;
	border-radius: 0;
}

	.testimonials-container .badge {
		width: 9% !important;
		height: 9%;
	}

	.flex-container-left-icon .badge {
		float: none;
		margin: 0;
		width: 24% !important;
	}

	.cars .flex-container-left-icon .badge {
		width: 89% !important;
	}

		.flex-container-left-icon.info-box .badge {
			width: 80% !important;
			height: 80%;
		}

	.flex-container-right-icon .badge {
		float: none;
		margin: 0 0 20px;
		width: 36% !important;
	}

	.flex-container-icon-equal .badge {
		float: none;
		margin: 0;
		padding: 0px 1em 12px 0;
		width: 60px !important;
	}

.flex-container-right-icon.btn-video-right {
	position: relative;
}

.flex-container-right-icon.btn-video-right .lightbox {
	position: absolute;
	bottom: 0;
	right: 0;
}

.testimonials-container {
	padding: 0 1em 7em;
}

	.standart-container.secondary .testimonials-container {
		padding: 0;
	}

		.standart-container.secondary .video-carousel-container.testimonials-container {
			padding: 0 2.7em 5em;
		}

.arrow-icon {
	display: inline-block;
	color: #1a365a;
	font-family: 'Courier New', monospace;
	font-size: 2em;
	font-weight: 600;
}

.contact-form {
	margin-top: 1.5em;
}

	.request .contact-form {
		margin-top: 0;
	}

form,
input[type='text'],
input[type='search'],
input[type='tel'],
input[type='email'],
textarea,
select,
option {
	width: 100%;
	font-family: AcariSans-SemiBold, Trebuchet MS, sans-serif;
	font-weight: 500;
	-webkit-appearance: none;
}

	input:focus {
		outline: none;
		border: 1px solid rgbd(0,0,0,0.5);
	}

	input[type='text'],
	input[type='search'],
	input[type='tel'],
	input[type='email'],
	textarea,
	select,
	option {
		width: 88%;
		padding: 9px 14px;
		padding: 0.6em 0.9em 0.5em;
		background: none;
		color: #858585;
		border: 2px solid #c5c5c4;
		border-radius: 8px;
	}

		input[type='text'],
		input[type='search'],
		input[type='tel'],
		input[type='email'],
		textarea {
			color: #1b1b21;
			font-family: AcariSans-SemiBold, Trebuchet MS, sans-serif;
			font-weight: 500;
			font-style: normal;
		}
	
		::placeholder {
			color: #858585;
			font-family: AcariSans-MediumItalic, Trebuchet MS, sans-serif;
			font-weight: 500;
			font-style: italic;
		}
	
			.form-field ::placeholder {
				color: #009585;
				font-style: normal;
		}
	
		.search-bar ::placeholder {
			font-family: AcariSans-Regular, Trebuchet MS, sans-serif;
			font-weight: 400;
		}

		select {
			width: 100%;
		}
		
		select,
		::picker-icon {
		appearance: base-select;
		line-height: 19px;
		padding-left: 11px;
		border-left: 1px solid #c5c5c4;
		transition: 0.4s rotate;
		}
		
			select:open::picker-icon {
			  rotate: 180deg;
			  padding-left: 0;
			  padding-right: 11px;
			  border-left: none;
			  border-right: 1px solid #c5c5c4;
			}

		option {
			display: flex;
			justify-content: flex-start;
			gap: 20px;
			width: 87%;
			transition: 0.6s;
			border: none;
			border-bottom: 1px solid #c5c5c4;
			border-radius: 0;
		}

			.contact-form input[type='text'],
			.contact-form input[type='search'],
			.contact-form input[type='tel'],
			.contact-form input[type='email'],
			.contact-form textarea,
			.contact-form select,
			.contact-form option {
				padding: 1em 1.5em;
				border-radius: 5px;
			}

				.contact-form input[type='text'],
				.contact-form input[type='search'],
				.contact-form input[type='tel'],
				.contact-form input[type='email'],
				.contact-form textarea {
					font-size: 1em;
				}

			.contact-form p {
				margin: 0 0 7px;
				color: #1b1b21;
				font-family: AcariSans-Bold, Trebuchet MS, sans-serif;
				font-weight: 600;
				font-size: 0.95em;
			}

				.contact-form p.secondary {
					color: #575756;
					font-family: AcariSans-Regular, Trebuchet MS, sans-serif;
					font-weight: 400;
					text-align: center;
				}

				.request .contact-form .textarea-box p {
					margin: 0;
				}

				.request .txt-info-box p {
					color: #575756;
					font-family: AcariSans-Regular, Trebuchet MS, sans-serif;
					font-weight: 400;
					font-size: 1em;
				}

				.request-email p {
					color: #575756;
					font-family: AcariSans-Regular, Trebuchet MS, sans-serif;
					font-weight: 400;
					font-size: 1em;
				}

					.request-email .intro-words {
						margin: 2.5em 0 1.5em;
					}

					.request-email .company p,
					.request-email .company p a {
						margin: 0 0 2px;
						color: #1a365a;
						font-family: AcariSans-SemiBold, Trebuchet MS, sans-serif;
						font-weight: 500;
						text-decoration: none;
					}
				
form .heading-box .heading {
	font-family: AcariSans-Bold, Trebuchet MS, sans-serif;
	font-weight: 600;
	font-size: 2em;
	color: #1b1b21;
}

form .heading-box .divider {
	margin: 1em 0 1.5em;
}

.listing .more-btns {
	display: none;
	margin: 0 0 2em;
}

.listing .btns-bottom {
	padding: 1em 1em 0 1em;
	background: #d1d7de;
}

	.listing aside .btns-bottom {
		position: fixed;
		right: 0;
		left: 0;
		bottom: 0;
	}

.error-message {
	display: none;
	margin: 2px 0 4px;
	color: #df1d04;
	font-family: AcariSans-Medium, Trebuchet MS, sans-serif;
	font-weight: 500;
}

	.error-message.active {
		display: block;
	}

	.contact-form input[type='text'].error,
	.contact-form input[type='search'].error,
	.contact-form input[type='tel'].error,
	.contact-form input[type='email'].error,
	.contact-form textarea.error {
		border: 2px solid #dc341e;
	}

.input-group-checkboxes {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input-group-checkboxes input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #fff;
	border: 2px solid #c5c5c4;
	border-radius: 5px;
}

	.checkmark.error {
		border: 3px solid #dc341e;
	}

.input-group-checkboxes:hover input ~ .checkmark {
	background-color: #c5c5c4;
}

.input-group-checkboxes input:checked ~ .checkmark {
	background-color: #009585;
	border: 3px solid #009585;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.input-group-checkboxes input:checked ~ .checkmark:after {
	display: block;
}

.input-group-checkboxes .checkmark:after {
	left: 8px;
	top: 2px;
	width: 8px;
	height: 13px;
	border: 1px solid #fff;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.required {
	color: #e10613;
}
		
.input-group {
	margin-bottom: 0;
}
		
	.input-group-contact {
		margin-bottom: 0;
	}

		.input-group-contact .flex-item {
			margin-top: 1em;
		}

			.request .input-group-contact .flex-item {
				margin-top: 0;
			}

		.input-group-contact.textarea-box {
			margin: 1em 0;
		}

.input-group .flex-item {
	margin-bottom: 0.65em;
}

.input-group-inner.accent select {
	background: #ebebeb;
}

	.listing select#sort {
		background: #fff;
	}

label {
	display: block;
	margin: 3px 0;
	color: #1b1b21;
	font-family: AcariSans-Bold, Trebuchet MS, sans-serif;
	font-weight: 600;
	font-size: 0.8em;
}

	.btn-form-link label {
		font-size: 0.95em;
		cursor: pointer;
	}

	.contact-form label {
		font-size: 0.95em;
	}

		.contact-form span.txt {
			font-size: 0.72em;
		}

	.request .contact-form label {
		margin: 1.5em 0;
	}

		.request .contact-form .input-group-checkboxes label {
			margin: 0.5em 0;
		}

	.btn-third label {
		color: #525252;
	}

select,
::picker(select) {
	appearance: base-select;
  
}

::picker(select) {
	border: 2px solid #c5c5c4;
	border-radius: 8px;
}

option:nth-of-type(odd) {
	background: white;
}

option:hover,
option:focus {
	background: #ebebeb;
}

.not-found-page main {
	background-color: #222534;
	background-image: url("../img/hero-silder/Home-Slider-03a-mobile.jpg");
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
}

.not-found-page .standart-container.no-bgr {
	background: rgba(255, 255, 255, 0.6);
}

body.not-found header nav a {
	position: relative;
	z-index: 99;
}

.not-found-container {
	position: relative;
	min-height: 630px;
	background-image: url(../img/hero-silder/Home-Slider-04a.jpg);
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	box-shadow: inset 100px 0 200px rgba(255, 255, 255, 0.6);
}

.not-found {
	font-family: AcariSans-Bold, Trebuchet MS, sans-serif;
	font-weight: 600;
	text-align: center;
}

.not-found h1 {
	margin: 0;
	color: #d1d7de;
	font-size: 9em;
	line-height: 0.65em;
	text-shadow: 3px 4px 5px rgba(0, 0, 0, 0.3);
}

.not-found p.nf {
	position: relative;
	margin: -2em 0 1em;
	font-size: 1.2em;
	color: #1a365a;
	text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.4);
	z-index: 1;
}

.not-found .search-box {
	position: relative;
}

.not-found .search-inner {
	position: absolute;
	top: 2em;
    left: 5%;
    right: 5%;
    z-index: 5;
    padding: 1.3em 1.3em 1em;
	background: rgba(255, 255, 255, 0.85);
	border-radius: 12px;
}

.not-found input[type='search'].search-field,
.not-found .search-field-label {
	font-size: 0.8em;
}

@media only screen and (min-width: 375px) {

.flex-container-left-icon .badge {
	width: 18% !important;
}

.collapse-container {
	height: 255px;
}

}

@media only screen and (min-width: 480px) {

.request .divider {
	display: none;
}

	.request .divider-secondary {
		display: block;
	}

.search-container.centered {
	padding: 1em 0.6em 5em;
}

	.listing .search-container.centered {
		padding: 0;
	}

.rounded-box {
	padding: 2em;
}

	.search-container .rounded-box {
		padding: 3em 1.5em;
		border-radius: 15px;
	}

		.listing .search-container .rounded-box {
			border-radius: 0;
		}

	.request .rounded-box {
		padding: 2em;
	}

.contact .centered {
	padding: 1em 1.5em 5em;
}

.contact .rounded-box {
	margin-right: 1em;
	margin-left: 1em;
	border-radius: 15px;
}

.flex-container-left-icon .badge {
	width: 8% !important;
}

.carousel-container.flex-container-3 .flex-item:first-child {
	flex: 0 1 9%;
}

.carousel-container.flex-container-3 .flex-item:nth-child(2) {
	flex: 0 1 82%;
}

.carousel-container.flex-container-3 .flex-item:last-child {
	flex: 0 1 9%;
}

table th,
table td {
	padding: 11px 24px;
}

	.request-car-extras th,
	.request-car-extras td {
		padding: 11px 16px 11px 5px;
	}

.cars .cars-details table th,
.cars .cars-details table td {
	width: 52%;
}

	.cars .cars-details table td {
		width: 48%;
	}

.request-email .intro-words {
	margin: 0 0 1.5em;
}

input[type='text'],
input[type='search'],
input[type='tel'],
input[type='email'],
textarea,
select,
option {
	width: 91%;
}

	.listing select#sort {
		width: 101%;
	}

	.paginator-container input {
		padding: 0;
		width: 95%;
		min-width: 3.5em;
		border: none;
		text-align: center;
	}

.not-found h1 {
	font-size: 13em;
}

}

@media only screen and (min-width: 600px) {

.carousel-container.flex-container-3 .flex-item:first-child {
	flex: 0 1 8%;
}

.carousel-container.flex-container-3 .flex-item:nth-child(2) {
	flex: 0 1 82%;
}

.carousel-container.flex-container-3 .flex-item:last-child {
	flex: 0 1 8%;
}

.cars .cars-details table th,
.cars .cars-details table td {
	width: 52%;
}

	.cars .cars-details table td {
		width: 48%;
	}


.collapse-container {
	height: 241px;
}

}


@media (max-width: 767px) {
  .cars .cars-details table th, .cars .cars-details table td {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {

body.cars {
	background: #d1d7de;
}

/*
form .heading-box,
.listing aside .btns-bottom,
.listing aside .close-box {
	display: none;
}
*/

.listing .more-btns {
	display: block;
}

.listing .rounded-box.search-box {
	padding: 1.5em 1.5em;
	border-radius: 15px;
}

.listing aside input[type='text'],
.listing aside input[type='search'],
.listing aside input[type='tel'],
.listing aside input[type='email'],
.listing aside textarea,
.listing aside select,
.listing aside option {
	width: 100%;
}

	.listing select#sort {
		width: 102%;
	}

.results-container h3,
.results-container form {
    padding: 0 0 1em;
}

	.results-container .paginator-container form {
		padding: 0;
	}

.listing .rounded-box {
	margin-top: 0 !important;
}

.listing .table-box {
	background: none;
	padding: 0 0.2em 0;
}

.listing table.fixd-frst-col {
	display: table;
	overflow: auto;
	margin: 1em 0;
}

.listing table.fixd-frst-col th,
.listing table.fixd-frst-col td {
	position: relative;
	display: inline-table;
	margin: 0.3em;
	min-width: 4em;
}

	.listing table.fixd-frst-col.no-bgr tr:nth-child(odd) th {
		background: none;
	}

	.listing table.fixd-frst-col tr:nth-child(1) th {
		display: none;
	}

.filter-box {
	justify-content: space-around;
	gap: 7px;
	padding: 8px 12px;
	font-size: 0.9em;
}

.filter-box .icon {
    width: 9px;
}

.listing .btns-bottom {
	display: none;
}

.cars-history {
	margin: 0 0 0 0.5em;
}

.pop-up {
	margin: 4em 5em;
}

.request .divider {
	display: none;
}

.hddn-mbl {
	display: inline-block !important;
}

	.hddn-mbl.btn-icon,
	.btn-inline-flex {
		display: inline-flex !important;
	}

.hddn-dsctp {
	display: none !important;
}

.input-group-inner.accent.accent-none select {
	background: none;
}

.main-nav-container .btn {
	padding: 0.7em 1.2em;
}

.centered {
	padding: 1em 5em;
}

	.search-container.centered,
	.contact .centered {
		padding: 1em 5em 6em;
	}

	.listing .search-container.centered {
		padding: 0;
	}

	.standart-container.secondary.centered {
		padding: 8em 0.5em 4em;
	}

	.cars .centered,
	.cars .recommend-container.centered {
		padding: 1em;
	}

.fixd-table-rounded-box {
	margin: -1em 0 -1em 5em;
}

	.listing .search-container .rounded-box {
		border-radius: 15px;
	}

.cars .cars-details table th,
.cars .cars-details table td {
	width: 31%;
}

	.cars .cars-details table td {
		width: 19%;
	}

	.cars .cars-details table th:nth-child(1),
	.cars .cars-details table td:nth-child(1),
	.cars .cars-details table th:nth-child(2),
	.cars .cars-details table td:nth-child(2) {
		background: none;
	}

	.cars .cars-details table tr:nth-child(odd) {
		background: #f5f7fa;
	}

.cars-history table.fixd-frst-col th {
	display: block;
}

.table-caption {
	display: none;
}

.request-email table.email-data {
	margin: 2em 0 3em;
}

	.request-email table.email-data th,
	.request-email table.email-data td {
		display: table-cell;
		padding: 15px 5px 15px 20px;
	}

.cars-history table.fixd-frst-col th {
	width: 9em;
	padding-left: 0;
}

.rounded-box .btn,
.hero-section .btn {
    margin-top: 1em;
}

.cars .rounded-box {
	border-radius: 15px;
}

	.cars .extras-container .rounded-box {
		margin-bottom: -7em;
	}

.input-group {
	margin-bottom: 1em;
}

	.input-group-contact {
		margin-bottom: 0;
		margin-top: 1em;
	}

		.input-group-contact .flex-item {
			margin-top: 0em;
		}

		.input-group-contact.textarea-box {
			margin: 1em 0;
		}

.input-group .flex-item {
	margin-bottom: 0;
}

.contact input {
	width: 84%;
}

.contact textarea {
	width: 92%;
}

.request .input-group-contact-secondary input {
	width: 92%;
}

.heading-container {
	margin-top: 0em;
}

	.cars .heading-container {
		padding: 1.5em 1em 7em;
	}

.flex-container-left-icon .badge {
	width: 96% !important;
}

.flex-container-right-icon .badge {
	width: 80% !important;
}

.carousel-container.flex-container-3 .flex-item:first-child {
	flex: 0 1 5%;
}

.carousel-container.flex-container-3 .flex-item:nth-child(2) {
	flex: 0 1 90%;
}

.carousel-container.flex-container-3 .flex-item:last-child {
	flex: 0 1 5%;
}

.standart-container.secondary .video-carousel-container.testimonials-container {
	padding: 0 3.5em;
}

.collapse-container {
	height: 236px;
}

.not-found-page main {
	background-image: url("../img/hero-silder/car.jpg");
}

.not-found-container {
	box-shadow: inset 300px 0 2000px rgba(255, 255, 255, 0.6);
}

.not-found h1 {
	font-size: 17em;
}

.not-found .search-inner {
	top: 1em;
	left: 10%;
	right: 10%;
	padding: 2em 2em 1em;
}

.not-found input[type='search'].search-field,
.not-found .search-field-label {
	font-size: 1em;
}

}

@media only screen and (min-width: 848px) {

.standart-container.secondary.centered {
	padding: 8em 0.4em 4em;
}

.carousel-container.flex-container-3 .flex-item:first-child {
	flex: 0 1 3%;
}

.carousel-container.flex-container-3 .flex-item:nth-child(2) {
	flex: 0 1 94%;
}

.carousel-container.flex-container-3 .flex-item:last-child {
	flex: 0 1 3%;
}

.cars-history table.fixd-frst-col th {
	width: 10.5em;
}

.cars .cars-details table th,
.cars .cars-details table td {
	width: 27%;
}

	.cars .cars-details table td {
		width: 23%;
	}

.collapse-container {
	height: 185px;
}

}

@media only screen and (min-width: 1024px) {

.pop-up {
	margin: 6em 20em;
}

.not-found-container {
	box-shadow: inset 500px 0 2000px rgba(255, 255, 255, 0.6);
}

.centered {
	padding: 1em 12em;
}

	.search-container.centered,
	.contact .centered {
		padding: 1em 10em 6em;
	}

	.standart-container.secondary.centered {
		padding: 8em 2em 4em;
	}

	.listing-container.centered {
		padding: 0;
	}

	.cars .centered,
	.cars .recommend-container.centered {
		padding: 1em 7em;
	}

.listing select#sort {
	width: 50%;
}

.extras-container .grid-2 > div{
    padding: 5px;
	display: flex;
	align-items: center;
	gap: 5px;
	margin-bottom: 10px;
}

.extras-container:not(.active) .grid-2 > div:nth-child(n+9){
	display: none;
}



.listing .rounded-box .btn {
	margin-top: 0.5em;
	margin-bottom: 0;
	padding: 0.6em 1.8em;
}

.rounded-box {
	padding: 2.5em;
}

	.search-container .rounded-box {
		padding: 3em 3em;
	}

		.not-found-page .search-container .rounded-box {
			padding: 1em 2em;
		}

	.request .rounded-box {
		padding: 2.5em;
	}

	.listing .rounded-box.listing-box {
		padding: 0.8em;
	}

table th,
table td {
	padding: 11px 15px;
}

	table.fixd-frst-col th,
	table.fixd-frst-col td {
		min-width: 1em;
	}

		.garantsia table th,
		.garantsia table td {
			padding: 11px 0 11px 9px;
		}

			.garantsia table.fixd-frst-col th {
				min-width: 4.8em;
			}

			.garantsia table.fixd-frst-col td {
				min-width: 8.5em;
			}

.fixd-table-rounded-box {
	margin: -1em 12em;
	padding: 2em;
	border-radius: 15px;
}

.cars .cars-details table th,
.cars .cars-details table td {
	width: 25%;
}

	.cars .cars-details table td {
		width: 22%;
	}

.flex-container-icon-equal .badge {
    padding: 0px 0.6em 12px 0;
}

.testimonials-container {
	padding: 1em 1em 9em;
}

.standart-container.secondary .video-carousel-container.testimonials-container {
	padding: 0 7em;
}

.flex-container-left-icon.info-box .badge {
	width: 73% !important;
	height: 73%;
}

.not-found-page main {
	background-image: url("../img/hero-silder/Home-Slider-03a.jpg");
}

.not-found-page .centered:before {
	background-image: url("../img/hero-silder/Home-Slider-03a.jpg");
}

.not-found-page .centered {
	padding: 3em 10em;
}

.not-found-page .rounded-box {
	padding: 1em 2em;
}

.not-found .search-inner {
	left: 20%;
	right: 20%;
}

.collapse-container {
	height: 184px;
}

}

@media only screen and (min-width: 1280px) {

.pop-up {
	margin: 9em 30em;
}

.cars .cars-details table th,
.cars .cars-details table td {
	width: 24%;
}

	.cars .cars-details table td {
		width: 23%;
	}

.request-car-extras tr {
	display: table-cell;
}

	.request-email table.extras-container {
		width: 77%;
	}
	
.garantsia table th,
.garantsia table td {
	padding: 11px 15px;
}

	.garantsia table.fixd-frst-col th,
	.garantsia table.fixd-frst-col td {
		min-width: 1em;
		text-align: left;
	}

.listing .rounded-box.listing-box {
	padding: 1.3em;
}

.listing select#sort {
	width: 35%;
}

.listing table.extras-container th,
.listing table.extras-container td {
	padding: 0 5px 15px;
}

.listing .rounded-box .btn {
	margin-top: 1em;
	padding: 0.6em 2.1em;
}

.request-car-extras tr {
	display: table-cell;
}

	.request-car-extras th,
	.request-car-extras td {
		padding: 11px 5px 11px 5px;
	}

.not-found-page .centered {
	padding: 3em 16em;
}

}

@media only screen and (min-width: 1366px) {

.centered {
	padding: 1em 16em;
}

	.search-container.centered,
	.contact .centered {
		padding: 1em 14em 6em;
	}

	.standart-container.secondary.centered {
		padding: 8em 4em 4em;
	}

	.listing-wrapper .centered {
		padding: 0;
	}

	.cars .centered,
	.cars .recommend-container.centered {
		padding: 1em 10em;
	}

.rounded-box {
	padding: 3em 4em;
}

	.search-container .rounded-box {
		padding: 3em 4em;
	}

	.request .rounded-box {
		padding: 2em;
	}

	.listing .rounded-box.listing-box {
		padding: 1.3em;
	}

.contact input {
	width: 89%;
}

.contact textarea {
	width: 94%;
}

.request .input-group-contact-secondary input {
	width: 94%;
}

.fixd-table-rounded-box {
	margin: -1em 17em;
}

table th,
table td {
	padding: 11px 24px;
}

.cars .cars-details table th,
.cars .cars-details table td {
	width: 25%;
}

	.cars .cars-details table td {
		width: 23%;
	}

.cars .cars-details table th span,
.cars .cars-details table td span {
	padding: 9px 2px 9px 18px;
}

.cars-history {
	margin: 0 0 0 1.2em;
}

.standart-container.secondary .video-carousel-container.testimonials-container {
	padding: 0 9em;
}

.rounded-box .btn,
.hero-section .btn {
    margin-top: 2em;
}

	.listing .rounded-box .btn {
		margin-top: 1em;
	}

.not-found-page .centered {
	padding: 4em 20em;
}

.not-found h1 {
	line-height: 0.7em;
}

}

@media only screen and (min-width: 1600px) {

.pop-up {
	margin: 11em 36em;
}

.centered {
	padding: 1em 21em;
}

	.search-container.centered,
	.contact .centered {
		padding: 1em 17em 6em;
	}

	.listing-wrapper .centered {
		padding: 0;
	}

	.cars .centered,
	.cars .recommend-container.centered {
		padding: 1em 12em;
	}

.rounded-box {
	padding: 4em 5em;
}

	.search-container .rounded-box {
		padding: 4em 5em;
	}

	.request .rounded-box {
		padding: 4em 5em;
	}

.contact input {
	width: 90%;
}

.contact textarea {
	width: 95%;
}

.request .input-group-contact-secondary input {
	width: 95%;
}

.listing .rounded-box .btn {
	margin-top: 3em;
}

.listing table.extras-container {
	width: 88%;
}

.fixd-table-rounded-box {
	margin: -1em 21em;
}

.cars .cars-details table th,
.cars .cars-details table td {
	width: 25%;
}

	.cars .cars-details table td {
		width: 24%;
	}

.collapse-container {
	height: 166px;
}

.standart-container.secondary .video-carousel-container.testimonials-container {
	padding: 0 12em;
}

.not-found-page .centered {
	padding: 5em 25em;
}

.not-found h1 {
	font-size: 23em;
}

}

@media only screen and (min-width: 1920px) {



}

