@font-face {
  font-family: 'almoni-regular';
  src: url(../fonts/almoni-regular-aaa.woff2);
}
@font-face {
  font-family: 'almoni-light';
  src: url(../fonts/almoni-light-aaa.woff2);
}
/* line 18, ../sass/all/base.scss */
.w100 {
  width: 100% !important;
}

/* line 22, ../sass/all/base.scss */
.ttu {
  text-transform: uppercase !important;
}

/* line 26, ../sass/all/base.scss */
.tac {
  text-align: center !important;
}

/* line 30, ../sass/all/base.scss */
.tal {
  text-align: left !important;
}

/* line 34, ../sass/all/base.scss */
.tar {
  text-align: right !important;
}

/* line 38, ../sass/all/base.scss */
.ltr {
  direction: ltr;
}

/* line 42, ../sass/all/base.scss */
.rtl {
  direction: rtl;
}

/* line 46, ../sass/all/base.scss */
.d-f {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
}

/* line 54, ../sass/all/base.scss */
.f-w-w {
  -webkit-flex-wrap: wrap !important;
  -moz-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  -o-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 62, ../sass/all/base.scss */
.j-c-c {
  justify-content: center !important;
}

/* line 66, ../sass/all/base.scss */
.j-c-s-b {
  justify-content: space-between !important;
}

/* line 70, ../sass/all/base.scss */
.j-c-f-e {
  justify-content: flex-end !important;
}

/* line 74, ../sass/all/base.scss */
.a-i-f-s {
  -ms-align-items: flex-start !important;
  align-items: flex-start !important;
}

/* line 79, ../sass/all/base.scss */
.a-i-c {
  -ms-align-items: center !important;
  align-items: center !important;
}

/* line 84, ../sass/all/base.scss */
.a-i-f-e {
  -ms-align-items: flex-end !important;
  align-items: flex-end !important;
}

/* line 89, ../sass/all/base.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 93, ../sass/all/base.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

/* line 97, ../sass/all/base.scss */
.no-pad-left {
  padding-left: 0 !important;
}

/* line 101, ../sass/all/base.scss */
.no-pad-right {
  padding-right: 0 !important;
}

/* line 105, ../sass/all/base.scss */
.no-mar-top {
  margin-top: 0 !important;
}

/* line 109, ../sass/all/base.scss */
.no-mar-left {
  margin-left: 0 !important;
}

/* line 113, ../sass/all/base.scss */
.no-mar-right {
  margin-right: 0 !important;
}

/* line 117, ../sass/all/base.scss */
.no-mar-bot {
  margin-bottom: 0 !important;
}

/* line 121, ../sass/all/base.scss */
.global-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/* line 1, ../sass/index/index-top.scss */
.LC-Top {
  position: relative;
  padding-top: 30px;
}
/* line 5, ../sass/index/index-top.scss */
.LC-Top .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;
}
/* line 18, ../sass/index/index-top.scss */
.LC-Top .container.min-h {
  min-height: 450px;
}
/* line 23, ../sass/index/index-top.scss */
.LC-Top .left {
  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: flex-start;
  align-items: flex-start;
  width: 45%;
}
/* line 39, ../sass/index/index-top.scss */
.LC-Top .left .site-title:not(.fz22) {
  margin-bottom: 20px;
}
/* line 43, ../sass/index/index-top.scss */
.LC-Top .left .inner {
  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;
  justify-content: center;
  height: 100%;
}
/* line 59, ../sass/index/index-top.scss */
.LC-Top .left .btns {
  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: 20px;
  margin-top: 20px;
}
/* line 74, ../sass/index/index-top.scss */
.LC-Top .left .google-review-wr {
  pointer-events: none;
}
/* line 77, ../sass/index/index-top.scss */
.LC-Top .left .google-review-wr .global-link {
  display: none;
}
/* line 82, ../sass/index/index-top.scss */
.LC-Top .left .happy {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  background: #91a49f;
  color: #fff;
  gap: 0 20px;
  border-radius: 10px;
  padding: 15px;
  transition: .3s ease-in-out;
}
/* line 97, ../sass/index/index-top.scss */
.LC-Top .left .happy:hover {
  background-color: #43524d;
}
/* line 102, ../sass/index/index-top.scss */
.LC-Top .left .avatars {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
/* line 109, ../sass/index/index-top.scss */
.LC-Top .left .avatars .img {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  isolation: isolate;
  margin-left: -30px;
}
/* line 118, ../sass/index/index-top.scss */
.LC-Top .left .avatars .img:nth-child(1) {
  margin-left: 0;
}
/* line 122, ../sass/index/index-top.scss */
.LC-Top .left .avatars .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 134, ../sass/index/index-top.scss */
.LC-Top .right {
  position: relative;
  width: 50%;
  aspect-ratio: 16 / 12;
}
/* line 139, ../sass/index/index-top.scss */
.LC-Top .right .main-img {
  display: block;
  position: relative;
  width: 100%;
  /* position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; */
}
/* line 149, ../sass/index/index-top.scss */
.LC-Top .right .main-img img {
  display: block;
  width: 100%;
  /* height: 100%;
  object-fit: cover; */
  border-radius: 20px;
}
/* line 159, ../sass/index/index-top.scss */
.LC-Top .info {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  /* position: absolute;
  bottom: 30px;
  right: 30px;
  max-width: 50%; */
}
/* line 173, ../sass/index/index-top.scss */
.LC-Top .info .top {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background: #E9E9F2;
  gap: 0 15px;
  padding: 10px;
  border-radius: 10px;
  /* margin-bottom: 15px; */
}
/* line 186, ../sass/index/index-top.scss */
.LC-Top .info .top .img {
  display: block;
  width: 80px;
  height: 80px;
}
/* line 191, ../sass/index/index-top.scss */
.LC-Top .info .top .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
/* line 200, ../sass/index/index-top.scss */
.LC-Top .info .top .desc {
  position: relative;
  width: calc(100% - 80px - 15px);
}
/* line 205, ../sass/index/index-top.scss */
.LC-Top .info .top .badge {
  display: inline-block;
  line-height: 1;
  padding: 5px;
  border-radius: 5px;
  background: #91a49f;
  color: #fff;
  margin-top: 10px;
}
@media (hover: hover) {
  /* line 216, ../sass/index/index-top.scss */
  .LC-Top .info .top:hover {
    background: #91a49f;
    color: #fff;
  }
  /* line 220, ../sass/index/index-top.scss */
  .LC-Top .info .top:hover .badge {
    background: #fff;
    color: #43524d;
  }
}
/* line 228, ../sass/index/index-top.scss */
.LC-Top .info .bot {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  background: #E9E9F2;
  gap: 0 15px;
  padding: 10px 15px;
  border-radius: 10px;
}
/* line 242, ../sass/index/index-top.scss */
.LC-Top .info .bot .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;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #91a49f;
}
/* line 256, ../sass/index/index-top.scss */
.LC-Top .info .bot .icon svg, .LC-Top .info .bot .icon img {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
}

/* line 268, ../sass/index/index-top.scss */
.lang-he .LC-Top {
  direction: rtl;
  /* .info {
  	left: 30px;
  	right: auto;
  } */
}
/* line 273, ../sass/index/index-top.scss */
.lang-he .LC-Top .left .avatars .img {
  margin-right: -30px;
  margin-left: 0;
}
/* line 277, ../sass/index/index-top.scss */
.lang-he .LC-Top .left .avatars .img:nth-child(1) {
  margin-right: 0;
}

@media only screen and (min-width: 1280px) and (max-width: 1479px) {
  /* line 293, ../sass/index/index-top.scss */
  .LC-Top {
    padding-top: 25px;
  }
  /* line 296, ../sass/index/index-top.scss */
  .LC-Top .left {
    width: 45%;
  }
  /* line 299, ../sass/index/index-top.scss */
  .LC-Top .left .site-title:not(.fz22) {
    margin-bottom: 20px;
  }
  /* line 303, ../sass/index/index-top.scss */
  .LC-Top .left .btns {
    gap: 20px;
    margin-top: 20px;
  }
  /* line 308, ../sass/index/index-top.scss */
  .LC-Top .left .happy {
    gap: 0 20px;
    border-radius: 10px;
    padding: 15px;
  }
  /* line 315, ../sass/index/index-top.scss */
  .LC-Top .left .avatars .img {
    width: 62px;
    height: 62px;
    margin-left: -26px;
  }
  /* line 323, ../sass/index/index-top.scss */
  .LC-Top .right {
    width: 50%;
  }
  /* line 327, ../sass/index/index-top.scss */
  .LC-Top .right .main-img img {
    border-radius: 20px;
  }
  /* line 333, ../sass/index/index-top.scss */
  .LC-Top .info {
    /* bottom: 26px;
    right: 26px; */
  }
  /* line 337, ../sass/index/index-top.scss */
  .LC-Top .info .top {
    gap: 0 15px;
    padding: 10px;
    border-radius: 10px;
    /* margin-bottom: 15px; */
  }
  /* line 343, ../sass/index/index-top.scss */
  .LC-Top .info .top .img {
    width: 70px;
    height: 70px;
  }
  /* line 347, ../sass/index/index-top.scss */
  .LC-Top .info .top .img img {
    border-radius: 10px;
  }
  /* line 352, ../sass/index/index-top.scss */
  .LC-Top .info .top .desc {
    width: calc(100% - 70px - 15px);
  }
  /* line 356, ../sass/index/index-top.scss */
  .LC-Top .info .top .badge {
    padding: 5px;
    margin-top: 9px;
  }
  /* line 362, ../sass/index/index-top.scss */
  .LC-Top .info .bot {
    gap: 0 15px;
    padding: 10px;
    border-radius: 10px;
  }
  /* line 367, ../sass/index/index-top.scss */
  .LC-Top .info .bot .icon {
    width: 44px;
    height: 44px;
  }
  /* line 371, ../sass/index/index-top.scss */
  .LC-Top .info .bot .icon svg, .LC-Top .info .bot .icon img {
    width: 26px;
    height: 26px;
  }

  /* line 381, ../sass/index/index-top.scss */
  .lang-he .LC-Top {
    /* .info {
    	left: 26px;
    } */
  }
  /* line 384, ../sass/index/index-top.scss */
  .lang-he .LC-Top .left .avatars .img {
    margin-right: -26px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 400, ../sass/index/index-top.scss */
  .LC-Top {
    padding-top: 20px;
  }
  /* line 403, ../sass/index/index-top.scss */
  .LC-Top .left {
    width: 45%;
  }
  /* line 406, ../sass/index/index-top.scss */
  .LC-Top .left .site-title:not(.fz22) {
    margin-bottom: 15px;
  }
  /* line 410, ../sass/index/index-top.scss */
  .LC-Top .left .btns {
    gap: 15px;
    margin-top: 15px;
  }
  /* line 415, ../sass/index/index-top.scss */
  .LC-Top .left .happy {
    gap: 0 15px;
    border-radius: 8px;
    padding: 12px;
  }
  /* line 422, ../sass/index/index-top.scss */
  .LC-Top .left .avatars .img {
    width: 50px;
    height: 50px;
    margin-left: -21px;
  }
  /* line 430, ../sass/index/index-top.scss */
  .LC-Top .right {
    width: 50%;
  }
  /* line 434, ../sass/index/index-top.scss */
  .LC-Top .right .main-img img {
    border-radius: 15px;
  }
  /* line 440, ../sass/index/index-top.scss */
  .LC-Top .info {
    /* bottom: 21px;
    right: 21px; */
  }
  /* line 444, ../sass/index/index-top.scss */
  .LC-Top .info .top {
    gap: 0 12px;
    padding: 10px;
    border-radius: 10px;
    /* margin-bottom: 12px; */
  }
  /* line 450, ../sass/index/index-top.scss */
  .LC-Top .info .top .img {
    width: 56px;
    height: 56px;
  }
  /* line 454, ../sass/index/index-top.scss */
  .LC-Top .info .top .img img {
    border-radius: 8px;
  }
  /* line 459, ../sass/index/index-top.scss */
  .LC-Top .info .top .desc {
    width: calc(100% - 56px - 12px);
  }
  /* line 463, ../sass/index/index-top.scss */
  .LC-Top .info .top .badge {
    padding: 4px;
    margin-top: 7px;
  }
  /* line 469, ../sass/index/index-top.scss */
  .LC-Top .info .bot {
    gap: 0 12px;
    padding: 8px;
    border-radius: 8px;
  }
  /* line 474, ../sass/index/index-top.scss */
  .LC-Top .info .bot .icon {
    width: 35px;
    height: 35px;
  }
  /* line 478, ../sass/index/index-top.scss */
  .LC-Top .info .bot .icon svg, .LC-Top .info .bot .icon img {
    width: 21px;
    height: 21px;
  }

  /* line 488, ../sass/index/index-top.scss */
  .lang-he .LC-Top {
    /* .info {
    	left: 21px;
    } */
  }
  /* line 491, ../sass/index/index-top.scss */
  .lang-he .LC-Top .left .avatars .img {
    margin-right: -21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 507, ../sass/index/index-top.scss */
  .LC-Top {
    padding-top: 20px;
  }
  /* line 510, ../sass/index/index-top.scss */
  .LC-Top .left {
    width: 45%;
  }
  /* line 513, ../sass/index/index-top.scss */
  .LC-Top .left .site-title:not(.fz22) {
    margin-bottom: 15px;
  }
  /* line 517, ../sass/index/index-top.scss */
  .LC-Top .left .btns {
    gap: 15px;
    margin-top: 15px;
  }
  /* line 522, ../sass/index/index-top.scss */
  .LC-Top .left .happy {
    gap: 0 15px;
    margin-top: 45px;
    border-radius: 8px;
    padding: 12px;
  }
  /* line 530, ../sass/index/index-top.scss */
  .LC-Top .left .avatars .img {
    width: 50px;
    height: 50px;
    margin-left: -21px;
  }
  /* line 538, ../sass/index/index-top.scss */
  .LC-Top .right {
    width: 50%;
  }
  /* line 542, ../sass/index/index-top.scss */
  .LC-Top .right .main-img img {
    border-radius: 15px;
  }
  /* line 548, ../sass/index/index-top.scss */
  .LC-Top .info {
    /* bottom: 15px;
    right: 15px;
    max-width: 60%; */
  }
  /* line 553, ../sass/index/index-top.scss */
  .LC-Top .info .top {
    gap: 0 12px;
    padding: 10px;
    border-radius: 10px;
    /* margin-bottom: 12px; */
  }
  /* line 559, ../sass/index/index-top.scss */
  .LC-Top .info .top .img {
    width: 56px;
    height: 56px;
  }
  /* line 563, ../sass/index/index-top.scss */
  .LC-Top .info .top .img img {
    border-radius: 8px;
  }
  /* line 568, ../sass/index/index-top.scss */
  .LC-Top .info .top .desc {
    width: calc(100% - 56px - 12px);
  }
  /* line 572, ../sass/index/index-top.scss */
  .LC-Top .info .top .badge {
    padding: 4px;
    margin-top: 7px;
  }
  /* line 578, ../sass/index/index-top.scss */
  .LC-Top .info .bot {
    gap: 0 12px;
    padding: 8px;
    border-radius: 8px;
  }
  /* line 583, ../sass/index/index-top.scss */
  .LC-Top .info .bot .icon {
    width: 35px;
    height: 35px;
  }
  /* line 587, ../sass/index/index-top.scss */
  .LC-Top .info .bot .icon svg, .LC-Top .info .bot .icon img {
    width: 21px;
    height: 21px;
  }

  /* line 597, ../sass/index/index-top.scss */
  .lang-he .LC-Top {
    /* .info {
    	left: 15px;
    } */
  }
  /* line 600, ../sass/index/index-top.scss */
  .lang-he .LC-Top .left .avatars .img {
    margin-right: -15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 616, ../sass/index/index-top.scss */
  .LC-Top {
    padding-top: 20px;
  }
  /* line 619, ../sass/index/index-top.scss */
  .LC-Top .left {
    width: 100%;
  }
  /* line 622, ../sass/index/index-top.scss */
  .LC-Top .left .site-title:not(.fz22) {
    margin-bottom: 15px;
  }
  /* line 626, ../sass/index/index-top.scss */
  .LC-Top .left .btns {
    gap: 15px;
    margin-top: 15px;
  }
  /* line 631, ../sass/index/index-top.scss */
  .LC-Top .left .google-review-wr {
    margin-top: 15px;
  }
  /* line 635, ../sass/index/index-top.scss */
  .LC-Top .left .happy {
    gap: 0 15px;
    margin-top: 15px;
    border-radius: 8px;
    padding: 12px;
  }
  /* line 643, ../sass/index/index-top.scss */
  .LC-Top .left .avatars .img {
    width: 50px;
    height: 50px;
    margin-left: -21px;
  }
  /* line 651, ../sass/index/index-top.scss */
  .LC-Top .right {
    width: 100%;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-order: -1;
    -o-order: -1;
    order: -1;
    margin-bottom: 15px;
  }
  /* line 660, ../sass/index/index-top.scss */
  .LC-Top .right .main-img {
    display: block;
    position: relative;
  }
  /* line 664, ../sass/index/index-top.scss */
  .LC-Top .right .main-img img {
    border-radius: 15px;
  }
  /* line 670, ../sass/index/index-top.scss */
  .LC-Top .info {
    gap: 0 15px;
    /* bottom: 15px;
    right: 15px;
    max-width: 60%; */
  }
  /* line 676, ../sass/index/index-top.scss */
  .LC-Top .info .top {
    width: 50%;
    gap: 0 12px;
    padding: 10px;
    border-radius: 10px;
  }
  /* line 682, ../sass/index/index-top.scss */
  .LC-Top .info .top .img {
    width: 56px;
    height: 56px;
  }
  /* line 686, ../sass/index/index-top.scss */
  .LC-Top .info .top .img img {
    border-radius: 8px;
  }
  /* line 691, ../sass/index/index-top.scss */
  .LC-Top .info .top .desc {
    width: calc(100% - 56px - 12px);
  }
  /* line 695, ../sass/index/index-top.scss */
  .LC-Top .info .top .badge {
    padding: 4px;
    margin-top: 7px;
  }
  /* line 701, ../sass/index/index-top.scss */
  .LC-Top .info .bot {
    width: calc(50% - 15px);
    gap: 0 12px;
    padding: 8px 12px;
    border-radius: 8px;
  }
  /* line 707, ../sass/index/index-top.scss */
  .LC-Top .info .bot .icon {
    min-width: 35px;
    width: 35px;
    height: 35px;
  }
  /* line 712, ../sass/index/index-top.scss */
  .LC-Top .info .bot .icon svg, .LC-Top .info .bot .icon img {
    width: 21px;
    height: 21px;
  }

  /* line 722, ../sass/index/index-top.scss */
  .lang-he .LC-Top {
    /* .info {
    	right: 15px;
    	left: initial;
    	transform: scale(1.15);
    	transform-origin: right bottom;
    } */
  }
  /* line 725, ../sass/index/index-top.scss */
  .lang-he .LC-Top .left .avatars .img {
    margin-right: -15px;
  }
}
/* line 1, ../sass/index/index-columns.scss */
.IndexColumns {
  position: relative;
}
/* line 5, ../sass/index/index-columns.scss */
.IndexColumns .main-title span {
  color: #91a49f;
}
/* line 10, ../sass/index/index-columns.scss */
.IndexColumns .undertitle {
  margin-top: 10px;
}
/* line 14, ../sass/index/index-columns.scss */
.IndexColumns .result {
  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: 10px;
  margin-top: 80px;
  padding-bottom: calc(15px + 28px);
}

/* line 32, ../sass/index/index-columns.scss */
.IndexColumn {
  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: 10px;
  width: 16%;
  height: 480px;
}
/* line 48, ../sass/index/index-columns.scss */
.IndexColumn.big {
  width: calc(34% - 15px);
}
/* line 52, ../sass/index/index-columns.scss */
.IndexColumn .alert {
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  top: calc(100% + 15px);
  width: 100%;
  gap: 0 10px;
  font-weight: bold;
}
/* line 68, ../sass/index/index-columns.scss */
.IndexColumn #comparison {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 480px;
}
/* line 75, ../sass/index/index-columns.scss */
.IndexColumn figure {
  position: absolute;
  background-image: url(../img/bmw-2.jpg);
  background-size: cover;
  font-size: 0;
  width: 100%;
  height: 480px;
  margin: 0;
  background-repeat: no-repeat;
}
/* line 86, ../sass/index/index-columns.scss */
.IndexColumn #divisor, .IndexColumn #divisor2, .IndexColumn #divisor3 {
  background-image: url(../img/bmw-1.jpg);
  background-size: cover;
  position: absolute;
  width: 50%;
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
  bottom: 0;
  height: 480px;
  z-index: 1;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* line 98, ../sass/index/index-columns.scss */
.IndexColumn #divisor::before, .IndexColumn #divisor::after, .IndexColumn #divisor2::before, .IndexColumn #divisor2::after, .IndexColumn #divisor3::before, .IndexColumn #divisor3::after {
  content: '';
  position: absolute;
  right: 0px;
  width: 4px;
  height: calc(50% - 25px);
  background: white;
  z-index: 3;
}
/* line 108, ../sass/index/index-columns.scss */
.IndexColumn #divisor::before, .IndexColumn #divisor2::before, .IndexColumn #divisor3::before {
  top: 0;
}
/* line 111, ../sass/index/index-columns.scss */
.IndexColumn #divisor::after, .IndexColumn #divisor2::after, .IndexColumn #divisor3::after {
  bottom: 0;
}
/* line 116, ../sass/index/index-columns.scss */
.IndexColumn #handle, .IndexColumn #handle2, .IndexColumn #handle3 {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 10;
  background: #000;
  border-radius: 50%;
  cursor: col-resize;
}
/* line 129, ../sass/index/index-columns.scss */
.IndexColumn #handle::before, .IndexColumn #handle::after, .IndexColumn #handle2::before, .IndexColumn #handle2::after, .IndexColumn #handle3::before, .IndexColumn #handle3::after {
  content: '';
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}
/* line 139, ../sass/index/index-columns.scss */
.IndexColumn #handle::before, .IndexColumn #handle2::before, .IndexColumn #handle3::before {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -18px;
}
/* line 144, ../sass/index/index-columns.scss */
.IndexColumn #handle::after, .IndexColumn #handle2::after, .IndexColumn #handle3::after {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -16px;
}
/* line 151, ../sass/index/index-columns.scss */
.IndexColumn input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  background-color: transparent;
  width: calc(100% + 50px);
  height: initial;
  z-index: 11;
  padding: 0;
  outline: none;
  border: none;
}
/* line 165, ../sass/index/index-columns.scss */
.IndexColumn input[type=range]:focus, .IndexColumn input[type=range]:active {
  border: none;
  outline: none;
}
/* line 171, ../sass/index/index-columns.scss */
.IndexColumn input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: transparent;
  border: 4px solid white;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
}
/* line 181, ../sass/index/index-columns.scss */
.IndexColumn input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 15px;
  width: 100%;
  background-color: transparent;
  position: relative;
  outline: none;
}

/* line 191, ../sass/index/index-columns.scss */
.IndexColumnB {
  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;
  justify-content: space-between;
  overflow: hidden;
  isolation: isolate;
  width: calc((100% - 10px) / 2);
  border-radius: 15px;
  padding: 20px;
}
/* line 210, ../sass/index/index-columns.scss */
.IndexColumnB.green {
  background: #91a49f;
}
/* line 214, ../sass/index/index-columns.scss */
.IndexColumnB.grey {
  background: #f8f8f8;
}
/* line 218, ../sass/index/index-columns.scss */
.IndexColumnB.bottom {
  -ms-align-self: flex-end;
  align-self: flex-end;
  height: calc((100% - 10px) / 2);
}
/* line 224, ../sass/index/index-columns.scss */
.IndexColumnB.small {
  height: calc(34% - 10px);
}
/* line 227, ../sass/index/index-columns.scss */
.IndexColumnB.small .icon {
  width: 55px;
  height: 55px;
}
/* line 231, ../sass/index/index-columns.scss */
.IndexColumnB.small .icon img, .IndexColumnB.small .icon svg {
  width: 30px;
  height: 30px;
}
/* line 238, ../sass/index/index-columns.scss */
.IndexColumnB.with-photo {
  height: 66%;
}
/* line 241, ../sass/index/index-columns.scss */
.IndexColumnB.with-photo .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
/* line 249, ../sass/index/index-columns.scss */
.IndexColumnB.with-photo .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 257, ../sass/index/index-columns.scss */
.IndexColumnB.with-photo .site-title {
  display: inline-block;
  -ms-align-self: flex-start;
  align-self: flex-start;
  background: #fff;
  padding: 15px;
  border-radius: 5px;
}
/* line 267, ../sass/index/index-columns.scss */
.IndexColumnB .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;
  background: #fff;
  border-radius: 50%;
  width: 85px;
  height: 85px;
}
/* line 281, ../sass/index/index-columns.scss */
.IndexColumnB .icon img, .IndexColumnB .icon svg {
  display: block;
  width: 50px;
  height: 50px;
  object-fit: contain;
}

/* line 291, ../sass/index/index-columns.scss */
.lang-he .IndexColumns {
  direction: rtl;
}
/* line 296, ../sass/index/index-columns.scss */
.lang-he .IndexColumn #comparison {
  direction: ltr;
}

@media only screen and (min-width: 1280px) and (max-width: 1479px) {
  /* line 305, ../sass/index/index-columns.scss */
  .IndexColumns .undertitle {
    margin-top: 9px;
  }
  /* line 309, ../sass/index/index-columns.scss */
  .IndexColumns .result {
    gap: 10px;
    margin-top: 70px;
    padding-bottom: calc(15px + 28px);
  }

  /* line 316, ../sass/index/index-columns.scss */
  .IndexColumn {
    gap: 10px;
    width: 16%;
    height: 420px;
  }
  /* line 321, ../sass/index/index-columns.scss */
  .IndexColumn.big {
    width: calc(34% - 15px);
  }
  /* line 325, ../sass/index/index-columns.scss */
  .IndexColumn .alert {
    top: calc(100% + 15px);
    width: 100%;
    gap: 0 10px;
    font-weight: bold;
  }
  /* line 332, ../sass/index/index-columns.scss */
  .IndexColumn #comparison {
    height: 420px;
  }
  /* line 336, ../sass/index/index-columns.scss */
  .IndexColumn figure {
    height: 420px;
  }
  /* line 340, ../sass/index/index-columns.scss */
  .IndexColumn #divisor, .IndexColumn #divisor2, .IndexColumn #divisor3 {
    height: 420px;
  }

  /* line 345, ../sass/index/index-columns.scss */
  .IndexColumnB {
    width: calc((100% - 10px) / 2);
    border-radius: 15px;
    padding: 18px;
  }
  /* line 350, ../sass/index/index-columns.scss */
  .IndexColumnB.bottom {
    height: calc((100% - 10px) / 2);
  }
  /* line 354, ../sass/index/index-columns.scss */
  .IndexColumnB.small {
    height: calc(34% - 10px);
  }
  /* line 357, ../sass/index/index-columns.scss */
  .IndexColumnB.small .icon {
    width: 45px;
    height: 45px;
  }
  /* line 361, ../sass/index/index-columns.scss */
  .IndexColumnB.small .icon img, .IndexColumnB.small .icon svg {
    width: 27px;
    height: 27px;
  }
  /* line 369, ../sass/index/index-columns.scss */
  .IndexColumnB.with-photo .site-title {
    padding: 13px;
    border-radius: 5px;
  }
  /* line 375, ../sass/index/index-columns.scss */
  .IndexColumnB .icon {
    width: 75px;
    height: 75px;
  }
  /* line 379, ../sass/index/index-columns.scss */
  .IndexColumnB .icon img, .IndexColumnB .icon svg {
    width: 44px;
    height: 44px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 391, ../sass/index/index-columns.scss */
  .IndexColumns .undertitle {
    margin-top: 8px;
  }
  /* line 395, ../sass/index/index-columns.scss */
  .IndexColumns .result {
    gap: 8px;
    margin-top: 56px;
    padding-bottom: calc(15px + 28px);
  }

  /* line 402, ../sass/index/index-columns.scss */
  .IndexColumn {
    gap: 8px;
    width: 16%;
    height: 336px;
  }
  /* line 407, ../sass/index/index-columns.scss */
  .IndexColumn.big {
    width: calc(34% - 12px);
  }
  /* line 411, ../sass/index/index-columns.scss */
  .IndexColumn .alert {
    top: calc(100% + 15px);
    gap: 0 8px;
  }
  /* line 415, ../sass/index/index-columns.scss */
  .IndexColumn .alert img {
    height: 18px;
  }
  /* line 420, ../sass/index/index-columns.scss */
  .IndexColumn #comparison {
    height: 336px;
  }
  /* line 424, ../sass/index/index-columns.scss */
  .IndexColumn figure {
    height: 336px;
  }
  /* line 428, ../sass/index/index-columns.scss */
  .IndexColumn #divisor, .IndexColumn #divisor2, .IndexColumn #divisor3 {
    height: 336px;
  }

  /* line 433, ../sass/index/index-columns.scss */
  .IndexColumnB {
    width: calc((100% - 8px) / 2);
    border-radius: 12px;
    padding: 15px;
  }
  /* line 438, ../sass/index/index-columns.scss */
  .IndexColumnB.bottom {
    height: calc((100% - 8px) / 2);
  }
  /* line 442, ../sass/index/index-columns.scss */
  .IndexColumnB.small {
    height: calc(34% - 8px);
  }
  /* line 445, ../sass/index/index-columns.scss */
  .IndexColumnB.small .icon {
    width: 32px;
    height: 32px;
  }
  /* line 449, ../sass/index/index-columns.scss */
  .IndexColumnB.small .icon img, .IndexColumnB.small .icon svg {
    width: 18px;
    height: 18px;
  }
  /* line 457, ../sass/index/index-columns.scss */
  .IndexColumnB.with-photo .site-title {
    padding: 10px;
    border-radius: 4px;
  }
  /* line 463, ../sass/index/index-columns.scss */
  .IndexColumnB .icon {
    width: 60px;
    height: 60px;
  }
  /* line 467, ../sass/index/index-columns.scss */
  .IndexColumnB .icon img, .IndexColumnB .icon svg {
    width: 36px;
    height: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 479, ../sass/index/index-columns.scss */
  .IndexColumns .undertitle {
    margin-top: 5px;
  }
  /* line 483, ../sass/index/index-columns.scss */
  .IndexColumns .result {
    gap: 5px;
    margin-top: 40px;
    padding-bottom: calc(15px + 28px);
  }

  /* line 490, ../sass/index/index-columns.scss */
  .IndexColumn {
    gap: 5px;
    width: 16%;
    height: 258px;
  }
  /* line 495, ../sass/index/index-columns.scss */
  .IndexColumn.big {
    width: calc(34% - 8px);
  }
  /* line 499, ../sass/index/index-columns.scss */
  .IndexColumn .alert {
    top: calc(100% + 15px);
    gap: 0 5px;
  }
  /* line 503, ../sass/index/index-columns.scss */
  .IndexColumn .alert img {
    height: 16px;
  }
  /* line 508, ../sass/index/index-columns.scss */
  .IndexColumn #comparison {
    height: 258px;
  }
  /* line 512, ../sass/index/index-columns.scss */
  .IndexColumn figure {
    height: 258px;
  }
  /* line 516, ../sass/index/index-columns.scss */
  .IndexColumn #divisor, .IndexColumn #divisor2, .IndexColumn #divisor3 {
    height: 258px;
  }

  /* line 521, ../sass/index/index-columns.scss */
  .IndexColumnB {
    width: calc((100% - 5px) / 2);
    border-radius: 10px;
    padding: 10px;
  }
  /* line 526, ../sass/index/index-columns.scss */
  .IndexColumnB.bottom {
    height: calc((100% - 5px) / 2);
  }
  /* line 530, ../sass/index/index-columns.scss */
  .IndexColumnB.small {
    height: calc(34% - 5px);
  }
  /* line 533, ../sass/index/index-columns.scss */
  .IndexColumnB.small .icon {
    width: 28px;
    height: 28px;
  }
  /* line 537, ../sass/index/index-columns.scss */
  .IndexColumnB.small .icon img, .IndexColumnB.small .icon svg {
    width: 16px;
    height: 16px;
  }
  /* line 545, ../sass/index/index-columns.scss */
  .IndexColumnB.with-photo .site-title {
    padding: 5px;
    border-radius: 4px;
  }
  /* line 551, ../sass/index/index-columns.scss */
  .IndexColumnB .icon {
    width: 50px;
    height: 50px;
  }
  /* line 555, ../sass/index/index-columns.scss */
  .IndexColumnB .icon img, .IndexColumnB .icon svg {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 567, ../sass/index/index-columns.scss */
  .IndexColumns .undertitle {
    margin-top: 5px;
  }
  /* line 571, ../sass/index/index-columns.scss */
  .IndexColumns .result {
    gap: 15px;
    margin-top: 30px;
    padding-bottom: 0;
  }

  /* line 578, ../sass/index/index-columns.scss */
  .IndexColumn {
    gap: 15px;
    width: 100%;
    height: auto;
  }
  /* line 583, ../sass/index/index-columns.scss */
  .IndexColumn.big {
    width: 100%;
  }
  /* line 587, ../sass/index/index-columns.scss */
  .IndexColumn .alert {
    position: relative;
    top: 0;
    gap: 0 5px;
  }
  /* line 592, ../sass/index/index-columns.scss */
  .IndexColumn .alert img {
    height: 16px;
  }
  /* line 597, ../sass/index/index-columns.scss */
  .IndexColumn #comparison {
    height: calc(100vw - 30px);
  }
  /* line 601, ../sass/index/index-columns.scss */
  .IndexColumn figure {
    height: calc(100vw - 30px);
  }
  /* line 605, ../sass/index/index-columns.scss */
  .IndexColumn #divisor, .IndexColumn #divisor2, .IndexColumn #divisor3 {
    height: calc(100vw - 30px);
  }
  /* line 610, ../sass/index/index-columns.scss */
  .IndexColumn:nth-child(1) .IndexColumnB {
    width: calc((100% - 15px) / 2) !important;
  }

  /* line 616, ../sass/index/index-columns.scss */
  .IndexColumnB {
    width: calc((100% - 15px) / 2);
    border-radius: 10px;
    padding: 10px;
  }
  /* line 621, ../sass/index/index-columns.scss */
  .IndexColumnB.bottom {
    height: auto;
  }
  /* line 625, ../sass/index/index-columns.scss */
  .IndexColumnB.small {
    height: auto;
  }
  /* line 629, ../sass/index/index-columns.scss */
  .IndexColumnB.small .icon {
    width: 50px;
    height: 50px;
  }
  /* line 633, ../sass/index/index-columns.scss */
  .IndexColumnB.small .icon img, .IndexColumnB.small .icon svg {
    width: 30px;
    height: 30px;
  }
  /* line 640, ../sass/index/index-columns.scss */
  .IndexColumnB.with-photo {
    height: auto;
    aspect-ratio: 16 / 9;
  }
  /* line 644, ../sass/index/index-columns.scss */
  .IndexColumnB.with-photo .site-title {
    padding: 5px;
    border-radius: 4px;
  }
  /* line 650, ../sass/index/index-columns.scss */
  .IndexColumnB .icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }
  /* line 655, ../sass/index/index-columns.scss */
  .IndexColumnB .icon img, .IndexColumnB .icon svg {
    width: 30px;
    height: 30px;
  }
}
/* line 1, ../sass/index/index-achiev.scss */
.IndexAchiev {
  position: relative;
}
/* line 4, ../sass/index/index-achiev.scss */
.IndexAchiev .list {
  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: 50px 150px;
  margin-top: 80px;
}
/* line 19, ../sass/index/index-achiev.scss */
.IndexAchiev li {
  width: calc((100% - 150px * 2) / 3);
}
/* line 22, ../sass/index/index-achiev.scss */
.IndexAchiev li b {
  display: block;
  line-height: 0.8;
  font-size: 100px;
  margin-bottom: 35px;
}
/* line 29, ../sass/index/index-achiev.scss */
.IndexAchiev li span {
  color: #91a49f;
}

/* line 36, ../sass/index/index-achiev.scss */
.lang-he .IndexAchiev {
  direction: rtl;
}

@media only screen and (min-width: 1280px) and (max-width: 1479px) {
  /* line 44, ../sass/index/index-achiev.scss */
  .IndexAchiev .list {
    gap: 44px 130px;
    margin-top: 70px;
  }
  /* line 49, ../sass/index/index-achiev.scss */
  .IndexAchiev li {
    width: calc((100% - 130px * 2) / 3);
  }
  /* line 52, ../sass/index/index-achiev.scss */
  .IndexAchiev li b {
    font-size: 88px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 64, ../sass/index/index-achiev.scss */
  .IndexAchiev .list {
    gap: 35px 105px;
    margin-top: 56px;
  }
  /* line 69, ../sass/index/index-achiev.scss */
  .IndexAchiev li {
    width: calc((100% - 105px * 2) / 3);
  }
  /* line 72, ../sass/index/index-achiev.scss */
  .IndexAchiev li b {
    font-size: 70px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 84, ../sass/index/index-achiev.scss */
  .IndexAchiev .list {
    gap: 25px 80px;
    margin-top: 40px;
  }
  /* line 89, ../sass/index/index-achiev.scss */
  .IndexAchiev li {
    width: calc((100% - 80px * 2) / 3);
  }
  /* line 92, ../sass/index/index-achiev.scss */
  .IndexAchiev li b {
    font-size: 56px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 104, ../sass/index/index-achiev.scss */
  .IndexAchiev .list {
    gap: 15px;
    margin-top: 30px;
  }
  /* line 109, ../sass/index/index-achiev.scss */
  .IndexAchiev li {
    width: calc((100% - 15px) / 2);
  }
  /* line 112, ../sass/index/index-achiev.scss */
  .IndexAchiev li b {
    font-size: 56px;
    margin-bottom: 15px;
  }
}
/* line 1, ../sass/index/index-tiles.scss */
.FR-HW-Tile {
  position: sticky;
  top: 10px;
  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;
  border-radius: 30px;
  padding: 45px 60px;
  margin-bottom: 50px;
}
/* line 19, ../sass/index/index-tiles.scss */
.FR-HW-Tile:nth-child(3) {
  top: 30px;
}
/* line 23, ../sass/index/index-tiles.scss */
.FR-HW-Tile:nth-child(5) {
  top: 60px;
  margin-bottom: 0;
}
/* line 28, ../sass/index/index-tiles.scss */
.FR-HW-Tile.grey {
  background: #E9E9F2;
}
/* line 32, ../sass/index/index-tiles.scss */
.FR-HW-Tile.darkblue {
  background: #43524d;
  color: #fff;
}
/* line 37, ../sass/index/index-tiles.scss */
.FR-HW-Tile.blue {
  background: #91a49f;
  color: #fff;
}
/* line 42, ../sass/index/index-tiles.scss */
.FR-HW-Tile .img {
  position: relative;
  display: block;
  width: 35%;
}
/* line 47, ../sass/index/index-tiles.scss */
.FR-HW-Tile .img img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
}
/* line 56, ../sass/index/index-tiles.scss */
.FR-HW-Tile .desc {
  position: relative;
  width: 50%;
}
/* line 61, ../sass/index/index-tiles.scss */
.FR-HW-Tile .badge {
  display: inline-block;
  position: relative;
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 18px;
  margin-bottom: 15px;
}
/* line 69, ../sass/index/index-tiles.scss */
.FR-HW-Tile .badge.blue {
  background: #91a49f;
  color: #fff;
}
/* line 74, ../sass/index/index-tiles.scss */
.FR-HW-Tile .badge.grey {
  background: #E9E9F2;
  color: #000;
}
/* line 79, ../sass/index/index-tiles.scss */
.FR-HW-Tile .badge.darkblue {
  background: #43524d;
  color: #fff;
}
/* line 85, ../sass/index/index-tiles.scss */
.FR-HW-Tile .site-title {
  margin-bottom: 25px;
}

/* line 91, ../sass/index/index-tiles.scss */
.lang-he .FR-HW-Tile {
  direction: rtl;
}
/* line 94, ../sass/index/index-tiles.scss */
.lang-he .FR-HW-Tile .badge {
  font-size: calc(16px * 1.2);
}

@media only screen and (min-width: 1280px) and (max-width: 1479px) {
  /* line 102, ../sass/index/index-tiles.scss */
  .FR-HW-Tile {
    border-radius: 26px;
    padding: 40px 52px;
    margin-bottom: 44px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 112, ../sass/index/index-tiles.scss */
  .FR-HW-Tile {
    border-radius: 25px;
    padding: 35px 50px;
    margin-bottom: 35px;
  }
  /* line 117, ../sass/index/index-tiles.scss */
  .FR-HW-Tile:nth-child(3) {
    top: 25px;
  }
  /* line 121, ../sass/index/index-tiles.scss */
  .FR-HW-Tile:nth-child(5) {
    top: 50px;
  }
  /* line 125, ../sass/index/index-tiles.scss */
  .FR-HW-Tile .badge {
    font-size: 14px;
    padding: 8px 15px;
    margin-bottom: 10px;
  }
  /* line 131, ../sass/index/index-tiles.scss */
  .FR-HW-Tile .site-title {
    margin-bottom: 20px;
  }

  /* line 138, ../sass/index/index-tiles.scss */
  .lang-he .FR-HW-Tile .badge {
    font-size: calc(14px * 1.2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 148, ../sass/index/index-tiles.scss */
  .FR-HW-Tile {
    border-radius: 20px;
    padding: 15px 25px;
    margin-bottom: 27px;
  }
  /* line 153, ../sass/index/index-tiles.scss */
  .FR-HW-Tile:nth-child(3) {
    top: 25px;
  }
  /* line 157, ../sass/index/index-tiles.scss */
  .FR-HW-Tile:nth-child(5) {
    top: 50px;
  }
  /* line 161, ../sass/index/index-tiles.scss */
  .FR-HW-Tile .badge {
    font-size: 12px;
    padding: 5px 10px;
    margin-bottom: 5px;
  }
  /* line 167, ../sass/index/index-tiles.scss */
  .FR-HW-Tile .site-title {
    margin-bottom: 15px;
  }

  /* line 174, ../sass/index/index-tiles.scss */
  .lang-he .FR-HW-Tile .badge {
    font-size: calc(12px * 1.2);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 184, ../sass/index/index-tiles.scss */
  .FR-HW-Tile {
    gap: 15px;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 15px;
  }
  /* line 190, ../sass/index/index-tiles.scss */
  .FR-HW-Tile .img {
    width: 100%;
  }
  /* line 194, ../sass/index/index-tiles.scss */
  .FR-HW-Tile .desc {
    width: 100%;
  }
  /* line 198, ../sass/index/index-tiles.scss */
  .FR-HW-Tile .badge {
    font-size: 14px;
    padding: 8px 15px;
    margin-bottom: 10px;
  }
  /* line 204, ../sass/index/index-tiles.scss */
  .FR-HW-Tile .site-title {
    margin-bottom: 15px;
  }

  /* line 211, ../sass/index/index-tiles.scss */
  .lang-he .FR-HW-Tile .badge {
    font-size: calc(14px * 1.2);
  }
}
/* line 1, ../sass/index/index-adv.scss */
.IndexAdv {
  position: relative;
}
/* line 4, ../sass/index/index-adv.scss */
.IndexAdv .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: 80px 100px;
  margin-top: 80px;
}

/* line 20, ../sass/index/index-adv.scss */
.IndexAdvB {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  width: calc((100% - 100px * 2) / 3);
  gap: 0 25px;
}
/* line 32, ../sass/index/index-adv.scss */
.IndexAdvB.w50 {
  width: calc((100% - 100px) / 2);
}
/* line 36, ../sass/index/index-adv.scss */
.IndexAdvB svg, .IndexAdvB img {
  display: block;
  width: 45px;
  height: auto;
}
/* line 42, ../sass/index/index-adv.scss */
.IndexAdvB .site-title {
  max-width: calc(100% - 45px - 25px);
}

/* line 48, ../sass/index/index-adv.scss */
.lang-he .IndexAdv {
  direction: rtl;
}

@media only screen and (min-width: 1280px) and (max-width: 1479px) {
  /* line 56, ../sass/index/index-adv.scss */
  .IndexAdv .result {
    gap: 70px 88px;
    margin-top: 70px;
  }

  /* line 62, ../sass/index/index-adv.scss */
  .IndexAdvB {
    width: calc((100% - 88px * 2) / 3);
    gap: 0 22px;
  }
  /* line 66, ../sass/index/index-adv.scss */
  .IndexAdvB.w50 {
    width: calc((100% - 88px) / 2);
  }
  /* line 70, ../sass/index/index-adv.scss */
  .IndexAdvB svg, .IndexAdvB img {
    width: 40px;
  }
  /* line 74, ../sass/index/index-adv.scss */
  .IndexAdvB .site-title {
    max-width: calc(100% - 40px - 22px);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 84, ../sass/index/index-adv.scss */
  .IndexAdv .result {
    gap: 40px 50px;
    margin-top: 56px;
  }

  /* line 90, ../sass/index/index-adv.scss */
  .IndexAdvB {
    width: calc((100% - 50px * 2) / 3);
    gap: 0 18px;
  }
  /* line 94, ../sass/index/index-adv.scss */
  .IndexAdvB.w50 {
    width: calc((100% - 50px) / 2);
  }
  /* line 98, ../sass/index/index-adv.scss */
  .IndexAdvB svg, .IndexAdvB img {
    width: 32px;
  }
  /* line 102, ../sass/index/index-adv.scss */
  .IndexAdvB .site-title {
    max-width: calc(100% - 32px - 18px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 112, ../sass/index/index-adv.scss */
  .IndexAdv .result {
    gap: 15px;
    margin-top: 44px;
  }

  /* line 118, ../sass/index/index-adv.scss */
  .IndexAdvB {
    width: calc((100% - 15px * 2) / 3);
    gap: 0 15px;
  }
  /* line 122, ../sass/index/index-adv.scss */
  .IndexAdvB.w50 {
    width: calc((100% - 15px) / 2);
  }
  /* line 126, ../sass/index/index-adv.scss */
  .IndexAdvB svg, .IndexAdvB img {
    width: 30px;
  }
  /* line 130, ../sass/index/index-adv.scss */
  .IndexAdvB .site-title {
    max-width: calc(100% - 30px - 15px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 140, ../sass/index/index-adv.scss */
  .IndexAdv .result {
    gap: 30px 15px;
    margin-top: 44px;
  }

  /* line 146, ../sass/index/index-adv.scss */
  .IndexAdvB {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    text-align: center;
    gap: 10px;
    width: calc((100% - 15px) / 2);
  }
  /* line 156, ../sass/index/index-adv.scss */
  .IndexAdvB.w50 {
    width: calc((100% - 15px) / 2);
  }
  /* line 160, ../sass/index/index-adv.scss */
  .IndexAdvB svg, .IndexAdvB img {
    width: 30px;
  }
  /* line 164, ../sass/index/index-adv.scss */
  .IndexAdvB .site-title {
    max-width: 100%;
  }
}
/* line 1, ../sass/index/index-advan.scss */
.IndexAdvan {
  position: relative;
}
/* line 4, ../sass/index/index-advan.scss */
.IndexAdvan .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;
  justify-content: space-between;
  gap: 50px 0;
}

/* line 22, ../sass/index/index-advan.scss */
.IndexAdvanL {
  position: relative;
  width: 50%;
}
/* line 26, ../sass/index/index-advan.scss */
.IndexAdvanL .site-title.main {
  margin-bottom: 30px;
}
/* line 30, ../sass/index/index-advan.scss */
.IndexAdvanL .navt {
  position: relative;
  border-bottom: 1px solid #43524d;
  padding: 15px 0;
}
/* line 36, ../sass/index/index-advan.scss */
.IndexAdvanL .navt.active .content {
  transition: 0.5s ease all;
  max-height: 500px;
}
/* line 42, ../sass/index/index-advan.scss */
.IndexAdvanL .navt.active .arrow svg, .IndexAdvanL .navt.active .arrow img {
  transform: rotate(90deg) scale(0.8);
}
/* line 49, ../sass/index/index-advan.scss */
.IndexAdvanL .toggle {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  gap: 0 15px;
}
@media (hover: hover) {
  /* line 61, ../sass/index/index-advan.scss */
  .IndexAdvanL .toggle:hover {
    color: #91a49f;
  }
  /* line 64, ../sass/index/index-advan.scss */
  .IndexAdvanL .toggle:hover .arrow {
    border-color: #91a49f;
    background: #91a49f;
    color: #fff;
  }
}
/* line 73, ../sass/index/index-advan.scss */
.IndexAdvanL .arrow {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 50px;
  min-width: 50px;
  height: 30px;
  border: 1px solid #43524d;
  transition: 0.3s ease all;
  border-radius: 15px;
}
/* line 89, ../sass/index/index-advan.scss */
.IndexAdvanL .arrow svg, .IndexAdvanL .arrow img {
  display: block;
  width: 20px;
  height: auto;
  transition: 0.3s ease all;
}
/* line 97, ../sass/index/index-advan.scss */
.IndexAdvanL .content {
  position: relative;
  overflow: hidden;
  max-height: 0;
}
/* line 102, ../sass/index/index-advan.scss */
.IndexAdvanL .content .site-text {
  padding-top: 10px;
}

/* line 108, ../sass/index/index-advan.scss */
.IndexAdvanR {
  position: relative;
  background: #e4e9eb;
  width: calc(50% - 50px);
  border-radius: 20px;
  padding: 30px;
}
/* line 115, ../sass/index/index-advan.scss */
.IndexAdvanR.transparent {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  gap: 0 50px;
  background: transparent;
  padding: 0;
}
/* line 126, ../sass/index/index-advan.scss */
.IndexAdvanR.transparent .toggleBlock {
  padding: 0;
  margin-top: 0;
}
/* line 132, ../sass/index/index-advan.scss */
.IndexAdvanR .right {
  width: 400px;
}
/* line 136, ../sass/index/index-advan.scss */
.IndexAdvanR .left {
  width: calc(100% - 50px - 400px);
}
/* line 140, ../sass/index/index-advan.scss */
.IndexAdvanR .toggleBlock {
  position: relative;
  margin-top: 30px;
  padding-left: 50px;
}
/* line 146, ../sass/index/index-advan.scss */
.IndexAdvanR .navt {
  position: relative;
  padding-bottom: 20px;
}
/* line 151, ../sass/index/index-advan.scss */
.IndexAdvanR .navt:nth-child(1):before {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: -40px;
  width: 2px;
  height: 17px;
  background: rgba(67, 82, 77, 0);
  background: -moz-linear-gradient(top, rgba(67, 82, 77, 0) 0%, #43524d 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(67, 82, 77, 0)), color-stop(100%, #43524d));
  background: -webkit-linear-gradient(top, rgba(67, 82, 77, 0) 0%, #43524d 100%);
  background: -o-linear-gradient(top, rgba(67, 82, 77, 0) 0%, #43524d 100%);
  background: -ms-linear-gradient(top, rgba(67, 82, 77, 0) 0%, #43524d 100%);
  background: linear-gradient(to bottom, rgba(67, 82, 77, 0) 0%, #43524d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43524d', endColorstr='#43524d', GradientType=0 );
}
/* line 170, ../sass/index/index-advan.scss */
.IndexAdvanR .navt:nth-last-child(1) {
  padding-bottom: 0;
}
/* line 173, ../sass/index/index-advan.scss */
.IndexAdvanR .navt:nth-last-child(1):after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: -40px;
  width: 2px;
  height: 100%;
  background: #43524d;
  background: -moz-linear-gradient(top, #43524d 0%, rgba(67, 82, 77, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #43524d), color-stop(100%, rgba(67, 82, 77, 0)));
  background: -webkit-linear-gradient(top, #43524d 0%, rgba(67, 82, 77, 0) 100%);
  background: -o-linear-gradient(top, #43524d 0%, rgba(67, 82, 77, 0) 100%);
  background: -ms-linear-gradient(top, #43524d 0%, rgba(67, 82, 77, 0) 100%);
  background: linear-gradient(to bottom, #43524d 0%, rgba(67, 82, 77, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43524d', endColorstr='#43524d', GradientType=0 );
}
/* line 194, ../sass/index/index-advan.scss */
.IndexAdvanR .navt.active .toggle:before {
  background: #00e02d;
}
/* line 198, ../sass/index/index-advan.scss */
.IndexAdvanR .navt.active .toggle .img {
  width: 200px;
}
/* line 201, ../sass/index/index-advan.scss */
.IndexAdvanR .navt.active .toggle .img img {
  transform: scale(1);
}
/* line 207, ../sass/index/index-advan.scss */
.IndexAdvanR .navt.active .toggle .info .desc {
  max-height: 300px;
  margin-top: 5px;
}
/* line 212, ../sass/index/index-advan.scss */
.IndexAdvanR .navt.active .toggle .info:after {
  transform: rotate(45deg);
}
/* line 219, ../sass/index/index-advan.scss */
.IndexAdvanR .navt:after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: -40px;
  width: 2px;
  height: 100%;
  background: #43524d;
}
/* line 231, ../sass/index/index-advan.scss */
.IndexAdvanR .toggle {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  cursor: pointer;
  border: 1px solid #43524d;
  border-radius: 15px;
  z-index: 2;
}
/* line 243, ../sass/index/index-advan.scss */
.IndexAdvanR .toggle:before {
  content: '';
  display: block;
  position: absolute;
  left: -45px;
  top: calc(50% - 13px);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #43524d;
}
/* line 255, ../sass/index/index-advan.scss */
.IndexAdvanR .toggle .img {
  display: block;
  overflow: hidden;
  width: 0;
  transition: 0.5s all;
  border-radius: 0 15px 15px 0;
}
/* line 262, ../sass/index/index-advan.scss */
.IndexAdvanR .toggle .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(0);
  transform-origin: right center;
  transition: 0.5s all;
}
/* line 273, ../sass/index/index-advan.scss */
.IndexAdvanR .toggle .info {
  transition: 0.5s width;
  flex: 1;
  padding: 10px;
}
/* line 278, ../sass/index/index-advan.scss */
.IndexAdvanR .toggle .info .desc {
  overflow: hidden;
  max-height: 0;
  transition: 0.5s all;
}
/* line 284, ../sass/index/index-advan.scss */
.IndexAdvanR .toggle .info:after {
  content: '+';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  font-size: 40px;
  line-height: 16px;
  transition: 0.5s all;
}
@media (hover: hover) {
  /* line 300, ../sass/index/index-advan.scss */
  .IndexAdvanR .toggle:hover .info .site-title {
    color: #91a49f;
  }
  /* line 305, ../sass/index/index-advan.scss */
  .IndexAdvanR .toggle:hover:before {
    background: #91a49f;
  }
}
/* line 312, ../sass/index/index-advan.scss */
.IndexAdvanR .content {
  position: relative;
  overflow: hidden;
  max-height: 0;
}
/* line 317, ../sass/index/index-advan.scss */
.IndexAdvanR .content .img {
  display: block;
  margin-top: 15px;
}
/* line 321, ../sass/index/index-advan.scss */
.IndexAdvanR .content .img img {
  display: block;
  height: 120px;
  object-fit: contain;
  border-radius: 10px;
}
/* line 329, ../sass/index/index-advan.scss */
.IndexAdvanR .content .site-text {
  margin-top: 15px;
}

/* line 336, ../sass/index/index-advan.scss */
.lang-he .IndexAdvan {
  direction: rtl;
}
/* line 344, ../sass/index/index-advan.scss */
.lang-he .IndexAdvanL .navt.active .arrow svg, .lang-he .IndexAdvanL .navt.active .arrow img {
  transform: rotate(270deg) scale(0.8);
}
/* line 352, ../sass/index/index-advan.scss */
.lang-he .IndexAdvanL .arrow svg, .lang-he .IndexAdvanL .arrow img {
  transform: rotate(90deg) scale(0.8);
}
/* line 359, ../sass/index/index-advan.scss */
.lang-he .IndexAdvanR .toggleBlock {
  padding-right: 50px;
  padding-left: 0;
}
/* line 366, ../sass/index/index-advan.scss */
.lang-he .IndexAdvanR .navt:nth-child(1):before {
  right: -40px;
  left: auto;
}
/* line 373, ../sass/index/index-advan.scss */
.lang-he .IndexAdvanR .navt:nth-last-child(1):after {
  right: -40px;
  left: auto;
}
/* line 379, ../sass/index/index-advan.scss */
.lang-he .IndexAdvanR .navt:after {
  right: -40px;
  left: auto;
}
/* line 386, ../sass/index/index-advan.scss */
.lang-he .IndexAdvanR .toggle:before {
  right: -53px;
  left: auto;
}

@media only screen and (min-width: 1280px) and (max-width: 1479px) {
  /* line 397, ../sass/index/index-advan.scss */
  .IndexAdvanL .site-title.main {
    margin-bottom: 27px;
  }
  /* line 401, ../sass/index/index-advan.scss */
  .IndexAdvanL .navt {
    padding: 14px 0;
  }
  /* line 405, ../sass/index/index-advan.scss */
  .IndexAdvanL .toggle {
    gap: 0 15px;
  }
  /* line 409, ../sass/index/index-advan.scss */
  .IndexAdvanL .arrow {
    width: 45px;
    min-width: 45px;
    height: 27px;
  }
  /* line 414, ../sass/index/index-advan.scss */
  .IndexAdvanL .arrow svg, .IndexAdvanL .arrow img {
    width: 18px;
  }

  /* line 420, ../sass/index/index-advan.scss */
  .IndexAdvanR {
    width: calc(50% - 45px);
    border-radius: 18px;
    padding: 27px;
    gap: 0 40px;
  }
  /* line 426, ../sass/index/index-advan.scss */
  .IndexAdvanR.transparent {
    gap: 0 40px;
  }
  /* line 430, ../sass/index/index-advan.scss */
  .IndexAdvanR .right {
    width: 370px;
  }
  /* line 434, ../sass/index/index-advan.scss */
  .IndexAdvanR .left {
    width: calc(100% - 40px - 370px);
  }
  /* line 438, ../sass/index/index-advan.scss */
  .IndexAdvanR .toggleBlock {
    margin-top: 27px;
    padding-left: 45px;
  }
  /* line 443, ../sass/index/index-advan.scss */
  .IndexAdvanR .navt {
    padding-bottom: 18px;
  }
  /* line 447, ../sass/index/index-advan.scss */
  .IndexAdvanR .navt:nth-child(1):before {
    top: -10px;
    left: -35px;
    width: 2px;
    height: 17px;
  }
  /* line 456, ../sass/index/index-advan.scss */
  .IndexAdvanR .navt:nth-last-child(1):after {
    left: -35px;
    width: 2px;
  }
  /* line 462, ../sass/index/index-advan.scss */
  .IndexAdvanR .navt:after {
    top: 7px;
    left: -35px;
    width: 2px;
  }
  /* line 468, ../sass/index/index-advan.scss */
  .IndexAdvanR .navt.active .toggle .img {
    width: 180px;
  }
  /* line 474, ../sass/index/index-advan.scss */
  .IndexAdvanR .toggle:before {
    left: -40px;
    width: 23px;
    height: 23px;
  }
  /* line 482, ../sass/index/index-advan.scss */
  .IndexAdvanR .content .img {
    margin-top: 14px;
  }
  /* line 485, ../sass/index/index-advan.scss */
  .IndexAdvanR .content .img img {
    height: 108px;
    border-radius: 9px;
  }
  /* line 491, ../sass/index/index-advan.scss */
  .IndexAdvanR .content .site-text {
    margin-top: 14px;
  }

  /* line 499, ../sass/index/index-advan.scss */
  .lang-he .IndexAdvanR .toggleBlock {
    padding-right: 45px;
  }
  /* line 505, ../sass/index/index-advan.scss */
  .lang-he .IndexAdvanR .navt:nth-child(1):before {
    right: -35px;
  }
  /* line 511, ../sass/index/index-advan.scss */
  .lang-he .IndexAdvanR .navt:nth-last-child(1):after {
    right: -35px;
  }
  /* line 516, ../sass/index/index-advan.scss */
  .lang-he .IndexAdvanR .navt:after {
    right: -35px;
  }
  /* line 522, ../sass/index/index-advan.scss */
  .lang-he .IndexAdvanR .toggle:before {
    right: -47px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1279px) {
  /* line 534, ../sass/index/index-advan.scss */
  .IndexAdvanL .site-title.main {
    margin-bottom: 22px;
  }
  /* line 538, ../sass/index/index-advan.scss */
  .IndexAdvanL .navt {
    padding: 12px 0;
  }
  /* line 542, ../sass/index/index-advan.scss */
  .IndexAdvanL .toggle {
    gap: 0 10px;
  }
  /* line 546, ../sass/index/index-advan.scss */
  .IndexAdvanL .arrow {
    width: 40px;
    min-width: 40px;
    height: 24px;
  }
  /* line 551, ../sass/index/index-advan.scss */
  .IndexAdvanL .arrow svg, .IndexAdvanL .arrow img {
    width: 16px;
  }

  /* line 557, ../sass/index/index-advan.scss */
  .IndexAdvanR {
    width: calc(50% - 35px);
    border-radius: 15px;
    padding: 22px;
  }
  /* line 562, ../sass/index/index-advan.scss */
  .IndexAdvanR.transparent {
    gap: 0 30px;
  }
  /* line 566, ../sass/index/index-advan.scss */
  .IndexAdvanR .right {
    width: 260px;
  }
  /* line 570, ../sass/index/index-advan.scss */
  .IndexAdvanR .left {
    width: calc(100% - 30px - 260px);
  }
  /* line 574, ../sass/index/index-advan.scss */
  .IndexAdvanR .toggleBlock {
    margin-top: 22px;
    padding-left: 35px;
  }
  /* line 579, ../sass/index/index-advan.scss */
  .IndexAdvanR .navt {
    padding-bottom: 15px;
  }
  /* line 583, ../sass/index/index-advan.scss */
  .IndexAdvanR .navt:nth-child(1):before {
    top: -10px;
    left: -30px;
    width: 2px;
    height: 17px;
  }
  /* line 592, ../sass/index/index-advan.scss */
  .IndexAdvanR .navt:nth-last-child(1):after {
    left: -30px;
  }
  /* line 597, ../sass/index/index-advan.scss */
  .IndexAdvanR .navt:after {
    top: 7px;
    left: -30px;
    width: 2px;
  }
  /* line 603, ../sass/index/index-advan.scss */
  .IndexAdvanR .navt.active .toggle .img {
    width: 150px;
  }
  /* line 609, ../sass/index/index-advan.scss */
  .IndexAdvanR .toggle:before {
    left: -35px;
    width: 21px;
    height: 21px;
  }
  /* line 617, ../sass/index/index-advan.scss */
  .IndexAdvanR .content .img {
    margin-top: 12px;
  }
  /* line 620, ../sass/index/index-advan.scss */
  .IndexAdvanR .content .img img {
    height: 95px;
    border-radius: 7px;
  }
  /* line 626, ../sass/index/index-advan.scss */
  .IndexAdvanR .content .site-text {
    margin-top: 12px;
  }

  /* line 634, ../sass/index/index-advan.scss */
  .lang-he .IndexAdvanR .toggleBlock {
    padding-right: 40px;
  }
  /* line 640, ../sass/index/index-advan.scss */
  .lang-he .IndexAdvanR .navt:nth-child(1):before {
    right: -30px;
  }
  /* line 646, ../sass/index/index-advan.scss */
  .lang-he .IndexAdvanR .navt:nth-last-child(1):after {
    right: -30px;
  }
  /* line 651, ../sass/index/index-advan.scss */
  .lang-he .IndexAdvanR .navt:after {
    right: -30px;
  }
  /* line 657, ../sass/index/index-advan.scss */
  .lang-he .IndexAdvanR .toggle:before {
    right: -41px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 669, ../sass/index/index-advan.scss */
  .IndexAdvanL {
    width: 100%;
  }

  /* line 673, ../sass/index/index-advan.scss */
  .IndexAdvanR {
    width: 100%;
    padding: 15px;
    margin-top: 30px;
  }
  /* line 678, ../sass/index/index-advan.scss */
  .IndexAdvanR.transparent {
    gap: 0 20px;
  }
  /* line 682, ../sass/index/index-advan.scss */
  .IndexAdvanR .right {
    width: 225px;
  }
  /* line 686, ../sass/index/index-advan.scss */
  .IndexAdvanR .left {
    width: calc(100% - 20px - 225px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 695, ../sass/index/index-advan.scss */
  .IndexAdvanL {
    width: 100%;
  }

  /* line 699, ../sass/index/index-advan.scss */
  .IndexAdvanR {
    width: 100%;
    padding: 15px;
    margin-top: 30px;
  }
  /* line 704, ../sass/index/index-advan.scss */
  .IndexAdvanR.transparent {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  /* line 713, ../sass/index/index-advan.scss */
  .IndexAdvanR .left, .IndexAdvanR .right {
    width: 100%;
  }
  /* line 717, ../sass/index/index-advan.scss */
  .IndexAdvanR .navt.active .toggle .img {
    height: 135px;
    width: 100%;
  }
  /* line 722, ../sass/index/index-advan.scss */
  .IndexAdvanR .toggle {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  /* line 729, ../sass/index/index-advan.scss */
  .IndexAdvanR .toggle:before {
    width: 16px;
    height: 16px;
  }
  /* line 734, ../sass/index/index-advan.scss */
  .IndexAdvanR .toggle .img {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
    width: 100%;
    height: 0;
    border-radius: 0 0 15px 15px;
  }
  /* line 744, ../sass/index/index-advan.scss */
  .IndexAdvanR .toggle .img img {
    transform-origin: center bottom;
  }
  /* line 750, ../sass/index/index-advan.scss */
  .IndexAdvanR .content .img img {
    height: 120px;
  }

  /* line 758, ../sass/index/index-advan.scss */
  .lang-he .IndexAdvanR .toggle:before {
    right: -38px;
  }
}
/* line 1, ../sass/index/index-ready.scss */
.IndexReady {
  position: relative;
}
/* line 4, ../sass/index/index-ready.scss */
.IndexReady .site-title {
  margin-bottom: 50px;
}
/* line 7, ../sass/index/index-ready.scss */
.IndexReady .site-title span {
  color: #91a49f;
}

/* line 14, ../sass/index/index-ready.scss */
.lang-he .IndexReady {
  direction: rtl;
}

@media only screen and (min-width: 1280px) and (max-width: 1479px) {
  /* line 22, ../sass/index/index-ready.scss */
  .IndexReady .site-title {
    margin-bottom: 44px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 32, ../sass/index/index-ready.scss */
  .IndexReady .site-title {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 42, ../sass/index/index-ready.scss */
  .IndexReady .site-title {
    margin-bottom: 27px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 52, ../sass/index/index-ready.scss */
  .IndexReady .site-title {
    margin-bottom: 20px;
  }
}
/* line 1, ../sass/index/index-blog.scss */
.IndexBlog {
  position: relative;
  background: #f4f6f5;
}
/* line 5, ../sass/index/index-blog.scss */
.IndexBlog .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;
  margin: 0 auto;
  max-width: 1000px;
  gap: 30px;
  margin-top: 50px;
}
/* line 22, ../sass/index/index-blog.scss */
.IndexBlog .site-btn {
  margin-top: 50px;
}
/* line 26, ../sass/index/index-blog.scss */
.IndexBlog .pagination {
  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: center;
  gap: 16px;
  width: 100%;
  margin-top: 50px;
}
/* line 43, ../sass/index/index-blog.scss */
.IndexBlog .pagination .pagination {
  margin-top: 0;
}
/* line 48, ../sass/index/index-blog.scss */
.IndexBlog .page-item {
  position: relative;
}
/* line 51, ../sass/index/index-blog.scss */
.IndexBlog .page-item:nth-child(1), .IndexBlog .page-item:nth-child(2), .IndexBlog .page-item:nth-last-child(1), .IndexBlog .page-item:nth-last-child(2) {
  display: none;
}
/* line 56, ../sass/index/index-blog.scss */
.IndexBlog .page-item.active .page-link {
  background: #43524d;
}
/* line 62, ../sass/index/index-blog.scss */
.IndexBlog .page-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background: #91a49f;
  border-radius: 8px;
  color: #fff;
  height: 38px;
  width: 38px;
  font-size: 16px;
}
@media (hover: hover) {
  /* line 79, ../sass/index/index-blog.scss */
  .IndexBlog .page-link:hover {
    background: #43524d;
  }
}

/* line 86, ../sass/index/index-blog.scss */
.IndexBlogB {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 5px #0003;
  width: calc((100% - 30px * 2) / 3);
}
/* line 94, ../sass/index/index-blog.scss */
.IndexBlogB.blog71 {
  width: 100%;
}
/* line 98, ../sass/index/index-blog.scss */
.IndexBlogB .img {
  display: block;
  overflow: hidden;
  isolation: isolate;
  aspect-ratio: 15/5;
}
/* line 104, ../sass/index/index-blog.scss */
.IndexBlogB .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease all;
}
/* line 113, ../sass/index/index-blog.scss */
.IndexBlogB .info {
  padding: 20px;
}
/* line 117, ../sass/index/index-blog.scss */
.IndexBlogB .site-title {
  margin-bottom: 10px;
  transition: 0.3s ease all;
}
/* line 122, ../sass/index/index-blog.scss */
.IndexBlogB .date {
  font-family: "almoni-light";
  line-height: 1;
}
/* line 127, ../sass/index/index-blog.scss */
.IndexBlogB .text {
  margin-top: 10px;
}
@media (hover: hover) {
  /* line 134, ../sass/index/index-blog.scss */
  .IndexBlogB:hover .img img {
    transform: scale(1.1);
  }
  /* line 139, ../sass/index/index-blog.scss */
  .IndexBlogB:hover .site-title {
    color: #91a49f;
  }
}

/* line 147, ../sass/index/index-blog.scss */
.lang-he .IndexBlog {
  direction: rtl;
}

@media only screen and (min-width: 1280px) and (max-width: 1479px) {
  /* line 155, ../sass/index/index-blog.scss */
  .IndexBlog .result {
    margin-top: 44px;
  }
  /* line 159, ../sass/index/index-blog.scss */
  .IndexBlog .site-btn {
    margin-top: 44px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 169, ../sass/index/index-blog.scss */
  .IndexBlog .result {
    gap: 20px;
    margin-top: 35px;
  }
  /* line 174, ../sass/index/index-blog.scss */
  .IndexBlog .site-btn {
    margin-top: 35px;
  }

  /* line 179, ../sass/index/index-blog.scss */
  .IndexBlogB {
    width: calc((100% - 20px * 2) / 3);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 188, ../sass/index/index-blog.scss */
  .IndexBlog .result {
    gap: 30px;
    margin-top: 35px;
  }
  /* line 193, ../sass/index/index-blog.scss */
  .IndexBlog .site-btn {
    margin-top: 35px;
  }

  /* line 198, ../sass/index/index-blog.scss */
  .IndexBlogB {
    width: calc((100% - 30px) / 2);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 207, ../sass/index/index-blog.scss */
  .IndexBlog .result {
    gap: 15px;
    margin-top: 35px;
  }
  /* line 212, ../sass/index/index-blog.scss */
  .IndexBlog .result.catalog .IndexBlogB {
    width: 100%;
  }
  /* line 218, ../sass/index/index-blog.scss */
  .IndexBlog .site-btn {
    margin-top: 35px;
  }
  /* line 222, ../sass/index/index-blog.scss */
  .IndexBlog .pagination {
    gap: 8px;
    margin-top: 30px;
  }
  /* line 227, ../sass/index/index-blog.scss */
  .IndexBlog .page-link {
    height: 30px;
    width: 30px;
    font-size: 14px;
  }

  /* line 234, ../sass/index/index-blog.scss */
  .IndexBlogB {
    width: 100%;
  }
  /* line 237, ../sass/index/index-blog.scss */
  .IndexBlogB .info {
    padding: 15px;
  }
  /* line 241, ../sass/index/index-blog.scss */
  .IndexBlogB .site-title.fz22 {
    font-size: 22px;
  }
  /* line 245, ../sass/index/index-blog.scss */
  .IndexBlogB .site-text.text {
    font-size: 18px;
  }
}
/* line 1, ../sass/index/index-services.scss */
.IndexServices {
  position: relative;
  contain: layout;
}
/* line 5, ../sass/index/index-services.scss */
.IndexServices .result {
  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;
  counter-reset: section;
  margin-top: 125px;
  gap: 150px 0;
}

/* line 23, ../sass/index/index-services.scss */
.IndexServicesWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  margin-top: 30px;
}

/* line 31, ../sass/index/index-services.scss */
.IndexServiceBv2 {
  width: calc(100% / 4 - 8px);
  background: #e4e9eb;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: space-between;
  min-height: 270px;
  transition: .3s ease-in-out;
}
/* line 43, ../sass/index/index-services.scss */
.IndexServiceBv2 b {
  font-weight: 700;
}
@media (hover: hover) {
  /* line 47, ../sass/index/index-services.scss */
  .IndexServiceBv2:hover {
    background-color: #43524d;
    color: #fff;
  }
}
/* line 53, ../sass/index/index-services.scss */
.IndexServiceBv2:nth-child(5) {
  margin-left: calc(100% / 4 - -2px);
}

/* line 58, ../sass/index/index-services.scss */
.IndexServiceB {
  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;
}
/* line 72, ../sass/index/index-services.scss */
.IndexServiceB .left {
  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;
  width: 50%;
  border-left: 1px solid #91a49f;
  padding-left: 50px;
}
/* line 88, ../sass/index/index-services.scss */
.IndexServiceB .left:before {
  counter-increment: section;
  content: "0" counter(section);
  line-height: 1;
  color: #91a49f;
  font-size: 78px;
}
/* line 96, ../sass/index/index-services.scss */
.IndexServiceB .left .site-title {
  margin-top: 160px;
}
/* line 99, ../sass/index/index-services.scss */
.IndexServiceB .left .site-title.normal {
  margin-top: 25px;
}
/* line 104, ../sass/index/index-services.scss */
.IndexServiceB .left .site-text {
  margin-top: 25px;
}
/* line 109, ../sass/index/index-services.scss */
.IndexServiceB .right {
  position: relative;
  width: 40%;
}
/* line 113, ../sass/index/index-services.scss */
.IndexServiceB .right:before, .IndexServiceB .right:after {
  content: '';
  display: block;
  position: absolute;
  left: -20%;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  z-index: 1;
  background: rgba(145, 164, 159, 0.05);
}
/* line 127, ../sass/index/index-services.scss */
.IndexServiceB .right:after {
  transform: translateY(-50%) scale(0.85);
  background: rgba(67, 82, 77, 0.1);
}
/* line 132, ../sass/index/index-services.scss */
.IndexServiceB .right .img {
  display: block;
  position: relative;
  z-index: 3;
}
/* line 137, ../sass/index/index-services.scss */
.IndexServiceB .right .img img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 15px;
}
/* line 146, ../sass/index/index-services.scss */
.IndexServiceB:nth-child(2n) {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
/* line 154, ../sass/index/index-services.scss */
.IndexServiceB:nth-last-child(1) {
  padding-bottom: 50px;
}

/* line 160, ../sass/index/index-services.scss */
.lang-he .IndexServices {
  direction: rtl;
}
/* line 165, ../sass/index/index-services.scss */
.lang-he .IndexServiceB .left {
  border-left: none;
  padding-left: 0;
  border-right: 1px solid #91a49f;
  padding-right: 50px;
}

@media only screen and (min-width: 1280px) and (max-width: 1479px) {
  /* line 177, ../sass/index/index-services.scss */
  .IndexServices .result {
    margin-top: 110px;
    gap: 130px 0;
  }

  /* line 184, ../sass/index/index-services.scss */
  .IndexServiceB .left {
    padding-left: 44px;
  }
  /* line 187, ../sass/index/index-services.scss */
  .IndexServiceB .left:before {
    font-size: 68px;
  }
  /* line 191, ../sass/index/index-services.scss */
  .IndexServiceB .left .site-title {
    margin-top: 140px;
  }
  /* line 195, ../sass/index/index-services.scss */
  .IndexServiceB .left .site-text {
    margin-top: 22px;
  }
  /* line 202, ../sass/index/index-services.scss */
  .IndexServiceB .right .img img {
    border-radius: 15px;
  }
  /* line 208, ../sass/index/index-services.scss */
  .IndexServiceB:nth-last-child(1) {
    padding-bottom: 44px;
  }

  /* line 215, ../sass/index/index-services.scss */
  .lang-he .IndexServiceB .left {
    padding-right: 44px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 226, ../sass/index/index-services.scss */
  .IndexServices .result {
    margin-top: 88px;
    gap: 104px 0;
  }

  /* line 233, ../sass/index/index-services.scss */
  .IndexServicesWrapper {
    margin-top: 25px;
  }

  /* line 237, ../sass/index/index-services.scss */
  .IndexServiceBv2 {
    width: calc(100% / 2 - 5px);
    gap: 15px;
    min-height: 240px;
  }
  /* line 242, ../sass/index/index-services.scss */
  .IndexServiceBv2:nth-child(5) {
    margin-left: 0;
  }

  /* line 250, ../sass/index/index-services.scss */
  .IndexServiceB .left {
    padding-left: 35px;
  }
  /* line 253, ../sass/index/index-services.scss */
  .IndexServiceB .left:before {
    font-size: 54px;
  }
  /* line 257, ../sass/index/index-services.scss */
  .IndexServiceB .left .site-title {
    margin-top: 112px;
  }
  /* line 261, ../sass/index/index-services.scss */
  .IndexServiceB .left .site-text {
    margin-top: 18px;
  }
  /* line 268, ../sass/index/index-services.scss */
  .IndexServiceB .right .img img {
    border-radius: 12px;
  }
  /* line 274, ../sass/index/index-services.scss */
  .IndexServiceB:nth-last-child(1) {
    padding-bottom: 35px;
  }

  /* line 281, ../sass/index/index-services.scss */
  .lang-he .IndexServiceB .left {
    padding-right: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 292, ../sass/index/index-services.scss */
  .IndexServices .result {
    margin-top: 68px;
    gap: 80px 0;
  }

  /* line 299, ../sass/index/index-services.scss */
  .IndexServicesWrapper {
    margin-top: 25px;
  }

  /* line 303, ../sass/index/index-services.scss */
  .IndexServiceBv2 {
    width: calc(100% / 2 - 5px);
    gap: 15px;
    min-height: 210px;
  }
  /* line 308, ../sass/index/index-services.scss */
  .IndexServiceBv2:nth-child(5) {
    margin-left: 0;
  }

  /* line 315, ../sass/index/index-services.scss */
  .IndexServiceB .left {
    padding-left: 27px;
  }
  /* line 318, ../sass/index/index-services.scss */
  .IndexServiceB .left:before {
    font-size: 42px;
  }
  /* line 322, ../sass/index/index-services.scss */
  .IndexServiceB .left .site-title {
    margin-top: 86px;
  }
  /* line 326, ../sass/index/index-services.scss */
  .IndexServiceB .left .site-text {
    margin-top: 14px;
  }
  /* line 333, ../sass/index/index-services.scss */
  .IndexServiceB .right .img img {
    border-radius: 10px;
  }
  /* line 339, ../sass/index/index-services.scss */
  .IndexServiceB:nth-last-child(1) {
    padding-bottom: 27px;
  }

  /* line 346, ../sass/index/index-services.scss */
  .lang-he .IndexServiceB .left {
    padding-right: 27px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 357, ../sass/index/index-services.scss */
  .IndexServices .result {
    margin-top: 30px;
    gap: 60px 0;
  }

  /* line 363, ../sass/index/index-services.scss */
  .IndexServicesWrapper {
    margin-top: 15px;
  }

  /* line 367, ../sass/index/index-services.scss */
  .IndexServiceBv2 {
    width: 100%;
    gap: 15px;
    min-height: 180px;
    padding: 20px;
  }
  /* line 373, ../sass/index/index-services.scss */
  .IndexServiceBv2:nth-child(5) {
    margin-left: 0;
  }

  /* line 380, ../sass/index/index-services.scss */
  .IndexServiceB .left {
    width: 100%;
    padding-left: 15px;
  }
  /* line 384, ../sass/index/index-services.scss */
  .IndexServiceB .left:before {
    font-size: 42px;
  }
  /* line 388, ../sass/index/index-services.scss */
  .IndexServiceB .left .site-title {
    margin-top: 30px;
  }
  /* line 392, ../sass/index/index-services.scss */
  .IndexServiceB .left .site-text {
    margin-top: 10px;
  }
  /* line 397, ../sass/index/index-services.scss */
  .IndexServiceB .right {
    width: 100%;
    margin-top: 30px;
  }
  /* line 401, ../sass/index/index-services.scss */
  .IndexServiceB .right:before, .IndexServiceB .right:after {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /* line 406, ../sass/index/index-services.scss */
  .IndexServiceB .right:after {
    transform: translate(-50%, -50%) scale(0.85);
  }
  /* line 411, ../sass/index/index-services.scss */
  .IndexServiceB:nth-child(2n) {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
  }
  /* line 419, ../sass/index/index-services.scss */
  .IndexServiceB:nth-last-child(1) {
    padding-bottom: 50px;
  }

  /* line 426, ../sass/index/index-services.scss */
  .lang-he .IndexServiceB .left {
    padding-right: 15px;
  }
}
/* line 1, ../sass/index/index-number.scss */
.IndexNumber {
  position: relative;
  contain: layout;
}
/* line 5, ../sass/index/index-number.scss */
.IndexNumber .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}

/* line 16, ../sass/index/index-number.scss */
.IndexNumberB {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  border-radius: 40px;
  aspect-ratio: 10/13;
  min-width: calc((100% + 20px * 3) / 4);
  width: calc((100% + 20px * 3) / 4);
  margin-left: -20px;
}
/* line 26, ../sass/index/index-number.scss */
.IndexNumberB:nth-child(1) {
  margin-left: 0;
}
/* line 30, ../sass/index/index-number.scss */
.IndexNumberB:not(.video) {
  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;
  padding: 25px;
}
/* line 44, ../sass/index/index-number.scss */
.IndexNumberB.darkgreen, .IndexNumberB.green {
  background: #43524d;
  color: #fff;
}
/* line 48, ../sass/index/index-number.scss */
.IndexNumberB.darkgreen .site-title.fz34, .IndexNumberB.green .site-title.fz34 {
  border-color: #fff;
}
/* line 53, ../sass/index/index-number.scss */
.IndexNumberB.green {
  background: #91a49f;
}
/* line 57, ../sass/index/index-number.scss */
.IndexNumberB video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 64, ../sass/index/index-number.scss */
.IndexNumberB .site-title.fz34 {
  margin-top: auto;
  border-bottom: 2px solid #000;
}
/* line 69, ../sass/index/index-number.scss */
.IndexNumberB .site-text {
  margin-top: 7px;
}
/* line 73, ../sass/index/index-number.scss */
.IndexNumberB:nth-child(1) {
  transform: rotate(-6deg);
}
/* line 77, ../sass/index/index-number.scss */
.IndexNumberB:nth-child(2) {
  transform: rotate(3deg) translateY(25px);
}
/* line 81, ../sass/index/index-number.scss */
.IndexNumberB:nth-child(3) {
  transform: rotate(-7deg) translateY(10px);
}
/* line 85, ../sass/index/index-number.scss */
.IndexNumberB:nth-child(4) {
  transform: rotate(-3deg) translateY(5px);
}
@media (hover: hover) {
  /* line 90, ../sass/index/index-number.scss */
  .IndexNumberB:hover {
    margin: 0 50px;
    transform: none;
  }
}

/* line 98, ../sass/index/index-number.scss */
.lang-he .IndexNumber {
  direction: rtl;
}
/* line 102, ../sass/index/index-number.scss */
.lang-he .IndexNumberB {
  margin-right: -20px;
  margin-left: -0px;
}
/* line 106, ../sass/index/index-number.scss */
.lang-he .IndexNumberB:nth-child(1) {
  margin-right: 0;
}
/* line 110, ../sass/index/index-number.scss */
.lang-he .IndexNumberB:nth-child(1) {
  transform: rotate(6deg);
}
/* line 114, ../sass/index/index-number.scss */
.lang-he .IndexNumberB:nth-child(2) {
  transform: rotate(-3deg) translateY(25px);
}
/* line 118, ../sass/index/index-number.scss */
.lang-he .IndexNumberB:nth-child(3) {
  transform: rotate(7deg) translateY(10px);
}
/* line 122, ../sass/index/index-number.scss */
.lang-he .IndexNumberB:nth-child(4) {
  transform: rotate(3deg) translateY(5px);
}
@media (hover: hover) {
  /* line 127, ../sass/index/index-number.scss */
  .lang-he .IndexNumberB:hover {
    margin: 0 50px;
    transform: none;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1479px) {
  /* line 138, ../sass/index/index-number.scss */
  .IndexNumber .container {
    margin-bottom: 80px;
  }

  /* line 143, ../sass/index/index-number.scss */
  .IndexNumberB {
    border-radius: 35px;
    min-width: calc((100% + 17px * 3) / 4);
    width: calc((100% + 17px * 3) / 4);
    margin-left: -17px;
  }
  /* line 149, ../sass/index/index-number.scss */
  .IndexNumberB:not(.video) {
    padding: 22px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1479px) and (hover: hover) {
  /* line 154, ../sass/index/index-number.scss */
  .IndexNumberB:hover {
    margin: 0 43px;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1479px) {
  /* line 161, ../sass/index/index-number.scss */
  .lang-he .IndexNumberB {
    margin-right: -17px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1479px) and (hover: hover) {
  /* line 165, ../sass/index/index-number.scss */
  .lang-he .IndexNumberB:hover {
    margin: 0 43px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 177, ../sass/index/index-number.scss */
  .IndexNumber .container {
    margin-bottom: 70px;
  }

  /* line 182, ../sass/index/index-number.scss */
  .IndexNumberB {
    border-radius: 28px;
    min-width: calc((100% + 14px * 3) / 4);
    width: calc((100% + 14px * 3) / 4);
    margin-left: -14px;
  }
  /* line 188, ../sass/index/index-number.scss */
  .IndexNumberB:not(.video) {
    padding: 18px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) and (hover: hover) {
  /* line 193, ../sass/index/index-number.scss */
  .IndexNumberB:hover {
    margin: 0 35px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 200, ../sass/index/index-number.scss */
  .lang-he .IndexNumberB {
    margin-right: -14px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) and (hover: hover) {
  /* line 204, ../sass/index/index-number.scss */
  .lang-he .IndexNumberB:hover {
    margin: 0 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 216, ../sass/index/index-number.scss */
  .IndexNumber .container {
    margin-bottom: 70px;
  }

  /* line 221, ../sass/index/index-number.scss */
  .IndexNumberB {
    border-radius: 22px;
    min-width: calc((100% + 10px * 3) / 4);
    width: calc((100% + 10px * 3) / 4);
    margin-left: -10px;
  }
  /* line 227, ../sass/index/index-number.scss */
  .IndexNumberB:not(.video) {
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (hover: hover) {
  /* line 232, ../sass/index/index-number.scss */
  .IndexNumberB:hover {
    margin: 0 27px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 239, ../sass/index/index-number.scss */
  .lang-he .IndexNumberB {
    margin-right: -10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (hover: hover) {
  /* line 243, ../sass/index/index-number.scss */
  .lang-he .IndexNumberB:hover {
    margin: 0 27px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 255, ../sass/index/index-number.scss */
  .IndexNumber .container {
    margin-bottom: 30px;
  }

  /* line 261, ../sass/index/index-number.scss */
  .IndexNumber .container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 270, ../sass/index/index-number.scss */
  .IndexNumberB {
    border-radius: 15px;
    min-width: calc((100% + 15px) / 2);
    width: calc((100% + 15px) / 2);
    margin-left: -15px;
  }
  /* line 276, ../sass/index/index-number.scss */
  .IndexNumberB:nth-child(1), .IndexNumberB:nth-child(3) {
    margin-left: 0;
  }
  /* line 280, ../sass/index/index-number.scss */
  .IndexNumberB:not(.video) {
    padding: 15px;
  }
  /* line 284, ../sass/index/index-number.scss */
  .IndexNumberB:nth-child(1) {
    transform: rotate(-6deg);
    z-index: 2;
  }
  /* line 289, ../sass/index/index-number.scss */
  .IndexNumberB:nth-child(2) {
    transform: rotate(3deg) translateY(5px);
  }
  /* line 293, ../sass/index/index-number.scss */
  .IndexNumberB:nth-child(3) {
    z-index: 2;
    -webkit-order: 4;
    -moz-order: 4;
    -ms-order: 4;
    -o-order: 4;
    order: 4;
    transform: rotate(-7deg) translateY(10px);
  }
  /* line 303, ../sass/index/index-number.scss */
  .IndexNumberB:nth-child(4) {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    -o-order: 3;
    order: 3;
    transform: rotate(-3deg) translateY(5px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (hover: hover) {
  /* line 313, ../sass/index/index-number.scss */
  .IndexNumberB:hover {
    margin: 0 20px;
    transform: none;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 322, ../sass/index/index-number.scss */
  .lang-he .IndexNumberB:nth-child(1), .lang-he .IndexNumberB:nth-child(3) {
    margin-right: 0;
  }
  /* line 326, ../sass/index/index-number.scss */
  .lang-he .IndexNumberB:nth-child(1) {
    transform: rotate(6deg);
  }
  /* line 330, ../sass/index/index-number.scss */
  .lang-he .IndexNumberB:nth-child(2) {
    transform: rotate(-3deg) translateY(5px);
  }
  /* line 334, ../sass/index/index-number.scss */
  .lang-he .IndexNumberB:nth-child(3) {
    transform: rotate(-7deg) translateY(0px);
  }
  /* line 338, ../sass/index/index-number.scss */
  .lang-he .IndexNumberB:nth-child(4) {
    transform: rotate(3deg) translateY(-5px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (hover: hover) {
  /* line 343, ../sass/index/index-number.scss */
  .lang-he .IndexNumberB:hover {
    margin: 0 20px;
    transform: none;
  }
}

/* line 1, ../sass/index/index-new-top.scss */
.headerabsno {
  padding-top: 0 !important;
}

/* line 5, ../sass/index/index-new-top.scss */
.InTop {
  position: relative;
  z-index: 101;
}
/* line 9, ../sass/index/index-new-top.scss */
.InTop .container {
  position: relative;
  z-index: 2;
}

/* line 15, ../sass/index/index-new-top.scss */
.InTopWr {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  align-content: end;
  color: #fff;
}

/* line 27, ../sass/index/index-new-top.scss */
.InTopCol {
  width: 46%;
}
/* line 30, ../sass/index/index-new-top.scss */
.InTopCol .site-text.max {
  margin-bottom: 25px;
  margin-top: 25px;
}
/* line 35, ../sass/index/index-new-top.scss */
.InTopCol .info {
  position: relative;
  display: flex;
  padding: 21px 30px;
  border: 1px solid #ffffff33;
  border-radius: 12px;
  gap: 20px;
  background: #37373733;
  backdrop-filter: blur(15px);
  width: max-content;
  align-items: center;
}
/* line 47, ../sass/index/index-new-top.scss */
.InTopCol .info .circ {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
}
/* line 54, ../sass/index/index-new-top.scss */
.InTopCol .info .bot, .InTopCol .info .top {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: .3s ease-in-out;
}
/* line 61, ../sass/index/index-new-top.scss */
.InTopCol .info .bot .icon, .InTopCol .info .top .icon {
  width: 24px;
  height: 24px;
}
/* line 65, ../sass/index/index-new-top.scss */
.InTopCol .info .bot .icon img, .InTopCol .info .bot .icon svg, .InTopCol .info .top .icon img, .InTopCol .info .top .icon svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 73, ../sass/index/index-new-top.scss */
.InTopCol .info .bot .site-title, .InTopCol .info .top .site-title {
  font-weight: 400;
}
/* line 81, ../sass/index/index-new-top.scss */
.InTopCol .info .top:hover {
  opacity: .7;
}

/* line 88, ../sass/index/index-new-top.scss */
.InTopRow {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 25px 0 30px;
  width: 100%;
  border-top: 1px solid #ffffff33;
}
/* line 96, ../sass/index/index-new-top.scss */
.InTopRow .btns {
  display: flex;
  align-items: center;
  gap: 10px;
}
/* line 102, ../sass/index/index-new-top.scss */
.InTopRow .InTopCol {
  margin-right: auto;
  width: auto;
}

/* line 108, ../sass/index/index-new-top.scss */
.InTopBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 115, ../sass/index/index-new-top.scss */
.InTopBg .swiper {
  height: 100%;
}

/* line 130, ../sass/index/index-new-top.scss */
.InTopBgImg {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 135, ../sass/index/index-new-top.scss */
.InTopBgImg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 143, ../sass/index/index-new-top.scss */
.InTopRowBtn {
  display: flex;
  gap: 10px;
  align-items: center;
}
/* line 148, ../sass/index/index-new-top.scss */
.InTopRowBtn svg {
  width: 14px;
  height: 14px;
}
/* line 153, ../sass/index/index-new-top.scss */
.InTopRowBtn.site-btn.border {
  border-color: #fff;
  color: #fff;
  backdrop-filter: blur(15px);
}

/* line 162, ../sass/index/index-new-top.scss */
.lang-he .InTop {
  direction: rtl;
}

@media only screen and (min-width: 0px) and (max-width: 1023px) {
  /* line 169, ../sass/index/index-new-top.scss */
  .InTopWr {
    height: 160vw;
    min-height: 500px;
    max-height: 100vh;
  }

  /* line 175, ../sass/index/index-new-top.scss */
  .InTopCol {
    width: 100%;
  }
  /* line 178, ../sass/index/index-new-top.scss */
  .InTopCol .site-text.max {
    margin-bottom: 20px;
    margin-top: 15px;
  }
  /* line 183, ../sass/index/index-new-top.scss */
  .InTopCol .info {
    width: 100%;
    justify-content: space-between;
    max-width: 410px;
    margin: 0;
    margin-bottom: 10px;
  }

  /* line 192, ../sass/index/index-new-top.scss */
  .InTopRow {
    -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;
    padding: 20px 0 25px;
  }
  /* line 202, ../sass/index/index-new-top.scss */
  .InTopRow .InTopCol {
    -webkit-order: -1;
    -moz-order: -1;
    -ms-order: -1;
    -o-order: -1;
    order: -1;
    margin: 0;
  }
  /* line 211, ../sass/index/index-new-top.scss */
  .InTopRow .btns {
    width: 100%;
  }

  /* line 216, ../sass/index/index-new-top.scss */
  .InTopRowBtn {
    width: 48%;
    justify-content: center;
  }
}
