@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  direction: rtl;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

input,
textarea {
  -webkit-user-select: auto;
  font-family: inherit;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

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

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

label {
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 - a 0 height clip, off to the bottom right of the visible 1px box */
  clip: rect(1px, 1px, 1px, 1px); /*maybe deprecated but we need to support legacy browsers */
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%); /*modern browsers, clip-path works inwards from each corner*/
  white-space: nowrap; /* added line to stop words getting smushed together (as they go onto seperate lines and some screen readers do not understand line feeds as a space */
}

.hero {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  background: url("https://image.email.harel-group.co.il/lib/fe3911717564047d761376/m/1/8b40e8c8-508b-4bdc-bc64-c7f9cd3f21d9.png") no-repeat;
  background-size: 100% 100%;
  color: white;
  min-height: 768px;
  max-width: 600px;
}
@media (min-width: 600px) {
  .hero {
    flex-direction: row;
    min-height: 465px;
    background: url("https://image.email.harel-group.co.il/lib/fe3911717564047d761376/m/1/b3601ea7-ddc0-413a-b4dc-4c1382446d17.png") no-repeat;
    padding: 0 23px 25px;
    background-size: cover;
  }
}
.hero header {
  display: flex;
  justify-content: space-evenly;
  gap: 110px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
  align-items: baseline;
}
.hero header img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 600px) {
  .hero header {
    display: none;
  }
}
.hero article {
  text-align: center;
  padding: 0 60px;
  font-weight: 700;
  line-height: normal;
}
.hero article h1 {
  font-size: 28px;
}
.hero article p {
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 600px) {
  .hero article {
    padding: 0;
  }
  .hero article h1 {
    font-size: 44px;
  }
  .hero article p {
    font-size: 16px;
  }
}
.hero .card {
  display: flex;
  flex-direction: column;
  min-width: 255px;
  padding: 17px;
  align-items: center;
  border-radius: 8px;
  border: 0.5px solid #fff;
  background: rgba(255, 255, 255, 0.07);
  background-blend-mode: overlay;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin-top:20px;
}
.hero .card h3 {
  font-size: 1.063rem;
  font-weight: 700;
}
.hero .card p {
  font-size: 0.938rem;
  padding-bottom: 12px;
}
.hero .card.okRes {
  min-height: 312px;
  align-items: center;
  justify-content: center;
}
.hero .card.okRes h3 {
  font-size: 30px;
  background: linear-gradient(270deg, #41ad49 0%, #16b1a9 100%);
  background: webkit-linear-gradient(270deg, #41ad49 0%, #16b1a9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero .card.errRes {
  min-height: 312px;
  align-items: center;
  justify-content: center;
  max-width: 14rem;
  padding: 6px;
}
.hero .card.errRes h3 {
  font-size: 1.3em;
}
.hero .card.errRes p {
  font-size: 1em;
}
.hero .formItem {
 /* padding: 3px 0;*/
}
.hero .formItem input {
  border-radius: 6px;
  border: 1px solid #5c6266;
  background: #fff;
  padding: 16px;
  height: 36px;
}
.hero .formItem input::-moz-placeholder {
  color: #5c6266;
  font-weight: 400;
  font-family: inherit;
}
.hero .formItem input::placeholder {
  color: #5c6266;
  font-weight: 400;
  font-family: inherit;
}
.hero .formItem .err {
  display: block;
  visibility: hidden;
  color: #e40f0f;
  text-align: right;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.5px;
  margin-right: 2px;
}
.hero .formItem .err_input {
  border-color: #e40f0f;
}
.hero .formItem .err_input::-moz-placeholder {
  font-weight: 400;
  color: #e40f0f;
  opacity: 1 !important;
}
.hero .formItem .err_input::placeholder {
  font-weight: 400;
  color: #e40f0f;
  opacity: 1 !important;
}
.hero .formItem:last-of-type {
/*  padding-bottom: 12px;*/
}
.hero button {
  padding: 6px 40px;
  border-radius: 40px;
  border: 1px solid #fff;
  background: linear-gradient(270deg, #41ad49 0%, #16b1a9 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
}
.hero button:hover {
  transition: 0.7s;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.25);
}
.hero .phone_number {
  padding: 14px 0;
}
.hero .phone_number a {
  font-weight: 1em;
  padding: 0 5px;
  font-weight: 700;
  line-height: 29.5px;
  align-items: center;
  letter-spacing: 0.5px;
}

main {
  max-width: 600px;
  text-align: center;
  color: #003c7f;
  padding: 0 10px;
  margin-top: -40px;
}
@media (min-width: 600px) {
  main {
    margin-top: 0;
    padding:0;
    padding-bottom: 20px;
    margin-right:-90px;
  }
}
main .item {
  padding-bottom: 20px;
}
main .item .itemHeader {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 5px;
}
main .item .itemContent {
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}
main .item .itemContent .listItems svg {
  margin-left: 5px;
}
main .item .h-mb {
  display: none;
}
@media (min-width: 600px) {
  main .item {
    text-align: right;
  }
  main .item:last-child {
    padding-bottom: 0;
  }
  main .item .itemHeader {
    display: flex;
    gap: 10px;
  }
  main .item .itemHeader .itemImage {
    display: flex;
  }
  main .item .itemHeader div {
    min-height: 28px;
  }
  main .item .itemHeader div:last-child {
    padding-top: 5px;
  }
  main .item .h-mb {
    display: block;
  }
  main .item .h-dt {
    display: none;
  }
}

footer {
  background: url("https://image.email.harel-group.co.il/lib/fe3911717564047d761376/m/1/92f1b302-eba0-46c2-89b4-df6e99918ba2.png") no-repeat;
  background-size: 100% 100%;
  width: 100%;
  min-height: 101px;
}
footer .logos {
  display: none;
}
@media (min-width: 600px) {
  footer {
    background: url("https://image.email.harel-group.co.il/lib/fe3911717564047d761376/m/1/d2d884af-51c8-4acc-b950-71380860965f.png") no-repeat;
    max-width: 600px;
    min-height: 150px;
    background-position: bottom;
  }
  footer .logos {
    display: flex;
    display: flex;
    justify-content: space-evenly;
    gap: 150px;
    align-items: center;
  }
  footer .logos div:first-child {
    padding-top: 28px;
  }
}

.spinner {
  position: absolute;
  left: 0;
  right: 0;
  display: none;
}
.spinner .lds-ring {
  display: block;
  position: relative;
  width: 80px;
  margin: auto;
  height: 80px;
}
.spinner .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #14aca9;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #1cab93 transparent transparent transparent;
}
.spinner .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.spinner .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.spinner .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=style.css.map */