/* Footer — draxter-1 */
footer.draxter-site-footer {
  display: block !important;
  width: 100%;
  clear: both;
  margin: 0;
  border-top: none !important;
  background: #fff !important;
  color: #102631;
  font-family: 'Onest', sans-serif;
  text-align: left;
  padding: 80px 0;
}

footer.draxter-site-footer a {
  color: inherit;
  text-decoration: none;
}

footer.draxter-site-footer a:hover {
  opacity: 0.75;
}

footer.draxter-site-footer .footer-wrap {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

footer.draxter-site-footer .footer-main {
  display: flex;
  gap: 109px;
  align-items: flex-start;
}

footer.draxter-site-footer .footer-brand {
  display: flex;
  flex-direction: column;
  gap: 44px;
  flex: 0 1 383px;
  max-width: 100%;
  min-width: 0;
}

footer.draxter-site-footer .footer-brand-top {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

footer.draxter-site-footer .footer-logo {
  width: 232px;
}

footer.draxter-site-footer .footer-legal {
  display: flex;
  flex-direction: column;
  gap: 21px;
}

footer.draxter-site-footer .footer-legal p {
  margin: 0;
  max-width: 359px;
}

footer.draxter-site-footer .footer-socials {
  display: flex;
  align-items: center;
  gap: 16px;
}

footer.draxter-site-footer .footer-socials img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

footer.draxter-site-footer .footer-right {
  display: flex;
  gap: 32px;
  flex: 1;
  min-width: 0;
}

footer.draxter-site-footer .footer-nav {
  flex: 0 1 212px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

footer.draxter-site-footer .footer-nav h3,
footer.draxter-site-footer .footer-contacts h3,
footer.draxter-site-footer .footer-depts h3 {
  margin: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #d7d7d7;
  font-family: 'Onest', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: none;
  color: #102631 !important;
}

footer.draxter-site-footer .footer-nav ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

footer.draxter-site-footer .footer-contacts {
  flex: 0 1 200px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}

footer.draxter-site-footer .footer-address {
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-width: 0;
}

footer.draxter-site-footer .footer-field {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

footer.draxter-site-footer .footer-field .label {
  font-weight: 600;
  color: #707070;
}

footer.draxter-site-footer .footer-depts {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-width: 0;
}

footer.draxter-site-footer .footer-depts-row {
  display: flex;
  gap: 32px;
}

footer.draxter-site-footer .footer-dept {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}

footer.draxter-site-footer .footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

footer.draxter-site-footer .footer-contact-list a {
  display: flex;
  align-items: center;
  gap: 12px;
  overflow-wrap: anywhere;
}

footer.draxter-site-footer .footer-contact-list svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

footer.draxter-site-footer .footer-subscribe {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

footer.draxter-site-footer .footer-subscribe > p {
  margin: 0;
}

footer.draxter-site-footer .footer-subscribe form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  height: auto;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

footer.draxter-site-footer .footer-subscribe__row {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 56px;
  padding: 4px 20px;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 8px;
}

footer.draxter-site-footer .footer-subscribe__message {
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
  color: #102631;
}

footer.draxter-site-footer .footer-subscribe__message--error {
  color: #c62828;
}

footer.draxter-site-footer .footer-subscribe__message--success {
  color: #2e7d32;
}

footer.draxter-site-footer .footer-subscribe input[type="email"] {
  flex: 1;
  min-width: 0;
  width: 100%;
  margin: 0;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  font-family: 'Onest', sans-serif;
  font-size: 15px;
  color: #102631;
}

footer.draxter-site-footer .footer-subscribe input[type="email"]:hover,
footer.draxter-site-footer .footer-subscribe input[type="email"]:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

footer.draxter-site-footer .footer-subscribe input::placeholder {
  color: #707070;
}

footer.draxter-site-footer .footer-subscribe button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #8e8e8e;
  cursor: pointer;
}

footer.draxter-site-footer .footer-subscribe button svg {
  display: block;
  width: 24px;
  height: 24px;
}

footer.draxter-site-footer .footer-check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  line-height: 1.3;
}

footer.draxter-site-footer .footer-check span {
  flex: 1;
}

footer.draxter-site-footer .footer-check input[type="checkbox"] {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin: 0;
  border-radius: 0;
  accent-color: #3033ff;
}

footer.draxter-site-footer .footer-check a {
  color: #3033ff;
}

footer.draxter-site-footer .footer-line {
  border: 0;
  border-top: 1px solid #d7d7d7;
  margin: 0;
}

footer.draxter-site-footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

footer.draxter-site-footer .footer-copyright,
footer.draxter-site-footer .footer-bottom > p {
  margin: 0;
}

footer.draxter-site-footer .footer-policies {
  display: flex;
  align-items: center;
  gap: clamp(32px, 6vw, 100px);
  flex-wrap: wrap;
}

@media (min-width: 1440px) {
  footer.draxter-site-footer .footer-dept {
    flex: 1 1 220px;
    min-width: 220px;
  }

  footer.draxter-site-footer .footer-contact-list a {
    white-space: nowrap;
  }
}

@media (max-width: 1439px) {
  footer.draxter-site-footer .footer-main {
    flex-direction: column;
    gap: 40px;
    align-items: stretch;
  }

  footer.draxter-site-footer .footer-brand {
    flex: none;
    width: 100%;
    max-width: none;
  }

  footer.draxter-site-footer .footer-right {
    flex-direction: column;
    gap: 40px;
    width: 100%;
  }

  footer.draxter-site-footer .footer-contacts,
  footer.draxter-site-footer .footer-depts {
    flex: none;
    width: 100%;
    min-width: 0;
  }
}

@media (min-width: 768px) and (max-width: 1439px) {
  footer.draxter-site-footer .footer-brand {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "logo socials"
      "legal legal";
    gap: 20px;
  }

  footer.draxter-site-footer .footer-brand-top {
    display: contents;
  }

  footer.draxter-site-footer .footer-logo {
    grid-area: logo;
    width: 160px;
  }

  footer.draxter-site-footer .footer-socials {
    grid-area: socials;
    align-self: start;
  }

  footer.draxter-site-footer .footer-socials img {
    width: 30px;
    height: 30px;
  }

  footer.draxter-site-footer .footer-legal {
    grid-area: legal;
    gap: 16px;
  }

  footer.draxter-site-footer .footer-legal p {
    max-width: none;
  }
}

@media (max-width: 1199px) {
  footer.draxter-site-footer .footer-nav {
    flex: none;
    width: 100%;
  }

  footer.draxter-site-footer .footer-nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 24px;
  }

  footer.draxter-site-footer .footer-depts-row {
    gap: 24px;
  }

  footer.draxter-site-footer .footer-field {
    flex-direction: row;
    gap: 20px;
  }

  footer.draxter-site-footer .footer-field .label {
    width: 140px;
    flex-shrink: 0;
  }

  footer.draxter-site-footer .footer-field .value {
    flex: 1;
    min-width: 0;
  }

  footer.draxter-site-footer .footer-dept {
    flex-direction: row;
    gap: 20px;
  }

  footer.draxter-site-footer .footer-dept > .label {
    width: 140px;
    flex-shrink: 0;
  }

  footer.draxter-site-footer .footer-contact-list {
    flex: 1;
    min-width: 0;
  }

  footer.draxter-site-footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  footer.draxter-site-footer {
    padding: 60px 0;
  }

  footer.draxter-site-footer .footer-nav h3,
  footer.draxter-site-footer .footer-contacts h3,
  footer.draxter-site-footer .footer-depts h3 {
    font-size: 18px;
  }

  footer.draxter-site-footer .footer-contact-list svg {
    display: none;
  }

  footer.draxter-site-footer .footer-contact-list a {
    gap: 0;
  }

  footer.draxter-site-footer .footer-subscribe__row {
    height: 52px;
  }
}

@media (max-width: 767px) {
  footer.draxter-site-footer {
    margin-top: 48px;
    padding: 40px 0 32px;
  }

  footer.draxter-site-footer .footer-subscribe {
    display: none;
  }

  footer.draxter-site-footer .footer-wrap {
    padding: 0 16px;
    box-sizing: border-box;
    gap: 24px;
  }

  footer.draxter-site-footer .footer-main {
    gap: 24px;
  }

  footer.draxter-site-footer .footer-brand {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "logo socials"
      "legal legal";
    gap: 20px;
  }

  footer.draxter-site-footer .footer-brand-top {
    display: contents;
  }

  footer.draxter-site-footer .footer-logo {
    grid-area: logo;
    width: 96px;
  }

  footer.draxter-site-footer .footer-socials {
    grid-area: socials;
  }

  footer.draxter-site-footer .footer-socials img {
    width: 24px;
    height: 24px;
  }

  footer.draxter-site-footer .footer-legal {
    grid-area: legal;
    gap: 16px;
  }

  footer.draxter-site-footer .footer-legal p {
    max-width: none;
    font-size: 12px;
    line-height: 1.5;
  }

  footer.draxter-site-footer .footer-right {
    gap: 24px;
  }

  footer.draxter-site-footer .footer-nav,
  footer.draxter-site-footer .footer-contacts,
  footer.draxter-site-footer .footer-depts {
    gap: 16px;
  }

  footer.draxter-site-footer .footer-nav h3,
  footer.draxter-site-footer .footer-contacts h3,
  footer.draxter-site-footer .footer-depts h3 {
    padding-top: 0;
    border-top: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #d7d7d7;
    font-size: 14px;
  }

  footer.draxter-site-footer .footer-nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 20px;
    font-size: 12px;
  }

  footer.draxter-site-footer .footer-address {
    width: 100%;
    gap: 16px;
  }

  footer.draxter-site-footer .footer-field {
    flex-direction: row;
    gap: 20px;
    font-size: 12px;
  }

  footer.draxter-site-footer .footer-field .label {
    width: min(154px, 40%);
    flex-shrink: 0;
  }

  footer.draxter-site-footer .footer-depts {
    gap: 20px;
  }

  footer.draxter-site-footer .footer-depts-row {
    flex-direction: column;
    gap: 20px;
  }

  footer.draxter-site-footer .footer-dept {
    flex-direction: row;
    gap: 20px;
    font-size: 12px;
  }

  footer.draxter-site-footer .footer-dept > .label {
    width: min(154px, 40%);
    flex-shrink: 0;
  }

  footer.draxter-site-footer .footer-contact-list {
    flex: 1;
    gap: 8px;
  }

  footer.draxter-site-footer .footer-contact-list a {
    gap: 0;
  }

  footer.draxter-site-footer .footer-contact-list svg {
    display: none;
  }

  footer.draxter-site-footer .footer-subscribe__row {
    height: 48px;
  }

  footer.draxter-site-footer .footer-subscribe input[type="email"] {
    font-size: 14px;
  }

  footer.draxter-site-footer .footer-check {
    font-size: 12px;
  }

  footer.draxter-site-footer .footer-bottom {
    gap: 8px;
    font-size: 12px;
  }

  footer.draxter-site-footer .footer-policies {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
