.menu-header {
  border-bottom: 1px solid #41474B !important;
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 34px;
  z-index: 2;
}

.menu-header .header-burger-logo .burger-block .burger .burger-line {
  background-color: #41474B !important;
}

.menu-header .header-burger-logo .burger-block {
  border-right: 1px solid #41474B !important;
}

.header-present--grey {
  border-left: 1px solid #41474B !important;
}

.header-present--text-grey {
  color: #41474B !important;
}

.menu-header-logo__tel-link {
  color: #41474B !important;
}

@media (max-width:1200px) {
  .menu-header-logo__tel-link {
    font-size: 16px;
  }
}

@media (max-width:996px) {
  .menu-header {
    padding: 0 34px;
  }

  .menu-header-logo__tel {
    border-right: 1px solid #41474B;
  }
}

@media (max-width:750px) {
  .menu-header .header-burger-logo .burger-block {
    border-right: 1px solid #fff !important;
  }
}

@media (max-width:600px) {
  .menu-header {
    padding: 0 20px;
  }
}