@media screen and (max-width: 428px) {
  /* sidebar */
  .container {
    overflow-x: hidden;
  }
  .logo {
    margin-right: 0;
  }
  .js-menu-container {
    display: flex;
    max-width: 428px;
  }
  .menu-toggle {
    display: flex;
  }
  .header-list-sidebar {
    display: flex;
  }
  .address-list-sidebar {
    display: flex;
  }
  .social-media-icons-sidebar {
    display: flex;
  }
  .menu-toggle.modal-button.js-close-menu {
    display: flex;
  }
  .list.header-list {
    display: none;
  }
  .list.address-list {
    display: none;
  }
  .js-close-menu {
    display: flex;
  }
  .solutions {
    font-size: 36px;
    max-width: 320px;
  }
  .icons-second {
    display: none;
  }
  .list.second-list {
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
  }

  .list-title-second {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    flex-wrap: wrap;
  }
  .list-item {
    width: 396px;
    flex-wrap: wrap;
  }
  .list.portfolio-list {
    display: none;
  }
  .what-do {
    display: none;
  }
  .list.cards-list {
    flex-direction: column;
    max-width: 264px;
    justify-content: center;
    gap: 72px;
  }
  .title {
    overflow-x: hidden;
  }
  .icon-client {
    width: calc((100% - 190px) / 2);
  }
  .customers-list.list {
    justify-content: center;
  }
  .modal {
    max-width: 428px;
  }
  .list.filters-list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .list.apps-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-div {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .logo-footer {
    margin-right: 0;
    margin-bottom: 72px;
  }
  .logo.footer-logo.link {
    justify-content: center;
  }
  .social-icons-footer.list {
    margin-right: 0;
    margin-bottom: 72px;
  }

  .form-subscribe {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .subscribe-box {
    width: 350px;
  }
  .subscribe-button {
    width: 165px;
  }
}
@media screen and (min-width: 429px) and (max-width: 768px) {
  .container {
    overflow-x: hidden;
  }
  .logo {
    margin-right: 0;
  }
  .js-menu-container {
    display: flex;
    max-width: 768px;
  }
  .menu-toggle {
    display: flex;
  }
  .header-list-sidebar {
    display: flex;
  }
  .address-list-sidebar {
    display: flex;
  }
  .social-media-icons-sidebar {
    display: flex;
  }
  .menu-toggle.modal-button.js-close-menu {
    display: flex;
  }
  .list.header-list {
    display: none;
  }
  .list.address-list {
    display: none;
  }
  .js-close-menu {
    display: flex;
  }

  .icons-second {
    display: none;
  }

  .list.second-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .list-item {
    width: 340px;
  }
  .list-title-second {
    font-weight: 500;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: var(--logo-color);
    margin-bottom: 8px;
    text-align: left;
    text-transform: capitalize;

    font-weight: 700;
  }
  .list.portfolio-list {
    display: none;
  }
  .what-do {
    display: none;
  }
  .list.cards-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .customers-list.list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .icon-client {
    width: calc((100% - 120px) / 3);
  }
  .footer-div {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 108px;
    align-items: baseline;
  }
  .logo-footer {
    margin-right: 0;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 72px;
  }
  .footer-icons {
    margin: 0;
    margin-bottom: 72px;
    margin-left: 14px;
  }

  .app-item {
    width: 356px;
  }
  .list.apps-list {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) and (max-width: 1156px) {
  .container {
    overflow-x: hidden;
  }
}
