@font-face {
  font-family: Poalim-Bold;
  src: url("/_media/css/fonts_new/Poalim/Poalim-Bold.otf");
}
@font-face {
  font-family: Poalim-Regular;
  src: url("/_media/css/fonts_new/Poalim/Poalim-Regular.otf");
}
@font-face {
  font-family: Poalim-Light;
  src: url("/_media/css/fonts_new/Poalim/Poalim-Light.otf");
}
html, body {
  padding: 0;
  margin: 0;
  direction: rtl;
  background-color: #f2f2f2;
}

.content-wrapper {
  height: 100%;
  width: 100%;
}
.content-wrapper .banner-section .banner-wrapper .banner {
  width: 100%;
}
.content-wrapper .banner-section .banner-wrapper .banner.mobile {
  display: block;
}
.content-wrapper .banner-section .banner-wrapper .banner.desktop {
  display: none;
}
.content-wrapper .body-section {
  background-color: #ffffff;
  padding: 6.875vw 5vw 7.5vw 7.5vw;
}
.content-wrapper .body-section .body-wrapper .body-content .title {
  font-size: 6.25vw;
  font-family: Poalim-Bold;
  line-height: 0.96;
  color: #f10003;
}
.content-wrapper .body-section .body-wrapper .body-content .list {
  font-family: Poalim-Regular;
  list-style-position: inside;
  padding: 0;
  margin: 1.5625vw 0 0 0;
}
.content-wrapper .body-section .body-wrapper .body-content .list .list-item {
  line-height: 1.2;
  font-size: 4.375vw;
}
.content-wrapper .body-section .body-wrapper .body-content .list .list-item::marker {
  color: #f10003;
}
.content-wrapper .body-section .body-wrapper .body-content .additional {
  font-family: Poalim-Light;
  font-weight: 300;
  font-size: 3.75vw;
  line-height: 7.1875vw;
}
.content-wrapper .form-section {
  background-color: #f2f2f2;
}
.content-wrapper .form-section .form-wrapper .form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 15.625vw 0 15.625vw;
  padding-top: 3.75vw;
}
.content-wrapper .form-section .form-wrapper .form .form-title {
  font-family: Poalim-Bold;
  font-size: 7.5vw;
  line-height: 0.88;
  text-align: center;
}
.content-wrapper .form-section .form-wrapper .form .inputs-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.content-wrapper .form-section .form-wrapper .form .inputs-wrapper .input-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}
.content-wrapper .form-section .form-wrapper .form .inputs-wrapper .input-wrapper .label {
  font-family: Poalim-Regular;
  font-size: 4.375vw;
  line-height: 1.93;
  width: 100%;
  text-align: right;
  position: relative;
  top: 42px;
  transition: 0.2s;
}
.content-wrapper .form-section .form-wrapper .form .inputs-wrapper .input-wrapper .label.animated {
  top: 18px;
  transition: 0.2s;
}
.content-wrapper .form-section .form-wrapper .form .inputs-wrapper .input-wrapper .input {
  border: unset;
  background-color: transparent;
  border-bottom: 1px solid black;
  outline: none;
  width: 90%;
  margin-top: 5.3125vw;
}
.content-wrapper .form-section .form-wrapper .form .inputs-wrapper .input-wrapper .error {
  font-family: Poalim-Light;
  font-size: 3.75vw;
  line-height: 1.75;
  color: #f10003;
  text-align: center;
}
.content-wrapper .form-section .form-wrapper .form .submit-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 14.6875vw;
}
.content-wrapper .form-section .form-wrapper .form .submit-wrapper .submit {
  border: 1px solid black;
  border-radius: 5px;
  width: 68.75vw;
  font-family: Poalim-Bold;
  font-size: 4.375vw;
  line-height: 1.93;
  letter-spacing: 0.33px;
  color: #FFFFFF;
  background-image: linear-gradient(to right, #000, #000 63%, #000 99%);
  height: 11.875vw;
  margin: 15px;
}
.content-wrapper .form-section .small-text-wrapper {
  margin: 0 7.8125vw;
  text-align: center;
}
.content-wrapper .form-section .small-text-wrapper .small-text {
  font-family: Poalim-Regular;
  font-size: 3.75vw;
  color: #515151;
}
.content-wrapper .form-section .description-wrapper {
  text-align: center;
  margin: 10.625vw 4.0625vw 2.1875vw 2.1875vw;
}
.content-wrapper .form-section .description-wrapper .description {
  font-family: Poalim-Regular;
  display: flex;
  font-size: 3.125vw;
  letter-spacing: -0.4px;
  color: #737373;
}
.content-wrapper .modal-section {
  width: 100%;
}
.content-wrapper .modal-section.disable {
  display: none;
}
.content-wrapper .modal-section .black-screen {
  cursor: pointer;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.content-wrapper .modal-section .modal-wrapper {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 85.9375vw;
  height: 92.1875vw;
  border-radius: 3px;
  box-shadow: 0 2px 24px 0 #192e25;
  top: 18px;
  left: 10px;
  background-color: #fff;
  z-index: 100;
  padding: 4.375vw;
}
.content-wrapper .modal-section .modal-wrapper .close {
  cursor: pointer;
  align-self: flex-end;
  width: 4.375vw;
}
.content-wrapper .modal-section .modal-wrapper .text-wrapper {
  font-family: Poalim-Regular;
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 0.95;
}
.content-wrapper .modal-section .modal-wrapper .text-wrapper .main-text {
  color: #f10003;
  font-size: 7.5vw;
}
.content-wrapper .modal-section .modal-wrapper .text-wrapper .main-text .bold {
  display: block;
  font-family: Poalim-Bold;
}
.content-wrapper .modal-section .modal-wrapper .text-wrapper .sub-text {
  font-size: 7.5vw;
  margin-top: 4.375vw;
}
.content-wrapper .modal-section .modal-wrapper .text-wrapper .sub-sub-text {
  font-size: 5vw;
  margin-top: 5.9375vw;
  line-height: 1.17;
}

@media (min-width: 768px) {
  .content-wrapper .banner-section .banner-wrapper .banner.mobile {
    display: none;
  }
  .content-wrapper .banner-section .banner-wrapper .banner.desktop {
    display: block;
  }
  .content-wrapper .body-section {
    padding: 2.8645833333vw 2.0833333333vw 3.125vw 3.125vw;
  }
  .content-wrapper .body-section .body-wrapper .body-content {
    margin-right: 19.53125vw;
    margin-left: 20.8333333333vw;
  }
  .content-wrapper .body-section .body-wrapper .body-content .title {
    font-size: 2.6041666667vw;
  }
  .content-wrapper .body-section .body-wrapper .body-content .list {
    margin: 0.6510416667vw 0 0 0;
  }
  .content-wrapper .body-section .body-wrapper .body-content .list .list-item {
    font-size: 1.8229166667vw;
  }
  .content-wrapper .body-section .body-wrapper .body-content .additional {
    font-size: 1.5625vw;
    line-height: 2.9947916667vw;
  }
  .content-wrapper .form-section .form-wrapper .form {
    margin: 0 6.5104166667vw 0 6.5104166667vw;
    padding-top: 1.5625vw;
  }
  .content-wrapper .form-section .form-wrapper .form .form-title {
    font-size: 2.6041666667vw;
  }
  .content-wrapper .form-section .form-wrapper .form .inputs-wrapper {
    flex-direction: row;
    justify-content: center;
    width: 75%;
  }
  .content-wrapper .form-section .form-wrapper .form .inputs-wrapper .input-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 0.5208333333vw;
  }
  .content-wrapper .form-section .form-wrapper .form .inputs-wrapper .input-wrapper .label {
    font-size: 1.5625vw;
    transform: translate(0, 0);
  }
  .content-wrapper .form-section .form-wrapper .form .inputs-wrapper .input-wrapper .input {
    margin-top: 2.2135416667vw;
  }
  .content-wrapper .form-section .form-wrapper .form .inputs-wrapper .input-wrapper .error {
    font-size: 1.5625vw;
    text-align: left;
    width: 90%;
  }
  .content-wrapper .form-section .form-wrapper .form .submit-wrapper {
    padding-top: 5.46875vw;
  }
  .content-wrapper .form-section .form-wrapper .form .submit-wrapper .submit {
    cursor: pointer;
    width: 33.8541666667vw;
    height: 4.6875vw;
    font-size: 1.8229166667vw;
  }
  .content-wrapper .form-section .small-text-wrapper {
    margin: 0 31.25vw;
  }
  .content-wrapper .form-section .small-text-wrapper .small-text {
    font-size: 1.5625vw;
    color: #737373;
  }
  .content-wrapper .form-section .description-wrapper {
    margin: 4.4270833333vw 20.8333333333vw 0.9114583333vw 20.8333333333vw;
  }
  .content-wrapper .form-section .description-wrapper .description {
    font-size: 1.3020833333vw;
  }
  .content-wrapper .modal-section .modal-wrapper {
    width: 45.8333333333vw;
    height: 36.4583333333vw;
    top: 12.3697916667vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 1.8229166667vw;
  }
  .content-wrapper .modal-section .modal-wrapper .close {
    width: 1.8229166667vw;
  }
  .content-wrapper .modal-section .modal-wrapper .text-wrapper .main-text {
    font-size: 3.125vw;
  }
  .content-wrapper .modal-section .modal-wrapper .text-wrapper .sub-text {
    font-size: 3.125vw;
    margin-top: 1.8229166667vw;
  }
  .content-wrapper .modal-section .modal-wrapper .text-wrapper .sub-sub-text {
    font-size: 2.0833333333vw;
    margin-top: 2.4739583333vw;
  }
}
@media (min-width: 1200px) {
  .content-wrapper .banner-section .banner-wrapper .banner.mobile {
    display: none;
  }
  .content-wrapper .banner-section .banner-wrapper .banner.desktop {
    display: block;
  }
  .content-wrapper .body-section {
    padding: 1.8333333333vw 1.3333333333vw 2vw 2vw;
  }
  .content-wrapper .body-section .body-wrapper .body-content {
    margin-right: 29.1666666667vw;
    margin-left: 29.1666666667vw;
  }
  .content-wrapper .body-section .body-wrapper .body-content .title {
    font-size: 1.5833333333vw;
  }
  .content-wrapper .body-section .body-wrapper .body-content .list {
    margin: 0.4166666667vw 0 0 0;
  }
  .content-wrapper .body-section .body-wrapper .body-content .list .list-item {
    font-size: 1.1666666667vw;
  }
  .content-wrapper .body-section .body-wrapper .body-content .additional {
    font-size: 1vw;
    line-height: 1.9166666667vw;
  }
  .content-wrapper .form-section .form-wrapper .form {
    margin: 0 4.1666666667vw 0 4.1666666667vw;
    padding-top: 1vw;
  }
  .content-wrapper .form-section .form-wrapper .form .form-title {
    font-size: 1.6666666667vw;
  }
  .content-wrapper .form-section .form-wrapper .form .inputs-wrapper {
    flex-direction: row;
    justify-content: center;
    width: 40%;
  }
  .content-wrapper .form-section .form-wrapper .form .inputs-wrapper .input-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 0.3333333333vw;
  }
  .content-wrapper .form-section .form-wrapper .form .inputs-wrapper .input-wrapper .label {
    font-size: 1vw;
    transform: translate(0, 0);
  }
  .content-wrapper .form-section .form-wrapper .form .inputs-wrapper .input-wrapper .input {
    margin-top: 1.4166666667vw;
  }
  .content-wrapper .form-section .form-wrapper .form .inputs-wrapper .input-wrapper .error {
    font-size: 1vw;
    text-align: left;
    width: 90%;
  }
  .content-wrapper .form-section .form-wrapper .form .submit-wrapper {
    padding-top: 3.5vw;
  }
  .content-wrapper .form-section .form-wrapper .form .submit-wrapper .submit {
    width: 21.6666666667vw;
    height: 3vw;
    font-size: 1.1666666667vw;
  }
  .content-wrapper .form-section .small-text-wrapper {
    margin-right: 39.1666666667vw;
    margin-left: 37.5vw;
    display: flex;
    text-align: right;
  }
  .content-wrapper .form-section .small-text-wrapper .small-text {
    font-size: 1vw;
    color: #737373;
  }
  .content-wrapper .form-section .description-wrapper {
    margin: 2.8333333333vw 30.4166666667vw 0.5833333333vw 30.4166666667vw;
  }
  .content-wrapper .form-section .description-wrapper .description {
    font-size: 0.8333333333vw;
    text-align: right;
  }
  .content-wrapper .modal-section .modal-wrapper {
    width: 50vw;
    height: 20vw;
    top: 12.0833333333vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 2.3333333333vw;
  }
  .content-wrapper .modal-section .modal-wrapper .close {
    width: 1.1666666667vw;
  }
  .content-wrapper .modal-section .modal-wrapper .text-wrapper {
    margin-top: 1.6666666667vw;
  }
  .content-wrapper .modal-section .modal-wrapper .text-wrapper .main-text {
    font-size: 2vw;
  }
  .content-wrapper .modal-section .modal-wrapper .text-wrapper .sub-text {
    font-size: 2vw;
    margin-top: 1.5vw;
  }
  .content-wrapper .modal-section .modal-wrapper .text-wrapper .sub-sub-text {
    font-size: 1.3333333333vw;
    margin-top: 2vw;
  }
}
@media (min-width: 1500px) {
  .content-wrapper .banner-section .banner-wrapper .banner.mobile {
    display: none;
  }
  .content-wrapper .banner-section .banner-wrapper .banner.desktop {
    display: block;
  }
  .content-wrapper .body-section {
    padding: 1.4666666667vw 1.0666666667vw 1.6vw 1.6vw;
  }
  .content-wrapper .body-section .body-wrapper .body-content {
    margin-right: 34.6666666667vw;
    margin-left: 34.6666666667vw;
  }
  .content-wrapper .body-section .body-wrapper .body-content .title {
    font-size: 1.2666666667vw;
  }
  .content-wrapper .body-section .body-wrapper .body-content .list {
    margin: 0.3333333333vw 0 0 0;
  }
  .content-wrapper .body-section .body-wrapper .body-content .list .list-item {
    font-size: 0.9333333333vw;
  }
  .content-wrapper .body-section .body-wrapper .body-content .additional {
    font-size: 0.8vw;
    line-height: 1.5333333333vw;
  }
  .content-wrapper .form-section .form-wrapper .form {
    margin: 0 3.3333333333vw 0 3.3333333333vw;
    padding-top: 0.8vw;
  }
  .content-wrapper .form-section .form-wrapper .form .form-title {
    padding-bottom: 1.3333333333vw;
    font-size: 1.3333333333vw;
  }
  .content-wrapper .form-section .form-wrapper .form .inputs-wrapper {
    flex-direction: row;
    justify-content: center;
    width: 35%;
  }
  .content-wrapper .form-section .form-wrapper .form .inputs-wrapper .input-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 0.2666666667vw;
  }
  .content-wrapper .form-section .form-wrapper .form .inputs-wrapper .input-wrapper .label {
    font-size: 0.8vw;
    transform: translate(0, 0);
  }
  .content-wrapper .form-section .form-wrapper .form .inputs-wrapper .input-wrapper .input {
    margin-top: 1.1333333333vw;
  }
  .content-wrapper .form-section .form-wrapper .form .inputs-wrapper .input-wrapper .error {
    font-size: 0.8vw;
    text-align: left;
    width: 90%;
  }
  .content-wrapper .form-section .form-wrapper .form .submit-wrapper {
    padding-top: 2.8vw;
  }
  .content-wrapper .form-section .form-wrapper .form .submit-wrapper .submit {
    width: 17.3333333333vw;
    height: 2.4vw;
    font-size: 0.9333333333vw;
  }
  .content-wrapper .form-section .small-text-wrapper {
    margin-right: 41.3333333333vw;
    margin-left: 40vw;
    margin-top: 0.6666666667vw;
    display: flex;
    text-align: right;
  }
  .content-wrapper .form-section .small-text-wrapper .small-text {
    font-size: 0.8vw;
    color: #737373;
  }
  .content-wrapper .form-section .description-wrapper {
    margin: 2.2666666667vw 34.6666666667vw 0.4666666667vw 35.3333333333vw;
    padding-bottom: 1vw;
  }
  .content-wrapper .form-section .description-wrapper .description {
    font-size: 0.6666666667vw;
    text-align: right;
  }
  .content-wrapper .modal-section .modal-wrapper {
    width: 40vw;
    height: 16vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0.9333333333vw;
  }
  .content-wrapper .modal-section .modal-wrapper .close {
    width: 0.9333333333vw;
  }
  .content-wrapper .modal-section .modal-wrapper .text-wrapper .main-text {
    font-size: 1.6vw;
  }
  .content-wrapper .modal-section .modal-wrapper .text-wrapper .sub-text {
    font-size: 1.6vw;
    margin-top: 0.9333333333vw;
  }
  .content-wrapper .modal-section .modal-wrapper .text-wrapper .sub-sub-text {
    font-size: 1.0666666667vw;
    margin-top: 1.2666666667vw;
  }
}
