.buy-tickets-desktop {
  padding: 1rem;
  display: inline-block;
  margin: 0;
}
.buy-tickets-desktop a.button {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  min-width: unset;
}
.buy-tickets-desktop a.button .button__text {
  display: inline;
}
.buy-tickets-desktop a.button .icon {
  width: 18px;
  height: 14px;
  background-image: url("../../../img/layout/ico-tickets.svg");
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
.buy-tickets-desktop a.button .icon span {
  display: none;
}

.buy-tickets-mobile {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
.buy-tickets-mobile .container {
  width: 56px;
  height: 56px;
  cursor: pointer;
  background: linear-gradient(90deg, #D71D41 0%, #AD1457 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.buy-tickets-mobile .container a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.buy-tickets-mobile .container a .icon {
  width: 18px;
  height: 14px;
  background-image: url("../../../img/layout/ico-tickets.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.page__header.js__page-header .buy-tickets-desktop {
  display: none;
}
@media (min-width: 768px) {
  .page__header.js__page-header .buy-tickets-desktop {
    display: inline-flex;
  }
}
@media (min-width: 768px) {
  .page__header.js__page-header .buy-tickets-mobile {
    display: none;
  }
}

.buy-tickets--all .buy-tickets-desktop {
  padding: unset;
}
.buy-tickets--all .buy-tickets-mobile {
  display: none;
}

/*# sourceMappingURL=header-button.css.map */
