@charset "UTF-8";
@font-face {
  font-family: 'Rollgates';
  src: url("../fonts/Rollgates-Fabulous.ttf") format("truetype");
}
/* line 6, ../sass/all/base.scss */
.w100 {
  width: 100% !important;
}

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

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

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

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

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

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

/* line 34, ../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 42, ../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 50, ../sass/all/base.scss */
.j-c-c {
  justify-content: center !important;
}

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

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

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

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

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

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

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

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

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

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

/* line 95, ../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/i-top.scss */
.i-top {
  position: relative;
}
/* line 4, ../sass/index/i-top.scss */
.i-top:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #29222e;
  background: -moz-linear-gradient(0deg, #c5816a 0%, rgba(197, 129, 106, 0.213) 14%);
  background: -webkit-linear-gradient(0deg, #c5816a 0%, rgba(197, 129, 106, 0.213) 14%);
  background: linear-gradient(0deg, #c5816a 0%, rgba(197, 129, 106, 0.213) 14%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c5816a",endColorstr="#c5816a",GradientType=1);
}
/* line 20, ../sass/index/i-top.scss */
.i-top .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 27, ../sass/index/i-top.scss */
.i-top .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

/* line 37, ../sass/index/i-top.scss */
.i-top-wr {
  min-height: 130vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  padding-top: 90px;
  z-index: 2;
}
/* line 47, ../sass/index/i-top.scss */
.i-top-wr .uptitle {
  font-size: 34px;
  text-align: center;
  display: block;
  line-height: 1.55;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}
/* line 56, ../sass/index/i-top.scss */
.i-top-wr .title {
  font-size: 77px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: 'FbMatadorNarrowHeb-Bold';
  letter-spacing: 1.2px;
  line-height: 1.15;
}
/* line 65, ../sass/index/i-top.scss */
.i-top-wr .title.en {
  font-family: 'AlmoniTzarRegular';
}
/* line 70, ../sass/index/i-top.scss */
.i-top-wr .line {
  width: 1px;
  height: 216px;
  margin-top: 31vh;
}
/* line 75, ../sass/index/i-top.scss */
.i-top-wr .line .line-drop {
  -webkit-animation: lineFade 2.5s linear infinite;
  animation: lineFade 2.5s linear infinite;
  background: #fff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #fff), to(transparent));
  background: linear-gradient(0deg, #fff 25%, transparent);
  width: 100%;
  height: 100%;
}
@keyframes lineFade {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  65% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@media only screen and (min-width: 1341px) and (max-width: 1440px) {
  /* line 111, ../sass/index/i-top.scss */
  .i-top-wr {
    padding-top: 110px;
  }
  /* line 114, ../sass/index/i-top.scss */
  .i-top-wr .uptitle {
    font-size: 30px;
  }
  /* line 118, ../sass/index/i-top.scss */
  .i-top-wr .title {
    font-size: 70px;
  }
  /* line 122, ../sass/index/i-top.scss */
  .i-top-wr .line {
    height: 170px;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1340px) {
  /* line 129, ../sass/index/i-top.scss */
  .i-top-wr {
    padding-top: 110px;
  }
  /* line 132, ../sass/index/i-top.scss */
  .i-top-wr .uptitle {
    font-size: 28px;
  }
  /* line 136, ../sass/index/i-top.scss */
  .i-top-wr .title {
    font-size: 70px;
  }
  /* line 140, ../sass/index/i-top.scss */
  .i-top-wr .line {
    height: 170px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 147, ../sass/index/i-top.scss */
  .i-top-wr {
    padding-top: 110px;
  }
  /* line 150, ../sass/index/i-top.scss */
  .i-top-wr .uptitle {
    font-size: 24px;
  }
  /* line 154, ../sass/index/i-top.scss */
  .i-top-wr .title {
    font-size: 64px;
  }
  /* line 158, ../sass/index/i-top.scss */
  .i-top-wr .line {
    height: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 165, ../sass/index/i-top.scss */
  .i-top-wr {
    padding-top: 110px;
  }
  /* line 168, ../sass/index/i-top.scss */
  .i-top-wr .uptitle {
    font-size: 20px;
  }
  /* line 172, ../sass/index/i-top.scss */
  .i-top-wr .title {
    font-size: 64px;
  }
  /* line 176, ../sass/index/i-top.scss */
  .i-top-wr .line {
    height: 150px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 183, ../sass/index/i-top.scss */
  .i-top-wr {
    padding-top: 110px;
    height: 182vw;
    min-height: auto;
  }
  /* line 188, ../sass/index/i-top.scss */
  .i-top-wr .uptitle {
    font-size: 20px;
  }
  /* line 192, ../sass/index/i-top.scss */
  .i-top-wr .title {
    font-size: 46px;
  }
  /* line 196, ../sass/index/i-top.scss */
  .i-top-wr .line {
    height: 100px;
    margin-top: 27vh;
  }
}
/* line 1, ../sass/index/i-desc.scss */
.i-desc {
  position: relative;
  background-color: #c5816a;
  color: #fff;
  padding: 50px 0;
}

/* line 8, ../sass/index/i-desc.scss */
.i-desc-text {
  position: relative;
  font-size: 52px;
  max-width: 1152px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  font-family: 'FbMatadorNarrowHeb-Bold';
  letter-spacing: 1.2px;
  line-height: 1.15;
}
/* line 19, ../sass/index/i-desc.scss */
.i-desc-text .en {
  font-family: 'AlmoniTzarRegular';
}

/* line 24, ../sass/index/i-desc.scss */
.i-desc-wr {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 100px 0;
}
/* line 31, ../sass/index/i-desc.scss */
.i-desc-wr .img {
  display: flex;
  justify-content: center;
  width: 50%;
}
/* line 36, ../sass/index/i-desc.scss */
.i-desc-wr .img img {
  display: block;
  width: 100%;
  max-width: 300px;
  transition: transform 0.2s linear;
}
/* line 44, ../sass/index/i-desc.scss */
.i-desc-wr .desc {
  width: 50%;
  font-size: 34px;
  line-height: 1.55;
  letter-spacing: 1.25px;
}
/* line 50, ../sass/index/i-desc.scss */
.i-desc-wr .desc ul {
  list-style-type: disc;
}
/* line 53, ../sass/index/i-desc.scss */
.i-desc-wr .desc ul li {
  line-height: 1.6;
  margin-bottom: 6px;
}

@media only screen and (min-width: 1341px) and (max-width: 1440px) {
  /* line 64, ../sass/index/i-desc.scss */
  .i-desc-text {
    font-size: 44px;
    /* 8% */
    max-width: 1075px;
  }

  /* line 69, ../sass/index/i-desc.scss */
  .i-desc-wr {
    padding: 70px 0;
  }
  /* line 72, ../sass/index/i-desc.scss */
  .i-desc-wr .desc {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1340px) {
  /* line 81, ../sass/index/i-desc.scss */
  .i-desc-text {
    font-size: 40px;
    /* 8% */
    max-width: 1075px;
  }

  /* line 86, ../sass/index/i-desc.scss */
  .i-desc-wr {
    padding: 70px 0;
  }
  /* line 89, ../sass/index/i-desc.scss */
  .i-desc-wr .desc {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 97, ../sass/index/i-desc.scss */
  .i-desc-text {
    font-size: 36px;
    /* 8% */
    max-width: 1075px;
  }

  /* line 102, ../sass/index/i-desc.scss */
  .i-desc-wr {
    padding: 50px 0;
  }
  /* line 105, ../sass/index/i-desc.scss */
  .i-desc-wr .desc {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 113, ../sass/index/i-desc.scss */
  .i-desc-text {
    font-size: 32px;
    /* 10% */
    max-width: 1075px;
  }

  /* line 118, ../sass/index/i-desc.scss */
  .i-desc-wr {
    padding: 50px 0;
  }
  /* line 121, ../sass/index/i-desc.scss */
  .i-desc-wr .img {
    width: 100%;
    margin-bottom: 40px;
  }
  /* line 126, ../sass/index/i-desc.scss */
  .i-desc-wr .desc {
    font-size: 20px;
    width: 100%;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 136, ../sass/index/i-desc.scss */
  .i-desc-text {
    font-size: 32px;
    /* 8% */
    max-width: 1075px;
  }

  /* line 141, ../sass/index/i-desc.scss */
  .i-desc-wr {
    padding: 50px 0 0;
  }
  /* line 144, ../sass/index/i-desc.scss */
  .i-desc-wr .img {
    width: 100%;
    margin-bottom: 40px;
  }
  /* line 148, ../sass/index/i-desc.scss */
  .i-desc-wr .img img {
    max-width: 200px;
  }
  /* line 153, ../sass/index/i-desc.scss */
  .i-desc-wr .desc {
    font-size: 20px;
    width: 100%;
    padding-right: 25px;
  }
}
/* line 1, ../sass/index/i-slid.scss */
.i-slid {
  position: relative;
  padding: 100px 0;
}

/* line 6, ../sass/index/i-slid.scss */
.i-slid-wr {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
/* line 11, ../sass/index/i-slid.scss */
.i-slid-wr .col {
  width: 50%;
  position: relative;
}
/* line 15, ../sass/index/i-slid.scss */
.i-slid-wr .col:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 100px;
  justify-content: center;
  gap: 25px;
}
/* line 25, ../sass/index/i-slid.scss */
.i-slid-wr .title {
  font-family: 'FbMatadorNarrowHeb-Bold';
  font-size: 62px;
  letter-spacing: 1.2px;
  line-height: 1.15;
}
/* line 32, ../sass/index/i-slid.scss */
.i-slid-wr .txt {
  font-size: 40px;
  line-height: 1.55;
  letter-spacing: 1.25px;
  max-width: 70%;
}

/* line 40, ../sass/index/i-slid.scss */
.i-slid-slider {
  position: relative;
}
/* line 43, ../sass/index/i-slid.scss */
.i-slid-slider .img {
  width: 100%;
}
/* line 46, ../sass/index/i-slid.scss */
.i-slid-slider .img img {
  display: block;
  width: 100%;
  height: 700px;
  object-fit: cover;
}

/* line 55, ../sass/index/i-slid.scss */
.i-slid-arrowbtn {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: -165px;
  flex-direction: row-reverse;
}
/* line 65, ../sass/index/i-slid.scss */
.i-slid-arrowbtn .swiper-button-prev, .i-slid-arrowbtn .swiper-button-next {
  position: relative !important;
  top: initial !important;
  left: initial !important;
  margin: 0 !important;
  right: initial !important;
  font-family: 'FbMatadorNarrowHeb-Bold';
}
/* line 73, ../sass/index/i-slid.scss */
.i-slid-arrowbtn .swiper-button-prev:after, .i-slid-arrowbtn .swiper-button-next:after {
  font-size: 32px;
  color: #000;
  transition: .3s ease-in-out;
}
/* line 81, ../sass/index/i-slid.scss */
.i-slid-arrowbtn .swiper-button-prev:hover:after, .i-slid-arrowbtn .swiper-button-next:hover:after {
  color: #c5816a;
}
/* line 87, ../sass/index/i-slid.scss */
.i-slid-arrowbtn .swiper-pagination {
  position: relative !important;
  top: initial !important;
  bottom: initial !important;
  left: initial !important;
  right: initial !important;
  width: auto !important;
  font-size: 36px;
  font-family: 'FbMatadorNarrowHeb-Bold';
  font-weight: 400;
}

@media only screen and (min-width: 1341px) and (max-width: 1440px) {
  /* line 104, ../sass/index/i-slid.scss */
  .i-slid-wr .title {
    font-size: 56px;
    /* 8% */
  }
  /* line 108, ../sass/index/i-slid.scss */
  .i-slid-wr .txt {
    font-size: 38px;
    max-width: 80%;
  }

  /* line 114, ../sass/index/i-slid.scss */
  .i-slid-arrowbtn {
    margin-top: 0px;
  }
  /* line 119, ../sass/index/i-slid.scss */
  .i-slid-arrowbtn .swiper-button-prev:after, .i-slid-arrowbtn .swiper-button-next:after {
    font-size: 28px;
  }
  /* line 124, ../sass/index/i-slid.scss */
  .i-slid-arrowbtn .swiper-pagination {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1340px) {
  /* line 132, ../sass/index/i-slid.scss */
  .i-slid {
    padding: 70px 0;
  }

  /* line 138, ../sass/index/i-slid.scss */
  .i-slid-wr .title {
    font-size: 50px;
    /* 8% */
  }
  /* line 142, ../sass/index/i-slid.scss */
  .i-slid-wr .txt {
    font-size: 32px;
    max-width: 70%;
  }

  /* line 148, ../sass/index/i-slid.scss */
  .i-slid-arrowbtn {
    margin-top: 0px;
  }
  /* line 153, ../sass/index/i-slid.scss */
  .i-slid-arrowbtn .swiper-button-prev:after, .i-slid-arrowbtn .swiper-button-next:after {
    font-size: 28px;
  }
  /* line 158, ../sass/index/i-slid.scss */
  .i-slid-arrowbtn .swiper-pagination {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 166, ../sass/index/i-slid.scss */
  .i-slid {
    padding: 70px 0;
  }

  /* line 174, ../sass/index/i-slid.scss */
  .i-slid-wr .col:nth-child(1) {
    padding-bottom: 76px;
  }
  /* line 179, ../sass/index/i-slid.scss */
  .i-slid-wr .title {
    font-size: 42px;
    /* 8% */
  }
  /* line 183, ../sass/index/i-slid.scss */
  .i-slid-wr .txt {
    font-size: 28px;
    max-width: 60%;
  }

  /* line 189, ../sass/index/i-slid.scss */
  .i-slid-arrowbtn {
    margin-top: 0px;
  }
  /* line 194, ../sass/index/i-slid.scss */
  .i-slid-arrowbtn .swiper-button-prev:after, .i-slid-arrowbtn .swiper-button-next:after {
    font-size: 26px;
  }
  /* line 199, ../sass/index/i-slid.scss */
  .i-slid-arrowbtn .swiper-pagination {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 207, ../sass/index/i-slid.scss */
  .i-slid {
    padding: 70px 0;
  }

  /* line 213, ../sass/index/i-slid.scss */
  .i-slid-wr .col {
    width: 100%;
  }
  /* line 216, ../sass/index/i-slid.scss */
  .i-slid-wr .col:nth-child(1) {
    padding-bottom: 0px;
    order: 2;
    margin-top: 25px;
    gap: 20px;
  }
  /* line 224, ../sass/index/i-slid.scss */
  .i-slid-wr .title {
    font-size: 36px;
    /* 10% */
  }
  /* line 228, ../sass/index/i-slid.scss */
  .i-slid-wr .txt {
    font-size: 22px;
    max-width: 60%;
  }

  /* line 234, ../sass/index/i-slid.scss */
  .i-slid-arrowbtn {
    position: relative;
    margin-top: 15px;
    right: 0;
    justify-content: flex-end;
  }
  /* line 242, ../sass/index/i-slid.scss */
  .i-slid-arrowbtn .swiper-button-prev:after, .i-slid-arrowbtn .swiper-button-next:after {
    font-size: 26px;
  }
  /* line 247, ../sass/index/i-slid.scss */
  .i-slid-arrowbtn .swiper-pagination {
    font-size: 28px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 255, ../sass/index/i-slid.scss */
  .i-slid {
    padding: 50px 0;
  }

  /* line 263, ../sass/index/i-slid.scss */
  .i-slid-slider .img img {
    height: 500px;
  }

  /* line 271, ../sass/index/i-slid.scss */
  .i-slid-wr .col {
    width: 100%;
  }
  /* line 274, ../sass/index/i-slid.scss */
  .i-slid-wr .col:nth-child(1) {
    padding-bottom: 0px;
    order: 2;
    margin-top: 25px;
    gap: 20px;
  }
  /* line 282, ../sass/index/i-slid.scss */
  .i-slid-wr .title {
    font-size: 32px;
    /* 8% */
  }
  /* line 286, ../sass/index/i-slid.scss */
  .i-slid-wr .txt {
    font-size: 20px;
    max-width: 60%;
    max-width: 100%;
  }

  /* line 293, ../sass/index/i-slid.scss */
  .i-slid-arrowbtn {
    position: relative;
    margin-top: 15px;
    right: 0;
    justify-content: flex-end;
  }
  /* line 301, ../sass/index/i-slid.scss */
  .i-slid-arrowbtn .swiper-button-prev:after, .i-slid-arrowbtn .swiper-button-next:after {
    font-size: 24px;
  }
  /* line 306, ../sass/index/i-slid.scss */
  .i-slid-arrowbtn .swiper-pagination {
    font-size: 24px;
  }
}
/* line 1, ../sass/index/i-position.scss */
.i-position {
  position: relative;
}

/* line 5, ../sass/index/i-position.scss */
.i-position-top {
  position: relative;
}
/* line 8, ../sass/index/i-position.scss */
.i-position-top .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-family: 'FbMatadorNarrowHeb-Bold';
  font-size: 52px;
  letter-spacing: 1.2px;
  line-height: 1.15;
  color: #fff;
  text-align: center;
}
/* line 22, ../sass/index/i-position.scss */
.i-position-top .img {
  position: relative;
  width: 100%;
  display: block;
  /* &:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #29222e;
      opacity: .2;
  } */
}
/* line 27, ../sass/index/i-position.scss */
.i-position-top .img.w100 {
  height: auto;
}
/* line 30, ../sass/index/i-position.scss */
.i-position-top .img.w100 img {
  height: auto;
}
/* line 34, ../sass/index/i-position.scss */
.i-position-top .img.w100:after {
  display: none !important;
}
/* line 50, ../sass/index/i-position.scss */
.i-position-top .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 1341px) and (max-width: 1440px) {
  /* line 62, ../sass/index/i-position.scss */
  .i-position-top .title {
    font-size: 44px;
    /* 8% */
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 71, ../sass/index/i-position.scss */
  .i-position-top .title {
    font-size: 40px;
    /* 8% */
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 80, ../sass/index/i-position.scss */
  .i-position-top .title {
    font-size: 36px;
    /* 8% */
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 90, ../sass/index/i-position.scss */
  .i-position-top .title {
    font-size: 32px;
    /* 10% */
    width: 90%;
  }
}
/* line 1, ../sass/index/i-gall.scss */
.i-gall {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  --swiper-navigation-size: 75px;
  --swiper-navigation-sides-offset: 7vw;
  --swiper-pagination-bottom: 50px;
}
/* line 10, ../sass/index/i-gall.scss */
.i-gall .swiper-button-next, .i-gall .swiper-button-prev {
  width: var(--swiper-navigation-size) !important;
  background-color: #29222e;
  border-radius: 50% !important;
  transition: .3s ease-in-out;
}
/* line 16, ../sass/index/i-gall.scss */
.i-gall .swiper-button-next:after, .i-gall .swiper-button-prev:after {
  font-size: 20px;
  color: #fff;
}
/* line 21, ../sass/index/i-gall.scss */
.i-gall .swiper-button-next:hover, .i-gall .swiper-button-prev:hover {
  background-color: #c5816a;
}
/* line 24, ../sass/index/i-gall.scss */
.i-gall .swiper-button-next:hover:after, .i-gall .swiper-button-prev:hover:after {
  color: #fff;
}
/* line 30, ../sass/index/i-gall.scss */
.i-gall .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent !important;
  transition: .3s ease-in-out;
}
/* line 38, ../sass/index/i-gall.scss */
.i-gall .swiper-pagination-bullet:hover {
  background-color: #fff !important;
}
/* line 42, ../sass/index/i-gall.scss */
.i-gall .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff !important;
}

/* line 48, ../sass/index/i-gall.scss */
.i-gallwr {
  width: 100%;
  margin: 0 auto;
}

/* line 53, ../sass/index/i-gall.scss */
.i-gall-slider {
  position: relative;
  overflow: visible !important;
}
/* line 57, ../sass/index/i-gall.scss */
.i-gall-slider .img {
  width: 80vw !important;
  height: 80vh !important;
}
/* line 61, ../sass/index/i-gall.scss */
.i-gall-slider .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 72, ../sass/index/i-gall.scss */
  .i-gall {
    padding: 50px 0;
    --swiper-navigation-size: 44px;
    --swiper-navigation-sides-offset: 28px;
    --swiper-pagination-bottom: 10px;
  }

  /* line 81, ../sass/index/i-gall.scss */
  .i-gall-slider .img {
    width: 87vw !important;
    height: 98vw !important;
  }
}
/* line 1, ../sass/index/i-tabs.scss */
.i-tabs {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}

/* line 7, ../sass/index/i-tabs.scss */
.i-tabs-wr {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 14, ../sass/index/i-tabs.scss */
.i-tabs-left {
  width: 44%;
}

/* line 18, ../sass/index/i-tabs.scss */
.i-tabs-left-tab {
  position: relative;
  border-bottom: 1px solid #29222e;
  transition: .3s ease-in-out;
}
/* line 23, ../sass/index/i-tabs.scss */
.i-tabs-left-tab.active {
  border-width: 3px;
}
/* line 27, ../sass/index/i-tabs.scss */
.i-tabs-left-tab.active .i-tabs-left-tab-drop {
  display: block;
}
/* line 30, ../sass/index/i-tabs.scss */
.i-tabs-left-tab.active .i-tabs-left-tab-drop p, .i-tabs-left-tab.active .i-tabs-left-tab-drop ul, .i-tabs-left-tab.active .i-tabs-left-tab-drop span {
  opacity: 1;
  transition-delay: .4s;
}
/* line 36, ../sass/index/i-tabs.scss */
.i-tabs-left-tab.active .i-tabs-left-tab-btn {
  border-bottom-color: #c5816a;
}
/* line 40, ../sass/index/i-tabs.scss */
.i-tabs-left-tab.active .i-tabs-left-tab-btn .icon {
  transform: rotate(-90deg);
}

/* line 47, ../sass/index/i-tabs.scss */
.i-tabs-left-tab-btn {
  padding: 24px 0 24px 38px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  border-bottom: 1px solid #29222e;
}
/* line 55, ../sass/index/i-tabs.scss */
.i-tabs-left-tab-btn span {
  display: block;
  font-family: 'FbMatadorNarrowHeb-Bold';
  font-size: 52px;
  letter-spacing: 1.2px;
  line-height: 1.15;
  text-transform: uppercase;
  width: calc(100% - 25px);
}
/* line 64, ../sass/index/i-tabs.scss */
.i-tabs-left-tab-btn span.en {
  font-family: 'AlmoniTzarRegular';
}
/* line 69, ../sass/index/i-tabs.scss */
.i-tabs-left-tab-btn .icon {
  width: 20px;
  height: 24px;
  transform: rotate(90deg);
}
/* line 74, ../sass/index/i-tabs.scss */
.i-tabs-left-tab-btn .icon svg {
  width: 20px;
  height: 24px;
}
@media (hover: hover) {
  /* line 82, ../sass/index/i-tabs.scss */
  .i-tabs-left-tab-btn:hover span {
    color: #c5816a;
  }
}

/* line 89, ../sass/index/i-tabs.scss */
.i-tabs-left-tab-drop {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.3s ease, opacity 0.3s ease;
  /* Плавное раскрытие */
  font-size: 34px;
  line-height: 1.55;
  letter-spacing: 1.25px;
}
/* line 98, ../sass/index/i-tabs.scss */
.i-tabs-left-tab-drop b {
  font-weight: bold;
}
/* line 102, ../sass/index/i-tabs.scss */
.i-tabs-left-tab-drop p, .i-tabs-left-tab-drop ul, .i-tabs-left-tab-drop span {
  opacity: 0;
  padding-bottom: 25px;
  padding-top: 25px;
  transition: opacity .3s ease-in-out;
}
/* line 109, ../sass/index/i-tabs.scss */
.i-tabs-left-tab-drop ul {
  list-style-type: disc;
  padding-right: 25px;
}
/* line 113, ../sass/index/i-tabs.scss */
.i-tabs-left-tab-drop ul li {
  line-height: 1.6;
  margin-bottom: 6px;
}

/* line 121, ../sass/index/i-tabs.scss */
.i-tabs-right {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  overflow: hidden;
}

/* line 129, ../sass/index/i-tabs.scss */
.i-tabs-right-wrap {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  width: 100%;
  transition: .3s ease-in-out;
}

/* line 138, ../sass/index/i-tabs.scss */
.i-tabs-right-swipe {
  width: 100% !important;
  min-width: 100% !important;
  --swiper-navigation-size: 75px;
  --swiper-navigation-sides-offset: 20px;
  --swiper-pagination-bottom: 50px;
}
/* line 146, ../sass/index/i-tabs.scss */
.i-tabs-right-swipe .swiper-button-next, .i-tabs-right-swipe .swiper-button-prev {
  width: var(--swiper-navigation-size) !important;
  background-color: #29222e;
  border-radius: 50% !important;
  transition: .3s ease-in-out;
}
/* line 152, ../sass/index/i-tabs.scss */
.i-tabs-right-swipe .swiper-button-next:after, .i-tabs-right-swipe .swiper-button-prev:after {
  font-size: 20px;
  color: #fff;
}
@media (hover: hover) {
  /* line 158, ../sass/index/i-tabs.scss */
  .i-tabs-right-swipe .swiper-button-next:hover, .i-tabs-right-swipe .swiper-button-prev:hover {
    background-color: #c5816a;
  }
  /* line 161, ../sass/index/i-tabs.scss */
  .i-tabs-right-swipe .swiper-button-next:hover:after, .i-tabs-right-swipe .swiper-button-prev:hover:after {
    color: #fff;
  }
}
/* line 168, ../sass/index/i-tabs.scss */
.i-tabs-right-swipe .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent !important;
  transition: .3s ease-in-out;
}
/* line 176, ../sass/index/i-tabs.scss */
.i-tabs-right-swipe .swiper-pagination-bullet:hover {
  background-color: #fff !important;
}
/* line 180, ../sass/index/i-tabs.scss */
.i-tabs-right-swipe .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff !important;
}
/* line 185, ../sass/index/i-tabs.scss */
.i-tabs-right-swipe img {
  display: block;
  width: 100%;
  height: 580px;
  object-fit: cover;
}

@media only screen and (min-width: 1341px) and (max-width: 1440px) {
  /* line 194, ../sass/index/i-tabs.scss */
  .i-tabs-left-tab-btn {
    padding: 20px 0 20px 26px;
  }
  /* line 197, ../sass/index/i-tabs.scss */
  .i-tabs-left-tab-btn span {
    font-size: 44px;
    /* 8% */
  }

  /* line 202, ../sass/index/i-tabs.scss */
  .i-tabs-left-tab-drop {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1340px) {
  /* line 209, ../sass/index/i-tabs.scss */
  .i-tabs {
    padding: 70px 0;
  }

  /* line 213, ../sass/index/i-tabs.scss */
  .i-tabs-left-tab-btn {
    padding: 20px 0 20px 26px;
  }
  /* line 216, ../sass/index/i-tabs.scss */
  .i-tabs-left-tab-btn span {
    font-size: 40px;
    /* 8% */
  }

  /* line 221, ../sass/index/i-tabs.scss */
  .i-tabs-left-tab-drop {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 228, ../sass/index/i-tabs.scss */
  .i-tabs {
    padding: 70px 0;
  }

  /* line 232, ../sass/index/i-tabs.scss */
  .i-tabs-left-tab-btn {
    padding: 20px 0 20px 26px;
  }
  /* line 235, ../sass/index/i-tabs.scss */
  .i-tabs-left-tab-btn span {
    font-size: 36px;
    /* 8% */
  }

  /* line 240, ../sass/index/i-tabs.scss */
  .i-tabs-left-tab-drop {
    font-size: 24px;
  }

  /* line 244, ../sass/index/i-tabs.scss */
  .i-tabs-right {
    width: 100%;
    order: -1;
    margin-bottom: 20px;
  }

  /* line 250, ../sass/index/i-tabs.scss */
  .i-tabs-left {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 257, ../sass/index/i-tabs.scss */
  .i-tabs {
    padding: 70px 0;
  }

  /* line 261, ../sass/index/i-tabs.scss */
  .i-tabs-left-tab-btn {
    padding: 20px 0 20px 26px;
  }
  /* line 264, ../sass/index/i-tabs.scss */
  .i-tabs-left-tab-btn span {
    font-size: 32px;
    /* 10% */
  }

  /* line 269, ../sass/index/i-tabs.scss */
  .i-tabs-left-tab-drop {
    font-size: 20px;
  }

  /* line 273, ../sass/index/i-tabs.scss */
  .i-tabs-right {
    width: 100%;
    order: -1;
    margin-bottom: 20px;
  }

  /* line 279, ../sass/index/i-tabs.scss */
  .i-tabs-left {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 287, ../sass/index/i-tabs.scss */
  .i-tabs {
    padding: 50px 0;
  }

  /* line 291, ../sass/index/i-tabs.scss */
  .i-tabs-left-tab-btn {
    padding: 15px 0 15px 0px;
  }
  /* line 294, ../sass/index/i-tabs.scss */
  .i-tabs-left-tab-btn .icon {
    width: 18px;
    height: 18px;
  }
  /* line 298, ../sass/index/i-tabs.scss */
  .i-tabs-left-tab-btn .icon svg {
    width: 18px;
    height: 18px;
  }
  /* line 304, ../sass/index/i-tabs.scss */
  .i-tabs-left-tab-btn span {
    font-size: 32px;
    /* 8% */
  }

  /* line 309, ../sass/index/i-tabs.scss */
  .i-tabs-left-tab-drop {
    font-size: 20px;
    /* 8% */
  }

  /* line 314, ../sass/index/i-tabs.scss */
  .i-tabs-left-tab-drop {
    font-size: 18px;
  }

  /* line 319, ../sass/index/i-tabs.scss */
  .i-tabs-right {
    width: 100%;
    order: -1;
    margin-bottom: 20px;
  }

  /* line 325, ../sass/index/i-tabs.scss */
  .i-tabs-left {
    width: 100%;
  }

  /* line 331, ../sass/index/i-tabs.scss */
  .i-tabs-right-swipe .img {
    height: 98vw !important;
  }

  /* line 336, ../sass/index/i-tabs.scss */
  .i-tabs-right-swipe {
    --swiper-navigation-size: 44px;
    --swiper-navigation-sides-offset: 0;
    --swiper-pagination-bottom: 10px;
  }
}
/* line 1, ../sass/index/i-select.scss */
.i-select {
  position: relative;
  overflow: hidden;
}
/* line 5, ../sass/index/i-select.scss */
.i-select .img {
  width: 100%;
}
/* line 8, ../sass/index/i-select.scss */
.i-select .img img {
  display: block;
  width: 100%;
}
/* line 14, ../sass/index/i-select.scss */
.i-select picture {
  position: relative;
  display: block;
}
/* line 18, ../sass/index/i-select.scss */
.i-select picture:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 26%;
  background: white;
  background: -moz-linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 67%);
  background: -webkit-linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 67%);
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 67%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

/* line 33, ../sass/index/i-select.scss */
.i-select-wr {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
  z-index: 2;
}

/* line 41, ../sass/index/i-select.scss */
.i-select-box {
  max-width: 30%;
}
/* line 44, ../sass/index/i-select.scss */
.i-select-box a {
  text-transform: uppercase;
  color: #29222e;
  font-size: 52px;
  display: inline-block;
  font-family: 'FbMatadorNarrowHeb-Bold';
  letter-spacing: 1.2px;
  line-height: 1.15;
  transition: color .3s ease, background-color .3s ease;
}
/* line 54, ../sass/index/i-select.scss */
.i-select-box a:hover {
  color: #a695c0;
}
/* line 59, ../sass/index/i-select.scss */
.i-select-box p {
  display: block;
  font-size: 34px;
  line-height: 1.55;
  letter-spacing: 1.25px;
  margin-top: 20px;
  text-align: center;
}

/* line 69, ../sass/index/i-select.scss */
.i-select-btn {
  background-color: #29222e;
  color: #fff;
  transition: color .3s ease, background-color .3s ease;
  height: 62px;
  padding: 0 60px;
  font-size: 34px;
  line-height: 1.55;
  letter-spacing: 1.25px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: max-content;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
/* line 88, ../sass/index/i-select.scss */
.i-select-btn.with-icon {
  gap: 0 15px;
}
/* line 91, ../sass/index/i-select.scss */
.i-select-btn.with-icon svg, .i-select-btn.with-icon img {
  display: block;
  height: 30px;
  width: auto;
}
/* line 98, ../sass/index/i-select.scss */
.i-select-btn:hover, .i-select-btn.active {
  background-color: #a695c0;
  color: #000;
}

@media only screen and (min-width: 1341px) and (max-width: 1440px) {
  /* line 107, ../sass/index/i-select.scss */
  .i-select-box a {
    font-size: 44px;
    /* 8% */
  }
  /* line 111, ../sass/index/i-select.scss */
  .i-select-box p {
    font-size: 30px;
    margin-top: 17px;
  }

  /* line 117, ../sass/index/i-select.scss */
  .i-select-btn {
    font-size: 30px;
  }

  /* line 122, ../sass/index/i-select.scss */
  .i-select-wr {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1340px) {
  /* line 131, ../sass/index/i-select.scss */
  .i-select-box a {
    font-size: 40px;
    /* 8% */
  }
  /* line 135, ../sass/index/i-select.scss */
  .i-select-box p {
    font-size: 28px;
    margin-top: 17px;
  }

  /* line 141, ../sass/index/i-select.scss */
  .i-select-btn {
    font-size: 28px;
  }

  /* line 145, ../sass/index/i-select.scss */
  .i-select-wr {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 153, ../sass/index/i-select.scss */
  .i-select-box a {
    font-size: 36px;
    /* 8% */
  }
  /* line 157, ../sass/index/i-select.scss */
  .i-select-box p {
    font-size: 24px;
    margin-top: 17px;
  }

  /* line 163, ../sass/index/i-select.scss */
  .i-select-btn {
    font-size: 24px;
  }

  /* line 168, ../sass/index/i-select.scss */
  .i-select-wr {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 176, ../sass/index/i-select.scss */
  .i-select-box a {
    font-size: 32px;
    /* 10% */
  }
  /* line 180, ../sass/index/i-select.scss */
  .i-select-box p {
    font-size: 20px;
    margin-top: 17px;
  }

  /* line 186, ../sass/index/i-select.scss */
  .i-select-btn {
    font-size: 20px;
  }

  /* line 191, ../sass/index/i-select.scss */
  .i-select-wr {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 199, ../sass/index/i-select.scss */
  .i-select-box {
    width: 100%;
    max-width: 100%;
  }
  /* line 203, ../sass/index/i-select.scss */
  .i-select-box a {
    text-align: center;
    display: block;
    font-size: 32px;
    /* 8% */
  }
  /* line 209, ../sass/index/i-select.scss */
  .i-select-box p {
    font-size: 20px;
    margin-top: 6px;
  }

  /* line 216, ../sass/index/i-select.scss */
  .i-select-btn {
    font-size: 20px;
  }

  /* line 220, ../sass/index/i-select.scss */
  .i-select-wr {
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 25px;
  }
}
/* line 1, ../sass/index/i-selectsvg.scss */
.i-selectsvg-sticky {
  position: relative;
  background: #c5816a;
}
/* line 6, ../sass/index/i-selectsvg.scss */
.i-selectsvg-sticky .loremdiv {
  height: 250px;
}

/* line 11, ../sass/index/i-selectsvg.scss */
.i-selectsvg {
  position: relative;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 100px;
}
/* line 20, ../sass/index/i-selectsvg.scss */
.i-selectsvg .title {
  font-size: 52px;
  font-size: 82px;
  text-align: center;
  margin-bottom: 30px;
  font-family: 'FbMatadorNarrowHeb-Bold';
  letter-spacing: 1.2px;
  line-height: 1.15;
  text-align: left;
  color: #fff;
  padding: 0 5%;
  pointer-events: none;
}
/* line 33, ../sass/index/i-selectsvg.scss */
.i-selectsvg .title svg {
  width: 1em;
  height: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 3.5em;
  transform: rotate(-90deg) translateY(-50%);
}

/* line 45, ../sass/index/i-selectsvg.scss */
.i-selectsvg-title {
  position: absolute;
  top: 0;
  left: 50%;
  padding-top: 100px;
  z-index: 2;
  transform: translateX(-50%);
  pointer-events: none;
}

/* line 55, ../sass/index/i-selectsvg.scss */
.i-selectsvg-wr {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 60, ../sass/index/i-selectsvg.scss */
.i-selectsvg-wr img {
  display: block;
  width: 100%;
}
/* line 65, ../sass/index/i-selectsvg.scss */
.i-selectsvg-wr svg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}
/* line 72, ../sass/index/i-selectsvg.scss */
.i-selectsvg-wr svg polygon {
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out, fill 0.3s ease-in-out, stroke 0.3s ease-in-out;
  /* Убираем анимацию с ховера */
}
/* line 78, ../sass/index/i-selectsvg.scss */
.i-selectsvg-wr svg polygon:hover {
  opacity: 0.6 !important;
  fill: #a695c0 !important;
  stroke: #a695c0 !important;
}
/* line 84, ../sass/index/i-selectsvg.scss */
.i-selectsvg-wr svg polygon.hover, .i-selectsvg-wr svg polygon.active {
  opacity: 0.6 !important;
  fill: #a695c0 !important;
  stroke: #a695c0 !important;
}

/* line 94, ../sass/index/i-selectsvg.scss */
.building-number {
  position: absolute;
  top: 0;
  width: 25%;
  height: 100%;
  /* pointer-events: none; */
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  /* justify-content: center; */
  gap: calc(9.2vw * 9 / 16);
  padding-bottom: calc(12.8vw * 9 / 16);
  /* padding-left: 4%; */
  justify-content: flex-end;
}
/* line 113, ../sass/index/i-selectsvg.scss */
.building-number.num3 {
  margin-bottom: calc(-1.2vw * 9 / 16);
}
/* line 117, ../sass/index/i-selectsvg.scss */
.building-number.num4 {
  margin-bottom: calc(-1.2vw * 9 / 16);
}
/* line 121, ../sass/index/i-selectsvg.scss */
.building-number .open-this-floor-number {
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: calc(1vw * 9 / 16);
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(2.8vw * 9 / 16);
  height: calc(2.8vw * 9 / 16);
  line-height: calc(2.7vw * 9 / 16);
  transition: .3s ease-in-out;
  box-shadow: 0px 0px 1px 1px #0000001a;
  animation: pulse-animation 2s infinite;
}
/* line 139, ../sass/index/i-selectsvg.scss */
.building-number .open-this-floor-number.num0 {
  order: 8;
}
/* line 143, ../sass/index/i-selectsvg.scss */
.building-number .open-this-floor-number.num1 {
  order: 7;
}
/* line 146, ../sass/index/i-selectsvg.scss */
.building-number .open-this-floor-number.num2 {
  order: 6;
}
/* line 150, ../sass/index/i-selectsvg.scss */
.building-number .open-this-floor-number.num3 {
  order: 5;
  margin-bottom: calc(-2vw * 9 / 16);
}
/* line 155, ../sass/index/i-selectsvg.scss */
.building-number .open-this-floor-number.num4 {
  order: 4;
  margin-bottom: calc(-1vw * 9 / 16);
}
/* line 160, ../sass/index/i-selectsvg.scss */
.building-number .open-this-floor-number.num5 {
  order: 3;
}
/* line 164, ../sass/index/i-selectsvg.scss */
.building-number .open-this-floor-number.num6 {
  order: 2;
}
/* line 168, ../sass/index/i-selectsvg.scss */
.building-number .open-this-floor-number.num7 {
  order: 1;
  margin-bottom: calc(13vw * 9 / 16);
}
/* line 173, ../sass/index/i-selectsvg.scss */
.building-number .open-this-floor-number.active {
  background-color: #a695c0;
  color: #fff;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 12px transparent;
  }
}
/* line 189, ../sass/index/i-selectsvg.scss */
.anim {
  animation: fadeIng 1.5s ease-in-out forwards !important;
  animation-delay: .3s !important;
}

@keyframes fadeIng {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
  }
}
/* line 207, ../sass/index/i-selectsvg.scss */
.i-selectsvg-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 103;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: .3s ease-in-out;
  padding: 15px;
}
/* line 222, ../sass/index/i-selectsvg.scss */
.i-selectsvg-popup.show {
  opacity: 1;
  pointer-events: all;
}
/* line 226, ../sass/index/i-selectsvg.scss */
.i-selectsvg-popup.show .i-selectsvg-popup-bg {
  opacity: 0.8;
  pointer-events: all;
}

/* line 234, ../sass/index/i-selectsvg.scss */
.i-selectsvg-popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #29222e;
  opacity: 0;
  pointer-events: none;
}

/* line 245, ../sass/index/i-selectsvg.scss */
.i-selectsvg-popup-wr {
  position: relative;
  overflow: hidden;
  width: calc(100% - 30px);
  max-width: 1400px;
  height: calc(100% - 30px);
  max-height: 700px;
  transition: 0.3s ease all;
  border-radius: 30px;
  background: #fff;
  z-index: 2;
}

/* line 259, ../sass/index/i-selectsvg.scss */
.i-selectsvg-popup-close {
  position: absolute;
  top: 3px;
  right: 3px;
  margin: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background: #000;
  color: #fff;
  border-radius: 30px;
  cursor: pointer;
  transition: .3s ease-in;
}
/* line 276, ../sass/index/i-selectsvg.scss */
.i-selectsvg-popup-close:hover {
  background-color: #a695c0;
  color: #fff;
}
/* line 281, ../sass/index/i-selectsvg.scss */
.i-selectsvg-popup-close svg {
  width: 25px;
  height: 25px;
}

/* line 287, ../sass/index/i-selectsvg.scss */
.i-selectsvg-popup-body {
  width: 100%;
  position: relative;
  height: 100%;
}

/* line 293, ../sass/index/i-selectsvg.scss */
.i-selectsvg-popup-floor {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px;
}

/* line 300, ../sass/index/i-selectsvg.scss */
.i-selectsvg-popup-floor-front {
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
/* line 306, ../sass/index/i-selectsvg.scss */
.i-selectsvg-popup-floor-front .right {
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
/* line 315, ../sass/index/i-selectsvg.scss */
.i-selectsvg-popup-floor-front .right-select {
  display: flex;
  flex-direction: column;
  flex-direction: column-reverse;
  gap: 10px;
}
/* line 321, ../sass/index/i-selectsvg.scss */
.i-selectsvg-popup-floor-front .right-select .right-select-box {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #29222e;
  transition: .3s ease-in-out;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
}
/* line 334, ../sass/index/i-selectsvg.scss */
.i-selectsvg-popup-floor-front .right-select .right-select-box.show {
  background-color: #a695c0;
}
/* line 338, ../sass/index/i-selectsvg.scss */
.i-selectsvg-popup-floor-front .right-select .right-select-box:hover {
  background-color: #a695c0;
}
/* line 344, ../sass/index/i-selectsvg.scss */
.i-selectsvg-popup-floor-front .left {
  width: calc(100% - 200px);
  align-self: center;
  height: 100%;
}
/* line 350, ../sass/index/i-selectsvg.scss */
.i-selectsvg-popup-floor-front .left-svg-wr {
  width: 100%;
  position: relative;
}
/* line 355, ../sass/index/i-selectsvg.scss */
.i-selectsvg-popup-floor-front .left-svg {
  position: relative;
  width: 100%;
  height: 100%;
  height: 90%;
  display: none;
  overflow: auto;
}
/* line 363, ../sass/index/i-selectsvg.scss */
.i-selectsvg-popup-floor-front .left-svg.show {
  display: block;
}
/* line 367, ../sass/index/i-selectsvg.scss */
.i-selectsvg-popup-floor-front .left-svg img, .i-selectsvg-popup-floor-front .left-svg svg {
  width: 100%;
  display: block;
  width: 89%;
  display: block;
  margin: 0 auto;
}
/* line 377, ../sass/index/i-selectsvg.scss */
.i-selectsvg-popup-floor-front .left-svg svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
/* line 389, ../sass/index/i-selectsvg.scss */
.i-selectsvg-popup-floor-front .left-svg .flat-select {
  cursor: pointer;
  fill: rgba(166, 149, 192, 0.5);
  transition: 0.3s ease all;
}
@media (hover: hover) {
  /* line 395, ../sass/index/i-selectsvg.scss */
  .i-selectsvg-popup-floor-front .left-svg .flat-select:hover {
    fill: rgba(166, 149, 192, 0.8);
  }
}

/* line 403, ../sass/index/i-selectsvg.scss */
.i-selectsvg-popup-flat {
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  z-index: 5;
}
/* line 421, ../sass/index/i-selectsvg.scss */
.i-selectsvg-popup-flat.show {
  opacity: 1;
  visibility: visible;
}
/* line 426, ../sass/index/i-selectsvg.scss */
.i-selectsvg-popup-flat .i-selectsvg-popup-flat-right {
  position: relative;
  width: 400px;
}
/* line 431, ../sass/index/i-selectsvg.scss */
.i-selectsvg-popup-flat .i-selectsvg-popup-flat-left {
  position: relative;
  width: calc(100% - 400px - 30px);
}
/* line 437, ../sass/index/i-selectsvg.scss */
.i-selectsvg-popup-flat .PPL-Form2 .left {
  width: 100%;
}
/* line 441, ../sass/index/i-selectsvg.scss */
.i-selectsvg-popup-flat .PPL-Form2 .right {
  width: 100%;
}
/* line 444, ../sass/index/i-selectsvg.scss */
.i-selectsvg-popup-flat .PPL-Form2 .right textarea {
  display: none;
}
/* line 448, ../sass/index/i-selectsvg.scss */
.i-selectsvg-popup-flat .PPL-Form2 .right .form-btn {
  width: 100%;
}

/* line 455, ../sass/index/i-selectsvg.scss */
.i-selectsvg-popup-flat-tpl {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  cursor: zoom-in;
}
/* line 472, ../sass/index/i-selectsvg.scss */
.i-selectsvg-popup-flat-tpl img {
  display: block;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* line 479, ../sass/index/i-selectsvg.scss */
.i-selectsvg-popup-flat-tpl.show {
  opacity: 1;
  visibility: visible;
}

/* line 485, ../sass/index/i-selectsvg.scss */
.absspan {
  font-size: 14px;
  position: absolute;
  pointer-events: none;
  z-index: 4;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
/* line 495, ../sass/index/i-selectsvg.scss */
.absspan b {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 24px;
  height: 24px;
  font-size: 14px;
  margin-bottom: 5px;
  border-radius: 50%;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  box-shadow: 0px 0px 1px 1px #0000001a;
  animation: pulse-animation 2s infinite;
}

/* line 514, ../sass/index/i-selectsvg.scss */
#absspan14 {
  top: 28%;
  left: 36%;
}

/* line 519, ../sass/index/i-selectsvg.scss */
#absspan15 {
  top: 34%;
  left: 67%;
}

/* line 525, ../sass/index/i-selectsvg.scss */
#absspan17, #absspan23 {
  top: 56%;
  left: 46%;
}

/* line 530, ../sass/index/i-selectsvg.scss */
#absspan18 {
  top: 13%;
  left: 29%;
}

/* line 535, ../sass/index/i-selectsvg.scss */
#absspan16, #absspan19, #absspan21 {
  top: 52%;
  left: 29%;
}

/* line 539, ../sass/index/i-selectsvg.scss */
#absspan20, #absspan22 {
  top: 13%;
  left: 29%;
}

/* line 543, ../sass/index/i-selectsvg.scss */
#absspan24 {
  top: 40%;
  left: 34%;
}

@media only screen and (min-width: 1341px) and (max-width: 1440px) {
  /* line 551, ../sass/index/i-selectsvg.scss */
  .i-selectsvg .title {
    font-size: 70px;
    margin-bottom: 25px;
  }

  /* line 558, ../sass/index/i-selectsvg.scss */
  .i-selectsvg-title {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1340px) {
  /* line 567, ../sass/index/i-selectsvg.scss */
  .i-selectsvg-sticky .loremdiv {
    height: 150px;
  }

  /* line 573, ../sass/index/i-selectsvg.scss */
  .i-selectsvg {
    padding-top: 70px;
  }
  /* line 575, ../sass/index/i-selectsvg.scss */
  .i-selectsvg .title {
    font-size: 60px;
    /* 8% */
    margin-bottom: 25px;
  }

  /* line 581, ../sass/index/i-selectsvg.scss */
  .i-selectsvg-title {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 592, ../sass/index/i-selectsvg.scss */
  .i-selectsvg-sticky .loremdiv {
    height: 50px;
  }

  /* line 597, ../sass/index/i-selectsvg.scss */
  .i-selectsvg {
    padding-top: 70px;
  }
  /* line 601, ../sass/index/i-selectsvg.scss */
  .i-selectsvg .title {
    font-size: 50px;
    /* 8% */
    margin-bottom: 20px;
  }

  /* line 607, ../sass/index/i-selectsvg.scss */
  .i-selectsvg-title {
    padding-top: 50px;
  }

  /* line 612, ../sass/index/i-selectsvg.scss */
  .i-selectsvg-popup-flat .i-selectsvg-popup-flat-right {
    width: 300px;
  }
  /* line 616, ../sass/index/i-selectsvg.scss */
  .i-selectsvg-popup-flat .i-selectsvg-popup-flat-left {
    width: calc(100% - 300px - 30px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 626, ../sass/index/i-selectsvg.scss */
  .i-selectsvg-sticky .loremdiv {
    height: 30px;
    display: none;
  }

  /* line 632, ../sass/index/i-selectsvg.scss */
  .i-selectsvg {
    padding-top: 70px;
  }
  /* line 634, ../sass/index/i-selectsvg.scss */
  .i-selectsvg .title {
    font-size: 40px;
    /* 10% */
    margin-bottom: 20px;
  }

  /* line 640, ../sass/index/i-selectsvg.scss */
  .i-selectsvg-title {
    padding-top: 50px;
  }

  /* line 645, ../sass/index/i-selectsvg.scss */
  .i-selectsvg-popup-floor-front .right {
    width: 100px;
  }
  /* line 649, ../sass/index/i-selectsvg.scss */
  .i-selectsvg-popup-floor-front .left {
    width: calc(100% - 100px);
  }

  /* line 654, ../sass/index/i-selectsvg.scss */
  .i-selectsvg-popup-flat {
    overflow: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  /* line 662, ../sass/index/i-selectsvg.scss */
  .i-selectsvg-popup-flat .i-selectsvg-popup-flat-right {
    width: 100%;
  }
  /* line 666, ../sass/index/i-selectsvg.scss */
  .i-selectsvg-popup-flat .i-selectsvg-popup-flat-left {
    -webkit-order: -1;
    -moz-order: -1;
    -ms-order: -1;
    -o-order: -1;
    order: -1;
    width: 100%;
    height: 400px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 683, ../sass/index/i-selectsvg.scss */
  .i-selectsvg-sticky .loremdiv {
    height: 0;
    display: none;
  }

  /* line 689, ../sass/index/i-selectsvg.scss */
  .i-selectsvg {
    padding-top: 50px;
  }
  /* line 692, ../sass/index/i-selectsvg.scss */
  .i-selectsvg .title {
    font-size: 6vw;
    margin-bottom: 20px;
    padding: 0;
    padding: 0 2vw;
  }
  /* line 698, ../sass/index/i-selectsvg.scss */
  .i-selectsvg .title svg {
    top: 35%;
    left: 3.2em;
    transform: rotate(-90deg) translateY(-80%);
  }

  /* line 706, ../sass/index/i-selectsvg.scss */
  .i-selectsvg-title {
    padding-top: 4vw;
  }

  /* line 710, ../sass/index/i-selectsvg.scss */
  .i-selectsvg-popup-wr {
    height: auto;
    width: 100%;
    height: 100%;
    height: auto;
    overflow: visible;
  }

  /* line 719, ../sass/index/i-selectsvg.scss */
  .i-selectsvg-popup-floor {
    padding: 50px 30px 30px 30px;
  }

  /* line 723, ../sass/index/i-selectsvg.scss */
  .i-selectsvg-popup-floor-front {
    flex-direction: column;
    height: auto;
    gap: 30px;
  }
  /* line 727, ../sass/index/i-selectsvg.scss */
  .i-selectsvg-popup-floor-front .right {
    width: 100%;
  }
  /* line 729, ../sass/index/i-selectsvg.scss */
  .i-selectsvg-popup-floor-front .right .right-select {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  /* line 736, ../sass/index/i-selectsvg.scss */
  .i-selectsvg-popup-floor-front .left {
    width: 100%;
    height: auto;
  }
  /* line 740, ../sass/index/i-selectsvg.scss */
  .i-selectsvg-popup-floor-front .left .left-svg {
    height: auto;
    width: 120%;
    margin: 0 -10%;
  }

  /* line 748, ../sass/index/i-selectsvg.scss */
  .i-selectsvg-popup-flat-tpl {
    display: none;
    position: relative !important;
  }
  /* line 752, ../sass/index/i-selectsvg.scss */
  .i-selectsvg-popup-flat-tpl.show {
    display: flex;
  }

  /* line 757, ../sass/index/i-selectsvg.scss */
  .absspan {
    font-size: 12px;
  }
  /* line 760, ../sass/index/i-selectsvg.scss */
  .absspan b {
    width: 17px;
    height: 17px;
    font-size: 10px;
    margin-bottom: 2px;
  }

  /* line 769, ../sass/index/i-selectsvg.scss */
  .i-selectsvg-popup-flat {
    overflow: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 94%;
    border-radius: 20px;
    max-height: 90vh;
    overflow: auto;
  }
  /* line 788, ../sass/index/i-selectsvg.scss */
  .i-selectsvg-popup-flat.show {
    display: flex;
  }
  /* line 792, ../sass/index/i-selectsvg.scss */
  .i-selectsvg-popup-flat .i-selectsvg-popup-flat-right {
    width: 100%;
  }
  /* line 796, ../sass/index/i-selectsvg.scss */
  .i-selectsvg-popup-flat .i-selectsvg-popup-flat-left {
    -webkit-order: -1;
    -moz-order: -1;
    -ms-order: -1;
    -o-order: -1;
    order: -1;
    width: 100%;
    height: 250px;
  }

  /* line 807, ../sass/index/i-selectsvg.scss */
  .building-number {
    gap: calc(6.2vw * 9 / 16);
  }
  /* line 810, ../sass/index/i-selectsvg.scss */
  .building-number .open-this-floor-number {
    width: calc(5.8vw * 9 / 16);
    height: calc(5.8vw * 9 / 16);
    line-height: calc(5.7vw * 9 / 16);
    font-size: calc(3.8vw * 9 / 16);
  }
}
/* line 1, ../sass/index/i-plus.scss */
.i-plus {
  position: relative;
  padding: 100px 0;
}
/* line 5, ../sass/index/i-plus.scss */
.i-plus .title {
  font-size: 52px;
  text-align: center;
  margin-bottom: 30px;
  font-family: 'FbMatadorNarrowHeb-Bold';
  letter-spacing: 1.2px;
  line-height: 1.15;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  margin-top: 50px;
}

/* line 23, ../sass/index/i-plus.scss */
.i-plus-nav {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  z-index: 2;
  gap: 10px 0;
}
/* line 41, ../sass/index/i-plus.scss */
.i-plus-nav .i-select-btn {
  margin: 0;
  max-width: 100%;
  padding: 0 20px;
  background-color: #fff;
  color: #000;
  transition: .3s ease;
  padding-right: 30px;
  transform: translateX(15px);
}
/* line 52, ../sass/index/i-plus.scss */
.i-plus-nav .i-select-btn:hover, .i-plus-nav .i-select-btn.active {
  background-color: #c5816a;
  color: #fff;
  transform: translateX(0px);
}

@media only screen and (min-width: 1341px) and (max-width: 1440px) {
  /* line 65, ../sass/index/i-plus.scss */
  .i-plus .title {
    font-size: 44px;
    /* 8% */
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1340px) {
  /* line 73, ../sass/index/i-plus.scss */
  .i-plus {
    padding-top: 70px;
  }
  /* line 76, ../sass/index/i-plus.scss */
  .i-plus .title {
    font-size: 40px;
    /* 8% */
    margin-bottom: 25px;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 85, ../sass/index/i-plus.scss */
  .i-plus {
    padding-top: 70px;
  }
  /* line 88, ../sass/index/i-plus.scss */
  .i-plus .title {
    font-size: 36px;
    /* 8% */
    margin-bottom: 20px;
    margin-top: 30px;
  }

  /* line 97, ../sass/index/i-plus.scss */
  .i-plus-nav .i-select-btn {
    height: 56px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 104, ../sass/index/i-plus.scss */
  .i-plus {
    padding-top: 70px;
  }
  /* line 107, ../sass/index/i-plus.scss */
  .i-plus .title {
    font-size: 32px;
    /* 10% */
    margin-bottom: 20px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 116, ../sass/index/i-plus.scss */
  .i-plus {
    padding-top: 50px;
  }
  /* line 119, ../sass/index/i-plus.scss */
  .i-plus .title {
    font-size: 32px;
    /* 8% */
    margin-bottom: 20px;
    margin-top: 25px;
    position: relative;
    color: #000;
    margin-top: 0;
  }

  /* line 129, ../sass/index/i-plus.scss */
  .i-plus-nav {
    position: relative;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    padding: 0 15px;
    transform: translateY(0);
    top: 0;
    gap: 0 15px;
    margin-bottom: -10px;
  }
  /* line 142, ../sass/index/i-plus.scss */
  .i-plus-nav .i-select-btn {
    flex: 1;
    padding: 0;
    transform: none !important;
  }
}
/* line 1, ../sass/index/index-plus.scss */
.IndexPLus {
  display: none;
  position: relative;
  contain: layout;
}
/* line 6, ../sass/index/index-plus.scss */
.IndexPLus.active {
  display: block;
}
/* line 10, ../sass/index/index-plus.scss */
.IndexPLus .bg {
  position: relative;
  width: 100%;
}
/* line 14, ../sass/index/index-plus.scss */
.IndexPLus .bg img {
  display: block;
  width: 100%;
}
/* line 20, ../sass/index/index-plus.scss */
.IndexPLus .plus-wr {
  position: absolute;
}
/* line 23, ../sass/index/index-plus.scss */
.IndexPLus .plus-wr.active {
  z-index: 2;
}
/* line 26, ../sass/index/index-plus.scss */
.IndexPLus .plus-wr.active .plus {
  background: #c5816a;
  color: #fff;
}
/* line 31, ../sass/index/index-plus.scss */
.IndexPLus .plus-wr.active .plus:not(.icon) {
  background: #c5816a;
  color: #fff;
  transform: rotate(45deg);
}
/* line 39, ../sass/index/index-plus.scss */
.IndexPLus .plus-wr.active .plus-bl {
  pointer-events: all;
  opacity: 1;
}
/* line 43, ../sass/index/index-plus.scss */
.IndexPLus .plus-wr.active .plus-bl.top {
  transform: translate(-50%, 0px);
}
/* line 46, ../sass/index/index-plus.scss */
.IndexPLus .plus-wr.active .plus-bl.top.right {
  transform: translate(-90%, 0px);
}
/* line 50, ../sass/index/index-plus.scss */
.IndexPLus .plus-wr.active .plus-bl.top.left {
  transform: translate(-10%, 0px);
}
/* line 55, ../sass/index/index-plus.scss */
.IndexPLus .plus-wr.active .plus-bl.bottom {
  transform: translate(-50%, 0px);
}
/* line 62, ../sass/index/index-plus.scss */
.IndexPLus .plus {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s ease all;
}
/* line 79, ../sass/index/index-plus.scss */
.IndexPLus .plus.icon {
  position: absolute;
  right: -127%;
  top: 0;
  transform: scale(0.7);
}
/* line 85, ../sass/index/index-plus.scss */
.IndexPLus .plus.icon svg, .IndexPLus .plus.icon img {
  transform: scale(1.4);
}
/* line 90, ../sass/index/index-plus.scss */
.IndexPLus .plus svg, .IndexPLus .plus img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}
/* line 97, ../sass/index/index-plus.scss */
.IndexPLus .plus:before {
  content: '';
  display: block;
  position: absolute;
  top: -12px;
  left: -12px;
  width: 68px;
  height: 68px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
@media (hover: hover) {
  /* line 112, ../sass/index/index-plus.scss */
  .IndexPLus .plus.hovered {
    background: #c5816a;
    color: #fff;
  }
  /* line 117, ../sass/index/index-plus.scss */
  .IndexPLus .plus:hover {
    background: #c5816a;
    color: #fff;
  }
}
/* line 124, ../sass/index/index-plus.scss */
.IndexPLus .plus-bl {
  position: absolute;
  transition: 0.3s ease all;
  opacity: 0;
  pointer-events: none;
  width: 300px;
}
/* line 131, ../sass/index/index-plus.scss */
.IndexPLus .plus-bl.top {
  bottom: calc(100% + 35px);
  left: 50%;
  transform: translate(-50%, -20px);
}
/* line 136, ../sass/index/index-plus.scss */
.IndexPLus .plus-bl.top.right {
  transform: translate(-90%, -20px);
}
/* line 139, ../sass/index/index-plus.scss */
.IndexPLus .plus-bl.top.right:after {
  left: calc(100% - 35px);
}
/* line 144, ../sass/index/index-plus.scss */
.IndexPLus .plus-bl.top.left {
  transform: translate(-10%, -20px);
}
/* line 147, ../sass/index/index-plus.scss */
.IndexPLus .plus-bl.top.left:after {
  left: calc(0% + 20px);
}
/* line 152, ../sass/index/index-plus.scss */
.IndexPLus .plus-bl.top:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(100% + 0px);
  left: calc(50% - 10px);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #fff;
}
/* line 164, ../sass/index/index-plus.scss */
.IndexPLus .plus-bl.bottom {
  top: calc(100% + 35px);
  left: 50%;
  transform: translate(-50%, 20px);
}
/* line 169, ../sass/index/index-plus.scss */
.IndexPLus .plus-bl.bottom:after {
  content: '';
  display: block;
  position: absolute;
  top: -12px;
  left: calc(50% - 10px);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #fff;
}
/* line 181, ../sass/index/index-plus.scss */
.IndexPLus .plus-bl .img {
  display: block;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: 180px;
}
/* line 192, ../sass/index/index-plus.scss */
.IndexPLus .plus-bl .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 200, ../sass/index/index-plus.scss */
.IndexPLus .plus-bl .desc {
  position: relative;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 20px;
}
/* line 207, ../sass/index/index-plus.scss */
.IndexPLus .plus-bl .desc .site-text {
  font-size: 24px;
}
/* line 211, ../sass/index/index-plus.scss */
.IndexPLus .plus-bl .desc b {
  font-weight: 600;
}
/* line 215, ../sass/index/index-plus.scss */
.IndexPLus .plus-bl .desc .list {
  list-style-type: disc;
  padding-right: 20px;
}
/* line 220, ../sass/index/index-plus.scss */
.IndexPLus .plus-bl .desc .list li::marker {
  color: #c5816a;
}
/* line 224, ../sass/index/index-plus.scss */
.IndexPLus .plus-bl .desc .list li:nth-last-child(1) {
  margin-bottom: 0;
}

/* line 236, ../sass/index/index-plus.scss */
.lang-he .IndexPLus .plus-bl .desc {
  direction: rtl;
}

@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 246, ../sass/index/index-plus.scss */
  .IndexPLus .plus {
    width: 40px;
    height: 40px;
  }
  /* line 250, ../sass/index/index-plus.scss */
  .IndexPLus .plus svg, .IndexPLus .plus img {
    width: 16px;
    height: 16px;
  }
  /* line 255, ../sass/index/index-plus.scss */
  .IndexPLus .plus:before {
    top: -9px;
    left: -9px;
    width: 54px;
    height: 54px;
  }
  /* line 263, ../sass/index/index-plus.scss */
  .IndexPLus .plus-bl {
    width: 208px;
  }
  /* line 266, ../sass/index/index-plus.scss */
  .IndexPLus .plus-bl.top {
    bottom: calc(100% + 27px);
    transform: translate(-50%, -20px);
  }
  /* line 271, ../sass/index/index-plus.scss */
  .IndexPLus .plus-bl .img {
    height: 144px;
  }
  /* line 275, ../sass/index/index-plus.scss */
  .IndexPLus .plus-bl .desc {
    padding: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 286, ../sass/index/index-plus.scss */
  .IndexPLus .plus {
    width: 30px;
    height: 30px;
  }
  /* line 290, ../sass/index/index-plus.scss */
  .IndexPLus .plus svg, .IndexPLus .plus img {
    width: 14px;
    height: 14px;
  }
  /* line 295, ../sass/index/index-plus.scss */
  .IndexPLus .plus:before {
    top: -8px;
    left: -8px;
    width: 42px;
    height: 42px;
  }
  /* line 303, ../sass/index/index-plus.scss */
  .IndexPLus .plus-bl {
    width: 160px;
  }
  /* line 306, ../sass/index/index-plus.scss */
  .IndexPLus .plus-bl.top {
    bottom: calc(100% + 27px);
    transform: translate(-50%, -20px);
  }
  /* line 311, ../sass/index/index-plus.scss */
  .IndexPLus .plus-bl .img {
    height: 110px;
  }
  /* line 315, ../sass/index/index-plus.scss */
  .IndexPLus .plus-bl .desc {
    padding: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 325, ../sass/index/index-plus.scss */
  .IndexPLus {
    padding-top: 20px;
  }
  /* line 328, ../sass/index/index-plus.scss */
  .IndexPLus .bg {
    top: 20px;
    height: calc(100% - 20px);
  }
  /* line 334, ../sass/index/index-plus.scss */
  .IndexPLus .container .site-title {
    transform: translateY(-40px);
  }
  /* line 339, ../sass/index/index-plus.scss */
  .IndexPLus .plus {
    width: 22px;
    height: 22px;
  }
  /* line 343, ../sass/index/index-plus.scss */
  .IndexPLus .plus svg, .IndexPLus .plus img {
    width: 12px;
    height: 12px;
  }
  /* line 348, ../sass/index/index-plus.scss */
  .IndexPLus .plus:before {
    top: -7px;
    left: -7px;
    width: 32px;
    height: 32px;
  }
  /* line 356, ../sass/index/index-plus.scss */
  .IndexPLus .plus-bl {
    width: 160px;
  }
  /* line 359, ../sass/index/index-plus.scss */
  .IndexPLus .plus-bl.top {
    bottom: calc(100% + 27px);
    transform: translate(-50%, -20px);
  }
  /* line 364, ../sass/index/index-plus.scss */
  .IndexPLus .plus-bl .img {
    height: 82px;
  }
  /* line 368, ../sass/index/index-plus.scss */
  .IndexPLus .plus-bl .desc {
    padding: 10px;
  }
  /* line 371, ../sass/index/index-plus.scss */
  .IndexPLus .plus-bl .desc .site-text {
    font-size: 20px;
  }
  /* line 377, ../sass/index/index-plus.scss */
  .IndexPLus .plus-bl.alter {
    position: fixed;
    top: initial !important;
    right: 5px !important;
    bottom: -15px !important;
    left: initial !important;
    transform: none !important;
    width: calc(100% - 10px) !important;
    height: calc(100% - 30px);
  }
  /* line 387, ../sass/index/index-plus.scss */
  .IndexPLus .plus-bl.alter:after {
    display: none !important;
  }
  /* line 391, ../sass/index/index-plus.scss */
  .IndexPLus .plus-bl.alter .desc {
    overflow: auto;
    height: 100%;
    border-radius: 10px;
    padding: 10px;
  }
  /* line 397, ../sass/index/index-plus.scss */
  .IndexPLus .plus-bl.alter .desc:before {
    content: 'X';
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 26px;
  }
  /* line 405, ../sass/index/index-plus.scss */
  .IndexPLus .plus-bl.alter .desc .site-text {
    font-size: 24px;
  }
}
/* line 1, ../sass/index/pp-new-top.scss */
.ppn-top {
  position: relative;
  direction: rtl;
}

/* line 6, ../sass/index/pp-new-top.scss */
.ppn-top-wr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 11, ../sass/index/pp-new-top.scss */
.ppn-top-wr .col {
  width: 49%;
}
/* line 15, ../sass/index/pp-new-top.scss */
.ppn-top-wr .pp-inter-image {
  position: relative;
  margin: 0;
  height: 100%;
  width: 100%;
}
/* line 21, ../sass/index/pp-new-top.scss */
.ppn-top-wr .pp-inter-image img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: .3s ease-in-out;
  border-radius: 10px;
}

/* line 32, ../sass/index/pp-new-top.scss */
.ppn-top-form {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 11px 0px #c5816aff;
  padding: 30px;
  margin-top: 0;
  border-radius: 10px;
  background-color: #c5816a;
  color: #fff;
}
/* line 42, ../sass/index/pp-new-top.scss */
.ppn-top-form .site-title {
  line-height: 1;
  margin-bottom: 30px;
}
/* line 47, ../sass/index/pp-new-top.scss */
.ppn-top-form .site-title.mini {
  margin-bottom: 0;
  text-align: initial;
}
/* line 52, ../sass/index/pp-new-top.scss */
.ppn-top-form form {
  width: 100%;
  margin-top: 15px;
}
/* line 57, ../sass/index/pp-new-top.scss */
.ppn-top-form label {
  display: block;
  position: relative;
  margin-bottom: 35px;
}
/* line 63, ../sass/index/pp-new-top.scss */
.ppn-top-form .input {
  position: relative;
  background: transparent;
  display: block;
  width: 100%;
  height: 57px;
  border-radius: 6px;
  border: 2px solid var(--color-dark);
  background-color: #f8f8f9;
  border: 2px solid transparent;
}
/* line 75, ../sass/index/pp-new-top.scss */
.ppn-top-form .site-btn {
  background-color: var(--color-green);
  color: #000;
}
/* line 80, ../sass/index/pp-new-top.scss */
.ppn-top-form .callback-form-privacy {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  cursor: pointer;
  font-size: 18px;
  gap: 16px;
  margin-bottom: 50px;
}
/* line 92, ../sass/index/pp-new-top.scss */
.ppn-top-form .callback-form-privacy input[type="checkbox"] {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
/* line 105, ../sass/index/pp-new-top.scss */
.ppn-top-form .callback-form-privacy .checkbox {
  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: 21px;
  height: 21px;
  min-width: 21px;
  border: 1px solid #fff;
  border-radius: 4px;
}
/* line 120, ../sass/index/pp-new-top.scss */
.ppn-top-form .callback-form-privacy .checkbox:before {
  content: '';
}
/* line 125, ../sass/index/pp-new-top.scss */
.ppn-top-form .callback-form-privacy input:checked ~ .checkbox {
  border-color: #8bd11f;
  background: #8bd11f;
  color: #fff;
}
/* line 130, ../sass/index/pp-new-top.scss */
.ppn-top-form .callback-form-privacy input:checked ~ .checkbox:before {
  content: '✓';
}
/* line 135, ../sass/index/pp-new-top.scss */
.ppn-top-form .callback-form-privacy a {
  text-decoration: underline;
}
/* line 140, ../sass/index/pp-new-top.scss */
.ppn-top-form .site-btn {
  position: relative;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  font-weight: bold;
  border: 0;
  background-color: #fff;
  border-radius: 4px;
  color: #c5816a;
  height: 50px;
  padding: 0 30px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  transition: .3s ease-in-out;
}
@media (hover: hover) {
  /* line 163, ../sass/index/pp-new-top.scss */
  .ppn-top-form .site-btn:hover {
    background-color: #8bd11f;
    color: #fff;
  }
}

/* line 172, ../sass/index/pp-new-top.scss */
.dir-ltr .ppn-top {
  direction: ltr;
}
/* line 178, ../sass/index/pp-new-top.scss */
.dir-ltr .ppn-top-form .site-btn svg {
  transform: rotate(180deg);
}

@media only screen and (min-width: 1241px) and (max-width: 1799px) {
  /* line 187, ../sass/index/pp-new-top.scss */
  .ppn-top-desc-title {
    font-size: 21px;
    margin: 25px 0 10px;
  }

  /* line 193, ../sass/index/pp-new-top.scss */
  .ppn-top-desc-name-city.with-logo {
    padding-left: 150px;
  }
  /* line 197, ../sass/index/pp-new-top.scss */
  .ppn-top-desc-name-city .proj-logo {
    max-width: 145px;
    height: 100px;
  }

  /* line 203, ../sass/index/pp-new-top.scss */
  .ppn-top-desc-location {
    font-size: 18px;
    gap: 7px;
  }

  /* line 210, ../sass/index/pp-new-top.scss */
  .ppn-top-desc-overbox b {
    font-size: 18px;
  }

  /* line 216, ../sass/index/pp-new-top.scss */
  .ppn-top-button-wr {
    margin-top: 35px;
    margin-bottom: 30px;
  }

  /* line 223, ../sass/index/pp-new-top.scss */
  .ppn-top-button-box svg, .ppn-top-button-box img {
    width: 33px;
    height: 34px;
  }
  /* line 228, ../sass/index/pp-new-top.scss */
  .ppn-top-button-box b {
    max-width: 100%;
    font-size: 16px;
  }

  /* line 236, ../sass/index/pp-new-top.scss */
  .dir-ltr .ppn-top-desc-name-city.with-logo {
    padding-right: 150px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 245, ../sass/index/pp-new-top.scss */
  .ppn-top-desc-title {
    font-size: 21px;
    margin: 20px 0 5px;
  }

  /* line 251, ../sass/index/pp-new-top.scss */
  .ppn-top-desc-name-city.with-logo {
    padding-left: 120px;
  }
  /* line 255, ../sass/index/pp-new-top.scss */
  .ppn-top-desc-name-city .proj-logo {
    max-width: 116px;
    height: 90px;
  }

  /* line 261, ../sass/index/pp-new-top.scss */
  .ppn-top-desc-location {
    font-size: 17px;
    gap: 7px;
  }
  /* line 265, ../sass/index/pp-new-top.scss */
  .ppn-top-desc-location svg {
    width: 16px;
    height: 16px;
  }

  /* line 271, ../sass/index/pp-new-top.scss */
  .ppn-top-desc-overbox {
    width: calc(100% / 2);
  }
  /* line 274, ../sass/index/pp-new-top.scss */
  .ppn-top-desc-overbox b {
    font-size: 17px;
  }

  /* line 280, ../sass/index/pp-new-top.scss */
  .ppn-top-button-wr {
    margin-top: 35px;
    margin-bottom: 30px;
  }

  /* line 287, ../sass/index/pp-new-top.scss */
  .ppn-top-button-box svg, .ppn-top-button-box img {
    width: 33px;
    height: 34px;
  }
  /* line 292, ../sass/index/pp-new-top.scss */
  .ppn-top-button-box b {
    max-width: 100%;
    font-size: 15px;
  }

  /* line 298, ../sass/index/pp-new-top.scss */
  .ppn-top-form label {
    margin-bottom: 28px;
  }
  /* line 302, ../sass/index/pp-new-top.scss */
  .ppn-top-form .input {
    height: 50px;
  }

  /* line 309, ../sass/index/pp-new-top.scss */
  .dir-ltr .ppn-top-desc-name-city.with-logo {
    padding-right: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 320, ../sass/index/pp-new-top.scss */
  .con-top-desc-map-wr {
    margin-top: -20px;
  }
  /* line 323, ../sass/index/pp-new-top.scss */
  .con-top-desc-map-wr #map {
    margin-top: 0;
  }

  /* line 330, ../sass/index/pp-new-top.scss */
  .ppn-top-wr .col {
    width: 100%;
  }

  /* line 335, ../sass/index/pp-new-top.scss */
  .ppn-top-desc-title {
    font-size: 21px;
    margin: 20px 0 5px;
  }

  /* line 341, ../sass/index/pp-new-top.scss */
  .ppn-top-desc-name-city.with-logo {
    padding-left: 120px;
  }
  /* line 345, ../sass/index/pp-new-top.scss */
  .ppn-top-desc-name-city .proj-logo {
    max-width: 116px;
    height: 90px;
  }

  /* line 351, ../sass/index/pp-new-top.scss */
  .ppn-top-desc-location {
    font-size: 17px;
    gap: 7px;
  }
  /* line 355, ../sass/index/pp-new-top.scss */
  .ppn-top-desc-location svg {
    width: 16px;
    height: 16px;
  }

  /* line 361, ../sass/index/pp-new-top.scss */
  .ppn-top-desc {
    margin-top: 25px;
  }

  /* line 368, ../sass/index/pp-new-top.scss */
  .ppn-top-desc-overbox b {
    font-size: 17px;
  }

  /* line 378, ../sass/index/pp-new-top.scss */
  .ppn-top-gall a:first-child {
    min-height: 430px;
  }

  /* line 384, ../sass/index/pp-new-top.scss */
  .ppn-top-button-wr {
    margin-top: 35px;
    margin-bottom: 30px;
  }

  /* line 391, ../sass/index/pp-new-top.scss */
  .ppn-top-button-box svg, .ppn-top-button-box img {
    width: 33px;
    height: 34px;
  }
  /* line 396, ../sass/index/pp-new-top.scss */
  .ppn-top-button-box b {
    max-width: 100%;
    font-size: 15px;
  }

  /* line 403, ../sass/index/pp-new-top.scss */
  .ppn-top-form label {
    margin-bottom: 22px;
  }
  /* line 407, ../sass/index/pp-new-top.scss */
  .ppn-top-form .input {
    height: 44px;
  }

  /* line 414, ../sass/index/pp-new-top.scss */
  .dir-ltr .ppn-top-desc-name-city.with-logo {
    padding-right: 120px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 424, ../sass/index/pp-new-top.scss */
  .con-top-desc-map-wr {
    margin-top: -20px;
  }
  /* line 427, ../sass/index/pp-new-top.scss */
  .con-top-desc-map-wr #map {
    margin-top: 0;
  }

  /* line 434, ../sass/index/pp-new-top.scss */
  .ppn-top-wr .col {
    width: 100%;
  }
  /* line 438, ../sass/index/pp-new-top.scss */
  .ppn-top-wr .pp-inter-image {
    margin: 15px 0 0;
  }

  /* line 445, ../sass/index/pp-new-top.scss */
  .ppn-top-desc .section-title {
    margin-top: -20px;
  }

  /* line 451, ../sass/index/pp-new-top.scss */
  .ppn-top-desc-title {
    font-size: 21px;
    margin: 20px 0 5px;
  }

  /* line 457, ../sass/index/pp-new-top.scss */
  .ppn-top-desc-name-city.with-logo {
    padding-left: 90px;
  }
  /* line 461, ../sass/index/pp-new-top.scss */
  .ppn-top-desc-name-city .proj-logo {
    max-width: 100px;
    height: 80px;
    top: 12px;
  }

  /* line 468, ../sass/index/pp-new-top.scss */
  .ppn-top-desc-location {
    font-size: 17px;
    gap: 7px;
    margin-bottom: 0;
  }
  /* line 473, ../sass/index/pp-new-top.scss */
  .ppn-top-desc-location svg {
    width: 16px;
    height: 16px;
  }

  /* line 479, ../sass/index/pp-new-top.scss */
  .ppn-top-desc {
    margin-top: 25px;
  }

  /* line 483, ../sass/index/pp-new-top.scss */
  .ppn-top-desc-overbox {
    padding: 35px 10px 10px;
    align-items: flex-start;
  }
  /* line 488, ../sass/index/pp-new-top.scss */
  .ppn-top-desc-overbox svg {
    position: absolute;
    right: 10px;
    width: 22px;
    height: 22px;
    top: 8px;
    transform: none;
  }
  /* line 497, ../sass/index/pp-new-top.scss */
  .ppn-top-desc-overbox b {
    font-size: 18px;
  }

  /* line 503, ../sass/index/pp-new-top.scss */
  .ppn-top-button-wr {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  /* line 508, ../sass/index/pp-new-top.scss */
  .ppn-top-button-box {
    padding: 10px;
    gap: 5px;
  }
  /* line 512, ../sass/index/pp-new-top.scss */
  .ppn-top-button-box svg, .ppn-top-button-box img {
    width: 26px;
    height: 25px;
  }
  /* line 517, ../sass/index/pp-new-top.scss */
  .ppn-top-button-box b {
    max-width: 100%;
    font-size: 14px;
  }

  /* line 523, ../sass/index/pp-new-top.scss */
  .ppn-top-gall {
    gap: 14px;
  }
  /* line 530, ../sass/index/pp-new-top.scss */
  .ppn-top-gall.ProjectOrient a:first-child {
    height: 500px;
  }
  /* line 540, ../sass/index/pp-new-top.scss */
  .ppn-top-gall a:first-child:after {
    margin: 10px;
    width: 40px;
    height: 40px;
  }
  /* line 547, ../sass/index/pp-new-top.scss */
  .ppn-top-gall a .all {
    font-size: 14px;
  }
  /* line 551, ../sass/index/pp-new-top.scss */
  .ppn-top-gall a:first-child {
    min-height: 300px;
    height: auto;
    max-height: 600px;
  }

  /* line 559, ../sass/index/pp-new-top.scss */
  .ppn-top-form {
    padding: 20px;
  }
  /* line 562, ../sass/index/pp-new-top.scss */
  .ppn-top-form label {
    margin-bottom: 25px;
  }
  /* line 566, ../sass/index/pp-new-top.scss */
  .ppn-top-form .input {
    height: 45px;
  }
  /* line 570, ../sass/index/pp-new-top.scss */
  .ppn-top-form .site-btn {
    height: 50px;
    width: 100%;
    font-size: 20px;
    justify-content: center;
  }
  /* line 576, ../sass/index/pp-new-top.scss */
  .ppn-top-form .site-btn svg, .ppn-top-form .site-btn img {
    width: 22px;
    height: 22px;
  }

  /* line 585, ../sass/index/pp-new-top.scss */
  .dir-ltr .ppn-top-desc-name-city.with-logo {
    padding-right: 90px;
  }
}
@font-face {
  font-family: 'AlmoniTzarRegular';
  src: url("../fonts/almoni-tzar-regular-aaa.otf") format("truetype");
}
@font-face {
  font-family: 'AlmoniTzarMedium';
  src: url("../fonts/AlmoniTzarMedium.ttf") format("truetype");
}
@font-face {
  font-family: 'AlmoniTzarLight';
  src: url("../fonts/almoni-tzar-light-aaa.otf") format("truetype");
}
@font-face {
  font-family: 'FbMatadorNarrowHeb-Light';
  src: url("../fonts/FbMatadorNarrowHeb-Light.otf") format("truetype");
}
@font-face {
  font-family: 'FbMatadorNarrowHeb-Medium';
  src: url("../fonts/FbMatadorNarrowHeb-Medium.otf") format("truetype");
}
@font-face {
  font-family: 'FbMatadorNarrowHeb-Bold';
  src: url("../fonts/FbMatadorNarrowHeb-Bold.otf") format("truetype");
}
/* line 56, ../sass/index.scss */
body {
  font-family: 'AlmoniTzarLight';
}

/* line 60, ../sass/index.scss */
.i-footer {
  position: relative;
  padding-bottom: 30px;
}
/* line 64, ../sass/index.scss */
.i-footer .l-footer-by {
  margin: 30px auto 0;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 20px;
  font-family: 'FbMatadorNarrowHeb-Bold';
  line-height: 1.55;
  letter-spacing: 1.25px;
}
/* line 76, ../sass/index.scss */
.i-footer .l-footer-by img {
  height: 25px;
  display: block;
}

/* line 83, ../sass/index.scss */
.centerpicturewr {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}
/* line 94, ../sass/index.scss */
.centerpicturewr .wow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  animation-fill-mode: forwards;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 107, ../sass/index.scss */
  .i-footer {
    padding-bottom: 20px;
  }
  /* line 110, ../sass/index.scss */
  .i-footer .l-footer-by {
    margin: 20px auto 0;
  }
  /* line 113, ../sass/index.scss */
  .i-footer .l-footer-by img {
    height: 23px;
  }
}
