@import "bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap");
@import "components/swiper-bundle.min.css";
@import "components/nouislider.min.css";
.animated-effect, .capacity .table tbody tr, .services-page .services-companies-filters .service-company-filter, #filters-wrapper .services-companies-filters .service-company-filter, #filters-wrapper #service-offer-item-big-card, .services-filters .services-main-filters .service-offer-item, .contact-details form .form-group .form-control, .search-area .form-field .form-control, .search-notaries .table-results .table tbody tr, .search-notaries form .form-control, .immo-section .property-item .property-thumbnail, .immo-section .property-item, .modal .modal-body form .form-group .form-control, .navbar .navbar-nav .nav-item .nav-link {
  transition: 0.1s ease all;
}

.animated-long-effect {
  transition: 0.25s ease all;
}

.active-effect {
  transform-origin: center;
  transform: scale(0.975);
}

.disable-selection {
  user-select: none;
}

.disable-clicks {
  pointer-events: none;
}

.text-ellipsis {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.filter-primary, .services .service-item img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(24%) saturate(1928%) hue-rotate(185deg) brightness(89%) contrast(94%);
}

.dots-pattern, .about .about-image:before {
  background-image: radial-gradient(circle, rgba(11, 28, 35, 0.1), rgba(11, 28, 35, 0.1) 1px, transparent 1px);
  background-size: 8px 8px;
}

html, body {
  font-family: "Roboto", sans-serif;
  position: relative;
}

header.page-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
}

.top-bar {
  display: block;
  position: relative;
  padding: 0.75rem 0;
  background: #0b1c23;
}
@media (max-width: 767.9px) {
  .top-bar {
    display: none;
  }
}
.top-bar .container {
  display: flex;
  align-items: center;
}
.top-bar .top-bar-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  font-size: 0.9rem;
}
.top-bar .top-bar-item + .top-bar-item {
  margin-left: 0.75rem;
}
.top-bar .top-bar-item img {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.25rem;
  flex-shrink: 0;
  display: block;
  filter: brightness(0) invert(1);
}

.navbar {
  position: sticky;
  top: 0;
  background: transparent;
  z-index: 99;
  padding: 1.5rem 0;
}
@media (max-width: 767.9px) {
  .navbar .navbar-nav {
    padding-top: 1rem;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #0b1c23;
  margin-left: 1rem;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 0.5rem 1rem;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .navbar .navbar-nav .nav-item .nav-link {
    margin-left: 0;
    padding: 0.5rem;
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .navbar .navbar-nav .nav-item .nav-link {
    margin-left: 0;
    padding: 0.5rem;
    font-size: 0.9rem;
    letter-spacing: 0;
  }
}
@media (max-width: 767.9px) {
  .navbar .navbar-nav .nav-item .nav-link {
    margin-left: 0;
    padding: 0.5rem;
  }
}
.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:focus {
  color: #00b3c4;
}
.navbar .navbar-nav .nav-item .nav-link.active, .navbar .navbar-nav .nav-item .nav-link:active {
  color: #00b3c4;
}
.navbar .navbar-toggler {
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
}

.navbar-brand {
  position: relative;
  padding: 0 0 0 4rem;
  display: block;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .navbar-brand {
    padding-left: 3rem;
  }
}
.navbar-brand img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 3.5rem;
  height: 3.5rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .navbar-brand img {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.navbar-brand strong {
  display: block;
  color: #00b3c4;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .navbar-brand strong {
    font-size: 0.9rem;
    display: none;
  }
}
@media (max-width: 767.9px) {
  .navbar-brand strong {
    font-size: 1rem;
  }
}
.navbar-brand span {
  display: block;
  color: #00b3c4;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .navbar-brand span {
    font-size: 0.9rem;
    display: none;
  }
}
@media (max-width: 767.9px) {
  .navbar-brand span {
    font-size: 1rem;
  }
}

footer.page-footer {
  background: #fff;
  padding: 5rem 0;
}
footer.page-footer .navbar-brand img {
  filter: brightness(0);
}
footer.page-footer .navbar-brand strong, footer.page-footer .navbar-brand span {
  color: #0b1c23;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  footer.page-footer .navbar-brand strong, footer.page-footer .navbar-brand span {
    display: block;
  }
}
footer.page-footer h5 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #0b1c23;
  margin: 0 0 1rem 0;
}
@media (max-width: 767.9px) {
  footer.page-footer h5 {
    margin: 2rem 0 1rem 0;
  }
}
footer.page-footer p {
  font-size: 1rem;
  color: rgba(11, 28, 35, 0.5);
}
footer.page-footer p a {
  color: #0b1c23;
}
footer.page-footer hr {
  margin: 2.5rem 0;
  background-color: rgba(11, 28, 35, 0.1);
  opacity: 1;
  border: none;
}
footer.page-footer .working-hours {
  color: #0b1c23;
  font-size: 1rem;
}
footer.page-footer .working-hours .row {
  margin-top: 0.5rem;
}
footer.page-footer .contact-item {
  display: flex;
  align-items: center;
  color: #0b1c23;
  text-decoration: none;
  margin-top: 1rem;
  font-weight: 400;
  font-size: 1rem;
}
footer.page-footer .contact-item img {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  margin-right: 0.5rem;
  filter: brightness(0);
  opacity: 0.5;
}
footer.page-footer .contact-item strong {
  font-weight: 400;
}

.btn {
  border-radius: 2rem;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  font-size: 1rem;
}
.btn.btn-primary {
  background: #00b3c4;
  border-color: #00b3c4;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: rgb(0, 202.2882653061, 221.5);
  border-color: rgb(0, 202.2882653061, 221.5);
  box-shadow: rgba(11, 28, 35, 0.1) 0 0.5rem 2.5rem;
}
.btn.btn-primary:active {
  background: rgb(17.5, 234.4005102041, 255);
  border-color: rgb(17.5, 234.4005102041, 255);
  box-shadow: rgba(11, 28, 35, 0.25) 0 0.25rem 3rem;
}
.btn.btn-outline-primary {
  border-color: #00b3c4;
  color: #00b3c4;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  color: #fff;
  background: rgb(0, 202.2882653061, 221.5);
  border-color: rgb(0, 202.2882653061, 221.5);
  box-shadow: rgba(11, 28, 35, 0.1) 0 0.5rem 2.5rem;
}
.btn.btn-outline-primary:active {
  color: #fff;
  background: rgb(17.5, 234.4005102041, 255);
  border-color: rgb(17.5, 234.4005102041, 255);
  box-shadow: rgba(11, 28, 35, 0.25) 0 0.25rem 3rem;
}
.btn.btn-outline-light {
  border-color: #fff;
  color: #fff;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus {
  color: #fff;
  background: rgb(0, 202.2882653061, 221.5);
  border-color: rgb(0, 202.2882653061, 221.5);
  box-shadow: rgba(11, 28, 35, 0.1) 0 0.5rem 2.5rem;
}
.btn.btn-outline-light:active {
  color: #00b3c4;
  background: #fff;
  border-color: #fff;
  box-shadow: rgba(11, 28, 35, 0.25) 0 0.25rem 3rem;
}

.modal .modal-content {
  border-radius: 2rem;
  padding: 1rem;
}
@media (max-width: 767.9px) {
  .modal .modal-content {
    padding: 0.5rem;
    border-radius: 1rem;
  }
}
.modal .modal-header .modal-title {
  font-size: 1.5rem;
  font-weight: 400;
  color: #0b1c23;
}
.modal .modal-header .btn-close {
  outline: none;
  box-shadow: none;
}
.modal .modal-body form .form-group {
  margin-bottom: 1rem;
}
.modal .modal-body form .form-group .form-label {
  font-weight: 600;
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
}
.modal .modal-body form .form-group .form-control {
  padding: 0.75rem;
  border: none;
  background: rgba(11, 28, 35, 0.1);
  border-radius: 1rem;
  font-size: 1.25rem;
  box-shadow: none;
  outline: none;
}
.modal .modal-body form .form-group .form-control:focus {
  background: rgba(11, 28, 35, 0.05);
}
.modal .modal-body form .form-group textarea.form-control {
  min-height: 140px;
}
.modal .modal-body p.small {
  color: rgba(11, 28, 35, 0.5);
  margin: 0.5rem 0 0 0;
}
.form-control {
  height: auto;
}
.main {
  padding: 12rem 0;
  position: relative;
  background: url("/img/main-bg.jpg") center no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.9px) {
  .main {
    padding: 5rem 0;
    background-attachment: inherit;
    min-height: inherit;
  }
}
.main:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(11, 28, 35, 0.25), rgba(11, 28, 35, 0.1));
  content: " ";
  z-index: 0;
}
.main .container {
  position: relative;
  z-index: 3;
}
.main h1 {
  color: #fff;
  font-weight: 600;
  font-size: 1.25rem;
}
@media (max-width: 767.9px) {
  .main h1 {
    font-size: 1.25rem;
  }
}
.main h1 span {
  font-size: 3.25rem;
  font-weight: bold;
  line-height: 1.1;
  display: block;
  margin-top: 0.5rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main h1 span {
    font-size: 3rem;
    letter-spacing: -0.15rem;
  }
}
@media (max-width: 767.9px) {
  .main h1 span {
    font-size: 2.5rem;
    letter-spacing: 0;
    line-height: 1;
  }
}
.main p {
  color: #fff;
  font-size: 1rem;
  margin: 1rem 0 1.5rem 0;
}
@media (max-width: 767.9px) {
  .main p {
    max-width: 100%;
  }
}

.about {
  padding: 5rem 0 0 0;
}
@media (max-width: 767.9px) {
  .about {
    padding: 2.5rem 0 0 0;
    text-align: center;
    overflow: hidden;
  }
}
.about h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #00b3c4;
  margin-bottom: 1rem;
  position: relative;
}
.about h2 {
  font-size: 2.25rem;
  font-weight: bold;
  display: block;
  color: #0b1c23;
}
@media (max-width: 767.9px) {
  .about h2 {
    font-size: 2rem;
  }
}
.about p {
  color: #0b1c23;
}
.about .about-image {
  position: relative;
  z-index: 0;
}
@media (max-width: 767.9px) {
  .about .about-image {
    width: 125%;
    margin: 1.5rem -35% 0 0;
  }
}
.about .about-image:before {
  position: absolute;
  bottom: 10%;
  right: -25%;
  width: 100%;
  height: 60%;
  margin: auto;
  content: " ";
  z-index: 0;
  border-radius: 2rem;
}
.about .about-image .img-fluid {
  position: relative;
  z-index: 1;
}
.about .about-image .about-image-icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transform: translateX(-50%);
  background: #00b3c4;
  width: 6rem;
  height: 6rem;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
}
.about .about-image .about-image-icon img {
  filter: brightness(0) invert(1);
  width: 2.5rem;
  height: 2.5rem;
  display: block;
}
.about .about-image .about-image-icon.icon-bg-2 {
  background: #0b1c23;
  transform: translateY(-75%) translateX(50%);
  left: auto;
  right: 0;
}
.about .about-image .about-image-icon.icon-bg-3 {
  background: #056c73;
  transform: translateY(125%) translateX(-25%);
}
.about .box {
  margin-top: 5rem;
  padding: 3.5rem;
  border-radius: 2rem;
  background: url("../img/calculator-bg.jpg") center no-repeat fixed;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .about .box {
    padding: 2.5rem 0.75rem;
    border-radius: 0;
    width: calc(100% + 1.5rem);
    margin: 2.5rem -0.75rem 0 -0.75rem;
  }
}
.about .box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00b3c4;
  content: " ";
  z-index: 0;
  opacity: 0.9;
}
.about .box .row {
  position: relative;
  z-index: 2;
}
.about .service-item {
  display: block;
}
.about .service-item.v2 {
  height: 100%;
  padding: 2.5rem;
}
@media (max-width: 767.9px) {
  .about .service-item.v2 {
    padding: 1.5rem;
  }
}
.about .service-item .service-icon {
  width: 4rem;
  height: 4rem;
  filter: brightness(0) invert(1);
}
.about .service-item h4 {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  margin: 1.5rem 0 0 0;
}
.about .service-item h5 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  margin: 1rem 0;
}
.about .service-item p {
  margin: 0;
  font-size: 1rem;
  color: white;
}

.immo-section {
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  .immo-section {
    padding: 2.5rem 0 0 0;
  }
}
.immo-section h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #00b3c4;
  margin-bottom: 1rem;
  position: relative;
}
.immo-section h2 {
  font-size: 2.25rem;
  font-weight: bold;
  display: block;
  color: #0b1c23;
}
@media (max-width: 767.9px) {
  .immo-section h2 {
    font-size: 2rem;
  }
}
.immo-section p {
  color: #0b1c23;
}
.immo-section .immo-slider {
  margin-top: 1.5rem;
}
.immo-section .property-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  background: #fff;
  height: 100%;
  padding: 1.5rem;
  border-radius: 1rem;
  overflow: hidden;
  border: 2px solid #eee;
}
.immo-section .property-item:hover {
  border-color: #00b3c4;
}
.immo-section .property-item:hover .property-thumbnail {
  opacity: 0.9;
}
.immo-section .property-item.green-border {
  position: relative;
  border: 0.1875rem solid #d6aa45;
  border-radius: 1.2rem;
  overflow: hidden;
}
.immo-section .property-item.green-border .property-thumbnail {
  border-radius: 1rem 0 0 1rem;
  overflow: hidden;
}
.immo-section .property-item .property-thumbnail {
  width: calc(100% + 3rem);
  margin: -1.5rem -1.5rem 1.5rem -1.5rem;
  display: block;
}
.immo-section .property-item .property-thumbnail img {
  width: 100%;
  height: 20rem;
  object-fit: cover;
  display: block;
}
.immo-section .property-item .property-type {
  display: block;
  color: #0b1c23;
  font-weight: 500;
  font-size: 0.8rem;
}
.immo-section .property-item .property-name {
  display: block;
  color: #00b3c4;
  text-decoration: none;
  margin: 1rem 0;
  width: 100%;
}
.immo-section .property-item .property-name strong {
  display: block;
  line-height: 1.2;
  font-size: 1.5rem;
  font-weight: 400;
}
.immo-section .property-item .property-name span {
  display: block;
  line-height: 1.2;
  font-size: 1.5rem;
  font-weight: 400;
}
.immo-section .property-item .property-notary-name {
  display: block;
  font-size: 0.8rem;
  color: rgba(11, 28, 35, 0.5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1rem;
  width: 100%;
}
.immo-section .property-item .property-price {
  margin: auto 0 0 0;
  font-weight: 600;
  font-size: 1.25rem;
  color: #0b1c23;
}
.immo-section .property-item .property-features {
  list-style: none;
  margin: 1rem 0 0 0;
  padding: 1rem 0 0 0;
  border-top: 1px solid rgba(11, 28, 35, 0.1);
  display: flex;
  width: 100%;
}
.immo-section .property-item .property-features li {
  display: flex;
  align-items: center;
  color: #0b1c23;
  font-size: 0.8rem;
}
.immo-section .property-item .property-features li + li {
  margin-left: 1rem;
}
.immo-section .property-item .property-features li img {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  margin-right: 0.25rem;
  filter: brightness(0);
  opacity: 0.25;
}
.immo-section .pagination-area {
  margin-top: 1.5rem;
}
.immo-section .pagination-area .page-item .page-link {
  color: #00b3c4;
  padding: 0.6rem 1.3rem;
  font-weight: bold;
  margin-right: 0.5rem;
  border: none;
  background: rgba(0, 179, 196, 0.05);
  border-radius: 1rem;
  box-shadow: none;
  outline: none;
}
.immo-section .pagination-area .page-item .page-link:hover {
  background: rgba(0, 179, 196, 0.1);
}
@media (max-width: 767.9px) {
  .immo-section .pagination-area .page-item .page-link {
    padding: 0.3rem 0.58rem;
  }
}
.immo-section .pagination-area .page-item.active .page-link {
  color: #fff;
  background-color: #00b3c4;
  border-color: #00b3c4;
}
@media (max-width: 767.9px) {
  .immo-section .pagination-area {
    overflow-x: hidden;
  }
}

.services {
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  .services {
    padding: 2.5rem 0 0 0;
  }
}
.services h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #00b3c4;
  margin-bottom: 1rem;
  position: relative;
}
.services h2 {
  font-size: 2.25rem;
  font-weight: bold;
  display: block;
  color: #0b1c23;
}
@media (max-width: 767.9px) {
  .services h2 {
    font-size: 2rem;
  }
}
.services p {
  color: #0b1c23;
}
.services .service-item {
  display: block;
  position: relative;
  padding: 2.5rem;
  border-radius: 1rem;
  background: #fff;
  height: 100%;
  text-align: center;
  border: 2px solid #f2f3f4;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .services .service-item {
    padding: 1.5rem;
  }
}
@media (max-width: 767.9px) {
  .services .service-item {
    padding: 1.5rem;
  }
}
.services .service-item img {
  width: 4rem;
  height: 4rem;
  display: block;
  margin: auto;
}
.services .service-item h4 {
  font-weight: 600;
  color: #0b1c23;
  margin: 1.5rem 0 0.5rem 0;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .services .service-item h4 {
    font-size: 1rem;
  }
}
@media (max-width: 767.9px) {
  .services .service-item h4 {
    font-size: 1rem;
  }
}
.services .service-item p {
  color: #0b1c23;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .services .service-item p {
    font-size: 0.9rem;
  }
}
@media (max-width: 767.9px) {
  .services .service-item p {
    font-size: 0.9rem;
  }
}

.search-notaries {
  padding: 5rem 0;
  background: #0b1c23;
}
@media (max-width: 767.9px) {
  .search-notaries {
    padding: 5rem 0;
    text-align: center;
  }
}
.search-notaries h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1rem;
  position: relative;
}
.search-notaries h2 {
  font-size: 2.25rem;
  font-weight: bold;
  display: block;
  color: #fff;
}
@media (max-width: 767.9px) {
  .search-notaries h2 {
    font-size: 2rem;
  }
}
.search-notaries p {
  color: #fff;
}
.search-notaries form {
  display: block;
  position: relative;
}
.search-notaries form img {
  position: absolute;
  top: 0;
  left: 1rem;
  bottom: 0;
  z-index: 1;
  width: 1.25rem;
  height: 1.25rem;
  margin: auto;
  opacity: 0.25;
  filter: brightness(0);
}
.search-notaries form .form-control {
  height: auto;
  padding: 1rem 1rem 1rem 3rem;
  font-weight: 500;
  color: #0b1c23;
  border: none;
  background: #fff;
  outline: none;
  box-shadow: none;
  border-radius: 1rem;
  font-size: 1.25rem;
}
.search-notaries form .form-control:focus {
  box-shadow: rgba(0, 179, 196, 0.25) 0 0.25rem 0.5rem;
}
.search-notaries .table-results {
  display: none;
  margin: 2.5rem 0 0 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.75rem;
  border-radius: 1rem;
}
.search-notaries .table-results.active {
  display: block;
}
.search-notaries .table-results .table {
  overflow: hidden;
  margin: 0;
}
.search-notaries .table-results .table thead tr {
  border-bottom: none;
}
.search-notaries .table-results .table thead tr th {
  font-weight: 600;
  color: #fff;
  padding: 1rem;
  font-size: 1rem;
  white-space: nowrap;
  border-bottom: none;
}
.search-notaries .table-results .table tbody {
  border-top: none;
  border-bottom: none;
}
.search-notaries .table-results .table tbody tr {
  border-radius: 1rem;
}
.search-notaries .table-results .table tbody tr td {
  padding: 1rem;
  font-size: 0.9rem;
  color: #fff;
  border: none;
}
.search-notaries .table-results .table tbody tr td.table-phone {
  width: 200px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.search-notaries .table-results .table tbody tr td.table-email {
  max-width: 250px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.search-notaries .table-results .table tbody tr:hover {
  background: rgb(23.1956521739, 59.0434782609, 73.8043478261);
}
.search-notaries .table-results .table tbody tr:hover td:first-child {
  border-radius: 1rem 0 0 1rem;
}
.search-notaries .table-results .table tbody tr:hover td:last-child {
  border-radius: 0 1rem 1rem 0;
}

.partners {
  display: block;
  position: relative;
  padding: 2.5rem 0 0 0;
}
.partners h2 {
  font-size: 1.75rem;
  font-weight: 400;
  text-align: center;
  display: block;
}
.partners .swiper-wrapper {
  align-items: center;
}
.partners img {
  width: 85%;
  max-height: 3.5rem;
  object-fit: contain;
  object-position: center;
  filter: grayscale(1);
  opacity: 0.5;
}

.calculator {
  padding: 5rem 0;
  position: relative;
  background: #00b3c4;
}
@media (max-width: 767.9px) {
  .calculator {
    background-attachment: inherit;
    padding: 25rem 0 5rem 0;
    text-align: center;
  }
}
.calculator:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: url("/img/calculator-bg.jpg") center no-repeat fixed;
  background-size: cover;
  content: " ";
  z-index: 0;
}
@media (max-width: 767.9px) {
  .calculator:before {
    width: 100%;
    height: 20rem;
  }
}
.calculator .container {
  position: relative;
  z-index: 2;
}
.calculator h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1rem;
  position: relative;
}
.calculator h2 {
  font-size: 2.25rem;
  font-weight: bold;
  display: block;
  color: #fff;
}
@media (max-width: 767.9px) {
  .calculator h2 {
    font-size: 2rem;
  }
}
.calculator p {
  color: #fff;
  margin-bottom: 1.5rem;
}

.sub-main {
  padding: 7.5rem 0;
  position: relative;
}
@media (max-width: 767.9px) {
  .sub-main {
    padding: 5rem 0;
  }
}
.sub-main:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0b1c23;
  opacity: 0.15;
  z-index: 1;
  content: " ";
}
.sub-main img.sub-main-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-position: center;
  object-fit: cover;
}
.sub-main .container {
  position: relative;
  z-index: 2;
}
.sub-main h1 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  display: block;
  color: #fff;
}
@media (max-width: 767.9px) {
  .sub-main h1 {
    font-size: 2.5rem;
  }
}
.sub-main p {
  color: #fff;
  margin: 1.5rem 0 0 0;
  max-width: 100%;
}
@media (max-width: 767.9px) {
  .sub-main p {
    max-width: 100%;
  }
}

.home-form {
  position: relative;
  z-index: 1;
}
.home-form:before {
  position: absolute;
  bottom: -1rem;
  border-radius: 0 0 2rem 2rem;
  right: -0.5rem;
  width: 104%;
  height: 113%;
  content: " ";
  z-index: 0;
  background-image: radial-gradient(circle, #D3D4D4, #D3D4D4 1px, transparent 1px);
  background-size: 8px 8px;
}
@media (max-width: 767.9px) {
  .home-form:before {
    height: 103%;
    bottom: 0;
  }
}
.home-form .form-group {
  position: sticky;
}
.home-form .form-group .form-label {
  margin-bottom: 0.5rem;
  background: #fff;
  margin-top: 0.5rem;
}
.home-form .form-group .form-control {
  height: auto;
}
.home-form button {
  position: sticky;
}

.sub-main.offer-sub-main {
  padding: 5rem 0 2.5rem 0;
}
@media (max-width: 767.9px) {
  .sub-main.offer-sub-main {
    padding: 0 0 2.5rem 0;
  }
}
.sub-main.offer-sub-main:before {
  background: #0b1c23;
  opacity: 0.75;
}
.sub-main.offer-sub-main .offer-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 5;
}
@media (max-width: 767.9px) {
  .sub-main.offer-sub-main .offer-swiper {
    width: 100%;
    height: 25rem;
    position: relative;
    margin-bottom: 2.5rem;
  }
}
.sub-main.offer-sub-main .offer-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub-main.offer-sub-main .offer-swiper .swiper-button-prev,
.sub-main.offer-sub-main .offer-swiper .swiper-button-next {
  width: 3rem;
  height: 3rem;
  background: rgba(11, 28, 35, 0.75);
  border-radius: 0.5rem;
}
.sub-main.offer-sub-main .offer-swiper .swiper-button-prev:hover,
.sub-main.offer-sub-main .offer-swiper .swiper-button-next:hover {
  background: #0b1c23;
}
.sub-main.offer-sub-main .offer-swiper .swiper-button-prev:after,
.sub-main.offer-sub-main .offer-swiper .swiper-button-next:after {
  color: #fff;
  font-size: 1rem;
}
.sub-main.offer-sub-main .offer-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00b3c4;
}
.sub-main.offer-sub-main .offer-notary {
  font-size: 0.9rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.25);
  line-height: 1.2;
}
.sub-main.offer-sub-main .offer-title {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  margin: 1rem 0;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .sub-main.offer-sub-main .offer-title {
    font-size: 1rem;
  }
}
@media (max-width: 767.9px) {
  .sub-main.offer-sub-main .offer-title {
    font-size: 1rem;
  }
}
.sub-main.offer-sub-main .offer-address {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  display: block;
  line-height: 1.2;
  margin: 0 0 1rem 0;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .sub-main.offer-sub-main .offer-address {
    font-size: 2rem;
  }
}
@media (max-width: 767.9px) {
  .sub-main.offer-sub-main .offer-address {
    font-size: 1.5rem;
    line-height: 1.1;
    letter-spacing: 0;
  }
}
.sub-main.offer-sub-main .offer-price {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  background: #00b3c4;
  display: inline-block;
  padding: 0.25rem 1rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767.9px) {
  .sub-main.offer-sub-main .offer-price {
    font-size: 1rem;
  }
}
.sub-main.offer-sub-main .offer-feature-item {
  display: flex;
  align-items: center;
  margin-top: 0.25rem;
}
.sub-main.offer-sub-main .offer-feature-item img {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  margin-right: 0.5rem;
  opacity: 0.25;
  filter: brightness(0) invert(1);
}
.sub-main.offer-sub-main .offer-feature-item span {
  font-weight: 400;
  font-size: 0.9rem;
  color: #fff;
}
.sub-main.offer-sub-main .notary-info {
  margin-top: 2.5rem;
  background: #fff;
  padding: 1.25rem;
  border-radius: 1rem;
}
.sub-main.offer-sub-main .notary-info i {
  display: block;
  color: #00b3c4;
  font-weight: 600;
  font-style: normal;
  font-size: 0.9rem;
}
.sub-main.offer-sub-main .notary-info strong {
  display: block;
  line-height: 1.2;
  font-size: 1.2rem;
  font-weight: bold;
  color: #0b1c23;
  margin: 0.5rem 0;
}
.sub-main.offer-sub-main .notary-info .notary-contact {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.sub-main.offer-sub-main .notary-info .notary-contact + .notary-contact {
  margin-top: 0.5rem;
}
.sub-main.offer-sub-main .notary-info .notary-contact img {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  filter: brightness(0);
  opacity: 0.5;
}
.sub-main.offer-sub-main .notary-info .notary-contact span {
  font-size: 0.8rem;
  color: rgba(11, 28, 35, 0.75);
}

.offer-details {
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  .offer-details {
    padding: 5rem 0;
  }
}
.offer-details hr {
  margin: 2.5rem 0;
  background-color: rgba(11, 28, 35, 0.1);
  border: none;
  opacity: 1;
}
.offer-details h4 {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #0b1c23;
}
.offer-details .offer-commodities ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.offer-details .offer-commodities ul li {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}
.offer-details .offer-commodities ul li img {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.25rem;
}
.offer-details .offer-specifications ul li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 767.9px) {
  .offer-details .offer-specifications ul li {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.offer-details .offer-specifications ul li span:nth-child(1) {
  max-width: 50%;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: 600;
}
@media (max-width: 767.9px) {
  .offer-details .offer-specifications ul li span:nth-child(1) {
    max-width: 100%;
  }
}

.search-area {
  padding: 1.5rem;
  border: 1px solid #eee;
  border-radius: 1rem;
}
@media (max-width: 767.9px) {
  .search-area {
    padding: 1rem;
  }
}
@media (max-width: 767.9px) {
  .search-area .nav {
    margin-bottom: 1rem;
  }
}
.search-area .nav .nav-item .nav-link {
  padding: 0.75rem 1.25rem;
  border-radius: 1rem;
  color: #0b1c23;
  font-size: 1rem;
  margin: 0 1rem 1.5rem 0;
  background: rgba(11, 28, 35, 0.05);
}
@media (max-width: 767.9px) {
  .search-area .nav .nav-item .nav-link {
    padding: 0.5rem 1rem;
    margin: 0 0.5rem 0.5rem 0;
  }
}
.search-area .nav .nav-item .nav-link:hover {
  color: #00b3c4;
  background: rgba(0, 179, 196, 0.1);
}
.search-area .nav .nav-item .nav-link.active {
  color: #00b3c4;
  background: rgba(0, 179, 196, 0.1);
}
.search-area .form-field {
  margin-bottom: 1.5rem;
}
.search-area .form-field .form-label {
  font-weight: 600;
  color: #0b1c23;
}
.search-area .form-field .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: inherit;
  color: #0b1c23;
  padding: 0;
}
.search-area .form-field .select2-container--default .select2-selection--single .select2-selection__rendered b[role=presentation] {
  display: none;
}
.search-area .form-field .form-control {
  height: auto;
  padding: 1rem;
  border: 1px solid #eee;
  background: none;
  color: #0b1c23;
  outline: none;
  box-shadow: none;
  border-radius: 1rem;
}
.search-area .form-field .form-control:disabled {
  background: rgba(173, 173, 173, 0.5);
}
.search-area .form-field .form-control:disabled:hover {
  background: rgba(173, 173, 173, 0.5);
}
.search-area .form-field .form-control:hover {
  background: #f2f3f4;
  border-color: #f2f3f4;
}
.search-area .form-field .form-control option {
  color: #0b1c23;
}
.search-area .noUi-target {
  margin-top: 1rem;
}
.search-area .noUi-target.noUi-horizontal {
  height: 5px;
  background: rgba(11, 28, 35, 0.1);
  border: none;
  box-shadow: none;
}
.search-area .noUi-target.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: none;
  background: #00b3c4;
  box-shadow: none;
}
.search-area .noUi-target.noUi-horizontal .noUi-handle:before, .search-area .noUi-target.noUi-horizontal .noUi-handle:after {
  display: none;
}
.search-area .noUi-target .noUi-connect {
  background: #0b1c23;
}
.search-area .slider-range-field {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.search-area .slider-range-field label {
  margin: 0;
}
.search-area .slider-range-field span {
  margin-left: 1rem;
  color: #0b1c23;
  font-weight: 400;
}

.sub-main.contact-sub-main:before {
  background: #0b1c23;
  opacity: 0.25;
}

.contact-details {
  padding: 5rem 0 0 0;
}
@media (max-width: 767.9px) {
  .contact-details {
    padding: 5rem 0 0 0;
  }
}
.contact-details h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #00b3c4;
  margin-bottom: 1rem;
  position: relative;
}
.contact-details h2 {
  font-size: 2.25rem;
  font-weight: bold;
  display: block;
  color: #0b1c23;
}
@media (max-width: 767.9px) {
  .contact-details h2 {
    font-size: 2rem;
  }
}
.contact-details p {
  color: #0b1c23;
}
.contact-details .contact-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #0b1c23;
  position: relative;
}
.contact-details .contact-item .contact-icon {
  width: 3rem;
  height: 3rem;
  margin-right: 0.75rem;
  position: relative;
  padding: 0.5rem;
  z-index: 1;
  filter: brightness(0) invert(1);
}
.contact-details .contact-item:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3rem;
  height: 3rem;
  margin: auto;
  z-index: 0;
  background: #00b3c4;
  border-radius: 1rem;
  content: " ";
}
.contact-details .contact-item .contact-info {
  display: block;
  position: relative;
}
.contact-details .contact-item .contact-info h4 {
  font-weight: 600;
  font-size: 1rem;
}
.contact-details .contact-item .contact-info span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
}
.contact-details form .form-group {
  margin-bottom: 1rem;
}
.contact-details form .form-group .form-label {
  font-weight: 600;
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
}
.contact-details form .form-group .form-control {
  padding: 1rem;
  border: 1px solid #eee;
  background: none;
  border-radius: 1rem;
  font-size: 1rem;
  box-shadow: none;
  outline: none;
}
.contact-details form .form-group .form-control:focus {
  background: rgba(11, 28, 35, 0.05);
}
.contact-details form .form-group textarea.form-control {
  min-height: 140px;
}

.sub-main.privacy-sub-main:before {
  background: #0b1c23;
}

.empty-page {
  padding: 7.5rem 0;
}
.empty-page h1, .empty-page h2, .empty-page h3, .empty-page h4, .empty-page h5, .empty-page h6 {
  font-weight: 600;
  color: #0b1c23;
  margin: 1.5rem 0 1rem 0;
}
.empty-page hr {
  margin: 2.5rem 0;
}
.empty-page a {
  color: #00b3c4;
}

.sub-main.services-main:before {
  background: #0b1c23;
  opacity: 0.5;
}

.services-filters .search-icon-wrapper {
  border-radius: 1rem;
}
.services-filters input[type=search]::-webkit-search-cancel-button {
  filter: brightness(0) saturate(100%) invert(49%) sepia(12%) saturate(2254%) hue-rotate(123deg) brightness(90%) contrast(88%);
}
.services-filters #product-search {
  padding: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.services-filters #product-search:focus {
  box-shadow: 0 0 0 0.1rem rgb(144, 181, 202);
  border-color: rgb(144, 181, 202);
}
.services-filters {
  padding: 2.5rem 0 0 0;
  background: rgb(221.5, 252.0943877551, 255);
  text-align: left;
}
.services-filters .services-main-filters {
  display: flex;
  flex-wrap: wrap;
}
.services-filters .services-main-filters .active .service-offer-item {
  outline: 2px solid #00b3c4;
  box-shadow: rgba(11, 28, 35, 0.1) 0 0.5rem 2.5rem;
}
.services-filters .services-main-filters .service-offer-item {
  width: 90%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  background: #fff;
  padding: 1rem;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(11, 28, 35, 0.1);
  align-items: start;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .services-filters .services-main-filters .service-offer-item {
    width: 100%;
  }
}
@media (max-width: 767.9px) {
  .services-filters .services-main-filters .service-offer-item {
    width: 100%;
  }
}
.services-filters .services-main-filters .service-offer-item p {
  color: #0b1c23;
}
.services-filters .services-main-filters .service-offer-item .text-wrapper img {
  height: 3.5rem;
  object-fit: cover;
  z-index: 1;
  object-position: top;
  margin-bottom: 0.5rem;
}
.services-filters .services-main-filters .service-offer-item .text-wrapper strong {
  display: block;
  color: #0b1c23;
  height: 25px;
}
.services-filters .services-main-filters .service-offer-item .text-wrapper i {
  color: #999;
}
.services-filters .services-main-filters .service-offer-item h4 {
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 1rem;
  font-size: 1rem;
  margin: 0 1rem 1.5rem 0;
  background: #00b3c4;
  color: #fff;
  z-index: 3;
  text-align: center;
}
.services-filters .services-main-filters .service-offer-item .title-img-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.services-filters .services-main-filters .service-offer-item .title-img-wrapper img {
  width: 100%;
  height: 10rem;
  object-fit: cover;
  z-index: 1;
  object-position: top;
  margin-bottom: 1rem;
  border-radius: 1rem;
}
.services-filters .services-main-filters .service-offer-item:hover {
  border-color: #00b3c4;
  box-shadow: rgba(11, 28, 35, 0.1) 0 0.5rem 2.5rem;
}
.services-filters .services-main-filters .service-offer-item .service-offer-thumbnail {
  display: block;
  width: 45%;
  height: 5rem;
  position: relative;
  margin-top: 2rem;
}
.services-filters .services-main-filters .service-offer-item .service-offer-thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.services-filters .services-main-filters .service-offer-item .service-offer-label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: auto;
  height: auto;
  padding: 0;
  font-size: 0.8rem;
  color: rgba(11, 28, 35, 0.5);
  font-weight: 500;
  z-index: 2;
}
.services-filters .services-main-filters .btn {
  padding: 1rem 1.5rem;
  border: none;
  border-radius: 1rem;
  color: #0b1c23;
  font-size: 1rem;
  margin: 0 1rem 1.5rem 0;
  background: rgba(11, 28, 35, 0.1);
}
.services-filters .services-main-filters .btn:hover {
  background: rgba(11, 28, 35, 0.2);
}
@media (max-width: 767.9px) {
  .services-filters .services-main-filters .btn {
    padding: 0.5rem 1rem;
    margin: 0 0.5rem 0.5rem 0;
  }
}
.services-filters .services-main-filters .btn.active {
  color: #fff;
  background: #00b3c4;
}

.filters-wrapper-background {
  background: #d6dfdf;
}

#filters-wrapper {
  padding: 2.5rem 0 2.5rem 0;
}
#filters-wrapper #service-offer-item-big-card {
  width: 90%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  background: #fff;
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: rgba(11, 28, 35, 0.1) 0 0.5rem 2.5rem;
  overflow: hidden;
  border: 2px solid #00b3c4;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  #filters-wrapper #service-offer-item-big-card {
    width: 100%;
  }
}
@media (max-width: 767.9px) {
  #filters-wrapper #service-offer-item-big-card {
    width: 100%;
  }
}
#filters-wrapper #service-offer-item-big-card p {
  color: #0b1c23;
}
#filters-wrapper #service-offer-item-big-card i {
  color: #999;
}
#filters-wrapper #service-offer-item-big-card .logo {
  height: 3.5rem;
  z-index: 1;
  object-position: top;
  margin-bottom: 0.5rem;
}
#filters-wrapper #service-offer-item-big-card h4 {
  padding: 1rem 1.5rem;
  border: none;
  font-size: 1rem;
  margin: 0 1rem 1.5rem 0;
  color: #0b1c23;
  z-index: 3;
  text-align: center;
  font-weight: bold;
}
#filters-wrapper #service-offer-item-big-card .big-img {
  width: 100%;
  height: 20rem;
  object-fit: cover;
  z-index: 1;
  object-position: top;
  margin-bottom: 1rem;
  border-radius: 1rem;
}
#filters-wrapper #service-offer-item-big-card .service-offer-thumbnail {
  display: block;
  width: 45%;
  height: 5rem;
  position: relative;
  margin-top: 2rem;
}
#filters-wrapper #service-offer-item-big-card .service-offer-thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#filters-wrapper #service-offer-item-big-card .service-offer-label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: auto;
  height: auto;
  padding: 0;
  font-size: 0.8rem;
  color: rgba(11, 28, 35, 0.5);
  font-weight: 500;
  z-index: 2;
}
#filters-wrapper .services-companies-filters {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
}
#filters-wrapper .services-companies-filters .service-company-filter {
  background: none;
  padding: 0;
  display: block;
  box-shadow: none;
  outline: none;
  border-radius: 1rem;
  border: 1px solid #eee;
  margin: 0 0.75rem 0.75rem 0;
  flex-shrink: 0;
}
#filters-wrapper .services-companies-filters .service-company-filter:hover {
  box-shadow: rgba(11, 28, 35, 0.1) 0 0.5rem 2.5rem;
  border-color: #00b3c4;
}
#filters-wrapper .services-companies-filters .service-company-filter.active {
  outline: 2px solid #00b3c4;
}
#filters-wrapper .services-companies-filters .service-company-filter img {
  width: 8rem;
  height: 6rem;
  object-fit: contain;
  padding: 0.75rem;
  background: #fff;
  border-radius: 1rem;
}
#filters-wrapper .services-type-filters {
  display: flex;
  flex-wrap: wrap;
}
#filters-wrapper .services-type-filters .btn.btn-light {
  padding: 0.5rem 1rem;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 0.9rem;
  margin: 0 0.75rem 0.75rem 0;
  white-space: nowrap;
  flex-shrink: 0;
  background: #fff;
  border: 1px solid transparent;
}
#filters-wrapper .services-type-filters .btn.btn-light:hover, #filters-wrapper .services-type-filters .btn.btn-light:focus, #filters-wrapper .services-type-filters .btn.btn-light:active {
  background: #fff;
  box-shadow: rgba(11, 28, 35, 0.1) 0 0.5rem 2.5rem;
  outline: none;
}
#filters-wrapper .services-type-filters .btn.btn-light.active {
  border-color: #00b3c4;
  background: #00b3c4;
  color: #fff;
}

.services-page input[type=search]::-webkit-search-cancel-button {
  filter: brightness(0) saturate(100%) invert(65%) sepia(69%) saturate(4982%) hue-rotate(150deg) brightness(97%) contrast(101%);
}
.services-page #product-search:focus {
  box-shadow: 0 0 0 0.1rem #00b3c4;
  border-color: #00b3c4;
}
.services-page {
  padding: 5rem 0;
}
.services-page .services-main-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.services-page .services-main-filters .btn {
  margin: 0 0.75rem 0.75rem 0;
}
.services-page .services-companies-filters {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.9px) {
  .services-page .services-companies-filters {
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem 1.5rem -0.75rem;
    flex-wrap: nowrap;
    overflow-y: hidden;
    padding: 0 0.75rem;
  }
}
.services-page .services-companies-filters .service-company-filter {
  background: none;
  padding: 0;
  display: block;
  box-shadow: none;
  outline: none;
  border-radius: 1rem;
  border: 1px solid #eee;
  margin: 0 0.75rem 0.75rem 0;
  flex-shrink: 0;
}
.services-page .services-companies-filters .service-company-filter:hover {
  border-color: #00b3c4;
}
.services-page .services-companies-filters .service-company-filter img {
  width: 8rem;
  height: 6rem;
  object-fit: contain;
  padding: 0.75rem;
}
.services-page .services-type-filters {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.9px) {
  .services-page .services-type-filters {
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem 1.5rem -0.75rem;
    flex-wrap: nowrap;
    overflow-y: hidden;
    padding: 0 0.75rem;
  }
}
.services-page .services-type-filters .btn.btn-light {
  padding: 0.5rem 1rem;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 0.9rem;
  margin: 0 0.75rem 0.75rem 0;
  white-space: nowrap;
  flex-shrink: 0;
}
.services-page .services-type-filters .btn.btn-light:hover, .services-page .services-type-filters .btn.btn-light:focus, .services-page .services-type-filters .btn.btn-light:active {
  background: #eee;
  box-shadow: none;
  outline: none;
}
.services-page .services-results .service-offer-item {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #fff;
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: rgba(11, 28, 35, 0.1) 0 0.25rem 0.5rem;
  height: 100%;
  overflow: hidden;
}
.services-page .services-results .service-offer-item .service-offer-thumbnail {
  display: block;
  width: 45%;
  height: 5rem;
  position: relative;
  margin-top: 2rem;
}
.services-page .services-results .service-offer-item .service-offer-thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.services-page .services-results .service-offer-item .service-offer-label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: auto;
  height: auto;
  padding: 0.15rem 0.75rem;
  font-size: 0.8rem;
  border-radius: 1rem;
  background: rgb(196, 249.8826530612, 255);
  color: #0b1c23;
  font-weight: 500;
  z-index: 2;
}
.services-page .services-results .service-offer-item .service-offer-banner {
  position: absolute;
  top: 0;
  right: 0;
  width: 20rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 0 0 2.5rem;
  text-align: center;
  background: red;
  color: #fff;
  font-weight: 600;
  font-size: 0.6rem;
  text-transform: uppercase;
  transform-origin: center;
  transform: translateX(10em) translateY(1rem) rotate(45deg);
}
.services-page .services-results .service-offer-item .service-offer-banner.banner-red {
  background: #DF211E;
}
.services-page .services-results .service-offer-item .service-offer-banner.banner-orange {
  background: #EB6629;
}
.services-page .services-results .service-offer-item .service-offer-banner.banner-green {
  background: #27D084;
}
.services-page .services-results .service-offer-item .service-offer-details .service-offer-title {
  font-size: 1rem;
  font-weight: bold;
  margin: 1.5rem 0 0 0;
  color: #0b1c23;
  display: block;
  text-decoration: none;
}
.services-page .services-results .service-offer-item .service-offer-details .service-offer-title:hover {
  text-decoration: underline;
}
.services-page .services-results .service-offer-item .service-offer-details .service-offer-price {
  padding: 0.5rem 0 0.75rem 0;
}
.services-page .services-results .service-offer-item .service-offer-details .service-offer-price strong, .services-page .services-results .service-offer-item .service-offer-details .service-offer-price a {
  font-weight: 400;
  font-size: 0.9rem;
  color: #0b1c23;
  display: block;
  text-decoration: none;
}
.services-page .services-results .service-offer-item .service-offer-details .service-offer-price a:hover {
  color: #00b3c4;
  text-decoration: underline;
}
.services-page .services-results .service-offer-item .service-offer-actions {
  margin-top: auto;
  padding-bottom: 0.5rem;
}
.services-page .services-results .service-offer-item .service-offer-actions .btn.btn-primary {
  padding: 0.5rem 0.75rem;
  text-transform: none;
  letter-spacing: 0;
  border: none;
  box-shadow: none;
}

.coworking-space {
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  .coworking-space {
    text-align: center;
  }
}
.coworking-space.v2 {
  background: #0b1c23;
}
.coworking-space.v2 h3 {
  color: #fff;
}
.coworking-space.v2 h3:before {
  background: #fff;
}
.coworking-space.v2 h2 {
  color: #fff;
}
.coworking-space.v2 h4 {
  color: #fff;
}
.coworking-space.v2 p {
  color: #fff;
}
.coworking-space.v2 .space-equipment {
  border-left-color: rgba(255, 255, 255, 0.1);
  border-top-color: rgba(255, 255, 255, 0.1);
}
.coworking-space.v2 .space-equipment h5 {
  color: #fff;
}
.coworking-space.v3 {
  background: rgba(11, 28, 35, 0.1);
}
.coworking-space h3 {
  font-size: 1rem;
  font-weight: bold;
  color: #00b3c4;
  margin-bottom: 1.5rem;
  position: relative;
}
.coworking-space h2 {
  font-size: 2.5rem;
  font-weight: bold;
  display: block;
  color: #0b1c23;
}
.coworking-space h4 {
  font-size: 1.25rem;
  color: #0b1c23;
  font-weight: bold;
}
.coworking-space p {
  color: #0b1c23;
}
.coworking-space .space-equipment {
  display: block;
  padding-left: 1.5rem;
  margin-left: 1.5rem;
  border-left: 1px solid rgba(11, 28, 35, 0.1);
}
@media (max-width: 767.9px) {
  .coworking-space .space-equipment {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid rgba(11, 28, 35, 0.1);
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.coworking-space .space-equipment h5 {
  font-weight: 600;
  font-size: 1.25rem;
  color: #0b1c23;
}
.coworking-space .img-fluid {
  width: 100%;
  border-radius: 2rem;
}

.capacity {
  padding: 5rem 0;
}
.capacity h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #0b1c23;
  display: block;
  margin-bottom: 1.5rem;
}
.capacity .table-results {
  border: 1px solid rgba(11, 28, 35, 0.2);
  padding: 0.75rem;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.9px) {
  .capacity .table-results {
    overflow-y: hidden;
  }
}
.capacity .table {
  overflow: hidden;
  margin: 0;
}
.capacity .table thead tr {
  border-bottom: none;
}
.capacity .table thead tr th {
  font-weight: 600;
  color: #0b1c23;
  padding: 1rem;
  font-size: 1rem;
  white-space: nowrap;
  border-bottom: none;
}
.capacity .table tbody {
  border-top: none;
  border-bottom: none;
}
.capacity .table tbody tr {
  border-radius: 1rem;
}
.capacity .table tbody tr td {
  padding: 1rem;
  font-size: 0.9rem;
  color: #0b1c23;
  border: none;
}
.capacity .table tbody tr td.table-phone {
  width: 200px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.capacity .table tbody tr td.table-email {
  max-width: 250px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.capacity .table tbody tr:hover {
  background: #f2f3f4;
}
.capacity .table tbody tr:hover td:first-child {
  border-radius: 1rem 0 0 1rem;
}
.capacity .table tbody tr:hover td:last-child {
  border-radius: 0 1rem 1rem 0;
}

.coworking-location {
  position: relative;
  padding: 5rem 0;
  background: rgb(23.1956521739, 59.0434782609, 73.8043478261);
}
.coworking-location h3 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  display: block;
  margin-bottom: 1rem;
}
.coworking-location p {
  color: rgba(255, 255, 255, 0.5);
}

.additional-services {
  padding: 5rem 0;
  background: #00b3c4;
  color: #fff;
}
.additional-services h3 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  display: block;
  margin-bottom: 1rem;
}
.additional-services p {
  color: #fff;
}
.additional-services ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  color: #fff;
}
.additional-services table tbody {
  border: none;
}
.additional-services table tbody tr {
  border: none;
}
.additional-services table tbody tr th {
  color: #fff;
  border: none;
  padding: 0.5rem 0;
}
.additional-services table tbody td {
  border: none;
  padding: 0.5rem 0;
}

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