@media only screen and (min-width: 768px) {
  .container {
    padding: 0 15px;
  }

  .header-main {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    text-align: left;
  }

  .header-order {
    display: block;
  }

  .header-order-text {
    font-size: 14px;
    text-align: right;
    margin-bottom: 5px;
  }

  .social {
    margin-top: 15px;
  }

  .social--header {
    justify-content: flex-start;
  }

  .header-address {
    display: block;
  }

  .header-address-text-desktop {
    display: block;
  }

  .nav {
    position: relative;
    padding: 15px 0;
  }

  .nav-menu {
    position: relative;
    background-color: transparent;
    top: unset;
    left: unset;
    padding: 0;
  }

  .nav-burger {
    display: none;
  }

  .nav-list {
    display: flex;
    justify-content: center;
  }

  .nav-list-link {
    margin-right: 65px;
    margin-bottom: 0;
  }

  .nav-list .nav-list-item:last-child .nav-list-link {
    margin-right: 0;
  }

  .header-order-text, .header-order-phone {
    font-size: 18px;
  }

  .header-order-phone i {
    font-size: 12px;
  }

  .header-logo-img {
    width: 300px;
  }

  .about, .delivery, .contact, .wrap {
    padding: 35px 0;
  }

  .about-wrap {
    justify-content: space-between;
  }

  .about-wrap-item {
    flex: 0 1 48%;
    margin: 1%;
  }

  .about-wrap-img {
    width: 100%;
  }

  .menu-item {
    flex: 0 1 23%;
  }

  .wrap-item {
    flex: 0 1 18%;
  }

  .wrap-block-lunch .wrap-item {
    flex: 0 1 31%;
  }

  .wrap-item .wrap-item-name {
    font-size: 16px;
    padding-bottom: 10px;
  }

  .thanks {
    padding: 100px 0;
  }

  .thanks-text {
    font-size: 25px;
  }

  .menu-item-img {
    width: 80px;
    height: 80px;
  }

  .menu-item-name {
    font-size: 15px;
  }

  .wrap-links-list {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }

}

@media only screen and (min-width: 1024px) {
  .wrap-item-img {
    height: 150px;
  }

}
