/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./assets/scss/main.scss ***!
  \**************************************************************************************************************************************************************************************/
.btn {
  max-width: 360px;
  width: 100%;
  padding: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 127%;
  letter-spacing: -1.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #201e1e;
  color: #ffffff;
  border-radius: 6px;
  transition: 0.2s ease;
}
.btn--hero {
  margin-top: 24px;
}
.btn--project {
  max-width: 250px;
}
.btn--numbers svg path {
  stroke: #ffffff;
}
.btn svg {
  transition: 0.2s ease;
}
.btn:hover {
  background-color: #8bb4a1;
}
.btn:hover svg {
  transform: translateX(5px);
}
.btn--outline {
  max-width: 136px;
  background-color: transparent;
  border: 2px solid #201e1e;
  color: #201e1e;
}
.btn--outline--numbers {
  max-width: 136px;
}
.btn--outline:hover {
  background-color: transparent;
  color: #8bb4a1;
  border-color: #8bb4a1;
}
.btn--outline:hover svg {
  transform: scale(1.1);
}
.btn--outline:hover svg path {
  stroke: #8bb4a1;
  transition: 0.2s ease;
}
.btn--outline:hover svg circle {
  stroke: #8bb4a1;
  transition: 0.2s ease;
}
.btn--download:hover svg {
  transform: scale(1.1);
}
.btn--width {
  max-width: 230px;
  width: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: #c0c0c0;
  border-radius: 6px;
  border: 3px solid #f0f0f0;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

:target {
  scroll-margin-top: 500px;
}

body {
  position: relative;
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  color: #201e1e;
  background-color: #eff5f1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body._overflow-hidden {
  overflow: hidden;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong,
b {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

code,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

h2 {
  font-weight: 400;
  font-size: clamp(40px, 7vw, 88px);
  line-height: 100%;
  letter-spacing: -4%;
  vertical-align: middle;
}

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  padding: 50px 16px;
  max-width: 1920px;
  transition: 0.2s ease;
  pointer-events: none;
}
.site-header a {
  pointer-events: all;
}
.site-header._active {
  pointer-events: all;
  background: #eff5f1;
}
@media (max-width: 1024px) {
  .site-header {
    padding: 16px 0;
    background: #eff5f1;
    border-bottom: 1px solid #d9d9d9;
  }
}
.site-header__container {
  width: 100%;
  margin: auto;
  max-width: 1280px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
}
.site-header__branding {
  display: flex;
  align-items: center;
}
.site-header__branding .logo {
  display: block;
  max-width: 84px;
}
.site-header__branding .logo img {
  width: 100%;
  height: auto;
}
.site-header__burger {
  pointer-events: all;
  width: 40px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  cursor: pointer;
  transition: 0.2s ease;
  color: #201e1e;
  position: relative;
}
.site-header__burger:hover {
  color: #488165;
}
.site-header__burger._active span {
  height: 1.5px;
}
.site-header__burger._active span:nth-child(1) {
  transform-origin: center;
  transform: rotate(30deg) translateY(6px);
}
.site-header__burger._active span:nth-child(2) {
  transform-origin: center;
  transform: rotate(-30deg) translateY(-6px);
}
.site-header__burger-line {
  transition: 0.2s ease;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 3px;
  background-color: currentColor;
}
.site-header__nav {
  position: absolute;
  top: 132px;
  left: 0;
  width: 100%;
  height: calc(100vh - 132px);
  background-color: #eff5f1;
  pointer-events: none !important;
  opacity: 0;
  transition: opacity 0.2s ease;
  will-change: opacity;
  z-index: -100;
}
.site-header__nav._active {
  will-change: opacity;
  pointer-events: all;
  opacity: 1;
  z-index: 1000;
}
.site-header__nav._active a {
  pointer-events: all;
}
@media (max-width: 1024px) {
  .site-header__nav {
    top: 64px;
    height: calc(100vh - 64px);
  }
}
.site-header__nav-container {
  max-width: 1920px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 768px) {
  .site-header__nav-container {
    flex-direction: column;
  }
}
.site-header__nav-container a {
  width: 100%;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  gap: 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.2s ease;
  position: relative;
  border-right: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
}
@media (max-width: 768px) {
  .site-header__nav-container a {
    padding: 40px 30px 40px 16px;
    flex-direction: row;
    border-right: none;
    border-top: 1px solid #d9d9d9;
  }
  .site-header__nav-container a:last-child {
    border-bottom: 1px solid #d9d9d9;
  }
}
.site-header__nav-container a:last-child {
  border-right: none;
}
.site-header__nav-container a.current::after {
  opacity: 0;
}
.site-header__nav-container a.current::before {
  opacity: 1;
}
.site-header__nav-container a::after {
  transition: 0.2s ease;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eff5f1;
  z-index: 1;
}
.site-header__nav-container a::before {
  transition: 0.2s ease;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(239, 245, 241, 0.95) 40%, rgba(239, 245, 241, 0) 100%);
}
@media (max-width: 768px) {
  .site-header__nav-container a::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #eff5f1 20%, rgba(239, 245, 241, 0.4) 100%);
  }
}
.site-header__nav-container a:hover::after {
  opacity: 0;
}
.site-header__nav-container a:hover svg {
  transform: translateY(10px);
}
@media (max-width: 768px) {
  .site-header__nav-container a:hover svg {
    transform: rotate(-90deg);
  }
}
.site-header__nav-container a span {
  z-index: 3;
  text-align: center;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 400;
}
.site-header__nav-container a svg {
  z-index: 3;
  transition: 0.2s ease;
}
@media (max-width: 768px) {
  .site-header__nav-container a svg {
    width: 20px;
    transform: rotate(-90deg);
    margin-left: auto;
  }
}

.site-footer {
  background-color: #ffffff;
  width: 100%;
  border-top: 1px solid #d9d9d9;
}
.site-footer__container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.site-footer__top {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 230px;
  gap: 16px;
}
@media (max-width: 768px) {
  .site-footer__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    height: auto;
    padding: 50px 16px;
    text-align: center;
  }
}
.site-footer__column {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding: 80px 0;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 140%;
}
.site-footer__column:nth-child(2) li {
  max-width: 300px;
}
.site-footer__column:nth-child(3) li a:hover {
  color: #201e1e;
}
.site-footer__column li {
  margin-bottom: 8px;
}
.site-footer__column li a {
  color: #201e1e;
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-footer__column li a:hover {
  color: #488165;
}
@media (max-width: 768px) {
  .site-footer__column {
    width: 100%;
    padding: 0px 0;
    align-items: flex-start;
    text-align: left;
  }
}
.site-footer__column:last-child a {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.site-footer__column:last-child a:hover::before {
  transform: translateX(5px);
}
.site-footer__column:last-child a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #201e1e;
  transform-origin: right;
}
.site-footer__column:last-child a::before {
  content: "";
  transition: 0.2s ease;
  display: inline-block;
  width: 26px;
  height: 24px;
  background-color: #d9d9d9;
  margin-right: 16px;
  background: url(../img/arrow.png) no-repeat center center/contain;
  filter: hue-rotate(180deg);
}
.site-footer__column.footer--logo {
  min-width: 140px;
  width: 15%;
  padding-right: 16px;
  border-right: 1px solid #d9d9d9;
}
.site-footer__column.footer--logo img {
  max-width: 120px;
  width: 120px;
}
@media (max-width: 768px) {
  .site-footer__column.footer--logo {
    border-right: none;
    width: 100%;
    padding-right: 0;
    padding-bottom: 50px;
    min-width: none;
    border-bottom: 1px solid #d9d9d9;
  }
}
.site-footer__bottom {
  border-top: 1px solid #d9d9d9;
  padding: 160px 16px 60px;
  text-align: center;
  width: 100%;
  font-size: clamp(40px, 5vw, 88px);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .site-footer__bottom {
    padding: 16px 16px 16px;
  }
}
.site-footer__bottom .bottom-container {
  margin: 0 auto;
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
  gap: 0px;
  flex-wrap: wrap;
}

.site-main {
  max-width: 1920px;
  width: 100%;
  position: relative;
  height: 100%;
  margin: 0 auto;
}

.section {
  scroll-margin-top: -5px;
}

.popup-contact-btn-container {
  max-width: 1920px;
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 16px;
  z-index: 500 !important;
  pointer-events: none !important;
}
.popup-contact-btn-container .popup-contact-btn {
  pointer-events: all !important;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.3);
  margin-left: auto;
  cursor: pointer;
  background-color: #201e1e;
  color: #ffffff;
  display: flex;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  border-radius: 4rem;
  width: 100px;
  height: 100px;
  font-weight: 500;
  font-size: 14px;
  line-height: 127%;
  text-align: center;
  transition: 0.2s ease;
}
@media (max-width: 768px) {
  .popup-contact-btn-container .popup-contact-btn {
    width: 80px;
    height: 80px;
    font-size: 12px;
  }
}
.popup-contact-btn-container .popup-contact-btn:hover {
  transform: scale(1.05);
  background-color: #8bb4a1;
}

.popup-contact {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background-color: rgba(135, 137, 135, 0.1);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.2s ease;
  overflow: auto;
}
.popup-contact.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popup-contact.is-active .popup-contact__container {
  transform: translateY(0) scale(1);
}
.popup-contact__container {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 0 16px rgba(255, 255, 255, 0.4);
  max-width: 640px;
  width: 100%;
  position: relative;
  transform-origin: bottom center;
  transition: 0.2s ease;
  transform: translateY(5px) scale(0.95);
}
@media (max-width: 768px) {
  .popup-contact__container {
    max-width: 100%;
  }
}
.popup-contact__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 48px 0 48px;
}
@media (max-width: 768px) {
  .popup-contact__top {
    padding: 20px 20px 0 20px;
  }
}
.popup-contact__title {
  padding: 40px 48px;
  font-weight: 500;
  font-style: Medium;
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 125%;
  letter-spacing: -2%;
}
@media (max-width: 768px) {
  .popup-contact__title {
    padding: 40px 20px;
  }
}
.popup-contact__close {
  cursor: pointer;
  width: 26px;
  height: 26px;
  position: relative;
  transition: 0.2s ease;
}
.popup-contact__close span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #201e1e;
}
.popup-contact__close span:first-child {
  transform: rotate(45deg);
}
.popup-contact__close span:last-child {
  transform: rotate(-45deg);
}
.popup-contact__close:hover span {
  background-color: #488165;
}
.popup-contact__content {
  padding: 40px 48px;
  border-top: 1px solid #d9d9d9;
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  .popup-contact__content {
    gap: 20px;
    padding: 40px 20px;
    flex-direction: column;
  }
}
.popup-contact__content .name {
  color: #488165;
  font-size: 18px;
}
@media (max-width: 768px) {
  .popup-contact__content .name {
    margin: 0 0 1rem;
  }
}
.popup-contact__content .site-footer__column {
  padding: 18px 0 0 0;
}
.popup-contact__content .site-footer__column a::before {
  display: none;
}
.popup-contact__content img {
  flex-shrink: 0;
  width: 160px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 48px;
}
@media (max-width: 768px) {
  .popup-contact__content img {
    display: none;
    width: 116px;
    border-radius: 32px;
    height: 116px;
  }
}

.hero-page {
  width: 100%;
  max-width: 1920px;
  max-height: 1280px;
  height: 100vh;
  padding: 16px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
.hero-page--single .hero-page__container {
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 768px) {
  .hero-page--single .hero-page__container {
    gap: 0px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .hero-page {
    margin-top: 64px;
  }
}
@media (max-width: 768px) {
  .hero-page {
    padding: 16px 16px 0;
    height: auto;
  }
}
.hero-page__image {
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  transform: translate(16px, 16px);
  z-index: -10;
  min-height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .hero-page__image {
    min-height: 280px;
    aspect-ratio: 16/9;
    position: static;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transform: translate(0px, 0px);
    border-radius: 6px 6px 0 0;
  }
}
.hero-page__container {
  padding: 6rem 16px;
  z-index: 10;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 1280px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .hero-page__container {
    height: -moz-fit-content;
    height: fit-content;
    padding: 0 0;
  }
}
.hero-page .project-flats {
  height: auto;
  display: flex;
  background: #ffffff;
  transition: 0.2s ease;
  border-radius: 6px;
}
.hero-page .project-flats:hover {
  background-color: #eff5f1;
}
.hero-page .project-flats:hover svg {
  scale: 1.05;
}
@media (max-width: 768px) {
  .hero-page .project-flats {
    border-top: 1px solid #d9d9d9;
    width: 100%;
    border-radius: 0 0 6px 6px;
  }
  .hero-page .project-flats:hover {
    background-color: #ffffff;
  }
}
.hero-page .project-flats .flats-info {
  display: flex;
  flex-direction: column;
  padding: 24px 32px;
  justify-content: center;
}
@media (max-width: 768px) {
  .hero-page .project-flats .flats-info {
    padding: 20px;
    gap: 4px;
    margin-right: auto;
  }
}
.hero-page .project-flats .flats-info span {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .hero-page .project-flats .flats-info span {
    font-size: 18px;
  }
}
.hero-page .project-flats .flats-info p {
  color: #878987;
  font-size: 18px;
}
@media (max-width: 768px) {
  .hero-page .project-flats .flats-info p {
    font-size: 16px;
  }
}
.hero-page .project-flats .flats-link {
  border-left: 1px solid #d9d9d9;
  padding: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .hero-page .project-flats .flats-link {
    padding: 26px;
  }
}
.hero-page .project-flats .flats-link svg {
  width: 40px;
  transition: 0.2s ease;
  height: 40px;
}
.hero-page .project-flats .flats-link svg path {
  stroke: #488165;
}
.hero-page .project-flats .flats-link svg circle {
  stroke: #488165;
}
.hero-page__card {
  height: auto;
  z-index: 10;
  background: #ffffff;
  border-radius: 6px;
  padding: 24px;
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.hero-page__card--single {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  max-width: none;
  padding: 20px 32px;
  gap: 6px;
}
@media (max-width: 768px) {
  .hero-page__card--single {
    gap: 12px;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 0 !important;
    width: 100%;
  }
}
.hero-page__card--single h1 {
  font-weight: 500 !important;
  font-size: clamp(20px, 3vw, 24px) !important;
  line-height: 130% !important;
}
@media (max-width: 768px) {
  .hero-page__card--single h1 {
    line-height: 120% !important;
  }
}
.hero-page__card--single .hero-page__card-single-content {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
}
.hero-page__card--single .hero-page__card-single-content img {
  width: 18px;
  align-items: center;
}
@media (max-width: 768px) {
  .hero-page__card--single .hero-page__card-single-content {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .hero-page__card {
    max-width: none;
    border-radius: 0 0 6px 6px;
  }
}
.hero-page__card .card-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}
.hero-page__card .card-top span {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.hero-page__card .card-top::after {
  content: "";
  top: 0;
  left: 0;
  height: 1px;
  background: #f0f0f0;
  width: 100%;
  transform: translateY(50%);
}
.hero-page__card h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -1%;
  margin-bottom: 6px;
}
.hero-page__card p {
  font-size: 18px;
  line-height: 140%;
  text-align: right;
}
@media (max-width: 768px) {
  .hero-page__card p {
    text-align: left;
  }
}

.slider-references {
  padding: 140px 0;
  width: 100%;
}
.slider-references--single {
  background-color: #e8e8e1;
}
@media (max-width: 768px) {
  .slider-references {
    padding: 80px 0;
  }
}
.slider-references__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-bottom: 120px;
  height: 70px;
}
.slider-references__header--single {
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .slider-references__header {
    height: 40px;
    gap: 16px;
    margin-bottom: 32px;
  }
}
.slider-references .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.slider-references .swiper .swiper-wrapper {
  width: 100%;
}
.slider-references .swiper .swiper-slide {
  width: auto;
  padding: 0 70px;
  border-right: 1px solid #d9d9d9;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.slider-references .swiper .swiper-slide--single {
  padding: 0 16px;
  border: none;
  flex-direction: column;
  text-align: left;
  gap: 20px;
}
.slider-references .swiper .swiper-slide--single img {
  transform-origin: bottom center !important;
  max-width: 560px !important;
  height: 450px !important;
  scale: 1.15 !important;
  opacity: 1 !important;
}
@media (max-width: 1024px) {
  .slider-references .swiper .swiper-slide--single img {
    scale: 1.05 !important;
  }
}
@media (max-width: 768px) {
  .slider-references .swiper .swiper-slide--single img {
    height: 300px !important;
    width: 100% !important;
    scale: 1 !important;
  }
}
.slider-references .swiper .swiper-slide--single p {
  font-size: clamp(16px, 3vw, 24px);
}
.slider-references .swiper .swiper-slide--single.swiper-slide-active img {
  scale: 1 !important;
}
.slider-references .swiper .swiper-slide.swiper-slide-active img {
  opacity: 1;
  scale: 1;
}
@media (max-width: 768px) {
  .slider-references .swiper .swiper-slide {
    padding: 16px 16px 16px;
    height: auto;
    gap: 24px;
  }
}
.slider-references .swiper .swiper-slide img {
  scale: 0.7;
  transform-origin: top center;
  opacity: 0.8;
  transition: 1s ease;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 230px;
}
@media (max-width: 768px) {
  .slider-references .swiper .swiper-slide img {
    max-width: 90px;
  }
}
.slider-references .swiper .swiper-slide .slide-content {
  max-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 768px) {
  .slider-references .swiper .swiper-slide .slide-content {
    gap: 10px;
  }
}
.slider-references .swiper .swiper-slide .slide-content h3 {
  font-weight: 600;
  font-size: clamp(18px, 4vw, 24px);
}
.slider-references .swiper .swiper-slide .slide-content p {
  font-size: clamp(14px, 3vw, 18px);
}
.slider-references .swiper .swiper-button-prev img {
  transform: rotate(180deg);
}
.slider-references .swiper .swiper-button-prev,
.slider-references .swiper .swiper-button-next {
  flex-shrink: 0;
  transform: translateY(10px);
  position: static;
  display: inline-block;
  width: 58px;
  height: 58px;
  border-radius: 8px;
  border: 1px solid #201e1e;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s ease;
}
@media (max-width: 768px) {
  .slider-references .swiper .swiper-button-prev,
  .slider-references .swiper .swiper-button-next {
    width: 36px;
    height: 36px;
  }
}
.slider-references .swiper .swiper-button-prev img,
.slider-references .swiper .swiper-button-next img {
  pointer-events: none;
  transition: 0.2s ease;
  width: 26px;
}
@media (max-width: 768px) {
  .slider-references .swiper .swiper-button-prev img,
  .slider-references .swiper .swiper-button-next img {
    width: 20px;
  }
}
.slider-references .swiper .swiper-button-prev:hover,
.slider-references .swiper .swiper-button-next:hover {
  background-color: #8bb4a1;
  border-color: #8bb4a1;
}
.slider-references .swiper .swiper-button-prev:hover img,
.slider-references .swiper .swiper-button-next:hover img {
  filter: brightness(0) invert(1);
}
.slider-references .swiper .swiper-button-prev::after,
.slider-references .swiper .swiper-button-next::after {
  width: 100%;
  height: 100%;
  content: "";
  display: none;
}

.services-section {
  border: 1px solid #d9d9d9;
  max-width: 1920px;
  overflow-x: hidden;
  margin: 0 auto;
}
.services-section__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
}
@media (max-width: 768px) {
  .services-section__container {
    flex-direction: column;
  }
}
.services-section__main {
  width: 65%;
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding: 140px 100px 140px 0;
}
@media (max-width: 768px) {
  .services-section__main {
    gap: 30px;
    padding: 80px 0 40px;
  }
}
@media (max-width: 768px) {
  .services-section__main {
    width: 100%;
  }
}
.services-section__main p {
  font-size: clamp(14px, 3vw, 24px);
}
.services-section__cards {
  width: 35%;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #d9d9d9;
}
@media (max-width: 768px) {
  .services-section__cards {
    width: 100%;
    border-left: none;
  }
}
.services-section__card {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 50px 0 50px clamp(30px, 4vw, 80px);
  position: relative;
}
@media (max-width: 1024px) {
  .services-section__card {
    padding: 40px 0 40px 24px;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .services-section__card {
    padding: 24px 0 24px 0;
    gap: 16px;
  }
  .services-section__card:first-child::before {
    content: "";
    position: absolute;
    left: -16px;
    top: 0;
    width: 100vw;
    height: 1px;
    background: #d9d9d9;
  }
}
.services-section__card:last-child::after {
  display: none;
}
.services-section__card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 1px;
  background: #d9d9d9;
}
@media (max-width: 768px) {
  .services-section__card::after {
    left: -16px;
  }
}
.services-section__card .card-image {
  flex-shrink: 0;
  width: 84px;
  height: 84px;
  background: #ffffff;
  border-radius: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-section__card .card-image img {
  width: 50px;
  height: 50px;
}
@media (max-width: 1024px) {
  .services-section__card .card-image {
    width: 60px;
    height: 60px;
  }
  .services-section__card .card-image img {
    width: 36px;
    height: 36px;
  }
}
.services-section__card h3 {
  font-weight: 500;
  font-size: clamp(18px, 2vw, 28px);
  line-height: 130%;
}

.goal-section {
  width: 100%;
  background-color: #e8e8e1;
  padding: 16px 0;
}
.goal-section__image {
  padding: 0 16px;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin: auto;
  border-radius: 8px;
}
.goal-section__image img {
  aspect-ratio: 16/6;
  border-radius: 8px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .goal-section__image img {
    aspect-ratio: 16/8;
  }
}
.goal-section__content {
  max-width: 1130px;
  margin: 0 auto;
  width: 100%;
  padding: 100px 16px;
}
@media (max-width: 768px) {
  .goal-section__content {
    padding: 30px 16px;
  }
}
.goal-section__content p {
  font-weight: 500;
  font-size: clamp(1rem, 3vw, 2rem);
  line-height: 125%;
  letter-spacing: -2%;
  text-indent: 5em;
}

.map-section {
  padding: 140px 0;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
}
@media (max-width: 768px) {
  .map-section {
    padding: 80px 0;
  }
}
.map-section__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.map-section__container h2 {
  text-align: center;
}
@media (max-width: 768px) {
  .map-section__container {
    gap: 40px;
  }
}
.map-section__content {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1024px) {
  .map-section__content {
    flex-direction: column;
    align-items: center;
  }
}
.map-section__image {
  max-width: 460px;
  width: 100%;
  height: auto;
  flex-grow: 1;
  position: relative;
}
@media (max-width: 768px) {
  .map-section__image {
    max-width: 250px;
  }
}
.map-section__image:after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 40px);
  transform: translateY(-50%);
  width: 100vw;
  height: 1px;
  background-color: #d9d9d9;
}
@media (max-width: 768px) {
  .map-section__image:after {
    right: 100%;
  }
}
.map-section__image:before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 40px);
  transform: translateY(-50%);
  width: 100vw;
  height: 1px;
  background-color: #d9d9d9;
}
@media (max-width: 768px) {
  .map-section__image:before {
    left: 100%;
  }
}
.map-section__image img {
  box-shadow: 0 0px 15px white;
  border-radius: 20rem;
  width: 100%;
  height: auto;
}
.map-section p {
  width: 100%;
  flex-grow: 1;
  max-width: 350px;
  font-size: clamp(14px, 2vw, 18px);
  line-height: 140%;
  letter-spacing: -1%;
  line-height: 1.6;
  display: inline-block;
  margin: 50px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .map-section p {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .map-section p {
    max-width: 250px;
  }
}
.map-section p.map-first {
  align-self: flex-start;
}
.map-section p.map-last {
  align-self: flex-end;
}

.who-section {
  padding: 140px 16px;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 100px;
}
@media (max-width: 768px) {
  .who-section {
    padding: 80px 16px;
    gap: 40px;
    flex-direction: column;
  }
}
.who-section h3 {
  width: 100%;
  font-weight: 500;
  font-size: clamp(20px, 3vw, 32px);
  letter-spacing: -2%;
}
.who-section__content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.who-section__content p {
  font-size: clamp(14px, 2vw, 24px);
  line-height: 140%;
  letter-spacing: -1%;
}
.who-section__content span {
  font-weight: 600;
  font-size: clamp(16px, 2vw, 24px);
  margin: 50px 0 30px;
}
@media (max-width: 768px) {
  .who-section__content span {
    margin: 24px 0 16px;
  }
}
.who-section__bricks {
  width: 100%;
}
@media (max-width: 768px) {
  .who-section__bricks {
    max-width: 100%;
    justify-content: center;
  }
}
.who-section__bricks .brick {
  display: inline-block;
  margin: 0 6px 10px 0;
  background: #ffffff;
  border-radius: 4rem;
  padding: 8px 16px;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
}
@media (max-width: 768px) {
  .who-section__bricks .brick {
    margin: 0 4px 8px 0;
  }
}

.solutions-section {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.solutions-section__top {
  width: 100%;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 100px 16px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  .solutions-section__top {
    padding: 80px 16px;
  }
}
.solutions-section__top-content {
  margin: 0 auto;
  display: flex;
  max-width: 400px;
  flex-direction: column;
  align-items: center;
  position: relative;
  gap: 10px;
}
.solutions-section__top-content::after {
  content: "";
  position: absolute;
  top: calc(-100% - 20px);
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;
}
.solutions-section__top-content::before {
  content: "";
  position: absolute;
  bottom: calc(-100% - 20px);
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;
}
.solutions-section__top-content img {
  width: 60px;
}
@media (max-width: 768px) {
  .solutions-section__top-content img {
    width: 40px;
  }
}
.solutions-section__content {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 16px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .solutions-section__content {
    padding: 40px 16px 0;
    gap: 20px;
  }
}
.solutions-section__content .solution {
  display: flex;
  border-radius: 8px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .solutions-section__content .solution {
    flex-direction: column;
  }
  .solutions-section__content .solution:nth-child(even) {
    flex-direction: column !important;
  }
}
.solutions-section__content .solution:nth-child(even) {
  background-color: #e8e8e1;
  flex-direction: row-reverse;
}
.solutions-section__content .solution__image {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 10/8;
  padding: 16px;
}
@media (max-width: 768px) {
  .solutions-section__content .solution__image {
    padding: 8px;
  }
}
.solutions-section__content .solution__image img {
  height: 100%;
  border-radius: 6px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.solutions-section__content .solution__content {
  width: 100%;
  padding: 40px clamp(20px, 5vw, 80px);
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .solutions-section__content .solution__content {
    gap: 20px;
    padding: 20px 16px 16px;
  }
}
.solutions-section__content .solution__content h3 {
  font-weight: 500;
  font-size: clamp(20px, 3vw, 36px);
}
.solutions-section__content .solution__content p {
  font-size: clamp(14px, 1.8vw, 18px);
}

.about-section {
  padding: 140px 0 0;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1920px;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 768px) {
  .about-section {
    padding: 80px 0 0;
  }
}
.about-section__top {
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 40px;
}
.about-section__top h2 {
  padding: 0 16px;
  max-width: 1280px;
  margin: 0 auto;
  text-align: left;
}
.about-section__container {
  width: 100%;
  height: auto;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  min-height: 440px;
}
@media (max-width: 768px) {
  .about-section__container {
    flex-direction: column;
    padding: 0;
    min-height: auto;
  }
}
.about-section__tabs {
  max-width: 260px;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #d9d9d9;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .about-section__tabs {
    padding: 0 0 0 16px;
    display: flex;
    max-width: none;
    border-right: none;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 10px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .about-section__tabs::-webkit-scrollbar {
    display: none;
  }
}
.about-section__tab-button {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  font-size: 14px;
  color: #878987;
  padding: 16px 16px 16px 0;
  cursor: pointer;
  transition: 0.2s ease;
  font-weight: 600;
}
@media (max-width: 768px) {
  .about-section__tab-button {
    height: auto;
    align-items: flex-start;
    margin-top: 20px;
    min-width: 220px;
    width: 100%;
    padding: 14px;
    font-size: 12px;
    overflow: visible;
    background-color: #ffffff;
    border-radius: 6px;
    justify-content: center;
  }
}
.about-section__tab-button:last-child {
  margin-right: 10px;
}
.about-section__tab-button:last-child::after {
  display: none;
}
.about-section__tab-button:hover {
  color: #201e1e;
}
.about-section__tab-button.is-active {
  color: #201e1e;
}
.about-section__tab-button.is-active::before {
  opacity: 1;
  width: 80%;
}
@media (max-width: 768px) {
  .about-section__tab-button.is-active::before {
    width: 100%;
  }
}
.about-section__tab-button::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5px;
  height: 4px;
  width: 60%;
  border-radius: 4px;
  z-index: 3;
  background: #8bb4a1;
  opacity: 0;
  transition: 0.2s ease;
}
@media (max-width: 768px) {
  .about-section__tab-button::before {
    height: 4px;
    width: 100%;
    bottom: 0px;
  }
}
.about-section__tab-button::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 1px;
  background: #d9d9d9;
}
@media (max-width: 768px) {
  .about-section__tab-button::after {
    display: none;
  }
}
.about-section__tab-field {
  display: flex;
  visibility: hidden;
  flex-direction: column;
  height: 0;
  gap: 50px;
  opacity: 0;
  transition: opacity 1s ease-out;
}
@media (max-width: 768px) {
  .about-section__tab-field {
    gap: 24px;
  }
}
.about-section__tab-field-block {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 768px) {
  .about-section__tab-field-block {
    gap: 14px;
  }
}
.about-section__tab-field-block .block-image {
  flex-shrink: 0;
  width: 84px;
  height: 84px;
  background: #ffffff;
  border-radius: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-section__tab-field-block .block-image img {
  width: 50px;
  height: 50px;
}
@media (max-width: 1024px) {
  .about-section__tab-field-block .block-image {
    width: 60px;
    height: 60px;
  }
  .about-section__tab-field-block .block-image img {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 768px) {
  .about-section__tab-field-block .block-image {
    width: 50px;
    height: 50px;
  }
  .about-section__tab-field-block .block-image img {
    width: 32px;
    height: 32px;
  }
}
.about-section__tab-field-block h3 {
  font-weight: 500;
  font-size: clamp(24px, 3vw, 32px);
}
@media (max-width: 768px) {
  .about-section__tab-field-block h3 {
    font-size: 16px;
  }
}
.about-section__tab-field p {
  font-size: clamp(14px, 2vw, 18px);
}
.about-section__tab-field.is-active {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.about-section__content {
  width: 100%;
  height: 100%;
  padding: 50px clamp(20px, 5vw, 70px) 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .about-section__content {
    padding: 32px 16px;
  }
}
.about-section__name {
  border-left: 1px solid #d9d9d9;
  padding-left: clamp(20px, 1vw, 50px);
  max-width: 220px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  justify-content: center;
}
@media (max-width: 1024px) {
  .about-section__name {
    display: none;
  }
}
@media (max-width: 768px) {
  .about-section__name {
    border-left: none;
    width: 100%;
    max-width: none;
    border-top: 1px solid #d9d9d9;
    padding: 16px;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.about-section__name p {
  max-width: 180px;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
}
.about-section__name .image-face {
  flex-shrink: 0;
  width: 148px;
  height: 148px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .about-section__name .image-face {
    width: 90px;
    height: 90px;
    border-radius: 28px;
  }
}
.about-section__name .image-write {
  flex-shrink: 0;
  width: 125px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .about-section__name .image-write {
    width: 60px;
  }
}

.projects-section {
  padding: 140px 0;
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
}
@media (max-width: 768px) {
  .projects-section {
    padding: 80px 0;
  }
}
.projects-section__top {
  width: 100%;
  padding-bottom: 40px;
}
.projects-section__top h2 {
  padding: 0 16px;
  max-width: 1280px;
  margin: 0 auto;
  text-align: left;
}
.projects-section__container {
  display: flex;
  flex-direction: column;
  gap: 140px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 768px) {
  .projects-section__container {
    gap: 80px;
  }
}
.projects-section__item {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 768px) {
  .projects-section__item {
    gap: 30px;
  }
}
.projects-section__item .project-image {
  width: 100%;
  height: auto;
  position: relative;
}
.projects-section__item .project-image img {
  max-height: 540px;
  overflow: hidden;
  border-radius: 8px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.2s ease;
}
.projects-section__item .project-image .project-flats {
  position: absolute;
  bottom: 32px;
  right: 32px;
  background: #ffffff;
  padding: 20px 40px;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .projects-section__item .project-image .project-flats {
    bottom: 16px;
    right: 16px;
    padding: 6px 12px;
  }
}
.projects-section__item .project-image .project-flats span {
  font-size: clamp(14px, 2vw, 24px);
  font-weight: 600;
}
.projects-section__item .project-image .project-flats p {
  color: #878987;
  font-size: clamp(14px, 2vw, 18px);
}
.projects-section__item .project-content {
  display: flex;
  justify-content: space-between;
}
.projects-section__item .project-content h3 {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 600;
  max-width: 500px;
  width: 100%;
}
@media (max-width: 1024px) {
  .projects-section__item .project-content {
    flex-direction: column;
    gap: 24px;
  }
}
.projects-section__item .project-content .project-content-block {
  display: flex;
}
.projects-section__item .project-content .project-content-block .project-location {
  max-width: 190px;
  font-size: clamp(14px, 2vw, 18px);
  margin: 0 60px;
}
@media (max-width: 1024px) {
  .projects-section__item .project-content .project-content-block .project-location {
    margin: 0 35px 0 0;
  }
}
.projects-section__item .project-content .project-content-block p {
  max-width: 340px;
  font-size: clamp(14px, 2vw, 18px);
}
.projects-section__item .project-action {
  display: flex !important;
  gap: 20px;
}
@media (max-width: 768px) {
  .projects-section__item .project-action {
    gap: 8px;
  }
}
.projects-section__item .project-action .btn {
  width: 100%;
  min-width: none;
  font-size: 12px;
}
@media (max-width: 768px) {
  .projects-section__item .project-action .btn svg {
    width: 16px;
  }
}

.numbers-section {
  max-width: 1920px;
  width: 100%;
  margin: 80px auto 0;
  border-top: 1px solid #d9d9d9;
}
@media (max-width: 768px) {
  .numbers-section {
    margin: 40px auto 0;
  }
}
.numbers-section__container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .numbers-section__container {
    padding: 30px 16px;
    flex-wrap: wrap;
    text-align: center;
  }
}
.numbers-section__item {
  flex: 1;
  min-width: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .numbers-section__item {
    min-width: 140px;
    gap: 4px;
  }
}
.numbers-section__item h3 {
  font-weight: 400;
  text-align: center;
  font-size: clamp(40px, 6vw, 88px);
}
.numbers-section__item p {
  text-align: center;
  font-size: clamp(14px, 2.5vw, 20px);
}
.numbers-section__actions {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  padding: 80px 16px;
  gap: 24px;
  border-top: 1px solid #d9d9d9;
}
.numbers-section__actions .btn {
  max-height: 60px;
}
@media (max-width: 768px) {
  .numbers-section__actions {
    flex-direction: column;
    gap: 16px;
    padding: 40px 16px;
  }
  .numbers-section__actions .btn {
    max-width: none !important;
  }
}

.quality-section {
  width: 100%;
  padding: 140px 0;
  margin: 0 auto;
}
.quality-section h2 {
  margin-bottom: 80px;
  text-align: center !important;
  padding: 0 16px;
}
@media (max-width: 768px) {
  .quality-section {
    padding: 80px 0;
  }
  .quality-section h2 {
    margin-bottom: 40px;
  }
}
.quality-section__container {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.quality-section__container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
}
@media (max-width: 768px) {
  .quality-section__container::before {
    display: none;
  }
}
.quality-section__grid {
  display: grid;
  place-content: center;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .quality-section__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.quality-section__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 70px 16px;
  gap: 36px;
  border-right: 1px solid #d9d9d9;
}
.quality-section__item:nth-child(3), .quality-section__item:nth-child(6) {
  border-right: none;
}
@media (max-width: 768px) {
  .quality-section__item {
    padding: 30px 16px;
    gap: 16px;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9 !important;
  }
  .quality-section__item:nth-child(2), .quality-section__item:nth-child(4), .quality-section__item:nth-child(6) {
    border-right: none !important;
  }
  .quality-section__item:nth-child(5), .quality-section__item:nth-child(6) {
    border-bottom: none;
  }
}
.quality-section__item img {
  width: 90px;
  height: 90px;
}
@media (max-width: 768px) {
  .quality-section__item img {
    width: 60px;
    height: 60px;
  }
}
.quality-section__item p {
  text-align: center;
  font-size: clamp(12px, 2vw, 18px);
  font-weight: 500;
  max-width: 270px;
}
@media (max-width: 768px) {
  .quality-section__item p {
    font-weight: 600;
  }
}

.info-section {
  width: 100%;
  padding: 0px 0 140px;
  margin: 0 auto;
  max-width: 1280px;
}
.info-section h2 {
  margin-bottom: 80px;
  text-align: center !important;
  padding: 0 16px;
}
@media (max-width: 768px) {
  .info-section {
    padding: 0px 0 80px;
  }
  .info-section h2 {
    margin-bottom: 40px;
  }
}
.info-section__container {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 6px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .info-section__container {
    padding-right: 0;
  }
}
.info-section__table {
  border-radius: 8px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  min-width: 600px;
}
@media (max-width: 768px) {
  .info-section__table {
    margin-right: 16px;
  }
}
.info-section__table th,
.info-section__table td {
  text-align: left;
  padding: 40px clamp(20px, 3.5vw, 60px);
  font-size: clamp(14px, 2vw, 20px);
}
.info-section__table th:first-child,
.info-section__table td:first-child {
  padding-left: clamp(50px, 6vw, 80px);
}
@media (max-width: 768px) {
  .info-section__table th:first-child,
  .info-section__table td:first-child {
    padding-left: 40px;
  }
}
.info-section__table th:last-child,
.info-section__table td:last-child {
  padding-right: clamp(50px, 6vw, 80px);
}
@media (max-width: 768px) {
  .info-section__table th:last-child,
  .info-section__table td:last-child {
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  .info-section__table th,
  .info-section__table td {
    padding: 30px clamp(10px, 3.5vw, 20px);
    font-size: 16px;
  }
}
.info-section__table tr {
  padding: 40px 60px;
  border-bottom: 1px solid #f0f0f0;
}
.info-section__table tr.--sold {
  background-color: rgba(240, 240, 240, 0.3);
}
.info-section__table tr.--sold td {
  color: #878987;
}
@media (max-width: 768px) {
  .info-section__table tr.--sold td {
    color: #d9d9d9;
  }
}
.info-section__table tr.--sold td:first-child {
  position: relative;
}
.info-section__table tr.--sold td:first-child::after {
  content: "VERKAUFT";
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 12px;
  color: #ffffff;
  font-weight: 700;
  background-color: #8bb4a1;
  padding: 4px 8px;
  border-radius: 8px;
  transform: rotate(-7deg);
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .info-section__table tr.--sold td:first-child::after {
    top: 5px;
    left: 5px;
    transform: rotate(-5deg);
    font-size: 10px;
  }
}
.info-section__table .table__head {
  background-color: #e8e8e1;
}
.info-section__table .table__body {
  background-color: #ffffff;
}

.contact-section {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.contact-section h2 {
  text-align: center;
  margin-bottom: 80px;
  padding: 0 16px;
}
@media (max-width: 768px) {
  .contact-section h2 {
    margin-bottom: 40px;
  }
}
.contact-section__top {
  width: 100%;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 100px 16px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  .contact-section__top {
    padding: 80px 16px;
  }
}
.contact-section__top-content {
  margin: 0 auto;
  display: flex;
  max-width: 1000px;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 60px;
}
@media (max-width: 1024px) {
  .contact-section__top-content {
    flex-direction: column;
    text-align: center !important;
    gap: 20px;
  }
}
.contact-section__top-content::after {
  content: "";
  position: absolute;
  top: calc(-100% - 20px);
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;
}
.contact-section__top-content::before {
  content: "";
  position: absolute;
  bottom: calc(-100% - 20px);
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;
}
.contact-section__top-content .image-face {
  flex-shrink: 0;
  width: 148px;
  height: 148px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .contact-section__top-content .image-face {
    width: 106px;
    height: 106px;
    border-radius: 32px;
  }
}
.contact-section__top-content p {
  width: 100%;
  flex-grow: 1;
  text-align: right;
  font-size: clamp(20px, 3vw, 30px);
}
@media (max-width: 1024px) {
  .contact-section__top-content p {
    text-align: center;
  }
}
.contact-section__top-content .site-footer__column {
  flex-grow: 1;
  width: 100%;
  font-size: clamp(20px, 3vw, 30px);
  align-items: center;
  padding: 0;
}
.contact-section__top-content .site-footer__column a::before {
  display: none !important;
}
