html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
}

@media (min-width: 576px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1240px;
  }
}
.container {
  position: relative;
  z-index: 1;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  transition: all 0.5s ease;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding: 15px 21px;
  border-radius: 10px;
  background-repeat: no-repeat;
}
.btn--red {
  background: linear-gradient(95.55deg, #FF6B86 1.42%, #FC337B 88.2%), linear-gradient(180deg, #6279FF 0%, #2946EC 100%) no-repeat;
}
.btn--blue {
  background: linear-gradient(180deg, #6279FF 0%, #2946EC 100%) no-repeat;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}
.header.sticky {
  background-color: #26166B;
  box-shadow: 1px 4px 20px rgba(196, 189, 226, 0.22);
}
.header__navbar {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 20px 0;
}
.header__navbar-collapse {
  background: #130843;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}
@media (min-width: 991px) {
  .header__navbar-collapse {
    background: transparent;
    padding: 0;
    margin-top: 0;
  }
}
.header__navbar-toggler i {
  color: #fff;
}
.header__nav {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.header__nav-item {
  margin-bottom: 15px;
}
@media (min-width: 991px) {
  .header__nav-item {
    margin: 0;
  }
}
.header__nav-link {
  padding: 20px;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.header__info {
  align-items: center;
  justify-content: center;
  display: none;
  margin-right: 30px;
}
@media (min-width: 991px) {
  .header__info {
    justify-content: end;
    display: flex;
    margin-right: 0;
  }
}
.header__info.mobile {
  display: flex;
  margin-left: auto;
}
@media (min-width: 991px) {
  .header__info.mobile {
    display: none;
  }
}
.header__info-btn {
  margin-right: 20px;
}
.header__lang {
  color: #fff;
  background: transparent;
  width: 36px;
  border: 0;
  padding: 0;
}
.header__lang::after {
  right: 0;
}
.header__lang .list {
  width: 100%;
  background: #130843;
  padding: 5px;
}
@media (min-width: 991px) {
  .header__lang .list {
    width: 36px;
    padding: 0;
  }
}
.header__lang .list .option {
  padding: 0;
  text-align: center;
}
.header__lang .list .option:hover {
  background: transparent;
}
.header__lang .list .option.selected {
  background-color: transparent;
}

.footer {
  background-color: #FAF9FF;
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
}
@media (min-width: 991px) {
  .footer {
    clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%);
  }
}
.footer.normal {
  clip-path: none;
}
.footer.normal .footer__wrapper {
  margin-top: 70px;
}
@media (min-width: 991px) {
  .footer.normal .footer__wrapper {
    margin-top: 100px;
  }
}
.footer.long {
  padding-top: 250px;
  margin-top: -300px;
}
@media (min-width: 991px) {
  .footer.long {
    margin-top: -250px;
  }
}
.footer__wrapper {
  border-top: 1px solid rgba(206, 200, 237, 0.49);
  padding: 40px 0 70px 0;
  margin-top: 180px;
}
.footer__logo {
  margin-bottom: 20px;
}
.footer__description {
  font-size: 12px;
  line-height: 150%;
  color: #655F82;
  max-width: 160px;
}
.footer__title {
  font-weight: 400;
  font-size: 16px;
  color: #2946EC;
  margin-bottom: 16px;
}
.footer__contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 13px;
}
.footer__contact-item-text {
  margin-left: 15px;
}
.footer__contact-item-text,
.footer__contact-item a {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #655F82;
  text-decoration: none;
}
.footer__block {
  margin-bottom: 40px;
}
@media (min-width: 991px) {
  .footer__block {
    margin-bottom: 0;
  }
}
.footer__social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
@media (min-width: 991px) {
  .footer__social {
    height: auto;
    justify-content: flex-end;
  }
}
.footer__social-link {
  display: block;
  margin-right: 22px;
}
.footer__social-link:nth-last-child(1) {
  margin-right: 0;
}
.footer__copyright {
  background: #F4F2FB;
  padding: 25px;
}
.footer__copyright-text {
  text-align: center;
  font-size: 12px;
  line-height: 150%;
  color: #655F82;
  margin-bottom: 0;
}

.hero {
  background-image: url("../../img/hero-background.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding: 130px 0;
}
.hero__title {
  font-weight: 800;
  font-size: 38px;
  line-height: 56px;
  color: #fff;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 44px;
    line-height: 58px;
  }
}
@media (min-width: 991px) {
  .hero__title {
    font-size: 50px;
    line-height: 61px;
  }
}
.hero__subtitle {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #fff;
  margin-bottom: 20px;
}
.hero__text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.logos {
  background-color: #fff;
  padding: 20px 0;
}
.logos__block {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.boxes {
  padding-top: 80px;
  padding-bottom: 245px;
  background-color: #FAF9FF;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}
@media (min-width: 768px) {
  .boxes {
    padding-top: 145px;
  }
}
@media (min-width: 991px) {
  .boxes {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 75%);
  }
}
.boxes__title {
  font-weight: 700;
  font-size: 34px;
  line-height: 46px;
  color: #130843;
  max-width: 720px;
  margin: 0 auto 60px auto;
  text-align: center;
}
@media (min-width: 768px) {
  .boxes__title {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 991px) {
  .boxes__title {
    font-size: 40px;
    line-height: 53px;
  }
}
.boxes__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
  padding: 20px 40px;
  text-align: center;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}
.boxes__box:hover {
  background-color: #fff;
  box-shadow: 5px 10px 50px rgba(196, 189, 226, 0.22);
}
.boxes__box-icon {
  margin-bottom: 60px;
}

.shipping {
  padding-top: 80px;
  margin-bottom: 70px;
}
.shipping__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #130843;
  max-width: 720px;
  margin: 0 auto 40px auto;
  text-align: center;
}
.shipping__block {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shipping__text {
  max-width: 740px;
  margin: 0 auto;
}
.shipping__text p {
  text-align: center;
  font-size: 15px;
  line-height: 150%;
  color: #655F82;
}

.lg {
  background: radial-gradient(141.65% 137.52% at 97.4% 80.6%, #6279FF 0%, #2946EC 79.62%), #FAF9FF;
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
  padding: 110px 0 145px 0;
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 991px) {
  .lg {
    clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%);
    padding: 220px 0 145px 0;
  }
}
.lg__text {
  width: 100%;
}
@media (min-width: 991px) {
  .lg__text {
    width: 510px;
  }
}
.lg__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  color: #fff;
  margin-bottom: 17px;
}
.lg__description {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #fff;
  margin-bottom: 28px;
}
.lg__image {
  background-image: url("../../img/gifts-image.svg");
  width: 1005px;
  height: 543px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}

.company__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #130843;
  margin-bottom: 18px;
}
.company__description {
  font-size: 15px;
  line-height: 150%;
  color: #655F82;
  margin-bottom: 37px;
}
.company__text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.hero-single {
  background-image: url("../../img/hero-single.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding: 160px 0 120px 0;
}
@media (min-width: 991px) {
  .hero-single {
    padding: 240px 0;
  }
}
.hero-single__title {
  font-weight: 800;
  font-size: 42px;
  line-height: 56px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 991px) {
  .hero-single__title {
    font-size: 50px;
    line-height: 61px;
  }
}

.timeline {
  padding-top: 80px;
}
@media (min-width: 991px) {
  .timeline {
    padding-top: 140px;
  }
}
.timeline__wrapper {
  position: relative;
}
.timeline__col-first {
  order: 2;
}
@media (min-width: 991px) {
  .timeline__col-first {
    order: 1;
  }
}
.timeline__col-second {
  order: 1;
}
@media (min-width: 991px) {
  .timeline__col-second {
    order: 2;
  }
}
.timeline__row {
  padding-bottom: 60px;
  position: relative;
}
@media (min-width: 991px) {
  .timeline__row {
    padding: 60px 0;
  }
}
.timeline__row .row {
  padding: 0 40px;
}
@media (min-width: 991px) {
  .timeline__row .row {
    padding: 0;
  }
}
.timeline__row::after {
  position: absolute;
  content: "";
  left: 20px;
  right: unset;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  background-image: linear-gradient(to bottom, #ccc 24%, rgba(255, 255, 255, 0) 0%);
  background-position: center;
  background-size: 2px 14px;
  background-repeat: repeat-y;
  width: 1px;
}
@media (min-width: 991px) {
  .timeline__row::after {
    top: 200px;
    bottom: -200px;
    left: 0;
    right: 0;
    width: auto;
  }
}
.timeline__row:nth-last-child(1)::after {
  display: none;
}
.timeline__image {
  text-align: center;
}
.timeline__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding: 0 40px;
  margin-bottom: 35px;
}
@media (min-width: 991px) {
  .timeline__content {
    padding: 40px;
    margin-bottom: 0;
  }
}
.timeline__text {
  font-size: 15px;
  line-height: 150%;
  color: #655F82;
}
.timeline__number {
  content: "";
  width: 61px;
  height: 61px;
  border-radius: 50%;
  border: 2px solid #B3B0BF;
  position: absolute;
  top: 0;
  left: -10px;
  right: 0;
  margin: 0 auto 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FAF9FF;
  z-index: 1;
}
@media (min-width: 991px) {
  .timeline__number {
    margin: 0 auto;
    top: 180px;
    left: 0;
  }
}
.timeline__number-text {
  font-weight: 700;
  font-size: 15px;
  line-height: 150%;
  color: #655F82;
}

.cf {
  position: relative;
  z-index: 1;
  margin-top: 80px;
}
@media (min-width: 991px) {
  .cf {
    margin-top: 140px;
  }
}
.cf__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  color: #130843;
  margin-bottom: 60px;
}
.cf__subtitle {
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #655F82;
  max-width: 630px;
  margin: 0 auto 44px auto;
}
.cf__wrapper {
  background: #fff;
  max-width: 920px;
  box-shadow: 0 21px 84px rgba(50, 42, 88, 0.16);
  border-radius: 40px;
  margin: 0 auto;
  padding: 30px;
}
@media (min-width: 991px) {
  .cf__wrapper {
    padding: 65px;
    border-radius: 78px;
  }
}
.cf .userForm__fieldset {
  margin-bottom: 14px;
}
.cf .userForm__inputGroup {
  display: flex;
  gap: 10px;
  /* adjust the gap between inputs as needed */
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .cf .userForm__inputGroup {
    flex-direction: row;
    width: auto;
  }
}
.cf .userForm__label {
  display: flex;
  align-items: center;
  margin-right: 13px;
  font-size: 16px;
  line-height: 150%;
  color: #655F82;
}
.cf .userForm__input {
  width: 100%;
  background: #fff;
  border: 1px solid #B3B0BF;
  border-radius: 10px;
  padding: 14px;
}
.cf .userForm__file {
  max-width: 100%;
}
@media (min-width: 768px) {
  .cf .userForm__file {
    max-width: 255px;
  }
}
.cf .userForm__select {
  width: 100%;
  min-height: 53px;
  border: 1px solid #B3B0BF;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.cf .userForm__select ul {
  width: 100%;
}
.cf .userForm__flexGroup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 768px) {
  .cf .userForm__flexGroup {
    flex-direction: row;
  }
}
.cf .userForm__flexGroup + .userForm__inputGroup {
  margin-right: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .cf .userForm__flexGroup + .userForm__inputGroup {
    margin-right: 50px;
    margin-bottom: 0;
  }
}
.cf .userForm__flexGroup .userForm__inputGroup {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .cf .userForm__flexGroup .userForm__inputGroup {
    margin-bottom: 0;
  }
}
.cf .userForm__button {
  background: linear-gradient(180deg, #6279FF 0%, #2946EC 100%), linear-gradient(92.79deg, #FFB6E8 2.26%, #FF65CF 99.05%), linear-gradient(180deg, #6279FF 0%, #2946EC 100%);
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  width: 100%;
  border: 0;
  padding: 21px;
  margin-top: 25px;
}
.cf .userForm__button:hover {
  opacity: 0.8;
}

.cril__content,
.clir__content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 30px;
}
@media (min-width: 991px) {
  .cril__content,
.clir__content {
    margin-bottom: 0;
  }
}
.cril__image,
.clir__image {
  text-align: center;
}
.cril__description,
.clir__description {
  font-size: 16px;
  line-height: 148%;
  color: #655F82;
}
@media (min-width: 991px) {
  .cril__description,
.clir__description {
    font-size: 18px;
    line-height: 150%;
  }
}

.cril {
  margin-top: 80px;
}
@media (min-width: 991px) {
  .cril {
    margin-top: 140px;
  }
}

.clir {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .clir {
    margin-bottom: 60px;
  }
}
.clir__col-first {
  order: 2;
}
@media (min-width: 991px) {
  .clir__col-first {
    order: 1;
  }
}
.clir__col-second {
  order: 1;
}
@media (min-width: 991px) {
  .clir__col-second {
    order: 2;
  }
}

.numbers {
  padding-top: 120px;
  padding-bottom: 50px;
  background-color: #FAF9FF;
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
}
@media (min-width: 768px) {
  .numbers {
    padding-top: 210px;
    clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%);
  }
}
.numbers__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  color: #130843;
  margin-bottom: 60px;
}
.numbers__box {
  background: #FFFFFF;
  box-shadow: 0 18px 35px rgba(50, 42, 88, 0.07);
  border-radius: 43px;
  padding: 55px 21px;
  text-align: center;
}
.numbers__box-title {
  font-weight: 500;
  font-size: 60px;
  line-height: 73px;
  text-align: center;
  color: #2946EC;
  margin-bottom: 22px;
}
.numbers__box-description {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #130843;
  margin-bottom: 0;
}
/*# sourceMappingURL=app.css.map */
