.property-detail-2020 .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 240px;
  position: relative;
  background-size: cover;
  background-position: center center;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 600px) {
  .property-detail-2020 .title-box {
    flex-direction: column;
  }
}
.property-detail-2020 .title-box .section-title {
  color: white;
  z-index: 99;
  margin: 0;
}
.property-detail-2020 .title-box:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: #2DAAE1;
  opacity: .8;
  width: 100%;
  height: 100%;
}
.property-detail-2020 .title-box__green:after {
  background: #9eb20f;
}
.property-detail-2020 .section-title {
  margin-top: 0;
}
@media only screen and (max-width: 1400px) {
  .property-detail-2020 .section-title {
    font-size: 31px !important;
  }
}
@media only screen and (max-width: 768px) {
  .property-detail-2020 .section-title {
    font-size: 30px !important;
  }
}
@media only screen and (max-width: 600px) {
  .property-detail-2020 .section-title {
    font-size: 28px !important;
  }
}
.property-detail-2020 .third-title {
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 1400px) {
  .property-detail-2020 .third-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 992px) {
  .property-detail-2020 .third-title {
    font-size: 22px;
  }
}
.property-detail-2020 .btn {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 24px;
}
@media only screen and (max-width: 1400px) {
  .property-detail-2020 .btn {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 600px) {
  .property-detail-2020 .btn {
    font-size: 18px !important;
  }
}
.property-detail-2020 .btn--bordered {
  border: 1px solid white;
  color: white;
  z-index: 99;
}
.property-detail-2020 .btn--bordered:hover {
  background: white;
  color: #464646;
}
.property-detail-2020 .btn--blue {
  background: #2DAAE1;
  color: white;
}
.property-detail-2020 .btn--blue img {
  margin-left: 10px;
  height: 30px;
}
.property-detail-2020 .btn--blue:hover {
  color: white;
  background: #1b8dc0;
}
.property-detail-2020 .btn--contact {
  background: white;
  color: #2DAAE1;
  display: inline-flex;
  margin-right: auto;
}
.property-detail-2020 .btn--contact img {
  margin-left: 20px;
}
.property-detail-2020 .btn--contact:hover {
  color: #2DAAE1;
  background: #fafafa;
}
.property-detail-2020 #map {
  width: 100%;
  background: lightgray;
  height: 670px;
}
@media only screen and (max-width: 1400px) {
  .property-detail-2020 #map {
    height: 470px;
  }
}
.property-detail-2020 .top-section {
  background: #888888;
  height: 770px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media only screen and (max-width: 1400px) {
  .property-detail-2020 .top-section {
    height: auto;
  }
}
.property-detail-2020 .top-section:after {
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.3;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
}
.property-detail-2020 .page-title {
  font-family: 'Fira Sans', sans-serif;
  font-weight: bold;
  font-size: 64px;
  text-align: center;
  margin-top: 200px;
  color: white;
  line-height: 1.2;
  z-index: 99;
  position: relative;
}
.property-detail-2020 .page-title .subtitle {
  font-size: 36px;
}
@media only screen and (max-width: 1400px) {
  .property-detail-2020 .page-title {
    margin-top: 100px;
    font-size: 44px;
  }
  .property-detail-2020 .page-title .subtitle {
    font-size: 35px;
  }
}
@media only screen and (max-width: 992px) {
  .property-detail-2020 .page-title {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .property-detail-2020 .page-title {
    margin-top: 20%;
    font-size: 40px;
  }
  .property-detail-2020 .page-title .subtitle {
    font-size: 33px;
  }
}
@media only screen and (max-width: 480px) {
  .property-detail-2020 .page-title {
    font-size: 34px;
  }
  .property-detail-2020 .page-title .subtitle {
    font-size: 23px;
  }
}
.property-detail-2020 .price {
  font-size: 49px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 42px;
  color: white;
  z-index: 99;
  position: relative;
}
@media only screen and (max-width: 1400px) {
  .property-detail-2020 .price {
    margin-bottom: 100px;
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .property-detail-2020 .price {
    font-size: 34px;
  }
}
.property-detail-2020 .info-panel {
  position: absolute;
  background: rgba(45, 170, 225, 0.88);
  width: 100%;
  bottom: 0;
  height: 148px;
  display: flex;
  z-index: 99;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1400px) {
  .property-detail-2020 .info-panel {
    position: relative;
    height: auto;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 1200px) {
  .property-detail-2020 .info-panel {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.property-detail-2020 .info-panel__container {
  width: 100%;
  max-width: 1600px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.property-detail-2020 .info-panel__item {
  display: flex;
  flex: 1 25%;
  min-width: 25%;
  color: white;
  border-right: 1px solid white;
  padding-left: 40px;
  height: 65px;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .property-detail-2020 .info-panel__item {
    justify-content: space-between;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 380px) {
  .property-detail-2020 .info-panel__item {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.property-detail-2020 .info-panel__item .ico-pencil {
  margin-top: 8px;
}
@media only screen and (max-width: 1200px) {
  .property-detail-2020 .info-panel__item {
    min-width: 50%;
  }
  .property-detail-2020 .info-panel__item:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .property-detail-2020 .info-panel__item {
    min-width: 100%;
    border-right: none !important;
  }
}
.property-detail-2020 .info-panel__item:last-child {
  border-right: none;
}
@media only screen and (max-width: 1200px) {
  .property-detail-2020 .info-panel__item:nth-child(2) {
    border-right: none;
  }
}
.property-detail-2020 .info-panel__img-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 1180px) {
  .property-detail-2020 .info-panel__img-container {
    width: 50px;
  }
}
.property-detail-2020 .info-panel__small-title {
  font-size: 11px;
  margin-top: auto;
  font-weight: bold;
}
.property-detail-2020 .info-panel__content-title {
  font-size: 41px;
  font-weight: normal;
  margin-left: 40px;
}
@media only screen and (max-width: 1400px) {
  .property-detail-2020 .info-panel__content-title {
    font-size: 24px;
    margin-left: 20px;
  }
}
.property-detail-2020 .smaller-text {
  font-size: 30px !important;
}
@media only screen and (max-width: 1400px) {
  .property-detail-2020 .smaller-text {
    font-size: 24px !important;
  }
}
.property-detail-2020 .key-parameters {
  padding-top: 90px;
  padding-bottom: 90px;
}
.property-detail-2020 .section-title {
  font-size: 41px;
  text-align: center;
  margin-bottom: 70px;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 480px) {
  .property-detail-2020 .section-title {
    font-size: 30px;
  }
}
.property-detail-2020 .section-title__left-align {
  text-align: left;
}
.property-detail-2020 .parameters__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.property-detail-2020 .parameters__item {
  display: flex;
  align-items: center;
  flex: 1 1;
  min-width: calc(33.33333333%);
  max-width: calc(33.33333333%);
}
@media only screen and (max-width: 992px) {
  .property-detail-2020 .parameters__item {
    min-width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .property-detail-2020 .parameters__item {
    min-width: 100%;
  }
}
.property-detail-2020 .parameters__item:nth-child(n+4) {
  margin-top: 20px;
}
@media only screen and (max-width: 992px) {
  .property-detail-2020 .parameters__item:nth-child(n+4) {
    margin-top: unset;
  }
}
@media only screen and (max-width: 992px) {
  .property-detail-2020 .parameters__item:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .property-detail-2020 .parameters__item:nth-child(n+3) {
    margin-top: unset;
  }
}
@media only screen and (max-width: 600px) {
  .property-detail-2020 .parameters__item:nth-child(n+2) {
    margin-top: 20px;
  }
}
.property-detail-2020 .parameters__title {
  font-size: 28px;
  margin-left: 20px;
  font-weight: bold;
  line-height: 1.2;
}
@media only screen and (max-width: 1400px) {
  .property-detail-2020 .parameters__title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .property-detail-2020 .parameters__title {
    font-size: 22px;
  }
}
.property-detail-2020 .parameters__img {
  width: 30px;
  height: 30px;
  object-fit: cover;
}
.property-detail-2020 .main-text {
  padding-bottom: 90px;
  font-size: 18px;
}
.property-detail-2020 .main-text .section-title {
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .property-detail-2020 .main-text .section-title {
    margin-bottom: 30px;
  }
}
.property-detail-2020 .text-content {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.8;
}
.property-detail-2020 .blue-text {
  color: #2DAAE1;
}
.property-detail-2020 .benefits {
  background: white;
  background-image: url("/templates/t3sablona/images/property-benefit-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  border: 5px solid white;
  background-size: cover;
}
.property-detail-2020 .benefits__container {
  display: flex;
  flex-wrap: wrap;
}
.property-detail-2020 .benefit-box {
  background: rgba(158, 178, 15, 0.9);
  height: 200px;
  min-width: calc(33.33333333%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  border: solid 5px white;
  flex: 1 1;
  padding: 0 20px;
}
@media only screen and (max-width: 1260px) {
  .property-detail-2020 .benefit-box {
    min-width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .property-detail-2020 .benefit-box {
    min-width: 100%;
  }
}
.property-detail-2020 .benefit-box__title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  text-transform: none;
}
@media only screen and (max-width: 992px) {
  .property-detail-2020 .benefit-box__title {
    font-size: 24px;
  }
}
.property-detail-2020 .benefit-box__text {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .property-detail-2020 .benefit-box__text {
    font-size: 18px;
  }
}
.property-detail-2020 .visit {
  padding-top: 90px;
  padding-bottom: 90px;
  text-align: center;
}
.property-detail-2020 .visit .title-box {
  background-image: url("/templates/t3sablona/images/property-title-box-1.jpg");
  margin-bottom: 90px;
}
.property-detail-2020 .visit .title-box.empty {
  margin-bottom: 0;
}
.property-detail-2020 .visit__container {
  width: 100%;
  max-width: 1600px;
}
@media only screen and (max-width: 600px) {
  .property-detail-2020 .visit .row-flex {
    display: block;
  }
}
.property-detail-2020 .video-box--1__video {
  background: lightgray;
  width: 100%;
  height: 390px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.property-detail-2020 .video-box--1__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 600px) {
  .property-detail-2020 .video-box--1__video {
    height: 280px;
  }
}
.property-detail-2020 .video-box--2 img {
  max-width: 100%;
}
@media only screen and (max-width: 992px) {
  .property-detail-2020 .video-box--2 {
    margin-top: 40px;
  }
}
.property-detail-2020 .video-box__title {
  color: #464646;
  text-align: center;
  text-transform: none;
  margin-bottom: 30px;
}
.property-detail-2020 .video-box .play-button {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.property-detail-2020 .video-box a {
  position: relative;
}
.property-detail-2020 .video-box .ico-play {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 25px;
  border-color: transparent transparent transparent #000;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.property-detail-2020 .photo-gallery .title-box {
  background-image: url("/templates/t3sablona/images/property-title-box-2.jpg");
  margin-bottom: 90px;
}
.property-detail-2020 .photo-gallery .title-box .btn {
  margin-left: 25px;
}
@media only screen and (max-width: 600px) {
  .property-detail-2020 .photo-gallery .title-box .btn {
    margin-top: 20px;
    margin-left: 0;
  }
}
.property-detail-2020 .photo-gallery__container {
  display: flex;
  flex-wrap: wrap;
  padding-left: 5px;
  padding-right: 5px;
}
.property-detail-2020 .photo-gallery__img {
  border: 5px solid white;
  background: lightgray;
  width: calc(25%);
}
@media only screen and (max-width: 1180px) {
  .property-detail-2020 .photo-gallery__img {
    width: calc(33.33333333%);
  }
}
@media only screen and (max-width: 860px) {
  .property-detail-2020 .photo-gallery__img {
    width: calc(50%);
  }
}
@media only screen and (max-width: 600px) {
  .property-detail-2020 .photo-gallery__img {
    width: 100%;
  }
}
.property-detail-2020 .photo-gallery__img img {
  Width: 100%;
  height: 100%;
  object-fit: cover;
}
.property-detail-2020 .floor-plan {
  padding-top: 90px;
  padding-bottom: 90px;
}
.property-detail-2020 .floor-plan__container {
  display: flex;
  flex-wrap: wrap;
  padding-left: 5px;
  padding-right: 5px;
  justify-content: center;
}
.property-detail-2020 .floor-plan__img {
  border: 5px solid white;
  width: 50%;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .property-detail-2020 .floor-plan__img {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
}
.property-detail-2020 .floor-plan__img img {
  max-width: 100%;
}
.property-detail-2020 .finance {
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 15px;
  padding-right: 15px;
}
.property-detail-2020 .finance .section-title {
  margin: 0;
}
.property-detail-2020 .download {
  background: #EFEFEF;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 680px) {
  .property-detail-2020 .download {
    flex-direction: column;
  }
}
.property-detail-2020 .download .share {
  margin-left: 40px;
  display: flex;
}
@media only screen and (max-width: 680px) {
  .property-detail-2020 .download .share {
    margin-left: 0;
    margin-top: 40px;
  }
}
.property-detail-2020 .download .share__title {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 15px;
}
.property-detail-2020 .contact-person {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #2DAAE1;
  color: white;
}
.property-detail-2020 .contact-person .section-title {
  margin-top: 0;
}
.property-detail-2020 .person-box {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 680px) {
  .property-detail-2020 .person-box {
    flex-direction: column;
  }
}
.property-detail-2020 .person-box__left {
  display: flex;
}
.property-detail-2020 .person-box__left img {
  width: 240px;
  height: 300px;
}
@media only screen and (max-width: 680px) {
  .property-detail-2020 .person-box__left {
    justify-content: center;
  }
}
.property-detail-2020 .person-box__right {
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
@media only screen and (max-width: 680px) {
  .property-detail-2020 .person-box__right {
    align-items: center;
    margin-left: 0;
  }
}
.property-detail-2020 .person-box__mail,
.property-detail-2020 .person-box__phone {
  font-size: 20px;
  font-weight: normal;
}
.property-detail-2020 .person-box__mail:hover,
.property-detail-2020 .person-box__phone:hover {
  text-decoration: underline;
}
.property-detail-2020 .person-box__mail img,
.property-detail-2020 .person-box__phone img {
  margin-right: 10px;
}
.property-detail-2020 .person-box__mail {
  margin-top: 10px;
}
.property-detail-2020 .person-box__name {
  margin-bottom: 20px;
}
.property-detail-2020 .person-box .btn {
  margin-top: 30px;
}
@media only screen and (max-width: 680px) {
  .property-detail-2020 .person-box .btn {
    margin-left: auto;
  }
}
.property-detail-2020 .form-popups {
  display: none;
}
.property-detail-2020 .row-flex {
  display: flex;
  justify-content: center;
}
.property-detail-2020 .row-flex .col {
  width: 100%;
  max-width: 800px;
}
@media (min-width: 992px) {
  .property-detail-2020 .row-flex .col {
    width: 50%;
    padding: 15px;
  }
}
.property-detail-2020 .bold-text {
  font-size: 30px;
  margin: 0 0 35px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 600;
}
@media (max-width: 991px) {
  .property-detail-2020 .bold-text {
    font-size: 18px;
  }
  .property-detail-2020 .main-text {
    padding-bottom: 0;
  }
}