.lazyblock-contacts-section {
  position: relative;
  min-height: 900px;
  overflow: hidden;
  border-top: 0;
  background: #151515;
}

.lazyblock-contacts-section .contact-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lazyblock-contacts-section .contact-card-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 900px;
  padding: 150px 0;
}

.lazyblock-contacts-section .contact-map-marker {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
}

.lazyblock-contacts-section .contact-map-marker__ring,
.lazyblock-contacts-section .contact-map-marker__dot,
.lazyblock-contacts-section .contact-map-marker::before {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.lazyblock-contacts-section .contact-map-marker::before {
  inset: 0;
  background: rgba(66, 127, 255, 0.16);
}

.lazyblock-contacts-section .contact-map-marker__ring {
  inset: 20px;
  background: rgba(66, 127, 255, 0.42);
}

.lazyblock-contacts-section .contact-map-marker__dot {
  inset: 32px;
  background: #427fff;
}

.lazyblock-contacts-section .contact-card {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  overflow: visible;
  width: 496px;
  padding: 32px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: none;
}

.lazyblock-contacts-section .contact-card::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  width: 16px;
  height: 32px;
  background: #ffffff;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  transform: translateY(-50%);
}

.lazyblock-contacts-section .contact-brand {
  color: #221e1e;
}

.lazyblock-contacts-section .contact-brand .brand-lockup {
  position: relative;
  display: block;
  width: 344.78px;
  height: 56.79px;
}

.lazyblock-contacts-section .contact-brand .brand-lockup > * {
  position: absolute;
  display: block;
  max-width: none;
}

.lazyblock-contacts-section .contact-brand .brand-symbol {
  left: 0;
  top: 0;
  width: 116.42px;
  height: 56px;
}

.lazyblock-contacts-section .contact-brand .brand-wordmark {
  left: 126.78px;
  top: 8.24px;
  width: 218px;
  height: 21.82px;
}

.lazyblock-contacts-section .contact-brand .brand-tagline {
  left: 128.62px;
  top: 38.8px;
  width: 214.33px;
  height: 8.97px;
}

.lazyblock-contacts-section .contact-lines {
  display: grid;
  gap: 8px;
  color: #221e1e;
}

.lazyblock-contacts-section .contact-lines p,
.lazyblock-contacts-section .contact-lines p:first-child {
  margin: 0;
  color: #221e1e;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.02em;
}

.lazyblock-contacts-section .contact-actions {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.lazyblock-contacts-section .contact-button {
  min-height: 40px;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}

.lazyblock-contacts-section .contact-button .button-icon {
  width: 20px;
  height: 20px;
}

@media (max-width: 640px) {
  .lazyblock-contacts-section {
    min-height: 685px;
  }

  .lazyblock-contacts-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--contact-map-mobile) center/cover no-repeat;
  }

  .lazyblock-contacts-section .contact-map {
    display: none;
  }

  .lazyblock-contacts-section .contact-card-wrap {
    align-items: flex-end;
    min-height: 685px;
    padding: 16px 0;
    justify-content: center;
  }

  .lazyblock-contacts-section .contact-map-marker {
    top: auto;
    bottom: 360px;
    width: 40px;
    height: 40px;
  }

  .lazyblock-contacts-section .contact-map-marker__ring {
    inset: 10px;
  }

  .lazyblock-contacts-section .contact-map-marker__dot {
    inset: 16px;
  }

  .lazyblock-contacts-section .contact-card {
    width: 343px;
    gap: 24px;
    padding: 32px;
  }

  .lazyblock-contacts-section .contact-card::before {
    top: -16px;
    left: 50%;
    width: 32px;
    height: 16px;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    transform: translateX(-50%);
  }

  .lazyblock-contacts-section .contact-brand .brand-lockup {
    width: 197.02px;
    height: 32.38px;
  }

  .lazyblock-contacts-section .contact-brand .brand-symbol {
    width: 66.53px;
    height: 32px;
  }

  .lazyblock-contacts-section .contact-brand .brand-wordmark {
    left: 72.45px;
    top: 4.71px;
    width: 124.57px;
    height: 12.47px;
  }

  .lazyblock-contacts-section .contact-brand .brand-tagline {
    left: 73.5px;
    top: 22.17px;
    width: 122.47px;
    height: 5.12px;
  }

  .lazyblock-contacts-section .contact-lines {
    width: 100%;
  }

  .lazyblock-contacts-section .contact-lines p,
  .lazyblock-contacts-section .contact-lines p:first-child {
    font-size: 14px;
    letter-spacing: 0;
  }

  .lazyblock-contacts-section .contact-actions {
    display: grid;
    width: 100%;
    gap: 8px;
  }

  .lazyblock-contacts-section .contact-button {
    width: 100%;
    justify-content: center;
  }
}
