:root {
  --orange: #ffac12;
  --white: white;
  --black-2: #221d23;
  --black: #07090f;
  --dark-grey: #9b9b9b;
  --white-smoke: whitesmoke;
  --grey: #d4d4d4;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

p {
  margin-bottom: 10px;
}

.body {
  text-align: left;
}

.invese-link {
  direction: rtl;
  color: #fff;
  text-align: right;
  font-size: 18px;
}

.stylename {
  color: #d4d4d4;
  text-transform: uppercase;
  border-top: 1px solid #d4d4d4;
  border-bottom: 0 #d4d4d4;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.flex2col {
  width: 50%;
  margin-bottom: 15px;
  padding: 10px 15px;
}

.cta-button {
  background-color: var(--orange);
  direction: rtl;
  text-align: right;
  border-radius: 5px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 32px;
  font-family: Rubik, sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition: border-color .35s cubic-bezier(.215, .61, .355, 1), color .35s cubic-bezier(.215, .61, .355, 1), background-color .35s cubic-bezier(.215, .61, .355, 1);
}

.cta-button:hover {
  color: #fff;
  background-color: #e09d21;
}

.cta-button.ghost-button {
  border: 1px solid var(--orange);
  opacity: 1;
  direction: rtl;
  color: var(--orange);
  background-color: #0000;
}

.cta-button.ghost-button:hover {
  border-color: var(--orange);
  background-color: var(--orange);
  color: #fff;
}

.cta-button.ghost-button.inverse-ghost {
  color: #fff;
  border-color: #fff;
}

.cta-button.ghost-button.inverse-ghost:hover {
  color: var(--orange);
  background-color: #fff;
}

.cta-button.ghost-button.inverse-ghost.nav-btn {
  margin-right: 8px;
}

.cta-button.ghost-button.inverse-ghost.nav-btn:hover {
  color: var(--white);
  background-color: #0000;
}

.cta-button.ghost-button.inverse-ghost.nav-btn.darknavbtn {
  border-color: var(--black-2);
  color: var(--black);
}

.cta-button.ghost-button.inverse-ghost.nav-btn.darknavbtn:hover {
  border-color: var(--orange);
  color: var(--orange);
  background-color: #0000;
}

.cta-button.ghost-button.inverse-ghost.nav-btn.darkbtn {
  border-color: var(--black);
  color: var(--black);
  position: absolute;
  inset: 9.95% auto auto 0%;
}

.cta-button.ghost-button.inverse-ghost.nav-btn.darkbtn:hover {
  border-color: var(--orange);
  background-color: var(--orange);
  color: var(--white);
}

.cta-button.inverse-button {
  color: var(--orange);
  background-color: #fff;
}

.cta-button.inverse-button:hover {
  background-color: var(--orange);
  color: #fff;
}

.cta-button.navctabutton {
  margin-right: 6px;
  font-weight: 500;
}

.cta-button.darktextbutton {
  color: var(--black-2);
  border-radius: 10px;
  padding: 16px 32px;
  font-size: 15px;
  font-weight: 700;
  transition: background-color .35s cubic-bezier(.215, .61, .355, 1), color .35s cubic-bezier(.215, .61, .355, 1);
}

.cta-button.darktextbutton.aboutctabutton {
  margin-top: 16px;
  font-size: 15px;
  font-weight: 700;
}

.cta-button.blog-cta {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.cta-button.fullwidthbtn {
  text-align: center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
  margin-top: 0;
  margin-left: 8px;
}

.cta-button.filterbutton {
  text-align: right;
  border-radius: 5px 0 0 5px;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 130px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.cta-button.step-cta {
  padding: 16px 32px;
  font-size: 15px;
}

.cta-button.benefits-cta {
  border-radius: 10px;
  padding: 16px 32px;
  font-size: 15px;
  transition: border-color .35s cubic-bezier(.215, .61, .355, 1), background-color .35s cubic-bezier(.215, .61, .355, 1), color .35s cubic-bezier(.215, .61, .355, 1);
}

.mycontain {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
}

.styletitle {
  text-transform: uppercase;
  border-bottom: 1px solid #d4d4d4;
  margin: 20px 15px 30px;
  font-size: 14px;
}

.flexcolwrap {
  flex-wrap: wrap;
  display: flex;
}

.flexcolwrap.inversecolors {
  background-color: var(--orange);
  padding-top: 26px;
  padding-bottom: 0;
}

.colorbox {
  width: 150px;
  height: 150px;
  margin-right: 25px;
  display: inline-block;
}

.colorbox.darkgreycolor {
  background-color: var(--dark-grey);
}

.colorbox.lightgreycolor {
  background-color: var(--white-smoke);
}

.colorbox.brandmaincolor {
  background-color: var(--black-2);
  color: var(--black-2);
}

.colorbox.blackcolor {
  color: var(--black);
  background-color: #000;
  margin-left: 0;
}

.colorbox.brand2ndcolor {
  background-color: var(--orange);
}

.colorbox.whitecolor {
  background-color: #fff;
}

.small-p {
  direction: rtl;
  color: #9b9b9b;
  text-align: center;
  width: 40%;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: Rubik, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.small-p.blogpostdescription {
  color: #c7c7c7;
  text-align: right;
  width: 100%;
  overflow: hidden;
}

.small-p.blogpostdescription.ru {
  direction: ltr;
  text-align: left;
}

.small-p.blogsectionparagraph {
  width: 500px;
  margin-bottom: 32px;
}

.small-p.propertiessectionparagraph-copy {
  color: var(--orange);
  text-align: right;
  width: 500px;
  margin-bottom: 0;
  margin-right: 24%;
  font-size: 18px;
  font-weight: 700;
}

.small-p.mainblogpostparagraph {
  text-align: right;
  width: 100%;
}

.small-p.mainblogpostparagraph.ru {
  text-align: left;
}

.small-p.benefitsparagraph {
  max-width: 480px;
  margin-bottom: 36px;
  display: none;
}

.small-p.howwedoparagraph {
  width: 100%;
  max-width: 420px;
  margin-bottom: 24px;
}

.small-p.howwedoparagraph.ru {
  direction: ltr;
}

.small-p.stepparagraph {
  width: 100%;
  display: block;
}

.small-p.stepparagraph.ru {
  direction: ltr;
}

.small-p.gotopropertiesctap {
  padding-top: 26px;
}

.small-p.propertiesrow {
  text-align: right;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-p.propertiesrow.ru {
  text-align: left;
}

.flex3col {
  width: 33.333%;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.flex3col.textlinkcol {
  padding-top: 19px;
}

.coldummycolor {
  background-color: #d4d4d4;
}

.heading {
  direction: rtl;
  color: var(--orange);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 52px;
  line-height: 125%;
}

.heading.ru {
  direction: ltr;
}

.heading-2 {
  direction: rtl;
  color: #fff;
  text-align: right;
  font-family: Rubik, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
}

.heading-2.benefitstitle {
  color: var(--black-2);
  margin-top: 0;
  margin-bottom: 16px;
}

.heading-2.benefitstitle.ru {
  direction: ltr;
}

.heading-2.howwedotitle {
  color: var(--black-2);
  margin-bottom: 16px;
}

.heading-2.howwedotitle.ru {
  direction: ltr;
}

.heading-2.carouseltitle {
  direction: rtl;
  color: var(--black-2);
  text-align: center;
  width: 700px;
}

.heading-2.carouseltitle.ru {
  direction: ltr;
}

.heading-2.presstitle {
  text-align: center;
}

.heading-2.contacttitle {
  color: var(--black-2);
  text-align: center;
  width: 70%;
  margin-top: 0;
  margin-bottom: 32px;
  display: none;
}

.heading-2.blogtitle {
  color: var(--black-2);
  text-align: center;
  margin-top: 0;
}

.heading-2.propertiestitle {
  text-align: center;
  margin-top: 0;
}

.heading-2.propertiestitle.ru {
  text-align: left;
}

.heading-2.blogpagetitle {
  color: var(--black-2);
  text-align: center;
}

.heading-2.mainblogposttitle {
  color: var(--black);
}

.heading-2.mainblogposttitle.ru {
  text-align: left;
  font-size: 32px;
}

.heading-2.propertypagename {
  color: var(--black-2);
  margin-bottom: 4px;
}

.heading-2.propertypagename.comma {
  margin-left: 16px;
  padding-left: 0;
}

.heading-2.propertypagename.ru {
  text-align: left;
}

.heading-2.blogpostformtitle {
  color: var(--black);
}

.heading-2.abouttitle.ru {
  direction: ltr;
}

.heading-2.propertycity {
  color: var(--black);
  font-size: 140%;
  line-height: 100%;
}

.heading-2.propertycity.ru {
  text-align: left;
}

.heading-3 {
  direction: rtl;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Rubik, sans-serif;
  font-size: 30px;
  line-height: 34px;
}

.heading-3.herosubtitle {
  margin-bottom: 16px;
}

.heading-3.ru {
  direction: ltr;
}

.heading-4 {
  direction: rtl;
  text-align: right;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 22px;
  line-height: 31px;
}

.heading-4.herosubtitle {
  color: #fff;
  margin-top: 2px;
}

.heading-4.guidetitle {
  color: #fff;
  text-align: center;
  margin-bottom: 32px;
}

.heading-4.aboutsubtitle {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 300;
}

.heading-4.contactsubtitle.ru {
  direction: ltr;
}

.heading-4.swiperpropertytitle {
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.heading-4.contactsubtitle {
  color: #ffac12;
  text-align: center;
  margin-bottom: -16px;
}

.heading-5 {
  direction: rtl;
  color: var(--white);
  text-align: right;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 1px;
  margin-left: 1%;
  padding-left: 6px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.heading-5.guidetext {
  text-align: center;
  font-weight: 700;
}

.heading-5.guidetext.ru {
  direction: ltr;
}

.heading-5.benefitcardtext {
  color: var(--black-2);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.heading-5.benefitssubtitle {
  color: var(--black);
  margin-bottom: 36px;
}

.heading-5.headingmicrotitle {
  color: var(--black-2);
  margin-top: 24px;
  margin-bottom: 8px;
}

.heading-5.blogposttitle {
  margin-bottom: 16px;
}

.heading-5.price {
  color: var(--orange);
  font-size: 24px;
}

.heading-5.propertydesc {
  color: var(--orange);
}

.heading-5.propertydesc.ru {
  text-align: left;
}

.heading-5.ru {
  direction: ltr;
}

.paragraph {
  direction: rtl;
  text-align: center;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  line-height: 29px;
}

.paragraph.heroparagraph {
  color: var(--grey);
  width: 300px;
  margin-top: 16px;
  margin-bottom: 24px;
  display: none;
}

.link {
  direction: rtl;
  color: var(--orange);
  text-align: right;
  font-family: Rubik, sans-serif;
  font-size: 18px;
}

.link.herolink {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  text-decoration: none;
}

.link.herolink.property-link {
  text-align: left;
}

.link.presslink {
  margin-top: 16px;
  padding-right: 24px;
  font-size: 14px;
}

.link.presslink.ru {
  padding-left: 24px;
}

.nav-link {
  direction: rtl;
  color: #fff;
  text-align: right;
  margin-left: auto;
  margin-right: auto;
  font-family: Rubik, sans-serif;
  font-weight: 500;
}

.nav-link.darknavlink {
  color: var(--black-2);
}

.navbar {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-width: 0;
  height: 55px;
  margin: 0 auto;
  padding: 24px 60px 0;
  display: block;
  position: relative;
}

.navcontainer {
  flex-direction: row-reverse;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 1140px;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  inset: auto 0%;
}

.fullscreensection {
  width: 100vw;
  height: 100vh;
}

.fullscreensection.hero-section {
  background-image: linear-gradient(to top, var(--black), #5f5f5f52), url('../images/נכסים-למכירה-באזור-הקריות-1.jpg');
  background-position: 0 0, 51.5% 0;
  background-size: auto, 2000px;
  background-attachment: scroll, fixed;
  max-width: 100%;
  height: 100vh;
  max-height: 100vh;
  padding-top: 15%;
  display: block;
  position: relative;
}

.nav-menu {
  flex-direction: row-reverse;
  align-items: center;
  height: 55px;
  display: flex;
}

.contentblock {
  height: 100%;
  display: flex;
}

.textcontainer {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 3%;
  padding-top: 0%;
  display: flex;
  position: fixed;
}

.heading-6 {
  text-align: center;
}

.herolinkcontainer {
  justify-content: space-between;
  align-items: center;
  width: 75px;
  margin-top: 24px;
  text-decoration: none;
  display: flex;
}

.herolinkcontainer.ru {
  flex-direction: row;
}

.div-block {
  width: 16px;
  height: 16px;
}

.triangleiconm {
  opacity: .79;
}

.triangleiconm.ru {
  transform: rotate(180deg);
}

.triangleiconm.ru.property {
  margin-left: 0;
}

.guidecontainer {
  margin-top: 18%;
}

.aboutsection.fullscreensection {
  background-color: var(--black);
  align-items: flex-end;
  width: 100vw;
  max-width: 100%;
  height: auto;
  padding-top: 0;
  display: block;
  position: relative;
}

.guidesection {
  background-color: var(--black);
  height: 100%;
  min-height: 100px;
  margin-top: 0;
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
}

.heading-7 {
  text-align: center;
}

.guideblock {
  justify-content: center;
  align-items: center;
  display: flex;
}

.guidecard {
  border: 2px solid var(--orange);
  border-radius: 5px;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 75px;
  margin-left: 8px;
  margin-right: 8px;
  text-decoration: none;
  display: flex;
}

.guidecard.ru {
  flex-direction: row-reverse;
}

.guidetextcontainer {
  flex: 1;
  display: block;
}

.guideicon {
  margin-left: 16px;
  margin-right: 16px;
}

.aboutsectioncontainer {
  border-left: 1px #fff;
  border-right: 0 #fff;
  flex-direction: row-reverse;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.aboutsectioncontainer.ru {
  flex-direction: row-reverse;
}

.aboutcol {
  flex-direction: row;
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.aboutcol.abouttext {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.aboutcol.rightcol {
  transform-style: preserve-3d;
  position: relative;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.aboutcard {
  border: 2px solid var(--orange);
  border-radius: 5px;
  flex-direction: row-reverse;
  align-items: center;
  width: 420px;
  margin-bottom: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  display: flex;
}

.aboutcard.ru {
  padding-left: 0;
  padding-right: 24px;
}

.aboutcardicon {
  height: 60px;
  margin-left: 24px;
  margin-right: 24px;
  padding-left: 0;
  padding-right: 0;
}

.aboutcardicon.medalicon {
  height: 60px;
  margin-left: 31px;
  margin-right: 31px;
}

.aboutcardicon.medalicon.mobileicon, .aboutcardicon.mobileicon {
  display: none;
}

.aboutcardtext.heading-4 {
  font-weight: 700;
}

.aboutcardtext.heading-5 {
  color: #fff;
  font-size: 16px;
}

.yellowtext {
  color: var(--orange);
}

.image {
  max-width: 100%;
  margin-left: 0;
  position: relative;
  left: auto;
}

.benefitssection {
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.benefitscardsblock {
  margin-bottom: 32px;
  display: flex;
}

.benefitcard {
  color: var(--black);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 36px;
  display: flex;
  box-shadow: 0 11px 25px #07090f17;
}

.benefitscardicon {
  width: auto;
  height: 100px;
  margin-bottom: 26px;
}

.benefitscardicon.houseicon.mobileicon, .benefitscardicon.persontalkingicon.mobileicon, .benefitscardicon.mobileicon {
  display: none;
}

.howwedosection {
  padding-top: 200px;
  padding-bottom: 0;
  position: relative;
}

.stepscirclecontainer {
  background-color: var(--dark-grey);
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
  overflow: hidden;
}

.toprightcirclebg {
  z-index: 0;
  background-color: var(--orange);
  transform-origin: 0%;
  width: 60px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 40px;
  right: 0;
}

.rightcirclebg {
  background-color: var(--orange);
  transform-origin: 50% 100%;
  width: 40px;
  height: 200px;
  position: absolute;
}

.rightcirclebg.ru {
  width: 120px;
  left: 0;
  right: auto;
}

.div-block-6 {
  position: static;
  top: 0;
  right: -99px;
}

.image-2 {
  width: 80px;
  position: absolute;
  top: 50px;
  left: 50px;
}

.bottomcirclebg {
  background-color: var(--orange);
  transform-origin: 100%;
  width: 120px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.image-3 {
  width: 154px;
  position: absolute;
  top: 66px;
  left: 8px;
}

.topleftcirclebg {
  background-color: var(--orange);
  transform-origin: 0%;
  width: 60px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 100px;
  right: 0;
}

.topleftcirclebg.ru {
  left: 0;
  right: 20px;
}

.overlay-circle {
  z-index: 10;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 10px;
}

.leftcirclebg {
  background-color: var(--orange);
  transform-origin: 50% 0;
  width: 40px;
  height: 200px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.howwedocontainer {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.howwedocontainer.ru {
  flex-direction: row;
}

.howwedocol {
  margin-left: 60px;
}

.howwedocol.stepcirclecol {
  height: auto;
  padding-top: 14vh;
  padding-bottom: 0;
  position: sticky;
  top: 15%;
  bottom: auto;
}

.stepcontainer {
  align-items: center;
  height: 100vh;
  display: flex;
}

.stepcontainer.laststep {
  height: 66.66vh;
  padding-top: 27vh;
}

.stepcontentblock {
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  margin-right: 60px;
  padding-bottom: 45px;
  padding-right: 0;
  display: flex;
}

.image-4 {
  width: 150px;
  margin-bottom: 32px;
}

.steptextblock {
  display: flex;
}

.steptextblock.ru {
  flex-direction: row-reverse;
}

.stepcircletext {
  margin-left: 4px;
  margin-right: 4px;
  font-family: Rubik, sans-serif;
  font-size: 40px;
  font-weight: 400;
  position: static;
}

.stepcircletext.currentsteptext {
  position: absolute;
}

.stepcircletext.currentsteptext.step2 {
  opacity: 0;
  margin-left: 2px;
}

.stepcircletext.currentsteptext.step3 {
  opacity: 0;
}

.div-block-4 {
  transform-origin: 0%;
  background-color: #0a97f6;
  width: 60px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 100px;
  right: 0;
}

.currentstepcontainer {
  width: 24px;
  position: relative;
}

.clientscarouselsection {
  flex-direction: column;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
}

.carouselcontainer {
  max-width: 1140px;
  overflow: hidden;
}

.slide-wrap {
  align-items: center;
  width: 5000px;
  min-width: 5000px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 40px 40px 32px 0;
  display: block;
}

.logo-img._50-r-m {
  margin-right: 200px;
}

.carouselimage {
  width: 320px;
  height: 200px;
  margin-right: 14px;
}

.carouselimage.second {
  background-image: url('../images/דירות-ונכסים-בקריות---נכס-שנמכר---המרכז-לנדלן-קריות---דימה-שמידוב.jpg');
  background-position: 50%;
  background-size: contain;
}

.carouselimage._2nd {
  background-image: url('../images/דירות-ונכסים-בקריות---נכס-שנמכר---המרכז-לנדלן-קריות---דימה-שמידוב.jpg');
  background-position: 0 0;
  background-size: contain;
}

.carouselimage._3rd {
  background-image: url('../images/116697144_1780264345460749_1628863615318524962_n.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.carouselimage._4th {
  background-image: url('../images/118650623_1809939872493196_1242538516971637595_n.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.carouselimage._6th {
  background-image: url('../images/נכסים-בקריות---נכס-נמכר---דימה-שמידוב-מתווך-נדלן.jpg');
  background-position: 0%;
  background-size: cover;
}

.carouselimage._7th {
  background-image: url('../images/דירות-למכירה-בקריות---דימה-שמידוב---נכס-שנמכר.jpg');
  background-position: 0 0;
  background-size: cover;
}

.carouselimage._8th {
  background-image: url('../images/נכסים-למכירה-בקריות---מרכז-הנדלן-קריות.jpg');
  background-position: 20%;
  background-size: cover;
}

.carouselimage._9th {
  background-image: url('../images/עוד-לקוח-מרוצה-מבית-דימה-שמידוב---מרכז-הנדלן-קריות.jpg');
  background-position: 50%;
  background-size: cover;
}

.presssection {
  border: 1px none var(--black);
  background-color: var(--black-2);
  color: var(--black-2);
  margin-bottom: 0;
  padding-top: 120px;
  padding-bottom: 160px;
  position: relative;
}

.slidercontainer {
  direction: rtl;
  max-width: 840px;
  max-height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.slide {
  direction: ltr;
  background-color: #0000;
  flex-direction: row-reverse;
  max-height: 200px;
  display: block;
}

.mask {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.block-quote {
  direction: rtl;
  color: #fff;
  text-align: right;
  border-left-style: none;
  border-right: 5px #000;
  margin-bottom: 0;
  margin-left: 24px;
  margin-right: 24px;
  padding: 0;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.block-quote.ru {
  text-align: left;
}

.pressslidewrapper {
  align-items: center;
  height: 100%;
  display: flex;
}

.pressslidecontent {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.pressslidecontent.ru {
  direction: rtl;
}

.quotemark {
  color: var(--orange);
  font-family: Rubik, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.quotemark.topquotemark {
  line-height: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.quotationmark {
  z-index: 3;
  color: var(--orange);
  font-family: Rubik, sans-serif;
  font-size: 40px;
  font-weight: 500;
  position: relative;
  bottom: -9px;
  left: -4px;
}

.quotationmark.bottomquotationmark {
  bottom: -136px;
  left: -654px;
}

.quotationmark.bottomquotationmark.ru {
  bottom: -135px;
  left: 5px;
  right: -94%;
}

.quotationmark.bottomquotationmark.ru.slide-3 {
  top: 166px;
}

.quotationmark.ru {
  left: 4px;
}

.quotationmark.ru.slide-1 {
  left: 0;
}

.quotationmark.ru.slide-3 {
  left: 6px;
}

.contactsection {
  padding-top: 160px;
  padding-bottom: 0;
  position: relative;
}

.contactcontent {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-end;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contactcontent.ru {
  flex-direction: row;
}

.contactcol {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.contactcol.leftcol {
  align-items: center;
}

.contactimage {
  height: 670px;
}

.field-label {
  text-align: right;
}

.text-field {
  direction: rtl;
  text-align: right;
}

.fields-group {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.text-field-wrapper {
  text-align: left;
  flex-direction: row-reverse;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 19px 2px 17px;
  display: flex;
  position: relative;
}

.text-field-wrapper.half {
  flex-direction: row-reverse;
  width: 48%;
}

.text-field-wrapper.textareawrapper {
  align-items: flex-start;
  min-height: 125px;
  margin-bottom: 36px;
}

.text-field-wrapper.emailfieldwrapper {
  margin-top: 12px;
  margin-bottom: 32px;
}

.text-field-wrapper.propertypageinput {
  margin-bottom: 33px;
}

.text-field-wrapper.propertypageinput.hiddeninput {
  display: none;
}

.text-field-wrapper.propertypageinput.hiddeninput.addressinput, .text-field-wrapper.propertypageinput.hiddeninput.cityinput {
  width: 0%;
  height: 0;
  margin-bottom: 0;
  padding: 0;
  display: block;
  overflow: hidden;
}

.textfield {
  direction: rtl;
  color: var(--orange);
  text-align: right;
  background-color: #0000;
  border: 2px solid #0000000d;
  border-radius: 10px;
  min-height: 60px;
  max-height: 200px;
  padding-left: 32px;
  padding-right: 10px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: border-color .3s;
  position: absolute;
  inset: 0%;
}

.textfield:hover {
  border-color: #00000026;
  display: block;
}

.textfield:focus {
  border-color: #ffac12a3;
}

.textfield.textarea {
  min-height: 125px;
}

.textfield.textarea.ru {
  direction: ltr;
}

.textfield.namefield.ru, .textfield.phonefield.ru {
  text-align: left;
  padding-left: 10px;
  padding-right: 32px;
}

.textfield.filtertextinput {
  color: var(--black-2);
  max-width: 150px;
  min-height: 40px;
  margin-bottom: 0;
  margin-left: 8px;
  font-size: 14px;
  position: static;
}

.textfield.filtertextinput.fromsizeinput {
  margin-left: 0;
}

.textfield.filtertextinput.fromsizeinput.ru {
  padding-left: 10px;
  padding-right: 32px;
}

.textfield.filtertextinput.tosizeinput {
  text-align: right;
  margin-left: 0;
  padding-left: 32px;
  padding-right: 10px;
}

.textfield.filtertextinput.tosizeinput.ru {
  text-align: left;
  padding-left: 10px;
  padding-right: 32px;
}

.textfield.filtertextinput.frompriceinput {
  margin-left: 0;
}

.textfield.filtertextinput.frompriceinput.ru {
  padding-left: 10px;
  padding-right: 32px;
}

.textfield.filtertextinput.topriceinput {
  margin-left: -1px;
}

.textfield.filtertextinput.topriceinput.ru {
  padding-left: 10px;
  padding-right: 32px;
}

.textfield.ru {
  direction: ltr;
  text-align: left;
  padding-left: 10px;
  padding-right: 32px;
}

.fieldlabel {
  z-index: 1;
  direction: rtl;
  color: var(--dark-grey);
  text-align: right;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  transition: background-color .3s, font-size .3s, color .3s, top .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: relative;
  top: 0;
}

.text-field-done {
  opacity: 0;
  background-color: #7f58e233;
  background-image: url('../images/done-violet.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 11px;
  border: 2px solid #7f58e2;
  border-radius: 50%;
  width: 1px;
  height: 1px;
  margin-left: 20px;
  margin-right: 20px;
  transition: height .3s cubic-bezier(.25, .46, .45, .94), width .3s cubic-bezier(.25, .46, .45, .94);
  position: relative;
}

.form-block {
  width: 80%;
}

.form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.contacticonscontainer {
  display: flex;
}

.contacticonblock {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin: 8px;
  padding: 0;
  display: flex;
  box-shadow: 0 16px 25px #00000014;
}

.contacticonblock.footercontacticon {
  margin-top: 0;
}

.contacticon {
  height: 24px;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
}

.footer-flex-container {
  text-align: left;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading {
  direction: rtl;
  color: var(--black-2);
  text-align: right;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.footer-heading.ru {
  text-align: left;
}

.footer-link {
  direction: rtl;
  color: var(--black-2);
  text-align: right;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link.ru {
  text-align: left;
}

.html-embed {
  display: block;
}

.typed-words {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  line-height: 60px;
  text-decoration: none;
  display: inline-block;
}

.typed-words.heading-2.ru {
  direction: ltr;
}

.typed-words.heading-2 {
  color: #07090f;
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: 700;
}

.propertiessection {
  background-color: var(--black-2);
  color: #fff;
  text-transform: capitalize;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.swiper-wrapper {
  perspective: none;
  width: 100%;
  height: auto;
  max-height: 80vh;
  display: flex;
  overflow: visible;
}

.swiper-container {
  perspective: 1200px;
  flex: none;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: visible;
}

.detail {
  padding: 20px 25px;
}

.sub-title {
  color: #f72d2d;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 2px;
}

.picture {
  background-image: url('../images/img-work.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 320px;
  height: 320px;
  overflow: hidden;
}

.picture.t-5 {
  background-image: url('../images/img03.jpg');
  background-size: 960px;
}

.picture.t-3 {
  background-image: url('../images/mount.jpg');
  background-size: 800px;
}

.picture.t-2 {
  background-image: url('../images/img01.jpg');
  background-size: 960px;
}

.picture.t-6 {
  background-image: url('../images/contact-header.jpg');
  background-size: 800px;
}

.picture.t-1 {
  background-image: url('../images/Img10.jpg');
  background-size: 351px;
}

.picture.t-4 {
  background-image: url('../images/img1.jpg');
  background-size: 1024px;
}

.title-link {
  color: #000;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.swiper-slide {
  background-color: #0000;
  border-radius: 8px;
  flex: none;
  width: auto;
  min-width: 0;
  height: 400px;
  margin-left: 0;
  margin-right: 60px;
  padding-right: 0;
  position: relative;
  overflow: visible;
}

.scrollwrapper {
  width: 100%;
}

.collection-list {
  display: flex;
}

.swiper-slider-content {
  background-color: var(--white);
  border-radius: 7px;
  position: relative;
  box-shadow: 0 10px 22px 2px #00000042;
}

.swiper-slider-content.propertytile {
  margin-bottom: 19px;
}

.swiperpropertyimage {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  min-height: 400px;
}

.swiperpropertyimage.lazy {
  background-image: none;
  border-radius: 20px;
}

.swiperpropertyoverlay {
  background-color: #07090f8c;
  border-radius: 5px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.swiperpropertyoverlay:hover {
  background-color: #07090f8c;
}

.swiperpropertycontent {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.propertyprice {
  color: #fff;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.propertypriceblock {
  flex-direction: row-reverse;
  align-items: flex-end;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.text-block {
  color: var(--orange);
  padding-right: 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.propertyfeaturesblock {
  justify-content: space-between;
  width: 100%;
  margin-top: 8px;
  display: flex;
}

.propertyfeaturesblock.ru {
  flex-direction: row-reverse;
}

.propertyfeaturewrapper {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  padding-right: 0;
  display: flex;
}

.propertyfeaturewrapper.middlepropertyfeature {
  border-right: 2.5px solid var(--orange);
  border-left: 2.5px solid var(--orange);
  width: 33.33%;
  padding-left: 20px;
  padding-right: 20px;
}

.propertyfeaturewrapper.middlepropertyfeature.ru {
  flex-direction: row-reverse;
}

.propertyfeaturewrapper.lastpropertyfeature {
  justify-content: center;
  align-items: center;
}

.propertyfeaturewrapper.middlepropertyfeature {
  border-left: 2.5px solid #ffac12;
  border-right: 2.5px solid #ffac12;
  width: 33.33%;
  padding-left: 20px;
  padding-right: 20px;
}

.propertyfeaturewrapper.ru {
  flex-direction: row-reverse;
}

.propertyfeaturetext {
  color: #fff;
  text-align: center;
  margin-left: 6px;
  padding-left: 0;
  padding-right: 0;
  font-family: Rubik, sans-serif;
}

.propertyfeaturetext.roomscounttext {
  color: #fff;
  margin-right: 1px;
  padding-right: 0;
  font-weight: 500;
}

.propertyfeaturetext.roomscounttext.ru {
  margin-left: 4px;
  font-weight: 400;
}

.swiperpropertybottomrow {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 36px;
  display: flex;
}

.swiperpropertybottomrow.ru {
  flex-direction: row-reverse;
}

.propertyctalink {
  justify-content: space-between;
  align-self: flex-end;
  align-items: center;
  width: 100px;
  margin-top: auto;
  text-decoration: none;
  display: flex;
}

.propertyctalink.ru {
  flex-direction: row;
  display: flex;
}

.propertyctalink.ru.property-link {
  width: 120px;
}

.propertyctalink.property {
  width: 110px;
}

.blogsection {
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: none;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.collection-list-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  border-radius: 0%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blogpostscontainer {
  flex-wrap: wrap;
  align-content: flex-end;
  max-width: 1042px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 32px;
  display: flex;
}

.blogpostscontainer.tabletblogposts {
  display: none;
}

.blogpostslist {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template: "Area"
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blogpostitemcontainer {
  border-radius: 5px;
  width: 320px;
  height: 400px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.blogpostbgoverlay {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.blogpostcontent {
  background-color: #07090f91;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
  position: absolute;
}

.blogpostcontent.ru {
  align-items: flex-end;
}

.blogpagecontent {
  margin-top: 7px;
  padding-top: 140px;
}

.mainblogpost {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mainblogpostcol.mainblogpostcontent {
  flex-direction: column;
  align-items: flex-end;
  width: 360px;
  padding-right: 0;
  display: flex;
}

.mainblogpostimage {
  border-radius: 8px;
  width: 500px;
  margin-left: 120px;
  margin-right: auto;
}

.mainblogpostimage.ru {
  margin-left: auto;
  margin-right: 120px;
}

.collection-item {
  width: 100%;
}

.paragraph-2 {
  width: 320px;
}

.link-2 {
  direction: ltr;
  color: #ffac12;
  text-align: right;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
}

.link-2.herolink {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  text-decoration: none;
}

.heading-8 {
  direction: rtl;
  color: #f5f5f5;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.heading-8.blogposttitle {
  margin-bottom: 16px;
}

.heading-8.blogposttitle.ru {
  direction: ltr;
  text-align: left;
}

.propertypagesection {
  padding-top: 36px;
}

.property-title-wrap {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.property-title-wrap.ru {
  flex-direction: row-reverse;
}

.header-content-left {
  text-align: right;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.header-content-left.ru {
  text-align: left;
  flex-direction: column;
  align-items: flex-end;
}

.header-dark {
  direction: rtl;
  background-color: #0000;
  padding: 120px 8% 0;
  position: relative;
}

.bold-text.shekel-price {
  color: var(--orange);
  background-color: #0000;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  line-height: 12px;
}

.property-detail-text {
  color: #010f20;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.text-block-5 {
  text-align: right;
  padding-left: 19px;
  font-size: 18px;
  font-weight: 700;
}

.text-block-5.ru {
  padding-left: 6px;
  padding-right: 14px;
}

.container-2 {
  direction: rtl;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.avatar-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.agent-name {
  direction: rtl;
  color: var(--black-2);
  text-align: right;
  width: 100%;
  padding-right: 0;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.agent-name.ru {
  direction: ltr;
  text-align: left;
}

.avatar-wrap {
  border-radius: 100px;
  width: 80px;
  height: 80px;
  margin-right: 0;
  overflow: hidden;
}

.property-detail-label {
  color: #010f20;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-field-2 {
  border: 1px solid #ebebeb;
  border-radius: 10px;
  min-height: 60px;
  margin-bottom: 14px;
}

.collection-list-wrapper-2 {
  background-color: #0000;
  justify-content: flex-end;
  width: 100%;
  display: block;
}

.feature {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  font-size: 17px;
  font-weight: 700;
  display: flex;
}

.feature.last.ru {
  flex-direction: row-reverse;
}

.feature.centre-lines {
  border-left: 1px solid #0000001a;
  border-right: 1px solid #0000001a;
}

.feature.centre-lines.ru, .feature.riu {
  flex-direction: row-reverse;
}

.text-block-8 {
  color: #010f20;
  margin-left: 4px;
  padding-left: 0;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-block-8.ru {
  margin-left: 6px;
  margin-right: 4px;
  padding-top: 6px;
}

.property-included-text {
  color: var(--black-2);
  letter-spacing: -1px;
  font-family: Rubik, sans-serif;
  font-weight: 400;
}

.heading-26 {
  font-size: 21.33px;
}

.room-features {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: flex;
}

.div-block-56 {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.image-cover {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: 1px 1px 3px #000;
}

.main-thumbnail {
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.text-field-large {
  border: 1px solid #ebebeb;
  border-radius: 10px;
  min-height: 130px;
  margin-bottom: 14px;
}

.view {
  background-color: var(--orange);
  opacity: 0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  min-width: 55px;
  height: 55px;
  min-height: 55px;
  display: flex;
  position: relative;
  inset: 0%;
}

.div-block-2 {
  background-color: #fff;
  border-radius: 7px;
  padding: 20px 20px 8px;
  position: sticky;
  top: 101px;
  box-shadow: 0 16px 40px #221d230d, 0 5px 10px #221d230d;
}

.collection-item-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.primary-btn {
  opacity: 1;
  background-color: #266df2;
  border-radius: 5px;
  padding: 12px 24px;
  font-family: Rubik, sans-serif;
  font-weight: 500;
  box-shadow: 0 3px 6px 1px #266df26e;
}

.primary-btn.full-btn {
  text-align: center;
  border-radius: 4px;
  width: 100%;
  height: 40px;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 30px;
  overflow: visible;
}

.title-block {
  border-bottom: 1px solid #0000001a;
  padding: 20px;
}

.text-block-7 {
  color: #010f20;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-block-7.ru {
  padding-top: 4px;
}

.text-block-7.ru.aa {
  margin-left: 8px;
}

.white-block {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 40px;
  box-shadow: 0 16px 40px #221d230d, 0 5px 10px #221d230d;
}

.content-wrapper {
  padding: 24px;
}

.gallery-item {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 110px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blue-text {
  color: #0f60f7;
  font-family: Rubik, sans-serif;
  line-height: 90%;
}

.gallery-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery-wrapper {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.collection-list-4 {
  flex-flow: row-reverse wrap;
  justify-content: flex-start;
  display: flex;
}

.text-block-6 {
  opacity: 1;
  color: var(--black-2);
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-block-6.ru {
  padding-top: 4px;
}

.filter-icon {
  margin-right: 6px;
  padding-left: 8px;
}

.grid-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template: ". Area"
  / 2.25fr 1.25fr;
  place-content: start space-around;
  align-items: start;
}

.grid-3.ru {
  grid-template-columns: .75fr 1.25fr;
}

.property-detail {
  background-color: #0000;
  padding: 46px 0% 142px;
  position: relative;
}

.feature-wrap {
  align-items: center;
  font-size: 16px;
  display: flex;
}

.feature-wrap.ru {
  flex-direction: row-reverse;
}

.feature-icon {
  margin-left: 20px;
  margin-right: 6px;
  padding-left: 0;
}

.feature-icon.ru {
  margin-left: 1px;
}

.feature-grid {
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.feature-grid.ru {
  place-content: start;
  place-items: start stretch;
}

.avatar-base {
  border: 1px none var(--orange);
  text-align: left;
  background-color: #ffac1230;
  border-radius: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
  padding: 22px 25px;
  display: flex;
}

.avatar-base.blogavatar {
  color: #ffac1247;
  background-color: #ffac1230;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-left: 12px;
  padding-right: 12px;
}

.image-37 {
  width: 25px;
}

.rich-text-block {
  color: var(--black-2);
  font-family: Rubik, sans-serif;
}

.rich-text-block.ru {
  text-align: left;
}

.textfield-2 {
  direction: rtl;
  color: #ffac12;
  text-align: right;
  background-color: #0000;
  border: 2px solid #0000000d;
  border-radius: 10px;
  min-height: 60px;
  max-height: 200px;
  padding-left: 32px;
  padding-right: 10px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: border-color .3s;
  position: absolute;
  inset: 0%;
}

.textfield-2:hover {
  border-color: #00000026;
  display: block;
}

.textfield-2:focus {
  border-color: #ffac12a3;
}

.textfield-2.namefield.ru, .textfield-2.phonefield.ru {
  text-align: left;
  padding-left: 10px;
  padding-right: 32px;
}

.textfield-2.textarea {
  min-height: 125px;
}

.textfield-2.textarea.ru {
  direction: ltr;
  padding-left: 10px;
  padding-right: 32px;
}

.textfield-2.ru {
  direction: ltr;
  text-align: left;
  padding-left: 10px;
}

.propertiespagesection {
  position: relative;
}

.propertiespagecontent {
  flex-direction: column;
  align-items: flex-end;
  padding-top: 120px;
  display: block;
}

.propertiesfiltercontainer {
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1004px;
  min-height: 128px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 16px 6px;
  display: flex;
  box-shadow: 0 16px 25px 3px #221d2312;
}

.filtergroup {
  padding: 0 0 0 28px;
}

.filtergroup.roomfilters, .filtergroup.sizefilters, .filtergroup.pricefilters {
  flex-direction: column;
  justify-content: center;
  padding: 16px;
  display: flex;
}

.filtergroup.last-filtert {
  padding-left: 0;
}

.filtergroup.ru {
  text-align: left;
  padding-left: 0;
  padding-right: 28px;
}

.filterinputwrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.filterinputwrapper.ddd {
  display: flex;
}

.filterinputwrapper.ru {
  flex-direction: row;
}

.filterinputwrapper.ru.aaa {
  flex-direction: row-reverse;
}

.filterselectwrapper {
  position: relative;
}

.filterselectwrapper.fromroomselectwrapper {
  min-height: 0;
  margin-left: 0;
}

.filterselectlabel {
  direction: rtl;
  color: var(--black-2);
  text-align: right;
  padding-right: 2px;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.filtergrouptitle {
  direction: rtl;
  color: var(--orange);
  text-align: right;
  margin-bottom: 8px;
  padding-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.filtergrouptitle.ru {
  text-align: left;
  text-transform: capitalize;
}

.filterform {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.filterform.ru {
  flex-direction: row;
}

.select-field {
  direction: rtl;
  background-color: #0000;
  border: 2px solid #0000000d;
  border-radius: 8px;
  min-width: 65px;
  min-height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 0;
  font-family: Rubik, sans-serif;
}

.select-field.cityselect {
  min-width: 144px;
  padding-left: 0;
}

.select-field.ru {
  padding-left: 8px;
}

.inputshekelmask {
  color: var(--orange);
  font-family: Rubik, sans-serif;
  position: absolute;
  top: 10px;
  left: 17px;
}

.inputshekelmask.ru {
  top: 10px;
  left: auto;
  right: 12px;
}

.body-2 {
  color: var(--dark-grey);
}

.hyphen {
  color: var(--orange);
  padding-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Rubik, sans-serif;
  line-height: 12px;
}

.propertiestilescontainer {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-9 {
  color: #ffac12;
  padding-right: 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.properties-page-collection {
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.dropdown-toggle {
  padding: 9px 0 0;
}

.dropdown-toggle.fromroomtoggle.ru, .dropdown-toggle.citytoggle {
  left: 0;
}

.icon {
  margin-top: 10.5px;
  margin-bottom: -.5px;
  margin-right: 32px;
}

.icon.citychevron {
  left: 1px;
  right: 92px;
}

.icon.citychevron.ru {
  margin-right: 8px;
  left: auto;
  right: 0;
}

.icon.ru {
  margin-right: 0;
  left: 0;
  right: -24px;
}

.dropdown-link {
  text-align: right;
  background-color: #fff;
  border: 2px solid #f2f2f2;
  border-bottom: 0 solid #000;
  padding-right: 13px;
  transition: background-color .3s cubic-bezier(.165, .84, .44, 1);
}

.dropdown-link:hover {
  background-color: #f2f2f2;
}

.dropdown-link.lastdropdownitem {
  border-radius: 0 0 8px 8px;
}

.dropdown-link.ru {
  text-align: left;
  padding-left: 8px;
}

.dropdown-list {
  z-index: -1;
  border-bottom-left-radius: 5px;
}

.dropdown-list.w--open {
  z-index: 1;
  border-bottom-right-radius: 5px;
  width: 65px;
  top: 34px;
  right: -2px;
}

.dropdown-list.fromroomlist {
  min-width: 100%;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  left: 0;
}

.dropdown-list.fromroomlist.w--open {
  width: 62px;
  top: auto;
  left: auto;
  right: auto;
}

.dropdown-list.citylist {
  min-width: 144px;
}

.dropdown-list.citylist.w--open {
  right: 0;
}

.blog-page-info {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 5vh;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.form-block-2 {
  flex-direction: column;
  align-items: flex-end;
  min-width: auto;
  max-width: 100%;
  display: flex;
}

.form-input-wrapper {
  flex-direction: column;
  align-items: flex-end;
  min-width: 29%;
  display: flex;
}

.form-input-wrapper.name-input {
  justify-content: center;
  width: 100%;
  min-width: auto;
  margin-left: 12px;
}

.form-input-wrapper.email-input {
  width: 100%;
  min-width: 35%;
}

.form-input-wrapper.phone-input {
  width: 100%;
  min-width: auto;
  margin-left: 0;
}

.image-13 {
  width: 26px;
}

.form-input {
  direction: rtl;
  color: #010f20;
  text-align: right;
  border-radius: 5px;
  height: 44px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  box-shadow: 0 3px 6px #010f200d;
}

.additional-contacts-row {
  flex-direction: row;
  align-items: center;
  margin-top: 24px;
  padding-top: 0;
  display: flex;
}

.text-block-4 {
  direction: rtl;
  color: #010f20;
  margin-left: 16px;
  font-family: Rubik, sans-serif;
  font-weight: 500;
}

.blog-post-image-container {
  border-radius: 9px;
  min-width: 1024px;
  max-width: 1024px;
  min-height: 70vh;
  max-height: 70vh;
  position: relative;
  overflow: hidden;
}

.blog-page-image {
  z-index: -1;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.link-block-2 {
  margin-left: 20px;
}

.form-2 {
  flex-direction: column;
  align-items: flex-end;
  min-width: 70%;
  display: flex;
}

.blog-page-body {
  color: #010f20;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 140px;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
}

.blog-page-timestap {
  direction: rtl;
  color: #fff;
  text-align: right;
  justify-content: flex-start;
  width: 70%;
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Rubik, sans-serif;
  font-size: 48px;
  line-height: 125%;
  display: block;
}

.blog-page-timestap.timestamp {
  direction: rtl;
  margin-bottom: 12px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.blog-page-timestap.ru {
  direction: ltr;
  text-align: left;
}

.blog-page-image-overlay {
  z-index: 2;
  background-color: #221d23bf;
  border-radius: 11px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
}

.blog-page-image-overlay.main-thumbnail.gallery-thumbnail {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.anim-border {
  padding-top: 0;
  overflow: hidden;
}

.anim-border.form-title-anim {
  margin-bottom: 36px;
}

.rich-text-block-2 {
  direction: rtl;
  color: var(--black-2);
  text-align: right;
  letter-spacing: 0;
  width: 622px;
  margin: 40px 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.rich-text-block-2.ru {
  direction: ltr;
}

.form-text-area {
  direction: rtl;
  color: #010f20;
  border-radius: 5px;
  min-height: 120px;
  margin-bottom: 24px;
  font-size: 16px;
  box-shadow: 0 3px 6px #010f200d;
}

.form-title {
  margin-bottom: 0;
  font-size: 42px;
  line-height: 90%;
}

.form-row {
  justify-content: flex-end;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.form-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 50%;
  max-width: 100%;
  display: flex;
}

.form-content.blog-post-form {
  align-items: center;
  width: 60%;
  min-width: 0%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.heading-27 {
  direction: rtl;
  color: #fff;
  text-align: right;
  font-family: Rubik, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
}

.heading-27.contacttitle {
  color: #221d23;
  text-align: center;
  width: 70%;
  margin-top: 0;
  margin-bottom: 32px;
  display: none;
}

.heading-28 {
  direction: rtl;
  color: #fff;
  text-align: right;
  margin-top: 0;
  margin-bottom: 1px;
  padding-left: 6px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.heading-28.headingmicrotitle {
  color: #221d23;
  margin-top: 24px;
  margin-bottom: 8px;
}

.cta-button-2 {
  direction: rtl;
  text-align: right;
  background-color: #ffac12;
  border-radius: 5px;
  padding: 12px 24px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: all .35s;
}

.cta-button-2:hover {
  color: #fff;
  background-color: #e09d21;
}

.filter-items {
  display: none;
  position: relative;
}

.roomcount {
  opacity: 1;
}

.roomrange {
  display: none;
}

.cityselectvalue {
  text-align: right;
  width: 144px;
  min-height: 24px;
  padding-right: 8px;
}

.cityselectvalue.ru {
  text-align: left;
  padding-left: 8px;
}

.toroomvalue {
  text-align: right;
  width: 24px;
}

.roomfilters {
  display: none;
}

.form-block-3 {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  display: block;
}

.sizefilters, .pricefilters {
  display: none;
}

.checkboxfilters {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.checkboxfilters.lastcheckbox {
  justify-content: flex-end;
  width: 100%;
  padding-top: 8px;
}

.checkbox-field {
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: 24px;
  padding-left: 0;
  display: flex;
}

.checkbox-field.lastcheckbox {
  margin-bottom: 0;
  margin-left: 0;
}

.checkbox-field.ru {
  margin-left: 0;
  margin-right: 24px;
  padding-right: 0;
}

.checkbox {
  border: 1px solid var(--orange);
  background-color: #0000;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 8px;
}

.checkbox:active {
  background-color: #0000;
}

.checkbox.w--redirected-checked {
  background-color: var(--orange);
}

.checkbox.ru {
  margin-left: 0;
  margin-right: 8px;
}

.checkbox-label {
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-weight: 400;
}

.checkbox-label.hot-deals {
  color: var(--orange);
  font-weight: 700;
}

.checkbox-container {
  justify-content: flex-end;
  width: 100%;
  padding-top: 12px;
  display: flex;
}

.checkbox-container.ru {
  flex-flow: row-reverse;
  place-content: stretch flex-start;
  align-items: stretch;
  margin-left: 0;
  padding-left: 0;
}

.form-block-4 {
  justify-content: flex-start;
  width: 100%;
  display: block;
}

.form-block-5 {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.parking {
  position: static;
}

.footerinfoblock {
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.footerinfoblock.addressblock {
  margin-top: -9px;
}

.footericon {
  margin-left: 12px;
  padding-left: 0;
}

.footericon.ru {
  margin-left: 0;
}

.footerinfotext {
  color: var(--black-2);
  font-family: Rubik, sans-serif;
}

.footerinfotext.address {
  margin-top: 16px;
}

.footerinfotext.address.ru {
  text-align: left;
  padding-left: 0;
}

.footerinfotext.ru {
  margin-left: 16px;
}

.div-block-58 {
  text-align: right;
  font-family: Rubik, sans-serif;
  font-size: 12px;
}

.checkbox-field-2 {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.navstickywrapper {
  background-color: #0000;
  width: 100%;
  padding: 16px 0;
  position: fixed;
  inset: 0% auto auto 0%;
}

.navbg {
  background-color: var(--white);
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: 11px 11px 25px #0907250f;
}

.navbg.noopacity {
  opacity: 0;
}

.blogpostcontactform {
  background-color: #fff;
  border-radius: 7px;
  width: 346px;
  height: auto;
  margin-top: 14px;
  padding: 20px 20px 8px;
  position: sticky;
  top: 101px;
  box-shadow: 0 16px 40px #221d230d, 0 5px 10px #221d230d;
}

.tabletproperties {
  display: none;
}

.slide-nav {
  display: block;
  top: 200px;
}

.steptitlecontainer-mobile, .mobilecontactbuttons {
  display: none;
}

.nav-menu-2 {
  color: #3f0a3d;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.nav-link-register {
  color: #3f0a3d;
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 15px;
  transition: all .35s;
}

.nav-link-register:hover {
  color: #02676b;
}

.navigation-left {
  align-items: center;
  width: 50%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.logo {
  opacity: 0;
  width: auto;
  height: 70px;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.large-link {
  color: #fff;
  white-space: nowrap;
  background-color: #02676b;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 16px;
  padding: 22px 32px;
  text-decoration: none;
  display: flex;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.text-block-2 {
  margin-right: 6px;
}

.brand {
  margin-right: 20px;
  padding: 0 12px;
  position: relative;
}

.nav-link-2 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 15px;
  transition: all .35s;
}

.nav-link-2:hover {
  color: #02676b;
}

.nav01 {
  direction: rtl;
  background-color: #0000;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 90px;
  display: flex;
  position: fixed;
}

.navigation-container-full {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 20px 20px;
  display: flex;
  position: relative;
}

.navigation-container-full.propertynav {
  flex-direction: row;
}

.navigation-container-full.ru {
  flex-direction: row-reverse;
}

.button {
  background-color: #02676b;
  border-radius: 10px;
  padding: 16px 32px;
  transition: all .35s;
}

.button:hover {
  background-color: #025c5f;
}

.button.button-mobile {
  background-color: var(--orange);
  color: var(--white);
  margin-right: 8px;
  font-family: Rubik, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.button.button-mobile.button-dark-text {
  color: var(--black);
}

.nav-menu-green {
  color: #3f0a3d;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.nav-menu-green.ru {
  flex-direction: row-reverse;
}

.nav03 {
  box-shadow: none;
  direction: rtl;
  background-color: #0000;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 90px;
  display: flex;
  position: fixed;
  top: 0;
}

.line-break {
  background-color: var(--white);
  width: 1px;
  min-height: 25px;
  margin-left: 10px;
  margin-right: 10px;
}

.line-break.darkline {
  background-color: var(--black);
}

.nav-link-plain {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Rubik, sans-serif;
  font-size: 15px;
  transition: all .35s;
}

.nav-link-plain:hover {
  color: #02676b;
}

.nav-link-plain-2 {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Rubik, sans-serif;
  font-size: 15px;
  transition: all .35s;
}

.nav-link-plain-2:hover {
  color: var(--orange);
}

.nav-link-plain-2.darklink {
  color: var(--black);
}

.mobile-logo-black {
  width: 150px;
}

.logo-black {
  width: 150%;
  position: static;
  inset: 0% 0% auto auto;
}

.black-logo {
  width: auto;
  height: 70px;
  position: absolute;
  left: 12px;
}

.heading-29 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.heading-1.propertiespage-title {
  direction: rtl;
  color: var(--black-2);
  text-align: center;
  max-width: 1004px;
  margin-bottom: 16px;
  margin-left: 0;
  margin-right: 0;
  font-family: Rubik, sans-serif;
  font-size: 38px;
}

.paragraph-3 {
  direction: rtl;
  text-align: right;
  width: 40%;
  margin-bottom: 36px;
  margin-left: 0;
  margin-right: 0;
  font-family: Rubik, sans-serif;
  font-weight: 400;
}

.paragraph-3.ru {
  text-align: left;
}

.landscapeblock {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  position: absolute;
}

.text-span {
  direction: ltr;
  display: inline-block;
}

.aboutimageoverlay {
  z-index: 2;
  border: 1px solid var(--black);
  background-color: var(--black);
  opacity: 1;
  border-radius: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.link-block-3, .link-block-4 {
  text-decoration: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.propertiestextcontainer {
  flex-direction: column;
  align-items: flex-end;
  max-width: 1004px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.propertiestextcontainer.ru {
  align-items: flex-end;
}

.div-block-59 {
  justify-content: space-between;
  align-items: flex-start;
  width: 1024px;
  display: flex;
}

.dark-properties-row {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.light-properties-row {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 101px;
  display: flex;
  overflow: hidden;
}

.property-row-heading {
  opacity: .61;
  margin-bottom: 24px;
  margin-right: 320px;
  font-family: Rubik, sans-serif;
  font-size: 24px;
}

.property-row-heading.dark-property-heading {
  color: var(--black);
  margin-right: 10%;
}

.text-block-10 {
  font-family: Rubik, sans-serif;
  line-height: 14px;
}

.div-block-61 {
  width: 100%;
}

.c-title-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 130px;
  font-weight: 700;
  line-height: 1em;
}

.c-big-text {
  color: #ebf2f4;
  position: absolute;
}

.c-big-text.cc-bottom {
  bottom: 260px;
  right: -70px;
  transform: rotate(-90deg);
}

.c-big-text.cc-top {
  letter-spacing: 4px;
  top: -195px;
  left: 50px;
  transform: rotate(-90deg);
}

.c-slide {
  width: 286px;
  min-width: 286px;
  height: 468px;
  min-height: 468px;
  margin-left: 32px;
  margin-right: 32px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.c-bg-line {
  background-color: #3b4f5a;
  width: 40vw;
  height: 3px;
  position: absolute;
  top: 208px;
  right: 0;
}

.c-bg-container {
  text-transform: uppercase;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.c-section {
  color: #000;
  min-height: 100vh;
  padding-top: 20vh;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.c-arrow {
  border: 1px solid var(--white-smoke);
  color: var(--white-smoke);
  cursor: pointer;
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .3s;
  display: flex;
}

.c-arrow:hover {
  background-color: var(--orange);
  color: #fff;
}

.c-arrow.cc-right {
  transform: rotate(180deg);
}

.c-arrow.cc-right:hover {
  background-color: #0000;
}

.c-arrow.cc-right.homepagearrow:hover {
  background-color: var(--orange);
}

.c-arrow.cc-left:hover {
  background-color: #0000;
}

.c-slide_wrapper {
  height: 468px;
}

.c-slide_image {
  transition: all .5s;
  position: relative;
  transform: translate(0);
  box-shadow: 17px 17px 80px #002e5229;
}

.c-slide_image.c-move-to-bottom {
  transition: all .5s;
}

.c-slider {
  justify-content: flex-start;
  align-items: stretch;
  max-width: none;
  height: 468px;
  margin-left: -32px;
  margin-right: -32px;
  display: flex;
  position: relative;
  left: 0;
}

.c-arrows-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 88px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  top: -45px;
}

.c-arrows-wrapper.homepagearrows {
  position: static;
}

.c-arrow_embed {
  width: 16px;
  height: 16px;
}

.div-block-62 {
  flex-direction: row-reverse;
  align-items: center;
  width: 820px;
  padding-left: 16px;
  display: flex;
}

.div-block-62.ru {
  flex-direction: row-reverse;
}

.sliderwrapper {
  width: 100%;
  margin-bottom: 24px;
  position: relative;
}

.div-block-63 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.div-block-63.ru {
  align-items: flex-end;
}

.range-labels {
  justify-content: space-between;
  width: 200px;
  display: flex;
}

.range-label {
  color: #6d6b6b;
  font-family: Rubik, sans-serif;
}

.filter-btn {
  background-color: var(--orange);
  color: var(--white);
  border-radius: 7px;
  height: 30px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 16px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Rubik, sans-serif;
  font-weight: 500;
  line-height: 30px;
}

.filter-btn.outlined {
  border: 1px solid var(--orange);
  background-color: var(--white);
  color: var(--orange);
  margin-top: 0;
  margin-left: 0;
  position: relative;
  top: 0;
}

.filter-btn.search-btn.ru {
  margin-right: 0;
}

.text-span-2 {
  font-size: 140%;
}

._24-7-text {
  direction: rtl;
  margin-top: 16px;
  margin-bottom: 24px;
  font-family: Rubik, sans-serif;
}

.form-block-6.ru {
  padding-left: 0;
}

.header-content-right {
  align-items: flex-end;
  display: flex;
}

.header-content-right.pricetag.ru {
  flex-direction: row-reverse;
}

.copyright-text {
  text-align: right;
  font-family: Rubik, sans-serif;
}

.copyright-text.ru {
  text-align: left;
}

.text-span-3 {
  font-size: 18px;
}

.text-span-3.ru {
  direction: ltr;
}

.image-41 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.success-message {
  background-color: #0000;
  height: 380px;
}

.text-block-11 {
  direction: rtl;
  margin-top: 16px;
  font-family: Rubik, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  display: block;
}

.div-block-64 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.text-block-11-copy {
  direction: rtl;
  color: var(--orange);
  margin-top: 16px;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  display: block;
}

.text-block-12 {
  direction: rtl;
  text-align: right;
  font-family: Rubik, sans-serif;
  text-decoration: none;
}

.image-42 {
  object-fit: cover;
  border-radius: 5px;
  width: 416px;
  min-height: 400px;
  max-height: 400px;
}

.button-container {
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
}

.gallerylightboxwrapper {
  z-index: 10000;
  opacity: 1;
  background-color: #221d23e8;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.gallerylightboxcontent {
  display: flex;
  position: relative;
}

.img-gallery-subs {
  background-color: #131313;
  height: 200px;
}

.img-gallery-subs-slide {
  width: 33.33%;
  padding: 5px;
  overflow: hidden;
}

.c-img-gallery-subs-dots {
  display: none;
}

.lightbox-arrow {
  color: var(--white);
  padding-left: 16px;
  padding-right: 16px;
  font-size: 30px;
}

.lightbox-arrow.right-arrow {
  margin-left: 16px;
  padding-left: 0;
  padding-right: 0;
}

.lightbox-arrow.left-arrow {
  margin-right: 16px;
  padding-left: 0;
  padding-right: 0;
}

.lightboximg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 50vw;
  height: 60vh;
  margin-top: 4px;
  padding-top: 0;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

.link-block-8 {
  text-decoration: none;
}

.arrow-btn {
  text-decoration: none;
  display: flex;
}

.lightbox-close-btn {
  background-color: var(--orange);
  border-radius: 5px;
  font-family: Rubik, sans-serif;
  font-weight: 700;
  position: absolute;
  inset: -43px 0% auto auto;
}

.empty-state {
  display: none;
}

.blog-bg {
  width: 100%;
  height: 100%;
}

.success-message-2, .success-message-3 {
  background-color: #0000;
}

.mobilelandscapeoverlay {
  display: none;
}

.soldimage {
  z-index: 3;
  width: 200px;
  position: absolute;
  top: 27px;
  left: -12px;
  transform: rotate(-14deg);
}

.button-wrapper {
  align-items: flex-end;
  display: flex;
}

.button-wrapper.ru {
  flex-direction: row-reverse;
}

.whatsapp-btn {
  background-color: #1b9e55;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 52px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.image-44 {
  width: 32px;
}

.wrap {
  perspective: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0;
}

.loading {
  z-index: 1;
  color: #101111;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  position: absolute;
}

.loading.clone {
  color: #fff;
}

.count {
  z-index: 5;
  color: var(--black);
  text-align: center;
  letter-spacing: 2px;
  font-family: Rubik, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 42px;
  position: relative;
  top: 35vh;
}

.blk-block {
  background-color: #101111;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0;
}

.loadingwrapper {
  z-index: 9999;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.swiper-outer-wrapper {
  width: 60vw;
  margin-top: 24px;
  overflow: hidden;
}

.image-45, .city-filter, .cityvalue {
  display: none;
}

.city {
  opacity: 1;
}

.fromroomvalue {
  text-align: right;
  width: 24px;
}

.ru {
  direction: rtl;
}

.empty-state-2 {
  display: none;
}

.section {
  min-height: 400px;
  padding-top: 74px;
}

.heading-30 {
  text-align: center;
  padding-right: 16px;
}

.text-block-14 {
  direction: rtl;
  text-align: right;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
}

.recaptcha {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.recaptcha-2 {
  margin-bottom: 16px;
}

.recaptcha-3 {
  margin: -15px auto 18px;
}

@media screen and (min-width: 1920px) {
  .paragraph.heroparagraph {
    width: 400px;
    font-size: 20px;
  }

  .aboutcol.abouttext {
    align-self: center;
  }

  .div-block-2 {
    top: 130px;
  }

  .gallery-image {
    border-radius: 5px;
  }

  .text-block-6 {
    font-size: 16px;
  }

  .grid-3.ru {
    grid-template-columns: .75fr 1.25fr;
  }

  .textfield-2.phonefield.ru, .textfield-2.textarea.ru, .textfield-2.ru {
    direction: ltr;
  }

  .propertiesfiltercontainer, .propertiestilescontainer {
    max-width: 1080px;
  }

  .blog-page-timestap.ru {
    direction: ltr;
    text-align: left;
  }

  .blog-page-image-overlay.main-thumbnail.gallery-thumbnail {
    background-color: #0000007a;
  }

  .rich-text-block-2 {
    text-align: right;
  }

  .rich-text-block-2.ru {
    direction: ltr;
    text-align: left;
  }

  .blogpostcontactform {
    top: 130px;
  }

  .tabletproperties {
    display: none;
  }

  .navigation-container-full.propertynav {
    max-width: 1080px;
  }

  .navigation-container-full.propertynav.ru {
    max-width: 1280px;
  }

  .nav03 {
    direction: rtl;
  }

  .nav-link-plain-2 {
    color: var(--white);
    font-family: Rubik, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .nav-link-plain-2:hover {
    color: var(--orange);
  }

  .black-logo {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .propertiestextcontainer {
    max-width: 1080px;
  }

  .gallerylightboxwrapper {
    opacity: 0;
    transition: opacity .2s cubic-bezier(.165, .84, .44, 1);
    display: none;
  }

  .lightboximg {
    transition-duration: .2s;
  }

  .empty-state {
    background-color: #0000;
  }

  .image-43, .blog-bg {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .cta-button {
    margin-top: 24px;
  }

  .small-p {
    font-size: 12px;
    line-height: 150%;
  }

  .small-p.blogpostdescription {
    margin-bottom: 24px;
  }

  .small-p.blogsectionparagraph {
    width: 50%;
  }

  .small-p.mainblogpostparagraph {
    margin-bottom: 16px;
  }

  .small-p.benefitsparagraph, .small-p.howwedoparagraph {
    font-size: 14px;
    line-height: 150%;
  }

  .small-p.stepparagraph {
    width: 80%;
  }

  .small-p.propertiesrow {
    width: 70%;
  }

  .heading {
    text-align: center;
    font-size: 42px;
  }

  .heading-2 {
    text-align: center;
    width: 100%;
    font-size: 38px;
  }

  .heading-2.benefitstitle, .heading-2.howwedotitle {
    width: 100%;
    font-size: 28px;
  }

  .heading-2.carouseltitle {
    font-size: 28px;
    line-height: 150%;
  }

  .heading-2.presstitle {
    font-size: 28px;
  }

  .heading-2.propertiestitle, .heading-2.mainblogposttitle, .heading-2.propertypagename {
    text-align: right;
  }

  .heading-2.propertypagename.comma {
    width: 14px;
  }

  .heading-2.abouttitle {
    width: 130%;
    font-size: 28px;
  }

  .heading-2.propertycity {
    color: var(--black);
    text-align: right;
    font-size: 140%;
    line-height: 100%;
  }

  .heading-3 {
    color: var(--black-2);
    font-size: 18px;
  }

  .heading-4.aboutsubtitle {
    font-size: 18px;
    line-height: 150%;
  }

  .heading-5 {
    color: var(--white);
  }

  .heading-5.benefitcardtext {
    padding-left: 0;
    font-size: 12px;
    line-height: 150%;
  }

  .paragraph.heroparagraph {
    width: 50%;
    line-height: 150%;
  }

  .navcontainer {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .textcontainer {
    margin-top: 0%;
    padding-top: 20%;
  }

  .aboutsectioncontainer {
    width: 100%;
  }

  .aboutcol.abouttext {
    width: 50%;
    margin-left: 9px;
    position: relative;
    left: -6px;
  }

  .aboutcol.rightcol {
    width: 60%;
    overflow: hidden;
  }

  .aboutcard.ru {
    width: 270px;
    padding-right: 0;
  }

  .aboutcardicon.medalicon.mobileicon, .aboutcardicon.mobileicon {
    display: none;
  }

  .aboutcardtext.heading-5 {
    line-height: 150%;
  }

  .aboutcardtext.heading-5.ru {
    text-align: left;
    width: 200px;
  }

  .image {
    max-width: 468px;
    margin-right: 0;
    position: static;
    right: -20%;
  }

  .benefitcard {
    width: 175px;
    padding: 30px 16px;
  }

  .benefitscardicon {
    height: 60px;
  }

  .benefitscardicon.houseicon.mobileicon, .benefitscardicon.persontalkingicon.mobileicon, .benefitscardicon.mobileicon {
    display: none;
  }

  .howwedocol.stepcirclecol {
    margin-left: 0;
    margin-right: 6%;
    padding-right: 0;
  }

  .stepcontentblock {
    margin-left: 0;
    margin-right: 0;
  }

  .carouselcontainer {
    max-width: 640px;
    display: block;
  }

  .slide-wrap {
    overflow: visible;
  }

  .contactsection {
    overflow: hidden;
  }

  .contactcontent {
    position: relative;
    right: 0%;
  }

  .contactcol {
    position: relative;
  }

  .contactcol.leftcol {
    z-index: 2;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    right: -23px;
  }

  .contactcol.leftcol.blogpostform {
    right: 0;
  }

  .contactcol.rightcol {
    width: 60%;
    margin-left: 0;
    right: 0;
    overflow: hidden;
  }

  .contactimage {
    max-width: 130%;
    position: relative;
    right: -81px;
  }

  .textfield, .textfield.namefield {
    background-color: var(--white);
  }

  .textfield.filtertextinput.fromsizeinput, .textfield.filtertextinput.tosizeinput {
    max-width: 100px;
  }

  .textfield.filtertextinput.frompriceinput, .textfield.filtertextinput.topriceinput {
    max-width: 120px;
  }

  .form-block {
    width: 100%;
  }

  .contacticonscontainer.footercontacticons {
    flex-direction: column;
    align-items: center;
  }

  .contacticonblock.footercontacticon {
    width: 36px;
    height: 36px;
  }

  .contacticon {
    height: 16px;
  }

  .footer {
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-link {
    font-size: 12px;
  }

  .swiper-slide {
    background-color: #0000;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }

  .swiper-slider-content {
    background-color: var(--white);
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .blogpostscontainer {
    display: none;
    overflow: visible;
  }

  .blogpostscontainer.desktopblogposts, .blogpostscontainer.tabletblogposts {
    display: block;
  }

  .blogpostslist {
    flex-wrap: wrap;
    padding-top: 0;
  }

  .blogpostitemcontainer {
    width: 350px;
    margin-top: 10px;
  }

  .mainblogpost {
    margin-left: 27px;
  }

  .mainblogpostcol.mainblogpostcontent {
    padding-right: 16px;
  }

  .mainblogpostimage {
    width: 400px;
    margin-left: 0;
    margin-right: -16px;
  }

  .mainblogpostimage.ru {
    margin-right: 12px;
  }

  .header-content-left {
    text-align: right;
    flex-direction: column;
  }

  .agent-name {
    width: 100%;
    margin-right: 1px;
    font-size: 16px;
  }

  .avatar-wrap {
    width: 60px;
  }

  .collection-list-4 {
    flex-wrap: wrap;
    width: 100%;
  }

  .grid-3 {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    place-content: space-between center;
    place-items: baseline stretch;
    display: flex;
  }

  .property-detail {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .avatar-base {
    flex-direction: row;
    justify-content: flex-start;
  }

  .avatar-base.blogavatar {
    flex-direction: row-reverse;
    justify-content: flex-start;
  }

  .propertiesfiltercontainer {
    width: auto;
    margin-left: 12px;
    margin-right: 12px;
  }

  .filtergroup {
    padding-left: 29px;
  }

  .filtergroup.last-filtert {
    padding-left: 0;
  }

  .filterinputwrapper {
    width: 100%;
  }

  .blog-post-image-container {
    width: 658px;
    min-width: auto;
    max-width: none;
  }

  .blog-page-body {
    padding-left: 80px;
    padding-right: 80px;
  }

  .blog-page-timestap {
    direction: rtl;
    width: 100%;
    line-height: 125%;
  }

  .rich-text-block-2 {
    text-align: right;
    width: 100%;
    margin-left: 0;
  }

  .rich-text-block-2.ru {
    text-align: left;
  }

  .checkboxfilters {
    flex-direction: column-reverse;
    padding-left: 0;
    display: flex;
  }

  .checkbox-field {
    margin-left: 0;
  }

  .checkbox-container {
    justify-content: space-between;
  }

  .footerinfotext, .footerinfotext.address {
    font-size: 12px;
  }

  .checkbox-field-2 {
    padding-left: 0;
  }

  .navstickywrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
  }

  .navbg.noopacity {
    opacity: 0;
  }

  .blogpostcontactform {
    width: 100%;
  }

  .tabletproperties, .collection-list-wrapper-3 {
    display: block;
  }

  .collection-item-3 {
    width: 384px;
  }

  .steptitlecontainer-mobile {
    display: none;
  }

  .nav-menu-2 {
    background-color: #fff;
    height: auto;
  }

  .navigation-left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation-container {
    min-height: auto;
    position: relative;
  }

  .brand {
    margin-right: 10px;
    padding: 0;
  }

  .nav-link-2 {
    width: 100%;
  }

  .menu-button-2 {
    color: #3f0a3d;
    border: 1px solid #3f0a3d1a;
  }

  .menu-button-2.w--open {
    background-color: #3f0a3d;
    border-color: #02676b;
  }

  .navigation-container-full {
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .button.button-mobile {
    display: none;
  }

  .nav-menu-green {
    color: #fff;
    background-color: #02676b;
    height: auto;
  }

  .line-break {
    display: none;
  }

  .nav-link-plain {
    color: #fff;
    width: 100%;
  }

  .nav-link-plain:hover {
    color: #fff;
  }

  .menu-button-green {
    color: var(--black);
    border: 1px #02676b1a;
    padding-left: 0;
  }

  .menu-button-green.w--open {
    border-color: var(--orange);
    background-color: var(--orange);
    justify-content: center;
    align-items: center;
    padding-left: 18px;
    display: flex;
  }

  .nav-link-plain-2 {
    color: #fff;
    width: 100%;
  }

  .nav-link-plain-2:hover {
    color: #fff;
  }

  .paragraph-3 {
    width: 60%;
  }

  .paragraph-3.ru {
    margin-left: -4px;
  }

  .aboutimageoverlay {
    opacity: 1;
  }

  .propertiestextcontainer {
    padding-right: 12px;
  }

  .propertiestextcontainer.ru {
    padding-left: 14px;
  }

  .div-block-59 {
    flex-direction: column-reverse;
    width: 658px;
    display: flex;
  }

  .div-block-60 {
    padding-right: 24px;
  }

  .c-title-1 {
    font-size: 130px;
  }

  .c-big-text.cc-bottom {
    bottom: 400px;
    right: -120px;
  }

  .c-big-text.cc-top {
    top: -150px;
    left: -140px;
  }

  .c-bg-container {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .c-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .c-slide_image.c-move-to-bottom {
    transform: none;
  }

  .c-slider {
    margin-top: 10px;
    margin-left: 59px;
    margin-right: 0;
  }

  .c-arrows-wrapper {
    margin-top: 2px;
    margin-right: 44px;
  }

  .div-block-62 {
    width: 620px;
  }

  .sliderwrapper {
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 0;
    position: relative;
  }

  .filter-btn {
    text-align: center;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .form-block-6 {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .header-content-right {
    text-align: right;
    flex-direction: row;
  }

  .text-block-11 {
    line-height: 110%;
  }

  .text-block-11-copy {
    font-size: 18px;
  }

  .button-container.ru {
    width: 50%;
  }

  .gallerylightboxwrapper {
    opacity: 0;
    display: none;
  }

  .img-gallery-subs {
    height: 170px;
  }

  .lightboximg {
    width: 90vw;
  }

  .soldimage {
    left: -15px;
  }

  .loading {
    font-size: 30px;
  }

  .loading.clone, .count {
    font-size: 30px;
    line-height: 44px;
  }

  .div-block-65, .div-block-66 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .flex2col {
    width: 100%;
  }

  .flexcolwrap {
    flex-direction: column;
  }

  .colorbox {
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 15px;
  }

  .colorbox.blackcolor {
    margin-left: 10px;
  }

  .flex3col {
    width: 100%;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .collection-item-2 {
    width: 50%;
  }

  .navigation-left {
    justify-content: space-between;
    width: 100%;
  }

  .navigation-right {
    display: none;
  }

  .c-title-1 {
    font-size: 130px;
    line-height: 130px;
  }

  .c-big-text.cc-bottom {
    opacity: .5;
    bottom: 170px;
    right: -160px;
  }

  .c-big-text.cc-top {
    opacity: .5;
    top: -80px;
    left: -180px;
  }

  .c-slide {
    height: auto;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .c-bg-line {
    display: none;
  }

  .c-section {
    padding: 40px 24px;
  }

  .c-slide_image {
    width: 286px;
    height: 388px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .c-slider {
    max-width: 100%;
    height: auto;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .c-arrows-wrapper {
    margin-top: 100px;
  }

  .mobilelandscapeoverlay {
    z-index: 99999;
    background-color: var(--white);
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    display: flex;
    position: absolute;
  }

  .text-block-13 {
    text-align: center;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-family: Rubik, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 125%;
  }

  .rotatephone {
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
  }

  .loading, .loading.clone {
    font-size: 28px;
  }

  .list {
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .cta-button {
    align-self: center;
    margin-top: 24px;
    font-size: 15px;
  }

  .cta-button.darktextbutton {
    align-self: flex-end;
    margin-left: -2px;
  }

  .cta-button.fullwidthbtn {
    width: 100%;
  }

  .cta-button.step-cta {
    align-self: flex-end;
    margin-left: 9px;
    margin-right: 0;
  }

  .cta-button.benefits-cta {
    align-self: flex-end;
    margin-left: 0;
    margin-right: 0;
  }

  .cta-button.benefits-cta.ru {
    margin-left: auto;
    margin-right: 0;
  }

  .small-p {
    text-align: right;
    width: 100%;
    margin-right: 8%;
    padding-right: 0%;
    font-size: 13px;
    line-height: 22px;
  }

  .small-p.blogpostdescription.ru {
    margin-left: 0;
  }

  .small-p.blogsectionparagraph {
    text-align: right;
    width: 100%;
    font-size: 12px;
  }

  .small-p.propertiessectionparagraph-copy {
    text-align: right;
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
    font-size: 12px;
  }

  .small-p.mainblogpostparagraph.ru {
    margin-right: 0%;
  }

  .small-p.benefitsparagraph {
    text-align: right;
    width: 100%;
    margin-bottom: 32px;
    font-size: 14px;
  }

  .small-p.howwedoparagraph {
    display: none;
    overflow: hidden;
  }

  .small-p.stepparagraph {
    text-align: right;
    width: 90%;
    margin-left: 0;
    margin-right: 0%;
  }

  .small-p.stepparagraph.ru {
    text-align: left;
  }

  .small-p.propertiesrow {
    margin-bottom: 22px;
    margin-right: 0%;
    padding-right: 0%;
  }

  .small-p.propertiesrow.ru {
    width: 100%;
  }

  .heading {
    text-align: right;
    font-size: 28px;
  }

  .heading.ru {
    text-align: left;
  }

  .heading-2.benefitstitle {
    color: var(--white);
    text-align: right;
    background-color: #0000;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 24px;
  }

  .heading-2.benefitstitle.ru {
    text-align: left;
  }

  .heading-2.howwedotitle {
    color: var(--black);
    text-align: right;
    margin-top: 0;
    margin-bottom: 8px;
  }

  .heading-2.howwedotitle.ru {
    text-align: left;
  }

  .heading-2.carouseltitle {
    text-align: right;
    width: 100%;
    margin-top: 0;
    margin-bottom: 32px;
    padding-left: 0;
    font-size: 24px;
  }

  .heading-2.presstitle {
    text-align: right;
    margin-top: 0;
    margin-bottom: -12px;
    padding-right: 8%;
    font-size: 24px;
    line-height: 24px;
  }

  .heading-2.presstitle.ru {
    text-align: left;
    padding-left: 8%;
  }

  .heading-2.blogtitle {
    text-align: right;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 24px;
  }

  .heading-2.propertiestitle {
    text-align: right;
    margin-top: 0;
    margin-bottom: 1px;
    padding-right: 0%;
    font-size: 28px;
  }

  .heading-2.propertypagename {
    text-align: right;
    margin-bottom: 6px;
    font-size: 40px;
    line-height: 125%;
  }

  .heading-2.abouttitle {
    color: var(--black);
    text-align: right;
    width: 100%;
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 24px;
  }

  .heading-2.abouttitle.ru {
    text-align: left;
  }

  .heading-2.propertycity {
    margin-bottom: 8px;
    font-size: 100%;
  }

  .heading-3 {
    display: none;
    position: static;
    inset: 0% auto auto 0%;
  }

  .heading-3.mobilesteptitle {
    color: #5e5e5e;
    font-size: 16px;
    font-weight: 500;
    display: block;
    position: absolute;
    inset: -45% 16px auto auto;
  }

  .heading-3.mobilesteptitle.step3 {
    text-align: right;
    line-height: 140%;
    display: block;
    top: -83%;
  }

  .heading-3.mobilesteptitle.step3.ru, .heading-3.mobilesteptitle.ru {
    text-align: left;
    left: 16px;
  }

  .heading-4.guidetitle {
    text-align: center;
    padding-left: 8%;
    padding-right: 8%;
    font-size: 24px;
  }

  .heading-4.aboutsubtitle {
    color: var(--black-2);
    text-align: right;
    background-color: #0000;
    margin-bottom: 32px;
    font-size: 14px;
    font-weight: 400;
  }

  .heading-4.contactsubtitle {
    margin-bottom: -4px;
  }

  .heading-5 {
    color: var(--white);
    margin-bottom: 16px;
    font-size: 14px;
  }

  .heading-5.guidetext {
    order: 1;
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    display: block;
  }

  .heading-5.benefitcardtext {
    color: var(--white);
    text-align: right;
    width: 100%;
    margin-bottom: 0;
    padding-right: 26px;
  }

  .heading-5.benefitcardtext.ru {
    text-align: left;
    margin-left: 0;
    padding-left: 26px;
    padding-right: 0;
  }

  .heading-5.headingmicrotitle {
    display: none;
  }

  .heading-5.price {
    margin-bottom: 0;
    margin-left: 0%;
    padding-left: 0;
    line-height: 14px;
  }

  .heading-5.propertydesc {
    margin-bottom: 12px;
  }

  .paragraph.heroparagraph {
    text-align: right;
    width: 100%;
    margin-top: 12px;
    padding-left: 42px;
    font-size: 14px;
  }

  .link.herolink {
    position: static;
  }

  .fullscreensection.hero-section {
    background-image: linear-gradient(to top, var(--black), #5f5f5f52), url('../images/mobile-bg.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 432px;
    background-attachment: scroll, fixed;
  }

  .textcontainer {
    align-items: flex-end;
    margin-top: 0%;
    padding-top: 45%;
    padding-left: 8%;
    padding-right: 8%;
    position: relative;
  }

  .herolinkcontainer {
    position: absolute;
    inset: 83% auto 0% 9%;
  }

  .aboutsection.fullscreensection {
    background-color: var(--white);
  }

  .guidesection {
    padding: 64px 0% 0;
  }

  .guideblock {
    flex-direction: column-reverse;
    padding-left: 8%;
    padding-right: 8%;
  }

  .guidecard {
    width: 100%;
    margin-bottom: 16px;
    margin-left: 0;
    margin-right: 0;
  }

  .guidetextcontainer {
    justify-content: space-around;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .aboutsectioncontainer {
    overflow: hidden;
  }

  .aboutcol.abouttext {
    z-index: 2;
    align-items: flex-end;
    width: 100%;
    margin-left: 0;
    padding: 16% 8%;
    left: 0;
  }

  .aboutcol.rightcol {
    z-index: 0;
    width: 100%;
    display: none;
    position: absolute;
    bottom: -70px;
    left: -141px;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .aboutcard {
    background-color: var(--white);
    border-style: none;
    width: 100%;
    box-shadow: 0 7px 15px #07090f1c;
  }

  .aboutcard.ru {
    padding-top: 14px;
    padding-left: 0;
  }

  .aboutcardicon, .aboutcardicon.medalicon {
    height: 48px;
    display: none;
  }

  .aboutcardicon.medalicon.mobilemedal, .aboutcardicon.medalicon.mobileicon, .aboutcardicon.mobileicon {
    display: block;
  }

  .aboutcardtext.heading-5 {
    color: var(--black-2);
    background-color: #0000;
    width: 100%;
    margin-bottom: 0;
    padding-left: 23%;
    font-size: 12px;
  }

  .aboutcardtext.heading-5.ru {
    text-align: left;
    padding-left: 0%;
    padding-right: 66px;
  }

  .image {
    max-width: 400px;
  }

  .benefitssection {
    background-color: var(--black);
    align-items: flex-end;
    padding: 16% 8%;
  }

  .benefitscardsblock {
    flex-direction: column-reverse;
    width: 100%;
  }

  .benefitcard {
    border: 2px solid var(--orange);
    flex-direction: row-reverse;
    width: 100%;
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .benefitscardicon {
    height: 48px;
    margin-bottom: 0;
    padding-left: 0;
    display: none;
  }

  .benefitscardicon.houseicon {
    margin-left: 0;
    padding-left: 0;
  }

  .benefitscardicon.houseicon.mobileicon {
    display: block;
  }

  .benefitscardicon.persontalkingicon {
    margin-right: 0;
    padding-left: 0;
    padding-right: 12px;
  }

  .benefitscardicon.persontalkingicon.mobileicon, .benefitscardicon.mobileicon {
    display: block;
  }

  .howwedosection {
    z-index: 0;
    padding-top: 0;
  }

  .stepscirclecontainer {
    flex-direction: row-reverse;
    width: 60px;
    height: 60px;
    margin-right: 0;
    display: block;
    position: relative;
    right: 0%;
  }

  .toprightcirclebg {
    width: 18px;
    height: 12px;
  }

  .rightcirclebg {
    width: 12px;
    height: 60px;
    right: 0;
  }

  .bottomcirclebg {
    perspective-origin: 0%;
    transform-origin: 0%;
    direction: ltr;
    width: 36px;
    height: 12px;
  }

  .topleftcirclebg {
    height: 18px;
    top: -6px;
    left: 0;
  }

  .overlay-circle {
    width: 50px;
    height: 50px;
    padding-left: 2px;
    top: 5px;
  }

  .leftcirclebg {
    width: 12px;
    height: 60px;
    left: 0;
    right: auto;
  }

  .howwedocontainer {
    flex-direction: column-reverse;
    padding-top: 12%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .howwedocontainer.ru {
    flex-direction: column;
  }

  .howwedocol {
    margin-left: 0;
    padding-left: 8%;
    padding-right: 8%;
    position: relative;
  }

  .howwedocol.stepcirclecol {
    z-index: 2;
    background-color: var(--white);
    width: 100%;
    margin-right: 0%;
    padding: 0 8% 16px;
    top: 90px;
    box-shadow: 0 16px 25px #0907250f;
  }

  .stepcontentblock {
    align-items: flex-end;
  }

  .image-4 {
    width: 120px;
  }

  .steptextblock.ru {
    flex-direction: row-reverse;
  }

  .stepcircletext {
    margin-left: 0;
    margin-right: 1px;
    font-size: 18px;
  }

  .stepcircletext.totalsteps.yellowtext {
    margin-right: 4px;
  }

  .stepcircletext.currentsteptext {
    margin-right: 0;
  }

  .currentstepcontainer {
    justify-content: center;
    width: 14px;
    font-size: 12px;
    display: flex;
  }

  .clientscarouselsection {
    padding: 24% 8% 16%;
  }

  .carouselcontainer {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-wrap {
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .carouselimage {
    background-image: url('../images/5faae9e029a9331ce8026f29_81430649_1582770478543471_1976161182133780480_o.jpg');
  }

  .carouselimage.second {
    background-image: url('../images/werwerwer.jpg');
  }

  .presssection {
    background-color: var(--black);
    padding-top: 16%;
    padding-bottom: 23%;
  }

  .slide {
    max-height: 230px;
  }

  .mask {
    width: 90%;
  }

  .block-quote {
    font-size: 14px;
    line-height: 150%;
  }

  .pressslidecontent {
    width: 100%;
  }

  .quotationmark.bottomquotationmark {
    left: -296px;
  }

  .quotationmark.bottomquotationmark.qmark {
    bottom: -188px;
  }

  .contactsection {
    z-index: 0;
    padding: 16% 8%;
    overflow: visible;
  }

  .contactcol.leftcol {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    overflow: visible;
  }

  .contactcol.rightcol {
    display: none;
  }

  .text-field-wrapper.half {
    width: 100%;
  }

  .textfield.filtertextinput.fromsizeinput {
    max-width: 120px;
  }

  .textfield.filtertextinput.fromsizeinput.ru {
    max-width: 100%;
  }

  .textfield.filtertextinput.tosizeinput {
    max-width: 120px;
    margin-left: 0;
  }

  .textfield.filtertextinput.tosizeinput.ru {
    max-width: 97%;
  }

  .textfield.filtertextinput.frompriceinput.ru {
    max-width: 95%;
    margin-right: 4px;
    padding-right: 29px;
  }

  .textfield.filtertextinput.topriceinput.ru {
    max-width: 100%;
  }

  .form-block {
    display: none;
  }

  .contacticonscontainer {
    flex-direction: row-reverse;
    align-items: baseline;
    display: none;
  }

  .contacticonscontainer.footercontacticons {
    flex-direction: row;
    justify-content: flex-end;
    display: flex;
  }

  .contacticonblock.footercontacticon.firstfootericon {
    margin-right: 0;
    padding-right: 0;
  }

  .footer {
    text-align: left;
    padding: 16% 8%;
  }

  .footer-flex-container {
    flex-direction: column;
    align-items: flex-end;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .typed-words.heading-2 {
    font-size: 32px;
  }

  .typed-words.heading-2.ru {
    height: 100px;
  }

  .propertiessection {
    z-index: 1;
    align-items: flex-end;
    padding-top: 8%;
    padding-bottom: 0%;
    position: relative;
  }

  .swiper-wrapper {
    height: auto;
  }

  .swiper-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .swiper-slide {
    background-color: #0000;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .swiper-slider-content {
    background-color: var(--white);
  }

  .propertyprice {
    text-decoration: none;
  }

  .propertyfeaturetext {
    direction: ltr;
  }

  .blogsection {
    margin-right: 0;
    padding: 16% 8%;
  }

  .centered-container {
    text-align: left;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blogpostscontainer.desktopblogposts.homepageblogposts {
    width: 100%;
    padding-top: 0;
  }

  .blogpostslist {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .blogpostitemcontainer {
    width: 95%;
    margin-left: 0;
    margin-right: 0;
  }

  .blogpostcontent {
    width: auto;
  }

  .blogpostcontent.ru {
    align-items: flex-end;
  }

  .mainblogpost {
    flex-direction: column;
    width: 100%;
    margin-left: 0;
  }

  .mainblogpostcol.mainblogpostcontent {
    width: 100%;
    padding-right: 0;
  }

  .mainblogpostimage {
    width: 100%;
    margin-left: 0;
  }

  .mainblogpostimage.ru {
    margin-right: 0;
  }

  .collection-item {
    padding-left: 16px;
    padding-right: 16px;
  }

  .property-title-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .property-title-wrap.ru {
    flex-direction: column;
    align-items: flex-end;
  }

  .header-content-left {
    margin-bottom: 14px;
  }

  .header-content-left.pricetag {
    margin-top: -20px;
    padding-top: 0;
  }

  .header-content-left.ru {
    flex-direction: column-reverse;
  }

  .header-dark {
    padding-top: 80px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .bold-text {
    opacity: .35;
    font-size: 16px;
  }

  .bold-text.shekel-price {
    opacity: 1;
    color: var(--orange);
    font-size: 12px;
  }

  .property-detail-text.price {
    opacity: 1;
    color: #0f60f7;
    border-radius: 20px;
    font-size: 20px;
  }

  .property-detail-text.property-address-title {
    max-width: 80%;
  }

  .agent-name {
    flex-direction: column;
    font-size: 12px;
    font-weight: 700;
    display: flex;
  }

  .avatar-wrap {
    width: 110px;
  }

  .property-detail-label {
    opacity: 1;
  }

  .feature {
    border: 0 #000;
    border-bottom: 1px solid #e5e5e5;
    justify-content: flex-start;
    padding: 16px;
  }

  .feature.last {
    border-bottom-style: none;
  }

  .feature.centre-lines {
    border: 0 #000;
    border-bottom: 1px solid #e5e5e5;
  }

  .div-block-57 {
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-26.property-detail-title {
    color: #0f60f7;
  }

  .room-features {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: stretch;
    display: block;
  }

  .div-block-56 {
    border-radius: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .main-thumbnail {
    border-radius: 5px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-2 {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
  }

  .collection-item-2 {
    flex-wrap: wrap;
    padding: 3px;
    display: flex;
  }

  .title-block {
    padding-bottom: 0;
  }

  .white-block {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
  }

  .content-wrapper {
    padding-bottom: 24px;
  }

  .gallery-item {
    border-radius: 5px;
    width: 150px;
  }

  .blue-text {
    text-align: center;
  }

  .blue-text.property-detail-title {
    text-align: right;
  }

  .gallery-image {
    border-radius: 5px;
  }

  .collection-list-4 {
    flex-flow: row-reverse wrap;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-3 {
    flex-direction: column;
    align-items: center;
  }

  .grid-3.ru {
    flex-direction: column-reverse;
  }

  .property-detail {
    max-width: 100vw;
    padding-top: 9px;
    padding-left: 0%;
    padding-right: 0%;
    display: inline-block;
  }

  .feature-icon {
    opacity: 1;
  }

  .feature-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .avatar-base.blogavatar {
    background-color: #ffac1230;
    flex-direction: row-reverse;
  }

  .propertiespagecontent {
    border-bottom: 1px solid #07090f52;
  }

  .propertiesfiltercontainer {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .filtergroup {
    width: 100%;
    margin-bottom: 24px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .filtergroup.ru {
    padding-right: 0;
  }

  .filterinputwrapper {
    justify-content: space-between;
  }

  .filterinputwrapper.ru.aaa {
    justify-content: flex-end;
  }

  .filterselectwrapper {
    max-width: 100%;
  }

  .filterselectwrapper.fromroomselectwrapper {
    margin-left: 0;
  }

  .filterselectwrapper.cityselect {
    width: 100%;
  }

  .filterform {
    flex-direction: column;
    align-items: flex-end;
    padding-bottom: 0;
  }

  .filterform.ru {
    flex-direction: column;
  }

  .select-field {
    min-width: 120px;
    margin-left: 0;
  }

  .select-field.cityselect {
    width: 100%;
  }

  .select-field.ru {
    max-width: 95%;
  }

  .hyphen {
    display: none;
  }

  .dropdown-toggle.toroomtoggle {
    direction: ltr;
    text-align: right;
    justify-content: flex-end;
    width: 100%;
    padding-right: 8px;
    display: flex;
  }

  .dropdown-toggle.fromroomtoggle {
    width: 100%;
    padding-right: 8px;
  }

  .dropdown-toggle.fromroomtoggle.ru {
    justify-content: flex-end;
    display: flex;
    left: 2px;
  }

  .dropdown-toggle.citytoggle {
    width: 100%;
    padding-right: 8px;
  }

  .icon {
    inset: 0% auto auto -21%;
  }

  .icon.citychevron {
    left: 27px;
    right: 81%;
  }

  .icon.ru {
    right: 8px;
  }

  .dropdown-list {
    margin-right: 2px;
    padding-right: 0;
    position: absolute;
    inset: auto;
  }

  .dropdown-list.fromroomlist {
    min-width: 100%;
  }

  .dropdown-list.fromroomlist.w--open {
    margin-right: 0;
  }

  .dropdown-list.citylist.w--open {
    min-width: 100%;
  }

  .blog-page-info.ru {
    padding-bottom: 1vh;
  }

  .blog-post-image-container {
    width: 324px;
    min-height: 40vh;
  }

  .blog-page-body {
    padding: 108px 16px 0;
  }

  .blog-page-timestap {
    direction: rtl;
    width: 100%;
    font-size: 40px;
    line-height: 120%;
  }

  .blog-page-timestap.timestamp {
    font-size: 16px;
    display: none;
  }

  .blog-page-image-overlay {
    z-index: 1;
  }

  .anim-border {
    justify-content: flex-end;
    display: flex;
  }

  .rich-text-block-2 {
    direction: rtl;
    flex-direction: row;
    width: 326px;
    padding-left: 12px;
    padding-right: 12px;
    display: block;
  }

  .rich-text-block-2.ru {
    text-align: left;
  }

  .form-title {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
  }

  .form-content {
    align-items: center;
    width: 90%;
  }

  .form-content.blog-post-form {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .cta-button-2 {
    font-size: 15px;
  }

  .cityselectvalue {
    width: 96%;
  }

  .toroomvalue {
    text-align: right;
  }

  .checkboxfilters {
    flex-direction: column-reverse;
    padding-left: 0;
  }

  .checkbox-field {
    flex-direction: row;
    justify-content: center;
  }

  .checkbox-field.ru {
    flex-direction: row-reverse;
  }

  .checkbox-label {
    width: 70px;
  }

  .checkbox-label.ru {
    text-align: left;
    width: 80px;
  }

  .checkbox-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    direction: rtl;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: start;
    padding-top: 0;
    display: grid;
  }

  .form-block-5 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .div-block-58 {
    padding-left: 41%;
    font-size: 10px;
  }

  .checkbox-field-2 {
    flex-direction: row;
    justify-content: flex-start;
  }

  .navbg {
    box-shadow: none;
  }

  .collection-item-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .slide-nav {
    margin-top: 0;
    padding-top: 0;
    top: 234px;
    bottom: -58px;
  }

  .icon-2 {
    left: 40px;
  }

  .icon-3 {
    right: 40px;
  }

  .menu-button {
    padding-left: 0;
  }

  .stepperwrapper {
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .steptitlecontainer {
    width: 70%;
    padding-bottom: 75px;
  }

  .steptitlecontainer-mobile {
    width: 80%;
    height: 18px;
    padding-bottom: 0;
    display: block;
    position: relative;
    top: 0;
  }

  .steptitlecontainer-mobile.ru {
    direction: ltr;
  }

  .mobilecontactbuttons {
    flex-direction: column;
    display: flex;
  }

  .contactbutton {
    flex-direction: row-reverse;
    align-items: center;
    width: 200px;
    margin-bottom: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-decoration: none;
    display: flex;
    box-shadow: 0 0 14px #07090f1c;
  }

  .contactbutton.maincontactbutton {
    border-radius: 5px;
    margin-bottom: 12px;
    padding: 44px 44px 20px;
    display: block;
  }

  .heading-5.maincontactbuttontext {
    color: var(--black);
    text-align: center;
    padding-left: 0;
    font-weight: 500;
  }

  .heading-5.secondarycontactbuttontext {
    color: var(--black-2);
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
  }

  .image-40 {
    width: 24px;
    height: 24px;
    margin-bottom: 0;
    margin-left: 8px;
    margin-right: 8px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-40.maincontactbuttonicon {
    width: auto;
    height: auto;
    margin-bottom: 22px;
  }

  .navigation-left {
    justify-content: space-between;
  }

  .logo {
    width: 180px;
  }

  .navigation-right {
    display: none;
  }

  .brand {
    width: auto;
    margin-right: 0;
  }

  .brand.w--current {
    width: 180px;
    height: 60px;
  }

  .navigation-container-full {
    margin-top: -1px;
    padding-left: 8%;
    padding-right: 8%;
  }

  .navigation-container-full.propertynav {
    padding-right: 8%;
  }

  .navigation-container-full.ru {
    padding-right: 0%;
  }

  .nav-menu-green {
    background-color: var(--white);
    direction: rtl;
    border: 0 #07090f4d;
  }

  .nav03 {
    z-index: 9999;
    display: block;
  }

  .menu-button-green {
    border-style: none;
    border-color: var(--white);
    color: var(--orange);
    padding-left: 18px;
    left: -18px;
  }

  .menu-button-green.w--open {
    border-color: var(--orange);
    background-color: var(--orange);
  }

  .nav-link-plain-2 {
    color: var(--black);
    display: flex;
  }

  .nav-link-plain-2.darklink:hover, .nav-link-plain-2.darklink:focus {
    color: var(--orange);
  }

  .nav-link-plain-2.homepagelink {
    color: var(--black);
  }

  .nav-link-plain-2.homepagelink.ru {
    text-align: left;
    justify-content: flex-end;
  }

  .nav-link-plain-2.homepagelink.ru:hover {
    color: var(--orange);
  }

  .nav-link-plain-2.ru {
    justify-content: flex-end;
  }

  .nav-link-plain-2.ru:hover {
    color: var(--orange);
  }

  .icon-4 {
    color: var(--black);
  }

  .mobile-logo-black {
    opacity: 0;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .logo-black {
    position: absolute;
  }

  .black-logo {
    left: 0;
    right: 0;
  }

  .heading-1.propertiespage-title {
    text-align: right;
    max-width: none;
  }

  .heading-1.propertiespage-title.ru {
    text-align: left;
  }

  .paragraph-3 {
    width: 90%;
  }

  .navshadow {
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    box-shadow: 0 16px 25px #0907250f;
  }

  .aboutimageoverlay {
    display: none;
  }

  .link-block-3 {
    width: 80%;
  }

  .link-block-4 {
    width: 80%;
    margin-bottom: 32px;
    padding-bottom: 0;
  }

  .propertiestextcontainer {
    width: 320px;
    padding-right: 0;
  }

  .div-block-59 {
    width: 326px;
  }

  .dark-properties-row {
    padding-top: 16px;
    padding-bottom: 24px;
  }

  .property-row-heading {
    margin-bottom: -2px;
    margin-right: 8%;
    font-size: 18px;
  }

  .property-row-heading.dark-property-heading {
    margin-bottom: 0;
  }

  .c-title-1 {
    font-size: 130px;
  }

  .c-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .c-slide_image {
    box-shadow: none;
  }

  .c-arrows-wrapper {
    margin-top: 8px;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    top: -56px;
    left: 0;
    right: auto;
  }

  .div-block-62 {
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    padding-left: 0;
    padding-right: 7%;
  }

  .div-block-62.ru {
    flex-direction: column;
    padding-left: 7%;
  }

  .sliderwrapper {
    background-color: #0000;
    padding-left: 2%;
    padding-right: 2%;
  }

  .div-block-63.ru {
    align-items: flex-end;
  }

  .filter-btn {
    text-align: center;
    width: 100%;
    margin-bottom: 8px;
    padding-bottom: 0;
  }

  .filter-btn.outlined.reset-btn {
    margin-right: 0;
    padding-top: 0;
    line-height: 29px;
  }

  .filter-btn.search-btn {
    margin-right: 0;
  }

  ._24-7-text {
    margin-top: 8px;
    font-size: 12px;
  }

  .header-content-right {
    margin-bottom: 14px;
  }

  .header-content-right.pricetag {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: -12px;
    padding-top: 0;
  }

  .link-block-5, .link-block-6, .link-block-7 {
    text-decoration: none;
  }

  .text-block-11 {
    font-size: 24px;
  }

  .text-block-11-copy {
    font-size: 14px;
  }

  .image-42 {
    width: 100%;
  }

  .button-container {
    flex-direction: column-reverse;
    width: 100%;
  }

  .gallerylightboxwrapper {
    opacity: 0;
    display: none;
  }

  .lightbox-arrow.right-arrow {
    margin-left: 12px;
    margin-right: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .lightbox-arrow.left-arrow {
    margin-right: 12px;
    padding-left: 8px;
  }

  .lightboximg {
    width: 95vw;
    height: 30vh;
  }

  .lightbox-close-btn {
    top: -46px;
    right: 0%;
  }

  .mobilelandscapeoverlay {
    display: none;
  }

  .soldimage {
    left: 18px;
  }

  .loading {
    font-size: 24px;
  }

  .loading.clone {
    z-index: 2;
    font-size: 24px;
  }

  .swiper-outer-wrapper {
    width: 95vw;
  }

  .image-45 {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-66 {
    width: 96%;
  }

  .empty-state-2 {
    display: none;
  }

  .text-block-14 {
    max-width: 300px;
  }
}


