.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.owl-carousel{display:none;width:100%;z-index:1}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.owl-carousel .owl-item img{display:block;width:100%}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}
.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}
.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}
.owl-carousel.owl-refresh .owl-item{visibility:hidden}
.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-grab{cursor:move;cursor:grab}
.owl-carousel.owl-rtl{direction:rtl}
.owl-carousel.owl-rtl .owl-item{float:right}
.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}
.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{animation-name:fadeOut}
@keyframes fadeOut{0%{opacity:1}
100%{opacity:0}
}
.owl-height{transition:height .5s ease-in-out}
.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}
.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}
.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}
.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}
.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}
.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.slick-slider{    position: relative;    display: block;    box-sizing: border-box;    -webkit-user-select: none;       -moz-user-select: none;        -ms-user-select: none;            user-select: none;    -webkit-touch-callout: none;    -khtml-user-select: none;    -ms-touch-action: pan-y;        touch-action: pan-y;    -webkit-tap-highlight-color: transparent;}
.slick-list{    position: relative;    display: block;    overflow: hidden;    margin: 0;    padding: 0;}
.slick-list:focus{    outline: none;}
.slick-list.dragging{    cursor: pointer;    cursor: hand;}
.slick-slider .slick-track,.slick-slider .slick-list{    -webkit-transform: translate3d(0, 0, 0);       -moz-transform: translate3d(0, 0, 0);        -ms-transform: translate3d(0, 0, 0);         -o-transform: translate3d(0, 0, 0);            transform: translate3d(0, 0, 0);}
.slick-track{    position: relative;    top: 0;    left: 0;    display: block;    margin-left: auto;    margin-right: auto;}
.slick-track:before,.slick-track:after{    display: table;    content: '';}
.slick-track:after{    clear: both;}
.slick-loading .slick-track{    visibility: hidden;}
.slick-slide{    display: none;    float: left;    height: 100%;    min-height: 1px;}
[dir='rtl'] .slick-slide{    float: right;}
.slick-slide img{    display: block;}
.slick-slide.slick-loading img{    display: none;}
.slick-slide.dragging img{    pointer-events: none;}
.slick-initialized .slick-slide{    display: block;}
.slick-loading .slick-slide{    visibility: hidden;}
.slick-vertical .slick-slide{    display: block;    height: auto;    border: 1px solid transparent;}
.slick-arrow.slick-hidden {    display: none;}
header .header-content-bottom .phone {  display: none; }
.bread-crumbs{    padding-right: 15px;}
.container {  padding: 0 4.688vw; }
.popup {  position: fixed;  top: 0;  bottom: 0;  left: 0;  right: 0;  height: 100vh;  width: 100vw;  background: rgba(0, 0, 0, 0.5);  z-index: 10000;  display: -webkit-box;  display: flex;  -webkit-box-orient: vertical;  -webkit-box-direction: normal;          flex-direction: column;  -webkit-box-pack: center;          justify-content: center;  -webkit-transition: all 200ms ease-out;  transition: all 200ms ease-out;  pointer-events: all; }
  .popup .content {    position: relative;    background: #ffffff;    padding: 15.625vw 1.563vw 4.688vw; }
  .popup .x-close {    position: absolute;    width: 4.688vw;    top: 4.688vw;    left: 3.125vw;    cursor: pointer; }
  .popup.hidden {    opacity: 0;    pointer-events: none; }
.top-banner {  position: relative;  background: #f1f1f1; }
  .top-banner .section-title-wrapper {    color: #ffffff;    margin-bottom: 0; }
    .top-banner .section-title-wrapper .title {      font-family: OpenSansHebrew-Regular;      margin: 0; }
    .top-banner .section-title-wrapper .underline {      top: 0; }
  .top-banner .content {    position: absolute;    top: 0;    bottom: 0;    left: 0;    right: 0;    background: rgba(0, 0, 0, 0.5);    display: -webkit-box;    display: flex;    -webkit-box-pack: center;            justify-content: center;    -webkit-box-align: center;            align-items: center; }
  .top-banner .header {    position: relative; }
  .top-banner .building {    width: 10.938vw;    margin: 0 auto 3.125vw; }
  .top-banner .video_banner {    display: none; }
  .top-banner .next-fold-btn {    display: none; }
  .top-banner .project-name {    display: none; }
.details {  padding-top: 9.375vw; }
  .details .section-title-wrapper {    display: none; }
  .details .title {    font-size: 6.25vw;    line-height: 7.813vw;    margin-bottom: 6.875vw;    text-align: center; }
  .details .items {    display: -webkit-box;    display: flex;    flex-wrap: wrap; }
  .details .item {    display: -webkit-box;    display: flex;    -webkit-box-orient: vertical;    -webkit-box-direction: normal;            flex-direction: column;    -webkit-box-align: center;            align-items: center;    width: 50%;    -webkit-box-flex: 0;            flex: 0 0 auto;    font-size: 4.5vw;    margin-bottom: 9.063vw;    text-align: center; }
    .details .item .icon {      width: 8.75vw;      margin-bottom: 1.563vw; }
    .details .item .texts {      display: -webkit-box;      display: flex;      -webkit-box-orient: vertical;      -webkit-box-direction: normal;              flex-direction: column;      -webkit-box-align: center;              align-items: center; }
    .details .item .type {      margin-bottom: 1.563vw; }
    .details .item .line {      height: 1px;      width: 5.625vw;      background: #081E2E;      margin-bottom: 1.563vw; }
  .details .paragraph {    font-size: 4.375vw;    line-height: 5.625vw;    text-align: justify;    margin-bottom: 7.187vw; }
  .details .slider {    background: #f3f3f3;    padding: 5.625vw 12.188vw 8.75vw;    margin-bottom: 7.187vw; }
    .details .slider .text {      font-size: 5vw;      padding-top: 3.125vw; }
    .details .slider .owl-nav {      position: absolute;      width: 100%;      top: 50%;      right: 0;      -webkit-transform: translateY(-50%);              transform: translateY(-50%);      display: -webkit-box;      display: flex;      -webkit-box-pack: justify;              justify-content: space-between;      padding: 0 3.125vw; }
.details .slider .owl-nav.disabled{    display: none;}
    .details .slider .owl-prev, .details .slider .owl-next {      width: 4.688vw;      -webkit-transform: rotate(90deg);              transform: rotate(90deg); }
    .details .slider .owl-next {      -webkit-transform: rotate(-90deg);              transform: rotate(-90deg); }
    .details .slider .preview {      position: relative; }
    .details .slider .expand-icon {      position: absolute;      top: 3.125vw;      left: 3.125vw;      width: 20px;      cursor: pointer;      -webkit-transform-origin: center center;              transform-origin: center center;      -webkit-transition: all 100ms ease-out;      transition: all 100ms ease-out; }
      .details .slider .expand-icon:hover {        -webkit-transform: scale(1.2);                transform: scale(1.2); }
  .details .bg {    display: none; }
.talking .item {  display: -webkit-box;  display: flex;  -webkit-box-pack: start;          justify-content: flex-start;  -webkit-box-align: center;          align-items: center;  margin-bottom: 13.438vw;  padding-right: 10.313vw; }
  .talking .item .number {    font-family: OpensansHebrew-Extrabold;    line-height: 1.2;    font-size: 6.25vw;    color: #f57d23;    padding-left: 1.563vw;    border-left: 2px solid #f57d23; }
  .talking .item .text {    font-size: 5vw;    padding-right: 3.125vw;    padding-left: 6.25vw; }
.map {  margin-bottom: 9.375vw; }
  .map .map_wrapper {    position: relative;    margin-bottom: 6.25vw; }
  .map .pins {    position: absolute;    top: 0;    bottom: 0;    left: 0;    right: 0; }
    .map .pins .pin {      display: block; }
  .map .pin {    display: none;    position: absolute;    width: 4.688vw;    height: 4.688vw;    -webkit-transform-origin: center center;            transform-origin: center center;    -webkit-transform: translate(-50%, -50%);            transform: translate(-50%, -50%);    border-radius: 50%;    cursor: pointer;    z-index: 5; }
    .map .pin.active {      z-index: 10; }
    .map .pin .tooltip {      display: none;      position: absolute;      top: 50%;      right: 50%;      width: 36.563vw;      background: rgba(255, 255, 255, 0.9);      font-size: 3.75vw;      line-height: 4.375vw;      padding: 2.813vw 5.938vw;      -webkit-transform-origin: center center;              transform-origin: center center;      -webkit-transform: translate(100%, -100%);              transform: translate(100%, -100%); }
      .map .pin .tooltip.active {        display: block; }
      .map .pin .tooltip.top-left {        -webkit-transform: translate(0, -100%);                transform: translate(0, -100%); }
      .map .pin .tooltip.top-right {        -webkit-transform: translate(100%, -100%);                transform: translate(100%, -100%); }
      .map .pin .tooltip.bottom-left {        -webkit-transform: translate(0, 100%);                transform: translate(0, 100%);        top: -150%; }
      .map .pin .tooltip.bottom-right {        -webkit-transform: translate(100%, 100%);                transform: translate(100%, 100%);        top: -150%; }
  .map .download-wrapper {    display: -webkit-box;    display: flex;    -webkit-box-pack: center;            justify-content: center; }
  .map .download {    display: -webkit-inline-box;    display: inline-flex;    -webkit-box-align: center;            align-items: center;    background: #f3f3f3;    padding: 2.813vw; }
    .map .download .icon {      width: 5.313vw;      margin-left: 1.563vw; }
  .map .desktop-image {    display: none; }
  .map .desktop-design-left, .map .desktop-design-right {    display: none; }
.gallery {  position: relative;  padding-top: 7.813vw; }
  .gallery .section-title-wrapper {    margin: 0;    -webkit-box-align: start;            align-items: flex-start; }
    .gallery .section-title-wrapper .title {      padding-right: 4.375vw;      font-family: OpenSansHebrew-Regular;      font-size: 6.25vw;      color: #000000;      margin-bottom: 1.875vw; }
    .gallery .section-title-wrapper .title-dot {      display: none; }
    .gallery .section-title-wrapper .underline {      display: none; }
  .gallery .big-screen {    display: none; }
  .gallery .gallery-slider .slick-slide {    padding: 0 1.563vw;    margin-bottom: 5vw; }
  .gallery .gallery-slider .slick-dots {    display: -webkit-box;    display: flex;    -webkit-box-pack: space-evenly;            justify-content: center;    margin-bottom: 8.125vw; }
.gallery .gallery-slider .slick-dots li{    margin: 0 9px;}
    .gallery .gallery-slider .slick-dots li button {      width: 3.438vw;      height: 3.438vw;      border-radius: 50%;      font-size: 0;      background: #fccaaf; }
    .gallery .gallery-slider .slick-dots li.slick-active button:before {      content: '';      width: 1.563vw;      height: 1.563vw;      background: #f15a29;      border-radius: 50%; }
  .gallery .arrows-container {    position: absolute;    top: 0;    left: 0;    display: none; }
.gallery .arrows-container.disabled{  display: none;}
.projects .section-title-wrapper {  margin: 0;  -webkit-box-align: start;          align-items: flex-start; }
  .projects .section-title-wrapper .title {    padding-right: 4.375vw;    font-family: OpenSansHebrew-Regular;    font-size: 6.25vw;    color: #000000;    margin-bottom: 1.875vw; }
  .projects .section-title-wrapper .title-dot {    display: none; }
  .projects .section-title-wrapper .underline {    display: none; }
.projects .projects-slider {  margin-bottom: 3.75vw; }
  .projects .projects-slider .owl-stage-outer {    direction: rtl; }
  .projects .projects-slider .item .overly {    position: absolute;    width: 45%;    top: 0;    right: 0;    padding: 4.375vw 2.5vw 6.563vw 2.5vw;    color: #000000;    font-family: OpenSansHebrew-Regular;    background: rgba(255, 255, 255, 0.7);    text-align: right; }
    .projects .projects-slider .item .overly .project-name {      font-size: 3.75vw;      display: block; }
    .projects .projects-slider .item .overly .city-name {      display: block;      font-size: 6.25vw;      line-height: 11.281vw; }
  .projects .projects-slider .item .hover-layer {    display: none; }
.projects .projects-slider .item{  position: relative;}
.projects .projects-slider .item .mobile-hover{  position: absolute;  width: 100%;  height: 100%;  z-index: 10;  top: 0;  left: 0;}
.projects .bottom_banner {  display: none; }
.contact .design {  position: relative;  color: #ffffff;  background: #f57d23;  padding: 12.5vw 0 12.5vw;  text-align: center; }
  .contact .design .title {    font-family: OpenSansHebrew-Bold;    font-size: 7.5vw; }
  .contact .design .subtitle {    margin-bottom: 20.938vw; }
  .contact .design .icons-strip {    width: 40.313vw;    margin: 0 auto; }
  .contact .design .icon {    position: absolute;    top: 0;    right: 0;    width: 50%; }
.contact .form-wrapper {  background: #f3f3f3;  padding: 12.5vw 4.688vw 27.5vw; }
  .contact .form-wrapper .input-wrapper {    margin-bottom: 12.5vw; }
  .contact .form-wrapper .textarea-wrapper {    margin-bottom: 12.5vw; }
    .contact .form-wrapper .textarea-wrapper .textarea {      font-size: 4.375vw;      background: transparent;      height: 9.375vw;      line-height: 9.375vw;      border: none;      border-radius: 0;      border-bottom: 2px solid #999999; }
  .contact .form-wrapper .checkbox-wrapper {    margin-bottom: 12.5vw; }
  .contact .form-wrapper .input {    font-size: 4.375vw;    background: transparent;    height: 9.375vw;    line-height: 9.375vw;    border-bottom: 2px solid #999999; }
  .contact .form-wrapper .placeholder {    top: 1.563vw;    right: 5.313vw;    font-size: 4.375vw; }
    .contact .form-wrapper .placeholder.animate {      right: 0; }
  .contact .form-wrapper .submit {    background: #f57d23;    width: 100%;    font-family: OpensansHebrew-Extrabold;    font-size: 5.625vw;    color: #000000;    height: 15.937vw; }
  .contact .form-wrapper .submit-msg {    display: none; }
  .contact .form-wrapper.submited {    display: -webkit-box;    display: flex;    -webkit-box-pack: center;            justify-content: center;    -webkit-box-align: center;            align-items: center; }
    .contact .form-wrapper.submited .form {      display: none;      pointer-events: none; }
    .contact .form-wrapper.submited .submit-msg {      display: block;      font-size: 5vw;      font-family: OpenSansHebrew-Bold;      color: #081e2e; }
@media (min-width: 768px){  .container {    padding: 0 1.953vw; }
  .section-title-wrapper {    margin-bottom: 2.995vw; }
    .section-title-wrapper .underline {      width: 19.531vw; }
    .section-title-wrapper .text-wrapper {      padding: 0 1.953vw; }
    .section-title-wrapper .title-dot {      width: 1.563vw;      height: 1.563vw; }
    .section-title-wrapper .title {      font-size: 4.427vw; }
    .section-title-wrapper.with-subtitle .underline {      top: -3.906vw; }
    .section-title-wrapper.with-subtitle .title {      margin-bottom: 1.302vw; }
    .section-title-wrapper.with-subtitle .subtitle {      font-size: 1.823vw; }
  .top-banner {    height: auto; }
    .top-banner .section-title-wrapper .title {      margin: 0; }
    .top-banner .section-title-wrapper .underline {      top: 0; }
    .top-banner .content-wrapper {      display: -webkit-box;      display: flex;      position: absolute;      top: 0;      bottom: 0;      left: 0;      right: 0; }
    .top-banner .content {      position: static;      width: 35.156vw; }
    .top-banner .project-name {      display: -webkit-box;      display: flex;      -webkit-box-pack: center;              justify-content: center;      -webkit-box-align: center;              align-items: center;      -webkit-box-flex: 1;              flex: 1 1; }
      .top-banner .project-name .title {        font-family: OpenSansHebrew-Bold;        color: #ffffff;        font-size: 2.604vw; }
    .top-banner .building {      width: 4.271vw;      margin: 0 auto 0.781vw; }
    .top-banner .next-fold-btn {      display: block;      position: absolute;      bottom: 0.651vw;      right: 50%;      -webkit-transform: translateX(50%);              transform: translateX(50%);      z-index: 100;      cursor: pointer; }
    .top-banner .video_banner {      display: block;      height: 65vh;      overflow: hidden; }
      .top-banner .video_banner .video {        position: absolute;        top: 0;        bottom: 0;        width: 100%;        height: 100%;        object-fit: fill; }
      .top-banner .video_banner .controls {        display: -webkit-box;        display: flex;        -webkit-box-pack: end;                justify-content: flex-end;        position: absolute;        width: 100%;        bottom: 2vw;        padding: 0 5vw; }
      .top-banner .video_banner .controls .control {        width: 5.46875vw;        margin: 0 0.5vw;        cursor: pointer; }
      .top-banner .video_banner .controls .hidden {        display: none; }
    .top-banner .youtube-wrapper {      height: 65vh; }
      .top-banner .youtube-wrapper .youtube-iframe {        position: absolute;        top: 0;        bottom: 0;        left: 0;        right: 0;        width: 100%;        height: 100%; }
  .popup {    -webkit-box-align: center;            align-items: center; }
    .popup .content {      background: #ffffff;      padding: 6.51vw 0.651vw 1.953vw;      width: 78.125vw; }
    .popup .x-close {      position: absolute;      width: 1.953vw;      top: 1.953vw;      left: 1.302vw;      cursor: pointer; }
    .popup.hidden {      opacity: 0;      pointer-events: none; }
  .details {    margin-bottom: 6.51vw;    padding-top: 3.906vw; }
    .details .title {      display: none; }
    .details .items {      padding: 0 13.021vw; }
    .details .item {      font-size: 1.875vw;      margin-bottom: 3.776vw; }
      .details .item .icon {        width: 3.646vw;        margin-bottom: 0.651vw; }
      .details .item .type {        margin-bottom: 0.651vw; }
      .details .item .line {        width: 2.344vw;        margin-bottom: 0.651vw; }
    .details .paragraph {      font-size: 1.823vw;      line-height: 2.344vw;      text-align: center;      margin-bottom: 2.995vw;      padding: 0 16.927vw; }
    .details .slider {      padding: 2.344vw 5.078vw 3.646vw;      margin-bottom: 2.995vw; }
      .details .slider .slide {        display: -webkit-box;        display: flex; }
      .details .slider .wrapper {        width: 50%;        -webkit-box-flex: 0;                flex: 0 0 auto;        padding-left: 1.953vw; }
        .details .slider .wrapper:nth-child(even){          padding-left: 0;          padding-right: 1.953vw; }
      .details .slider .text {        font-size: 2.083vw;        padding-top: 1.302vw; }
      .details .slider .owl-nav {        position: absolute;        width: 100%;        top: 50%;        right: 0;        -webkit-transform: translateY(-50%);                transform: translateY(-50%);        display: -webkit-box;        display: flex;        -webkit-box-pack: justify;                justify-content: space-between;        padding: 0 1.302vw; }
      .details .slider .owl-prev, .details .slider .owl-next {        width: 1.953vw;        -webkit-transform: rotate(90deg);                transform: rotate(90deg); }
      .details .slider .owl-next {        -webkit-transform: rotate(-90deg);                transform: rotate(-90deg); }
      .details .slider .wrapper {        position: relative; }
      .details .slider .expand-icon {        position: absolute;        top: 1.302vw;        left: 1.302vw;        width: 20px;        cursor: pointer;        -webkit-transform-origin: center center;                transform-origin: center center;        -webkit-transition: all 100ms ease-out;        transition: all 100ms ease-out; }
        .details .slider .expand-icon:hover {          -webkit-transform: scale(1.2);                  transform: scale(1.2); }
  .talking {    margin-bottom: 6.51vw; }
    .talking .items {      display: -webkit-box;      display: flex;      flex-wrap: wrap;      -webkit-box-align: start;              align-items: flex-start;      padding: 0 6.51vw; }
    .talking .item {      margin-bottom: 5.599vw;      padding: 0;      width: 50%;      -webkit-box-flex: 0;              flex: 0 0 auto;      -webkit-box-pack: center;              justify-content: center; }
      .talking .item .number {        line-height: 1.2;        font-size: 2.604vw;        padding-left: 0.651vw; }
      .talking .item .text {        font-size: 2.083vw;        padding-right: 1.302vw;        padding-left: 2.604vw; }
  .map {    margin-bottom: 6.51vw; }
    .map .map-padding {      padding: 0 19.531vw; }
    .map .map_wrapper {      position: relative;      margin-bottom: 2.604vw; }
    .map .pins {      position: absolute;      top: 0;      bottom: 0;      left: 0;      right: 0; }
      .map .pins .pin {        display: block; }
    .map .pin {      display: none;      position: absolute;      width: 1.953vw;      height: 1.953vw;      -webkit-transform-origin: center center;              transform-origin: center center;      -webkit-transform: translate(-50%, -50%);              transform: translate(-50%, -50%);      border-radius: 50%;      cursor: pointer;      z-index: 5; }
      .map .pin.active {        z-index: 10; }
      .map .pin .tooltip {        display: none;        position: absolute;        top: 50%;        right: 50%;        width: 15.234vw;        background: rgba(255, 255, 255, 0.9);        font-size: 1.563vw;        line-height: 1.823vw;        padding: 1.172vw 2.474vw;        -webkit-transform-origin: center center;                transform-origin: center center;        -webkit-transform: translate(100%, -100%);                transform: translate(100%, -100%); }
        .map .pin .tooltip.active {          display: block; }
        .map .pin .tooltip.top-left {          -webkit-transform: translate(0, -100%);                  transform: translate(0, -100%); }
        .map .pin .tooltip.top-right {          -webkit-transform: translate(100%, -100%);                  transform: translate(100%, -100%); }
        .map .pin .tooltip.bottom-left {          -webkit-transform: translate(0, 100%);                  transform: translate(0, 100%);          top: -150%; }
        .map .pin .tooltip.bottom-right {          -webkit-transform: translate(100%, 100%);                  transform: translate(100%, 100%);          top: -150%; }
    .map .download-wrapper {      display: -webkit-box;      display: flex;      -webkit-box-pack: center;              justify-content: center; }
    .map .download {      display: -webkit-inline-box;      display: inline-flex;      -webkit-box-align: center;              align-items: center;      background: #f3f3f3;      padding: 1.172vw; }
      .map .download .icon {        width: 2.214vw;        margin-left: 0.651vw; }
  .gallery {    padding: 3.255vw 0; }
    .gallery .section-title-wrapper {      margin: 0;      -webkit-box-align: start;              align-items: flex-start; }
      .gallery .section-title-wrapper .title {        padding-right: 1.823vw;        font-family: OpenSansHebrew-Regular;        font-size: 2.604vw;        color: #000000;        margin-bottom: 0.781vw; }
      .gallery .section-title-wrapper .title-dot {        display: none; }
      .gallery .section-title-wrapper .underline {        display: none; }
    .gallery .display {      position: relative;      display: -webkit-box;      display: flex;      -webkit-box-pack: center;              justify-content: center;    }
      .gallery .display .big-screen {        display: block;        width: 71.224vw;        margin-left: 1.953vw; }
      .gallery .display .full-gallery {        position: relative;        overflow: hidden;      }
        .gallery .display .full-gallery .gallery-slider {          z-index: 10;          width: 23.438vw; }
          .gallery .display .full-gallery .gallery-slider .slick-list {            margin: -1.302vw 0; }
            .gallery .display .full-gallery .gallery-slider .slick-list .slick-slide {              padding: 0;              margin: 1.302vw 0;              z-index: 5;              cursor: pointer; }
        .gallery .display .arrows-container {          display: block;          width: auto;          height: auto; }
    .gallery .display .arrows-container.disabled{        display: none;    }
    .gallery .display .arrows-container .arrow {            cursor: pointer;            width: 1.953vw;            height: 1.953vw;            position: absolute;            left: 10.417vw;            top: -2.865vw; }
            .gallery .display .arrows-container .arrow.next {              bottom: -57.604vw;              top: auto;              -webkit-transform: rotate(180deg);                      transform: rotate(180deg); }
  .projects .section-title-wrapper {    margin: 0;    -webkit-box-align: start;            align-items: flex-start; }
    .projects .section-title-wrapper .title {      padding-right: 1.823vw;      font-family: OpenSansHebrew-Regular;      font-size: 2.604vw;      color: #000000;      margin-bottom: 0.781vw; }
    .projects .section-title-wrapper .title-dot {      display: none; }
    .projects .section-title-wrapper .underline {      display: none; }
  .projects .projects-slider {    margin-bottom: 1.563vw; }
    .projects .projects-slider .item .overly {      padding: 1.823vw 1.042vw 2.734vw 1.042vw; }
      .projects .projects-slider .item .overly .project-name {        font-size: 1.563vw; }
      .projects .projects-slider .item .overly .city-name {        font-size: 2.604vw;        line-height: 4.701vw; }
  .contact {    display: -webkit-box;    display: flex; }
    .contact .design {      display: -webkit-box;      display: flex;      -webkit-box-orient: vertical;      -webkit-box-direction: normal;              flex-direction: column;      -webkit-box-pack: center;              justify-content: center;      padding: 5.208vw 0 5.208vw;      width: 50%;      -webkit-box-flex: 1;              flex: 1 1 auto; }
      .contact .design .title {        font-family: OpenSansHebrew-Bold;        font-size: 3.125vw; }
      .contact .design .subtitle {        margin-bottom: 8.724vw; }
      .contact .design .icons-strip {        width: 16.797vw;        margin: 0 auto; }
      .contact .design .icon {        position: absolute;        top: 0;        right: 0;        width: 50%; }
    .contact .form-wrapper {      padding: 5.208vw 1.953vw 11.458vw;      width: 50%;      -webkit-box-flex: 1;              flex: 1 1 auto; }
      .contact .form-wrapper .input-wrapper {        margin-bottom: 5.208vw; }
      .contact .form-wrapper .textarea-wrapper {        margin-bottom: 5.208vw; }
        .contact .form-wrapper .textarea-wrapper .textarea {          font-size: 1.823vw;          height: 3.906vw;          line-height: 3.906vw;          border-bottom-width: 1px; }
      .contact .form-wrapper .checkbox-wrapper {        font-size: 1.823vw;        margin-bottom: 5.208vw; }
      .contact .form-wrapper .input {        font-size: 1.823vw;        height: 3.906vw;        line-height: 3.906vw;        border-bottom-width: 1px; }
      .contact .form-wrapper .placeholder {        top: 0.651vw;        right: 2.214vw;        font-size: 1.823vw; }
      .contact .form-wrapper .submit {        font-size: 2.344vw;        height: 6.641vw; }
      .contact .form-wrapper.submited .submit-msg {        font-size: 2.083vw; }
 }
@media (min-width: 1200px){  .top-banner .project-name .title{    font-size: 2.083333333333333vw;  }
  header .header-content-bottom .wrapper {    width: auto; }
  header .header-content-bottom .phone {    font-family: OpenSansHebrew-Bold;    display: -webkit-box;    display: flex; }
    header .header-content-bottom .phone img {      width: 18px;      margin-left: 5px; }
  .container {    padding: 0 1.953vw; }
  .section-title-wrapper {    margin-bottom: 0.417vw; }
    .section-title-wrapper .underline {      width: 12.5vw; }
    .section-title-wrapper .text-wrapper {      padding: 0 1.25vw; }
    .section-title-wrapper .title-dot {      width: 1vw;      height: 1vw; }
    .section-title-wrapper .title {      font-size: 2.667vw; }
    .section-title-wrapper.with-subtitle .underline {      top: -2.5vw; }
    .section-title-wrapper.with-subtitle .title {      margin-bottom: 0.833vw; }
    .section-title-wrapper.with-subtitle .subtitle {      font-size: 1.333vw; }
  .title.container {    display: none; }
  .popup .content {    padding: 4.167vw 0.417vw 1.25vw; }
  .popup .x-close {    width: 1.25vw;    top: 1.25vw;    left: 0.833vw; }
  .popup.hidden {    opacity: 0;    pointer-events: none; }
  .details {    padding-top: 2.5vw; }
    .details .section-title-wrapper {      display: -webkit-box;      display: flex; }
      .details .section-title-wrapper .title {        color: #081e2e;        display: block;        margin-bottom: 0.833vw;        font-size: 2.667vw; }
    .details .title {      font-size: 1.667vw;      line-height: 2.083vw;      margin-bottom: 2.917vw; }
    .details .items {      padding: 0 8.333vw;      flex-wrap: nowrap; }
    .details .item {      font-size: 1.2vw;      margin-bottom: 2.417vw;      width: auto;      -webkit-box-flex: 1;              flex-grow: 1;      flex-basis: 0; }
      .details .item .icon {        width: 2.333vw;        margin-bottom: 0.417vw; }
      .details .item .type {        margin-bottom: 0.417vw; }
      .details .item .line {        width: 1.5vw;        margin-bottom: 0.417vw; }
    .details .paragraph {      font-size: 1.333vw;      line-height: 2.083vw;      padding: 0;      width: 50.521vw;      margin: 0 auto 8.854vw; }
    .details .slider-wrapper {      background: white; }
      .details .slider-wrapper .paragraph {        position: relative;        top: -5vw; }
    .details .slider {      position: relative;      top: -7.5vw;      padding: 1.5vw 3.333vw 2.333vw;      width: 71.875vw;      margin: 0 auto;      background: transparent; }
      .details .slider .text {        font-size: 1.333vw;        padding-top: 0.833vw; }
      .details .slider .owl-nav {        position: absolute;        width: 100%;        top: 50%;        right: 0;        -webkit-transform: translateY(-50%);                transform: translateY(-50%);        display: -webkit-box;        display: flex;        -webkit-box-pack: justify;                justify-content: space-between;        padding: 0 0.833vw; }
    .details .slider .owl-nav.disabled{        display: none;    }
      .details .slider .owl-prev, .details .slider .owl-next {        width: 1.25vw;        -webkit-transform: rotate(90deg);                transform: rotate(90deg); }
      .details .slider .owl-next {        -webkit-transform: rotate(-90deg);                transform: rotate(-90deg); }
      .details .slider .wrapper {        position: relative; }
        .details .slider .wrapper .text {          text-align: center;          padding-bottom: 1.667vw; }
      .details .slider .expand-icon {        top: 0.833vw;        left: 0.833vw; }
    .details .bg {      display: block;      position: absolute;      top: 0;      bottom: 0;      left: 0;      right: 0;      z-index: -1; }
  .map {    position: relative;    margin-bottom: 4.167vw; }
    .map .desktop-image {      display: block;      width: 52.083vw;      margin: 0 auto 1.667vw; }
    .map .download-wrapper {      display: -webkit-box;      display: flex;      -webkit-box-pack: center;              justify-content: center; }
    .map .download {      display: -webkit-inline-box;      display: inline-flex;      -webkit-box-align: center;              align-items: center;      background: #f3f3f3;      padding: 1.172vw; }
      .map .download .icon {        width: 2.214vw;        margin-left: 0.651vw; }
    .map .desktop-design-left, .map .desktop-design-right {      display: block;      position: absolute; }
    .map .desktop-design-left {      width: 20.833vw;      bottom: 4.167vw;      left: -8.333vw; }
    .map .desktop-design-right {      width: 20.833vw;      top: 0vw;      right: -8.333vw; }
  .talking {    margin-bottom: 4.167vw; }
    .talking .items {      padding: 0 12.5vw 0 4.167vw; }
    .talking .item {      margin-bottom: 3.583vw;      width: 33%;      -webkit-box-pack: start;              justify-content: flex-start;      -webkit-box-align: start;              align-items: flex-start; }
      .talking .item .number {        line-height: 1.2;        font-size: 1.667vw;        padding-left: 0.417vw; }
      .talking .item .text {        font-size: 1.333vw;        padding-right: 0.833vw;        padding-left: 1.667vw; }
  .gallery {    padding: 2.083vw 0; }
    .gallery .section-title-wrapper {      margin: 0 0 2.5vw 0;      -webkit-box-align: center;              align-items: center; }
      .gallery .section-title-wrapper .title {        font-family: OpenSansHebrew-Bold;        padding-right: 1.167vw;        font-size: 3.333vw;        margin-bottom: 0.5vw; }
      .gallery .section-title-wrapper .title-dot {        display: block; }
      .gallery .section-title-wrapper .underline {        display: block; }
    .gallery .display .big-screen {      width: 65vw;      margin-left: 2.5vw; }
    .gallery .display .full-gallery .gallery-slider {      margin: -0.781vw 0;      width: 16.667vw; }
      .gallery .display .full-gallery .gallery-slider .slick-list {        margin: -1.25vw 0; }
        .gallery .display .full-gallery .gallery-slider .slick-list .slick-slide {          margin: 1.25vw 0;          width: 19.167vw !important; }
  .gallery .display .full-gallery .gallery-slider .slick-arrow {        font-size: 0;        top: -1.833vw; }
        .gallery .display .full-gallery .gallery-slider .slick-arrow:before {          font-size: 1.5vw; }
      .gallery .display .full-gallery .gallery-slider .slick-arrow.slick-prev {        bottom: -1.833vw; }
        .gallery .display .full-gallery .gallery-slider .slick-arrow.slick-prev:before {          font-size: 1.5vw; }
    .gallery .display .arrows-container .arrow {      width: 1.25vw;      height: 1.25vw;      left: 15.5vw;      top: -1.667vw; }
      .gallery .display .arrows-container .arrow.next {        bottom: -47.667vw; }
  .projects {    position: relative;    padding: 5.833vw 5vw 16.667vw 5vw; }
    .projects .section-title-wrapper {      margin: 0 0 2.5vw 0;      -webkit-box-align: center;              align-items: center; }
      .projects .section-title-wrapper .title {        font-family: OpenSansHebrew-Bold;        padding-right: 1.167vw;        font-size: 3.333vw;        margin-bottom: 0.5vw; }
      .projects .section-title-wrapper .title-dot {        display: block; }
      .projects .section-title-wrapper .underline {        display: block; }
    .projects .projects-slider {      margin-bottom: 0vw; }
  .projects .projects-slider .item .mobile-hover{    display: none;  }
      .projects .projects-slider .item .overly {        padding: 1.167vw 0.667vw 1.75vw 0.667vw; }
        .projects .projects-slider .item .overly .project-name {          font-size: 1vw; }
        .projects .projects-slider .item .overly .city-name {          font-size: 1.667vw;          line-height: 3.008vw; }
    .projects .bottom_banner {      display: block;      position: absolute;      bottom: 0;      left: 0;      width: 25vw; }
  .contact {    display: -webkit-box;    display: flex; }
    .contact .design {      padding: 5.833vw 0 3.333vw;      width: 36%;      -webkit-box-flex: 0;              flex: 0 0 auto; }
      .contact .design .title {        font-family: OpenSansHebrew-ExtraBold;        font-size: 2vw; }
      .contact .design .subtitle {        margin-bottom: 5.583vw; }
      .contact .design .icons-strip {        width: 10.75vw;        margin: auto auto 0; }
      .contact .design .icon {        position: absolute;        top: 0;        right: 0;        width: 50%; }
    .contact .form-wrapper {      padding: 3.333vw 4.167vw 3.333vw;      width: 64%;      -webkit-box-flex: 0;              flex: 0 0 auto; }
      .contact .form-wrapper.submited .submit-msg {        font-size: 1.333vw; }
      .contact .form-wrapper .input-wrapper {        margin-bottom: 3.333vw; }
      .contact .form-wrapper .textarea-wrapper {        margin-bottom: 3.333vw; }
        .contact .form-wrapper .textarea-wrapper .textarea {          font-size: 1.167vw;          height: 2.5vw;          line-height: 2.5vw; }
      .contact .form-wrapper .checkbox-wrapper {        font-size: 1.167vw;        margin-bottom: 0; }
      .contact .form-wrapper .input {        font-size: 1.167vw;        height: 2.5vw;        line-height: 2.5vw; }
      .contact .form-wrapper .placeholder {        top: 0.417vw;        right: 1.417vw;        font-size: 1.167vw; }
      .contact .form-wrapper .submit {        font-size: 1.5vw;        height: 4.25vw; }
      .contact .form-wrapper .form {        display: -webkit-box;        display: flex;        -webkit-box-pack: justify;                justify-content: space-between; }
      .contact .form-wrapper .left, .contact .form-wrapper .right {        width: 48%;        -webkit-box-flex: 0;                flex: 0 0 auto; }
      .contact .form-wrapper .left {        display: -webkit-box;        display: flex;        -webkit-box-orient: vertical;        -webkit-box-direction: normal;                flex-direction: column;        -webkit-box-pack: justify;                justify-content: space-between; }
 }
@media (min-width: 1500px){    .bread-crumbs{        padding-right: 52px;      padding-top: 14px;      font-size: 0.625vw;    }
  header .header-content-bottom .wrapper {  }
  header .header-content-bottom .phone img {    width: 18px;    margin-left: 15px; }
  .section-title-wrapper {    margin-bottom: 0; }
    .section-title-wrapper .underline {      width: 11.979vw; }
    .section-title-wrapper .text-wrapper {      padding: 0 1.25vw; }
    .section-title-wrapper .title-dot {      width: 1vw;      height: 1vw; }
    .section-title-wrapper .title {      font-size: 2.083vw;      margin-bottom: 0.521vw; }
    .section-title-wrapper.with-subtitle .underline {      top: -2.5vw; }
    .section-title-wrapper.with-subtitle .title {      margin-bottom: 0.833vw; }
    .section-title-wrapper.with-subtitle .subtitle {      font-size: 1.042vw; }
  .popup {    -webkit-box-align: center;            align-items: center; }
    .popup .content {      width: 59.896vw;      padding: 2.604vw; }
    .popup .x-close {      width: 0.781vw;      top: 0.781vw;      left: 0.521vw; }
    .popup.hidden {      opacity: 0;      pointer-events: none; }
  .top-banner .section-title-wrapper .title {    font-size: 61px;    margin: 0; }
  .top-banner .section-title-wrapper .subtitle {    font-size: 1.771vw;    top: -0.26vw; }
  .top-banner .section-title-wrapper .underline {    top: 0; }
  .top-banner .video_banner {    height: 70vh; }
    .top-banner .video_banner .controls .control {      width: 3.333vw; }
  .top-banner .youtube-wrapper {    height: 70vh; }
  .details {      margin-bottom: unset;    padding-top: 1.5625vw; }
    .details .section-title-wrapper .title {      margin-bottom: 0.521vw;      font-size: 2.083vw; }
    .details .title {      font-size: 20px;      margin-bottom: 3.125vw; }
    .details .items {      padding: 0 23.177083333333336vw; }
    .details .item {      font-size: 16px;      margin-bottom: 29px; }
      .details .item .texts {        -webkit-box-orient: horizontal;        -webkit-box-direction: normal;                flex-direction: row;        -webkit-box-align: start;                align-items: flex-start; }
    .details .item .texts .line{        margin-top: unset;    }
      .details .item .icon {        width: 1.4583333333333333vw;        height: 1.4583333333333333vw;        margin-bottom: 23px; }
      .details .item .type {        margin-bottom: 0;        white-space: nowrap; }
      .details .item .line {        width: 1px;        -webkit-box-flex: 0;                flex: 0 0 auto;        height: 20px;        margin: 5px 5px 0; }
      .details .item .property {        text-align: right; }
    .details .paragraph {      font-size: 0.833vw;      line-height: 1.302vw;      padding: 0 0 10.417vw 0;      width: 50.521vw;      margin: 0 auto; }
    .details .slider-wrapper {      background: white; }
      .details .slider-wrapper .paragraph {        position: relative;        top: -6.770833333333333vw;          font-size: 0.8333333333333334vw;          font-family: OpenSansHebrew-Regular;          line-height: 1.3020833333333335vw;          width: 48.020833333333336vw;        margin-bottom: 0;        padding-bottom: 0; }
    .details .slider {      position: relative;      top: -9.375vw;      padding: 0.938vw 2.083vw 1.458vw;      width: 71.875vw;      margin: 0 auto;      background: transparent;      z-index: 15;      position: relative; }
      .details .slider .text {        font-size: 0.833vw;        padding-top: 0.521vw; }
      .details .slider .owl-nav {        position: absolute;        width: 100%;        top: 50%;        right: 0;        -webkit-transform: translateY(-50%);                transform: translateY(-50%);        display: -webkit-box;        display: flex;        -webkit-box-pack: justify;                justify-content: space-between;        padding: 0 0.521vw; }
      .details .slider .owl-prev, .details .slider .owl-next {        width: 0.781vw;        -webkit-transform: rotate(90deg);                transform: rotate(90deg); }
      .details .slider .owl-next {        -webkit-transform: rotate(-90deg);                transform: rotate(-90deg); }
      .details .slider .slide {        -webkit-box-pack: justify;                justify-content: space-between;          padding: 0 2px;      }
      .details .slider .wrapper {        position: relative;        width: 31.875vw;        padding: 0; }
        .details .slider .wrapper:nth-child(even){          padding: 0; }
        .details .slider .wrapper .text {          font-size: 1.25vw;          text-align: center;          padding-bottom: 1.042vw; }
      .details .slider .expand-icon {        top: 0.521vw;        left: 0.521vw; }
    .details .bg {      display: block;      position: absolute;      top: 0;      bottom: 0;      left: 0;      right: 0;      z-index: -1; }
    .details .desktop-shadow {      box-shadow: none;      z-index: 10;      position: relative; }
  .talking {    margin-bottom: 4.333vw; }
    .talking .section-title-wrapper {      margin-bottom: 5.208vw; }
    .talking .items {      padding: 0 23.073vw 0 15.625vw; }
    .talking .item {      margin-bottom: 3.906vw; }
      .talking .item .number {        font-size: 20px; }
      .talking .item .text {        font-size: 16px; }
  .map {    position: relative; }
    .map .section-title-wrapper {      margin-bottom: 4.167vw; }
    .map .desktop-image {      margin: 0 auto 1.042vw; }
    .map .download-wrapper {      position: absolute;      top: 2.604vw;      left: 13.021vw; }
    .map .download {      padding: 0.469vw; }
      .map .download .icon {        width: 0.885vw;        margin-left: 0.26vw; }
    .map .desktop-design-left {      width: 13.021vw;      bottom: 2.604vw;      left: -5.208vw; }
    .map .desktop-design-right {      width: 23.438vw;      top: 0vw;      right: -15.625vw; }
  .gallery {    padding: 1.302vw 0; }
    .gallery .section-title-wrapper {      margin: 0 0 1.563vw 0;      -webkit-box-align: center;              align-items: center; }
      .gallery .section-title-wrapper .title {        font-family: OpenSansHebrew-Bold;        padding-right: 0.729vw;        font-size: 2.083vw;        margin-bottom: 0.313vw; }
      .gallery .section-title-wrapper .title-dot {        display: block; }
      .gallery .section-title-wrapper .underline {        display: block; }
    .gallery .display .big-screen {      width: 62.083vw;      margin-left: 1.563vw;      max-height: 38.542vw; }
    .gallery .display .full-gallery .gallery-slider {      width: 13.177vw; }
      .gallery .display .full-gallery .gallery-slider .slick-list {        margin: -0.781vw 0; }
        .gallery .display .full-gallery .gallery-slider .slick-list .slick-slide {          padding: 0.781vw 0;          margin: unset;          width: 16.771vw !important; }
  .gallery .display .full-gallery .gallery-slider .slick-list .slick-slide .gallery-img {            -webkit-transform: translateX(1.823vw);                    transform: translateX(1.823vw); }
      .gallery .display .full-gallery .gallery-slider .slick-arrow {        font-size: 0;        top: -1.146vw; }
        .gallery .display .full-gallery .gallery-slider .slick-arrow:before {          font-size: 0.938vw; }
      .gallery .display .full-gallery .gallery-slider .slick-arrow.slick-prev {        bottom: -1.146vw; }
        .gallery .display .full-gallery .gallery-slider .slick-arrow.slick-prev:before {          font-size: 0.938vw; }
    .gallery .display .arrows-container .arrow {      width: 0.781vw;      height: 0.781vw;      left: 18.99vw;      top: -0.946vw; }
      .gallery .display .arrows-container .arrow.next {        top: auto;        bottom: -39.546vw; }
  .projects {    padding: 2.083vw 11.302vw 11.354vw 11.302vw; }
    .projects .section-title-wrapper {      margin: 0 0 1.563vw 0;      -webkit-box-align: center;              align-items: center; }
      .projects .section-title-wrapper .title {        font-family: OpenSansHebrew-Bold;        padding-right: 0.729vw;        font-size: 2.083vw;        margin-bottom: 0.313vw; }
      .projects .section-title-wrapper .title-dot {        display: block; }
      .projects .section-title-wrapper .underline {        display: block; }
    .projects .projects-slider {      margin-bottom: 0.625vw; }
      .projects .projects-slider .item .overly {        z-index: 25;        padding: 0.729vw 0.417vw 1.094vw 0.417vw; }
        .projects .projects-slider .item .overly .project-name {          font-size: 0.625vw; }
        .projects .projects-slider .item .overly .city-name {          font-size: 1.042vw;          line-height: 1.88vw; }
      .projects .projects-slider .item .hover-layer {        display: -webkit-box;        display: flex;        -webkit-box-pack: center;                justify-content: center;        -webkit-box-align: center;                align-items: center;        opacity: 0;        pointer-events: none;        position: absolute;        top: 0;        bottom: 0;        left: 0;        right: 0;        background: rgba(0, 0, 0, 0.62);        z-index: 10;        color: #ffffff;        padding: 0;        font-size: 0.729vw;        line-height: 1.198vw;        -webkit-transition: opacity 200ms ease-out;        transition: opacity 200ms ease-out; }
      .projects .projects-slider .item:hover .hover-layer {        opacity: 1;        pointer-events: all; }
    .projects .bottom_banner {      width: 19.792vw; }
  .contact {    display: -webkit-box;    display: flex; }
    .contact .design {      padding: 6.354vw 0 3.49vw;      width: 36%;      -webkit-box-flex: 0;              flex: 0 0 auto; }
      .contact .design .title {        font-family: OpenSansHebrew-ExtraBold;        font-size: 2.604vw; }
      .contact .design .subtitle {        font-size: 1.042vw;        margin-bottom: 3.49vw; }
      .contact .design .icons-strip {        width: 12.5vw; }
      .contact .design .icon {        width: 55%; }
    .contact .form-wrapper {      padding: 4.792vw 8.177vw 5.729vw 12.344vw; }
      .contact .form-wrapper.submited .submit-msg {        font-size: 1.042vw; }
      .contact .form-wrapper .input-wrapper {        margin-bottom: 2.083vw; }
      .contact .form-wrapper .textarea-wrapper {        margin-bottom: 2.083vw; }
        .contact .form-wrapper .textarea-wrapper .textarea {          font-size: 0.833vw;          height: 1.563vw;          line-height: 1.563vw; }
      .contact .form-wrapper .checkbox-wrapper {        font-size: 0.833vw;        margin-bottom: 0; }
  .contact .form-wrapper .checkbox-wrapper .label{    align-items: center;  }
        .contact .form-wrapper .checkbox-wrapper .icon {          width: 16px; }
      .contact .form-wrapper .input {        font-size: 0.833vw;        height: 1.563vw;        line-height: 1.563vw;        padding-right: 0.26vw; }
      .contact .form-wrapper .placeholder {        top: 0.26vw;        right: 0.26vw;        font-size: 0.833vw; }
  .contact .form-wrapper .left .cb-location {    position: absolute;    right: 0;    bottom: -7px;  }
      .contact .form-wrapper .submit {        font-size: 0.938vw;        height: 2.656vw; }
      .contact .form-wrapper .desktop {        display: block; }
      .contact .form-wrapper .mobile {        display: none; }
      .contact .form-wrapper .form {        position: relative;        display: -webkit-box;        display: flex;        -webkit-box-pack: justify;                justify-content: space-between; }
      .contact .form-wrapper .left, .contact .form-wrapper .right {        width: 48%;        -webkit-box-flex: 0;                flex: 0 0 auto; }
      .contact .form-wrapper .left {        display: -webkit-box;        display: flex;        -webkit-box-orient: vertical;        -webkit-box-direction: normal;                flex-direction: column;        -webkit-box-pack: justify;                justify-content: space-between; }
 }
