@media screen and (min-width: 1201px) {
  .desc .container {
    width: 1200px;
    padding: 0;
  }
}

.desc {
  margin-bottom: 100px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  color: #151515;
}
.desc .inner {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
.desc .info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.info__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  flex: 0 0 570px;
}
.info__text > p {
  margin-bottom: calc(20px * 1.3);
}
.info__counter {
  display: flex;
  flex-direction: column;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  max-width: 410px;
}
.info__counter > span {
  display: block;
  padding-bottom: 30px;
}
.counter__caption {
  font-weight: 400;
  font-size: 40px;
  line-height: 49px;
  position: relative;
}
.bd-bt::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.counter__value {
  font-weight: 800;
  font-size: 240px;
  line-height: 1;
  color: #FECE33;
}
.counter__desc {
  font-weight: 800;
  font-size: 50px;
  line-height: 1;
  color: #FECE33;
  position: relative;
}
.buy-block .ticket__price {
  flex-direction: row;
  column-gap: 20px;
  align-items: center;
  margin-bottom: 30px;
}
.buy-block .ticket__price .old {
  height: 24px;
}
.buy-block .ticket__price .old::before {
  border-color: #000;
}
.buy-block .ticket__price .current {
  font-size: 32px;
  line-height: 39px;
  color: #151515;
}
.buy-block .ticket__button {
  width: 337px;
}

@media screen and (max-width: 992px) {
  .info__text {
    font-size: 16px;
    flex-basis: calc(100% / 2 - 45px)
  }
  .info__counter {
    max-width: 255px;
  }
  .counter__caption {
    font-size: 24px;
    line-height: 29px;
  }
  .counter__value {
    font-size: 150px;
  }
  .counter__desc {
    font-size: 32px;
  }
}

@media screen and (max-width: 744px) {
  .desc {
    margin-bottom: 60px;
  }
  .desc .inner {
    row-gap: 30px;
  }
  .ticket__price {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 495px) {
  .desc .info {
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
  }
  .info__text {
    font-size: 16px;
    flex-basis: 100%
  }
  .info__counter {
    max-width: 270px;
    text-align: center;
  }
  .info__counter > span {
    padding-bottom: 15px;
  }
  .counter__caption {
    font-size: 24px;
    line-height: 29px;
  }
  .counter__value {
    font-size: 150px;
  }
  .counter__desc {
    font-size: 32px;
  }
}
