.ticket-banner {
  margin-top: 60px;
}

.ticket-banner .inner {
  width: 100%;
  height: auto;
  aspect-ratio: 1200 / 500;
  position: relative;
}
.ticket-banner .inner .bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
}
.ticket-banner .inner .bg-wrapper img {
  max-width: 100%;
  min-width: 100%;
  object-fit: contain;
}
.ticket-banner .inner .inner-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 45px 35px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  color: #FFFFFF;
}
.ticket__caption {
  font-weight: 400;
  font-size: 22px;
  line-height: 115.9%;
  text-transform: uppercase;
}
.ticket__title {
  word-spacing: 9999px;
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 64px;
  line-height: 115.9%;
}
.ticket__price {
  display: flex;
  align-items: center;
  column-gap: 18px;
  margin-bottom: 21px;
}
.ticket__price .old {
  font-weight: 400;
  font-size: 22.5px;
  line-height: 27px;
  position: relative;
}
.ticket__price .old::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #fff;
  transform: rotate(10deg);
}
.ticket__price .current {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #FECE33;
}
.ticket__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 337px;
  max-width: calc(100% / 3);
  height: 40px;
  border-radius: 5px;
  padding: 10px;

  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #fff;
}
.ticket__button:hover {
  color: #fff;
  text-decoration: none;
}
.ticket__button.--buy {
  background-color: #0082FF;
  margin-bottom: 10px;
}
.ticket__button.--desc {
  border: 1px solid #FFFFFF;
}

.landingcourses {
  max-width: 1140px;
  margin: 0 auto;
  padding: 30px 0 0;
}

.ticket-banner-description {
  display: flex;
  gap: 40px;
  margin-top: 20px;

  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #2B2D32;
}

.ticket-banner-description .digit {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 70px;
  color: #FECE33;
}

.mini-course-digits {
  max-width: 385px;
  width: 100%;
}

.mini-course-digits--title {
  margin-bottom: 5px;
}

.mini-course-digits--container {
  display: flex;
  border: 1px solid #808080;
  border-radius: 10px;
  gap: 40px;
  padding: 10px 20px;
}

.mini-course-digits--container > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mini-course-text {
  display: flex;
  align-items: center;
  width: 100%;
  color: #2B2D32;
}


.landingcourses-title--container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  row-gap: 16px;
}

.mini-course-digits {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #2B2D32;
}

.mini-course-digits .digit {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 70px;
  color: #FECE33;
}

.mini-course-digits p {
  margin-bottom: 0;
}

.mini-course-digits {
  width: fit-content;
}

.mini-course-digits--title {
  margin-bottom: 5px;
}

.mini-course-digits--container {
  display: flex;
  align-items: center;
  border: 1px solid #808080;
  border-radius: 10px;
  gap: 40px;
  padding: 10px 20px;
}

.mini-course-digits--container > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

p.mini-course-digits--title-mobile {
  display: none;
  margin-bottom: 10px;
}

.landingcourses-title--container .section-description {
  order: 3;
}

.landingcourses-title--container .mini-course-digits {
  max-width: 100%;
}

.landingcourses .landingcourses-title--container .section-title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  color: #2B2D32;
  margin-top: 0;
}

@media screen and (max-width: 1200px) {
  .ticket__caption {
    font-size: 16px;
  }
  .ticket__title {
    font-size: 40px;
  }

  .ticket__price .old {
    font-size: 1.4vw;
  }
  .ticket__price .current {
    font-size: 3vw;
  }
}

@media screen and (max-width: 992px) {
  .ticket-banner .inner .inner-content {
    padding: 25px;
  }
  .ticket__caption {
    font-size: 12px;
  }
  .ticket__title,
  .ticket__price {
    margin: 0;
  }
  .ticket__button {
    font-size: 12px;
    text-transform: initial;
    line-height: 1.3;
  }

  .ticket__button::first-letter {
    text-transform: uppercase;
  }
}

@media screen and (max-width: 745px) {
  .ticket-banner .inner {
    aspect-ratio: 744 / 450;
  }
  .ticket-banner .inner .inner-content {
    display: flex;
    flex-direction: column;
  }
  .ticket__title {
    margin-bottom: auto;
  }

  .ticket__caption {
    font-size: 10px;
  }
}

@media screen and (max-width: 468px) {
  .ticket__caption {
    font-size: 2vw;
  }
}
@media screen and (max-width: 420px) {
  .ticket-banner .inner {
    aspect-ratio: 375 / 854;
  }
  .ticket-banner .inner .inner-content {
    align-items: center;
  }
  .ticket__caption {
    font-size: 4vw;
  }
  .ticket__title {
    font-size: 40px;
    text-align: center;
  }
  .ticket__button {
    font-size: 4vw;
    max-width: 100%;
  }
  .ticket__price {
    margin-bottom: 30px;
  }
  .ticket__price .old {
    font-size: 6vw;
  }
  .ticket__price .current {
    font-size: 8vw;
  }
}

/*point absolute*/
.info-point {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  color: #000;

  display: block;
  padding: 16px;
  max-width: 243px;
  border-radius: 25px;
  background-color: transparent;

  position: absolute;
  bottom: 42px;
  right: 28px;
}

.info-point__title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 9px;
}

.ticket-banner .inner .bg-wrapper .info-point__title img {
  min-width: unset;
}

.info-point__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
}

.info-point__text {
  font-size: 15px;
  line-height: 140%;
  display: block;
}

@media screen and (max-width: 1200px) {
  .info-point {
    right: 24px;
    max-width: 200px;
    bottom: 34px;
    padding: 14px 16px;
  }
  .info-point__title {
    margin-bottom: 5px;
  }
  .ticket-banner .inner .bg-wrapper .info-point__title img {
    width: 25px;
    height: 25px;
  }
  .info-point__name {
    font-size: 14px;
  }
  .info-point__text {
    font-size: 13px;
  }
}

@media screen and (max-width: 991px) {
  .info-point {
    border-radius: 17px;
    right: 18px;
    bottom: 26px;
    max-width: 153px;
    padding: 10px 12px;
  }
  .ticket-banner .inner .bg-wrapper .info-point__title img {
    width: 20px;
    height: 20px;
  }
  .info-point__name {
    font-size: 11px;
  }
  .info-point__text {
    font-size: 10px;
  }
}

@media screen and (max-width: 745px) {
  .info-point {
    background-color: #fff;
    padding: 8px 10px;
    border-radius: 17px;
    max-width: 190px;
    bottom: 51px;
    right: 9px;
  }

  .info-point {
    content: '';
    position: absolute;
  }

  .ticket-banner .inner .bg-wrapper .info-point__title img {
    width: 15px;
    height: 15px;
  }

  .info-point__title {
    margin-bottom: 8px;
  }

  .info-point__name {
    font-size: 13px;
    line-height: 1.1;
  }

  .info-point__text {
    font-size: 13px;
    line-height: 130%;
  }

  .landingcourses .landingcourses-title--container {
    justify-content: center;
    text-align: center;
  }
  .landingcourses .landingcourses-title--container .section-title {
    width: 100%;
  }
}

/*START - resizing relatively .bg-wrapper size*/
.bg-wrapper {
  container-type: inline-size;
}

@media (min-width: 420px) and (max-width: 745px) {
  .info-point {
    max-width: 27cqw;
    border-radius: 1.8cqw;
  }
  .info-point__name {
    font-size: 1.8cqw;
  }
  .info-point__text {
    font-size: 1.5cqw;
  }

  .ticket__title {
    font-size: 6vw;
  }
}
/*END - resizing relatively .bg-wrapper size*/

@media screen and (max-width: 648px) {
  .mini-course-digits {
    order: 4;
  }
  .mini-course-digits .mini-course-digits--title {
    display: none;
  }
  .mini-course-digits .mini-course-digits--title-mobile {
    display: block;
  }
  .ticket-banner-description {
    flex-direction: column;
  }
  .mini-course-digits--container {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 420px) {
  .info-point {
    bottom: 31.5%;
    max-width: 41%;
    right: 4%;
    padding: 10px 12px;
  }

  .ticket-banner .inner .bg-wrapper .info-point__title img {

  }
  .info-point__title {

  }
  .info-point__name {

  }
  .info-point__text {

  }
}

@media screen and (max-width: 375px) {

}
