@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
body {
  font-family: "Montserrat", sans-serif;
  color: #3a3a3a;
}

h1 {
  font-size: 1.875rem;
  font-weight: 600;
  color: #1b75bb;
}

a {
  color: #3a3a3a;
  outline: none;
}
a:hover {
  text-decoration: none;
  transition: 0.3s;
  color: #42b0ef !important;
}

button:focus {
  outline: none;
}

.btn {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.125rem;
}
.btn.btn-white {
  background-color: #ffffff;
  color: #1b75bb;
}
.btn.btn-primary {
  background-color: #1b75bb;
  border-color: #1a75bb;
}
.btn.btn-primary:hover {
  background-color: #3387c8;
  color: #ffffff !important;
}
.btn.btn-outline-primary {
  color: #1b75bb;
  border-color: #1b75bb;
}
.btn.btn-outline-primary:hover {
  color: #ffffff !important;
  background-color: #1b75bb;
  border-color: #1b75bb;
}
.btn.btn-icon {
  padding: 0.25rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 1px;
}
.btn.btn-icon.btn-lg {
  padding: 0.1rem 0 !important;
  max-width: 300px;
  min-height: 44px;
  margin: 0 auto;
}
.btn.btn-icon.btn-lg span.text {
  margin: 0 1.5rem !important;
}
.btn.btn-icon span.text {
  margin: 0 auto;
  line-height: 1;
}
.btn.btn-icon span.icon {
  display: inline-flex;
  height: 44px;
  overflow: hidden;
  align-items: flex-end;
  border-left: 1px solid #176cad;
  padding-left: 0.25rem;
}
.btn.btn-icon span.icon i {
  font-size: 2.75rem;
}
.btn.btn-icon span.icon i::before {
  line-height: unset;
}

header {
  background: url("/assets/images/waves-header.png") 0 0 repeat-x;
  min-height: 84px;
  border-bottom: 1px solid #d4d4d4;
}
header .logo {
  height: 48px;
}
header .phones {
  font-size: 18px;
  border-right: 1px solid #d4d4d4;
  padding-right: 20px;
  margin-right: 1rem;
}
header .phones a {
  font-weight: 500;
  color: #3a3a3a;
}
header .icons {
  margin-right: -6px;
}
header .icons a {
  font-size: 36px;
  position: relative;
  z-index: 1;
}
header .icons a::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: #ffffff;
  top: 0;
  left: 0;
  border-radius: 100%;
  z-index: -1;
  transform: scale(0.5);
}
header .icons a:hover {
  opacity: 0.8;
}
header .icons a.whatsapp {
  color: #30bf39;
}
header .icons a.whatsapp:hover {
  color: #30bf39 !important;
}
header .icons a.viber {
  color: #7b519d;
}
header .icons a.viber:hover {
  color: #7b519d !important;
}
header .icons a.telegram {
  color: #40b0ef;
}
header .icons a.telegram:hover {
  color: #40b0ef !important;
}

nav {
  min-height: 40px;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 1.75rem;
}
nav .breadcrumb {
  background-color: unset;
  padding: 0.75rem 0;
  margin: 0;
  font-size: 12px;
  flex-wrap: unset;
  position: relative;
  opacity: 1;
  height: auto;
  overflow: hidden;
}
nav .breadcrumb:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10%;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1);
}
nav .breadcrumb .breadcrumb-item {
  white-space: nowrap;
}
nav .breadcrumb .breadcrumb-item a, nav .breadcrumb .breadcrumb-item.active, nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #8e8e8e;
}
nav .nav .properties-titles {
  padding-left: 15px;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  margin: 20px 0px 10px 0px;
}
nav .nav .property_link a {
  padding: 3px 1rem;
}
nav .nav .nav-item:last-of-type .nav-link {
  padding-right: 0;
}

@media only screen and (max-width: 767px) {
  nav {
    width: 100%;
    min-height: 60px;
    margin-bottom: 0 !important;
    background: #ffffff url("/assets/images/waves-header.png") top center no-repeat;
    position: fixed;
    z-index: 9999;
  }
  nav .container-xl > .row {
    margin: 0;
  }
  nav .container-xl > .row > div {
    padding: 0;
  }
  nav .mobile-header {
    height: 60px;
  }
  nav .mobile-header .logo {
    height: 30px;
  }
  nav .mobile-header .buttons {
    max-height: 40px;
  }
  nav .mobile-header .buttons .phone {
    font-size: 2rem;
    color: #1b75bb;
    border-right: 1px solid #d4d4d4;
    padding-right: 0.3125rem;
  }
  nav .mobile-header .buttons .navbar-toggler {
    padding: 0.25rem 0.5rem 0.25rem 0.25rem;
    font-size: 2.125rem;
    color: #1b75bb;
  }
  nav .mobile-header .buttons i {
    display: block;
    margin-top: -3px;
  }
  nav .navbar-collapse {
    z-index: 999;
    position: absolute;
    width: 100%;
  }
  nav .navbar-collapse .nav {
    background-color: #4595d2;
    padding: 0.5rem 0;
  }
  nav .navbar-collapse .nav li {
    display: block;
    width: 100%;
  }
  nav .navbar-collapse .nav li a {
    color: #ffffff;
  }
  main {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 425px) {
  nav .mobile-header .logo {
    height: 26px;
  }
}
footer {
  background: #4595d2 url("/assets/images/waves-footer.png") 0 0 repeat;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
}
footer a {
  color: #ffffff;
}
footer > div:first-child {
  min-height: 262px;
}
footer > div:first-child .row > div:first-of-type {
  border-right: 1px solid #3387c8;
  padding: 10px 0;
}
footer > div:first-child .row > div:first-of-type .logo {
  max-height: 36px;
}
footer > div:last-of-type {
  min-height: 48px;
  background-color: #1b75bb;
  font-size: 0.75rem;
}
footer > div:last-of-type .copyright {
  height: 48px;
}
footer > div:last-of-type .icons a {
  font-size: 28px;
  position: relative;
  z-index: 1;
}
footer > div:last-of-type .icons a::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: #ffffff;
  top: 0;
  left: 0;
  border-radius: 100%;
  z-index: -1;
  transform: scale(0.5);
}
footer > div:last-of-type .icons a:hover {
  opacity: 0.8;
}
footer > div:last-of-type .icons a.whatsapp {
  color: #30bf39;
}
footer > div:last-of-type .icons a.whatsapp:hover {
  color: #30bf39 !important;
}
footer > div:last-of-type .icons a.viber {
  color: #7b519d;
}
footer > div:last-of-type .icons a.viber:hover {
  color: #7b519d !important;
}
footer > div:last-of-type .icons a.telegram {
  color: #40b0ef;
}
footer > div:last-of-type .icons a.telegram:hover {
  color: #40b0ef !important;
}
footer ul {
  column-count: 3;
  column-gap: 1rem;
}
footer ul li {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}
footer ul li::before {
  content: "\e80e";
  font-family: "property-group";
  color: #1b75bb;
  font-size: 1.25rem;
  margin-right: 0.5rem;
}

@media only screen and (max-width: 1199px) {
  footer > div:first-child .row > div:first-of-type {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 1124px) {
  footer > div:first-child .row > div:first-of-type .logo {
    max-height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    min-height: 48px;
    margin: 0;
  }
  footer > div:last-of-type {
    background: #1b75bb url("/assets/images/waves-footer-mobile.png") 0 0 repeat-x;
  }
  footer > div:last-of-type .copyright span {
    margin: 0 auto;
  }
}

/*# sourceMappingURL=styles.css.map */
