.hide-desktop {
  display: none;
}
.footer-frame {
  padding-bottom: 0;
}
.holder-logo-items {
  position: relative;
  margin: 2.5rem 0 1.5rem;
  padding: 2rem 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.holder-logo-items:before {
  content: '';
  position: absolute;
  top: 0;
  left: -999px;
  right: -999px;
  border-top: 1px solid #efefef;
}
.footer-contacts__address {
  padding: 0;
}
.policy {
  margin-top: 1rem;
}
.footer-logo-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 6.7rem;
}
.footer-logo-items a {
  display: block;
}
.footer-logo-1 {
  width: 16rem;
}
.footer-logo-2 {
  width: 11rem;
}
.footer-logo-3 {
  width: 14rem;
}
.footer-logo-4 {
  width: 9.5rem;
}
.footer-logo-5 {
  width: 13.5rem;
}

.footer-logo-items  img {
  display: block;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .hide-desktop {
    display: flex;
  }
  .holder-logo-items {
    margin: 0;
    padding: 3rem 0;
  }
  .footer-logo-items {
    gap: 2rem;
    justify-content: space-between;
  }
  .footer-logo-items li:first-child {
    order: 1;
  }
  .footer-logo-items li:nth-child(2) {
    margin-left: 3rem;
    order: 3;
  }
  .footer-logo-items li:nth-child(3) {
    order: 2;
  }
  .footer-logo-items li:nth-child(4) {
    margin-right: 1.5rem;
    order: 4;
  }
  .footer-logo-items li:nth-child(5) {
    margin-left: 2rem;
    order: 5;
  }
  .footer-logo-2 {
    width: 10.5rem;
  }
  .footer-row {
    display: none;
  }
}
