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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

body {
  height: 100%;
  font-family: Rubik, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -0.4px;
}

p {
  margin-bottom: 10px;
  font-weight: 400;
  letter-spacing: -0.1px;
}

a {
  text-decoration: underline;
}

.intro-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('/images/bg-intro.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.main-header {
  padding-top: 35px;
}

.container {
  display: block;
  width: 1050px;
  margin-right: auto;
  margin-left: auto;
}

.main-header_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header_content_phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.main-header_content_phone-text {
  margin-left: 6px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.intro-section_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search-box {
  display: inline-block;
  overflow: hidden;
  width: 510px;
  height: 560px;
  padding-top: 27px;
  padding-bottom: 27px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 312ms ease;
  transition: all 312ms ease;
}

.search-box_title {
  margin-top: 0px;
  margin-bottom: 2px;
  font-family: 'Space Grotesk', sans-serif;
  color: #003;
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -1.1px;
}

.search-box_subtitle {
  font-family: Rubik, sans-serif;
  color: #003;
  font-size: 15px;
  text-align: center;
}

.search-box_form-box {
  margin-top: 25px;
}

.search-box_form-box.search-page_filter_list_item_bedroom {
  margin-top: 0px;
}

.search-box_form_checkbox-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding: 17px 18px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 29%;
  -ms-flex: 0 29%;
  flex: 0 29%;
  border-style: solid;
  border-width: 1px;
  border-color: #1171d7;
  border-radius: 10px;
  -webkit-transition: all 312ms ease;
  transition: all 312ms ease;
  cursor: pointer;
}

.search-box_form_checkbox-item:hover {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
}

.search-box_form_checkbox-item.navbar_item {
  padding-right: 12px;
  padding-left: 12px;
  -webkit-flex-basis: 31%;
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
}

.search-box_form_checkbox-item-block_icon {
  max-height: 100%;
}

.search-box_form_checkbox-item-block_icon.white-icon {
  position: absolute;
}

.search-box_form_checkbox-item-block_text {
  margin-top: 8px;
  font-family: 'Space Grotesk', sans-serif;
  color: #1171d7;
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
  text-align: center;
}

.search-box_form_checkbox-item-block_hide-default-check {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  opacity: 0;
  cursor: pointer;
}

.search-box_form_checkbox-item-block_hide-default-label {
  display: none;
}

.search-box_form_code-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13px;
  padding: 15px 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 43.9%, 0.25);
  border-bottom: 1px solid hsla(0, 0%, 43.9%, 0.25);
}

.search-box_form_code-box_input {
  width: 40%;
  height: 45px;
  margin-bottom: 0px;
  padding-bottom: 7px;
  padding-left: 15px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  background-color: #f2f2f2;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #707070;
}

.search-box_form_code-box_input:focus {
  border-color: rgba(42, 139, 221, 0.6);
}

.search-box_form_code-box_input::-webkit-input-placeholder {
  color: #707070;
}

.search-box_form_code-box_input:-ms-input-placeholder {
  color: #707070;
}

.search-box_form_code-box_input::-ms-input-placeholder {
  color: #707070;
}

.search-box_form_code-box_input::placeholder {
  color: #707070;
}

.search-box_links-box {
  display: block;
  margin-top: 15px;
  padding-right: 25px;
  padding-left: 25px;
}

.search-box_links-box_item {
  display: block;
  margin-bottom: 6px;
  -webkit-transition: all 312ms ease;
  transition: all 312ms ease;
  font-family: 'Space Grotesk', sans-serif;
  color: #1171d7;
  font-weight: 500;
  text-decoration: none;
}

.search-box_links-box_item:hover {
  color: #003;
}

.search-box_form_checkbox-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-box_form_checkbox-item-block_icon-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-box_form_checkbox-item-block_icon-box.navbar_icon-box {
  height: 44px;
}

.search-box_form_checkbox-item-block_icon-white {
  position: absolute;
  max-height: 100%;
  opacity: 0;
}

.search-box_form_checkbox-item-block_icon-white.white-icon {
  position: absolute;
}

.search-box_form_second-step {
  display: none;
  margin-top: 15px;
  padding-right: 45px;
  padding-left: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search-box_form_bedrooms {
  margin-right: 55px;
}

.search-box_form_bedrooms.filter {
  margin-right: 0px;
}

.search-box_form_second-step_item-title {
  margin-bottom: 3px;
  color: #707070;
  font-size: 16px;
}

.search-box_form_second-step_item-title.navbar_item-title {
  font-size: 14px;
}

.search-box_form_bedrooms_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-box_form_bedrooms_header.filter-bedrooms {
  margin: -5px 9px 0px 22px;
}

.search-box_form_bedrooms_header-input {
  width: 41px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding: 0px 0px 3px;
  border-style: none;
  color: #1171d7;
  font-size: 35px;
  text-align: left;
}

.search-box_form_bedrooms_header-input::-webkit-input-placeholder {
  color: #1171d7;
  font-size: 35px;
  font-weight: 700;
}

.search-box_form_bedrooms_header-input:-ms-input-placeholder {
  color: #1171d7;
  font-size: 35px;
  font-weight: 700;
}

.search-box_form_bedrooms_header-input::-ms-input-placeholder {
  color: #1171d7;
  font-size: 35px;
  font-weight: 700;
}

.search-box_form_bedrooms_header-input::placeholder {
  color: #1171d7;
  font-size: 35px;
  font-weight: 700;
}

.search-box_form_bedrooms_buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.search-box_form_bedrooms_buttons.filter-btns {
  margin-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.search-box_form_bedrooms_buttons_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 29px;
  height: 29px;
  margin-right: 5px;
  padding-left: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #1171d7;
  border-radius: 10px;
  -webkit-transition: all 312ms ease;
  transition: all 312ms ease;
  color: #1171d7;
  font-size: 17px;
  font-weight: 900;
  text-decoration: none;
}

.search-box_form_bedrooms_buttons_item:hover {
  background-color: #1171d7;
  color: #fff;
}

.search-box_form_price {
  -webkit-flex-basis: 236px;
  -ms-flex-preferred-size: 236px;
  flex-basis: 236px;
}

.search-box_form_price_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-box_form_price_header_range-box {
  position: relative;
  top: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 210px;
  height: 6px;
  margin-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-box_form_price_header_range-box_midle-line {
  width: 100%;
  height: 1px;
  background-color: #707070;
}

.search-box_form_price_header_range-box_main-line {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1171d7;
  text-align: right;
}

.search-box_form_price_header_range-box_main-line_circle {
  width: 17px;
  height: 17px;
  margin-right: -2px;
  border-style: solid;
  border-width: 2px;
  border-color: #1171d7;
  border-radius: 100%;
  background-color: #1171d7;
  -webkit-transition: all 312ms ease;
  transition: all 312ms ease;
  cursor: -webkit-grab;
  cursor: grab;
}

.search-box_form_price_header_range-box_main-line_circle:hover {
  background-color: #fff;
}

.search-box_form_price_input {
  margin-bottom: 0px;
  padding: 0px 0px 3px;
  border-style: none;
  color: #1171d7;
  font-size: 22px;
  text-align: right;
}

.search-box_form_price_input::-webkit-input-placeholder {
  color: #1171d7;
  font-size: 22px;
  font-weight: 700;
}

.search-box_form_price_input:-ms-input-placeholder {
  color: #1171d7;
  font-size: 22px;
  font-weight: 700;
}

.search-box_form_price_input::-ms-input-placeholder {
  color: #1171d7;
  font-size: 22px;
  font-weight: 700;
}

.search-box_form_price_input::placeholder {
  color: #1171d7;
  font-size: 22px;
  font-weight: 700;
}

.search-box_form_second-step_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.search-box_form_second-step_items.filter-box {
  margin-top: 0px;
}

.search-box_form_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 15px;
  padding-top: 22px;
  padding-bottom: 22px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #1171d7;
  border-radius: 12px;
  background-color: #1171d7;
  -webkit-transition: all 312ms ease;
  transition: all 312ms ease;
  text-decoration: none;
}

.search-box_form_button:hover {
  border-color: #3688cd;
  background-color: #1c67a5;
}

.search-box_form_button.w--current {
  margin-right: 5px;
  margin-left: 5px;
  background-color: #2a8bdd;
}

.search-box_form_button.advanced-search {
  background-color: #fff;
}

.search-box_form_button.advanced-search.w--current {
  background-color: transparent;
}

.search-box_form_button_text {
  margin-left: 5px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.search-box_form_button_text.advanced-search-text {
  color: #1171d7;
}

.categories-section {
  padding-top: 75px;
  padding-bottom: 75px;
}

.categories-section_line1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.categories-section_line1_item {
  width: 522px;
  padding: 95px 20px 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 49.3%;
  -ms-flex: 0 49.3%;
  flex: 0 49.3%;
  border-radius: 4px;
  background-image: url('/images/drinking-garden-relax-9206.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 312ms ease;
  transition: all 312ms ease;
  text-decoration: none;
}

.categories-section_line1_item:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.categories-section_line1_item.familia {
  background-image: url('/images/adult-apartment-carpet-1054974.png');
}

.categories-section_item_text {
  margin-bottom: -1px;
  color: #fff;
  font-size: 15px;
}

.categories-section_item_text.right-text {
  text-align: right;
}

.categories-section_item_text.center-text {
  text-align: center;
}

.categories-section_item_title {
  margin-top: 0px;
  color: #fff;
  font-size: 26px;
  font-weight: 900;
}

.categories-section_item_title.right-title {
  text-align: right;
}

.categories-section_item_title.center-title {
  text-align: center;
}

.section-h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Space Grotesk', sans-serif;
  color: #003;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.8px;
}

.section-h2.about-section-h2 {
  margin-bottom: 15px;
  line-height: 33px;
}

.categories-section_line2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.categories-section_line2_item {
  width: 522px;
  padding: 95px 20px 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 32.3%;
  -ms-flex: 0 32.3%;
  flex: 0 32.3%;
  border-radius: 4px;
  background-image: url('/images/drinking-garden-relax-9206.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 312ms ease;
  transition: all 312ms ease;
  text-decoration: none;
}

.categories-section_line2_item:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.categories-section_line2_item.familia {
  background-image: url('/images/adult-apartment-carpet-1054974.png');
}

.categories-section_line2_item.investimentos {
  background-image: url('/images/architecture-building-city-410730.png');
}

.categories-section_line2_item.custo-beneficio {
  background-image: url('/images/apartment-architecture-buildings-681331.png');
}

.categories-section_line2_item.sitios {
  background-image: url('/images/clouds-country-countryside-461755.png');
}

.list-section {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f4f4f4;
}

.list-section.search-page_list {
  padding-top: 35px;
  padding-bottom: 35px;
}

.list-section.favorites-page_list {
  padding-top: 35px;
}

.list-section_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
}

.list-section_item.row-item {
  margin-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-basis: 48.6%;
  -ms-flex-preferred-size: 48.6%;
  flex-basis: 48.6%;
}

.list-section_item_slider {
  height: auto;
  margin-right: 25px;
  -webkit-flex-basis: 52%;
  -ms-flex-preferred-size: 52%;
  flex-basis: 52%;
}

.list-section_item_slider.row-item-slider {
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.list-section_item_slider.mobile-immobile-page_main-slider {
  display: none;
}

.list-section_item_slider_slide {
  height: auto;
}

.list-section_item_slider_arrow-left-icon {
  background-image: url('/images/seta-esquerda-slider.svg');
  background-position: 0px -1px;
  background-size: 42px;
  background-repeat: no-repeat;
  color: rgba(51, 51, 51, 0);
}

.list-section_item_slider_arrow-right-icon {
  background-image: url('/images/seta-direita-slider.svg');
  background-position: 0px -1px;
  background-size: 42px;
  background-repeat: no-repeat;
  color: rgba(51, 51, 51, 0);
}

.list-section_item_content {
  padding-right: 25px;
  padding-bottom: 0px;
  -webkit-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
}

.list-section_item_content.row-item-content {
  padding-top: 5px;
  padding-bottom: 25px;
  padding-left: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.list-section_item_content_tag {
  margin-top: 20px;
  color: #1171d7;
  font-size: 16px;
}

.list-section_item_content_title {
  margin-top: 0px;
  margin-bottom: 12px;
  color: #003;
  font-size: 23px;
  font-weight: 600;
}

.list-section_item_content_details-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-section_item_content_details-list.immobile-page_details-list {
  margin-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-section_item_content_details-list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-section_item_content_details-list_item.immobile-page_details-list_item {
  margin-right: 32px;
  margin-bottom: 15px;
}

.list-section_item_content_details-list_item-text {
  position: relative;
  margin-left: 6px;
  color: #003;
  font-size: 21px;
  font-weight: 500;
}

.list-section_item_content_details-list_item-text.metric-number {
  font-size: 20px;
  font-weight: 500;
}

.list-section_item_content_details-list_item-text.immobile-page_details-list_item-number {
  margin-left: 5px;
  color: #003;
  font-size: 23px;
}

.list-section_item_content_details-list_divisor {
  width: 2px;
  height: 17px;
  margin-right: 17px;
  margin-left: 17px;
  background-color: #8a8a8a;
}

.list-section_item_content_paragraph {
  margin-bottom: 31px;
  color: #003;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}

.list-section_item_content_price-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-section_item_content_price-box_text {
  color: #003;
  font-size: 29px;
  font-weight: 500;
}

.list-section_item_content_price-box_links-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-section_item_content_price-box_links-list_item {
  margin-left: 10px;
}

.list-section_item_content_button {
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 8px;
  background-color: #1171d7;
  -webkit-transition: all 312ms ease;
  transition: all 312ms ease;
  font-family: Rubik, sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.6px;
}

.list-section_item_content_button:hover {
  background-color: #003;
}

.list-section_item_content_button.neighborhood-cta {
  display: block;
  width: 25%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.list-section_item_slider_nav {
  font-size: 11px;
}

.book-detail {
  font-weight: 400;
}

.price-type {
  display: inline-block;
  margin-right: 5px;
  font-size: 20px;
  font-weight: 400;
}

.list-section_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-section {
  padding-top: 75px;
  padding-bottom: 75px;
}

.about-section.immobile-page_about-section {
  background-color: #f4f4f4;
}

.about-section_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-section_content_text-box {
  -webkit-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}

.about-section_content_text-box_header_paragraph {
  margin-bottom: 45px;
  color: #003;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
}

.about-section_content_text-box_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.about-section_content_text-box_list_item {
  margin-bottom: 25px;
  -webkit-flex-basis: 44%;
  -ms-flex-preferred-size: 44%;
  flex-basis: 44%;
}

.about-section_content_text-box_list_item_title {
  margin-top: 8px;
  margin-bottom: 3px;
  color: #1171d7;
  font-size: 22px;
  font-weight: 700;
}

.about-section_content_text-box_list_item_paragraph {
  color: #003;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.about-section_content_testimonial-box {
  -webkit-flex-basis: 44%;
  -ms-flex-preferred-size: 44%;
  flex-basis: 44%;
}

.about-section_content_text-box_list_item_icon-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-section_content_testimonial-box_item {
  margin-bottom: 20px;
  padding: 20px 25px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.12);
}

.about-section_content_testimonial-box_item_quote-box {
  margin-bottom: 10px;
}

.about-section_content_testimonial-box_item_quote-box.right-quote {
  margin-top: 10px;
  margin-bottom: 0px;
  text-align: right;
}

.about-section_content_testimonial-box_item_paragraph {
  margin-bottom: 15px;
  color: #003;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}

.about-section_content_testimonial-box_item_infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-section_content_testimonial-box_item_infos_photo {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  background-image: url('/images/ben-knapen-906550_960_720.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.about-section_content_testimonial-box_item_infos_photo.photo2 {
  background-image: url('/images/person-donald-900x1080.jpg');
}

.about-section_content_testimonial-box_item_infos_text-box {
  margin-left: 15px;
}

.about-section_content_testimonial-box_item_infos_text-box_name {
  color: #003;
  font-size: 16px;
  font-weight: 700;
}

.about-section_content_testimonial-box_item_infos_text-box_detail {
  color: #707070;
}

.about-section_content_testimonial-box_item_content {
  padding-right: 17px;
  padding-left: 17px;
}

.team-section {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f4f4f4;
}

.team-section_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team-section_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.12);
}

.team-section_list_item_text-box {
  padding-left: 30px;
  -webkit-flex-basis: 53%;
  -ms-flex-preferred-size: 53%;
  flex-basis: 53%;
}

.team-section_list_item_text-box.small-text-box {
  -webkit-flex-basis: 44%;
  -ms-flex-preferred-size: 44%;
  flex-basis: 44%;
}

.team-section_list_item_text-box_name {
  margin-top: 0px;
  margin-bottom: 2px;
  color: #1171d7;
  font-size: 26px;
  line-height: 28px;
}

.team-section_list_item_text-box_detail {
  margin-bottom: 7px;
  color: #003;
  font-size: 16px;
}

.team-section_list_item_text-box_paragraph {
  margin-bottom: 0px;
  color: #003;
  font-size: 14px;
}

.team-section_list_item_image-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 10px;
  padding-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-basis: 47%;
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
}

.team-section_list_item_image-box.large-box {
  -webkit-flex-basis: 66%;
  -ms-flex-preferred-size: 66%;
  flex-basis: 66%;
}

.footer {
  padding-top: 50px;
  padding-bottom: 35px;
}

.footer_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_header {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e1e1e1;
  text-align: center;
}

.footer_header_title {
  color: #707070;
  font-size: 26px;
}

.footer_header_number {
  display: block;
  margin-top: 10px;
  color: #1171d7;
  font-size: 40px;
  line-height: 30px;
  font-weight: 500;
  text-decoration: none;
}

.footer_header_number:hover {
  color: #1d6aaa;
}

.footer_infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_infos_links-box {
  margin-right: 25px;
  -webkit-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
}

.footer_infos_links-box_title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Space Grotesk', sans-serif;
  color: #003;
  font-size: 26px;
}

.footer_infos_links-box_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer_infos_links-box_list_item {
  margin-bottom: 12px;
  padding-right: 10px;
  -webkit-flex-basis: 33.3%;
  -ms-flex-preferred-size: 33.3%;
  flex-basis: 33.3%;
  -webkit-transition: all 312ms ease;
  transition: all 312ms ease;
  color: #003;
  font-size: 15px;
  text-decoration: none;
}

.footer_infos_links-box_list_item:hover {
  color: #1171d7;
}

.footer_infos_contact-box {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  border-left: 1px solid #e3e3e3;
}

.footer_infos_contact-box_title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Space Grotesk', sans-serif;
  color: #003;
  font-size: 23px;
  font-weight: 400;
}

.footer_infos_contact-box_subtitle {
  margin-bottom: 25px;
  color: #003;
  font-size: 16px;
}

.footer_infos_contact-box_address {
  margin-bottom: 25px;
  color: #003;
  font-size: 15px;
  line-height: 20px;
}

.footer_infos_contact-box_developers_title {
  margin-bottom: 6px;
  color: #003;
}

.footer_infos_contact-box_developers_item {
  margin-right: 20px;
}

.footer_copyright {
  margin-top: 55px;
  color: #707070;
  font-size: 12px;
  text-align: center;
}

.main-navbar {
  position: relative;
  z-index: 15;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 3px solid #1171d7;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.11);
}

.main-navbar_content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-navbar_left-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main-navbar_left-box_search-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  margin-left: 20px;
  padding: 12px 10px 11px 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px;
  background-color: #f0f0f0;
  text-decoration: none;
}

.main-navbar_left-box_search-link_text {
  margin-left: 8px;
  color: #707070;
  font-size: 14px;
  font-weight: 500;
}

.main-navbar_right-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-navbar_right-box_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.main-navbar_right-box_links_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2px;
  padding: 10px 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  -webkit-transition: all 312ms ease;
  transition: all 312ms ease;
  text-decoration: none;
}

.main-navbar_right-box_links_item:hover {
  background-color: #f6f6f6;
}

.main-navbar_right-box_links_item.blue-button {
  padding-right: 18px;
  padding-left: 18px;
  background-color: #1171d7;
}

.main-navbar_right-box_links_item.filter-btn {
  padding: 12px 18px;
  background-color: #1171d7;
}

.main-navbar_right-box_links_item.filter-btn:hover {
  background-color: #003;
}

.main-navbar_right-box_links_item_text {
  margin-left: 6px;
  font-family: 'Space Grotesk', sans-serif;
  color: #1171d7;
  font-size: 14px;
  font-weight: 500;
}

.main-navbar_right-box_links_item_text.blue-button_text {
  margin-left: 0px;
  color: #fff;
}

.main-navbar_right-box_phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.main-navbar_right-box_phone.modal_phone {
  margin-right: 30px;
}

.main-navbar_right-box_phone.mobile-navbar_phone {
  display: none;
}

.main-navbar_right-box_phone_text {
  position: relative;
  bottom: 1px;
  margin-left: 5px;
  color: #1171d7;
  font-size: 16px;
  font-weight: 600;
}

.main-navbar_right-box_phone_text.modal_phone_text {
  bottom: 0px;
  font-size: 20px;
}

.search-page_header {
  padding-top: 30px;
  padding-bottom: 30px;
}

.search-page_header_subtitle {
  color: #707070;
  font-size: 18px;
}

.search-page_header_h1 {
  margin-top: -3px;
  margin-bottom: 0px;
  padding-top: 1px;
  color: #003;
  font-size: 28px;
  font-weight: 400;
}

.search-page_filter {
  margin-bottom: 55px;
}

.search-page_filter_title {
  margin-bottom: 15px;
  color: #707070;
  font-size: 18px;
}

.search-page_filter_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-page_filter_list_item {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #1171d7;
  border-radius: 44px;
  background-color: #fff;
  -webkit-transition: all 321ms ease;
  transition: all 321ms ease;
  text-decoration: none;
  cursor: pointer;
}

.search-page_filter_list_item:hover {
  border-color: #787878;
  background-color: #efefef;
}

.search-page_filter_list_item.select {
  height: 47px;
  margin-bottom: 0px;
  border-radius: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.search-page_filter_list_item.select-box {
  overflow: hidden;
  height: 48px;
  padding: 0px 10px;
}

.search-page_filter_list_item.selected {
  background-color: #1171d7;
}

.search-page_filter_list_item.selected:hover {
  border-color: #1171d7;
}

.search-page_filter_list_item_text {
  padding: 12px 23px;
  color: #1171d7;
  font-size: 14px;
}

.search-page_filter_list_item_text.selected-text {
  color: #fff;
}

.navbar_search-box {
  position: absolute;
  left: 22px;
  top: 44px;
  z-index: 50;
  display: none;
  overflow: hidden;
  width: 400px;
  height: auto;
  padding-top: 27px;
  padding-bottom: 15px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.17);
  -webkit-transition: all 312ms ease;
  transition: all 312ms ease;
}

.navbar_search-box_title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #707070;
  font-size: 22px;
  line-height: 29px;
  font-weight: 400;
  text-align: center;
}

.navbar_search-box_subtitle {
  font-family: Circularstd;
  color: #707070;
  font-size: 14px;
  text-align: center;
}

.navbar_search-box_form_checkbox-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.navbar_search-box_form_second-step {
  margin-top: 15px;
  padding-right: 22px;
  padding-left: 22px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar_search-box_form_bedrooms {
  margin-right: 25px;
}

.navbar_search-box_form_price_header_range-box {
  position: relative;
  top: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 175px;
  height: 6px;
  margin-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar_search-box_form_second-step_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.navbar_search-box_form_price_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar_search-box_form_price {
  -webkit-flex-basis: 202px;
  -ms-flex-preferred-size: 202px;
  flex-basis: 202px;
}

.immobile-page_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.immobile-page_header_main-photo {
  -webkit-flex-basis: 64%;
  -ms-flex-preferred-size: 64%;
  flex-basis: 64%;
  background-image: url('/images/apartment-architecture-art-276724.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.immobile-page_header_right-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.immobile-page_header_right-box_photo {
  position: relative;
  height: 227.5px;
  background-image: url('/images/architecture-clouds-daylight-259588.png');
  background-position: 50% 50%;
  background-size: cover;
}

.immobile-page_header_right-box_photo.photo2 {
  background-image: url('/images/apartment-architecture-chairs-987757.png');
}

.immobile-page_header_button {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 17px;
  margin-bottom: 15px;
  padding: 13px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #1171d7;
  border-radius: 7px;
  background-color: #fff;
  -webkit-transition: all 312ms ease;
  transition: all 312ms ease;
}

.immobile-page_header_button:hover {
  background-color: #e4e4e4;
}

.immobile-page_header_button.mobile-photo-modal-button {
  display: none;
}

.immobile-page_header_button_text {
  margin-left: 8px;
  color: #1171d7;
  font-size: 16px;
}

.immobile-page_content {
  padding-top: 50px;
  padding-bottom: 50px;
}

.immobile-page_content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.immobile-page_content_tag {
  color: #1171d7;
  font-size: 18px;
}

.immobile-page_content_left-box {
  -webkit-flex-basis: 61%;
  -ms-flex-preferred-size: 61%;
  flex-basis: 61%;
}

.immobile-page_details-list_item-description {
  margin-left: 5px;
  font-family: 'Space Grotesk', sans-serif;
  color: #003;
  font-size: 16px;
  font-weight: 500;
}

.immobile-page_content_h2 {
  margin-top: 45px;
  margin-bottom: 2px;
  font-family: 'Space Grotesk', sans-serif;
  color: #003;
  font-size: 24px;
}

.immobile-page_content_title {
  margin-top: 2px;
  margin-bottom: 0px;
  font-family: 'Space Grotesk', sans-serif;
  color: #003;
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
}

.immobile-page_content_paragraph {
  margin-bottom: 25px;
  color: #003;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.immobile-page_content_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.immobile-page_content_list.cono {
  margin-bottom: 20px;
}

.immobile-page_content_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 32%;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
}

.immobile-page_content_list_item.category-page_content_list_item {
  -webkit-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}

.immobile-page_content_list_item-icon {
  width: 20px;
  height: 20px;
}

.immobile-page_content_list_item-text {
  margin-left: 5px;
  font-family: 'Space Grotesk', sans-serif;
  color: #1171d7;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}

.immobile-page_content_right-box {
  padding: 30px 20px 20px;
  -webkit-flex-basis: 36%;
  -ms-flex-preferred-size: 36%;
  flex-basis: 36%;
  border-top: 5px solid #20c5e9;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.26);
}

.immobile-page_content_map {
  height: 350px;
  margin-top: 25px;
}

.immobile-page_content_price-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 43.9%, 0.25);
}

.immobile-page_content_price-box_text {
  font-family: Rubik, sans-serif;
  color: #003;
  font-size: 31px;
  font-weight: 500;
}

.immobile-page_person-box {
  padding-top: 25px;
  border-top: 1px solid hsla(0, 0%, 43.9%, 0.25);
}

.immobile-page_person-box_title {
  margin-bottom: 10px;
  color: #707070;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.immobile-page_person-box_title.links-title {
  margin-bottom: 12px;
}

.immobile-page_team-section_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}

.immobile-page_team-section_list_item_text-box {
  -webkit-flex-basis: 65%;
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
}

.immobile-page_team-section_list_item_text-box.small-text-box {
  -webkit-flex-basis: 44%;
  -ms-flex-preferred-size: 44%;
  flex-basis: 44%;
}

.immobile-page_team-section_list_item_text-box_name {
  margin-top: 0px;
  margin-bottom: -3px;
  color: #1171d7;
  font-size: 18px;
  line-height: 28px;
}

.immobile-page_team-section_list_item_text-box_detail {
  margin-bottom: 7px;
  color: #707070;
  font-size: 14px;
}

.immobile-page_team-section_list_item_text-box_paragraph {
  margin-bottom: 0px;
  color: #003;
  font-size: 13px;
  line-height: 19px;
}

.immobile-page_team-section_list_item_image-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-basis: 35%;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
}

.immobile-page_team-section_list_item_image-box.large-box {
  -webkit-flex-basis: 66%;
  -ms-flex-preferred-size: 66%;
  flex-basis: 66%;
}

.immobile-page_form-block {
  margin-bottom: 25px;
}

.immobile-page_form-block.location-contact_form-block {
  margin-bottom: 0px;
  margin-left: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.immobile-page_form-block.contact-page_form-block {
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.immobile-page_form-block_title {
  margin-bottom: 8px;
  font-family: 'Space Grotesk', sans-serif;
  color: #1171d7;
  font-size: 20px;
  font-weight: 500;
}

.immobile-page_form-block_subtitle {
  margin-bottom: 10px;
  color: #003;
}

.immobile-page_form-block_form-block {
  margin-bottom: 0px;
}

.immobile-page_form-block_input {
  height: 50px;
  padding-left: 18px;
  -webkit-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  border-style: solid;
  border-width: 1px;
  border-color: #bebebe;
  border-radius: 4px;
  background-color: #fcfcfc;
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: all 312ms ease;
  transition: all 312ms ease;
  color: #707070;
}

.immobile-page_form-block_input:focus {
  border-color: rgba(42, 139, 221, 0.5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.39);
}

.immobile-page_form-block_input::-webkit-input-placeholder {
  color: #adadad;
}

.immobile-page_form-block_input:-ms-input-placeholder {
  color: #adadad;
}

.immobile-page_form-block_input::-ms-input-placeholder {
  color: #adadad;
}

.immobile-page_form-block_input::placeholder {
  color: #adadad;
}

.immobile-page_form-block_input.textarea {
  min-height: 100px;
  padding-top: 18px;
}

.immobile-page_form-block_input.textarea.contact-page_textarea {
  min-height: 150px;
}

.immobile-page_form-block_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #0c2d49;
  border-radius: 4px;
  background-color: #0c2d49;
  -webkit-transition: all 312ms ease;
  transition: all 312ms ease;
  text-decoration: none;
}

.immobile-page_form-block_button:hover {
  border-color: #134774;
  background-color: #134774;
}

.immobile-page_form-block_button.links-button {
  margin-bottom: 8px;
  border-color: #1171d7;
  background-color: #1171d7;
}

.immobile-page_form-block_button.links-button:hover {
  background-color: #226cab;
}

.immobile-page_form-block_button.links-button.contact-page_button {
  width: 40%;
}

.immobile-page_form-block_button.links-button.whats {
  border-color: #1dc764;
  background-color: #1dc764;
}

.immobile-page_form-block_button.links-button.whats:hover {
  border-color: #46c77c;
  background-color: #46c77c;
}

.immobile-page_form-block_button.links-button.copy-link {
  background-color: #fff;
}

.immobile-page_form-block_button.modal_button {
  margin-left: 8px;
  padding: 13px 20px;
  background-color: #1171d7;
}

.immobile-page_form-block_button.modal_button:hover {
  background-color: #226cab;
}

.immobile-page_form-block_button_text {
  margin-left: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.immobile-page_form-block_button_text.links-button-text {
  color: #fff;
}

.immobile-page_form-block_button_text.links-button-text.copy-link {
  color: #1171d7;
}

.immobile-page_form-block_form_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.immobile-page_links {
  margin-bottom: 25px;
  padding-top: 25px;
  border-top: 1px solid hsla(0, 0%, 43.9%, 0.26);
}

.immobile-page_photo-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(10, 10, 10, 0.95);
}

.immobile-page_photo-modal_image-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 90%;
  -ms-flex-preferred-size: 90%;
  flex-basis: 90%;
}

.immobile-page_photo-modal_contact-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 4px solid #1171d7;
  background-color: #fff;
}

.immobile-page_photo-modal_image-box_slider-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.immobile-page_photo-modal_image-box_photos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.immobile-page_photo-modal_image-box_photos_main-photo-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 85%;
  -ms-flex: 0 85%;
  flex: 0 85%;
}

.immobile-page_photo-modal_image-box_photos_main-photo-box_image {
  display: block;
  width: auto;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.immobile-page_photo-modal_image-box_photos_thumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.immobile-page_photo-modal_image-box_photos_thumbs_item {
  margin-right: 10px;
}

.immobile-page_photo-modal_image-box_photos_thumbs_item.active-thumb {
  border-style: solid;
  border-width: 3px;
  border-color: #1171d7;
}

.immobile-page_photo-modal_image-box_photos-box {
  height: 100%;
}

.immobile-page_photo-modal_contact-box_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.immobile-page_photo-modal_contact-box_content_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.immobile-page_photo-modal_close-button {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 12px;
  margin-right: 12px;
}

.category-page_hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: linear-gradient(349deg, rgba(0, 0, 0, 0.44), hsla(0, 0%, 100%, 0.06)), url('/images/passagens-aereas-gramado-capa2019-04.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.category-page_hero-section.condo {
  background-image: linear-gradient(349deg, rgba(0, 0, 0, 0.44), hsla(0, 0%, 100%, 0.06)), url('/images/empre_496319.jpg');
  background-position: 0px 0px, 50% 100%;
}

.category-page_hero-section_title {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 38px;
}

.category-page_hero-section_subtitle {
  width: 50%;
  margin-bottom: 55px;
  color: #fff;
  font-size: 16px;
}

.category-page_types {
  padding-top: 80px;
  padding-bottom: 80px;
}

.category-page_types_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-bottom: 1px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category-page_types_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 211px;
  height: 374px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-basis: 23%;
  -ms-flex-preferred-size: 23%;
  flex-basis: 23%;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), to(rgba(0, 0, 0, 0.77))), url('/images/big-049183a2a6cf9224b05ff1536f174524.jpeg');
  background-image: linear-gradient(180deg, transparent, transparent 60%, rgba(0, 0, 0, 0.77)), url('/images/big-049183a2a6cf9224b05ff1536f174524.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: all 312ms ease;
  transition: all 312ms ease;
  text-decoration: none;
}

.category-page_types_list_item:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.category-page_types_list_item.apartamentos {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), to(rgba(0, 0, 0, 0.65))), url('/images/2.png');
  background-image: linear-gradient(180deg, transparent, transparent 60%, rgba(0, 0, 0, 0.65)), url('/images/2.png');
}

.category-page_types_list_item.sala-comercial {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), to(rgba(0, 0, 0, 0.65))), url('/images/3.png');
  background-image: linear-gradient(180deg, transparent, transparent 60%, rgba(0, 0, 0, 0.65)), url('/images/3.png');
}

.category-page_types_list_item.areas-rurais {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), to(rgba(0, 0, 0, 0.65))), url('/images/4.png');
  background-image: linear-gradient(180deg, transparent, transparent 60%, rgba(0, 0, 0, 0.65)), url('/images/4.png');
}

.category-page_types_list_item_h2 {
  margin-top: 0px;
  margin-bottom: 3px;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 22px;
}

.category-page_types_list_item_detail {
  color: #a4a4a4;
  font-size: 15px;
}

.category-page_about-section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

.category-page_about-section_image-box_main-photo {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 42%;
  height: 100%;
  background-image: url('/images/AdobeStock_156214312.png');
  background-position: 0px 0px;
  background-size: cover;
}

.category-page_about-section_content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.category-page_about-section_content-box_text {
  -webkit-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}

.favorites-page_header {
  padding-top: 155px;
  padding-bottom: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(2, 2, 2, 0.75))), url('/images/rs.png');
  background-image: linear-gradient(180deg, transparent 50%, rgba(2, 2, 2, 0.75)), url('/images/rs.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.favorites-page_header_h1 {
  margin-top: -3px;
  margin-bottom: 0px;
  padding-top: 1px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.location-contact_section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.location-contact_section_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.location-contact_section_content_map {
  height: 360px;
  margin-bottom: 10px;
  -webkit-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
}

.location-contact_section_content_map-box {
  -webkit-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
}

.contact-page_form-block_button-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.favorites-notification {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 80;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 25px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 6px;
  background-color: #1171d7;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.4);
}

.favorites-notification_title {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 5px;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}

.favorites-notification_subtitle {
  margin-top: 0px;
  color: #fff;
  font-size: 14px;
}

.favorites-notification_title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.favorites-notification_button {
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 11px;
  border: 1px solid #1d5f97;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: all 312ms ease;
  transition: all 312ms ease;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.favorites-notification_button:hover {
  background-color: #1c67a5;
}

.list-section_item_content_price-box_links-list_item-favorite {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-section_item_content_price-box_links-list_item-favorite_icon-blue {
  position: absolute;
  left: 0px;
  top: 0px;
}

.mobile-main-navbar_search-link {
  display: none;
}

.mobile-main-navbar_menu-link {
  display: none;
}

.mobile-main-navbar_menu {
  display: none;
}

.mobile-immobile-page_fixed-footer {
  display: none;
}

.mobile-immobile-page_fixed-footer_content_text-box_price {
  color: #003;
  font-size: 31px;
  font-weight: 700;
}

.mobile-immobile-page_email-modal {
  display: none;
}

.photo-modal_mobile-immobile-page_fixed-footer {
  display: none;
}

.mobile-drag-box {
  display: none;
}

.mobile_immobile-page_form-block {
  margin-bottom: 25px;
}

.mobile_immobile-page_form-block.location-contact_form-block {
  margin-bottom: 0px;
  margin-left: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mobile_immobile-page_form-block.contact-page_form-block {
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.intro-section_content_h1 {
  display: none;
}

.mobile_search-section {
  display: none;
}

.mobile_search-section_content_search-box {
  display: inline-block;
  overflow: hidden;
  width: 510px;
  height: 560px;
  padding-top: 27px;
  padding-bottom: 20px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 312ms ease;
  transition: all 312ms ease;
}

.mobile_categories-section_list {
  display: none;
}

.mobile_categories-section_list_item {
  width: 522px;
  padding: 95px 20px 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 49.3%;
  -ms-flex: 0 49.3%;
  flex: 0 49.3%;
  border-radius: 4px;
  background-image: url('/images/drinking-garden-relax-9206.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 312ms ease;
  transition: all 312ms ease;
  text-decoration: none;
}

.mobile_categories-section_list_item:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.mobile_categories-section_list_item.familia {
  background-image: url('/images/adult-apartment-carpet-1054974.png');
}

.mobile_search-box_form_second-step {
  display: none;
  margin-top: 15px;
  padding-right: 45px;
  padding-left: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search-box_form_code-box_button {
  height: 45px;
  margin-left: 8px;
  padding-top: 13px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 8px;
  background-color: #707070;
  -webkit-transition: all 321ms ease;
  transition: all 321ms ease;
  font-family: Rubik, sans-serif;
  font-weight: 500;
}

.search-box_form_code-box_button:hover {
  background-color: #1171d7;
}

.immobile-page_content_paragraph-copy {
  margin-bottom: 25px;
  color: #707070;
  font-size: 14px;
  line-height: 22px;
}

.immobile-page_content_subtitle {
  margin-bottom: 25px;
  color: #1171d7;
  font-size: 14px;
  line-height: 22px;
}

.search-box_form_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.search-box_form_page_step-1 {
  display: block;
}

.search-box_form_page_step-2 {
  padding-right: 20px;
  padding-left: 20px;
}

.select-field {
  height: 50px;
}

.navbar-search-box_form_advanced {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-right: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.search-box_form_advanced_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-search-box_form_advanced-item {
  width: 49%;
}

.search-page_filter_list_item-form-block {
  margin-bottom: 0px;
}

.search-page_filter_list_item-select {
  margin-bottom: 0px;
  border: 1px none #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #1171d7;
}

.search-page_filter_list_item-select:hover {
  background-color: #f4f4f4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #f4f4f4, #fff), linear-gradient(180deg, #fff, #fff);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._404-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

._404-page_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('/images/bg-intro.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/bg-intro.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  text-align: center;
}

._404-page_content_title {
  border-bottom: 5px solid #1171d7;
  color: #fff;
  font-size: 68px;
  line-height: 69px;
}

._404-page_content_text {
  color: #fff;
  font-size: 16px;
  letter-spacing: -0.15px;
}

.header-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.header-buttons_button {
  margin-top: 0px;
  margin-right: 25px;
  padding: 10px 24px;
  border-radius: 8px;
  -webkit-transition: all 312ms ease;
  transition: all 312ms ease;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.header-buttons_button:hover {
  background-color: #1c67a5;
}

.footer-socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-socials_item {
  margin-right: 8px;
  margin-left: 8px;
}

.search-page_filter_list_item_menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 250px;
  margin-top: 50px;
  padding: 20px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.16);
}

.search-page_filter_list_item_menu.bedroom {
  width: 210px;
}

.search-page_filter_list_item_menu.price {
  width: 300px;
}

.search-page_filter_list_item_menu_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.search-page_filter_list_item_menu_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 9px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsla(0, 0%, 43.9%, 0.8);
  font-weight: 700;
  text-decoration: none;
}

.search-page_filter_list_item_menu_list_item.selected {
  color: #1171d7;
  font-weight: 700;
}

.search-page_filter_list_item_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  padding-top: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid hsla(0, 0%, 9%, 0.08);
}

.search-page_filter_list_item_footer_clear {
  color: hsla(0, 0%, 43.9%, 0.7);
  text-decoration: none;
}

.search-page_filter_list_item_footer_save {
  color: #1171d7;
  font-weight: 700;
  text-decoration: none;
}

.filter-mask {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 999;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 45, 73, 0.9);
}

.search-page_filter_list_item_menu_box-mobile {
  display: none;
}

.newsletter {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #003;
}

.newsletter-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.newsletter-subtitle {
  margin-bottom: 10px;
  color: #707070;
}

.newsletter-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.newsletter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.newsletter-input {
  height: 50px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-left: 18px;
  -webkit-flex-basis: 72%;
  -ms-flex-preferred-size: 72%;
  flex-basis: 72%;
  border-style: solid;
  border-width: 1px;
  border-color: #bebebe;
  border-radius: 4px;
  background-color: #fcfcfc;
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: all 312ms ease;
  transition: all 312ms ease;
  color: #707070;
}

.newsletter-input:focus {
  border-color: rgba(42, 139, 221, 0.5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.39);
}

.newsletter-input::-webkit-input-placeholder {
  color: #adadad;
}

.newsletter-input:-ms-input-placeholder {
  color: #adadad;
}

.newsletter-input::-ms-input-placeholder {
  color: #adadad;
}

.newsletter-input::placeholder {
  color: #adadad;
}

.newsletter-input.textarea {
  min-height: 100px;
  padding-top: 18px;
}

.newsletter-input.textarea.contact-page_textarea {
  min-height: 150px;
}

.newsletter-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #0c2d49;
  border-radius: 4px;
  background-color: #0c2d49;
  -webkit-transition: all 312ms ease;
  transition: all 312ms ease;
  text-decoration: none;
}

.newsletter-button:hover {
  border-color: #134774;
  background-color: #134774;
}

.newsletter-button.links-button {
  margin-bottom: 8px;
  border-color: #1171d7;
  background-color: #1171d7;
}

.newsletter-button.links-button:hover {
  background-color: #226cab;
}

.newsletter-button.links-button.contact-page_button {
  width: 40%;
}

.newsletter-button.links-button.whats {
  border-color: #1dc764;
  background-color: #1dc764;
}

.newsletter-button.links-button.whats:hover {
  border-color: #46c77c;
  background-color: #46c77c;
}

.newsletter-button.modal_button {
  margin-left: 8px;
  padding: 13px 20px;
  background-color: #1171d7;
}

.newsletter-button.modal_button:hover {
  background-color: #226cab;
}

.newsletter-button.cta {
  height: 50px;
  margin-bottom: 0px;
  padding-top: 15px;
  border-color: #1171d7;
  background-color: #1171d7;
}

.newsletter-button.cta:hover {
  background-color: #226cab;
}

.newsletter-button.cta.contact-page_button {
  width: 40%;
}

.newsletter-button.cta.whats {
  border-color: #1dc764;
  background-color: #1dc764;
}

.newsletter-button.cta.whats:hover {
  border-color: #46c77c;
  background-color: #46c77c;
}

.newsletter-form-block {
  width: 55%;
}

.search_page_filter-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.neighborhood {
  padding-top: 45px;
  padding-bottom: 45px;
}

.neighborhood-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.neighborhood-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 374px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 24%;
  -ms-flex: 0 24%;
  flex: 0 24%;
  border-radius: 6px;
  background-image: url('/images/big-049183a2a6cf9224b05ff1536f174524.jpeg');
  background-position: 0px 0px;
  background-size: cover;
  color: #fff;
}

.div-block-3 {
  padding: 15px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: rgba(0, 0, 51, 0.25);
}

.neighborhood-item-title {
  margin-top: 0px;
  margin-bottom: 1px;
}

.footer_seotext {
  margin-top: 21px;
  margin-bottom: 0px;
  color: #003;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}

.navbar_menu_header_content_menu_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.navbar_menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.button {
  position: relative;
  padding: 15px 55px 14px;
  border-style: solid;
  border-width: 1px 1px 3px;
  border-color: #3db9cf;
  background-color: transparent;
  -webkit-transition: all 256ms ease;
  transition: all 256ms ease;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  background-color: #3db9cf;
}

.button.menu-list-button {
  margin-top: 25px;
}

.navbar_menu_header_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar_menu_header_content_footer_links_item {
  margin-left: 40px;
  color: hsla(0, 0%, 100%, 0.7);
}

.navbar_menu_header_content_footer_links_item:hover {
  color: #3db9cf;
}

.navbar_menu_header_content_footer_links_item.green {
  color: #3db9cf;
}

.navbar_menu_header_content_footer_links_item.green:hover {
  color: #8677ed;
}

.navbar_menu_header_content_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 125px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar_menu_header_content_footer_socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar_menu_header_content_footer_socials_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar_menu_header_content_menu_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.navbar_menu_header_content_footer_contact_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
}

.navbar_menu_header_content_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 125px;
  padding-bottom: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar_menu_header_content_footer_contact_list_item {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #707070;
  text-decoration: none;
}

.navbar_menu_header_content_footer_contact_list_item:hover {
  color: #707070;
}

.navbar_menu_header_content_footer_contact_logo {
  margin-left: 20px;
}

.navbar_menu_header_content_footer_contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar_menu-box {
  margin-left: 45px;
}

.navbar_menu_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar_menu_header_content_menu_item_title {
  margin-bottom: 15px;
  color: #003;
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
  letter-spacing: -0.2px;
}

.navbar_menu_header_content_menu_item_link {
  margin-bottom: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #1171d7;
  font-size: 16px;
  text-decoration: none;
}

.navbar_menu_header_content_menu_item_link:hover {
  color: #003;
}

.navbar_menu_header_content_menu_item_link.hide {
  display: none;
}

.navbar_menu_header_content_menu_item_link.green {
  color: #3db9cf;
}

.button_text {
  position: relative;
  z-index: 10;
}

.main-header_content_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-galery-condo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  margin-top: 39px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.condo-page-title {
  margin-top: 0px;
  margin-bottom: 2px;
  font-family: 'Space Grotesk', sans-serif;
  color: #003;
  font-size: 24px;
}

@media screen and (max-width: 991px) {
  .intro-section {
    height: auto;
  }

  .container {
    width: 90%;
  }

  .intro-section_content {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .search-box {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .categories-section_line2_item {
    -webkit-flex-basis: 31%;
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
  }

  .list-section_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .list-section_item.row-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .list-section_item_slider {
    position: relative;
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .list-section_item_slider.mobile-immobile-page_main-slider {
    display: block;
  }

  .list-section_item_slider_slide-image {
    width: 100%;
  }

  .list-section_item_content {
    padding-bottom: 25px;
    padding-left: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .list-section_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-section_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-section_content_text-box {
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .about-section_content_testimonial-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .team-section_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .team-section_list_item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer_infos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer_infos_links-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer_infos_contact-box {
    width: 100%;
    margin-top: 25px;
    padding-top: 25px;
    padding-left: 0px;
    border-top: 1px solid #e3e3e3;
    border-left-style: none;
  }

  .footer_infos_contact-box_developers {
    margin-top: 60px;
    text-align: center;
  }

  .main-navbar_left-box_search-link {
    display: none;
  }

  .main-navbar_right-box_links {
    display: none;
  }

  .main-navbar_right-box_phone {
    display: none;
    margin-left: 20px;
  }

  .main-navbar_right-box_phone.mobile-navbar_phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 25px;
  }

  .main-navbar_right-box_phone_text.mobile-navbar_phone-text {
    font-size: 18px;
  }

  .search-page_filter_list {
    overflow: scroll;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .search-page_filter_list_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 55px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .search-page_filter_list_item.select-box {
    height: auto;
  }

  .search-page_filter_list_item.selected {
    z-index: 1000;
  }

  .search-page_filter_list_item_text {
    display: block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }

  .navbar_search-box {
    left: auto;
    top: 44px;
    right: 0px;
  }

  .immobile-page_header {
    display: none;
  }

  .immobile-page_header_button {
    z-index: 5;
    cursor: pointer;
  }

  .immobile-page_content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .immobile-page_content_left-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .immobile-page_content_right-box {
    margin-top: 30px;
    padding: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-top-style: none;
    background-color: transparent;
    box-shadow: none;
  }

  .immobile-page_person-box_title {
    color: #003;
    font-size: 20px;
  }

  .immobile-page_team-section_list_item_text-box_name {
    font-size: 23px;
  }

  .immobile-page_team-section_list_item_text-box_detail {
    font-size: 18px;
  }

  .immobile-page_team-section_list_item_text-box_paragraph {
    font-size: 14px;
  }

  .immobile-page_team-section_list_item_image {
    width: 60%;
  }

  .immobile-page_form-block {
    display: block;
    width: 100%;
    margin-bottom: 0px;
  }

  .immobile-page_form-block.location-contact_form-block {
    display: block;
    margin-bottom: 30px;
    margin-left: 0px;
  }

  .immobile-page_form-block.contact-page_form-block {
    display: block;
  }

  .immobile-page_form-block_title {
    font-size: 26px;
  }

  .immobile-page_form-block_subtitle {
    margin-bottom: 15px;
  }

  .immobile-page_form-block_input {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .immobile-page_form-block_button.links-button {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .immobile-page_form-block_button.links-button.mobile-immobile-page_fixed-footer_content_buttons-box-item {
    height: 80px;
    max-width: 105px;
    min-width: 105px;
    margin-bottom: 0px;
    margin-left: 5px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-color: #1dc764;
    background-color: #1dc764;
  }

  .immobile-page_form-block_button_text.links-button-text.mobile-immobile-page_fixed-footer_content_buttons-box-item_text {
    margin-top: 8px;
    margin-left: 0px;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
  }

  .immobile-page_form-block_form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .immobile-page_links {
    display: block;
    margin-top: 25px;
  }

  .immobile-page_photo-modal {
    display: none;
  }

  .immobile-page_photo-modal_image-box {
    position: relative;
  }

  .immobile-page_photo-modal_contact-box {
    display: none;
  }

  .immobile-page_photo-modal_image-box_slider-arrow {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 30;
    padding-right: 5px;
    padding-left: 5px;
  }

  .immobile-page_photo-modal_image-box_slider-arrow.right-arrow {
    left: auto;
    top: 0px;
    right: 0px;
  }

  .immobile-page_photo-modal_image-box_photos {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .immobile-page_photo-modal_image-box_photos_main-photo-box {
    position: relative;
    overflow: scroll;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .immobile-page_photo-modal_image-box_photos_main-photo-box_image {
    display: block;
    height: auto;
    min-width: 135%;
    margin-right: auto;
    margin-left: auto;
  }

  .immobile-page_photo-modal_image-box_photos_thumbs {
    overflow: scroll;
  }

  .immobile-page_photo-modal_image-box_photos_thumbs_item {
    height: 76px;
    max-width: 120px;
    min-width: 116px;
  }

  .immobile-page_photo-modal_close-button {
    z-index: 50;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    height: 35px;
    padding-top: 6px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background-color: hsla(0, 0%, 9%, 0.8);
  }

  .category-page_hero-section {
    height: auto;
  }

  .category-page_hero-section_title {
    margin-top: 130px;
  }

  .category-page_hero-section_subtitle {
    margin-bottom: 25px;
  }

  .category-page_types_list {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .category-page_types_list_item {
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-bottom: 19px;
    padding-top: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, transparent), to(rgba(0, 0, 0, 0.8))), url('/images/1.png');
    background-image: linear-gradient(180deg, transparent, transparent 25%, rgba(0, 0, 0, 0.8)), url('/images/1.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .category-page_about-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 75px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .category-page_about-section_image-box_main-photo {
    position: static;
    width: 100%;
    height: 250px;
    background-position: 50% 50%;
  }

  .category-page_about-section_content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .category-page_about-section_content-box_text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .favorites-page_header {
    padding-top: 90px;
  }

  .location-contact_section_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .location-contact_section_content_map-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .mobile-main-navbar_search-link {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .mobile-main-navbar_search-link.open-modal-search-link {
    display: none;
  }

  .mobile-main-navbar_menu-link {
    display: block;
    margin-right: 10px;
    padding: 10px;
  }

  .mobile-main-navbar_menu {
    display: none;
    overflow: scroll;
    margin-top: 10px;
    margin-bottom: -15px;
    padding: 15px 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f4;
  }

  .mobile-main-navbar_menu_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 90px;
    max-width: 105px;
    min-width: 105px;
    margin-right: 15px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #1171d7;
    border-radius: 8px;
    background-color: #fff;
    color: #1171d7;
    line-height: 15px;
    text-align: center;
    text-decoration: none;
  }

  .mobile-main-navbar_menu_item_icon {
    margin-bottom: 5px;
  }

  .mobile-immobile-page_fixed-footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 70;
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 5px solid #1171d7;
    background-color: #f8f8f8;
    box-shadow: 0 -4px 14px 0 rgba(0, 0, 0, 0.35);
  }

  .mobile-immobile-page_fixed-footer_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-immobile-page_fixed-footer_content_text-box_subtitle {
    margin-top: 8px;
    margin-bottom: -2px;
    color: #707070;
  }

  .mobile-immobile-page_fixed-footer_content_text-box_name {
    color: #707070;
    font-size: 16px;
    font-weight: 700;
  }

  .mobile-immobile-page_fixed-footer_content_buttons-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-immobile-page_email-modal {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 150;
    display: none;
    width: 100%;
    height: 100%;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .mobile-immobile-page_email-modal_close-button {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: 20px;
    margin-right: 20px;
  }

  .photo-modal_mobile-immobile-page_fixed-footer {
    position: static;
    left: 0px;
    bottom: 0px;
    z-index: 70;
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 5px solid #1171d7;
    background-color: #f8f8f8;
    box-shadow: 0 -4px 14px 0 rgba(0, 0, 0, 0.35);
  }

  .mobile-drag-box {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: hsla(0, 0%, 9%, 0.87);
  }

  .mobile-drag-box_text {
    margin-top: 7px;
    color: #fff;
    font-size: 16px;
    line-height: 17px;
    font-weight: 400;
    text-align: center;
  }

  .mobile_immobile-page_form-block {
    width: 100%;
    margin-bottom: 0px;
  }

  .mobile_search-section_content_search-box {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .search-page_filter_list_item_menu {
    position: relative;
  }

  .search-page_filter_list_item_menu_box {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 1000;
    display: none;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(12, 45, 73, 0.9);
  }

  .search-page_filter_list_item_menu_box-mobile {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 1000;
    display: none;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(12, 45, 73, 0.9);
  }

  .newsletter-title {
    font-size: 26px;
  }

  .newsletter-subtitle {
    margin-bottom: 15px;
  }

  .newsletter-input {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .newsletter-button.links-button {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .newsletter-button.links-button.mobile-immobile-page_fixed-footer_content_buttons-box-item {
    height: 80px;
    max-width: 105px;
    min-width: 105px;
    margin-bottom: 0px;
    margin-left: 5px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-color: #1dc764;
    background-color: #1dc764;
  }

  .newsletter-button.cta {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .newsletter-button.cta.mobile-immobile-page_fixed-footer_content_buttons-box-item {
    height: 80px;
    max-width: 105px;
    min-width: 105px;
    margin-bottom: 0px;
    margin-left: 5px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-color: #1dc764;
    background-color: #1dc764;
  }

  .navbar_menu_header_content_menu_item {
    margin-bottom: 35px;
    margin-left: 0px;
  }

  .navbar_menu {
    z-index: 500;
    overflow: scroll;
    height: 100%;
  }

  .navbar_menu_header_content {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .navbar_menu_header_content_footer_links_item {
    margin-bottom: 15px;
    margin-left: 0px;
  }

  .navbar_menu_header_content_menu {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .navbar_menu_header_content_footer_socials {
    margin-bottom: 25px;
    margin-left: 0px;
  }

  .navbar_menu_header_content_menu_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .navbar_menu_header_content_footer_contact_list {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .navbar_menu_header_content_footer_links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .navbar_menu_header_content_footer {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .navbar_menu_header_content_footer_contact_logo {
    margin-top: 20px;
    margin-left: 0px;
  }

  .navbar_menu_header_content_footer_contact {
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .navbar_menu_header {
    padding-right: 40px;
    padding-left: 40px;
  }

  .image-galery-condo {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .intro-section {
    background-position: 50% 0px;
    background-attachment: scroll;
  }

  .intro-section_content {
    padding-top: 175px;
    padding-bottom: 35px;
  }

  .search-box {
    display: none;
  }

  .search-box_subtitle.mobile_search-section_voice-box_subtitle {
    margin-bottom: 15px;
  }

  .search-box_form_checkbox-item {
    padding-top: 23px;
    padding-bottom: 16px;
    -webkit-flex-basis: 31%;
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
  }

  .search-box_form_code-box {
    display: none;
  }

  .search-box_links-box {
    display: none;
  }

  .search-box_form_checkbox-list {
    padding-right: 0px;
    padding-left: 0px;
  }

  .search-box_form_second-step {
    display: block;
  }

  .categories-section_line1 {
    display: none;
  }

  .categories-section_item_text {
    margin-bottom: -3px;
    font-size: 14px;
  }

  .categories-section_item_title {
    font-size: 22px;
  }

  .section-h2 {
    font-size: 26px;
    line-height: 30px;
  }

  .categories-section_line2 {
    display: none;
  }

  .list-section_item_content_details-list.immobile-page_details-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .list-section_item_content_details-list_item.immobile-page_details-list_item {
    margin-right: 0px;
    margin-bottom: 22px;
    padding-right: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .about-section_content_testimonial-box_item_infos {
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-section_content_testimonial-box_item_infos_text-box {
    margin-left: 0px;
    text-align: center;
  }

  .about-section_content_testimonial-box_item_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer_infos {
    margin-top: 30px;
  }

  .footer_infos_links-box {
    display: none;
  }

  .footer_infos_contact-box {
    margin-top: 0px;
    padding-top: 0px;
    border-top-style: none;
  }

  .footer_infos_contact-box_title {
    text-align: center;
  }

  .footer_infos_contact-box_subtitle {
    text-align: center;
  }

  .footer_infos_contact-box_address {
    text-align: center;
  }

  .search-page_header_h1 {
    margin-top: 5px;
    font-size: 24px;
    line-height: 30px;
  }

  .search-page_filter_list {
    overflow: scroll;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .search-page_filter_list_item {
    height: 70px;
    min-width: 135px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 11px;
  }

  .search-page_filter_list_item_icon {
    width: auto;
    height: 26px;
    margin-bottom: 5px;
  }

  .search-page_filter_list_item_text {
    margin-left: 0px;
    line-height: 14px;
  }

  .navbar_search-box {
    display: none;
  }

  .immobile-page_form-block_button.links-button.mobile-immobile-page_fixed-footer_content_buttons-box-item {
    height: 72px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .immobile-page_form-block_button_text.links-button-text.mobile-immobile-page_fixed-footer_content_buttons-box-item_text {
    font-size: 12px;
    line-height: 13px;
  }

  .category-page_hero-section_title {
    margin-top: 115px;
    margin-bottom: 0px;
    font-size: 36px;
  }

  .category-page_hero-section_subtitle {
    width: 80%;
    font-size: 14px;
  }

  .category-page_types {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .favorites-notification {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .mobile-main-navbar_search-link {
    display: none;
  }

  .mobile-main-navbar_search-link.open-modal-search-link {
    display: block;
  }

  .mobile-immobile-page_fixed-footer_content_text-box_price {
    font-size: 27px;
  }

  .mobile-immobile-page_fixed-footer_content_text-box_subtitle {
    margin-top: 2px;
  }

  .intro-section_content_h1 {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 28px;
    line-height: 30px;
  }

  .mobile_search-section {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .mobile_search-section_content_search-box {
    display: block;
    width: auto;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .mobile_search-section_voice-box {
    padding-top: 25px;
    border-top: 1px solid hsla(0, 0%, 43.9%, 0.4);
  }

  .mobile_categories-section_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    width: 100%;
    padding-left: 25px;
  }

  .mobile_categories-section_list_item {
    width: auto;
    min-width: 200px;
    margin-right: 12px;
    padding-right: 45px;
    padding-bottom: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 12px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 9%, 0.6)), to(hsla(0, 0%, 9%, 0.6))), url('/images/drinking-garden-relax-9206.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 9%, 0.6), hsla(0, 0%, 9%, 0.6)), url('/images/drinking-garden-relax-9206.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .mobile_categories-section_list_item.familia {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 9%, 0.6)), to(hsla(0, 0%, 9%, 0.6))), url('/images/adult-apartment-carpet-1054974.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 9%, 0.6), hsla(0, 0%, 9%, 0.6)), url('/images/adult-apartment-carpet-1054974.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
  }

  .mobile_categories-section_list_item.investimentos {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 9%, 0.6)), to(hsla(0, 0%, 9%, 0.6))), url('/images/architecture-building-city-410730.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 9%, 0.6), hsla(0, 0%, 9%, 0.6)), url('/images/architecture-building-city-410730.png');
    background-size: auto, auto;
  }

  .mobile_search-modal {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 150;
    display: none;
    width: 100%;
    height: 100%;
    padding-right: 50px;
    padding-left: 52px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .mobile_search-box_form_second-step {
    display: block;
  }

  .search-page_filter_list_item-form-block {
    height: 100%;
  }

  .newsletter-title {
    text-align: center;
  }

  .newsletter-subtitle {
    text-align: center;
  }

  .newsletter-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .newsletter-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .newsletter-input {
    margin-right: 0px;
  }

  .newsletter-button.links-button.mobile-immobile-page_fixed-footer_content_buttons-box-item {
    height: 72px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .newsletter-button.cta {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .newsletter-button.cta.mobile-immobile-page_fixed-footer_content_buttons-box-item {
    height: 72px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .newsletter-form-block {
    width: 100%;
  }

  .footer_seotext {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .intro-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), color-stop(60%, transparent)), url('/images/bg-intro.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), transparent 60%), url('/images/bg-intro.jpg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .main-header_content_logo {
    width: 142px;
  }

  .intro-section_content {
    padding-top: 100px;
    padding-bottom: 25px;
  }

  .search-box_title {
    margin-bottom: -5px;
    font-size: 20px;
  }

  .search-box_subtitle {
    font-size: 14px;
  }

  .search-box_subtitle.mobile_search-section_voice-box_subtitle {
    margin-top: 5px;
    font-size: 12px;
    line-height: 16px;
    font-style: italic;
    font-weight: 500;
  }

  .search-box_form-box {
    margin-top: 15px;
  }

  .search-box_form_checkbox-item {
    width: 31%;
    margin-bottom: 10px;
    padding: 14px 10px 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .search-box_form_checkbox-item-block_text {
    margin-top: 5px;
    font-size: 12px;
  }

  .search-box_form_checkbox-item-block_icon-box {
    height: 35px;
  }

  .search-box_form_bedrooms {
    margin-right: 20px;
  }

  .search-box_form_second-step_item-title {
    font-size: 14px;
  }

  .search-box_form_bedrooms_header {
    margin-bottom: 0px;
  }

  .search-box_form_bedrooms_header-input {
    font-size: 30px;
  }

  .search-box_form_bedrooms_header-input::-webkit-input-placeholder {
    font-size: 30px;
  }

  .search-box_form_bedrooms_header-input:-ms-input-placeholder {
    font-size: 30px;
  }

  .search-box_form_bedrooms_header-input::-ms-input-placeholder {
    font-size: 30px;
  }

  .search-box_form_bedrooms_header-input::placeholder {
    font-size: 30px;
  }

  .search-box_form_price_header {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .search-box_form_price_header_range-box {
    width: 140px;
  }

  .search-box_form_button {
    margin-top: 15px;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .categories-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .categories-section_item_text {
    margin-bottom: -5px;
  }

  .categories-section_item_title {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .section-h2 {
    font-size: 22px;
    line-height: 25px;
  }

  .section-h2.about-section-h2 {
    line-height: 26px;
  }

  .list-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .list-section.search-page_list {
    padding-top: 25px;
  }

  .list-section_item_content_title {
    line-height: 22px;
  }

  .list-section_item_content_details-list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .list-section_item_content_details-list_item {
    margin-right: 6px;
    margin-bottom: 10px;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }

  .list-section_item_content_details-list_item-text.immobile-page_details-list_item-number {
    font-size: 21px;
  }

  .list-section_item_content_details-list_divisor {
    display: none;
  }

  .list-section_item_content_price-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .list-section_item_content_price-box_text {
    margin-bottom: 15px;
  }

  .list-section_item_content_price-box_links-list {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .list-section_item_content_price-box_links-list_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45px;
    height: 40px;
    margin-right: 6px;
    margin-left: 6px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #1171d7;
    border-radius: 6px;
  }

  .about-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about-section_content_text-box_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-section_content_text-box_list_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .about-section_content_text-box_list_item_paragraph {
    line-height: 20px;
    text-align: center;
  }

  .team-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .team-section_list_item {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .team-section_list_item_text-box {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .team-section_list_item_text-box.small-text-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .team-section_list_item_image-box {
    height: auto;
    padding-top: 20px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .team-section_list_item_image-box.large-box {
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer {
    padding-top: 50px;
  }

  .footer_header_title {
    font-size: 22px;
  }

  .footer_header_number {
    margin-top: 5px;
    font-size: 34px;
  }

  .footer_infos_contact-box_title {
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
  }

  .main-navbar_left-box_logo {
    width: 30px;
  }

  .main-navbar_right-box_phone.mobile-navbar_phone {
    margin-left: 12px;
  }

  .main-navbar_right-box_phone_text.mobile-navbar_phone-text {
    font-size: 16px;
  }

  .search-page_header {
    padding-top: 30px;
    padding-bottom: 35px;
  }

  .search-page_filter {
    margin-bottom: 25px;
  }

  .search-page_filter_title {
    font-size: 16px;
  }

  .search-page_filter_list_item {
    min-width: auto;
  }

  .search-page_filter_list_item.selected {
    width: auto;
    min-width: auto;
  }

  .search-page_filter_list_item_text {
    text-align: center;
  }

  .immobile-page_header_button {
    bottom: -50px;
    display: none;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .immobile-page_header_button.mobile-photo-modal-button {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .immobile-page_header_button_text {
    font-size: 16px;
  }

  .immobile-page_content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .immobile-page_content_tag {
    font-size: 15px;
  }

  .immobile-page_details-list_item-description {
    font-size: 14px;
    line-height: 14px;
  }

  .immobile-page_content_h2 {
    margin-top: 25px;
    line-height: 30px;
  }

  .immobile-page_content_title {
    font-size: 26px;
    line-height: 28px;
  }

  .immobile-page_content_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .immobile-page_content_list_item {
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .immobile-page_content_list_item-icon {
    width: 13px;
  }

  .immobile-page_person-box_title {
    margin-bottom: 15px;
  }

  .immobile-page_team-section_list_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .immobile-page_team-section_list_item_text-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .immobile-page_team-section_list_item_text-box_name {
    margin-bottom: 0px;
  }

  .immobile-page_team-section_list_item_image-box {
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .immobile-page_form-block_title {
    font-size: 20px;
  }

  .immobile-page_form-block_subtitle {
    font-size: 14px;
    line-height: 17px;
  }

  .immobile-page_form-block_button.links-button {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .immobile-page_form-block_button.links-button.contact-page_button {
    width: 100%;
  }

  .immobile-page_form-block_button.links-button.mobile-immobile-page_fixed-footer_content_buttons-box-item {
    height: 43px;
    max-width: 43px;
    min-width: 43px;
  }

  .immobile-page_form-block_button_text.links-button-text.mobile-immobile-page_fixed-footer_content_buttons-box-item_text {
    display: none;
    font-size: 10px;
    line-height: 12px;
  }

  .immobile-page_photo-modal_image-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .immobile-page_photo-modal_image-box_photos {
    height: auto;
  }

  .immobile-page_photo-modal_image-box_photos_main-photo-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .immobile-page_photo-modal_image-box_photos_thumbs_item.active-thumb {
    height: 65px;
    max-width: 100px;
    min-width: 100px;
  }

  .category-page_hero-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), color-stop(65%, rgba(53, 53, 53, 0))), url('/images/architecture-building-city-410730_1.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(53, 53, 53, 0) 65%), url('/images/architecture-building-city-410730_1.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .category-page_hero-section_title {
    margin-top: 75px;
    font-size: 28px;
    line-height: 34px;
  }

  .category-page_hero-section_subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .favorites-page_header_h1 {
    line-height: 31px;
  }

  .location-contact_section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .favorites-notification {
    width: 100%;
    padding: 12px 15px 5px;
    border-top-left-radius: 0px;
  }

  .favorites-notification_title-box {
    margin-bottom: 0px;
  }

  .list-section_item_content_price-box_links-list_item-favorite {
    width: 45px;
    height: 40px;
    min-width: 0px;
    margin-right: 6px;
    margin-left: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #1171d7;
    border-radius: 6px;
  }

  .list-section_item_content_price-box_links-list_item-favorite_icon-blue {
    left: 11px;
    top: 10px;
  }

  .mobile-main-navbar_search-link {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }

  .mobile-main-navbar_menu-link {
    padding: 5px;
  }

  .mobile-main-navbar_menu {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .mobile-main-navbar_menu_item {
    height: 70px;
    max-width: 95px;
    min-width: 95px;
    font-size: 12px;
    line-height: 11px;
  }

  .mobile-main-navbar_menu_item_icon {
    height: 20px;
  }

  .mobile-immobile-page_fixed-footer_content_text-box_price {
    margin-bottom: 3px;
    font-size: 20px;
  }

  .mobile-immobile-page_fixed-footer_content_text-box_subtitle {
    font-size: 12px;
    line-height: 15px;
  }

  .mobile-immobile-page_fixed-footer_content_text-box_name {
    font-size: 14px;
    line-height: 16px;
  }

  .mobile-immobile-page_email-modal_close-button {
    margin-top: 10px;
    margin-right: 10px;
  }

  .photo-modal_mobile-immobile-page_fixed-footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .mobile-drag-box {
    padding: 14px;
  }

  .mobile-drag-box_icon {
    height: 35px;
  }

  .mobile-drag-box_text {
    font-size: 16px;
  }

  .intro-section_content_h1 {
    font-size: 22px;
    line-height: 26px;
  }

  .mobile_categories-section_list {
    padding-left: 15px;
  }

  .mobile_categories-section_list_item {
    padding-top: 65px;
  }

  .mobile_search-modal {
    padding-right: 21px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile_search-box_form_second-step {
    margin-top: 3px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block {
    position: relative;
  }

  .div-block-2 {
    position: relative;
  }

  .search-box_form_advanced_header {
    margin-bottom: 0px;
  }

  ._404-page_content {
    padding-right: 50px;
    padding-left: 50px;
  }

  .newsletter-title {
    font-size: 26px;
  }

  .newsletter-subtitle {
    font-size: 14px;
    line-height: 17px;
  }

  .newsletter-button.links-button {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .newsletter-button.links-button.contact-page_button {
    width: 100%;
  }

  .newsletter-button.links-button.mobile-immobile-page_fixed-footer_content_buttons-box-item {
    height: 43px;
    max-width: 43px;
    min-width: 43px;
  }

  .newsletter-button.cta {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .newsletter-button.cta.contact-page_button {
    width: 100%;
  }

  .newsletter-button.cta.mobile-immobile-page_fixed-footer_content_buttons-box-item {
    height: 43px;
    max-width: 43px;
    min-width: 43px;
  }

  .navbar_menu_header_content_menu_item {
    margin-bottom: 30px;
  }

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

  .button.menu-list-button {
    margin-top: 10px;
  }

  .navbar_menu_header_content_footer_links_item {
    margin-bottom: 10px;
  }

  .navbar_menu_header_brand {
    width: 125px;
  }

  .navbar_menu_header_content_footer_socials_item {
    margin-right: 12px;
    margin-left: 0px;
  }

  .navbar_menu_header_content_footer_links {
    margin-bottom: 10px;
  }

  .navbar_menu_header_content_footer {
    margin-top: 15px;
  }

  .navbar_menu-box {
    margin-left: 10px;
  }

  .navbar_menu_header_content_menu_item_title {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .condo-page-title {
    margin-top: 25px;
    line-height: 30px;
  }
}

