@media (min-width: 1161px) and (max-width: 1360px) {
  .footer-section {
    width: 100%;
    margin-top: 75px;
    margin-bottom: 45px;
    justify-content: space-between;
  }

  .footer-menu-item {
    margin-right: 0;
  }

  .footer-copyright,
  .footer-line {
    width: 100%;
  }
}

@media (min-width: 769px) and (max-width: 1160px) {
  .footer-section {
    margin-top: 40px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
  }

  .footer-content {
    width: 100%;
    text-align: left;
    margin-bottom: 45px;
    margin-right: 0;
  }

  .footer-content p {
    width: 100%;
    max-width: 100%;
  }

  .footer-menu-item {
    margin-right: 0;
  }

  .footer-copyright,
  .footer-line {
    width: 100%;
  }
}

@media (max-width: 768px) {
  * {
    box-sizing: border-box;
  }

  footer {
    background-color: white;
  }

  .footer-section {
    margin-top: 40px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
  }

  .footer-content {
    width: 100%;
    text-align: left;
    margin-bottom: 45px;
    margin-right: 0;
  }

  .footer-content p {
    width: 100%;
    max-width: 100%;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    line-height: 19px;
  }

  .footer-list,
  .footer-contacts {
    width: 45%;
    margin-bottom: 35px;
  }

  .footer-list_title {
    text-align: left;
    margin-bottom: 21px;
  }

  .footer-menu-item {
    width: 100%;
    margin-bottom: 22px;
    text-align: left;
  }

  .footer-contacts {
    justify-content: flex-start;
    text-align: center;
  }

  .social-btn {
    max-width: 137px;
    justify-content: center;
  }

  .contact-us {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }

  .contact-us_item {
    width: 100%;
    margin-bottom: 16px;
    justify-content: left;
  }

  .contact-us_item.support {
    margin-bottom: 22px;
  }

  .footer-line {
    width: 100%;
    margin: 16px auto;
  }

  .footer-copyright {
    width: 100%;
    margin-top: 16px;
    padding-top: 0;
    margin-bottom: 16px;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
  }

  .footer-logo {
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
