@media all and (max-width: 1000px) {
  footer {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 80px 24px 40px;
  }
  footer .container {
    gap: 56px;
  }
  footer .container .bl-content-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 56px;
  }
  footer .container .bl-content-footer .bl-btn {
    gap: 20px;
  }
  footer .container .bl-content-footer .bl-btn h3 {
    font-size: 40px;
    line-height: 120%;
  }
  footer .container .bl-logo-and-date {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
  footer .container .bl-logo-and-date .content-logo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
  }
  footer .container .bl-logo-and-date .content-logo .bl-date {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    width: 100%;
  }
  footer .container .bl-logo-and-date ul {
    gap: 16px;
  }
}{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    width: 100%;
  }
}