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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1, ../sass/landing-mark/land-mark-top.scss */
.land-top {
  position: relative;
}
/* line 4, ../sass/landing-mark/land-mark-top.scss */
.land-top:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}

/* line 16, ../sass/landing-mark/land-mark-top.scss */
.land-top-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 24, ../sass/landing-mark/land-mark-top.scss */
.land-top-img.mobile {
  display: none;
}
/* line 28, ../sass/landing-mark/land-mark-top.scss */
.land-top-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 36, ../sass/landing-mark/land-mark-top.scss */
.land-top-wr {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  width: 100%;
  display: flex;
  align-items: flex-end;
  z-index: 2;
  padding-bottom: 10vh;
}
/* line 46, ../sass/landing-mark/land-mark-top.scss */
.land-top-wr h1 {
  font-size: 78px;
  display: block;
  color: #fff;
}
/* line 52, ../sass/landing-mark/land-mark-top.scss */
.land-top-wr h2 {
  font-size: 25px;
  color: #fff;
  margin: 1vh 0 5vh;
}

/* line 59, ../sass/landing-mark/land-mark-top.scss */
.land-top-btn-wr {
  display: flex;
}
/* line 62, ../sass/landing-mark/land-mark-top.scss */
.land-top-btn-wr .land-btn {
  margin-left: 18px;
  margin-top: 0;
}
/* line 66, ../sass/landing-mark/land-mark-top.scss */
.land-top-btn-wr .land-btn:last-child {
  margin-left: 0 !important;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 75, ../sass/landing-mark/land-mark-top.scss */
  .land-top-wr h1 {
    font-size: 68px;
  }
  /* line 79, ../sass/landing-mark/land-mark-top.scss */
  .land-top-wr h2 {
    font-size: 23px;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1439px) {
  /* line 89, ../sass/landing-mark/land-mark-top.scss */
  .land-top-wr h1 {
    font-size: 58px;
  }
  /* line 93, ../sass/landing-mark/land-mark-top.scss */
  .land-top-wr h2 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 103, ../sass/landing-mark/land-mark-top.scss */
  .land-top-wr h1 {
    font-size: 46px;
  }
  /* line 107, ../sass/landing-mark/land-mark-top.scss */
  .land-top-wr h2 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 117, ../sass/landing-mark/land-mark-top.scss */
  .land-top-wr h1 {
    font-size: 36px;
  }
  /* line 121, ../sass/landing-mark/land-mark-top.scss */
  .land-top-wr h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 130, ../sass/landing-mark/land-mark-top.scss */
  .land-top-wr {
    padding-bottom: 4vh;
  }
  /* line 133, ../sass/landing-mark/land-mark-top.scss */
  .land-top-wr h1 {
    font-size: 28px;
  }
  /* line 137, ../sass/landing-mark/land-mark-top.scss */
  .land-top-wr h2 {
    font-size: 18px;
    margin: 1vh 0 3vh;
  }

  /* line 143, ../sass/landing-mark/land-mark-top.scss */
  .land-top-img {
    display: none;
  }
  /* line 146, ../sass/landing-mark/land-mark-top.scss */
  .land-top-img.mobile {
    display: block;
  }

  /* line 153, ../sass/landing-mark/land-mark-top.scss */
  .land-top-btn-wr .land-btn {
    margin-left: 10px;
  }
}
/* line 1, ../sass/landing-mark/land-mark-info.scss */
.land-info {
  position: relative;
  padding: 140px 0;
  direction: rtl;
}

/* line 7, ../sass/landing-mark/land-mark-info.scss */
.land-info-wr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 12, ../sass/landing-mark/land-mark-info.scss */
.land-info-wr .col {
  width: 45%;
}
/* line 15, ../sass/landing-mark/land-mark-info.scss */
.land-info-wr .col:nth-child(1) {
  padding: 100px 0;
}
/* line 19, ../sass/landing-mark/land-mark-info.scss */
.land-info-wr .col img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 28, ../sass/landing-mark/land-mark-info.scss */
.land-info-list {
  display: flex;
  flex-wrap: wrap;
  margin: 70px 0 0;
}
/* line 33, ../sass/landing-mark/land-mark-info.scss */
.land-info-list .column {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-left: 11%;
}
/* line 39, ../sass/landing-mark/land-mark-info.scss */
.land-info-list .column:nth-last-child(1) {
  margin-left: 0;
}
/* line 43, ../sass/landing-mark/land-mark-info.scss */
.land-info-list .column:nth-child(1), .land-info-list .column:nth-child(2) {
  margin-bottom: 5px;
}
/* line 47, ../sass/landing-mark/land-mark-info.scss */
.land-info-list .column b {
  font-size: 50px;
  font-weight: 700;
}
/* line 51, ../sass/landing-mark/land-mark-info.scss */
.land-info-list .column b small {
  font-size: .7em;
}
/* line 56, ../sass/landing-mark/land-mark-info.scss */
.land-info-list .column span {
  font-size: 16px;
  opacity: 0.7;
  display: block;
}

/* line 66, ../sass/landing-mark/land-mark-info.scss */
.lang-ru .land-info-list .column {
  margin-right: 11%;
  margin-left: 0;
}
/* line 70, ../sass/landing-mark/land-mark-info.scss */
.lang-ru .land-info-list .column:nth-last-child(1) {
  margin-right: 0;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 79, ../sass/landing-mark/land-mark-info.scss */
  .land-info {
    padding: 120px 0;
  }

  /* line 85, ../sass/landing-mark/land-mark-info.scss */
  .land-info-wr .col:nth-child(1) {
    padding: 85px 0;
  }

  /* line 91, ../sass/landing-mark/land-mark-info.scss */
  .land-info-list {
    margin: 60px 0 0;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1439px) {
  /* line 99, ../sass/landing-mark/land-mark-info.scss */
  .land-info {
    padding: 100px 0;
  }

  /* line 105, ../sass/landing-mark/land-mark-info.scss */
  .land-info-wr .col:nth-child(1) {
    padding: 75px 0;
  }

  /* line 111, ../sass/landing-mark/land-mark-info.scss */
  .land-info-list {
    margin: 50px 0 0;
  }
  /* line 115, ../sass/landing-mark/land-mark-info.scss */
  .land-info-list .column b {
    font-size: 44px;
  }
  /* line 119, ../sass/landing-mark/land-mark-info.scss */
  .land-info-list .column span {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 129, ../sass/landing-mark/land-mark-info.scss */
  .land-info {
    padding: 80px 0;
  }

  /* line 135, ../sass/landing-mark/land-mark-info.scss */
  .land-info-wr .col:nth-child(1) {
    padding: 60px 0;
  }

  /* line 141, ../sass/landing-mark/land-mark-info.scss */
  .land-info-list {
    margin: 40px 0 0;
  }
  /* line 145, ../sass/landing-mark/land-mark-info.scss */
  .land-info-list .column b {
    font-size: 36px;
  }
  /* line 149, ../sass/landing-mark/land-mark-info.scss */
  .land-info-list .column span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 159, ../sass/landing-mark/land-mark-info.scss */
  .land-info {
    padding: 60px 0;
  }

  /* line 164, ../sass/landing-mark/land-mark-info.scss */
  .land-info-wr .col {
    width: calc((100% - 15px) / 2);
  }
  /* line 167, ../sass/landing-mark/land-mark-info.scss */
  .land-info-wr .col:nth-child(1) {
    padding: 45px 0;
  }

  /* line 173, ../sass/landing-mark/land-mark-info.scss */
  .land-info-list {
    margin: 30px 0 0;
  }
  /* line 176, ../sass/landing-mark/land-mark-info.scss */
  .land-info-list .column {
    margin-left: 15px;
    min-width: 40%;
  }
  /* line 180, ../sass/landing-mark/land-mark-info.scss */
  .land-info-list .column b {
    font-size: 28px;
  }
  /* line 184, ../sass/landing-mark/land-mark-info.scss */
  .land-info-list .column span {
    font-size: 14px;
  }

  /* line 192, ../sass/landing-mark/land-mark-info.scss */
  .lang-ru .land-info-list .column {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 202, ../sass/landing-mark/land-mark-info.scss */
  .land-info {
    padding: 45px 0;
  }

  /* line 207, ../sass/landing-mark/land-mark-info.scss */
  .land-info-wr .col {
    width: 100%;
  }
  /* line 210, ../sass/landing-mark/land-mark-info.scss */
  .land-info-wr .col:nth-child(1) {
    padding: 30px 0;
    padding-top: 0;
  }

  /* line 217, ../sass/landing-mark/land-mark-info.scss */
  .land-info-list {
    margin: 20px 0 0;
  }
  /* line 220, ../sass/landing-mark/land-mark-info.scss */
  .land-info-list .column {
    margin-left: 15px;
    min-width: 43%;
  }
  /* line 224, ../sass/landing-mark/land-mark-info.scss */
  .land-info-list .column b {
    font-size: 28px;
  }
  /* line 228, ../sass/landing-mark/land-mark-info.scss */
  .land-info-list .column span {
    font-size: 14px;
  }

  /* line 236, ../sass/landing-mark/land-mark-info.scss */
  .lang-ru .land-info-list .column {
    margin-right: 15px;
  }
}
/* line 1, ../sass/landing-mark/land-mark-map.scss */
.land-map {
  position: relative;
}
/* line 4, ../sass/landing-mark/land-mark-map.scss */
.land-map.pd-top {
  padding-top: 140px;
}
/* line 8, ../sass/landing-mark/land-mark-map.scss */
.land-map iframe, .land-map img, .land-map .land-map-video {
  width: 100% !important;
  height: 500px !important;
  margin-top: 40px;
  display: block;
  object-fit: cover;
}
/* line 16, ../sass/landing-mark/land-mark-map.scss */
.land-map .auto {
  height: auto !important;
  object-fit: contain;
}

/* line 22, ../sass/landing-mark/land-mark-map.scss */
.land-map-box-bg {
  padding-top: 70px;
  background-color: #FAFAFA;
}
/* line 26, ../sass/landing-mark/land-mark-map.scss */
.land-map-box-bg .ObjMapWrap {
  max-width: 100%;
  margin-top: 30px;
}

/* line 32, ../sass/landing-mark/land-mark-map.scss */
.land-map-video {
  position: relative;
  display: block;
}
/* line 39, ../sass/landing-mark/land-mark-map.scss */
.land-map-video:hover .play-btn {
  transform: translate(-50%, -50%) scale(1.1);
}
/* line 42, ../sass/landing-mark/land-mark-map.scss */
.land-map-video:hover .play-btn i {
  background-image: url(../img/352073_circle_fill_play_icon-hover.svg);
  background-color: #000;
}
/* line 49, ../sass/landing-mark/land-mark-map.scss */
.land-map-video:hover .play-btn b:after, .land-map-video:hover .play-btn b::before {
  background-color: #bff670;
}
/* line 56, ../sass/landing-mark/land-mark-map.scss */
.land-map-video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .3s ease-in-out;
}
/* line 64, ../sass/landing-mark/land-mark-map.scss */
.land-map-video .play-btn i {
  width: 50px;
  height: 50px;
  background-image: url(../img/352073_circle_fill_play_icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 130%;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  display: block;
  transition: .3s ease-in-out;
}
/* line 79, ../sass/landing-mark/land-mark-map.scss */
.land-map-video .play-btn b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
/* line 87, ../sass/landing-mark/land-mark-map.scss */
.land-map-video .play-btn b:after, .land-map-video .play-btn b:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  top: 0;
  background-color: #000;
  border-radius: 100%;
  -webkit-animation: pulse 2s infinite ease-in-out;
  animation: pulse 2s infinite ease-in-out;
  transition: .3s ease-in-out;
}
/* line 100, ../sass/landing-mark/land-mark-map.scss */
.land-map-video .play-btn b:before {
  margin: auto 0 auto -32.5px;
  height: 65px;
  width: 65px;
  opacity: .5;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
/* line 109, ../sass/landing-mark/land-mark-map.scss */
.land-map-video .play-btn b:after {
  margin: auto 0 auto -46px;
  height: 92px;
  width: 92px;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
  opacity: .25;
}

/* line 124, ../sass/landing-mark/land-mark-map.scss */
.land-map-wr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 129, ../sass/landing-mark/land-mark-map.scss */
.land-map-wr .col {
  width: 45%;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 138, ../sass/landing-mark/land-mark-map.scss */
  .land-map.pd-top {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1439px) {
  /* line 149, ../sass/landing-mark/land-mark-map.scss */
  .land-map.pd-top {
    padding-top: 100px;
  }

  /* line 155, ../sass/landing-mark/land-mark-map.scss */
  .land-map iframe, .land-map img, .land-map .land-map-video {
    height: 450px !important;
    margin-top: 32px;
  }

  /* line 162, ../sass/landing-mark/land-mark-map.scss */
  .land-map-wr .col {
    width: 45%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 174, ../sass/landing-mark/land-mark-map.scss */
  .land-map.pd-top {
    padding-top: 80px;
  }

  /* line 181, ../sass/landing-mark/land-mark-map.scss */
  .land-map iframe, .land-map img, .land-map .land-map-video {
    height: 360px !important;
    margin-top: 26px;
  }

  /* line 188, ../sass/landing-mark/land-mark-map.scss */
  .land-map-wr .col {
    width: 47.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 200, ../sass/landing-mark/land-mark-map.scss */
  .land-map.pd-top {
    padding-top: 60px;
  }

  /* line 206, ../sass/landing-mark/land-mark-map.scss */
  .land-map iframe, .land-map img, .land-map .land-map-video {
    height: 360px !important;
    margin-top: 20px;
  }

  /* line 213, ../sass/landing-mark/land-mark-map.scss */
  .land-map-wr .col {
    width: calc((100% - 15px) / 2);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 225, ../sass/landing-mark/land-mark-map.scss */
  .land-map.pd-top {
    padding-top: 45px;
  }

  /* line 231, ../sass/landing-mark/land-mark-map.scss */
  .land-map iframe, .land-map img, .land-map .land-map-video {
    height: calc(100vw - 30px) !important;
    margin-top: 0;
  }

  /* line 237, ../sass/landing-mark/land-mark-map.scss */
  .land-map-box-bg {
    padding-top: 30px;
  }
  /* line 240, ../sass/landing-mark/land-mark-map.scss */
  .land-map-box-bg .ObjMapWr {
    padding-bottom: 0 !important;
  }
  /* line 244, ../sass/landing-mark/land-mark-map.scss */
  .land-map-box-bg .ObjMapWrap {
    margin-top: 15px;
  }

  /* line 250, ../sass/landing-mark/land-mark-map.scss */
  .land-map-wr .col {
    width: 100%;
    margin-bottom: 15px;
  }
  /* line 254, ../sass/landing-mark/land-mark-map.scss */
  .land-map-wr .col:nth-child(1) {
    margin-bottom: 0;
  }
}
/* line 1, ../sass/landing-mark/land-mark-location.scss */
.land-location {
  position: relative;
  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;
  padding: 140px 0;
}

/* line 17, ../sass/landing-mark/land-mark-location.scss */
.land-location-left {
  position: relative;
  padding-right: calc((100% - 1328px) / 2);
  width: 55%;
}

/* line 23, ../sass/landing-mark/land-mark-location.scss */
.land-location-row-text {
  position: relative;
  overflow: hidden;
  max-height: 0;
}
/* line 28, ../sass/landing-mark/land-mark-location.scss */
.land-location-row-text.active {
  max-height: 1000px;
}

/* line 33, ../sass/landing-mark/land-mark-location.scss */
.land-location-row {
  position: relative;
  padding-right: 10%;
}
/* line 37, ../sass/landing-mark/land-mark-location.scss */
.land-location-row .small-title {
  position: relative;
  font-weight: 600;
  font-size: calc(22px * 1.2);
  margin-bottom: 30px;
}
/* line 44, ../sass/landing-mark/land-mark-location.scss */
.land-location-row .land-text {
  max-width: 70%;
  margin-top: 20px;
}
/* line 48, ../sass/landing-mark/land-mark-location.scss */
.land-location-row .land-text:nth-of-type(1) {
  margin-top: 0;
}
/* line 53, ../sass/landing-mark/land-mark-location.scss */
.land-location-row .tabs {
  position: relative;
  text-align: left;
  margin-top: 60px;
}
/* line 58, ../sass/landing-mark/land-mark-location.scss */
.land-location-row .tabs li {
  position: relative;
  cursor: pointer;
  font-size: calc(16px * 1.2);
  margin-bottom: 15px;
  padding-left: 50px;
}
/* line 65, ../sass/landing-mark/land-mark-location.scss */
.land-location-row .tabs li:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 2px;
  margin-top: -1px;
  background: #000;
  opacity: 0;
  transition: .3s ease-in-out;
}
/* line 81, ../sass/landing-mark/land-mark-location.scss */
.land-location-row .tabs li:hover:after {
  opacity: 1;
}
/* line 87, ../sass/landing-mark/land-mark-location.scss */
.land-location-row .tabs li.active:after {
  opacity: 1;
}

/* line 95, ../sass/landing-mark/land-mark-location.scss */
.land-location-right {
  position: relative;
  width: 40%;
}
/* line 99, ../sass/landing-mark/land-mark-location.scss */
.land-location-right picture {
  display: block;
}
/* line 103, ../sass/landing-mark/land-mark-location.scss */
.land-location-right img, .land-location-right picture {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  opacity: 0;
  transition: 0.5s ease all;
}
/* line 115, ../sass/landing-mark/land-mark-location.scss */
.land-location-right img.active, .land-location-right picture.active {
  opacity: 1;
}
/* line 120, ../sass/landing-mark/land-mark-location.scss */
.land-location-right img {
  opacity: 1;
}

/* line 126, ../sass/landing-mark/land-mark-location.scss */
.lang-ru .land-location-left {
  padding-right: 0;
  padding-left: calc((100% - 1328px) / 2);
}
/* line 131, ../sass/landing-mark/land-mark-location.scss */
.lang-ru .land-location-row {
  padding-right: 0;
  padding-left: 10%;
}
/* line 135, ../sass/landing-mark/land-mark-location.scss */
.lang-ru .land-location-row .small-title {
  font-size: 22px;
}
/* line 139, ../sass/landing-mark/land-mark-location.scss */
.lang-ru .land-location-row .tabs {
  text-align: right;
}
/* line 142, ../sass/landing-mark/land-mark-location.scss */
.lang-ru .land-location-row .tabs li {
  font-size: 16px;
  padding-left: 0;
  padding-right: 50px;
}
/* line 147, ../sass/landing-mark/land-mark-location.scss */
.lang-ru .land-location-row .tabs li:after {
  right: 0;
  left: auto;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 158, ../sass/landing-mark/land-mark-location.scss */
  .land-location {
    padding: 120px 0;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1439px) {
  /* line 166, ../sass/landing-mark/land-mark-location.scss */
  .land-location {
    padding: 100px 0;
  }

  /* line 170, ../sass/landing-mark/land-mark-location.scss */
  .land-location-left {
    padding-right: calc((100% - 1200px) / 2);
  }

  /* line 175, ../sass/landing-mark/land-mark-location.scss */
  .land-location-row .small-title {
    font-size: calc(20px * 1.2);
    margin-bottom: 25px;
  }
  /* line 180, ../sass/landing-mark/land-mark-location.scss */
  .land-location-row .land-text {
    margin-top: 20px;
  }
  /* line 184, ../sass/landing-mark/land-mark-location.scss */
  .land-location-row .tabs {
    margin-top: 52px;
  }
  /* line 187, ../sass/landing-mark/land-mark-location.scss */
  .land-location-row .tabs li {
    font-size: calc(16px * 1.2);
    margin-bottom: 15px;
    padding-left: 50px;
  }
  /* line 192, ../sass/landing-mark/land-mark-location.scss */
  .land-location-row .tabs li:after {
    width: 40px;
  }

  /* line 200, ../sass/landing-mark/land-mark-location.scss */
  .lang-ru .land-location-left {
    padding-left: calc((100% - 1200px) / 2);
  }
  /* line 205, ../sass/landing-mark/land-mark-location.scss */
  .lang-ru .land-location-row .small-title {
    font-size: 20px;
  }
  /* line 210, ../sass/landing-mark/land-mark-location.scss */
  .lang-ru .land-location-row .tabs li {
    font-size: 16px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 222, ../sass/landing-mark/land-mark-location.scss */
  .land-location {
    padding: 80px 0;
  }

  /* line 226, ../sass/landing-mark/land-mark-location.scss */
  .land-location-left {
    padding-right: calc((100% - 960px) / 2);
  }

  /* line 231, ../sass/landing-mark/land-mark-location.scss */
  .land-location-row .small-title {
    font-size: calc(18px * 1.2);
    margin-bottom: 20px;
  }
  /* line 236, ../sass/landing-mark/land-mark-location.scss */
  .land-location-row .land-text {
    margin-top: 15px;
    max-width: 100%;
  }
  /* line 241, ../sass/landing-mark/land-mark-location.scss */
  .land-location-row .tabs {
    margin-top: 42px;
  }
  /* line 244, ../sass/landing-mark/land-mark-location.scss */
  .land-location-row .tabs li {
    font-size: calc(15px * 1.2);
    margin-bottom: 12px;
    padding-left: 40px;
  }
  /* line 249, ../sass/landing-mark/land-mark-location.scss */
  .land-location-row .tabs li:after {
    width: 30px;
  }

  /* line 257, ../sass/landing-mark/land-mark-location.scss */
  .lang-ru .land-location-left {
    padding-left: calc((100% - 960px) / 2);
  }
  /* line 262, ../sass/landing-mark/land-mark-location.scss */
  .lang-ru .land-location-row .small-title {
    font-size: 18px;
  }
  /* line 267, ../sass/landing-mark/land-mark-location.scss */
  .lang-ru .land-location-row .tabs li {
    font-size: 15px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 279, ../sass/landing-mark/land-mark-location.scss */
  .land-location {
    padding: 60px 0;
  }

  /* line 283, ../sass/landing-mark/land-mark-location.scss */
  .land-location-left {
    padding-right: calc((100% - 738px) / 2);
  }

  /* line 288, ../sass/landing-mark/land-mark-location.scss */
  .land-location-row .small-title {
    font-size: calc(16px * 1.2);
    margin-bottom: 15px;
  }
  /* line 293, ../sass/landing-mark/land-mark-location.scss */
  .land-location-row .land-text {
    margin-top: 10px;
    max-width: 100%;
  }
  /* line 298, ../sass/landing-mark/land-mark-location.scss */
  .land-location-row .tabs {
    margin-top: 35px;
  }
  /* line 301, ../sass/landing-mark/land-mark-location.scss */
  .land-location-row .tabs li {
    font-size: calc(14px * 1.2);
    margin-bottom: 10px;
    padding-left: 30px;
  }
  /* line 306, ../sass/landing-mark/land-mark-location.scss */
  .land-location-row .tabs li:after {
    width: 20px;
  }

  /* line 314, ../sass/landing-mark/land-mark-location.scss */
  .lang-ru .land-location-left {
    padding-left: calc((100% - 738px) / 2);
  }
  /* line 319, ../sass/landing-mark/land-mark-location.scss */
  .lang-ru .land-location-row .small-title {
    font-size: 16px;
  }
  /* line 324, ../sass/landing-mark/land-mark-location.scss */
  .lang-ru .land-location-row .tabs li {
    font-size: 14px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 336, ../sass/landing-mark/land-mark-location.scss */
  .land-location {
    padding: 45px 0;
  }

  /* line 340, ../sass/landing-mark/land-mark-location.scss */
  .land-location-left {
    padding: 0 15px;
    width: 100%;
  }

  /* line 345, ../sass/landing-mark/land-mark-location.scss */
  .land-location-row {
    padding-right: 5%;
  }
  /* line 348, ../sass/landing-mark/land-mark-location.scss */
  .land-location-row .small-title {
    font-size: calc(16px * 1.2);
    margin-bottom: 15px;
  }
  /* line 353, ../sass/landing-mark/land-mark-location.scss */
  .land-location-row .land-text {
    max-width: 100%;
    margin-top: 15px;
  }
  /* line 358, ../sass/landing-mark/land-mark-location.scss */
  .land-location-row .tabs {
    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;
    text-align: initial;
    margin-top: 30px;
  }
  /* line 372, ../sass/landing-mark/land-mark-location.scss */
  .land-location-row .tabs li {
    font-size: calc(14px * 1.2);
    padding-left: 0;
    padding: 5px 10px;
  }
  /* line 377, ../sass/landing-mark/land-mark-location.scss */
  .land-location-row .tabs li:after {
    display: none;
  }
  /* line 381, ../sass/landing-mark/land-mark-location.scss */
  .land-location-row .tabs li.active {
    background: #000;
    color: #fff;
  }

  /* line 389, ../sass/landing-mark/land-mark-location.scss */
  .land-location-right {
    width: 100%;
    height: 100vw;
  }

  /* line 395, ../sass/landing-mark/land-mark-location.scss */
  .lang-ru .land-location-left {
    padding: 0 15px;
  }
  /* line 399, ../sass/landing-mark/land-mark-location.scss */
  .lang-ru .land-location-row {
    padding-right: 0;
    padding-left: 5%;
  }
  /* line 403, ../sass/landing-mark/land-mark-location.scss */
  .lang-ru .land-location-row .small-title {
    font-size: 16px;
  }
  /* line 407, ../sass/landing-mark/land-mark-location.scss */
  .lang-ru .land-location-row .tabs {
    text-align: initial;
  }
  /* line 410, ../sass/landing-mark/land-mark-location.scss */
  .lang-ru .land-location-row .tabs li {
    font-size: 14px;
    padding: 5px 10px;
  }
}
/* line 1, ../sass/landing-mark/land-mark-slider.scss */
.land-slider {
  padding: 140px 0;
  overflow: hidden;
}
/* line 5, ../sass/landing-mark/land-mark-slider.scss */
.land-slider .land-btn {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: max-content;
}

/* line 14, ../sass/landing-mark/land-mark-slider.scss */
.land-slider-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

/* line 21, ../sass/landing-mark/land-mark-slider.scss */
.land-slider-wr {
  position: relative;
}
/* line 24, ../sass/landing-mark/land-mark-slider.scss */
.land-slider-wr .mySwiper {
  overflow: visible !important;
}
/* line 28, ../sass/landing-mark/land-mark-slider.scss */
.land-slider-wr .swiper-slide {
  position: relative;
}
/* line 31, ../sass/landing-mark/land-mark-slider.scss */
.land-slider-wr .swiper-slide .img {
  display: block;
  width: 100%;
  height: 500px;
  margin-bottom: 10px;
}
/* line 37, ../sass/landing-mark/land-mark-slider.scss */
.land-slider-wr .swiper-slide .img.auto {
  height: auto;
}
/* line 40, ../sass/landing-mark/land-mark-slider.scss */
.land-slider-wr .swiper-slide .img.auto a {
  position: relative;
  display: block;
}
/* line 45, ../sass/landing-mark/land-mark-slider.scss */
.land-slider-wr .swiper-slide .img.auto img {
  object-fit: initial;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
/* line 54, ../sass/landing-mark/land-mark-slider.scss */
.land-slider-wr .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 61, ../sass/landing-mark/land-mark-slider.scss */
.land-slider-wr .swiper-slide .img:hover {
  opacity: 0.7;
}

/* line 68, ../sass/landing-mark/land-mark-slider.scss */
.land-slider-desc {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
/* line 73, ../sass/landing-mark/land-mark-slider.scss */
.land-slider-desc .col {
  width: 48%;
}
/* line 76, ../sass/landing-mark/land-mark-slider.scss */
.land-slider-desc .col b {
  font-size: 50px;
}
/* line 80, ../sass/landing-mark/land-mark-slider.scss */
.land-slider-desc .col small {
  display: block;
  font-size: 18px;
}
/* line 85, ../sass/landing-mark/land-mark-slider.scss */
.land-slider-desc .col:nth-child(2) {
  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;
  font-size: 18px;
  line-height: 1.4;
}
/* line 99, ../sass/landing-mark/land-mark-slider.scss */
.land-slider-desc .col:nth-child(2) div, .land-slider-desc .col:nth-child(2) span {
  -ms-align-self: flex-start;
  align-self: flex-start;
  transition: .3s ease-in-out;
  cursor: pointer;
  padding: 0 15px;
}
/* line 107, ../sass/landing-mark/land-mark-slider.scss */
.land-slider-desc .col:nth-child(2) div {
  background: #000;
  color: #fff;
  margin-bottom: 10px;
}
/* line 112, ../sass/landing-mark/land-mark-slider.scss */
.land-slider-desc .col:nth-child(2) div:hover {
  background: #124944;
}
/* line 117, ../sass/landing-mark/land-mark-slider.scss */
.land-slider-desc .col:nth-child(2) span {
  background: #bff670;
  color: #000;
  border-radius: 15px;
}
/* line 122, ../sass/landing-mark/land-mark-slider.scss */
.land-slider-desc .col:nth-child(2) span:hover {
  background: #124944;
  color: #fff;
}

/* line 131, ../sass/landing-mark/land-mark-slider.scss */
.data-marker {
  position: absolute;
  top: var(--pl-top);
  left: var(--pl-left);
  width: 20px;
  height: 20px;
  background-color: #bff670;
  border-radius: 50%;
  -webkit-animation: shake 2s infinite ease-in-out;
  animation: shake 2s infinite ease-in-out;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  opacity: 0;
  transition: .2s ease-in-out;
  border: 2px solid #124944;
}
/* line 147, ../sass/landing-mark/land-mark-slider.scss */
.data-marker.show {
  opacity: 1;
}
/* line 151, ../sass/landing-mark/land-mark-slider.scss */
.data-marker:after, .data-marker:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  top: 0;
  background-color: #bff670;
  border-radius: 100%;
  -webkit-animation: pulse 2s infinite ease-in-out;
  animation: pulse 2s infinite ease-in-out;
}
/* line 163, ../sass/landing-mark/land-mark-slider.scss */
.data-marker:before {
  margin: auto 0 auto -32.5px;
  height: 65px;
  width: 65px;
  opacity: .5;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
/* line 172, ../sass/landing-mark/land-mark-slider.scss */
.data-marker:after {
  margin: auto 0 auto -46px;
  height: 92px;
  width: 92px;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
  opacity: .25;
}

@-webkit-keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-2px);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2px);
  }
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-2px);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2px);
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
/* line 240, ../sass/landing-mark/land-mark-slider.scss */
.land-slider-gall {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  background: #124944;
  width: calc(100% + 20px);
  margin: 10px -10px;
}
/* line 248, ../sass/landing-mark/land-mark-slider.scss */
.land-slider-gall a {
  display: block;
  width: calc(100% / 5 - 20px);
  margin: 10px;
  border-radius: 15px;
  overflow: hidden;
  isolation: isolate;
  display: none;
  height: 66px;
  border: 4px solid transparent;
  transition: .3s ease-in-out;
}
/* line 260, ../sass/landing-mark/land-mark-slider.scss */
.land-slider-gall a:hover {
  border-color: #bff670;
}
/* line 264, ../sass/landing-mark/land-mark-slider.scss */
.land-slider-gall a:nth-child(1), .land-slider-gall a:nth-child(2), .land-slider-gall a:nth-child(3), .land-slider-gall a:nth-child(4), .land-slider-gall a:nth-child(5) {
  display: block;
}
/* line 268, ../sass/landing-mark/land-mark-slider.scss */
.land-slider-gall a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 277, ../sass/landing-mark/land-mark-slider.scss */
.slider-label {
  display: block;
  text-align: center;
  font-size: 14px;
  opacity: 0.7;
  max-width: 610px;
  margin: 40px auto 0;
}

/* line 286, ../sass/landing-mark/land-mark-slider.scss */
.land-slider-nav {
  position: relative;
  display: flex;
}
/* line 290, ../sass/landing-mark/land-mark-slider.scss */
.land-slider-nav .swiper-button-next, .land-slider-nav .swiper-button-prev {
  position: relative !important;
  top: initial !important;
  margin-top: initial !important;
  left: initial !important;
  right: initial !important;
  transform: rotateY(180deg);
  margin-right: 20px;
}
/* line 299, ../sass/landing-mark/land-mark-slider.scss */
.land-slider-nav .swiper-button-next:after, .land-slider-nav .swiper-button-prev:after {
  font-size: 24px;
  color: #000;
}

/* line 306, ../sass/landing-mark/land-mark-slider.scss */
.fix-plan-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  display: none;
  pointer-events: none;
  width: 90vw;
  height: 90vh;
  z-index: 9999;
}
/* line 318, ../sass/landing-mark/land-mark-slider.scss */
.fix-plan-popup.show {
  display: block;
  opacity: 1;
  pointer-events: all;
}

/* line 325, ../sass/landing-mark/land-mark-slider.scss */
.fix-plan-close {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: none;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9998;
}
/* line 337, ../sass/landing-mark/land-mark-slider.scss */
.fix-plan-close.show {
  display: block;
  opacity: 1;
  pointer-events: all;
}
/* line 343, ../sass/landing-mark/land-mark-slider.scss */
.fix-plan-close .close-btn {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  padding: 10px;
  cursor: pointer;
}
/* line 353, ../sass/landing-mark/land-mark-slider.scss */
.fix-plan-close .close-btn:hover {
  color: #bff670;
}

/* line 364, ../sass/landing-mark/land-mark-slider.scss */
.lang-ru .land-slider-nav .swiper-button-next, .lang-ru .land-slider-nav .swiper-button-prev {
  transform: rotateY(0deg);
  margin-left: 20px;
  margin-right: 0;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 374, ../sass/landing-mark/land-mark-slider.scss */
  .land-slider {
    padding: 120px 0;
  }

  /* line 378, ../sass/landing-mark/land-mark-slider.scss */
  .land-slider-top {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1439px) {
  /* line 387, ../sass/landing-mark/land-mark-slider.scss */
  .land-slider {
    padding: 100px 0;
  }

  /* line 391, ../sass/landing-mark/land-mark-slider.scss */
  .land-slider-top {
    margin-bottom: 20px;
  }

  /* line 397, ../sass/landing-mark/land-mark-slider.scss */
  .land-slider-wr .swiper-slide .img {
    height: 450px;
  }

  /* line 407, ../sass/landing-mark/land-mark-slider.scss */
  .land-slider-desc .col b {
    font-size: 42px;
  }
  /* line 411, ../sass/landing-mark/land-mark-slider.scss */
  .land-slider-desc .col small {
    font-size: 16px;
  }
  /* line 415, ../sass/landing-mark/land-mark-slider.scss */
  .land-slider-desc .col:nth-child(2) {
    font-size: 16px;
  }

  /* line 424, ../sass/landing-mark/land-mark-slider.scss */
  .land-slider-gall a {
    height: 57px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 433, ../sass/landing-mark/land-mark-slider.scss */
  .land-slider {
    padding: 80px 0;
  }
  /* line 436, ../sass/landing-mark/land-mark-slider.scss */
  .land-slider .land-btn {
    margin-top: 30px;
  }

  /* line 441, ../sass/landing-mark/land-mark-slider.scss */
  .land-slider-top {
    margin-bottom: 15px;
  }

  /* line 447, ../sass/landing-mark/land-mark-slider.scss */
  .land-slider-wr .swiper-slide .img {
    height: 360px;
  }

  /* line 453, ../sass/landing-mark/land-mark-slider.scss */
  .slider-label {
    margin-top: 30px;
  }

  /* line 461, ../sass/landing-mark/land-mark-slider.scss */
  .land-slider-desc .col b {
    font-size: 38px;
  }
  /* line 465, ../sass/landing-mark/land-mark-slider.scss */
  .land-slider-desc .col small {
    font-size: 16px;
  }
  /* line 469, ../sass/landing-mark/land-mark-slider.scss */
  .land-slider-desc .col:nth-child(2) {
    font-size: 16px;
  }

  /* line 478, ../sass/landing-mark/land-mark-slider.scss */
  .land-slider-gall a {
    height: 57px;
    width: calc(100% / 4 - 20px);
  }
  /* line 482, ../sass/landing-mark/land-mark-slider.scss */
  .land-slider-gall a:nth-child(5) {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 492, ../sass/landing-mark/land-mark-slider.scss */
  .land-slider {
    padding: 60px 0;
  }
  /* line 495, ../sass/landing-mark/land-mark-slider.scss */
  .land-slider .land-btn {
    margin-top: 25px;
  }

  /* line 500, ../sass/landing-mark/land-mark-slider.scss */
  .land-slider-top {
    margin-bottom: 15px;
  }

  /* line 506, ../sass/landing-mark/land-mark-slider.scss */
  .land-slider-wr .swiper-slide .img {
    height: 360px;
  }

  /* line 512, ../sass/landing-mark/land-mark-slider.scss */
  .slider-label {
    margin-top: 25px;
  }

  /* line 520, ../sass/landing-mark/land-mark-slider.scss */
  .land-slider-desc .col b {
    font-size: 38px;
  }
  /* line 524, ../sass/landing-mark/land-mark-slider.scss */
  .land-slider-desc .col small {
    font-size: 16px;
  }
  /* line 528, ../sass/landing-mark/land-mark-slider.scss */
  .land-slider-desc .col:nth-child(2) {
    font-size: 16px;
  }

  /* line 537, ../sass/landing-mark/land-mark-slider.scss */
  .land-slider-gall a {
    height: 57px;
    width: calc(100% / 4 - 20px);
  }
  /* line 541, ../sass/landing-mark/land-mark-slider.scss */
  .land-slider-gall a:nth-child(5) {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 551, ../sass/landing-mark/land-mark-slider.scss */
  .land-slider {
    padding: 45px 0;
  }
  /* line 554, ../sass/landing-mark/land-mark-slider.scss */
  .land-slider .land-btn {
    margin-top: 15px;
    width: 100%;
  }

  /* line 560, ../sass/landing-mark/land-mark-slider.scss */
  .land-slider-top {
    margin-bottom: 15px;
  }

  /* line 566, ../sass/landing-mark/land-mark-slider.scss */
  .land-slider-wr .swiper-slide .img {
    height: 100vw;
  }

  /* line 576, ../sass/landing-mark/land-mark-slider.scss */
  .land-slider-desc .col b {
    font-size: 32px;
  }
  /* line 580, ../sass/landing-mark/land-mark-slider.scss */
  .land-slider-desc .col small {
    font-size: 15px;
  }
  /* line 584, ../sass/landing-mark/land-mark-slider.scss */
  .land-slider-desc .col:nth-child(2) {
    font-size: 15px;
  }

  /* line 592, ../sass/landing-mark/land-mark-slider.scss */
  .land-slider-nav .swiper-button-next, .land-slider-nav .swiper-button-prev {
    border-radius: 50%;
    background-color: #000;
    transition: 0.3s ease;
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  /* line 600, ../sass/landing-mark/land-mark-slider.scss */
  .land-slider-nav .swiper-button-next:after, .land-slider-nav .swiper-button-prev:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/assets/img/4781858_arrow_arrows_back_direction_left_icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
  }
  /* line 613, ../sass/landing-mark/land-mark-slider.scss */
  .land-slider-nav .swiper-button-next:after, .land-slider-nav .swiper-button-prev:after {
    -webkit-background-size: 16px auto;
    background-size: 16px auto;
  }
  /* line 619, ../sass/landing-mark/land-mark-slider.scss */
  .land-slider-nav .swiper-button-prev {
    transform: revert;
  }

  /* line 626, ../sass/landing-mark/land-mark-slider.scss */
  .land-slider-gall a {
    height: 17vw;
    width: calc(100% / 5 - 10px);
    margin: 5px;
  }

  /* line 633, ../sass/landing-mark/land-mark-slider.scss */
  .slider-label {
    font-size: 12px;
    margin-top: 15px;
  }
}
/* line 1, ../sass/landing-mark/land-mark-box.scss */
.land-boxs {
  position: relative;
  padding-top: 140px;
}

/* line 6, ../sass/landing-mark/land-mark-box.scss */
.land-box {
  padding-top: 100px;
  background-color: #FAFAFA;
}
/* line 13, ../sass/landing-mark/land-mark-box.scss */
.land-box:nth-child(2n) .land-box-wr {
  flex-direction: row-reverse;
}
/* line 18, ../sass/landing-mark/land-mark-box.scss */
.land-box:last-child {
  padding-bottom: 100px;
}

/* line 23, ../sass/landing-mark/land-mark-box.scss */
.land-box-wr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
/* line 29, ../sass/landing-mark/land-mark-box.scss */
.land-box-wr .col {
  width: 45%;
}
/* line 32, ../sass/landing-mark/land-mark-box.scss */
.land-box-wr .col img {
  display: block;
  width: 100%;
  height: 500px;
  object-fit: cover;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 43, ../sass/landing-mark/land-mark-box.scss */
  .land-boxs {
    padding-top: 120px;
  }

  /* line 47, ../sass/landing-mark/land-mark-box.scss */
  .land-box {
    padding-top: 85px;
  }
  /* line 50, ../sass/landing-mark/land-mark-box.scss */
  .land-box:last-child {
    padding-bottom: 85px;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1439px) {
  /* line 59, ../sass/landing-mark/land-mark-box.scss */
  .land-boxs {
    padding-top: 100px;
  }

  /* line 63, ../sass/landing-mark/land-mark-box.scss */
  .land-box {
    padding-top: 75px;
  }
  /* line 66, ../sass/landing-mark/land-mark-box.scss */
  .land-box:last-child {
    padding-bottom: 75px;
  }

  /* line 73, ../sass/landing-mark/land-mark-box.scss */
  .land-box-wr .col img {
    height: 450px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 83, ../sass/landing-mark/land-mark-box.scss */
  .land-boxs {
    padding-top: 80px;
  }

  /* line 87, ../sass/landing-mark/land-mark-box.scss */
  .land-box {
    padding-top: 60px;
  }
  /* line 90, ../sass/landing-mark/land-mark-box.scss */
  .land-box:last-child {
    padding-bottom: 60px;
  }

  /* line 97, ../sass/landing-mark/land-mark-box.scss */
  .land-box-wr .col img {
    height: 360px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 107, ../sass/landing-mark/land-mark-box.scss */
  .land-boxs {
    padding-top: 60px;
  }

  /* line 111, ../sass/landing-mark/land-mark-box.scss */
  .land-box {
    padding-top: 45px;
  }
  /* line 114, ../sass/landing-mark/land-mark-box.scss */
  .land-box:last-child {
    padding-bottom: 45px;
  }

  /* line 121, ../sass/landing-mark/land-mark-box.scss */
  .land-box-wr .col img {
    height: 280px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 131, ../sass/landing-mark/land-mark-box.scss */
  .land-boxs {
    padding-top: 45px;
  }

  /* line 135, ../sass/landing-mark/land-mark-box.scss */
  .land-box {
    padding-top: 30px;
  }
  /* line 138, ../sass/landing-mark/land-mark-box.scss */
  .land-box:last-child {
    padding-bottom: 30px;
  }

  /* line 144, ../sass/landing-mark/land-mark-box.scss */
  .land-box-wr .col {
    width: 100%;
  }
  /* line 147, ../sass/landing-mark/land-mark-box.scss */
  .land-box-wr .col:nth-child(1) {
    margin-bottom: 30px;
  }
  /* line 151, ../sass/landing-mark/land-mark-box.scss */
  .land-box-wr .col img {
    height: calc(100vw - 30px);
  }
}
/* line 1, ../sass/landing-mark/land-mark-char.scss */
.land-char {
  position: relative;
  padding: 140px 0;
}

/* line 6, ../sass/landing-mark/land-mark-char.scss */
.land-char-wr {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 40px);
  margin: 0 -20px;
}

/* line 14, ../sass/landing-mark/land-mark-char.scss */
.land-char-box {
  position: relative;
  width: calc(100% / 3 - 40px);
  margin: 20px;
}
/* line 20, ../sass/landing-mark/land-mark-char.scss */
.land-char-box img {
  position: absolute;
  top: 0px;
  right: 0;
  width: 50px;
}
/* line 27, ../sass/landing-mark/land-mark-char.scss */
.land-char-box b {
  font-size: 22px;
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  max-width: 70%;
}
/* line 35, ../sass/landing-mark/land-mark-char.scss */
.land-char-box span {
  opacity: 0.7;
  max-width: 100% !important;
}
/* line 40, ../sass/landing-mark/land-mark-char.scss */
.land-char-box .box-wr {
  padding-right: 70px;
  position: relative;
}

/* line 51, ../sass/landing-mark/land-mark-char.scss */
.land-ru .land-char-box .box-wr {
  padding-right: 0;
  padding-left: 70px;
}
/* line 56, ../sass/landing-mark/land-mark-char.scss */
.land-ru .land-char-box img {
  right: initial;
  left: 0;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 65, ../sass/landing-mark/land-mark-char.scss */
  .land-char {
    padding: 120px 0;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1439px) {
  /* line 73, ../sass/landing-mark/land-mark-char.scss */
  .land-char {
    padding: 100px 0;
  }

  /* line 77, ../sass/landing-mark/land-mark-char.scss */
  .land-char-wr {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }

  /* line 82, ../sass/landing-mark/land-mark-char.scss */
  .land-char-box {
    width: calc(100% / 3 - 30px);
    margin: 15px;
  }
  /* line 86, ../sass/landing-mark/land-mark-char.scss */
  .land-char-box .box-wr {
    padding-right: 60px;
  }
  /* line 90, ../sass/landing-mark/land-mark-char.scss */
  .land-char-box b {
    font-size: 20px;
  }
  /* line 94, ../sass/landing-mark/land-mark-char.scss */
  .land-char-box img {
    width: 40px;
  }

  /* line 103, ../sass/landing-mark/land-mark-char.scss */
  .land-ru .land-char-box .box-wr {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 114, ../sass/landing-mark/land-mark-char.scss */
  .land-char {
    padding: 80px 0;
  }

  /* line 118, ../sass/landing-mark/land-mark-char.scss */
  .land-char-wr {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }

  /* line 123, ../sass/landing-mark/land-mark-char.scss */
  .land-char-box {
    width: calc(100% / 3 - 20px);
    margin: 10px;
  }
  /* line 127, ../sass/landing-mark/land-mark-char.scss */
  .land-char-box .box-wr {
    padding-right: 60px;
  }
  /* line 131, ../sass/landing-mark/land-mark-char.scss */
  .land-char-box b {
    font-size: 18px;
  }
  /* line 135, ../sass/landing-mark/land-mark-char.scss */
  .land-char-box img {
    top: -9px;
    width: 40px;
  }

  /* line 145, ../sass/landing-mark/land-mark-char.scss */
  .land-ru .land-char-box .box-wr {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 155, ../sass/landing-mark/land-mark-char.scss */
  .land-char {
    padding: 60px 0;
  }

  /* line 159, ../sass/landing-mark/land-mark-char.scss */
  .land-char-wr {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }

  /* line 164, ../sass/landing-mark/land-mark-char.scss */
  .land-char-box {
    width: calc(100% / 2 - 20px);
    margin: 10px;
  }
  /* line 168, ../sass/landing-mark/land-mark-char.scss */
  .land-char-box .box-wr {
    padding-right: 60px;
  }
  /* line 172, ../sass/landing-mark/land-mark-char.scss */
  .land-char-box b {
    font-size: 18px;
  }
  /* line 176, ../sass/landing-mark/land-mark-char.scss */
  .land-char-box img {
    top: -9px;
    width: 40px;
  }

  /* line 186, ../sass/landing-mark/land-mark-char.scss */
  .land-ru .land-char-box .box-wr {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 196, ../sass/landing-mark/land-mark-char.scss */
  .land-char {
    padding: 45px 0;
  }

  /* line 200, ../sass/landing-mark/land-mark-char.scss */
  .land-char-wr {
    width: 100%;
    margin: 0;
  }

  /* line 205, ../sass/landing-mark/land-mark-char.scss */
  .land-char-box {
    width: 100%;
    margin: 10px 0;
  }
  /* line 210, ../sass/landing-mark/land-mark-char.scss */
  .land-char-box .box-wr {
    padding-right: 60px;
  }
  /* line 214, ../sass/landing-mark/land-mark-char.scss */
  .land-char-box b {
    font-size: 20px;
    margin-bottom: 5px;
  }
  /* line 219, ../sass/landing-mark/land-mark-char.scss */
  .land-char-box img {
    width: 40px;
  }

  /* line 228, ../sass/landing-mark/land-mark-char.scss */
  .land-ru .land-char-box .box-wr {
    padding-left: 60px;
  }
}
/* line 1, ../sass/landing-mark/land-mark-card.scss */
.land-card {
  position: relative;
  padding-top: 140px;
  padding-bottom: 140px;
}

/* line 7, ../sass/landing-mark/land-mark-card.scss */
.land-card-wr {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 40px);
  margin: 0 -20px;
}

/* line 15, ../sass/landing-mark/land-mark-card.scss */
.land-card-box {
  position: relative;
  width: calc(100% / 4 - 40px);
  margin: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FAFAFA;
  height: 200px;
}
/* line 25, ../sass/landing-mark/land-mark-card.scss */
.land-card-box img {
  max-width: 70%;
  max-height: 70%;
  display: block;
  margin: auto;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 35, ../sass/landing-mark/land-mark-card.scss */
  .land-card {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1439px) {
  /* line 44, ../sass/landing-mark/land-mark-card.scss */
  .land-card {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  /* line 49, ../sass/landing-mark/land-mark-card.scss */
  .land-card-wr {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }

  /* line 54, ../sass/landing-mark/land-mark-card.scss */
  .land-card-box {
    width: calc(100% / 4 - 30px);
    margin: 15px;
    height: 180px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 64, ../sass/landing-mark/land-mark-card.scss */
  .land-card {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  /* line 69, ../sass/landing-mark/land-mark-card.scss */
  .land-card-wr {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }

  /* line 74, ../sass/landing-mark/land-mark-card.scss */
  .land-card-box {
    width: calc(100% / 4 - 20px);
    margin: 10px;
    height: 155px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 84, ../sass/landing-mark/land-mark-card.scss */
  .land-card {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  /* line 89, ../sass/landing-mark/land-mark-card.scss */
  .land-card-wr {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }

  /* line 94, ../sass/landing-mark/land-mark-card.scss */
  .land-card-box {
    width: calc(100% / 3 - 20px);
    margin: 10px;
    height: 120px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 104, ../sass/landing-mark/land-mark-card.scss */
  .land-card {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  /* line 109, ../sass/landing-mark/land-mark-card.scss */
  .land-card-wr {
    width: calc(100% + 14px);
    margin: 0 -7px;
  }

  /* line 114, ../sass/landing-mark/land-mark-card.scss */
  .land-card-box {
    width: calc(100% / 2 - 14px);
    margin: 7px;
    height: 80px;
  }
}
/* line 1, ../sass/landing-mark/land-mark-form.scss */
.land-form {
  position: relative;
  background-color: #FAFAFA;
}

/* line 6, ../sass/landing-mark/land-mark-form.scss */
.land-form-wr {
  padding: 140px 0;
  width: 40%;
}
/* line 10, ../sass/landing-mark/land-mark-form.scss */
.land-form-wr span {
  font-size: 16px;
  display: block;
  opacity: 0.7;
}

/* line 17, ../sass/landing-mark/land-mark-form.scss */
.land-form-form {
  position: relative;
  width: 100%;
  margin-top: 30px;
}
/* line 22, ../sass/landing-mark/land-mark-form.scss */
.land-form-form .lab {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
/* line 28, ../sass/landing-mark/land-mark-form.scss */
.land-form-form .lab input {
  height: 50px;
  border-bottom: 2px solid #c9c9c9;
  border-radius: 0px;
  position: relative;
  padding-top: 9px;
  color: #000;
  transition: .3s ease-in-out;
}
/* line 37, ../sass/landing-mark/land-mark-form.scss */
.land-form-form .lab input.error {
  border-color: red !important;
}
/* line 41, ../sass/landing-mark/land-mark-form.scss */
.land-form-form .lab input:not(:placeholder-shown) + span {
  transform: translate(0px, 0px);
  font-size: 12px;
  opacity: 0.7;
}
/* line 47, ../sass/landing-mark/land-mark-form.scss */
.land-form-form .lab input:focus + span {
  transform: translate(0px, 0px);
  font-size: 12px;
  opacity: 0.7;
}
/* line 53, ../sass/landing-mark/land-mark-form.scss */
.land-form-form .lab input:not(:placeholder-shown) {
  border-color: #000;
}
/* line 57, ../sass/landing-mark/land-mark-form.scss */
.land-form-form .lab input:focus {
  border-color: #000;
}
/* line 63, ../sass/landing-mark/land-mark-form.scss */
.land-form-form .lab span {
  transform: translate(0px, 14px);
  font-size: 16px;
  color: #000;
  position: absolute;
  top: 0;
  pointer-events: none;
  transition: .3s ease-in-out;
}
/* line 72, ../sass/landing-mark/land-mark-form.scss */
.land-form-form .lab span small {
  color: red;
}
/* line 78, ../sass/landing-mark/land-mark-form.scss */
.land-form-form .land-btn {
  margin-top: 30px;
}
/* line 82, ../sass/landing-mark/land-mark-form.scss */
.land-form-form .check {
  display: flex;
  align-items: center;
  margin: 30px 0 30px;
}
/* line 87, ../sass/landing-mark/land-mark-form.scss */
.land-form-form .check p {
  font-size: 16px;
}
/* line 91, ../sass/landing-mark/land-mark-form.scss */
.land-form-form .check a {
  text-decoration: underline;
  opacity: 0.7;
}
/* line 96, ../sass/landing-mark/land-mark-form.scss */
.land-form-form .check input {
  display: flex;
  appearance: none;
  background: transparent;
  border: 1px solid #c9c9c9;
  height: 24px;
  width: 24px;
  border-radius: 20%;
  box-shadow: 0 2px 2px 1px fade(black, 20) inset, 0 1px 1px 1px fade(white, 20);
  margin-left: 5px;
}
/* line 109, ../sass/landing-mark/land-mark-form.scss */
.land-form-form .check input::after {
  content: '✔';
  font-size: 14px;
  line-height: 24px;
  margin: auto;
  color: transparent;
  text-shadow: 0 0 0 transparent;
  transition: color 200ms ease-out, text-shadow 150ms ease-out 25ms;
}
/* line 117, ../sass/landing-mark/land-mark-form.scss */
.land-form-form .check input::after:hover {
  color: #000;
}
/* line 122, ../sass/landing-mark/land-mark-form.scss */
.land-form-form .check input:checked::after {
  color: #000;
  text-shadow: 2px 3px 2px fade(black, 20);
  transition: color 200ms ease-in, text-shadow 150ms ease-in 25ms;
}

/* line 131, ../sass/landing-mark/land-mark-form.scss */
.land-form-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
/* line 138, ../sass/landing-mark/land-mark-form.scss */
.land-form-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* line 147, ../sass/landing-mark/land-mark-form.scss */
.lang-ru .land-form-img {
  right: 0;
  left: auto;
}
/* line 152, ../sass/landing-mark/land-mark-form.scss */
.lang-ru .land-form-form .check input {
  margin-left: 0;
  margin-right: 5px;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 160, ../sass/landing-mark/land-mark-form.scss */
  .land-form-wr {
    padding: 120px 0;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1439px) {
  /* line 166, ../sass/landing-mark/land-mark-form.scss */
  .land-form-wr {
    padding: 100px 0;
    width: 45%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 173, ../sass/landing-mark/land-mark-form.scss */
  .land-form-wr {
    padding: 80px 0;
    width: 45%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 180, ../sass/landing-mark/land-mark-form.scss */
  .land-form-wr {
    padding: 60px 0;
    width: 45%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 188, ../sass/landing-mark/land-mark-form.scss */
  .land-form {
    display: flex;
    flex-direction: column;
  }

  /* line 193, ../sass/landing-mark/land-mark-form.scss */
  .land-form-wr {
    padding: 45px 0;
    width: 100%;
  }

  /* line 198, ../sass/landing-mark/land-mark-form.scss */
  .land-form-img {
    position: relative;
    height: 50vw;
    height: auto;
    width: 100%;
    order: -1;
  }

  /* line 208, ../sass/landing-mark/land-mark-form.scss */
  .land-form-form .land-btn {
    margin-top: 0px;
  }
}
/* line 1, ../sass/landing-mark/land-mark-header.scss */
.land-header {
  position: fixed;
  z-index: 103;
  left: 0;
  top: 0;
  width: 100%;
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 20px 20px 0 20px;
  --primary-color: #7eff84;
  --primary-bg: #041f1e;
  --secondary-color: #FFFFFF;
  --secondary-bg: #607f72;
  --aux-color: #FFFFFF;
  --aux-bg: #041f1e;
  --assertive-color: #FFFFFF;
  --assertive-bg: #FFFFFF;
}
/* line 14, ../sass/landing-mark/land-mark-header.scss */
.land-header.black .land-header-phone a {
  color: #0d0d0d;
}
/* line 39, ../sass/landing-mark/land-mark-header.scss */
.land-header .button-kora {
  --color1: var(--aux-bg);
  --color2: var(--aux-color);
  --bg: var(--color1);
  --fill: var(--color1);
  --bg-circle: var(--color2);
  --border-circle: var(--color2);
  --color: var(--color2);
  --color-hover: var(--bg);
  --border: var(--color1);
  --padding: 0.5rem;
  --height: 56px;
  --width-close: var(--height);
  --width-open: 155px;
  --width-scrollbar: 13.75rem;
  --height-scrollbar: 0.5rem;
  --circle-size: 0.5rem;
  --circle-size-large: 3.375rem;
  --circle-size-open: 2.375rem;
  --circle-size-close: 0.5rem;
  --circle-width: 56px;
  --circle-scale-open: 1;
  --circle-scale-close: 0.1481481481;
  --circle-scale: 0.7;
  --bg-scale: 1;
  --icon-radius: 40px;
  --icon-rotate: -25deg;
  --icon-size: 30px;
  --icon-offset: calc((var(--height) - var(--icon-size))/2);
  --font-size: var(--font-size-xxsmall);
  --text-padding-left: 2.9375rem;
  --text-padding-right: 1.75rem;
  --text-x: 0;
  --text-x-open: 0.625rem;
  --text-x-close: 0;
  --opacity-circle: 1;
  --opacity-progress: 0;
  --scale-progress: 1;
  --bg: transparent;
  --bg-circle: transparent;
  --border: #bff670;
  --fill: #bff670;
  --border-circle: #bff670;
  --color: #bff670;
  --border: #bff670;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  color: #bff670;
  height: var(--height);
  min-width: var(--width);
  outline: 0;
  padding: var(--padding);
  position: relative;
  text-decoration: none;
  touch-action: manipulation;
  -webkit-user-select: none;
  user-select: none;
  width: var(--width);
  min-width: 155px;
  transition: .15s linear;
}
/* line 103, ../sass/landing-mark/land-mark-header.scss */
.land-header .button-kora:hover {
  --bg-circle: var(--border);
  --fill: #fff;
  --color-hover: var(--primary-bg);
  --circle-width: 155px;
  --circle-scale: 1;
}
/* line 111, ../sass/landing-mark/land-mark-header.scss */
.land-header .button-kora:hover .a-bg {
  border-color: #124944;
  background-color: #124944;
}
/* line 116, ../sass/landing-mark/land-mark-header.scss */
.land-header .button-kora:hover .text-holder {
  color: #fff;
}
/* line 123, ../sass/landing-mark/land-mark-header.scss */
.land-header .button-kora:hover .text-holder span p i {
  color: #fff;
  transform: translateY(-100%);
}
/* line 133, ../sass/landing-mark/land-mark-header.scss */
.land-header .button-kora:hover .circle-holder .circle {
  background-color: #124944;
}
/* line 138, ../sass/landing-mark/land-mark-header.scss */
.land-header .button-kora:hover .circle-holder .circle span svg {
  fill: #fff;
}
/* line 147, ../sass/landing-mark/land-mark-header.scss */
.land-header .button-kora .a-bg {
  background-color: var(--bg);
  background-color: #bff670;
  border: 1px solid var(--border);
  border-radius: var(--height);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale3d(var(--bg-scale), var(--bg-scale), var(--bg-scale));
  transform: scale3d(var(--bg-scale), var(--bg-scale), var(--bg-scale));
  -webkit-transform-origin: calc(var(--circle-size-open)/2 + var(--padding)/2) center;
  transform-origin: calc(var(--circle-size-open)/2 + var(--padding)/2) center;
  width: 100%;
  transition: .15s linear;
}
/* line 164, ../sass/landing-mark/land-mark-header.scss */
.land-header .button-kora .circle-holder {
  border-radius: var(--height);
  height: var(--height);
  left: 0;
  opacity: var(--opacity-circle);
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform: scale3d(var(--circle-scale), var(--circle-scale), var(--circle-scale));
  transform: scale3d(var(--circle-scale), var(--circle-scale), var(--circle-scale));
  width: var(--circle-width);
  transition: .15s linear;
}
/* line 177, ../sass/landing-mark/land-mark-header.scss */
.land-header .button-kora .circle-holder .circle {
  background-color: var(--bg-circle);
  border: 1px solid #124944;
  border-radius: var(--height);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 100%;
  transition: .15s linear;
}
/* line 191, ../sass/landing-mark/land-mark-header.scss */
.land-header .button-kora .circle-holder .circle .icon-holder {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(0deg);
  -webkit-transform-origin: center var(--icon-radius);
  transform-origin: center var(--icon-radius);
  width: 100%;
  pointer-events: none;
  transition: .15s linear;
}
/* line 204, ../sass/landing-mark/land-mark-header.scss */
.land-header .button-kora .circle-holder .circle span {
  display: block;
  height: calc(var(--icon-size) - 2px);
  left: var(--icon-offset);
  position: absolute;
  top: var(--icon-offset);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: calc(var(--icon-size) - 2px);
  transition: .15s linear;
}
/* line 216, ../sass/landing-mark/land-mark-header.scss */
.land-header .button-kora .circle-holder .circle span svg {
  fill: var(--fill);
  fill: #000;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  --time: 10s;
  transition: opacity 0s .2s;
  overflow: hidden;
  display: block;
}
/* line 237, ../sass/landing-mark/land-mark-header.scss */
.land-header .button-kora .text-holder {
  font-size: 16px;
  font-weight: 400;
  height: var(--height);
  left: 0;
  line-height: 1.27;
  line-height: var(--line-height-sans);
  line-height: var(--height);
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  -webkit-transform: translateX(var(--text-x));
  transform: translateX(var(--text-x));
  width: 100%;
  z-index: 2;
}
/* line 255, ../sass/landing-mark/land-mark-header.scss */
.land-header .button-kora .text-holder span {
  display: block;
  flex: 0 0 auto;
  height: auto;
  left: 0;
  padding: 0 0px 0 60px;
  position: absolute;
  top: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  white-space: nowrap;
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
}
/* line 272, ../sass/landing-mark/land-mark-header.scss */
.land-header .button-kora .text-holder span p {
  height: 19px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  line-height: 1;
}
/* line 279, ../sass/landing-mark/land-mark-header.scss */
.land-header .button-kora .text-holder span p i {
  transition: .15s linear;
  color: #000;
}

/* ANIMACION ICON */
@keyframes rectAni1 {
  19% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  39% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
}
@keyframes rectAni2 {
  0% {
    opacity: 1;
  }
  39% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  59% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  79% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rectAni3 {
  0% {
    opacity: 1;
  }
  59% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rectAni4 {
  59% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rectAni5 {
  39% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  59% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  79% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rectAni6 {
  39% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  59% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
}
/* line 341, ../sass/landing-mark/land-mark-header.scss */
svg.icon-book-ani {
  --time: 10s;
  transition: opacity 0s .2s;
}
/* line 345, ../sass/landing-mark/land-mark-header.scss */
.__close svg.icon-book-ani {
  opacity: 0;
  transition: opacity 0s .3s;
}

/* line 351, ../sass/landing-mark/land-mark-header.scss */
svg.icon-book-ani rect {
  fill: var(--fluor);
  opacity: 0;
}
/* line 357, ../sass/landing-mark/land-mark-header.scss */
svg.icon-book-ani rect:nth-child(1) {
  animation: rectAni1 var(--time) infinite;
}
/* line 358, ../sass/landing-mark/land-mark-header.scss */
svg.icon-book-ani rect:nth-child(2) {
  animation: rectAni2 var(--time) infinite;
}
/* line 359, ../sass/landing-mark/land-mark-header.scss */
svg.icon-book-ani rect:nth-child(3) {
  animation: rectAni3 var(--time) infinite;
}
/* line 360, ../sass/landing-mark/land-mark-header.scss */
svg.icon-book-ani rect:nth-child(4) {
  animation: rectAni4 var(--time) infinite;
}
/* line 361, ../sass/landing-mark/land-mark-header.scss */
svg.icon-book-ani rect:nth-child(5) {
  animation: rectAni5 var(--time) infinite;
}
/* line 362, ../sass/landing-mark/land-mark-header.scss */
svg.icon-book-ani rect:nth-child(6) {
  animation: rectAni6 var(--time) infinite;
}

/* line 367, ../sass/landing-mark/land-mark-header.scss */
.land-header-wr {
  display: flex;
  align-items: center;
}
/* line 371, ../sass/landing-mark/land-mark-header.scss */
.land-header-wr .link {
  font-size: 16px;
  color: #fff;
}
/* line 380, ../sass/landing-mark/land-mark-header.scss */
.land-header-wr .land-btn {
  margin: 0 !important;
}

/* line 385, ../sass/landing-mark/land-mark-header.scss */
.land-header-phone {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-left: auto;
  font-size: 20px;
}
/* line 397, ../sass/landing-mark/land-mark-header.scss */
.land-header-phone a {
  display: inline-block;
  position: relative;
  margin: 0 0 0px 10px;
  color: #fff;
}
/* line 403, ../sass/landing-mark/land-mark-header.scss */
.land-header-phone a:hover {
  opacity: 0.7;
}
/* line 408, ../sass/landing-mark/land-mark-header.scss */
.land-header-phone .wa {
  display: block;
  position: relative;
  margin: 0 0 0px 10px;
}
/* line 413, ../sass/landing-mark/land-mark-header.scss */
.land-header-phone .wa svg {
  display: block;
  width: auto;
  height: 38px;
}
/* line 419, ../sass/landing-mark/land-mark-header.scss */
.land-header-phone .wa:hover {
  background: transparent;
  opacity: 0.7;
}

/* line 426, ../sass/landing-mark/land-mark-header.scss */
.land-header-menu {
  display: flex;
}
/* line 429, ../sass/landing-mark/land-mark-header.scss */
.land-header-menu ul {
  display: flex;
  flex-wrap: wrap;
  background-color: #0d0d0d;
  border-radius: 9px;
  padding: 0 27px;
  margin: 0 4px;
}
/* line 439, ../sass/landing-mark/land-mark-header.scss */
.land-header-menu ul li a {
  font-weight: 400;
  text-decoration: none;
  line-height: 22px;
  font-size: 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 7px 17px;
  margin: 10px 3px;
  color: #fff;
  border-radius: 6px;
  transition: background-color 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
/* line 453, ../sass/landing-mark/land-mark-header.scss */
.land-header-menu ul li a:hover {
  background-color: #373737;
}
/* line 457, ../sass/landing-mark/land-mark-header.scss */
.land-header-menu ul li a.active {
  background-color: #373737;
}

/* line 466, ../sass/landing-mark/land-mark-header.scss */
.lang-ru .land-header-phone {
  margin-left: 0;
  margin-right: auto;
}

@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 475, ../sass/landing-mark/land-mark-header.scss */
  .land-header-menu ul {
    padding: 0 10px;
  }
  /* line 480, ../sass/landing-mark/land-mark-header.scss */
  .land-header-menu ul li a {
    padding: 7px 6px;
  }

  /* line 487, ../sass/landing-mark/land-mark-header.scss */
  .land-header-phone {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 494, ../sass/landing-mark/land-mark-header.scss */
  .land-header-phone {
    font-size: 18px;
  }

  /* line 500, ../sass/landing-mark/land-mark-header.scss */
  .land-header-menu ul {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 508, ../sass/landing-mark/land-mark-header.scss */
  .land-header {
    padding: 10px 10px 0 10px;
  }

  /* line 512, ../sass/landing-mark/land-mark-header.scss */
  .land-header-phone {
    font-size: 16px;
    display: none;
  }

  /* line 517, ../sass/landing-mark/land-mark-header.scss */
  .land-header-menu {
    margin-right: auto;
  }
  /* line 520, ../sass/landing-mark/land-mark-header.scss */
  .land-header-menu ul {
    display: none;
  }
}
/* line 1, ../sass/landing-mark/land-mark-popup-box.scss */
.land-popup-box {
  position: relative;
  margin-bottom: 140px;
}
/* line 5, ../sass/landing-mark/land-mark-popup-box.scss */
.land-popup-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}
/* line 16, ../sass/landing-mark/land-mark-popup-box.scss */
.land-popup-box .open_popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  margin: 0;
  background-color: #fff;
  border-color: #fff;
  height: auto;
}
/* line 28, ../sass/landing-mark/land-mark-popup-box.scss */
.land-popup-box img {
  display: block;
  width: 100%;
  height: 50vh;
  object-fit: cover;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 38, ../sass/landing-mark/land-mark-popup-box.scss */
  .land-popup-box {
    margin-bottom: 120px;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1439px) {
  /* line 45, ../sass/landing-mark/land-mark-popup-box.scss */
  .land-popup-box {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 53, ../sass/landing-mark/land-mark-popup-box.scss */
  .land-popup-box {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 60, ../sass/landing-mark/land-mark-popup-box.scss */
  .land-popup-box {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 67, ../sass/landing-mark/land-mark-popup-box.scss */
  .land-popup-box {
    margin-bottom: 45px;
  }
}
/* line 2, ../sass/landing-mark/build-map.scss */
.map-top {
  padding-bottom: 30px;
  display: none;
}
/* line 6, ../sass/landing-mark/build-map.scss */
.map-top .bg {
  display: block;
  width: 100%;
  display: block;
}
/* line 11, ../sass/landing-mark/build-map.scss */
.map-top .bg img {
  display: block;
  width: 100% !important;
  object-fit: cover;
  height: 100% !important;
}

/* line 20, ../sass/landing-mark/build-map.scss */
.map-top-undertitle {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

/* line 27, ../sass/landing-mark/build-map.scss */
.viewport-full {
  height: 100vh !important;
}

/* line 33, ../sass/landing-mark/build-map.scss */
#sidebarA .bg {
  width: 100%;
  display: block;
}
/* line 37, ../sass/landing-mark/build-map.scss */
#sidebarA .bg img {
  display: block;
  width: 100% !important;
  object-fit: cover;
  height: 100% !important;
}
/* line 45, ../sass/landing-mark/build-map.scss */
#sidebarA .absolute {
  display: none !important;
}

/* line 50, ../sass/landing-mark/build-map.scss */
#filterResults {
  font-size: 12px;
  color: white;
  background-color: #448EE4;
}

/* line 58, ../sass/landing-mark/build-map.scss */
.hide {
  display: none !important;
}

/* line 62, ../sass/landing-mark/build-map.scss */
.mapboxgl-ctrl-top-right {
  display: none !important;
}

/* line 66, ../sass/landing-mark/build-map.scss */
#modal {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  /* width: 100% !important; */
  margin: 0 !important;
  display: flex;
  align-items: center;
  width: max-content !important;
  padding: 20px 10px;
}
/* line 77, ../sass/landing-mark/build-map.scss */
#modal #exitButton {
  display: none;
}
/* line 81, ../sass/landing-mark/build-map.scss */
#modal #filters {
  display: flex;
  align-items: center;
}
/* line 85, ../sass/landing-mark/build-map.scss */
#modal #filters > div {
  width: 300px;
  margin: 0 10px;
}
/* line 90, ../sass/landing-mark/build-map.scss */
#modal #filters .select-container {
  width: 100%;
}
/* line 94, ../sass/landing-mark/build-map.scss */
#modal #filters h3 {
  padding: 3px 0 !important;
  line-height: 1;
}
/* line 100, ../sass/landing-mark/build-map.scss */
#modal .modal-right {
  display: flex;
  align-items: center;
}
/* line 105, ../sass/landing-mark/build-map.scss */
#modal #removeFilters {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 6px 20px;
  cursor: pointer;
  width: max-content;
  background-color: #288eff;
  font-size: 16px;
  font-weight: 400;
  height: 52px;
  margin: 0 10px;
  border-radius: 5px !important;
}
/* line 122, ../sass/landing-mark/build-map.scss */
#modal #removeFilters:hover {
  background-color: #2f2963;
}

/* line 129, ../sass/landing-mark/build-map.scss */
.select {
  border-radius: 0px;
  color: #000;
  font-size: 17px;
  height: 52px;
  padding: 0 20px;
  outline: none;
  background-color: #fff;
  box-shadow: 0px 0px 14px -6px #000;
  border-radius: 5px !important;
}

/* line 141, ../sass/landing-mark/build-map.scss */
.mapboxgl-ctrl-geocoder--input {
  padding: 6px 30px;
  margin-left: 5px;
}

/* line 146, ../sass/landing-mark/build-map.scss */
.w360-ml {
  width: 600px !important;
}

/* line 150, ../sass/landing-mark/build-map.scss */
#listings {
  height: 100vh !important;
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
/* line 158, ../sass/landing-mark/build-map.scss */
#listings::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  border-left: 0;
  background: rgba(0, 0, 0, 0.1);
}
/* line 165, ../sass/landing-mark/build-map.scss */
#listings::-webkit-scrollbar-track {
  background: none;
}
/* line 169, ../sass/landing-mark/build-map.scss */
#listings::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #2A395F;
}

/* line 176, ../sass/landing-mark/build-map.scss */
.listings .item {
  font-size: 14px;
  word-wrap: break-word;
  text-decoration: none;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 10px -5px #000;
  overflow: hidden;
  isolation: isolate;
  width: calc(100% / 2 - 10px);
  margin: 5px;
  cursor: pointer;
}
/* line 190, ../sass/landing-mark/build-map.scss */
.listings .item.active {
  box-shadow: 0px 0px 10px 0px #2f2963;
}

/* line 195, ../sass/landing-mark/build-map.scss */
.listings .item:last-child {
  border-bottom: none;
}

/* line 199, ../sass/landing-mark/build-map.scss */
.listings .item .title {
  display: inline-block;
  width: 100%;
  color: #000;
  font-weight: 800;
  text-decoration: none;
  text-align: initial;
  position: relative;
}
/* line 208, ../sass/landing-mark/build-map.scss */
.listings .item .title img {
  display: block;
  height: 180px;
  object-fit: cover;
  margin-bottom: 5px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  isolation: isolate;
  width: 100%;
}
/* line 219, ../sass/landing-mark/build-map.scss */
.listings .item .title:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 180px;
  top: 0;
  left: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  isolation: isolate;
  background: linear-gradient(180deg, transparent 47%, rgba(47, 41, 99, 0) 60%, rgba(47, 41, 99, 0.9));
}

/* line 235, ../sass/landing-mark/build-map.scss */
.listings {
  font-family: "Rubik", sans-serif;
}
/* line 238, ../sass/landing-mark/build-map.scss */
.listings p {
  margin-top: -70px;
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 15px;
  min-height: 35px;
  padding: 0 5px !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  box-sizing: border-box;
}
/* line 253, ../sass/landing-mark/build-map.scss */
.listings p a {
  position: absolute;
  display: block;
  height: 20px;
  right: 5px;
  bottom: -56px;
  z-index: 10;
  font-size: 10px;
  background-color: #2f2963;
  color: #fff;
  width: auto;
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 0 20px 0 5px;
  font-weight: 500;
  padding-top: 2px !important;
}
/* line 271, ../sass/landing-mark/build-map.scss */
.listings p a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/9054423_bx_arrow_back_icon-map.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 70%;
  width: 18px;
  height: 20px;
  transform: scale(-1);
}
/* line 285, ../sass/landing-mark/build-map.scss */
.listings p a:hover {
  background-color: #288eff;
  color: #fff;
}
/* line 289, ../sass/landing-mark/build-map.scss */
.listings p a:hover:after {
  filter: invert(0);
}
/* line 296, ../sass/landing-mark/build-map.scss */
.listings .content {
  padding: 5px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.3;
  padding-top: 2px;
}
/* line 303, ../sass/landing-mark/build-map.scss */
.listings .content div {
  margin: 2px 0;
}
/* line 306, ../sass/landing-mark/build-map.scss */
.listings .content div:nth-child(1) {
  position: relative;
  z-index: 2;
  margin-top: -2px;
  color: #fff;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 317, ../sass/landing-mark/build-map.scss */
.listings .content div:nth-child(2) {
  margin-top: 17px;
  padding-right: 70px;
}
/* line 322, ../sass/landing-mark/build-map.scss */
.listings .content div:nth-child(3) {
  display: none !important;
}
/* line 326, ../sass/landing-mark/build-map.scss */
.listings .content div:last-child {
  display: none !important;
}

/* line 333, ../sass/landing-mark/build-map.scss */
.clearfix {
  display: block;
}

/* line 337, ../sass/landing-mark/build-map.scss */
.clearfix::after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 345, ../sass/landing-mark/build-map.scss */
.mapboxgl-popup-close-button {
  display: none;
}

/* line 349, ../sass/landing-mark/build-map.scss */
.mapboxgl-popup {
  max-width: 230px !important;
  width: 230px !important;
  padding: 0 !important;
  border-radius: 10px !important;
  overflow: hidden !important;
}
/* line 356, ../sass/landing-mark/build-map.scss */
.mapboxgl-popup .mapboxgl-popup-content {
  border-radius: 10px !important;
  padding: 0 !important;
  box-shadow: none !important;
  background: #fff !important;
  position: relative !important;
  width: 100% !important;
}
/* line 370, ../sass/landing-mark/build-map.scss */
.mapboxgl-popup .mapboxgl-popup-content a:hover b:after {
  background-color: #288eff;
}
/* line 377, ../sass/landing-mark/build-map.scss */
.mapboxgl-popup .mapboxgl-popup-content a:hover p:after {
  background-color: #288eff;
}
/* line 385, ../sass/landing-mark/build-map.scss */
.mapboxgl-popup img {
  display: block !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 140px;
  margin: 0 auto;
  transition: 0.3s ease;
}
/* line 395, ../sass/landing-mark/build-map.scss */
.mapboxgl-popup .img-house {
  position: relative;
  overflow: hidden;
  border-radius: 10px !important;
}
/* line 400, ../sass/landing-mark/build-map.scss */
.mapboxgl-popup .img-house:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, transparent 47%, rgba(47, 41, 99, 0) 60%, rgba(47, 41, 99, 0.65));
}
/* line 412, ../sass/landing-mark/build-map.scss */
.mapboxgl-popup .img-house:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #288eff;
  background-image: url(/assets/img/3844476_eye_see_show_view_watch_icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 16px auto;
  background-size: 16px auto;
  opacity: 0;
  transition: 0.3s opacity ease;
  z-index: 2;
}
/* line 435, ../sass/landing-mark/build-map.scss */
.mapboxgl-popup .img-house:hover:after {
  background: linear-gradient(180deg, transparent 25%, rgba(47, 41, 99, 0) 60%, #2f2963);
}
/* line 439, ../sass/landing-mark/build-map.scss */
.mapboxgl-popup .img-house:hover img {
  transform: scale(1.05);
}
/* line 443, ../sass/landing-mark/build-map.scss */
.mapboxgl-popup .img-house:hover:before {
  opacity: 1;
}
/* line 449, ../sass/landing-mark/build-map.scss */
.mapboxgl-popup b {
  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;
  position: absolute;
  top: 110px;
  left: 5px;
  z-index: 2;
  color: #fff;
  display: inline-block;
  line-height: 1.4;
  font-size: 18px;
  right: 5px;
  width: calc(100% - 10px);
}
/* line 472, ../sass/landing-mark/build-map.scss */
.mapboxgl-popup p {
  font-weight: 400;
  font-size: 13px;
  padding: 10px 5px;
  color: #000;
  position: relative;
}
/* line 479, ../sass/landing-mark/build-map.scss */
.mapboxgl-popup p:after {
  content: 'Перейти';
  position: absolute;
  display: block;
  height: 20px;
  right: 5px;
  z-index: 10;
  font-size: 10px;
  background-color: #2f2963;
  background-image: url(../img/9054423_bx_arrow_back_icon-map-right.svg);
  background-position: 93% center;
  background-repeat: no-repeat;
  background-size: 14px;
  color: #fff;
  width: auto;
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 0 20px 0 5px;
  font-weight: 500;
  top: 9px;
}

/* line 504, ../sass/landing-mark/build-map.scss */
.MobileBtn {
  display: none;
}

/* line 509, ../sass/landing-mark/build-map.scss */
#modal {
  display: none !important;
}

/* line 513, ../sass/landing-mark/build-map.scss */
.flex-child {
  display: block;
  max-width: 100%;
}

/* line 518, ../sass/landing-mark/build-map.scss */
.flex-child--grow {
  -webkit-flex-grow: 1 !important;
  flex-grow: 1 !important;
  min-width: 0;
}

@media screen and (min-width: 1023px) {
  /* line 529, ../sass/landing-mark/build-map.scss */
  .static-ml {
    position: static !important;
  }
}
/* line 535, ../sass/landing-mark/build-map.scss */
.scroll-hidden {
  overflow: hidden !important;
}

/* line 539, ../sass/landing-mark/build-map.scss */
.flex-parent {
  display: -webkit-flex !important;
  display: flex !important;
}

/* line 544, ../sass/landing-mark/build-map.scss */
.flex-parent--column {
  -webkit-flex-direction: column !important;
  flex-direction: column !important;
}

/* line 549, ../sass/landing-mark/build-map.scss */
.build-map {
  position: relative;
}

/* line 553, ../sass/landing-mark/build-map.scss */
.w-auto {
  width: auto !important;
}

@media screen and (min-width: 800px) {
  /* line 557, ../sass/landing-mark/build-map.scss */
  .viewport-full-ml {
    height: 100vh !important;
  }

  /* line 561, ../sass/landing-mark/build-map.scss */
  .flex-parent--column-ml {
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }
}
/* line 567, ../sass/landing-mark/build-map.scss */
.scroll-auto {
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
}

/* line 572, ../sass/landing-mark/build-map.scss */
.flex-parent--center-main {
  -webkit-justify-content: center !important;
  justify-content: center !important;
}

/* line 577, ../sass/landing-mark/build-map.scss */
.py12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

/* line 582, ../sass/landing-mark/build-map.scss */
.px12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

/* line 589, ../sass/landing-mark/build-map.scss */
#sidebarA .land-title {
  margin-bottom: 0 !important;
}

/* line 596, ../sass/landing-mark/build-map.scss */
.lang-he .map-top-undertitle {
  font-size: calc(16px * 1.2);
}
/* line 600, ../sass/landing-mark/build-map.scss */
.lang-he .build-map {
  direction: rtl;
}
/* line 604, ../sass/landing-mark/build-map.scss */
.lang-he .select-arrow {
  right: initial;
  left: 12px;
}
/* line 609, ../sass/landing-mark/build-map.scss */
.lang-he #modal {
  left: 0 !important;
  right: initial !important;
}
/* line 617, ../sass/landing-mark/build-map.scss */
.lang-he .mapboxgl-popup b {
  padding-left: 22px;
  padding-right: initial;
}
/* line 621, ../sass/landing-mark/build-map.scss */
.lang-he .mapboxgl-popup b:after {
  left: 5px;
  right: initial;
  transform: none;
}
/* line 630, ../sass/landing-mark/build-map.scss */
.lang-he .mapboxgl-popup p:after {
  content: 'לעבור';
  right: initial;
  padding: 0 5px 0 20px;
  left: 5px;
  background-image: url(../img/9054423_bx_arrow_back_icon-map.svg);
  background-position: 3% center;
}
/* line 645, ../sass/landing-mark/build-map.scss */
.lang-he .listings p a {
  padding: 0 5px 0 20px;
  right: inherit;
  left: 5px;
}
/* line 650, ../sass/landing-mark/build-map.scss */
.lang-he .listings p a:after {
  right: initial;
  left: 0;
  transform: scale(1);
}
/* line 662, ../sass/landing-mark/build-map.scss */
.lang-he .listings .content div:nth-child(2) {
  padding-left: 70px;
  padding-right: 0;
}

@media only screen and (min-width: 1301px) and (max-width: 1500px) {
  /* line 675, ../sass/landing-mark/build-map.scss */
  .w360-ml {
    width: 480px !important;
  }

  /* line 679, ../sass/landing-mark/build-map.scss */
  #modal #filters > div {
    width: 230px;
  }

  /* line 689, ../sass/landing-mark/build-map.scss */
  .listings .item .title img {
    height: 168px;
  }
  /* line 693, ../sass/landing-mark/build-map.scss */
  .listings .item .title:after {
    height: 168px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  /* line 703, ../sass/landing-mark/build-map.scss */
  .map-top-undertitle {
    font-size: 15px;
  }

  /* line 708, ../sass/landing-mark/build-map.scss */
  .w360-ml {
    width: 330px !important;
  }

  /* line 712, ../sass/landing-mark/build-map.scss */
  #modal #filters > div {
    width: 230px;
  }

  /* line 723, ../sass/landing-mark/build-map.scss */
  .listings .item .title img {
    height: 145px;
  }
  /* line 727, ../sass/landing-mark/build-map.scss */
  .listings .item .title:after {
    height: 145px;
  }
  /* line 733, ../sass/landing-mark/build-map.scss */
  .listings p {
    padding: 0 5px !important;
  }
  /* line 736, ../sass/landing-mark/build-map.scss */
  .listings p a {
    top: -74px;
  }
  /* line 745, ../sass/landing-mark/build-map.scss */
  .listings .content div:nth-child(2) {
    padding: 0 !important;
  }

  /* line 754, ../sass/landing-mark/build-map.scss */
  .lang-he .map-top-undertitle {
    font-size: calc(15px * 1.2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 764, ../sass/landing-mark/build-map.scss */
  .listings .item {
    width: calc(100% / 3 - 10px) !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  /* line 772, ../sass/landing-mark/build-map.scss */
  .header-cat {
    position: fixed !important;
  }

  /* line 776, ../sass/landing-mark/build-map.scss */
  .mob-bot-menu {
    transform: translateY(0);
  }

  /* line 780, ../sass/landing-mark/build-map.scss */
  .map-top {
    display: block;
    padding-bottom: 20px;
  }

  /* line 787, ../sass/landing-mark/build-map.scss */
  .build-map.aside {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999999;
    height: calc(100vh - 57px) !important;
  }
  /* line 795, ../sass/landing-mark/build-map.scss */
  .build-map.aside .MobileBtn {
    bottom: 40px;
  }
  /* line 799, ../sass/landing-mark/build-map.scss */
  .build-map.aside #modal {
    top: 0px !important;
    padding-left: 65px;
  }

  /* line 810, ../sass/landing-mark/build-map.scss */
  .mapboxgl-popup b:after {
    top: 41px;
  }

  /* line 816, ../sass/landing-mark/build-map.scss */
  .build-map-mobile-view {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000082;
    opacity: 1;
    z-index: 12;
    background-image: url(/assets/img/3844476_eye_see_show_view_watch_icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60px;
  }
  /* line 830, ../sass/landing-mark/build-map.scss */
  .build-map-mobile-view.aside {
    top: 15px;
    left: 10px;
    width: 46px;
    height: 46px;
    background-color: #0000006b;
    opacity: 1;
    border-radius: 50%;
    background-image: url(/assets/img/4115230_cancel_close_delete_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 53%;
  }

  /* line 845, ../sass/landing-mark/build-map.scss */
  .map-top-undertitle {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  /* line 852, ../sass/landing-mark/build-map.scss */
  .w360-ml {
    position: absolute !important;
    bottom: 0;
    left: 0 !important;
    z-index: 1;
    width: 100% !important;
    height: 40vh;
    background: #fff;
    transform: translateY(1000%);
    transition: transform .5s ease-in-out;
    box-shadow: 0px 0px 14px -6px #000;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    overflow: hidden;
  }
  /* line 867, ../sass/landing-mark/build-map.scss */
  .w360-ml.show {
    transform: translateY(0%);
  }

  /* line 872, ../sass/landing-mark/build-map.scss */
  #sidebarA {
    display: none !important;
  }

  /* line 880, ../sass/landing-mark/build-map.scss */
  .listings .item:last-child {
    margin-bottom: 180px;
  }

  /* line 886, ../sass/landing-mark/build-map.scss */
  #listings {
    height: 40vh !important;
  }

  /* line 890, ../sass/landing-mark/build-map.scss */
  #modal #filters > div {
    width: 48%;
    margin: 0;
  }

  /* line 895, ../sass/landing-mark/build-map.scss */
  .viewport-twothirds {
    height: 100% !important;
  }

  /* line 899, ../sass/landing-mark/build-map.scss */
  #modal {
    padding: 10px;
    box-sizing: border-box;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
  }
  /* line 906, ../sass/landing-mark/build-map.scss */
  #modal .modal-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
  }
  /* line 914, ../sass/landing-mark/build-map.scss */
  #modal #filters {
    display: flex;
    align-items: center;
    width: calc(100% - 63px);
    justify-content: space-between;
  }
  /* line 921, ../sass/landing-mark/build-map.scss */
  #modal #removeFilters {
    width: 52px;
    width: 52px;
    font-size: 10px;
    margin: 0;
  }
  /* line 928, ../sass/landing-mark/build-map.scss */
  #modal .select {
    font-size: 13px;
    padding: 0 10px;
  }

  /* line 934, ../sass/landing-mark/build-map.scss */
  .MobileBtn {
    position: absolute;
    bottom: 100px;
    bottom: 10px;
    height: 50px;
    left: 10px;
    width: 50px;
    background: #fff;
    color: #000;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #288eff;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 14px -6px #000;
  }
  /* line 952, ../sass/landing-mark/build-map.scss */
  .MobileBtn svg {
    width: 23px;
  }
  /* line 956, ../sass/landing-mark/build-map.scss */
  .MobileBtn.show {
    font-size: 0;
    background: #2f2963;
  }

  /* line 968, ../sass/landing-mark/build-map.scss */
  .lang-he .map-top-undertitle {
    font-size: calc(14px * 1.2);
  }
}
/* line 1, ../sass/landing-mark/flat-selection-main.scss */
.FlatSelectionHeader {
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px clamp(15px, 2.6vw, 50px);
  z-index: 10;
}
/* line 19, ../sass/landing-mark/flat-selection-main.scss */
.FlatSelectionHeader .back {
  position: relative;
  margin-left: 50px;
}
/* line 23, ../sass/landing-mark/flat-selection-main.scss */
.FlatSelectionHeader .back a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
/* line 33, ../sass/landing-mark/flat-selection-main.scss */
.FlatSelectionHeader .back a:hover i {
  background-color: #124944;
}
/* line 36, ../sass/landing-mark/flat-selection-main.scss */
.FlatSelectionHeader .back a:hover span {
  background-color: #020304;
  color: #bff670;
}
/* line 43, ../sass/landing-mark/flat-selection-main.scss */
.FlatSelectionHeader .back i {
  display: block;
  height: 62px;
  width: 62px;
  background-color: #020304;
  border-radius: 50%;
  transform: rotateY(180deg);
  transition: 0.3s ease;
  background-image: url(/assets/img/4781858_arrow_arrows_back_direction_left_icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: auto 35px;
  background-size: auto 35px;
}
/* line 58, ../sass/landing-mark/flat-selection-main.scss */
.FlatSelectionHeader .back span {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  transition: 0.3s ease;
  background: #bff670;
  color: #020304;
  font-weight: 600;
  font-size: 44px;
  padding: 0 13px;
  height: 62px;
}
/* line 76, ../sass/landing-mark/flat-selection-main.scss */
.FlatSelectionHeader .logo {
  position: relative;
}
/* line 79, ../sass/landing-mark/flat-selection-main.scss */
.FlatSelectionHeader .logo img {
  display: block;
  height: 62px;
}
/* line 83, ../sass/landing-mark/flat-selection-main.scss */
.FlatSelectionHeader .logo img:hover {
  opacity: 0.7;
}

/* line 90, ../sass/landing-mark/flat-selection-main.scss */
.FlatSelectionWr {
  position: relative;
}
/* line 93, ../sass/landing-mark/flat-selection-main.scss */
.FlatSelectionWr .inner {
  position: relative;
  height: 100vh;
  max-height: 1080px;
}
/* line 99, ../sass/landing-mark/flat-selection-main.scss */
.FlatSelectionWr picture {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
@media (orientation: portrait) {
  /* line 107, ../sass/landing-mark/flat-selection-main.scss */
  .FlatSelectionWr .inner {
    height: auto;
    max-height: initial;
  }
}

/* line 114, ../sass/landing-mark/flat-selection-main.scss */
.FlatSelectionImg {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

/* line 125, ../sass/landing-mark/flat-selection-main.scss */
.FlatSelectionSvg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/* line 134, ../sass/landing-mark/flat-selection-main.scss */
.FlatSelectionSvg path {
  fill: grey;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  will-change: opacity;
  opacity: 0;
  -webkit-tap-highlight-color: transparent;
}
/* line 144, ../sass/landing-mark/flat-selection-main.scss */
.FlatSelectionSvg path.js-apartments-building-hoverable {
  cursor: pointer;
  fill: #bff670;
}
/* line 149, ../sass/landing-mark/flat-selection-main.scss */
.FlatSelectionSvg path.active, .FlatSelectionSvg path:hover {
  opacity: 0.65;
}

/* line 154, ../sass/landing-mark/flat-selection-main.scss */
.FlatSelectionTitle {
  position: absolute;
  text-transform: uppercase;
  z-index: 2;
  bottom: 30px;
  left: 30px;
  line-height: 0.9;
  font-size: clamp(28px, 5.4vw, 104px);
  transition: 0.3s ease;
}
/* line 164, ../sass/landing-mark/flat-selection-main.scss */
.FlatSelectionTitle.hide {
  opacity: 0;
  visibility: hidden;
}
/* line 169, ../sass/landing-mark/flat-selection-main.scss */
.FlatSelectionTitle i {
  position: relative;
  display: inline-block;
}
/* line 174, ../sass/landing-mark/flat-selection-main.scss */
.FlatSelectionTitle .black {
  background: #bff670;
  color: #fff;
  padding: 0.5vw 1.5vw;
  border-radius: 5vw;
}
/* line 181, ../sass/landing-mark/flat-selection-main.scss */
.FlatSelectionTitle .green {
  background: #124944;
  color: #fff;
  padding: 0.5vw 1.5vw;
}

/* line 188, ../sass/landing-mark/flat-selection-main.scss */
.lang-he {
  /* .FlatSelectionImg {
  	transform: rotateY(180deg);
  }
  
  .FlatSelectionSvg {
  	transform: rotateY(180deg);
  } */
}
/* line 189, ../sass/landing-mark/flat-selection-main.scss */
.lang-he .FlatSelectionHeader {
  direction: rtl;
}
/* line 192, ../sass/landing-mark/flat-selection-main.scss */
.lang-he .FlatSelectionHeader .back {
  margin-right: 50px;
  margin-left: 0;
}
/* line 206, ../sass/landing-mark/flat-selection-main.scss */
.lang-he .FlatSelectionTitle {
  direction: rtl;
  text-align: right;
  left: initial;
  right: 30px;
  line-height: 0.9;
  font-size: calc(clamp(28px,5.4vw,104px) * 1.2);
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 218, ../sass/landing-mark/flat-selection-main.scss */
  .FlatSelectionHeader {
    padding: 20px clamp(15px, 2.6vw, 50px);
  }
  /* line 222, ../sass/landing-mark/flat-selection-main.scss */
  .FlatSelectionHeader .back i {
    height: 58px;
    width: 58px;
    -webkit-background-size: auto 33px;
    background-size: auto 33px;
  }
  /* line 229, ../sass/landing-mark/flat-selection-main.scss */
  .FlatSelectionHeader .back span {
    font-size: 40px;
    padding: 0 13px;
    height: 58px;
  }
  /* line 237, ../sass/landing-mark/flat-selection-main.scss */
  .FlatSelectionHeader .logo img {
    height: 58px;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1439px) {
  /* line 247, ../sass/landing-mark/flat-selection-main.scss */
  .FlatSelectionHeader {
    padding: 20px clamp(15px, 2.6vw, 50px);
  }
  /* line 251, ../sass/landing-mark/flat-selection-main.scss */
  .FlatSelectionHeader .back i {
    height: 54px;
    width: 54px;
    -webkit-background-size: auto 31px;
    background-size: auto 31px;
  }
  /* line 258, ../sass/landing-mark/flat-selection-main.scss */
  .FlatSelectionHeader .back span {
    font-size: 36px;
    padding: 0 13px;
    height: 54px;
  }
  /* line 266, ../sass/landing-mark/flat-selection-main.scss */
  .FlatSelectionHeader .logo img {
    height: 54px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 276, ../sass/landing-mark/flat-selection-main.scss */
  .FlatSelectionHeader {
    padding: 15px clamp(15px, 2.6vw, 50px);
  }
  /* line 280, ../sass/landing-mark/flat-selection-main.scss */
  .FlatSelectionHeader .back i {
    height: 50px;
    width: 50px;
    -webkit-background-size: auto 29px;
    background-size: auto 29px;
  }
  /* line 287, ../sass/landing-mark/flat-selection-main.scss */
  .FlatSelectionHeader .back span {
    font-size: 32px;
    padding: 0 13px;
    height: 50px;
  }
  /* line 295, ../sass/landing-mark/flat-selection-main.scss */
  .FlatSelectionHeader .logo img {
    height: 50px;
  }

  /* line 303, ../sass/landing-mark/flat-selection-main.scss */
  .FlatSelectionWr .inner {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 312, ../sass/landing-mark/flat-selection-main.scss */
  .FlatSelectionHeader {
    padding: 15px clamp(15px, 2.6vw, 50px);
  }
  /* line 316, ../sass/landing-mark/flat-selection-main.scss */
  .FlatSelectionHeader .back i {
    height: 44px;
    width: 44px;
    -webkit-background-size: auto 26px;
    background-size: auto 26px;
  }
  /* line 323, ../sass/landing-mark/flat-selection-main.scss */
  .FlatSelectionHeader .back span {
    font-size: 26px;
    padding: 0 13px;
    height: 44px;
  }
  /* line 331, ../sass/landing-mark/flat-selection-main.scss */
  .FlatSelectionHeader .logo img {
    height: 44px;
  }

  /* line 337, ../sass/landing-mark/flat-selection-main.scss */
  .FlatSelectionTitle {
    bottom: 15px;
    left: 15px;
  }

  /* line 344, ../sass/landing-mark/flat-selection-main.scss */
  .FlatSelectionWr .inner {
    height: auto;
  }

  /* line 350, ../sass/landing-mark/flat-selection-main.scss */
  .lang-he .FlatSelectionTitle {
    left: initial;
    right: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 360, ../sass/landing-mark/flat-selection-main.scss */
  .FlatSelectionHeader {
    position: relative;
    padding: 15px;
  }
  /* line 365, ../sass/landing-mark/flat-selection-main.scss */
  .FlatSelectionHeader .back i {
    height: 40px;
    width: 40px;
    -webkit-background-size: auto 24px;
    background-size: auto 24px;
  }
  /* line 372, ../sass/landing-mark/flat-selection-main.scss */
  .FlatSelectionHeader .back span {
    font-size: 22px;
    padding: 0 13px;
    height: 40px;
  }
  /* line 380, ../sass/landing-mark/flat-selection-main.scss */
  .FlatSelectionHeader .logo img {
    height: 40px;
  }

  /* line 386, ../sass/landing-mark/flat-selection-main.scss */
  .FlatSelectionWr {
    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;
    height: auto;
  }

  /* line 402, ../sass/landing-mark/flat-selection-main.scss */
  .FlatSelectionImg {
    margin-left: -20%;
    width: 140%;
    height: auto;
    object-fit: unset;
    margin-right: -20%;
  }

  /* line 410, ../sass/landing-mark/flat-selection-main.scss */
  .FlatSelectionSvg {
    left: -20%;
    width: 140%;
  }

  /* line 415, ../sass/landing-mark/flat-selection-main.scss */
  .FlatSelectionTitle {
    position: relative;
    bottom: initial;
    left: initial;
    font-size: 32px;
    padding: 15px;
    padding-bottom: 0;
  }
  /* line 423, ../sass/landing-mark/flat-selection-main.scss */
  .FlatSelectionTitle .black, .FlatSelectionTitle .green {
    padding: 5px 15px;
  }
  /* line 427, ../sass/landing-mark/flat-selection-main.scss */
  .FlatSelectionTitle .black {
    border-radius: 30px;
  }
  /* line 431, ../sass/landing-mark/flat-selection-main.scss */
  .FlatSelectionTitle.hide {
    opacity: 1;
    visibility: visible;
  }

  /* line 437, ../sass/landing-mark/flat-selection-main.scss */
  .lang-he {
    /* .FlatSelectionImg {
    	transform: rotateY(180deg);
    }
    
    .FlatSelectionSvg {
    	transform: rotateY(180deg);
    } */
  }
  /* line 439, ../sass/landing-mark/flat-selection-main.scss */
  .lang-he .FlatSelectionHeader .back {
    margin-right: auto;
  }
  /* line 452, ../sass/landing-mark/flat-selection-main.scss */
  .lang-he .FlatSelectionTitle {
    right: initial;
    font-size: calc(32px * 1.2);
  }
}
/* line 1, ../sass/landing-mark/flat-selection-right-info.scss */
.FlatSelectionRightInfo {
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 1041;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  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: center;
  transform: translateX(100%);
  transition: 0.5s ease;
  height: 100%;
  width: clamp(200px, 22vw, 425px);
  padding: clamp(15px, 3vw, 65px) clamp(15px, 5vw, 85px);
}
/* line 27, ../sass/landing-mark/flat-selection-right-info.scss */
.FlatSelectionRightInfo.show {
  transform: translateX(0);
}
/* line 31, ../sass/landing-mark/flat-selection-right-info.scss */
.FlatSelectionRightInfo .view {
  display: none;
}
/* line 35, ../sass/landing-mark/flat-selection-right-info.scss */
.FlatSelectionRightInfo .floor {
  position: relative;
  text-align: center;
}
/* line 39, ../sass/landing-mark/flat-selection-right-info.scss */
.FlatSelectionRightInfo .floor .number {
  display: inline-block;
  color: #124944;
  line-height: 1;
  font-size: clamp(72px, 9.5vw, 182px);
}
/* line 46, ../sass/landing-mark/flat-selection-right-info.scss */
.FlatSelectionRightInfo .floor .name {
  position: relative;
  text-transform: uppercase;
  color: #124944;
  font-size: 18px;
}
/* line 54, ../sass/landing-mark/flat-selection-right-info.scss */
.FlatSelectionRightInfo .vac {
  position: absolute;
  bottom: clamp(15px, 3vw, 65px);
  left: 0;
  text-align: center;
  width: 100%;
}
/* line 61, ../sass/landing-mark/flat-selection-right-info.scss */
.FlatSelectionRightInfo .vac .number {
  display: inline-block;
  color: #124944;
  line-height: 1.6;
  font-size: clamp(20px, 2vw, 38px);
}
/* line 68, ../sass/landing-mark/flat-selection-right-info.scss */
.FlatSelectionRightInfo .vac .name {
  position: relative;
  text-transform: uppercase;
  color: #124944;
  font-size: 18px;
}

/* line 78, ../sass/landing-mark/flat-selection-right-info.scss */
.lang-he .FlatSelectionRightInfo {
  direction: rtl;
  left: 0;
  right: initial;
  transform: translateX(-100%);
}
/* line 84, ../sass/landing-mark/flat-selection-right-info.scss */
.lang-he .FlatSelectionRightInfo.show {
  transform: translateX(0);
}

@media only screen and (min-width: 1241px) and (max-width: 1439px) {
  /* line 94, ../sass/landing-mark/flat-selection-right-info.scss */
  .FlatSelectionRightInfo .floor .name {
    font-size: 16px;
  }
  /* line 100, ../sass/landing-mark/flat-selection-right-info.scss */
  .FlatSelectionRightInfo .vac .name {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 112, ../sass/landing-mark/flat-selection-right-info.scss */
  .FlatSelectionRightInfo .floor .name {
    font-size: 14px;
  }
  /* line 118, ../sass/landing-mark/flat-selection-right-info.scss */
  .FlatSelectionRightInfo .vac .name {
    font-size: 14px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 129, ../sass/landing-mark/flat-selection-right-info.scss */
  .FlatSelectionRightInfo .view {
    display: block;
    text-align: center;
    /* position: absolute; */
    top: 64px;
    left: 0;
    width: 100%;
    padding: 0 10px;
    order: 2;
    margin-top: 6vh;
    margin-bottom: 2vh;
  }
  /* line 141, ../sass/landing-mark/flat-selection-right-info.scss */
  .FlatSelectionRightInfo .view .site-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  /* line 149, ../sass/landing-mark/flat-selection-right-info.scss */
  .FlatSelectionFloor {
    pointer-events: none;
  }
  /* line 152, ../sass/landing-mark/flat-selection-right-info.scss */
  .FlatSelectionFloor.show {
    pointer-events: all;
  }
}
@keyframes lightining {
  from {
    opacity: 0.4;
  }
  50% {
    opacity: 0.8;
  }
  to {
    opacity: 0.4;
  }
}
/* line 7, ../sass/landing-mark/flat-selection-floor.scss */
.FlatSelectionFloor {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-height: 1080px;
  z-index: 1042;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease;
  background: rgba(0, 0, 0, 0.5);
}
/* line 20, ../sass/landing-mark/flat-selection-floor.scss */
.FlatSelectionFloor.show {
  opacity: 1;
  visibility: visible;
}
/* line 24, ../sass/landing-mark/flat-selection-floor.scss */
.FlatSelectionFloor.show .FlatSelectionFloorInner {
  transform: translateX(0);
}

/* line 30, ../sass/landing-mark/flat-selection-floor.scss */
.FlatSelectionFloorBGClose {
  position: absolute;
  top: 0;
  left: 0;
  width: 12.5%;
  height: 100%;
  cursor: pointer;
}

/* line 39, ../sass/landing-mark/flat-selection-floor.scss */
.FlatSelectionFloorInner {
  position: relative;
  width: 87.5%;
  margin-left: 12.5%;
  height: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: clamp(15px, 4.2vw, 80px);
  transform: translateX(100%);
  transition: 0.5s ease;
}

/* line 53, ../sass/landing-mark/flat-selection-floor.scss */
.FlatSelectionFloorClose {
  position: relative;
}
/* line 56, ../sass/landing-mark/flat-selection-floor.scss */
.FlatSelectionFloorClose span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #124944;
  border-radius: 50%;
  width: clamp(30px, 3.1vw, 60px);
  height: clamp(30px, 3.1vw, 60px);
}
/* line 71, ../sass/landing-mark/flat-selection-floor.scss */
.FlatSelectionFloorClose span svg {
  display: block;
  width: 50%;
  height: auto;
}
/* line 77, ../sass/landing-mark/flat-selection-floor.scss */
.FlatSelectionFloorClose span:hover {
  background: #bff670;
}

/* line 83, ../sass/landing-mark/flat-selection-floor.scss */
.FlatSelectionFloorContent {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  height: calc(100% - clamp(30px,3.1vw,60px) - clamp(30px,10vmin,100px));
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: clamp(15px, 4vmin, 40px);
}

/* line 98, ../sass/landing-mark/flat-selection-floor.scss */
.FlatSelectionFloorNav {
  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-end;
  align-items: flex-end;
  justify-content: center;
  width: clamp(30px, 3.1vw, 60px);
  max-width: 17vw;
}
/* line 116, ../sass/landing-mark/flat-selection-floor.scss */
.FlatSelectionFloorNav li {
  position: relative;
  margin: 5px 0;
}
/* line 121, ../sass/landing-mark/flat-selection-floor.scss */
.FlatSelectionFloorNav span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: clamp(13px, 0.83vw, 16px);
  font-weight: 600;
  border-radius: 50%;
  background: #124944;
  color: #fff;
  width: clamp(30px, 2.08vw, 40px);
  height: clamp(30px, 2.08vw, 40px);
}
/* line 139, ../sass/landing-mark/flat-selection-floor.scss */
.FlatSelectionFloorNav span:hover {
  background: #f9fef0;
  color: #124944;
}
/* line 144, ../sass/landing-mark/flat-selection-floor.scss */
.FlatSelectionFloorNav span.active {
  background: #bff670;
  color: #124944;
}

/* line 151, ../sass/landing-mark/flat-selection-floor.scss */
.FlatSelectionFloorResult {
  position: relative;
  width: calc(100% - 17vw);
}

/* line 156, ../sass/landing-mark/flat-selection-floor.scss */
.FlatSelectionFloorPlan {
  display: block;
  position: relative;
  width: intrinsic;
  /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;
  /* Firefox/Gecko */
  width: -webkit-max-content;
  /* Chrome */
  max-width: 100%;
  height: 100%;
}
/* line 165, ../sass/landing-mark/flat-selection-floor.scss */
.FlatSelectionFloorPlan svg {
  position: absolute;
  overflow: visible;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: auto;
}
/* line 175, ../sass/landing-mark/flat-selection-floor.scss */
.FlatSelectionFloorPlan img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  min-width: 10%;
}
/* line 182, ../sass/landing-mark/flat-selection-floor.scss */
.FlatSelectionFloorPlan .state--available, .FlatSelectionFloorPlan .state--booked {
  opacity: 0.4;
}
/* line 185, ../sass/landing-mark/flat-selection-floor.scss */
.FlatSelectionFloorPlan .state--available:hover, .FlatSelectionFloorPlan .state--booked:hover {
  opacity: 0.8;
}
/* line 190, ../sass/landing-mark/flat-selection-floor.scss */
.FlatSelectionFloorPlan .state--available.is-disabled, .FlatSelectionFloorPlan state--booked.is-disabled {
  opacity: 0;
  cursor: default;
}
/* line 195, ../sass/landing-mark/flat-selection-floor.scss */
.FlatSelectionFloorPlan .state--available {
  cursor: pointer;
}

/* line 201, ../sass/landing-mark/flat-selection-floor.scss */
.FlatSelectionFloorBot {
  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;
  height: clamp(40px, 10vmin, 100px);
}
/* line 213, ../sass/landing-mark/flat-selection-floor.scss */
.FlatSelectionFloorBot .name {
  position: relative;
  text-transform: uppercase;
  color: #124944;
  font-size: clamp(15px, 0.94vw, 18px);
}
/* line 220, ../sass/landing-mark/flat-selection-floor.scss */
.FlatSelectionFloorBot .compas {
  display: block;
  height: clamp(35px, 9vmin, 90px);
}

/* line 226, ../sass/landing-mark/flat-selection-floor.scss */
.FlatSelectionFloorPlanInfo {
  cursor: pointer;
  position: absolute;
  transform: translateX(100%);
  background: #124944;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  padding: clamp(5px, 0.6vw, 15px) clamp(15px, 1.5vw, 30px);
  z-index: 2;
}
/* line 238, ../sass/landing-mark/flat-selection-floor.scss */
.FlatSelectionFloorPlanInfo.show {
  opacity: 1;
  visibility: visible;
}
/* line 243, ../sass/landing-mark/flat-selection-floor.scss */
.FlatSelectionFloorPlanInfo:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  transform: translateX(-100%);
  border-bottom: 30px solid #124944;
  border-left: 30px solid transparent;
}
/* line 256, ../sass/landing-mark/flat-selection-floor.scss */
.FlatSelectionFloorPlanInfo .row {
  position: relative;
  margin: clamp(5px, 0.6vw, 15px) 0;
}
/* line 261, ../sass/landing-mark/flat-selection-floor.scss */
.FlatSelectionFloorPlanInfo .number, .FlatSelectionFloorPlanInfo .suare {
  width: intrinsic;
  /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;
  /* Firefox/Gecko */
  width: -webkit-max-content;
  /* Chrome */
  font-size: clamp(15px, 0.94vw, 18px);
  font-weight: 600;
}
/* line 269, ../sass/landing-mark/flat-selection-floor.scss */
.FlatSelectionFloorPlanInfo .cost, .FlatSelectionFloorPlanInfo .rooms {
  width: intrinsic;
  /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;
  /* Firefox/Gecko */
  width: -webkit-max-content;
  /* Chrome */
  font-size: clamp(13px, 0.83vw, 16px);
}

/* line 278, ../sass/landing-mark/flat-selection-floor.scss */
.lang-he .FlatSelectionFloor {
  left: 0;
  right: initial;
}
/* line 283, ../sass/landing-mark/flat-selection-floor.scss */
.lang-he .FlatSelectionFloor.show .FlatSelectionFloorInner {
  transform: translateX(0);
}
/* line 289, ../sass/landing-mark/flat-selection-floor.scss */
.lang-he .FlatSelectionFloorBGClose {
  right: 0;
  left: initial;
}
/* line 294, ../sass/landing-mark/flat-selection-floor.scss */
.lang-he .FlatSelectionFloorInner {
  direction: rtl;
  margin-left: 0;
  margin-right: 12.5%;
  transform: translateX(-100%);
}
/* line 301, ../sass/landing-mark/flat-selection-floor.scss */
.lang-he .FlatSelectionFloorClose {
  text-align: right;
}
/* line 306, ../sass/landing-mark/flat-selection-floor.scss */
.lang-he .FlatSelectionFloorBot .name {
  font-size: calc(clamp(15px,0.94vw,18px) * 1.2);
}
/* line 312, ../sass/landing-mark/flat-selection-floor.scss */
.lang-he .FlatSelectionFloorPlanInfo .cost {
  direction: ltr;
}

@media only screen and (min-width: 768px) and (max-width: 1240px) {
  /* line 320, ../sass/landing-mark/flat-selection-floor.scss */
  .FlatSelectionFloorPlan {
    height: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 327, ../sass/landing-mark/flat-selection-floor.scss */
  .FlatSelectionFloorBGClose {
    display: none;
  }

  /* line 331, ../sass/landing-mark/flat-selection-floor.scss */
  .FlatSelectionFloorInner {
    overflow-y: scroll;
    width: 100%;
    margin-left: 0;
    padding: 15px;
  }

  /* line 338, ../sass/landing-mark/flat-selection-floor.scss */
  .FlatSelectionFloorContent {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    padding-top: 30px;
  }

  /* line 348, ../sass/landing-mark/flat-selection-floor.scss */
  .FlatSelectionFloorNav {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }
  /* line 359, ../sass/landing-mark/flat-selection-floor.scss */
  .FlatSelectionFloorNav li {
    margin: 0 5px;
  }

  /* line 364, ../sass/landing-mark/flat-selection-floor.scss */
  .FlatSelectionFloorResult {
    width: 100%;
    margin-top: 30px;
  }

  /* line 369, ../sass/landing-mark/flat-selection-floor.scss */
  .FlatSelectionFloorPlan {
    display: block;
    height: auto;
  }
  /* line 373, ../sass/landing-mark/flat-selection-floor.scss */
  .FlatSelectionFloorPlan .state--available {
    animation-name: lightining;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }

  /* line 381, ../sass/landing-mark/flat-selection-floor.scss */
  .FlatSelectionFloorBot {
    height: auto;
    margin-top: 30px;
  }
  /* line 385, ../sass/landing-mark/flat-selection-floor.scss */
  .FlatSelectionFloorBot .name {
    font-size: clamp(16px, 4.8vw, 18px);
  }
  /* line 389, ../sass/landing-mark/flat-selection-floor.scss */
  .FlatSelectionFloorBot .compas {
    height: 60px;
  }

  /* line 394, ../sass/landing-mark/flat-selection-floor.scss */
  .FlatSelectionFloorPlanInfo {
    display: none;
    bottom: 52%;
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    padding: 0px 5px;
  }
  /* line 402, ../sass/landing-mark/flat-selection-floor.scss */
  .FlatSelectionFloorPlanInfo:before {
    bottom: -20px;
    transform: rotate(-90deg);
    border-bottom: 20px solid #bff670;
    border-left: 20px solid transparent;
  }
  /* line 409, ../sass/landing-mark/flat-selection-floor.scss */
  .FlatSelectionFloorPlanInfo .row {
    margin: 5px 0;
  }
  /* line 413, ../sass/landing-mark/flat-selection-floor.scss */
  .FlatSelectionFloorPlanInfo .number, .FlatSelectionFloorPlanInfo .suare {
    font-size: clamp(12px, 4.25vw, 14px);
  }
  /* line 417, ../sass/landing-mark/flat-selection-floor.scss */
  .FlatSelectionFloorPlanInfo .cost, .FlatSelectionFloorPlanInfo .rooms {
    font-size: clamp(11px, 3.4vw, 12px);
  }

  /* line 423, ../sass/landing-mark/flat-selection-floor.scss */
  .lang-he .FlatSelectionFloorInner {
    margin-right: 0;
  }
  /* line 428, ../sass/landing-mark/flat-selection-floor.scss */
  .lang-he .FlatSelectionFloorBot .name {
    font-size: calc(clamp(16px,4.8vw,18px) * 1.2);
  }
}
/* line 1, ../sass/landing-mark/flat-selection-plan.scss */
.FlatSelection {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-height: 1080px;
  z-index: 1043;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease;
  background: rgba(0, 0, 0, 0.5);
}
/* line 14, ../sass/landing-mark/flat-selection-plan.scss */
.FlatSelection.show {
  opacity: 1;
  visibility: visible;
}
/* line 18, ../sass/landing-mark/flat-selection-plan.scss */
.FlatSelection.show .FlatSelectionInner {
  transform: translateX(0);
}

/* line 24, ../sass/landing-mark/flat-selection-plan.scss */
.FlatSelectionBGClose {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  cursor: pointer;
}

/* line 33, ../sass/landing-mark/flat-selection-plan.scss */
.FlatSelectionInner {
  position: relative;
  width: 75%;
  margin-left: 25%;
  height: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: clamp(15px, 4.2vw, 80px);
  transform: translateX(100%);
  transition: 0.5s ease;
}

/* line 47, ../sass/landing-mark/flat-selection-plan.scss */
.FlatSelectionClose {
  position: relative;
}
/* line 50, ../sass/landing-mark/flat-selection-plan.scss */
.FlatSelectionClose span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #124944;
  border-radius: 50%;
  width: clamp(30px, 3.1vw, 60px);
  height: clamp(30px, 3.1vw, 60px);
}
/* line 65, ../sass/landing-mark/flat-selection-plan.scss */
.FlatSelectionClose span svg {
  display: block;
  width: 50%;
  height: auto;
}
/* line 71, ../sass/landing-mark/flat-selection-plan.scss */
.FlatSelectionClose span:hover {
  background: #bff670;
}

/* line 77, ../sass/landing-mark/flat-selection-plan.scss */
.FlatSelectionResult {
  position: relative;
  height: calc(100% - clamp(30px,3.1vw,60px));
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: clamp(15px, 5vmin, 50px);
}
@media (orientation: portrait) {
  /* line 77, ../sass/landing-mark/flat-selection-plan.scss */
  .FlatSelectionResult {
    padding-top: clamp(15px, 2.5vmin, 30px);
  }
}
/* line 89, ../sass/landing-mark/flat-selection-plan.scss */
.FlatSelectionResult .cost {
  position: relative;
  color: #124944;
  font-size: clamp(18px, 1.2vw, 24px);
  margin-bottom: clamp(30px, 10vmin, 100px);
}
@media (orientation: portrait) {
  /* line 89, ../sass/landing-mark/flat-selection-plan.scss */
  .FlatSelectionResult .cost {
    margin-bottom: clamp(30px, 5vmin, 50px);
  }
}
/* line 100, ../sass/landing-mark/flat-selection-plan.scss */
.FlatSelectionResult .list {
  position: relative;
  max-width: 27%;
}
/* line 104, ../sass/landing-mark/flat-selection-plan.scss */
.FlatSelectionResult .list li {
  position: relative;
  font-size: clamp(15px, 0.94vw, 18px);
  margin-top: 10px;
}
/* line 109, ../sass/landing-mark/flat-selection-plan.scss */
.FlatSelectionResult .list li.number {
  font-size: clamp(20px, 2.1vw, 40px);
}
/* line 114, ../sass/landing-mark/flat-selection-plan.scss */
.FlatSelectionResult .list .site-btn {
  margin-top: 20px;
}
/* line 119, ../sass/landing-mark/flat-selection-plan.scss */
.FlatSelectionResult .plan {
  position: relative;
  width: 70%;
  height: calc(100vh - clamp(15px, 4.2vw, 80px) - clamp(15px, 4.2vw, 80px) - clamp(30px, 3.1vw, 60px));
}
/* line 124, ../sass/landing-mark/flat-selection-plan.scss */
.FlatSelectionResult .plan img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  min-width: 10%;
}

/* line 136, ../sass/landing-mark/flat-selection-plan.scss */
.lang-he .FlatSelection.show .FlatSelectionInner {
  transform: translateX(0);
}
/* line 142, ../sass/landing-mark/flat-selection-plan.scss */
.lang-he .FlatSelectionBGClose {
  right: 0;
  left: initial;
}
/* line 147, ../sass/landing-mark/flat-selection-plan.scss */
.lang-he .FlatSelectionInner {
  direction: rtl;
  margin-right: 25%;
  margin-left: 0;
  transform: translateX(-100%);
}
/* line 155, ../sass/landing-mark/flat-selection-plan.scss */
.lang-he .FlatSelectionResult .cost {
  direction: ltr;
  text-align: right;
}
/* line 161, ../sass/landing-mark/flat-selection-plan.scss */
.lang-he .FlatSelectionResult .list li {
  font-size: calc(clamp(15px,0.94vw,18px) * 1.2);
}
/* line 164, ../sass/landing-mark/flat-selection-plan.scss */
.lang-he .FlatSelectionResult .list li.number {
  font-size: calc(clamp(20px,2.1vw,40px) * 1.2);
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 175, ../sass/landing-mark/flat-selection-plan.scss */
  .FlatSelectionResult .plan {
    width: 70%;
    margin-right: 0;
  }

  /* line 183, ../sass/landing-mark/flat-selection-plan.scss */
  .lang-he .FlatSelectionResult .plan {
    margin-left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 193, ../sass/landing-mark/flat-selection-plan.scss */
  .FlatSelection {
    overflow-y: scroll;
  }

  /* line 197, ../sass/landing-mark/flat-selection-plan.scss */
  .FlatSelectionBGClose {
    display: none;
  }

  /* line 201, ../sass/landing-mark/flat-selection-plan.scss */
  .FlatSelectionInner {
    height: auto;
    width: 100%;
    margin-left: 0;
    padding: 15px;
  }

  /* line 208, ../sass/landing-mark/flat-selection-plan.scss */
  .FlatSelectionResult {
    height: auto;
    padding-top: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  /* line 208, ../sass/landing-mark/flat-selection-plan.scss */
  .FlatSelectionResult {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 216, ../sass/landing-mark/flat-selection-plan.scss */
  .FlatSelectionResult .cost {
    position: relative;
    color: #124944;
    font-size: clamp(18px, 1.2vw, 24px);
    margin-bottom: clamp(30px, 10vmin, 100px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  /* line 216, ../sass/landing-mark/flat-selection-plan.scss */
  .FlatSelectionResult .cost {
    margin-bottom: clamp(30px, 5vmin, 50px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 227, ../sass/landing-mark/flat-selection-plan.scss */
  .FlatSelectionResult .list {
    max-width: 100%;
    width: 100%;
  }
  /* line 231, ../sass/landing-mark/flat-selection-plan.scss */
  .FlatSelectionResult .list li {
    position: relative;
    font-size: clamp(15px, 0.94vw, 18px);
  }
  /* line 235, ../sass/landing-mark/flat-selection-plan.scss */
  .FlatSelectionResult .list li.number {
    font-size: clamp(20px, 2.1vw, 40px);
  }
  /* line 241, ../sass/landing-mark/flat-selection-plan.scss */
  .FlatSelectionResult .plan {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-top: 30px;
  }
  /* line 247, ../sass/landing-mark/flat-selection-plan.scss */
  .FlatSelectionResult .plan img {
    max-height: initial;
    width: 100%;
  }

  /* line 255, ../sass/landing-mark/flat-selection-plan.scss */
  .lang-he .FlatSelectionInner {
    margin-right: 0;
  }
  /* line 259, ../sass/landing-mark/flat-selection-plan.scss */
  .lang-he .FlatSelectionResult {
    height: auto;
    padding-top: 30px;
  }
  /* line 264, ../sass/landing-mark/flat-selection-plan.scss */
  .lang-he .FlatSelectionResult .list li {
    font-size: calc(clamp(15px,0.94vw,18px) * 1.2);
  }
  /* line 267, ../sass/landing-mark/flat-selection-plan.scss */
  .lang-he .FlatSelectionResult .list li.number {
    font-size: calc(clamp(20px,2.1vw,40px) * 1.2);
  }
  /* line 273, ../sass/landing-mark/flat-selection-plan.scss */
  .lang-he .FlatSelectionResult .plan {
    margin-left: 0;
  }
}
/* line 1, ../sass/landing-mark/land-mark-cookie.scss */
.land-cookie {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 600px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  background-color: #124944;
  border-radius: 20px;
  margin-bottom: 10px;
  color: #fff;
  padding: 25px;
  direction: rtl;
  z-index: 104;
}
/* line 17, ../sass/landing-mark/land-mark-cookie.scss */
.land-cookie .land-text {
  font-size: 14px;
}
/* line 20, ../sass/landing-mark/land-mark-cookie.scss */
.land-cookie .land-text p {
  margin-bottom: 0 !important;
}

/* line 26, ../sass/landing-mark/land-mark-cookie.scss */
.land-cookie-close {
  position: absolute;
  top: 0;
  left: 7px;
  color: #bff670;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
}
/* line 35, ../sass/landing-mark/land-mark-cookie.scss */
.land-cookie-close:hover {
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1240px) {
  /* line 41, ../sass/landing-mark/land-mark-cookie.scss */
  .land-cookie {
    max-width: 600px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 47, ../sass/landing-mark/land-mark-cookie.scss */
  .land-cookie {
    max-width: 75%;
    right: 10px;
    transform: none;
    left: initial;
    padding: 20px 10px 10px 20px;
  }
  /* line 54, ../sass/landing-mark/land-mark-cookie.scss */
  .land-cookie .land-text {
    font-size: calc(clamp(8px,4.25vw,10px) * 1.2);
  }

  /* line 59, ../sass/landing-mark/land-mark-cookie.scss */
  .land-cookie-close {
    font-size: 32px;
  }
}
/* line 41, ../sass/landing-mark.scss */
.open-link {
  cursor: pointer;
}

/* line 47, ../sass/landing-mark.scss */
.disable.a-fullscreen {
  position: initial !important;
  left: initial !important;
  bottom: initial !important;
  right: initial !important;
  top: initial !important;
}
/* line 55, ../sass/landing-mark.scss */
.disable body {
  height: initial !important;
  margin: initial !important;
  overflow: initial !important;
  padding: initial !important;
  width: initial !important;
}

/* line 66, ../sass/landing-mark.scss */
.header-cat {
  position: relative;
}

/* line 70, ../sass/landing-mark.scss */
.project-nav {
  position: relative;
  top: initial;
}

/* line 75, ../sass/landing-mark.scss */
main {
  overflow: hidden;
  position: relative;
  height: 100vh;
}
@media (orientation: portrait) {
  /* line 75, ../sass/landing-mark.scss */
  main {
    height: auto;
  }
}

/* line 87, ../sass/landing-mark.scss */
.popup-inner .help {
  display: none;
}

/* line 92, ../sass/landing-mark.scss */
section {
  direction: rtl;
}
/* line 95, ../sass/landing-mark.scss */
section .container {
  width: 1328px;
  padding: 0;
}

/* line 101, ../sass/landing-mark.scss */
footer {
  direction: rtl;
}

/* line 105, ../sass/landing-mark.scss */
.land-title {
  position: relative;
  font-size: 44px;
  display: block;
  margin-bottom: 30px;
  font-weight: 700;
}
/* line 112, ../sass/landing-mark.scss */
.land-title.low {
  font-weight: 500;
}

/* line 117, ../sass/landing-mark.scss */
.land-text {
  font-size: 18px;
  font-size: calc(clamp(18px,1.05vw,20px) * 1.2);
  display: block;
  line-height: 1.4;
}
/* line 123, ../sass/landing-mark.scss */
.land-text p {
  margin-bottom: 15px;
}

/* line 128, ../sass/landing-mark.scss */
.land-btn {
  margin-top: 60px;
  font-weight: 600;
  padding: 17px 25px;
  color: #0d0d0d;
  border-radius: 9px;
  background-color: #bff670;
  transition: background-position 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  background: linear-gradient(90deg, #124944 50%, #bff670 0);
  background-size: 201% 100%;
  background-position: 100%;
  text-decoration: none;
  line-height: 22px;
  font-size: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none !important;
  cursor: pointer;
  height: 100%;
}
/* line 149, ../sass/landing-mark.scss */
.land-btn.black {
  background-color: #0d0d0d;
  background: linear-gradient(90deg, #bff670 50%, #0d0d0d 0);
  background-size: 201% 100%;
  background-position: 100%;
  color: #fff;
}
/* line 156, ../sass/landing-mark.scss */
.land-btn.black:hover {
  color: #0d0d0d;
}
/* line 161, ../sass/landing-mark.scss */
.land-btn:hover {
  background-position: 0;
  color: #fff;
}

/* line 169, ../sass/landing-mark.scss */
.lang-ru section {
  direction: ltr;
}

/* .popup-wr {
    .help {
        display: none;
    }
} */
@media only screen and (min-width: 1241px) and (max-width: 1439px) {
  /* line 183, ../sass/landing-mark.scss */
  section .container {
    width: 1200px;
  }

  /* line 188, ../sass/landing-mark.scss */
  .land-title {
    font-size: 40px;
    margin-bottom: 26px;
  }

  /* line 195, ../sass/landing-mark.scss */
  .land-text p {
    margin-bottom: 15px;
  }

  /* line 200, ../sass/landing-mark.scss */
  .land-btn {
    margin-top: 52px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 209, ../sass/landing-mark.scss */
  section .container {
    width: 960px;
  }

  /* line 214, ../sass/landing-mark.scss */
  .land-title {
    font-size: 36px;
    margin-bottom: 21px;
  }

  /* line 219, ../sass/landing-mark.scss */
  .land-text {
    font-size: calc(clamp(16px,1.05vw,20px) * 1.2);
  }
  /* line 222, ../sass/landing-mark.scss */
  .land-text p {
    margin-bottom: 12px;
  }

  /* line 227, ../sass/landing-mark.scss */
  .land-btn {
    margin-top: 42px;
  }

  /* line 231, ../sass/landing-mark.scss */
  main {
    height: auto;
    max-height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 241, ../sass/landing-mark.scss */
  section .container {
    width: 738px;
  }

  /* line 246, ../sass/landing-mark.scss */
  .land-title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  /* line 251, ../sass/landing-mark.scss */
  .land-text {
    font-size: calc(clamp(16px,1.05vw,20px) * 1.2);
  }
  /* line 254, ../sass/landing-mark.scss */
  .land-text p {
    margin-bottom: 10px;
  }

  /* line 259, ../sass/landing-mark.scss */
  .land-btn {
    margin-top: 35px;
  }

  /* line 263, ../sass/landing-mark.scss */
  main {
    height: auto;
    max-height: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 272, ../sass/landing-mark.scss */
  section .container {
    width: calc(100% - 30px);
  }

  /* line 277, ../sass/landing-mark.scss */
  .land-title {
    font-size: 26px;
    margin-bottom: 20px;
  }

  /* line 282, ../sass/landing-mark.scss */
  .land-text {
    font-size: calc(clamp(15px,4.25vw,16px) * 1.2);
  }
  /* line 285, ../sass/landing-mark.scss */
  .land-text p {
    margin-bottom: 10px;
  }

  /* line 290, ../sass/landing-mark.scss */
  .land-btn {
    padding: 14px 20px;
    margin-top: 35px;
  }
}
