/* fonts   */

@font-face {
  font-family: "Assistant-Bold";
  src: url("./fonts/Assistant-Bold.eot");
  src: url("./fonts/Assistant-Bold.woff2") format("woff2"),
    url("./fonts/Assistant-Bold.woff") format("woff"),
    url("./fonts/Assistant-Bold.ttf") format("ttf"),
    url("./fonts/Assistant-Bold.svg") format("svg");
}

@font-face {
  font-family: "Assistant-ExtraBold";
  src: url("./fonts/Assistant-ExtraBold.eot");
  src: url("./fonts/Assistant-ExtraBold.woff2") format("woff2"),
    url("./fonts/Assistant-ExtraBold.woff") format("woff"),
    url("./fonts/Assistant-ExtraBold.ttf") format("ttf"),
    url("./fonts/Assistant-ExtraBold.svg") format("svg");
}

@font-face {
  font-family: "Assistant-ExtraLight";
  src: url("./fonts/Assistant-ExtraLight.eot");
  src: url("./fonts/Assistant-ExtraLight.woff2") format("woff2"),
    url("./fonts/Assistant-ExtraLight.woff") format("woff"),
    url("./fonts/Assistant-ExtraLight.ttf") format("ttf"),
    url("./fonts/Assistant-ExtraLight.svg") format("svg");
}

@font-face {
  font-family: "Assistant-Light";
  src: url("./fonts/Assistant-Light.eot");
  src: url("./fonts/Assistant-Light.woff2") format("woff2"),
    url("./fonts/Assistant-Light.woff") format("woff"),
    url("./fonts/Assistant-Light.ttf") format("ttf"),
    url("./fonts/Assistant-Light.svg") format("svg");
}

@font-face {
  font-family: "Assistant-Medium";
  src: url("./fonts/Assistant-Medium.eot");
  src: url("./fonts/Assistant-Medium.woff2") format("woff2"),
    url("./fonts/Assistant-Medium.woff") format("woff"),
    url("./fonts/Assistant-Medium.ttf") format("ttf"),
    url("./fonts/Assistant-Medium.svg") format("svg");
}

@font-face {
  font-family: "Assistant-Regular";
  src: url("./fonts/Assistant-Regular.eot");
  src: url("./fonts/Assistant-Regular.woff2") format("woff2"),
    url("./fonts/Assistant-Regular.woff") format("woff"),
    url("./fonts/Assistant-Regular.ttf") format("ttf"),
    url("./fonts/Assistant-Regular.svg") format("svg");
}

@font-face {
  font-family: "Assistant-SemiBold";
  src: url("./fonts/Assistant-SemiBold.eot");
  src: url("./fonts/Assistant-SemiBold.woff2") format("woff2"),
    url("./fonts/Assistant-SemiBold.woff") format("woff"),
    url("./fonts/Assistant-SemiBold.ttf") format("ttf"),
    url("./fonts/Assistant-SemiBold.svg") format("svg");
}

* {
  margin: 0;
  padding: 0;
  font-family: "Assistant-Regular", sans-serif;
  box-sizing: border-box;
}

a {
  color: #000;
}

ul {
  list-style-type: none;
}

/* end fonts  */

html {
  -webkit-tap-highlight-color: transparent;
  direction: rtl;
}

.pollution_1 {
  background-color: #1a582c;
}

.pollution_2 {
  background-color: #146634;
}

.pollution_3 {
  background-color: #0e7d3e;
}

.pollution_4 {
  background-color: #129346;
}

.pollution_5 {
  background-color: #23a348;
}

.pollution_6 {
  background-color: #3eaf49;
}

.pollution_7 {
  background-color: #98c93c;
}

.pollution_8 {
  background-color: #f9d324;
}

.pollution_9 {
  background-color: #fdbd3c;
}

.pollution_10 {
  background-color: #f89938;
}

.pollution_11 {
  background-color: #e67524;
}

.pollution_12 {
  background-color: #dc5f26;
}

.pollution_13 {
  background-color: #e02225;
}

.pollution_14 {
  background-color: #c52026;
}

.pollution_15 {
  background-color: #a41d20;
}

.safety_0 {
  background-color: #c00000;
}

.safety_1 {
  background-color: #e46c0b;
}

.safety_2 {
  background-color: #ffc000;
}

.safety_3 {
  background-color: #33af8a;
}

.safety_4 {
  background-color: #31859d;
}

.safety_5 {
  background-color: #268cca;
}

.safety_6 {
  background-color: #0170c1;
}

.safety_7 {
  background-color: #0373fb;
}

.safety_8 {
  background-color: #124aff;
}

.safety_9 {
  background-color: #fecc0c;
}

::-webkit-scrollbar {
  width: 7px;
  border-radius: 100vw;
  display: block !important;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 100vw;
}

.only_desktop {
  display: block;
}

.mobile .only_desktop {
  display: none;
}

.only_mobile {
  display: none;
}

.mobile .only_mobile {
  display: block;
}

img {
  object-fit: contain;
}

.main {
  overflow: hidden;
  position: relative;
  /* width: 71.2vw; */
}

.freesbe_logo {
  width: 6vw;
  height: auto;
  box-sizing: border-box;
  position: relative;
}

.mobile .freesbe_logo {
  width: 22vw;
}

.freesbe_logo_mobile {
  display: none;
}

.mobile .freesbe_logo_mobile {
  width: 22vw;
  height: 11vw;
  display: block;
}

.xpeng_logo {
  text-align: center;
  margin: 0.5vw 0;
}

.mobile .xpeng_logo {
  margin: 5px 0 0 0;
}

.xpeng_logo img {
  width: 4vw;
  height: 6vw;
}

.mobile .xpeng_logo img {
  width: 31px;
  height: auto;
  margin: 3px 0;
}

.bg-cover {
  position: fixed;
  background: #000000c2;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}

.main .logo {
  width: 4vw;
  position: relative;
  top: 1vw;
  right: 1vw;
}

.accessibility {
  position: fixed;
  width: 13vw;
  height: auto;
  bottom: 1vw;
  left: 2vw;
  display: flex;
  align-items: center;
  z-index: 9;
  color: #fff;
}

.top_bunner {
  background: #00d6d1;
  width: 100%;
  height: 3.4vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.mobile .top_bunner {
  background: #00d6d1;
  width: 100%;
  height: 11vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.top_bunner_mobile {
  display: none;
}

.mobile .top_bunner_mobile {
  background: #00d6d1;
  width: 100%;
  height: 15vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.form-content {
  position: static;
  top: 7.2vw;
  left: 1.25vw;
}

.mobile .form-content {
  position: relative;
  bottom: auto;
  top: 0;
  padding: 0;
}

.hatavot img {
  width: 3.5vw;
}

.form .logo {
  width: 5vw;
  display: block;
  margin: 3vw auto;
}

.form__title span {
  font-size: 1vw;
}

.mobile .form__title span {
  font-size: 3.9vw;
}

.top2 {
  font-size: 4vw;
  margin-top: 1vw;
}

.mobile .top2 {
  font-size: 14px;
  margin-top: -4px;
  font-weight: 100;
}

.contentPrice {
  font-size: 1.2vw;
  line-height: 1;
}

.contentPrice .price:nth-of-type(1) p {
  position: relative;
  top: -0.3vw;
}

.mobile .contentPrice {
  font-size: 1.2vw;
  line-height: 1;
}

.mobile .top {
  margin-bottom: 5px;
  text-align: center;
}

.form_details {
  padding: 0 2.5vw;
  text-align: right;
  font-size: 1.3vw;
  margin-bottom: 0;
  margin-top: 0;
}

.btn-disabled {
  background: transparent;
  width: 18.5vw;
  height: 2.2vw;
  position: absolute;
  cursor: pointer;
  top: 0vw;
}

.mobile .btn-disabled {
  cursor: pointer;
  position: absolute;
  background: transparent;
  width: 71vw;
  height: 10vw;
  z-index: 3;
  top: -4vw;
}

.closePopup {
  position: absolute;
  color: #000;
  font-size: 1.5vw;
  top: 0vw;
  right: 0.5vw;
  cursor: pointer;
}

.mobile .closePopup {
  right: 2vw;
  cursor: pointer;
  font-size: 6vw;
  top: 2vw;
  font-weight: 900;
}

.popUp {
  display: none;
  position: absolute;
  top: 135vw;
  z-index: 9;
  right: 2vw;
  background: #fff;
  padding: 2vw 0vw;
}

.popUp::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #fff;
  position: relative;
  bottom: -4vw;
  right: 7vw;
}

.mobile .popUp {
  display: none;
  position: absolute;
  z-index: 9;
  right: 1vw;
  background: #fff;
  padding: 12.3vw 0vw;
  overflow: scroll;
  max-height: 135vw;
  top: 422vw;
}

.mobile .popUp::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  position: relative;
  bottom: -1vw;
  right: 7vw;
  bottom: -20vw;
  right: 42vw;
}

.popUpPic {
  height: 16vw;
}

.mobile .popUpPic {
  width: 96vw;
  height: unset;
}

.close-popup {
  position: absolute;
  top: 0.5vw;
  right: 0.5vw;
  z-index: 9999;
  cursor: pointer;
}

.mobile .close-popup {
  top: 2.5vw;
  right: 2.5vw;
}

.close-popup > img {
  width: 1.3vw;
  height: 1.3vw;
}

.mobile .close-popup > img {
  width: 7.3vw;
  height: 7.3vw;
}

.mobile .form_details {
  padding: 1vw 0 0 0;
  font-size: 6.6vw;
  margin-bottom: -0.5vw;
}

.form__fields {
  padding: 0 2.5vw;
}

.mobile .field-checkbox label .checkbox-title {
  width: 71vw;
}

.mobile .field input {
  font-size: 4.2vw;
  width: 83.7vw;
  height: 6vw;
  padding: 1vw 2vw 0 0;
}

.field input[type="checkbox"] {
  display: none;
}

.mobile .field input[type="checkbox"] + .checkbox-v::before {
  font-size: 5.4vw;
}

.field input[type="checkbox"]:checked + .checkbox-v::before {
  color: black;
}

.ranks {
  font-size: 0.9vw;
  line-height: 1.4;
  padding: 0.5vw 2vw;
}

.ranks .pollution:not(:first-child) {
  padding: 0;
}

.mobile footer {
  width: 100%;
}

.ranks .safety {
  color: #fff;
}

.mobile .ranks .pollution a {
  font-size: 3.5vw;
}

.close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100%, -100%);
  color: #fff;
  font-size: 1.2vw;
  background: #c41e42;
  border-radius: 50%;
  padding: 0.2vw 0.5vw;
  border-color: #fff;
  border: 0.2vw solid #fff;
  cursor: pointer;
  display: none;
}

.mobile .close.close {
  transform: none;
  width: 10vw;
  height: 10vw;
  font-size: 6vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.close.active {
  display: block;
}

.form .tnx {
  text-align: center;
  padding: 0;
  display: none;
}

.tnk__icons {
  text-align: center;
  margin-top: 2vw;
}

.tnk__icons a img {
  width: 4vw;
  margin: 1vw 0.4vw;
}

.tnx__title {
  font-size: 1.8vw;
  line-height: 1;
  margin-bottom: 2vw;
}

.tnx__tips {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 1.6vw 0.6vw;
  background-color: #efdf00;
  font-size: 1.3vw;
  line-height: 1.1;
  text-align: center;
  font-weight: 600;
}

/***************Mobile***************/

.mobile .main .logo {
  width: 18vw;
  top: 4vw;
  right: 2vw;
}

.mobile .ranks {
  font-size: 3.5vw;
  line-height: 1.2;
  padding: 2vw;
  margin-bottom: 20.1vw;
}

.mobile .pollution:not(:first-child) {
  padding: 0;
}

.mobile .pollution-container .pollution {
  margin-bottom: 0;
  line-height: 1.6;
  padding: 0.6vw 0.5vw 0.4vw;
}

.mobile .safety {
  padding: 0.6vw 0.5vw 0.4vw;
}

.mobile .cta {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: -0.2vw;
  width: 100%;
  height: 15.7vw;
  z-index: 999;
  font-size: 4.8vw;
  border-top: 1px solid #fff;
}

.mobile .cta a {
  text-decoration: none;
  color: white;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding: 1vw 2vw 0;
  font-size: 4.9vw;
  line-height: 0.9;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile .cta .testDrive {
  background: #efdf00;
  color: #000;
}

.mobile .cta .testDrive::before {
  content: "";
  width: 10vw;
  height: 16.5vw;
  /* background: url(./images/contact-logo-2.png); */
  background: url(./images/envelope_icon.svg);
  position: relative;
  top: 5vw;
  left: 3vw;
  background-repeat: no-repeat;
}

/* .mobile .testDrive span {
    width: 56vw!important;
} */

.mobile .cta .callUs {
  background: #efdf00;
  border-left: 2px solid #fff;
  color: #000;
  display: none;
}

.mobile .cta .testDrive span,
.mobile .cta .callUs span {
  width: 27vw;
}

.mobile .cta .callUs::before {
  content: "";
  width: 7vw;
  height: 16vw;
  /* background: url(./images/phone-logo-2.png); */
  background: url(./images/Icon-awesome-phone.png);
  position: relative;
  top: 4vw;
  left: 3vw;
  background-repeat: no-repeat;
  display: none;
}

.mobile .cta .chat-us {
  background: #f7fbff;
  border-left: 1px solid #000;
  color: #000;
  display: none !important;
}

.mobile .cta .chat-us::before {
  content: "";
  width: 16vw;
  height: 100%;
  background: url(./images/chat-logo-1.png);
  position: relative;
  top: 5vw;
  left: 2vw;
  background-repeat: no-repeat;
}

.mobile .cta-form {
  width: 50%;
  background-color: #c30c29;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 6vw;
  flex: 1;
}

.mobile .cta-form.full {
  width: 100%;
}

.mobile .cta-call.active {
  width: 50%;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.mobile .cta-call a {
  color: #fff;
  text-decoration: none;
}

.mobile .cta-call {
  width: 50%;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.5vw;
}

.mobile .form {
  width: 100%;
  height: 110vh;
}

.mobile .form .logo {
  width: 13vw;
  height: auto;
  display: block;
  margin: 5vw auto;
}

.mobile form {
  padding: 24vw 7vw 0;
}

.mobile .form__fields {
  padding: 0;
}

.mobile .form__fields .field label .checkbox-title {
  padding: 0;
}

.mobile .field-checkbox label .checkbox-title {
  font-size: 4.2vw;
  margin-right: 2.5vw;
}

.mobile .checkbox-v {
  width: 5.8vw;
  height: 5.8vw;
}

.mobile .field input[type="submit"] {
  height: 13vw;
  font-size: 6.6vw;
  width: 85.9vw;
  padding: 0.7vw 0 0vw 0;
  margin-top: 10vw;
}

.close_form {
  display: none;
}

.mobile .close_form {
  display: block;
}

.mobile .close_form {
  display: block;
  margin: 0;
  position: absolute;
  left: 5vw;
  top: 160vw;
}

.mobile .close_form p:first-child {
  font-size: 10vw;
  line-height: 0.3;
}

.mobile .form .tnx {
  margin-top: 40vw;
}

.mobile .tnx__title {
  font-size: 7.5vw;
  margin-bottom: 10vw;
}

.mobile .tnx__tips {
  font-size: 6vw;
  padding: 2.6vw 0.6vw;
}

.mobile .tnk__icons {
  margin-top: 11vw;
}

.mobile .tnx .no-desktop {
  margin-left: 3vw;
  position: absolute;
  left: 0;
  bottom: 5vw;
}

.mobile .tnk__icons a img {
  width: 16vw;
  margin: 1vw 1.5vw;
}

.activeAnimation {
  animation: SlideUp 0.5s both;
}

@keyframes SlideUp {
  0% {
    transform: translateY(0) scale(1) translateX(0);
  }
  100% {
    transform: translateY(-1.5vw) scale(0.8) translateX(10vw);
  }
}

.from {
  font-size: 1.45vw;
  position: relative;
  top: 0;
  right: 0;
}

.mobile .from {
  font-size: 5.45vw;
}

.mobile .activeAnimation {
  animation: SlideUp2 0.5s both;
}

@keyframes SlideUp2 {
  0% {
    transform: translateY(0) scale(1) translateX(0);
  }
  100% {
    transform: translateY(-5px) scale(0.6) translateX(110px);
  }
}

html {
  -webkit-tap-highlight-color: transparent;
  direction: rtl;
  background: black;
}

.pollution-container {
  color: white;
}

.main .logo {
  width: 4vw;
  position: relative;
  top: 1vw;
  right: 1vw;
}

.accessibility {
  position: fixed;
  width: 14vw;
  height: auto;
  bottom: 1vw;
  left: 12.5vw;
  display: flex;
  align-items: center;
  z-index: 9;
  color: black;
}

.mobile .accessibility {
  position: relative;
  flex-direction: row-reverse;
  width: 100%;
  height: auto;
  background: transparent;
  bottom: 65vw;
  left: 40vw;
  display: flex;
  align-items: center;
  z-index: 9;
  left: 0 !important;
  color: black !important;
  bottom: -5vw !important;
}

.accessibility_desktop {
  display: block;
}

.mobile .accessibility_desktop {
  display: none;
}

.accessibility img {
  height: 1.6vw;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #fff;
}

.mobile .accessibility img {
  height: 8vw;
}

.accessibility a {
  color: #fff;
  padding: 0 0.5vw;
  font-size: 0.75vw;
}

.mobile .accessibility a {
  color: #fff !important;
  padding: 0 1.8vw;
  font-size: 3.4vw;
}

.form {
  position: fixed;
  top: 0;
  left: 0;
  /* height: 105vh
vh
; */
  background-color: #000;
  color: white;
  z-index: 2;
  width: 80vw;
  position: relative;
  /* right: 3vw; */
  margin: 0 auto;
}

.form .logo {
  width: 5vw;
  display: block;
  margin: 3vw auto;
  display: none;
}

.form__title_trade {
  width: 100%;
  height: auto;
  font-size: 1.9vw;
  color: #fff;
  background-color: #c30c29;
  text-align: center;
  padding: 1.1vw 0 0.7vw 0;
  margin-bottom: 2.3vw;
}

.form__title.form__title {
  text-align: center;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.05;
  margin-top: 0.5vw;
}

.top {
  font-family: "Assistant-Regular", sans-serif;
}

.mobile h2.top {
  font-size: 7.5vw;
}

.form__title span {
  font-size: 1.7vw;
  color: #efdf00;
}

.mobile .form__title span {
  color: #efdf00;
  font-size: 7.5vw;
}

.form_details {
  padding: 0 2.5vw;
  text-align: right;
  font-size: 1.3vw;
  margin-bottom: 0;
  margin-top: 0;
  color: red;
}

.close-popup {
  position: absolute;
  top: 0.5vw;
  right: 0.5vw;
  z-index: 9999;
  cursor: pointer;
}

.mobile .close-popup {
  top: 2.5vw;
  right: 2.5vw;
}

.close-popup > img {
  width: 1.66vw;
  height: 1.66vw;
}

.mobile .close-popup > img {
  width: 7.3vw;
  height: 7.3vw;
}

.mobile .form_details {
  padding: 1vw 0 0 0;
  font-size: 4.8vw;
  margin-bottom: -0.5vw;
}

.form__must {
  font-size: 2.4vw;
  padding: 0 2.5vw;
  margin-top: 1vw;
}

.form__fields {
  padding: 0 2.5vw;
}

.field label {
  display: block;
  background-color: transparent;
  padding: 0;
  margin: 0.2vw 0;
  border-bottom: 1px solid #fff;
}

.field-checkbox label {
  background-color: transparent;
  display: flex;
  border: none;
  height: 3vw;
}

.mobile .field.field-checkbox label {
  border: none;
}

.field-checkbox label .checkbox-title {
  width: 100%;
  margin-right: 0.5vw;
  padding: 0;
  font-size: 2.4vw;
  line-height: 1;
  position: relative;
  top: 1.25vw;
  color: #fff;
}

.mobile .field-checkbox label .checkbox-title {
  width: 71vw;
}

.field label div {
  padding: 0.3vw 0.3vw 0 0;
  font-size: 3.2vw;
  position: relative;
  top: 1.4vw;
  z-index: -1;
  color: #fff;
}

.field input {
  margin-top: -1vw;
  display: block;
  border: 0;
  font-size: 2.1vw;
  width: 100%;
  height: 3.5vw;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  padding: 1vw 0.5vw 0 0;
  background-color: transparent;
  color: #fff;
}

.mobile .field input {
  font-size: 13px;
  width: 100%;
  height: 26px;
  padding: 5px 10px 0 0;
  color: white;
  position: relative;
  margin: 0;
  top: -6px;
  top: -19px;
}

.field input[type="submit"] {
  color: #000;
  font-size: 3vw;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 10px;
  height: 4.5vw;
  width: 80%;
  margin-top: 5vw;
  padding: 0;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00d6d1;
  font-family: "Assistant-Bold", sans-serif;
  margin: 0 auto;
  margin-top: 9vw;
}

.online_btn {
  height: 3.5vw;
  width: 100%;
  font-family: "Assistant-Bold", sans-serif;
  color: #fff;
  font-size: 1.55vw;
  border: 2px solid #fff;
  border-radius: 10px;
  background: transparent;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.2vw;
  margin-top: 1vw;
}

.mobile .online_btn {
  height: 14vw;
  width: 100%;
  font-size: 7vw;
  padding-bottom: 0.2vw;
  margin-top: 5vw;
}

.field input[type="checkbox"] {
  display: none;
}

.field label .checkbox-v {
  width: 3vw;
  height: 3vw;
  background-color: transparent;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  border: 1px solid #fff;
}

.subscription_btn {
  background-color: transparent;
  color: #000;
  padding: 0;
  font-size: 1.6vw;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  height: 3.5vw;
  margin-top: 1.5vw;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-underline-position: from-font;
  border: 2px solid black;
  text-decoration: none;
  border-radius: 10px;
}

.mobile .subscription_btn {
  background: #00d0cb;
  height: 15vw;
  margin-top: 8vw;
  margin-bottom: 8vw;
}

.mobile .field label .checkbox-v {
  width: 10px;
  height: 12px;
}

.field input[type="checkbox"]:checked + .checkbox-v::before {
  content: "✔";
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.3vw;
  transition: all 0;
}

.mobile .field input[type="checkbox"] + .checkbox-v::before {
  font-size: 12px;
  top: 3px;
  right: -6px;
}

.ranks {
  font-size: 0.9vw;
  line-height: 1.4;
  width: 100%;
}

.ranks .pollution:not(:first-child) {
  padding: 0;
}

.ranks .pollution-container .pollution,
.ranks .safety {
  padding: 0.3vw 0.3vw 0.3vw;
}

.ranks .pollution {
  padding-bottom: 0.5vw;
}

.ranks .pollution a {
  font-family: "Assistant-Regular", sans-serif;
}

.mobile .ranks .pollution {
  padding-bottom: 2vw;
}

footer {
  width: 100%;
  position: relative;
}

.mobile footer {
  width: 92vw;
  margin: 0 auto;
  position: relative;
}

.ranks .safety {
  color: #fff;
}

.mobile .ranks .pollution a {
  font-size: 3.5vw;
}

.close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100%, -100%);
  color: #fff;
  font-size: 1.2vw;
  background: #c41e42;
  border-radius: 50%;
  padding: 0.2vw 0.5vw;
  border-color: #fff;
  border: 0.2vw solid #fff;
  cursor: pointer;
  display: none;
}

.mobile .close.close {
  transform: none;
  width: 7vw;
  height: 7vw;
  font-size: 6vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  position: relative;
  right: -80vw;
}

.close.active {
  display: block;
}

.form .tnx {
  text-align: center;
  padding: 0;
  display: none;
}

.tnk__icons {
  text-align: center;
  margin-top: 2vw;
  width: 4vw;
  margin: 1vw 0.4vw;
}

.tnx__title {
  font-size: 4.8vw;
  line-height: 1;
  margin-bottom: 2vw;
  margin-top: 16vw;
}

.tnx__tips {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 1.6vw 0.6vw;
  background-color: #00d6d1;
  font-size: 1.3vw;
  line-height: 1.1;
  text-align: center;
  font-weight: 600;
}

/************************************/

/***************Mobile***************/

/************************************/

.mobile .form {
  /* display: none; */
}

.mobile .main {
  width: 100vw;
  min-height: 350px;
}

.mobile .main .logo {
  width: 18vw;
  top: 4vw;
  right: 2vw;
}

.mobile .ranks {
  font-size: 3.5vw;
  line-height: 1.2;
  padding: 2vw;
  margin-bottom: 20.1vw;
  padding-top: 2vw;
}

.mobile .pollution:not(:first-child) {
  padding: 0;
}

.mobile .pollution-container .pollution {
  margin-bottom: 0;
  line-height: 1.6;
  padding: 0.6vw 0.5vw 0.4vw;
}

.mobile .safety {
  padding: 0.6vw 0.6vw 0.6vw;
}

.mobile .cta {
  position: fixed;
  display: flex;
  bottom: 0;
  width: 100%;
  height: 15.7vw;
  z-index: 999;
  font-size: 4.8vw;
  border: 2px solid #000;
}

.mobile .cta:hover {
  background: #6e696900;
  cursor: pointer;
}

.mobile .cta a {
  text-decoration: none;
  color: white;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding: 1vw 2vw 0;
  font-size: 4.9vw;
  line-height: 0.9;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.mobile .cta .testDrive {
  color: white;
  background: black;
}

.mobile .cta .testDrive::before {
  content: "";
  width: 10vw;
  height: 16.5vw;
  background: url(./images/envelope_icon.svg);
  position: relative;
  top: 5vw;
  left: 3vw;
  background-repeat: no-repeat;
  display: none;
}

.mobile .cta .callUs {
  background: white;
  border-left: 2px solid #fff;
  color: #000;
  display: none;
}

.mobile .cta .testDrive span,
.mobile .cta .callUs span {
  width: 100%;
  text-align: center;
  font-weight: lighter;
}

.mobile .cta .chat-us {
  background: #f7fbff;
  border-left: 1px solid #000;
  color: #000;
  display: none !important;
}

.mobile .cta .chat-us::before {
  content: "";
  width: 16vw;
  height: 100%;
  background: url(./images/chat-logo-1.png);
  position: relative;
  top: 5vw;
  left: 2vw;
  background-repeat: no-repeat;
}

.mobile .cta-form {
  width: 50%;
  background-color: #c30c29;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 6vw;
  flex: 1;
}

.mobile .cta-form.full {
  width: 100%;
}

.mobile .cta-call.active {
  width: 50%;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.mobile .cta-call a {
  color: #fff;
  text-decoration: none;
}

.mobile .cta-call {
  width: 50%;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.5vw;
}

.mobile .form {
  max-width: 430px;
  height: fit-content;
  padding: 0 25px;
}

.mobile .form.active {
  display: block;
  width: 100%;
  height: 193vw;
  box-sizing: border-box;
  background: black;
}

.mobile .form .logo {
  width: 17vw;
  height: auto;
  display: block;
  margin: 5vw auto;
}

.mobile .form__title {
  font-size: 16px;
  padding: 0;
  color: white;
  margin-top: 0;
}

.mobile .form__must {
  font-size: 12px;
  padding: 5px 0 0 0;
  color: white;
  margin: 0;
}

.mobile form {
  padding: 12vw 7vw 0;
}

.mobile .form__fields {
  padding: 0;
}

.mobile .form__fields .field label div {
  padding: 5px 10px 0 0;
  font-size: 14px;
  color: #a4a5a5;
  position: relative;
  top: 0;
  z-index: -1;
  color: white;
}

.mobile .form__fields .field label .checkbox-title {
  padding: 0;
  font-size: 13px;
  width: 100%;
  color: white;
  margin-right: 10px;
  top: -3px;
}

.mobile .field label {
  margin: 4px 0;
  height: 33px;
  border: 1px solid white;
}

.mobile .field-checkbox label .checkbox-title {
  font-size: 4.2vw;
  margin-right: 2.5vw;
}

.mobile .checkbox-v {
  width: 5.8vw;
  height: 5.8vw;
}

.mobile .field input[type="submit"] {
  height: 28px;
  font-size: 18px;
  width: 100%;
  padding: 6px 0 2px 0;

  padding-top: 0;
  border-radius: 0px;
  margin-top: 38px;
}

.field_label {
  border-bottom: none;
}

.close_form {
  display: none;
}

.mobile .close_form {
  display: block;
}

.mobile .close_form {
  display: block;
  margin: 0;
  position: absolute;
  left: 5vw;
  top: 8vw;
}

.mobile .close_form p:first-child {
  font-size: 6vw;
  line-height: 0.3;
}

.mobile .form .tnx {
  margin-top: 0;
  position: absolute;
  top: 34px;
  right: 0;
  background: #000;
  width: 100%;
  height: 100%;
  padding: 50px 0 0 0;
}

.mobile .tnx__title {
  font-size: 20px;
  margin-bottom: 0;
  margin: 0;
}

.mobile .tnx__tips {
  font-size: 6vw;
  padding: 2.6vw 0.6vw;
}

.mobile .tnk__icons {
  margin-top: 11vw;
}

.mobile .tnx .no-desktop {
  margin-left: 3vw;
  position: absolute;
  left: 0;
  bottom: 5vw;
}

.mobile .tnk__icons a img {
  width: 16vw;
  margin: 1vw 1.5vw;
}

.from {
  font-size: 1.45vw;
  position: relative;
  top: 0;
  right: 0.5vw;
  font-size: 1.3vw;
}

.oneStep {
  display: none;
  position: relative;
  height: 45.5vw;
}

.mobile .oneStep {
  height: 153.4vw;
}

.bg1 {
  position: absolute;
  top: -1.9vw;
  right: 0;
  width: 74.3vw;
}

.mobile .bg1 {
  object-position: 0vw -21vw;
  object-fit: cover;
  top: 0vw;
  right: 0;
  width: 100vw;
}

.wrapperTraiglesImages {
  width: 21.7vw;
  height: 48vw;
  position: absolute;
  top: 0;
  right: 0;
}

.mobile .wrapperTraiglesImages {
  width: 100%;
  height: 50vw;
  top: -4vw;
}

.traingle {
  position: absolute;
  opacity: 0.4;
  transition: 0.6s all;
}

.traingle.active {
  position: absolute;
  opacity: 1;
  transition: 0.6s all;
}

.traingle-1 {
  top: -7.3vw;
  right: 1.3vw;
  width: 16.3vw;
  height: 20.3vw;
}

.mobile .traingle-1 {
  top: 17.7vw;
  right: 2.3vw;
  width: 34.7vw;
  height: 46.8vw;
}

.traingle-2 {
  top: 3vw;
  right: 6.3vw;
  width: 14.6vw;
  height: 19.8vw;
}

.mobile .traingle-2 {
  top: 0;
  right: 15.8vw;
  width: 35.6vw;
  height: 48.1vw;
}

.traingle-3 {
  top: 8.3vw;
  right: -3.2vw;
  width: 14.55vw;
  height: 19.65vw;
}

.mobile .traingle-3 {
  top: 1.3vw;
  right: 48.3vw;
  width: 38.2vw;
  height: 48.5vw;
}

.traingle-4 {
  top: 17vw;
  right: 0vw;
  width: 15.6vw;
  height: 21.3vw;
}

.mobile .traingle-4 {
  top: 20vw;
  right: 62vw;
  width: 37.6vw;
  height: 50.3vw;
}

.oneStepTopTitle {
  font-size: 3.1vw;
  position: absolute;
  top: 8vw;
  right: 24vw;
  color: #fff;
  text-shadow: 1px 1px 2px #00000054;
  font-family: "Assistant-Bold", sans-serif;
}

.mobile .oneStepTopTitle {
  font-size: 6vw;
  top: 56vw;
  right: 5.5vw;
}

.oneStepTopTitle span {
  visibility: hidden;
}

.wrapperPrise {
  position: absolute;
  top: 35vw;
  right: 52vw;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hrPrice {
  width: 2px;
  height: 6vw;
  background: #fff;
  margin-left: 1.55vw;
}

.price:last-child {
  margin-right: -0.8vw;
  margin-top: -0.3vw;
}

.price p {
  font-family: "Assistant-Bold", sans-serif;
  font-size: 3.1vw;
}

.shekel {
  font-family: "Assistant-Bold", sans-serif;
  font-size: 2.5vw;
  position: relative;
  right: -0.2vw;
}

.priceTxt {
  font-size: 1.55vw;
  line-height: 1;
}

.fromPrice {
  font-family: "Assistant-Bold", sans-serif;
  font-size: 3.1vw;
  position: relative;
  top: -0.1vw;
  right: 0.6vw;
}

.mobile .wrapperPrise {
  top: 117vw;
  right: 45.5vw;
}

.mobile .hrPrice {
  height: 14.6vw;
  margin-left: 4vw;
}

.mobile .price p {
  font-size: 7.2vw;
}

.priceTop {
  font-size: 1.55vw;
}

.mobile .priceTop {
  font-size: 4.3vw;
}

.mobile .shekel {
  font-size: 6vw;
  right: 0vw;
}

.mobile .priceTxt {
  font-size: 4.3vw;
}

.mobile .fromPrice {
  font-size: 7.2vw;
  top: -0.2vw;
}

.twoStep {
  position: relative;
  height: 109vw;
}

.mobile .twoStep {
  height: 393.5vw;
}

.bg2 {
  width: 100%;
  height: 100%;
}

.mobile .bg2 {
  object-fit: cover;
}

.insideTrainger {
  position: absolute;
  transition: 0.6s ease-in-out;
}

.insideTrainger-1 {
  top: -7vw;
  right: -34.1vw;
  width: 28vw;
  height: 28.65vw;
  transform: translateX(31vw);
}

.mobile .insideTrainger-1 {
  top: 34.5vw;
  right: -13vw;
  width: 49vw;
  height: 51.4vw;
  transform: translateX(38vw);
}

.insideTrainger-2 {
  top: 15vw;
  right: -2vw;
  width: 27.2vw;
  height: 28.65vw;
  transform: translateX(29vw);
}

.mobile .insideTrainger-2 {
  top: 9vw;
  right: 46vw;
  width: 49vw;
  height: 51.4vw;
  transform: translateX(-42vw);
}

.insideTrainger-3 {
  top: -8vw;
  right: -29.6vw;
  width: 27.2vw;
  height: 28.65vw;
  transform: translateX(30vw);
}

.mobile .insideTrainger-3 {
  top: 20vw;
  right: 52.4vw;
  width: 49vw;
  height: 51.6vw;
  transform: translateX(-37vw);
}

.plusContent {
  position: absolute;
}

.plusContent-1 {
  top: 8.4vw;
  right: 39vw;
}

.mobile .plusContent-1 {
  top: 17vw;
  right: 5.5vw;
}

.plusContent-2 {
  top: 28.4vw;
  right: 2.8vw;
}

.mobile .plusContent-2 {
  top: 147.4vw;
  right: 5.5vw;
}

.plusContent-3 {
  top: 85.5vw;
  right: 32.45vw;
}

.mobile .plusContent-3 {
  top: 211vw;
  right: 5.5vw;
}

.plus_minus {
  position: relative;
  width: 3.6vw;
  height: 3.6vw;
  cursor: pointer;
  display: none;
}

.mobile .plus_minus {
  display: none;
}

.plus_minus img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.plus {
  display: block;
}

.minis {
  display: none;
}

.plusContent.active .plus {
  display: none;
}

.plusContent.active .minus {
  display: block;
}

.plusTxt {
  font-size: 3.1vw;
  font-family: "Assistant-Bold", sans-serif;
  color: #fff;
}

.mobile .plusTxt {
  font-size: 7.2vw;
}

.plusInputs {
  margin-top: 0;
  height: 0;
  overflow: hidden;
  transition: 0.6s ease-in-out;
}

.mobile .plusInputs {
  margin-top: 1vw;
}

.plusContent.active .plusInputs {
  height: 11vw;
  transition: 0.6s ease-in-out;
}

.mobile .plusContent.active .plusInputs {
  height: 30vw;
}

.plusContent.active .insideTrainger-1,
.plusContent.active .insideTrainger-2,
.plusContent.active .insideTrainger-3 {
  transform: translateX(0);
}

.plusInputs p {
  color: #fff;
  font-size: 1.55vw;
  margin-bottom: 0.6vw;
}

.mobile .plusInputs p {
  color: #fff;
  font-size: 4.3vw;
  margin-bottom: 2.5vw;
  line-height: 1.05;
}

.mobile .plusInputs p span {
  position: relative;
  right: 2.1vw;
}

.arrowDown {
  position: absolute;
  top: 40vw;
  right: 33.6vw;
  width: 4vw;
  height: 6vw;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: 2s arrowDownUp ease-in-out forwards infinite;
  cursor: pointer;
}

.mobile .arrowDown {
  top: 140vw;
  right: 47vw;
  width: 6vw;
  height: 8vw;
  animation: 1s arrowDownUpMobile ease-in-out forwards infinite;
  /* animation: none; */
}

@keyframes arrowDownUp {
  0% {
    top: 40vw;
  }
  50% {
    top: 42vw;
  }
  100% {
    top: 40vw;
  }
}

@keyframes arrowDownUpMobile {
  0% {
    top: 140vw;
  }
  50% {
    top: 142vw;
  }
  100% {
    top: 140vw;
  }
}

.arrowDown span {
  width: 2vw;
  height: 2vw;
  border: none;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 1vw;
}

.mobile .arrowDown span {
  width: 3.8vw;
  height: 3.8vw;
}

.arrowDown span:last-child {
  margin-top: 1vw;
}

.mobile .arrowDown span:last-child {
  margin-top: 10px;
}

.txtTraingle {
  position: absolute;
  font-size: 1.1vw;
  color: #fff;
  z-index: 1;
  font-family: "Assistant-Bold", sans-serif;
  text-shadow: 1px 1px 3px #000;
  text-align: center;
  line-height: 1.05;
  opacity: 0;
  transition: 0.6s ease-in-out;
}

.mobile .txtTraingle {
  font-size: 3vw;
}

.txtTraingle.active {
  opacity: 1;
  transition: 0.6s ease-in-out;
}

.txtTraingle-1 {
  top: 5vw;
  right: 4.5vw;
}

.mobile .txtTraingle-1 {
  top: 44vw;
  right: 9vw;
}

.txtTraingle-2 {
  top: 13.5vw;
  right: 11vw;
}

.mobile .txtTraingle-2 {
  top: 24.5vw;
  right: 25.5vw;
}

.txtTraingle-3 {
  top: 18.5vw;
  right: 1vw;
}

.mobile .txtTraingle-3 {
  top: 26.5vw;
  right: 55vw;
}

.txtTraingle-4 {
  top: 27vw;
  right: 2.5vw;
}

.mobile .txtTraingle-4 {
  top: 44vw;
  right: 75vw;
}
.field select {
  appearance: auto;
  width: 19vw;
  height: 5vw;
}
.field select {
  font-size: 15px;
  width: 100%;
  padding: 0px 3px 0 0;
  color: white;
  position: relative;
  top: 0px;
  margin: 0;
  border: 1px solid #fff;
  background: #000;
  margin: 4px 0;
  height: 33px;
}
@supports (-webkit-touch-callout: none) {
  .mobile .plusTxt {
    font-size: 7.2vw;
    letter-spacing: -0.3vw;
  }
}
