/*===========================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 h1, body h2, body h3, body h4, body h5, body h6 {
	font-family: "Noto Sans Hebrew", sans-serif;
}



/*===========================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: 4;
	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: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: visible;
	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 {
	width: 100%;
}



#pery-hero-slider .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #002144;
	opacity: 1;
	border-radius: 100%;
}


#pery-hero-slider .swiper-pagination-bullet-active {
	background: #002144;
}




.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;
}



.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;
}


.dropdown-toggle::after {
	content: "";
	display: block;
	background: url("/assets/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("/assets/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("/assets/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-clear {
	font-family: "Noto Sans Hebrew", sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #3E3E3E;
	text-decoration: none;
	background: url("/assets/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("/assets/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 .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;
}


input[type="range"]::-webkit-slider-thumb {
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: #17a2b8;
  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;
}


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



.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:first-child .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;
}


.vehicle-image-wrap img {
	width: 100%;
}


.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-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;
}



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




.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("/assets/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==========================*/




/*==========================ABOUT==========================*/



.about-page {
	background: #fff;
}



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


.defaul-banner img {
	width: 100%;
}


.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%;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}


.defaul-banner h1 {
	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%);
	color: #fff;
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
}



.breadcrumb ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-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 {
	position: relative;
	color: #646464;
	text-decoration: none;
	background: url("/assets/icons/brd-icon.svg") no-repeat 0 5px;
	background-size: 5px;
	padding-left: 11px;
}





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



.about-sction .container {
	width: 100%;
	max-width: 1340px;
	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;
}




.abt-right {
	width: 62%;
}



.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;
}




.side-bar {
	width: 27%;
}


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


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


.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;
}



.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;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}



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



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





/*==========================ABOUT==========================*/





/*==========================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("/assets/icons/check-icon.png") no-repeat 0 0;
	position: relative;
	top: 3px;
	margin-left: 5px;
}



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


.check-item:after {
	content: ' ';
	width: 16px;
	height: 16px;
	display: none;
}


.check-item input[type="checkbox"]:checked:after {
	display: block;
	background:url("/assets/icons/check-active.png") no-repeat 0 0;
	background-size: 100%;
	width: 16px;
	height: 16px;
	content: "";
}



.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;
	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: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	justify-content: center;
}



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


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



.location-list {
	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;
}



.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;
}



.contact-link ul {
	list-style: none;
	margin: 0;
	padding: 0;
	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;
}


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


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



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


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


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


.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;
	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;
}


.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: 0px;
}


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



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







/*==========================Leasing Model Page v3==========================*/


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


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



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


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


.cards-model-boost h1 span {
  display: inline-block;
  position: relative;
}


.cards-model-boost h1 span img {
	position: relative;
	right: 0;
	top: -1px;
	margin-left: 20px;
}


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



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


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


.go-to a {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-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;
}



.model-mode {
	border-bottom: 1px solid #CED5DF;
	padding-bottom: 34px;
	margin-bottom: 20px;
	padding-right: 30px;
}



.model-mode button {
	background: transparent;
	border: 1px solid transparent;
	padding: 0;
	cursor: pointer;
	position: relative;
	border-radius: 8px;
	padding: 8px 44px 8px 12px;
	color: #000;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	font-family: "Noto Sans Hebrew", sans-serif;
}


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




.model-mode button img {
	position: absolute;
	right: 12px;
	top: 8px;
}


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


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


.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-item {
	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: 25%;
	padding-left: 17px;
	margin-bottom: 29px;
}


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


.byd-list {
	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;
	margin: 46px 0;
}


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


.byd-info h5 {
	color: #2161DE;
	font-size: 16px;
	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;
	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;
}


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


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



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


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


.cards-model-grid .cards-grid {
	padding-top: 20px;
}



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



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


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


.evn-item img {
	position: absolute;
	display: inline-block;
	right: 16px;
	top: 9px;
	height: 48px;
}



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



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


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





.vehicle-prc {
	border-top: 1px solid #CED5DF;
	border-bottom: 1px solid #CED5DF;
	padding: 13px 0;
	margin: 13px 0;
	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;
}


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


.prc-item img {
	position: absolute;
	right: 0;
	top: 0;
}


.prc-item p {
  color: #3E3E3E;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}


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


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



.prc-item:last-child::after {
	content: "";
	display: block;
	height: 1px;
	background: #CED5DF;
	width: 48px;
	transform: rotate(90deg);
	position: absolute;
	right: -38px;
	top: 25px;
	opacity: 0.9;
}


.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;
	width: 100%;
}


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


.vehicle-ev .vehicle-price h5 span {
	font-size: 28px;
}


/*==========================Leasing Model Page v3==========================*/





/*==========================Leasing Order==========================*/


.tag-scoll {
	position: sticky;
	top: 102px;
	z-index: 3;
	background: #fff;
	padding-top: 8px;
	margin-bottom: 12px;
}


.tag-scoll ul {
	list-style: none;
	margin: 0;
	padding: 0 0 7px;
	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;
	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;
	font-family: "Noto Sans Hebrew", sans-serif;
	position:relative;
}

.tag-scoll ul li a {
	color: #646464;
	text-decoration: none;
	display: block;
}

.tag-scoll ul li.current-menu a {
	color: #646464;
}


.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;
}


.model-mid {
	padding: 46px 0;
	position: relative;
	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;
}


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


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


.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;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


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


.order-color-summary {
	position: relative;
	gap: 8px;
}


.order-color-summary li {
	margin-left: 0 !important;
	padding-left: 0 !important;
}


.order-color-change-wrap {
	padding-left: 0 !important;
	margin-right: 4px;
}


.order-color-change {
	background: transparent;
	border: none;
	padding: 0;
	color: #2161DE;
	font: inherit;
	text-decoration: underline;
	cursor: pointer;
}


.order-color-menu {
	position: absolute;
	top: calc(100% + 12px);
	right: 0;
	width: 174px;
	background: #fff;
	border: 1px solid #ced5df;
	border-radius: 10px;
	box-shadow: 0 12px 32px rgba(0, 33, 68, 0.12);
	padding: 14px;
	z-index: 5;
}


.order-color-menu[hidden] {
	display: none;
}


.order-color-option {
	width: 100%;
	border: 1px solid transparent;
	border-radius: 10px;
	background: #fff;
	padding: 10px 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	color: #000;
	font-family: "Noto Sans Hebrew", sans-serif;
	font-size: 16px;
	line-height: 24px;
	cursor: pointer;
	margin-bottom: 8px;
}


.order-color-option:last-child {
	margin-bottom: 0;
}


.order-color-option.active {
	border-color: #5FCEEA;
}


.order-color-option-swatch {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.15);
	flex-shrink: 0;
}


.model-mid ul li img {
	margin: 0 6px;
	position: absolute;
	top: 0px;
	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 {
	position: relative;
	color: #2161DE;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	position: relative;
	margin-bottom: 11px;
}


.byd-price h2 span {
	position: relative;
	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;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.section-title-row {
	display: inline-flex !important;
	align-items: center;
	gap: 6px;
	flex-wrap: nowrap !important;
}


.section-info {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	flex-wrap: nowrap;
}


.section-info[hidden] {
	display: none;
}


.section-info-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	padding: 0;
	background: transparent;
	border: none;
	cursor: pointer;
}


.section-info-button img {
	width: 24px;
	height: 24px;
	display: block;
}


.byd-price h2 .section-info-bubble {
	position: absolute;
	left: 50%;
	top: auto;
	bottom: calc(100% + 12px);
	transform: translateX(-50%);
	width: 265px;
	min-width: 265px;
	max-width: 265px;
	display: block;
	background: #2161DE;
	color: #fff;
	border-radius: 8px;
	padding: 12px 16px;
	font-family: "Noto Sans Hebrew", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	text-align: right;
	box-shadow: 0 8px 24px rgba(33, 97, 222, 0.18);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.18s ease, visibility 0.18s ease;
	z-index: 6;
	white-space: normal;
}


.byd-price h2 .section-info-bubble::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -12px;
	transform: translateX(-50%);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 12px solid #2161DE;
}


.section-info:hover .section-info-bubble,
.section-info:focus-within .section-info-bubble {
	opacity: 1;
	visibility: visible;
}


@media (max-width: 767px) {
	.byd-price h2 .section-info-bubble {
		left: 50%;
		top: auto;
		bottom: calc(100% + 12px);
		transform: translateX(-50%);
		width: min(265px, calc(100vw - 48px));
		min-width: 0;
		max-width: calc(100vw - 48px);
	}

	.section-info-bubble::after {
		top: auto;
		bottom: -12px;
		border-bottom: 0;
		border-top: 12px solid #2161DE;
	}
}

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



.byd-check-list {
	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;
	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;
	font-family: "Noto Sans Hebrew", sans-serif;
	padding: 0 0 4px;
}


.price-check span {
	font-family: "Noto Sans Hebrew", sans-serif;
	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="radio"]:after,
.price-check input[type="checkbox"]:after {
	width: 32px;
	height: 32px;
	content: ' ';
	background: url("/assets/icons/check-circle-teal.svg") no-repeat center/contain;
	display: none;
	position: absolute;
	top: -18px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.price-check input[type="radio"]:checked:after,
.price-check input[type="checkbox"]:checked:after {
	display: block;
}

.price-check input[type="radio"]:checked,
.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 span img {
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	object-fit: cover;
}


.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 h3 img {
	position: absolute;
	left: 0;
	top: 1px;
	width: 24px;
	height: 24px;
	object-fit: cover;
}




#scl02 .byd-check-fyd h3::after {
  width: 32px;
  height: 32px;
  content: ' ';
  background: url("/assets/icons/circle-check-154.svg") no-repeat 0 0;
  display: block;
  position: absolute;
  top: -4px;
  right: -36px;
  margin: 0 auto;

}



.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"]:after {
	content: ' ';
	width: 16px;
	height: 16px;
	display: none;
}


.byd-check-fyd ul input[type="checkbox"]:checked:after {
	display: block;
	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;
	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;
}


.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;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.fyd-check .field input {
	width: 40px;
	height: 100%;
	outline: none;
	font-size: 14px;
	margin-left: 0;
	text-align: left;
	border: none;
	-moz-appearance: textfield;
	color: #646464;
	font-family: "Noto Sans Hebrew", sans-serif;
	padding: 0;
}


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


.fyd-check .price-input .field:last-child {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-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;
}

.range-single {
	position: relative;
	width: 100%;
	height: 5px;
	background: none;
	pointer-events: auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	display: block;
	top: -6px;
}

.range-single::-webkit-slider-thumb {
	height: 22px;
	width: 22px;
	border-radius: 50%;
	background: #17a2b8;
	pointer-events: auto;
	-webkit-appearance: none;
	box-shadow: 0 0 6px rgba(0,0,0,0.15);
	cursor: pointer;
}

.range-single::-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.15);
	cursor: pointer;
}

.fyd-check .price-slider-block .range-input {
	margin-bottom: 10px;
}

.single-price-input {
	display: flex;
	justify-content: space-between;
	margin: 4px 0 28px;
	color: #646464;
	font-size: 13px;
}



.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;
	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;
	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;
	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;
}


.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;
	font-family: "Noto Sans Hebrew", sans-serif;
}


.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;
}

/* Compact order-summary extras breakdown: names only, one per line, small & tight */
.vehicle-prc-ul .extras-breakdown {
	display: block;
}

.vehicle-prc-ul .extras-breakdown li,
.vehicle-prc-ul .extras-breakdown li:last-child {
	display: block;
	width: 100%;
	border: none;
	margin: 0 0 4px;
	padding: 0 16px 0 0;          /* room for the bullet on the right (RTL) */
	position: relative;
	font-size: 13px;
	line-height: 17px;
	font-weight: 400;
	color: #3E3E3E;
}

.vehicle-prc-ul .extras-breakdown li::before {
	content: "✓";
	position: absolute;
	right: 0;
	top: 0;
	color: #4ABECC;
	font-weight: 700;
}

.vehicle-prc-ul .extras-breakdown li .prc-label {
	font-weight: 400;
}


.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-prc-ul .prc-label {
	display: inline-block;
}

.prc-insurance-note {
	display: block;
	margin-top: 2px;
	color: #3E3E3E;
	font-size: 11px;
	font-weight: 400;
	line-height: 14px;
	font-family: "Noto Sans Hebrew", sans-serif;
}



/*==========================Leasing Order==========================*/









/*==========================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;
}




.filters-wrap.sticky {
	position: fixed;
	top: 80px;
	width: 100%; /* ya jitni width chahiye */
	z-index: 1;
}




.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;
	}

	.header-logo .logo img {
		width: 110px;
		max-width: 110px;
		height: auto;
		display: block;
	}	


	.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;
	}



	.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: 1;
		display: block;
		transform: translate(-50%, 100%);
		position: fixed;
		left: 50%;
		top: 50%;
		background: #ECFBFF;
		width: 90%;
		padding: 52px 30px;
		transition: transform 500ms ease-in, opacity 500ms linear, visibility 500ms ease-in;
		transform-origin: right center;
		opacity: 0;
		visibility: hidden;
	}
	


	.filters-wrap.active {
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		opacity: 1;
		visibility: visible;
		z-index: 999;
		top: 50%;
	}



	.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 {
		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;
	}



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


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








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



@media (max-width:767px){
	
	
	
	.defaul-banner h1 {
		top: 25%;
		font-size: 28px;
		line-height: 32px;
		width: 100%;
		text-align: center;
		padding: 0 20px;
	}

	

	.location-block {
		width: 100%;
	}


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

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


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


	.defaul-banner {
		margin-top: 80px;
	}


	.defaul-banner::before, 
	.defaul-banner::after {
		display: none;
	}


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


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



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


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



@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;
	}
	
	
	
}/*===media close===*/



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







/*==========================ABOUT==========================*/



@media (max-width:767px){


	.abt-right {
		width: 100%;
	}


	#order-sidebar {
		display: none !important;
	}



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





/*==========================ABOUT==========================*/








/*==========================Leasing Model Page v3==========================*/



@media (max-width:1000px){


	.cards-model-page {
		padding-top: 81px;
	}


	.cards-model-boost h1 span img {
		position: absolute;
		right: 0;
		top: -29px;
		left: 0;
		margin: 0 auto;
	}


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


	.cards-model-boost h1 span {
		margin-bottom: 6px;
	}


	.cards-model-boost small {
		font-size: 16px;
		line-height: 24px;
		padding-right: 0;
		display: block;
	}
	
	
	
	.abt-right {
	  width: 100%;
	}
	
	
	.side-bar {
	  width: 100%;
	}


	.model-mode {
		padding-bottom: 19px;
		margin-bottom: 20px;
		padding-right: 0;
	}


	.go-to {
		top: 0;
		right: 15px;
	}


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


	.byd-list-item {
		width: 33.3%;
		padding: 0 10px;
		margin-bottom: 29px;
		text-align: center;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}


	.byd-icon {
	  width: 100%;
	}


	.byd-info {
	  padding-right: 0;
	  width: 100%;
	}


	.model-info-item {
		padding: 24px 74px 24px 24px;
		width: 100%;
		margin: 0 0 20px;
		position: relative;
	}


	.model-info-item img {
	  position: absolute;
	  right: 15px;
	  top: 9px;
	  width: 48px;
	}


	.model-info-item h6 {
		text-align: right;
	}


	.model-info-section {
		margin-bottom: 42px;
	}


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


	.vehicle-ev.sticky {
		position: static;
		width: 100%;
	}



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




@media (min-width:767px) and (max-width:1000px){
		
	.prc-item:last-child::after {
		right: -50px;
	}	

	.byd-list-item {
		width: 25%;
	}
	
	
}/*===media close===*/




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

	.side-bar {
		width: 34%;
	}	

	.vehicle-ev.sticky {
		width: 33%;
	}	
	
}/*===media close===*/




@media (min-width:1200px) and (max-width:1400px){
	
		
	.vehicle-ev.sticky {
		width: 26%;
	}	
	
}/*===media close===*/



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

	.prc-item p {
		font-size: 14px;
		line-height: 22px
	}


	.prc-item h6 {
		font-size: 16px;
		line-height: 22px;
	}
	

	.vehicle-ev .vehicle-price h5 {
		font-size: 27px;
	}
	
	
	.vehicle-ev .vehicle-price h5 span {
	  font-size: 21px;
	}
	
	
}/*===media close===*/




@media (min-width:1600px){


	.vehicle-ev.sticky {
		width: 351px;
	}
	
	
}/*===media close===*/




/*==========================Leasing Model Page v3==========================*/






/*==========================Leasing Order==========================*/



@media (max-width:767px){


	.tag-scoll {
	  display: none;
	}


	.model-mid {
		padding: 19px 51px 32px;
		border-bottom: 1px solid #CED5DF;
		margin-bottom: 36px;
	}


	.model-mid .dlb-img {
	  margin-bottom: 20px;
	}


	.byd-price {
		max-width: 100%;
	}


	.byd-check-list {
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
	}


	.price-check {
		width: 47%;
		height: 104px;
		margin: 0 0 21px;
	}
	
	
	.model-mid .model-mode {
		width: 100%;
	}


	.order-color-menu {
		right: auto;
		left: 0;
		width: 100%;
		max-width: 220px;
	}



	.fixed-bottom {
		display: none;
	}


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



@media (min-width:767px) and (max-width:1000px){
	
	.dlb-img {
		padding-left: 24px;
	}

	.byd-price {
		max-width: 100%;
	}	
	
	
}/*===media close===*/



/*==========================Leasing Order==========================*/






/*==========================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==========================*/

/* ── Contact Form ─────────────────────────────────────────────────────────── */

.contact-form-section h2 {
    font-size: 22px;
    font-weight: 700;
    color: #002144;
    margin-bottom: 6px;
}

.contact-form-section p {
    font-size: 15px;
    color: #5a6a7a;
    margin-bottom: 24px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-form-row {
    display: flex;
    gap: 16px;
}

.contact-form-field {
    flex: 1;
}

.contact-form-field--full {
    flex: 1 1 100%;
}

.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.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;
}

.contact-form input:focus,
.contact-form select:focus {
    border-color: #2161DE;
}

.select-wrapper {
    position: relative;
}

.select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    padding-left: 36px;
}

.select-arrow {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    font-size: 20px;
    color: #002144;
    pointer-events: none;
    line-height: 1;
}

.contact-form-checks {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-check-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #3E3E3E;
    cursor: pointer;
    line-height: 1.5;
    direction: rtl;
}

.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;
}

.contact-check-label a {
    color: #2161DE;
    text-decoration: underline;
}

.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;
}

.contact-form-msg {
    font-size: 14px;
    padding: 10px 14px;
    border-radius: 8px;
    display: none;
}

.contact-form-msg--success {
    display: block;
    background: #e6f4ea;
    color: #2d7a3f;
}

.contact-form-msg--error {
    display: block;
    background: #fdecea;
    color: #c0392b;
}

@media (max-width: 600px) {
    .contact-form-row {
        flex-direction: column;
    }
}

/* ── Contact Form Fields (high specificity) ─────────────────────────────── */

.cards-model-page .contact-form input[type="text"],
.cards-model-page .contact-form input[type="tel"],
.cards-model-page .contact-form input[type="email"],
.cards-model-page .contact-form select {
    display: block;
    width: 100%;
    height: 52px;
    border: 1.5px solid #CED5DF;
    border-radius: 8px;
    padding: 0 16px;
    font-size: 15px;
    font-family: inherit;
    color: #002144;
    background: #fff;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s;
    text-align: right;
    direction: rtl;
    -webkit-appearance: none;
    appearance: none;
}

.cards-model-page .contact-form input[type="text"]:focus,
.cards-model-page .contact-form input[type="tel"]:focus,
.cards-model-page .contact-form input[type="email"]:focus,
.cards-model-page .contact-form select:focus {
    border-color: #2161DE;
    box-shadow: 0 0 0 3px rgba(33, 97, 222, 0.12);
}

.cards-model-page .contact-form input::placeholder {
    color: #9AAAB8;
}

/*==========================ORDER MOBILE BAR==========================*/
@media (max-width: 767px) {
    .cards-model-page {
        padding-bottom: 140px;
    }

    .order-mobile-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 990;
        background: #ECFBFF;
        padding: 12px 20px 28px;
        box-shadow: 0 -2px 16px rgba(0,33,68,0.12);
        display: block !important;
    }

    .order-mobile-bar-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
        direction: rtl;
    }

    .order-mobile-bar-price {
        font-size: 28px;
        font-weight: 700;
        color: #2161DE;
        font-family: "Noto Sans Hebrew", sans-serif;
    }

    .order-mobile-bar-details {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 14px;
        color: #002144;
        text-decoration: underline;
        background: none;
        border: none;
        cursor: pointer;
        font-family: inherit;
        padding: 0;
    }

    .order-mobile-bar-details img {
        width: 18px;
        height: 18px;
    }

    .order-mobile-bar-cta {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 14px;
        font-size: 16px;
    }
}
/*==========================ORDER MOBILE BAR END==========================*/

/*==========================ORDER SUMMARY SHEET==========================*/
@media (max-width: 767px) {
    .order-summary-sheet {
        display: none;
    }

    .order-summary-sheet.open {
        position: fixed;
        inset: 0;
        z-index: 995;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .order-summary-sheet-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.4);
    }

    .order-summary-sheet-box {
        position: relative;
        background: #ECFBFF;
        border-radius: 20px 20px 0 0;
        padding: 28px 20px 36px;
        transform: translateY(100%);
        transition: transform 350ms ease;
        direction: rtl;
    }

    .order-summary-sheet.open .order-summary-sheet-box {
        transform: translateY(0);
    }

    .order-summary-sheet:not(.open) .order-summary-sheet-box {
        transform: translateY(100%);
    }

    .order-sheet-close {
        position: absolute;
        top: 16px;
        left: 16px;
        background: none;
        border: none;
        font-size: 22px;
        cursor: pointer;
        color: #002144;
        line-height: 1;
        padding: 4px 8px;
    }

    .order-sheet-title {
        font-size: 20px;
        font-weight: 700;
        color: #2161DE;
        text-align: right;
        margin: 0 0 20px;
    }

    .order-sheet-main-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #CED5DF;
        padding-bottom: 12px;
        margin-bottom: 10px;
        direction: rtl;
    }

    .order-sheet-col {
        display: flex;
        flex-direction: column;
        gap: 2px;
        flex: 1;
    }

    .order-sheet-col:first-child {
        text-align: right;
    }

    .order-sheet-col:last-child {
        text-align: left;
    }

    .order-sheet-col-sep {
        width: 1px;
        background: #CED5DF;
        height: 36px;
        margin: 0 12px;
        flex-shrink: 0;
    }

    .order-sheet-col-label {
        font-size: 13px;
        color: #646464;
    }

    .order-sheet-col-value {
        font-size: 15px;
        font-weight: 600;
        color: #002144;
    }

    .order-sheet-extras-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 16px;
        font-size: 14px;
        color: #002144;
    }

    .order-sheet-total-label {
        font-size: 14px;
        color: #2161DE;
        text-align: right;
        margin-bottom: 4px;
    }

    .order-sheet-total {
        font-size: 32px;
        font-weight: 700;
        color: #2161DE;
        text-align: right;
        margin-bottom: 20px;
        font-family: "Noto Sans Hebrew", sans-serif;
    }

    .order-sheet-cta {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 14px;
        font-size: 16px;
    }
}
/*==========================ORDER SUMMARY SHEET END==========================*/

@media (min-width: 768px) {
    #order-sidebar {
        display: block !important;
    }
}

/*==========================ORDER PAYMENT (sidebar) ==========================*/
/* Payment options moved into the left sidebar, between order summary and "questions". */
.order-payment-block {
	max-width: 100%;
	margin-top: 50px;
	clear: both;
}

.order-payment-block .price-slider-block {
	width: 100%;
}

.order-payment-block .price-slider-block + .price-slider-block {
	margin-top: 26px;
}

/* Advance (מקדמה) — free numeric input the customer types */
.order-payment-block [data-payment-input="advance"] .fyd-range {
	margin-bottom: 12px;
}

.advance-input-wrap {
	display: flex;
	align-items: center;
	gap: 6px;
	background: #fff;
	border: 1px solid #CED5DF;
	border-radius: 8px;
	padding: 11px 14px;
	margin-bottom: 8px;
}

.advance-input-wrap .advance-currency {
	color: #3E3E3E;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}

.advance-input-wrap .advance-input {
	flex: 1;
	width: 100%;
	border: none;
	outline: none;
	background: transparent;
	color: #002144;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	text-align: right;
	font-family: "Noto Sans Hebrew", sans-serif;
	-moz-appearance: textfield;
}

.advance-input-wrap .advance-input::-webkit-outer-spin-button,
.advance-input-wrap .advance-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.advance-input-wrap:focus-within {
	border-color: #17a2b8;
}
/*==========================ORDER PAYMENT END==========================*/

/*========================== Per-item info tooltip (insurance / VIP) ==========================*/
/* The inherited rule (.byd-check-fyd ul li span img → position:absolute; left:0) misplaces
   the icon on long / bidi text. Override the tooltip icon to flow inline right after the
   text, and drop the left padding that was reserved for the old absolute icon. */
.byd-check-fyd ul li span img.item-info-icon {
	position: static;
	display: inline-block;
	margin: 0 4px 0 0;
	vertical-align: middle;
	cursor: pointer;
}

.byd-check-fyd ul li span:has(img.item-info-icon) {
	padding-left: 0;
}

.byd-check-fyd ul li span .item-info-bubble {
	position: absolute;
	bottom: calc(100% + 8px);
	left: 0;                     /* aligns with the icon, which sits at left:0 */
	width: 240px;
	max-width: 240px;
	background: #2161DE;
	color: #fff;
	border-radius: 8px;
	padding: 10px 14px;
	font-family: "Noto Sans Hebrew", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-align: right;
	box-shadow: 0 8px 24px rgba(33, 97, 222, 0.18);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.18s ease, visibility 0.18s ease;
	z-index: 7;
	white-space: normal;
}

.byd-check-fyd ul li span .item-info-bubble::after {
	content: "";
	position: absolute;
	left: 8px;
	bottom: -10px;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 10px solid #2161DE;
}

.byd-check-fyd ul li span .item-info-icon:hover + .item-info-bubble,
.byd-check-fyd ul li span .item-info-icon:focus + .item-info-bubble,
.byd-check-fyd ul li span .item-info-bubble:hover {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

@media (max-width: 767px) {
	.byd-check-fyd ul li span .item-info-bubble {
		width: min(240px, calc(100vw - 48px));
		max-width: calc(100vw - 48px);
	}
}
/*========================== Per-item info tooltip END ==========================*/
