html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
}

.page-holder {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}

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

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.btn {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  padding: 16px 60px;
}
.btn--blue {
  color: #fff;
  background: #336CFF;
}
.btn--white {
  color: #282828;
  background: #fff;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 140%;
}
@media (min-width: 991px) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 147%;
}
@media (min-width: 991px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 22px;
  font-weight: 900;
  line-height: 130%;
}
@media (min-width: 991px) {
  h3 {
    font-size: 32px;
  }
}

p {
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: #282828;
  margin: 0;
}

.header {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}
.header__wrapper {
  display: flex;
  align-items: center;
  padding: 14px 24px 0 24px;
}
.header__logo {
  position: relative;
  z-index: 99;
  max-width: 100px;
}
@media (min-width: 768px) {
  .header__logo {
    max-width: 220px;
  }
}
.header__hamburger {
  display: none;
  cursor: pointer;
  margin-right: 12px;
}
@media (min-width: 768px) {
  .header__hamburger {
    margin-right: 24px;
  }
}
@media (max-width: 991px) {
  .header__hamburger {
    display: block;
    margin-left: auto;
    position: relative;
    z-index: 99;
  }
}
.header__hamburger-icon {
  display: block;
}
.header__hamburger-close {
  display: none;
}
.header__nav {
  position: absolute;
  background-color: #336CFF;
  width: 100%;
  left: 0;
  top: 110%;
  height: auto;
  z-index: 10;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  padding: 20px 0;
}
.header__nav.open {
  display: block;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 991px) {
  .header__nav {
    position: relative;
    background: transparent;
    width: unset;
    margin: 0 25px 0 auto;
    text-align: center;
    opacity: 1;
    visibility: visible;
    display: block;
  }
}
.header__nav-links {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 991px) {
  .header__nav-links {
    flex-direction: row;
  }
}
.header__nav-link {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  text-decoration: none;
  padding: 12px 14px;
}

.footer .cform {
  width: 100%;
}
.footer .cform p {
  margin-bottom: 16px;
}
.footer .cform label {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.footer .cform input {
  width: 100%;
  background: #1F44A4;
  min-height: 50px;
  color: #fff;
  border: 0;
  border-radius: 5px;
}
.footer .cform textarea {
  width: 100%;
  background: #1F44A4;
  color: #fff;
  border: 0;
  border-radius: 5px;
}
.footer .cform-submit {
  background: #336CFF;
  width: 100%;
  max-height: 50px;
  min-height: 50px;
}
.footer .cform-submit input {
  background: #336CFF;
}
.footer .cform-submit p {
  margin-bottom: 0;
}
.footer__cta {
  min-height: 443px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.footer__cta-tf {
  padding: 0 20px;
  margin-bottom: 32px;
}
.footer__cta-tf p {
  color: #fff;
}
.footer__cta-btn {
  text-align: center;
}
.footer__block {
  background: #17337D;
  padding: 80px 20px;
}
@media (min-width: 991px) {
  .footer__block {
    padding: 120px 20px 90px 20px;
  }
}
.footer__block-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 991px) {
  .footer__block-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.footer__tf {
  margin-bottom: 32px;
}
.footer__tf h2, .footer__tf p {
  color: #fff;
}
.footer__tf h2 {
  margin-bottom: 12px;
}
.footer__info {
  margin-bottom: 32px;
}
@media (min-width: 991px) {
  .footer__info {
    margin-bottom: 0;
  }
}
.footer__info-box {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 28px;
}
.footer__info-box:nth-last-child(1) {
  margin-bottom: 0;
}
.footer__info-box p {
  color: #fff;
}
.footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.footer__social-link {
  text-decoration: none;
  color: #282828;
}
.footer__copyright {
  padding: 40px 20px 30px 20px;
}
.footer__copyright-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DCE5EF;
  padding-bottom: 16px;
  margin-bottom: 16px;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .footer__copyright-top {
    flex-direction: row;
  }
}
.footer__copyright-bottom {
  text-align: center;
}

body.properties-template-default header .header__nav-link,
body.page-id-130 .header__nav-link,
body.search .header__nav-link {
  color: #fff;
}
@media (min-width: 991px) {
  body.properties-template-default header .header__nav-link,
body.page-id-130 .header__nav-link,
body.search .header__nav-link {
    color: #282828;
  }
}

body.properties-template-default header .header__hamburger-icon svg path,
body.page-id-130 .header__hamburger-icon svg path,
body.search .header__hamburger-icon svg path {
  fill: #336CFF;
}

.hero {
  padding: 200px 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .hero {
    padding: 300px 20px;
  }
}
.hero__tf {
  max-width: 1070px;
  margin: 0 auto;
}
.hero__tf h1, .hero__tf p {
  color: #fff;
}
.hero__tf h1 {
  text-transform: capitalize;
  margin-bottom: 16px;
}

.fps {
  padding: 80px 20px;
}
@media (min-width: 991px) {
  .fps {
    padding: 135px 20px;
  }
}
.fps__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  margin-bottom: 68px;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 768px) {
  .fps__top {
    flex-direction: row;
  }
}

.bnf__tf {
  background: #336CFF;
  padding: 80px 20px 220px 20px;
}
@media (min-width: 768px) {
  .bnf__tf {
    padding: 80px 20px 250px 20px;
  }
}
.bnf__tf h2, .bnf__tf p {
  color: #fff;
}
.bnf__tf h2 {
  margin-bottom: 16px;
}
.bnf__tf-wrapper {
  max-width: 525px;
  margin: 0 auto;
}
.bnf__boxes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: -170px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .bnf__boxes {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 991px) {
  .bnf__boxes {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.bnf__box {
  padding: 32px;
  background: #F4F9FB;
  border-radius: 5px;
}
.bnf__box img {
  margin-bottom: 32px;
}
.bnf__box h3 {
  font-size: 24px;
  margin-bottom: 16px;
}
.hiw {
  padding: 100px 20px 100px 20px;
}
@media (min-width: 768px) {
  .hiw {
    padding: 130px 20px;
  }
}
@media (min-width: 991px) {
  .hiw {
    padding: 170px 20px 130px 20px;
  }
}
.hiw__tf {
  max-width: 480px;
  margin-bottom: 48px;
}
.hiw__tf h2 {
  margin-bottom: 12px;
}
.hiw__boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.hiw__boxes:nth-last-child(1) {
  margin-bottom: 0;
}
.hiw__boxes.top {
  justify-content: flex-start;
}
.hiw__boxes.bottom {
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .hiw__boxes.bottom {
    justify-content: flex-end;
  }
}
.hiw__box {
  background: #F4F9FB;
  padding: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 470px;
}
@media (min-width: 768px) {
  .hiw__box {
    width: 40%;
  }
}
.hiw__box-number {
  font-size: 70px;
  line-height: 110%;
  color: #E0E4E6;
  font-weight: bold;
}
@media (min-width: 768px) {
  .hiw__box-number {
    font-size: 110px;
  }
}
.hiw__box-description {
  margin-left: -3px;
}

.au {
  background: #F4F9FB;
  padding: 65px 20px;
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .au {
    margin-bottom: 140px;
  }
}
@media (min-width: 991px) {
  .au {
    margin-bottom: 200px;
  }
}
.au__grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 32px;
}
@media (min-width: 768px) {
  .au__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.au__tf {
  max-width: 100%;
}
@media (min-width: 768px) {
  .au__tf {
    max-width: 480px;
  }
}
.au__tf h2 {
  font-weight: 900;
  margin-bottom: 20px;
}
.au__tf p {
  margin-bottom: 20px;
}

.tsm {
  margin-bottom: 100px;
  padding: 0 20px;
}
@media (min-width: 991px) {
  .tsm {
    margin-bottom: 130px;
  }
}
.tsm__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.tsm__slide-navigation {
  position: relative;
  width: 140px;
}
.tsm__slide-navigation .swiper-button-next:after, .tsm__slide-navigation .swiper-button-prev:after {
  font-size: 28px;
}
.tsm__slide-box {
  background: #F4F9FB;
  padding: 30px;
  border-radius: 5px;
}
.tsm__slide-avatar {
  max-width: 80px;
}
.tsm__slide-name {
  font-size: 20px;
  font-weight: 900;
  line-height: 130%;
}
.tsm__slide-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 35px;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
.lightbox .lightbox-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  max-height: 80%;
  object-fit: contain;
}
.lightbox .close, .lightbox .prev, .lightbox .next {
  color: white;
  font-size: 35px;
  cursor: pointer;
  position: absolute;
}
.lightbox .close {
  top: 15px;
  right: 35px;
}
.lightbox .prev, .lightbox .next {
  top: 50%;
  transform: translateY(-50%);
}
.lightbox .prev {
  left: 15px;
}
.lightbox .next {
  right: 15px;
}

.pps {
  overflow: hidden;
  padding: 190px 20px 0 20px;
}
.pps__content {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  flex-direction: column;
}
@media (min-width: 991px) {
  .pps__content {
    flex-direction: row;
  }
}
.pps__sidebar {
  background: #F4F9FB;
  padding: 40px;
  display: inline-flex;
  flex-direction: column;
  gap: 16px;
  margin: 40px 0 20px 0;
}
@media (min-width: 991px) {
  .pps__sidebar {
    margin-top: 40px;
  }
}
.pps__sidebar .btn {
  text-align: center;
}
.pps__hero {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
  margin-bottom: 80px;
  flex-direction: column;
}
@media (min-width: 991px) {
  .pps__hero {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.pps__gallery {
  display: flex;
  gap: 12px;
  order: 2;
}
@media (min-width: 768px) {
  .pps__gallery {
    display: block;
    order: unset;
  }
}
.pps__gallery-image {
  min-width: 80px;
  max-width: 80px;
  min-height: 80px;
  max-height: 80px;
  margin-bottom: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  position: relative;
}
@media (min-width: 768px) {
  .pps__gallery-image {
    min-width: 118px;
    max-width: 118px;
    min-height: 118px;
    max-height: 118px;
  }
}
.pps__gallery-image.hidden {
  display: none;
}
.pps__gallery-image:nth-last-child(1) {
  margin-bottom: 0;
}
.pps__gallery .image-count {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
}
.pps__images {
  max-width: 670px;
  display: flex;
  gap: 16px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .pps__images {
    flex-direction: row;
  }
}
.pps__info-features {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.pps__info-features-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #F4F9FB;
  padding: 8px;
}
.pps__info-price {
  font-size: 32px;
  line-height: 130%;
  font-weight: bold;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .pps__info-price {
    font-size: 40px;
  }
}
.pps__info-title {
  font-weight: 600;
  margin-bottom: 10px;
}
.pps__info-excerpt {
  margin-bottom: 10px;
}
.pps__info-viewonmap {
  margin-bottom: 30px;
  font-weight: 600;
  color: #282828;
}
.pps__content-left {
  max-width: 670px;
}
.pps__about {
  margin-bottom: 40px;
}
.pps__about h3 {
  margin-bottom: 24px;
}
.pps__about p {
  margin-bottom: 20px;
}
.pps__hd {
  margin-bottom: 40px;
}
.pps__hd-tf {
  margin-bottom: 20px;
}
.pps__hd-features {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.pps__hd-features-title {
  font-weight: 600;
  margin-bottom: 20px;
}
.pps__hd-features-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #F4F9FB;
  padding: 8px;
  margin-bottom: 16px;
}
.pps__hd-features-item:nth-last-child(1) {
  margin-bottom: 0;
}
.pps__features {
  margin-bottom: 40px;
}
.pps__features-tf {
  margin-bottom: 20px;
}
.pps__features-features {
  display: flex;
  flex-direction: column;
}
.pps__features-features-block {
  margin-bottom: 24px;
}
.pps__features-features-block:nth-last-child(1) {
  margin-bottom: 0;
}
.pps__features-features-title {
  font-weight: 600;
  margin-bottom: 20px;
}
.pps__features-features-items {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.pps__features-features-item {
  display: flex;
  align-items: center;
  background: #F4F9FB;
  padding: 8px;
}
.pps__features-features-item:nth-last-child(1) {
  margin-bottom: 0;
}
.pps__map {
  margin-bottom: 40px;
}
.pps__map-tf {
  margin-bottom: 20px;
}
.pps__related {
  margin: 120px 0;
}
.pps__mkv-features {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.pps__mkv-features-title {
  margin-bottom: 4px;
}
.pps__mkv-features-price {
  font-size: 24px;
  font-weight: bold;
}
.pps__mkv-block {
  background: #F4F9FB;
  padding: 16px 24px;
}

.property .swiper {
  overflow: visible;
}
.property__slide-content {
  background: #F4F9FB;
  padding: 20px 16px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.property__slide-image {
  width: 100%;
  height: 100%;
  min-height: 291px;
  max-height: 291px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.property__slide-price {
  font-size: 28px;
  line-height: 130%;
  font-weight: bold;
  margin-bottom: 20px;
}
.property__slide-title {
  font-size: 18px;
  line-height: 130%;
  font-weight: 600;
  margin-bottom: 6px;
}
.property__slide-excerpt {
  font-size: 15px;
  line-height: 137%;
  margin-bottom: 6px;
}
.property__slide-location {
  font-size: 15px;
  font-weight: 600;
  color: #282828;
}
.property__slide-features {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.property__slide-features-item {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #fff;
  padding: 4px 8px;
}
.property__slide-features-item img {
  max-width: 16px;
}
@media (min-width: 420px) {
  .property__slide-features-item img {
    max-width: 100%;
  }
}
.property__slide-features-item p {
  font-size: 13px;
}
.property__slide-box {
  max-width: 373px;
}

.pag {
  padding: 190px 20px 0 20px;
  margin-bottom: 100px;
}
@media (min-width: 620px) {
  .pag {
    margin-bottom: 120px;
  }
}
.pag__tf {
  margin-bottom: 60px;
}
.pag__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  place-items: center;
}
@media (min-width: 620px) {
  .pag__grid {
    grid-template-columns: 1fr 1fr;
    place-items: initial;
  }
}
@media (min-width: 991px) {
  .pag__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.search-wrapper {
  padding-top: 190px;
  margin-bottom: 120px;
}
.search-wrapper h2 {
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #DCE5EF;
}
.search__title {
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 16px;
  display: block;
  color: #336CFF;
}
.search__title:hover {
  color: #282828;
}
.search__article {
  border-bottom: 1px solid #DCE5EF;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.search-form {
  max-width: 580px;
  margin: 40px auto 0 auto;
  background: white;
  display: flex;
  padding: 4px;
  border-radius: 999px;
  gap: 4px;
}
.search-form input {
  padding: 0 0 0 20px;
  margin: 0;
  border: 0;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.3);
  line-height: 160%;
  font-family: "Poppins", sans-serif;
  border-radius: 999px;
}
.search-form button {
  padding: 0;
  border: 0;
  margin: 0;
  min-height: 64px;
  min-width: 124px;
  background: #336CFF;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  font-family: "Poppins", sans-serif;
  border-radius: 999px;
  cursor: pointer;
}
/*# sourceMappingURL=app.css.map */
