.custom-toast {
  background-color: #fa0056 !important;
}

.product-item__basket {
  cursor: pointer;
}

.basket__count {
  position: absolute;
  right: 2%;
  bottom: 0%;
  background-color: #fa0056;
  font-size: 10px;
  line-height: 71.5%;
  display: block;
  padding: 3px;
  color: #fff;
  border-radius: 15px;
  font-weight: 400;
}

.header__basket {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1300px) {
  .land-basket {
    margin-left: auto;
    margin-right: 20px;
  }
}

.next-year-tickets__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.25);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.next-year-tickets__wrapper .product-item__basket {
  margin: 0;
  padding: 20px 35px;
}

.next-year-tickets__wrapper .card__basket .ico {
  width: 32px;
  height: 32px;
  margin: 0;
}

.next-year-tickets__small {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 26px */
}

.next-year-tickets__large {
  font-size: 51px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

.info-large {
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 55.2px */
}

.info-small {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}

@media (max-width: 1200px) {
  .next-year-tickets__wrapper {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .next-year-tickets__title {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .next-year-tickets__wrapper {
    flex-direction: column;
    padding: 20px 0;
    gap: 15px;
  }
  .next-year-tickets__wrapper * {
    text-align: center;
  }
  .next-year-tickets__large,
  .info-large {
    font-size: 7vw;
  }
  .next-year-tickets__small {
    font-size: 4vw;
  }
  .next-year-tickets__wrapper .product-item__basket {
    padding: 15px 25px;
  }
}
