.header {
  position: relative;
  padding-top: 21px;
  &__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  img  {
    display: block;
    object-fit: contain;
  }

  &__burger {
    margin-right: 39px;
  }

  &__right {
    display: flex;

    img {

      &:not(:last-child) {
        margin-right: 28px;
      }
    }
  }
}