.mdz-footer {
  background: #000000;
  color: #ffffff;
}

.mdz-footer-column {
  min-width: 0;
}

.mdz-footer-column-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.mdz-footer-title,
.mdz-footer-subtitle {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7f7f7f;
}

.mdz-footer-subtitle {
  margin-top: 2rem;
}

.mdz-footer-link {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 1.55;
  color: #ffffff;
  transition: color 0.2s ease;
}

.mdz-footer-link:hover {
  color: #c8c8c8;
}

.mdz-footer-link-disabled {
  display: inline-block;
  width: auto;
  cursor: not-allowed;
  color: rgba(255, 255, 255, 0.3);
  opacity: 0.65;
}

.mdz-footer-link-disabled:hover,
.mdz-footer-link-disabled:focus {
  color: rgba(255, 255, 255, 0.46);
  opacity: 0.8;
}

.mdz-footer-link-label {
  display: inline-block;
}

.mdz-footer-tooltip {
  position: absolute;
  left: 0;
  bottom: calc(100% + 0.55rem);
  z-index: 10;
  width: max-content;
  max-width: 14rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: #111111;
  padding: 0.65rem 0.8rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  white-space: normal;
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.mdz-footer-link-disabled:hover .mdz-footer-tooltip,
.mdz-footer-link-disabled:focus .mdz-footer-tooltip {
  opacity: 1;
  transform: translateY(0);
}

.mdz-footer-address span {
  color: rgba(255, 255, 255, 0.48);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mdz-footer-qr {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  padding: 6px;
  border-radius: 10px;
  background: #ffffff;
}

.mdz-footer-qr-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 2px;
  width: 100%;
  height: 100%;
}

.mdz-footer-qr-grid span {
  background: #ffffff;
}

.mdz-footer-qr-grid span.is-dark {
  background: #000000;
}

.mdz-footer-app-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 18px;
  background: #1b1b1b;
}

.mdz-button-footer {
  width: min(100%, 22rem);
  min-height: 58px;
  background: #5c5c5c;
  color: #ffffff;
}

.mdz-button-footer:hover {
  background: #6a6a6a;
}

.mdz-footer-input {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 56px;
  padding: 0 1rem 0 1.15rem;
  border: 0;
  background: transparent;
  color: #ffffff;
  outline: none;
}

.mdz-footer-input::placeholder {
  color: #8d8d8d;
}

.mdz-footer-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 102px;
  min-height: 56px;
  border: 0;
  border-radius: 999px;
  background: #5c5c5c;
  color: #cfcfcf;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.mdz-footer-submit:hover {
  background: #6a6a6a;
  color: #ffffff;
}

@media (max-width: 1279px) {
  .mdz-button-footer {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .mdz-footer-submit {
    width: 76px;
    font-size: 28px;
  }
}
