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

.auv-footer {
  position: relative;
  color: #B8B8B8 !important;
  background: #1D1F21 !important;
}

.auv-footer__accent-line {
  width: 100%;
  height: 1px;
  background: var(--auv-footer-accent, #FF9F0A);
  opacity: 0.48;
}

.auv-footer__inner {
  display: grid;
  width: min(100% - 48px, var(--auv-footer-width, 1280px));
  padding-block: 54px 46px;
  margin-inline: auto;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 1.35fr);
  gap: 80px;
}

.auv-footer h2 {
  margin: 0 0 18px;
  color: #FFFFFF !important;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.auv-footer__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.auv-footer__contact a {
  margin-top: 8px;
  color: #B8B8B8 !important;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.auv-footer__contact a:hover,
.auv-footer__bottom a:hover {
  color: var(--auv-footer-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.auv-footer__support-text {
  margin: 12px 0 0;
  color: #8F9499 !important;
  font-size: 12px;
  line-height: 1.55;
}

.auv-footer__subscribe > p {
  max-width: 600px;
  margin: 0 0 20px;
  color: #B8B8B8 !important;
  font-size: 13px;
  line-height: 1.65;
}

.auv-footer__form {
  display: grid;
  max-width: 560px;
  grid-template-columns: minmax(0, 1fr) 54px;
  border: 1px solid #3A3D40;
  background: #121314;
}

.auv-footer__form input {
  min-width: 0;
  height: 50px;
  padding: 0 16px;
  color: #FFFFFF !important;
  font: inherit;
  font-size: 13px;
  background: transparent;
  border: 0;
  outline: 0;
}

.auv-footer__form input::placeholder {
  color: #8F9499 !important;
}

.auv-footer__form input:focus {
  box-shadow: inset 0 0 0 1px var(--auv-footer-accent, #FF9F0A);
}

.auv-footer__form button {
  display: grid;
  padding: 0;
  place-items: center;
  color: #111111 !important;
  font-size: 22px;
  font-weight: 800;
  cursor: pointer;
  background: #FF9F0A !important;
  border: 0;
  transition: filter 0.2s ease;
}

.auv-footer__form button:hover {
  filter: brightness(1.08);
}

.auv-footer__message {
  margin: 10px 0 0;
  color: #B8B8B8 !important;
  font-size: 12px;
}

.auv-footer__message--error {
  color: #ff8c8c;
}

.auv-footer__warning {
  background: #242628 !important;
  border-block: 1px solid rgb(255 255 255 / 8%);
}

.auv-footer__warning > div {
  position: relative;
  width: min(100% - 48px, var(--auv-footer-width, 1280px));
  padding: 20px 0 20px 18px;
  margin-inline: auto;
}

.auv-footer__warning > div::before {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
  width: 2px;
  content: "";
  background: var(--auv-footer-accent, #FF9F0A);
}

.auv-footer__warning strong {
  display: block;
  margin-bottom: 5px;
  color: #FFFFFF !important;
  font-size: 12px;
}

.auv-footer__warning p {
  margin: 0;
  color: #8F9499 !important;
  font-size: 11px;
  line-height: 1.55;
}

.auv-footer__bottom-wrap {
  background: #111214 !important;
}

.auv-footer__bottom {
  display: flex;
  width: min(100% - 48px, var(--auv-footer-width, 1280px));
  min-height: 74px;
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
  color: #8F9499 !important;
  font-size: 11px;
}

.auv-footer__bottom nav {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.auv-footer__bottom a {
  color: #B8B8B8 !important;
  text-decoration: none;
  transition: color 0.2s ease;
}

.auv-footer__bottom span {
  color: rgb(255 255 255 / 20%);
}

.auv-footer__bottom p {
  margin: 0;
}

@media (max-width: 959px) {
  .auv-footer__inner {
    width: min(100% - 28px, var(--auv-footer-width, 1280px));
    padding-block: 38px 34px;
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .auv-footer__warning > div,
  .auv-footer__bottom {
    width: min(100% - 28px, var(--auv-footer-width, 1280px));
  }

  .auv-footer__bottom {
    padding-block: 24px;
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .auv-footer__bottom nav {
    gap: 8px;
  }
}

@media (max-width: 480px) {
  .auv-footer__form {
    grid-template-columns: minmax(0, 1fr) 48px;
  }

  .auv-footer__form input {
    height: 48px;
  }
}
