.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;
}

.intro-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('/images/bg-gramado.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/images/bg-gramado.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

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

.main-header.intern {
  padding-top: 20px;
}

.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_menu_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 35px;
  -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: 900;
  text-decoration: none;
}

.intro-section_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  margin-bottom: -76px;
  -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;
  padding-top: 35px;
  padding-bottom: 35px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 312ms ease;
  transition: all 312ms ease;
}

.search-box_title {
  margin: 0px 70px 2px;
  font-family: 'Space Grotesk', sans-serif;
  color: #333;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  text-align: center;
}

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

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

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

.search-box_form {
  display: block;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.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: 1px solid #2a8bdd;
  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;
  color: #2a8bdd;
  font-size: 14px;
  line-height: 15px;
  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;
  color: #2a8bdd;
  text-decoration: none;
}

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

.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: #2a8bdd;
  font-size: 35px;
  text-align: left;
}

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

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

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

.search-box_form_bedrooms_header-input::placeholder {
  color: #2a8bdd;
  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: 1px solid #2a8bdd;
  border-radius: 10px;
  -webkit-transition: all 312ms ease;
  transition: all 312ms ease;
  color: #2a8bdd;
  font-size: 17px;
  font-weight: 900;
  text-decoration: none;
}

.search-box_form_bedrooms_buttons_item:hover {
  background-color: #2a8bdd;
  color: #fff;
}

.search-box_form_price {
  margin-bottom: 35px;
  -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: #2a8bdd;
  text-align: right;
}

.search-box_form_price_header_range-box_main-line_circle {
  width: 17px;
  height: 17px;
  margin-right: -2px;
  border: 2px solid #2a8bdd;
  border-radius: 100%;
  background-color: #2a8bdd;
  -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: #2a8bdd;
  font-size: 22px;
  text-align: right;
}

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

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

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

.search-box_form_price_input::placeholder {
  color: #2a8bdd;
  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: 2px solid #2a8bdd;
  border-radius: 12px;
  background-color: #2a8bdd;
  -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: #2a8bdd;
}

.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;
  color: #171717;
  font-size: 28px;
}

.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: 75px;
  padding-bottom: 75px;
  background-color: #f4f4f4;
}

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

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

.list-section.search-result_list-box {
  padding: 75px 45px;
}

.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-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-basis: 48.6%;
  -ms-flex-preferred-size: 48.6%;
  flex-basis: 48.6%;
  text-decoration: none;
}

.list-section_item.row-item.on-map {
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.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_slide-image {
  width: 100%;
  min-width: 100%;
}

.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 {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 25px;
  padding-left: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-decoration: none;
}

.list-section_item_content_tag {
  margin-top: 0px;
  color: #707070;
  font-size: 16px;
}

.list-section_item_content_title {
  margin-top: 15px;
  margin-bottom: 0px;
  color: #171717;
  font-size: 23px;
  font-weight: 700;
}

.list-section_item_content_title.on-map {
  font-size: 16px;
  line-height: 24px;
}

.list-section_item_content_details-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
  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;
}

.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;
}

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

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

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

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

.list-section_item_content_paragraph {
  margin-bottom: 31px;
  color: #707070;
  font-size: 13px;
  line-height: 22px;
}

.list-section_item_content_price-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -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: #171717;
  font-size: 29px;
  font-weight: 700;
}

.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;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 23px 35px 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-radius: 8px;
  background-color: #091f2c;
  -webkit-transition: all 312ms ease;
  transition: all 312ms ease;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #80e0a7;
}

.button.pink {
  background-color: #80e0a7;
  color: #091f2c;
}

.button.pink:hover {
  background-color: #c7f9cc;
}

.button.list-button {
  margin-top: 25px;
  color: #fff;
}

.button.list-button.finish-button {
  background-color: #1dc764;
}

.button.list-button.finish-button:hover {
  background-color: #19ad57;
}

.button.visit-button {
  margin-top: 15px;
}

.button.facebook {
  margin-top: 8px;
  padding-top: 17px;
  padding-bottom: 17px;
  background-color: #4267b2;
  font-size: 15px;
}

.button.google {
  margin-top: 8px;
  padding-top: 17px;
  padding-bottom: 17px;
  background-color: #e4655b;
  font-size: 15px;
}

.button.seccondary_list-button {
  margin-top: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #80e0a7;
  background-color: #fff;
  color: #80e0a7;
}

.button.disabled {
  background-color: hsla(0, 0%, 43.9%, 0.4);
  cursor: not-allowed;
}

.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: #707070;
  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: #707070;
  font-size: 22px;
  font-weight: 700;
}

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

.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: #707070;
  font-size: 16px;
  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: #707070;
  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: #2a8bdd;
  font-size: 26px;
  line-height: 28px;
}

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

.team-section_list_item_text-box_paragraph {
  margin-bottom: 0px;
  color: #707070;
  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: 95px;
  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: #091f2c;
  font-size: 40px;
  line-height: 30px;
  font-weight: 700;
  text-decoration: none;
}

.footer_header_number:hover {
  color: #80e0a7;
}

.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;
  color: #171717;
  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: #707070;
  font-size: 15px;
  text-decoration: none;
}

.footer_infos_links-box_list_item:hover {
  color: #2a8bdd;
}

.footer_infos_contact-box {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.footer_infos_contact-box_title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #171717;
  font-size: 23px;
  font-weight: 400;
}

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

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

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

.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: 1000;
  padding-bottom: 20px;
  background-color: #091f2c;
  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: 0;
  -webkit-flex: 0 300px;
  -ms-flex: 0 300px;
  flex: 0 300px;
  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: #2a8bdd;
}

.main-navbar_right-box_links_item_text {
  margin-left: 6px;
  color: #2a8bdd;
  font-size: 14px;
}

.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: #2a8bdd;
  font-size: 16px;
  font-weight: 700;
}

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

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

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

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

.search-page_filter {
  position: relative;
  z-index: 10;
  margin-bottom: 30px;
}

.search-page_filter_title {
  margin-bottom: 15px;
  color: #171717;
  font-size: 24px;
  font-weight: 700;
}

.search-page_filter_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: 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: #091f2c;
  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: #091f2c;
}

.search-page_filter_list_item.selected:hover {
  border-color: #2a8bdd;
}

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

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

.navbar_search-box {
  position: absolute;
  left: 228px;
  top: 70px;
  z-index: 2000;
  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_1.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: #091f2c;
  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: #091f2c;
  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: #2a8bdd;
  font-size: 18px;
}

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

.immobile-page_details-list_item-description {
  margin-left: 5px;
  color: #171717;
  font-size: 16px;
}

.immobile-page_content_h2 {
  margin-top: 45px;
  margin-bottom: 2px;
  color: #171717;
  font-size: 24px;
}

.immobile-page_content_title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #171717;
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
}

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

.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_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;
  color: #2a8bdd;
  font-size: 16px;
  line-height: 18px;
}

.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 #80e0a7;
  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 {
  color: #2a8bdd;
  font-size: 31px;
  font-weight: 700;
}

.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: #2a8bdd;
  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: #707070;
  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 {
  color: #2a8bdd;
  font-size: 20px;
  font-weight: 700;
}

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

.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: #091f2c;
  border-radius: 4px;
  background-color: #091f2c;
  -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: #2a8bdd;
  background-color: #2a8bdd;
}

.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.modal_button {
  margin-left: 8px;
  padding: 13px 20px;
  background-color: #2a8bdd;
}

.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_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_form-block_form_row.rent {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.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 #2a8bdd;
  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: 3px solid #2a8bdd;
}

.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: url('/images/architecture-building-city-410730_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.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: 340px;
  margin-right: 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.65))), url('/images/1.png');
  background-image: linear-gradient(180deg, transparent, transparent 60%, rgba(0, 0, 0, 0.65)), url('/images/1.png');
  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;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
}

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

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

.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: 54%;
  -ms-flex-preferred-size: 54%;
  flex-basis: 54%;
}

.favorites-page_header {
  padding-top: 40px;
  padding-bottom: 25px;
  background-color: #091f2c;
}

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

.location-contact_section {
  padding-top: 35px;
  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: #091f2c;
  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: #80e0a7;
  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-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.3);
  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: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px;
  -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: #171717;
  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;
}

.search-box_form_code-box_button:hover {
  background-color: #2a8bdd;
}

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

.immobile-page_content_subtitle {
  margin-top: 5px;
  margin-bottom: 25px;
  color: #707070;
  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: #2a8bdd;
}

.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 #2a8bdd;
  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: #2a8bdd;
  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: #2a8bdd;
  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;
}

.main-header_content_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.search-box_align {
  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;
}

.search-box_label {
  color: hsla(0, 0%, 43.9%, 0.8);
  text-align: center;
}

.search-box_label.price-mobile {
  display: none;
}

.search-box_form_price_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.search-box_form_price_box_levels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.search-box_form_price_box_levels_item {
  position: relative;
  width: 10px;
  height: 90px;
  margin-right: 11px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: rgba(12, 45, 73, 0.24);
}

.search-box_form_price_box_levels_item._20 {
  height: 20px;
}

.search-box_form_price_box_levels_item._50 {
  height: 50px;
}

.search-box_form_price_box_levels_item._40 {
  height: 40px;
}

.search-box_form_price_box_levels_item._80 {
  height: 80px;
}

.search-box_form_price_box_levels_item._80.active {
  background-color: #80e0a7;
  color: #80e0a7;
}

.search-box_form_price_box_levels_item_details {
  position: absolute;
  left: -74px;
  top: -77px;
  right: auto;
  bottom: auto;
  display: block;
  width: auto;
  padding: 12px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.15);
}

.search-box_form_price_box_levels_item_details_value {
  margin-right: 20px;
  margin-left: 20px;
  color: #091f2c;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.search-box_form_price_box_levels_item_details_text {
  margin-top: 5px;
  color: #707070;
  font-size: 14px;
  line-height: 11px;
  text-align: center;
}

.search-box_form_price_box_drag {
  position: relative;
  height: 12px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 43.9%, 0.2);
}

.search-box_form_price_box_drag_bullet {
  position: absolute;
  left: auto;
  top: -6px;
  right: -5px;
  bottom: auto;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: #80e0a7;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  cursor: ew-resize;
}

.search-box_form_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-box_form_item.last {
  margin-bottom: 35px;
}

.search-box_form_item_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-box_form_price_box_drag_fill {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 248px;
  height: 12px;
  border-radius: 10px;
  background-color: #091f2c;
}

.search-box_form_price_box_levels_item_details_arrow {
  position: absolute;
  left: 65px;
  top: 51.4px;
}

.search-box_form_item_links_txt {
  margin-right: 10px;
  margin-left: 10px;
  color: #707070;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}

.button_icon {
  margin-right: 10px;
}

.button_text {
  color: #171717;
}

.button_text.wht {
  color: #fff;
}

.infos-section {
  padding-top: 160px;
  background-color: #091f2c;
}

.infos-section_content {
  position: relative;
  z-index: 20;
  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;
}

.infos-section_content_left {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.infos-section_content_left_h2 {
  margin-top: 0px;
  color: #fff;
  font-size: 30px;
  line-height: 33px;
}

.infos-section_content_left_p {
  margin-bottom: 20px;
  color: hsla(0, 0%, 100%, 0.5);
}

.infos-section_content_right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 35%;
  -ms-flex: 0 35%;
  flex: 0 35%;
}

.infos-section_content_right_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;
}

.infos-section_content_right_item_bullet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 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;
  border-radius: 100%;
  background-color: #80e0a7;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.infos-section_content_right_item_bullet_txt {
  color: #091f2c;
  line-height: 18px;
}

.infos-section_content_right_item_txt {
  margin-bottom: 0px;
  margin-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
}

.infos-section-bg {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-top: -170px;
  opacity: 0.5;
}

.infos-section_footer {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url('/images/bg-builidings.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.infos-section_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;
}

.list-section_item_header {
  position: relative;
  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-box_form_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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.search-box_form_list.search-results {
  width: 100%;
}

.search-result_content {
  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;
}

.search-result_content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -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;
}

.search-result_content-box_list {
  overflow: scroll;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 57%;
  -ms-flex: 0 57%;
  flex: 0 57%;
}

.search-result_content-box_map {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.search-result_content-box_map_embed {
  width: 100%;
  height: 100%;
}

.immobile-page_infos-list {
  margin-top: 35px;
  padding: 24px;
  border-radius: 6px;
  background-color: hsla(0, 0%, 92.2%, 0.5);
}

.immobile-page_infos-list_title {
  color: #707070;
  font-size: 18px;
  font-weight: 700;
}

.immobile-page_infos-list_title.additional {
  margin-bottom: 15px;
}

.immobile-page_infos-list_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.immobile-page_infos-list_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -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);
}

.immobile-page_infos-list_list_item_value.total {
  color: #091f2c;
  font-size: 20px;
  font-weight: 700;
}

.immobile-page_infos-list_list_divisor {
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: hsla(0, 0%, 43.9%, 0.12);
}

.immobile-page_infos-list_additional {
  margin-top: 25px;
}

.immobile-page_infos-list_additional_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.immobile-page_infos-list_additional_item_infos {
  margin-left: 10px;
}

.immobile-page_infos-list_additional_item_infos_title {
  margin-bottom: 0px;
  color: #707070;
  line-height: 18px;
}

.immobile-page_infos-list_additional_item_infos_text {
  color: #091f2c;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}

.visit-box_title {
  color: #091f2c;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.visit-box_calendar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -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;
}

.visit-box_calendar_arrow.right {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.visit-box_calendar_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.visit-box_calendar_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  padding-top: 2px;
  -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-radius: 100%;
  background-color: hsla(0, 0%, 43.9%, 0.25);
  color: #707070;
  text-decoration: none;
}

.visit-box_calendar_list_item.list-page-active {
  background-color: #80e0a7;
  color: #fff;
}

.visit-box_calendar_list_item.list-page-active.alert {
  background-color: #f2e65c;
}

.visit-box_calendar_list_item.list-page-finished {
  background-color: #1dc764;
  color: #fff;
}

.visit-box_calendar_list_item.list-page-alert {
  background-color: #ede051;
  color: #fff;
}

.visit-box_calendar_list_item_number {
  font-size: 18px;
  line-height: 15px;
}

.visit-box_calendar_list_item_text {
  font-size: 11px;
  line-height: 14px;
}

.visit-box_calendar_month {
  color: #707070;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.visit-box_section_title {
  margin-top: 35px;
  margin-bottom: 12px;
  color: #091f2c;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}

.visit-box_time_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.visit-box_time_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 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 30%;
  -ms-flex: 0 30%;
  flex: 0 30%;
  border-radius: 14px;
  background-color: hsla(0, 0%, 43.9%, 0.25);
  color: #707070;
  text-decoration: none;
}

.visit-box_time_list_item_txt {
  font-size: 14px;
  line-height: 14px;
}

.visit-box_header {
  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;
}

.visit-box_header_icon {
  margin-bottom: 8px;
}

.finish-modal {
  position: fixed;
  z-index: 300;
  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);
}

.finish-modal_box {
  padding: 30px 40px;
  border-radius: 10px;
  background-color: #fff;
}

.finish-modal_box_subtitle {
  margin-top: 2px;
  margin-bottom: 25px;
  color: #707070;
  font-size: 12px;
  text-align: center;
}

.finish-modal_box_form-block_item {
  position: relative;
}

.finish-modal_box_form-block_item_label {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: 13px;
  margin-left: 28px;
  color: #707070;
  font-weight: 400;
}

.finish-modal_box_form-block_item_icon {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: 13px;
}

.finish-modal_box_form-block_item_icon.email {
  margin-bottom: 15px;
}

.finish-modal_box_form-block_item_input {
  margin-bottom: 22px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 27px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 hsla(0, 0%, 43.9%, 0.27);
  color: #707070;
  font-size: 18px;
}

.finish-modal_box_form-block_item_input:focus {
  border-bottom-color: #80e0a7;
}

.finish-modal_box_form-block_item_input::-webkit-input-placeholder {
  color: #707070;
  font-size: 18px;
}

.finish-modal_box_form-block_item_input:-ms-input-placeholder {
  color: #707070;
  font-size: 18px;
}

.finish-modal_box_form-block_item_input::-ms-input-placeholder {
  color: #707070;
  font-size: 18px;
}

.finish-modal_box_form-block_item_input::placeholder {
  color: #707070;
  font-size: 18px;
}

.finish-modal_box_socials {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid hsla(0, 0%, 43.9%, 0.15);
}

.finish-modal_box_socials_title {
  color: #707070;
  text-align: center;
}

.finish-modal_close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin: 25px;
}

.list-page_tabs_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #091f2c;
}

.list-page_tabs_menu_item {
  padding: 15px 90px;
  border-bottom: 2px solid #c7c7c7;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
}

.list-page_tabs_menu_item.w--current {
  border-bottom-color: #80e0a7;
  background-color: transparent;
  color: #80e0a7;
}

.list-page_visit-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  padding-bottom: 20px;
  -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.12);
}

.list-page_visit-box_text {
  margin-left: 18px;
}

.list-page_visit-box_text_title {
  color: #171717;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}

.list-page_visit-box_text_detail {
  color: #707070;
  font-size: 16px;
}

.list-page_visit-box_text_detail.document_p {
  font-size: 13px;
  line-height: 16px;
}

.list-page_visit-box_text_detail.document_p.file {
  margin-top: 5px;
  font-size: 11px;
  font-style: italic;
}

.documents-list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  padding-bottom: 18px;
  -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.12);
}

.documents-list_item_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  padding: 14px;
  -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: 6px;
  background-color: #091f2c;
  text-decoration: none;
}

.documents-list_item_link.done {
  background-color: #1dc764;
}

.documents-list_item_link_title {
  margin-top: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.mobile-navbar {
  display: none;
}

.navbar_content_contact-box_item_whats {
  display: none;
}

.rent-paragraph {
  color: #a8a8a8;
}

.link-2 {
  color: #80e0a7;
}

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

.main-header_content_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;
}

.pagination {
  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;
}

.pagination-item {
  margin-right: 15px;
  padding: 10px 15px;
  border-radius: 4px;
  background-color: #fff;
  color: #091f2c;
  font-size: 16px;
  font-weight: 700;
}

.pagination-item.active {
  color: #80e0a7;
}

.sells-link {
  display: block;
  margin-top: 25px;
  font-family: Rubik, sans-serif;
  color: #091f2c;
  font-size: 15px;
  text-align: center;
  text-decoration: underline;
}

@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 {
    display: none;
    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: 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;
  }

  .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-bottom: 35px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .immobile-page_person-box_title {
    color: #171717;
    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: 40px;
  }

  .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: 1px solid #2a8bdd;
    border-radius: 8px;
    background-color: #fff;
    color: #2a8bdd;
    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 #2a8bdd;
    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 #2a8bdd;
    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);
  }
}

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

  .main-header {
    display: none;
  }

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

  .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.search-result_list-box {
    padding-top: 40px;
  }

  .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;
  }

  .main-navbar {
    display: none;
  }

  .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_input {
    font-size: 16px;
  }

  .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-page_header {
    padding-top: 15px;
    padding-bottom: 10px;
  }

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

  .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: none;
    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%;
  }

  .infos-section {
    padding-top: 50px;
  }

  .infos-section_content {
    -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;
  }

  .infos-section_content_left {
    -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;
  }

  .infos-section_content_right {
    margin-top: 55px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .infos-section_footer {
    padding-top: 75px;
    padding-bottom: 35px;
  }

  .infos-section_footer_content {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .search-result_content {
    display: block;
    height: auto;
  }

  .search-result_content-box {
    display: block;
    overflow: visible;
  }

  .search-result_content-box_list {
    overflow: visible;
    height: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .search-result_content-box_map {
    display: none;
  }

  .finish-modal {
    overflow: auto;
    padding-top: 70px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .finish-modal_box_form-block.mobile_alert {
    margin-top: 18px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .mobile-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 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;
  }

  .mobile-navbar_menu {
    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;
  }

  .navbar_content_contact-box_item_whats {
    display: block;
    margin-right: 17px;
    margin-left: 17px;
    padding: 9px;
    border-radius: 10px;
    background-color: #1dc764;
  }

  .mobile-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 300;
    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: #091f2c;
  }

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

  .mobile-menu_content_footer {
    padding-bottom: 25px;
  }

  .mobile-menu_content_header {
    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;
  }

  .mobile-menu_content_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 12px;
    -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: 6px;
    background-color: #fff;
    text-decoration: none;
  }

  .mobile-menu_content_item.list-item {
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 48%;
    -ms-flex: 0 48%;
    flex: 0 48%;
  }

  .mobile-menu_content_item_txt {
    margin-top: 3px;
    color: #80e0a7;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
  }

  .mobile-menu_content_link {
    color: #80e0a7;
    font-size: 15px;
  }

  .mobile-menu_content_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    -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;
  }

  .mobile-menu_content_footer_title {
    margin-top: 25px;
    color: hsla(0, 0%, 100%, 0.7);
    font-size: 16px;
    text-align: center;
  }

  .mobile-menu_content_footer_number {
    margin-top: 6px;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
  }

  .link {
    color: #fff;
    text-decoration: none;
  }

  .mobile-search_box {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 305;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    -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;
    background-color: #091f2c;
  }

  .mobile-search_close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .mobile-alert_box {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 305;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    -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;
    background-color: #091f2c;
  }

  .mobile-navbar-box {
    padding-bottom: 15px;
    background-color: #091f2c;
  }

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

@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;
  }

  .container {
    width: 88%;
  }

  .main-header_content_logo {
    width: 142px;
  }

  .search-box_title {
    margin-right: 15px;
    margin-bottom: 5px;
    margin-left: 15px;
    font-size: 20px;
    line-height: 23px;
  }

  .search-box_subtitle {
    padding-right: 6px;
    padding-left: 6px;
    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 {
    padding-right: 19px;
    padding-left: 19px;
  }

  .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 {
    margin-bottom: 15px;
  }

  .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.favorites-page_list {
    padding-top: 0px;
  }

  .list-section.search-result_list-box {
    padding-top: 25px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .list-section_item_content.row-item-content {
    padding-right: 15px;
    padding-left: 15px;
  }

  .list-section_item_content_title {
    font-size: 19px;
    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 {
    margin-top: 20px;
    -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;
  }

  .list-section_item_content_price-box_text {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .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: 1px solid #2a8bdd;
    border-radius: 6px;
  }

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

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

  .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: -20px;
  }

  .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: none;
    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 {
    padding-top: 15px;
  }

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

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

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

  .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;
  }

  .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;
  }

  .search-box_label.price-mobile {
    display: block;
    color: #171717;
    font-size: 18px;
    font-weight: 500;
  }

  .search-box_form_price_box {
    margin-top: 19px;
  }

  .search-box_form_price_box_levels_item {
    height: 60px;
  }

  .search-box_form_price_box_levels_item._20 {
    height: 5px;
  }

  .search-box_form_price_box_levels_item._50 {
    height: 20px;
  }

  .search-box_form_price_box_levels_item._80.active {
    height: 50px;
  }

  .search-box_form_price_box_levels_item_details {
    display: none;
  }

  .search-box_form_item {
    margin-top: 18px;
  }

  .search-box_form_price_box_drag_fill {
    width: 97%;
  }

  .infos-section_content_left_h2 {
    font-size: 26px;
    line-height: 29px;
  }

  .infos-section-bg {
    margin-top: 0px;
  }

  .search-box_form_list {
    -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;
  }

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

  .visit-box_calendar_list {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .visit-box_calendar_list_item {
    width: 41px;
    height: 41px;
  }

  .visit-box_calendar_list_item_number {
    margin-bottom: -3px;
    font-size: 16px;
  }

  .visit-box_calendar_list_item_text {
    font-size: 10px;
  }

  .finish-modal_box {
    width: 90%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .finish-modal_box_form-block.mobile_alert {
    padding-right: 15px;
    padding-left: 15px;
  }

  .list-page_tabs_menu_item {
    padding-right: 30px;
    padding-bottom: 11px;
    padding-left: 30px;
    font-size: 16px;
  }

  .list-page_visit-box_text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 68%;
    -ms-flex: 0 68%;
    flex: 0 68%;
  }

  .documents-list_item_link_title {
    margin-top: 5px;
    line-height: 13px;
    text-align: center;
  }

  .mobile-menu_content_item_txt {
    line-height: 16px;
    text-align: center;
  }

  .sells-link {
    padding-right: 6px;
    padding-left: 6px;
    font-size: 14px;
  }

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

