@font-face {
  font-family: Poppins;
  /* font-display: auto; */
  src: url(../fonts/Poppins/Poppins-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: Poppins;
  /* font-display: auto; */
  src: url(../fonts/Poppins/Poppins-Medium.ttf);
  font-weight: 500;
}

@font-face {
  font-family: Poppins;
  /* font-display: fallback; */
  src: url(../fonts/Poppins/Poppins-SemiBold.ttf);
  font-weight: 600;
}

@font-face {
  font-family: Poppins;
  /* font-display: auto; */
  src: url(../fonts/Poppins/Poppins-Bold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: Poppins;
  /* font-display: auto; */
  src: url(../fonts/Poppins/Poppins-ExtraBold.ttf);
  font-weight: 800;
}

@font-face {
  font-family: Poppins;
  /* font-display: auto; */
  src: url(../fonts/Poppins/Poppins-Black.ttf);
  font-weight: 900;
}

body {
  min-width: 320px;
  background-color: #fff;
  color: #2d2d2d;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 28px;
  padding-top: 133px;
}

embed,
img,
object {
  max-width: 100%;
}

a:active,
a:focus,
a:hover {
  outline: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1,
h2 {
  font-size: 38px;
  font-weight: 400;
  line-height: 46px;
}

h3,
h4,
h5,
h6 {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

p {
  margin: 0;
}

@media (max-width: 479px) {
  .sizeMax480 {
    float: none;
    width: auto;
    margin-left: 0;
  }
  .show480 {
    display: block !important;
  }
  .hide480 {
    display: none !important;
  }
}

.navbar-default {
  background: #fff;
  min-height: auto;
  border: 0;
  padding: 42px 0;
  -webkit-transition: box-shadow 0.3s ease, padding 0.3s ease;
  transition: box-shadow 0.3s ease, padding 0.3s ease;
}

.navbar-default.navbar-sticky {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.125);
  padding: 10px 0;
}

.navbar-brand {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 49px;
  padding: 0 15px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.navbar-brand:focus,
.navbar-brand:hover {
  opacity: 0.6;
}

.navbar-default .navbar-brand {
  color: #000;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #000;
}

.navbar-brand img {
  display: block;
  /* width: 132px;
    height: 49px */
  width: 100%;
  height: 60px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: 0;
}

.navbar-default .navbar-nav {
  margin: 13px 0;
}

.navbar-default .navbar-nav > li + li {
  margin-left: 23px;
}

.navbar-default .navbar-nav > li > a {
  display: block;
  position: relative;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  padding: 2px 0 3px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #845b36;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: 0 0;
  color: #845b36;
}

.navbar-default .navbar-nav > li > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #845b36 transparent #845b36;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.navbar-default .navbar-nav > li > a:focus:after,
.navbar-default .navbar-nav > li > a:hover:after {
  width: 100%;
}

.navbar-default .navbar-nav > .active > a:after,
.navbar-default .navbar-nav > .active > a:focus:after,
.navbar-default .navbar-nav > .active > a:hover:after {
  width: 100%;
}

.nav-contact {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  float: right;
  list-style: none;
  padding: 5px 0;
  margin: 0 0 0 94px;
}

.nav-contact > li {
  padding: 9px 0;
}

.nav-contact > li + li {
  border-left: 2px solid #845b36;
  padding-left: 27px;
  margin-left: 27px;
}

.nav-social {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-social > li > a {
  display: block;
}

.menu-ico {
  display: block;
  position: relative;
  width: 21px;
  height: 21px;
}

.menu-ico:after,
.menu-ico:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.menu-ico:after {
  background-color: #fff;
  opacity: 0;
  z-index: 1;
}

.nav-social > li + li {
  margin-left: 8px;
}

.nav-social > li > a:hover .menu-ico:after {
  opacity: 1;
}

.menu-ico.ico-fb:before {
  background-image: url(../images/svg/menu_fb.svg);
}

.menu-ico.ico-fb:after {
  background-image: url(../images/svg/menu_fb_hover.svg);
}

.menu-ico.ico-ig:before {
  background-image: url(../images/svg/menu_ig.svg);
}

.menu-ico.ico-ig:after {
  background-image: url(../images/svg/menu_ig_hover.svg);
}

.nav-email,
.nav-phone {
  display: block;
  position: relative;
  color: #2d2d2d;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  padding-left: 31px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.nav-email:hover,
.nav-phone:hover {
  color: #845b36;
}

.nav-phone:focus {
  color: #2d2d2d;
}

.nav-email:focus,
.nav-email:hover,
.nav-phone:focus,
.nav-phone:hover {
  text-decoration: none;
}

.nav-email:before,
.nav-email:after,
.nav-phone:after,
.nav-phone:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  background-size: cover;
  background-position: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.nav-phone:before {
  background-image: url(../images/svg/menu_phone.svg);
}

.nav-email:before {
  background-image: url(../images/svg/mail-svgrepo-com.svg);
}

.nav-phone:after {
  background-color: #fff;
  background-image: url(../images/svg/menu_phone_hover.svg);
  opacity: 0;
  z-index: 1;
}

.nav-email:after {
  background-color: #fff;
  background-image: url(../images/svg//mail-svgrepo-com-hover.svg);
  opacity: 0;
  z-index: 1;
}

.nav-email:hover:after,
.nav-phone:hover:after {
  opacity: 1;
}

.navbar-default .navbar-toggle {
  width: 36px;
  height: 36px;
  background: #845b36;
  border: 2px solid #845b36;
  border-radius: 2px;
  padding: 7px 3px;
  margin: 0 15px 0 0;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background: #845b36;
}

.navbar-default .navbar-toggle .icon-bar {
  position: relative;
  top: 0;
  background: #fff;
  width: 26px;
  height: 2px;
  border-radius: 0;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: top 0.3s ease, width 0.3s ease, transform 0.3s;
  transition: top 0.3s ease, width 0.3s ease, transform 0.3s;
}

.navbar-default .navbar-toggle .icon-bar:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-default .navbar-toggle.collapsed .icon-bar:nth-child(1) {
  top: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.navbar-default .navbar-toggle .icon-bar:nth-child(2) {
  width: 0;
}

.navbar-default .navbar-toggle.collapsed .icon-bar:nth-child(2) {
  width: 26px;
}

.navbar-default .navbar-toggle .icon-bar:nth-child(3) {
  top: -7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar-default .navbar-toggle.collapsed .icon-bar:nth-child(3) {
  top: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}

.header-primary {
  position: relative;
  align-items: center;
  display: flex;
  /* aspect-ratio: 1920 / 622; */
  aspect-ratio: 1920 / 720;
  z-index: 10;
}

.header-primary_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.header-primary_background-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eff3f6;
  background-size: cover;
  background-position: center;
}

.header-primary .row {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.header-primary_caption {
  color: #fff;
  margin-right: -30px;
}

@media (min-width: 678px) {
  .header-primary_caption {
    /* opacity: 0;
        -webkit-transition: opacity 1.5s ease, transform 1.5s ease;
        transition: opacity 1.5s ease, transform 1.5s ease;
        -webkit-transform: scale(0);
        transform: scale(0) */
  }
  .header-primary_caption.is-animated {
    /* opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1) */
  }
}

.header-primary_title {
  font-size: 41px;
  font-weight: 800;
  line-height: 50px;
  /* text-shadow: 0 4px 13px rgba(0, 0, 0, 1) */
}

.header-primary_link {
  margin-top: 30px;
}

.btn-primary {
  display: inline-block;
  position: relative;
  min-width: 199px;
  background: #845b36;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 27px;
  border: 3px solid #845b36;
  border-radius: 8px;
  box-shadow: none;
  outline: 0;
  padding: 9px 29px;
  margin: 0;
  -webkit-transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
  cursor: pointer;
}

.btn-primary:focus,
.btn-primary:hover {
  background: #fff;
  color: #845b36;
  text-decoration: none;
}

.btn-primary.btn-small {
  min-width: 100px;
  padding: 7px 12px;
}

.btn-primary.btn-inverse {
  background: #fff;
  color: #845b36;
  border-color: #fff;
}

.btn-primary.btn-inverse:focus,
.btn-primary.btn-inverse:hover {
  background: #845b36;
  color: #fff;
  border-color: #fff;
}

.btn-primary.btn-dark {
  background: #845b36;
  border-color: #845b36;
}

.btn-primary.btn-dark:focus,
.btn-primary.btn-dark:hover {
  background: #fff;
  color: #845b36;
}

.btn-primary.btn-inverse.btn-dark {
  background: #fff;
  color: #845b36;
  border-color: #fff;
}

.btn-primary.btn-inverse.btn-dark:focus,
.btn-primary.btn-inverse.btn-dark:hover {
  background: #845b36;
  color: #fff;
  border-color: #fff;
}

.btn-primary.btn-black {
  background: #2d2d2d;
  color: #fff;
  border-color: #2d2d2d;
}

.btn-primary.btn-black:focus,
.btn-primary.btn-black:hover {
  background: #fff;
  color: #2d2d2d;
}

.btn-primary.w-shadow {
  box-shadow: 0 4px 13px rgba(0, 0, 0, 1);
}

.btn-primary.btn-full {
  display: block;
  width: 100%;
}

.btn-primary.disabled {
  pointer-events: none;
  background-color: #ebebeb;
  border-color: #ebebeb;
}

.btn-arrow {
  display: inline-block;
  position: relative;
  width: 26px;
  height: 18px;
  vertical-align: -3px;
  margin-right: 16px;
}

#loadMore .btn-arrow {
  margin-left: 16px;
  margin-right: 0px;
}

.btn-arrow:after,
.btn-arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.btn-arrow:before {
  background-image: url(../images/svg/arrow_CTA.svg);
}

.btn-inverse .btn-arrow:before {
  background-image: url(../images/svg/arrow_CTA_hover.svg);
}

.btn-arrow:after {
  background-image: url(../images/svg/arrow_CTA_hover.svg);
  opacity: 0;
}

.btn-inverse .btn-arrow:after {
  background-image: url(../images/svg/arrow_CTA.svg);
}

.btn-dark .btn-arrow:after {
  background-image: url(../images/svg/arrow_CTA_hover.svg);
}

.btn-inverse.btn-dark .btn-arrow:before {
  background-image: url(../images/svg/arrow_CTA_hover.svg);
}

.btn-inverse.btn-dark .btn-arrow:after {
  background-image: url(../images/svg/arrow_CTA.svg);
}

.btn-black .btn-arrow:before {
  background-image: url(../images/svg/arrow_CTA.svg);
}

.btn-black .btn-arrow:after {
  background-image: url(../images/svg/arrow_CTA_hover3.svg);
}

.btn-primary:focus .btn-arrow:after,
.btn-primary:hover .btn-arrow:after {
  opacity: 1;
}

.btn-arrow.arrow-reverse:after,
.btn-arrow.arrow-reverse:before {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.header-primary_box {
  background: #fff;
  color: #2d2d2d;
  font-size: 16px;
  line-height: 20px;
  border-radius: 8px;
  box-shadow: 0 17px 21px rgba(0, 0, 0, 0.46);
  margin-right: -63px;
  padding: 26px 33px 33px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slick-dots {
  display: flex;
  align-items: center;
  gap: 23px;
  position: absolute;
  bottom: 36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0;
  margin: 0;
}

.slick-dots li {
  display: flex;
  align-items: center;
}

.slick-dots .slick-active::before {
  content: "";
  position: absolute;
  background-image: url(../images/svg/Ellipse2.svg);
  width: 11px;
  height: 11px;
  background-repeat: no-repeat;
  background-size: cover;
}

.slick-dots li::before {
  content: "";
  position: absolute;
  background-image: url(../images/svg/Ellipse1.svg);
  width: 8px;
  height: 8px;
  background-repeat: no-repeat;
  background-size: cover;
}

.slick-dots {
  list-style: none;
}

.slick-dots button {
  display: none;
}

.header-primary_box-title {
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

.apartment-search_field + .apartment-search_field {
  margin-top: 20px;
}

.apartment-search_field-title {
  text-transform: uppercase;
  margin: 0 0 16px;
  pointer-events: none;
}

.irs {
  font-family: "Poppins", sans-serif;
}

.irs--round {
  height: 43px;
}

.irs--round .irs-from:before,
.irs--round .irs-single:before,
.irs--round .irs-to:before {
  content: none;
  display: none;
}

.irs--round .irs-handle {
  top: 0;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 3px solid #845b36;
  border-radius: 50%;
  box-shadow: none;
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #fff;
}

.irs--round .irs-handle:hover {
  cursor: pointer;
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle.state_hover:hover {
  cursor: grab;
}

.irs--round .irs-line {
  top: 6px;
  height: 3px;
  background-color: #d3d3d3;
  border-radius: 0;
}

.irs--round .irs-bar {
  top: 6px;
  height: 3px;
  background-color: #845b36;
}

.irs--round .irs-from,
.irs--round .irs-single,
.irs--round .irs-to {
  top: 19px;
  background-color: transparent;
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 0;
  padding: 2px 0;
  pointer-events: none;
}

.irs--round .irs-max,
.irs--round .irs-min {
  top: 19px;
  background-color: #d3d3d3;
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 0;
  padding: 2px 4px;
  pointer-events: none;
}

.apartment-search_submit {
  margin-top: 24px;
}

.scroll-down {
  position: absolute;
  bottom: -34px;
  left: 50%;
  padding: 0 15px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
}

.scroll-down:before {
  content: "";
  display: block;
  width: 30px;
  height: 75px;
  background-image: url(../images/arrow_scroll.png);
  background-size: cover;
  background-position: center;
  -webkit-animation: classicBounce 1.5s infinite;
  animation: classicBounce 1.5s infinite;
}

@keyframes classicBounce {
  0%,
  100%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  40% {
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
  }
  60% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
}

.intro-primary {
  padding-top: 120px;
}

.titleReset {
  margin: -9px 0 -8px;
}

.heading-primary_title {
  position: relative;
  padding: 0 50px 0 38px;
  /* margin-right: -30px */
}

.heading-primary_title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #845b36;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
}

.fancy-wrap {
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.fancy-section {
  position: relative;
}

.fancy-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fancy-row.fancy-center {
  -webkit-align-items: center;
  align-items: center;
}

/* .fancy-slick .fancy-row {
    padding-bottom: 136px
} */

.intro-primary .fancy-column-wrap {
  padding-top: 3px;
}

.preview-primary .fancy-column-wrap {
  padding-top: 106px;
}

.fancy-row > div:last-child > .fancy-column-wrap {
  margin-left: -30px;
}

/* .fancy-slick-wrap {
    position: relative
} */

/* .fancy-slick-item {
    position: relative;
    overflow: hidden;
    z-index: 1
} */

.fancy-column {
  padding-top: 58px;
}

.fancy-content {
  margin: -8px 0 -36px;
}

.fancy-content p {
  margin: 0 0 28px;
}

.fancy-content b,
.fancy-content strong {
  font-weight: 600;
}

.fancy-link {
  padding-top: 50px;
}

.fancy-thumbnail {
  position: relative;
  z-index: 1;
}

.fancy-thumbnail.is-floating {
  width: 945px;
}

.fancy-row > div:last-child .fancy-thumbnail.is-floating {
  float: left;
}

.fancy-row > div:first-child .fancy-thumbnail.is-floating {
  float: right;
}

.fancy-thumbnail-button {
  position: absolute;
  bottom: 0;
  left: -56px;
  z-index: 2;
}

.fancy-thumbnail-button .btn-primary {
  white-space: nowrap;
}

.fancy-thumbnail-holder {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
}

.fancy-thumbnail-holder > div {
  height: 566px;
  background-color: #eff3f6;
  background-size: cover;
  background-position: center;
}

.fancy-thumbnail-holder img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 1571px) and (max-width: 1920px) {
  .fancy-row
    > div:first-child
    .fancy-thumbnail.is-floating
    .fancy-thumbnail-holder {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .fancy-row
    > div:last-child
    .fancy-thumbnail.is-floating
    .fancy-thumbnail-holder {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

@media (min-width: 992px) and (max-width: 1280px) {
  .fancy-row
    > div:first-child
    .fancy-thumbnail.is-floating
    .fancy-thumbnail-holder {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .fancy-row
    > div:last-child
    .fancy-thumbnail.is-floating
    .fancy-thumbnail-holder {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.fancy-dots {
  position: absolute;
  z-index: -1;
}

.fancy-dots > div {
  position: relative;
  top: 0;
  background-size: cover;
  background-position: center;
}

.fancy-dots.dots-style-03 > div {
  background-image: url(../images/dots-style_03.png);
  width: 142px;
  height: 231px;
}

.fancy-dots.dots-style-05 > div {
  background-image: url(../images/dots-style_05.png);
  width: 68px;
  height: 320px;
}

.fancy-dots.dots-style-06 > div {
  background-image: url(../images/dots-style_06.png);
  width: 112px;
  height: 231px;
}

.fancy-thumbnail.is-first .fancy-dots {
  left: -43px;
  bottom: -29px;
}

.fancy-thumbnail.is-last .fancy-dots {
  right: -73px;
  bottom: -42px;
}

.intro-primary > .fancy-dots {
  bottom: -203px;
  left: 5px;
}

.intro-primary .fancy-thumbnail > .fancy-dots {
  bottom: -42px;
  left: -42px;
}

.preview-primary .fancy-thumbnail > .fancy-dots {
  right: -42px;
  bottom: -42px;
}

.preview-primary > .fancy-dots {
  bottom: -183px;
  right: 5px;
}

.hero-primary > .fancy-dots {
  top: -450px;
  left: 4px;
}

.fancy-wrap.fancy-set-01 > .fancy-dots.dots-style-05 {
  top: 975px;
  right: 7px;
}

.fancy-wrap.fancy-set-02 > .fancy-dots.dots-style-05 {
  top: 530px;
  right: 7px;
}

.location-features > .fancy-dots {
  top: 390px;
  right: 6px;
}

.searchBoxes-primary {
  padding-top: 172px;
}

.row-searchBoxes {
  padding-top: 106px;
}

.card-container {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.card-container:hover .card-flipper {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.card-container {
  height: 412px;
  margin-bottom: 20px;
}

.card-flipper {
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.card-back,
.card-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-front {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  z-index: 2;
}

.card-back {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.searchBox {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 412px;
  background: #fff;
  color: #2d2d2d;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 24px;
  box-shadow: 5px 10px 13px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.card-back .searchBox {
  background: #845b36;
  color: #fff;
}

.searchBox:focus,
.searchBox:hover {
  text-decoration: none;
}

.searchBox-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.searchBox-inner {
  padding-bottom: 8px;
}

.searchBox-counter {
  color: #845b36;
  font-size: 45px;
  font-weight: 800;
  line-height: 1;
}

.card-back .searchBox-counter {
  color: #fff;
}

.searchBox-separator {
  width: 42px;
  border: 0;
  border-bottom: 3px solid #2d2d2d;
  border-radius: 0;
  margin: 39px auto 43px;
}

.searchBox-icon {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 90px;
  margin: 0 auto;
}

.searchBox-icon img {
  display: block;
  width: 150px;
  height: 90px;
}

.searchBox-arrow {
  display: block;
  position: relative;
  width: 37px;
  height: 26px;
  margin: 0 auto;
}

.card-front .searchBox-arrow {
  margin-top: 52px;
}

.card-back .searchBox-arrow {
  margin-top: 29px;
}

.searchBox-arrow:after,
.searchBox-arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.searchBox-arrow:before {
  background-image: url(../images/svg/arrow_CTA_hover.svg);
}

.card-front .searchBox-arrow:before {
  opacity: 1;
}

.searchBox-arrow:after {
  background-image: url(../images/svg/arrow_CTA.svg);
}

.card-back .searchBox-arrow:after {
  opacity: 1;
}

.preview-primary {
  padding-top: 188px;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slick-arrow-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 10;
}

.slick-arrow {
  background: transparent;
  box-shadow: none;
  border: none;
}

/* .slick-arrow-holder {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
} */

.slick-arrow-holder .slick-arrow {
  /* display: block; */
  position: absolute;
  width: 52px;
  height: 41px;
}

.slick-arrow-holder .slick-prev {
  left: 0;
}

.slick-arrow-holder .slick-next {
  right: 0;
}

/* .slick-arrow-holder .slick-arrow:hover {
    background: #fff
} */

/* .slick-arrow-holder .slick-arrow+.slick-arrow {
    margin-left: 8px
} */

.slick-arrow-holder .slick-arrow:after,
.slick-arrow-holder .slick-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 52px;
  height: 41px;
  background-size: cover;
  background-position: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slick-arrow-holder .slick-arrow:before {
  background-image: url(../images/svg/arrow-right.svg);
}

.slick-arrow-holder .slick-arrow:after {
  background-image: url(../images/svg/arrow-right.svg);
}

.slick-arrow-holder .slick-arrow.slick-prev:after,
.slick-arrow-holder .slick-arrow.slick-prev:before {
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
  transform: translate(-50%, -50%) rotateY(180deg);
}

/* .slick-arrow-holder .slick-arrow:hover:after {
    opacity: 1
} */

.front-news-primary {
  padding-bottom: 22px;
}

.row-news {
  padding-top: 86px;
}

.news-item {
  margin-bottom: 80px;
}

.news-item_thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  z-index: 1;
}

.news-item_thumbnail img {
  display: block;
  width: 100%;
  max-height: 350px;
  height: auto;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.news-item_thumbnail:hover img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.news-item_meta {
  color: #845b36;
  font-size: 18px;
  line-height: 22px;
  margin-top: 22px;
}

.news-item_title {
  color: #34353a;
  margin-top: 13px;
}

.news-item_title a {
  color: inherit;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.news-item_title a:focus,
.news-item_title a:hover {
  color: #845b36;
  text-decoration: none;
}

.video-primary {
  margin-bottom: 130px;
}

.video-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  z-index: 1;
}

.video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 114px;
  height: 114px;
  background-color: #c7986f;
  background-image: url(../images/play-button.png);
  background-size: 82px 82px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.51);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 4;
}

.video-button:hover {
  background-color: #845b36;
}

.customLoader,
.customLoader:after,
.customLoader:before {
  background: #fff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

.customLoader {
  color: #fff;
  text-indent: -9999em;
  margin: 0 auto;
  position: relative;
  font-size: 8px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.customLoader:after,
.customLoader:before {
  position: absolute;
  top: 0;
  content: "";
}

.customLoader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.customLoader:after {
  left: 1.5em;
}

@-webkit-keyframes load1 {
  0%,
  100%,
  80% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

@keyframes load1 {
  0%,
  100%,
  80% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

.video-loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.video-thumbnail,
.video-thumbnail > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.video-thumbnail {
  background-color: #000;
}

.video-thumbnail > div {
  background-size: cover;
  background-position: center;
  opacity: 0.76;
}

.video-holder {
  position: relative;
  padding-bottom: 56.25%;
  z-index: 1;
}

.video-holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.hero-primary {
  background-color: #845b36;
  background-size: cover;
  background-position: center;
  color: #fff;
  font-size: 38px;
  text-align: center;
  line-height: 46px;
  padding: 50px 0;
}

.map-col-all {
  display: flex;
  gap: 10px;
}

.map-col-6-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.map-col-6 {
  width: 50%;
}

.map-location-link {
  text-align: center;
}

.map-location-link a {
  font-size: 38px;
  line-height: 46px;
  text-decoration: none;
  color: #000;
  transition: color 0.3s ease-in-out;
}

.map-location-link a:hover {
  color: #845b36;
}

.hero-content {
  margin: -56px -15px -55px;
}

.hero-content p {
  margin: 47px 0;
}

.hero-link {
  padding-top: 52px;
}

.fancy-map {
  position: relative;
  background: #e5e3df;
  overflow: hidden;
  z-index: 1;
}

.fancy-map.map-sm {
  height: 292px;
}

.fancy-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.footer-primary {
  position: relative;
  background: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  z-index: 10;
}

.footer-top {
  padding: 82px 0 72px;
}

.row-footerItems {
  padding-top: 78px;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list > li {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 42px;
  padding-left: 73px;
}

.footer-list > li + li {
  margin-top: 48px;
}

.footer-list_icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
}

.footer-list_icon img {
  display: block;
  width: 42px;
  height: 42px;
}

.footer-list a {
  color: inherit;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.footer-list a:focus,
.footer-list a:hover {
  color: #845b36;
  text-decoration: none;
}

.footer-nav {
  list-style: none;
  padding: 7px 0 0;
  margin: 0;
}

.footer-nav > li + li {
  margin-top: 17px;
}

.footer-nav > li > a {
  color: inherit;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.footer-nav > li > a:focus,
.footer-nav > li > a:hover {
  color: #845b36;
  text-decoration: none;
}

.footer-logo {
  color: #845b36;
  font-size: 38px;
  line-height: 46px;
  padding-left: 7px;
  margin-top: 109px;
}

.footer-logo img {
  display: block;
  width: 160px;
  height: auto;
}

.footer-bottom {
  background: #845b36;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 36px 0;
}

.footer-bottom a {
  color: inherit;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.footer-bottom a:focus,
.footer-bottom a:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.68;
}

.scroll-up {
  position: absolute;
  top: -23px;
  left: 50%;
  width: 46px;
  height: 46px;
  background-color: #2d2d2d;
  background-image: url(../images/arrow_scroll_up.png);
  background-size: 16px 10px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 6px;
  margin-left: -23px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  cursor: pointer;
  z-index: 10;
}

.scroll-up:hover {
  background-color: #845b36;
}

.fancy-anchor {
  position: absolute;
  top: -69px;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1000;
}

.header-secondary {
  position: relative;
  background-color: #845b36;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  padding: 103px 0;
  z-index: 10;
}

.news-primary {
  padding: 124px 0 93px;
}

.news-items_old {
  padding-top: 10px;
}

.news-items_old-link {
  padding-top: 4px;
}

.promotion-primary {
  background: #845b36;
  color: #fff;
  font-size: 38px;
  line-height: 46px;
  padding: 70px 0;
}

.row-promotion {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.promotion-primary_link {
  float: right;
  width: 199px;
}

.news-single-primary {
  padding: 68px 0 80px;
}

.news-single_heading {
  text-align: center;
  padding-bottom: 68px;
}

.news-single_meta-date {
  color: #845b36;
  font-size: 22px;
  line-height: 26px;
  padding-bottom: 29px;
  margin-top: -5px;
}

.news-single_thumbnail {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
}

.news-single_thumbnail img {
  display: block;
  width: 70%;
  height: auto;
  margin: auto;
}

.news-single_content {
  color: #34353a;
  font-size: 18px;
  line-height: 28px;
  padding-top: 31px;
}

.news-single_content h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  margin: 30px 0 32px;
}

.news-single_content p {
  margin: 30px 0;
}

.news-single_content ul {
  padding: 0 0 0 42px;
  margin: 54px 0;
}

.news-single_content img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 61px auto;
}

.news-single_link {
  padding-top: 43px;
}

.about-placement {
  padding-top: 90px;
}

.about-features {
  padding-top: 134px;
}

.row-fancy-features {
  padding-top: 12px;
}

.row-center-features {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fancy-feature {
  text-align: center;
  margin-top: 98px;
}

.fancy-feature_icon {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.fancy-feature_icon img {
  display: block;
  width: 80px;
  height: 80px;
}

.fancy-feature_icon.icon-sm img {
  width: 60px;
  height: 60px;
}

.fancy-feature_separator {
  display: block;
  width: 32px;
  background: 0 0;
  border: 0;
  border-bottom: 2px solid #2d2d2d;
  margin: 40px auto 36px;
}

.fancy-feature_title {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: -4px;
}

.about-investment {
  padding-top: 182px;
}

.about-scheme {
  padding-top: 158px;
}

.about-scheme_thumbnail {
  padding-top: 82px;
}

.about-scheme_thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

.about-stages {
  padding: 96px 0 114px;
}

.fancy-stages {
  padding-top: 79px;
  margin-bottom: -36px;
}

.fancy-stage {
  margin-bottom: 28px;
}

.fancy-stage_title {
  color: #845b36;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.location-intro {
  padding-top: 90px;
}

.location-description {
  padding-top: 112px;
}

.location-features {
  padding-top: 112px;
}

.location-details {
  padding: 136px 0 124px;
}

.location-map {
  padding-top: 86px;
}

.location-map_legend {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 45px;
  margin-top: 54px;
  margin-bottom: -2px;
}

.location-map_legend > div {
  padding: 0 15px;
}

.location-map_legend-item {
  position: relative;
  padding-left: 44px;
}

.location-map_legend-item:before {
  content: "";
  position: absolute;
  top: 2px;
  left: -5px;
  width: 36px;
  height: 36px;
  background-image: url(../images/svg/pin.svg);
  background-position: center;
}

.location-map_legend-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
}

.location-map_legend-description {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-top: 4px;
}

.contact-info {
  padding-top: 90px;
}

.row-contact-info {
  padding-top: 12px;
}

.call-item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #34353a;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin: 74px -15px 0;
}

.call-item > div {
  padding: 0 15px;
}

.call-item_avatar {
  position: relative;
  width: 160px;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
}

.call-item_avatar > div {
  height: 194px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.call-item_content {
  margin: -5px 0 -4px;
}

.call-item_title {
  color: #845b36;
  font-size: 22px;
  line-height: 26px;
}

/* .call-item_data {
    margin-top: 26px
} */

.call-item a {
  color: inherit;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.call-item a:hover {
  color: #845b36;
}

.call-item a:focus,
.call-item a:hover {
  text-decoration: none;
}

.contact-form {
  padding: 90px 0 112px;
}

.row-form {
  padding-top: 88px;
}

.form-field {
  margin-bottom: 20px;
}

.form-field input[type="email"],
.form-field input[type="tel"],
.form-field input[type="text"] {
  display: block;
  width: 100%;
  height: 51px;
  background: #fff;
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  border: 3px solid #845b36;
  border-radius: 8px;
  box-shadow: none;
  outline: 0;
  padding: 10px 23px 12px;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}

.form-field input[type="email"]::-webkit-input-placeholder,
.form-field input[type="tel"]::-webkit-input-placeholder,
.form-field input[type="text"]::-webkit-input-placeholder {
  color: #2d2d2d;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.form-field input[type="email"]:focus,
.form-field input[type="tel"]:focus,
.form-field input[type="text"]:focus {
  background: #845b36;
  color: #fff;
}

.form-field input[type="email"]:focus::-webkit-input-placeholder,
.form-field input[type="tel"]:focus::-webkit-input-placeholder,
.form-field input[type="text"]:focus::-webkit-input-placeholder {
  color: #fff;
}

.form-field textarea {
  display: block;
  width: 100%;
  height: 264px;
  min-height: 264px;
  background: #fff;
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  border: 3px solid #845b36;
  border-radius: 8px;
  box-shadow: none;
  outline: 0;
  padding: 10px 23px 12px;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  resize: vertical;
}

.form-field textarea::-webkit-input-placeholder {
  color: #2d2d2d;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.form-field textarea:focus {
  background: #845b36;
  color: #fff;
}

.form-field textarea:focus::-webkit-input-placeholder {
  color: #fff;
}

.contact-form-checkbox {
  padding-top: 15px;
  margin-right: -30px;
  padding-bottom: 15px;
}

.check-control {
  display: none !important;
}

.check-control-label {
  display: block;
  position: relative;
  min-height: 22px;
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 1px 0 0 32px;
  margin: 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer;
}

.check-control[disabled] + .check-control-label {
  color: #dfdfdf;
}

.check-control-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background: #fff;
  border: 5px solid #845b36;
  border-radius: 3px;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
  z-index: 1;
}

.check-control[disabled] + .check-control-label:before {
  border-color: #dfdfdf;
}

.check-control-label.active:after,
.check-control-label.activeLabel:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 8px;
  height: 8px;
  background: #2d2d2d;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.check-control:checked + .check-control-label:after {
  opacity: 1;
}

.contact-form-checkbox .check-control-label {
  font-size: 13px;
  line-height: 18px;
  padding: 2px 0 0 32px;
}

.check-expand-inner {
  display: none;
  margin-left: 4px;
}

.check-expand {
  color: #845b36;
  margin-left: 4px;
  cursor: pointer;
}

.check-expand:hover {
  text-decoration: underline;
}

.row-form-submit {
  padding-top: 25px;
}

.form-submit {
  text-align: right;
}

.form-submit input[type="submit"] {
  position: absolute;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  background: 0 0;
  font-size: 0;
  border: 0;
  border-radius: 8px;
  box-shadow: none;
  outline: 0;
  padding: 0;
  margin: 0;
  z-index: 1;
}

.policy-primary {
  padding: 128px 0 180px;
}

.policy-wrap + .policy-wrap {
  padding-top: 128px;
}

.policy-content {
  padding-top: 88px;
  margin-bottom: -36px;
}

.policy-content p {
  margin: 0 0 28px;
}

.apartment-search {
  padding: 36px 0 108px;
}

.apartment-search_breadcrumb {
  display: -webkit-flex;
  display: flex;
  /* -webkit-flex-wrap: wrap;
    flex-wrap: wrap; */
  list-style: none;
  padding: 0;
  margin: 0;
  /* margin: 0 -30px 0 0 */
}
.apartment-search_breadcrumb .button-down-build-button-floor,
.apartment-search_breadcrumb > li > a {
  /* display: block; */
  position: relative;
  cursor: pointer;
  width: 202px;
  background: #845b36;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: normal;
  border: 3px solid #845b36;
  border-radius: 4px 0px 0px 4px;
  padding: 14px 15px;
  -webkit-transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
}

.apartment-search_breadcrumb .button-down-build-button-floor:focus,
.apartment-search_breadcrumb .button-down-build-button-floor:hover,
.apartment-search_breadcrumb > li > a:focus,
.apartment-search_breadcrumb > li > a:hover {
  text-decoration: none;
}

.apartment-search_breadcrumb .button-down-build-button-floor:hover,
.apartment-search_breadcrumb > li:not(.disabled) > a:hover {
  background: #fff;
  color: #845b36;
}

.apartment-search_breadcrumb .button-down-build-button-floor {
  border-radius: 8px;
}

.apartment-search_breadcrumb > li.disabled > a {
  background: #bbb;
  border: 3px solid #8c918c;
  cursor: pointer;
  max-width: 185px;
  /* pointer-events: none */
}

.apartment-search_breadcrumb > li.disabled > a:hover {
  background: #bbb;
  color: #fff;
}

/* .apartment-search_breadcrumb>li:not(:last-child)>a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    border-width: 8px 0 8px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #0ba14c;
    margin-top: -8px;
    margin-left: 3px
}

.apartment-search_breadcrumb>li.disabled>a:after {
    border-color: transparent transparent transparent #ebebeb
} */

.apartment-search_return .btn-primary {
  float: right;
}

.apartment-polymaps {
  padding-top: 98px;
}

.apartment-map {
  position: relative;
}

.apartment-map.map-small {
  max-width: 944px;
  margin: 0 auto;
}

.apartment-map > .map-item,
.apartment-map > div > .map-item {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 auto !important;
  /* max-height: 600px;
    background-position: center center;
    background-repeat: no-repeat; */
}

/* .apartment-map[data-build-number="5"]>.map-item,
.apartment-map[data-build-number="5"]>div>.map-item{
    max-height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
} */

.apartment-search_form {
  padding-top: 48px;
}

.apartment-search_form-box {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 6px 21px rgba(0, 0, 0, 0.25);
  padding: 34px 90px 8px;
  margin-top: 60px;
}

.apartment-search_form-box > .row {
  margin: 0 -40px;
}

.apartment-search_form-box > .row > div {
  padding: 0 40px;
}

.apartment-search_box-field {
  margin-bottom: 28px;
}

.apartment-search_check-group {
  display: -webkit-flex;
  display: flex;
  margin: 0 -15px;
}

.apartment-search_check-group > .apartment-search_check-item {
  padding: 0 8px;
}

.apartment-search_box-submit {
  padding-top: 26px;
}

.apartment-search_details {
  padding-top: 45px;
}

.search-table {
  width: 100%;
  white-space: nowrap;
}

.search-table thead tr th {
  background: #845b36;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  line-height: 23px;
  padding: 13px 15px 15px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.search-table thead tr th:first-child {
  border-radius: 8px 0 0 8px;
  padding-left: 30px;
}

.search-table thead tr th:last-child {
  border-radius: 0 8px 8px 0;
  padding-right: 30px;
}

.search-table thead tr th.sorting {
  cursor: pointer;
}

.search-table thead tr th.sorting:hover {
  background: #2d2d2d;
}

.search-table tbody tr {
  border-bottom: 3px solid #f0f0f0;
}

.search-table tbody tr td {
  color: #2d2d2d;
  font-size: 18px;
  line-height: 25px;
  padding: 23px 15px;
}

.search-table tbody tr td:first-child {
  padding-left: 30px;
}

.search-table tbody tr td:last-child {
  padding-right: 30px;
}

.search-status {
  font-weight: 700;
}

.search-status.available {
  color: #845b36;
}

.search-status.reserved {
  color: #ddb80b;
}

.search-status.unavailable {
  color: #353535;
}

.search-table_link .btn-primary {
  display: block;
  max-width: 100px;
}

.st_building {
  width: 125px;
}

.st_floor {
  width: 100px;
}

.st_place-number {
  width: 150px;
}

.st_area {
  width: 160px;
}

.st_garden-area {
  width: 140px;
}

.st_price {
  width: 150px;
}

.st_status {
  width: 140px;
}

.st_scheme {
  width: 145px;
}

.sorting-icon {
  display: inline-block;
  width: 10px;
  height: 18px;
  background-image: url(../images/sort-normal.png);
  background-size: cover;
  background-position: center;
  vertical-align: -3px;
  margin-left: 7px;
}

.sorting-icon.ascending {
  background-image: url(../images/sort-ascending.png);
}

.st-mobile_heading {
  display: none;
}

.table-sort_group-mobile {
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -15px;
  padding-bottom: 15px;
}

.table-sort_group-mobile > div {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 15px;
  margin-bottom: 15px;
}

.table-sort_title {
  text-transform: uppercase;
  white-space: nowrap;
  padding-right: 10px;
}

.select-control {
  display: block;
  width: 100%;
  height: 45px;
  background: #fff;
  color: #2d2d2d;
  font-size: 13px;
  font-weight: 500;
  line-height: 17px;
  border: 2px solid #845b36;
  border-radius: 6px;
  box-shadow: none;
  outline: 0;
  padding: 12px 13px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.select-control::-ms-expand {
  display: none;
}

.apartment-search_pagination {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 35px 0 0;
  margin: 0 -8px;
}

.apartment-search_pagination > li {
  padding: 0 8px;
  margin-top: 16px;
}

.apartment-search_pagination > li > a {
  display: block;
  width: 51px;
  background: #d3d3d3;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 25px;
  border-radius: 8px;
  padding: 13px 5px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.apartment-search_pagination > li > a:focus,
.apartment-search_pagination > li > a:hover {
  text-decoration: none;
}

.apartment-search_pagination > li.active > a,
.apartment-search_pagination > li > a:hover {
  background: #845b36;
}

.apartment-flat {
  background: #f1f1f1;
  padding: 42px 0;
  margin-top: 88px;
}

.tab-pane .apartment-flat {
  margin-top: 0;
}

.apartment-flat_content-wrap {
  padding: 0 3px 0 26px;
}

.apartment-flat_zielove img {
  display: block;
  width: 188px;
  height: 70px;
  margin: 0 auto;
}

.apartment-flat_spacer {
  display: block;
  width: 64px;
  border: 0;
  border-bottom: 2px solid #00a154;
  margin: 30px auto;
}

.apartment-flat_developer {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  line-height: 18px;
  margin-top: -4px;
}

.apartment-flat_data-box {
  background: #00a154;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  border-radius: 4px;
  padding: 20px 0 21px;
  margin-top: 27px;
}

.apartment-flat_data {
  width: 100%;
}

.apartment-flat_data tbody tr td {
  padding-top: 7px;
  padding-bottom: 7px;
}

.apartment-flat_data tbody tr td:first-child {
  width: 61.0619469%;
  padding-left: 14px;
}

.apartment-flat_data tbody tr td:last-child {
  width: 38.9380531%;
  padding-left: 14px;
  padding-right: 4px;
}

.apartment-flat_room {
  margin-top: 30px;
  margin-right: -24px;
}

.apartment-flat_room-sizes {
  width: 100%;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 12px;
}

.apartment-flat_room-sizes tbody tr td:first-child {
  width: 55.2%;
  border-right: 2px solid #00a154;
  padding-right: 14px;
}

.apartment-flat_room-sizes tbody tr td:last-child {
  width: 44.8%;
  white-space: nowrap;
  padding-left: 36px;
}

.apartment-flat_room-sizes tbody tr + tr td {
  padding-top: 22px;
}

.apartment-flat_room-sizes tbody tr:last-child td {
  padding-bottom: 1px;
}

.apartment-flat_architect {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 96px;
  height: 42px;
  margin: 40px auto 0;
}

.apartment-flat_architect img {
  max-width: 100%;
  height: auto;
  max-height: 42px;
}

.apartment-flat_scheme {
  display: block;
}

.apartment-flat_location {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 28px;
}

.apartment-flat_location-grow {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.apartment-flat_location-title {
  color: #000;
  font-weight: 600;
  line-height: 19px;
  padding: 0 80px;
}

.apartment-flat_location-preview {
  width: 396px;
}

.apartment-flat_warning {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  line-height: 15px;
  margin: 14px 0 -2px;
}

.apartment-files {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  padding-top: 36px;
}

.apartment-files_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 -18px;
}

.apartment-files_wrap > div {
  padding: 0 18px;
}

.apartment-files .btn-primary {
  min-width: 294px;
}

.pdf-file {
  display: inline-block;
  position: relative;
  width: 23px;
  height: 24px;
  vertical-align: -5px;
  margin-left: 20px;
}

.pdf-file:after,
.pdf-file:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.pdf-file:before {
  background-image: url(../images/download-icon1.png);
}

.pdf-file:after {
  background-image: url(../images/download-icon_hover1.png);
  opacity: 0;
}

.btn-primary:focus .pdf-file:after,
.btn-primary:hover .pdf-file:after {
  opacity: 1;
}

.apartment-contact {
  padding-top: 88px;
}

.row-contact-data {
  padding-top: 74px;
}

.apartment-contact_thumbnail {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-right: -20px;
}

.apartment-contact_thumbnail img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 311px;
}

.apartment-contact_data {
  color: #34353a;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  padding: 88px 0 0 30px;
}

.apartment-contact_data a {
  color: inherit;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.apartment-contact_data a:focus,
.apartment-contact_data a:hover {
  color: #845b36;
  text-decoration: none;
}

.apartment-contact_data-name {
  max-width: 138px;
  color: #845b36;
  margin-top: -7px;
}

.apartment-contact_data-phone {
  margin-top: 64px;
}

.apartment-contact_data-email {
  font-size: 18px;
  line-height: 22px;
  margin-top: 19px;
}

.place-intro {
  padding-top: 90px;
}

.place-stats {
  padding-top: 142px;
}

.place-stat_item {
  color: #2d2d2d;
  font-size: 27px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  line-height: 32px;
  padding-top: 10px;
}

.place-stat_item.place-stat_center {
  padding-top: 0;
}

.place-stat_item h4 {
  color: #845b36;
  font-size: 60px;
  font-weight: 800;
  line-height: 1;
  margin: 0;
}

.place-preview {
  padding-top: 162px;
}

.fancy-tabs {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 80px 0 10px;
  margin: 0 -15px;
}

.fancy-tabs > li {
  padding: 0 15px;
  margin-bottom: 30px;
}

.fancy-tabs > li > a {
  position: relative;
  display: block;
  min-width: 160px;
  background: #d3d3d3;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 27px;
  border: 3px solid #d3d3d3;
  border-radius: 8px;
  box-shadow: none;
  outline: 0;
  padding: 9px 19px;
  margin: 0;
  -webkit-transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
  cursor: pointer;
}

.fancy-tabs > li.active > a,
.fancy-tabs > li > a:hover {
  background: #845b36;
  color: #fff;
  border-color: #845b36;
}

.fancy-tabs > li > a:focus,
.fancy-tabs > li > a:hover {
  text-decoration: none;
}

.place-features {
  padding-top: 168px;
}

.place-contact {
  padding: 164px 0 140px;
}

.apartment-tooltip {
  position: absolute;
  width: 174px;
  background: #fff;
  color: #2d2d2d;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  line-height: 24px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 12px 0 15px;
  z-index: 1000;
}

.apartment-tooltip.apartment-reserved {
  color: #bfbfbf;
}

.apartment-tooltip p {
  margin: 0 0 4px;
}

.apartment-tooltip_status {
  color: #845b36;
  font-weight: 600;
  margin: 0;
}

.apartment-reserved .apartment-tooltip_status {
  color: #e2c12c;
}

.buildings-map.apartment-steps {
  display: flex;
  justify-content: space-evenly;
  height: 24vh;
  align-items: baseline;
  margin-top: 40px;
  text-align: center;
}

.apartment-steps-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.apartment-steps-inner p {
  font-size: 14px;
  padding-top: 10px;
}

/* .apartment-search_breadcrumb li.disabled{
    pointer-events: none;
} */

@media (min-width: 992px) {
  .row-news > div:nth-child(3n + 1) {
    clear: left;
  }
  .row-fancy-features > div:nth-child(4n + 1) {
    clear: left;
  }
  .container.container-wider .col-md-3 {
    width: 20%;
  }
}

@media (min-width: 1370px) {
  .container.container-wider {
    width: 1300px;
  }
}

@media (min-width: 1200px) {
  .navbar > .container {
    width: 1170px;
  }
}

@media (min-width: 1570px) {
  .navbar > .container {
    width: 1296px;
  }
}

@media (max-width: 1569px) {
  body {
    font-size: 13px;
    line-height: 23px;
    padding-top: 121px;
  }
  h1,
  h2 {
    font-size: 32px;
    line-height: 38px;
  }
  h3,
  h4,
  h5,
  h6 {
    font-size: 20px;
    line-height: 24px;
  }
  .navbar-default {
    padding: 36px 0;
  }
  .navbar-default .navbar-nav > li + li {
    margin-left: 18px;
  }
  .nav-contact {
    margin: 0 0 0 34px;
  }
  .nav-contact > li + li {
    margin-left: 24px;
    padding-left: 24px;
  }
  .header-primary_caption {
    margin-right: -20px;
  }
  .header-primary_title {
    font-size: 34px;
    line-height: 40px;
    /* text-shadow: 0 3px 11px rgba(0, 0, 0, 1) */
  }
  .btn-primary {
    min-width: 167px;
    font-size: 15px;
    line-height: 23px;
    border-width: 2px;
    border-radius: 6px;
    padding: 9px 25px;
  }
  .btn-primary.btn-small {
    min-width: 86px;
    padding: 8px 10px;
  }
  .btn-primary.w-shadow {
    box-shadow: 0 3px 11px rgba(0, 0, 0, 1);
  }
  .btn-arrow {
    width: 23px;
    height: 16px;
    margin-left: 15px;
  }
  .header-primary_link {
    margin-top: 24px;
  }
  .header-primary_box {
    font-size: 13px;
    line-height: 16px;
    border-radius: 6px;
    padding: 20px 26px 26px;
    margin: 0;
  }
  .header-primary_box-title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 28px;
  }
  .apartment-search_field-title {
    margin: 0 0 13px;
  }
  .irs--round {
    height: 34px;
  }
  .irs--round .irs-max,
  .irs--round .irs-min {
    top: 18px;
    font-size: 13px;
    line-height: 16px;
    padding: 2px 3px;
  }
  .irs--round .irs-from,
  .irs--round .irs-single,
  .irs--round .irs-to {
    top: 18px;
    font-size: 13px;
    line-height: 16px;
  }
  .titleReset {
    margin: -7px 0;
  }
  /* .heading-primary_title {
        padding-left: 93px
    }
    .heading-primary_title:before {
        top: 18px;
        width: 68px;
        border-width: 0 0 2px
    } */
  /* .fancy-slick .fancy-row {
        padding-bottom: 113px
    } */
  .preview-primary .fancy-column-wrap {
    padding-top: 88px;
  }
  .fancy-column {
    padding-top: 48px;
  }
  .fancy-content {
    margin: -7px 0 -29px;
  }
  .fancy-content p {
    margin: 0 0 23px;
  }
  .fancy-link {
    padding-top: 40px;
  }
  .fancy-thumbnail.is-floating {
    width: 640px;
  }
  .fancy-thumbnail-button {
    left: -48px;
  }
  .fancy-thumbnail-holder {
    border-radius: 6px;
  }
  .fancy-thumbnail-holder > div {
    height: 472px;
  }
  .fancy-dots.dots-style-03 > div {
    width: 118px;
    height: 193px;
  }
  .fancy-dots.dots-style-05 > div {
    width: 56px;
    height: 266px;
  }
  .fancy-dots.dots-style-06 > div {
    width: 94px;
    height: 193px;
  }
  .fancy-thumbnail.is-first > .fancy-dots {
    bottom: -24px;
    left: -36px;
  }
  .fancy-thumbnail.is-last > .fancy-dots {
    right: -61px;
    bottom: -35px;
  }
  .intro-primary .fancy-thumbnail > .fancy-dots {
    bottom: -36px;
    left: -36px;
  }
  .intro-primary > .fancy-dots {
    bottom: -169px;
    left: 4px;
  }
  .preview-primary .fancy-thumbnail > .fancy-dots {
    right: -36px;
    bottom: -36px;
  }
  .fancy-wrap.fancy-set-01 > .fancy-dots.dots-style-05 {
    top: 812px;
    right: 5px;
  }
  .fancy-wrap.fancy-set-02 > .fancy-dots.dots-style-05 {
    top: 440px;
    right: 5px;
  }
  .intro-primary {
    padding-top: 100px;
  }
  .searchBoxes-primary {
    padding-top: 144px;
  }
  .row-searchBoxes {
    padding-top: 88px;
  }
  .card-container {
    height: 344px;
  }
  .searchBox {
    height: 344px;
    font-size: 17px;
    line-height: 20px;
    box-shadow: 4px 8px 11px rgba(0, 0, 0, 0.1);
  }
  .searchBox-inner {
    padding-bottom: 7px;
  }
  .searchBox-counter {
    font-size: 38px;
  }
  .searchBox-title {
    margin-top: 2px;
  }
  .searchBox-separator {
    width: 36px;
    border-width: 0 0 2px;
    margin: 32px auto 36px;
  }
  .searchBox-icon {
    height: 76px;
  }
  .searchBox-icon img {
    width: 128px;
    height: 76px;
  }
  .searchBox-arrow {
    width: 32px;
    height: 22px;
  }
  .card-front .searchBox-arrow {
    margin-top: 42px;
  }
  .card-back .searchBox-arrow {
    margin-top: 22px;
  }
  .preview-primary {
    padding-top: 156px;
  }
  .slick-arrow-holder .slick-arrow {
    width: 52px;
    height: 41px;
  }
  /* .slick-arrow-holder .slick-arrow:after,
    .slick-arrow-holder .slick-arrow:before {
        width: 15px;
        height: 10px
    } */
  .front-news-primary {
    padding-bottom: 18px;
  }
  .row-news {
    padding-top: 70px;
  }
  .news-item {
    margin-bottom: 64px;
  }
  .news-item_thumbnail,
  .news-single_thumbnail {
    border-radius: 6px;
  }
  .news-item_meta {
    font-size: 15px;
    line-height: 20px;
    margin-top: 17px;
  }
  .news-item_title {
    margin-top: 9px;
  }
  .video-primary {
    margin-bottom: 108px;
  }
  .video-card {
    border-radius: 6px;
  }
  .hero-primary {
    font-size: 32px;
    line-height: 38px;
    padding: 50px 0;
  }
  .hero-content {
    margin: -45px 0;
  }
  .hero-content p {
    margin: 38px 0;
  }
  .hero-link {
    padding-top: 44px;
  }
  .footer-primary {
    font-size: 15px;
    line-height: 23px;
  }
  .footer-top {
    padding: 68px 0 60px;
  }
  .row-footerItems {
    padding-top: 64px;
  }
  .footer-list > li {
    height: 36px;
    padding-left: 62px;
  }
  .footer-list > li + li {
    margin-top: 36px;
  }
  .footer-list_icon,
  .footer-list_icon img {
    width: 36px;
    height: 36px;
  }
  .footer-nav {
    padding-top: 6px;
  }
  .footer-nav > li + li {
    margin-top: 13px;
  }
  .footer-logo {
    font-size: 32px;
    line-height: 38px;
    padding-left: 6px;
    margin-top: 84px;
  }
  .footer-logo img {
    width: 160px;
    height: auto;
  }
  .footer-bottom {
    font-size: 13px;
    line-height: 16px;
    padding: 31px 0;
  }
  .scroll-up {
    top: -19px;
    width: 38px;
    height: 38px;
    background-size: 14px 9px;
    border-radius: 4px;
    margin-left: -19px;
  }
  .header-secondary {
    padding: 86px 0;
  }
  .news-primary {
    padding: 102px 0 78px;
  }
  .news-items_old {
    padding-top: 8px;
  }
  .promotion-primary {
    font-size: 32px;
    line-height: 38px;
    padding: 56px 0;
  }
  .promotion-primary_link {
    width: 167px;
  }
  .news-single-primary {
    padding: 56px 0 68px;
  }
  .news-single_heading {
    padding-bottom: 56px;
  }
  .news-single_meta-date {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 22px;
  }
  .news-single_content {
    font-size: 15px;
    line-height: 23px;
    padding-top: 25px;
  }
  .news-single_content h3 {
    font-size: 18px;
    line-height: 23px;
    margin: 25px 0;
  }
  .news-single_content p {
    margin: 24px 0;
  }
  .news-single_content ul {
    padding: 0 0 0 35px;
    margin: 36px 0;
  }
  .news-single_content img {
    border-radius: 6px;
    margin: 43px auto;
  }
  .news-single_link {
    padding-top: 39px;
  }
  .about-placement {
    padding-top: 74px;
  }
  .about-features {
    padding-top: 110px;
  }
  .fancy-feature {
    margin-top: 80px;
  }
  .fancy-feature_icon,
  .fancy-feature_icon img {
    width: 66px;
    height: 66px;
  }
  .fancy-feature_icon.icon-sm img {
    width: 50px;
    height: 50px;
  }
  .fancy-feature_separator {
    margin: 32px auto 29px;
  }
  .fancy-feature_title {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: -3px;
  }
  .about-investment {
    padding-top: 152px;
  }
  .about-scheme {
    padding-top: 132px;
  }
  .about-scheme_thumbnail {
    padding-top: 68px;
  }
  .about-stages {
    padding: 80px 0 94px;
  }
  .fancy-stages {
    padding-top: 64px;
    margin-bottom: -30px;
  }
  .fancy-stage {
    margin-bottom: 23px;
  }
  .fancy-stage_title {
    font-size: 13px;
    line-height: 23px;
  }
  .location-intro {
    padding-top: 74px;
  }
  .location-description {
    padding-top: 92px;
  }
  .location-features {
    padding-top: 92px;
  }
  .location-details {
    padding: 114px 0 102px;
  }
  .location-map {
    padding-top: 68px;
  }
  .location-map_legend {
    padding: 0 33px;
    margin-top: 47px;
    margin-bottom: -1px;
  }
  .location-map_legend-item {
    padding-left: 37px;
  }
  .location-map_legend-item:before {
    top: 1px;
    left: -4px;
    width: 30px;
    height: 30px;
  }
  .location-map_legend-title {
    font-size: 20px;
    line-height: 16px;
  }
  .location-map_legend-description {
    font-size: 15px;
    margin-top: 3px;
  }
  .contact-info {
    padding-top: 76px;
  }
  .call-item {
    font-size: 15px;
    line-height: 18px;
    margin-top: 56px;
  }
  .call-item_avatar {
    width: 134px;
    border-width: 2px;
  }
  /* .call-item_avatar>div {
        height: 162px
    } */
  .call-item_content {
    margin: -4px 0 -3px;
  }
  .call-item_title {
    font-size: 18px;
    line-height: 22px;
  }
  .call-item_data {
    margin-top: 22px;
  }
  .contact-form {
    padding: 76px 0 92px;
  }
  .row-form {
    padding-top: 74px;
  }
  .form-field {
    margin-bottom: 16px;
  }
  .form-field input[type="email"],
  .form-field input[type="tel"],
  .form-field input[type="text"],
  .form-field textarea {
    height: 45px;
    font-size: 13px;
    line-height: 17px;
    border-width: 2px;
    border-radius: 6px;
    padding: 11px 18px 13px;
  }
  .form-field textarea {
    height: 167px;
    min-height: 167px;
  }
  .row-form-submit {
    padding-top: 20px;
  }
  .contact-form-checkbox {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .check-control-label {
    min-height: 18px;
    font-size: 13px;
    line-height: 16px;
    padding: 1px 0 0 26px;
  }
  .check-control-label:before {
    width: 18px;
    height: 18px;
    border-width: 4px;
  }
  .check-control-label:after {
    top: 5px;
    left: 5px;
  }
  .contact-form-checkbox .check-control-label {
    font-size: 11px;
    line-height: 14px;
    padding: 0 0 0 26px;
  }
  .policy-primary {
    padding: 96px 0 148px;
  }
  .policy-wrap + .policy-wrap {
    padding-top: 96px;
  }
  .policy-content {
    padding-top: 74px;
    margin-bottom: -29px;
  }
  .policy-content p {
    margin: 0 0 23px;
  }
  .apartment-search {
    padding: 30px 0 90px;
  }
  /* .apartment-search_breadcrumb {
        margin: 0 -24px 0 0
    } */
  /* .apartment-search_breadcrumb>li {
        margin-right: 15px
    } */
  .apartment-search_breadcrumb > li > a {
    min-width: 195px;
    font-size: 15px;
    line-height: 19px;
    border-width: 2px;
    border-radius: 6px;
    padding: 11px 13px;
  }
  .apartment-search_breadcrumb > li:not(:last-child) > a:after {
    border-width: 6px 0 6px 6px;
    margin-top: -6px;
    margin-left: 2px;
  }
  .apartment-polymaps {
    padding-top: 80px;
  }
  .apartment-search_form {
    padding-top: 36px;
  }
  .apartment-search_form-box {
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.25);
    padding: 29px 74px 7px;
    margin-top: 48px;
  }
  .apartment-search_form-box > .row {
    margin: 0 -24px;
  }
  .apartment-search_form-box > .row > div {
    padding: 0 24px;
  }
  .apartment-search_box-submit {
    padding-top: 19px;
  }
  .apartment-search_details {
    padding-top: 36px;
  }
  .search-table tbody tr {
    border-width: 0 0 2px;
  }
  .search-table thead tr th {
    font-size: 13px;
    line-height: 17px;
    padding: 13px 12px 15px;
  }
  .search-table thead tr th:first-child {
    border-radius: 6px 0 0 6px;
    padding-left: 24px;
  }
  .search-table thead tr th:last-child {
    border-radius: 0 6px 6px 0;
    padding-right: 24px;
  }
  .search-table tbody tr td {
    font-size: 15px;
    line-height: 21px;
    padding: 20px 12px;
  }
  .search-table tbody tr td:first-child {
    padding-left: 24px;
  }
  .search-table tbody tr td:last-child {
    padding-right: 24px;
  }
  .sorting-icon {
    width: 8px;
    height: 14px;
    vertical-align: -2px;
  }
  .search-table_link .btn-primary {
    max-width: 86px;
  }
  .apartment-search_pagination {
    padding-top: 33px;
  }
  .apartment-search_pagination > li {
    padding: 0 6px;
    margin-top: 12px;
  }
  .apartment-search_pagination > li > a {
    width: 45px;
    font-size: 15px;
    line-height: 21px;
    padding: 12px 5px;
  }
  .apartment-flat {
    margin-top: 68px;
    padding: 34px 0;
  }
  .apartment-flat_content-wrap {
    padding: 0 2px 0 22px;
  }
  .apartment-flat_spacer {
    margin: 24px auto;
  }
  .apartment-flat_data-box {
    padding: 14px 0 15px;
    margin-top: 21px;
  }
  .apartment-flat_room {
    margin-top: 24px;
  }
  .apartment-flat_architect {
    margin-top: 32px;
  }
  .apartment-flat_location {
    margin-top: 16px;
  }
  .apartment-flat_warning {
    margin: 10px 0 -2px;
  }
  .pdf-file {
    width: 20px;
    height: 21px;
    margin-left: 16px;
  }
  .apartment-files {
    font-size: 17px;
    line-height: 20px;
    padding-top: 32px;
  }
  .apartment-files_wrap {
    margin: 0 -15px;
  }
  .apartment-files_wrap > div {
    padding: 0 15px;
  }
  .apartment-files .btn-primary {
    min-width: 246px;
  }
  .apartment-contact {
    padding-top: 72px;
  }
  .row-contact-data {
    padding-top: 62px;
  }
  .apartment-contact_thumbnail {
    height: 260px;
    margin-right: -16px;
  }
  .apartment-contact_thumbnail img {
    max-height: 260px;
  }
  .apartment-contact_data {
    font-size: 26px;
    line-height: 32px;
    padding: 72px 0 0 24px;
  }
  .apartment-contact_data-name {
    max-width: 124px;
    margin-top: -6px;
  }
  .apartment-contact_data-phone {
    margin-top: 51px;
  }
  .apartment-contact_data-email {
    font-size: 15px;
    line-height: 18px;
    margin-top: 14px;
  }
  .place-intro {
    padding-top: 74px;
  }
  .place-stats {
    padding-top: 117px;
  }
  .place-stat_item {
    font-size: 22px;
    line-height: 26px;
    padding-top: 6px;
  }
  .place-stat_item h4 {
    font-size: 50px;
  }
  .place-preview {
    padding-top: 136px;
  }
  .fancy-tabs {
    padding: 64px 0 10px;
    margin: 0 -12px;
  }
  .fancy-tabs > li {
    padding: 0 12px;
    margin-bottom: 24px;
  }
  .fancy-tabs > li > a {
    min-width: 132px;
    font-size: 15px;
    line-height: 23px;
    border-width: 2px;
    border-radius: 6px;
    padding: 9px 15px;
  }
  .place-features {
    padding-top: 140px;
  }
  .place-contact {
    padding: 136px 0 114px;
  }
  .apartment-map.map-small {
    max-width: 800px;
  }
  .apartment-tooltip {
    width: 142px;
    font-size: 15px;
    line-height: 20px;
  }
  .apartment-tooltip p {
    margin: 0 0 3px;
  }
}

@media (max-width: 1399px) {
  .intro-primary > .fancy-dots {
    left: -58px;
  }
  .preview-primary > .fancy-dots {
    right: -58px;
  }
  .hero-primary > .fancy-dots {
    left: -32px;
  }
  .fancy-wrap.fancy-set-01 > .fancy-dots.dots-style-05,
  .fancy-wrap.fancy-set-02 > .fancy-dots.dots-style-05 {
    right: -20px;
  }
}

@media (max-width: 1279px) {
  .fancy-dots {
    display: none;
  }
  .fancy-thumbnail > .fancy-dots {
    display: block;
  }
  .map-col-all{
    flex-direction: column;
    gap: 15px;
  }
  .map-col-6{
    width: 100%;
  }

  .map-col-6{
    order: 2;
  }
  .map-col-6-center{
    order: 1;
  }
}

@media (max-width: 1199px) {
  .news-item_thumbnail img {
    max-height: 300px;
  }
  .heading-primary + .fancy-thumbnail {
    margin-top: 36px;
  }
  body {
    padding-top: 124px;
  }
  .navbar-default.navbar-sticky {
    padding: 20px 0;
  }
  .navbar-brand {
    height: 52px;
  }
  .navbar-default .navbar-nav {
    margin: 14px 0 -6px;
  }
  .nav-contact {
    padding: 0;
  }
  .nav-contact > li {
    padding-top: 0;
    padding-bottom: 0;
  }
  .fancy-anchor {
    top: -92px;
  }
  .apartment-flat_location-title {
    padding: 0 60px;
  }
  .apartment-flat_location-preview {
    width: 332px;
  }
  .header-primary {
    /* aspect-ratio: 1200 / 550; */
    aspect-ratio: 1200 / 470;
  }
  .slick-arrow-holder {
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0;
  }
  .slick-arrow-wrap {
    position: relative;
    width: auto;
  }
  .apartment-search_breadcrumb > li > a {
    min-width: 160px;
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  body {
    padding-top: 60px;
  }
  .navbar-default {
    padding: 12px 0;
  }
  .navbar-default.navbar-sticky {
    padding: 12px 0;
  }
  .navbar-brand {
    height: 36px;
  }
  .navbar-brand img {
    width: 99px;
    height: 36px;
  }
  .navbar-default .navbar-nav {
    margin: 0;
  }
  .navbar-default .navbar-nav > li + li {
    margin: 0;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 9px 12px;
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease;
  }
  .navbar-default .navbar-nav > li.active > a,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a:hover {
    background: #845b36;
    color: #fff;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover {
    background: #845b36;
    color: #fff;
  }
  .navbar-default .navbar-nav > li > a:after {
    content: none;
    display: none;
  }
  .nav-contact {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    float: none;
    background: #f7f7f7;
    border-width: 1px;
    border-style: solid;
    border-color: #afafaf;
    padding: 5px;
    margin: 12px 0 11px;
  }
  .nav-contact > li + li {
    border: 0;
    padding: 0;
    margin: 0;
  }
  .slick-arrow-holder {
    display: none;
  }
  .nav-phone {
    padding-left: 27px;
  }
  .nav-phone:after {
    background-color: #f7f7f7;
  }
  .scroll-down {
    bottom: -30px;
  }
  .scroll-down:before {
    width: 24px;
    height: 60px;
  }
  .intro-primary {
    padding-top: 74px;
  }
  .intro-primary .fancy-column-wrap {
    padding: 0;
  }
  .fancy-row > div:last-child > .fancy-column-wrap {
    margin-left: 0;
  }
  .fancy-column {
    padding-top: 36px;
  }
  .fancy-content {
    margin: -7px 0 -21px;
  }
  .fancy-content p {
    margin: 0 0 15px;
  }
  .fancy-link {
    padding-top: 32px;
  }
  .fancy-thumbnail.is-floating {
    width: auto;
  }
  .fancy-thumbnail > .fancy-dots {
    display: none;
  }
  .searchBoxes-primary {
    padding-top: 108px;
    margin-bottom: -30px;
  }
  .row-searchBoxes {
    padding-top: 64px;
  }
  .card-container {
    height: 332px;
  }
  .searchBox {
    height: 302px;
  }
  .searchBox-separator {
    margin: 18px auto 24px;
  }
  .card-front .searchBox-arrow {
    margin-top: 32px;
  }
  .preview-primary {
    padding-top: 118px;
  }
  .preview-primary .fancy-column-wrap {
    padding-top: 0;
  }
  .fancy-slick .fancy-row {
    padding-bottom: 29px;
  }
  .front-news-primary {
    padding: 100px 0 16px;
  }
  .row-news {
    padding-top: 52px;
  }
  .news-item {
    margin-bottom: 48px;
  }
  .news-item_meta {
    margin-top: 15px;
  }
  .news-item_title {
    margin-top: 7px;
  }
  .video-primary {
    margin-bottom: 80px;
  }
  .hero-primary {
    padding: 50px 0;
  }
  .hero-content {
    margin: -29px 0;
  }
  .hero-content p {
    margin: 22px 0;
  }
  .hero-link {
    padding-top: 29px;
  }
  .fancy-map.map-sm {
    height: 220px;
  }
  .footer-top {
    padding: 48px 0 44px;
  }
  .row-footerItems {
    padding-top: 48px;
  }
  .footer-bottom {
    padding: 21px 0;
  }
  .footer-bottom,
  .footer-bottom .text-right {
    text-align: center;
  }
  .footer-bottom .text-right p {
    margin-top: 10px;
  }
  .fancy-anchor {
    top: -60px;
  }
  .header-secondary {
    padding: 64px 0;
  }
  .news-primary {
    padding: 76px 0 58px;
  }
  .news-items_old {
    padding-top: 6px;
  }
  .promotion-primary {
    padding: 42px 0;
  }
  .news-single-primary {
    padding: 42px 0 52px;
  }
  .news-single_meta-date {
    padding-bottom: 18px;
  }
  .news-single_heading {
    padding-bottom: 42px;
  }
  .news-single_content {
    padding-top: 19px;
  }
  .news-single_content h3 {
    margin: 17px 0;
  }
  .news-single_content p {
    margin: 16px 0;
  }
  .news-single_content ul {
    padding: 0 0 0 23px;
    margin: 24px 0;
  }
  .news-single_content img {
    margin: 31px auto;
  }
  .news-single_link {
    padding-top: 31px;
  }
  .about-placement {
    padding-top: 56px;
  }
  .about-features {
    padding-top: 88px;
  }
  .row-fancy-features {
    padding-top: 4px;
  }
  .row-fancy-features > div:nth-child(2n + 1) {
    clear: left;
  }
  .fancy-feature {
    margin-top: 64px;
  }
  .fancy-feature_separator {
    margin: 24px auto 21px;
  }
  .about-investment {
    padding-top: 114px;
  }
  .about-scheme {
    padding-top: 100px;
  }
  .about-scheme_thumbnail {
    padding-top: 48px;
  }
  .about-stages {
    padding: 60px 0 68px;
  }
  .fancy-stages {
    padding-top: 48px;
    margin-bottom: -22px;
  }
  .fancy-stage {
    margin-bottom: 15px;
  }
  .location-intro {
    padding-top: 56px;
  }
  .location-description {
    padding-top: 68px;
  }
  .location-features {
    padding-top: 68px;
  }
  .location-details {
    padding: 86px 0 76px;
  }
  .location-map {
    padding-top: 48px;
  }
  .location-map_legend {
    margin-top: 35px;
  }
  .contact-info {
    padding-top: 58px;
  }
  .row-contact-info {
    padding-top: 6px;
  }
  .call-item {
    margin: 42px -7.5px 0;
  }
  .call-item > div {
    padding: 0 7.5px;
  }
  .call-item_avatar {
    width: 108px;
  }
  .call-item_avatar > div {
    height: 130px;
  }
  .contact-form {
    padding: 58px 0 68px;
  }
  .call-item {
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .row-form {
    padding-top: 56px;
  }
  .policy-primary {
    padding: 72px 0 108px;
  }
  .policy-wrap + .policy-wrap {
    padding-top: 72px;
  }
  .policy-content {
    padding-top: 56px;
    margin-bottom: -21px;
  }
  .policy-content p {
    margin: 0 0 15px;
  }
  .apartment-search {
    padding: 30px 0 68px;
  }
  .apartment-search_return {
    text-align: center;
  }
  /* .apartment-search_return .btn-primary {
        float: none
    } */
  /* .apartment-search_breadcrumb {
        -webkit-justify-content: center;
        justify-content: center;
        padding-top: 6px
    } */
  /* .apartment-search_breadcrumb>li {
        margin-top: 24px
    } */
  .apartment-polymaps {
    padding-top: 60px;
  }
  .apartment-search_form-box {
    margin-top: 36px;
  }
  .apartment-search_form-box {
    padding: 29px 48px 8px;
  }
  .apartment-search_box-submit {
    padding-top: 9px;
  }
  .search-table {
    display: block;
    padding-bottom: 18px;
  }
  .search-table thead {
    display: none;
  }
  .search-table tbody {
    display: block;
  }
  .search-table tbody tr {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    border: 3px solid #845b36;
    border-radius: 6px;
  }
  .search-table tbody tr + tr {
    margin-top: 49px;
  }
  .search-table tbody tr td {
    display: block;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 15px;
  }
  .search-table tbody tr td.st_building,
  .search-table tbody tr td.st_floor {
    padding: 10px 15px 0;
  }
  .search-table tbody tr td.st_garden-area,
  .search-table tbody tr td.st_price {
    padding: 0 15px 12px;
  }
  .st-mobile_heading {
    display: inline;
    color: #2d2d2d;
    font-size: 15px;
    font-weight: 600;
  }
  .st_building .st-mobile_heading,
  .st_floor .st-mobile_heading {
    border-radius: 0;
  }
  .search-table tbody tr td.st_scheme,
  .search-table tbody tr td.st_status {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    border-right: 0;
  }
  .search-table tbody tr td.st_status .st-mobile_heading {
    color: #fff;
  }
  .search-table tbody tr td.st_scheme {
    padding: 0 30px;
    margin-bottom: -21px;
  }
  .search-table_link {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
  }
  .search-table_link .btn-primary {
    width: 100%;
    max-width: 168px;
    margin: 0 auto;
  }
  .search-table tbody tr td p {
    display: inline;
  }
  .search-status {
    background: #845b36;
    color: #fff;
    text-align: center;
    padding: 9px 15px;
    margin: 0 -15px 10px;
  }
  .search-status.available {
    background: #845b36;
  }
  .search-status.reserved {
    background: #ddb80b;
  }
  .search-status.available,
  .search-status.reserved {
    color: #fff;
  }
  .table-sort_group-mobile {
    display: -webkit-flex;
    display: flex;
  }
  .apartment-flat {
    padding: 30px 0;
    margin-top: 48px;
  }
  .apartment-data-group {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .apartment-data-group > div {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 15px;
  }
  .apartment-flat_data-box {
    padding: 7px 0 8px;
  }
  .apartment-flat_data tbody tr td {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .apartment-flat_room {
    border: 2px solid #00a154;
    border-radius: 4px;
    margin-right: 0;
  }
  .apartment-flat_room-sizes {
    line-height: 16px;
  }
  .apartment-flat_room-sizes tbody tr td {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .apartment-flat_room-sizes tbody tr td:first-child {
    width: 61.0619469%;
    padding-left: 12px;
    padding-right: 6px;
  }
  .apartment-flat_room-sizes tbody tr td:last-child {
    width: 38.9380531%;
    padding-left: 12px;
    padding-right: 6px;
  }
  .apartment-flat_room-sizes tbody tr + tr td {
    padding-top: 5px;
  }
  .apartment-flat_room-sizes tbody tr:first-child td {
    padding-top: 9px;
  }
  .apartment-flat_room-sizes tbody tr:last-child td {
    padding-bottom: 11px;
  }
  .apartment-flat_scheme {
    margin-top: 36px;
  }
  .apartment-files {
    padding-top: 24px;
  }
  .apartment-contact {
    padding-top: 54px;
  }
  .row-contact-data {
    padding-top: 46px;
  }
  .place-intro {
    padding-top: 56px;
  }
  .place-stats {
    padding-top: 85px;
  }
  .place-preview {
    padding-top: 100px;
  }
  .fancy-tabs {
    -webkit-justify-content: center;
    justify-content: center;
    padding: 48px 0 20px;
    margin: 0 -5px;
  }
  .fancy-tabs > li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .place-features {
    padding-top: 105px;
  }
  .place-contact {
    padding: 102px 0 86px;
  }
  .news-item_thumbnail img {
    max-height: unset;
  }
}

@media (max-width: 767px) {
  .apartment-search_check-group {
    flex-wrap: wrap;
    gap: 8px;
  }
  .news-single_thumbnail img {
    width: 100%;
  }
  h1,
  h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .navbar-default .navbar-nav {
    margin: 0 -15px;
  }
  .nav-contact {
    border-width: 1px 0;
    padding: 5px 15px;
    margin: 12px -15px 11px;
  }
  .header-primary {
    /* aspect-ratio: 1000 / 550; */
  }
  .header-primary .row {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .header-primary_caption {
    max-width: 320px;
    text-align: center;
    padding-bottom: 48px;
    margin: 0 auto;
  }
  .header-primary_title {
    font-size: 28px;
    line-height: 32px;
    /* text-shadow: 1px 2px 6px rgba(0, 0, 0, .75) */
  }
  .btn-primary.w-shadow {
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.75);
  }
  .header-primary_link {
    margin-top: 19px;
  }
  .header-primary_box {
    max-width: 290px;
    padding: 18px 15px 15px;
    margin: 0 auto;
  }
  .header-primary_box-title {
    margin-bottom: 16px;
  }
  .apartment-search_field + .apartment-search_field {
    margin-top: 16px;
  }
  .apartment-search_field-title {
    margin: 0 0 7px;
  }
  .titleReset {
    margin: -6px 0;
  }
  .heading-primary_title {
    margin-right: 0;
    padding-left: 54px;
  }
  .heading-primary_title:before {
    top: 15px;
    width: 36px;
  }
  .intro-primary {
    padding-top: 68px;
  }
  .fancy-thumbnail {
    margin: 0 -15px;
  }
  .fancy-thumbnail-holder {
    border-radius: 0;
  }
  .searchBoxes-primary {
    padding-top: 68px;
    margin-bottom: -15px;
  }
  .row-searchBoxes {
    padding-top: 36px;
    margin: 0 -7.5px;
  }
  .row-searchBoxes > div {
    padding: 0 7.5px;
  }
  .card-container:hover .card-flipper {
    -webkit-transform: none;
    transform: none;
  }
  .card-container {
    height: 317px;
  }
  .searchBox {
    border: 3px solid #845b36;
    box-shadow: none;
  }
  .preview-primary {
    padding-top: 68px;
  }
  .front-news-primary {
    padding: 68px 0 32px;
  }
  .row-news {
    padding-top: 36px;
  }
  .news-item {
    margin-bottom: 32px;
  }
  .news-item_thumbnail {
    border-radius: 0;
    margin: 0 -15px;
  }
  .video-primary {
    margin-bottom: 68px;
  }
  .video-card {
    border-radius: 0;
    margin: 0 -15px;
  }
  .hero-primary {
    font-size: 26px;
    line-height: 32px;
    padding: 50px 0;
  }
  .hero-content {
    margin: -23px 0 -25px;
  }
  .hero-content p {
    margin: 18px 0;
  }
  .hero-link {
    padding-top: 30px;
  }
  .footer-top {
    padding: 36px 0 0;
  }
  .row-footerItems {
    padding-top: 36px;
  }
  .footer-item {
    margin-bottom: 36px;
  }
  .footer-logo {
    padding: 0;
    margin-top: 60px;
  }
  .header-secondary {
    padding: 48px 0;
  }
  .news-primary {
    padding: 36px 0 48px;
  }
  .news-items_old {
    padding-top: 32px;
  }
  .news-items_old-link {
    padding-top: 12px;
  }
  .promotion-primary {
    font-size: 26px;
    text-align: center;
    line-height: 32px;
    padding: 36px 0;
  }
  .row-promotion {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .promotion-primary_link {
    float: none;
    padding-top: 24px;
  }
  .news-single-primary {
    padding: 36px 0 48px;
  }
  .news-single_heading {
    padding-bottom: 36px;
  }
  .news-single_meta-date {
    padding-bottom: 12px;
  }
  .news-single_thumbnail {
    border-radius: 0;
    margin: 0 -15px;
  }
  .news-single_content {
    padding-top: 15px;
  }
  .news-single_link {
    padding-top: 27px;
  }
  .about-placement {
    padding-top: 36px;
  }
  .about-features {
    padding-top: 68px;
  }
  .row-fancy-features {
    padding-top: 0;
  }
  .fancy-feature {
    margin-top: 48px;
  }
  .about-investment {
    padding-top: 68px;
  }
  .about-scheme {
    padding-top: 68px;
  }
  .about-scheme_thumbnail {
    padding-top: 36px;
  }
  .about-stages {
    padding: 68px 0;
  }
  .fancy-stages {
    padding-top: 36px;
  }
  .location-intro {
    padding-top: 36px;
  }
  .location-details {
    padding: 68px 0;
  }
  .location-map {
    padding-top: 36px;
    margin: 0 -15px;
  }
  .location-map_legend {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 23px -15px -18px;
  }
  .location-map_legend > div {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .location-map_legend-item {
    margin-bottom: 17px;
  }
  .contact-info {
    padding-top: 36px;
  }
  .call-item {
    margin-top: 30px;
  }
  .contact-form {
    padding: 68px 0;
  }
  .row-form {
    padding-top: 36px;
  }
  .row-form-submit {
    padding-top: 0;
  }
  .form-field {
    margin-bottom: 15px;
  }
  .form-field input[type="email"],
  .form-field input[type="tel"],
  .form-field input[type="text"],
  .form-field textarea {
    padding-right: 13px;
    padding-left: 13px;
  }
  .contact-form-checkbox {
    padding: 0;
  }
  .form-submit {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .policy-primary {
    padding: 36px 0 68px;
  }
  .policy-wrap + .policy-wrap {
    padding-top: 68px;
  }
  .policy-content {
    padding-top: 36px;
  }
  .apartment-search {
    padding: 36px 0 68px;
  }
  /* .apartment-search_breadcrumb {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center;
        padding-top: 12px
    } */
  .apartment-search_breadcrumb > li:not(:last-child) > a:after {
    top: 100%;
    left: 50%;
    border-width: 6px 6px 0;
    border-color: #845b36 transparent transparent;
    margin-top: 2px;
    margin-left: -2px;
  }
  .apartment-search_breadcrumb > li.disabled > a:after {
    border-color: #ebebeb transparent transparent;
  }
  .apartment-polymaps {
    padding-top: 36px;
  }
  .apartment-search_details {
    padding-top: 30px;
  }
  .apartment-search_form-box {
    border-radius: 0;
    padding: 24px 15px 7px;
    margin: 36px -15px 0;
  }
  .apartment-search_box-field {
    margin-bottom: 23px;
  }
  .apartment-search_pagination {
    padding-top: 24px;
  }
  .apartment-flat {
    padding: 36px 0;
    margin-top: 36px;
  }
  .apartment-data-group > div {
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
  .apartment-flat_data-box,
  .apartment-flat_room {
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
  }
  .apartment-flat_location {
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-top: 36px;
    margin-top: 0;
  }
  .apartment-flat_location-title {
    position: relative;
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    padding: 0 0 0 54px;
    margin-top: -6px;
  }
  .apartment-flat_location-title:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 36px;
    border-bottom: 2px solid #845b36;
  }
  .apartment-flat_location-preview {
    width: auto;
    padding-top: 20px;
  }
  .apartment-files {
    padding-top: 36px;
  }
  .apartment-files_wrap {
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-top: -4px;
  }
  .apartment-files_wrap p {
    margin-bottom: 21px;
  }
  .apartment-contact {
    padding-top: 68px;
  }
  .row-contact-data {
    padding-top: 36px;
  }
  .apartment-contact_thumbnail {
    -webkit-justify-content: center;
    justify-content: center;
    height: auto;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .apartment-contact_thumbnail img {
    max-height: none;
  }
  .apartment-contact_data {
    text-align: center;
    padding: 30px 0 0 0;
  }
  .apartment-contact_data-name {
    max-width: none;
  }
  .apartment-contact_data-phone {
    margin-top: 21px;
  }
  .apartment-contact_data-email {
    margin-top: 6px;
  }
  .place-intro {
    padding-top: 36px;
  }
  .place-stats {
    padding-top: 59px;
    margin-bottom: -27px;
  }
  .place-stat_item {
    padding-top: 0;
    margin-bottom: 23px;
  }
  .place-preview {
    padding-top: 68px;
  }
  .fancy-tabs {
    padding: 36px 0 20px;
  }
  .place-features {
    padding-top: 68px;
  }
  .place-contact {
    padding: 68px 0;
  }
}

@media (max-width: 479px) {
  .btn-primary {
    padding: 9px 13px;
  }
  .btn-arrow {
    margin-left: 14px;
  }
  .searchBox {
    max-width: 302px;
    margin: 0 auto;
  }
  .video-button {
    width: 82px;
    height: 82px;
    background-size: 58px 58px;
  }
  .customLoader {
    font-size: 6px;
  }
  .footer-top {
    padding-bottom: 16px;
  }
  .footer-item {
    margin-bottom: 15px;
  }
  .footer-list > li {
    -webkit-flex-direction: column;
    flex-direction: column;
    height: auto;
    text-align: center;
    padding-left: 0;
  }
  .footer-list > li + li {
    margin-top: 15px;
  }
  .footer-list_icon {
    position: relative;
  }
  .footer-list_icon,
  .footer-list_icon img {
    width: 24px;
    height: 24px;
  }
  .footer-list_item {
    margin-top: 3px;
  }
  .footer-logo {
    text-align: center;
    margin-top: 30px;
  }
  .footer-logo img {
    margin: 0 auto;
  }
  .footer-nav {
    text-align: center;
    padding-top: 14px;
  }
  .location-map_legend > div {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .call-item > div:last-child {
    padding-top: 16px;
  }
  .call-item_data {
    margin-top: 6px;
  }
  .search-table tbody tr td {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .search-table tbody tr td.st_floor {
    padding-top: 0;
  }
  .search-table tbody tr td.st_garden-area {
    padding-bottom: 0;
  }
  .buildings-map.apartment-steps {
    flex-direction: column;
  }
  .header-primary {
    /* aspect-ratio: 500 / 340; */
  }
}

@media (min-width: 480px) and (max-width: 991px) {
  .row-news > div:nth-child(2n + 1) {
    clear: left;
  }
}

.debuga {
  background: red;
  height: 20px;
  width: 100%;
  display: block;
}

area[data-maphilight] {
  cursor: default;
  pointer-events: none;
}

.fancy-slider-home {
  position: relative;
}

.button-back-xtms{
  padding-bottom: 43px;
}