@charset "UTF-8";
/* Font face */
@font-face {
  font-family: MinionPro;
  src: url(./fonts/minion-pro/MinionPro-Regular.otf);
  font-weight: 400; }
@font-face {
  font-family: MinionPro-Bold;
  src: url(./fonts/minion-pro/MinionPro-Bold.otf);
  font-weight: 400; }
html {
  scroll-behavior: smooth;
  overflow-x: hidden;}

#page {
  background-image: linear-gradient(180deg, rgba(39, 36, 45, 0.95) 100%, rgba(43, 41, 48, 0) 100%); }

/* Header */
header .sidenav {
  display: none;
  width: 50%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: #2f2b37;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 2em;
  text-align: left;
  height: 100%; }
  header .sidenav ul.menu {
    position: absolute;
    left: 60%;
    transform: translateX(-60%);
    margin-top: 0; }
    header .sidenav ul.menu li {
      list-style: none;
      margin-bottom: 4em;
      position: relative; }
      header .sidenav ul.menu li:before {
        position: absolute;
        content: url(icon/hover_menu.svg);
        top: 0;
        left: 0;
        display: none; }
      header .sidenav ul.menu li:hover:before {
        display: block; }
      header .sidenav ul.menu li a {
        text-decoration: none;
        color: #fff;
        display: block;
        transition: 0.5s;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 1.125em; }
        header .sidenav ul.menu li a:hover {
          transform: translateX(1.5em);
          color: #f7a42e; }
      header .sidenav ul.menu li .sub-menu {
        display: none;
        margin-left: 1em;
        margin-top: 1em; }
        header .sidenav ul.menu li .sub-menu li {
          margin-bottom: 1em; }
          header .sidenav ul.menu li .sub-menu li a {
            text-transform: none;
            font-size: 1.125em; }
            header .sidenav ul.menu li .sub-menu li a:hover {
              -webkit-transform: none;
              -moz-transform: none;
              -ms-transform: none;
              -o-transform: none;
              transform: none; }
          header .sidenav ul.menu li .sub-menu li:before {
            content: "";
            display: block;
            width: 1em;
            height: 2px;
            background: #f7a42e;
            position: absolute;
            top: 10px;
            left: -3.5em; }
    header .sidenav ul.menu li.menu-item-has-children:hover .sub-menu {
      display: block; }

.site-header {
  background-image: linear-gradient(180deg, rgba(14, 11, 23, 0.68) 100%, rgba(34, 32, 39, 0) 12%), url(/wp-content/uploads/2021/04/Mask-Group-11.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 2.3em;
  position: relative; }
  .site-header .main_logo {
    width: 100px;
    padding-top: 2em;
    line-height: 1.4;
    margin-left: 5.9em; }
  .site-header .site-title {
    text-align: center;
    margin-top: -2px;
    line-height: 1; }
    .site-header .site-title a {
      text-align: center;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 1.4px;
      font-size: 1em; }
  .site-header .page_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .site-header .open_menu {
    position: relative;
    display: block;
    width: 2.2em;
    height: 1.4em;
    margin-left: 7.9em;
    margin-top: 2.5em;
    cursor: pointer; }
    .site-header .open_menu:before {
      content: "";
      background-image: url(/wp-content/uploads/2021/04/Menu.svg);
      background-repeat: no-repeat;
      background-size: contain;
      top: 1em;
      right: 1em;
      width: 100%;
      height: 100%;
      display: block; }
  .site-header .close_menu {
    position: relative;
    display: block;
    width: 2.1em;
    height: 2.1em;
    float: right;
    padding: 0;
    margin-right: 3.9em;
    margin-top: 2.3em; }
    .site-header .close_menu:before {
      content: "";
      background-image: url(/wp-content/uploads/2021/04/Cancel.svg);
      background-repeat: no-repeat;
      background-size: contain;
      top: 1em;
      right: 1em;
      width: 100%;
      height: 100%;
      display: block; }

.front_page {
  position: relative; }
  .front_page .site-branding {
    display: flex; }
    .front_page .site-branding .front_page_main_logo {
      width: 290px;
      height: 97.2vh;
      text-align: center;
      background-image: url(icon/Mask_Group_5.svg);
      background-color: #2f2b37;
      background-repeat: no-repeat;
      background-position: bottom 70px right 0;
      z-index: 99; }
      .front_page .site-branding .front_page_main_logo img {
        margin-top: 2em;
        z-index: 999;
        position: relative; }
      .front_page .site-branding .front_page_main_logo .site-title a {
        text-decoration: none;
        color: #fff;
        display: block;
        transition: 0.5s;
        text-transform: uppercase;
        letter-spacing: 1px; }
        .front_page .site-branding .front_page_main_logo .site-title a:hover {
          color: #f7a42e; }
    .front_page .site-branding .main_logo {
      margin-left: 4.75em;
      margin-top: 2em; }
    .front_page .site-branding .main_slider {
      width: calc(100% - 290px);
      position: relative;
      overflow: hidden;
	  min-height: 100vh;	}
      .front_page .site-branding .main_slider .contact_button {
        position: absolute;
        top: 3em;
        right: 2.6em;
        z-index: 9; }
        .front_page .site-branding .main_slider .contact_button a {
          background: transparent;
          border: 1px solid #f8a42e;
          color: #f8a42e;
          padding: 0.7em 2em 0.5em 2em;
          text-transform: uppercase; }
          .front_page .site-branding .main_slider .contact_button a:hover {
            color: #fff;
            background: #f8a42e; }
      .front_page .site-branding .main_slider .choose_house_button {
        position: absolute;
        bottom: 6em;
        left: 6em;
        z-index: 9; }
        .front_page .site-branding .main_slider .choose_house_button a {
          position: relative;
          font-size: 1.25em;
          font-weight: 600;
          z-index: 9; }
          .front_page .site-branding .main_slider .choose_house_button a:after {
            position: absolute;
            right: -1.75em;
            bottom: -1.75em;
            content: "";
            background-image: url(icon/Rectangle.svg);
            background-size: contain;
            width: 85px;
            height: 85px;
            z-index: -1; }

.home .wp-block-columns.about .wp-block-column:first-child .wp-block-columns {
  margin-left: 60px; }
.home .wp-block-columns.about .wp-block-column:last-child figure.square {
  position: relative; }
  .home .wp-block-columns.about .wp-block-column:last-child figure.square img {
    position: relative;
    z-index: 9; }
  .home .wp-block-columns.about .wp-block-column:last-child figure.square:after {
    content: "";
    position: absolute;
    border: 1px solid #f8a42e;
    width: 63%;
    height: 94%;
    right: -0.5em;
    bottom: -5.2em; }
.home .logo {
  width: 100px;
  padding-top: 2em;
  line-height: 1.4;
  margin-left: 5.9em; }
  .home .logo .site-title {
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
    line-height: 1; }
.home .for_sale {
  margin-top: 5em; }
  .home .for_sale p {
    color: #f8a42e; }
  .home .for_sale .has-medium-font-size {
    text-transform: uppercase;
    color: #fff;
    font-size: 1.5em;
    margin-bottom: 1em; }
.home .mfp-container {
  padding: 0; }
.home .open_menu {
  position: relative;
  display: block;
  width: 2.2em;
  height: 1.4em;
  margin-left: 7.9em;
  margin-top: 2.5em;
  cursor: pointer; }
  .home .open_menu:before {
    content: "";
    background-image: url(/wp-content/uploads/2021/04/Menu.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 1em;
    right: 1em;
    width: 100%;
    height: 100%;
    display: block; }
.home .close_menu {
  position: relative;
  display: block;
  width: 2.1em;
  height: 2.1em;
  float: right;
  padding: 0;
  margin-right: 3.9em;
  margin-top: 2.3em; }
  .home .close_menu:before {
    content: "";
    background-image: url(/wp-content/uploads/2021/04/Cancel.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 1em;
    right: 1em;
    width: 100%;
    height: 100%;
    display: block; }
.home ul.menu {
  left: 60%;
  top: 20%;
  transform: translate(-60%, 0);
  margin-top: 0;
  text-align: left; }
  .home ul.menu a:hover {
    transform: translateX(1.5em); }

.entry-content {
  max-width: 1390px;
  margin: 0 auto;
  position: relative; }

.single-projects .entry-content {
  max-width: unset; }

.title_style_1 {
  color: #f8a42e;
  text-transform: uppercase;
  font-size: 1.9em;
  margin-bottom: 0.9em; }

.square_left {
  text-align: right; }

.square_right {
  text-align: left; }

.square_right, .square_left {
  position: relative; }
  .square_right img, .square_left img {
    z-index: 9;
    position: relative; }
  .square_right:before, .square_left:before {
    position: absolute;
    content: "";
    border: 1px solid #f7a42e;
    right: 0;
    width: 60%;
    top: 6.4em;
    height: 90%; }

.square_left:before {
  position: absolute;
  content: "";
  border: 1px solid #f7a42e;
  left: -6em;
  width: 74%;
  top: 6.4em;
  height: 90%; }

.advantages {
  text-align: center;
  max-width: none;
  background: rgba(0, 0, 0, 0.4);
  padding: 3em 0; }
  .advantages figcaption {
    max-width: 55%;
    margin: 0 auto;
    padding-top: 2em;
    font-size: 1.125em; }

.partners {
  text-align: center; }

.wp-block-buttons .wp-block-button.is-style-outline a {
  color: #fff;
  border: 1px solid #f8a42e;
  padding: 0.6em 5.75em 0.4em 5.75em;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1.25em; }
.wp-block-buttons .wp-block-button.is-style-outline:hover {
  background: #f8a42e; }

/******** Footer ******** */
footer {
  clear: both; }

footer.site-footer {
  display: flex;
  border-top: 1px solid #9b999b;
  margin-top: 5em;
  /* Info block */
  /* Social block */ }
  footer.site-footer .mail_block,
  footer.site-footer .info_block {
    border-right: 1px solid #9b999b; }
  footer.site-footer .mail_block {
    text-align: center;
    width: 37.7%;
    position: relative;
    padding-bottom: 4em; }
    footer.site-footer .mail_block .mc4wp-form-fields div {
      display: inline-block;
      margin-left: -3em;
      position: relative; }
    footer.site-footer .mail_block p {
      font-size: 1.9em;
      font-weight: 600;
      margin-top: 1.75em;
      margin-bottom: 0.5em;
      letter-spacing: 0.4px; }
    footer.site-footer .mail_block .mc4wp-response p {
      font-size: 1em;
      text-align: center; }
    footer.site-footer .mail_block input[type="email"] {
      width: 100%; }
    footer.site-footer .mail_block input[type="email"],
    footer.site-footer .mail_block input[type="submit"],
    footer.site-footer .mail_block input[type="email"]:focus {
      background: transparent;
      border-radius: 0;
      border-top: 0;
      border-left: 0;
      border-right: 0;
      border-bottom: 1px solid #fff;
      color: #fff;
      outline-style: none;
      box-shadow: none;
      font-size: 1.2em; }
    footer.site-footer .mail_block input[type="submit"] {
      border-bottom: 0;
      color: #e2972d;
      font-family: MinionPro;
      font-size: 1.25em;
      cursor: pointer;
      position: absolute;
      bottom: 0;
      right: -6em; }
  footer.site-footer .info_block {
    width: 35%;
    padding-top: 4.85em;
    padding-left: 5em;
    padding-bottom: 4em; }
    footer.site-footer .info_block .phone,
    footer.site-footer .info_block .email,
    footer.site-footer .info_block .location {
      position: relative;
      display: inline-block;
      font-size: 1.25em; }
      footer.site-footer .info_block .phone a:hover,
      footer.site-footer .info_block .phone a:focus,
      footer.site-footer .info_block .email a:hover,
      footer.site-footer .info_block .email a:focus,
      footer.site-footer .info_block .location a:hover,
      footer.site-footer .info_block .location a:focus {
        color: #f8a42e; }
    footer.site-footer .info_block .phone a {
      padding-left: 2.2em;
      position: relative; }
      footer.site-footer .info_block .phone a:before {
        position: absolute;
        top: 0;
        left: 0.25em;
        content: "";
        height: 18px;
        width: 18px;
        display: block;
        background-image: url(/wp-content/uploads/2021/04/phone.svg);
        background-repeat: no-repeat;
        background-size: contain; }
    footer.site-footer .info_block .email {
      margin-left: 1.7em; }
      footer.site-footer .info_block .email a {
        padding-left: 2.5em;
        position: relative; }
        footer.site-footer .info_block .email a:before {
          position: absolute;
          content: "";
          top: 2px;
          left: 0.25em;
          height: 20px;
          width: 20px;
          display: block;
          background-image: url(/wp-content/uploads/2021/04/mail.svg);
          background-repeat: no-repeat;
          background-size: contain; }
    footer.site-footer .info_block .location {
      padding-top: 0.9em;
      letter-spacing: -0.2px; }
      footer.site-footer .info_block .location p {
        position: relative;
        padding-left: 2em;
        margin: 0;
        font-size: 1em; }
        footer.site-footer .info_block .location p:before {
          position: absolute;
          content: "";
          left: 7px;
          top: 4px;
          height: 20px;
          width: 20px;
          display: block;
          background-image: url(/wp-content/uploads/2021/04/location-pin.svg);
          background-repeat: no-repeat;
          background-size: contain; }
  footer.site-footer .social_block {
    width: 27%;
    text-align: center;
    padding-top: 4.3em;
    padding-bottom: 4em; }
    footer.site-footer .social_block .socials {
      font-size: 1.9em;
      display: inline-block;
      font-weight: 400;
      letter-spacing: -0.2px;
      margin-left: -2.2em; }
      footer.site-footer .social_block .socials .facebook a {
        margin-left: 0.9em; }
        footer.site-footer .social_block .socials .facebook a:before {
          content: "";
          display: inline-block;
          width: 25px;
          height: 25px;
          background-image: url(/wp-content/uploads/2021/04/facebook.svg);
          background-repeat: no-repeat;
          background-size: contain; }
      footer.site-footer .social_block .socials .instagram a {
        margin-left: 0.2em; }
        footer.site-footer .social_block .socials .instagram a:before {
          content: "";
          display: inline-block;
          width: 25px;
          height: 25px;
          background-image: url(/wp-content/uploads/2021/04/instagram.svg);
          background-repeat: no-repeat;
          background-size: contain; }
    footer.site-footer .social_block .copyright {
      margin-top: 1em;
      margin-right: 5em; }

/* Slider */
.houses.slick-slider .slider-item:not(.slick-current) .short_description,
.houses.slick-slider .slider-item:not(.slick-current) .long_description {
  display: none; }
.houses.slick-slider .slick-slide {
  display: block;
  margin-top: 1.7em; 
transition: 0.4s;}
 .houses.slick-slider .slick-slide img {
	height: 280px; object-fit: cover; transition: 0.4s; }
.houses.slick-slider .slick-current img {
	height: 340px; }
.houses.slick-slider .slick-current {
  margin-top: 0;
  text-align: center;
  position: relative; }
  .houses.slick-slider .slick-current .slick-button-prev-unique {
    left: -5em; }
  .houses.slick-slider .slick-current .slick-button-prev-unique,
  .houses.slick-slider .slick-current .slick-button-next-unique {
    position: absolute;
    bottom: 0;
    content: "";
    width: 50px;
    height: 20px; }
    .houses.slick-slider .slick-current .slick-button-prev-unique:before,
    .houses.slick-slider .slick-current .slick-button-next-unique:before {
      position: absolute;
      content: url(icon/right_arrow.svg);
      transform: rotateY(180deg);
      left: 0;
      bottom: 0;
      cursor: pointer; }
    .houses.slick-slider .slick-current .slick-button-prev-unique:hover:before,
    .houses.slick-slider .slick-current .slick-button-next-unique:hover:before {
      content: url(icon/arrow_hover.svg); }
.slider.houses .number {
	text-align: right;
	font-size: 50px;
	color: #f8a42e;
	position: relative;
	top: -46px;
	right: 40px; }
.slider.houses .slider-item {
	overflow: hidden; }
  .houses.slick-slider .slick-current .slick-button-next-unique {
    right: -5em; }
    .houses.slick-slider .slick-current .slick-button-next-unique:before {
      transform: none;
      left: unset;
      right: 0;
      cursor: pointer; }
    .houses.slick-slider .slick-current .slick-button-next-unique:hover:before {
      content: url(icon/arrow_hover.svg); }
  .houses.slick-slider .slick-current img {
    width: 100%;}
  .houses.slick-slider .slick-current + .slick-active img {
    float: right; }
  .houses.slick-slider .slick-current .counter:after {
    font-size: 5.62em;
    right: 0.5em; }
.houses.slick-slider .short_description {
  color: #f8a42e; }
.houses.slick-slider .counter {
  position: relative;
  color: #f8a42e;
  clear: both; }
  .houses.slick-slider .counter:after {
    position: absolute;
    counter-increment: section;
    content: counter(section,decimal-leading-zero);
    font-size: 3.62em;
    font-weight: 400;
    bottom: -0.75em;
    right: 1em;
    font-family: MinionPro; }
.houses.slick-slider .left_slide .counter:after {
  right: 3em; }
.slider.houses .short_description {
    margin-top: -3em;
}

/* Blog */
.content_wrap {
  max-width: 1360px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .content_wrap .column-1_2 {
    margin-top: 7.6em;
    flex: 1 0 50%; }
  .content_wrap .column-1_2:nth-child(even) .content {
    float: right; }
  .content_wrap .post_layout_chess .content {
    max-width: 570px;
    padding-bottom: 11em; }
  .content_wrap .post_layout_chess .post_thumb {
    position: relative; }
    .content_wrap .post_layout_chess .post_thumb:after {
      position: absolute;
      content: "";
      border: 1px solid #f7a42e;
      left: -4.8em;
      width: 70%;
      bottom: -11em;
      height: 98%; }
    .content_wrap .post_layout_chess .post_thumb img {
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 9; }
  .content_wrap .post_layout_chess .entry-title {
    margin-top: 1.8em;
    line-height: 1;
    position: relative; }
    .content_wrap .post_layout_chess .entry-title a {
      color: #fff;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 0.75em;
      line-height: 1.5; }
      .content_wrap .post_layout_chess .entry-title a:hover {
        color: #f8a42e; }
  .content_wrap .more-link {
    color: #f8a42e;
    text-transform: capitalize;
    font-size: 1.25em;
    font-weight: 600;
    margin-top: 1.7em;
    display: block;
    text-align: right;
    letter-spacing: 1px;
    position: relative;
    margin-right: 2.3em; }
    .content_wrap .more-link:hover {
      color: #fff; }
    .content_wrap .more-link:after {
      position: absolute;
      content: url(icon/right_arrow.svg);
      right: -2.4em;
      bottom: -2px; }
    .content_wrap .more-link:hover:after {
      content: url(icon/arrow_hover.svg); }

/* Single post */
.single-post .site-header {
  background-image: linear-gradient(to bottom, #28252e -2%, rgba(50, 47, 55, 0.87) 29%, rgba(39, 36, 45, 0.7) 100%, rgba(111, 109, 115, 0)), url(/wp-content/uploads/2021/04/single_post_header.jpeg);
  height: 800px;
  padding-bottom: 0; }
  .single-post .site-header .page_title h1 {
    margin-top: 1.5em;
    text-transform: none;
    line-height: 1.4; }
.single-post .post {
  max-width: 887px;
  margin: 0 auto; }
  .single-post .post .content {
    margin-top: 7em; }
    .single-post .post .content .entry-meta {
      color: #7b797f;
      font-size: 1.25em;
      font-weight: 600;
      margin-bottom: 2.5em; }
    .single-post .post .content .entry-info {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin-bottom: 5.5em; }
      .single-post .post .content .entry-info .back_to_news a {
        color: #f8a42e;
        position: relative;
        margin-left: 2.8em;
        font-size: 1.25em;
        font-weight: 600; }
        .single-post .post .content .entry-info .back_to_news a:hover {
          color: #fff; }
        .single-post .post .content .entry-info .back_to_news a:before {
          position: absolute;
          content: url(icon/right_arrow.svg);
          left: -2.8em;
          bottom: -2px;
          transform: rotateZ(180deg); }
        .single-post .post .content .entry-info .back_to_news a:hover:before {
          content: url(icon/arrow_hover.svg); }
      .single-post .post .content .entry-info .socials {
        display: flex; }
        .single-post .post .content .entry-info .socials .facebook a, .single-post .post .content .entry-info .socials .telegram a, .single-post .post .content .entry-info .socials .whatsapp a {
          position: relative;
          width: 36px;
          height: 36px;
          display: block; }
          .single-post .post .content .entry-info .socials .facebook a:before, .single-post .post .content .entry-info .socials .telegram a:before, .single-post .post .content .entry-info .socials .whatsapp a:before {
            content: "";
            display: inline-block;
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-size: contain; }
        .single-post .post .content .entry-info .socials .facebook a:before {
          background-image: url(/wp-content/uploads/2021/04/facebook.svg); }
        .single-post .post .content .entry-info .socials .telegram {
          margin-right: 1em; }
          .single-post .post .content .entry-info .socials .telegram a:before {
            background-image: url(/wp-content/uploads/2021/04/Telegram.svg); }
        .single-post .post .content .entry-info .socials .whatsapp a:before {
          background-image: url(/wp-content/uploads/2021/04/Whatsapp.svg); }

/* Single house */
.houses-template-default .site-header {
  background-image: linear-gradient(180deg, #28252e 0, rgba(50, 47, 55, 0.87) 69%, rgba(39, 36, 45, 0.3) 100%, rgba(111, 109, 115, 0) 1%), url(/wp-content/uploads/2021/04/1-2.png);
  height: 800px;
  padding-bottom: 0; }
  .houses-template-default .site-header .page_title {
    display: flex;
    justify-content: center;
    position: relative;
    top: unset;
    left: unset;
    transform: none; }
    .houses-template-default .site-header .page_title h1 {
      margin-top: 2.5em;
      text-transform: none;
      line-height: 1.4;
      color: #fff; }
  .houses-template-default .site-header .house_get_a_quote {
    position: absolute;
    bottom: 4em;
    transform: translateX(-50%);
    left: 50%; }
.houses-template-default .type-houses {
  max-width: 1540px;
  margin: 0 auto; }
  .houses-template-default .type-houses .content {
    margin-top: 7em; }
  .houses-template-default .type-houses .item-content {
    max-width: 1020px;
    margin: 0 auto; }
    .houses-template-default .type-houses .item-content p {
      margin-bottom: 6em; }
  .houses-template-default .type-houses .tabs {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 4em; }
    .houses-template-default .type-houses .tabs .tab {
      font-size: 1.5em;
      cursor: pointer;
      padding: 12px 80px;
      background: transparent;
      display: inline-block;
      color: #fff;
      border: 1px solid #fff; }
  .houses-template-default .type-houses .panels {
    width: 100%; }
    .houses-template-default .type-houses .panels .panel {
      visibility: hidden;
	  height: 0;
      animation: fadein 0.8s; }
	.houses-template-default .type-houses .panels .panel * {
		height: 0;
	}
      .houses-template-default .type-houses .panels .panel img {
        width: 100%; }
      .houses-template-default .type-houses .panels .panel iframe {
        width: 100%;
        min-height: 750px; }
  .houses-template-default .type-houses .radio {
    display: none; }
  .houses-template-default .type-houses #tour_3d:checked ~ .panels #tour_3d_panel,
  .houses-template-default .type-houses #floor_plants:checked ~ .panels #floor_plants_panel,
  .houses-template-default .type-houses #interior:checked ~ .panels #interior_panel,
  .houses-template-default .type-houses #exterior:checked ~ .panels #exterior_panel {
    visibility: visible;
	height: auto; }
  .houses-template-default .type-houses #tour_3d:checked ~ .panels #tour_3d_panel *,
  .houses-template-default .type-houses #floor_plants:checked ~ .panels #floor_plants_panel *,
  .houses-template-default .type-houses #interior:checked ~ .panels #interior_panel *,
  .houses-template-default .type-houses #exterior:checked ~ .panels #exterior_panel * {
	height: auto; }
  .houses-template-default .type-houses #tour_3d:checked ~ .tabs #tour_3d_tab,
  .houses-template-default .type-houses #floor_plants:checked ~ .tabs #floor_plants_tab,
  .houses-template-default .type-houses #interior:checked ~ .tabs #interior_tab,
  .houses-template-default .type-houses #exterior:checked ~ .tabs #exterior_tab {
    background: #ffffff;
    color: #2d2932; }
.houses-template-default .single_house_slider_nav {
  position: relative;
  max-width: 100px;
  height: 30px;
  float: right;
  width: 100%; }
  .houses-template-default .single_house_slider_nav .single_house_button_prev,
  .houses-template-default .single_house_slider_nav .single_house_button_next {
    position: absolute;
    cursor: pointer;
    bottom: 0;
    content: "";
    width: 40px;
    height: 24px; }
    .houses-template-default .single_house_slider_nav .single_house_button_prev:before,
    .houses-template-default .single_house_slider_nav .single_house_button_next:before {
      position: absolute;
      content: url(icon/right_arrow.svg);
      transform: rotateZ(180deg);
      bottom: -2px; }
    .houses-template-default .single_house_slider_nav .single_house_button_prev:hover:before,
    .houses-template-default .single_house_slider_nav .single_house_button_next:hover:before {
      content: url(icon/arrow_hover.svg); }
  .houses-template-default .single_house_slider_nav .single_house_button_next {
    right: 0; }
    .houses-template-default .single_house_slider_nav .single_house_button_next:before {
      transform: none;
      bottom: -6px; }

.all_houses {
  max-width: 1390px;
  margin: 0 auto;
  position: relative;
  padding-top: 4.6em; }
  .all_houses .single_house_item {
    display: flex;
    margin-bottom: 8em; }
    .all_houses .single_house_item .house_thumb {
      width: 50%;
      position: relative;
      max-height: 420px; }
      .all_houses .single_house_item .house_thumb:after {
        position: absolute;
        content: "";
        border: 1px solid #f7a42e;
        left: -4em;
        width: 65%;
        bottom: -3.5em;
        height: 65%; }
      .all_houses .single_house_item .house_thumb img {
        position: relative;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
        height: 100%;
        width: 100%;
        z-index: 9; }
      .all_houses .single_house_item .house_thumb .house_thumb_hover {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%; }
        .all_houses .single_house_item .house_thumb .house_thumb_hover img {
          opacity: 0;
          width: 100%;
          height: 100%; }
        .all_houses .single_house_item .house_thumb .house_thumb_hover:hover img {
          opacity: 1; }
    .all_houses .single_house_item .house_content {
      width: 43%;
      margin-left: 5em; }
      .all_houses .single_house_item .house_content .single_house_title {
        margin-top: 1.9em;
        margin-bottom: 3em; }
        .all_houses .single_house_item .house_content .single_house_title a {
          color: #fff;
          text-transform: uppercase;
          font-size: 1.88em;
          letter-spacing: 0.3px;
          line-height: 1.2;
          font-weight: 600; }
          .all_houses .single_house_item .house_content .single_house_title a:hover {
            color: #f8a42e; }
      .all_houses .single_house_item .house_content .tour_button {
        margin-top: 5.5em; }
        .all_houses .single_house_item .house_content .tour_button a {
          color: #fff;
          border: 1px solid #f8a42e;
          padding: 0.75em 4.4em;
          font-weight: 600;
          letter-spacing: 0.5px;
          font-size: 1.25em;
          text-align: center; }
          .all_houses .single_house_item .house_content .tour_button a:hover {
            background: #f8a42e; }


.contact_page {
  display: flex;
  height: auto;
  max-width: unset;
  padding: 0;
  margin: 0; }
  .contact_page .contact_info {
    background: #2f2b37;
    width: 50%; }
    .contact_page .contact_info .main_contact_info {
      padding-left: 146px;
      padding-top: 32px;
      padding-bottom: 4em; }
      .contact_page .contact_info .main_contact_info h2 {
        color: #fff;
        font-size: 3.8em;
        font-weight: 400;
        margin-bottom: 0.4em; }
      .contact_page .contact_info .main_contact_info .short_description p {
        color: #f8a42e;
        font-size: 1.25em; }
      .contact_page .contact_info .main_contact_info .send_message_form .send_message > div,
      .contact_page .contact_info .main_contact_info .send_message_form .order_callback > div {
        display: flex;
        margin: 1em 0; }
        .contact_page .contact_info .main_contact_info .send_message_form .send_message > div label,
        .contact_page .contact_info .main_contact_info .send_message_form .order_callback > div label {
          width: 40%;
          box-sizing: border-box;
          margin-right: 3em; }
        .contact_page .contact_info .main_contact_info .send_message_form .send_message > div input, .contact_page .contact_info .main_contact_info .send_message_form .send_message > div textarea,
        .contact_page .contact_info .main_contact_info .send_message_form .order_callback > div input,
        .contact_page .contact_info .main_contact_info .send_message_form .order_callback > div textarea {
          background: transparent;
          border-top: 0;
          border-right: 0;
          border-left: 0;
          border-radius: 0;
          width: 100%;
          color: #fff;
          font-size: 1.125em;
          padding: 0.6em 0;
          outline: 0;
          outline-offset: 0; }
        .contact_page .contact_info .main_contact_info .send_message_form .send_message > div textarea,
        .contact_page .contact_info .main_contact_info .send_message_form .order_callback > div textarea {
          resize: none;
          height: 2.756em; }
        .contact_page .contact_info .main_contact_info .send_message_form .send_message > div input[type="submit"],
        .contact_page .contact_info .main_contact_info .send_message_form .order_callback > div input[type="submit"] {
          position: relative;
          width: 40%;
          background: #f7a42e;
          border-bottom: 0;
          padding: 1em;
          cursor: pointer;
          font-weight: 600; }
        .contact_page .contact_info .main_contact_info .send_message_form .send_message > div .input-icon,
        .contact_page .contact_info .main_contact_info .send_message_form .order_callback > div .input-icon {
          position: absolute; }
          .contact_page .contact_info .main_contact_info .send_message_form .send_message > div .input-icon:before,
          .contact_page .contact_info .main_contact_info .send_message_form .order_callback > div .input-icon:before {
            position: absolute;
            top: 1.1em;
            left: 3.5em;
            content: "";
            height: 17px;
            width: 24px;
            display: block;
            background-image: url(icon/mail.svg);
            background-repeat: no-repeat;
            background-size: contain; }
        .contact_page .contact_info .main_contact_info .send_message_form .send_message > div a,
        .contact_page .contact_info .main_contact_info .send_message_form .order_callback > div a {
          position: relative;
          color: #f7a42e;
          font-weight: 600;
          margin-left: 2em;
          width: 40%;
          padding-left: 2em;
          padding-top: 0.8em;
          font-size: 1.25em;
          letter-spacing: 0.3px; }
          .contact_page .contact_info .main_contact_info .send_message_form .send_message > div a:before,
          .contact_page .contact_info .main_contact_info .send_message_form .order_callback > div a:before {
            position: absolute;
            top: 0.9em;
            left: 7px;
            content: "";
            height: 18px;
            width: 18px;
            display: block;
            background-image: url(/wp-content/uploads/2021/04/phone.svg);
            background-repeat: no-repeat;
            background-size: contain; }
      .contact_page .contact_info .main_contact_info .send_message_form .order_callback {
        margin-top: 120px;
        display: none; }
        .contact_page .contact_info .main_contact_info .send_message_form .order_callback .action {
          margin-top: 3.52em !important; }
          .contact_page .contact_info .main_contact_info .send_message_form .order_callback .action .input-icon:before {
            background-image: url(icon/phone.svg); }
          .contact_page .contact_info .main_contact_info .send_message_form .order_callback .action a:before {
            background-image: url(/wp-content/uploads/2021/04/mail.svg);
            top: 1.2em; }
      .contact_page .contact_info .main_contact_info .send_message_form .action {
        margin-top: 3.1em !important; }
		.contact_page .contact_info .main_contact_info .send_message_form .wpcf7-acceptance .wpcf7-list-item {
			margin-left: 0;
			margin-right: 3em; }
		.wpcf7-acceptance input[type="checkbox"] {
			opacity: 0;
			width: 1px;
			height: 1px;
			padding: 0;
			position: absolute;
		}
		.wpcf7-acceptance .checkbox {
			padding-right: 30px;
			position: relative;
		}
		.wpcf7-acceptance .checkbox::before {
			content: '';
			position: absolute;
			margin-top: -2px;
			height: 18px;
			width: 18px;
			background: #fff;
			-ms-flex: 0 0 auto;
			flex: 0 0 auto;
			top: 50%;
			transform: translateY(-50%);
			line-height: 1.1em;
		}
		.wpcf7-acceptance input:checked + span .checkbox::before {
			border: 2px solid #f7a42e;
    		background: #f7a42e;
		}
		.wpcf7-acceptance input:checked + span .checkbox::after {
			content: '';
			position: absolute;
			height: 12px;
			width: 12px;
			-ms-flex: 0 0 auto;
			flex: 0 0 auto;
			top: 1px;
    		left: 3px;
			border-radius: 3px;
			background: #fff;
			mask: url(/wp-content/uploads/2022/11/marker.svg);
			mask-size: contain;
			mask-repeat: no-repeat;
			mask-position: center;
			-webkit-mask: url(/wp-content/uploads/2022/11/marker.svg);
			-webkit-mask-size: contain;
			-webkit-mask-repeat: no-repeat;
			-webkit-mask-position: center;
		}
		.contact_page .contact_info .main_contact_info .send_message_form a {
			color: #f7a42e; }
		.order_callback .wpcf7-acceptance {
			margin-top: 24px;
			display: block;
		}
		.white-popup .wpcf7-acceptance .wpcf7-list-item {
			margin-left: 0;
			margin-right: 3em; }
		.white-popup .wpcf7-acceptance .checkbox::before {
			border: 1px solid;
		}
		.white-popup .wpcf7-acceptance a {
			color: #f7a42e;
		}
		.white-popup .acceptance-5 {
			margin-top: -34px;
    		display: block;
		}
		.white-popup textarea {
			border-radius: 0;
		}
		.white-popup .your-email {
			display: block;
		}
    .contact_page .contact_info .info_block {
      margin-top: 6em;
      display: flex; }
      .contact_page .contact_info .info_block .left_side {
        width: 40%;
        box-sizing: border-box;
        margin-right: 3em; }
        .contact_page .contact_info .info_block .left_side .phone, .contact_page .contact_info .info_block .left_side .email, .contact_page .contact_info .info_block .left_side .location {
          margin: 1em 0; }
          .contact_page .contact_info .info_block .left_side .phone a, .contact_page .contact_info .info_block .left_side .email a, .contact_page .contact_info .info_block .left_side .location a {
            position: relative;
            color: #fff;
            font-size: 1.2em;
            padding-left: 2em; }
            .contact_page .contact_info .info_block .left_side .phone a:hover, .contact_page .contact_info .info_block .left_side .email a:hover, .contact_page .contact_info .info_block .left_side .location a:hover {
              color: #f7a42e; }
            .contact_page .contact_info .info_block .left_side .phone a:before, .contact_page .contact_info .info_block .left_side .email a:before, .contact_page .contact_info .info_block .left_side .location a:before {
              position: absolute;
              top: 0.1em;
              left: 0.25em;
              content: "";
              height: 18px;
              width: 18px;
              display: block;
              background-repeat: no-repeat;
              background-size: contain; }
        .contact_page .contact_info .info_block .left_side .phone a:before {
          background-image: url(/wp-content/uploads/2021/04/phone.svg); }
        .contact_page .contact_info .info_block .left_side .email a:before {
          background-image: url(/wp-content/uploads/2021/04/mail.svg); }
        .contact_page .contact_info .info_block .left_side .location {
          position: relative;
          color: #fff;
          font-size: 1.2em;
          padding-left: 2em; }
          .contact_page .contact_info .info_block .left_side .location:before {
            position: absolute;
            top: 0.1em;
            left: 0.25em;
            content: "";
            height: 18px;
            width: 18px;
            display: block;
            background-repeat: no-repeat;
            background-size: contain;
            background-image: url(/wp-content/uploads/2021/04/location-pin.svg); }
      .contact_page .contact_info .info_block .right_side {
        width: 50%; }
        .contact_page .contact_info .info_block .right_side .work_day, .contact_page .contact_info .info_block .right_side .day_off {
          display: flex;
          margin: 1em 0;
          padding-left: 2em;
          position: relative; }
          .contact_page .contact_info .info_block .right_side .work_day .working_day, .contact_page .contact_info .info_block .right_side .work_day .working_hours, .contact_page .contact_info .info_block .right_side .day_off .working_day, .contact_page .contact_info .info_block .right_side .day_off .working_hours {
            color: #fff;
            font-size: 1.2em;
            width: 50%; }
        .contact_page .contact_info .info_block .right_side .work_day:before {
          position: absolute;
          top: 0.25em;
          left: 0;
          content: "";
          height: 18px;
          width: 18px;
          display: block;
          background-repeat: no-repeat;
          background-size: contain;
          background-image: url(/wp-content/uploads/2021/04/clock.svg); }
    .contact_page .contact_info .find_us {
      padding-left: 146px;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      padding-top: 2em;
      padding-bottom: 2em; }
      .contact_page .contact_info .find_us .socials {
        font-size: 1.2em; }
        .contact_page .contact_info .find_us .socials span {
          display: inline-block; }
          .contact_page .contact_info .find_us .socials span a {
            position: relative; }
            .contact_page .contact_info .find_us .socials span a:before {
              content: "";
              display: inline-block;
              width: 25px;
              height: 25px;
              background-repeat: no-repeat;
              background-size: contain; }
        .contact_page .contact_info .find_us .socials .facebook a:before {
          background-image: url(/wp-content/uploads/2021/04/facebook.svg);
          margin: 0 1em; }
      .contact_page .contact_info .find_us .instagram a:before {
        background-image: url(/wp-content/uploads/2021/04/instagram.svg); }
  .contact_page .contact_map {
    width: 50%; }
  .contact_page .mfp-close {
    top: 1.4em;
    right: 0.7em;
    color: #f7a42e;
    font-size: 4em;
    opacity: 1; }

.wpcf7 .ajax-loader {
  display: none; }

.read_more_front_page a {
  color: #fff;
  position: relative;
  padding-right: 3em; }
  .read_more_front_page a:before {
    position: absolute;
    content: url(icon/right_arrow.svg);
    right: 0;
    top: -2px; }
  .read_more_front_page a:hover {
    color: #f7a42e; }
    .read_more_front_page a:hover:before {
      content: url(icon/arrow_hover.svg); }

.wp-block-counters-counter-block {
  border: 1px solid #f7a42e;
  text-align: center;
	width: min(15vw, 250px);
	height: min(15vw, 250px);
	display: flex;
	flex-direction: column;
	justify-content: center;
  border-radius: 50%; }
  .wp-block-counters-counter-block .counter-number {
    color: #f7a42e;
    font-size: min(6vw, 100px);
    font-family: MinionPro-Bold;
    line-height: 1;
    padding-top: 0; }
  .wp-block-counters-counter-block p {
    font-size: min(1.25vw, 20px);
    margin-top: 5px;
    margin-bottom: 0; }

.single-projects .site-header .page_title {
  display: flex;
  align-items: center; }
  .single-projects .site-header .page_title span {
    font-size: 3.75em;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0.7em 10px 0.6em 0;
    color: #f7a42e;
    font-family: MinionPro; }
  .single-projects .site-header .page_title h1 {
    color: #fff;
    font-size: 2.5em;
    margin-top: 1em;
    padding-left: 30px;
    position: relative; }
    .single-projects .site-header .page_title h1:before {
      content: "•";
      font-size: 0.6em;
      position: absolute;
      left: 7px;
      top: 9px; }
.single-projects .type-projects .content .entry-content {
  margin-left: 189px;
  margin-top: 4em;
  display: flex; }
  .single-projects .type-projects .content .entry-content .projects_post_thumb {
    width: 54%;
    margin-top: 4.6em; }
    .single-projects .type-projects .content .entry-content .projects_post_thumb picture {
      position: relative;
      z-index: 9;
      display: block; }
      .single-projects .type-projects .content .entry-content .projects_post_thumb picture:before {
        position: absolute;
        content: "";
        border: 1px solid #f7a42e;
        width: 40%;
        height: 80%;
        display: block;
        top: -10em;
        left: -4.5em;
        z-index: 1; }
      .single-projects .type-projects .content .entry-content .projects_post_thumb picture img {
        z-index: 9;
        position: relative; }
    .single-projects .type-projects .content .entry-content .projects_post_thumb .single_project_name {
      font-size: 1.88em;
      margin-bottom: 2.2em;
      position: relative;
      z-index: 10; }
  .single-projects .type-projects .content .entry-content .item-content {
    width: 46%; }
    .single-projects .type-projects .content .entry-content .item-content .entry-content-item p {
      border-left: 1px solid #f7a42e;
      padding-left: 0.9em; }
    .single-projects .type-projects .content .entry-content .item-content .single_project_info {
      margin-top: 6.5em; }
      .single-projects .type-projects .content .entry-content .item-content .single_project_info p {
        min-height: 27px;
        margin-bottom: 3em; }
      .single-projects .type-projects .content .entry-content .item-content .single_project_info .subdivision_name, .single-projects .type-projects .content .entry-content .item-content .single_project_info .status, .single-projects .type-projects .content .entry-content .item-content .single_project_info .location {
        display: flex; }
        .single-projects .type-projects .content .entry-content .item-content .single_project_info .subdivision_name p:first-child, .single-projects .type-projects .content .entry-content .item-content .single_project_info .status p:first-child, .single-projects .type-projects .content .entry-content .item-content .single_project_info .location p:first-child {
          width: 40%; }
      .single-projects .type-projects .content .entry-content .item-content .single_project_info .in_progress p {
        display: inline-block;
        width: 40%;
        margin-top: 1.3em; }
      .single-projects .type-projects .content .entry-content .item-content .single_project_info .in_progress .single_project_slider_nav {
        position: relative;
        display: inline-block;
        width: 59%; }
        .single-projects .type-projects .content .entry-content .item-content .single_project_info .in_progress .single_project_slider_nav .single_project_button_prev {
          position: absolute;
          content: url(icon/right_arrow.svg);
          transform: rotateZ(180deg);
          bottom: -9px;
          right: 5.5em;
          cursor: pointer; }
          .single-projects .type-projects .content .entry-content .item-content .single_project_info .in_progress .single_project_slider_nav .single_project_button_prev:hover {
            content: url(icon/arrow_hover.svg); }
        .single-projects .type-projects .content .entry-content .item-content .single_project_info .in_progress .single_project_slider_nav .single_project_button_next {
          position: absolute;
          content: url(icon/right_arrow.svg);
          right: 2em;
          bottom: -7px;
          cursor: pointer; }
          .single-projects .type-projects .content .entry-content .item-content .single_project_info .in_progress .single_project_slider_nav .single_project_button_next:hover {
            content: url(icon/arrow_hover.svg); }
      .single-projects .type-projects .content .entry-content .item-content .single_project_info .project_slider .single_project_slider .slider-image {
        margin-right: 2em; }
        .single-projects .type-projects .content .entry-content .item-content .single_project_info .project_slider .single_project_slider .slider-image img {
          height: 180px; }
    .single-projects .type-projects .content .entry-content .item-content .project_button {
      margin-top: 3em; }
      .single-projects .type-projects .content .entry-content .item-content .project_button a {
        color: #fff;
        border: 1px solid #f8a42e;
        padding: 0.5em 4.7em;
        font-weight: 600;
        letter-spacing: 0.5px;
        font-size: 1.25em;
        text-align: center;
        display: inline-block; }
        .single-projects .type-projects .content .entry-content .item-content .project_button a:hover {
          background: #f8a42e; }

.projects_tabs ul {
  display: flex;
  padding: 0;
  list-style: none; }
  .projects_tabs ul li .project_name {
    text-align: center;
    border: 1px solid; }
    .projects_tabs ul li .project_name a {
      color: #fff;
      display: block;
      padding: 1.2em;
      font-size: 1.4em; }
  .projects_tabs ul li .project-image {
    margin: 6em 1em 0 1em; }
    .projects_tabs ul li .project-image a {
      display: block; }
  .projects_tabs ul .active .project_name a {
    color: #2b2930;
    background: #fff; }

.project_popup {
  display: none;
  flex-direction: row-reverse;
  max-width: unset;
  padding: 0;
  margin: 0;
  background: transparent;
  top: 0;
  right: 0;
  position: fixed;
  width: 50%;
  z-index: 9; }
  .project_popup .project_info {
    background-image: linear-gradient(180deg, rgba(43, 41, 48, 0.87) 100%, rgba(3, 41, 48, 0.87) 100%), url(/wp-content/uploads/2021/04/Taupe-sofa.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 7em;
    padding-left: 130px;
    height: 100vh; }
    .project_popup .project_info p {
      min-height: 27px; }
    .project_popup .project_info .project_popup_title {
      color: #f8a42e;
      text-transform: uppercase;
      font-size: 1.9em; }
    .project_popup .project_info .subdivision_name, .project_popup .project_info .status, .project_popup .project_info .location {
      display: flex; }
      .project_popup .project_info .subdivision_name p:first-child, .project_popup .project_info .status p:first-child, .project_popup .project_info .location p:first-child {
        width: 40%; }
    .project_popup .project_info .in_progress {
      position: relative; }
      .project_popup .project_info .in_progress .single_project_slider_nav .single_project_button_prev {
        position: absolute;
        content: url(icon/right_arrow.svg);
        transform: rotateZ(180deg);
        bottom: 3px;
        right: 150px;
        cursor: pointer; }
        .project_popup .project_info .in_progress .single_project_slider_nav .single_project_button_prev:hover {
          content: url(icon/arrow_hover.svg); }
      .project_popup .project_info .in_progress .single_project_slider_nav .single_project_button_next {
        position: absolute;
        content: url(icon/right_arrow.svg);
        bottom: 4px;
        right: 90px;
        cursor: pointer; }
        .project_popup .project_info .in_progress .single_project_slider_nav .single_project_button_next:hover {
          content: url(icon/arrow_hover.svg); }
    .project_popup .project_info .project_slider {
      width: 100%; }
      .project_popup .project_info .project_slider .slick-track {
        width: 1000% !important; }
        .project_popup .project_info .project_slider .slick-track .slider-image {
          width: 220px !important;
          margin-right: 2em; }
          .project_popup .project_info .project_slider .slick-track .slider-image img {
            height: 180px; }
    .project_popup .project_info .project_button {
      margin-top: 2.5em; }
      .project_popup .project_info .project_button .more_information {
        color: #fff;
        border: 1px solid #f8a42e;
        padding: 1em 2.75em 1em 2.75em;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 1.25em; }
        .project_popup .project_info .project_button .more_information:hover {
          background: #f8a42e; }
      .project_popup .project_info .project_button .website {
        font-family: MinionPro-Bold;
        color: #f8a42e;
        margin-left: 2em;
        font-size: 1.25em;
        position: relative; }
        .project_popup .project_info .project_button .website:hover {
          color: #fff; }
        .project_popup .project_info .project_button .website:before {
          position: absolute;
          content: url(icon/right_arrow.svg);
          bottom: -7px;
          right: -50px; }
  .project_popup .close_popup {
    position: absolute;
    color: #fff;
    top: 0.5em;
    right: 1em;
    cursor: pointer;
    font-size: 5em; }
    .project_popup .close_popup:hover {
      color: #f8a42e; }

.callback {
  position: fixed;
  bottom: 32px;
  right: 32px;
  border-radius: 50%;
  z-index: 99999;
  width: 60px;
  height: 60px; }
  .callback .pulse {
    position: absolute;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: 3s pulse infinite ease-in-out;
    background: #f8a42e;
    cursor: pointer; }
  .callback ul.active .phone:before {
    content: url(icon/phone.svg);
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%); }
  .callback ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative; }
    .callback ul .item {
      width: 60px;
      height: 60px;
      display: none;
      background: #f8a42e;
      border-radius: 50%;
      cursor: pointer; }
      .callback ul .item:before {
        position: absolute;
        left: 50%;
        top: 55%;
        transform: translate(-50%, -50%); }
    .callback ul .mail:before {
      content: url(icon/mail.svg); }
    .callback ul .phone a {
      display: block;
      width: 100%;
      height: 100%; }
      .callback ul .phone a:before {
        content: url(icon/phone.svg);
        position: absolute;
        left: 50%;
        top: 55%;
        transform: translate(-50%, -50%); }
    .callback ul:hover {
      display: none; }
  .callback ul.inactive {
    display: none;
    list-style: none; }
    .callback ul.inactive li {
      display: block;
      position: relative;
      margin-bottom: 1em; }
      .callback ul.inactive li.hide {
        background: #b1b1b1;
        margin-bottom: 0; }
        .callback ul.inactive li.hide span {
          position: absolute;
          left: -2.5em;
          font-size: 1.25em;
          top: 1em;
          font-family: "MinionPro"; }
        .callback ul.inactive li.hide:before {
          content: "";
          width: 30px;
          height: 30px;
          background-repeat: no-repeat;
          background: url(icon/Path_905.svg);
          background-size: cover;
          position: absolute;
          top: 33%;
          transform: rotateX(180deg);
          left: 25%; }
      .callback ul.inactive li.mail .popup_form {
        bottom: -100px; }
        .callback ul.inactive li.mail .popup_form .content p {
          color: #2b2930;
          margin-bottom: 0; }
        .callback ul.inactive li.mail .popup_form .content div {
          display: flex; }
          .callback ul.inactive li.mail .popup_form .content div label {
            width: 50%;
            box-sizing: border-box;
            color: #bebdbf; }
            .callback ul.inactive li.mail .popup_form .content div label:not(:last-child) {
              margin-right: 2em; }
        .callback ul.inactive li.mail .popup_form textarea {
          outline-color: #f8a42e;
          resize: none;
          max-height: 100px; }
      .callback ul.inactive li .popup_form {
        display: none;
        width: 550px;
        background: #fff;
        position: absolute;
        bottom: -249px;
        right: 0;
        cursor: auto;
        z-index: 9;
        padding: 2.5em; }
        .callback ul.inactive li .popup_form .title {
          color: #f8a42e;
          text-align: center;
          font-size: 1.75em;
          font-weight: 600;
          border-bottom: 1px solid;
          padding-bottom: 12px;
          margin-top: 0;
          margin-bottom: 5px; }
          .callback ul.inactive li .popup_form .title p {
            margin-bottom: 0;
            margin-top: 0; }
        .callback ul.inactive li .popup_form .close {
          position: absolute;
          top: 0;
          right: 0;
          width: 44px;
          height: 44px;
          color: #000;
          cursor: pointer; }
          .callback ul.inactive li .popup_form .close span {
            color: #000;
            padding: 0; }
        .callback ul.inactive li .popup_form .content .hide {
          color: #2b2930; }
          .callback ul.inactive li .popup_form .content .hide p {
            margin-bottom: 0; }
          .callback ul.inactive li .popup_form .content .hide a {
            display: block;
            background: #f8a42e;
            padding: 0.5em;
            text-align: center;
            font-size: 1.15em;
            font-weight: 600;
            border: 1px solid #f8a42e; }
            .callback ul.inactive li .popup_form .content .hide a:hover {
              background: #fff; }
        .callback ul.inactive li .popup_form .content .show {
          display: none; }
        .callback ul.inactive li .popup_form input[type="text"],
        .callback ul.inactive li .popup_form input[type="email"] {
          width: 100%;
          border-top: 0;
          border-left: 0;
          border-right: 0;
          outline-style: none;
          box-shadow: none;
          font-weight: 600;
          border-radius: 0;
          padding-bottom: 12px;
          padding-top: 12px;
          letter-spacing: 0.5px; }
          .callback ul.inactive li .popup_form input[type="text"]:focus,
          .callback ul.inactive li .popup_form input[type="email"]:focus {
            border-color: #f8a42e;
            font-weight: normal; }
        .callback ul.inactive li .popup_form input[type="submit"] {
          color: #fff;
          background-color: #f8a42e;
          width: 100%;
          margin-top: 1.25em;
          font-size: 1.11em;
          font-weight: 600;
          letter-spacing: -0.5px;
          padding: 0.75em 0.75em 0.5em 0.75em;
          border: 1px solid #f8a42e;
          cursor: pointer; }
          .callback ul.inactive li .popup_form input[type="submit"]:hover {
            background: #fff;
            color: #f8a42e; }
        .callback ul.inactive li .popup_form .wpcf7-response-output {
          color: #000; }

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 2px rgba(248, 146, 46, 0.5); }
  50% {
    box-shadow: 0 0 0 8px rgba(248, 146, 46, 0.5); }
  100% {
    box-shadow: 0 0 0 2px rgba(248, 146, 46, 0.5); } }
.n2-section-smartslider .n2-ss-slider .n2-ss-slide-backgrounds * {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.n2-section-smartslider .n2-ss-slider .n2-ss-slide {
  background-image: linear-gradient(180deg, rgba(14, 11, 23, 0.68) 100%, rgba(34, 32, 39, 0) 12%); }

#Group_520 [id^="lot_"]:hover path {
  fill: #738e7e;
  cursor: pointer; }

#choose_house_info {
  z-index: -1;
  visibility: hidden;	
  width: 300px;
  background: #fff;
  color: #2b2930;
  padding: 2em;
  top: 0;
  left: 0;
  position: absolute; }
  #choose_house_info .hide {
    display: none; }
  #choose_house_info a {
	transition: background .5s, color .5s; }
  #choose_house_info .request form a {
    color: #2b2930;
    border: 1px solid #f8a42e;
    font-weight: 700;
    display: block;
    padding: 0.5em;
    margin-top: 0.5em;
    text-align: center; }
    #choose_house_info .request form a:hover {
      color: #fff;
      background: #f8a42e; }
  #choose_house_info .request form textarea {
    resize: none;
    max-height: 5em; }
  #choose_house_info .request form p {
	margin-bottom: 4px; }
  #choose_house_info .call_back a {
    color: #2b2930;
    border: 1px solid #f8a42e;
    font-weight: 700;
    display: block;
    padding: 0.5em;
    margin-top: 0.5em;
    text-align: center; }
    #choose_house_info .call_back a:hover {
      color: #fff;
      background: #f8a42e; }
  #choose_house_info .call_back p {
    margin-bottom: 0; }
  #choose_house_info .choose_house_info_title p {
    margin-bottom: 0;
    margin-top: 0;
    color: #f8a42e;
    text-align: center;
    font-size: 1.75em;
    font-weight: 600;
    border-bottom: 1px solid;
    padding-bottom: 12px; }
  #choose_house_info .choose_house_info_content .status, #choose_house_info .choose_house_info_content .size, #choose_house_info .choose_house_info_content .price {
    display: flex; }
    #choose_house_info .choose_house_info_content .status p, #choose_house_info .choose_house_info_content .size p, #choose_house_info .choose_house_info_content .price p {
      font-weight: 700;
      margin-bottom: 0;
      flex: 0 1 175px; }
  #choose_house_info .choose_house_info_buttons {
    display: flex;
	flex-wrap: wrap;
    margin-top: 1.2em; }
  #choose_house_info .choose_house_info_buttons .call {
	width: 100%; }
      #choose_house_info .choose_house_info_buttons .call a {
        color: #fff;
        border: 1px solid #f8a42e;
        background: #f8a42e;
        font-weight: 700;
        padding: 1em;
		width: 100%;
		display: block;
		text-align: center; }
        #choose_house_info .choose_house_info_buttons .call a:hover {
          color: #2b2930;
          background: transparent; }
#choose_house_info .choose_house_info_buttons .details {
	width: 100%; 
	margin-top: 10px; }
    #choose_house_info .choose_house_info_buttons .details a {
      color: #2b2930;
      border: 1px solid #f8a42e;
      font-weight: 700;
      padding: 1em;
	  width: 100%;
	  display: block;
	  text-align: center; }
      #choose_house_info .choose_house_info_buttons .details a:hover {
        color: #fff;
        background: #f8a42e; }
  #choose_house_info .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    color: #000;
    cursor: pointer; }
    #choose_house_info .close .mfp-close {
      color: #000;
      padding: 0; }

.back_to_home {
  margin-bottom: 3em;
  margin-left: 3.17em;
  margin-top: 3em; }
  .back_to_home a {
    color: #fff;
    position: relative;
    font-size: 1.125em;
    font-weight: 600; }
    .back_to_home a:hover {
      color: #f8a42e; }
    .back_to_home a:before {
      position: absolute;
      content: url(icon/right_arrow.svg);
      left: -3.17em;
      bottom: 0;
      transform: rotateZ(180deg); }
    .back_to_home a:hover:before {
      content: url(icon/arrow_hover.svg); }

.tl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: relative; }
  .tl .tl_month, .tl .tl_year .tl .tl_content_wrap {
    width: 100%; }
  .tl .tl_content_wrap {
    margin-top: 10vh; }
    .tl .tl_content_wrap .tl_content {
      height: 0;
      overflow: hidden;
      visibility: hidden;
      opacity: 0;
      text-align: center; }
    .tl .tl_content_wrap .tl_content.active {
      height: auto;
      overflow: visible;
      visibility: visible;
      opacity: 1;
      display: flex;
      justify-content: space-between; }
  .tl .tl_month {
    margin-bottom: 50px;
    padding: 0 5px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
	.tl .tl_year {
	padding: 0 5px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	}
    .tl .tl_month li {
      list-style-type: none;
      flex: 1;
      position: relative;
      padding: 10px 0px;
      -webkit-user-select: none;
        -webkit-user-select--moz-user-select: none;
          -webkit-user-select--moz-user-select--ms-user-select: none;
            -webkit-user-select--moz-user-select--ms-user-select-user-select: none;
       }
		.tl .tl_year li {
			list-style-type: none;
			flex: 1;
			position: relative;
			padding: 10px 0px;
			-webkit-user-select: none;
			-webkit-user-select--moz-user-select: none;
			-webkit-user-select--moz-user-select--ms-user-select: none;
			-webkit-user-select--moz-user-select--ms-user-select-user-select: none;
		}
		.tl .tl_month li:first-child, .tl .tl_year li:first-child {
		flex: 0; }
      .tl .tl_month li:first-child:after {
        content: none; }
      .tl .tl_month li:before, .tl .tl_month li:after {
        content: ""; }
      .tl .tl_month li span {
        color: #656268;
        position: absolute;
		right: 0;
        top: 30px;
        font-size: 20px;
        line-height: 1;
        transition: 0.15s ease;
        letter-spacing: 0.63px;
        font-weight: 400;
        padding: 1px 2px 1px 3px;
		transform: translateX(33%);
		padding-top: 30px;
    	margin-top: -30px;
		cursor: pointer;
		z-index: 10;}
		.tl .tl_year li span {
		color: #656268;
        position: absolute;
		right: 0;
        top: 30px;
        font-size: 20px;
        line-height: 1;
        transition: 0.15s ease;
        letter-spacing: 0.63px;
        font-weight: 400;
        padding: 1px 2px 1px 3px;
		transform: translateX(40%);
		padding-top: 30px;
    	margin-top: -30px;
		}
		.tl .tl_month li:first-child span, .tl .tl_year li:first-child span {
			left: 0;
			right: auto;
			transform: none;
			width: max-content;
		}
		.tl .tl_month li:first-child:before {
			width: 0;
		}
		.tl .tl_month li.last-active:first-child:before {
			width: 12px;
    		position: absolute;
		}
		.tl .tl_month li:last-child span, .tl .tl_year li:last-child span {
		transform: none; }
        .tl .tl_month li span:hover {
          color: #f7a42e; }
      .tl .tl_month li:before {
        width: 12px;
        height: 12px;
        display: block;
        border-radius: 50%;
		margin-left: auto; }
      .tl .tl_month li:after {
        position: absolute;
        width: 100%;
        height: 3px;
        background: #656268;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }
	  .tl .tl_month li.active:after {
		width: calc(100% - 4px); }
    .tl .tl_month .active span {
      font-weight: 500;
		position: absolute;
		width: max-content;
		right: 0;
		transform: translateX(33%); }
    .tl .tl_month .active:before {
      background: #f7a42e;
      z-index: 9;
      position: relative;
	  box-shadow: 0 0 15px 0 rgba(248, 164, 46, 0.59);
	   }
	.tl .tl_month .active:not(.last-active):before {
		opacity: 0;	
	}
	.tl .tl_month .last-active span, .tl .tl_year .active span {
		color: #f7a42e;
	}
	.tl .tl_picker_months_data {
		visibility: hidden;
		height: 0;
		position: absolute;
		opacity: 0;
	}
    .tl .tl_month .active + li.active:after {
      background: #f7a42e; }
    .tl .tl_month span {
      color: #f7a42e; }
    .tl .tl_month .original-active.active span {
      color: #f7a42e;
      font-weight: 500; }
	.tl .tl_picker_year, .tl .tl_picker_month {
		border: 0;
		color: #fff;
		outline: none;
		-webkit-appearance: none;
		padding-right: 40px;
	}
	.tl .tl_picker_year_wrapper, .tl .tl_picker_month_wrapper {
		position: relative;
		display: inline-block;
	}
	.tl .tl_picker_year_wrapper:before, .tl .tl_picker_month_wrapper:before {
		content: '';
		position: absolute;
		width: 2px;
		height: 10px;
		top: 36%;
		right: 24px;
		transform: rotate(45deg);
		background: #fff;
	}
	.tl .tl_picker_year_wrapper:after, .tl .tl_picker_month_wrapper:after {
content: '';
		content: '';
		position: absolute;
		width: 2px;
		height: 10px;
		top: 36%;
		right: 30px;
		transform: rotate(-45deg);
		background: #fff;
	}
	.tl .tl_picker {
		padding: 0 4px;
	}
.contact_map .gm-style-cc, .contact_map .gmnoprint {
  display: none; }

#tour_content, #_3d_1, #_3d_2, #_3d_3 {
  width: auto;
  max-width: 50%;
  height: 600px; }
  #tour_content iframe, #_3d_1 iframe, #_3d_2 iframe, #_3d_3 iframe {
    width: 100%;
    height: 100%; }

.mapdiv {
  position: relative; }
  .mapdiv .color_status {
    position: absolute;
    right: 4em;
    top: 4em;
    display: flex;
    width: 340px;
    justify-content: space-between; }
    .mapdiv .color_status .sold, .mapdiv .color_status .available, .mapdiv .color_status .under_contract {
      width: 110px;
      height: 85px;
      position: relative;
      text-align: center; }
      .mapdiv .color_status .sold:before, .mapdiv .color_status .available:before, .mapdiv .color_status .under_contract:before {
        content: "";
        background-image: url(icon/sold.svg);
        width: 100%;
        height: 100%;
        display: block;
        background-repeat: no-repeat;
        background-position: center; }
      .mapdiv .color_status .sold span, .mapdiv .color_status .available span, .mapdiv .color_status .under_contract span {
        font-size: 1.1em; }
    .mapdiv .color_status .available:before {
      background-image: url(icon/available.svg); }
    .mapdiv .color_status .under_contract:before {
      background-image: url(icon/under_contract.svg); }
  .mapdiv .popup_form .hide br {
    display: none; }
  .mapdiv .popup_form .hide input {
    width: 100%;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    outline-style: none;
    box-shadow: none;
    font-weight: 600;
    border-radius: 0;
    padding-bottom: 12px;
    padding-top: 12px;
    letter-spacing: 0.5px; }
  .mapdiv .popup_form .hide:focus {
    border-color: #f8a42e;
    font-weight: normal; }
  .mapdiv .popup_form .hide input[type="submit"] {
    color: #fff;
    background-color: #f8a42e;
    width: 100%;
    margin-top: 1.25em;
    font-size: 1.11em;
    font-weight: 600;
    letter-spacing: -0.5px;
    padding: 0.75em;
    border: 1px solid #f8a42e;
    cursor: pointer; }
    .mapdiv .popup_form .hide input[type="submit"]:hover {
      background: #fff;
      color: #f8a42e; }
  .mapdiv .popup_form .hide .wpcf7-response-output {
    color: #000; }

.post-15 .entry-content {
  max-width: unset; }
  .post-15 .entry-content .wp-block-columns:not(.advantages) {
    max-width: 1390px;
    margin: 0 auto; }

.single_progress_month .progress_image {
  position: relative;
  display: inline-block;
  width: 33%;
  box-sizing: border-box;
  padding: 0 2em; }
  .single_progress_month .progress_image:before {
    position: absolute;
    content: "";
    border: 1px solid #f8a42e;
    right: 20px;
    width: 45%;
    bottom: 2em;
    height: 50%; }
  .single_progress_month .progress_image img {
    position: relative; }
  .single_progress_month .progress_image .date {
    float: right; }

.time_line .single_progress_month {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0; }
  .time_line .single_progress_month .progress_image {
    padding: 0;
    flex: 0 0 33.333333%; }
    .time_line .single_progress_month .progress_image {
      margin-bottom: 3em; }
    .time_line .single_progress_month .progress_image:before {
      bottom: 18px; }
    .time_line .single_progress_month .progress_image img {
      position: relative;
      max-width: 80%; }
    .time_line .single_progress_month .progress_image .date {
      float: none;
      text-align: right;
      max-width: 80%;
      margin: 0 auto; }

.choose_house_section {
  overflow: visible; }

.fb_dialog {
  background: transparent !important;
  padding: 0 !important;
  top: 24px !important;
  z-index: 8 !important; }
  .fb_dialog .fb_dialog_content {
    background: transparent !important; }
    .fb_dialog .fb_dialog_content iframe {
      animation: none !important;
      position: relative !important; }
      .fb_dialog .fb_dialog_content iframe:nth-child(2) {
        display: none; }

.fb_reset>div {
	overflow: visible !important;
}

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