@charset "UTF-8";
@import url("/assets/fonts/gilroy/stylesheet.css");
/* @import url("/assets/fonts/rubik/stylesheet.css"); */
@font-face {
  font-family: 'SabonLTStd';
  src: url(/font/SabonLTStd-Roman.otf);
}
/* line 41, ../sass/all/base.scss */
.w100 {
  width: 100% !important;
}

/* line 45, ../sass/all/base.scss */
.ttu {
  text-transform: uppercase !important;
}

/* line 49, ../sass/all/base.scss */
.tac {
  text-align: center !important;
}

/* line 53, ../sass/all/base.scss */
.tal {
  text-align: left !important;
}

/* line 57, ../sass/all/base.scss */
.tar {
  text-align: right !important;
}

/* line 61, ../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 69, ../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 77, ../sass/all/base.scss */
.j-c-c {
  justify-content: center !important;
}

/* line 81, ../sass/all/base.scss */
.j-c-s-b {
  justify-content: space-between !important;
}

/* line 85, ../sass/all/base.scss */
.a-i-c {
  -ms-align-items: center !important;
  align-items: center !important;
}

/* line 90, ../sass/all/base.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 94, ../sass/all/base.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

/* line 98, ../sass/all/base.scss */
.no-pad-left {
  padding-left: 0 !important;
}

/* line 102, ../sass/all/base.scss */
.no-pad-right {
  padding-right: 0 !important;
}

/* line 106, ../sass/all/base.scss */
.no-mar-top {
  margin-top: 0 !important;
}

/* line 110, ../sass/all/base.scss */
.no-mar-left {
  margin-left: 0 !important;
}

/* line 114, ../sass/all/base.scss */
.no-mar-right {
  margin-right: 0 !important;
}

/* line 118, ../sass/all/base.scss */
.no-mar-bot {
  margin-bottom: 0 !important;
}

/* line 122, ../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-big-number.scss */
.IndexBigNumber {
  position: relative;
  padding: 100px 0;
}
/* line 5, ../sass/index/index-big-number.scss */
.IndexBigNumber .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 75px 65px;
}
/* line 21, ../sass/index/index-big-number.scss */
.IndexBigNumber .title {
  position: relative;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.25;
  width: 23%;
}
/* line 29, ../sass/index/index-big-number.scss */
.IndexBigNumber .number {
  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;
  text-transform: uppercase;
  width: 72%;
}
/* line 45, ../sass/index/index-big-number.scss */
.IndexBigNumber .number li {
  position: relative;
  width: 47%;
}
/* line 49, ../sass/index/index-big-number.scss */
.IndexBigNumber .number li p {
  position: relative;
  margin-bottom: 5px;
}
/* line 54, ../sass/index/index-big-number.scss */
.IndexBigNumber .number li span {
  display: block;
  line-height: 1;
  font-weight: 900;
  -webkit-text-stroke: 2px #000;
  text-stroke: 2px #000;
  color: transparent;
  font-size: 100px;
}

/* line 68, ../sass/index/index-big-number.scss */
.lang-he .IndexBigNumber {
  direction: rtl;
}
/* line 71, ../sass/index/index-big-number.scss */
.lang-he .IndexBigNumber .title {
  font-size: calc(26px * 1.2);
}
/* line 77, ../sass/index/index-big-number.scss */
.lang-he .IndexBigNumber .number li p {
  font-size: calc(16px * 1.2);
}
/* line 81, ../sass/index/index-big-number.scss */
.lang-he .IndexBigNumber .number li span {
  direction: ltr;
  text-align: right;
}

@media only screen and (max-width: 1441px) and (max-width: 1640px) {
  /* line 92, ../sass/index/index-big-number.scss */
  .IndexBigNumber {
    padding: 85px 0;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1439px) {
  /* line 100, ../sass/index/index-big-number.scss */
  .IndexBigNumber {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 108, ../sass/index/index-big-number.scss */
  .IndexBigNumber {
    padding: 55px 0;
  }
  /* line 111, ../sass/index/index-big-number.scss */
  .IndexBigNumber .container {
    padding: 55px 50px;
  }
  /* line 115, ../sass/index/index-big-number.scss */
  .IndexBigNumber .title {
    font-size: 24px;
    width: 24%;
  }
  /* line 121, ../sass/index/index-big-number.scss */
  .IndexBigNumber .number li span {
    font-size: 76px;
  }

  /* line 129, ../sass/index/index-big-number.scss */
  .lang-he .IndexBigNumber .title {
    font-size: calc(24px * 1.2);
  }
  /* line 135, ../sass/index/index-big-number.scss */
  .lang-he .IndexBigNumber .number li p {
    font-size: calc(15px * 1.2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 147, ../sass/index/index-big-number.scss */
  .IndexBigNumber {
    padding: 40px 0;
  }
  /* line 150, ../sass/index/index-big-number.scss */
  .IndexBigNumber .container {
    padding: 35px 25px;
  }
  /* line 154, ../sass/index/index-big-number.scss */
  .IndexBigNumber .title {
    font-size: 22px;
    width: 25%;
  }
  /* line 160, ../sass/index/index-big-number.scss */
  .IndexBigNumber .number li p {
    font-size: 14px;
  }
  /* line 164, ../sass/index/index-big-number.scss */
  .IndexBigNumber .number li span {
    font-size: 58px;
  }

  /* line 172, ../sass/index/index-big-number.scss */
  .lang-he .IndexBigNumber .title {
    font-size: calc(22px * 1.2);
  }
  /* line 178, ../sass/index/index-big-number.scss */
  .lang-he .IndexBigNumber .number li p {
    font-size: calc(14px * 1.2);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 190, ../sass/index/index-big-number.scss */
  .IndexBigNumber {
    padding: 10vmin 0;
  }
  /* line 193, ../sass/index/index-big-number.scss */
  .IndexBigNumber .container {
    padding: 30px;
    padding-bottom: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 203, ../sass/index/index-big-number.scss */
  .IndexBigNumber .title {
    font-size: clamp(18px, 6vmin, 22px);
    width: 100%;
    margin-bottom: 30px;
  }
  /* line 209, ../sass/index/index-big-number.scss */
  .IndexBigNumber .number {
    width: 100%;
  }
  /* line 212, ../sass/index/index-big-number.scss */
  .IndexBigNumber .number li {
    width: 100%;
    margin-bottom: 30px;
  }
  /* line 216, ../sass/index/index-big-number.scss */
  .IndexBigNumber .number li p {
    font-size: clamp(12px, 3.4vmin, 14px);
  }
  /* line 220, ../sass/index/index-big-number.scss */
  .IndexBigNumber .number li span {
    font-size: clamp(20px, 16vmin, 58px);
  }

  /* line 230, ../sass/index/index-big-number.scss */
  .lang-he .IndexBigNumber .title {
    font-size: calc(clamp(18px,6vmin,22px) * 1.2);
  }
  /* line 236, ../sass/index/index-big-number.scss */
  .lang-he .IndexBigNumber .number li p {
    font-size: calc(clamp(12px,3.4vmin,14px) * 1.2);
  }
}
/* line 1, ../sass/index/index-issues.scss */
.IndexIssues {
  position: relative;
  padding: 100px 0;
}
/* line 5, ../sass/index/index-issues.scss */
.IndexIssues .line {
  position: relative;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin-top: 55px;
}

/* line 14, ../sass/index/index-issues.scss */
.IndexIssuesTitle {
  position: relative;
  font-weight: 600;
  line-height: 1;
  font-size: 58px;
}
/* line 20, ../sass/index/index-issues.scss */
.IndexIssuesTitle span {
  color: #a454e3;
}

/* line 25, ../sass/index/index-issues.scss */
.IndexIssuesL {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 27%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 55px;
  padding-right: 35px;
}
/* line 35, ../sass/index/index-issues.scss */
.IndexIssuesL .number {
  display: block;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 900;
  -webkit-text-stroke: 2px #000;
  text-stroke: 2px #000;
  color: transparent;
  font-size: 80px;
}
/* line 46, ../sass/index/index-issues.scss */
.IndexIssuesL .text {
  position: relative;
  text-transform: uppercase;
  line-height: 1.4;
  margin-top: 30px;
  font-size: 18px;
}

/* line 55, ../sass/index/index-issues.scss */
.IndexIssuesR {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 73%;
  padding-top: 55px;
  padding-left: 35px;
}
/* line 64, ../sass/index/index-issues.scss */
.IndexIssuesR .desc {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 65%;
  padding-right: 75px;
}
/* line 73, ../sass/index/index-issues.scss */
.IndexIssuesR .img {
  position: relative;
  width: 35%;
}
/* line 77, ../sass/index/index-issues.scss */
.IndexIssuesR .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
}
/* line 86, ../sass/index/index-issues.scss */
.IndexIssuesR .title {
  position: relative;
  font-weight: 500;
  font-size: 34px;
  margin-bottom: 40px;
}
/* line 93, ../sass/index/index-issues.scss */
.IndexIssuesR .text {
  position: relative;
  line-height: 1.4;
  font-size: 18px;
  margin-bottom: 25px;
}
/* line 100, ../sass/index/index-issues.scss */
.IndexIssuesR .list {
  position: relative;
  margin-bottom: 25px;
}
/* line 104, ../sass/index/index-issues.scss */
.IndexIssuesR .list li {
  position: relative;
  line-height: 1.4;
  font-size: 18px;
  margin-bottom: 15px;
  padding-left: 20px;
}
/* line 111, ../sass/index/index-issues.scss */
.IndexIssuesR .list li:before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #a454e3;
  background: -moz-linear-gradient(left, #a454e3 0%, #1942bf 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #a454e3), color-stop(100%, #1942bf));
  background: -webkit-linear-gradient(left, #a454e3 0%, #1942bf 100%);
  background: -o-linear-gradient(left, #a454e3 0%, #1942bf 100%);
  background: -ms-linear-gradient(left, #a454e3 0%, #1942bf 100%);
  background: linear-gradient(to right, #a454e3 0%, #1942bf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a454e3', endColorstr='#1942bf', GradientType=1 );
}

/* line 127, ../sass/index/index-issues.scss */
.lang-he .IndexIssues {
  direction: rtl;
}
/* line 131, ../sass/index/index-issues.scss */
.lang-he .IndexIssuesTitle {
  font-size: calc(58px * 1.2);
}
/* line 135, ../sass/index/index-issues.scss */
.lang-he .IndexIssuesL {
  border-right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 0;
  padding-left: 35px;
}
/* line 141, ../sass/index/index-issues.scss */
.lang-he .IndexIssuesL .number {
  direction: ltr;
  text-align: right;
}
/* line 146, ../sass/index/index-issues.scss */
.lang-he .IndexIssuesL .text {
  font-size: calc(18px * 1.2);
}
/* line 151, ../sass/index/index-issues.scss */
.lang-he .IndexIssuesR {
  padding-right: 35px;
  padding-left: 0;
}
/* line 155, ../sass/index/index-issues.scss */
.lang-he .IndexIssuesR .desc {
  padding-left: 75px;
  padding-right: 0;
}
/* line 160, ../sass/index/index-issues.scss */
.lang-he .IndexIssuesR .title {
  font-size: calc(34px * 1.2);
}
/* line 164, ../sass/index/index-issues.scss */
.lang-he .IndexIssuesR .text {
  font-size: calc(18px * 1.2);
}
/* line 169, ../sass/index/index-issues.scss */
.lang-he .IndexIssuesR .list li {
  font-size: calc(18px * 1.2);
  padding-right: 20px;
  padding-left: 0;
}
/* line 174, ../sass/index/index-issues.scss */
.lang-he .IndexIssuesR .list li:before {
  top: 10px;
  right: 0;
  left: auto;
}

@media only screen and (max-width: 1441px) and (max-width: 1640px) {
  /* line 186, ../sass/index/index-issues.scss */
  .IndexIssues {
    padding: 85px 0;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1439px) {
  /* line 194, ../sass/index/index-issues.scss */
  .IndexIssues {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 202, ../sass/index/index-issues.scss */
  .IndexIssues {
    padding: 55px 0;
  }
  /* line 205, ../sass/index/index-issues.scss */
  .IndexIssues .line {
    margin-top: 40px;
  }

  /* line 210, ../sass/index/index-issues.scss */
  .IndexIssuesTitle {
    font-size: 44px;
  }

  /* line 214, ../sass/index/index-issues.scss */
  .IndexIssuesL {
    padding-top: 40px;
    padding-right: 25px;
  }
  /* line 218, ../sass/index/index-issues.scss */
  .IndexIssuesL .number {
    font-size: 60px;
  }
  /* line 222, ../sass/index/index-issues.scss */
  .IndexIssuesL .text {
    margin-top: 22px;
    font-size: 16px;
  }

  /* line 228, ../sass/index/index-issues.scss */
  .IndexIssuesR {
    padding-top: 40px;
    padding-left: 25px;
  }
  /* line 232, ../sass/index/index-issues.scss */
  .IndexIssuesR .desc {
    padding-right: 55px;
  }
  /* line 236, ../sass/index/index-issues.scss */
  .IndexIssuesR .title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  /* line 241, ../sass/index/index-issues.scss */
  .IndexIssuesR .text {
    font-size: 16px;
    margin-bottom: 20px;
  }
  /* line 246, ../sass/index/index-issues.scss */
  .IndexIssuesR .list {
    margin-bottom: 20px;
  }
  /* line 249, ../sass/index/index-issues.scss */
  .IndexIssuesR .list li {
    font-size: 16px;
  }
  /* line 252, ../sass/index/index-issues.scss */
  .IndexIssuesR .list li:before {
    top: 7px;
    width: 8px;
    height: 8px;
  }

  /* line 262, ../sass/index/index-issues.scss */
  .lang-he .IndexIssuesTitle {
    font-size: calc(44px * 1.2);
  }
  /* line 266, ../sass/index/index-issues.scss */
  .lang-he .IndexIssuesL {
    padding-left: 25px;
  }
  /* line 269, ../sass/index/index-issues.scss */
  .lang-he .IndexIssuesL .text {
    font-size: calc(16px * 1.2);
  }
  /* line 274, ../sass/index/index-issues.scss */
  .lang-he .IndexIssuesR {
    padding-right: 25px;
  }
  /* line 277, ../sass/index/index-issues.scss */
  .lang-he .IndexIssuesR .desc {
    padding-left: 55px;
  }
  /* line 281, ../sass/index/index-issues.scss */
  .lang-he .IndexIssuesR .title {
    font-size: calc(26px * 1.2);
  }
  /* line 285, ../sass/index/index-issues.scss */
  .lang-he .IndexIssuesR .text {
    font-size: calc(16px * 1.2);
  }
  /* line 290, ../sass/index/index-issues.scss */
  .lang-he .IndexIssuesR .list li {
    font-size: calc(16px * 1.2);
  }
  /* line 293, ../sass/index/index-issues.scss */
  .lang-he .IndexIssuesR .list li:before {
    top: 9px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 305, ../sass/index/index-issues.scss */
  .IndexIssues {
    padding: 40px 0;
  }
  /* line 308, ../sass/index/index-issues.scss */
  .IndexIssues .line {
    margin-top: 30px;
  }

  /* line 313, ../sass/index/index-issues.scss */
  .IndexIssuesTitle {
    font-size: 32px;
  }

  /* line 317, ../sass/index/index-issues.scss */
  .IndexIssuesL {
    padding-top: 30px;
    padding-right: 20px;
  }
  /* line 321, ../sass/index/index-issues.scss */
  .IndexIssuesL .number {
    font-size: 46px;
  }
  /* line 325, ../sass/index/index-issues.scss */
  .IndexIssuesL .text {
    margin-top: 17px;
    font-size: 14px;
  }

  /* line 331, ../sass/index/index-issues.scss */
  .IndexIssuesR {
    padding-top: 30px;
    padding-left: 20px;
  }
  /* line 335, ../sass/index/index-issues.scss */
  .IndexIssuesR .desc {
    padding-right: 40px;
  }
  /* line 339, ../sass/index/index-issues.scss */
  .IndexIssuesR .title {
    font-size: 20px;
    margin-bottom: 25px;
  }
  /* line 344, ../sass/index/index-issues.scss */
  .IndexIssuesR .text {
    font-size: 14px;
    margin-bottom: 15px;
  }
  /* line 349, ../sass/index/index-issues.scss */
  .IndexIssuesR .list {
    margin-bottom: 15px;
  }
  /* line 352, ../sass/index/index-issues.scss */
  .IndexIssuesR .list li {
    padding-left: 15px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  /* line 357, ../sass/index/index-issues.scss */
  .IndexIssuesR .list li:before {
    top: 6px;
    width: 6px;
    height: 6px;
  }

  /* line 367, ../sass/index/index-issues.scss */
  .lang-he .IndexIssuesTitle {
    font-size: calc(32px * 1.2);
  }
  /* line 371, ../sass/index/index-issues.scss */
  .lang-he .IndexIssuesL {
    padding-left: 20px;
  }
  /* line 374, ../sass/index/index-issues.scss */
  .lang-he .IndexIssuesL .text {
    font-size: calc(14px * 1.2);
  }
  /* line 379, ../sass/index/index-issues.scss */
  .lang-he .IndexIssuesR {
    padding-right: 20px;
  }
  /* line 382, ../sass/index/index-issues.scss */
  .lang-he .IndexIssuesR .desc {
    padding-left: 40px;
  }
  /* line 386, ../sass/index/index-issues.scss */
  .lang-he .IndexIssuesR .title {
    font-size: calc(20px * 1.2);
  }
  /* line 390, ../sass/index/index-issues.scss */
  .lang-he .IndexIssuesR .text {
    font-size: calc(14px * 1.2);
  }
  /* line 395, ../sass/index/index-issues.scss */
  .lang-he .IndexIssuesR .list li {
    font-size: calc(14px * 1.2);
  }
  /* line 398, ../sass/index/index-issues.scss */
  .lang-he .IndexIssuesR .list li:before {
    top: 9px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 410, ../sass/index/index-issues.scss */
  .IndexIssues {
    padding: 10vmin 0;
  }
  /* line 413, ../sass/index/index-issues.scss */
  .IndexIssues .line {
    margin-top: 25px;
  }

  /* line 418, ../sass/index/index-issues.scss */
  .IndexIssuesTitle {
    font-size: clamp(20px, 7vmin, 32px);
  }

  /* line 422, ../sass/index/index-issues.scss */
  .IndexIssuesL {
    padding: 25px 0;
    padding-right: 0;
    width: 100%;
    border-right: 0;
  }
  /* line 428, ../sass/index/index-issues.scss */
  .IndexIssuesL:after {
    content: '';
    display: block;
    position: absolute;
    left: -15px;
    width: calc(100% + 30px);
    height: 1px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
  }
  /* line 439, ../sass/index/index-issues.scss */
  .IndexIssuesL .number {
    font-size: 46px;
  }
  /* line 443, ../sass/index/index-issues.scss */
  .IndexIssuesL .text {
    margin-top: 17px;
    font-size: 14px;
  }

  /* line 449, ../sass/index/index-issues.scss */
  .IndexIssuesR {
    padding-top: 25px;
    padding-left: 0;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 459, ../sass/index/index-issues.scss */
  .IndexIssuesR .img {
    -webkit-order: -1;
    -moz-order: -1;
    -ms-order: -1;
    -o-order: -1;
    order: -1;
    width: 100%;
    margin-bottom: 25px;
  }
  /* line 469, ../sass/index/index-issues.scss */
  .IndexIssuesR .desc {
    width: 100%;
    padding-right: 0;
  }
  /* line 474, ../sass/index/index-issues.scss */
  .IndexIssuesR .title {
    font-size: 20px;
    margin-bottom: 25px;
  }
  /* line 479, ../sass/index/index-issues.scss */
  .IndexIssuesR .text {
    font-size: 14px;
    margin-bottom: 15px;
  }
  /* line 484, ../sass/index/index-issues.scss */
  .IndexIssuesR .list {
    margin-bottom: 15px;
  }
  /* line 487, ../sass/index/index-issues.scss */
  .IndexIssuesR .list li {
    padding-left: 15px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  /* line 492, ../sass/index/index-issues.scss */
  .IndexIssuesR .list li:before {
    top: 6px;
    width: 6px;
    height: 6px;
  }

  /* line 502, ../sass/index/index-issues.scss */
  .lang-he .IndexIssuesTitle {
    font-size: calc(clamp(20px,7vmin,32px) * 1.2);
  }
  /* line 506, ../sass/index/index-issues.scss */
  .lang-he .IndexIssuesL {
    padding-left: 0;
  }
  /* line 509, ../sass/index/index-issues.scss */
  .lang-he .IndexIssuesL .text {
    font-size: calc(14px * 1.2);
  }
  /* line 514, ../sass/index/index-issues.scss */
  .lang-he .IndexIssuesR {
    padding-right: 0;
  }
  /* line 517, ../sass/index/index-issues.scss */
  .lang-he .IndexIssuesR .desc {
    padding-left: 0;
  }
  /* line 521, ../sass/index/index-issues.scss */
  .lang-he .IndexIssuesR .title {
    font-size: calc(20px * 1.2);
  }
  /* line 525, ../sass/index/index-issues.scss */
  .lang-he .IndexIssuesR .text {
    font-size: calc(14px * 1.2);
  }
  /* line 530, ../sass/index/index-issues.scss */
  .lang-he .IndexIssuesR .list li {
    font-size: calc(14px * 1.2);
  }
  /* line 533, ../sass/index/index-issues.scss */
  .lang-he .IndexIssuesR .list li:before {
    top: 9px;
  }
}
/* line 1, ../sass/index/index-partners.scss */
.IndexPartners {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}
/* line 6, ../sass/index/index-partners.scss */
.IndexPartners .line {
  position: relative;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 55px 0;
}
/* line 14, ../sass/index/index-partners.scss */
.IndexPartners .owl-stage-outer {
  overflow: visible !important;
}
/* line 18, ../sass/index/index-partners.scss */
.IndexPartners .owl-stage {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
/* line 26, ../sass/index/index-partners.scss */
.IndexPartners .owl-nav {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  margin-top: 55px;
}
/* line 37, ../sass/index/index-partners.scss */
.IndexPartners .owl-prev, .IndexPartners .owl-next {
  display: block;
  height: 44px;
  border-radius: 22px;
  width: 80px;
  background-color: rgba(164, 84, 227, 0.1);
  margin: 0 10px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: auto 30px;
  background-size: auto 30px;
  background-image: url(/assets/img/4829870_arrow_back_left_icon.svg);
  transition: 0.3s ease all;
}
/* line 51, ../sass/index/index-partners.scss */
.IndexPartners .owl-prev:hover, .IndexPartners .owl-next:hover {
  background-color: rgba(164, 84, 227, 0.5);
}
/* line 56, ../sass/index/index-partners.scss */
.IndexPartners .owl-next {
  transform: rotate(180deg);
}

/* line 61, ../sass/index/index-partners.scss */
.IndexPartnersTitle {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
/* line 72, ../sass/index/index-partners.scss */
.IndexPartnersTitle h2 {
  font-weight: 600;
  line-height: 1;
  font-size: 58px;
  width: 70%;
}
/* line 78, ../sass/index/index-partners.scss */
.IndexPartnersTitle h2 span {
  color: #a454e3;
}
/* line 83, ../sass/index/index-partners.scss */
.IndexPartnersTitle p {
  position: relative;
  text-transform: uppercase;
  width: 30%;
  z-index: 2;
  font-size: 20px;
}

/* line 92, ../sass/index/index-partners.scss */
.IndexPartnersB {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  background: rgba(164, 84, 227, 0.1);
  padding: 25px;
}
/* line 101, ../sass/index/index-partners.scss */
.IndexPartnersB .logo {
  position: relative;
  height: 65px;
}
/* line 105, ../sass/index/index-partners.scss */
.IndexPartnersB .logo img {
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
}
/* line 112, ../sass/index/index-partners.scss */
.IndexPartnersB .name {
  position: relative;
  font-weight: 500;
  margin-top: 15px;
  font-size: 18px;
}
/* line 119, ../sass/index/index-partners.scss */
.IndexPartnersB .text {
  position: relative;
  line-height: 1.4;
  font-size: 16px;
  margin-top: 15px;
}

/* line 129, ../sass/index/index-partners.scss */
.lang-he .IndexPartners .owl-prev, .lang-he .IndexPartners .owl-next {
  transform: rotateY(180deg);
}
/* line 133, ../sass/index/index-partners.scss */
.lang-he .IndexPartners .owl-next {
  transform: rotate(180deg) rotateY(180deg);
}
/* line 138, ../sass/index/index-partners.scss */
.lang-he .IndexPartnersTitle {
  direction: rtl;
}
/* line 141, ../sass/index/index-partners.scss */
.lang-he .IndexPartnersTitle h2 {
  font-size: calc(58px * 1.2);
}
/* line 145, ../sass/index/index-partners.scss */
.lang-he .IndexPartnersTitle p {
  font-size: calc(20px * 1.2);
}
/* line 151, ../sass/index/index-partners.scss */
.lang-he .IndexPartnersB .name {
  font-size: calc(18px * 1.2);
}
/* line 155, ../sass/index/index-partners.scss */
.lang-he .IndexPartnersB .text {
  font-size: calc(16px * 1.2);
}

@media only screen and (max-width: 1441px) and (max-width: 1640px) {
  /* line 163, ../sass/index/index-partners.scss */
  .IndexPartners {
    padding: 85px 0;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1439px) {
  /* line 171, ../sass/index/index-partners.scss */
  .IndexPartners {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 179, ../sass/index/index-partners.scss */
  .IndexPartners {
    padding: 55px 0;
  }
  /* line 182, ../sass/index/index-partners.scss */
  .IndexPartners .line {
    margin: 40px 0;
  }
  /* line 186, ../sass/index/index-partners.scss */
  .IndexPartners .owl-nav {
    margin-top: 40px;
  }
  /* line 190, ../sass/index/index-partners.scss */
  .IndexPartners .owl-prev, .IndexPartners .owl-next {
    height: 40px;
    border-radius: 20px;
    width: 70px;
    -webkit-background-size: auto 28px;
    background-size: auto 28px;
  }

  /* line 200, ../sass/index/index-partners.scss */
  .IndexPartnersTitle h2 {
    font-size: 44px;
  }
  /* line 204, ../sass/index/index-partners.scss */
  .IndexPartnersTitle p {
    width: 40%;
    font-size: 18px;
  }

  /* line 210, ../sass/index/index-partners.scss */
  .IndexPartnersB {
    padding: 20px;
  }
  /* line 213, ../sass/index/index-partners.scss */
  .IndexPartnersB .logo {
    height: 50px;
  }
  /* line 217, ../sass/index/index-partners.scss */
  .IndexPartnersB .name {
    margin-top: 12px;
    font-size: 16px;
  }
  /* line 222, ../sass/index/index-partners.scss */
  .IndexPartnersB .text {
    font-size: 14px;
    margin-top: 12px;
  }

  /* line 230, ../sass/index/index-partners.scss */
  .lang-he .IndexPartnersTitle h2 {
    font-size: calc(44px * 1.2);
  }
  /* line 234, ../sass/index/index-partners.scss */
  .lang-he .IndexPartnersTitle p {
    font-size: calc(18px * 1.2);
  }
  /* line 240, ../sass/index/index-partners.scss */
  .lang-he .IndexPartnersB .name {
    font-size: calc(16px * 1.2);
  }
  /* line 244, ../sass/index/index-partners.scss */
  .lang-he .IndexPartnersB .text {
    font-size: calc(14px * 1.2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 254, ../sass/index/index-partners.scss */
  .IndexPartners {
    padding: 40px 0;
  }
  /* line 257, ../sass/index/index-partners.scss */
  .IndexPartners .line {
    margin: 30px 0;
  }
  /* line 261, ../sass/index/index-partners.scss */
  .IndexPartners .owl-nav {
    margin-top: 30px;
  }
  /* line 265, ../sass/index/index-partners.scss */
  .IndexPartners .owl-prev, .IndexPartners .owl-next {
    height: 40px;
    border-radius: 20px;
    width: 70px;
    -webkit-background-size: auto 28px;
    background-size: auto 28px;
  }

  /* line 275, ../sass/index/index-partners.scss */
  .IndexPartnersTitle h2 {
    font-size: 32px;
  }
  /* line 279, ../sass/index/index-partners.scss */
  .IndexPartnersTitle p {
    width: 53%;
    font-size: 16px;
  }

  /* line 285, ../sass/index/index-partners.scss */
  .IndexPartnersB {
    padding: 20px;
  }
  /* line 288, ../sass/index/index-partners.scss */
  .IndexPartnersB .logo {
    height: 50px;
  }
  /* line 292, ../sass/index/index-partners.scss */
  .IndexPartnersB .name {
    margin-top: 12px;
    font-size: 16px;
  }
  /* line 297, ../sass/index/index-partners.scss */
  .IndexPartnersB .text {
    font-size: 14px;
    margin-top: 12px;
  }

  /* line 305, ../sass/index/index-partners.scss */
  .lang-he .IndexPartnersTitle h2 {
    font-size: calc(32px * 1.2);
  }
  /* line 309, ../sass/index/index-partners.scss */
  .lang-he .IndexPartnersTitle p {
    font-size: calc(16px * 1.2);
  }
  /* line 315, ../sass/index/index-partners.scss */
  .lang-he .IndexPartnersB .name {
    font-size: calc(16px * 1.2);
  }
  /* line 319, ../sass/index/index-partners.scss */
  .lang-he .IndexPartnersB .text {
    font-size: calc(14px * 1.2);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 329, ../sass/index/index-partners.scss */
  .IndexPartners {
    padding: 10vmin 0;
  }
  /* line 332, ../sass/index/index-partners.scss */
  .IndexPartners .line {
    margin: 25px 0;
  }
  /* line 336, ../sass/index/index-partners.scss */
  .IndexPartners .owl-nav {
    margin-top: 25px;
  }
  /* line 340, ../sass/index/index-partners.scss */
  .IndexPartners .owl-prev, .IndexPartners .owl-next {
    height: 35px;
    border-radius: 18px;
    width: 60px;
    -webkit-background-size: auto 24px;
    background-size: auto 24px;
  }

  /* line 349, ../sass/index/index-partners.scss */
  .IndexPartnersTitle {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 356, ../sass/index/index-partners.scss */
  .IndexPartnersTitle h2 {
    font-size: clamp(20px, 8vmin, 32px);
    margin-bottom: 15px;
  }
  /* line 361, ../sass/index/index-partners.scss */
  .IndexPartnersTitle p {
    width: 100%;
    font-size: clamp(14px, 4vmin, 16px);
  }

  /* line 367, ../sass/index/index-partners.scss */
  .IndexPartnersB {
    padding: 20px;
  }
  /* line 370, ../sass/index/index-partners.scss */
  .IndexPartnersB .logo {
    height: 50px;
  }
  /* line 374, ../sass/index/index-partners.scss */
  .IndexPartnersB .name {
    margin-top: 12px;
    font-size: 16px;
  }
  /* line 379, ../sass/index/index-partners.scss */
  .IndexPartnersB .text {
    font-size: 14px;
    margin-top: 12px;
  }

  /* line 387, ../sass/index/index-partners.scss */
  .lang-he .IndexPartnersTitle h2 {
    font-size: calc(clamp(20px,8vmin,32px) * 1.2);
  }
  /* line 391, ../sass/index/index-partners.scss */
  .lang-he .IndexPartnersTitle p {
    font-size: calc(clamp(14px,4vmin,16px) * 1.2);
  }
  /* line 397, ../sass/index/index-partners.scss */
  .lang-he .IndexPartnersB .name {
    font-size: calc(16px * 1.2);
  }
  /* line 401, ../sass/index/index-partners.scss */
  .lang-he .IndexPartnersB .text {
    font-size: calc(14px * 1.2);
  }
}
/* line 1, ../sass/index/index-faq.scss */
.IndexFAQ {
  position: relative;
  padding: 100px 0;
}

/* line 6, ../sass/index/index-faq.scss */
.IndexFAQTitle {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 0 30px;
}
/* line 18, ../sass/index/index-faq.scss */
.IndexFAQTitle h2 {
  font-weight: 600;
  line-height: 1;
  font-size: 58px;
}
/* line 24, ../sass/index/index-faq.scss */
.IndexFAQTitle span {
  display: inline-block;
  cursor: pointer;
  min-width: max-content;
  z-index: 2;
  font-size: 22px;
}
/* line 31, ../sass/index/index-faq.scss */
.IndexFAQTitle span:hover {
  color: #a454e3;
}

/* line 38, ../sass/index/index-faq.scss */
.IndexFAQ .tabs {
  position: relative;
  margin-top: 65px;
}
/* line 43, ../sass/index/index-faq.scss */
.IndexFAQ .tab-links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  overflow-x: auto;
  padding-bottom: 15px;
  margin-bottom: -15px;
}
/* line 54, ../sass/index/index-faq.scss */
.IndexFAQ .tab-links::-webkit-scrollbar {
  height: 6px;
}
/* line 57, ../sass/index/index-faq.scss */
.IndexFAQ .tab-links::-webkit-scrollbar-track {
  background: transparent;
}
/* line 61, ../sass/index/index-faq.scss */
.IndexFAQ .tab-links::-webkit-scrollbar-thumb {
  background: #a454e3;
}
/* line 65, ../sass/index/index-faq.scss */
.IndexFAQ .tab-links::-webkit-scrollbar-button {
  display: none;
}
/* line 69, ../sass/index/index-faq.scss */
.IndexFAQ .tab-links li {
  position: relative;
  min-width: max-content;
}
/* line 74, ../sass/index/index-faq.scss */
.IndexFAQ .tab-links li.active a {
  border: 0;
  background: #a454e3;
  background: -moz-linear-gradient(left, #a454e3 0%, #1942bf 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #a454e3), color-stop(100%, #1942bf));
  background: -webkit-linear-gradient(left, #a454e3 0%, #1942bf 100%);
  background: -o-linear-gradient(left, #a454e3 0%, #1942bf 100%);
  background: -ms-linear-gradient(left, #a454e3 0%, #1942bf 100%);
  background: linear-gradient(to right, #a454e3 0%, #1942bf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a454e3', endColorstr='#1942bf', GradientType=1 );
  color: #fff;
}
/* line 82, ../sass/index/index-faq.scss */
.IndexFAQ .tab-links a {
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500;
  border-radius: 23px;
  border: 1px solid #fff;
  color: #000;
  height: 46px;
  padding: 0 18px;
  font-size: 20px;
}
/* line 102, ../sass/index/index-faq.scss */
.IndexFAQ .tab-links a:hover {
  color: #a454e3;
}
/* line 108, ../sass/index/index-faq.scss */
.IndexFAQ .tab-content {
  position: relative;
  margin-top: 50px;
}
/* line 113, ../sass/index/index-faq.scss */
.IndexFAQ .tab {
  display: none;
}
/* line 117, ../sass/index/index-faq.scss */
.IndexFAQ #tab1 {
  display: block;
}
/* line 121, ../sass/index/index-faq.scss */
.IndexFAQ .toggleBlock {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 126, ../sass/index/index-faq.scss */
.IndexFAQ .navt {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 131, ../sass/index/index-faq.scss */
.IndexFAQ .toggle {
  position: relative;
  cursor: pointer;
  padding: 30px 0;
  padding-right: 60px;
  font-weight: 500;
  font-size: 24px;
}
/* line 139, ../sass/index/index-faq.scss */
.IndexFAQ .toggle:after, .IndexFAQ .toggle:before {
  content: '';
  display: block;
  position: absolute;
  top: 43px;
  right: 0;
  width: 28px;
  height: 2px;
  background: #000;
}
/* line 150, ../sass/index/index-faq.scss */
.IndexFAQ .toggle:before {
  top: 30px;
  right: 13px;
  width: 2px;
  height: 28px;
}
/* line 157, ../sass/index/index-faq.scss */
.IndexFAQ .toggle:hover {
  color: #a454e3;
}
/* line 160, ../sass/index/index-faq.scss */
.IndexFAQ .toggle:hover:after, .IndexFAQ .toggle:hover:before {
  background: #a454e3;
}
/* line 165, ../sass/index/index-faq.scss */
.IndexFAQ .toggle.active {
  color: #a454e3;
}
/* line 168, ../sass/index/index-faq.scss */
.IndexFAQ .toggle.active:after {
  background: #a454e3;
}
/* line 172, ../sass/index/index-faq.scss */
.IndexFAQ .toggle.active:before {
  display: none;
}
/* line 178, ../sass/index/index-faq.scss */
.IndexFAQ .content {
  display: none;
}
/* line 181, ../sass/index/index-faq.scss */
.IndexFAQ .content span {
  display: block;
  line-height: 1.6;
  font-size: 18px;
  margin-bottom: 40px;
}
/* line 187, ../sass/index/index-faq.scss */
.IndexFAQ .content span:nth-child(1) {
  padding-top: 15px;
}

/* line 195, ../sass/index/index-faq.scss */
.lang-he .IndexFAQ {
  direction: rtl;
}
/* line 200, ../sass/index/index-faq.scss */
.lang-he .IndexFAQTitle h2 {
  font-size: calc(58px * 1.2);
}
/* line 204, ../sass/index/index-faq.scss */
.lang-he .IndexFAQTitle span {
  font-size: calc(22px * 1.2);
}
/* line 211, ../sass/index/index-faq.scss */
.lang-he .IndexFAQ .tab-links li {
  margin-left: 55px;
  margin-right: 0;
}
/* line 215, ../sass/index/index-faq.scss */
.lang-he .IndexFAQ .tab-links li:nth-last-child(1) {
  margin-left: 0;
}
/* line 220, ../sass/index/index-faq.scss */
.lang-he .IndexFAQ .tab-links a {
  font-size: calc(20px * 1.2);
}
/* line 225, ../sass/index/index-faq.scss */
.lang-he .IndexFAQ .toggle {
  padding: 30px 0;
  padding-left: 60px;
  font-size: calc(24px * 1.2);
}
/* line 230, ../sass/index/index-faq.scss */
.lang-he .IndexFAQ .toggle:after, .lang-he .IndexFAQ .toggle:before {
  left: 0;
  right: auto;
}
/* line 235, ../sass/index/index-faq.scss */
.lang-he .IndexFAQ .toggle:before {
  left: 13px;
  right: auto;
}
/* line 242, ../sass/index/index-faq.scss */
.lang-he .IndexFAQ .content span {
  font-size: calc(18px * 1.2);
}

@media only screen and (max-width: 1441px) and (max-width: 1640px) {
  /* line 251, ../sass/index/index-faq.scss */
  .IndexFAQ {
    padding: 85px 0;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1439px) {
  /* line 259, ../sass/index/index-faq.scss */
  .IndexFAQ {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 267, ../sass/index/index-faq.scss */
  .IndexFAQ {
    padding: 55px 0;
  }

  /* line 272, ../sass/index/index-faq.scss */
  .IndexFAQTitle h2 {
    font-size: 44px;
  }
  /* line 276, ../sass/index/index-faq.scss */
  .IndexFAQTitle span {
    font-size: 18px;
  }

  /* line 282, ../sass/index/index-faq.scss */
  .IndexFAQ .tabs {
    margin-top: 50px;
  }
  /* line 288, ../sass/index/index-faq.scss */
  .IndexFAQ .tab-links a {
    border-radius: 20px;
    font-size: 18px;
    height: 40px;
  }
  /* line 295, ../sass/index/index-faq.scss */
  .IndexFAQ .tab-content {
    margin-top: 45px;
  }
  /* line 299, ../sass/index/index-faq.scss */
  .IndexFAQ .toggle {
    padding: 25px 0;
    padding-right: 50px;
    font-size: 19px;
  }
  /* line 304, ../sass/index/index-faq.scss */
  .IndexFAQ .toggle:after {
    top: 38px;
  }
  /* line 308, ../sass/index/index-faq.scss */
  .IndexFAQ .toggle:before {
    top: 25px;
  }
  /* line 314, ../sass/index/index-faq.scss */
  .IndexFAQ .content span {
    font-size: 16px;
    margin-bottom: 30px;
  }
  /* line 318, ../sass/index/index-faq.scss */
  .IndexFAQ .content span:nth-child(1) {
    padding-top: 12px;
  }

  /* line 327, ../sass/index/index-faq.scss */
  .lang-he .IndexFAQTitle h2 {
    font-size: calc(44px * 1.2);
  }
  /* line 331, ../sass/index/index-faq.scss */
  .lang-he .IndexFAQTitle span {
    font-size: calc(18px * 1.2);
  }
  /* line 338, ../sass/index/index-faq.scss */
  .lang-he .IndexFAQ .tab-links li {
    margin-left: 45px;
  }
  /* line 342, ../sass/index/index-faq.scss */
  .lang-he .IndexFAQ .tab-links a {
    font-size: calc(18px * 1.2);
  }
  /* line 347, ../sass/index/index-faq.scss */
  .lang-he .IndexFAQ .toggle {
    padding: 25px 0;
    padding-left: 50px;
    font-size: calc(19px * 1.2);
  }
  /* line 354, ../sass/index/index-faq.scss */
  .lang-he .IndexFAQ .content span {
    font-size: calc(16px * 1.2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 365, ../sass/index/index-faq.scss */
  .IndexFAQ {
    padding: 40px 0;
  }

  /* line 370, ../sass/index/index-faq.scss */
  .IndexFAQTitle h2 {
    font-size: 32px;
  }
  /* line 374, ../sass/index/index-faq.scss */
  .IndexFAQTitle span {
    font-size: 16px;
  }

  /* line 380, ../sass/index/index-faq.scss */
  .IndexFAQ .tabs {
    margin-top: 35px;
  }
  /* line 385, ../sass/index/index-faq.scss */
  .IndexFAQ .tab-links a {
    border-radius: 20px;
    font-size: 16px;
    height: 40px;
  }
  /* line 392, ../sass/index/index-faq.scss */
  .IndexFAQ .tab-content {
    margin-top: 40px;
  }
  /* line 396, ../sass/index/index-faq.scss */
  .IndexFAQ .toggle {
    padding: 20px 0;
    padding-right: 40px;
    font-size: 16px;
  }
  /* line 401, ../sass/index/index-faq.scss */
  .IndexFAQ .toggle:after {
    top: 29px;
    right: 4px;
    width: 20px;
  }
  /* line 407, ../sass/index/index-faq.scss */
  .IndexFAQ .toggle:before {
    top: 20px;
    height: 20px;
  }
  /* line 414, ../sass/index/index-faq.scss */
  .IndexFAQ .content span {
    font-size: 14px;
    margin-bottom: 30px;
  }
  /* line 418, ../sass/index/index-faq.scss */
  .IndexFAQ .content span:nth-child(1) {
    padding-top: 12px;
  }

  /* line 427, ../sass/index/index-faq.scss */
  .lang-he .IndexFAQTitle h2 {
    font-size: calc(32px * 1.2);
  }
  /* line 431, ../sass/index/index-faq.scss */
  .lang-he .IndexFAQTitle span {
    font-size: calc(16px * 1.2);
  }
  /* line 438, ../sass/index/index-faq.scss */
  .lang-he .IndexFAQ .tab-links li {
    margin-left: 35px;
  }
  /* line 442, ../sass/index/index-faq.scss */
  .lang-he .IndexFAQ .tab-links a {
    font-size: calc(16px * 1.2);
  }
  /* line 447, ../sass/index/index-faq.scss */
  .lang-he .IndexFAQ .toggle {
    padding: 20px 0;
    padding-left: 40px;
    font-size: calc(16px * 1.2);
  }
  /* line 454, ../sass/index/index-faq.scss */
  .lang-he .IndexFAQ .content span {
    font-size: calc(14px * 1.2);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 465, ../sass/index/index-faq.scss */
  .IndexFAQ {
    padding: 10vmin 0;
  }

  /* line 470, ../sass/index/index-faq.scss */
  .IndexFAQTitle h2 {
    font-size: clamp(20px, 8vmin, 32px);
  }
  /* line 474, ../sass/index/index-faq.scss */
  .IndexFAQTitle span {
    display: none;
  }

  /* line 480, ../sass/index/index-faq.scss */
  .IndexFAQ .tabs {
    margin-top: 30px;
    justify-content: space-between;
  }
  /* line 486, ../sass/index/index-faq.scss */
  .IndexFAQ .tab-links li {
    margin-right: 0;
    width: 32%;
    text-align: center;
  }
  /* line 492, ../sass/index/index-faq.scss */
  .IndexFAQ .tab-links a {
    border-radius: 20px;
    font-size: 14px;
    height: 40px;
    padding: 0 10px;
  }
  /* line 500, ../sass/index/index-faq.scss */
  .IndexFAQ .tab-content {
    margin-top: 35px;
  }
  /* line 504, ../sass/index/index-faq.scss */
  .IndexFAQ .toggle {
    padding: 15px 0;
    padding-right: 30px;
    font-size: 14px;
  }
  /* line 509, ../sass/index/index-faq.scss */
  .IndexFAQ .toggle:after {
    top: 29px;
    right: 0;
    width: 20px;
  }
  /* line 515, ../sass/index/index-faq.scss */
  .IndexFAQ .toggle:before {
    right: 9px;
    top: 20px;
    height: 20px;
  }
  /* line 523, ../sass/index/index-faq.scss */
  .IndexFAQ .content span {
    font-size: 14px;
    margin-bottom: 30px;
  }
  /* line 527, ../sass/index/index-faq.scss */
  .IndexFAQ .content span:nth-child(1) {
    padding-top: 12px;
  }

  /* line 536, ../sass/index/index-faq.scss */
  .lang-he .IndexFAQTitle h2 {
    font-size: calc(clamp(20px,8vmin,32px) * 1.2);
  }
  /* line 540, ../sass/index/index-faq.scss */
  .lang-he .IndexFAQTitle span {
    font-size: calc(16px * 1.2);
  }
  /* line 547, ../sass/index/index-faq.scss */
  .lang-he .IndexFAQ .tab-links li {
    margin-left: 0;
  }
  /* line 551, ../sass/index/index-faq.scss */
  .lang-he .IndexFAQ .tab-links a {
    font-size: calc(14px * 1.2);
  }
  /* line 556, ../sass/index/index-faq.scss */
  .lang-he .IndexFAQ .toggle {
    padding: 15px 0;
    padding-left: 30px;
    font-size: calc(14px * 1.2);
  }
  /* line 563, ../sass/index/index-faq.scss */
  .lang-he .IndexFAQ .content span {
    font-size: calc(14px * 1.2);
  }
}
/* line 1, ../sass/index/index-how.scss */
.IndexHow {
  background: rgba(61, 191, 190, 0.2);
  color: #134f56;
  padding: 165px 0;
  border-radius: 55px;
}
/* line 7, ../sass/index/index-how.scss */
.IndexHow .title {
  position: relative;
  text-align: center;
  font-weight: 600;
  line-height: 0.9;
  font-size: 120px;
}
/* line 14, ../sass/index/index-how.scss */
.IndexHow .title b {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
/* line 25, ../sass/index/index-how.scss */
.IndexHow .title span {
  display: block;
  width: 140px;
  height: 140px;
  margin: 15px;
  background-image: url(/assets/img/logo_icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
/* line 38, ../sass/index/index-how.scss */
.IndexHow .text {
  position: relative;
  text-align: center;
  font-weight: 500;
  line-height: 1.8;
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  font-size: 20px;
}
/* line 50, ../sass/index/index-how.scss */
.IndexHow .btns {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  gap: 0 25px;
  margin-top: 50px;
}
/* line 62, ../sass/index/index-how.scss */
.IndexHow .mess {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
/* line 71, ../sass/index/index-how.scss */
.IndexHow .mess .phone {
  font-weight: 600;
  font-size: 32px;
}
@media (hover: hover) {
  /* line 76, ../sass/index/index-how.scss */
  .IndexHow .mess .phone:hover {
    color: #73be01;
  }
}
/* line 83, ../sass/index/index-how.scss */
.IndexHow .mess-link {
  display: block;
  width: 66px;
  height: 66px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
/* line 92, ../sass/index/index-how.scss */
.IndexHow .mess-link.wa {
  background-image: url(/assets/img/3146791_whatsapp_logo_icon.svg);
}
@media (hover: hover) {
  /* line 97, ../sass/index/index-how.scss */
  .IndexHow .mess-link:hover {
    opacity: 0.7;
  }
}

/* line 105, ../sass/index/index-how.scss */
.lang-he .IndexHow {
  direction: rtl;
}
/* line 108, ../sass/index/index-how.scss */
.lang-he .IndexHow .text {
  font-size: calc(20px * 1.2);
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 116, ../sass/index/index-how.scss */
  .IndexHow {
    padding: 125px 0;
    border-radius: 45px;
  }
  /* line 120, ../sass/index/index-how.scss */
  .IndexHow .title {
    font-size: 90px;
  }
  /* line 123, ../sass/index/index-how.scss */
  .IndexHow .title span {
    width: 105px;
    height: 105px;
    margin: 12px;
  }
  /* line 130, ../sass/index/index-how.scss */
  .IndexHow .text {
    margin-top: 40px;
    font-size: 18px;
  }
  /* line 135, ../sass/index/index-how.scss */
  .IndexHow .btns {
    margin-top: 40px;
  }
  /* line 139, ../sass/index/index-how.scss */
  .IndexHow .mess {
    margin-top: 40px;
  }
  /* line 142, ../sass/index/index-how.scss */
  .IndexHow .mess .phone {
    font-size: 28px;
  }
  /* line 147, ../sass/index/index-how.scss */
  .IndexHow .mess-link {
    width: 50px;
    height: 50px;
  }

  /* line 155, ../sass/index/index-how.scss */
  .lang-he .IndexHow .text {
    font-size: calc(18px * 1.2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 165, ../sass/index/index-how.scss */
  .IndexHow {
    padding: 95px 0;
    border-radius: 35px;
  }
  /* line 169, ../sass/index/index-how.scss */
  .IndexHow .title {
    font-size: 68px;
  }
  /* line 172, ../sass/index/index-how.scss */
  .IndexHow .title span {
    width: 80px;
    height: 80px;
    margin: 10px;
  }
  /* line 179, ../sass/index/index-how.scss */
  .IndexHow .text {
    margin-top: 30px;
    font-size: 16px;
  }
  /* line 184, ../sass/index/index-how.scss */
  .IndexHow .btns {
    margin-top: 30px;
  }
  /* line 188, ../sass/index/index-how.scss */
  .IndexHow .mess {
    margin-top: 30px;
  }
  /* line 191, ../sass/index/index-how.scss */
  .IndexHow .mess .phone {
    font-size: 26px;
  }
  /* line 196, ../sass/index/index-how.scss */
  .IndexHow .mess-link {
    width: 40px;
    height: 40px;
  }

  /* line 204, ../sass/index/index-how.scss */
  .lang-he .IndexHow .text {
    font-size: calc(16px * 1.2);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 214, ../sass/index/index-how.scss */
  .IndexHow {
    padding: 10vmin 0;
    border-radius: 7vmin;
  }
  /* line 218, ../sass/index/index-how.scss */
  .IndexHow .title {
    font-size: clamp(20px, 12vmin, 50px);
  }
  /* line 221, ../sass/index/index-how.scss */
  .IndexHow .title b {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 229, ../sass/index/index-how.scss */
  .IndexHow .title span {
    width: 14vmin;
    height: 14vmin;
    margin: 2vmin;
  }
  /* line 236, ../sass/index/index-how.scss */
  .IndexHow .text {
    margin-top: 7vmin;
    font-size: clamp(16px, 4vmin, 20px);
  }
  /* line 241, ../sass/index/index-how.scss */
  .IndexHow .btns {
    margin-top: 7vmin;
  }
  /* line 245, ../sass/index/index-how.scss */
  .IndexHow .mess {
    margin-top: 7vmin;
  }
  /* line 248, ../sass/index/index-how.scss */
  .IndexHow .mess .phone {
    font-size: 24px;
  }
  /* line 253, ../sass/index/index-how.scss */
  .IndexHow .mess-link {
    width: 36px;
    height: 36px;
  }

  /* line 261, ../sass/index/index-how.scss */
  .lang-he .IndexHow .text {
    font-size: calc(clamp(16px,4vmin,20px) * 1.2);
  }
}
/* line 1, ../sass/index/index-adv.scss */
.IndexAdv {
  background: rgba(248, 155, 41, 0.2);
  padding: 155px 0;
  border-radius: 55px;
}
/* line 6, ../sass/index/index-adv.scss */
.IndexAdv .title {
  position: relative;
  font-weight: 600;
  line-height: 1;
  max-width: 62%;
  font-size: 76px;
  margin-bottom: 105px;
}
/* line 14, ../sass/index/index-adv.scss */
.IndexAdv .title span {
  position: relative;
  display: inline-block;
  background: #00f064;
  padding: 0 15px;
  border-radius: 60px;
  margin-top: 10px;
}
/* line 24, ../sass/index/index-adv.scss */
.IndexAdv .img {
  position: relative;
  overflow: hidden;
  display: block;
  width: 55%;
  height: 425px;
  border-radius: 210px;
  margin-bottom: 105px;
}
/* line 33, ../sass/index/index-adv.scss */
.IndexAdv .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
/* line 42, ../sass/index/index-adv.scss */
.IndexAdv .list {
  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 56, ../sass/index/index-adv.scss */
.IndexAdv .list li {
  position: relative;
  width: calc((100% - 50px) / 2);
  margin-top: 50px;
}
/* line 61, ../sass/index/index-adv.scss */
.IndexAdv .list li:nth-child(1), .IndexAdv .list li:nth-child(2) {
  margin-top: 0;
}
/* line 65, ../sass/index/index-adv.scss */
.IndexAdv .list li b {
  display: block;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 15px;
}
/* line 72, ../sass/index/index-adv.scss */
.IndexAdv .list li span {
  display: block;
  line-height: 1.6;
  font-size: 18px;
}

/* line 82, ../sass/index/index-adv.scss */
.lang-he .IndexAdv {
  direction: rtl;
}
/* line 85, ../sass/index/index-adv.scss */
.lang-he .IndexAdv .title {
  font-size: calc(76px * 1.2);
}
/* line 91, ../sass/index/index-adv.scss */
.lang-he .IndexAdv .list li b {
  font-size: calc(24px * 1.2);
}
/* line 95, ../sass/index/index-adv.scss */
.lang-he .IndexAdv .list li span {
  font-size: calc(18px * 1.2);
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 105, ../sass/index/index-adv.scss */
  .IndexAdv {
    padding: 125px 0;
    border-radius: 45px;
  }
  /* line 109, ../sass/index/index-adv.scss */
  .IndexAdv .title {
    font-size: 60px;
    margin-bottom: 80px;
  }
  /* line 114, ../sass/index/index-adv.scss */
  .IndexAdv .title span {
    border-radius: 45px;
  }
  /* line 119, ../sass/index/index-adv.scss */
  .IndexAdv .img {
    height: 320px;
    border-radius: 160px;
    margin-bottom: 80px;
  }
  /* line 126, ../sass/index/index-adv.scss */
  .IndexAdv .list li {
    width: calc((100% - 40px) / 2);
    margin-top: 40px;
  }
  /* line 130, ../sass/index/index-adv.scss */
  .IndexAdv .list li:nth-child(1), .IndexAdv .list li:nth-child(2) {
    margin-top: 0;
  }
  /* line 134, ../sass/index/index-adv.scss */
  .IndexAdv .list li b {
    font-size: 22px;
    margin-bottom: 15px;
  }
  /* line 139, ../sass/index/index-adv.scss */
  .IndexAdv .list li span {
    font-size: 16px;
  }

  /* line 148, ../sass/index/index-adv.scss */
  .lang-he .IndexAdv .title {
    font-size: calc(60px * 1.2);
  }
  /* line 154, ../sass/index/index-adv.scss */
  .lang-he .IndexAdv .list li b {
    font-size: calc(22px * 1.2);
  }
  /* line 158, ../sass/index/index-adv.scss */
  .lang-he .IndexAdv .list li span {
    font-size: calc(16px * 1.2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 170, ../sass/index/index-adv.scss */
  .IndexAdv {
    padding: 95px 0;
    border-radius: 35px;
  }
  /* line 174, ../sass/index/index-adv.scss */
  .IndexAdv .title {
    font-size: 46px;
    margin-bottom: 60px;
  }
  /* line 178, ../sass/index/index-adv.scss */
  .IndexAdv .title span {
    border-radius: 35px;
  }
  /* line 183, ../sass/index/index-adv.scss */
  .IndexAdv .img {
    height: 240px;
    border-radius: 120px;
    margin-bottom: 60px;
  }
  /* line 190, ../sass/index/index-adv.scss */
  .IndexAdv .list li {
    width: calc((100% - 30px) / 2);
    margin-top: 30px;
  }
  /* line 194, ../sass/index/index-adv.scss */
  .IndexAdv .list li:nth-child(1), .IndexAdv .list li:nth-child(2) {
    margin-top: 0;
  }
  /* line 198, ../sass/index/index-adv.scss */
  .IndexAdv .list li b {
    font-size: 20px;
    margin-bottom: 12px;
  }
  /* line 203, ../sass/index/index-adv.scss */
  .IndexAdv .list li span {
    font-size: 14px;
  }

  /* line 212, ../sass/index/index-adv.scss */
  .lang-he .IndexAdv .title {
    font-size: calc(46px * 1.2);
  }
  /* line 218, ../sass/index/index-adv.scss */
  .lang-he .IndexAdv .list li b {
    font-size: calc(20px * 1.2);
  }
  /* line 222, ../sass/index/index-adv.scss */
  .lang-he .IndexAdv .list li span {
    font-size: calc(14px * 1.2);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 234, ../sass/index/index-adv.scss */
  .IndexAdv {
    padding: 10vmin 0;
    border-radius: 7vmin;
  }
  /* line 238, ../sass/index/index-adv.scss */
  .IndexAdv .title {
    max-width: 100%;
    font-size: clamp(20px, 12vmin, 50px);
    margin-bottom: 10vmin;
  }
  /* line 243, ../sass/index/index-adv.scss */
  .IndexAdv .title span {
    padding: 0 2vmin;
    border-radius: 6vmin;
    margin-top: 1vmin;
  }
  /* line 250, ../sass/index/index-adv.scss */
  .IndexAdv .img {
    width: 100%;
    height: 60vmin;
    border-radius: 30vmin;
    margin-bottom: 10vmin;
  }
  /* line 258, ../sass/index/index-adv.scss */
  .IndexAdv .list li {
    width: 100%;
    margin-top: 5vmin;
  }
  /* line 262, ../sass/index/index-adv.scss */
  .IndexAdv .list li:nth-child(2) {
    margin-top: 5vmin;
  }
  /* line 266, ../sass/index/index-adv.scss */
  .IndexAdv .list li b {
    font-size: clamp(18px, 5vmin, 24px);
    margin-bottom: 3vmin;
  }
  /* line 271, ../sass/index/index-adv.scss */
  .IndexAdv .list li span {
    font-size: clamp(16px, 4vmin, 18px);
  }

  /* line 280, ../sass/index/index-adv.scss */
  .lang-he .IndexAdv .title {
    font-size: calc(clamp(20px,12vmin,50px) * 1.1);
  }
  /* line 286, ../sass/index/index-adv.scss */
  .lang-he .IndexAdv .list li b {
    font-size: calc(clamp(18px,5vmin,24px) * 1.2);
  }
  /* line 290, ../sass/index/index-adv.scss */
  .lang-he .IndexAdv .list li span {
    font-size: calc(clamp(16px,4vmin,18px) * 1.2);
  }
}
/* line 1, ../sass/index/index-another-we.scss */
.IndexAnotherWe {
  position: relative;
  padding: 100px 0;
}
/* line 5, ../sass/index/index-another-we.scss */
.IndexAnotherWe .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 20, ../sass/index/index-another-we.scss */
.IndexAnotherWeCol {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 570px;
  max-width: calc((100% - 20px) / 2);
}

/* line 29, ../sass/index/index-another-we.scss */
.IndexAnotherWeBl {
  position: relative;
  background: #faf9f6;
  padding: 80px;
  border-radius: 55px;
}
/* line 35, ../sass/index/index-another-we.scss */
.IndexAnotherWeBl.colored {
  background: rgba(164, 84, 227, 0.2);
}
/* line 39, ../sass/index/index-another-we.scss */
.IndexAnotherWeBl b {
  display: block;
  font-weight: 600;
  font-size: 76px;
  margin-bottom: 25px;
}
/* line 46, ../sass/index/index-another-we.scss */
.IndexAnotherWeBl p {
  position: relative;
  font-size: 24px;
}

/* line 52, ../sass/index/index-another-we.scss */
.IndexAnotherWeList {
  position: relative;
  margin-top: 70px;
  padding-left: 100px;
}
/* line 57, ../sass/index/index-another-we.scss */
.IndexAnotherWeList li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 19px;
}
/* line 63, ../sass/index/index-another-we.scss */
.IndexAnotherWeList li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #faf9f6;
  background-image: url(/assets/img/4879883_achievement_check_mark_ok_success_icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: auto 12px;
  background-size: auto 12px;
}
/* line 82, ../sass/index/index-another-we.scss */
.IndexAnotherWeList.colored li:before {
  background-color: #00f064;
  background-image: url(/assets/img/4879883_achievement_check_mark_ok_success_icon_white.svg);
}

/* line 90, ../sass/index/index-another-we.scss */
.lang-he .IndexAnotherWe {
  direction: rtl;
}
/* line 95, ../sass/index/index-another-we.scss */
.lang-he .IndexAnotherWeBl b {
  font-size: calc(76px * 1.2);
}
/* line 99, ../sass/index/index-another-we.scss */
.lang-he .IndexAnotherWeBl p {
  font-size: calc(24px * 1.2);
}
/* line 104, ../sass/index/index-another-we.scss */
.lang-he .IndexAnotherWeList {
  padding-right: 100px;
  padding-left: 0;
}
/* line 108, ../sass/index/index-another-we.scss */
.lang-he .IndexAnotherWeList li {
  padding-right: 30px;
  padding-left: 0;
  font-size: calc(19px * 1.2);
}
/* line 113, ../sass/index/index-another-we.scss */
.lang-he .IndexAnotherWeList li:before {
  right: 0;
  left: auto;
  top: 4px;
}

@media only screen and (max-width: 1441px) and (max-width: 1640px) {
  /* line 124, ../sass/index/index-another-we.scss */
  .IndexAnotherWe {
    padding: 85px 0;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1439px) {
  /* line 132, ../sass/index/index-another-we.scss */
  .IndexAnotherWe {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 140, ../sass/index/index-another-we.scss */
  .IndexAnotherWe {
    padding: 55px 0;
  }

  /* line 144, ../sass/index/index-another-we.scss */
  .IndexAnotherWeBl {
    padding: 60px;
    border-radius: 45px;
  }
  /* line 148, ../sass/index/index-another-we.scss */
  .IndexAnotherWeBl b {
    font-size: 56px;
    margin-bottom: 20px;
  }
  /* line 153, ../sass/index/index-another-we.scss */
  .IndexAnotherWeBl p {
    font-size: 22px;
  }

  /* line 158, ../sass/index/index-another-we.scss */
  .IndexAnotherWeList {
    margin-top: 55px;
    padding-left: 75px;
  }
  /* line 162, ../sass/index/index-another-we.scss */
  .IndexAnotherWeList li {
    padding-left: 25px;
    margin-bottom: 18px;
    font-size: 17px;
  }
  /* line 167, ../sass/index/index-another-we.scss */
  .IndexAnotherWeList li:before {
    width: 18px;
    height: 18px;
  }

  /* line 176, ../sass/index/index-another-we.scss */
  .lang-he .IndexAnotherWeBl b {
    font-size: calc(56px * 1.2);
  }
  /* line 180, ../sass/index/index-another-we.scss */
  .lang-he .IndexAnotherWeBl p {
    font-size: calc(22px * 1.2);
  }
  /* line 185, ../sass/index/index-another-we.scss */
  .lang-he .IndexAnotherWeList {
    padding-right: 75px;
  }
  /* line 188, ../sass/index/index-another-we.scss */
  .lang-he .IndexAnotherWeList li {
    padding-right: 25px;
    font-size: calc(17px * 1.2);
  }
  /* line 192, ../sass/index/index-another-we.scss */
  .lang-he .IndexAnotherWeList li:before {
    top: 4px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 203, ../sass/index/index-another-we.scss */
  .IndexAnotherWe {
    padding: 40px 0;
  }

  /* line 207, ../sass/index/index-another-we.scss */
  .IndexAnotherWeBl {
    padding: 45px;
    border-radius: 35px;
  }
  /* line 211, ../sass/index/index-another-we.scss */
  .IndexAnotherWeBl b {
    font-size: 42px;
    margin-bottom: 15px;
  }
  /* line 216, ../sass/index/index-another-we.scss */
  .IndexAnotherWeBl p {
    font-size: 20px;
  }

  /* line 221, ../sass/index/index-another-we.scss */
  .IndexAnotherWeList {
    margin-top: 45px;
    padding-left: 55px;
  }
  /* line 225, ../sass/index/index-another-we.scss */
  .IndexAnotherWeList li {
    padding-left: 25px;
    margin-bottom: 15px;
    font-size: 15px;
  }
  /* line 230, ../sass/index/index-another-we.scss */
  .IndexAnotherWeList li:before {
    width: 15px;
    height: 15px;
    -webkit-background-size: auto 10px;
    background-size: auto 10px;
  }

  /* line 241, ../sass/index/index-another-we.scss */
  .lang-he .IndexAnotherWeBl b {
    font-size: calc(42px * 1.2);
  }
  /* line 245, ../sass/index/index-another-we.scss */
  .lang-he .IndexAnotherWeBl p {
    font-size: calc(20px * 1.2);
  }
  /* line 250, ../sass/index/index-another-we.scss */
  .lang-he .IndexAnotherWeList {
    padding-right: 55px;
  }
  /* line 253, ../sass/index/index-another-we.scss */
  .lang-he .IndexAnotherWeList li {
    padding-right: 25px;
    font-size: calc(15px * 1.2);
  }
  /* line 257, ../sass/index/index-another-we.scss */
  .lang-he .IndexAnotherWeList li:before {
    top: 3px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 268, ../sass/index/index-another-we.scss */
  .IndexAnotherWe {
    padding: 10vmin 0;
  }

  /* line 272, ../sass/index/index-another-we.scss */
  .IndexAnotherWeCol {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  /* line 277, ../sass/index/index-another-we.scss */
  .IndexAnotherWeCol:nth-last-child(1) {
    margin-bottom: 0;
  }

  /* line 282, ../sass/index/index-another-we.scss */
  .IndexAnotherWeBl {
    padding: 30px;
    border-radius: 7vmin;
  }
  /* line 286, ../sass/index/index-another-we.scss */
  .IndexAnotherWeBl b {
    font-size: clamp(20px, 10vmin, 42px);
    margin-bottom: 20px;
  }
  /* line 291, ../sass/index/index-another-we.scss */
  .IndexAnotherWeBl p {
    font-size: clamp(16px, 4vmin, 20px);
  }

  /* line 296, ../sass/index/index-another-we.scss */
  .IndexAnotherWeList {
    margin-top: 35px;
    padding-left: 30px;
  }
  /* line 300, ../sass/index/index-another-we.scss */
  .IndexAnotherWeList li {
    padding-left: 25px;
    margin-bottom: 15px;
    font-size: 15px;
  }
  /* line 305, ../sass/index/index-another-we.scss */
  .IndexAnotherWeList li:before {
    width: 15px;
    height: 15px;
    -webkit-background-size: auto 10px;
    background-size: auto 10px;
  }

  /* line 316, ../sass/index/index-another-we.scss */
  .lang-he .IndexAnotherWeBl b {
    font-size: calc(clamp(20px,10vmin,42px) * 1.2);
  }
  /* line 320, ../sass/index/index-another-we.scss */
  .lang-he .IndexAnotherWeBl p {
    font-size: calc(clamp(16px,4vmin,20px) * 1.2);
  }
  /* line 325, ../sass/index/index-another-we.scss */
  .lang-he .IndexAnotherWeList {
    padding-right: 30px;
  }
  /* line 328, ../sass/index/index-another-we.scss */
  .lang-he .IndexAnotherWeList li {
    padding-right: 25px;
    font-size: calc(15px * 1.2);
  }
  /* line 332, ../sass/index/index-another-we.scss */
  .lang-he .IndexAnotherWeList li:before {
    top: 3px;
  }
}
/* line 1, ../sass/index/index-services.scss */
.IndexServices {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}
/* line 6, ../sass/index/index-services.scss */
.IndexServices .title {
  font-weight: 600;
  line-height: 1;
  font-size: 58px;
  margin-bottom: 55px;
}
/* line 13, ../sass/index/index-services.scss */
.IndexServices .slider {
  margin-left: 45px;
  width: calc(78% - 45px) !important;
}
/* line 18, ../sass/index/index-services.scss */
.IndexServices .owl-stage-outer {
  overflow: visible !important;
}
/* line 22, ../sass/index/index-services.scss */
.IndexServices .owl-stage {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
/* line 30, ../sass/index/index-services.scss */
.IndexServices .owl-nav {
  position: absolute;
  top: calc(-55px - 44px);
  right: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}
/* line 42, ../sass/index/index-services.scss */
.IndexServices .owl-prev, .IndexServices .owl-next {
  display: block;
  height: 44px;
  border-radius: 22px;
  width: 80px;
  background-color: rgba(164, 84, 227, 0.1);
  margin: 0 10px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: auto 30px;
  background-size: auto 30px;
  background-image: url(/assets/img/4829870_arrow_back_left_icon.svg);
  transition: 0.3s ease all;
}
/* line 56, ../sass/index/index-services.scss */
.IndexServices .owl-prev:hover, .IndexServices .owl-next:hover {
  background-color: rgba(164, 84, 227, 0.5);
}
/* line 61, ../sass/index/index-services.scss */
.IndexServices .owl-next {
  transform: rotate(180deg);
}

/* line 66, ../sass/index/index-services.scss */
.IndexServicesB {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%;
  border-radius: 55px;
  padding: 10% 11%;
}
/* line 76, ../sass/index/index-services.scss */
.IndexServicesB.orange {
  background: rgba(248, 155, 41, 0.2);
}
/* line 80, ../sass/index/index-services.scss */
.IndexServicesB.violet {
  background: rgba(164, 84, 227, 0.1);
}
/* line 84, ../sass/index/index-services.scss */
.IndexServicesB.grey {
  background: #faf9f6;
}
/* line 88, ../sass/index/index-services.scss */
.IndexServicesB.ocean {
  background: rgba(61, 191, 190, 0.2);
}
/* line 92, ../sass/index/index-services.scss */
.IndexServicesB.green {
  background: rgba(115, 190, 1, 0.2);
}

/* line 97, ../sass/index/index-services.scss */
.IndexServicesB-video {
  position: relative;
  overflow: hidden;
  width: 36%;
  height: 13vw;
  border-radius: 7vw;
  margin-bottom: 55px;
}
/* line 105, ../sass/index/index-services.scss */
.IndexServicesB-video video, .IndexServicesB-video img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

/* line 114, ../sass/index/index-services.scss */
.IndexServicesB-Title {
  font-weight: 600;
  line-height: 1;
  font-size: 58px;
  margin-bottom: 40px;
}

/* line 121, ../sass/index/index-services.scss */
.IndexServicesB-Text {
  position: relative;
  font-weight: 500;
  line-height: 1.4;
  font-size: 20px;
  margin-bottom: 40px;
}

/* line 129, ../sass/index/index-services.scss */
.IndexServicesB-Btn {
  position: relative;
  text-align: right;
}

/* line 135, ../sass/index/index-services.scss */
.IndexServicesResult .IndexServicesB {
  width: calc((100% - 50px) / 2);
  margin-bottom: 50px;
  padding: 50px;
}
/* line 141, ../sass/index/index-services.scss */
.IndexServicesResult .IndexServicesB-Title {
  font-size: 44px;
}

/* line 148, ../sass/index/index-services.scss */
.lang-he .IndexServices .title {
  font-size: calc(58px * 1.2);
  direction: rtl;
}
/* line 153, ../sass/index/index-services.scss */
.lang-he .IndexServices .slider {
  margin-left: auto;
  margin-right: 45px;
}
/* line 158, ../sass/index/index-services.scss */
.lang-he .IndexServices .owl-nav {
  left: 0;
}
/* line 162, ../sass/index/index-services.scss */
.lang-he .IndexServices .owl-prev, .lang-he .IndexServices .owl-next {
  transform: rotateY(180deg);
}
/* line 166, ../sass/index/index-services.scss */
.lang-he .IndexServices .owl-next {
  transform: rotate(180deg) rotateY(180deg);
}
/* line 171, ../sass/index/index-services.scss */
.lang-he .IndexServicesB {
  direction: rtl;
}
/* line 175, ../sass/index/index-services.scss */
.lang-he .IndexServicesB-Title {
  font-size: calc(58px * 1.2);
}
/* line 179, ../sass/index/index-services.scss */
.lang-he .IndexServicesB-Text {
  font-size: calc(20px * 1.2);
}
/* line 184, ../sass/index/index-services.scss */
.lang-he .IndexServicesResult .IndexServicesB-Title {
  font-size: calc(44px * 1.2);
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 192, ../sass/index/index-services.scss */
  .IndexServices {
    padding: 55px 0;
  }
  /* line 195, ../sass/index/index-services.scss */
  .IndexServices .title {
    font-size: 44px;
    margin-bottom: 40px;
  }
  /* line 200, ../sass/index/index-services.scss */
  .IndexServices .slider {
    margin-left: 22px;
    width: calc(78% - 22px) !important;
  }
  /* line 205, ../sass/index/index-services.scss */
  .IndexServices .owl-nav {
    top: calc(-40px - 44px);
  }

  /* line 210, ../sass/index/index-services.scss */
  .IndexServicesB {
    border-radius: 40px;
  }

  /* line 214, ../sass/index/index-services.scss */
  .IndexServicesB-video {
    margin-bottom: 40px;
  }

  /* line 218, ../sass/index/index-services.scss */
  .IndexServicesB-Title {
    font-size: 44px;
    margin-bottom: 30px;
  }

  /* line 223, ../sass/index/index-services.scss */
  .IndexServicesB-Text {
    font-size: 18px;
    margin-bottom: 30px;
  }

  /* line 229, ../sass/index/index-services.scss */
  .IndexServicesResult .IndexServicesB {
    width: calc((100% - 40px) / 2);
    margin-bottom: 40px;
    padding: 40px;
  }
  /* line 235, ../sass/index/index-services.scss */
  .IndexServicesResult .IndexServicesB-Title {
    font-size: 40px;
  }

  /* line 242, ../sass/index/index-services.scss */
  .lang-he .IndexServices .title {
    font-size: calc(44px * 1.2);
  }
  /* line 246, ../sass/index/index-services.scss */
  .lang-he .IndexServices .slider {
    margin-right: 22px;
  }
  /* line 251, ../sass/index/index-services.scss */
  .lang-he .IndexServicesB-Title {
    font-size: calc(44px * 1.2);
  }
  /* line 255, ../sass/index/index-services.scss */
  .lang-he .IndexServicesB-Text {
    font-size: calc(18px * 1.2);
  }
  /* line 260, ../sass/index/index-services.scss */
  .lang-he .IndexServicesResult .IndexServicesB-Title {
    font-size: calc(40px * 1.2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 270, ../sass/index/index-services.scss */
  .IndexServices {
    padding: 40px 0;
  }
  /* line 273, ../sass/index/index-services.scss */
  .IndexServices .title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  /* line 278, ../sass/index/index-services.scss */
  .IndexServices .slider {
    margin-left: 15px;
    width: calc(88% - 15px) !important;
  }
  /* line 283, ../sass/index/index-services.scss */
  .IndexServices .owl-nav {
    top: calc(-30px - 40px);
  }
  /* line 287, ../sass/index/index-services.scss */
  .IndexServices .owl-prev, .IndexServices .owl-next {
    height: 40px;
    border-radius: 20px;
    width: 70px;
    -webkit-background-size: auto 28px;
    background-size: auto 28px;
  }

  /* line 296, ../sass/index/index-services.scss */
  .IndexServicesB {
    border-radius: 30px;
  }

  /* line 300, ../sass/index/index-services.scss */
  .IndexServicesB-video {
    margin-bottom: 30px;
  }

  /* line 304, ../sass/index/index-services.scss */
  .IndexServicesB-Title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  /* line 309, ../sass/index/index-services.scss */
  .IndexServicesB-Text {
    font-size: 16px;
    margin-bottom: 20px;
  }

  /* line 315, ../sass/index/index-services.scss */
  .IndexServicesResult .IndexServicesB {
    width: calc((100% - 30px) / 2);
    margin-bottom: 30px;
    padding: 30px;
  }
  /* line 321, ../sass/index/index-services.scss */
  .IndexServicesResult .IndexServicesB-Title {
    font-size: 32px;
  }

  /* line 328, ../sass/index/index-services.scss */
  .lang-he .IndexServices .title {
    font-size: calc(32px * 1.2);
  }
  /* line 332, ../sass/index/index-services.scss */
  .lang-he .IndexServices .slider {
    margin-right: 15px;
  }
  /* line 337, ../sass/index/index-services.scss */
  .lang-he .IndexServicesB-Title {
    font-size: calc(32px * 1.2);
  }
  /* line 341, ../sass/index/index-services.scss */
  .lang-he .IndexServicesB-Text {
    font-size: calc(16px * 1.2);
  }
  /* line 346, ../sass/index/index-services.scss */
  .lang-he .IndexServicesResult .IndexServicesB-Title {
    font-size: calc(32px * 1.2);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 356, ../sass/index/index-services.scss */
  .IndexServices {
    padding: 10vmin 0;
  }
  /* line 359, ../sass/index/index-services.scss */
  .IndexServices .title {
    font-size: clamp(20px, 7vmin, 32px);
    margin-bottom: 25px;
  }
  /* line 364, ../sass/index/index-services.scss */
  .IndexServices .slider {
    margin-left: 15px;
    width: calc(90% - 15px) !important;
  }
  /* line 369, ../sass/index/index-services.scss */
  .IndexServices .owl-nav {
    top: calc(-25px - 35px);
  }
  /* line 373, ../sass/index/index-services.scss */
  .IndexServices .owl-prev, .IndexServices .owl-next {
    height: 35px;
    border-radius: 18px;
    width: 60px;
    -webkit-background-size: auto 24px;
    background-size: auto 24px;
  }

  /* line 382, ../sass/index/index-services.scss */
  .IndexServicesB {
    border-radius: 30px;
    padding: 15px;
  }

  /* line 387, ../sass/index/index-services.scss */
  .IndexServicesB-video {
    width: 80%;
    height: 35vw;
    border-radius: 25vw;
    margin-bottom: 25px;
  }

  /* line 394, ../sass/index/index-services.scss */
  .IndexServicesB-Title {
    font-size: clamp(20px, 7vmin, 32px);
    margin-bottom: 25px;
  }

  /* line 399, ../sass/index/index-services.scss */
  .IndexServicesB-Text {
    font-weight: 400;
    font-size: clamp(14px, 4vmin, 18px);
    margin-bottom: 20px;
  }

  /* line 406, ../sass/index/index-services.scss */
  .IndexServicesResult .IndexServicesB {
    width: 100%;
    margin-bottom: 15px;
    padding: 15px;
  }
  /* line 412, ../sass/index/index-services.scss */
  .IndexServicesResult .IndexServicesB-Title {
    font-size: clamp(20px, 7vmin, 32px);
  }

  /* line 419, ../sass/index/index-services.scss */
  .lang-he .IndexServices .title {
    font-size: calc(clamp(20px, 7vmin, 32px) * 1.2);
  }
  /* line 423, ../sass/index/index-services.scss */
  .lang-he .IndexServices .slider {
    margin-right: 15px;
  }
  /* line 428, ../sass/index/index-services.scss */
  .lang-he .IndexServicesB-Title {
    font-size: calc(clamp(20px, 7vmin, 32px) * 1.2);
  }
  /* line 432, ../sass/index/index-services.scss */
  .lang-he .IndexServicesB-Text {
    font-size: calc(clamp(14px, 4vmin, 18px) * 1.2);
  }
  /* line 437, ../sass/index/index-services.scss */
  .lang-he .IndexServicesResult .IndexServicesB-Title {
    font-size: calc(clamp(20px, 7vmin, 32px) * 1.2);
  }
}
/* line 1, ../sass/index/index-news.scss */
.IndexNewsTab {
  position: relative;
  display: none;
}
/* line 5, ../sass/index/index-news.scss */
.IndexNewsTab.active {
  display: block;
}

/* line 10, ../sass/index/index-news.scss */
.IndexNews {
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px;
}
/* line 15, ../sass/index/index-news.scss */
.IndexNews .main-title {
  font-weight: 600;
  line-height: 1;
  font-size: 58px;
  margin-bottom: 50px;
}
/* line 22, ../sass/index/index-news.scss */
.IndexNews .nav {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 15px;
}
/* line 33, ../sass/index/index-news.scss */
.IndexNews .nav::-webkit-scrollbar {
  height: 6px;
}
/* line 36, ../sass/index/index-news.scss */
.IndexNews .nav::-webkit-scrollbar-track {
  background: transparent;
}
/* line 40, ../sass/index/index-news.scss */
.IndexNews .nav::-webkit-scrollbar-thumb {
  background: #a454e3;
}
/* line 44, ../sass/index/index-news.scss */
.IndexNews .nav::-webkit-scrollbar-button {
  display: none;
}
/* line 48, ../sass/index/index-news.scss */
.IndexNews .nav li {
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 500;
  border-radius: 23px;
  border: 1px solid #fff;
  color: #000;
  height: 46px;
  padding: 0 18px;
  font-size: 20px;
}
/* line 69, ../sass/index/index-news.scss */
.IndexNews .nav li.active {
  border: 0;
  background: #a454e3;
  background: -moz-linear-gradient(left, #a454e3 0%, #1942bf 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #a454e3), color-stop(100%, #1942bf));
  background: -webkit-linear-gradient(left, #a454e3 0%, #1942bf 100%);
  background: -o-linear-gradient(left, #a454e3 0%, #1942bf 100%);
  background: -ms-linear-gradient(left, #a454e3 0%, #1942bf 100%);
  background: linear-gradient(to right, #a454e3 0%, #1942bf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a454e3', endColorstr='#1942bf', GradientType=1 );
  color: #fff;
  pointer-events: none;
}
/* line 76, ../sass/index/index-news.scss */
.IndexNews .nav li:hover {
  color: #a454e3;
}

/* line 83, ../sass/index/index-news.scss */
.IndexNewsResult {
  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: 50px;
}

/* line 98, ../sass/index/index-news.scss */
.IndexNewsTPL {
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: calc((100% - 150px) / 3);
  height: 385px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 30px;
}
/* line 120, ../sass/index/index-news.scss */
.IndexNewsTPL:nth-child(3n) {
  margin-right: 0;
}
/* line 124, ../sass/index/index-news.scss */
.IndexNewsTPL:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  transition: 0.3s ease all;
  z-index: 1;
}
/* line 137, ../sass/index/index-news.scss */
.IndexNewsTPL picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
/* line 145, ../sass/index/index-news.scss */
.IndexNewsTPL picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
/* line 154, ../sass/index/index-news.scss */
.IndexNewsTPL .title {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.3;
  font-size: 30px;
  z-index: 2;
}
/* line 163, ../sass/index/index-news.scss */
.IndexNewsTPL .text {
  position: relative;
  z-index: 2;
  margin-top: auto;
  font-size: 16px;
  max-width: calc(100% - 50px);
}
/* line 171, ../sass/index/index-news.scss */
.IndexNewsTPL .more {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-image: url(/assets/img/9110847_arrow_top_right_icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 2;
}
/* line 184, ../sass/index/index-news.scss */
.IndexNewsTPL .more.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff !important;
  border-radius: 50%;
  transition: .3s ease-in-out;
}
/* line 193, ../sass/index/index-news.scss */
.IndexNewsTPL .more.icon svg {
  width: 34px;
  opacity: 1;
}
@media (hover: hover) {
  /* line 202, ../sass/index/index-news.scss */
  .IndexNewsTPL:hover {
    color: #fff;
  }
  /* line 205, ../sass/index/index-news.scss */
  .IndexNewsTPL:hover:after {
    background: rgba(164, 84, 227, 0.9);
  }
  /* line 209, ../sass/index/index-news.scss */
  .IndexNewsTPL:hover .more {
    background-image: url(/assets/img/9110847_arrow_top_right_icon_white.svg);
  }
}

/* line 218, ../sass/index/index-news.scss */
.lang-he .IndexNews {
  direction: rtl;
}
/* line 221, ../sass/index/index-news.scss */
.lang-he .IndexNews .main-title {
  font-size: calc(58px * 1.2);
}
/* line 227, ../sass/index/index-news.scss */
.lang-he .IndexNewsTPL:nth-child(3n) {
  margin-left: 0;
}
/* line 231, ../sass/index/index-news.scss */
.lang-he .IndexNewsTPL .title {
  font-size: calc(30px * 1.2);
}
/* line 235, ../sass/index/index-news.scss */
.lang-he .IndexNewsTPL .text {
  font-size: calc(16px * 1.2);
}
/* line 239, ../sass/index/index-news.scss */
.lang-he .IndexNewsTPL .more {
  left: 20px;
  right: auto;
  transform: rotate(-90deg);
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 249, ../sass/index/index-news.scss */
  .IndexNews {
    padding-top: 55px;
    padding-bottom: 25px;
  }
  /* line 253, ../sass/index/index-news.scss */
  .IndexNews .main-title {
    font-size: 44px;
    margin-bottom: 40px;
  }
  /* line 259, ../sass/index/index-news.scss */
  .IndexNews .nav li {
    border-radius: 20px;
    font-size: 18px;
    height: 40px;
  }

  /* line 267, ../sass/index/index-news.scss */
  .IndexNewsResult {
    gap: 30px;
  }

  /* line 271, ../sass/index/index-news.scss */
  .IndexNewsTPL {
    width: calc((100% - 90px) / 3);
    height: 297px;
    padding: 20px;
  }
  /* line 276, ../sass/index/index-news.scss */
  .IndexNewsTPL .title {
    font-size: 24px;
  }
  /* line 280, ../sass/index/index-news.scss */
  .IndexNewsTPL .text {
    font-size: 14px;
    max-width: calc(100% - 40px);
  }
  /* line 285, ../sass/index/index-news.scss */
  .IndexNewsTPL .more {
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
  }

  /* line 295, ../sass/index/index-news.scss */
  .lang-he .IndexNews .main-title {
    font-size: calc(44px * 1.2);
  }
  /* line 301, ../sass/index/index-news.scss */
  .lang-he .IndexNewsTPL .title {
    font-size: calc(24px * 1.2);
  }
  /* line 305, ../sass/index/index-news.scss */
  .lang-he .IndexNewsTPL .text {
    font-size: calc(14px * 1.2);
  }
  /* line 309, ../sass/index/index-news.scss */
  .lang-he .IndexNewsTPL .more {
    left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 319, ../sass/index/index-news.scss */
  .IndexNews {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  /* line 323, ../sass/index/index-news.scss */
  .IndexNews .main-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  /* line 328, ../sass/index/index-news.scss */
  .IndexNews .nav {
    gap: 10px;
  }
  /* line 331, ../sass/index/index-news.scss */
  .IndexNews .nav li {
    border-radius: 20px;
    font-size: 16px;
    height: 40px;
  }

  /* line 339, ../sass/index/index-news.scss */
  .IndexNewsResult {
    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: 20px;
  }

  /* line 354, ../sass/index/index-news.scss */
  .IndexNewsTPL {
    width: calc((100% - 20px) / 2);
    height: 218px;
    padding: 15px;
  }
  /* line 359, ../sass/index/index-news.scss */
  .IndexNewsTPL .title {
    font-size: 20px;
  }
  /* line 363, ../sass/index/index-news.scss */
  .IndexNewsTPL .text {
    font-size: 13px;
    max-width: calc(100% - 30px);
  }
  /* line 368, ../sass/index/index-news.scss */
  .IndexNewsTPL .more {
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }

  /* line 378, ../sass/index/index-news.scss */
  .lang-he .IndexNews .main-title {
    font-size: calc(32px * 1.2);
  }
  /* line 384, ../sass/index/index-news.scss */
  .lang-he .IndexNewsTPL .title {
    font-size: calc(20px * 1.2);
  }
  /* line 388, ../sass/index/index-news.scss */
  .lang-he .IndexNewsTPL .text {
    font-size: calc(13px * 1.2);
  }
  /* line 392, ../sass/index/index-news.scss */
  .lang-he .IndexNewsTPL .more {
    left: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 402, ../sass/index/index-news.scss */
  .IndexNews {
    padding-top: 10vmin;
    padding-bottom: calc(10vmin - 15px);
  }
  /* line 406, ../sass/index/index-news.scss */
  .IndexNews .main-title {
    font-size: clamp(20px, 8vmin, 32px);
    margin-bottom: 5vmin;
  }
  /* line 411, ../sass/index/index-news.scss */
  .IndexNews .nav {
    gap: 10px;
    position: relative;
    right: initial;
    margin-bottom: 5vmin;
  }
  /* line 417, ../sass/index/index-news.scss */
  .IndexNews .nav li {
    border-radius: 20px;
    font-size: 14px;
    height: 34px;
    padding: 0 15px;
  }

  /* line 426, ../sass/index/index-news.scss */
  .IndexNewsResult {
    gap: 15px;
  }

  /* line 430, ../sass/index/index-news.scss */
  .IndexNewsTPL {
    width: 100%;
    height: auto;
    padding: 15px;
  }
  /* line 435, ../sass/index/index-news.scss */
  .IndexNewsTPL picture {
    display: none;
  }
  /* line 439, ../sass/index/index-news.scss */
  .IndexNewsTPL .title {
    font-size: clamp(18px, 6vmin, 20px);
  }
  /* line 443, ../sass/index/index-news.scss */
  .IndexNewsTPL .text {
    font-size: clamp(14px, 4vmin, 16px);
    max-width: calc(100% - 30px);
    margin-top: 30px;
  }
  /* line 449, ../sass/index/index-news.scss */
  .IndexNewsTPL .more {
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }

  /* line 459, ../sass/index/index-news.scss */
  .lang-he .IndexNews .main-title {
    font-size: calc(clamp(20px, 8vmin, 32px) * 1.2);
  }
  /* line 465, ../sass/index/index-news.scss */
  .lang-he .IndexNewsTPL .title {
    font-size: calc(clamp(18px, 6vmin, 20px) * 1.2);
  }
  /* line 469, ../sass/index/index-news.scss */
  .lang-he .IndexNewsTPL .text {
    font-size: calc(clamp(14px, 4vmin, 16px) * 1.2);
  }
  /* line 473, ../sass/index/index-news.scss */
  .lang-he .IndexNewsTPL .more {
    left: 10px;
  }
}
/* line 1, ../sass/index/index-work.scss */
.IndexWork {
  position: relative;
  padding: 100px 0;
}
/* line 5, ../sass/index/index-work.scss */
.IndexWork .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 19, ../sass/index/index-work.scss */
.IndexWork .col {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 570px;
  max-width: calc((100% - 20px) / 2);
}
/* line 27, ../sass/index/index-work.scss */
.IndexWork .col.pad-top {
  padding-top: 40px;
}
/* line 32, ../sass/index/index-work.scss */
.IndexWork .title {
  position: relative;
  font-weight: 600;
  line-height: 1;
  font-size: 46px;
}
/* line 39, ../sass/index/index-work.scss */
.IndexWork .grey, .IndexWork .violet {
  position: relative;
  background: #faf9f6;
  border-radius: 55px;
  padding: 40px;
}
/* line 46, ../sass/index/index-work.scss */
.IndexWork .violet {
  background: #a454e3;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  margin-top: 50px;
}
/* line 54, ../sass/index/index-work.scss */
.IndexWork .list {
  position: relative;
  counter-reset: section;
  margin-top: 50px;
}
/* line 59, ../sass/index/index-work.scss */
.IndexWork .list li {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  min-height: 50px;
  font-size: 24px;
  padding-left: 100px;
  margin-bottom: 30px;
}
/* line 73, ../sass/index/index-work.scss */
.IndexWork .list li:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 76, ../sass/index/index-work.scss */
.IndexWork .list li:nth-last-child(1):after {
  display: none;
}
/* line 81, ../sass/index/index-work.scss */
.IndexWork .list li:before {
  counter-increment: section;
  content: counter(section);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #00f064;
  font-weight: 600;
  font-size: 32px;
}
/* line 103, ../sass/index/index-work.scss */
.IndexWork .list li:after {
  content: '';
  display: block;
  position: absolute;
  top: 50px;
  left: 24px;
  width: 2px;
  height: calc(100% - 50px + 30px);
  background: #00f064;
}
/* line 116, ../sass/index/index-work.scss */
.IndexWork .list.no-count {
  counter-reset: none;
}
/* line 119, ../sass/index/index-work.scss */
.IndexWork .list.no-count li:before {
  content: "\2014";
  background: transparent;
}
/* line 124, ../sass/index/index-work.scss */
.IndexWork .list.no-count li:after {
  display: none;
}

/* line 131, ../sass/index/index-work.scss */
.lang-he .IndexWork {
  direction: rtl;
}
/* line 134, ../sass/index/index-work.scss */
.lang-he .IndexWork .title {
  font-size: calc(46px * 1.2);
}
/* line 138, ../sass/index/index-work.scss */
.lang-he .IndexWork .violet {
  font-size: calc(24px * 1.2);
}
/* line 143, ../sass/index/index-work.scss */
.lang-he .IndexWork .list li {
  font-size: calc(24px * 1.2);
  padding-right: 100px;
  padding-left: 0;
}
/* line 148, ../sass/index/index-work.scss */
.lang-he .IndexWork .list li:before {
  right: 0;
  left: auto;
}
/* line 153, ../sass/index/index-work.scss */
.lang-he .IndexWork .list li:after {
  right: 24px;
  left: auto;
}

@media only screen and (max-width: 1441px) and (max-width: 1640px) {
  /* line 164, ../sass/index/index-work.scss */
  .IndexWork {
    padding: 85px 0;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1439px) {
  /* line 172, ../sass/index/index-work.scss */
  .IndexWork {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 180, ../sass/index/index-work.scss */
  .IndexWork {
    padding: 55px 0;
  }
  /* line 184, ../sass/index/index-work.scss */
  .IndexWork .col.pad-top {
    padding-top: 30px;
  }
  /* line 189, ../sass/index/index-work.scss */
  .IndexWork .title {
    font-size: 36px;
  }
  /* line 193, ../sass/index/index-work.scss */
  .IndexWork .grey, .IndexWork .violet {
    border-radius: 45px;
    padding: 30px;
  }
  /* line 198, ../sass/index/index-work.scss */
  .IndexWork .violet {
    font-size: 20px;
    margin-top: 38px;
  }
  /* line 203, ../sass/index/index-work.scss */
  .IndexWork .list {
    margin-top: 38px;
  }
  /* line 206, ../sass/index/index-work.scss */
  .IndexWork .list li {
    min-height: 38px;
    font-size: 20px;
    padding-left: 75px;
    margin-bottom: 23px;
  }
  /* line 212, ../sass/index/index-work.scss */
  .IndexWork .list li:before {
    width: 38px;
    height: 38px;
    font-size: 24px;
  }
  /* line 218, ../sass/index/index-work.scss */
  .IndexWork .list li:after {
    top: 38px;
    left: 18px;
    width: 2px;
    height: calc(100% - 38px + 23px);
  }

  /* line 230, ../sass/index/index-work.scss */
  .lang-he .IndexWork .title {
    font-size: calc(36px * 1.2);
  }
  /* line 234, ../sass/index/index-work.scss */
  .lang-he .IndexWork .violet {
    font-size: calc(20px * 1.2);
  }
  /* line 239, ../sass/index/index-work.scss */
  .lang-he .IndexWork .list li {
    font-size: calc(20px * 1.2);
    padding-right: 75px;
  }
  /* line 243, ../sass/index/index-work.scss */
  .lang-he .IndexWork .list li:after {
    right: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 255, ../sass/index/index-work.scss */
  .IndexWork {
    padding: 40px 0;
  }
  /* line 259, ../sass/index/index-work.scss */
  .IndexWork .col.pad-top {
    padding-top: 15px;
  }
  /* line 264, ../sass/index/index-work.scss */
  .IndexWork .title {
    font-size: 30px;
  }
  /* line 268, ../sass/index/index-work.scss */
  .IndexWork .grey, .IndexWork .violet {
    border-radius: 35px;
    padding: 15px;
  }
  /* line 273, ../sass/index/index-work.scss */
  .IndexWork .violet {
    font-size: 16px;
    margin-top: 28px;
  }
  /* line 278, ../sass/index/index-work.scss */
  .IndexWork .list {
    margin-top: 28px;
  }
  /* line 281, ../sass/index/index-work.scss */
  .IndexWork .list li {
    min-height: 32px;
    font-size: 16px;
    padding-left: 55px;
    margin-bottom: 17px;
  }
  /* line 287, ../sass/index/index-work.scss */
  .IndexWork .list li:before {
    width: 32px;
    height: 32px;
    font-size: 20px;
  }
  /* line 293, ../sass/index/index-work.scss */
  .IndexWork .list li:after {
    top: 32px;
    left: 15px;
    width: 2px;
    height: calc(100% - 32px + 17px);
  }

  /* line 305, ../sass/index/index-work.scss */
  .lang-he .IndexWork .title {
    font-size: calc(30px * 1.2);
  }
  /* line 309, ../sass/index/index-work.scss */
  .lang-he .IndexWork .violet {
    font-size: calc(16px * 1.2);
  }
  /* line 314, ../sass/index/index-work.scss */
  .lang-he .IndexWork .list li {
    font-size: calc(16px * 1.2);
    padding-right: 55px;
  }
  /* line 318, ../sass/index/index-work.scss */
  .lang-he .IndexWork .list li:after {
    right: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 330, ../sass/index/index-work.scss */
  .IndexWork {
    padding: 10vmin 0;
  }
  /* line 333, ../sass/index/index-work.scss */
  .IndexWork .col {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
  /* line 338, ../sass/index/index-work.scss */
  .IndexWork .col.pad-top {
    padding-top: 0;
    margin-top: 0;
  }
  /* line 344, ../sass/index/index-work.scss */
  .IndexWork .title {
    font-size: clamp(24px, 7.5vw, 30px);
  }
  /* line 348, ../sass/index/index-work.scss */
  .IndexWork .grey, .IndexWork .violet {
    border-radius: 7vmin;
    padding: 15px;
  }
  /* line 353, ../sass/index/index-work.scss */
  .IndexWork .violet {
    text-align: center;
    font-size: clamp(12px, 4vw, 16px);
    margin-top: 28px;
  }
  /* line 359, ../sass/index/index-work.scss */
  .IndexWork .list {
    margin-top: 28px;
  }
  /* line 362, ../sass/index/index-work.scss */
  .IndexWork .list li {
    min-height: 32px;
    font-size: 16px;
    padding-left: 55px;
    margin-bottom: 17px;
  }
  /* line 368, ../sass/index/index-work.scss */
  .IndexWork .list li:before {
    width: 32px;
    height: 32px;
    font-size: 20px;
  }
  /* line 374, ../sass/index/index-work.scss */
  .IndexWork .list li:after {
    top: 32px;
    left: 15px;
    width: 2px;
    height: calc(100% - 32px + 17px);
  }

  /* line 386, ../sass/index/index-work.scss */
  .lang-he .IndexWork .title {
    font-size: calc(clamp(24px,7.5vw,30px) * 1.2);
  }
  /* line 390, ../sass/index/index-work.scss */
  .lang-he .IndexWork .violet {
    font-size: calc(clamp(12px,4vw,16px) * 1.2);
  }
  /* line 395, ../sass/index/index-work.scss */
  .lang-he .IndexWork .list li {
    font-size: calc(16px * 1.2);
    padding-right: 55px;
  }
  /* line 399, ../sass/index/index-work.scss */
  .lang-he .IndexWork .list li:after {
    right: 15px;
  }
}
/* line 1, ../sass/index/index-quiz.scss */
.CI-OpenQuiz {
  padding: 100px 0;
  background: rgba(147, 83, 255, 0.1);
}
/* line 5, ../sass/index/index-quiz.scss */
.CI-OpenQuiz .site-title {
  position: relative;
  font-weight: 600;
  line-height: 1;
  font-size: 58px;
  margin-bottom: 10px;
}
/* line 12, ../sass/index/index-quiz.scss */
.CI-OpenQuiz .site-title span {
  color: #a454e3;
}
/* line 17, ../sass/index/index-quiz.scss */
.CI-OpenQuiz .site-text {
  position: relative;
  font-size: 18px;
}

/* line 23, ../sass/index/index-quiz.scss */
.CI-OpenQuiz-Inner {
  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 37, ../sass/index/index-quiz.scss */
.CI-OpenQuiz-Inner .img {
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(33, 31, 46, 0.16);
  border-radius: 8px;
  margin: 40px 0;
  width: calc((100% - 50px) / 2);
}
/* line 46, ../sass/index/index-quiz.scss */
.CI-OpenQuiz-Inner .img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
/* line 58, ../sass/index/index-quiz.scss */
.CI-OpenQuiz-Inner .podborCyprus-modal {
  width: calc((100% - 50px) / 2);
}

/* line 63, ../sass/index/index-quiz.scss */
.open-podborCyprus {
  cursor: pointer;
}

/* line 67, ../sass/index/index-quiz.scss */
.podborCyprus-overflow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(105, 99, 131, 0.6);
  z-index: 1;
  transition: 0.24s cubic-bezier(0.24, 0.1, 0.24, 1) 0.16s;
  transition-property: opacity,visibility;
  opacity: 0;
  pointer-events: none;
}

/* line 81, ../sass/index/index-quiz.scss */
.podborCyprus-modal {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  pointer-events: none;
}
/* line 93, ../sass/index/index-quiz.scss */
.podborCyprus-modal.show {
  display: flex;
  pointer-events: all;
}
/* line 97, ../sass/index/index-quiz.scss */
.podborCyprus-modal.show .podborCyprus-aside {
  pointer-events: all;
  visibility: visible;
  -webkit-animation: modal-module__modal-in___37sFe 0.4s cubic-bezier(0.24, 0.1, 0.24, 1) 0.16s forwards;
  animation: modal-module__modal-in___37sFe 0.4s cubic-bezier(0.24, 0.1, 0.24, 1) 0.16s forwards;
}
/* line 104, ../sass/index/index-quiz.scss */
.podborCyprus-modal.show .podborCyprus-overflow {
  opacity: 1;
  pointer-events: all;
}

/* line 111, ../sass/index/index-quiz.scss */
.podborCyprus-aside {
  z-index: 2;
  width: 100%;
  max-width: 960px;
  margin: 24px auto;
  padding: 48px;
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 8px 32px rgba(33, 31, 46, 0.16);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  border-radius: 8px;
  opacity: 0;
  transform: scale(0.88);
  overflow: hidden;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.24s cubic-bezier(0.24, 0.1, 0.24, 1) 0.16s;
  transition-property: opacity,visibility;
  pointer-events: none;
}

@-webkit-keyframes modal-module__modal-in___37sFe {
  0% {
    opacity: 0;
    transform: scale(0.88);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes modal-module__modal-in___37sFe {
  0% {
    opacity: 0;
    transform: scale(0.88);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes modal-module__modal-out___1dK8d {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.88);
  }
}
@keyframes modal-module__modal-out___1dK8d {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.88);
  }
}
/* line 147, ../sass/index/index-quiz.scss */
.podborCyprus-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  display: none;
}
/* line 153, ../sass/index/index-quiz.scss */
.podborCyprus-box.active {
  display: flex;
}
/* line 157, ../sass/index/index-quiz.scss */
.podborCyprus-box b {
  color: rgba(73, 68, 96, 0.8);
  font-weight: 500;
  display: block;
  font-size: 14px;
}
/* line 164, ../sass/index/index-quiz.scss */
.podborCyprus-box h5, .podborCyprus-box h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}
/* line 169, ../sass/index/index-quiz.scss */
.podborCyprus-box h5 strong, .podborCyprus-box h3 strong {
  color: rgba(73, 68, 96, 0.8);
}
/* line 174, ../sass/index/index-quiz.scss */
.podborCyprus-box span {
  margin-top: 16px;
  display: block;
  font-size: 16px;
}
/* line 180, ../sass/index/index-quiz.scss */
.podborCyprus-box ul {
  display: block;
  margin-top: 16px;
}
/* line 184, ../sass/index/index-quiz.scss */
.podborCyprus-box ul img {
  display: block;
  width: 34px;
  margin-right: 12px;
}
/* line 190, ../sass/index/index-quiz.scss */
.podborCyprus-box ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  margin-top: 8px;
  display: flex;
  align-items: center;
}
/* line 198, ../sass/index/index-quiz.scss */
.podborCyprus-box ul li:first-child {
  margin-top: 0;
}

/* line 205, ../sass/index/index-quiz.scss */
.podborCyprus-box-top {
  position: relative;
  min-height: 340px;
}

/* line 210, ../sass/index/index-quiz.scss */
.podborCyprus-box-wr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 32px;
  font-size: 18px;
}
/* line 217, ../sass/index/index-quiz.scss */
.podborCyprus-box-wr p {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
}
/* line 223, ../sass/index/index-quiz.scss */
.podborCyprus-box-wr label {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: calc((100% - 15px) / 2);
  position: relative;
  margin-top: 15px;
  line-height: 1.2;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 12px 15px;
}
/* line 235, ../sass/index/index-quiz.scss */
.podborCyprus-box-wr label:nth-child(1), .podborCyprus-box-wr label:nth-child(2) {
  margin-top: 0;
}
/* line 239, ../sass/index/index-quiz.scss */
.podborCyprus-box-wr label.w50 {
  width: 50%;
}
/* line 243, ../sass/index/index-quiz.scss */
.podborCyprus-box-wr label.privacy {
  align-items: flex-start;
}
/* line 246, ../sass/index/index-quiz.scss */
.podborCyprus-box-wr label.privacy i {
  font-size: 14px;
  line-height: 1.3;
}
/* line 252, ../sass/index/index-quiz.scss */
.podborCyprus-box-wr label input {
  position: absolute;
  opacity: 0;
  /* z-index: -1; */
  outline: none;
  -webkit-appearance: auto;
}
/* line 261, ../sass/index/index-quiz.scss */
.podborCyprus-box-wr label input:checked ~ .radio {
  background-color: #a454e3;
}
/* line 264, ../sass/index/index-quiz.scss */
.podborCyprus-box-wr label input:checked ~ .radio:after {
  display: block;
}
/* line 269, ../sass/index/index-quiz.scss */
.podborCyprus-box-wr label input:checked ~ .checkbox {
  background-color: #fff;
  border-color: #a454e3;
}
/* line 273, ../sass/index/index-quiz.scss */
.podborCyprus-box-wr label input:checked ~ .checkbox:after {
  display: block;
}
/* line 281, ../sass/index/index-quiz.scss */
.podborCyprus-box-wr .radio {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border-radius: 2px;
  transition: 0.24s cubic-bezier(0.24, 0.1, 0.24, 1);
  transition-property: border-color,background-color;
  border: 1px solid #d6d4d4;
  box-sizing: border-box;
  margin-right: 8px;
  border-radius: 50%;
  background-color: transparent;
}
/* line 295, ../sass/index/index-quiz.scss */
.podborCyprus-box-wr .radio:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #a454e3;
  display: none;
}
/* line 309, ../sass/index/index-quiz.scss */
.podborCyprus-box-wr .checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border-radius: 2px;
  transition: 0.24s cubic-bezier(0.24, 0.1, 0.24, 1);
  transition-property: border-color,background-color;
  border: 2px solid #d6d4d4;
  box-sizing: border-box;
  margin-right: 8px;
  background-color: transparent;
  border-radius: 50%;
}
/* line 323, ../sass/index/index-quiz.scss */
.podborCyprus-box-wr .checkbox:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #a454e3;
  display: none;
}
/* line 339, ../sass/index/index-quiz.scss */
.podborCyprus-box-wr i a {
  text-decoration: underline;
}
/* line 342, ../sass/index/index-quiz.scss */
.podborCyprus-box-wr i a:hover {
  color: #a454e3;
}
/* line 348, ../sass/index/index-quiz.scss */
.podborCyprus-box-wr .price-slider-wr {
  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;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 12px 15px;
  gap: 10px;
}
/* line 366, ../sass/index/index-quiz.scss */
.podborCyprus-box-wr .price-slider-wr .price-slider-title {
  position: relative;
  -ms-align-self: center;
  align-self: center;
  width: calc((100% - 10px) / 2);
}
/* line 373, ../sass/index/index-quiz.scss */
.podborCyprus-box-wr .price-slider-wr .price-slider-input {
  position: relative;
  width: calc((100% - 10px) / 2);
}
/* line 377, ../sass/index/index-quiz.scss */
.podborCyprus-box-wr .price-slider-wr .price-slider-input input {
  width: 100%;
  font-size: 18px;
  text-align: right;
}
/* line 384, ../sass/index/index-quiz.scss */
.podborCyprus-box-wr .price-slider-wr .price-slider {
  width: 100%;
}
/* line 389, ../sass/index/index-quiz.scss */
.podborCyprus-box-wr .price-slider-wr .ui-slider-horizontal .ui-slider-handle {
  outline: none;
  top: 0px;
  transform: translateY(-100%);
  border-radius: 50%;
}
/* line 395, ../sass/index/index-quiz.scss */
.podborCyprus-box-wr .price-slider-wr .ui-slider-horizontal .ui-slider-handle.ui-state-active {
  background: #1942bf;
  border-color: #1942bf;
}
/* line 401, ../sass/index/index-quiz.scss */
.podborCyprus-box-wr .price-slider-wr .ui-slider-horizontal .ui-slider-range {
  background: #a454e3;
}
/* line 407, ../sass/index/index-quiz.scss */
.podborCyprus-box-wr .budget-mid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  gap: 0 15px;
}
/* line 417, ../sass/index/index-quiz.scss */
.podborCyprus-box-wr .budget-mid-col {
  width: calc((100% - 15px) / 2);
}
/* line 420, ../sass/index/index-quiz.scss */
.podborCyprus-box-wr .budget-mid-col p {
  margin-bottom: 0;
}
/* line 425, ../sass/index/index-quiz.scss */
.podborCyprus-box-wr .input-container {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 0 30px;
}
/* line 431, ../sass/index/index-quiz.scss */
.podborCyprus-box-wr .input-container .shekel-symbol {
  position: absolute;
  top: 10px;
  left: 7px;
}
/* line 437, ../sass/index/index-quiz.scss */
.podborCyprus-box-wr .input-container .input {
  display: block;
  width: 100%;
  height: 46px;
}

/* line 445, ../sass/index/index-quiz.scss */
.podborCyprus-box-phone {
  width: 100%;
  margin-bottom: 24px;
  position: relative;
}
/* line 450, ../sass/index/index-quiz.scss */
.podborCyprus-box-phone input {
  border-color: #ccc9d9;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  background-color: #fff;
  height: 60px;
  color: #211f2e;
  font-size: 16px;
  width: 100%;
  padding: 0 16px;
  padding-top: 5px;
}
/* line 463, ../sass/index/index-quiz.scss */
.podborCyprus-box-phone input:focus {
  box-shadow: 0 12px 20px rgba(38, 68, 217, 0.16);
  border-color: #a454e3;
}
/* line 468, ../sass/index/index-quiz.scss */
.podborCyprus-box-phone input:not(:placeholder-shown) {
  box-shadow: 0 12px 20px rgba(38, 68, 217, 0.16);
  border-color: #a454e3;
}
/* line 473, ../sass/index/index-quiz.scss */
.podborCyprus-box-phone input:not(:placeholder-shown) + label {
  transform: translate(0) scale(1);
}
/* line 480, ../sass/index/index-quiz.scss */
.podborCyprus-box-phone input:focus + label {
  transform: translate(0) scale(1);
}
/* line 487, ../sass/index/index-quiz.scss */
.podborCyprus-box-phone label {
  font-size: 12px;
  letter-spacing: .2px;
  width: 100%;
  display: inline-block;
  padding: 0 16px;
  transform-origin: top left;
  will-change: transform;
  transition: transform 0.2s cubic-bezier(0, 0, 0.2, 1);
  transform: translateY(13px) scale(1.4);
  position: absolute;
  left: 0;
  color: #6e6a81;
  pointer-events: none;
}

@keyframes pulse2 {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    transform: scale(1.3, 1.3);
    opacity: 0;
  }
}
/* line 515, ../sass/index/index-quiz.scss */
.podborCyprus-box-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
/* line 520, ../sass/index/index-quiz.scss */
.podborCyprus-box-bottom .site-btn {
  max-width: 296px;
  padding: 0 30px;
  position: relative;
}
/* line 525, ../sass/index/index-quiz.scss */
.podborCyprus-box-bottom .site-btn span {
  margin-top: 0;
}
/* line 529, ../sass/index/index-quiz.scss */
.podborCyprus-box-bottom .site-btn#nextnext1 {
  margin-left: auto;
}
/* line 534, ../sass/index/index-quiz.scss */
.podborCyprus-box-bottom .site-btn#lastdislastdis:after, .podborCyprus-box-bottom .site-btn#lastdislastdis:before {
  display: none;
}
/* line 538, ../sass/index/index-quiz.scss */
.podborCyprus-box-bottom .site-btn#lastdislastdis span:after {
  display: none;
}
/* line 544, ../sass/index/index-quiz.scss */
.podborCyprus-box-bottom .site-btn.nextnext span:after {
  content: " →";
  font-size: 18px;
  line-height: 1;
  margin-left: 10px;
  position: relative;
  top: -1px;
}
/* line 553, ../sass/index/index-quiz.scss */
.podborCyprus-box-bottom .site-btn.nextnext:before {
  content: "";
  border-radius: 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 66, 191, 0.5);
  animation: pulse2 2s linear infinite;
  z-index: -1;
}
/* line 566, ../sass/index/index-quiz.scss */
.podborCyprus-box-bottom .site-btn.nextnext:after {
  content: "";
  border-radius: 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 66, 191, 0.5);
  animation: pulse2 2s linear infinite;
  animation-delay: 1s;
  z-index: -1;
}
/* line 581, ../sass/index/index-quiz.scss */
.podborCyprus-box-bottom .site-btn.back {
  background: rgba(151, 142, 190, 0.2);
  color: #211f2e;
  width: 66px;
  padding: 0;
  margin-right: 20px;
}
/* line 588, ../sass/index/index-quiz.scss */
.podborCyprus-box-bottom .site-btn.back:before {
  content: " →";
  font-size: 18px;
  line-height: 1;
  position: relative;
  top: -1px;
  transform: scaleX(-1);
}
/* line 597, ../sass/index/index-quiz.scss */
.podborCyprus-box-bottom .site-btn.back:hover {
  background-color: rgba(127, 120, 161, 0.4);
}
/* line 602, ../sass/index/index-quiz.scss */
.podborCyprus-box-bottom .site-btn.consult {
  margin-left: auto;
  background-color: rgba(127, 120, 161, 0.4);
  color: #38cae3;
}
/* line 607, ../sass/index/index-quiz.scss */
.podborCyprus-box-bottom .site-btn.consult:hover {
  background-color: #a454e3;
  color: #fff;
}
/* line 613, ../sass/index/index-quiz.scss */
.podborCyprus-box-bottom .site-btn.disable {
  cursor: not-allowed;
  background-color: rgba(151, 142, 190, 0.2);
  color: rgba(105, 99, 131, 0.6);
  pointer-events: none;
}

/* line 622, ../sass/index/index-quiz.scss */
.podborCyprus-aside-close {
  position: absolute;
  cursor: pointer;
  color: rgba(73, 68, 96, 0.8);
  background: none;
  border: none;
  display: flex;
  width: 32px;
  height: 32px;
  transition: background-color 0.24s cubic-bezier(0.24, 0.1, 0.24, 1);
  background-color: #fff;
  top: 8px;
  right: 8px;
  padding: 8px;
  border-radius: 50%;
  box-sizing: border-box;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
/* line 643, ../sass/index/index-quiz.scss */
.podborCyprus-aside-close:hover {
  background-color: #f3f1f8;
}

/* line 648, ../sass/index/index-quiz.scss */
.podborCyprus-top {
  display: flex;
  align-items: center;
  padding-bottom: 48px;
  position: relative;
  margin-bottom: 48px;
}
/* line 655, ../sass/index/index-quiz.scss */
.podborCyprus-top:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 300%;
  height: 5px;
  background-color: #f3f3f3;
}
/* line 665, ../sass/index/index-quiz.scss */
.podborCyprus-top p {
  margin-left: 10px;
}
/* line 669, ../sass/index/index-quiz.scss */
.podborCyprus-top svg {
  display: inline-block;
  vertical-align: top;
  padding-right: 3px;
  padding-left: 3px;
  width: 20px;
  height: 20px;
}
/* line 678, ../sass/index/index-quiz.scss */
.podborCyprus-top .st61 {
  fill: none;
  stroke: #a454e3;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

/* line 691, ../sass/index/index-quiz.scss */
.CI-OpenQuiz .podborCyprus-modal {
  position: relative;
  z-index: initial;
  pointer-events: all;
  display: flex;
}
/* line 698, ../sass/index/index-quiz.scss */
.CI-OpenQuiz .podborCyprus-modal .podborCyprus-aside {
  pointer-events: all;
  visibility: visible;
  transform: none;
  visibility: visible;
  opacity: 1;
  max-width: 100%;
  margin: 40px 0;
}
/* line 710, ../sass/index/index-quiz.scss */
.CI-OpenQuiz .podborCyprus-overflow, .CI-OpenQuiz .podborCyprus-aside-close {
  display: none !important;
}

/* line 716, ../sass/index/index-quiz.scss */
.lang-he .podborCyprus-top {
  font-size: calc(16px * 1.5);
}
/* line 719, ../sass/index/index-quiz.scss */
.lang-he .podborCyprus-top p {
  margin-right: 10px;
  margin-left: 10px;
}
/* line 725, ../sass/index/index-quiz.scss */
.lang-he .podborCyprus-modal {
  direction: rtl;
}
/* line 729, ../sass/index/index-quiz.scss */
.lang-he .podborCyprus-aside-close {
  left: 8px;
  right: initial;
}
/* line 735, ../sass/index/index-quiz.scss */
.lang-he .podborCyprus-box h5, .lang-he .podborCyprus-box h3 {
  font-size: calc(28px * 1.2);
}
/* line 741, ../sass/index/index-quiz.scss */
.lang-he .podborCyprus-box ul img {
  margin-left: 12px;
  margin-right: initial;
}
/* line 750, ../sass/index/index-quiz.scss */
.lang-he .podborCyprus-box-phone label {
  right: 0;
  left: initial;
  transform-origin: top right;
}
/* line 757, ../sass/index/index-quiz.scss */
.lang-he .podborCyprus-box-wr {
  font-size: calc(16px * 1.2);
}
/* line 760, ../sass/index/index-quiz.scss */
.lang-he .podborCyprus-box-wr .radio, .lang-he .podborCyprus-box-wr .checkbox {
  margin-right: 0px;
  margin-left: 8px;
}
/* line 770, ../sass/index/index-quiz.scss */
.lang-he .podborCyprus-box-bottom .site-btn#nextnext1 {
  margin-left: initial;
  margin-right: auto;
}
/* line 777, ../sass/index/index-quiz.scss */
.lang-he .podborCyprus-box-bottom .site-btn.nextnext:after {
  margin-left: initial;
  margin-right: 10px;
  transform: scaleX(-1);
}
/* line 784, ../sass/index/index-quiz.scss */
.lang-he .podborCyprus-box-bottom .site-btn.back {
  margin-left: 20px;
  margin-right: 0;
}
/* line 788, ../sass/index/index-quiz.scss */
.lang-he .podborCyprus-box-bottom .site-btn.back:before {
  transform: scaleX(1);
}
/* line 797, ../sass/index/index-quiz.scss */
.lang-he .podborCyprus-box-btn.back {
  margin-right: initial;
  margin-left: 16px;
}
/* line 802, ../sass/index/index-quiz.scss */
.lang-he .podborCyprus-box-btn.consult {
  margin-right: auto;
  margin-left: initial;
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  /* line 811, ../sass/index/index-quiz.scss */
  .CI-OpenQuiz {
    padding: 70px 0;
  }
  /* line 814, ../sass/index/index-quiz.scss */
  .CI-OpenQuiz .site-title {
    font-size: 44px;
  }

  /* line 820, ../sass/index/index-quiz.scss */
  .CI-OpenQuiz-Inner .img {
    margin: 30px 0;
    width: calc((100% - 30px) / 2);
  }
  /* line 825, ../sass/index/index-quiz.scss */
  .CI-OpenQuiz-Inner .podborCyprus-modal {
    width: calc((100% - 30px) / 2);
  }
  /* line 828, ../sass/index/index-quiz.scss */
  .CI-OpenQuiz-Inner .podborCyprus-modal .podborCyprus-aside {
    margin: 30px 0;
  }

  /* line 834, ../sass/index/index-quiz.scss */
  .podborCyprus-aside {
    padding: 48px 25px;
  }

  /* line 838, ../sass/index/index-quiz.scss */
  .podborCyprus-box-wr label {
    padding: 10px 12px;
  }

  /* line 842, ../sass/index/index-quiz.scss */
  .podborCyprus-box-bottom .site-btn.back {
    width: 44px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 849, ../sass/index/index-quiz.scss */
  .CI-OpenQuiz {
    padding: 70px 0;
  }
  /* line 852, ../sass/index/index-quiz.scss */
  .CI-OpenQuiz .site-title {
    font-size: 32px;
  }

  /* line 858, ../sass/index/index-quiz.scss */
  .CI-OpenQuiz-Inner .img {
    margin: 20px 0;
    width: calc((100% - 15px) / 2);
    width: 100%;
  }
  /* line 863, ../sass/index/index-quiz.scss */
  .CI-OpenQuiz-Inner .img img {
    position: relative;
    height: 300px;
  }
  /* line 869, ../sass/index/index-quiz.scss */
  .CI-OpenQuiz-Inner .podborCyprus-modal {
    width: calc((100% - 15px) / 2);
    width: 100%;
  }
  /* line 873, ../sass/index/index-quiz.scss */
  .CI-OpenQuiz-Inner .podborCyprus-modal .podborCyprus-aside {
    margin: 20px 0;
  }

  /* line 879, ../sass/index/index-quiz.scss */
  .podborCyprus-box-wr {
    font-size: 16px;
  }
  /* line 886, ../sass/index/index-quiz.scss */
  .podborCyprus-box-wr .price-slider-wr .price-slider-input input {
    font-size: 16px;
  }

  /* line 893, ../sass/index/index-quiz.scss */
  .podborCyprus-aside {
    padding: 30px 15px;
  }

  /* line 897, ../sass/index/index-quiz.scss */
  .podborCyprus-box-bottom .site-btn.back {
    width: 40px;
    margin-right: 15px;
  }

  /* line 903, ../sass/index/index-quiz.scss */
  .lang-he .podborCyprus-box-bottom .site-btn.back {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 912, ../sass/index/index-quiz.scss */
  .CI-OpenQuiz {
    padding: 10vmin 0;
  }
  /* line 915, ../sass/index/index-quiz.scss */
  .CI-OpenQuiz .site-title {
    font-size: clamp(20px, 7vmin, 32px);
  }

  /* line 921, ../sass/index/index-quiz.scss */
  .CI-OpenQuiz-Inner .img {
    margin: 0px 0;
    width: 100%;
  }
  /* line 925, ../sass/index/index-quiz.scss */
  .CI-OpenQuiz-Inner .img img {
    position: relative;
  }
  /* line 930, ../sass/index/index-quiz.scss */
  .CI-OpenQuiz-Inner .podborCyprus-modal {
    width: 100%;
  }

  /* line 935, ../sass/index/index-quiz.scss */
  .podborCyprus-aside {
    padding: 24px;
    margin: 20px 0 !important;
  }

  /* line 942, ../sass/index/index-quiz.scss */
  .podborCyprus-box h5, .podborCyprus-box h3 {
    font-size: 22px;
  }

  /* line 948, ../sass/index/index-quiz.scss */
  .podborCyprus-box-wr {
    margin-top: 10px;
    font-size: 16px;
  }
  /* line 952, ../sass/index/index-quiz.scss */
  .podborCyprus-box-wr label {
    width: 100%;
    margin-top: 10px;
  }
  /* line 956, ../sass/index/index-quiz.scss */
  .podborCyprus-box-wr label:nth-child(2) {
    margin-top: 10px;
  }
  /* line 961, ../sass/index/index-quiz.scss */
  .podborCyprus-box-wr p {
    margin-bottom: 10px;
  }
  /* line 966, ../sass/index/index-quiz.scss */
  .podborCyprus-box-wr .price-slider-wr .price-slider-title, .podborCyprus-box-wr .price-slider-wr .price-slider-input {
    width: 100%;
  }
  /* line 971, ../sass/index/index-quiz.scss */
  .podborCyprus-box-wr .price-slider-wr .price-slider-input input {
    text-align: left;
    font-size: 16px;
  }
  /* line 978, ../sass/index/index-quiz.scss */
  .podborCyprus-box-wr .budget-mid {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
  }
  /* line 987, ../sass/index/index-quiz.scss */
  .podborCyprus-box-wr .budget-mid-col {
    width: 100%;
  }

  /* line 992, ../sass/index/index-quiz.scss */
  .podborCyprus-box-phone {
    margin-bottom: 15px;
  }

  /* line 996, ../sass/index/index-quiz.scss */
  .podborCyprus-top {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  /* line 1000, ../sass/index/index-quiz.scss */
  .podborCyprus-top svg {
    width: 40px;
    height: auto;
  }

  /* line 1006, ../sass/index/index-quiz.scss */
  .podborCyprus-box-top {
    padding-bottom: 25px;
    min-height: initial;
  }

  /* line 1011, ../sass/index/index-quiz.scss */
  .podborCyprus-box-bottom {
    margin-top: 10px;
  }
  /* line 1015, ../sass/index/index-quiz.scss */
  .podborCyprus-box-bottom .site-btn span {
    font-size: 14px;
  }
  /* line 1019, ../sass/index/index-quiz.scss */
  .podborCyprus-box-bottom .site-btn.back {
    width: 40px;
    margin-right: 10px;
  }
  /* line 1025, ../sass/index/index-quiz.scss */
  .podborCyprus-box-bottom #lastdislastdis {
    padding: 0 20px;
  }

  /* line 1033, ../sass/index/index-quiz.scss */
  .lang-he .podborCyprus-box h5, .lang-he .podborCyprus-box h3 {
    font-size: calc(22px * 1.2);
  }
  /* line 1040, ../sass/index/index-quiz.scss */
  .lang-he .podborCyprus-box-bottom .site-btn span {
    font-size: calc(14px * 1.2);
  }
  /* line 1044, ../sass/index/index-quiz.scss */
  .lang-he .podborCyprus-box-bottom .site-btn.back {
    margin-left: 10px;
  }
}
/* line 1, ../sass/index/index-rew.scss */
.IndexRew {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background: rgba(248, 155, 41, 0.2);
}
/* line 7, ../sass/index/index-rew.scss */
.IndexRew.page {
  padding-top: 10px;
}
/* line 11, ../sass/index/index-rew.scss */
.IndexRew.full-bg {
  background: #feebd4;
}
/* line 15, ../sass/index/index-rew.scss */
.IndexRew.bottom-minus {
  margin-bottom: -55px;
  padding-bottom: 155px;
}
/* line 20, ../sass/index/index-rew.scss */
.IndexRew .IndexRewTop {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 55px;
}
/* line 28, ../sass/index/index-rew.scss */
.IndexRew .IndexRewTop span {
  display: inline-block;
  cursor: pointer;
  z-index: 2;
  font-size: 22px;
}
/* line 34, ../sass/index/index-rew.scss */
.IndexRew .IndexRewTop span:hover {
  color: #a454e3;
}
/* line 38, ../sass/index/index-rew.scss */
.IndexRew .IndexRewTop span:hover svg path {
  stroke: #a454e3;
}
/* line 45, ../sass/index/index-rew.scss */
.IndexRew .IndexRewTop span svg {
  height: 19px;
  position: relative;
  top: 3px;
  margin-left: 2px;
}
/* line 54, ../sass/index/index-rew.scss */
.IndexRew .title {
  font-weight: 600;
  line-height: 1;
  font-size: 58px;
}
/* line 60, ../sass/index/index-rew.scss */
.IndexRew .owl-stage-outer {
  overflow: visible !important;
}
/* line 64, ../sass/index/index-rew.scss */
.IndexRew .owl-item {
  transition: opacity .3s ease-in-out;
}
/* line 67, ../sass/index/index-rew.scss */
.IndexRew .owl-item:not(.active) {
  opacity: 0.5;
}
/* line 72, ../sass/index/index-rew.scss */
.IndexRew .owl-prev, .IndexRew .owl-next {
  position: absolute;
  top: 46%;
  display: block;
  height: 44px;
  left: -80px;
  border-radius: 22px;
  width: 80px;
  background-color: #fff;
  margin: 0 10px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: auto 30px;
  background-size: auto 30px;
  background-image: url(/assets/img/4829870_arrow_back_left_icon.svg);
  transition: 0.3s ease all;
}
/* line 89, ../sass/index/index-rew.scss */
.IndexRew .owl-prev:hover, .IndexRew .owl-next:hover {
  background-color: #a454e3 !important;
}
/* line 94, ../sass/index/index-rew.scss */
.IndexRew .owl-next {
  transform: rotate(180deg);
  right: -80px;
  left: initial;
}
/* line 100, ../sass/index/index-rew.scss */
.IndexRew .owl-dots {
  position: relative;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 15px;
}
/* line 107, ../sass/index/index-rew.scss */
.IndexRew .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffffe5;
  position: relative;
}
/* line 114, ../sass/index/index-rew.scss */
.IndexRew .owl-dots .owl-dot:after {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #fff;
  opacity: 0;
  transition: .3s ease-in-out;
}
/* line 129, ../sass/index/index-rew.scss */
.IndexRew .owl-dots .owl-dot.active:after, .IndexRew .owl-dots .owl-dot:hover:after {
  opacity: 1;
}
/* line 137, ../sass/index/index-rew.scss */
.IndexRew #pdopage .rows {
  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: 30px;
}
/* line 151, ../sass/index/index-rew.scss */
.IndexRew #pdopage .IndexRewBox {
  width: calc((100% - 30px) / 2);
}
/* line 155, ../sass/index/index-rew.scss */
.IndexRew #pdopage .pagination {
  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: 10px;
  margin-top: 30px;
}
/* line 171, ../sass/index/index-rew.scss */
.IndexRew #pdopage .pagination li:nth-child(1), .IndexRew #pdopage .pagination li:nth-child(2), .IndexRew #pdopage .pagination li:nth-last-child(1), .IndexRew #pdopage .pagination li:nth-last-child(2) {
  display: none;
}
/* line 176, ../sass/index/index-rew.scss */
.IndexRew #pdopage .pagination li.active a {
  background: #a454e3;
  color: #fff;
}
@media (hover: hover) {
  /* line 183, ../sass/index/index-rew.scss */
  .IndexRew #pdopage .pagination li:hover:not(.active) a {
    background: #1942bf;
    color: #fff;
  }
}
/* line 189, ../sass/index/index-rew.scss */
.IndexRew #pdopage .pagination li a {
  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: 40px;
  height: 40px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  background: #fff;
}

/* line 211, ../sass/index/index-rew.scss */
.IndexRewBox {
  background-color: #fff;
  padding: 40px;
  border-radius: 30px;
}
/* line 216, ../sass/index/index-rew.scss */
.IndexRewBox .top {
  position: relative;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
/* line 222, ../sass/index/index-rew.scss */
.IndexRewBox .top .top-box {
  width: calc(100% / 2 - 10px);
  display: flex;
  align-items: center;
  gap: 10px;
}
/* line 228, ../sass/index/index-rew.scss */
.IndexRewBox .top .top-box img {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  object-fit: cover;
  object-position: top;
  overflow: hidden;
}
/* line 238, ../sass/index/index-rew.scss */
.IndexRewBox .top .top-box .top-box-desc {
  width: calc(100% - 60px - 10px);
  display: flex;
  flex-direction: column;
  font-size: 17px;
  gap: 3px;
}
/* line 245, ../sass/index/index-rew.scss */
.IndexRewBox .top .top-box .top-box-desc span {
  font-weight: 600;
  display: block;
}
/* line 250, ../sass/index/index-rew.scss */
.IndexRewBox .top .top-box .top-box-desc b {
  color: gray;
}
/* line 257, ../sass/index/index-rew.scss */
.IndexRewBox .mid {
  margin-top: 60px;
  margin-bottom: 15px;
  gap: 5px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: gray;
}
/* line 266, ../sass/index/index-rew.scss */
.IndexRewBox .mid svg {
  width: 15px;
  height: 15px;
}
/* line 271, ../sass/index/index-rew.scss */
.IndexRewBox .mid span {
  margin: 0 10px;
  display: block;
  font-size: 16px;
  line-height: 15px;
}
/* line 279, ../sass/index/index-rew.scss */
.IndexRewBox .bot {
  font-size: 17px;
  gap: 5px;
  display: flex;
  flex-direction: column;
}
/* line 285, ../sass/index/index-rew.scss */
.IndexRewBox .bot b {
  font-weight: 700;
  display: block;
}
/* line 290, ../sass/index/index-rew.scss */
.IndexRewBox .bot p {
  color: gray;
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 298, ../sass/index/index-rew.scss */
  .IndexRew {
    padding: 40px 0;
  }
  /* line 301, ../sass/index/index-rew.scss */
  .IndexRew.bottom-minus {
    margin-bottom: -45px;
    padding-bottom: 95px;
  }
  /* line 306, ../sass/index/index-rew.scss */
  .IndexRew .container:not(.normal) {
    width: 900px;
  }
  /* line 310, ../sass/index/index-rew.scss */
  .IndexRew .title {
    font-size: 32px;
  }
  /* line 314, ../sass/index/index-rew.scss */
  .IndexRew .IndexRewTop {
    margin-bottom: 30px;
  }
  /* line 317, ../sass/index/index-rew.scss */
  .IndexRew .IndexRewTop span {
    font-size: 18px;
  }
  /* line 323, ../sass/index/index-rew.scss */
  .IndexRew #pdopage .rows {
    gap: 20px;
  }
  /* line 327, ../sass/index/index-rew.scss */
  .IndexRew #pdopage .IndexRewBox {
    width: calc((100% - 20px) / 2);
  }
  /* line 331, ../sass/index/index-rew.scss */
  .IndexRew #pdopage .pagination {
    margin-top: 20px;
  }
  /* line 335, ../sass/index/index-rew.scss */
  .IndexRew #pdopage .pagination li a {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }

  /* line 345, ../sass/index/index-rew.scss */
  .IndexRewBox {
    padding: 25px;
  }
  /* line 352, ../sass/index/index-rew.scss */
  .IndexRewBox .top .top-box img {
    width: 40px;
    height: 40px;
  }
  /* line 358, ../sass/index/index-rew.scss */
  .IndexRewBox .top .top-box .top-box-desc {
    width: calc(100% - 40px - 10px);
    font-size: 14px;
  }
  /* line 365, ../sass/index/index-rew.scss */
  .IndexRewBox .mid {
    margin-top: 30px;
  }
  /* line 368, ../sass/index/index-rew.scss */
  .IndexRewBox .mid span {
    font-size: 13px;
  }
  /* line 373, ../sass/index/index-rew.scss */
  .IndexRewBox .bot {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1475px) {
  /* line 382, ../sass/index/index-rew.scss */
  .IndexRew .container:not(.normal) {
    width: 1124px;
  }

  /* line 388, ../sass/index/index-rew.scss */
  .IndexRewBox .top .top-box .top-box-desc {
    font-size: 16px;
  }
  /* line 392, ../sass/index/index-rew.scss */
  .IndexRewBox .bot {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 400, ../sass/index/index-rew.scss */
  .IndexRew {
    padding: 40px 0;
  }
  /* line 403, ../sass/index/index-rew.scss */
  .IndexRew.bottom-minus {
    margin-bottom: -35px;
    padding-bottom: 75px;
  }
  /* line 408, ../sass/index/index-rew.scss */
  .IndexRew .container:not(.normal) {
    width: 728px;
  }
  /* line 412, ../sass/index/index-rew.scss */
  .IndexRew .title {
    font-size: 32px;
  }
  /* line 416, ../sass/index/index-rew.scss */
  .IndexRew .owl-prev, .IndexRew .owl-next {
    height: 40px;
    border-radius: 20px;
    width: 70px;
    left: -70px;
    -webkit-background-size: auto 28px;
    background-size: auto 28px;
  }
  /* line 425, ../sass/index/index-rew.scss */
  .IndexRew .owl-next {
    right: -70px;
    left: initial;
  }
  /* line 430, ../sass/index/index-rew.scss */
  .IndexRew .IndexRewTop {
    margin-bottom: 30px;
  }
  /* line 433, ../sass/index/index-rew.scss */
  .IndexRew .IndexRewTop span {
    font-size: 16px;
  }
  /* line 439, ../sass/index/index-rew.scss */
  .IndexRew #pdopage .rows {
    gap: 15px;
  }
  /* line 443, ../sass/index/index-rew.scss */
  .IndexRew #pdopage .IndexRewBox {
    width: calc((100% - 15px) / 2);
  }
  /* line 447, ../sass/index/index-rew.scss */
  .IndexRew #pdopage .pagination {
    margin-top: 20px;
  }
  /* line 451, ../sass/index/index-rew.scss */
  .IndexRew #pdopage .pagination li a {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }

  /* line 461, ../sass/index/index-rew.scss */
  .IndexRewBox {
    padding: 25px;
  }
  /* line 468, ../sass/index/index-rew.scss */
  .IndexRewBox .top .top-box img {
    width: 40px;
    height: 40px;
  }
  /* line 474, ../sass/index/index-rew.scss */
  .IndexRewBox .top .top-box .top-box-desc {
    width: calc(100% - 40px - 10px);
    font-size: 14px;
  }
  /* line 481, ../sass/index/index-rew.scss */
  .IndexRewBox .mid {
    margin-top: 30px;
  }
  /* line 484, ../sass/index/index-rew.scss */
  .IndexRewBox .mid span {
    font-size: 13px;
  }
  /* line 490, ../sass/index/index-rew.scss */
  .IndexRewBox .bot {
    font-size: 14px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 498, ../sass/index/index-rew.scss */
  .IndexRew {
    padding: 10vmin 0;
  }
  /* line 501, ../sass/index/index-rew.scss */
  .IndexRew.bottom-minus {
    margin-bottom: -7vmin;
    padding-bottom: 17vmin;
  }
  /* line 506, ../sass/index/index-rew.scss */
  .IndexRew .container {
    width: calc(100% - 30px);
  }
  /* line 510, ../sass/index/index-rew.scss */
  .IndexRew .title {
    font-size: clamp(20px, 7vmin, 32px);
  }
  /* line 514, ../sass/index/index-rew.scss */
  .IndexRew .owl-nav {
    position: absolute;
    top: -56px;
    right: 0;
    display: flex;
    align-items: center;
  }
  /* line 522, ../sass/index/index-rew.scss */
  .IndexRew .owl-prev, .IndexRew .owl-next {
    height: 35px;
    border-radius: 18px;
    width: 60px;
    -webkit-background-size: auto 24px;
    background-size: auto 24px;
    position: relative;
    left: initial !important;
    right: initial !important;
    top: initial !important;
  }
  /* line 534, ../sass/index/index-rew.scss */
  .IndexRew .owl-dots {
    margin-top: 20px;
    gap: 13px;
  }
  /* line 539, ../sass/index/index-rew.scss */
  .IndexRew .IndexRewTop {
    margin-bottom: 25px;
    max-width: calc(100% - 140px);
  }
  /* line 543, ../sass/index/index-rew.scss */
  .IndexRew .IndexRewTop .title {
    width: 100%;
  }
  /* line 547, ../sass/index/index-rew.scss */
  .IndexRew .IndexRewTop span {
    font-size: 16px;
    margin-top: 10px;
  }
  /* line 554, ../sass/index/index-rew.scss */
  .IndexRew #pdopage .rows {
    gap: 15px;
  }
  /* line 558, ../sass/index/index-rew.scss */
  .IndexRew #pdopage .IndexRewBox {
    width: 100%;
  }
  /* line 562, ../sass/index/index-rew.scss */
  .IndexRew #pdopage .pagination {
    margin-top: 20px;
  }
  /* line 566, ../sass/index/index-rew.scss */
  .IndexRew #pdopage .pagination li a {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }

  /* line 576, ../sass/index/index-rew.scss */
  .IndexRewBox {
    padding: 20px;
  }
  /* line 583, ../sass/index/index-rew.scss */
  .IndexRewBox .top .top-box img {
    width: 30px;
    height: 30px;
  }
  /* line 589, ../sass/index/index-rew.scss */
  .IndexRewBox .top .top-box .top-box-desc {
    width: calc(100% - 30px - 10px);
    font-size: 13px;
  }
  /* line 596, ../sass/index/index-rew.scss */
  .IndexRewBox .mid {
    margin-top: 20px;
  }
  /* line 599, ../sass/index/index-rew.scss */
  .IndexRewBox .mid svg {
    width: 10px;
    height: 10px;
  }
  /* line 604, ../sass/index/index-rew.scss */
  .IndexRewBox .mid span {
    line-height: 10px;
    font-size: 13px;
    margin: 0 5px;
  }
  /* line 611, ../sass/index/index-rew.scss */
  .IndexRewBox .bot {
    font-size: 13px;
  }
}
