/* Controls/AppBanner/AppBanner.ascx — выравнивание в полосе .top (34px) */
.app-banner {
  display: flex;
  align-items: center;
  float: left;
  height: 34px;
  margin-left: 12px;
  gap: 4px;
}

.app-banner a {
  display: flex;
  align-items: center;
  line-height: 0;
}

.app-banner img {
  display: block;
  width: auto;
  border: 0;
  padding: 0;
  vertical-align: middle;
}

.app-banner a:nth-child(-n+2) img {
  height: 29px;
}

.app-banner a:nth-child(n+3) img {
  height: 25px;
}
