/* line 1, ../sass/index/index-top.scss */
.IndexTop {
  position: relative;
  background-color: #f4f6fb;
  padding: 45px 0;
}
/* line 6, ../sass/index/index-top.scss */
.IndexTop .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: flex-start;
  align-items: flex-start;
  gap: 46px 64px;
}

/* line 23, ../sass/index/index-top.scss */
.IndexTopL {
  position: relative;
  width: 420px;
}
/* line 27, ../sass/index/index-top.scss */
.IndexTopL .title {
  font-weight: 500;
  font-size: 40px;
}
/* line 32, ../sass/index/index-top.scss */
.IndexTopL .text {
  color: #788095;
  line-height: 1.5;
  font-size: 16px;
  margin-top: 20px;
}
/* line 39, ../sass/index/index-top.scss */
.IndexTopL .btns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 0 10px;
  margin-top: 60px;
}
/* line 48, ../sass/index/index-top.scss */
.IndexTopL .btns .site-btn {
  min-width: max-content;
}

/* line 54, ../sass/index/index-top.scss */
.IndexTopR {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  width: calc(100% - 420px - 64px);
}
/* line 61, ../sass/index/index-top.scss */
.IndexTopR img {
  display: block;
  width: 100%;
}

/* line 67, ../sass/index/index-top.scss */
.IndexTopB {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
  width: 100%;
}
/* line 82, ../sass/index/index-top.scss */
.IndexTopB .col {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background: #fff;
  width: calc((100% - 32px * 3) / 4);
  gap: 24px 20px;
  padding: 24px;
  border-radius: 24px;
}
/* line 96, ../sass/index/index-top.scss */
.IndexTopB .icon {
  width: 64px;
  min-width: 64px;
}
/* line 100, ../sass/index/index-top.scss */
.IndexTopB .icon img {
  display: block;
  width: 100%;
}
/* line 106, ../sass/index/index-top.scss */
.IndexTopB .desc {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
/* line 119, ../sass/index/index-top.scss */
.IndexTopB .desc b {
  font-weight: 500;
  font-size: 18px;
}
/* line 124, ../sass/index/index-top.scss */
.IndexTopB .desc span {
  font-size: 16px;
  color: #788095;
}

/* line 133, ../sass/index/index-top.scss */
.lang-he .IndexTopL .title {
  font-size: 48px;
}
/* line 137, ../sass/index/index-top.scss */
.lang-he .IndexTopL .text {
  font-size: 18px;
}
/* line 144, ../sass/index/index-top.scss */
.lang-he .IndexTopB .desc b {
  font-size: 20px;
}
/* line 148, ../sass/index/index-top.scss */
.lang-he .IndexTopB .desc span {
  font-size: 18px;
}

@media only screen and (min-width: 1280px) and (max-width: 1399px) {
  /* line 157, ../sass/index/index-top.scss */
  .IndexTop {
    padding: 40px 0;
  }
  /* line 160, ../sass/index/index-top.scss */
  .IndexTop .container {
    gap: 40px 58px;
  }

  /* line 166, ../sass/index/index-top.scss */
  .IndexTopL .title {
    font-size: 38px;
  }
  /* line 170, ../sass/index/index-top.scss */
  .IndexTopL .text {
    font-size: 15px;
    margin-top: 18px;
  }
  /* line 175, ../sass/index/index-top.scss */
  .IndexTopL .btns {
    gap: 0 10px;
    margin-top: 54px;
  }

  /* line 181, ../sass/index/index-top.scss */
  .IndexTopR {
    border-radius: 20px;
    width: calc(100% - 420px - 58px);
  }

  /* line 186, ../sass/index/index-top.scss */
  .IndexTopB {
    gap: 28px;
  }
  /* line 189, ../sass/index/index-top.scss */
  .IndexTopB .col {
    width: calc((100% - 28px * 3) / 4);
    gap: 22px 18px;
    padding: 22px;
    border-radius: 22px;
  }
  /* line 196, ../sass/index/index-top.scss */
  .IndexTopB .icon {
    width: 58px;
    min-width: 58px;
  }
  /* line 201, ../sass/index/index-top.scss */
  .IndexTopB .desc {
    gap: 7px;
  }
  /* line 204, ../sass/index/index-top.scss */
  .IndexTopB .desc b {
    font-size: 17px;
  }
  /* line 208, ../sass/index/index-top.scss */
  .IndexTopB .desc span {
    font-size: 15px;
  }

  /* line 216, ../sass/index/index-top.scss */
  .lang-he .IndexTopL .title {
    font-size: 44px;
  }
  /* line 220, ../sass/index/index-top.scss */
  .lang-he .IndexTopL .text {
    font-size: 17px;
  }
  /* line 227, ../sass/index/index-top.scss */
  .lang-he .IndexTopB .desc b {
    font-size: 19px;
  }
  /* line 231, ../sass/index/index-top.scss */
  .lang-he .IndexTopB .desc span {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 242, ../sass/index/index-top.scss */
  .IndexTop {
    padding: 32px 0;
  }
  /* line 245, ../sass/index/index-top.scss */
  .IndexTop .container {
    gap: 32px 46px;
  }

  /* line 250, ../sass/index/index-top.scss */
  .IndexTopL {
    width: 390px;
  }
  /* line 253, ../sass/index/index-top.scss */
  .IndexTopL .title {
    font-size: 34px;
  }
  /* line 257, ../sass/index/index-top.scss */
  .IndexTopL .text {
    font-size: 14px;
    margin-top: 15px;
  }
  /* line 262, ../sass/index/index-top.scss */
  .IndexTopL .btns {
    gap: 0 8px;
    margin-top: 44px;
  }

  /* line 268, ../sass/index/index-top.scss */
  .IndexTopR {
    border-radius: 16px;
    width: calc(100% - 390px - 46px);
  }

  /* line 273, ../sass/index/index-top.scss */
  .IndexTopB {
    gap: 15px;
  }
  /* line 276, ../sass/index/index-top.scss */
  .IndexTopB .col {
    width: calc((100% - 15px * 3) / 4);
    gap: 18px 14px;
    padding: 18px;
    border-radius: 18px;
  }
  /* line 283, ../sass/index/index-top.scss */
  .IndexTopB .icon {
    width: 46px;
    min-width: 46px;
  }
  /* line 288, ../sass/index/index-top.scss */
  .IndexTopB .desc {
    gap: 5px;
  }
  /* line 291, ../sass/index/index-top.scss */
  .IndexTopB .desc b {
    font-size: 16px;
  }
  /* line 295, ../sass/index/index-top.scss */
  .IndexTopB .desc span {
    font-size: 14px;
  }

  /* line 303, ../sass/index/index-top.scss */
  .lang-he .IndexTopL .title {
    font-size: 40px;
  }
  /* line 307, ../sass/index/index-top.scss */
  .lang-he .IndexTopL .text {
    font-size: 16px;
  }
  /* line 314, ../sass/index/index-top.scss */
  .lang-he .IndexTopB .desc b {
    font-size: 18px;
  }
  /* line 318, ../sass/index/index-top.scss */
  .lang-he .IndexTopB .desc span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 329, ../sass/index/index-top.scss */
  .IndexTop {
    padding: 30px 0;
  }
  /* line 332, ../sass/index/index-top.scss */
  .IndexTop .container {
    gap: 30px 0px;
  }

  /* line 337, ../sass/index/index-top.scss */
  .IndexTopL {
    display: contents;
    width: 100%;
  }
  /* line 341, ../sass/index/index-top.scss */
  .IndexTopL .title {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
    font-size: 32px;
  }
  /* line 350, ../sass/index/index-top.scss */
  .IndexTopL .text {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
    font-size: 16px;
    margin-top: -15px;
  }
  /* line 360, ../sass/index/index-top.scss */
  .IndexTopL .btns {
    -webkit-order: 4;
    -moz-order: 4;
    -ms-order: 4;
    -o-order: 4;
    order: 4;
    width: 100%;
    margin-top: 0px;
    gap: 25px;
  }
  /* line 370, ../sass/index/index-top.scss */
  .IndexTopL .btns .site-btn {
    width: calc((100% - 24px) / 2);
    min-width: initial;
  }

  /* line 377, ../sass/index/index-top.scss */
  .IndexTopR {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    -o-order: 3;
    order: 3;
    width: 100%;
  }

  /* line 386, ../sass/index/index-top.scss */
  .IndexTopB {
    -webkit-order: 5;
    -moz-order: 5;
    -ms-order: 5;
    -o-order: 5;
    order: 5;
    gap: 24px;
  }
  /* line 394, ../sass/index/index-top.scss */
  .IndexTopB .col {
    width: calc((100% - 24px) / 2);
  }

  /* line 401, ../sass/index/index-top.scss */
  .lang-he .IndexTopL .title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 411, ../sass/index/index-top.scss */
  .IndexTop {
    padding: 24px 0;
    padding-bottom: 0;
  }
  /* line 415, ../sass/index/index-top.scss */
  .IndexTop .container {
    gap: 24px 0;
  }

  /* line 420, ../sass/index/index-top.scss */
  .IndexTopL {
    display: contents;
    width: 100%;
  }
  /* line 424, ../sass/index/index-top.scss */
  .IndexTopL .title {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
    font-size: 32px;
  }
  /* line 433, ../sass/index/index-top.scss */
  .IndexTopL .text {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
    margin-top: -12px;
  }
  /* line 442, ../sass/index/index-top.scss */
  .IndexTopL .btns {
    position: relative;
    width: 100%;
    -webkit-order: 4;
    -moz-order: 4;
    -ms-order: 4;
    -o-order: 4;
    order: 4;
    gap: 0 15px;
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  /* line 455, ../sass/index/index-top.scss */
  .IndexTopL .btns:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: #fff;
    height: 100%;
    border-radius: 24px 24px 0 0;
  }
  /* line 468, ../sass/index/index-top.scss */
  .IndexTopL .btns:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f4f6fb;
  }
  /* line 479, ../sass/index/index-top.scss */
  .IndexTopL .btns .site-btn {
    z-index: 2;
    text-align: center;
    min-width: initial;
    width: calc((100% - 15px) / 2);
  }
  /* line 485, ../sass/index/index-top.scss */
  .IndexTopL .btns .site-btn.white {
    background: #f4f6fb;
  }

  /* line 492, ../sass/index/index-top.scss */
  .IndexTopR {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    -o-order: 3;
    order: 3;
    width: 100%;
  }

  /* line 501, ../sass/index/index-top.scss */
  .IndexTopB {
    -webkit-order: 5;
    -moz-order: 5;
    -ms-order: 5;
    -o-order: 5;
    order: 5;
    gap: 15px;
    padding-top: 20px;
    margin-top: -24px;
  }
  /* line 511, ../sass/index/index-top.scss */
  .IndexTopB:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: #fff;
    height: 100%;
  }
  /* line 523, ../sass/index/index-top.scss */
  .IndexTopB .col {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    z-index: 2;
    background: #f4f6fb;
    width: calc((100% - 15px) / 2);
    padding: 20px;
  }
  /* line 538, ../sass/index/index-top.scss */
  .IndexTopB .icon {
    width: 56px;
    min-width: 56px;
  }
  /* line 544, ../sass/index/index-top.scss */
  .IndexTopB .desc b {
    font-size: 18px;
  }
  /* line 548, ../sass/index/index-top.scss */
  .IndexTopB .desc span {
    font-size: 14px;
  }

  /* line 556, ../sass/index/index-top.scss */
  .lang-he .IndexTopL .title {
    font-size: 38px;
  }
  /* line 563, ../sass/index/index-top.scss */
  .lang-he .IndexTopB .desc b {
    font-size: 20px;
  }
  /* line 567, ../sass/index/index-top.scss */
  .lang-he .IndexTopB .desc span {
    font-size: 16px;
  }
}
/* line 1, ../sass/index/index-best.scss */
.IndexBest {
  position: relative;
}
/* line 4, ../sass/index/index-best.scss */
.IndexBest .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 64px;
}

/* line 20, ../sass/index/index-best.scss */
.IndexBestL {
  position: relative;
  width: calc(100% - 640px - 64px);
}
/* line 24, ../sass/index/index-best.scss */
.IndexBestL .row {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  margin-top: 20px;
}
/* line 40, ../sass/index/index-best.scss */
.IndexBestL .col {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 0 20px;
}
/* line 50, ../sass/index/index-best.scss */
.IndexBestL .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  box-shadow: 4px 4px 16px #b7c5ea52;
  border-radius: 50%;
  width: 48px;
  min-width: 48px;
  height: 48px;
}
/* line 65, ../sass/index/index-best.scss */
.IndexBestL .icon img, .IndexBestL .icon svg {
  display: block;
  width: 20px;
  height: 20px;
}
/* line 72, ../sass/index/index-best.scss */
.IndexBestL .desc {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}
/* line 85, ../sass/index/index-best.scss */
.IndexBestL .desc b {
  font-weight: 500;
  font-size: 16px;
}
/* line 90, ../sass/index/index-best.scss */
.IndexBestL .desc span {
  color: #788095;
  font-size: 14px;
}

/* line 97, ../sass/index/index-best.scss */
.IndexBestR {
  position: relative;
  width: 640px;
}
/* line 101, ../sass/index/index-best.scss */
.IndexBestR img {
  display: block;
  width: 100%;
}

/* line 110, ../sass/index/index-best.scss */
.lang-he .IndexBestL .desc b {
  font-size: 20px;
}
/* line 114, ../sass/index/index-best.scss */
.lang-he .IndexBestL .desc span {
  font-size: 18px;
}

@media only screen and (min-width: 1280px) and (max-width: 1399px) {
  /* line 124, ../sass/index/index-best.scss */
  .IndexBest .container {
    gap: 58px;
  }

  /* line 129, ../sass/index/index-best.scss */
  .IndexBestL {
    width: calc(100% - 576px - 58px);
  }
  /* line 132, ../sass/index/index-best.scss */
  .IndexBestL .row {
    gap: 28px;
    margin-top: 18px;
  }
  /* line 137, ../sass/index/index-best.scss */
  .IndexBestL .col {
    gap: 0 18px;
  }
  /* line 141, ../sass/index/index-best.scss */
  .IndexBestL .icon {
    width: 44px;
    min-width: 44px;
    height: 44px;
  }
  /* line 146, ../sass/index/index-best.scss */
  .IndexBestL .icon img, .IndexBestL .icon svg {
    width: 18px;
    height: 18px;
  }
  /* line 152, ../sass/index/index-best.scss */
  .IndexBestL .desc {
    gap: 4px;
  }
  /* line 155, ../sass/index/index-best.scss */
  .IndexBestL .desc b {
    font-size: 15px;
  }
  /* line 159, ../sass/index/index-best.scss */
  .IndexBestL .desc span {
    font-size: 13px;
  }

  /* line 165, ../sass/index/index-best.scss */
  .IndexBestR {
    width: 576px;
  }

  /* line 172, ../sass/index/index-best.scss */
  .lang-he .IndexBestL .desc b {
    font-size: 19px;
  }
  /* line 176, ../sass/index/index-best.scss */
  .lang-he .IndexBestL .desc span {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 188, ../sass/index/index-best.scss */
  .IndexBest .container {
    gap: 46px;
  }

  /* line 193, ../sass/index/index-best.scss */
  .IndexBestL {
    width: calc(100% - 460px - 46px);
  }
  /* line 196, ../sass/index/index-best.scss */
  .IndexBestL .row {
    gap: 22px;
    margin-top: 15px;
  }
  /* line 201, ../sass/index/index-best.scss */
  .IndexBestL .col {
    gap: 0 15px;
  }
  /* line 205, ../sass/index/index-best.scss */
  .IndexBestL .icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
  /* line 210, ../sass/index/index-best.scss */
  .IndexBestL .icon img, .IndexBestL .icon svg {
    width: 16px;
    height: 16px;
  }
  /* line 216, ../sass/index/index-best.scss */
  .IndexBestL .desc {
    gap: 4px;
  }
  /* line 219, ../sass/index/index-best.scss */
  .IndexBestL .desc b {
    font-size: 15px;
  }
  /* line 223, ../sass/index/index-best.scss */
  .IndexBestL .desc span {
    font-size: 13px;
  }

  /* line 229, ../sass/index/index-best.scss */
  .IndexBestR {
    width: 460px;
  }

  /* line 236, ../sass/index/index-best.scss */
  .lang-he .IndexBestL .desc b {
    font-size: 18px;
  }
  /* line 240, ../sass/index/index-best.scss */
  .lang-he .IndexBestL .desc span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 252, ../sass/index/index-best.scss */
  .IndexBest .container {
    gap: 32px;
  }

  /* line 257, ../sass/index/index-best.scss */
  .IndexBestL {
    width: 100%;
  }

  /* line 261, ../sass/index/index-best.scss */
  .IndexBestR {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 270, ../sass/index/index-best.scss */
  .IndexBest .container {
    gap: 24px;
  }

  /* line 275, ../sass/index/index-best.scss */
  .IndexBestL {
    width: 100%;
  }
  /* line 278, ../sass/index/index-best.scss */
  .IndexBestL .row {
    gap: 20px;
  }

  /* line 283, ../sass/index/index-best.scss */
  .IndexBestR {
    width: 100%;
  }
}
/* line 1, ../sass/index/index-profit.scss */
.IndexProfit {
  position: relative;
}
/* line 4, ../sass/index/index-profit.scss */
.IndexProfit .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 64px;
}

/* line 19, ../sass/index/index-profit.scss */
.IndexProfitL {
  position: relative;
  width: 384px;
}

/* line 24, ../sass/index/index-profit.scss */
.IndexProfitR {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
  width: calc(100% - 384px - 64px);
}
/* line 39, ../sass/index/index-profit.scss */
.IndexProfitR .col {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  background-color: #f4f6fb;
  gap: 40px;
  width: calc((100% - 32px) / 2);
  border-radius: 24px;
  padding: 32px;
}
/* line 57, ../sass/index/index-profit.scss */
.IndexProfitR .col.colored {
  background: #007bfb;
  color: #fff;
}
/* line 63, ../sass/index/index-profit.scss */
.IndexProfitR .col.colored .list li span {
  color: #99cafd;
}
/* line 71, ../sass/index/index-profit.scss */
.IndexProfitR .site-title {
  font-size: 30px;
}
/* line 75, ../sass/index/index-profit.scss */
.IndexProfitR .list {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
/* line 89, ../sass/index/index-profit.scss */
.IndexProfitR .list li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
/* line 102, ../sass/index/index-profit.scss */
.IndexProfitR .list li span {
  color: #8c94a8;
  font-size: 16px;
}
/* line 107, ../sass/index/index-profit.scss */
.IndexProfitR .list li b {
  font-weight: 500;
  font-size: 24px;
}

/* line 117, ../sass/index/index-profit.scss */
.lang-he .IndexProfitR .site-title {
  font-size: 30px;
}
/* line 123, ../sass/index/index-profit.scss */
.lang-he .IndexProfitR .list li span {
  font-size: 16px;
}
/* line 127, ../sass/index/index-profit.scss */
.lang-he .IndexProfitR .list li b {
  font-size: 24px;
}

@media only screen and (min-width: 1280px) and (max-width: 1399px) {
  /* line 138, ../sass/index/index-profit.scss */
  .IndexProfit .container {
    gap: 58px;
  }

  /* line 143, ../sass/index/index-profit.scss */
  .IndexProfitL {
    width: 345px;
  }

  /* line 147, ../sass/index/index-profit.scss */
  .IndexProfitR {
    gap: 28px;
    width: calc(100% - 345px - 58px);
  }
  /* line 151, ../sass/index/index-profit.scss */
  .IndexProfitR .col {
    gap: 36px;
    width: calc((100% - 28px) / 2);
    border-radius: 22px;
    padding: 28px;
  }
  /* line 158, ../sass/index/index-profit.scss */
  .IndexProfitR .site-title {
    font-size: 28px;
  }
  /* line 162, ../sass/index/index-profit.scss */
  .IndexProfitR .list {
    gap: 22px;
  }
  /* line 165, ../sass/index/index-profit.scss */
  .IndexProfitR .list li {
    gap: 7px;
  }
  /* line 168, ../sass/index/index-profit.scss */
  .IndexProfitR .list li span {
    font-size: 15px;
  }
  /* line 172, ../sass/index/index-profit.scss */
  .IndexProfitR .list li b {
    font-size: 22px;
  }

  /* line 181, ../sass/index/index-profit.scss */
  .lang-he .IndexProfitR .site-title {
    font-size: 28px;
  }
  /* line 187, ../sass/index/index-profit.scss */
  .lang-he .IndexProfitR .list li span {
    font-size: 15px;
  }
  /* line 191, ../sass/index/index-profit.scss */
  .lang-he .IndexProfitR .list li b {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 204, ../sass/index/index-profit.scss */
  .IndexProfit .container {
    gap: 46px;
  }

  /* line 209, ../sass/index/index-profit.scss */
  .IndexProfitL {
    width: 276px;
  }

  /* line 213, ../sass/index/index-profit.scss */
  .IndexProfitR {
    gap: 22px;
    width: calc(100% - 276px - 46px);
  }
  /* line 217, ../sass/index/index-profit.scss */
  .IndexProfitR .col {
    gap: 28px;
    width: calc((100% - 22px) / 2);
    border-radius: 18px;
    padding: 22px;
  }
  /* line 224, ../sass/index/index-profit.scss */
  .IndexProfitR .site-title {
    font-size: 25px;
  }
  /* line 228, ../sass/index/index-profit.scss */
  .IndexProfitR .list {
    gap: 18px;
  }
  /* line 231, ../sass/index/index-profit.scss */
  .IndexProfitR .list li {
    gap: 6px;
  }
  /* line 234, ../sass/index/index-profit.scss */
  .IndexProfitR .list li span {
    font-size: 14px;
  }
  /* line 238, ../sass/index/index-profit.scss */
  .IndexProfitR .list li b {
    font-size: 20px;
  }

  /* line 247, ../sass/index/index-profit.scss */
  .lang-he .IndexProfitR .site-title {
    font-size: 25px;
  }
  /* line 253, ../sass/index/index-profit.scss */
  .lang-he .IndexProfitR .list li span {
    font-size: 14px;
  }
  /* line 257, ../sass/index/index-profit.scss */
  .lang-he .IndexProfitR .list li b {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 270, ../sass/index/index-profit.scss */
  .IndexProfit .container {
    gap: 32px;
  }

  /* line 275, ../sass/index/index-profit.scss */
  .IndexProfitL {
    width: 100%;
  }

  /* line 279, ../sass/index/index-profit.scss */
  .IndexProfitR {
    width: 100%;
  }
  /* line 282, ../sass/index/index-profit.scss */
  .IndexProfitR .col {
    padding: 24px;
  }
  /* line 286, ../sass/index/index-profit.scss */
  .IndexProfitR .site-title {
    font-size: 26px;
  }
  /* line 292, ../sass/index/index-profit.scss */
  .IndexProfitR .list li span {
    font-size: 12px;
  }
  /* line 296, ../sass/index/index-profit.scss */
  .IndexProfitR .list li b {
    font-size: 20px;
  }

  /* line 305, ../sass/index/index-profit.scss */
  .lang-he .IndexProfitR .site-title {
    font-size: 26px;
  }
  /* line 311, ../sass/index/index-profit.scss */
  .lang-he .IndexProfitR .list li span {
    font-size: 12px;
  }
  /* line 315, ../sass/index/index-profit.scss */
  .lang-he .IndexProfitR .list li b {
    font-size: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 328, ../sass/index/index-profit.scss */
  .IndexProfit .container {
    gap: 32px;
  }

  /* line 333, ../sass/index/index-profit.scss */
  .IndexProfitL {
    width: 100%;
  }

  /* line 337, ../sass/index/index-profit.scss */
  .IndexProfitR {
    gap: 0px;
    width: 100%;
  }
  /* line 341, ../sass/index/index-profit.scss */
  .IndexProfitR .col {
    gap: 24px;
    width: 50%;
    border-radius: 8px 0 0 8px;
    padding: 16px;
  }
  /* line 347, ../sass/index/index-profit.scss */
  .IndexProfitR .col.colored {
    border-radius: 0 8px 8px 0;
  }
  /* line 351, ../sass/index/index-profit.scss */
  .IndexProfitR .col .site-title.fz32 {
    font-size: 16px;
  }
  /* line 356, ../sass/index/index-profit.scss */
  .IndexProfitR .site-title {
    font-size: 20px;
  }
  /* line 360, ../sass/index/index-profit.scss */
  .IndexProfitR .list {
    gap: 16px;
  }
  /* line 364, ../sass/index/index-profit.scss */
  .IndexProfitR .list li span {
    font-size: 12px;
  }
  /* line 368, ../sass/index/index-profit.scss */
  .IndexProfitR .list li b {
    font-size: 16px;
  }

  /* line 377, ../sass/index/index-profit.scss */
  .lang-he .IndexProfitR .col {
    border-radius: 0 8px 8px 0;
  }
  /* line 380, ../sass/index/index-profit.scss */
  .lang-he .IndexProfitR .col.colored {
    border-radius: 8px 0 0 8px;
  }
  /* line 384, ../sass/index/index-profit.scss */
  .lang-he .IndexProfitR .col .site-title.fz32 {
    font-size: 18px;
  }
  /* line 389, ../sass/index/index-profit.scss */
  .lang-he .IndexProfitR .site-title {
    font-size: 20px;
    min-height: 48px;
  }
  /* line 396, ../sass/index/index-profit.scss */
  .lang-he .IndexProfitR .list li span {
    font-size: 12px;
  }
  /* line 400, ../sass/index/index-profit.scss */
  .lang-he .IndexProfitR .list li b {
    font-size: 16px;
  }
}
/* line 1, ../sass/index/index-proj.scss */
.IndexProj {
  position: relative;
}
/* line 4, ../sass/index/index-proj.scss */
.IndexProj .result {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 64px;
  margin-top: 50px;
}

/* line 20, ../sass/index/index-proj.scss */
.IndexProjB {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 64px;
}

/* line 36, ../sass/index/index-proj.scss */
.IndexProjBL {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  width: calc(100% - 640px - 64px);
}
/* line 51, ../sass/index/index-proj.scss */
.IndexProjBL .list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  list-style-type: disc;
  color: #788095;
  line-height: 1.4;
  padding-left: 20px;
  margin-left: 20px;
  font-size: 16px;
}
/* line 71, ../sass/index/index-proj.scss */
.IndexProjBL .site-btn {
  -ms-align-self: flex-start;
  align-self: flex-start;
  margin-top: auto;
}

/* line 78, ../sass/index/index-proj.scss */
.IndexProjBR {
  position: relative;
  width: 640px;
}
/* line 82, ../sass/index/index-proj.scss */
.IndexProjBR .label {
  position: absolute;
  top: 17px;
  left: 15px;
  z-index: 2;
  background: #1d1d1b;
  color: #fff;
  font-size: 11px;
  padding: 6px 12px;
  border-radius: 12px;
}
/* line 94, ../sass/index/index-proj.scss */
.IndexProjBR .img {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 32px;
}
/* line 100, ../sass/index/index-proj.scss */
.IndexProjBR .img img {
  display: block;
  width: 100%;
}

/* line 109, ../sass/index/index-proj.scss */
.lang-he .IndexProjBL .list {
  padding-left: 0px;
  margin-left: 0px;
  padding-right: 20px;
  margin-right: 20px;
  font-size: 20px;
}
/* line 119, ../sass/index/index-proj.scss */
.lang-he .IndexProjBR .label {
  right: 15px;
  left: auto;
  font-size: 13px;
  border-radius: 16px;
}

@media only screen and (min-width: 1280px) and (max-width: 1399px) {
  /* line 131, ../sass/index/index-proj.scss */
  .IndexProj .result {
    gap: 58px;
    margin-top: 45px;
  }

  /* line 137, ../sass/index/index-proj.scss */
  .IndexProjB {
    gap: 58px;
  }

  /* line 141, ../sass/index/index-proj.scss */
  .IndexProjBL {
    gap: 22px;
    width: calc(100% - 576px - 58px);
  }
  /* line 145, ../sass/index/index-proj.scss */
  .IndexProjBL .list {
    font-size: 15px;
  }

  /* line 150, ../sass/index/index-proj.scss */
  .IndexProjBR {
    width: 576px;
  }
  /* line 153, ../sass/index/index-proj.scss */
  .IndexProjBR .img {
    border-radius: 28px;
  }

  /* line 160, ../sass/index/index-proj.scss */
  .lang-he .IndexProjBL .list {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 171, ../sass/index/index-proj.scss */
  .IndexProj .result {
    gap: 46px;
    margin-top: 35px;
  }

  /* line 177, ../sass/index/index-proj.scss */
  .IndexProjB {
    gap: 46px;
  }

  /* line 181, ../sass/index/index-proj.scss */
  .IndexProjBL {
    gap: 18px;
    width: calc(100% - 460px - 46px);
  }
  /* line 185, ../sass/index/index-proj.scss */
  .IndexProjBL .list {
    font-size: 14px;
  }

  /* line 190, ../sass/index/index-proj.scss */
  .IndexProjBR {
    width: 460px;
  }
  /* line 193, ../sass/index/index-proj.scss */
  .IndexProjBR .img {
    border-radius: 22px;
  }

  /* line 200, ../sass/index/index-proj.scss */
  .lang-he .IndexProjBL .list {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 211, ../sass/index/index-proj.scss */
  .IndexProj .result {
    gap: 40px;
    margin-top: 30px;
  }

  /* line 217, ../sass/index/index-proj.scss */
  .IndexProjB {
    gap: 32px;
  }

  /* line 221, ../sass/index/index-proj.scss */
  .IndexProjBL {
    gap: 24px;
    width: 100%;
  }
  /* line 225, ../sass/index/index-proj.scss */
  .IndexProjBL .list {
    font-size: 14px;
  }
  /* line 229, ../sass/index/index-proj.scss */
  .IndexProjBL .site-btn {
    width: 100%;
  }

  /* line 234, ../sass/index/index-proj.scss */
  .IndexProjBR {
    -webkit-order: -1;
    -moz-order: -1;
    -ms-order: -1;
    -o-order: -1;
    order: -1;
    width: 100%;
  }

  /* line 245, ../sass/index/index-proj.scss */
  .lang-he .IndexProjBL .list {
    font-size: 18px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 256, ../sass/index/index-proj.scss */
  .IndexProj .result {
    gap: 40px;
    margin-top: 30px;
  }

  /* line 262, ../sass/index/index-proj.scss */
  .IndexProjB {
    gap: 20px;
  }

  /* line 266, ../sass/index/index-proj.scss */
  .IndexProjBL {
    display: contents;
    width: 100%;
  }
  /* line 270, ../sass/index/index-proj.scss */
  .IndexProjBL .site-title {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
  }
  /* line 278, ../sass/index/index-proj.scss */
  .IndexProjBL .list {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    -o-order: 3;
    order: 3;
    font-size: 14px;
  }
  /* line 287, ../sass/index/index-proj.scss */
  .IndexProjBL .site-btn {
    -webkit-order: 4;
    -moz-order: 4;
    -ms-order: 4;
    -o-order: 4;
    order: 4;
    width: 100%;
  }

  /* line 297, ../sass/index/index-proj.scss */
  .IndexProjBR {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
    width: 100%;
  }

  /* line 308, ../sass/index/index-proj.scss */
  .lang-he .IndexProjBL .list {
    font-size: 18px;
  }
}
/* line 1, ../sass/index/index-form.scss */
.IndexForm {
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f4f6fb;
  border-radius: 28px;
  min-height: 696px;
}

/* line 19, ../sass/index/index-form.scss */
.IndexFormL {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 24px;
}
/* line 37, ../sass/index/index-form.scss */
.IndexFormL .popup {
  transform: translateX(0);
  height: auto;
  width: 384px;
  background: transparent;
  border-radius: 0;
  padding: 0px;
  margin: 48px auto 0 auto;
}
/* line 46, ../sass/index/index-form.scss */
.IndexFormL .popup .input {
  background: #fff;
}
/* line 49, ../sass/index/index-form.scss */
.IndexFormL .popup .input.is-invalid {
  background: rgba(255, 0, 0, 0.1);
}

/* line 56, ../sass/index/index-form.scss */
.IndexFormR {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 28px;
  width: 50%;
}
/* line 63, ../sass/index/index-form.scss */
.IndexFormR img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 75, ../sass/index/index-form.scss */
.lang-he .IndexForm {
  direction: rtl;
}

@media only screen and (min-width: 1280px) and (max-width: 1399px) {
  /* line 82, ../sass/index/index-form.scss */
  .IndexForm {
    border-radius: 25px;
    min-height: 617px;
  }

  /* line 87, ../sass/index/index-form.scss */
  .IndexFormL {
    padding: 22px;
  }
  /* line 90, ../sass/index/index-form.scss */
  .IndexFormL .popup {
    margin-top: 43px;
  }

  /* line 95, ../sass/index/index-form.scss */
  .IndexFormR {
    border-radius: 25px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 103, ../sass/index/index-form.scss */
  .IndexForm {
    border-radius: 20px;
    min-height: 580px;
  }

  /* line 108, ../sass/index/index-form.scss */
  .IndexFormL {
    padding: 18px;
  }
  /* line 111, ../sass/index/index-form.scss */
  .IndexFormL .popup {
    margin-top: 35px;
  }

  /* line 116, ../sass/index/index-form.scss */
  .IndexFormR {
    border-radius: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 124, ../sass/index/index-form.scss */
  .IndexForm {
    border-radius: 15px;
    min-height: 580px;
  }

  /* line 129, ../sass/index/index-form.scss */
  .IndexFormL {
    padding: 15px;
  }
  /* line 132, ../sass/index/index-form.scss */
  .IndexFormL .popup {
    margin-top: 27px;
  }

  /* line 137, ../sass/index/index-form.scss */
  .IndexFormR {
    border-radius: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 145, ../sass/index/index-form.scss */
  .IndexForm {
    border-radius: 15px;
    min-height: initial;
  }

  /* line 150, ../sass/index/index-form.scss */
  .IndexFormL {
    width: 100%;
    padding: 15px;
    padding-bottom: 30px;
  }
  /* line 155, ../sass/index/index-form.scss */
  .IndexFormL .popup {
    margin: 30px auto 0 auto;
  }

  /* line 160, ../sass/index/index-form.scss */
  .IndexFormR {
    border-radius: 15px;
    width: 100%;
    aspect-ratio: 16/9;
  }
}
/* line 1, ../sass/index/index-faq.scss */
.IndexFAQ {
  position: relative;
  background-color: #f4f6fb;
}
/* line 5, ../sass/index/index-faq.scss */
.IndexFAQ .toggleBlock {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
}
/* line 20, ../sass/index/index-faq.scss */
.IndexFAQ .navt {
  position: relative;
  background: #fff;
  border-radius: 24px;
}
/* line 26, ../sass/index/index-faq.scss */
.IndexFAQ .navt.active .content {
  grid-template-rows: 1fr;
}
/* line 30, ../sass/index/index-faq.scss */
.IndexFAQ .navt.active .answer {
  padding-bottom: 32px;
}
/* line 35, ../sass/index/index-faq.scss */
.IndexFAQ .navt.active .open:before {
  transform: translate(-50%, -50%);
}
/* line 42, ../sass/index/index-faq.scss */
.IndexFAQ .toggle {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
  padding: 18px 32px;
}
@media (hover: hover) {
  /* line 57, ../sass/index/index-faq.scss */
  .IndexFAQ .toggle:hover .question {
    color: #007bfb;
  }
}
/* line 64, ../sass/index/index-faq.scss */
.IndexFAQ .question {
  max-width: calc(100% - 56px - 32px);
  font-size: 24px;
  font-weight: 500;
}
/* line 70, ../sass/index/index-faq.scss */
.IndexFAQ .open {
  position: relative;
  -ms-align-self: flex-start;
  align-self: flex-start;
  display: block;
  background-color: #f4f6fb;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  transition: .3s;
}
/* line 81, ../sass/index/index-faq.scss */
.IndexFAQ .open:after, .IndexFAQ .open:before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 2px;
  background: #007bfb;
  transition: .3s;
}
/* line 94, ../sass/index/index-faq.scss */
.IndexFAQ .open:before {
  transform: translate(-50%, -50%) rotate(-90deg);
}
@media (hover: hover) {
  /* line 99, ../sass/index/index-faq.scss */
  .IndexFAQ .open:hover {
    border-radius: 8px;
    background-color: #ecf0f8;
  }
}
/* line 106, ../sass/index/index-faq.scss */
.IndexFAQ .content {
  display: grid;
  grid-template-rows: 0fr;
  will-change: grid-template-rows;
  transition: grid-template-rows 300ms ease-out;
}
/* line 113, ../sass/index/index-faq.scss */
.IndexFAQ .answer {
  overflow: hidden;
  padding: 0 40px;
  color: #788095;
  font-size: 16px;
  line-height: 1.5;
  transition: padding 300ms ease-out;
}

/* line 125, ../sass/index/index-faq.scss */
.lang-he .IndexFAQ .question {
  font-size: 28px;
}
/* line 129, ../sass/index/index-faq.scss */
.lang-he .IndexFAQ .answer {
  font-size: 20px;
}

@media only screen and (min-width: 1280px) and (max-width: 1399px) {
  /* line 138, ../sass/index/index-faq.scss */
  .IndexFAQ .toggleBlock {
    gap: 14px;
    margin-top: 36px;
  }
  /* line 143, ../sass/index/index-faq.scss */
  .IndexFAQ .navt {
    border-radius: 22px;
  }
  /* line 147, ../sass/index/index-faq.scss */
  .IndexFAQ .navt.active .answer {
    padding-bottom: 28px;
  }
  /* line 153, ../sass/index/index-faq.scss */
  .IndexFAQ .toggle {
    padding: 16px 28px;
  }
  /* line 157, ../sass/index/index-faq.scss */
  .IndexFAQ .question {
    max-width: calc(100% - 50px - 28px);
    font-size: 22px;
  }
  /* line 162, ../sass/index/index-faq.scss */
  .IndexFAQ .open {
    width: 50px;
    height: 50px;
  }
  /* line 166, ../sass/index/index-faq.scss */
  .IndexFAQ .open:after, .IndexFAQ .open:before {
    width: 16px;
    height: 2px;
  }
  /* line 172, ../sass/index/index-faq.scss */
  .IndexFAQ .answer {
    padding: 0 36px;
    font-size: 15px;
  }

  /* line 180, ../sass/index/index-faq.scss */
  .lang-he .IndexFAQ .question {
    font-size: 26px;
  }
  /* line 184, ../sass/index/index-faq.scss */
  .lang-he .IndexFAQ .answer {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 195, ../sass/index/index-faq.scss */
  .IndexFAQ .toggleBlock {
    gap: 12px;
    margin-top: 28px;
  }
  /* line 200, ../sass/index/index-faq.scss */
  .IndexFAQ .navt {
    border-radius: 18px;
  }
  /* line 204, ../sass/index/index-faq.scss */
  .IndexFAQ .navt.active .answer {
    padding-bottom: 22px;
  }
  /* line 210, ../sass/index/index-faq.scss */
  .IndexFAQ .toggle {
    padding: 13px 22px;
  }
  /* line 214, ../sass/index/index-faq.scss */
  .IndexFAQ .question {
    max-width: calc(100% - 44px - 22px);
    font-size: 22px;
  }
  /* line 219, ../sass/index/index-faq.scss */
  .IndexFAQ .open {
    width: 44px;
    height: 44px;
  }
  /* line 223, ../sass/index/index-faq.scss */
  .IndexFAQ .open:after, .IndexFAQ .open:before {
    width: 14px;
  }
  /* line 228, ../sass/index/index-faq.scss */
  .IndexFAQ .answer {
    padding: 0 28px;
    font-size: 14px;
  }

  /* line 236, ../sass/index/index-faq.scss */
  .lang-he .IndexFAQ .question {
    font-size: 24px;
  }
  /* line 240, ../sass/index/index-faq.scss */
  .lang-he .IndexFAQ .answer {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 251, ../sass/index/index-faq.scss */
  .IndexFAQ .toggleBlock {
    gap: 12px;
    margin-top: 28px;
  }
  /* line 256, ../sass/index/index-faq.scss */
  .IndexFAQ .navt {
    border-radius: 18px;
  }
  /* line 260, ../sass/index/index-faq.scss */
  .IndexFAQ .navt.active .answer {
    padding-bottom: 22px;
  }
  /* line 266, ../sass/index/index-faq.scss */
  .IndexFAQ .toggle {
    padding: 13px 22px;
  }
  /* line 270, ../sass/index/index-faq.scss */
  .IndexFAQ .question {
    max-width: calc(100% - 44px - 22px);
    font-size: 18px;
  }
  /* line 275, ../sass/index/index-faq.scss */
  .IndexFAQ .open {
    width: 44px;
    height: 44px;
  }
  /* line 279, ../sass/index/index-faq.scss */
  .IndexFAQ .open:after, .IndexFAQ .open:before {
    width: 14px;
  }
  /* line 284, ../sass/index/index-faq.scss */
  .IndexFAQ .answer {
    padding: 0 28px;
    font-size: 14px;
  }

  /* line 292, ../sass/index/index-faq.scss */
  .lang-he .IndexFAQ .question {
    font-size: 20px;
  }
  /* line 296, ../sass/index/index-faq.scss */
  .lang-he .IndexFAQ .answer {
    font-size: 18px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 307, ../sass/index/index-faq.scss */
  .IndexFAQ .toggleBlock {
    gap: 16px;
    margin-top: 32px;
  }
  /* line 312, ../sass/index/index-faq.scss */
  .IndexFAQ .navt {
    border-radius: 18px;
  }
  /* line 316, ../sass/index/index-faq.scss */
  .IndexFAQ .navt.active .answer {
    padding-bottom: 22px;
  }
  /* line 322, ../sass/index/index-faq.scss */
  .IndexFAQ .toggle {
    padding: 10px 15px;
  }
  /* line 326, ../sass/index/index-faq.scss */
  .IndexFAQ .question {
    max-width: calc(100% - 40px - 15px);
    font-size: 16px;
  }
  /* line 331, ../sass/index/index-faq.scss */
  .IndexFAQ .open {
    width: 40px;
    height: 40px;
  }
  /* line 335, ../sass/index/index-faq.scss */
  .IndexFAQ .open:after, .IndexFAQ .open:before {
    width: 12px;
  }
  /* line 340, ../sass/index/index-faq.scss */
  .IndexFAQ .answer {
    padding: 0 15px;
    font-size: 14px;
  }

  /* line 348, ../sass/index/index-faq.scss */
  .lang-he .IndexFAQ .question {
    font-size: 18px;
  }
  /* line 352, ../sass/index/index-faq.scss */
  .lang-he .IndexFAQ .answer {
    font-size: 18px;
  }
}
/* line 1, ../sass/index/index-service.scss */
.IndexService {
  position: relative;
}
/* line 4, ../sass/index/index-service.scss */
.IndexService .title-wr {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  gap: 0 32px;
}
/* line 14, ../sass/index/index-service.scss */
.IndexService .title-wr .site-title {
  width: 50%;
}
/* line 18, ../sass/index/index-service.scss */
.IndexService .title-wr .text-wr {
  width: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  gap: 25px;
}
/* line 36, ../sass/index/index-service.scss */
.IndexService .result {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 65px;
}

/* line 52, ../sass/index/index-service.scss */
.IndexServiceB {
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: flex-end;
  aspect-ratio: 1;
  width: calc((100% - 8px * 3) / 4);
  border-radius: 28px;
}
/* line 70, ../sass/index/index-service.scss */
.IndexServiceB .img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 78, ../sass/index/index-service.scss */
.IndexServiceB .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 86, ../sass/index/index-service.scss */
.IndexServiceB .text-wr {
  position: relative;
  z-index: 2;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  width: 100%;
  gap: 8px;
  color: #fff;
  background-image: linear-gradient(0deg, rgba(37, 37, 56, 0.8) 10%, rgba(37, 37, 56, 0));
  padding: 20px;
}

/* line 108, ../sass/index/index-service.scss */
.lang-he .IndexService {
  direction: rtl;
}

@media only screen and (min-width: 1280px) and (max-width: 1399px) {
  /* line 116, ../sass/index/index-service.scss */
  .IndexService .title-wr {
    gap: 0 28px;
  }
  /* line 119, ../sass/index/index-service.scss */
  .IndexService .title-wr .text-wr {
    gap: 22px;
  }
  /* line 124, ../sass/index/index-service.scss */
  .IndexService .result {
    margin-top: 58px;
  }

  /* line 129, ../sass/index/index-service.scss */
  .IndexServiceB {
    border-radius: 25px;
  }
  /* line 132, ../sass/index/index-service.scss */
  .IndexServiceB .text-wr {
    padding: 18px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 142, ../sass/index/index-service.scss */
  .IndexService .title-wr {
    gap: 0 22px;
  }
  /* line 145, ../sass/index/index-service.scss */
  .IndexService .title-wr .text-wr {
    gap: 18px;
  }
  /* line 150, ../sass/index/index-service.scss */
  .IndexService .result {
    margin-top: 46px;
  }

  /* line 155, ../sass/index/index-service.scss */
  .IndexServiceB {
    border-radius: 20px;
  }
  /* line 158, ../sass/index/index-service.scss */
  .IndexServiceB .text-wr {
    padding: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 168, ../sass/index/index-service.scss */
  .IndexService .title-wr {
    gap: 0 15px;
  }
  /* line 171, ../sass/index/index-service.scss */
  .IndexService .title-wr .text-wr {
    gap: 15px;
  }
  /* line 176, ../sass/index/index-service.scss */
  .IndexService .result {
    margin-top: 35px;
  }

  /* line 181, ../sass/index/index-service.scss */
  .IndexServiceB {
    width: calc((100% - 8px) / 2);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 190, ../sass/index/index-service.scss */
  .IndexService .title-wr {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
  /* line 198, ../sass/index/index-service.scss */
  .IndexService .title-wr .site-title {
    width: 100%;
  }
  /* line 202, ../sass/index/index-service.scss */
  .IndexService .title-wr .text-wr {
    width: 100%;
    gap: 15px;
  }
  /* line 208, ../sass/index/index-service.scss */
  .IndexService .result {
    gap: 15px;
    margin-top: 30px;
  }

  /* line 214, ../sass/index/index-service.scss */
  .IndexServiceB {
    width: 100%;
    border-radius: 20px;
  }
  /* line 218, ../sass/index/index-service.scss */
  .IndexServiceB .text-wr {
    padding: 15px;
  }

  /* line 226, ../sass/index/index-service.scss */
  .lang-he .IndexServiceB .text-wr .site-title.fz22 {
    font-size: 22px;
  }
}
