.action-bar {
  padding: 1rem 3rem;
  background-color: #191726;
  display: flex;
  justify-content: space-between;

  &__item {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.1;
    color: #7370f9;
    fill: #7370f9;
    display: flex;
    align-items: center;
  }

  &__image {
    width: 2.6rem;
    height: 2.4rem;
    position: relative;
    flex-shrink: 0;

    img {
      @include fill-img;
    }
  }

  &__descr {
    flex-shrink: 0;
    margin-left: 0.8rem;
  }
}
