/** Social colors **/
/** Theme colors **/
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bentham&display=swap");
@import "../../fonts/rubik/stylesheet.css";
@focus () {
  outline-style: solid;
  outline-color: blue;
  outline-width: 2px;
  outline-offset: 1px;
}
.sr,
.sr-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

body,
h1, h2, h3,
h4, h5, h6,
p,
ul, li,
input,
textarea,
select,
span,
a {
  margin: 0;
}

h1, h2, h3,
h4, h5, h6 {
  margin: 0;
  line-height: 1;
}

.column,
.column:last-child:not(:first-child),
.columns,
.columns:last-child:not(:first-child) {
  float: right;
}

body {
  direction: rtl;
  font-family: "Rubik";
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
form {
  direction: rtl;
  text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik";
  margin: 0;
  line-height: 1;
}

.row {
  max-width: 1630px;
}

.site-wrapper {
  overflow: hidden;
}

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

.wrap_text p {
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.778%;
}
.wrap_text ul {
  margin-right: 17px;
}

.page_title {
  margin-bottom: 20px;
}
.page_title h2 {
  color: #002444;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  position: relative;
}
.page_title h2:before {
  content: "";
  border-right: 3px solid #ec794d;
  position: absolute;
  right: -22px;
  top: 5px;
  height: 40px;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  transition: all 300ms ease;
}
.header.scrolled {
  background: rgba(0, 36, 68, 0.9);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.03);
}
.header.scrolled .flex_wrap {
  min-height: 80px;
}
.header.scrolled .flex_wrap .logo a img {
  max-width: 140px;
}
.header .flex_wrap {
  min-height: 70px;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  padding-right: 20px;
  padding-left: 40px;
  transition: all 200ms ease;
}
.header .flex_wrap .logo {
  width: 255px;
}
.header .flex_wrap .logo a {
  display: block;
}
.header .flex_wrap .logo a img {
  max-width: 100%;
  transition: all 200ms ease;
}
.header .flex_wrap .nav ul {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.header .flex_wrap .nav ul li {
  margin-left: 48px;
}
.header .flex_wrap .nav ul li:last-child {
  margin: 0;
}
.header .flex_wrap .nav ul li a {
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 1; /* 30.222px */
  font-family: "Open Sans", serif;
  outline: 0;
  padding-bottom: 3px;
}
.header .flex_wrap .nav ul li.active a {
  border-bottom: 1px solid #ec794d;
}
.header .flex_wrap .phone_lang_wrap {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.header .flex_wrap .phone_lang_wrap .lang_wrap {
  margin-left: 30px;
}
.header .flex_wrap .phone_lang_wrap .lang_wrap span {
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
.header .flex_wrap .phone_lang_wrap .wrap_whatsapp {
  margin-left: 45px;
}
.header .flex_wrap .phone_lang_wrap .wrap_phone a {
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

body.admin-bar .header {
  top: 32px;
}

@keyframes bounce-2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.mobile_menu_wrapper,
.mob_opener {
  display: none;
}

.home_top_sec {
  position: relative;
  height: 100vh;
}
.home_top_sec .img_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100vh;
}
.home_top_sec .wrap_top_con {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 1300px;
  left: 0;
  right: 0;
  margin: auto;
  padding-bottom: 52px;
}
.home_top_sec .wrap_top_con .play_wrap {
  text-align: center;
  margin-bottom: 70px;
}
.home_top_sec .wrap_top_con .play_wrap a {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: -moz-flex;
  display: flex;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background: rgba(217, 217, 217, 0.51);
}
.home_top_sec .wrap_top_con .title_one {
  margin-bottom: 20px;
}
.home_top_sec .wrap_top_con .title_one h1 {
  color: #fff;
  text-align: center;
  font-size: 81px;
  font-weight: 400;
  line-height: 1;
  font-family: "Bentham", serif;
}
.home_top_sec .wrap_top_con .title_two {
  margin-bottom: 90px;
}
.home_top_sec .wrap_top_con .title_two h2 {
  color: #fff;
  text-align: center;
  font-size: 42px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.84px;
}
.home_top_sec .wrap_top_con .wrap_logo {
  margin-bottom: 70px;
}
.home_top_sec .wrap_top_con .wrap_down_btn .down_btn {
  display: block;
  animation-duration: 2s;
  animation-iteration-count: 5;
  animation-name: bounce-2;
  animation-timing-function: ease;
  outline: 0;
}

.location_sec {
  padding-top: 150px;
}
.location_sec .wrap_content {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  min-height: 415px;
}
.experience_sec {
  margin-bottom: 140px;
  padding-top: 150px;
}
.experience_sec .wrap_content {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  min-height: 540px;
}
.project_sec {
  position: relative;
  padding-top: 100px;
  height: 1026px;
}
.project_sec .img_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 1026px;
}
.project_sec .wrap_content {
  position: relative;
}
.project_sec .page_title h2 {
  color: #fff;
}
.project_sec .wrap_text {
  margin-bottom: 47px;
}
.project_sec .wrap_text p {
  color: #fff;
}
.project_sec .wrap_facilities .wrap_item {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 15px;
}
.project_sec .wrap_facilities .wrap_item:last-child {
  margin: 0;
}
.project_sec .wrap_facilities .wrap_item img {
  margin-left: 14px;
}
.project_sec .wrap_facilities .wrap_item span {
  color: #fff;
  text-align: right;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
}

.numbers_sec .row {
  max-width: 1570px;
}
.numbers_sec .wrap_item {
  text-align: center;
  min-height: 180px;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  position: relative;
}
.numbers_sec .wrap_item:after {
  content: "";
  position: absolute;
  left: 0;
  border-left: 1px solid #d8d8d8;
  height: 92px;
}
.numbers_sec .wrap_item .wrap_num {
  margin-bottom: 10px;
  direction: ltr;
}
.numbers_sec .wrap_item .wrap_num span {
  color: #002349;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.4px;
  text-transform: capitalize;
}
.numbers_sec .wrap_item .wrap_text span {
  color: #002349;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.numbers_sec .wrap_item .inner.left_en {
  opacity: 0;
  visibility: hidden;
  position: relative;
  transform: translateY(70px);
}
.numbers_sec .wrap_item .inner.left_en.done {
  opacity: 1;
  visibility: visible;
  transform: initial;
}
.numbers_sec .wrap_item .inner.left_en.inner_1 {
  transition: all 2000ms ease;
}
.numbers_sec .wrap_item .inner.left_en.inner_2 {
  transition: all 2800ms ease;
}
.numbers_sec .wrap_item .inner.left_en.inner_3 {
  transition: all 3600ms ease;
}
.numbers_sec .row .large-3:last-child .wrap_item:after {
  display: none;
}

.home_info_sec {
  background-color: #f5f5f5;
  margin-bottom: 100px;
}
.home_info_sec .flex_wrap {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.home_info_sec .flex_wrap .wrap_img {
  width: 40%;
}
.home_info_sec .flex_wrap .wrap_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home_info_sec .flex_wrap .wrap_content {
  width: 60%;
  padding-right: 132px;
  padding-top: 95px;
  padding-bottom: 76px;
  padding-left: 30px;
}
.consult_sec .wrap_consult {
  max-width: 1045px;
  margin: 0 auto;
  border-radius: 10px;
  background: #002349;
  padding: 40px;
}
.consult_sec .wrap_consult .wrap_title {
  text-align: center;
  margin-bottom: 22px;
}
.consult_sec .wrap_consult .wrap_title h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 400;
  line-height: 125%;
}
.consult_sec .wrap_consult .wrap_whatsapp_link {
  text-align: center;
}
.consult_sec .wrap_consult .wrap_whatsapp_link a {
  border-radius: 8px;
  background: #fff;
  min-height: 42px;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: inline-flex;
  padding: 0 18px;
}
.consult_sec .wrap_consult .wrap_whatsapp_link a img {
  margin-left: 10px;
}
.consult_sec .wrap_consult .wrap_whatsapp_link a span {
  color: #ec794d;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.home_apartments_sec {
  padding-bottom: 75px;
  padding-top: 110px;
}
.home_apartments_sec .page_title {
  text-align: center;
}
.home_apartments_sec .page_title h2 {
  display: inline-block;
}
.home_apartments_sec .page_title h2:before {
  content: "";
  border-top: 3px solid #ec794d;
  border-right: 0;
  position: absolute;
  right: 0;
  top: -15px;
  height: 40px;
  width: 83px;
  left: 0;
  margin: auto;
}
.home_apartments_sec .wrap_text {
  text-align: center;
  margin-bottom: 25px;
}
.home_apartments_sec .wrap_apartments_rep {
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}
.home_apartments_sec .wrap_apartments_rep .wrap_item {
  width: 33.3333%;
}
.home_apartments_sec .wrap_apartments_rep .wrap_item .wrap_img {
  margin-bottom: 20px;
}
.home_apartments_sec .wrap_apartments_rep .wrap_item .rooms {
  margin-bottom: 5px;
}
.home_apartments_sec .wrap_apartments_rep .wrap_item .rooms span {
  color: #002349;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}
.home_apartments_sec .wrap_apartments_rep .wrap_item .type span {
  color: #343434;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
}

.home_entrep_sec {
  position: relative;
  padding-top: 180px;
  height: 1026px;
}
.home_entrep_sec .img_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 1026px;
}
.home_entrep_sec .wrap_content {
  position: relative;
}
.home_entrep_sec .page_title h2 {
  color: #fff;
}
.home_entrep_sec .wrap_text {
  margin-bottom: 47px;
}
.home_entrep_sec .wrap_text p {
  color: #fff;
}

.home_support_sec {
  padding-top: 143px;
}
.home_support_sec .wrap_content {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  min-height: 540px;
}
.home_support_sec .wrap_content .inner .wrap_text {
  margin-bottom: 30px;
}
.home_support_sec .wrap_content .inner .wrap_link a {
  border-bottom: 1px solid #002349;
  padding-bottom: 5px;
  letter-spacing: 1.7px;
  font-size: 17px;
  color: #002349;
}

.gallery_sec {
  margin-bottom: 115px;
  padding-top: 140px;
}
.gallery_sec .page_title {
  margin-bottom: 30px;
}
.gallery_sec .gallery_slider .wrap_img {
  overflow: hidden;
  border-radius: 10px;
  text-align: center;
}
.gallery_sec .swiper-button-next,
.gallery_sec .swiper-button-prev {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 0;
  height: 0;
}
.gallery_sec .gallery_slider_wrapper {
  position: relative;
}
.gallery_sec .gallery_slider_wrapper .custom_next {
  position: absolute;
  left: -80px;
  top: 47%;
}
.gallery_sec .gallery_slider_wrapper .custom_prev {
  position: absolute;
  right: -80px;
  top: 47%;
}

.footer {
  min-height: 832px;
  position: relative;
  padding-top: 160px;
}
.footer .wrap_phone {
  display: none;
}
.footer .footer_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
.footer .wrap_footer_content {
  position: relative;
}
.footer .wrap_contact_form {
  position: relative;
  max-width: 720px;
}
.footer .wrap_contact_form .page_title {
  margin-bottom: 15px;
}
.footer .wrap_contact_form .page_title h2 {
  color: #fff;
  font-size: 48px;
}
.footer .wrap_contact_form .wrap_subtitle {
  max-width: 245px;
  margin-bottom: 15px;
}
.footer .wrap_contact_form .wrap_subtitle span {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 177.778%;
}
.footer .wrap_contact_form .wrap_form .inputs_wrap {
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.footer .wrap_contact_form .wrap_form .inputs_wrap .wrap_input {
  width: 48.5%;
  margin-bottom: 20px;
}
.footer .wrap_contact_form .wrap_form .inputs_wrap input {
  height: 48px;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #fff;
  color: #fff;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0;
  padding-right: 0;
  box-shadow: inset 0 0 0 rgba(10, 10, 10, 0.1);
}
.footer .wrap_contact_form .wrap_form .inputs_wrap input::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.footer .wrap_contact_form .wrap_form .inputs_wrap input::placeholder {
  opacity: 1;
  color: #fff;
}
.footer .wrap_contact_form .wrap_form .wrap_submit {
  text-align: left;
}
.footer .wrap_contact_form .wrap_form .wrap_submit .inner {
  display: inline-block;
  width: 114px;
}
.footer .wrap_contact_form .wrap_form .wrap_submit .inner input {
  height: 48px;
  width: 100%;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #fff;
  color: #fff;
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  border-radius: 0;
  padding-right: 0;
  text-align: right;
  background-image: url(../../images/submit_arr.png);
  background-repeat: no-repeat;
  background-position: 0;
  cursor: pointer;
}
.footer .wrap_contact_form .wrap_form .wrap_submit .inner .wpcf7-spinner {
  position: absolute;
}
.footer .wrap_contact_form .wrap_form form .wpcf7-response-output {
  padding: 0;
  margin: 0;
  margin-top: 20px;
  color: #fff;
  border: 0;
}
.footer .info_col {
  display: -moz-flex;
  display: flex;
  justify-content: end;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
}
.footer .wrap_contact_info {
  border-radius: 10px;
  background: #002349;
  padding: 36px 56px;
  padding-bottom: 43px;
  position: relative;
  max-width: 620px;
  width: 100%;
}
.footer .wrap_contact_info .wrap_title {
  margin-bottom: 15px;
}
.footer .wrap_contact_info .wrap_title span {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.32px;
}
.footer .wrap_contact_info .wrap_subtitle {
  margin-bottom: 34px;
}
.footer .wrap_contact_info .wrap_subtitle span {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2px;
}
.footer .wrap_contact_info .wrap_info_items {
  margin-bottom: 36px;
}
.footer .wrap_contact_info .wrap_info_items .info_row {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 8px;
}
.footer .wrap_contact_info .wrap_info_items .info_row img {
  margin-left: 10px;
}
.footer .wrap_contact_info .wrap_info_items .info_row span {
  color: #f5f5f5;
  font-size: 18px;
  line-height: 1;
}
.footer .wrap_contact_info .wrap_info_items .info_row a {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  line-height: 1;
}
.footer .wrap_contact_info .wrap_info_socials h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.footer .wrap_contact_info .wrap_info_socials .wrap_socials {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.footer .wrap_contact_info .wrap_info_socials .wrap_socials a {
  margin-left: 33px;
}
.footer .wrap_contact_info .wrap_info_socials .wrap_socials a:last-child {
  margin: 0;
}
.footer .wrap_logos {
  display: -moz-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-top: 80px;
  padding-bottom: 55px;
}
.footer .wrap_logos .wrap_logo {
  margin: 0 15px;
}
.footer .wrap_copy_strip {
  border-top: 1px solid #585857;
}
.footer .wrap_copy_strip .wrap_copy {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  min-height: 70px;
}
.footer .wrap_copy_strip .wrap_copy span {
  color: #bfbfbf;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.footer .wrap_copy_strip .wrap_copy span a {
  color: #bfbfbf;
  text-decoration: underline;
}

body.page-id-187 {
  @import url("https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
  direction: ltr;
  font-family: "Assistant", sans-serif;
}
body.page-id-187 .column,
body.page-id-187 .column:last-child:not(:first-child),
body.page-id-187 .columns,
body.page-id-187 .columns:last-child:not(:first-child) {
  float: left;
}
body.page-id-187 .wpcf7 input[type=url],
body.page-id-187 .wpcf7 input[type=email],
body.page-id-187 .wpcf7 input[type=tel],
body.page-id-187 form {
  direction: ltr;
  text-align: left;
}
body.page-id-187 h1,
body.page-id-187 h2,
body.page-id-187 h3,
body.page-id-187 h4,
body.page-id-187 h5,
body.page-id-187 h6 {
  font-family: "Assistant", sans-serif;
}
body.page-id-187 .wrap_text ul {
  margin-right: 0;
  margin-left: 17px;
}
body.page-id-187 .home_top_sec .wrap_top_con .title_two h2 {
  font-size: 40px;
  font-family: "Bentham", serif;
}
body.page-id-187 .page_title h2:before {
  border-right: 0;
  border-left: 3px solid #ec794d;
  right: auto;
  left: -22px;
}
body.page-id-187 .header .flex_wrap {
  padding-left: 20px;
  padding-right: 40px;
}
body.page-id-187 .header .flex_wrap .nav ul li {
  margin-left: 0;
  margin-right: 48px;
}
body.page-id-187 .header .flex_wrap .nav ul li:last-child {
  margin: 0;
}
body.page-id-187 .header .flex_wrap .phone_lang_wrap .lang_wrap {
  margin-left: 0;
  margin-right: 30px;
}
body.page-id-187 .header .flex_wrap .phone_lang_wrap .wrap_whatsapp {
  margin-left: 0;
  margin-right: 45px;
}
body.page-id-187 .project_sec .wrap_facilities .wrap_item img {
  margin-left: 0;
  margin-right: 14px;
}
body.page-id-187 .project_sec .wrap_facilities .wrap_item span {
  text-align: left;
}
body.page-id-187 .numbers_sec .wrap_item:after {
  left: auto;
  right: 0;
  border-left: 0;
  border-right: 1px solid #d8d8d8;
}
body.page-id-187 .home_info_sec .flex_wrap .wrap_content {
  padding-left: 132px;
  padding-right: 30px;
}
body.page-id-187 .consult_sec .wrap_consult .wrap_whatsapp_link a img {
  margin-left: 0;
  margin-right: 10px;
}
body.page-id-187 .home_apartments_sec .page_title h2:before {
  border-left: 0;
  right: 0;
  left: 0;
}
body.page-id-187 .home_support_sec .wrap_content .inner .wrap_link a {
  border: 0;
  text-decoration: underline;
}
body.page-id-187 .home_support_sec .wrap_content .inner .wrap_link a span {
  display: block;
}
body.page-id-187 .home_support_sec .wrap_content .inner .wrap_link a .press {
  display: block;
}
body.page-id-187 .gallery_sec .gallery_slider_wrapper .custom_next {
  left: auto;
  right: -80px;
  transform: scaleX(-1);
}
body.page-id-187 .gallery_sec .gallery_slider_wrapper .custom_prev {
  right: auto;
  left: -80px;
  transform: scaleX(-1);
}
body.page-id-187 .footer .wrap_contact_form .wrap_form .inputs_wrap input {
  padding-left: 0;
}
body.page-id-187 .footer .wrap_contact_form .wrap_form .wrap_submit {
  text-align: right;
}
body.page-id-187 .footer .wrap_contact_form .wrap_form .wrap_submit .inner input {
  padding-left: 0;
  text-align: left;
  background-image: url(../../images/submit_arr_ltr.png);
  background-position: 100%;
}
body.page-id-187 .footer .wrap_contact_info .wrap_info_items .info_row img {
  margin-left: 0;
  margin-right: 10px;
}
body.page-id-187 .footer .wrap_contact_info .wrap_info_socials .wrap_socials a {
  margin-left: 0;
  margin-right: 33px;
}
body.page-id-187 .project_sec .img_cover,
body.page-id-187 .home_info_sec .flex_wrap .wrap_img img,
body.page-id-187 .home_entrep_sec .img_cover,
body.page-id-187 .footer .footer_bg {
  transform: scaleX(-1);
}
body.page-id-187 .footer .wrap_contact_form .wrap_subtitle {
  max-width: 345px;
}/*# sourceMappingURL=style.css.map */