.header0322__auth_joined {
  background-color: transparent;
  color:#333;
  font-size: 0;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 10px 8px 4px 0 !important;
  text-align: right;
  grid-area: header_auth;
  transition: none;
  cursor: pointer;
  background-image: url(/themes/pedsovet/img/icons/ava2.svg);
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center right;
}
.header0322__auth_joined:hover {
  color:#333;
  opacity: 1;
}
.header0322__auth_joined .header0322__submenu{
  margin: 5px 0 0 30px;
  min-width: 150px;
  font-size: 14px;
}

@media (min-width : 768px) {
  .header0322__auth_joined {
    background-color: transparent;
    color:#333;
    font-size: 14px;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 10px 48px 4px 0 !important;
    text-align: right;
    grid-area: header_auth;
    transition: none;
    cursor: pointer;
    background-image: url(/themes/pedsovet/img/icons/ava2.svg);
    width: 80px;
    height: 40px;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center right;
  }

  .header0322__auth_joined .header0322__submenu{
    margin: 32px 0 0 -30px;
    min-width: 150px;
    font-size: 14px;
  }
}

@media (min-width : 1024px) {
  .header0322__auth_joined {
    width: 170px;
  }
  .header0322__auth_joined .header0322__submenu {
    margin: 5px 0 0 30px;
    min-width: 150px;
    font-size: 14px;
  }
}