@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;900&family=Russo+One&display=swap);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3 {
  font-family: 'Russo One', sans-serif;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

body.hidden {
  overflow: hidden;
}

input {
  display: flex;
  outline: none;
  padding: 13px 30px;
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 0px 4px rgba(200, 200, 200, 0.15);
  border-radius: 10px;
  font-weight: 400;
  color: #212352;
  max-width: 100%;
}

input::-webkit-input-placeholder {
  color: #898989;
}

input::placeholder {
  color: #898989;
}

input.error {
  border-color: red !important;
}

input.success {
  border-color: lime !important;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

html,
body {
  height: 100%;
}

main {
  overflow-x: hidden;
  margin-top: 66px;
  flex: 1 0 auto;
}

footer {
  flex-shrink: 0;
  padding: 20px;
}

body {
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 100%;
  font-family: 'Raleway', sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.35;
  background-color: #fff;
  color: #fff;
  overflow-x: hidden;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.promo {
  color: #212352;
}

.promo__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.promo__wrap-mobile {
  display: none;
}
.promo__content {
  display: flex;
  flex-direction: column;
  flex-basis: 550px;
  gap: 50px;
}

.promo__title {
  margin-bottom: 0 !important;
}

.promo__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.promo__item {
  position: relative;
  display: flex;
  align-items: center;
}

.promo__item::before {
  content: '';
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #7a6bde;
  opacity: 0.3;
}

.promo__text {
  padding-left: 37px;
  letter-spacing: 0.01em;
  color: #000;
}
.promo__text-leads {
  letter-spacing: 0.01em;
  color: #000;
}
.promo__text span {
  text-transform: uppercase;
  font-weight: 700;
  color: #7a6bde;
}

.promo__cta {
  padding: 19px 45px !important;
}

.promo__image {
  width: 750px;
}

.promo__mobile {
  position: absolute;
  top: 40px;
  left: -20px;
  width: 380px;
  display: none;
  opacity: 0.25;
  z-index: -1;
}

.getting {
  margin-bottom: 130px;
}

.getting__banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 296px;
  background: #7a6bde;
  border-radius: 29px;
  margin-bottom: 46px;
}

.getting__banner p {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px 30px;
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
  width: 266px;
  height: 156px;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(4.5px);
  backdrop-filter: blur(4.5px);
  border-radius: 13px;
}

.getting__banner::before {
  content: '';
  position: absolute;
  bottom: -25px;
  left: -45px;
  width: 230px;
  height: 210px;
  display: block;
  background-image: url(assets/getting.svg);
}

.getting__row {
  display: flex;
  justify-content: space-between;
  gap: 55px;
  align-items: center;
}

.getting__row p {
  max-width: 884px;
  color: #212352;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
}

.getting__row p span {
  display: block;
}

.getting__row p span:first-child {
  display: inline-block;
  color: #7a6bde;
  font-weight: 700;
}

.getting__cta {
  padding: 19px 45px !important;
}

.examples {
  margin-bottom: 40px;
}

.examples__row {
  display: flex;
}

.examples__audio {
  display: flex;
  flex-direction: column;
}

.examples audio {
  width: 620px;
}

.examples audio::-webkit-media-controls-panel {
  background: #fff;
}

.doubt {
  padding-bottom: 130px;
}

.doubt__item {
  background: #7a6bde;
  border-radius: 29px;
  padding: 60px;
}

.doubt__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.doubt__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 21px;
  padding: 43px 31px;
}

.doubt__text {
  max-width: 383px;
  font-weight: 600;
  font-size: 1.125rem;
  text-align: center;
  color: #212352;
  margin-bottom: 40px;
}

.test {
  padding-bottom: 130px;
}

.test__wrap {
  flex-direction: row-reverse;
}

.reviews {
  padding-top: 123px;
  padding-bottom: 130px;
}

.reviews__title {
  margin-bottom: 0 !important;
}

.join {
  padding-bottom: 130px;
}

.join__title {
  text-align: center;
}

.join__qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.join__qr img {
  width: 195px;
  height: 195px;
}

.join__qr a {
  display: none;
}

.join__qr p {
  max-width: 490px;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.6;
  color: #56507a;
  text-align: center;
}

.partners {
  padding-bottom: 130px;
}

.partners__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-column-gap: 60px;
  column-gap: 60px;
  row-gap: 30px;
  flex-flow: row wrap;
}

.packets {
  padding-bottom: 130px;
}

.packets__title {
  text-align: center;
}

.packets__wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 48px;
}

.packets__item {
  width: 100%;
  max-width: 330px;
  padding: 30px 25px;
  background: #7a6bde;
  border: 3px solid #beb7f2;
  border-radius: 13px;
}

.packets__list {
  display: flex;
  flex-direction: column;
  gap: 19px;
  margin-top: 30px;
}

.packets__list_title {
  font-weight: 700;
  font-size: 20px;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
  font-feature-settings: 'pnum' on, 'lnum' on;
  letter-spacing: 0.01em;
  text-align: center;
}

.packets__list li {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.01em;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
  font-feature-settings: 'pnum' on, 'lnum' on;
  position: relative;
  padding-left: 2.375rem;
}

.packets__list li::before {
  content: '';
  position: absolute;
  width: 23px;
  height: 23px;
  background: url(assets/check.svg) center center/cover no-repeat;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.why-we__wrap {
  display: flex;
  background: #7a6bde;
  border-radius: 29px;
  padding: 50px;
  justify-content: center;
  align-items: center;
  gap: 70px;
}

.why-we__subtitle {
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 1.31rem;
  line-height: 1.7;
}

.why-we__list {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 29px;
}

.why-we__list li {
  letter-spacing: 0.01em;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4;
}

.why-we__list li span {
  font-weight: 700;
}

.why-we__img {
  flex: 1 1 468px;
}

.why-we__item {
  flex: 1 1 600px;
}

.automation {
  padding-bottom: 130px;
}

.automation__title {
  text-align: center;
  margin: 0 auto;
  max-width: 733px;
  margin-bottom: 20px;
}

.automation__subtitle {
  font-weight: 400;
  font-size: 1.56rem;
  line-height: 1.6;
  color: #56507a;
  text-align: center;
  margin-bottom: 60px;
}

.automation__video {
  background: #dadada;
  border-radius: 26px;
  height: auto;
  width: 100%;
}

.thumb__wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 26px;
}

.thumb__wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
  border-radius: 26px;
}

.courses {
  margin-top: 130px;
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.courses__item {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  position: relative;
}

.courses__descr {
  max-width: 708px;
  display: flex;
  flex-direction: column;
  margin-left: 82px;
  position: relative;
  z-index: 1000;
}

.courses__logo {
  max-width: 240px;
}

.courses__img {
  position: absolute;
  right: -20px;
  bottom: 20px;
}

.courses__title {
  font-weight: 700;
  font-size: 1.43rem;
  line-height: 1.6;
  color: #56507a;
}

.courses__title span {
  color: #7a6bde;
}

.courses__wrap {
  display: flex;
  margin-top: 25px;
  margin-bottom: 35px;
  gap: 27px;
}

.courses__wrap ul {
  width: 303px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.courses__wrap ul:nth-child(2) {
  width: 378px;
}

.courses__wrap ul li {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.35;
  letter-spacing: 0.01em;
  color: #56507a;
}

.quiz {
  padding-bottom: 130px;
}

.quiz__title {
  margin-bottom: 20px;
}

.quiz__subtitle {
  font-size: 1.37rem;
  color: #212352;
  letter-spacing: 0.01em;
  margin-bottom: 60px;
}

.quiz__subtitle span {
  color: #7a6bde;
  font-weight: 900;
}

.quiz__board {
  position: relative;
  width: 950px;
  height: 490px;
  margin: auto;
  border: 3px solid #7a6bde;
  border-radius: 23px;
}

.quiz__board::before {
  content: '';
  position: absolute;
  top: -50px;
  left: -75px;
  width: 122px;
  height: 202px;
  display: block;
  background-image: url(assets/question-mark.svg);
  z-index: 10;
}

.quiz__board::after {
  content: '';
  position: absolute;
  bottom: -40px;
  right: -120px;
  width: 288px;
  height: 282px;
  display: block;
  background-image: url(assets/amico.svg);
  z-index: 10;
}

.quiz__question {
  display: none;
  border-radius: 23px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -100%;
  transition: 0.5s linear;
}

.quiz__question.active {
  display: block;
  position: relative;
  right: 0;
  z-index: 10;
}

.quiz__progress {
  display: block;
  width: 645px;
  height: 23px;
  background: rgba(122, 107, 222, 0.28);
  border-radius: 10px;
}

.quiz__progress::before {
  content: '';
  display: block;
  width: 20%;
  height: 23px;
  background: #7a6bde;
  border-radius: 10px;
}

.quiz__progress_40::before {
  width: 40%;
}

.quiz__progress_60::before {
  width: 60%;
}

.quiz__progress_80::before {
  width: 80%;
}

.quiz__progress_100::before {
  width: 100%;
}

.quiz__stage {
  width: 645px;
  margin: 0 auto;
  padding: 25px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.quiz__stage p {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  color: #b7b2d8;
  letter-spacing: 0.01em;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
  font-feature-settings: 'pnum' on, 'lnum' on;
  margin-bottom: 12px;
}

.quiz__stage span {
  color: #7a6bde;
}

.quiz__answer {
  margin-left: 45px;
  color: #212352;
}

.quiz__answer p {
  margin-bottom: 20px;
  display: flex;
  gap: 18px;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.01em;
  align-items: center;
}

.quiz__answer p span {
  letter-spacing: 0.01em;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
  font-feature-settings: 'pnum' on, 'lnum' on;
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  color: #fff;
  background-color: #7a6bde;
}

.quiz__answer input[type='text'],
.quiz__answer input[type='tel'] {
  padding: 14px 20px;
  font-size: 1.125rem;
  border-color: #7a6bde;
  color: #212352;
  width: 45%;
  margin-bottom: 15px;
  border-radius: 8px;
  letter-spacing: 0.01em;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
  font-feature-settings: 'pnum' on, 'lnum' on;
}

.quiz__answer input[type='text']::-webkit-input-placeholder,
.quiz__answer input[type='tel']::-webkit-input-placeholder {
  color: #ad9eff;
}

.quiz__answer input[type='text']::placeholder,
.quiz__answer input[type='tel']::placeholder {
  color: #ad9eff;
}

.quiz__control {
  position: absolute;
  bottom: 33px;
  left: 50%;
  display: flex;
  gap: 35px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.quiz__input {
  position: relative;
  margin-bottom: 20px;
  margin-left: 60px;
}

.quiz__input input[type='radio'] {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}

.quiz__input input[type='radio']:checked + label span:first-child::after {
  opacity: 1;
}

.quiz__input label {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 600;
  color: #212352;
  cursor: pointer;
}

.quiz__input label span:first-child {
  content: '';
  box-sizing: border-box;
  position: relative;
  display: block;
  margin-right: 12px;
  width: 16px;
  height: 16px;
  border: 1px solid #7a6bde;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
  transition: border 0.1s linear;
}

.quiz__input label span:first-child::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #7a6bde;
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 2;
  transition: opacity 0.1s linear;
}

.cta {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 24px;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.015em;
  color: #fff;
  background: #7a6bde;
  box-shadow: 0px 4px 18px rgba(122, 107, 222, 0.54);
  border-radius: 7px;
  transition: 0.5s ease;
}

.cta:hover {
  background: #ad9eff;
}

.cta:active {
  background: #5040b8;
}

.cta__modal {
  width: 100%;
  background: #6858ce;
  box-shadow: 0px 4px 18px rgba(122, 107, 222, 0.54);
  border-radius: 7px;
  padding: 16px 0;
  margin-top: 0.7rem;
}

.cta__doubt {
  width: 100%;
  box-shadow: 0px 4px 18px rgba(122, 107, 222, 0.54);
  border-radius: 5px;
  padding: 19px 0;
  font-size: 1.125rem;
  margin-top: 20px;
}

.cta__packets {
  background-color: #ad9eff;
  width: 100%;
  margin-top: 30px;
  padding: 16px 0;
}

.cta__packets:hover {
  background-color: rgba(173, 158, 255, 0.54);
}

.cta__why-we {
  background-color: #ad9eff;
  padding: 19px 82px;
  margin-top: 30px;
}

.cta__why-we:hover {
  background-color: rgba(173, 158, 255, 0.54);
}

.cta__courses {
  margin: 0 auto;
  padding: 16px 68px;
}

.footer {
  padding: 20px 0 80px;
  background: #7a6bde;
  box-shadow: inset 0px 4px 25px rgba(117, 71, 3, 0.19);
}

.footer__list {
  margin-bottom: 20px;
  padding: 60px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 2px solid rgba(255, 255, 255, 0.12);
}

.footer__list li {
  flex-basis: 250px;
  display: flex;
  flex-direction: column;
  font-weight: 400;
}

.footer__list li a {
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
  font-feature-settings: 'pnum' on, 'lnum' on;
  transition: 0.5s ease;
  padding-bottom: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.footer__list li a:hover {
  opacity: 0.85;
  text-decoration: underline;
}

.footer__list li address {
  max-width: 245px;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
  font-feature-settings: 'pnum' on, 'lnum' on;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.45;
}

.footer__list li p {
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
  font-feature-settings: 'pnum' on, 'lnum' on;
}

.footer__title {
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 12px;
}

.footer__tel {
  font-size: 1.5rem;
  font-weight: 500;
}

.footer__mail {
  font-weight: 500;
}

.footer__policy {
  font-size: 0.875rem;
  font-weight: 300;
  transition: 0.3s ease;
}

.footer__policy:hover {
  opacity: 0.75;
}

.header {
  padding: 12px 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10000;
}

.header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  height: 24px;
}
.header__nav-link {
  color: #333;
}
.header__nav {
  display: none;
  display: flex;
  align-items: center;
  gap: 46px;
}

.header__nav a {
  font-size: 1rem;
  transition: 0.3s ease;
}

.header__nav a:hover {
  color: #ad9eff;
}

.preloader {
  z-index: 100;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  transition: 0.7s;
}

.preloader img {
  z-index: 100;
  display: block;
  width: 120px;
  height: 120px;
}

.preloader.shown {
  display: flex;
}

.title {
  margin-bottom: 60px;
  font-weight: 400;
  font-family: 'Russo One', sans-serif;
  font-size: 2.1875rem;
  line-height: 1.6;
  color: #212352;
}

.title span {
  color: #7a6bde;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form__modal {
  width: 351px;
  margin-top: 22px;
}

.form__modal input {
  border-radius: 8px;
  background-color: #7a6bde;
  font-weight: 400;
  font-size: 18px;
}

.form__modal input::-webkit-input-placeholder {
  color: #fff;
}

.form__modal input::placeholder {
  color: #fff;
}

.form__doubt {
  width: 383px;
  gap: 25px;
}

.form__doubt input {
  border: 1px solid #d6d6d6;
  border-radius: 8px;
}

.modal {
  position: fixed;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 20px;
  overflow: hidden;
  display: none;
  justify-content: center;
  align-items: center;
  border: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5000;
}

.modal__active {
  display: flex;
}

.modal__close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  z-index: 20;
}

.modal__close path {
  pointer-events: none;
}

.modal__close form {
  z-index: 10;
}

.modal__content {
  flex: 0 1 454px;
  padding: 56px 37px;
  background: #7a6bde;
  border: 2px solid rgba(255, 255, 255, 0.46);
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.modal__title {
  max-width: 350px;
  font-weight: 400;
  font-size: 1.56rem;
  line-height: 1.6;
  text-align: center;
}

.modal__title_w400 {
  max-width: 400px;
}

.modal__title_w436 {
  max-width: 436px;
  margin-bottom: 30px;
}

.swiper {
  display: flex;
  flex-direction: column;
}

.swiper-controll {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90px;
  margin-left: auto;
  margin-bottom: 60px;
}

.swiper-controll div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: static;
}

.swiper-btn {
  display: flex;
  gap: 25px;
}

.swiper-next {
  cursor: pointer;
}

.swiper-prev {
  cursor: pointer;
}

.swiper-pagination-fraction {
  color: #7a6bde !important;
}

.swiper-pagination-total {
  color: #afafaf;
}

.swiper-pagination {
  align-items: center;
  margin-bottom: 10px;
}

.swiper-pagination span {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0.01em;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
  font-feature-settings: 'pnum' on, 'lnum' on;
}

.swiper-button-disabled svg {
  opacity: 0.5;
}

.swiper-block {
  /*border: 5px solid rgba(122, 107, 222, .31);*/
  border-radius: 12px;
  height: 650px;
  border-radius: 12px;
  width: 100%;

  /*background-color: rgba(122, 107, 222, .31);*/
}

.swiper-block img {
  display: block;
  width: 350px;
  border-radius: 12px;
  position: relative;
}

@media (max-width: 700px) {
  .swiper-block img {
    margin: 0 auto;
  }
}

.burger {
  position: relative;
  width: 40px;
  height: 30px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
}

.burger.burger__active {
  transition: 0.4s;
}

.burger.burger__active span {
  transition: 0.4s;
  position: absolute;
}

.burger.burger__active span:nth-child(1) {
  top: 15px;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.burger.burger__active span:nth-child(2) {
  bottom: 13px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.burger.burger__active span:nth-child(3) {
  display: none;
}
.promo-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.promo__mobile-leads {
  width: 100% !important;
  display: flex !important;
  height: 240px;
  object-fit: contain;
}
.promo__content-leads {
  flex-basis: 100%;
}
@media (max-width: 1200px) {
  .promo__image {
    width: 600px;
  }

  .courses__img {
    display: none;
  }

  .courses__descr {
    flex: 1 1 auto;
    margin-left: auto;
  }

  .courses__logo {
    flex: 1 1 auto;
  }
}

@media (max-width: 990px) {
  .promo {
    padding: 50px 0;
  }

  .promo__title {
    font-size: 1.8rem;
    line-height: 1.4;
  }

  .promo__image {
    width: 350px;
  }

  .promo__list {
    gap: 15px;
  }

  .promo__content {
    gap: 30px;
  }

  .promo__text {
    padding-left: 25px;
  }
}

@media (max-width: 768px) {
  .promo__image {
    width: 250px;
  }

  .promo__title {
    max-width: 500px;
  }

  .promo__text {
    font-size: 1rem;
  }

  .container {
    max-width: 720px;
  }

  .doubt {
    padding-bottom: 80px;
  }

  .doubt__img svg {
    width: 269px;
    height: 195px;
  }

  .doubt__text {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }

  .doubt__item {
    padding: 25px 10px;
  }

  .form__doubt {
    width: 350px;
  }

  .header__nav.nav__mobile.nav__mobile {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 40%;
    padding-top: 30px;
    height: calc(100vh - 54px);
    background: #343434;
    position: absolute;
    top: 54px;
    right: -50%;
    transition: all 0.4s ease 0s;
  }

  .header__nav.nav__mobile.nav__mobile__active {
    right: 0 !important;
  }

  .header__nav.nav__mobile.nav__mobile a {
    font-size: 1rem;
  }

  .header__wrap {
  }

  .header__cta {
    display: none;
  }

  .burger {
    display: flex;
  }
  .promo__wrap-mobile {
    display: flex;
  }
  .promo__content-leads {
    gap: 15px;
  }
  .header__nav-link {
    color: #fff;
  }
  .desc-title,
  .promo__btn-desk {
    display: none;
  }
}

@media (max-width: 580px) {
  .promo {
    padding: 30px 0;
  }

  .promo__title {
    max-width: 300px;
    font-size: 1.5rem;
  }

  .promo__image {
    display: none;
  }

  .promo__mobile {
    display: inline;
    display: initial;
  }

  .promo__content {
    position: relative;
    gap: 20px;
  }

  .promo__list {
    max-width: 300px;
  }

  .promo__text {
    font-size: 0.8rem;
    font-weight: 600;
  }

  .promo__cta {
    width: 100%;
    padding: 0;
    padding: initial;
  }

  .footer {
    font-size: 0.8rem !important;
    padding: 0 0 20px !important;
  }

  .footer__list {
    padding: 20px 0 !important;
    margin-bottom: 0 !important;
  }

  .footer__list li {
    align-items: flex-start !important;
    flex-basis: 100% !important;
    margin-bottom: 10px !important;
  }

  .footer__list address {
    text-align: left !important;
  }

  .footer__tel,
  .footer__mail {
    font-size: 0.8rem !important;
  }

  .footer__title {
    margin-bottom: 0;
  }

  .header__nav.nav__mobile {
    right: -100% !important;
    width: 100% !important;
  }
}

@media (max-width: 1390px) {
  .getting__banner::before {
    bottom: -20px;
    left: -25px;
  }
}

@media (max-width: 1250px) {
  .getting__row p {
    max-width: 700px;
  }

  .examples__row {
    align-items: center;
  }

  .examples img {
    width: 400px;
  }

  .doubt__wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
  }
}

@media (max-width: 1130px) {
  .getting__banner {
    padding: 20px;
  }

  .getting__banner p {
    width: 33%;
    padding: 15px;
  }

  .getting__row p {
    max-width: 600px;
  }
}

@media (max-width: 970px) {
  .getting {
    margin-bottom: 70px;
  }

  .getting__banner p {
    font-size: 1rem;
  }

  .getting__row p {
    font-size: 1rem;
    line-height: 1.5;
    max-width: 500px;
  }
}

@media (max-width: 860px) {
  .getting__banner {
    height: auto;
    height: initial;
    width: 60%;
    margin: 0 auto 30px;
    flex-direction: column;
    gap: 46px;
  }

  .getting__banner p {
    width: 90%;
    padding: 15px 30px;
    height: 100%;
    font-size: 1.125rem;
    z-index: 5;
  }

  .getting__banner p:last-child {
    margin-bottom: 130px;
  }

  .getting__banner svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .getting__banner::before {
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .getting__row {
    flex-direction: column;
    gap: 30px;
  }
}

@media (max-width: 540px) {
  .getting {
    margin-bottom: 50px;
  }

  .getting__banner {
    width: 100%;
    gap: 32px;
  }

  .getting__banner p {
    padding: 30px;
    font-size: 1rem;
  }

  .getting__banner p:last-child {
    margin-bottom: 150px;
  }

  .getting__banner svg {
    height: 20px;
  }

  .getting__cta {
    width: 100%;
  }
}

@media (max-width: 1050px) {
  .examples__title {
    margin-bottom: 20px;
  }

  .examples audio {
    width: 100%;
  }
}

@media (max-width: 890px) {
  .examples__title {
    font-size: 1.5rem;
  }

  .examples__row {
    flex-direction: column;
    gap: 30px;
  }

  .examples img {
    width: 100%;
  }

  main {
    margin-top: 54px;
  }

  .header__nav {
    gap: 15px;
  }

  .header__cta {
    padding: 8px 16px;
    font-size: 0.8rem;
  }
}

@media (max-width: 550px) {
  .examples__title {
    font-size: 1rem;
  }

  .examples img {
    width: 50%;
  }
}

@media (max-width: 576px) {
  .container {
    max-width: 540px;
  }

  .join {
    padding-bottom: 80px;
  }

  .join__title {
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 1.3;
    margin-bottom: 40px;
  }

  .join img {
    display: none;
  }

  .join a {
    display: block;
  }

  .join p {
    display: none;
  }

  .partners {
    padding-bottom: 80px;
  }

  .partners__title {
    font-size: 1.375rem;
  }

  .partners__block {
    width: 138px;
  }

  .partners__wrap {
    gap: 15px;
    justify-content: space-between;
  }

  .why-we__img {
    display: none;
  }

  .why-we__title {
    font-size: 1.375rem;
  }

  .why-we__wrap {
    padding: 30px 20px;
  }

  .why-we__subtitle {
    font-weight: 600;
    font-size: 0.9rem;
  }

  .why-we__list {
    margin-top: 15px;
    gap: 16px;
  }

  .why-we__list li {
    font-size: 0.75rem;
  }

  .cta__why-we {
    width: 100%;
    padding: 15px 0;
  }

  .automation {
    padding-bottom: 80px;
  }

  .automation__title {
    font-weight: 400;
    font-size: 1.35rem;
    line-height: 1.35;
    margin-bottom: 15px;
  }

  .automation__subtitle {
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.35;
    letter-spacing: 0.01em;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    font-feature-settings: 'pnum' on, 'lnum' on;
    margin-bottom: 30px;
  }

  .courses {
    margin-top: 50px;
    gap: 50px;
  }

  .courses__title {
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.35;
    letter-spacing: 0.01em;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    font-feature-settings: 'pnum' on, 'lnum' on;
  }

  .courses__logo {
    width: 138px;
    margin-bottom: 15px;
  }

  .courses__descr {
    width: 287px;
  }

  .courses__wrap {
    gap: 0;
    margin-bottom: 15px;
  }

  .courses__wrap ul {
    width: 260px;
    margin-top: 15px;
    gap: 10px;
  }

  .courses__wrap ul li {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.7;
    letter-spacing: 0.01em;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    font-feature-settings: 'pnum' on, 'lnum' on;
  }
  .promo__text-leads {
    font-size: 0.8rem;
  }
}

@media (max-width: 468px) {
  .container {
    max-width: 100%;
    padding: 0 10px;
  }

  .doubt__item {
    border: 3px solid #beb7f2;
    border-radius: 13px;
  }

  .doubt__left {
    padding: 20px 10px 25px 10px;
  }

  .doubt__text {
    max-width: 215px;
    font-size: 600px;
    font-size: 0.75rem;
  }

  .doubt__title {
    font-size: 1.375rem;
  }

  .form__doubt {
    width: 230px;
    gap: 15px;
  }

  .form__doubt input {
    border: 1px solid rgba(122, 107, 222, 0.5);
    border-radius: 8px;
  }

  .form__doubt input::-webkit-input-placeholder {
    color: #ad9eff;
    font-weight: 400;
    font-size: 0.75rem;
  }

  .form__doubt input::placeholder {
    color: #ad9eff;
    font-weight: 400;
    font-size: 0.75rem;
  }

  .cta__doubt {
    margin-top: 0;
  }

  .container {
    max-width: 100%;
    padding: 0 10px;
  }

  .test__title {
    font-size: 1.375rem;
  }

  .cta__test {
    font-size: 0.875rem;
  }
}

@media (max-width: 1235px) {
  .test__wrap {
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 500px) {
  .reviews {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .reviews__title {
    font-size: 1.375rem;
    margin-bottom: 30px;
  }

  .packets {
    padding-bottom: 80px;
  }

  .packets__title {
    text-align: left;
    font-size: 1.375rem;
    margin-bottom: 30px;
  }

  .packets__wrap {
    gap: 25px;
  }

  .packets__item {
    padding: 20px;
    width: 290px;
  }

  .packets__list {
    margin-top: 25px;
  }

  .packets__list_title {
    font-weight: 600;
    font-size: 0.9rem;
  }

  .packets__list li {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.7;
    padding-left: 2rem;
  }

  .packets__list li::before {
    width: 19px;
    height: 19px;
  }

  .cta__packets {
    padding: 12px 0;
    font-size: 0.875rem;
  }

  .form__modal {
    width: 230px;
  }

  .modal__content {
    padding: 38px 11px;
  }

  .modal__title {
    font-weight: 600;
    font-size: 0.9rem;
  }

  .modal__title_w436 {
    max-width: 100%;
  }

  .modal__title_400 {
    max-width: 196px;
  }

  .swiper {
    height: 730px;
  }

  .swiper-controll {
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1000;
  }
}

@media (max-width: 750px) {
  .partners__wrap {
    justify-content: space-between;
  }
}

@media (max-width: 900px) {
  .why-we__wrap {
    flex-flow: row wrap;
  }
}

@media (max-width: 1308px) {
  .courses__img {
    width: 200px;
    right: 0;
  }
}

@media (max-width: 994px) {
  .courses__descr {
    flex: 1 1 auto;
    margin-left: 0;
  }

  .courses__wrap {
    flex-flow: row wrap;
  }

  .courses__item {
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 770px) {
  .cta__courses {
    margin: 0 auto 0 0;
  }

  .courses {
    justify-content: center;
    align-items: center;
  }

  .courses__item {
    width: 290px;
  }

  .courses__wrap ul {
    width: 290px;
  }

  .courses__wrap ul:nth-child(2) {
    width: 290px;
  }

  .quiz__board::after {
    bottom: -135px;
    right: -160px;
    background-size: 60%;
  }

  .quiz__progress {
    width: calc(70% - 40px);
  }

  .quiz__input {
    margin-left: 20px;
  }

  .quiz__input label {
    font-size: 0.875rem;
  }

  .quiz__answer {
    position: relative;
    margin-left: 20px;
  }

  .quiz__answer p {
    gap: 12px;
    font-size: 0.875rem;
  }

  .quiz__answer input[type='text'],
  .quiz__answer input[type='tel'] {
    width: 60%;
    font-size: 0.75rem;
    text-overflow: ellipsis;
    padding: 10px 20px;
  }
}

@media (max-width: 1100px) {
  .quiz__board {
    width: 90%;
  }

  .quiz__board::before {
    top: -30px;
    left: -48px;
    background-size: 80%;
    background-repeat: no-repeat;
  }

  .quiz__board::after {
    bottom: -80px;
    right: -120px;
    background-size: 80%;
    background-repeat: no-repeat;
  }

  .quiz__progress {
    width: 500px;
  }

  .quiz__input {
    margin-left: 20px;
  }

  .quiz__stage {
    width: 100%;
  }

  .quiz__answer p {
    font-size: 1.125rem;
  }

  .header__nav {
    gap: 30px;
  }

  .header__nav a {
    font-size: 0.8rem;
  }
}

@media (max-width: 600px) {
  .quiz {
    padding-bottom: 80px;
  }

  .quiz__board::before {
    right: -70px;
    top: -60px;
    left: auto;
    left: initial;
  }

  .quiz__board::after {
    display: none;
  }

  .quiz__answer {
    margin-left: 16px;
  }

  .quiz__input {
    position: relative;
    margin-left: 0;
  }

  .quiz__input label {
    font-size: 0.75rem;
  }

  .quiz__input label span:first-child {
    position: absolute;
    margin-right: 0;
  }

  .quiz__input label span:last-child {
    padding-left: 28px;
  }

  .quiz__progress {
    width: calc(100% - 32px);
  }

  .quiz__answer p {
    font-size: 0.7rem;
  }

  .quiz__answer span:first-child {
    width: 29px;
    height: 29px;
    font-size: 0.9375rem;
  }
}

@media (max-width: 1060px) {
  .footer {
    padding: 20px 0 60px;
  }

  .footer__list {
    padding: 40px 0;
  }

  .footer__list li {
    flex-basis: 50%;
    align-items: center;
  }

  .footer__list li:nth-child(-n + 2) {
    margin-bottom: 20px;
  }

  .footer__list li address {
    text-align: center;
  }
}

@media (max-width: 450px) {
  main {
    margin-top: 44px;
  }

  .header__cta {
    padding: 8px;
    font-size: 0.625rem;
  }

  .header__logo svg {
    width: 90px;
    height: 12px;
  }

  .header__nav.nav__mobile {
    top: 44px !important;
    height: calc(100vh - 44px) !important;
  }

  .burger {
    width: 34px;
    height: 20px;
  }

  .burger.burger__active span:nth-child(1) {
    top: 8px;
  }

  .burger.burger__active span:nth-child(2) {
    bottom: 10px;
  }
}

@font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: initial;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

[dir='ltr'] .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-left: var(--swiper-centered-offset-before);
}

[dir='rtl'] .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-right: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid #007aff;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0);
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(44px / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - 44px / 2);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-theme-color);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  text-transform: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0;
  -webkit-font-feature-settings: ;
  font-feature-settings: ;
  font-variant: normal;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 8px;
  bottom: var(--swiper-pagination-bottom, 8px);
  top: auto;
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: 8px;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: #000;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: 0.2;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 8px;
  right: var(--swiper-pagination-right, 8px);
  left: auto;
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: inherit;
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.thanks {
  margin: 0 auto;
  width: 60%;
  padding: 130px 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  gap: 20px;
}

.thanks .thanks__title {
  font-weight: 400;
  font-size: 35px;
  line-height: 160%;
  color: #212352;
  text-align: center;
}

.thanks p {
  font-weight: 600;
  font-size: 21px;
  line-height: 160%;
  text-align: center;
  color: #56507a;
}

.thanks div {
  width: 200px;
  margin: 0 auto;
}

@media (max-width: 740px) {
  .thanks .thanks__title {
    font-weight: 400;
    font-size: 23px;
    line-height: 160%;
    color: #212352;
    text-align: center;
  }
  .thanks p {
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    text-align: center;
    color: #56507a;
  }

  .thanks {
    width: 100%;
    padding: 60px 0;
  }
}
