.logo {
  justify-self: center;
  align-self: center;
  display: flex;
  text-decoration: none;
}

.logo__img {
  height: 37px;
  margin: auto 0;
}

.logo__title {
  height: 21px;
  font-family: "Intro", Tahoma, sans-serif;
  line-height: 25px;
  font-size: 21px;
  font-weight: 600;
  color: #000000;
  margin: auto 0;
}

.logo_type_heder {
  margin: 0;
}

.logo_type_menu {
  position: absolute;
  top: 3px;
  left: calc(50% - 50px);
  margin: 0;
}
