html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0
}
main {
  display: block;
  background-color: #17161b;
}
h1 {
  font-size: 2em;
  margin: .67em 0
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
pre {
  font-family: monospace,monospace;
  font-size: 1em
}
a {
  background-color: transparent
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}
b,
strong {
  font-weight: bolder
}
code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em
}
small {
  font-size: 80%
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
img {
  border-style: none
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
button,
input {
  overflow: visible
}
button,
select {
  text-transform: none
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 0.0625rem dotted ButtonText
}
fieldset {
  padding: .35em .75em .625em
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
details {
  display: block
}
summary {
  display: list-item
}
template {
  display: none
}
[hidden] {
  display: none
}
table,
table tbody,
table tfoot,
table tfoot tr tf,
table thead,
table tr,
table tr th,
tr td {
  margin: 0;
  padding: 0;
  background: 0 0;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  background-image: none
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0
}
ul {
  list-style-type: none
}
a {
  text-decoration: none
}
button {
  background: 0 0;
  border: none;
  outline: 0;
  cursor: pointer
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Inter,sans-serif
}
body {
  background: #28272f
}
h2 {
  text-align: center;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3rem;
  color: #fff
}
.wrapper {
  max-width: 58.125rem;
  margin: 0 auto;
  width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem
}
.wrapper_big {
  max-width: 76.875rem
}
.wrapper_small {
  max-width: 51.875rem
}
.header {
  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;
  padding-top: 1.875rem;
  position: relative;
  z-index: 2
}
.header__logo {
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  color: #fff
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.header__menu a {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1rem;
  color: #fff;
  margin-left: 2rem
}
.header__menu a:hover {
  text-decoration: underline
}
.banner {
  background: #8157ad;
  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;
  overflow: hidden;
  position: relative
}
.banner:after {
  content: "";
  background: rgba(166,100,138,.86);
  border: 0.0625rem solid rgba(166,100,138,.4);
  -webkit-box-shadow: 0 0 15.625rem 12.5rem rgba(166,100,138,.86);
  box-shadow: 0 0 15.625rem 12.5rem rgba(166,100,138,.86);
  width: 20.5625rem;
  height: 15.125rem;
  position: absolute;
  top: 8.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%
}
.banner__inner {
  margin-top: 8.25rem
}
.banner__text {
  position: relative;
  z-index: 2;
  margin: auto 0;
  height: 100%;
  margin-bottom: 10vh
}
.banner__text h1 {
  font-family: "Alegreya Sans",sans-serif;
  font-weight: 500;
  font-size: 4.4875rem;
  line-height: 100.9%;
  color: #fff;
  margin-bottom: 2.1875rem;
  text-align: center
}
.banner__text h2 {
  font-weight: 400;
  text-align: center;
  font-size: 1.6125rem;
  line-height: 2.1875rem;
  color: #fff;
  font-style: italic;
}
.banner__button {
  margin: 2.5rem auto;
  background: #845ca0;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.0625rem 1.875rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #fff;
}
.banner__button:hover {
  background: #754f90;
}
.banner__button span {
  margin-right: 0.9375rem;
  font-weight: 600;
  font-size: 1.1rem;
  color: #fff
}
.banner__photo {
  position: relative;
  z-index: 2
}
.banner__photo img {
  width: 100%;
  display: block
}
.how {
  padding-top: 7.875rem;
  padding-bottom: 9.1875rem;
  background: #353240
}
.how ol {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 1.375rem
}
.how h3 {
  font-weight: 600;
  font-size: 1.0625rem;
  line-height: 1.3125rem;
  color: #fff;
  margin-bottom: 0.5625rem
}
.how h3 span {
  border-bottom: 0.125rem solid #7e55f3
}
.how p {
  font-weight: 400;
  font-size: 15.5px;
  line-height: 138.52%;
  color: #92a0b1
}
.how h2 {
  margin-bottom: 2.75rem
}
.streamline {
  margin-top: 5.625rem
}
.streamline .subtitle {
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 138.52%;
  text-align: center;
  color: #92a0b1;
  margin-top: 0.5rem
}
.streamline .li__text {
  max-width: 18.75rem;
  width: 100%
}
.streamline .li__photo {
  width: 100%;
  max-width: 19.1875rem
}
.streamline .li__photo img {
  width: 100%
}
.streamline .li__sides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.streamline li {
  margin: 3.75rem 0
}
.streamline li:nth-child(2n+2) .li__sides {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}
.streamline h3 {
  font-family: Inter;
  font-weight: 600;
  font-size: 2.1875rem;
  line-height: 115.52%;
  letter-spacing: -.01em;
  color: #fff;
  margin-bottom: 0.75rem
}
.streamline h3 span {
  border-bottom: 0.125rem solid #7e55f3
}
.streamline ul p {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 133.02%;
  letter-spacing: -.035em;
  color: #92a0b1
}
.block-with-photo {
  background: #8157ad;
  padding: 4.375rem 0;
  position: relative;
  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;
  overflow: hidden
}
.block-with-photo:after {
  content: "";
  position: absolute;
  display: block;
  background: rgba(166,100,138,.86);
  -webkit-box-shadow: 0 0 15.625rem 12.5rem rgba(166,100,138,.86);
  box-shadow: 0 0 15.625rem 12.5rem rgba(166,100,138,.86);
  width: 25rem;
  height: 19.9375rem;
  z-index: 0
}
.block-with-photo__sides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  z-index: 1
}
.block-with-photo__photo {
  width: 50%
}
.block-with-photo__photo img {
  display: block;
  width: 100%
}
.block-with-photo__text {
  background: -o-linear-gradient(319.47deg,#2d2b36 32.07%,#3c384b 100%);
  background: linear-gradient(130.53deg,#2d2b36 32.07%,#3c384b 100%);
  padding: 4.375rem 3.125rem;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.block-with-photo__text h2 {
  font-weight: 600;
  font-size: 1.6875rem;
  line-height: 141.02%;
  text-align: left;
  letter-spacing: -.015em;
  color: #fff;
}
.block-with-photo__text p {
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 162.52%;
  letter-spacing: -.025em;
  color: #d3d2d4;
  margin-top: 1rem;
}
.block-with-photo__button {
  margin-top: auto;
  background: #7e55f3;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.0625rem 1.875rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}
.block-with-photo__button:hover {
  background: #6643cc
}
.block-with-photo__button span {
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 162.52%;
  letter-spacing: -.04em;
  color: #fff
}
.faq {
  padding: 3.125rem 0
}
.faq h2 {
  margin-bottom: 1.25rem
}
.faq .li__body {
  display: none
}
.faq .li__body p {
  font-size: 0.9375rem;
  color: #fff;
  line-height: 1.375rem;
  margin-bottom: 0.625rem
}
.faq .li__head {
  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;
  padding: 0.375rem 0;
  cursor: pointer
}
.faq .li__head span {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 162.52%;
  letter-spacing: -.025em;
  color: #cfcfd0
}
.faq li {
  border-bottom: 0.125rem solid rgba(146,160,177,.25)
}
.faq li:first-child {
  border-top: 0.125rem solid rgba(146,160,177,.25)
}
.faq li.li_active img {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.faq li.li_active .li__body {
  display: block
}
footer {
  background: #353240;
  padding: 4.6875rem 0
}
.copyright {
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 162.52%;
  letter-spacing: -.04em;
  color: #7f7d8a;
  margin-top: 2.5rem
}
.footer h2 {
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 162.52%;
  letter-spacing: -.03em;
  color: #fff;
  text-align: left;
  margin-bottom: 1.5625rem
}
.footer p {
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 162.52%;
  letter-spacing: -.04em;
  color: #7f7d8a;
  max-width: 47.1875rem
}
.footer__button {
  margin: 2.5rem 0;
  background: #7e55f3;
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.0625rem 1.875rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}
.footer__button:hover {
  background: #6643cc
}
.footer__button span {
  margin-right: 0.9375rem;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 162.52%;
  letter-spacing: -.04em;
  color: #fff
}
.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.875rem
}
.footer li {
  margin-right: 1.5625rem
}
@media screen and (max-width:36em){
  .banner {
    min-height: 28.75rem
  }
  .banner__text {
    margin-bottom: 5rem
  }
  .banner__text h1 {
    font-size: 2.875rem;
    margin-bottom: 0.625rem
  }
  .banner__text h2 {
    font-size: 1.375rem
  }
  h2 {
    font-size: 1.875rem;
    line-height: 2.25rem
  }
  .how {
    padding: 3.125rem 0
  }
  .how ol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .streamline {
    margin-top: 3.125rem
  }
  .streamline h3 {
    font-size: 1.625rem
  }
  .streamline .li__sides,
  .streamline li:nth-child(2n+2) .li__sides {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .streamline .li__text {
    max-width: 100%;
    width: 100%;
    margin-bottom: 1.25rem
  }
  .block-with-photo__sides {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .block-with-photo__text {
    padding: 1.25rem
  }
  .block-with-photo__text h2 {
    margin-bottom: 0.625rem
  }
  .block-with-photo__photo {
    height: 15.625rem
  }
  .block-with-photo__photo img {
    width: 105%;
    -o-object-fit: cover;
    object-fit: cover
  }
  .block-with-photo__photo,
  .block-with-photo__text {
    width: 100%
  }
  .faq .li__head span {
    font-size: 0.9375rem
  }
  .faq .li__body p {
    font-size: 0.8125rem
  }
  footer {
    padding: 2.1875rem 0
  }
  .footer h2 {
    line-height: normal;
    margin-bottom: 1.25rem
  }
  .footer__button {
    margin: 1.25rem 0;
    padding: 0.625rem 1.25rem
  }
  .footer__button span {
    font-size: 0.875rem;
    margin-right: 0.625rem
  }
}