.footer.oh-footer {
  padding: 0;
  background: var(--oh-primary);
  color: var(--oh-color7);
}

.oh-footer a {
  color: var(--oh-color7);
  text-decoration: none;
}

.oh-footer a:hover {
  color: var(--oh-color6);
}

.oh-footer p,
.oh-footer address {
  color: var(--oh-color7);
}

.oh-footer__newsletter {
  background: var(--oh-hover);
}

.oh-footer__newsletter-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.oh-footer__newsletter-copy h3 {
  margin: 0;
  color: var(--oh-color7);
}

.oh-footer__newsletter-copy p {
  margin-top: 3px;
  font-size: 13px;
  opacity: 0.7;
}

.oh-footer__newsletter-wrap {
  flex: 1;
  max-width: 440px;
  min-width: 260px;
}

.oh-footer__newsletter-form {
  display: flex;
  flex-wrap: wrap;
}

.oh-footer__newsletter-form input[type="email"] {
  flex: 1;
  width: auto;
  min-width: 0;
  height: 46px;
  padding: 10px 14px;
  border: 1px solid color-mix(in srgb, var(--oh-color7) 25%, transparent);
  border-inline-end: 0;
  border-radius: 5px 0 0 5px;
  background: color-mix(in srgb, var(--oh-color7) 10%, transparent);
  color: var(--oh-color7);
  font: inherit;
}

.oh-footer__newsletter-form input[type="email"]::placeholder {
  color: var(--oh-color7);
  opacity: 0.48;
}

.oh-footer__newsletter-form input[type="email"]:focus {
  border-color: var(--oh-quiet);
  box-shadow: none;
}

.oh-footer__newsletter-form button {
  height: 46px;
  padding: 0 22px;
  border: 0;
  border-radius: 0 5px 5px 0;
  background: var(--oh-color7);
  color: var(--oh-hover);
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.15s ease;
}

.oh-footer__newsletter-form button:hover {
  background: var(--oh-color6);
}

.oh-footer__newsletter-form .oh-form-status {
  flex: 0 0 100%;
  margin-top: 8px;
  font-size: 12px;
}

.oh-footer__newsletter-note {
  font-size: 11px;
  opacity: 0.6;
}

.oh-footer__newsletter-note a {
  text-decoration: underline;
}

.oh-footer__main {
  display: grid;
  grid-template-columns: minmax(240px, 1.4fr) repeat(3, 1fr) 0.9fr;
  gap: 40px;
  padding-top: 48px;
  padding-bottom: 40px;
}

.oh-footer__logo {
  display: inline-flex;
  color: var(--oh-color7);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.oh-footer__logo span {
  font-weight: 300;
}

.oh-footer__claim {
  max-width: 36ch;
  margin-top: 12px;
  font-size: 13px;
  opacity: 0.7;
}

.oh-footer__contact {
  margin-top: 18px;
  font-size: 13px;
  font-style: normal;
  line-height: 1.7;
  opacity: 0.7;
}

.oh-footer__contact a {
  opacity: 1;
}

.oh-footer__social {
  display: flex;
  gap: 18px;
  margin-top: 20px;
}

.oh-footer__social a {
  display: inline-flex;
}

.oh-footer__social svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.oh-footer__column-title {
  margin: 0 0 14px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.55;
}

.oh-footer__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.oh-footer__menu li {
  margin: 0 0 8px;
}

.oh-footer__menu a {
  display: inline;
  padding: 0;
  font-size: 13px;
  line-height: 1.4;
  opacity: 0.72;
}

.oh-footer__menu a:hover,
.oh-footer__menu-more a, .oh-footer__menu .current-menu-item a{
  opacity: 1;
}

.oh-footer__menu-more {
  padding-top: 4px;
  font-weight: 600;
}

.oh-footer__meta,
.oh-footer__bottom {
  border-top: 1px solid color-mix(in srgb, var(--oh-color7) 15%, transparent);
}

.oh-footer__meta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px 24px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.oh-footer__usps {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 20px;
  font-size: 12px;
  opacity: 0.72;
}

.oh-payment-icons {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.oh-payment-icon {
  display: block;
  flex: 0 0 auto;
  width: 46px;
  height: 33px;
  padding: 0;
  border-radius: 5px;
  background: var(--oh-color7);
  object-fit: contain;
}

.oh-footer__payments {
  justify-content: flex-end;
}

.oh-footer__bottom-inner {
  padding-top: 16px;
  padding-bottom: 16px;
    display: grid;
  grid-template-columns: 1fr auto 1fr;
}

.oh-footer__copyright {
  font-size: 12px;
  opacity: 0.55;
}

.oh-footer__legal {
  display: flex;
  flex-wrap: wrap;
  justify-self: center;
  gap: 8px 18px;
  font-size: 12px;
}

.oh-footer__legal a {
  opacity: 0.55;
}

.oh-footer__legal a:hover {
  opacity: 1;
}

.footer_lang.oh-footer__languages {
  display: flex;
  justify-self: end;
  gap: 6px;
}

.footer_lang.oh-footer__languages a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 42px;
  padding: 5px 11px;
  border: 1px solid color-mix(in srgb, var(--oh-color7) 15%, transparent);
  border-radius: 20px;
  background: transparent;
  color: var(--oh-color7);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  opacity: 0.72;
}

.footer_lang.oh-footer__languages a.active {
  border-color: var(--oh-color7);
  background: var(--oh-color7);
  color: var(--oh-primary);
  opacity: 1;
}

.footer_lang.oh-footer__languages a:hover:not(.active) {
  border-color: var(--oh-quiet);
  background: transparent;
  color: var(--oh-color7);
  opacity: 1;
}

@media (max-width: 1099px) {
  .oh-footer__main {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 36px;
    padding-top: 40px;
  }

  .oh-footer__brand {
    grid-column: 1 / -1;
  }

  .oh-footer__claim {
    max-width: 60ch;
  }
}

@media (max-width: 767px) {
  .oh-footer__newsletter-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .oh-footer__newsletter-wrap {
    width: 100%;
    max-width: none;
  }

  .oh-footer__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 20px;
  }

  .oh-footer__meta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .oh-footer__payments {
    justify-content: flex-start;
  }
  .oh-footer__bottom-inner{
      grid-template-columns: 1fr;
  }

  .oh-footer__legal {
    justify-self: start;
  }
}

@media (max-width: 599px) {
  .oh-footer__newsletter-inner {
    gap: 14px;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .oh-footer__newsletter-form button {
    padding-inline: 16px;
  }

  .oh-footer__main {
    padding-top: 32px;
    padding-bottom: 28px;
  }

  .oh-footer__legal,
  .footer_lang.oh-footer__languages {
    justify-self: start;
  }
}
