@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@200;300;400;500;600;700;800;900&display=swap");
html, body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat Alternates";
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

p {
  padding: 0;
  margin: 0;
}

.container {
  width: 1110px;
  margin: auto;
}

.modal {
  color: #fff;
  display: none;
}

.modal__shadow {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: #5A5A5A;
  opacity: 0.45;
  z-index: 10;
}

.modal__page {
  display: none;
  padding-left: 90px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4A1977), to(#7527BD));
  background-image: linear-gradient(#4A1977, #7527BD);
  border-radius: 10px;
  width: 1140px;
  height: 700px;
  max-height: 100vh;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 11;
}

.modal__page_first {
  display: block;
}

.modal__title {
  font-size: 36px;
  line-height: 2em;
  margin-top: 37px;
  margin-bottom: 12px;
  max-width: 70%;
  letter-spacing: 0.04em;
}

.modal__price {
  font-size: 28px;
  line-height: 2.3em;
  letter-spacing: 0.04em;
  margin-bottom: 35px;
}
.modal__price span {
  padding-left: 24px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BE1EF9), color-stop(40%, #CE2CF5), color-stop(90%, #F7E6BD));
  background-image: linear-gradient(#BE1EF9, #CE2CF5 40%, #F7E6BD 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
  line-height: 0.96em;
  font-weight: 600;
}
.modal__price span::before {
  content: "$";
}
.modal__price::after {
  content: "";
  margin-top: 25px;
  display: block;
  width: 160px;
  height: 3px;
  background-color: #CE2CF5;
}

.modal-form__title {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}

.modal-form__input {
  width: 570px;
  height: 60px;
  border-radius: 10px;
  background-color: transparent;
  border: 3px solid #fff;
  font-weight: 600;
  color: #fff;
  padding-left: 25px;
  font-size: 18px;
  letter-spacing: 0.04em;
  font-family: "Montserrat Alternates";
}
.modal-form__input::-webkit-input-placeholder {
  font-weight: 400;
  color: #fff;
}
.modal-form__input::-moz-placeholder {
  font-weight: 400;
  color: #fff;
}
.modal-form__input:-ms-input-placeholder {
  font-weight: 400;
  color: #fff;
}
.modal-form__input::-ms-input-placeholder {
  font-weight: 400;
  color: #fff;
}
.modal-form__input::placeholder {
  font-weight: 400;
  color: #fff;
}
.modal-form__input:focus {
  outline: 0;
}

.form__input_pay {
  margin-bottom: 10px;
}

.form__input_pay_last {
  margin: 0;
}

.modal__page_last {
  height: 825px;
}

.modal-form__button {
  border: 0;
  width: 415px;
  height: 85px;
  display: block;
  margin-top: 70px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 15px;
  background: url("../img/modal/button.png") no-repeat center;
}
.modal-form__button::after {
  content: "Продолжить";
  font-size: 24px;
  line-height: 3em;
  font-weight: 700;
  background-image: -webkit-gradient(linear, left top, right top, from(#9E00FF), color-stop(65%, #F26EFF), color-stop(99%, #F7E6BD));
  background-image: linear-gradient(90deg, #9E00FF, #F26EFF 65%, #F7E6BD 99%);
  font-family: "Montserrat Alternates";
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modal-form__button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  background-image: -webkit-gradient(linear, left top, right top, from(#9E00FF), color-stop(65%, #F26EFF), color-stop(99%, #F7E6BD));
  background-image: linear-gradient(90deg, #9E00FF, #F26EFF 65%, #F7E6BD 99%);
}
.modal-form__button:hover::after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(#000, #000);
}

.modal-form__button_pay {
  margin-top: 20px;
}

.modal__price_pay {
  font-weight: 500;
  line-height: 1.8em;
}

.modal__desc {
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 2.6em;
  margin-top: -10px;
  margin-bottom: 10px;
}

.header {
  background: url("../img/header/bg.jpg") no-repeat center center/cover;
  min-height: 100vh;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-form___input_first {
  margin-bottom: 12px;
}

.header__title {
  font-size: 48px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.5em;
  color: #fff;
  max-width: 715px;
  margin-bottom: 75px;
}
.header__title span {
  background: -webkit-gradient(linear, left top, left bottom, from(#DFB5F8), to(#F0D5FF));
  background: linear-gradient(#DFB5F8, #F0D5FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header__button {
  min-width: 440px;
  min-height: 90px;
  border: 0;
  background: url("../img/header/button.png") no-repeat center top/cover;
  cursor: pointer;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__button span {
  font-size: 24px;
  letter-spacing: 0.04em;
  font-weight: 400;
  font-family: "Montserrat Alternates";
  background: -webkit-gradient(linear, left top, right top, from(#9E00FF), color-stop(#F26EFF), to(#FEFFC4));
  background: linear-gradient(90deg, #9E00FF, #F26EFF, #FEFFC4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header__button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.text {
  text-align: center;
}

.text__container {
  position: relative;
}
.text__container::before {
  content: url("../img/text/01.svg");
  position: absolute;
  left: 10%;
  top: 45%;
}
.text__container::after {
  content: url("../img/text/02.svg");
  position: absolute;
  bottom: 0;
  right: 5%;
}

.title {
  font-size: 36px;
  letter-spacing: 0.04em;
  font-weight: 900;
  background: -webkit-gradient(linear, left top, left bottom, from(#6C16A1), to(#6C16A1)) no-repeat;
  background: linear-gradient(#6C16A1, #6C16A1) no-repeat;
  background-position: bottom left;
  background-size: 100px 8px;
  padding-bottom: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.text__title {
  margin-top: 100px;
  margin-bottom: 53px;
}

.text__content {
  font-size: 24px;
  letter-spacing: 0.04em;
  line-height: 1.7em;
  padding-bottom: 80px;
  margin-bottom: 30px;
  font-weight: 300;
}
.text__content span {
  font-weight: 600;
}

.triggers {
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#33164E), to(#561A8D)) no-repeat bottom;
  background: linear-gradient(#33164E, #561A8D) no-repeat bottom;
}

.triggers__container {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: inherit;
}

.triggers__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 115px 0;
}

.triggers__title {
  margin-bottom: 80px;
  text-align: center;
}

.triggers__trigger {
  max-width: 235px;
}

.triggers__icon {
  max-width: 120px;
  max-height: 120px;
  display: block;
  margin: auto;
  margin-bottom: 30px;
}

.triggers__content {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 1.3em;
}

.test {
  text-align: center;
  position: relative;
  margin-bottom: 171px;
}
.test::before {
  content: url("../img/test/02.svg");
  position: absolute;
  left: 10%;
  bottom: -5%;
}
.test::after {
  content: url("../img/test/01.svg");
  position: absolute;
  right: 12%;
  top: 13%;
}

.test__title {
  margin-top: 110px;
  margin-bottom: 50px;
}

.test__content {
  font-size: 24px;
  font-weight: 200;
  letter-spacing: 0.04em;
  line-height: 1.4em;
  margin-bottom: 86px;
}

.test__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.test-card {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 540px;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  padding-bottom: 70px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.test-card:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#3C175E), to(#561A8D));
  background: linear-gradient(#3C175E, #561A8D);
}
.test-card:hover .test-card__content {
  color: #fff;
}
.test-card:hover .test-card__button {
  color: #000;
  background: -webkit-gradient(linear, left top, right top, from(#9E00FF), color-stop(#f26eff), color-stop(#F895E9), to(#F5F88C));
  background: linear-gradient(90deg, #9E00FF, #f26eff, #F895E9, #F5F88C);
}
.test-card:hover .test-card__button::before {
  z-index: 1;
}
.test-card:hover .test-card__button::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background: linear-gradient(#000, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.test-card__content {
  font-size: 24px;
  margin-top: 68px;
  letter-spacing: 0.04em;
  color: #555;
  margin-bottom: 48px;
}
.test-card__content span {
  font-size: 64px;
  display: block;
  font-weight: 900;
  background: -webkit-gradient(linear, left top, left bottom, from(#BE1EF9), color-stop(40%, #CE2CF5), color-stop(80%, #F7E6BD));
  background: linear-gradient(#BE1EF9, #CE2CF5 40%, #F7E6BD 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 28px;
}
.test-card__content span::before {
  content: "$";
}

.test-card__button {
  border: 0;
  position: relative;
  width: 430px;
  height: 80px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}
.test-card__button::after {
  content: "Заказать";
  background: -webkit-gradient(linear, left top, right top, from(#9E00FF), color-stop(50%, #F26EFF), color-stop(90%, #F7E6BD));
  background: linear-gradient(90deg, #9E00FF, #F26EFF 50%, #F7E6BD 90%);
  -webkit-background-clip: text;
  z-index: 2;
  -webkit-text-fill-color: transparent;
}
.test-card__button::before {
  content: "";
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  background: -webkit-gradient(linear, left top, right top, from(#9E00FF), color-stop(rgba(242, 110, 255, 0.81)), color-stop(#F895E9), to(#F5F88C));
  background: linear-gradient(90deg, #9E00FF, rgba(242, 110, 255, 0.81), #F895E9, #F5F88C);
  border-radius: 15px;
  z-index: -1;
}
.test-card__button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.package {
  text-align: center;
  margin-bottom: 171px;
  position: relative;
}
.package::before {
  content: url("../img/package/01.svg");
  position: absolute;
  top: 13%;
  right: 10%;
}
.package::after {
  content: url("../img/package/01.svg");
  position: absolute;
  left: 14%;
  bottom: -5%;
}

.package__title {
  margin-bottom: 49px;
}

.package__content {
  font-weight: 200;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0.04em;
  margin-bottom: 70px;
}

.package__card {
  width: 255px;
}

.package__button {
  width: 210px;
  height: 80px;
}

.faq__title {
  text-align: center;
  margin-bottom: 105px;
}

.faq {
  background: -webkit-gradient(linear, left top, left bottom, from(#33164E), to(#561A8D)) no-repeat bottom;
  background: linear-gradient(#33164E, #561A8D) no-repeat bottom;
  padding-top: 20px;
}

.faq__container {
  position: relative;
}
.faq__container::after {
  content: url("../img/faq/art.svg");
  position: absolute;
  top: 7%;
  right: 0;
}

.faq-quest {
  padding: 19px 0 26px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#CE2CF5), to(#CE2CF5)) no-repeat;
  background: linear-gradient(#CE2CF5, #CE2CF5) no-repeat;
  background-position: bottom left;
  background-size: 90px 3px;
  padding-bottom: 22px;
  color: #fff;
  cursor: pointer;
  max-width: 70%;
}

.faq-quest__title {
  font-size: 24px;
  line-height: 1.6em;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.faq-quest__answer {
  display: none;
  line-height: 1.5em;
  margin-top: 15px;
  font-weight: 500;
}

.footer {
  padding-bottom: 162px;
}

.footer__title {
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0.04em;
  margin-top: 135px;
  margin-bottom: 42px;
}

.footer__link_image {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 49px;
  max-height: 49px;
  display: block;
}
.footer__link_image:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.footer__links {
  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;
}

.footer__link_image {
  margin-right: 25px;
}

.footer__link_mail {
  font-size: 18px;
  font-weight: 700;
  color: #E1E1E1;
  letter-spacing: 0.04em;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer__link_mail:hover {
  color: #CECECE;
}

@media screen and (max-width: 1591px) {
  .test::before {
    left: 2%;
    bottom: -10%;
  }

  .test::after {
    right: 3%;
    top: 8%;
  }

  .package::before {
    top: 10%;
    right: 2%;
  }

  .package::after {
    left: 2%;
    bottom: -7%;
  }
}
@media screen and (max-width: 1215px) {
  .modal__page {
    width: 700px;
  }

  .modal__page {
    padding: 0;
  }

  .modal__title {
    margin: 37px auto 12px auto;
    max-width: 90%;
    text-align: center;
  }

  .modal__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .modal__price::after {
    display: none;
  }

  .modal-form__title {
    text-align: center;
  }

  .modal-form__input {
    display: block;
    margin: 0 auto 12px auto;
  }

  .modal-form__button {
    margin: 50px auto 0 auto;
  }

  .modal__page_first {
    height: 650px;
  }

  .modal__desc {
    text-align: center;
  }
}
@media screen and (max-width: 1170px) {
  .container {
    width: 710px;
  }

  .header {
    display: block;
    background: url("../img/header/bg_mobile.jpg") no-repeat center 30%/cover;
  }

  .header__title {
    padding-top: 90px;
    text-align: center;
  }

  .header__container {
    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: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .triggers__block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 76px 1fr;
    grid-template-columns: 1fr 1fr;
    max-width: 662px;
    grid-gap: 76px;
    margin: auto;
  }

  .triggers__trigger {
    max-width: 286px;
  }

  .triggers__content {
    font-size: 30px;
  }

  .test__cards {
    display: block;
  }

  .test-card {
    margin: auto;
  }
  .test-card:not(:last-child) {
    margin-bottom: 111px;
  }

  .package__title.title {
    background: 0;
    line-height: 1.6em;
  }
  .package__title.title span {
    position: relative;
    display: inline-block;
  }
  .package__title.title span::before {
    content: "";
    width: 100px;
    height: 8px;
    display: block;
    background-color: #6C16A1;
    position: absolute;
    left: 0;
    bottom: -5px;
  }

  .test::after {
    right: auto;
    top: -3%;
    left: 6%;
  }

  .test::before {
    left: auto;
    right: 8%;
  }

  .package::before {
    display: none;
  }

  .package::after {
    left: 6%;
    bottom: -3%;
  }

  .package__card {
    width: 555px;
  }

  .package__button {
    width: 430px;
    height: 80px;
  }

  .package__content {
    display: none;
  }

  .faq-quest {
    margin: auto;
  }

  .faq__container::after {
    content: "";
    background-image: url("../img/faq/art.svg");
    background-size: 100px 100px;
    width: 100px;
    height: 100px;
    top: auto;
    bottom: 32%;
    right: 12%;
  }
}
@media screen and (max-width: 958px) {
  .header {
    display: block;
    background: url("../img/header/bg_mobile.jpg") no-repeat center 20%/cover;
  }
}
@media screen and (max-width: 760px) {
  .container {
    width: 290px;
  }

  .modal__page {
    width: 290px;
  }

  .modal__title {
    font-size: 18px;
  }

  .modal__price {
    font-size: 14px;
  }
  .modal__price span {
    font-size: 24px;
    padding-left: 10px;
  }

  .modal__price {
    margin-bottom: 30px;
  }

  .modal-form__title {
    margin-bottom: 20px;
  }

  .modal-form__input {
    width: 270px;
    font-size: 14px;
  }

  .modal-form__button {
    margin-top: 20px;
  }

  .modal__desc {
    font-size: 12px;
  }

  .modal__page {
    height: 470px;
  }

  .modal__page_last {
    height: 720px;
  }

  .modal-form__button {
    width: 83px;
    height: 17px;
  }

  .modal-form__button {
    width: 270px;
    height: 52px;
    background: url("../img/modal/button.png") no-repeat center top/cover;
    border-radius: 6px;
  }
  .modal-form__button::after {
    line-height: 1em;
    font-size: 16px;
  }

  .header {
    background: url("../img/header/bg_mobile.jpg") no-repeat center 65%/cover;
  }

  .header__title {
    font-size: 18px;
    max-width: 310px;
    line-height: 2.1em;
    padding-top: 15px;
    margin-bottom: 30px;
  }

  .header__button {
    min-width: 291px;
    background: url("../img/header/button_mobile.png") no-repeat center;
  }
  .header__button span {
    font-size: 18px;
    font-weight: 700;
  }

  .title, .package__title.title {
    background: 0;
    line-height: 1.6em;
    font-size: 24px;
  }
  .title span, .package__title.title span {
    position: relative;
    display: inline-block;
  }
  .title span::before, .package__title.title span::before {
    content: "";
    width: 60px;
    height: 5px;
    display: block;
    background-color: #6C16A1;
    position: absolute;
    left: 0;
    bottom: -3px;
  }

  .text__title {
    margin-top: 25px;
    margin-bottom: 30px;
  }

  .text__content {
    font-size: 18px;
    padding-bottom: 60px;
  }

  .text__container::after {
    display: none;
  }

  .text__container::before {
    top: auto;
    left: auto;
    bottom: 0;
    right: 10%;
  }

  .triggers__block {
    display: block;
  }

  .triggers__trigger {
    margin-bottom: 32px;
  }

  .triggers__title {
    margin-bottom: 37px;
  }

  .test {
    margin-bottom: 70px;
  }

  .test__title {
    margin-top: 45px;
    margin-bottom: 22px;
  }

  .test::after {
    top: -1%;
    left: 6%;
  }

  .test::before {
    display: none;
  }

  .test__content {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .test-card {
    width: 288px;
  }
  .test-card:not(:last-child) {
    margin-bottom: 60px;
  }

  .test-card__button {
    width: 240px;
  }

  .package {
    margin-bottom: 110px;
  }

  .faq__title {
    margin-bottom: 62px;
  }
  .faq__title span::before {
    width: 54px;
  }

  .faq__container::after {
    display: none;
  }

  .faq__container {
    width: auto;
    padding: 0 20px;
  }

  .faq-quest {
    max-width: 100%;
  }

  .footer__title {
    margin-top: 86px;
  }

  .footer__links {
    display: block;
  }

  .footer__link {
    margin: 11px auto;
  }

  .footer__link_mail {
    display: block;
    text-align: center;
  }
}