.first-enter-modal {
  max-width: 586px;
  padding: 56px 24px 24px;
}
@media screen and (min-width: 768px) {
  .first-enter-modal {
    padding: 56px 40px 40px;
  }
}
.first-enter-modal__title {
  font-family: Manrope;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;
  color: #202627;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .first-enter-modal__title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 24px;
  }
}
.first-enter-modal__text {
  font-family: Manrope;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  color: #202627;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .first-enter-modal__text {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  }
}
.first-enter-modal__text .blue {
  color: #0044d4;
}
.first-enter-modal__promo-wrap {
  display: flex;
  flex-direction: column;
  padding: 34px 32px 55px;
  row-gap: 8px;
  border-radius: 24px;
  background: linear-gradient(96.94deg, #cee4ff 34.1%, #6098ef 100%);
  color: #0044d4;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .first-enter-modal__promo-wrap {
    margin-bottom: 24px;
  }
}
.first-enter-modal__promo-title {
  font-family: Manrope;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
}
@media screen and (min-width: 768px) {
  .first-enter-modal__promo-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.first-enter-modal__promo {
  font-family: Manrope;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -2%;
}
@media screen and (min-width: 768px) {
  .first-enter-modal__promo {
    font-size: 48px;
    line-height: 60px;
  }
}
.first-enter-modal__promo-desc {
  font-family: Manrope;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}
@media screen and (min-width: 768px) {
  .first-enter-modal__promo-desc {
    font-size: 24px;
    line-height: 32px;
  }
}
.first-enter-modal .btn.first-enter-modal__link {
  border-radius: 16px;
  max-width: unset;
  background: linear-gradient(97.19deg, #8dbaff -16.2%, #0044d4 83.07%);
}
