@font-face {
  font-family: 'SabonLTStd';
  src: url(/font/SabonLTStd-Roman.otf);
}
/* line 19, ../sass/all/base.scss */
.w100 {
  width: 100% !important;
}

/* line 23, ../sass/all/base.scss */
.ttu {
  text-transform: uppercase !important;
}

/* line 27, ../sass/all/base.scss */
.tac {
  text-align: center !important;
}

/* line 31, ../sass/all/base.scss */
.tal {
  text-align: left !important;
}

/* line 35, ../sass/all/base.scss */
.tar {
  text-align: right !important;
}

/* line 39, ../sass/all/base.scss */
.taj {
  text-align: justify !important;
}

/* line 43, ../sass/all/base.scss */
.ltr {
  direction: ltr !important;
}

/* line 47, ../sass/all/base.scss */
.rtl {
  direction: rtl !important;
}

/* line 51, ../sass/all/base.scss */
.d-i-f {
  display: -webkit-inline-flex !important;
  display: -moz-inline-flex !important;
  display: -ms-inline-flex !important;
  display: -o-inline-flex !important;
  display: inline-flex !important;
}

/* line 59, ../sass/all/base.scss */
.d-f {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
}

/* line 67, ../sass/all/base.scss */
.f-w-w {
  -webkit-flex-wrap: wrap !important;
  -moz-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  -o-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 75, ../sass/all/base.scss */
.j-c-c {
  justify-content: center !important;
}

/* line 79, ../sass/all/base.scss */
.j-c-s-b {
  justify-content: space-between !important;
}

/* line 83, ../sass/all/base.scss */
.j-c-f-s {
  justify-content: flex-start !important;
}

/* line 87, ../sass/all/base.scss */
.a-i-c {
  -ms-align-items: center !important;
  align-items: center !important;
}

/* line 92, ../sass/all/base.scss */
.a-i-f-e {
  -ms-align-items: flex-end !important;
  align-items: flex-end !important;
}

/* line 97, ../sass/all/base.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 101, ../sass/all/base.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

/* line 105, ../sass/all/base.scss */
.no-pad-left {
  padding-left: 0 !important;
}

/* line 109, ../sass/all/base.scss */
.no-pad-right {
  padding-right: 0 !important;
}

/* line 113, ../sass/all/base.scss */
.no-mar-top {
  margin-top: 0 !important;
}

/* line 117, ../sass/all/base.scss */
.no-mar-left {
  margin-left: 0 !important;
}

/* line 121, ../sass/all/base.scss */
.no-mar-right {
  margin-right: 0 !important;
}

/* line 125, ../sass/all/base.scss */
.no-mar-bot {
  margin-bottom: 0 !important;
}

/* line 129, ../sass/all/base.scss */
.global-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/* line 139, ../sass/all/base.scss */
.mob-ver {
  display: none;
}

/* line 143, ../sass/all/base.scss */
.pos-r {
  position: relative;
}

/* line 147, ../sass/all/base.scss */
.m-l-a {
  margin-left: auto;
}

/* line 151, ../sass/all/base.scss */
.no-visible-section {
  overflow: hidden;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
}

/* line 159, ../sass/all/base.scss */
.lang-he .m-l-a {
  margin-left: 0;
  margin-right: auto;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 166, ../sass/all/base.scss */
  .mob-ver {
    display: block;
  }

  /* line 170, ../sass/all/base.scss */
  .desc-ver {
    display: none;
  }

  /* line 174, ../sass/all/base.scss */
  .no-pad-top-mob {
    padding-top: 0 !important;
  }
}
/* line 1, ../sass/index-faq/index-faq-top.scss */
.iFaqTop {
  position: relative;
  background-color: #288eff;
}

/* line 6, ../sass/index-faq/index-faq-top.scss */
.iFaqTopWr {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  align-items: center;
}
/* line 13, ../sass/index-faq/index-faq-top.scss */
.iFaqTopWr .col {
  width: 50%;
}
/* line 16, ../sass/index-faq/index-faq-top.scss */
.iFaqTopWr .col h1 {
  font-size: 52px;
  color: #fff;
  margin: 20px 0;
  font-weight: 400;
}
/* line 23, ../sass/index-faq/index-faq-top.scss */
.iFaqTopWr .col .breadcrumb {
  color: #fff;
}
/* line 26, ../sass/index-faq/index-faq-top.scss */
.iFaqTopWr .col .breadcrumb a:hover {
  color: #fff;
  opacity: 0.7;
}
/* line 32, ../sass/index-faq/index-faq-top.scss */
.iFaqTopWr .col img {
  display: block;
  max-width: 100%;
}

/* line 41, ../sass/index-faq/index-faq-top.scss */
.lang-he .iFaqTop {
  direction: rtl;
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  /* line 52, ../sass/index-faq/index-faq-top.scss */
  .iFaqTopWr .col h1 {
    font-size: 44px;
    margin: 15px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 66, ../sass/index-faq/index-faq-top.scss */
  .iFaqTopWr .col h1 {
    font-size: 34px;
    margin: 15px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 77, ../sass/index-faq/index-faq-top.scss */
  .iFaqTopWr {
    overflow: hidden;
  }
  /* line 80, ../sass/index-faq/index-faq-top.scss */
  .iFaqTopWr .col {
    width: 100%;
  }
  /* line 83, ../sass/index-faq/index-faq-top.scss */
  .iFaqTopWr .col:nth-child(2) {
    margin: 0 -15px -23%;
    width: calc(100% + 30px);
  }
  /* line 88, ../sass/index-faq/index-faq-top.scss */
  .iFaqTopWr .col h1 {
    font-size: 28px;
    margin: 25px 0;
  }
  /* line 93, ../sass/index-faq/index-faq-top.scss */
  .iFaqTopWr .col img {
    margin-bottom: 0%;
    width: 100%;
  }
}
/* line 1, ../sass/index-faq/index-faq-body.scss */
.iFaqBody {
  position: relative;
  padding: 30px 0;
}

/* line 6, ../sass/index-faq/index-faq-body.scss */
.iFaqBodyNav {
  display: flex;
  flex-wrap: wrap;
}
/* line 10, ../sass/index-faq/index-faq-body.scss */
.iFaqBodyNav a {
  border-bottom: 1px solid rgba(127, 120, 161, 0.4);
  padding: 12px;
  font-size: 22px;
  position: relative;
  box-sizing: border-box;
  font-weight: 400;
}
/* line 18, ../sass/index-faq/index-faq-body.scss */
.iFaqBodyNav a:after {
  background-color: #288eff;
  bottom: -1px;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  display: none;
}
/* line 29, ../sass/index-faq/index-faq-body.scss */
.iFaqBodyNav a:first-child {
  padding-left: 0;
}
/* line 33, ../sass/index-faq/index-faq-body.scss */
.iFaqBodyNav a:hover {
  color: #288eff;
}
/* line 37, ../sass/index-faq/index-faq-body.scss */
.iFaqBodyNav a.active {
  color: #288eff;
}
/* line 40, ../sass/index-faq/index-faq-body.scss */
.iFaqBodyNav a.active:after {
  display: block;
}

/* line 47, ../sass/index-faq/index-faq-body.scss */
.iFaqBodyWrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
  justify-content: space-between;
}

/* line 56, ../sass/index-faq/index-faq-body.scss */
.iFaqBodyWr {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: calc(100% - 360px - 30px);
  height: 100%;
}
/* line 63, ../sass/index-faq/index-faq-body.scss */
.iFaqBodyWr a {
  border: 1px solid #eae9f2;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  min-height: 205px;
  padding: 20px;
  position: relative;
  width: calc((100% - 30px) / 2);
  box-sizing: border-box;
  justify-content: space-between;
  box-sizing: border-box;
}
/* line 76, ../sass/index-faq/index-faq-body.scss */
.iFaqBodyWr a span {
  margin-bottom: 16px;
  margin-top: 0;
  padding-right: 4px;
  font-size: 22px;
  font-weight: 400;
  width: calc(100% - 40px);
  display: block;
}
/* line 86, ../sass/index-faq/index-faq-body.scss */
.iFaqBodyWr a svg {
  width: 24px;
}
/* line 90, ../sass/index-faq/index-faq-body.scss */
.iFaqBodyWr a:hover {
  border-color: #288eff;
}

/* line 96, ../sass/index-faq/index-faq-body.scss */
.iFaqBodyConctactWr {
  width: 360px;
}

/* line 100, ../sass/index-faq/index-faq-body.scss */
.iFaqBodyConctact {
  width: 100%;
  padding: 40px 24px;
  box-sizing: border-box;
  background: #E9E9F2;
}
/* line 106, ../sass/index-faq/index-faq-body.scss */
.iFaqBodyConctact img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 48px;
}
/* line 113, ../sass/index-faq/index-faq-body.scss */
.iFaqBodyConctact h3 {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
}
/* line 121, ../sass/index-faq/index-faq-body.scss */
.iFaqBodyConctact p {
  font-size: 17px;
  color: #464257;
  margin-bottom: 48px;
}
/* line 127, ../sass/index-faq/index-faq-body.scss */
.iFaqBodyConctact .site-btn {
  width: 100%;
  min-height: 52px;
  border-radius: 30px;
  margin-bottom: 10px;
  background: #fff;
  color: #000;
}
/* line 135, ../sass/index-faq/index-faq-body.scss */
.iFaqBodyConctact .site-btn:last-child {
  margin-bottom: 0;
}
/* line 139, ../sass/index-faq/index-faq-body.scss */
.iFaqBodyConctact .site-btn:hover {
  background: #288eff;
  color: #fff;
}

/* line 148, ../sass/index-faq/index-faq-body.scss */
.iFaqBodyMortag .image {
  margin-bottom: 20px;
  border-radius: 10px !important;
  overflow: hidden;
}
/* line 154, ../sass/index-faq/index-faq-body.scss */
.iFaqBodyMortag h5 {
  font-size: 16px;
  padding: 5px 15px;
  border-radius: 15px;
  /* background: #fff; */
  display: inline-block;
  margin-bottom: 5px;
  border: 1px solid #288eff;
}
/* line 164, ../sass/index-faq/index-faq-body.scss */
.iFaqBodyMortag svg {
  width: 45px;
  margin: 0 -7px;
}

/* line 170, ../sass/index-faq/index-faq-body.scss */
.iFaqBodyMortagForm {
  margin-top: 20px;
}
/* line 173, ../sass/index-faq/index-faq-body.scss */
.iFaqBodyMortagForm label {
  position: relative;
  display: flex;
  margin-bottom: 15px;
  flex-direction: column;
}
/* line 180, ../sass/index-faq/index-faq-body.scss */
.iFaqBodyMortagForm label span {
  order: -1;
  font-size: 14px;
  display: block;
  margin-bottom: 3px;
  font-weight: 500;
}
/* line 187, ../sass/index-faq/index-faq-body.scss */
.iFaqBodyMortagForm label span i {
  color: red;
}
/* line 192, ../sass/index-faq/index-faq-body.scss */
.iFaqBodyMortagForm label input {
  height: 50px;
  position: relative;
  border-radius: 10px;
  padding: 0 10px;
  background-color: #fff;
  border: 1px solid #fff;
  width: 100%;
}
/* line 201, ../sass/index-faq/index-faq-body.scss */
.iFaqBodyMortagForm label input.error {
  border-color: red !important;
}
/* line 207, ../sass/index-faq/index-faq-body.scss */
.iFaqBodyMortagForm .site-btn {
  margin-top: 15px;
}

/* line 214, ../sass/index-faq/index-faq-body.scss */
.lang-he .iFaqBody {
  direction: rtl;
}
/* line 222, ../sass/index-faq/index-faq-body.scss */
.lang-he .iFaqBodyWr a svg {
  transform: scale(-1);
}
/* line 232, ../sass/index-faq/index-faq-body.scss */
.lang-he .iFaqBodyNav a:first-child {
  padding-left: 15px;
  padding-right: 0;
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  /* line 241, ../sass/index-faq/index-faq-body.scss */
  .iFaqBody {
    padding: 25px 0;
  }

  /* line 247, ../sass/index-faq/index-faq-body.scss */
  .iFaqBodyNav a {
    padding: 10px;
    font-size: 20px;
  }

  /* line 253, ../sass/index-faq/index-faq-body.scss */
  .iFaqBodyWrapper {
    margin-top: 25px;
    gap: 25px;
  }

  /* line 258, ../sass/index-faq/index-faq-body.scss */
  .iFaqBodyWr {
    width: calc(100% - 300px - 25px);
    gap: 25px;
  }
  /* line 262, ../sass/index-faq/index-faq-body.scss */
  .iFaqBodyWr a {
    width: calc((100% - 25px) / 2);
    min-height: 180px;
  }
  /* line 266, ../sass/index-faq/index-faq-body.scss */
  .iFaqBodyWr a span {
    font-size: 20px;
  }

  /* line 272, ../sass/index-faq/index-faq-body.scss */
  .iFaqBodyConctactWr {
    width: 300px;
  }

  /* line 277, ../sass/index-faq/index-faq-body.scss */
  .iFaqBodyConctact img {
    margin-bottom: 30px;
  }
  /* line 281, ../sass/index-faq/index-faq-body.scss */
  .iFaqBodyConctact p {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 288, ../sass/index-faq/index-faq-body.scss */
  .iFaqBody {
    padding: 25px 0;
  }

  /* line 292, ../sass/index-faq/index-faq-body.scss */
  .iFaqBodyNav {
    -ms-overflow-style: none;
    align-items: center;
    display: inline-flex;
    max-width: 100%;
    overflow-x: scroll;
    scrollbar-width: none;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
  }
  /* line 306, ../sass/index-faq/index-faq-body.scss */
  .iFaqBodyNav a {
    padding: 10px;
    font-size: 18px;
    flex: 1;
  }

  /* line 313, ../sass/index-faq/index-faq-body.scss */
  .iFaqBodyWrapper {
    margin-top: 25px;
    gap: 25px;
  }

  /* line 318, ../sass/index-faq/index-faq-body.scss */
  .iFaqBodyWr {
    width: calc(100% + 16px);
    gap: 25px;
  }
  /* line 322, ../sass/index-faq/index-faq-body.scss */
  .iFaqBodyWr a {
    width: calc((100% - 25px) / 2);
    min-height: 180px;
  }
  /* line 326, ../sass/index-faq/index-faq-body.scss */
  .iFaqBodyWr a span {
    font-size: 20px;
  }

  /* line 332, ../sass/index-faq/index-faq-body.scss */
  .iFaqBodyConctactWr {
    width: 100%;
  }

  /* line 337, ../sass/index-faq/index-faq-body.scss */
  .iFaqBodyConctact img {
    margin-bottom: 30px;
  }
  /* line 341, ../sass/index-faq/index-faq-body.scss */
  .iFaqBodyConctact p {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 348, ../sass/index-faq/index-faq-body.scss */
  .iFaqBody {
    padding: 25px 0;
  }

  /* line 352, ../sass/index-faq/index-faq-body.scss */
  .iFaqBodyNav {
    -ms-overflow-style: none;
    align-items: center;
    display: inline-flex;
    max-width: 100%;
    overflow-x: scroll;
    scrollbar-width: none;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    margin-left: -15px;
    width: calc(100% + 30px);
    margin-right: -15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 371, ../sass/index-faq/index-faq-body.scss */
  .iFaqBodyNav a {
    padding: 10px;
    font-size: 16px;
    flex: 1;
  }

  /* line 378, ../sass/index-faq/index-faq-body.scss */
  .iFaqBodyWrapper {
    margin-top: 25px;
    gap: 25px 0;
  }

  /* line 383, ../sass/index-faq/index-faq-body.scss */
  .iFaqBodyWr {
    width: 100%;
    margin: 0;
    gap: 15px;
  }
  /* line 388, ../sass/index-faq/index-faq-body.scss */
  .iFaqBodyWr a {
    min-height: 74px;
    width: 100%;
    padding: 16px;
  }
  /* line 393, ../sass/index-faq/index-faq-body.scss */
  .iFaqBodyWr a span {
    font-size: 18px;
  }

  /* line 399, ../sass/index-faq/index-faq-body.scss */
  .iFaqBodyConctactWr {
    width: 100%;
  }

  /* line 403, ../sass/index-faq/index-faq-body.scss */
  .iFaqBodyConctact {
    padding: 32px 24px;
  }
  /* line 407, ../sass/index-faq/index-faq-body.scss */
  .iFaqBodyConctact img {
    height: 60px;
    margin-bottom: 32px;
    order: 0;
    margin-right: auto;
  }
  /* line 414, ../sass/index-faq/index-faq-body.scss */
  .iFaqBodyConctact h3 {
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 18px;
  }
  /* line 420, ../sass/index-faq/index-faq-body.scss */
  .iFaqBodyConctact p {
    margin-bottom: 30px;
    font-size: 16px;
  }

  /* line 428, ../sass/index-faq/index-faq-body.scss */
  .iFaqBodyMortag .image {
    height: auto;
  }
  /* line 432, ../sass/index-faq/index-faq-body.scss */
  .iFaqBodyMortag h5 {
    font-size: 15px;
  }

  /* line 437, ../sass/index-faq/index-faq-body.scss */
  .iFaqBodyMortagForm {
    margin-top: 10px;
  }

  /* line 445, ../sass/index-faq/index-faq-body.scss */
  .lang-he .iFaqBodyConctact img {
    margin-left: auto;
    margin-right: initial;
  }
}
/* line 1, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 75px;
}
/* line 16, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 31, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Left {
  position: relative;
  width: calc(100% - 380px - 50px);
}
/* line 35, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Left .site-title {
  color: #2f2963;
}

/* line 40, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Row {
  position: relative;
  margin-top: 30px;
}
/* line 44, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Row.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: flex-end;
  align-items: flex-end;
  gap: 15px 35px;
}
/* line 60, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Row .col {
  position: relative;
  max-width: calc(100% - 35px - 110px);
}
/* line 65, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Row #map2 {
  display: block;
  overflow: hidden;
  isolation: isolate;
  border-radius: 20px;
  width: 100%;
  height: 305px;
}
/* line 74, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Row .links {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-width: 110px;
  gap: 15px;
}
/* line 84, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Row .links i {
  display: block;
  cursor: pointer;
}
/* line 88, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Row .links i:hover {
  opacity: 0.7;
}
/* line 93, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Row .links svg, .RPN-Info-Row .links img {
  display: block;
  height: 42px;
  width: auto;
}
/* line 100, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Row .site-text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-weight: 600;
  line-height: 1.5;
  color: #2f2963;
  margin-bottom: 5px;
}
/* line 111, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Row .site-text svg, .RPN-Info-Row .site-text img {
  display: block;
  height: 24px;
  width: auto;
  margin-right: 10px;
}
/* line 119, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Row .site-text.svgblue svg {
  color: #288eff;
}
/* line 125, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Row p {
  position: relative;
  font-size: 16px;
  line-height: 1.4;
}
/* line 131, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Row .about {
  position: relative;
  overflow: hidden;
  transition: 0.5s ease all;
  font-size: 16px;
  line-height: 1.4;
}
/* line 138, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Row .about.minimum {
  max-height: 155px;
}
/* line 141, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Row .about.minimum:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 85%, white 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(85%, white), color-stop(100%, white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 85%, white 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 85%, white 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 85%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 85%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
  width: 100%;
  height: 82px;
}
/* line 160, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Row .about h2 {
  font-size: 24px;
}
/* line 164, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Row .about h3 {
  font-size: 20px;
}
/* line 168, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Row .about strong {
  font-weight: 600;
}
/* line 172, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Row .about em {
  font-style: italic;
}
/* line 176, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Row .about ul, .RPN-Info-Row .about ol {
  padding-left: 20px;
  list-style-type: disc;
}
/* line 180, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Row .about ul li, .RPN-Info-Row .about ol li {
  margin-bottom: 5px;
}
/* line 183, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Row .about ul li:nth-last-child(1), .RPN-Info-Row .about ol li:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 189, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Row .about ol {
  list-style-type: decimal;
}
/* line 193, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Row .about a {
  color: #288eff;
  text-decoration: underline;
  cursor: pointer;
}
/* line 200, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Row .about.minimum ~ .show-btns {
  margin-top: 0px;
}
/* line 204, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Row .about ~ .show-btns {
  margin-top: 15px;
}
/* line 208, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Row .show-btns {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 16px;
}
/* line 214, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Row .show-btns em {
  display: inline-block;
  position: relative;
  cursor: pointer;
  background: #E9E9F2;
  line-height: 1;
  border-radius: 20px;
  padding: 8px 15px;
  padding-right: 30px;
}
/* line 224, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Row .show-btns em:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background-image: url(/assets/img/211687_down_arrow_icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
/* line 241, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Row .show-btns em.hide-more:after {
  transform: rotate(180deg);
}
/* line 246, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Row .show-btns em.hide {
  display: none;
}
/* line 250, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Row .show-btns em:hover {
  background: #288eff;
  color: #fff;
}
/* line 254, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Row .show-btns em:hover:after {
  background-image: url(/assets/img/211687_down_arrow_icon_white.svg);
}
/* line 261, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Row .open-link {
  display: inline-block;
}
/* line 265, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Row .open-link:hover {
  color: #288eff;
}
/* line 269, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Row .open-link.site {
  text-decoration: underline;
}
/* line 272, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Row .open-link.site:hover {
  text-decoration: none;
}

/* line 279, ../sass/realtor-post-new/realtor-post-new-info.scss */
.qrcodeabs {
  display: none !important;
  width: 70px;
  height: 70px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 10px;
}

/* line 291, ../sass/realtor-post-new/realtor-post-new-info.scss */
.lang-he .qrcodeabs {
  left: 0;
  right: initial;
}

/* line 297, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Cards {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
}
/* line 312, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Cards.no-gap {
  gap: 0;
}
/* line 316, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Cards.newkey {
  display: none !important;
}
/* line 320, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Cards .payment {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  gap: 0 10px;
  width: 100%;
  border-radius: 20px;
  background: #288eff;
  padding: 20px 20px;
  padding-bottom: 15px;
}
/* line 336, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Cards .payment:before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 20px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #6135fc;
  background: -moz-linear-gradient(left, #6135fc 0%, #27e7fc 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #6135fc), color-stop(100%, #27e7fc));
  background: -webkit-linear-gradient(left, #6135fc 0%, #27e7fc 100%);
  background: -o-linear-gradient(left, #6135fc 0%, #27e7fc 100%);
  background: -ms-linear-gradient(left, #6135fc 0%, #27e7fc 100%);
  background: linear-gradient(to right, #6135fc 0%, #27e7fc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6135fc', endColorstr='#27e7fc', GradientType=1 );
  opacity: 0.75;
}
/* line 356, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Cards .payment .icon {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  color: #2f2963;
  font-size: 30px;
  width: 58px;
  min-width: 58px;
  height: 58px;
  background-color: #fff;
  border-radius: 50%;
  background-position: center center;
  -webkit-background-size: 24px auto;
  background-size: 24px auto;
  background-repeat: no-repeat;
}
/* line 378, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Cards .payment .icon.shekel {
  background-image: url(/assets/img/icons/icon-shekel-darkblue.svg);
}
/* line 382, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Cards .payment .icon.book {
  background-image: url(/assets/img/icon-payment-darkblue.svg);
}
/* line 387, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Cards .payment .desc {
  position: relative;
  color: #fff;
}
/* line 391, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Cards .payment .desc .text {
  font-size: 13px;
}
/* line 395, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Cards .payment .desc .mid {
  font-size: 18px;
}
/* line 399, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Cards .payment .desc .name {
  font-size: 28px;
}
/* line 402, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Cards .payment .desc .name span {
  display: block;
  font-size: 0.7em;
}
/* line 409, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Cards .payment .info {
  position: relative;
  -ms-align-self: flex-end;
  align-self: flex-end;
  width: 20px;
  height: 20px;
  min-width: 20px;
  transform: translateY(-8px);
}
/* line 418, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Cards .payment .info i {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  line-height: 1;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  font-size: 14px;
  font-family: auto;
}
/* line 438, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Cards .payment .info:hover .info-text {
  opacity: 1;
  visibility: visible;
}
/* line 445, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Cards .payment .info-text {
  position: absolute;
  bottom: calc(100% + 5px);
  right: 0;
  width: 260px;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05), 0 4px 16px rgba(0, 0, 0, 0.1);
  font-size: 12px;
}
/* line 459, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Cards .card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  width: 100%;
  border-radius: 20px;
  background: #288eff;
  padding: 20px 20px;
  padding-bottom: 15px;
}
/* line 469, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Cards .card:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #6135fc;
  background: -moz-linear-gradient(left, #6135fc 0%, #27e7fc 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #6135fc), color-stop(100%, #27e7fc));
  background: -webkit-linear-gradient(left, #6135fc 0%, #27e7fc 100%);
  background: -o-linear-gradient(left, #6135fc 0%, #27e7fc 100%);
  background: -ms-linear-gradient(left, #6135fc 0%, #27e7fc 100%);
  background: linear-gradient(to right, #6135fc 0%, #27e7fc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6135fc', endColorstr='#27e7fc', GradientType=1 );
  opacity: 0.75;
}
/* line 488, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Cards .card .name {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}
/* line 500, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Cards .card .name span {
  display: none !important;
}
/* line 504, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Cards .card .name b {
  display: block;
  color: #fff;
  max-width: calc(100% - 58px - 10px);
  font-size: 34px;
}
/* line 512, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Cards .card .logo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  width: 58px;
  height: 58px;
}
/* line 526, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Cards .card .logo img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
  -o-object-fit: contain;
}
/* line 535, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Cards .card .desc {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  color: #fff;
  z-index: 2;
  margin-top: 25px;
  font-size: 13px;
}
/* line 551, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Cards .card .desc.row {
  display: block;
}
/* line 554, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Cards .card .desc.row svg, .RPN-Info-Cards .card .desc.row img {
  display: inline;
  width: 12px;
}
/* line 560, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Cards .card .desc svg, .RPN-Info-Cards .card .desc img {
  display: block;
  width: 15px;
  height: auto;
}
/* line 567, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Cards .card .qr-code {
  display: none;
}
/* line 571, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Cards .card:hover {
  background: #fff;
}
/* line 574, ../sass/realtor-post-new/realtor-post-new-info.scss */
.RPN-Info-Cards .card:hover .name, .RPN-Info-Cards .card:hover .desc {
  color: #fff;
}

/* line 582, ../sass/realtor-post-new/realtor-post-new-info.scss */
.lang-he .RPN-Info {
  direction: rtl;
}
/* line 587, ../sass/realtor-post-new/realtor-post-new-info.scss */
.lang-he .RPN-Info-Row .site-text {
  line-height: 1.2;
}
/* line 590, ../sass/realtor-post-new/realtor-post-new-info.scss */
.lang-he .RPN-Info-Row .site-text svg, .lang-he .RPN-Info-Row .site-text img {
  margin-left: 10px;
  margin-right: 0;
}
/* line 596, ../sass/realtor-post-new/realtor-post-new-info.scss */
.lang-he .RPN-Info-Row p {
  font-size: calc(16px * 1.2);
}
/* line 600, ../sass/realtor-post-new/realtor-post-new-info.scss */
.lang-he .RPN-Info-Row .about {
  font-size: calc(16px * 1.2);
}
/* line 603, ../sass/realtor-post-new/realtor-post-new-info.scss */
.lang-he .RPN-Info-Row .about ul, .lang-he .RPN-Info-Row .about ol {
  padding-right: 20px;
  padding-left: 0;
}
/* line 609, ../sass/realtor-post-new/realtor-post-new-info.scss */
.lang-he .RPN-Info-Row .show-btns {
  font-size: calc(16px * 1.2);
}
/* line 612, ../sass/realtor-post-new/realtor-post-new-info.scss */
.lang-he .RPN-Info-Row .show-btns em {
  padding: 8px 15px;
  padding-left: 30px;
}
/* line 616, ../sass/realtor-post-new/realtor-post-new-info.scss */
.lang-he .RPN-Info-Row .show-btns em:after {
  left: 10px;
  right: auto;
}
/* line 623, ../sass/realtor-post-new/realtor-post-new-info.scss */
.lang-he .RPN-Info-Row .site {
  direction: ltr;
}
/* line 631, ../sass/realtor-post-new/realtor-post-new-info.scss */
.lang-he .RPN-Info-Cards .payment .desc .text {
  font-size: calc(13px * 1.2);
}
/* line 635, ../sass/realtor-post-new/realtor-post-new-info.scss */
.lang-he .RPN-Info-Cards .payment .desc .mid {
  font-size: calc(18px * 1.2);
}
/* line 639, ../sass/realtor-post-new/realtor-post-new-info.scss */
.lang-he .RPN-Info-Cards .payment .desc .name {
  font-size: calc(28px * 1.2);
}
/* line 644, ../sass/realtor-post-new/realtor-post-new-info.scss */
.lang-he .RPN-Info-Cards .payment .info-text {
  left: 0;
  right: auto;
  font-size: 14px;
}
/* line 653, ../sass/realtor-post-new/realtor-post-new-info.scss */
.lang-he .RPN-Info-Cards .card .name b {
  direction: ltr;
}
/* line 658, ../sass/realtor-post-new/realtor-post-new-info.scss */
.lang-he .RPN-Info-Cards .card .desc {
  font-size: calc(13px * 1.2);
}

@media only print, screen and (min-width: 0px) and (max-width: 1300px) {
  /* line 667, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info {
    gap: 40px;
    margin-top: 60px;
  }

  /* line 672, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Left {
    width: calc(100% - 305px - 40px);
  }

  /* line 676, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Row {
    margin-top: 24px;
  }
  /* line 679, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Row.flex {
    gap: 12px 28px;
  }
  /* line 683, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Row .col {
    max-width: calc(100% - 28px - 88px);
  }
  /* line 687, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Row #map2 {
    border-radius: 16px;
    height: 244px;
  }
  /* line 692, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Row .links {
    max-width: 88px;
    gap: 12px;
  }
  /* line 696, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Row .links svg, .RPN-Info-Row .links img {
    height: 34px;
  }
  /* line 701, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Row .site-text {
    margin-bottom: 4px;
  }
  /* line 704, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Row .site-text svg, .RPN-Info-Row .site-text img {
    height: 19px;
    margin-right: 8px;
  }
  /* line 710, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Row p {
    font-size: 15px;
  }
  /* line 714, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Row .about {
    font-size: 15px;
  }
  /* line 717, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Row .about.minimum {
    max-height: 124px;
  }
  /* line 720, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Row .about.minimum:after {
    height: 66px;
  }
  /* line 726, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Row .show-btns {
    font-size: 15px;
  }
  /* line 729, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Row .show-btns em {
    padding: 6px 12px;
    padding-right: 30px;
  }
  /* line 733, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Row .show-btns em:after {
    right: 8px;
    width: 11px;
    height: 11px;
    margin-top: -6px;
  }

  /* line 743, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Cards {
    gap: 12px;
    margin-top: 16px;
  }
  /* line 747, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Cards .payment {
    border-radius: 16px;
    padding: 16px;
    padding-bottom: 15px;
  }
  /* line 752, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Cards .payment:before {
    border-radius: 16px;
  }
  /* line 756, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Cards .payment .icon {
    font-size: 24px;
    width: 46px;
    min-width: 46px;
    height: 46px;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
  }
  /* line 766, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Cards .payment .desc .text {
    font-size: 12px;
  }
  /* line 770, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Cards .payment .desc .mid {
    font-size: 16px;
  }
  /* line 774, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Cards .payment .desc .name {
    font-size: 22px;
  }
  /* line 779, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Cards .payment .info {
    transform: translateY(-7px);
  }
  /* line 783, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Cards .payment .info-text {
    width: 260px;
    padding: 10px;
    font-size: 12px;
  }
  /* line 790, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Cards .card {
    border-radius: 16px;
    padding: 16px;
    padding-bottom: 12px;
  }
  /* line 796, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Cards .card .name b {
    max-width: calc(100% - 46px - 8px);
    font-size: 28px;
  }
  /* line 802, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Cards .card .logo {
    width: 46px;
    height: 46px;
  }
  /* line 806, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Cards .card .logo img {
    width: 32px;
    height: 32px;
  }
  /* line 812, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Cards .card .desc {
    gap: 8px;
    margin-top: 20px;
    font-size: 12px;
  }
  /* line 817, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Cards .card .desc svg, .RPN-Info-Cards .card .desc img {
    width: 12px;
  }

  /* line 827, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .lang-he .RPN-Info-Row .site-text svg, .lang-he .RPN-Info-Row .site-text img {
    margin-left: 8px;
  }
  /* line 832, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .lang-he .RPN-Info-Row p {
    font-size: calc(15px * 1.2);
  }
  /* line 836, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .lang-he .RPN-Info-Row .about {
    font-size: calc(15px * 1.2);
  }
  /* line 840, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .lang-he .RPN-Info-Row .show-btns {
    font-size: calc(15px * 1.2);
  }
  /* line 843, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .lang-he .RPN-Info-Row .show-btns em {
    padding: 6px 12px;
    padding-left: 24px;
  }
  /* line 847, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .lang-he .RPN-Info-Row .show-btns em:after {
    left: 8px;
  }
  /* line 857, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .lang-he .RPN-Info-Cards .payment .desc .text {
    font-size: calc(12px* 1.2);
  }
  /* line 861, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .lang-he .RPN-Info-Cards .payment .desc .mid {
    font-size: calc(16px * 1.2);
  }
  /* line 865, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .lang-he .RPN-Info-Cards .payment .desc .name {
    font-size: calc(22px * 1.2);
  }
  /* line 872, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .lang-he .RPN-Info-Cards .card .desc {
    font-size: calc(12px * 1.2);
  }
}
@media only print, screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 883, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info {
    gap: 30px 0;
    margin-top: 45px;
  }

  /* line 888, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Left {
    width: 100%;
  }
}
@media only print {
  /* line 895, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Row .links, .RPN-Info-Row #map2 {
    display: none;
  }

  /* line 899, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Row, .RPN-Info-Cards, .RPN-Info-Team, .RPN-Review-Inner {
    page-break-inside: avoid;
  }

  /* line 905, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Cards .card .qr-code {
    display: block;
    position: absolute;
    top: 16px;
    left: calc(46px + 16px + 16px);
    height: 46px;
    width: auto;
  }

  /* line 919, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .lang-he .RPN-Info-Cards .card .qr-code {
    left: auto;
    right: calc(46px + 16px + 16px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 930, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info {
    gap: 15px 0;
    margin-top: 20px;
    padding-bottom: 0;
  }

  /* line 936, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Left {
    width: 100%;
  }

  /* line 940, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Row {
    margin-top: 21px;
  }
  /* line 943, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Row .site-text {
    margin-bottom: 6px;
  }
  /* line 947, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Row p {
    font-size: 14px;
    line-height: 1.32;
  }
  /* line 952, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Row .links {
    max-width: 95px;
    margin-left: auto;
    gap: 15px;
  }
  /* line 957, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Row .links svg, .RPN-Info-Row .links img {
    height: 40px;
  }
  /* line 962, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Row .col {
    max-width: calc(100% - 10px - 95px);
  }
  /* line 966, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Row #map2 {
    height: 69vw;
    max-height: 305px;
  }
  /* line 971, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Row.flex {
    gap: 10px;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  /* line 978, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Row .open-link.site {
    text-decoration: underline;
  }

  /* line 984, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Cards {
    margin-top: 20px;
  }
  /* line 987, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Cards.oc {
    z-index: 2;
  }
  /* line 991, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Cards .payment {
    padding: 20px;
  }
  /* line 994, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Cards .payment .icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    font-size: 30px;
    -webkit-background-size: 24px auto;
    background-size: 24px auto;
  }
  /* line 1003, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Cards .payment .info-text {
    transform: translateX(50%);
  }
  /* line 1008, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Cards .card {
    padding: 20px 30px;
  }
  /* line 1011, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Cards .card .logo {
    width: 60px;
    height: 60px;
  }
  /* line 1017, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Cards .card .name b {
    max-width: calc(100% - 60px - 8px);
    font-size: 34px;
  }
  /* line 1023, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Info-Cards .card .desc {
    margin-top: 25px;
  }

  /* line 1029, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .RPN-Last {
    padding-bottom: 50px;
  }

  /* line 1035, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .lang-he .RPN-Info-Row p {
    font-size: calc(14px * 1.2);
  }
  /* line 1039, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .lang-he .RPN-Info-Row .links {
    margin-left: 0;
    margin-right: auto;
  }
  /* line 1048, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .lang-he .RPN-Info-Cards .payment .desc .name {
    font-size: calc(28px * 1.2);
  }
  /* line 1052, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .lang-he .RPN-Info-Cards .payment .desc .mid {
    font-size: calc(18px * 1.2);
  }
  /* line 1056, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .lang-he .RPN-Info-Cards .payment .desc .text {
    font-size: calc(13px * 1.2);
  }
  /* line 1061, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .lang-he .RPN-Info-Cards .payment .info-text {
    transform: translateX(-50%);
  }
  /* line 1067, ../sass/realtor-post-new/realtor-post-new-info.scss */
  .lang-he .RPN-Info-Cards.oc .card .desc {
    font-size: calc(16px * 1.2);
  }
}
/* line 1, ../sass/object-category/object-category-icon.scss */
.OC-Icon {
  position: relative;
}
/* line 4, ../sass/object-category/object-category-icon.scss */
.OC-Icon .open-all-char-popup {
  margin-top: 40px;
}

/* line 9, ../sass/object-category/object-category-icon.scss */
.OC-IconWr {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
/* line 14, ../sass/object-category/object-category-icon.scss */
.OC-IconWr .icons {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-self: flex-start;
  align-self: flex-start;
  width: 100%;
}
/* line 30, ../sass/object-category/object-category-icon.scss */
.OC-IconWr .icons.triple {
  width: 75%;
}
/* line 33, ../sass/object-category/object-category-icon.scss */
.OC-IconWr .icons.triple .OC-IconBox {
  width: calc(100% / 3);
}
/* line 36, ../sass/object-category/object-category-icon.scss */
.OC-IconWr .icons.triple .OC-IconBox:nth-child(4) {
  margin-top: 40px;
}
/* line 43, ../sass/object-category/object-category-icon.scss */
.OC-IconWr .prices {
  position: relative;
  width: 25%;
}
/* line 47, ../sass/object-category/object-category-icon.scss */
.OC-IconWr .prices .title {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  font-weight: 500;
  margin-bottom: 18px;
  font-size: 16px;
}
/* line 60, ../sass/object-category/object-category-icon.scss */
.OC-IconWr .prices .title svg {
  display: block;
  height: 24px;
  width: auto;
  margin-right: 10px;
}
/* line 68, ../sass/object-category/object-category-icon.scss */
.OC-IconWr .prices .list {
  position: relative;
}
/* line 71, ../sass/object-category/object-category-icon.scss */
.OC-IconWr .prices .list li {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
/* line 82, ../sass/object-category/object-category-icon.scss */
.OC-IconWr .prices .list span {
  display: block;
  max-width: calc(100% - 90px);
}
/* line 87, ../sass/object-category/object-category-icon.scss */
.OC-IconWr .prices .list b {
  display: block;
  font-weight: 500;
  max-width: 75px;
}

/* line 96, ../sass/object-category/object-category-icon.scss */
.RPN-Info-Cards.oc {
  width: 25%;
  margin-top: 0;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
/* line 103, ../sass/object-category/object-category-icon.scss */
.RPN-Info-Cards.oc .card .name {
  gap: 10px;
  justify-content: flex-start;
}
/* line 107, ../sass/object-category/object-category-icon.scss */
.RPN-Info-Cards.oc .card .name b {
  font-size: 28px;
}
/* line 112, ../sass/object-category/object-category-icon.scss */
.RPN-Info-Cards.oc .card .desc {
  display: block;
  margin-bottom: 5px;
}
/* line 116, ../sass/object-category/object-category-icon.scss */
.RPN-Info-Cards.oc .card .desc svg {
  display: inline;
  width: 12px;
  margin-right: 2px;
}

/* line 125, ../sass/object-category/object-category-icon.scss */
.OC-IconBox {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-top: 40px;
  width: 25%;
  position: relative;
  padding-left: 60px;
  flex-direction: column;
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-background-size: 50px;
  background-size: 50px;
}
/* line 139, ../sass/object-category/object-category-icon.scss */
.OC-IconBox:nth-child(1), .OC-IconBox:nth-child(2), .OC-IconBox:nth-child(3), .OC-IconBox:nth-child(4) {
  margin-top: 0;
}
/* line 143, ../sass/object-category/object-category-icon.scss */
.OC-IconBox.ObjHouses {
  background-image: url(/assets/img/icon-build-count.svg);
}
/* line 147, ../sass/object-category/object-category-icon.scss */
.OC-IconBox.ObjFloors {
  background-image: url(/assets/img/icon-floors.svg);
}
/* line 151, ../sass/object-category/object-category-icon.scss */
.OC-IconBox.ObjFlats {
  background-image: url(/assets/img/ion-flat-count.svg);
}
/* line 155, ../sass/object-category/object-category-icon.scss */
.OC-IconBox.ObjFlatsOpen {
  background-image: url(/assets/img/icon-flat-empty-count.svg);
}
/* line 159, ../sass/object-category/object-category-icon.scss */
.OC-IconBox img {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 50px;
  max-width: 50px;
}
/* line 167, ../sass/object-category/object-category-icon.scss */
.OC-IconBox small {
  display: block;
  font-size: 15px;
}
/* line 172, ../sass/object-category/object-category-icon.scss */
.OC-IconBox p {
  font-size: 19px;
  font-weight: 400;
  margin-top: 3px;
}
/* line 178, ../sass/object-category/object-category-icon.scss */
.OC-IconBox .floor {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  border-radius: 5px;
  background: #E9E9F2;
  color: #2f2963;
  width: 30px;
  height: 30px;
  font-size: 16px;
}
/* line 196, ../sass/object-category/object-category-icon.scss */
.OC-IconBox .info {
  display: inline-block;
}
/* line 201, ../sass/object-category/object-category-icon.scss */
.OC-IconBox .info:hover span {
  display: block;
}
/* line 206, ../sass/object-category/object-category-icon.scss */
.OC-IconBox .info i {
  cursor: pointer;
  margin-left: 4px;
  color: #0468ff;
  background-color: #ebedf1;
  border-radius: 50%;
  font-weight: 600;
  height: 16px;
  width: 16px;
  display: block;
  text-align: center;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 223, ../sass/object-category/object-category-icon.scss */
.OC-IconBox .info span {
  position: absolute;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 0px 10px -4px #000;
  padding: 10px;
  background: #fff;
  z-index: 2;
  font-size: 15px;
  top: -100%;
  left: 0;
  display: none;
}

/* line 239, ../sass/object-category/object-category-icon.scss */
.char-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease all;
  z-index: 10000;
}
/* line 258, ../sass/object-category/object-category-icon.scss */
.char-popup.show {
  opacity: 1;
  visibility: visible;
}

/* line 264, ../sass/object-category/object-category-icon.scss */
.char-popup-close-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(47, 41, 99, 0.7);
}

/* line 274, ../sass/object-category/object-category-icon.scss */
.char-popup-inner {
  position: relative;
  border-radius: 5px;
  background: #fff;
  max-width: calc(100% - 30px);
  width: 830px;
  max-height: calc(100% - 30px);
}
/* line 282, ../sass/object-category/object-category-icon.scss */
.char-popup-inner .row {
  position: relative;
  margin-bottom: 50px;
}
/* line 286, ../sass/object-category/object-category-icon.scss */
.char-popup-inner .row:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 291, ../sass/object-category/object-category-icon.scss */
.char-popup-inner .site-title {
  padding-right: 30px;
  margin-bottom: 15px;
  font-size: 26px;
}
/* line 297, ../sass/object-category/object-category-icon.scss */
.char-popup-inner .list {
  position: relative;
}
/* line 300, ../sass/object-category/object-category-icon.scss */
.char-popup-inner .list li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  line-height: 1.5;
  font-size: 18px;
  margin-bottom: 15px;
}
/* line 311, ../sass/object-category/object-category-icon.scss */
.char-popup-inner .list li:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 316, ../sass/object-category/object-category-icon.scss */
.char-popup-inner .list span, .char-popup-inner .list b {
  display: block;
  width: 47%;
}

/* line 323, ../sass/object-category/object-category-icon.scss */
.char-popup-inner-content {
  position: relative;
  overflow-y: scroll;
  max-height: calc(100vh - 30px - 48px - 60px);
  width: 100%;
  padding: 30px;
  margin-bottom: calc(30px + 48px + 60px);
}
/* line 331, ../sass/object-category/object-category-icon.scss */
.char-popup-inner-content::-webkit-scrollbar {
  width: 2px;
}
/* line 335, ../sass/object-category/object-category-icon.scss */
.char-popup-inner-content::-webkit-scrollbar-track {
  background: transparent;
}
/* line 339, ../sass/object-category/object-category-icon.scss */
.char-popup-inner-content::-webkit-scrollbar-thumb {
  background: #2f2963;
}
/* line 343, ../sass/object-category/object-category-icon.scss */
.char-popup-inner-content::-webkit-scrollbar-button {
  display: none;
}

/* line 348, ../sass/object-category/object-category-icon.scss */
.char-popup-close {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

/* line 357, ../sass/object-category/object-category-icon.scss */
.lang-he .OC-Icon {
  direction: rtl;
}
/* line 363, ../sass/object-category/object-category-icon.scss */
.lang-he .OC-IconWr .prices .title {
  font-size: calc(16px * 1.2);
}
/* line 366, ../sass/object-category/object-category-icon.scss */
.lang-he .OC-IconWr .prices .title svg {
  margin-left: 10px;
  margin-right: 0;
}
/* line 373, ../sass/object-category/object-category-icon.scss */
.lang-he .OC-IconWr .prices .list li {
  font-size: calc(16px * 1.2);
}
/* line 377, ../sass/object-category/object-category-icon.scss */
.lang-he .OC-IconWr .prices .list b {
  direction: ltr;
}
/* line 387, ../sass/object-category/object-category-icon.scss */
.lang-he .RPN-Info-Cards.oc .card .name b {
  font-size: calc(28px * 1.2);
  direction: rtl;
}
/* line 394, ../sass/object-category/object-category-icon.scss */
.lang-he .RPN-Info-Cards.oc .card .desc svg {
  margin-right: 0;
  margin-left: 2px;
}
/* line 402, ../sass/object-category/object-category-icon.scss */
.lang-he .OC-IconBox {
  padding-right: 60px;
  padding-left: 0;
  flex-direction: column;
  background-position: right top;
}
/* line 408, ../sass/object-category/object-category-icon.scss */
.lang-he .OC-IconBox img {
  right: 0;
  left: initial;
}
/* line 413, ../sass/object-category/object-category-icon.scss */
.lang-he .OC-IconBox small {
  font-size: calc(15px * 1.2);
}
/* line 417, ../sass/object-category/object-category-icon.scss */
.lang-he .OC-IconBox p {
  text-align: right;
  font-size: calc(19px * 1.2);
}
/* line 422, ../sass/object-category/object-category-icon.scss */
.lang-he .OC-IconBox .floor {
  margin-right: 0;
  margin-left: 5px;
}
/* line 428, ../sass/object-category/object-category-icon.scss */
.lang-he .OC-IconBox .info i {
  margin-right: 4px;
  margin-left: 0;
}
/* line 433, ../sass/object-category/object-category-icon.scss */
.lang-he .OC-IconBox .info span {
  font-size: calc(15px * 1.2);
  left: initial;
  right: 0;
}
/* line 441, ../sass/object-category/object-category-icon.scss */
.lang-he .char-popup-inner {
  direction: rtl;
}
/* line 444, ../sass/object-category/object-category-icon.scss */
.lang-he .char-popup-inner .site-title {
  padding-right: 0;
  padding-left: 30px;
  font-size: calc(26px * 1.2);
}
/* line 451, ../sass/object-category/object-category-icon.scss */
.lang-he .char-popup-inner .list li {
  font-size: calc(18px * 1.2);
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
  /* line 464, ../sass/object-category/object-category-icon.scss */
  .OC-IconWr .icons.triple .OC-IconBox:nth-child(4) {
    margin-top: 32px;
  }
  /* line 472, ../sass/object-category/object-category-icon.scss */
  .OC-IconWr .prices .title {
    margin-bottom: 15px;
    font-size: 15px;
  }
  /* line 476, ../sass/object-category/object-category-icon.scss */
  .OC-IconWr .prices .title svg {
    height: 22px;
    margin-right: 8px;
  }
  /* line 483, ../sass/object-category/object-category-icon.scss */
  .OC-IconWr .prices .list li {
    margin-bottom: 8px;
    font-size: 15px;
  }
  /* line 488, ../sass/object-category/object-category-icon.scss */
  .OC-IconWr .prices .list span {
    max-width: calc(100% - 75px);
  }
  /* line 492, ../sass/object-category/object-category-icon.scss */
  .OC-IconWr .prices .list b {
    max-width: 60px;
  }

  /* line 502, ../sass/object-category/object-category-icon.scss */
  .RPN-Info-Cards.oc .card .name b {
    font-size: 22px;
  }

  /* line 510, ../sass/object-category/object-category-icon.scss */
  .OC-Icon .open-all-char-popup {
    margin-top: 32px;
  }

  /* line 515, ../sass/object-category/object-category-icon.scss */
  .OC-IconBox {
    margin-top: 32px;
    padding-left: 55px;
  }
  /* line 519, ../sass/object-category/object-category-icon.scss */
  .OC-IconBox img {
    max-width: 50px;
  }
  /* line 523, ../sass/object-category/object-category-icon.scss */
  .OC-IconBox small {
    font-size: 14px;
  }
  /* line 527, ../sass/object-category/object-category-icon.scss */
  .OC-IconBox p {
    font-size: 17px;
  }
  /* line 532, ../sass/object-category/object-category-icon.scss */
  .OC-IconBox .info i {
    height: 14px;
    width: 14px;
    font-size: 11px;
  }
  /* line 538, ../sass/object-category/object-category-icon.scss */
  .OC-IconBox .info span {
    font-size: 14px;
  }

  /* line 545, ../sass/object-category/object-category-icon.scss */
  .char-popup-inner .row {
    margin-bottom: 40px;
  }
  /* line 549, ../sass/object-category/object-category-icon.scss */
  .char-popup-inner .site-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  /* line 555, ../sass/object-category/object-category-icon.scss */
  .char-popup-inner .list li {
    font-size: 16px;
    margin-bottom: 13px;
  }

  /* line 562, ../sass/object-category/object-category-icon.scss */
  .char-popup-inner-content {
    padding: 25px;
    max-height: calc(100vh - 25px - 44px - 50px);
    margin-bottom: calc(25px + 44px + 50px);
  }

  /* line 568, ../sass/object-category/object-category-icon.scss */
  .char-popup-close {
    bottom: 25px;
  }

  /* line 575, ../sass/object-category/object-category-icon.scss */
  .lang-he .OC-IconWr .prices .title {
    font-size: calc(15px * 1.2);
  }
  /* line 578, ../sass/object-category/object-category-icon.scss */
  .lang-he .OC-IconWr .prices .title svg {
    margin-left: 8px;
  }
  /* line 584, ../sass/object-category/object-category-icon.scss */
  .lang-he .OC-IconWr .prices .list span {
    font-size: calc(15px * 1.2);
  }
  /* line 588, ../sass/object-category/object-category-icon.scss */
  .lang-he .OC-IconWr .prices .list b {
    font-size: 15px;
  }
  /* line 598, ../sass/object-category/object-category-icon.scss */
  .lang-he .RPN-Info-Cards.oc .card .name b {
    font-size: calc(22px * 1.2);
  }
  /* line 605, ../sass/object-category/object-category-icon.scss */
  .lang-he .OC-IconBox {
    padding-right: 55px;
  }
  /* line 608, ../sass/object-category/object-category-icon.scss */
  .lang-he .OC-IconBox small {
    font-size: calc(14px * 1.2);
  }
  /* line 612, ../sass/object-category/object-category-icon.scss */
  .lang-he .OC-IconBox p {
    font-size: calc(17px * 1.2);
  }
  /* line 617, ../sass/object-category/object-category-icon.scss */
  .lang-he .OC-IconBox .info span {
    font-size: calc(14px * 1.2);
  }
  /* line 624, ../sass/object-category/object-category-icon.scss */
  .lang-he .char-popup-inner .site-title {
    font-size: calc(22px * 1.2);
  }
  /* line 629, ../sass/object-category/object-category-icon.scss */
  .lang-he .char-popup-inner .list li {
    font-size: calc(16px * 1.2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 642, ../sass/object-category/object-category-icon.scss */
  .OC-IconWr .icons.triple {
    width: calc(100% / 3 * 2);
  }
  /* line 644, ../sass/object-category/object-category-icon.scss */
  .OC-IconWr .icons.triple .OC-IconBox {
    width: 50%;
  }
  /* line 647, ../sass/object-category/object-category-icon.scss */
  .OC-IconWr .icons.triple .OC-IconBox:nth-child(3), .OC-IconWr .icons.triple .OC-IconBox:nth-child(4) {
    margin-top: 32px;
  }
  /* line 654, ../sass/object-category/object-category-icon.scss */
  .OC-IconWr .prices {
    width: calc(100% / 3);
  }
  /* line 657, ../sass/object-category/object-category-icon.scss */
  .OC-IconWr .prices .title {
    margin-bottom: 12px;
    font-size: 14px;
  }
  /* line 661, ../sass/object-category/object-category-icon.scss */
  .OC-IconWr .prices .title svg {
    height: 20px;
    margin-right: 5px;
  }
  /* line 668, ../sass/object-category/object-category-icon.scss */
  .OC-IconWr .prices .list li {
    margin-bottom: 5px;
    font-size: 14px;
  }
  /* line 673, ../sass/object-category/object-category-icon.scss */
  .OC-IconWr .prices .list span {
    max-width: calc(100% - 60px);
  }
  /* line 677, ../sass/object-category/object-category-icon.scss */
  .OC-IconWr .prices .list b {
    max-width: 50px;
  }

  /* line 684, ../sass/object-category/object-category-icon.scss */
  .RPN-Info-Cards.oc {
    width: calc(100% / 3);
  }
  /* line 689, ../sass/object-category/object-category-icon.scss */
  .RPN-Info-Cards.oc .card .name b {
    font-size: 22px;
  }

  /* line 696, ../sass/object-category/object-category-icon.scss */
  .OC-IconBox {
    width: calc(100% / 3);
    -webkit-background-size: 45px;
    background-size: 45px;
  }
  /* line 701, ../sass/object-category/object-category-icon.scss */
  .OC-IconBox:nth-child(4) {
    margin-top: 32px;
  }
  /* line 705, ../sass/object-category/object-category-icon.scss */
  .OC-IconBox img {
    max-width: 45px;
  }

  /* line 711, ../sass/object-category/object-category-icon.scss */
  .char-popup-inner .row {
    margin-bottom: 30px;
  }
  /* line 715, ../sass/object-category/object-category-icon.scss */
  .char-popup-inner .site-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  /* line 721, ../sass/object-category/object-category-icon.scss */
  .char-popup-inner .list li {
    font-size: 14px;
    margin-bottom: 10px;
  }

  /* line 728, ../sass/object-category/object-category-icon.scss */
  .char-popup-inner-content {
    padding: 20px;
    max-height: calc(100vh - 20px - 40px - 50px);
    margin-bottom: calc(20px + 40px + 50px);
  }

  /* line 734, ../sass/object-category/object-category-icon.scss */
  .char-popup-close {
    bottom: 20px;
  }

  /* line 741, ../sass/object-category/object-category-icon.scss */
  .lang-he .OC-IconWr .prices .title {
    font-size: calc(14px * 1.2);
  }
  /* line 744, ../sass/object-category/object-category-icon.scss */
  .lang-he .OC-IconWr .prices .title svg {
    margin-left: 5px;
  }
  /* line 750, ../sass/object-category/object-category-icon.scss */
  .lang-he .OC-IconWr .prices .list span {
    font-size: calc(14px * 1.2);
  }
  /* line 754, ../sass/object-category/object-category-icon.scss */
  .lang-he .OC-IconWr .prices .list b {
    font-size: 14px;
  }
  /* line 764, ../sass/object-category/object-category-icon.scss */
  .lang-he .RPN-Info-Cards.oc .card .name b {
    font-size: calc(22px * 1.2);
  }
  /* line 773, ../sass/object-category/object-category-icon.scss */
  .lang-he .char-popup-inner .list li {
    font-size: calc(14px * 1.2);
  }
  /* line 778, ../sass/object-category/object-category-icon.scss */
  .lang-he .char-popup-inner .site-title {
    font-size: calc(18px * 1.2);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 790, ../sass/object-category/object-category-icon.scss */
  .OC-IconWr .icons.triple {
    width: 100%;
  }
  /* line 793, ../sass/object-category/object-category-icon.scss */
  .OC-IconWr .icons.triple .OC-IconBox {
    width: 48%;
  }
  /* line 796, ../sass/object-category/object-category-icon.scss */
  .OC-IconWr .icons.triple .OC-IconBox:nth-child(3), .OC-IconWr .icons.triple .OC-IconBox:nth-child(4) {
    margin-top: 25px;
  }
  /* line 803, ../sass/object-category/object-category-icon.scss */
  .OC-IconWr .prices {
    width: 100%;
    margin-top: 30px;
  }

  /* line 809, ../sass/object-category/object-category-icon.scss */
  .RPN-Info-Cards.oc {
    width: calc(100% - 30px);
    margin: 0 15px;
    margin-bottom: 45px;
  }
  /* line 814, ../sass/object-category/object-category-icon.scss */
  .RPN-Info-Cards.oc .card {
    padding: 20px;
  }
  /* line 818, ../sass/object-category/object-category-icon.scss */
  .RPN-Info-Cards.oc .card .name b {
    font-size: 30px;
  }

  /* line 826, ../sass/object-category/object-category-icon.scss */
  .OC-Icon .open-all-char-popup {
    margin-top: 25px;
  }

  /* line 831, ../sass/object-category/object-category-icon.scss */
  .OC-IconWr {
    justify-content: space-between;
  }

  /* line 835, ../sass/object-category/object-category-icon.scss */
  .OC-IconBox {
    width: 48%;
    margin-top: 25px;
    padding-left: 50px;
    -webkit-background-size: 40px;
    background-size: 40px;
  }
  /* line 842, ../sass/object-category/object-category-icon.scss */
  .OC-IconBox:nth-child(3), .OC-IconBox:nth-child(4) {
    margin-top: 25px;
  }
  /* line 846, ../sass/object-category/object-category-icon.scss */
  .OC-IconBox img {
    max-width: 40px;
    max-height: 40px;
  }
  /* line 851, ../sass/object-category/object-category-icon.scss */
  .OC-IconBox small {
    font-size: 13px;
  }
  /* line 855, ../sass/object-category/object-category-icon.scss */
  .OC-IconBox p {
    font-size: 16px;
  }
  /* line 859, ../sass/object-category/object-category-icon.scss */
  .OC-IconBox .floor {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }
  /* line 866, ../sass/object-category/object-category-icon.scss */
  .OC-IconBox .info i {
    height: 14px;
    width: 14px;
    font-size: 11px;
  }
  /* line 872, ../sass/object-category/object-category-icon.scss */
  .OC-IconBox .info span {
    font-size: 13px;
  }

  /* line 879, ../sass/object-category/object-category-icon.scss */
  .char-popup-inner .row {
    margin-bottom: 25px;
  }
  /* line 883, ../sass/object-category/object-category-icon.scss */
  .char-popup-inner .site-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  /* line 889, ../sass/object-category/object-category-icon.scss */
  .char-popup-inner .list li {
    font-size: 14px;
    margin-bottom: 10px;
  }

  /* line 896, ../sass/object-category/object-category-icon.scss */
  .char-popup-inner-content {
    padding: 15px;
    max-height: calc(100vh - 15px - 40px - 50px);
    margin-bottom: calc(15px + 40px + 50px);
  }

  /* line 902, ../sass/object-category/object-category-icon.scss */
  .char-popup-close {
    bottom: 15px;
  }

  /* line 907, ../sass/object-category/object-category-icon.scss */
  .lang-he .RPN-Info-Cards.oc {
    direction: rtl;
  }
  /* line 912, ../sass/object-category/object-category-icon.scss */
  .lang-he .RPN-Info-Cards.oc .card .name b {
    font-size: calc(30px * 1.2);
  }
  /* line 919, ../sass/object-category/object-category-icon.scss */
  .lang-he .OC-IconBox {
    padding-right: 50px;
  }
  /* line 922, ../sass/object-category/object-category-icon.scss */
  .lang-he .OC-IconBox small {
    font-size: calc(13px * 1.2);
  }
  /* line 926, ../sass/object-category/object-category-icon.scss */
  .lang-he .OC-IconBox p {
    font-size: calc(15px * 1.2);
  }
  /* line 931, ../sass/object-category/object-category-icon.scss */
  .lang-he .OC-IconBox .info span {
    font-size: calc(13px * 1.2);
  }
  /* line 939, ../sass/object-category/object-category-icon.scss */
  .lang-he .char-popup-inner .list li {
    font-size: calc(14px * 1.2);
  }
  /* line 944, ../sass/object-category/object-category-icon.scss */
  .lang-he .char-popup-inner .site-title {
    font-size: calc(16px * 1.2);
  }
}
/* line 11, ../sass/index-faq.scss */
body {
  padding-top: var(--header-height);
}

/* line 15, ../sass/index-faq.scss */
.RPN-Info-Cards.oc {
  width: 100%;
  margin-bottom: 24px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 22, ../sass/index-faq.scss */
  .RPN-Info-Cards.oc {
    margin: 0;
    margin-bottom: 15px;
  }
}
