/* line 1, ../sass/case-post/cp-top.scss */
.CP-Top {
  position: relative;
  color: #fff;
}
/* line 5, ../sass/case-post/cp-top.scss */
.CP-Top .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 12, ../sass/case-post/cp-top.scss */
.CP-Top .bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}
/* line 21, ../sass/case-post/cp-top.scss */
.CP-Top .breadcrumb {
  color: #fff;
}
/* line 25, ../sass/case-post/cp-top.scss */
.CP-Top .container {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
  height: calc(100vh - var(--header-height));
  max-height: calc(100vw * 9 / 16 - var(--header-height));
}

/* line 45, ../sass/case-post/cp-top.scss */
.lang-he .CP-Top {
  direction: rtl;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 53, ../sass/case-post/cp-top.scss */
  .CP-Top .container {
    height: 100vw;
    max-height: initial;
  }
  /* line 57, ../sass/case-post/cp-top.scss */
  .CP-Top .container .site-title {
    line-height: 1.1;
  }
  /* line 61, ../sass/case-post/cp-top.scss */
  .CP-Top .container.section-padding.last {
    padding-bottom: 20px;
  }
}
/* line 1, ../sass/case-post/cp-task.scss */
.CP-Task {
  position: relative;
}
/* line 4, ../sass/case-post/cp-task.scss */
.CP-Task .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 18, ../sass/case-post/cp-task.scss */
.CP-Task .col {
  width: calc((100% - 100px) / 2);
}
/* line 21, ../sass/case-post/cp-task.scss */
.CP-Task .col .site-title {
  margin-bottom: 10px;
}
/* line 25, ../sass/case-post/cp-task.scss */
.CP-Task .col .site-text {
  line-height: 2;
}

/* line 32, ../sass/case-post/cp-task.scss */
.lang-he .CP-Task {
  direction: rtl;
}

@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 40, ../sass/case-post/cp-task.scss */
  .CP-Task .col {
    width: calc((100% - 80px) / 2);
  }
  /* line 43, ../sass/case-post/cp-task.scss */
  .CP-Task .col .site-title {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 54, ../sass/case-post/cp-task.scss */
  .CP-Task .col {
    width: calc((100% - 50px) / 2);
  }
  /* line 57, ../sass/case-post/cp-task.scss */
  .CP-Task .col .site-title {
    margin-bottom: 5px;
  }
  /* line 61, ../sass/case-post/cp-task.scss */
  .CP-Task .col .site-text {
    line-height: 1.6;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 72, ../sass/case-post/cp-task.scss */
  .CP-Task .container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    gap: 20px 0;
  }
  /* line 81, ../sass/case-post/cp-task.scss */
  .CP-Task .col {
    width: 100%;
  }
  /* line 84, ../sass/case-post/cp-task.scss */
  .CP-Task .col .site-title {
    margin-bottom: 5px;
  }
  /* line 88, ../sass/case-post/cp-task.scss */
  .CP-Task .col .site-text {
    line-height: 1.6;
  }
}
/* line 1, ../sass/case-post/cp-gal.scss */
.CP-Gal {
  position: relative;
}
/* line 4, ../sass/case-post/cp-gal.scss */
.CP-Gal .grid-item {
  display: block;
  overflow: hidden;
  isolation: isolate;
  width: calc((100% - 30px) / 3);
  margin-bottom: 15px;
}
/* line 11, ../sass/case-post/cp-gal.scss */
.CP-Gal .grid-item picture {
  display: block;
}
/* line 14, ../sass/case-post/cp-gal.scss */
.CP-Gal .grid-item picture img {
  display: block;
  width: 100%;
  transition: 0.3s ease all;
}
@media (hover: hover) {
  /* line 24, ../sass/case-post/cp-gal.scss */
  .CP-Gal .grid-item:hover picture img {
    transform: scale(1.1);
  }
}

/* line 34, ../sass/case-post/cp-gal.scss */
.lang-he .CP-Gal {
  direction: rtl;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 42, ../sass/case-post/cp-gal.scss */
  .CP-Gal .grid-item {
    width: calc((100% - 15px) / 2);
  }
}
/* line 1, ../sass/projects/reviews-video.scss */
.rev {
  position: relative;
  overflow: hidden;
}

/* line 6, ../sass/projects/reviews-video.scss */
.rev-wr {
  position: initial !important;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}
/* line 22, ../sass/projects/reviews-video.scss */
.rev-wr .chunk-review {
  width: 400px;
  margin-left: calc((100% - 1200px) / 2);
}

/* line 28, ../sass/projects/reviews-video.scss */
.rev-slider {
  position: relative;
  overflow: hidden;
  width: calc(100% - 400px - 30px - (100% - 1200px) / 2);
  transform: translateY(-15px);
  --swiper-navigation-sides-offset: 85px;
}
/* line 35, ../sass/projects/reviews-video.scss */
.rev-slider .swiper-button-next, .rev-slider .swiper-button-prev {
  display: none;
  width: 70px;
  height: 70px;
  background: #006adb;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
/* line 44, ../sass/projects/reviews-video.scss */
.rev-slider .swiper-button-next:After, .rev-slider .swiper-button-prev:After {
  font-size: 22px;
  color: #fff;
}
/* line 49, ../sass/projects/reviews-video.scss */
.rev-slider .swiper-button-next:hover, .rev-slider .swiper-button-prev:hover {
  opacity: 1;
}
/* line 53, ../sass/projects/reviews-video.scss */
.rev-slider .swiper-button-next.swiper-button-disabled, .rev-slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
  pointer-events: none !important;
}
/* line 59, ../sass/projects/reviews-video.scss */
.rev-slider .swiper-pagination {
  position: relative;
  margin: 0;
  bottom: initial;
  margin-top: 10px;
}
@media (hover: hover) {
  /* line 67, ../sass/projects/reviews-video.scss */
  .rev-slider .swiper-button-next, .rev-slider .swiper-button-prev {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  /* line 75, ../sass/projects/reviews-video.scss */
  .rev-slider .swiper-pagination {
    display: none;
  }
}

/* line 81, ../sass/projects/reviews-video.scss */
.rev-slider-box {
  width: 300px !important;
  overflow: hidden;
  max-width: 300px;
  display: block;
  position: relative;
}
/* line 89, ../sass/projects/reviews-video.scss */
.rev-slider-box .mockup {
  width: 100%;
  display: block;
  aspect-ratio: 1 / 2;
}
/* line 95, ../sass/projects/reviews-video.scss */
.rev-slider-box .image {
  display: block;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin: 15px;
  border-radius: 34px;
  overflow: hidden;
  object-fit: cover;
}

/* line 110, ../sass/projects/reviews-video.scss */
.fancybox__footer {
  display: none !important;
}

/* line 116, ../sass/projects/reviews-video.scss */
.lang-he .rev {
  direction: rtl;
}
/* line 121, ../sass/projects/reviews-video.scss */
.lang-he .rev-wr .chunk-review {
  margin-right: calc((100% - 1200px) / 2);
  margin-left: 0;
}
/* line 128, ../sass/projects/reviews-video.scss */
.lang-he .rev-slider .swiper-button-next, .lang-he .rev-slider .swiper-button-prev {
  transform: rotate(0deg);
}

@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 137, ../sass/projects/reviews-video.scss */
  .rev-wr .chunk-review {
    width: 340px;
    margin-left: calc((100% - 960px) / 2);
  }

  /* line 143, ../sass/projects/reviews-video.scss */
  .rev-slider {
    width: calc(100% - 340px - 30px - (100% - 960px) / 2);
  }
  /* line 146, ../sass/projects/reviews-video.scss */
  .rev-slider .swiper-button-next, .rev-slider .swiper-button-prev {
    width: 56px;
    height: 56px;
  }
  /* line 150, ../sass/projects/reviews-video.scss */
  .rev-slider .swiper-button-next:After, .rev-slider .swiper-button-prev:After {
    font-size: 18px;
  }

  /* line 156, ../sass/projects/reviews-video.scss */
  .rev-slider-box {
    width: 240px !important;
    max-width: 240px;
  }
  /* line 160, ../sass/projects/reviews-video.scss */
  .rev-slider-box .image {
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    margin: 12px;
    border-radius: 27px;
  }

  /* line 170, ../sass/projects/reviews-video.scss */
  .lang-he .rev-wr .chunk-review {
    margin-right: calc((100% - 960px) / 2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 180, ../sass/projects/reviews-video.scss */
  .rev-wr .chunk-review {
    width: 340px;
    margin-left: calc((100% - 738px) / 2);
  }

  /* line 186, ../sass/projects/reviews-video.scss */
  .rev-slider {
    transform: translateY(0px);
    width: calc(100% - 340px - 30px - (100% - 738px) / 2);
  }
  /* line 190, ../sass/projects/reviews-video.scss */
  .rev-slider .swiper-button-next, .rev-slider .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  /* line 194, ../sass/projects/reviews-video.scss */
  .rev-slider .swiper-button-next:After, .rev-slider .swiper-button-prev:After {
    font-size: 16px;
  }

  /* line 200, ../sass/projects/reviews-video.scss */
  .rev-slider-box {
    width: 240px !important;
    max-width: 240px;
  }
  /* line 204, ../sass/projects/reviews-video.scss */
  .rev-slider-box .image {
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    margin: 12px;
    border-radius: 27px;
  }

  /* line 214, ../sass/projects/reviews-video.scss */
  .lang-he .rev-wr .chunk-review {
    margin-right: calc((100% - 738px) / 2);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 224, ../sass/projects/reviews-video.scss */
  .rev-wr .chunk-review {
    width: calc(100% - 30px);
    max-width: 340px;
    margin: 0 auto;
  }

  /* line 231, ../sass/projects/reviews-video.scss */
  .rev-slider {
    transform: translateY(0px);
    width: calc(100% - 30px);
    margin: 0 auto;
    margin-top: 30px;
  }
  /* line 237, ../sass/projects/reviews-video.scss */
  .rev-slider .swiper-button-next, .rev-slider .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  /* line 241, ../sass/projects/reviews-video.scss */
  .rev-slider .swiper-button-next:After, .rev-slider .swiper-button-prev:After {
    font-size: 16px;
  }

  /* line 247, ../sass/projects/reviews-video.scss */
  .rev-slider-box {
    width: 220px !important;
    max-width: 220px;
  }
  /* line 251, ../sass/projects/reviews-video.scss */
  .rev-slider-box .image {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin: 10px;
    border-radius: 26px;
  }

  /* line 261, ../sass/projects/reviews-video.scss */
  .lang-he .rev-wr .chunk-review {
    margin: 0 auto;
  }
}
/* line 1, ../sass/cases/cases-result.scss */
.CaseResult {
  position: relative;
  margin-top: 50px;
}
/* line 5, ../sass/cases/cases-result.scss */
.CaseResult .main {
  margin-bottom: 50px;
}
/* line 9, ../sass/cases/cases-result.scss */
.CaseResult .result {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
/* line 22, ../sass/cases/cases-result.scss */
.CaseResult .result.margin {
  margin: 60px 0;
}

/* line 28, ../sass/cases/cases-result.scss */
.CaseTPL {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px;
  width: calc((100% - 12px * 2) / 3);
  height: 392px;
  padding: 15px;
}
/* line 48, ../sass/cases/cases-result.scss */
.CaseTPL.half {
  width: calc((100% - 12px) / 2);
  height: 594px;
  padding: 25px;
}
/* line 54, ../sass/cases/cases-result.scss */
.CaseTPL .img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 62, ../sass/cases/cases-result.scss */
.CaseTPL .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease all;
}
/* line 71, ../sass/cases/cases-result.scss */
.CaseTPL .name {
  position: relative;
  -ms-align-self: flex-start;
  align-self: flex-start;
  z-index: 2;
  line-height: 1.1;
  background: #fff;
  padding: 6px 12px;
  border-radius: 10px;
}
/* line 82, ../sass/cases/cases-result.scss */
.CaseTPL .link {
  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;
  transition: 0.3s ease all;
  -ms-align-self: flex-end;
  align-self: flex-end;
  z-index: 2;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
}
/* line 101, ../sass/cases/cases-result.scss */
.CaseTPL .link svg, .CaseTPL .link img {
  display: block;
  width: 40%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  transform: rotate(-45deg);
}
@media (hover: hover) {
  /* line 114, ../sass/cases/cases-result.scss */
  .CaseTPL:hover .img img {
    transform: scale(1.1);
  }
  /* line 119, ../sass/cases/cases-result.scss */
  .CaseTPL:hover .link {
    background: #006adb;
    color: #fff;
  }
}

/* line 128, ../sass/cases/cases-result.scss */
.lang-he .CaseResult {
  direction: rtl;
}
/* line 134, ../sass/cases/cases-result.scss */
.lang-he .CaseTPL .link svg, .lang-he .CaseTPL .link img {
  transform: rotate(-135deg);
}

@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 143, ../sass/cases/cases-result.scss */
  .CaseResult {
    margin-top: 40px;
  }
  /* line 146, ../sass/cases/cases-result.scss */
  .CaseResult .main {
    margin-bottom: 40px;
  }
  /* line 150, ../sass/cases/cases-result.scss */
  .CaseResult .result {
    gap: 10px;
  }
  /* line 153, ../sass/cases/cases-result.scss */
  .CaseResult .result.margin {
    margin: 48px 0;
  }

  /* line 159, ../sass/cases/cases-result.scss */
  .CaseTPL {
    border-radius: 16px;
    width: calc((100% - 10px * 2) / 3);
    height: 313px;
    padding: 12px;
  }
  /* line 166, ../sass/cases/cases-result.scss */
  .CaseTPL.half {
    width: calc((100% - 10px) / 2);
    height: 475px;
    padding: 20px;
  }
  /* line 172, ../sass/cases/cases-result.scss */
  .CaseTPL .name {
    padding: 5px 10px;
    border-radius: 8px;
  }
  /* line 177, ../sass/cases/cases-result.scss */
  .CaseTPL .link {
    width: 42px;
    height: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 187, ../sass/cases/cases-result.scss */
  .CaseResult {
    margin-top: 30px;
  }
  /* line 190, ../sass/cases/cases-result.scss */
  .CaseResult .main {
    margin-bottom: 30px;
  }
  /* line 194, ../sass/cases/cases-result.scss */
  .CaseResult .result {
    gap: 10px;
  }
  /* line 197, ../sass/cases/cases-result.scss */
  .CaseResult .result.margin {
    margin: 35px 0;
  }

  /* line 203, ../sass/cases/cases-result.scss */
  .CaseTPL {
    border-radius: 16px;
    width: calc((100% - 10px) / 2);
    height: 363px;
    padding: 15px;
  }
  /* line 209, ../sass/cases/cases-result.scss */
  .CaseTPL.half {
    width: calc((100% - 10px) / 2);
    height: 363px;
    padding: 15px;
  }
  /* line 215, ../sass/cases/cases-result.scss */
  .CaseTPL .name {
    padding: 5px 10px;
    border-radius: 8px;
  }
  /* line 220, ../sass/cases/cases-result.scss */
  .CaseTPL .link {
    width: 42px;
    height: 42px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 230, ../sass/cases/cases-result.scss */
  .CaseResult {
    margin-top: 20px;
  }
  /* line 233, ../sass/cases/cases-result.scss */
  .CaseResult .result {
    gap: 15px;
  }
  /* line 236, ../sass/cases/cases-result.scss */
  .CaseResult .result.margin {
    margin: 25px 0;
  }

  /* line 242, ../sass/cases/cases-result.scss */
  .CaseTPL {
    border-radius: 15px;
    width: 100%;
    height: calc(100vw - 30px);
    padding: 15px;
  }
  /* line 248, ../sass/cases/cases-result.scss */
  .CaseTPL.half {
    width: 100%;
    height: calc(100vw - 30px);
    padding: 15px;
  }
  /* line 254, ../sass/cases/cases-result.scss */
  .CaseTPL .name {
    padding: 5px 10px;
    border-radius: 8px;
  }
  /* line 259, ../sass/cases/cases-result.scss */
  .CaseTPL .link {
    width: 42px;
    height: 42px;
  }
}
/* line 14, ../sass/case-post.scss */
.lang-he .rev-wr {
  direction: rtl;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 21, ../sass/case-post.scss */
  .CaseTPL:nth-child(3) {
    display: none;
  }
}
