@media (max-width: 768px) {
  .v-main .v-main__wrap .header .header-bottom {
    display: flex !important;
  }
  .v-main .v-main__wrap .header .header-bottom .header-bottom__adress {
    display: none !important;
  }
  .v-main .v-main__wrap .header .header-bottom .socials__item {
    display: none !important;
  }
    .v-main .v-main__wrap .header .header-bottom  .header-bottom__work-time{
    display: none !important;
  }
}