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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'Barlow';
  src: url("../fonts/Barlow/Barlow-MediumItalic.eot");
  src: local("Barlow Medium Italic"), local("Barlow-MediumItalic"), url("../fonts/Barlow/Barlow-MediumItalicd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow/Barlow-MediumItalic.woff2") format("woff2"), url("../fonts/Barlow/Barlow-MediumItalic.woff") format("woff"), url("../fonts/Barlow/Barlow-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Barlow';
  src: url("../fonts/Barlow/Barlow-BlackItalic.eot");
  src: local("Barlow Black Italic"), local("Barlow-BlackItalic"), url("../fonts/Barlow/Barlow-BlackItalicd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow/Barlow-BlackItalic.woff2") format("woff2"), url("../fonts/Barlow/Barlow-BlackItalic.woff") format("woff"), url("../fonts/Barlow/Barlow-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Barlow';
  src: url("../fonts/Barlow/Barlow-ThinItalic.eot");
  src: local("Barlow Thin Italic"), local("Barlow-ThinItalic"), url("../fonts/Barlow/Barlow-ThinItalicd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow/Barlow-ThinItalic.woff2") format("woff2"), url("../fonts/Barlow/Barlow-ThinItalic.woff") format("woff"), url("../fonts/Barlow/Barlow-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic; }

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

@font-face {
  font-family: 'Barlow';
  src: url("../fonts/Barlow/Barlow-ExtraLightItalic.eot");
  src: local("Barlow ExtraLight Italic"), local("Barlow-ExtraLightItalic"), url("../fonts/Barlow/Barlow-ExtraLightItalicd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow/Barlow-ExtraLightItalic.woff2") format("woff2"), url("../fonts/Barlow/Barlow-ExtraLightItalic.woff") format("woff"), url("../fonts/Barlow/Barlow-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic; }

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

@font-face {
  font-family: 'Barlow';
  src: url("../fonts/Barlow/Barlow-ExtraBoldItalic.eot");
  src: local("Barlow ExtraBold Italic"), local("Barlow-ExtraBoldItalic"), url("../fonts/Barlow/Barlow-ExtraBoldItalicd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow/Barlow-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Barlow/Barlow-ExtraBoldItalic.woff") format("woff"), url("../fonts/Barlow/Barlow-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic; }

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

@font-face {
  font-family: 'Barlow';
  src: url("../fonts/Barlow/Barlow-BoldItalic.eot");
  src: local("Barlow Bold Italic"), local("Barlow-BoldItalic"), url("../fonts/Barlow/Barlow-BoldItalicd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow/Barlow-BoldItalic.woff2") format("woff2"), url("../fonts/Barlow/Barlow-BoldItalic.woff") format("woff"), url("../fonts/Barlow/Barlow-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic; }

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

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

@font-face {
  font-family: 'Barlow';
  src: url("../fonts/Barlow/Barlow-LightItalic.eot");
  src: local("Barlow Light Italic"), local("Barlow-LightItalic"), url("../fonts/Barlow/Barlow-LightItalicd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow/Barlow-LightItalic.woff2") format("woff2"), url("../fonts/Barlow/Barlow-LightItalic.woff") format("woff"), url("../fonts/Barlow/Barlow-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Barlow';
  src: url("../fonts/Barlow/Barlow-SemiBoldItalic.eot");
  src: local("Barlow SemiBold Italic"), local("Barlow-SemiBoldItalic"), url("../fonts/Barlow/Barlow-SemiBoldItalicd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow/Barlow-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Barlow/Barlow-SemiBoldItalic.woff") format("woff"), url("../fonts/Barlow/Barlow-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic; }

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

@-webkit-keyframes header_anim {
  0% {
    background-position-y: 0px; }
  50% {
    background-position-y: -15px; }
  100% {
    background-position-y: 0px; } }

@-moz-keyframes header_anim {
  0% {
    background-position-y: 0px; }
  50% {
    background-position-y: -15px; }
  100% {
    background-position-y: 0px; } }

@keyframes header_anim {
  0% {
    background-position-y: 0px; }
  50% {
    background-position-y: -15px; }
  100% {
    background-position-y: 0px; } }

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

html, body {
  font-family: "Barlow", 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-color: #0C1A3D;
  z-index: 1;
  color: #fff; }
  @media (min-width: 1320px) {
    .wrapper .container {
      max-width: 1320px; } }
  .wrapper_page:after {
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 4;
    background-image: url(../img/page-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top; }
    @media (max-width: 1500px) {
      .wrapper_page:after {
        display: none; } }

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

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

.copy-success {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  border-radius: 50%;
  border: 8px solid #0834A1;
  width: 100px;
  height: 100px;
  display: none; }
  .copy-success 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: #0834A1;
    width: 50px;
    height: 50px; }

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

.copy-success {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background-color: #fff;
  z-index: 9999;
  display: none;
  border: 7px solid #E225E4; }
  .copy-success 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: #E225E4;
    width: 50%;
    height: 50%; }

.header {
  width: 100%;
  padding-bottom: 30px;
  position: relative;
  z-index: 3; }
  .header-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1548px;
    z-index: -1;
    pointer-events: none;
    background-image: url("../img/bg-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-position: center top;
    -webkit-animation-name: header_anim;
       -moz-animation-name: header_anim;
            animation-name: header_anim;
    -webkit-animation-duration: 2s;
       -moz-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
       -moz-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
       -moz-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
    @media (max-width: 991px) {
      .header-bg {
        opacity: 0.6; } }
    .header-bg_2 {
      background-image: url(../img/bg-2.png); }
    .header-bg_3 {
      background-image: url(../img/bg-3.png); }
    .header-bg_4 {
      background-image: url(../img/bg-4.png); }
    .header-bg_5 {
      background-image: url(../img/bg-5.png); }
    .header-bg_6 {
      background-image: url(../img/bg-6.png); }
    .header-bg_7 {
      background-image: url(../img/bg-7.png); }
  .header-top {
    padding: 30px 0;
    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: 60px; }
    @media (max-width: 1199px) {
      .header-top {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    @media (max-width: 991px) {
      .header-top {
        padding: 15px 0;
        margin-bottom: 30px; } }
  .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;
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    font-size: 30px;
    cursor: pointer;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    @media (max-width: 480px) {
      .header-logo {
        font-size: 26px; } }
    .header-logo span {
      font-weight: 700;
      text-transform: uppercase; }
    .header-logo img {
      max-width: 58px;
      margin-right: 15px;
      width: 100%; }
  .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: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (max-width: 1199px) {
      .header-menu {
        position: fixed;
        top: 0;
        left: 0;
        min-height: -moz-calc(var(--vh, 1vh) * 100);
        min-height: calc(var(--vh, 1vh) * 100);
        -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: 10px 0;
        max-width: 260px;
        width: 100%;
        background-color: #0C1A3D;
        z-index: 1000;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-transform: translateX(-100%);
           -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%);
        opacity: 0; } }
    .header-menu.active {
      -webkit-transform: translateX(0);
         -moz-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      opacity: 1; }
    .header-menu a {
      margin-right: 40px;
      font-weight: 300;
      font-size: 20px;
      color: #fff;
      text-decoration: none;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      @media (max-width: 1319px) {
        .header-menu a {
          margin-right: 20px;
          font-size: 16px; } }
      @media (max-width: 1199px) {
        .header-menu a {
          font-size: 26px;
          font-weight: 700;
          margin-right: 0;
          margin-bottom: 10px;
          padding: 5px 15px;
          width: 100%;
          border-left: 2px solid transparent; } }
      .header-menu a:hover, .header-menu a.active {
        color: #E225E4; }
        @media (max-width: 1199px) {
          .header-menu a:hover, .header-menu a.active {
            border-left-color: #E225E4; } }
      .header-menu a:last-child {
        margin-right: 0; }
  .header-lang {
    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: 500;
    font-size: 20px;
    color: #fff;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    z-index: 10;
    margin-right: 30px;
    padding: 10px 20px 10px 10px;
    cursor: pointer; }
    @media (max-width: 1199px) {
      .header-lang {
        margin-right: 10px; } }
    .header-lang:hover .header-lang__hide {
      opacity: 1;
      pointer-events: all; }
    .header-lang:last-child {
      margin-right: 0; }
    .header-lang > svg {
      margin-left: 8px;
      width: 10px;
      height: 10px;
      fill: #fff;
      margin-left: 8px;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .header-lang__hide {
      position: absolute;
      left: 0;
      min-width: 100%;
      top: -moz-calc(100% + 10px);
      top: calc(100% + 10px);
      background-color: #fff;
      border-radius: 22px 12px 22px 6px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: 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;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      opacity: 0;
      pointer-events: none; }
      .header-lang__hide:after {
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 10px;
        content: ''; }
      .header-lang__hide a {
        padding: 10px;
        text-decoration: none;
        color: #0C1A3D;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        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%;
        font-size: 16px;
        font-weight: 500;
        opacity: 0.7; }
        .header-lang__hide a:hover, .header-lang__hide a.active {
          opacity: 1; }
        .header-lang__hide a svg {
          width: 20px;
          height: 20px;
          border-radius: 50%;
          overflow: hidden; }
  .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: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 1199px) {
      .header-nav {
        width: 100%;
        margin-top: 10px; } }
  .header-btns {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .header-btn {
    margin-right: 9px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 22px 12px 22px 6px;
    position: relative;
    z-index: 1;
    padding: 15px 28px;
    background: -moz-linear-gradient(251.87deg, #7000FF -12.25%, rgba(37, 1, 255, 0.567708) 30.94%, rgba(85, 16, 173, 0) 87.66%);
    background: linear-gradient(198.13deg, #7000FF -12.25%, rgba(37, 1, 255, 0.567708) 30.94%, rgba(85, 16, 173, 0) 87.66%);
    text-align: center; }
    @media (max-width: 1199px) {
      .header-btn {
        padding: 10px 20px; } }
    .header-btn:hover {
      background: -moz-linear-gradient(288.13deg, #7000FF -12.25%, rgba(37, 1, 255, 0.567708) 30.94%, rgba(85, 16, 173, 0) 87.66%);
      background: linear-gradient(-198.13deg, #7000FF -12.25%, rgba(37, 1, 255, 0.567708) 30.94%, rgba(85, 16, 173, 0) 87.66%); }
    .header-btn:last-child {
      margin-right: 0; }
    .header-btn_pp {
      background: -moz-linear-gradient(251.87deg, #6029A5 -12.25%, rgba(132, 30, 168, 0.567708) 30.94%, rgba(85, 16, 173, 0) 87.66%);
      background: linear-gradient(198.13deg, #6029A5 -12.25%, rgba(132, 30, 168, 0.567708) 30.94%, rgba(85, 16, 173, 0) 87.66%); }
      .header-btn_pp:hover {
        background: -moz-linear-gradient(288.13deg, #6029A5 -12.25%, rgba(132, 30, 168, 0.567708) 30.94%, rgba(85, 16, 173, 0) 87.66%);
        background: linear-gradient(-198.13deg, #6029A5 -12.25%, rgba(132, 30, 168, 0.567708) 30.94%, rgba(85, 16, 173, 0) 87.66%); }
  .header-title {
    font-weight: 400;
    font-size: 55px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1; }
    @media (max-width: 1319px) {
      .header-title {
        font-size: 40px; } }
    @media (max-width: 575px) {
      .header-title {
        font-size: 20px; } }
    .header-title span {
      display: block;
      font-size: 77px;
      text-transform: uppercase;
      font-weight: 700; }
      @media (max-width: 1319px) {
        .header-title span {
          font-size: 60px; } }
      @media (max-width: 575px) {
        .header-title span {
          font-size: 36px; } }
  .header-text {
    max-width: 480px;
    font-weight: 300;
    font-size: 22px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      .header-text {
        margin-bottom: 30px; } }
    @media (max-width: 575px) {
      .header-text {
        font-size: 18px; } }
  .header-link {
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 26px;
    color: #E225E4;
    text-transform: uppercase;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 100px;
    display: block; }
    @media (max-width: 991px) {
      .header-link {
        margin-bottom: 50px; } }
    .header-link:hover {
      text-decoration: underline; }
  .header-info {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: center;
    background: -moz-linear-gradient(bottom, rgba(12, 26, 61, 0.4) 82.56%, rgba(12, 26, 61, 0) 96.51%);
    background: linear-gradient(0deg, rgba(12, 26, 61, 0.4) 82.56%, rgba(12, 26, 61, 0) 96.51%);
    border-radius: 77px;
    padding: 0 60px 40px 60px;
    margin-bottom: 18px; }
    @media (max-width: 575px) {
      .header-info {
        padding: 20px; } }
    .header-info__title {
      font-weight: 700;
      font-size: 22px;
      color: #fff;
      margin-bottom: 28px; }
    .header-info__icon {
      max-width: 113px;
      margin-bottom: 20px; }
      .header-info__icon img {
        width: 100%; }
    .header-info__text {
      font-weight: 300;
      font-size: 22px;
      color: #fff;
      margin-bottom: 7px; }
      @media (max-width: 1199px) {
        .header-info__text {
          font-size: 18px; } }
    .header-info__percent {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 30px; }
      .header-info__percent > span {
        font-weight: 800;
        font-size: 77px;
        color: #fff;
        margin-right: 15px; }
        @media (max-width: 1199px) {
          .header-info__percent > span {
            font-size: 54px; } }
      .header-info__percent p {
        font-weight: 300;
        font-size: 22px;
        color: #fff;
        text-align: left; }
        @media (max-width: 1199px) {
          .header-info__percent p {
            font-size: 18px; } }
        .header-info__percent p span {
          display: block;
          font-size: 44px;
          font-weight: 500; }
          @media (max-width: 1199px) {
            .header-info__percent p span {
              font-size: 32px; } }
    .header-info__val {
      margin-bottom: 40px;
      font-weight: 600;
      font-size: 44px;
      color: #E225E4; }
      @media (max-width: 1199px) {
        .header-info__val {
          font-size: 36px; } }
    @media (max-width: 575px) {
      .header-info .main-btn {
        width: 100%; } }
  .header-burger {
    display: none;
    width: 30px;
    height: 20px;
    position: relative; }
    @media (max-width: 1199px) {
      .header-burger {
        display: block; } }
    .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;
      background-color: #fff;
      border-radius: 10px;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .header-burger:after {
      width: 100%;
      height: 2px;
      background-color: #fff;
      border-radius: 10px;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      content: '';
      top: 0;
      left: 0;
      position: absolute; }
    .header-burger:before {
      width: 100%;
      height: 2px;
      background-color: #fff;
      border-radius: 10px;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      content: '';
      bottom: 0;
      left: 0;
      position: absolute; }
    .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 {
      top: 50%;
      left: 50%;
      bottom: auto;
      -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-bot {
    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) {
      .header-bot {
        -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; } }
  .header-stat {
    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; }
    @media (max-width: 1199px) {
      .header-stat {
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .header-stat {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 0; } }
    .header-stat__item {
      margin-right: 20px;
      padding: 30px 20px 30px 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;
      background: -moz-linear-gradient(251.87deg, #6029A5 -12.25%, rgba(132, 30, 168, 0.567708) 30.94%, rgba(85, 16, 173, 0) 87.66%);
      background: linear-gradient(198.13deg, #6029A5 -12.25%, rgba(132, 30, 168, 0.567708) 30.94%, rgba(85, 16, 173, 0) 87.66%);
      border-radius: 22px 12px 22px 6px; }
      @media (max-width: 1319px) {
        .header-stat__item {
          padding: 20px; } }
      @media (max-width: 767px) {
        .header-stat__item {
          width: -moz-calc(100% / 2 - 15px);
          width: calc(100% / 2 - 15px);
          margin-right: 0;
          margin-bottom: 30px; } }
      @media (max-width: 480px) {
        .header-stat__item {
          padding: 15px;
          width: -moz-calc(100% / 2 - 7px);
          width: calc(100% / 2 - 7px);
          margin-bottom: 15px;
          border-radius: 12px 6px; } }
      .header-stat__item:last-child {
        margin-right: 0; }
      .header-stat__item p {
        font-weight: 300;
        font-size: 14px;
        color: #fff; }
        @media (max-width: 480px) {
          .header-stat__item p {
            font-size: 12px; } }
      .header-stat__item span {
        font-weight: 700;
        font-size: 32px;
        color: #fff; }
        @media (max-width: 1319px) {
          .header-stat__item span {
            font-size: 28px; } }
        @media (max-width: 991px) {
          .header-stat__item span {
            font-size: 20px; } }
        @media (max-width: 480px) {
          .header-stat__item span {
            font-size: 18px; } }
  .header-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-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .header-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;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      font-weight: 300;
      font-size: 20px;
      color: #fff;
      text-decoration: none;
      padding-right: 30px;
      margin-right: 30px;
      border-right: 1px solid #5B368A; }
      @media (max-width: 1319px) {
        .header-soc a {
          padding-right: 20px;
          margin-right: 20px;
          font-size: 16px; } }
      @media (max-width: 480px) {
        .header-soc a {
          margin-right: 15px;
          padding-right: 15px;
          font-size: 14px; } }
      .header-soc a:hover {
        color: #E225E4; }
        .header-soc a:hover svg {
          fill: #E225E4; }
      .header-soc a:last-child {
        margin-right: 0;
        padding-right: 0;
        border-right: none; }
      .header-soc a svg {
        width: 27px;
        height: 27px;
        fill: #fff;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        margin-right: 12px; }
        @media (max-width: 480px) {
          .header-soc a svg {
            width: 20px;
            height: 20px; } }
  .header_about .header-top {
    margin-bottom: 110px; }
    @media (max-width: 767px) {
      .header_about .header-top {
        margin-bottom: 30px; } }
  .header_about .header-soc {
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 90px; }
    @media (max-width: 767px) {
      .header_about .header-soc {
        margin-bottom: 30px; } }

.payment {
  position: absolute;
  top: 40px;
  left: 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: 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: 1580px) {
    .payment {
      left: 15px; } }
  @media (max-width: 1485px) {
    .payment {
      display: none; } }
  .payment-title {
    max-width: 70px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .payment-item {
    border-radius: 22.6377px 12.3478px 22.6377px 6.17391px;
    background: -moz-linear-gradient(251.87deg, #26074D -12.25%, rgba(59, 24, 134, 0.567708) 30.94%, rgba(85, 16, 173, 0) 87.66%);
    background: linear-gradient(198.13deg, #26074D -12.25%, rgba(59, 24, 134, 0.567708) 30.94%, rgba(85, 16, 173, 0) 87.66%);
    width: 71px;
    height: 69px;
    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: 10px; }
    .payment-item:last-child {
      margin-bottom: 0; }
    .payment-item:hover {
      background: -moz-linear-gradient(251.87deg, #6029A5 -12.25%, rgba(132, 30, 168, 0.567708) 30.94%, rgba(85, 16, 173, 0) 87.66%);
      background: linear-gradient(198.13deg, #6029A5 -12.25%, rgba(132, 30, 168, 0.567708) 30.94%, rgba(85, 16, 173, 0) 87.66%); }

.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: 28px 50px;
  min-width: 290px;
  background: -moz-linear-gradient(251.87deg, #7000FF -12.25%, rgba(37, 1, 255, 0.567708) 30.94%, rgba(85, 16, 173, 0.37) 87.66%);
  background: linear-gradient(198.13deg, #7000FF -12.25%, rgba(37, 1, 255, 0.567708) 30.94%, rgba(85, 16, 173, 0.37) 87.66%);
  border-radius: 100px;
  text-decoration: none;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: none;
  cursor: pointer;
  outline: none; }
  @media (max-width: 767px) {
    .main-btn {
      padding: 20px;
      font-size: 18px; } }
  @media (max-width: 575px) {
    .main-btn {
      min-width: 0; } }
  .main-btn:hover {
    background: -moz-linear-gradient(288.13deg, #7000FF -12.25%, rgba(37, 1, 255, 0.567708) 30.94%, rgba(85, 16, 173, 0.37) 87.66%);
    background: linear-gradient(-198.13deg, #7000FF -12.25%, rgba(37, 1, 255, 0.567708) 30.94%, rgba(85, 16, 173, 0.37) 87.66%); }
  .main-btn_sm {
    padding: 20px 30px;
    font-size: 16px;
    min-width: 0; }
  .main-btn_m {
    margin-bottom: 30px; }

.main-title {
  font-weight: 400;
  font-size: 55px;
  color: #fff;
  margin-bottom: 25px;
  line-height: 1;
  position: relative;
  z-index: 2; }
  @media (max-width: 1319px) {
    .main-title {
      font-size: 40px; } }
  @media (max-width: 575px) {
    .main-title {
      font-size: 20px; } }
  .main-title span {
    display: block;
    font-size: 77px;
    text-transform: uppercase;
    font-weight: 700; }
    @media (max-width: 1319px) {
      .main-title span {
        font-size: 60px; } }
    @media (max-width: 575px) {
      .main-title span {
        font-size: 36px; } }
  .main-title_inline span {
    display: inline-block; }

.main-text {
  margin-bottom: 50px;
  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;
  z-index: 2; }
  @media (max-width: 767px) {
    .main-text {
      margin-bottom: 30px; } }
  .main-text p {
    font-weight: 300;
    font-size: 22px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .main-text p {
        font-size: 16px; } }
    .main-text p:last-child {
      margin-bottom: 0; }

.about {
  padding: 30px 0; }
  .about-cert {
    border-radius: 88px 22px 22px 6px;
    background: -moz-linear-gradient(250.98deg, #6029A5 -36.28%, rgba(132, 30, 168, 0.567708) 11.86%, rgba(85, 16, 173, 0) 75.07%);
    background: linear-gradient(199.02deg, #6029A5 -36.28%, rgba(132, 30, 168, 0.567708) 11.86%, rgba(85, 16, 173, 0) 75.07%);
    padding: 65px 70px 138px 55px;
    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;
    max-width: 623px;
    position: relative;
    z-index: 1; }
    @media (max-width: 1319px) {
      .about-cert {
        padding: 40px 40px 130px 40px; } }
    @media (max-width: 1199px) {
      .about-cert {
        margin: 30px auto;
        padding: 30px; } }
    .about-cert:after {
      position: absolute;
      pointer-events: none;
      width: 289px;
      height: 289px;
      background-image: url(../img/cert-circle.png);
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: contain;
      content: '';
      top: -130px;
      right: -200px; }
      @media (max-width: 575px) {
        .about-cert:after {
          display: none; } }
    .about-cert__row {
      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-left: 260px;
      min-height: 265px; }
      @media (max-width: 767px) {
        .about-cert__row {
          padding-top: 280px;
          padding-left: 0;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-align: center; } }
      .about-cert__row .main-btn {
        margin-top: 30px; }
        @media (max-width: 767px) {
          .about-cert__row .main-btn {
            margin-top: 0; } }
    .about-cert__img {
      position: absolute;
      top: 0;
      left: 0;
      max-width: 240px;
      width: 100%; }
      @media (max-width: 767px) {
        .about-cert__img {
          left: 50%;
          -webkit-transform: translateX(-50%);
             -moz-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); } }
      .about-cert__img img {
        width: 100%; }
    .about-cert__title {
      width: 100%;
      text-align: center;
      margin-bottom: 35px;
      font-weight: 700;
      font-size: 36px;
      text-transform: uppercase;
      color: #fff; }
      @media (max-width: 767px) {
        .about-cert__title {
          font-size: 26px; } }
    .about-cert__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: 32px; }
      .about-cert__text:last-child {
        margin-bottom: 0; }
      .about-cert__text p {
        font-weight: 300;
        font-size: 22px;
        color: #fff;
        line-height: 1.1;
        width: 100%; }
        @media (max-width: 1319px) {
          .about-cert__text p {
            font-size: 18px; } }
      .about-cert__text span {
        font-weight: 600;
        line-height: 1;
        font-size: 55px;
        color: #E225E4;
        width: 100%; }
        @media (max-width: 1319px) {
          .about-cert__text span {
            font-size: 40px; } }
      .about-cert__text a {
        font-weight: 300;
        font-size: 22px;
        color: #fff;
        text-decoration: none;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        cursor: pointer;
        width: 100%; }
        @media (max-width: 1319px) {
          .about-cert__text a {
            font-size: 18px; } }
        .about-cert__text a:hover {
          color: #E225E4; }
  .about-scene {
    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-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: -100px;
    pointer-events: none;
    margin-top: -180px; }
    @media (max-width: 1199px) {
      .about-scene {
        display: none; } }
  .about_page .about-cert {
    padding-bottom: 70px; }
    @media (max-width: 1199px) {
      .about_page .about-cert {
        padding-bottom: 30px; } }
    .about_page .about-cert:after {
      display: none; }
  .about_scene {
    position: relative;
    z-index: 1;
    margin-bottom: -260px; }
    @media (max-width: 1199px) {
      .about_scene {
        margin-bottom: 0;
        padding: 20px 0; } }
    .about_scene:before {
      position: absolute;
      pointer-events: none;
      content: '';
      width: 221px;
      height: 463px;
      background-image: url(../img/about-cube.png);
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: contain;
      top: 0;
      left: 0;
      z-index: -1; }
      @media (max-width: 1199px) {
        .about_scene:before {
          display: none; } }
    .about_scene:after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: -moz-linear-gradient(61.55deg, #0C1A3D 7.49%, #0C1A3D 22.47%, rgba(12, 26, 61, 0) 38.08%);
      background: linear-gradient(28.45deg, #0C1A3D 7.49%, #0C1A3D 22.47%, rgba(12, 26, 61, 0) 38.08%);
      pointer-events: none;
      content: ''; }
      @media (max-width: 1199px) {
        .about_scene:after {
          display: none; } }

.invest {
  padding: 120px 0 160px 0; }
  @media (max-width: 1199px) {
    .invest {
      padding: 20px 0; } }
  .invest-img {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: 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;
    z-index: 1;
    margin-left: -100px;
    margin-top: -200px;
    pointer-events: none; }
    @media (max-width: 767px) {
      .invest-img {
        display: none; } }
    .invest-img:after {
      position: absolute;
      top: -470px;
      left: -900px;
      content: '';
      width: 1389px;
      height: 1920px;
      background-image: url(../img/invest-img-bg.png);
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: contain; }
    .invest-img img {
      position: relative;
      z-index: 1; }
  .invest-info {
    padding: 100px 0px 50px 0; }
    @media (max-width: 767px) {
      .invest-info {
        padding: 30px 0; } }
    .invest-info__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: 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;
      width: 100%; }
      @media (max-width: 767px) {
        .invest-info__list {
          -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-info__item {
      width: -moz-calc(100% / 3 - 20px);
      width: calc(100% / 3 - 20px);
      background: -moz-linear-gradient(251.87deg, #6029A5 -12.25%, rgba(132, 30, 168, 0.567708) 30.94%, rgba(85, 16, 173, 0) 87.66%);
      background: linear-gradient(198.13deg, #6029A5 -12.25%, rgba(132, 30, 168, 0.567708) 30.94%, rgba(85, 16, 173, 0) 87.66%);
      border-radius: 33px 22px 22px 6px;
      padding: 50px 60px 80px 60px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 30px; }
      @media (max-width: 1319px) {
        .invest-info__item {
          padding: 50px 40px; } }
      @media (max-width: 767px) {
        .invest-info__item {
          width: 100%;
          padding: 30px; } }
      .invest-info__item p {
        font-weight: 300;
        font-size: 22px;
        color: #fff;
        text-align: center;
        line-height: 1.3; }
    .invest-info__icon {
      height: 100px;
      margin-bottom: 40px;
      text-align: center;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%; }
      .invest-info__icon img {
        max-height: 100%;
        max-width: 100%; }
  .invest-slider {
    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: 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;
    max-width: 510px;
    z-index: 1;
    padding-left: 70px; }
    @media (max-width: 1199px) {
      .invest-slider {
        margin: 140px auto 300px auto;
        padding-left: 30px;
        padding-right: 30px;
        margin: 140px auto 300px auto; } }
    @media (max-width: 767px) {
      .invest-slider {
        margin: 140px auto 100px auto; } }
    @media (max-width: 575px) {
      .invest-slider {
        padding-left: 0;
        padding-right: 0; } }
    .invest-slider .swiper {
      width: 100%;
      margin-bottom: 60px; }
    .invest-slider:after {
      left: -320px;
      top: -384px;
      position: absolute;
      width: 1159px;
      height: 1035px;
      background-image: url(../img/plan-bg.png);
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: contain;
      content: '';
      z-index: -1;
      pointer-events: none; }
      @media (max-width: 1199px) {
        .invest-slider:after {
          left: -moz-calc(50% - 30px);
          left: calc(50% - 30px);
          -webkit-transform: translateX(-50%);
             -moz-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); } }
  .invest-plan {
    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; }
    .invest-plan > p {
      padding: 15px 35px;
      border-radius: 100px;
      background: -moz-linear-gradient(251.87deg, #7000FF -12.25%, rgba(37, 1, 255, 0.567708) 30.94%, rgba(85, 16, 173, 0.37) 87.66%);
      background: linear-gradient(198.13deg, #7000FF -12.25%, rgba(37, 1, 255, 0.567708) 30.94%, rgba(85, 16, 173, 0.37) 87.66%);
      font-weight: 700;
      font-size: 42px;
      color: #fff;
      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;
      margin-bottom: 25px;
      text-align: center; }
      @media (max-width: 575px) {
        .invest-plan > p {
          font-size: 22px; } }
    .invest-plan h3 {
      font-weight: 700;
      font-size: 100px;
      color: #fff;
      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;
      line-height: 1;
      margin-bottom: 35px; }
      @media (max-width: 575px) {
        .invest-plan h3 {
          font-size: 70px; } }
      .invest-plan h3 p {
        font-weight: 300;
        font-size: 32px;
        color: #fff;
        line-height: 1;
        margin-bottom: -10px;
        margin-left: 15px; }
        @media (max-width: 575px) {
          .invest-plan h3 p {
            font-size: 22px; } }
        .invest-plan h3 p span {
          font-weight: 600;
          font-size: 51px;
          display: block; }
          @media (max-width: 575px) {
            .invest-plan h3 p span {
              font-size: 30px; } }
    .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: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .invest-plan__info-item {
        margin-right: 10px;
        position: relative;
        padding-left: 68px;
        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: 575px) {
          .invest-plan__info-item {
            padding-left: 0;
            padding-top: 68px;
            -webkit-align-items: center;
               -moz-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            text-align: center;
            width: 50%;
            margin-right: 0; } }
        .invest-plan__info-item:last-child {
          margin-right: 0; }
        .invest-plan__info-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: 575px) {
            .invest-plan__info-item img {
              position: absolute;
              left: 50%;
              -webkit-transform: translateX(-50%);
                 -moz-transform: translateX(-50%);
                  -ms-transform: translateX(-50%);
                      transform: translateX(-50%);
              top: 0; } }
        .invest-plan__info-item p {
          font-weight: 300;
          font-size: 25px;
          color: #fff; }
          @media (max-width: 575px) {
            .invest-plan__info-item p {
              font-size: 20px; } }
        .invest-plan__info-item span {
          font-weight: 700;
          font-size: 32px;
          color: #fff; }
          @media (max-width: 575px) {
            .invest-plan__info-item span {
              font-size: 28px; } }
    .invest-plan__nav {
      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; }
      .invest-plan__nav .swiper-button-prev, .invest-plan__nav .swiper-button-next {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        outline: none;
        margin: 0;
        width: auto;
        height: auto;
        -webkit-transform: translate(0);
           -moz-transform: translate(0);
            -ms-transform: translate(0);
                transform: translate(0);
        margin-right: 50px; }
        .invest-plan__nav .swiper-button-prev:last-child, .invest-plan__nav .swiper-button-next:last-child {
          margin-right: 0; }
        .invest-plan__nav .swiper-button-prev:hover svg, .invest-plan__nav .swiper-button-next:hover svg {
          fill: #0C1A3D; }
        .invest-plan__nav .swiper-button-prev svg, .invest-plan__nav .swiper-button-next svg {
          width: 19px;
          height: 19px;
          fill: #fff;
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
      .invest-plan__nav .swiper-button-prev svg {
        -webkit-transform: rotate(90deg);
           -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
      .invest-plan__nav .swiper-button-next svg {
        -webkit-transform: rotate(-90deg);
           -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg); }
  .invest_page {
    padding-top: 200px;
    padding-bottom: 50px; }
    @media (max-width: 1199px) {
      .invest_page {
        padding-top: 0px; } }
    @media (max-width: 575px) {
      .invest_page {
        padding-bottom: 20px; } }

.calc {
  position: relative;
  z-index: 1;
  max-width: 634px;
  width: 100%;
  margin: 0 auto 30px auto;
  padding: 17px 40px 85px 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; }
  @media (max-width: 767px) {
    .calc {
      margin-top: 200px;
      padding: 15px 30px 60px 30px; } }
  .calc:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 77px;
    background: -moz-linear-gradient(bottom, #0C1A3D 82.56%, rgba(12, 26, 61, 0) 96.51%);
    background: linear-gradient(0deg, #0C1A3D 82.56%, rgba(12, 26, 61, 0) 96.51%);
    content: '';
    width: 100%;
    height: 100%; }
  .calc:before {
    z-index: -2;
    width: 745px;
    height: 488px;
    content: '';
    background: -moz-linear-gradient(148.9deg, #2523AA 18.7%, rgba(37, 35, 170, 0) 115.76%);
    background: linear-gradient(301.1deg, #2523AA 18.7%, rgba(37, 35, 170, 0) 115.76%);
    -webkit-filter: blur(222px);
            filter: blur(222px);
    position: absolute;
    -webkit-transform: rotate(-24.11deg);
       -moz-transform: rotate(-24.11deg);
        -ms-transform: rotate(-24.11deg);
            transform: rotate(-24.11deg);
    border-radius: 50%;
    pointer-events: none; }
  .calc-img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -2;
    pointer-events: none;
    top: -300px; }
  .calc .main-btn {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
    white-space: nowrap; }
  .calc-title {
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    margin-bottom: 30px; }
    .calc-title span {
      font-weight: 700;
      font-size: 44px;
      text-transform: uppercase;
      display: block; }
  .calc-subtitle {
    text-align: center;
    width: 100%;
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    margin-bottom: 30px; }
    @media (max-width: 480px) {
      .calc-subtitle {
        font-size: 16px; } }
  .calc-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: 16px; }
    .calc-head .calc-subtitle {
      width: auto;
      text-align: left;
      margin-bottom: 0; }
    .calc-head > p {
      font-weight: 300;
      font-size: 16px;
      color: #fff;
      text-align: right; }
  .calc-wallets {
    width: -moz-calc(100% + 14px);
    width: calc(100% + 14px);
    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;
    margin-bottom: 15px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (max-width: 480px) {
      .calc-wallets {
        width: -moz-calc(100% + 10px);
        width: calc(100% + 10px); } }
    .calc-wallets label {
      margin-right: 14px;
      display: block;
      margin-bottom: 14px; }
      @media (max-width: 480px) {
        .calc-wallets label {
          margin-bottom: 10px;
          margin-right: 10px; } }
      .calc-wallets label input {
        display: none; }
        .calc-wallets label input:checked + span {
          background: -moz-linear-gradient(251.87deg, #6029A5 -12.25%, rgba(132, 30, 168, 0.567708) 30.94%, rgba(85, 16, 173, 0) 87.66%);
          background: linear-gradient(198.13deg, #6029A5 -12.25%, rgba(132, 30, 168, 0.567708) 30.94%, rgba(85, 16, 173, 0) 87.66%); }
      .calc-wallets label span {
        width: 48px;
        height: 46px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background: -moz-linear-gradient(251.87deg, #26074D -12.25%, rgba(59, 24, 134, 0.567708) 30.94%, rgba(85, 16, 173, 0) 87.66%);
        background: linear-gradient(198.13deg, #26074D -12.25%, rgba(59, 24, 134, 0.567708) 30.94%, rgba(85, 16, 173, 0) 87.66%);
        border-radius: 12px 5px; }
        .calc-wallets label span img {
          width: 25px;
          height: 25px; }
        .calc-wallets label span:hover {
          background: -moz-linear-gradient(251.87deg, #6029A5 -12.25%, rgba(132, 30, 168, 0.567708) 30.94%, rgba(85, 16, 173, 0) 87.66%);
          background: linear-gradient(198.13deg, #6029A5 -12.25%, rgba(132, 30, 168, 0.567708) 30.94%, rgba(85, 16, 173, 0) 87.66%); }
  .calc-input {
    position: relative;
    width: 100%;
    margin-bottom: 30px; }
    .calc-input input {
      background-color: transparent;
      outline: none;
      border: 1px solid #582697;
      border-radius: 12px 5px;
      padding-left: 50px;
      height: 60px;
      padding-right: 100px;
      font-weight: 300;
      font-size: 22px;
      color: #fff;
      width: 100%; }
      @media (max-width: 480px) {
        .calc-input input {
          font-size: 18px; } }
    .calc-input ::-webkit-input-placeholder {
      color: #fff; }
    .calc-input :-moz-placeholder {
      color: #fff; }
    .calc-input ::-moz-placeholder {
      color: #fff; }
    .calc-input :-ms-input-placeholder {
      color: #fff; }
    .calc-input ::placeholder {
      color: #fff; }
    .calc-input img {
      position: absolute;
      top: 50%;
      left: 25px;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .calc-input span {
      position: absolute;
      top: 50%;
      right: 50px;
      -webkit-transform: translate(50%, -50%);
         -moz-transform: translate(50%, -50%);
          -ms-transform: translate(50%, -50%);
              transform: translate(50%, -50%);
      font-weight: 300;
      font-size: 22px;
      color: #fff;
      text-transform: uppercase;
      text-align: center;
      max-width: 80px; }
      @media (max-width: 480px) {
        .calc-input span {
          font-size: 18px; } }
  .calc-range {
    width: 100%;
    background: -moz-linear-gradient(251.87deg, #6029A5 -12.25%, rgba(132, 30, 168, 0.567708) 30.94%, rgba(85, 16, 173, 0) 87.66%);
    background: linear-gradient(198.13deg, #6029A5 -12.25%, rgba(132, 30, 168, 0.567708) 30.94%, rgba(85, 16, 173, 0) 87.66%);
    border-radius: 12px 5px;
    height: 9px;
    border: none !important;
    outline: none;
    cursor: pointer;
    margin-bottom: 14px; }
    .calc-range .ui-slider-range {
      background-color: #3D10AB;
      height: 100%;
      border-radius: 12px 5px; }
    .calc-range .ui-slider-handle {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0;
      width: 30px;
      height: 30px;
      background-color: transparent;
      border-radius: 50%;
      background-image: url(../img/calc-range-icon.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      outline: none;
      border: none;
      cursor: pointer; }
    .calc-range__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: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 25px; }
      .calc-range__info span {
        font-weight: 300;
        font-size: 12px;
        color: #6E5A9E;
        text-transform: uppercase; }
  .calc-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; }
    @media (max-width: 767px) {
      .calc-info {
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .calc-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: -moz-calc(100% / 2 - 10px);
      width: calc(100% / 2 - 10px);
      position: relative;
      z-index: 1;
      padding: 16px 16px 16px 90px; }
      @media (max-width: 767px) {
        .calc-info__item {
          width: 100%;
          margin-bottom: 20px; }
          .calc-info__item:last-child {
            margin-bottom: 0; } }
      .calc-info__item:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(251.87deg, #6029A5 -12.25%, rgba(132, 30, 168, 0.567708) 30.94%, rgba(85, 16, 173, 0) 87.66%);
        background: linear-gradient(198.13deg, #6029A5 -12.25%, rgba(132, 30, 168, 0.567708) 30.94%, rgba(85, 16, 173, 0) 87.66%);
        content: '';
        opacity: 0.6;
        z-index: -1;
        border-radius: 12px; }
      .calc-info__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%); }
      .calc-info__item p {
        font-weight: 300;
        font-size: 22px;
        color: #fff;
        margin-bottom: 3px;
        line-height: 1; }
        @media (max-width: 1319px) {
          .calc-info__item p {
            font-size: 18px; } }
      .calc-info__item span {
        font-weight: 700;
        font-size: 28px;
        color: #E225E4;
        line-height: 1; }
        @media (max-width: 1319px) {
          .calc-info__item span {
            font-size: 20px; } }

.info {
  margin-top: -100px;
  padding-bottom: 115px;
  position: relative;
  z-index: 2; }
  @media (max-width: 1199px) {
    .info {
      margin-top: 0;
      padding-top: 30px;
      padding-bottom: 30px; } }
  .info .main-title {
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .info .main-title {
        margin-bottom: 30px; } }
  .info-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;
    text-align: center;
    margin-bottom: 30px;
    z-index: 1;
    position: relative; }
    .info-item:after {
      width: 282px;
      height: 284px;
      content: '';
      pointer-events: none;
      position: absolute;
      top: 0;
      left: -moz-calc(100% + 40px);
      left: calc(100% + 40px);
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      background-image: url(../img/info-bg.png);
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: contain;
      z-index: -1; }
      @media (max-width: 1319px) {
        .info-item:after {
          display: none; } }
    .info-item__icon {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background: -moz-linear-gradient(251.87deg, #6029A5 -12.25%, rgba(132, 30, 168, 0.567708) 30.94%, rgba(85, 16, 173, 0) 87.66%);
      background: linear-gradient(198.13deg, #6029A5 -12.25%, rgba(132, 30, 168, 0.567708) 30.94%, rgba(85, 16, 173, 0) 87.66%);
      border-radius: 33px 22px 22px 6px;
      width: 243px;
      height: 219px;
      margin-bottom: 50px;
      -webkit-backdrop-filter: blur(2px);
              backdrop-filter: blur(2px); }
      @media (max-width: 575px) {
        .info-item__icon {
          width: 200px;
          height: 180px;
          margin-bottom: 30px; } }
    .info-item h3 {
      font-weight: 700;
      font-size: 22px;
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 20px; }
      @media (max-width: 575px) {
        .info-item h3 {
          font-size: 18px; } }
    .info-item p {
      font-weight: 300;
      font-size: 22px;
      color: #fff;
      line-height: 1.3;
      max-width: 360px; }
      @media (max-width: 575px) {
        .info-item p {
          font-size: 18px; } }
    .info-item_noicon:after {
      display: none; }
  .info_page {
    margin-top: 0;
    padding: 30px 0 0 0;
    pointer-events: none; }

.refs {
  position: relative;
  padding-top: 130px;
  z-index: -2; }
  @media (max-width: 1199px) {
    .refs {
      padding-top: 30px; } }
  .refs:after {
    position: absolute;
    height: 802px;
    width: 295px;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
    content: '';
    background-image: url(../img/refs-bg-3.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .refs:before {
    pointer-events: none;
    position: absolute;
    top: -600px;
    left: -moz-calc(50% + 300px);
    left: calc(50% + 300px);
    content: '';
    background-image: url(../img/refs-bg-1.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    width: 1800px;
    height: 1978px;
    z-index: -1; }
    @media (max-width: 1199px) {
      .refs:before {
        display: none; } }
  .refs-box {
    width: 100%;
    min-height: 650px;
    position: relative; }
    @media (max-width: 1199px) {
      .refs-box {
        margin-top: 130px; } }
    @media (max-width: 767px) {
      .refs-box {
        min-height: 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;
        margin-top: 0; } }
    .refs-box:after {
      position: absolute;
      bottom: -50px;
      left: -420px;
      width: 1493px;
      height: 1065px;
      content: '';
      z-index: -1;
      background-image: url(../img/refs-bg-2.png);
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: contain; }
    .refs-box:before {
      width: 10000px;
      height: 1174px;
      background: -moz-linear-gradient(bottom, #0C1A3D 82.56%, rgba(12, 26, 61, 0) 96.51%);
      background: linear-gradient(0deg, #0C1A3D 82.56%, rgba(12, 26, 61, 0) 96.51%);
      content: '';
      position: absolute;
      top: -moz-calc(100% - 240px);
      top: calc(100% - 240px);
      left: -5000px;
      pointer-events: none; }
  .refs-scene-1 {
    top: -121px;
    left: 211px;
    display: block;
    position: absolute !important; }
    .refs-scene-1 .refs-item:after {
      width: 445px;
      height: 445px;
      background-image: url(../img/refs-circle-2.png); }
    .refs-scene-1 .refs-item p {
      font-size: 33px; }
    .refs-scene-1 .refs-item span {
      font-size: 77px; }
  .refs-scene-2 {
    top: 37px;
    left: 540px;
    display: block;
    position: absolute !important; }
    @media (max-width: 991px) {
      .refs-scene-2 {
        top: 200px;
        left: 420px; } }
    .refs-scene-2 .refs-item:after {
      width: 362px;
      height: 362px;
      background-image: url(../img/refs-circle-3.png); }
  .refs-item {
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    z-index: 1;
    width: 322px;
    height: 322px; }
    @media (max-width: 767px) {
      .refs-item {
        position: relative;
        top: auto !important;
        left: auto !important; } }
    .refs-item p {
      font-weight: 700;
      font-size: 22px;
      color: #fff;
      text-transform: uppercase;
      line-height: 1; }
    .refs-item span {
      line-height: 1;
      font-weight: 800;
      font-size: 55px;
      color: #FFE4FF; }
    .refs-item: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%);
      z-index: -1;
      content: '';
      pointer-events: none;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      width: 322px;
      height: 322px;
      background-image: url(../img/refs-circle-1.png); }
  .refs_page {
    z-index: 1; }
    .refs_page:after, .refs_page:before {
      display: none; }
    @media (max-width: 1319px) {
      .refs_page .refs-box {
        margin-left: -100px; } }
    @media (max-width: 1199px) {
      .refs_page .refs-box {
        margin-left: 0;
        margin-bottom: -100px; } }
    @media (max-width: 767px) {
      .refs_page .refs-box {
        margin-bottom: 0;
        margin-top: -50px; } }

.footer {
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 30px; }
  @media (max-width: 991px) {
    .footer {
      padding-bottom: 20px; } }
  @media (max-width: 767px) {
    .footer {
      text-align: center; } }
  .footer:after {
    position: absolute;
    bottom: 0;
    right: -20px;
    pointer-events: none;
    content: '';
    width: 397px;
    height: 930px;
    background-image: url(../img/footer-bg.png);
    background-repeat: no-repeat;
    z-index: -1;
    background-size: contain;
    background-position: 0 0; }
    @media (max-width: 1199px) {
      .footer:after {
        display: none; } }
  .footer-bg {
    position: absolute;
    bottom: -458px;
    width: 100%;
    z-index: -1;
    pointer-events: none;
    height: 1174px;
    background: -moz-linear-gradient(83.24deg, #6029A5 -13.32%, rgba(132, 30, 168, 0.567708) 23.5%, rgba(85, 16, 173, 0) 71.85%);
    background: linear-gradient(6.76deg, #6029A5 -13.32%, rgba(132, 30, 168, 0.567708) 23.5%, rgba(85, 16, 173, 0) 71.85%); }
  .footer-line {
    width: 100%;
    margin-bottom: 40px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.25); }
    @media (max-width: 991px) {
      .footer-line {
        margin-bottom: 20px; } }
  .footer-logo {
    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;
    text-decoration: none;
    margin-bottom: 40px; }
    @media (max-width: 991px) {
      .footer-logo {
        margin-bottom: 20px; } }
    .footer-logo img {
      margin-bottom: 10px;
      max-width: 100%; }
    .footer-logo p {
      font-weight: 300;
      font-size: 38px;
      color: #fff; }
      .footer-logo p span {
        font-weight: 700;
        text-transform: uppercase; }
  .footer-title {
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 52px;
    color: #fff;
    line-height: 1; }
    @media (max-width: 1319px) {
      .footer-title {
        font-size: 40px; } }
    @media (max-width: 991px) {
      .footer-title {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .footer-title {
        font-size: 30px; } }
    .footer-title span {
      font-weight: 700;
      font-size: 73px;
      color: #E225E4;
      display: block;
      text-transform: uppercase; }
      @media (max-width: 1319px) {
        .footer-title span {
          font-size: 50px; } }
      @media (max-width: 767px) {
        .footer-title span {
          font-size: 40px; } }
  .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-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 40px; }
    @media (max-width: 991px) {
      .footer-soc {
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .footer-soc {
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .footer-soc a {
      padding-right: 20px;
      margin-right: 20px;
      border-right: 1px solid #5B368A;
      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;
      text-decoration: none;
      font-weight: 300;
      font-size: 20px;
      color: #fff;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      @media (max-width: 1199px) {
        .footer-soc a {
          font-size: 16px; } }
      @media (max-width: 991px) {
        .footer-soc a {
          margin-right: 15px;
          padding-right: 15px; } }
      @media (max-width: 480px) {
        .footer-soc a {
          font-size: 14px; } }
      .footer-soc a:hover {
        color: #E225E4; }
      .footer-soc a svg {
        width: 27px;
        height: 27px;
        fill: #E225E4;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        margin-right: 10px; }
        @media (max-width: 991px) {
          .footer-soc a svg {
            width: 20px;
            height: 20px; } }
      .footer-soc a:last-child {
        margin-right: 0;
        padding-right: 0;
        border-right: none; }
  .footer-link {
    width: 100%;
    text-align: right;
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px; }
    @media (max-width: 1199px) {
      .footer-link {
        font-size: 16px; } }
    @media (max-width: 991px) {
      .footer-link {
        text-align: left;
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .footer-link {
        text-align: center; } }
    .footer-link a {
      text-decoration: none;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      font-weight: 500;
      font-size: 20px;
      color: #fff; }
      @media (max-width: 1199px) {
        .footer-link a {
          font-size: 16px; } }
      .footer-link a:hover {
        color: #E225E4; }
  .footer-menu {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 40px; }
    @media (max-width: 991px) {
      .footer-menu {
        display: none;
        margin-bottom: 20px; } }
    .footer-menu a {
      font-weight: 300;
      font-size: 20px;
      color: #fff;
      text-decoration: none;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      margin-right: 40px; }
      @media (max-width: 1319px) {
        .footer-menu a {
          margin-right: 20px; } }
      @media (max-width: 1199px) {
        .footer-menu a {
          font-size: 16px; } }
      .footer-menu a:last-child {
        margin-right: 0; }
      .footer-menu a:hover {
        color: #E225E4; }
  .footer-wallets {
    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;
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px); }
    @media (max-width: 767px) {
      .footer-wallets {
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        width: -moz-calc(100% + 10px);
        width: calc(100% + 10px); } }
    .footer-wallets__item {
      background: -moz-linear-gradient(251.87deg, #26074D -12.25%, rgba(59, 24, 134, 0.567708) 30.94%, rgba(85, 16, 173, 0) 87.66%);
      background: linear-gradient(198.13deg, #26074D -12.25%, rgba(59, 24, 134, 0.567708) 30.94%, rgba(85, 16, 173, 0) 87.66%);
      border-radius: 12px 5px;
      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: 20px;
      width: 68px;
      height: 68px; }
      @media (max-width: 767px) {
        .footer-wallets__item {
          width: 45px;
          height: 45px;
          margin-right: 10px; } }
      .footer-wallets__item img {
        max-width: 35px;
        max-height: 35px; }
        @media (max-width: 767px) {
          .footer-wallets__item img {
            max-width: 25px;
            max-height: 25px; } }
      .footer-wallets__item:hover {
        background: -moz-linear-gradient(251.87deg, #6029A5 -12.25%, rgba(132, 30, 168, 0.567708) 30.94%, rgba(85, 16, 173, 0) 87.66%);
        background: linear-gradient(198.13deg, #6029A5 -12.25%, rgba(132, 30, 168, 0.567708) 30.94%, rgba(85, 16, 173, 0) 87.66%); }
  .footer-copy {
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    line-height: 1.3; }
    @media (max-width: 1319px) {
      .footer-copy {
        font-size: 18px; } }
    @media (max-width: 1199px) {
      .footer-copy {
        font-size: 14px; } }
    @media (max-width: 991px) {
      .footer-copy {
        text-align: center;
        margin-bottom: 20px; } }
  .footer .header-btns {
    margin-bottom: 40px; }
    @media (max-width: 991px) {
      .footer .header-btns {
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .footer .header-btns {
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }

.content-line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.25);
  margin: 40px 0;
  position: relative;
  z-index: 2;
  pointer-events: none; }
  @media (max-width: 991px) {
    .content-line {
      margin: 20px 0; } }

.faq {
  width: 100%;
  padding: 50px 0;
  position: relative; }
  @media (max-width: 767px) {
    .faq {
      padding: 30px 0; } }
  .faq:before {
    position: absolute;
    pointer-events: none;
    content: '';
    width: 221px;
    height: 463px;
    background-image: url(../img/about-cube.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    top: 400px;
    left: 0;
    z-index: -1; }
    @media (max-width: 1199px) {
      .faq:before {
        display: none; } }
  .faq .main-title {
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .faq .main-title {
        margin-bottom: 30px; } }
  .faq .accordion {
    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; }
    .faq .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;
      margin-bottom: 14px; }
      .faq .accordion__item:last-child {
        margin-bottom: 0; }
      .faq .accordion__item.active .accordion__head:before {
        opacity: 0; }
    .faq .accordion__head {
      width: 100%;
      padding: 28px 100px 28px 40px;
      border-radius: 33px 22px 22px 6px;
      cursor: pointer;
      background: -moz-linear-gradient(251.87deg, #6029A5 -12.25%, rgba(132, 30, 168, 0.567708) 30.94%, rgba(85, 16, 173, 0) 87.66%);
      background: linear-gradient(198.13deg, #6029A5 -12.25%, rgba(132, 30, 168, 0.567708) 30.94%, rgba(85, 16, 173, 0) 87.66%);
      font-weight: 700;
      font-size: 22px;
      color: #fff;
      text-transform: uppercase;
      position: relative; }
      @media (max-width: 767px) {
        .faq .accordion__head {
          font-size: 16px;
          padding-left: 20px;
          padding-top: 20px;
          padding-bottom: 20px; } }
      .faq .accordion__head:hover {
        background: -moz-linear-gradient(288.13deg, #6029A5 -12.25%, rgba(132, 30, 168, 0.567708) 30.94%, rgba(85, 16, 173, 0) 87.66%);
        background: linear-gradient(-198.13deg, #6029A5 -12.25%, rgba(132, 30, 168, 0.567708) 30.94%, rgba(85, 16, 173, 0) 87.66%); }
      .faq .accordion__head:after {
        position: absolute;
        top: 50%;
        right: 50px;
        -webkit-transform: translate(50%, -50%);
           -moz-transform: translate(50%, -50%);
            -ms-transform: translate(50%, -50%);
                transform: translate(50%, -50%);
        width: 34px;
        height: 7px;
        background-color: #fff;
        border-radius: 3px;
        content: ''; }
      .faq .accordion__head:before {
        position: absolute;
        top: 50%;
        right: 50px;
        -webkit-transform: translate(50%, -50%);
           -moz-transform: translate(50%, -50%);
            -ms-transform: translate(50%, -50%);
                transform: translate(50%, -50%);
        height: 34px;
        width: 7px;
        background-color: #fff;
        border-radius: 3px;
        content: ''; }
    .faq .accordion__body {
      width: 100%;
      display: none;
      padding: 25px; }
      .faq .accordion__body .main-text {
        margin-bottom: 0; }

.contacts-form {
  width: 100%;
  padding: 0;
  margin: 0; }
  .contacts-form .main-btn {
    margin-top: 20px; }

.contacts-input {
  width: 100%;
  display: block;
  margin-bottom: 10px; }
  .contacts-input input, .contacts-input textarea {
    width: 100%;
    height: 84px;
    background: -moz-linear-gradient(267.87deg, #6029A5 -12.25%, rgba(132, 30, 168, 0.567708) 30.94%, rgba(85, 16, 173, 0) 87.66%);
    background: linear-gradient(182.13deg, #6029A5 -12.25%, rgba(132, 30, 168, 0.567708) 30.94%, rgba(85, 16, 173, 0) 87.66%);
    border-radius: 33px 22px 22px 6px;
    border: none;
    outline: none;
    padding: 10px 45px;
    font-weight: 300;
    font-size: 22px;
    color: #fff; }
  .contacts-input textarea {
    height: 196px;
    padding: 30px 45px;
    resize: none; }
  .contacts-input ::-webkit-input-placeholder {
    color: #fff; }
  .contacts-input :-moz-placeholder {
    color: #fff; }
  .contacts-input ::-moz-placeholder {
    color: #fff; }
  .contacts-input :-ms-input-placeholder {
    color: #fff; }
  .contacts-input ::placeholder {
    color: #fff; }

.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;
  background: -moz-linear-gradient(251.87deg, #6029A5 -12.25%, rgba(132, 30, 168, 0.567708) 30.94%, rgba(85, 16, 173, 0) 87.66%);
  background: linear-gradient(198.13deg, #6029A5 -12.25%, rgba(132, 30, 168, 0.567708) 30.94%, rgba(85, 16, 173, 0) 87.66%);
  border-radius: 33px 22px 22px 6px;
  margin-bottom: 20px;
  text-align: center;
  padding: 24px 50px 60px 50px;
  height: -moz-calc(100% - 20px);
  height: calc(100% - 20px); }
  @media (max-width: 480px) {
    .contacts-link {
      padding: 20px; } }
  .contacts-link__icon {
    height: 75px;
    margin-bottom: 25px; }
    .contacts-link__icon img {
      max-width: 100%;
      max-height: 100%; }
  .contacts-link h3 {
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px; }
    @media (max-width: 480px) {
      .contacts-link h3 {
        font-size: 18px; } }
  .contacts-link a {
    font-weight: 300;
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    @media (max-width: 480px) {
      .contacts-link a {
        font-size: 18px; } }
    .contacts-link a.phone {
      font-size: 33px; }
      @media (max-width: 480px) {
        .contacts-link a.phone {
          font-size: 24px; } }
    .contacts-link a:hover {
      color: #E225E4; }

.sign {
  max-width: 780px;
  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; }
  .sign .main-btn {
    min-width: 0; }
  .sign-row {
    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;
    width: 100%;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 767px) {
      .sign-row {
        -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; } }
    .sign-row .sign-input {
      width: -moz-calc(100% / 2 - 7px);
      width: calc(100% / 2 - 7px); }
      @media (max-width: 767px) {
        .sign-row .sign-input {
          width: 100%; } }
  .sign-input {
    width: 100%;
    display: block;
    margin-bottom: 25px; }
    .sign-input input {
      width: 100%;
      height: 70px;
      border-radius: 100px;
      border: 1px solid #fff;
      background-color: transparent;
      padding: 10px 38px;
      font-weight: 300;
      font-size: 18px;
      color: #fff;
      outline: none; }
    .sign-input ::-webkit-input-placeholder {
      color: #fff; }
    .sign-input :-moz-placeholder {
      color: #fff; }
    .sign-input ::-moz-placeholder {
      color: #fff; }
    .sign-input :-ms-input-placeholder {
      color: #fff; }
    .sign-input ::placeholder {
      color: #fff; }
  .sign-check {
    display: block;
    margin-bottom: 30px; }
    .sign-check input {
      display: none; }
      .sign-check input:checked + span:before {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
           -moz-transform: translate(-50%, -50%) scale(1);
            -ms-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1); }
    .sign-check span {
      position: relative;
      padding-left: 53px;
      font-weight: 300;
      font-size: 18px;
      color: #fff;
      cursor: pointer; }
      .sign-check span:after {
        width: 30px;
        height: 30px;
        border: 1px solid #fff;
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        border-radius: 5px;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .sign-check span:before {
        position: absolute;
        top: 50%;
        left: 15px;
        -webkit-transform: translate(-50%, -50%) scale(0);
           -moz-transform: translate(-50%, -50%) scale(0);
            -ms-transform: translate(-50%, -50%) scale(0);
                transform: translate(-50%, -50%) scale(0);
        content: '';
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        background-color: #fff;
        opacity: 0;
        width: 15px;
        height: 15px;
        border-radius: 50%; }
  .sign-link {
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 18px;
    text-decoration: none;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    color: #fff; }
    .sign-link:hover {
      color: #E225E4; }
  .sign-capch {
    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: 480px) {
      .sign-capch {
        -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; } }
    .sign-capch__img {
      max-width: 180px;
      width: 100%;
      margin-left: 14px;
      border: 1px solid #fff;
      border-radius: 100px;
      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: 10px;
      margin-bottom: 25px;
      min-height: 70px; }
      @media (max-width: 480px) {
        .sign-capch__img {
          margin-left: 0;
          max-width: 100%; } }
      .sign-capch__img img {
        max-width: 100%; }

.cab {
  color: #0C1A3D;
  background-image: url("../img/cab-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  min-height: -moz-calc(var(--vh, 1vh) * 100);
  min-height: calc(var(--vh, 1vh) * 100);
  position: relative;
  padding-left: 285px;
  padding-right: 15px; }
  @media (max-width: 1199px) {
    .cab {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1200px) {
    .cab .container {
      max-width: 100%; } }
  .cab-side {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 270px;
    min-height: -moz-calc(var(--vh, 1vh) * 100);
    min-height: calc(var(--vh, 1vh) * 100);
    height: 100%;
    border-right: 1px solid #E3E4EF;
    z-index: 100; }
    @media (max-width: 1199px) {
      .cab-side {
        background-color: #F5F6F9;
        -webkit-transform: translateX(-100%);
           -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%);
        opacity: 0;
        position: fixed;
        height: -moz-calc(var(--vh, 1vh) * 100);
        height: calc(var(--vh, 1vh) * 100);
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        max-width: 260px; } }
    .cab-side.active {
      opacity: 1;
      -webkit-transform: translateX(0);
         -moz-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
    .cab-side .nicescroll-box {
      height: 100%;
      min-height: -moz-calc(var(--vh, 1vh) * 100);
      min-height: calc(var(--vh, 1vh) * 100);
      cursor: default !important; }
    .cab-side .wrap {
      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;
      min-height: 100%; }
  .cab-logo {
    padding: 35px 50px;
    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: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-weight: 300;
    font-size: 21px;
    color: #4B4D59;
    text-decoration: none; }
    .cab-logo span {
      font-weight: 700;
      text-transform: uppercase; }
    .cab-logo img {
      margin-right: 10px; }
  .cab-menu {
    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%; }
    .cab-menu a {
      font-weight: 300;
      font-size: 14px;
      color: #0C1A3D;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      position: relative;
      padding: 15px 15px 15px 85px;
      text-decoration: none; }
      .cab-menu a:hover svg {
        stroke: #1b1b1b; }
      .cab-menu a:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        width: 17px;
        height: 34px;
        background-image: url(../img/cab-menu-active.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: contain;
        content: '';
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        display: none; }
      .cab-menu a svg {
        fill: none;
        stroke: #A5A1B8;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        width: 17px;
        height: 17px;
        position: absolute;
        top: 50%;
        left: 60px;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      .cab-menu a.active:after {
        display: block; }
      .cab-menu a.active svg {
        stroke: #1b1b1b; }
  .cab-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;
    padding: 25px 0;
    margin-bottom: 15px; }
    @media (max-width: 1600px) {
      .cab-head {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    .cab-head__nav {
      -webkit-order: 3;
         -moz-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      @media (max-width: 1600px) {
        .cab-head__nav {
          -webkit-order: 2;
             -moz-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; } }
      @media (max-width: 1199px) {
        .cab-head__nav {
          width: 50%; } }
      @media (max-width: 480px) {
        .cab-head__nav {
          width: auto; } }
  .cab-hero {
    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: 68px;
    white-space: nowrap;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    @media (max-width: 1199px) {
      .cab-hero {
        max-width: 50%; } }
    @media (max-width: 480px) {
      .cab-hero {
        padding-left: 50px;
        width: auto;
        max-width: 100%; } }
    .cab-hero__img {
      background-image: url("../img/cab-hero-bg.svg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      border-radius: 50%;
      overflow: hidden;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      width: 50px;
      height: 50px; }
      .cab-hero__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 50%;
           object-position: 50% 50%; }
    .cab-hero p {
      font-weight: 300;
      font-size: 20px;
      color: #0C1A3D;
      line-height: 1.2; }
      @media (max-width: 480px) {
        .cab-hero p {
          display: none; } }
    .cab-hero span {
      font-weight: 600;
      font-size: 20px;
      color: #0C1A3D;
      line-height: 1.2; }
      @media (max-width: 480px) {
        .cab-hero span {
          display: none; } }
  .cab-btn {
    padding: 13px 35px;
    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;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    border-radius: 100px;
    text-decoration: none;
    cursor: pointer;
    border: none;
    outline: none;
    background: -moz-linear-gradient(251.87deg, #E225E4 -12.25%, #E225E4 30.94%, rgba(85, 16, 173, 0.37) 87.66%);
    background: linear-gradient(198.13deg, #E225E4 -12.25%, #E225E4 30.94%, rgba(85, 16, 173, 0.37) 87.66%); }
    .cab-btn:hover {
      background: -moz-linear-gradient(288.13deg, #E225E4 -12.25%, #E225E4 30.94%, rgba(85, 16, 173, 0.37) 87.66%);
      background: linear-gradient(-198.13deg, #E225E4 -12.25%, #E225E4 30.94%, rgba(85, 16, 173, 0.37) 87.66%); }
    .cab-btn svg {
      width: 17px;
      height: 17px;
      margin-right: 9px;
      fill: #fff; }
    .cab-btn_sm {
      padding: 5px 10px;
      font-size: 13px;
      font-weight: 500; }
    .cab-btn_m {
      margin-bottom: 20px; }
    .cab-btn_pp {
      background: -moz-linear-gradient(265.89deg, #6029A5 12.71%, #0934A2 82.85%);
      background: linear-gradient(184.11deg, #6029A5 12.71%, #0934A2 82.85%); }
      .cab-btn_pp:hover {
        background: -moz-linear-gradient(274.11deg, #6029A5 12.71%, #0934A2 82.85%);
        background: linear-gradient(-184.11deg, #6029A5 12.71%, #0934A2 82.85%); }
  .cab-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: 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;
    width: 100%;
    margin: 0 35px;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    @media (max-width: 1600px) {
      .cab-info {
        -webkit-order: 3;
           -moz-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        margin: 30px 0 0 0;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (max-width: 991px) {
      .cab-info {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    .cab-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;
      position: relative;
      padding-left: 63px;
      margin-right: 40px; }
      @media (max-width: 1600px) {
        .cab-info__item {
          width: -moz-calc(100% / 4);
          width: calc(100% / 4); } }
      @media (max-width: 991px) {
        .cab-info__item {
          width: 50%;
          margin-right: 0;
          margin-bottom: 30px; } }
      @media (max-width: 480px) {
        .cab-info__item {
          width: 100%; } }
      .cab-info__item:last-child {
        margin-right: 0; }
        @media (max-width: 480px) {
          .cab-info__item:last-child {
            margin-bottom: 0; } }
      .cab-info__item p {
        font-weight: 300;
        font-size: 13px;
        color: #0C1A3D;
        margin-bottom: 5px; }
      .cab-info__item span {
        font-weight: 500;
        font-size: 14px;
        color: #0C1A3D;
        max-width: 125px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .cab-info__item img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0; }
  .cab-burger {
    display: none;
    width: 30px;
    height: 20px;
    position: relative;
    margin-left: 20px; }
    @media (max-width: 1199px) {
      .cab-burger {
        display: block; } }
    .cab-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;
      background-color: #0C1A3D;
      border-radius: 10px;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .cab-burger:after {
      width: 100%;
      height: 2px;
      background-color: #0C1A3D;
      border-radius: 10px;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      content: '';
      top: 0;
      left: 0;
      position: absolute; }
    .cab-burger:before {
      width: 100%;
      height: 2px;
      background-color: #0C1A3D;
      border-radius: 10px;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      content: '';
      bottom: 0;
      left: 0;
      position: absolute; }
    .cab-burger.active span {
      opacity: 0; }
    .cab-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); }
    .cab-burger.active:before {
      top: 50%;
      left: 50%;
      bottom: auto;
      -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); }
  .cab-title {
    font-weight: 700;
    font-size: 28px;
    color: #0C1A3D;
    margin-bottom: 20px;
    line-height: 1; }
  .cab-bal-total {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-weight: 400;
    font-size: 22px;
    color: #0C1A3D;
    margin-bottom: 20px;
    padding-right: 30px; }
    @media (max-width: 767px) {
      .cab-bal-total {
        padding-right: 0;
        font-size: 18px; } }
    .cab-bal-total img {
      width: 31px;
      margin-right: 14px; }
    .cab-bal-total span {
      font-weight: 700;
      margin-left: 14px; }
  .cab-bal-acc {
    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;
    text-align: center;
    background-image: url("../img/cab-bal-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 12px 32px;
    max-width: 205px;
    width: 100%;
    padding: 70px 15px 30px 15px;
    position: relative;
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      .cab-bal-acc {
        max-width: 100%; } }
    .cab-bal-acc__logo {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: -15px;
      width: 76px;
      height: 76px; }
      .cab-bal-acc__logo img {
        width: 100%;
        height: 100%; }
    .cab-bal-acc__title {
      font-weight: 300;
      font-size: 16px;
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 20px; }
      .cab-bal-acc__title span {
        font-weight: 700;
        display: block; }
    .cab-bal-acc__val {
      margin-bottom: 15px;
      font-weight: 700;
      color: #fff;
      font-size: 31px; }
    .cab-bal-acc__btns {
      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;
      width: 100%; }
      .cab-bal-acc__btns .cab-btn {
        width: 100%;
        margin-bottom: 15px; }
    .cab-bal-acc__link {
      font-weight: 700;
      font-size: 12px;
      color: #fff;
      text-transform: uppercase;
      text-decoration: none;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .cab-bal-acc__link:hover {
        text-decoration: underline; }
  .cab-bal-wrap {
    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) {
      .cab-bal-wrap {
        -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; } }
  .cab-bal-slider {
    width: -moz-calc(100% - 235px);
    width: calc(100% - 235px);
    padding: 0 30px;
    position: relative;
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      .cab-bal-slider {
        width: 100%; } }
    .cab-bal-slider .swiper-button-prev, .cab-bal-slider .swiper-button-next {
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
         -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      width: auto;
      height: auto;
      margin: 0;
      outline: none;
      cursor: pointer;
      left: auto;
      bottom: auto;
      right: auto; }
      .cab-bal-slider .swiper-button-prev:hover svg, .cab-bal-slider .swiper-button-next:hover svg {
        fill: #E225E4; }
      .cab-bal-slider .swiper-button-prev svg, .cab-bal-slider .swiper-button-next svg {
        width: 20px;
        height: 20px;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        fill: #294A69; }
    .cab-bal-slider .swiper-button-prev {
      left: 0; }
      .cab-bal-slider .swiper-button-prev svg {
        -webkit-transform: rotate(90deg);
           -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
    .cab-bal-slider .swiper-button-next {
      right: 0; }
      .cab-bal-slider .swiper-button-next svg {
        -webkit-transform: rotate(-90deg);
           -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg); }
  .cab-bal-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;
    background-color: #fff;
    border-radius: 12px 32px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    min-height: 280px; }
    .cab-bal-item > svg {
      position: absolute;
      top: 50%;
      left: 80%;
      -webkit-transform: translate(-50%, -50%) rotate(-27deg);
         -moz-transform: translate(-50%, -50%) rotate(-27deg);
          -ms-transform: translate(-50%, -50%) rotate(-27deg);
              transform: translate(-50%, -50%) rotate(-27deg);
      width: 234px;
      height: 234px;
      fill: #F5F6F9;
      z-index: -1; }
    .cab-bal-item__icon {
      width: 60px;
      height: 60px;
      background: -moz-linear-gradient(265.89deg, #6029A5 12.71%, #0934A2 82.85%);
      background: linear-gradient(184.11deg, #6029A5 12.71%, #0934A2 82.85%);
      border-radius: 12px 22px;
      margin-bottom: 30px;
      margin-bottom: 30px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .cab-bal-item__icon img {
        width: 40px;
        height: 40px; }
    .cab-bal-item__val {
      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: 40px; }
      .cab-bal-item__val h3 {
        font-weight: 800;
        font-size: 24px;
        color: #4B4D59;
        margin-bottom: 5px; }
        @media (max-width: 1300px) {
          .cab-bal-item__val h3 {
            font-size: 20px; } }
      .cab-bal-item__val p {
        font-weight: 700;
        font-size: 20px;
        color: #4B4D59; }
        .cab-bal-item__val p span {
          font-weight: 300;
          text-transform: uppercase; }
    .cab-bal-item a {
      padding: 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;
      position: relative;
      text-decoration: none;
      color: #4B4D59;
      font-size: 14px;
      font-weight: 700;
      background-image: -moz-linear-gradient(217.5deg, #E225E4 -12.22%, #0834A1 71.71%);
      background-image: linear-gradient(232.5deg, #E225E4 -12.22%, #0834A1 71.71%);
      border-radius: 100px;
      z-index: 1;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      margin-top: auto; }
      .cab-bal-item a:after {
        z-index: -1;
        width: -moz-calc(100% - 2px);
        width: calc(100% - 2px);
        height: -moz-calc(100% - 2px);
        height: calc(100% - 2px);
        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%);
        content: '';
        border-radius: 100px;
        background-color: #fff;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .cab-bal-item a:hover {
        color: #fff; }
        .cab-bal-item a:hover:after {
          opacity: 0; }
  .cab-stat {
    width: 100%;
    background-image: url("../img/cab-stat-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 25px 310px 30px 58px;
    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;
    border-radius: 32px 0 32px 32px;
    position: relative;
    min-height: 155px;
    margin-bottom: 25px; }
    @media (max-width: 1400px) {
      .cab-stat {
        border-radius: 32px;
        padding: 30px 50px;
        min-height: 0; } }
    @media (max-width: 991px) {
      .cab-stat {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        padding: 15px 50px; } }
    @media (max-width: 480px) {
      .cab-stat {
        padding: 5px 20px; } }
    .cab-stat:after {
      width: 288px;
      height: 190px;
      position: absolute;
      top: -35px;
      right: 0;
      content: '';
      background-image: url(../img/cab-stat-img.png);
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: auto auto;
      pointer-events: none; }
      @media (max-width: 1400px) {
        .cab-stat:after {
          display: none; } }
    .cab-stat__item {
      padding-right: 30px;
      margin-right: 30px;
      border-right: 1px solid rgba(255, 255, 255, 0.2);
      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: 991px) {
        .cab-stat__item {
          width: 50%;
          margin-right: 0;
          border-right: 0;
          margin: 15px 0; } }
      .cab-stat__item:last-child {
        border-right: none;
        margin-right: 0;
        padding-right: 0; }
      .cab-stat__item img {
        width: 35px;
        height: 35px;
        margin-bottom: 15px; }
      .cab-stat__item p {
        font-weight: 300;
        font-size: 14px;
        color: #fff;
        margin-bottom: 3px; }
        @media (max-width: 480px) {
          .cab-stat__item p {
            max-width: 100px; } }
      .cab-stat__item span {
        font-weight: 700;
        font-size: 24px;
        color: #fff; }
        @media (max-width: 480px) {
          .cab-stat__item span {
            font-size: 18px; } }
  .cab-refs {
    width: 100%;
    margin-bottom: 25px;
    border-radius: 32px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 34px 186px 34px 34px;
    background-image: url(../img/refs-bg.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto;
    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: 1500px) {
      .cab-refs {
        padding: 34px;
        background-image: none; } }
    @media (max-width: 1300px) {
      .cab-refs {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .cab-refs-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: 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: 90px;
      cursor: pointer;
      max-width: 360px;
      width: 100%;
      padding-right: 30px;
      border-right: 1px solid rgba(99, 50, 167, 0.1);
      margin-right: 30px;
      -webkit-order: 1;
         -moz-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
      @media (max-width: 1300px) {
        .cab-refs-link {
          border-right: none;
          padding-right: 0; } }
      .cab-refs-link:hover span {
        color: #E225E4; }
      .cab-refs-link img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0; }
      .cab-refs-link p {
        font-weight: 300;
        font-size: 14px;
        color: #0C1A3D;
        margin-bottom: 3px; }
      .cab-refs-link span {
        font-weight: 600;
        font-size: 20px;
        color: #0C1A3D;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%; }
    .cab-refs-lvls {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-right: 30px;
      -webkit-order: 2;
         -moz-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
      @media (max-width: 1300px) {
        .cab-refs-lvls {
          -webkit-order: 3;
             -moz-box-ordinal-group: 4;
              -ms-flex-order: 3;
                  order: 3;
          width: 100%;
          margin-top: 30px; } }
      @media (max-width: 767px) {
        .cab-refs-lvls {
          -webkit-order: 2;
             -moz-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
          margin-top: 20px; } }
      .cab-refs-lvls__item {
        margin-right: 30px;
        padding-right: 30px;
        border-right: 1px solid rgba(99, 50, 167, 0.1);
        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: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-left: 58px; }
        @media (max-width: 480px) {
          .cab-refs-lvls__item {
            padding-left: 0;
            padding-top: 58px; } }
        .cab-refs-lvls__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) {
            .cab-refs-lvls__item img {
              -webkit-transform: translate(0, 0);
                 -moz-transform: translate(0, 0);
                  -ms-transform: translate(0, 0);
                      transform: translate(0, 0);
              top: 0; } }
        .cab-refs-lvls__item p {
          font-weight: 300;
          font-size: 14px;
          margin-bottom: 3px;
          color: #0C1A3D; }
        .cab-refs-lvls__item span {
          font-weight: 600;
          font-size: 20px;
          color: #0C1A3D; }
        .cab-refs-lvls__item:last-child {
          margin-right: 0;
          padding-right: 0;
          border-right: none; }
    .cab-refs .cab-btn {
      margin-left: auto;
      -webkit-order: 3;
         -moz-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
      @media (max-width: 1300px) {
        .cab-refs .cab-btn {
          -webkit-order: 2;
             -moz-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; } }
      @media (max-width: 767px) {
        .cab-refs .cab-btn {
          -webkit-order: 3;
             -moz-box-ordinal-group: 4;
              -ms-flex-order: 3;
                  order: 3;
          margin-left: 0;
          margin-top: 20px; } }
    .cab-refs-top {
      width: -moz-calc(100% + 25px);
      width: calc(100% + 25px);
      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; }
    .cab-refs-box {
      width: -moz-calc(100% / 3 - 25px);
      width: calc(100% / 3 - 25px);
      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: 25px;
      border-radius: 12px 32px;
      background-color: rgba(255, 255, 255, 0.8);
      margin-right: 25px;
      min-height: 117px;
      padding: 15px 24px; }
      @media (max-width: 1400px) {
        .cab-refs-box {
          width: -moz-calc(100% / 2 - 25px);
          width: calc(100% / 2 - 25px); }
          .cab-refs-box:first-child {
            width: 100%; } }
      @media (max-width: 991px) {
        .cab-refs-box {
          width: 100%; } }
      @media (max-width: 480px) {
        .cab-refs-box {
          padding: 15px; } }
    .cab-refs-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;
      padding-bottom: 15px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      margin-bottom: 10px; }
    .cab-refs-title {
      font-weight: 700;
      font-size: 14px;
      color: #0C1A3D; }
    .cab-refs-affil {
      position: relative;
      font-weight: 400;
      font-size: 11px;
      color: #0C1A3D;
      cursor: pointer;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .cab-refs-affil:hover {
        color: #E225E4; }
      .cab-refs-affil p {
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        pointer-events: none;
        width: 0;
        height: 0; }
    .cab-refs-progress {
      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;
      white-space: nowrap;
      width: 100%;
      margin-top: auto;
      margin-bottom: auto; }
      .cab-refs-progress .cab-open__prog-bar {
        margin: 0 15px; }
      .cab-refs-progress h3 {
        font-weight: 700;
        font-size: 14px;
        color: #0C1A3D; }
      .cab-refs-progress p {
        font-weight: 300;
        font-size: 14px;
        color: #0C1A3D; }
        .cab-refs-progress p span {
          font-weight: 700; }
    .cab-refs-stat {
      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-top: auto;
      margin-bottom: auto; }
      .cab-refs-stat__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; }
        .cab-refs-stat__item p {
          font-weight: 400;
          font-size: 14px;
          color: #0C1A3D;
          margin-bottom: 5px; }
          @media (max-width: 480px) {
            .cab-refs-stat__item p {
              font-size: 12px; } }
        .cab-refs-stat__item span {
          font-weight: 700;
          font-size: 14px;
          color: #0C1A3D; }
    .cab-refs-table {
      width: 100%;
      margin-top: auto;
      margin-bottom: auto; }
      .cab-refs-table table {
        width: 100%; }
        .cab-refs-table table td {
          padding: 5px 0; }
      .cab-refs-table__text {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%;
        font-weight: 400;
        font-size: 11px;
        color: #0C1A3D; }
      .cab-refs-table__val {
        font-weight: 700;
        font-size: 11px;
        color: #0C1A3D; }
    .cab-refs-bot {
      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; }
      .cab-refs-bot__col {
        width: -moz-calc(100% / 2 - 12px);
        width: calc(100% / 2 - 12px); }
        @media (max-width: 1400px) {
          .cab-refs-bot__col {
            width: 100%; } }
      .cab-refs-bot .cab-filter {
        margin-bottom: 20px;
        -webkit-justify-content: flex-end;
           -moz-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap; }
        @media (max-width: 1400px) {
          .cab-refs-bot .cab-filter {
            margin-bottom: 5px; } }
        .cab-refs-bot .cab-filter__box {
          min-height: 42px; }
  .cab-promo {
    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: 4px 20px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 12px 32px;
    margin-bottom: 25px; }
    .cab-promo__item {
      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: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 15px 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      white-space: nowrap; }
      .cab-promo__item:last-child {
        border-bottom: none; }
      .cab-promo__item .cab-btn {
        padding: 5px 15px;
        font-weight: 400;
        font-size: 11px; }
    .cab-promo__size {
      font-weight: 800;
      font-size: 13px;
      color: #0934A1;
      margin-right: 28px; }
      @media (max-width: 480px) {
        .cab-promo__size {
          margin-right: 15px; } }
    .cab-promo__text {
      white-space: nowrap;
      text-overflow: ellipsis;
      max-width: 100%;
      overflow: hidden;
      font-weight: 300;
      font-size: 13px;
      color: #0C1A3D;
      margin-right: 28px; }
      @media (max-width: 480px) {
        .cab-promo__text {
          margin-right: 15px; } }
    .cab-promo__view {
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      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: 300;
      font-size: 13px;
      color: #0C1A3D;
      text-decoration: none;
      margin-right: 20px;
      margin-left: auto; }
      @media (max-width: 480px) {
        .cab-promo__view {
          font-size: 0;
          margin-right: 15px; } }
      .cab-promo__view:hover {
        color: #E225E4; }
      .cab-promo__view img {
        margin-right: 8px;
        width: 15px; }
        @media (max-width: 480px) {
          .cab-promo__view img {
            margin-right: 0; } }
  .cab-open {
    width: 100%;
    margin-bottom: 30px; }
    .cab-open table {
      width: 100%;
      border-spacing: 0 12px; }
    @media (max-width: 991px) {
      .cab-open tr {
        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;
        background-color: #fff;
        border-radius: 12px 32px;
        margin-bottom: 12px; }
        .cab-open tr:last-child {
          margin-bottom: 0; } }
    .cab-open td {
      background-color: #fff;
      padding: 25px 20px; }
      @media (max-width: 991px) {
        .cab-open td {
          width: -moz-calc(100% / 2);
          width: calc(100% / 2);
          padding: 15px;
          border-radius: 0 !important;
          background-color: transparent; } }
      @media (max-width: 480px) {
        .cab-open td {
          width: 100%; } }
      .cab-open td:first-child {
        border-radius: 12px 0px 0px 32px; }
      .cab-open td:last-child {
        border-radius: 0px 32px 12px 0;
        width: 40%; }
        @media (max-width: 1400px) {
          .cab-open td:last-child {
            width: 30%; } }
        @media (max-width: 991px) {
          .cab-open td:last-child {
            width: 100%; } }
    .cab-open__date {
      font-weight: 300;
      font-size: 14px;
      color: #0C1A3D; }
    .cab-open__plan {
      position: relative;
      padding-left: 62px;
      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; }
      .cab-open__plan p {
        font-weight: 300;
        font-size: 14px;
        color: #0C1A3D;
        margin-bottom: 3px; }
      .cab-open__plan span {
        font-weight: 600;
        font-size: 20px;
        color: #0C1A3D; }
        @media (max-width: 1400px) {
          .cab-open__plan span {
            font-size: 18px; } }
      .cab-open__plan img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        width: 47px;
        height: 47px; }
    .cab-open__wallet {
      padding-left: 45px;
      position: relative; }
      .cab-open__wallet:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        width: 34px;
        height: 34px;
        background: -moz-linear-gradient(265.89deg, #6029A5 12.71%, #0934A2 82.85%);
        background: linear-gradient(184.11deg, #6029A5 12.71%, #0934A2 82.85%);
        border-radius: 7px 12px;
        content: '';
        z-index: 1; }
      .cab-open__wallet img {
        position: absolute;
        top: 50%;
        left: 17px;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: 2;
        width: 22px;
        height: 22px; }
      .cab-open__wallet p {
        font-weight: 300;
        font-size: 14px;
        color: #0C1A3D;
        margin-bottom: 3px; }
      .cab-open__wallet span {
        font-weight: 600;
        font-size: 20px;
        color: #0C1A3D; }
        @media (max-width: 1400px) {
          .cab-open__wallet span {
            font-size: 18px; } }
    .cab-open__prog {
      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%; }
      .cab-open__prog-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: 9px; }
        .cab-open__prog-head h3 {
          font-weight: 300;
          font-size: 14px;
          color: #0C1A3D; }
        .cab-open__prog-head p {
          font-weight: 300;
          font-size: 12px;
          color: #0C1A3D; }
          .cab-open__prog-head p span {
            color: #E225E4;
            font-weight: 700; }
      .cab-open__prog-bar {
        width: 100%;
        position: relative;
        height: 9px;
        background: -moz-linear-gradient(251.87deg, #6029A5 -12.25%, rgba(132, 30, 168, 0.5) 30.94%, rgba(85, 16, 173, 0.5) 87.66%);
        background: linear-gradient(198.13deg, #6029A5 -12.25%, rgba(132, 30, 168, 0.5) 30.94%, rgba(85, 16, 173, 0.5) 87.66%);
        border-radius: 30px; }
        .cab-open__prog-bar span {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          background-color: #3D10AB;
          border-radius: 30px; }
          .cab-open__prog-bar span:after {
            position: absolute;
            left: 100%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
               -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            width: 20px;
            height: 20px;
            content: '';
            background-image: url(../img/calc-range-icon.svg);
            background-repeat: no-repeat;
            background-position: 0 0;
            background-size: 100% 100%; }
  .cab-pag {
    width: 100%;
    margin-bottom: 25px; }
    .cab-pag ul {
      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; }
    .cab-pag li:hover a, .cab-pag li.active a {
      color: #363FB5; }
    .cab-pag li.active a {
      font-weight: 700; }
    .cab-pag li.prev:hover svg, .cab-pag li.next:hover svg {
      fill: #E225E4; }
    .cab-pag li.prev svg, .cab-pag li.next svg {
      width: 13px;
      height: 13px;
      fill: #294A69;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .cab-pag li.prev svg {
      -webkit-transform: rotate(90deg);
         -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
    .cab-pag li.next svg {
      -webkit-transform: rotate(-90deg);
         -moz-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }
    .cab-pag a {
      font-weight: 300;
      font-size: 19px;
      color: #0C1A3D;
      text-decoration: none;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      padding: 0 10px; }
  .cab-invest {
    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: 15px 30px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 12px 32px;
    margin-bottom: 20px; }
    .cab-invest__title {
      font-weight: 600;
      font-size: 20px;
      color: #0C1A3D;
      margin-bottom: 18px; }
      @media (max-width: 575px) {
        .cab-invest__title {
          width: 100%; } }
    .cab-invest__nav {
      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: 1px solid #ECE8E8;
      border-radius: 12px; }
      .cab-invest__nav-bot {
        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: 1600px) {
          .cab-invest__nav-bot {
            -webkit-flex-direction: column-reverse;
               -moz-box-orient: vertical;
               -moz-box-direction: reverse;
                -ms-flex-direction: column-reverse;
                    flex-direction: column-reverse;
            -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; } }
        .cab-invest__nav-bot .cab-set__check-list {
          padding: 0 12px;
          border-right: 1px solid #ECE8E8; }
          @media (max-width: 1600px) {
            .cab-invest__nav-bot .cab-set__check-list {
              padding-top: 10px;
              border-right: none; } }
          .cab-invest__nav-bot .cab-set__check-list label {
            margin-bottom: 0; }
            @media (max-width: 1600px) {
              .cab-invest__nav-bot .cab-set__check-list label {
                margin-bottom: 10px; } }
            .cab-invest__nav-bot .cab-set__check-list label:last-child {
              margin-right: 0; }
              @media (max-width: 1600px) {
                .cab-invest__nav-bot .cab-set__check-list label:last-child {
                  margin-right: 25px; } }
    .cab-invest__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: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      padding: 8px 60px 8px 12px;
      width: 100%;
      border-bottom: 1px solid #ECE8E8; }
      .cab-invest__input ::-webkit-input-placeholder {
        color: #0C1A3D; }
      .cab-invest__input :-moz-placeholder {
        color: #0C1A3D; }
      .cab-invest__input ::-moz-placeholder {
        color: #0C1A3D; }
      .cab-invest__input :-ms-input-placeholder {
        color: #0C1A3D; }
      .cab-invest__input ::placeholder {
        color: #0C1A3D; }
      .cab-invest__input span {
        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%);
        font-weight: 300;
        font-size: 13px;
        color: #0C1A3D;
        text-transform: uppercase; }
      .cab-invest__input p {
        font-weight: 300;
        font-size: 13px;
        color: #0C1A3D;
        margin-bottom: 3px; }
      .cab-invest__input input {
        width: 100%;
        font-weight: 700;
        font-size: 14px;
        color: #0C1A3D;
        border: none;
        outline: none;
        background-color: transparent;
        padding: 0; }
    .cab-invest__select {
      width: 100%; }
      @media (max-width: 1600px) {
        .cab-invest__select {
          border-bottom: 1px solid #ECE8E8; } }
      .cab-invest__select .jq-selectbox {
        width: 100%; }
        .cab-invest__select .jq-selectbox:after {
          position: absolute;
          left: 23px;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
             -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          background: -moz-linear-gradient(265.89deg, #6029A5 12.71%, #0934A2 82.85%);
          background: linear-gradient(184.11deg, #6029A5 12.71%, #0934A2 82.85%);
          border-radius: 4.19993px 7.69987px;
          content: '';
          width: 21px;
          height: 21px;
          z-index: 1; }
        .cab-invest__select .jq-selectbox:before {
          position: absolute;
          left: 23px;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
             -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          content: '';
          width: 21px;
          height: 21px;
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 12px 12px;
          z-index: 2; }
        .cab-invest__select .jq-selectbox.btc:before {
          background-image: url(../img/btc-icon.svg); }
        .cab-invest__select .jq-selectbox.bnb:before {
          background-image: url(../img/bnb-icon.svg); }
        .cab-invest__select .jq-selectbox.usdt:before {
          background-image: url(../img/usdt-icon.svg); }
        .cab-invest__select .jq-selectbox.ltc:before {
          background-image: url(../img/ltc-icon.svg); }
        .cab-invest__select .jq-selectbox.eth:before {
          background-image: url(../img/eth-icon.svg); }
        .cab-invest__select .jq-selectbox.doge:before {
          background-image: url(../img/doge-icon.svg); }
        .cab-invest__select .jq-selectbox.xrp:before {
          background-image: url(../img/xrp-icon.svg); }
        .cab-invest__select .jq-selectbox.trx:before {
          background-image: url(../img/trx-icon.svg); }
        .cab-invest__select .jq-selectbox.bch:before {
          background-image: url(../img/bch-icon.svg); }
        .cab-invest__select .jq-selectbox.pm:before {
          background-image: url(../img/pm-icon.svg); }
        .cab-invest__select .jq-selectbox__select {
          height: 40px;
          line-height: 40px;
          font-family: "Barlow", sans-serif;
          padding-left: 46px;
          padding-right: 60px;
          background: transparent;
          border: none !important;
          outline: none !important;
          box-shadow: none !important;
          text-shadow: none !important;
          font-weight: 300;
          font-size: 13px;
          color: #0C1A3D;
          width: 100%; }
        .cab-invest__select .jq-selectbox__trigger {
          width: 60px;
          border-left: none;
          height: 100%; }
          .cab-invest__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: #294A69 !important;
            border-width: 6px; }
        .cab-invest__select .jq-selectbox__dropdown {
          border-radius: 15px;
          box-shadow: none;
          border: none;
          margin-top: 5px;
          overflow: hidden; }
          .cab-invest__select .jq-selectbox__dropdown li {
            position: relative;
            padding: 10px 10px 10px 45px;
            position: relative;
            font-weight: 300;
            font-size: 13px;
            color: #0C1A3D;
            font-family: "Barlow", sans-serif;
            -moz-transition: all .3s ease;
            transition: all .3s ease;
            background-color: transparent; }
            .cab-invest__select .jq-selectbox__dropdown li:after {
              position: absolute;
              left: 23px;
              top: 50%;
              -webkit-transform: translate(-50%, -50%);
                 -moz-transform: translate(-50%, -50%);
                  -ms-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%);
              background: -moz-linear-gradient(265.89deg, #6029A5 12.71%, #0934A2 82.85%);
              background: linear-gradient(184.11deg, #6029A5 12.71%, #0934A2 82.85%);
              border-radius: 4.19993px 7.69987px;
              content: '';
              width: 21px;
              height: 21px;
              z-index: 1; }
            .cab-invest__select .jq-selectbox__dropdown li:before {
              position: absolute;
              left: 23px;
              top: 50%;
              -webkit-transform: translate(-50%, -50%);
                 -moz-transform: translate(-50%, -50%);
                  -ms-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%);
              content: '';
              width: 21px;
              height: 21px;
              background-repeat: no-repeat;
              background-position: center center;
              background-size: 12px 12px;
              z-index: 2; }
            .cab-invest__select .jq-selectbox__dropdown li.btc:before {
              background-image: url(../img/btc-icon.svg); }
            .cab-invest__select .jq-selectbox__dropdown li.bnb:before {
              background-image: url(../img/bnb-icon.svg); }
            .cab-invest__select .jq-selectbox__dropdown li.usdt:before {
              background-image: url(../img/usdt-icon.svg); }
            .cab-invest__select .jq-selectbox__dropdown li.ltc:before {
              background-image: url(../img/ltc-icon.svg); }
            .cab-invest__select .jq-selectbox__dropdown li.eth:before {
              background-image: url(../img/eth-icon.svg); }
            .cab-invest__select .jq-selectbox__dropdown li.doge:before {
              background-image: url(../img/doge-icon.svg); }
            .cab-invest__select .jq-selectbox__dropdown li.xrp:before {
              background-image: url(../img/xrp-icon.svg); }
            .cab-invest__select .jq-selectbox__dropdown li.trx:before {
              background-image: url(../img/trx-icon.svg); }
            .cab-invest__select .jq-selectbox__dropdown li.bch:before {
              background-image: url(../img/bch-icon.svg); }
            .cab-invest__select .jq-selectbox__dropdown li.pm:before {
              background-image: url(../img/pm-icon.svg); }
            .cab-invest__select .jq-selectbox__dropdown li:hover, .cab-invest__select .jq-selectbox__dropdown li.sel {
              color: #E225E4; }
    .cab-invest__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: 15px; }
      @media (max-width: 575px) {
        .cab-invest__head {
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; } }
      .cab-invest__head .cab-invest__title {
        margin-bottom: 0; }
        @media (max-width: 575px) {
          .cab-invest__head .cab-invest__title {
            margin-bottom: 15px; } }
    .cab-invest__links {
      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; }
    .cab-invest__link {
      font-weight: 300;
      font-size: 13px;
      color: #0C1A3D;
      margin-right: 15px;
      text-decoration: none;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .cab-invest__link:hover {
        color: #E225E4; }
    .cab-invest__set {
      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;
      text-decoration: none;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      font-weight: 300;
      font-size: 13px;
      color: #0C1A3D; }
      @media (max-width: 1400px) {
        .cab-invest__set {
          font-size: 0; } }
      @media (max-width: 991px) {
        .cab-invest__set {
          font-size: 13px; } }
      @media (max-width: 575px) {
        .cab-invest__set {
          font-size: 0; } }
      .cab-invest__set:hover {
        color: #E225E4; }
      .cab-invest__set img {
        margin-right: 6px;
        width: 15px;
        height: 15px; }
        @media (max-width: 1400px) {
          .cab-invest__set img {
            margin-right: 0; } }
        @media (max-width: 991px) {
          .cab-invest__set img {
            margin-right: 6px; } }
        @media (max-width: 575px) {
          .cab-invest__set img {
            margin-right: 0; } }
    .cab-invest__tabs {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      @media (max-width: 575px) {
        .cab-invest__tabs {
          -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; } }
      .cab-invest__tabs p {
        font-weight: 300;
        font-size: 13px;
        color: #0C1A3D;
        margin-right: 18px;
        white-space: nowrap; }
        @media (max-width: 575px) {
          .cab-invest__tabs p {
            margin-right: 0;
            margin-bottom: 15px; } }
      .cab-invest__tabs-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: 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;
        width: -moz-calc(100% + 8px);
        width: calc(100% + 8px);
        margin-bottom: -8px; }
      .cab-invest__tabs-item {
        width: 28px;
        height: 28px;
        border-radius: 6.97095px 2.90456px;
        background: #ECE9FD;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        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: 8px;
        cursor: pointer;
        margin-bottom: 8px; }
        @media (max-width: 575px) {
          .cab-invest__tabs-item {
            margin-right: 5px;
            margin-bottom: 5px; } }
        .cab-invest__tabs-item:hover, .cab-invest__tabs-item.active {
          background-color: #0834A1; }
          .cab-invest__tabs-item:hover svg, .cab-invest__tabs-item.active svg {
            fill: #fff; }
        .cab-invest__tabs-item svg {
          width: 17px;
          height: 15px;
          fill: #0834A1;
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
    .cab-invest__wrap {
      width: 100%; }
    .cab-invest__bal {
      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;
      border: 1px solid #ECE8E8;
      border-radius: 12px;
      padding: 12px 17px 12px 50px;
      position: relative;
      margin-bottom: 13px; }
      .cab-invest__bal-icon {
        position: absolute;
        top: 50%;
        left: 25px;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        background: -moz-linear-gradient(265.89deg, #6029A5 12.71%, #0934A2 82.85%);
        background: linear-gradient(184.11deg, #6029A5 12.71%, #0934A2 82.85%);
        border-radius: 6.1017px 11.1864px;
        width: 30px;
        height: 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: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .cab-invest__bal-icon img {
          width: 18px;
          height: 18px; }
      .cab-invest__bal-val {
        text-align: right;
        font-weight: 700;
        font-size: 20px;
        color: #0C1A3D; }
      .cab-invest__bal-title {
        font-weight: 700;
        font-size: 14px;
        color: #0C1A3D; }
        @media (max-width: 480px) {
          .cab-invest__bal-title {
            display: none; } }
        .cab-invest__bal-title span {
          font-weight: 300;
          text-transform: uppercase;
          padding-left: 10px;
          margin-left: 5px;
          position: relative;
          line-height: 1; }
          .cab-invest__bal-title span:after {
            line-height: 1;
            content: '/';
            font-weight: 300;
            font-size: 14px;
            color: #D9D9D9;
            bottom: 0;
            position: absolute;
            left: 0; }
  .cab-plans {
    width: -moz-calc(100% + 25px);
    width: calc(100% + 25px);
    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; }
    .cab-plans label {
      width: -moz-calc(100% / 3 - 25px);
      width: calc(100% / 3 - 25px);
      display: block;
      margin-bottom: 25px;
      margin-right: 25px; }
      @media (max-width: 1400px) {
        .cab-plans label {
          width: -moz-calc(100% / 2 - 25px);
          width: calc(100% / 2 - 25px); } }
      @media (max-width: 991px) {
        .cab-plans label {
          width: 100%; } }
      .cab-plans label input {
        display: none; }
        .cab-plans label input:checked + .cab-plan {
          background: -moz-linear-gradient(265.89deg, #6029A5 12.71%, #0934A2 82.85%);
          background: linear-gradient(184.11deg, #6029A5 12.71%, #0934A2 82.85%); }
          .cab-plans label input:checked + .cab-plan:after {
            background-image: url(../img/cab-plan-bg-active.png); }
          .cab-plans label input:checked + .cab-plan .cab-plan__name p, .cab-plans label input:checked + .cab-plan .cab-plan__name span, .cab-plans label input:checked + .cab-plan .cab-plan__range p, .cab-plans label input:checked + .cab-plan .cab-plan__range span, .cab-plans label input:checked + .cab-plan .cab-plan__info p, .cab-plans label input:checked + .cab-plan .cab-plan__info span {
            color: #fff; }
          .cab-plans label input:checked + .cab-plan .cab-plan__info:after {
            background: #fff; }
          .cab-plans label input:checked + .cab-plan .cab-plan__info svg {
            fill: #E225E4; }
  .cab-plan {
    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: 40px 30px 40px 110px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 12px 32px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    cursor: pointer; }
    @media (max-width: 480px) {
      .cab-plan {
        padding: 30px; } }
    .cab-plan:hover {
      background: -moz-linear-gradient(265.89deg, #6029A5 12.71%, #0934A2 82.85%);
      background: linear-gradient(184.11deg, #6029A5 12.71%, #0934A2 82.85%); }
      .cab-plan:hover:after {
        background-image: url(../img/cab-plan-bg-active.png); }
      .cab-plan:hover .cab-plan__name p, .cab-plan:hover .cab-plan__name span, .cab-plan:hover .cab-plan__range p, .cab-plan:hover .cab-plan__range span, .cab-plan:hover .cab-plan__info p, .cab-plan:hover .cab-plan__info span {
        color: #fff; }
      .cab-plan:hover .cab-plan__info:after {
        background: #fff; }
      .cab-plan:hover .cab-plan__info svg {
        fill: #E225E4; }
    .cab-plan:after {
      border-radius: 12px 32px;
      z-index: -1;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      background-image: url(../img/cab-plan-bg.png);
      background-repeat: no-repeat;
      background-position: right top;
      background-size: auto; }
    .cab-plan__percent {
      position: absolute;
      top: 20px;
      left: 20px;
      width: 76px;
      height: 76px;
      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: 700;
      font-size: 28px;
      color: #fff;
      background-image: url(../img/cab-plan-percent.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      z-index: 2; }
      @media (max-width: 480px) {
        .cab-plan__percent {
          position: relative;
          top: auto;
          left: auto;
          margin-bottom: 30px;
          margin-left: auto;
          margin-right: auto; } }
    .cab-plan__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: 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;
      padding-bottom: 15px;
      margin-bottom: 15px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .cab-plan__name {
      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; }
      .cab-plan__name p {
        font-weight: 500;
        font-size: 16px;
        color: #0C1A3D;
        text-transform: uppercase; }
      .cab-plan__name span {
        font-weight: 700;
        font-size: 20px;
        color: #0C1A3D;
        text-transform: uppercase; }
    .cab-plan__range {
      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; }
      .cab-plan__range p {
        font-weight: 300;
        font-size: 12px;
        color: #0C1A3D;
        text-transform: uppercase;
        margin-bottom: 2px; }
      .cab-plan__range span {
        font-weight: 700;
        font-size: 20px;
        color: #0C1A3D;
        text-transform: uppercase; }
    .cab-plan__bot {
      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; }
    .cab-plan__info {
      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: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      z-index: 1;
      padding-left: 36px; }
      .cab-plan__info:after {
        width: 28px;
        height: 28px;
        background: -moz-linear-gradient(265.89deg, #6029A5 12.71%, #0934A2 82.85%);
        background: linear-gradient(184.11deg, #6029A5 12.71%, #0934A2 82.85%);
        border-radius: 5.69491px 10.4407px;
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        z-index: 1; }
      .cab-plan__info svg {
        position: absolute;
        left: 14px;
        top: 50%;
        z-index: 2;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 14px;
        height: 14px;
        fill: #fff; }
      .cab-plan__info p {
        font-weight: 400;
        font-size: 12px;
        color: #0C1A3D;
        text-transform: uppercase; }
      .cab-plan__info span {
        font-weight: 700;
        font-size: 17px;
        color: #0C1A3D; }
  .cab-his-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: 1400px) {
      .cab-his-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; } }
  .cab-filter {
    margin-bottom: 25px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 1400px) {
      .cab-filter {
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin-bottom: 10px; } }
    @media (max-width: 991px) {
      .cab-filter {
        -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; } }
    .cab-filter .cab-btn {
      text-transform: uppercase;
      min-height: 40px;
      min-width: 65px;
      padding: 13px 24px; }
      @media (max-width: 1400px) {
        .cab-filter .cab-btn {
          margin-bottom: 15px; } }
    .cab-filter__box {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-right: 10px;
      border-radius: 12px;
      border: 1px solid #D8D5D5;
      padding: 12px; }
      @media (max-width: 1400px) {
        .cab-filter__box {
          margin-bottom: 15px; } }
      @media (max-width: 991px) {
        .cab-filter__box {
          width: 100%;
          margin-right: 0;
          -webkit-justify-content: space-between;
             -moz-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          margin-bottom: 15px; } }
      .cab-filter__box:last-child {
        margin-right: 0; }
    .cab-filter__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: 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-right: 12px;
      margin-right: 12px;
      border-right: 1px solid #BEC8E1; }
      @media (max-width: 991px) {
        .cab-filter__item {
          width: 100%;
          padding-right: 12px;
          margin-right: 12px;
          padding-left: 12px;
          margin-right: 0; } }
      .cab-filter__item:last-child {
        border-right: none;
        margin-right: 0;
        padding-right: 0; }
      .cab-filter__item:first-child {
        padding-left: 0; }
      .cab-filter__item p {
        font-weight: 300;
        font-size: 13px;
        color: #0C1A3D;
        margin-right: 5px;
        line-height: 1; }
        @media (max-width: 480px) {
          .cab-filter__item p {
            display: none; } }
    .cab-filter__sel {
      width: 100%; }
      .cab-filter__sel .jq-selectbox {
        width: 100%; }
        .cab-filter__sel .jq-selectbox__select {
          height: auto;
          line-height: 1;
          font-family: "Barlow", sans-serif;
          padding-left: 0px;
          padding-right: 20px;
          background: transparent;
          border: none !important;
          outline: none !important;
          box-shadow: none !important;
          text-shadow: none !important;
          font-weight: 300;
          font-size: 13px;
          color: #0C1A3D;
          width: 100%; }
        .cab-filter__sel .jq-selectbox__trigger {
          width: 20px;
          border-left: none;
          height: 100%; }
          .cab-filter__sel .jq-selectbox__trigger-arrow {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
               -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
            right: 0;
            border-top-color: #294A69 !important;
            border-width: 5px; }
        .cab-filter__sel .jq-selectbox__dropdown {
          border-radius: 15px;
          box-shadow: none;
          border: none;
          margin-top: 5px;
          overflow: hidden; }
          .cab-filter__sel .jq-selectbox__dropdown li {
            position: relative;
            padding: 10px;
            position: relative;
            font-weight: 300;
            font-size: 13px;
            color: #0C1A3D;
            font-family: "Barlow", sans-serif;
            -moz-transition: all .3s ease;
            transition: all .3s ease;
            background-color: transparent; }
            .cab-filter__sel .jq-selectbox__dropdown li:hover, .cab-filter__sel .jq-selectbox__dropdown li.sel {
              color: #E225E4; }
          .cab-filter__sel .jq-selectbox__dropdown ul::-webkit-scrollbar {
            width: 2px; }
          .cab-filter__sel .jq-selectbox__dropdown ul::-webkit-scrollbar-track {
            background: #fff; }
          .cab-filter__sel .jq-selectbox__dropdown ul::-webkit-scrollbar-thumb {
            background-color: #E225E4;
            border-radius: 20px;
            border: none; }
    .cab-filter_tabs .cab-filter__item {
      cursor: pointer; }
      .cab-filter_tabs .cab-filter__item p {
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        margin-right: 0;
        font-weight: 500;
        display: block; }
        @media (max-width: 767px) {
          .cab-filter_tabs .cab-filter__item p {
            text-align: center;
            width: 100%; } }
        .cab-filter_tabs .cab-filter__item p:hover {
          color: #E225E4; }
      .cab-filter_tabs .cab-filter__item.active p {
        color: #E225E4; }
  .cab-table {
    width: 100%;
    margin-bottom: 18px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 12px 32px;
    padding: 0 30px; }
    .cab-table table {
      width: 100%;
      border-collapse: collapse; }
    .cab-table tr {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      @media (max-width: 767px) {
        .cab-table tr {
          border: none !important;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
          margin-bottom: 0 !important; } }
    .cab-table tbody tr:last-child {
      border-bottom: none !important; }
    .cab-table td {
      padding: 15px 0; }
      @media (max-width: 767px) {
        .cab-table td {
          display: -webkit-flex !important;
          display: -moz-box !important;
          display: -ms-flexbox !important;
          display: flex !important;
          -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;
          border: none !important;
          -webkit-flex-direction: row;
             -moz-box-orient: horizontal;
             -moz-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          padding-left: 0 !important;
          padding-right: 0 !important; } }
    .cab-table__title {
      font-weight: 300;
      font-size: 13px;
      color: #0C1A3D; }
    .cab-table__val {
      font-weight: 700;
      font-size: 14px;
      color: #0C1A3D; }
    .cab-table__date {
      font-weight: 400;
      font-size: 14px;
      color: #0C1A3D; }
    .cab-table__wallet {
      position: relative;
      padding-left: 30px; }
      .cab-table__wallet img {
        position: absolute;
        left: 10px;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 10px;
        height: 10px;
        z-index: 2; }
      .cab-table__wallet:after {
        width: 20px;
        height: 20px;
        background: -moz-linear-gradient(265.89deg, #6029A5 12.71%, #0934A2 82.85%);
        background: linear-gradient(184.11deg, #6029A5 12.71%, #0934A2 82.85%);
        border-radius: 4.19993px 7.69987px;
        content: '';
        z-index: 1;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0; }
  .cab-set {
    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: 12px 32px;
    background-color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
    padding: 20px; }
    .cab-set .cab-btn {
      margin-bottom: 20px; }
    .cab-set__head {
      width: 100%;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      padding-bottom: 15px;
      font-weight: 700;
      font-size: 18px;
      color: #0C1A3D;
      margin-bottom: 20px; }
    .cab-set__row {
      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-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -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;
      padding-bottom: 15px;
      margin-bottom: 20px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .cab-set__row:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0; }
    .cab-set__left {
      max-width: 235px;
      width: 100%;
      padding-right: 30px; }
      @media (max-width: 767px) {
        .cab-set__left {
          max-width: 100%;
          padding-right: 0; } }
    .cab-set__right {
      width: -moz-calc(100% - 235px);
      width: calc(100% - 235px); }
      @media (max-width: 767px) {
        .cab-set__right {
          width: 100%; } }
    .cab-set__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: 14px; }
      .cab-set__text h3 {
        font-weight: 600;
        font-size: 13px;
        color: #0C1A3D;
        margin-bottom: 15px;
        line-height: 1.5; }
        .cab-set__text h3:last-child {
          margin-bottom: 0; }
      .cab-set__text p {
        font-weight: 300;
        font-size: 13px;
        color: #0C1A3D;
        margin-bottom: 14px;
        line-height: 1.5; }
        .cab-set__text p:last-child {
          margin-bottom: 0; }
      .cab-set__text a {
        font-weight: 700;
        color: #E225E4;
        text-decoration: none; }
        .cab-set__text a:hover {
          text-decoration: underline; }
      .cab-set__text span {
        font-weight: 700;
        color: #0C1A3D; }
        .cab-set__text span.copy-text {
          cursor: pointer;
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
          .cab-set__text span.copy-text:hover {
            color: #E225E4; }
    .cab-set__inputs {
      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;
      width: -moz-calc(100% + 15px);
      width: calc(100% + 15px); }
    .cab-set__qr {
      width: 100px;
      height: 100px;
      margin-bottom: 20px; }
      .cab-set__qr img {
        width: 100%;
        height: 100%; }
    .cab-set__input {
      width: -moz-calc(100% / 2 - 15px);
      width: calc(100% / 2 - 15px);
      margin-right: 15px;
      display: block;
      margin-bottom: 15px; }
      @media (max-width: 480px) {
        .cab-set__input {
          width: 100%; } }
      .cab-set__input ::-webkit-input-placeholder {
        color: #0C1A3D; }
      .cab-set__input :-moz-placeholder {
        color: #0C1A3D; }
      .cab-set__input ::-moz-placeholder {
        color: #0C1A3D; }
      .cab-set__input :-ms-input-placeholder {
        color: #0C1A3D; }
      .cab-set__input ::placeholder {
        color: #0C1A3D; }
      .cab-set__input input {
        border-radius: 12px;
        border: 1px solid #D8D5D5;
        background-color: transparent;
        outline: none;
        min-height: 48px;
        width: 100%;
        padding: 10px 20px;
        font-weight: 300;
        font-size: 13px;
        color: #0C1A3D; }
    .cab-set__auth {
      width: -moz-calc(100% + 40px);
      width: calc(100% + 40px);
      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; }
      .cab-set__auth-col {
        width: -moz-calc(100% / 3 - 40px);
        width: calc(100% / 3 - 40px);
        margin-right: 40px; }
        @media (max-width: 991px) {
          .cab-set__auth-col {
            width: 100%; } }
        .cab-set__auth-col .cab-set__input {
          width: 100%; }
        .cab-set__auth-col .cabinet-security__form-input {
          width: 100%;
          max-width: 100%; }
    .cab-set__wallets {
      width: -moz-calc(100% + 6px);
      width: calc(100% + 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: 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; }
      @media (max-width: 991px) {
        .cab-set__wallets {
          width: -moz-calc(100% + 15px);
          width: calc(100% + 15px); } }
      .cab-set__wallets .cab-set__input {
        width: -moz-calc(100% / 4 - 6px);
        width: calc(100% / 4 - 6px);
        margin-right: 6px;
        position: relative; }
        @media (max-width: 991px) {
          .cab-set__wallets .cab-set__input {
            width: -moz-calc(100% / 2 - 15px);
            width: calc(100% / 2 - 15px);
            margin-right: 15px; } }
        @media (max-width: 480px) {
          .cab-set__wallets .cab-set__input {
            width: 100%; } }
        .cab-set__wallets .cab-set__input input {
          padding-left: 48px; }
        .cab-set__wallets .cab-set__input:after {
          position: absolute;
          top: 50%;
          left: 24px;
          -webkit-transform: translate(-50%, -50%);
             -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 28px;
          height: 28px;
          content: '';
          z-index: 1;
          background-color: #ECE9FD;
          border-radius: 6.97095px 2.90456px; }
        .cab-set__wallets .cab-set__input svg {
          position: absolute;
          top: 50%;
          left: 24px;
          -webkit-transform: translate(-50%, -50%);
             -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 16px;
          height: 16px;
          fill: #0834A1;
          z-index: 2; }
    .cab-set__check {
      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; }
      .cab-set__check-col {
        width: -moz-calc(50% - 15px);
        width: calc(50% - 15px); }
        @media (max-width: 991px) {
          .cab-set__check-col {
            width: 100%;
            margin-bottom: 15px; }
            .cab-set__check-col:last-child {
              margin-bottom: 0; } }
      .cab-set__check-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: 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: -moz-calc(100% + 25px);
        width: calc(100% + 25px);
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .cab-set__check-list label {
          display: block;
          margin-right: 25px;
          margin-bottom: 10px; }
          .cab-set__check-list label input {
            display: none; }
            .cab-set__check-list label input:checked + span:before {
              opacity: 1;
              -webkit-transform: translate(-50%, -50%) scale(1);
                 -moz-transform: translate(-50%, -50%) scale(1);
                  -ms-transform: translate(-50%, -50%) scale(1);
                      transform: translate(-50%, -50%) scale(1); }
          .cab-set__check-list label span {
            padding-left: 30px;
            position: relative;
            font-weight: 300;
            font-size: 13px;
            color: #0C1A3D;
            cursor: pointer;
            min-height: 20px;
            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; }
            .cab-set__check-list label 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: 1px solid #D8D5D5;
              border-radius: 3px;
              content: ''; }
            .cab-set__check-list label span:before {
              position: absolute;
              top: 50%;
              left: 10px;
              -webkit-transform: translate(-50%, -50%) scale(0);
                 -moz-transform: translate(-50%, -50%) scale(0);
                  -ms-transform: translate(-50%, -50%) scale(0);
                      transform: translate(-50%, -50%) scale(0);
              content: '';
              width: 8px;
              height: 8px;
              border-radius: 50%;
              background-color: #0834A1;
              -moz-transition: all .3s ease;
              transition: all .3s ease;
              opacity: 0; }

.cabinet-settings {
  margin-bottom: 30px; }

.cabinet-security {
  padding: 40px 0; }
  .cabinet-security__title {
    width: 100%;
    padding-left: 35px;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 18px;
    color: #363636; }
    @media (max-width: 767px) {
      .cabinet-security__title {
        width: 100%;
        text-align: center;
        padding-left: 0; } }
  .cabinet-security__box {
    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; }
    @media (max-width: 767px) {
      .cabinet-security__box {
        padding: 20px 30px; } }
    .cabinet-security__box:last-child {
      margin-bottom: 0; }
  .cabinet-security__form {
    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%; }
    .cabinet-security__form-row {
      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%;
      margin-bottom: 20px; }
      .cabinet-security__form-row_bar {
        margin-bottom: 40px; }
      .cabinet-security__form-row:last-child {
        margin-bottom: 0;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
    .cabinet-security__form-text {
      font-size: 13px;
      font-weight: 400;
      color: #0C1A3D; }
      @media (max-width: 767px) {
        .cabinet-security__form-text {
          margin-bottom: 10px; }
          .cabinet-security__form-text:last-child {
            margin-bottom: 0; } }
      .cabinet-security__form-text a {
        color: #E225E4;
        text-decoration: underline;
        font-weight: 400;
        font-size: 16px;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        .cabinet-security__form-text a:hover {
          text-decoration: none; }
    .cabinet-security__form-bar {
      max-width: 460px;
      width: 100%;
      margin-left: 40px;
      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;
      height: 3px;
      background-color: rgba(255, 255, 255, 0.1); }
      @media (max-width: 767px) {
        .cabinet-security__form-bar {
          margin-left: 0; } }
      .cabinet-security__form-bar__label {
        width: 10px;
        height: 10px;
        cursor: pointer; }
        .cabinet-security__form-bar__label input {
          display: none; }
          .cabinet-security__form-bar__label input:checked + .cabinet-security__form-bar__wrap {
            background-color: #E225E4; }
            .cabinet-security__form-bar__label input:checked + .cabinet-security__form-bar__wrap span {
              color: #E225E4; }
      .cabinet-security__form-bar__wrap {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #fff;
        position: relative;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        .cabinet-security__form-bar__wrap span {
          position: absolute;
          top: -moz-calc(100% + 10px);
          top: calc(100% + 10px);
          left: 50%;
          -webkit-transform: translateX(-50%);
             -moz-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          font-weight: 400;
          color: #fff;
          font-size: 14px;
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
    .cabinet-security__form-checkbox {
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      cursor: pointer; }
      .cabinet-security__form-checkbox input {
        display: none; }
        .cabinet-security__form-checkbox input:checked + .cabinet-security__form-checkbox__wrap {
          background-color: #E225E4;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          padding: 0 40px 0 25px; }
          .cabinet-security__form-checkbox input:checked + .cabinet-security__form-checkbox__wrap:after {
            left: -moz-calc(100% - 5px);
            left: calc(100% - 5px);
            -webkit-transform: translate(-100%, -50%);
               -moz-transform: translate(-100%, -50%);
                -ms-transform: translate(-100%, -50%);
                    transform: translate(-100%, -50%); }
          .cabinet-security__form-checkbox input:checked + .cabinet-security__form-checkbox__wrap .cabinet-security__form-checkbox_enabled {
            opacity: 1;
            display: block; }
          .cabinet-security__form-checkbox input:checked + .cabinet-security__form-checkbox__wrap .cabinet-security__form-checkbox_disabled {
            opacity: 0;
            display: none; }
      .cabinet-security__form-checkbox-big .cabinet-security__form-checkbox__wrap {
        padding: 0 20px 0 55px;
        opacity: 1;
        width: 145px;
        height: 40px; }
        .cabinet-security__form-checkbox-big .cabinet-security__form-checkbox__wrap:after {
          width: 30px;
          height: 30px; }
      .cabinet-security__form-checkbox-big input:checked + .cabinet-security__form-checkbox__wrap {
        padding: 0 55px 0 20px; }
      .cabinet-security__form-checkbox__wrap {
        border-radius: 30px;
        background-color: #D8D5D5;
        position: relative;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -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;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        height: 30px;
        width: 90px;
        padding: 0 25px 0 40px; }
        .cabinet-security__form-checkbox__wrap:after {
          content: '';
          position: absolute;
          top: 50%;
          left: 5px;
          width: 20px;
          height: 20px;
          border-radius: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          -moz-transition: all .3s ease;
          transition: all .3s ease;
          background-color: #fff; }
        .cabinet-security__form-checkbox__wrap span {
          font-size: 14px;
          font-weight: 700;
          color: #fff;
          text-transform: uppercase;
          -moz-transition: all .3s ease;
          transition: all .3s ease;
          line-height: 1; }
        .cabinet-security__form-checkbox__wrap .cabinet-security__form-checkbox_enabled {
          display: none; }
    .cabinet-security__form-input {
      position: relative;
      width: 100%;
      background-size: 100% 100%;
      border-radius: 100px;
      overflow: hidden;
      border: 1px solid #D8D5D5; }
      .cabinet-security__form-input .cabinet-security__form-submit {
        height: 100%;
        max-width: 90px;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        font-size: 12px; }
      .cabinet-security__form-input_small {
        max-width: 320px; }
        @media (max-width: 991px) {
          .cabinet-security__form-input_small {
            max-width: 240px; } }
      .cabinet-security__form-input input {
        height: 45px;
        width: 100%;
        background-color: transparent;
        padding: 0 20px;
        font-weight: 700;
        font-size: 14px;
        color: #0C1A3D;
        outline: none;
        border: none; }
    .cabinet-security__form-qr {
      width: 80px;
      height: 80px;
      background-color: #343436; }
      .cabinet-security__form-qr img {
        width: 100%;
        height: 100%; }
    .cabinet-security__form-submit {
      text-transform: uppercase;
      max-width: 110px;
      width: 100%;
      text-align: center;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -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-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      height: 100%;
      font-weight: 700;
      color: #fff;
      font-size: 16px;
      outline: none;
      cursor: pointer;
      border: none;
      background: -moz-linear-gradient(265.89deg, #6029A5 12.71%, #0934A2 82.85%);
      background: linear-gradient(184.11deg, #6029A5 12.71%, #0934A2 82.85%); }
      .cabinet-security__form-submit:hover {
        background: -moz-linear-gradient(274.11deg, #6029A5 12.71%, #0934A2 82.85%);
        background: linear-gradient(-184.11deg, #6029A5 12.71%, #0934A2 82.85%); }
