@import url("https://fonts.googleapis.com/css?family=Heebo:300, 400, 500&subset=hebrew");
body {
  font-family: "Heebo", sans-serif;
}

*, *::before, *::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html:lang(he), html .rtl {
  direction: rtl;
}

.hide {
  display: none;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

@media print {
  .noPrint {
    display: none !important;
  }
}

@media not print {
  .onlyPrint {
    display: none !important;
  }
}

.small {
  font-size: 14px;
}

.pointer {
  cursor: pointer;
}

@media only screen and (max-width: 500px) {
  .hide-in-mobile {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .hide-in-tablet {
    display: none;
  }
}

.margin-auto {
  margin: 0 auto;
}

.login-spinner {
  position: fixed;
  top: 56%;
  left: 50%;
  z-index: 20;
  transform: translate(-50%, -50%);
  display: block;
}

.browser-block {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  right: 0px;
  display: flex;
  z-index: 500;
  background-color: #E7E7E7;
  display: none;
}
.browser-block__wrapper {
  background: #fff;
  width: 714px;
  border-radius: 4px;
  box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.34);
  text-align: center;
  padding: 20px 0px;
  top: 50%;
  right: 50%;
  position: absolute;
  transform: translate(50%, -50%);
}
.browser-block__title {
  color: #E65B5F;
  font-size: 1.5em;
}
.browser-block__list {
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding: 0px 35px;
  margin: 30px 0px;
  direction: ltr;
}
.browser-block__content {
  margin: 10px 0px;
}
.browser-block .browser {
  display: inline-block;
  text-align: center;
  transform: none;
  transition: 0.4s transform;
}
.browser-block .browser__image, .browser-block .browser__name {
  display: block;
  width: 100%;
}
.browser-block a:hover {
  transform: scale(1.1);
}

.top_gallery {
  position: relative;
  width: 100%;
  height: 100%;
}
.top_galleryItem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0;
  transition: opacity 0.75s;
  overflow: hidden;
}
.top_galleryItem.on {
  opacity: 1;
  z-index: 2;
}
.top_galleryImageFull {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom left;
}
.top_galleryImageBack, .top_galleryImageFront {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.top_galleryImageBack {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(10px);
  opacity: 0.5;
}
.top_galleryImageFront {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top_galleryBack, .top_galleryNext {
  z-index: 3;
  position: absolute;
  color: white;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2em;
  padding: 1.5em 0.5em;
  cursor: pointer;
  transition: all 0.25s;
  filter: drop-shadow(rgba(0, 0, 0, 0.09) 1px 2px 4px);
}
.top_galleryBack:hover, .top_galleryNext:hover {
  color: var(--colorD);
}
.top_galleryBack {
  left: 0;
}
.top_galleryNext {
  right: 0;
}

button {
  font-family: "Heebo", sans-serif;
}

.buttons-group {
  display: flex;
  border-radius: 8px;
}
.buttons-group .button {
  border-radius: 0px;
  flex: 1;
  white-space: nowrap;
}
.buttons-group .button:first-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.buttons-group .button:last-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.buttons-group--shadow {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.button {
  cursor: pointer;
  display: inline-block;
  padding: 7px 10px;
  transition: all 0.4s;
  text-align: center;
  border-radius: 4px;
  background: #FFF;
  outline: none !important;
}
.button--svg {
  display: flex;
}
.button--svg-stroke svg > * {
  stroke: #000;
}
.button--svg-fill svg > * {
  fill: #000;
}
.button i {
  margin-left: 7px;
}
.button--no-style {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  outline: none !important;
}
.button--no-style i {
  margin-left: 0px;
}
.button--circle {
  border-radius: 100px;
  height: 40px;
  width: 40px;
  position: relative;
  cursor: pointer;
}
.button--extra-padding {
  padding: 7px 13px;
}
.button--no-padding {
  padding: 0;
}
.button--full-width {
  width: 100%;
}
.button--no-cursor {
  cursor: default;
}
.button--transparent {
  background: none;
}
.button--shadow {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.button--red {
  color: white;
  border: none;
  background-color: #E65B5F;
}
.button--disabled {
  opacity: 0.5;
  cursor: default;
}
.button--border {
  border: 1px solid #E4E4E4;
}
.button--small {
  padding: 5px 20px;
}
.button--no-background {
  background: none;
}
.button--filled, .button--border.button--active, .button--border:not(.button--disabled):hover {
  background: #E65B5F;
  color: #fff;
  border-color: #E65B5F;
}
.button--filled:disabled, .button--border.button--active:disabled, .button--border:not(.button--disabled):hover:disabled {
  color: #DFDFDF;
  background: none;
}
.button--filled.button--svg-stroke svg > *, .button--border.button--active.button--svg-stroke svg > *, .button--border:not(.button--disabled):hover.button--svg-stroke svg > * {
  stroke: #fff;
}
.button--filled.button--svg-fill svg > *, .button--border.button--active.button--svg-fill svg > *, .button--border:not(.button--disabled):hover.button--svg-fill svg > * {
  fill: #fff;
}
.button--filled:hover {
  background: #e13c41;
}
.button--no-radius {
  border-radius: 0px;
}
.button--circle {
  border-radius: 100px;
}
.button--auto-width {
  width: auto;
}
.button--center-self {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.button--underline {
  text-decoration: underline;
}
.button--email, .button--whatsapp {
  font-size: 20px;
  width: 46px;
  height: 43px;
  padding: 0px;
  line-height: 0;
  margin-left: 3px;
  color: #fff;
  position: relative;
}
.button--email i, .button--whatsapp i {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.button--email {
  background: #E65B5F;
}
.button--grey {
  background: #9B9B9B;
  color: #fff;
}
.button--grey:hover {
  background: #828282;
}
.button--green {
  background-color: #6abe9d;
  color: white;
}
.button--light-green {
  background-color: #8ABA4F;
  color: white;
}
.button--color-white {
  color: #fff;
}
.button--red {
  background-color: #E65B5F;
  color: white;
}
.button--red.button--border {
  border-color: #E65B5F;
  color: #E65B5F;
  background: #fff;
}
.button--azure {
  background-color: #4AC6D2;
  color: white;
}
.button--whatsapp {
  background: #00ba38;
  background: -moz-linear-gradient(top, #00ba38 0%, #05c442 33%, #12df63 69%, #1df47c 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #00ba38), color-stop(33%, #05c442), color-stop(69%, #12df63), color-stop(100%, #1df47c));
  background: -webkit-linear-gradient(top, #00ba38 0%, #05c442 33%, #12df63 69%, #1df47c 100%);
  background: -o-linear-gradient(top, #00ba38 0%, #05c442 33%, #12df63 69%, #1df47c 100%);
  background: -ms-linear-gradient(top, #00ba38 0%, #05c442 33%, #12df63 69%, #1df47c 100%);
  background: linear-gradient(to bottom, #00ba38 0%, #05c442 33%, #12df63 69%, #1df47c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ba38", endColorstr="#1df47c", GradientType=0 );
}
.button--video {
  border-radius: 100px;
  width: 66px;
  height: 66px;
  background-color: white;
}
.button--video--red {
  background-color: red;
}
.button--video button-video-block__triangular {
  width: 0;
  height: 0;
  border-top: 7.5px solid transparent;
  border-bottom: 7.5px solid transparent;
  border-left: 17.5px solid red;
}
.button--x {
  width: 15px;
  height: 15px;
  display: block;
  z-index: 3;
  position: relative;
}
.button--x:after, .button--x:before {
  content: "";
  width: 100%;
  height: 1.5px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  background-color: white;
}
.button--x:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.button--x:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.button--x-gray {
  background-color: #A6A6A6;
}
.button--x-gray:after, .button--x-gray:before {
  background-color: white;
}
.button--x-big {
  width: 22px;
  height: 22px;
}
.button--x-big:after, .button--x-big:before {
  width: 13px;
}
.button--top-right {
  position: absolute;
  right: 0;
  top: 0;
}

@media only screen and (max-width: 800px) {
  .only-desktop {
    display: none !important;
  }
}

@media only screen and (min-width: 800px) {
  .only-mobile {
    display: none !important;
  }
}

.title {
  font-size: 24px;
}
@media only screen and (max-width: 800px) {
  .title {
    color: #3A3E69;
    font-size: 20px;
  }
  .title--black {
    color: black;
  }
}

.half {
  flex-basis: 50%;
}

.icon-container {
  display: flex;
  align-items: center;
}
.icon-container img {
  height: 25px;
}
@media only screen and (max-width: 800px) {
  .icon-container--no-image-mobile img {
    display: none;
  }
}
.icon-container :first-child {
  outline: none;
  margin-left: 10px;
}
.icon-container--title img {
  height: 28px;
}
.icon-container--end {
  justify-content: flex-end;
}

body {
  box-sizing: border-box;
  font-family: Arimo;
  font-size: 15px;
  line-height: 1;
  direction: rtl;
  letter-spacing: -0.28px;
  background-color: #fafafa;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
}

.apartment {
  display: flex;
  flex-direction: column;
}
.apartment.only-mobile {
  padding-bottom: 70px;
}
@media only screen and (max-width: 800px) {
  .apartment {
    background: linear-gradient(180deg, #FFFFFF 0%, #F3F4F8 100%);
  }
}
.apartment__container {
  padding: 0 20px;
}
@media only screen and (max-width: 800px) {
  .apartment__container {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 500px) {
  .apartment__container {
    padding: 0 5px;
  }
}
.apartment__container--half {
  display: flex;
  justify-content: center;
}
.apartment__big {
  flex-basis: 60%;
}
.apartment__small {
  flex-basis: 40%;
  margin-left: 20px;
}

.main-media {
  position: relative;
  height: 457px;
  width: 100%;
  margin-bottom: 110px;
}
@media only screen and (max-width: 800px) {
  .main-media {
    height: auto;
    height: 500px;
    margin-bottom: 57px;
  }
}
@media only screen and (max-width: 500px) {
  .main-media {
    max-height: 238px;
  }
  .main-media iframe {
    height: 100%;
  }
}
.main-media__arrow {
  position: absolute;
  color: white;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 2em;
  cursor: pointer;
  transition: all 0.25s;
  z-index: 2;
}
.main-media__arrow--left {
  left: 15px;
  right: unset;
}
.main-media__buttons {
  position: absolute;
  bottom: -87px;
  left: 0;
  display: flex;
}
@media only screen and (max-width: 800px) {
  .main-media__buttons {
    bottom: -57px;
    transform: translateX(-50%);
    left: 50%;
    justify-content: space-between;
    max-width: 300px;
    width: 100%;
  }
}
.main-media__button {
  height: 66px;
  width: 66px;
  background-color: #FFFFFF;
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  transition: all 0.6s;
  cursor: pointer;
}
.main-media__button--selected {
  background-color: #D1F1E6;
}
.main-media__button:hover {
  background-color: #D1F1E6;
}
@media only screen and (max-width: 800px) {
  .main-media__button {
    height: 47px;
    width: 47px;
    border-radius: 7px;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.15);
    margin-right: unset;
  }
}
.main-media__item {
  position: absolute;
  transition: all 0.6s;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-media__item--selected {
  opacity: 1;
}
.main-media__image {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

.assets-planes-popup {
  position: fixed;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  padding: 20px;
  background-color: white;
  border: 4px dashed #00B074;
  width: 100%;
  max-width: 500px;
  z-index: 3;
}
@media only screen and (max-width: 500px) {
  .assets-planes-popup {
    width: 90%;
  }
}
.assets-planes-popup__title {
  margin-bottom: 20px;
  text-align: center;
}
.assets-planes-popup__plans {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 500px) {
  .assets-planes-popup__plans {
    flex-direction: column;
    justify-content: unset;
    align-items: flex-start;
  }
}
.assets-planes-popup__plan {
  width: 33%;
  height: 120px;
}
@media only screen and (max-width: 500px) {
  .assets-planes-popup__plan {
    width: 50%;
  }
}
.assets-planes-popup__plan img {
  width: 100%;
  height: 100%;
}
.assets-planes-popup__x-container {
  background-color: white;
  border-radius: 100px;
  position: absolute;
  top: -11px;
  right: -12px;
  transform: rotate(-10deg);
  width: 25px;
  height: 25px;
  border-right: 4px dashed #00B074;
  border-top: 4px dashed #00B074;
  padding: 11px;
}
.assets-planes-popup__x {
  background-color: #A6A6A6;
  padding: 0;
  top: 49%;
  left: 54%;
  width: unset;
}
.assets-planes-popup__inner-x {
  background-color: #A6A6A6;
  padding: 8px;
  width: unset;
}

.apartment-block {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
  .apartment-block {
    background-color: unset;
    box-shadow: none;
    padding: 5px;
  }
}

.apartment-header {
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.apartment-header__logo {
  height: 53px;
}
.apartment-header__search {
  display: flex;
  position: relative;
}
.apartment-header__search-input, .apartment-header__search-select {
  border: 1px solid #BFBFBF;
  padding: 15px;
  outline: none;
  background-repeat: no-repeat;
  font-size: 18px;
  height: 50px;
  color: #565F73;
}
.apartment-header__pipe {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 177px;
  width: 1px;
  height: 30px;
  background-color: #565F73;
}
.apartment-header__search-input {
  width: 500px;
  padding-right: 45px;
  background-image: url("../images/icons/search/search-green.svg");
  font-weight: bold;
  background-position: right 15px center;
  background-size: 20px;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px 100px;
  border-left: none;
}
@media only screen and (max-width: 1150px) {
  .apartment-header__search-input {
    width: 250px;
  }
}
.apartment-header__search-select {
  padding-left: 45px;
  background-image: url("../images/icons/arrows/arrow-gray-bottom.svg");
  background-position: left 15px center;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px 100px;
  -webkit-appearance: none;
  background-size: 12px;
  border-right: none;
}
.apartment-header__icon {
  margin-right: 10px;
}
.apartment-header > div {
  padding: 10px;
}
@media only screen and (max-width: 1150px) {
  .apartment-header > div {
    padding: 5px;
  }
}

.apartment-banner {
  min-height: 442px;
  color: white;
  background: linear-gradient(90deg, rgba(255, 254, 254, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  position: relative;
  background-image: url("../images/apartments/banner.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 20px;
}
.apartment-banner__content {
  position: absolute;
  right: 10%;
  bottom: 30px;
}
.apartment-banner__title {
  font-size: 42px;
  margin-bottom: 10px;
}
.apartment-banner__description {
  font-size: 21px;
  margin-bottom: 15px;
  line-height: 29px;
}
@media only screen and (max-width: 800px) {
  .apartment-banner__description {
    color: #3A3E69;
    font-family: "Heebo";
  }
}
.apartment-banner__buttons button {
  background-color: #00B074;
  box-shadow: 0 0 22px 4px rgba(85, 85, 85, 0.47);
  background-repeat: no-repeat;
  color: #fff;
  width: unset;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 43px 8px 30px;
  margin-left: 10px;
  background-position-x: 95%;
  background-position-y: 50%;
}
.apartment-banner__buttons button.email {
  background-image: url("../images/icons/mail-inner-green.svg");
}
.apartment-banner__buttons button.phone {
  background-image: url("../images/icons/phone-inner-green.svg");
}

.apartment-sale {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 800px) {
  .apartment-sale {
    font-size: 20px;
  }
}
.apartment-sale__title {
  margin-bottom: 20px;
  margin-right: 10px;
  margin-top: 10px;
}
@media only screen and (max-width: 800px) {
  .apartment-sale__title {
    margin-right: unset;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.apartment-sale__sub-title {
  color: #404B5A;
  font-weight: normal;
  margin-top: 5px;
  font-size: 20px;
}
.apartment-sale__blocks {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  .apartment-sale__blocks {
    justify-content: space-between;
  }
}
.apartment-sale__block {
  border: 1px solid #D6D6D6;
  padding: 10px;
  height: 107px;
  width: 91px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 800px) {
  .apartment-sale__block {
    height: 83px;
    width: 96px;
  }
}
.apartment-sale__block-num {
  font-size: 24px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 800px) {
  .apartment-sale__block-num {
    margin-bottom: 10px;
  }
}
.apartment-sale__price {
  color: #00B074;
  font-size: 30px;
  letter-spacing: -0.42px;
  text-align: center;
  margin-top: 50px;
}
@media only screen and (max-width: 800px) {
  .apartment-sale__price {
    margin-top: 20px;
  }
}

.apartment-contact {
  font-weight: bold;
  padding-left: 80px;
}
@media only screen and (max-width: 1150px) {
  .apartment-contact {
    padding-left: 10px;
    margin-bottom: 0;
  }
}
.apartment-contact__title {
  margin-bottom: 20px;
}
.apartment-contact__name-phone {
  display: flex;
  justify-content: space-between;
}
.apartment-contact__name {
  color: #404B5A;
  font-size: 18px;
}
.apartment-contact__phone, .apartment-contact__email {
  color: #00B074;
  font-size: 20px;
  margin-bottom: 20px;
}
.apartment-contact__email {
  text-align: left;
}
@media only screen and (max-width: 800px) {
  .apartment-contact__title {
    font-size: 20px;
    font-weight: normal;
    flex-basis: 50%;
    margin-bottom: 0;
  }
  .apartment-contact__title h3 {
    font-weight: normal;
  }
  .apartment-contact__title-name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }
  .apartment-contact__phone, .apartment-contact__email {
    display: flex;
    flex-direction: row-reverse;
    font-size: 16px;
  }
  .apartment-contact__phone p:first-child, .apartment-contact__email p:first-child {
    margin: unset;
  }
  .apartment-contact__email {
    flex-basis: 50%;
  }
}

.apartment-description__title {
  color: #00B074;
  margin-bottom: 10px;
}
@media only screen and (max-width: 800px) {
  .apartment-description__title {
    color: #3A3E69;
  }
}
.apartment-description__content {
  line-height: 22px;
  color: #363636;
  margin-bottom: 10px;
}
@media only screen and (max-width: 800px) {
  .apartment-description__content {
    margin-bottom: 0;
    color: #3A3E69;
    text-shadow: 0 6px 9px 0 rgba(255, 255, 255, 0.5);
  }
}

@media only screen and (max-width: 800px) {
  .apartment-in {
    min-height: unset !important;
    margin-bottom: 0;
  }
}
.apartment-in__title {
  margin-bottom: 20px;
}
.apartment-in__list {
  display: flex;
  font-size: 18px;
}
@media only screen and (max-width: 800px) {
  .apartment-in__list {
    font-size: 14px;
  }
}
.apartment-in__list-item {
  margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
  .apartment-in__list-item:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 800px) {
  .apartment-additional-details {
    height: unset;
    padding-top: 20px;
  }
}
.apartment-additional-details__title {
  margin-top: 10px;
  margin-bottom: 15px;
}
.apartment-additional-details__row {
  margin-bottom: 31px;
  color: #404B5A;
  display: flex;
}
@media only screen and (max-width: 800px) {
  .apartment-additional-details__row {
    flex-wrap: wrap;
    margin-bottom: unset;
  }
}
@media only screen and (max-width: 800px) {
  .apartment-additional-details__row-item:last-child, .apartment-additional-details__row-item:nth-child(3) {
    margin-bottom: 0;
  }
}
.apartment-additional-details__row-item {
  flex-basis: 25%;
}
@media only screen and (max-width: 800px) {
  .apartment-additional-details__row-item {
    flex-basis: 50%;
    margin-bottom: 25px;
  }
}
.apartment-additional-details__row-item:nth-child(even) {
  font-weight: bold;
}

@media only screen and (max-width: 800px) {
  .apartment-building-information {
    margin-bottom: unset;
  }
}
.apartment-building-information__row-item {
  flex-basis: 50%;
}

.table-container__title {
  margin-bottom: 10px;
}

.apartment-table {
  width: 100%;
  text-align: right;
  color: #404B5A;
}
@media only screen and (max-width: 800px) {
  .apartment-table {
    background-color: white;
    padding: 10px;
    font-size: 15px;
    overflow-x: scroll;
  }
}
.apartment-table__table {
  width: 100%;
  border-collapse: collapse;
}
@media only screen and (max-width: 800px) {
  .apartment-table__table {
    overflow-x: hidden;
  }
}
.apartment-table__tr {
  margin-left: 10px;
}
.apartment-table__tr:last-child td {
  border: none;
}
.apartment-table__th, .apartment-table__td {
  padding: 8px;
}
.apartment-table__th {
  border-bottom: 1px solid #00B074;
  color: black;
}
.apartment-table__td {
  border-bottom: 1px solid #E4E4E4;
}

@media only screen and (max-width: 800px) {
  .map {
    padding: 10px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 8px;
  }
}

#google-map-iframe {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
  #google-map-iframe {
    margin-bottom: unset;
  }
}
@media only screen and (max-width: 500px) {
  #google-map-iframe {
    height: 203px;
  }
}

.apartment-mobile-bar {
  width: 98%;
  height: 63px;
  background-color: #F3F4F8;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  position: fixed;
  bottom: 10px;
  transform: translateX(-50%);
  left: 50%;
  padding: 10px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.apartment-mobile-bar__circle {
  height: 50px;
  width: 50px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.apartment-mobile-bar__heart {
  margin-left: 17px;
}
.apartment-mobile-bar__message {
  width: 131px;
  position: relative;
  margin-left: auto;
}
.apartment-mobile-bar__x {
  width: 25px;
  height: 25px;
}
.apartment-mobile-bar__x:after, .apartment-mobile-bar__x:before {
  width: 100%;
  background-color: #E65B5F;
  width: 25px;
  border-radius: 100px;
  height: 4px;
}
.apartment-mobile-bar__message-text {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.13px;
  text-shadow: 0 6px 9px 0 rgba(255, 255, 255, 0.5);
  color: #00B074;
  font-family: Heebo;
  background-color: white;
  border-radius: 8px;
  padding: 5px 7px;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
}

/* temp adds */
.apartment-in, .apartment-additional-details {
  min-height: 405px;
}

.apartment-building-information.apartment-additional-details,
.apartment-activities-family.apartment-in {
  height: unset;
}

@media only screen and (min-width: 500px) {
  .main-media:first-of-type {
    min-height: 398px;
  }
}
.building .main-media {
  min-height: 547px;
}

.top_galleryBack, .top_galleryNext {
  padding: 0 !important;
  font-size: 20px !important;
}
@media only screen and (min-width: 500px) {
  .top_galleryBack, .top_galleryNext {
    font-size: 35px !important;
  }
}

/*# sourceMappingURL=apartment.css.map */
