@charset "UTF-8";
@import url("https://web.archive.org/web/20250421134256cs_/https://web.archive.org/web/20240626194751cs_/https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;700;900&display=swap");
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1
; }


/*! 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 {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          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;
     -moz-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 {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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; }


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

a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease; }

figure {
  margin: 0; }

button {
  display: inline-block;
  border: none;
  background-color: transparent;
  color: inherit;
  padding: 0;
  cursor: pointer; }

p {
  margin: 0; }

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

img {
  vertical-align: top;
  max-width: 100%; }

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

input::-ms-clear {
  display: none; }

picture {
  display: inline-block;
  vertical-align: top; }

label {
  display: inline-block; }

input {
  border: none;
  -webkit-appearance: none; }

svg {
  vertical-align: top; }

html {
  font-size: 100%; }

body {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: "Montserrat", sans-serif;
  background: -webkit-gradient(linear, left top, right top, from(#050840), color-stop(50.14%, #14185F), color-stop(50.15%, #14185F), color-stop(99.48%, #050840), to(#050840));
  background: -webkit-linear-gradient(left, #050840 0%, #14185F 50.14%, #14185F 50.15%, #050840 99.48%, #050840 100%);
  background: -moz-linear-gradient(left, #050840 0%, #14185F 50.14%, #14185F 50.15%, #050840 99.48%, #050840 100%);
  background: -o-linear-gradient(left, #050840 0%, #14185F 50.14%, #14185F 50.15%, #050840 99.48%, #050840 100%);
  background: linear-gradient(90deg, #050840 0%, #14185F 50.14%, #14185F 50.15%, #050840 99.48%, #050840 100%);
  color: #ffffff; }

.layout-template-wrapper {
  position: relative;
  display: block;
  min-height: 100vh;
  overflow: hidden; }

.layout-template-wrapper__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }

.template-wrapper {
  margin: 0 auto;
  width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  max-width: 71.25rem; }

.event-none {
  pointer-events: none; }

.btn {
  cursor: pointer;
  font-weight: 500;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  background: -webkit-gradient(linear, left top, right top, from(#f46026), to(#e87f2a));
  background: -webkit-linear-gradient(left, #f46026 0%, #e87f2a 100%);
  background: -moz-linear-gradient(left, #f46026 0%, #e87f2a 100%);
  background: -o-linear-gradient(left, #f46026 0%, #e87f2a 100%);
  background: linear-gradient(90deg, #f46026 0%, #e87f2a 100%);
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  -webkit-border-radius: 0.1875rem;
     -moz-border-radius: 0.1875rem;
          border-radius: 0.1875rem;
  -webkit-box-shadow: 0px 2px 20px rgba(240, 136, 125, 0.5);
     -moz-box-shadow: 0px 2px 20px rgba(240, 136, 125, 0.5);
          box-shadow: 0px 2px 20px rgba(240, 136, 125, 0.5);
  height: 3.5rem; }
  .btn span {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #ffffff;
    position: relative;
    z-index: 3; }
  .btn::before, .btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    opacity: 0;
    -webkit-border-radius: 0.1875rem;
       -moz-border-radius: 0.1875rem;
            border-radius: 0.1875rem; }
  .btn::before {
    background: -webkit-gradient(linear, left top, right top, from(#e87f2a), color-stop(13.54%, #f46026), color-stop(85.94%, #f46026), to(#e87f2a));
    background: -webkit-linear-gradient(left, #e87f2a 0%, #f46026 13.54%, #f46026 85.94%, #e87f2a 100%);
    background: -moz-linear-gradient(left, #e87f2a 0%, #f46026 13.54%, #f46026 85.94%, #e87f2a 100%);
    background: -o-linear-gradient(left, #e87f2a 0%, #f46026 13.54%, #f46026 85.94%, #e87f2a 100%);
    background: linear-gradient(90deg, #e87f2a 0%, #f46026 13.54%, #f46026 85.94%, #e87f2a 100%); }
  .btn::after {
    background: -webkit-gradient(linear, left top, right top, from(#f46026), color-stop(14.58%, #e87f2a), color-stop(85.94%, #e87f2a), to(#f46026));
    background: -webkit-linear-gradient(left, #f46026 0%, #e87f2a 14.58%, #e87f2a 85.94%, #f46026 100%);
    background: -moz-linear-gradient(left, #f46026 0%, #e87f2a 14.58%, #e87f2a 85.94%, #f46026 100%);
    background: -o-linear-gradient(left, #f46026 0%, #e87f2a 14.58%, #e87f2a 85.94%, #f46026 100%);
    background: linear-gradient(90deg, #f46026 0%, #e87f2a 14.58%, #e87f2a 85.94%, #f46026 100%); }
  .btn:hover::before {
    opacity: 1; }
  .btn:active::after {
    opacity: 1; }

.btn_dont-background {
  background: transparent; }

.no-scroll {
  overflow: hidden;
  position: relative; }

.main-header {
  position: relative;
  width: 100%;
  height: 53.125rem;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  
  .second-header {
    min-height: 8.5rem;
    margin-top: 3rem;
  }

.main-h1 {
  font-size: 2.5rem;
  line-height: 3.0625rem;
  font-weight: 700;
  color: #232865; }

.header-text {
  font-weight: 500;
  color: #232865; }

*::-webkit-scrollbar {
  width: 0.625rem;
  background: #1C2063;
  height: 0.625rem; }

*::-webkit-scrollbar-thumb {
  width: 0.625rem;
  background: -webkit-gradient(linear, left top, right top, from(#f46026), to(#e87f2a));
  background: -webkit-linear-gradient(left, #f46026 0%, #e87f2a 100%);
  background: linear-gradient(90deg, #f46026 0%, #e87f2a 100%); }

*::-webkit-scrollbar-track {
  border-width: 0;
  background: #1C2063; }

.main-h2 {
  font-size: 2.5rem;
  line-height: 3.0625rem;
  font-weight: 700;
  color:#e1813d;
  position: relative;
  text-align: center; }

.main-h2_right {
  text-align: right; }

.h2-prev-text {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400; }

.h3-title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5rem; }

.slider-pagination {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .slider-pagination .slick-dots {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .slider-pagination li {
    width: auto;
    height: auto;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    margin-right: 1.25rem; }
    .slider-pagination li.slick-active button::after {
      opacity: 1; }
  .slider-pagination li:last-child {
    margin-right: 0; }
  .slider-pagination button {
    font-size: 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    width: 1.0625rem !important;
    height: 1.0625rem !important;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    padding: 0 !important;
    position: relative; }
    .slider-pagination button::before {
      content: '';
      display: block;
      position: absolute;
      width: 100% !important;
      height: 100% !important;
      font-size: 0 !important;
      background: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/index/news/border.svg") no-repeat;
      -moz-background-size: 100% 100%;
           background-size: 100% 100%;
      opacity: 1 !important;
      z-index: 1;
      top: 0;
      left: 0; }
    .slider-pagination button::after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 0;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      transition: 0.3s ease;
      z-index: 2; }
    .slider-pagination button:hover::after {
      opacity: 1; }

.header-background-other-page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.header-text-other-page {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  margin-top: 3.4375rem; }

.header-text_other-page {
  margin-top: -1.8125rem; }

.template-wrapper_other-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.mfp-bg {
  background: rgba(1, 10, 25, 0.8);
  opacity: 1; }
  .mfp-bg.callback-modal {
    -moz-background-size: cover;
         background-size: cover;
    opacity: 1; }

.footnote {
  font-size: 0.875rem;
  line-height: 1.75rem; }

.mfp-close-btn-in .mfp-close {
  width: 3.5rem;
  height: 3.5rem;
  background: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.sgc1ja9e9m4z4q8c4cko79dnmd1g124k7onvl35vdhpeu24bpt.svg") no-repeat;
  -moz-background-size: 100%;
       background-size: 100%;
  font-size: 0;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  opacity: 1;
  top: -0.0625rem;
  right: -0.3125rem; }
  .mfp-close-btn-in .mfp-close:hover {
    opacity: 0.8; }

.js-focus-visible :focus:not(.focus-visible):not(.link-news) {
  outline: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none; }

.header-text-other {
  font-size: 1.25rem;
  line-height: 150%;
  color: #ECECEC; }

.background {
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 0; }
  .background img {
    width: 100%; }

.clip-svg {
  opacity: 0;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%; }

.btn_big-text {
  font-size: 1.3125rem;
  line-height: 1.5rem;
  font-weight: 500; }

.mobile-pagination {
  margin-top: 3.75rem; }
  .mobile-pagination .slick-dots {
    position: static; }
    .mobile-pagination .slick-dots li {
      width: auto;
      height: auto;
      margin-left: 0;
      margin-right: 1.875rem; }
      .mobile-pagination .slick-dots li button {
        font-size: 0;
        width: 2.125rem;
        height: 2.125rem;
        background: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/pagination-mobile-background.svg") no-repeat;
        -moz-background-size: 100%;
             background-size: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 0; }
        .mobile-pagination .slick-dots li button::before {
          content: '';
          display: block;
          width: 1.5rem;
          height: 1.5rem;
          background: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/pagination-marker-mobile.svg") no-repeat;
          -moz-background-size: 100%;
               background-size: 100%;
          position: static;
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          -moz-transition: .3s ease;
          transition: .3s ease;
          opacity: 0; }
      .mobile-pagination .slick-dots li.slick-active button::before {
        opacity: 1; }
    .mobile-pagination .slick-dots li:last-child {
      margin-right: 0; }

.btn-transparent-background {
  position: relative;
  cursor: pointer;
  padding: 0.375rem 2.625rem; }
  .btn-transparent-background::before {
    content: '';
    position: absolute;
    display: block;
    z-index: 2;
    width: -webkit-calc(100% - 1.625rem);
    width: -moz-calc(100% - 1.625rem);
    width: calc(100% - 1.625rem);
    height: 100%;
    left: 50%;
    top: 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    background: transparent;
    -webkit-border-top-left-radius: 0.125rem 0.125rem;
       -moz-border-radius-topleft: 0.125rem 0.125rem;
            border-top-left-radius: 0.125rem 0.125rem;
    -webkit-border-top-right-radius: 0.75rem 0.5625rem;
       -moz-border-radius-topright: 0.75rem 0.5625rem;
            border-top-right-radius: 0.75rem 0.5625rem;
    -webkit-border-bottom-left-radius: 0.75rem 0.5625rem;
       -moz-border-radius-bottomleft: 0.75rem 0.5625rem;
            border-bottom-left-radius: 0.75rem 0.5625rem;
    -webkit-border-bottom-right-radius: 0.125rem 0.125rem;
       -moz-border-radius-bottomright: 0.125rem 0.125rem;
            border-bottom-right-radius: 0.125rem 0.125rem;
    -webkit-transform: translateX(-50%) skewX(-45deg);
       -moz-transform: translateX(-50%) skewX(-45deg);
        -ms-transform: translateX(-50%) skewX(-45deg);
         -o-transform: translateX(-50%) skewX(-45deg);
            transform: translateX(-50%) skewX(-45deg); }
  .btn-transparent-background span {
    line-height: 1.5rem;
    font-weight: 500;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    position: relative;
    z-index: 2; }
    .btn-transparent-background span::before {
      content: '';
      width: 3.75rem;
      height: 1.75rem;
      display: block;
      position: absolute;
      top: 50%;
      left: 0.3125rem;
      -webkit-transform: translateY(-50%) skewX(-4deg);
         -moz-transform: translateY(-50%) skewX(-4deg);
          -ms-transform: translateY(-50%) skewX(-4deg);
           -o-transform: translateY(-50%) skewX(-4deg);
              transform: translateY(-50%) skewX(-4deg);
      background-repeat: no-repeat;
      -moz-background-size: 100%;
           background-size: 100%; }
  .btn-transparent-background:hover span {
    color: #ffffff; }
  .btn-transparent-background.active span {
    color: #ffffff; }

.only-mobile {
  display: none; }

.template-wrapper_other-header {
  max-width: 77.5rem; }

.background-section {
  position: absolute;
  z-index: -1; }

.background-section_left {
  left: 0;
  top: -14.5625rem; }

.background-section_right {
  right: 0;
  top: -17.1875rem; }

.tab-switch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.tab-switch-item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .tab-switch-item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

input::-webkit-input-placeholder {
  font-size: 0.9375rem;
  line-height: 1.75rem;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

input::-moz-placeholder {
  font-size: 0.9375rem;
  line-height: 1.75rem;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

input:-moz-placeholder {
  font-size: 0.9375rem;
  line-height: 1.75rem;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

input:-ms-input-placeholder {
  font-size: 0.9375rem;
  line-height: 1.75rem;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

input:focus:-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

input:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.main-h2_center {
  text-align: center; }

.main-content {
  position: relative;
  z-index: 1; }

.h4-title {
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 2.875rem;
  margin-bottom: 1.875rem; }

.all-text-big {
  font-size: 1.625rem;
  line-height: 2.5rem; }

.mfp-bg,
.mfp-wrap {
  z-index: 10001; }

.main-background-wrapper {
  max-width: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.main-background-red {
  width: 100%;
  height: 34.4375rem;
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .main-background-red::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .main-background-red .line-item {
    background: #D94247; }

.main-background-other {
  height: 100%;
  width: 100%; }
  .main-background-other .line-item {
    background: #E8E8E8; }

.line-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 75rem;
  margin: 0 auto;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.line-item {
  width: 0.0625rem;
  height: 100%; }
  .line-item:nth-child(2) {
    -webkit-transform: translateX(-0.3125rem);
       -moz-transform: translateX(-0.3125rem);
        -ms-transform: translateX(-0.3125rem);
         -o-transform: translateX(-0.3125rem);
            transform: translateX(-0.3125rem); }
  .line-item:nth-child(3) {
    -webkit-transform: translateX(0.3125rem);
       -moz-transform: translateX(0.3125rem);
        -ms-transform: translateX(0.3125rem);
         -o-transform: translateX(0.3125rem);
            transform: translateX(0.3125rem); }

.main-background-image {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 75rem;
  width: 100%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  min-height: 153.4375rem; }

.image-laptop-background {
  max-width: none;
  position: absolute;
  display: none;
  left: 0.875rem;
  top: 0;
  width: -webkit-calc(100% - 1.75rem);
  width: -moz-calc(100% - 1.75rem);
  width: calc(100% - 1.75rem);
  height: 100%; }

.main-background-image_other-page {
  margin-top: 0; }

.btn-more_dark span {
  color: #ffffff; }

.block-w-border-wrapper {
  position: relative;
  background: #ffffff;
  padding: 1.5625rem; }

.block-w-border-wrapper-inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%; }

.all-text_block-w-border {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem; }

.section-wrapper {
  position: relative; }

.dark-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative; }
  .dark-block::before {
    content: '';
    display: block;
    position: absolute;
    width: -webkit-calc(100% - 0.375rem);
    width: -moz-calc(100% - 0.375rem);
    width: calc(100% - 0.375rem);
    height: -webkit-calc(100% - 0.375rem);
    height: -moz-calc(100% - 0.375rem);
    height: calc(100% - 0.375rem);
    top: 0.1875rem;
    left: 0.1875rem; }

.no-events {
  pointer-events: none; }

.background-img-other-page.mobile {
  display: none; }

.all-pagination {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .all-pagination .slick-dots {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: static;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: auto; }
  .all-pagination li {
    margin-left: 0;
    margin-right: 0.875rem;
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .all-pagination li button {
      width: 0.75rem;
      height: 0.75rem;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      -moz-transition: .3s ease;
      transition: .3s ease;
      padding: 0;
      position: relative;
      border: 0.125rem solid rgba(28, 32, 99, 0.2);
      background: transparent; }
      .all-pagination li button::before {
        display: none; }
      .all-pagination li button:hover {
        background: #2A32EC;
        border-color: #7b80c5; }
    .all-pagination li:last-child {
      margin-right: 0; }
    .all-pagination li.slick-active button {
      border-color: #7b80c5;
      background: #2A32EC; }

.all-arrow {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  max-width: 76.875rem;
  width: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.main-slider-arrow {
  position: relative;
  right: auto;
  left: auto;
  top: auto;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  width: 3.5rem;
  height: 4rem;
  background-repeat: no-repeat;
  -moz-background-size: 100%;
       background-size: 100%;
  pointer-events: auto;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .main-slider-arrow.slick-prev {
    background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.9kyga0lhbihpcy1ubbs2xj5s941fbdq41m7otqth2tisodxydw.svg"); }
  .main-slider-arrow.slick-next {
    background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.rmwkuqi7t36dpyu9et88ib8vtqw4lq6ltvewmx6si1lwmjdbc4.svg"); }
  .main-slider-arrow:hover {
    opacity: 0.7; }
  .main-slider-arrow:active {
    opacity: 0.7; }
  .main-slider-arrow::before {
    display: none; }

.section-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  z-index: -1; }

.all-arrow_dark .main-slider-arrow {
  background: #F6F6F6; }
  .all-arrow_dark .main-slider-arrow path {
    fill: #14101F;
    opacity: 0.2;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease; }
  .all-arrow_dark .main-slider-arrow:hover {
    background: #E8E8E8; }
    .all-arrow_dark .main-slider-arrow:hover path {
      opacity: 0.5; }

.overflow-hidden {
  overflow: hidden; }

.all-text_center {
  text-align: center; }

.main-h2_other-line-height {
  line-height: 3rem; }

.prev-title {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1.375rem;
  margin-bottom: 1.25rem;
  position: relative; }

.arrow-button {
  margin-left: 1.1875rem; }
  .arrow-button path {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease; }

.wrapper-inner-purple {
  -webkit-border-radius: 1.875rem;
     -moz-border-radius: 1.875rem;
          border-radius: 1.875rem;
  width: 100%;
  overflow: hidden;
  position: relative; }

.main-h2_left {
  text-align: left; }

.h2-prev-text_right {
  text-align: right; }

.prev-title_white {
  color: #ffffff; }

.section-with-decor {
  position: relative; }
  .section-with-decor::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: -webkit-calc((100vw - 75rem) / 2 + 30.1875rem);
    width: -moz-calc((100vw - 75rem) / 2 + 30.1875rem);
    width: calc((100vw - 75rem) / 2 + 30.1875rem);
    height: 100%; }

.template-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.template-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.arrow-slider-wrapper {
  width: 11rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.h2-wrapper_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.arrow-slider-wrapper_white .number-slide-wrapper {
  color: #ffffff; }

.arrow-slider-wrapper_white .main-slider-arrow {
  border-color: #ffffff; }
  .arrow-slider-wrapper_white .main-slider-arrow path {
    fill: #ffffff; }

.btn-open-account {
  font-size: 1.125rem;
  line-height: 1.3125rem;
  font-weight: 400;
  height: 2.375rem;
  min-width: 15rem;
  background: #ffffff;
  border: 1px solid #ffffff;
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem; }
  .btn-open-account:hover {
    color: #ffffff;
    border-color: #ffffff; }
  .btn-open-account:active {
    background: rgba(47, 59, 81, 0.8);
    color: #ffffff;
    border-color: #ffffff; }

.btn-open-account_dark {
  color: #ffffff; }
  .btn-open-account_dark:hover, .btn-open-account_dark:active {
    background: #ffffff; }

.scene {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.all-text {
  font-size: 1rem;
  line-height: 1.5rem; }
.all-text p {
  margin-bottom: 10px;
}
.h3-orng {
  font-size: 1.7rem;
  margin-bottom: 1.5rem;
  margin-top: 2.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: #e1813d;
  position: relative;
}
.mb25 {
  margin-bottom:1.5rem;
}
.btn-start-trade-2 {
  min-width: 21.375rem;
  height: 4rem;
  font-size: 1.375rem;
  line-height: 1.75rem;
  color: linear-gradient(90deg, #f46026 0%, #e87f2a 100%); }
  .btn-start-trade-2:hover {
    background: -webkit-gradient(linear, left top, right top, from(#e87f2a), color-stop(13.54%, #f46026), color-stop(85.94%, #f46026), to(#e87f2a));
    background: -webkit-linear-gradient(left, #e87f2a 0%, #f46026 13.54%, #f46026 85.94%, #e87f2a 100%);
    background: -moz-linear-gradient(left, #e87f2a 0%, #f46026 13.54%, #f46026 85.94%, #e87f2a 100%);
    background: -o-linear-gradient(left, #e87f2a 0%, #f46026 13.54%, #f46026 85.94%, #e87f2a 100%);
    background: linear-gradient(90deg, #e87f2a 0%, #f46026 13.54%, #f46026 85.94%, #e87f2a 100%); }
  .btn-start-trade-2:active {
    border-color: #5795CA;
    background: #5795CA; }

.h3-title_white,
.all-text_white {
  color: #ffffff; }

.h3-title_center,
.all-text_center {
  text-align: center; }

.main-header_other-page {
  height: 60.0625rem; }

.header-text-block_other-page {
  width: 100%;
  min-height: 20.5rem;
  padding-top: 12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap:20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.first-logo {
  position: absolute;
  top: -2.5rem;
  left: 12%;
}

.first-logo img {
  width: 470px;
}

.btn-start-trade {
  min-width: 15.9375rem; }

.dark-text {
  color: #232865; }

.header-background-wrapper::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.mvwn5l0utpiuctqlxsye9d5cin0ebof15p1hyrm5l2dvfbzqoq.png");
  -moz-background-size: cover;
       background-size: cover;
  background-position: 47% top; }

.main-h1_other-page {
  max-width: 33.75rem; }

.blue-button {
  background: -webkit-gradient(linear, left top, right top, from(#1F66E7), to(#1999F0));
  background: -webkit-linear-gradient(left, #1F66E7 0%, #1999F0 100%);
  background: -moz-linear-gradient(left, #1F66E7 0%, #1999F0 100%);
  background: -o-linear-gradient(left, #1F66E7 0%, #1999F0 100%);
  background: linear-gradient(90deg, #1F66E7 0%, #1999F0 100%);
  -webkit-box-shadow: 0px 2px 20px rgba(31, 101, 231, 0.5);
     -moz-box-shadow: 0px 2px 20px rgba(31, 101, 231, 0.5);
          box-shadow: 0px 2px 20px rgba(31, 101, 231, 0.5); }
  .blue-button::before {
    background: -webkit-gradient(linear, left top, right top, from(#1999F0), color-stop(14.58%, #1F66E7), color-stop(85.94%, #1F66E7), to(#1999F0));
    background: -webkit-linear-gradient(left, #1999F0 0%, #1F66E7 14.58%, #1F66E7 85.94%, #1999F0 100%);
    background: -moz-linear-gradient(left, #1999F0 0%, #1F66E7 14.58%, #1F66E7 85.94%, #1999F0 100%);
    background: -o-linear-gradient(left, #1999F0 0%, #1F66E7 14.58%, #1F66E7 85.94%, #1999F0 100%);
    background: linear-gradient(90deg, #1999F0 0%, #1F66E7 14.58%, #1F66E7 85.94%, #1999F0 100%); }
  .blue-button::after {
    background: -webkit-gradient(linear, left top, right top, from(#1F66E7), color-stop(13.54%, #1999F0), color-stop(85.94%, #1999F0), to(#1F66E7));
    background: -webkit-linear-gradient(left, #1F66E7 0%, #1999F0 13.54%, #1999F0 85.94%, #1F66E7 100%);
    background: -moz-linear-gradient(left, #1F66E7 0%, #1999F0 13.54%, #1999F0 85.94%, #1F66E7 100%);
    background: -o-linear-gradient(left, #1F66E7 0%, #1999F0 13.54%, #1999F0 85.94%, #1F66E7 100%);
    background: linear-gradient(90deg, #1F66E7 0%, #1999F0 13.54%, #1999F0 85.94%, #1F66E7 100%); }

.all-text_small {
  font-size: 0.9375rem;
  line-height: 1.125rem; }


@media (max-width: 1024px) {
  .for-desktop {
    display: none !important; } }

@media (min-width: 1025px) {
  .for-mobile {
    display: none !important; } }

.clearfix {
  overflow: auto; }
  .clearfix::after {
    content: "";
    display: table;
    clear: both; }

.main-nav-wrapper,
.main-nav__list,
.header-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.main-nav__list {
  width: 100%;
  max-width: 35.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-evenly; }

.main-nav-wrapper {
  position: relative;
  z-index: 152;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem; }

.main-nav__item:not(.main-nav__item_only-mobile) > a {
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: #19208a;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease; }
  .main-nav__item:not(.main-nav__item_only-mobile) > a:hover {
    color: #232865; }
  .main-nav__item:not(.main-nav__item_only-mobile) > a:active {
    color: #232865; }

.main-nav__item.active > a {
  color: linear-gradient(90deg, #e87f2a 0%, #f46026 13.54%, #f46026 85.94%, #e87f2a 100%); }

.main-logo img {
  width: 9rem;
  margin-top: -0.1rem; }

.main-logo .white-logo {
  display: none; }

.enter-account {
  line-height: 2rem;
  font-size: 0.8125rem;
  color: #ffffff;
  white-space: nowrap;
  position: relative;
  font-weight: 400;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background: transparent;
  height: auto;
  padding-left: 2.4375rem;
  padding-right: 0;
  margin-right: 3.375rem;
  text-transform: uppercase; }
  .enter-account::before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.75rem;
    height: 1.75rem;
    background: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/user-icon.svg") no-repeat;
    -moz-background-size: 100%;
         background-size: 100%; }

.header-right-col {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.enter {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: -0.125rem; }

.language-block {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  min-width: 3.4375rem;
  height: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
     -moz-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
       -o-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  padding-top: 0.5rem; }

.btn_enter {
  min-width: 5.9375rem;
  height: 2.375rem;
  margin-right: 1.5rem; }

.language-list-wrapper {
  height: 100%;
  background: #1C1C1C;
  -webkit-box-shadow: 0px 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0px 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0.25rem 0.625rem rgba(0, 0, 0, 0.1); }

.header-col {
  position: relative; }

.header-left-col {
  padding-right: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.main-nav-wrapper_mobile {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 150;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: auto;
  display: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .main-nav-wrapper_mobile .arrow-select-language {
    margin-top: 0.1875rem; }
  .main-nav-wrapper_mobile .mobile-burger {
    display: none; }
  .main-nav-wrapper_mobile .main-logo {
    display: none; }
  .main-nav-wrapper_mobile .header-col {
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: none;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .main-nav-wrapper_mobile .main-nav__list {
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
  .main-nav-wrapper_mobile .header-right-col {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 100%;
    padding-bottom: 3.5rem;
    display: none; }
  .main-nav-wrapper_mobile .main-nav__item a {
    font-size: 1.0625rem;
    line-height: 3.125rem;
    color: #ffffff; }
    .main-nav-wrapper_mobile .main-nav__item a::before {
      margin-top: 0; }
  .main-nav-wrapper_mobile .main-nav__item {
    margin-bottom: 1.25rem;
    margin-right: 0; }
  .main-nav-wrapper_mobile .main-nav__item:first-child.active {
    display: none; }
  .main-nav-wrapper_mobile .enter {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 0; }
  .main-nav-wrapper_mobile .select-language {
    margin-right: 0;
    padding: 0; }
  .main-nav-wrapper_mobile .current-language {
    font-size: 1.5rem;
    line-height: 1.375; }
  .main-nav-wrapper_mobile .header-left-col {
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .main-nav-wrapper_mobile .main-nav {
    margin-right: 0; }

.open-mobile .main-nav-wrapper_desktop::before {
  opacity: 1; }

.open-mobile .main-nav-wrapper_mobile {
  opacity: 1;
  visibility: visible; }

.mobile-burger {
  width: 1.875rem;
  height: 1rem;
  position: relative;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: auto; }
  .mobile-burger.active .mobile-burger__item {
    margin-bottom: 0; }
  .mobile-burger.active .mobile-burger__item:first-child {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
       -moz-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
         -o-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
  .mobile-burger.active .mobile-burger__item:nth-child(2) {
    opacity: 0; }
  .mobile-burger.active .mobile-burger__item:last-child {
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
       -moz-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
         -o-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); }

.mobile-burger__item {
  width: 1.875rem;
  height: 0.125rem;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  position: absolute;
  left: 50%; }

.mobile-burger__item:first-child {
  top: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%); }

.mobile-burger__item:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.mobile-burger__item:last-child {
  bottom: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%); }

.main-nav-wrapper_desktop.fixed {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  z-index: 10000; }
  .main-nav-wrapper_desktop.fixed::before {
    opacity: 1; }
  .main-nav-wrapper_desktop.fixed .main-logo .dark-logo {
    display: none;
  }
  .main-nav-wrapper_desktop.fixed .main-logo .white-logo {
    display:block;
  }
  .main-nav-wrapper_desktop.fixed .main-logo img {
    width: 8.5rem;margin-top: 1px; }
  .main-nav-wrapper_desktop.fixed::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    z-index: -1;
    -webkit-box-shadow: 0px 0.25rem 1.5625rem rgba(0, 0, 0, 0.08);
       -moz-box-shadow: 0px 0.25rem 1.5625rem rgba(0, 0, 0, 0.08);
            box-shadow: 0px 0.25rem 1.5625rem rgba(0, 0, 0, 0.08);
    transition: all .3s;
    background: linear-gradient(90deg, #050840 0%, #14185F 50.14%, #14185F 50.15%, #050840 99.48%, #050840 100%);
    margin-left: -1px; }

.main-nav-wrapper_desktop.fixed .main-nav__item:not(.main-nav__item_only-mobile) > a {
  color: #fff;
}
.main-nav-wrapper_desktop.fixed .slicknav_menu .slicknav_icon-bar{
  background: #1a92efc9;
}
.fake-menu {
  width: 100%;
  height: 7.8125rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: none; }
  .fake-menu.show {
    display: block; }

.submenu-parent_not-event {
  pointer-events: none; }

.main-logo-svg {
  width: 8.8125rem;
  height: 4.625rem; }

.rectangle-menu {
  width: 80rem;
  height: 80rem;
  -webkit-border-radius: 1.5rem;
     -moz-border-radius: 1.5rem;
          border-radius: 1.5rem;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  left: -79.0625rem;
  top: -35.125rem; }

.main-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: -0.3125rem;
  z-index: 4;
  padding-right: 1rem; }

.rectangle-menu-wrapper {
  max-width: 77.5rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%); }

.enter_mobile {
  display: none; }

.separate {
  position: relative;
  z-index: 2;
  display: block; }

.language-icon-svg {
  width: 100%;
  height: 100%; }

.main-nav__item {
  position: relative;
  margin-right: 1.5rem; }

.submenu-icon {
  position: absolute;
  top: 0.4375rem;
  right: 0;
  z-index: 2;
  display: block;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  width: 0.5625rem;
  height: 0.375rem;
  background: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.9rq7pusfarbdgdwdpk1yb1v5u0sdpg20wfnmjm8upsmdloafbn.svg") no-repeat;
  -moz-background-size: 100%;
       background-size: 100%; }

.submenu {
  position: absolute;
  bottom: -0.9375rem;
  left: 0;
  -webkit-transform: translate(0, 100%);
     -moz-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
       -o-transform: translate(0, 100%);
          transform: translate(0, 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  background: -webkit-gradient(linear, left top, right top, from(#D3E3FA), to(#FFFFFF));
  background: -webkit-linear-gradient(left, #D3E3FA 0%, #FFFFFF 100%);
  background: -moz-linear-gradient(left, #D3E3FA 0%, #FFFFFF 100%);
  background: -o-linear-gradient(left, #D3E3FA 0%, #FFFFFF 100%);
  background: linear-gradient(90deg, #D3E3FA 0%, #FFFFFF 100%);
  -webkit-box-shadow: 0px 0px 2.5rem rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0px 0px 2.5rem rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 2.5rem rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0.3125rem;
     -moz-border-radius: 0.3125rem;
          border-radius: 0.3125rem;
  min-width: 11.875rem;
  padding: 0.625rem 0.6875rem 0.6875rem; }
  .submenu::before {
    content: '';
    display: block;
    position: absolute;
    background: transparent;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
    width: 100%;
    height: 1.0625rem; }

.submenu_accreditation {
  min-width: 9.375rem; }

.main-nav__item_with-submenu:hover .submenu-parent {
  color: #232865; }

.main-nav__item_with-submenu:hover .submenu {
  opacity: 1;
  visibility: visible; }

.submenu-item {
  width: 100%;
  position: relative;
  margin-bottom: 0.875rem; }
  .submenu-item a {
    width: 100%;
    position: relative;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    color: #232865; }
    .submenu-item a:hover {
      color: #7E7FEB; }
  .submenu-item.active a {
    color: #7E7FEB; }
  .submenu-item:last-child {
    margin-bottom: 0; }

.submenu-line {
  position: absolute;
  display: none;
  width: 100%;
  height: 0.125rem;
  background: #E92C33;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  left: 0;
  bottom: -0.25rem;
  opacity: 0; }

.slicknav_menu {
  display: none; }

.main-nav__item_only-mobile {
  display: none; }

.submenu-parent {
  z-index: 2; }
  .submenu-parent::before {
    display: none !important; }

.language-list {
  width: 100%;
  overflow: hidden;
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem; }

.main-nav__item_with-submenu {
  padding-right: 0.9375rem;
  z-index: 2; }

.main-nav__item-last-desctop {
  margin-right: 0; }
  .main-nav__item-last-desctop:hover .submenu-parent {
    color: #19208a; }

.btn-signup {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  height: 2.375rem;
  min-width: 8.75rem;
  background: -webkit-gradient(linear, left top, right top, from(#1F66E7), to(#1999F0));
  background: -webkit-linear-gradient(left, #1F66E7 0%, #1999F0 100%);
  background: -moz-linear-gradient(left, #1F66E7 0%, #1999F0 100%);
  background: -o-linear-gradient(left, #1F66E7 0%, #1999F0 100%);
  background: linear-gradient(90deg, #1F66E7 0%, #1999F0 100%);
  -webkit-box-shadow: 0px 2px 20px rgba(31, 101, 231, 0.5);
     -moz-box-shadow: 0px 2px 20px rgba(31, 101, 231, 0.5);
          box-shadow: 0px 2px 20px rgba(31, 101, 231, 0.5); }
  .btn-signup::before {
    background: -webkit-gradient(linear, left top, right top, from(#1999F0), color-stop(14.58%, #1F66E7), color-stop(85.94%, #1F66E7), to(#1999F0));
    background: -webkit-linear-gradient(left, #1999F0 0%, #1F66E7 14.58%, #1F66E7 85.94%, #1999F0 100%);
    background: -moz-linear-gradient(left, #1999F0 0%, #1F66E7 14.58%, #1F66E7 85.94%, #1999F0 100%);
    background: -o-linear-gradient(left, #1999F0 0%, #1F66E7 14.58%, #1F66E7 85.94%, #1999F0 100%);
    background: linear-gradient(90deg, #1999F0 0%, #1F66E7 14.58%, #1F66E7 85.94%, #1999F0 100%); }
  .btn-signup::after {
    background: -webkit-gradient(linear, left top, right top, from(#1F66E7), color-stop(13.54%, #1999F0), color-stop(85.94%, #1999F0), to(#1F66E7));
    background: -webkit-linear-gradient(left, #1F66E7 0%, #1999F0 13.54%, #1999F0 85.94%, #1F66E7 100%);
    background: -moz-linear-gradient(left, #1F66E7 0%, #1999F0 13.54%, #1999F0 85.94%, #1F66E7 100%);
    background: -o-linear-gradient(left, #1F66E7 0%, #1999F0 13.54%, #1999F0 85.94%, #1F66E7 100%);
    background: linear-gradient(90deg, #1F66E7 0%, #1999F0 13.54%, #1999F0 85.94%, #1F66E7 100%); }

.language-block_mobile {
  display: none; }

.submenu_lang {
  min-width: auto;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }
  .submenu_lang a {
    text-align: center; }
  .submenu_lang .submenu-item.active {
    display: none; }

.main-nav_fr .main-nav__item:not(.main-nav__item_only-mobile) > a {
  font-size: 0.8125rem; }

@media (max-width: 1024px) {
  .main-logo img {
    margin-top: 0; } }

.main-footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: auto; }
  .main-footer::before {
    content: '';
    display: block;
    position: absolute;
    top: 0.9375rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 120rem;
    height: 16.75rem;
    background: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.8n51403bp88ffmorpce5fgwps2eeqlrtcepk00zmp4rs5dsz8z.png") no-repeat;
    -moz-background-size: 100%;
         background-size: 100%; }

.template-wrapper_footer {
  padding-bottom: 3.625rem;
  position: relative; }

.footer-text p, .footer-text .footer-text_col {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: #ffffff;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.footer-text p:last-child {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0.9375rem;
  text-align: left;
  font-weight: 300; }

.footer-text p:nth-child(1) {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #D3E3FA;
  border-bottom: 1px solid #D3E3FA; }

.footer-logo-wrapper {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 3.0625rem; }
  .footer-logo-wrapper svg {
    width: 16.5625rem;
    height: 6.3125rem; }

.white-footer-text {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #ffffff; }
  .white-footer-text b {
    font-size: 1.125rem;
    font-weight: 500; }

.copywriting {
  line-height: 1.5rem;
  color: #ffffff; }

.footer-content {
  z-index: 2;
  position: relative;
  padding-bottom: 3rem; }

.scroll-decor_footer-1 {
  position: absolute !important;
  left: -2.8125rem !important;
  top: 11.25rem !important; }

.main-decor_footer-1 {
  right: 1.9375rem;
  top: 2.4375rem; }

.main-decor_footer-2 {
  right: -5.3125rem;
  top: 9.625rem; }

.footer-menu__list-item {
  color: #D3E3FA;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  margin-top: -0.875rem; }
  .footer-menu__list-item:hover {
    color: #1ED0F2; }

.footer-menu-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.footer-menu-wrapper {
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-gap: 2.75rem; }

.footer-logo {
  display: inline-block;
  margin-right: 4.0625rem;
  margin-top: -0.8125rem; }

.footer-menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.5rem; }

.main-sliders {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .main-sliders::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.mvwn5l0utpiuctqlxsye9d5cin0ebof15p1hyrm5l2dvfbzqoq.png");
    -moz-background-size: cover;
         background-size: cover;
    background-position: 47% top; }

.main-background-slider,
.header-background-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%; }

.main-background-slider__item,
.header-background-other-page {
  width: 100%;
  position: relative;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%; }
  .main-background-slider__item picture,
  .header-background-other-page picture {
    width: 100%;
    height: 100%; }

.main-background-slider .slick-list,
.main-background-slider .slick-track,
.main-background-slider .slick-slide,
.main-background-slider .slick-slide > div {
  height: 100%; }

.main-background-slider .slick-list {
  overflow: initial; }

.slider-picture,
.background-img-other-page {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: absolute;
  top: 9.125rem;
  right: -4.8125rem;
  width: 46.875rem; }

.slider-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 42.75rem;
  min-height: 20.5625rem; }

.slider-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.main-slider-text {
  opacity: 0;
  -webkit-transition: .8s ease;
  -o-transition: .8s ease;
  -moz-transition: .8s ease;
  transition: .8s ease;
  max-width: 33.4375rem; }

.main-h1_slider {
  opacity: 0;
  -webkit-transition: .8s ease;
  -o-transition: .8s ease;
  -moz-transition: .8s ease;
  transition: .8s ease;
  width: 100%; }

.main-text-slider .slick-active .main-h1_slider,
.main-text-slider .slick-active .main-slider-text {
  opacity: 1; }

.main-nav__item_only-mobile {
  display: none; }

.main-text-slider {
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  margin-top: 3.4375rem; }

.main-text-slider__item {
  height: 100%;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.all-pagination_main {
  max-width: 15.9375rem;
  width: 100%;
  left: auto;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.8125rem; }

.slick-prev_main-slider {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
     -moz-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.slick-next_main-slider {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
     -moz-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.template-wrapper_background-slider {
  height: 100%;
  position: relative; }

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .main-sliders::before {
    background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.dfcjlz3nrio4g81qxdo7k1lr5ymcsawkbgj7zgt3ecwz69p3ky.png"); } }

.template-wrapper_news {
  position: relative; }

.news-item {
  position: relative;
  height: 9.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.news-img.hide + .text-news-wrapper .news-title {
  margin-top: 0; }

.link-news {
  width: 100%;
  height: 100%;
  position: relative;
  outline: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .link-news:hover .news-text-wrapper::before {
    text-decoration: underline; }

.news-information {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-weight: 300;
  position: relative;
  margin-top: 0.5rem; }

.news-img {
  display: block;
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 10rem;
  height: 100%;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  z-index: 0;
  -webkit-border-radius: 0.1875rem;
     -moz-border-radius: 0.1875rem;
          border-radius: 0.1875rem;
  margin-right: 0.9375rem; }
  .news-img.hide {
    background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.tokpfw4oqjpydyjgvob8fepbietz8azoqlbm87cjct55an5ggt.png") !important; }

.h2-wrapper_news {
  width: 23.5625rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.text-news-wrapper,
.news-read-more {
  position: relative;
  z-index: 1; }

.text-news-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.news-title {
  height: 5.625rem;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  font-weight: 700;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1; }

.news-read-more {
  bottom: 1.625rem;
  right: 2.3125rem;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
  .news-read-more:hover::after {
    opacity: 0; }
  .news-read-more::before {
    content: '';
    line-height: 1.625rem;
    font-size: 1rem;
    text-transform: uppercase;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease; }

.show-news-svg {
  width: 1.125rem;
  height: 0.5625rem;
  margin-left: 0.5rem; }
  .show-news-svg path {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease; }

.section-news {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: 3.5rem;
  padding-bottom: 1.875rem;
  background-repeat: no-repeat;
  -moz-background-size: 100%;
       background-size: 100%;
  background-position: center top;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.r1zkz8dh3pyw9m56mmwf1rmgv5hwyp5i35fwwc4kvzof12i4gq.png"); }

.news-wrapper {
  padding-left: 28.375rem; }

.news-header-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.slider-pagination_news {
  margin-top: 3.75rem; }
  .slider-pagination_news .slick-dots {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.news-author {
  margin-bottom: 0.5rem; }
  .news-author::before {
    content: '';
    display: none; }

.news-date {
  font-weight: 200; }

.news-other-page {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: #ffffff; }

.news-date::before {
  display: none; }

.news-dop-information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.news-slider-wrapper_ru .news-author::before {
  content: 'Источник: '; }

.news-slider-wrapper_ru .news-date::before {
  content: 'Дата публикации: '; }

.news-slider-wrapper_ru .news-text-wrapper::before {
  content: 'читать далее'; }

.news-slider-wrapper_en .news-author::before {
  content: 'A source: '; }

.news-slider-wrapper_en .news-date::before {
  content: 'Date of publication: '; }

.news-slider-wrapper_en .news-text-wrapper::before {
  content: 'read more'; }

.news-slider-wrapper_es .news-author::before {
  content: 'Una fuente: '; }

.news-slider-wrapper_es .news-date::before {
  content: 'Fecha de publicación: '; }

.news-slider-wrapper_es .news-text-wrapper::before {
  content: 'lee mas'; }

.news-slider-wrapper_de .news-author::before {
  content: 'Eine Quelle: '; }

.news-slider-wrapper_de .news-date::before {
  content: 'Veröffentlichungsdatum: '; }

.news-slider-wrapper_de .news-text-wrapper::before {
  content: 'weiter lesen'; }

.news-slider-wrapper_fr .news-author::before {
  content: 'Une source: '; }

.news-slider-wrapper_fr .news-date::before {
  content: 'Date de publication: '; }

.news-slider-wrapper_fr .news-text-wrapper::before {
  content: 'lire la suite'; }

.news-slider-wrapper_it .news-author::before {
  content: 'Una fonte: '; }

.news-slider-wrapper_it .news-date::before {
  content: 'Data di pubblicazione: '; }

.news-slider-wrapper_it .news-text-wrapper::before {
  content: 'leggi di più'; }

.news-slider-wrapper_zh .news-author::before {
  content: '来源： '; }

.news-slider-wrapper_zh .news-date::before {
  content: '出版日期： '; }

.news-slider-wrapper_zh .news-text-wrapper::before {
  content: '阅读更多'; }

.show-more-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 2.75rem;
  z-index: 1; }

.show-more-text {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.625rem;
  text-decoration: underline; }
  .show-more-text:hover {
    text-decoration: none; }

.show-more-news__background {
  width: 2.375rem;
  height: 2.375rem;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #ffffff;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  position: relative; }
  .show-more-news__background::before, .show-more-news__background::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    width: 1rem;
    height: 0.5625rem; }
  .show-more-news__background::before {
    background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/arrow-news-white.svg");
    opacity: 0; }
  .show-more-news__background::after {
    background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/arrow-news-black.svg"); }

.news-slider-pagination {
  position: absolute;
  right: 1.875rem;
  bottom: 2rem; }
  .news-slider-pagination .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: static; }
    .news-slider-pagination .slick-dots li {
      margin: 0;
      margin-right: 1rem; }
      .news-slider-pagination .slick-dots li:last-child {
        margin-right: 0; }
      .news-slider-pagination .slick-dots li button {
        width: 1.0625rem;
        height: 1.0625rem;
        position: relative;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        -moz-transition: .3s ease;
        transition: .3s ease; }
        .news-slider-pagination .slick-dots li button::before {
          display: none; }
        .news-slider-pagination .slick-dots li button::after {
          content: '';
          display: block;
          position: absolute;
          width: 100%;
          height: 100%;
          background: -webkit-linear-gradient(315deg, #C91920 0%, #E92C33 100%);
          background: -moz-linear-gradient(315deg, #C91920 0%, #E92C33 100%);
          background: -o-linear-gradient(315deg, #C91920 0%, #E92C33 100%);
          background: linear-gradient(135deg, #C91920 0%, #E92C33 100%);
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          -moz-transition: .3s ease;
          transition: .3s ease;
          opacity: 0;
          left: 0;
          top: 0; }
        .news-slider-pagination .slick-dots li button:focus::before {
          opacity: 0 !important; }
        .news-slider-pagination .slick-dots li button:hover {
          border-width: 0; }
          .news-slider-pagination .slick-dots li button:hover::after {
            opacity: 1; }
      .news-slider-pagination .slick-dots li.slick-active button {
        border-width: 0; }
        .news-slider-pagination .slick-dots li.slick-active button::after {
          opacity: 1; }

.news-slider {
  position: relative;
  z-index: 2;
  width: -webkit-calc(100% + 1.875rem);
  width: -moz-calc(100% + 1.875rem);
  width: calc(100% + 1.875rem);
  margin-left: -0.9375rem; }

.news-slider-wrapper .slick-slide:hover .link-news::before {
  background: -webkit-gradient(linear, left top, right top, from(#e87f2a), color-stop(13.54%, #f46026), color-stop(85.94%, #f46026), to(#e87f2a));
  background: -webkit-linear-gradient(left, #e87f2a 0%, #f46026 13.54%, #f46026 85.94%, #e87f2a 100%);
  background: -moz-linear-gradient(left, #e87f2a 0%, #f46026 13.54%, #f46026 85.94%, #e87f2a 100%);
  background: -o-linear-gradient(left, #e87f2a 0%, #f46026 13.54%, #f46026 85.94%, #e87f2a 100%);
  background: linear-gradient(90deg, #e87f2a 0%, #f46026 13.54%, #f46026 85.94%, #e87f2a 100%); }

.news-slider-wrapper .slick-slide:active .link-news::before {
  border-color: #5795CA;
  background: #5795CA; }

.arrow-slider-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: static;
  margin-top: 0;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  margin-right: 0.3125rem; }

.section-background_news {
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/news-background.png");
  top: auto;
  bottom: 0;
  height: -webkit-calc(100% + 3.125rem);
  height: -moz-calc(100% + 3.125rem);
  height: calc(100% + 3.125rem); }

.news-h2-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.6875rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.all-pagination_news {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  left: 0;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none; }
  .all-pagination_news .main-slider-arrow.slick-prev {
    margin-left: 0.5rem; }
  .all-pagination_news li button {
    border-color: #1C2063; }
    .all-pagination_news li button:hover, .all-pagination_news li button.slick-active {
      border-color: #1C2063; }

.news-slider-arrow {
  position: static;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  width: auto;
  height: auto;
  pointer-events: auto;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem; }
  .news-slider-arrow path {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease; }
  .news-slider-arrow::before {
    display: none; }
  .news-slider-arrow.slick-next {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 1.875rem; }
  .news-slider-arrow.slick-prev {
    margin-right: 1.875rem; }

.news-text-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -0.25rem;
  height: 100%;
  z-index: 2; }
  .news-text-wrapper::before {
    position: absolute;
    left: 0;
    bottom: -0.5rem;
    color: #1ED0F2;
    font-size: 0.75rem;
    line-height: 0.9375rem; }

.news-h2 {
  margin-bottom: 2.5625rem; }

.main-slider-arrow_news {
  position: absolute;
  top: 50%; }
  .main-slider-arrow_news.slick-prev {
    left: -1.9375rem;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  .main-slider-arrow_news.slick-next {
    right: -1.9375rem;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%); }

.news-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.0625rem; }

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .section-news {
    background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.jv29e741ekkfzkoygxt9apng2sx537p6iakwy5fqswj28e65o0.png"); } }

.section-advantages {
  padding-top: 1.9375rem;
  padding-bottom: 8.3125rem; }

.template-wrapper_advantages {
  position: relative; }

.advantages-h2 {
  margin-bottom: 2.4375rem; }

.advantages-item {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(196, 196, 196, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(196, 196, 196, 0) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(196, 196, 196, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(196, 196, 196, 0) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(196, 196, 196, 0) 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 0.3125rem;
     -moz-border-radius: 0.3125rem;
          border-radius: 0.3125rem;
  min-height: 12rem;
  padding: 0 0.6875rem 1rem;
  cursor: pointer;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  overflow: hidden;
  -webkit-box-shadow: 0px 0.125rem 1.25rem rgba(240, 136, 125, 0);
     -moz-box-shadow: 0px 0.125rem 1.25rem rgba(240, 136, 125, 0);
          box-shadow: 0px 0.125rem 1.25rem rgba(240, 136, 125, 0); }
  .advantages-item::before {
    content: '';
    display: block;
    position: absolute;
    left: 1px;
    top: 1px;
    width: -webkit-calc(100% - 2px);
    width: -moz-calc(100% - 2px);
    width: calc(100% - 2px);
    height: -webkit-calc(100% - 2px);
    height: -moz-calc(100% - 2px);
    height: calc(100% - 2px);
    background: -webkit-gradient(linear, left top, right top, from(#050840), color-stop(50.14%, #14185F), color-stop(50.15%, #14185F), color-stop(99.48%, #050840), to(#050840));
    background: -webkit-linear-gradient(left, #050840 0%, #14185F 50.14%, #14185F 50.15%, #050840 99.48%, #050840 100%);
    background: -moz-linear-gradient(left, #050840 0%, #14185F 50.14%, #14185F 50.15%, #050840 99.48%, #050840 100%);
    background: -o-linear-gradient(left, #050840 0%, #14185F 50.14%, #14185F 50.15%, #050840 99.48%, #050840 100%);
    background: linear-gradient(90deg, #050840 0%, #14185F 50.14%, #14185F 50.15%, #050840 99.48%, #050840 100%);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    opacity: 0;
    z-index: 0;
    -webkit-border-radius: 0.3125rem;
       -moz-border-radius: 0.3125rem;
            border-radius: 0.3125rem; }
  .advantages-item::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#f46026), to(#e87f2a));
    background: -webkit-linear-gradient(left, #f46026 0%, #e87f2a 100%);
    background: -moz-linear-gradient(left, #f46026 0%, #e87f2a 100%);
    background: -o-linear-gradient(left, #f46026 0%, #e87f2a 100%);
    background: linear-gradient(90deg, #f46026 0%, #e87f2a 100%);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    opacity: 0;
    z-index: -1; }
  .advantages-item:hover, .advantages-item.active {
    border-color: rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0px 0.125rem 1.25rem rgba(240, 136, 125, 0.5);
       -moz-box-shadow: 0px 0.125rem 1.25rem rgba(240, 136, 125, 0.5);
            box-shadow: 0px 0.125rem 1.25rem rgba(240, 136, 125, 0.5); }
    .advantages-item:hover::before, .advantages-item.active::before {
      opacity: 1; }
    .advantages-item:hover::after, .advantages-item.active::after {
      opacity: 1; }

.advantages-text {
  display: none; }

.advantages-icon {
  -webkit-filter: drop-shadow(0px 0.125rem 1.25rem rgba(31, 101, 231, 0.5));
          filter: drop-shadow(0px 0.125rem 1.25rem rgba(31, 101, 231, 0.5)); }

.advantages-item_2,
.advantages-item_5 {
  top: 4.3125rem; }

.advantages-icon_1 {
  width: 2.75rem; }

.advantages-icon_2 {
  width: 2.9375rem; }

.advantages-icon_3 {
  width: 2.5rem; }

.advantages-icon_4 {
  width: 1.75rem; }

.advantages-icon_5 {
  width: 2.625rem; }

.advantages-icon_6 {
  width: 2.5rem; }

.advantages-list-row_1 {
  -webkit-transform: translateX(9px);
     -moz-transform: translateX(9px);
      -ms-transform: translateX(9px);
       -o-transform: translateX(9px);
          transform: translateX(9px); }

.advantages-list-row_2 {
  -webkit-transform: translateX(69px);
     -moz-transform: translateX(69px);
      -ms-transform: translateX(69px);
       -o-transform: translateX(69px);
          transform: translateX(69px); }

.advantages-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  max-width: 39.625rem;
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 7.875rem; }

.advantages-title {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #ffffff;
  font-weight: 300;
  text-align: center;
  position: relative;
  z-index: 1; }

.advantages-title-block {
  position: absolute;
  bottom: 2.25rem;
  left: 0;
  width: 100%;
  height: 100%; }

.main-h2_advantages-title {
  margin-bottom: 0.5rem; }

.icon-wrapper {
  height: 7.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1; }

.advantages-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.advantages-text-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  position: relative; }

.advantages-text-icon {
  -webkit-filter: drop-shadow(0px 0.125rem 1.25rem rgba(31, 101, 231, 0.5));
          filter: drop-shadow(0px 0.125rem 1.25rem rgba(31, 101, 231, 0.5));
  margin-bottom: 2.5rem; }

.advantages-text-icon_1 {
  width: 2.75rem; }

.advantages-text-icon_2 {
  width: 2.9375rem; }

.advantages-text-icon_3 {
  width: 2.5rem; }

.advantages-text-icon_4 {
  width: 1.75rem; }

.advantages-text-icon_5 {
  width: 2.625rem; }

.advantages-text-icon_6 {
  width: 2.5rem; }

.advantages-text-item__title {
  font-size: 1.875rem;
  line-height: 2.3125rem;
  font-weight: 300;
  margin-bottom: 2.5rem; }

.advantages-text-item {
  position: absolute;
  top: 2.75rem;
  left: 0;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  opacity: 0;
  visibility: hidden; }
  .advantages-text-item.active {
    opacity: 1;
    visibility: visible; }

.awards-wrapper {
  max-width: 69.375rem;
  position: relative; }

.awards-list-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  top: -3.75rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%; }

.awards-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 13.75rem;
  height: 13.75rem; }
  .awards-list__item::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/advantages-icon-background-mobile.svg") no-repeat;
    -moz-background-size: 100%;
         background-size: 100%; }

.awards-list__item:first-child {
  -webkit-transform: translateY(4.9375rem);
     -moz-transform: translateY(4.9375rem);
      -ms-transform: translateY(4.9375rem);
       -o-transform: translateY(4.9375rem);
          transform: translateY(4.9375rem); }

.awards-list__item:last-child {
  -webkit-transform: translateY(-4.9375rem);
     -moz-transform: translateY(-4.9375rem);
      -ms-transform: translateY(-4.9375rem);
       -o-transform: translateY(-4.9375rem);
          transform: translateY(-4.9375rem); }

.awards-list-col_first .awards-list__item:nth-child(odd) {
  margin-left: 9.3125rem; }

.awards-list-col_last .awards-list__item:nth-child(odd) {
  margin-right: 9.3125rem; }

.awards-list-col_last .awards-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.awards-list-col_with-list {
  margin-top: 11.875rem; }

.awards-year {
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.75rem;
  text-align: center; }

.awards-list__item_right {
  padding-left: 0;
  padding-right: 4.625rem; }
  .awards-list__item_right::before {
    left: auto;
    right: 0; }
  .awards-list__item_right .awards-year,
  .awards-list__item_right .awards-text {
    text-align: right; }

.awards-list-col_img {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.section-awards {
  margin-bottom: 6.375rem; }

.awards-wrapper-h2 {
  position: relative;
  width: 33.875rem;
  height: 33.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/viol-rectangle-mobile.svg") no-repeat;
  -moz-background-size: 100%;
       background-size: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%); }
  .awards-wrapper-h2::before {
    content: '';
    position: absolute;
    display: block;
    left: 50%;
    top: 0.5625rem;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 5rem;
    height: 5rem;
    background: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/awards-icon.svg") no-repeat;
    -moz-background-size: 100%;
         background-size: 100%; }

.btn-learn-more {
  position: absolute;
  left: 50%;
  bottom: 10.625rem;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }

.awards-text {
  text-align: center;
  line-height: 1.1875rem;
  width: 7.5rem; }

.awards-list__item_3 .awards-text {
  width: 9rem; }

.awards-list-mobile {
  display: none; }

.section-steps {
  padding-top: 4.625rem;
  padding-bottom: 1rem;
  position: relative;
  background-repeat: no-repeat;
  -moz-background-size: 100%;
       background-size: 100%;
  background-position: center bottom;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.15w7f8olwk8vooy9rltffghlsgsi9f3q3txr8g4ktlg3b9jq0y.png"); }

.steps-icon-wrapper {
  height: 5.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.steps-icon {
  background-repeat: no-repeat;
  -moz-background-size: 100%;
       background-size: 100%;
  -webkit-filter: drop-shadow(0px 0.125rem 1.25rem rgba(31, 101, 231, 0.5));
          filter: drop-shadow(0px 0.125rem 1.25rem rgba(31, 101, 231, 0.5)); }

.steps-icon_1 {
  width: 3.5rem; }

.steps-icon_2 {
  width: 3.5rem; }

.steps-icon_3 {
  width: 3.1875rem; }

.number-step {
  position: absolute;
  top: 0.25rem;
  left: 0; }
  .number-step span {
    position: absolute;
    font-size: 6.6875rem;
    line-height: 8.375rem;
    color: #A2A2A2;
    z-index: 2;
    right: -2.9375rem;
    bottom: -2.875rem; }
  .number-step .circle-decor {
    position: relative;
    z-index: 1; }

.steps-list__item {
  position: relative;
  z-index: 1;
  margin-bottom: 3rem; }
  .steps-list__item::after {
    content: '';
    position: absolute;
    font-weight: 900;
    font-size: 12.5rem;
    line-height: 15.25rem;
    color: #ffffff;
    opacity: 0.1;
    top: -3.25rem;
    right: -4.25rem; }
  .steps-list__item:last-child {
    margin-bottom: 0; }

.steps-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5.9375rem; }

.steps-content-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.steps-title-item {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 600;
  color: #D9E7FF;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  margin-bottom: 1px; }

.steps-text-wrapper {
  padding-left: 9.4375rem; }

.main-h2_steps {
  margin-bottom: 3.75rem; }

.steps-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.h3-title_step {
  min-height: 3rem;
  margin-bottom: 1.5rem; }

.text-step {
  font-size: 0.9375rem;
  line-height: 1.125rem; }

.steps-img {
  max-width: 55.1875rem;
  position: relative;
  z-index: 2; }
  .steps-img picture {
    position: relative;
    z-index: 2; }

.scroll-decor_steps-1 {
  top: 11.875rem !important;
  left: 50% !important;
  margin-left: -5.375rem; }

.scroll-decor_steps-2 {
  top: auto !important;
  bottom: 4.3125rem !important;
  left: 50% !important;
  margin-left: -14.625rem; }

.main-decor_steps-1 {
  bottom: 5.5625rem;
  left: -3.375rem;
  z-index: 3; }

.main-decor_steps-2 {
  right: -8.125rem;
  bottom: 11.375rem; }

.main-decor_steps-3 {
  right: -8.125rem;
  bottom: -3.6875rem; }
  .main-decor_steps-3 .line-decor {
    position: absolute;
    bottom: 1.375rem;
    right: -1.25rem; }

.btn_step {
  display: none; }

.template-wrapper_steps {
  max-width: 67.3125rem; }

.steps-list__item-2::before,
.steps-list__item-3::before {
  content: '';
  display: block;
  position: absolute;
  width: 2.4375rem;
  height: 2.4375rem;
  left: -4.3125rem;
  top: 5.6875rem;
  background: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.8iyaptqc9q4um183epr2nnvuqba47e7xqzsa35bi5nkbsv8c0v.svg") no-repeat;
  -moz-background-size: 100%;
       background-size: 100%; }

.steps-list__item-1::after {
  content: '01'; }

.steps-list__item-2::after {
  content: '02'; }

.steps-list__item-3::after {
  content: '03'; }

.btn_steps {
  display: none; }

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .section-steps {
    background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.9loiiekb6agakrcomiq0d45q3y3y7vo9l6rbd3diygn55p6qmq.png"); } }

.account-wrapper {
  position: relative; }

.accounts-list__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 28.625rem; }

.accounts-title {
  margin-bottom: 1.5rem; }

.conditions-list__item {
  position: relative;
  font-size: 1.375rem;
  line-height: 1.75rem;
  color: #ffffff;
  text-align: center;
  margin-bottom: 1rem; }
  .conditions-list__item.no-item {
    color: rgba(161, 161, 161, 0.6); }
  .conditions-list__item:last-child {
    margin-bottom: 0; }

.accounts-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  z-index: 2;
  position: relative; }

.section-accounts {
  padding-top: 3.5625rem;
  padding-bottom: 3.5rem;
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.iee1aqgl22vyhb9nvw4vri0wd1iht9k12j3pbj8abjtmkc5p8n.png");
  -moz-background-size: cover;
       background-size: cover; }
  .section-accounts::before {
    content: '';
    display: block;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    min-width: 120rem;
    height: 62.5rem;
    position: absolute;
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.gxmuw3d1in96vhuyk02gl75h9n3kbrje8axeffj1u0m2xwjls3.png");
    z-index: -1; }

.conditions-list-wrapper {
  width: 100%;
  position: relative; }

.accounts-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.accounts-prev-text {
  max-width: 29.3125rem;
  margin-bottom: 1.5rem;
  min-height: 8.75rem; }

.h2-wrapper_accounts {
  max-width: 18.8125rem;
  margin-top: -9.125rem; }

.accounts-list {
  display: grid;
  grid-gap: 1.5rem;
  grid-template-columns: repeat(3, 1fr); }
  .accounts-list.mobile {
    display: none; }

.accounts-icon__item {
  position: absolute;
  background-repeat: no-repeat;
  -moz-background-size: 100% 100%;
       background-size: 100% 100%; }

.btn-account-trade {
  width: 13.125rem; }

.accounts-table-title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #1063D3;
  margin-bottom: 1.25rem; }

.accounts-table {
  display: block; }
  .accounts-table thead,
  .accounts-table tbody {
    display: block;
    width: 100%; }
  .accounts-table tbody td:nth-child(3) {
    border-left: 0.1875rem solid #f46026;
    border-right: 0.1875rem solid #f46026; }
  .accounts-table tr {
    display: grid;
    grid-template-columns: 15.9375rem 13.125rem 15.9375rem 13.125rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .accounts-table th {
    vertical-align: top; }
    .accounts-table th:first-child {
      width: 15.9375rem;
      vertical-align: middle;
      -webkit-border-radius: 0.625rem 0.625rem 0 0;
         -moz-border-radius: 0.625rem 0.625rem 0 0;
              border-radius: 0.625rem 0.625rem 0 0;
      background: rgba(35, 40, 101, 0.3);
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .accounts-table th:nth-child(2), .accounts-table th:nth-child(4) {
      width: 13.125rem; }
    .accounts-table th:nth-child(3) {
      border: 0.1875rem solid #f46026;
      -webkit-border-radius: 0.3125rem 0.3125rem 0 0;
         -moz-border-radius: 0.3125rem 0.3125rem 0 0;
              border-radius: 0.3125rem 0.3125rem 0 0;
      border-bottom: none;
      padding: 0.8125rem 1.25rem 0.9375rem;
      width: 15.9375rem; }
  .accounts-table td {
    padding: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.accounts-table-item-title {
  padding: 0 0.75rem;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  font-weight: 700;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.last-tr .accounts-table-item-title,
.last-tr .accounts-table-item {
  border-bottom: 1px solid rgba(211, 227, 250, 0.3); }

.tr-footer td {
  padding-top: 1.5rem;
  padding-bottom: 1.3125rem; }

.tr-footer td:nth-child(3) {
  border: 0.1875rem solid #f46026;
  border-top: none;
  -webkit-border-radius: 0 0 0.3125rem 0.3125rem;
     -moz-border-radius: 0 0 0.3125rem 0.3125rem;
          border-radius: 0 0 0.3125rem 0.3125rem; }

.accounts-table-item-title,
.accounts-table-item {
  border-top: 1px solid rgba(211, 227, 250, 0.3); }

.accounts-table-item {
  padding: 0.75rem 0.75rem 0.5rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  width: 13.125rem; }

.check {
  width: 1.375rem;
  -webkit-transform: translateY(-3px);
     -moz-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
       -o-transform: translateY(-3px);
          transform: translateY(-3px); }

.accounts-table-title_1,
.accounts-table-title_3 {
  margin-top: 0.9375rem; }

.accounts-table-title_2 {
  color: #1ED0F2; }

.accounts-table-prev {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 700; }

.main-h2_accounts {
  margin-bottom: 3.9375rem; }

.accounts-table-title_first {
  margin-bottom: 0;
  color: #D3D4E0;
  margin-top: 1.8125rem; }

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .section-accounts::before {
    background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.lsj6wpguh59xla8zz4m49fxo4oen9ln8n2of600ldoqavig7rt.png"); } }

.contacts-text {
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 500; }

.contacts-list-title {
  font-size: 1.5rem;
  line-height: 2.0625rem;
  font-weight: 700;
  margin-bottom: 1rem; }

.btn-callback-open {
  padding: 1.4375rem 9.625rem 1.4375rem 12rem;
  margin-bottom: 1.5rem; }
  .btn-callback-open span {
    max-width: 12.875rem;
    text-align: left;
    line-height: 1.5625rem; }
  .btn-callback-open::before {
    width: -webkit-calc(100% - 5.875rem);
    width: -moz-calc(100% - 5.875rem);
    width: calc(100% - 5.875rem); }
  .btn-callback-open::after {
    content: '';
    width: 2.25rem;
    height: 2.25rem;
    position: absolute;
    top: 50%;
    left: 7.875rem;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/icon-callback-button.svg") no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
    z-index: 2; }

.popup {
  max-width: 27.8125rem;
  -webkit-border-radius: 0.3125rem;
     -moz-border-radius: 0.3125rem;
          border-radius: 0.3125rem;
  background: -webkit-gradient(linear, left top, right top, from(#D3E3FA), to(#FFFFFF));
  background: -webkit-linear-gradient(left, #D3E3FA 0%, #FFFFFF 100%);
  background: -moz-linear-gradient(left, #D3E3FA 0%, #FFFFFF 100%);
  background: -o-linear-gradient(left, #D3E3FA 0%, #FFFFFF 100%);
  background: linear-gradient(90deg, #D3E3FA 0%, #FFFFFF 100%);
  -webkit-box-shadow: 0px 0px 2.5rem rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0px 0px 2.5rem rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 2.5rem rgba(0, 0, 0, 0.25);
  margin: auto;
  position: relative;
  padding: 4rem 4.0625rem 2.5rem;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem; }

.main-h2_callback {
  font-size: 2.1875rem;
  line-height: 2.6875rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
  color: #232865;
  padding-left: 0; }

.footnote_contacts {
  line-height: 1.5rem;
  text-align: center;
  margin-bottom: 2.625rem; }

.input-wrapper {
  width: 100%; }

.form-item {
  width: 100%;
  margin-bottom: 2rem; }
  .form-item:last-child {
    margin-bottom: 0; }

.input-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.form-input {
  width: 100%;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  padding: 0;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #C4C4C4;
  -webkit-appearance: none;
  caret-color: #000000;
  background: transparent;
  font-weight: 500;
  color: #232865; }
  .form-input:focus {
    outline: none; }
  .form-input.focus-visible ~ .label-form,
  .form-input.hide-placeholder ~ .label-form {
    opacity: 0; }
  .form-input.error {
    border-color: #EB5757; }
    .form-input.error ~ .label-form {
      color: #232865; }

.input-label {
  font-size: 1.3125rem;
  line-height: 2rem;
  font-weight: 500;
  display: block;
  margin-bottom: 0.625rem; }

.label-text {
  position: absolute;
  left: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.875rem;
  line-height: 1.5rem;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  cursor: text;
  white-space: nowrap;
  color: #ffffff;
  font-weight: 400; }

.select2-container .select2-selection--single {
  height: auto; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #232865;
  font-weight: 500; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #232865;
  font-weight: 500; }

.select2-container--default .select2-selection--single {
  border: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  background-color: transparent; }

.select2-container {
  width: 100% !important; }

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

.select2-container--default .select2-selection--single:focus {
  outline: none; }

.select2-container--default .select2-selection--single {
  width: 100%;
  background: transparent;
  height: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0.25rem;
  border-bottom: 1px solid #C4C4C4;
  position: relative; }
  .select2-container--default .select2-selection--single[aria-expanded="true"] .select2-selection__arrow {
    -webkit-transform: translateY(-8px) rotate(-180deg);
       -moz-transform: translateY(-8px) rotate(-180deg);
        -ms-transform: translateY(-8px) rotate(-180deg);
         -o-transform: translateY(-8px) rotate(-180deg);
            transform: translateY(-8px) rotate(-180deg); }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 3.5rem;
  height: 3.1875rem;
  background: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.qm380jr4w180bky3e8yu5sz380x7ktyapgn6dswalrwv1i77cd.svg") no-repeat;
  -moz-background-size: 100%;
       background-size: 100%;
  background-position: center;
  top: auto;
  bottom: -0.9375rem;
  right: -1.25rem; }

.select2-container--open .select2-dropdown {
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#D3E3FA), to(#FFFFFF));
  background: -webkit-linear-gradient(left, #D3E3FA 0%, #FFFFFF 100%);
  background: -moz-linear-gradient(left, #D3E3FA 0%, #FFFFFF 100%);
  background: -o-linear-gradient(left, #D3E3FA 0%, #FFFFFF 100%);
  background: linear-gradient(90deg, #D3E3FA 0%, #FFFFFF 100%);
  -webkit-box-shadow: 0px 0px 2.5rem rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0px 0px 2.5rem rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 2.5rem rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0.3125rem !important;
     -moz-border-radius: 0.3125rem !important;
          border-radius: 0.3125rem !important;
  overflow: hidden; }

.select-custom-wrapper .select2-container--open .select2-dropdown {
  height: 12.5rem; }

.select2-search--dropdown {
  margin-top: 0;
  padding: 1rem 1rem 0; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 12.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    width: 0.3125rem;
    background: #E53F29;
    -webkit-border-radius: 0.1875rem;
            border-radius: 0.1875rem; }
  .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
    background: transparent; }
  .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 0.3125rem;
    height: 0.3125rem;
    background: transparent; }

#select2-select-country-results {
  max-height: 9.25rem; }

.select-custom-wrapper_required .select2-container--default .select2-selection--single .select2-selection__placeholder::after {
  content: '*';
  color: #232865;
  margin-left: 0.25rem; }

.btn-submit {
  min-width: 15.9375rem;
  margin-right: auto;
  margin-left: auto; }

.select-wrapper-lang .select2-search {
  display: none; }

.select2-container--open .select2-dropdown {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border: none; }

.select-custom-wrapper .select2-container {
  bottom: 0 !important;
  top: auto !important;
  left: 0 !important; }

.select2-results__option {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: #232865;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  height: auto;
  padding: 0 1rem;
  margin-bottom: 1rem; }

.select2-container--default .select2-results__option[aria-selected="true"] {
  background: transparent;
  color: linear-gradient(90deg, #e87f2a 0%, #f46026 13.54%, #f46026 85.94%, #e87f2a 100%);
  font-weight: 500; }

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[aria-selected="true"] {
  background: transparent;
  color: #7E7FEB; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 2.25rem;
  background: transparent;
  padding: 0 0.625rem;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  color: #232865;
  font-weight: 300;
  outline: none !important;
  border: none;
  border-bottom: 1px solid #C4C4C4; }

.select-custom-wrapper {
  position: relative; }

.select2-container--default .select2-selection--single .select2-selection__rendered[title]::after {
  display: none; }

.title-saccess {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.75rem; }

.saccess-popup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5rem 1.75rem 2.5rem; }

.h2-wrapper_contacts {
  width: 69.5625rem;
  height: 69.5625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  left: -14.8125rem;
  top: 6.25rem;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/rectangle-background-contacts.svg"); }
  .h2-wrapper_contacts::before {
    background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/contacts-h2-icon.svg"); }

.all-text_prev-h2-contacts {
  color: #ffffff;
  max-width: 40.6875rem;
  margin-bottom: 2.9375rem; }

.required-information {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #ffffff;
  height: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 2.1875rem; }
  .required-information::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    background: #F8786B;
    opacity: 0.16; }

.red-color {
  color: #FF480E; }

.background-contacts {
  position: absolute;
  right: 0;
  z-index: -1;
  top: -9.9375rem; }

.callback-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5rem; }

.form-item_time {
  width: 100%;
  margin-right: 0 !important; }

.custom-checkbox-text {
  font-size: 0.9375rem;
  line-height: 1.125rem;
  color: #ffffff;
  font-weight: 400; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  -webkit-border-radius: 0.5rem 0.5rem 0 0 !important;
     -moz-border-radius: 0.5rem 0.5rem 0 0 !important;
          border-radius: 0.5rem 0.5rem 0 0 !important; }

.contacts-text-title {
  color: #A1A1A1;
  margin-bottom: 0.5rem; }

.contacts-text-name {
  position: relative; }

.contacts-information-wrapper {
  margin-bottom: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .contacts-information-wrapper::before {
    content: '';
    display: block;
    top: -16.0625rem;
    pointer-events: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    min-width: 120rem;
    height: 62.5rem;
    position: absolute;
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.gxmuw3d1in96vhuyk02gl75h9n3kbrje8axeffj1u0m2xwjls3.png");
    z-index: -1; }

.contacts-text-name_number {
  font-size: 1.6875rem;
  margin-top: 0.1875rem; }

.template-wrapper_contacts {
  position: relative;
  height: 100%;
  display: block; }

.contacts-list__item {
  position: relative;
  padding-left: 3.625rem; }

.main-header_contacts {
  height: auto;
  min-height: 100% !important;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.contacts-icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  -moz-background-size: 100%;
       background-size: 100%; }

.contacts-icon_1 {
  width: 3.75rem;
  height: 3.75rem;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.5143004z8tg43hvr8h9r3lxf5fp4yrtv4ge916kh19z0t2c26i.svg"); }

.contacts-icon_2 {
  width: 3.75rem;
  height: 3.625rem;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.z2pchg7bvqhkt78zghwo3e01um4c7l488l7g10o6h55ty2f7pd.svg"); }

.contacts-icon_3 {
  width: 3.625rem;
  height: 3.75rem;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.geni1izrgcj8vmxojzk7z7qhapc667nvr3d1j3kuplyj5u4jkt.svg"); }

.header-text-block_contacts {
  position: relative;
  margin: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  padding-top: 1.625rem; }

.header-text_prev-h2-contacts {
  color: #ffffff;
  font-size: 1.875rem;
  line-height: 2.3125rem;
  max-width: 45.625rem;
  margin-bottom: 2.5rem;
  font-weight: 700;
  text-align: center; }

.main-h1_contacts {
  font-size: 2.8125rem;
  line-height: 3.4375rem;
  margin-bottom: 9.6875rem; }

.callback-phone-icon {
  margin-right: 0.3125rem; }

.help-text {
  color: #232865;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.125rem;
  width: 100%; }

.label-form {
  color: #232865;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: 500;
  display: block;
  pointer-events: none; }

.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2.3125rem; }

.contacts-icon-button {
  margin-right: 0.5625rem; }

.main-content_contacts {
  z-index: 2; }

.saccess-icon {
  width: 14.1875rem;
  height: 14.1875rem;
  background: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/succes-good.svg") no-repeat;
  -moz-background-size: 100%;
       background-size: 100%;
  margin-bottom: 1rem; }

.main-h2_saccess {
  font-size: 2.1875rem;
  line-height: 2.6875rem;
  text-align: center;
  color: #232865;
  margin-bottom: 2.5rem; }

.all-text_saccess {
  text-align: center; }

.custom-select.error ~ .select2-container--default .select2-selection--single {
  border-color: #D80027; }

.btn-contacts {
  min-width: 21.875rem !important;
  margin-bottom: 3.5rem; }

.contacts-list {
  width: 100%;
  max-width: 62.125rem;
  display: grid;
  grid-template-columns: repeat(3, auto);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.header-background-wrapper_contacts::before {
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.g1kfbpfc6o0gm385t4utmfzgbwkrjewcy2ipaivmwr8wqrvplf.png");
  height: 22.625rem; }

.contacts-logo {
  margin-bottom: 2.6875rem; }

.header-text-prev-contacts {
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;
  max-width: 27.8125rem;
  margin-bottom: 3.4375rem; }

.contacts-link {
  text-decoration: underline; }
  .contacts-link:hover {
    text-decoration: none; }

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .contacts-information-wrapper::before {
    background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.lsj6wpguh59xla8zz4m49fxo4oen9ln8n2of600ldoqavig7rt.png"); }
  .header-background-wrapper_contacts::before {
    background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.9rq58g2ct7up2i54wwkmld8gbkqxklbrkcqr55p7oq8puf28js.png"); } }

.header-text-block-other-page_about {
  max-width: 67.75rem; }

.header-text-about {
  margin-bottom: 1.0625rem; }

.template-wrapper_indicators-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1.875rem;
  position: relative; }
  .template-wrapper_indicators-wrapper::before {
    content: '';
    display: block;
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #1C1C1C; }

.btn_header-about {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.header-text-block_about {
  max-width: 42rem; }

.h2-wrapper_high-quality {
  width: 41%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: -0.1875rem;
  padding-left: 2.1875rem; }

.about-header-indicators-text {
  font-size: 0.9375rem;
  line-height: 1.125rem;
  text-align: center;
  margin-top: 0.4375rem; }

.small-indicator-text {
  font-size: 1.5rem; }

.wrapper-inner-purple_high-quality {
  padding: 1.875rem 1.25rem 2.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.indicator-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.high-quality-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transform: translateX(1px);
     -moz-transform: translateX(1px);
      -ms-transform: translateX(1px);
       -o-transform: translateX(1px);
          transform: translateX(1px);
  padding-left: 31.9375rem; }

.btn-high-quality {
  min-width: 14.9375rem; }

.goals-content-wrapper {
  position: relative;
  width: 22.5rem; }

.h2-wrapper_goals {
  width: 62.9375rem;
  height: 22.625rem;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/union-goals-h2.svg");
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  left: 50%;
  top: -12.875rem;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%); }
  .h2-wrapper_goals::before {
    background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/goals-h2-icon.svg"); }

.skew-block-background_goals {
  pointer-events: none;
  width: 33.3125rem;
  height: 22.6875rem;
  left: -3.4375rem;
  top: -4.5625rem; }

.trading-opportunities-text-prev {
  margin-bottom: 2.5rem; }

.background-mobile-opportunities {
  position: absolute;
  left: 0;
  top: -31.25rem;
  display: none;
  z-index: -1; }

.section-trading-opportunities {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 3rem; }
  .section-trading-opportunities::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -0.25rem;
    width: 100%;
    min-width: 120rem;
    height: 25rem;
    background: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.93jidmemjabocc12xbc3b3tnsy5nsmin932vochk7l6p3ohkg5.png") no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%; }

.btn-instruments {
  min-width: 19.6875rem; }

.tab-switch-item_history a {
  padding-right: 0;
  padding-left: 0; }

.tab-switch-item_history .tabs-number {
  margin-right: 0;
  padding-left: 4.8125rem;
  padding-right: 4.8125rem; }

.section-wrapper_history {
  position: relative;
  padding-top: 8.3125rem;
  padding-bottom: 4.1875rem;
  min-height: 62.6875rem;
  z-index: 3; }
  .section-wrapper_history::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    min-width: 120rem;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.cxbn3behnrbkbrfdd0oiemljpomhx8hnxo9qogxkan2octuf4o.png"); }

.all-text-prev_about-advantages {
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.3125rem; }

.terminal-img {
  position: absolute;
  left: 50%;
  top: -9.625rem;
  -webkit-transform: translateX(-34.875rem);
     -moz-transform: translateX(-34.875rem);
      -ms-transform: translateX(-34.875rem);
       -o-transform: translateX(-34.875rem);
          transform: translateX(-34.875rem);
  width: 33.75rem;
  height: 33.75rem; }

.about-advantages-list__item {
  position: relative;
  padding-left: 2.625rem;
  font-size: 1.375rem;
  line-height: 1.75rem;
  margin-bottom: 1rem; }
  .about-advantages-list__item::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.5rem;
    height: 1.5rem;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#7BBBF1), to(#005E8E));
    background: -webkit-linear-gradient(top, #7BBBF1 0%, #005E8E 100%);
    background: -moz-linear-gradient(top, #7BBBF1 0%, #005E8E 100%);
    background: -o-linear-gradient(top, #7BBBF1 0%, #005E8E 100%);
    background: linear-gradient(180deg, #7BBBF1 0%, #005E8E 100%); }

.about-advantages-list__item-title {
  padding-left: 0;
  text-align: right;
  font-size: 1.875rem;
  line-height: 2.25rem;
  width: 17.8125rem;
  display: none; }

.about-advantages-list {
  max-width: 32.5625rem; }

.background-section_about-advantages {
  right: 0;
  top: 0; }

.about-advantages-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.section-about-advantages {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 3rem; }
  .section-about-advantages::before {
    content: '';
    display: block;
    top: -22rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    min-width: 120rem;
    height: 62.5rem;
    position: absolute;
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.gxmuw3d1in96vhuyk02gl75h9n3kbrje8axeffj1u0m2xwjls3.png"); }

.tabs-col_history:first-child {
  margin-top: 6.25rem; }

.template-wrapper_goals {
  position: relative; }

.h2-wrapper_trading-opportunities {
  position: relative;
  width: 51.625rem;
  height: 51.625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/trading-opportunities-rectangle-wrapper.svg");
  margin-left: 0.5rem; }
  .h2-wrapper_trading-opportunities::before {
    background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/trading-opportunities-h2-icon.svg"); }

.h2-wrapper_history {
  position: relative;
  width: 22.5rem;
  height: 22.5rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/rectangl-viol.svg");
  margin-left: 0.5rem; }
  .h2-wrapper_history::before {
    background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/history-h2-icon.svg"); }

.history-list-wrapper {
  position: relative;
  width: 43.25rem;
  height: 8rem;
  padding-left: 7.25rem;
  padding-right: 4.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .history-list-wrapper::before {
    content: '';
    display: block;
    position: absolute;
    width: 44.25rem;
    height: 9rem;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/history-text-background.svg") no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
    background-position: center;
    z-index: -1; }

.history-list-year {
  position: absolute;
  width: 17.8125rem;
  height: 17.8125rem;
  background: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/rectangl-viol.svg") no-repeat;
  -moz-background-size: 100%;
       background-size: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 12.6875rem;
  left: 16.5rem; }

.template-wrapper_history {
  position: relative; }

.history-list .slick-list {
  padding: 1.875rem 1.25rem; }

.tab-switch_history {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.1875rem; }

.tab-switch-item_history a {
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #787878;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 1.0625rem; }
  .tab-switch-item_history a::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 0.375rem;
    bottom: 0;
    left: 50%;
    background: #59595B;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  .tab-switch-item_history a:hover {
    color: #ffffff; }
  .tab-switch-item_history a[aria-selected="true"] {
    color: #ffffff; }
  .tab-switch-item_history a span {
    position: relative;
    z-index: 1; }

.tabs-col-wrapper_history {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  min-height: 29.125rem;
  padding-top: 9.375rem;
  z-index: 1; }

.tabs-col-history-icon {
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-transform: translateY(-50%) scale(0.8);
     -moz-transform: translateY(-50%) scale(0.8);
      -ms-transform: translateY(-50%) scale(0.8);
       -o-transform: translateY(-50%) scale(0.8);
          transform: translateY(-50%) scale(0.8);
  left: 0;
  top: 50%;
  margin-top: 0;
  margin-left: 2.75rem; }

.history-tabs-section:not([hidden]) .tabs-col-history-icon {
  -webkit-animation: animateHistory .3s ease both;
     -moz-animation: animateHistory .3s ease both;
       -o-animation: animateHistory .3s ease both;
          animation: animateHistory .3s ease both; }

@-webkit-keyframes animateHistory {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(0.8);
            transform: translateY(-50%) scale(0.8); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1); } }

@-moz-keyframes animateHistory {
  0% {
    opacity: 0;
    -moz-transform: translateY(-50%) scale(0.8);
         transform: translateY(-50%) scale(0.8); }
  100% {
    opacity: 1;
    -moz-transform: translateY(-50%) scale(1);
         transform: translateY(-50%) scale(1); } }

@-o-keyframes animateHistory {
  0% {
    opacity: 0;
    -o-transform: translateY(-50%) scale(0.8);
       transform: translateY(-50%) scale(0.8); }
  100% {
    opacity: 1;
    -o-transform: translateY(-50%) scale(1);
       transform: translateY(-50%) scale(1); } }

@keyframes animateHistory {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(0.8);
       -moz-transform: translateY(-50%) scale(0.8);
         -o-transform: translateY(-50%) scale(0.8);
            transform: translateY(-50%) scale(0.8); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
       -moz-transform: translateY(-50%) scale(1);
         -o-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1); } }

@-webkit-keyframes animateHistoryMobile {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0) scale(0.8);
            transform: translateY(0) scale(0.8); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1); } }

@-moz-keyframes animateHistoryMobile {
  0% {
    opacity: 0;
    -moz-transform: translateY(0) scale(0.8);
         transform: translateY(0) scale(0.8); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0) scale(1);
         transform: translateY(0) scale(1); } }

@-o-keyframes animateHistoryMobile {
  0% {
    opacity: 0;
    -o-transform: translateY(0) scale(0.8);
       transform: translateY(0) scale(0.8); }
  100% {
    opacity: 1;
    -o-transform: translateY(0) scale(1);
       transform: translateY(0) scale(1); } }

@keyframes animateHistoryMobile {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0) scale(0.8);
       -moz-transform: translateY(0) scale(0.8);
         -o-transform: translateY(0) scale(0.8);
            transform: translateY(0) scale(0.8); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
       -moz-transform: translateY(0) scale(1);
         -o-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1); } }

.tabs-col-history-text {
  max-width: 42.125rem;
  width: 100%; }

.history-year {
  position: relative;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3.375rem;
  margin-bottom: 0.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.h2-wrapper_about-advantages {
  width: 51.75rem;
  height: 51.75rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-16.875rem);
     -moz-transform: translateX(-16.875rem);
      -ms-transform: translateX(-16.875rem);
       -o-transform: translateX(-16.875rem);
          transform: translateX(-16.875rem); }
  .h2-wrapper_about-advantages::before {
    background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/about-advantages-h2.svg"); }

.slider-text-block_other-page {
  height: auto; }

.high-quality-wrapper {
  position: relative;
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
     -moz-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0); }

.section-wrapper_high-quality.animate .high-quality-wrapper {
  -webkit-animation: fadeInUp .5s both ease;
     -moz-animation: fadeInUp .5s both ease;
       -o-animation: fadeInUp .5s both ease;
          animation: fadeInUp .5s both ease; }

.high-quality-img {
  position: absolute;
  left: 4.4375rem;
  top: -4.625rem; }

.template-wrapper_trading-opportunities {
  position: relative; }

.trading-opportunities-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 0.75rem; }

.trading-opportunities-image {
  position: absolute;
  max-width: 31.625rem;
  right: -1.4375rem;
  top: -3.5625rem; }

.trading-opportunities-text-wrapper {
  max-width: 39.9375rem;
  position: relative; }

.history-list {
  position: relative; }

.history-arrow {
  position: absolute;
  left: 0;
  width: 100%;
  top: 9.6875rem; }
  .history-arrow svg {
    width: 100%; }

.background-section_history {
  display: none; }

.about-advantages-mobile {
  display: none; }

.template-wrapper_header-about {
  position: relative; }

.goals-wrapper {
  position: relative; }

.goals-img {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -2.375rem; }
  .goals-img img {
    width: 26.9375rem;
    height: 33.25rem; }

.about-advantages-header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 6.5rem; }

.about-advantages-list-wrapper {
  width: 100%; }

.wrapper-inner-purple_about-advantages {
  padding: 1.8125rem 6.0625rem 3.4375rem 29.8125rem;
  min-height: 21.875rem; }

.about-advantages-list-icon {
  width: 7.25rem;
  height: 7.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  background: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/about-advantages-icon-decor.svg") no-repeat;
  -moz-background-size: 100%;
       background-size: 100%;
  top: 50%;
  left: -0.5rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%); }
  .about-advantages-list-icon::before {
    content: '';
    display: block;
    background-repeat: no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
    width: 3.125rem;
    height: 3.125rem; }

.main-h1_about {
  max-width: 100%; }

.about-advantages-image {
  max-width: 17rem;
  position: absolute;
  left: 7rem;
  top: 1.875rem; }
  .about-advantages-image.mobile {
    display: none; }

.header-text_about {
  max-width: 35.6875rem;
  margin-top: -0.1875rem; }

.slider-picture_about {
  right: -9.6875rem; }

.section-wrapper_high-quality {
  padding-bottom: 3.125rem; }
  .section-wrapper_high-quality::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    min-width: 120rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -25.125rem;
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.ekkusxtokqqyzod6hqmn8dnhia25fznxfh749oqpqe1ld2lka0.png");
    height: 62.5rem;
    z-index: 0; }

.template-wrapper_high-quality {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2; }

.main-h2_goals {
  margin-bottom: 2.5rem; }

.section-wrapper_goals {
  padding-top: 1.875rem;
  padding-bottom: 2.4375rem; }

.goals-title {
  margin-bottom: 1rem;
  max-width: 45.8125rem; }

.goals-pred-title {
  font-size: 1.625rem;
  line-height: 2rem; }

.goals-item {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(196, 196, 196, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(196, 196, 196, 0) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(196, 196, 196, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(196, 196, 196, 0) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(196, 196, 196, 0) 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 0.3125rem;
     -moz-border-radius: 0.3125rem;
          border-radius: 0.3125rem;
  padding: 1.5rem 1.75rem 1.5625rem 11.875rem; }
  .goals-item::before {
    content: '';
    display: block;
    position: absolute;
    left: 2.0625rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8.375rem;
    height: 8.4375rem;
    background-repeat: no-repeat;
    -moz-background-size: 100%;
         background-size: 100%; }

.goals-item_1::before {
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.2531h21w1et2fnd3de4zzsa12im3bsv0xlbi3ydww8lx83fbjt.svg"); }

.goals-item_2::before {
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.nkncgvdvk0596j10vi3uwbs33jelcglj5bsoe7tdyuvly9aksr.svg"); }

.about-advantages-list__title {
  font-weight: 900;
  font-size: 1.75rem;
  line-height: 2.375rem;
  text-transform: uppercase;
  width: 100%;
  margin-right: auto;
  margin-bottom: 2.6875rem; }

.about-advantages-list-col {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .about-advantages-list-col:last-child {
    padding-left: 0.9375rem; }

.block-w-border-wrapper_high-quality {
  padding-top: 2.0625rem;
  padding-bottom: 2.0625rem; }

.block-w-border-wrapper-inner_high-quality {
  padding: 0.9375rem 2.875rem 2rem; }

.main-background-wrapper_about .main-background-red {
  height: 20.8125rem; }

.wrapper-decor_about::before {
  -moz-background-size: contain;
       background-size: contain;
  top: 9.125rem; }

.main-h2_trading-opportunities {
  margin-bottom: 2.5rem;
  max-width: 35.3125rem; }

.main-content-about {
  z-index: 2; }

.wrapper-background-about {
  position: relative; }
  .wrapper-background-about::before {
    content: '';
    position: absolute;
    width: 100%;
    height: -webkit-calc(100% + 5rem);
    height: -moz-calc(100% + 5rem);
    height: calc(100% + 5rem);
    display: block;
    left: 0;
    top: -3.75rem;
    background: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/wrapper-bg-about.png");
    -moz-background-size: cover;
         background-size: cover; }

.section-background_goals {
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/background-golas.svg");
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
  height: -webkit-calc(100% + 1.625rem);
  height: -moz-calc(100% + 1.625rem);
  height: calc(100% + 1.625rem); }

.goals-icon {
  position: absolute;
  width: 9.875rem;
  height: 5.375rem;
  background: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/decor-goals-background.svg") no-repeat;
  -moz-background-size: 100%;
       background-size: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  right: 0;
  -webkit-transition: .3s ease 0.7s;
  -o-transition: .3s ease 0.7s;
  -moz-transition: .3s ease 0.7s;
  transition: .3s ease 0.7s;
  opacity: 0; }
  .goals-icon::before {
    content: '';
    display: block;
    position: absolute;
    -moz-background-size: 100%;
         background-size: 100%;
    background-repeat: no-repeat; }

.goals-icon_1::before {
  width: 2.3125rem;
  height: 2.0625rem;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/decor-goals-icon_1.svg");
  right: 0.9375rem;
  top: 1.5rem; }

.goals-icon_2::before {
  width: 2.1875rem;
  height: 2.1875rem;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/decor-goals-icon_2.svg");
  right: 1.0625rem;
  top: 1.4375rem; }

.section-background_trading-opportunities {
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/trading-opportunities-background.png");
  -moz-background-size: 100% 100%;
       background-size: 100% 100%; }

.trading-opportunities-wrapper {
  max-width: 45.8125rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.history-year-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30.0625rem;
  height: 17.3125rem;
  padding-top: 5.3125rem;
  -webkit-border-radius: 0px 0px 1rem 1rem;
     -moz-border-radius: 0px 0px 1rem 1rem;
          border-radius: 0px 0px 1rem 1rem;
  background: -webkit-linear-gradient(301.35deg, #35383D -6.33%, #1C1E22 110.81%);
  background: -moz-linear-gradient(301.35deg, #35383D -6.33%, #1C1E22 110.81%);
  background: -o-linear-gradient(301.35deg, #35383D -6.33%, #1C1E22 110.81%);
  background: linear-gradient(148.65deg, #35383D -6.33%, #1C1E22 110.81%); }

.year-slider_item {
  height: 4.4375rem;
  position: relative;
  background: #F2F2F2;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease; }
  .year-slider_item span {
    position: relative;
    z-index: 2;
    color: #808080;
    font-size: 1.125rem;
    line-height: 1.3125rem;
    font-weight: 700;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    text-align: center; }
  .year-slider_item::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(100%);
       -moz-transform: translateX(-50%) translateY(100%);
        -ms-transform: translateX(-50%) translateY(100%);
         -o-transform: translateX(-50%) translateY(100%);
            transform: translateX(-50%) translateY(100%);
    border: 1rem solid transparent;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    opacity: 0; }
  .year-slider_item:hover span {
    color: #ffffff; }
  .year-slider_item:hover::before {
    opacity: 1; }

.year-slider .slick-list {
  overflow: initial; }

.year-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: none !important;
     -moz-transform: none !important;
      -ms-transform: none !important;
       -o-transform: none !important;
          transform: none !important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.year-slider .slick-slide {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 14.75rem !important; }
  .year-slider .slick-slide > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }

.year-slider .slick-slide.slick-current {
  width: 30.125rem !important;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
  .year-slider .slick-slide.slick-current .year-slider_item-wrapper {
    font-size: 0; }
    .year-slider .slick-slide.slick-current .year-slider_item-wrapper::before {
      background: white; }
    .year-slider .slick-slide.slick-current .year-slider_item-wrapper::after {
      opacity: 1; }

.year-slider_item-wrapper {
  font-size: 1.5625rem;
  line-height: 1.25rem;
  color: #80858F;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 1.0625rem;
  position: relative;
  cursor: pointer; }
  .year-slider_item-wrapper::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.4375rem;
    background: rgba(255, 255, 255, 0.4); }
  .year-slider_item-wrapper::after {
    content: '';
    display: block;
    position: absolute;
    top: -0.5625rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1.5625rem;
    height: 1.5625rem;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background: #ffffff;
    opacity: 0; }
  .year-slider_item-wrapper:hover {
    color: #ffffff; }
    .year-slider_item-wrapper:hover::before {
      background: white; }

.main-h2_history {
  margin-bottom: 0.1875rem; }

.h3-title_history-item {
  margin-bottom: 1.5rem; }

.history-slider {
  display: grid;
  grid-template-columns: repeat(4, 15.9375rem);
  grid-gap: 1.875rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
  .history-slider::before {
    content: '';
    display: block;
    position: absolute;
    width: 60rem;
    height: 19.5625rem;
    background: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.tfp9b66irv3ad8o8clzi7bg7ydcjbiau687he81et1klfqhbxg.svg") no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
    top: 6.6875rem;
    left: 4.6875rem; }

.history-decor {
  position: absolute;
  top: 13.25rem;
  left: 1px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.history-tabs-section {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.history-decor-line {
  width: 100%;
  height: 1.4375rem;
  background: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.tfp9b66irv3ad8o8clzi7bg7ydcjbiau687he81et1klfqhbxg.svg") no-repeat;
  -moz-background-size: 100%;
       background-size: 100%; }

.arrow-slider-history {
  max-width: 115.625rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 5.5rem; }
  .arrow-slider-history .main-slider-arrow path {
    fill: #ffffff;
    opacity: 1; }
  .arrow-slider-history .main-slider-arrow g {
    opacity: 1; }
  .arrow-slider-history .main-slider-arrow {
    background: rgba(0, 0, 0, 0.1); }

.about-header-indicators-title {
  padding-bottom: 0.6875rem; }
  .about-header-indicators-title::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1rem;
    height: 0.1875rem;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    background: -webkit-gradient(linear, left top, right top, from(#f46026), to(#e87f2a));
    background: -webkit-linear-gradient(left, #f46026 0%, #e87f2a 100%);
    background: -moz-linear-gradient(left, #f46026 0%, #e87f2a 100%);
    background: -o-linear-gradient(left, #f46026 0%, #e87f2a 100%);
    background: linear-gradient(90deg, #f46026 0%, #e87f2a 100%);
    -webkit-box-shadow: 0px 0.125rem 1.25rem rgba(240, 136, 125, 0.5);
       -moz-box-shadow: 0px 0.125rem 1.25rem rgba(240, 136, 125, 0.5);
            box-shadow: 0px 0.125rem 1.25rem rgba(240, 136, 125, 0.5); }

.section-wrapper-indicator {
  padding-top: 0.1875rem;
  padding-bottom: 3.5625rem; }

.main-h2_indicator {
  margin-bottom: 2.6875rem; }

.arrow-button_more {
  margin-top: 0.1875rem;
  margin-left: 0.75rem; }

.history-lists {
  display: grid;
  grid-template-columns: repeat(2, 27.875rem);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-row-gap: 2rem; }

.history-text-wrapper {
  padding-top: 4.0625rem;
  max-width: 39.25rem;
  width: 100%;
  margin-left: 3.3125rem; }

.history-img-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  opacity: 0; }
  .history-img-wrapper::before {
    content: '';
    display: block;
    position: absolute;
    left: -2.1875rem;
    bottom: 2.9375rem;
    width: 8.6875rem;
    height: 7.5rem;
    background: #F2F2F2; }

.history-img {
  max-width: 27.6875rem;
  position: relative;
  top: -4.375rem; }

.about-header-indicators-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 11.875rem);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.indicators-wrapper {
  width: 50%; }

.indicators-wrapper-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
  .indicators-wrapper-1::before {
    content: '';
    position: absolute;
    width: 0.75rem;
    height: 12.5rem;
    -webkit-border-radius: 1rem;
       -moz-border-radius: 1rem;
            border-radius: 1rem;
    right: -0.375rem;
    top: -3.4375rem; }

.indicators-wrapper-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-left: 5.1875rem;
  -webkit-transform: translateX(1.25rem);
     -moz-transform: translateX(1.25rem);
      -ms-transform: translateX(1.25rem);
       -o-transform: translateX(1.25rem);
          transform: translateX(1.25rem);
  grid-row-gap: 2.5rem;
  -webkit-box-align: start;
  -webkit-align-items: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start; }

.year-history {
  font-size: 5rem;
  line-height: 6.125rem;
  font-weight: 300;
  margin-bottom: 7.9375rem;
  text-align: center; }

.year-text {
  font-size: 2.125rem;
  line-height: 2rem;
  letter-spacing: 0.001em; }

.about-advantages-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5.3125rem; }

.all-text_high-quality {
  text-align: center;
  margin-bottom: 2.5625rem;
  max-width: 49.375rem;
  font-size: 0.9375rem;
  line-height: 1.125rem; }

.goals-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.875rem; }

.main-decor_goals {
  right: -4.9375rem;
  bottom: 7.625rem; }

.about-advantages-wrapper-text {
  max-width: 45.8125rem; }

.h3-title_about-advantages {
  color: #000000;
  margin-bottom: 8.0625rem; }

.about-advantages-wrapper {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 39.375rem;
 
  min-height: 20.25rem; }

.about-advantages-wrapper-img {
  max-width: 31.5625rem;
  position: absolute;
  top: -5.4375rem;
  left: -0.625rem; }

.main-h2_high-quality {
  max-width: 43.875rem;
  margin-bottom: 2.4375rem; }

.btn_high-quality {
  min-width: 21.875rem; }

.history-tabs-section_1 {
  top: 13.25rem; }

.history-tabs-section_2 {
  top: 8.0625rem; }

.history-tabs-section_3 {
  top: 7.25rem; }

.template-wrapper_about-advantages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative; }

.main-h2_about-advantages {
  text-align: right;
  margin-bottom: 2.5rem; }

.all-text_about-advantages {
  text-align: right;
  margin-bottom: 2.5rem; }

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .section-wrapper_history::before {
    background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.ov17s8z9loqgw28n2k292tz0i5hb51t9whwpl8q22txe5chbnw.png"); }
  .section-about-advantages::before {
    background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.lsj6wpguh59xla8zz4m49fxo4oen9ln8n2of600ldoqavig7rt.png"); } }

.template-wrapper_markets {
  position: relative; }

.section-wrapper_assets {
  margin-top: 5.9375rem;
  margin-bottom: 9.25rem;
  position: relative; }
  .section-wrapper_assets::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: 49.32%;
    height: 26.5625rem;
    right: 0;
    top: 2.25rem;
    background: #F9F9F9; }

.assets-icon {
  width: 5rem;
  height: 5rem;
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: 100%;
       background-size: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 2.5rem; }

.h3-title_assets {
  margin-bottom: 0.8125rem;
  font-size: 1.625rem;
  line-height: 1.1;
  font-weight: 700;
  text-transform: none;
  color: #ffffff; }

.text-assets {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #C9C9C9; }

.trading-tools-section {
  position: relative;
  z-index: 2;
  padding-bottom: 7.5625rem;
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  padding-top: 5.0625rem;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/table-background_1x.jpg"); }
  .trading-tools-section.animate .all-text_table,
  .trading-tools-section.animate .table-list-wtrapper {
    -webkit-animation: fadeInUp .5s both ease;
       -moz-animation: fadeInUp .5s both ease;
         -o-animation: fadeInUp .5s both ease;
            animation: fadeInUp .5s both ease; }

.table-background {
  width: 100%;
  position: absolute;
  left: 0;
  top: -19.875rem;
  z-index: -1; }
  .table-background img {
    width: 100%; }

.main-h2_trading-tools {
  line-height: 4.0625rem;
  color: #ffffff;
  max-width: 56.5625rem;
  margin-bottom: 1.5625rem; }

.all-text_table {
  font-size: 1.125rem;
  line-height: 1.9375rem;
  margin-bottom: 4.25rem;
  color: #C9C9C9;
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
     -moz-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0); }

.all-text_table-wrapper {
  width: 28.5rem; }

.tab-switch_table {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%; }
  .tab-switch_table a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 8.125rem;
    height: 2.875rem;
    padding-left: 1.375rem;
    padding-right: 1.375rem; }
    .tab-switch_table a[aria-selected="true"] span {
      color: #3D3D3D; }
    .tab-switch_table a span {
      font-size: 1rem;
      line-height: 2rem;
      font-weight: 700;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      -moz-transition: .3s ease;
      transition: .3s ease;
      color: #ffffff;
      text-transform: uppercase; }
    .tab-switch_table a:hover span {
      color: #3D3D3D; }
  .tab-switch_table li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.table-trade {
  border-collapse: collapse;
  width: 100%; }
  .table-trade th {
    padding: 1rem 1rem 1.125rem;
    vertical-align: middle;
    background: transparent;
    color: #ffffff;
    text-align: center;
    position: relative;
    z-index: 3;
    font-size: 0.75rem;
    line-height: 0.9375rem;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .table-trade td {
    font-size: 0.9375rem;
    line-height: 1.125rem;
    font-weight: 500;
    padding: 1rem;
    color: #ffffff;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center; }
    .table-trade td:first-child {
      text-align: left; }

.table-wrapper_stock .tbtn,
.table-wrapper_commodities .tbtn,
.table-wrapper_index .tbtn {
  min-width: auto;
  font-size: 0.875rem;
  line-height: 1.1875rem; }

.btns-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.tab-switch-wrapper_table {
  margin-bottom: 2.125rem; }

.footnote_table {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 500;
  text-align: center; }

.table-wrapper {
  max-height: 33.6875rem; }

.table-wrapper-for-border {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 0.3125rem;
     -moz-border-radius: 0.3125rem;
          border-radius: 0.3125rem; }

.section-table::-webkit-scrollbar-thumb {
  width: 0.5rem; }

.section-table {
  width: 100%;
  overflow: auto; }

.table-list-wtrapper {
  position: relative;
  overflow: auto;
  z-index: 2; }

.table-list {
  height: 36.5rem;
  position: relative;
  z-index: 2; }

.table-background-mobile {
  display: none; }

.table-background-desctop {
  max-height: 87.3125rem; }

.assets-list {
  display: grid;
  grid-template-columns: repeat(3, 23rem);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2; }

.assets-list__item {
  height: 20.9375rem;
  position: relative;
  padding: 6.6875rem 1.375rem 1.8125rem 1.5625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
     -moz-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center; }
  .assets-list__item::before {
    content: '';
    display: block;
    position: absolute;
    width: 6.125rem;
    height: 5.625rem;
    background-repeat: no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
    top: -0.75rem;
    left: -0.625rem; }
  .assets-list__item::after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: 19.375rem;
    height: 1.8125rem;
    background: #F5F5F5;
    bottom: 0;
    left: 2.0625rem;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%); }

.assets-text-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1.5rem 1.1875rem 1.25rem 1.875rem; }

.assets-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 6.75rem;
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.main-h2_assets {
  margin-bottom: 5.8125rem; }

.header-trading-tools {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 6.875rem;
  line-height: 4.0625rem; }

.h2-wrapper_trading-tools {
  position: relative;
  width: 34.0625rem;
  height: 34.0625rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.background-section_tools-section {
  display: none; }

.btn-more_reverse {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: 3.375rem; }
  .btn-more_reverse::before {
    margin-left: 1rem;
    margin-right: 0;
    background: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/arrow-show-more-dark.svg") no-repeat;
    -moz-background-size: 100%;
         background-size: 100%; }

.markets-list-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  .markets-list-background::before {
    position: relative;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }

.markets-list-img {
  position: absolute;
  max-width: 31.5625rem; }

.markets-list-text-prev {
  position: relative;
  z-index: 2;
  font-size: 1.75rem;
  line-height: 1.625rem;
  color: #ffffff;
  font-weight: 700;
  margin-top: -0.5rem; }

.markets-list-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 41.5rem;
  min-height: 15.0625rem; }

.main-h2_markets-main {
  margin-bottom: 6rem; }

.wrapper-decor_markets::before, .wrapper-decor_markets::after {
  content: '';
  position: absolute;
  display: block;
  width: 31.125rem;
  height: 72.4375rem;
  background: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/markets-decor-1.png") no-repeat;
  -moz-background-size: 100%;
       background-size: 100%;
  z-index: -1; }

.wrapper-decor_markets::before {
  top: 28.125rem;
  left: 0; }

.wrapper-decor_markets::after {
  left: 0;
  bottom: -20rem; }

.section-wrapper_benefits-markets {
  padding-top: 11.0625rem; }

.high-quality-text_markets-item {
  margin-bottom: 4.375rem; }

.benefits-wrapper_markets-item {
  padding-bottom: 8.75rem; }

.section-wrapper_markets-table {
  padding-bottom: 3.4375rem; }

.main-h2_markets-table {
  margin-bottom: 3.4375rem; }

.tbtn {
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  height: 2rem;
  min-width: 5rem;
  cursor: pointer;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  position: relative; }
  .tbtn span {
    font-size: 0.75rem;
    line-height: 0.9375rem;
    font-weight: 500; }

.sell-btn {
  margin-right: 0.5rem; }

.template-wrapper_markets-table {
  position: relative; }

.scene_table-top {
  top: -17.0625rem;
  right: -8.5625rem; }

.scene_table-bottom {
  left: -15.75rem;
  bottom: -22.75rem;
  z-index: 2; }

#tradeview {
  height: 40.625rem;
  position: relative; }

.section-wrapper_schedule {
  padding-top: 6.6875rem;
  padding-bottom: 4rem; }
  .section-wrapper_schedule::before, .section-wrapper_schedule::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    min-width: 120rem;
    height: 53.5rem;
    width: 100%;
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.lq90wc4s7y22cvddvt3ugmpbi5n2sz3fqoosshzg5b1pvcek5b.png");
    z-index: 1; }
  .section-wrapper_schedule::after {
    top: auto;
    bottom: -17.375rem;
    background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.ekkusxtokqqyzod6hqmn8dnhia25fznxfh749oqpqe1ld2lka0.png");
    height: 62.5rem;
    z-index: 0; }

.section-background_markets-list {
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/markets-list-background.png");
  top: -4.1875rem;
  height: -webkit-calc(100% + 5.6875rem);
  height: -moz-calc(100% + 5.6875rem);
  height: calc(100% + 5.6875rem); }

.markets-list-button-wrapper {
  margin-top: auto;
  width: 100%;
  max-width: 33.75rem;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-gap: 1.875rem; }

.ask.top,
.bid.top {
  color: #EB5757; }

.ask.min,
.bid.min {
  color: #2bd06b; }

.header-text_metals-header {
  max-width: 40.625rem; }

.header-text_stocks-header {
  max-width: 43.125rem; }

.main-h2_stocks-market {
  max-width: 63.5rem;
  margin-right: auto;
  margin-left: auto; }

.header-text_goods-header {
  max-width: 50.125rem; }

.high-quality-text_goods {
  max-width: 63.375rem;
  margin-left: auto;
  margin-right: auto; }

.header-text_cryptocurrencies-header {
  max-width: 40.625rem; }

.main-h1_markets {
  margin-bottom: 1.5rem;
  max-width: 40.0625rem;
  width: 100%; }

.header-background-other-page_markets-item::before {
  background: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/header/d-m.svg") no-repeat;
  -moz-background-size: 100% 100%;
       background-size: 100% 100%; }

.header-text-block_forex-header {
  margin-top: 3.9375rem; }

.main-h1_markets-item {
  max-width: 33.75rem; }

.template-wrapper_markets {
  position: relative; }

.btn-start-trade_markets-item {
  margin-top: auto; }

.all-text_instruments-item {
  text-align: center;
  font-weight: 500; }

.btn_markets-item {
  min-width: 11.875rem;
  height: 2.8125rem; }

.section-wrapper_benefits-instruments {
  margin-top: -0.4375rem;
  padding-bottom: 4.5625rem; }
  .section-wrapper_benefits-instruments.section-wrapper_metals {
    padding-bottom: 2rem; }
  .section-wrapper_benefits-instruments.section-wrapper_stock {
    padding-bottom: 3.25rem; }
  .section-wrapper_benefits-instruments.section-wrapper_index {
    padding-bottom: 3.25rem; }
  .section-wrapper_benefits-instruments.section-wrapper_crypto {
    padding-bottom: 3.25rem; }

.benefits-instruments-list_item {
  position: relative; }

.benefits-instruments-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.875rem; }

.h3-title_instruments-item {
  font-weight: 500;
  text-align: center;
  min-height: 4.5rem;
  margin-bottom: 2rem; }

.main-h2_markets-item-benefits {
  max-width: 67rem;
  margin-bottom: 0.875rem; }

.section-wrapper_markets-block-border {
  padding-top: 7.375rem;
  margin-bottom: 9.75rem; }

.main-h2_schedule {
  margin-bottom: 3rem;
  color: #232865; }

.header-text-block_metals-header {
  margin-top: 10.125rem; }

.header-text-block_stocks-header {
  margin-top: 8.625rem; }

.main-h1_markets-item-stocks {
  max-width: 69rem; }

.main-h1_markets-item-crypto {
  max-width: 39.6875rem; }

.markets-wrapper-header {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.arrow-down {
  margin-top: 3rem; }

.template-wrapper_markets-de .main-h1_markets,
.template-wrapper_markets-it .main-h1_markets {
  max-width: 62.5rem; }

.main-background-red_markets {
  height: 34.4375rem; }

.section-wrapper-border-forex {
  padding-top: 11.8125rem; }

.main-background-wrapper_forex .main-background-red {
  height: 21.0625rem; }

.wrapper-decor_markets-items::before {
  top: 20.0625rem; }

.wrapper-decor_markets-items::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: -18.75rem;
  width: 31.875rem;
  height: 66.75rem;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/markets-item-right.png");
  z-index: -1; }

.header-text_markets-item-metals {
  margin-bottom: 3.6875rem; }

.main-background-wrapper_metals .main-background-red {
  height: 16.9375rem; }

.all-text_markets-item-benefits {
  max-width: 49.375rem; }

.main-h1_stocks-header {
  max-width: 45.875rem; }

.header-text_markets-item-stocks {
  margin-bottom: 2.1875rem; }

.main-background-wrapper_stocks .main-background-red {
  height: 21.0625rem; }

.section-wrapper-border-stocks {
  padding-top: 11.875rem; }

.block-w-border-wrapper-inner_markets-item-benefits {
  padding: 0.9375rem; }

.main-h1_goods-header {
  max-width: 45.875rem; }

.header-text_markets-item-goods {
  margin-bottom: 2.125rem; }

.main-background-wrapper_goods .main-background-red {
  height: 21.0625rem; }

.section-wrapper-border-goods {
  padding-top: 11.8125rem; }

.main-h1_indices-header {
  max-width: 45.875rem; }

.header-text_markets-item-indices {
  max-width: 34rem;
  margin-bottom: 2.125rem; }

.section-wrapper-border-indices {
  padding-top: 11.75rem; }

.main-background-wrapper_indices .main-background-red {
  height: 21rem; }

.header-text_markets-item-crypto {
  margin-bottom: 2.1875rem; }

.main-background-wrapper_crypto .main-background-red {
  height: 21.0625rem; }

.section-wrapper-border-crypto {
  padding-top: 11.875rem; }

.btn-start-trade_markets {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .btn-start-trade_markets::before {
    display: none; }

.section-wrapper_benefits-instrument {
  padding-top: 3.75rem;
  padding-bottom: 2.9375rem; }
  .section-wrapper_benefits-instrument::before {
    content: '';
    display: block;
    position: absolute;
    top: -4.5625rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 120rem;
    height: 25rem;
    background: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.btqp0e4go94t9escqlw2hxkl1g609ihljlu44uwiwqju79o3yu.svg") no-repeat;
    -moz-background-size: 100%;
         background-size: 100%; }

.benefits-instrument-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.875rem; }

.h2-wrapper_benefits-instrument {
  max-width: 27.0625rem;
  width: 100%;
  padding-left: 3.5rem;
  margin-right: 3.625rem; }

.benefits-instruments-list_forex .benefits-instruments-icon_1 {
  width: 5.5625rem;
  height: 6.5rem;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.pldpohv0ctamwmffcmyhrg68xsm637cxesfwvvv8adlmxx9gkv.svg"); }

.benefits-instruments-list_forex .benefits-instruments-icon_2 {
  width: 6.375rem;
  height: 6.5rem;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.lzt5pri4i2bfoylqili3w11cfoz1y1ew1gej4t40f3d7gtqppu.svg"); }

.benefits-instruments-list_forex .benefits-instruments-icon_3 {
  width: 6.5rem;
  height: 6.375rem;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.0sox94opuabadidlbzonruy2wo6kw387v242su5dlrjd4174x4.svg"); }

.benefits-instruments-list_forex .benefits-instruments-icon_4 {
  width: 6.25rem;
  height: 6.5rem;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.0z8gd99wkip6ng9m8ioyj5p5eq811svikabvq26f9casp5kh1g.svg"); }

.benefits-instruments-list_metals .benefits-instruments-icon_1 {
  width: 6.5rem;
  height: 5.5rem;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.qj7m2pt6dbzaxaiggrsazd8fmwgrgb1kmhmotbifui5g380e0o.svg"); }

.benefits-instruments-list_metals .benefits-instruments-icon_2 {
  width: 6.5rem;
  height: 6.5rem;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.yk33r9km40jgkmiyf9pigpgvwf56beiqnp8rxdy2htaekhzokr.svg"); }

.benefits-instruments-list_metals .benefits-instruments-icon_3 {
  width: 6.5rem;
  height: 6.4375rem;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.fpsldlt5i5zdvhnzuw42oa3zsykx08mlnev3rjmpdndk6u028i.svg"); }

.benefits-instruments-list_metals .benefits-instruments-icon_4 {
  width: 6.5rem;
  height: 6.5rem;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.7k6g2ek5o50fsg8qxg0pa43t4y5kockuo0b0nfel1deku0szks.svg"); }

.benefits-instruments-list_stock .benefits-instruments-icon_1 {
  width: 6.5rem;
  height: 6.5rem;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.49bep2iqbs0zujjqzg2lic2gmz7q8liw13dsz161fju64cd7kk.svg"); }

.benefits-instruments-list_stock .benefits-instruments-icon_2 {
  width: 5.25rem;
  height: 6.5rem;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.nqokgt1vaxnr962g8q0mbg8e6wq3tjwxfsybw27jt2sd85zryh.svg"); }

.benefits-instruments-list_stock .benefits-instruments-icon_3 {
  width: 6.5rem;
  height: 6.5rem;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.sz1fee94ononqpaek28yhw9akye3ut5ebdtn14ijhv6htagjui.svg"); }

.benefits-instruments-list_stock .benefits-instruments-icon_4 {
  width: 6.5rem;
  height: 6.5rem;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.0op64fha91ar9xhrqryzapvofax9f4kchf8lm6srcbirqr6q8w.svg"); }

.benefits-instruments-list_commodities .benefits-instruments-icon_1 {
  width: 6.5rem;
  height: 6.5rem;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.xtrh2h635fjvtlxe7dlcdt9kcr7rmquq6frpwr9yl3hc42wh0p.svg"); }

.benefits-instruments-list_commodities .benefits-instruments-icon_2 {
  width: 6.5rem;
  height: 6rem;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.j3j63bn5npybw0ltidpq3afr34z10tvt9061wqlj1296tjc7i1.svg"); }

.benefits-instruments-list_commodities .benefits-instruments-icon_3 {
  width: 5.75rem;
  height: 6.5rem;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.8xrj1wjpx60dmaz6ciuj95ihkz4bbxi2sjugj4cvipor0apvz0.svg"); }

.benefits-instruments-list_commodities .benefits-instruments-icon_4 {
  width: 6rem;
  height: 6.5rem;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.mwmby993mnow2qxuktjo0oiznh9xs6e4lr5rphp7blzk1dod4z.svg"); }

.benefits-instruments-list_index .benefits-instruments-icon_1 {
  width: 5.875rem;
  height: 6.5rem;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.mh36r9xgo1h5mihbz44zaoyp3qy2gddxdooh2cs9zd0mfqtotz.svg"); }

.benefits-instruments-list_index .benefits-instruments-icon_2 {
  width: 6.5rem;
  height: 6.5rem;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.u89ecvccvxaqr84y6x34t9y6l1ob5cx1t5hex74xbratbg2o0u.svg"); }

.benefits-instruments-list_index .benefits-instruments-icon_3 {
  width: 5.75rem;
  height: 6.5rem;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.svfkqyejnw11xgt6xr129mp0u62og8ghrli93n3vkrpknj4x6x.svg"); }

.benefits-instruments-list_index .benefits-instruments-icon_4 {
  width: 6.5rem;
  height: 6.25rem;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.ytiehkgxfokl4z62jfdi2mybp2fee68ygr3w7lxgyi4xwhjtqc.svg"); }

.benefits-instruments-list_crypto .benefits-instruments-icon_1 {
  width: 6.25rem;
  height: 6.5rem;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.2odcfjrwuo3u4d0ql88aw1x6uot84w0uuwna16i2ag9bmscitx.svg"); }

.benefits-instruments-list_crypto .benefits-instruments-icon_2 {
  width: 6.5rem;
  height: 6.5rem;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.h0fsex8nr63xc044pz1a0qqne0ghjm76qcbw1qi2rpkeg6ptst.svg"); }

.benefits-instruments-list_crypto .benefits-instruments-icon_3 {
  width: 6.5rem;
  height: 6.5rem;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.q09a8u41d24ngr8foxl495y5j93ubz36x3nujfk6iujmecnobo.svg"); }

.benefits-instruments-list_crypto .benefits-instruments-icon_4 {
  width: 6.5rem;
  height: 6.375rem;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.qabtp8jyox408lhh3h80fsh58t8vqdsxvup1om7un0csnhi337.svg"); }

.section-background_benefits-instrument {
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/benefits-instrument-background.png");
  top: -4.375rem;
  height: -webkit-calc(100% + 6.8125rem);
  height: -moz-calc(100% + 6.8125rem);
  height: calc(100% + 6.8125rem); }

.section-background_markets-table {
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/table-background.png");
  -moz-background-size: 100% 100%;
       background-size: 100% 100%; }

.template-wrapper_schedule {
  position: relative;
  z-index: 4; }

.section-background_schedule {
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/schedule-background.png");
  top: -2rem;
  height: -webkit-calc(100% + 4.375rem);
  height: -moz-calc(100% + 4.375rem);
  height: calc(100% + 4.375rem); }

.section-background_markets-table-metals,
.section-background_markets-table-commodities {
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/table-background-other.png"); }

.header-text-block_goods-header {
  margin-top: 8.625rem; }

.template-wrapper_market-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.markets-list-img-mobile {
  display: none; }

.bread-crumbs-market {
  position: relative;
  margin-top: -0.6875rem; }

.bread-crumbs-market_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3.125rem;
  -webkit-border-radius: 0 0.9375rem 0.9375rem 0.9375rem;
     -moz-border-radius: 0 0.9375rem 0.9375rem 0.9375rem;
          border-radius: 0 0.9375rem 0.9375rem 0.9375rem; }

.bread-crumbs-market__item {
  margin-right: 2.5rem; }
  .bread-crumbs-market__item:last-child {
    margin-right: 0; }
  .bread-crumbs-market__item.active a {
    text-decoration: underline; }
  .bread-crumbs-market__item a:hover {
    text-decoration: underline; }

.benefits-instrument-wrapper_image .mobile {
  display: none; }

.header-text_metals {
  margin-bottom: 1.8125rem; }

.header-text_indices {
  margin-bottom: 1.8125rem; }

.benefits-instruments-icon {
  background-repeat: no-repeat;
  -moz-background-size: 100%;
       background-size: 100%; }

.benefit-instrument-img {
  position: absolute;
  top: 50%;
  left: 2.25rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 31.75rem; }

.benefit-instrument {
  padding: 2.3125rem 2rem 2.25rem 37.1875rem;
  position: relative;
  z-index: 2; }

.main-decor_benefits-instrument-1 {
  right: 1.625rem;
  bottom: -4.0625rem;
  z-index: 3; }

.shedule-frame-wrapper {
  position: relative;
  z-index: 2; }

.header-text_markets {
  max-width: 37rem; }

.slider-picture_markets {
  right: -9.6875rem; }

.template-wrapper_market-list-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.markets-list__item {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  position: relative; }
  .markets-list__item:not(.form-page)::before {
    content: '';
    display: block;
    position: absolute;
    width: 78.75rem;
    height: 19.4375rem;
    top: 0;
    background: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.bouu46uia4xjkw56b1aj2hlks8kgpyy9s6lkud49s9ys4zijjs.png") no-repeat;
    -moz-background-size: 100%;
         background-size: 100%; }
  .markets-list__item:nth-child(odd) {
    min-height: 29.5625rem; }
    .markets-list__item:nth-child(odd) .main-h2_markets-item {
      margin-bottom: 1.5rem; }
    .markets-list__item:nth-child(odd)::before {
      right: 0; }
    .markets-list__item:nth-child(odd) .markets-list-img {
      top: -6.1875rem;
      left: -0.375rem; }
  .markets-list__item:nth-child(even) {
    min-height: 29.0625rem; }
    .markets-list__item:nth-child(even) .main-h2_markets-item {
      margin-bottom: 1.5rem; }
    .markets-list__item:nth-child(even)::before {
      left: 0; }
    .markets-list__item:nth-child(even) .markets-list-img {
      top: -6.375rem;
      right: -1.4375rem; }

  .markets-list h3 {
    font-size: 160%;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    color: #e1813d;
  }

  .markets-list li, .markets-list p {
    margin-bottom: 10px;
    line-height: 1.3;
  }

.markets-list__item-1 .all-text_markets-item {
  max-width: 39rem; }

.markets-list__item-2 .all-text_markets-item {
  max-width: 42rem; }

.markets-list__item-3 .all-text_markets-item {
  max-width: 40rem; }

.markets-list__item-4 .all-text_markets-item {
  max-width: 48rem; }

.markets-list__item-5 .all-text_markets-item {
  max-width: 40rem; }

.markets-list__item-5 .markets-list-text {
  margin-right: 0 !important; }

.markets-list__item-6 {
  min-height: 26.5rem; }
  .markets-list__item-6 .all-text_markets-item {
    max-width: 39.625rem; }

.all-text_markets-item {
  margin-bottom: 1.5rem; }

.section-wrapper_markets-list {
  padding-top: 1.5rem; }

.header-text_markets-item {
  max-width: 39.6875rem; }

.benefits-instruments-list-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 7.125rem; }

.benefits-instruments-list_forex.benefits-instruments-list_zh .h3-title_instruments-item, .benefits-instruments-list_forex.benefits-instruments-list_it .h3-title_instruments-item, .benefits-instruments-list_forex.benefits-instruments-list_en .h3-title_instruments-item {
  min-height: auto; }

.benefits-instruments-list_metals.benefits-instruments-list_en .h3-title_instruments-item, .benefits-instruments-list_metals.benefits-instruments-list_es .h3-title_instruments-item, .benefits-instruments-list_metals.benefits-instruments-list_de .h3-title_instruments-item, .benefits-instruments-list_metals.benefits-instruments-list_it .h3-title_instruments-item, .benefits-instruments-list_metals.benefits-instruments-list_zh .h3-title_instruments-item {
  min-height: auto; }

.benefits-instruments-list_zh .h3-title_instruments-item {
  min-height: auto; }

.prev-title_instruments {
  text-align: center;
  max-width: 57.4375rem;
  font-weight: 500; }
  .prev-title_instruments.prev-title_crypto {
    max-width: 59.8125rem; }

.template-wrapper_benefit-instrument {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.main-h2_benefits-instrument {
  margin-bottom: 2rem; }

.btn_schedule {
  margin-top: 3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%); }

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .section-wrapper_schedule::before {
    background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.lq90wc4s7y22cvddvt3ugmpbi5n2sz3fqoosshzg5b1pvcek5b.png"); }
  .section-wrapper_schedule::after {
    background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.tqmeo3hsef53y21xvs8okyy1mtclj5tcv1jo8qfnns2k1rmjm7.png"); } }

.section-benefits {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 9.1875rem;
  min-height: 36.625rem;
  z-index: 2; }
  .section-benefits::before {
    content: '';
    display: block;
    position: absolute;
    min-width: 120rem;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.jetc0nr4wpoov9hcflvyu0f18dw9043mh36uevgv124t54jkwc.png");
    z-index: -1; }

.benefits-h2 {
  margin-bottom: 11.4375rem; }

.h3-title_benefits {
  text-align: center;
  margin-bottom: 1.5rem; }

.all-text_benefits {
  text-align: center; }

.benefits-text-wrapper {
  max-width: 50.625rem;
  margin-right: 1.875rem; }

.benefits-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.875rem; }

.benefits-icon {
  background-repeat: no-repeat;
  -moz-background-size: 100%;
       background-size: 100%;
  height: 6.0625rem;
  margin-bottom: 0.8125rem; }

.benefits-icon_1 {
  width: 6rem;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.qe1a51t0ihtnasva8sno8nb3c0x944hszbh9onnrf6k6nwd5e3.svg"); }

.benefits-icon_2 {
  width: 5.625rem;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.awpsviz4nbs6xcww7r4z97z98w3b96evynd1o940pkpar75zqx.svg"); }

.benefits-icon_3 {
  width: 5.6875rem;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.sbny0qop70y79n77itc5ix2wwjfyf2pmevyqnihz5sc6j4tkrc.svg"); }

.benefits-icon_4 {
  width: 6rem;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.yttmxaryrcicupualdl5ld5jh8rstlw71hkd8t633fmus4ve4l.svg"); }

.benefits-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .section-benefits::before {
    background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.e3djjla1j7q7agzyrqf8t8aav34c7gcdg0sf93rffebzjfw7be.png"); } }

.main-header_404 {
  height: 100% !important;
  min-height: 43.375rem !important; }
  .main-header_404::before {
    display: none; }

.main-nav-wrapper_404 {
  display: none !important; }
  .main-nav-wrapper_404.show {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

.header-text-block_404 {
  max-width: 38.625rem;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.header-background-wrapper_404 {
  height: 100%; }

.main-nav-wrapper_404-mobile {
  display: none !important; }
  .main-nav-wrapper_404-mobile .main-nav__item a {
    color: #ffffff; }

.header-background-other-page_404 {
  background: #ffffff; }

.logo-404 {
  width: 4.4375rem; }

.text-404-wrapper {
  margin-top: 9.375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 46.625rem; }

.title-404 {
  font-weight: 700;
  font-size: 9rem;
  line-height: 12.25rem;
  margin-bottom: -0.4375rem;
  display: block;
  text-transform: uppercase; }

.btn-404-main, .btn-404-support {
  padding: 0.375rem 5rem; }
  .btn-404-main span, .btn-404-support span {
    font-weight: 400; }

.btn-404-main::before {
  background: transparent; }

.header-background-other-page_404 {
  z-index: -1; }

.text-404 {
  font-size: 1.5rem;
  line-height: 2.0625rem;
  color: #ffffff;
  margin-bottom: 2.5625rem;
  text-align: center; }

.btn-main {
  display: none; }
  .btn-main span {
    height: 5.1875rem;
    min-width: 18.3125rem; }

.link-404 {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  text-decoration: underline;
  color: #A7A7A7;
  margin-top: 1.25rem; }
  .link-404:hover {
    text-decoration: none; }

.background-img-other-page_404 {
  width: 100%; }

.icon-404 {
  width: 30.25rem;
  margin-top: 18.1875rem;
  margin-left: 8.3125rem;
  position: relative;
  z-index: 2; }

.button-wrapper-404 {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 1.875rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 3rem; }

.btn_404 {
  width: 100%;
  height: 3.125rem;
  color: #ffffff;
  margin-bottom: 1rem;
  border: 1px solid transparent; }
  .btn_404:hover {
    background: #ffffff; }

.btn_404-support {
  width: 100%;
  height: 3.125rem; }
  .btn_404-support:hover {
    color: #ffffff; }

.header-text_404 {
  text-align: center;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  max-width: 23.9375rem;
  margin-bottom: 4rem; }

.header-link {
  color: linear-gradient(90deg, #e87f2a 0%, #f46026 13.54%, #f46026 85.94%, #e87f2a 100%); }
  .header-link:hover {
    color: linear-gradient(90deg, #f46026 0%, #e87f2a 14.58%, #e87f2a 85.94%, #f46026 100%); }

.header-text-other-page_404 {
  margin-top: 0.25rem; }

.img-404 {
  margin-bottom: 6.375rem; }

.header-background-wrapper_404::after {
  content: '';
  display: block;
  top: -0.9375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  min-width: 120rem;
  height: 62.5rem;
  position: absolute;
  background-repeat: no-repeat;
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.gxmuw3d1in96vhuyk02gl75h9n3kbrje8axeffj1u0m2xwjls3.png");
  z-index: -1; }

.earnings-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1.875rem; }

.earnings-list__item {
  -webkit-box-shadow: 0px 0.25rem 1.875rem rgba(0, 0, 0, 0.06);
     -moz-box-shadow: 0px 0.25rem 1.875rem rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0.25rem 1.875rem rgba(0, 0, 0, 0.06);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.125rem 1.875rem; }

.h4-title__earnings {
  text-align: center;
  margin-bottom: 2.5rem; }

.earnings-text {
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2.5rem; }

.conditions-list__partners {
  margin-bottom: 2.5rem; }

.section-earnings {
  padding-top: 8.5625rem;
  padding-bottom: 8.75rem; }

.earnings-h2 {
  margin-bottom: 2.5rem; }

.all-text_earnings {
  margin-bottom: 4.375rem; }

.steps-wrapper-partners::before {
  display: none; }

.loyalty-program-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.875rem;
  position: relative; }

.loyalty-program-list__item {
  padding: 2.5625rem 0.8125rem 2.8125rem 3.4375rem;
  position: relative;
  -webkit-border-radius: 1.25rem;
     -moz-border-radius: 1.25rem;
          border-radius: 1.25rem;
  min-height: 10.0625rem; }
  .loyalty-program-list__item::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2.9375rem;
    height: 7.875rem;
    background: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/decor-loyalty-program.svg") no-repeat;
    -moz-background-size: 100%;
         background-size: 100%; }
  .loyalty-program-list__item::after {
    content: '';
    display: block;
    position: absolute;
    left: -0.5625rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 3.375rem; }

.loyalty-program-list__item-1::after {
  content: "01"; }

.loyalty-program-list__item-2::after {
  content: "02"; }

.loyalty-program-list__item-3::after {
  content: "03"; }

.loyalty-program-list__item-4::after {
  content: "04"; }

.main-h2_loyalty-program {
  margin-bottom: 6rem; }

.loyalty-program-percent {
  position: absolute;
  width: 7.25rem;
  height: 6.875rem;
  left: 1rem;
  top: -1.125rem;
  background: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/loyalty-decor.svg") no-repeat;
  -moz-background-size: 100%;
       background-size: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .loyalty-program-percent::before {
    content: '';
    display: block;
    background-repeat: no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
    margin-top: -0.5625rem;
    height: 1.5rem; }
  .loyalty-program-percent.loyalty-program-percent_1::before {
    width: 2.9375rem;
    background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/loyalty-icon-1.svg"); }
  .loyalty-program-percent.loyalty-program-percent_2::before {
    width: 3.875rem;
    background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/loyalty-icon-2.svg");
    margin-left: -0.3125rem; }
  .loyalty-program-percent.loyalty-program-percent_3::before {
    width: 3.6875rem;
    background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/loyalty-icon-3.svg");
    margin-left: -0.3125rem; }
  .loyalty-program-percent.loyalty-program-percent_4::before {
    width: 4.25rem;
    background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/loyalty-icon-4.svg");
    margin-left: -0.3125rem; }

.loyalty-program-list-wrapper {
  position: relative;
  width: 100%;
  z-index: 1; }

.section-wrapper_loyalty-program {
  padding-top: 5.125rem;
  padding-bottom: 3.875rem; }

.template-wrapper_loyalty-program {
  position: relative; }

.percent-text {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700; }

.main-slider-text_partners {
  margin-bottom: 2.5625rem; }

.all-pagination_partners {
  margin-top: 9.3125rem; }

.main-h2_accounts-partners {
  margin-bottom: 5.4375rem; }

.section-accounts_partners {
  padding-top: 2.75rem;
  padding-bottom: 6.9375rem; }
  .section-accounts_partners .accounts-list__item {
    min-height: 37.5rem; }

.steps-list__item-partners::before {
  top: -0.375rem;
  height: 10.625rem; }

.accounts-title_partners {
  min-height: auto;
  margin-bottom: 1.0625rem; }

.accounts-prev-text_partners {
  margin-bottom: 1rem; }

.accounts-list__item-partners {
  min-height: 42.875rem; }
  .accounts-list__item-partners.accounts-list__item_2 .accounts-header_partners {
    padding-left: 1.125rem;
    padding-right: 1.125rem; }

.steps-partners-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.875rem; }

.steps-partners-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.steps-partners-step {
  height: 2.8125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
  background: -webkit-gradient(linear, left top, right top, from(#C91920), to(#EA2C33));
  background: -webkit-linear-gradient(left, #C91920 0%, #EA2C33 100%);
  background: -moz-linear-gradient(left, #C91920 0%, #EA2C33 100%);
  background: -o-linear-gradient(left, #C91920 0%, #EA2C33 100%);
  background: linear-gradient(90deg, #C91920 0%, #EA2C33 100%);
  margin-bottom: 2.0625rem; }

.h3-title_step-partner {
  font-size: 1.125rem;
  line-height: 1.75rem;
  min-height: 5.25rem;
  margin-bottom: 0.875rem;
  text-align: center; }

.section-steps-partners {
  margin-bottom: 7.125rem; }

.steps-partners-header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 2.0625rem; }

.btn_steps-partners {
  margin-top: 4.375rem;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%); }

.callback-form_partners {
  width: 100%;
  -webkit-border-radius: 1.875rem;
     -moz-border-radius: 1.875rem;
          border-radius: 1.875rem;
  padding: 1.6875rem 6rem 2.5rem;
  display: block;
  position: relative; }

.section-wrapper_partners-form {
  padding-top: 2.125rem;
  padding-bottom: 18.4375rem; }

.main-h2_partners-form {
  max-width: 52.0625rem;
  margin-bottom: 1.875rem; }

.col-items-list {
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  max-width: 51.5625rem;
  margin-bottom: 2.8125rem; }

.col-items-list_last {
  margin-bottom: 3.75rem; }

.wrapper-submit-button {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6.625rem; }

.main-background-wrapper_partners .main-background-red {
  height: 23.5625rem; }

.accounts-header_partners {
  min-height: 10.4375rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#1488CC), to(#2932D2));
  background: -webkit-linear-gradient(top, #1488CC 0%, #2932D2 100%);
  background: -moz-linear-gradient(top, #1488CC 0%, #2932D2 100%);
  background: -o-linear-gradient(top, #1488CC 0%, #2932D2 100%);
  background: linear-gradient(180deg, #1488CC 0%, #2932D2 100%);
  padding-top: 3rem; }

.btn-account-trade_partners span {
  font-size: 1rem;
  line-height: 1.375rem;
  height: 3.5rem;
  min-width: 15.875rem; }

.all-text_step-partners {
  font-size: 1rem;
  line-height: 1.625rem;
  text-align: center; }

.accounts-list_partners {
  -webkit-box-align: start;
  -webkit-align-items: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  z-index: 2; }
  .accounts-list_partners .conditions-list__item {
    line-height: 1.625rem;
    margin-bottom: 0.6875rem; }
    .accounts-list_partners .conditions-list__item::before {
      top: 0.375rem; }
  .accounts-list_partners .conditions-list {
    margin-top: 2.0625rem; }
  .accounts-list_partners.accounts-list_es .btn-account-trade_partners span {
    font-size: 0.875rem; }

.account-wrapper_partners::before {
  top: 11.125rem; }

.account-wrapper_partners::after {
  bottom: -2.5rem; }

.section-background_partners {
  top: -3.9375rem;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/accounts-background-partners.png"); }

.step-icon_partners.step-icon_1 {
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/partners-step-icon_1.svg"); }

.step-icon_partners.step-icon_2 {
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/partners-step-icon_2.svg"); }

.step-icon_partners.step-icon_3 {
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/partners-step-icon_3.svg"); }

.section-background_loyalty {
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/loyalty-background.png");
  top: -2.1875rem;
  height: -webkit-calc(100% + 4.0625rem);
  height: -moz-calc(100% + 4.0625rem);
  height: calc(100% + 4.0625rem); }

.steps-wrapper_partners {
  padding-bottom: 2.1875rem; }

.partners-wrapper-background {
  position: relative; }

.h3-title_partners-form {
  font-size: 1.5rem;
  line-height: 2.0625rem;
  font-weight: 700; }
  .h3-title_partners-form:not(.h3-title_partners-form-first) {
    margin-bottom: 1.1875rem; }

.prev-title_partners-form {
  margin-bottom: 1.75rem;
  text-align: left;
  margin-left: 0;
  margin-top: 0; }

.h3-title_partners-form-first {
  margin-bottom: 0.3125rem; }

.btn-submit_partners {
  margin-bottom: 0;
  width: auto;
  left: 0;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  min-width: 10rem; }

.loyalty-program-arrow {
  position: absolute;
  width: 0.9375rem;
  height: 0.875rem;
  background: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/loyalty-program-arrow.svg") no-repeat;
  -moz-background-size: 100%;
       background-size: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(100%);
     -moz-transform: translateY(-50%) translateX(100%);
      -ms-transform: translateY(-50%) translateX(100%);
       -o-transform: translateY(-50%) translateX(100%);
          transform: translateY(-50%) translateX(100%);
  right: -0.5rem; }

.form-item-wrapper-partners {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.875rem; }

.label-form-partners {
  margin-bottom: 0.5625rem;
  display: block; }

.form-item_partners {
  margin-bottom: 0; }

.form-input_partners {
  background: #5152AE;
  -webkit-box-shadow: inset 0 0 0 50px #5152AE  !important;
     -moz-box-shadow: inset 0 0 0 50px #5152AE  !important;
          box-shadow: inset 0 0 0 50px #5152AE  !important;
  border-color: transparent; }
  .form-input_partners:focus {
    outline: none;
    background: #5152AE;
    -webkit-box-shadow: inset 0 0 0 50px #5152AE  !important;
       -moz-box-shadow: inset 0 0 0 50px #5152AE  !important;
            box-shadow: inset 0 0 0 50px #5152AE  !important; }

.form-item_partners .select2-container--default .select2-selection--single {
  background: #5152AE;
  border-color: transparent; }

.form-item_partners.form-item label.error {
  left: 0;
  right: auto;
  top: auto;
  bottom: -0.25rem;
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  max-width: none;
  color: #f94f4f;
  padding-left: 0; }
  .form-item_partners.form-item label.error::before {
    display: none; }

.parallax-partners-form_1 {
  width: 14.5625rem;
  height: 14rem;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/parallax-partners-form_1.svg");
  left: auto !important;
  right: 8.8125rem !important;
  top: 0.4375rem !important; }

.parallax-partners-form_2 {
  width: 7.8125rem;
  height: 7.0625rem;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/parallax-partners-form_2.svg");
  left: auto !important;
  right: 0.0625rem !important;
  top: 19.4375rem !important; }

.parallax-partners-form_3 {
  width: 22.875rem;
  height: 20.625rem;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/parallax-partners-form_3.svg");
  left: auto !important;
  right: 5.1875rem !important;
  top: auto !important;
  bottom: -2.75rem !important; }

.main-content_partners::before {
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/partners-bg.png");
  top: -39.1875rem;
  min-height: -webkit-calc(100% + 39.1875rem);
  min-height: -moz-calc(100% + 39.1875rem);
  min-height: calc(100% + 39.1875rem); }

.template-wrapper_trading-conditions {
  position: relative; }

.section-wrapper_calculator {
  padding-top: 4rem;
  padding-bottom: 0; }

.calculator-wrapper {
  margin-bottom: 22.4375rem;
  position: relative; }

.main-h2_calculator {
  margin-bottom: 2rem; }

.template-wrapper_calculator {
  position: relative; }

.trade-calculator {
  position: relative;
  z-index: 3; }

.__tr_title {
  font-size: 2.25rem;
  line-height: 2.875rem;
  font-weight: 600;
  margin-bottom: 2.75rem; }

.__tr_line:nth-child(2) {
  padding-bottom: 0 !important;
  position: relative;
  width: 100%; }

.__tr_control_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%; }
  .__tr_control_item input {
    max-width: 100%;
    width: -webkit-calc(100% - 2.5rem);
    width: -moz-calc(100% - 2.5rem);
    width: calc(100% - 2.5rem);
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    background: transparent;
    height: 4rem;
    font-size: 1.3125rem;
    line-height: 1.75rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }

.__tr_min_this,
.__tr_max_this {
  width: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.3125rem;
  line-height: 2rem;
  font-weight: 500; }

.__select_block_tr,
.__input_block_tr,
.__radio_block_tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.__tr_select_title,
.__tr_radio_title {
  font-size: 1.3125rem;
  line-height: 2rem;
  font-weight: 500;
  margin-bottom: 0.625rem; }

.__tr_check_box label {
  font-size: 1.125rem;
  line-height: 1.875rem;
  text-transform: capitalize;
  color: #ffffff;
  position: relative;
  padding-left: 2.75rem;
  margin-right: 1.9375rem;
  cursor: pointer;
  top: auto !important; }
  .__tr_check_box label:last-child {
    margin-right: 0; }
  .__tr_check_box label::before {
    content: "";
    display: block;
    position: absolute;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0 !important;
    width: 1.875rem !important;
    height: 1.875rem !important;
    border: 1px solid #E53F29 !important;
    background: transparent !important; }
  .__tr_check_box label::after {
    content: '';
    display: block;
    position: absolute;
    width: 1.125rem !important;
    height: 1.125rem !important;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0.375rem !important;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    opacity: 0; }

.__tr_check_box input:checked + label::after {
  opacity: 1; }

label[for="__tr_sell"] {
  margin-right: 1.875rem; }

.trade-calculator .select2-container--default .select2-selection--single .select2-selection__arrow {
  background: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/arrow-select-dark.svg") no-repeat;
  background-position: center; }

.__tr_line:nth-child(5) .__line-result {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border: none; }

.__tr_line:nth-child(5) .__tr_table_offer,
.__tr_line:nth-child(5) .__tr_table_result {
  display: table-row; }

.__tr_line:nth-child(5) .__offer_element,
.__tr_line:nth-child(5) .__result_element {
  display: table-cell; }

.__tr_line:nth-child(5) .__offer_element {
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding: 1.25rem 0.9375rem;
  background: transparent;
  font-weight: 500;
  color: #D5D1EE;
  text-align: left; }
  .__tr_line:nth-child(5) .__offer_element::before {
    display: none !important; }

.__tr_line:nth-child(5) .__result_element {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  padding: 1.25rem 0.9375rem;
  color: #ffffff;
  background: transparent;
  position: relative !important;
  text-align: left; }
  .__tr_line:nth-child(5) .__result_element::before {
    display: none; }

.block-w-border-wrapper-inner_calculator-text {
  padding: 2.3125rem 2.75rem 2.5rem; }

.main-h2_calculator-text {
  margin-bottom: 1.9375rem;
  font-size: 2.875rem;
  line-height: 3.5rem; }

.section-wrapper_calculator-text {
  margin-bottom: 7.875rem;
  padding-top: 3.3125rem; }

.__tradeCalculatorBlock {
  padding: 3.625rem 0 5.625rem;
  position: relative;
  max-width: none;
  background: transparent;
  border: none; }
  .__tradeCalculatorBlock::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    overflow: hidden;
    background: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/calc-bg.svg") no-repeat;
    -moz-background-size: cover;
         background-size: cover; }
  .__tradeCalculatorBlock::before {
    content: '';
    font-size: 2.5rem;
    line-height: 1.875rem;
    font-weight: 700;
    color: #ffffff;
    z-index: 2;
    margin-bottom: 4.5rem; }
  .__tradeCalculatorBlock > .__tr_content {
    position: relative;
    z-index: 2; }

.__tradeCalculatorBlock .__tr_line {
  padding: 0;
  border: none; }

.__tradeCalculatorBlock .__tr_title {
  font-size: 2.5rem;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  display: none; }

.__tr_select_title {
  color: #ffffff;
  font-size: 0.875rem !important;
  line-height: 1.875rem;
  font-weight: 400;
  margin-bottom: 0 !important;
  padding: 0 !important; }

.__tr_col_3 {
  width: 100% !important;
  -webkit-flex-basis: auto !important;
      -ms-flex-preferred-size: auto !important;
          flex-basis: auto !important;
  padding: 0 !important; }

.__tradeCalculatorBlock .__tr_group-material input[type="text"] {
  height: 3.75rem;
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #ffffff;
  -webkit-box-shadow: inset 0 0 0 3.75rem #ffffff !important;
     -moz-box-shadow: inset 0 0 0 3.75rem #ffffff !important;
          box-shadow: inset 0 0 0 3.75rem #ffffff !important;
  font-size: 1.125rem;
  line-height: 1.875rem;
  border: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  color: #25323E;
  -webkit-text-fill-color: #25323E; }

.__tradeCalculatorBlock .__tr_group-material ._tr_sub_menu_select {
  margin-top: 0;
  border: none;
  bottom: 0;
  background: #EAEAEA;
  -webkit-box-shadow: 0.1875rem 0.125rem 1.25rem rgba(37, 48, 100, 0.1);
     -moz-box-shadow: 0.1875rem 0.125rem 1.25rem rgba(37, 48, 100, 0.1);
          box-shadow: 0.1875rem 0.125rem 1.25rem rgba(37, 48, 100, 0.1);
  max-height: 15.375rem; }

.__tradeCalculatorBlock .__tr_group-material ._tr_sub_menu_select li {
  padding: 0.8125rem 1.0625rem 0.5625rem 1.375rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  position: relative; }
  .__tradeCalculatorBlock .__tr_group-material ._tr_sub_menu_select li:last-child::before {
    display: none; }
  .__tradeCalculatorBlock .__tr_group-material ._tr_sub_menu_select li::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0.9375rem;
    width: -webkit-calc(100% - 2rem);
    width: -moz-calc(100% - 2rem);
    width: calc(100% - 2rem);
    height: 1px;
    background: #E53F29;
    color: #1C1C1C; }
  .__tradeCalculatorBlock .__tr_group-material ._tr_sub_menu_select li:hover {
    background: transparent;
    font-weight: 700;
    color: #1C1C1C; }

.__tradeCalculatorBlock .__tr_group-material .__tr_icon_select {
  font-size: 0;
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: auto;
  height: auto;
  top: 1.4375rem;
  right: 1.1875rem; }
  .__tradeCalculatorBlock .__tr_group-material .__tr_icon_select::before {
    content: '';
    display: block;
    width: 0.8125rem;
    height: 0.75rem;
    background: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/calc-arrow.svg") center center no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
    -webkit-transform-origin: center;
       -moz-transform-origin: center;
        -ms-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center; }

.__tradeCalculatorBlock .__tr_group-material input[type="text"]:focus ~ .__tr_icon_select {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none; }
  .__tradeCalculatorBlock .__tr_group-material input[type="text"]:focus ~ .__tr_icon_select::before {
    -webkit-transform: rotate(180deg) !important;
       -moz-transform: rotate(180deg) !important;
        -ms-transform: rotate(180deg) !important;
         -o-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important; }

.__tradeCalculatorBlock .__tr_line-row .__tr_col_3.__select_block_tr {
  margin-bottom: 0; }

.__tradeCalculatorBlock .__line-flex .__flex-col-2 {
  padding: 0;
  -webkit-flex-basis: auto !important;
      -ms-flex-preferred-size: auto !important;
          flex-basis: auto !important;
  width: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.__tradeCalculatorBlock .__tr_control_item {
  border: none;
  height: 3.75rem;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0; }
  .__tradeCalculatorBlock .__tr_control_item input {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 100%;
    background: #ffffff;
    border: none !important;
    font-size: 1.125rem !important;
    line-height: 1.875rem !important;
    color: #25323E;
    text-align: center;
    padding: 0.9375rem 0.625rem 0.9375rem; }
  .__tradeCalculatorBlock .__tr_control_item button {
    font-size: 1.875rem;
    line-height: 1.875rem;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding-bottom: 1px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    width: 3.125rem;
    background: #F2F2F2; }
    .__tradeCalculatorBlock .__tr_control_item button:hover {
      color: #ffffff; }
    .__tradeCalculatorBlock .__tr_control_item button:active {
      color: #ffffff; }

.__tr_radio_title {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.875rem;
  margin-bottom: 0 !important;
  font-weight: 400; }

.__tr_check_box {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.__tradeCalculatorBlock .__radio_block_tr input[type="radio"] {
  opacity: 0;
  position: absolute;
  visibility: hidden;
  width: 0;
  height: 0; }

.btn_сalculate span {
  min-width: 17.6875rem; }

.section-wrapper_example {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.n367173sr95dfsm49wadkvpogdx6m1lrdwp5wtskvm8duejhzl.jpg"); }

.main-h2_example {
  margin-bottom: 3.5625rem; }

.example-table {
  border-collapse: collapse;
  width: 100%;
  background: #fff; }
  .example-table tr th {
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #ffffff;
    font-weight: 700;
    padding: 0.9375rem 0;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff; }
  .example-table tr td {
    font-size: 1.125rem;
    line-height: 1.875rem;
    text-align: center;
    padding: 0.9375rem 0;
    background: #F2F2F2;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff; }

.h3-title_example {
  font-size: 1.75rem;
  line-height: 2.1875rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 1.5rem;
  color: #000000; }

.example-table-wrapper {
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 3; }

.example-list_item {
  padding-left: 1.5rem;
  line-height: 2rem;
  color: #000000;
  position: relative; }
  .example-list_item::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0.75rem;
    width: 0.5rem;
    height: 0.5rem;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%; }

.steps-trading {
  padding-top: 3.875rem;
  padding-bottom: 11.625rem;
  background: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none; }
  .steps-trading .steps-content-wrapper {
    -moz-background-size: cover;
         background-size: cover;
    padding: 1.625rem 2.875rem 3.5rem;
    -webkit-border-radius: 1.875rem;
       -moz-border-radius: 1.875rem;
            border-radius: 1.875rem;
    overflow: hidden; }
  .steps-trading .parralax-background_steps {
    display: none; }

.__tr_preloader {
  display: none !important; }

.calculator-block {
  position: relative;
  z-index: 5; }
  .calculator-block::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/culc-bg.png") no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%; }

.block-w-border-wrapper_calculator-text {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  padding: 0; }

.btn_clear {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-top: 1.375rem;
  position: relative; }
  .btn_clear::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0.125rem;
    height: 1px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease; }
  .btn_clear:hover::before {
    opacity: 0; }

.calculator-prev-text {
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 2.125rem;
  margin-bottom: 0.6875rem; }

.all-text_calculator-prev {
  margin-bottom: 4.375rem;
  line-height: 1.625rem; }

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

.__tr_line-row_title {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0.9375rem; }
  .__tr_line-row_title .h3-title {
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1.875rem;
    text-transform: none; }
  .__tr_line-row_title + .__tr_line-row {
    display: grid; }
  .__tr_line-row_title + .__tr_line-row_1 {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2.6875rem; }
  .__tr_line-row_title + .__tr_line-row_2 {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 2.5rem; }

.__tr_line-row_2, .__tr_line-row_1 {
  width: 100%; }

.__tr_btn_line .btn-start-trade {
  margin-right: 1.3125rem; }
  .__tr_btn_line .btn-start-trade::before {
    display: none; }

.__tr_line:nth-child(3) {
  margin-top: 5.3125rem;
  padding-bottom: 4.5rem;
  position: relative; }

.__tr_line:nth-child(4) {
  position: relative;
  margin-bottom: 0; }

.btn-clear span {
  color: #ffffff; }

._br_top_tr .__tr_select_title {
  display: none; }

.result-culc-title {
  color: #ffffff;
  font-size: 1.375rem;
  line-height: 1.875rem; }

.result-culc {
  margin-top: 5.375rem; }
  .result-culc .__tr_line-row_title {
    margin-bottom: 0.9375rem; }
  .result-culc .__line-result {
    border: none;
    display: table;
    width: 100%; }
  .result-culc .__tr_table_offer,
  .result-culc .__tr_table_result {
    display: table-row; }
  .result-culc .__result_element {
    display: table-cell !important;
    font-size: 1.125rem !important;
    line-height: 1.875rem !important;
    padding: 0.9375rem !important;
    border-top: 1px solid #1C1C1C;
    color: #25313E;
    background: #ffffff; }
    .result-culc .__result_element::before {
      height: 100% !important;
      background: #1C1C1C !important;
      top: 0 !important; }
  .result-culc .__offer_element {
    font-size: 1.125rem !important;
    line-height: 1.875rem !important;
    color: #ffffff !important;
    padding: 0.9375rem !important;
    font-weight: 700;
    display: table-cell !important; }
    .result-culc .__offer_element::before {
      background: #1C1C1C !important; }

.template-wrapper_example {
  position: relative; }

.main-decor_trading-conditions-1 {
  top: auto !important;
  bottom: 87px !important;
  margin-left: -31.125rem; }

.accounts-trading-conditions {
  background: none;
  margin-top: -3.375rem; }

.example-list {
  position: relative;
  z-index: 3; }

.main-decor_example-1 {
  bottom: 10.1875rem;
  right: -3.6875rem; }

.header-text-block_trading-conditions {
  max-width: 35.625rem; }

.main-h1_trading-conditions {
  max-width: 33.75rem; }

.header-text_trading-conditions {
  margin-top: -0.3125rem; }

.slider-picture_trading-conditions {
  right: -9.6875rem; }

.all-text_calculator {
  text-align: center;
  max-width: 57.4375rem;
  margin-bottom: 3.5rem;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%); }

.steps-trading-block {
  padding-top: 4.0625rem; }
  .steps-trading-block .btn_steps {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: -0.25rem;
    margin-bottom: 1.5rem; }

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .section-wrapper_example {
    background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.dn8k473zua9khe0zatcmdzx5d6aq789vapcoli8pm60302x4zx.jpg"); } }

.section-wrapper_accreditation-list {
  padding-top: 3.625rem;
  padding-bottom: 1.0625rem; }

.accreditation-list {
  display: grid;
  grid-template-columns: 1fr;
  position: relative; }

.accreditation-list-wrapper {
  margin-top: 2.5rem;
  max-width: 27.8125rem;
  position: relative;
  margin-left: 1.875rem; }

.template-wrapper_accreditation-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.template-wrapper_accreditation-list-revers {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .template-wrapper_accreditation-list-revers .accreditation-list-wrapper {
    margin-left: 5.5625rem;
    margin-right: 8.125rem; }

.accreditation-list__item {
  position: relative;
  min-height: 24rem; }
  .accreditation-list__item::before {
    content: '';
    display: block;
    position: absolute;
    width: 78.75rem;
    height: 19.4375rem;
    top: 0;
    background: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.bouu46uia4xjkw56b1aj2hlks8kgpyy9s6lkud49s9ys4zijjs.png") no-repeat;
    -moz-background-size: 100%;
         background-size: 100%; }
  .accreditation-list__item:nth-child(odd)::before {
    right: 0; }
  .accreditation-list__item:nth-child(even)::before {
    left: 0; }

.main-h1_accreditation-header {
  margin-bottom: 1.5rem; }

.accreditation-text-wrapper {
  position: relative;
  height: 10.625rem;
  width: 100%; }

.template-wrapper_accreditation-header {
  position: relative; }

.header-text-block_accreditation-header {
  max-width: 42rem; }

.header-text_accreditation-header {
  max-width: 35.625rem; }

.accreditation-icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: -3.5rem; }

.main-h2_accreditation-list {
  margin-bottom: 3rem; }

.licenceb {
  padding-bottom: 40px;
  padding-left: 16px;
  padding-right: 16px; }
  .licenceb img {
    height: -webkit-calc(100vh - 80px);
    height: -moz-calc(100vh - 80px);
    height: calc(100vh - 80px);
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px; }

@media (max-width: 910px) {
  .licenceb {
    padding-bottom: 0; }
    .licenceb img {
      height: auto;
      margin-top: 35px; } }

.main-header_form {
  min-height: auto;
  z-index: 3;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: auto; }

.layout-template-wrapper_forms {
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover; }

.main-header_form::before {
  display: none; }

.forms-prev-text {
  text-align: center;
  color: #ffffff;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.25rem;
  max-width: 37.0625rem; }

.form-prev-text-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.form-item-sign {
  width: -webkit-calc(50% - 0.9375rem);
  width: -moz-calc(50% - 0.9375rem);
  width: calc(50% - 0.9375rem);
  margin-bottom: 3.0625rem;
  position: relative; }
  .form-item-sign:nth-child(odd) {
    margin-right: 0.9375rem; }
  .form-item-sign:nth-child(even) {
    margin-left: 0.9375rem; }
  .form-item-sign::before {
    content: '';
    display: block;
    position: absolute;
    height: 2.5625rem;
    width: 100%;
    background: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.ld8sb09iqoq43vdflhja120bu2rk4gud188qtzfedt85dndvjs.png") center no-repeat;
    -moz-background-size: 111% 100%;
         background-size: 111% 100%;
    top: 2.8125rem; }

.input-wrapper-sign .form-input {
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
  background: transparent;
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
  caret-color: #ffffff;
  border: none;
  font-size: 1rem;
  line-height: 1.25rem; }
  .input-wrapper-sign .form-input:-webkit-autofill {
    -webkit-text-fill-color: #232865 !important; }
  .input-wrapper-sign .form-input:focus {
    border-color: linear-gradient(90deg, #e87f2a 0%, #f46026 13.54%, #f46026 85.94%, #e87f2a 100%); }
  .input-wrapper-sign .form-input.error {
    border-color: #EB5757; }

.main-h2_forms::before {
  display: none; }

.main-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%; }

.form-item_main-form .form-input {
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
  background: transparent; }

.wrapper-form-button {
  margin-top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%; }
  .wrapper-form-button > .link-form:first-child {
    margin-right: 0.9375rem; }
  .wrapper-form-button > .link-form:nth-child(2) {
    margin-left: 0.9375rem; }

.wrapper-accreditations-forms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.25rem; }

.main-form-wrapper {
  width: 100%;
  max-width: 45.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto; }

.header-background-other-page_forms::before {
  background: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/header/d-f.svg") no-repeat;
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
  width: -webkit-calc(100% - 1.4375rem);
  width: -moz-calc(100% - 1.4375rem);
  width: calc(100% - 1.4375rem);
  margin-left: 0.8125rem; }

.input-label-sign {
  font-size: 0.875rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin-bottom: 0; }

.accreditation-link {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  position: relative;
  text-decoration: underline; }
  .accreditation-link:hover {
    text-decoration: none; }

.wrapper-form-button_signin {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.0625rem; }

.form-input-sign {
  font-size: 1rem;
  padding: 0.6875rem; }
  .form-input-sign:focus {
    border: 1px solid #878C8F; }
  .form-input-sign.error {
    border: 1px solid #DE3838; }
  .form-input-sign.error ~ .input-label-sign {
    color: #DE3838; }

.show-icon {
  width: 1.4375rem;
  height: 1.4375rem;
  position: absolute;
  right: 1.25rem;
  top: 2.125rem;
  cursor: pointer; }
  .show-icon::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
    background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.dpg9tg0wchxjsur7x78go8dolm6qu983z1go1zyp6wx6f11ug1.svg");
    top: 0;
    left: 0; }
  .show-icon.show-icon_dark {
    display: none; }
    .show-icon.show-icon_dark::before {
      background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.gku9f1cz1r11092j7wxlb0qjvwssnuq8yrfdevn30iccmonrbi.svg"); }

.form-input-pass {
  padding-right: 3.0625rem; }
  .form-input-pass.show ~ .show-icon::before {
    background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.ieokosbacm6l6dz0f3khmrgic48szttywxiwftub3ajukrw19b.svg"); }
  .form-input-pass.show ~ .show-icon.show-icon_dark::before {
    background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.xe4awg46926an3lwzpmoxbl7gofmkmmnb3sqh3og3jrox1e66q.svg"); }

.main-form-wrapper_enter {
  max-width: 23.0625rem; }

.form-item-sign_enter {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 1.4375rem; }

.btn-submit_main-form-enter {
  margin-top: 2.9375rem; }

.link-form {
  text-decoration: underline;
  color: #f46026;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 500; }
  .link-form:hover {
    text-decoration: none; }

.callback-form_two-step {
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.3125rem; }

.form-input_two-step ~ label.error {
  padding-left: 0 !important;
  max-width: none !important;
  -webkit-transform: translateY(100%) !important;
     -moz-transform: translateY(100%) !important;
      -ms-transform: translateY(100%) !important;
       -o-transform: translateY(100%) !important;
          transform: translateY(100%) !important;
  right: auto !important;
  left: 0 !important;
  bottom: -0.1875rem;
  color: #DE3838 !important; }
  .form-input_two-step ~ label.error::before {
    display: none !important; }

.btn-two-step {
  margin-top: 1.5rem;
  width: 100%; }

.popup_twoauthstep {
  min-height: auto; }

.form-item label.error {
  position: absolute;
  left: 0;
  bottom: -0.125rem;
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #EB5757;
  display: block;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
     -moz-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: 100%; }

.popup_information {
  position: relative;
  padding-bottom: 5rem; }
  .popup_information .main-h2_saccess {
    margin-bottom: 0; }

.succesRepass .saccess-icon {
  background: url(https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/succes-good.svg) no-repeat;
  -moz-background-size: 100%;
       background-size: 100%; }

#twoauthstep-popup::before {
  display: none; }

.main-h2_forms {
  margin-bottom: 1.25rem;
  padding-bottom: 0; }

.form-link {
  text-decoration: underline;
  display: inline; }
  .form-link:hover {
    text-decoration: none; }

.background-img-other-page_forms {
  background: #1C1C1C; }

.main-h2_enter {
  margin-bottom: 2.5625rem; }

.form-enter-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 3.125rem; }

.btn-submit_enter {
  position: static;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  font-weight: 500; }

.btn-register-form {
  height: 2.5rem;
  min-width: 10rem;
  background: transparent;
  margin-bottom: 1.25rem; }
  .btn-register-form:hover {
    color: #ffffff;
    text-decoration: underline; }

.wrapper-form-button_enter {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.125rem; }

.slider-picture-wrapper_form {
  width: -webkit-calc((100vw - 76.875rem) / 2 + 75.375rem);
  width: -moz-calc((100vw - 76.875rem) / 2 + 75.375rem);
  width: calc((100vw - 76.875rem) / 2 + 75.375rem); }

.header-background-wrapper_form {
  height: 100%; }

.btn-register {
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 500;
  height: 3.125rem;
  width: 100%;
  border: 1px solid #FFFFFF;
  color: #ffffff; }

.custom-checkbox-text_sign {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500; }
  .custom-checkbox-text_sign a:hover {
    text-decoration: underline; }

.form-item_custom-checkbox-2 {
  margin-bottom: 1.3125rem; }

.link-form_sign {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none; }
  .link-form_sign:hover {
    text-decoration: underline; }

.section-wrapper_forms {
  margin-bottom: 8.25rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .section-wrapper_forms::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: -webkit-calc((100vw - 75rem) / 2 + 30.1875rem);
    width: -moz-calc((100vw - 75rem) / 2 + 30.1875rem);
    width: calc((100vw - 75rem) / 2 + 30.1875rem);
    height: 8.3125rem;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%); }

.link-form_enter {
  font-size: 1.125rem;
  line-height: 1.25rem;
  text-decoration: none;
  margin-top: 2.0625rem; }
  .link-form_enter:hover {
    text-decoration: underline; }

.form-enter-button-wrapper_restore {
  margin-top: 1.875rem; }

.form-item_custom-checkbox {
  width: 100%;
  margin-left: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem; }
  .form-item_custom-checkbox::before {
    display: none; }

.btn-submit_repas {
  min-width: 9.625rem; }

.link-form-accreditations {
  font-size: 1.125rem;
  line-height: 1.3125rem;
  font-weight: 400;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .link-form-accreditations::after {
    content: '';
    display: block;
    width: 1.1875rem;
    height: 1rem;
    background: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/arrow-accreditations.svg") no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
    margin-left: 0.625rem; }
  .link-form-accreditations span {
    text-decoration: underline; }
  .link-form-accreditations:hover span {
    text-decoration: none; }

.help-text_left {
  text-align: left; }

.custom-checkbox-label {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.custom-checkbox {
  width: 1rem;
  height: 1rem;
  display: block;
  border: 2px solid #F59975;
  -webkit-border-radius: 0.125rem;
     -moz-border-radius: 0.125rem;
          border-radius: 0.125rem;
  margin-right: 1rem;
  position: relative;
  cursor: pointer;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background: transparent; }
  .custom-checkbox::before {
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    background: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.m1f472h7icu3g6mx33ychjlddhbg2tt3hv32aue9mpfsuougw1.svg") no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    opacity: 0; }

.custom-checkbox-input {
  position: absolute;
  width: 1px;
  opacity: 0;
  visibility: hidden;
  z-index: -1; }

.custom-checkbox-input:checked ~ .custom-checkbox::before {
  opacity: 1; }

.custom-checkbox-input.error + .error {
  display: none !important; }

.custom-checkbox-input.error ~ .custom-checkbox {
  border-color: #EB5757; }

.template-wrapper_forms {
  margin-bottom: 2rem; }

.btn_repas,
.wrapper-form-button_repas {
  grid-row-start: 2; }

.help-text_repas {
  grid-row-start: 3; }

.header-text-other-page_forms {
  margin-top: 1.625rem; }

.header-text-block_form {
  min-height: auto; }

.input-wrapper-sign .label-form {
  color: #B6B9FF;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 500;
  position: static;
  margin-bottom: 1rem; }

.input-wrapper-sign label.error {
  bottom: -0.75rem; }

.main-h1_form {
  margin-bottom: 8.125rem; }

.form-item-sign_promo {
  margin-right: 0 !important;
  width: 100%;
  margin-bottom: 4.375rem; }

.header-text_form {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  width: 100%;
  margin-bottom: 2.5rem; }

.wrapper-form-button-center {
  text-align: center;
  width: 100%;
  margin-top: 2.5rem; }

.help-text_form {
  color: #ffffff;
  margin-top: 2rem; }

.header-background-wrapper_forms::after {
  content: '';
  display: block;
  top: 7.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  min-width: 120rem;
  height: 62.5rem;
  position: absolute;
  background-repeat: no-repeat;
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
  background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.gxmuw3d1in96vhuyk02gl75h9n3kbrje8axeffj1u0m2xwjls3.png");
  z-index: -1; }

.main-form_enter {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 21.875rem; }
  .main-form_enter .form-item-sign {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }

.help-text_form-enter {
  margin-top: 0;
  margin-bottom: 1rem; }

.main-h1_enter {
  margin-bottom: 10.6875rem;
  max-width: 43.75rem; }

.form-item-sign_enter {
  margin-bottom: 3.5rem; }

.btn_enter-form {
  margin-top: 2rem;
  margin-bottom: 2.5rem; }

.header-background-wrapper_enter-form::after {
  top: 3.5625rem; }

.label-form_two-steps {
  color: #232865 !important; }

.form-input_two-step {
  color: #232865 !important;
  caret-color: #232865 !important;
  -webkit-text-fill-color: #232865 !important; }

.main-h1_restore {
  margin-bottom: 10.9375rem; }

.btn_repas {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem; }

.header-background-wrapper_restore-form::after {
  top: -0.9375rem; }

.bread-crumbs-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.bread-crumbs {
  position: relative;
  z-index: 2; }

.bread-crumbs-list__item {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
  .bread-crumbs-list__item:first-child {
    text-decoration: underline; }
    .bread-crumbs-list__item:first-child:hover {
      text-decoration: none; }

.bread-crumbs-list__item-line {
  margin-left: 0.1875rem;
  margin-right: 0.1875rem; }

.agree-fix {
  position: fixed;
  bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(90deg, #242876 0%, #14185F 50.14%, #14185F 50.15%, #050730 100%);
  text-align: center;
  width: 100%;
  z-index: 10;
  box-shadow: 0 -5px 30px rgba(0,0,0,.3);
}

.agree-fix p {
  margin-bottom: 20px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.one-block {
  margin-bottom: 7rem;
}

.one-block .h3-orng {
  margin-top: 0;
}

.one-block .btn {
  min-width: 270px;
}

.main-footer.one-p::before {
  background-size: 70%;
}

.form-page {
  padding-top: 0;
}

.form-page .markets-list-img {
  top: -1rem !important;
  left: -1rem !important;
  max-width: 400px;
}
.form-page .h3-orng {
  margin-top: 0;
}

.form-page .form-wrapp {
  margin-top: 0px;
}

.form-page .form-wrapp input{
  display:block;background:#fff;padding:14px 25px;border-radius:5px;width:100%;font-size:22px;color:#000;border: 1px solid #9799a9;
}
.form-page .select--block{
  position:relative;width:100%
}
.form-page .select--block .sub__menu_select{
  box-shadow: 0 4px 10px rgba(25, 33, 47, 0.5);padding:0;margin:0;list-style:none;position:absolute;bottom:0;z-index:1;max-height:100px;overflow:auto;left:0;width:100%;-webkit-transform:translate(0,100%);-ms-transform:translate(0,100%);transform:translate(0,100%);opacity:0;pointer-events:none;background:#050840;border-radius:0;padding-top:0;padding-bottom:0;z-index:15;border:none
}
.form-page .select--block .sub__menu_select li{
  cursor:pointer;padding:2px 20px 3px 15px;font-size:14px;color:#fff;-webkit-transition:.3s ease-out;-o-transition:.3s ease-out;transition:.3s ease-out;margin-top: 0;margin-bottom: 0;
}
.form-page .select--block .sub__menu_select li:hover{
  background:#052366;color:#fff
}
.form-page .select--block .sub__menu_select li.__tr_hide{
  display:none
}
.form-page .select--block input[type=text]{
  width:100%;height:100%;outline: none; 
}
.form-page .select--block input[type=text]:focus~.sub__menu_select{
  opacity:1;pointer-events:auto
}
.form-page .select--block:active .sub__menu_select{
  opacity:1;pointer-events:auto
}
.form-page .group-input.select{
  margin-bottom:30px
}
.form-page .group-input.select input{
  font-size:16px;padding:9px 10px;border: 1px solid #9799a9;border-radius: 5px;
}
.form-page .group-input.select input::-webkit-input-placeholder{
  color:#646464;font-size:16px
}
.form-page .group-input.select input::-moz-placeholder{
  color:#646464;font-size:16px
}
.form-page .group-input.select input:-ms-input-placeholder{
  color:#646464;font-size:16px
}
.form-page .group-input.select input::-ms-input-placeholder{
  color:#646464;font-size:16px
}
.form-page .group-input.select input::placeholder{
  color:#646464;font-size:16px
}
.form-page .btn {
  max-width: 300px;
  width: 100%;
}
.form-page .errorTextForm{
  color:#f74a4a;font-size:13px;line-height:10px;position:absolute;padding-top:4px;top:100%;font-weight:300;
}
.form-page .selects-wrapper{
  display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:0 10px;flex-wrap:wrap;margin-bottom:17px
}
.form-page .selects-wrapper .inp-wrap{
  display:-webkit-box;display:-ms-flexbox;display:flex;width: 30%;
}
.form-page .selects-wrapper .inp-wrap .group-input{
  width:100%
}
.form-page .selects-wrapper .inp-wrap .numb{
  font-size:14px;padding:14px 5px 0 0;font-weight:300;width: 22px;
}

@media (max-height: 360px) {
  .main-nav-wrapper_mobile .header-left-col {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .main-nav-wrapper_mobile .main-nav {
    margin-top: 6.25rem;
    padding-bottom: 3.125rem; } }

@media (min-width: 1025px) {
  .select-language_mobile {
    display: none; } }

@media (max-width: 1200px) {

  .advantages-list {
    margin-right: 4rem; }
  .template-wrapper_advantages {
    padding-left: 2rem;
    padding-right: 2rem; } }

@media (max-width: 1024px) {
  .footer-logo {
    max-width: 200px;
  }
  .footnote_contacts {
    font-size: 0.875rem; }
  .main-h2_tabs-history {
    margin-bottom: 1.3125rem; }
  .terminal-img {
    width: 17rem;
    height: 17rem;
    -webkit-transform: translateX(-27.5rem);
       -moz-transform: translateX(-27.5rem);
        -ms-transform: translateX(-27.5rem);
         -o-transform: translateX(-27.5rem);
            transform: translateX(-27.5rem);
    top: -0.375rem; }
  .header-text-markets {
    margin-bottom: 0; }
  .rectangle-menu {
    left: -71.5rem; }
  .first-logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
            margin-top: 10px;
  }
  .first-logo img {
    width: 380px;
  }
  .template-wrapper_market-list-right {
    flex-direction: row-reverse;
  }
  .header-text-block_other-page {
    padding-top: 10.5rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .header-text-block_other-page .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .header-text, .main-h1_markets {
    margin-bottom: 0;
  }
  .header-text_markets {
    max-width: 100%;
    margin-bottom: 0;
  }
  .open-mobile .main-logo {
    display: none; }
  .open-mobile .select-language {
    display: block; }
  .header-col {
    padding-top: 0;
    width: auto;
    position: relative;
    z-index: 3; }
  .header-right-col {
    position: static; }
  .main-nav__item:last-child {
    margin-bottom: 0; }
  .main-nav-wrapper_mobile .enter-account {
    margin-bottom: 0;
    padding-right: 3.75rem;
    padding-left: 3.75rem;
    margin-right: 1.875rem;
    max-width: 15.625rem;
    width: auto; }
  .enter-account::before {
    border-width: 0.125rem; }
  .main-nav-wrapper_mobile .btn-signup {
    max-width: 20rem;
    padding-right: 0;
    padding-left: 0; }
  .main-logo svg {
    width: 13rem;
    height: 4.1875rem; }
  .main-logo:not(.main-logo_footer) {
    margin-right: 0; }
    .main-logo:not(.main-logo_footer) img {
      width: 6.375rem; }
  .fake-menu {
    height: 5.5625rem; }
  .main-nav-wrapper_desktop .main-nav {
    display: none; }
  .main-nav-wrapper_mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .open-mobile .main-nav-wrapper_desktop.fixed::after {
    display: none; }
  html {
    font-size: 100%; }
  .btn-learn-more {
    height: auto;
    padding: 1rem 3.125rem;
    font-size: 1.5rem;
    line-height: 1.5rem; }
  .awards-list-block {
    display: none; }
  .awards-list-mobile {
    display: block;
    width: 40rem;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2; }
    .awards-list-mobile .slick-slide {
      opacity: 0;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      -moz-transition: .3s ease;
      transition: .3s ease; }
      .awards-list-mobile .slick-slide.slick-active {
        opacity: 1; }
  .awards-list__item:first-child,
  .awards-list__item:last-child {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none; }
  .awards-list__item {
    width: 18rem !important;
    height: 18rem;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-left: 1rem;
    margin-right: 1rem; }
  .awards-year {
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 2.9375rem;
    margin-bottom: 0.5rem; }
  .awards-text {
    width: 13.625rem;
    font-size: 1.5rem;
    line-height: 1.75rem; }
  .main-slider-text br {
    display: none; }
  .btn-start-trade_slider {
    max-width: 38rem;
    margin-left: 0;
    width: 100%;
    padding-right: 7.5rem;
    padding-left: 7.5rem; }
    .btn-start-trade_slider::before {
      width: -webkit-calc(100% - 5.25rem);
      width: -moz-calc(100% - 5.25rem);
      width: calc(100% - 5.25rem); }
  .enter_mobile {
    padding-top: 1.5625rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.875rem !important;
    line-height: 1.3125rem !important;
    font-weight: 700 !important;
    text-transform: lowercase !important; }
  .signup-header-mobile {
    position: relative;
    padding-right: 2.5625rem; }
  .enter-header-mobile,
  .signup-header-mobile {
    cursor: pointer;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease; }
    .enter-header-mobile:hover,
    .signup-header-mobile:hover {
      opacity: .8; }
  .enter-header-mobile {
    z-index: 2; }
  .main-nav-wrapper_desktop.fixed {
    padding-bottom: 0.9375rem; }
  .main-text-slider::before {
    display: none; }
  .news-slider {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 31.25rem; }
  .news-slider-arrow {
    width: 3.1875rem;
    height: 3.1875rem;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    position: relative;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    overflow: hidden;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    background: transparent; }
    .news-slider-arrow svg {
      width: 0.6875rem;
      height: 1.3125rem;
      position: relative;
      z-index: 2; }
    .news-slider-arrow path {
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      -moz-transition: .3s ease;
      transition: .3s ease; }
    .news-slider-arrow::before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(#C91920), to(#E92C33));
      background: -webkit-linear-gradient(top, #C91920 0%, #E92C33 100%);
      background: -moz-linear-gradient(top, #C91920 0%, #E92C33 100%);
      background: -o-linear-gradient(top, #C91920 0%, #E92C33 100%);
      background: linear-gradient(180deg, #C91920 0%, #E92C33 100%);
      top: 0;
      left: 0;
      opacity: 0; }
    .news-slider-arrow:focus::before {
      opacity: 0; }
    .news-slider-arrow:hover {
      border-width: 0; }
      .news-slider-arrow:hover::before {
        opacity: 1; }
      .news-slider-arrow:hover path {
        stroke: #ffffff; }
  .news-slider-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-top: 1.25rem; }
  .news-slider-arrow_prev {
    margin-right: 0.625rem;
    left: auto; }
  .news-slider-arrow_next {
    margin-left: 0.625rem;
    right: auto; }
  .news-information {
    font-size: 0.875rem;
    line-height: 1.25rem; }
  .high-quality-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .high-quality-img {
    position: static;
    margin-bottom: 0.9375rem; }
  .high-quality-text-block {
    padding-left: 0;
    width: 100%;
    height: auto; }
  .assets-list {
    grid-template-columns: 1fr;
    grid-gap: 3.125rem; }
  .about-advantages-list-row:not(:last-child) {
    margin-left: 0; }
  .about-advantages-list-row,
  .about-advantages-list__item-title {
    width: auto; }
  .about-advantages-list__item-title {
    font-size: 1.25rem;
    line-height: 1.375rem; }
  .assets-text-wrapper {
    width: 100%; }
  .section-wrapper_assets {
    margin-top: 3.125rem;
    margin-bottom: 6.25rem; }
  .main-h2_assets {
    font-size: 1.375rem;
    line-height: 2.125rem;
    margin-bottom: 2.625rem; }
  .h3-title_assets {
    font-size: 1.25rem;
    line-height: 1;
    margin-bottom: 0.9375rem; }
  .text-assets {
    font-size: 0.9375rem;
    line-height: 1.25rem; }
  .assets-list__item-2 {
    margin-top: 0; }
  .assets-list__item-3 {
    margin-top: 0; }
  .table-wrapper {
    width: 75rem;
    max-height: 20.625rem; }
  .tab-switch_table {
    width: 64rem; }
    .tab-switch_table span {
      font-size: 0.875rem !important; }
    .tab-switch_table a {
      min-width: 7.1875rem;
      height: 2.5rem; }
  .advantages-list {
    position: relative;
    grid-gap: 1.5rem;
    z-index: 2;
    margin-right: 0;
    max-width: none;
    grid-template-columns: 1fr 1fr; }
  .template-wrapper_advantages {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
    .template-wrapper_advantages::before {
      display: none; }
  .desctop-steps-background {
    display: none; }
  .main-h2_high-quality br {
    display: none; }
  .template-wrapper_history::before {
    display: none; }
  .history-list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 3.75rem 1.875rem; }
    .history-list::before {
      display: none; }
  .h3-title_history br {
    display: none; }
  .section-wrapper_assets::before {
    display: none; }
  .assets-list__item {
    height: auto;
    padding-bottom: 3.8125rem; }
    .assets-list__item::after {
      width: 92.5%;
      left: 50%;
      -webkit-transform: translate(-50%, 100%);
         -moz-transform: translate(-50%, 100%);
          -ms-transform: translate(-50%, 100%);
           -o-transform: translate(-50%, 100%);
              transform: translate(-50%, 100%); }
  .trading-tools-section {
    padding-top: 3.125rem; }
  .main-h2_trading-tools {
    font-size: 1.625rem;
    line-height: 2.125rem; }
  .all-text_table {
    line-height: 1.125rem;
    margin-bottom: 1.625rem; }
  .table-trade td,
  .table-trade th {
    font-size: 0.75rem;
    line-height: 0.9375rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem; }
  .table-trade th {
    font-weight: 700; }
  .tbtn {
    font-size: 0.875rem;
    line-height: 1.1875rem; }
  .footnote_table {
    font-size: 0.875rem !important;
    line-height: 1.1875rem !important;
    text-align: left;
    margin-top: 1rem; }
  .main-nav-wrapper_404-mobile.show {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .text-404 {
    font-size: 0.875rem;
    line-height: 1.1875rem;
    margin-bottom: 3.25rem;
    text-align: center; }
  .submenu-wrapper {
    position: static;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none; }
  .slicknav_menu {
    display: block;
    padding: 0;
    background: transparent;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .slicknav_btn {
    margin: 0;
    background: transparent;
    width: 2.625rem;
    height: 1.875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none; }
    .slicknav_btn.slicknav_open .slicknav_icon-bar:nth-child(2) {
      opacity: 0; }
    .slicknav_btn.slicknav_open .slicknav_icon-bar:first-child {
      margin-top: auto;
      -webkit-transform: translateY(3px) rotate(-45deg);
         -moz-transform: translateY(3px) rotate(-45deg);
          -ms-transform: translateY(3px) rotate(-45deg);
           -o-transform: translateY(3px) rotate(-45deg);
              transform: translateY(3px) rotate(-45deg); }
    .slicknav_btn.slicknav_open .slicknav_icon-bar:last-child {
      margin-bottom: auto;
      -webkit-transform: translateY(-3px) rotate(45deg);
         -moz-transform: translateY(-3px) rotate(45deg);
          -ms-transform: translateY(-3px) rotate(45deg);
           -o-transform: translateY(-3px) rotate(45deg);
              transform: translateY(-3px) rotate(45deg); }
  .slicknav_menu .slicknav_icon {
    width: 2.1875rem;
    height: 1.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .slicknav_nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding-top: 7.375rem;
    z-index: -1;
    visibility: visible;
    opacity: 1;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    background: -webkit-gradient(linear, left top, right top, from(#050840), color-stop(50.14%, #14185F), color-stop(50.15%, #14185F), color-stop(99.48%, #050840), to(#050840));
    background: -webkit-linear-gradient(left, #050840 0%, #14185F 50.14%, #14185F 50.15%, #050840 99.48%, #050840 100%);
    background: -moz-linear-gradient(left, #050840 0%, #14185F 50.14%, #14185F 50.15%, #050840 99.48%, #050840 100%);
    background: -o-linear-gradient(left, #050840 0%, #14185F 50.14%, #14185F 50.15%, #050840 99.48%, #050840 100%);
    background: linear-gradient(90deg, #050840 0%, #14185F 50.14%, #14185F 50.15%, #050840 99.48%, #050840 100%); }
    .slicknav_nav.slicknav_hidden {
      opacity: 0;
      visibility: hidden; }
  .slicknav_menu .slicknav_icon-bar {
    width: 100%;
    height: 0.1875rem;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    -webkit-border-radius: 0.1875rem;
       -moz-border-radius: 0.1875rem;
            border-radius: 0.1875rem;
    background: #232865; }
  .slicknav_item {
    -webkit-border-radius: 0 !important;
       -moz-border-radius: 0 !important;
            border-radius: 0 !important;
    margin: 0 !important;
    padding: 1.125rem 1rem !important;
    height: 3.75rem;
    text-align: left;
    position: relative; }
  .slicknav_item > a {
    font-weight: 400 !important;
    font-size: 1.125rem !important;
    line-height: 1.25rem !important;
    color: #ffffff; }
  .main-nav__item_with-submenu:hover .submenu-parent {
    color: #7E7FEB; }
  .main-nav__item > a:not(.btn) {
    margin: 0;
    -webkit-border-radius: 0 !important;
       -moz-border-radius: 0 !important;
            border-radius: 0 !important;
    padding: 1.25rem !important;
    height: auto;
    text-align: left;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.25rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    color: #ffffff; }
    .main-nav__item > a:not(.btn):before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background: rgba(255, 255, 255, 0.1);
      -webkit-transform: none;
         -moz-transform: none;
          -ms-transform: none;
           -o-transform: none;
              transform: none; }
    .main-nav__item > a:not(.btn):hover {
      color: #7E7FEB; }
  .slicknav_arrow {
    display: none; }
  .submenu-icon {
    top: 50%;
    margin-top: -0.3125rem;
    right: 2.3125rem;
    left: auto;
    position: absolute; }
  .submenu {
    position: relative;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    margin-left: 0 !important;
    opacity: 1;
    visibility: visible;
    height: auto !important;
    width: 100%;
    left: 0;
    bottom: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    overflow: hidden;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    background: #14185F; }
    .submenu.slicknav_hidden {
      display: none; }
  .submenu-item {
    margin-bottom: 0; }
    .submenu-item a {
      margin: 0;
      -webkit-border-radius: 0 !important;
         -moz-border-radius: 0 !important;
              border-radius: 0 !important;
      padding: 0.875rem 2.9375rem;
      text-align: left;
      -webkit-box-pack: left;
      -webkit-justify-content: left;
         -moz-box-pack: left;
          -ms-flex-pack: left;
              justify-content: left;
      color: #ffffff;
      background: transparent; }
      .submenu-item a span, .submenu-item a::before {
        font-size: 1rem;
        line-height: 1.125rem; }
      .submenu-item a::before {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        text-align: left;
        padding-right: 2.9375rem;
        padding-left: 2.9375rem; }
      .submenu-item a:hover {
        background: transparent; }
        .submenu-item a:hover::before {
          color: #ffffff; }
    .submenu-item.active a::before {
      font-weight: 300; }
    .submenu-item:last-child::before {
      display: none; }
  .submenu-item-decor {
    display: none; }
  .main-nav-wrapper.fixed {
    padding-bottom: 0.625rem;
    padding-top: 0.625rem;
    height: auto; }
  .markets-list h3 {
    font-size: 130%;
  }
    .main-nav-wrapper.fixed .header-right-col {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 0; }
    .main-nav-wrapper.fixed .header-col {
      padding-top: 0; }
    .main-nav-wrapper.fixed .slicknav_menu {
      top: 0; }
    .main-nav-wrapper.fixed .slicknav_nav {
      bottom: 0; }
    .main-nav-wrapper.fixed.show-menu .header-right-col {
      margin-top: 0.25rem; }
  .btn_small,
  .btn_small-2 {
    height: 3.25rem;
    font-size: 1.125rem;
    line-height: 1.5rem; }
  .main-logo_footer {
    margin-bottom: 1.5rem; }
  .footer-text_col:nth-child(1) {
    width: 100%;
    margin-bottom: 1.5rem; }
  .main-h2-not-change {
    margin-bottom: 3.75rem; }
  .all-text-big {
    font-size: 1.25rem;
    line-height: 1.625rem; }
  .main-h2-not-change {
    font-size: 2.25rem;
    line-height: 2.875rem; }
  .h4-title {
    font-size: 1.875rem;
    line-height: 2.5rem; }
  .goals_item {
    -webkit-transition-delay: .3s !important;
       -moz-transition-delay: .3s !important;
         -o-transition-delay: .3s !important;
            transition-delay: .3s !important;
    padding: 1.6875rem 0.875rem 4.625rem;
    min-height: auto; }
  .trading-opportunities-img {
    margin-right: auto;
    margin-left: auto; }
  .about-advantages-list::before {
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4rem; }
  .about-advantages-list::after {
    display: none; }
  .earnings-list {
    grid-template-columns: 1fr;
    grid-gap: 1.875rem; }
  .btn_earnings {
    left: auto;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none; }
  .h4-title__earnings br {
    display: none; }
  .earnings-list__item {
    -webkit-transition-delay: 0.3s !important;
       -moz-transition-delay: 0.3s !important;
         -o-transition-delay: 0.3s !important;
            transition-delay: 0.3s !important; }
  .main-h2_steps-partners {
    max-width: none; }
  .main-h2_loyalty-program br {
    display: none; }
  .main-nav-wrapper_desktop.fixed .submenu {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none; }
  .section-wrapper_benefits-markets {
    padding-top: 7.5rem; }
  .benefits-wrapper_markets-item {
    padding-bottom: 7.5rem; }
  .high-quality-text_markets-item {
    margin-bottom: 2.5rem; }
  .template-wrapper_markets-table::before {
    display: none; }
  .callback-form_partners {
    -webkit-border-radius: 0.9375rem;
       -moz-border-radius: 0.9375rem;
            border-radius: 0.9375rem;
    padding: 1.4375rem 0.8125rem 1.875rem; }
  .h3-title_partners-form-first {
    max-width: 16.25rem;
    margin-bottom: 0.75rem; }
  .section-wrapper_partners-form {
    padding-bottom: 7.0625rem;
    padding-top: 0; }
  .template-wrapper_partners-form::before {
    display: none; }
  .template-wrapper_forms {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 40.625rem;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    margin-bottom: 0; }
  .wrapper-form-button_signin {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2.5rem; }
  .form-item_custom-checkbox-2 {
    margin-bottom: 2.5625rem; }
  .forms-prev-text {
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-bottom: 1.4375rem;
    display: none; }
  .header-text_form {
    text-align: center;
    color: #232865;
    margin-top: 1.75rem; }
  .custom-checkbox-text,
  .help-text_form {
    color: #232865; }
  .main-form {
    grid-template-columns: 1fr; }
  .input-wrapper-sign .form-input {
    -webkit-text-fill-color: #232865;
    color: #232865;
    caret-color: #232865; }
  .custom-checkbox-label {
    margin-bottom: 1rem; }
    .custom-checkbox-label:last-child {
      margin-bottom: 0; }
  .form-item_custom-checkbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .link-form {
    margin-bottom: 1rem; }
    .link-form:last-child {
      margin-bottom: 0; }
  .form-prev-text-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: none; }
  .main-h1_form {
    margin-bottom: 2.5rem;
    text-align: center; }
  .main-h2_forms {
    margin-bottom: 1.6875rem;
    font-size: 1.5rem !important;
    line-height: 2.0625rem !important;
    padding-bottom: 0 !important; }
  .benefits-h2 br {
    display: none; }
  .main-nav-wrapper {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    .main-nav-wrapper.show-menu {
      height: 100vh !important;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .main-nav-wrapper.show-menu .header-right-col {
        margin-top: 0.875rem; }
      .main-nav-wrapper.show-menu::after {
        content: none; }
      .main-nav-wrapper.show-menu .decor-menu-header {
        opacity: 1;
        visibility: visible; }
      .main-nav-wrapper.show-menu .btn-signup:not(.btn-signup_mobile) {
        display: none; }
      .main-nav-wrapper.show-menu .select-language_mobile {
        opacity: 1;
        visibility: visible; }
      .main-nav-wrapper.show-menu .dark-logo {
        display: none; }
      .main-nav-wrapper.show-menu .white-logo {
        display: block; }
      .main-nav-wrapper.show-menu .slicknav_menu .slicknav_icon-bar {
        background: #ffffff; }
  .select-language_mobile {
    display: inline-block;
    z-index: 2;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
    position: absolute;
    top: 5.3125rem;
    right: 1.25rem;
    margin-right: 0; }
  .current-language_mobile {
    width: auto;
    padding-right: 0; }
    .current-language_mobile .language-icon_mobile {
      top: 0.625rem;
      right: 0;
      width: 0.5rem; }
    .current-language_mobile .current-language-text_mobile {
      font-size: 1rem;
      line-height: 1.375rem;
      text-decoration: underline;
      color: #ffffff;
      padding-right: 0.875rem; }
      .current-language_mobile .current-language-text_mobile:hover {
        text-decoration: none; }
  .decor-menu-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 7.375rem;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    background: -webkit-gradient(linear, left top, right top, from(#050840), color-stop(50.14%, #14185F), color-stop(50.15%, #14185F), color-stop(99.48%, #050840), to(#050840));
    background: -webkit-linear-gradient(left, #050840 0%, #14185F 50.14%, #14185F 50.15%, #050840 99.48%, #050840 100%);
    background: -moz-linear-gradient(left, #050840 0%, #14185F 50.14%, #14185F 50.15%, #050840 99.48%, #050840 100%);
    background: -o-linear-gradient(left, #050840 0%, #14185F 50.14%, #14185F 50.15%, #050840 99.48%, #050840 100%);
    background: linear-gradient(90deg, #050840 0%, #14185F 50.14%, #14185F 50.15%, #050840 99.48%, #050840 100%); }
  .main-nav__item {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0 !important;
    margin-left: 0 !important; }
    .main-nav__item:last-child {
      margin-bottom: 0; }
    .main-nav__item.slicknav_open {
      margin-bottom: 0; }
      .main-nav__item.slicknav_open .submenu-icon {
        -webkit-transform: rotate(-90deg);
           -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
             -o-transform: rotate(-90deg);
                transform: rotate(-90deg); }
  .main-nav__item-last-desctop {
    position: static; }
  .main-nav-wrapper::after {
    left: 0.5rem; }
  .steps-img {
    display: none; }
  .slider-pagination_news {
    display: none; }
  .benefits-instruments-list {
    grid-template-columns: 1fr 1fr; }
  .section-wrapper_benefits-instruments {
    padding-bottom: 3.125rem;
    margin-top: 0; }
  .main-h2_markets-item-benefits br {
    display: none; }
  .benefits-instruments-list_stocks.benefits-instruments-list_ru .benefits-instruments-list_item:nth-child(3) .all-text_instruments-item {
    max-width: none; }
  .about-header-indicators__item-4 {
    margin-top: 0;
    margin-right: 0; }
  .indicators-wrapper-1 {
    margin-bottom: 2.5rem; }
    .indicators-wrapper-1::before {
      display: none; }
  .indicators-wrapper-2 {
    padding-left: 0; }
  .indicators-wrapper {
    width: 100%;
    max-width: 40rem; }
  .tabs-col-history-text {
    max-width: none;
    margin-top: 3.125rem; }
  .tabs-col-history-icon {
    position: relative;
    right: auto;
    top: auto;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-transform-origin: center center;
       -moz-transform-origin: center center;
        -ms-transform-origin: center center;
         -o-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translateY(0) scale(0.8);
       -moz-transform: translateY(0) scale(0.8);
        -ms-transform: translateY(0) scale(0.8);
         -o-transform: translateY(0) scale(0.8);
            transform: translateY(0) scale(0.8);
    margin-right: 0 !important;
    margin-top: 0 !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 18.75rem;
    margin-left: 0; }
    .tabs-col-history-icon img {
      height: 100%; }
  .tabs-col-wrapper_history {
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 0; }
  .history-tabs-section:not([hidden]) .tabs-col-history-icon {
    -webkit-animation: animateHistoryMobile .3s ease both;
       -moz-animation: animateHistoryMobile .3s ease both;
         -o-animation: animateHistoryMobile .3s ease both;
            animation: animateHistoryMobile .3s ease both; }
  .tab-switch-wrapper_history {
    margin-bottom: 3.125rem; }
  .about-advantages-header-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .about-advantages-header-wrapper {
    margin-bottom: 3.125rem; }
  .about-advantages-list__title {
    max-width: none;
    margin-bottom: 1.25rem; }
  .about-advantages-list-col {
    width: 100%;
    margin-left: 0 !important; }
    .about-advantages-list-col:nth-child(2) {
      margin-bottom: 0.9375rem; }
  .about-advantages-list__item br {
    display: none; }
  .main-h1_slider br {
    display: none; }
  .steps-partners-list {
    grid-template-columns: 1fr; }
  .step-arrow {
    display: none; }
  .h3-title_step-partner {
    min-height: auto; }
  .steps-partners-list__item {
    -webkit-transition-delay: 0.3s !important;
       -moz-transition-delay: 0.3s !important;
         -o-transition-delay: 0.3s !important;
            transition-delay: 0.3s !important; }
  .form-item-wrapper-partners {
    grid-template-columns: 1fr;
    grid-gap: 1.875rem; }
  .col-items-list {
    width: 100%;
    max-width: 37.5rem; }
  .wrapper-submit-button {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .__tr_line:nth-child(2) .__tr_line-row,
  .__tr_line:nth-child(3) .__tr_line-row {
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.75rem; }
  .__tr_line:nth-child(3) {
    grid-template-columns: 1fr 1fr;
    margin-top: 2.25rem; }
  .__tradeCalculatorBlock .__radio_block_tr {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .background-img-other-page_404 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .icon-404 {
    width: 100%;
    max-width: 25rem;
    margin-left: 0;
    margin-top: 0; }
  .text-404-wrapper {
    margin-top: 0; }
  .main-nav__item_only-mobile {
    display: block; }
  .select-language:not(.select-language_mobile) {
    display: none; }
  .header-left-col {
    margin-top: 0;
    margin-right: 0;
    z-index: 4; }
  .enter {
    margin-top: 0;
    margin-right: 0.9375rem; }
  .submenu-line {
    display: none; }
  .pagination-slider_main {
    margin-top: 5.5625rem;
    margin-bottom: 5.625rem; }
  .benefits-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .steps-list {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    margin-left: 0;
    background: transparent;
    grid-gap: 2rem;
    margin-right: 0;
    max-width: none; }
  .number-step {
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%); }
    .number-step span {
      color: #ffffff;
      font-size: 2.75rem;
      line-height: 3.125rem;
      right: auto;
      bottom: auto;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
           -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .news-title {
    max-width: none;
    height: 3.75rem; }
  .text-news-wrapper {
    width: 100%; }
  .template-wrapper_goals {
    padding-left: 0.9375rem; }
  .main-h2_goals {
    margin-bottom: 3.125rem; }
  .about-advantages-list-col:last-child {
    padding-left: 0; }
  .markets-wrapper-header {
    padding-bottom: 2.5rem; }
  .news-slider-wrapper {
    width: 100%;
    margin-left: 0; }
  .h4-title_accreditation-list {
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 900; }
  .enter {
    display: none; }
  .main-nav__item-footer {
    padding: 3.9375rem 1.25rem 5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: static; }
    .main-nav__item-footer .select-language_mobile {
      margin-right: 0;
      padding-right: 0;
      position: static; }
    .main-nav__item-footer .language-icon {
      display: none; }
    .main-nav__item-footer .current-language {
      padding-right: 0.25rem; }
    .main-nav__item-footer .btn_enter-mobile {
      margin-right: 2.5rem; }
  .open-language::before {
    opacity: 1;
    visibility: visible; }
  .main-nav__item.active .submenu-icon path {
    fill: #ffffff; }
  .slider-text-block,
  .header-text-block_other-page {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
    min-height: auto; }
  .main-h1 {
    font-size: 1.875rem;
    line-height: 2.3125rem; }
    .main-h1 br {
      display: none; }
  .header-text {
    font-size: 1rem;
    line-height: 1.25rem;
    min-height: auto;
    margin-top: 0; }
  .all-pagination_main .slick-dots {
    max-width: none; }
  .main-header {
    min-height: 30rem;
    padding-bottom: 3rem;
    height: auto; }
  .main-h2 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    text-align: center;
    margin-bottom: 2rem; }
  .h2-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: none; }
  .section-advantages {
    padding-top: 2.3125rem;
    padding-bottom: 3.125rem; }
  .h3-title {
    font-size: 1.125rem;
    line-height: 1.375rem; }
    .second-header {
      min-height: 2rem;
      margin-top: 1rem;
    }
    .second-header .main-logo:not(.main-logo_footer) img {
      width:10rem; }
  .step-icon {
    width: 4.375rem;
    height: 4.375rem;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    top: 1.8125rem;
    left: 1.25rem; }
  .steps-title-item {
    font-size: 0.875rem;
    line-height: 1.875rem; }
  .news-item {
    width: 100% !important;
    height: auto;
    padding-left: 0;
    padding-right: 0; }
  .arrow-slider-news {
    margin-top: 0; }
  .template-wrapper_footer {
    padding-top: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .about-header-indicators-title {
    margin-bottom: 0.5rem; }
  .about-header-indicators-text br {
    display: none; }
  .section-background_goals {
    height: -webkit-calc(100% + 3.25rem);
    height: -moz-calc(100% + 3.25rem);
    height: calc(100% + 3.25rem); }
  .section-trading-opportunities {
    padding-top: 2.3125rem;
    padding-bottom: 2rem; }
  .wrapper-background-about::before {
    height: -webkit-calc(100% + 5.75rem);
    height: -moz-calc(100% + 5.75rem);
    height: calc(100% + 5.75rem); }
  .main-h2_history {
    margin-bottom: 1.5625rem; }
  .template-wrapper_history::after,
  .template-wrapper_history::before {
    display: none; }
  .section-background_about-advantages {
    background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/about-advantages-background_mobile.png");
    height: -webkit-calc(100% + 7.375rem);
    height: -moz-calc(100% + 7.375rem);
    height: calc(100% + 7.375rem); }
  .section-background_history {
    height: -webkit-calc(100% + 3.625rem);
    height: -moz-calc(100% + 3.625rem);
    height: calc(100% + 3.625rem); }
  .section-about-advantages {
    padding-bottom: 0 !important; }
  .main-header_markets {
    padding-bottom: 6.1875rem; }
  .main-h2_markets-main {
    margin-bottom: 3.0625rem; }
  .markets-list-text-prev {
    font-size: 1.5rem;
    line-height: 1.625rem;
    margin-top: -1.1875rem; }
  .main-h3_markets-item {
    margin-bottom: 0.5625rem; }
  .header-text-block_goods-header,
  .header-text-block_indices-header,
  .header-text-block_cryptocurrencies-header {
    margin-top: 2.5rem; }
  .section-wrapper_benefits-instrument {
    padding-top: 2.3125rem;
    padding-bottom: 3.125rem;
    min-height: auto; }
  .header-text_markets-item {
    margin-bottom: 1.75rem; }
  .prev-title:not(.prev-title_404) {
    font-size: 0.875rem;
    line-height: 1.1875rem;
    margin-bottom: 1.375rem; }
  .main-h2_benefits-instrument {
    padding-left: 0;
    margin-bottom: 1rem; }
  .main-h2_markets-table {
    margin-bottom: 1rem; }
  .section-wrapper_schedule::before, .section-wrapper_schedule::after {
    display: none; }
  #tradeview {
    height: 25rem; }
  .contacts-information-wrapper {
    margin-top: 0;
    margin-bottom: 0; }
  .contacts-text-name {
    text-align: center;
    color: #232865; }
  .contacts-list__item {
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .contacts-icon {
    position: relative;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    top: auto;
    left: auto;
    margin-bottom: 1rem;
    margin-top: 0; }
  .contacts-list-title {
    display: none; }
  .contacts-list {
    grid-template-columns: repeat(3, 1fr); }
  .contacts-icon::before {
    width: 2.8125rem;
    height: 2.8125rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .contacts-text-title {
    text-align: center; }
  .icon {
    margin-bottom: 1.1875rem; }
    .icon svg {
      width: 4.5rem;
      height: 4.5rem; }
  .all-pagination_partners {
    margin-top: 5.0625rem; }
  .section-accounts_partners {
    padding-top: 2.25rem; }
  .accounts-header.accounts-header_partners {
    height: 10.9375rem !important;
    padding: 2.1875rem 1.25rem 0.625rem !important; }
  .accounts-title_partners {
    margin-bottom: 0.875rem; }
  .accounts-list__item-partners.accounts-list__item {
    min-height: 35.1875rem !important; }
  .btn-account-trade_partners span {
    font-size: 0.9375rem;
    line-height: 1.125rem; }
  .account-wrapper_partners::before {
    display: none; }
  .account-wrapper_partners::after {
    right: -3.4375rem;
    bottom: 1px; }
  .section-wrapper_loyalty-program {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem; }
  .main-h2_loyalty-program {
    margin-bottom: 1.5625rem; }
  .main-h2_partners-form {
    margin-bottom: 1.5625rem; }
  .prev-title_partners-form {
    margin-bottom: 2rem; }
    .prev-title_partners-form br {
      display: none; }
  .label-form-partners {
    font-size: 0.875rem;
    line-height: 1.1875rem;
    margin-bottom: 0.75rem; }
  .h3-title_partners-form:not(.h3-title_partners-form-first) {
    margin-bottom: 1.875rem; }
  .h3-title_partners-form {
    margin-bottom: 1.625rem;
    position: relative; }
  .col-items-list:first-child {
    margin-bottom: 0.3125rem; }
  .help-text_partners {
    margin-top: 0.75rem; }
  .calculator-prev-text {
    font-size: 1.25rem;
    line-height: 1.5rem; }
  .all-text_calculator-prev {
    font-size: 1rem;
    line-height: 1.375rem;
    margin-left: 0;
    margin-bottom: 1.625rem; }
  .__tr_line-row_title .h3-title {
    font-size: 1rem;
    line-height: 1.375rem; }
  .__tr_line-row_title {
    margin-bottom: 1.125rem; }
  .__tr_select_title {
    font-size: 0.875rem !important;
    line-height: 1.1875rem;
    margin-bottom: 0.75rem !important; }
  .steps-trading .steps-list__item-1::after, .steps-trading .steps-list__item-2::after {
    background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/arrow-steps-trading-mobile.svg"); }
  .steps-trading .steps-list {
    padding-left: 0.625rem; }
  .steps-trading .step-icon {
    left: -1.125rem !important; }
  .main-h2_enter {
    margin-bottom: 1.5rem; }
  .language-block_mobile {
    display: block;
    left: auto;
    right: 0;
    -webkit-transform: translate(0, 100%);
       -moz-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
         -o-transform: translate(0, 100%);
            transform: translate(0, 100%);
    width: 3.4375rem;
    padding-top: 0.625rem; }
  .language-list-wrapper_mobile {
    overflow: hidden; }
  .language-list__item_mobile {
    margin-bottom: 0.625rem; }
    .language-list__item_mobile a {
      padding-top: 0.5625rem;
      padding-bottom: 0.5625rem;
      padding-left: 2.625rem; }
      .language-list__item_mobile a .check-active {
        width: 1.125rem;
        height: 1.125rem;
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
                border-radius: 50%;
        background: #E2E2E2;
        opacity: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 1.0625rem; }
      .language-list__item_mobile a:hover {
        background: #ffffff;
        color: #423151; }
    .language-list__item_mobile:last-child {
      margin-bottom: 0; }
  .main-nav__item-last-desctop > a::before {
    display: none; }
  .all-pagination_main .slick-dots {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .all-pagination_advantages {
    margin-top: 1.375rem; }
  .all-pagination_benefits {
    margin-top: 0.75rem; }
  .bread-crumbs {
    margin-top: -0.8125rem; }
  .main-h2_indicator {
    margin-bottom: 1.5rem; }
  .btn-instruments {
    margin-left: 0; }
  .history-tabs-section_1 .history-year::before,
  .history-tabs-section_3 .history-year::before {
    display: none; }
  .history-lists {
    grid-template-columns: 1fr;
    grid-gap: 1.875rem; }
  .all-text_history {
    font-size: 0.875rem;
    line-height: 1.1875rem; }
  .main-h2_about-advantages {
    padding-left: 0;
    margin-bottom: 1.4375rem; }
  .about-advantages-image {
    left: auto;
    right: 2.5rem;
    top: 3.0625rem; }
  .about-advantages-title-wrapper {
    margin-bottom: 3.125rem; }
  .wrapper-inner-purple_about-advantages {
    padding: 1.4375rem 1.0625rem 1.5625rem; }
  .about-advantages-list-title {
    margin-bottom: 1.375rem; }
  .header-text-block_contacts {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0; }
  .contacts-logo,
  .header-text_prev-h2-contacts {
    display: none; }
  .main-h1_contacts {
    text-align: center; }
  .header-text-prev-contacts {
    color: #232865;
    margin-bottom: 3rem; }
  .btn-open-account_markets {
    height: 2.375rem !important; }
  .bread-crumbs-market {
    display: none; }
  .main-header_markets-item .bread-crumbs {
    display: block; }
  .btn_markets-item {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%); }
  .benefits-instrument-wrapper_image .desctop {
    display: none; }
  .benefits-instrument-wrapper_image .mobile {
    display: block; }
  .parralax-background_table {
    display: none; }
  .main-h2_schedule {
    margin-bottom: 1rem;
    color: #ffffff; }
  .main-h1_slider-partners br {
    display: none; }
  .slider-text-block_partners {
    margin-top: 1.25rem; }
  .steps-wrapper_partners {
    padding-bottom: 0; }
    .steps-wrapper_partners .steps-list {
      margin-bottom: 0.4375rem; }
  .loyalty-program-list__item {
    opacity: 1 !important;
    -webkit-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
         -o-transform: none !important;
            transform: none !important; }
  .loyalty-program-list {
    grid-template-columns: 1fr 1fr; }
  .loyalty-program-arrow {
    display: none; }
  .btn-submit_partners {
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 0.875rem;
    line-height: 1.1875rem; }
  .form-input_partners {
    font-size: 0.875rem;
    line-height: 1.1875rem; }
  .form-item_partners .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.875rem;
    line-height: 1.1875rem; }
  .form-item_partners .select2-container--default .select2-selection--single {
    padding: 0.625rem 1.875rem 0.6875rem 0.8125rem; }
  .section-wrapper_accreditation-list {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .main-h2_accreditation-list {
    margin-bottom: 1.5rem; }
  .h3-title_accreditation-list {
    margin-bottom: 1rem;
    text-align: center; }
  .all-text_accreditation-list {
    text-align: center; }
  .accreditation-list__item {
    opacity: 1 !important;
    -webkit-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
    min-height: auto; }
  .accreditation-list-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 2.5rem 1rem 3rem;
    width: 100%;
    max-width: none; }
  .template-wrapper_accreditation-list {
    padding-right: 0;
    padding-left: 0; }
  .accreditation-icon {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 1.5rem;
    display: none; }
  .accreditation-list {
    grid-template-columns: 1fr 1fr;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .accounts-trading-conditions {
    padding-top: 2.3125rem;
    padding-bottom: 3.125rem; }
  .template-wrapper_calculator {
    padding-top: 1.25rem; }
  .main-h2_calculator {
    margin-bottom: 1rem;
    padding-left: 0;
    padding-right: 0; }
  .__tradeCalculatorBlock .__tr_group-material input[type="text"] {
    font-size: 0.875rem !important;
    line-height: 1.1875rem !important; }
  .__tradeCalculatorBlock .__tr_group-material ._tr_sub_menu_select li {
    font-size: 0.875rem;
    line-height: 1.1875rem; }
  .__tr_line:nth-child(3) {
    padding-bottom: 2.5rem; }
  .result-culc {
    bottom: -2.25rem; }
    .result-culc .__tr_line {
      overflow: auto;
      min-height: 10.5rem; }
    .result-culc .__line-result,
    .result-culc .__tr_table_result {
      width: 68.75rem; }
  .main-h2_example {
    padding-left: 0;
    margin-bottom: 1.3125rem; }
  .example-list {
    padding-left: 0; }
  .example-list_item {
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-bottom: 0.625rem; }
  .example-list_item::before {
    top: 0.4375rem; }
  .steps-trading .steps-wrapper {
    padding-bottom: 7.0625rem; }
    .steps-trading .steps-wrapper::before {
      display: none; }
  .steps-trading .steps-content-wrapper {
    padding: 1.375rem 2.375rem 0 2.5625rem;
    position: relative; }
    .steps-trading .steps-content-wrapper::before {
      content: '';
      display: block;
      position: absolute;
      left: -1.875rem;
      top: -1.25rem;
      width: -webkit-calc(100% + 3.75rem);
      width: -moz-calc(100% + 3.75rem);
      width: calc(100% + 3.75rem);
      height: -webkit-calc(100% + 1.25rem);
      height: -moz-calc(100% + 1.25rem);
      height: calc(100% + 1.25rem);
      -moz-background-size: 100%;
           background-size: 100%; }
  .steps-trading .steps-list__item:last-child {
    padding-bottom: 1.5625rem; }
  .steps-trading .steps-list {
    padding-left: 0;
    padding-right: 0; }
  .button-wrapper-404 .btn-register-form {
    margin-right: 0.4375rem; }
  .button-wrapper-404 .btn-submit_enter {
    margin-left: 0.4375rem; }
  .slider-orange-background {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4); }
  .arrow-slider-main {
    display: none; }
  .btn:not(.tbtn) {
    font-size: 0.875rem;
    line-height: 1rem;
    height: 2.5rem;
    min-width: 11.875rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    border-width: 2px !important; }
  .main-text-slider__item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .advantages-item {
    cursor: default;
    padding-bottom: 2rem; }
    .advantages-item.active, .advantages-item:hover {
      -webkit-box-shadow: none;
         -moz-box-shadow: none;
              box-shadow: none;
      border-color: rgba(255, 255, 255, 0.2); }
      .advantages-item.active::before, .advantages-item.active::after, .advantages-item:hover::before, .advantages-item:hover::after {
        opacity: 0; }
  .main-background-slider__item,
  .header-background-other-page {
    grid-template-columns: 1fr; }
  .benefits-image-2 {
    display: none; }
  .benefits-image-1 {
    top: auto;
    left: auto;
    position: static; }
  .benefits-image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 40%; }
  .benefits-text-wrapper {
    padding-right: 1.25rem; }
  .section-benefits {
    background: -webkit-gradient(linear, left top, right top, from(#D3E3FA), to(#FFFFFF));
    background: -webkit-linear-gradient(left, #D3E3FA 0%, #FFFFFF 100%);
    background: -moz-linear-gradient(left, #D3E3FA 0%, #FFFFFF 100%);
    background: -o-linear-gradient(left, #D3E3FA 0%, #FFFFFF 100%);
    background: linear-gradient(90deg, #D3E3FA 0%, #FFFFFF 100%); }
    .section-benefits::before {
      display: none; }
  .accounts-image_2 {
    display: none !important; }
  .accounts-image_1 {
    left: auto;
    top: auto; }
  .accounts-text-wrapper {
    min-height: 29.25rem;
    margin-right: 1.875rem; }
  .accounts-switcher__item {
    font-size: 1.25rem;
    line-height: 1.75rem;
    height: 3.125rem; }
  .accounts-image-wrapper {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .year-slider_item {
    height: 3.125rem; }
    .year-slider_item span:last-child {
      display: none; }
  .year-slider_item-wrapper {
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: 700;
    padding-bottom: 0.625rem; }
    .year-slider_item-wrapper::before {
      height: 0.25rem; }
  .year-slider {
    width: -webkit-calc(100% + 1.25rem);
    width: -moz-calc(100% + 1.25rem);
    width: calc(100% + 1.25rem);
    margin-left: -0.625rem; }
  .history-img {
    max-width: 100%;
    top: auto; }
  .history-img-wrapper::before {
    display: none; }
  .about-advantages-list__item:not(.about-advantages-list__item-title) {
    font-size: 0.875rem;
    line-height: 1.1875rem; }
  .markets-list-img-wrapper::before {
    display: none !important; }
  .all-text_instruments-item {
    font-weight: 400; }
  .__tradeCalculatorBlock::before {
    margin-bottom: 1.875rem;
    font-size: 1.5rem;
    line-height: 1.75rem; }
  .example-table-wrapper {
    margin-bottom: 1.875rem; }
  .btn-accreditation {
    margin-bottom: 3.875rem; }
  .main-form-wrapper_enter {
    margin-left: 0;
    margin-top: 0; }
  .link-form_sign {
    text-decoration: underline; }
    .link-form_sign:hover {
      text-decoration: none; }
  .submenu_lang .submenu-item:first-child::before {
    display: none; }
  .main-background-slider, .header-background-wrapper {
    height: 100%; }
  .slider-picture-wrapper {
    width: 100%;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0; }
  .template-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .h2-wrapper_advantages {
    margin-top: 0; }
  .h2-prev-text_right,
  .main-h2_right {
    text-align: center; }
  .h2-prev-text_advantages {
    display: none; }
  .advantages-title-block {
    display: none; }
  .advantages-list-row {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.9375rem;
    margin-bottom: 0.9375rem;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none; }
  .advantages-list-row_2 {
    margin-bottom: 0; }
  .advantages-text.mobile {
    display: block; }
  .advantages-title {
    margin-bottom: 1rem;
    max-width: none;
    text-align: center; }
  .advantages-text {
    text-align: center;
    display: block; }
  .template-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .section-wrapper {
    padding-top: .5rem;
    padding-bottom: .5rem; }
  .trading-opportunities-text-prev {
    margin-bottom: 0;
  }
  .news-text-wrapper {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .news-text-wrapper::before {
      position: static;
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
         -moz-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
  .news-other-page {
    margin-bottom: 0.5rem; }
  .main-nav__item_with-submenu:hover .submenu-icon {
    opacity: 1; }
  .h2-wrapper_high-quality {
    padding-left: 0;
    width: 100%;
    max-width: 40rem; }
  .template-wrapper_high-quality {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .goals-list {
    grid-template-columns: 1fr; }
  .goals-item {
    -webkit-transition-delay: .3s !important;
       -moz-transition-delay: .3s !important;
         -o-transition-delay: .3s !important;
            transition-delay: .3s !important; }
  .goals-title {
    margin-bottom: 0.5rem; }
  .trading-opportunities-image {
    display: none; }
  .section-wrapper_history {
    background: -webkit-gradient(linear, left top, right top, from(#D3E3FA), to(#FFFFFF));
    background: -webkit-linear-gradient(left, #D3E3FA 0%, #FFFFFF 100%);
    background: -moz-linear-gradient(left, #D3E3FA 0%, #FFFFFF 100%);
    background: -o-linear-gradient(left, #D3E3FA 0%, #FFFFFF 100%);
    background: linear-gradient(90deg, #D3E3FA 0%, #FFFFFF 100%);
    min-height: auto; }
    .section-wrapper_history::before {
      display: none; }
  .year-history {
    font-size: 1.5rem;
    line-height: 1.625rem;
    margin-bottom: 0.625rem; }
  .year-text {
    font-size: 1.125rem;
    line-height: 1.25rem; }
  .history-year-wrapper {
    padding-top: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 12.5rem;
    height: 9.375rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .history-text-wrapper {
    margin-left: 1.875rem;
    padding-top: 1.875rem; }
  .year-slider .slick-track {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0.3125rem; }
    .year-slider .slick-track::before, .year-slider .slick-track::after {
      display: none; }
  .year-slider .slick-slide {
    width: auto !important;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
    .year-slider .slick-slide.slick-current {
      width: auto !important;
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
         -moz-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0; }
      .year-slider .slick-slide.slick-current .year-slider_item-wrapper {
        font-size: 0.875rem;
        line-height: 1rem;
        color: #ffffff; }
        .year-slider .slick-slide.slick-current .year-slider_item-wrapper::after {
          opacity: 0; }
  .section-wrapper_markets-list {
    padding-top: 0;
    padding-bottom: 0; }
  .h2-wrapper_benefits-instrument {
    padding-left: 0;
    margin-right: 0;
    max-width: 40rem; }
  .saccess-icon {
    width: 6.25rem;
    height: 6.25rem; }
  .form-item-sign_promo {
    max-width: none; }
    .form-item-sign_promo .label-form {
      text-align: left; }
  .form-item_custom-checkbox-1 {
    margin-right: 0 !important;
    margin-bottom: 0.9375rem; }
  .wrapper-accreditations-forms {
    margin-bottom: 1.25rem; }
  .link-form-accreditations::after {
    width: 0.9375rem;
    height: 0.6875rem; }
  .section-wrapper_forms {
    margin-bottom: 0; }
    .section-wrapper_forms::before {
      display: none; }
  .form-item_custom-checkbox-1 .custom-checkbox-label,
  .form-item_custom-checkbox-2 .custom-checkbox-label {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .form-item_custom-checkbox-1 .custom-checkbox,
  .form-item_custom-checkbox-2 .custom-checkbox {
    margin-top: 0.125rem; }
  .template-wrapper_forms::before {
    display: none; }
  .number-slide-wrapper,
  .main-decor,
  .main-pagination-slider {
    display: none; }
  .slider-text-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .main-sliders::before,
  .header-background-wrapper::before {
    background-position: center;
    background: -webkit-gradient(linear, left top, right top, from(#D3E3FA), to(#FFFFFF));
    background: -webkit-linear-gradient(left, #D3E3FA 0%, #FFFFFF 100%);
    background: -moz-linear-gradient(left, #D3E3FA 0%, #FFFFFF 100%);
    background: -o-linear-gradient(left, #D3E3FA 0%, #FFFFFF 100%);
    background: linear-gradient(90deg, #D3E3FA 0%, #FFFFFF 100%); }
  .main-sliders::after,
  .header-background-wrapper::after {
    content: '';
    display: block;
    position: absolute;
    width: 50rem;
    height: 25rem;
    background: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/img.ry8pdvqc2pgemgufjq8m2zkiln9so61e8dh1r3r2jpd85x4fw2.svg") center no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%); }
  .main-sliders {
    margin-top: 2rem; }
  .slider-picture, .background-img-other-page {
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 3.125rem;
    width: 25rem; }
  .main-background-slider__item::before, .header-background-other-page::before {
    background: rgba(0, 0, 0, 0.8); }
  .all-pagination_main {
    margin-top: 1.5rem;
    max-width: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .h3-title_benefits {
    margin-bottom: 0.5rem; }
  .accounts-list {
    grid-template-columns: 1fr;
    grid-gap: 4.25rem;
    max-width: 28.125rem;
    margin-right: auto;
    margin-left: auto; }
    .accounts-list.mobile {
      display: grid;
      grid-gap: 3.75rem; }
  .accounts-prev-text-wrapper {
    position: relative;
    height: auto;
    padding: 1.5rem 1rem 1.5rem; }
  .accounts-list-wrapper {
    opacity: 1;
    background: transparent;
    padding: 0 1rem 3rem; }
  .accounts-list__item {
    min-height: auto;
    border-width: 2px;
    -webkit-transition-delay: .3s !important;
       -moz-transition-delay: .3s !important;
         -o-transition-delay: .3s !important;
            transition-delay: .3s !important; }
  .accounts-title {
    margin-bottom: 0.5rem;
    color: #1063D3; }
  .accounts-title_2 {
    color: #1ED0F2; }
  .accounts-prev-text {
    max-width: none;
    min-height: auto;
    margin-bottom: 0;
    text-align: center; }
  .conditions-list__item {
    font-size: 1rem;
    line-height: 1.25rem;
    padding-bottom: 0.5rem;
    padding-top: 0.75rem;
    margin-bottom: 0.5rem; }
    .conditions-list__item::before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
           -o-transform: translateX(-50%);
              transform: translateX(-50%);
      max-width: 13.125rem;
      width: 100%;
      height: 1px;
      background: rgba(211, 227, 250, 0.3); }
  .btn-account-trade {
    position: relative;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    margin-bottom: 3rem; }
  .accounts-list__item_2::before {
    min-width: 11.875rem;
    height: 2rem;
    font-size: 0.875rem;
    line-height: 1rem;
    top: -1px; }
  .accounts-list__item_2 .accounts-prev-text-wrapper {
    padding-top: 2.5rem; }
  .steps-text-wrapper {
    padding-left: 7.1875rem; }
  .h3-title_step {
    margin-bottom: 0.5rem;
    min-height: auto; }
    .h3-title_step br {
      display: none; }
  .steps-list__item {
    margin-bottom: 0;
    min-height: 5.3125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition-delay: .3s !important;
       -moz-transition-delay: .3s !important;
         -o-transition-delay: .3s !important;
            transition-delay: .3s !important; }
    .steps-list__item::after {
      width: 16.25rem;
      text-align: left;
      right: -0.8125rem; }
  .scroll-decor_steps-1 {
    display: none !important; }
  .news-dop-information {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .news-author {
    margin-right: 1rem; }
  .link-news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .link-news::before {
      min-width: 11.875rem;
      height: 2.5rem;
      font-size: 0.875rem;
      line-height: 1rem;
      bottom: -1.3125rem; }
  .all-pagination li {
    margin-right: 1.25rem; }
  .all-pagination_news {
    padding-right: 0;
    padding-left: 0; }
  .scroll-decor_markets-1 {
    display: none !important; }
  .header-text-other-page {
    margin-top: 2rem; }
  .scroll-decor_main {
    display: none !important; }
  .all-text_markets-item {
    margin-bottom: .5rem;
    max-width: none !important; }
  .news-pagination-wrapper {
    padding-right: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .benefit-instrument-img {
    display: none; }
  .benefit-instrument {
    padding: 0;
    border: none; }
  .template-wrapper_benefit-instrument {
    min-height: auto; }
  .h3-title_instruments-item br {
    display: none; }
  .h3-title_instruments-item {
    min-height: auto;
    margin-bottom: 1rem; }
  .shedule-frame-wrapper {
    border: none; }
  .about-header-indicators-wrapper {
    padding: 0;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 1.5rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: none; }
  .high-quality-images {
    display: none; }
  .high-quality-text-wrapper {
    min-height: auto; }
  .scroll-decor_high-quality-1 {
    display: none !important; }
  .h3-title_high-quality {
    margin-bottom: 0.5rem; }
  .scroll-decor_trading-opportunities-2 {
    display: none !important; }
  .circle-decor_history,
  .history-decor {
    display: none; }
  .history-slider {
    grid-template-columns: repeat(2, 1fr); }
    .history-slider::before {
      display: none; }
  .h3-title_history-item {
    margin-bottom: 0.5rem;
    min-height: auto; }
  .h3-title_history {
    margin-bottom: 1.5rem; }
  .about-advantages-wrapper-img {
    display: none; }
  .about-advantages-list {
    max-width: none; }
  .h3-title_about-advantages {
    margin-bottom: 1.5rem; }
  .about-advantages-wrapper {
    max-width: 100%;
    min-height: auto; }
  .all-text_about-advantages {
    text-align: center; }
  .scroll-decor_about-advantages-2 {
    display: none !important; }
  .form-item {
    margin-bottom: 2rem; }
  .all-text_calculator {
    text-align: center;
    margin-bottom: 2rem;
    padding-left: 0;
    padding-right: 0; }
  .trade-calculator {
    border: none;
    padding: 0; }
  .section-wrapper_example {
    position: relative; }
    .section-wrapper_example::before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.9); }
  .scroll-decor_example-1 {
    display: none !important; }
  .steps-trading-block .btn_step {
    display: none; }
  .main-h1_form {
    margin-bottom: 2rem; }
  .header-text-block_form {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .btn_repas,
  .wrapper-form-button_repas,
  .help-text_repas {
    grid-row-start: auto; }
  .main-text-slider {
    margin-top: 0; }
  .advantages-text-wrapper {
    display: none; }
  .advantages-item_2,
  .advantages-item_5 {
    top: auto; }
  .news-img {
    margin-right: 0;
    width: 100%;
    margin-bottom: 2rem;
    height: 18.75rem; }
  .benefits-list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem; }
  .benefits-list-item {
    -webkit-transition-delay: .3s !important;
       -moz-transition-delay: .3s !important;
         -o-transition-delay: .3s !important;
            transition-delay: .3s !important; }
  .accounts-table {
    display: none; }
  .accounts-header {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1rem; }
  .conditions-list-wrapper {
    margin-bottom: 2rem; }
  .btn-account-trade {
    margin-bottom: 0; }
  .header-text-block_other-page {
    max-width: 42.75rem; }
  .main-h2_left {
    text-align: left; }
  .markets-list-text {
    margin-right: 0 !important;
    min-height: auto !important;
    max-width: 100% !important; }
  .main-h2_markets-item {
    margin-bottom: 2rem !important; }
  .markets-list-img {
    position: static;max-width: 300px;margin-left: auto;min-width: 300px;
  margin-right: auto; }
  .markets-list__item {
    min-height: auto !important;
    opacity: 1 !important;
    padding-left: 1rem;
    padding-right: 1rem; }
  .template-wrapper_market-list-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .template-wrapper_market-list {
    height: 100%; }
  .markets-list-button-wrapper {
    grid-template-columns: auto;
    grid-gap: 1.5rem; }
  .section-wrapper_markets-table {
    padding-top: 0; }
  .template-wrapper_trading-opportunities {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .trading-opportunities-text-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .main-h2_trading-opportunities {
    text-align: center; }
  .history-tabs-section {
    top: 0 !important;
    -webkit-transition-delay: 0.3s !important;
       -moz-transition-delay: 0.3s !important;
         -o-transition-delay: 0.3s !important;
            transition-delay: 0.3s !important; }
  .template-wrapper_about-advantages {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .contacts-information-wrapper::before {
    display: none; }
  .header-background-wrapper_contacts::before {
    height: 100%; }
  .accounts-trading-conditions {
    margin-top: 0; }
  .steps-trading-block {
    padding-bottom: 0; }
    .steps-trading-block .btn_steps {
      margin-top: 2.5rem;
      margin-bottom: 1.5rem; }
  .header-text_404 {
    color: #232865; }
  .img-404 {
    margin-bottom: 2.125rem; }
  .main-header_404 {
    min-height: auto !important; }
  .button-wrapper-404 {
    grid-template-columns: auto; }
  .input-wrapper-sign .label-form {
    color: #232865;
    margin-bottom: 0.1875rem; }
  .form-item-sign {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 3rem; }
  .form-item-sign::before {
    top: 1.8125rem; }
  .show-icon {
    top: 1.375rem; }
    .show-icon.show-icon_white {
      display: none; }
    .show-icon.show-icon_dark {
      display: block; }
  .btn-two-step {
    margin-top: 0; }
  .popup_twoauthstep {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
  .main-nav-wrapper_desktop.fixed .main-nav__item-last-desctop {
    display: block; } 
  .one-block {
    padding-top: 60px;
    text-align: center;
  }
  .one-block .btn {
    margin-top: 20px;
  }
  
  }

@media (max-width: 800px) {
  body {
    font-weight: 400;
  }
  .arrow-slider-news {
    position: static;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    max-width: 11.25rem;
    margin-right: auto;
    margin-left: auto;
    margin-top: 1.25rem; }
  .accreditation-list {
    grid-template-columns: 1fr; }
  .accreditation-list-icon {
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 8.25rem;
    height: 7.75rem;
    background: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/accreditation-list-icon-decor_mobile.svg") no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
    top: -1.3125rem; }
  .about-advantages-image.desctop {
    display: none; }
  .benefits-instrument-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 2.3125rem; }
  .benefits-instrument-wrapper_image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .template-wrapper_indicators-wrapper {
    grid-template-columns: repeat(3, 1fr);
    padding-top: 1.875rem;
    padding-bottom: 1.875rem; }
  .about-header-indicators__item {
    padding: 0; }
  .template-wrapper_trading-opportunities {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .trading-opportunities-icon {
    margin-top: 0;
    margin-bottom: 1.875rem; }
  .trading-opportunities-wrapper {
    margin-right: 0;
    max-width: none; }
  .main-h2_trading-opportunities {
    max-width: none; }
  .accreditation-list__item {
    min-height: auto; }
  .advantages-list-row {
    grid-template-columns: 1fr; }
  .advantages-title {
    min-height: auto; }
  .about-advantages-list {
    grid-template-columns: 1fr;
    grid-gap: 0; }
  .about-advantages-list__item-title {
    text-align: left;
    margin-bottom: 1.25rem; }
  .benefits-instruments-list {
    grid-template-columns: 1fr; }
  .contacts-list {
    grid-template-columns: 1fr;
    grid-gap: 1.75rem; }
  .advantages-list {
    grid-template-columns: 1fr; }
  .advantages-item {
    -webkit-transition-delay: .3s !important;
       -moz-transition-delay: .3s !important;
         -o-transition-delay: .3s !important;
            transition-delay: .3s !important; }
  .markets-list {
    grid-template-columns: 1fr; }
  .about-header-indicators-wrapper {
    grid-template-columns: repeat(2, 1fr); }
  .main-sliders::after,
  .header-background-wrapper::after {
    display: none; }
  .markets-list-button-wrapper {
    max-width: 25rem;
    margin-right: auto;
    margin-left: auto; }
  .markets-list-text {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .template-wrapper_market-list {
    display: block;
    font-weight: 400;
  }
  .markets-list-img {
    margin-bottom: 20px;
    margin-top: -20px;
  }
  

  .form-page .markets-list-img {
    display: none;
  }
  .form-page {
    margin-top: 30px;
  }

  .form-page .group-input.select input {
    padding-top: 6px;
    padding-bottom: 6px;
  }
    
    }

@media (max-width: 640px) {
  html {
    font-size: 88%; }
  .main-h2_accounts-partners {
    margin-bottom: 2.125rem; }
  .__tradeCalculatorBlock .__tr_btn_line {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .__tr_btn_line .btn-start-trade {
    margin-bottom: 1.875rem;
    margin-right: 0; }
  .__tradeCalculatorBlock {
    padding: 2.3125rem 0 3.125rem; }
  .calculator-block::before {
    background: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/culc-bg_mobile.png") no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    min-width: 39.6875rem; }
  .popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .btn_markets-item {
    min-width: 10rem;
    height: 2.5rem; }
  .main-h2_benefits-instrument-forex {
    max-width: 18.125rem; }
  .header-text_metals {
    margin-bottom: 4.875rem; }
  .header-text_stocks {
    margin-bottom: 11.9375rem; }
  .header-text_goods {
    margin-bottom: 10.75rem; }
  .header-text_indices {
    margin-bottom: 9.5625rem; }
  .header-text_cryptocurrencies {
    margin-bottom: 8.3125rem; }
  .loyalty-program-list {
    grid-template-columns: 1fr;
    grid-gap: 1.875rem;
    max-width: 15.9375rem;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%); }
  .loyalty-program-arrow {
    display: block;
    right: auto;
    left: 50%;
    top: auto;
    bottom: -0.375rem;
    width: 0.9375rem;
    height: 0.875rem;
    -webkit-transform: translate(-50%, 100%) rotate(90deg);
       -moz-transform: translate(-50%, 100%) rotate(90deg);
        -ms-transform: translate(-50%, 100%) rotate(90deg);
         -o-transform: translate(-50%, 100%) rotate(90deg);
            transform: translate(-50%, 100%) rotate(90deg); }
  .accreditation-list {
    margin-bottom: 1.4375rem; }
  .benefits-image-wrapper {
    display: none; }
  .benefits-text-wrapper {
    padding-right: 0; }
  .accounts-switcher__item {
    font-size: 1rem; }
  .accounts-switcher .slick-track {
    grid-gap: 0.625rem; }
  .h3-title_history {
    margin-bottom: 1.25rem; }
  .markets-list__item .btn-more {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 1.875rem; }
    .markets-list__item .btn-more::before {
      display: none; }
  .markets-list__item:nth-child(2n) .template-wrapper_market-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .markets-list__item:nth-child(2n) .markets-list-img-wrapper {
    display: none; }
  .markets-list__item:nth-child(2n) .all-text_markets-item {
     }
  .markets-list-text {
    margin-right: 0 !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
  .markets-list-button-wrapper {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
       -moz-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
       -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .form-item {
    width: 100%; }
  .form-item:nth-child(2n+1) {
    margin-right: 0; }
  .form-item:nth-child(2n) {
    margin-left: 0; }
  .indicators-wrapper-2 {
    grid-template-columns: 1fr; }
  .history-slider {
    grid-template-columns: 1fr; }
  .about-advantages-title-wrapper {
    margin-bottom: 2.5rem; }
  .main-nav__item-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .main-nav__item-footer .btn_enter-mobile {
    margin-right: 0;
    margin-bottom: 2rem; }
  .accounts-list {
    grid-gap: 2.5rem; }
  .steps-text-wrapper {
    padding-left: 0; }
  .all-text_markets-item {
     }
  .markets-list-img {
    margin-bottom: 5px; }
  .markets-list__item::before {
    height: 11.25rem; }
  .h3-title_history-item,
  .h3-title_trading-opportunities {
    text-align: left; }
  .main-form-wrapper {
    padding-right: 1rem;
    padding-left: 1rem; }
  .slider-picture, .background-img-other-page {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .benefits-list {
    grid-template-columns: 1fr; }
  .footer-menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .footer-logo {
    margin-right: 0;
    margin-bottom: 2rem; }
  .footer-menu__list-item {
    margin-top: 0;
    text-align: center; }
  .footer-menu-wrapper {
    grid-template-columns: auto;
    grid-gap: 1.5rem; }
  .footer-text p:last-child {
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    width: 100%; }
  .template-wrapper_footer {
    padding-bottom: 4.75rem; }
  .about-header-indicators-wrapper {
    grid-template-columns: 1fr; }
  .goals-item {
    padding-left: 1.75rem;
    padding-top: 10.9375rem; }
    .goals-item::before {
      top: 1.25rem;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
           -o-transform: translateX(-50%);
              transform: translateX(-50%); }
  .goals-title,
  .goals-text {
    text-align: center; } }

@media (max-width: 400px) {
  .form-page .selects-wrapper .inp-wrap {
    width: 47%;
  }
  .form-page .btn {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 374px) {
  html {
    font-size: 80%;
    margin-right: 0 !important; }
  .wrapper-inner-purple_about-advantages {
    padding-top: 37.5rem; } }

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .section-wrapper_dark {
    background-image: url("https://web.archive.org/web/20250421134256im_/https://web.archive.org/web/20240626194751im_/https://jaxxwallet.org/image/index/benefits/12.jpg"); } }

@media (max-width: 540px) {
  .header-text-block_other-page {
    padding-top: 8rem;
  }
}

@media (max-width: 400px) {
  .header-text-block_other-page {
    padding-top: 6rem;
  }
}
/*
     FILE ARCHIVED ON 19:47:51 Jun 26, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:09:42 Mar 12, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.539
  exclusion.robots: 0.021
  exclusion.robots.policy: 0.01
  esindex: 0.012
  cdx.remote: 17.596
  LoadShardBlock: 233.348 (3)
  PetaboxLoader3.datanode: 197.129 (4)
  PetaboxLoader3.resolve: 375.242 (2)
  load_resource: 360.502
*/
/*
     FILE ARCHIVED ON 13:42:56 Apr 21, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:26:13 May 29, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.618
  exclusion.robots: 0.023
  exclusion.robots.policy: 0.01
  esindex: 0.012
  cdx.remote: 542.042
  LoadShardBlock: 155.918 (3)
  PetaboxLoader3.datanode: 97.538 (4)
  PetaboxLoader3.resolve: 109.648 (2)
  load_resource: 93.645
*/