@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
 * Other reset
 */
/* Use a more-intuitive box-sizing model and Remove default margin*/
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

* {
  outline: none;
}

a {
  background-color: transparent;
}

textarea {
  resize: none;
}

/* Improve media defaults */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* Improve line wrapping */
p {
  text-wrap: pretty;
}

.header__container, .container {
  max-width: 1352px;
  margin: 0 auto;
  padding: 0 1rem;
}

.about-us__title {
  grid-template-columns: repeat(6, 1fr);
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter_18pt-Regular.woff") format("woff"), url("../fonts/Inter_18pt-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter_18pt-SemiBold.woff") format("woff"), url("../fonts/Inter_18pt-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Orbitron";
  src: url("../fonts/Orbitron-Regular.woff") format("woff"), url("../fonts/Orbitron-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 16px;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 1.5rem;
  color: #043b4d;
  background-color: #fff;
}

::selection {
  color: #fff;
  background: #043b4d;
  -webkit-text-fill-color: initial;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-text-fill-color: #043b4d;
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

p {
  margin-bottom: 2.5rem;
  text-align: justify;
}

a {
  color: #1FF6D6;
  transition: all 0.3s ease;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.container {
  position: relative;
}

.section {
  position: relative;
  padding: 4rem 0;
}

.title-level-1 {
  margin: 0 0 1.5rem 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}

.title-level-2 {
  margin: 0 0 1.5rem 0;
  font-size: 1.38rem;
  font-weight: 600;
  line-height: 1.8rem;
}

.title-level-3 {
  margin: 0 0 1.5rem 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.7rem;
}

.btn {
  position: relative;
  display: flex;
  min-width: 11.25rem;
  height: 2.375rem;
  font-size: 1.12rem;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(180deg, #18d7de 0%, #1ad68d 100%);
  border-radius: 0.25rem;
}
.btn span {
  z-index: 1;
}
.btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, #18d7de 0%, #1ad68d 100%);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: 0;
}
.btn:hover {
  text-decoration: none;
}
.btn:hover::after {
  opacity: 1;
}

.text-gradient-main {
  background: linear-gradient(270deg, #1feef6 0%, #1ce698 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-gradient {
  background: linear-gradient(270deg, #3ecaf7 0%, #38dfb4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grid-template-columns {
  grid-template-columns: repeat(6, 1fr);
}

/* Header */
.logo {
  display: flex;
  height: 50px;
  font-weight: 600;
  font-size: 1.88rem;
  align-items: center;
  color: #fff;
}
.logo b {
  position: relative;
  display: inline-block;
  margin-left: 4px;
  background: linear-gradient(253deg, #1feef6 0%, #1ce698 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.logo b::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(53deg, #1feef6 0%, #1ce698 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.logo svg {
  margin-right: 8px;
}
.logo:hover {
  text-decoration: none;
}
.logo:hover b::before {
  opacity: 1;
}

.header {
  position: relative;
  z-index: 5;
}
.header__wrap {
  position: absolute;
  width: 100%;
}
.header__container {
  display: flex;
  height: 66px;
  justify-content: space-between;
  align-items: center;
}

.menu {
  font-size: 1.12rem;
}
.menu__span {
  display: flex;
}
.menu__item {
  display: inline-flex;
  margin: 0 3.75rem 0 0;
}
.menu__item a {
  width: 100%;
  padding: 0.625rem;
  color: #fff;
}
.menu__item a:hover {
  text-decoration: none;
  color: #1FF6D6;
}
.menu__contact-us a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu__contact-us a svg {
  margin-right: 0.5rem;
}

/* Intro */
.intro {
  padding-top: 8.125rem;
  color: #fff;
  background: url("../images/intro-bg.jpg") center top;
  background-size: cover;
}
.intro__container {
  display: flex;
  flex-flow: column nowrap;
  gap: 3.375rem;
  margin-bottom: 5rem;
}
.intro__description {
  flex: 1;
}
.intro__list {
  max-width: 28.5rem;
  margin-bottom: 2.5rem;
  list-style: none;
  font-size: 1.12rem;
}
.intro__list li {
  line-height: 1.38rem;
  margin-bottom: 1rem;
}
.intro__btn {
  max-width: 11.25rem;
}
.intro__box {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: center;
}
.intro__box::after {
  content: "";
  position: absolute;
  top: 18px;
  z-index: 1;
  max-width: 384px;
  width: 99%;
  height: 94%;
  box-shadow: -21px 2px 46px 0 rgba(0, 0, 0, 0.29), -83px 6px 83px 0 rgba(0, 0, 0, 0.26), -187px 14px 112px 0 rgba(0, 0, 0, 0.15), -332px 25px 133px 0 rgba(0, 0, 0, 0.04);
}
.intro__box img {
  z-index: 2;
}

.statistics__row {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  gap: 1rem;
}
.statistics__widget-wrap {
  max-width: 434px;
  border: 2px solid #2AD794;
  margin-bottom: 2.5rem;
}
.statistics__widget {
  position: relative;
  max-width: 430px;
  width: 100%;
}
.statistics__widget a {
  position: relative;
  display: flex;
}
.statistics__widget p {
  margin: -2px 0 0;
  padding: 0.5rem;
  font-size: 15px;
  line-height: 15px;
}
.statistics__widget-title {
  position: relative;
  z-index: 4;
  width: 100%;
  height: 35px;
  margin-bottom: -24px;
  padding-left: 1.5rem;
  font-weight: 600;
  line-height: 35px;
  background: linear-gradient(180deg, #16cdd3 0%, #2ad794 100%);
}
@media (min-width: 992px) and (max-width: 1070px) {
  .statistics__widget-title {
    margin-bottom: -20px;
  }
}
@media (max-width: 380px) {
  .statistics__widget-title {
    margin-bottom: -18px;
  }
}
.statistics__frame {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.statistics__large {
  display: flex;
  flex-flow: column nowrap;
  max-width: 804px;
  border: 2px solid #2AD794;
}
.statistics__large-title {
  position: relative;
  z-index: 4;
  width: 100%;
  height: 35px;
  padding-left: 1.5rem;
  font-weight: 600;
  line-height: 35px;
  background: linear-gradient(180deg, #16cdd3 0%, #2ad794 100%);
}
.statistics__info {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  margin-top: 10px;
  gap: 8px;
  align-items: self-start;
}
.statistics__info p {
  margin: 0;
  padding: 0 0 0.625rem 0.625rem;
  font-size: 15px;
  line-height: 1.1875rem;
}
.statistics .arrow-line {
  position: relative;
  min-width: 32px;
  height: 10px;
  margin-top: 15px;
  background: linear-gradient(to right, #ffffff, #ffffff) no-repeat center;
  background-size: 100% 2px;
  transform: rotate(270deg);
}
.statistics .arrow-line::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: solid white;
  border-width: 5px 0 5px 8px; /* розмір стрілки */
  display: inline-block;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: white;
}

/* About us */
.about-us {
  color: #fff;
  background: url("../images/about-us-bg.jpg") center top;
  background-size: cover;
  /*&__description {
    display: block;
    @extend %grid-template-columns;
  }*/
}
.about-us__title {
  display: block;
}
.about-us__grid {
  gap: 3.75rem 1.5rem;
  counter-reset: steps;
}
.about-us__item {
  position: relative;
}
.about-us__item::before {
  content: counter(steps);
  counter-increment: steps;
  position: absolute;
  top: -12px;
  left: -8px;
  display: flex;
  width: 60px;
  height: 60px;
  font-weight: 600;
  font-size: 1.88rem;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #16cdd3 0%, #2ad794 100%);
  border-radius: 0.12rem;
}
.about-us__item-name {
  min-height: 2.19rem;
  padding: 0 1rem 0 4rem;
  font-weight: 600;
  line-height: 2.19rem;
  background: linear-gradient(180deg, #16cdd3 0%, #2ad794 100%);
}
.about-us__item-paragraph {
  padding: 1rem 0.75rem 0.75rem;
  text-align: left;
  border: 2px solid #2AD794;
  border-radius: 0 0 0.12rem 0.12rem;
}
.about-us__graphs {
  max-width: 1084px;
  margin-top: 3.125rem;
}
.about-us__graphs--name {
  min-height: 2.19rem;
  padding: 0.625rem 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  background: linear-gradient(180deg, #16cdd3 0%, #2ad794 100%);
}
.about-us__graphs--image {
  margin-bottom: 1rem;
  border: 2px solid #2AD794;
  border-radius: 0 0 0.12rem 0.12rem;
}

/* Backtests */
.backtests__description {
  display: flex;
  margin-bottom: 1.5rem;
  flex-flow: column nowrap;
  gap: 1.5rem;
}
.backtests .title-level-2 {
  margin-bottom: 0.5rem;
}
.backtests__paragraph {
  margin-bottom: 1.5rem;
}
.backtests__image {
  margin-bottom: 2.5rem;
}
.backtests__container {
  max-width: 1704px;
  margin: 0 auto;
  padding: 0 1rem;
}
.backtests__grid {
  display: grid;
  grid: 1fr/1fr;
  gap: 1.5rem;
}
.backtests__item {
  display: flex;
  max-width: 824px;
  margin: 0 auto;
  flex-flow: column nowrap;
}
.backtests__item a {
  border-left: 2px solid #2AD7C6;
  border-right: 2px solid #2AD7C6;
  border-bottom: 27px solid #2AD7C6;
}
.backtests__name {
  padding: 0.75rem 1rem 0.5rem 1.5rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(180deg, #16cdd3 0%, #1acf85 19.81%, #2ad7c6 100%);
}

/* Order */
.order {
  color: #fff;
  background: url("../images/order-bg.jpg") center top;
  background-size: cover;
  /* HTML: <div class="loader"></div> */
}
.order__container {
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
}
.order__left {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.order__question {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  color: #1ff6d6;
}
.order__paragraph {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.38rem;
}
.order__list {
  margin-bottom: 2.5rem;
  list-style: none;
  font-size: 1.12rem;
}
.order__list li {
  line-height: 1.38rem;
  margin-bottom: 1rem;
}
.order__btn {
  height: 53px;
  font-size: 1.5rem;
}
.order__btn b {
  margin-left: 1rem;
}
.order__right {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.order__right p {
  max-width: 366px;
  text-align: center;
}
.order__right a:hover {
  text-decoration: underline;
}
.order__box {
  position: relative;
  display: flex;
  max-width: 288px;
  margin-bottom: 2.5rem;
  justify-content: center;
}
.order__box::after {
  content: "";
  position: absolute;
  top: 14px;
  z-index: 1;
  max-width: 384px;
  width: 98%;
  height: 93%;
  box-shadow: -21px 2px 46px 0 rgba(0, 0, 0, 0.29), -83px 6px 83px 0 rgba(0, 0, 0, 0.26), -187px 14px 112px 0 rgba(0, 0, 0, 0.15), -332px 25px 133px 0 rgba(0, 0, 0, 0.04);
}
.order__box img {
  z-index: 2;
}
.order__guarantee {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.38rem;
  text-align: center;
}
.order__guarantee span {
  margin-right: 0.5rem;
  font-size: 1.88rem;
}
.order__special {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.order__special--title {
  margin-bottom: 0.5rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
}
.order__special--description {
  display: inline-flex;
  margin-bottom: 1rem;
  font-size: 2rem;
  align-items: center;
  line-height: 3rem;
}
.order__special--digital {
  margin: 0 0.5rem;
  padding: 8px 10px;
  font-family: "Orbitron", sans-serif;
  font-size: 3.5rem;
  background: #1c1c1c;
  border-radius: 5px;
  box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.3);
  display: inline-block;
}
.order__special--old-price {
  position: relative;
  margin-left: 0.75rem;
}
.order__special--line-through {
  position: absolute;
  width: 120%;
  height: 2px;
  margin-top: 12px;
  margin-left: -5px;
  background-color: #fff;
  transform: rotate(-17deg);
}
.order__special--btn {
  padding: 0 1.5rem;
}
.order #sst-license-count {
  width: 100%;
  min-height: 190px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.order .loader {
  width: 35px;
  height: 35px;
  margin: 0 auto;
  aspect-ratio: 1;
  --_g: no-repeat radial-gradient(circle closest-side,#fff 90%,#fff);
  background: var(--_g) 0 0, var(--_g) 0 100%, var(--_g) 100% 100%;
  background-size: 40% 40%;
  animation: l11 1s infinite linear;
}
@keyframes l11 {
  25% {
    background-position: 100% 0, 0 100%, 100% 100%;
  }
  50% {
    background-position: 100% 0, 0 0, 100% 100%;
  }
  75% {
    background-position: 100% 0, 0 0, 0 100%;
  }
  100% {
    background-position: 100% 100%, 0 0, 0 100%;
  }
}

/* Feedback */
.feedback__container {
  display: flex;
  flex-flow: column nowrap;
  gap: 1.5rem;
}
.feedback__right {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.feedback__form {
  max-width: 472px;
  width: 100%;
  margin: 0 auto;
}
.feedback__block {
  display: flex;
  flex-flow: column nowrap;
}
.feedback__row {
  position: relative;
  margin-bottom: 1.5rem;
}
.feedback__row input,
.feedback__row textarea {
  width: 100%;
  display: block;
  color: #043b4d;
  background: transparent;
  border: none;
  border-bottom: 1px solid #043b4d;
  -webkit-appearance: none;
}
.feedback__row input:focus, .feedback__row input.used,
.feedback__row textarea:focus,
.feedback__row textarea.used {
  border: none;
  border-bottom: 1px solid #043b4d;
}
.feedback__row input:focus ~ label, .feedback__row input.used ~ label,
.feedback__row textarea:focus ~ label,
.feedback__row textarea.used ~ label {
  opacity: 0;
}
.feedback__row input {
  height: 1.75rem;
}
.feedback__row input:focus {
  outline: none;
}
.feedback__row textarea {
  height: 3.875rem;
  padding-bottom: 5px;
}
.feedback__row label {
  position: absolute;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: 0.3s ease 0s;
}
.feedback__textarea {
  margin-bottom: 3rem;
}
.feedback__btn {
  width: 100%;
  cursor: pointer;
}
.feedback .form-after-sending {
  display: none;
  padding: 40px 0 143px;
  font-size: 3.125rem;
  text-align: center;
  line-height: 1.1em;
}
.feedback .error-message {
  position: absolute;
  right: 0;
  font-size: 0.875rem;
  color: #be2626;
}

/* Footer */
.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  min-height: 6.125rem;
  margin-top: auto;
  color: #fff;
  background-color: #0D718A;
}
.footer__container {
  display: flex;
  padding: 1rem 0;
  flex-flow: column nowrap;
  align-items: center;
  font-size: 0.88rem;
}
.footer__terms a {
  color: #fff;
}
.footer__copyright {
  text-align: right;
}

.page-wrap {
  min-height: 100vh;
  margin-bottom: -6.125rem;
  padding: 10rem 0;
  color: #fff;
  background: url("../images/intro-bg.jpg") center top;
  background-size: cover;
}

.backtests-page {
  text-align: center;
  letter-spacing: 0;
}
.backtests-page table {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}
.backtests-page table td {
  padding: 3px;
  font: 11px Tahoma, Arial, sans-serif;
}
.backtests-page img {
  margin: 1.5rem auto;
}
.backtests-page a {
  margin: 0 auto;
}
.backtests-page__btn {
  max-width: 820px;
}

@media (min-width: 992px) {
  h1, h2, h3, h4, h5, h6 {
    text-wrap: balance;
  }
  .title-level-1 {
    margin: 0 0 2.5rem 0;
    font-size: 3.75rem;
    font-weight: 600;
    line-height: 4.5rem;
  }
  .title-level-2 {
    margin: 0 0 2.5rem 0;
    font-size: 3.75rem;
    font-weight: 600;
    line-height: 4.5rem;
  }
  .title-level-3 {
    margin: 0 0 2.5rem 0;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 3rem;
  }
}
@media (max-width: 575.98px) {
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
  }
  .order__special--title {
    font-size: 1.625rem;
    line-height: 1.25em;
  }
  .order__special--description {
    font-size: 1.25rem;
    line-height: 1.25em;
  }
  .order__special--digital {
    font-size: 2.5rem;
    line-height: 1.25em;
  }
  .order #sst-license-count {
    min-height: 175px;
  }
  .order__btn {
    padding: 0 0.5rem;
  }
}
@media (max-width: 991.98px) {
  .header__burger {
    position: relative;
    z-index: 111;
    display: flex;
    padding: 5px;
    margin-right: -5px;
    flex-direction: column;
    justify-self: end;
    cursor: pointer;
  }
  .header__burger span {
    height: 1px;
    width: 18px;
    background-color: #fff;
    margin: 3.5px 0;
    transition: 0.3s;
  }
  .menu {
    display: flex;
    position: absolute;
    z-index: 99;
    right: 0;
    top: -300px;
    opacity: 0;
    flex-direction: column;
    background-color: #043b4d;
    width: 100%;
    text-align: center;
    transition: top 0.4s ease, opacity 0.3s ease;
  }
  .menu__span {
    flex-flow: column nowrap;
  }
  .menu__item {
    margin: 15px 0;
  }
  .menu.active {
    top: 70px;
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .header__nav {
    width: calc(100% - 220px);
  }
  .header__burger {
    display: none;
  }
  .menu {
    display: flex;
    justify-content: flex-end;
  }
  .menu__item {
    margin: 0 7% 0 0;
  }
  .menu__item a {
    width: auto;
  }
  .menu__contact-us {
    margin: 0 0 0 25%;
  }
  /* Intro */
  .intro__container {
    flex-flow: row nowrap;
    gap: 1.5rem;
  }
  .statistics {
    /*&__widget {
      margin-bottom: 2.5rem;
    }*/
  }
  .statistics__row {
    flex-flow: row nowrap;
    align-items: flex-start;
  }
  .statistics__widget-wrap {
    width: 37%;
    margin-bottom: 0;
  }
  .statistics__large {
    width: 62.6%;
  }
  .statistics__info {
    width: 68%;
    margin-top: -11%;
    display: block;
    clear: both;
  }
  .statistics__info p {
    min-height: 91px;
  }
  .statistics .arrow-line {
    float: right;
    margin: 11.5% 0 5px 10px;
    transform: rotate(0deg);
  }
  /* About us */
  .about-us {
    /*&__description {
      display: grid;

      .paragraph-row-01 {
        grid-area: 1 / 1 / span 1 / span 4;
      }

      .paragraph-row-02 {
        grid-area: 2 / 3 / span 1 / span 4;
      }

      .paragraph-row-03 {
        grid-area: 3 / 2 / span 1 / span 4;
      }
    }*/
  }
  .about-us__title {
    display: grid;
  }
  .about-us__title .title-row-01 {
    grid-area: 1/3/span 1/span 4;
  }
  .about-us__title .title-row-02 {
    grid-area: 2/4/span 1/span 3;
    text-align: right;
  }
  .about-us__grid {
    display: grid;
    grid: 1fr/1fr 1fr 1fr;
  }
  .about-us__item.indent {
    margin-top: 8rem;
  }
  /* Backtests */
  .backtests__description {
    flex-flow: row nowrap;
  }
  .backtests__left {
    flex: 1;
  }
  .backtests__right {
    display: flex;
    flex: 1;
    align-items: flex-end;
  }
  .backtests__grid {
    grid: 1fr/1fr 1fr;
  }
  /* Order */
  .order__container {
    flex-flow: row nowrap;
  }
  .order__left {
    flex: 1;
    align-items: flex-start;
  }
  .order__right {
    flex: 1;
  }
  .order__special {
    margin-top: -1rem;
    align-items: flex-start;
  }
  .order__special--description {
    white-space: nowrap;
  }
  .order #sst-license-count {
    min-height: 174px;
    justify-content: flex-start;
  }
  /* Feedback */
  .feedback__container {
    flex-flow: row nowrap;
  }
  .feedback__left {
    flex: 1;
  }
  .feedback__right {
    flex: 1;
  }
  /* Footer */
  .footer__container {
    height: 6.125rem;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}

/*# sourceMappingURL=index.css.map */
