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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    -webkit-transition: none;
    transition: none;
  }
}

:root {
  --white: #FFFFFF;
  --black: #000000;
  --base-ff: "Inter";
}

@font-face {
  font-family: "Benzin";
  src: url("../fonts/Benzin-Bold.woff2") format("woff2"), url("../fonts/Benzin-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Benzin";
  src: url("../fonts/Benzin-Regular.woff2") format("woff2"), url("../fonts/Benzin-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Benzin";
  src: url("../fonts/Benzin-Semibold.woff2") format("woff2"), url("../fonts/Benzin-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Benzin";
  src: url("../fonts/Benzin-Medium.woff2") format("woff2"), url("../fonts/Benzin-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 10px;
}

.ttl {
  font-family: "Benzin";
  text-transform: uppercase;
}

.container-new {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 135.2rem;
}

@media (max-width: 1400px) {
  .container-new {
    max-width: 115.2rem;
  }
}
@media (max-width: 1200px) {
  .container-new {
    max-width: 95.2rem;
  }
}
@media (max-width: 1024px) {
  .container-new {
    max-width: 65rem;
  }
}
@media (max-width: 767px) {
  .container-new {
    max-width: 36.8rem;
  }
}
:root {
  --accent-blue: #3F67F2;
  --accent-pink: #D8C6FF;
  --not-black: #1F1F1F;
  --black: #1F1F1F;
  --h-gradient: linear-gradient(114.58deg, #2067EF 0%, #7466F5 100%);
  --a-gradient: linear-gradient(49deg, #605DEC 24.26%, #C384F9 112.98%);
  --stroke-gray: #BDBCDB;
  --txt-disabled: #C5C0DB;
  --input-bg: #F7F7FD;
  --white: #ffffff;
  --purple: #605DEC;
  --purple-gray: #E3E4EF;
  --border-gray: #DBDBDB;
  --main-bg: #F1F2F6;
  --m_error: #B00020;
  --purple-hover: #4B47EF;
  --purple-active: #3733F1;
  --network_accent_2: #005FF4;
  --cybersec_accent_2: #1D5B96;
  --qa_accent_2: #FF5C66;
  --color-gray-ui-gray: #C7C7C7;
  --surface-surface-primary: #F1F2F6;
  --network_accent_1: #62E7F9;
}

body {
  margin-top: 0;
}

._wrapper {
  background: #F1F2F6;
  overflow-x: hidden;
}
._wrapper section {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
._wrapper img {
  height: auto;
}
._wrapper .title {
  font-weight: bold;
}

._section {
  margin: 12rem 0;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

._flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

._row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
._row > div {
  padding-left: 1rem;
  padding-right: 1rem;
}

._d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

._centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bold {
  font-weight: bold;
}

._f-12 {
  font-size: 1.2rem;
}

._f-14 {
  font-size: 1.4rem;
  line-height: 110%;
}

._f-18 {
  font-size: 1.8rem;
  line-height: 110%;
}

._f-20 {
  font-size: 2rem;
  line-height: 110%;
}

._f-22 {
  font-size: 2.2rem;
}

._f-24 {
  font-size: 2.4rem;
}

._f-27 {
  font-size: 2.7rem;
  line-height: 110%;
}

._f-32 {
  font-size: 3.2rem;
}

._f-36 {
  font-size: 3.6rem;
}

._f-38 {
  font-size: 3.8rem;
  line-height: 110%;
}

._f-56 {
  font-size: 5.6rem;
  line-height: 110%;
}

.lh-100 {
  line-height: 100%;
}

.lh-110 {
  line-height: 110%;
}

.lh-120 {
  line-height: 120%;
}

.lh-140 {
  line-height: 140%;
}

.lh-160 {
  line-height: 160%;
}

._container-lg {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 115rem;
}

._container-xl {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 134.6rem;
}

._input {
  display: block;
  width: 100%;
  height: 5.6rem;
  background: var(--white);
  border: 0.1rem solid var(--border-gray);
  border-radius: 1.6rem;
  padding: 0 1.6rem;
  font-size: 1.6rem;
  line-height: 150%;
  color: var(--not-black);
  outline: none;
}
._input::-webkit-input-placeholder {
  opacity: 0.6;
}
._input::-moz-placeholder {
  opacity: 0.6;
}
._input:-ms-input-placeholder {
  opacity: 0.6;
}
._input::-ms-input-placeholder {
  opacity: 0.6;
}
._input::placeholder {
  opacity: 0.6;
}

._btn {
  width: 100%;
  height: 5.6rem;
  -webkit-box-shadow: 0px 0.4rem 0px #000000;
          box-shadow: 0px 0.4rem 0px #000000;
  border-radius: 1.6rem;
  font-size: 1.6rem;
  border: none;
  padding: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
._btn-no-shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}
._btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
._btn:not([disabled]) {
  cursor: pointer;
}

._button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.8rem 3.2rem;
  background: var(--purple);
  border-radius: 1.6rem;
  border: none;
  font-size: 1.6rem;
  line-height: 2rem;
  color: var(--white);
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
}
._button:hover {
  background: var(--purple-hover);
}
._button:active {
  background: var(--purple-active);
}
._button-white {
  background: var(--white);
  color: var(--not-black);
}
._button-white:hover, ._button-white:active {
  background: var(--white);
  color: var(--purple);
}
._button-white:active {
  opacity: 0.8;
}
._button-gray {
  background: var(--purple-gray);
  color: var(--not-black);
}
._button-gray:hover, ._button-gray:active {
  background: var(--purple-gray);
  color: var(--purple);
}
._button-outline {
  background: none;
  position: relative;
  color: var(--not-black);
}
._button-outline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--not-black);
  pointer-events: none;
  border-radius: inherit;
}
._button-outline:hover {
  color: var(--purple);
  background: transparent;
}
._button-outline:hover::before {
  border-color: var(--purple);
}
._button-outline:active {
  color: var(--purple-active);
  background: transparent;
}
._button-outline:active::before {
  border-color: var(--purple-active);
}

._outline-border {
  position: relative;
}
._outline-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--border-gray);
  pointer-events: none;
  border-radius: inherit;
}

._rounded {
  border-radius: 3.4rem;
}

._icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
._icon svg {
  width: 100%;
  height: 100%;
}

._link {
  color: var(--purple);
  text-decoration: underline;
}
._link:hover {
  color: var(--purple-hover);
}
._link:active {
  color: var(--purple-active);
}

.color-purple {
  color: var(--purple);
}

.nowrap {
  white-space: nowrap;
}

._input.error {
  color: var(--m_error);
  border-color: var(--m_error);
}
._input.error::-webkit-input-placeholder {
  color: var(--m_error);
}
._input.error::-moz-placeholder {
  color: var(--m_error);
}
._input.error:-ms-input-placeholder {
  color: var(--m_error);
}
._input.error::-ms-input-placeholder {
  color: var(--m_error);
}
._input.error::placeholder {
  color: var(--m_error);
}

._input.error + ._form-error {
  display: block;
}

._form-error {
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-top: 0.6rem;
  color: var(--m_error);
  display: none;
}

.b-title {
  font-family: "Benzin";
  font-weight: 600;
}

@media (max-width: 1400px) {
  ._container-xl {
    max-width: 114.6rem;
  }
}
@media (max-width: 1200px) {
  ._container-xl {
    max-width: 95rem;
  }
}
@media (max-width: 1024px) {
  ._container-lg, ._container-xl {
    max-width: 64.2rem;
  }
  .title {
    font-size: 4.8rem;
  }
  ._section {
    margin: 6rem 0;
  }
  ._f-20 {
    font-size: 1.8rem;
  }
  ._f-27 {
    font-size: 2.4rem;
  }
  ._f-38 {
    font-size: 3.2rem;
  }
  ._f-56 {
    font-size: 4.8rem;
  }
}
@media (max-width: 767px) {
  ._container-lg, ._container-xl {
    max-width: 36.4rem;
  }
  .title {
    font-size: 3.2rem;
  }
  ._section {
    margin: 5rem 0;
  }
  ._f-20 {
    font-size: 1.6rem;
  }
  ._f-27 {
    font-size: 2rem;
  }
  ._f-38 {
    font-size: 2.8rem;
  }
  ._f-56 {
    font-size: 3.2rem;
  }
  ._input {
    font-size: 1.4rem;
  }
}
._header {
  padding: 0;
  font-size: 1.6rem;
  position: relative;
}
._header a {
  text-decoration: none;
}
._header-black {
  background: transparent;
}
._header-black ._header__content {
  background: transparent;
}
._header-black ._header-btn {
  color: #ffffff;
  text-decoration: none;
}
._header-black ._header-btn:not(.active):hover ._header-btn__icon {
  fill: var(--purple);
}
._header-black ._header-btn::before {
  border-color: #ffffff;
}
._header-black ._header-btn__icon {
  fill: #ffffff;
}
._header-black ._header-link {
  text-decoration: none;
  color: #ffffff;
}
._header-black ._header-link__icon {
  fill: #ffffff;
}
._header-black ._header-link:hover ._header-link__icon {
  fill: var(--purple);
}
._header-black ._header-dropdown {
  background: #1F1F1F;
}
._header-black ._header-categories__link::before {
  border-color: #ffffff;
}
._header-black ._header-banner {
  background: url(../../static/images/general/h-banner-bg-black.jpg) 0 0 no-repeat;
  background-size: cover;
}
._header-black ._header-categories__link {
  color: #ffffff;
}
._header.show-search ._header-overlay {
  display: block;
}
._header.show-search ._header__content {
  z-index: 9;
}
._header.active ._logo__active {
  display: block;
}
._header.active ._logo__default {
  display: none;
}
._header__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 21;
  padding: 2.6rem 0;
  background: var(--white);
}
._header__courses {
  margin-left: 8rem;
}
._header__links {
  margin-left: auto;
}
._header__m-menu {
  display: none;
  margin-left: auto;
}
._header-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.4rem 2.8rem;
  border-radius: 1.6rem;
  line-height: 2rem;
}
._header-btn::before {
  border-radius: 1.6rem;
  border-color: var(--not-black);
}
._header-btn__icon {
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 0.8rem;
}
._header-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5rem;
}
._header-link__icon {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
}
._header-link:hover {
  color: var(--purple);
  fill: var(--purple);
}
._header-link:active {
  color: #3733F1;
  fill: #3733F1;
}
._header-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #DBDBDB;
  padding: 15rem 0 4rem;
  background: var(--white);
  -webkit-box-shadow: 0px 4px 200px rgba(31, 31, 31, 0.3);
          box-shadow: 0px 4px 200px rgba(31, 31, 31, 0.3);
  max-height: 100vh;
  display: none;
}
._header-dropdown.visible {
  display: block;
}
._header-dropdown__content-right {
  width: 51.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
._header-dropdown__content-left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 9rem;
}
._header-dropdown__links {
  margin-left: -1rem;
  margin-right: -1rem;
  display: none;
  margin-bottom: 4rem;
}
._header-dropdown__links-item {
  width: 50%;
  padding-left: 1rem;
  padding-right: 1rem;
}
._header-login {
  width: 100%;
  padding: 1.4rem;
}
._header-banner {
  border-radius: 3.4rem;
  background: url(../../static/images/general/h-banner-bg.jpg) 0 0 no-repeat;
  background-size: cover;
  color: var(--white);
  padding: 4rem;
}
._header-banner__img {
  margin-bottom: 2.4rem;
}
._header-banner__title {
  font-size: 2.4rem;
  line-height: 110%;
  margin-bottom: 2rem;
}
._header-banner__txt {
  line-height: 160%;
}
._header-search {
  position: relative;
  z-index: 10;
}
._header-search__group {
  height: 5.6rem;
  position: relative;
}
._header-search__group-left {
  display: none;
}
._header-search__back {
  width: 2.4rem;
  height: 2.4rem;
}
._header-search__input {
  display: block;
  border: none;
  width: 100%;
  height: 5.6rem;
  padding: 1.6rem;
  background: #F1F2F6;
  border: 1px solid #F1F2F6;
  border-radius: 1.6rem;
  font-size: 1.6rem;
  color: var(--not-black);
  outline: none;
}
._header-search__input::-webkit-input-placeholder {
  opacity: 0.6;
}
._header-search__input::-moz-placeholder {
  opacity: 0.6;
}
._header-search__input:-ms-input-placeholder {
  opacity: 0.6;
}
._header-search__input::-ms-input-placeholder {
  opacity: 0.6;
}
._header-search__input::placeholder {
  opacity: 0.6;
}
._header-search__clear {
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  right: 2.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
._header-search__clear.visible {
  opacity: 1;
}
._header-search__dropdown {
  padding: 3rem;
  background: var(--white);
  border-radius: 1.6rem;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 2rem;
  z-index: 9;
  display: none;
}
._header-search__dropdown.visible {
  display: block;
}
._header-search__dropdown.has-result ._header-search__dropdown-found {
  display: block;
}
._header-search__dropdown.has-result ._header-search__dropdown-null {
  display: none;
}
._header-search__dropdown::before {
  content: url(../../static/images/general/union-arrow.svg);
  position: absolute;
  top: -2rem;
  left: 1.6rem;
}
._header-search__dropdown-link {
  font-size: 2rem;
  line-height: 1;
  color: var(--purple);
}
._header-search__dropdown-link:hover {
  text-decoration: underline;
}
._header-search__dropdown-link:active {
  color: #3733F1;
}
._header-search__dropdown-all {
  margin-top: 2.4rem;
}
._header-search__dropdown-null {
  font-size: 2rem;
  line-height: 1;
}
._header-search__dropdown-found {
  display: none;
}
._header-search__list {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-bottom: -2rem;
  position: relative;
}
._header-search__list::after {
  content: "";
  height: 1px;
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 2rem;
  background: #DBDBDB;
}
._header-search__list-item {
  width: 50%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 2rem;
}
._header-search__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  line-height: 110%;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 1.4rem;
}
._header-search__item-icon {
  width: 3.9rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
._header-search__item-txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 2rem;
}
._header-search__item:hover {
  color: var(--purple);
}
._header-search__item:active {
  color: #3733F1;
}
._header-categories {
  margin-top: 2rem;
  margin-bottom: -1rem;
  margin-right: -1rem;
}
._header-categories__item {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
._header-categories__link {
  line-height: 110%;
  padding: 0.8rem 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5rem;
}
._header-categories__link::before {
  border-color: var(--not-black);
  border-radius: 5rem;
}
._header-categories__link:hover {
  color: var(--purple);
}
._header-categories__link:hover::before {
  border-color: var(--purple);
}
._header-categories__link:active {
  color: var(--white);
  background: var(--purple);
}
._header-categories__link:active::before {
  border-color: var(--purple);
}
._header-overlay {
  background: var(--not-black);
  opacity: 0.2;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  display: none;
}
._header-course:hover {
  color: var(--purple);
  fill: var(--purple);
}
._header-course:hover::before {
  border-color: var(--purple);
}
._header-course.active {
  color: var(--white);
  fill: var(--white);
  background: var(--purple);
}
._header-course.active svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
._header-course.active::before {
  border-color: var(--purple);
}
._header-login-btn:hover, ._header-wiki:hover {
  color: var(--white);
  background: var(--purple);
}
._header-login-btn:hover::before, ._header-wiki:hover::before {
  border-color: transparent;
}
._header-login-btn:active, ._header-wiki:active {
  color: var(--white);
  background: #3733F1;
}
._header-login-btn:active::before, ._header-wiki:active::before {
  border-color: transparent;
}

._logo__active {
  display: none;
}

._open-menu {
  width: 2.4rem;
  height: 2.4rem;
  background: url(../../static/images/general/burger.svg) 0 0 no-repeat;
}
._open-menu.active {
  background: url(../../static/images/general/burger_close.svg) 0 0 no-repeat;
}

@media (max-width: 1400px) {
  ._header-dropdown__content-left {
    padding-right: 8rem;
  }
  ._header-search__dropdown::before {
    content: url(../../static/images/general/union-arrow-sm.svg);
    top: -1.8rem;
    left: 1.2rem;
  }
  ._header-search__list-item {
    width: 100%;
  }
  ._header-search__list-item:nth-child(even) {
    display: none;
  }
}
@media (max-width: 1200px) {
  ._header__courses {
    margin-left: 5rem;
  }
  ._header-dropdown__content-right {
    width: 36rem;
  }
  ._header-dropdown__content-left {
    padding-right: 4rem;
  }
}
@media (max-width: 1024px) {
  ._header-black ._header-course.active {
    background: url(../../static/images/general/burger_close-white.svg) center no-repeat;
  }
  ._header-black ._header-course {
    background: url(../../static/images/general/burger-white.svg) center no-repeat;
  }
  ._header-black ._header-search__back {
    fill: #ffffff;
  }
  ._header-black ._header-search__dropdown {
    color: #ffffff;
  }
  ._header-black ._header__content {
    padding: 2.18rem 0;
  }
  ._header-black ._logo img {
    max-width: 18.2rem;
  }
  ._header.show-search ._header-dropdown__links {
    display: none;
  }
  ._header.show-search ._header-categories {
    display: none;
  }
  ._header.show-search ._header-dropdown__content-right {
    display: none;
  }
  ._header.show-search ._header-search__group-left {
    display: block;
    width: 2.4rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  ._header.show-search ._header-search__group-right {
    padding-left: 3rem;
  }
  ._header.show-search ._header-search__input {
    background: var(--white);
    border-color: #DBDBDB;
  }
  ._header__content {
    padding: 2.65rem 0;
  }
  ._header__links {
    display: none;
  }
  ._header__courses {
    margin-left: auto;
  }
  ._header__m-menu {
    display: block;
  }
  ._header-course {
    width: 2.4rem;
    height: 2.4rem;
    background: url(../../static/images/general/burger.svg) center no-repeat;
    border-radius: 0;
  }
  ._header-course.active {
    background: url(../../static/images/general/burger_close.svg) center no-repeat;
  }
  ._header-course::before, ._header-course span {
    display: none;
  }
  ._header-dropdown {
    padding-top: 13rem;
    overflow: auto;
  }
  ._header-dropdown__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  ._header-dropdown__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ._header-dropdown__content-left {
    width: 100%;
    padding-right: 0;
  }
  ._header-dropdown__content-right {
    width: 100%;
    margin-top: 4rem;
  }
  ._header-search__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  ._header-search__group-right {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  ._header-search__dropdown {
    padding: 0;
    margin-top: 5rem;
    border-radius: 0;
    background: none;
    position: initial;
  }
  ._header-search__dropdown::before {
    display: none;
  }
  ._header-search__dropdown-all {
    margin-top: 3rem;
  }
  ._header-search__list::after {
    display: none;
  }
  ._header-search__list-item {
    margin-bottom: 2.4rem;
  }
  ._header-search__list-item:nth-child(even) {
    display: block;
  }
  ._header-search__item {
    padding-bottom: 1.8rem;
  }
  ._header-overlay {
    display: none !important;
  }
  ._logo img {
    max-width: 21rem;
  }
}
@media (max-width: 767px) {
  ._header.show-search ._header-search__group-right {
    padding-left: 2rem;
  }
  ._header__content {
    padding: 2.7rem 0;
  }
  ._header-btn {
    padding: 1.4rem;
  }
  ._header-dropdown {
    padding-top: 12rem;
    padding-bottom: 5rem;
  }
  ._header-dropdown__links {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: 3rem;
  }
  ._header-dropdown__links-item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  ._header-banner__title {
    font-size: 2rem;
  }
  ._header-banner__txt {
    font-size: 1.4rem;
  }
  ._logo img {
    max-width: 19.8rem;
  }
}
.marsLanding {
  --text-text-invert: #FFF;
  --surface-surface-invert: #1F1F1F;
  --text-text-invert-secondary: rgba(255, 255, 255, 0.80);
  --text-link-hover: #4B47EF;
  --text-link-active: #3733F1;
  font-size: 1.6rem;
  line-height: 160%;
  background-size: cover;
  color: var(--text-text-invert);
  font-family: "Montserrat";
  position: relative;
  background: var(--surface-surface-invert);
}
.marsLanding .container-new {
  position: relative;
  z-index: 9;
}
.marsLanding__sections {
  position: relative;
  z-index: 3;
  margin-top: -10.5rem;
  padding-top: 10rem;
  overflow: hidden;
}
.marsLanding__gradients {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.marsLanding img {
  height: auto;
}
.marsLanding__title {
  font-size: 4.8rem;
  line-height: 120%;
  font-weight: 600;
  margin-bottom: 4.8rem;
}
.marsLanding__txt {
  font-size: 2.4rem;
  line-height: 160%;
  color: var(--text-text-invert-secondary);
}
.marsLanding__hidden-btn {
  position: fixed;
  z-index: 10;
  bottom: 40px;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.marsLanding__hidden-btn.visible {
  opacity: 1;
  pointer-events: initial;
}
.marsLanding__btn {
  line-height: 1;
  padding: 2.7rem 4.6rem;
  font-size: 1.8rem;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  background: var(--text-text-invert);
  color: var(--surface-surface-invert);
  -webkit-box-shadow: 0px 0px 50px 0px #1F1F1F;
          box-shadow: 0px 0px 50px 0px #1F1F1F;
}
.marsLanding__btn:hover, .marsLanding__btn:active {
  background: var(--text-text-invert);
}
.marsLanding__btn:hover {
  color: var(--text-link-hover);
}
.marsLanding__btn:active {
  color: var(--text-link-active);
}

@media (max-width: 1024px) {
  .marsLanding__title {
    font-size: 4rem;
    margin-bottom: 4.4rem;
  }
  .marsLanding__txt {
    font-size: 2rem;
  }
  .marsLanding__sections {
    margin-top: -8rem;
    padding-top: 8rem;
    background: url(../../static/images/general/lm/img-bg-1-t.jpg) top -172px center no-repeat;
    background-size: 100% auto;
  }
}
@media (max-width: 767px) {
  .marsLanding__title {
    font-size: 2.4rem;
    margin-bottom: 2.8rem;
  }
  .marsLanding__txt {
    font-size: 1.6rem;
  }
  .marsLanding__sections {
    background: url(../../static/images/general/lm/img-bg-1-m.jpg) top -172px center no-repeat;
    background-size: 100% auto;
  }
}
.marsLandingIntro {
  padding-top: 11.8rem;
  padding-bottom: 12.8rem;
  position: relative;
  z-index: 3;
}
.marsLandingIntro__title {
  font-weight: 600;
  font-size: 7.2rem;
  line-height: 110%;
  margin-bottom: 3.6rem;
}
.marsLandingIntro__title span {
  display: none;
}
.marsLandingIntro__title-wrapping {
  display: none;
}
.marsLandingIntro__txt {
  color: var(--text-text-invert-secondary);
  font-size: 2.4rem;
  line-height: 160%;
  max-width: 100.8rem;
  margin-bottom: 4rem;
}
.marsLandingIntro__txt br {
  display: none;
}
.marsLandingIntro__btn {
  mix-blend-mode: color-dodge;
  background: linear-gradient(80deg, #5D6FB1 -5.81%, #524D7E 46.82%, #403B53 99.1%);
  line-height: 1;
  padding: 2.4rem 4.8rem;
}
.marsLandingIntro__btn:hover {
  background: linear-gradient(80deg, #697ECA -5.81%, #655E9B 46.82%, #4D4665 99.1%);
}
.marsLandingIntro__content {
  position: relative;
  z-index: 3;
}
.marsLandingIntro__images-item {
  position: absolute;
}
.marsLandingIntro__images-item-1 {
  top: -406px;
  right: 0;
}
.marsLandingIntro__images-item-2 {
  top: 36px;
  left: 0;
}
.marsLandingIntro__images-item-6 {
  top: -34px;
  right: 64px;
}

.parallax__layer {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@-webkit-keyframes rotateAnimation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}

@keyframes rotateAnimation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}
@-webkit-keyframes moveAndRotateAnimation {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(-10deg);
            transform: translateY(-20px) rotate(-10deg);
  }
  100% {
    -webkit-transform: translateY(-20px) rotate(-15deg);
            transform: translateY(-20px) rotate(-15deg);
  }
}
@keyframes moveAndRotateAnimation {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(-10deg);
            transform: translateY(-20px) rotate(-10deg);
  }
  100% {
    -webkit-transform: translateY(-20px) rotate(-15deg);
            transform: translateY(-20px) rotate(-15deg);
  }
}
@-webkit-keyframes moveUpDownAnimation {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes moveUpDownAnimation {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes moveUpDownRightLeftAnimation {
  0% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  50% {
    -webkit-transform: translateY(-15px) translateX(10px);
            transform: translateY(-15px) translateX(10px);
  }
  100% {
    -webkit-transform: translateY(-20px) translateX(0px);
            transform: translateY(-20px) translateX(0px);
  }
}
@keyframes moveUpDownRightLeftAnimation {
  0% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  50% {
    -webkit-transform: translateY(-15px) translateX(10px);
            transform: translateY(-15px) translateX(10px);
  }
  100% {
    -webkit-transform: translateY(-20px) translateX(0px);
            transform: translateY(-20px) translateX(0px);
  }
}
@media (max-width: 1400px) {
  .marsLandingIntro__images-item-2 {
    top: 90px;
    left: -48px;
  }
  .marsLandingIntro__images-item-1 {
    right: -152px;
    top: -356px;
  }
}
@media (max-width: 1200px) {
  .marsLandingIntro__title span {
    display: inline;
  }
  .marsLandingIntro__title-wrapping {
    display: block;
  }
  .marsLandingIntro__txt {
    max-width: 90rem;
  }
  .marsLandingIntro__images-item-1 {
    right: -182px;
    top: -210px;
  }
  .marsLandingIntro__images-item-1 img {
    max-width: 796px;
  }
  .marsLandingIntro__images-item-2 {
    top: 294px;
    left: 1px;
  }
  .marsLandingIntro__images-item-2 img {
    max-width: 585px;
  }
}
@media (max-width: 1024px) {
  .marsLandingIntro {
    padding-top: 7.2rem;
    padding-bottom: 8rem;
  }
  .marsLandingIntro__title {
    font-size: 5.6rem;
    line-height: 120%;
    margin-bottom: 2.4rem;
  }
  .marsLandingIntro__txt {
    font-size: 2rem;
  }
  .marsLandingIntro__images-item {
    display: none;
  }
}
@media (max-width: 767px) {
  .marsLandingIntro {
    padding-top: 4.4rem;
    padding-bottom: 2.4rem;
  }
  .marsLandingIntro__title {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }
  .marsLandingIntro__txt {
    font-size: 1.6rem;
  }
  .marsLandingIntro__txt br {
    display: block;
  }
  .marsLandingIntro__btn {
    width: 100%;
  }
  .marsLandingIntro__images-item-1 {
    top: 854px;
    right: -336px;
  }
  .marsLandingIntro__images-item-1 img {
    width: 761px;
  }
  .marsLandingIntro__images-item-2 {
    right: -76px;
    top: 90px;
  }
  .marsLandingIntro__images-item-3 {
    left: -75px;
    top: 282px;
  }
  .marsLandingIntro__images-item-4 {
    display: none;
  }
  .marsLandingIntro__images-item-5 {
    display: none;
  }
  .marsLanding-gradient__item {
    display: none !important;
  }
  .marsLanding-gradient__item:nth-child(1) {
    top: -252px;
    right: -556px;
  }
  .marsLanding-gradient__item:nth-child(1) img {
    width: 1129px;
  }
  .marsLanding-gradient__item:nth-child(2) {
    top: 202px;
  }
  .marsLanding-gradient__item:nth-child(2) img {
    width: 1365px;
  }
  .marsLanding-gradient__item:nth-child(3) img {
    width: 1637px;
  }
  .marsLanding-gradient__item:nth-child(4) img {
    width: 781px;
  }
  .marsLanding-gradient__item:nth-child(5) img {
    width: 782px;
  }
  .marsLanding-gradient__item:nth-child(6) img {
    width: 1269px;
  }
  .marsLanding-gradient__item:nth-child(7) img {
    width: 1324px;
  }
}
.marsLandingAdvantages {
  padding-top: 13.2rem;
  padding-bottom: 6.4rem;
  position: relative;
  z-index: 3;
}
.marsLandingAdvantages__item-img {
  margin-bottom: 2.4rem;
  width: 4rem;
}
.marsLandingAdvantages__item-img img {
  width: 100%;
  height: auto;
}
.marsLandingAdvantages__item-title {
  font-size: 2.4rem;
  line-height: 120%;
  margin-bottom: 1.6rem;
}
.marsLandingAdvantages__item-txt {
  color: var(--text-text-invert-secondary);
}

@media (min-width: 1401px) {
  .marsLandingAdvantages-list {
    padding-left: 1.2rem;
  }
  .marsLandingAdvantages-list__item {
    margin-right: 4.8rem;
  }
  .marsLandingAdvantages-list__item:last-child {
    margin-right: 0;
  }
  .marsLandingAdvantages-list__item:nth-child(1) {
    width: 22.5rem;
  }
  .marsLandingAdvantages-list__item:nth-child(2) {
    width: 22.9rem;
  }
  .marsLandingAdvantages-list__item:nth-child(3) {
    width: 18.6rem;
  }
  .marsLandingAdvantages-list__item:nth-child(4) {
    width: 21.8rem;
  }
  .marsLandingAdvantages-list__item:nth-child(5) {
    width: 23.7rem;
  }
}
@media (max-width: 1400px) {
  .marsLandingAdvantages-list {
    margin-left: -2.4rem;
    margin-right: -2.4rem;
  }
  .marsLandingAdvantages-list__item {
    width: 20%;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
@media (max-width: 1200px) {
  .marsLandingAdvantages {
    padding-top: 6.4rem;
  }
  .marsLandingAdvantages-list {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }
  .marsLandingAdvantages-list__item {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .marsLandingAdvantages__item-title {
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
}
@media (max-width: 1024px) {
  .marsLandingAdvantages {
    padding: 4rem 0;
  }
  .marsLandingAdvantages-list {
    margin-bottom: -2.4rem;
  }
  .marsLandingAdvantages-list__item {
    width: 25.4rem;
    margin-bottom: 2.4rem;
  }
  .marsLandingAdvantages-list__item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .marsLandingAdvantages-list__item:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .marsLandingAdvantages-list__item:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .marsLandingAdvantages-list__item:nth-child(4) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .marsLandingAdvantages-list__item:nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .marsLandingAdvantages__item-title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .marsLandingAdvantages {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .marsLandingAdvantages-list__item {
    width: 50%;
  }
  .marsLandingAdvantages__item-img {
    width: 3rem;
    height: 3rem;
    margin-bottom: 2.4rem;
  }
  .marsLandingAdvantages__item-title {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }
  .marsLandingAdvantages__item-txt {
    font-size: 1.4rem;
    line-height: 160%;
  }
}
.marsLandingCondition {
  padding-top: 5.8rem;
  padding-bottom: 6.4rem;
  position: relative;
  z-index: 9;
}
.marsLandingCondition-list {
  margin-left: -1.2rem;
  margin-right: -1.2rem;
  margin-bottom: -2.4rem;
}
.marsLandingCondition-list__item {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  margin-bottom: 2.4rem;
}
.marsLandingCondition-list__item:nth-child(1), .marsLandingCondition-list__item:nth-child(4) {
  width: 76.4rem;
}
.marsLandingCondition-list__item:nth-child(2), .marsLandingCondition-list__item:nth-child(3) {
  width: calc(100% - 76.4rem);
}
.marsLandingCondition__item {
  border-radius: 5.6rem;
  padding: 4rem;
  height: 100%;
}
.marsLandingCondition__item-1 {
  background: url(../../static/images/general/lm/1.jpg) top 0px right 0px no-repeat;
  background-size: cover;
}
.marsLandingCondition__item-2 {
  background: url(../../static/images/general/lm/2.jpg) top 0px right 0px no-repeat;
  background-size: cover;
}
.marsLandingCondition__item-3 {
  background: url(../../static/images/general/lm/3.jpg) top 0px right 0px no-repeat;
  background-size: cover;
}
.marsLandingCondition__item-4 {
  background: url(../../static/images/general/lm/4.jpg) top 0px right 0px no-repeat;
  background-size: cover;
}
.marsLandingCondition__item-title {
  font-size: 2.4rem;
  line-height: 120%;
  margin-bottom: 1.6rem;
}
.marsLandingCondition__item-txt {
  font-size: 2rem;
  line-height: 160%;
}

@media (max-width: 1400px) {
  .marsLandingCondition-list__item:nth-child(1), .marsLandingCondition-list__item:nth-child(4) {
    width: 62.4rem;
  }
  .marsLandingCondition-list__item:nth-child(2), .marsLandingCondition-list__item:nth-child(3) {
    width: calc(100% - 62.4rem);
  }
}
@media (max-width: 1200px) {
  .marsLandingCondition-list__item:nth-child(1), .marsLandingCondition-list__item:nth-child(4) {
    width: 52.8rem;
  }
  .marsLandingCondition-list__item:nth-child(2), .marsLandingCondition-list__item:nth-child(3) {
    width: calc(100% - 52.8rem);
  }
}
@media (max-width: 1024px) {
  .marsLandingCondition {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .marsLandingCondition-list {
    margin-bottom: -1.6rem;
  }
  .marsLandingCondition-list__item {
    min-width: 100%;
    margin-bottom: 1.6rem;
  }
  .marsLandingCondition__item {
    border-radius: 3.2rem;
    padding: 2.4rem;
  }
  .marsLandingCondition__item-1 {
    background: url(../../static/images/general/lm/1-tablet.jpg) top 0px right 0px no-repeat;
    background-size: cover;
  }
  .marsLandingCondition__item-2 {
    background: url(../../static/images/general/lm/2-tablet.jpg) top 0px right 0px no-repeat;
    background-size: cover;
  }
  .marsLandingCondition__item-3 {
    background: url(../../static/images/general/lm/3-tablet.jpg) top 0px right 0px no-repeat;
    background-size: cover;
  }
  .marsLandingCondition__item-4 {
    background: url(../../static/images/general/lm/4-tablet.jpg) top 0px right 0px no-repeat;
    background-size: cover;
  }
  .marsLandingCondition__item-title {
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }
  .marsLandingCondition__item-txt {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .marsLandingCondition {
    padding-bottom: 2.4rem;
  }
  .marsLandingCondition-list {
    margin-bottom: -0.8rem;
  }
  .marsLandingCondition-list__item {
    margin-bottom: 0.8rem;
  }
  .marsLandingCondition__item-1 {
    background: url(../../static/images/general/lm/1-mobile.jpg) top 0px right 0px no-repeat;
    background-size: cover;
  }
  .marsLandingCondition__item-2 {
    background: url(../../static/images/general/lm/2-mobile.jpg) top 0px right 0px no-repeat;
    background-size: cover;
  }
  .marsLandingCondition__item-3 {
    background: url(../../static/images/general/lm/3-mobile.jpg) top 0px right 0px no-repeat;
    background-size: cover;
  }
  .marsLandingCondition__item-4 {
    background: url(../../static/images/general/lm/4-mobile.jpg) top 0px right 0px no-repeat;
    background-size: cover;
  }
}
.marsLandingAbout {
  padding-top: 5.8rem;
  padding-bottom: 6.4rem;
  position: relative;
  z-index: 3;
}
.marsLandingAbout__bg-item {
  position: absolute;
}
.marsLandingAbout__bg-item-1 {
  right: -4px;
  top: -169px;
}
.marsLandingAbout__bg-item-2 {
  left: 0;
  bottom: -300px;
}
.marsLandingAbout__bg-item-3 {
  display: none;
  bottom: -248px;
}
.marsLandingAbout__bg-item-3 img {
  width: 100%;
}
.marsLandingAbout__txt {
  font-size: 2.4rem;
  line-height: 160%;
  color: var(--text-text-invert-secondary);
  margin-bottom: 6.4rem;
}
.marsLandingAbout-list {
  max-width: 90rem;
}
.marsLandingAbout-list__item {
  margin-bottom: 4rem;
}
.marsLandingAbout-list__item:last-child {
  margin-bottom: 0;
}
.marsLandingAbout__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--text-text-invert-secondary);
  position: relative;
  z-index: 9;
}
.marsLandingAbout__item-number {
  width: 6.2rem;
  height: 6.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  font-size: 2.8rem;
  position: relative;
}
.marsLandingAbout__item-number-1 {
  background: #3C3C44;
}
.marsLandingAbout__item-number-2 {
  background: linear-gradient(45deg, #424C84 12.25%, #3C3D44 100.11%);
}
.marsLandingAbout__item-number-3 {
  background: -webkit-gradient(linear, left top, right top, from(#405BB6), color-stop(99.59%, #3E4F85));
  background: linear-gradient(90deg, #405BB6 0%, #3E4F85 99.59%);
}
.marsLandingAbout__item-number-4 {
  background: linear-gradient(135deg, #3C5EB6 -0.31%, #3C548E 100.11%);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
}
.marsLandingAbout__item-txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 2.4rem;
  font-size: 2.4rem;
  line-height: 160%;
}
.marsLandingAbout__img {
  display: none;
  mix-blend-mode: color-dodge;
}
.marsLandingAbout__img img {
  mix-blend-mode: color-dodge;
}

@media (max-width: 1400px) {
  .marsLandingAbout-list {
    max-width: 76rem;
  }
  .marsLandingAbout__bg-item-1 {
    top: 26px;
  }
}
@media (max-width: 1200px) {
  .marsLandingAbout-list {
    max-width: 64rem;
  }
  .marsLandingAbout__item-txt br {
    display: none;
  }
  .marsLandingAbout__bg-item-1 {
    top: 154px;
    right: -48px;
  }
  .marsLandingAbout__bg-item-1 img {
    max-width: 434px;
  }
  .marsLandingAbout__bg-item-2 img {
    max-width: 515px;
  }
}
@media (max-width: 1024px) {
  .marsLandingAbout {
    padding-top: 4rem;
    padding-bottom: 36rem;
  }
  .marsLandingAbout__txt {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
  .marsLandingAbout__title {
    margin-bottom: 2.8rem;
  }
  .marsLandingAbout__item-txt {
    font-size: 2rem;
  }
  .marsLandingAbout-list__item {
    margin-bottom: 3.2rem;
  }
  .marsLandingAbout-list__item:first-child {
    margin-bottom: 1.6rem;
  }
  .marsLandingAbout__img {
    text-align: center;
    margin-top: 3.6rem;
  }
  .marsLandingAbout__bg-item-1, .marsLandingAbout__bg-item-2 {
    display: none;
  }
  .marsLandingAbout__bg-item-3 {
    display: block;
  }
}
@media (max-width: 767px) {
  .marsLandingAbout {
    padding-top: 2rem;
    padding-bottom: 22rem;
  }
  .marsLandingAbout__bg-item-3 {
    bottom: -128px;
  }
  .marsLandingAbout__title {
    margin-bottom: 2rem;
  }
  .marsLandingAbout__txt {
    font-size: 1.6rem;
    margin-bottom: 2.4rem;
  }
  .marsLandingAbout__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .marsLandingAbout__item-number {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
  .marsLandingAbout__item-number-1, .marsLandingAbout__item-number-2, .marsLandingAbout__item-number-3 {
    background: #3B3B3B;
  }
  .marsLandingAbout__item-number-4 {
    background: linear-gradient(45deg, #414C85 0%, #3D445A 100%);
    -webkit-backdrop-filter: initial;
            backdrop-filter: initial;
  }
  .marsLandingAbout__item-txt {
    padding-left: 0;
    font-size: 1.6rem;
  }
  .marsLandingAbout-list__item {
    margin-bottom: 2.4rem;
  }
  .marsLandingAbout-list__item:first-child {
    margin-bottom: 2.4rem;
  }
  .marsLandingAbout__img img {
    width: 21.2rem;
  }
}
.marsLandingReceive {
  padding-top: 7.2rem;
  position: relative;
  z-index: 3;
}
.marsLandingReceive__bg-item {
  position: absolute;
  left: 0;
  bottom: -320px;
}
.marsLandingReceive__top {
  position: relative;
  margin-bottom: 5.6rem;
}
.marsLandingReceive__top-title {
  margin-bottom: 3rem;
}
.marsLandingReceive__top-txt {
  max-width: 65.4rem;
}
.marsLandingReceive__img div {
  position: absolute;
}
.marsLandingReceive__img-1 {
  top: -8.5rem;
  right: 13.3rem;
  z-index: 1;
}
.marsLandingReceive__img-2 {
  top: 7.8rem;
  right: -7.8rem;
  z-index: 3;
}
.marsLandingReceive__img-3 {
  top: 22.4rem;
  right: 26.3rem;
  z-index: 2;
}
.marsLandingReceive__bottom-inner {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.marsLandingReceive__bottom-left {
  width: 45.4rem;
}
.marsLandingReceive__bottom-right {
  width: calc(100% - 45.4rem);
  padding-left: 7.2rem;
  padding-bottom: 5.6rem;
}
.marsLandingReceive__bottom-name {
  font-size: 3.2rem;
  line-height: 120%;
  margin-bottom: 0.8rem;
}
.marsLandingReceive__bottom-position {
  margin-bottom: 2.4rem;
}
.marsLandingReceive__bottom-txt {
  font-size: 2rem;
}
.marsLandingReceive__bottom-title {
  margin-bottom: 3.2rem;
}
.marsLandingReceive__bottom-img {
  position: relative;
  border-radius: 0 0 35.6rem 35.6rem;
  overflow: hidden;
}
.marsLandingReceive__bottom-img img {
  z-index: 3;
  position: relative;
}
.marsLandingReceive__grid {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 45.4rem 1fr;
  grid-column-gap: 7.2rem;
  grid-row-gap: 2.4rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding-top: 7.2rem;
}
.marsLandingReceive__grid-img {
  grid-area: 1/1/4/2;
}
.marsLandingReceive__grid-title {
  grid-area: 1/2/2/3;
  position: relative;
  bottom: -19.2rem;
}
.marsLandingReceive__grid-name {
  grid-area: 2/2/3/3;
  position: relative;
  bottom: -8.8rem;
}
.marsLandingReceive__grid-txt {
  grid-area: 3/2/4/3;
  padding-bottom: 5.6rem;
}

@media (max-width: 1400px) {
  .marsLandingReceive__bottom-right {
    padding-bottom: 0;
  }
  .marsLandingReceive__img-1 {
    right: -6.7rem;
  }
  .marsLandingReceive__img-2 {
    right: -27.8rem;
  }
  .marsLandingReceive__img-3 {
    right: 6.3rem;
  }
  .marsLandingReceive__grid-txt {
    padding-bottom: 0;
  }
  .marsLandingReceive__grid-name {
    bottom: -8.2rem;
  }
  .marsLandingReceive__grid-title {
    bottom: -18.2rem;
  }
}
@media (max-width: 1200px) {
  .marsLandingReceive__bg-item img {
    max-width: 830px;
  }
  .marsLandingReceive__img-1 {
    top: 4.8rem;
    right: -1.9rem;
  }
  .marsLandingReceive__img-1 img {
    width: 37.8rem;
  }
  .marsLandingReceive__img-2 {
    right: -11.9rem;
    top: 19.6rem;
  }
  .marsLandingReceive__img-2 img {
    width: 43.3rem;
  }
  .marsLandingReceive__img-3 {
    right: 10.2rem;
    top: 31.7rem;
  }
  .marsLandingReceive__img-3 img {
    width: 44.1rem;
  }
  .marsLandingReceive__top-txt {
    max-width: 47.4rem;
  }
  .marsLandingReceive__bottom-left {
    width: 35rem;
  }
  .marsLandingReceive__bottom-right {
    width: calc(100% - 35rem);
    padding-left: 4rem;
    padding-bottom: 2.4rem;
  }
  .marsLandingReceive__bottom-img {
    border-radius: 0 0 27.4rem 27.4rem;
  }
  .marsLandingReceive__bottom-img img {
    width: 100%;
  }
  .marsLandingReceive__bottom-img::before {
    top: 4rem;
    border-radius: 27.4rem;
  }
  .marsLandingReceive__bottom-position {
    font-size: 2rem;
  }
  .marsLandingReceive__grid {
    padding-top: 22.4rem;
    grid-template-columns: 35rem 1fr;
    grid-column-gap: 4rem;
    grid-row-gap: 2.4rem;
  }
  .marsLandingReceive__grid-txt {
    padding-bottom: 2.4rem;
  }
  .marsLandingReceive__grid-name {
    bottom: -2.4rem;
  }
  .marsLandingReceive__grid-title {
    bottom: -6.6rem;
  }
}
@media (max-width: 1024px) {
  .marsLandingReceive {
    padding-top: 3.6rem;
    padding-bottom: 4rem;
  }
  .marsLandingReceive__bg-item {
    bottom: 0;
  }
  .marsLandingReceive__bg-item img {
    max-width: 588px;
  }
  .marsLandingReceive__top-txt {
    max-width: 100%;
    margin-bottom: 10rem;
  }
  .marsLandingReceive__img {
    height: 45.2rem;
    position: relative;
  }
  .marsLandingReceive__img-1 {
    top: -2.1rem;
    right: 17.3rem;
  }
  .marsLandingReceive__img-1 img {
    width: 35.8rem;
  }
  .marsLandingReceive__img-2 {
    top: 8.8rem;
    right: -1.8rem;
  }
  .marsLandingReceive__img-2 img {
    width: 43.1rem;
  }
  .marsLandingReceive__img-3 {
    top: 20.8rem;
    right: 18.2rem;
  }
  .marsLandingReceive__img-3 img {
    width: 43.9rem;
  }
  .marsLandingReceive__bottom-left {
    width: 21.5rem;
  }
  .marsLandingReceive__bottom-right {
    width: calc(100% - 21.5rem);
    padding-bottom: 0;
  }
  .marsLandingReceive__bottom-img {
    border-radius: 0 0 16.8rem 16.8rem;
  }
  .marsLandingReceive__bottom-img::before {
    border-radius: 16.8rem;
    top: 2.6rem;
  }
  .marsLandingReceive__grid {
    grid-template-columns: 21.5rem 1fr;
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-top: 2rem;
  }
  .marsLandingReceive__grid-title {
    grid-area: 1/1/2/3;
    position: initial;
  }
  .marsLandingReceive__grid-title .marsLanding__title {
    margin-bottom: 0;
  }
  .marsLandingReceive__grid-img {
    grid-area: 2/1/3/2;
  }
  .marsLandingReceive__grid-name {
    grid-area: 2/2/3/3;
    align-self: center;
    position: initial;
  }
  .marsLandingReceive__grid-txt {
    padding-bottom: 0;
    grid-area: 3/1/4/3;
  }
}
@media (max-width: 767px) {
  .marsLandingReceive {
    padding-bottom: 2.4rem;
  }
  .marsLandingReceive__bg-item {
    bottom: -120px;
    left: -120px;
  }
  .marsLandingReceive__top {
    margin-bottom: 4rem;
  }
  .marsLandingReceive__top-title {
    margin-bottom: 2.4rem;
  }
  .marsLandingReceive__img {
    height: 25.1rem;
  }
  .marsLandingReceive__img-1 {
    top: -1.4rem;
    right: 8.9rem;
  }
  .marsLandingReceive__img-1 img {
    width: 20rem;
  }
  .marsLandingReceive__img-2 {
    top: 4.6rem;
    right: -1.7rem;
  }
  .marsLandingReceive__img-2 img {
    width: 24.1rem;
  }
  .marsLandingReceive__img-3 {
    top: 11.4rem;
    right: 9.5rem;
  }
  .marsLandingReceive__img-3 img {
    width: 24.5rem;
  }
  .marsLandingReceive__grid {
    grid-template-columns: 12.6rem 1fr;
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
  }
  .marsLandingReceive__bottom-name {
    font-size: 2rem;
  }
  .marsLandingReceive__bottom-position {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .marsLandingReceive__bottom-img {
    border-radius: 0 0 9.8rem 9.8rem;
  }
  .marsLandingReceive__bottom-img::before {
    border-radius: 9.8rem;
    top: 1.6rem;
  }
  .marsLandingReceive__bottom-txt {
    font-size: 1.6rem;
    line-height: 160%;
  }
}
.marsLandingFaq {
  padding-bottom: 12rem;
  padding-top: 5.6rem;
  position: relative;
  z-index: 3;
}
.marsLandingFaq__line {
  -webkit-box-shadow: 0px -20px 200px 0px rgba(113, 127, 255, 0.1);
          box-shadow: 0px -20px 200px 0px rgba(113, 127, 255, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  bottom: -200px;
}
.marsLandingFaq-list__item {
  margin-bottom: 0.8rem;
}
.marsLandingFaq-list__item:last-child {
  margin-bottom: 0;
}
.marsLandingFaq-item {
  border-radius: 1.6rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.14);
}
.marsLandingFaq-item__title {
  font-size: 2.4rem;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 2.4rem;
}
.marsLandingFaq-item__title-icon {
  width: 22px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.marsLandingFaq-item__title-txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 1.6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.marsLandingFaq-item__title[aria-expanded=true] {
  background: rgba(255, 255, 255, 0.14);
}
.marsLandingFaq-item__title[aria-expanded=true] .marsLandingFaq-item__title-icon img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.marsLandingFaq-item__txt {
  padding: 2.4rem 5.6rem 2.4rem 2.4rem;
  font-size: 2rem;
  line-height: 160%;
  color: var(--text-text-invert-secondary);
}

@media (max-width: 1400px) {
  .marsLandingFaq-item__txt {
    padding-right: 5.6rem;
  }
}
@media (max-width: 1024px) {
  .marsLandingFaq {
    padding-top: 3.6rem;
    padding-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .marsLandingFaq {
    padding-top: 2.2rem;
    padding-bottom: 4.8rem;
  }
  .marsLandingFaq-item__title {
    padding: 1.6rem 2.4rem;
    font-size: 1.6rem;
  }
  .marsLandingFaq-item__title-txt {
    white-space: initial;
  }
  .marsLandingFaq-item__txt {
    font-size: 1.6rem;
  }
}
.marsLanding-gradient {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.marsLanding-gradient__item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.marsLanding-gradient__item img {
  max-width: initial;
}
.marsLanding-gradient__item:nth-child(1) {
  top: -340px;
  right: -400px;
  -webkit-animation: g1 3s ease-in-out forwards;
          animation: g1 3s ease-in-out forwards;
}
.marsLanding-gradient__item:nth-child(2) {
  left: -700px;
  top: 58px;
}
.marsLanding-gradient__item:nth-child(3) {
  top: 540px;
  right: -440px;
}
.marsLanding-gradient__item:nth-child(4) {
  right: -263px;
  bottom: 1800px;
}
.marsLanding-gradient__item:nth-child(5) {
  left: -368px;
  bottom: 1400px;
}
.marsLanding-gradient__item:nth-child(6) {
  left: -554px;
  bottom: 0px;
}
.marsLanding-gradient__item:nth-child(7) {
  right: -490px;
  bottom: -490px;
}

@-webkit-keyframes g1 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
}

@keyframes g1 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
}