@charset "UTF-8";
/*! normalize.css v8.0.0 | 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; }

/**
 * 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 {
  -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 */
  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 {
  -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"] {
  -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; }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/RalewayRegular.eot");
  src: local("RalewayRegular"), local("RalewayRegular"), url("../fonts/RalewayRegulard41d.eot?#iefix") format("embedded-opentype"), url("../fonts/RalewayRegular.woff") format("woff"), url("../fonts/RalewayRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/RalewayMedium.eot");
  src: local("RalewayMedium"), local("RalewayRegular"), url("../fonts/RalewayMediumd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/RalewayMedium.woff") format("woff"), url("../fonts/RalewayMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/RalewayBold.eot");
  src: local("RalewayBold"), local("RalewayBold"), url("../fonts/RalewayBoldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/RalewayBold.woff") format("woff"), url("../fonts/RalewayBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/RalewayExtraBold.eot");
  src: local("RalewayExtraBold"), local("RalewayBold"), url("../fonts/RalewayExtraBoldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/RalewayExtraBold.woff") format("woff"), url("../fonts/RalewayExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Geometria Narrow';
  src: url("../fonts/Geometria-NarrowThin.eot");
  src: local("Geometria Narrow Thin"), local("Geometria-NarrowThin"), url("../fonts/Geometria-NarrowThind41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Geometria-NarrowThin.woff2") format("woff2"), url("../fonts/Geometria-NarrowThin.woff") format("woff"), url("../fonts/Geometria-NarrowThin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Geometria Narrow';
  src: url("../fonts/Geometria-Narrow.eot");
  src: local("Geometria Narrow"), local("Geometria-Narrow"), url("../fonts/Geometria-Narrowd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Geometria-Narrow.woff2") format("woff2"), url("../fonts/Geometria-Narrow.woff") format("woff"), url("../fonts/Geometria-Narrow.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Geometria Narrow';
  src: url("../fonts/Geometria-NarrowExtraBold.eot");
  src: local("Geometria Narrow ExtraBold"), local("Geometria-NarrowExtraBold"), url("../fonts/Geometria-NarrowExtraBoldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Geometria-NarrowExtraBold.woff2") format("woff2"), url("../fonts/Geometria-NarrowExtraBold.woff") format("woff"), url("../fonts/Geometria-NarrowExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Geometria Narrow';
  src: url("../fonts/Geometria-NarrowBold.eot");
  src: local("Geometria Narrow Bold"), local("Geometria-NarrowBold"), url("../fonts/Geometria-NarrowBoldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Geometria-NarrowBold.woff2") format("woff2"), url("../fonts/Geometria-NarrowBold.woff") format("woff"), url("../fonts/Geometria-NarrowBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Geometria Narrow';
  src: url("../fonts/Geometria-NarrowExtraLight.eot");
  src: local("Geometria Narrow ExtraLight"), local("Geometria-NarrowExtraLight"), url("../fonts/Geometria-NarrowExtraLightd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Geometria-NarrowExtraLight.woff2") format("woff2"), url("../fonts/Geometria-NarrowExtraLight.woff") format("woff"), url("../fonts/Geometria-NarrowExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Geometria Narrow';
  src: url("../fonts/Geometria-NarrowLight.eot");
  src: local("Geometria Narrow Light"), local("Geometria-NarrowLight"), url("../fonts/Geometria-NarrowLightd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Geometria-NarrowLight.woff2") format("woff2"), url("../fonts/Geometria-NarrowLight.woff") format("woff"), url("../fonts/Geometria-NarrowLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Geometria Narrow';
  src: url("../fonts/Geometria-NarrowMedium.eot");
  src: local("Geometria Narrow Medium"), local("Geometria-NarrowMedium"), url("../fonts/Geometria-NarrowMediumd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Geometria-NarrowMedium.woff2") format("woff2"), url("../fonts/Geometria-NarrowMedium.woff") format("woff"), url("../fonts/Geometria-NarrowMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Geometria Narrow';
  src: url("../fonts/Geometria-NarrowHeavy.eot");
  src: local("Geometria Narrow Heavy"), local("Geometria-NarrowHeavy"), url("../fonts/Geometria-NarrowHeavyd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Geometria-NarrowHeavy.woff2") format("woff2"), url("../fonts/Geometria-NarrowHeavy.woff") format("woff"), url("../fonts/Geometria-NarrowHeavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

html, body {
  font-family: "Raleway", sans-serif; }

html {
  font-size: 14px; }
  @media (max-width: 480px) {
    html {
      font-size: 12px; } }

p, h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  line-height: 1; }

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

sup, sub {
  font-size: 60%; }

sup {
  top: -6px; }

sub {
  bottom: 0;
  text-transform: uppercase; }

img {
  opacity: 1;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

input:focus::-moz-placeholder {
  color: transparent; }

input:focus:-ms-input-placeholder {
  color: transparent; }

input:focus::placeholder {
  color: transparent; }
.nav-link{
    width: fit-content;
    position: fixed;
    background: #4364f1;
    color: #fff;
    border-radius: 10px 0px 0px 10px;
    top: 20%;
    right: 0;
    padding: 10px;
    z-index: 200;
    text-decoration: none;
}

a>.navlink{
    text-decoration: none;
    font-weight: bold;
}
.wrapper {
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative;
  opacity: 1; }

.content {
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

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

.svg-gradients {
  position: absolute;
  pointer-events: none;
  opacity: 0; }

@supports (-webkit-background-clip: text) {
  .about-cert__link span,
  .stat-slider__item-head p,
  .stat-slider__item-val {
    background: -moz-linear-gradient(bottom, #475b9b 0%, #41a5d5 100%);
    background: linear-gradient(0deg, #475b9b 0%, #41a5d5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .goal-item span {
    background: -moz-linear-gradient(top, #475b9b 0%, #41a5d5 100%);
    background: linear-gradient(180deg, #475b9b 0%, #41a5d5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; } }

.btc {
  background-image: url(../img/btc.svg); }

.usd {
  background-image: url(../img/usd.svg); }

.bch {
  background-image: url(../img/bch.svg); }

.tron {
  background-image: url(../img/tron.html); }

.dash {
  background-image: url(../img/dash.svg); }

.doge {
  background-image: url(../img/doge.svg); }

.eth {
  background-image: url(../img/eth.svg); }

.ltc {
  background-image: url(../img/ltc.svg); }

.monero {
  background-image: url(../img/monero.svg); }

.payeer {
  background-image: url(../img/payeer.svg); }

.pm {
  background-image: url(../img/pm.svg); }

.ripple {
  background-image: url(../img/ripple.svg); }

.ethc {
  background-image: url(../img/ethc.html); }

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

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

.z-index {
  z-index: 10;
  position: relative; }

.swiper-button-prev:after, .swiper-button-next:after {
  display: none; }

.main-btn {
  height: 40px;
  font-family: "Geometria Narrow", sans-serif;
  font-weight: 400;
  color: #ffffff;
  padding: 0 35px;
  text-decoration: none;
  background: -moz-linear-gradient(bottom, #475b9b 0%, #41a5d5 100%);
  background: linear-gradient(0deg, #475b9b 0%, #41a5d5 100%);
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 18px;
  border-top-right-radius: 0;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  font-size: 14px;
  text-transform: uppercase;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.24);
  border: none;
  cursor: pointer; }
  .main-btn:hover {
    background: -moz-linear-gradient(bottom, #41a5d5 0%, #475b9b 100%);
    background: linear-gradient(0deg, #41a5d5 0%, #475b9b 100%); }
  .main-btn.sign-btn {
    box-shadow: 0 0 46px rgba(69, 121, 178, 0.47);
    margin-left: 15px;
    text-transform: none;
    height: 36px; }
    .main-btn.sign-btn:hover {
      box-shadow: 0 0 80px #4579b2; }
  .main-btn_m {
    margin-bottom: 30px; }

.header-content-btn {
  height: 52px;
  font-weight: 500;
  font-family: "Geometria Narrow", sans-serif;
  text-transform: uppercase;
  padding: 0 50px;
  border-radius: 28px;
  border-top-right-radius: 0; }

.header {
  background: url("../img/close-up-hands.jpg") center no-repeat;
  position: relative;
  overflow: hidden;
  background-size: cover; }
  .header canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  .header-logo {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .header-logo {
        margin-bottom: 20px;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
                
  .header-top {
    padding: 55px 0;
    z-index: 1;
    position: relative; }
    @media (max-width: 991px) {
      .header-top {
        padding: 30px 0; } }
  .header-menu {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "Geometria Narrow", sans-serif;
    font-weight: 400; }
    @media (max-width: 1199px) {
      .header-menu {
        -webkit-justify-content: flex-end;
           -moz-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        margin-bottom: 10px; } }
    @media (max-width: 767px) {
      .header-menu {
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 20px; } }
    @media (max-width: 480px) {
      .header-menu {
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around; } }
    .header-menu a {
      color: rgba(217, 235, 233, 0.7);
      margin-right: 80px;
      text-decoration: none;
      position: relative;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
      @media (max-width: 480px) {
        .header-menu a {
          margin-right: 0; } }
      .header-menu a:last-child {
        margin-right: 0; }
      .header-menu a:hover, .header-menu a.active {
        color: #ffffff; }
        .header-menu a:hover:after, .header-menu a.active:after {
          height: 2px;
          width: 24px;
          background: #4480b8;
          bottom: -6px; }
      .header-menu a:after {
        content: '';
        position: absolute;
        bottom: -3px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 4px;
        height: 1px;
        background: rgba(217, 235, 233, 0.4);
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
  .header-content {
    padding: 160px 0 230px;
    color: #ffffff;
    z-index: 1;
    position: relative; }
    @media (max-width: 1199px) {
      .header-content {
        padding: 80px 0; } }
    @media (max-width: 991px) {
      .header-content {
        padding: 30px 0; } }
    @media (max-width: 575px) {
      .header-content {
        padding-top: 0; } }
  .header-title {
    font-size: 38px;
    text-transform: uppercase;
    margin-bottom: 30px; }
    @media (max-width: 575px) {
      .header-title {
        font-size: 26px;
        margin-bottom: 15px; } }
    .header-title-descr {
      opacity: 0.5;
      font-size: 12px;
      padding-left: 65px;
      position: relative;
      margin-bottom: 25px; }
      @media (max-width: 575px) {
        .header-title-descr {
          margin-bottom: 15px; } }
      .header-title-descr:before {
        content: '';
        width: 42px;
        height: 1px;
        background: white;
        position: absolute;
        left: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
  .header-descr {
    line-height: 25px;
    margin-bottom: 40px; }
    @media (max-width: 575px) {
      .header-descr {
        margin-bottom: 20px; } }
  .header-bottom {
    padding-bottom: 50px;
    z-index: 1;
    position: relative; }
    @media (max-width: 575px) {
      .header-bottom {
        padding-bottom: 30px; } }
    .header-bottom-descr {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      color: #ffffff;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 575px) {
        .header-bottom-descr {
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; } }
      .header-bottom-descr__el {
        margin-left: 55px;
        font-size: 11px;
        color: #b1cac6;
        line-height: 23px;
        position: relative; }
        @media (max-width: 575px) {
          .header-bottom-descr__el {
            width: 100%; } }
        .header-bottom-descr__el-num {
          color: #41a5d5;
          font-size: 13px;
          position: relative;
          left: -30px;
          font-family: "Geometria Narrow", sans-serif;
          font-weight: 400; }
  .header-btns {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 767px) {
      .header-btns {
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .header-scene {
    width: 100%;
    position: relative;
    height: 600px;
    pointer-events: none; }
    @media (max-width: 1199px) {
      .header-scene {
        display: none; } }
    .header-scene__item {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .header-scene__item:nth-child(1) {
        -webkit-animation: 90s rotate infinite linear;
           -moz-animation: 90s rotate infinite linear;
                animation: 90s rotate infinite linear; }
      .header-scene__item:nth-child(3) {
        z-index: 10;
        -webkit-animation: 90s rotate infinite linear;
           -moz-animation: 90s rotate infinite linear;
                animation: 90s rotate infinite linear; }
      .header-scene__item:nth-child(4) {
        -webkit-animation: 30s rotate infinite linear;
           -moz-animation: 30s rotate infinite linear;
                animation: 30s rotate infinite linear; }
      .header-scene__item:nth-child(5) {
        -webkit-animation: 30s rotateReverse infinite linear;
           -moz-animation: 30s rotateReverse infinite linear;
                animation: 30s rotateReverse infinite linear; }

.lang-select {
  margin-top: 35px; }
  @media (max-width: 1199px) {
    .lang-select {
      margin-top: 0;
      margin-bottom: 20px; } }
  .lang-select a {
    padding-left: 23px;
    position: relative;
    color: rgba(255, 255, 255, 0.3);
    text-decoration: none; }
    .lang-select a .flag-icon {
      position: absolute;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      display: none; }
    .lang-select a:hover, .lang-select a.active {
      color: #ffffff;
      padding-left: 37px;
      margin-left: 10px; }
      .lang-select a:hover .flag-icon, .lang-select a.active .flag-icon {
        display: inline; }

.flag-icon {
  width: 24px !important;
  height: 24px;
  border-radius: 50%; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg); } }

@-moz-keyframes rotate {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0deg);
         transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
         transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
       -moz-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
       -moz-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg); } }

@-webkit-keyframes rotateReverse {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg); } }

@-moz-keyframes rotateReverse {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0deg);
         transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(-360deg);
         transform: translate(-50%, -50%) rotate(-360deg); } }

@keyframes rotateReverse {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
       -moz-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
       -moz-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg); } }

.sign-link {
  font-family: "Geometria Narrow", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 45px;
  position: relative; }
  .sign-link:hover {
    color: #ffffff; }
  .sign-link:after {
    content: '';
    position: absolute;
    width: 26px;
    height: 1px;
    background: #ffffff;
    opacity: 0.1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -35px; }

.content {
  position: relative; }
  .content-top {
    background-image: url("../img/content-top-bg.png"); 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
  .content-scene {
    position: absolute;
    top: 0;
    height: 100%;
    pointer-events: none;
    width: 1920px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    transform: translateX(-50%) !important; }
    @media (max-width: 1199px) {
      .content-scene {
        display: none; } }
    .content-scene__item {
      width: 100%;
      height: 100%;
      text-align: center;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-image: url(../img/content-scene-1.png);
      background-repeat: repeat-y;
      background-position: center top;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-animation: bgInfinite 200000s infinite linear;
         -moz-animation: bgInfinite 200000s infinite linear;
              animation: bgInfinite 200000s infinite linear; }
      .content-scene__item:last-child {
        background-image: url(../img/content-scene-2.png);
        -webkit-animation: bgInfinite 100000s infinite linear;
           -moz-animation: bgInfinite 100000s infinite linear;
                animation: bgInfinite 100000s infinite linear; }
      .content-scene__item img {
        max-width: 100%; }
    .content-scene_about .content-scene__item {
      background-image: url(../img/about-scene.png);
      background-size: auto auto; }

@-webkit-keyframes bgInfinite {
  0% {
    background-position: center 0; }
  100% {
    background-position: center 9999999px; } }

@-moz-keyframes bgInfinite {
  0% {
    background-position: center 0; }
  100% {
    background-position: center 9999999px; } }

@keyframes bgInfinite {
  0% {
    background-position: center 0; }
  100% {
    background-position: center 9999999px; } }

.main-title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .main-title {
      margin-bottom: 20px; } }
  .main-title h2 {
    position: relative;
    font-family: "Geometria Narrow", sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    padding-right: 55px;
    font-size: 30px; }
    @media (max-width: 575px) {
      .main-title h2 {
        font-size: 20px; } }
    .main-title h2 p {
      font-weight: 900;
      color: #4573af;
      display: inline-block; }
    .main-title h2 span {
      position: absolute;
      top: -10px;
      right: 0;
      font-size: 22px;
      font-weight: 900;
      color: transparent;
      /* прозрачный цвет букв */
      -webkit-text-stroke: 1px #4573af;
      opacity: 0.17; }
    .main-title h2:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0;
      width: 34px;
      height: 2px;
      content: '';
      background: -moz-linear-gradient(bottom, #475b9b 0%, #41a5d5 100%);
      background: linear-gradient(0deg, #475b9b 0%, #41a5d5 100%); }
    .main-title h2:before {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(calc(-50% - 1px));
         -moz-transform: translateY(-moz-calc(-50% - 1px));
          -ms-transform: translateY(calc(-50% - 1px));
              transform: translateY(calc(-50% - 1px));
      height: 4px;
      width: 3px;
      background: -moz-linear-gradient(bottom, #475b9b 0%, #41a5d5 100%);
      background: linear-gradient(0deg, #475b9b 0%, #41a5d5 100%);
      z-index: 2; }

.main-text {
  margin-bottom: 30px; }
  .main-text p {
    font-weight: 400;
    font-size: 15px;
    color: #373737;
    line-height: 1.5;
    margin-bottom: 20px; }
    .main-text p:last-child {
      margin-bottom: 0; }
  .main-text b {
    font-weight: 700; }
  .main-text h3 {
    font-weight: 700;
    font-size: 16px;
    color: #373737;
    margin-bottom: 20px;
    line-height: 1.5; }
  .main-text h2 {
    font-weight: 700;
    font-size: 21px;
    color: #373737;
    margin-bottom: 20px;
    line-height: 1.5; }
  .main-text_small p {
    font-size: 12px; }

.main-list {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .main-list__item {
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px; }
    .main-list__item:last-child {
      margin-bottom: 0;
      margin-bottom: 30px; }
    .main-list__item p {
      font-weight: 700;
      font-size: 15px;
      color: rgba(0, 0, 0, 0.8);
      line-height: 1.73; }
    .main-list__item svg {
      fill: url(#gr);
      width: 26px;
      height: 26px;
      position: absolute;
      top: -5px;
      left: 25px;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }

.about {
  padding: 45px 0 20px 0; }
  @media (max-width: 991px) {
    .about {
      padding: 30px 0 10px 0; } }
  .about .main-title {
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      .about .main-title {
        margin-bottom: 30px; } }
  .about-cert {
    position: relative;
    padding-left: 230px;
    margin-top: -55px;
    min-height: 145px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    z-index: 10; }
    @media (max-width: 991px) {
      .about-cert {
        margin-top: 0; } }
    @media (max-width: 480px) {
      .about-cert {
        padding-top: 140px;
        padding-left: 0;
        width: 100%;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        margin-bottom: 20px; } }
    .about-cert__img {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      top: 45%;
      left: 0;
      max-width: 210px;
      width: 100%; }
      @media (max-width: 480px) {
        .about-cert__img {
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
             -moz-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          top: 0; } }
      .about-cert__img img {
        width: 100%; }
    .about-cert .main-title {
      margin-bottom: 10px; }
      .about-cert .main-title h2 {
        padding-right: 0;
        font-weight: 300;
        font-size: 12px; }
        .about-cert .main-title h2 p {
          font-weight: 800;
          font-size: 18px;
          display: block; }
        .about-cert .main-title h2:after, .about-cert .main-title h2:before {
          display: none; }
    .about-cert__num {
      color: #373737;
      font-size: 25px;
      font-family: "Geometria Narrow", sans-serif;
      font-weight: 800;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .about-cert__link {
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      font-weight: 700;
      font-size: 15px;
      text-decoration: none;
      color: #4573af;
      padding-right: 40px;
      position: relative; }
      .about-cert__link:hover svg {
        -webkit-transform: translate(10px, -50%) scaleX(-1);
           -moz-transform: translate(10px, -50%) scaleX(-1);
            -ms-transform: translate(10px, -50%) scaleX(-1);
                transform: translate(10px, -50%) scaleX(-1); }
      .about-cert__link svg {
        width: 30px;
        height: 30px;
        fill: url(#gr);
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%) scaleX(-1);
           -moz-transform: translateY(-50%) scaleX(-1);
            -ms-transform: translateY(-50%) scaleX(-1);
                transform: translateY(-50%) scaleX(-1);
        right: 0;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
  .about-wrap {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 50px;
    margin-top: -80px; }
    @media (max-width: 991px) {
      .about-wrap {
        margin-top: 0; } }
    @media (max-width: 480px) {
      .about-wrap {
        padding: 0; } }
  .about-box {
    background-color: #fff;
    width: -moz-calc(50% + 70px);
    width: calc(50% + 70px);
    z-index: 2;
    background-image: url("../img/about-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 4px;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
    padding: 40px 80px 30px 60px;
    position: relative; }
    @media (max-width: 991px) {
      .about-box {
        width: 100%; } }
    @media (max-width: 767px) {
      .about-box {
        padding: 30px; } }
    .about-box:after {
      width: 135px;
      height: 125px;
      border-bottom-left-radius: 4px;
      border-left: 6px solid #46609d;
      border-bottom: 6px solid #46609d;
      content: '';
      position: absolute;
      bottom: -12px;
      left: -12px;
      pointer-events: none; }
    .about-box:before {
      position: absolute;
      left: -moz-calc(100% - 44px);
      left: calc(100% - 44px);
      top: 35px;
      z-index: 1;
      content: '';
      height: 2px;
      background: -moz-linear-gradient(bottom, #475b9b 0%, #41a5d5 100%);
      background: linear-gradient(0deg, #475b9b 0%, #41a5d5 100%);
      width: 120px; }
      @media (max-width: 575px) {
        .about-box:before {
          display: none; } }
    .about-box .main-btn {
      font-size: 12px;
      text-transform: uppercase; }
    .about-box p {
      font-weight: 400;
      font-size: 15px;
      color: #000;
      line-height: 1.5;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .about-box p {
          margin-bottom: 20px; } }
      .about-box p:last-child {
        margin-bottom: 0; }
  .about-img {
    width: -moz-calc(50% + 70px);
    width: calc(50% + 70px);
    margin-left: -70px;
    z-index: 1;
    margin-top: 70px;
    border-radius: 5px;
    border: 1px solid rgba(70, 109, 169, 0.5);
    height: 390px;
    position: relative; }
    @media (max-width: 991px) {
      .about-img {
        display: none; } }
    .about-img:after {
      width: 155px;
      height: 125px;
      border-top-right-radius: 4px;
      border-top: 6px solid #4391c5;
      border-right: 6px solid #4391c5;
      content: '';
      position: absolute;
      top: -12px;
      right: -12px;
      pointer-events: none; }
    .about-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%;
      border-radius: 5px; }

.goal {
  padding: 20px 0 30px 0; }
  @media (max-width: 767px) {
    .goal {
      padding: 20px 0 10px 0; } }
  .goal-item {
    background-image: url("../img/goal-bg-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 15px 30px 15px;
    text-align: center;
    position: relative; }
    @media (max-width: 991px) {
      .goal-item {
        margin-bottom: 30px; } }
    @media (max-width: 575px) {
      .goal-item {
        margin-bottom: 15px; } }
    .goal-item img {
      max-width: 75px;
      max-height: 70px;
      margin-bottom: 5px; }
    .goal-item span {
      font-weight: 700;
      font-size: 15px;
      color: #4573af;
      text-transform: uppercase; }
    .goal-item_line:after {
      position: absolute;
      top: 24px;
      left: -38px;
      width: 65px;
      height: 2px;
      background: -moz-linear-gradient(bottom, #475b9b 0%, #41a5d5 100%);
      background: linear-gradient(0deg, #475b9b 0%, #41a5d5 100%);
      content: ''; }
    .goal-item_bot {
      border-bottom: 3px solid #445c98; }
    .goal-item_top {
      border-top: 3px solid #4092c4;
      -webkit-flex-direction: column-reverse;
         -moz-box-orient: vertical;
         -moz-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      .goal-item_top img {
        margin-bottom: 0; }
      .goal-item_top span {
        margin-bottom: 10px; }
      .goal-item_top:after {
        left: auto;
        right: -38px;
        bottom: 24px;
        top: auto; }
    .goal-item_1 {
      background-image: url(../img/goal-bg-1.png); }
    .goal-item_2 {
      background-image: url(../img/goal-bg-2.png); }
    .goal-item_3 {
      background-image: url(../img/goal-bg-3.png); }
    .goal-item_4 {
      background-image: url(../img/goal-bg-4.png); }

.stat {
  padding: 30px 0; }
  @media (max-width: 991px) {
    .stat {
      padding: 20px 0; } }
  .stat-img {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: 725px; }
    @media (max-width: 767px) {
      .stat-img {
        display: none; } }
    .stat-img img {
      max-width: 726px; }
  .stat .main-text {
    max-width: 450px; }
    .stat .main-text p {
      font-size: 12px; }
  .stat-title {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 25px;
    max-width: 450px;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .stat-title {
        padding-top: 0; } }
    .stat-title span {
      padding-left: 80px;
      position: relative;
      font-weight: 400;
      font-size: 12px;
      color: rgba(0, 0, 0, 0.5);
      margin-bottom: 20px; }
      .stat-title span:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        width: 65px;
        height: 2px;
        content: '';
        background: -moz-linear-gradient(bottom, #475b9b 0%, #41a5d5 100%);
        background: linear-gradient(0deg, #475b9b 0%, #41a5d5 100%); }
    .stat-title p {
      font-family: "Geometria Narrow", sans-serif;
      font-weight: 500;
      font-size: 18px;
      color: #4573af;
      text-transform: uppercase;
      line-height: 1.5; }
  .stat-head {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 25px; }
  .stat-slider {
    width: 100%; }
    .stat-slider .swiper-container {
      width: 100%; }
    .stat-slider__item {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .stat-slider__item-head {
        width: 100%;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 7px; }
        .stat-slider__item-head p {
          font-family: "Geometria Narrow", sans-serif;
          font-weight: 400;
          font-size: 12px;
          color: #4573af;
          text-transform: uppercase; }
        .stat-slider__item-head span {
          font-family: "Geometria Narrow", sans-serif;
          font-weight: 400;
          font-size: 10px;
          color: #000; }
          .stat-slider__item-head span.red {
            color: #ff0000; }
          .stat-slider__item-head span.green {
            color: #2abd31; }
      .stat-slider__item-val {
        font-family: "Geometria Narrow", sans-serif;
        font-weight: 700;
        font-size: 14px;
        color: #4573af;
        margin-bottom: 7px; }
      .stat-slider__item-vol {
        font-family: "Geometria Narrow", sans-serif;
        font-weight: 400;
        font-size: 10px;
        color: #000; }
  .stat-nav {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative; }
    .stat-nav .swiper-button-prev, .stat-nav .swiper-button-next {
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
      margin: 0;
      -webkit-transform: translate(0, 0);
         -moz-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.04) 100%);
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.04) 100%);
      outline: none; }
      .stat-nav .swiper-button-prev:hover, .stat-nav .swiper-button-next:hover {
        background: -moz-linear-gradient(bottom, rgba(71, 91, 155, 0.09) 0%, rgba(65, 165, 213, 0.09) 100%);
        background: linear-gradient(0deg, rgba(71, 91, 155, 0.09) 0%, rgba(65, 165, 213, 0.09) 100%); }
        .stat-nav .swiper-button-prev:hover svg, .stat-nav .swiper-button-next:hover svg {
          opacity: 1;
          fill: url(#gr); }
      .stat-nav .swiper-button-prev svg, .stat-nav .swiper-button-next svg {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        fill: #000;
        opacity: 0.12;
        width: 35px;
        height: 35px; }
    .stat-nav .swiper-button-prev svg {
      left: -11px; }
    .stat-nav .swiper-button-next {
      margin-left: 13px; }
      .stat-nav .swiper-button-next svg {
        right: -11px;
        -webkit-transform: translateY(-50%) scaleX(-1);
           -moz-transform: translateY(-50%) scaleX(-1);
            -ms-transform: translateY(-50%) scaleX(-1);
                transform: translateY(-50%) scaleX(-1); }

.invest {
  padding: 30px 0 50px 0; }
  @media (max-width: 767px) {
    .invest {
      padding: 20px 0; } }
  .invest .main-text {
    margin-bottom: 15px; }
    .invest .main-text p {
      font-size: 12px; }
  .invest-info {
    margin-bottom: 15px; }
    .invest-info .accordion__item {
      border-bottom: 1px solid #eef0f7; }
      .invest-info .accordion__item:last-child {
        border-bottom: none; }
      .invest-info .accordion__item .main-text {
        margin-bottom: 0; }
      .invest-info .accordion__item.active .accordion__head {
        opacity: 1; }
    .invest-info .accordion__head {
      padding: 15px 0;
      width: 100%;
      font-family: "Geometria Narrow", sans-serif;
      font-weight: 900;
      font-size: 16px;
      color: #4573af;
      opacity: 0.4;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      cursor: pointer; }
      .invest-info .accordion__head:hover {
        opacity: 1; }
    .invest-info .accordion__body {
      padding-bottom: 20px;
      display: none; }

.plan {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -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; }
  @media (max-width: 991px) {
    .plan {
      margin-top: 50px; } }
  @media (max-width: 767px) {
    .plan {
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; } }
  .plan-item {
    width: -moz-calc(100% / 3 - 20px);
    width: calc(100% / 3 - 20px);
    padding: 10px;
    border-radius: 18px;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: center;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .plan-item {
        width: -moz-calc(100% / 2 - 20px);
        width: calc(100% / 2 - 20px); } }
    @media (max-width: 480px) {
      .plan-item {
        width: 100%; }
        .plan-item:last-child {
          margin-bottom: 30px; } }
    .plan-item:before {
      width: 13px;
      height: 18px;
      opacity: 0;
      background-image: url(../img/plan-arrow.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% 100%;
      content: '';
      opacity: 0;
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, 50px);
         -moz-transform: translate(-50%, 50px);
          -ms-transform: translate(-50%, 50px);
              transform: translate(-50%, 50px);
      top: -moz-calc(100% + 15px);
      top: calc(100% + 15px);
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      pointer-events: none; }
    .plan-item:hover {
      background-color: #fff;
      border-color: #fff;
      box-shadow: 0px 18px 21px 0px rgba(69, 115, 175, 0.17); }
      .plan-item:hover:after {
        top: 3px;
        opacity: 1; }
      .plan-item:hover:before {
        opacity: 1;
        -webkit-transform: translate(-50%, 0px);
           -moz-transform: translate(-50%, 0px);
            -ms-transform: translate(-50%, 0px);
                transform: translate(-50%, 0px); }
      .plan-item:hover .main-btn {
        background: -moz-linear-gradient(bottom, #475b9b 0%, #41a5d5 100%);
        background: linear-gradient(0deg, #475b9b 0%, #41a5d5 100%);
        color: #fff; }
    .plan-item:after {
      width: 100%;
      height: 100%;
      border-radius: 18px;
      background-color: #44609c;
      z-index: -1;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .plan-item__img {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-top: -45px;
      margin-bottom: 10px; }
      .plan-item__img img {
        max-width: 100%; }
    .plan-item__title {
      font-family: "Geometria Narrow", sans-serif;
      font-weight: 900;
      font-size: 21px;
      color: #4573af;
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .plan-item__info {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 10px; }
      .plan-item__info-item {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        text-align: center;
        background-image: url(../img/plan-shadow.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        padding-bottom: 22px;
        width: 100%; }
        .plan-item__info-item:last-child {
          background-image: none;
          padding-bottom: 0; }
        .plan-item__info-item p {
          font-family: "Geometria Narrow", sans-serif;
          font-weight: 700;
          font-size: 12px;
          color: #4573af;
          margin-bottom: 8px; }
        .plan-item__info-item span {
          font-family: "Geometria Narrow", sans-serif;
          font-weight: 400;
          color: #000;
          font-size: 12px; }
    .plan-item .main-btn {
      width: 100%;
      border-radius: 100px;
      background: #f8f9fd;
      color: #4573af;
      -moz-transition: 0s;
      transition: 0s;
      box-shadow: none; }
      .plan-item .main-btn:hover {
        background: -moz-linear-gradient(top, #475b9b 0%, #41a5d5 100%);
        background: linear-gradient(180deg, #475b9b 0%, #41a5d5 100%); }

.calc {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f8f9fd;
  border-radius: 8px;
  padding: 20px; }
  @media (max-width: 1199px) {
    .calc {
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .calc-nav {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 400px;
    width: 100%; }
    @media (max-width: 1199px) {
      .calc-nav {
        max-width: 100%;
        margin-bottom: 20px; } }
    @media (max-width: 480px) {
      .calc-nav {
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .calc-info {
    width: -moz-calc(100% - 400px);
    width: calc(100% - 400px);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 1199px) {
      .calc-info {
        width: 100%; } }
    .calc-info__item {
      width: 50%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      position: relative; }
      .calc-info__item:last-child:after {
        display: none; }
      .calc-info__item:after {
        height: 40px;
        width: 1px;
        right: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        content: '';
        background-color: #eef0f7; }
      .calc-info__item p {
        font-family: "Geometria Narrow", sans-serif;
        font-weight: 700;
        font-size: 13px;
        color: #4573af;
        margin-bottom: 3px; }
      .calc-info__item span {
        font-family: "Geometria Narrow", sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #373737; }
  .calc-input {
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    padding-left: 40px;
    height: 40px;
    padding-right: 20px;
    display: block;
    max-width: 200px;
    width: 100%;
    z-index: 2; }
    @media (max-width: 1199px) {
      .calc-input {
        max-width: 100%;
        width: -moz-calc(50% + 20px);
        width: calc(50% + 20px); } }
    @media (max-width: 480px) {
      .calc-input {
        width: 100%;
        margin-bottom: 10px; } }
    .calc-input span {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 20px;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-family: "Geometria Narrow", sans-serif;
      color: #e8ecf8;
      font-weight: 900;
      font-size: 16px; }
    .calc-input input {
      background-color: transparent;
      border: none;
      outline: none;
      box-shadow: none;
      font-family: "Geometria Narrow", sans-serif;
      font-weight: 400;
      font-size: 16px;
      color: #373737;
      height: 100%;
      width: 100%; }
  .calc-select {
    width: -moz-calc(100% - 180px);
    width: calc(100% - 180px);
    margin-left: -20px;
    z-index: 1;
    position: relative; }
    @media (max-width: 1199px) {
      .calc-select {
        max-width: 100%;
        width: -moz-calc(50% + 20px);
        width: calc(50% + 20px); } }
    @media (max-width: 480px) {
      .calc-select {
        width: 100%;
        margin-left: 0; } }
    .calc-select .jq-selectbox {
      width: 100%; }
      .calc-select .jq-selectbox__select {
        padding-left: 40px;
        height: 40px;
        line-height: 40px;
        font-family: "Geometria Narrow", sans-serif;
        font-weight: 400;
        font-size: 13px;
        color: #4573af;
        padding-right: 40px;
        background: #eef0f7;
        border: none !important;
        box-shadow: none !important;
        text-shadow: none !important; }
      .calc-select .jq-selectbox__trigger {
        border: none; }
        .calc-select .jq-selectbox__trigger-arrow {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
             -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          border-top-color: #4573af !important; }

.advantage {
  background-image: url("../img/advantage-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 90px; }
  @media (max-width: 991px) {
    .advantage {
      padding-top: 30px; } }
  .advantage .main-text b {
    font-size: 16px;
    color: #4573af; }
  .advantage-list {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -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;
    margin-top: -10px;
    position: relative;
    margin-bottom: -20px; }
    @media (max-width: 991px) {
      .advantage-list {
        margin-bottom: 0;
        margin-top: 0; } }
    .advantage-list:after {
      width: 520px;
      height: 382px;
      background-image: url(../img/advantage-line.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% 100%;
      content: '';
      position: absolute;
      right: 164px;
      top: -33px;
      pointer-events: none; }
      @media (max-width: 1199px) {
        .advantage-list:after {
          display: none; } }
  .advantage-item {
    max-width: 220px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 68px; }
    @media (max-width: 991px) {
      .advantage-item {
        max-width: -moz-calc(50% - 15px);
        max-width: calc(50% - 15px);
        margin-bottom: 30px; } }
    .advantage-item img {
      max-width: 90px;
      height: 80px;
      width: 100%;
      margin-bottom: 15px; }
    .advantage-item h3 {
      font-family: "Geometria Narrow", sans-serif;
      font-weight: 900;
      font-size: 16px;
      color: #373737;
      margin-bottom: 10px; }
    .advantage-item p {
      font-weight: 400;
      font-size: 12px;
      color: #373737;
      line-height: 1.5; }

.about-page {
  padding-top: 50px;
  padding-bottom: 20px;
  background-image: url("../img/about-page-bg-wallet.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-position: center top; }
  .about-page__cert {
    height: 435px;
    max-width: 415px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 30px 25px;
    position: relative;
    border-radius: 8px;
    margin: 0 auto 30px auto;
    z-index: 1; }
    @media (max-width: 575px) {
      .about-page__cert {
        height: 350px; } }
    .about-page__cert img {
      margin-bottom: -10px; }
    .about-page__cert a {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-decoration: none;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      font-weight: 700;
      font-size: 15px;
      color: #fff;
      padding-right: 45px;
      position: relative;
      padding-left: 30px; }
      .about-page__cert a:hover svg {
        -webkit-transform: translate(10px, -50%) scaleX(-1);
           -moz-transform: translate(10px, -50%) scaleX(-1);
            -ms-transform: translate(10px, -50%) scaleX(-1);
                transform: translate(10px, -50%) scaleX(-1); }
      .about-page__cert a svg {
        width: 40px;
        height: 40px;
        fill: #fff;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%) scaleX(-1);
           -moz-transform: translateY(-50%) scaleX(-1);
            -ms-transform: translateY(-50%) scaleX(-1);
                transform: translateY(-50%) scaleX(-1);
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
    .about-page__cert-bg {
      background-image: url("../img/cert-bg.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 8px;
      z-index: -1; }
    .about-page__cert:after {
      position: absolute;
      width: 150px;
      height: 160px;
      border-radius: 8px;
      content: '';
      left: -6px;
      bottom: -6px;
      background-color: #abbeda;
      z-index: -2; }
    .about-page__cert:before {
      position: absolute;
      width: 150px;
      height: 160px;
      border-radius: 8px;
      content: '';
      right: -6px;
      top: -6px;
      background-color: #abbeda;
      z-index: -2; }
    .about-page__cert-left {
      margin-right: 60px; }
      @media (max-width: 480px) {
        .about-page__cert-left {
          margin-right: 0;
          margin-bottom: 15px; } }
    .about-page__cert-info {
      padding: 35px 0;
      position: relative;
      width: 100%;
      z-index: 1;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 30px; }
      @media (max-width: 480px) {
        .about-page__cert-info {
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-align-items: flex-start;
             -moz-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          padding: 20px 0; } }
      .about-page__cert-info:after {
        z-index: -1;
        width: -moz-calc(100% + 50px);
        width: calc(100% + 50px);
        left: -50px;
        content: '';
        top: 0;
        height: 100%;
        position: absolute;
        border-radius: 8px;
        background: -moz-linear-gradient(left, rgba(69, 115, 175, 0.1) 0%, transparent 100%);
        background: linear-gradient(90deg, rgba(69, 115, 175, 0.1) 0%, transparent 100%); }
      .about-page__cert-info .main-text {
        margin-bottom: 0; }
        .about-page__cert-info .main-text p {
          font-size: 12px;
          line-height: 1.8; }
      .about-page__cert-info .about-cert__num {
        margin-bottom: 0;
        white-space: nowrap; }
      .about-page__cert-info .main-title {
        margin-bottom: 10px; }
        .about-page__cert-info .main-title h2 {
          padding-right: 0;
          font-weight: 300;
          font-size: 12px; }
          .about-page__cert-info .main-title h2 p {
            font-weight: 800;
            font-size: 18px;
            display: block; }
          .about-page__cert-info .main-title h2:after, .about-page__cert-info .main-title h2:before {
            display: none; }
  .about-page .goal-item {
    margin: 20px 0; }
  .about-page__quote {
    position: relative;
    padding-top: 80px;
    text-align: center;
    padding: 80px 50px 0 50px;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .about-page__quote {
        margin-bottom: 30px;
        padding: 80px 0 0 0; } }
    .about-page__quote:after {
      width: -moz-calc(50% - 50px);
      width: calc(50% - 50px);
      top: 40px;
      left: 0;
      position: absolute;
      content: '';
      height: 1px;
      background-color: rgba(0, 0, 0, 0.1); }
    .about-page__quote:before {
      width: -moz-calc(50% - 50px);
      width: calc(50% - 50px);
      top: 40px;
      right: 0;
      position: absolute;
      content: '';
      height: 1px;
      background-color: rgba(0, 0, 0, 0.1); }
    .about-page__quote p {
      font-weight: 500;
      font-size: 21px;
      color: #373737;
      text-align: center;
      line-height: 1.5; }
      @media (max-width: 767px) {
        .about-page__quote p {
          font-size: 18px; } }
    .about-page__quote svg {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 0;
      width: 70px;
      height: 70px;
      fill: url(#gr); }

.faq {
  padding: 40px 0;
  background-image: url("../img/about-page-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  @media (max-width: 767px) {
    .faq {
      padding: 30px 0; } }
  .faq-tabs {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .faq-tabs {
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 15px; } }
    @media (max-width: 480px) {
      .faq-tabs {
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    .faq-tabs__item {
      position: relative;
      font-weight: 500;
      font-size: 16px;
      color: rgba(0, 0, 0, 0.6);
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      margin-right: 35px;
      padding-bottom: 10px;
      cursor: pointer; }
      @media (max-width: 575px) {
        .faq-tabs__item {
          margin-right: 20px; } }
      @media (max-width: 480px) {
        .faq-tabs__item {
          margin-bottom: 10px;
          margin: 0 10px 10px 10px;
          font-size: 14px;
          text-align: center; } }
      .faq-tabs__item:last-child {
        margin-right: 0; }
      .faq-tabs__item:hover, .faq-tabs__item.active {
        color: #4573af; }
      .faq-tabs__item.active:after {
        opacity: 1;
        height: 4px; }
      .faq-tabs__item.active:before {
        width: 35px;
        opacity: 1; }
      .faq-tabs__item:after {
        width: 3px;
        content: '';
        position: absolute;
        bottom: 0;
        right: -5px;
        background: -moz-linear-gradient(bottom, #475b9b 0%, #41a5d5 100%);
        background: linear-gradient(0deg, #475b9b 0%, #41a5d5 100%);
        content: '';
        height: 0;
        opacity: 0;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .faq-tabs__item:before {
        height: 2px;
        content: '';
        position: absolute;
        bottom: 0;
        right: -5px;
        background: -moz-linear-gradient(bottom, #475b9b 0%, #41a5d5 100%);
        background: linear-gradient(0deg, #475b9b 0%, #41a5d5 100%);
        content: '';
        width: 0;
        opacity: 0;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
  .faq-item {
    padding: 25px 25px 20px 25px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 1;
    position: relative;
    margin-bottom: 30px; }
    .faq-item:before {
      width: 100%;
      height: 100%;
      background-color: #fff;
      border-radius: 8px;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      z-index: -1;
      content: ''; }
    .faq-item:after {
      width: 100%;
      height: 100%;
      border-radius: 8px;
      opacity: 0;
      position: absolute;
      top: 0;
      right: 0;
      z-index: -2;
      background-color: #4573af;
      content: '';
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .faq-item:hover {
      background-color: #fff;
      border-color: #fff;
      box-shadow: 0px 18px 21px 0px rgba(69, 115, 175, 0.17); }
      .faq-item:hover p, .faq-item:hover .faq-item__title {
        opacity: 1; }
      .faq-item:hover:after {
        opacity: 1;
        top: -4px;
        right: -4px;
        -moz-transition-delay: .3s;
             transition-delay: .3s; }
      .faq-item:hover:before {
        opacity: 1; }
    .faq-item__title {
      position: relative;
      width: 100%;
      padding-left: 45px;
      font-family: "Geometria Narrow", sans-serif;
      font-weight: 500;
      font-size: 16px;
      color: #000;
      margin-bottom: 20px;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      opacity: 0.6; }
      .faq-item__title img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0; }
    .faq-item p {
      font-family: "Geometria Narrow", sans-serif;
      font-weight: 400;
      font-size: 14px;
      color: #000;
      opacity: 0.6;
      line-height: 1.8;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }

.contacts {
  padding: 40px 0;
  background-image: url("../img/about-page-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  @media (max-width: 767px) {
    .contacts {
      padding: 30px 0; } }
  .contacts-wrap {
    background-image: url("../img/contacts-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: 0px 18px 21px 0px rgba(69, 115, 175, 0.17);
    border-radius: 18px;
    border-bottom: 3px solid #4573af;
    max-width: 990px;
    margin: 0 auto 30px auto;
    padding: 45px 80px 50px 80px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -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; }
    @media (max-width: 991px) {
      .contacts-wrap {
        padding: 40px; } }
    @media (max-width: 480px) {
      .contacts-wrap {
        padding: 20px; } }
  .contacts-title {
    font-family: "Geometria Narrow", sans-serif;
    font-weight: 800;
    font-size: 20px;
    color: #4573af;
    text-transform: uppercase;
    margin-bottom: 30px;
    width: 100%;
    text-align: center; }
    @media (max-width: 767px) {
      .contacts-title {
        margin-bottom: 20px; } }
  .contacts-input {
    width: -moz-calc(100% / 2 - 35px);
    width: calc(100% / 2 - 35px);
    height: 50px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    margin-bottom: 35px; }
    @media (max-width: 767px) {
      .contacts-input {
        width: 100%;
        margin-bottom: 20px; } }
    .contacts-input:last-child {
      margin-bottom: 0; }
    .contacts-input ::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.7); }
    .contacts-input :-moz-placeholder {
      color: rgba(0, 0, 0, 0.7); }
    .contacts-input ::-moz-placeholder {
      color: rgba(0, 0, 0, 0.7); }
    .contacts-input :-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.7); }
    .contacts-input ::placeholder {
      color: rgba(0, 0, 0, 0.7); }
    .contacts-input input, .contacts-input textarea {
      width: 100%;
      height: 100%;
      padding: 0 25px;
      background-color: transparent;
      border: none;
      outline: none;
      font-weight: 400;
      font-size: 14px;
      color: #4573af; }
    .contacts-input textarea {
      resize: none;
      padding: 15px 25px; }
    .contacts-input:after {
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      height: 10px;
      background-image: url(../img/input-shadow.png);
      background-repeat: no-repeat;
      background-position: center top;
      content: '';
      pointer-events: none; }
    .contacts-input_text {
      height: 120px;
      width: 100%; }
      .contacts-input_text:after {
        background-image: url(../img/input-shadow-text.png); }
    .contacts-input .main-btn {
      border-radius: 100px;
      position: absolute;
      right: 8px;
      bottom: 8px; }
  .contacts-soc {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -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; }
    .contacts-soc__item {
      position: relative;
      padding-left: 30px;
      font-weight: 400;
      font-size: 12px;
      color: #000;
      text-decoration: none;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-right: 10px;
      -moz-transition-delay: all .3s ease;
           transition-delay: all .3s ease;
      margin-bottom: 20px;
      white-space: nowrap; }
      .contacts-soc__item:last-child {
        margin-right: 0; }
      .contacts-soc__item .footer-soc {
        margin-bottom: 0;
        margin-left: 20px; }
      .contacts-soc__item b {
        font-weight: 700;
        font-size: 14px;
        margin-left: 5px; }
        @media (max-width: 480px) {
          .contacts-soc__item b {
            font-size: 12px; } }
      .contacts-soc__item:hover {
        color: #4573af; }
      .contacts-soc__item > img, .contacts-soc__item > svg {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%); 
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        width: 25px;
        height: 25px;
        fill: url(#gr); }

.footer {
  background-image: url("../img/closeup-golden-bitcoins.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 70px 0 40px; }
  @media (max-width: 767px) {
    .footer {
      padding: 30px 0; } }
  .footer-logo {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px; }
  .footer-copy {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    text-align: right; }
    @media (max-width: 767px) {
      .footer-copy {
        text-align: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .footer .lang-select {
    margin: 0; }
    @media (max-width: 767px) {
      .footer .lang-select {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 30px; } }
  .footer-bot {
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .footer-address {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    margin-bottom: 30px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .footer-address:hover {
      color: #4573af; }
  .footer-title {
    font-weight: 800;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px; }
  .footer-soc {
    margin-bottom: 30px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .footer-soc a {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      margin-right: 15px;
      width: 30px;
      height: 22px; }
      .footer-soc a:hover img {
        -webkit-transform: scale(1.2);
           -moz-transform: scale(1.2);
            -ms-transform: scale(1.2);
                transform: scale(1.2); }
      .footer-soc a img {
        max-width: 100%;
        max-height: 100%;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
  .footer-menu {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -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; }
    .footer-menu a {
      width: 50%;
      font-family: "Geometria Narrow", sans-serif;
      font-weight: 400;
      font-size: 14px;
      color: rgba(255, 255, 255, 0.7);
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      position: relative;
      padding-bottom: 9px;
      margin-bottom: 30px;
      text-decoration: none; }
      .footer-menu a:hover, .footer-menu a.active {
        color: #fff; }
        .footer-menu a:hover:after, .footer-menu a.active:after {
          width: 25px; }
      .footer-menu a:after {
        width: 0;
        height: 2px;
        background: -moz-linear-gradient(bottom, #475b9b 0%, #41a5d5 100%);
        background: linear-gradient(0deg, #475b9b 0%, #41a5d5 100%);
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        content: '';
        position: absolute;
        left: 0;
        bottom: 0; }
  .footer-descr {
    font-weight: 400;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 2;
    margin-bottom: 30px; }
