:root {
  --black: rgba(15, 13, 18, 1);
  --white: rgba(255, 255, 255, 1);
  --placeholder: rgba(255, 255, 255, 0.5);
  --white-07: rgba(255, 255, 255, 0.7);
  --white-06: rgba(255, 255, 255, 0.6);
  --white-05: rgba(255, 255, 255, 0.5);
  --white-02: rgba(255, 255, 255, 0.2);
  --primary: rgba(83, 29, 189, 1);
  --purple: rgba(129, 62, 229, 1);
  --light-purple: rgba(166, 107, 255, 1);
  --gradient: linear-gradient(50.52deg, #48227F -37.28%, #813EE5 109.83%);
  --gradient-border: linear-gradient(5deg,
                  rgba(72, 34, 127, 1) 0%,
                  rgba(255, 255, 255, 0.5) 45%,
                  rgba(255, 255, 255, 0.5) 55%,
                  rgba(129, 62, 229, 1) 100%);
}

/*! 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;
}

@font-face {
  font-family: "DrukWideCyr-Medium";
  src: url("../fonts/drukwidecyr-medium.woff2") format("woff2"), url("../fonts/drukwidecyr-medium.woff") format("woff");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
* {
  box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat";
  font-weight: normal;
  font-size: 16px;
  line-height: 1.25;
  background-color: var(--black);
  color: var(--white);
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: 200ms linear;
}

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

img {
  display: block;
  max-width: 100%;
}

svg, path, circle, line, rect, stop {
  transition: 200ms linear;
}

fieldset {
  display: block;
  border: none;
  padding: 0;
}

button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: 200ms linear;
}

input {
  border: none;
  background: none;
}
input::-webkit-input-placeholder {
  color: var(--placeholder);
}
input::-moz-placeholder {
  color: var(--placeholder);
}
input:-moz-placeholder {
  color: var(--placeholder);
}
input:-ms-input-placeholder {
  color: var(--placeholder);
}

textarea {
  resize: vertical;
  border: none;
  background: none;
}
textarea::-webkit-input-placeholder {
  color: var(--placeholder);
}
textarea::-moz-placeholder {
  color: var(--placeholder);
}
textarea:-moz-placeholder {
  color: var(--placeholder);
}
textarea:-ms-input-placeholder {
  color: var(--placeholder);
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

section ul {
  list-style: disc;
  padding-left: 24px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table td {
  border: 1px solid var(--white);
}

.container {
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
}

.layout-page {
  max-width: 100svw;
  overflow: hidden;
}

.main {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 150px;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes animateWidthReduce {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes animateWidthIncrease {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes animateHeightIncrease {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
.animated {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

.title {
  font-family: "DrukWideCyr-Medium";
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
  text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.15);
}

.gradient-text {
  background-image: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn {
  outline: none;
  text-decoration: none;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: fit-content;
  height: 50px;
  padding: 0 78px 0 30px;
  border-radius: 60px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
  transition: 0.3s linear;
}
.btn:hover span {
  transform: translateX(24px);
}
.btn:hover .btn__icon {
  transform: rotateY(180deg) translateX(-50%);
  right: 50%;
  opacity: 0;
}
.btn span {
  transition: 0.3s linear;
}
.btn__icon {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: 0.3s;
  transform-style: preserve-3d;
}
.btn-purple {
  background: var(--gradient);
}
.btn-purple .btn__icon {
  background-color: var(--white);
}
.btn-black {
  background: rgb(8, 4, 20);
  box-shadow: 0px 4px 4px 0px rgba(255, 244, 244, 0.25);
}
.btn-black .btn__icon {
  background-color: var(--light-purple);
}

.swiper-controls {
  display: grid;
  grid-template-columns: auto 34px 1fr 34px;
  align-items: center;
  grid-gap: 20px;
  margin-bottom: 20px;
}

.swiper-pagination {
  position: static !important;
  margin: 0 !important;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  color: #D4D8E0;
}
.swiper-pagination .swiper-pagination-current {
  color: #531DBD;
}

.scrollbar {
  position: relative !important;
  margin: 0 !important;
  height: 3px !important;
  background: #D4D8E0 !important;
  border-radius: 10px !important;
  width: 100% !important;
  overflow: hidden;
}
.scrollbar-drag {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  border-radius: 10px;
  background: #531DBD !important;
  transition: 0.3s linear;
}

.swiper-button-prev, .swiper-button-next {
  position: static !important;
  margin: 0 !important;
  transform: none !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 34px !important;
  height: 34px !important;
  border-radius: 50%;
  border: 2px solid var(--white);
  background-image: url(../img/arrow-right-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  transition: 0.3s linear;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  background-image: url(../img/arrow-right-purple.svg);
  background-color: var(--white);
}
.swiper-button-prev svg, .swiper-button-next svg {
  display: none;
}
.swiper-button-prev {
  transform: rotate(180deg) !important;
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  padding: 40px 0;
}
.header__wrap {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: space-between;
  grid-gap: 20px;
}
.header__logo img {
  max-width: 124px;
}
.header__burger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  border-radius: 6px;
  background-image: var(--gradient);
}
.header__burger svg:last-child {
  display: none;
}
.header__burger.active svg:first-child {
  display: none;
}
.header__burger.active svg:last-child {
  display: block;
}
.header-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  counter-reset: steps;
}
.header-nav ul li {
  counter-increment: steps 1;
}
.header-nav ul li a {
  display: flex;
  align-items: flex-start;
  gap: 1px;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: var(--white);
}
.header-nav ul li a:before {
  content: "0" counter(steps) "/";
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: var(--white-05);
}
.header-nav ul li a:hover > span {
  background: linear-gradient(50.52deg, #48227F -37.28%, #813EE5 109.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header-mobile {
  position: absolute;
  left: 0px;
  top: 0;
  right: 0;
  z-index: 99;
  min-height: 100vh;
  max-height: 100vh;
  background: var(--black);
  padding: 170px 0 50px 0;
  width: 100%;
  display: none;
  flex-direction: column;
  transform: translateY(-150%);
  transition: 0.5s;
}
.header-mobile.active {
  transform: translateY(0%);
}
.header-mobile__inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
  flex-grow: 1;
  overflow: auto;
}
.header-mobile__name {
  position: absolute;
  left: -5px;
  bottom: -19px;
  z-index: -1;
  font-weight: 900;
  font-size: 84px;
  line-height: 102px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.1);
}
.header-mobile__menu {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 50px;
  counter-reset: steps;
}
.header-mobile__menu li {
  counter-increment: steps 1;
}
.header-mobile__menu li a {
  display: flex;
  align-items: flex-start;
  gap: 1px;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  color: var(--white);
}
.header-mobile__menu li a:before {
  content: "0" counter(steps) "/";
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: var(--white-05);
}

.header-mobile-contacts__title {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
}
.header-mobile-contacts__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-align: center;
}
.header-mobile-contacts__link a[href*=tel] {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: var(--purple);
}
.header-mobile-contacts__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}
.header-mobile-contacts__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--white);
}
.header-mobile-contacts__social a:hover {
  background-color: var(--white);
}
.header-mobile-contacts__social a:hover img {
  filter: brightness(0);
}
.header-mobile-contacts__address {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: var(--white);
}

.footer {
  margin-top: 100px;
}
.footer__logo img {
  height: 100px;
}
.footer__social {
  margin-top: 124px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.footer__title {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
}
.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__menu li a {
  font-size: 14px;
  line-height: 17px;
}
.footer__menu li a:hover {
  text-decoration: underline;
}
.footer__btn {
  font-size: 16px;
  line-height: 20px;
  color: var(--white);
}
.footer__btn:hover {
  text-decoration: underline;
}
.footer__copyright {
  font-size: 16px;
  line-height: 20px;
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: flex-start;
  grid-gap: 40px 190px;
  padding: 50px 0;
}

.footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-contacts a {
  font-size: 14px;
  line-height: 17px;
}
.footer-contacts a:hover {
  text-decoration: underline;
}
.footer-contacts__phones {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer-contacts__mails {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-bottom {
  padding: 50px 0;
  border-top: 1px solid var(--white-05);
  display: grid;
  grid-template-columns: auto auto auto auto;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom-links {
  grid-column: 3;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.footer-bottom-links a {
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
}
.footer-bottom-links a:hover {
  text-decoration: none;
}

.hero {
  position: relative;
  z-index: 1;
  padding: 18.519vh 0 5.556vh 0;
  min-height: 100vh;
  background-color: #020107;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
.hero__picture {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.hero__picture img {
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: bottom right;
  margin-left: auto;
}
.hero__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 60px;
}
.hero__wrap {
  max-width: 688px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.hero__title {
  font-size: 62px;
  line-height: 75px;
  text-align: left;
}
.hero__subtitle {
  max-width: 588px;
  font-size: 24px;
}
.hero__desc {
  max-width: 548px;
  font-size: 14px;
  line-height: 17px;
  color: var(--white-05);
}
.hero__btns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
}

.hero-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 688px;
  margin-top: auto;
}
.hero-tags__item {
  border: 1px solid var(--white);
  border-radius: 60px;
  padding: 9px 29px;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  color: var(--white);
}
.hero-tags__item img {
  height: 21px;
}

.about-course {
  position: relative;
  z-index: 1;
}
.about-course:before {
  content: "";
  position: absolute;
  right: -68px;
  top: 294px;
  z-index: -1;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: var(--gradient);
  filter: blur(175px);
}
.about-course__plus {
  position: absolute;
  z-index: -1;
}
.about-course__plus--one {
  top: 21px;
  left: 150px;
}
.about-course__plus--two {
  top: 327px;
  right: 141px;
}
.about-course__wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.about-course__backtitle {
  position: absolute;
  left: 0;
  right: 0;
  top: 11px;
  z-index: -1;
  margin: 0 auto;
  font-weight: 800;
  font-size: 137px;
  line-height: 167px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.03);
  text-align: center;
}
.about-course__uptitle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  border: 1px solid var(--white-05);
  border-radius: 30px;
  padding: 7px 29px;
  font-size: 14px;
  line-height: 17px;
}
.about-course__title {
  max-width: 546px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-course__desc {
  max-width: 546px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: var(--white-05);
}

.about-course-advan {
  position: relative;
  z-index: 1;
  max-width: 1343px;
  margin: 70px auto 0 auto;
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: center;
  justify-content: center;
  grid-gap: 40px;
  padding: 50px;
  background-image: var(--gradient-border);
  box-shadow: 0px 4px 15px rgba(101, 49, 180, 0.2);
  border-radius: 32px;
  overflow: hidden;
}
.about-course-advan:after {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: 1;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: var(--black);
  border-radius: 32px;
}
.about-course-advan:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: 2;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 32px;
}
.about-course-advan-item {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  grid-gap: 20px;
}
.about-course-advan-item__numb {
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  text-transform: uppercase;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}
.about-course-advan-item__right {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.about-course-advan-item__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
.about-course-advan-item__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: var(--white-05);
}

.sellers {
  position: relative;
  z-index: 1;
}
.sellers__img-wb {
  position: absolute;
  right: 0;
  bottom: -201px;
  z-index: -1;
}
.sellers__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  grid-gap: 20px;
}
.sellers-head {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sellers-head__text {
  max-width: 460px;
  margin: 0 auto;
  line-height: 20px;
  text-align: center;
  color: var(--white-05);
}

.sellers-item {
  position: relative;
  z-index: 1;
  padding: 20px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-gap: 20px;
  background-image: var(--gradient-border);
  box-shadow: 0px 4px 15px rgba(101, 49, 180, 0.2);
  border-radius: 20px;
  overflow: hidden;
}
.sellers-item:after {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: 1;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: var(--black);
  border-radius: 20px;
}
.sellers-item:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: 2;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
}
.sellers-item:hover:before {
  background: linear-gradient(35.71deg, #48227F -19.97%, rgba(99, 48, 176, 0) 52.98%, #813EE5 131.76%);
}
.sellers-item__head {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 37px 1fr;
  align-items: center;
  grid-gap: 10px;
}
.sellers-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: var(--gradient);
}
.sellers-item__title {
  font-weight: 600;
  line-height: 24px;
}
.sellers-item__text {
  position: relative;
  z-index: 5;
  font-size: 14px;
  line-height: 20px;
  color: var(--white-05);
}
.sellers-item__text span {
  color: var(--white);
}

.you-get {
  position: relative;
  z-index: 1;
}
.you-get__img-stat {
  position: absolute;
  right: 0;
  bottom: -258px;
  z-index: -1;
}
.you-get__img-wb {
  position: absolute;
  right: 0;
  bottom: 148px;
  z-index: -1;
}
.you-get__plus {
  position: absolute;
  z-index: -1;
}
.you-get__plus--one {
  top: -86px;
  left: 34px;
}
.you-get__plus--two {
  top: -53px;
  right: 17px;
}
.you-get__title {
  margin-bottom: 50px;
}
.you-get__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-top: 100px;
}
.you-get__items {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.you-get__items.animated.visible:before {
  animation-name: animateWidthIncrease;
}
.you-get__items:before {
  content: "";
  position: absolute;
  top: 25px;
  left: 7.5%;
  z-index: -1;
  height: 5px;
  max-width: 85%;
  background: var(--gradient);
  box-shadow: 0px 4px 15px rgba(101, 49, 180, 0.2);
  border-radius: 50%;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.you-get-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 260px;
  line-height: 20px;
  text-align: center;
}
.you-get-item:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 50%;
  background: var(--gradient);
  box-shadow: 0px 4px 15px rgba(101, 49, 180, 0.8);
}

.s-form__wrap {
  padding: 60px 142px 70px 142px;
  display: grid;
  grid-template-columns: 1fr minmax(347px, 547px);
  grid-gap: 40px;
  background: linear-gradient(73.31deg, rgba(72, 34, 127, 0.05) -16.03%, rgba(129, 62, 229, 0.05) 110.11%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 15px rgba(101, 49, 180, 0.2), inset 0px 0px 64px rgba(98, 47, 174, 0.15);
  border-radius: 20px;
}
.s-form__left {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 20px 0;
}
.s-form__uptitle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border: 1px solid var(--white-05);
  border-radius: 30px;
  padding: 7px 29px;
  font-size: 14px;
  line-height: 17px;
}
.s-form__title {
  max-width: 650px;
  text-align: left;
}
.s-form__text {
  max-width: 550px;
  line-height: 20px;
  color: var(--white-05);
}
.s-form__form {
  display: grid;
  grid-template-columns: 100%;
  padding: 30px;
  background: linear-gradient(163.74deg, #48227F -74.79%, rgba(99, 48, 176, 0) 51.26%, rgba(129, 62, 229, 0) 177.3%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
}
.s-form__form .form__grid {
  grid-template-columns: 100%;
  grid-gap: 10px;
}
.s-form__form .form-label {
  box-shadow: none;
  border-color: var(--black);
}
.s-form__form .form-policy {
  grid-row: 3;
  max-width: 262px;
  margin: 15px auto 0 auto;
  line-height: 15px;
}
.s-form__form .form-btn {
  margin-top: 15px;
  width: 100%;
  justify-content: center;
  text-align: center;
  padding: 0 30px;
}
.s-form__form .form-btn span {
  transform: none !important;
}

.s-form-advan {
  display: flex;
  align-items: flex-start;
  gap: 23px;
  max-width: 740px;
}
.s-form-advan-item {
  display: grid;
  grid-template-columns: 1px 37px auto;
  align-items: center;
  grid-gap: 16px;
  width: fit-content;
}
.s-form-advan-item:first-child {
  grid-template-columns: 37px auto;
}
.s-form-advan-item:not(:first-child):before {
  content: "";
  display: block;
  width: 1px;
  height: 42px;
  margin-right: 4px;
  background: var(--white-05);
}
.s-form-advan-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: var(--gradient);
}
.s-form-advan-item__right {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.s-form-advan-item__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
}
.s-form-advan-item__text {
  display: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: var(--white-05);
}

.managers {
  position: relative;
  z-index: 1;
}
.managers__plus {
  position: absolute;
  z-index: -1;
}
.managers__plus--one {
  top: -53px;
  left: 54px;
}
.managers__wrap {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 2fr;
  grid-template-rows: 1fr auto;
  align-items: flex-end;
  grid-gap: 20px;
}
.managers__wrap .managers-head {
  grid-column: 2/4;
  grid-row: 1;
  padding-bottom: 30px;
}

.managers-head {
  max-width: 700px;
  margin: 0 auto;
}
.managers-head__title {
  margin-bottom: 20px;
}
.managers-head__text {
  line-height: 20px;
  text-align: center;
  color: var(--white-05);
}

.managers-item {
  min-height: 352px;
  padding: 20px;
  background: linear-gradient(163.74deg, #48227F -74.79%, rgba(99, 48, 176, 0) 51.26%, #813EE5 177.3%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  filter: drop-shadow(0px 4px 15px rgba(101, 49, 180, 0.2));
  border-radius: 20px;
}
.managers-item:nth-child(2) {
  grid-column: 1;
  grid-row: 1/3;
}
.managers-item:nth-child(3), .managers-item:nth-child(4) {
  grid-row: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  min-height: 196px;
}
.managers-item:nth-child(5) {
  grid-column: 4;
  grid-row: 1/3;
}
.managers-item__image {
  width: 100%;
  height: 227px;
}
.managers-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.managers-item__text {
  font-size: 14px;
  line-height: 20px;
  color: var(--white-05);
}
.managers-item__text span {
  color: var(--white);
}
.managers-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: var(--gradient);
}

.course {
  position: relative;
  z-index: 1;
}
.course__img-right {
  position: absolute;
  right: 0;
  top: -190px;
  z-index: -1;
}
.course__items {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 100%;
  counter-reset: steps;
}
.course__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-top: 50px;
}

.course-head__title {
  margin-bottom: 20px;
}
.course-head__text {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  color: var(--white-05);
}

.course-item {
  padding: 70px 20px;
  counter-increment: steps 1;
  cursor: pointer;
}
.course-item.active {
  border: 1px solid var(--white-02);
  background-image: url(../img/course-bg.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  box-shadow: 0px 4px 15px rgba(101, 49, 180, 0.2);
}
.course-item.active .course__btns {
  display: flex;
}
.course-item.active .course__btns .btn {
  visibility: visible;
  opacity: 1;
}
.course-item .course__btns {
  display: none;
}
.course-item__wrap {
  display: grid;
  grid-template-columns: 50px 1.5fr 1fr 264px 50px;
  align-items: center;
  justify-content: space-between;
  grid-gap: 40px;
}
.course-item__wrap:before {
  content: "0" counter(steps);
  display: block;
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  text-transform: uppercase;
  color: var(--white-05);
}
.course-item__number {
  font-size: 48px;
  line-height: 58px;
  text-align: left;
}
.course-item__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--white-05);
}
.course-item__text {
  font-weight: 500;
  line-height: 20px;
  color: var(--white-05);
}
.course-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid var(--white);
  border-radius: 50%;
}

.results {
  position: relative;
  z-index: 1;
  padding: 100px 0 134px 0;
  background: linear-gradient(163.74deg, #48227F -74.79%, rgba(99, 48, 176, 0) 51.26%, #813EE5 177.3%);
  overflow: hidden;
}
.results-left-text {
  position: absolute;
  top: -10px;
  left: 0;
  font-weight: 800;
  font-size: 84px;
  line-height: 102px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.11);
  transform: rotate(-90deg) translateY(-300%) translateX(-42%);
}
.results__wrap {
  padding: 0 142px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  grid-gap: 65px 0;
}
.results__info {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.results__title {
  text-align: left;
}
.results__title:before {
  content: "";
  display: block;
  margin-bottom: 39px;
  width: 52px;
  height: 8px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.11);
}
.results__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 546px;
  line-height: 20px;
  color: var(--white-05);
}
.results__text p {
  margin: 0;
}
.results__photo:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(50% - 10px);
  height: 80px;
  background: var(--black);
}
.results__photo img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: calc(50% - 10px);
  object-fit: cover;
}

.results-advan {
  grid-column: 2 span;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(4, auto);
  align-items: stretch;
  justify-content: center;
  grid-gap: 23px;
}
.results-advan-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: 30px;
  max-width: 308px;
}
.results-advan-item__numb {
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  color: var(--white);
}
.results-advan-item__numb span {
  font-weight: 400;
  font-size: 20px;
  line-height: 54px;
}
.results-advan-item__text {
  flex-grow: 1;
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px 40px;
  background: rgba(51, 51, 51, 0.31);
  font-size: 14px;
  line-height: 17px;
  color: var(--white-05);
}
.results-advan-item__text:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  width: 20px;
  height: 2px;
  transform: translateY(-50%);
  background-color: #531DBD;
}

.reviews {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.reviews-head {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.reviews-head__text {
  max-width: 320px;
  margin: 0 auto;
  line-height: 20px;
  text-align: center;
  color: var(--white-05);
}

.reviews-slider {
  margin-top: 50px;
  overflow: visible !important;
}

.reviews-item {
  padding: 40px 50px;
  background: linear-gradient(73.31deg, rgba(72, 34, 127, 0.05) -16.03%, rgba(129, 62, 229, 0.05) 110.11%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 15px rgba(101, 49, 180, 0.2), inset 0px 0px 64px rgba(98, 47, 174, 0.15);
  border-radius: 20px;
}
.reviews-item__head {
  display: grid;
  grid-template-columns: 71px 1fr;
  align-items: center;
  grid-gap: 5px 20px;
}
.reviews-item__photo {
  grid-column: 1;
  grid-row: 1/3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 71px;
  height: 71px;
  border-radius: 50%;
  background: linear-gradient(50.52deg, #48227F -37.28%, #813EE5 109.83%);
  font-family: "DrukWideCyr-Medium";
  font-size: 33px;
  line-height: 35px;
  text-transform: uppercase;
  color: var(--white);
}
.reviews-item__name {
  margin-top: auto;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
}
.reviews-item__subname {
  margin-bottom: auto;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--white-05);
}
.reviews-item__text {
  padding: 30px 0 0 91px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.plans {
  position: relative;
  z-index: 1;
}
.plans__items {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 150px;
}
.plans__img-wb {
  position: absolute;
  right: 0;
  top: 564px;
  z-index: 10;
}

.plans-item {
  position: relative;
  z-index: 1;
  background: linear-gradient(73.31deg, rgba(72, 34, 127, 0.05) -16.03%, rgba(129, 62, 229, 0.05) 110.11%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 15px rgba(101, 49, 180, 0.2);
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: stretch;
}
.plans-item:nth-child(even) {
  grid-template-columns: auto 1fr;
}
.plans-item:nth-child(even) .plans-item__left {
  grid-column: 2;
  grid-row: 1;
  padding: 0 100px;
}
.plans-item:nth-child(even) .plans-item__right {
  grid-column: 1;
  grid-row: 1;
}
.plans-item .btn {
  margin-top: 30px;
}
.plans-item__right img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.plans-item__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  padding: 0 142px;
}
.plans-item__uptitle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto 20px 0;
  border: 1px solid var(--white-05);
  border-radius: 30px;
  padding: 7px 29px;
  font-size: 14px;
  line-height: 17px;
}
.plans-item__title {
  text-align: left;
}
.plans-item__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  line-height: 17px;
  color: var(--white-07);
}
.plans-item__text p {
  margin: 0;
}
.plans-item__inside {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
  line-height: 20px;
  color: var(--white-07);
}
.plans-item__inside strong {
  color: var(--white);
}

.comparison__items {
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: stretch;
  justify-content: center;
  grid-gap: 20px;
}

.comparison-head {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
}
.comparison-head__text {
  max-width: 466px;
  margin: 0 auto;
  line-height: 20px;
  text-align: center;
  color: var(--white-05);
}

.comparison-item {
  display: flex;
  flex-direction: column;
  max-width: 452px;
  width: 100%;
  padding: 0 0 50px 0;
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid var(--white);
  box-shadow: inset 0px 0px 40px rgba(98, 47, 174, 0.4);
  border-radius: 30px;
}
.comparison-item:nth-child(2) {
  background: linear-gradient(155.49deg, #48227F -10.87%, rgba(99, 48, 176, 0) 62.53%, #813EE5 135.93%);
}
.comparison-item__name {
  min-width: 304px;
  width: fit-content;
  background-color: #FFFFFF;
  border-radius: 0 0 20px 20px;
  padding: 15px 18px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #0F0D12;
}
.comparison-item__excerpt {
  margin-top: 30px;
  padding: 0 30px;
  font-style: italic;
  line-height: 20px;
  color: #FFFFFF;
}
.comparison-item__inside {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  padding: 0 30px;
  line-height: 20px;
  color: #FFFFFF;
}
.comparison-item__whom {
  flex-grow: 1;
  margin-top: 60px;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: linear-gradient(152.13deg, #48227F 8.68%, #813EE5 95.45%);
  border-radius: 20px;
}
.comparison-item__line {
  margin: 10px auto;
  width: 171px;
  height: 1px;
  background: #0F0D12;
}
.comparison-item__prices {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: center;
  grid-gap: 0 8px;
  margin-top: 50px;
}
.comparison-item__price {
  font-family: "DrukWideCyr-Medium";
  font-size: 36px;
  line-height: 44px;
  text-transform: uppercase;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.comparison-item__currency {
  font-family: "DrukWideCyr-Medium";
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.comparison-item__month {
  font-family: "DrukWideCyr-Medium";
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: var(--white);
}
.comparison-item__btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0 30px;
  margin-top: 50px;
}
.comparison-item__btns .btn {
  min-width: 304px;
}

.faq__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  grid-gap: 50px 20px;
  max-width: 1396px;
  margin: 0 auto;
}

.faq-head {
  margin-bottom: 50px;
}
.faq-item.active .faq-item__head:after {
  transform: rotate(180deg);
}
.faq-item.active .faq-item__body {
  display: block;
}
.faq-item:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--gradient);
}
.faq-item__head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  grid-gap: 23px;
  padding-left: 23px;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  cursor: pointer;
}
.faq-item__head:after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: url(../img/chevron-down.svg), var(--gradient);
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s linear;
}
.faq-item__body {
  padding: 0 23px 30px 23px;
  display: none;
}

.form__title {
  margin-bottom: 23px;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 3px;
  color: var(--white);
}
.form__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: stretch;
  grid-gap: 21px 24px;
}

.form-label {
  display: block;
  position: relative;
  z-index: 1;
  background: var(--black);
  border: 0.5px solid rgba(129, 62, 229, 0.4);
  box-shadow: 0px 4px 0px 0px rgba(129, 62, 229, 0.4);
  border-radius: 10px;
  padding-left: 57px;
  font-size: 16px;
  line-height: 17px;
  color: var(--white-05);
}
.form-label.js-focus > span, .form-label.js-completed > span {
  visibility: hidden;
  opacity: 0;
}
.form-label.js-completed {
  border-color: var(--purple);
}
.form-label.js-completed:not(.form-label--textarea):after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 1;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background-image: url(../img/check.svg);
}
.form-label--textarea .form-label__icon {
  top: 10px;
  transform: none;
}
.form-label--textarea span {
  top: 20px !important;
  transform: none !important;
}
.form-label input {
  padding-right: 44px;
  height: 55px;
  width: 100%;
  color: var(--white);
}
.form-label textarea {
  padding: 20px 0 20px 0;
  height: 100px;
  width: 100%;
  color: var(--white);
}
.form-label > span {
  position: absolute;
  left: 57px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
.form-label__icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  object-fit: contain;
}
.form-label__req {
  color: rgb(117, 56, 208);
}

.form-policy {
  margin-top: 30px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  font-size: 12px;
  line-height: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(153, 153, 153, 0.5) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.form-btn {
  margin-top: 40px;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  min-height: 100svh;
  max-height: 100svh;
  background-color: var(--black);
  padding: 0 20px;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s linear;
  overflow: auto;
}
.modal.active {
  visibility: visible;
  opacity: 1;
}
.modal__wrap {
  max-width: 1620px;
  width: 100%;
  margin: 0 auto;
}

.modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--white-02);
  padding-bottom: 32px;
  padding-top: 50px;
  background-color: var(--black);
  position: sticky;
  top: 0;
}
.modal-head__logo img {
  height: 64px;
}
.modal-head__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  border-radius: 6px;
  background-image: var(--gradient);
}

.modal-body {
  padding: 90px 0;
}
.modal-body__inner {
  max-width: 1076px;
  width: 100%;
  margin: 0 auto;
}
.modal-body__title {
  max-width: 966px;
  font-size: 48px;
  line-height: 58px;
  text-align: left;
}
.modal-body__text {
  margin-top: 40px;
  max-width: 684px;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
}
.modal-body__line {
  height: 1px;
  background-color: var(--white-02);
  margin: 60px 0;
}

@media (max-height: 700px) {
  .modal-head {
    padding: 24px 0;
  }
  .modal-body {
    padding: 40px 0;
  }
}
@media (max-height: 700px) and (max-width: 525px) {
  .hero {
    padding-top: 50vh;
  }
}
@media (max-width: 1720px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .about-course__plus--one {
    left: 0;
    top: -150px;
  }
  .about-course__plus--two {
    right: 0;
    top: 220px;
  }
  .course-item__wrap {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .hero__picture {
    right: -10%;
    width: 110%;
  }
  .hero__title {
    font-size: 42px;
    line-height: 55px;
  }
  .hero__subtitle {
    max-width: 588px;
    font-size: 20px;
  }
  .s-form__wrap {
    padding: 60px;
    grid-gap: 40px;
  }
  .s-form-advan {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: flex-start;
  }
  .s-form-advan-item:last-child {
    grid-row: 2;
    grid-column: 2 span;
    grid-template-columns: 37px auto;
  }
  .s-form-advan-item:last-child:before {
    display: none;
  }
  .plans-item {
    grid-template-columns: 1fr 1fr !important;
  }
  .plans-item__left,
  .plans-item:nth-child(even) .plans-item__left {
    padding: 50px 100px;
  }
}
@media (max-width: 1200px) {
  .footer-top {
    grid-gap: 40px 80px;
  }
  .comparison__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .comparison-item {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .header {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .header__wrap {
    position: relative;
    z-index: 101;
    padding: 9px 0;
    border-top: 1px solid var(--white-02);
    border-bottom: 1px solid var(--white-02);
  }
  .header__logo img {
    height: 46px;
  }
  .header__burger {
    display: flex;
  }
  .header-nav {
    display: none;
  }
  .header-mobile {
    display: flex;
  }
  .hero__picture {
    right: -25%;
    width: 125%;
  }
  .modal-head {
    padding: 10px 0;
  }
  .modal-body {
    padding: 25px 0;
  }
  .main {
    grid-gap: 100px;
  }
  .managers__plus--one {
    display: none;
  }
  .managers__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .managers__wrap .managers-head {
    grid-column: 2 span;
  }
  .managers-item:nth-child(2),
  .managers-item:nth-child(5) {
    grid-row: 2;
    grid-column: auto;
  }
  .managers-item:nth-child(3),
  .managers-item:nth-child(4) {
    grid-row: 3;
  }
  .about-course {
    margin-top: -50px;
  }
  .about-course__backtitle {
    display: none;
  }
  .about-course__wrap {
    gap: 20px;
  }
  .about-course-advan {
    grid-template-columns: 1fr 1fr;
  }
  .about-course-advan-item {
    display: grid;
    grid-template-columns: 135px 1fr;
    justify-content: flex-start;
  }
  .about-course__plus--one {
    top: -50px;
    width: 60px;
  }
  .about-course__plus--two {
    width: 54px;
  }
  .sellers__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .sellers-head {
    grid-row: 1;
    grid-column: 2 span;
  }
  .you-get__plus {
    display: none;
  }
  .you-get__items {
    flex-direction: column;
  }
  .you-get-item {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    max-width: 100%;
  }
  .you-get__items:before {
    top: 0;
    left: 22.5px;
    width: 5px;
    height: 100%;
  }
  .you-get__items.animated.visible:before {
    animation-name: animateHeightIncrease;
  }
  .you-get__img-wb {
    width: 163px;
    top: 229px;
    bottom: auto;
  }
  .you-get__img-stat {
    width: 162px;
    top: 224px;
    bottom: auto;
  }
  .s-form__wrap {
    padding: 50px 10px 10px 10px;
    grid-template-columns: 100%;
  }
  .s-form__left {
    padding: 0;
    gap: 20px;
    align-items: center;
  }
  .s-form__title {
    text-align: center;
  }
  .s-form__text {
    text-align: center;
  }
  .s-form-advan {
    grid-template-columns: repeat(3, auto);
  }
  .s-form-advan-item {
    grid-template-columns: 37px auto !important;
    grid-row: auto !important;
    grid-column: auto !important;
  }
  .s-form-advan-item:before {
    display: none !important;
  }
  .s-form-advan-item__title br {
    display: none;
  }
  .course-item.active {
    background-image: url(../img/course-bg-m.png);
  }
  .course-item__wrap {
    grid-template-columns: 50px 1fr 1.5fr 50px;
    grid-gap: 20px;
  }
  .course-item__number {
    font-size: 38px;
    line-height: 48px;
  }
  .course-item__name {
    color: var(--white-06);
  }
  .course-item__text {
    grid-row: 2;
    grid-column: 4 span;
    color: var(--white);
  }
  .results {
    padding: 50px 0 0 0;
  }
  .results__title {
    text-align: center;
  }
  .results__text {
    text-align: center;
    margin: 0 auto;
  }
  .results-left-text {
    display: none;
  }
  .results__wrap {
    grid-template-columns: 100%;
    padding: 0;
  }
  .results-advan {
    grid-column: 1;
    grid-template-columns: repeat(2, 1fr);
  }
  .results-advan-item {
    padding-left: 0;
    max-width: 100%;
  }
  .results-advan-item__text:before {
    display: none;
  }
  .results__photo {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .results__photo:after {
    display: none;
  }
  .results__photo img {
    position: static;
    height: auto;
    width: 100%;
  }
  .plans__img-wb {
    display: none;
  }
  .plans__items {
    gap: 10px;
  }
  .plans-item {
    grid-template-columns: 100% !important;
  }
  .plans-item__left {
    grid-row: 1 !important;
    grid-column: 1 !important;
    padding: 50px 10px 30px 10px !important;
    gap: 20px;
    align-items: center;
  }
  .plans-item__uptitle {
    margin: 0;
  }
  .plans-item__title {
    text-align: center;
  }
  .plans-item__text {
    text-align: center;
  }
  .plans-item__inside {
    margin-left: 0;
    margin-right: auto;
  }
  .plans-item .btn {
    margin-top: 0;
  }
  .plans-item__right {
    grid-row: 2 !important;
  }
  .faq__items {
    grid-template-columns: 100%;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 24px;
    line-height: normal;
    text-shadow: none;
  }
  .hero:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: var(--black);
    opacity: 0.35;
  }
  .hero__container {
    position: relative;
    z-index: 2;
  }
  .footer {
    margin-top: 40px;
  }
  .footer-top {
    padding: 40px 0;
    grid-template-columns: auto auto;
    justify-content: space-between;
  }
  .footer-top__col:first-child {
    grid-column: 2 span;
    display: grid;
    grid-template-columns: auto auto;
    align-items: flex-start;
    justify-content: space-between;
  }
  .footer__logo img {
    height: 61px;
  }
  .footer__social {
    margin-top: 0;
  }
  .footer-bottom {
    padding: 40px 0;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 20px;
  }
  .footer-bottom-links {
    grid-column: 2 span;
  }
  .footer-bottom__col:last-child {
    grid-column: 2;
    grid-row: 1;
  }
  .hero__picture {
    right: 0%;
    width: 100%;
  }
  .hero__picture img {
    width: 100%;
    object-position: top center;
  }
  .hero__container {
    justify-content: flex-end;
  }
  .hero__wrap {
    gap: 10px;
    text-align: center;
    max-width: 425px;
    margin: 0 auto;
  }
  .hero__title {
    font-size: 30px;
    line-height: normal;
    text-align: center;
  }
  .hero__subtitle {
    max-width: 100%;
    font-size: 14px;
    line-height: normal;
  }
  .hero__desc {
    max-width: 100%;
    font-size: 12px;
    line-height: normal;
  }
  .hero__btns {
    margin-top: 40px;
    flex-direction: column;
    justify-content: center;
  }
  .hero__btns .btn {
    min-width: 300px;
    justify-content: flex-start;
  }
  .hero-tags {
    display: none;
  }
  .modal-head__logo img {
    height: 46px;
  }
  .modal-body__title {
    font-size: 28px;
    line-height: 38px;
  }
  .modal-body__text {
    margin-top: 20px;
  }
  .modal-body__line {
    margin: 30px 0;
  }
  .form__grid {
    grid-template-columns: 100%;
  }
  .about-course__plus--one {
    width: 34px;
  }
  .about-course__plus--two {
    width: 21px;
  }
  .about-course__uptitle {
    font-size: 12px;
    line-height: normal;
  }
  .about-course__title {
    font-size: 24px;
    line-height: normal;
  }
  .about-course__desc {
    font-size: 14px;
    line-height: normal;
  }
  .about-course-advan {
    grid-template-columns: 100%;
    padding: 30px 23px;
    border-radius: 22px;
    margin-top: 40px;
  }
  .about-course-advan:before,
  .about-course-advan:after {
    border-radius: 22px;
  }
  .about-course-advan-item {
    grid-template-columns: 100px 1fr;
  }
  .about-course-advan-item__numb {
    font-size: 36px;
    line-height: normal;
  }
  .about-course-advan-item__title {
    font-size: 14px;
    line-height: normal;
  }
  .about-course-advan-item__text {
    font-size: 12px;
    line-height: normal;
  }
  .sellers-head {
    grid-column: 1;
    margin-bottom: 20px;
  }
  .sellers-head__text {
    font-size: 14px;
    line-height: normal;
  }
  .sellers__items {
    grid-template-columns: 100%;
    grid-gap: 10px;
  }
  .sellers-item {
    min-height: 200px;
  }
  .you-get-item {
    text-align: left;
  }
  .you-get-item:nth-child(2) {
    max-width: 75%;
  }
  .you-get__img-wb,
  .you-get__img-stat {
    width: 99px;
  }
  .you-get__img-stat {
    top: 159px;
  }
  .you-get__items:before {
    width: 3px;
    left: 23.5px;
  }
  .you-get__btns {
    margin-top: 50px;
  }
  .s-form__uptitle {
    font-size: 12px;
    line-height: normal;
  }
  .s-form__title {
    font-size: 20px;
  }
  .s-form-advan {
    grid-template-columns: 100%;
    justify-content: flex-start;
    width: 100%;
  }
  .s-form-advan-item {
    width: 100%;
  }
  .s-form__form {
    padding: 10px;
    border-radius: 8px;
  }
  .s-form__form .form__grid {
    gap: 5px;
  }
  .managers__wrap .managers-head {
    grid-column: 1;
    padding-bottom: 40px;
  }
  .managers-head__text {
    font-size: 14px;
    line-height: normal;
  }
  .managers__wrap {
    grid-template-columns: 100%;
    grid-gap: 10px;
  }
  .managers-item {
    grid-row: auto !important;
    min-height: 273px;
  }
  .managers-item:nth-child(3),
  .managers-item:nth-child(4) {
    min-height: 176px;
  }
  .managers-item__image {
    height: 183px;
  }
  .managers-item__text {
    line-height: normal;
  }
  .managers-item__text br {
    display: none;
  }
  .course__items {
    margin-top: 45px;
    gap: 10px;
  }
  .course-item {
    padding: 10px 20px;
  }
  .course-item.active {
    padding: 20px;
  }
  .course-item .course__btns {
    margin-top: 30px;
    flex-direction: row;
    gap: 12px;
  }
  .course-item .course__btns .btn {
    min-width: auto;
    padding: 0 43px 0 15px;
    height: 36px;
  }
  .course-item .course__btns .btn span {
    position: static;
    transform: none !important;
  }
  .course-item .course__btns .btn__icon {
    top: 3px;
    right: 3px;
  }
  .course-item__wrap {
    grid-template-columns: auto auto 1fr auto;
  }
  .course-item__wrap:before {
    font-size: 14px;
    line-height: normal;
  }
  .course-item__number {
    font-size: 18px;
  }
  .course-item__name {
    font-size: 12px;
    line-height: normal;
  }
  .course-item__text {
    font-size: 14px;
    line-height: normal;
  }
  .course-item__icon {
    width: 30px;
    height: 30px;
  }
  .course-item__icon img {
    width: 12px;
  }
  .course__btns {
    flex-direction: column;
    margin-top: 45px;
  }
  .course__btns .btn {
    min-width: 270px;
  }
  .results__info {
    gap: 20px;
  }
  .results__wrap {
    gap: 30px;
  }
  .results__title:before {
    margin-bottom: 20px;
  }
  .results__text {
    font-size: 14px;
    line-height: normal;
  }
  .results-advan-item {
    gap: 5px;
  }
  .results-advan-item__numb {
    font-size: 24px;
    line-height: normal;
  }
  .results-advan-item__numb span {
    font-size: 14px;
    line-height: normal;
  }
  .results-advan-item__text {
    padding: 10px 6px;
    font-size: 12px;
    line-height: normal;
  }
  .reviews-head__text {
    font-size: 14px;
    line-height: normal;
  }
  .reviews-item {
    padding: 20px;
    border-radius: 10px;
  }
  .reviews-item__head {
    grid-template-columns: 38px 1fr;
    grid-gap: 10px;
  }
  .reviews-item__photo {
    width: 38px;
    height: 38px;
    font-size: 16px;
    line-height: normal;
  }
  .reviews-item__name {
    font-size: 14px;
    line-height: normal;
  }
  .reviews-item__subname {
    font-size: 12px;
    line-height: normal;
  }
  .reviews-item__text {
    padding: 10px 0 0 0;
    font-size: 14px;
    line-height: normal;
  }
  .plans-item__uptitle {
    font-size: 14px;
  }
  .plans-item__inside {
    font-size: 14px;
    line-height: normal;
  }
  .plans-item__inside strong {
    font-weight: 16px;
  }
  .plans-item__right img {
    border-radius: 20px;
  }
  .plans-item .btn {
    min-width: 220px;
  }
  .comparison__items {
    grid-template-columns: 100%;
    grid-gap: 10px;
  }
  .comparison-item {
    padding-bottom: 30px;
  }
  .comparison-item__name {
    width: calc(100% - 84px);
    font-size: 14px;
    line-height: 1;
    padding: 10px 16px;
  }
  .comparison-item__excerpt,
  .comparison-item__inside {
    margin-top: 20px;
    padding: 0 20px;
    font-size: 14px;
    line-height: normal;
  }
  .comparison-item__whom {
    margin-top: 20px;
    padding: 20px;
    font-size: 14px;
    line-height: normal;
  }
  .comparison-item__prices {
    margin-top: 20px;
  }
  .comparison-item__price {
    font-size: 32px;
    line-height: 30px;
  }
  .comparison-item__btns {
    margin-top: 20px;
  }
  .comparison-item__btns .btn {
    min-width: 220px;
  }
  .faq-head {
    margin-bottom: 20px;
  }
  .faq__items {
    grid-gap: 10px;
  }
  .faq-item__head {
    padding-left: 0;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: normal;
  }
  .faq-item__head:after {
    width: 30px;
    height: 30px;
    background-size: 14px, cover;
  }
  .faq-item__body {
    padding: 0 0 10px 0;
    font-size: 14px;
    line-height: normal;
  }
}
@media (max-width: 525px) {
  .btn {
    height: 46px;
    justify-content: flex-start !important;
    font-size: 12px;
  }
  .btn:hover {
    padding-right: 30px;
  }
  .btn:hover span {
    left: 50%;
    transform: translate(-50%, -50%) !important;
  }
  .btn span {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translate(0%, -50%) !important;
    white-space: nowrap;
  }
  .btn__icon {
    top: 8px;
  }
  .form-btn {
    height: 50px;
    width: 100%;
    padding-left: 78px;
    justify-content: center !important;
  }
  .form-btn span {
    position: static;
    transform: none !important;
  }
  .form-btn .btn__icon {
    top: 10px;
  }
  .swiper-controls {
    gap: 15px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 26px !important;
    height: 26px !important;
    background-size: 18px !important;
    border-width: 1px !important;
  }
  .footer__btn,
  .footer__copyright,
  .footer-bottom-links a {
    font-size: 14px;
    line-height: normal;
  }
  .modal-body__title {
    font-size: 24px;
    line-height: 34px;
  }
  .modal-body__text {
    font-size: 12px;
    line-height: 15px;
  }
  .form-label input {
    height: 48px;
  }
  .sellers-item__icon {
    width: 30px;
    height: 30px;
  }
  .sellers-item__icon img {
    width: 15px;
  }
  .sellers-item__title {
    font-size: 16px;
  }
  .sellers-item__text {
    font-size: 12px;
    line-height: 18px;
  }
  .you-get-item {
    font-size: 14px;
    line-height: normal;
  }
  .you-get__btns {
    flex-direction: column;
  }
  .you-get__btns .btn {
    min-width: 270px;
  }
}
@media (max-width: 390px) {
  .course-item .course__btns {
    flex-direction: column;
  }
  .course-item .course__btns .btn {
    min-width: 220px;
  }
}