:root {
  --deep-sky-blue: #12aaeb;
  --white-smoke: #f2f3f5;
  --tomato: #fe5d3c;
  --slate-grey: #597a96;
  --dark-grey: #97a4b4;
  --royal-blue: #116dde;
  --light-steel-blue: #afbccd;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h1 {
  color: #597a96;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 27px;
}

h2 {
  color: #597a96;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
}

h3 {
  color: #597a96;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h4 {
  color: #597a96;
  letter-spacing: .1px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h5 {
  color: #597a96;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

h6 {
  color: #597a96;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #4a5053;
  letter-spacing: .1px;
  margin-bottom: 7px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14.5px;
  font-weight: 300;
  line-height: 22px;
}

a {
  color: #12aaeb;
  text-decoration: underline;
}

li {
  color: #97a4b4;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14.5px;
  line-height: 22px;
}

blockquote {
  color: #597a96;
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figcaption {
  color: #97a4b4;
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
  font-style: italic;
  line-height: 12px;
}

.navbar {
  z-index: 50;
  background-color: #fff;
  border-top: 1px solid #efeff0;
  width: 100%;
  height: auto;
  margin-top: 60px;
  position: absolute;
}

.body {
  font-family: Source Sans Pro, sans-serif;
  font-size: 100%;
  line-height: 100%;
}

.body.gray {
  background-color: #f4f5f9;
  height: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.property-hero-section {
  background-color: #97a4b4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.content-wrapper {
  padding: 25px 25px 20px;
  position: relative;
}

.content-wrapper.white-and-bottom-border {
  background-color: #f9fcff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 50px;
}

.content-wrapper.rounded-corners {
  background-color: #fff;
  border-radius: 5px;
}

.content-wrapper.rounded-corners.cennik {
  display: none;
}

.mini-title {
  color: #97a4b4;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 8.5px;
  line-height: 11px;
  display: block;
}

.mini-title.white {
  color: #fff;
  display: inline-block;
}

.mini-title.dark-blue {
  color: #597a96;
  font-weight: 700;
}

.mini-title.deep-sky-blue {
  color: #12aaeb;
  display: inline;
}

.mini-title.offices {
  display: none;
}

.mini-title-link {
  color: #97a4b4;
  letter-spacing: 1px;
  text-transform: uppercase;
  height: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 8.5px;
  line-height: 10px;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.mini-title-link:hover {
  border-bottom: 1px solid #97a4b4;
}

.mini-title-link.white {
  color: #fff;
}

.mini-title-link.white:hover {
  border-bottom-color: #fff;
}

.mini-title-link.bottom-border {
  margin-bottom: 5px;
}

.mini-title-link.deep-sky-blue {
  color: #12aaeb;
}

.mini-title-link.district {
  color: var(--deep-sky-blue);
}

.mini-title-link.hidden {
  display: none;
}

.hero-header {
  z-index: 20;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.hero-header.bottom-border {
  flex: 1;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.hero-header.on-slide {
  margin-bottom: 40px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
}

.hero-header.relative {
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.tab-link-box-1 {
  text-align: center;
  background-color: #12aaebbf;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: auto;
  margin-right: 6px;
  padding: 15px 35px 13px;
  transition: background-color .3s;
}

.tab-link-box-1:hover {
  background-color: #12aaebd9;
}

.tab-link-box-1._70-percent {
  background-color: #12aaebcc;
}

.tab-link-box-1._70-percent:hover {
  background-color: #12aaebe8;
}

.column-left {
  width: 65%;
  display: inline-block;
}

.column-right {
  float: right;
  width: 35%;
}

.bar {
  color: #97a4b4;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  line-height: 9px;
  display: none;
}

.property-details._88-percent {
  width: 84%;
}

.tags-container {
  float: right;
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 3px;
  margin-top: 26px;
  font-family: Montserrat, sans-serif;
  font-size: 7px;
  line-height: 11px;
}

.tags-container.absolute {
  width: auto;
  margin-top: 10px;
  margin-right: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.tags-container.on-slide {
  margin-top: 0;
  margin-left: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.details-container {
  border-bottom: 1px solid #f2f3f5;
  margin-bottom: 17px;
  padding-bottom: 13px;
}

.overview-container {
  border-top: 2px solid #f2f3f5;
  border-left: 2px solid #f2f3f5;
  border-right: 2px solid #f2f3f5;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.asking-price-box {
  text-align: center;
  border-bottom: 2px solid #f2f3f5;
  padding-top: 15px;
  padding-bottom: 20px;
}

.price-text {
  color: #12aaeb;
  margin-right: 6px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 25px;
  line-height: 25px;
  display: inline-block;
}

.price-text.medium {
  margin-right: 8px;
  font-size: 20px;
  line-height: 19px;
}

.price-text.medium.venues_thumbs {
  margin-right: 5px;
}

.dollar-sign {
  color: #12aaeb;
  margin-right: 2px;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 400;
  display: inline-block;
  position: relative;
  top: -3px;
}

.dollar-sign.small {
  margin-right: 6px;
  font-size: 13px;
}

.overview-item {
  float: left;
  text-align: center;
  border-top: 1px solid #f4f5f9;
  border-bottom: 1px #000;
  border-right: 1px solid #f4f5f9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 26px;
  padding-bottom: 18px;
  display: flex;
}

.overview-item._33-percent {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: solid;
  border-right-color: #edeef2;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  width: 33.33%;
  padding-top: 10px;
  padding-bottom: 0;
  padding-left: 10px;
}

.overview-item._33-percent.no-right-border {
  border-right-style: none;
}

.overview-item._33-percent.no-left-inner-padding {
  padding-left: 0;
}

.overview-item._2 {
  border-top-style: none;
  border-top-color: #f2f3f5;
  border-bottom-style: solid;
  border-bottom-color: #f2f3f5;
  border-right-style: none;
  border-right-color: #f2f3f5;
}

.overview-item._3 {
  border-top-style: none;
  border-top-color: #f2f3f5;
  border-right-color: #f2f3f5;
}

.overview-item._4 {
  border-top-style: none;
  border-top-color: #f2f3f5;
  border-right-style: none;
  border-right-color: #f2f3f5;
}

.overview-item._5 {
  border-top-color: #f2f3f5;
  border-right-color: #f2f3f5;
}

.overview-item._6 {
  border-top-color: #f2f3f5;
  border-bottom-color: #f2f3f5;
  border-right-style: none;
  border-right-color: #f2f3f5;
}

.overview-item._1 {
  border-top-style: none;
  border-top-color: #f2f3f5;
  border-bottom-style: solid;
  border-bottom-color: #f2f3f5;
  border-right-color: #f2f3f5;
}

.property-icon {
  width: 25%;
  margin-bottom: 10px;
}

.property-icon.small {
  width: 20.5%;
  max-width: 45px;
  margin-right: 8px;
}

.property-icon.small.desk {
  width: 15%;
}

.property-icon.small.rooms {
  width: 13%;
}

.property-icon.medium {
  width: 18%;
  max-width: 30px;
  margin-left: 6px;
  margin-right: 8px;
}

.overview-flex-container {
  flex-wrap: wrap;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.overview-flex-container.no-inner-padding {
  padding-left: 0;
  padding-right: 0;
}

.number {
  margin-right: 5px;
}

.number.small {
  font-size: 12.8px;
  line-height: 12px;
}

.number.montserrat {
  color: #fff;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 12px;
}

.overview-text-box {
  display: flex;
}

.more-details-link {
  background-color: #12aaeb;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 20px;
  padding-top: 16px;
  padding-bottom: 15px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.more-details-link:hover {
  background-color: #19a0e1;
}

.property-overview-container {
  margin-left: 20px;
}

.property-section {
  width: 100%;
  margin-top: 50px;
}

.property-section.less-top-border {
  margin-top: 10px;
}

.property-section.less-top-border.hide {
  display: none;
}

.property-section.no-top-border {
  margin-top: 0;
}

.property-section.no-top-border.venues {
  margin-top: 24px;
}

.title {
  color: #597a96;
  letter-spacing: .1px;
  text-transform: none;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 16px;
}

.title.all-caps {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.title.all-caps.warning {
  margin-bottom: 0;
}

.title.all-caps.blue {
  font-size: 16px;
}

.title.regular {
  letter-spacing: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
}

.section-title-box {
  border-bottom: 1px solid #efeff0;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 5px;
  padding-right: 10px;
  display: block;
  position: relative;
}

.section-title-box.no-bottom-border {
  width: 100%;
  margin-bottom: 0;
  text-decoration: none;
  display: block;
  position: relative;
}

.section-title-box.top-border {
  margin-top: 20px;
}

.section-title-box.white-bottom-line {
  border-bottom-color: #fff;
}

.section-title-box.upper {
  display: block;
}

.flex-grid {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.flex-grid.on-features {
  justify-content: space-between;
  align-items: stretch;
  display: none;
}

.flex-grid.on-quantity {
  justify-content: flex-start;
  margin-top: 10px;
}

.flex-grid.on-type-of-property {
  justify-content: flex-start;
  margin-top: 10px;
  display: none;
}

.flex-grid.top-border {
  margin-top: 45px;
}

.flex-grid.on-vertical-items {
  justify-content: space-around;
  align-items: stretch;
}

.flex-grid.on-mini-services {
  justify-content: space-between;
  margin-top: 40px;
}

.flex-grid.rows {
  flex-flow: column;
  align-items: flex-end;
}

.flex-grid.justify-space-between {
  justify-content: space-between;
}

.flex-grid.bottom-divider {
  border-bottom: 1px solid #efeff0;
  justify-content: center;
  padding-bottom: 60px;
}

.flex-grid.bottom-divider.one_inv {
  border: 1px solid var(--white-smoke);
  background-color: #e7f2f7;
  border-radius: 0;
  padding-top: 27px;
}

.flex-grid.justify-center {
  justify-content: center;
}

.flex-grid.top-and-bottom-border {
  flex-wrap: wrap;
  place-content: stretch flex-start;
  margin-top: 15px;
  margin-bottom: 15px;
}

.flex-grid.justify-start {
  justify-content: flex-start;
  display: none;
}

.flex-grid.on-services {
  border-bottom: 1px solid #f4f5f9;
  justify-content: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.flex-grid.less-top-border {
  margin-top: 25px;
}

.flex-grid._90-percent {
  width: 90%;
}

.flex-grid._90-percent.left, .flex-grid.on-mobile {
  justify-content: flex-start;
}

.flex-grid.top-and-bottom-divider {
  border-top: 1px solid #efeff0;
  border-bottom: 1px solid #efeff0;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 40px;
}

.gallery-item {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 25%;
  min-height: 222px;
  display: flex;
}

.gallery-item._1 {
  background-image: url('../images/BNG.jpg');
  background-size: cover;
}

.gallery-item._1._42 {
  background-image: url('../images/Brown.jpg');
}

.gallery-item._1._6 {
  background-image: url('../images/Tales.jpg');
}

.gallery-item._1._41 {
  background-image: url('../images/White.jpg');
}

.gallery-item._1._92 {
  background-image: url('../images/biuro_6_thin.jpg');
}

.gallery-item._2 {
  background-image: url('../images/Kitchen.jpg');
  border-radius: 0;
  justify-content: center;
}

.gallery-item._3 {
  background-image: url('../images/BNG2.jpg');
  border-radius: 0;
}

.gallery-item._3._42, .gallery-item._3._6 {
  background-image: url('../images/Entrance.jpg');
}

.gallery-item._4 {
  background-image: url('../images/Archeion.jpg');
  background-size: cover;
  border-radius: 0;
}

.gallery-item._5 {
  border-top-right-radius: 0;
}

.gallery-item._6, .gallery-item._7 {
  border-radius: 0;
}

.pop-up-image-container {
  z-index: 1000;
  text-align: center;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.close-pop-up {
  z-index: 6;
  background-color: #12aaeb;
  background-image: url('../images/Close_2Close.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 3px;
  width: 35px;
  height: 35px;
  margin-top: 10px;
  margin-right: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.pop-up-image-2 {
  justify-content: center;
  align-items: center;
  max-width: 90vw;
  max-height: 90vh;
  display: none;
  position: relative;
  overflow: auto;
}

.pop-up-image-3 {
  max-width: 90%;
  max-height: 90%;
  display: none;
  position: relative;
  overflow: auto;
}

.pop-up-image-4 {
  max-width: 90vw;
  max-height: 90vh;
  display: none;
  position: relative;
  overflow: auto;
}

.slider {
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.slide {
  background-image: url('../images/BNG.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 680px;
  position: relative;
}

.slide._80-vh {
  background-image: url('../images/Logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.slide.hero-section-1 {
  background-image: url('../images/57752651251486d4703bd476_mm.jpg');
  justify-content: center;
  align-items: center;
  padding-top: 212px;
}

.slide.hero-section-2 {
  background-image: url('../images/photo-1446144525544-808f420174ec.jpg');
  padding-top: 212px;
}

.slide.hero-section-3 {
  background-image: linear-gradient(#00000042, #00000042), url('../images/LJ515CPAKI-1.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 212px;
}

.slide._2 {
  background-image: url('../images/BNG2.jpg');
  height: 500px;
}

.slide._42 {
  background-image: url('../images/Brown.jpg');
  height: 500px;
}

.slide._6 {
  background-image: url('../images/Tales.jpg');
}

.slide._41 {
  background-image: url('../images/White.jpg');
}

.slide._92 {
  background-image: url('../images/biuro_6_thin.jpg');
}

.slide-nav {
  font-size: 9px;
  display: block;
}

.slide-nav.hide {
  display: none;
}

.slide-2 {
  background-image: url('../images/Kitchen.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.slide-3 {
  background-image: url('../images/Entrance.jpg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.slide-4, .slide-5, .slide-6, .slide-7, .slide-8 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.left-arrow {
  opacity: .8;
  transition: opacity .3s;
}

.left-arrow:hover {
  opacity: 1;
}

.left-arrow.offset {
  color: #97a4b421;
  transition: color .2s;
  left: -10%;
}

.left-arrow.offset:hover {
  color: #97a4b459;
}

.right-arrow {
  opacity: .8;
  transition: opacity .3s;
}

.right-arrow:hover {
  opacity: 1;
}

.right-arrow.offset {
  color: #97a4b421;
  transition-property: color;
  right: -10%;
}

.right-arrow.offset:hover {
  color: #97a4b459;
}

.pop-up-image-5 {
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 90vw;
  max-height: 90vh;
  display: none;
  position: relative;
  overflow: auto;
}

.pop-up-image-1 {
  justify-content: center;
  align-items: center;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  position: relative;
  overflow: auto;
}

.map {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 60%;
  height: auto;
  margin-bottom: 25px;
}

.detail-box {
  border-bottom: 1px solid #f2f3f5;
  padding: 15px 10px 5px;
}

.checkmark-box {
  float: left;
  width: 2%;
  margin-top: 2px;
  margin-right: 5px;
  display: block;
}

.detail-text {
  float: left;
  width: 97%;
  display: block;
}

.for-sale-icon {
  width: 32%;
  margin-bottom: 8px;
}

.for-rent-icon, .sold-icon, .foreclosure {
  width: 32%;
  margin-bottom: 10px;
}

.tag {
  text-align: center;
  background-color: #fe5d3c;
  border-radius: 3px;
  min-width: 65px;
  max-width: 69px;
  padding: 7px 9px 5px;
}

.tag.sold {
  background-color: #ff2b42;
}

.tag.foreclosure {
  background-color: #ff2e5f;
  min-width: 88px;
  max-width: 88px;
}

.tag.agent {
  background-color: #01b630;
  min-width: 71px;
  max-width: 75px;
  margin-top: 10px;
  margin-right: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.tag.rented {
  background-color: #ff2b42;
  position: relative;
}

.tag.getting-ready {
  background-color: var(--deep-sky-blue);
  max-width: none;
  display: inline-block;
}

.tag.available {
  background-color: #30b864;
  border-radius: 3px;
  max-width: 110px;
}

.tag.pre-booked {
  background-color: var(--tomato);
  border-radius: 3px;
  max-width: 110px;
  display: none;
}

.agent-container {
  width: 41%;
  display: inline-block;
}

.contact-form.on-property-page {
  z-index: 50;
  float: right;
  width: 59%;
  padding-top: 15px;
  padding-left: 20px;
  display: inline-block;
  position: relative;
}

.agent-picture {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 6px solid #f4f4f4;
  width: 100%;
  height: 300px;
  margin-bottom: 15px;
  position: relative;
}

.agent-picture._30-percent {
  width: 33%;
  height: auto;
  min-height: 250px;
  margin-bottom: 0;
  margin-right: 15px;
  display: inline-block;
}

.contact-details {
  border: 2px solid #f4f5f9;
  width: 100%;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.contact-details._70-percent {
  float: right;
  width: 70%;
  padding-top: 0;
  display: inline-block;
}

.agents-short-message {
  margin-bottom: 15px;
  display: block;
}

.contact-item {
  border-bottom: 1px solid #f4f5f9;
  justify-content: flex-start;
  align-items: center;
  padding: 17px 10px;
  text-decoration: none;
  display: flex;
}

.contact-item.no-bottom-border {
  border-bottom-style: none;
  display: block;
}

.contact-item.top-border {
  border-top: 1px solid #f2f3f5;
  border-bottom-color: #f2f3f5;
  margin-top: 5px;
}

.contact-item.no-side-border {
  margin-left: 0;
  margin-right: 0;
}

.contact-item.no-bottom-border-add-border {
  border-bottom-style: none;
  margin-bottom: 5px;
}

.contact-icon {
  width: 5%;
  margin-right: 15px;
  padding-top: 2px;
}

.contact-icon.large {
  width: 6.3%;
}

.contact-icon.small {
  width: 18px;
}

.paragraph.on-contact-details {
  display: inline-block;
  position: relative;
  top: 5px;
}

.paragraph.small {
  font-size: 12.8px;
  line-height: 12px;
}

.paragraph.white {
  color: #fff;
}

.paragraph.montserrat {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 12px;
}

.paragraph.big {
  font-size: 15px;
  line-height: 23px;
}

.paragraph.medium {
  font-size: 15.5px;
  line-height: 26px;
}

.mini-arrow {
  width: 4px;
  margin-left: 2px;
  position: relative;
  top: 1px;
}

.property-code-tag {
  color: #97a4b4;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 8.5px;
  line-height: 12px;
  display: inline-block;
}

.property-code-box {
  background-color: #f4f4f4;
  border-radius: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 3px 10px 5px;
  display: inline-block;
}

.text-field {
  color: #97a4b4;
  border: 2px solid #efeff0;
  border-radius: 3px;
  height: 50px;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  line-height: 20px;
  transition: border-color .35s;
}

.text-field:hover, .text-field:focus {
  border-color: #c8d4e2;
}

.text-field.name {
  background-image: url('../images/User_1User.png');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 15px;
  border-right-width: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 49%;
  padding-left: 42px;
  display: inline-block;
}

.text-field.name:hover {
  border-right-width: 2px;
}

.text-field.name:focus {
  border-right-width: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.text-field.name.mini {
  border-right-style: solid;
  width: 100%;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-field.last-name {
  float: right;
  border-left-width: 2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 49.5%;
  padding-left: 20px;
  display: inline-block;
  position: relative;
  left: -2px;
}

.text-field.last-name:hover, .text-field.last-name:focus {
  border-left-width: 2px;
}

.text-field.email {
  background-image: url('../images/Email_1Email.png');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 42px;
}

.text-field.email.mini {
  height: 40px;
  margin-bottom: 10px;
}

.text-field.phone {
  background-image: url('../images/Cellphone_1Cellphone.png');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 42px;
  transition: all .2s;
}

.text-field.property-code {
  background-image: url('../images/576429b78c5f55a428ed3ef3_House-icon-1.png');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: 23px;
  padding-left: 42px;
  font-family: Open Sans, sans-serif;
}

.text-field.property-code.mini {
  background-image: url('../images/Phone_1Phone.png');
  background-position: 15px;
  background-size: 16px;
  height: 40px;
  margin-bottom: 10px;
}

.text-field.email-on-newsletter {
  background-image: url('../images/Email_1Email.png');
  background-position: 14px;
  background-repeat: no-repeat;
  background-size: 15px;
  border-left: 1px solid #efeff0;
  border-right-style: none;
  border-right-color: #efeff0;
  border-radius: 0;
  width: 35%;
  padding-left: 42px;
  display: inline-block;
}

.text-field.email-on-newsletter:hover, .text-field.email-on-newsletter:focus {
  background-position: 13px;
  border-left-width: 2px;
  border-left-color: #c8d4e2;
  padding-left: 41px;
}

.text-field.name-on-newsletter {
  background-image: url('../images/User_1User.png');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 15px;
  border-width: 2px 1px 2px 2px;
  border-color: #efeff0;
  border-right-style: solid;
  border-radius: 3px 0 0 3px;
  width: 35%;
  padding-left: 42px;
  display: inline-block;
}

.text-field.name-on-newsletter:hover, .text-field.name-on-newsletter:focus {
  border-color: #c8d4e2;
  border-right-width: 2px;
}

.form-wrapper {
  margin-top: 15px;
  position: relative;
}

.submit-button {
  background-color: var(--deep-sky-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 8.5px;
  line-height: 12px;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: #19a0e1;
}

.submit-button.on-newsletter {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 29%;
  height: 50px;
  display: inline-block;
  position: relative;
  top: -8px;
}

.submit-button.on-blog {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 29%;
  height: 50px;
  position: relative;
  top: -9px;
}

.select-field {
  color: #aeaeae;
  border: 1px solid #f4f5f9;
  border-radius: 3px;
  height: 40px;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

.text-area {
  color: #97a4b4;
  background-image: url('../images/Keyboard_1Keyboard.png');
  background-position: 15px 14%;
  background-repeat: no-repeat;
  background-size: 17px;
  border: 2px solid #f4f5f9;
  border-radius: 3px;
  min-height: 133px;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-left: 42px;
  font-size: 13px;
  line-height: 20px;
  transition: border-color .2s;
}

.text-area:hover, .text-area:focus {
  border-color: #c8d4e2;
}

.text-area.mini {
  color: #97a4b4;
  background-position: 16px 17px;
  min-height: 100px;
  margin-bottom: 10px;
}

.rented-icon {
  width: 25%;
  margin-bottom: 10px;
}

.link-box {
  border-bottom: 1px solid #efeff0;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 7px;
  padding-left: 10px;
  text-decoration: none;
}

.link-box.to-a-section {
  padding-bottom: 15px;
}

.arrows {
  color: #01b630;
  margin-left: 3px;
  margin-right: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 8.5px;
  line-height: 12px;
  display: inline-block;
  position: relative;
  top: -1px;
}

.arrows.hidden {
  display: none;
}

.link-to-section-container {
  margin-top: 5px;
}

.flex-item {
  width: 50%;
}

.flex-item.feature {
  background-color: #fff;
  border: 2px solid #f3f3f3;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32.5%;
  min-height: 165px;
  padding-top: 18px;
  padding-bottom: 0;
  transition: background-color .2s;
  display: flex;
}

.flex-item.feature:hover, .flex-item.feature.w--current {
  background-color: #f9f9f9;
}

.flex-item.feature.right-border {
  margin-right: 10px;
}

.flex-item.feature._25-percent {
  width: 24%;
}

.flex-item.feature._25-percent.w--current {
  background-color: #f9f9f9;
}

.flex-item.quantity {
  background-color: #fff;
  border: 2px solid #f3f3f3;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32%;
  max-width: 150px;
  min-height: 100px;
  margin-right: 10px;
  padding-top: 15px;
  padding-bottom: 0;
  transition: background-color .2s;
  display: flex;
}

.flex-item.quantity:hover, .flex-item.quantity.w--current {
  background-color: #f9f9f9;
}

.flex-item.price-option {
  background-color: #fff;
  border: 2px solid #f3f3f3;
  border-radius: 3px;
  width: auto;
  max-height: 40px;
  margin-right: 6px;
  padding-top: 9px;
  padding-bottom: 0;
  padding-right: 15px;
}

.flex-item.price-option.w--current {
  background-color: #f9f9f9;
  padding-left: 40px;
}

.flex-item.price-option.highest {
  background-image: url('../images/Arrow-up_1Arrow-up.png');
  background-position: 13px;
  background-repeat: no-repeat;
  background-size: 8px;
  transition: background-color .2s;
}

.flex-item.price-option.highest:hover {
  background-color: #f9f9f9;
}

.flex-item.price-option.highest.w--current {
  padding-left: 30px;
}

.flex-item.price-option.lowest {
  background-image: url('../images/Arrow-down_1Arrow-down.png');
  background-position: 13px;
  background-repeat: no-repeat;
  background-size: 8px;
}

.flex-item.price-option.lowest.w--current {
  padding-left: 30px;
}

.flex-item.property-type {
  background-color: #fff;
  border: 2px solid #f3f3f3;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 23%;
  max-width: 140px;
  margin-right: 8px;
  padding-top: 20px;
  display: flex;
}

.flex-item.property-type.w--current {
  background-color: #f9f9f9;
}

.flex-item.latest-featured {
  border-bottom: 1px solid #f4f5f9;
  width: 100%;
  margin-bottom: 17px;
  padding-bottom: 17px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.comma {
  color: #97a4b4;
  text-transform: uppercase;
  margin-right: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 8.5px;
  line-height: 12px;
  display: inline-block;
}

.comma.white {
  color: #fff;
}

.location-title-box {
  width: 100%;
  height: 16px;
  margin-bottom: 7px;
}

.description-text-box {
  margin-top: 10px;
}

.asking-price-text-box {
  margin-top: 5px;
}

.asking-price-text-box.top-and-bottom-border {
  margin-top: 13px;
  margin-bottom: 20px;
}

.asking-price-text-box.bottom-border {
  margin-bottom: 10px;
}

.button {
  text-align: center;
  background-color: #12aaeb;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  margin-top: 0;
  padding-top: 9px;
  text-decoration: none;
  transition: background-color .2s;
  display: block;
}

.button:hover {
  background-color: #19a0e1;
}

.empty-state {
  color: #97a4b4;
  text-align: center;
  background-color: #f9f9f9;
  background-image: url('../images/House2-icon_1House2-icon.png');
  background-position: 50% 18px;
  background-repeat: no-repeat;
  background-size: 39px;
  padding-top: 60px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

.empty-state.on-slide {
  background-color: #f3f3f3;
  background-position: 50%;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 680px;
  padding-top: 367px;
  display: block;
  position: relative;
  inset: 0;
}

.title-link-box {
  text-decoration: none;
}

.title-link-box.block {
  margin-top: 5px;
  display: block;
}

.title-link-box.block:hover {
  text-decoration: underline;
}

.title-link-box.top-border {
  margin-top: 5px;
  display: block;
}

.header-section {
  background-image: url('../images/57752651251486d4703bd476_mm.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  width: 100%;
  min-height: 250px;
  padding-top: 125px;
  padding-bottom: 30px;
  display: block;
  position: relative;
  overflow: hidden;
}

.header-section.contact-us {
  background-image: linear-gradient(#00000021, #00000021), url('../images/plac-matejki.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-section.services {
  background-image: linear-gradient(#00000021, #00000021), url('../images/photo-1461418126083-a84e9ca935de-1.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 410px;
  padding-top: 240px;
}

.header-section.large {
  min-height: 410px;
  padding-top: 240px;
}

.header-section.about-us {
  background-image: linear-gradient(#00000021, #00000021), url('../images/photo-1445437303333-50e823122ca6.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 410px;
  padding-top: 240px;
}

.header-section.dark {
  background-image: linear-gradient(#0000002b, #0000002b), url('../images/DSC02493.JPG');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-section.dark.darker {
  background-image: url('../images/20191028_124652.jpg'), linear-gradient(#00000057, #00000057);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  min-height: 350px;
}

.header-section.dark.darker.mod {
  padding-top: 0;
  padding-bottom: 0;
}

.header-section.dark.darker.other {
  background-image: linear-gradient(#00000070, #00000070), url('../images/plac-matejki.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 250px;
  max-height: 250px;
  padding-top: 72px;
}

.header-section.cennik {
  background-image: linear-gradient(#00000087, #00000087), url('../images/DSC_9543male2048.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 200px;
  max-height: 200px;
  padding-top: 50px;
}

.header-section.sale-spotkan {
  background-image: linear-gradient(#00000059, #00000059), url('../images/meetingrp.jpg');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 300px;
  max-height: 300px;
  padding-top: 50px;
}

.header-section.coworking {
  background-image: linear-gradient(#00000087, #00000087), url('../images/coworking.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 200px;
  max-height: 200px;
  padding-top: 50px;
}

.heading-1.big {
  color: #fff;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 49px;
}

.heading-1.on-main-hero {
  color: #fff;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  font-weight: 800;
  line-height: 55px;
  display: inline-block;
}

.heading-1.bold {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.underline {
  background-color: var(--deep-sky-blue);
  border-radius: 3px;
  width: 100px;
  height: 4px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.underline.less-bottom-border {
  margin-bottom: 10px;
}

.underline.big {
  width: 140px;
  height: 6px;
  display: inline-block;
}

.underline.inline-block {
  display: inline-block;
}

.location-link-box {
  opacity: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 290px;
  margin-bottom: 10px;
  transition: opacity .2s ease-in;
  display: block;
  position: relative;
  overflow: hidden;
}

.location-text-box {
  margin-bottom: 15px;
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.horizontal-box {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 40%;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.horizontal-box._70-percent {
  background-color: #fff;
  border-radius: 0 3px 3px 0;
  width: 60%;
  height: auto;
  margin-bottom: 0;
  padding: 15px 20px 5px;
}

.horizontal-flex-container {
  flex-direction: column;
  display: flex;
}

.horizontal-flex {
  margin-bottom: 20px;
  margin-right: 10px;
  display: flex;
  box-shadow: 3px 2px 4px #0000003d;
}

.horizontal-flex.hide {
  display: none;
}

.horizontal-image {
  background-image: url('../images/Brown.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: absolute;
  inset: 0;
}

.horizontal-image._2 {
  background-image: url('../images/White.jpg');
}

.horizontal-image._3 {
  background-image: url('../images/BNG.jpg');
}

.horizontal-image._6 {
  background-image: url('../images/Tales.jpg');
  background-size: 500px;
}

.horizontal-image._9 {
  background-image: url('../images/biuro_6_thin.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.horizontal-image.mini {
  background-image: url('../images/BNG2.jpg');
  background-position: 50%;
  background-size: cover;
}

.overlay {
  background-image: linear-gradient(#fff0 25%, #0009);
  display: block;
  position: absolute;
  inset: 0;
}

.overlay.darker {
  background-image: linear-gradient(#fff0 47%, #000000f2);
}

.overlay.soft {
  background-image: linear-gradient(#fff0 47%, #00000040);
}

.tab-link {
  text-align: center;
  background-color: #afbccd;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  min-width: 160px;
  margin-right: 6px;
  padding: 13px 35px;
}

.tab-link.w--current {
  text-align: center;
  background-color: #12aaeb;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.tabs-content {
  background-color: #fff;
  border-top: 1px solid #efeff0;
}

.feature-icon {
  max-width: 50px;
  margin-bottom: 10px;
}

.feature-icon.top-border {
  margin-top: 10px;
}

.quantity-number {
  color: #97a4b4;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  line-height: 29px;
}

.tab-pane {
  margin-top: 25px;
}

.tab-pane.less-top-border {
  margin-top: 20px;
}

.brand {
  justify-content: center;
  align-items: center;
  height: 75px;
  margin-right: 10px;
  padding-top: 6px;
  transition: opacity .2s;
  display: flex;
}

.brand:hover {
  opacity: .7;
}

.brand.w--current {
  padding-top: 4px;
}

.brand.centered {
  margin-bottom: 10px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-top: 1px solid #f2f3f5;
  border-bottom: 1px solid #f2f3f5;
}

.dropdown-toggle {
  color: #597a96;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 76px;
  padding: 33px 30px 0;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 700;
  display: none;
}

.nav-link {
  float: left;
  color: #597a96;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: auto;
  height: 76px;
  padding-top: 33px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.nav-link:hover {
  border-bottom: 3px solid #12aaeb;
}

.nav-link.w--current {
  color: #97a4b4;
}

.nav-menu {
  z-index: 50000;
  float: right;
}

.top-of-navbar {
  z-index: 20;
  border-top: 3px solid var(--deep-sky-blue);
  background-color: #fff;
  width: 100%;
  height: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: fixed;
  box-shadow: 0 1px 5px #00000082;
}

.scroll-down-button {
  z-index: 30;
  background-color: var(--deep-sky-blue);
  cursor: pointer;
  background-image: url('../images/Scroll-down-icon_1Scroll-down-icon.png');
  background-position: 50% 56%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 44px;
  height: 36px;
  transition: background-color .3s;
  position: absolute;
  bottom: 0;
  right: 0;
}

.scroll-down-button:hover {
  background-color: #12aaebd9;
}

.scroll-down-button.w--current {
  background-position: 50% 56%;
}

.full-overlay {
  z-index: 10;
  background-image: linear-gradient(#0000 58%, #000000b3);
  display: block;
  position: absolute;
  inset: 0;
}

.social-icons-container {
  justify-content: flex-end;
  width: 200px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.social-icons-container.on-footer {
  width: auto;
  min-width: 200px;
}

.navbar-container {
  position: relative;
}

.social-icon-box {
  align-self: center;
  margin-right: 16px;
  transition: opacity .2s;
}

.social-icon-box:hover {
  opacity: .7;
}

.top-of-menu-bar {
  text-align: right;
  flex-wrap: wrap;
  padding-top: 12px;
  padding-bottom: 10px;
  position: relative;
}

.top-of-menu-bar.flex {
  justify-content: center;
  align-items: center;
  padding-top: 17px;
  padding-bottom: 17px;
  display: flex;
}

.top-of-menu-item {
  text-align: right;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: inline-block;
}

.top-of-menu-item.absolute {
  margin-top: 15px;
  position: absolute;
  top: 0;
  right: 0;
}

.top-of-menu-item.centered {
  text-align: center;
  margin-top: 15px;
  position: relative;
}

.top-menu-text-box {
  border-right: 1px solid #efeff0;
  margin-right: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: inline-block;
}

.top-menu-text-box.no-right-border {
  border-left: 1px solid #efeff0;
  border-right-style: none;
  margin-right: 4px;
  padding-left: 15px;
}

.top-menu-text-box.no-right-border.number {
  border-left-style: none;
}

.top-menu-text {
  color: #97a4b4;
  letter-spacing: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  text-decoration: none;
}

.top-menu-text.engliish {
  margin-left: 10px;
  padding-left: 10px;
}

.navbar-1 {
  height: 140px;
}

.overview-flex-blue-item {
  align-self: center;
  padding-top: 11px;
  padding-left: 30px;
  padding-right: 20px;
  display: flex;
}

.overview-flex-blue-item.apartment {
  background-image: url('../images/Building-blue-icon_2Building-blue-icon.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 16px;
}

.overview-flex-blue-item.bedrooms {
  background-image: url('../images/Bedroom-blue_1Bedroom-blue.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 32px;
  padding-left: 45px;
}

.overview-flex-blue-item.bathroom {
  background-image: url('../images/Bathroom-blue_1Bathroom-blue.png');
  background-position: -6px;
  background-repeat: no-repeat;
  background-size: 35px;
  padding-left: 32px;
}

.overview-flex-blue-item.square-feet {
  background-image: url('../images/Square-feet-blue_1Square-feet-blue.png');
  background-position: -6px;
  background-repeat: no-repeat;
  background-size: 35px;
  padding-left: 39px;
}

.overview-flex-blue-item.land {
  background-image: url('../images/Land-blue_1Land-blue.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 26px;
  padding-left: 40px;
}

.overview-flex-blue-item.office {
  background-image: url('../images/Office-blue_1Office-blue.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 35px;
}

.overview-flex-blue-item.house {
  background-image: url('../images/House-blue_1House-blue.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 35px;
}

.overview-flex-blue-item.parking-spaces {
  background-image: url('../images/Parking-blue_1Parking-blue.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 35px;
}

.fixed-contact-form-container {
  z-index: 80;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.fixed-contact-form-wrapper {
  position: relative;
}

.fixed-contact-form-box {
  width: 280px;
  margin-right: 5%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.fixed-contact-form-tab {
  background-color: var(--deep-sky-blue);
  cursor: pointer;
  background-image: url('../images/Email-green-dot_1Email-green-dot.png');
  background-position: 19px;
  background-repeat: no-repeat;
  background-size: 18px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-top: 5px;
  padding-left: 45px;
  padding-right: 60px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.fixed-contact-form-tab:hover {
  background-color: #12a3e1;
}

.fixed-contact-form-arrow {
  background-color: var(--deep-sky-blue);
  border-top-right-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 50px;
  padding-top: 2px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.fixed-contact-form-body {
  background-color: #fff;
  border-left: 1px solid #edeef2;
  border-right: 1px solid #edeef2;
  flex-wrap: nowrap;
  padding: 15px 15px 5px;
}

.support-girl {
  background-color: #ccc;
  background-image: url('../images/andrzej_biura.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 45px;
  border: 3px solid #efefef;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: relative;
  top: 2px;
}

.fixed-contact-form-column._20-percent {
  width: 20%;
  margin-right: 4%;
  display: inline-block;
}

.fixed-contact-form-column.floated-right {
  float: right;
  width: 75%;
  position: relative;
  top: -2px;
}

.fixed-contact-form-text {
  margin-top: 3px;
  font-family: Open Sans, sans-serif;
  font-size: 11.8px;
  font-weight: 400;
  line-height: 15px;
  position: relative;
}

.footer-column {
  width: 21.5%;
}

.footer-column._40-percent {
  width: 32%;
  margin-right: 20px;
}

.title-box {
  margin-bottom: 15px;
}

.title-box.less-bottom-border {
  margin-bottom: 5px;
}

.title-box.top-border {
  margin-top: 15px;
}

.title-box.on-side-menu {
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  padding-bottom: 10px;
  position: relative;
}

.footer-link {
  color: #97a4b4;
  cursor: pointer;
  width: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14.5px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer {
  background-color: #fff;
  padding-top: 50px;
  overflow: hidden;
}

.credits-section {
  border-top: 1px solid #edeef2;
  margin-top: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.credits-wrapper {
  position: relative;
}

.credits-container {
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}

.credits-link-box {
  border-right: 1px solid #edeef2;
  height: 19px;
  margin-right: 13px;
  padding-right: 13px;
  display: inline-block;
}

.navbar-wrapper {
  width: 100%;
  overflow: hidden;
}

.hero-section {
  background-image: url('../images/57752651251486d4703bd476_mm.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 680px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.flex-centered {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section.cta {
  background-image: linear-gradient(#05060840, #05060840), url('../images/plac-matejki.jpg');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 550px;
  display: flex;
}

.main-hero-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main-hero-subtitle-text {
  color: #fff;
  margin-bottom: 25px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 25px;
  display: block;
}

.content-section {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.content-section.gray {
  background-color: #f8f8f8;
}

.content-section.no-top-padding {
  padding-top: 0;
}

.content-section.no-top-padding._1, .content-section._2 {
  display: block;
}

.content-section.grey {
  background-color: #f0f0f0;
  margin-bottom: 60px;
}

.content-section.hide {
  display: none;
}

.header-box {
  text-align: center;
  width: 70%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-box.price_list {
  margin-top: 55px;
}

.vertical-flex-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 100%;
  min-height: 240px;
  display: block;
  position: relative;
}

.vertical-flex-box {
  flex-direction: column;
  width: 100%;
  padding: 15px 15px 18px;
  display: flex;
}

.vertical-flex-box.gray {
  background-color: #f9f9f9;
}

.team-member-pic {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 100%;
  height: 250px;
  display: block;
  position: relative;
}

.short-box-message {
  margin-bottom: 10px;
}

.special-section {
  background-color: #f9f9f9;
  margin-top: 35px;
  position: relative;
}

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

.special-container {
  min-height: 230px;
  position: relative;
}

.girl {
  width: 33%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.special-box {
  float: right;
  width: 67%;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.special-title-box {
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  padding-bottom: 3px;
  position: relative;
}

.divider-line {
  background-color: #ededed;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.form.on-newsletter {
  margin-top: 20px;
}

.special-divider {
  background-color: #c8d4e2;
  width: 2px;
  height: 50px;
  display: none;
  position: relative;
  top: 13px;
}

.heading-2.white {
  color: #fff;
}

.mini-title-box {
  margin-bottom: 10px;
}

.mini-title-box.less-bottom-padding {
  margin-bottom: 5px;
}

.feature-column {
  float: left;
  width: 81%;
}

.feature-column._20-percent {
  text-align: center;
  width: 15%;
  min-width: 40px;
  margin-right: 15px;
}

.item-box {
  border-bottom: 1px solid #fff;
  flex-direction: row;
  align-items: flex-start;
  padding-top: 9px;
  padding-bottom: 3px;
  padding-left: 10px;
  display: flex;
  position: relative;
}

.item-box.bottom-border {
  margin-bottom: 35px;
}

.item-box.top-border {
  margin-top: 15px;
}

.checkmark-blue {
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.testimonial-pic {
  border: 3px solid #e9e9e9;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  margin-bottom: 10px;
  display: inline-block;
}

.testimonial-pic._1 {
  background-image: url('../images/568879c0777706bd2a8a02c3_Girl-5-copia.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90px;
  border-width: 4px;
}

.testimonial-pic._2 {
  background-image: url('../images/568844dc233e3b583380d865_Guy-4-copia.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-pic._3 {
  background-image: url('../images/56887b01777706bd2a8a041c_Girl-3-copia.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-pic._4 {
  background-image: url('../images/56887abe210f4cfc16046c21_Guy-2-copia.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-pic._5 {
  background-image: url('../images/56915bb8fd0ff48f100da2f5_Girl-2-copia.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-pic._6 {
  background-image: url('../images/568871e9172915f316724a62_Guy-6-copia.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonials-slider {
  background-color: #0000;
  height: auto;
  margin-bottom: 25px;
}

.testimonial-slide {
  text-align: center;
  width: 33.5%;
  height: auto;
}

.scroll-down-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.blog-grid-box {
  width: 49%;
}

.blog-grid-box._100-percent {
  width: 100%;
}

.blog-flex {
  display: flex;
}

.blog-flex.bottom-border {
  margin-top: 5px;
  margin-bottom: 50px;
}

.post-thumbnail {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 195px;
  display: block;
  position: relative;
}

.blog-preview-box {
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 10px 15px 20px 10px;
}

.post-summary-box {
  margin-top: 10px;
}

.link-underline {
  color: #12aaeb;
  border-bottom: 1px solid #12aaeb;
  padding-bottom: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  text-decoration: none;
  display: inline-block;
}

.link-underline.dark-blue {
  color: #597a96;
  border-bottom-style: none;
}

.link-underline.dark-blue:hover {
  text-decoration: underline;
}

.date-container {
  flex-direction: column;
  margin-top: 10px;
  margin-right: 10px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.date-box {
  background-color: #12aaeb;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 24px;
  display: flex;
}

.date-box.top {
  background-color: #12aaebd9;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  line-height: 12px;
  display: flex;
}

.date-box.bottom {
  background-color: #12aaebd9;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.date-text {
  color: #fff;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  line-height: 12px;
}

.featured-post-flex {
  width: 56%;
  margin-right: 20px;
}

.featured-post-flex._45-percent {
  width: 45%;
  margin-right: 0;
}

.featured-image-box {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 100%;
  height: 290px;
  display: block;
  position: relative;
}

.featured-preview-text-box {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 10px;
}

.latest-featured {
  width: 100%;
}

.latest-featured-item {
  width: 78%;
  padding-left: 10px;
  padding-right: 10px;
}

.latest-featured-item._20-percent {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.go-up-container {
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 40px;
  margin-bottom: 50px;
  position: relative;
}

.go-up-box {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 40px;
  padding-right: 30px;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.go-up-text {
  color: #97a4b4;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  line-height: 12px;
  text-decoration: none;
}

.intro-image {
  background-image: url('../images/photodune-15470227-explaining-details-s-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  height: 180px;
  position: relative;
}

.intro-image._3 {
  background-image: url('../images/photodune-10992024-deal-s-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.intro-image._2 {
  background-image: url('../images/photodune-10992129-presenting-new-flat-s-1.jpg');
  background-size: cover;
}

.intro-image.about-us {
  background-image: url('../images/photodune-15470227-explaining-details-s-1.jpg');
  height: 230px;
}

.intro-text-box {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px 15px 15px;
}

.intro-text-box.inner-padding {
  background-color: #f7f8fa;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-top: 15px;
  padding-bottom: 10px;
}

.mini-white-icon {
  margin-top: 15px;
  margin-right: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.corner {
  opacity: .85;
  position: absolute;
  top: 0;
  right: 0;
}

._50-percent {
  width: 48%;
  padding-right: 30px;
  position: relative;
}

._50-percent.right-padding {
  padding-right: 15px;
}

._50-percent.centered {
  text-align: center;
  background-image: url('../images/kuchnia.jpg');
  background-position: 50%;
  background-size: cover;
  margin-right: 30px;
}

._50-percent.centered.one_invoice {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

._50-percent.one_invoice_only {
  width: 70%;
}

._33-percent-special {
  text-align: center;
  flex: 1;
  align-self: stretch;
  width: 30%;
  padding: 20px 25px;
}

._33-percent-special._1 {
  border-top: 2px solid #efeff0;
  border-bottom: 2px solid #efeff0;
  border-left: 2px solid #efeff0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

._33-percent-special._2 {
  border: 2px solid #f2f3f5;
  border-bottom-color: #efeff0;
}

._33-percent-special._3 {
  border-top: 2px solid #efeff0;
  border-bottom: 2px solid #efeff0;
  border-right: 2px solid #efeff0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.post-image-container {
  background-color: #fff;
  background-image: url('../images/White.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 450px;
  margin-top: 30px;
  position: relative;
}

.post-header {
  border-bottom: 1px solid #f2f3f5;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.final-dots {
  text-align: center;
}

.final-dots-text {
  color: #12aaeb;
  letter-spacing: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
}

.related-post {
  margin-top: 50px;
  margin-bottom: 20px;
}

.intro-header-box {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.container {
  position: relative;
}

.container.white {
  background-color: #fff;
}

.container.flex {
  justify-content: flex-end;
  display: flex;
}

.agents-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.hidden-box-1 {
  background-color: #fff;
}

.hide-show-box {
  width: 40px;
  height: 40px;
  padding-top: 16px;
  position: absolute;
  top: 0;
  right: 0;
}

.vertical-line {
  color: #597a96;
  background-color: #97a4b4;
  width: 15px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: -7px;
}

.horizontal-line {
  background-color: #97a4b4;
  width: 15px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: -8px;
}

.post-preview-box {
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 32%;
  margin-bottom: 20px;
}

.post-preview-box.gray {
  background-color: #f9f9f9;
}

.post-preview-box._50-percent-on-post-preview {
  width: 49%;
}

.post-preview-text-box {
  padding: 10px 15px 20px;
}

.intro-box {
  background-color: #f6f6f6;
  width: 32.5%;
}

.flex-main-features {
  border: 2px solid #efeff0;
  border-radius: 5px;
  width: 49%;
  margin-bottom: 20px;
  padding: 15px 20px;
  display: flex;
}

.location-preview {
  width: 32.5%;
}

.vertical-item {
  background-color: #f6f6f6;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 49%;
  margin-bottom: 20px;
}

.main-features {
  text-align: center;
  border: 2px solid #efeff0;
  border-color: #efeff0 #f2f3f5;
  border-radius: 5px;
  width: 31.9%;
  padding: 30px 23px 25px;
}

.testimonial-item {
  text-align: center;
  background-color: #fff;
  border: 2px solid #f2f3f5;
  border-radius: 5px;
  width: 95%;
  padding: 20px 30px;
  display: inline-block;
}

.our-team-item {
  width: 32.5%;
}

.our-team-item._50-percent {
  padding-right: 0;
}

.our-team-text-box {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 14px 15px;
}

.overview-mini-item {
  border-right: 1px solid #edeef2;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 24%;
  height: 25px;
  padding-top: 6px;
  padding-left: 10px;
  display: flex;
}

.overview-mini-item.no-left-padding {
  width: 24%;
  padding-left: 0;
}

.overview-mini-item.no-right-divider {
  border-right-style: none;
}

.overview-mini-item.large {
  width: 26%;
  padding-right: 10px;
}

.overview-mini-item._2 {
  width: 40%;
}

.flex-mini-item {
  border-right: 1px solid #edeef2;
  flex: 1;
  align-items: center;
  width: 33%;
  height: 25px;
  padding-top: 7px;
  padding-left: 10px;
  display: flex;
}

.flex-mini-item.no-left-padding {
  flex: 0 auto;
  padding-left: 0;
}

.flex-mini-item.no-right-divider {
  border-right-style: none;
}

.contact-us-flex {
  flex-wrap: wrap;
  display: flex;
}

.contact-us-box {
  background-color: #fff;
  border-radius: 3px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 25px 20px;
  display: block;
}

.services-box {
  width: auto;
  padding-left: 20px;
}

.service-image-box {
  border-radius: 3px;
  width: 40%;
  height: 200px;
  position: relative;
}

.service-image-box._2 {
  background-image: url('../images/photodune-15470227-explaining-details-s-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.service-image-box._1 {
  background-image: url('../images/Rent_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: auto;
  height: 40px;
  position: relative;
}

.service-image-box._3 {
  background-image: url('../images/photodune-10992024-deal-s-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-image-box._11 {
  background-image: url('../images/Apartment-medium-icon_1Apartment-medium-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: auto;
  height: 40px;
  position: relative;
}

.service-image-box._12 {
  background-image: url('../images/Bedroom-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  width: auto;
  height: 40px;
  position: relative;
}

.service-image-box._13 {
  background-image: url('../images/desk2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  width: auto;
  height: 40px;
  position: relative;
}

.service-image-box._14 {
  background-image: url('../images/576429b78c5f55a428ed3ef3_House-icon-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  width: auto;
  height: 40px;
  position: relative;
}

.service-image-box._13-copy {
  background-image: url('../images/Keyboard_1Keyboard.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  width: auto;
  height: 40px;
  position: relative;
}

.contact-us-special {
  text-align: center;
  background-color: #f9f9f9;
  border-radius: 5px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.contact-us-special.top-border {
  margin-top: 20px;
}

.button-rounded {
  background-color: var(--deep-sky-blue);
  width: auto;
  min-width: 150px;
  height: 45px;
  color: var(--deep-sky-blue);
  text-align: center;
  border-radius: 35px;
  padding-top: 13px;
  padding-left: 25px;
  padding-right: 25px;
  transition: background-color .2s;
}

.button-rounded:hover {
  background-color: #19a0e1;
}

.button-rounded.top-border {
  margin-top: 15px;
}

.about-us-box {
  width: 70%;
  margin-bottom: 30px;
}

.about-us-box._30-percent {
  width: 30%;
  padding-left: 20px;
}

.about-us-image {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-bottom: 10px;
  position: relative;
}

.about-us-text-box {
  position: relative;
}

.side-menu-container {
  background-color: #fff;
  border-right: 1px solid #f2f3f5;
  flex-direction: column;
  justify-content: flex-start;
  width: auto;
  min-width: 20%;
  max-width: 360px;
  padding-top: 2%;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.side-menu-tabs {
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
  width: 100%;
  display: block;
}

.side-menu-tabs:hover {
  background-color: #f6f6f6;
}

.side-menu-tabs.w--current {
  background-color: #f9f9f9;
  left: 1px;
}

.side-menu-tabs.location.w--current {
  background-color: #f9f9f9;
  background-position: 28px 38%;
  padding-left: 59px;
}

.side-menu-tabs.top-divider {
  border-top: 1px solid #f0f0f0;
}

.side-menu-box-link {
  color: #97a4b4;
  border-bottom: 1px solid #fff;
  width: 100%;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 10px;
  text-decoration: none;
  position: relative;
}

.side-menu-box-link:hover {
  color: #97a4b4;
  text-decoration: underline;
}

.side-menu-box-link.on-inner-pages {
  border-bottom-color: #efeff0;
}

.side-menu-box {
  margin-bottom: 25px;
}

.dropdown-toggle-on-side-menu {
  width: 100%;
  padding-top: 26px;
  padding-bottom: 15px;
  padding-left: 60px;
}

.dropdown-toggle-on-side-menu:hover {
  padding-left: 60px;
}

.dropdown-toggle-on-side-menu.w--open {
  border-right: 1px solid #f9f9f9;
}

.dropdown-toggle-on-side-menu.apartment {
  background-image: url('../images/Building-blue-icon_1Building-blue-icon.png');
  background-position: 15px 51%;
  background-repeat: no-repeat;
  background-size: 45px;
}

.dropdown-toggle-on-side-menu.house {
  background-image: url('../images/House-blue_1House-blue.png');
  background-position: 26px;
  background-repeat: no-repeat;
  background-size: 20px;
}

.dropdown-toggle-on-side-menu.location {
  background-image: url('../images/Pin-blue_1Pin-blue.png');
  background-position: 31px 45%;
  background-repeat: no-repeat;
  background-size: 15px;
}

.dropdown-list-on-side-menu.w--open {
  z-index: 500;
  background-color: #f6f6f6;
  border-right: 1px solid #f2f3f5;
  width: 150px;
  height: 104vh;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: -255px 100% -260px;
}

.dropdown-list-on-side-menu.property-type.w--open {
  background-color: #f6f6f6;
  height: 104vh;
  top: -347px;
}

.dropdown-list-on-side-menu.location.w--open {
  height: 104vh;
  top: -439px;
  left: 100%;
  overflow: auto;
}

.side-menu-arrow {
  color: #01b630;
  transform: rotate(-90deg);
}

.side-menu-header {
  text-align: center;
  margin-bottom: 50px;
  padding-left: 28px;
  padding-right: 28px;
}

.easy-finder-icon {
  margin-bottom: 15px;
}

.special-dropdown-list.w--open {
  height: 100vh;
  top: 0;
  bottom: 0;
  right: 0;
}

.special-dropdown-toggle {
  background-color: var(--deep-sky-blue);
  text-align: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  padding: 16px 20px 15px 23px;
  transition: background-color .2s;
  position: fixed;
  bottom: 50%;
  left: -51px;
  transform: rotate(90deg);
}

.special-dropdown-toggle:hover {
  background-color: #19a0e1;
}

.special-dropdown {
  display: none;
}

.dropdown-arrow {
  color: #01b630;
  top: 5px;
}

.dropdown-text {
  margin-right: 5px;
}

.dropdown-link {
  color: #597a96;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #f2f3f5;
  border-left: 1px solid #f2f3f5;
  border-right-color: #f2f3f5;
  width: auto;
  min-width: 150px;
  padding: 20px 15px 20px 27px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  transition: background-color .2s;
}

.dropdown-link:hover {
  background-color: #f9f9f9;
}

.dropdown-link.w--current {
  color: #97a4b4;
}

.dropdown-link.last {
  border-bottom-style: none;
}

.footer-contact-item {
  border-bottom: 1px solid #f4f5f9;
  padding: 18px 10px 13px;
  position: relative;
}

.footer-contat-icon {
  float: left;
  text-align: center;
  width: 7%;
  height: 100%;
  margin-top: 2px;
  margin-right: 12px;
  display: inline-block;
}

.footer-contact-text {
  float: left;
  width: 80%;
  display: inline-block;
}

.credits-text-box {
  width: 100%;
}

.credits-box {
  display: inline-block;
}

.inline-text {
  margin-bottom: 0;
  margin-right: 3px;
  display: inline-block;
}

.inline-text-box {
  text-align: center;
}

.pop-up-image-6, .pop-up-image-7, .pop-up-image-8 {
  max-width: 90vw;
  max-height: 90vh;
  display: none;
  position: relative;
  overflow: auto;
}

.close-pop-up-2, .close-pop-up-3, .close-pop-up-4, .close-pop-up-5, .close-pop-up-6, .close-pop-up-7, .close-pop-up-8 {
  background-color: #12aaeb;
  background-image: url('../images/Close_2Close.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 3px;
  width: 35px;
  height: 35px;
  margin-top: 10px;
  margin-right: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.title-link {
  color: #597a96;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.title-link:hover {
  text-decoration: underline;
}

.title-link.white {
  color: #fff;
}

.title-link.big {
  font-size: 16px;
}

.title-link.small {
  font-size: 14px;
}

.heading-link {
  text-decoration: none;
}

.paragraph-link {
  color: #97a4b4;
  letter-spacing: .1px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14.5px;
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
  display: inline;
}

.paragraph-link:hover {
  text-decoration: underline;
}

._50-percent-listing-item {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 49%;
  height: 290px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

._50-percent-listing-text-box {
  padding: 15px 15px 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.overlay-hover {
  opacity: .61;
  background-image: linear-gradient(#0000 59%, #000);
  position: absolute;
  inset: 0;
}

.tab-link-box-2 {
  text-align: center;
  background-color: #12aaebcc;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: auto;
  margin-right: 6px;
  padding: 15px 35px 13px;
  transition: background-color .2s;
}

.tab-link-box-2:hover {
  background-color: #12aaebe8;
}

.tab-link-box-3 {
  text-align: center;
  background-color: #12aaebcc;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: auto;
  padding: 15px 35px 13px;
  transition: background-color .2s;
}

.tab-link-box-3:hover {
  background-color: #12aaebe8;
}

.row-licensing {
  border-bottom: 1px solid #f8f8f8;
  padding-bottom: 20px;
}

.row-licensing.top-border {
  margin-top: 30px;
}

.dropdown-link-large {
  color: #597a96;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #f2f3f5;
  border-left: 1px solid #f2f3f5;
  border-right: 1px solid #f2f3f5;
  width: auto;
  min-width: 180px;
  padding-top: 22px;
  padding-bottom: 20px;
  padding-left: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
}

.dropdown-link-large:hover {
  background-color: #f9f9f9;
}

.dropdown-link-large.w--current {
  color: #97a4b4;
}

.dropdown-link-large.house {
  background-image: url('../images/House-blue_1House-blue.png');
  background-position: 24px;
  background-repeat: no-repeat;
  background-size: 20px;
  transition: background-color .2s;
}

.dropdown-link-large.apartment {
  background-image: url('../images/Building-blue-icon_1Building-blue-icon.png');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 50px;
}

.dropdown-link-large.office {
  background-image: url('../images/Office-blue_1Office-blue.png');
  background-position: 21px;
  background-repeat: no-repeat;
  background-size: 27px;
}

.dropdown-link-large.land {
  background-image: url('../images/Land-blue_1Land-blue.png');
  background-position: 21px;
  background-repeat: no-repeat;
  background-size: 26px;
  border-bottom-style: none;
}

.success-message {
  color: #97a4b4;
  background-color: #f9f9f9;
  width: auto;
  margin-top: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.success-message.on-fixed-contact-form {
  width: auto;
  margin-bottom: 227px;
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: 18px;
}

.error-message {
  width: auto;
  padding-top: 14px;
  padding-bottom: 6px;
}

.error-message.on-fixed-contact-form {
  width: auto;
  padding-top: 7px;
  padding-bottom: 3px;
}

.how-to-image {
  margin-bottom: 15px;
}

.how-to-box {
  margin-top: 20px;
  margin-bottom: 30px;
}

.about-us-image-box {
  margin-bottom: 10px;
  position: relative;
}

.template-feature {
  background-color: #fff;
  border-radius: 5px;
  width: 25%;
  max-width: 235px;
  margin-bottom: 30px;
  margin-right: 30px;
  padding: 15px 40px 20px 20px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: 5px 5px 45px #0000001a;
}

.template-feature.extras {
  width: 100%;
  max-width: none;
  margin-bottom: 20px;
  display: inline-block;
}

.blue-circle {
  background-color: #12aaeb;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
  top: -20px;
  right: -10px;
}

.blue-circle.shield {
  background-color: var(--slate-grey);
  background-image: url('../images/Shield_1Shield.png');
  background-position: 45% 63%;
  background-repeat: no-repeat;
  background-size: 23px;
}

.blue-circle.server {
  background-image: url('../images/Server_1Server.png');
  background-position: 45% 62%;
  background-repeat: no-repeat;
  background-size: 23px;
}

.blue-circle.padlock {
  background-image: url('../images/Padlock_1Padlock.png');
  background-position: 46% 61%;
  background-repeat: no-repeat;
  background-size: 23px;
}

.blue-circle.cloud {
  background-image: url('../images/Cloud_1Cloud.png');
  background-position: 45% 62%;
  background-repeat: no-repeat;
  background-size: 35px;
}

.blue-circle.tablet {
  background-image: url('../images/Tablet_1Tablet.png');
  background-position: 46% 63%;
  background-repeat: no-repeat;
  background-size: 18px;
}

.blue-circle.rayo {
  background-image: url('../images/Rayo_1Rayo.png');
  background-position: 49% 65%;
  background-repeat: no-repeat;
  background-size: 19px;
}

.blue-circle.pig {
  background-image: url('../images/Pig_1Pig.png');
  background-position: 48% 62%;
  background-repeat: no-repeat;
  background-size: 33px;
}

.blue-circle.smile {
  background-image: url('../images/Smile_1Smile.png');
  background-position: 48% 63%;
  background-repeat: no-repeat;
  background-size: 26px;
}

.blue-circle.chat {
  background-color: #4ac07f;
  background-image: url('../images/Chat_1Chat.png');
  background-position: 46% 64%;
  background-repeat: no-repeat;
  background-size: 32px;
}

.blue-circle.surveilance {
  background-image: url('../images/Home_1Home.png');
  background-position: 48% 63%;
  background-repeat: no-repeat;
  background-size: 26px;
}

.blue-circle.location {
  background-image: url('../images/location_1.png');
  background-position: 45% 63%;
  background-repeat: no-repeat;
  background-size: 18px;
}

.blue-circle.access {
  background-color: var(--dark-grey);
  background-image: url('../images/Keys_1Keys.png');
  background-position: 46% 64%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.blue-circle.shower {
  background-image: url('../images/shower.png');
  background-position: 46% 64%;
  background-repeat: no-repeat;
  background-size: 42px;
}

.blue-circle.people {
  background-color: #35b849;
  background-image: url('../images/About-us_1About-us.png');
  background-position: 45% 62%;
  background-repeat: no-repeat;
  background-size: 35px;
}

.blue-circle.light {
  background-color: #ebbc12;
  background-image: url('../images/light-bulb-1.png');
  background-position: 46% 64%;
  background-repeat: no-repeat;
  background-size: 32px;
}

.blue-circle.old-house {
  background-image: url('../images/Home_1Home.png');
  background-position: 46% 61%;
  background-repeat: no-repeat;
  background-size: 26px;
}

.blue-circle.registration {
  background-color: #93989b;
  background-image: url('../images/Padlock_1Padlock.png');
  background-position: 46% 63%;
  background-repeat: no-repeat;
  background-size: 23px;
}

.blue-circle.printer {
  background-color: #ebbc12f5;
  background-image: url('../images/printer-.png');
  background-position: 49% 65%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.blue-circle.coffee {
  background-color: #b38c56;
  background-image: url('../images/hot-coffee-rounded-cup-on-a-plate-from-side-view.png');
  background-position: 46% 64%;
  background-repeat: no-repeat;
  background-size: 28px;
}

.cta-section {
  background-image: linear-gradient(#00000021, #00000021), url('../images/_-biuro_Dekerta124.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: 30px;
  padding-top: 52px;
  padding-bottom: 52px;
}

.cta-box {
  background-image: linear-gradient(#ffffff80, #ffffff80);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 415px;
  height: 415px;
  display: flex;
  position: relative;
}

.cta-box-front {
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  padding: 39px;
  display: flex;
}

.layout-box {
  height: 400px;
  box-shadow: none;
  border: 5px solid #f3f4f5;
  margin-bottom: 12px;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}

.layout-container {
  text-align: center;
  width: 30%;
}

.icons-box {
  text-align: center;
  border: 1px solid #efeff0;
  justify-content: center;
  align-items: center;
  width: 18%;
  margin-bottom: 20px;
  margin-right: 2%;
  padding-top: 23px;
  padding-bottom: 23px;
  display: flex;
}

.social-icon {
  margin-right: 15px;
}

.colored-bg {
  background-color: #12aaeb;
  padding-top: 19px;
  padding-bottom: 19px;
}

.see-image {
  background-color: #0009;
  background-image: url('../images/Magnifier_1Magnifier.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  transition: background-color .3s;
  position: relative;
}

.see-image:hover {
  background-color: #000c;
}

.link-2, .price {
  color: var(--deep-sky-blue);
}

.prices_line {
  border-bottom: 1px solid var(--white-smoke);
  width: 100%;
  margin-top: 10px;
  margin-bottom: 7px;
  padding-bottom: 19px;
}

.prices_line.hide {
  display: none;
}

.one_invoice {
  width: auto;
  padding-left: 20px;
}

.columns {
  margin-top: 121px;
}

.sale_pics {
  margin-bottom: 32px;
}

.offer_icon {
  margin-bottom: 20px;
}

.contact-det {
  background-color: #fff;
  border: 2px solid #f4f5f9;
  width: 40%;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.contact-det._70-percent {
  float: right;
  width: 70%;
  padding-top: 0;
  display: inline-block;
}

.warning {
  color: #ad5455;
  background-color: #ffe4de;
  border-bottom: 1px solid #efeff0;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-right: 10px;
  display: block;
  position: relative;
}

.warning.no-bottom-border {
  width: 100%;
  margin-bottom: 0;
  text-decoration: none;
  display: block;
  position: relative;
}

.warning.top-border {
  margin-top: 20px;
}

.warning.white-bottom-line {
  border-bottom-color: #fff;
}

.warning.upper {
  display: none;
}

.warning.border {
  margin-bottom: 20px;
  padding: 14px;
  display: none;
}

.rich-text-block-2 {
  color: #242323;
}

.div-block {
  margin-bottom: 29px;
}

.slide-9 {
  background-image: url('../images/BNG2.jpg');
  background-position: 50%;
  background-size: cover;
}

.darker {
  background-color: #00000054;
  height: 100%;
  min-height: 350px;
  max-height: 350px;
  padding-top: 125px;
}

.collection-item {
  flex: 1;
}

.objects {
  margin-top: 30px;
}

.trusted_section {
  text-align: center;
  background-color: #f0f0f0;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.logo_grey {
  opacity: .34;
  width: 10%;
  padding: 10px;
}

.heading-3 {
  color: var(--slate-grey);
}

.heading-3.trusted {
  margin-bottom: 59px;
}

.venue_details {
  background-color: #0c0c0c00;
  margin-top: 31px;
  margin-bottom: 29px;
}

.description_short {
  min-height: 25px;
  max-height: 25px;
}

html.w-mod-js [data-ix="pop-up-image-container-initial-appearance"], html.w-mod-js [data-ix="pop-up-image-initial-appearance"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="close-pop-up-1"] {
  transform: translate(0, -47px);
}

html.w-mod-js [data-ix="close-pop-up-2"], html.w-mod-js [data-ix="close-pop-up-3"], html.w-mod-js [data-ix="close-pop-up-4"], html.w-mod-js [data-ix="close-pop-up-5"], html.w-mod-js [data-ix="close-pop-up-6"], html.w-mod-js [data-ix="close-pop-up-7"], html.w-mod-js [data-ix="close-pop-up-8"] {
  transform: translate(0, -50px);
}

html.w-mod-js [data-ix="fixed-contact-form-initial-appearance"] {
  transform: translate(0, 90%);
}

html.w-mod-js [data-ix="horizontal-line-initial-appearance"] {
  opacity: 0;
}

html.w-mod-js [data-ix="hidden-box-initial-appearance"] {
  height: auto;
  display: block;
}

html.w-mod-js [data-ix="hide-tabs-cotent-on-load"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="move-left-side-menu-on-load"] {
  display: none;
  transform: translate(-100%);
}

html.w-mod-js [data-ix="display-none-on-load-special-dropdown"] {
  display: none;
}

html.w-mod-js [data-ix="body-opacity-100-on-load"] {
  opacity: 0;
}

html.w-mod-js [data-ix="move-up-scroll-down-button"] {
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="move-up-on-load-fixed-contact-form"] {
  transform: translate(0, 100%);
}

html.w-mod-js [data-ix="slide-up-on-load-tabs"], html.w-mod-js [data-ix="slide-up-on-load-tabs-2"], html.w-mod-js [data-ix="slide-up-on-load-tabs-3"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="display-none-on-load"] {
  transform: rotate(90deg)translate(0, 300%);
}

html.w-mod-js [data-ix="display-none-on-load-side-tab-bar"] {
  display: none;
  transform: rotate(90deg);
}

html.w-mod-js [data-ix="less-opacity-on-load"] {
  opacity: .5;
}

html.w-mod-js [data-ix="slide-down-on-load"] {
  opacity: 0;
  transform: translate(0, 10px);
}

@media screen and (min-width: 1440px) {
  .content-wrapper.rounded-corners {
    text-align: left;
    max-width: 1300px;
  }

  .hero-header.relative {
    max-width: 1300px;
  }

  .flex-grid.on-vertical-items {
    place-content: stretch space-between;
  }

  .flex-grid.bottom-divider.one_inv {
    margin-bottom: 43px;
  }

  .navbar-container, .top-of-menu-item {
    max-width: 1300px;
  }

  .vertical-item {
    width: 32%;
    margin-right: 1%;
  }
}

@media screen and (max-width: 991px) {
  .column-left {
    width: 58%;
  }

  .column-right {
    width: 42%;
  }

  .property-icon.medium {
    width: 13%;
  }

  .overview-flex-container.no-inner-padding {
    width: 90%;
  }

  .flex-grid.bottom-divider.one_inv {
    margin-bottom: 41px;
  }

  .flex-grid.top-and-bottom-border {
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 5px;
  }

  .flex-grid.on-mobile {
    justify-content: flex-start;
  }

  .gallery-item {
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    width: 50%;
  }

  .gallery-item._1, .gallery-item._8 {
    border-top-right-radius: 0;
  }

  .pop-up-image-2, .pop-up-image-3, .pop-up-image-4 {
    width: 90%;
  }

  .slide-nav.hide {
    display: block;
    position: relative;
  }

  .pop-up-image-5, .pop-up-image-1 {
    width: 90%;
  }

  .agent-picture._30-percent {
    width: 37%;
  }

  .contact-details._70-percent {
    width: 60%;
  }

  .header-section.dark.darker.mod {
    min-height: 250px;
    max-height: 250px;
  }

  .heading-1.big {
    font-size: 36px;
  }

  .horizontal-box {
    width: 40%;
  }

  .brand.centered {
    display: none;
  }

  .dropdown-toggle {
    padding-top: 29px;
  }

  .nav-menu {
    background-color: #f9f9f9;
    display: block;
  }

  .top-of-menu-item.absolute {
    margin-top: 0;
  }

  .top-of-menu-item.centered {
    text-align: right;
    margin-top: 0;
  }

  .footer-column {
    width: 20%;
  }

  .special-section {
    margin-top: 0;
  }

  .overview-mini-item {
    flex: 1;
  }

  .overview-mini-item.no-left-padding {
    flex-wrap: nowrap;
    flex: 0 auto;
  }

  .overview-mini-item.no-right-divider {
    display: flex;
  }

  .overview-mini-item.large {
    border-right-style: none;
    padding-right: 0;
  }

  .overview-mini-item._3 {
    border-right-style: none;
  }

  .overview-mini-item._2 {
    flex: 0 auto;
  }

  .flex-mini-item {
    border-bottom: 1px #edeef2;
    border-right-style: none;
    flex: 0 auto;
    width: 33%;
    margin-bottom: 15px;
    padding-bottom: 3px;
    padding-left: 0;
  }

  .flex-mini-item.no-left-padding {
    border-right-style: solid;
  }

  .flex-mini-item.no-right-divider {
    margin-bottom: 0;
    padding-left: 0;
  }

  .special-dropdown {
    left: -5px;
  }

  .dropdown {
    display: none;
    overflow: visible;
  }

  .dropdown-arrow {
    display: none;
  }

  .dropdown-text {
    line-height: 16px;
    display: none;
  }

  .dropdown-link {
    display: none;
  }

  .menu-button {
    height: 75px;
    padding-top: 28px;
    padding-bottom: 0;
  }

  .menu-button.w--open {
    background-color: #f9f9f9;
  }

  .burger-menu {
    color: #97a4b4;
  }

  .pop-up-image-6, .pop-up-image-7, .pop-up-image-8 {
    width: 90%;
  }

  .template-feature {
    width: 33%;
  }

  .contact-det._70-percent {
    width: 60%;
  }

  .darker {
    padding-top: 40px;
  }

  .description_short {
    min-height: 50px;
    max-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    height: 80px;
    margin-top: 0;
    position: absolute;
  }

  .content-wrapper.white-and-bottom-border {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .content-wrapper.rounded-corners {
    border-radius: 0;
  }

  .hero-header {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
  }

  .hero-header.bottom-border, .hero-header.justify-start, .hero-header.relative {
    display: block;
  }

  .tab-link-box-1 {
    flex: 1;
    min-width: 32%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-box-1.w--current {
    padding-left: 5px;
    padding-right: 5px;
  }

  .column-left {
    width: 100%;
    margin-bottom: 30px;
  }

  .column-right {
    width: 100%;
  }

  .overview-item {
    border-top-style: none;
    border-bottom-style: solid;
    border-bottom-color: #f4f5f9;
    border-right-style: none;
    width: 33%;
  }

  .overview-item._2 {
    border-right-style: solid;
  }

  .overview-item._4, .overview-item._5 {
    border-bottom-style: none;
    border-right-style: solid;
  }

  .overview-item._6 {
    border-bottom-style: none;
  }

  .overview-item._1 {
    border-right-style: solid;
    border-right-color: #f2f3f5;
  }

  .property-overview-container {
    margin-left: 0;
  }

  .flex-grid {
    justify-content: space-between;
  }

  .flex-grid.top-border {
    justify-content: center;
  }

  .flex-grid.bottom-divider {
    padding-bottom: 30px;
  }

  .flex-grid.justify-start.hide {
    display: none;
  }

  .flex-grid._90-percent {
    justify-content: flex-start;
    width: 100%;
  }

  .flex-grid.top-and-bottom-divider {
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider {
    height: 300px;
  }

  .slide {
    height: 400px;
  }

  .slide._2, .slide-2, .slide-3 {
    height: 300px;
  }

  .checkmark-box {
    width: 3%;
  }

  .detail-text {
    width: 95%;
  }

  .agent-container {
    width: 100%;
    margin-bottom: 20px;
  }

  .contact-form.on-property-page {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
  }

  .agent-picture {
    height: 400px;
  }

  .agent-picture._30-percent {
    width: 100%;
    min-height: 450px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .contact-details._70-percent {
    width: 100%;
  }

  .contact-icon.large {
    max-width: 20px;
  }

  .flex-item.feature {
    width: 48.9%;
    margin-bottom: 10px;
  }

  .flex-item.feature._25-percent {
    width: 49%;
  }

  .flex-item.feature._3 {
    width: 100%;
  }

  .flex-item.quantity {
    width: 31%;
    margin-bottom: 10px;
  }

  .asking-price-text-box.bottom-border {
    margin-bottom: 0;
  }

  .header-section.dark.darker.other {
    min-height: 220px;
    max-height: 220px;
  }

  .heading-1.big {
    font-size: 6vw;
    line-height: 1.1em;
  }

  .heading-1.on-main-hero {
    font-size: 10vw;
    line-height: 1em;
  }

  .horizontal-box {
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 250px;
    margin-bottom: 0;
  }

  .horizontal-box._70-percent {
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    width: 100%;
  }

  .horizontal-flex {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .feature-icon.top-border {
    margin-bottom: 0;
  }

  .brand {
    margin-left: 10px;
  }

  .top-of-navbar {
    position: static;
  }

  .scroll-down-button {
    margin-right: 5%;
  }

  .scroll-down-button.on-property-page {
    display: none;
  }

  .social-icons-container {
    position: relative;
  }

  .social-icons-container.on-footer {
    justify-content: flex-start;
    width: 100%;
    margin-top: 15px;
    padding-bottom: 0;
    display: block;
  }

  .top-menu-text-box {
    border-right-style: none;
    margin-right: 0;
    padding-right: 0;
    display: block;
  }

  .top-menu-text-box.no-right-border {
    margin-right: 0;
  }

  .navbar-1 {
    height: auto;
    position: absolute;
    inset: 0% 0% auto;
  }

  .overview-flex-blue-item.parking-spaces {
    display: none;
  }

  .fixed-contact-form-container {
    display: block;
  }

  .footer-column._40-percent {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .credits-container {
    padding-left: 30px;
    padding-right: 20px;
  }

  .hero-section.cta {
    margin-top: 60px;
    padding-top: 20px;
  }

  .main-hero-subtitle-text {
    font-size: 3vw;
    line-height: 1.5em;
  }

  .content-section.no-top-padding {
    padding-bottom: 0;
  }

  .header-box {
    width: 100%;
  }

  .special-section {
    border-radius: 5px;
  }

  .girl {
    display: none;
  }

  .special-box {
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-column {
    width: 100%;
  }

  .testimonial-slide {
    width: 50%;
  }

  .scroll-down-container {
    display: block;
  }

  .blog-flex.bottom-border {
    flex-direction: column;
  }

  .featured-post-flex {
    width: 100%;
    margin-right: 0;
  }

  .featured-post-flex._45-percent {
    width: 100%;
  }

  .featured-preview-text-box {
    margin-bottom: 30px;
  }

  .latest-featured-item {
    width: 100%;
  }

  .latest-featured-item._20-percent {
    height: 90px;
  }

  ._50-percent {
    width: 100%;
    margin-top: 20px;
    padding-right: 0;
  }

  ._50-percent.right-padding {
    width: 100%;
  }

  ._33-percent-special {
    flex: 0 auto;
    width: 49%;
    margin-bottom: 20px;
  }

  ._33-percent-special._1 {
    border-right: 2px solid #efeff0;
    border-radius: 5px;
    flex: 0 auto;
  }

  ._33-percent-special._2 {
    border-radius: 5px;
  }

  ._33-percent-special._3 {
    border-left: 2px solid #efeff0;
    border-radius: 5px;
  }

  .post-image-container {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    height: 250px;
  }

  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .post-preview-box, .post-preview-box.gray {
    width: 49%;
  }

  .intro-box {
    width: 49%;
    margin-bottom: 20px;
  }

  .flex-main-features {
    flex-direction: column;
    padding-top: 10px;
  }

  .location-preview {
    width: 49%;
  }

  .vertical-item {
    width: 100%;
  }

  .main-features {
    width: 100%;
    margin-bottom: 20px;
  }

  .main-features.last {
    margin-bottom: 0;
  }

  .testimonial-item {
    width: 95%;
    margin-bottom: 20px;
  }

  .our-team-item {
    width: 49%;
    margin-bottom: 20px;
  }

  .overview-mini-item._3 {
    border-right-style: none;
  }

  .flex-mini-item {
    border-bottom-style: none;
    border-right-style: solid;
    flex: 0 auto;
    width: 33%;
    padding-top: 8px;
    padding-bottom: 0;
    padding-left: 10px;
  }

  .flex-mini-item.no-right-divider {
    flex: 0 auto;
    width: 34%;
    padding-left: 10px;
  }

  .contact-us-box {
    width: 100%;
  }

  .services-box {
    width: 100%;
    padding-left: 0;
  }

  .service-image-box {
    width: 100%;
    height: 280px;
    margin-bottom: 10px;
  }

  .about-us-box {
    width: 100%;
    margin-bottom: 30px;
  }

  .about-us-box._30-percent {
    width: 100%;
    padding-left: 0;
  }

  .footer-contact-item {
    padding-left: 5px;
  }

  .tab-link-box-2 {
    flex: 1;
    min-width: 32%;
    padding-left: 15px;
    padding-right: 15px;
    display: none;
  }

  .tab-link-box-3 {
    flex: 1;
    min-width: 32%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .template-feature {
    width: 47%;
    margin-right: 20px;
    padding-right: 62px;
  }

  .layout-container {
    width: 48%;
    margin-bottom: 30px;
  }

  .icons-box {
    width: 31.3%;
  }

  .one_invoice {
    width: 100%;
    padding-left: 0;
  }

  .contact-det, .contact-det._70-percent {
    width: 100%;
  }

  .logo_grey {
    padding: 0;
  }
}

@media screen and (max-width: 479px) {
  .mini-title {
    display: inline-block;
  }

  .mini-title-link {
    margin-bottom: 15px;
    margin-right: 5px;
  }

  .mini-title-link.district {
    margin-bottom: 0;
  }

  .hero-header {
    height: auto;
  }

  .tab-link-box-1 {
    width: 100%;
  }

  .tab-link-box-1._70-percent {
    width: 70%;
    display: none;
  }

  .property-details._88-percent {
    width: 100%;
  }

  .tags-container {
    width: 100%;
    margin-top: 0;
    position: relative;
  }

  .tags-container.absolute {
    top: 0;
    right: 0;
  }

  .overview-item {
    width: 50%;
  }

  .overview-item._2, .overview-item._3 {
    border-right-style: none;
    width: 100%;
  }

  .overview-item._4, .overview-item._5 {
    border-bottom-style: solid;
    border-right-style: none;
    width: 100%;
  }

  .overview-item._6 {
    width: 100%;
  }

  .overview-item._1 {
    border-right-style: none;
    width: 100%;
  }

  .property-icon.small {
    max-width: 30px;
  }

  .property-icon.small.rooms {
    width: 30%;
  }

  .property-icon.medium {
    width: 25%;
    margin-right: 2px;
  }

  .number.small {
    margin-left: 5px;
    font-size: 11px;
  }

  .flex-grid.on-quantity, .flex-grid.on-type-of-property {
    justify-content: space-between;
  }

  .flex-grid.bottom-divider {
    padding-bottom: 30px;
  }

  .flex-grid.bottom-divider.one_inv {
    flex-direction: column;
    align-items: center;
    padding-right: 10px;
  }

  .flex-grid.top-and-bottom-border {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .flex-grid._90-percent, .gallery-item {
    width: 100%;
  }

  .gallery-item._8 {
    border-bottom-left-radius: 3px;
  }

  .slider {
    height: 200px;
  }

  .slide._2 {
    background-position: 50%;
    background-size: cover;
    height: 200px;
  }

  .slide-2, .slide-3 {
    height: 200px;
  }

  .left-arrow.hide, .right-arrow.hide {
    display: none;
  }

  .checkmark-box {
    width: 5%;
  }

  .detail-text {
    width: 92%;
  }

  .tag {
    margin-bottom: 10px;
  }

  .agent-picture._30-percent {
    min-height: 350px;
  }

  .text-field.email-on-newsletter {
    border-left-width: 2px;
    border-right-style: solid;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 25px;
  }

  .text-field.name-on-newsletter {
    border-right-width: 2px;
    border-radius: 3px;
    width: 100%;
  }

  .submit-button.on-newsletter {
    border-radius: 3px;
    width: 100%;
  }

  .flex-item.feature {
    width: 100%;
    margin-bottom: 10px;
  }

  .flex-item.feature.right-border, .flex-item.feature.right-border.w--current {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .flex-item.feature._25-percent {
    width: 100%;
  }

  .flex-item.quantity {
    flex: 1;
    max-width: none;
  }

  .flex-item.price-option.lowest {
    margin-bottom: 5px;
  }

  .flex-item.price-option.lowest.w--current {
    margin-bottom: 10px;
  }

  .flex-item.property-type {
    flex: 1;
    width: 48%;
    max-width: none;
    margin-bottom: 10px;
  }

  .flex-item.latest-featured {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .location-title-box {
    clear: none;
    height: auto;
  }

  .header-section.contact-us {
    background-image: linear-gradient(#0000005e, #0000005e), url('../images/plac-matejki.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .heading-1.big {
    font-size: 24px;
  }

  .heading-1.on-main-hero {
    font-size: 30px;
    line-height: 40px;
    display: block;
  }

  .location-link-box, .horizontal-box {
    height: 180px;
  }

  .tab-link, .tab-link.w--current {
    border-radius: 3px;
    margin-bottom: 10px;
  }

  .tabs-content {
    border-top-style: none;
  }

  .social-icons-container.on-footer {
    margin-top: 0;
  }

  .navbar-container {
    z-index: 500;
  }

  .top-of-menu-item {
    width: 100%;
  }

  .navbar-1 {
    z-index: 101;
    height: 80px;
  }

  .overview-flex-blue-item.bedrooms {
    padding-right: 10px;
  }

  .overview-flex-blue-item.house {
    margin-bottom: 5px;
  }

  .fixed-contact-form-container {
    display: block;
  }

  .fixed-contact-form-box {
    width: 90%;
  }

  .fixed-contact-form-column._20-percent {
    max-width: 55px;
    margin-right: 2%;
  }

  .fixed-contact-form-column.floated-right {
    width: 77%;
  }

  .footer-column {
    width: 50%;
    margin-bottom: 30px;
  }

  .credits-link-box {
    width: 100%;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 0;
    padding-left: 0;
    display: inline;
  }

  .hero-section.cta {
    z-index: 100;
    flex-wrap: nowrap;
    height: 400px;
  }

  .main-hero-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-hero-subtitle-text {
    font-size: 5vw;
    display: block;
  }

  .vertical-flex-image {
    min-height: 180px;
  }

  .special-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .feature-column._20-percent {
    width: 28%;
  }

  .testimonial-slide {
    width: 100%;
  }

  .link-underline {
    display: inline;
  }

  .latest-featured-item {
    padding-top: 5px;
  }

  .latest-featured-item._20-percent {
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    width: 100%;
  }

  ._50-percent {
    width: 100%;
  }

  ._50-percent.right-padding {
    margin-bottom: 30px;
  }

  ._33-percent-special {
    width: 100%;
  }

  .post-image-container {
    height: 200px;
  }

  .post-preview-box, .post-preview-box.gray, .post-preview-box._50-percent-on-post-preview, .intro-box, .flex-main-features, .location-preview {
    width: 100%;
  }

  .our-team-item {
    width: 100%;
    margin-right: 0;
  }

  .overview-mini-item {
    border-right-style: none;
    flex: 0 auto;
    width: 100%;
    margin-bottom: 13px;
    padding-left: 0;
  }

  .overview-mini-item.no-left-padding {
    flex-wrap: nowrap;
    flex: 0 auto;
    width: 100%;
  }

  .overview-mini-item.no-right-divider {
    margin-bottom: 0;
    display: flex;
  }

  .overview-mini-item.large {
    width: 100%;
  }

  .flex-mini-item {
    border-right-style: none;
    width: 33%;
    margin-bottom: 15px;
    padding-left: 0;
  }

  .flex-mini-item.no-left-padding {
    border-right-style: solid;
    width: 33%;
  }

  .flex-mini-item.no-right-divider {
    width: 33%;
    margin-bottom: 0;
    padding-left: 6px;
  }

  .credits-text-box {
    margin-bottom: 15px;
  }

  .credits-box {
    margin-bottom: 4px;
    margin-right: 5px;
  }

  .title-link {
    font-size: 17px;
  }

  ._50-percent-listing-item {
    width: 100%;
  }

  .template-feature {
    width: 100%;
    margin-right: 0;
    padding-right: 60px;
  }

  .cta-box {
    border-radius: 5px;
    width: 100%;
    height: auto;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .cta-box-front {
    border-radius: 5px;
    width: 90%;
    height: auto;
    padding: 20px;
  }

  .layout-container {
    width: 100%;
    margin-bottom: 30px;
  }

  .icons-box {
    width: 47.5%;
  }

  .contact-message-flex {
    display: flex;
  }

  .prices_line {
    text-align: center;
    padding-top: 30px;
  }

  .logo_grey {
    width: 32%;
    margin-bottom: 21px;
  }
}


