@font-face {
  font-family: 'Inter Tight';
  src: url('/assets/fonts/InterTight-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
:root {
	--color-primary-deep: #10193B;
	--color-primary-soft: #272F4D;
	--color-accent-main: #3055E4;
	--color-accent-hover: #345CF7;
	--color-accent-on-dark: #2596FB;
	--color-dark: #121212;
	--color-white: #FFFFFF;
	--color-gray-gray-50: #FAFAFA;
	--color-gray-gray-100: #F2F2F3;
	--color-gray-gray-200: #E5E6EB;
	--color-gray-gray-300: #D2D3D6;
	--color-gray-gray-500: #B3B3B3;
	--color-gray-gray-600: #A0A0A0;
	--color-gray-gray-700: #868686;
	--color-gray-gray-900: #555;
	--color-success: #00BE7A;
	--color-error: #D60606;
	--color-primary-subtitle: #535971;
	
	--gradient-accent: linear-gradient(283deg, #243784 0%, #0C0C0C 21.57%);
	--gradient-shadow-fade: linear-gradient(179deg, #383838 0.76%, #121212 59.93%);
}
.color-primary-deep{color:var(--color-primary-deep);}
.color-primary-soft{color:var(--color-primary-soft);}
.color-accent-main{color:var(--color-accent-main);}
.color-accent-hover{color:var(--color-accent-hover);}
.color-accent-on-dark{color:var(--color-accent-on-dark);}
.color-dark{color:var(--color-dark);}
.color-white{color:var(--color-white);}
.color-gray-gray-50{color:var(--color-gray-gray-50);}
.color-gray-gray-100{color:var(--color-gray-gray-100);}
.color-gray-gray-200{color:var(--color-gray-gray-200);}
.color-gray-gray-300{color:var(--color-gray-gray-300);}
.color-gray-gray-500{color:var(--color-gray-gray-500);}
.color-gray-gray-600{color:var(--color-gray-gray-600);}
.color-gray-gray-700{color:var(--color-gray-gray-700);}
.color-gray-gray-900{color:var(--color-gray-gray-900);}
.color-success{color:var(--color-success);}
.color-error{color:var(--color-error);}
.color-primary-subtitle{color:var(--color-primary-subtitle);}


.bg-none{background:none !important;}
.bg-primary-deep{background-color:var(--color-primary-deep);}
.bg-primary-soft{background-color:var(--color-primary-soft);}
.bg-accent-main{background-color:var(--color-accent-main);}
.bg-accent-hover{background-color:var(--color-accent-hover);}
.bg-accent-on-dark{background-color:var(--color-accent-on-dark);}
.bg-dark{background-color:var(--color-dark);}
.bg-white{background-color:var(--color-white);}
.bg-gray-gray-50{background-color:var(--color-gray-gray-50);}
.bg-gray-gray-100{background-color:var(--color-gray-gray-100);}
.bg-gray-gray-200{background-color:var(--color-gray-gray-200);}
.bg-gray-gray-300{background-color:var(--color-gray-gray-300);}
.bg-gray-gray-500{background-color:var(--color-gray-gray-500);}
.bg-gray-gray-600{background-color:var(--color-gray-gray-600);}
.bg-gray-gray-700{background-color:var(--color-gray-gray-700);}
.bg-gray-gray-900{background-color:var(--color-gray-gray-900);}
.bg-success{background-color:var(--color-success);}
.bg-error{background-color:var(--color-error);}
.bg-gradient-accent{
	background: var(--gradient-accent) lightgray 50% / cover no-repeat;
	color: var(--color-white);
}

.border{border: 1px solid var(--color-gray-gray-200);}
.border-gray-gray-900{border: 1px solid var(--color-gray-gray-900);}
.border-top{border-top: 1px solid var(--color-gray-gray-200);}
.border-top-gray-gray-900{border-top: 1px solid var(--color-gray-gray-900);}
.border-bottom{border-bottom: 1px solid var(--color-gray-gray-200);}
.border-left{border-left: 1px solid var(--color-gray-gray-200);}
.border-right{border-right: 1px solid var(--color-gray-gray-200);}

.radius-10{border-radius:10px; overflow:hidden;}
.radius-12{border-radius:12px; overflow:hidden;}
.radius-14{border-radius:14px; overflow:hidden;}
.radius-16{border-radius:16px; overflow:hidden;}
.radius-24{border-radius:24px; overflow:hidden;}

*{
	font-family: "Inter Tight";
	transition: font-size 0.3s ease;
}
html {
  overflow-y: scroll;
}
html, body{
	background: var(--color-gray-gray-100);
	width:100%;
	max-width:100%;
}
body{
	/* min-height:100vh; */
	touch-action: pan-x pan-y;
}



@media (prefers-reduced-motion: reduce) {
	.carousel-item, .modal {
		transition: transform .6s ease-in-out, opacity .6s ease !important;
	}
}
@media screen and (max-width: 425px) {
	.modal.fade .modal-dialog {
		transform: none !important;
	}
}



#main{
	width:100%;
	max-width:100%;
	min-height:100vh;
}
a{
	text-decoration:none;
	transition: color 0.3s ease, font-size 0.3s ease;
}
h1, .h1{
	font-size: 64px;
	font-style: normal;
	font-weight: 900;
	line-height: 100%;
	letter-spacing: -1.28px;
	text-transform: uppercase;
}
h2, .h2{
	font-size: 48px;
	font-style: normal;
	font-weight: 900;
	line-height: 110%;
	letter-spacing: -0.96px;
	text-transform: uppercase;
}
h3, .h3{
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.24px;
}


.h3-2{
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	letter-spacing: -1.2px;
}

.t1{
	font-family: "Inter Tight";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.t2{
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
}
.t3{
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}
.t4{
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: 0.126px;
}
.tag{
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
}
button{
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}


.tag-white{
	padding: 7px 12px;
	border-radius: 100px;
	border: 1px solid var(--color-gray-gray-200);
	background-color: var(--color-white);
}

input[type="checkbox"]#btn-add-to-favorite-2,
input[type="checkbox"]#btn-add-to-favorite {
	display: none;
}
.btn-add-to-favorite-2,
.btn-add-to-favorite{
	user-select: none;
	display: flex;
	padding: 16px;
	align-items: center;
	justify-items: center;
	border-radius: 8px;
	background-color: var(--color-white);
	cursor: pointer;
	transition: background 0.3s ease;
}
.btn-add-to-favorite-2{
	background-color: var(--color-gray-gray-100);
	
}
input[type="checkbox"]#btn-add-to-favorite-2:checked + .btn-add-to-favorite-2,
input[type="checkbox"]#btn-add-to-favorite:checked + .btn-add-to-favorite {
	background-color: var(--color-primary-deep);
	color: var(--color-white);
}
.btn-add-to-favorite-2 svg path,
.btn-add-to-favorite svg path{
	transition: stroke 0.3s ease;
}
input[type="checkbox"]#btn-add-to-favorite-2:checked + .btn-add-to-favorite-2 svg path,
input[type="checkbox"]#btn-add-to-favorite:checked + .btn-add-to-favorite svg path{
	stroke: var(--color-white);
}

.form-control, .form-control:focus,
.form-control.is-invalid:focus, 
.was-validated .form-control:invalid:focus{
	outline:none;
	box-shadow:none;
	background-image:none !important;
}
.form-control{
	border-radius: 10px;
	border: 1px solid var(--color-gray-gray-200);
	background: var(--color-white);
	padding: 20px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	color: var(--color-primary-deep);
}
.form-control.bordered{
	border: 1px solid var(--color-gray-gray-600);
}
.form-control:focus{
	border: 1px solid var(--color-primary-deep);
}
.form-control::placeholder{
	color: var(--color-gray-gray-600);
}
.form-control.is-invalid:focus, 
.was-validated .form-control:invalid:focus{
	border: 1px solid var(--color-error);
}


.is-invalid~.invalid-feedback{
	color: var(--color-error);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
}

.search-block{
	display: flex;
	/* min-width: 320px; */
	height: 44px;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px;
	border: 1px solid var(--color-gray-gray-600);
	background: var(--color-white);
	padding-right: 16px;
}
@media screen and (min-width: 576px) {
	.search-block{
		height: 54px;
	}
}
@media screen and (min-width: 1200px) {
	.search-block{
		height: 64px;
	}
}


.box-shadow{
	box-shadow: 0 12px 7px 0 rgba(0, 0, 0, 0.05);
}
.hover-box-shadow{
	transition: box-shadow 0.3s ease;
}
.hover-box-shadow:hover{
	box-shadow: 0 12px 7px 0 rgba(0, 0, 0, 0.05);
}


.search-block:has(input:focus){
	border: 1px solid var(--color-primary-deep);
}


.help-center-btn-2{
	padding: 8px 16px;
	border-radius: 8px;
	background: var(--color-white);
	transition: background 0.3s ease, border 0.3s ease;
	color:var(--color-primary-deep);
	border: 1px solid transparent;
}
.help-center-btn-2:hover{
	color:var(--color-primary-deep);
	border: 1px solid var(--color-gray-gray-300);
	background: var(--color-gray-gray-200);
}

.help-center-link-1{
	color:var(--color-primary-deep);
}
.help-center-link-1:hover{
	color:var(--color-gray-gray-700);
}

.help-center-btn-1{
	display: flex;
	padding: 28px 28px 28px 32px;
	justify-content: space-between;
	align-items: center;
	gap: 32px;
	border-radius: 16px;
	background: var(--color-white);
	transition: box-shadow 0.3s ease;
	color:var(--color-primary-deep);
}
.help-center-btn-1:hover{
	box-shadow: 0 12px 7px 0 rgba(0, 0, 0, 0.05);
	color:var(--color-primary-deep);
}
.help-center-btn-1 svg{
	fill: var(--color-white);
	transition: fill 0.3s ease, stroke 0.3s ease;
}
.help-center-btn-1:hover svg{
	fill: var(--color-accent-main);
}
.help-center-btn-1:hover svg path{
	stroke: var(--color-white);
}
.help-center-btn-1 svg path{
	stroke: var(--color-primary-deep);
	transition: fill 0.3s ease, stroke 0.3s ease;
}



.main-slider-img.swiper-slide-thumb-active{
	border: 2px solid var(--color-accent-main);
}
.main-slider-img{
	aspect-ratio: 335/254;
	width: 100%;
	overflow: hidden;
	border-radius: 16px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 2px solid transparent;
}






.search-block>div{
	display: flex;
	align-items: center;
	gap: 4px;
}
.search-block input,
.search-block input:focus{
	height: 100%;
	background: none;
	border: none;
	box-shadow: none;
	outline: none;
	padding: 0 16px;
	width: 100%;
}
.search-block .separator{
	background-color:var(--color-gray-gray-200);
	transition: opacity 0.3s ease;
	height: 16px;
	width:1px;
	opacity:0;
}
.search-block .cancel{
	transition: opacity 0.3s ease;
	opacity:0;
}



.search-block:has(input:focus) .separator,
.search-block:has(input:focus) .cancel,
.search-block:hover .separator,
.search-block:hover .cancel{
	opacity:1;
}







.search-block button{
	background: none;
	border: none;
	box-shadow: none;
	outline: none;
	padding:0;
	margin:0;
}
.search-block button svg path {
	transition: stroke 0.3s ease; 
	stroke: var(--color-gray-gray-600);
}
.search-block button:hover svg path{
	stroke: var(--color-primary-deep);
}


.swiper-slide .nav-link{
	user-select: none;
	display: flex;
	padding: 8px 16px;
	align-items: center;
	justify-items: center;
	gap: 4px;
	border-radius: 8px;
	background-color: var(--color-white);
	cursor: pointer;
	transition: background 0.3s ease, color 0.3s ease;
}

.container-fluid{
	/* max-width: 1360px; */
}
.container-fluid:has(.container-fluid-content){
	padding:20px 40px;
	/* transition: padding 0.3s ease; */
	position: relative;
}
.container-fluid:has(.container-fluid-content:not(.without-lining)):before{
	content: "";
	position: absolute;
	background-color: #F7F7F8;
	width: calc(100% - 140px);
	height: 200px;
	border-radius: 24px;
	bottom: 0px;
	left: 70px;
}
.container-fluid.container-padding{
	padding: 40px;
	position: relative;
	transition: padding 0.3s ease;
}
.container-fluid .container-fluid-content{
	background-color:var(--color-white);
	position: relative;
	border-radius:24px;
	padding:40px;
}
.container-fluid .container-fluid-content.dark-bg{
	background: var(--gradient-accent) lightgray 50% / cover no-repeat;
	color:var(--color-white);
}

.container-fluid .container-top-label{
	display: flex;
	padding: 12px 20px 12px 16px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 50px;
	background: var(--color-white);
}


.cars-list-1{
	max-width: 100%;
	overflow: hidden;
	width:100%;
}
.cars-list-1 .labels{
	position: absolute;
	justify-content:start;
	top: 0;
	left: 0;
	right: 0;
	/* background: red; */
	padding: 12px;
	z-index: 3;
	display: flex;
	gap: 12px;
}
.cars-list-1 .labels.end{
	justify-content:end;
}
.cars-list-1 .labels>div.label-blue{
	background-color: var(--color-accent-main);
	color: var(--color-white);
}
.cars-list-1 .labels>div{
	padding: 6px 12px;
	border-radius: 72px;
	background: var(--color-white);
	backdrop-filter: blur(25px);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 16.8px */
}

.cars-list-1 .btn-price,
.cars-list-1 .btn-more,
.cars-list-1 .btn-view{
	/* height: 60px; */
	border:none;
	color: var(--color-white);
	padding: 18px 16px;
	gap: 8px;
	border-radius: 10px;
	background-color: var(--color-accent-main);
	transition: background 0.3s ease;
}
.cars-list-1 .btn-price:hover{
	background: var(--color-accent-hover);
}
.cars-list-1 .btn-view{
	background-color: var(--color-white);
	border: 1px solid var(--color-gray-gray-200);
	color: var(--color-primary-deep);
}
.cars-list-1 .btn-view:hover{
	background-color: var(--color-gray-gray-200);
}


.cars-list-1 .btn-more{
	background-color: var(--color-primary-deep);
	border: none;
	color: var(--color-white);
}
.cars-list-1 .btn-more:hover{
	background-color: var(--color-accent-hover);
}

.btn-style-1{
	background-color: var(--color-primary-deep);
	color: var(--color-white);
	border:none;
	color: var(--color-white);
	padding: 18px 16px;
	display:flex;
	justify-content:center;
	align-items:center;
	gap: 8px;
	border-radius: 10px;
	transition: background 0.3s ease;
}
.btn-style-1:hover{
	color: var(--color-white);
	background-color: var(--color-accent-hover);
}
.btn-style-2{
	background-color: var(--color-accent-hover);
	color: var(--color-white);
	border:none;
	color: var(--color-white);
	padding: 18px 16px;
	display:flex;
	justify-content:center;
	align-items:center;
	gap: 8px;
	border-radius: 10px;
	transition: background 0.3s ease;
}
.btn-style-2:hover{
	color: var(--color-white);
	background-color: var(--color-primary-deep);
}
.btn-style-3{
	background: none;
	color: var(--color-error);
	border:2px solid var(--color-error);
	padding: 18px 16px;
	display:flex;
	justify-content:center;
	align-items:center;
	gap: 8px;
	border-radius: 10px;
	transition: background 0.3s ease;
}
.btn-style-3:hover{
	color: var(--color-white);
	background-color: var(--color-error);
}
.btn-style-4{
	background: none;
	color: var(--color-primary-deep);
	border:2px solid var(--color-gray-gray-200);
	padding: 18px 16px;
	display:flex;
	justify-content:center;
	align-items:center;
	gap: 8px;
	border-radius: 10px;
	transition: background 0.3s ease;
}
.btn-style-4:hover{
	/* color: var(--color-white); */
	background-color: var(--color-gray-gray-200);
}

.form-switch .form-check-input-lg:focus {
	outline: none;
	box-shadow: none;
}
.form-switch .form-check-input-lg {
    width: 3rem;
    height: 1.5rem;
}



.accordion{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.accordion-button,
.accordion-button:not(.collapsed){
	padding: 28px 32px;
	background-color: var(--color-white) !important;
	
	color: var(--color-primary-deep);
	
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 28.8px */
	letter-spacing: -0.24px;
}
.accordion-button:focus{
	color: var(--color-primary-deep);
	box-shadow:none;
}
.accordion-item,
.accordion-item:first-of-type,
.accordion-item:last-of-type{
	border-radius: 16px;
	border:none;
	overflow: hidden;
}

.home-blog-list-item{
	display:flex;
	flex-direction:column;
	gap:10px;
	cursor:pointer;
	color: var(--color-primary-deep);
}
.home-blog-list-item .tags{
	display:flex;
	gap:10px;
}
.home-blog-list-item .tags span{
	padding: 7px 12px;
	border-radius: 100px;
	border:2px solid var(--color-gray-gray-200);
	color: var(--color-primary-deep);
}
.home-blog-list-item .date .delimer{
	width:1px;
	background: var(--color-gray-gray-700)
}
.home-blog-list-item .date{
	display:flex;
	gap:10px;
}






.home-blog-list-item .img{
	border-radius:16px;
	aspect-ratio: 1.6;
	overflow:hidden;
	width:100%;
}
.home-blog-list-item .img > div{
	transition: transform 0.3s ease;
	background-position: center;
	background-size: cover;
	background-repeat:no-repeat;
	height:100%;
	width:100%;
}

.swiper-slide:nth-child(odd) .home-blog-list-item:hover .img > div{
	transform: scale(1.1) rotate(3deg);
}
.swiper-slide:nth-child(even) .home-blog-list-item:hover .img > div{
	transform: scale(1.1) rotate(-3deg);
}

.img-step{
	width: calc(100% - 10px);
	height: calc(100% - 20px);
	aspect-ratio: 2;
	margin: 10px;
	margin-right: 0;
	border-radius: 14px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}


.youtube-card .img{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	aspect-ratio: 1.8;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 12px;
	overflow: hidden;
}
.youtube-card svg{
	transition: transform 0.3s ease;
}
.youtube-card:hover svg{
	transform: scale(1.3);
}
.youtube-card{
	display:flex;
	flex-direction:column;
	gap:10px;
}





.cars-list-1 .swiper-slide {
	display: flex;
	gap:16px;
	flex-direction:column;
	/* min-height:400px; */
	border-radius: 12px;
	background: var(--color-white);
	overflow:hidden;
	/* padding-bottom:20px; */
	/* transition: width 0.3s ease; */
	
	
	/* background-color:red; */
}

.cars-list-1 .swiper-slide .hover-btn{
	position: absolute;
	justify-items: center;
	align-items: center;
	padding: 20px;
	display: flex;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
	background-color: rgba(1, 1, 1, 0.3);
	backdrop-filter: blur(5px);
	opacity:0;
	transition: opacity 0.3s ease;
}
.cars-list-1 .swiper-slide:hover .hover-btn{
	opacity:1;
}

.cars-list-1 .carousel-indicators {
	margin-bottom: 0;
}
.cars-list-1 .carousel{
	width: 100%;
	aspect-ratio: 1.6;
}
.cars-list-1 .carousel-item {
	aspect-ratio: 1.6;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}



footer{
	background-color: var(--color-dark);
	color: var(--color-white);
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 48px 40px;
	padding-bottom: 0;
	margin-top:120px;
	flex-wrap:wrap;
	gap:45px;
}
footer a{
	color: var(--color-white);
	text-decoration:none;
}
footer a:hover{
	color: var(--color-gray-gray-700);
}
footer a svg g path{
	fill: var(--color-accent-on-dark);
	transition: fill 0.3s ease;
}
footer a:hover svg g path{
	fill: var(--color-gray-gray-700);
}
.footer-social a {
	padding: 12px;
	border-radius: 12px;
	border: 2px solid var(--color-gray-gray-900);
	transition: background-color 0.3s ease, border-color 0.3s ease;
}
.footer-social a:hover{
	background-color: var(--color-primary-soft);
	border-color: transparent;
}
.footer-social{
	display:flex;
	gap:15px;
	flex-wrap: wrap;
}
footer .more-locations{
	display: flex;
	height: 42px;
	padding: 18px 12px 18px 16px;
	justify-content: space-between;
	align-items: center;
	border-radius: 8px;
	background-color: var(--color-gray-gray-900);
	backdrop-filter: blur(25px);
	width: 100%;
	color: var(--color-white);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	transition: background-color 0.3s ease;
	border: none;
}
footer .more-locations:hover{
	background-color: var(--color-accent-on-dark);
}

.swiper.stages .swiper-slide>div{
	min-height:470px;
}
.swiper.stages .swiper-next,
.swiper.stages .swiper-prev{
	display: flex;
	width: 64px;
	height: 64px;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1/1;
	border-radius: 500px;
	border: 1px solid var(--color-gray-gray-300);
	cursor:pointer;
}
.swiper.stages .swiper-prev.swiper-button-disabled svg path,
.swiper.stages .swiper-next.swiper-button-disabled svg path{
	stroke: #D2D3D6;
}




.select2-selection.is-invalid {
	border: 1px solid var(--color-error);
}

.select2-container--default .select2-selection--single{
	display: flex;
	align-items: center; 
	position: relative;
	height: auto;
	padding: 20px 18px 20px 20px;
	border-radius: 10px;
	background: var(--color-gray-gray-200);
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height:100%;
	padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
	color: var(--color-primary-deep);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 18px;
  top: 50%; 
  transform: translateY(-50%);
}


.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, 
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, 
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, 
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{
	border-radius: 10px;
}


.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above{
	padding: 8px 4px 4px 8px;
	border-radius: 10px;
	border: 1px solid var(--color-gray-gray-300);
	background: var(--color-white);
}
.select2-container--open .select2-dropdown--below{
	margin-top: 3px;
	box-shadow: 0 35px 35px 0 rgba(18, 18, 18, 0.09), 0 9px 19px 0 rgba(18, 18, 18, 0.10);
}
.select2-container--open .select2-dropdown--above{
	box-shadow: 0 -35px 35px 0 rgba(18, 18, 18, 0.09), 0 -9px 19px 0 rgba(18, 18, 18, 0.10);
	margin-top: -3px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
	border-radius: 6px;
	background: var(--color-primary-deep);
	color: var(--color-white);
}
.select2-container--default .select2-results__option--selected {
	background-color: var(--color-gray-gray-200);
	border-radius: 6px;
	
	/* display:flex; */
	/* flex-direction:column; */
	/* gap:5px; */
}
.select2-results__option{
	padding: 12px 13px;
}
.select2-results__option .checked-item{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.select2.sort + .select2-container--default .select2-selection--single{
	background-color: white;
	border: none;
	padding: 12px 28px;
}
.select2.sort ~ .select2-container--default .select2-results__option{
	padding: 8px 12px;
	margin-top:5px;
}
.select2.sort ~ .select2-container--default .select2-results__option:last-child{
	margin-bottom: 8px;
}

.select2.filter + .select2-container--default .select2-selection--single{
	background-color: white;
	border: none;
	padding: 12px 28px;
}
.select2.filter ~ .select2-container--default .select2-results__option{
	padding: 8px 12px;
	margin-top:5px;
}
.select2.filter ~ .select2-container--default .select2-results__option:last-child{
	margin-bottom: 8px;
}
.select2.filter ~ .select2-container--default .select2-selection--single .select2-selection__clear{
	padding: 0;
	margin-right: 10px;
	height: 16px;
	width: 16px;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.select2-selection__clear span {
    display: none;
}

.select2-selection__clear::after {
    content: url('/assets/media/select2-close-option.svg');
    display: inline-block;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
	border-radius: 10px;
	border: 1px solid var(--color-gray-gray-300);
	background: var(--color-white);
	box-shadow: none;
	outline: none;
	padding: 10px;
}

.home-carousel *{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}





.clear-filters{
	display:flex;
	align-items: center;
	gap:5px;
	color: var(--color-gray-gray-700);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
}
.clear-filters:hover{
	color: var(--color-primary-deep);
}
.clear-filters svg path{
	transition: stroke 0.3s ease;
}
.clear-filters:hover svg path{
	stroke: var(--color-primary-deep);
}
.clear-filters span:last-child{
	line-height: 100%;
}








blockquote {
	margin: 2rem 0;
	padding: 1.25rem 1.5rem;
	background: var(--gradient-accent) lightgray 50% / cover no-repeat;
	border-left: 4px solid var(--color-accent-on-dark);
	border-radius: 6px;
	color: #e5e7eb;
}

blockquote p {
  margin-bottom: 0;
}









.car-list-animate > div > div {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.car-list-animate > div > div {
  transition-delay: 0.1s;
}
@media (min-width: 768px) {
	.car-list-animate > div:nth-child(2n+1) > div {
	  transition-delay: 0.1s;
	}
	.car-list-animate > div:nth-child(2n+2) > div {
	  transition-delay: 0.2s;
	}
}
@media (min-width: 1400px) {
	.car-list-animate > div:nth-child(3n+1) > div {
	  transition-delay: 0.1s;
	}
	.car-list-animate > div:nth-child(3n+2) > div {
	  transition-delay: 0.2s;
	}
	.car-list-animate > div:nth-child(3n+3) > div {
	  transition-delay: 0.3s;
	}
}
.car-list-animate > div > div.is-visible {
  opacity: 1;
  transform: translateX(0);
}




















.blog-list-animate > div > a {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.blog-list-animate > div > a {
  transition-delay: 0.3s;
}


@media (min-width: 576px) {
	.blog-list-animate > div:nth-child(2n+1) > a {
	  transition-delay: 0.1s;
	}
	.blog-list-animate > div:nth-child(2n+2) > a {
	  transition-delay: 0.2s;
	}
}
@media (min-width: 992px) {
	.blog-list-animate > div:nth-child(3n+1) > a {
	  transition-delay: 0.1s;
	}
	.blog-list-animate > div:nth-child(3n+2) > a {
	  transition-delay: 0.2s;
	}
	.blog-list-animate > div:nth-child(3n+3) > a {
	  transition-delay: 0.3s;
	}
}
@media (min-width: 1200px) {
	.blog-list-animate > div:nth-child(4n+1) > a {
	  transition-delay: 0.1s;
	}
	.blog-list-animate > div:nth-child(4n+2) > a {
	  transition-delay: 0.2s;
	}
	.blog-list-animate > div:nth-child(4n+3) > a {
	  transition-delay: 0.3s;
	}
	.blog-list-animate > div:nth-child(4n+4) > a {
	  transition-delay: 0.4s;
	}
}



.blog-list-animate > div > a.is-visible {
  opacity: 1;
  transform: translateX(0);
}
























.blog-page h1, .blog-page h2, .blog-page h3, .blog-page h4, .blog-page h5, .blog-page h6{
	color:var(--color-dark);
}
.blog-page h1 {
  font-size: 2.5rem !important;
  line-height: 1.2 !important;
}

.blog-page h2 {
  font-size: 2rem !important;
  line-height: 1.25 !important;
}

.blog-page h3 {
  font-size: 1.75rem !important;
  line-height: 1.3 !important;
}

.blog-page h4 {
  font-size: 1.5rem !important;
  line-height: 1.35 !important;
}

.blog-page h5 {
  font-size: 1.25rem !important;
  line-height: 1.4 !important;
}

.blog-page h6 {
  font-size: 1.125rem !important;
  line-height: 1.45 !important;
}
.blog-page .blog-page-top-block{
	display: flex;
    gap: 50px;
    color: var(--color-primary-deep);
	align-items: center;
}
.blog-page .blog-page-top-block .img {
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
	max-width:500px;
	min-width:300px;
    aspect-ratio: 1.6;
}
.blog-page .blog-page-top-block .img > div {
    transition: transform 0.3s ease;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}
.blog-page .blog-page-top-block .img:hover > div {
    transform: scale(1.1) rotate(3deg);
}
.blog-page .blog-page-top-block .blog-page-title{
	display: flex;
    gap: 30px;
	flex-direction:column;
}
.blog-page .anchors-wrapper ul{
	display: flex;
    gap: 5px;
    flex-direction: column;
    margin-left: 40px;
    margin-bottom: 40px;
    font-size: 1.2em;
}
.blog-page .anchors-wrapper ul li{
	list-style-type: decimal;
}
.blog-page .anchors-wrapper ul li a{
	color: #0c0c0c;
    background-color: #ededed;
    border-radius: 8px;
	text-transform: none;
}
.blog-page .anchors-wrapper ul li a:hover{
	 background-color: #f2f2f3;
}
.blog-page .anchors-wrapper ul li h2{
	font-size: 1.2em !important;
    font-weight: 500;
}
.blog-page .anchors-wrapper ul li::marker{
	font-size: 1.2em !important;
    font-weight: 500;
}






.blog-page .blog-page-car-list{
	display: flex;
    flex-direction: column;
    gap: 10px;
}
.blog-page .blog-page-car-list .blog-page-car-list-item{
	transition: background-color .15s ease-in-out;
	color: var(--color-dark);
    border-radius: 5px;
	display: flex;
	padding: 5px;
    gap: 10px;
}
.blog-page .blog-page-car-list .blog-page-car-list-item:hover{
	background-color: #ededed;
}
.blog-page .blog-page-car-list .blog-page-car-list-item .item-img{
    background-repeat: no-repeat;
	background-position: center;
    background-size: cover;
	border-radius:5px;
    aspect-ratio: 1.6;
	width: 120px;
}
.blog-page .blog-page-car-list .blog-page-car-list-item .item-description{
	display: flex;
    flex-direction: column;
}
.blog-page .blog-page-car-list .blog-page-car-list-item .item-description > *:nth-child(1){
	font-weight: 600;
}
.blog-page .blog-page-car-list .blog-page-car-list-item .item-description > *:nth-child(2){
	color: var(--color-gray-gray-900);
}
.blog-page .blog-page-car-list .blog-page-car-list-item .item-description > *:nth-child(3){
	/* color:red; */
	/* font-weight: 600; */
}



































@media screen and (max-width: 991px) {
	.blog-page .blog-page-top-block{
		flex-direction:column;
	}
	.blog-page .blog-page-top-block .img {
		max-width:100%;
	}
}

.blog-page .blog-page-top-block .tags {
    display: flex;
    gap: 10px;
}

.blog-page .blog-page-top-block .tags span {
    padding: 7px 12px;
    border-radius: 100px;
    border: 2px solid var(--color-gray-gray-200);
    color: var(--color-primary-deep);
}
.blog-page .blog-page-top-block .date {
    display: flex;
    gap: 30px;
}
.blog-page .blog-page-top-block .date > span{
    display: flex;
    gap: 10px;
	align-items: center;
}










.pagination{
	justify-content: center;
	margin-top:120px;
	gap: 4px;
}
.pagination .page-link .page-item:first-child .page-link,
.pagination .page-link .page-item:last-child .page-link,
.pagination .page-link{
	display: flex;
	width: 56px;
	height: 56px;
	justify-content: center;
	align-items: center;
	border-radius: 12px !important;
	background-color: var(--color-white);
	box-shadow: none;
	outline: none;
	color: var(--color-primary-deep);
	border: none;
	
	font-size: 16px;
	font-weight: 600;
}
.pagination .page-link.selected,
.pagination .page-link:hover{
	background-color: var(--color-primary-deep);
	color: var(--color-white);
}
.pagination .page-link.selected svg path,
.pagination .page-link:hover svg path{
	stroke: var(--color-white);
}


.car-list-left-block{
	min-width: 280px;
}
.car-list-left-block.show{
	background: var(--color-gray-gray-100);
	display: flex !important;
	position: fixed;
	height: 100vh;
	padding: 20px;
	z-index: 999;
	width: 100%;
	left: 0;
	top: 0;
}
.car-list-left-block.show > div:nth-child(2){
	overflow-y: auto;
	padding: 10px 0;
	margin-top:0 !important;
}







header *{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
header nav .line{
	display:none;
}
header nav .social{
	display:none;
}
header nav .mobile-btn{
	display:none;
}

header .logo svg .car-path{
	transition: fill 0.3s ease;
}





header:has(#open-menu:checked) .logo svg .car-path,


body:not(.home-page) header .logo svg .car-path,
header.bg .logo svg .car-path{
	fill:var(--color-primary-deep);
}






header{
	background-color:var(--color-white);
	display: flex;
	padding:0 20px;
	justify-content: space-between;
	align-items: center;
	z-index: 99;
	position: relative;
	height:70px;
	transition: padding 0.3s ease, background-color 0.3s ease;
}
header.bg{
	background-color:var(--color-white) !important;
}
body.home-page header{
	background:none;
}




header nav ul, header nav ul li{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	gap: 24px;
}
header nav ul li a{
	color: var(--color-primary-deep);
	text-decoration:none;
	display: inline-block;
	
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: 1px;
	
	transition: transform 0.3s ease;
}
header nav ul li a:hover{
	transform: translateY(-2px);
}
body:not(.home-page), header nav ul li a:hover{
	color: var(--color-gray-gray-900);
}









header>div:first-child{
	display: flex;
	gap: 48px;
	align-items:center;
}
header>div:last-child{
	display: flex;
	gap: 8px;
	align-items:center;
}
header .btn-catalog,
header .btn-call{
	justify-content: center;
	align-items: center;
	padding: 10px 18px;
	display: flex;
	gap: 8px;
	border-radius: 8px;
	color: var(--color-white);
	transition: background 0.3s ease;
	border: none;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	line-height: 100%;
	min-height: 42px;
	min-width: 42px;
}
header .btn-call{
	background: var(--color-accent-main);
}
header .btn-call:hover{
	background: var(--color-accent-hover);
}
header .btn-catalog{
	background-color: rgba(1, 1, 1, 0.3);
	backdrop-filter: blur(10px);
}

header .btn-catalog svg{
	transition: fill 0.3s ease;
	display:none;
}
header .btn-catalog:hover{
	background-color: rgba(1, 1, 1, 0.5);
}
header .btn-open-menu {
	cursor: pointer;
	display: none;
	
	border-radius: 8px;
	background: var(--color-primary-deep);
	padding: 10px 10px;
}
#open-menu {
	display: none;
}
header .btn-open-menu svg line {
	stroke: var(--color-white);
	stroke-width: 3;
	transition: transform 0.1s, opacity 0.1s;
	transform-origin: center;
}
header:has(#open-menu:checked) .btn-open-menu .top {
	transform: translateX(-6px) translateY(6px) rotate(45deg);
}
header:has(#open-menu:checked) .btn-open-menu .mid {
	opacity: 0;
}
header:has(#open-menu:checked) .btn-open-menu .bot {
	transform: translateX(-6px) translateY(-5.2px) rotate(-45deg);
}


header:has(#open-menu:checked) nav ul li a,
body.home-page header nav ul li a {
	color: var(--color-white);
}
header:has(#open-menu:checked) nav ul li a:hover/*, body.home-page header nav ul li a:hover*/ {
	color: var(--color-gray-gray-200);
}
























.pdf-container .carfax .header{
	background-color: var(--color-primary-deep);
	color: var(--color-white);
	padding: 10px;
	display: flex;
	flex-direction: column;
}
.pdf-container .carfax .content{
	padding: 15px;
	display:flex;
	flex-direction:column;
}
.pdf-container .carfax{
	position:absolute;
	top:0;
	right:0;
	overflow: hidden;
	
	border-radius: 12px;
	border: 2px solid var(--color-primary-deep);
	background-color: var(--color-white);
	
	min-width: 300px;
}
.pdf-container{
	min-width:280px;
	min-height:450px;
	width: 100%;
	height: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(/assets/media/carfax.png);
	background-position: center;
	background-size: contain;
}
.pdf-container .sale-label{
	border-radius: 6px;
	background: var(--color-accent-main);
	box-shadow: 0 12px 7px 0 rgba(0, 0, 0, 0.05), 0 5px 5px 0 rgba(0, 0, 0, 0.09), 0 1px 3px 0 rgba(0, 0, 0, 0.10);
	
	position:absolute;
	right: -10px;
	top: 310px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 10px 8px;
	transform: rotate(-10deg);
}

@media screen and (max-width: 991px) {
	.pdf-container{
		padding-top: 530px;
		background-position: bottom;
	}
	.pdf-container .carfax{
		left: 50%;
		transform: translateX(-50%);
	}
	.pdf-container .sale-label{
		left: 60%;
		transform: rotate(-4deg) translateX(-50%);
		right: auto;
	}
	footer{
		flex-direction: column;
		align-items: center;
		gap: 50px;
		text-align: center;
		padding: 48px 15px;
		padding-bottom: 0;
	}
}

.breadcrumb{
	margin: 0; 
}
.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb a{
	color: var(--color-primary-deep);
}
.breadcrumb-item+.breadcrumb-item::before{
	font-size: 48px;
	line-height: 100%;
	margin: 0 12px;
}
.breadcrumb a:hover{
	color: var(--color-gray-gray-900);
}



.home-carousel{
	margin-top:-80px;
	margin-bottom: 30px;
	height: calc(100vh - 30px);
}

@media screen and (max-width: 426px) {
	/* .home-carousel { */
		/* height: calc(100vh - 150px); */
	/* } */
}
.home-carousel .carousel-inner, .home-carousel .carousel-item {
	height: 100%;
}
.home-carousel .carousel-indicators{
	/* background: red; */
	width: 100%;
	transform: translateY(100%);
	margin: 0;
	padding: 0 40px;
	/* transition: padding 0.3s ease; */
}
.home-carousel .carousel-indicators{
}
.home-carousel .carousel-indicators button{
	flex: 1 1 auto;
	background-color: var(--color-gray-gray-300) !important;
}
.home-carousel .carousel-indicators button.active{
	background-color: var(--color-primary-deep) !important;
}


.home-carousel .carousel-item {
	position: relative;
	overflow: hidden;
	
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}
.home-carousel .carousel-item .slide-img{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translate(-50%, -50%);
}
.home-carousel .carousel-caption{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
	color: #fff;
	background: linear-gradient(to right, #000000, rgba(0, 0, 0, 0.2));
}
.home-carousel .carousel-caption > div{
	/* transition: padding 0.3s ease; */
	justify-content:center;
	flex-direction:column;
	align-items: start;
	padding-top: 60px;
	padding-left: 60px;
	display:flex;
	height:100%;
	gap: 20px;
}
.home-carousel h1,
.home-carousel h2{
	/* transition: font-size 0.3s ease; */
}
.home-carousel h1{
	border-radius: 20px;
	padding-right: 58px;
	position:relative;
	
	text-align:left;
}
.home-carousel h2{
	text-align:left;
}
.home-carousel h2 span{
	color: var(--color-accent-main);
}
.home-carousel h1 span{
	position: relative;
	z-index: 1;
}
.home-carousel h1::before {
	content: '';
	position: absolute;
	inset: 0px;
	transform: skew(-19deg);
	/* transform-origin: left; */
	/* z-index: 0; */
	border-radius: 6px;
	background: var(--color-accent-main);
}
.home-carousel h1::after {
	background-image: url(/assets/media/flag.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	height: 70px;
	content: '';
	width: 90px;
	right: -25px;
	rotate: -8deg;
	/* transition: all 0.3s ease; */
}
.home-carousel ul, .home-carousel li{
	padding:0;
	margin:0;
	list-style:none;
}
.home-carousel li{
	display:flex;
	gap:12px;
	align-items:center;
	
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 27px */
}
.home-carousel .home-carousel-btn{
	border: none;
	background: var(--color-accent-main);
	
	justify-content: center;
	align-items: center;
	/* padding: 12px 16px; */
	display: flex;
	gap: 8px;
	border-radius: 8px;
	color: var(--color-white);
	transition: color 0.3s ease, background 0.3s ease;
	
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 19.2px */
	
	padding: 20px 24px;
}
.home-carousel .home-carousel-btn:hover {
	background: var(--color-accent-hover);
}

.car-accordion-info .accordion-button{
	color: var(--color-primary-deep);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	padding: 20px 18px 20px 20px;
}
.accordion-button:not(.collapsed) {
	box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color) !important;
}

.car-accordion-info .accordion-item,
.car-accordion-info .accordion-item:first-of-type,
.car-accordion-info .accordion-item:last-of-type{
	border-radius: 10px;
}


@media screen and (max-width: 768px) {
	/* body{ */
		/* padding-top:80px; */
	/* } */
	.container-fluid:has(.container-fluid-content),
	.container-fluid.container-padding {
		padding: 8px 12px;
	}
	.home-carousel .carousel-indicators {
		padding: 0 12px;
	}
	.home-carousel .carousel-caption > div{
		padding: 0;
	}
	.home-carousel li {
		font-size: 16px;
	}

	
	
}
@media screen and (max-width: 991px) {
	.home-carousel {
		margin-top: 0;
	}
	body:not(.home-page) #main{margin-top:70px;}
	header{
		padding: 0 12px;
		position:fixed;
		left:0;
		top:0;
		width:100%;
	}
	header .btn-catalog {
		display:none;
	}
	header nav{
		display:none;
	}
	header .btn-open-menu {
		display: flex;
	}
	header:has(#open-menu:checked){
		background-color: var(--color-white) !important;
	}
	header:has(#open-menu:checked) nav{
		width: 100%;
		left: 0;
		top: 70px;
		height: calc(100vh - 70px);
		position: fixed;
		display: block;
		background-color: var(--color-dark);
		
		display: flex;
		flex-direction: column;
		justify-content: space-around;
	}
	header nav ul li.line{
		display:list-item;
		height:1px;
		background-color:var(--color-gray-gray-900);
		width:100%;
	}
	header nav ul{
		flex-direction: column;
		padding: 20px;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: 110%;
		letter-spacing: -0.84px;
	}
	header nav .social{
		display:flex;
		gap:15px;
		padding:0 20px;
		flex-wrap: wrap;
	}
	header nav .social a{
		padding:12px;
		border-radius: 12px;
		border: 2px solid var(--color-gray-gray-900);
		transition: background-color 0.3s ease, border-color 0.3s ease;
	}
	header nav .social a:hover{
		background-color: var(--color-primary-soft);
		border-color: transparent;
	}
	header nav .mobile-btn{
		display:flex;
		flex-direction:column;
		gap:8px;
		padding:20px;
	}
	header nav .mobile-btn .btn-catalog-mobile{
		padding: 12px 16px;
		border-radius: 8px;
		border: 1px solid var(--color-gray-gray-100);
		background:none;
		color: var(--color-white);
		transition: background-color 0.3s ease, color 0.3s ease;
	}
	header nav .mobile-btn .btn-catalog-mobile:hover{
		background-color: var(--color-white);
		color: var(--color-primary-deep);
	}
	header nav .mobile-btn .btn-call-mobile{
		padding: 12px 16px;
		border-radius: 8px;
		border: none;
		background:var(--color-accent-main);
		color: var(--color-white);
		text-decoration:none;
		/* text-align:center; */
		
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 8px;
		
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%; /* 19.2px */
		
		transition: background 0.3s ease;
	}
	header nav .mobile-btn .btn-call-mobile:hover {
		background: var(--color-accent-hover);
	}
	header ul li {
		opacity: 0;
	}
	header ul li:not(.line) {
		animation: fadeInRight .4s ease forwards;
	}
	header ul li.line {
		animation: fadeIn .4s ease forwards;
	}
	header ul li:nth-child(1)  { animation-delay: 0.01s; }
	header ul li:nth-child(2)  { animation-delay: 0.05s; }
	header ul li:nth-child(3)  { animation-delay: 0.10s; }
	header ul li:nth-child(4)  { animation-delay: 0.15s; }
	header ul li:nth-child(5)  { animation-delay: 0.20s; }
	header ul li:nth-child(6)  { animation-delay: 0.25s; }
	header ul li:nth-child(7)  { animation-delay: 0.30s; }
	header ul li:nth-child(8)  { animation-delay: 0.35s; }
	header ul li:nth-child(9)  { animation-delay: 0.4s; }
	header nav ul li a {
		transition: transform 0.3s ease;
	}

	header nav ul li a:hover {
		transform: translateX(5px);
	}
}
@media screen and (max-width: 1200px) {
	h1, .h1{
		font-size: 38px;
		font-style: normal;
		font-weight: 900;
		line-height: 100%; 
		letter-spacing: -0.76px;
		text-transform: uppercase;
	}
	h2, .h2{
		font-size: 32px;
		font-style: normal;
		font-weight: 900;
		line-height: 110%; 
		letter-spacing: -0.64px;
		text-transform: uppercase;
	}
	h3, .h3{
		font-size: 22px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%; 
		letter-spacing: -0.22px;
	}
	.h3-2{
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: 110%; 
		letter-spacing: -0.84px;
	}
	header .btn-call,
	header .btn-catalog{
		padding: 10px 10px;
	}
	header .btn-catalog span{
		display:none;
	}
	header .btn-catalog svg{
		display:inline;
	}
	header .btn-call span{
		display:none;
	}
	.home-carousel h1::after{
		height: 60px;
		width: 80px;
		right: -17px;
		top: -3px;
	}
}

body.modal-open {
  padding-right: 0 !important;
  overflow:unset !important;
}
.form-success{
	display:none;
}


.btn-group-locations-list{
	display:flex;
	flex-direction:column;
	gap:5px;
}
.btn-group-locations-list button svg{
	opacity:0;
}
.btn-group-locations-list button:hover{
	background-color: var(--color-gray-gray-200);
}
.btn-group-locations-list button{
	background:none;
	border:none;
	text-align:left;
	display:flex;
	justify-content: space-between;
	padding: 12px 16px;
	border-radius: 6px;
	
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 19.2px */
}
.btn-group-locations-list button.selected{
	background-color:var(--color-primary-deep);
	color:var(--color-white);
}
.btn-group-locations-list button.selected svg{
	opacity:1;
}



.style-footer-logo{
	/* position:absolute; */
	/* bottom:-5px; */
	/* left: 50%; */
	/* transform: translateX(-50%); */
	/* width:90%; */
	width: 100%;
	max-width:100%;
}
.style-footer-logo svg{
	width:100%;
	max-width:100%;
}




.ai-bot-img{
	display: flex;
	align-items: end;
	justify-content: center;
	height: 100%;
	width: 100%;
}
.ai-bot-img img{
	max-width: 85%;
	max-height: auto;
	width: 436px;
	height: auto;
}



.btn-submit-modal{
	border: none;
	background: var(--color-accent-main);
	border-radius: 8px;
	color: var(--color-white);
	transition: background 0.3s ease;
	padding: 20px 24px;
	
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.btn-submit-modal:hover {
	background: var(--color-accent-hover);
}
.modal{
	padding-right: 0 !important;
}
.modal-dialog-scrollable .modal-body{
	padding:65px 16px 20px 16px;
	/* min-height:300px; */
	scrollbar-width: none;
	
}

.preloader{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: var(--color-white);
	z-index: 99999999;
	display: flex;
	justify-content: center;
	align-items: center;
}
.preloader img{
	max-width:300px;
}




/* .modal-dialog { */
  /* transition: max-width 0.2s ease, width 0.2s ease !important; */
/* } */




.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
  display: none;
}
.modal-dialog-scrollable .modal-body .btn-close{
	position: absolute;
	right: 22px;
	top: 22px;
}
.btn-close:focus{
	box-shadow:none;
}
.modal-content{
	border-radius: 24px;
}
@media (min-width: 576px) {
	.modal-body {
		padding:65px 25px 20px 25px !important;
	}
	.swiper.stages .swiper-slide>div{
		min-height:370px;
	}
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
	.modal-body {
		padding: 65px 25px !important;
	}
}
@media (min-width: 1200px) {
	.modal-body {
		padding: 50px !important;
	}
}



span.bg-mark span{
	position: relative;
	color: var(--color-white);
}
span.bg-mark{
	position: relative;
	margin-left: 16px;
	display: inline-block;
}
span.bg-mark::before {
	content: '';
	position: absolute;
	inset: 4px -10px;
	transform: skew(12deg);
	border-radius: 6px;
	background: var(--color-accent-main);
}

.manager-img{
	width:48px;
	height:48px;
	border-radius: 50%;
	border: 2px solid var(--color-accent-main);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}



.swiper.profile-nav .swiper-slide{
	width: auto;
    flex-shrink: 0;
	
	display: flex;
	justify-content: center;
	align-items: center;
	
	cursor:pointer;
}
.swiper.profile-nav .swiper-slide .btn-profile-nav{
	border-radius: 8px;
	border:none;
	padding: 8px 16px;
	background-color: var(--color-white);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	user-select:none;
	transition: background-color 0.3s ease, color 0.3s ease;
}
.swiper.profile-nav .swiper-slide .btn-profile-nav.active,
.swiper.profile-nav .swiper-slide .btn-profile-nav:hover{
	background-color: var(--color-primary-deep);
	color: var(--color-white);
}
.swiper.profile-nav:after {
	content: "";
	right: 0;
	top: 0;
	bottom: 0;
	width: 30px;
	background: linear-gradient(to right, rgba(242, 242, 243, 0), #F2F2F3);
	position: absolute;
	z-index: 3;
}


.cars-list-filters{
	display:flex;
	justify-content: space-between;
	gap:20px;
}
.cars-list-filters > div:first-child {
	display:flex;
    min-width: 0;
    flex: 1 1 auto;
}

.cars-list-filters .swiper {
    width: 100%;
    overflow: hidden;
}
.cars-list-filters .swiper:after{
	content:"";
	right:0;
	top:0;
	bottom:0;
	width:30px;
	background: linear-gradient(to right, rgba(242,242,243,0), #F2F2F3);
	position:absolute;
	z-index: 3;
}
.cars-list-filters .swiper-slide{
	/* background-color:red; */
	width: auto;
    flex-shrink: 0;
	
	display: flex;
	justify-content: center;
	align-items: center;
}


.cars-list-filters input[type="checkbox"]{
  display:none;
}

.cars-list-filters .checkbox-filter{
	user-select:none;
	display: flex;
	padding: 8px 16px;
	align-items: center;
	justify-items: center;
	gap: 4px;
	border-radius: 8px;
	background-color: var(--color-white);
	cursor:pointer;
	transition: background 0.3s ease, color 0.3s ease;
}
.cars-list-filters input[type="checkbox"]:checked + .checkbox-filter{
	background-color: var(--color-primary-deep);
	color: var(--color-white);
}

/* @media screen and (min-width: 991px) { */
	/* .cars-list-filters .checkbox-filter:hover{ */
		/* background-color: var(--color-primary-deep); */
		/* color: var(--color-white); */
	/* } */
/* } */


.toggle-mobile-filters{
	cursor:pointer;
}
.cars-list-filters .open-mobile-filters{
	user-select:none;
	display: flex;
	padding: 10px 16px;
	align-items: center;
	justify-items: center;
	gap: 4px;
	border-radius: 8px;
	cursor:pointer;
	transition: stroke 0.3s ease, background 0.3s ease, color 0.3s ease;
	
	border:none;
	background-color: var(--color-primary-deep);
	color: var(--color-white);
}
.cars-list-filters .open-mobile-filters:hover svg path{
	stroke:var(--color-primary-deep);
}
.cars-list-filters .open-mobile-filters:hover{
	background-color: var(--color-white);
}


.btn-back-to-help-center{
	border: 2px solid var(--color-gray-gray-900);
	justify-content: center;
	border-radius: 12px;
	align-items: center;
	background:none;
	display: flex;
	height:48px;
	width:48px;
}


















/* ANIMATION ---------------------------------------------------------------------------*/




/* Fade In */
.fade-in:not(.fade):not(.is-visible) {
  animation: fadeIn 1s ease forwards;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Fade In Left */
.fade-in-left:not(.fade):not(.is-visible) {
  animation: fadeInLeft 1s ease forwards;
}
@keyframes fadeInLeft {
  from { opacity: 0; transform: translate(-40px, 0); }
  to { opacity: 1; transform: translate(0, 0); }
}

/* Fade In Right */
.fade-in-right:not(.fade):not(.is-visible) {
  animation: fadeInRight 1s ease forwards;
}
@keyframes fadeInRight {
  from { opacity: 0; transform: translate(40px, 0); }
  to { opacity: 1; transform: translate(0, 0); }
}

/* Fade In Top */
.fade-in-top:not(.fade):not(.is-visible) {
  animation: fadeInTop 1s ease forwards;
}
@keyframes fadeInTop {
  from { opacity: 0; transform: translate(0, -40px); }
  to { opacity: 1; transform: translate(0, 0); }
}

/* Fade In Bottom */
.fade-in-bottom:not(.fade):not(.is-visible) {
  animation: fadeInBottom 1s ease forwards;
}
@keyframes fadeInBottom {
  from { opacity: 0; transform: translate(0, 40px); }
  to { opacity: 1; transform: translate(0, 0); }
}
































/* Fade In IF VISIBLE */
.fade.fade-in.is-visible {
  animation: fadeIn 1s ease forwards;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Fade In Left IF VISIBLE */
.fade.fade-in-left.is-visible {
  animation: fadeInLeft 1s ease forwards;
}
@keyframes fadeInLeft {
  from { opacity: 0; transform: translate(-40px, 0); }
  to { opacity: 1; transform: translate(0, 0); }
}

/* Fade In Right IF VISIBLE */
.fade.fade-in-right.is-visible {
  animation: fadeInRight 1s ease forwards;
}
@keyframes fadeInRight {
  from { opacity: 0; transform: translate(40px, 0); }
  to { opacity: 1; transform: translate(0, 0); }
}

/* Fade In Top IF VISIBLE */
.fade.fade-in-top.is-visible {
  animation: fadeInTop 1s ease forwards;
}
@keyframes fadeInTop {
  from { opacity: 0; transform: translate(0, -40px); }
  to { opacity: 1; transform: translate(0, 0); }
}

/* Fade In Bottom IF VISIBLE */
.fade.fade-in-bottom.is-visible {
  animation: fadeInBottom 1s ease forwards;
}
@keyframes fadeInBottom {
  from { opacity: 0; transform: translate(0, 40px); }
  to { opacity: 1; transform: translate(0, 0); }
}

/* Fade Out */
.fade-out {
  animation: fadeOut 1s ease forwards;
}
@keyframes fadeOut {
  from { opacity: 1; }
  to   { opacity: 0; }
}

/* Fade Out Left */
.fade-out-left {
  animation: fadeOutLeft 1s ease forwards;
}
@keyframes fadeOutLeft {
  from { opacity: 1; transform: translate(0, 0); }
  to { opacity: 0; transform: translate(-40px, 0); }
}

/* Fade Out Right */
.fade-out-right {
  animation: fadeOutRight 1s ease forwards;
}
@keyframes fadeOutRight {
  from { opacity: 1; transform: translate(0, 0); }
  to { opacity: 0; transform: translate(40px, 0); }
}

/* Fade Out Top */
.fade-out-top {
  animation: fadeOutTop 1s ease forwards;
}
@keyframes fadeOutTop {
  from { opacity: 1; transform: translate(0, 0); }
  to { opacity: 0; transform: translate(0, -40px); }
}

/* Fade Out Bottom */
.fade-out-bottom {
  animation: fadeOutBottom 1s ease forwards;
}
@keyframes fadeOutBottom {
  from { opacity: 1; transform: translate(0, 0); }
  to { opacity: 0; transform: translate(0, 40px); }
}
/* END ANIMATION ---------------------------------------------------------------------------*/