@charset "UTF-8";
@font-face {
  font-family: 'NarkissBlock-Regular';
  src: url("../fonts/NarkissBlock-Regular.woff") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: 'NarkissBlock-Black';
  src: url("../fonts/NarkissBlock-Black.woff") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: 'NarkissBlock-Bold';
  src: url("../fonts/NarkissBlock-Bold.woff") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: 'NarkissBlock-Light';
  src: url("../fonts/NarkissBlock-Light.woff") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: 'NarkissBlock-Extralight';
  src: url("../fonts/NarkissBlock-Extralight.woff") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: 'NarkissBlock-Medium';
  src: url("../fonts/NarkissBlock-Medium.woff") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: 'NarkissBlock-Hairline';
  src: url("../fonts/NarkissBlock-Hairline.woff") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: 'NarkissBlock-Heavy';
  src: url("../fonts/NarkissBlock-Heavy.woff") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: 'NarkissBlock-Semibold';
  src: url("../fonts/NarkissBlock-Semibold.woff") format("opentype");
  font-display: swap;
}
/* line 56, ../sass/all/base.scss */
.w100 {
  width: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1, ../sass/jaffa-landing/jl-top.scss */
.jl-top {
  position: relative;
}
/* line 4, ../sass/jaffa-landing/jl-top.scss */
.jl-top .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/* line 12, ../sass/jaffa-landing/jl-top.scss */
.jl-top .bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 20, ../sass/jaffa-landing/jl-top.scss */
.jl-top .img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
/* line 27, ../sass/jaffa-landing/jl-top.scss */
.jl-top .img img {
  display: block;
  width: 100%;
}
/* line 33, ../sass/jaffa-landing/jl-top.scss */
.jl-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;
  -ms-align-items: center;
  align-items: center;
  z-index: 3;
  height: calc(100vw * 10 / 14);
  padding-top: calc(105px + 50px);
}
/* line 52, ../sass/jaffa-landing/jl-top.scss */
.jl-top .jl-top-logo {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}
/* line 59, ../sass/jaffa-landing/jl-top.scss */
.jl-top .jl-top-logo img {
  display: block;
  height: 100px;
  width: auto;
}
@media (hover: hover) {
  /* line 66, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .jl-top-logo:hover {
    opacity: 0.7;
  }
}
/* line 72, ../sass/jaffa-landing/jl-top.scss */
.jl-top .top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}
/* line 87, ../sass/jaffa-landing/jl-top.scss */
.jl-top .title {
  direction: ltr;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  font-family: auto;
  line-height: 0.8;
  font-size: 180px;
}
/* line 96, ../sass/jaffa-landing/jl-top.scss */
.jl-top .title span {
  display: block;
  font-size: 80px;
}
/* line 102, ../sass/jaffa-landing/jl-top.scss */
.jl-top .bird {
  position: absolute;
  top: -25px;
  left: -60px;
  width: 70px;
}
/* line 109, ../sass/jaffa-landing/jl-top.scss */
.jl-top .undertitle {
  position: relative;
  text-align: center;
  color: #5954a4;
  font-family: var(--font-family-semibold);
  margin-top: 2px;
  font-size: 44px;
}
/* line 118, ../sass/jaffa-landing/jl-top.scss */
.jl-top .info {
  position: relative;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-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: center;
  gap: 0 10px;
  border-top: 3px solid #000;
  margin-top: 5px;
  width: 500px;
  padding-top: 15px;
}
/* line 139, ../sass/jaffa-landing/jl-top.scss */
.jl-top .info .number {
  direction: ltr;
  font-family: auto;
  font-size: 122px;
  line-height: 0.8;
}
/* line 146, ../sass/jaffa-landing/jl-top.scss */
.jl-top .info .text {
  font-family: var(--font-family-semibold);
  line-height: 0.8;
  font-size: 60px;
}
/* line 153, ../sass/jaffa-landing/jl-top.scss */
.jl-top .time {
  position: relative;
  text-align: center;
  width: 500px;
  font-size: 32px;
}
/* line 159, ../sass/jaffa-landing/jl-top.scss */
.jl-top .time:after, .jl-top .time:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  height: 3px;
  width: 100px;
  background: #000;
  margin-top: -2px;
}
/* line 171, ../sass/jaffa-landing/jl-top.scss */
.jl-top .time:after {
  left: auto;
  right: 0;
}
/* line 177, ../sass/jaffa-landing/jl-top.scss */
.jl-top .undertime {
  text-align: center;
  line-height: 0.8;
  font-size: 32px;
}
/* line 183, ../sass/jaffa-landing/jl-top.scss */
.jl-top .bot {
  margin-top: auto;
  text-align: center;
  color: #fff;
  font-family: var(--font-family-semibold);
  font-size: 70px;
  line-height: 0.8;
  max-width: 1100px;
  padding-bottom: 20px;
}

/* line 196, ../sass/jaffa-landing/jl-top.scss */
body:not(.dir-ltr) .jl-top {
  direction: rtl;
}

@media only screen and (min-width: 1341px) and (max-width: 1599px) {
  /* line 204, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .container {
    padding-top: calc(105px + 50px);
    height: calc(100vw * 11 / 14);
  }
  /* line 210, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .jl-top-logo img {
    height: 90px;
  }
  /* line 215, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .title {
    font-size: 162px;
  }
  /* line 218, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .title span {
    font-size: 72px;
  }
  /* line 223, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .bird {
    top: -22px;
    left: -54px;
    width: 63px;
  }
  /* line 229, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .undertitle {
    margin-top: 2px;
    font-size: 40px;
  }
  /* line 234, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .info {
    gap: 0 10px;
    border-top: 3px solid #000;
    margin-top: 5px;
    width: 450px;
    padding-top: 15px;
  }
  /* line 241, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .info .number {
    font-size: 110px;
  }
  /* line 245, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .info .text {
    font-size: 54px;
  }
  /* line 250, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .time {
    width: 450px;
    font-size: 28px;
  }
  /* line 254, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .time:after, .jl-top .time:before {
    width: 95px;
  }
  /* line 259, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .undertime {
    font-size: 28px;
  }
  /* line 263, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .bot {
    font-size: 62px;
    padding-bottom: 18px;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1340px) {
  /* line 274, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .container {
    padding-top: calc(105px + 30px);
    height: calc(100vw * 11 / 14);
  }
  /* line 280, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .jl-top-logo img {
    height: 80px;
  }
  /* line 285, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .title {
    font-size: 146px;
  }
  /* line 288, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .title span {
    font-size: 64px;
  }
  /* line 293, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .bird {
    top: -20px;
    left: -48px;
    width: 56px;
  }
  /* line 299, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .undertitle {
    margin-top: 2px;
    font-size: 36px;
  }
  /* line 304, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .info {
    gap: 0 10px;
    border-top: 3px solid #000;
    margin-top: 5px;
    width: 420px;
    padding-top: 15px;
  }
  /* line 311, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .info .number {
    font-size: 100px;
  }
  /* line 315, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .info .text {
    font-size: 48px;
  }
  /* line 320, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .time {
    width: 420px;
    font-size: 26px;
  }
  /* line 324, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .time:after, .jl-top .time:before {
    width: 85px;
  }
  /* line 329, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .undertime {
    font-size: 26px;
  }
  /* line 333, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .bot {
    font-size: 50px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 344, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .container {
    padding-top: calc(105px + 25px);
    height: calc(100vw * 9 / 11);
  }
  /* line 350, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .jl-top-logo img {
    height: 65px;
  }
  /* line 355, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .title {
    font-size: 116px;
  }
  /* line 358, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .title span {
    font-size: 50px;
  }
  /* line 363, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .bird {
    top: -16px;
    left: -38px;
    width: 44px;
  }
  /* line 369, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .undertitle {
    margin-top: 2px;
    font-size: 28px;
  }
  /* line 374, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .info {
    gap: 0 10px;
    border-top: 2px solid #000;
    margin-top: 5px;
    width: 320px;
    padding-top: 10px;
  }
  /* line 381, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .info .number {
    font-size: 80px;
  }
  /* line 385, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .info .text {
    font-size: 38px;
  }
  /* line 390, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .time {
    width: 320px;
    font-size: 22px;
  }
  /* line 394, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .time:after, .jl-top .time:before {
    height: 2px;
    width: 60px;
  }
  /* line 400, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .undertime {
    font-size: 22px;
  }
  /* line 404, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .bot {
    font-size: 40px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 415, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .container {
    padding-top: 80px;
    height: calc(100vw * 13 / 16);
  }
  /* line 421, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .jl-top-logo img {
    height: 50px;
  }
  /* line 426, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .title {
    font-size: 90px;
  }
  /* line 429, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .title span {
    font-size: 38px;
  }
  /* line 434, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .bird {
    top: -12px;
    left: -30px;
    width: 34px;
  }
  /* line 440, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .undertitle {
    margin-top: 2px;
    font-size: 22px;
  }
  /* line 445, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .info {
    gap: 0 10px;
    border-top: 2px solid #000;
    margin-top: 5px;
    width: 260px;
    padding-top: 5px;
  }
  /* line 452, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .info .number {
    font-size: 60px;
  }
  /* line 456, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .info .text {
    font-size: 30px;
  }
  /* line 461, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .time {
    width: 260px;
    font-size: 20px;
  }
  /* line 465, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .time:after, .jl-top .time:before {
    height: 2px;
    width: 40px;
  }
  /* line 471, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .undertime {
    font-size: 20px;
  }
  /* line 475, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .bot {
    font-size: 30px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 486, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .container {
    height: initial;
    max-height: initial;
    padding-top: 70px;
    padding-bottom: 185px;
  }
  /* line 493, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .jl-top-logo {
    top: 7px;
  }
  /* line 496, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .jl-top-logo img {
    height: 45px;
  }
  /* line 501, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .title {
    font-size: 90px;
  }
  /* line 504, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .title span {
    font-size: 38px;
  }
  /* line 509, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .bird {
    top: -12px;
    left: -30px;
    width: 34px;
  }
  /* line 515, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .undertitle {
    margin-top: 2px;
    font-size: 22px;
  }
  /* line 520, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .info {
    gap: 0 10px;
    border-top: 2px solid #000;
    margin-top: 5px;
    width: 260px;
    padding-top: 5px;
  }
  /* line 527, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .info .number {
    font-size: 60px;
  }
  /* line 531, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .info .text {
    font-size: 30px;
  }
  /* line 536, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .time {
    width: 260px;
    font-size: 20px;
  }
  /* line 540, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .time:after, .jl-top .time:before {
    height: 2px;
    width: 40px;
  }
  /* line 546, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .undertime {
    font-size: 20px;
  }
  /* line 550, ../sass/jaffa-landing/jl-top.scss */
  .jl-top .bot {
    margin-top: 70px;
    font-size: 30px;
    padding-bottom: 20px;
  }
}
/* line 1, ../sass/jaffa-landing/jl-proj.scss */
.jl-proj {
  position: relative;
  padding: calc(10vw * 9 / 16) 0;
}
/* line 5, ../sass/jaffa-landing/jl-proj.scss */
.jl-proj .container {
  width: 1440px;
  max-width: calc(100% - 30px);
}
/* line 10, ../sass/jaffa-landing/jl-proj.scss */
.jl-proj .site-title {
  font-family: var(--font-family);
  line-height: 0.9;
  margin-bottom: 50px;
}
/* line 16, ../sass/jaffa-landing/jl-proj.scss */
.jl-proj .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: 60px 30px;
}
/* line 30, ../sass/jaffa-landing/jl-proj.scss */
.jl-proj .btn-wr {
  margin-top: 60px;
}
/* line 33, ../sass/jaffa-landing/jl-proj.scss */
.jl-proj .btn-wr .site-title {
  font-family: var(--font-family-semibold);
  margin-bottom: 10px;
}
/* line 38, ../sass/jaffa-landing/jl-proj.scss */
.jl-proj .btn-wr .site-text {
  margin-bottom: 20px;
}

/* line 44, ../sass/jaffa-landing/jl-proj.scss */
.jl-proj-tpl {
  position: relative;
  width: calc((100% - 30px) / 2);
}
@media (hover: hover) {
  /* line 52, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl:hover .jl-proj-tpl-top .logo img {
    transform: translateY(-20%);
  }
  /* line 58, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl:hover .callback-open {
    transform: translateY(0);
  }
}

/* line 65, ../sass/jaffa-landing/jl-proj.scss */
.jl-proj-tpl-top {
  position: relative;
}
/* line 68, ../sass/jaffa-landing/jl-proj.scss */
.jl-proj-tpl-top .logo {
  position: relative;
  display: block;
  height: 100px;
}
/* line 73, ../sass/jaffa-landing/jl-proj.scss */
.jl-proj-tpl-top .logo img {
  display: block;
  height: 100%;
  margin: 0 auto;
  transition: 0.3s ease all;
  height: 144% !important;
  transform: translateY(-20%);
}
@media (hover: hover) {
  /* line 83, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-top .logo img {
    height: 150%;
  }
}

/* line 90, ../sass/jaffa-landing/jl-proj.scss */
.jl-proj-tpl-menu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 2;
}
/* line 97, ../sass/jaffa-landing/jl-proj.scss */
.jl-proj-tpl-menu .jl-proj-tpl-menu-open {
  display: block;
  position: relative;
  z-index: 2;
  width: 34px;
  height: 34px;
  cursor: pointer;
  padding: 5px;
  border-radius: 3px;
  background: var(--color-active);
}
/* line 110, ../sass/jaffa-landing/jl-proj.scss */
.jl-proj-tpl-menu.show .jl-proj-tpl-menu-wr {
  visibility: visible;
}
/* line 114, ../sass/jaffa-landing/jl-proj.scss */
.jl-proj-tpl-menu.show .jl-proj-tpl-menu-inner {
  opacity: 1;
}
@media (hover: hover) {
  /* line 121, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-menu:hover .jl-proj-tpl-menu-open {
    background: var(--color-green);
  }
  /* line 125, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-menu:hover .jl-proj-tpl-menu-wr {
    visibility: visible;
  }
  /* line 129, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-menu:hover .jl-proj-tpl-menu-inner {
    opacity: 1;
  }
}

/* line 136, ../sass/jaffa-landing/jl-proj.scss */
.jl-proj-tpl-menu-wr {
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
}

/* line 143, ../sass/jaffa-landing/jl-proj.scss */
.jl-proj-tpl-menu-inner {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 45px;
  margin-top: 36px;
  background: #fff;
  padding: 8px;
  border-radius: 16px;
  width: 250px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* line 155, ../sass/jaffa-landing/jl-proj.scss */
.jl-proj-tpl-menu-row {
  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: space-between;
  cursor: pointer;
  transition: 0.3s ease all;
  font-size: 18px;
  gap: 0 8px;
  border-radius: 8px;
  padding: 16px;
}
/* line 172, ../sass/jaffa-landing/jl-proj.scss */
.jl-proj-tpl-menu-row svg {
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
}
@media (hover: hover) {
  /* line 180, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-menu-row:hover {
    background: rgba(175, 188, 227, 0.2);
  }
}

/* line 186, ../sass/jaffa-landing/jl-proj.scss */
.jl-proj-tpl-inner {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: 15px;
  box-shadow: 0 100px 80px rgba(0, 0, 0, 0.06), 0 36.5016px 29.2013px rgba(0, 0, 0, 0.041), 0 17.7209px 14.1767px rgba(0, 0, 0, 0.033), 0 8.6871px 6.9497px rgba(0, 0, 0, 0.027), 0 3.4349px 2.7479px rgba(0, 0, 0, 0.019);
}

/* line 199, ../sass/jaffa-landing/jl-proj.scss */
.jl-proj-tpl-mid {
  position: relative;
  height: 440px;
}
/* line 203, ../sass/jaffa-landing/jl-proj.scss */
.jl-proj-tpl-mid .main-gal, .jl-proj-tpl-mid .plan-gal {
  overflow: hidden;
  isolation: isolate;
  border-radius: 15px;
}
/* line 208, ../sass/jaffa-landing/jl-proj.scss */
.jl-proj-tpl-mid .main-gal img, .jl-proj-tpl-mid .plan-gal img {
  display: block;
  width: 100%;
  height: 440px;
  object-fit: cover;
}
/* line 216, ../sass/jaffa-landing/jl-proj.scss */
.jl-proj-tpl-mid .hot-zones-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  /* Убедитесь, что он выше слайдера */
  display: flex;
  /* Чтобы дочерние div'ы располагались в ряд */
  pointer-events: none;
  /* Изначально не будет перехватывать события мыши */
  /* background-color: rgba(0, 255, 0, 0.1); /* Для отладки, чтобы видеть зоны */
}
/* line 228, ../sass/jaffa-landing/jl-proj.scss */
.jl-proj-tpl-mid .hot-zone-item {
  height: 100%;
  flex-grow: 1;
  /* Чтобы равномерно распределить ширину */
  /* border: 1px solid red; /* Для отладки */
  pointer-events: auto;
  /* Разрешаем этим элементам перехватывать события мыши */
}
/* line 235, ../sass/jaffa-landing/jl-proj.scss */
.jl-proj-tpl-mid .plan-gal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  background: #fff;
}
/* line 246, ../sass/jaffa-landing/jl-proj.scss */
.jl-proj-tpl-mid .plan-gal.show {
  visibility: visible;
  opacity: 1;
}
/* line 251, ../sass/jaffa-landing/jl-proj.scss */
.jl-proj-tpl-mid .plan-gal img {
  object-fit: contain;
}
/* line 256, ../sass/jaffa-landing/jl-proj.scss */
.jl-proj-tpl-mid .swiper-pagination-bullet {
  opacity: 1;
  background: var(--color-active);
}
/* line 260, ../sass/jaffa-landing/jl-proj.scss */
.jl-proj-tpl-mid .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-blue);
}
/* line 265, ../sass/jaffa-landing/jl-proj.scss */
.jl-proj-tpl-mid .desc {
  position: absolute;
  isolation: isolate;
  border-radius: 13px;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 24px;
  padding-top: 52px;
  overflow: auto;
  background: #f3f6fb;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease all;
}
/* line 283, ../sass/jaffa-landing/jl-proj.scss */
.jl-proj-tpl-mid .desc.show {
  opacity: 1;
  visibility: visible;
}
/* line 289, ../sass/jaffa-landing/jl-proj.scss */
.jl-proj-tpl-mid .close {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 12;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  font-size: 15px;
  background: var(--color-active);
  color: var(--color-blue);
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}
@media (hover: hover) {
  /* line 313, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-mid .close:hover {
    background: var(--color-blue);
    color: #fff;
  }
}
/* line 320, ../sass/jaffa-landing/jl-proj.scss */
.jl-proj-tpl-mid .callback-wr {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  z-index: 9;
  overflow: hidden;
  height: 37px;
  text-align: center;
}
/* line 331, ../sass/jaffa-landing/jl-proj.scss */
.jl-proj-tpl-mid .callback-open {
  background: var(--color-green);
  color: var(--color-blue);
  transform: translateY(100%);
  font-size: 16px;
}
@media (hover: hover) {
  /* line 338, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-mid .callback-open:hover {
    background: var(--color-active);
  }
}

/* line 345, ../sass/jaffa-landing/jl-proj.scss */
.jl-proj-tpl-bot {
  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;
  gap: 18px 0;
  background: #fff;
  padding: 24px;
}
/* line 361, ../sass/jaffa-landing/jl-proj.scss */
.jl-proj-tpl-bot .flex {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  gap: 0 12px;
}
/* line 372, ../sass/jaffa-landing/jl-proj.scss */
.jl-proj-tpl-bot .name {
  font-size: 28px;
}
/* line 376, ../sass/jaffa-landing/jl-proj.scss */
.jl-proj-tpl-bot .price {
  position: relative;
  min-width: max-content;
  color: var(--color-violet);
  font-size: 26px;
}
/* line 382, ../sass/jaffa-landing/jl-proj.scss */
.jl-proj-tpl-bot .price small {
  font-size: 0.7em;
}
/* line 387, ../sass/jaffa-landing/jl-proj.scss */
.jl-proj-tpl-bot .city {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  line-height: 1;
  gap: 0 5px;
  font-size: 16px;
}
/* line 400, ../sass/jaffa-landing/jl-proj.scss */
.jl-proj-tpl-bot .city svg {
  display: block;
  width: 20px;
  min-width: 20px;
  height: 20px;
}
/* line 408, ../sass/jaffa-landing/jl-proj.scss */
.jl-proj-tpl-bot .site-btn {
  font-size: 16px;
}

/* line 414, ../sass/jaffa-landing/jl-proj.scss */
body:not(.dir-ltr) .jl-proj {
  direction: rtl;
}
/* line 418, ../sass/jaffa-landing/jl-proj.scss */
body:not(.dir-ltr) .jl-proj-tpl-menu-row {
  font-size: 22px;
}
/* line 424, ../sass/jaffa-landing/jl-proj.scss */
body:not(.dir-ltr) .jl-proj-tpl-mid .desc {
  font-size: 24px;
}
/* line 428, ../sass/jaffa-landing/jl-proj.scss */
body:not(.dir-ltr) .jl-proj-tpl-mid .close {
  left: 10px;
  right: auto;
}
/* line 433, ../sass/jaffa-landing/jl-proj.scss */
body:not(.dir-ltr) .jl-proj-tpl-mid .callback-open {
  font-size: 18px;
}
/* line 439, ../sass/jaffa-landing/jl-proj.scss */
body:not(.dir-ltr) .jl-proj-tpl-bot .name {
  font-size: 34px;
}
/* line 443, ../sass/jaffa-landing/jl-proj.scss */
body:not(.dir-ltr) .jl-proj-tpl-bot .city {
  font-size: 20px;
}
/* line 447, ../sass/jaffa-landing/jl-proj.scss */
body:not(.dir-ltr) .jl-proj-tpl-bot .site-btn {
  font-size: 18px;
}

@media only screen and (min-width: 1241px) and (max-width: 1469px) {
  /* line 456, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj .site-title {
    margin-bottom: 45px;
  }
  /* line 460, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj .container {
    width: 1200px;
  }
  /* line 464, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj .result {
    gap: 50px 25px;
  }
  /* line 468, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj .btn-wr {
    margin-top: 50px;
  }

  /* line 473, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl {
    width: calc((100% - 25px) / 2);
  }

  /* line 478, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-top .logo {
    height: 84px;
  }

  /* line 484, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-menu .jl-proj-tpl-menu-open {
    width: 30px;
    height: 30px;
  }

  /* line 490, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-menu-inner {
    margin-top: 30px;
    padding: 7px;
    border-radius: 14px;
    width: 220px;
  }

  /* line 497, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-menu-row {
    font-size: 16px;
    gap: 0 7px;
    border-radius: 7px;
    padding: 12px;
  }
  /* line 503, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-menu-row svg {
    width: 20px;
    min-width: 20px;
    height: 20px;
  }

  /* line 510, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-inner {
    border-radius: 12px;
  }

  /* line 514, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-mid {
    height: 367px;
  }
  /* line 517, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-mid .main-gal, .jl-proj-tpl-mid .plan-gal {
    border-radius: 12px;
  }
  /* line 520, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-mid .main-gal img, .jl-proj-tpl-mid .plan-gal img {
    height: 367px;
  }
  /* line 525, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-mid .desc {
    border-radius: 11px;
    padding: 20px;
    padding-top: 48px;
    font-size: 18px;
  }
  /* line 532, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-mid .close {
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    font-size: 15px;
  }

  /* line 542, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-bot {
    padding: 20px;
    gap: 15px 0;
  }
  /* line 546, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-bot .flex {
    gap: 0 10px;
  }
  /* line 550, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-bot .name {
    font-size: 26px;
  }
  /* line 554, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-bot .price {
    font-size: 24px;
  }
  /* line 558, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-bot .city {
    font-size: 15px;
  }
  /* line 561, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-bot .city svg {
    width: 18px;
    min-width: 18px;
    height: 18px;
  }

  /* line 570, ../sass/jaffa-landing/jl-proj.scss */
  body:not(.dir-ltr) .jl-proj-tpl-menu-row {
    font-size: 20px;
  }
  /* line 575, ../sass/jaffa-landing/jl-proj.scss */
  body:not(.dir-ltr) .jl-proj-tpl-mid .desc {
    font-size: 22px;
  }
  /* line 581, ../sass/jaffa-landing/jl-proj.scss */
  body:not(.dir-ltr) .jl-proj-tpl-bot .name {
    font-size: 30px;
  }
  /* line 585, ../sass/jaffa-landing/jl-proj.scss */
  body:not(.dir-ltr) .jl-proj-tpl-bot .city {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 596, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj .site-title {
    margin-bottom: 35px;
  }
  /* line 600, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj .container {
    width: 960px;
  }
  /* line 604, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj .result {
    gap: 30px 15px;
  }
  /* line 608, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj .btn-wr {
    margin-top: 30px;
  }

  /* line 613, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl {
    width: calc((100% - 15px) / 2);
  }

  /* line 618, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-top .logo {
    height: 66px;
  }

  /* line 624, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-menu .jl-proj-tpl-menu-open {
    width: 30px;
    height: 30px;
  }

  /* line 630, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-menu-inner {
    margin-top: 30px;
    padding: 7px;
    border-radius: 14px;
    width: 200px;
  }

  /* line 637, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-menu-row {
    font-size: 16px;
    gap: 0 7px;
    border-radius: 7px;
    padding: 11px;
  }
  /* line 643, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-menu-row svg {
    width: 20px;
    min-width: 20px;
    height: 20px;
  }

  /* line 650, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-inner {
    border-radius: 12px;
  }

  /* line 654, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-mid {
    height: 294px;
  }
  /* line 657, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-mid .main-gal, .jl-proj-tpl-mid .plan-gal {
    border-radius: 12px;
  }
  /* line 660, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-mid .main-gal img, .jl-proj-tpl-mid .plan-gal img {
    height: 294px;
  }
  /* line 665, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-mid .desc {
    border-radius: 11px;
    padding: 16px;
    padding-top: 48px;
    font-size: 16px;
  }
  /* line 672, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-mid .close {
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    font-size: 15px;
  }

  /* line 682, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-bot {
    padding: 16px;
    gap: 12px 0;
  }
  /* line 686, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-bot .flex {
    gap: 0 8px;
  }
  /* line 690, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-bot .name {
    font-size: 24px;
  }
  /* line 694, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-bot .price {
    font-size: 22px;
  }
  /* line 698, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-bot .city {
    font-size: 14px;
  }
  /* line 701, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-bot .city svg {
    width: 16px;
    min-width: 16px;
    height: 16px;
  }

  /* line 710, ../sass/jaffa-landing/jl-proj.scss */
  body:not(.dir-ltr) .jl-proj-tpl-menu-row {
    font-size: 18px;
  }
  /* line 715, ../sass/jaffa-landing/jl-proj.scss */
  body:not(.dir-ltr) .jl-proj-tpl-mid .desc {
    font-size: 20px;
  }
  /* line 721, ../sass/jaffa-landing/jl-proj.scss */
  body:not(.dir-ltr) .jl-proj-tpl-bot .name {
    font-size: 26px;
  }
  /* line 725, ../sass/jaffa-landing/jl-proj.scss */
  body:not(.dir-ltr) .jl-proj-tpl-bot .city {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 736, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj .site-title {
    margin-bottom: 25px;
  }
  /* line 740, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj .container {
    width: 738px;
  }
  /* line 744, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj .result {
    gap: 30px 15px;
  }
  /* line 748, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj .btn-wr {
    margin-top: 30px;
  }

  /* line 753, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl {
    width: calc((100% - 15px) / 2);
  }

  /* line 758, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-top .logo {
    height: 65px;
  }

  /* line 764, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-menu .jl-proj-tpl-menu-open {
    width: 30px;
    height: 30px;
  }

  /* line 770, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-menu-inner {
    margin-top: 30px;
    padding: 7px;
    border-radius: 14px;
    width: 170px;
  }

  /* line 777, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-menu-row {
    font-size: 18px;
    gap: 0 7px;
    border-radius: 7px;
    padding: 10px;
  }
  /* line 783, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-menu-row svg {
    width: 20px;
    min-width: 20px;
    height: 20px;
  }

  /* line 790, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-inner {
    border-radius: 12px;
  }

  /* line 794, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-mid {
    height: 226px;
  }
  /* line 797, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-mid .main-gal, .jl-proj-tpl-mid .plan-gal {
    border-radius: 12px;
  }
  /* line 800, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-mid .main-gal img, .jl-proj-tpl-mid .plan-gal img {
    height: 226px;
  }
  /* line 805, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-mid .desc {
    border-radius: 11px;
    padding: 12px;
    padding-top: 48px;
    font-size: 14px;
  }
  /* line 812, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-mid .close {
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    font-size: 15px;
  }

  /* line 822, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-bot {
    padding: 12px;
    gap: 10px 0;
  }
  /* line 826, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-bot .flex {
    gap: 0 6px;
  }
  /* line 830, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-bot .name {
    font-size: 22px;
  }
  /* line 834, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-bot .price {
    font-size: 20px;
  }
  /* line 838, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-bot .city {
    font-size: 13px;
  }
  /* line 841, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-bot .city svg {
    width: 15px;
    min-width: 15px;
    height: 15px;
  }

  /* line 850, ../sass/jaffa-landing/jl-proj.scss */
  body:not(.dir-ltr) .jl-proj-tpl-menu-row {
    font-size: 18px;
  }
  /* line 855, ../sass/jaffa-landing/jl-proj.scss */
  body:not(.dir-ltr) .jl-proj-tpl-mid .desc {
    font-size: 18px;
  }
  /* line 861, ../sass/jaffa-landing/jl-proj.scss */
  body:not(.dir-ltr) .jl-proj-tpl-bot .name {
    font-size: 24px;
  }
  /* line 865, ../sass/jaffa-landing/jl-proj.scss */
  body:not(.dir-ltr) .jl-proj-tpl-bot .city {
    font-size: 14px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 875, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj {
    padding: 30px 0;
  }
  /* line 878, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj .site-title {
    margin-bottom: 20px;
  }
  /* line 882, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj .result {
    gap: 20px 0;
  }
  /* line 886, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj .btn-wr {
    margin-top: 30px;
  }
  /* line 889, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj .btn-wr .site-text {
    margin-bottom: 10px;
  }

  /* line 895, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl {
    width: 100%;
  }

  /* line 900, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-top .logo {
    height: 65px;
  }

  /* line 906, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-menu .jl-proj-tpl-menu-open {
    width: 30px;
    height: 30px;
  }

  /* line 912, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-menu-inner {
    margin-top: 30px;
    padding: 7px;
    border-radius: 14px;
    width: 200px;
  }

  /* line 919, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-menu-row {
    font-size: 18px;
    gap: 0 7px;
    border-radius: 7px;
    padding: 10px;
  }
  /* line 925, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-menu-row svg {
    width: 20px;
    min-width: 20px;
    height: 20px;
  }

  /* line 932, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-inner {
    border-radius: 12px;
  }

  /* line 936, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-mid {
    height: 226px;
  }
  /* line 939, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-mid .main-gal, .jl-proj-tpl-mid .plan-gal {
    border-radius: 12px;
  }
  /* line 942, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-mid .main-gal img, .jl-proj-tpl-mid .plan-gal img {
    height: 226px;
  }
  /* line 947, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-mid .desc {
    border-radius: 11px;
    padding: 12px;
    padding-top: 48px;
    font-size: 14px;
  }
  /* line 954, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-mid .close {
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    font-size: 15px;
  }

  /* line 964, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-bot {
    padding: 12px;
    gap: 10px 0;
  }
  /* line 968, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-bot .flex {
    gap: 0 6px;
  }
  /* line 972, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-bot .name {
    font-size: 22px;
  }
  /* line 976, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-bot .price {
    font-size: 20px;
  }
  /* line 980, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-bot .city {
    font-size: 13px;
  }
  /* line 983, ../sass/jaffa-landing/jl-proj.scss */
  .jl-proj-tpl-bot .city svg {
    width: 15px;
    min-width: 15px;
    height: 15px;
  }

  /* line 994, ../sass/jaffa-landing/jl-proj.scss */
  body:not(.dir-ltr) .jl-proj .btn-wr .site-title {
    font-size: 25px;
  }
  /* line 1000, ../sass/jaffa-landing/jl-proj.scss */
  body:not(.dir-ltr) .jl-proj-tpl-menu-row {
    font-size: 18px;
  }
  /* line 1005, ../sass/jaffa-landing/jl-proj.scss */
  body:not(.dir-ltr) .jl-proj-tpl-mid .desc {
    font-size: 18px;
  }
  /* line 1011, ../sass/jaffa-landing/jl-proj.scss */
  body:not(.dir-ltr) .jl-proj-tpl-bot .name {
    font-size: 24px;
  }
  /* line 1015, ../sass/jaffa-landing/jl-proj.scss */
  body:not(.dir-ltr) .jl-proj-tpl-bot .city {
    font-size: 14px;
  }
}
/* line 1, ../sass/jaffa-landing/jl-info.scss */
.jl-info {
  position: relative;
  overflow: hidden;
  padding: calc(10vw * 9 / 16) 0;
}
/* line 6, ../sass/jaffa-landing/jl-info.scss */
.jl-info.blue-bg {
  background: rgba(175, 188, 227, 0.1);
}
/* line 10, ../sass/jaffa-landing/jl-info.scss */
.jl-info .container {
  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;
  gap: 30px 0;
  max-width: 840px;
}
/* line 25, ../sass/jaffa-landing/jl-info.scss */
.jl-info .site-title {
  line-height: 0.9;
  font-family: var(--font-family);
}
/* line 29, ../sass/jaffa-landing/jl-info.scss */
.jl-info .site-title.mini {
  text-align: initial;
  font-family: var(--font-family-bold);
  margin-bottom: 0;
}
/* line 37, ../sass/jaffa-landing/jl-info.scss */
.jl-info .site-text a {
  font-size: 1.3em;
  line-height: 1;
  display: inline-block;
  border-bottom: 2px solid var(--color);
}
@media (hover: hover) {
  /* line 44, ../sass/jaffa-landing/jl-info.scss */
  .jl-info .site-text a:hover {
    opacity: 0.7;
  }
}
/* line 51, ../sass/jaffa-landing/jl-info.scss */
.jl-info .img {
  display: block;
}
/* line 54, ../sass/jaffa-landing/jl-info.scss */
.jl-info .img img {
  display: block;
  width: 100%;
}
/* line 60, ../sass/jaffa-landing/jl-info.scss */
.jl-info .list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 90px;
  width: calc(100% + 248px);
}
/* line 75, ../sass/jaffa-landing/jl-info.scss */
.jl-info .list li {
  width: calc((100% - 30px) / 2);
  border-top: 2px solid var(--color);
  padding: 15px 0;
}
/* line 80, ../sass/jaffa-landing/jl-info.scss */
.jl-info .list li b {
  display: block;
  position: relative;
  font-family: var(--font-family-semibold);
  font-size: 1.2em;
  padding-left: 25px;
}
/* line 87, ../sass/jaffa-landing/jl-info.scss */
.jl-info .list li b:before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--color);
  border-radius: 50%;
  top: 17px;
  left: 0;
}
/* line 102, ../sass/jaffa-landing/jl-info.scss */
.jl-info .swiper {
  padding: 0 30px;
  overflow: visible;
  margin-top: 60px;
}
/* line 107, ../sass/jaffa-landing/jl-info.scss */
.jl-info .swiper .swiper-slide {
  width: 70vw;
  max-width: 1200px;
}
/* line 111, ../sass/jaffa-landing/jl-info.scss */
.jl-info .swiper .swiper-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
/* line 120, ../sass/jaffa-landing/jl-info.scss */
.jl-info .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 15px;
}

/* line 128, ../sass/jaffa-landing/jl-info.scss */
body:not(.dir-ltr) .jl-info {
  direction: rtl;
}
/* line 133, ../sass/jaffa-landing/jl-info.scss */
body:not(.dir-ltr) .jl-info .list li b {
  padding-right: 25px;
  padding-left: 0;
}
/* line 137, ../sass/jaffa-landing/jl-info.scss */
body:not(.dir-ltr) .jl-info .list li b:before {
  right: 0;
  left: initial;
}

@media only screen and (min-width: 1241px) and (max-width: 1340px) {
  /* line 150, ../sass/jaffa-landing/jl-info.scss */
  .jl-info .container {
    gap: 27px 0;
  }
  /* line 154, ../sass/jaffa-landing/jl-info.scss */
  .jl-info .list {
    gap: 27px;
    margin-top: 81px;
    width: calc(100% + 180px);
  }
  /* line 159, ../sass/jaffa-landing/jl-info.scss */
  .jl-info .list li {
    width: calc((100% - 27px) / 2);
    border-top: 2px solid var(--color);
    padding: 13px 0;
  }
  /* line 164, ../sass/jaffa-landing/jl-info.scss */
  .jl-info .list li b {
    padding-left: 25px;
  }
  /* line 167, ../sass/jaffa-landing/jl-info.scss */
  .jl-info .list li b:before {
    width: 8px;
    height: 8px;
    top: 16px;
  }
  /* line 176, ../sass/jaffa-landing/jl-info.scss */
  .jl-info .swiper {
    padding: 0 27px;
    margin-top: 54px;
  }

  /* line 186, ../sass/jaffa-landing/jl-info.scss */
  body:not(.dir-ltr) .jl-info .list li b {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 199, ../sass/jaffa-landing/jl-info.scss */
  .jl-info .container {
    gap: 22px 0;
  }
  /* line 203, ../sass/jaffa-landing/jl-info.scss */
  .jl-info .list {
    gap: 22px;
    margin-top: 66px;
    width: calc(100% + 60px);
  }
  /* line 208, ../sass/jaffa-landing/jl-info.scss */
  .jl-info .list li {
    width: calc((100% - 22px) / 2);
    border-top: 2px solid var(--color);
    padding: 10px 0;
  }
  /* line 213, ../sass/jaffa-landing/jl-info.scss */
  .jl-info .list li b {
    padding-left: 20px;
  }
  /* line 216, ../sass/jaffa-landing/jl-info.scss */
  .jl-info .list li b:before {
    width: 6px;
    height: 6px;
    top: 16px;
  }
  /* line 225, ../sass/jaffa-landing/jl-info.scss */
  .jl-info .swiper {
    padding: 0 22px;
    margin-top: 44px;
  }

  /* line 235, ../sass/jaffa-landing/jl-info.scss */
  body:not(.dir-ltr) .jl-info .list li b {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 248, ../sass/jaffa-landing/jl-info.scss */
  .jl-info .container {
    gap: 15px 0;
    max-width: 738px;
  }
  /* line 253, ../sass/jaffa-landing/jl-info.scss */
  .jl-info .list {
    gap: 15px;
    margin-top: 45px;
    width: 100%;
  }
  /* line 258, ../sass/jaffa-landing/jl-info.scss */
  .jl-info .list li {
    width: calc((100% - 15px) / 2);
    border-top: 1px solid var(--color);
    padding: 8px 0;
  }
  /* line 263, ../sass/jaffa-landing/jl-info.scss */
  .jl-info .list li b {
    padding-left: 20px;
  }
  /* line 266, ../sass/jaffa-landing/jl-info.scss */
  .jl-info .list li b:before {
    width: 6px;
    height: 6px;
    top: 16px;
  }
  /* line 275, ../sass/jaffa-landing/jl-info.scss */
  .jl-info .swiper {
    padding: 0 15px;
    margin-top: 30px;
  }

  /* line 285, ../sass/jaffa-landing/jl-info.scss */
  body:not(.dir-ltr) .jl-info .list li b {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 297, ../sass/jaffa-landing/jl-info.scss */
  .jl-info {
    padding: 30px 0;
  }
  /* line 300, ../sass/jaffa-landing/jl-info.scss */
  .jl-info .container {
    max-width: calc(100% - 30px);
    gap: 15px 0;
  }
  /* line 305, ../sass/jaffa-landing/jl-info.scss */
  .jl-info .list {
    gap: 15px;
    margin-top: 45px;
    width: 100%;
  }
  /* line 310, ../sass/jaffa-landing/jl-info.scss */
  .jl-info .list li {
    width: 100%;
    border-top: 2px solid var(--color);
    padding: 5px 0;
  }
  /* line 315, ../sass/jaffa-landing/jl-info.scss */
  .jl-info .list li b {
    padding-left: 15px;
  }
  /* line 318, ../sass/jaffa-landing/jl-info.scss */
  .jl-info .list li b:before {
    width: 6px;
    height: 6px;
    top: 15px;
  }
  /* line 327, ../sass/jaffa-landing/jl-info.scss */
  .jl-info .swiper {
    padding: 0 15px;
    margin-top: 30px;
  }
  /* line 331, ../sass/jaffa-landing/jl-info.scss */
  .jl-info .swiper .swiper-slide {
    width: calc(100vw - 45px);
  }
  /* line 336, ../sass/jaffa-landing/jl-info.scss */
  .jl-info .swiper-pagination {
    margin-top: 10px;
  }

  /* line 345, ../sass/jaffa-landing/jl-info.scss */
  body:not(.dir-ltr) .jl-info .list li b {
    padding-right: 15px;
  }
}
/* line 1, ../sass/project/project-form.scss */
.ProjectsForm {
  position: relative;
  direction: rtl;
  padding-top: 215px;
}
/* line 6, ../sass/project/project-form.scss */
.ProjectsForm .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;
  width: 1140px;
  max-width: 100%;
}
/* line 24, ../sass/project/project-form.scss */
.ProjectsForm.id18 .ProjectsFormR .site-title:after {
  background: #96D5D2;
}
/* line 32, ../sass/project/project-form.scss */
.ProjectsForm.id16 .ProjectsFormR .site-title:after {
  background: #EDC182;
}
/* line 40, ../sass/project/project-form.scss */
.ProjectsForm.id20 .ProjectsFormR .site-title:after {
  background: #AB92C5;
}
/* line 48, ../sass/project/project-form.scss */
.ProjectsForm.id19 .ProjectsFormR .site-title:after {
  background: #213041;
}
/* line 56, ../sass/project/project-form.scss */
.ProjectsForm.id17 .ProjectsFormR .site-title:after {
  background: #B0BDE1;
}
/* line 62, ../sass/project/project-form.scss */
.ProjectsForm.ProjectsFormRow {
  background-color: #0D1C2D;
  color: #fff;
  background-image: url(/assets/img/bg-jp-top-02.svg);
  background-position: top right;
}
/* line 68, ../sass/project/project-form.scss */
.ProjectsForm.ProjectsFormRow .container {
  flex-direction: column;
}
/* line 72, ../sass/project/project-form.scss */
.ProjectsForm.ProjectsFormRow .ProjectsFormR {
  width: 100%;
}
/* line 77, ../sass/project/project-form.scss */
.ProjectsForm.ProjectsFormRow .ProjectsFormR .site-title:after {
  width: 50%;
}
/* line 83, ../sass/project/project-form.scss */
.ProjectsForm.ProjectsFormRow .ProjectsFormL {
  width: 100%;
}
/* line 86, ../sass/project/project-form.scss */
.ProjectsForm.ProjectsFormRow .ProjectsFormL .input {
  background-color: #f8f8f9;
  border: 2px solid transparent;
}
/* line 91, ../sass/project/project-form.scss */
.ProjectsForm.ProjectsFormRow .ProjectsFormL form {
  display: flex;
  flex-wrap: wrap;
  gap: 0 25px;
}
/* line 96, ../sass/project/project-form.scss */
.ProjectsForm.ProjectsFormRow .ProjectsFormL form label {
  width: calc(100% / 3 - 17px);
}
/* line 101, ../sass/project/project-form.scss */
.ProjectsForm.ProjectsFormRow .ProjectsFormL .callback-form-privacy {
  width: 100%;
}
/* line 104, ../sass/project/project-form.scss */
.ProjectsForm.ProjectsFormRow .ProjectsFormL .callback-form-privacy .checkbox {
  border-color: #fff;
}
/* line 110, ../sass/project/project-form.scss */
.ProjectsForm.ProjectsFormRow .site-btn {
  background-color: var(--color-green);
  color: #000;
}

/* line 117, ../sass/project/project-form.scss */
.ProjectsFormR {
  position: relative;
  width: 53%;
}
/* line 121, ../sass/project/project-form.scss */
.ProjectsFormR .site-title {
  line-height: 0.95;
  margin-top: 1px;
}
/* line 125, ../sass/project/project-form.scss */
.ProjectsFormR .site-title:after {
  content: '';
  display: block;
  position: relative;
  width: 96%;
  height: 8px;
  background: var(--color-green);
  margin-top: -3px;
}
/* line 136, ../sass/project/project-form.scss */
.ProjectsFormR .site-text {
  margin-top: 50px;
}

/* line 141, ../sass/project/project-form.scss */
.ProjectsFormL {
  position: relative;
  width: 34%;
}
/* line 145, ../sass/project/project-form.scss */
.ProjectsFormL label {
  display: block;
  position: relative;
  margin-bottom: 35px;
}
/* line 151, ../sass/project/project-form.scss */
.ProjectsFormL .input {
  position: relative;
  background: transparent;
  display: block;
  width: 100%;
  height: 57px;
  border-radius: 6px;
  border: 2px solid var(--color-dark);
}
/* line 161, ../sass/project/project-form.scss */
.ProjectsFormL .callback-form-privacy {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  cursor: pointer;
  font-size: 18px;
  gap: 16px;
  margin-bottom: 50px;
}
/* line 173, ../sass/project/project-form.scss */
.ProjectsFormL .callback-form-privacy input[type="checkbox"] {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
/* line 186, ../sass/project/project-form.scss */
.ProjectsFormL .callback-form-privacy .checkbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  min-width: 21px;
  border: 1px solid #213041;
  border-radius: 4px;
}
/* line 201, ../sass/project/project-form.scss */
.ProjectsFormL .callback-form-privacy .checkbox:before {
  content: '';
}
/* line 206, ../sass/project/project-form.scss */
.ProjectsFormL .callback-form-privacy input:checked ~ .checkbox {
  background: var(--color-dark);
  color: #fff;
}
/* line 210, ../sass/project/project-form.scss */
.ProjectsFormL .callback-form-privacy input:checked ~ .checkbox:before {
  content: '✓';
}
/* line 215, ../sass/project/project-form.scss */
.ProjectsFormL .callback-form-privacy a {
  text-decoration: underline;
}

/* line 222, ../sass/project/project-form.scss */
.dir-ltr .ProjectsForm {
  direction: ltr;
}
/* line 227, ../sass/project/project-form.scss */
.dir-ltr .ProjectsForm.ProjectsFormRow .site-btn svg {
  transform: rotate(180deg);
}

@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 237, ../sass/project/project-form.scss */
  .ProjectsForm {
    padding-top: 170px;
  }
  /* line 240, ../sass/project/project-form.scss */
  .ProjectsForm .container {
    width: 912px;
  }

  /* line 246, ../sass/project/project-form.scss */
  .ProjectsFormR .site-title {
    margin-top: 6px;
  }
  /* line 249, ../sass/project/project-form.scss */
  .ProjectsFormR .site-title:after {
    height: 6px;
    margin-top: -5px;
  }
  /* line 255, ../sass/project/project-form.scss */
  .ProjectsFormR .site-text {
    margin-top: 42px;
  }

  /* line 261, ../sass/project/project-form.scss */
  .ProjectsFormL label {
    margin-bottom: 28px;
  }
  /* line 265, ../sass/project/project-form.scss */
  .ProjectsFormL .input {
    height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 274, ../sass/project/project-form.scss */
  .ProjectsForm {
    padding-top: 130px;
  }
  /* line 277, ../sass/project/project-form.scss */
  .ProjectsForm .container {
    width: 702px;
  }

  /* line 283, ../sass/project/project-form.scss */
  .ProjectsFormR .site-title {
    margin-top: 5px;
  }
  /* line 286, ../sass/project/project-form.scss */
  .ProjectsFormR .site-title:after {
    height: 5px;
    margin-top: -4px;
  }
  /* line 292, ../sass/project/project-form.scss */
  .ProjectsFormR .site-text {
    margin-top: 32px;
  }

  /* line 298, ../sass/project/project-form.scss */
  .ProjectsFormL label {
    margin-bottom: 22px;
  }
  /* line 302, ../sass/project/project-form.scss */
  .ProjectsFormL .input {
    height: 44px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 311, ../sass/project/project-form.scss */
  .ProjectsForm {
    padding-top: 95px;
  }
  /* line 314, ../sass/project/project-form.scss */
  .ProjectsForm .container {
    width: 330px;
    max-width: calc(100% - 30px);
  }
  /* line 323, ../sass/project/project-form.scss */
  .ProjectsForm.ProjectsFormRow .ProjectsFormR .site-text {
    margin-top: 20px;
    display: block !important;
  }
  /* line 330, ../sass/project/project-form.scss */
  .ProjectsForm.ProjectsFormRow .ProjectsFormL {
    padding-top: 0 !important;
  }
  /* line 335, ../sass/project/project-form.scss */
  .ProjectsForm.ProjectsFormRow .ProjectsFormL form label {
    width: 100%;
  }

  /* line 343, ../sass/project/project-form.scss */
  .ProjectsFormR {
    width: 100%;
    padding: 0 15px;
  }
  /* line 347, ../sass/project/project-form.scss */
  .ProjectsFormR .site-title {
    margin-top: 3px;
  }
  /* line 350, ../sass/project/project-form.scss */
  .ProjectsFormR .site-title:after {
    display: none;
  }
  /* line 355, ../sass/project/project-form.scss */
  .ProjectsFormR .site-text {
    display: none;
    margin-top: 52px;
  }

  /* line 361, ../sass/project/project-form.scss */
  .ProjectsFormL {
    width: 100%;
    margin-top: 27px;
  }
  /* line 365, ../sass/project/project-form.scss */
  .ProjectsFormL label {
    margin-bottom: 25px;
  }
  /* line 369, ../sass/project/project-form.scss */
  .ProjectsFormL .input {
    height: 45px;
  }
  /* line 373, ../sass/project/project-form.scss */
  .ProjectsFormL .site-btn {
    height: 50px;
    width: 100%;
    font-size: 20px;
    justify-content: center;
  }
  /* line 379, ../sass/project/project-form.scss */
  .ProjectsFormL .site-btn svg, .ProjectsFormL .site-btn img {
    width: 22px;
    height: 22px;
  }
}
/* line 11, ../sass/jaffa-landing.scss */
.jl-map {
  position: relative;
  padding: calc(10vw * 9 / 16) 0;
}
/* line 15, ../sass/jaffa-landing.scss */
.jl-map .site-title {
  font-family: var(--font-family);
  line-height: 0.9;
}
/* line 20, ../sass/jaffa-landing.scss */
.jl-map #map {
  height: 600px;
  width: 100%;
  margin-top: 50px;
}
/* line 26, ../sass/jaffa-landing.scss */
.jl-map .custom-marker {
  position: absolute;
  cursor: pointer;
  width: 70px;
  height: 70px;
  border: 5px solid #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/* line 35, ../sass/jaffa-landing.scss */
.jl-map .custom-marker:after {
  content: '';
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
}
/* line 47, ../sass/jaffa-landing.scss */
.jl-map .custom-marker img {
  display: block;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 57, ../sass/jaffa-landing.scss */
.ProjectsFormR .site-title {
  font-family: var(--font-family);
}

@media only screen and (min-width: 1241px) and (max-width: 1340px) {
  /* line 65, ../sass/jaffa-landing.scss */
  .jl-map #map {
    height: 550px;
    margin-top: 45px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 76, ../sass/jaffa-landing.scss */
  .jl-map #map {
    height: 500px;
    margin-top: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 86, ../sass/jaffa-landing.scss */
  body {
    padding-top: 0 !important;
  }

  /* line 91, ../sass/jaffa-landing.scss */
  .jl-map #map {
    height: 500px;
    margin-top: 25px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 101, ../sass/jaffa-landing.scss */
  body {
    padding-top: 0 !important;
  }

  /* line 106, ../sass/jaffa-landing.scss */
  .jl-map #map {
    height: 500px;
    margin-top: 20px;
  }
}
