/* Footer: Phuoc Tien layout */
.az9s-site-footer {
  background: #fff;
  color: #3f3f3f;
  font-size: 15px;
}

.az9s-site-footer__inner {
  margin: 0 auto;
  max-width: 1420px;
  padding: 26px 16px 34px;
  width: 100%;
}

.az9s-site-footer__top,
.az9s-footer-regions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.az9s-site-footer__panel,
.az9s-footer-region {
  border-left: 1px dotted #ddd;
  padding: 0 36px;
}

.az9s-site-footer__panel:last-child,
.az9s-footer-region:last-child {
  border-right: 1px dotted #ddd;
}

.az9s-site-footer h2 {
  color: #e30613;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 22px;
  text-transform: uppercase;
}

.az9s-footer-support {
  counter-reset: footer-support;
  list-style: none;
  margin: 0;
  padding: 0;
}

.az9s-footer-support li {
  counter-increment: footer-support;
  font-weight: 800;
  line-height: 1.45;
  margin-bottom: 12px;
}

.az9s-footer-support li::before {
  content: counter(footer-support) ". ";
}

.az9s-footer-support a,
.az9s-footer-contact a {
  color: #1d1d1d;
  text-decoration: none;
}

.az9s-footer-support a:hover,
.az9s-footer-contact a:hover {
  color: #e30613;
}

.az9s-footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
}

.az9s-footer-contact li {
  color: #1d1d1d;
  font-weight: 600;
  line-height: 1.45;
  margin-bottom: 10px;
}

.az9s-footer-contact i {
  color: #111;
  margin-right: 5px;
  width: 16px;
}

.az9s-footer-facebook {
  align-items: flex-start;
  background: #fff;
  border: 1px solid #e5e5e5;
  display: flex;
  gap: 12px;
  margin-top: 10px;
  max-width: 330px;
  padding: 10px;
  text-decoration: none;
}

.az9s-footer-facebook__thumb {
  align-items: center;
  background: #e30613;
  color: #fff;
  display: flex;
  flex: 0 0 58px;
  font-size: 18px;
  font-weight: 800;
  height: 58px;
  justify-content: center;
}

.az9s-footer-facebook strong {
  color: #4267b2;
  display: block;
  font-size: 18px;
  line-height: 1.25;
}

.az9s-footer-facebook small {
  color: #222;
  display: block;
  font-size: 13px;
  margin-top: 4px;
}

.az9s-footer-bank p {
  color: #1d1d1d;
  line-height: 1.45;
  margin: 0 0 12px;
}

.az9s-footer-payments {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(2, 96px);
  margin-top: 12px;
}

.az9s-footer-payments span {
  align-items: center;
  background: linear-gradient(#fff, #f2f2f2);
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #1264a8;
  display: flex;
  font-size: 19px;
  font-weight: 800;
  height: 56px;
  justify-content: center;
  text-align: center;
}

.az9s-footer-payments span:nth-child(2) {
  background: linear-gradient(135deg, #14479e, #0b2467);
  color: #ffcf40;
  font-size: 15px;
}

.az9s-footer-payments span:nth-child(4) {
  font-size: 17px;
}

.az9s-footer-regions {
  margin-top: 62px;
}

.az9s-footer-region__head {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-bottom: 26px;
}

.az9s-footer-region__head h2 {
  color: #111;
  font-size: 30px;
  margin: 0;
  text-transform: none;
}

.az9s-footer-region__pin {
  align-items: center;
  background: #e30613;
  border: 5px solid #ffb3b3;
  border-radius: 50% 50% 50% 0;
  color: #fff;
  display: flex;
  flex: 0 0 72px;
  height: 72px;
  justify-content: center;
  transform: rotate(-45deg);
  width: 72px;
}

.az9s-footer-region__pin i {
  font-size: 30px;
  transform: rotate(45deg);
}

.az9s-footer-branch {
  margin-bottom: 16px;
}

.az9s-footer-branch h3 {
  color: #444;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0 0 7px;
  text-transform: uppercase;
}

.az9s-footer-branch p {
  color: #555;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 6px;
}

.az9s-footer-branch p i {
  color: #e84b45;
  font-size: 20px;
  margin-right: 6px;
  vertical-align: -2px;
}

.az9s-footer-branch__phone {
  font-weight: 800 !important;
  padding-left: 52px;
}

.az9s-footer-branch__phone i {
  border: 2px solid #ee7777;
  border-radius: 50%;
  font-size: 14px !important;
  height: 26px;
  line-height: 22px;
  margin-left: -34px;
  text-align: center;
  width: 26px;
}

.az9s-site-footer__copyright {
  background: #cfcfcf;
  color: #777;
  font-size: 15px;
  line-height: 1.45;
  padding: 9px 16px;
  text-align: center;
}

@media (max-width: 1024px) {
  .az9s-site-footer__panel,
  .az9s-footer-region {
    padding: 0 22px;
  }

  .az9s-footer-region__head h2 {
    font-size: 24px;
  }
}

@media (max-width: 820px) {
  .az9s-site-footer__top,
  .az9s-footer-regions {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }

  .az9s-site-footer__panel,
  .az9s-footer-region,
  .az9s-site-footer__panel:last-child,
  .az9s-footer-region:last-child {
    border-left: 0;
    border-right: 0;
    padding: 0;
  }

  .az9s-footer-regions {
    margin-top: 42px;
  }

  .az9s-footer-region__head {
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  .az9s-site-footer__inner {
    padding: 22px 14px 30px;
  }

  .az9s-site-footer h2 {
    font-size: 18px;
  }

  .az9s-footer-payments {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .az9s-footer-region__head h2 {
    font-size: 22px;
  }
}
