.icon[data-v-e078f136] {
  display: flex
}

.timer[data-v-cd4f1b94] {
  display: flex;
  align-items: center;
  flex-shrink: 0
}

.timer__img[data-v-cd4f1b94] {
  margin-right: 8px
}

.timer__text[data-v-cd4f1b94] {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: #fff;
  line-height: 0;
  min-width: 5rch;
  text-align: left
}

@media (max-width: 767px) {
  .timer__text[data-v-cd4f1b94] {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px
  }
}

.timer__text--red[data-v-cd4f1b94] {
  color: #ee3232
}

.rate-box {
  background: #211C25;
  border-radius: 24px;
  box-shadow: none;
  border: none;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  align-self: flex-start;
  flex-grow: 0;
  position: relative;
  width: 100%;
  max-width: 525px;
  min-height: 85px;
  padding: 16px
}

@media (max-width: 767px) {
  .rate-box {
    max-width: 100%;
    min-height: 52px
  }
}

.rate-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 24px;
  padding: 1px !important;
  background: radial-gradient(100% 68548.78% at 0% 50%, #3F7DD9 0%, #8A53EF 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude
}

.rate-box__rates {
  text-align: left;
  flex-grow: 0
}

.rate-box__rates__course {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px
}

@media (max-width: 767px) {
  .rate-box__rates__course {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px
  }
}

.rate-box__rates__info {
  color: #b1a3bf;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-top: 8px
}

@media (max-width: 767px) {
  .rate-box__rates__info {
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    margin-top: 4px
  }
}

.rate-box__rate-text {
  display: flex;
  align-items: center
}

.rate-box__rate-icon {
  margin-right: 8px
}