#logo img,
.header-logo img {
  width: 150px !important;
  height: 150px !important;
  max-width: 150px !important;
  object-fit: contain;
}

.header-block__item-logo {
  flex: 0 0 170px;
}

.header-block {
  align-items: center;
}

@media (max-width: 767px) {
  #logo img,
  .header-logo img {
    width: 112px !important;
    height: 112px !important;
    max-width: 112px !important;
  }

  .header-block__item-logo {
    flex: 0 0 126px;
  }
}
