:root {
  --block-radius: 30px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  font-family: 'Raleway', Tahoma, Geneva, Verdana, sans-serif;
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
  color: #26194A;
  overflow-x: hidden;
}

.header {
  background-color: transparent;
}

.container {
  max-width: 480px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

.h2 {
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
}

.btn {
  display: block;
  width: 100%;
  border: none;
  text-decoration: none;
  cursor: pointer;
  padding: 20px 32px;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
}

.btn--orange {
  color: #fff;
  background: -o-linear-gradient(332.55deg, #E7A17A -6.24%, #FFEBB7 188.72%), #3B82F6;
  background: linear-gradient(117.45deg, #E7A17A -6.24%, #FFEBB7 188.72%), #3B82F6;
}


.btn--inline {
    max-width: 300px;
    margin: 1rem 0;
    background: -o-linear-gradient(117.45deg, #dbacfb -6.24%, #FFEBB7 188.72%), #192537;
    background: linear-gradient(117.45deg, #dbacfb -6.24%, #FFEBB7 188.72%), #192537;
}

.btn--green {
  color: #fff;
  background: -o-linear-gradient(183.34deg, #5BDF98 -2.2%, #4FB48F 94.94%);
  background: linear-gradient(266.66deg, #5BDF98 -2.2%, #4FB48F 94.94%);
}

.btn--white {
  color: #4338CA;
  background-color: #fff;
}

.btn--blue {
  color: #fff;
  background-color: #4F46E5;
}

.btn--black {
  color: #fff;
  background-color: #000;
}

.btn--share-vk {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  color: #fff;
  background-color: #000;
}

.btn--share-vk img {
  display: block;
  width: 28px;
  margin-left: 12px;
}

.input {
  display: block;
  width: 100%;
  border: solid 1px #dddddd;
  border-radius: 10px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  padding: 14px 18px;
  background-color: rgba(255, 255, 255, 0.8);
}

.textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  box-sizing: border-box;
  padding: 20px;
  border: solid 1px#dddddd;
  border-radius: 10px;
  min-height: 200px;

  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  padding: 14px 18px;
  background-color: rgba(255, 255, 255, 0.8);
}

.welcome {
  position: relative;
}

.welcome__inner {
  position: relative;
  padding-top: 100px;
  overflow: hidden;
}

.welcome::before {
  --size: 294px;

  content: '';
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background: -o-linear-gradient(332.55deg, #CB88FF -6.24%, rgba(255, 138, 0, 100) 188.72%);
  background: linear-gradient(117.45deg, #CB88FF -6.24%, rgba(255, 138, 0, 100) 188.72%);
          filter: blur(64px);
  -webkit-filter: blur(56px);
  opacity: .8;
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
      -ms-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}

.welcome__container {
  position: relative;
  max-width: 480px;
  padding: 0 20px;
  margin: 0 auto;
}

.welcome__block {
  margin-left: -4px;
  margin-right: -4px;
  padding: 24px 10px 32px;
  text-align: center;

  background: -o-linear-gradient(3.86deg, #FFFFFF 53.16%, rgba(255, 255, 255, 0) 128.93%);

  background: linear-gradient(86.14deg, #FFFFFF 53.16%, rgba(255, 255, 255, 0) 128.93%);
  -webkit-box-shadow: inset 0px 4px 54px rgba(255, 255, 255, 0.25);
          box-shadow: inset 0px 4px 54px rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(26px);
          backdrop-filter: blur(26px);
  /* Note: backdrop-filter has minimal browser support */

  border-radius: 30px;
}

.welcome__block-title {
  font-size: 44px;
  line-height: 1.1;
  font-weight: 800;
}

.welcome__block-age {
  display: inline-block;
  font-size: 60px;
  color: transparent;
  background: url('/images/page-birthday/6.webp') center/contain no-repeat;
  -webkit-transform: rotate(-200deg);
      -ms-transform: rotate(-200deg);
          transform: rotate(-200deg);
}

.welcome__block-description {
  font-size: 16px;
  font-weight: 800;
  margin-top: 10px;
}

.welcome__description {
  position: relative;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  margin-top: 28px;
  padding: 0 30px;
  text-align: center;
}

.welcome__description + .welcome__description {
  margin-top: 4px;
}

.welcome__img-gift {
  position: absolute;
  width: 160px;
  right: -40px;
  top: -110px;
}

.welcome__img-hat {
  position: absolute;
  width: 98px;
  left: -12px;
  top: -48px;
}

.welcome__img-gemstone {
  position: absolute;
  width: 54px;
  left: 6px;
  top: 114px;
}

.welcome__img-book,
.welcome__img-envelope {
  display: none;
}

.onestepgame {
  position: relative;
  padding-top: 60px;
  overflow: hidden;
  padding-bottom: 50px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.onestepgame_back {
  background-position: center;
  background-size: cover;
  background-blend-mode: lighten;
  opacity: 0.1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  overflow: hidden;
  border-radius: 30px;
  z-index: 0;
}
.onestepgame.onestepgame_reverse .onestepgame_back {
  transform: scaleX(-1);
}

.onestepgame__text {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}

.onestepgame__text p + p {
  margin-top: 12px;
}

.onestepgame__text_susform {
  display: none;
}

.onestepgame__terms {
  margin-top: 24px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  font-style: italic;
}

.onestepgame__terms-list {
  margin-top: 6px;
  padding-left: 12px;
}

.onestepgame__form-wrap {
  margin-top: 48px;
  z-index: 1;
}

.onestepgame__form-wrap {
  position: relative;
}

.onestepgame__form-wrap::before {
  --size: 428px;

  content: '';
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -120px, 0);
      -ms-transform: translate3d(-50%, -120px, 0);
          transform: translate3d(-50%, -120px, 0);

  background: -o-linear-gradient(332.55deg, rgba(185, 96, 255, 0.6) -6.24%, rgba(0, 56, 255, 0) 188.72%);

  background: linear-gradient(117.45deg, rgba(185, 96, 255, 0.6) -6.24%, rgba(0, 56, 255, 0) 188.72%);
  -webkit-filter: blur(104px);
          filter: blur(104px);
}

.onestepgame__form {
  border-radius: var(--block-radius);
  background: -o-linear-gradient(3.86deg, #FFFFFF 53.16%, rgba(255, 255, 255, 0) 128.93%);
  background: linear-gradient(86.14deg, #FFFFFF 53.16%, rgba(255, 255, 255, 0) 128.93%);
  -webkit-box-shadow: inset 0px 4px 54px rgba(255, 255, 255, 0.25);
          box-shadow: inset 0px 4px 54px rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(26px);
          backdrop-filter: blur(26px);

  padding: 34px 24px;
  position: relative;
}

.onestepgame__form--submited .onestepgame__form-field {
  opacity: 0;
}

.onestepgame__form--submited .onestepgame__form-submited {
  opacity: 1;
}

.onestepgame__form-field + .onestepgame__form-field {
  margin-top: 16px;
}

.onestepgame__form-img-notes {
  display: block;
  width: 160px;
  margin: 0 auto 24px;
}

.onestepgame__form-img-gemstone {
  width: 74px;
  position: absolute;
  top: -24px;
  right: -14px;
}

.onestepgame__form-submited {
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
}

.onestepgame__form-submited-img {
  display: block;
  width: 70px;
}

.onestepgame__form-submited-text {
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
  margin-top: 20px;
}

.onestepgame__imgicon {
  width: 100px;
  position: absolute;
  right: -10px;
  top: -20px;
}

.journal {
  position: relative;
  padding-top: 100px;
  overflow: hidden;
  padding-bottom: 90px;
}

.journal__text {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}

.journal__text p + p {
  margin-top: 12px;
}

.journal__terms {
  margin-top: 24px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  font-style: italic;
}

.journal__terms-list {
  margin-top: 6px;
  padding-left: 12px;
}

.journal__form-wrap {
  margin-top: 48px;
}

.journal__form-wrap {
  position: relative;
}

.journal__form-wrap::before {
  --size: 428px;

  content: '';
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -120px, 0);
      -ms-transform: translate3d(-50%, -120px, 0);
          transform: translate3d(-50%, -120px, 0);

  background: -o-linear-gradient(332.55deg, rgba(185, 96, 255, 0.6) -6.24%, rgba(0, 56, 255, 0) 188.72%);

  background: linear-gradient(117.45deg, rgba(185, 96, 255, 0.6) -6.24%, rgba(0, 56, 255, 0) 188.72%);
  -webkit-filter: blur(104px);
          filter: blur(104px);
}

.journal__form {
  border-radius: var(--block-radius);
  background: -o-linear-gradient(3.86deg, #FFFFFF 53.16%, rgba(255, 255, 255, 0) 128.93%);
  background: linear-gradient(86.14deg, #FFFFFF 53.16%, rgba(255, 255, 255, 0) 128.93%);
  -webkit-box-shadow: inset 0px 4px 54px rgba(255, 255, 255, 0.25);
          box-shadow: inset 0px 4px 54px rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(26px);
          backdrop-filter: blur(26px);

  padding: 34px 24px;
  position: relative;
}

.journal__form--submited .journal__form-field {
  opacity: 0;
}

.journal__form--submited .journal__form-submited {
  opacity: 1;
}

.journal__form-field + .journal__form-field {
  margin-top: 16px;
}

.journal__form-img-notes {
  display: block;
  width: 160px;
  margin: 0 auto 24px;
}

.journal__form-img-gemstone {
  width: 74px;
  position: absolute;
  top: -24px;
  right: -14px;
}

.journal__form-submited {
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
}

.journal__form-submited-img {
  display: block;
  width: 70px;
}

.journal__form-submited-text {
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
  margin-top: 20px;
}


.mentor {
  background-color: #130D17;
  color: #fff;
  position: relative;
  margin-top: 10rem;
}

.mentor__inner {
  overflow: hidden;
  padding-top: 38px;
  padding-bottom: 48px;
}

.mentor__content {
  margin-top: 28px;
}

.mentor__img-hat {
  width: 100px;
  position: absolute;
  right: -10px;
  top: -20px;
}

.mentor__image-wrap {
  position: relative;
}

.mentor__image-wrap::before {
  --size: 152px;

  content: '';
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
      -ms-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  margin-left: -20px;

  background: -o-linear-gradient(332.55deg, #E7A17A -6.24%, #FFEBB7 188.72%);

  background: linear-gradient(117.45deg, #E7A17A -6.24%, #FFEBB7 188.72%);
  -webkit-filter: blur(60px);
          filter: blur(60px);
}

.mentor__image {
  display: block;
  width: 176px;
  margin: 0 auto;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}

.mentor__image-btn {
  display: none;
}

.mentor__text {
  margin-top: 28px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}

.mentor__text p + p {
  margin-top: 12px;
}

.mentor__terms {
  margin-top: 20px;
  font-size: 13px;
  font-style: italic;
}

.mentor__terms-title {
  text-decoration: underline;
  cursor: pointer;
  text-underline-offset: 2px;
}

.mentor__terms-list {
  display: none;
  margin-top: 12px;
  padding-left: 12px;
}

.mentor__btn {
  margin-top: 40px;
}

.words {
  position: relative;
  padding-top: 68px;
  padding-bottom: 80px;
  text-align: center;
}

.words::before {
  --size: 152px;

  content: '';
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  position: absolute;
  left: -70px;
  top: 30px;
  background: -o-linear-gradient(252.19deg, rgba(91, 223, 152, 0.8) 7.53%, rgba(113, 163, 222, 0.8) 86.97%);
  background: linear-gradient(197.81deg, rgba(91, 223, 152, 0.8) 7.53%, rgba(113, 163, 222, 0.8) 86.97%);
  -webkit-filter: blur(34px);
          filter: blur(34px);
  transform: translate3d(0, 0, 0);
}

.words__img {
  display: block;
  width: 120px;
  margin: 0 auto;
}

.words__title {
  margin-top: 20px;
}

.words__text {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 28px;
}

.words__text p + p {
  margin-top: 12px;
}

.words__form-wrap {
  position: relative;
  margin-top: 40px;
}

.words__form-wrap::before {
  --size: 378px;

  content: '';
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -4px;
  -webkit-transform: translate3d(-50%, 0, 0);
      -ms-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);

  background: -o-linear-gradient(252.19deg, rgba(91, 223, 152, 0.8) 7.53%, rgba(79, 180, 143, 0.8) 86.97%);

  background: linear-gradient(197.81deg, rgba(91, 223, 152, 0.8) 7.53%, rgba(79, 180, 143, 0.8) 86.97%);
  -webkit-filter: blur(76px);
          filter: blur(76px);
}

.words__form {
  display: block;
  width: 100%;
  border-radius: var(--block-radius);
  padding: 34px 24px;

  background: -o-linear-gradient(3.86deg, #FFFFFF 53.16%, rgba(255, 255, 255, 0) 128.93%);

  background: linear-gradient(86.14deg, #FFFFFF 53.16%, rgba(255, 255, 255, 0) 128.93%);
  -webkit-box-shadow: inset 0px 4px 54px rgba(255, 255, 255, 0.25);
          box-shadow: inset 0px 4px 54px rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(26px);
          backdrop-filter: blur(26px);
}

.words__form--submited .words__form-field {
  opacity: 0;
}

.words__form--submited .words__form-submited {
  opacity: 1;
}

.words__form-field + .words__form-field {
  margin-top: 16px;
}

.words__form-submited {
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
}

.words__form-submited-img {
  display: block;
  width: 70px;
}

.words__form-submited-text {
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
  margin-top: 20px;
}

.courses {
  color: #fff;
  background-color: #4F46E5;
  border-radius: var(--block-radius);
  margin: 80px 20px 0;
  padding: 68px 8px 76px;
  position: relative;
  text-align: center;
}

.courses__img-sale {
  position: absolute;
  width: 100px;
  left: 50%;
  top: -70px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.courses__img-gift {
  position: absolute;
  width: 150px;
  left: 50%;
  bottom: -70px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.courses__text {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

.courses__text p + p {
  margin-top: 12px;
}

.courses__btn {
  margin-top: 40px;
}

.getcourse {
  background-color: #EDE9FE;
  margin: 80px 20px 0;
  padding: 24px 0;
  border-radius: var(--block-radius);
}

.getcourse__text {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  padding-top: 2rem;
}

.getcourse__btn {
  margin-top: 28px;
}

.wishes {
  margin-top: 80px;
  padding-bottom: 80px;
}

.wishes__container {
  /* max-width: 1000px; */
  max-width: 480px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.wishes__container::before {
  --size: 270px;

  content: '';
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  position: absolute;
  left: -40px;
  bottom: -20px;

  background: -o-linear-gradient(332.55deg, #E7A17A -6.24%, #FFEBB7 188.72%);

  background: linear-gradient(117.45deg, #E7A17A -6.24%, #FFEBB7 188.72%);
  -webkit-filter: blur(80px);
          filter: blur(80px);
  transform: translate3d(0, 0, 0);
}

.wishes__container::after {
  --size: 120px;

  content: '';
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  position: absolute;
  right: -28px;
  top: 120px;
  z-index: -1;

  background: -o-linear-gradient(332.55deg, #E7A17A -6.24%, #FFEBB7 188.72%);

  background: linear-gradient(117.45deg, #E7A17A -6.24%, #FFEBB7 188.72%);
  -webkit-filter: blur(44px);
          filter: blur(44px);
  transform: translate3d(0, 0, 0);
}

.wishes__img-book {
  position: absolute;
  width: 120px;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.wishes__block {
  background: -o-linear-gradient(18.93deg, rgba(255, 247, 237, 0.9) 3.78%, rgba(255, 247, 237, 0.5) 106.55%);
  background: linear-gradient(71.07deg, rgba(255, 247, 237, 0.9) 3.78%, rgba(255, 247, 237, 0.5) 106.55%);

  border: 1px solid #FFFFFF;
  -webkit-backdrop-filter: blur(44px);
          backdrop-filter: blur(44px);
  border-radius: var(--block-radius);
  padding: 120px 20px 24px;
  text-align: center;
}

.wishes__block--prediction .wishes__block-content,
.wishes__block--prediction .wishes__btn {
  display: none;
}

.wishes__block--prediction .wishes__block-prediction {
  display: block;
}

.wishes__block-prediction {
  display: none;
}

.wishes__block-prediction-load {
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease-in;
}

.wishes__block--prediction-load .wishes__block-prediction-load {
  opacity: 1;
}

.wishes__block--prediction-load .wishes__block-prediction-text {
  opacity: 0;
}

.wishes__block--prediction-load .wishes__block-share {
  opacity: 0;
}

.wishes__block-share-vk {
  display: none;
}

.wishes__block-share-vk a {
  display: block !important;
}

.wishes__block-share-info {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  opacity: .6;
}

.wishes__block-prediction-text {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  font-style: italic;
  padding-bottom: 30px;
  transition: opacity .2s ease-in;
}

.wishes__block-prediction-load {
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.7);
}

.wishes__block-prediction-wave {
  width: 5px;
  height: 100px;
  background: linear-gradient(45deg, #ffd96f, #ffe3cb);
  margin: 10px;
  animation: wave 1s linear infinite;
  border-radius: 20px;
}
.wishes__block-prediction-wave:nth-child(2) {
  animation-delay: 0.1s;
}
.wishes__block-prediction-wave:nth-child(3) {
  animation-delay: 0.2s;
}
.wishes__block-prediction-wave:nth-child(4) {
  animation-delay: 0.3s;
}
.wishes__block-prediction-wave:nth-child(5) {
  animation-delay: 0.4s;
}
.wishes__block-prediction-wave:nth-child(6) {
  animation-delay: 0.5s;
}
.wishes__block-prediction-wave:nth-child(7) {
  animation-delay: 0.6s;
}
.wishes__block-prediction-wave:nth-child(8) {
  animation-delay: 0.7s;
}
.wishes__block-prediction-wave:nth-child(9) {
  animation-delay: 0.8s;
}
.wishes__block-prediction-wave:nth-child(10) {
  animation-delay: 0.9s;
}

.wishes__text {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 24px;
}

.wishes__text p + p {
  margin-top: 12px;
}

.wishes__btn {
  margin-top: 40px;
}

.tilt-shaking {
  animation: tilt-shaking 0.25s linear;
  animation-iteration-count: 3;
}


.wishes__container.wishinred::before,.wishes__container.wishinred::after {
  background: -o-linear-gradient(117.45deg, #e77a7a -6.24%, #e05a5a 188.72%);
  background: linear-gradient(117.45deg, #e77a7a -6.24%, #e05a5a 188.72%);
}
.wishes__container.wishinred .wishes__block {
  background: -o-linear-gradient(71.07deg, rgb(255 237 237 / 90%) 3.78%, rgb(255 237 237 / 50%) 106.55%);
  background: linear-gradient(71.07deg, rgb(255 237 237 / 90%) 3.78%, rgb(255 237 237 / 50%) 106.55%);
}


@media (min-width: 1000px) {
  :root {
    --block-radius: 40px;
  }

  .container {
    max-width: 1200px;
  }

  .h2 {
    font-size: 60px;
  }

  .btn {
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
  }

  .btn:hover {
    opacity: .9;
  }

  .welcome::before {
    --size: 680px;

    top: 40px;
    -webkit-filter: blur(130px);
    filter: blur(130px);
    opacity: 0.7;
  }

  .welcome__circle {
    --size: 1420px;

    width: var(--size);

    position: absolute;
    top: 140px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .welcome__inner {
    padding-top: 200px;
    padding-bottom: 100px;
    overflow: visible;
  }

  .welcome__container {
    max-width: 1060px;
  }

  .welcome__block {
    display: inline-block;
    padding: 0 60px 34px;
    text-align: left;
  }

  .welcome__block-title {
    font-size: 100px;
  }

  .welcome__block-age {
    font-size: 140px;
  }

  .welcome__block-description {
    font-size: 34px;
    margin-top: -8px;
  }

  .welcome__img-gift,
  .welcome__img-hat,
  .welcome__img-gemstone,
  .welcome__img-book,
  .welcome__img-envelope {
    cursor: pointer;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  }

  .welcome__img-gift:hover,
  .welcome__img-hat:hover,
  .welcome__img-gemstone:hover,
  .welcome__img-book:hover,
  .welcome__img-envelope:hover {
    -webkit-transform: scale(1.1) translate3d(0, 0, 0);
        -ms-transform: scale(1.1) translate3d(0, 0, 0);
            transform: scale(1.1) translate3d(0, 0, 0);
  }

  .welcome__img-gift {
    width: 260px;
    right: 180px;
    top: -170px;
  }

  .welcome__img-hat {
    width: 180px;
    left: -96px;
    top: -100px;
  }

  .welcome__img-gemstone {
    width: 154px;
    left: 104px;
    top: 204px;
  }

  .welcome__img-book {
    display: block;
    position: absolute;
    width: 200px;
    right: -90px;
    top: -200px;
  }

  .welcome__img-envelope {
    display: block;
    position: absolute;
    width: 190px;
    right: -150px;
    top: 40px;
  }

  .welcome__description {
    text-align: left;
    font-size: 24px;
    margin-left: 40%;
    margin-top: 40px;
    padding: 0;
  }

  .onestepgame {
    padding-bottom: 50px;
  }

  .onestepgame__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 60px;
    align-items: center;
  }

  .onestepgame__form-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 470px;
            flex: 1 0 470px;
    margin: 0;
  }

  .onestepgame__form {
    padding: 40px 34px;
  }

  .onestepgame__form-field + .onestepgame__form-field {
    margin-top: 20px;
  }

  .onestepgame__form-img-notes {
    width: 230px;
  }

  .onestepgame__form-submited-img {
    display: block;
    width: 80px;
  }

  .onestepgame__form-submited-text {
    font-size: 40px;
    margin-top: 24px;
  }

  .onestepgame__content-wrap {
    max-width: 624px;
    z-index: 1;
  }

  .onestepgame__text {
    font-size: 18px;
  }

  .onestepgame__text--form {
    font-size: 16px;
  }

  .onestepgame__terms {
    margin-top: 40px;
    max-width: 520px;
  }

  .onestepgame__imgicon {
    width: 170px;
    right: 10px;
    top: -40px;
  }

  .onestepgame.onestepgame_reverse .onestepgame__container {
    flex-direction: row-reverse;
  }

  .mentor {
    margin: 0 30px;
    border-radius: var(--block-radius);
  }

  .mentor__inner {
    padding: 68px 40px 98px;
  }

  .mentor__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .mentor__content {
    margin-right: 80px;
    max-width: 670px;
  }

  .mentor__image-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 340px;
            flex: 0 0 340px;
  }

  .mentor__image-wrap::before {
    --size: 330px;
    -webkit-filter: blur(90px);
            filter: blur(90px);
    left: auto;
    bottom: auto;
    right: -200px;
    top: 60px;
  }

  .mentor__image {
    width: 312px;
  }

  .mentor__text {
    margin-top: 46px;
    font-size: 18px;
  }

  .mentor__btn {
    display: none;
  }

  .mentor__image-btn {
    display: block;
    margin-top: 40px;
    position: relative;
  }

  .mentor__img-hat {
    width: 170px;
    right: 10px;
    top: -40px;
  }

  .words {
    padding-top: 110px;
    padding-bottom: 100px;
  }

  .words::before {
    --size: 385px;

    left: -180px;
    top: 210px;
    -webkit-filter: blur(54px);
            filter: blur(54px);
  }

  .words__img {
    width: 170px;
  }

  .words__text {
    font-size: 18px;
    max-width: 576px;
    margin-top: 44px;
    margin-left: auto;
    margin-right: auto;
  }

  .words__form-wrap {
    max-width: 560px;
    margin: 44px auto 0;
  }

  .words__form-wrap::before {
    --size: 614px;
    z-index: -1;
    left: 70%;
    bottom: -100px;
    -webkit-filter: blur(96px);
            filter: blur(96px);
  }

  .words__form {
    padding: 40px 34px;
  }

  .words__form-field + .words__form-field {
    margin-top: 20px;
  }

  .words__form-btn {
    width: 344px;
    margin-left: auto;
    margin-right: auto;
  }

  .words__form-submited-img {
    display: block;
    width: 80px;
  }

  .words__form-submited-text {
    font-size: 40px;
    margin-top: 24px;
  }

  .courses {
    margin-top: 120px;
    padding: 98px 20px 80px;
  }

  .courses__img-sale {
    width: 150px;
    top: -100px;
  }

  .courses__title {
    max-width: 868px;
    margin: 0 auto;
  }

  .courses__text {
    max-width: 500px;
    margin: 32px auto 0;
    font-size: 20px;
  }

  .courses__btn {
    width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .courses__img-gift {
    width: 190px;
    left: 50%;
    bottom: 30px;
    -webkit-transform: translateX(140px);
        -ms-transform: translateX(140px);
            transform: translateX(140px);
    z-index: 1;
  }

  .getcourse {
    padding: 38px 0;
  }

  .getcourse__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .getcourse__text {
    font-size: 20px;
    padding-top: 0;
  }

  .getcourse__btn {
    margin-top: 0;
    margin-left: 60px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 420px;
            flex: 0 0 420px;
  }

  .wishes {
    margin-top: 180px;
    padding-bottom: 120px;
  }

  .wishes__container {
    max-width: 1000px;
  }

  .wishes__container::before {
    --size: 448px;
    left: -100px;
    bottom: -50px;
    -webkit-filter: blur(100px);
            filter: blur(100px);
  }

  .wishes__container::after {
    --size: 448px;
    right: -88px;
    top: 30px;
    -webkit-filter: blur(100px);
            filter: blur(100px);
  }

  .wishes__img-book {
    width: 220px;
    top: -70px;
  }

  .wishes__block {
    padding: 160px 40px;
  }

  .wishes__block--prediction {
    padding-bottom: 90px;
  }

  .wishes__block-prediction-text {
    font-size: 28px;
    padding: 20px 80px 0;
  }

  .wishes__block-prediction-load {
    transform: none;
  }

  .wishes__block-share {
    max-width: 400px;
    margin: 80px auto 0;
  }

  .wishes__block-share-vk {
    display: block;
  }

  .wishes__block-share-info {
    margin-top: 20px;
    font-size: 14px;
  }

  .wishes__block-btn-2 {
    display: none;
  }

  .wishes__text {
    font-size: 18px;
    margin-top: 40px;
  }

  .wishes__btn {
    max-width: 420px;
    margin: 54px auto 0;
  }
}

@keyframes tilt-shaking {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(5deg); }
  50% { transform: rotate(0eg); }
  75% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}

@keyframes wave {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}