@charset "UTF-8";
/* line 1, ../sass/index-home-gabay/index-top.scss */
.i-top {
  position: relative;
}
/* line 4, ../sass/index-home-gabay/index-top.scss */
.i-top .container {
  position: absolute;
  top: calc(12vw * 9 / 16);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  z-index: 10;
}

/* line 14, ../sass/index-home-gabay/index-top.scss */
.i-top-text {
  position: relative;
  position: relative;
  font-size: calc(9vw * 9 / 16);
  text-align: center;
  color: #fff;
  line-height: 1;
  padding-top: calc(3vw * 9 / 16);
  will-change: transform;
  transition: transform 0.1s linear;
  transform: none !important;
}
/* line 26, ../sass/index-home-gabay/index-top.scss */
.i-top-text span {
  font-size: .5em;
  font-weight: 700;
  display: block;
  line-height: .5em;
  text-transform: uppercase;
}
/* line 34, ../sass/index-home-gabay/index-top.scss */
.i-top-text p {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2em;
}
/* line 40, ../sass/index-home-gabay/index-top.scss */
.i-top-text small {
  display: block;
  font-size: .18em;
  line-height: 1;
  margin-top: 1.1em;
  text-align: center;
}

/* line 49, ../sass/index-home-gabay/index-top.scss */
.i-top-bg {
  position: relative;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
}
/* line 60, ../sass/index-home-gabay/index-top.scss */
.i-top-bg img {
  object-fit: cover;
  height: 100%;
  display: block;
  width: 100%;
  object-position: left;
}

/* line 69, ../sass/index-home-gabay/index-top.scss */
.i-top-build {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 3;
}
/* line 77, ../sass/index-home-gabay/index-top.scss */
.i-top-build picture {
  display: block;
  padding-top: calc(0vw * 9 / 16);
  margin-top: calc(-3vw * 9 / 16);
}
/* line 82, ../sass/index-home-gabay/index-top.scss */
.i-top-build picture.imagev2 {
  padding-top: calc(33vw * 9 / 16);
}
/* line 87, ../sass/index-home-gabay/index-top.scss */
.i-top-build img {
  display: block;
  width: 100%;
  transform: translateY(0%);
  opacity: 0;
}

/* line 95, ../sass/index-home-gabay/index-top.scss */
.parallax-img-top {
  width: 100%;
  position: relative;
}

/* line 100, ../sass/index-home-gabay/index-top.scss */
.animate__fadeInUpCustom {
  animation-name: animate__fadeInUpCustom;
  animation-fill-mode: forwards;
}

@keyframes animate__fadeInUpCustom {
  0% {
    opacity: 0;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1439px) {
  /* line 121, ../sass/index-home-gabay/index-top.scss */
  .i-top .container {
    top: calc(16vw * 9 / 16);
  }

  /* line 126, ../sass/index-home-gabay/index-top.scss */
  .parallax-img-top {
    margin-top: calc(0vw * 9 / 16);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 140, ../sass/index-home-gabay/index-top.scss */
  .i-top .container {
    top: calc(19vw * 9 / 16);
  }

  /* line 145, ../sass/index-home-gabay/index-top.scss */
  .parallax-img-top {
    position: relative;
    margin-top: calc(9vw * 9 / 16);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 155, ../sass/index-home-gabay/index-top.scss */
  .i-top {
    overflow: hidden;
  }
  /* line 158, ../sass/index-home-gabay/index-top.scss */
  .i-top .container {
    top: calc(30vw * 9 / 16);
  }

  /* line 166, ../sass/index-home-gabay/index-top.scss */
  .i-top-build picture {
    padding-top: calc(63vw * 9 / 16);
    margin-top: calc(0vw * 9 / 16);
  }
  /* line 170, ../sass/index-home-gabay/index-top.scss */
  .i-top-build picture.imagev2 {
    padding-top: calc(62vw * 9 / 16);
  }

  /* line 177, ../sass/index-home-gabay/index-top.scss */
  .i-top-text {
    font-size: calc(27vw * 9 / 16);
    padding-top: calc(21vw * 9 / 16);
    line-height: 1;
  }
  /* line 182, ../sass/index-home-gabay/index-top.scss */
  .i-top-text p {
    line-height: 1.3;
  }
  /* line 186, ../sass/index-home-gabay/index-top.scss */
  .i-top-text small {
    font-size: 16px;
    margin-top: 0;
  }
}
/* line 1, ../sass/index-home-gabay/index-info.scss */
.i-info {
  position: relative;
}
/* line 4, ../sass/index-home-gabay/index-info.scss */
.i-info.padding-bottom {
  padding-bottom: 100px;
}

/* line 9, ../sass/index-home-gabay/index-info.scss */
.i-info-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(5vw * 9 / 16);
}
/* line 16, ../sass/index-home-gabay/index-info.scss */
.i-info-pattern img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* line 24, ../sass/index-home-gabay/index-info.scss */
.i-info-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 32, ../sass/index-home-gabay/index-info.scss */
.i-info-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* line 39, ../sass/index-home-gabay/index-info.scss */
.i-info-bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #58574b;
  background: -webkit-linear-gradient(0deg, rgba(88, 87, 75, 0.61) 0%, #58574b 58%);
  background: -moz-linear-gradient(0deg, rgba(88, 87, 75, 0.61) 0%, #58574b 58%);
  background: linear-gradient(0deg, rgba(88, 87, 75, 0.61) 0%, #58574b 58%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9958574B", endColorstr="#FF58574B", GradientType=0);
}

/* line 55, ../sass/index-home-gabay/index-info.scss */
.i-info-wr {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

/* line 62, ../sass/index-home-gabay/index-info.scss */
.i-info-text {
  font-size: 18px;
  display: block;
}

/* line 67, ../sass/index-home-gabay/index-info.scss */
.i-info-title {
  font-size: 70px;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 28px;
}

/* line 74, ../sass/index-home-gabay/index-info.scss */
.i-info-p {
  font-size: 38px;
  max-width: 894px;
  margin: 40px auto 45px;
  line-height: 1;
}

/* line 81, ../sass/index-home-gabay/index-info.scss */
.i-info-desc {
  display: flex;
  gap: 20px;
  justify-content: center;
}
/* line 86, ../sass/index-home-gabay/index-info.scss */
.i-info-desc .img {
  width: 400px;
}
/* line 89, ../sass/index-home-gabay/index-info.scss */
.i-info-desc .img img {
  display: block;
  width: 100%;
}
/* line 95, ../sass/index-home-gabay/index-info.scss */
.i-info-desc .desc {
  width: 320px;
  font-size: 20px;
  text-align: initial;
  line-height: 1.6;
}
/* line 101, ../sass/index-home-gabay/index-info.scss */
.i-info-desc .desc p {
  margin-bottom: 10px;
}

/* line 107, ../sass/index-home-gabay/index-info.scss */
.i-info-content {
  max-width: 432px;
  margin: 0 auto;
}
/* line 111, ../sass/index-home-gabay/index-info.scss */
.i-info-content .img {
  width: 100%;
  display: block;
}
/* line 115, ../sass/index-home-gabay/index-info.scss */
.i-info-content .img img {
  display: block;
  width: 100%;
}
/* line 121, ../sass/index-home-gabay/index-info.scss */
.i-info-content p {
  font-size: 20px;
  text-align: initial;
  line-height: 1.6;
}

/* line 128, ../sass/index-home-gabay/index-info.scss */
.i-info-content-h4 {
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
  text-align: initial;
  margin-top: 20px;
  margin-bottom: 5px;
  position: relative;
}
/* line 137, ../sass/index-home-gabay/index-info.scss */
.i-info-content-h4::before {
  content: '';
  width: 0.2em;
  height: 0.2em;
  background-color: #fff;
  margin-left: .1em;
  display: inline-block;
  position: relative;
  top: -.2em;
}

@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 155, ../sass/index-home-gabay/index-info.scss */
  .i-info.padding-bottom {
    padding-bottom: 80px;
  }

  /* line 160, ../sass/index-home-gabay/index-info.scss */
  .i-info-wr {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  /* line 165, ../sass/index-home-gabay/index-info.scss */
  .i-info-title {
    font-size: 48px;
    margin-top: 20px;
  }

  /* line 170, ../sass/index-home-gabay/index-info.scss */
  .i-info-p {
    font-size: 32px;
    margin: 35px auto 40px;
  }

  /* line 177, ../sass/index-home-gabay/index-info.scss */
  .i-info-desc .desc {
    font-size: 18px;
  }

  /* line 184, ../sass/index-home-gabay/index-info.scss */
  .i-info-content p {
    font-size: 18px;
  }

  /* line 189, ../sass/index-home-gabay/index-info.scss */
  .i-info-content-h4 {
    font-size: 26px;
    margin-top: 18px;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 201, ../sass/index-home-gabay/index-info.scss */
  .i-info.padding-bottom {
    padding-bottom: 80px;
  }

  /* line 207, ../sass/index-home-gabay/index-info.scss */
  .i-info-wr {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  /* line 212, ../sass/index-home-gabay/index-info.scss */
  .i-info-title {
    font-size: 48px;
    margin-top: 20px;
  }

  /* line 217, ../sass/index-home-gabay/index-info.scss */
  .i-info-p {
    font-size: 32px;
    margin: 30px auto 35px;
  }

  /* line 224, ../sass/index-home-gabay/index-info.scss */
  .i-info-desc .desc {
    font-size: 18px;
  }

  /* line 231, ../sass/index-home-gabay/index-info.scss */
  .i-info-content p {
    font-size: 18px;
  }

  /* line 236, ../sass/index-home-gabay/index-info.scss */
  .i-info-content-h4 {
    font-size: 24px;
    margin-top: 18px;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 247, ../sass/index-home-gabay/index-info.scss */
  .i-info.padding-bottom {
    padding-bottom: 48px;
  }

  /* line 253, ../sass/index-home-gabay/index-info.scss */
  .i-info-wr {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  /* line 258, ../sass/index-home-gabay/index-info.scss */
  .i-info-title {
    font-size: 28px;
    margin-top: 20px;
  }

  /* line 263, ../sass/index-home-gabay/index-info.scss */
  .i-info-p {
    font-size: 19px;
    margin: 25px auto 30px;
  }

  /* line 268, ../sass/index-home-gabay/index-info.scss */
  .i-info-desc {
    flex-wrap: wrap;
  }
  /* line 271, ../sass/index-home-gabay/index-info.scss */
  .i-info-desc .desc {
    font-size: 16px;
    width: 100%;
  }
  /* line 276, ../sass/index-home-gabay/index-info.scss */
  .i-info-desc .img {
    width: 100%;
  }

  /* line 283, ../sass/index-home-gabay/index-info.scss */
  .i-info-content p {
    font-size: 16px;
  }

  /* line 288, ../sass/index-home-gabay/index-info.scss */
  .i-info-content-h4 {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
}
/* line 1, ../sass/index-home-gabay/index-paralax.scss */
.i-paralax {
  position: relative;
}
/* line 4, ../sass/index-home-gabay/index-paralax.scss */
.i-paralax .img {
  display: block;
  width: 100%;
}
/* line 8, ../sass/index-home-gabay/index-paralax.scss */
.i-paralax .img img {
  display: block;
  width: 100%;
}

/* line 1, ../sass/index-home-gabay/index-concept.scss */
.i-concept {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}
/* line 7, ../sass/index-home-gabay/index-concept.scss */
.i-concept.minus {
  margin-top: calc(-40vw * 9 / 16);
}
/* line 11, ../sass/index-home-gabay/index-concept.scss */
.i-concept .slider {
  position: relative;
  width: 100%;
  height: 720px;
  margin: 0 auto;
}
/* line 17, ../sass/index-home-gabay/index-concept.scss */
.i-concept .slider .dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
  position: absolute;
  bottom: 10px;
  z-index: 20;
  width: 100%;
}
/* line 28, ../sass/index-home-gabay/index-concept.scss */
.i-concept .slider .dot {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
  display: block;
}
/* line 38, ../sass/index-home-gabay/index-concept.scss */
.i-concept .slider .dot.active {
  background: #ef5a32;
}
/* line 42, ../sass/index-home-gabay/index-concept.scss */
.i-concept .slider .prev, .i-concept .slider .next {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #409192;
  transition: .1s ease-in;
  background: #fff;
  z-index: 10;
  margin: 0 -70px;
}
@media (hover: hover) {
  /* line 60, ../sass/index-home-gabay/index-concept.scss */
  .i-concept .slider .prev:hover, .i-concept .slider .next:hover {
    background-color: #ef5a32;
    border-color: #ef5a32;
    color: #fff;
  }
}
/* line 70, ../sass/index-home-gabay/index-concept.scss */
.i-concept .slider .next svg {
  transform: scaleX(-1);
}
/* line 75, ../sass/index-home-gabay/index-concept.scss */
.i-concept .slider .prev {
  left: initial;
  right: 0;
}
/* line 81, ../sass/index-home-gabay/index-concept.scss */
.i-concept .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
}
/* line 97, ../sass/index-home-gabay/index-concept.scss */
.i-concept .slide:nth-child(1) {
  background-image: url("https://nof-shiller.co.il/assets/img/bg/nof_bg_01.jpg");
  transform: translateY(-164px) scale(0.76);
  z-index: 1;
}
/* line 98, ../sass/index-home-gabay/index-concept.scss */
.i-concept .slide:nth-child(2) {
  background-image: url("https://nof-shiller.co.il/assets/img/bg/nof_bg_02.jpg");
  transform: translateY(-100px) scale(0.85);
  z-index: 2;
}
/* line 99, ../sass/index-home-gabay/index-concept.scss */
.i-concept .slide:nth-child(3) {
  background-image: url("https://nof-shiller.co.il/assets/img/bg/nof_bg_03.jpg");
  transform: translateY(0) scale(1);
  z-index: 3;
}
/* line 101, ../sass/index-home-gabay/index-concept.scss */
.i-concept .active {
  transform: translateX(0) scale(1) !important;
  z-index: 1;
}

/* line 107, ../sass/index-home-gabay/index-concept.scss */
.i-concept-wr {
  position: relative;
  text-align: center;
}

/* line 112, ../sass/index-home-gabay/index-concept.scss */
.i-concept-text {
  font-size: 18px;
  display: block;
}

/* line 117, ../sass/index-home-gabay/index-concept.scss */
.i-concept-title {
  font-size: 42px;
  line-height: 1;
  margin-top: 10px;
}
/* line 122, ../sass/index-home-gabay/index-concept.scss */
.i-concept-title i {
  font-size: 1.4em;
}

/* line 127, ../sass/index-home-gabay/index-concept.scss */
.i-concept-p {
  font-size: 22px;
  max-width: 1000px;
  margin: 22px auto 30px;
  line-height: 1.6;
}
/* line 132, ../sass/index-home-gabay/index-concept.scss */
.i-concept-p i {
  font-size: 1.4em;
}

/* line 137, ../sass/index-home-gabay/index-concept.scss */
.i-concept-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

/* line 143, ../sass/index-home-gabay/index-concept.scss */
.i-concept-item-box {
  position: relative;
  width: 25%;
  border-top: 2px solid #e1e0e0;
  border-bottom: 2px solid #e1e0e0;
  padding: 25px;
  padding-bottom: 33px;
}
/* line 151, ../sass/index-home-gabay/index-concept.scss */
.i-concept-item-box:nth-child(1), .i-concept-item-box:nth-child(2), .i-concept-item-box:nth-child(3) {
  border-left: 2px solid #e1e0e0;
}
/* line 155, ../sass/index-home-gabay/index-concept.scss */
.i-concept-item-box:nth-child(1) {
  padding-right: 0;
}
/* line 159, ../sass/index-home-gabay/index-concept.scss */
.i-concept-item-box .title {
  text-transform: uppercase;
  font-size: 30px;
  display: block;
  margin-bottom: 10px;
  line-height: 1;
}
/* line 167, ../sass/index-home-gabay/index-concept.scss */
.i-concept-item-box p {
  font-size: 18px;
  line-height: 1;
}

/* line 173, ../sass/index-home-gabay/index-concept.scss */
.i-concept-photowr {
  max-width: 1000px;
  margin: 0 auto;
}
/* line 177, ../sass/index-home-gabay/index-concept.scss */
.i-concept-photowr img {
  object-fit: cover !important;
}

/* line 181, ../sass/index-home-gabay/index-concept.scss */
.i-concept-photo {
  position: relative;
  padding-top: 100px;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 191, ../sass/index-home-gabay/index-concept.scss */
.i-concept-photo .img {
  position: relative;
  opacity: 0;
  /* Start hidden */
  transform: translateY(50px);
  /* Slight offset for animation */
  transition: opacity 1s ease, transform 2s ease, width 2s ease;
  /* Smooth transition for width */
}

/* line 198, ../sass/index-home-gabay/index-concept.scss */
.i-concept-photo .img.visible {
  opacity: 1;
  /* Show when in view */
  transform: translateY(0);
  /* Reset position */
}

/* line 203, ../sass/index-home-gabay/index-concept.scss */
.i-concept-photo .img img {
  display: block;
  width: 100%;
  object-fit: cover;
}

/* line 209, ../sass/index-home-gabay/index-concept.scss */
.i-concept-photo .img:nth-child(1) {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  /* Start at 100% */
}

/* line 217, ../sass/index-home-gabay/index-concept.scss */
.i-concept-photo .img:nth-child(1).visible {
  width: 65%;
}

/* line 221, ../sass/index-home-gabay/index-concept.scss */
.i-concept-photo .img:nth-child(2) {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  /* Start at 100% */
  z-index: 2;
  transition-delay: .5s;
}

/* line 231, ../sass/index-home-gabay/index-concept.scss */
.i-concept-photo .img:nth-child(2).visible {
  width: 75%;
}

/* line 235, ../sass/index-home-gabay/index-concept.scss */
.i-concept-photo .img:nth-child(3) {
  width: 100%;
  /* Always 100% */
  z-index: 3;
  transition-delay: 1s;
}

/* line 243, ../sass/index-home-gabay/index-concept.scss */
.i-concept-large-text {
  font-size: 70px;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 30px;
  display: block;
}

/* line 252, ../sass/index-home-gabay/index-concept.scss */
.i-concept-slider {
  position: relative;
  overflow: visible !important;
}
/* line 256, ../sass/index-home-gabay/index-concept.scss */
.i-concept-slider .swiper-slide {
  width: 428px !important;
  padding: 15px;
  border: 1px solid  #e1e0e0;
  margin: 0 0px;
  border-left: none;
  line-height: 1.1;
  padding-bottom: 25px;
  height: auto;
}
/* line 266, ../sass/index-home-gabay/index-concept.scss */
.i-concept-slider .swiper-slide h4 {
  font-size: 32px;
  text-transform: uppercase;
  margin: 20px 0 10px;
}
/* line 272, ../sass/index-home-gabay/index-concept.scss */
.i-concept-slider .swiper-slide .img {
  display: block;
  width: 100%;
  height: 300px;
  aspect-ratio: 1;
}
/* line 278, ../sass/index-home-gabay/index-concept.scss */
.i-concept-slider .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 286, ../sass/index-home-gabay/index-concept.scss */
.i-concept-slider .swiper-slide p {
  font-size: 18px;
  line-height: 1.6;
}

/* line 293, ../sass/index-home-gabay/index-concept.scss */
.i-concept-slider-arrow {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 20px;
}
/* line 299, ../sass/index-home-gabay/index-concept.scss */
.i-concept-slider-arrow .swiper-button-prev, .i-concept-slider-arrow .swiper-button-next {
  position: relative !important;
  left: initial !important;
  top: initial !important;
  right: initial !important;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ef5a32;
  margin: 0 -4px !important;
  transition: .1s ease-in;
  color: #ef5a32;
}
/* line 315, ../sass/index-home-gabay/index-concept.scss */
.i-concept-slider-arrow .swiper-button-prev svg, .i-concept-slider-arrow .swiper-button-next svg {
  width: 24px;
  height: 24px;
  transition: .1s ease-in;
}
/* line 321, ../sass/index-home-gabay/index-concept.scss */
.i-concept-slider-arrow .swiper-button-prev:after, .i-concept-slider-arrow .swiper-button-next:after {
  font-size: 12px;
  color: #ef5a32;
  transition: .1s ease-in;
  display: none;
}
/* line 328, ../sass/index-home-gabay/index-concept.scss */
.i-concept-slider-arrow .swiper-button-prev:hover, .i-concept-slider-arrow .swiper-button-next:hover {
  background-color: #fff;
  border-color: #fff;
  color: #ef5a32;
  z-index: 20;
}
/* line 334, ../sass/index-home-gabay/index-concept.scss */
.i-concept-slider-arrow .swiper-button-prev:hover:after, .i-concept-slider-arrow .swiper-button-next:hover:after {
  color: #ef5a32;
}
/* line 340, ../sass/index-home-gabay/index-concept.scss */
.i-concept-slider-arrow .swiper-button-prev {
  transform: scaleX(-1);
}

@media only screen and (min-width: 1241px) and (max-width: 1439px) {
  /* line 349, ../sass/index-home-gabay/index-concept.scss */
  .i-concept .slider {
    height: 650px;
    width: 92%;
  }

  /* line 357, ../sass/index-home-gabay/index-concept.scss */
  .i-concept-item-box .title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 368, ../sass/index-home-gabay/index-concept.scss */
  .i-concept .slider {
    height: 600px;
    width: 90%;
  }

  /* line 374, ../sass/index-home-gabay/index-concept.scss */
  .i-concept {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  /* line 379, ../sass/index-home-gabay/index-concept.scss */
  .i-concept-large-text {
    font-size: 48px;
    margin-bottom: 25px;
  }

  /* line 384, ../sass/index-home-gabay/index-concept.scss */
  .i-concept-title {
    font-size: 32px;
  }

  /* line 390, ../sass/index-home-gabay/index-concept.scss */
  .i-concept-slider .swiper-slide {
    width: 350px !important;
  }
  /* line 393, ../sass/index-home-gabay/index-concept.scss */
  .i-concept-slider .swiper-slide h4 {
    font-size: 28px;
    margin: 16px 0 10px;
  }

  /* line 400, ../sass/index-home-gabay/index-concept.scss */
  .i-concept-text {
    font-size: 16px;
  }

  /* line 404, ../sass/index-home-gabay/index-concept.scss */
  .i-concept-item-box {
    padding: 20px;
    padding-bottom: 26px;
  }
  /* line 408, ../sass/index-home-gabay/index-concept.scss */
  .i-concept-item-box .title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 419, ../sass/index-home-gabay/index-concept.scss */
  .i-concept.minus {
    margin-top: 0;
  }
  /* line 424, ../sass/index-home-gabay/index-concept.scss */
  .i-concept .slider {
    height: 500px;
    margin-top: 70px;
  }
  /* line 428, ../sass/index-home-gabay/index-concept.scss */
  .i-concept .slider .prev, .i-concept .slider .next {
    margin: 0;
  }

  /* line 435, ../sass/index-home-gabay/index-concept.scss */
  .i-concept {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  /* line 440, ../sass/index-home-gabay/index-concept.scss */
  .i-concept-large-text {
    font-size: 48px;
    margin-bottom: 25px;
  }

  /* line 445, ../sass/index-home-gabay/index-concept.scss */
  .i-concept-title {
    font-size: 32px;
  }

  /* line 451, ../sass/index-home-gabay/index-concept.scss */
  .i-concept-slider .swiper-slide {
    width: 350px !important;
  }
  /* line 454, ../sass/index-home-gabay/index-concept.scss */
  .i-concept-slider .swiper-slide h4 {
    font-size: 28px;
    margin: 16px 0 10px;
  }

  /* line 461, ../sass/index-home-gabay/index-concept.scss */
  .i-concept-text {
    font-size: 16px;
  }

  /* line 465, ../sass/index-home-gabay/index-concept.scss */
  .i-concept-item-box {
    padding: 20px !important;
    padding-bottom: 26px !important;
    margin-bottom: -2px;
    width: 50%;
  }
  /* line 471, ../sass/index-home-gabay/index-concept.scss */
  .i-concept-item-box:nth-child(2) {
    border-left: none;
  }
  /* line 475, ../sass/index-home-gabay/index-concept.scss */
  .i-concept-item-box .title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 485, ../sass/index-home-gabay/index-concept.scss */
  .i-concept.minus {
    margin-top: 0;
  }
  /* line 489, ../sass/index-home-gabay/index-concept.scss */
  .i-concept .slider {
    height: 100vw;
    margin-top: 40px;
  }
  /* line 493, ../sass/index-home-gabay/index-concept.scss */
  .i-concept .slider .prev, .i-concept .slider .next {
    margin: 0;
  }

  /* line 500, ../sass/index-home-gabay/index-concept.scss */
  .i-concept {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  /* line 505, ../sass/index-home-gabay/index-concept.scss */
  .i-concept-large-text {
    font-size: 28px;
    margin-bottom: 24px;
  }

  /* line 510, ../sass/index-home-gabay/index-concept.scss */
  .i-concept-title {
    font-size: 19px;
  }

  /* line 514, ../sass/index-home-gabay/index-concept.scss */
  .i-concept-p {
    font-size: 18px;
  }

  /* line 520, ../sass/index-home-gabay/index-concept.scss */
  .i-concept-slider .swiper-slide {
    width: 370px !important;
    max-width: 80vw !important;
  }
  /* line 524, ../sass/index-home-gabay/index-concept.scss */
  .i-concept-slider .swiper-slide h4 {
    font-size: 19px;
    margin: 16px 0 10px;
  }
  /* line 529, ../sass/index-home-gabay/index-concept.scss */
  .i-concept-slider .swiper-slide p {
    font-size: 16px;
  }

  /* line 535, ../sass/index-home-gabay/index-concept.scss */
  .i-concept-photo {
    padding-top: 60px;
    margin-top: 30px;
  }
  /* line 539, ../sass/index-home-gabay/index-concept.scss */
  .i-concept-photo .img:nth-child(2) {
    top: 30px;
  }

  /* line 544, ../sass/index-home-gabay/index-concept.scss */
  .i-concept-text {
    font-size: 16px;
  }

  /* line 548, ../sass/index-home-gabay/index-concept.scss */
  .i-concept-item {
    flex-direction: column;
  }

  /* line 552, ../sass/index-home-gabay/index-concept.scss */
  .i-concept-item-box {
    padding: 20px !important;
    width: 100%;
    min-width: 100% !important;
    border-left: none !important;
    margin-top: -2px;
  }
  /* line 559, ../sass/index-home-gabay/index-concept.scss */
  .i-concept-item-box .title {
    font-size: 20px;
  }
  /* line 563, ../sass/index-home-gabay/index-concept.scss */
  .i-concept-item-box p {
    font-size: 16px;
  }
}
/* line 1, ../sass/index-home-gabay/index-contact-form.scss */
.i-contact-form {
  position: relative;
  padding-top: 100px;
  padding-bottom: 117px;
  color: #fff;
}

/* line 8, ../sass/index-home-gabay/index-contact-form.scss */
.i-contact-form-wr {
  position: relative;
}

/* line 12, ../sass/index-home-gabay/index-contact-form.scss */
.i-contact-form-title {
  font-size: 70px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  margin-top: 10px;
}

/* line 20, ../sass/index-home-gabay/index-contact-form.scss */
.i-contact-form-undertitle {
  font-size: 38px;
  max-width: 1027px;
  margin: 25px auto 65px;
  line-height: 1;
  text-align: center;
}

/* line 29, ../sass/index-home-gabay/index-contact-form.scss */
.i-contact-formbody {
  width: 100%;
  max-width: 775px;
  margin: 0 auto;
  display: block;
}
/* line 35, ../sass/index-home-gabay/index-contact-form.scss */
.i-contact-formbody .label {
  position: relative;
  display: block;
}
/* line 39, ../sass/index-home-gabay/index-contact-form.scss */
.i-contact-formbody .label input {
  border: none;
  border-bottom: 1px solid #fff;
  min-height: 50px;
  padding: 5px 0;
  border-radius: 0px 0px 0px 0px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  width: 100%;
  margin-bottom: 32px;
}
/* line 51, ../sass/index-home-gabay/index-contact-form.scss */
.i-contact-formbody .label input::placeholder {
  color: #fff;
}
/* line 55, ../sass/index-home-gabay/index-contact-form.scss */
.i-contact-formbody .label input.error {
  border-color: red;
}
/* line 61, ../sass/index-home-gabay/index-contact-form.scss */
.i-contact-formbody .labelcheckbox {
  position: relative;
  margin-top: 0;
  display: flex;
  text-align: right;
  gap: 7px;
  align-items: flex-start;
  cursor: pointer;
}
/* line 70, ../sass/index-home-gabay/index-contact-form.scss */
.i-contact-formbody .labelcheckbox input {
  width: 20px;
  height: 20px;
  display: inline;
  padding: 0;
  -webkit-appearance: auto;
  background-color: transparent;
  margin: 0;
  margin-top: 4px;
}
/* line 81, ../sass/index-home-gabay/index-contact-form.scss */
.i-contact-formbody .labelcheckbox span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.7px;
  word-spacing: 0.2em;
  color: #fff;
  opacity: .5;
}
/* line 92, ../sass/index-home-gabay/index-contact-form.scss */
.i-contact-formbody button {
  background-color: #ef5a32;
  color: #fff;
  height: 50px;
  padding: 0 50px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 22px;
  line-height: 100%;
  margin: 10px auto 0;
  min-width: 170px;
  transition: .3s ease-in-out;
}
/* line 109, ../sass/index-home-gabay/index-contact-form.scss */
.i-contact-formbody button:hover {
  background-color: #fff;
  color: #000;
}

@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 121, ../sass/index-home-gabay/index-contact-form.scss */
  .i-contact-form {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  /* line 126, ../sass/index-home-gabay/index-contact-form.scss */
  .i-contact-form-title {
    font-size: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 133, ../sass/index-home-gabay/index-contact-form.scss */
  .i-contact-form {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  /* line 138, ../sass/index-home-gabay/index-contact-form.scss */
  .i-contact-form-title {
    font-size: 48px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 145, ../sass/index-home-gabay/index-contact-form.scss */
  .i-contact-form {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  /* line 150, ../sass/index-home-gabay/index-contact-form.scss */
  .i-contact-form-title {
    font-size: 28px;
  }

  /* line 154, ../sass/index-home-gabay/index-contact-form.scss */
  .i-contact-form-undertitle {
    font-size: 19px;
    margin-bottom: 50px;
  }

  /* line 159, ../sass/index-home-gabay/index-contact-form.scss */
  .i-contact-form-wr {
    max-width: 350px;
    margin: 0 auto;
  }

  /* line 166, ../sass/index-home-gabay/index-contact-form.scss */
  .i-contact-formbody button {
    font-size: 16px;
  }
}
/* line 1, ../sass/index-home-gabay/index-select-app.scss */
.i-select-app {
  position: relative;
}
/* line 4, ../sass/index-home-gabay/index-select-app.scss */
.i-select-app.i-select-desctop {
  display: block !important;
}
/* line 8, ../sass/index-home-gabay/index-select-app.scss */
.i-select-app.i-select-mobile {
  display: none !important;
}

/* line 13, ../sass/index-home-gabay/index-select-app.scss */
.i-select-app-wrapper {
  position: relative;
  margin-bottom: calc(-30vw * 9 / 16);
  padding-right: calc(11vw * 9 / 16);
  pointer-events: none;
}

/* line 20, ../sass/index-home-gabay/index-select-app.scss */
.i-select-title {
  font-size: calc(16vw * 9 / 16);
  text-align: right;
  text-transform: uppercase;
  line-height: 0.8;
  color: #fff;
  opacity: 1;
}

/* line 29, ../sass/index-home-gabay/index-select-app.scss */
.i-select-markerwr {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
  margin-bottom: 0px;
  flex-direction: column;
  width: max-content;
  transform: translateY(calc(10vw * 9 / 16));
}

/* line 40, ../sass/index-home-gabay/index-select-app.scss */
.i-select-markerbtn {
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  color: #fff;
}
/* line 48, ../sass/index-home-gabay/index-select-app.scss */
.i-select-markerbtn.mobile {
  display: none;
}
/* line 52, ../sass/index-home-gabay/index-select-app.scss */
.i-select-markerbtn div {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ef5a32;
  background-color: #57D58D;
}
/* line 60, ../sass/index-home-gabay/index-select-app.scss */
.i-select-markerbtn div.blue {
  background-color: #409192;
  background-color: #F78365;
}
/* line 65, ../sass/index-home-gabay/index-select-app.scss */
.i-select-markerbtn div.roof {
  background-color: #59A6CB;
}

/* line 71, ../sass/index-home-gabay/index-select-app.scss */
.i-select-app-wr {
  position: relative;
  width: 100%;
  transform: scale(0.8) translateY(calc(-23vw * 9 / 16));
}
/* line 76, ../sass/index-home-gabay/index-select-app.scss */
.i-select-app-wr .bg {
  display: block;
  width: 100%;
  pointer-events: none;
}

/* line 84, ../sass/index-home-gabay/index-select-app.scss */
.i-select-app-number {
  position: absolute;
}

/* line 88, ../sass/index-home-gabay/index-select-app.scss */
.i-select-app-number-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 3vw;
  min-width: 1.5rem;
  height: 3vw;
  min-height: 1.5rem;
  z-index: 2;
  cursor: pointer;
}
/* line 100, ../sass/index-home-gabay/index-select-app.scss */
.i-select-app-number-btn.left .i-select-app-number-dropwr {
  padding-left: 0;
  padding-right: 4vw;
  left: initial;
  right: 0;
}
/* line 110, ../sass/index-home-gabay/index-select-app.scss */
.i-select-app-number-btn.left .i-select-app-number-drop:after {
  left: initial;
  right: -1vw;
  transform: scaleX(-1);
}
/* line 120, ../sass/index-home-gabay/index-select-app.scss */
.i-select-app-number-btn.blue .i-select-app-number-circle {
  background-color: #F78365;
  color: #fff;
}
/* line 128, ../sass/index-home-gabay/index-select-app.scss */
.i-select-app-number-btn.roof .i-select-app-number-circle {
  background-color: #59A6CB;
  color: #fff;
}
/* line 134, ../sass/index-home-gabay/index-select-app.scss */
.i-select-app-number-btn.sold {
  pointer-events: none;
}
/* line 137, ../sass/index-home-gabay/index-select-app.scss */
.i-select-app-number-btn.sold .i-select-app-number-circle {
  pointer-events: none;
  background-color: var(--custom-bg-color, #fff) !important;
  background-image: var(--custom-bg-image, url(../img/soldOut.png));
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  font-size: 0;
}
@media (hover: hover) {
  /* line 150, ../sass/index-home-gabay/index-select-app.scss */
  .i-select-app-number-btn:hover {
    z-index: 3;
  }
  /* line 153, ../sass/index-home-gabay/index-select-app.scss */
  .i-select-app-number-btn:hover .i-select-app-number-circle {
    background-color: #409192;
    color: #fff;
  }
  /* line 158, ../sass/index-home-gabay/index-select-app.scss */
  .i-select-app-number-btn:hover .i-select-app-number-dropwr {
    display: block;
  }
}
/* line 163, ../sass/index-home-gabay/index-select-app.scss */
.i-select-app-number-btn.hovermobile {
  z-index: 3;
}
/* line 165, ../sass/index-home-gabay/index-select-app.scss */
.i-select-app-number-btn.hovermobile .i-select-app-number-circle {
  background-color: #409192;
  color: #fff;
}
/* line 170, ../sass/index-home-gabay/index-select-app.scss */
.i-select-app-number-btn.hovermobile .i-select-app-number-dropwr {
  display: block;
}

/* line 177, ../sass/index-home-gabay/index-select-app.scss */
#app1 {
  top: calc(10vw * 9 / 16);
  left: calc(33vw * 9 / 16);
}

/* line 182, ../sass/index-home-gabay/index-select-app.scss */
#app2 {
  top: calc(32vw * 9 / 16);
  left: calc(31vw * 9 / 16);
}

/* line 187, ../sass/index-home-gabay/index-select-app.scss */
#app3 {
  top: calc(45vw * 9 / 16);
  left: calc(31vw * 9 / 16);
}

/* line 192, ../sass/index-home-gabay/index-select-app.scss */
#app4 {
  top: calc(70vw * 9 / 16);
  left: calc(29vw * 9 / 16);
}

/* line 197, ../sass/index-home-gabay/index-select-app.scss */
#app5 {
  top: calc(17vw * 9 / 16);
  left: calc(76vw * 9 / 16);
}

/* line 202, ../sass/index-home-gabay/index-select-app.scss */
#app6 {
  top: calc(36vw * 9 / 16);
  left: calc(76vw * 9 / 16);
}

/* line 207, ../sass/index-home-gabay/index-select-app.scss */
.i-select-app-number-circle {
  width: 3vw;
  min-width: 1.5rem;
  height: 3vw;
  min-height: 1.5rem;
  display: flex;
  background-color: #ef5a32;
  background-color: #57D58D;
  color: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 1vw;
  pointer-events: none;
  box-shadow: 0px 0px 1px 1px #0000001a;
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.8);
  }
  100% {
    box-shadow: 0 0 0 12px transparent;
  }
}
/* line 235, ../sass/index-home-gabay/index-select-app.scss */
.i-select-app-number-dropwr {
  position: absolute;
  top: 0;
  left: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 30;
  justify-content: flex-start;
  align-items: center;
  padding-left: 4vw;
  position: absolute;
  inset: -.75rem auto auto 0%;
  display: none;
  top: -.7vw;
}

@media screen and (min-width: 769px) {
  /* line 253, ../sass/index-home-gabay/index-select-app.scss */
  .i-select-app-number-dropwr {
    display: none !important;
  }
}
/* line 259, ../sass/index-home-gabay/index-select-app.scss */
.i-select-app-number-drop {
  position: relative;
  background-color: #409192;
  color: #fff;
  width: 240px;
}
/* line 265, ../sass/index-home-gabay/index-select-app.scss */
.i-select-app-number-drop:after {
  content: '';
  background-color: #409192;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 1.5vw;
  left: -1vw;
}
/* line 277, ../sass/index-home-gabay/index-select-app.scss */
.i-select-app-number-drop i {
  font-size: 60px;
  line-height: 1;
  padding: 15px 15px 0;
  display: block;
}
/* line 284, ../sass/index-home-gabay/index-select-app.scss */
.i-select-app-number-drop p {
  font-size: 18px;
  padding: 0 20px;
  margin-bottom: 8px;
}
/* line 290, ../sass/index-home-gabay/index-select-app.scss */
.i-select-app-number-drop .appbtn {
  width: 100%;
  border-top: 1px solid #fff;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  gap: 5px;
  padding-left: 12px;
  padding-right: 13px;
  padding-bottom: 10px;
  cursor: pointer;
  transition: .3s ease-in-out;
}
/* line 304, ../sass/index-home-gabay/index-select-app.scss */
.i-select-app-number-drop .appbtn:hover {
  background-color: #fff;
  color: #409192;
}

/* line 312, ../sass/index-home-gabay/index-select-app.scss */
.i-select-other-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  z-index: 2;
}
@media (hover: hover) {
  /* line 321, ../sass/index-home-gabay/index-select-app.scss */
  .i-select-other-btn:hover {
    z-index: 3;
  }
  /* line 323, ../sass/index-home-gabay/index-select-app.scss */
  .i-select-other-btn:hover .i-select-other-btn-dropwr {
    display: block;
  }
}
/* line 329, ../sass/index-home-gabay/index-select-app.scss */
.i-select-other-btn.hovermobile {
  z-index: 3;
}
/* line 331, ../sass/index-home-gabay/index-select-app.scss */
.i-select-other-btn.hovermobile .i-select-other-btn-dropwr {
  display: block;
}

/* line 337, ../sass/index-home-gabay/index-select-app.scss */
#other1 {
  top: calc(147vw * 9 / 16);
  left: calc(140vw * 9 / 16);
}

/* line 342, ../sass/index-home-gabay/index-select-app.scss */
#other2 {
  top: calc(102vw * 9 / 16);
  left: calc(154vw * 9 / 16);
}

/* line 348, ../sass/index-home-gabay/index-select-app.scss */
.i-select-other-btn-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  color: #fff;
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  justify-content: center;
  font-size: 11px;
  pointer-events: none;
}
/* line 362, ../sass/index-home-gabay/index-select-app.scss */
.i-select-other-btn-circle svg {
  width: 20px;
  height: 20px;
}

/* line 368, ../sass/index-home-gabay/index-select-app.scss */
.i-select-other-btn-dropwr {
  position: absolute;
  top: 0;
  left: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 30;
  justify-content: flex-start;
  align-items: center;
  padding-right: 40px;
  position: absolute;
  inset: -.75rem auto auto 0%;
  display: none;
  top: -44px;
  left: initial;
  right: 0;
}

/* line 388, ../sass/index-home-gabay/index-select-app.scss */
.i-select-other-btn-drop {
  padding: 8px;
  padding: 20px;
  max-width: 300px;
  display: flex;
  gap: 10px;
  background-color: #fff;
  position: relative;
}
/* line 399, ../sass/index-home-gabay/index-select-app.scss */
.i-select-other-btn-drop:after {
  content: '';
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 41px;
  right: -16px;
  transform: scaleX(-1);
}
/* line 412, ../sass/index-home-gabay/index-select-app.scss */
.i-select-other-btn-drop img {
  display: block;
  aspect-ratio: 1;
  object-fit: cover;
  width: 96px;
  height: 96px;
}
/* line 420, ../sass/index-home-gabay/index-select-app.scss */
.i-select-other-btn-drop .desc {
  display: flex;
  flex-direction: column;
  width: 120px;
  font-size: 18px;
}
/* line 426, ../sass/index-home-gabay/index-select-app.scss */
.i-select-other-btn-drop .desc i {
  color: gray;
}
/* line 430, ../sass/index-home-gabay/index-select-app.scss */
.i-select-other-btn-drop .desc p {
  margin-top: 18px;
}

/* line 436, ../sass/index-home-gabay/index-select-app.scss */
.i-select-other-mobile-btn {
  display: none;
}

@media only screen and (min-width: 0px) and (max-width: 1023px) {
  /* line 443, ../sass/index-home-gabay/index-select-app.scss */
  .i-select-app-wr {
    transform: none;
  }

  /* line 449, ../sass/index-home-gabay/index-select-app.scss */
  .i-select-app.i-select-desctop {
    display: none !important;
  }
  /* line 453, ../sass/index-home-gabay/index-select-app.scss */
  .i-select-app.i-select-mobile {
    display: block !important;
    z-index: 10;
  }

  /* line 460, ../sass/index-home-gabay/index-select-app.scss */
  .i-select-markerwr {
    margin-top: 15px;
    margin-bottom: 0;
    gap: 8px;
    transform: translateY(calc(3vw * 9 / 16));
  }

  /* line 467, ../sass/index-home-gabay/index-select-app.scss */
  .i-select-app-wrapper {
    margin-bottom: calc(-39vw * 9 / 16);
    padding-right: 15px;
  }

  /* line 472, ../sass/index-home-gabay/index-select-app.scss */
  .i-select-markerbtn {
    font-size: 17px;
  }
  /* line 475, ../sass/index-home-gabay/index-select-app.scss */
  .i-select-markerbtn div {
    width: 20px;
    height: 20px;
  }
  /* line 480, ../sass/index-home-gabay/index-select-app.scss */
  .i-select-markerbtn:nth-child(2), .i-select-markerbtn:nth-child(3) {
    display: none;
  }
  /* line 484, ../sass/index-home-gabay/index-select-app.scss */
  .i-select-markerbtn.mobile {
    display: flex;
  }

  /* line 489, ../sass/index-home-gabay/index-select-app.scss */
  .i-select-app-number-circle {
    font-size: 3.6vw;
    width: 4vw;
    height: 4vw;
    min-width: 7vw;
    min-height: 7vw;
  }

  /* line 497, ../sass/index-home-gabay/index-select-app.scss */
  .i-select-app-number-dropwr {
    top: 7vw;
    padding: 0;
    position: fixed;
    top: 50%;
    right: initial !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
  }

  /* line 507, ../sass/index-home-gabay/index-select-app.scss */
  .i-select-app-number-drop {
    width: 150px;
    width: 250px;
    padding: 13px;
    padding-bottom: 3px;
  }
  /* line 513, ../sass/index-home-gabay/index-select-app.scss */
  .i-select-app-number-drop:after {
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: -1.5vw;
    left: 1.8vw;
    transform: rotate(90deg);
    display: none;
  }
  /* line 523, ../sass/index-home-gabay/index-select-app.scss */
  .i-select-app-number-drop i {
    font-size: 35px;
    line-height: 1;
    padding: 4px 6px 0;
  }
  /* line 529, ../sass/index-home-gabay/index-select-app.scss */
  .i-select-app-number-drop p {
    font-size: 18px;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  /* line 535, ../sass/index-home-gabay/index-select-app.scss */
  .i-select-app-number-drop .appbtn {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 17px;
    gap: 8px;
    row-gap: 0px;
  }
  /* line 545, ../sass/index-home-gabay/index-select-app.scss */
  .i-select-app-number-drop .appbtn.sold {
    pointer-events: none;
  }
  /* line 549, ../sass/index-home-gabay/index-select-app.scss */
  .i-select-app-number-drop .appbtn svg {
    width: 14px;
    height: 10px;
  }

  /* line 558, ../sass/index-home-gabay/index-select-app.scss */
  .i-select-app-number-btn.left .i-select-app-number-dropwr {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 566, ../sass/index-home-gabay/index-select-app.scss */
  .i-select-app-number-btn.left .i-select-app-number-drop:after {
    right: 1.8vw;
    transform: rotate(90deg) !important;
  }

  /* line 576, ../sass/index-home-gabay/index-select-app.scss */
  .i-select-other-btn-drop {
    max-width: 100px;
    flex-direction: column;
    padding: 5px;
    padding: 7px;
    width: 100px;
  }
  /* line 583, ../sass/index-home-gabay/index-select-app.scss */
  .i-select-other-btn-drop:after {
    width: 10px;
    height: 10px;
    position: absolute;
    top: -7px;
    right: 2px;
    transform: rotate(90deg);
  }
  /* line 592, ../sass/index-home-gabay/index-select-app.scss */
  .i-select-other-btn-drop img {
    width: 100%;
    height: auto;
  }
  /* line 597, ../sass/index-home-gabay/index-select-app.scss */
  .i-select-other-btn-drop .desc {
    width: 100%;
    font-size: 14px;
  }
  /* line 601, ../sass/index-home-gabay/index-select-app.scss */
  .i-select-other-btn-drop .desc p {
    margin-top: 2px;
  }

  /* line 609, ../sass/index-home-gabay/index-select-app.scss */
  .i-select-other-btn-dropwr {
    padding: 0;
    top: 24px;
  }

  /* line 614, ../sass/index-home-gabay/index-select-app.scss */
  .i-select-other-btn {
    width: 16px;
    height: 16px;
  }

  /* line 619, ../sass/index-home-gabay/index-select-app.scss */
  .i-select-other-btn-circle {
    width: 16px;
    height: 16px;
    font-size: 7px;
  }
  /* line 624, ../sass/index-home-gabay/index-select-app.scss */
  .i-select-other-btn-circle svg {
    width: 13px;
    height: 13px;
  }

  /* line 630, ../sass/index-home-gabay/index-select-app.scss */
  #other2 {
    top: calc(101vw * 9 / 16);
    left: calc(152vw * 9 / 16);
  }

  /* line 636, ../sass/index-home-gabay/index-select-app.scss */
  .i-select-other-mobile-btn {
    position: absolute;
    top: -40px;
    left: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    color: #000;
    background: #fff;
    cursor: pointer;
    transition: .3s ease-in;
    pointer-events: none;
  }
  /* line 652, ../sass/index-home-gabay/index-select-app.scss */
  .i-select-other-mobile-btn svg {
    width: 25px;
    height: 25px;
  }
}
/* line 1, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg {
  position: relative;
  width: 100%;
  padding-top: 100px;
}
/* line 6, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg .title {
  font-size: 52px;
  text-align: center;
  margin-bottom: 30px;
  font-family: 'FbMatadorNarrowHeb-Bold';
  letter-spacing: 1.2px;
  line-height: 1.15;
}

/* line 16, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-wr {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 21, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-wr img {
  display: block;
  width: 100%;
}
/* line 26, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-wr svg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}
/* line 33, ../sass/index-home-gabay/index-select-popup-app.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 39, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-wr svg polygon:hover {
  opacity: 0.6 !important;
  fill: #a695c0 !important;
  stroke: #a695c0 !important;
}

/* line 49, ../sass/index-home-gabay/index-select-popup-app.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 67, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: .3s ease-in-out;
  padding: 50px;
}
/* line 82, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup.show {
  opacity: 1;
  pointer-events: all;
}
/* line 86, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup.show .i-selectsvg-popup-bg {
  opacity: 0.8;
  pointer-events: all;
}

/* line 94, ../sass/index-home-gabay/index-select-popup-app.scss */
.template7 {
  display: none !important;
  pointer-events: none !important;
}

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

/* line 110, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-wr {
  position: relative;
  width: calc(100% - 30px);
  max-width: 1400px;
  height: calc(100% - 10px);
  max-height: 700px;
  transition: 0.3s ease all;
  background: #fff;
  z-index: 2;
}

/* line 122, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-close {
  position: absolute;
  top: -40px;
  right: -40px;
  margin: 0px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background: #fff;
  cursor: pointer;
  transition: .3s ease-in;
}
@media (hover: hover) {
  /* line 137, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-close:hover {
    background-color: #ef5a32;
    color: #fff;
  }
}
/* line 143, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-close svg {
  width: 25px;
  height: 25px;
}
/* line 147, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-close svg path {
  stroke: #000;
}

/* line 153, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-body {
  width: 100%;
  position: relative;
  height: 100%;
}
/* line 158, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-body svg.plus {
  position: absolute;
  top: 20px !important;
  right: 0 !important;
  width: 30px !important;
  height: 30px !important;
  pointer-events: none;
}
/* line 168, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-body.active-btn .right-svg {
  display: none !important;
}
/* line 172, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-body.active-btn .left-arrow-back {
  display: flex;
}

/* line 178, ../sass/index-home-gabay/index-select-popup-app.scss */
.left-arrow-back {
  position: absolute;
  top: 0;
  left: 0;
  margin: 16px;
  background-color: #ef5a32;
  color: #fff;
  border-radius: 100px;
  height: 35px;
  padding: 0 32px 0 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  z-index: 2;
  gap: 10px;
  transition: .3s ease-in-out;
  display: none;
}
@media (hover: hover) {
  /* line 196, ../sass/index-home-gabay/index-select-popup-app.scss */
  .left-arrow-back:hover {
    background-color: #fff;
    color: #000;
  }
}
/* line 202, ../sass/index-home-gabay/index-select-popup-app.scss */
.left-arrow-back svg {
  transform: scaleX(-1);
  width: 20px;
  height: 20px;
}

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

/* line 216, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front {
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
/* line 222, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .right {
  width: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  background: beige;
  padding: 20px;
  color: #000;
}
/* line 236, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .right-svg {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
  color: #000;
}
/* line 245, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .right-svg.show {
  display: block;
}
/* line 250, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .floor-infobox {
  position: relative;
  display: flex;
  flex-direction: column;
}
/* line 256, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .floor-infobox .floor-infobox-top {
  display: flex;
  justify-content: space-between;
  font-size: 80px;
}
/* line 261, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .floor-infobox .floor-infobox-top strong {
  font-size: .5em;
  font-weight: 300;
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
  width: 56%;
  gap: 4px;
  position: relative;
  top: -.11em;
}
/* line 274, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .floor-infobox .floor-infobox-top strong span {
  text-align: right;
  font-size: 0.5em;
  line-height: 1;
}
/* line 282, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .floor-infobox b {
  display: flex;
  align-items: baseline;
  flex-direction: row-reverse;
  text-align: right;
  justify-content: flex-end;
  line-height: 1;
  width: 40%;
}
/* line 293, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .floor-infobox b i {
  font-size: .5em;
  font-weight: 300;
}
/* line 299, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .floor-infobox span {
  display: block;
  font-size: 18px;
}
/* line 304, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .floor-infobox p {
  font-size: 26px;
}
/* line 307, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .floor-infobox p small {
  font-size: .5em;
}
/* line 313, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .floor-box-intro {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
/* line 318, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .floor-box-intro p {
  width: 33%;
  padding-left: 10px;
}
/* line 322, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .floor-box-intro p i {
  display: block;
  font-size: .76em;
  font-weight: 300;
}
/* line 330, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .floor-infobox-btn {
  background-color: #ef5a32;
  color: #fff;
  height: 50px;
  padding: 0 50px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  margin: 10px auto 0;
  min-width: 170px;
  width: 100%;
  transition: .3s ease-in-out;
  margin-top: auto;
  text-align: center;
  gap: 10px;
}
/* line 352, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .floor-infobox-btn svg {
  width: 20px;
  height: 20px;
  transform: scaleX(-1);
}
@media (hover: hover) {
  /* line 358, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-floor-front .floor-infobox-btn:hover {
    background-color: #fff;
    color: #000;
  }
}
/* line 365, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .price {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 25px 0;
}
/* line 372, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .price .pricebtn {
  padding: 0 46px;
  border: 1px solid #fff;
  border-radius: 100px;
  height: 48px;
  display: flex;
  align-items: center;
  font-size: 20px;
  text-transform: uppercase;
}
/* line 384, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .PPL-Form2 {
  display: none;
  width: 100%;
  display: block;
}
/* line 389, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .PPL-Form2.active {
  display: block;
}
/* line 393, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .PPL-Form2 .label {
  position: relative;
  display: block;
}
/* line 397, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .PPL-Form2 .label input {
  border: none;
  border-bottom: 1px solid #000;
  min-height: 50px;
  padding: 5px 0;
  border-radius: 0px 0px 0px 0px;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  width: 100%;
  margin-bottom: 17px;
}
/* line 409, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .PPL-Form2 .label input::placeholder {
  color: #000;
}
/* line 413, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .PPL-Form2 .label input.error {
  border-color: red;
}
/* line 419, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .PPL-Form2 .labelcheckbox {
  position: relative;
  margin-top: 0;
  display: flex;
  text-align: right;
  gap: 7px;
  align-items: flex-start;
  cursor: pointer;
}
/* line 428, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .PPL-Form2 .labelcheckbox input {
  width: 20px;
  height: 20px;
  display: inline;
  padding: 0;
  -webkit-appearance: auto;
  background-color: transparent;
  margin: 0;
  margin-top: 4px;
}
/* line 439, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .PPL-Form2 .labelcheckbox span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.7px;
  word-spacing: 0.2em;
  color: #000;
  opacity: .5;
}
/* line 450, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .PPL-Form2 button {
  background-color: #ef5a32;
  color: #fff;
  height: 50px;
  padding: 0 50px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  margin: 10px auto 0;
  min-width: 170px;
  width: 100%;
  transition: .3s ease-in-out;
  text-align: center;
  gap: 10px;
}
/* line 471, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .PPL-Form2 button svg {
  width: 20px;
  height: 20px;
  transform: scaleX(-1);
}
@media (hover: hover) {
  /* line 477, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-floor-front .PPL-Form2 button:hover {
    background-color: #fff;
    color: #000;
  }
}
/* line 486, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .PPL-Form2 .bird-title {
  font-size: 40px;
}
/* line 489, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .PPL-Form2 .bird-title span {
  font-size: .7em;
}
/* line 495, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .right-select {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
/* line 500, ../sass/index-home-gabay/index-select-popup-app.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 513, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .right-select .right-select-box.show {
  background-color: #a695c0;
}
@media (hover: hover) {
  /* line 517, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-floor-front .right-select .right-select-box:hover {
    background-color: #a695c0;
  }
}
/* line 524, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .left {
  width: calc(100% - 450px);
  align-self: center;
  height: 100%;
  position: relative;
}
/* line 530, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .left .left-svg-tabtop {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  margin: 16px;
  background-color: #fff;
  border-radius: 100px;
}
/* line 543, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .left .left-svg-tabtop-btn {
  background-color: #fff;
  color: #000;
  border-radius: 100px;
  height: 35px;
  padding: 0 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: .3s ease-in-out;
}
@media (hover: hover) {
  /* line 555, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-floor-front .left .left-svg-tabtop-btn:hover {
    background-color: #ef5a32;
    color: #fff;
  }
}
/* line 560, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .left .left-svg-tabtop-btn.active {
  background-color: #ef5a32;
  color: #fff;
}
/* line 566, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .left .left-svg-tabwr {
  position: relative;
  height: 100%;
}
/* line 570, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .left .left-svg-tabwr .left-svg-tabbox {
  display: none;
  height: 100%;
}
/* line 578, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .left .left-svg-tabwr .left-svg-tabbox.plan .mySwiperSelect .img {
  display: block;
  padding-top: 55px;
  padding-bottom: 10px;
  padding-bottom: 34px;
}
/* line 584, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .left .left-svg-tabwr .left-svg-tabbox.plan .mySwiperSelect .img img {
  object-fit: contain;
}
/* line 591, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .left .left-svg-tabwr .left-svg-tabbox.active {
  display: block;
}
/* line 597, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .left .mySwiperSelect {
  height: 100%;
}
/* line 600, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .left .mySwiperSelect .img {
  height: 100%;
}
/* line 603, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .left .mySwiperSelect .img img {
  height: 100%;
  object-fit: cover;
}
/* line 609, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .left .mySwiperSelect .swiper-button-prev, .i-selectsvg-popup-floor-front .left .mySwiperSelect .swiper-button-next {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid  #fff;
  border-color: #ef5a32;
  margin: 0 !important;
  margin-top: -30px !important;
  transition: .1s ease-in;
  color: #ef5a32;
}
/* line 623, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .left .mySwiperSelect .swiper-button-prev svg, .i-selectsvg-popup-floor-front .left .mySwiperSelect .swiper-button-next svg {
  width: 24px;
  height: 24px;
  transition: .1s ease-in;
  position: relative !important;
}
/* line 630, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .left .mySwiperSelect .swiper-button-prev:after, .i-selectsvg-popup-floor-front .left .mySwiperSelect .swiper-button-next:after {
  font-size: 12px;
  color: #ef5a32;
  transition: .1s ease-in;
  display: none;
}
@media (hover: hover) {
  /* line 637, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-floor-front .left .mySwiperSelect .swiper-button-prev:hover, .i-selectsvg-popup-floor-front .left .mySwiperSelect .swiper-button-next:hover {
    background-color: #ef5a32;
    border-color: #ef5a32;
    color: #fff;
  }
  /* line 642, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-floor-front .left .mySwiperSelect .swiper-button-prev:hover:after, .i-selectsvg-popup-floor-front .left .mySwiperSelect .swiper-button-next:hover:after {
    color: #fff;
  }
}
/* line 649, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .left .mySwiperSelect .swiper-button-prev {
  transform: scaleX(-1);
}
/* line 653, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .left .mySwiperSelect .swiper-pagination-bullet {
  width: auto !important;
  height: auto !important;
  background-color: transparent !important;
  opacity: 1 !important;
  position: relative;
  top: 0px;
  display: flex;
  align-items: center;
  gap: 10px;
}
/* line 664, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .left .mySwiperSelect .swiper-pagination-bullet i {
  width: 8px;
  height: 8px;
  margin: 0 auto;
  display: block;
  border-radius: 50%;
  background-color: #fff;
}
/* line 673, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .left .mySwiperSelect .swiper-pagination-bullet small {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
/* line 683, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .left .mySwiperSelect .swiper-pagination-bullet-active i {
  background-color: #ba2700 !important;
}
/* line 688, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .left .mySwiperSelect .swiper-pagination {
  background-color: #ef5a32;
  border-radius: 100px;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  gap: 8px;
}
/* line 705, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .left-svg {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
}
/* line 711, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .left-svg.show {
  display: block;
}
/* line 715, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .left-svg img, .i-selectsvg-popup-floor-front .left-svg svg {
  width: 100%;
  display: block;
}
/* line 720, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .left-svg svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
/* line 727, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-floor-front .left-svg svg.plus path, .i-selectsvg-popup-floor-front .left-svg svg.plus circle {
  stroke: #ef5a32;
}
/* line 735, ../sass/index-home-gabay/index-select-popup-app.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 741, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-floor-front .left-svg .flat-select:hover {
    fill: rgba(166, 149, 192, 0.8);
  }
}

/* line 749, ../sass/index-home-gabay/index-select-popup-app.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 767, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-flat.show {
  opacity: 1;
  visibility: visible;
}
/* line 772, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-flat .i-selectsvg-popup-flat-right {
  position: relative;
  width: 400px;
}
/* line 777, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-flat .i-selectsvg-popup-flat-left {
  position: relative;
  width: calc(100% - 400px - 30px);
}
/* line 783, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-flat .PPL-Form2 .left {
  width: 100%;
}
/* line 787, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-flat .PPL-Form2 .right {
  width: 100%;
}
/* line 790, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-flat .PPL-Form2 .right textarea {
  display: none;
}
/* line 794, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-flat .PPL-Form2 .right .form-btn {
  width: 100%;
}

/* line 801, ../sass/index-home-gabay/index-select-popup-app.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;
}
/* line 817, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-flat-tpl img {
  display: block;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* line 824, ../sass/index-home-gabay/index-select-popup-app.scss */
.i-selectsvg-popup-flat-tpl.show {
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 1341px) and (max-width: 1440px) {
  /* line 833, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg .title {
    font-size: 44px;
    /* 8% */
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1340px) {
  /* line 841, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg {
    padding-top: 70px;
  }
  /* line 843, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg .title {
    font-size: 40px;
    /* 8% */
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 852, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg {
    padding-top: 70px;
  }
  /* line 854, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg .title {
    font-size: 36px;
    /* 8% */
    margin-bottom: 20px;
  }

  /* line 861, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-flat .i-selectsvg-popup-flat-right {
    width: 300px;
  }
  /* line 865, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-flat .i-selectsvg-popup-flat-left {
    width: calc(100% - 300px - 30px);
  }

  /* line 872, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-floor-front .left {
    width: calc(100% - 350px);
  }
  /* line 875, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-floor-front .left .left-svg-tabtop {
    left: initial;
    transform: none;
    right: 30px;
  }
  /* line 882, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-floor-front .right {
    width: 330px;
    padding: 20px;
  }
  /* line 893, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-floor-front .floor-infobox .floor-infobox-top {
    font-size: 62px;
  }
  /* line 897, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-floor-front .floor-infobox p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  /* line 908, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-floor {
    overflow: initial;
    padding: 0;
  }

  /* line 913, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-close {
    margin: 0;
    top: 0;
    left: 0;
    right: initial;
  }

  /* line 919, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg {
    padding-top: 50px;
  }
  /* line 922, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg .title {
    font-size: 32px;
    /* 8% */
    margin-bottom: 20px;
  }

  /* line 928, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup {
    align-items: flex-end;
    padding: 20px 0 0;
  }

  /* line 933, ../sass/index-home-gabay/index-select-popup-app.scss */
  .left-arrow-back {
    margin: 10px;
    top: 15px;
  }

  /* line 940, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-wr {
    height: auto;
    width: 100%;
    height: 100%;
    width: 100vw;
    bottom: 0;
    height: auto;
    max-height: initial;
    overflow: auto;
    max-height: 100%;
  }

  /* line 952, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-floor-front {
    flex-direction: column;
    height: auto;
    gap: 0;
    flex-direction: column-reverse;
  }
  /* line 958, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-floor-front .floor-infobox {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
  }
  /* line 962, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-floor-front .floor-infobox br {
    display: block !important;
  }
  /* line 966, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-floor-front .floor-infobox span {
    width: 50%;
  }
  /* line 972, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-floor-front .floor-infobox-btn {
    margin-top: 20px;
  }
  /* line 980, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-floor-front .PPL-Form2 .bird-title {
    font-size: 31px;
    margin-bottom: -5px;
  }
  /* line 985, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-floor-front .PPL-Form2 .i-page-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /* line 992, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-floor-front .PPL-Form2 .label {
    width: 100%;
  }
  /* line 995, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-floor-front .PPL-Form2 .label:nth-child(4), .i-selectsvg-popup-floor-front .PPL-Form2 .label:nth-child(5) {
    width: 48%;
  }
  /* line 999, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-floor-front .PPL-Form2 .label input {
    margin-bottom: 10px;
    margin-bottom: 10px;
    font-size: 17px;
  }
  /* line 1008, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-floor-front .PPL-Form2 .labelcheckbox span {
    line-height: 1.4em;
  }
  /* line 1014, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-floor-front .PPL-Form2 button {
    font-size: 16px;
  }
  /* line 1029, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-floor-front .floor-infobox .floor-infobox-top {
    font-size: 42px;
    width: 100%;
  }
  /* line 1035, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-floor-front .floor-infobox .floor-infobox-top strong span {
    font-size: 0.7em;
  }
  /* line 1040, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-floor-front .floor-infobox .floor-infobox-top strong {
    width: 66%;
    top: 0;
  }
  /* line 1046, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-floor-front .floor-infobox b {
    width: 30%;
  }
  /* line 1051, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-floor-front .floor-infobox p {
    font-size: 22px;
  }
  /* line 1056, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-floor-front .floor-box-intro {
    width: 100%;
    margin-top: 10px;
  }
  /* line 1063, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-floor-front .price .pricebtn {
    padding: 0 24px;
    height: 40px;
    font-size: 16px;
  }
  /* line 1070, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-floor-front .right {
    width: 100%;
    padding: 15px;
  }
  /* line 1074, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-floor-front .right .right-select {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  /* line 1084, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-floor-front .i-selectsvg-popup-body svg.plus {
    right: 10px !important;
  }
  /* line 1089, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-floor-front .left {
    width: 100%;
    height: auto;
  }
  /* line 1093, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-floor-front .left .left-svg-tabtop {
    margin: 16px 0;
  }
  /* line 1099, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-floor-front .left .mySwiperSelect .img {
    height: 90vw;
    max-height: 47vh;
    display: block;
    max-height: 40vh;
  }
  /* line 1107, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-floor-front .left .left-svg {
    height: auto;
    padding-bottom: 10px;
  }
  /* line 1118, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-floor-front .left .mySwiperSelect .swiper-button-prev, .i-selectsvg-popup-floor-front .left .mySwiperSelect .swiper-button-next {
    width: 40px;
    height: 40px;
    margin-top: -20px !important;
  }
  /* line 1123, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-floor-front .left .mySwiperSelect .swiper-button-prev svg, .i-selectsvg-popup-floor-front .left .mySwiperSelect .swiper-button-next svg {
    width: 18px;
    height: 18px;
  }

  /* line 1134, ../sass/index-home-gabay/index-select-popup-app.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;
  }
  /* line 1143, ../sass/index-home-gabay/index-select-popup-app.scss */
  .i-selectsvg-popup-flat .i-selectsvg-popup-flat-right {
    width: 100%;
  }
  /* line 1147, ../sass/index-home-gabay/index-select-popup-app.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 1, ../sass/index-home-gabay/index-plus.scss */
.IndexPLus {
  display: none;
  position: relative;
  contain: layout;
  width: 100%;
  height: 100%;
}
/* line 8, ../sass/index-home-gabay/index-plus.scss */
.IndexPLus.active {
  display: block;
}
/* line 12, ../sass/index-home-gabay/index-plus.scss */
.IndexPLus .bg {
  position: relative;
  width: 100%;
}
/* line 16, ../sass/index-home-gabay/index-plus.scss */
.IndexPLus .bg img {
  display: block;
  width: 100%;
}
/* line 22, ../sass/index-home-gabay/index-plus.scss */
.IndexPLus .plus-wr {
  position: absolute;
}
/* line 25, ../sass/index-home-gabay/index-plus.scss */
.IndexPLus .plus-wr.active {
  z-index: 2;
}
/* line 28, ../sass/index-home-gabay/index-plus.scss */
.IndexPLus .plus-wr.active .plus {
  background: #fff;
  color: #000;
}
/* line 32, ../sass/index-home-gabay/index-plus.scss */
.IndexPLus .plus-wr.active .plus:before {
  display: none !important;
}
/* line 37, ../sass/index-home-gabay/index-plus.scss */
.IndexPLus .plus-wr.active .plus:not(.icon) {
  background: #fff;
  color: #000;
  transform: rotate(45deg);
}
/* line 45, ../sass/index-home-gabay/index-plus.scss */
.IndexPLus .plus-wr.active .plus-bl {
  pointer-events: all;
  opacity: 1;
}
/* line 49, ../sass/index-home-gabay/index-plus.scss */
.IndexPLus .plus-wr.active .plus-bl.top {
  transform: translate(-50%, 0px);
}
/* line 52, ../sass/index-home-gabay/index-plus.scss */
.IndexPLus .plus-wr.active .plus-bl.top.right {
  transform: translate(-90%, 0px);
}
/* line 56, ../sass/index-home-gabay/index-plus.scss */
.IndexPLus .plus-wr.active .plus-bl.top.left {
  transform: translate(-10%, 0px);
}
/* line 61, ../sass/index-home-gabay/index-plus.scss */
.IndexPLus .plus-wr.active .plus-bl.bottom {
  transform: translate(-50%, 0px);
}
/* line 68, ../sass/index-home-gabay/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: #ef5a32;
  border-radius: 50%;
  transition: 0.3s ease all;
}
/* line 85, ../sass/index-home-gabay/index-plus.scss */
.IndexPLus .plus.icon {
  position: absolute;
  right: -127%;
  top: 0;
  transform: scale(0.7);
}
/* line 91, ../sass/index-home-gabay/index-plus.scss */
.IndexPLus .plus.icon svg, .IndexPLus .plus.icon img {
  transform: scale(1.4);
}
/* line 96, ../sass/index-home-gabay/index-plus.scss */
.IndexPLus .plus svg, .IndexPLus .plus img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}
/* line 103, ../sass/index-home-gabay/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%;
  animation: pulsfe 1.5s infinite;
}
@keyframes pulsfe {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  80% {
    transform: scale(1);
    opacity: 1;
  }
  99% {
    transform: scale(1);
    opacity: 0;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@media (hover: hover) {
  /* line 139, ../sass/index-home-gabay/index-plus.scss */
  .IndexPLus .plus.hovered {
    background: #fff;
    color: #000;
  }
  /* line 144, ../sass/index-home-gabay/index-plus.scss */
  .IndexPLus .plus:hover {
    background: #fff;
    color: #000;
  }
}
/* line 151, ../sass/index-home-gabay/index-plus.scss */
.IndexPLus .plus-bl {
  position: absolute;
  transition: 0.3s ease all;
  opacity: 0;
  pointer-events: none;
  width: 300px;
  color: #000;
}
/* line 159, ../sass/index-home-gabay/index-plus.scss */
.IndexPLus .plus-bl.top {
  bottom: calc(100% + 35px);
  left: 50%;
  transform: translate(-50%, -20px);
}
/* line 164, ../sass/index-home-gabay/index-plus.scss */
.IndexPLus .plus-bl.top.right {
  transform: translate(-90%, -20px);
}
/* line 167, ../sass/index-home-gabay/index-plus.scss */
.IndexPLus .plus-bl.top.right:after {
  left: calc(100% - 35px);
}
/* line 172, ../sass/index-home-gabay/index-plus.scss */
.IndexPLus .plus-bl.top.left {
  transform: translate(-10%, -20px);
}
/* line 175, ../sass/index-home-gabay/index-plus.scss */
.IndexPLus .plus-bl.top.left:after {
  left: calc(0% + 20px);
}
/* line 180, ../sass/index-home-gabay/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 192, ../sass/index-home-gabay/index-plus.scss */
.IndexPLus .plus-bl.bottom {
  top: calc(100% + 35px);
  left: 50%;
  transform: translate(-50%, 20px);
}
/* line 197, ../sass/index-home-gabay/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 209, ../sass/index-home-gabay/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 220, ../sass/index-home-gabay/index-plus.scss */
.IndexPLus .plus-bl .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 228, ../sass/index-home-gabay/index-plus.scss */
.IndexPLus .plus-bl .desc {
  position: relative;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 20px;
}
/* line 235, ../sass/index-home-gabay/index-plus.scss */
.IndexPLus .plus-bl .desc .site-text {
  font-size: 24px;
}
/* line 239, ../sass/index-home-gabay/index-plus.scss */
.IndexPLus .plus-bl .desc b {
  font-weight: 600;
}
/* line 243, ../sass/index-home-gabay/index-plus.scss */
.IndexPLus .plus-bl .desc .list {
  list-style-type: disc;
  padding-right: 20px;
}
/* line 248, ../sass/index-home-gabay/index-plus.scss */
.IndexPLus .plus-bl .desc .list li::marker {
  color: #000;
}
/* line 252, ../sass/index-home-gabay/index-plus.scss */
.IndexPLus .plus-bl .desc .list li:nth-last-child(1) {
  margin-bottom: 0;
}

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

@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 274, ../sass/index-home-gabay/index-plus.scss */
  .IndexPLus .plus {
    width: 40px;
    height: 40px;
  }
  /* line 278, ../sass/index-home-gabay/index-plus.scss */
  .IndexPLus .plus svg, .IndexPLus .plus img {
    width: 16px;
    height: 16px;
  }
  /* line 283, ../sass/index-home-gabay/index-plus.scss */
  .IndexPLus .plus:before {
    top: -9px;
    left: -9px;
    width: 54px;
    height: 54px;
  }
  /* line 291, ../sass/index-home-gabay/index-plus.scss */
  .IndexPLus .plus-bl {
    width: 208px;
  }
  /* line 294, ../sass/index-home-gabay/index-plus.scss */
  .IndexPLus .plus-bl.top {
    bottom: calc(100% + 27px);
    transform: translate(-50%, -20px);
  }
  /* line 299, ../sass/index-home-gabay/index-plus.scss */
  .IndexPLus .plus-bl .img {
    height: 144px;
  }
  /* line 303, ../sass/index-home-gabay/index-plus.scss */
  .IndexPLus .plus-bl .desc {
    padding: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 314, ../sass/index-home-gabay/index-plus.scss */
  .IndexPLus .plus {
    width: 30px;
    height: 30px;
  }
  /* line 318, ../sass/index-home-gabay/index-plus.scss */
  .IndexPLus .plus svg, .IndexPLus .plus img {
    width: 14px;
    height: 14px;
  }
  /* line 323, ../sass/index-home-gabay/index-plus.scss */
  .IndexPLus .plus:before {
    top: -8px;
    left: -8px;
    width: 42px;
    height: 42px;
  }
  /* line 331, ../sass/index-home-gabay/index-plus.scss */
  .IndexPLus .plus-bl {
    width: 160px;
  }
  /* line 334, ../sass/index-home-gabay/index-plus.scss */
  .IndexPLus .plus-bl.top {
    bottom: calc(100% + 27px);
    transform: translate(-50%, -20px);
  }
  /* line 339, ../sass/index-home-gabay/index-plus.scss */
  .IndexPLus .plus-bl .img {
    height: 110px;
  }
  /* line 343, ../sass/index-home-gabay/index-plus.scss */
  .IndexPLus .plus-bl .desc {
    padding: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 353, ../sass/index-home-gabay/index-plus.scss */
  .IndexPLus {
    padding-top: 20px;
  }
  /* line 356, ../sass/index-home-gabay/index-plus.scss */
  .IndexPLus .bg {
    top: 20px;
    height: calc(100% - 20px);
  }
  /* line 362, ../sass/index-home-gabay/index-plus.scss */
  .IndexPLus .container .site-title {
    transform: translateY(-40px);
  }
  /* line 367, ../sass/index-home-gabay/index-plus.scss */
  .IndexPLus .plus {
    width: 22px;
    height: 22px;
  }
  /* line 371, ../sass/index-home-gabay/index-plus.scss */
  .IndexPLus .plus svg, .IndexPLus .plus img {
    width: 12px;
    height: 12px;
  }
  /* line 376, ../sass/index-home-gabay/index-plus.scss */
  .IndexPLus .plus:before {
    top: -7px;
    left: -7px;
    width: 32px;
    height: 32px;
  }
  /* line 384, ../sass/index-home-gabay/index-plus.scss */
  .IndexPLus .plus-bl {
    width: 160px;
  }
  /* line 387, ../sass/index-home-gabay/index-plus.scss */
  .IndexPLus .plus-bl.top {
    bottom: calc(100% + 27px);
    transform: translate(-50%, -20px);
  }
  /* line 392, ../sass/index-home-gabay/index-plus.scss */
  .IndexPLus .plus-bl .img {
    height: 82px;
  }
  /* line 396, ../sass/index-home-gabay/index-plus.scss */
  .IndexPLus .plus-bl .desc {
    padding: 10px;
  }
  /* line 399, ../sass/index-home-gabay/index-plus.scss */
  .IndexPLus .plus-bl .desc .site-text {
    font-size: 20px;
  }
  /* line 405, ../sass/index-home-gabay/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 415, ../sass/index-home-gabay/index-plus.scss */
  .IndexPLus .plus-bl.alter:after {
    display: none !important;
  }
  /* line 419, ../sass/index-home-gabay/index-plus.scss */
  .IndexPLus .plus-bl.alter .desc {
    overflow: auto;
    height: 100%;
    border-radius: 10px;
    padding: 10px;
  }
  /* line 425, ../sass/index-home-gabay/index-plus.scss */
  .IndexPLus .plus-bl.alter .desc:before {
    content: 'X';
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 26px;
  }
  /* line 433, ../sass/index-home-gabay/index-plus.scss */
  .IndexPLus .plus-bl.alter .desc .site-text {
    font-size: 24px;
  }
}
/* line 1, ../sass/index-home-gabay/i-plus.scss */
.i-plus {
  position: relative;
  padding: 100px 0;
}
/* line 5, ../sass/index-home-gabay/i-plus.scss */
.i-plus .title {
  font-size: calc(6vw * 9 / 16);
  text-align: center;
  letter-spacing: 1.2px;
  line-height: 1;
  width: 100%;
  color: #fff;
  text-align: right;
}
/* line 15, ../sass/index-home-gabay/i-plus.scss */
.i-plus .bg {
  width: 100%;
  display: block;
  z-index: 2;
  position: relative;
  margin-top: calc(-11vw * 9 / 16);
}
/* line 22, ../sass/index-home-gabay/i-plus.scss */
.i-plus .bg img {
  display: block;
  width: 100%;
}

/* line 29, ../sass/index-home-gabay/i-plus.scss */
.i-plus-fix {
  position: sticky;
  z-index: 1;
  top: 0;
  left: 0;
  padding-top: calc(6vw * 9 / 16);
  padding-right: calc(6vw * 9 / 16);
}

/* line 39, ../sass/index-home-gabay/i-plus.scss */
.i-plus-result {
  position: absolute;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}

/* line 48, ../sass/index-home-gabay/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 66, ../sass/index-home-gabay/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);
  height: 62px;
  font-size: 24px;
  line-height: 1.55;
  letter-spacing: 1.25px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  cursor: pointer;
}
/* line 85, ../sass/index-home-gabay/i-plus.scss */
.i-plus-nav .i-select-btn svg {
  margin-right: 6px;
}
/* line 90, ../sass/index-home-gabay/i-plus.scss */
.i-plus-nav .i-select-btn:hover, .i-plus-nav .i-select-btn.active {
  background-color: #409192;
  color: #fff;
  transform: translateX(0px);
}

@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 106, ../sass/index-home-gabay/i-plus.scss */
  .i-plus-nav .i-select-btn {
    height: 56px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 118, ../sass/index-home-gabay/i-plus.scss */
  .i-plus-nav .i-select-btn {
    height: 56px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 127, ../sass/index-home-gabay/i-plus.scss */
  .i-plus-fix {
    padding-top: calc(10vw * 9 / 16);
    padding-right: calc(7vw * 9 / 16);
  }

  /* line 133, ../sass/index-home-gabay/i-plus.scss */
  .i-plus .title {
    text-align: center;
    font-size: calc(12vw * 9 / 16);
  }
  /* line 137, ../sass/index-home-gabay/i-plus.scss */
  .i-plus .bg {
    margin-top: calc(7vw * 9 / 16);
  }

  /* line 142, ../sass/index-home-gabay/i-plus.scss */
  .i-plus-result {
    top: calc(28vw * 9 / 16);
    height: calc(100% - calc(28vw * 9 / 16));
  }

  /* line 146, ../sass/index-home-gabay/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 159, ../sass/index-home-gabay/i-plus.scss */
  .i-plus-nav .i-select-btn {
    flex: 1;
    padding: 0;
    font-size: 18px;
    height: 50px;
    transform: none !important;
  }
}
/* line 1, ../sass/index-home-gabay/i-mapbox.scss */
.i-mapbox {
  position: relative;
}
/* line 4, ../sass/index-home-gabay/i-mapbox.scss */
.i-mapbox #map, .i-mapbox #map2 {
  height: 80vh !important;
  width: 100% !important;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 16, ../sass/index-home-gabay/i-mapbox.scss */
  .i-mapbox #map, .i-mapbox #map2 {
    height: 60vh !important;
  }
}
/* line 1, ../sass/index-home-gabay/index-apartment-list.scss */
.IndexApartmentList {
  position: relative;
  contain: layout;
  z-index: 1;
}

/* line 7, ../sass/index-home-gabay/index-apartment-list.scss */
.IndexApartmentListB {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  gap: 15px;
  padding: calc(4vw * 9 /16) 0;
}
/* line 21, ../sass/index-home-gabay/index-apartment-list.scss */
.IndexApartmentListB:nth-last-child(1)::before {
  display: block;
}
/* line 26, ../sass/index-home-gabay/index-apartment-list.scss */
.IndexApartmentListB:after, .IndexApartmentListB::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 1px;
  background: #ef5a32;
  background: linear-gradient(265deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
/* line 39, ../sass/index-home-gabay/index-apartment-list.scss */
.IndexApartmentListB::before {
  top: initial;
  bottom: 0;
  display: none;
}
/* line 45, ../sass/index-home-gabay/index-apartment-list.scss */
.IndexApartmentListB .img {
  display: block;
  position: relative;
  width: calc(34% - 68px - 15px);
  height: 68px;
  z-index: 2;
}
/* line 52, ../sass/index-home-gabay/index-apartment-list.scss */
.IndexApartmentListB .img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: scale(0) translate(-50%, -50%);
  transform-origin: top left;
  width: 21vw;
  height: 21vw;
  border-radius: 50%;
  transition: 0.5s ease all;
}
/* line 67, ../sass/index-home-gabay/index-apartment-list.scss */
.IndexApartmentListB .number {
  position: relative;
  width: calc(17% - 15px);
  font-size: clamp(48px, 6vw, 107px);
  line-height: 1;
  font-weight: 200;
  color: #ef5a32;
  font-weight: 700;
}
/* line 77, ../sass/index-home-gabay/index-apartment-list.scss */
.IndexApartmentListB .name {
  position: relative;
  width: calc(23% - 15px);
}
/* line 82, ../sass/index-home-gabay/index-apartment-list.scss */
.IndexApartmentListB .square {
  position: relative;
  width: calc(26% - 15px);
}
/* line 87, ../sass/index-home-gabay/index-apartment-list.scss */
.IndexApartmentListB .button {
  position: relative;
  width: 68px;
}
/* line 92, ../sass/index-home-gabay/index-apartment-list.scss */
.IndexApartmentListB .btn {
  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: 56px;
  min-width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #ef5a32;
  transition: .3s ease-in-out;
}
/* line 110, ../sass/index-home-gabay/index-apartment-list.scss */
.IndexApartmentListB .btn:before, .IndexApartmentListB .btn:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 2px;
  height: 16px;
}
/* line 122, ../sass/index-home-gabay/index-apartment-list.scss */
.IndexApartmentListB .btn:before {
  width: 16px;
  height: 2px;
}
/* line 127, ../sass/index-home-gabay/index-apartment-list.scss */
.IndexApartmentListB .btn:hover {
  background-color: #fff;
}
/* line 130, ../sass/index-home-gabay/index-apartment-list.scss */
.IndexApartmentListB .btn:hover::after, .IndexApartmentListB .btn:hover::before {
  background-color: #000;
}
@media (hover: hover) {
  /* line 139, ../sass/index-home-gabay/index-apartment-list.scss */
  .IndexApartmentListB:hover .img img {
    opacity: 1;
    transform: scale(1) translate(-50%, -50%);
  }
}

/* line 149, ../sass/index-home-gabay/index-apartment-list.scss */
.lang-he .IndexApartmentList {
  direction: rtl;
}

@media only screen and (min-width: 1241px) and (max-width: 1439px) {
  /* line 156, ../sass/index-home-gabay/index-apartment-list.scss */
  .IndexApartmentListB {
    gap: 12px;
    padding: calc(3.5vw * 9 / 16) 0;
  }
  /* line 160, ../sass/index-home-gabay/index-apartment-list.scss */
  .IndexApartmentListB .img {
    width: calc(34% - 60px - 12px);
    height: 60px;
  }
  /* line 164, ../sass/index-home-gabay/index-apartment-list.scss */
  .IndexApartmentListB .img img {
    width: 19vw;
    height: 19vw;
  }
  /* line 170, ../sass/index-home-gabay/index-apartment-list.scss */
  .IndexApartmentListB .number {
    width: calc(17% - 12px);
  }
  /* line 174, ../sass/index-home-gabay/index-apartment-list.scss */
  .IndexApartmentListB .name {
    width: calc(23% - 12px);
  }
  /* line 178, ../sass/index-home-gabay/index-apartment-list.scss */
  .IndexApartmentListB .square {
    width: calc(26% - 12px);
  }
  /* line 182, ../sass/index-home-gabay/index-apartment-list.scss */
  .IndexApartmentListB .button {
    width: 60px;
  }
  /* line 186, ../sass/index-home-gabay/index-apartment-list.scss */
  .IndexApartmentListB .btn {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
  /* line 191, ../sass/index-home-gabay/index-apartment-list.scss */
  .IndexApartmentListB .btn:before {
    width: 18px;
  }
  /* line 195, ../sass/index-home-gabay/index-apartment-list.scss */
  .IndexApartmentListB .btn:after {
    height: 18px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 204, ../sass/index-home-gabay/index-apartment-list.scss */
  .IndexApartmentListB {
    gap: 10px;
    padding: calc(3vw * 9 / 16) 0;
    justify-content: space-between;
  }
  /* line 208, ../sass/index-home-gabay/index-apartment-list.scss */
  .IndexApartmentListB:after, .IndexApartmentListB::before {
    width: 100%;
  }
  /* line 211, ../sass/index-home-gabay/index-apartment-list.scss */
  .IndexApartmentListB .img {
    width: calc(34% - 56px - 10px);
    height: 56px;
    display: none;
  }
  /* line 215, ../sass/index-home-gabay/index-apartment-list.scss */
  .IndexApartmentListB .img img {
    width: 18vw;
    height: 18vw;
  }
  /* line 220, ../sass/index-home-gabay/index-apartment-list.scss */
  .IndexApartmentListB .number {
    width: calc(17% - 10px);
  }
  /* line 223, ../sass/index-home-gabay/index-apartment-list.scss */
  .IndexApartmentListB .name {
    width: calc(23% - 10px);
  }
  /* line 226, ../sass/index-home-gabay/index-apartment-list.scss */
  .IndexApartmentListB .square {
    width: calc(26% - 10px);
  }
  /* line 229, ../sass/index-home-gabay/index-apartment-list.scss */
  .IndexApartmentListB .button {
    width: 56px;
  }
  /* line 232, ../sass/index-home-gabay/index-apartment-list.scss */
  .IndexApartmentListB .btn {
    width: 48px;
    min-width: 48px;
    height: 48px;
  }
  /* line 236, ../sass/index-home-gabay/index-apartment-list.scss */
  .IndexApartmentListB .btn:before {
    width: 14px;
  }
  /* line 239, ../sass/index-home-gabay/index-apartment-list.scss */
  .IndexApartmentListB .btn:after {
    height: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 247, ../sass/index-home-gabay/index-apartment-list.scss */
  .IndexApartmentListB {
    gap: 8px;
    justify-content: space-between;
    padding: calc(2.5vw * 9 / 16) 0;
  }
  /* line 251, ../sass/index-home-gabay/index-apartment-list.scss */
  .IndexApartmentListB:after, .IndexApartmentListB::before {
    width: 100%;
  }
  /* line 254, ../sass/index-home-gabay/index-apartment-list.scss */
  .IndexApartmentListB .img {
    width: calc(50% - 8px);
    height: 50px;
    display: none;
  }
  /* line 259, ../sass/index-home-gabay/index-apartment-list.scss */
  .IndexApartmentListB .img img {
    width: 25vw;
    height: 25vw;
  }
  /* line 264, ../sass/index-home-gabay/index-apartment-list.scss */
  .IndexApartmentListB .number {
    width: calc(50% - 8px);
  }
  /* line 268, ../sass/index-home-gabay/index-apartment-list.scss */
  .IndexApartmentListB .name {
    width: 50%;
  }
  /* line 271, ../sass/index-home-gabay/index-apartment-list.scss */
  .IndexApartmentListB .square {
    width: 50%;
  }
  /* line 274, ../sass/index-home-gabay/index-apartment-list.scss */
  .IndexApartmentListB .btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
  }
  /* line 278, ../sass/index-home-gabay/index-apartment-list.scss */
  .IndexApartmentListB .btn:before {
    width: 12px;
  }
  /* line 281, ../sass/index-home-gabay/index-apartment-list.scss */
  .IndexApartmentListB .btn:after {
    height: 12px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 289, ../sass/index-home-gabay/index-apartment-list.scss */
  .IndexApartmentListB {
    gap: 6px;
    padding: calc(9vw * 9 / 16) 90px calc(9vw * 9 / 16) 90px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* text-align: center; */
    gap: 0;
    text-align: center;
  }
  /* line 299, ../sass/index-home-gabay/index-apartment-list.scss */
  .IndexApartmentListB:after, .IndexApartmentListB::before {
    width: 100%;
  }
  /* line 302, ../sass/index-home-gabay/index-apartment-list.scss */
  .IndexApartmentListB .img {
    display: none;
    width: 100%;
    height: 40px;
  }
  /* line 306, ../sass/index-home-gabay/index-apartment-list.scss */
  .IndexApartmentListB .img img {
    width: 30vw;
    height: 30vw;
  }
  /* line 311, ../sass/index-home-gabay/index-apartment-list.scss */
  .IndexApartmentListB .number {
    font-size: clamp(76px, 6vw, 107px);
    position: absolute;
    top: 45%;
    right: 0;
    width: 76px;
    transform: translateY(-50%);
  }
  /* line 319, ../sass/index-home-gabay/index-apartment-list.scss */
  .IndexApartmentListB .name {
    width: 100%;
    font-size: 14px;
  }
  /* line 323, ../sass/index-home-gabay/index-apartment-list.scss */
  .IndexApartmentListB .square {
    width: 100%;
    margin-top: -4px;
  }
  /* line 327, ../sass/index-home-gabay/index-apartment-list.scss */
  .IndexApartmentListB .button {
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    transform: translateY(-50%);
  }
  /* line 334, ../sass/index-home-gabay/index-apartment-list.scss */
  .IndexApartmentListB .btn {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
  /* line 338, ../sass/index-home-gabay/index-apartment-list.scss */
  .IndexApartmentListB .btn:before {
    width: 10px;
  }
  /* line 341, ../sass/index-home-gabay/index-apartment-list.scss */
  .IndexApartmentListB .btn:after {
    height: 10px;
  }
}
/* line 4, ../sass/index-home-gabay/project-map.scss */
.custom-marker {
  width: 40px;
  height: 40px;
  background-size: cover;
  border-radius: 50%;
  cursor: pointer;
  background-color: #ef5a32;
}

/* Класс для отключения анимации */
/* line 14, ../sass/index-home-gabay/project-map.scss */
.no-pulse::before {
  animation: none !important;
  content: none !important;
  /* Можно убрать волны */
}

/* Пульсирующая волна */
/* line 20, ../sass/index-home-gabay/project-map.scss */
.custom-marker::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background-color: rgba(239, 90, 50, 0.5);
  /* полупрозрачный оранжевый */
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  animation: pulseWave 2s infinite;
  z-index: -1;
  /* чтобы волна была под маркером */
}

@keyframes pulseWave {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }
  70% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
/* line 50, ../sass/index-home-gabay/project-map.scss */
.mapboxgl-popup-content {
  color: #000 !important;
  font-size: 18px !important;
  padding: 15px !important;
}

/* line 56, ../sass/index-home-gabay/project-map.scss */
.mapboxgl-popup-close-button {
  font-size: 22px;
  padding: 2px;
  line-height: 1;
  margin-top: -3px;
}

/* line 65, ../sass/index-home-gabay/project-map.scss */
.ProjectMap {
  position: relative;
}
/* line 72, ../sass/index-home-gabay/project-map.scss */
.ProjectMap .gm-style .gm-style-iw.gm-style-iw-c {
  max-height: initial !important;
  overflow: visible;
}
/* line 81, ../sass/index-home-gabay/project-map.scss */
.ProjectMap .gm-style .gm-style-iw-d {
  max-height: initial !important;
}
/* line 87, ../sass/index-home-gabay/project-map.scss */
.ProjectMap .gm-style .gm-style-iw-chr button {
  background: #ffffff !important;
  opacity: 1 !important;
  border-radius: 6px !important;
  transform: scale(0.6) translateX(-70px) !important;
  transition: background-color 0.24s cubic-bezier(0.24, 0.1, 0.24, 1);
  margin: -10px 0px !important;
}
/* line 95, ../sass/index-home-gabay/project-map.scss */
.ProjectMap .gm-style .gm-style-iw-chr button span {
  transform: scale(1.2) !important;
}
@media (hover: hover) {
  /* line 100, ../sass/index-home-gabay/project-map.scss */
  .ProjectMap .gm-style .gm-style-iw-chr button:hover {
    background: #ef5a32 !important;
    border-color: #ef5a32 !important;
    color: #fff !important;
  }
  /* line 105, ../sass/index-home-gabay/project-map.scss */
  .ProjectMap .gm-style .gm-style-iw-chr button:hover span {
    filter: invert(1) !important;
  }
}
/* line 114, ../sass/index-home-gabay/project-map.scss */
.ProjectMap #map {
  border-radius: 10px;
  overflow: hidden;
  height: 708px;
  width: 100%;
}
/* line 120, ../sass/index-home-gabay/project-map.scss */
.ProjectMap #map canvas {
  background: transparent !important;
}
/* line 125, ../sass/index-home-gabay/project-map.scss */
.ProjectMap .info-window {
  width: 320px;
  max-width: initial;
  margin-left: 6px;
  padding-bottom: 6px;
}
/* line 131, ../sass/index-home-gabay/project-map.scss */
.ProjectMap .info-window strong {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
/* line 138, ../sass/index-home-gabay/project-map.scss */
.ProjectMap .info-window i {
  font-size: 14px;
  color: #a8b4bd;
}
/* line 143, ../sass/index-home-gabay/project-map.scss */
.ProjectMap .info-window .distance-wr {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 15px 0 20px;
}
/* line 150, ../sass/index-home-gabay/project-map.scss */
.ProjectMap .info-window .distance-box {
  display: flex;
  gap: 6px;
  align-items: center;
  width: calc(100% / 3 - 4px);
}
/* line 158, ../sass/index-home-gabay/project-map.scss */
.ProjectMap .info-window .distance-box.active .distance-box-icon {
  background-color: #409192;
}
@media (hover: hover) {
  /* line 165, ../sass/index-home-gabay/project-map.scss */
  .ProjectMap .info-window .distance-box:hover .distance-box-icon {
    background-color: #409192;
  }
}
/* line 172, ../sass/index-home-gabay/project-map.scss */
.ProjectMap .info-window .distance-box-icon {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 18px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E9E9F2;
  transition: .3s linear;
}
/* line 186, ../sass/index-home-gabay/project-map.scss */
.ProjectMap .info-window .distance-box-icon.scale img, .ProjectMap .info-window .distance-box-icon.scale svg {
  transform: scale(1.3);
}
/* line 191, ../sass/index-home-gabay/project-map.scss */
.ProjectMap .info-window .distance-box-icon img, .ProjectMap .info-window .distance-box-icon svg {
  width: 24px;
  height: 24px;
  display: block;
  object-fit: contain;
}
/* line 199, ../sass/index-home-gabay/project-map.scss */
.ProjectMap .info-window .distance-box-desc {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
/* line 204, ../sass/index-home-gabay/project-map.scss */
.ProjectMap .info-window .distance-box-desc b {
  font-size: 15px;
  font-weight: 500;
}
/* line 209, ../sass/index-home-gabay/project-map.scss */
.ProjectMap .info-window .distance-box-desc span {
  font-size: 11px;
  color: gray;
  display: block;
}
/* line 216, ../sass/index-home-gabay/project-map.scss */
.ProjectMap .info-window .clear-distance {
  background: #FF6F6F;
  width: 100%;
  height: 33px;
  font-size: 14px;
}
@media (hover: hover) {
  /* line 223, ../sass/index-home-gabay/project-map.scss */
  .ProjectMap .info-window .clear-distance:hover {
    background: #409192;
    border-color: #409192;
    color: #fff;
  }
}

/* line 233, ../sass/index-home-gabay/project-map.scss */
.ProjectMapFilter {
  align-items: center;
  display: flex;
  margin: 16px 0 0;
  min-height: 44px;
  overflow-x: auto;
  padding: 0;
  scrollbar-width: none;
  gap: 12px;
  flex-wrap: wrap;
}
/* line 244, ../sass/index-home-gabay/project-map.scss */
.ProjectMapFilter .filter-button, .ProjectMapFilter .filter-otherbtn {
  border: 1px solid #a8b4bd;
  border-radius: 8px;
  background-color: transparent;
  background-color: #fff;
  color: #000;
  height: 40px;
  padding: 0 16px;
  transition: background-color .15s, border-color .15s;
  display: flex;
  gap: 8px;
  cursor: pointer;
  align-items: center;
}
/* line 258, ../sass/index-home-gabay/project-map.scss */
.ProjectMapFilter .filter-button.clear, .ProjectMapFilter .filter-otherbtn.clear {
  background: #FF6F6F;
  color: #fff;
}
/* line 263, ../sass/index-home-gabay/project-map.scss */
.ProjectMapFilter .filter-button svg, .ProjectMapFilter .filter-button img, .ProjectMapFilter .filter-otherbtn svg, .ProjectMapFilter .filter-otherbtn img {
  width: 16px;
  height: 16px;
  display: block;
  object-fit: contain;
}
/* line 270, ../sass/index-home-gabay/project-map.scss */
.ProjectMapFilter .filter-button i, .ProjectMapFilter .filter-otherbtn i {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
/* line 279, ../sass/index-home-gabay/project-map.scss */
.ProjectMapFilter .filter-button.active, .ProjectMapFilter .filter-otherbtn.active {
  background-color: #e0e4e9;
}
/* line 284, ../sass/index-home-gabay/project-map.scss */
.ProjectMapFilter .filter-button.school i, .ProjectMapFilter .filter-otherbtn.school i {
  background-color: #5D708C;
}
/* line 290, ../sass/index-home-gabay/project-map.scss */
.ProjectMapFilter .filter-button.bus i, .ProjectMapFilter .filter-otherbtn.bus i {
  background-color: #444B54;
}
/* line 296, ../sass/index-home-gabay/project-map.scss */
.ProjectMapFilter .filter-button.restaurant i, .ProjectMapFilter .filter-otherbtn.restaurant i {
  background-color: #C1A17B;
}
/* line 302, ../sass/index-home-gabay/project-map.scss */
.ProjectMapFilter .filter-button.shopping i, .ProjectMapFilter .filter-otherbtn.shopping i {
  background-color: #A892A4;
}
/* line 308, ../sass/index-home-gabay/project-map.scss */
.ProjectMapFilter .filter-button.hospital i, .ProjectMapFilter .filter-otherbtn.hospital i {
  background-color: #A45A5A;
}
/* line 314, ../sass/index-home-gabay/project-map.scss */
.ProjectMapFilter .filter-button.kindergarten i, .ProjectMapFilter .filter-otherbtn.kindergarten i {
  background-color: #A8C6DB;
}
/* line 320, ../sass/index-home-gabay/project-map.scss */
.ProjectMapFilter .filter-button.pharmacy i, .ProjectMapFilter .filter-otherbtn.pharmacy i {
  background-color: #6BAE9E;
}
/* line 326, ../sass/index-home-gabay/project-map.scss */
.ProjectMapFilter .filter-button.supermarket i, .ProjectMapFilter .filter-otherbtn.supermarket i {
  background-color: #8A9A5B;
}
/* line 332, ../sass/index-home-gabay/project-map.scss */
.ProjectMapFilter .filter-button.cafe i, .ProjectMapFilter .filter-otherbtn.cafe i {
  background-color: #D4A373;
}
/* line 338, ../sass/index-home-gabay/project-map.scss */
.ProjectMapFilter .filter-button.park i, .ProjectMapFilter .filter-otherbtn.park i {
  background-color: #6D8B74;
}
/* line 344, ../sass/index-home-gabay/project-map.scss */
.ProjectMapFilter .filter-button.bank i, .ProjectMapFilter .filter-otherbtn.bank i {
  background-color: #8E7A9E;
}

/* line 359, ../sass/index-home-gabay/project-map.scss */
.lang-ru .ProjectMap .gm-style .gm-style-iw-chr button {
  transform: scale(0.6) translateX(70px) !important;
}

/* line 370, ../sass/index-home-gabay/project-map.scss */
.lang-he .ProjectMap {
  direction: rtl;
}
/* line 373, ../sass/index-home-gabay/project-map.scss */
.lang-he .ProjectMap .info-window {
  margin-left: 0;
  margin-right: 6px;
}
/* line 377, ../sass/index-home-gabay/project-map.scss */
.lang-he .ProjectMap .info-window strong {
  font-size: 22px;
}
/* line 381, ../sass/index-home-gabay/project-map.scss */
.lang-he .ProjectMap .info-window i {
  font-size: 16px;
}
/* line 387, ../sass/index-home-gabay/project-map.scss */
.lang-he .ProjectMap .info-window .distance-box-desc b {
  font-size: 16px;
}
/* line 391, ../sass/index-home-gabay/project-map.scss */
.lang-he .ProjectMap .info-window .distance-box-desc span {
  font-size: 13px;
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
  /* line 404, ../sass/index-home-gabay/project-map.scss */
  .ProjectMap #map {
    height: 500px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 415, ../sass/index-home-gabay/project-map.scss */
  .ProjectMap #map {
    height: 500px;
  }
  /* line 423, ../sass/index-home-gabay/project-map.scss */
  .ProjectMap .gm-style .gm-style-iw-chr button {
    transform: scale(0.6) translate(-14px) !important;
    margin: -10px -50px !important;
  }
  /* line 430, ../sass/index-home-gabay/project-map.scss */
  .ProjectMap .info-window {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 435, ../sass/index-home-gabay/project-map.scss */
  .ProjectMap .info-window .distance-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  /* line 441, ../sass/index-home-gabay/project-map.scss */
  .ProjectMap .info-window .distance-wr {
    margin: 11px 0 16px;
  }

  /* line 448, ../sass/index-home-gabay/project-map.scss */
  .ProjectMapFilter {
    flex-wrap: nowrap;
    white-space: pre;
    margin: 15px -15px 0;
    width: calc(100% + 30px);
    padding: 0 15px;
  }

  /* line 463, ../sass/index-home-gabay/project-map.scss */
  .lang-ru .ProjectMap .gm-style .gm-style-iw-chr button {
    transform: scale(0.6) translate(14px) !important;
  }
}
/* line 1, ../sass/index-home-gabay/index-footer.scss */
.footers {
  position: relative;
}
/* line 4, ../sass/index-home-gabay/index-footer.scss */
.footers .container {
  max-width: 2000px;
  padding: 0;
}

/* line 10, ../sass/index-home-gabay/index-footer.scss */
.footers-wr {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}

/* line 16, ../sass/index-home-gabay/index-footer.scss */
.footers-left {
  width: 32%;
  padding-top: calc(6vw * 9 / 16);
  padding-bottom: calc(3vw * 9 / 16);
}
/* line 21, ../sass/index-home-gabay/index-footer.scss */
.footers-left b {
  color: #d3dbccff;
  font-size: calc(4vw * 9 / 16);
  text-align: center;
  font-weight: 700;
  letter-spacing: -1px;
  display: block;
  line-height: calc(7vw * 9 / 16);
}
/* line 31, ../sass/index-home-gabay/index-footer.scss */
.footers-left p {
  gap: 1vw;
  background-color: #409192;
  padding: calc(1vw * 9 / 16) calc(3vw * 9 / 16);
  border-radius: calc(2vw * 9 / 16);
  color: #fff;
  width: max-content;
  margin: 0 auto;
  font-size: calc(4vw * 9 / 16);
  font-weight: 700;
  display: flex;
  margin-top: calc(4vw * 9 / 16);
  align-items: center;
}
/* line 47, ../sass/index-home-gabay/index-footer.scss */
.footers-left p i {
  font-size: .7em;
}

/* line 54, ../sass/index-home-gabay/index-footer.scss */
.footers-image {
  width: 20%;
  background-color: #409192;
}
/* line 58, ../sass/index-home-gabay/index-footer.scss */
.footers-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  padding: 10px;
}

/* line 67, ../sass/index-home-gabay/index-footer.scss */
.footers-logo {
  width: 24%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 74, ../sass/index-home-gabay/index-footer.scss */
.footers-logo img {
  display: block;
  max-width: 89%;
  /* max-height: 100%; */
  margin: 0 auto;
}

/* line 82, ../sass/index-home-gabay/index-footer.scss */
.footers-right {
  width: 24%;
  background-color: #409192;
}
/* line 86, ../sass/index-home-gabay/index-footer.scss */
.footers-right a {
  padding: calc(1vw * 9 / 16) calc(3vw * 9 / 16);
  border-radius: calc(2vw * 9 / 16);
  background-color: #403f41ff;
  color: #fff;
  width: max-content;
  margin: 0 auto;
  font-size: calc(4vw * 9 / 16);
  font-weight: 700;
  display: flex;
}

/* line 100, ../sass/index-home-gabay/index-footer.scss */
.footers-right-icon {
  height: calc(4.6vw * 9 / 16);
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: calc(3vw * 9 / 16);
  position: relative;
  top: 8px;
}

/* line 110, ../sass/index-home-gabay/index-footer.scss */
.footers-right-bottom-icon {
  margin-top: calc(4vw * 9 / 16);
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
/* line 116, ../sass/index-home-gabay/index-footer.scss */
.footers-right-bottom-icon span {
  font-size: calc(1.4vw * 9 / 16);
  display: block;
  text-align: center;
  position: relative;
  top: calc(1vw * 9 / 16);
  padding: 0 calc(1vw * 9 / 16);
}
/* line 125, ../sass/index-home-gabay/index-footer.scss */
.footers-right-bottom-icon img {
  display: block;
  height: calc(4.4vw * 9 / 16);
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  /* line 133, ../sass/index-home-gabay/index-footer.scss */
  .footers-right-icon {
    top: 4px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 141, ../sass/index-home-gabay/index-footer.scss */
  .footers-wr {
    flex-wrap: wrap;
  }

  /* line 145, ../sass/index-home-gabay/index-footer.scss */
  .footers-left {
    width: 100%;
    padding-top: calc(6vw * 9 / 16);
    padding-bottom: calc(6vw * 9 / 16);
  }

  /* line 151, ../sass/index-home-gabay/index-footer.scss */
  .footers-image {
    width: 50%;
  }
  /* line 154, ../sass/index-home-gabay/index-footer.scss */
  .footers-image img {
    padding: 0;
  }

  /* line 159, ../sass/index-home-gabay/index-footer.scss */
  .footers-logo {
    width: 50%;
  }

  /* line 163, ../sass/index-home-gabay/index-footer.scss */
  .footers-right-icon {
    top: 0px;
  }

  /* line 167, ../sass/index-home-gabay/index-footer.scss */
  .footers-right {
    width: 100%;
  }

  /* line 171, ../sass/index-home-gabay/index-footer.scss */
  .footers-right-bottom-icon {
    margin-top: calc(4vw * 9 / 16);
    margin-bottom: calc(4vw * 9 / 16);
    justify-content: center;
  }
  /* line 176, ../sass/index-home-gabay/index-footer.scss */
  .footers-right-bottom-icon span {
    font-size: calc(2.4vw * 9 / 16);
  }
  /* line 180, ../sass/index-home-gabay/index-footer.scss */
  .footers-right-bottom-icon img {
    height: calc(5.4vw * 9 / 16);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 190, ../sass/index-home-gabay/index-footer.scss */
  .footers-wr {
    flex-wrap: wrap;
  }

  /* line 194, ../sass/index-home-gabay/index-footer.scss */
  .footers-left {
    width: 100%;
    padding-top: calc(14vw * 9 / 16);
    padding-bottom: calc(14vw * 9 / 16);
  }
  /* line 199, ../sass/index-home-gabay/index-footer.scss */
  .footers-left b {
    font-size: calc(9vw * 9 / 16);
    line-height: calc(10vw * 9 / 16);
  }
  /* line 204, ../sass/index-home-gabay/index-footer.scss */
  .footers-left p {
    gap: 1vw;
    padding: calc(2vw * 9 / 16) calc(6vw * 9 / 16);
    border-radius: calc(2vw * 9 / 16);
    font-size: calc(8vw * 9 / 16);
    margin-top: calc(6vw * 9 / 16);
  }

  /* line 213, ../sass/index-home-gabay/index-footer.scss */
  .footers-image {
    width: 50%;
  }
  /* line 216, ../sass/index-home-gabay/index-footer.scss */
  .footers-image img {
    padding: 0;
  }

  /* line 221, ../sass/index-home-gabay/index-footer.scss */
  .footers-logo {
    width: 50%;
  }

  /* line 225, ../sass/index-home-gabay/index-footer.scss */
  .footers-right-icon {
    height: calc(12.6vw * 9 / 16);
    top: 0;
    margin-top: calc(8vw * 9 / 16);
  }

  /* line 231, ../sass/index-home-gabay/index-footer.scss */
  .footers-right {
    width: 100%;
  }
  /* line 234, ../sass/index-home-gabay/index-footer.scss */
  .footers-right a {
    padding: calc(2vw * 9 / 16) calc(6vw * 9 / 16);
    border-radius: calc(2vw * 9 / 16);
    font-size: calc(8vw * 9 / 16);
  }

  /* line 241, ../sass/index-home-gabay/index-footer.scss */
  .footers-right-bottom-icon {
    margin-top: calc(4vw * 9 / 16);
    margin-bottom: calc(14vw * 9 / 16);
    justify-content: center;
    flex-direction: column;
    gap: 10px;
  }
  /* line 248, ../sass/index-home-gabay/index-footer.scss */
  .footers-right-bottom-icon span {
    font-size: calc(5.4vw * 9 / 16);
  }
  /* line 252, ../sass/index-home-gabay/index-footer.scss */
  .footers-right-bottom-icon img {
    height: calc(12.4vw * 9 / 16);
  }
}
/* line 1, ../sass/index-home-gabay/i-slidervertical.scss */
.i-slidervertical {
  position: relative;
  background-color: #fff;
  padding-top: calc(12vw * 9 / 16);
  padding-bottom: calc(12vw * 9 / 16);
  padding: 0 !important;
}
/* line 9, ../sass/index-home-gabay/i-slidervertical.scss */
.i-slidervertical:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: calc(59vw * 9 / 16);
  height: 100%;
  bottom: 0;
  background-color: #58574B !important;
}
/* line 20, ../sass/index-home-gabay/i-slidervertical.scss */
.i-slidervertical::before {
  content: '';
  position: absolute;
  top: 0;
  right: calc(59vw * 9 / 16);
  width: calc(53vw * 9 / 16);
  height: 67%;
  bottom: 0;
  background-color: #409192 !important;
}

/* line 32, ../sass/index-home-gabay/i-slidervertical.scss */
.i-slidervertical-wr {
  position: relative;
}
/* line 36, ../sass/index-home-gabay/i-slidervertical.scss */
.i-slidervertical-wr .swiper-thumbs {
  width: calc(45vw * 9 / 16) !important;
  height: 100%;
  margin-right: 10px;
  margin-right: calc(11vw * 9 / 16);
}
/* line 44, ../sass/index-home-gabay/i-slidervertical.scss */
.i-slidervertical-wr .swiper-thumbs .swiper-slide:last-child {
  margin-bottom: 0 !important;
}
/* line 50, ../sass/index-home-gabay/i-slidervertical.scss */
.i-slidervertical-wr .swiper-thumbs .swiper-slide {
  height: 150px;
  opacity: 1 !important;
  cursor: pointer;
}
/* line 56, ../sass/index-home-gabay/i-slidervertical.scss */
.i-slidervertical-wr .swiper-thumbs .swiper-slide-thumb-active {
  opacity: 1 !important;
}
/* line 60, ../sass/index-home-gabay/i-slidervertical.scss */
.i-slidervertical-wr .swiper-main {
  flex: 1;
  height: 100%;
}
/* line 65, ../sass/index-home-gabay/i-slidervertical.scss */
.i-slidervertical-wr .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 71, ../sass/index-home-gabay/i-slidervertical.scss */
.i-slidervertical-wr .slider-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 80, ../sass/index-home-gabay/i-slidervertical.scss */
.i-slidervertical-wr .swiper-thumbs {
  height: 100%;
}

/* line 85, ../sass/index-home-gabay/i-slidervertical.scss */
.i-slidervertical-wr .swiper-thumbs .swiper-slide {
  height: calc(30vw * 9 / 16) !important;
  opacity: 0.5;
  transition: 0.3s;
}

/* line 91, ../sass/index-home-gabay/i-slidervertical.scss */
.i-slidervertical-wr .swiper-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

/* line 96, ../sass/index-home-gabay/i-slidervertical.scss */
.swiper-mainwrapper {
  position: relative;
  width: calc(86vw * 9 / 16);
  margin: 0 auto;
}
/* line 101, ../sass/index-home-gabay/i-slidervertical.scss */
.swiper-mainwrapper:after {
  content: '';
  position: absolute;
  top: calc(-2vw * 9 / 16);
  right: calc(-2vw * 9 / 16);
  width: calc(30vw * 9 / 16);
  height: calc(43vw * 9 / 16);
  border: 1px solid #fff;
}
/* line 113, ../sass/index-home-gabay/i-slidervertical.scss */
.swiper-mainwrapper .swiper-slide img {
  height: calc(68vw * 9 / 16);
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 122, ../sass/index-home-gabay/i-slidervertical.scss */
  .i-slidervertical {
    background-color: #58574B !important;
  }
  /* line 125, ../sass/index-home-gabay/i-slidervertical.scss */
  .i-slidervertical::after, .i-slidervertical::before {
    display: none !important;
  }

  /* line 132, ../sass/index-home-gabay/i-slidervertical.scss */
  .i-slidervertical-wr .slider-container {
    flex-direction: column-reverse;
  }
  /* line 136, ../sass/index-home-gabay/i-slidervertical.scss */
  .i-slidervertical-wr .swiper-thumbs {
    margin: 0;
    width: 100% !important;
    padding: 0 15px;
  }
  /* line 141, ../sass/index-home-gabay/i-slidervertical.scss */
  .i-slidervertical-wr .swiper-thumbs .swiper-slide {
    height: calc(37vw * 9 / 16) !important;
  }
  /* line 144, ../sass/index-home-gabay/i-slidervertical.scss */
  .i-slidervertical-wr .swiper-thumbs .swiper-slide:first-child {
    margin: 0 !important;
  }

  /* line 153, ../sass/index-home-gabay/i-slidervertical.scss */
  .swiper-mainwrapper {
    width: 93vw;
    margin-bottom: 15px;
  }
  /* line 156, ../sass/index-home-gabay/i-slidervertical.scss */
  .swiper-mainwrapper:after {
    display: none;
  }
  /* line 161, ../sass/index-home-gabay/i-slidervertical.scss */
  .swiper-mainwrapper .swiper-slide img {
    height: calc(110vw * 9 / 16);
  }
}
/* line 33, ../sass/index-home-gabay.scss */
body {
  background-color: #58574B !important;
  color: #Fff;
}
/* line 42, ../sass/index-home-gabay.scss */
body .form-popup .form-popup-close svg path {
  stroke: #000;
}
/* line 52, ../sass/index-home-gabay.scss */
body .form-popup .i-contact-formbody .label input {
  color: #000;
  border-color: #000;
}
/* line 56, ../sass/index-home-gabay.scss */
body .form-popup .i-contact-formbody .label input::placeholder {
  color: #000;
}
/* line 65, ../sass/index-home-gabay.scss */
body .form-popup .i-contact-formbody .labelcheckbox span {
  color: #000;
}

/* line 77, ../sass/index-home-gabay.scss */
.fix-contact .fill-333333 {
  fill: #65C865;
}
/* line 81, ../sass/index-home-gabay.scss */
.fix-contact .fill-ffffff {
  fill: #fff;
}
/* line 85, ../sass/index-home-gabay.scss */
.fix-contact:after {
  border-color: #65C865;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 92, ../sass/index-home-gabay.scss */
  .fix-contact {
    bottom: 25px;
    right: 25px;
  }
  /* line 98, ../sass/index-home-gabay.scss */
  .fix-contact a svg {
    width: 50px;
    height: 50px;
  }
  /* line 104, ../sass/index-home-gabay.scss */
  .fix-contact:after {
    width: 50px;
    height: 50px;
    margin: -21px 0 0 -31px;
  }
}
