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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
            transform: scale(1.8); } }

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: .5; }
  100% {
    opacity: 0;
    -moz-transform: scale(1.8);
         transform: scale(1.8); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
       -moz-transform: scale(1.8);
            transform: scale(1.8); } }

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg); }
  25% {
    -webkit-transform: translate(calc(-50% + 3px), -50%) rotate(-90deg);
            transform: translate(calc(-50% + 3px), -50%) rotate(-90deg); }
  40% {
    -webkit-transform: translate(calc(-50% + 0px), -50%) rotate(-90deg);
            transform: translate(calc(-50% + 0px), -50%) rotate(-90deg); }
  55% {
    -webkit-transform: translate(calc(-50% + 3px), -50%) rotate(-90deg);
            transform: translate(calc(-50% + 3px), -50%) rotate(-90deg); } }

@-moz-keyframes arrow {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(-90deg);
         transform: translate(-50%, -50%) rotate(-90deg); }
  25% {
    -moz-transform: translate(-moz-calc(-50% + 3px), -50%) rotate(-90deg);
         transform: translate(calc(-50% + 3px), -50%) rotate(-90deg); }
  40% {
    -moz-transform: translate(-moz-calc(-50% + 0px), -50%) rotate(-90deg);
         transform: translate(calc(-50% + 0px), -50%) rotate(-90deg); }
  55% {
    -moz-transform: translate(-moz-calc(-50% + 3px), -50%) rotate(-90deg);
         transform: translate(calc(-50% + 3px), -50%) rotate(-90deg); } }

@keyframes arrow {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
       -moz-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg); }
  25% {
    -webkit-transform: translate(calc(-50% + 3px), -50%) rotate(-90deg);
       -moz-transform: translate(-moz-calc(-50% + 3px), -50%) rotate(-90deg);
            transform: translate(calc(-50% + 3px), -50%) rotate(-90deg); }
  40% {
    -webkit-transform: translate(calc(-50% + 0px), -50%) rotate(-90deg);
       -moz-transform: translate(-moz-calc(-50% + 0px), -50%) rotate(-90deg);
            transform: translate(calc(-50% + 0px), -50%) rotate(-90deg); }
  55% {
    -webkit-transform: translate(calc(-50% + 3px), -50%) rotate(-90deg);
       -moz-transform: translate(-moz-calc(-50% + 3px), -50%) rotate(-90deg);
            transform: translate(calc(-50% + 3px), -50%) rotate(-90deg); } }

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

html, body {
  font-family: "AmpleSoft Pro", sans-serif;
  background-color: #f5f0f0; }

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-height: 100vh;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative;
  opacity: 1;
  background-image: url("../img/main-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-position: center top;
  min-width: 1170px;
  background-color: #d9b4b4; }
  .wrapper_index {
    background-image: url(../img/index-bg.png); }
  .wrapper_about {
    background-image: url(../img/about-page-bg.png); }
  .wrapper_refs {
    background-image: url(../img/refs-page-bg.png); }
  .wrapper_news {
    background-image: url(../img/news-page-bg.png); }
  .wrapper_faq {
    background-image: url(../img/faq-page-bg.png); }
  .wrapper_contacts {
    background-image: url(../img/contacts-page-bg.png); }
  .wrapper_representative {
    background-image: url(../img/representative-page-bg.png); }
  .wrapper_sign {
    background-image: url(../img/sign-bg.png); }
  .wrapper_cab {
    min-width: 1300px;
    background-image: 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; }

@supports (-webkit-background-clip: text) {
  .main-title h3 .color,
  .about-address h3 span,
  .invest-calc__title span,
  .refs-val span,
  .repr-form h3 {
    background: -moz-linear-gradient(right, #F0B832 0%, #F8421E 100%);
    background: linear-gradient(270deg, #F0B832 0%, #F8421E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .repr-form h3 {
    background: -moz-linear-gradient(left, #F0B832 0%, #F8421E 80.71%);
    background: linear-gradient(90deg, #F0B832 0%, #F8421E 80.71%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .invest-plan__percent sup,
  .invest-plan__percent span {
    background: -moz-linear-gradient(top, #4A5461 0%, rgba(74, 84, 97, 0) 100%);
    background: linear-gradient(180deg, #4A5461 0%, rgba(74, 84, 97, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .refs-title {
    background: -moz-linear-gradient(top, #4A5461 -64.11%, rgba(74, 84, 97, 0) 90%);
    background: linear-gradient(180deg, #4A5461 -64.11%, rgba(74, 84, 97, 0) 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; } }

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

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

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

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

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

.header-top {
  padding: 20px 40px;
  border-bottom: 2px solid #F67E3E; }

.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;
  cursor: pointer; }

.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-wallets {
  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; }
  .header-wallets__item {
    padding-right: 100px;
    margin-right: 30px;
    position: relative;
    padding-left: 60px; }
    .header-wallets__item:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0;
      width: 65px;
      height: 1px;
      background-color: #1A2028;
      content: ''; }
    .header-wallets__item:last-child {
      padding-right: 0;
      margin-right: 0; }
      .header-wallets__item:last-child:after {
        display: none; }
    .header-wallets__item > p {
      font-family: "Engravers Gothic", sans-serif;
      font-weight: 700;
      font-size: 18px;
      color: #fff;
      margin-bottom: 7px; }
      .header-wallets__item > p span {
        color: #4A5461; }
    .header-wallets__item > span {
      font-family: "Engravers Gothic", sans-serif;
      font-weight: 400;
      font-size: 13px;
      color: #fff;
      text-transform: uppercase; }
  .header-wallets__icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 40px;
    height: 40px;
    background-color: #1A2028; }
    .header-wallets__icon svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      fill: url(#gr);
      width: 20px;
      height: 20px; }
    .header-wallets__icon span {
      position: absolute;
      bottom: -3px;
      right: -3px;
      border: 3px solid #000;
      background-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: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 20px;
      height: 20px;
      font-weight: 700;
      font-size: 12px;
      color: #000; }

.header-login {
  font-family: "Engravers Gothic", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: none;
  margin-top: -7px;
  margin-right: 30px; }
  .header-login:hover {
    color: #F67E3E; }

.header-sign {
  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;
  min-width: 120px;
  height: 43px;
  position: relative;
  z-index: 1;
  font-family: "Engravers Gothic", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 9px; }
  .header-sign:hover:after {
    opacity: 0; }
  .header-sign:hover:before {
    opacity: 1; }
  .header-sign img {
    margin-bottom: -9px; }
  .header-sign:after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: -moz-linear-gradient(left, #F0B832 0%, #F8421E 100%);
    background: linear-gradient(90deg, #F0B832 0%, #F8421E 100%);
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
  .header-sign:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: -moz-linear-gradient(right, #F0B832 0%, #F8421E 100%);
    background: linear-gradient(-90deg, #F0B832 0%, #F8421E 100%);
    -moz-transition: all .3s ease;
    transition: all .3s ease; }

.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: 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; }
  .header-menu a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    min-height: 89px;
    border-bottom: 1px solid rgba(26, 32, 40, 0.5);
    border-right: 1px solid rgba(26, 32, 40, 0.5);
    font-family: "Engravers Gothic", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #4A5461;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    position: relative;
    background-color: rgba(26, 32, 40, 0.2); }
    .header-menu a:last-child {
      border-right: none; }
    .header-menu a:hover, .header-menu a.active {
      color: #fff;
      background-color: rgba(26, 32, 40, 0.35);
      border-bottom-color: #fff; }
      .header-menu a:hover svg, .header-menu a.active svg {
        fill: #fff; }
      .header-menu a:hover:after, .header-menu a.active:after {
        -webkit-transform: translate(-50%, 50%) rotate(45deg) scale(1);
           -moz-transform: translate(-50%, 50%) rotate(45deg) scale(1);
            -ms-transform: translate(-50%, 50%) rotate(45deg) scale(1);
                transform: translate(-50%, 50%) rotate(45deg) scale(1);
        opacity: 1; }
    .header-menu a svg {
      width: 14px;
      height: 14px;
      fill: #4A5461;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      margin-right: 13px; }
    .header-menu a:after {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 0;
      width: 10px;
      height: 10px;
      border-top: 1px solid #000;
      -webkit-transform: translate(-50%, 50%) rotate(45deg) scale(0);
         -moz-transform: translate(-50%, 50%) rotate(45deg) scale(0);
          -ms-transform: translate(-50%, 50%) rotate(45deg) scale(0);
              transform: translate(-50%, 50%) rotate(45deg) scale(0);
      opacity: 0;
      border-left: 1px solid #fff;
      border-top: 1px solid #fff;
      background-color: #000;
      content: '';
      -moz-transition: all .3s ease;
      transition: all .3s ease; }

.header-content {
  padding: 50px 0;
  position: relative;
  z-index: 1; }

.header-text {
  font-family: "Pobeda", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #4A5461;
  text-align: center; }

.header-title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: 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;
  font-family: "Engravers Gothic", sans-serif;
  font-weight: 700;
  font-size: 150px;
  text-shadow: 0px 15px 20px #000000;
  text-transform: uppercase;
  color: #fff;
  line-height: 0.5;
  z-index: 2;
  position: relative;
  margin-top: -10px; }
  .header-title p {
    margin-top: -40px;
    z-index: -1; }
  .header-title span {
    font-size: 60px;
    line-height: 1;
    position: relative;
    z-index: 1;
    padding: 10px;
    display: block;
    text-shadow: none;
    margin-top: -50px; }
    .header-title span:after {
      position: absolute;
      width: 100%;
      height: -moz-calc(100% - 25px);
      height: calc(100% - 25px);
      bottom: 0;
      left: 0;
      background-color: #F7441E;
      content: '';
      z-index: -1; }

.header-lang {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #192027;
  background-color: #000;
  position: relative;
  margin: 0 auto 24px auto;
  cursor: pointer;
  position: relative;
  z-index: 10;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }
  .header-lang:hover .header-lang__hide {
    opacity: 1;
    pointer-events: all; }
  .header-lang:hover {
    border-color: #F67E3E; }
    .header-lang:hover > svg {
      fill: #F67E3E; }
    .header-lang:hover .text {
      color: #F67E3E; }
  .header-lang > svg {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 100%;
    fill: #192027;
    width: 10px;
    height: 10px;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
  .header-lang > .flag-icon {
    width: 28px;
    height: 28px;
    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-radius: 50%;
    background-size: cover;
    z-index: 1; }
  .header-lang .text {
    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-radius: 50%;
    background-color: #000;
    width: 22px;
    height: 22px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "Engravers Gothic", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 2;
    padding-bottom: 5px; }
  .header-lang__hide {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -moz-calc(100% + 20px);
    top: calc(100% + 20px);
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    pointer-events: none;
    background-color: #fff;
    border-radius: 8px;
    opacity: 0; }
    .header-lang__hide:after {
      bottom: 100%;
      left: 0;
      width: 100%;
      height: 20px;
      content: '';
      position: absolute; }
    .header-lang__hide 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;
      padding: 5px 10px;
      font-family: "Engravers Gothic", sans-serif;
      font-weight: 400;
      font-size: 14px;
      text-decoration: none;
      color: #4A5461;
      cursor: pointer;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .header-lang__hide a:hover, .header-lang__hide a.active {
        color: #F67E3E; }
      .header-lang__hide a .flag-icon {
        border-radius: 50%;
        width: 20px;
        height: 20px;
        margin-right: 10px;
        background-size: cover; }

.header-scene {
  width: 100%;
  height: 600px;
  margin: 0 auto;
  margin-top: -180px;
  margin-bottom: -40px;
  position: relative;
  z-index: -12;
  pointer-events: none; }
  .header-scene img {
    max-width: 100%;
    position: relative;
    z-index: -2;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .header-scene:before {
    width: 800px;
    height: 600px;
    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: '';
    z-index: 1;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background: -moz-radial-gradient(rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: radial-gradient(rgba(0, 0, 0, 0) 0%, #000000 100%); }
  .header-scene:after {
    width: 1640px;
    height: 1082px;
    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: '';
    z-index: 2;
    pointer-events: none;
    background-image: url(../img/header-scene-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }

.header-scroll {
  background-image: url(../img/header-scroll-bg.png);
  width: 110px;
  height: 280px;
  background-repeat: no-repeat;
  background-position: center bottom;
  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-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 65px;
  margin: -70px auto 0 auto;
  cursor: pointer;
  text-align: center;
  font-family: "Pobeda", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #4A5461;
  z-index: 50;
  position: relative; }
  .header-scroll:hover span {
    color: #fff; }
  .header-scroll span {
    display: block;
    max-width: 40px;
    margin-bottom: 15px;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }

.header-soc {
  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; }
  .header-soc__item {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #090B0E;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    margin-bottom: 2px; }
    .header-soc__item:last-child {
      margin-bottom: 0; }
    .header-soc__item:hover {
      background-color: #1A9DD9; }
      .header-soc__item:hover .header-soc__box {
        -webkit-transform: scaleX(1);
           -moz-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1);
        opacity: 1;
        pointer-events: all; }
      .header-soc__item:hover svg {
        fill: #fff; }
    .header-soc__item svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 14px;
      height: 14px;
      fill: #4A5461;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
  .header-soc__box {
    position: absolute;
    top: 0;
    left: -moz-calc(100% + 7px);
    left: calc(100% + 7px);
    background-color: #090B0E;
    border: 1px solid #1A2028;
    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;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: scaleX(0);
       -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform-origin: 0% 50%;
       -moz-transform-origin: 0% 50%;
        -ms-transform-origin: 0% 50%;
            transform-origin: 0% 50%; }
    .header-soc__box a {
      border-right: 1px solid #1A2028;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      cursor: pointer;
      font-family: "Engravers Gothic", sans-serif;
      font-weight: 700;
      font-size: 10px;
      text-transform: uppercase;
      color: #4A5461;
      height: 38px;
      min-width: 60px;
      text-decoration: none;
      padding: 10px 10px 13px 10px; }
      .header-soc__box a:hover {
        color: #fff; }
      .header-soc__box a:last-child {
        border-right: none; }
    .header-soc__box:after {
      position: absolute;
      top: 0;
      right: 100%;
      width: 10px;
      height: 100%;
      content: ''; }
  .header-soc_row {
    -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_row .header-soc__item {
      margin-right: 15px;
      margin-bottom: 0; }
      .header-soc_row .header-soc__item:last-child {
        margin-right: 0; }

.header_page {
  position: relative; }
  .header_page .header-lang {
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 100; }

.main-title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 40px; }
  .main-title h3 {
    display: inline-block;
    position: relative;
    font-family: "Pobeda", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #F67E3E;
    margin-bottom: 10px; }
    .main-title h3 .color {
      display: inline-block; }
    .main-title h3 .num {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: -moz-calc(100% + 55px);
      right: calc(100% + 55px);
      width: 40px;
      height: 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: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      background-color: #090B0E;
      font-family: "Pobeda", sans-serif;
      font-weight: 700;
      font-size: 16px;
      color: #4A5461; }
  .main-title p {
    font-family: "Engravers Gothic", sans-serif;
    font-weight: 400;
    font-size: 55px;
    color: #fff;
    line-height: 0.75; }
    .main-title p span {
      font-weight: 700;
      display: block; }
  .main-title_m {
    margin-bottom: 100px; }
  .main-title_center {
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }

.main-text {
  margin-bottom: 30px; }
  .main-text h3 {
    font-family: "Engravers Gothic", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    margin-top: -10px;
    margin-bottom: 40px; }
  .main-text p {
    font-weight: 400;
    font-size: 16px;
    color: #4A5461;
    line-height: 1.5;
    margin-bottom: 20px; }
    .main-text p:last-child {
      margin-bottom: 0; }

.main-btn {
  position: relative;
  min-width: 260px;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  text-align: center;
  padding-left: 70px;
  padding-right: 10px;
  padding-bottom: 10px;
  height: 58px;
  border: 1px solid #1A2028;
  font-family: "Engravers Gothic", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  background-image: url(../img/main-btn-bg.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-repeat: repeat-x;
  background-color: transparent; }
  .main-btn:hover {
    color: #F67E3E; }
    .main-btn:hover:after {
      width: 58px;
      height: 100%; }
    .main-btn:hover svg {
      fill: #fff; }
  .main-btn svg {
    position: absolute;
    left: 27px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
       -moz-transform: translate(-50%, -50%) rotate(-90deg);
        -ms-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg);
    z-index: 2;
    fill: #000;
    width: 18px;
    height: 18px;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
  .main-btn:after {
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
    background-color: #F67E3E;
    width: 20px;
    height: 20px;
    content: '';
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
  .main-btn:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 100%;
    content: '';
    background-color: #000;
    border-right: 1px solid #1A2028;
    z-index: 1; }
  .main-btn_m {
    margin-bottom: 40px; }

.about {
  padding: 65px 0; }
  .about-cert {
    padding-left: 95px;
    position: relative;
    z-index: 1;
    min-height: 383px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 105px;
    cursor: pointer;
    margin-bottom: 60px; }
    .about-cert:after {
      height: 100%;
      width: 755px;
      background-image: url(../img/cert-bg.png);
      background-repeat: no-repeat;
      background-position: left top;
      background-size: 100% 100%;
      background-repeat: no-repeat;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    .about-cert__box {
      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;
      max-width: 160px;
      width: 100%;
      margin-top: -80px;
      margin-bottom: 30px;
      text-decoration: none; }
      .about-cert__box:hover .about-cert__box-bot {
        color: #fff; }
      .about-cert__box-top {
        width: 160px;
        height: 160px;
        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: 20px;
        background-color: #F67E3E; }
        .about-cert__box-top img {
          max-width: 47px;
          margin-bottom: 30px; }
        .about-cert__box-top p {
          font-family: "Engravers Gothic", sans-serif;
          font-weight: 700;
          font-size: 24px;
          color: #fff; }
      .about-cert__box-bot {
        width: 100%;
        border: 1px solid #F67E3E;
        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: 3px 15px 6px 8px;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        font-family: "Engravers Gothic", sans-serif;
        font-weight: 400;
        font-size: 20px;
        color: #F67E3E;
        text-transform: uppercase; }
        .about-cert__box-bot img {
          margin-right: 5px;
          margin-bottom: -3px; }
    .about-cert__content {
      padding-left: 20px;
      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; }
    .about-cert__title {
      font-family: "Pobeda", sans-serif;
      font-weight: 700;
      font-size: 12px;
      color: #F67E3E;
      text-transform: uppercase;
      margin-bottom: 15px; }
    .about-cert__num {
      font-family: "Pobeda", sans-serif;
      font-weight: 700;
      font-size: 40px;
      color: #fff;
      margin-bottom: 13px; }
      .about-cert__num sup {
        font-size: 14px;
        color: #4A5461;
        top: -20px; }
    .about-cert__text {
      max-width: 140px;
      width: 100%;
      font-weight: 400;
      font-size: 12px;
      color: #4A5461;
      line-height: 1.5; }
  .about-img {
    height: 256px;
    width: 100%;
    position: relative;
    margin-top: -125px;
    z-index: 1; }
    .about-img:after {
      position: absolute;
      top: 0;
      right: 0;
      width: 65px;
      height: 65px;
      background-image: url(../img/about-img-icon.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-repeat: no-repeat;
      content: ''; }
    .about-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%; }
  .about-address {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 30px; }
    .about-address h3 {
      position: relative;
      font-family: "Pobeda", sans-serif;
      font-weight: 700;
      font-size: 12px;
      color: #F67E3E;
      margin-bottom: 8px; }
      .about-address h3:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: -moz-calc(100% + 30px);
        right: calc(100% + 30px);
        width: 60px;
        height: 1px;
        background-color: #fff;
        content: ''; }
    .about-address a {
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      cursor: pointer;
      text-decoration: none;
      font-family: "Engravers Gothic", sans-serif;
      font-weight: 700;
      font-size: 20px;
      color: #fff;
      max-width: 220px; }
      .about-address a:hover {
        color: #F67E3E; }

.invest {
  padding: 30px 0; }
  .invest .main-title {
    margin-bottom: 60px;
    z-index: 2;
    position: relative; }
  .invest-plans {
    position: relative;
    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;
    z-index: 2; }
    .invest-plans label {
      width: 100%; }
      .invest-plans label input {
        display: none; }
        .invest-plans label input:checked + .invest-plan {
          padding-right: 83px; }
          .invest-plans label input:checked + .invest-plan > img {
            opacity: 0; }
          .invest-plans label input:checked + .invest-plan:after {
            border-color: #E75220;
            background-color: #000; }
          .invest-plans label input:checked + .invest-plan:before {
            width: 372px;
            opacity: 1; }
          .invest-plans label input:checked + .invest-plan .invest-plan__btn {
            opacity: 1;
            -webkit-transform: translateY(-50%) scale(-1);
               -moz-transform: translateY(-50%) scale(-1);
                -ms-transform: translateY(-50%) scale(-1);
                    transform: translateY(-50%) scale(-1);
            width: 67px; }
  .invest-plan {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: 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;
    position: relative;
    z-index: 1;
    min-height: 100px;
    padding-bottom: 10px;
    cursor: pointer;
    padding-right: 40px;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    .invest-plan > img {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: -moz-calc(100% + 20px);
      right: calc(100% + 20px);
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .invest-plan:hover {
      padding-right: 83px; }
      .invest-plan:hover > img {
        opacity: 0; }
      .invest-plan:hover:after {
        border-color: #E75220;
        background-color: #000; }
      .invest-plan:hover .invest-plan__btn {
        opacity: 1;
        -webkit-transform: translateY(-50%) scale(-1);
           -moz-transform: translateY(-50%) scale(-1);
            -ms-transform: translateY(-50%) scale(-1);
                transform: translateY(-50%) scale(-1);
        width: 67px; }
    .invest-plan:after {
      width: 10000px;
      height: 100%;
      z-index: -2;
      position: absolute;
      top: 0;
      right: 0;
      border: 1px solid #1A2028;
      background-color: #090B0E;
      content: '';
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .invest-plan:before {
      width: 0;
      height: 100%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: -500px;
      content: '';
      background-image: url(../img/invest-plan-bg.png);
      background-repeat: no-repeat;
      background-position: right center;
      opacity: 0;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      z-index: -1;
      pointer-events: none; }
    .invest-plan__left {
      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; }
    .invest-plan__title {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: baseline;
         -moz-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      -webkit-justify-content: flex-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      font-family: "Engravers Gothic", sans-serif;
      font-weight: 700;
      font-size: 30px;
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 10px; }
    .invest-plan__stars {
      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-left: 10px; }
      .invest-plan__stars span {
        display: block;
        margin-right: 3px;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        position: relative; }
        .invest-plan__stars span:last-child {
          margin-right: 0; }
        .invest-plan__stars span svg {
          fill: #1A2028;
          width: 6px;
          height: 6px;
          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: 3; }
        .invest-plan__stars span:after {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
             -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          content: '';
          background-color: #1A2028;
          border-radius: 50%; }
        .invest-plan__stars span:before {
          width: -moz-calc(100% - 2px);
          width: calc(100% - 2px);
          height: -moz-calc(100% - 2px);
          height: calc(100% - 2px);
          background-color: #000;
          content: '';
          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-radius: 50%;
          z-index: 2; }
        .invest-plan__stars span.active:after {
          background: -moz-linear-gradient(top, #F0B832 0%, #F74E20 100%);
          background: linear-gradient(180deg, #F0B832 0%, #F74E20 100%); }
        .invest-plan__stars span.active svg {
          fill: url(#gr); }
    .invest-plan__text {
      font-family: "Pobeda", sans-serif;
      font-weight: 700;
      font-size: 10px;
      color: #4A5461; }
      .invest-plan__text span {
        position: relative;
        padding-left: 17px;
        color: #F67E3E;
        margin-left: 7px; }
        .invest-plan__text span:after {
          width: 10px;
          height: 1px;
          background-color: #4A5461;
          content: '';
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: 0; }
    .invest-plan__percent {
      font-family: "Pobeda", sans-serif;
      font-weight: 700;
      font-size: 60px;
      color: #4A5461;
      margin-bottom: -10px; }
      .invest-plan__percent sup {
        font-size: 20px;
        top: -28px; }
    .invest-plan__btn {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0;
      height: 100%;
      width: 0;
      -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl;
      -webkit-transform: translateY(-50%) scale(-1);
         -moz-transform: translateY(-50%) scale(-1);
          -ms-transform: translateY(-50%) scale(-1);
              transform: translateY(-50%) scale(-1);
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: #E75220;
      font-family: "Engravers Gothic", sans-serif;
      font-weight: 400;
      font-size: 20px;
      color: #fff;
      text-decoration: none;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      padding-left: 7px;
      opacity: 0; }
    .invest-plan__info {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-top: 10px;
      min-width: 100px; }
      .invest-plan__info p {
        font-family: "Pobeda", sans-serif;
        font-weight: 700;
        font-size: 10px;
        color: #4A5461;
        text-transform: uppercase; }
    .invest-plan__val {
      font-family: "Pobeda", sans-serif;
      font-weight: 700;
      font-size: 16px;
      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;
      margin-bottom: 10px; }
      .invest-plan__val span {
        border: 1px solid #F67E3E;
        width: 23px;
        height: 15px;
        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;
        font-family: "Pobeda", sans-serif;
        font-weight: 700;
        font-size: 10px;
        color: #F67E3E;
        text-transform: uppercase;
        margin-left: 10px;
        margin-top: -2px; }
  .invest-calc {
    padding-left: 45px; }
    .invest-calc * {
      position: relative;
      z-index: 1; }
    .invest-calc__percent {
      position: relative;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 160px;
      height: 160px;
      z-index: 1;
      color: rgba(255, 255, 255, 0.8);
      font-family: "Pobeda", sans-serif;
      font-weight: 700;
      font-size: 100px;
      text-align: center;
      margin-bottom: 30px; }
      .invest-calc__percent sup {
        font-size: 20px;
        top: -55px; }
      .invest-calc__percent img {
        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;
        max-width: 415px; }
    .invest-calc__title {
      color: #fff;
      font-family: "Engravers Gothic", sans-serif;
      font-weight: 700;
      font-size: 18px;
      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;
      line-height: .9; }
      .invest-calc__title span {
        font-family: "Engravers Gothic", sans-serif;
        font-weight: 700;
        font-size: 30px;
        color: #E75220; }
    .invest-calc__input {
      width: 100%;
      margin-bottom: 20px; }
      .invest-calc__input ::-webkit-input-placeholder {
        color: #fff; }
      .invest-calc__input :-moz-placeholder {
        color: #fff; }
      .invest-calc__input ::-moz-placeholder {
        color: #fff; }
      .invest-calc__input :-ms-input-placeholder {
        color: #fff; }
      .invest-calc__input ::placeholder {
        color: #fff; }
      .invest-calc__input input, .invest-calc__input textarea {
        width: 100%;
        background-color: transparent;
        color: #fff;
        font-family: "Pobeda", sans-serif;
        padding: 10px 0 15px 0;
        border: none;
        border-bottom: 1px solid #1A2028;
        outline: none;
        font-weight: 700;
        font-size: 25px;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        .invest-calc__input input:focus, .invest-calc__input textarea:focus {
          border-bottom-color: #E75220; }
      .invest-calc__input textarea {
        height: 140px;
        resize: none; }
      .invest-calc__input_capch {
        position: relative; }
        .invest-calc__input_capch input {
          padding-right: 80px; }
        .invest-calc__input_capch img {
          position: absolute;
          bottom: 17px;
          right: 0; }
    .invest-calc__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: 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: 35px;
      margin-top: 20px; }
      .invest-calc__info-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: baseline;
           -moz-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 15px; }
        .invest-calc__info-item:last-child {
          margin-bottom: 0; }
        .invest-calc__info-item P {
          font-family: "Engravers Gothic", sans-serif;
          font-weight: 700;
          font-size: 18px;
          color: #4A5461; }
        .invest-calc__info-item > span {
          font-family: "Pobeda", sans-serif;
          font-weight: 700;
          font-size: 16px;
          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; }
          .invest-calc__info-item > span span {
            width: 23px;
            height: 15px;
            border: 1px solid #F67E3E;
            font-size: 10px;
            color: #F67E3E;
            text-align: center;
            padding: 1px 5px 2px 5px;
            margin-left: 5px; }
    .invest-calc__profit {
      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;
      background-color: #090B0E;
      border: 1px solid #1A2028;
      margin-bottom: 20px; }
      .invest-calc__profit-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;
        border-right: 1px solid #1A2028;
        padding: 15px; }
        .invest-calc__profit-item:last-child {
          border-right: none; }
        .invest-calc__profit-item p {
          font-family: "Engravers Gothic", sans-serif;
          font-weight: 700;
          font-size: 12px;
          color: #4A5461;
          margin-bottom: 10px;
          text-transform: uppercase; }
        .invest-calc__profit-item span {
          font-family: "Pobeda", sans-serif;
          font-weight: 700;
          font-size: 14px;
          color: #fff; }
    .invest-calc__tabs {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: baseline;
         -moz-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      -webkit-justify-content: flex-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-bottom: 20px; }
    .invest-calc__tab {
      margin-right: 20px;
      font-family: "Engravers Gothic", sans-serif;
      font-weight: 400;
      font-size: 16px;
      color: #4A5461;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      text-transform: uppercase;
      cursor: pointer;
      margin-bottom: 10px; }
      .invest-calc__tab:hover, .invest-calc__tab.active {
        color: #fff; }
      .invest-calc__tab:last-child {
        margin-right: 0; }
    .invest-calc__chart canvas {
      height: 170px !important; }
    .invest-calc__more {
      position: absolute;
      top: -moz-calc(50% + 5px);
      top: calc(50% + 5px);
      right: 0;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      cursor: pointer; }
      .invest-calc__more:hover svg {
        fill: #F67E3E; }
      .invest-calc__more:hover .invest-calc__more-box {
        opacity: 1;
        pointer-events: all; }
      .invest-calc__more svg {
        width: 20px;
        height: 20px;
        fill: #4A5461;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .invest-calc__more-box {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: -moz-calc(100% + 10px);
        bottom: calc(100% + 10px);
        color: #fff;
        width: 280px;
        padding: 10px;
        text-align: center;
        border: 1px solid #F67E3E;
        border-radius: 4px;
        background-color: #000;
        opacity: 0;
        pointer-events: none;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        .invest-calc__more-box:after {
          position: absolute;
          left: 0;
          top: 100%;
          height: 15px;
          content: '';
          width: 100%; }

.refs {
  padding: 60px 0; }
  .refs-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-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: -200px; }
  .refs-title {
    font-family: "Engravers Gothic", sans-serif;
    font-weight: 700;
    font-size: 120px;
    color: #4A5461;
    text-transform: uppercase;
    text-align: right;
    margin-bottom: 10px; }
  .refs-list {
    max-width: 300px;
    width: 100%;
    position: relative;
    margin-bottom: -57px; }
    .refs-list:after {
      right: 100%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      pointer-events: none;
      width: 760px;
      height: 470px;
      background-image: url(../img/refs-bg.png);
      background-repeat: no-repeat;
      background-position: right center;
      content: '';
      background-size: contain; }
  .refs-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: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 75px;
    background: #090B0E;
    border: 1px solid #1A2028;
    margin-bottom: 18px;
    position: relative;
    z-index: 1; }
    .refs-item:last-child {
      margin-bottom: 0; }
    .refs-item__title {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 10px; }
      .refs-item__title p {
        font-family: "Engravers Gothic", sans-serif;
        font-weight: 700;
        font-size: 10px;
        color: #4A5461;
        text-transform: uppercase;
        margin-top: -4px; }
      .refs-item__title span {
        font-family: "Engravers Gothic", sans-serif;
        font-weight: 700;
        font-size: 13px;
        color: #fff;
        text-transform: uppercase;
        line-height: 0.8; }
  .refs-val span {
    font-family: "Pobeda", sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #E75220; }
  .refs-val p {
    font-family: "Engravers Gothic", sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #4A5461;
    margin-top: -4px; }
  .refs-info {
    position: relative;
    z-index: 1;
    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: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 40px 0 15px; }
    .refs-info > img {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0;
      pointer-events: none;
      z-index: -1; }
    .refs-info__item {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: 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-right: 20px;
      width: 90px; }
      .refs-info__item:last-child {
        margin-right: 0; }
  .refs-percent {
    max-width: 120px;
    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;
    height: 100%; }
    .refs-percent__item {
      height: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-right: 1px solid #1A2028;
      width: 100%;
      font-family: "Pobeda", sans-serif;
      font-weight: 700;
      font-size: 25px;
      color: #fff;
      text-align: center;
      padding-left: 4px; }
      .refs-percent__item:first-child {
        color: #D46D37; }
        .refs-percent__item:first-child span {
          color: #D46D37;
          border-color: #D46D37; }
      .refs-percent__item span {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 10px;
        width: 15px;
        height: 15px;
        color: #4A5461;
        border: 1px solid #4A5461;
        text-align: center;
        padding-left: 1px;
        margin-left: -2px;
        margin-top: 2px; }

.roadmap {
  background-image: url("../img/roadmap-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 60px 0; }
  .roadmap-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%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: -190px; }
  .roadmap-item {
    width: -moz-calc(100% / 4);
    width: calc(100% / 4);
    background-color: #fff;
    border: 2px solid #090B0E;
    background-color: #1A2028;
    min-height: 226px;
    position: relative;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    padding: 95px 30px 0px 30px; }
    .roadmap-item:hover {
      background-color: #F67E3E;
      padding-top: 60px; }
      .roadmap-item:hover:before {
        background-color: #1A2028; }
      .roadmap-item:hover > svg {
        fill: #fff; }
    .roadmap-item:after {
      position: absolute;
      top: 50%;
      left: -moz-calc(100% + 2px);
      left: calc(100% + 2px);
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 38px;
      height: 38px;
      background-image: url(../img/roadmap-arrow.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% 100%;
      content: '';
      z-index: 1; }
    .roadmap-item:nth-child(2):after {
      top: -moz-calc(100% + 2px);
      top: calc(100% + 2px);
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(90deg);
         -moz-transform: translate(-50%, -50%) rotate(90deg);
          -ms-transform: translate(-50%, -50%) rotate(90deg);
              transform: translate(-50%, -50%) rotate(90deg); }
    .roadmap-item:nth-child(3):after {
      top: 100%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(90deg);
         -moz-transform: translate(-50%, -50%) rotate(90deg);
          -ms-transform: translate(-50%, -50%) rotate(90deg);
              transform: translate(-50%, -50%) rotate(90deg); }
    .roadmap-item:nth-child(4):after {
      right: -moz-calc(100% + 2px);
      right: calc(100% + 2px);
      left: auto;
      -webkit-transform: translate(50%, -50%) rotate(180deg);
         -moz-transform: translate(50%, -50%) rotate(180deg);
          -ms-transform: translate(50%, -50%) rotate(180deg);
              transform: translate(50%, -50%) rotate(180deg); }
    .roadmap-item:nth-child(5):after {
      right: -moz-calc(100% + 2px);
      right: calc(100% + 2px);
      left: auto;
      -webkit-transform: translate(50%, -50%) rotate(180deg);
         -moz-transform: translate(50%, -50%) rotate(180deg);
          -ms-transform: translate(50%, -50%) rotate(180deg);
              transform: translate(50%, -50%) rotate(180deg); }
    .roadmap-item:nth-child(6):after {
      right: -moz-calc(100% + 2px);
      right: calc(100% + 2px);
      left: auto;
      -webkit-transform: translate(50%, -50%) rotate(180deg);
         -moz-transform: translate(50%, -50%) rotate(180deg);
          -ms-transform: translate(50%, -50%) rotate(180deg);
              transform: translate(50%, -50%) rotate(180deg); }
    .roadmap-item:last-child:after {
      display: none; }
    .roadmap-item:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 50px;
      height: 50px;
      background-color: #151A20;
      content: '';
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .roadmap-item:first-child {
      margin-left: 50%; }
    .roadmap-item__date {
      font-family: "Pobeda", sans-serif;
      font-weight: 700;
      font-size: 16px;
      color: #4A5461;
      margin-bottom: 10px; }
    .roadmap-item__title {
      font-family: "Engravers Gothic", sans-serif;
      font-weight: 700;
      font-size: 24px;
      color: #fff;
      margin-bottom: 10px;
      line-height: 0.8; }
    .roadmap-item__text {
      font-weight: 400;
      font-size: 12px;
      color: #fff;
      line-height: 1.3;
      display: none; }
    .roadmap-item > svg {
      position: absolute;
      top: 30px;
      left: 30px;
      width: 13px;
      height: 13px;
      fill: #F67E3E;
      -webkit-transform: rotate(-45deg);
         -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -moz-transition: all .3s ease;
      transition: all .3s ease; }

.advantage {
  padding: 90px 0 80px 0; }
  .advantage-list {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative; }
    .advantage-list:after {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 0;
      width: 1px;
      height: -moz-calc(100% + 90px);
      height: calc(100% + 90px);
      content: '';
      background-color: #11151B; }
  .advantage-item {
    width: 50%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 20px 40px 30px 215px;
    text-align: left;
    position: relative;
    border-bottom: 1px solid #11151B; }
    .advantage-item:nth-last-child(1), .advantage-item:nth-last-child(2) {
      border-bottom: none; }
    .advantage-item svg {
      width: 13px;
      height: 13px;
      fill: url(#gr);
      -webkit-transform: rotate(-45deg);
         -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      margin-bottom: 10px; }
    .advantage-item:nth-child(even) {
      padding: 20px 215px 30px 40px;
      -webkit-align-items: flex-end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      text-align: right; }
      .advantage-item:nth-child(even) svg {
        -webkit-transform: rotate(45deg);
           -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .advantage-item:nth-child(even) img {
        left: auto;
        right: 0; }
    .advantage-item img {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      max-width: 160px; }
    .advantage-item h3 {
      font-family: "Engravers Gothic", sans-serif;
      font-weight: 700;
      font-size: 24px;
      color: #fff;
      margin-bottom: 30px; }
    .advantage-item p {
      font-weight: 400;
      font-size: 14px;
      color: #4A5461;
      line-height: 1.5; }

.stat {
  padding-bottom: 20px; }
  .stat-wrap {
    background-image: url("../img/stat-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 53px 95px 0px 95px;
    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%;
    margin-bottom: 40px;
    position: relative; }
    .stat-wrap__num {
      position: absolute;
      left: 50%;
      top: 0;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 40px;
      height: 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: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      background: -moz-linear-gradient(359.53deg, #F0B832 0.46%, #F8421E 99.65%);
      background: linear-gradient(90.47deg, #F0B832 0.46%, #F8421E 99.65%);
      font-family: "Pobeda", sans-serif;
      font-weight: 700;
      font-size: 16px;
      color: #fff;
      padding-left: 3px; }
  .stat-col {
    width: 50%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: 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; }
    .stat-col .main-text {
      max-width: 400px; }
  .stat-tabs {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: 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-top: 1px solid #1A2028; }
    .stat-tabs__item {
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      cursor: pointer;
      padding: 14px 0 20px 0;
      min-width: 160px;
      font-family: "Engravers Gothic", sans-serif;
      font-weight: 700;
      font-size: 18px;
      color: #1A2028;
      position: relative;
      margin-right: 30px; }
      .stat-tabs__item:last-child {
        margin-right: 0; }
      .stat-tabs__item:hover, .stat-tabs__item.active {
        color: #fff; }
      .stat-tabs__item.active:after {
        width: 100%;
        opacity: 1; }
      .stat-tabs__item:after {
        position: absolute;
        top: -2px;
        left: 0;
        width: 0;
        height: 2px;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        background: -moz-linear-gradient(right, #F0B832 0%, #F74E20 100%);
        background: linear-gradient(270deg, #F0B832 0%, #F74E20 100%);
        content: '';
        opacity: 0; }
    .stat-tabs_top {
      border-top-color: #090B0E;
      -webkit-justify-content: flex-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .stat-tabs_top .stat-tabs__item {
        color: #090B0E;
        text-align: right; }
        .stat-tabs_top .stat-tabs__item:hover, .stat-tabs_top .stat-tabs__item.active {
          color: #fff; }
    .stat-tabs_faq {
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: -81px;
      margin-bottom: 50px; }
      .stat-tabs_faq .stat-tabs__item {
        padding: 14px 10px 20px 10px;
        text-align: center; }
        .stat-tabs_faq .stat-tabs__item:after {
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
             -moz-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); }
  .stat-info {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-left: 65px;
    margin-bottom: 20px; }
    .stat-info__item {
      width: 50%;
      padding-left: 70px;
      position: relative;
      min-height: 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: 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;
      margin-bottom: 30px; }
      .stat-info__item img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0; }
      .stat-info__item p {
        font-family: "Engravers Gothic", sans-serif;
        font-weight: 700;
        font-size: 16px;
        color: #4A5461; }
    .stat-info__val {
      font-family: "Pobeda", sans-serif;
      font-weight: 700;
      font-size: 24px;
      color: #fff; }
      .stat-info__val span {
        color: #4A5461; }
  .stat-table {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px; }
    .stat-table__col {
      width: -moz-calc(100% / 2 - 3px / 2);
      width: calc(100% / 2 - 3px / 2); }
    .stat-table__wrap {
      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; }
    .stat-table__item {
      width: 100%;
      padding: 0px 30px 0px 70px;
      min-height: 66px;
      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;
      position: relative; }
      .stat-table__item:nth-child(odd) {
        background-color: #090B0E; }
      .stat-table__item_right {
        padding: 0px 70px 0px 30px;
        -webkit-flex-direction: row-reverse;
           -moz-box-orient: horizontal;
           -moz-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
        .stat-table__item_right .stat-table__icon {
          left: auto;
          right: 35px;
          -webkit-transform: translate(50%, -50%);
             -moz-transform: translate(50%, -50%);
              -ms-transform: translate(50%, -50%);
                  transform: translate(50%, -50%); }
        .stat-table__item_right .stat-table__info {
          -webkit-align-items: flex-end;
             -moz-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
          text-align: right; }
    .stat-table__icon {
      position: absolute;
      left: 35px;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      border: 1px solid #1A2028;
      width: 30px;
      height: 30px; }
      .stat-table__icon img {
        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: 14px;
        height: 14px; }
    .stat-table__info {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 50%;
      padding-bottom: 5px; }
      .stat-table__info p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-family: "Engravers Gothic", sans-serif;
        font-weight: 700;
        font-size: 14px;
        color: #fff;
        margin-bottom: 5px; }
      .stat-table__info span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-family: "Engravers Gothic", sans-serif;
        font-weight: 700;
        font-size: 14px;
        color: #4A5461; }

.wallets {
  padding: 50px 0 85px 0; }
  .wallets-list {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: 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; }
  .wallets-item {
    border: 1px solid #1A2028;
    width: 65px;
    height: 65px;
    position: relative; }
    .wallets-item img {
      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%); }

.footer-wrap {
  padding-top: 40px;
  padding-left: 65px;
  position: relative;
  z-index: 1; }
  .footer-wrap:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 10000px;
    height: 100%;
    background-image: url(../img/footer-bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #090B0E;
    background-size: auto;
    content: '';
    z-index: -1; }

.footer-logo {
  margin-bottom: 40px;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.footer-soc {
  margin-bottom: 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: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .footer-soc a {
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 18px;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    .footer-soc a span {
      pointer-events: none;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      opacity: 0;
      font-family: "Pobeda", sans-serif;
      font-weight: 700;
      font-size: 12px;
      color: #fff;
      text-transform: uppercase; }
    .footer-soc a:last-child {
      margin-right: 0; }
    .footer-soc a:hover {
      padding-left: 50px; }
      .footer-soc a:hover span {
        opacity: 1; }
      .footer-soc a:hover svg {
        fill: #fff; }
    .footer-soc a svg {
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      width: 20px;
      height: 20px;
      fill: #4A5461; }

.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: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px; }
  .footer-menu a {
    font-family: "Engravers Gothic", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #4A5461;
    text-decoration: none;
    cursor: pointer;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    .footer-menu a:hover, .footer-menu a.active {
      color: #fff; }
  .footer-menu_right {
    padding-bottom: 40px;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border-bottom: 1px solid #161B22; }
    .footer-menu_right a {
      margin-right: 50px; }
      .footer-menu_right a:last-child {
        margin-right: 0; }

.footer-map {
  width: -moz-calc(100% + 160px);
  width: calc(100% + 160px);
  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;
  height: 227px;
  margin-left: -160px; }
  .footer-map iframe {
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }

.footer-contacts {
  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; }
  .footer-contacts img {
    margin-bottom: 14px;
    max-width: 50px; }
  .footer-contacts p {
    font-family: "Pobeda", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #4A5461;
    text-transform: uppercase;
    margin-bottom: 8px; }
  .footer-contacts a {
    font-family: "Engravers Gothic", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none; }
    .footer-contacts a:hover {
      color: #F67E3E; }
    .footer-contacts a sup {
      font-size: 14px;
      color: #4A5461;
      top: -20px; }
  .footer-contacts_address a {
    font-size: 40px;
    font-family: "Pobeda", sans-serif; }

.footer_contacts .footer-wrap {
  position: relative; }
  .footer_contacts .footer-wrap:before {
    position: absolute;
    top: 0;
    right: 100%;
    background-color: #F7441E;
    width: 95px;
    height: 139px;
    content: ''; }
  .footer_contacts .footer-wrap > img {
    position: absolute;
    top: 27px;
    right: -moz-calc(100% + 5px);
    right: calc(100% + 5px);
    z-index: 2; }
  .footer_contacts .footer-wrap .header-soc__box {
    position: absolute;
    top: 0;
    right: 80px;
    left: auto;
    bottom: auto;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 1;
    pointer-events: all;
    border: 1px solid #000; }
    .footer_contacts .footer-wrap .header-soc__box a {
      border-right: 1px solid #000;
      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;
      color: #1A9DD9;
      min-width: 95px; }
      .footer_contacts .footer-wrap .header-soc__box a svg {
        fill: #1A9DD9;
        width: 7px;
        height: 7px;
        margin-right: 6px;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        margin-bottom: -2px; }
      .footer_contacts .footer-wrap .header-soc__box a:hover {
        color: #fff; }
        .footer_contacts .footer-wrap .header-soc__box a:hover svg {
          fill: #fff; }
      .footer_contacts .footer-wrap .header-soc__box a:last-child {
        border-right: none; }

.page-title {
  padding: 30px 0 60px 0;
  width: 100%;
  border-bottom: 1px solid #181D24;
  margin-bottom: 80px;
  font-family: "Engravers Gothic", sans-serif;
  font-weight: 700;
  font-size: 100px;
  color: #fff; }

.about-page__img {
  height: 256px;
  width: 1515px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 60px; }
  .about-page__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%; }

.about-page__coin {
  padding: 50px 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px; }
  .about-page__coin img {
    max-width: 290px; }

.about-page__cert {
  padding: 25px 66px;
  background-color: #000;
  min-height: 256px;
  margin-top: -256px;
  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; }
  .about-page__cert .about-cert__num {
    margin-bottom: 0; }
  .about-page__cert h3 {
    position: relative;
    display: block;
    padding-left: 73px;
    min-height: 37px;
    font-family: "Engravers Gothic", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    line-height: 0.9;
    padding-bottom: 7px;
    margin-bottom: 20px; }
    .about-page__cert h3 img {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      max-width: 47px; }
  .about-page__cert p {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 12px;
    color: #4A5461;
    line-height: 1.4; }

.about-page__review {
  background-color: #1A2028;
  padding: 45px 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: 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%;
  position: relative;
  margin-bottom: 30px; }
  .about-page__review > h3 {
    font-family: "Pobeda", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 8px; }
  .about-page__review > span {
    font-family: "Engravers Gothic", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #F7441E;
    line-height: 0.9;
    max-width: 140px; }
  .about-page__review-img {
    position: absolute;
    left: 60px;
    bottom: -25px;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    border: 5px solid #000;
    overflow: hidden; }
    .about-page__review-img img {
      width: 100%;
      height: 100%;
      -o-object-position: 50% 50%;
         object-position: 50% 50%;
      -o-object-fit: cover;
         object-fit: cover; }
  .about-page__review-text {
    margin-bottom: 30px;
    width: 100%;
    position: relative; }
    .about-page__review-text p {
      margin-bottom: 15px;
      font-weight: 700;
      font-size: 16px;
      color: #646C77;
      line-height: 1.3; }
      .about-page__review-text p:last-child {
        margin-bottom: 0; }
    .about-page__review-text:last-child {
      margin-bottom: 0; }
    .about-page__review-text:after {
      position: absolute;
      top: -2px;
      right: -moz-calc(100% + 15px);
      right: calc(100% + 15px);
      content: "“";
      font-family: "Pobeda", sans-serif;
      font-weight: 700;
      font-size: 24px;
      color: #F67E3E; }
    .about-page__review-text:before {
      position: absolute;
      bottom: -5px;
      left: -moz-calc(100% + 15px);
      left: calc(100% + 15px);
      content: "“";
      -webkit-transform: scaleX(-1);
         -moz-transform: scaleX(-1);
          -ms-transform: scaleX(-1);
              transform: scaleX(-1);
      font-family: "Pobeda", sans-serif;
      font-weight: 700;
      font-size: 24px;
      color: #F67E3E; }

.about-page__text {
  padding-top: 40px;
  padding-left: 35px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  margin-bottom: 30px; }
  .about-page__text h3 {
    font-family: "Engravers Gothic", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    margin-bottom: 40px; }
  .about-page__text p {
    font-weight: 400;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 16px;
    color: #4A5461;
    line-height: 1.4; }
    .about-page__text p:last-child {
      margin-bottom: 0; }
  .about-page__text ul {
    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; }
    .about-page__text ul li {
      padding-left: 30px;
      position: relative;
      margin-bottom: 15px; }
      .about-page__text ul li:after {
        position: absolute;
        top: 8px;
        left: 0;
        -webkit-transform: rotate(45deg);
           -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        width: 7px;
        height: 7px;
        background-color: #F67E3E;
        content: ''; }

.about-advantage {
  padding: 50px 0; }
  .about-advantage__list {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .about-advantage__item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    padding: 88px 50px 50px 50px;
    text-align: center;
    position: relative;
    border: 1px solid transparent; }
    .about-advantage__item:nth-child(even) {
      border-color: #1A2028; }
    .about-advantage__item:nth-child(n + 4) {
      padding-top: 50px;
      padding-bottom: 80px; }
      .about-advantage__item:nth-child(n + 4) img {
        top: 100%; }
    .about-advantage__item img {
      position: absolute;
      max-width: 160px;
      position: absolute;
      left: 50%;
      top: 0;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      pointer-events: none; }
    .about-advantage__item h3 {
      font-family: "Engravers Gothic", sans-serif;
      font-weight: 700;
      font-size: 24px;
      color: #fff;
      margin-bottom: 30px; }
    .about-advantage__item p {
      font-weight: 400;
      font-size: 16px;
      color: #4A5461;
      line-height: 1.4; }

.refs-page__list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 60px;
  position: relative; }
  .refs-page__list:after {
    width: 497px;
    height: 378px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 100%;
    content: '';
    background-image: url(../img/refs-page-line.png);
    background-position: right center;
    background-repeat: no-repeat; }
  .refs-page__list_right:after {
    left: 100%;
    right: auto;
    -webkit-transform: translateY(-50%) scaleX(-1);
       -moz-transform: translateY(-50%) scaleX(-1);
        -ms-transform: translateY(-50%) scaleX(-1);
            transform: translateY(-50%) scaleX(-1); }
  .refs-page__list .refs-item {
    min-height: 158px;
    margin-bottom: 30px; }
    .refs-page__list .refs-item:last-child {
      margin-bottom: 0; }
    .refs-page__list .refs-item__title {
      margin-bottom: 10px; }
      .refs-page__list .refs-item__title p {
        font-size: 13px; }
      .refs-page__list .refs-item__title span {
        font-size: 20px; }
  .refs-page__list .refs-val {
    margin-bottom: 5px; }
    .refs-page__list .refs-val:last-child {
      margin-bottom: 0; }
    .refs-page__list .refs-val span {
      font-size: 18px; }
    .refs-page__list .refs-val p {
      font-size: 13px; }
  .refs-page__list .refs-info {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 140px;
    width: -moz-calc(100% - 250px);
    width: calc(100% - 250px); }
  .refs-page__list .refs-percent {
    max-width: 250px; }
    .refs-page__list .refs-percent__item {
      font-size: 40px; }
      .refs-page__list .refs-percent__item span {
        width: 30px;
        height: 30px;
        font-size: 20px;
        margin-top: 20px; }
  .refs-page__list_single:after {
    display: none; }

.news {
  padding-bottom: 75px;
  margin-bottom: 75px;
  border-bottom: 1px solid #181D24; }
  .news-head {
    margin-bottom: 20px; }
  .news-date {
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .news-date h3 {
      font-family: "Pobeda", sans-serif;
      font-weight: 700;
      font-size: 16px;
      color: #F67E3E;
      margin-bottom: 14px; }
    .news-date p {
      font-family: "Engravers Gothic", sans-serif;
      font-weight: 700;
      font-size: 16px;
      color: #fff; }
      .news-date p span {
        font-family: "Pobeda", sans-serif;
        font-size: 35px; }
  .news-img {
    margin-bottom: 20px;
    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: 20px 55px 30px 55px;
    min-height: 217px;
    z-index: 1; }
    .news-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      object-fit: cover;
      -o-object-position: 0 0;
         object-position: 0 0;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    .news-img h3 {
      font-family: "Engravers Gothic", sans-serif;
      font-weight: 700;
      font-size: 35px;
      color: #fff;
      max-width: 250px;
      position: relative; }
      .news-img h3 span {
        position: relative; }
        .news-img h3 span:after {
          position: absolute;
          width: 100%;
          height: -moz-calc(100% - 20px);
          height: calc(100% - 20px);
          bottom: 0;
          left: 0;
          background-color: #F7441E;
          content: '';
          z-index: -1; }
    .news-img:after {
      position: absolute;
      top: 100%;
      left: 53px;
      -webkit-transform: translate(0%, -50%) rotate(90deg);
         -moz-transform: translate(0%, -50%) rotate(90deg);
          -ms-transform: translate(0%, -50%) rotate(90deg);
              transform: translate(0%, -50%) rotate(90deg);
      width: 38px;
      height: 38px;
      background-image: url(../img/roadmap-arrow.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% 100%;
      content: '';
      z-index: 1; }
  .news .main-text {
    margin-bottom: 0; }

.faq-item {
  padding-left: 95px;
  position: relative;
  border: 1px solid #1A2028; }
  .faq-item:after {
    left: 94px;
    top: 0;
    width: 1px;
    height: 100%;
    position: absolute;
    content: '';
    background-color: #1A2028; }
  .faq-item .main-text {
    margin-bottom: 0; }
  .faq-item__head {
    background-color: #1A2028;
    position: relative;
    padding: 14px 40px 22px 40px; }
    .faq-item__head span {
      position: absolute;
      right: 100%;
      font-family: "Pobeda", sans-serif;
      font-weight: 700;
      font-size: 13px;
      color: #F7441E;
      padding-right: 30px;
      text-align: right;
      top: 25px; }
      .faq-item__head 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: 28px;
        height: 28px;
        border-radius: 50%;
        z-index: 1;
        background-color: #F7441E;
        content: '';
        border: 3px solid #000; }
      .faq-item__head span svg {
        position: absolute;
        left: 100%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
           -moz-transform: translate(-50%, -50%) rotate(-90deg);
            -ms-transform: translate(-50%, -50%) rotate(-90deg);
                transform: translate(-50%, -50%) rotate(-90deg);
        z-index: 2;
        width: 8px;
        height: 8px;
        fill: #000; }
    .faq-item__head h3 {
      font-family: "Engravers Gothic", sans-serif;
      font-weight: 700;
      font-size: 24px;
      color: #fff; }
  .faq-item__body {
    padding: 25px 40px;
    position: relative;
    background-color: #090B0E; }
    .faq-item__body > span {
      position: absolute;
      right: 100%;
      font-family: "Pobeda", sans-serif;
      font-weight: 700;
      font-size: 13px;
      color: #4A5461;
      padding-right: 30px;
      text-align: right;
      top: 30px; }

.contacts-form {
  width: 100%;
  margin-bottom: 60px; }
  .contacts-form__title {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 40px; }
    .contacts-form__title h3 {
      font-family: "Engravers Gothic", sans-serif;
      font-weight: 700;
      font-size: 55px;
      color: #fff;
      margin-bottom: 14px;
      margin-top: -20px; }
    .contacts-form__title p {
      font-weight: 400;
      font-size: 16px;
      color: #4A5461;
      line-height: 1.4; }
  .contacts-form .main-btn:before {
    background-color: #090B0E; }
  .contacts-form .invest-calc__input {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px; }
    .contacts-form .invest-calc__input input, .contacts-form .invest-calc__input textarea {
      font-family: "AmpleSoft Pro", sans-serif;
      font-weight: 700;
      font-size: 16px; }
    .contacts-form .invest-calc__input p {
      font-family: "Pobeda", sans-serif;
      font-weight: 700;
      font-size: 12px;
      color: #4A5461; }
      .contacts-form .invest-calc__input p span {
        color: #F7441E; }

.contacts-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;
  text-decoration: none;
  margin-bottom: 80px; }
  .contacts-item:hover span {
    color: #F67E3E; }
    .contacts-item:hover span:after {
      width: 30px; }
  .contacts-item span {
    font-family: "Pobeda", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #4A5461;
    text-transform: uppercase;
    margin-bottom: 8px;
    position: relative;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    .contacts-item span:after {
      width: 0;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      top: 50%;
      right: -moz-calc(100% + 30px);
      right: calc(100% + 30px);
      content: '';
      height: 1px;
      background-color: #fff;
      position: absolute; }
  .contacts-item p {
    font-family: "Engravers Gothic", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none; }
    .contacts-item p sup {
      font-size: 14px;
      color: #4A5461;
      top: -20px; }

.repr-table {
  width: 100%;
  margin-top: -81px;
  margin-bottom: 30px; }
  .repr-table table {
    width: 100%;
    border-collapse: collapse; }
    .repr-table table thead tr {
      border-top: 1px solid #181D24;
      border-bottom: 1px solid #181D24; }
    .repr-table table thead td {
      padding: 20px 0; }
    .repr-table table tbody td {
      padding: 15px 0 20px 0; }
    .repr-table table tbody tr:nth-child(even) {
      background-color: #090B0E; }
    .repr-table table td {
      width: -moz-calc(100% / 3);
      width: calc(100% / 3);
      padding-left: 120px !important; }
      .repr-table table td:first-child {
        padding-left: 120px; }
      .repr-table table td:last-child {
        padding-right: 120px; }
  .repr-table__title {
    font-family: "Pobeda", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #4A5461; }
  .repr-table__flag {
    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; }
    .repr-table__flag .repr-table__text {
      max-width: 225px; }
    .repr-table__flag .flag-icon {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background-size: cover;
      margin-right: 10px;
      margin-bottom: -2px; }
  .repr-table__text {
    display: block;
    font-family: "Engravers Gothic", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    margin-top: -5px;
    width: 100%;
    max-width: 250px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .repr-table__soc {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .repr-table__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: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-right: 10px; }
      .repr-table__soc a:last-child {
        margin-right: 0; }
      .repr-table__soc a:hover svg {
        fill: #F67E3E; }
      .repr-table__soc a svg {
        width: 13px;
        height: 13px;
        fill: #4A5461;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }

.repr-form {
  padding: 35px 65px;
  background-color: #090B0E; }
  .repr-form h3 {
    font-family: "Engravers Gothic", sans-serif;
    font-weight: 700;
    font-size: 55px;
    color: #F67E3E;
    margin-bottom: 50px; }

.pagination {
  width: 100%;
  margin-bottom: 70px; }
  .pagination ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .pagination ul li.active a {
      color: #fff;
      background-color: #151920; }
    .pagination ul a {
      font-family: "Pobeda", sans-serif;
      font-weight: 700;
      font-size: 16px;
      color: #4A5461;
      text-decoration: none;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      min-width: 22px;
      min-height: 22px;
      border-radius: 50px;
      margin: 0 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;
      padding: 1px 4px 0 5px; }
      .pagination ul a:hover {
        color: #fff;
        background-color: #151920; }
  .pagination_cab {
    margin-bottom: 20px; }

.sign {
  position: relative;
  min-height: 100vh;
  width: 100%;
  z-index: 1;
  padding: 130px 0 50px 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-content: inherit;
      -ms-flex-line-pack: inherit;
          align-content: inherit;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .sign .header-scene {
    position: absolute;
    left: 50%;
    z-index: -1;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
    margin-top: 0;
    margin-bottom: 0; }
  .sign-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: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 1; }
    .sign-logo img {
      width: 180px; }
  .sign-title {
    font-family: "Engravers Gothic", sans-serif;
    font-weight: 700;
    font-size: 100px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    margin-top: -30px; }
  .sign-form {
    max-width: 470px;
    width: 100%;
    margin: 0 auto; }
    .sign-form .invest-calc__input {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 30px;
      position: relative; }
      .sign-form .invest-calc__input:last-child {
        margin-bottom: 0; }
      .sign-form .invest-calc__input input, .sign-form .invest-calc__input textarea {
        font-family: "AmpleSoft Pro", sans-serif;
        font-weight: 700;
        font-size: 16px; }
        .sign-form .invest-calc__input input:focus + svg, .sign-form .invest-calc__input textarea:focus + svg {
          fill: #F67E3E; }
      .sign-form .invest-calc__input p {
        font-family: "Pobeda", sans-serif;
        font-weight: 700;
        font-size: 12px;
        color: #4A5461; }
        .sign-form .invest-calc__input p span {
          color: #F7441E; }
      .sign-form .invest-calc__input > svg {
        position: absolute;
        top: 0;
        right: -moz-calc(100% + 80px);
        right: calc(100% + 80px);
        fill: #242C36;
        width: 18px;
        height: 18px;
        -webkit-transform: translateX(50%);
           -moz-transform: translateX(50%);
            -ms-transform: translateX(50%);
                transform: translateX(50%);
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .sign-form .invest-calc__input.more input {
        padding-right: 40px; }
    .sign-form__box {
      border: 1px solid #1A2028;
      border-bottom: none;
      padding: 40px 50px 40px 110px;
      position: relative; }
      .sign-form__box:after {
        position: absolute;
        top: 0;
        left: 59px;
        width: 1px;
        height: 100%;
        content: '';
        background-color: #1A2028; }
    .sign-form .main-btn {
      width: 100%;
      background-image: none;
      text-align: left;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-left: 110px; }
  .sign-check {
    width: 100%;
    display: block;
    margin-bottom: 20px; }
    .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 input:checked + span:after {
        border-color: #fff; }
    .sign-check:last-child {
      margin-bottom: 0; }
    .sign-check span {
      position: relative;
      padding-left: 26px;
      display: block;
      font-weight: 400;
      font-size: 14px;
      color: #4A5461;
      cursor: pointer; }
      .sign-check span a {
        text-decoration: none;
        color: #fff;
        font-weight: 700;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        .sign-check span a:hover {
          color: #F67E3E; }
      .sign-check span:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        border: 1px solid #1A2028;
        content: '';
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .sign-check span:before {
        position: absolute;
        left: 7px;
        top: 50%;
        -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);
        background-color: #F67E3E;
        border-radius: 50%;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        content: '';
        width: 8px;
        height: 8px;
        opacity: 0; }
  .sign-link {
    text-decoration: none;
    color: #4A5461;
    font-weight: 400;
    font-size: 14px;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 20px; }
    .sign-link:last-child {
      margin-bottom: 0; }
    .sign-link:hover {
      color: #fff; }

.cab {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: 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;
  min-height: 100vh; }
  .cab:after {
    position: absolute;
    height: 330px;
    background-color: #050608;
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    border-bottom: 1px solid #1A2028; }
  .cab:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url("../img/cab-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%; }
  .cab-left {
    max-width: 280px;
    border-right: 1px solid #1A2028;
    width: 100%;
    min-height: 100vh;
    padding: 55px 30px 30px 30px;
    position: relative;
    z-index: 1; }
    .cab-left:after {
      position: absolute;
      top: 0;
      left: 100%;
      width: 53px;
      height: 231px;
      content: '';
      background-image: url(../img/cab-line-1.png);
      background-repeat: no-repeat;
      background-position: center center;
      pointer-events: none; }
    .cab-left:before {
      position: absolute;
      bottom: 0;
      left: 100%;
      width: 132px;
      height: 104px;
      content: '';
      background-image: url(../img/cab-line-3.png);
      background-repeat: no-repeat;
      background-position: center center;
      pointer-events: none; }
  .cab-center {
    width: -moz-calc(100% - 670px);
    width: calc(100% - 670px);
    padding: 50px;
    z-index: 2;
    position: relative; }
    @media (max-width: 1850px) {
      .cab-center {
        width: -moz-calc(100% - 280px);
        width: calc(100% - 280px); } }
  .cab-right {
    max-width: 390px;
    width: 100%;
    z-index: 1;
    padding: 53px 50px 30px 50px;
    z-index: 10;
    background-color: #000;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border-left: 1px solid #1A2028;
    min-height: 100vh;
    position: relative; }
    @media (max-width: 1850px) {
      .cab-right {
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transform: translateX(100%);
           -moz-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%);
        min-height: 100%; } }
    .cab-right.active {
      -webkit-transform: translateX(0);
         -moz-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
      .cab-right.active .cab-right__icon svg {
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
           -moz-transform: translate(-50%, -50%) rotate(-90deg);
            -ms-transform: translate(-50%, -50%) rotate(-90deg);
                transform: translate(-50%, -50%) rotate(-90deg); }
    .cab-right:after {
      position: absolute;
      top: 0;
      right: 0;
      width: 78px;
      height: 62px;
      content: '';
      background-image: url(../img/cab-line-2.png);
      background-repeat: no-repeat;
      background-position: center center;
      pointer-events: none; }
    .cab-right__icon {
      position: absolute;
      top: 0px;
      right: 100%;
      background-color: #F67E3E;
      width: 50px;
      height: 50px;
      border-radius: 0 0 0 50px;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      cursor: pointer;
      display: none;
      z-index: -1; }
      @media (max-width: 1850px) {
        .cab-right__icon {
          display: block; } }
      .cab-right__icon svg {
        position: absolute;
        top: 40%;
        left: 60%;
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
           -moz-transform: translate(-50%, -50%) rotate(-90deg);
            -ms-transform: translate(-50%, -50%) rotate(-90deg);
                transform: translate(-50%, -50%) rotate(-90deg);
        width: 20px;
        height: 20px;
        fill: #fff;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        z-index: 1;
        -webkit-animation: arrow 2s infinite ease;
           -moz-animation: arrow 2s infinite ease;
                animation: arrow 2s infinite ease; }
      .cab-right__icon:after {
        background-color: #F67E3E;
        width: 50px;
        height: 50px;
        border-radius: 0 0 0 100px;
        position: absolute;
        top: 0;
        right: 0;
        -webkit-animation: pulse 2s infinite ease;
           -moz-animation: pulse 2s infinite ease;
                animation: pulse 2s infinite ease;
        content: '';
        z-index: -1;
        -webkit-transform-origin: 100% 0%;
           -moz-transform-origin: 100% 0%;
            -ms-transform-origin: 100% 0%;
                transform-origin: 100% 0%; }
      .cab-right__icon:before {
        background-color: #F67E3E;
        width: 50px;
        height: 50px;
        border-radius: 0 0 0 100px;
        position: absolute;
        top: 0;
        right: 0;
        -webkit-animation: pulse 2s infinite ease;
           -moz-animation: pulse 2s infinite ease;
                animation: pulse 2s infinite ease;
        -webkit-animation-delay: .5s;
           -moz-animation-delay: .5s;
                animation-delay: .5s;
        content: '';
        z-index: -1;
        -webkit-transform-origin: 100% 0%;
           -moz-transform-origin: 100% 0%;
            -ms-transform-origin: 100% 0%;
                transform-origin: 100% 0%; }
  .cab-logo {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
    outline: none; }
    .cab-logo img {
      width: 113px; }
  .cab-faq {
    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: 70px; }
    .cab-faq__title {
      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;
      background-color: #1A2028;
      padding: 22px 20px 24px 20px;
      text-align: center; }
      .cab-faq__title img {
        max-width: 26px;
        margin-bottom: 15px; }
      .cab-faq__title span {
        font-family: "Engravers Gothic", sans-serif;
        font-weight: 700;
        font-size: 18px;
        color: #fff; }
    .cab-faq .main-btn {
      width: 100%;
      min-width: 0;
      background-image: none; }
      .cab-faq .main-btn:before {
        background-color: #1A2028; }
  .cab-menu {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .cab-menu a {
      padding-left: 48px;
      position: relative;
      min-height: 34px;
      padding-bottom: 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: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-decoration: none;
      margin-bottom: 9px;
      font-family: "Engravers Gothic", sans-serif;
      font-weight: 700;
      font-size: 16px;
      color: #4A5461;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      text-transform: uppercase; }
      .cab-menu a span {
        position: relative;
        z-index: 1; }
        .cab-menu a span:after {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 0;
          height: -moz-calc(100% - 5px);
          height: calc(100% - 5px);
          background-color: #E75220;
          content: '';
          opacity: 0;
          -moz-transition: all .3s ease;
          transition: all .3s ease;
          z-index: -1; }
      .cab-menu a:last-child {
        margin-bottom: 0; }
      .cab-menu a:hover, .cab-menu a.active {
        color: #fff; }
        .cab-menu a:hover svg, .cab-menu a.active svg {
          fill: #fff; }
        .cab-menu a:hover span:after, .cab-menu a.active span:after {
          width: 100%;
          opacity: 1; }
      .cab-menu a:after {
        width: 34px;
        height: 34px;
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        border: 1px solid #1A2028; }
      .cab-menu a svg {
        position: absolute;
        left: 17px;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        fill: #4A5461;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        width: 12px;
        height: 12px; }
  .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: 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: 28px; }
    .cab-hero__title {
      width: 100%;
      color: #fff;
      padding: 15px 20px 20px 0;
      border-bottom: 1px solid #1A2028;
      position: relative;
      font-family: "Engravers Gothic", sans-serif;
      font-weight: 700;
      font-size: 24px;
      color: #4A5461;
      margin-bottom: 28px; }
      .cab-hero__title img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0; }
    .cab-hero__img {
      width: 78px;
      height: 78px;
      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;
      border: 1px solid #1A2028;
      border-radius: 50%;
      margin-bottom: 18px;
      background-image: url(../img/cab-hero-bg.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: auto auto; }
      .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 h3 {
      white-space: nowrap;
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: center;
      color: #fff;
      font-family: "Engravers Gothic", sans-serif;
      font-weight: 700;
      font-size: 18px;
      margin-bottom: 5px; }
    .cab-hero p {
      white-space: nowrap;
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: center;
      font-weight: 400;
      font-size: 12px;
      color: #4A5461; }
  .cab-rank {
    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;
    position: relative;
    z-index: 1;
    height: 54px;
    margin-bottom: 55px; }
    .cab-rank:before {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      background-color: #000;
      z-index: -1;
      border: 1px solid #1A2028;
      border-radius: 100px; }
    .cab-rank__item {
      width: 50%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      padding-bottom: 5px; }
      .cab-rank__item p {
        font-family: "Engravers Gothic", sans-serif;
        font-weight: 700;
        font-size: 12px;
        color: #4A5461;
        margin-bottom: -3px; }
      .cab-rank__item span {
        font-family: "Engravers Gothic", sans-serif;
        font-weight: 700;
        font-size: 18px;
        color: #fff; }
      .cab-rank__item:last-child span {
        color: #F7441E; }
    .cab-rank__icon {
      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%);
      height: 100%; }
      .cab-rank__icon:before {
        z-index: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 1px;
        height: 100%;
        background-color: #1A2028;
        content: ''; }
      .cab-rank__icon:after {
        width: 20px;
        height: 20px;
        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: 3px solid #000;
        background-color: #1A2028;
        border-radius: 50%;
        content: '';
        z-index: 2; }
      .cab-rank__icon svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 6px;
        height: 6px;
        fill: #000;
        z-index: 3;
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
           -moz-transform: translate(-50%, -50%) rotate(-90deg);
            -ms-transform: translate(-50%, -50%) rotate(-90deg);
                transform: translate(-50%, -50%) rotate(-90deg); }
  .cab-date {
    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: 50px; }
    .cab-date__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;
      margin-bottom: 24px;
      width: 100%; }
      .cab-date__item:last-child {
        margin-bottom: 0; }
        .cab-date__item:last-child .cab-date__left span {
          color: #F7441E; }
        .cab-date__item:last-child .cab-date__left:after {
          background-color: #F7441E; }
    .cab-date__left {
      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;
      max-width: 100px;
      width: 100%;
      min-height: 30px;
      position: relative; }
      .cab-date__left:after {
        position: absolute;
        top: 0;
        right: 0;
        width: 3px;
        height: 100%;
        background-color: #F0B631;
        border-radius: 10px;
        content: ''; }
      .cab-date__left span {
        font-family: "Pobeda", sans-serif;
        font-weight: 700;
        font-size: 24px;
        color: #F0B631; }
      .cab-date__left p {
        font-family: "Pobeda", sans-serif;
        font-weight: 700;
        font-size: 11px;
        color: #4A5461; }
    .cab-date__right {
      width: -moz-calc(100% - 100px);
      width: calc(100% - 100px);
      position: relative;
      padding-right: 100px;
      font-family: "Engravers Gothic", sans-serif;
      font-weight: 700;
      font-size: 14px;
      color: #4A5461;
      padding-left: 20px;
      line-height: 0.9;
      padding-bottom: 5px; }
      .cab-date__right img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0; }
  .cab-protect {
    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; }
    .cab-protect__img {
      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;
      z-index: 1;
      position: relative; }
      .cab-protect__img:after {
        z-index: -1;
        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: 1px;
        content: '';
        background-color: #1A2028; }
      .cab-protect__img img {
        max-width: 100px;
        width: 100%;
        position: relative; }
    .cab-protect h3 {
      font-family: "Engravers Gothic", sans-serif;
      font-weight: 700;
      font-size: 18px;
      color: #F67E3E;
      margin-bottom: 7px; }
    .cab-protect p {
      margin-bottom: 30px;
      line-height: 1.4;
      font-weight: 400;
      font-size: 12px;
      color: #4A5461;
      max-width: 240px; }
    .cab-protect .main-btn {
      width: 100%;
      min-width: 0; }
  .cab-content {
    width: 100%;
    background-color: #090B0E;
    border: 1px solid #1A2028; }
    .cab-content__box {
      padding: 0 35px 30px 35px; }
      .cab-content__box .main-btn:before {
        background-color: #090B0E; }
      .cab-content__box .contacts-form {
        margin-bottom: 0; }
  .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: 12px 35px 12px 35px;
    border-bottom: 1px solid #1A2028;
    margin-bottom: 25px;
    min-height: 65px; }
    .cab-head h3 {
      font-family: "Engravers Gothic", sans-serif;
      font-weight: 700;
      font-size: 24px;
      color: #fff;
      margin-top: -10px; }
    .cab-head a {
      padding-right: 53px;
      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-align: right;
      position: relative;
      min-height: 40px;
      font-family: "Engravers Gothic", sans-serif;
      font-weight: 700;
      font-size: 20px;
      color: #F67E3E;
      padding-bottom: 10px;
      text-decoration: none;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .cab-head a:hover {
        color: #fff; }
      .cab-head a img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0; }
  .cab-balance {
    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;
    position: relative;
    margin-bottom: 30px; }
    .cab-balance__nav {
      position: absolute;
      right: 0;
      bottom: 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: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: flex-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      border-top: 1px solid #1A2028;
      border-bottom: 1px solid #1A2028; }
      .cab-balance__nav .swiper-button-prev, .cab-balance__nav .swiper-button-next {
        margin: 0;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        position: relative;
        -webkit-transform: translate(0, 0);
           -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0);
        width: 50px;
        height: 50px;
        border: 1px solid #1A2028;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        outline: none;
        margin-top: -1px;
        margin-bottom: -1px; }
        .cab-balance__nav .swiper-button-prev:hover, .cab-balance__nav .swiper-button-next:hover {
          background-color: #1A2028; }
          .cab-balance__nav .swiper-button-prev:hover svg, .cab-balance__nav .swiper-button-next:hover svg {
            fill: #fff; }
        .cab-balance__nav .swiper-button-prev svg, .cab-balance__nav .swiper-button-next svg {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
             -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          fill: #1A2028;
          width: 12px;
          height: 12px;
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
      .cab-balance__nav .swiper-button-prev {
        margin-right: -1px; }
        .cab-balance__nav .swiper-button-prev svg {
          -webkit-transform: translate(-50%, -50%) rotate(90deg);
             -moz-transform: translate(-50%, -50%) rotate(90deg);
              -ms-transform: translate(-50%, -50%) rotate(90deg);
                  transform: translate(-50%, -50%) rotate(90deg); }
      .cab-balance__nav .swiper-button-next svg {
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
           -moz-transform: translate(-50%, -50%) rotate(-90deg);
            -ms-transform: translate(-50%, -50%) rotate(-90deg);
                transform: translate(-50%, -50%) rotate(-90deg); }
    .cab-balance__info {
      width: 100%;
      max-width: 350px;
      margin-top: -13px; }
      .cab-balance__info .swiper-container {
        width: 100%;
        margin-bottom: 29px; }
      .cab-balance__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: 100%; }
        .cab-balance__info-item h3 {
          font-family: "Engravers Gothic", sans-serif;
          font-weight: 700;
          font-size: 24px;
          color: #4A5461;
          margin-bottom: 18px; }
        .cab-balance__info-item.eth .cab-balance__title span {
          color: #3BA4A4; }
        .cab-balance__info-item.btc .cab-balance__title span {
          color: #F8931A; }
        .cab-balance__info-item.ltc .cab-balance__title span {
          color: #6E39B1; }
        .cab-balance__info-item.doge .cab-balance__title span {
          color: #CBA757; }
        .cab-balance__info-item.pm .cab-balance__title span {
          color: #9C2121; }
        .cab-balance__info-item.trx .cab-balance__title span {
          color: #FF060A; }
        .cab-balance__info-item.bnb .cab-balance__title span {
          color: #AC8421; }
        .cab-balance__info-item.bch .cab-balance__title span {
          color: #89BD4E; }
        .cab-balance__info-item.dash .cab-balance__title span {
          color: #0088E0; }
        .cab-balance__info-item.usdt .cab-balance__title span {
          color: #2C9D79; }
    .cab-balance__title {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      font-family: "Engravers Gothic", sans-serif;
      font-weight: 700;
      font-size: 24px;
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 12px; }
      .cab-balance__title span {
        text-transform: none;
        font-weight: 400;
        color: #3BA4A4;
        margin-left: 10px; }
    .cab-balance__val {
      font-family: "Pobeda", sans-serif;
      font-weight: 700;
      font-size: 50px;
      color: #fff; }
      .cab-balance__val span {
        color: #4A5461; }
    .cab-balance__btn {
      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;
      width: 100%;
      text-decoration: none; }
      .cab-balance__btn:hover .main-btn {
        color: #F67E3E; }
        .cab-balance__btn:hover .main-btn svg {
          fill: #fff; }
        .cab-balance__btn:hover .main-btn:after {
          height: 100%;
          width: 59px; }
      .cab-balance__btn .main-btn {
        min-width: 250px;
        width: 100%; }
      .cab-balance__btn-icon {
        border-top: 1px solid #1A2028;
        border-bottom: 1px solid #1A2028;
        width: 100%;
        position: relative; }
        .cab-balance__btn-icon:after {
          width: 1px;
          height: 100%;
          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: '';
          background-color: #1A2028; }
        .cab-balance__btn-icon span {
          position: absolute;
          left: 25%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
             -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          font-family: "Engravers Gothic", sans-serif;
          font-weight: 700;
          font-size: 20px;
          color: #fff;
          margin-top: -4px; }
    .cab-balance__slider {
      width: -moz-calc(100% - 350px);
      width: calc(100% - 350px);
      position: relative;
      z-index: 1;
      padding-right: 160px; }
      .cab-balance__slider:after {
        position: absolute;
        top: 0;
        right: 12px;
        z-index: -1;
        width: 84px;
        height: 141px;
        background-image: url(../img/cab-balance-dots.svg);
        background-repeat: no-repeat;
        background-position: right top;
        background-size: contain;
        content: ''; }
    .cab-balance__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;
      padding: 15px 20px 100px 20px;
      position: relative; }
      .cab-balance__item.eth {
        background: conic-gradient(from 180deg at 50px 76.26%, #3BA4A4 0deg, #090B0E 360deg);
        background-color: #3BA4A4; }
      .cab-balance__item.btc {
        background: conic-gradient(from 180deg at 50px 76.26%, #F8931A 0deg, #090B0E 360deg);
        background-color: #F8931A; }
      .cab-balance__item.ltc {
        background: conic-gradient(from 180deg at 50px 76.26%, #6E39B1 0deg, #090B0E 360deg);
        background-color: #6E39B1; }
      .cab-balance__item.doge {
        background: conic-gradient(from 180deg at 50px 76.26%, #CBA757 0deg, #090B0E 360deg);
        background-color: #CBA757; }
      .cab-balance__item.pm {
        background: conic-gradient(from 180deg at 50px 76.26%, #9C2121 0deg, #090B0E 360deg);
        background-color: #9C2121; }
      .cab-balance__item.trx {
        background: conic-gradient(from 180deg at 50px 76.26%, #FF060A 0deg, #090B0E 360deg);
        background-color: #FF060A; }
      .cab-balance__item.bnb {
        background: conic-gradient(from 180deg at 50px 76.26%, #AC8421 0deg, #090B0E 360deg);
        background-color: #AC8421; }
      .cab-balance__item.usdt {
        background: conic-gradient(from 180deg at 50px 76.26%, #2C9D79 0deg, #090B0E 360deg);
        background-color: #2C9D79; }
      .cab-balance__item.bch {
        background: conic-gradient(from 180deg at 50px 76.26%, #89BD4E 0deg, #090B0E 360deg);
        background-color: #89BD4E; }
      .cab-balance__item.dash {
        background: conic-gradient(from 180deg at 50px 76.26%, #0088E0 0deg, #090B0E 360deg);
        background-color: #0088E0; }
      .cab-balance__item h3 {
        font-family: "Engravers Gothic", sans-serif;
        font-weight: 700;
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 7px; }
      .cab-balance__item p {
        font-weight: 400;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.5);
        margin-bottom: 35px; }
      .cab-balance__item-val {
        font-family: "Pobeda", sans-serif;
        font-weight: 700;
        font-size: 24px;
        color: #fff; }
        .cab-balance__item-val span {
          color: rgba(255, 255, 255, 0.48); }
      .cab-balance__item svg {
        position: absolute;
        left: 25px;
        bottom: 25px;
        -webkit-transform: translate(-50%, 50%);
           -moz-transform: translate(-50%, 50%);
            -ms-transform: translate(-50%, 50%);
                transform: translate(-50%, 50%);
        width: 16px;
        height: 16px;
        fill: #fff; }
  .cab-subtitle {
    font-family: "Engravers Gothic", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #4A5461;
    margin-bottom: 25px;
    margin-top: -7px; }
  .cab-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-bottom: 30px; }
    .cab-stat__item {
      width: -moz-calc(100% / 4 - 20px);
      width: calc(100% / 4 - 20px);
      max-width: 230px;
      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: 66px 80px 20px 0;
      position: relative;
      border-bottom: 1px solid #1A2028; }
      .cab-stat__item > img {
        position: absolute;
        right: 0;
        bottom: 18px; }
      .cab-stat__item h3 {
        font-family: "Engravers Gothic", sans-serif;
        font-weight: 700;
        font-size: 14px;
        color: #4A5461;
        max-width: 90px;
        margin-bottom: 24px; }
      .cab-stat__item p {
        font-family: "Pobeda", sans-serif;
        font-weight: 700;
        font-size: 24px;
        color: #fff; }
        .cab-stat__item p span {
          color: #4A5461; }
    .cab-stat__arrow {
      position: absolute;
      top: 0;
      left: 0; }
      .cab-stat__arrow svg {
        fill: #4A5461;
        -webkit-transform: rotate(-45deg);
           -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        width: 12px;
        height: 12px; }
    .cab-stat__num {
      position: absolute;
      top: -10px;
      right: 0;
      font-family: "Pobeda", sans-serif;
      font-weight: 700;
      font-size: 60px;
      color: rgba(74, 84, 97, 0.1); }
  .cab-refs {
    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;
    background-color: #1A2028;
    position: relative; }
    .cab-refs:after {
      width: 2px;
      height: 100%;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 0;
      background-color: #000;
      content: ''; }
    .cab-refs__col {
      width: 50%;
      position: relative;
      padding: 20px 210px 30px 36px;
      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__col > img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 105px;
        -webkit-transform: translate(50%, -50%);
           -moz-transform: translate(50%, -50%);
            -ms-transform: translate(50%, -50%);
                transform: translate(50%, -50%); }
      .cab-refs__col > h3 {
        font-family: "Engravers Gothic", sans-serif;
        font-weight: 700;
        font-size: 24px;
        color: #F7441E;
        margin-bottom: 8px; }
      .cab-refs__col > p {
        font-weight: 400;
        font-size: 12px;
        color: #4A5461;
        line-height: 1.4;
        margin-bottom: 18px; }
      .cab-refs__col:last-child h3 {
        color: #F0B631; }
    .cab-refs__title {
      font-family: "Engravers Gothic", sans-serif;
      font-weight: 700;
      font-size: 16px;
      color: #4A5461; }
    .cab-refs__link {
      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;
      border-bottom: 1px solid #2B3440;
      width: 100%;
      position: relative;
      padding: 10px 24px 10px 0;
      cursor: pointer;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .cab-refs__link > img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0; }
      .cab-refs__link:hover {
        border-bottom-color: #E75220; }
      .cab-refs__link p {
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 400;
        font-size: 12px;
        color: #fff;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
    .cab-refs__app {
      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-top: 10px; }
      .cab-refs__app 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: 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.2;
        cursor: pointer;
        margin-right: 13px; }
        .cab-refs__app a:last-child {
          margin-right: 0; }
        .cab-refs__app a.disabled {
          pointer-events: none; }
        .cab-refs__app a:hover {
          opacity: 1; }
    .cab-refs__box {
      border-bottom: 1px solid #1A2028;
      padding-left: 35px;
      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;
      margin-top: -25px;
      margin-bottom: 15px; }
      .cab-refs__box .cab-refs__col {
        background-color: #1A2028;
        width: 50%; }
        .cab-refs__box .cab-refs__col h3 {
          color: #F7441E; }
    .cab-refs__stat {
      padding-top: 20px;
      width: 50%; }
      .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 svg {
          width: 13px;
          height: 13px;
          -webkit-transform: rotate(-45deg);
             -moz-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          fill: #4A5461;
          margin-bottom: 7px; }
        .cab-refs__stat-item p {
          font-family: "Engravers Gothic", sans-serif;
          font-weight: 700;
          font-size: 14px;
          color: #4A5461;
          max-width: 100px;
          margin-bottom: 14px; }
        .cab-refs__stat-item span {
          font-family: "Pobeda", sans-serif;
          font-weight: 700;
          font-size: 24px;
          color: #F0B631; }
          .cab-refs__stat-item span.total {
            color: #F67E3E; }
          .cab-refs__stat-item span.active {
            color: #F7441E; }
  .cab-plans {
    width: 100%; }
    .cab-plans label input:checked + .invest-plan {
      padding-right: 30px;
      background: rgba(246, 126, 62, 0.05);
      border: 1px solid #F67E3E; }
    .cab-plans .invest-plan {
      padding-left: 30px;
      padding-right: 30px;
      padding-bottom: 10px;
      border: 1px solid transparent; }
      @media (max-width: 1550px) {
        .cab-plans .invest-plan {
          padding-left: 15px !important;
          padding-right: 15px !important; } }
      .cab-plans .invest-plan:hover {
        background: rgba(246, 126, 62, 0.05);
        border: 1px solid #F67E3E; }
      .cab-plans .invest-plan:after, .cab-plans .invest-plan:before {
        display: none; }
      .cab-plans .invest-plan__left {
        max-width: 200px;
        width: 100%; }
      .cab-plans .invest-plan__percent {
        max-width: 65px;
        width: 100%;
        text-align: right; }
        @media (max-width: 1550px) {
          .cab-plans .invest-plan__percent {
            font-size: 40px;
            max-width: 50px; }
            .cab-plans .invest-plan__percent sup {
              top: -17px; } }
      @media (max-width: 1550px) {
        .cab-plans .invest-plan__title {
          -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;
          font-size: 25px; } }
      @media (max-width: 1550px) {
        .cab-plans .invest-plan__stars {
          margin-left: 0;
          margin-top: 5px; } }
  .cab-input {
    width: 100%;
    margin-bottom: 20px; }
    .cab-input ::-webkit-input-placeholder {
      color: #fff; }
    .cab-input :-moz-placeholder {
      color: #fff; }
    .cab-input ::-moz-placeholder {
      color: #fff; }
    .cab-input :-ms-input-placeholder {
      color: #fff; }
    .cab-input ::placeholder {
      color: #fff; }
    .cab-input input, .cab-input textarea {
      width: 100%;
      background-color: transparent;
      color: #fff;
      font-family: "Engravers Gothic", sans-serif;
      padding: 10px 0 15px 0;
      border: none;
      border-bottom: 1px solid #1A2028;
      outline: none;
      font-weight: 700;
      font-size: 35px;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      margin-top: -10px; }
      .cab-input input:focus, .cab-input textarea:focus {
        border-bottom-color: #E75220; }
    .cab-input textarea {
      height: 140px;
      resize: none; }
    .cab-input p {
      font-family: "Pobeda", sans-serif;
      font-weight: 700;
      font-size: 12px;
      color: #4A5461; }
      .cab-input p span {
        color: #F7441E; }
    .cab-input_capch {
      position: relative; }
      .cab-input_capch input {
        padding-right: 80px; }
      .cab-input_capch img {
        position: absolute;
        bottom: 17px;
        right: 0; }
    .cab-input .pm {
      background-image: url(../img/pm-logo.svg); }
    .cab-input .btc {
      background-image: url(../img/btc-logo.svg); }
    .cab-input .eth {
      background-image: url(../img/eth-logo.svg); }
    .cab-input .ltc {
      background-image: url(../img/ltc-logo.svg); }
    .cab-input .usdt {
      background-image: url(../img/usdt-logo.svg); }
    .cab-input .doge {
      background-image: url(../img/doge-logo.svg); }
    .cab-input .trx {
      background-image: url(../img/trx-logo.svg); }
    .cab-input .bch {
      background-image: url(../img/bch-logo.svg); }
    .cab-input .dash {
      background-image: url(../img/dash-logo.svg); }
    .cab-input .bnb {
      background-image: url(../img/bnb-logo.svg); }
    .cab-input .jq-selectbox {
      width: 100%;
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 30px 30px; }
      .cab-input .jq-selectbox.focused .jq-selectbox__select {
        border-bottom-color: #F67E3E !important; }
      .cab-input .jq-selectbox__select {
        border: none !important;
        text-shadow: none !important;
        box-shadow: none !important;
        background: transparent !important;
        line-height: 1 !important;
        height: auto !important;
        padding-left: 60px;
        padding-right: 20px;
        padding-top: 3px;
        padding-bottom: 17px;
        border-bottom: 1px solid #1A2028 !important;
        border-radius: 0 !important;
        font-family: "Engravers Gothic", sans-serif;
        font-weight: 700;
        font-size: 35px;
        color: #fff; }
        .cab-input .jq-selectbox__select:after {
          left: 45px;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
             -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 1px;
          height: -moz-calc(100% - 13px);
          height: calc(100% - 13px);
          content: '';
          background-color: #1A2028;
          position: absolute; }
      .cab-input .jq-selectbox__trigger {
        width: 15px;
        height: 100%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0;
        border-left: none; }
        .cab-input .jq-selectbox__trigger-arrow {
          border-top-color: #4A5461 !important;
          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%); }
      .cab-input .jq-selectbox__dropdown {
        border-radius: 0;
        background-color: #000;
        border: 1px solid #1A2028; }
        .cab-input .jq-selectbox__dropdown li {
          background-repeat: no-repeat;
          background-position: 10px center;
          background-size: 20px 20px;
          padding-left: 40px;
          font-family: "Engravers Gothic", sans-serif;
          font-weight: 700;
          font-size: 20px;
          color: #fff;
          padding-bottom: 15px;
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
          .cab-input .jq-selectbox__dropdown li:hover {
            background-color: #E75220; }
          .cab-input .jq-selectbox__dropdown li.sel {
            background-color: #F67E3E; }
  .cab-open {
    width: 100%;
    padding-left: 37px;
    border: 1px solid #1A2028;
    position: relative;
    margin-bottom: 30px; }
    @media (max-width: 1400px) {
      .cab-open {
        padding-left: 15px; } }
    .cab-open:after {
      width: 7px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #F67E3E;
      content: ''; }
    .cab-open table {
      width: 100%;
      border-collapse: collapse; }
      .cab-open table tbody td {
        padding: 15px 0; }
      .cab-open table tfoot tr {
        border-top: 1px solid #1A2028; }
      .cab-open table tfoot td {
        padding: 7px 0; }
    .cab-open__title {
      font-family: "Pobeda", sans-serif;
      font-weight: 700;
      font-size: 10px;
      color: #4A5461;
      text-transform: uppercase; }
    .cab-open__status {
      font-family: "Pobeda", sans-serif;
      font-weight: 700;
      font-size: 14px;
      color: #4A5461; }
      .cab-open__status span {
        position: relative;
        padding-left: 17px;
        color: #F67E3E;
        margin-left: 7px; }
        .cab-open__status span:after {
          width: 10px;
          height: 1px;
          background-color: #4A5461;
          content: '';
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: 0; }
    .cab-open__name {
      font-family: "Engravers Gothic", sans-serif;
      font-weight: 700;
      font-size: 30px;
      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: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .cab-open__name span {
        font-weight: 400;
        font-size: 14px;
        margin-top: 10px;
        margin-left: 5px; }
    .cab-open__item {
      position: relative;
      padding-top: 25px; }
      .cab-open__item img {
        max-width: 20px;
        max-height: 15px;
        margin-bottom: 10px;
        position: absolute;
        top: 0;
        left: 0; }
      .cab-open__item p {
        font-family: "Engravers Gothic", sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #fff; }
  .cab-filter {
    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; }
    .cab-filter .main-btn {
      min-width: 0;
      padding-right: 0;
      padding-left: 40px;
      background-color: transparent;
      background-image: none;
      border: none;
      height: 30px; }
      .cab-filter .main-btn:hover svg {
        fill: #fff; }
      .cab-filter .main-btn:hover:after {
        width: 20px;
        height: 20px; }
      .cab-filter .main-btn:before {
        background-color: #090B0E;
        border-right: none; }
    .cab-filter__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;
      margin-left: 60px; }
      .cab-filter__item p {
        font-family: "Pobeda", sans-serif;
        font-weight: 700;
        font-size: 10px;
        color: #4A5461;
        text-transform: uppercase; }
      .cab-filter__item .jq-selectbox {
        width: 100%;
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 30px auto; }
        .cab-filter__item .jq-selectbox.focused .jq-selectbox__select {
          border-bottom-color: #F67E3E !important; }
        .cab-filter__item .jq-selectbox__select {
          border: none !important;
          text-shadow: none !important;
          box-shadow: none !important;
          background: transparent !important;
          line-height: 1 !important;
          height: auto !important;
          padding-left: 0;
          padding-right: 20px;
          border-radius: 0 !important;
          font-family: "Engravers Gothic", sans-serif;
          font-weight: 700;
          font-size: 14px;
          color: #fff; }
        .cab-filter__item .jq-selectbox__trigger {
          width: 15px;
          height: 100%;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: 0;
          border-left: none; }
          .cab-filter__item .jq-selectbox__trigger-arrow {
            border-top-color: #4A5461 !important;
            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%);
            top: 70%; }
        .cab-filter__item .jq-selectbox__dropdown {
          border-radius: 0;
          background-color: #000;
          border: 1px solid #1A2028; }
          .cab-filter__item .jq-selectbox__dropdown li {
            padding-left: 10px;
            font-family: "Engravers Gothic", sans-serif;
            font-weight: 700;
            font-size: 14px;
            color: #fff;
            padding-bottom: 10px;
            -moz-transition: all .3s ease;
            transition: all .3s ease; }
            .cab-filter__item .jq-selectbox__dropdown li:hover {
              background-color: #E75220; }
            .cab-filter__item .jq-selectbox__dropdown li.sel {
              background-color: #F67E3E; }
      .cab-filter__item input {
        width: 100%;
        outline: none;
        background: transparent;
        border: none;
        font-family: "Engravers Gothic", sans-serif;
        font-weight: 700;
        font-size: 14px;
        color: #fff;
        cursor: pointer;
        width: 85px; }
    .cab-filter_cab {
      margin-bottom: 15px; }
      .cab-filter_cab .cab-filter__item {
        margin-left: 10px; }
  .cab-history {
    width: 100%;
    margin-bottom: 50px; }
    .cab-history table {
      width: 100%;
      border-collapse: collapse;
      table-layout: fixed; }
      .cab-history table td {
        padding: 20px 0;
        border-bottom: 1px solid #1A2028;
        width: 100%; }
    .cab-history__title {
      font-family: "Pobeda", sans-serif;
      font-weight: 700;
      font-size: 10px;
      color: #4A5461; }
    .cab-history__date {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100px;
      min-height: 30px;
      position: relative; }
      .cab-history__date:after {
        position: absolute;
        top: 0;
        right: 0;
        width: 3px;
        height: 100%;
        background-color: #F67E3E;
        border-radius: 10px;
        content: ''; }
      .cab-history__date span {
        font-family: "Pobeda", sans-serif;
        font-weight: 700;
        font-size: 24px;
        color: #F67E3E; }
    .cab-history__item p {
      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-family: "Engravers Gothic", sans-serif;
      font-weight: 400;
      font-size: 14px;
      color: #fff;
      margin-bottom: 5px; }
      .cab-history__item p > span {
        font-weight: 700;
        margin-right: 5px; }
      .cab-history__item p img {
        margin-right: 10px;
        margin-bottom: -5px;
        width: 20px;
        height: 20px; }
    .cab-history__item > span {
      font-family: "Pobeda", sans-serif;
      font-weight: 700;
      font-size: 10px;
      color: #4A5461; }
      .cab-history__item > span.orange {
        color: #F67E3E; }
    .cab-history__item.yellow p {
      color: #F0B631; }
    .cab-history__item.orange p {
      color: #F7441E; }
  .cab-tabs {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 25px; }
    .cab-tabs__item {
      color: #fff;
      font-family: "Engravers Gothic", sans-serif;
      font-weight: 400;
      font-size: 14px;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      cursor: pointer;
      margin-right: 20px; }
      .cab-tabs__item:last-child {
        margin-right: 0; }
      .cab-tabs__item:hover, .cab-tabs__item.active {
        color: #F67E3E; }
  .cab-settings__inputs {
    width: 100%;
    margin-bottom: 25px; }
  .cab-settings__input {
    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-bottom: 1px solid #1A2028;
    padding: 15px 0; }
    .cab-settings__input p {
      width: 50%;
      padding-right: 15px;
      font-family: "Pobeda", sans-serif;
      font-weight: 700;
      font-size: 16px;
      color: #fff;
      position: relative; }
      .cab-settings__input p img {
        max-width: 23px;
        max-height: 14px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0; }
    .cab-settings__input input {
      width: 50%;
      background-color: transparent;
      outline: none;
      border: none;
      border-left: 1px solid #1A2028;
      font-weight: 700;
      font-size: 16px;
      color: #fff;
      padding: 5px 15px; }
    .cab-settings__input_wallet p {
      color: #4A5461;
      padding-left: 40px; }
  .cab-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;
    border: 1px solid #1A2028;
    padding: 20px 25px; }
    .cab-security__box .cab-checkbox {
      max-width: 100%; }
    .cab-security__box .main-btn {
      width: 100%;
      min-width: 0; }
  .cab-security__title {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #1A2028;
    margin-bottom: 25px;
    text-align: center;
    font-family: "Engravers Gothic", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #fff; }
  .cab-checkbox {
    display: block;
    width: 100%;
    max-width: 260px;
    margin-bottom: 15px; }
    .cab-checkbox input {
      display: none; }
      .cab-checkbox input:checked + span:after {
        background-color: #F67E3E;
        border-color: #F67E3E; }
      .cab-checkbox input:checked + span:before {
        background-color: #fff;
        -webkit-transform: translate(0, -50%);
           -moz-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%); }
    .cab-checkbox span {
      width: 100%;
      min-height: 25px;
      position: relative;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-right: 50px;
      cursor: pointer;
      font-family: "Pobeda", sans-serif;
      font-weight: 700;
      font-size: 16px;
      color: #4A5461; }
      .cab-checkbox span:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0;
        width: 44px;
        height: 25px;
        border: 1px solid #1A2028;
        border-radius: 50px;
        content: '';
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        z-index: 1; }
      .cab-checkbox span:before {
        position: absolute;
        border-radius: 50%;
        width: 19px;
        height: 19px;
        top: 50%;
        right: 3px;
        -webkit-transform: translate(-100%, -50%);
           -moz-transform: translate(-100%, -50%);
            -ms-transform: translate(-100%, -50%);
                transform: translate(-100%, -50%);
        content: '';
        background-color: #1A2028;
        content: '';
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        z-index: 2; }
  .cab-2fa {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px; }
    .cab-2fa__item {
      width: -moz-calc(100% / 3);
      width: calc(100% / 3);
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: 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 #1A2028;
      min-height: 222px; }
    .cab-2fa__head {
      width: 100%;
      background-color: #1A2028;
      padding: 15px 20px 20px 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;
      font-family: "Engravers Gothic", sans-serif;
      font-weight: 700;
      font-size: 16px;
      color: #fff; }
      .cab-2fa__head span {
        width: 22px;
        height: 22px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        border-radius: 50%;
        background-color: #090B0E;
        border: 1px solid #4A5461;
        font-family: "Pobeda", sans-serif;
        font-weight: 700;
        font-size: 10px;
        color: #4A5461;
        margin-right: 14px;
        margin-bottom: -5px; }
    .cab-2fa__content {
      padding: 20px;
      width: 100%; }
      .cab-2fa__content p {
        font-weight: 400;
        font-size: 14px;
        color: #4A5461;
        line-height: 1.4;
        margin-bottom: 15px; }
        .cab-2fa__content p a {
          font-weight: 700;
          color: #E75220;
          text-decoration: underline; }
          .cab-2fa__content p a:hover {
            text-decoration: none; }
      .cab-2fa__content img {
        width: 100px;
        height: 100px; }
      .cab-2fa__content .cab-input {
        width: 100%; }
        .cab-2fa__content .cab-input input {
          font-family: "AmpleSoft Pro", sans-serif;
          font-size: 16px;
          width: 100%; }
        .cab-2fa__content .cab-input_orange input {
          color: #E75220;
          font-family: "Pobeda", sans-serif;
          border-bottom: 1px solid #1A2028; }
  .cab-promo {
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #1A2028;
    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: 15px; }
    .cab-promo:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }
    .cab-promo .cab-subtitle {
      margin-bottom: 18px; }
    .cab-promo__img {
      max-width: 100%;
      position: relative;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: 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-promo__img:hover span {
        opacity: 1; }
      .cab-promo__img span {
        position: absolute;
        width: 100%;
        height: 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;
        background-color: rgba(0, 0, 0, 0.9);
        font-family: "Engravers Gothic", sans-serif;
        font-weight: 700;
        font-size: 16px;
        color: #F67E3E;
        opacity: 0;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        cursor: pointer;
        text-transform: uppercase; }
      .cab-promo__img a {
        opacity: 0;
        pointer-events: none;
        position: absolute; }
      .cab-promo__img img {
        max-width: 100%; }
  .cab-exchange {
    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;
    border: 1px solid #1A2028;
    position: relative;
    margin-bottom: -1px; }
    .cab-exchange .cab-input .jq-selectbox__select {
      font-size: 16px; }
    .cab-exchange:after {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 1px;
      top: 0;
      height: 100%;
      content: '';
      background-color: #1A2028; }
    .cab-exchange__icon {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 23px;
      background-color: #090B0E;
      width: 62px;
      height: 62px;
      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;
      z-index: 20; }
      .cab-exchange__icon img {
        max-width: 42px; }
    .cab-exchange__col {
      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: 50%;
      padding: 15px 35px; }
      .cab-exchange__col p {
        font-family: "Pobeda", sans-serif;
        font-weight: 700;
        font-size: 12px;
        color: #4A5461; }
    .cab-exchange__input {
      position: relative;
      padding-left: 15px;
      margin-bottom: 7px; }
      .cab-exchange__input span {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        font-family: "Pobeda", sans-serif;
        font-weight: 700;
        font-size: 30px;
        color: #fff; }
      .cab-exchange__input input {
        font-family: "Pobeda", sans-serif;
        font-weight: 700;
        font-size: 30px;
        color: #fff;
        background-color: transparent;
        border: none;
        outline: none;
        max-width: 130px;
        margin-bottom: -2px;
        border-bottom: 1px solid #1A2028; }
  .cab-ticket__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;
    padding-right: 80px;
    position: relative;
    margin-bottom: 35px; }
    .cab-ticket__text .cab-subtitle {
      margin-bottom: 7px; }
    .cab-ticket__text p {
      font-weight: 400;
      font-size: 16px;
      color: #4A5461;
      line-height: 1.3; }
    .cab-ticket__text img {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0; }
  .cab-pay {
    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: 5px; }
    .cab-pay .cab-checkbox {
      width: -moz-calc(50% - 15px);
      width: calc(50% - 15px); }
