/* line 1, ../sass/landing2/landing2-form.scss */
.LandFormWr {
  position: relative;
  padding: clamp(60px, 17vw, 330px) 0;
}
/* line 5, ../sass/landing2/landing2-form.scss */
.LandFormWr .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 12, ../sass/landing2/landing2-form.scss */
.LandFormWr .bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 21, ../sass/landing2/landing2-form.scss */
.LandForm {
  position: relative;
  background-color: #f4fbfe;
  width: 1200px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  z-index: 2;
  padding: 145px 155px;
}
/* line 30, ../sass/landing2/landing2-form.scss */
.LandForm .pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/img/pattern-land2.png);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 100%;
  mix-blend-mode: difference;
  pointer-events: none;
  z-index: -1;
}
/* line 46, ../sass/landing2/landing2-form.scss */
.LandForm .site-title span {
  font-size: 0.5em;
}
/* line 51, ../sass/landing2/landing2-form.scss */
.LandForm .title-wr {
  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;
  justify-content: space-between;
  margin-top: 50px;
}
/* line 63, ../sass/landing2/landing2-form.scss */
.LandForm .title-wr .site-text {
  width: 45%;
  transform: translateY(-10px);
}
/* line 68, ../sass/landing2/landing2-form.scss */
.LandForm .title-wr .site-title {
  width: 55%;
  text-align: right;
}
/* line 72, ../sass/landing2/landing2-form.scss */
.LandForm .title-wr .site-title span {
  display: block;
}
/* line 78, ../sass/landing2/landing2-form.scss */
.LandForm .uForm {
  position: relative;
  margin-top: 25px;
}
/* line 83, ../sass/landing2/landing2-form.scss */
.LandForm .input {
  display: block;
  width: 100%;
  height: 155px;
  border: 1px solid rgba(37, 41, 133, 0.1);
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0 20px;
}
/* line 93, ../sass/landing2/landing2-form.scss */
.LandForm .input[type="tel"], .LandForm .input[type="email"] {
  border-top: 0;
}
/* line 97, ../sass/landing2/landing2-form.scss */
.LandForm .input::placeholder {
  color: #000;
}
/* line 102, ../sass/landing2/landing2-form.scss */
.LandForm .site-btn {
  text-transform: uppercase;
  width: calc(100% - 15px);
  margin-top: 10px;
  height: 130px;
}
/* line 109, ../sass/landing2/landing2-form.scss */
.LandForm .policy {
  max-width: 768px;
  margin: 0 auto;
  margin-top: 60px;
}

/* line 117, ../sass/landing2/landing2-form.scss */
.lang-he .LandFormWr {
  direction: rtl;
}
/* line 123, ../sass/landing2/landing2-form.scss */
.lang-he .LandForm .title-wr .site-title {
  text-align: left;
}
/* line 129, ../sass/landing2/landing2-form.scss */
.lang-he .LandForm .input[type="tel"], .lang-he .LandForm .input[type="email"] {
  text-align: center;
}

@media only screen and (min-width: 1241px) and (max-width: 1439px) {
  /* line 138, ../sass/landing2/landing2-form.scss */
  .LandForm {
    width: 960px;
    padding: 100px 110px;
  }
  /* line 142, ../sass/landing2/landing2-form.scss */
  .LandForm .title-wr {
    margin-top: 40px;
  }
  /* line 145, ../sass/landing2/landing2-form.scss */
  .LandForm .title-wr .site-text {
    transform: translateY(-10px);
  }
  /* line 150, ../sass/landing2/landing2-form.scss */
  .LandForm .uForm {
    margin-top: 20px;
  }
  /* line 154, ../sass/landing2/landing2-form.scss */
  .LandForm .input {
    height: 124px;
  }
  /* line 158, ../sass/landing2/landing2-form.scss */
  .LandForm .site-btn {
    height: 104px;
  }
  /* line 162, ../sass/landing2/landing2-form.scss */
  .LandForm .policy {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 171, ../sass/landing2/landing2-form.scss */
  .LandForm {
    width: 800px;
    padding: 85px 95px;
  }
  /* line 175, ../sass/landing2/landing2-form.scss */
  .LandForm .title-wr {
    margin-top: 30px;
  }
  /* line 178, ../sass/landing2/landing2-form.scss */
  .LandForm .title-wr .site-text {
    transform: translateY(-10px);
  }
  /* line 183, ../sass/landing2/landing2-form.scss */
  .LandForm .uForm {
    margin-top: 15px;
  }
  /* line 187, ../sass/landing2/landing2-form.scss */
  .LandForm .input {
    height: 95px;
  }
  /* line 191, ../sass/landing2/landing2-form.scss */
  .LandForm .site-btn {
    height: 80px;
  }
  /* line 195, ../sass/landing2/landing2-form.scss */
  .LandForm .policy {
    margin-top: 37px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 204, ../sass/landing2/landing2-form.scss */
  .LandForm {
    width: 650px;
    padding: 25px 30px;
  }
  /* line 208, ../sass/landing2/landing2-form.scss */
  .LandForm .title-wr {
    margin-top: 25px;
  }
  /* line 211, ../sass/landing2/landing2-form.scss */
  .LandForm .title-wr .site-text {
    transform: translateY(-10px);
  }
  /* line 216, ../sass/landing2/landing2-form.scss */
  .LandForm .uForm {
    margin-top: 15px;
  }
  /* line 220, ../sass/landing2/landing2-form.scss */
  .LandForm .input {
    height: 76px;
  }
  /* line 224, ../sass/landing2/landing2-form.scss */
  .LandForm .site-btn {
    height: 64px;
  }
  /* line 228, ../sass/landing2/landing2-form.scss */
  .LandForm .policy {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 237, ../sass/landing2/landing2-form.scss */
  .LandForm {
    padding: 15px;
  }
  /* line 240, ../sass/landing2/landing2-form.scss */
  .LandForm br {
    display: none;
  }
  /* line 244, ../sass/landing2/landing2-form.scss */
  .LandForm .title-wr {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    margin-top: 15px;
  }
  /* line 252, ../sass/landing2/landing2-form.scss */
  .LandForm .title-wr .site-text {
    width: 100%;
    transform: translateY(0px);
  }
  /* line 257, ../sass/landing2/landing2-form.scss */
  .LandForm .title-wr .site-title {
    text-align: initial !important;
    width: 100%;
    margin-top: 15px;
  }
  /* line 264, ../sass/landing2/landing2-form.scss */
  .LandForm .uForm {
    margin-top: 15px;
  }
  /* line 268, ../sass/landing2/landing2-form.scss */
  .LandForm .input {
    height: 58px;
  }
  /* line 272, ../sass/landing2/landing2-form.scss */
  .LandForm .site-btn {
    height: 50px;
  }
  /* line 276, ../sass/landing2/landing2-form.scss */
  .LandForm .policy {
    margin-top: 20px;
  }
}
/* line 5, ../sass/contacts.scss */
.header {
  border-bottom: 1px solid rgba(41, 184, 240, 0.5);
}

/* line 9, ../sass/contacts.scss */
.Contacts {
  position: relative;
  contain: layout;
}
/* line 13, ../sass/contacts.scss */
.Contacts .picture-wr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 20, ../sass/contacts.scss */
.Contacts .picture-wr .bg {
  position: sticky;
  top: 0;
  display: block;
  width: 100%;
}
/* line 26, ../sass/contacts.scss */
.Contacts .picture-wr .bg img {
  display: block;
  width: 100%;
  transition: transform 0.3s ease-out;
}

/* line 35, ../sass/contacts.scss */
.ContactsTopWr {
  position: relative;
  height: calc(100vw * 9 / 16 * 2);
}

/* line 40, ../sass/contacts.scss */
.ContactsTop {
  position: sticky;
  top: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  transition: transform 0.3s ease-out;
  height: calc(100vw * 9 / 16 * 3);
  max-height: 100vh;
}
/* line 52, ../sass/contacts.scss */
.ContactsTop:before {
  content: '';
  display: block;
  position: absolute;
  top: calc(var(--header-height) + 5vw * 9 / 16 * 3);
  left: 19%;
  height: 1px;
  width: 200vw;
  background: rgba(41, 184, 240, 0.5);
  z-index: 2;
}

/* line 65, ../sass/contacts.scss */
.ContactsTopL {
  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;
  border-right: 1px solid rgba(41, 184, 240, 0.5);
  width: 19%;
  background: #fff;
  padding: 115px 30px;
  padding-top: calc(var(--header-height) + 75px);
}
/* line 84, ../sass/contacts.scss */
.ContactsTopL .list {
  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: 25px 0;
}
/* line 98, ../sass/contacts.scss */
.ContactsTopL span {
  display: block;
  color: #29b8f0;
}

/* line 104, ../sass/contacts.scss */
.ContactsTopC {
  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;
  width: 47%;
  background: #fff;
  padding: 0 clamp(15px, 3vw, 60px);
  padding-top: calc(var(--header-height) + 5vw * 9 / 16 * 3);
  padding-bottom: 115px;
}
/* line 123, ../sass/contacts.scss */
.ContactsTopC .top {
  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: flex-start;
  align-items: flex-start;
  gap: 15px 0;
  padding: clamp(15px, 3vw, 60px) 0;
}
/* line 141, ../sass/contacts.scss */
.ContactsTopC .phone {
  display: inline-block;
  overflow: hidden;
  position: relative;
  line-height: 1;
}
/* line 147, ../sass/contacts.scss */
.ContactsTopC .phone span {
  display: block;
  transition: 0.4s ease all;
}
/* line 151, ../sass/contacts.scss */
.ContactsTopC .phone span:nth-child(2) {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
}
@media (hover: hover) {
  /* line 162, ../sass/contacts.scss */
  .ContactsTopC .phone:hover span:nth-child(1) {
    transform: translateY(-100%);
    opacity: 0;
  }
  /* line 167, ../sass/contacts.scss */
  .ContactsTopC .phone:hover span:nth-child(2) {
    top: 0;
    opacity: 1;
  }
}
/* line 176, ../sass/contacts.scss */
.ContactsTopC .social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 15px;
}
/* line 184, ../sass/contacts.scss */
.ContactsTopC .social .link {
  display: block;
}
/* line 187, ../sass/contacts.scss */
.ContactsTopC .social .link img {
  display: block;
  height: 40px;
  width: 40px;
  object-fit: contain;
}
@media (hover: hover) {
  /* line 195, ../sass/contacts.scss */
  .ContactsTopC .social .link:hover {
    opacity: 0.7;
  }
}

/* line 203, ../sass/contacts.scss */
.ContactsTopR {
  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: flex-end;
  -ms-align-items: flex-start;
  align-items: flex-start;
  gap: 30px 0;
  width: 34%;
  padding: clamp(15px, 3vw, 60px);
}
/* line 222, ../sass/contacts.scss */
.ContactsTopR .title {
  color: #fff;
  font-size: clamp(24px, 1.8vw, 34px);
}

/* line 229, ../sass/contacts.scss */
.lang-he .Contacts {
  direction: rtl;
}
/* line 242, ../sass/contacts.scss */
.lang-he .ContactsTop:before {
  right: 19%;
  left: auto;
}
/* line 248, ../sass/contacts.scss */
.lang-he .ContactsTopL {
  border-right: 0;
  border-left: 1px solid rgba(41, 184, 240, 0.5);
}
/* line 254, ../sass/contacts.scss */
.lang-he .ContactsTopC .phone {
  direction: ltr;
}

@media only screen and (min-width: 1241px) and (max-width: 1439px) {
  /* line 262, ../sass/contacts.scss */
  .ContactsTopL {
    padding: 115px 25px;
    padding-top: calc(var(--header-height) + 65px);
  }

  /* line 267, ../sass/contacts.scss */
  .ContactsTopR {
    gap: 25px 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 275, ../sass/contacts.scss */
  .ContactsTopL {
    padding: 115px 20px;
    padding-top: calc(var(--header-height) + 50px);
  }

  /* line 280, ../sass/contacts.scss */
  .ContactsTopR {
    gap: 20px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 291, ../sass/contacts.scss */
  .Contacts .picture-wr .bg img {
    height: 180vw;
    object-fit: cover;
  }

  /* line 299, ../sass/contacts.scss */
  .ContactsTopWr {
    height: auto;
  }

  /* line 303, ../sass/contacts.scss */
  .ContactsTop {
    position: relative;
    height: auto;
    max-height: initial;
  }
  /* line 308, ../sass/contacts.scss */
  .ContactsTop:before {
    display: none;
  }

  /* line 313, ../sass/contacts.scss */
  .ContactsTopL {
    width: auto;
    min-width: max-content;
    padding: 30px 15px;
    padding-top: calc(var(--header-height) + 30px);
  }
  /* line 319, ../sass/contacts.scss */
  .ContactsTopL .list {
    margin-top: 60px;
    gap: 15px 0;
  }

  /* line 325, ../sass/contacts.scss */
  .ContactsTopC {
    width: auto;
    padding-top: calc(var(--header-height) + 30px);
    border-right: 1px solid rgba(41, 184, 240, 0.5);
    padding-bottom: 30px;
  }
  /* line 331, ../sass/contacts.scss */
  .ContactsTopC .top {
    padding: 15px 0;
    padding-top: 0;
  }

  /* line 337, ../sass/contacts.scss */
  .ContactsTopR {
    background: #fff;
    gap: 20px 0;
    width: auto;
    flex: 1;
    padding: 15px;
  }
  /* line 344, ../sass/contacts.scss */
  .ContactsTopR .title {
    color: #000;
    font-size: 20px;
  }

  /* line 351, ../sass/contacts.scss */
  .lang-he .ContactsTopC {
    border-right: 0;
    border-left: 1px solid rgba(41, 184, 240, 0.5);
  }
  /* line 357, ../sass/contacts.scss */
  .lang-he .ContactsTopR .title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 370, ../sass/contacts.scss */
  .Contacts .picture-wr .bg img {
    height: 180vw;
    object-fit: cover;
  }

  /* line 378, ../sass/contacts.scss */
  .ContactsTopWr {
    height: auto;
  }

  /* line 382, ../sass/contacts.scss */
  .ContactsTop {
    position: relative;
    height: auto;
    max-height: initial;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 392, ../sass/contacts.scss */
  .ContactsTop:before {
    display: none;
  }

  /* line 397, ../sass/contacts.scss */
  .ContactsTopL {
    width: 100%;
    padding: 30px 15px;
    border: 0;
    padding-top: calc(var(--header-height) + 30px);
  }
  /* line 403, ../sass/contacts.scss */
  .ContactsTopL .list {
    margin-top: 60px;
    gap: 15px 0;
  }

  /* line 409, ../sass/contacts.scss */
  .ContactsTopC {
    width: 100%;
    padding-top: 0px;
    border-top: 1px solid rgba(41, 184, 240, 0.5);
    padding-bottom: 30px;
  }
  /* line 415, ../sass/contacts.scss */
  .ContactsTopC .top {
    padding: 30px 0;
  }

  /* line 420, ../sass/contacts.scss */
  .ContactsTopR {
    background: #fff;
    gap: 20px 0;
    width: 100%;
    padding: 30px 15px;
    border-top: 1px solid rgba(41, 184, 240, 0.5);
  }
  /* line 427, ../sass/contacts.scss */
  .ContactsTopR .title {
    color: #000;
    font-size: 20px;
  }

  /* line 434, ../sass/contacts.scss */
  .lang-he .ContactsTopL {
    border-left: 0;
  }
  /* line 439, ../sass/contacts.scss */
  .lang-he .ContactsTopR .title {
    font-size: 24px;
  }
}
