.pp-footer {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-top: 40px;
  background: #343a40 !important;
  color: #fff;
}

body .site-footer:not(#pp-footer),
body .footer-widgets:not(.pp-footer),
body .generate-footer-widgets-container,
body .site-info {
  display: none !important;
}

.pp-footer__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 42px 18px 20px;
}

.pp-footer__grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: 0;
}

.pp-footer__col {
  padding: 0 22px;
  box-sizing: border-box;
}

.pp-footer__col + .pp-footer__col {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.pp-footer__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px;
  text-decoration: none !important;
}

.pp-footer__logo img {
  height: 100px;
  width: auto;
  display: block;
  filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.25));
}

.pp-footer__brand {
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 12px;
  color: #fff;
}

.pp-footer__text,
.pp-footer__contacts,
.pp-footer__note,
.pp-footer__copy {
  color: rgba(255, 255, 255, 0.92);
}

.pp-footer__contacts {
  display: grid;
  gap: 8px;
  margin: 14px 0;
}

.pp-footer__note {
  font-size: 12.5px;
  line-height: 1.45;
  padding: 12px 12px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.pp-footer__summary {
  list-style: none;
  user-select: none;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.92);
  padding: 0 0 12px;
  cursor: default;
}

.pp-footer__summary::-webkit-details-marker {
  display: none;
}

.pp-footer__summary::marker {
  content: '';
}

.pp-footer__panel {
  padding-bottom: 6px;
}

.pp-footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}

.pp-footer__list li + li {
  margin-top: 0;
}

.pp-footer__link,
.pp-footer__tecsamo {
  color: rgba(255, 255, 255, 0.85) !important;
  text-decoration: none !important;
  font-size: 13px;
  line-height: 1.35;
}

.pp-footer__link:hover,
.pp-footer__tecsamo:hover {
  color: #fff !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

.pp-footer__bottom {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pp-footer__payments {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.pp-pay {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 30px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  line-height: 1;
}

.pp-pay__img {
  height: 50px !important;
  max-height: 50px !important;
  width: auto !important;
  object-fit: contain;
}

@media (max-width: 768px) {
  .pp-footer__inner {
    padding: 28px 14px 18px;
  }

  .pp-footer__grid {
    grid-template-columns: 1fr;
  }

  .pp-footer__col {
    padding: 0;
  }

  .pp-footer__col + .pp-footer__col {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    margin-top: 14px;
    padding-top: 14px;
  }

  .pp-footer__summary {
    cursor: pointer;
    padding: 12px 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .pp-footer__summary::after {
    content: '';
    width: 12px;
    height: 12px;
    border-right: 2px solid rgba(255, 255, 255, 0.8);
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    transform: rotate(45deg);
    transition: transform 0.18s ease;
    flex: 0 0 auto;
  }

  details[open] > .pp-footer__summary::after {
    transform: rotate(-135deg);
  }

  .pp-footer__panel {
    padding: 10px 12px 14px;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 8px;
  }

  .pp-footer__bottom {
    justify-content: center;
    text-align: center;
  }

  .pp-footer__payments {
    justify-content: center;
    width: 100%;
  }

  .pp-footer__copy {
    width: 100%;
  }
}