@media only screen and (max-width: 1023px) {
  .header-user {
    visibility: hidden;
  }
}

@media only screen and (min-width: 1024px) {
  .header-user {
    display: none !important;
  }
}

.map__outlet-time
{
    display: none !important;
}

