.azfp-footer {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 4px 0 28px;
  color: #d5d5d5;
  font-family: inherit;
}

.azfp-footer,
.azfp-footer * {
  box-sizing: border-box;
}

.azfp-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr 1.15fr;
  gap: 0;
  width: 100%;
  border-top: 1px solid #444;
  border-bottom: 3px solid #ed1b2f;
}

.azfp-column {
  min-width: 0;
  padding: 30px 28px 26px;
  border-right: 1px solid #414141;
}

.azfp-column:last-child {
  border-right: 0;
}

.azfp-heading {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 20px;
}

.azfp-heading-centered {
  justify-content: center;
}

.azfp-heading h3 {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.azfp-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  color: #ed1b2f;
  background: rgba(237, 27, 47, .1);
  border: 1px solid rgba(237, 27, 47, .35);
  border-radius: 50%;
}

.azfp-icon svg,
.azfp-contact-item svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.azfp-icon svg {
  width: 20px;
  height: 20px;
}

.azfp-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.azfp-links li {
  margin: 0 0 11px;
  padding: 0;
}

.azfp-links a,
.azfp-contact a {
  color: #c9c9c9;
  font-size: 13px;
  line-height: 1.45;
  text-decoration: none;
  transition: color .2s ease, padding-left .2s ease;
}

.azfp-links a::before {
  content: "›";
  display: inline-block;
  margin-right: 8px;
  color: #ed1b2f;
  font-size: 17px;
  line-height: 10px;
  vertical-align: -1px;
}

.azfp-links a:hover,
.azfp-links a:focus,
.azfp-contact a:hover,
.azfp-contact a:focus {
  color: #fff;
  text-decoration: none;
}

.azfp-links a:hover,
.azfp-links a:focus {
  padding-left: 3px;
}

.azfp-payment {
  text-align: center;
}

.azfp-payment-link {
  display: block;
  max-width: 250px;
  margin: 2px auto 14px;
  padding: 10px;
  background: #17181b;
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
  transition: transform .2s ease, border-color .2s ease;
}

.azfp-payment-link:hover,
.azfp-payment-link:focus {
  border-color: #ed1b2f;
  transform: translateY(-2px);
}

.azfp-payment img {
  display: block;
  width: 100%;
  max-width: 230px;
  height: auto;
  margin: 0 auto;
}

.azfp-payment p {
  margin: 0;
  color: #aaa;
  font-size: 12px;
  line-height: 1.5;
}

.azfp-contact-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.azfp-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #c9c9c9;
  font-size: 13px;
  line-height: 1.65;
}

.azfp-contact-item svg {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  color: #ed1b2f;
}

.azfp-contact-item p {
  margin: 0;
}

@media (max-width: 991px) {
  .azfp-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .azfp-column:nth-child(2) {
    border-right: 0;
  }

  .azfp-column:nth-child(-n+2) {
    border-bottom: 1px solid #414141;
  }
}

@media (max-width: 575px) {
  .azfp-footer {
    padding-bottom: 18px;
  }

  .azfp-grid {
    grid-template-columns: 1fr;
  }

  .azfp-column,
  .azfp-column:nth-child(2) {
    padding: 23px 20px;
    border-right: 0;
    border-bottom: 1px solid #414141;
  }

  .azfp-column:last-child {
    border-bottom: 0;
  }

  .azfp-heading,
  .azfp-heading-centered {
    justify-content: flex-start;
    margin-bottom: 17px;
  }

  .azfp-payment {
    text-align: left;
  }

  .azfp-payment-link {
    max-width: 280px;
    margin-left: 0;
  }

  .azfp-payment p {
    text-align: left;
  }
}
