﻿@font-face {
  font-family: "fbpractica";
  src: url("./fonts/fbpractica-boldwebfont.woff") format("woff");
  /* src: url("./fonts/fbPracticaBlack.ttf") format("ttf"); */
  font-weight: bold;
  unicode-range: U+05D0-05EA;
  font-display: swap;
}

@font-face {
  font-family: "fbpractica";
  src: url("./fonts/fbpractica-lightwebfont.woff") format("woff");
  font-weight: lighter;
  unicode-range: U+05D0-05EA;
  font-display: swap;
}

@font-face {
  font-family: "fbpractica";
  src: url("./fonts/fbpractica-regularwebfont.woff") format("woff");
  /* src: url("./fonts/fbPractica.ttf") format("ttf"); */
  font-weight: normal;
  unicode-range: U+05D0-05EA;
  font-display: swap;
}

@font-face {
  font-family: "fbpractica-eng";
  src: url("./fonts/NissanBrand-Regular.woff") format("woff");
  font-weight: normal;
  /* unicode-range: U+05D0-05EA; */
  font-display: swap;
}

@font-face {
  font-family: "fbpractica-eng";
  src: url("./fonts/NissanBrand-Bold.woff") format("woff");
  font-weight: bold;
  /* unicode-range: U+05D0-05EA; */
  font-display: swap;
}

@font-face {
  font-family: "fbpractica-eng";
  src: url("./fonts/NissanBrand-Regular.woff") format("woff");
  font-weight: lighter;
  /* unicode-range: U+05D0-05EA; */
  font-display: swap;
}

.safety-container,
.pollution-container {
  display: inline-flex !important;
  direction: ltr !important;
  cursor: pointer;
}

* {
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  scroll-behavior: smooth;
}

html {
  direction: rtl;
  --pollution-1: #1a582c;
  --pollution-2: #146634;
  --pollution-3: #0e7d3e;
  --pollution-4: #129346;
  --pollution-5: #23a348;
  --pollution-6: #3eaf49;
  --pollution-7: #98c93c;
  --pollution-8: #f9d324;
  --pollution-9: #fdbd3c;
  --pollution-10: #f89938;
  --pollution-11: #e67524;
  --pollution-12: #dc5f26;
  --pollution-13: #e02225;
  --pollution-14: #c52026;
  --pollution-15: #a41d20;
  --safety-0: #c00000;
  --safety-1: #e46c0b;
  --safety-2: #ffc000;
  --safety-3: #33af8a;
  --safety-4: #31859d;
  --safety-5: #268cca;
  --safety-6: #0170c1;
  --safety-7: #0373fb;
  --safety-8: #124aff;
}

.privacyLink {
  color: white;
}

.pollution_1 {
  background-color: var(--pollution-1);
}

.pollution_2 {
  background-color: var(--pollution-2);
}

.pollution_3 {
  background-color: var(--pollution-3);
}

.pollution_4 {
  background-color: var(--pollution-4);
}

.pollution_5 {
  background-color: var(--pollution-5);
}

.pollution_6 {
  background-color: var(--pollution-6);
}

.pollution_7 {
  background-color: var(--pollution-7);
}

.pollution_8 {
  background-color: var(--pollution-8);
}

.pollution_9 {
  background-color: var(--pollution-9);
}

.pollution_10 {
  background-color: var(--pollution-10);
}

.pollution_11 {
  background-color: var(--pollution-11);
}

.pollution_12 {
  background-color: var(--pollution-12);
}

.pollution_13 {
  background-color: var(--pollution-13);
}

.pollution_14 {
  background-color: var(--pollution-14);
}

.pollution_15 {
  background-color: var(--pollution-15);
}

.safety_0 {
  background-color: var(--safety-0);
}

.safety_1 {
  background-color: var(--safety-1);
}

.safety_2 {
  background-color: var(--safety-2);
}

.safety_3 {
  background-color: var(--safety-3);
}

.safety_4 {
  background-color: var(--safety-4);
}

.safety_5 {
  background-color: var(--safety-5);
}

.safety_6 {
  background-color: var(--safety-6);
}

.safety_7 {
  background-color: var(--safety-7);
}

.safety_8 {
  background-color: var(--safety-8);
}

.pollution,
.safety {
  display: inline-block;
  padding: 3px 0;
  width: 20px;
  text-align: center;
  margin: 1px;
}

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

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

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

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

.no-desktop {
  display: none;
}

.mobile .no-mobile {
  display: none;
}

.only_desktop {
  display: inline-block;
}

.mobile .only_desktop {
  display: none;
}

.only_mobile {
  display: none;
}

.mobile .only_mobile {
  display: inline-block;
}

.mobile .no-desktop {
  display: block;
}

body {
  font-family: "fbpractica-eng", "fbpractica", -apple-system, BlinkMacSystemFont,
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.mobile {
  overflow-x: hidden;
}

img {
  object-fit: contain;
}

.topBG {
  position: absolute;
  top: 0;
  right: 0;
  width: 80vw;
  height: auto;
  object-fit: contain;
}

.mobile .topBG {
  width: 220vw;
  right: 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

.mobile.openMobileMenu .burger p {
  display: none;
}

.mobile.openMobileMenu {
  overflow: hidden;
}

.mobile .form__pre__title_mob {
  width: 85vw;
}

.form {
  position: fixed;
  top: 0;
  left: 0;
  width: 24.5vw;
  height: 100%;
  background-color: black;
  color: white;
  box-sizing: border-box;
  z-index: 2;
}

.input-after-active {
  animation: SlideDown 0.5s both;
}

@keyframes SlideDown {
  0% {
    transform: translateY(-1vw) scale(0.8) translateX(2.5vw);
  }

  100% {
    transform: translateY(0) scale(1) translateX(0);
  }
}

.field-placeholder.active {
  animation: SlideUp 0.5s both;
}

@keyframes SlideUp {
  0% {
    transform: translateY(0) scale(1) translateX(0);
  }

  100% {
    transform: translateY(-1.6vw) scale(0.8) translateX(2.5vw);
  }
}

.mobile .field-placeholder.active {
  animation: SlideUpM 0.5s both;
}

.mobile .input-after-active {
  animation: SlideDownM 0.5s both;
}

@keyframes SlideDownM {
  0% {
    transform: translateY(-5.5vw) scale(0.8) translateX(12vw);
  }

  100% {
    transform: translateY(0) scale(1) translateX(0);
  }
}

@keyframes SlideUpM {
  0% {
    transform: translateY(0) scale(1) translateX(0);
  }

  100% {
    transform: translateY(-5.5vw) scale(0.8) translateX(12vw);
  }
}

.top_bunner {
  background: #00d6d1;
  width: 100%;
  height: 3.5vw;
  display: none;
  justify-content: center;
}

.form .top_bunner {
  display: flex;
  padding: 0;
}

.mobile .top_bunner {
  display: flex;
}

.mobile .top_bunner {
  height: 11.5vw;
}

.mobile .form .top_bunner {
  display: none;
}

.mobile .freesbe_logo {
  width: 19vw;
  height: auto;
  position: relative;
  object-fit: contain;
}

.mobile .close_form {
  position: relative;
  top: 4vw;
  right: -1vw;
}

.mobile .form.active .logo {
  position: absolute;
  left: 41vw;
  top: 4vw;
  width: 18.5vw;
  object-fit: contain;
}

.form.active .mobile-logo {
  display: none;
}

.mobile .carasso_layer_whatsapp_icon {
  z-index: 1 !important;
}

.mobile .carasso_layer_whatsapp_icon {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 80vw;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 99999;
  transition: all 0.3s;
  bottom: 70px !important;
}

.form__pre__title {
  font-size: 2.3vw;
  direction: rtl;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  width: 100%;
}

.form__pre__title span {
  font-size: 1.6vw;
  font-family: "fbpractica", "fbpractica", sans-serif;
}

.mobile .form__pre__title span {
  font-size: 6.6vw;
}

.form .logo {
  width: 6vw;
  display: block;
  margin: 4vw auto 2vw;
}

.form__must {
  font-size: 0.9vw;
  margin-top: 4vw;
}

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

.mobile .field label {
  border-bottom: 1px solid #000;
}

.field-checkbox label {
  background-color: transparent;
  display: flex;
  align-items: flex-start;
  border: none;
  margin: 0;
}

.mobile .field-checkbox label {
  background-color: transparent;
  display: flex;
  align-items: flex-start;
  border: none;
  margin: 0;
  height: 24vw;
}

.field-checkbox label .checkbox-title {
  color: white;
  margin-right: 0.5vw;
  line-height: 1.2;
  font-size: 0.9vw;
  top: 0;
}

.field label div {
  color: #fff;
  font-size: 0.9vw;
  position: relative;
  top: 1vw;
}

.field input {
  display: block;
  border: 0;
  font-size: 1.2vw;
  width: 100%;
  background-color: transparent;
  color: #fff;
}

.form__pre_description {
  font-size: 1.05vw;
  line-height: 1.2;
  margin: 1vw 0 1vw;
  text-align: center;
}

.form__pre_description span {
  font-size: 0.85vw;
}

.mobile .form__pre_description span {
  font-size: 4.8vw;
}

.field.field-checkbox {
  margin-top: 1vw;
}

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

.field label .checkbox-v {
  width: 1.4vw;
  height: 1.4vw;
  background-color: white;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  top: 0.3vw;
}

.field input[type="checkbox"] + .checkbox-v::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: none;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  width: 0.9vw;
  height: 0.3vw;
  transform: translate(-50%, -80%) rotate(135deg);
  font-size: 1.4vw;
  transition: all 0.2s ease-in-out;
}

.mobile .field input[type="checkbox"] + .checkbox-v::before {
  width: 3.5vw;
  height: 1.5vw;
}

.field input[type="checkbox"]:checked + .checkbox-v::before {
  border-right: 2px solid #000;
  border-top: 2px solid #000;
}

.main {
  position: relative;
}

.main .logo {
  width: 12.7vw;
  position: absolute;
  top: -1.2vw;
  right: 0vw;
}

.safety_,
.pollution_ {
  display: none;
}

.mlogo {
  display: none;
}

.mobile .mlogo {
  display: block;
  width: 20vw;
  height: 20vw;
  object-fit: contain;
  position: absolute;
  top: 27vw;
  right: 40vw;
  z-index: 2;
}

.form .tnx {
  text-align: center;
  padding: 0;
  display: none;
  z-index: 100;
  position: relative;
  top: 2vw;
}

.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: flex;
  color: white;
  text-decoration: none;
  padding: 0.6vw;
  background-color: #c4092f;
  font-size: 1.3vw;
  line-height: 1.1;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.safety-container {
  color: white;
}

.ranks a {
  color: black;
  text-decoration: underline;
}

.accessibility {
  display: flex;
  z-index: 9;
  align-items: center;
}

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

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

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

.mobile .accessibility-form-acc img {
  height: 8vw;
}

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

.mobile .accessibility a {
  color: #000;
  padding: 0;
  font-size: 3.3vw;
}

.mobile .accessibility-form-acc a {
  color: #fff;
  padding: 0 4.8vw 0 0.8vw;
  font-size: 3.3vw;
}

.mobile .form .tnx {
  min-height: 100vh;
  color: #fff;
  top: 20vw;
  position: fixed;
  right: 0;
  width: 100%;
}

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

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

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

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

.mobile .tnk__icons a img {
  width: 16vw;
  margin: 1vw 1.5vw;
  border: 1px solid #000;
  border-radius: 50%;
}

.mobile .form {
  display: none;
}

.mobile .main {
  width: 100%;
}

.popUp {
  display: none;
  position: absolute;
  right: 3vw;
  overflow-y: scroll;
  z-index: 1;
  width: 35vw;
  height: 21vw;
  background: #fff;
  box-shadow: 5px 6px 9px 4px rgba(0, 0, 0, 0.73);
  padding: 2vw;
  box-sizing: border-box;
  top: -22vw;
}

.popUp img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.popUpPic {
  width: 50vw;
}

.closePopup {
  position: absolute;
  right: 0.5vw;
  top: -0.5vw;
  font-size: 2vw;
  cursor: pointer;
}

.btn-disabled {
  cursor: pointer;
  height: 2.5vw;
  width: 28vw;
  background: transparent;
  z-index: 1;
  top: 1vw;
  right: 0;
  position: absolute;
}

.mobile .btn-disabled {
  height: 17.5vw;
  width: 71vw;
  top: 0;
}

.mobile .popUp {
  height: 78vw;
  right: 2vw;
  background: #fff;
  padding: 3vw;
  width: 92vw;
  top: -82vw;
  overflow-x: hidden;
}

.mobile .closePopup {
  position: absolute;
  right: 2vw;
  top: -0.5vw;
  font-size: 5vw;
  cursor: pointer;
}

.mobile .main .logo {
  width: 35vw;
  right: 0;
  object-fit: contain;
  top: 21vw;
}

.mobile .cta {
  position: fixed;
  display: flex;
  bottom: 0;
  width: 100%;
  height: 16.7vw;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(2px);
  z-index: 1000;
}

.h1 {
  position: relative;
  color: #fff;
  text-align: center;
  margin-top: 7vw;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: translateY(-30vw);
  animation: 1s moveFromTop linear forwards;
  animation-delay: 0.2s;
}

.mobile .h1 {
  margin-top: 4.63vw;
  gap: 17vw;
}
.mobile .h1 .main-log-mobile {
  width:  26.56vw;
  margin-top: -2vw;
  margin-bottom: 2vw;
}

@keyframes moveFromTop {
  100% {
    transform: translateY(0);
  }
}

.bg {
  width: 74vw;
  position: absolute;
  top: 0;
  right: 0;
}

.mobile .bg {
  object-position: 0 -16vw;
  width: 100%;
}

.cars {
  position: absolute;
  top: 23vw;
  right: 22.22vw;
  width: 32.45vw;
  height: fit-content;
  transform: translateY(30vw);
  animation: 1s moveFromBottom linear forwards;
  display: none;
}

.mobile .cars {
  top: 76vw;
  right: 0;
  width: 100vw;
  height: 126.05vw;
  transform: translateY(30vw);
  animation: 1s moveFromBottom linear forwards;
}

@keyframes moveFromBottom {
  100% {
    transform: translateY(0);
  }
}

.containerTopN {
  width: 46.58vw;
  height: 4.4vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
}

.relevant-dates {
  margin-top: 0.3vw;
  font-size: 1.46vw;
  font-weight: 400;
  color: #c51733;
}

.day-limit {
  width: 13.33vw;
  color: #c51733;
  font-weight: 400;
  font-family: "fbpractica";
  font-size: 1.95vw;
  background: linear-gradient(90deg, 
    rgba(255, 255, 255, 0) 5%,
    rgba(255, 255, 255, 1) 55%,
    rgba(255, 255, 255, 1) 45%,
    rgba(255, 255, 255, 0) 95%
  );
}

.mobile .relevant-dates {
  font-size: 6.97vw;
}

.mobile .day-limit {
  width: 58.33vw;
  font-size: 7.81vw;
}

.caption-logo {
  display: flex;
  direction: rtl;
  position: relative;
  top: 7vw;
  font-size: 1.95vw;
  justify-content: center;
  gap: 1vw;

  h2 {
    font-size: 2.2vw;
    color: white;
    font-weight: 400;
    border-bottom: 2px solid #c51733;
  }
}

.mobile .containerTopN {
  width: 89.07vw;
  height: 10vw;
  top: 4vw;
}

.containerTopN img {
  width: 24.75vw;
  height: 4.1vw;
}

.mobile .containerTopN img {
  width: 93.17vw;
  height: 13.7vw;
}

.containerTopN p {
  font-size: 3.17vw;
  color: #fff;
  /* font-family: "fbpractica-eng", "fbpractica", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; */
  font-weight: 100;
  line-height: 1;
}

.containerTopN p span {
  font-family: "fbpractica-eng";
  font-size: 3.8vw;
}
.containerTopN img.pic_sales {
  width: 62%;
  margin-top: 1vw;
}
.mobile .containerTopN img.pic_sales {
  width: 75%;
  margin-block: 4vw 2vw;
}
.mobile .containerTopN p span {
  font-size: 7.8vw;
}
.mobile .containerTopN p {
  font-size: 7.58vw;
  top: -0.2vw;
  line-height: 1;
  margin-block: 1vw;
}

.mainTxtN {
  font-size: 5.21vw;
  line-height: 0.9;
}

.mobile .mainTxtN {
  font-size: 13.95vw;
}

.dataN {
  font-size: 2.34vw;
  line-height: 1;
  letter-spacing: -0.05vw;
  font-weight: 400;
  margin-top: 0.6vw;
}

.mobile .dataN {
  font-size: 6.98vw;
  margin-top: 2.6vw;
}

.lottie {
  position: absolute;
  top: -1vw;
  right: 21vw;
  width: 32vw;
  height: auto;
  display: none;
}

.mobile .lottie {
  top: -13vw;
  right: 0;
  width: 100vw;
  height: auto;
}

.form_h2 {
  font-size: 2.08vw;
  text-align: center;
  line-height: 0.8;
  font-weight: 600;
}

.mobile .form_h2 {
  font-size: 7.91vw;
  margin-top: 16vw;
}

.form_h2 span {
  font-size: 2.34vw;
}

.mobile .form_h2 span {
  font-size: 9.77vw;
}

.accessibility-form-acc {
  display: none;
}

.mobile .cta a {
  text-decoration: none;
  flex: 1;
  font-size: 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.slick-list {
  position: relative;
  z-index: 1;
}

.mobile .cta .testDrive {
  color: #000;
  background: #fff;
  margin: 1.5vw;
  border-radius: 10px;
  border: 2px solid #da2d32;
}

.mobile .cta .callUs {
  color: white;
  margin: 1.5vw;
  border-radius: 10px;
  background: #da2d32;
}

.mobile .cta span {
  position: relative;
  bottom: 0.5vw;
}

footer {
  width: 69vw;
  padding: 1vw 2vw;
  padding-bottom: 4vw;
  position: relative;
}

.mobile footer {
  padding-bottom: 25vw;
  margin: 2vw;
  margin-top: 0;
  width: unset;
}

.mobile footer p {
  margin-top: 1vw;
}

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

.mobile .terms_main {
  font-size: 3.5vw;
}

.pollution.ao {
  display: none;
}

body.AO .pollution.ao {
  display: inline-block;
}

.safety.ao {
  display: none;
}

body.AO .safety.ao {
  display: inline-block;
}

.mobile .pollution,
.mobile .safety {
  padding: 1vw 0;
  margin: 1px;
}

.mobile .form.active {
  display: block;
  -webkit-animation: fade-in-from-bottom 0.4s ease-in-out both;
  animation: fade-in-from-bottom 0.4s ease-in-out both;
  overflow-y: scroll;
}

.mobile .form {
  width: 100%;
  height: 100%;
  z-index: 99;
}

.mobile .form .logo {
  position: absolute;
  left: 0;
  top: 2vw;
  width: 18.5vw;
  object-fit: contain;
}

.mobile .mobile-logo {
  width: 34vw;
  position: absolute;
  top: -0.5vw;
  right: -5.5vw;
}

.mobile form {
  margin-bottom: 16vw;
}

.mobile .field label div {
  font-size: 4vw;
}

.mobile .checkbox-v {
  width: 7vw;
  height: 7vw;
  position: relative;
  top: -1vw;
}

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

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

.mobile .field input[type="submit"] {
  font-size: 6.5vw;
  padding: 0 0 1.1vw 0;
  width: 100%;
  -webkit-appearance: none;
  height: 14.7vw;
  margin-top: 3vw;
}

.mobile .field label {
  margin: 3.5vw 0;
}

.mobile .field label div {
  font-size: 4.3vw;
  padding: 1vw 1vw 0 0;
  top: 6vw;
}

.mobile .field label .checkbox-v {
  padding: 0;
  width: 6vw;
  height: 6vw;
  top: 7vw;
}

.mobile .field label .checkbox-title {
  padding: 0;
  width: 85vw;
  font-size: 3.5vw;
}

.mobile .form__pre__title {
  font-size: 9vw;
  direction: rtl;
  text-align: center;
  margin-top: 15vw;
  margin-right: 7vw;
  font-weight: 100;
}

.mobile .form__pre_description {
  font-size: 5.3vw;
  text-align: right;
  margin: 2vw 0 2vw;
  line-height: 1.1;
  font-weight: 100;
}

.icon_alert {
  position: absolute;
  width: auto;
  left: 14.1vw;
  top: 4.1vw;
}

.mobile .icon_alert {
  position: absolute;
  left: 59vw;
  top: 22vw;
}

.form2 {
  padding: 0vw 2.5vw 0 1vw;
}

.form__fields_2 {
  position: relative;
  z-index: 15;
  right: 2vw;
  top: 4vw;
}

.mobile .form__fields_2 {
  position: relative;
  z-index: 199;
  width: 85vw;
  right: 6vw;
  top: 55vw;
}

.form .logo {
  display: block;
  width: 21.24vw;
  margin: 5.5vw auto 0vw auto;
}

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

.mobile .form__title span {
  font-size: 6.4vw;
  font-family: "DaciaBlock-Bold";
}

.form_details {
  text-align: right;
  margin-bottom: 0;
  margin-top: 0.8vw;
  font-size: 0.938vw;
}

.mobile .form_details {
  padding: 2vw 0 0 0;
  font-size: 4.3vw;
  margin-bottom: -0.5vw;
  width: 100vw;
  font-family: "DaciaBlock-Regular";
}

.form__must {
  /* margin-top: 1.5vw; */
  font-size: 0.85vw;
}

.field-placeholder.active {
  animation: SlideUp 0.5s both;
  transition: 0.6s ease;
}

.mobile .field-placeholder.active {
  animation: SlideUpm 0.5s both;
  transition: 0.6s ease;
}

@keyframes SlideUp {
  0% {
    transform: translateY(0) scale(1) translateX(0);
  }

  100% {
    transform: translateY(-1.5vw) scale(0.8) translateX(0.5vw);
    color: #000;
  }
}

@keyframes SlideUpm {
  0% {
    transform: translateY(0) scale(1) translateX(0);
  }

  100% {
    transform: translateY(-5.5vw) scale(0.8) translateX(0.5vw);
  }
}

.mobile .caption-logo {
  top: 27vw;

  h2 {
    font-size: 5.5vw;
  }
}

.input-after-active {
  animation: SlideDown 0.5s ease;
  transition: 0.6s ease;
}

.mobile .input-after-active {
  animation: SlideDownm 0.5s ease;
  transition: 0.6s ease;
}

@keyframes SkideDown {
  0% {
    transform: translateY(-1.5vw) scale(0.8) translateX(0.5vw);
  }

  100% {
    transform: translateY(0) scale(1) translateX(0);
  }
}

@keyframes SkideDownm {
  0% {
    transform: translateY(-1.5vw) scale(0.8) translateX(0.5vw);
  }

  100% {
    transform: translateY(0) scale(1) translateX(0);
  }
}

.field label {
  width: 0;
  height: 0;
  opacity: 0;
  display: block;
}

.error {
  display: none;
}

.error.active {
  width: 4vw;
  color: rgb(235, 101, 40);
  display: inline;
  position: relative;
  top: -2vw;
  left: 2vw;
}

span.error.checkbox {
  width: 6vw;
  position: relative;
  top: 3vw;
  color: rgb(235, 101, 40);
}

.error-m {
  font-size: 0.85vw;
  position: absolute;
  left: 1.5vw;
  top: 1.5vw;
}

.error-m {
  display: none;
}

.success.email {
  top: 1.5vw;
}

.mobile .success.email {
  top: 0vw;
}

.mobile .error-m {
  font-size: 4.3vw;
  position: absolute;
  left: 0;
  top: 4vw;
}

.success {
  display: none;
  position: absolute;
  left: 2vw;
  font-size: 1vw;
  color: #fff;
  top: 1vw;
}

.mobile .success {
  top: 3vw;
  font-size: 5vw;
}

.field-placeholder {
  font-size: 1vw;
  position: absolute;
  z-index: -1;
  margin-top: 0.75vw;
  color: #fff;
}

.mobile .field-placeholder {
  font-size: 4.3vw;
  position: absolute;
  z-index: -1;
  margin-top: -1.5vw;
}

.field {
  margin-top: 1vw;
  position: relative;
}

.mobile .field {
  margin-top: 2.5vw;
}

.field-checkbox label {
  width: 100%;
  height: 2vw;
  opacity: 1;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: unset;
}

.mobile .field-checkbox label {
  height: 7vw;
}

.field-checkbox label .checkbox-title {
  width: 15vw;
  color: white;
  line-height: 1.2;
  padding: 0;
  line-height: 1.2;
  position: relative;
  opacity: 1;
  font-size: 0.83vw;
  top: 0;
  margin-right: 0.8vw;
  width: 18vw;
  position: relative;
}

.field-checkbox label .checkbox-title a {
  color: #fff;
  text-decoration: none;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

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

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

.field input {
  margin-top: -1vw;
  display: block;
  border: 0;
  font-size: 1vw;
  width: 20.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;
  border-bottom: 1.5px solid white;
  height: 2.4vw;
  /* font-family: "fbpractica-eng", "fbpractica", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; */
  text-align: right;
}

@keyframes SlideUp {
  0% {
    transform: translateY(0) scale(1) translateX(0);
  }

  100% {
    transform: translateY(-1.5vw) scale(0.8) translateX(3vw);
  }
}

.form {
  position: fixed;
  top: 0;
  left: 0;
  width: 26.05vw;
  height: 111.47vh;
  background-color: black;
  color: white;
  box-sizing: border-box;
  z-index: 15;
  overflow-y: scroll;
}

.form::-webkit-scrollbar {
  display: none !important;
}

.form .logo {
  display: block;
  margin: 1.45vw auto 1.3vw;
  width: 6.24vw;
  padding-top: 0.5vw;
  padding-bottom: 0;
}

.form .logo2 {
  width: 13.5vw;
  display: block;
  margin: 3.45vw auto;
}

.form .logo2 {
  width: 18.5vw;
  margin: 4.45vw auto 0;
}

.mobile .form .logo2 {
  width: 53.5vw;
  margin: 17.45vw auto 0;
}

.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: 1.56vw;
  margin-bottom: 1vw;
  line-height: 1;
  font-weight: 100;
  display: block;
  margin-top: 0.7vw;
}

h2.top {
  font-size: 1.57vw;
  color: white;
  font-family: "DaciaBlock-Regular";
}

.mobile h2.top {
  font-size: 7.2vw;
  width: 100vw;
  /* padding: 0 10.5vw; */
}

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

.mobile .form__title span {
  font-size: 5vw;
  font-family: "NouvelRAH-Regular";
  padding: 5vw 10.5vw 2vw 3vw;
  box-sizing: border-box;
  /* font-size: 5.6vw; */
  font-size: 3.2vw;
  margin-bottom: -0.5vw;
  width: 100vw;
  font-family: "DaciaBlock-Regular";
  padding-right: 0;
}

.form_details {
  padding: 0 2.5vw 0 3.5vw;
  text-align: right;
  margin-bottom: 0;
  /* margin-top: 0; */
  margin-top: 0.8vw;
  /* font-size: 0.844vw; */
  font-size: 0.7vw;
}

.form__must {
  font-size: 0.85vw;
  /* padding: 0 2.5vw; */
  /* margin-top: 2vw; */
  font-size: 0.9vw;
  color: white;
  margin-top: 0;
}

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

.field-checkbox label .checkbox-title {
  color: white;
  line-height: 1.2;
  padding: 0;
  position: relative;
  opacity: 1;
  top: 1.5vw;
  margin-right: 0.8vw;
  width: 18vw;
  font-size: 0.73vw;
  z-index: 10;
}

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

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

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

.field input[type="submit"] {
  background-color: #da2d32;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: 3vw;
  padding: 0 0 0.2vw 0;
  font-weight: 600;
  height: 3.5vw;
  font-size: 1.3vw;
  font-family: "fbpractica-eng", "fbpractica", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: 0;
  text-align: center;
  border-radius: 10px;
}

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

.field label .checkbox-v {
  background-color: white;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  width: 1.3vw;
  height: 1.3vw;
  top: 1.1vw;
  color: #fff;
  opacity: 1;
}

.mobile .field label .checkbox-v {
  width: 4.3vw;
  height: 5.3vw;
  position: absolute;
  top: 6vw !important;
  border: 1px solid;
}

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

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

.select-element {
  font-size: 1vw;
  color: #d7d3c5;
}

.arrow-select {
  margin-right: 1vw;
}

.mobile select.choose-place {
  margin-bottom: 9vw;
  margin-top: 14vw;
}

select.choose-place {
  margin-bottom: 2vw;
  margin-top: 3vw;
}

.choose-place,
.choose-time {
  width: 86%;
  height: 2vw;
  background: transparent;
  border: 1px solid;
  font-size: 1vw;
  color: #d7d3c5;
}

.mobile .choose-place,
.mobile .choose-time {
  width: 100%;
  height: 13vw;
  background: transparent;
  border: 1px solid;
  font-size: 4vw;
  color: #d7d3c5;
}

.item-time:nth-child(odd) {
  color: black;
  background: white;
}

.item-time:nth-child(even) {
  color: black;
  background: #cde2e2;
}

.mobile .item-time:nth-child(odd) {
  color: black;
  background: white;
}

.mobile .item-time:nth-child(even) {
  color: black;
  background: #cde2e2;
}

.item:nth-child(odd) {
  color: black;
  background: white;
}

.item:nth-child(even) {
  color: black;
  background: #cde2e2;
}

.mobile .item:nth-child(odd) {
  color: black;
  background: white;
}

.mobile .item:nth-child(even) {
  color: black;
  background: #cde2e2;
}

.mobile .form .logo {
  width: 61vw;
  height: auto;
  display: block;
  margin: 5vw auto;
  position: absolute;
  top: 8vw;
  left: 23vw;
}

.mobile .form__title {
  font-size: 5.81vw;
  margin-right: 0;
  margin-top: 3vw;
  text-align: center;
}

.mobile .form__must {
  font-size: 3.72vw;
  margin-top: 5vw;
}

.mobile form {
  overflow: hidden;
  padding: 0vw 7vw 0;
  padding-bottom: 12vw;
}

.mobile .form__fields {
  padding: 0;
}

.mobile .form__fields .field label div {
  position: relative;
  top: 5.4vw;
  font-size: 3.2vw;
  margin-bottom: 13vw;
}

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

.mobile .field label {
  margin: 4.5vw 0;
  font-size: 4.2vw;
  width: 83.7vw;
  height: 0vw;
  padding: 0vw 2vw 0vw 0;
}

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

.mobile .field-checkbox label {
  height: 12vw !important;
}

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

.mobile .field input[type="submit"] {
  height: 14.7vw;
  font-size: 4.9vw;
  width: 85.9vw;
  /* padding: 0.7vw 0 0vw 0; */
  padding: 0vw 0vw 1vw 0;
  margin-top: 11vw;
}

.close_form {
  display: none;
}

.mobile .close_form {
  display: block;
  margin: 0;
  position: static;
  color: #fff;
  padding-top: 7vw;
  padding-right: 7vw;
  font-size: 6vw;
}

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

@keyframes SlideUp {
  0% {
    transform: translateY(0) scale(1) translateX(0);
  }

  100% {
    transform: translateY(-1vw) scale(0.8) translateX(1vw);
  }
}

@keyframes SlideUp2 {
  0% {
    transform: translateY(0) scale(1) translateX(0);
  }

  100% {
    transform: translateY(-6vw) scale(0.8) translateX(11vw);
  }
}

.freesbe_top_bunner {
  width: 100%;
  height: 2.1vw;
  background: #00d6d1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile .freesbe_top_bunner {
}

.freesbe_logo {
  width: 5vw;
  height: auto;
}

.mobile .freesbe_logo {
  width: 26vw;
  right: 0vw;
  top: 0.5vw;
}

.meeting_selection_container {
  padding-top: 2vw;
  display: flex;
  justify-content: center;
  display: none;
}

.mobile .meeting_selection_container {
  padding-top: 5vw;
  padding-bottom: 1vw;
}

.meeting_selection_container p {
  display: inline-block;
  color: #d7d3c5;
  font-size: 0.9vw;
  cursor: pointer;
}

.mobile .meeting_selection_container p {
  font-size: 3.5vw;
}

.priceMain {
  display: block;
}

#cities {
  width: 21vw;
  font-size: 1vw;
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: #ffff;
  outline: none;
  margin-top: 2.8vw;
  border-bottom: 1px solid white;
  margin-bottom: 0.5vw;
  font-family: "fbpractica-eng", "fbpractica", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#cities option {
  background-color: #fff;
  color: #333;
  font-family: "fbpractica-eng", "fbpractica", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.error-m.branch {
  left: 1.5vw;
  top: 4.5vw;
}

.mobile .error-m.branch {
  left: 0vw;
  top: 15vw;
}

div.branch {
  position: relative;
}

.mobile #cities {
  width: 85.5vw;
  font-size: 4.2vw;
  background-color: transparent;
  outline: none;
  margin-top: 9vw;
  margin-bottom: 9vw;
}

.containerMain {
  width: 100%;
  position: relative;
  height: 52vw;
  overflow: hidden;
}
.icons-list {
  /* font-family: "fbpractica-eng", "fbpractica", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; */
  display: flex;
  gap: 2.6vw;
  list-style-type: none;
  position: relative;
  top: 9.5vw;
  margin-inline: auto;
  width: 75%;
}
.icons-item {
  text-align: center;
}
.icons-item .text {
  color: #fff;
  font-size: 1.563vw;
  font-weight: 400;
  font-family: "fbpractica-eng", "fbpractica", -apple-system, BlinkMacSystemFont,
    sans-serif;
}
.mobile .icons-list {
  flex-direction: column;
  top: 30vw;
  width: 100%;
  padding: 0;
  gap: 4.6vw;
}
.mobile .icons-item {
  margin-inline: auto;
}
.mobile .icons-item .text {
  font-size: 4.65vw;
}
.mobile .icons-item figure {
  display: flex;
  align-items: center;
}
.mobile .icons-item .item-icon {
  height: auto;
  width: 8.861vw;
}
.mobile .containerMain {
  height: 184vw;
}

.mainContainer {
  width: 73.68vw;
}

.mobile .mainContainer {
  width: 100vw;
  display: flex;
  flex-direction: column;
}

.mobile .freesbeHeader {
  background: #00d6d1;
  width: 100vw;
  gap: 52vw;
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
  display: none;
}

.mobile .freesbeLogo {
  width: 24vw;
}

.mobile .nissanLogo {
  width: 12vw;
}

.iconArrow {
  position: relative;
  top: 0.15vw;
  width: 0.5vw;
}

.mobile .iconArrow {
  width: 1.8vw;
}

.emailLabel {
  position: static;
}

.mobile .emailLabel {
  position: absolute;
}

.error-m.email {
  top: 1.5vw;
}

.mobile .error-m.email {
  top: 0.6vw;
}

.taknonNew {
  color: black;
}

.freesbe_sale {
  width: 18vw;
  position: relative;
  top: 0.7vw;
}

.mobile .freesbe_sale {
  width: 88vw;
  top: 2vw;
}

.terms a {
  color: black;
}

.ranks {
  padding-top: 0.5vw;
  padding-bottom: 0vw;
  padding-right: 0;
  min-width: 100%;
}

.mobile .ranks {
  padding-right: 0;
  padding-bottom: 3vw;
  padding-top: 1vw;
  order: 2;
}

.mishpatiot {
  margin: 0.5vw 0;
}

.mobile .mishpatiot {
  margin: 0 0 3.5vw;
  font-size: 3.5vw;
}

@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
  .mobile .containerTopN p {
    font-size: 8vw;
    font-family: "fbpractica-eng", "fbpractica", -apple-system,
      BlinkMacSystemFont, sans-serif;
    top: -0.2vw;
  }
  .mobile .icons-item .text {
    font-family: "fbpractica-eng", "fbpractica", -apple-system,
      BlinkMacSystemFont, sans-serif;
  }

  .day-limit {
     font-family: "fbpractica-eng", "fbpractica", -apple-system,
      BlinkMacSystemFont, sans-serif;
  }
}
