button {
    cursor: pointer;
}

.tickets__content{
    height: fit-content;
}
.buy-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.buy-tickets-controls-container{
    padding: 25px 0;
}

.buy-tickets-controls{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.buy-tickets-part{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.buy-tickets-btn{
    height: 40px;
    width: 40px;
    background: none;
    border: none;
}
.buy-tickets-text{
    font-family: Loos Wide;
    font-weight: 400;
    font-size: 32px;
    line-height: 150%;
    vertical-align: middle;
    text-transform: uppercase;
}

.buy-tickets-table{
    width: 100%;    
}

.buy-tickets-table-border {
    background-color: rgba(43, 220, 106, 1);
    min-height: 35px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    display: flex;

    font-family: Loos Wide;
    font-weight: 400;
    font-size: 28px;
    line-height: 150%;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 0 30px;
    align-items: center;
}

.buy-tickets-table-first{
    width: 60%;
}
.buy-tickets-table-second{
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.buy-tickets-table-footer .buy-tickets-table-second{
    display: block;
}

.buy-tickets-table-body{
    min-height: 35px;
}

.buy-tickets-table-item{
    height: 40px;
    display: flex;

    font-family: Loos Wide;
    font-weight: 400;
    font-size: 32px;
    line-height: 150%;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 0 30px;
    align-items: center;
}

.buy-tickets-separate-line{
    border-bottom: 1px solid #000;
    width: auto;
    margin: 0 30px;
}

.buy-controls-part{
    padding: 30px;
    width: 100%;
}

.buy-inputs-part{
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.buy-inputs-item input{
    width: 250px;
    height: 45px;
    border-radius: 10px;
    border-width: 1px;
    border: 1px solid #0000007c;
    padding: 10px;
    font-size: 16px;
}

.custom-checkbox {
  display: flex;
  align-items: flex-start;
  font-size: 12px;
  font-family: sans-serif;
  padding: 25px 0px;
  padding-bottom: 15px;
  width: fit-content;
  width: 400px;
}

.custom-checkbox input[type="checkbox"] {
  appearance: none;
  width: 16px;
  min-width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 2px;
  margin-top: -3px;
  margin-right: 8px;
  position: relative;
  cursor: pointer;
}

.custom-checkbox input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 4px;
  width: 4px;
  height: 8px;
  border: solid black;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-text {
  line-height: 1.3;
  color: #000;
  font-weight: 600;
}

.buy-tickets-oferta-text{
    font-size: 11px;
    width: 260px;
    padding-bottom: 15px;
}

.buy-btn{
    width: 250px;
    height: 48px;
    border-radius: 10px;
    border: none;
    background-color: rgba(255, 62, 125, 1);

    font-family: Loos Wide;
    font-weight: 600;
    font-size: 34px;
    color: #fff;
    box-shadow: 7.58px 7.58px 0 0 #393839;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 170%;
}

.buy-btn:active{
    box-shadow: 4.58px 4.58px 0 0 #393839;
    margin-top: 3px;
    margin-left: 3px;
}

.buy-button-container{
    height: 50px;
}

.buy-tickets-table-remove-button{
    background: none;
    border-radius: 0;
    border: 0.1em solid #000;
    height: 80%;
    line-height: 0%;
    width: calc(height * 0.8);
    font-size: 50%;
}

.buy-tickets-face-img {
    position: absolute;
    z-index: 1;
    bottom: 300px;
    right: 30%;
    width: 60px;
    height: 60px;
    transform: scale(4);
}

.buy-tickets-bird-img {
    position: absolute;
    z-index: 1;
    bottom: 124px;
    right: 108px;
    width: 72px;
    height: 83px;
    transform: scale(4);
}

.title-text {
  font-weight: 600;
  font-size: 55px;
  line-height: 42px;
}

.text_normal
{
	text-align: left;
	font-size: 20px;
}

@media (max-width: 767px) {
      .title-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px !important;
  }
  
    .text_normal{
        font-size: 16px;
    }

  .buy-tickets-text{
    font-size: 16px;
  }

  .buy-tickets-table-border{
    font-size: 14px;
    padding: 0 20px;
  }

  .buy-tickets-table-item{
    height: 25px;
    padding: 0 20px;
    font-size: 16px;
  }

  .buy-tickets-table-body{
    min-height: 25px;
}

.buy-tickets-separate-line{
    margin: 0 20px;
}

.buy-inputs-item input{
    width: 175px;
    height: 35px;
    border-radius: 7px;
    font-size: 11px;
}

.custom-checkbox{
    font-size: 8px;
    width: 255px;
    padding: 15px 0;
    padding-bottom: 7px;
}
.buy-tickets-oferta-text{
    font-size: 7px;
     width: 165px;
    padding-bottom: 7px;
}

.custom-checkbox input[type="checkbox"]{
    width: 14px;
    min-width: 14px;
    height: 14px;
}

.custom-checkbox input[type="checkbox"]:checked::after{
    top: 0px;
    left: 3px;
}

.buy-btn{
    width: 140px;
    height: 30px;
    font-size: 20px;
    border-radius: 5px;
    box-shadow: 4.58px 4.58px 0 0 #393839;
}
.buy-button-container{
    height: 30px;
}

.buy-btn:active{
    box-shadow: 2.58px 2.58px 0 0 #393839;
    margin-top: 3px;
    margin-left: 3px;
}

.buy-inputs-part{
    gap: 15px;
}

.buy-tickets-face-img {
    bottom: 257px;
    right: 40%;
    width: 40px;
    height: 40px;
}

}

.only-mobile{
    display: none;
}

@media (max-width: 530px) {

    .buy-tickets-bird-img {
        bottom: 54px;
        right: 48px;
        width: 32px;
        height: 36px;
    }

    .buy-tickets-face-img {
        bottom: 257px;
        right: 67px;
        width: 27px;
        height: 27px;
    }

    .only-mobile{
        display: block;
    }
}