/*===========================BODY==========================*/

/*font-family: "Noto Sans Hebrew", sans-serif;*/


:root {
    --bg: #f4f7fb;
    --ink: #0f2438;
    --brand: #123e7a;
    --brand-2: #0a2f5d;
    --line: #dce4ef;
    --card: #ffffff;
}

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

html {
    background: #fff;
}


body {
   font-family: "Noto Sans Hebrew", sans-serif;
    background: #f2f2f2;
    color: var(--ink);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
}

img {
    max-width: 100%;
}



/*===========================BODY==========================*/




/*===========================HEADER==========================*/


.container {
	width: 100%;
	padding: 0 20px;
	max-width: 1696px;
	margin: 0 auto;
}



.site-header {
	background: #fff;
	padding: 18px 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	border-bottom: 1px solid #ced5df;
}



.top-nav .container {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}



.header-logo {
	width: 20%;
}



.main-nav {
	width: 60%;
}



.main-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}


.main-nav ul li {
	margin: 0 20px;
}



.main-nav ul li a {
	color: #3E3E3E;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-decoration: none;
	font-family: "Noto Sans Hebrew", sans-serif;
}


.main-nav ul li a::after {
	content: attr(data-nav-text);
	display: block;
	font-weight: 700;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	pointer-events: none;
	user-select: none;
}

.main-nav ul li a:hover,
.main-nav ul li.active a {
	font-weight: 700;
}


.top-contact {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	width: 20%;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
}


.site-header .top-contact.desktop-only {
	transform: translateX(18px);
}


.top-contact a {
	color: #3E3E3E;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	text-decoration: none;
	text-align: center;
	font-family: "Noto Sans Hebrew", sans-serif;
	margin-right: 40px;
}


.top-contact a .contact-sub {
	display: block;
}



/*===========================HEADER==========================*/




/*==========================LEASING==========================*/


#main {
	overflow-x: clip;
	min-height: 550px;
}




.pery-hero-slider {
	margin-bottom: 18px;
}



#pery-hero-slider {
	padding-top: 100px;
	padding-bottom: 42px;
}



.slide-caption {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	left: 50%;
	width: 100%;
	padding: 0 60px 0 90px;
}



.btn-white a {
	color: #03073e;
	background: #fff;
	text-decoration: none;
	font-family: "Noto Sans Hebrew", sans-serif;
	font-weight: 700;
	font-size: 20px;
	display: inline-block;
	border-radius: 50px;
	padding: 11px 49px;
	border: 4px solid #007cbc;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}


.btn-white a:hover {
	color: #fff;
	background: #007cbc;
}



.slide-caption h1 {
	color: #fff;
	font-family: "Noto Sans Hebrew", sans-serif;
	font-weight: 400;
	font-size: 60px;
	line-height: 50px;
}


.slide-caption h1 strong {
	color: #01b2e4;
}



.hero-slide-img img,
.hero-slide-img video {
	width: 100%;
	aspect-ratio: 1920 / 370;
	height: auto;
	object-fit: cover;
	display: block;
}



#pery-hero-slider .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	cursor: pointer;
	opacity: 1;
	border-radius: 0;
	background: url('/assets/icons/bullet-inactive.svg') center/contain no-repeat;
}

#pery-hero-slider .swiper-pagination-bullet-active {
	background: url('/assets/icons/bullet-active.svg') center/contain no-repeat;
}

.hero-btn-prev,
.hero-btn-next { display: none; }

.hero-btn-prev-DISABLED,
.hero-btn-next-DISABLED {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    transition: background 0.15s;
}
.hero-btn-prev:hover,
.hero-btn-next:hover { background: #f0f4f8; }
.hero-btn-prev { right: 16px; }
.hero-btn-next { left: 16px; }




.filters-cars-inner .container {
	max-width: 1440px;
}



.filters-fluid h2 {
	text-align: center;
	font-family: "Noto Sans Hebrew", sans-serif;
	font-size: 28px;
	line-height: 32px;
	font-weight: 700;
	max-width: 1000px;
	margin: 0 auto 16px;
}


.filters-wrap {
	background: #ecfbff;
	padding: 27px 0 14px;
	position: sticky;
	top: 76px;
	z-index: 1;
}



.filters-wrap .container {
	max-width: 1011px;
}



.leasing-filter-form {
	display: flex;
	flex-flow: row wrap;
}



.leasing-filter-form .dropdown {
	width: 23%;
	position: relative;
	direction: rtl;
	margin: 0 0 0 2.6%;
}


.leasing-filter-form .dropdown:last-child {
	margin-left: 0;
}


.leasing-filter-form .dropdown-toggle {
	background: #fff;
	padding: 11.5px 12px 12.5px;
	border-radius: 8px;
	border: 1px solid #ced5df;
	cursor: pointer;
	font-family: "Noto Sans Hebrew", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #3E3E3E;
	position: relative;
}

.filter-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	border-radius: 50px;
	background: #B6EEFD;
	color: #3E3E3E;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	left: 32px;
	top: 50%;
	transform: translateY(-50%);
}

.filter-count[hidden] {
	display: none !important;
}


.dropdown-toggle::after {
	content: "";
	display: block;
	background: url("../icons/select-arrow.svg") no-repeat 0 0;
	position: absolute;
	width: 15px;
	height: 10px;
	top: 53%;
	left: 12px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}


.filters-extras {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	margin-top: 21px;
}



.filters-check input {
	margin-left: 10px;
}


.filters-checks {
	width: 50%;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}



.filters-check {
	margin-left: 40px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}



.filters-check:last-child {
	margin-left: 0;
}



.filters-check span {
	color: #646464;
	font-size: 16px;
	font-weight: 400;
	font-family: "Noto Sans Hebrew", sans-serif;
}


.filters-check input[type="checkbox"], 
.dropdown-options input[type="checkbox"] {
	width: 16px;
	height: 16px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	border: none;
	background:url("../icons/check-icon.png") no-repeat 0 0;
}


.filters-check input[type="checkbox"]:after, 
.dropdown-options input[type="checkbox"]:after {
	content: ' ';
	width: 16px;
	height: 16px;
	display: none;
}


.filters-check input[type="checkbox"]:checked:after, 
.dropdown-options input[type="checkbox"]:checked:after {
	display: block;
	background:url("../icons/check-active.png") no-repeat 0 0;
	background-size: 100%;
}



.leasing-filter-form .dropdown.open .dropdown-toggle {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}



.leasing-filter-form .dropdown-menu {
	position: absolute;
	top: 100%;
	width: 100%;
	background: #fff;
	border: 1px solid #cfd8dc;
	border-radius: 0 0 12px 12px;
	display: none;
	border-top-color: #fff;
	z-index: 1;
}



.leasing-filter-form .dropdown.open .dropdown-menu {
	display: block;
	margin-top: -1px;
}



.leasing-filter-form .dropdown-options {
	padding: 17px 12px 17px;
}



.leasing-filter-form .dropdown-options label input {
	margin-left: 10px;
}


.leasing-filter-form .dropdown-options label {
	color: #646464;
	font-family: "Noto Sans Hebrew", sans-serif;
	font-size: 16px;
	line-height: 16px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	margin-bottom: 20px;
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
}



.filters-sort {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-family: "Noto Sans Hebrew", sans-serif;
	font-size: 14px;
	color: #3E3E3E;
	text-decoration: none;
	cursor: pointer;
}

.filters-sort img {
	width: 20px;
	height: 20px;
}

.filters-sort.active {
	color: #4ABECC;
}

.filters-clear {
	font-family: "Noto Sans Hebrew", sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #3E3E3E;
	text-decoration: none;
	background: url("../icons/closeX.svg") no-repeat center right;
	padding-right: 23px;
	cursor: pointer;
}



.leasing-filter-form .save-btn {
	background: #5fceea;
	padding: 7px 13px 8px 34px;
	border-radius: 7px;
	border: none;
	font-family: "Noto Sans Hebrew", sans-serif;
	font-weight: 700;
	font-size: 16px;
	cursor: pointer;
	position: relative;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}



.leasing-filter-form .save-btn:hover {
	background: #B6EEFD;
}



.leasing-filter-form .save-btn::after {
	content: "";
	display: block;
	background: url("../icons/select-arrow.svg") no-repeat 0 0;
	position: absolute;
	width: 15px;
	height: 10px;
	top: 55%;
	left: 12px;
	transform: translateY(-50%) rotate(90deg);
	-webkit-transform: translateY(-50%) rotate(90deg);
	-moz-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
}



.dropdown-footer .clear-btn {
	cursor: pointer;
	background: transparent;
	border: none;
	font-family: "Noto Sans Hebrew", sans-serif;
	text-decoration: underline;
	color: #3E3E3E;
	font-size: 16px;
}



.search-block {
	position: relative;
	padding: 0 12px 16px;
	margin: 10px 0 0;
	border-bottom: 1px solid #ecfbff;
}


.search-block input {
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	font-family: "Noto Sans Hebrew", sans-serif;
	border: 1px solid #ced5df;
	padding: 11px 21px 11px 40px;
	border-radius: 50px;
}


.search-block button {
	position: absolute;
	left: 26px;
	top: 13px;
	background: transparent;
	border: none;
	cursor: pointer;
	width: 19px;
}


.search-block button img {
	width: 100%;
}


.leasing-filter-form .dropdown-footer {
	padding: 0 12px;
}


.dropdown-btn {
	border-top: 2px solid #ccc;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	padding: 16px 0;
}



/* ===== RANGE SLIDER ===== */

.price-slider-block .price-input {
  width: 100%;
  display: flex;
  margin: 30px 0 70px;
}


.price-slider-block .price-input .field {
  width: 100%;
  height: 45px;
  align-items: center;
}

.price-slider-block .price-input .field:has(small) {
  display: inline-flex;
  gap: 4px;
}

.price-slider-block .price-input .field-max:has(small) {
  justify-content: flex-end;
}

.price-slider-block .price-input .field small {
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: 13px;
  color: #646464;
}



.price-slider-block .field span {
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 6px;
  display: block;
}



.price-slider-block .field input {
	width: 100%;
	height: 100%;
	outline: none;
	font-size: 16px;
	margin-left: 12px;
	border-radius: 5px;
	text-align: right;
	border: 1px solid #999;
	-moz-appearance: textfield;
	color: #3E3E3E;
	font-family: "Noto Sans Hebrew", sans-serif;
	padding: 0 11px;
}



input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.price-input .separator {
  width: 130px;
  font-size: 34px;
  text-align: center;
  position: relative;
  top: 23px;
  color: #3E3E3E;
  font-family: "Noto Sans Hebrew", sans-serif;
}


.price-slider-block .slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}


.price-slider-block .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #5fceea;
  top: -2px;
  height: 9px;
}


.price-slider-block .range-input {
  position: relative;
  margin-bottom: 70px;
}


.price-slider-block .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -6px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  direction: rtl;
}


input[type="range"]::-webkit-slider-thumb {
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: #002144;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}


input[type="range"]::-moz-range-thumb {
  height: 22px;
  width: 22px;
  border: none;
  border-radius: 50%;
  background: #002144;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}


.price-slider-block {
  background: #fff;
  width: 400px;
  position:relative;
  padding: 24px 34px 31px;
  border: 1px solid #ced5df;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(206, 213, 223);
  margin-top: 15px;
  border-right: hidden;
  border-radius: 10px;
}


.price-slider-block .dropdown-footer {
  padding: 0;
}


.dropdown-range {
	position: relative;
	overflow: hidden;
}


.dropdown-range.open {
	overflow: visible;
}


.dropdown-range::after {
  content: "";
  display: block;
  width: calc(100% - 5px);
  height: 12px;
  background: #fff;
  position: absolute;
  bottom: -24px;
  right: 3px;
  z-index: 1;
}



/* ===== RANGE SLIDER ===== */



.filters-cars {
	background: #fff;
	padding: 43px 0;
}


.center-title {
	margin-bottom: 24px;
}

.more-controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}


.center-title h2 {
	color: #002144;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
	font-family: "Noto Sans Hebrew", sans-serif;
}

.cars-count-label {
	font-size: 13px;
	color: #646464;
	font-weight: 400;
	white-space: nowrap;
}



.vehicle-cite {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
}


.vehicle-cite span {
	margin: 0 4px;
	border-radius: 0 0 8px 8px;
	padding: 4px 9px 5px;
	color: #002144;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	font-family: "Noto Sans Hebrew", sans-serif;
}



.vehicle-cite .color {
	background: #B6EEFD;
}


.vehicle-cite .border {
	border: 1px solid #B6EEFD;
}


.cards-grid {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	padding-top: 49px;
}



.filters-cars-inner .cards-grid {
	padding-top: 0;
}


.vehicle-card {
	background: #fff;
	border: 1px solid #ced5df;
	border-radius: 8px;
	padding: 20px 24px 24px;
	position: relative;
	margin: 0 0 1.7% 1.7%;
	width: 23.7%;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}


.vehicle-card:nth-child(4n) {
	margin-left: 0;
}



.vehicle-card:hover {
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
}


.vehicle-image-wrap {
	margin-bottom: 14px;
	aspect-ratio: 16 / 9;
	background: #f4f6f9;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}


.vehicle-image-wrap img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}


.vehicle-title {
	margin: 0 0 37px;
	color: #00335c;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	font-weight: 700;
	font-family: "Noto Sans Hebrew", sans-serif;
}



.vehicle-top {
	margin-bottom: 18px;
}



.vehicle-info {
    border-top: 1px solid #ced5df;
    border-bottom: 1px solid #ced5df;
    min-height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 8px 0;
}



.vehicle-info-tag {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}


.vehicle-info-tag span {
	color: #2161DE;
	font-size: 12px;
	font-weight: 700;
	font-family: "Noto Sans Hebrew", sans-serif;
	line-height: 24px;
}

.vehicle-insurance-tag .vehicle-icon {
	width: 20px;
	height: 20px;
}

.vehicle-insurance-tag span {
	color: #3E3E3E;
	font-weight: 400;
}




.vehicle-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}



.vehicle-sep {
    width: 1px;
    height: 24px;
    background: #ced5df;
}



.vehicle-price {
	margin: 0 0 9px;
	color: #3E3E3E;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	display: flex;
	justify-content: center;
	gap: 4px;
	align-items: flex-end;
	font-family: "Noto Sans Hebrew", sans-serif;
}

.vehicle-price small {
	font-weight: 400;
	font-size: 16px;
}



.vehicle-desc {
	color: #646464;
	font-size: 14px;
	font-weight: 400;
	font-family: "Noto Sans Hebrew", sans-serif;
	line-height: 20px;
	margin-bottom: 19px;
	text-align: center;
}



.btn-secondary {
	width: 100%;
	border-radius: 8px;
	background: #002144;
	color: #fff;
	padding: 10px 24px 13px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	display: block;
	font-family: "Noto Sans Hebrew", sans-serif;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}



.btn-secondary:hover,
.vehicle-card:hover .btn-secondary{
	background: #033c79;
	color: #fff;
}


.load-more-wrap {
	text-align: center;
	margin-top: 32px;
}


.btn-load-more {
	border-radius: 8px;
	background: #002144;
	color: #fff;
	padding: 12px 40px;
	font-size: 16px;
	font-weight: 700;
	font-family: "Noto Sans Hebrew", sans-serif;
	border: none;
	cursor: pointer;
	transition: background 0.3s linear;
}


.btn-load-more:hover {
	background: #033c79;
}



.btn-secondary img {
	position: relative;
	top: 1px;
	right: 6px;
}


.btn-sidebar-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.btn-sidebar-cta img {
	position: static;
	right: auto;
	top: auto;
	width: 16px;
	flex-shrink: 0;
}




.faq {
	background: #f5f5f5;
	padding: 38px 0;
}


.faq .container {
	max-width: 850px;
}


.item-roll-out .item-head {
	position: relative;
	padding-right: 52px;
	cursor: pointer;
}



.item-head h3 {
	color: #002144;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	font-family: "Noto Sans Hebrew", sans-serif;
	margin: 0;
}


.item-roll-out .roll-list {
	padding-right: 52px;
	padding-top: 13px;
}


.roll-list p {
	color: #002144;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	font-family: "Noto Sans Hebrew", sans-serif;
}


.item-roll-out {
	border-top: 1px solid #CED5DF;
	padding: 25px 0;
}


.item-roll-out .item-head::after {
	background: url("../icons/plus-icon.svg") no-repeat 0 0;
	content: '';
	height: 32px;
	right: 10px;
	position: absolute;
	top: -6px;
	width: 32px;
	transition: transform 500ms ease;
	-webkit-transition: transform 500ms ease;
	-moz-transition: transform 500ms ease;
}


.item-roll-out .item-head.close::after {
	transform: rotate(44deg);
	-webkit-transform: rotate(44deg);
	-moz-transform: rotate(44deg);
	-ms-transform: rotate(44deg);
}




/*==========================LEASING==========================*/




/*==========================FOOTER==========================*/


.site-footer {
	background: #072446;
	padding-bottom: 31px;
	overflow: hidden;
}



.footer-grid {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	padding: 53px 0 90px;
	direction: rtl;
}


.footer-logo-col {
	padding-left: 12%;
}



.footer-col {
	padding-left: 3%;
	width: 19%;
}


.footer-col:last-child {
	padding-left: 0;
	width: auto;
}



.footer-logo img {
	width: 153px;
	height: auto;
	object-fit: contain;
}



.footer-col-title {
	margin: 0 0 16px;
	font-size: 16px;
	font-weight: 700;
	color: #5FCEEA;
	text-align: right;
	line-height: 20px;
	font-family: "Noto Sans Hebrew", sans-serif;
}




.footer-bottom nav a, 
.footer-bottom p {
	color: #CED5DF;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	font-family: "Noto Sans Hebrew", sans-serif;
	text-decoration: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}



.footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}


.footer-col ul li {
	margin-bottom: 11px;
}


.footer-col ul li a {
	font-size: 16px;
	line-height: 20px;
	font-family: "Noto Sans Hebrew", sans-serif;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}


.footer-col ul li a:hover {
	color: #5FCEEA;
}


.footer-bottom p {
    color: #d7e5f5;
}



.footer-bottom-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 0;
	direction: rtl;
	gap: 1rem;
}



.footer-copy {
	margin: 0;
	font-size: 16px;
	font-family: "Noto Sans Hebrew", sans-serif;
	font-weight: 400;
}



.footer-legal {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}




@media (max-width: 767px) {
	.filters-wrap {
		position: static;
	}
}




.mobile-only {
	display: none;
}



.site-footer .mobile-only {
   display: none !important;
}



/*==========================FOOTER==========================*/







/*==========================HEADER==========================*/


@media (max-width:1000px){
	
		
	header .desktop-only {
		display: none;
	}


	header .mobile-only {
		display: block;
	}
		
		
		
	.hamburger-close {
		display: none;
	}


	.container {
		padding: 0 15px;
	}


	.header-logo {
		width: 100%;
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		overflow: hidden;
	}

	.header-logo .logo img {
		max-width: 120px;
		height: auto;
	}	


	.hamburger {
		cursor: pointer;
		width: 24px;
		height: 24px;
		position: relative;
	}


	.hamburger.active .hamburger {
		display: none;
	}


	.hamburger.active .hamburger {
		display: none;
	}


	.hamburger.active .hamburger-close {
		display: block;
		width: 19px;
	}


	.hamburger img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}


	.main-nav.open {
		display: block;
		width: 100%;
		position: absolute;
		top: calc(100% + 1px);
		background: #fff;
		left: 0;
		right: 0;
		padding: 25px 45px 20px;
		height: 100vh;
	}


	.main-nav.open ul {
		display: inline-block;
		width: 100%;
		margin-bottom: 26px;
	}


	.main-nav.open ul li {
		width: 100%;
		margin: 0;
	}


	.main-nav.open ul li a {
		font-size: 14px;
		border-bottom: 1px solid #ced5df;
		display: block;
		padding: 10px 0;
	}


	.top-contact.mobile-only {
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		width: 100%;
		flex-direction: row-reverse;
		-webkit-flex-direction: row-reverse;
		-moz-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
	}


	.top-contact.mobile-only a {
		margin: 0 20px;
	}


	.top-contact a .contact-sub {
		font-weight: 700;
	}
	
	
}/*===media close===*/




@media (min-width:1000px) and (max-width:1200px){


	.main-nav ul li {
		margin: 0 17px;
	}	


	.main-nav ul li a {
		font-size: 15px;
	}


	.top-contact a {
		margin-right: 20px;
	}	
	
	
}/*===media close===*/





/*==========================HEADER==========================*/





/*==========================LEASING==========================*/



@media (max-width:767px){
	
		
	.desktop-only {
		display: none;
	}


	.mobile-only {
		display: block;
	}


	.pery-hero-slider .container {
		padding: 0;
	}


	#pery-hero-slider {
		padding-top: 81px;
		padding-bottom: 36px;
	}


	.pery-hero-slider {
		margin-bottom: 10px;
	}


	.hero-slide-img img,
	.hero-slide-img video {
		aspect-ratio: 430 / 256;
	}



	.btn-white a {
		background: linear-gradient(-142deg,rgb(69, 179, 255), #fff 119%);
		font-weight: 500;
		font-size: 14px;
		padding: 3px 19px 5px 19px;
		border: none;
	}


	.btn-white a:hover {
		background: linear-gradient(-142deg,rgb(69, 179, 255), #fff 119%);
		color: #03073e;
	}



	.slide-caption {
		transform: translate(0%, -50%);
		-webkit-transform: translate(0%, -50%);
		-moz-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);
		left: auto;
		width: 161px;
		padding: 0 15px;
		right: 0;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}
		
		
	.slide-caption h1 {
		font-weight: 700;
		font-size: 24px;
		line-height: 35px;
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}	


	.slide-caption h1 strong {
	  color: #01b2e4;
	  font-size: 38px;
	  line-height: 35px;
	}


	#pery-hero-slider .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}



	.filter-part.mobile-only {
		background: #ECFBFF;
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		padding: 10px 15px;
	}


	a.m-show-filter {
		border: 1px solid #002144;
		background: #fff;
		border-radius: 50px;
		color: #002144;
		text-decoration: none;
		position: relative;
		padding: 5px 45px 5px 19px;
		cursor: pointer;
		font-size: 16px;
		font-family: "Noto Sans Hebrew", sans-serif;
	}


	a.m-show-filter img {
		position: absolute;
		right: 12px;
		top: 4px;
	}


	.filters-wrap {
		display: none;
	}


	.m-short-by {
		color: #002144;
		text-decoration: none;
		position: relative;
		padding: 5px 48px 5px 0px;
		cursor: pointer;
		font-size: 16px;
		font-family: "Noto Sans Hebrew", sans-serif;
	}


	.m-short-by img {
		position: absolute;
		right: 12px;
		top: 2px;
	}
	
	
	.filters-wrap .container {
		padding: 0;
	}


	.filters-mask {
		display: block;
		position: fixed;
		margin: 0 auto;
		background: rgba(0,0,0,0.9);
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 99;
		display: none;
	}
	
	
	.filters-mask.active {
	  display: block;
	}
	
	
	.filters-wrap {
		z-index: 100;
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		top: auto;
		width: 100%;
		max-height: 80vh;
		overflow-y: auto;
		background: #ECFBFF;
		padding: 32px 20px 40px;
		border-radius: 20px 20px 0 0;
		transform: translateY(100%);
		transition: transform 400ms ease, opacity 400ms ease, visibility 400ms ease;
		opacity: 0;
		visibility: hidden;
	}

	.filters-wrap.active {
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
		z-index: 999;
	}



	.leasing-filter-form .dropdown {
		width: 100%;
		margin: 0 0 20px;
	}

	



	.filters-fluid h2 {
		margin: 0 auto 23px;
	}


	.filters-extras {
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		margin-top: 15px;
		margin-bottom: 45px;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}



	.filters-checks {
		width: 100%;
		margin-bottom: 30px;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
	}



	.filters-check {
		margin-left: 10px;
	}



	.vehicle-card {
		margin: 0 0 36px;
		width: 100%;
	}


	.center-title h2 {
		color: #646464;
		font-size: 16px;
		font-weight: 400;
		line-height: 20px;
	}



	.filters-cars {
		padding: 12px 0;
	}
	


	.item-roll-out {
		padding: 16px 0;
	}


	.item-roll-out .item-head {
		padding-right: 32px;
	}


	.item-roll-out .item-head::after {
		height: 23px;
		right: 0;
		top: 0;
		width: 23px;
		background-size: 100%;
	}


	.item-roll-out .roll-list {
		padding-right: 33px;
	}


	.roll-list p {
		font-size: 14px;
		line-height: 18px;
	}
	
	
	
	.price-slider-block {
		width: 100%;
	}
	
	
	
	.dropdown-range::after {
	  display: none;
	}
	
	
	.price-slider-block {
		width: 100%;
		border: none;
		border-top: 1px solid #ced5df;
		border-radius: 0 0 10px 10px;
    margin-top: 0;
	padding: 24px 20px 31px;
	}

	
	
}/*===media close===*/



@media (min-width:767px) and (max-width:1000px){
	
		
	.hero-slide-img img,
	.hero-slide-img video {
		height: 138px;
		object-fit: cover;
	}


	.slide-caption {
		padding: 0 28px;
	}	

		
		
	.slide-caption h1 {
		font-size: 31px;
		line-height: 33px;
	}	


	.btn-white a {
		font-size: 14px;
		padding: 8px 16px;
	}



	.vehicle-card {
		margin: 0 0 22px;
		width: 48.7%;
	}



	.cards-grid {
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
	}	
		
	
}/*===media close===*/




@media (min-width:1000px) and (max-width:1300px){



	.slide-caption {
		padding: 0 60px 0 44px;
	}


	.slide-caption h1 {
		font-size: 43px;
		line-height: 45px;
	}


	.btn-white a {
		font-size: 16px;
		padding: 11px 31px;
	}


	.vehicle-price {
		font-size: 17px;
	}


	.vehicle-price small {
		font-size: 15px;
	}
}


/* ── CMS Pages ───────────────────────────────────────────────────────────────── */
.cms-page {
	padding: 60px 0 80px;
	overflow: hidden;
}

.cms-page-inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
	overflow: hidden;
}

.cms-title {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 32px;
}

.cms-body {
	line-height: 1.8;
	font-size: 16px;
}

@media (max-width: 768px) {
	.cms-page .container {
		padding: 0 20px;
	}

	.cms-title {
		font-size: 24px;
	}
}


/* ── Leasing Order Page ───────────────────────────────────────────────────────── */

.go-to {
	position: absolute;
	right: 22px;
	top: 9px;
}

.go-to a {
	display: flex;
	padding-right: 38px;
	text-decoration: none;
	color: #646464;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
}

.go-to a img {
	position: absolute;
	right: 0;
	top: -6px;
}

.tag-scoll ul {
	list-style: none;
	margin: 0;
	padding: 0 0 7px;
	display: flex;
	flex-flow: row wrap;
	border-bottom: 1px solid #CED5DF;
}

.tag-scoll ul li {
	color: #646464;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin-left: 30px;
	cursor: pointer;
	position: relative;
}

.tag-scoll ul li:last-child {
	margin-left: 0;
}

.tag-scoll ul li::after {
	height: 3px;
	background: #2161DE;
	width: 100%;
	content: "";
	display: block;
	position: absolute;
	bottom: -7px;
	right: 0;
	left: 0;
	opacity: 0;
}

.tag-scoll ul li.current-menu::after {
	opacity: 1;
}

.model-mid {
	padding: 46px 0;
	position: relative;
	display: flex;
	flex-flow: row wrap;
}

.model-mid p {
	color: #3E3E3E;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 9px;
}

.dlb-img {
	max-width: 190px;
}

.dlb-img img {
	width: 100%;
	height: auto;
}

.model-mid .model-mode {
	border: none;
	padding-bottom: 0;
	width: calc(100% - 200px);
}

.model-mid ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}

.model-mid ul li {
	margin-left: 4px;
	position: relative;
	padding-left: 35px;
}

.model-mid ul li img {
	margin: 0 6px;
	position: absolute;
	top: 0;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	object-fit: cover;
	left: 0;
}

.byd-price {
	max-width: 534px;
	border-bottom: 1px solid #CED5DF;
	padding-bottom: 32px;
	margin-bottom: 35px;
}

.byd-price h2 {
	color: #2161DE;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 11px;
}

.byd-price h2 span {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.byd-price h2 span img {
	width: 24px;
	height: 24px;
	position: relative;
	top: 3px;
	right: 5px;
	object-fit: cover;
}

.byd-check-list {
	display: flex;
	flex-flow: row wrap;
	margin-top: 27px;
}

.price-check {
	width: 112px;
	height: 104px;
	border-radius: 8px;
	text-align: center;
	margin-left: 17px;
	position: relative;
}

.price-check h6 {
	font-weight: 400;
	font-size: 24px;
	color: #3E3E3E;
}

.price-check label {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 8px;
	padding: 17px 15px 10px;
}

.price-check small {
	display: block;
	color: #646464;
	font-size: 14px;
	line-height: 16px;
	padding: 0 0 4px;
}

.price-check span {
	display: block;
	color: #2161DE;
	font-size: 14px;
	line-height: 16px;
}

.price-check.active-check h6 {
	font-weight: 700;
}

.price-check label input {
	width: 100%;
	height: 100%;
	border: 1px solid #CED5DF;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 8px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.price-check input[type="checkbox"]:after {
	width: 32px;
	height: 32px;
	content: ' ';
	background: url("/assets/icons/circle-check-154.svg") no-repeat 0 0;
	display: none;
	position: absolute;
	top: -18px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.price-check input[type="checkbox"]:checked:after {
	display: block;
	background: url("/assets/icons/circle-check-154.svg") no-repeat 0 0;
	background-size: 100%;
}

.price-check input[type="checkbox"]:checked {
	border: 2px solid #5FCEEA;
}

#scl02 .byd-check-fyd {
	border: 2px solid #5FCEEA;
	border-radius: 8px;
	padding: 20px;
}

.byd-check-fyd {
	margin-top: 20px;
}

.byd-check-fyd ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.byd-check-fyd ul li span {
	position: relative;
	padding-left: 28px;
	color: #3E3E3E;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

.byd-check-fyd ul li {
	margin: 0;
	border-bottom: 1px solid #CED5DF;
	padding: 14px 0 14px 60px;
	position: relative;
}

.byd-check-fyd ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.byd-check-fyd h3 {
	color: #3E3E3E;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	position: relative;
	display: inline-block;
	padding-left: 27px;
}

.byd-check-fyd ul input[type="checkbox"] {
	width: 16px;
	height: 16px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	border: none;
	background: url("/assets/icons/check-icon.png") no-repeat 0 0;
	position: relative;
	top: 2px;
}

.byd-check-fyd ul input[type="checkbox"]:checked {
	background: url("/assets/icons/check-active.png") no-repeat 0 0;
	background-size: 100%;
}

.fyd-check ul small {
	color: #3E3E3E;
	font-size: 16px;
	line-height: 24px;
	position: absolute;
	left: 15px;
	top: 15px;
}

#scl03 .byd-check-fyd ul li {
	border: 1px solid #CED5DF;
	border-radius: 8px;
	padding: 14px 17px 14px 65px;
	margin-bottom: 14px;
}

.fyd-check .price-slider-block {
	border: none;
	padding: 0;
}

.fyd-range {
	margin-bottom: 30px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}

.fyd-range h5 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #3E3E3E;
}

.fyd-range span {
	border: 1px solid #CED5DF;
	border-radius: 4px;
	display: inline-block;
	padding: 5px 18px;
	color: #3E3E3E;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
}

.fyd-check .price-slider-block .range-input {
	position: relative;
	margin-bottom: 0;
}

.fyd-check .price-input .field {
	width: 100%;
	height: 45px;
	display: flex;
	align-items: center;
}

.fyd-check .field input {
	width: 40px;
	height: 100%;
	outline: none;
	font-size: 14px;
	text-align: left;
	border: none;
	-moz-appearance: textfield;
	color: #646464;
	padding: 0;
}

.fyd-check .field span {
	margin-bottom: 0;
	padding-right: 3px;
}

.fyd-check .price-input .field:last-child {
	justify-content: flex-end;
}

.fyd-check .price-slider-block .price-input {
	margin: 10px 0 31px;
}

#scl04 {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.fixed-bottom {
	background: #ECFBFF;
	position: fixed;
	bottom: 20px;
	left: 0;
	right: 0;
	max-width: 700px;
	border: 1px solid #CED5DF;
	border-radius: 8px;
	padding: 24px;
	margin: 0 auto;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	z-index: 3;
}

.fixed-bottom .left-col {
	width: calc(100% - 210px);
}

.fixed-bottom .right-col {
	width: 178px;
}

.fixed-bottom ul, .vehicle-prc-ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
}

.left-col ul li,
.vehicle-prc-ul ul li {
	border-left: 1px solid #CED5DF;
	padding-left: 8px;
	margin-left: 8px;
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 20px;
	color: #000;
}

.vehicle-prc-ul ul li {
	margin-bottom: 15px;
}

.left-col ul li:last-child, .vehicle-prc-ul ul li:last-child {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}

.left-col h3 {
	color: #2161DE;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
}

.vehicle-info-tag h4 {
	color: #2161DE;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 15px;
}

.vehicle-prc-ul {
	margin-bottom: -10px;
}

.vehicle-price h4 {
	color: #2161DE;
}

.vehicle-ev {
	border: 1px solid #CED5DF;
	border-radius: 8px;
	background: #ECFBFF;
	padding: 32px 24px;
	margin-bottom: 30px;
}

.vehicle-ev .vehicle-price {
	margin: 20px 0 26px;
}

.vehicle-ev.sticky {
	position: fixed;
	top: 128px;
	z-index: 1;
	margin-right: 0;
}

}/*===media close===*/


/*==========================LEASING==========================*/

/* ── Order sidebar summary ───────────────────────────────────────────────────── */
.vehicle-prc-ul ul {
	flex-direction: column;
}

.vehicle-prc-ul ul li {
	display: flex;
	justify-content: space-between;
	width: 100%;
	border-left: none;
	padding-left: 0;
	margin-left: 0;
}

.vehicle-prc-ul ul li .prc-label {
	color: #646464;
	font-size: 15px;
}

.vehicle-prc-ul ul li .prc-value {
	font-weight: 700;
	color: #002144;
	font-size: 15px;
}






/*==========================FOOTER==========================*/







@media (max-width:767px){


	.site-footer {
		padding-bottom: 99px;
	}

		
	.site-footer .top-contact {
		background: #072446;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		text-align: center;
		padding: 19px 20px;
		flex-direction: unset;
		display: flex !important;
	}	


	.site-footer .top-contact a {
		color: #fff;
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
	}


	.site-footer .top-contact a .contact-sub {
		font-weight: 400;
		margin-right: 10px;
	}


	.site-footer .contact-link-phone .contact-sub {
		display: none;
	}



	.site-footer .contact-link-whatsapp {
		border-left: 1px solid rgba(255,255,255,0.5);
		padding-left: 24px;
		margin-left: 5px !important;
	}
	
	
}/*===media close===*/





@media (max-width:1000px){

	.footer-logo img {
		width: 131px;
	}


	.footer-logo-col {
		padding-left:0%;
		width: 100%;
	}


	.footer-col {
		padding-left: 6%;
		width: 48%;
		margin-top: 32px;
	}



	.footer-grid {
		padding: 42px 0 10px;
	}


	.footer-bottom-inner {
		gap: 4px;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}



	.footer-bottom nav a, 
	.footer-bottom p {
		font-size: 14px;
	}


}/*===media close===*/







/*==========================FOOTER==========================*/

















/* ── Model Page ─────────────────────────────────────────────────────────────── */

.cards-model-page {
	background: #fff;
	padding-top: 108px;
}

.bcrumb-gray {
	background: #F5F5F5;
	padding: 3px 0;
}

@media (max-width: 767px) {
	.bcrumb-gray { display: none; }
}

.breadcrumb ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 8px;
	align-items: center;
}

.breadcrumb ul li {
	color: #646464;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 8px;
}

.breadcrumb ul li:not(:last-child)::after {
	content: "›";
	color: #646464;
}

.breadcrumb ul li a {
	color: #646464;
	text-decoration: none;
}

.cards-model-boost {
	padding: 8px 0 5px;
}

.cards-model-boost .container {
	position: relative;
}

.cards-model-boost h1 {
	text-align: center;
	color: #002144;
	font-size: 28px;
	line-height: 32px;
	text-transform: uppercase;
	margin: 0;
}

.cards-model-boost h1 span {
	display: inline-flex;
	align-items: center;
	gap: 12px;
}

.cards-model-boost h1 span img {
	height: 32px;
	width: auto;
}

.cards-model-boost small {
	color: #3E3E3E;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	padding-right: 20px;
}

.go-to {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.go-to a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	text-decoration: none;
	color: #646464;
	text-align: right;
	font-family: "Noto Sans Hebrew", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
}

.go-to-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #4ABECC;
	flex-shrink: 0;
}

.about-sction {
	padding: 35px 0 49px;
}

.about-sction .container {
	max-width: 1340px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.abt-right {
	width: 62%;
}

.model-large {
	margin-bottom: 47px;
}

.model-img-slider {
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
}

.model-img-slider .model-main-img {
	width: 100%;
	display: block;
	object-fit: cover;
}

.model-img-slider .swiper-pagination {
	bottom: 10px;
}

.model-img-slider .swiper-pagination-bullet {
	background: #fff;
	opacity: 0.6;
}

.model-img-slider .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}

.model-large p {
	color: #000;
	font-size: 16px;
	line-height: 24px;
	margin: 10px 0;
}

.model-mode {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	border-bottom: 1px solid #CED5DF;
	padding: 16px 0 24px;
	margin-bottom: 20px;
}

.model-mode button {
	background: transparent;
	border: 1px solid transparent;
	cursor: pointer;
	border-radius: 8px;
	padding: 8px 12px;
	color: #000;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	font-family: "Noto Sans Hebrew", sans-serif;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.model-mode button.active {
	border-color: #5FCEEA;
}

.model-mode button img {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	object-fit: cover;
}

.byd-section h2 {
	color: #002144;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	margin: 0 0 20px;
}

.byd-section p {
	font-size: 16px;
	line-height: 24px;
	color: #3E3E3E;
	margin-bottom: 20px;
}

.byd-list {
	display: flex;
	flex-flow: row wrap;
	margin: 32px 0;
}

.byd-list-item {
	display: flex;
	align-items: center;
	width: 25%;
	padding-left: 17px;
	margin-bottom: 24px;
}

.byd-icon {
	flex-shrink: 0;
}

.byd-icon img {
	width: 48px;
	height: 48px;
}

.byd-info {
	padding-right: 11px;
}

.byd-info p {
	margin: 0;
	color: #646464;
	font-size: 13px;
	line-height: 18px;
}

.byd-info h5 {
	color: #2161DE;
	font-size: 15px;
	font-weight: 700;
	margin: 0;
}

.model-info-section {
	background: #F5F5F5;
	border-radius: 8px;
	padding: 32px 24px 8px;
	text-align: center;
	margin-bottom: 60px;
}

.model-info-section h2 {
	color: #002144;
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 19px;
}

.model-info-block {
	display: flex;
	flex-flow: row wrap;
	gap: 2%;
}

.model-info-item {
	background: #fff;
	border-radius: 8px;
	border: 1px solid #2161DE;
	padding: 24px;
	width: 30.7%;
	margin-bottom: 20px;
}

.model-info-item img {
	width: 40px;
	height: 40px;
}

.model-info-item h6 {
	color: #002144;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	display: block;
	margin-top: 8px;
}

.cards-model-grid {
	margin-bottom: 40px;
}

.cards-model-grid h2 {
	color: #002144;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	margin: 0 0 20px;
}

.cards-model-grid .cards-grid {
	display: flex;
	flex-flow: row wrap;
}

.cards-model-grid .vehicle-card {
	margin: 0 0 2% 2%;
	width: 32%;
}

.cards-model-grid .vehicle-card:nth-child(3n) {
	margin-left: 0;
}

.side-bar {
	width: 27%;
}

.side-bar h3 {
	font-size: 20px;
	color: #002144;
	line-height: 24px;
	font-weight: 700;
	margin: 0 0 12px;
}

.vehicle-ev {
	border: 1px solid #CED5DF;
	border-radius: 8px;
	background: #ECFBFF;
	padding: 32px 24px;
	margin-bottom: 30px;
	position: sticky;
	top: 100px;
	z-index: 5;
}

.vehicle-ev .vehicle-info-tag span {
	color: #3E3E3E;
	font-size: 16px;
	font-weight: 400;
}

.vehicle-ev .vehicle-price {
	margin: 20px 0 26px;
}

.vehicle-ev .vehicle-price h5 {
	color: #2161DE;
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
	position: relative;
	padding-right: 49px;
	margin: 0;
	display: flex;
	align-items: baseline;
	gap: 4px;
}

.vehicle-ev .vehicle-price h5 span:not([data-sidebar-price]) {
	color: #2161DE;
	font-family: "Noto Sans Hebrew", sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
}

.vehicle-ev .vehicle-price h5 img {
	position: absolute;
	right: 0;
	top: 2px;
	width: 36px;
}

.vehicle-prc {
	border-top: 1px solid #CED5DF;
	border-bottom: 1px solid #CED5DF;
	padding: 13px 0;
	margin: 13px 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.prc-item {
	width: 50%;
	position: relative;
	padding-right: 32px;
}

.prc-item:last-child {
	width: 45%;
}

.prc-item img {
	position: absolute;
	right: 0;
	top: 2px;
	width: 20px;
}

.prc-item p {
	color: #3E3E3E;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	margin: 0;
}

.prc-item h6 {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: #3E3E3E;
	margin: 0;
}

.media-block {
	background: #F5F5F5;
	border-radius: 8px;
	border: 1px solid #CED5DF;
	padding: 17px;
	height: 165px;
	overflow: hidden;
	margin-bottom: 30px;
}

.media-img-block {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 10px;
}

.media-img {
	display: flex;
}

.media-avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #CED5DF;
	border: 2px solid #fff;
	margin-left: -12px;
	display: inline-block;
	flex-shrink: 0;
	overflow: hidden;
}

.media-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.media-img-block > span {
	color: #3E3E3E;
	font-size: 14px;
	line-height: 20px;
}

.social-link {
	border-top: 1px solid #CED5DF;
	margin-top: 5px;
	padding-top: 8px;
}

.social-link ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
}

.social-link ul li a {
	text-decoration: none;
	color: #002144;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.social-link ul li a img {
	width: 32px;
	height: 32px;
}

.social-link ul li a img.icon-phone-lg {
	width: 64px;
	height: 64px;
}

.ev-infom {
	border: 1px solid #CED5DF;
	border-radius: 8px;
	padding: 17px;
	background: #fff;
	margin-bottom: 30px;
}

.evn-block {
	display: flex;
	flex-direction: column;
}

.evn-item {
	border: 1px solid #2161DE;
	border-radius: 8px;
	padding: 16px 70px 16px 16px;
	margin-bottom: 12px;
	position: relative;
}

.evn-item img {
	position: absolute;
	right: 14px;
	top: 8px;
	width: 40px;
	height: 40px;
}

.evn-item h6 {
	color: #002144;
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	line-height: 22px;
}

@media (max-width: 1000px) {
	.cards-model-page {
		padding-top: 81px;
	}

	.abt-right {
		width: 100%;
	}

	.side-bar {
		width: 100%;
	}

	.vehicle-ev.sticky {
		position: static;
	}

	.cards-model-boost h1 {
		font-size: 22px;
		padding-top: 30px;
	}

	.cards-model-boost small {
		font-size: 16px;
		display: block;
		padding-right: 0;
	}

	.model-mode {
		padding-right: 0;
	}

	.model-large {
		margin-bottom: 32px;
	}

	.byd-list-item {
		width: 50%;
	}

	.cards-model-grid .vehicle-card {
		width: 48%;
	}

	.model-info-item {
		width: 47%;
	}
}

@media (max-width: 767px) {
	.byd-list-item {
		width: 50%;
	}

	.cards-model-grid .vehicle-card {
		width: 100%;
		margin-left: 0;
	}

	.model-info-item {
		width: 100%;
	}
}

/* ── About Page ─────────────────────────────────────────────────────────── */

.about-page {
	background: #fff;
}

.defaul-banner {
	margin-top: 87px;
	position: relative;
	margin-bottom: 10px;
}

.defaul-banner img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: unset;
}

.defaul-banner img.mobile-only {
	display: none;
}

.defaul-banner::after {
	content: "";
	display: block;
	width: 84px;
	height: 84px;
	background: url("/assets/icons/banner-shape.svg") no-repeat 0 0;
	position: absolute;
	top: 30px;
	left: 30px;
	background-size: 100%;
}

.defaul-banner::before {
	content: "";
	display: block;
	width: 84px;
	height: 84px;
	background: url("/assets/icons/banner-shape.svg") no-repeat 0 0;
	position: absolute;
	bottom: 30px;
	right: 30px;
	background-size: 100%;
	transform: rotate(180deg);
}

.defaul-banner h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
	white-space: nowrap;
}

.breadcrumb ul {
	list-style: none;
	margin: 0;
	padding: 10px 0;
	display: flex;
}

.breadcrumb ul li {
	margin: 0 0 0 9px;
	position: relative;
	color: #646464;
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
}

.breadcrumb ul li a {
	color: #646464;
	text-decoration: none;
	background: url("/assets/icons/brd-icon.svg") no-repeat 0 3px;
	background-size: 5px;
	padding-left: 11px;
}

.about-content {
	margin-bottom: 48px;
}

.about-content h2 {
	color: #002144;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	margin: 0 0 15px;
}

.about-content p {
	color: #3E3E3E;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 15px;
}

.brand-slider {
	padding-bottom: 46px;
}

.brand-slider .container {
	max-width: 1340px;
}

.brand-slider .swiper-button-prev::after,
.brand-slider .swiper-button-next::after {
	display: none;
}

#brand-slider {
	padding: 0 40px;
}

.brand-slider .swiper-wrapper {
	align-items: center;
}

.brand-slider .swiper-button-prev {
	right: 0 !important;
	left: auto;
	top: 45%;
	transform: translateY(-50%);
	margin: 0;
}

.brand-slider .swiper-button-next {
	left: 0 !important;
	right: auto;
	top: 45%;
	transform: translateY(-50%);
	margin: 0;
}

.brand-img img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.defaul-banner {
		margin-top: 70px;
	}

	.defaul-banner h1 {
		font-size: 24px;
	}

	.defaul-banner::before,
	.defaul-banner::after {
		width: 44px;
		height: 44px;
	}

	.about-sction .abt-right {
		width: 100%;
	}

	.about-sction .side-bar {
		width: 100%;
	}

	.defaul-banner img.desktop-only {
		display: none;
	}

	.defaul-banner img.mobile-only {
		display: block;
	}
}


/*==========================LOCATION==========================*/

.location-page {
	background: #fff;
}

.location-page .defaul-banner {
	margin-bottom: 0;
}

.location-check.sticky {
	position: fixed;
	top: 80px;
	width: 100%;
	z-index: 1;
}

.location-check.sticky .check-form {
	padding-top: 15px;
}

.check-item input[type="checkbox"] {
	width: 16px;
	height: 16px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	border: none;
	background: url("../icons/check-icon.png") no-repeat 0 0;
	position: relative;
	top: 3px;
	margin-left: 5px;
}

.check-item input[type="checkbox"]:checked {
	background: url("../icons/check-active.png") no-repeat 0 0;
	background-size: 100%;
}

.check-item label {
	color: #646464;
	font-size: 16px;
	line-height: 20px;
	padding: 0 18px;
	cursor: pointer;
}

.location-check {
	background: #ECFBFF;
	padding: 10px 0 13px;
	top: -5px;
	position: relative;
}

.check-item {
	max-width: 807px;
	margin: 0 auto;
}

.check-item form {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.location-sction .container {
	max-width: 1340px;
	margin: 0 auto;
}

.location-sction {
	padding: 40px 0;
}

.location-list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.location-block {
	border: 1px solid #CED5DF;
	border-radius: 8px;
	padding: 24px;
	width: 49%;
	margin-bottom: 27px;
}

.location-block p,
.location-block a {
	color: #3E3E3E;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	text-decoration: none;
	position: relative;
}

.location-block h2 {
	color: #002144;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	margin: 0 0 20px;
}

.location-block .address {
	margin-bottom: 20px;
}

.location-block .address p img {
	position: absolute;
	right: 0;
	top: 0;
}

.location-block .address p {
	padding-right: 30px;
}

.location-block .contact-link ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
}

.location-block .contact-link ul li,
.location-block .contact-link ul li a {
	position: relative;
}

.location-block .contact-link ul li {
	margin-left: 26px;
}

.location-block .contact-link ul li:last-child {
	margin-left: 0;
}

.location-block .contact-link ul li img {
	position: absolute;
	right: 0;
	top: 0;
}

.location-block .contact-link ul li a {
	padding-right: 30px;
}

.location-block .contact-link {
	margin-bottom: 20px;
}

.location-time h3 {
	color: #3E3E3E;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	position: relative;
	padding-right: 30px;
	margin: 0 0 10px;
}

.location-time p {
	padding-right: 30px;
	margin-bottom: 7px;
}

.location-time h3 img {
	position: absolute;
	right: 0;
	top: 0;
}

.location-note ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
}

.location-time {
	margin-bottom: 20px;
}

.location-note ul li {
	position: relative;
	padding-right: 30px;
	margin-left: 20px;
}

.location-note ul li:last-child {
	margin-left: 0;
}

.location-note ul li img {
	position: absolute;
	right: 0;
	top: 0;
}

@media (max-width: 767px) {
	.location-block {
		width: 100%;
	}

	.location-block .address {
		margin-bottom: 15px;
	}

	.location-block .contact-link ul li {
		margin-bottom: 10px;
	}

	.location-note ul li {
		margin-bottom: 10px;
	}

	.check-form {
		margin-top: 26px;
	}

	.check-form .dropdown-options label input {
		order: 2;
	}

	.location-check.sticky {
		top: 46px;
		padding-bottom: 0;
	}

	.location-check.sticky .check-form {
		padding-top: 7px;
	}
}

@media (min-width: 767px) and (max-width: 1000px) {
	.location-check.sticky {
		top: 59px;
	}

	.check-item label {
		padding: 0 14px;
	}

	.check-form {
		padding: 13px 0 6px;
	}

	.location-check.sticky .check-form {
		padding-top: 11px;
	}
}

/*==========================LOCATION END==========================*/

/*==========================LEAD MODAL==========================*/
.lead-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lead-modal[hidden] { display: none; }
.lead-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
}
.lead-modal-box {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 36px 32px;
    width: 100%;
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
    z-index: 1;
    direction: rtl;
}
.lead-modal-close {
    position: absolute;
    top: 14px;
    left: 16px;
    background: none;
    border: none;
    font-size: 26px;
    cursor: pointer;
    color: #002144;
    line-height: 1;
    padding: 4px 8px;
}
.lead-modal-title {
    font-size: 22px;
    font-weight: 700;
    color: #002144;
    margin-bottom: 6px;
}
.lead-modal-sub {
    font-size: 15px;
    color: #5a6a7a;
    margin-bottom: 24px;
}

/* Form styles (shared with contact page) */
.lead-modal .contact-form { display: flex; flex-direction: column; gap: 16px; }
.lead-modal .contact-form-row { display: flex; gap: 16px; }
.lead-modal .contact-form-field { flex: 1; }
.lead-modal .contact-form-field--full { flex: 1 1 100%; }
.lead-modal .contact-form input[type="text"],
.lead-modal .contact-form input[type="tel"],
.lead-modal .contact-form input[type="email"],
.lead-modal .contact-form select {
    width: 100%; height: 52px; border: 1px solid #CED5DF; border-radius: 8px;
    padding: 0 16px; font-size: 15px; font-family: inherit; color: #002144;
    background: #fff; outline: none; transition: border-color 0.2s;
    text-align: right; direction: rtl;
}
.lead-modal .contact-form input:focus,
.lead-modal .contact-form select:focus { border-color: #2161DE; }
.lead-modal .select-wrapper { position: relative; }
.lead-modal .select-wrapper select { appearance: none; -webkit-appearance: none; cursor: pointer; padding-left: 36px; }
.lead-modal .select-arrow { position: absolute; left: 14px; top: 50%; transform: translateY(-50%) rotate(-90deg); font-size: 20px; color: #002144; pointer-events: none; line-height: 1; }
.lead-modal .contact-form-checks { display: flex; flex-direction: column; gap: 12px; }
.lead-modal .contact-check-label { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: #3E3E3E; cursor: pointer; line-height: 1.5; direction: rtl; }
.lead-modal .contact-check-label input[type="checkbox"] { width: 20px; height: 20px; min-width: 20px; border: 1px solid #CED5DF; border-radius: 4px; cursor: pointer; margin-top: 2px; accent-color: #2161DE; }
.lead-modal .contact-check-label a { color: #2161DE; text-decoration: underline; }
.lead-modal .contact-submit { width: 100%; height: 52px; display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 16px; font-weight: 600; margin-top: 8px; border: none; cursor: pointer; }
.lead-modal .contact-form-msg { font-size: 14px; padding: 10px 14px; border-radius: 8px; display: none; }
.lead-modal .contact-form-msg--success { display: block; background: #e6f4ea; color: #2d7a3f; }
.lead-modal .contact-form-msg--error { display: block; background: #fdecea; color: #c0392b; }

@media (max-width: 560px) {
    .lead-modal-box { margin: 16px; padding: 28px 20px; }
    .lead-modal .contact-form-row { flex-direction: column; }
}
/*==========================LEAD MODAL END==========================*/

/*==========================FLOATING CONTACT==========================*/
.floating-contact {
    position: fixed;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 998;
    display: flex;
    height: 64px;
    background: #B6EEFD;
    border-radius: 50px;
    box-shadow: 0 4px 24px rgba(0,33,68,0.18);
    overflow: hidden;
}
.floating-contact-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    text-decoration: none;
    cursor: pointer;
    border: none;
    background: none;
    color: #002144;
    font-family: "Noto Sans Hebrew", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    transition: background 0.15s;
    white-space: nowrap;
}
.floating-contact-btn:hover { background: rgba(0,0,0,0.06); }
.floating-contact-btn img { width: 22px; height: 22px; }
.floating-contact-btn img.icon-phone-lg { width: 64px; height: 64px; }
.floating-contact-sep { width: 1px; background: rgba(0,33,68,0.15); margin: 10px 0; flex-shrink: 0; }
@media (max-width: 767px) {
    .floating-contact { display: none; }
}
@media (max-width: 480px) {
    .floating-contact-btn { padding: 12px 16px; font-size: 14px; }
}
/*==========================FLOATING CONTACT END==========================*/

/*==========================MOBILE MODEL PAGE==========================*/
@media (max-width: 767px) {
	.car-price-list-label {
		margin: 24px 0 16px;
	}

	.vehicle-ev {
		position: static;
	}

	#mobile-summary-slot .vehicle-ev {
		margin-bottom: 24px;
		box-shadow: 0 2px 16px rgba(0,33,68,0.10);
		border-radius: 16px;
		padding: 20px;
	}

	.side-bar .vehicle-ev {
		display: none;
	}

	.mobile-sticky-cta {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 990;
		background: #fff;
		padding: 12px 20px 20px;
		box-shadow: 0 -2px 12px rgba(0,33,68,0.12);
	}

	.mobile-sticky-cta[hidden] {
		display: none !important;
	}

	.mobile-sticky-cta .btn-sidebar-cta {
		width: 100%;
		justify-content: center;
	}
}
/*==========================MOBILE MODEL PAGE END==========================*/

/*==========================VEHICLE INSURANCE BADGE==========================*/
.vehicle-insurance-badge {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	margin-bottom: 14px;
	border-bottom: 1px solid #CED5DF;
	padding-bottom: 12px;
	color: #3E3E3E;
	text-align: right;
	font-family: "Noto Sans Hebrew", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.pery-badge-icon {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	vertical-align: middle;
	display: block;
}
/*==========================VEHICLE INSURANCE BADGE END==========================*/
