.header__add-buttons {
  display: none
}

.header__add-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center
}

.header__add-button + .header__add-button {
  margin-left: 30px
}

.header__button-img {
  margin-right: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 18px
}

.header__button-img img {
  display: block
}

.header__button-text {
  display: block;
  font-size: 13px;
  line-height: 18px;
  color: #d8232a;
  transform: translateY(1px)
}

@media screen and (min-width: 1260px) {
  .header__add-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    position: absolute;
    top: 15px;
    right: 240px
  }
}
