/* Start custom CSS for html, class: .elementor-element-6487e66 */.d52f-footer-wrap {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 100%;
}

.d52f-footer-wrap, .d52f-footer-wrap * {
  box-sizing: border-box;
}

.d52f-footer-wrap .d52f-footer {
  display: flex !important;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 70px;
  width: 100%;
  padding: 50px 50px 50px;
  background: #ffffff;
  margin: 0;
}

/* ===== Left block ===== */
.d52f-footer-wrap .d52f-left {
  flex: 1 1 480px;
  max-width: 760px;
}

.d52f-footer-wrap .d52f-heading {
  font-size: 52px;
  font-weight: 400;
  line-height: 1.15;
  color: #111111;
  margin: 0 0 32px;
}

.d52f-footer-wrap .d52f-btn-talk {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 740px;
  background: #111111;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  padding: 22px 24px;
  border-radius: 0;
  margin-bottom: 40px;
}

.d52f-footer-wrap .d52f-btn-talk:hover {
  background: #333333;
}

.d52f-footer-wrap .d52f-contact p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #111111;
}

.d52f-footer-wrap .d52f-contact a {
  color: #111111;
  text-decoration: none;
}

.d52f-footer-wrap .d52f-contact a:hover {
  opacity: 0.6;
}

/* ===== Right block ===== */
.d52f-footer-wrap .d52f-right {
  display: flex;
  flex-direction: column;
  gap: 90px;
  flex: 0 1 auto;
}

.d52f-footer-wrap .d52f-nav-row,
.d52f-footer-wrap .d52f-bottom-row {
  display: flex;
  gap: 90px;
}

.d52f-footer-wrap .d52f-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 140px;
}

.d52f-footer-wrap .d52f-col a,
.d52f-footer-wrap .d52f-col p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #111111;
  text-decoration: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.d52f-footer-wrap .d52f-col a:hover {
  opacity: 0.6;
}

.d52f-footer-wrap .d52f-col .d52f-ext {
  font-size: 13px;
}

/* Bottom row (address / legal) is not uppercase */
.d52f-footer-wrap .d52f-bottom-row .d52f-col a,
.d52f-footer-wrap .d52f-bottom-row .d52f-col p {
  text-transform: none;
  font-weight: 400;
  letter-spacing: normal;
}

/* =====================================================
   MOBILE LAYOUT
   ===================================================== */
@media (max-width: 900px) {
  .d52f-footer-wrap .d52f-footer {
    flex-direction: column;
    padding: 40px 24px;
    gap: 48px;
  }

  .d52f-footer-wrap .d52f-heading {
    font-size: 34px;
    margin-bottom: 24px;
  }

  .d52f-footer-wrap .d52f-btn-talk {
    max-width: 100%;
    padding: 18px 20px;
  }

  .d52f-footer-wrap .d52f-right {
    width: 100%;
    gap: 40px;
  }

  .d52f-footer-wrap .d52f-nav-row,
  .d52f-footer-wrap .d52f-bottom-row {
    gap: 40px;
    flex-wrap: wrap;
  }

  .d52f-footer-wrap .d52f-col {
    min-width: 120px;
  }
}/* End custom CSS */