.mail-social__wrap {
  gap: 10px;
  display: flex;
  flex-direction: row-reverse;
  margin-right: 15px;
}
.top-site-mail__body a {
  text-decoration: none;
  color: black;
}
.top-site-social__items a {
  display: block;
  width: 35px;
  height: 35px;
}
.top-site-social__items {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.header-middle__right {
  justify-content: end;
}
.top-contacts {
  max-width: 100%;
  align-items: flex-start;
}
.keys-panel__login.keys-panel-btn.keys-js-login.login_amount {
  order: -2;
  pointer-events: none;
}
.keys-panel__search.keys-panel-btn.keys-js-search {
  order: 3;
}
@media (max-width: 1023px) {
  .top-contacts {
    align-items: flex-start;
  }
}
@media (max-width: 460px) {
  .top-contacts {
    flex-wrap: wrap;
  }
}
@media (max-width: 460px) {
  .mail-social__wrap {
    margin: 0;
    width: 100%;
  }
}
/*1411*/
/*1411 end*/
