@font-face {
  font-family: 'SabonLTStd';
  src: url(/font/SabonLTStd-Roman.otf);
}
/* line 19, ../sass/all/base.scss */
.w100 {
  width: 100% !important;
}

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

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

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

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

/* line 39, ../sass/all/base.scss */
.taj {
  text-align: justify !important;
}

/* line 43, ../sass/all/base.scss */
.ltr {
  direction: ltr !important;
}

/* line 47, ../sass/all/base.scss */
.rtl {
  direction: rtl !important;
}

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

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

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

/* line 83, ../sass/all/base.scss */
.j-c-f-s {
  justify-content: flex-start !important;
}

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

/* line 92, ../sass/all/base.scss */
.a-i-f-e {
  -ms-align-items: flex-end !important;
  align-items: flex-end !important;
}

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

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

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

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

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

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

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

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

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

/* line 139, ../sass/all/base.scss */
.mob-ver {
  display: none;
}

/* line 143, ../sass/all/base.scss */
.pos-r {
  position: relative;
}

/* line 147, ../sass/all/base.scss */
.m-l-a {
  margin-left: auto;
}

/* line 151, ../sass/all/base.scss */
.no-visible-section {
  overflow: hidden;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
}

/* line 159, ../sass/all/base.scss */
.lang-he .m-l-a {
  margin-left: 0;
  margin-right: auto;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 166, ../sass/all/base.scss */
  .mob-ver {
    display: block;
  }

  /* line 170, ../sass/all/base.scss */
  .desc-ver {
    display: none;
  }

  /* line 174, ../sass/all/base.scss */
  .no-pad-top-mob {
    padding-top: 0 !important;
  }
}
/* line 1, ../sass/object-landing3/object-landing3-top.scss */
.OL-top {
  position: relative;
  height: 68.125vw;
  margin-bottom: 8.3333333333vw;
  overflow: hidden;
  text-align: center;
  color: #fff;
  padding-top: 17.7083333333vw;
}
/* line 10, ../sass/object-landing3/object-landing3-top.scss */
.OL-top:after {
  content: '';
  background-color: #000;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* line 23, ../sass/object-landing3/object-landing3-top.scss */
.OL-top-title {
  position: relative;
  z-index: 2;
  font-size: 11.4583333333vw;
  letter-spacing: -.015em;
  line-height: 95%;
  font-weight: 200;
}

/* line 32, ../sass/object-landing3/object-landing3-top.scss */
.OL-top-road {
  display: flex;
  position: relative;
  z-index: 2;
  font-size: 11.4583333333vw;
  letter-spacing: -.015em;
  font-weight: 200;
}

/* line 41, ../sass/object-landing3/object-landing3-top.scss */
.OL-top-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background-size: 100% 100%;
  background-position: top center;
  transition: .2s ease-in-out;
}
/* line 53, ../sass/object-landing3/object-landing3-top.scss */
.OL-top-img img {
  transition: .8s ease-in-out;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 64, ../sass/object-landing3/object-landing3-top.scss */
.lang-he .OL-top {
  direction: rtl;
}
/* line 68, ../sass/object-landing3/object-landing3-top.scss */
.lang-he .OL-top-road {
  direction: ltr;
}

/* line 1, ../sass/object-landing3/object-landing3-about.scss */
.OL-About {
  position: relative;
  padding-top: 8.3333333333vw;
  padding-bottom: 8.3333333333vw;
  margin: 0 1.0416666667vw;
}
/* line 7, ../sass/object-landing3/object-landing3-about.scss */
.OL-About .title {
  position: relative;
  margin-bottom: 7.8125vw;
  font-size: 1.8229166667vw;
  letter-spacing: 0;
  line-height: 120%;
  font-weight: 300;
  display: block;
}

/* line 18, ../sass/object-landing3/object-landing3-about.scss */
.OL-About-text {
  font-size: 6.25vw;
  letter-spacing: -.015em;
  line-height: 95%;
  font-weight: 200;
  width: 69.6354166667vw;
  margin-bottom: 7.8125vw;
}

/* line 28, ../sass/object-landing3/object-landing3-about.scss */
.OL-About-wr {
  width: 41.3541666667vw;
  margin: 0 auto;
  position: relative;
}
/* line 33, ../sass/object-landing3/object-landing3-about.scss */
.OL-About-wr p {
  font-size: 1.8229166667vw;
  letter-spacing: 0;
  line-height: 120%;
  font-weight: 300;
  margin-bottom: 4.1666666667vw;
}

/* line 42, ../sass/object-landing3/object-landing3-about.scss */
.OL-About-link {
  border-radius: 0.15625vw;
  min-width: 15.1041666667vw;
  padding: 0.78125vw 1.5625vw 0.8333333333vw;
  background-color: #000;
  color: #fff;
  font-size: .7291666667vw;
  letter-spacing: 0;
  line-height: 100%;
  font-weight: 500;
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1), stroke 0.3s cubic-bezier(0.4, 0, 0.2, 1), fill 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
/* line 54, ../sass/object-landing3/object-landing3-about.scss */
.OL-About-link:hover {
  background-color: #282828;
}

/* line 59, ../sass/object-landing3/object-landing3-about.scss */
.OL-About-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 12.5vw 0 8.3333333333vw 29.3229166667vw;
}

/* line 66, ../sass/object-landing3/object-landing3-about.scss */
.OL-About-list-box {
  width: 27.34375vw;
  padding-bottom: 0.78125vw;
  margin-right: 15.0520833333vw;
  margin-top: 2.0833333333vw;
  border-bottom: 0.0520833333vw solid #f0f0f0;
}
/* line 73, ../sass/object-landing3/object-landing3-about.scss */
.OL-About-list-box:nth-child(1), .OL-About-list-box:nth-child(2) {
  margin-top: 0;
}
/* line 77, ../sass/object-landing3/object-landing3-about.scss */
.OL-About-list-box:nth-child(2n) {
  margin-right: 0;
}
/* line 81, ../sass/object-landing3/object-landing3-about.scss */
.OL-About-list-box p {
  font-size: 1.3020833333vw;
  letter-spacing: 0;
  line-height: 130%;
  font-weight: 300;
}
/* line 87, ../sass/object-landing3/object-landing3-about.scss */
.OL-About-list-box p b {
  font-weight: 500;
}
/* line 92, ../sass/object-landing3/object-landing3-about.scss */
.OL-About-list-box p .floor:after {
  content: ',';
}
/* line 96, ../sass/object-landing3/object-landing3-about.scss */
.OL-About-list-box p .floor:nth-last-child(1):after {
  display: none;
}

/* line 106, ../sass/object-landing3/object-landing3-about.scss */
.lang-he .OL-About {
  direction: rtl;
}
/* line 110, ../sass/object-landing3/object-landing3-about.scss */
.lang-he .OL-About-list {
  direction: rtl;
}
/* line 114, ../sass/object-landing3/object-landing3-about.scss */
.lang-he .OL-About-list {
  padding: 12.5vw 29.3229166667vw 8.3333333333vw 0;
}
/* line 118, ../sass/object-landing3/object-landing3-about.scss */
.lang-he .OL-About-list-box {
  margin-left: 15.0520833333vw;
  margin-right: 0;
}
/* line 122, ../sass/object-landing3/object-landing3-about.scss */
.lang-he .OL-About-list-box:nth-child(2n) {
  margin-right: 0;
  margin-left: 0;
}

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  /* line 131, ../sass/object-landing3/object-landing3-about.scss */
  .OL-About-link {
    font-size: 1vw;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  /* line 137, ../sass/object-landing3/object-landing3-about.scss */
  .OL-About-link {
    font-size: 1.3vw;
    padding: 1vw 2vw;
  }

  /* line 144, ../sass/object-landing3/object-landing3-about.scss */
  .OL-About-list-box p {
    font-size: 1.7020833333vw;
  }
}
@media only print, screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 153, ../sass/object-landing3/object-landing3-about.scss */
  .OL-About .title {
    margin-bottom: 4.8125vw;
  }

  /* line 158, ../sass/object-landing3/object-landing3-about.scss */
  .OL-About-text {
    font-size: 5.25vw;
  }

  /* line 162, ../sass/object-landing3/object-landing3-about.scss */
  .OL-About-wr {
    width: 50.354167vw;
  }

  /* line 166, ../sass/object-landing3/object-landing3-about.scss */
  .OL-About-link {
    font-size: 1.4vw;
    padding: 1vw 2vw;
  }

  /* line 174, ../sass/object-landing3/object-landing3-about.scss */
  .OL-About-list-box p {
    font-size: 1.7020833333vw;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 181, ../sass/object-landing3/object-landing3-about.scss */
  .OL-About {
    margin: 0 15px;
  }
  /* line 184, ../sass/object-landing3/object-landing3-about.scss */
  .OL-About .title {
    margin-bottom: 3.8125vw;
    font-size: 3vw;
  }

  /* line 190, ../sass/object-landing3/object-landing3-about.scss */
  .OL-About-text {
    font-size: 7.25vw;
    width: 100%;
  }

  /* line 195, ../sass/object-landing3/object-landing3-about.scss */
  .OL-About-wr {
    width: 80%;
  }
  /* line 198, ../sass/object-landing3/object-landing3-about.scss */
  .OL-About-wr p {
    font-size: 3.7vw;
    margin-bottom: 6.166667vw;
  }

  /* line 204, ../sass/object-landing3/object-landing3-about.scss */
  .OL-About-link {
    font-size: 2.8vw;
    padding: 2.6vw 3.4vw;
  }

  /* line 209, ../sass/object-landing3/object-landing3-about.scss */
  .OL-About-list {
    padding: 0 15px !important;
    justify-content: space-between;
    padding-bottom: 6vw !important;
  }

  /* line 215, ../sass/object-landing3/object-landing3-about.scss */
  .OL-About-list-box {
    padding: 4vw 0 !important;
    margin: 0 !important;
    width: 45%;
  }
  /* line 220, ../sass/object-landing3/object-landing3-about.scss */
  .OL-About-list-box p {
    font-size: 4vw;
  }
}
/* line 1, ../sass/object-landing3/object-landing3-photo.scss */
.OL-Photo {
  position: relative;
  width: 100%;
  display: block;
}
/* line 6, ../sass/object-landing3/object-landing3-photo.scss */
.OL-Photo img {
  transition: .8s ease-in-out;
  display: block;
  width: 100%;
  object-fit: cover;
}

/* line 1, ../sass/object-landing3/object-landing3-contact.scss */
.OL-Contact {
  width: 55.46875vw;
  margin: 6.25vw 1.0416666667vw;
}
/* line 5, ../sass/object-landing3/object-landing3-contact.scss */
.OL-Contact span {
  font-size: 8.8541666667vw;
  letter-spacing: -.015em;
  line-height: 85%;
  font-weight: 200;
  display: block;
}

/* line 16, ../sass/object-landing3/object-landing3-contact.scss */
.lang-he .OL-Contact {
  margin-left: auto;
  direction: rtl;
}

@media only print, screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 25, ../sass/object-landing3/object-landing3-contact.scss */
  .OL-Contact {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 32, ../sass/object-landing3/object-landing3-contact.scss */
  .OL-Contact {
    width: calc(100% - 30px);
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  /* line 37, ../sass/object-landing3/object-landing3-contact.scss */
  .OL-Contact span {
    font-size: 10.854167vw;
  }
}
/* line 1, ../sass/object-landing3/object-landing3-plan.scss */
.OL-Plan {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 8vw 0;
  margin: 0 1.0416666667vw;
}

/* line 10, ../sass/object-landing3/object-landing3-plan.scss */
.OL-Plan-img {
  width: 22%;
}
/* line 13, ../sass/object-landing3/object-landing3-plan.scss */
.OL-Plan-img img {
  display: block;
  width: 100%;
}

/* line 22, ../sass/object-landing3/object-landing3-plan.scss */
.lang-he .OL-Plan {
  direction: rtl;
}

@media only print, screen and (min-width: 0px) and (max-width: 1023px) {
  /* line 29, ../sass/object-landing3/object-landing3-plan.scss */
  .OL-Plan {
    margin: 0 15px;
  }

  /* line 33, ../sass/object-landing3/object-landing3-plan.scss */
  .OL-Plan-img {
    width: 48%;
    padding-top: 2vw;
  }
  /* line 37, ../sass/object-landing3/object-landing3-plan.scss */
  .OL-Plan-img:nth-child(1), .OL-Plan-img:nth-child(2) {
    padding-top: 0;
  }
}
/* line 1, ../sass/object-landing3/object-landing3-popup.scss */
.OL-Popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 25, 25, 0.5);
  z-index: 100;
  cursor: pointer;
  opacity: 0;
  transition: .3s ease-in-out;
  pointer-events: none;
}
/* line 14, ../sass/object-landing3/object-landing3-popup.scss */
.OL-Popup-bg.show {
  opacity: 1;
  pointer-events: all;
}

/* line 20, ../sass/object-landing3/object-landing3-popup.scss */
.ol-popup-btn {
  cursor: pointer;
}

/* line 24, ../sass/object-landing3/object-landing3-popup.scss */
.OL-Popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  max-width: 985px;
  width: 100%;
  background-color: #191919;
  color: #fff;
  overflow: hidden;
  overflow-y: auto;
  transform: translateX(100%);
  transition: .3s ease-in-out;
  pointer-events: none;
}
/* line 40, ../sass/object-landing3/object-landing3-popup.scss */
.OL-Popup.show {
  transform: translateX(0) !important;
  pointer-events: all;
}

/* line 46, ../sass/object-landing3/object-landing3-popup.scss */
.OL-Popup-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 55px;
  border-bottom: 1px solid #fff;
}

/* line 55, ../sass/object-landing3/object-landing3-popup.scss */
.OL-Popup-logo {
  height: 50px;
  display: block;
}

/* line 60, ../sass/object-landing3/object-landing3-popup.scss */
.OL-Popup-close {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
/* line 66, ../sass/object-landing3/object-landing3-popup.scss */
.OL-Popup-close svg {
  width: 20px;
  height: 20px;
  transition: .3s ease-in-out;
  display: block;
}
/* line 73, ../sass/object-landing3/object-landing3-popup.scss */
.OL-Popup-close span {
  font-size: 16px;
  display: block;
  text-transform: uppercase;
}
/* line 81, ../sass/object-landing3/object-landing3-popup.scss */
.OL-Popup-close:hover svg {
  transform: rotate(90deg);
}

/* line 87, ../sass/object-landing3/object-landing3-popup.scss */
.OL-Popup-form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 90px 55px;
  justify-content: space-between;
}

/* line 95, ../sass/object-landing3/object-landing3-popup.scss */
.OL-Popup-form-top {
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}
/* line 105, ../sass/object-landing3/object-landing3-popup.scss */
.OL-Popup-form-top.mr {
  margin-top: 120px;
}
/* line 109, ../sass/object-landing3/object-landing3-popup.scss */
.OL-Popup-form-top .title {
  font-size: 26px;
  display: block;
}
/* line 114, ../sass/object-landing3/object-landing3-popup.scss */
.OL-Popup-form-top b {
  font-size: 14px;
  text-transform: uppercase;
  opacity: .7;
  display: block;
  font-weight: 300;
}

/* line 123, ../sass/object-landing3/object-landing3-popup.scss */
.OL-Popup-form-label {
  position: relative;
  margin-top: 36px;
}
/* line 127, ../sass/object-landing3/object-landing3-popup.scss */
.OL-Popup-form-label.w50 {
  width: 48.5%;
}
/* line 131, ../sass/object-landing3/object-landing3-popup.scss */
.OL-Popup-form-label input {
  padding: 15px 12px 0 0;
  height: 50px;
  width: 100%;
  color: #fff;
  border-bottom: 1px solid #969696;
}
/* line 138, ../sass/object-landing3/object-landing3-popup.scss */
.OL-Popup-form-label input:focus + span {
  transform: translateY(-124%);
}
/* line 142, ../sass/object-landing3/object-landing3-popup.scss */
.OL-Popup-form-label input:not(:placeholder-shown) + span {
  transform: translateY(-124%);
}
/* line 147, ../sass/object-landing3/object-landing3-popup.scss */
.OL-Popup-form-label span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  pointer-events: none;
  color: #969696;
  transition: transform .4s;
  width: 100%;
  transform: translateY(-50%);
}

/* line 160, ../sass/object-landing3/object-landing3-popup.scss */
.OL-Popup-form-bot {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-top: 36px;
}
/* line 168, ../sass/object-landing3/object-landing3-popup.scss */
.OL-Popup-form-bot .callback-form-privacy {
  color: #969696;
  cursor: pointer;
  width: 48.5%;
}
/* line 173, ../sass/object-landing3/object-landing3-popup.scss */
.OL-Popup-form-bot .callback-form-privacy .checkbox {
  border-radius: 50%;
}
/* line 178, ../sass/object-landing3/object-landing3-popup.scss */
.OL-Popup-form-bot button {
  width: 48.5%;
  height: 35px;
  border-radius: 20px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  cursor: pointer;
  padding: 0 17px;
  text-transform: uppercase;
  transition: .3s ease-in-out;
}
/* line 192, ../sass/object-landing3/object-landing3-popup.scss */
.OL-Popup-form-bot button:hover {
  background-color: #fff;
  color: #000;
}
/* line 197, ../sass/object-landing3/object-landing3-popup.scss */
.OL-Popup-form-bot button svg {
  width: 14px;
}

/* line 203, ../sass/object-landing3/object-landing3-popup.scss */
.OL-Popup-form-txt {
  width: 48.5%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #969696;
  margin-bottom: 30px;
}
/* line 210, ../sass/object-landing3/object-landing3-popup.scss */
.OL-Popup-form-txt p {
  font-size: 16px;
  display: block;
  color: #969696;
}
/* line 215, ../sass/object-landing3/object-landing3-popup.scss */
.OL-Popup-form-txt p span {
  font-size: .8em;
}

/* line 223, ../sass/object-landing3/object-landing3-popup.scss */
.lang-he .OL-Popup {
  direction: rtl;
  right: initial;
  left: 0;
  transform: translateX(-100%);
}
/* line 235, ../sass/object-landing3/object-landing3-popup.scss */
.lang-he .OL-Popup-form-bot button svg {
  transform: scaleX(-1);
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 244, ../sass/object-landing3/object-landing3-popup.scss */
  .OL-Popup-top {
    padding: 10px 15px;
  }

  /* line 248, ../sass/object-landing3/object-landing3-popup.scss */
  .OL-Popup-logo {
    height: 40px;
  }

  /* line 252, ../sass/object-landing3/object-landing3-popup.scss */
  .OL-Popup-form {
    padding: 15px;
  }

  /* line 256, ../sass/object-landing3/object-landing3-popup.scss */
  .OL-Popup-form-top {
    padding-bottom: 15px;
  }
  /* line 259, ../sass/object-landing3/object-landing3-popup.scss */
  .OL-Popup-form-top.mr {
    margin-top: 30px;
  }
  /* line 263, ../sass/object-landing3/object-landing3-popup.scss */
  .OL-Popup-form-top .title {
    font-size: 20px;
  }
  /* line 267, ../sass/object-landing3/object-landing3-popup.scss */
  .OL-Popup-form-top b {
    font-size: 14px;
  }

  /* line 272, ../sass/object-landing3/object-landing3-popup.scss */
  .OL-Popup-form-label {
    margin-top: 30px;
  }
  /* line 275, ../sass/object-landing3/object-landing3-popup.scss */
  .OL-Popup-form-label.w50 {
    width: 100%;
  }

  /* line 280, ../sass/object-landing3/object-landing3-popup.scss */
  .OL-Popup-form-bot {
    margin-top: 30px;
  }
  /* line 283, ../sass/object-landing3/object-landing3-popup.scss */
  .OL-Popup-form-bot .callback-form-privacy {
    width: 100%;
  }
  /* line 287, ../sass/object-landing3/object-landing3-popup.scss */
  .OL-Popup-form-bot button {
    width: 100%;
    margin-top: 30px;
  }

  /* line 293, ../sass/object-landing3/object-landing3-popup.scss */
  .OL-Popup-form-txt {
    width: 100%;
  }
}
/* line 1, ../sass/object-landing/object-landing-footer.scss */
.ObjectLandingFooter {
  position: relative;
  background: #020304;
  padding: 50px 0;
}
/* line 6, ../sass/object-landing/object-landing-footer.scss */
.ObjectLandingFooter .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 20px;
}
/* line 19, ../sass/object-landing/object-landing-footer.scss */
.ObjectLandingFooter img {
  display: block;
  width: 50px;
  height: 50px;
  object-fit: contain;
}
/* line 26, ../sass/object-landing/object-landing-footer.scss */
.ObjectLandingFooter .open-link {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 20px;
}

/* line 37, ../sass/object-landing/object-landing-footer.scss */
.lang-he .ObjectLandingFooter {
  direction: rtl;
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  /* line 44, ../sass/object-landing/object-landing-footer.scss */
  .ObjectLandingFooter {
    padding: 40px 0;
  }
  /* line 47, ../sass/object-landing/object-landing-footer.scss */
  .ObjectLandingFooter .container {
    gap: 20px;
  }
  /* line 51, ../sass/object-landing/object-landing-footer.scss */
  .ObjectLandingFooter .open-link {
    gap: 20px;
  }
  /* line 55, ../sass/object-landing/object-landing-footer.scss */
  .ObjectLandingFooter img {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 65, ../sass/object-landing/object-landing-footer.scss */
  .ObjectLandingFooter {
    padding: 30px 0;
  }
  /* line 68, ../sass/object-landing/object-landing-footer.scss */
  .ObjectLandingFooter .container {
    gap: 15px;
  }
  /* line 72, ../sass/object-landing/object-landing-footer.scss */
  .ObjectLandingFooter .open-link {
    gap: 15px;
  }
  /* line 76, ../sass/object-landing/object-landing-footer.scss */
  .ObjectLandingFooter img {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 86, ../sass/object-landing/object-landing-footer.scss */
  .ObjectLandingFooter {
    padding: 20px 0;
  }
  /* line 89, ../sass/object-landing/object-landing-footer.scss */
  .ObjectLandingFooter .container {
    gap: 15px;
  }
  /* line 93, ../sass/object-landing/object-landing-footer.scss */
  .ObjectLandingFooter .open-link {
    gap: 15px;
  }
  /* line 97, ../sass/object-landing/object-landing-footer.scss */
  .ObjectLandingFooter img {
    width: 40px;
    height: 40px;
  }
}
/* line 17, ../sass/object-landing3.scss */
body {
  padding-top: 0 !important;
}
