.akuvox-footer {
  position: relative;
  background: #000;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 30px;
}

.akuvox-footer,
.akuvox-footer * {
  box-sizing: border-box;
}

.akuvox-footer a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}


.akuvox-footer a:hover {
	 color: #0f367b;
  opacity: 1;
  text-decoration: none;
}

.akuvox-footer__inner {
  display: grid;
  grid-template-columns: 1.25fr 1.1fr 1.05fr 1.35fr;
  gap: 58px;
  max-width: 1440px;
  margin: 0 auto;
  min-height: 270px;
}

.akuvox-footer__col h3 {
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
}

.akuvox-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.akuvox-footer__logo {
  display: inline-flex;
  max-width: 160px;
  margin-bottom: 24px;
}

.akuvox-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.akuvox-footer__requisites {
  margin-bottom: 30px;
}

.akuvox-footer__requisites p {
  margin: 0 0 3px;
  font-size: 15px;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.9);
}

.akuvox-footer__payments {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
}

.akuvox-footer__payment {
  width: 45px;
  height: 29px;
  border-radius: 3px;
  background: #f4f4f4;
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 13px;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.akuvox-footer__payment--visa {
  font-style: italic;
  letter-spacing: -0.5px;
}

.akuvox-footer__payment--mastercard {
  position: relative;
  gap: 0;
}

.akuvox-footer__payment--mastercard span {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  display: block;
}

.akuvox-footer__payment--mastercard span:first-child {
  background: #eb001b;
  margin-right: -7px;
}

.akuvox-footer__payment--mastercard span:last-child {
  background: #f79e1b;
  opacity: 0.95;
}

.akuvox-footer__payment--paypal {
  color: #0070ba;
  font-size: 24px;
  font-weight: 900;
  font-family: Arial, Helvetica, sans-serif;
}

.akuvox-footer__nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.akuvox-footer__nav a {
  font-size: 16px;
  line-height: 1.15;
  color: rgba(255, 255, 255, 0.88);
}

.akuvox-footer__nav--bold a {
  font-weight: 700;
  color: #fff;
}

.akuvox-footer__contacts {
  padding-left: 8px;
}

.akuvox-footer__contact-list {
  list-style: none;
  margin: 0 0 42px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.akuvox-footer__contact-list li {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.35;
}

.akuvox-footer__icon {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.akuvox-footer__icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.akuvox-footer__socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  margin: 0 0 25px;
}

.akuvox-footer__socials a {
  display: inline-flex;
  width: 18px;
  height: 18px;
  color: #fff;
}

.akuvox-footer__socials svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.akuvox-footer__quote {
  width: 100%;
  max-width: 208px;
  min-height: 35px;
  margin-left: auto;
  border-radius: 999px;
  background: #fff;
  color: #000 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.22);
}

.akuvox-footer__quote:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.akuvox-footer__copyright {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  font-size: 13px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.75);
  padding-bottom: 2px;
  margin-bottom: 20px;
}

/* адаптив */
@media (max-width: 1100px) {
  .akuvox-footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 36px 48px;
  }

  .akuvox-footer__copyright {
    position: static;
    transform: none;
    text-align: center;
    margin-top: 28px;
    padding-bottom: 0;
  }

  .akuvox-footer__quote {
    margin-left: 0;
  }

  .akuvox-footer__socials {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .akuvox-footer {
    padding: 28px 20px 18px;
  }

  .akuvox-footer__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .akuvox-footer__logo {
    max-width: 150px;
    margin-bottom: 20px;
  }

  .akuvox-footer__contacts {
    padding-left: 0;
  }

  .akuvox-footer__contact-list {
    margin-bottom: 28px;
  }

  .akuvox-footer__quote {
    max-width: 100%;
  }
}