@media screen and (min-width: 768px) {
  .header-top-item.show-item:hover .messenger__group{
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .handset-icons {
     display: flex;
  }
  .header-box.header__top-phone {
    display: none;
  }

  .header-top-phones {

    display: flex;
  }
  .header-top-phone {
    font-size: 14px;
    line-height: 140%;
  }
  .footer-container {
    padding-bottom: 0px;
}
}
@media screen and (max-width: 576px) {

  .content__item {
    flex-direction: column;
}
.content__item_img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 100%;
}
  .messenger__group.active {
    max-width: 100%;
    width: 100%;
    display: flex;
    left: 0;
    right: 0;
    top: 60px;
  }

  .header-box {
    max-width: 100%;
  }
  .header-top-phones {
    width: 100%;
}
.contacts-box {

  justify-content: center;
}
.show-item {
  position: unset;
}

.cart-products__item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px 0;
  flex-direction: column;
}
.field {
  padding: 0;
  display: flex;
  align-items: baseline;
  flex-direction: column;
}
.cart__form {
  width: 100%;
}
input[type="tel"] {
  width: 100%;
}
.cart-products__item-img img {
  max-height: 135px;
  width: 100%;
  padding: 0 20px;
}
}