.about .text:not(.about .text:last-child) {
  margin-bottom: 5rem;
}
.about picture:not(.about picture:last-child) {
  margin-bottom: 5rem;
}

.about .text.emphasis {
  font-size: 3rem;
  line-height: 4rem;
  letter-spacing: 0.1px;
  text-align: center;
}
.section-services .services-content_eng:before {
  height: calc(100% - 10rem);
  bottom: 10rem;
}
@media screen and (max-width: 991px) {
  .about picture img {
    width: auto;
    max-height: 48.8rem;
    margin: 0 auto;
  }
  .section-services .services-content_eng:before {
    width: auto;
  }
}
.team {
  background-color: #f4f3f1;
}
.team .text.emphasis {
  font-size: 3rem;
  line-height: 3.5rem;
  letter-spacing: 3px;
  margin-bottom: 1.2rem;
}
.team-contact {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 300;
  letter-spacing: 0.02rem;
  font-size: 1.6rem;
  display: flex;
  gap: 1rem;
  margin-bottom: 1.4rem;
  align-items: center;
}
.team a {
  padding: 1rem;
  background-color: white;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 300;
  letter-spacing: 0.02rem;
  font-size: 1.6rem;
}
.team-contact a {
  background-color: transparent;
}
.team picture {
  margin-bottom: 4rem;
}
.team-button {
  padding-top: 3rem;
}
@media screen and (max-width: 991px) {
  .team-contact {
    justify-content: center;
  }
  .team .text.emphasis {
    text-align: center;
  }
  .team-button {
    text-align: center;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 0rem;
    transform: scale(0.8);
  }
  .select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow {
    transform: rotate(180deg) scale(0.8);
  }
}
.footer {
  height: auto;
}
.footer-privacy {
  font-size: 11px;
}

:root {
  --time: 0.3s;
  --color-fr: #7d7d7d;
  --color-bg: #fff;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

.loader {
  position: relative;
}
.loader:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 5;
}
.loader:after {
  animation: spin 1s linear infinite;
  border: 5px solid var(--color-fr);
  border-top: 5px solid var(--color-bg);
  border-radius: 50%;
  content: "";
  margin-left: -1.5rem;
  margin-top: -1.5rem;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: opacity var(--time), visibility 0s linear var(--time);
  visibility: hidden;
  z-index: 6;
  height: 3rem;
  width: 3rem;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader.load {
  opacity: 0.5;
}
.loader.load:before {
  content: "";
}
.loader.load:after {
  opacity: 0.8;
  transition: opacity var(--time), visibility var(--time) linear 0s;
  visibility: visible;
}

.properties-slider {
  max-height: 66.2rem;
  overflow: hidden;
}