/* FOOTER */
footer {
  margin-top: 3rem;
  border-top: 1px solid #E9E9E9;
  background: var(--primary-color);
}

footer .container {
  padding: 66px 12px 42px 12px;
}

.copyright-footer .container,
footer .container {
  max-width: 1042px;
}

footer .logo-desktop {
  width: auto;
  height: 86px;
}

footer h3 {
  margin: 0 0 .5rem 0;
  color: var(--light);
  font-family: "Public Sans";
  font-size: 14.7px;
  font-style: normal;
  font-weight: 600;
}

footer .footer__nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

footer .footer__nav .list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

footer .footer__nav .address {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

footer .footer__nav li a:not(.btn) {
  color: var(--light);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  line-height: 21px;
  transition: .3s;
}

footer .footer__nav li a i {
  font-size: .625rem
}

footer .footer__nav li a:hover {
  color: var(--primary-color)
}

footer .address :is(span, a):not(.btn),
footer .newsletter-form .form-label {
  color: var(--light);
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 350;
  transition: .3s;
  display: flex;
  align-items: center;
  gap: 8px;
}


footer .address a:not(.btn):hover {
  color: var(--primary-color)
}

footer .address :is(span, a):not(.btn) i {
  color: #0E7EAD;
}

.copyright-footer .btn.selos {
  min-height: unset;
  background-color: transparent;
  color: var(--light);
  border: 0;
  font-size: 10px;
}

footer nav ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

footer hr {
  margin: 38px 0 !important;
  display: block;
}

footer .social .social__icon {
  color: #0D739D;
  border: 0;
  font-size: 18px;
}

footer .map {
  border-radius: 4px;
  height: 140px;
  width: 100%;
  margin: 24px 0 0 0;
}

.copyright-footer {
  background: #0E7EAD;
}

.copyright-footer p {
  color: var(--light);
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 350;
  line-height: 13px;
  margin: 0 0 0 0;
}

/* SCROLL UP BUTTON */
#scrollUp {
  display: flex;
  padding: 6px 10px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  border: 1px solid #0E7EAD;
  background: #0E7EAD;
  position: relative;
  width: 30px;
  height: 22px;
}

#scrollUp::after {
  content: '\f062';
  font: 10px FontAwesome;
  color: #fff;
}

#scrollUp:hover {
  background-color: var(--primary-color);
}

.label-scrollup {
  color: var(--light);
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 350;
  line-height: 21px;
}

footer .form-check {
  min-height: 0;
}

footer .newsletter-form .btn {
  display: flex;
  padding: 6px 8px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 6px 1px 6px 6px;
  border: 1px solid var(--primary-color-light);
  background: var(--primary-color-light);
  color: #FAFAFA;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  min-height: 0;
  transition: .3s ease;
  margin: 12px 0 0 0;
}

footer .newsletter-form .btn:hover {
  border-color: #003a70;
  background-color: #003a70;
}

footer .form-control {
  display: flex;
  padding: 8px 8px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #E9E9E9;
  background: #FAFAFA;
  color: var(--light);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  line-height: 16px;
}

@media screen and (max-width: 992.05px) {
  footer .social {
    justify-content: center;
  }

  footer .logo-desktop {
    margin-bottom: 24px;
  }

  footer .footer__nav .address,
  footer .address :is(span, a):not(.btn),
  footer .newsletter span {
    align-items: center;
  }

  footer .address {
    display: flex;
    justify-content: center;
  }

  footer hr {
    display: none;
  }

  footer .address :is(span, a):not(.btn),
  footer .newsletter-form .form-label {
    text-align: center;
    display: block;
  }

  footer .newsletter-form .btn {
    width: 100%;
    max-width: 100%;
  }

}

@media screen and (min-width: 1920px) {
  .label-scrollup {
    font-size: 14px;
    font-weight: 350;
    line-height: 21px;
  }

  #scrollUp {
    padding: 8px 12px;
    gap: 8px;
    border-radius: 12px;
    border: 1px solid #0E7EAD;
    width: 34px;
    height: 26px;
  }

  /* FOOTER */
  footer {
    margin-top: 3rem;
    border-top: 2px solid #E9E9E9;
  }

  footer .container {
    padding: 92px 12px 82px 12px;
  }

  .copyright-footer .container,
  footer .container {
    max-width: 1483px;
  }

  footer h3 {
    margin: 0 0 1.5rem 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
  }

  footer .footer__nav li a:not(.btn) {
    font-size: 16px;
    font-weight: 350;
    line-height: 24px;
  }

  footer .footer__nav .list {
    gap: 16px;
  }

  footer .address :is(span, a):not(.btn),
  footer .newsletter-form .form-label {
    font-size: 16px;
    font-weight: 350;
    line-height: 24px;
    gap: 8px;
  }

  footer .footer__nav .address {
    gap: 24px;
  }

  footer .footer__nav {
    gap: 48px;
  }

  footer .social .social__icon {
    border: 0;
    font-size: 24px;
  }

  footer .map {
    border-radius: 4px;
    height: 204px;
    width: 100%;
    margin: 24px 0 0 0;
  }

  .copyright-footer p {
    font-size: 14px;
    font-weight: 350;
    line-height: 21px;
    margin: 0 0 0 0;
  }

  .copyright-footer .btn.selos {
    font-size: 14px;
  }

  footer nav ul {
    gap: 16px;
  }

  footer .logo-desktop {
    width: 280px;
    height: 127px;
  }

  footer hr {
    margin: 56px 0 !important;
  }


  footer .form-control {
    padding: 16px 12px 16px 12px;
    gap: 10px;

    border-radius: 8px;
    border: 1px solid #E9E9E9;
    font-size: 14px;
    font-weight: 350;
    line-height: 21px;
  }


  footer .newsletter-form .btn {
    padding: 12px 16px;
    gap: 12px;

    border-radius: 12px 2px 12px 12px;
    border: 1px solid var(--primary-color-light);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    min-height: 0;
    margin: 24px 0 0 0;
  }
}