@font-face {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/manrope-v12-latin-ext_latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/manrope-v12-latin-ext_latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/manrope-v12-latin-ext_latin-500.woff2") format("woff2"), url("../fonts/manrope-v12-latin-ext_latin-500.woff") format("woff"), url("../fonts/manrope-v12-latin-ext_latin-500.ttf") format("truetype"), url("../fonts/manrope-v12-latin-ext_latin-500.svg#Manrope") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/manrope-v12-latin-ext_latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/manrope-v12-latin-ext_latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/manrope-v12-latin-ext_latin-600.woff2") format("woff2"), url("../fonts/manrope-v12-latin-ext_latin-600.woff") format("woff"), url("../fonts/manrope-v12-latin-ext_latin-600.ttf") format("truetype"), url("../fonts/manrope-v12-latin-ext_latin-600.svg#Manrope") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/manrope-v12-latin-ext_latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/manrope-v12-latin-ext_latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/manrope-v12-latin-ext_latin-700.woff2") format("woff2"), url("../fonts/manrope-v12-latin-ext_latin-700.woff") format("woff"), url("../fonts/manrope-v12-latin-ext_latin-700.ttf") format("truetype"), url("../fonts/manrope-v12-latin-ext_latin-700.svg#Manrope") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?nj2vks");
  src: url("../fonts/icomoon.eot?nj2vks#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?nj2vks") format("truetype"), url("../fonts/icomoon.woff?nj2vks") format("woff"), url("../fonts/icomoon.svg?nj2vks#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e908";
}

.icon-bus-station:before {
  content: "\e900";
}

.icon-pharmacy:before {
  content: "\e901";
}

.icon-abc-block:before {
  content: "\e902";
}

.icon-shopping-bag:before {
  content: "\e903";
}

.icon-train-station:before {
  content: "\e904";
}

.icon-playground:before {
  content: "\e905";
}

.icon-parking-lot:before {
  content: "\e906";
}

.icon-restaurant:before {
  content: "\e907";
}

.icon-phone:before {
  content: "\e942";
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  margin-top: 6px;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 40px;
  height: 22px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*@import "types/elastic";
@import "types/spring";
@import "types/arrow";
@import "types/3dx";
@import "types/3dx-r";
@import "types/3dy";
@import "types/3dy-r";
@import "types/3dxy";
@import "types/3dxy-r";
@import "types/arrow";
@import "types/arrow-r";
@import "types/arrowalt";
@import "types/arrowalt-r";
@import "types/arrowturn";
@import "types/arrowturn-r";
@import "types/boring";
@import "types/collapse";
@import "types/collapse-r";
@import "types/elastic-r";
@import "types/emphatic";
@import "types/emphatic-r";
@import "types/minus";
@import "types/slider";
@import "types/slider-r";
@import "types/spin-r";
@import "types/spring-r";
@import "types/stand";
@import "types/stand-r";
@import "types/squeeze";
@import "types/vortex";
@import "types/vortex-r";
@import "types/collapse";*/
.btn {
  font-size: 1em;
  padding: 0.5em 2em;
  border: 1px solid transparent;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.btn:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-table {
  text-transform: uppercase;
  font-size: 0.75em;
  padding: 0.25em 1.5em;
  color: #fff;
  background: #000;
}

.btn-table:hover {
  background: #4d4d4d;
  border: 1px solid #000;
  color: #fff;
}

.btn-primary {
  color: #fff;
  background: #000;
}

.btn-primary:hover {
  background: #4d4d4d;
  border: 1px solid #000;
  color: #fff;
}

.btn-secondary {
  color: #000;
  background: transparent;
  border: 1px solid #000;
  padding: 1.25em 3.5em;
}

.btn-secondary:hover {
  background: #F9F9F9;
  color: #000;
}

.btn-download {
  color: #566D73;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-download:hover {
  color: #000;
}

.icon-file {
  width: 100%;
  max-width: 20px;
  margin-left: 5px;
}

.tooltipster-sidetip .tooltipster-box {
  background: #fff;
  -webkit-box-shadow: 0px 20px 30px rgba(74, 80, 91, 0.2);
          box-shadow: 0px 20px 30px rgba(74, 80, 91, 0.2);
  border: none;
}

.tooltipster-content {
  color: #566D73 !important;
}

.tooltipster-content h3 {
  color: #566D73;
}

.tooltipster-content .line {
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 4px;
}

.tooltipster-content .line td {
  padding-top: 4px;
  padding-bottom: 4px;
}

.tooltipster-content .line b {
  font-weight: normal;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #fff !important;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #fff !important;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #fff !important;
}

.tooltipster-sidetip .tooltipster-content {
  padding: 20px 20px;
}

.tooltipster-sidetip .tooltipster-content tr td:last-child {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}

.navbar {
  padding: 0 8.33%;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 500;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar .navbar-nav .nav-link {
  color: black;
  font-weight: 500;
  font-size: 0.875em;
  text-transform: uppercase;
  padding: 1em 2.25em;
  position: relative;
}

.bs-canvas-content .nav-link {
  color: black;
  font-weight: 500;
  font-size: 0.875em;
  text-transform: uppercase;
  position: relative;
}

.navbar .navbar-nav .nav-link:before,
.bs-canvas-content .nav-link:before {
  height: 4px;
  content: "";
  position: absolute;
  background-color: #566D73;
  width: 0%;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.3s ease-in;
  transition: width 0.3s ease-in;
}

.navbar .navbar-nav .nav-link:hover,
.bs-canvas-content .nav-link:hover {
  -webkit-transition: width 0.3s ease-in;
  transition: width 0.3s ease-in;
}

.navbar .navbar-nav .nav-link:hover:before,
.bs-canvas-content .nav-link:hover:before {
  width: 100%;
  -webkit-transition: width 0.3s ease-in;
  transition: width 0.3s ease-in;
}

.navbar .navbar-nav .nav-link.active:before,
.bs-canvas-content .nav-link.active:before {
  width: 100%;
}

.navbar.affix {
  -webkit-box-shadow: 0px 4px 30px rgba(68, 105, 160, 0.25);
  box-shadow: 0px 4px 30px rgba(68, 105, 160, 0.25);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0 8.33%;
}

.navbar.affix .navbar-brand {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  pointer-events: all;
}

.navbar.dark {
  background: #e9f1f3;
}

.navbar-brand {
  text-align: center;
  width: 100%;
  margin: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

.navbar-brand img {
  max-width: 200px;
  padding: 0.5em 0;
}

.bs-canvas-overlay {
  opacity: 0;
  z-index: 1100;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  top: 0;
  background: rgba(255, 255, 255, 0.75);
}

.bs-canvas-overlay.active {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  pointer-events: all;
}

.pull-bs-canvas-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: absolute;
  right: 8.33%;
  margin: 0;
  top: 1.85em;
  z-index: 5;
}

.pull-bs-canvas-right:focus {
  outline: none;
}

.bs-canvas {
  top: 0;
  z-index: 1110;
  overflow-x: hidden;
  overflow-y: auto;
  width: 250px;
  transition: margin .4s ease-in-out;
  -webkit-transition: margin .4s ease-in-out;
  -moz-transition: margin .4s ease-in-out;
  -ms-transition: margin .4s ease-in-out;
  background: #fff;
  -webkit-box-shadow: 0px 4px 30px rgba(68, 105, 160, 0.25);
  box-shadow: 0px 4px 30px rgba(68, 105, 160, 0.25);
}

.bs-canvas-content {
  padding: 6em 2.5em;
  text-align: right;
}

.bs-canvas-content .navbar-nav li {
  padding: 1em 0;
}

.bs-canvas-right {
  right: 0;
  margin-right: -280px;
}

.bs-canvas-close {
  height: 30px;
  width: 30px;
  padding: 10px;
  right: 1.1em;
  position: relative;
  top: 0.3em;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.bs-canvas-close:hover {
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.bs-canvas-close:focus {
  outline: none;
}

.bs-canvas-close:before, .bs-canvas-close:after {
  position: absolute;
  content: "";
  width: 32px;
  height: 2px;
  background: #000;
  left: 0;
}

.bs-canvas-close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.bs-canvas-close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
  .navbar {
    padding: 2.5rem 8.33%;
  }
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar {
    padding: 2.5rem 8.33%;
  }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 800px) {
  .phone {
    font-size: 0.75rem;
    width: 150px;
  }
}

/* Landscape phones and portrait tablets */
/* Landscape phones and smaller */
@media (max-width: 480px) {
  .pull-bs-canvas-right {
    width: auto;
  }
  .bs-canvas {
    width: 260px;
  }
  .bs-canvas-content {
    padding: 4.5rem 2.5rem 6.5rem 1.5rem;
  }
  .navbar-brand img {
    max-width: 150px;
    padding: 0.75rem 0;
  }
}

body, html {
  font-size: 16px;
  overflow-x: hidden;
  font-weight: 500;
  font-family: 'Manrope', sans-serif;
}

body {
  position: relative;
}

h2 {
  font-size: 2.65em;
  text-align: center;
  padding-bottom: 0.5em;
}

h3 {
  font-size: 1.35em;
  margin-bottom: 1em;
  font-weight: 700;
}

p {
  font-size: 1em;
}

a {
  color: #000;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: #666666;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

strong {
  font-weight: 600;
}

section {
  padding: 8em 0;
}

main {
  margin-top: 84px;
}

.breadcrumbs {
  padding: 0;
  margin: 3em 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.breadcrumbs li {
  list-style-type: none;
  color: #A2ADB0;
  text-transform: uppercase;
}

.breadcrumbs li.active {
  color: #566D73;
}

.breadcrumbs li:last-child {
  margin-left: 0.25em;
}

.breadcrumbs li a {
  color: #A2ADB0;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.breadcrumbs li a:hover {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: #566D73;
}

.navigation-wrap {
  position: absolute;
  right: 15px;
  top: 0;
}

.navigation-wrap span {
  padding: 0.7em 1em 0.6em 0;
}

.navigation-wrap span:hover {
  cursor: pointer;
}

.navigation-wrap span.next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: inline-block;
}

.relative {
  position: relative;
}

.owl-carousel .owl-item img {
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 30px rgba(68, 105, 160, 0.25);
  box-shadow: 0px 4px 30px rgba(68, 105, 160, 0.25);
}

.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.owl-carousel .owl-stage-outer .owl-item {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 2em;
}

.preloader {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e9f1f3;
  z-index: 5000000;
  position: absolute;
  top: 0;
}

.preloader p {
  margin: 0;
  color: #566D73;
}

.loading {
  border: 2px solid #fff;
  border-radius: 50%;
  border-top: 2px solid #566D73;
  width: 120px;
  height: 120px;
  -webkit-animation: loading 2s linear infinite;
  animation: loading 2s linear infinite;
  position: fixed;
  top: calc(50vh - 60px);
  left: calc(50% - 60px);
  -webkit-box-shadow: 0px 4px 30px rgba(68, 105, 160, 0.25);
  box-shadow: 0px 4px 30px rgba(68, 105, 160, 0.25);
}

.loader {
  top: calc(50vh - 12px);
  position: fixed;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Portrait tablets and medium desktops */
/* Portrait tablets and small desktops */
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .navigation-wrap {
    position: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section {
    padding: 4em 0;
  }
}

@media (max-width: 575px) {
  h2 {
    font-size: 2.25em;
  }
  h3 {
    font-size: 1.15em;
  }
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
  main {
    margin-top: 79px;
  }
}

table.dataTable tbody tr {
  background: transparent !important;
}

table.dataTable.no-footer {
  border: none !important;
}

#apartments-table_paginate,
#apartments-table_info,
#apartments-table_length,
#apartments-table_filter {
  display: none;
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
  background-image: none !important;
  padding-right: 0 !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  color: #fff !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-family: initial !important;
  background-color: #000 !important;
  width: 20px;
  height: 20px;
  line-height: 19px;
  border-radius: 50%;
}

.dtr-details {
  width: 100%;
}

.dtr-details li {
  margin-left: 0;
  padding: 0.8em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dtr-details li:before {
  display: none;
}

table.dataTable > tbody > tr.child span.dtr-title,
table.dataTable thead th, table.dataTable tfoot th {
  font-weight: 500 !important;
}

table.dataTable tbody th, table.dataTable tbody td {
  padding: 0.75em 0 !important;
}

table.dataTable tbody td {
  border-top: 2px solid #E5E5EA;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  left: -35px !important;
  top: 12px;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  display: none;
}

table.dataTable thead th, table.dataTable thead td {
  border: none;
  padding: 0.5em 0;
}

table.dataTable thead th {
  padding: 0.5em;
}

table.dataTable thead th:first-of-type {
  padding-left: 0;
}

table.dataTable th {
  font-size: 1em;
  color: #000;
  text-transform: uppercase;
}

table.dataTable td {
  font-size: 1.125em;
  color: #A2ADB0;
}

.table th, .table td {
  vertical-align: middle;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #A2ADB0 !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #A2ADB0 !important;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #A2ADB0 !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #A2ADB0 !important;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  border: 1px solid transparent;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  resize: none;
  letter-spacing: 1px;
  font-size: 1em;
  font-weight: 500;
  background: #F9F9F9;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 5px;
  padding: 0.75em 1em;
}

.floating-label-form-group input:focus,
.floating-label-form-group textarea:focus {
  background: #F9F9F9;
  border: 1px solid #A2ADB0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0 0 -0.5em 0;
  font-size: .85em;
  font-weight: 500;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top .3s ease, opacity .3s ease;
  transition: top .3s ease, opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
}

.floating-label-form-group-with-value label {
  top: -0.85em;
  opacity: 1;
  text-transform: uppercase;
}

.floating-label-form-group {
  position: relative;
}

.floating-label-form-group:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 0;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  bottom: 0;
  z-index: 2;
}

.floating-label-form-group.floating-label-form-group-with-focus:before {
  width: 100%;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}

.help-block {
  font-size: 0.875em;
}

/* custom check box */
.form-check-label {
  color: #000;
  font-weight: 500;
  margin-left: 0.5em;
}

.form-check-label .gdpr {
  font-weight: 500;
  color: #A2ADB0;
}

input[type='checkbox'] {
  position: absolute;
  left: -999999px;
}

input[type='checkbox']:checked + .custom-check:before {
  display: block;
}

input[type='checkbox']:checked + .custom-check:after {
  display: block;
}

.custom-check {
  background: #000;
  border-radius: 5px;
  width: 16px;
  height: 16px;
  position: absolute;
  margin: 0;
  left: 0;
  top: 5px;
}

.custom-check:before {
  content: '';
  position: absolute;
  background: #fff;
  width: 11px;
  height: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 1px;
  top: 7px;
  border-radius: 0;
  display: none;
}

.custom-check:after {
  content: '';
  position: absolute;
  background: #fff;
  width: 5px;
  height: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
  left: 2px;
  border-radius: 0;
  display: none;
}

/* end of custom check */
.help-block {
  margin-bottom: 0;
}

#banner {
  padding-bottom: 0;
  background: #e9f1f3;
  padding: 0;
}

.logo-wrap {
  position: absolute;
  top: 4em;
  width: 100%;
}

.logo-wrap a {
  width: 100%;
  max-width: 370px;
}

#about {
  margin-top: -2px;
  position: relative;
  background: #e9f1f3;
  padding-bottom: 0;
  margin-bottom: 15%;
}

#about:after {
  content: url(../images/triangle.svg);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}

#about p {
  text-align: center;
}

.tree-left {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
  max-width: 250px;
  top: 0;
}

#counters {
  position: relative;
}

.tree-right {
  position: absolute;
  right: 0;
  width: 100%;
  max-width: 250px;
  top: 60%;
}

.counter-wrap {
  border: 1px solid #566D73;
  border-radius: 50%;
  height: 180px;
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.counter-wrap span {
  font-size: 2rem;
  text-transform: uppercase;
  color: #566D73;
}

.counter-wrap p {
  font-size: 1em;
  text-transform: uppercase;
  color: #A2ADB0;
  margin-bottom: 0;
}

.wizard-wrap {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

.wizard-wrap .wizard-bg {
  max-width: 80%;
}

.wizard-wrap .wizard-img, .wizard-wrap svg {
  position: absolute;
  width: 80%;
  top: 18%;
  width: 100%;
  max-width: 90%;
  right: 0;
}

.wizard-wrap svg g {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.wizard-wrap svg g:hover {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}

#apartments form {
  width: 100%;
}

/* location section */
.absolute-location-img {
  margin-left: 17%;
  margin-top: -15%;
}

.location-padding-wrap {
  padding: 15% 3em;
}

#location {
  position: relative;
}

#location h2 {
  padding-bottom: 0.875em;
}

.map-legend {
  list-style-type: none;
  padding-left: 0;
  -webkit-column-count: 2;
          column-count: 2;
}

.map-legend li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2em 0;
}

.map-legend li:first-child {
  margin-top: 0;
}

.map-legend li p {
  margin: 0;
  font-size: 0.875em;
  text-transform: uppercase;
}

.map-wrap {
  position: relative;
}

.map-wrap .lokalita-bg {
  position: absolute;
  right: -15%;
  width: 700px;
  top: -6em;
}

#map {
  -webkit-box-shadow: 0px 4px 30px rgba(68, 105, 160, 0.25);
  box-shadow: 0px 4px 30px rgba(68, 105, 160, 0.25);
  border-radius: 10px;
}

.legend-img-wrap {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.legend-img-wrap.purple {
  background: #805FAD;
}

.legend-img-wrap.blue {
  background: #5F92AD;
}

.legend-img-wrap.grey {
  background: #9BACA1;
}

.legend-img-wrap.green {
  background: #B8D2C4;
}

.legend-img-wrap.yellow {
  background: #F4CB82;
}

.legend-img-wrap.orange {
  background: #F1B093;
}

.legend-img-wrap.pink-dark {
  background: #D6A1A1;
}

.legend-img-wrap.pink-light {
  background: #DBA09B;
}

.legend-img-wrap span {
  font-size: 1.8em;
}

.marker {
  width: 40px !important;
  height: 40px !important;
}

.gallery-bg {
  position: absolute;
  max-width: 50%;
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
  .counter-wrap {
    height: 260px;
    width: 260px;
  }
  .counter-wrap span {
    font-size: 2.625rem;
  }
  .counter-wrap p {
    font-size: 1.625em;
  }
  #about {
    background: url(../images/triangle.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 4rem 0 15%;
    margin-bottom: 0;
  }
  #about:after {
    display: none;
  }
  .map-legend {
    -webkit-column-count: 1;
            column-count: 1;
  }
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .counter-wrap {
    height: 220px;
    width: 220px;
  }
  .counter-wrap span {
    font-size: 2.325rem;
  }
  .counter-wrap p {
    font-size: 1.325em;
  }
  #about {
    background: url(../images/triangle.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 4rem 0 10rem;
    margin-bottom: 0;
  }
  #about:after {
    display: none;
  }
  .map-legend {
    -webkit-column-count: 1;
            column-count: 1;
  }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .tree-left {
    max-width: 200px;
    top: initial;
  }
  .tree-right {
    max-width: 200px;
  }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  #counters {
    padding: 6.5rem 0;
  }
  .tree-left {
    max-width: 180px;
    top: 63%;
    left: -2em;
  }
  .tree-right {
    top: 61%;
    max-width: 180px;
  }
  .gallery-bg {
    bottom: 0;
  }
  .wizard-wrap {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    margin: 6em auto;
  }
  #banner {
    background: url(../images/banner.png), #e9f1f3;
    background-size: cover;
    height: 600px;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .logo-wrap {
    top: 1em;
  }
  .logo-wrap a {
    width: 100%;
    max-width: 50%;
  }
  .contact-img {
    max-width: 80%;
  }
}

@media (max-width: 575px) {
  .map-legend {
    -webkit-column-count: 1;
            column-count: 1;
  }
  .counter-wrap {
    height: 160px;
    width: 160px;
  }
  .counter-wrap span {
    font-size: 1.75rem;
  }
  .counter-wrap p {
    font-size: 1rem;
  }
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
  .counter-wrap {
    height: 110px;
    width: 110px;
  }
  .counter-wrap span {
    font-size: 1.25rem;
  }
  .counter-wrap p {
    font-size: 0.65rem;
  }
}

.header-banner {
  position: relative;
  background: #e9f1f3;
  padding-bottom: 0;
  padding-top: 3em;
  margin-bottom: 15%;
}

.header-banner:after {
  content: url(../images/triangle.svg);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}

.logo-sub {
  width: 100%;
  max-width: 360px;
}

.detail-features {
  margin-top: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.detail-features .feature-wrap {
  border-bottom: 1px solid #A2ADB0;
  padding: 1.25em 0;
  width: 50%;
}

.detail-features .feature-wrap:nth-of-type(even) {
  padding-left: 2em;
}

.detail-features .feature-wrap span {
  font-size: 1.8em;
  line-height: 1em;
}

.detail-features .feature-wrap p {
  color: #566D73;
  margin: 0;
  font-weight: 400;
}

.availability-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 3em;
  position: relative;
}

.availability-wrap:before {
  position: absolute;
  content: "";
  background: white;
  width: 100%;
  height: 3px;
  top: -3.1em;
}

.price {
  font-size: 3em;
  line-height: 1em;
}

.price p {
  font-size: 1rem;
  color: #566D73;
}

.flag {
  border-radius: 50px;
  background: #F9F9F9;
  color: #566D73;
  padding: 0.25em 1.75em;
  position: relative;
}

.flag:before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  top: 12px;
  left: 12px;
  border-radius: 50%;
}

.flag.color-1:before {
  background: #2AA92F;
}

.flag.color-2:before {
  background: #DD8522;
}

.flag.color-3:before {
  background: #EE2111;
}

.apartment-condition {
  position: relative;
}

.apartment-condition:before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  top: 10px;
  left: -14px;
  border-radius: 50%;
}

.apartment-condition.free:before {
  background: #2AA92F;
}

.apartment-condition.reserved:before {
  background: #DD8522;
}

.apartment-condition.sold:before {
  background: #EE2111;
}

#detail nav a {
  font-size: 1.125em;
  text-transform: uppercase;
  color: #A2ADB0;
  position: relative;
  padding: 0.15em 1em;
}

#detail nav a:before {
  position: absolute;
  content: "";
  width: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  background: #A2ADB0;
}

#detail nav a:first-child:before {
  display: none;
}

#detail nav a.active {
  color: #566D73;
}

.tab-pane {
  height: 0;
}

.tab-pane a {
  pointer-events: none;
}

.tab-pane.active {
  height: 100%;
}

.tab-pane.active a {
  pointer-events: all;
}

.tree-sub {
  position: absolute;
  left: 0;
  z-index: 5;
  max-width: 17%;
  bottom: 77%;
}

@media (min-width: 1200px) {
  .header-banner {
    background: url(../images/triangle.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-bottom: 0;
    padding-bottom: 15%;
  }
  .header-banner:after {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-banner {
    background: url(../images/triangle.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-bottom: 0;
    padding-bottom: 8em;
  }
  .header-banner:after {
    display: none;
  }
}

@media (max-width: 767px) {
  .tree-sub {
    bottom: 2rem;
  }
}

@media (max-width: 480px) {
  .detail-features .feature-wrap span {
    font-size: 1.5rem;
  }
  .logo-sub {
    width: 100%;
    max-width: 75%;
  }
  #detail nav a {
    width: 100%;
    text-align: center;
  }
  #detail nav a:before {
    width: 100%;
    height: 1px;
    bottom: 0;
    top: initial;
    left: 0;
    right: 0;
  }
  #detail nav a:first-child:before {
    display: initial;
  }
  #detail nav a:last-child:before {
    display: none;
  }
}

#footer {
  padding: 3.5em 0;
}

#footer ul {
  padding-left: 0;
}

#footer ul li {
  list-style-type: none;
}

#footer ul li a {
  padding: 0.35em 0;
  display: block;
}

#footer ul li:first-child a {
  padding-top: 0;
}

#footer p {
  line-height: 1.75em;
}

.contact-wrap {
  margin-top: 1.5em;
}

.contact-wrap a {
  display: block;
  line-height: 1.75em;
}

.logo-foot {
  width: 100%;
  max-width: 250px;
}

.copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  border-top: 1px solid #E5E5EA;
  margin-top: 3em;
  padding-top: 3.5em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.copy svg {
  fill: #000;
  margin: 1px 0 0 7px;
  max-width: 90px;
}

.copy small {
  margin: 0;
}

.gdpr-banner__button--dismiss {
  display: none !important;
}

.gdpr-cookie-manager__cookies p strong {
  font-weight: 500;
}

.gdpr-banner {
  background-color: #fff !important;
  color: #000 !important;
  -webkit-box-shadow: 0px 4px 30px rgba(68, 105, 160, 0.25);
  box-shadow: 0px 4px 30px rgba(68, 105, 160, 0.25);
}

.gdpr-banner__button {
  outline: none;
  padding: 0.5em 2em !important;
  border-radius: 50px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.gdpr-banner__button.gdpr-banner__button--opt-in {
  color: #fff;
  background: #000;
  border: 1px solid transparent;
}

.gdpr-banner__button.gdpr-banner__button--opt-out {
  color: #000;
  background: white;
  border: 1px solid #000;
}

.gdpr-cookie-manager__submit-button {
  color: #fff;
  background: #000 !important;
  border: 1px solid transparent;
  border-radius: 50px;
}

.gdpr-cookie-manager__submit-button:focus {
  outline: none;
}

.gdpr-banner__settings a {
  color: #566D73 !important;
  border-bottom: 1px solid #566D73 !important;
}

.gdpr-cookie-manager__cookie-name {
  font-size: 2em !important;
  margin-bottom: 0.5em !important;
}

.gdpr-cookie-manager__consent_expiry {
  border: none;
  border-bottom: 1px solid #fff;
}

.gdpr-cookie-manager__consent_expiry:hover {
  cursor: pointer;
}

.gdpr-cookie-manager__group-list {
  list-style-type: none !important;
  padding-left: 0 !important;
}

.gdpr-cookie-manager__group-list li:first-child .gdpr-cookie-manager__group-list-entry,
.gdpr-cookie-manager__group-list-entry,
.gdpr-cookie-manager__content {
  border: none !important;
}

.gdpr-cookie-manager__group-list-entry--active {
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 30px rgba(68, 105, 160, 0.25);
  box-shadow: 0px 4px 30px rgba(68, 105, 160, 0.25);
}

.gdpr-cookie-manager__group-list-entry--active:after {
  display: none;
}

.gdpr-cookie-manager__group-list-name {
  font-size: 1.5em;
  font-weight: bold;
  padding-bottom: 0.25em;
}

.gdpr-cookie-manager__consent_expiry {
  margin: 1em 0 2em 0;
}

.gdpr-cookie-manager__cookie-item:after,
.gdpr-cookie-manager__contact-details-heading:before,
.gdpr-cookie-manager__contact-details-heading:after,
.gdpr-cookie-manager__cookie-item:before {
  display: none !important;
}

.gdpr-cookie-manager__contact-details-heading {
  font-size: 1.2em !important;
  padding-bottom: 1em;
  font-weight: 600;
}

.gdpr-cookie-manager__contact-list {
  list-style-type: none !important;
  padding-left: 0 !important;
}

.gdpr-cookie-manager__contact-list li a {
  font-weight: bold;
}

.gdpr-cookie-manager__cookie-item {
  margin-bottom: 1em;
}

.gdpr-cookie-manager__cookie-item p strong {
  margin-right: 5px;
}

.tgl-btn {
  opacity: 1;
}

.tgl:checked + .tgl-btn {
  background: #2AA92F !important;
}

/* Landscape phones and smaller */
@media (max-width: 323px) {
  .gdpr-banner__opt-out {
    margin-bottom: 1em;
  }
}
/*# sourceMappingURL=style.css.map */