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



@-webkit-keyframes headerAnim {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-moz-keyframes headerAnim {
  0% {
    -moz-transform: translateY(0);
         transform: translateY(0); }
  50% {
    -moz-transform: translateY(-30px);
         transform: translateY(-30px); }
  100% {
    -moz-transform: translateY(0);
         transform: translateY(0); } }

@keyframes headerAnim {
  0% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-30px);
       -moz-transform: translateY(-30px);
            transform: translateY(-30px); }
  100% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes statCircle {
  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 statCircle {
  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 statCircle {
  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 headerCircle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

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

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

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

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

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

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

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

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

@-webkit-keyframes headerDots {
  0% {
    background-color: #FFB701; }
  50% {
    background-color: #EB620C; }
  100% {
    background-color: #FFB701; } }

@-moz-keyframes headerDots {
  0% {
    background-color: #FFB701; }
  50% {
    background-color: #EB620C; }
  100% {
    background-color: #FFB701; } }

@keyframes headerDots {
  0% {
    background-color: #FFB701; }
  50% {
    background-color: #EB620C; }
  100% {
    background-color: #FFB701; } }

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

html, body {
  font-family: "Rubik", 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; }

.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;
  background-image: url(./images/main-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-position: center top;
  min-height: -moz-calc(var(--vh, 1vh) * 100);
  min-height: calc(var(--vh, 1vh) * 100);
  background-color: #fff; }

@media (min-width: 1396px) {
  .container {
    max-width: 1396px; } }

.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) {
  .text-orange {
    background: -moz-linear-gradient(116.32deg, #FFB701 -16.66%, #FF6200 83.09%);
    background: linear-gradient(333.68deg, #FFB701 -16.66%, #FF6200 83.09%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; } }

.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; }

@media (max-width: 575px) {
  .datepicker {
    position: fixed !important;
    top: 10px !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
       -moz-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    pointer-events: none !important; }
    .datepicker.active {
      pointer-events: all !important; } }

@media (max-width: 575px) {
  .datepicker--pointer {
    display: none !important; } }

.header {
  width: 100%;
  z-index: 100;
  padding-top: 1px; }
  .header-top {
    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;
    padding: 30px 0;
    z-index: 100;
    position: static !important; }
    @media (max-width: 767px) {
      .header-top {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        padding: 15px 0; } }
  .header-logo {
    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;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .header-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: 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;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    @media (max-width: 1199px) {
      .header-menu {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        -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: 15px;
        height: -moz-calc(var(--vh, 1vh) * 100);
        height: calc(var(--vh, 1vh) * 100);
        background-color: #fff;
        box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.07);
        max-width: 240px;
        width: 100%;
        -webkit-transform: translateX(-100%);
           -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%);
        opacity: 0;
        -moz-transition: all .3s ease;
        transition: all .3s ease; } }
    .header-menu.active {
      opacity: 1;
      -webkit-transform: translateX(0);
         -moz-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
    .header-menu a {
      text-decoration: none;
      color: #726D79;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 15px;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      margin-right: 30px;
      position: relative; }
      @media (max-width: 1395px) {
        .header-menu a {
          font-size: 12px;
          margin-right: 15px; } }
      @media (max-width: 1199px) {
        .header-menu a {
          margin-right: 0;
          width: 100%;
          margin-bottom: 10px;
          font-size: 15px; } }
      .header-menu a:after {
        position: absolute;
        left: 50%;
        bottom: -moz-calc(100% + 12px);
        bottom: calc(100% + 12px);
        background: -moz-linear-gradient(116.32deg, #FFB701 -16.66%, #FF6200 83.09%);
        background: linear-gradient(333.68deg, #FFB701 -16.66%, #FF6200 83.09%);
        box-shadow: inset 0px 4px 12px rgba(0, 0, 0, 0.12);
        content: '';
        width: 1px;
        height: 30px;
        opacity: 0;
        pointer-events: none;
        border-radius: 2px;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); }
        @media (max-width: 1199px) {
          .header-menu a:after {
            right: 0;
            top: 50%;
            left: auto;
            bottom: auto;
            -webkit-transform: translate(0, -50%);
               -moz-transform: translate(0, -50%);
                -ms-transform: translate(0, -50%);
                    transform: translate(0, -50%);
            width: 30px;
            height: 1px; } }
      .header-menu a:last-child {
        margin-right: 0; }
      .header-menu a:hover, .header-menu a.active {
        color: #2C1A4E; }
      .header-menu a.active:after {
        opacity: 1; }
  .header-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: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 30px;
    background: -moz-linear-gradient(265.22deg, rgba(240, 242, 249, 0.5) 50.29%, rgba(228, 231, 251, 0.5) 113.84%);
    background: linear-gradient(-175.22deg, rgba(240, 242, 249, 0.5) 50.29%, rgba(228, 231, 251, 0.5) 113.84%);
    border-radius: 44px;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
    @media (max-width: 1199px) {
      .header-nav {
        margin-left: auto; } }
    @media (max-width: 767px) {
      .header-nav {
        -webkit-order: 3;
           -moz-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        width: 100%;
        margin-top: 15px; } }
    .header-nav a {
      margin-right: 25px;
      position: relative;
      padding-left: 35px;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      text-decoration: none;
      color: #381D57;
      font-weight: 500;
      font-size: 14px;
      text-transform: uppercase; }
      .header-nav a:hover {
        color: #F88001; }
      .header-nav a img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        width: 24px; }
      .header-nav a:last-child {
        margin-right: 0; }
  .header-burger {
    width: 30px;
    height: 20px;
    position: relative;
    margin-left: 15px;
    display: none;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
    @media (max-width: 1199px) {
      .header-burger {
        display: block; } }
    @media (max-width: 767px) {
      .header-burger {
        -webkit-order: 2;
           -moz-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
    .header-burger span {
      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%);
      width: 100%;
      height: 2px;
      border-radius: 10px;
      background-color: #F88001;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .header-burger:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      border-radius: 10px;
      background-color: #F88001;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      content: ''; }
    .header-burger:before {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      border-radius: 10px;
      background-color: #F88001;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      content: ''; }
    .header-burger.active span {
      opacity: 0; }
    .header-burger.active:after {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
         -moz-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
    .header-burger.active:before {
      bottom: auto;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
         -moz-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
  .header-title {
    font-weight: 700;
    font-size: 35px;
    color: #2C1A4E;
    margin-bottom: 15px;
    text-transform: uppercase; }
    @media (max-width: 575px) {
      .header-title {
        font-size: 25px; } }
  .header-text {
    font-weight: 300;
    font-size: 18px;
    color: #3C546A;
    line-height: 1.3;
    margin-bottom: 40px;
    max-width: 480px; }
    @media (max-width: 575px) {
      .header-text {
        font-size: 16px; } }
  .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-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (max-width: 767px) {
      .header-btns {
        margin-bottom: 30px; } }
    .header-btns .main-btn {
      margin-right: 14px; }
      .header-btns .main-btn:last-child {
        margin-right: 0; }
  .header-scene {
    pointer-events: none;
    margin-left: -220px;
    position: relative;
    width: 707px; }
    @media (max-width: 991px) {
      .header-scene {
        display: none; } }
    .header-scene__item {
      position: absolute;
      -webkit-animation: headerAnim 3s infinite ease-in-out;
         -moz-animation: headerAnim 3s infinite ease-in-out;
              animation: headerAnim 3s infinite ease-in-out; }
      .header-scene__item_1 {
        top: 68px;
        left: 286px; }
      .header-scene__item_2 {
        top: 291px;
        left: 80px;
        -webkit-animation-delay: 1s;
           -moz-animation-delay: 1s;
                animation-delay: 1s; }
      .header-scene__item_3 {
        top: 24px;
        left: 506px;
        -webkit-animation-delay: 2s;
           -moz-animation-delay: 2s;
                animation-delay: 2s; }
    .header-scene__circle {
      position: absolute;
      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;
      width: 229px;
      height: 299px;
      z-index: -1;
      -webkit-transform: translate(-50%, -50%) scaleY(0.6);
         -moz-transform: translate(-50%, -50%) scaleY(0.6);
          -ms-transform: translate(-50%, -50%) scaleY(0.6);
              transform: translate(-50%, -50%) scaleY(0.6); }
      .header-scene__circle img {
        max-width: 100%;
        -webkit-animation: headerCircle 3s infinite linear;
           -moz-animation: headerCircle 3s infinite linear;
                animation: headerCircle 3s infinite linear; }
      .header-scene__circle_1 {
        width: 155px;
        height: 155px;
        left: 114px;
        top: 436px; }
      .header-scene__circle_2 {
        left: 331px;
        top: 301px; }
        .header-scene__circle_2 img {
          -webkit-animation: headerCircle 6s infinite linear;
             -moz-animation: headerCircle 6s infinite linear;
                  animation: headerCircle 6s infinite linear; }
      .header-scene__circle_3 {
        left: 542px;
        top: 175px;
        width: 155px;
        height: 155px; }
    .header-scene__dots {
      position: absolute;
      top: 0;
      left: 0; }
      .header-scene__dots span {
        position: absolute;
        top: 0;
        left: 0;
        width: 5px;
        height: 5px;
        -webkit-transform: scaleY(0.55);
           -moz-transform: scaleY(0.55);
            -ms-transform: scaleY(0.55);
                transform: scaleY(0.55);
        background-color: #FFB701;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        border-radius: 50%;
        -webkit-animation: headerDots .9s infinite linear;
           -moz-animation: headerDots .9s infinite linear;
                animation: headerDots .9s infinite linear; }
        .header-scene__dots span:nth-child(2) {
          top: 4px;
          left: 7px;
          -webkit-animation-delay: .3s;
             -moz-animation-delay: .3s;
                  animation-delay: .3s; }
        .header-scene__dots span:nth-child(3) {
          top: 8px;
          left: 14px;
          -webkit-animation-delay: .6s;
             -moz-animation-delay: .6s;
                  animation-delay: .6s; }
      .header-scene__dots_1 {
        left: 237px;
        top: 391px; }
      .header-scene__dots_2 {
        left: 274px;
        top: 411px; }
      .header-scene__dots_3 {
        left: 460px;
        top: 242px; }
      .header-scene__dots_4 {
        left: 496px;
        top: 262px; }
  .header-lang {
    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;
    position: relative;
    margin: 0 auto 25px auto;
    padding-left: 48px;
    cursor: pointer;
    z-index: 10; }
    .header-lang:hover > span {
      color: #F88001; }
    .header-lang:hover .header-lang__hide {
      opacity: 1;
      pointer-events: all; }
    .header-lang > img {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0; }
    .header-lang p {
      font-weight: 300;
      font-size: 11px;
      color: #30364D;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      margin-bottom: 3px; }
    .header-lang span {
      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;
      font-weight: 700;
      font-size: 16px;
      color: #2C1A4E;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .header-lang span img {
        margin-left: 6px; }
    .header-lang__hide {
      position: absolute;
      top: -moz-calc(100% + 10px);
      top: calc(100% + 10px);
      left: 0;
      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;
      border-radius: 15px;
      background: -moz-linear-gradient(274.78deg, #f0f2f9 50.29%, #e4e7fb 113.84%);
      background: linear-gradient(175.22deg, #f0f2f9 50.29%, #e4e7fb 113.84%);
      padding: 10px;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      opacity: 0;
      pointer-events: none;
      z-index: 10; }
      .header-lang__hide:after {
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 10px;
        content: ''; }
      .header-lang__hide a {
        margin-bottom: 10px;
        text-decoration: none;
        font-weight: 700;
        font-size: 16px;
        color: #2C1A4E;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        .header-lang__hide a:last-child {
          margin-bottom: 0; }
        .header-lang__hide a:hover, .header-lang__hide a.active {
          color: #F88001; }
  .header-stat {
    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;
    background: -moz-linear-gradient(274.78deg, rgba(240, 242, 249, 0.5) 50.29%, rgba(228, 231, 251, 0.5) 113.84%);
    background: linear-gradient(175.22deg, rgba(240, 242, 249, 0.5) 50.29%, rgba(228, 231, 251, 0.5) 113.84%);
    border-radius: 15px 33px 33px 15px;
    width: 100%;
    padding: 3px 15px;
    margin-bottom: 20px; }
    @media (max-width: 1395px) {
      .header-stat {
        background: -moz-linear-gradient(274.78deg, #f0f2f9 50.29%, #e4e7fb 113.84%);
        background: linear-gradient(175.22deg, #f0f2f9 50.29%, #e4e7fb 113.84%); } }
    .header-stat__item {
      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;
      position: relative;
      padding: 12px 0 12px 35px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .header-stat__item:last-child {
        border-bottom: none; }
      .header-stat__item > img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0; }
      .header-stat__item p {
        font-weight: 300;
        font-size: 12px;
        color: #3C546A;
        margin-bottom: 3px; }
      .header-stat__item span {
        font-weight: 700;
        font-size: 15px;
        color: #F88001; }
  .header-info {
    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;
    background: -moz-linear-gradient(274.78deg, rgba(240, 242, 249, 0.5) 50.29%, rgba(228, 231, 251, 0.5) 113.84%);
    background: linear-gradient(175.22deg, rgba(240, 242, 249, 0.5) 50.29%, rgba(228, 231, 251, 0.5) 113.84%);
    border-radius: 33px 15px;
    padding: 15px;
    width: 100%; }
    @media (max-width: 1395px) {
      .header-info {
        background: -moz-linear-gradient(274.78deg, #f0f2f9 50.29%, #e4e7fb 113.84%);
        background: linear-gradient(175.22deg, #f0f2f9 50.29%, #e4e7fb 113.84%); } }
    .header-info h3 {
      font-weight: 700;
      font-size: 15px;
      color: #1E405F;
      margin-bottom: 6px; }
    .header-info p {
      margin-bottom: 15px;
      font-weight: 300;
      font-size: 12px;
      color: #3C546A;
      line-height: 1.2; }
    .header-info .main-btn {
      padding: 10px 25px;
      font-size: 12px;
      text-transform: none; }
      .header-info .main-btn:after {
        border-radius: 4px 10px  3px 10px; }
  .header-content {
    width: 100%;
    padding: 30px 0; }
  .header-bot {
    width: 100%;
    padding: 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: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: -moz-linear-gradient(84.46deg, #FBFFFF -93.87%, rgba(255, 255, 255, 0) 71.08%);
    background: linear-gradient(5.54deg, #FBFFFF -93.87%, rgba(255, 255, 255, 0) 71.08%);
    border-radius: 99px;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .header-bot {
        -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; } }
    @media (max-width: 480px) {
      .header-bot {
        padding: 15px; } }
    .header-bot__text {
      margin-right: 50px;
      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; }
      @media (max-width: 767px) {
        .header-bot__text {
          margin-right: 0;
          margin-bottom: 15px; } }
      .header-bot__text h3 {
        font-weight: 700;
        font-size: 15px;
        color: #2C1A4E;
        margin-bottom: 5px; }
      .header-bot__text p {
        font-weight: 300;
        font-size: 12px;
        color: #3C546A;
        line-height: 1.3; }
  .header-wallet {
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px);
    padding: 0 30px;
    position: relative; }
    @media (max-width: 767px) {
      .header-wallet {
        width: 100%; } }
    .header-wallet__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: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      padding-left: 40px;
      min-height: 32px; }
      .header-wallet__item h3 {
        font-weight: 700;
        font-size: 13px;
        color: #381D57; }
      .header-wallet__item p {
        font-weight: 400;
        font-size: 13px;
        color: #3C546A; }
        .header-wallet__item p span {
          color: #62AF5B; }
          .header-wallet__item p span.red {
            color: #AC5C5C; }
    .header-wallet__icon {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background: -moz-linear-gradient(116.32deg, #FFB701 -16.66%, #FF6200 83.09%);
      background: linear-gradient(333.68deg, #FFB701 -16.66%, #FF6200 83.09%);
      box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.12) inset;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0; }
      .header-wallet__icon svg {
        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%);
        fill: #fff;
        width: 15px;
        height: 15px; }
    .header-wallet .swiper-button-prev, .header-wallet .swiper-button-next {
      position: absolute;
      top: 50%;
      margin: 0;
      width: auto;
      height: auto;
      outline: none;
      cursor: pointer;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      .header-wallet .swiper-button-prev svg, .header-wallet .swiper-button-next svg {
        fill: #2C1A4E;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        width: 18px;
        height: 18px; }
      .header-wallet .swiper-button-prev:hover svg, .header-wallet .swiper-button-next:hover svg {
        fill: #F88001; }
    .header-wallet .swiper-button-prev {
      -webkit-transform: translateY(-50%) scaleX(-1);
         -moz-transform: translateY(-50%) scaleX(-1);
          -ms-transform: translateY(-50%) scaleX(-1);
              transform: translateY(-50%) scaleX(-1);
      left: 0; }
    .header-wallet .swiper-button-next {
      right: 0; }
  .header_sign > .container {
    min-height: -moz-calc(var(--vh, 1vh) * 100);
    min-height: calc(var(--vh, 1vh) * 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: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .header_sign .header-content {
    margin-top: auto;
    margin-bottom: auto; }

.main-btn {
  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: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 14px 20px;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border: none;
  position: relative;
  z-index: 1;
  line-height: 1;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }
  @media (max-width: 480px) {
    .main-btn {
      padding: 15px; } }
  .main-btn img {
    margin-right: 15px; }
  .main-btn:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    background: -moz-linear-gradient(63.68deg, #FFB701 -16.66%, #FF6200 83.09%);
    background: linear-gradient(-333.68deg, #FFB701 -16.66%, #FF6200 83.09%);
    box-shadow: inset 0px 4px 12px rgba(0, 0, 0, 0.12);
    border-radius: 6px 14px 5px 12px;
    content: '';
    opacity: 1;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
  .main-btn:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: -moz-linear-gradient(116.32deg, #FFB701 -16.66%, #FF6200 83.09%);
    background: linear-gradient(333.68deg, #FFB701 -16.66%, #FF6200 83.09%);
    box-shadow: inset 0px 4px 12px rgba(0, 0, 0, 0.12);
    border-radius: 6px 14px 5px 12px;
    content: '';
    opacity: 0;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
  .main-btn:hover:after {
    opacity: 1; }
  .main-btn:hover:before {
    opacity: 1; }
  .main-btn_tr {
    color: #2C1A4E; }
    .main-btn_tr:after {
      background: none;
      border: 1px solid #F88001;
      box-shadow: none;
      border-radius: 14px 6px 12px 5px; }
    .main-btn_tr:before {
      display: none;
      border-radius: 14px 6px 12px 5px; }
    .main-btn_tr:hover {
      color: #F88001; }
  .main-btn_m {
    margin-bottom: 30px; }

.main-title {
  font-weight: 700;
  font-size: 35px;
  color: #2C1A4E;
  text-transform: uppercase;
  margin-bottom: 10px; }
  @media (max-width: 575px) {
    .main-title {
      font-size: 25px; } }

.main-text {
  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;
  margin-bottom: 30px; }
  .main-text p {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 14px;
    color: #1E405F;
    line-height: 1.3; }
    .main-text p:last-child {
      margin-bottom: 0; }
  .main-text h3 {
    font-weight: 300;
    font-size: 24px;
    color: #1E405F;
    line-height: 1.3;
    margin-bottom: 10px; }

.main-subtitle {
  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: 30px; }
  .main-subtitle > span {
    color: #3C546A;
    font-weight: 300;
    font-size: 11px;
    margin-bottom: 5px; }
  .main-subtitle p {
    font-size: 16px;
    color: #2C1A4E;
    font-weight: 400;
    text-transform: uppercase; }
    .main-subtitle p span {
      font-weight: 600;
      font-size: 20px; }

.invest {
  padding: 30px 0;
  position: relative;
  z-index: 1; }
  .invest:after {
    width: 100%;
    height: 772px;
    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%);
    z-index: -1;
    content: '';
    background-image: url("../assets/img/invest-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    pointer-events: none; }
  .invest-title {
    font-weight: 300;
    font-size: 35px;
    color: #4C5761;
    margin-bottom: 35px; }
  .invest-text {
    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;
    width: 100%;
    margin-bottom: 40px;
    max-width: 595px; }
    .invest-text p {
      font-weight: 300;
      font-size: 18px;
      color: #3C546A;
      line-height: 1.3;
      margin-bottom: 20px; }
      .invest-text p:last-child {
        margin-bottom: 0; }
  .invest-plan {
    box-shadow: inset 0px 4px 12px rgba(0, 0, 0, 0.12);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    background: -moz-linear-gradient(116.32deg, rgba(255, 183, 1, 0.8) -16.66%, rgba(255, 98, 0, 0.8) 83.09%);
    background: linear-gradient(333.68deg, rgb(73, 31, 91) -16.66%, rgb(73, 45, 103) 83.09%);
    position: relative;
    border-radius: 88px 33px 66px 50px;
    padding: 50px 60px;
    z-index: 1; }
    @media (max-width: 1395px) {
      .invest-plan {
        padding: 40px 40px; } }
    @media (max-width: 1199px) {
      .invest-plan {
        margin-top: 60px; } }
    @media (max-width: 480px) {
      .invest-plan {
        border-radius: 68px 13px 46px 30px;
        padding: 30px; } }
    .invest-plan:after {
      position: absolute;
      z-index: -1;
      width: 100%;
      height: 100%;
      top: 15px;
      left: 22px;
      background: -moz-linear-gradient(116.32deg, rgba(255, 183, 1, 0.2) -16.66%, rgba(255, 98, 0, 0.2) 83.09%);
      background: linear-gradient(333.68deg, rgba(255, 183, 1, 0.2) -16.66%, rgba(255, 98, 0, 0.2) 83.09%);
      opacity: 0.9;
      -webkit-filter: blur(22px);
              filter: blur(22px);
      border-radius: 88px 33px 66px;
      content: '';
      pointer-events: none; }
    .invest-plan__img {
      z-index: -1;
      pointer-events: none;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: -74px;
      width: 100%;
      padding: 0 25px; }
      .invest-plan__img img {
        max-width: 100%; }
    .invest-plan__item {
      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;
      position: relative; }
      .invest-plan__item .main-btn:after, .invest-plan__item .main-btn:before {
        border: 2px solid #fff; }
    .invest-plan__title {
      font-weight: 700;
      font-size: 32px;
      color: #fff;
      margin-bottom: 25px;
      text-transform: uppercase;
      padding-right: 90px; }
      @media (max-width: 480px) {
        .invest-plan__title {
          font-size: 20px;
          margin-bottom: 15px; } }
    .invest-plan__head {
      margin-bottom: 15px;
      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;
      padding-left: 93px;
      position: relative; }
      @media (max-width: 767px) {
        .invest-plan__head {
          -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; } }
    .invest-plan__icon {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      width: 68px;
      height: 68px;
      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;
      text-align: center;
      border-radius: 50%;
      box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); }
      .invest-plan__icon img {
        width: 68px;
        height: 68px; }
    .invest-plan__percent {
      font-weight: 900;
      font-size: 60px;
      color: #fff;
      margin-right: 25px; }
      @media (max-width: 480px) {
        .invest-plan__percent {
          font-size: 30px; } }
    .invest-plan__text {
      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;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 24px;
      color: #fff;
      line-height: 1.3; }
      @media (max-width: 480px) {
        .invest-plan__text {
          font-size: 18px; } }
      .invest-plan__text span {
        font-size: 18px;
        font-weight: 400; }
        @media (max-width: 480px) {
          .invest-plan__text span {
            font-size: 14px; } }
    .invest-plan__info {
      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;
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        .invest-plan__info {
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-align-items: flex-end;
             -moz-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
      .invest-plan__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: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: -moz-calc(100% / 2 - 6px);
        width: calc(100% / 2 - 6px);
        border: 2px solid #fff;
        box-shadow: inset 0px 4px 12px rgba(0, 0, 0, 0.12);
        border-radius: 14px;
        padding: 12px 12px 12px 65px;
        position: relative;
        margin-bottom: 10px; }
        @media (max-width: 767px) {
          .invest-plan__info-item {
            width: 100%; } }
        .invest-plan__info-item img {
          position: absolute;
          left: 20px;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
        .invest-plan__info-item p {
          font-weight: 700;
          font-size: 18px;
          color: #fff; }
        .invest-plan__info-item span {
          font-weight: 300;
          font-size: 15px;
          color: #fff; }
    .invest-plan__subtitle {
      font-weight: 700;
      font-size: 22px;
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 15px; }
    .invest-plan__list {
      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: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-bottom: 10px; }
      .invest-plan__list-item {
        min-width: 160px;
        margin-right: 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;
        font-weight: 500;
        font-size: 15px;
        color: #fff;
        margin-bottom: 25px; }
        @media (max-width: 480px) {
          .invest-plan__list-item {
            font-size: 12px;
            margin-right: 0;
            width: 100%; } }
        .invest-plan__list-item img {
          margin-right: 9px; }
    .invest-plan__nav {
      position: absolute;
      top: 50px;
      right: 60px;
      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-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      z-index: 10; }
      @media (max-width: 1395px) {
        .invest-plan__nav {
          top: 40px;
          right: 40px; } }
      @media (max-width: 480px) {
        .invest-plan__nav {
          top: 25px;
          right: 30px; } }
      .invest-plan__nav .swiper-button-prev, .invest-plan__nav .swiper-button-next {
        width: 32px;
        height: 32px;
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        -webkit-transform: translate(0, 0);
           -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0);
        margin: 0;
        outline: none;
        cursor: pointer;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-radius: 9px;
        z-index: 1;
        overflow: hidden; }
        .invest-plan__nav .swiper-button-prev svg, .invest-plan__nav .swiper-button-next svg {
          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%);
          fill: #fff;
          opacity: 0.8;
          -moz-transition: all .3s ease;
          transition: all .3s ease;
          width: 10px;
          height: 10px; }
        .invest-plan__nav .swiper-button-prev:before, .invest-plan__nav .swiper-button-next:before {
          position: absolute;
          z-index: -1;
          width: 100%;
          height: 100%;
          background: -moz-linear-gradient(top, #FEA362 0%, #FFFFFF 105.17%);
          background: linear-gradient(180deg, #FEA362 0%, #FFFFFF 105.17%);
          content: '';
          -moz-transition: all .3s ease;
          transition: all .3s ease;
          opacity: 0; }
        .invest-plan__nav .swiper-button-prev:hover svg, .invest-plan__nav .swiper-button-next:hover svg {
          fill: #F88001; }
        .invest-plan__nav .swiper-button-prev:hover:before, .invest-plan__nav .swiper-button-next:hover:before {
          opacity: 1; }
      .invest-plan__nav .swiper-button-next {
        margin-right: 0; }
      .invest-plan__nav .swiper-button-prev {
        margin-right: 15px; }
        .invest-plan__nav .swiper-button-prev svg {
          -webkit-transform: translate(-50%, -50%) scaleX(-1);
             -moz-transform: translate(-50%, -50%) scaleX(-1);
              -ms-transform: translate(-50%, -50%) scaleX(-1);
                  transform: translate(-50%, -50%) scaleX(-1); }
    .invest-plan__check {
      position: absolute;
      top: -25px;
      right: -20px;
      background-color: #fff;
      opacity: 0.2;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      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-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;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      @media (max-width: 480px) {
        .invest-plan__check {
          top: -15px; } }
      .invest-plan__check svg {
        width: 40px;
        height: 40px;
        fill: #F88001; }

.refs {
  z-index: 1;
  position: relative;
  padding: 30px 0; }
  .refs-text {
    max-width: 410px;
    margin-bottom: 70px; }
  .refs-wrap {
    background: -moz-linear-gradient(144.96deg, rgba(251, 255, 255, 0.7) -7.54%, rgba(255, 255, 255, 0) 70.83%);
    background: linear-gradient(305.04deg, rgba(251, 255, 255, 0.7) -7.54%, rgba(255, 255, 255, 0) 70.83%);
    border-radius: 99px;
    padding: 40px 40px; }
    @media (max-width: 480px) {
      .refs-wrap {
        text-align: center;
        padding: 15px;
        border-radius: 30px; } }
  .refs-list {
    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;
    width: 100%;
    margin-bottom: 70px; }
    .refs-list__item {
      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;
      -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-left: 88px;
      margin-bottom: 60px; }
      @media (max-width: 480px) {
        .refs-list__item {
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-align: center;
          padding-left: 0; } }
      .refs-list__item:last-child {
        margin-bottom: 0; }
      .refs-list__item img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0; }
        @media (max-width: 480px) {
          .refs-list__item img {
            position: static;
            top: auto;
            left: auto;
            -webkit-transform: translateY(0);
               -moz-transform: translateY(0);
                -ms-transform: translateY(0);
                    transform: translateY(0);
            margin-bottom: 15px; } }
      .refs-list__item h3 {
        font-weight: 500;
        font-size: 18px;
        color: #1E405F;
        margin-bottom: 5px; }
      .refs-list__item p {
        font-weight: 300;
        font-size: 14px;
        color: #1E405F;
        line-height: 1.3; }
  .refs-right {
    padding-top: 40px; }
  .refs-info {
    position: relative;
    height: 550px;
    width: 100%;
    z-index: 1;
    margin-top: -45px;
    pointer-events: none; }
    @media (max-width: 480px) {
      .refs-info {
        height: auto;
        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-top: 0;
        padding-top: 30px; } }
    .refs-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;
      padding: 14px 30px 30px 30px;
      background: -moz-linear-gradient(274.78deg, rgba(240, 242, 249, 0.3) 50.29%, rgba(228, 231, 251, 0.3) 113.84%);
      background: linear-gradient(175.22deg, rgba(240, 242, 249, 0.3) 50.29%, rgba(228, 231, 251, 0.3) 113.84%);
      border-radius: 22px 44px;
      max-width: 265px;
      width: 100%;
      position: absolute; }
      @media (max-width: 480px) {
        .refs-info__item {
          position: relative;
          top: auto !important;
          left: auto !important;
          right: auto !important;
          bottom: auto !important; } }
      .refs-info__item span {
        font-weight: 700;
        font-size: 55px;
        color: #2C1A4E; }
      .refs-info__item h3 {
        font-weight: 500;
        font-size: 14px;
        color: #F88001;
        text-transform: uppercase;
        margin-bottom: 10px; }
      .refs-info__item p {
        font-weight: 300;
        font-size: 14px;
        color: #1E405F;
        line-height: 1.3; }
      .refs-info__item:nth-child(1) {
        left: -30px;
        top: 100px; }
        @media (max-width: 1199px) {
          .refs-info__item:nth-child(1) {
            top: 170px; } }
      .refs-info__item:nth-child(2) {
        right: -30px;
        top: 0px; }
      .refs-info__item:nth-child(3) {
        right: 0;
        bottom: 0; }
  .refs-table {
    width: 100%;
    padding: 30px;
    border-radius: 30px;
    background: -moz-linear-gradient(144.96deg, rgba(251, 255, 255, 0.7) -7.54%, rgba(255, 255, 255, 0) 70.83%);
    background: linear-gradient(305.04deg, rgba(251, 255, 255, 0.7) -7.54%, rgba(255, 255, 255, 0) 70.83%); }
    .refs-table table {
      width: 100%;
      border-collapse: collapse; }
      .refs-table table td {
        padding: 24px 0; }
        @media (max-width: 767px) {
          .refs-table table td {
            padding: 10px 0; } }
      .refs-table table tr {
        border-bottom: 1px dashed #C7D8E2; }
        @media (max-width: 767px) {
          .refs-table table tr {
            padding: 25px 0 15px 0;
            -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;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex; } }
        .refs-table table tr:last-child {
          border-bottom: none; }
    .refs-table__val {
      font-weight: 900;
      font-size: 24px;
      color: #2C1A4E; }
      @media (max-width: 1395px) {
        .refs-table__val {
          font-size: 18px; } }
      .refs-table__val sub {
        font-size: 16px; }
      .refs-table__val span {
        font-weight: 900;
        font-size: 8px;
        color: rgba(60, 84, 106, 0.5);
        text-transform: uppercase;
        margin-right: 5px;
        margin-left: 5px; }
        .refs-table__val span:first-child {
          margin-left: 0; }
        .refs-table__val span:last-child {
          margin-right: 0; }
    .refs-table__title {
      padding-left: 74px;
      position: relative;
      font-weight: 700;
      font-size: 24px;
      color: #3C546A; }
      @media (max-width: 1395px) {
        .refs-table__title {
          font-size: 18px; } }
      .refs-table__title span {
        font-weight: 900;
        font-size: 8px;
        color: #ADC4D7;
        text-transform: uppercase; }
      .refs-table__title.refs-1 {
        color: #3C546A; }
        .refs-table__title.refs-1 .refs-table__num {
          background-color: #3C546A; }
          .refs-table__title.refs-1 .refs-table__num:after {
            border-left-color: #3C546A; }
      .refs-table__title.refs-2 {
        color: #2C1A4E; }
        .refs-table__title.refs-2 .refs-table__num {
          background-color: #2C1A4E; }
          .refs-table__title.refs-2 .refs-table__num:after {
            border-left-color: #2C1A4E; }
      .refs-table__title.refs-3 {
        color: #F88001; }
        .refs-table__title.refs-3 .refs-table__num {
          background-color: #F88001; }
          .refs-table__title.refs-3 .refs-table__num:after {
            border-left-color: #F88001; }
    .refs-table__num {
      width: 52px;
      height: 40px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      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-weight: 900;
      font-size: 16px;
      color: #fff;
      border-radius: 10px 0 0 10px;
      background-color: #CFDDE8; }
      .refs-table__num:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 100%;
        border: 20px solid transparent;
        content: '';
        border-left-width: 10px;
        border-right-width: 10px;
        border-left-color: #CFDDE8; }
  .refs-scene {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
    .refs-scene > img {
      position: absolute;
      bottom: 0;
      left: 0; }
    .refs-scene__item {
      width: 435px;
      height: 435px;
      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;
      position: absolute;
      top: 47px;
      left: 110px;
      z-index: -1; }
      @media (max-width: 480px) {
        .refs-scene__item {
          left: 0; } }
      .refs-scene__item_1 img {
        -webkit-animation: refsRotate 10s infinite linear;
           -moz-animation: refsRotate 10s infinite linear;
                animation: refsRotate 10s infinite linear; }
      .refs-scene__item_2 img {
        -webkit-animation: refsRotate 10s infinite linear;
           -moz-animation: refsRotate 10s infinite linear;
                animation: refsRotate 10s infinite linear; }
      .refs-scene__item_3 img {
        -webkit-animation: refsRotateR 10s infinite linear;
           -moz-animation: refsRotateR 10s infinite linear;
                animation: refsRotateR 10s infinite linear; }
      .refs-scene__item_4 img {
        -webkit-animation: refsRotateR 10s infinite linear;
           -moz-animation: refsRotateR 10s infinite linear;
                animation: refsRotateR 10s infinite linear; }

.stat {
  width: 100%; }
  .stat-wrap {
    background-image: url("../assets/img/stat-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 60px;
    border-radius: 44px 66px; }
    @media (max-width: 575px) {
      .stat-wrap {
        padding: 30px; } }
    .stat-wrap .main-title {
      color: #fff; }
    .stat-wrap .main-text {
      margin-bottom: 0; }
      @media (max-width: 1199px) {
        .stat-wrap .main-text {
          margin-bottom: 60px; } }
      @media (max-width: 575px) {
        .stat-wrap .main-text {
          margin-bottom: 30px; } }
      .stat-wrap .main-text p {
        color: #fff; }
      .stat-wrap .main-text h3 {
        color: #F88001; }
  .stat-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; }
    @media (max-width: 767px) {
      .stat-list {
        -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; } }
    .stat-list__icon {
      width: 124px;
      height: 124px;
      position: relative;
      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;
      text-align: center;
      margin-bottom: 15px; }
      .stat-list__icon:after {
        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%);
        background-image: url(../assets/img/stat-circle.png);
        content: '';
        width: 100%;
        height: 100%;
        -webkit-animation: statCircle 3s infinite linear;
           -moz-animation: statCircle 3s infinite linear;
                animation: statCircle 3s infinite linear; }
      .stat-list__icon img {
        width: 55px;
        height: 55px; }
    .stat-list__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;
      position: relative;
      width: -moz-calc(100% / 3);
      width: calc(100% / 3);
      text-align: center; }
      @media (max-width: 767px) {
        .stat-list__item {
          width: 100%;
          margin-bottom: 30px; } }
      .stat-list__item:last-child {
        margin-bottom: 0; }
      .stat-list__item:last-child:after {
        display: none; }
      .stat-list__item:after {
        position: absolute;
        top: 62px;
        left: 100%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 83px;
        height: 18px;
        background-image: url(../assets/img/stat-arrow.svg);
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        content: ''; }
        @media (max-width: 1395px) {
          .stat-list__item:after {
            display: none; } }
      .stat-list__item span {
        font-weight: 700;
        font-size: 32px;
        color: #F88001;
        margin-bottom: 5px; }
        @media (max-width: 1395px) {
          .stat-list__item span {
            font-size: 25px; } }
      .stat-list__item p {
        font-weight: 300;
        font-size: 14px;
        color: #fff;
        line-height: 1.3; }
  .stat-info {
    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; }
    .stat-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: 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;
      width: 50%;
      margin-bottom: 20px;
      padding-top: 10px; }
      .stat-info__item span {
        position: relative;
        margin-left: 18px;
        display: inline-block;
        font-weight: 600;
        color: #2C1A4E;
        z-index: 1;
        margin-bottom: 10px;
        padding: 3px 5px; }
        .stat-info__item span:before {
          width: 100%;
          height: 100%;
          z-index: -1;
          position: absolute;
          top: 0;
          left: 0;
          content: '';
          background-color: #2C1A4E;
          border: 1px solid #2C1A4E;
          box-shadow: 0px 0px 15px 0px rgba(44, 26, 78, 0.51);
          border-radius: 4px; }
        .stat-info__item span:after {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: -18px;
          width: 34px;
          height: 34px;
          border-radius: 4px;
          border: 1px solid #2C1A4E;
          box-shadow: 0px 0px 15px 0px rgba(44, 26, 78, 0.51);
          content: '';
          z-index: -2; }
      .stat-info__item p {
        padding-left: 40px;
        width: 400px;
        font-size: 12px;
        color: #fff; }
  .stat-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: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    margin-bottom: 25px; }
    .stat-tabs__item {
      font-weight: 300;
      font-size: 13px;
      color: rgba(255, 255, 255, 0.3);
      margin-left: 35px;
      padding: 0 4px 13px 4px;
      position: relative;
      cursor: pointer;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      text-align: center; }
      .stat-tabs__item:after {
        width: 100%;
        height: 2px;
        bottom: -1px;
        left: 0;
        opacity: 0;
        background-color: #2C1A4E;
        content: '';
        position: absolute;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .stat-tabs__item:first-child {
        margin-left: 0; }
      .stat-tabs__item:hover {
        color: #2C1A4E; }
      .stat-tabs__item.active {
        color: #2C1A4E; }
        .stat-tabs__item.active:after {
          opacity: 1; }
    .stat-tabs_yellow {
      border-bottom-color: rgba(44, 26, 78, 0.1); }
      .stat-tabs_yellow .stat-tabs__item {
        color: rgba(44, 26, 78, 0.5); }
        .stat-tabs_yellow .stat-tabs__item:after {
          background-color: #F88001; }
        .stat-tabs_yellow .stat-tabs__item.active, .stat-tabs_yellow .stat-tabs__item:hover {
          color: #F88001; }
  .stat-item {
    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;
    position: relative;
    border-radius: 4px;
    border: 1px solid rgba(44, 26, 78, 0.35);
    margin: 12px 0; }
    .stat-item.down .stat-item__arrow {
      -webkit-transform: translate(-50%, -50%) scaleY(-1);
         -moz-transform: translate(-50%, -50%) scaleY(-1);
          -ms-transform: translate(-50%, -50%) scaleY(-1);
              transform: translate(-50%, -50%) scaleY(-1); }
    .stat-item__arrow {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .stat-item__arrow svg {
        fill: #2C1A4E;
        width: 23px;
        height: 23px; }
    .stat-item__content {
      padding: 10px;
      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; }
    .stat-item__val {
      font-size: 14px;
      color: #2C1A4E;
      font-weight: 700;
      padding-bottom: 7px;
      margin-bottom: 7px;
      width: 100%;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
      text-align: center; }
      .stat-item__val sub, .stat-item__val sup {
        font-weight: 400;
        text-transform: uppercase; }
    .stat-item__date {
      font-weight: 300;
      font-size: 10px;
      color: #3C546A;
      text-align: center; }
    .stat-item__info {
      position: relative;
      min-height: 33px;
      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;
      background: -moz-repeating-linear-gradient(135deg, rgba(44, 26, 78, 0.03) 0px, rgba(44, 26, 78, 0.03) 6px, transparent 6px, transparent 8px);
      background: repeating-linear-gradient(-45deg, rgba(44, 26, 78, 0.03) 0px, rgba(44, 26, 78, 0.03) 6px, transparent 6px, transparent 8px);
      width: 100%; }
      .stat-item__info:after {
        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%);
        width: 1px;
        height: 20px;
        background-color: rgba(255, 255, 255, 0.06);
        content: ''; }
      .stat-item__info img {
        width: 20px;
        height: 20px; }
      .stat-item__info-col {
        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;
        font-weight: 300;
        font-size: 11px;
        color: #F88001; }
        .stat-item__info-col span {
          width: 100%;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          text-align: center; }
  .stat-page__info {
    position: relative; }
    .stat-page__info > img {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: -100px;
      top: 40%;
      pointer-events: none; }
      @media (max-width: 991px) {
        .stat-page__info > img {
          display: none; } }
    .stat-page__info .stat-info {
      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; }
      @media (max-width: 575px) {
        .stat-page__info .stat-info {
          -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; } }
      .stat-page__info .stat-info__item {
        width: 100%; }
        @media (max-width: 575px) {
          .stat-page__info .stat-info__item {
            width: 50%; } }
  .stat-table {
    background: -moz-repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 6px, transparent 6px, transparent 8px);
    background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 6px, transparent 6px, transparent 8px);
    border: 1px solid rgba(44, 26, 78, 0.43);
    border-radius: 4px;
    padding: 15px 30px;
    width: 100%;
    margin-bottom: 30px; }
    @media (max-width: 575px) {
      .stat-table {
        padding: 15px; } }
    .stat-table__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; }
      @media (max-width: 1199px) {
        .stat-table__head {
          -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; } }
      .stat-table__head.pink .stat-table__title, .stat-table__head.pink .stat-table__val {
        color: #3C546A; }
      .stat-table__head.pink .stat-table__title-icon {
        background-color: #3C546A; }
    .stat-table__val {
      font-weight: 700;
      font-size: 16px;
      color: #2C1A4E;
      margin-bottom: 15px;
      white-space: nowrap; }
    .stat-table__title {
      position: relative;
      padding-left: 35px;
      min-height: 22px;
      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;
      font-weight: 500;
      font-size: 16px;
      color: #2C1A4E;
      text-transform: uppercase;
      margin-bottom: 15px; }
      .stat-table__title-icon {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        width: 22px;
        height: 22px;
        border-radius: 4px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.21);
        background-color: #2C1A4E; }
        .stat-table__title-icon svg {
          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%);
          width: 12px;
          height: 12px;
          fill: #fff; }
    .stat-table table {
      width: 100%;
      border-collapse: collapse; }
    .stat-table td {
      padding: 3px 0; }
      .stat-table td:last-child {
        text-align: right; }
    .stat-table-title {
      font-weight: 300;
      font-size: 12px;
      color: #F88001; }
    .stat-table-val {
      font-weight: 600;
      font-size: 14px;
      color: #2C1A4E; }
  .stat-slider {
    margin-bottom: 30px; }
    @media (max-width: 480px) {
      .stat-slider {
        margin-bottom: 10px; } }
    .stat-slider__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: 20px; }
      .stat-slider__head .main-title {
        margin-bottom: 0; }
        @media (max-width: 480px) {
          .stat-slider__head .main-title {
            margin-bottom: 20px; } }
      @media (max-width: 480px) {
        .stat-slider__head {
          -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; } }
    .stat-slider__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;
      color: #3C546A;
      font-weight: 300;
      font-size: 13px; }
      @media (max-width: 480px) {
        .stat-slider__title {
          margin-bottom: 10px; } }
      .stat-slider__title svg {
        width: 22px;
        height: 22px;
        fill: #3C546A; }
      .stat-slider__title_depo svg {
        -webkit-transform: scaleX(-1);
           -moz-transform: scaleX(-1);
            -ms-transform: scaleX(-1);
                transform: scaleX(-1);
        margin-left: 5px; }
      .stat-slider__title_withdraw {
        color: #2C1A4E;
        -webkit-flex-direction: row-reverse;
           -moz-box-orient: horizontal;
           -moz-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
        .stat-slider__title_withdraw svg {
          fill: #2C1A4E;
          -webkit-transform: scaleY(-1);
             -moz-transform: scaleY(-1);
              -ms-transform: scaleY(-1);
                  transform: scaleY(-1);
          margin-right: 5px; }
    .stat-slider__nav .swiper-pagination {
      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: static;
      margin: 0; }
      .stat-slider__nav .swiper-pagination-bullet {
        outline: none;
        width: 10px;
        height: 10px;
        background-color: #2C1A4E;
        margin-right: 6px;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        opacity: 1;
        border-radius: 10px; }
        .stat-slider__nav .swiper-pagination-bullet:last-child {
          margin-right: 0; }
        .stat-slider__nav .swiper-pagination-bullet-active {
          background-color: #F88001;
          border: none;
          width: 36px;
          border-radius: 10px; }
    .stat-slider_depo .stat-item__arrow svg {
      fill: #3C546A; }

.invite {
  position: relative;
  z-index: 1;
  padding: 40px 0; }
  .invite .main-title {
    margin-bottom: 25px; }
  .invite:after {
    position: absolute;
    bottom: -60px;
    z-index: -1;
    left: 0;
    width: 100%;
    height: 782px;
    background-image: url(../assets/img/invite-line.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    content: ''; }
  .invite-wrap {
    position: relative;
    padding-left: 444px;
    min-height: 370px;
    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: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 991px) {
      .invite-wrap {
        padding-left: 400px; } }
    @media (max-width: 767px) {
      .invite-wrap {
        padding-left: 0; } }
  .invite-img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0; }
    @media (max-width: 767px) {
      .invite-img {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: translate(0, 0);
           -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0);
        margin-bottom: 15px; } }
    .invite-img img {
      max-width: 100%; }
  .invite-list {
    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: 30px; }
    .invite-list__item {
      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: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 100%;
      font-weight: 300;
      font-size: 14px;
      color: #1E405F;
      line-height: 1.3;
      margin-bottom: 20px; }
      .invite-list__item:last-child {
        margin-bottom: 0; }
      .invite-list__item img {
        margin-right: 7px; }

.about {
  position: relative;
  z-index: 1;
  padding: 15px 0; }
  .about-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;
    margin-top: -20px; }
    .about-list__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;
      position: relative;
      padding: 30px 0px 30px 70px;
      border-bottom: 1px solid rgba(197, 197, 197, 0.5);
      width: 100%; }
      .about-list__item:last-child {
        border-bottom: none; }
      .about-list__item img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0; }
      .about-list__item h3 {
        font-weight: 500;
        font-size: 18px;
        color: #1E405F;
        margin-bottom: 4px; }
      .about-list__item p {
        font-weight: 300;
        font-size: 14px;
        color: #1E405F;
        line-height: 1.3;
        max-width: 370px; }
  .about .stat-wrap {
    margin-bottom: 30px;
    padding: 30px; }
    .about .stat-wrap .stat-list {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      @media (max-width: 991px) {
        .about .stat-wrap .stat-list {
          -webkit-justify-content: space-around;
              -ms-flex-pack: distribute;
                  justify-content: space-around; } }
    .about .stat-wrap .stat-list__item {
      width: -moz-calc(100% / 5);
      width: calc(100% / 5); }
      @media (max-width: 991px) {
        .about .stat-wrap .stat-list__item {
          width: -moz-calc(100% / 2);
          width: calc(100% / 2);
          margin: 15px 0; } }
      @media (max-width: 480px) {
        .about .stat-wrap .stat-list__item {
          width: 100%; } }

.cert {
  position: relative;
  padding-left: 260px;
  margin-bottom: 30px;
  min-height: 311px; }
  @media (max-width: 575px) {
    .cert {
      padding-left: 0;
      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; } }
  .cert-img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    max-width: 220px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }
    @media (max-width: 575px) {
      .cert-img {
        position: static;
        -webkit-transform: translate(0, 0);
           -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0);
        margin-bottom: 30px; } }
    .cert-img img {
      max-width: 100%; }
  .cert-title {
    font-weight: 700;
    font-size: 20px;
    color: #2C1A4E;
    margin-bottom: 15px;
    text-transform: uppercase; }
    .cert-title span {
      display: block;
      color: #2C1A4E;
      font-size: 26px;
      margin-top: 10px; }

.news {
  padding: 30px 0; }
  .news-item {
    background: -moz-linear-gradient(274.78deg, rgba(240, 242, 249, 0.5) 50.29%, rgba(228, 231, 251, 0.5) 113.84%);
    background: linear-gradient(175.22deg, rgba(240, 242, 249, 0.5) 50.29%, rgba(228, 231, 251, 0.5) 113.84%);
    border-radius: 44px 66px 44px 40px;
    margin-bottom: 30px;
    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-top: 15px;
    margin-bottom: 15px;
    height: -moz-calc(100% - 30px);
    height: calc(100% - 30px); }
    .news-item__img {
      height: 220px;
      margin-top: -20px;
      width: 100%;
      text-align: center;
      pointer-events: 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: flex-end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 15px; }
      .news-item__img img {
        max-width: 100%; }
    .news-item__content {
      padding: 0px 30px 30px 30px;
      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; }
      .news-item__content h3 {
        margin-bottom: 10px;
        font-weight: 500;
        font-size: 14px;
        color: #1E405F; }
      .news-item__content p {
        font-weight: 300;
        font-size: 13px;
        color: #1E405F;
        line-height: 1.3;
        margin-bottom: 20px; }
        .news-item__content p:last-child {
          margin-bottom: 0; }
      .news-item__content .main-btn {
        text-transform: none; }
    .news-item__date {
      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: 10px;
      font-weight: 300;
      font-size: 12px;
      color: #5E82A3; }
      .news-item__date img {
        margin-right: 7px; }

.faq {
  width: 100%;
  padding: 50px 40px;
  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;
  background: -moz-linear-gradient(274.78deg, rgba(240, 242, 249, 0.5) 50.29%, rgba(228, 231, 251, 0.5) 113.84%);
  background: linear-gradient(175.22deg, rgba(240, 242, 249, 0.5) 50.29%, rgba(228, 231, 251, 0.5) 113.84%);
  border-radius: 44px 66px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  margin-top: -122px; }
  @media (max-width: 1395px) {
    .faq {
      margin-top: -200px; } }
  @media (max-width: 480px) {
    .faq {
      padding: 30px; } }
  @media (max-width: 1199px) {
    .faq {
      margin-top: 0; } }
  .faq .main-title {
    margin-bottom: 30px; }
  .faq-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;
    margin-bottom: 30px; }
    .faq-list__item {
      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;
      position: relative;
      padding: 15px 70px 15px 90px;
      border: 2px solid rgba(191, 190, 190, 0.3);
      border-radius: 18px;
      text-decoration: none;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      margin-bottom: 14px; }
      @media (max-width: 480px) {
        .faq-list__item {
          padding-left: 15px;
          padding-right: 30px; } }
      .faq-list__item:after {
        position: absolute;
        top: 50%;
        right: 35px;
        -webkit-transform: translate(50%, -50%) rotate(-90deg);
           -moz-transform: translate(50%, -50%) rotate(-90deg);
            -ms-transform: translate(50%, -50%) rotate(-90deg);
                transform: translate(50%, -50%) rotate(-90deg);
        width: 18px;
        height: 18px;
        background-image: url(../assets/img/header-lang-arrow.svg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center center;
        content: ''; }
        @media (max-width: 480px) {
          .faq-list__item:after {
            right: 20px;
            top: 20px;
            -webkit-transform: translate(50%, -50%) rotate(-90deg);
               -moz-transform: translate(50%, -50%) rotate(-90deg);
                -ms-transform: translate(50%, -50%) rotate(-90deg);
                    transform: translate(50%, -50%) rotate(-90deg); } }
      .faq-list__item:last-child {
        margin-bottom: 0;
        background: -moz-linear-gradient(343.56deg, #2C1A4E 26.59%, #481F63 85.99%);
        background: linear-gradient(106.44deg, #2C1A4E 26.59%, #481F63 85.99%);
        border: none;
        padding-right: 216px; }
        @media (max-width: 767px) {
          .faq-list__item:last-child {
            padding-right: 15px; } }
        .faq-list__item:last-child:after {
          display: none; }
        .faq-list__item:last-child h3 {
          color: #fff;
          font-size: 18px; }
        .faq-list__item:last-child p {
          color: #fff;
          max-width: 230px; }
        .faq-list__item:last-child .main-btn {
          right: 108px;
          top: 50%;
          -webkit-transform: translate(50%, -50%);
             -moz-transform: translate(50%, -50%);
              -ms-transform: translate(50%, -50%);
                  transform: translate(50%, -50%);
          position: absolute; }
          @media (max-width: 767px) {
            .faq-list__item:last-child .main-btn {
              position: relative;
              top: auto;
              left: auto;
              right: auto;
              -webkit-transform: translate(0, 0);
                 -moz-transform: translate(0, 0);
                  -ms-transform: translate(0, 0);
                      transform: translate(0, 0);
              margin-top: 10px; } }
      .faq-list__item:hover {
        border-color: rgba(248, 128, 1, 0.3); }
      .faq-list__item img {
        position: absolute;
        top: 50%;
        left: 45px;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        @media (max-width: 480px) {
          .faq-list__item img {
            position: relative;
            top: auto;
            left: auto;
            -webkit-transform: translate(0, 0);
               -moz-transform: translate(0, 0);
                -ms-transform: translate(0, 0);
                    transform: translate(0, 0);
            margin-bottom: 10px; } }
      .faq-list__item h3 {
        font-weight: 500;
        font-size: 15px;
        color: #1E405F;
        margin-bottom: 10px; }
      .faq-list__item p {
        line-height: 1.3;
        font-weight: 300;
        font-size: 14px;
        color: #1E405F; }
  .faq-bot {
    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;
    width: 100%; }
    @media (max-width: 480px) {
      .faq-bot {
        -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; } }
    .faq-bot p {
      font-weight: 300;
      font-size: 14px;
      color: #1E405F;
      margin-right: 50px;
      line-height: 1.3;
      max-width: 320px; }
      @media (max-width: 480px) {
        .faq-bot p {
          margin-right: 0;
          margin-bottom: 15px; } }
    .faq-bot .main-btn {
      white-space: nowrap; }
  .faq-tabs {
    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;
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (max-width: 991px) {
      .faq-tabs {
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .faq-tabs__item {
      margin: 0 10px 20px 10px;
      min-width: 210px;
      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;
      text-align: center;
      position: relative;
      z-index: 1;
      cursor: pointer;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .faq-tabs__item:before {
        display: block;
        opacity: 0; }
      @media (max-width: 1199px) {
        .faq-tabs__item {
          min-width: 180px; } }
      @media (max-width: 991px) {
        .faq-tabs__item {
          width: -moz-calc(100% / 2 - 10px);
          width: calc(100% / 2 - 10px);
          margin-left: 0;
          margin-right: 0;
          min-width: 0; } }
      @media (max-width: 480px) {
        .faq-tabs__item {
          width: -moz-calc(100% / 2 - 5px);
          width: calc(100% / 2 - 5px);
          font-size: 10px;
          padding: 15px 10px;
          margin-bottom: 10px; } }
      .faq-tabs__item:hover, .faq-tabs__item.active {
        color: #fff;
        border-color: transparent; }
        .faq-tabs__item:hover:after, .faq-tabs__item.active:after {
          border-color: transparent; }
        .faq-tabs__item:hover:before, .faq-tabs__item.active:before {
          opacity: 1;
          display: block; }
  .faq-wrap {
    width: 100%; }
    .faq-wrap .accordion {
      width: 100%; }
      .faq-wrap .accordion__item {
        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;
        padding-left: 115px;
        margin-bottom: 40px; }
        @media (max-width: 767px) {
          .faq-wrap .accordion__item {
            padding-left: 0;
            margin-bottom: 20px; } }
        .faq-wrap .accordion__item:last-child {
          margin-bottom: 0; }
        .faq-wrap .accordion__item.active .accordion__head {
          background-color: transparent;
          color: #2C1A4E; }
          .faq-wrap .accordion__item.active .accordion__head svg {
            opacity: 0.2;
            fill: #2C1A4E; }
      .faq-wrap .accordion__head {
        width: 100%;
        cursor: pointer;
        border: 1px solid rgba(44, 26, 78, 0.2);
        border-radius: 30px 12px;
        padding: 25px 60px 25px 30px;
        position: relative;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        font-weight: 700;
        font-size: 24px;
        color: #fff;
        background-color: #2C1A4E; }
        @media (max-width: 767px) {
          .faq-wrap .accordion__head {
            padding-left: 25px;
            font-size: 14px; } }
        .faq-wrap .accordion__head:hover {
          background-color: transparent;
          color: #2C1A4E; }
          .faq-wrap .accordion__head:hover svg {
            opacity: 0.2;
            fill: #2C1A4E; }
        .faq-wrap .accordion__head img {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: -100px;
          pointer-events: none; }
          @media (max-width: 767px) {
            .faq-wrap .accordion__head img {
              display: none; } }
        .faq-wrap .accordion__head svg {
          position: absolute;
          top: 50%;
          right: 30px;
          -webkit-transform: translate(50%, -50%);
             -moz-transform: translate(50%, -50%);
              -ms-transform: translate(50%, -50%);
                  transform: translate(50%, -50%);
          fill: #fff;
          opacity: 1;
          -moz-transition: all .3s ease;
          transition: all .3s ease;
          width: 10px;
          height: 10px; }
      .faq-wrap .accordion__body {
        margin-top: 30px;
        background-color: #2C1A4E;
        border-radius: 12px 30px;
        padding: 30px;
        width: 100%;
        display: none; }
        .faq-wrap .accordion__body p {
          width: 100%;
          font-weight: 400;
          font-size: 16px;
          color: #fff;
          line-height: 1.5;
          margin-bottom: 20px; }
          @media (max-width: 767px) {
            .faq-wrap .accordion__body p {
              font-size: 14px; } }
          .faq-wrap .accordion__body p:last-child {
            margin-bottom: 0; }

.footer {
  padding-top: 20px; }
  .footer-logo {
    margin-bottom: 15px;
    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-top {
    padding-bottom: 15px; }
    .footer-top .main-text {
      max-width: 325px; }
  .footer-menu {
    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;
    margin-bottom: 30px; }
    .footer-menu 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;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 14px;
      color: #2C1A4E;
      margin-bottom: 14px; }
      @media (max-width: 480px) {
        .footer-menu a {
          font-size: 10px; } }
      .footer-menu a:last-child {
        margin-bottom: 0; }
      .footer-menu a:hover, .footer-menu a.active {
        color: #F88001; }
      .footer-menu a svg {
        width: 5px;
        height: 5px;
        margin-right: 7px;
        fill: #F88001; }
  .footer-title {
    font-weight: 500;
    font-size: 14px;
    color: #2C1A4E;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .footer-soc {
    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: 5px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .footer-soc 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: 300;
      font-size: 12px;
      color: #1E405F;
      margin-right: 15px;
      margin-bottom: 10px; }
      @media (max-width: 480px) {
        .footer-soc a {
          font-size: 10px;
          margin-right: 5px; } }
      .footer-soc a:last-child {
        margin-right: 0; }
      .footer-soc a:hover {
        color: #F88001; }
        .footer-soc a:hover .footer-soc__icon svg {
          fill: #F88001; }
    .footer-soc__icon {
      width: 25px;
      height: 25px;
      border-radius: 50%;
      background: -moz-linear-gradient(274.78deg, rgba(240, 242, 249, 0.5) 50.29%, rgba(228, 231, 251, 0.5) 113.84%);
      background: linear-gradient(175.22deg, rgba(240, 242, 249, 0.5) 50.29%, rgba(228, 231, 251, 0.5) 113.84%);
      margin-right: 6px;
      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; }
      .footer-soc__icon svg {
        width: 12px;
        height: 12px;
        fill: #3C1E5C;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
    .footer-soc_center {
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .footer-wallet {
    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;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 20px;
    width: 100%; }
    .footer-wallet__item {
      width: 30px;
      height: 30px;
      border-radius: 3px 5px 2px 6px;
      border: 1px solid #F88001;
      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-right: 10px;
      margin-bottom: 10px; }
      .footer-wallet__item:last-child {
        margin-right: 0; }
      .footer-wallet__item svg {
        width: 16px;
        height: 16px;
        fill: #3C1D5C; }
  .footer .main-text p {
    font-size: 12px; }
  .footer-bot {
    background-image: url("../assets/img/footer-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 40px; }
    .footer-bot .footer-title {
      color: #fff; }
    .footer-bot .main-text p {
      color: #fff; }
    .footer-bot .main-btn {
      color: #fff;
      text-transform: none; }
      .footer-bot .main-btn:hover {
        color: #F88001; }
  .footer-contacts {
    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;
    margin-bottom: 20px; }
    .footer-contacts p {
      font-weight: 300;
      font-size: 12px;
      color: #fff;
      line-height: 1.3; }
  .footer-copy {
    padding: 30px 15px;
    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;
    text-align: center;
    background-color: rgba(45, 27, 79, 0.9);
    font-weight: 300;
    font-size: 14px;
    color: #fff; }
    @media (max-width: 575px) {
      .footer-copy {
        padding: 15px;
        font-size: 10px; } }

.calc {
  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;
  background: -moz-linear-gradient(274.78deg, rgba(240, 242, 249, 0.5) 50.29%, rgba(228, 231, 251, 0.5) 113.84%);
  background: linear-gradient(175.22deg, rgba(240, 242, 249, 0.5) 50.29%, rgba(228, 231, 251, 0.5) 113.84%);
  border-radius: 30px;
  padding: 40px;
  margin-bottom: 0px; }
  @media (max-width: 1199px) {
    .calc {
      margin-top: 30px; } }
  @media (max-width: 480px) {
    .calc {
      padding: 20px; } }
  .calc .main-btn {
    padding: 20px 60px;
    font-size: 20px; }
  .calc-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;
    font-weight: 900;
    font-size: 22px;
    color: #2C1A4E;
    text-transform: uppercase;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .calc-title {
        margin-bottom: 20px; } }
    .calc-title svg {
      width: 45px;
      height: 45px;
      margin-right: 20px;
      fill: #2C1A4E; }
  .calc-nav {
    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;
    width: 100%;
    margin-bottom: 60px; }
    .calc-nav:last-child {
      margin-bottom: 0px; }
    @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;
        width: 100%; } }
  .calc-info {
    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: 40px;
    width: 100%; }
    @media (max-width: 480px) {
      .calc-info {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .calc-info__item {
      position: relative;
      margin-right: 24px;
      white-space: nowrap;
      width: -moz-calc(100% / 3);
      width: calc(100% / 3);
      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; }
      @media (max-width: 767px) {
        .calc-info__item {
          padding-left: 0;
          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;
          width: 50%;
          min-width: 0;
          margin-right: 0; } }
      @media (max-width: 480px) {
        .calc-info__item {
          width: 50%;
          margin-bottom: 15px; }
          .calc-info__item:last-child {
            margin-bottom: 0; } }
      .calc-info__item:last-child {
        margin-right: 0; }
      .calc-info__item p {
        font-weight: 400;
        font-size: 14px;
        color: #3C546A;
        margin-bottom: 6px; }
        .calc-info__item p:last-child {
          margin-bottom: 0; }
      .calc-info__item span {
        font-weight: 700;
        font-size: 40px;
        color: #2C1A4E;
        margin-bottom: 6px; }
        @media (max-width: 1395px) {
          .calc-info__item span {
            font-size: 30px; } }
        @media (max-width: 767px) {
          .calc-info__item span {
            font-size: 26px; } }
        .calc-info__item span:last-child {
          margin-bottom: 0; }
      .calc-info__item svg {
        width: 45px;
        height: 45px;
        fill: #2C1A4E;
        margin-bottom: 10px; }
        @media (max-width: 767px) {
          .calc-info__item svg {
            position: static;
            -webkit-transform: translate(0, 0);
               -moz-transform: translate(0, 0);
                -ms-transform: translate(0, 0);
                    transform: translate(0, 0);
            margin-bottom: 10px; } }
  .calc-input {
    width: 100%;
    position: relative;
    margin-bottom: 30px; }
    .calc-input:last-child {
      margin-bottom: 0px; }
    @media (max-width: 480px) {
      .calc-input {
        max-width: 100%; } }
    .calc-input span {
      position: absolute;
      right: 20px;
      top: 50%;
      -webkit-transform: translate(50%, -50%);
         -moz-transform: translate(50%, -50%);
          -ms-transform: translate(50%, -50%);
              transform: translate(50%, -50%);
      font-weight: 700;
      font-size: 22px;
      color: #2C1A4E; }
    .calc-input ::-webkit-input-placeholder {
      color: #2C1A4E; }
    .calc-input :-moz-placeholder {
      color: #2C1A4E; }
    .calc-input ::-moz-placeholder {
      color: #2C1A4E; }
    .calc-input :-ms-input-placeholder {
      color: #2C1A4E; }
    .calc-input ::placeholder {
      color: #2C1A4E; }
    .calc-input input {
      width: 100%;
      border: 1px solid rgba(44, 26, 78, 0.6);
      border-radius: 12px;
      padding: 0 40px 0 20px;
      font-weight: 700;
      font-size: 22px;
      color: #2C1A4E;
      background-color: transparent;
      height: 70px;
      outline: none; }
  .calc-select {
    width: 100%;
    margin-bottom: 30px; }
    .calc-select:last-child {
      margin-bottom: 0px; }
    @media (max-width: 480px) {
      .calc-select {
        margin-right: 0;
        margin-bottom: 10px;
        max-width: 100%; } }
    .calc-select:last-child {
      margin-right: 0; }
    .calc-select .jq-selectbox {
      width: 100%; }
      .calc-select .jq-selectbox__select {
        height: 70px;
        border: 1px solid rgba(44, 26, 78, 0.6) !important;
        box-shadow: none !important;
        text-shadow: none !important;
        background: transparent !important;
        padding-left: 25px;
        padding-right: 50px;
        border-radius: 12px;
        font-weight: 800;
        font-size: 20px;
        color: #2C1A4E;
        line-height: 70px;
        width: 100%;
        text-transform: uppercase; }
      .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: #2C1A4E !important; }
      .calc-select .jq-selectbox__dropdown {
        border-radius: 12px;
        background: -moz-linear-gradient(268.17deg, white 1.55%, white 157.32%);
        background: linear-gradient(181.83deg, white 1.55%, white 157.32%);
        border: none !important;
        overflow: hidden;
        z-index: 10; }
        .calc-select .jq-selectbox__dropdown li {
          color: #2C1A4E;
          font-weight: 400;
          -moz-transition: all .3s ease;
          transition: all .3s ease;
          padding: 20px 15px;
          font-weight: 800;
          font-size: 20px;
          text-transform: uppercase; }
          .calc-select .jq-selectbox__dropdown li:hover, .calc-select .jq-selectbox__dropdown li.sel {
            background-color: #F88001;
            color: #fff; }

.pagination {
  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; }
  .pagination li {
    margin-right: 10px; }
    @media (max-width: 480px) {
      .pagination li {
        margin-right: 7px; } }
    .pagination li:last-child {
      margin-right: 0; }
    .pagination li.prev a svg {
      -webkit-transform: scaleX(-1);
         -moz-transform: scaleX(-1);
          -ms-transform: scaleX(-1);
              transform: scaleX(-1); }
    .pagination li.active a {
      color: #fff; }
      .pagination li.active a:before {
        opacity: 1; }
  .pagination a {
    position: relative;
    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;
    text-align: center;
    padding-top: 2px;
    width: 30px;
    height: 30px;
    font-display: none;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    color: #2C1A4E;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer; }
    @media (max-width: 480px) {
      .pagination a {
        width: 24px;
        height: 24px;
        font-size: 12px; } }
    .pagination a:hover {
      color: #fff; }
      .pagination a:hover:before {
        opacity: 1; }
      .pagination a:hover svg {
        fill: #fff; }
    .pagination a:after {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -2;
      box-shadow: inset 0px 4px 12px rgba(0, 0, 0, 0.12);
      border-radius: 5px 10px 5px 10px;
      content: '';
      opacity: 1;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      border: 1px solid #F88001; }
    .pagination a svg {
      fill: #2C1A4E;
      width: 10px;
      height: 10px;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .pagination a:before {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      background: -moz-linear-gradient(116.32deg, #FFB701 -16.66%, #FF6200 83.09%);
      background: linear-gradient(333.68deg, #FFB701 -16.66%, #FF6200 83.09%);
      box-shadow: inset 0px 4px 12px rgba(0, 0, 0, 0.12);
      border-radius: 5px 10px 5px 10px;
      content: '';
      opacity: 0;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      opacity: 0; }

@media (max-width: 767px) {
  .contacts {
    padding: 30px 0; } }

.contacts .footer-soc {
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .contacts .footer-soc a {
    margin: 0 20px 20px 20px; }
    @media (max-width: 480px) {
      .contacts .footer-soc a {
        margin: 0 10px 20px 10px; } }

.contacts-link {
  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;
  max-width: 300px;
  margin: 0 auto 40px auto; }
  @media (max-width: 767px) {
    .contacts-link {
      margin-bottom: 20px; } }
  .contacts-link p {
    font-weight: 500;
    font-size: 12px;
    color: rgba(44, 26, 78, 0.3);
    margin-bottom: 7px; }
  .contacts-link a {
    font-weight: 700;
    font-size: 16px;
    color: #2C1A4E;
    text-decoration: none;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    .contacts-link a:hover {
      color: #F88001; }

.contacts-form {
  padding: 40px 60px;
  margin-bottom: 30px;
  background: -moz-linear-gradient(274.78deg, rgba(240, 242, 249, 0.5) 50.29%, rgba(228, 231, 251, 0.5) 113.84%);
  background: linear-gradient(175.22deg, rgba(240, 242, 249, 0.5) 50.29%, rgba(228, 231, 251, 0.5) 113.84%);
  border-radius: 30px; }
  @media (max-width: 575px) {
    .contacts-form {
      padding: 20px 20px; } }
  .contacts-form__text {
    font-weight: 500;
    font-size: 12px;
    color: #3C546A;
    line-height: 1.3;
    margin-bottom: 20px; }

.contacts-input {
  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;
  width: 100%;
  margin-bottom: 30px;
  position: relative; }
  .contacts-input p {
    font-weight: 500;
    font-size: 14px;
    color: #3c546a;
    margin-bottom: 14px; }
  .contacts-input input {
    width: 100%;
    background-color: transparent;
    border: 1px solid rgba(60, 84, 106, 0.3);
    border-radius: 6px 15px;
    outline: none;
    padding: 20px;
    font-weight: 700;
    font-size: 14px;
    color: #2C1A4E;
    height: 64px;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    .contacts-input input:focus {
      border-color: rgba(248, 128, 1, 0.3); }
  .contacts-input textarea {
    width: 100%;
    background-color: transparent;
    border: 1px solid rgba(60, 84, 106, 0.3);
    border-radius: 6px 15px;
    outline: none;
    padding: 20px;
    font-weight: 700;
    font-size: 14px;
    color: #2C1A4E;
    height: 156px;
    resize: none;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    .contacts-input textarea:focus {
      border-color: rgba(248, 128, 1, 0.3); }
  .contacts-input_capch input {
    padding-left: 60px; }
  .contacts-input_capch img {
    left: 30px;
    max-width: 80px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.contacts-capch {
  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: 20px; }
  .contacts-capch .contacts-input {
    margin-bottom: 0;
    margin-right: 30px; }
  .contacts-capch .main-btn {
    padding: 20px 20px;
    font-size: 20px; }

.sign {
  padding: 30px 30px 15px 30px;
  background: -moz-linear-gradient(274.78deg, rgba(240, 242, 249, 0.5) 50.29%, rgba(228, 231, 251, 0.5) 113.84%);
  background: linear-gradient(175.22deg, rgba(240, 242, 249, 0.5) 50.29%, rgba(228, 231, 251, 0.5) 113.84%);
  border-radius: 30px; }
  @media (max-width: 1199px) {
    .sign {
      margin: 30px 0; } }
  .sign .contacts-input {
    margin-bottom: 15px; }
    .sign .contacts-input input {
      height: 50px; }
    .sign .contacts-input_capch img {
      bottom: 25px;
      -webkit-transform: translate(-50%, 50%);
         -moz-transform: translate(-50%, 50%);
          -ms-transform: translate(-50%, 50%);
              transform: translate(-50%, 50%); }
  .sign .contacts-capch .contacts-input {
    margin-bottom: 0; }
  .sign .contacts-capch .main-btn {
    padding: 15px; }
  .sign-link {
    font-size: 14px;
    color: #F88001;
    font-weight: 700;
    margin-bottom: 15px;
    text-decoration: none;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    display: block; }
    .sign-link:hover {
      color: #2C1A4E; }
  .sign-check {
    margin-bottom: 15px;
    display: block; }
    .sign-check input {
      display: none; }
      .sign-check input:checked + span:before {
        opacity: 1; }
    .sign-check span {
      position: relative;
      padding-left: 30px;
      font-weight: 400;
      font-size: 14px;
      color: #3C546A; }
      @media (max-width: 480px) {
        .sign-check span {
          font-size: 12px; } }
      .sign-check span a {
        color: #F88001;
        font-weight: 700; }
        .sign-check span a:hover {
          text-decoration: none; }
      .sign-check span:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        width: 20px;
        height: 20px;
        border-radius: 5px 10px;
        border: 1px solid #F88001;
        content: ''; }
      .sign-check span:before {
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 10px;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 10px;
        height: 10px;
        border-radius: 3px 6px;
        background-color: #F88001;
        content: ''; }
