._nheader__coins {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.header__user-block ._nheader__coins {
  margin: 0;
  width: auto;
  min-width: max-content;
}

._nheader__coins > p {
  margin: 0;
  display: flex;
  align-items: center;
  padding: 8px;
}

._nheader__coins > p img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 6px;
}

.header__user-block .user-profile-button__image {
  width: 40px;
  height: 40px;
  min-width: 40px;
}

.header__user-block ._nheader__coins > p:not(:last-child) {
  margin-right: 0;
}

@media (max-width: 450px) {
  ._nheader__coins {
    flex-direction: column;
  }

  ._nheader__coins > p {
    padding: 2px 4px;
    font-size: 14px;
  }

  ._nheader__coins > p img {
    width: 14px;
    height: 14px;
  }

  .header-top__left .header__logo {
    width: 65px;
    flex: 0 1 65px;
    margin-right: 20px;
  }
}
