.home {
  background: #000 url("../img/bg1.png") right center no-repeat;
  background-size: 1155px;
  color: #fff;
  padding: 209px 0 91px;
  position: relative;
  z-index: 1;
}
.home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url("../img/home-decor1.svg") no-repeat center;
  background-size: 100%;
  height: 238px;
  width: 239px;
}
.home::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 112px;
  height: 112px;
  background: url("../img/home-decor2.svg") no-repeat center;
  background-size: 100%;
  bottom: 215px;
  left: 220px;
}

.home-content {
  max-width: 840px;
}

.author-info {
  max-width: 552px;
  text-transform: uppercase;
  margin: 0 0 56px;
}
.author-info p {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 16px;
}
.author-info h3 {
  font-size: 48px;
  font-weight: 900;
  font-family: "Cruinn", sans-serif;
}

.question-answer {
  position: relative;
  z-index: 1;
  padding: 80px 0 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFF)), url("../img/bg2.png"), lightgray 0px -137.5px/100% 167.247% no-repeat;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%), url("../img/bg2.png"), lightgray 0px -137.5px/100% 167.247% no-repeat;
  background-size: cover;
  background-position: center top;
}
.question-answer::before {
  content: "";
  position: absolute;
  width: 631px;
  height: 773px;
  left: 0;
  top: 0;
  z-index: -1;
  background: url("../img/bg2-decor.png") no-repeat center;
  background-size: 100%;
  mix-blend-mode: multiply;
}
.question-answer .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.question-answer .box-text {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin: 0 auto 24px;
  line-height: 130%;
}
.question-answer .box-text p {
  margin: 0;
}
.question-answer .box-text strong {
  font-size: 32px;
  font-weight: bold;
}
.question-answer .text-descriotion {
  text-align: center;
}
.question-answer .text-descriotion p {
  margin: 0 0 30px;
}
.question-answer .text-descriotion h4 {
  font-size: 24px;
}

.question-answer-box {
  text-align: center;
  margin: 0 0 32px auto;
  border-radius: 15px;
  background: #FFF;
  -webkit-box-shadow: 8px 4px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 8px 4px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 20px 50px;
  font-size: 24px;
}
.question-answer-box strong {
  font-size: 32px;
  font-weight: 800;
  display: block;
}
.question-answer-box:last-child {
  margin-right: 125px;
}

.blockquote-box {
  margin: 0 0 64px 200px;
  font-size: 24px;
}
.blockquote-box p {
  margin: 0 0 7px;
}
.blockquote-box p:last-child {
  margin: 0;
}
.blockquote-box strong {
  font-size: 32px;
  font-weight: bold;
  font-style: italic;
  display: block;
  max-width: 310px;
}
.blockquote-box:nth-child(2) {
  max-width: 415px;
  margin: 0 0 64px 450px;
  text-align: right;
}
.blockquote-box:nth-child(2) strong {
  margin-left: auto;
}

.video-wrapper {
  margin: 40px auto 0;
}

.video-box {
  width: 100%;
  height: 655px;
  overflow: hidden;
  border-radius: 30px;
}
.video-box iframe, .video-box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.for-whom {
  margin: 120px 0 80px;
}
.for-whom h2 {
  margin: 0 0 64px;
}
.for-whom .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.for-whom-box {
  padding: 0 15px;
  width: 25%;
  margin: 0 0 54px;
}
.for-whom-box:last-child {
 /* width: 28%; */
}
.for-whom-box h3 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 800;
  font-family: "Raleway", sans-serif;
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
}
.for-whom-box__number {
  position: relative;
  z-index: 0;
  padding: 0 0 61px;
  margin: 0 0 -37px;
  font-size: 12px;
  width: 41px;
  text-align: center;
}
.for-whom-box__number:after {
  content: "";
  position: absolute;
  left: 20.5px;
  width: 1px;
  height: 34px;
  background: #404040;
  bottom: 21px;
  z-index: -2;
}
.for-whom-box__number::before {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  width: 41px;
  height: 41px;
  background: #F0EEFF;
  bottom: 0;
  left: 0;
}

.btn-order {
  margin: 10px auto 0;
}

.about-intuition {
  position: relative;
  z-index: 1;
  background: #090003;
  color: #fff;
  padding: 80px 0 228px;
}
.about-intuition::before {
  content: "";
  position: absolute;
  max-width: 995px;
  width: 100%;
  height: 568px;
  z-index: -1;
  bottom: 0;
  left: 80px;
  background: url("../img/about-intuition.jpeg") no-repeat center;
  background-size: 100%;
}
.about-intuition__content {
  margin: 125px 0 0 auto;
  max-width: 570px;
  width: 100%;
}
.about-intuition h2 {
  text-align: left;
  line-height: 140%;
  margin: 0;
  line-height: 1.1;
}
.about-intuition h2 span {
  display: block;
}

.subtitle-text {
  font-weight: normal;
  font-size: 32px;
}

.benefit {
  margin: 120px 0 80px;
}
.benefit h2 {
  max-width: 1000px;
  margin: 0 0 64px;
}
.benefit .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.benefit-box {
  margin: 0 0 40px;
  text-align: center;
}
.benefit-box__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 24px;
  border-radius: 20px;
  background: rgba(219, 219, 219, 0.3);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  padding: 27px;
  width: 120px;
  height: 120px;
}
.benefit-box strong {
  font-weight: 600;
}

.main-question h2 {
  font-size: 48px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
}
.main-question .subtitle {
  font-size: 32px;
  text-transform: uppercase;
  margin: 0 auto 32px;
}

.main-question-wrapper {
  padding: 70px 60px 60px;
  border-radius: 30px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(106, 90, 205, 0.05)), to(rgba(106, 90, 205, 0.05))), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0.75)));
  background: linear-gradient(0deg, rgba(106, 90, 205, 0.05) 0%, rgba(106, 90, 205, 0.05) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 100%);
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.main-question-wrapper::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("../img/question-bg.png") no-repeat center;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.2;
}
.main-question-wrapper .box-text {
  margin: 48px auto 44px;
  max-width: 770px;
}

.for-you {
  margin: 120px 0 70px;
}
.for-you h2 {
  margin: 0 0 48px;
  max-width: 1000px;
}

.for-you-box {
  margin: 0 auto 50px 0;
  position: relative;
  z-index: 1;
  padding: 0 0 0 32px;
  max-width: 322px;
}
.for-you-box:nth-child(4), .for-you-box:nth-child(5), .for-you-box:last-child {
  margin: 0 auto 50px;
}
.for-you-box::before, .for-you-box::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: #6A5ACD;
  left: 0;
  top: 0;
}
.for-you-box::after {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.for-you-box::before {
  left: 3px;
  width: 1px;
  height: 100%;
}
.for-you-box__number {
  margin: -6px 0 16px;
  font-size: 64px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}
.for-you-box__body {
  max-width: 260px;
}
.for-you-box .box-text strong {
  display: inline;
  font-weight: 600;
}

.about-author {
  position: relative;
  z-index: 1;
  padding: 80px 0 152px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(16, 16, 16, 0.9)), to(rgba(16, 16, 16, 0.9)));
  background: linear-gradient(0deg, rgba(16, 16, 16, 0.9) 0%, rgba(16, 16, 16, 0.9) 100%);
  color: #fff;
  overflow: hidden;
}
.about-author::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/about-author-bg.jpeg") no-repeat center;
  background-size: cover;
  z-index: -1;
  mix-blend-mode: multiply;
}
.about-author h2 {
  max-width: 603px;
  margin: 0;
}
.about-author__photo {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  max-width: 565px;
  z-index: -1;
}
.about-author__photo::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 460px;
  height: 734px;
  left: -139px;
  bottom: 0;
  background: url("../img/author-decor.svg") no-repeat center;
  background-size: 100%;
  mix-blend-mode: soft-light;
  -webkit-filter: blur(85px);
          filter: blur(85px);
  opacity: 0.3;
}
.about-author__photo img {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.about-author__name {
  max-width: 370px;
  text-align: center;
  font-size: 24px;
  margin: -40px 0 0;
}
.about-author__name h3 {
  font-size: 48px;
  text-transform: uppercase;
  font-family: "Cruinn", sans-serif;
  font-weight: 900;
  margin: 0 auto 40px;
}
.about-author__content {
  max-width: 330px;
  margin: 76px 0 0;
}

.wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.list-decor li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 16px;
}
.list-decor li::before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("../img/decor-icon.svg") no-repeat center;
  background-size: 100%;
  margin: 0 22px 0 0;
}
.list-decor li:last-child {
  margin: 0;
}

.will-learn {
  padding: 120px 0 70px;
  position: relative;
  z-index: 1;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0) 0%, #FFF 79.69%), url("../img/learn-bg.jpg"), lightgray 50%/cover no-repeat;
  background-position: center;
  background-size: 1242px;
}
.will-learn h2 {
  margin: 0 0 106px;
}
.will-learn .btn {
  margin: 78px auto 0;
}

.list-check {
  max-width: 270px;
}
.list-check li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 40px;
}
.list-check li:last-child {
  margin: 0;
}
.list-check li::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin: 0 16px 0 0;
  background: url("../img/checked.svg") no-repeat center;
  background-size: 100%;
}

.theme-learn {
  padding: 79px 0 80px;
  margin: 10px 0 0;
  position: relative;
  z-index: 1;
  background: #fff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10.74%, #FFF), color-stop(50%, rgba(255, 255, 255, 0.21))), -webkit-gradient(linear, left top, left bottom, color-stop(2.41%, #FFF), color-stop(35.19%, rgba(255, 255, 255, 0)), color-stop(35.19%, rgba(255, 255, 255, 0))), url("../img/theme-bg.png"), lightgray 0px -716.25px/100% 167.334% no-repeat;
  background: linear-gradient(0deg, #FFF 10.74%, rgba(255, 255, 255, 0.21) 50%), linear-gradient(180deg, #FFF 2.41%, rgba(255, 255, 255, 0) 35.19%, rgba(255, 255, 255, 0) 35.19%), url("../img/theme-bg.png"), lightgray 0px -716.25px/100% 167.334% no-repeat;
  background-position: center;
  background-size: cover;
}
.theme-learn h2 {
  margin: 0 0 39px;
}

.theme-learn-box {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: rgba(226, 226, 226, 0.4);
  -webkit-backdrop-filter: blur(32.5px);
          backdrop-filter: blur(32.5px);
  padding: 32px;
  line-height: 120%;
  min-height: 306px;
}
.theme-learn-box h3 {
  font-family: "Raleway", sans-serif;
  text-transform: none;
  font-size: 24px;
  line-height: 120%;
  font-weight: bold;
  margin: 0 0 7px;
}
.theme-learn-box__name {
  font-weight: 600;
  margin: 0 0 16px;
}

.theme-learn-descriltion {
  margin: 40px auto 0;
  text-align: center;
  font-size: 24px;
  line-height: 120%;
  max-width: 970px;
}

.practicum-result {
  padding: 40px 0 122px;
  position: relative;
  z-index: 0;
}
.practicum-result::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 65px;
  right: 174px;
  width: 1164px;
  height: 776px;
  background: radial-gradient(46.46% 46.46% at 50% 53.54%, rgba(255, 255, 255, 0) 0%, #FFF 100%), url("../img/result-img.png"), lightgray 50%/cover no-repeat;
  background-position: center bottom;
}
.practicum-result h2 {
  margin: 0 0 80px;
}
.practicum-result .list-check {
  max-width: 340px;
}
.practicum-result .list-check li {
  min-height: 87px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 15px 0;
}

.awaits-after h2 {
  margin: 0 0 64px;
}

.awaits-after-box {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: #FFF;
  -webkit-box-shadow: 8px 4px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 8px 4px 15px 0px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 17px 32px 20px 20px;
  line-height: 120%;
}
.awaits-after-box__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 169px;
  height: 166px;
}
.awaits-after-box__body {
  width: calc(100% - 169px);
  padding: 0 0 0 10px;
}
.awaits-after-box h3 {
  text-transform: uppercase;
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: bold;
}

.slogan {
  margin: 40px auto 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}

.stages-registration {
  padding: 80px 0;
  background: url("../img/stages-bg.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
}
.stages-registration .subtitle {
  width: 100%;
  text-align: center;
  font-size: 24px;
  margin: 0 auto 14px;
}
.stages-registration h2 {
  font-family: "Raleway", sans-serif;
  text-align: center;
  margin: 0 auto 80px;
  font-weight: bold;
  font-size: 48px;
}
.stages-registration h2 span {
  font-family: "Cruinn", sans-serif;
  display: inline;
}
.stages-registration .wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.stages-title {
  font-size: 32px;
  margin: 0 auto 50px;
  text-align: center;
  width: 100%;
}

.stages-registration-box {
  text-align: center;
  max-width: 370px;
  margin: 0 44px 0 0;
}
.stages-registration-box:first-child {
  max-width: 320px;
}
.stages-registration-box:first-child .box-text {
  max-width: 228px;
}
.stages-registration-box:last-child {
  margin: 0;
}
.stages-registration-box .box-text {
  margin: 0 auto;
}
.stages-registration-box .box-text p {
  margin: 0;
}
.stages-registration-box__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 28px;
  max-width: 80px;
  width: 100%;
}
.stages-registration-box h3 {
  font-size: 32px;
  font-weight: bold;
  margin: 0 auto 15px;
}

.price {
  position: relative;
  z-index: 0;
  padding: 120px 0 0;
}
.price .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.price::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1280px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(63.65%, rgba(255, 255, 255, 0)), color-stop(97.68%, #FFF)), url("../img/price-bg.png"), lightgray 50%/cover no-repeat;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 63.65%, #FFF 97.68%), url("../img/price-bg.png"), lightgray 50%/cover no-repeat;
  z-index: -1;
}
.price h2 {
  text-align: center;
  margin: 0 auto 64px;
  font-size: 48px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  text-transform: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.price h2 .sum-value {
  display: block;
  font-family: "Cruinn", sans-serif;
  font-size: 64px;
  font-weight: 900;
  position: relative;
  z-index: 1;
}
.price h2 .sum-value::before {
  content: "";
  position: absolute;
  width: 189px;
  height: 32px;
  background: url("../img/arrows-icon.svg") no-repeat center;
  background-size: 100%;
  top: 50%;
  left: -200px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.price h2 .sum-value .currency {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  display: inline;
}

.form-price {
  margin: 0 auto;
 /*  border-radius: 30px;
  background: #000; */
  color: #fff;
  max-width: 527px;
  width: 100%;
  font-family: "Helvetica", sans-serif;
  /* padding: 48px 53px;  */
}
.form-price h3 {
  text-align: center;
  width: 100%;
  font-weight: bold;
  font-size: 32px;
  margin: 0 auto 40px;
}
.form-price input {
  padding: 0 10px 0 90px;
}
.form-price label {
  position: relative;
}
.form-price .input-icon {
  border-right: 1px solid #717171;
  width: 68px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}
.form-price [type=submit] {
  width: 100%;
  margin: 32px 0 0;
}
.form-price .label-checkbox {
  margin: 24px 0 0;
}

.callback {
  position: relative;
  z-index: 1;
}
.callback .h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 48px;
  line-height: 120%;
  font-family: "Raleway", sans-serif;
  margin: 80px auto 0;
  background: #B9AEFF;
}

.callback-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.callback-content {
  font-size: 40px;
  max-width: 630px;
  width: 100%;
}
.callback-content h3 {
  font-weight: bold;
  font-size: 56px;
}

.form {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.form [type=submit] {
  width: 100%;
}
.form .label-checkbox {
  color: #000;
  margin: 10px 0 0;
}
.form .label-checkbox a {
  display: inline;
  color: #6A5ACD;
}
.form .checkbox-custom {
  background: #000;
}
.form .inp-check:checked ~ .checkbox-custom {
  background: #6A5ACD;
}

.subscribe {
  position: relative;
  z-index: 1;
  padding: 0 0 138px;
  background: url("../img/subscribe-bg.svg") no-repeat center bottom;
  background-size: 100%;
}
.subscribe .subtitle {
  text-align: center;
  margin: 0 auto 64px;
  max-width: 807px;
  width: 100%;
  font-size: 32px;
  line-height: 120%;
  text-transform: none;
}