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

/* 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

img {
  max-width: 100%;
}

span, label {
  display: inline-block;
}

html {
  scroll-behavior: smooth;
  font-size: 1px;
}
@media (max-width: 1850px) {
  html {
    font-size: 0.95px;
  }
}
@media (max-width: 1780px) {
  html {
    font-size: 0.9px;
  }
}
@media (max-width: 1680px) {
  html {
    font-size: 0.85px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 0.8px;
  }
}
@media (max-width: 1480px) {
  html {
    font-size: 0.75px;
  }
}
@media (max-width: 1380px) {
  html {
    font-size: 0.7px;
  }
}
@media (max-width: 1330px) {
  html {
    font-size: 0.65px;
  }
}
@media (max-width: 1240px) {
  html {
    font-size: 0.6px;
  }
}
@media (max-width: 1140px) {
  html {
    font-size: 0.55px;
  }
}
@media (max-width: 1030px) {
  html {
    font-size: 0.5px;
  }
}
@media (max-width: 930px) {
  html {
    font-size: 0.45px;
  }
}
@media (max-width: 850px) {
  html {
    font-size: 1px;
  }
}

body {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-display: swap;
  background: #101010;
}

body.menu-open {
  overflow: hidden;
}

input, textarea {
  outline: none;
  border: 0;
  background: transparent;
}

button {
  border: none;
  cursor: pointer;
  background: transparent;
  outline: 0;
}

address {
  font-style: normal;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

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

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

.container {
  max-width: 1720rem;
  margin: 0 auto;
  padding: 0 20rem;
}

.section_title {
  font-weight: 600;
  font-size: 72rem;
  line-height: 121%;
  text-transform: uppercase;
  color: #FFFFFF;
}
.section_title span {
  display: inline;
  background: linear-gradient(90deg, #f00 0%, #c70a0a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 850px) {
  .section_title {
    font-size: 28rem;
  }
}

.btn-white {
  width: auto;
  height: 80rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #FFFFFF;
  padding: 0 46.5rem;
  border-radius: 72rem;
  font-weight: 700;
  font-size: 24rem;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #C70A0A;
}
@media (max-width: 850px) {
  .btn-white {
    padding: 0 30rem;
    height: 60rem;
    font-size: 20rem;
  }
}
.btn-blue {
  background: linear-gradient(90deg, #FF0000 0%, #C70A0A 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 80rem;
  width: auto;
  border-radius: 80rem;
  font-weight: 700;
  font-size: 26rem;
  line-height: 77%;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0 84rem;
  transition: box-shadow 0.28s ease, transform 0.28s ease;
}
.btn-blue:hover, .btn-blue:focus-visible {
  box-shadow: 0 14rem 30rem rgba(248, 65, 65, 0.35);
  transform: translateY(-2rem);
}
@media (max-width: 850px) {
  .btn-blue {
    padding: 0 30rem;
    height: 60rem;
    font-size: 20rem;
  }
}

.form-inp {
  background: rgba(24, 23, 28, 0.64);
  position: relative;
  z-index: 1;
  border-radius: 80rem;
  overflow: hidden;
}
@media (max-width: 850px) {
  .form-inp {
    border-radius: 54rem;
  }
}
.form-inp::after {
  border-radius: 64rem;
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border: 1rem solid transparent;
  background: linear-gradient(170deg, #FFFFFF, rgba(119, 119, 119, 0.2)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
@media (max-width: 850px) {
  .form-inp::after {
    border-radius: 32rem;
  }
}
.form-inp input {
  width: 100%;
  height: 80rem;
  font-family: "Gilroy", sans-serif;
  font-weight: 200;
  font-size: 24rem;
  color: #FFFFFF;
  padding: 0 18rem;
}
.form-inp input::-moz-placeholder {
  color: #FFFFFF;
}
.form-inp input::placeholder {
  color: #FFFFFF;
}
@media (max-width: 850px) {
  .form-inp input {
    height: 60rem;
    font-size: 16rem;
    padding: 0 20rem;
  }
}

.section-top {
  margin-top: 150rem;
}
@media (max-width: 850px) {
  .section-top {
    margin-top: 60rem;
  }
}

.header {
  padding: 20rem 0;
  position: relative;
}
@media (max-width: 850px) {
  .header {
    padding: 12rem 0;
  }
}
.header::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3rem;
  background: linear-gradient(100.44deg, #F5F5F5 0.4%, #8F8F8F 95.78%);
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_logo {
  width: 263rem;
  height: 82rem;
  position: relative;
  z-index: 13;
}
@media (max-width: 850px) {
  .header_logo {
    width: 128rem;
    height: 40rem;
  }
}
.header_logo img {
  width: 100%;
}
.header_link {
  display: flex;
  align-items: center;
  gap: 40rem;
}
@media (max-width: 850px) {
  .header_link {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #101010;
    z-index: 3;
    flex-direction: column;
    align-items: start;
    padding: 100rem 20rem 20rem 20rem;
    transition: 0.3s ease;
  }
}
.header_link.active {
  left: 0;
}
.header_link a {
  font-weight: 400;
  font-size: 20rem;
  line-height: 175%;
  color: #FFFFFF;
  transition: 0.3s ease;
}
.header_link a:hover {
  color: #C70A0A;
}
.header .burger {
  width: 40rem;
  height: 40rem;
  display: none;
  position: relative;
  z-index: 4;
}
@media (max-width: 850px) {
  .header .burger {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.home {
  position: relative;
  z-index: 1;
  margin-top: 32rem;
}
.home-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1794rem;
  height: 765rem;
  border: 1rem solid #8F8F8F;
  border-radius: 50rem;
  overflow: hidden;
}
@media (max-width: 850px) {
  .home-bg {
    width: calc(100% - 20rem);
    border-radius: 36rem;
  }
}
@media (max-width: 480px) {
  .home-bg {
    height: 830rem;
  }
}
.home-bg .circle_two {
  position: absolute;
  right: 40rem;
  bottom: -180rem;
  width: 470rem;
  height: 650rem;
  border-radius: 100%;
  background: linear-gradient(90deg, #f00 0%, #c70a0a 100%);
  filter: blur(80px);
  z-index: -3;
}
@media (max-width: 850px) {
  .home-bg .circle_two {
    width: 370rem;
    height: 467rem;
    left: -55rem;
    right: auto;
    bottom: auto;
    top: 388rem;
    opacity: 60%;
  }
}
.home_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -7;
}
.home-card {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 810rem;
  z-index: 2;
}
@media (max-width: 850px) {
  .home-card {
    bottom: 0;
    width: 640rem;
  }
}
@media (max-width: 640px) {
  .home-card {
    right: -70rem;
    bottom: 110rem;
    width: 577rem;
    min-width: 465rem;
  }
}
.home_block {
  position: absolute;
  top: 230rem;
  right: 200rem;
  z-index: -2;
  width: 597rem;
  border-radius: 24rem;
  border: 1rem solid #8F8F8F;
  padding: 24rem 12rem;
  display: flex;
  gap: 30rem;
  background: rgba(0, 0, 0, 0.25);
}
@media (max-width: 850px) {
  .home_block {
    left: 15rem;
    top: 325rem;
    right: auto;
    width: 284rem;
    flex-direction: column-reverse;
    gap: 15rem;
    padding: 12rem;
  }
}
.home_block h3 {
  font-weight: 400;
  font-size: 46rem;
  line-height: 115%;
  letter-spacing: -0.06em;
  text-align: center;
  background: linear-gradient(90deg, #f00 0%, #c70a0a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 850px) {
  .home_block h3 {
    font-size: 32rem;
  }
}
.home_block p {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 20rem;
  letter-spacing: -0.05em;
  text-align: center;
  color: #d0d0d0;
}
@media (max-width: 850px) {
  .home_block p {
    font-size: 16rem;
  }
}
.home_block-text {
  width: 180rem;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.home_block-imgs {
  width: 200rem;
  display: flex;
  align-items: center;
}
@media (max-width: 850px) {
  .home_block-imgs {
    width: 160rem;
  }
}
.home_block .img {
  border: 3rem solid #FF0000;
  overflow: hidden;
  width: 75rem;
  height: 75rem;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
}
@media (max-width: 850px) {
  .home_block .img {
    width: 60rem;
    height: 60rem;
  }
}
.home_block .img:nth-child(2) {
  transform: translateX(-10rem);
}
.home_block .img:nth-child(3) {
  transform: translateX(-20rem);
}
.home_block .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-container {
  padding-top: 78rem;
}
@media (max-width: 850px) {
  .home-container {
    padding-top: 50rem;
  }
}
.home h1 {
  font-weight: 500;
  font-size: 67rem;
  line-height: 100%;
  letter-spacing: -6%;
  text-transform: uppercase;
  color: #fdfdfd;
  max-width: 860rem;
}
@media (max-width: 850px) {
  .home h1 {
    font-size: 32rem;
  }
}
.home h1 span {
  display: inline;
  background: linear-gradient(90deg, #f00 0%, #c70a0a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home .two_title {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 32rem;
  letter-spacing: -0.02em;
  color: #e6e6e6;
  max-width: 720rem;
  margin-top: 20rem;
}
@media (max-width: 850px) {
  .home .two_title {
    font-size: 20rem;
    margin: 18rem 0 50rem 0;
  }
}
.home .contact-form {
  margin-top: 60rem;
  padding: 32rem 30rem;
  background: linear-gradient(90deg, #FF0000 0%, #C70A0A 100%);
  border: 1rem solid rgba(119, 119, 119, 0.2);
  width: 1220rem;
}
@media (max-width: 850px) {
  .home .contact-form {
    margin-top: 320rem;
    padding: 24rem 10rem;
    width: calc(100% + 10rem);
    transform: translateX(-5rem);
  }
}
.home .contact-form h3 {
  font-size: 53rem;
  max-width: 100%;
}
@media (max-width: 850px) {
  .home .contact-form h3 {
    font-size: 28rem;
  }
}
.home .contact-form h4 {
  margin-bottom: 40rem;
}
.home .contact-form .form-group {
  margin-bottom: 0;
}

.people {
  position: relative;
  padding: 100rem 0 190rem 0;
  overflow: hidden;
}
@media (max-width: 850px) {
  .people {
    padding: 80rem 0 0 0;
  }
}
.people .container {
  position: relative;
}
.people_img {
  position: absolute;
  right: -65rem;
  bottom: -340rem;
  width: 730rem;
}
@media (max-width: 850px) {
  .people_img {
    display: none;
  }
}
.people_text {
  max-width: 965rem;
}
.people_text .section_title {
  font-weight: 500;
  font-size: 67rem;
  margin-bottom: 60rem;
  letter-spacing: -0.06em;
}
.people_text .section_title span {
  display: inline;
}
@media (max-width: 850px) {
  .people_text .section_title {
    font-size: 28rem;
    letter-spacing: 0;
    margin-bottom: 48rem;
  }
}
.people_text h3 {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 32rem;
  color: #e6e6e6;
  max-width: 520rem;
}
@media (max-width: 850px) {
  .people_text h3 {
    display: none;
  }
}
.people_text .people_img_mobile {
  display: none;
}
@media (max-width: 850px) {
  .people_text .people_img_mobile {
    display: block;
    width: 100%;
  }
}
.people_text ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32rem;
  margin: 32rem 0;
}
@media (max-width: 850px) {
  .people_text ul {
    grid-template-columns: repeat(1, 1fr);
    border-radius: 16rem;
    background: #101010;
    border: 1rem solid rgb(143, 143, 143);
    gap: 24rem;
    margin: 0 0 32rem 0;
    padding: 12rem;
  }
}
.people_text ul li {
  display: flex;
  align-items: center;
  gap: 12rem;
}
.people_text ul img {
  width: 42rem;
  height: 42rem;
  display: flex;
  flex-shrink: 0;
}
.people_text ul span {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 24rem;
  color: #FFFFFF;
  max-width: 280rem;
}
@media (max-width: 850px) {
  .people_text ul span {
    max-width: 100%;
    font-size: 18rem;
  }
}
.people_text blockquote {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 32rem;
  letter-spacing: -0.02em;
  text-align: center;
  color: #e6e6e6;
  padding: 18rem 32rem;
  border-radius: 24rem;
  background: linear-gradient(90deg, #f00 0%, #c70a0a 100%);
}
@media (max-width: 850px) {
  .people_text blockquote {
    font-size: 20rem;
  }
}

.system {
  padding: 150rem 0;
}
@media (max-width: 850px) {
  .system {
    padding: 80rem 0;
  }
}
.system_head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60rem;
}
@media (max-width: 850px) {
  .system_head {
    margin-bottom: 48rem;
  }
}
.system_head .section_title {
  font-weight: 500;
  max-width: 990rem;
  text-align: center;
}
.system_in {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20rem;
}
@media (max-width: 850px) {
  .system_in {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .system_in {
    grid-template-columns: repeat(1, 1fr);
  }
}
.system_card {
  background: #18171C;
  border-radius: 35rem;
  padding: 14rem;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.system_card::after {
  border-radius: 35rem;
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border: 1rem solid transparent;
  background: linear-gradient(138.86deg, #FFFFFF 0.53%, rgba(119, 119, 119, 0.2) 99.47%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
@media (max-width: 850px) {
  .system_card::after {
    border-radius: 24rem;
  }
}
@media (max-width: 850px) {
  .system_card {
    border-radius: 24rem;
    padding: 10rem;
  }
}
.system_card-text {
  padding: 10rem;
  margin-bottom: 24rem;
}
.system_card-img {
  position: relative;
}
.system_card-img .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100rem;
  height: 100rem;
  border-radius: 50%;
  background: linear-gradient(90deg, #FF0000 0%, #C70A0A 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  opacity: 60%;
}
@media (max-width: 850px) {
  .system_card-img .play {
    width: 60rem;
    height: 60rem;
  }
}
.system_card-img .play svg {
  width: 40rem;
  height: 40rem;
}
@media (max-width: 850px) {
  .system_card-img .play svg {
    width: 24rem;
    height: 24rem;
  }
}
.system_card h3 {
  font-family: "Gilroy", sans-serif;
  font-weight: 300;
  font-size: 24rem;
  letter-spacing: -0.06em;
  color: #EBEBEC;
  margin-bottom: 20rem;
}
@media (max-width: 850px) {
  .system_card h3 {
    font-size: 18rem;
  }
}
.system_card h2 {
  font-weight: 400;
  font-size: 28rem;
  line-height: 100%;
  color: #FDFDFD;
}
@media (max-width: 850px) {
  .system_card h2 {
    font-size: 22rem;
  }
}
.system_card img {
  border-radius: 30rem;
  height: 280rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 850px) {
  .system_card img {
    border-radius: 20rem;
  }
}
.system .btn-blue {
  margin: 60rem auto 0 auto;
  display: block;
}
@media (max-width: 850px) {
  .system .btn-blue {
    width: 100%;
  }
}

.money {
  padding: 100rem 0;
  background-image: url("../images/money_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 850px) {
  .money {
    padding: 32rem 0;
    margin: 80rem 0 0 0;
  }
}
.money .container {
  display: grid;
  align-items: start;
  grid-template-columns: repeat(2, 1fr);
  gap: 70rem;
}
@media (max-width: 850px) {
  .money .container {
    display: flex;
    flex-direction: column-reverse;
  }
}
.money_img {
  overflow: hidden;
  width: 800rem;
  border-radius: 47rem;
  border: 3rem solid rgb(143, 143, 143);
}
@media (max-width: 850px) {
  .money_img {
    width: 100%;
    height: 500rem;
    border-radius: 24rem;
  }
}
@media (max-width: 480px) {
  .money_img {
    height: 335rem;
  }
}
.money_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 850px) {
  .money_img img {
    -o-object-position: top center;
       object-position: top center;
  }
}
.money_text h2 {
  font-weight: 600;
  font-size: 54rem;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #fdfdfd;
  margin-bottom: 60rem;
}
@media (max-width: 850px) {
  .money_text h2 {
    font-size: 28rem;
    margin-bottom: 48rem;
  }
}
.money_text h3 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 40rem;
  letter-spacing: -0.06em;
  color: #fff;
}
@media (max-width: 850px) {
  .money_text h3 {
    font-size: 24rem;
  }
}
.money_text ul {
  display: flex;
  flex-direction: column;
  gap: 32rem;
  padding-left: 64rem;
  margin: 40rem 0;
  position: relative;
}
@media (max-width: 850px) {
  .money_text ul {
    gap: 24rem;
    margin: 24rem 0;
    padding-left: 36rem;
  }
}
.money_text ul::after {
  content: "";
  position: absolute;
  left: 14rem;
  height: calc(100% - 10rem);
  top: 0;
  bottom: 0;
  margin: auto;
  background: #FFFFFF;
  width: 3rem;
}
@media (max-width: 850px) {
  .money_text ul::after {
    height: calc(100% - 20rem);
  }
}
.money_text ul li {
  font-family: "Gilroy", sans-serif;
  font-weight: 300;
  font-size: 36rem;
  letter-spacing: -0.06em;
  color: #FFFFFF;
  position: relative;
}
@media (max-width: 850px) {
  .money_text ul li {
    font-size: 18rem;
  }
}
.money_text ul li::after {
  content: "";
  position: absolute;
  left: -64rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 27rem;
  height: 27rem;
  background: linear-gradient(90deg, #FF0000 0%, #C70A0A 100%);
  border-radius: 50%;
  border: 2rem solid #FFFFFF;
  z-index: 2;
}
@media (max-width: 850px) {
  .money_text ul li::after {
    width: 24rem;
    height: 24rem;
    left: -34rem;
  }
}
.money_text p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 28rem;
  letter-spacing: -0.06em;
  color: #FFFFFF;
}
@media (max-width: 850px) {
  .money_text p {
    font-size: 20rem;
  }
}
.money_text h4 {
  padding: 18rem 32rem;
  border-radius: 24rem;
  border: 1rem solid #FFFFFF;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 32rem;
  letter-spacing: -0.02em;
  text-align: center;
  color: #e6e6e6;
  width: -moz-max-content;
  width: max-content;
  margin: 32rem 0 60rem 0;
}
@media (max-width: 850px) {
  .money_text h4 {
    font-size: 24rem;
    margin: 32rem 0 48rem 0;
    width: auto;
  }
}
.money_text .btn-blue {
  width: 320rem;
  height: 72rem;
  font-size: 22rem;
  padding: 10rem;
}
@media (max-width: 850px) {
  .money_text .btn-blue {
    width: 100%;
  }
}

.structure {
  padding: 80rem 0;
  background: #3F0000;
}
@media (max-width: 850px) {
  .structure {
    padding: 40rem 0;
  }
}
.structure .section_title {
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 70rem;
}
@media (max-width: 850px) {
  .structure .section_title {
    margin-bottom: 32rem;
  }
}
.structure_in {
  position: relative;
  max-width: 1540rem;
  margin: auto;
}
@media (max-width: 850px) {
  .structure_in {
    padding-left: 32rem;
    display: flex;
    flex-direction: column;
    gap: 28rem;
  }
}
.structure_in .numbers {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 70%;
  width: 5rem;
  background: linear-gradient(90deg, #FF0000 0%, #C70A0A 100%);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 850px) {
  .structure_in .numbers {
    right: auto;
    left: 0;
  }
}
.structure_in .numbers .number_block {
  font-weight: 700;
  font-style: Bold;
  font-size: 45rem;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #FF0000 0%, #C70A0A 100%);
  width: 60rem;
  height: 60rem;
  border-radius: 50%;
}
@media (max-width: 850px) {
  .structure_in .numbers .number_block {
    font-weight: 500;
    width: 36rem;
    height: 36rem;
    font-size: 27rem;
  }
}
.structure_block {
  width: 690rem;
  border: 1px solid rgba(0, 0, 0, 0.26);
  border-radius: 32rem;
  padding: 22rem 16rem;
  background: #FFFFFF;
}
@media (max-width: 850px) {
  .structure_block {
    width: 100%;
    padding: 12rem;
    border-radius: 24rem;
  }
}
.structure_block:nth-child(even) {
  margin-left: auto;
}
@media (max-width: 850px) {
  .structure_block:nth-child(even) {
    margin-left: 0;
  }
}
.structure_block h3 {
  font-weight: 700;
  font-size: 24rem;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 16rem;
}
.structure_block h3 span {
  background: linear-gradient(90deg, #f00 0%, #c70a0a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}
@media (max-width: 850px) {
  .structure_block h3 {
    font-weight: 500;
    font-size: 18rem;
    margin-bottom: 8rem;
  }
}
.structure_block ul {
  display: flex;
  flex-direction: column;
  margin-bottom: 16rem;
}
.structure_block ul li {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 24rem;
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 850px) {
  .structure_block ul li {
    font-size: 16rem;
  }
}
.structure_block_end {
  padding: 18rem 32rem;
  border-radius: 20rem;
  background: linear-gradient(90deg, #FF0000 0%, #C70A0A 100%);
}
@media (max-width: 850px) {
  .structure_block_end {
    padding: 18rem 12rem;
  }
}
.structure_block_end h4 {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 24rem;
  letter-spacing: -0.02em;
  color: #e6e6e6;
  margin-bottom: 12rem;
}
@media (max-width: 850px) {
  .structure_block_end h4 {
    font-size: 18rem;
    margin-bottom: 6rem;
  }
}
.structure_block_end p {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 20rem;
  letter-spacing: -0.02em;
  color: #e6e6e6;
}
@media (max-width: 850px) {
  .structure_block_end p {
    font-size: 16rem;
  }
}

.contact {
  padding: 150rem 0;
}
@media (max-width: 850px) {
  .contact {
    padding: 80rem 0 50rem 0;
  }
}
.contact .container {
  position: relative;
}
.contact_text {
  max-width: 800rem;
  display: flex;
  flex-direction: column;
  gap: 24rem;
  margin-bottom: 100rem;
}
@media (max-width: 850px) {
  .contact_text {
    margin-bottom: 0;
    gap: 16rem;
  }
}
.contact_text h2 {
  font-weight: 600;
  font-size: 67rem;
  line-height: 113%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #fdfdfd;
}
@media (max-width: 850px) {
  .contact_text h2 {
    font-size: 32rem;
  }
}
.contact_text p {
  font-family: "Inter", sans-serif;
  font-weight: 200;
  font-size: 32rem;
  letter-spacing: -0.06em;
  color: #FFFFFF;
}
.contact_text p b {
  font-weight: 500;
}
@media (max-width: 850px) {
  .contact_text p {
    font-size: 20rem;
  }
}
.contact_text ul {
  padding-left: 20rem;
}
.contact_text ul li {
  list-style-type: disc;
  font-family: "Inter", sans-serif;
  font-weight: 200;
  font-size: 28rem;
  line-height: 129%;
  letter-spacing: -0.06em;
  color: #FFFFFF;
}
@media (max-width: 850px) {
  .contact_text ul li {
    font-size: 18rem;
  }
}
.contact_text .btn-blue {
  padding: 18rem 32rem;
  border-radius: 20rem;
  border: 1rem solid #FFFFFF;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 850px) {
  .contact_text .btn-blue {
    width: 100%;
    text-align: center;
    line-height: 100%;
  }
}
.contact_img {
  position: absolute;
  top: -100rem;
  right: -60rem;
  width: 1200rem;
  height: 1024rem;
}
@media (max-width: 850px) {
  .contact_img {
    position: relative;
    width: 572rem;
    height: 438rem;
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
  }
}
@media (max-width: 640px) {
  .contact_img {
    left: 50%;
    transform: translateX(-50%);
  }
}
.contact_img img {
  width: 100%;
}
.contact_img .circle {
  position: absolute;
  right: 150rem;
  bottom: -100rem;
  width: 872rem;
  height: 800rem;
  background: linear-gradient(90deg, #FF0000 0%, #C70A0A 100%);
  opacity: 60%;
  filter: blur(80px);
  border-radius: 100%;
  z-index: -1;
}
@media (max-width: 850px) {
  .contact_img .circle {
    width: 572rem;
    height: 283rem;
    bottom: 0;
    right: auto;
    left: 0;
  }
}
.contact-form {
  background: #4B0202;
  padding: 56rem 56rem 49rem 56rem;
  border-radius: 65rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 850px) {
  .contact-form {
    padding: 28rem 10rem 90rem 10rem;
    border-radius: 24rem;
    transform: translateY(-20rem);
  }
}
.contact-form::after {
  border-radius: 64rem;
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border: 1rem solid transparent;
  background: linear-gradient(170deg, #FFFFFF, rgba(119, 119, 119, 0.2)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
@media (max-width: 850px) {
  .contact-form::after {
    border-radius: 24rem;
  }
}
.contact-form h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 67rem;
  line-height: 113%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #fdfdfd;
  max-width: 985rem;
  margin-bottom: 20rem;
}
@media (max-width: 850px) {
  .contact-form h3 {
    font-size: 28rem;
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 850px) {
  .contact-form h3 br {
    display: none;
  }
}
.contact-form h4 {
  font-family: "Gilroy", sans-serif;
  font-weight: 300;
  font-size: 32rem;
  letter-spacing: -0.06em;
  color: #fff;
  margin-bottom: 66rem;
}
@media (max-width: 850px) {
  .contact-form h4 {
    font-weight: 200;
    text-align: center;
    font-size: 20rem;
    margin-bottom: 20rem;
  }
}
.contact-form .form-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28rem;
  max-width: 1316rem;
  margin-bottom: 30rem;
}
@media (max-width: 850px) {
  .contact-form .form-group {
    grid-template-columns: repeat(1, 1fr);
    gap: 16rem;
    max-width: 100%;
    margin-bottom: 24rem;
  }
}
.contact-form .btn-blue {
  padding: 0;
}
.contact-form li {
  font-family: "Gilroy", sans-serif;
  font-weight: 200;
  font-size: 18rem;
  color: #f9f9f9;
}
@media (max-width: 850px) {
  .contact-form li {
    font-size: 14rem;
  }
}

.policy {
  margin-top: 80rem;
}
@media (max-width: 850px) {
  .policy {
    margin-top: 30rem;
  }
}
.policy .container {
  max-width: 1220rem;
}
.policy h1 {
  font-weight: 900;
  font-size: 60rem;
  text-transform: uppercase;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(90deg, #f00 0%, #c70a0a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 48rem;
}
@media (max-width: 850px) {
  .policy h1 {
    font-size: 32rem;
    margin-bottom: 32rem;
  }
}
@media (max-width: 480px) {
  .policy h1 {
    font-size: 20rem;
    margin-bottom: 24rem;
  }
}
.policy_in {
  display: flex;
  flex-direction: column;
  gap: 32rem;
}
@media (max-width: 850px) {
  .policy_in {
    gap: 24rem;
  }
}
.policy_block p, .policy_block li {
  font-family: "Gilroy", sans-serif;
  font-weight: 300;
  font-size: 22rem;
  line-height: 120%;
  color: #E6E6E6;
}
@media (max-width: 850px) {
  .policy_block p, .policy_block li {
    font-size: 16rem;
  }
}
.policy_block ul {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.policy_block p {
  margin-bottom: 32rem;
}
@media (max-width: 850px) {
  .policy_block p {
    margin-bottom: 16rem;
  }
}
.policy .title {
  display: flex;
  align-items: center;
  gap: 24rem;
  margin-bottom: 16rem;
}
@media (max-width: 850px) {
  .policy .title {
    gap: 12rem;
    margin-bottom: 12rem;
  }
}
.policy .title .number {
  flex-shrink: 0;
  width: 42rem;
  height: 42rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #FF0000 0%, #C70A0A 100%);
}
@media (max-width: 850px) {
  .policy .title .number {
    width: 30rem;
    height: 30rem;
  }
}
.policy .title .number span {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 28rem;
  color: #FFFFFF;
}
@media (max-width: 850px) {
  .policy .title .number span {
    font-size: 18rem;
  }
}
.policy .title h3 {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 32rem;
  color: #E6E6E6;
}
@media (max-width: 850px) {
  .policy .title h3 {
    font-size: 20rem;
  }
}

.footer {
  padding: 40rem 0;
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3rem;
  background: linear-gradient(100.44deg, #F5F5F5 0.4%, #8F8F8F 95.78%);
}
.footer_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40rem;
  margin-bottom: 60rem;
}
@media (max-width: 850px) {
  .footer_top {
    flex-direction: column;
  }
}
.footer_logo {
  width: 263rem;
  height: 82rem;
}
.footer_logo img {
  width: 100%;
}
.footer_link {
  display: flex;
  align-items: center;
  gap: 40rem;
}
@media (max-width: 850px) {
  .footer_link {
    flex-direction: column;
  }
}
.footer_link a {
  font-weight: 400;
  font-size: 20rem;
  line-height: 175%;
  color: #FFFFFF;
  transition: 0.3s ease;
}
.footer_link a:hover {
  color: #C70A0A;
}
.footer_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80rem;
  margin-bottom: 32rem;
}
@media (max-width: 850px) {
  .footer_bottom {
    flex-direction: column;
    text-align: center;
    gap: 24rem;
  }
}
.footer_bottom a {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 22rem;
  line-height: 175%;
  color: #FFFFFF;
  transition: 0.3s ease;
}
.footer_bottom a:hover {
  color: #C70A0A;
}
.footer .end_text {
  font-family: "Gilroy", sans-serif;
  font-weight: 300;
  font-size: 20rem;
  text-align: center;
  color: #FFFFFF;
  display: block;
}/*# sourceMappingURL=style.css.map */