/*! 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: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-Light.eot");
  src: local("Montserrat Light"), local("Montserrat-Light"), url("../fonts/Montserrat/Montserrat-Light.eot@") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'Spoon';
  src: url("../fonts/Spoon/Spoon-SemiboldItalic.eot");
  src: local("Spoon Semibold Italic"), local("Spoon-SemiboldItalic"), url("../fonts/Spoon/Spoon-SemiboldItalic.eot@") format("embedded-opentype"), url("../fonts/Spoon/Spoon-SemiboldItalic.woff2.html") format("woff2"), url("../fonts/Spoon/Spoon-SemiboldItalic.woff") format("woff"), url("../fonts/Spoon/Spoon-SemiboldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic; }

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

@font-face {
  font-family: 'Spoon';
  src: url("../fonts/Spoon/Spoon-ExtraLightItalic.eot");
  src: local("Spoon Extra Light Italic"), local("Spoon-ExtraLightItalic"), url("../fonts/Spoon/Spoon-ExtraLightItalic.eot@") format("embedded-opentype"), url("../fonts/Spoon/Spoon-ExtraLightItalic.woff2.html") format("woff2"), url("../fonts/Spoon/Spoon-ExtraLightItalic.woff") format("woff"), url("../fonts/Spoon/Spoon-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'Spoon';
  src: url("../fonts/Spoon/Spoon-UltraLight.eot");
  src: local("Spoon Ultra Light"), local("Spoon-UltraLight"), url("../fonts/Spoon/Spoon-UltraLight.eot@") format("embedded-opentype"), url("../fonts/Spoon/Spoon-UltraLight.woff2.html") format("woff2"), url("../fonts/Spoon/Spoon-UltraLight.woff") format("woff"), url("../fonts/Spoon/Spoon-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Spoon';
  src: url("../fonts/Spoon/Spoon-UltraLightItalic.eot");
  src: local("Spoon Ultra Light Italic"), local("Spoon-UltraLightItalic"), url("../fonts/Spoon/Spoon-UltraLightItalic.eot@") format("embedded-opentype"), url("../fonts/Spoon/Spoon-UltraLightItalic.woff2.html") format("woff2"), url("../fonts/Spoon/Spoon-UltraLightItalic.woff") format("woff"), url("../fonts/Spoon/Spoon-UltraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'Spoon-RegularItalic';
  src: url("../fonts/Spoon/Spoon-RegularItalic.eot");
  src: local("Spoon Regular Italic"), local("Spoon-RegularItalic"), url("../fonts/Spoon/Spoon-RegularItalic.eot@") format("embedded-opentype"), url("../fonts/Spoon/Spoon-RegularItalic.woff2.html") format("woff2"), url("../fonts/Spoon/Spoon-RegularItalic.woff") format("woff"), url("../fonts/Spoon/Spoon-RegularItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Spoon-HairlineItalic';
  src: url("../fonts/Spoon/Spoon-HairlineItalic.eot");
  src: local("Spoon Hairline Italic"), local("Spoon-HairlineItalic"), url("../fonts/Spoon/Spoon-HairlineItalic.eot@") format("embedded-opentype"), url("../fonts/Spoon/Spoon-HairlineItalic.woff2.html") format("woff2"), url("../fonts/Spoon/Spoon-HairlineItalic.woff") format("woff"), url("../fonts/Spoon/Spoon-HairlineItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Spoon';
  src: url("../fonts/Spoon/Spoon-Semibold.eot");
  src: local("Spoon Semibold"), local("Spoon-Semibold"), url("../fonts/Spoon/Spoon-Semibold.eot@") format("embedded-opentype"), url("../fonts/Spoon/Spoon-Semibold.woff2.html") format("woff2"), url("../fonts/Spoon/Spoon-Semibold.woff") format("woff"), url("../fonts/Spoon/Spoon-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

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

@font-face {
  font-family: 'Spoon-Hairline';
  src: url("../fonts/Spoon/Spoon-Hairline.eot");
  src: local("Spoon Hairline"), local("Spoon-Hairline"), url("../fonts/Spoon/Spoon-Hairline.eot@") format("embedded-opentype"), url("../fonts/Spoon/Spoon-Hairline.woff2.html") format("woff2"), url("../fonts/Spoon/Spoon-Hairline.woff") format("woff"), url("../fonts/Spoon/Spoon-Hairline.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Spoon';
  src: url("../fonts/Spoon/Spoon-ExtraLight.eot");
  src: local("Spoon Extra Light"), local("Spoon-ExtraLight"), url("../fonts/Spoon/Spoon-ExtraLight.eot@") format("embedded-opentype"), url("../fonts/Spoon/Spoon-ExtraLight.woff2.html") format("woff2"), url("../fonts/Spoon/Spoon-ExtraLight.woff") format("woff"), url("../fonts/Spoon/Spoon-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }

@-webkit-keyframes headerHead {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes headerHead {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes headerHead {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

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

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

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

@-webkit-keyframes headerGr {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0; } }

@-moz-keyframes headerGr {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0);
         transform: translate(-50%, -50%) scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -moz-transform: translate(-50%, -50%) scale(1);
         transform: translate(-50%, -50%) scale(1);
    opacity: 0; } }

@keyframes headerGr {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
       -moz-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
       -moz-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0; } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(3);
            transform: translate(-50%, -50%) scale(3);
    opacity: 0; } }

@-moz-keyframes pulse {
  0% {
    -moz-transform: translate(-50%, -50%) scale(1);
         transform: translate(-50%, -50%) scale(1);
    opacity: 1; }
  100% {
    -moz-transform: translate(-50%, -50%) scale(3);
         transform: translate(-50%, -50%) scale(3);
    opacity: 0; } }

@keyframes pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
       -moz-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(3);
       -moz-transform: translate(-50%, -50%) scale(3);
            transform: translate(-50%, -50%) scale(3);
    opacity: 0; } }

@-webkit-keyframes point {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes point {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes point {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes plan {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  50% {
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%); }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }

@-moz-keyframes plan {
  0% {
    -moz-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%); }
  50% {
    -moz-transform: translate(-50%, -40%);
         transform: translate(-50%, -40%); }
  100% {
    -moz-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%); } }

@keyframes plan {
  0% {
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  50% {
    -webkit-transform: translate(-50%, -40%);
       -moz-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%); }
  100% {
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }

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

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

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

@-webkit-keyframes dot {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes dot {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes dot {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  100% {
    opacity: 0; } }

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

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

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

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

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

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

sup {
  top: -6px; }

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

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

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

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

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

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

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

.wrapper {
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative;
  opacity: 1;
  background-color: #282435; }

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

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

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

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

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

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

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

.lobibox-notify.lobibox-notify-success {
  background-color: #ffb100;
  border: none;
  padding-top: 10px; }

.header {
  position: relative; }
  .header-top {
    border-top: 2px solid #b5800c;
    position: relative;
    z-index: 100; }
  .header-menu {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    padding-right: 75px; }
    @media (max-width: 1199px) {
      .header-menu {
        padding-right: 0; } }
    @media (max-width: 991px) {
      .header-menu {
        display: none; } }
    .header-menu:after {
      width: 65px;
      height: 1px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0;
      background-color: #1d1927;
      content: ''; }
      @media (max-width: 1199px) {
        .header-menu:after {
          display: none; } }
    .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: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-decoration: none;
      color: #686770;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      font-weight: 600;
      font-size: 13px;
      padding-right: 15px;
      position: relative; }
      @media (max-width: 1199px) {
        .header-menu a {
          padding-right: 0; } }
      .header-menu a:last-child:after {
        display: none; }
      .header-menu a:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        top: 60%;
        right: 0;
        color: #1d1927;
        content: '\\';
        font-size: 16px; }
        @media (max-width: 1199px) {
          .header-menu a:after {
            display: none; } }
      .header-menu a:hover, .header-menu a.active {
        color: #fff; }
        .header-menu a:hover svg, .header-menu a.active svg {
          fill: #fff; }
      .header-menu a svg {
        width: 18px;
        height: 18px;
        fill: #686770;
        margin-right: 10px;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .header-menu a.green {
        color: #56b443; }
        .header-menu a.green svg {
          fill: #56b443; }
        .header-menu a.green:hover, .header-menu a.green.active {
          color: #fff; }
          .header-menu a.green:hover svg, .header-menu a.green.active svg {
            fill: #fff; }
    .header-menu_right {
      padding-right: 0;
      padding-left: 75px; }
      @media (max-width: 1199px) {
        .header-menu_right {
          padding-left: 0; } }
      .header-menu_right:after {
        right: auto;
        left: 0; }
      .header-menu_right a {
        -webkit-flex-direction: row-reverse;
           -moz-box-orient: horizontal;
           -moz-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        padding-right: 0;
        padding-left: 15px; }
        @media (max-width: 1199px) {
          .header-menu_right a {
            padding-left: 0; } }
        .header-menu_right a:after {
          right: auto;
          left: 0;
          content: '/'; }
        .header-menu_right a:last-child:after {
          display: block; }
        .header-menu_right a:first-child:after {
          display: none; }
        .header-menu_right a svg {
          margin-right: 0;
          margin-left: 10px; }
  .header-content {
    background-image: url(../img/dot-bg.png);
    background-position: center bottom;
    background-repeat: repeat;
    border-radius: 5px;
    margin: 0 10px;
    min-height: 680px;
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    padding: 60px 0 0 0;
    overflow: hidden;
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      .header-content {
        padding: 30px 0 0px 0;
        min-height: 0; } }
    .header-content_sign {
      min-height: -moz-calc(var(--vh, 1vh) * 100 - 70px);
      min-height: calc(var(--vh, 1vh) * 100 - 70px);
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 60px 0; }
      .header-content_sign .container {
        width: 100%; }
  .header-logo {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 15px 0;
    position: relative;
    width: 100%;
    max-width: 160px; }
    @media (max-width: 991px) {
      .header-logo {
        -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; } }
    .header-logo:hover .header-logo__icon {
      -webkit-transform: rotateY(360deg);
         -moz-transform: rotateY(360deg);
              transform: rotateY(360deg); }
    .header-logo__icon {
      max-width: 40px;
      width: 100%;
      -moz-transition: all 1s ease;
      transition: all 1s ease; }
      @media (max-width: 991px) {
        .header-logo__icon {
          margin-right: 10px; } }
      .header-logo__icon img {
        max-width: 100%; }
    .header-logo__text {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: -moz-calc(100% + 15px);
      top: calc(100% + 15px);
      z-index: 2; }
      @media (max-width: 991px) {
        .header-logo__text {
          position: static;
          -webkit-transform: translate(0, 0);
             -moz-transform: translate(0, 0);
              -ms-transform: translate(0, 0);
                  transform: translate(0, 0); } }
    .header-logo:after {
      z-index: 1;
      width: 100%;
      height: 55px;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 100%;
      content: '';
      background-image: url(../img/header-logo-bg.png);
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% 100%; }
      @media (max-width: 991px) {
        .header-logo:after {
          display: none; } }
  .header-mob {
    display: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 100%;
    background-color: #282435;
    width: 100%;
    padding: 15px;
    border-bottom: 2px solid #b5800c; }
    .header-mob .header-menu {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .header-mob .header-menu a {
        margin-bottom: 15px; }
        .header-mob .header-menu a:last-child {
          margin-bottom: 0; }
  .header-burger {
    display: none;
    width: 40px;
    height: 30px;
    position: relative;
    margin-left: auto; }
    @media (max-width: 991px) {
      .header-burger {
        display: block; } }
    .header-burger span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-color: #fff;
      border-radius: 3px;
      height: 3px;
      width: 100%;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .header-burger:after {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 0;
      width: 100%;
      height: 3px;
      background-color: #fff;
      border-radius: 3px;
      content: '';
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .header-burger:before {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 0;
      width: 100%;
      height: 3px;
      background-color: #fff;
      border-radius: 3px;
      content: '';
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .header-burger.active span {
      opacity: 0; }
    .header-burger.active:after {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
         -moz-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
    .header-burger.active:before {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
         -moz-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg);
      bottom: auto; }
  .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;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .header-btns {
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .header-btns .main-link {
      margin-right: 20px; }
  .header-nav__right {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%; }
    @media (max-width: 767px) {
      .header-nav__right {
        -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; } }
  .header-nav__left {
    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; }
  .header-nav__menu {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
        writing-mode: tb-rl; }
    .header-nav__menu a {
      padding: 25px 15px;
      -webkit-transform: scale(-1);
         -moz-transform: scale(-1);
          -ms-transform: scale(-1);
              transform: scale(-1);
      border-right: 1px solid #413c51;
      text-decoration: none;
      color: #413c51;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      font-weight: 400;
      font-size: 12px;
      text-transform: uppercase; }
      @media (max-width: 1199px) {
        .header-nav__menu a {
          padding: 20px 10px; } }
      .header-nav__menu a:hover, .header-nav__menu a.active {
        color: #6c6082;
        border-color: #6c6082; }
  .header-lang {
    padding-bottom: 20px;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
    z-index: 10;
    width: 100%; }
    .header-lang:hover .header-lang__hide {
      opacity: 1;
      pointer-events: all; }
    .header-lang__head {
      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; }
      .header-lang__head span {
        color: #686770;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 8px;
        margin-bottom: 8px;
        display: inline-block; }
      .header-lang__head p {
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        text-align: center; }
      .header-lang__head > svg {
        width: 55px;
        height: 55px;
        fill: #686770; }
    .header-lang__arrow svg {
      width: 20px;
      height: 20px;
      fill: #6c6082;
      -webkit-transform: scale(-1);
         -moz-transform: scale(-1);
          -ms-transform: scale(-1);
              transform: scale(-1); }
    .header-lang__hide {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 100%;
      width: 100%;
      background-color: #fff;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      border-radius: 8px;
      pointer-events: none;
      opacity: 0;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .header-lang__hide:after {
        width: 20px;
        height: 20px;
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
           -moz-transform: translate(-50%, -50%) rotate(-45deg);
            -ms-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg);
        background-color: #fff;
        content: ''; }
    .header-lang__item {
      text-decoration: none;
      color: #686770;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 100%;
      padding: 15px 10px;
      border-bottom: 1px solid #dddddf; }
      .header-lang__item:last-child {
        border-bottom: none; }
      .header-lang__item svg {
        width: 50px;
        height: 30px;
        margin-bottom: 10px;
        fill: #686770;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .header-lang__item:hover, .header-lang__item.active {
        color: #ffb100; }
        .header-lang__item:hover svg, .header-lang__item.active svg {
          fill: #ffb100; }
  .header-slider {
    border: 1px solid #363147;
    border-left: none;
    border-right: none;
    padding: 20px 0;
    margin-bottom: 30px;
    width: 100%;
    position: relative; }
    @media (max-width: 767px) {
      .header-slider {
        max-width: 160px;
        border: none; } }
    .header-slider__nav {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: 2;
      width: -moz-calc(100% - 40px);
      width: calc(100% - 40px);
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: 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;
      top: 30px; }
      .header-slider__nav .swiper-button-prev, .header-slider__nav .swiper-button-next {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        margin: 0;
        outline: none;
        width: auto;
        height: auto; }
        .header-slider__nav .swiper-button-prev svg, .header-slider__nav .swiper-button-next svg {
          fill: #6c6082;
          width: 13px;
          height: 13px;
          -webkit-transform: rotate(90deg);
             -moz-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg);
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
        .header-slider__nav .swiper-button-prev:hover svg, .header-slider__nav .swiper-button-next:hover svg {
          fill: #fff; }
      .header-slider__nav .swiper-button-prev svg {
        -webkit-transform: rotate(-90deg);
           -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg); }
    .header-slider__item {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .header-slider__img {
      width: 35px;
      height: 35px;
      margin-bottom: 8px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
      .header-slider__img img {
        max-width: 100%; }
    .header-slider__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;
      margin-bottom: 15px; }
      .header-slider__title p {
        font-weight: 300;
        font-size: 14px;
        color: #b5800c;
        margin-bottom: 5px;
        letter-spacing: 3px; }
      .header-slider__title span {
        font-weight: 400;
        font-size: 9px;
        color: #686770; }
    .header-slider__chart {
      max-width: 70px;
      margin-bottom: 15px; }
      .header-slider__chart img {
        max-width: 100%; }
    .header-slider__val p {
      font-weight: 700;
      font-size: 13px;
      color: #fff;
      margin-bottom: 6px; }
      .header-slider__val p:last-child {
        margin-bottom: 0; }
      .header-slider__val p span {
        font-weight: 300;
        font-size: 10px;
        color: #686770; }
        .header-slider__val p span.red {
          color: #c13c3c; }
        .header-slider__val p span.green {
          color: #56b443; }
  .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: 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: 25px;
    width: 100%; }
    .header-soc a {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -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;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .header-soc a:hover {
        -webkit-transform: scale(1.3);
           -moz-transform: scale(1.3);
            -ms-transform: scale(1.3);
                transform: scale(1.3); }
      .header-soc a:last-child {
        margin-bottom: 0; }
      .header-soc a img {
        width: 20px;
        height: 20px; }
  .header-scene {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none; }
    @media (max-width: 991px) {
      .header-scene {
        opacity: 0.7; } }
    @media (max-width: 767px) {
      .header-scene {
        display: none; } }
    .header-scene__title {
      text-align: center;
      padding-top: 30px;
      font-weight: 300;
      font-size: 16px;
      color: #fff;
      letter-spacing: 5px;
      margin-bottom: 280px; }
      @media (max-width: 767px) {
        .header-scene__title {
          padding-top: 0;
          margin-bottom: 30px; } }
    .header-scene__text {
      margin-left: -45px;
      font-weight: 300;
      font-size: 11px;
      color: #fff;
      line-height: 1.5;
      max-width: 180px; }
      @media (max-width: 767px) {
        .header-scene__text {
          margin-left: 0;
          text-align: center;
          margin: 0 auto 30px auto; } }
      .header-scene__text span {
        font-weight: 600;
        font-style: italic;
        color: #b5800c; }
    .header-scene__parallax {
      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: flex-end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      top: 0;
      left: 0; }
      .header-scene__parallax img {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 0;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        .header-scene__parallax img:nth-child(2) {
          z-index: 2;
          opacity: 0;
          -webkit-animation: headerHead 5s infinite ease-in-out;
             -moz-animation: headerHead 5s infinite ease-in-out;
                  animation: headerHead 5s infinite ease-in-out; }
      .header-scene__parallax div {
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -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%;
        height: 100%;
        z-index: 2; }
        .header-scene__parallax div:nth-child(2) {
          z-index: 1; }
          .header-scene__parallax div:nth-child(2) img {
            bottom: 66.6%; }
        .header-scene__parallax div:nth-child(1) {
          z-index: 3; }
          .header-scene__parallax div:nth-child(1) img {
            bottom: 65%; }
    .header-scene__circle {
      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: 45%;
      -webkit-animation: headerCircle 25s infinite linear;
         -moz-animation: headerCircle 25s infinite linear;
              animation: headerCircle 25s infinite linear; }
    .header-scene__gr {
      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: 100%; }
      .header-scene__gr-item {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        top: 90%;
        width: 2000px;
        height: 2000px;
        -webkit-animation: headerGr 6s infinite ease-in-out;
           -moz-animation: headerGr 6s infinite ease-in-out;
                animation: headerGr 6s infinite ease-in-out;
        background: -moz-radial-gradient(circle, rgba(181, 128, 12, 0.3) 0%, rgba(181, 128, 12, 0) 60%);
        background: radial-gradient(circle, rgba(181, 128, 12, 0.3) 0%, rgba(181, 128, 12, 0) 60%); }
        .header-scene__gr-item:nth-child(2) {
          background: -moz-radial-gradient(circle, rgba(181, 128, 12, 0.6) 0%, rgba(181, 128, 12, 0) 60%);
          background: radial-gradient(circle, rgba(181, 128, 12, 0.6) 0%, rgba(181, 128, 12, 0) 60%);
          -webkit-animation-delay: 2s;
             -moz-animation-delay: 2s;
                  animation-delay: 2s; }
        .header-scene__gr-item:nth-child(3) {
          background: -moz-radial-gradient(circle, rgba(181, 128, 12, 0.9) 0%, rgba(181, 128, 12, 0) 60%);
          background: radial-gradient(circle, rgba(181, 128, 12, 0.9) 0%, rgba(181, 128, 12, 0) 60%);
          -webkit-animation-delay: 4s;
             -moz-animation-delay: 4s;
                  animation-delay: 4s; }
  .header .sect-point:nth-child(1) {
    left: 6%;
    top: 37%; }
  .header .sect-point:nth-child(2) {
    right: 15%;
    top: 5%; }
  .header .sect-point:nth-child(3) {
    left: 17%;
    top: -1%; }
  .header .sect-point:nth-child(4) {
    right: 18%;
    bottom: -5%; }
  .header .sect-point:nth-child(5) {
    left: 10%;
    bottom: -5%; }
  .header .sect-point:nth-child(6) {
    right: 20%;
    bottom: 25%; }
  .header .sect-point:nth-child(7) {
    left: 22%;
    bottom: 15%; }
  .header .sect-point:nth-child(8) {
    right: 29%;
    top: -5%; }

.main-link {
  font-weight: 600;
  font-size: 10px;
  color: #b5800c;
  text-decoration: none;
  outline: none;
  cursor: pointer; }
  .main-link:hover {
    text-decoration: underline; }

.main-btn {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 60px 15px 20px;
  border-radius: 100px;
  outline: none;
  border: 1px solid #645979;
  background-color: #282435;
  position: relative;
  font-weight: 600;
  font-size: 10px;
  color: #fff;
  text-decoration: none;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1;
  min-width: 160px; }
  .main-btn:hover:after {
    width: -moz-calc(100% + 2px);
    width: calc(100% + 2px);
    border-color: #b5800c;
    border-radius: 100px; }
  .main-btn:after {
    z-index: -1;
    position: absolute;
    top: -1px;
    right: -1px;
    width: 46px;
    border-radius: 0px 100px 100px 0px;
    border: 1px solid #b5800c;
    border-left-color: transparent;
    content: '';
    height: -moz-calc(100% + 2px);
    height: calc(100% + 2px);
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #352e44; }
  .main-btn svg {
    width: 14px;
    height: 14px;
    -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);
    fill: #fff;
    position: absolute;
    top: 50%;
    right: 23px; }
  .main-btn_mb {
    margin-bottom: 20px; }

.main-title {
  margin-bottom: 20px; }
  .main-title h2 {
    font-weight: 600;
    font-size: 44px;
    color: #fff;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .main-title h2 {
        font-size: 30px; } }
    .main-title h2 span {
      color: #ffb100; }
  .main-title p {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #686770;
    letter-spacing: 2px; }

.main-text {
  margin-bottom: 20px; }
  .main-text p {
    color: #b4b3b9;
    font-weight: 400;
    font-size: 12px;
    line-height: 2;
    margin-bottom: 20px; }
    .main-text p:last-child {
      margin-bottom: 0; }
    .main-text p b {
      font-weight: 700; }
    .main-text p i {
      font-weight: 200;
      font-style: italic; }
  .main-text h3 {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px; }

.sect-num {
  position: relative;
  z-index: 1;
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transform-origin: 0% 50%;
     -moz-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  pointer-events: none; }
  .sect-num .text--line {
    font-size: 91px;
    font-weight: 900; }
  .sect-num svg {
    width: 100px;
    height: 100px; }
  .sect-num .text-copy {
    fill: none;
    stroke: #6c6082;
    stroke-dasharray: 300% 200%;
    stroke-width: 1px;
    opacity: .3; }
  .sect-num .text-copy:nth-child(1) {
    stroke-dasharray: 0% 100%;
    stroke: #ffb100;
    -webkit-animation: stroke-offset 6s infinite linear;
       -moz-animation: stroke-offset 6s infinite linear;
            animation: stroke-offset 6s infinite linear;
    opacity: 1;
    z-index: 2; }

@-webkit-keyframes stroke-offset {
  50% {
    stroke-dasharray: 300% 100%; } }

@-moz-keyframes stroke-offset {
  50% {
    stroke-dasharray: 300% 100%; } }

@keyframes stroke-offset {
  50% {
    stroke-dasharray: 300% 100%; } }

.sect-point {
  position: absolute;
  width: 200px;
  height: 200px;
  pointer-events: none; }
  .sect-point 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%);
    -webkit-animation: point 2.5s infinite ease;
       -moz-animation: point 2.5s infinite ease;
            animation: point 2.5s infinite ease;
    opacity: 0; }
    .sect-point img:nth-child(2) {
      -webkit-animation-delay: .25s;
         -moz-animation-delay: .25s;
              animation-delay: .25s; }
    .sect-point img:nth-child(3) {
      -webkit-animation-delay: .5s;
         -moz-animation-delay: .5s;
              animation-delay: .5s; }
    .sect-point img:nth-child(4) {
      -webkit-animation-delay: .75s;
         -moz-animation-delay: .75s;
              animation-delay: .75s; }
    .sect-point img:nth-child(5) {
      -webkit-animation-delay: 1s;
         -moz-animation-delay: 1s;
              animation-delay: 1s; }
    .sect-point img:nth-child(6) {
      -webkit-animation-delay: 1.25s;
         -moz-animation-delay: 1.25s;
              animation-delay: 1.25s; }
    .sect-point img:nth-child(7) {
      -webkit-animation-delay: 1.5s;
         -moz-animation-delay: 1.5s;
              animation-delay: 1.5s; }
    .sect-point img:nth-child(8) {
      -webkit-animation-delay: 1.75s;
         -moz-animation-delay: 1.75s;
              animation-delay: 1.75s; }
    .sect-point img:nth-child(9) {
      -webkit-animation-delay: 2s;
         -moz-animation-delay: 2s;
              animation-delay: 2s; }
    .sect-point img:nth-child(10) {
      -webkit-animation-delay: 2.25s;
         -moz-animation-delay: 2.25s;
              animation-delay: 2.25s; }
    .sect-point img:nth-child(11) {
      -webkit-animation-delay: 2.5s;
         -moz-animation-delay: 2.5s;
              animation-delay: 2.5s; }
    .sect-point img:nth-child(12) {
      -webkit-animation-delay: 2.75s;
         -moz-animation-delay: 2.75s;
              animation-delay: 2.75s; }
    .sect-point img:nth-child(13) {
      -webkit-animation-delay: 3s;
         -moz-animation-delay: 3s;
              animation-delay: 3s; }
    .sect-point img:nth-child(14) {
      -webkit-animation-delay: 3.25s;
         -moz-animation-delay: 3.25s;
              animation-delay: 3.25s; }
    .sect-point img:nth-child(15) {
      -webkit-animation-delay: 3.5s;
         -moz-animation-delay: 3.5s;
              animation-delay: 3.5s; }
    .sect-point img:nth-child(16) {
      -webkit-animation-delay: 3.75s;
         -moz-animation-delay: 3.75s;
              animation-delay: 3.75s; }
    .sect-point img:nth-child(17) {
      -webkit-animation-delay: 4s;
         -moz-animation-delay: 4s;
              animation-delay: 4s; }
    .sect-point img:nth-child(18) {
      -webkit-animation-delay: 4.25s;
         -moz-animation-delay: 4.25s;
              animation-delay: 4.25s; }
    .sect-point img:nth-child(19) {
      -webkit-animation-delay: 4.5s;
         -moz-animation-delay: 4.5s;
              animation-delay: 4.5s; }
    .sect-point img:nth-child(20) {
      -webkit-animation-delay: 4.75s;
         -moz-animation-delay: 4.75s;
              animation-delay: 4.75s; }

.sect-points {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1; }
  @media (max-width: 991px) {
    .sect-points {
      display: none; } }

.content {
  padding: 60px 0 30px 0; }

.invest {
  position: relative;
  z-index: 2; }
  .invest .sect-num {
    margin-top: 50px; }
    @media (max-width: 991px) {
      .invest .sect-num {
        margin-top: 0; } }
  .invest-plans {
    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;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
    z-index: 1;
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
    margin-left: -20px;
    z-index: 1; }
    @media (max-width: 1199px) {
      .invest-plans {
        margin-left: 0;
        width: 100%; } }
    @media (max-width: 767px) {
      .invest-plans {
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around; } }
    .invest-plans > img {
      left: -390px;
      position: absolute;
      top: 125px;
      z-index: -1;
      pointer-events: none; }
      @media (max-width: 1199px) {
        .invest-plans > img {
          display: none; } }
  .invest .sect-points {
    max-width: 100%; }
  .invest .sect-point:nth-child(1) {
    left: -95px;
    top: 37%;
    -webkit-transform: scaleY(-1);
       -moz-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1); }
  .invest .sect-point:nth-child(2) {
    right: -50px;
    top: 0%;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1); }
  .invest .sect-point:nth-child(3) {
    left: 10%;
    top: -4%; }

.plan {
  width: -moz-calc(100% / 3);
  width: calc(100% / 3);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (max-width: 767px) {
    .plan {
      width: 50%;
      margin-bottom: 10px; } }
  @media (max-width: 480px) {
    .plan {
      width: 100%; } }
  .plan-title {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 15px;
    border-bottom: 2px solid #201d2a;
    margin-bottom: 20px;
    min-height: 48px; }
    @media (max-width: 767px) {
      .plan-title {
        padding-bottom: 0;
        border-bottom: none; } }
    .plan-title__right span {
      font-family: "Spoon", sans-serif;
      font-weight: 600;
      font-size: 16px;
      color: #686770;
      display: block; }
    .plan-title__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-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;
      text-align: right;
      margin-right: 30px; }
      .plan-title__left span {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-end;
           -moz-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        font-weight: 700;
        font-size: 8px;
        color: #df3434;
        text-transform: uppercase;
        margin-bottom: 3px; }
        .plan-title__left span svg {
          width: 12px;
          height: 12px;
          margin-right: 4px;
          fill: #df3434; }
      .plan-title__left p {
        font-weight: 700;
        font-size: 16px;
        color: #fff; }
  .plan-box {
    background-image: url(../img/plan-bg-1.png);
    background-position: center top;
    border-radius: 22px;
    background-color: #201d2a;
    position: relative;
    max-width: 185px;
    width: 100%;
    padding-top: 30px; }
  .plan-head {
    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: 0 30px;
    margin-bottom: 25px; }
    .plan-head span {
      font-family: "Spoon", sans-serif;
      font-weight: 700;
      font-size: 32px;
      color: #fff;
      margin-right: 15px; }
      .plan-head span sup {
        font-weight: 400;
        color: #b5800c;
        top: -14px; }
    .plan-head p {
      font-weight: 600;
      font-size: 11px;
      color: #686770;
      line-height: 1.3;
      max-width: 70px; }
  .plan-btn {
    padding: 0 30px;
    position: relative;
    font-weight: 600;
    font-size: 10px;
    color: #ffb100;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 50px; }
    .plan-btn:hover .plan-btn__icon svg {
      fill: #ffb100; }
    .plan-btn__icon {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translate(50%, -50%);
         -moz-transform: translate(50%, -50%);
          -ms-transform: translate(50%, -50%);
              transform: translate(50%, -50%);
      width: 34px;
      height: 34px;
      border-radius: 50%;
      background-color: #282435; }
      .plan-btn__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%);
        -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);
        fill: #fff;
        width: 14px;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        height: 14px; }
      .plan-btn__icon:after {
        width: 100%;
        height: 100%;
        border: 1px solid #282435;
        border-radius: 50%;
        -webkit-animation: pulse 2s infinite ease-in-out;
           -moz-animation: pulse 2s infinite ease-in-out;
                animation: pulse 2s infinite ease-in-out;
        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%); }
      .plan-btn__icon:before {
        width: 100%;
        height: 100%;
        border: 1px solid #282435;
        border-radius: 50%;
        -webkit-animation: pulse 2s infinite ease-in-out;
           -moz-animation: pulse 2s infinite ease-in-out;
                animation: pulse 2s infinite ease-in-out;
        -webkit-animation-delay: 1s;
           -moz-animation-delay: 1s;
                animation-delay: 1s;
        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%); }
    .plan-btn:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: -10px;
      width: 25px;
      height: 2px;
      background-color: #ffb100;
      content: ''; }
  .plan-info {
    border-radius: 22px;
    background-color: #25212f;
    padding: 25px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: 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; }
    .plan-info__row {
      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%;
      padding-right: 25px;
      position: relative;
      margin-bottom: 18px; }
      .plan-info__row:last-child {
        margin-bottom: 0; }
      .plan-info__row p {
        font-weight: 400;
        font-size: 11px;
        color: #686770;
        margin-bottom: 3px; }
      .plan-info__row span {
        font-weight: 700;
        font-size: 12px;
        color: #fff; }
      .plan-info__row svg {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0;
        fill: #ffb100;
        width: 18px;
        height: 18px; }
    .plan-info__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;
      text-align: center;
      margin-bottom: 20px; }
      @media (max-width: 575px) {
        .plan-info__col {
          margin-bottom: 10px; } }
      .plan-info__col:last-child {
        margin-bottom: 0; }
      .plan-info__col p {
        font-weight: 400;
        font-size: 12px;
        line-height: 1.4;
        color: #686770;
        margin-bottom: 10px; }
        @media (max-width: 575px) {
          .plan-info__col p {
            font-size: 10px;
            margin-bottom: 5px; } }
      .plan-info__col span {
        font-weight: 600;
        font-size: 12px;
        color: #fff;
        line-height: 1.4; }
        @media (max-width: 575px) {
          .plan-info__col span {
            font-size: 10px; } }
  .plan-img {
    margin-top: -68px;
    margin-bottom: 10px;
    position: relative;
    height: 65px;
    width: 38px; }
    .plan-img 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%); }
      .plan-img img:nth-child(2) {
        z-index: 2;
        -webkit-animation: plan 1.5s infinite ease-in-out;
           -moz-animation: plan 1.5s infinite ease-in-out;
                animation: plan 1.5s infinite ease-in-out; }
  .plan-timer {
    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; }
    .plan-timer p {
      font-weight: 400;
      color: #fff;
      font-size: 12px; }
    .plan-timer span {
      width: 57px;
      height: 57px;
      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;
      font-weight: 700;
      font-size: 10px;
      color: #fff;
      font-family: "Spoon", sans-serif;
      position: relative;
      z-index: 1; }
      .plan-timer span: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%);
        background-image: url(../img/plan-circle-1.png);
        background-position: center center;
        width: 100%;
        height: 100%;
        content: '';
        -webkit-animation: rotate 2s infinite linear;
           -moz-animation: rotate 2s infinite linear;
                animation: rotate 2s infinite linear; }
  .plan-new {
    margin: auto;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .plan-new span {
      font-weight: 400;
      font-size: 14px;
      color: #fff;
      margin-bottom: 10px; }
    .plan-new__icon {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      border: 1px solid #fff;
      position: relative; }
      .plan-new__icon:before {
        width: 1px;
        height: 20px;
        background-color: #fff;
        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%); }
      .plan-new__icon:after {
        width: 20px;
        height: 1px;
        background-color: #fff;
        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%); }
  .plan_pp .plan-box {
    background-image: url(../img/plan-bg-2.png); }
  .plan_pp .plan-head span sup {
    color: #7b4b82; }
  .plan_pp .plan-btn {
    color: #7b4b82; }
    .plan_pp .plan-btn:after {
      background-color: #7b4b82; }
  .plan_pp .plan-img img {
    -webkit-animation-delay: .5s;
       -moz-animation-delay: .5s;
            animation-delay: .5s; }
  .plan_pp .plan-info__row svg {
    fill: #7b4b82; }
  .plan_pp .plan-timer span:after {
    background-image: url(../img/plan-circle-2.png); }
  .plan_red .plan-box {
    background-image: url(../img/plan-bg-3.png); }
  .plan_red .plan-head span sup {
    color: #c13c3c; }
  .plan_red .plan-btn {
    color: #c13c3c; }
    .plan_red .plan-btn:after {
      background-color: #c13c3c; }
  .plan_red .plan-img img {
    -webkit-animation-delay: 1s;
       -moz-animation-delay: 1s;
            animation-delay: 1s; }
  .plan_red .plan-info__row svg {
    fill: #c13c3c; }
  .plan_red .plan-timer span:after {
    background-image: url(../img/plan-circle-3.png); }

.calc {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 135px;
  position: relative;
  width: -moz-calc(100% + 60px);
  width: calc(100% + 60px);
  margin-top: 40px; }
  @media (max-width: 1199px) {
    .calc {
      padding-left: 0;
      width: 100%; } }
  @media (max-width: 991px) {
    .calc {
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 30px;
      margin-top: 0; } }
  .calc:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 65px;
    height: 1px;
    content: '';
    background-color: #2f2b3d; }
    @media (max-width: 1199px) {
      .calc:after {
        display: none; } }
  .calc > svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 90px;
    -webkit-transform: translateY(-50%) rotate(90deg);
       -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    fill: #fff;
    width: 14px;
    height: 14px; }
    @media (max-width: 1199px) {
      .calc > svg {
        display: none; } }
  .calc-text {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
    -webkit-transform: scale(-1);
       -moz-transform: scale(-1);
        -ms-transform: scale(-1);
            transform: scale(-1);
    max-height: 135px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 400;
    font-size: 8px;
    color: #413c51;
    text-transform: uppercase;
    line-height: 1.5;
    margin-right: 30px; }
    .calc-text span {
      color: #b5800c; }
  .calc-box {
    padding: 25px;
    background-color: #24202e;
    border-radius: 22px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 220px;
    width: 100%; }
  .calc-img {
    margin-top: -80px;
    margin-bottom: 10px; }
  .calc-plan {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 13px; }
    .calc-plan label {
      display: inline-block; }
      .calc-plan label input {
        display: none; }
        .calc-plan label input:checked + span {
          color: #ffb100; }
      .calc-plan label span {
        font-weight: 500;
        font-size: 10px;
        color: #686770;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        display: inline-block;
        cursor: pointer; }
        .calc-plan label span:hover {
          color: #ffb100; }
  .calc-input {
    width: 100%;
    margin-bottom: 15px; }
    .calc-input ::-webkit-input-placeholder {
      color: #fff; }
    .calc-input :-moz-placeholder {
      color: #fff; }
    .calc-input ::-moz-placeholder {
      color: #fff; }
    .calc-input :-ms-input-placeholder {
      color: #fff; }
    .calc-input ::placeholder {
      color: #fff; }
    .calc-input input {
      background-color: transparent;
      text-align: center;
      outline: none;
      height: 34px;
      width: 100%;
      border-radius: 6px;
      border: 1px solid #2e2a3c;
      font-weight: 400;
      font-size: 10px;
      color: #fff;
      padding: 0 10px; }
  .calc-info {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: 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; }
    .calc-info__item {
      width: 50%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-align: center; }
      .calc-info__item p {
        font-weight: 500;
        font-size: 10px;
        color: #686770;
        margin-bottom: 3px; }
      .calc-info__item span {
        font-weight: 700;
        font-size: 14px;
        color: #fff;
        font-family: "Spoon", sans-serif; }
        .calc-info__item span sup {
          color: #ffb100;
          font-weight: 400; }

.refs {
  margin-top: -45px;
  padding-bottom: 40px;
  position: relative; }
  @media (max-width: 991px) {
    .refs {
      margin-top: 0;
      padding-top: 30px; } }
  .refs * {
    z-index: 1; }
  .refs .header-scene__text {
    margin-left: 160px;
    margin-bottom: 30px;
    text-align: left; }
    @media (max-width: 991px) {
      .refs .header-scene__text {
        margin-left: 0; } }
  .refs-num {
    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; }
  .refs-btn {
    position: relative;
    padding: 12px 0;
    border-bottom: 2px solid #ffb100;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
    margin-left: 90px; }
    @media (max-width: 991px) {
      .refs-btn {
        margin-left: 0; } }
    .refs-btn:hover {
      color: #ffb100; }
    .refs-btn svg {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: -moz-calc(100% + 40px);
      left: calc(100% + 40px);
      -webkit-transform: translateY(-50%) rotate(90deg);
         -moz-transform: translateY(-50%) rotate(90deg);
          -ms-transform: translateY(-50%) rotate(90deg);
              transform: translateY(-50%) rotate(90deg);
      fill: #fff;
      width: 14px;
      height: 14px; }
  .refs-lvl {
    padding-top: 60px;
    width: 100%;
    position: relative;
    z-index: 1;
    padding-right: 30px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (max-width: 991px) {
      .refs-lvl {
        padding-top: 0;
        padding-right: 0; } }
    .refs-lvl > img {
      position: absolute;
      left: 286px;
      top: -55px;
      z-index: -1;
      pointer-events: none; }
      @media (max-width: 1199px) {
        .refs-lvl > img {
          left: 200px; } }
      @media (max-width: 575px) {
        .refs-lvl > img {
          left: 0; } }
    .refs-lvl__left {
      max-width: 260px;
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      @media (max-width: 480px) {
        .refs-lvl__left {
          max-width: 190px; } }
      .refs-lvl__left .refs-lvl__item {
        width: -moz-calc(100% / 3);
        width: calc(100% / 3);
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        text-align: center;
        padding: 20px 15px;
        border-right: 1px solid #2f2b3d;
        margin-bottom: 0;
        min-height: 0; }
        @media (max-width: 575px) {
          .refs-lvl__left .refs-lvl__item {
            padding: 20px 5px; } }
        .refs-lvl__left .refs-lvl__item-title, .refs-lvl__left .refs-lvl__item-val {
          margin-bottom: 20px; }
          .refs-lvl__left .refs-lvl__item-title:last-child, .refs-lvl__left .refs-lvl__item-val:last-child {
            margin-bottom: 0; }
        .refs-lvl__left .refs-lvl__item:last-child {
          border-right: none; }
        .refs-lvl__left .refs-lvl__item:first-child {
          width: 100%;
          -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-right: none;
          border-bottom: 1px solid #2f2b3d;
          padding: 20px 0; }
          .refs-lvl__left .refs-lvl__item:first-child > * {
            width: 100%;
            margin: 0;
            padding: 0 3; }
    .refs-lvl__right {
      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; }
    .refs-lvl__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: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 30px;
      min-height: 54px;
      width: 100%; }
      @media (max-width: 480px) {
        .refs-lvl__item {
          min-height: 50px; } }
      .refs-lvl__item-title {
        white-space: nowrap;
        font-weight: 300;
        font-size: 8px;
        color: #686770;
        text-transform: uppercase; }
        .refs-lvl__item-title span {
          color: #7ec3e5; }
      .refs-lvl__item-val {
        max-width: 90px;
        font-family: "Spoon", sans-serif;
        font-weight: 700;
        color: #fff;
        font-size: 18px;
        margin: 0 10px; }
        @media (max-width: 480px) {
          .refs-lvl__item-val {
            font-size: 14px;
            max-width: 60px;
            margin: 0 5px; } }
        .refs-lvl__item-val sup {
          color: #7ec3e5; }
      .refs-lvl__item-percent {
        max-width: 125px;
        width: 100%;
        font-weight: 700;
        font-family: "Spoon", sans-serif;
        font-size: 18px;
        color: #fff; }
        @media (max-width: 1199px) {
          .refs-lvl__item-percent {
            font-size: 16px; } }
        @media (max-width: 480px) {
          .refs-lvl__item-percent {
            font-size: 14px;
            max-width: 100px; } }
        .refs-lvl__item-percent span {
          font-size: 31px;
          color: #7ec3e5; }
          @media (max-width: 1199px) {
            .refs-lvl__item-percent span {
              font-size: 24px; } }
          @media (max-width: 480px) {
            .refs-lvl__item-percent span {
              font-size: 24px; } }
      .refs-lvl__item-img {
        margin: 0 10px; }
        @media (max-width: 1199px) {
          .refs-lvl__item-img {
            display: none; } }
      .refs-lvl__item-text {
        font-weight: 500;
        font-size: 10px;
        color: #686770;
        max-width: 85px;
        line-height: 1.3; }
      .refs-lvl__item-name {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: tb-rl;
        -webkit-transform: scale(-1);
           -moz-transform: scale(-1);
            -ms-transform: scale(-1);
                transform: scale(-1);
        font-weight: 700;
        font-size: 8px;
        color: #7ec3e5;
        text-transform: uppercase; }
      .refs-lvl__item_gold .refs-lvl__item-title span, .refs-lvl__item_gold .refs-lvl__item-val sup, .refs-lvl__item_gold .refs-lvl__item-percent span, .refs-lvl__item_gold .refs-lvl__item-name {
        color: #fbc972; }
      .refs-lvl__item_silver .refs-lvl__item-title span, .refs-lvl__item_silver .refs-lvl__item-val sup, .refs-lvl__item_silver .refs-lvl__item-percent span, .refs-lvl__item_silver .refs-lvl__item-name {
        color: #bda7ff; }
      .refs-lvl__item_bronze .refs-lvl__item-title span, .refs-lvl__item_bronze .refs-lvl__item-val sup, .refs-lvl__item_bronze .refs-lvl__item-percent span, .refs-lvl__item_bronze .refs-lvl__item-name {
        color: #b85a3e; }
  .refs .sect-point:nth-child(1) {
    left: 48%;
    top: 0%; }

.about {
  position: relative;
  z-index: 2; }
  .about-wrap {
    background-image: url("../img/about-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 50px 50px 20px 95px;
    border-radius: 24px; }
    @media (max-width: 1199px) {
      .about-wrap {
        padding: 30px; } }
  .about-title {
    font-weight: 700;
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 1.3;
    max-width: 170px; }
  .about-text {
    position: relative;
    padding-left: 50px;
    z-index: 1;
    margin-bottom: 30px; }
    .about-text svg {
      position: absolute;
      top: -20px;
      left: 0;
      -webkit-transform: scale(-1);
         -moz-transform: scale(-1);
          -ms-transform: scale(-1);
              transform: scale(-1);
      width: 60px;
      height: 60px;
      fill: #282435;
      z-index: -1; }
    .about-text p {
      font-weight: 500;
      font-size: 12px;
      color: #fff;
      line-height: 1.5;
      font-style: italic; }
  .about-promo {
    width: 100%;
    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: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    z-index: 1;
    margin-left: -30px;
    text-decoration: none; }
    @media (max-width: 1199px) {
      .about-promo {
        margin-left: 0; } }
    @media (max-width: 991px) {
      .about-promo {
        -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;
        height: auto;
        margin-bottom: 30px; } }
    .about-promo:hover .about-promo__text {
      color: #ffb100; }
    .about-promo:hover .about-promo__btn img {
      -webkit-transform: scale(1.2);
         -moz-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2); }
    .about-promo:hover .header-logo__icon {
      -webkit-transform: rotateY(360deg);
         -moz-transform: rotateY(360deg);
              transform: rotateY(360deg); }
    .about-promo .header-logo {
      padding: 0;
      margin-bottom: auto; }
      @media (max-width: 991px) {
        .about-promo .header-logo {
          margin-bottom: 0;
          margin-right: auto; } }
      .about-promo .header-logo:after {
        display: none; }
    .about-promo:after {
      background-image: url(../img/dot-bg.png);
      background-position: center bottom;
      background-repeat: repeat;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: -50px;
      content: '';
      height: -moz-calc(100% + 70px);
      height: calc(100% + 70px);
      max-width: 78px;
      width: 100%;
      z-index: -1;
      border-left: 1px solid #2e2a3c;
      border-right: 1px solid #2e2a3c; }
      @media (max-width: 1199px) {
        .about-promo:after {
          height: -moz-calc(100% + 60px);
          height: calc(100% + 60px);
          top: -30px; } }
      @media (max-width: 991px) {
        .about-promo:after {
          max-height: 78px;
          max-width: -moz-calc(100% + 60px);
          max-width: calc(100% + 60px);
          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%);
          margin-left: -30px;
          border-left: none;
          border-right: none;
          border-top: 1px solid #2e2a3c;
          border-bottom: 1px solid #2e2a3c; } }
    .about-promo__text {
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
      font-weight: 400;
      font-size: 12px;
      text-transform: uppercase;
      color: #413c51;
      margin-bottom: 20px;
      -webkit-transform: scale(-1);
         -moz-transform: scale(-1);
          -ms-transform: scale(-1);
              transform: scale(-1);
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      white-space: nowrap; }
      @media (max-width: 991px) {
        .about-promo__text {
          margin-bottom: 0;
          -webkit-writing-mode: horizontal-tb;
              -ms-writing-mode: lr-tb;
                  writing-mode: horizontal-tb;
          -webkit-transform: scale(1);
             -moz-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1);
          margin-right: 30px; } }
    .about-promo__btn {
      max-width: 195px;
      width: 100%;
      background-color: #201d2a;
      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;
      min-height: 125px;
      margin-bottom: -20px; }
      @media (max-width: 1199px) {
        .about-promo__btn {
          margin-bottom: -30px; } }
      @media (max-width: 991px) {
        .about-promo__btn {
          margin-right: -30px;
          margin-bottom: 0; } }
      .about-promo__btn img {
        width: 35px;
        height: 35px;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
  .about .sect-point:nth-child(1) {
    left: 6%;
    top: -55px;
    -webkit-transform: scale(-1);
       -moz-transform: scale(-1);
        -ms-transform: scale(-1);
            transform: scale(-1); }
  .about .sect-point:nth-child(2) {
    right: -30px;
    bottom: -50px;
    -webkit-transform: scaleY(-1);
       -moz-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1); }
  .about-page {
    position: relative;
    z-index: 1; }
    .about-page .sect-points {
      z-index: -1;
      max-width: 100%; }
    .about-page .sect-point:nth-child(1) {
      left: -95px;
      -webkit-transform: scaleY(-1);
         -moz-transform: scaleY(-1);
          -ms-transform: scaleY(-1);
              transform: scaleY(-1);
      top: 20%; }
    .about-page .sect-point:nth-child(2) {
      right: -50px;
      -webkit-transform: scaleX(-1);
         -moz-transform: scaleX(-1);
          -ms-transform: scaleX(-1);
              transform: scaleX(-1);
      top: -5%; }
    .about-page .sect-point:nth-child(3) {
      left: 0px;
      top: 60%; }
    .about-page__scene {
      margin-bottom: 50px;
      pointer-events: none;
      margin-top: 50px; }
      @media (max-width: 991px) {
        .about-page__scene {
          display: none; } }
    .about-page__btns {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 30px; }
      .about-page__btns .main-btn {
        margin-right: 30px; }
    .about-page__box {
      background-image: url("../img/about-page-box.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      border-radius: 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: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 30px 50px;
      margin-bottom: 30px; }
      @media (max-width: 575px) {
        .about-page__box {
          -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;
          padding: 20px;
          background-image: url(../img/dot-bg.png);
          background-repeat: repeat;
          background-size: auto; } }
      @media (max-width: 575px) {
        .about-page__box .cab-logo {
          margin-bottom: 10px; } }
      .about-page__box .cab-logo__icon {
        max-width: 50px;
        min-width: 50px; }
      .about-page__box .cab-logo__text {
        display: block; }
      .about-page__box-text {
        max-width: 370px;
        margin-left: 50px; }
        @media (max-width: 575px) {
          .about-page__box-text {
            margin-left: 0;
            text-align: center; } }
        .about-page__box-text p {
          font-weight: 500;
          font-size: 10px;
          color: #686770;
          line-height: 1.5; }
    .about-page .sect-num {
      margin-top: auto; }
    .about-page__list {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 30px; }
      .about-page__list-item {
        width: 100%;
        padding-left: 45px;
        position: relative;
        padding-bottom: 25px; }
        .about-page__list-item input {
          display: none; }
          .about-page__list-item input:checked + span {
            border-color: #ffb100;
            color: #ffb100; }
        .about-page__list-item:after {
          position: absolute;
          width: 2px;
          height: 100%;
          top: 0;
          left: 9px;
          -webkit-transform: translateX(-50%);
             -moz-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          background-color: #2e2a3c;
          content: '';
          z-index: 1; }
        .about-page__list-item:before {
          position: absolute;
          top: 0;
          left: 0;
          background-color: #ffb100;
          border-radius: 50%;
          width: 18px;
          height: 18px;
          border: 6px solid #2e2a3c;
          content: '';
          z-index: 2; }
        .about-page__list-item:last-child {
          padding-bottom: 0; }
          .about-page__list-item:last-child:after {
            display: none; }
        .about-page__list-item h3 {
          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;
          font-weight: 700;
          font-size: 16px;
          color: #fff;
          margin-bottom: 10px; }
          .about-page__list-item h3 span {
            font-weight: 400;
            font-size: 10px;
            color: #686770;
            white-space: nowrap;
            margin-left: 10px; }
        .about-page__list-item p {
          line-height: 1.5;
          font-weight: 400;
          font-size: 12px;
          color: #b4b3b9;
          max-width: -moz-calc(100% - 45px);
          max-width: calc(100% - 45px); }

.stat {
  padding: 70px 0 50px 0;
  background-image: url(../img/stat-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto auto;
  position: relative;
  z-index: 1; }
  @media (max-width: 1199px) {
    .stat {
      background-image: none; } }
  .stat .sect-num {
    margin-bottom: 20px; }
    @media (max-width: 575px) {
      .stat .sect-num {
        margin-bottom: 0px; } }
  .stat .sect-points {
    max-width: 100%; }
  .stat .sect-point:nth-child(1) {
    left: -95px;
    bottom: 20px;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1); }
  @media (max-width: 991px) {
    .stat-item {
      margin-bottom: 20px; } }
  .stat-item__icon {
    min-height: 42px;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .stat-item__icon {
        margin-bottom: 10px; } }
  .stat-item__val {
    font-family: "Spoon", sans-serif;
    font-weight: 700;
    font-size: 43px;
    color: #fff;
    margin-bottom: 5px; }
    @media (max-width: 480px) {
      .stat-item__val {
        font-size: 33px; } }
    .stat-item__val span, .stat-item__val sup {
      color: #b5800c; }
    .stat-item__val span {
      font-size: 18px; }
    .stat-item__val sup {
      top: -14px; }
  .stat-item__text {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    margin-bottom: 40px; }
    @media (max-width: 991px) {
      .stat-item__text {
        margin-bottom: 20px; } }
    @media (max-width: 480px) {
      .stat-item__text {
        font-size: 12px; } }
  .stat-item__num {
    font-family: "Spoon", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #686770;
    display: inline-block;
    padding-right: 60px;
    position: relative; }
    .stat-item__num:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0;
      height: 1px;
      width: 35px;
      background-color: #2e2a3c;
      content: ''; }
  .stat-box {
    border-radius: 22px;
    background-image: url(../img/dot-bg.png);
    background-repeat: repeat;
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 0 10px;
    padding: 50px 0px; }
    @media (max-width: 991px) {
      .stat-box {
        padding: 20px 0 0 0; } }
  .stat-title {
    text-align: center;
    width: 100%;
    font-weight: 700;
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .stat-title {
        font-size: 18px;
        margin-bottom: 20px; } }
  .stat-wallets {
    max-width: 116px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: -moz-calc(100% + 132px);
    height: calc(100% + 132px);
    margin-top: -66px;
    background-image: url(../img/stat-wallets-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    padding: 35px 0; }
    @media (max-width: 991px) {
      .stat-wallets {
        display: none; } }
    .stat-wallets span {
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
      font-weight: 400;
      font-size: 12px;
      text-transform: uppercase;
      color: #413c51;
      margin-bottom: auto;
      -webkit-transform: scale(-1);
         -moz-transform: scale(-1);
          -ms-transform: scale(-1);
              transform: scale(-1); }
    .stat-wallets img {
      width: 50px;
      height: 50px;
      margin-bottom: 25px; }
      .stat-wallets img:last-child {
        margin-bottom: 0; }
  .stat-table {
    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; }
    @media (max-width: 991px) {
      .stat-table {
        margin-bottom: 20px; } }
    .stat-table__row {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: relative;
      width: 100%;
      border-bottom: 1px solid #2e2a3c; }
      .stat-table__row:last-child {
        border-bottom: none; }
      .stat-table__row > svg {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: -moz-calc(100% + 25px);
        right: calc(100% + 25px);
        fill: #ffb100;
        width: 14px;
        height: 14px;
        -webkit-transform: translateY(-50%) rotate(90deg);
           -moz-transform: translateY(-50%) rotate(90deg);
            -ms-transform: translateY(-50%) rotate(90deg);
                transform: translateY(-50%) rotate(90deg); }
        @media (max-width: 991px) {
          .stat-table__row > svg {
            display: none; } }
      .stat-table__row.eth .stat-table__coin {
        color: #c2cbf8; }
      .stat-table__row.pm .stat-table__coin {
        color: #f34646; }
      .stat-table__row.ltc .stat-table__coin {
        color: #9498ff; }
    .stat-table__col {
      width: -moz-calc(100% / 3);
      width: calc(100% / 3);
      padding: 20px 10px; }
      @media (max-width: 480px) {
        .stat-table__col {
          padding: 10px 5px; } }
    .stat-table__title {
      font-weight: 500;
      font-size: 10px;
      color: #686770;
      margin-bottom: 5px; }
      @media (max-width: 480px) {
        .stat-table__title {
          font-size: 8px; } }
    .stat-table__wallet {
      padding-left: 40px;
      position: relative;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      @media (max-width: 480px) {
        .stat-table__wallet {
          padding-left: 0; } }
      .stat-table__wallet p {
        font-weight: 500;
        font-size: 14px;
        color: #fff;
        max-width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
        @media (max-width: 480px) {
          .stat-table__wallet p {
            font-size: 10px; } }
      .stat-table__wallet img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        max-width: 30px; }
        @media (max-width: 480px) {
          .stat-table__wallet img {
            display: none; } }
    .stat-table__coin {
      font-weight: 500;
      font-size: 14px;
      color: #f5931c; }
      @media (max-width: 480px) {
        .stat-table__coin {
          font-size: 10px; } }
    .stat-table__val {
      font-weight: 900;
      font-size: 14px;
      color: #fff; }
      @media (max-width: 480px) {
        .stat-table__val {
          font-size: 10px; } }
      .stat-table__val sup {
        color: #ffb100;
        text-transform: uppercase;
        font-weight: 500;
        top: -4px; }
    .stat-table_right .stat-table__row svg {
      right: auto;
      left: -moz-calc(100% + 25px);
      left: calc(100% + 25px);
      -webkit-transform: translateY(-50%) rotate(-90deg);
         -moz-transform: translateY(-50%) rotate(-90deg);
          -ms-transform: translateY(-50%) rotate(-90deg);
              transform: translateY(-50%) rotate(-90deg); }

.cert {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  max-width: 160px;
  margin: 0 auto; }
  .cert-box {
    width: 100%;
    padding: 0 15px 15px 15px;
    border-radius: 22px;
    background-color: #282435;
    border: 1px solid #2e2a3c;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: center;
    text-decoration: none;
    margin-top: 20px;
    position: relative;
    z-index: 2; }
    .cert-box img {
      margin-top: -22px; }
    .cert-box p {
      font-weight: 500;
      font-size: 10px;
      color: #686770;
      margin-bottom: 10px;
      margin-top: -30px; }
    .cert-box span {
      font-weight: 700;
      font-size: 19px;
      color: #ffb100;
      text-transform: uppercase; }
  .cert-info {
    background-color: #25212f;
    position: relative;
    z-index: 1;
    padding: 50px 25px 30px 25px;
    margin-top: -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: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: center;
    margin-bottom: 30px; }
    .cert-info:after {
      -webkit-transform: translate(-50%, 0);
         -moz-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      top: 100%;
      left: 50%;
      position: absolute;
      content: '';
      width: 100%;
      border: 80px solid transparent;
      border-top: 30px solid #25212f; }
    .cert-info__item {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-align: center;
      padding-bottom: 35px;
      margin-bottom: 35px;
      border-bottom: 1px solid #3d394c; }
      .cert-info__item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none; }
      .cert-info__item img {
        margin-bottom: 25px; }
      .cert-info__item h3 {
        margin-bottom: 10px;
        font-weight: 700;
        font-size: 12px;
        color: #fff; }
      .cert-info__item p {
        font-weight: 400;
        font-size: 10px;
        color: #b4b3b9;
        line-height: 1.5; }

.news-page__scene {
  margin-bottom: -200px;
  margin-top: 40px; }
  @media (max-width: 991px) {
    .news-page__scene {
      display: none; } }

.news-content .news-item__bot {
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right; }

.news-item {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  cursor: pointer; }
  .news-item:hover .news-item__box h3 {
    color: #ffb100; }
  .news-item__box {
    background-color: #2f2b3d;
    border-radius: 22px;
    padding: 30px 30px 35px 30px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    z-index: 1; }
    .news-item__box h3 {
      font-weight: 700;
      font-size: 14px;
      color: #fff;
      margin-bottom: 10px;
      line-height: 1.5;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .news-item__box p {
      font-weight: 400;
      color: #b4b3b9;
      font-size: 12px;
      line-height: 1.5;
      margin-bottom: 20px; }
      .news-item__box p:last-child {
        margin-bottom: 0; }
  .news-item__bot {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .news-item__bot span {
      font-weight: 700;
      font-size: 10px;
      color: #c13c3c;
      text-transform: uppercase; }
  .news-item__date {
    font-family: "Spoon", sans-serif;
    font-weight: 600;
    font-size: 10px;
    color: #686770; }
  .news-item__img {
    margin-bottom: -40px;
    position: relative;
    z-index: -1;
    width: 100%;
    border-radius: 22px 22px 0 0;
    background-color: #25212f; }
    .news-item__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%; }
  .news-item__icon {
    border: 40px solid transparent;
    border-bottom: 15px solid #282435;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0; }
    .news-item__icon svg {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 3px;
      width: 13px;
      height: 13px;
      fill: #ffb100; }

.faq-tab {
  cursor: pointer; }
  .faq-tab p {
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 16px; }
  .faq-tab:hover p {
    color: #fff; }
  .faq-tab.active p {
    font-weight: 700;
    color: #fff; }
  .faq-tab.active .faq-tab__icon {
    opacity: 1; }
  .faq-tab__icon {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    .faq-tab__icon svg {
      width: 14px;
      height: 14px;
      fill: #ffb100; }

.faq-text {
  font-weight: 400;
  font-size: 12px;
  color: #b4b3b9;
  margin-bottom: 10px;
  padding-left: 25px; }

.faq-wrap .accordion__item {
  margin-bottom: 20px; }
  .faq-wrap .accordion__item.active .accordion__icon {
    background-color: #ffb100; }
    .faq-wrap .accordion__item.active .accordion__icon svg {
      fill: #25212f;
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
         -moz-transform: translate(-50%, -50%) rotate(0deg);
          -ms-transform: translate(-50%, -50%) rotate(0deg);
              transform: translate(-50%, -50%) rotate(0deg); }
  .faq-wrap .accordion__item.active .accordion__head {
    border-color: #3d394c; }
    .faq-wrap .accordion__item.active .accordion__head-box {
      background-color: #25212f;
      box-shadow: 0px 28px 27px 0px rgba(0, 0, 0, 0.13); }
    .faq-wrap .accordion__item.active .accordion__head h3 {
      color: #ffb100; }

.faq-wrap .accordion__head {
  padding: 20px;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #282435;
  border: 1px solid transparent;
  border-radius: 22px;
  position: relative;
  cursor: pointer; }
  @media (max-width: 767px) {
    .faq-wrap .accordion__head {
      padding: 10px; } }
  .faq-wrap .accordion__head:hover h3 {
    color: #ffb100; }
  .faq-wrap .accordion__head:hover .accordion__head-box {
    background-color: #25212f; }
  .faq-wrap .accordion__head h3 {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    line-height: 1.3;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    @media (max-width: 767px) {
      .faq-wrap .accordion__head h3 {
        font-size: 12px; } }
  .faq-wrap .accordion__head-box {
    background-color: #2f2b3d;
    border: 1px solid #3d394c;
    border-radius: 16px;
    padding: 20px 70px 20px 20px;
    position: relative;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }

.faq-wrap .accordion__icon {
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translate(50%, -50%);
     -moz-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid #ffb100;
  background-color: #282435;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }
  .faq-wrap .accordion__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%);
    -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);
    fill: #ffb100;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    width: 14px;
    height: 14px; }

.faq-wrap .accordion__num {
  position: absolute;
  left: 30px;
  top: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 7px;
  background-color: #282435;
  font-family: "Spoon", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #686770; }

.faq-wrap .accordion__body {
  padding-left: 70px;
  padding-top: 20px;
  display: none; }
  @media (max-width: 767px) {
    .faq-wrap .accordion__body {
      padding-left: 0; } }
  .faq-wrap .accordion__body .main-text {
    margin-bottom: 0;
    padding: 30px;
    border-radius: 16px;
    background-color: #2f2b3d; }

.guide {
  background-image: url(../img/guide-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
  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; }
  @media (max-width: 575px) {
    .guide {
      background-image: none; } }
  .guide-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;
    margin-bottom: 20px; }
    @media (max-width: 575px) {
      .guide-item {
        -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; } }
    .guide-item:nth-child(even) {
      -webkit-flex-direction: row-reverse;
         -moz-box-orient: horizontal;
         -moz-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      @media (max-width: 575px) {
        .guide-item:nth-child(even) {
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          text-align: center; } }
      .guide-item:nth-child(even) .guide-item__text {
        -webkit-align-items: flex-end;
           -moz-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        text-align: right; }
        @media (max-width: 575px) {
          .guide-item:nth-child(even) .guide-item__text {
            -webkit-align-items: center;
               -moz-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            text-align: center; } }
    .guide-item__img {
      max-width: 270px;
      width: 100%;
      height: 180px;
      background-color: #2f2b3d;
      border-radius: 6px;
      overflow: hidden; }
      @media (max-width: 575px) {
        .guide-item__img {
          margin-bottom: 20px; } }
      .guide-item__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 50%;
           object-position: 50% 50%; }
    .guide-item__num {
      max-width: 160px;
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      font-family: "Spoon", sans-serif;
      font-weight: 600;
      color: #ffb100;
      position: relative;
      z-index: 1;
      margin: 15px; }
      @media (max-width: 767px) {
        .guide-item__num {
          max-width: 100px; } }
      @media (max-width: 575px) {
        .guide-item__num {
          max-width: 100%;
          margin-bottom: 35px; } }
      .guide-item__num:after {
        z-index: -1;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background-color: #25212f;
        border: 1px solid #2e2a3c;
        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: ''; }
      .guide-item__num:before {
        z-index: -2;
        width: 100%;
        height: 1px;
        background-color: #2e2a3c;
        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%); }
    .guide-item__text {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 100%; }
      @media (max-width: 575px) {
        .guide-item__text {
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-align: center; } }
      .guide-item__text h3 {
        font-weight: 700;
        font-size: 16px;
        color: #fff;
        margin-bottom: 10px; }
      .guide-item__text p {
        font-weight: 400;
        font-size: 12px;
        color: #b4b3b9;
        line-height: 1.7; }
        .guide-item__text p b {
          font-weight: 700; }
    .guide-item:last-child .guide-item__num {
      color: #25212f; }
      .guide-item:last-child .guide-item__num:after {
        border-color: #ffb100;
        background-color: #ffb100;
        box-shadow: 0px 0px 10px 5px rgba(255, 177, 0, 0.5); }

.footer {
  border-bottom: 2px solid #b5800c;
  padding-bottom: 25px;
  position: relative;
  margin-top: auto;
  width: 100%; }
  .footer .header-logo {
    margin: 0 auto 50px auto;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (max-width: 767px) {
      .footer .header-logo {
        margin-bottom: 20px; } }
    .footer .header-logo:after {
      display: none; }
    .footer .header-logo__icon {
      margin-bottom: 30px; }
    .footer .header-logo__text {
      position: static;
      -webkit-transform: translate(0, 0);
         -moz-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
  .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: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #2e2a3c; }
    @media (max-width: 767px) {
      .footer-menu {
        display: none; } }
    .footer-menu a {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      color: #686770;
      text-decoration: none;
      font-weight: 600;
      font-size: 13px; }
      .footer-menu a:hover {
        color: #fff; }
        .footer-menu a:hover span {
          color: #fff; }
      .footer-menu a span {
        font-family: "Spoon", sans-serif;
        font-weight: 600;
        font-size: 12px;
        color: #686770;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        margin-bottom: 35px; }
  .footer-contacts {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 991px) {
      .footer-contacts {
        margin-bottom: 20px; } }
    @media (max-width: 480px) {
      .footer-contacts {
        -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; } }
    .footer-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;
      max-width: 180px;
      padding-right: 30px; }
      @media (max-width: 480px) {
        .footer-contacts__item {
          max-width: 100%;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-align: center;
          margin-bottom: 10px;
          padding-right: 0; } }
      .footer-contacts__item p {
        font-weight: 500;
        font-size: 10px;
        color: #686770;
        margin-bottom: 5px; }
    .footer-contacts__address {
      font-weight: 500;
      font-size: 10px;
      color: #adacb2;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      text-decoration: none;
      line-height: 1.3; }
      .footer-contacts__address:hover {
        color: #ffb100; }
    .footer-contacts__num {
      font-weight: 700;
      font-size: 14px;
      color: #adacb2;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      text-decoration: none; }
      .footer-contacts__num:hover {
        color: #ffb100; }
    .footer-contacts__mail {
      text-decoration: none;
      color: #adacb2;
      font-weight: 500;
      font-size: 10px;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      border-bottom: 1px dashed #ffb100;
      padding-bottom: 5px;
      display: inline-block; }
      .footer-contacts__mail:hover {
        color: #ffb100; }
  .footer-soc {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: 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;
    max-width: 250px;
    width: 100%; }
    @media (max-width: 575px) {
      .footer-soc {
        max-width: 100%;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around;
        margin-bottom: 20px; } }
    .footer-soc a {
      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;
      font-weight: 600;
      font-size: 10px;
      color: #686770;
      text-decoration: none; }
      @media (max-width: 575px) {
        .footer-soc a {
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-align: center; } }
      .footer-soc a span {
        margin-bottom: 3px;
        color: #009ce8; }
        .footer-soc a span.red {
          color: #c13c3c; }
      .footer-soc a img {
        width: 18px;
        height: 18px;
        margin-bottom: 10px; }
  .footer-copy {
    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: 20px; }
    @media (max-width: 575px) {
      .footer-copy {
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        padding-left: 0; } }
    .footer-copy a {
      font-weight: 500;
      font-size: 9px;
      color: #686770;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      text-decoration: none;
      margin-bottom: 15px; }
      .footer-copy a:hover {
        color: #ffb100; }
    .footer-copy p {
      font-weight: 500;
      font-size: 9px;
      color: #686770; }
  .footer-up {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -2px;
    max-width: 116px;
    width: 100%;
    height: 145px;
    background-image: url(../img/up-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    z-index: 10;
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 50px; }
    @media (max-width: 991px) {
      .footer-up {
        display: none; } }
    .footer-up:hover span {
      color: #ffb100; }
    .footer-up > svg {
      width: 14px;
      height: 14px;
      min-height: 14px;
      fill: #ffb100;
      margin-bottom: 15px; }
    .footer-up span {
      font-weight: 300;
      font-size: 10px;
      color: #686770;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      text-transform: uppercase;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
      -webkit-transform: scale(-1);
         -moz-transform: scale(-1);
          -ms-transform: scale(-1);
              transform: scale(-1); }
    .footer-up__icon {
      margin-bottom: 15px; }
      .footer-up__icon svg {
        width: 24px;
        height: 24px;
        fill: #fff; }

.contacts {
  border-radius: 22px;
  box-shadow: 0px 28px 27px 0px rgba(0, 0, 0, 0.13);
  padding: 5px 30px 30px 30px;
  position: relative;
  z-index: 2;
  background-color: #282435; }
  .contacts-title {
    font-weight: 500;
    font-size: 10px;
    color: #686770;
    margin-bottom: 15px; }
  .contacts-form {
    background-color: #282435;
    border: 1px solid #3d394c;
    border-radius: 6px; }
    @media (max-width: 767px) {
      .contacts-form {
        margin-bottom: 20px; } }
    .contacts-form textarea {
      width: 100%;
      height: 170px;
      padding: 15px 20px;
      font-weight: 500;
      font-size: 12px;
      color: #fff;
      border: none;
      outline: none;
      background: transparent;
      resize: none; }
    .contacts-form__inputs {
      background-color: #2f2b3d;
      border-bottom: 1px solid #3d394c;
      border-radius: 6px; }
    .contacts-form .cab-box__link {
      margin-left: 20px;
      font-size: 16px;
      color: #fff; }
  .contacts-input {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #3d394c;
    display: block; }
    .contacts-input:last-child {
      border-bottom: none; }
    .contacts-input ::-webkit-input-placeholder {
      color: #686770; }
    .contacts-input :-moz-placeholder {
      color: #686770; }
    .contacts-input ::-moz-placeholder {
      color: #686770; }
    .contacts-input :-ms-input-placeholder {
      color: #686770; }
    .contacts-input ::placeholder {
      color: #686770; }
    .contacts-input input {
      width: 100%;
      height: 100%;
      padding: 15px 20px;
      font-weight: 500;
      font-size: 12px;
      color: #fff;
      border: none;
      outline: none;
      background: transparent; }
    .contacts-input_capch {
      padding-left: 100px;
      position: relative; }
      .contacts-input_capch img {
        max-width: 90px;
        position: absolute;
        top: 50%;
        left: 50px;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
  .contacts-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: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-decoration: none;
    margin-bottom: 15px;
    width: 100%; }
    .contacts-link:last-child {
      margin-bottom: 0; }
    .contacts-link:hover span {
      color: #ffb100; }
      .contacts-link:hover span.orange {
        color: #fff; }
    .contacts-link > img {
      margin-left: 30px; }
    .contacts-link > span {
      font-weight: 600;
      font-size: 12px;
      color: #fff;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      line-height: 1.5; }
      .contacts-link > span.orange {
        color: #ffb100; }
    .contacts-link .header-soc {
      width: auto;
      -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: 0; }
      .contacts-link .header-soc a {
        margin-bottom: 0;
        margin-right: 15px; }
        .contacts-link .header-soc a:last-child {
          margin-right: 0; }
  .contacts-map {
    border-radius: 22px;
    overflow: hidden;
    width: 100%;
    height: 270px; }
    .contacts-map iframe {
      width: 100%;
      height: 100%; }
  .contacts-info {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 1;
    padding-top: 10px;
    background-color: #25212f;
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    margin: -10px auto 20px auto;
    border: 1px solid #3d394c;
    border-radius: 0 0 22px 22px; }
    @media (max-width: 575px) {
      .contacts-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; } }
    .contacts-info__item {
      width: 50%;
      border-right: 1px solid #3d394c;
      padding: 15px 30px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 575px) {
        .contacts-info__item {
          width: 100%;
          border-right: none;
          border-bottom: 1px solid #3d394c; } }
      .contacts-info__item:last-child {
        border-right: none;
        border-bottom: none; }

.sign {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .sign-title {
    font-weight: 700;
    text-align: center;
    width: 100%;
    color: #ffb100;
    font-size: 29px;
    margin-bottom: 25px; }
    .sign-title span {
      color: #fff; }
  .sign-row {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .sign-row p, .sign-row a {
      margin-bottom: 14px;
      text-decoration: none;
      color: #686770;
      font-weight: 500;
      font-size: 10px; }
    .sign-row a {
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .sign-row a:hover {
        color: #ffb100; }
  .sign .cab-box__link {
    border-bottom: none;
    padding: 0;
    width: 100%;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 16px;
    color: #fff; }
    .sign .cab-box__link span {
      border-bottom: 1px solid #ffb100;
      padding: 15px 0;
      display: inline-block; }
    .sign .cab-box__link svg {
      width: 14px;
      height: 14px;
      fill: #fff; }
  .sign-input {
    width: 100%;
    margin-bottom: 15px;
    height: 45px;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #3d394c;
    position: relative; }
    .sign-input input {
      width: 100%;
      height: 100%;
      background: transparent;
      border: none;
      outline: none;
      font-weight: 500;
      font-size: 14px;
      color: #fff; }
    .sign-input_capch {
      padding-left: 100px; }
      .sign-input_capch img {
        left: 50px;
        max-width: 90px;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        position: absolute;
        top: 50%; }
  .sign-check {
    display: block;
    text-align: center;
    width: 100%;
    cursor: pointer;
    margin-bottom: 20px; }
    .sign-check input {
      display: none; }
      .sign-check input:checked + span:before {
        opacity: 1; }
    .sign-check span {
      position: relative;
      padding-left: 30px;
      z-index: 1;
      font-weight: 500;
      color: #686770;
      font-size: 12px; }
      .sign-check span:after {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        border-radius: 50%;
        border: 2px solid #ffb100;
        background-color: #25212f;
        content: '';
        z-index: 1; }
      .sign-check span:before {
        position: absolute;
        top: 50%;
        left: 10px;
        width: 5px;
        height: 5px;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        border-radius: 50%;
        background-color: #ffb100;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        content: '';
        opacity: 0;
        z-index: 3; }

.cab {
  min-height: 100vh;
  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-top: 2px solid #b5800c;
  position: relative;
  z-index: 1; }
  .cab .sect-points {
    max-width: 100%; }
  .cab .sect-point:nth-child(1) {
    left: -85px;
    top: 10%; }
  .cab .sect-point:nth-child(2) {
    left: -105px;
    bottom: 25%;
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .cab .sect-point:nth-child(3) {
    right: -85px;
    top: 20%; }
  .cab .sect-point:nth-child(4) {
    right: -95px;
    bottom: 10%;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1); }
  .cab .footer {
    padding-top: 40px; }
  .cab .footer-up {
    text-decoration: none; }
    .cab .footer-up span {
      -webkit-writing-mode: horizontal-tb;
          -ms-writing-mode: lr-tb;
              writing-mode: horizontal-tb;
      -webkit-transform: scale(1);
         -moz-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
  .cab-logout {
    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;
    color: #686770;
    font-weight: 500;
    font-size: 10px;
    text-decoration: none;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .cab-logout {
        display: none; } }
    .cab-logout:hover {
      color: #fff; }
      .cab-logout:hover span {
        border-color: #fff; }
        .cab-logout:hover span:after, .cab-logout:hover span:before {
          background-color: #fff; }
    .cab-logout span {
      width: 45px;
      height: 45px;
      position: relative;
      border-radius: 8px;
      border: 1px solid #2e2a3c;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      margin-bottom: 10px; }
      .cab-logout span:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
           -moz-transform: translate(-50%, -50%) rotate(45deg);
            -ms-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg);
        content: '';
        background-color: #5d5c66;
        width: 14px;
        height: 3px;
        border-radius: 5px;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .cab-logout span:before {
        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%);
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
           -moz-transform: translate(-50%, -50%) rotate(-45deg);
            -ms-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg);
        content: '';
        background-color: #5d5c66;
        width: 14px;
        height: 3px;
        border-radius: 5px;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
  .cab-header {
    padding: 40px 0; }
    @media (max-width: 991px) {
      .cab-header {
        padding: 15px 0; } }
    .cab-header-btns {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      @media (max-width: 991px) {
        .cab-header-btns {
          margin-top: 15px; } }
    .cab-header__guide {
      min-width: 130px;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      padding: 10px;
      border: 1px solid #56b443;
      border-radius: 100px;
      background-color: #25212f;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      text-align: center;
      font-weight: 500;
      font-size: 14px;
      color: #56b443;
      outline: none;
      text-decoration: none;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      margin-right: 35px; }
      @media (max-width: 480px) {
        .cab-header__guide {
          margin-right: 20px; } }
      .cab-header__guide:last-child {
        margin-right: 0; }
      .cab-header__guide:hover {
        border-color: #fff;
        color: #fff; }
    .cab-header__security {
      position: relative;
      padding: 10px 60px 10px 0;
      font-weight: 500;
      font-size: 14px;
      color: #686770;
      text-decoration: none;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      @media (max-width: 480px) {
        .cab-header__security {
          padding-right: 45px; } }
      @media (max-width: 480px) {
        .cab-header__security span {
          display: none; } }
      .cab-header__security:hover {
        color: #ffb100; }
        .cab-header__security:hover svg {
          fill: #ffb100; }
      .cab-header__security:after {
        background-color: #2f2b3d;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0;
        width: 46px;
        height: 46px;
        content: '';
        z-index: 1; }
      .cab-header__security svg {
        position: absolute;
        top: 50%;
        right: 23px;
        -webkit-transform: translate(50%, -50%);
           -moz-transform: translate(50%, -50%);
            -ms-transform: translate(50%, -50%);
                transform: translate(50%, -50%);
        z-index: 2;
        fill: #686770;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        width: 20px;
        height: 20px; }
    .cab-header-burger {
      width: 40px;
      height: 30px;
      position: relative;
      cursor: pointer;
      margin: 0 auto;
      display: none; }
      @media (max-width: 1199px) {
        .cab-header-burger {
          display: block; } }
      @media (max-width: 991px) {
        .cab-header-burger {
          margin-left: 0;
          margin-top: 15px; } }
      .cab-header-burger.active span {
        opacity: 0; }
      .cab-header-burger.active:after {
        top: 50%;
        bottom: auto;
        -webkit-transform: translate(-50%, -50%) rotate(-225deg);
           -moz-transform: translate(-50%, -50%) rotate(-225deg);
            -ms-transform: translate(-50%, -50%) rotate(-225deg);
                transform: translate(-50%, -50%) rotate(-225deg); }
      .cab-header-burger.active:before {
        top: 50%;
        bottom: auto;
        -webkit-transform: translate(-50%, -50%) rotate(225deg);
           -moz-transform: translate(-50%, -50%) rotate(225deg);
            -ms-transform: translate(-50%, -50%) rotate(225deg);
                transform: translate(-50%, -50%) rotate(225deg); }
      .cab-header-burger span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        width: 100%;
        background-color: #ffb100;
        border-radius: 10px;
        height: 3px; }
      .cab-header-burger:after {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        top: 0;
        width: 100%;
        height: 3px;
        background-color: #ffb100;
        content: '';
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        border-radius: 10px; }
      .cab-header-burger:before {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 0;
        width: 100%;
        height: 3px;
        background-color: #ffb100;
        content: '';
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        border-radius: 10px; }
  .cab-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; }
    .cab-logo:hover .cab-logo__icon {
      -webkit-transform: rotateY(-360deg);
         -moz-transform: rotateY(-360deg);
              transform: rotateY(-360deg); }
    .cab-logo__icon {
      min-width: 40px;
      max-width: 40px;
      width: 100%;
      margin-right: 20px;
      -moz-transition: all .5s ease;
      transition: all .5s ease;
      position: relative; }
      .cab-logo__icon:hover {
        -webkit-transform: rotateY(-360deg);
           -moz-transform: rotateY(-360deg);
                transform: rotateY(-360deg); }
    @media (max-width: 480px) {
      .cab-logo__text {
        display: none; } }
  .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;
    margin-top: -40px;
    text-align: center; }
    @media (max-width: 1199px) {
      .cab-hero {
        display: none; } }
    .cab-hero__icon {
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-bottom: 10px;
      position: relative; }
      .cab-hero__icon svg {
        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%);
        top: 45%;
        width: 15px;
        height: 15px;
        fill: #201d2a; }
    .cab-hero p {
      font-weight: 300;
      font-size: 16px;
      color: #fff;
      margin-bottom: 5px; }
      .cab-hero p span {
        font-weight: 700;
        color: #ffb100; }
    .cab-hero h2 {
      font-weight: 600;
      font-size: 24px;
      color: #fff; }
  .cab-menu {
    position: relative;
    z-index: 1;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    padding: 25px 0; }
    .cab-menu > 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;
      height: 100%; }
    .cab-menu a {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      position: relative;
      padding-bottom: 20px;
      background-image: url(../img/cab-menu-shadow.png);
      background-repeat: no-repeat;
      background-position: center bottom;
      width: 100%;
      text-align: center;
      font-weight: 600;
      font-size: 12px;
      color: #686770;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      text-decoration: none; }
      .cab-menu a:last-child {
        background-image: none;
        margin-bottom: 0;
        padding-bottom: 0; }
      .cab-menu a:hover, .cab-menu a.active {
        color: #fff; }
        .cab-menu a:hover .cab-menu__icon svg, .cab-menu a.active .cab-menu__icon svg {
          fill: #ffb100; }
        .cab-menu a:hover .cab-menu__arrows, .cab-menu a.active .cab-menu__arrows {
          width: 200px;
          opacity: 1; }
    .cab-menu__icon {
      margin-bottom: 5px; }
      .cab-menu__icon svg {
        width: 20px;
        height: 20px;
        fill: #686770;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
    .cab-menu__arrows {
      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%);
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 0;
      opacity: 0;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      pointer-events: none; }
      .cab-menu__arrows svg {
        fill: #b5800c;
        width: 14px;
        height: 14px; }
        .cab-menu__arrows svg:nth-child(1) {
          -webkit-transform: rotate(-90deg);
             -moz-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
                  transform: rotate(-90deg); }
        .cab-menu__arrows svg:nth-child(2) {
          -webkit-transform: rotate(90deg);
             -moz-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg); }
  .cab-sidebar {
    background-color: #282435;
    border-left: 2px solid #b5800c;
    position: fixed;
    top: 0;
    right: 0;
    height: -moz-calc(var(--vh, 1vh) * 100);
    height: calc(var(--vh, 1vh) * 100);
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    -webkit-transform: translate(100%, 0%);
       -moz-transform: translate(100%, 0%);
        -ms-transform: translate(100%, 0%);
            transform: translate(100%, 0%);
    padding: 30px 20px 100px 20px;
    z-index: 100;
    min-width: 200px; }
    .cab-sidebar.active {
      opacity: 1;
      -webkit-transform: translate(0%, 0%);
         -moz-transform: translate(0%, 0%);
          -ms-transform: translate(0%, 0%);
              transform: translate(0%, 0%); }
    .cab-sidebar__close {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 20px;
      height: 20px; }
      .cab-sidebar__close:after {
        width: 100%;
        height: 2px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
           -moz-transform: translate(-50%, -50%) rotate(45deg);
            -ms-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg);
        content: '';
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        background-color: #ffb100;
        border-radius: 10px; }
      .cab-sidebar__close:before {
        width: 100%;
        height: 2px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
           -moz-transform: translate(-50%, -50%) rotate(-45deg);
            -ms-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg);
        content: '';
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        background-color: #ffb100;
        border-radius: 10px; }
    .cab-sidebar .cab-logout {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 0;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 20px; }
    .cab-sidebar .nicescroll-box {
      max-height: 100%; }
    .cab-sidebar .cab-menu {
      height: auto;
      padding: 0; }
      .cab-sidebar .cab-menu a {
        -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-sidebar .cab-menu__icon {
        margin-bottom: 0;
        margin-right: 10px; }
      .cab-sidebar .cab-menu__arrows {
        display: none; }
  .cab-stat {
    height: -moz-calc(100% - 120px);
    height: calc(100% - 120px);
    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: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: 1px solid #2e2a3c;
    border-radius: 22px;
    max-width: 100px;
    margin: 0 auto;
    width: 100%;
    padding: 0 10px;
    background-color: #282435;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .cab-stat {
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        max-width: 100%;
        margin-bottom: 15px;
        height: auto;
        min-height: 90px; } }
    @media (max-width: 480px) {
      .cab-stat {
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .cab-stat__title {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: 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;
      min-height: 140px; }
      @media (max-width: 991px) {
        .cab-stat__title {
          -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;
          min-height: 0; } }
      @media (max-width: 480px) {
        .cab-stat__title {
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
      .cab-stat__title-icon {
        padding: 20px 15px;
        background-color: #282435;
        margin-top: -35px; }
        @media (max-width: 991px) {
          .cab-stat__title-icon {
            margin: 0 !important;
            padding: 10px; } }
      .cab-stat__title span {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: tb-rl;
        -webkit-transform: scale(-1);
           -moz-transform: scale(-1);
            -ms-transform: scale(-1);
                transform: scale(-1);
        font-weight: 300;
        font-size: 9px;
        color: #686770;
        text-transform: uppercase; }
        @media (max-width: 991px) {
          .cab-stat__title span {
            -webkit-transform: scale(1);
               -moz-transform: scale(1);
                -ms-transform: scale(1);
                    transform: scale(1);
            -webkit-writing-mode: horizontal-tb;
                -ms-writing-mode: lr-tb;
                    writing-mode: horizontal-tb; } }
      .cab-stat__title_r {
        -webkit-flex-direction: column-reverse;
           -moz-box-orient: vertical;
           -moz-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; }
        @media (max-width: 991px) {
          .cab-stat__title_r {
            -webkit-justify-content: flex-end;
               -moz-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end;
            -webkit-flex-direction: column-reverse;
               -moz-box-orient: vertical;
               -moz-box-direction: reverse;
                -ms-flex-direction: column-reverse;
                    flex-direction: column-reverse; } }
        .cab-stat__title_r .cab-stat__title-icon {
          margin-top: 0;
          margin-bottom: -35px; }
          @media (max-width: 991px) {
            .cab-stat__title_r .cab-stat__title-icon {
              margin-bottom: 0;
              margin-right: -35px;
              margin-left: 0; } }
    .cab-stat__val {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      margin: 10px 0; }
      @media (max-width: 991px) {
        .cab-stat__val {
          width: auto;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
      .cab-stat__val span {
        display: inline-block;
        padding-bottom: 24px;
        margin-bottom: 25px;
        border-bottom: 1px solid #2e2a3c;
        width: 100%;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        font-weight: 700;
        font-size: 18px;
        color: #fff; }
        @media (max-width: 991px) {
          .cab-stat__val span {
            margin-bottom: 0;
            padding-bottom: 0;
            margin: 0 0 10px 0;
            border-bottom: none; } }
        @media (max-width: 575px) {
          .cab-stat__val span {
            font-size: 14px; } }
        .cab-stat__val span sup {
          color: #ffb100; }
        .cab-stat__val span:last-child {
          margin-bottom: 0;
          padding-bottom: 0;
          border-bottom: none; }
  .cab-box {
    padding: 0 20px;
    border: 1px solid #2e2a3c;
    border-radius: 22px;
    width: 100%;
    position: relative;
    z-index: 1;
    background-color: #282435; }
    .cab-box__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;
      border-bottom: 1px solid #2e2a3c;
      margin-bottom: 15px;
      min-height: 46px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .cab-box__head:last-child {
        margin-bottom: -1px; }
      .cab-box__head .cab-pagination {
        margin-bottom: 0; }
    .cab-box__title {
      font-weight: 600;
      font-size: 14px;
      color: #fff;
      margin-bottom: -1px; }
    .cab-box button.cab-box__link {
      font-size: 16px;
      color: #fff;
      letter-spacing: 4px;
      padding-top: 0; }
      .cab-box button.cab-box__link:hover {
        color: #ffb100; }
    .cab-box__link {
      text-decoration: none;
      padding: 14px 0;
      border: none;
      background-color: transparent;
      outline: none;
      cursor: pointer;
      border-bottom: 2px solid #ffb100;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: 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-weight: 500;
      font-size: 14px;
      color: #686770;
      margin-bottom: -1px; }
      .cab-box__link:hover {
        color: #ffb100; }
        .cab-box__link:hover svg {
          fill: #ffb100; }
      .cab-box__link svg {
        width: 9px;
        height: 9px;
        fill: #686770;
        -webkit-transform: rotate(90deg);
           -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        margin-left: 15px; }
    .cab-box .cab-pagination a {
      margin: 3px; }
  .cab-refs {
    position: relative;
    background-color: #282435;
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    margin: -10px auto 0 auto;
    padding: 28px 20px 20px 20px;
    background-color: #25212f;
    border-radius: 0 0 22px 22px;
    border: 1px solid #2e2a3c;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 30px;
    text-align: center; }
    .cab-refs > span {
      padding-bottom: 15px;
      margin-bottom: 15px;
      border-bottom: 1px solid #2e2a3c;
      display: inline-block;
      max-width: 100%;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
      .cab-refs > span:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none; }
    @media (max-width: 991px) {
      .cab-refs {
        margin-bottom: 15px; } }
    .cab-refs__user {
      margin-bottom: 10px; }
      .cab-refs__user-lvl {
        padding-left: 10px;
        border-left: 1px solid #2e2a3c;
        padding: 5px 0 5px 10px; }
        .cab-refs__user-lvl .jq-selectbox__select {
          background: transparent !important;
          line-height: 1 !important;
          height: auto !important;
          padding-left: 0;
          box-shadow: none !important;
          text-shadow: none !important;
          border: none !important;
          color: #85828d;
          font-weight: 400;
          font-size: 12px;
          padding-right: 25px; }
        .cab-refs__user-lvl .jq-selectbox__trigger {
          border: none;
          height: 100%;
          width: 20px; }
          .cab-refs__user-lvl .jq-selectbox__trigger-arrow {
            border-width: 3px;
            border-top-color: #85828d !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-refs__icon {
      border: 40px solid transparent;
      border-bottom: 15px solid #282435;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 0;
      pointer-events: none; }
      .cab-refs__icon svg {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        top: 3px;
        width: 13px;
        height: 13px;
        fill: #cf5665; }
    .cab-refs__users {
      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-refs__users-item {
        width: 100%;
        margin-bottom: 15px; }
      .cab-refs__users-table {
        position: relative;
        z-index: 2;
        background-color: #2f2b3d;
        border-radius: 8px;
        padding: 10px 15px;
        width: 100%; }
        .cab-refs__users-table table {
          width: 100%;
          border-collapse: collapse; }
          .cab-refs__users-table table td {
            padding-right: 5px;
            width: 50%; }
      .cab-refs__users-title {
        font-weight: 400;
        font-size: 10px;
        color: #686770;
        margin-bottom: 5px; }
      .cab-refs__users-hero {
        font-weight: 400;
        font-size: 10px;
        color: #fff;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%;
        max-width: 110px; }
      .cab-refs__users-link {
        text-decoration: none;
        font-weight: 400;
        font-size: 10px;
        color: #ffb100;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 110px; }
        .cab-refs__users-link:hover {
          color: #fff; }
      .cab-refs__users-status {
        margin-top: -10px;
        padding: 20px 10px 10px 10px;
        background-color: #25212f;
        border-radius: 0 0 8px 8px;
        text-align: center;
        font-weight: 400;
        font-size: 10px;
        color: #686770; }
    .cab-refs__stat {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      position: relative;
      z-index: 1;
      max-width: 100px;
      width: 100%;
      margin: 0 auto 30px auto; }
      @media (max-width: 991px) {
        .cab-refs__stat {
          -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;
          max-width: 100%;
          margin-bottom: 20px; } }
      .cab-refs__stat-item {
        background-color: #282435;
        border-radius: 22px;
        border: 1px solid #2e2a3c;
        padding: 60px 10px 20px 10px;
        margin-bottom: -40px;
        width: 100%;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        position: relative;
        text-align: center; }
        @media (max-width: 991px) {
          .cab-refs__stat-item {
            margin: 0;
            padding: 20px 10px;
            -webkit-justify-content: center;
               -moz-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            width: -moz-calc(100% / 3 - 15px);
            width: calc(100% / 3 - 15px); } }
        @media (max-width: 480px) {
          .cab-refs__stat-item {
            width: -moz-calc(100% / 3 - 5px);
            width: calc(100% / 3 - 5px);
            padding: 10px 5px; } }
        .cab-refs__stat-item:first-child {
          margin-top: 0;
          padding: 20px 10px; }
        .cab-refs__stat-item:nth-child(1) {
          z-index: 3; }
        .cab-refs__stat-item:nth-child(2) {
          z-index: 2; }
        .cab-refs__stat-item:nth-child(3) {
          z-index: 1; }
        .cab-refs__stat-item img {
          height: 30px;
          margin-bottom: 10px; }
        .cab-refs__stat-item p {
          font-weight: 300;
          font-size: 10px;
          color: #686770;
          text-transform: uppercase;
          margin-bottom: 15px;
          line-height: 1.5; }
          @media (max-width: 480px) {
            .cab-refs__stat-item p {
              font-size: 8px;
              margin-bottom: 5px; } }
        .cab-refs__stat-item span {
          font-family: "Spoon", sans-serif;
          font-weight: 700;
          font-size: 18px;
          color: #fff; }
          .cab-refs__stat-item span sup {
            color: #ffb100; }
    .cab-refs__table {
      border: 1px solid #2e2a3c;
      border-radius: 22px;
      background-color: #282435;
      overflow: hidden;
      margin-bottom: 10px; }
      .cab-refs__table .cab-filter {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        position: relative;
        padding: 10px 0;
        border-radius: 0;
        border-bottom: 1px solid #2e2a3c;
        border-radius: 8px;
        background-color: transparent;
        margin-top: -1px;
        margin-left: -1px;
        margin-right: -1px;
        margin-bottom: 0; }
        .cab-refs__table .cab-filter button {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: 10px;
          z-index: 10;
          background-color: #282435; }
        .cab-refs__table .cab-filter__select {
          width: 100%;
          margin-right: 0;
          padding-right: 0;
          border-right: none; }
        .cab-refs__table .cab-filter__item {
          width: 100%;
          padding-right: 50px;
          border-bottom: 1px solid #2e2a3c;
          margin-bottom: 10px;
          padding-bottom: 10px;
          padding-left: 20px; }
          .cab-refs__table .cab-filter__item p {
            min-width: 50px; }
          .cab-refs__table .cab-filter__item:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0; }
      .cab-refs__table-box {
        padding: 0px 15px;
        width: 100%; }
        .cab-refs__table-box table {
          width: 100%;
          border-collapse: collapse; }
          .cab-refs__table-box table td {
            padding: 15px 5px; }
          .cab-refs__table-box table tr {
            border-bottom: 1px solid #2e2a3c; }
            .cab-refs__table-box table tr:last-child {
              border-bottom: none; }
      .cab-refs__table-title {
        font-weight: 400;
        font-size: 10px;
        color: #686770;
        margin-bottom: 5px; }
      .cab-refs__table-val {
        font-weight: 400;
        font-size: 10px;
        color: #fff; }
    .cab-refs__rank {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-weight: 500;
      font-size: 14px;
      color: #cf5665;
      text-decoration: none;
      cursor: pointer; }
      .cab-refs__rank:hover {
        text-decoration: underline; }
      .cab-refs__rank img {
        margin-right: 10px; }
  .cab-balance {
    position: relative;
    padding-bottom: 20px; }
    .cab-balance__nav {
      z-index: 10;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      top: 35%;
      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; }
      .cab-balance__nav .swiper-button-prev, .cab-balance__nav .swiper-button-next {
        margin: 0;
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: 20px;
        height: 20px;
        outline: none; }
        .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 {
          width: 100%;
          height: 100%;
          fill: #686770;
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
      .cab-balance__nav .swiper-button-prev svg {
        -webkit-transform: rotate(-90deg);
           -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg); }
      .cab-balance__nav .swiper-button-next svg {
        -webkit-transform: rotate(90deg);
           -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
    .cab-balance__thumbs {
      width: 100%;
      margin-bottom: 25px; }
      .cab-balance__thumbs .swiper-container {
        width: 100%; }
      .cab-balance__thumbs .swiper-slide-thumb-active .cab-balance__thumbs-default {
        opacity: 0; }
      .cab-balance__thumbs .swiper-slide-thumb-active .cab-balance__thumbs-active {
        opacity: 1; }
      .cab-balance__thumbs-item {
        width: 40px;
        height: 55px;
        margin: 0 auto;
        position: relative;
        cursor: pointer; }
        .cab-balance__thumbs-item:hover .cab-balance__thumbs-default {
          opacity: 0; }
        .cab-balance__thumbs-item:hover .cab-balance__thumbs-active {
          opacity: 1; }
      .cab-balance__thumbs-default {
        opacity: 1;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        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;
        width: 100%;
        height: 100%; }
        .cab-balance__thumbs-default img {
          width: 100%; }
      .cab-balance__thumbs-active {
        opacity: 0;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        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: 2;
        width: 100%;
        height: 100%; }
        .cab-balance__thumbs-active img {
          width: 100%; }
    .cab-balance__content {
      width: 100%; }
      .cab-balance__content .swiper-container {
        width: 100%; }
    .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: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 100%; }
      .cab-balance__item.eth .cab-balance__title {
        color: #c2cbf8; }
      .cab-balance__item.pm .cab-balance__title {
        color: #f34646; }
      .cab-balance__item.ltc .cab-balance__title {
        color: #9498ff; }
    .cab-balance__img {
      width: 75px;
      height: 95px;
      margin-bottom: 30px; }
      .cab-balance__img img {
        max-width: 100%; }
    .cab-balance__title {
      font-weight: 700;
      font-size: 16px;
      color: #f5931c;
      margin-bottom: 10px;
      text-align: center; }
    .cab-balance__val {
      font-family: "Spoon", sans-serif;
      font-weight: 700;
      font-size: 33px;
      color: #fff;
      text-align: center;
      margin-bottom: 50px; }
    .cab-balance__bot {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .cab-balance__bot span {
        font-family: "Spoon", sans-serif;
        font-weight: 600;
        font-size: 16px;
        color: #686770;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .cab-balance__bot span svg {
          width: 18px;
          height: 18px;
          fill: #ffb100;
          margin-left: 10px; }
  .cab-promo .swiper-container {
    padding: 0px 0 15px 0; }
  .cab-promo__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: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 80px;
    padding: 10px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    margin: 15px 0; }
    .cab-promo__item.new:after {
      border: 2px solid #fff; }
    .cab-promo__item.new span {
      opacity: 1; }
    .cab-promo__item:hover:after {
      border: 2px solid #fff; }
    .cab-promo__item:after {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      z-index: -1;
      border-radius: 14px;
      border: 2px solid #2e2a3c;
      background-color: #25212f;
      box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.1);
      content: '';
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .cab-promo__item img {
      width: 35px;
      height: 35px; }
    .cab-promo__item span {
      position: absolute;
      left: 0;
      top: -moz-calc(100% - 10px);
      top: calc(100% - 10px);
      padding: 13px 5px 3px 5px;
      background-color: #fff;
      color: #c13c3c;
      font-weight: 600;
      font-size: 10px;
      border-radius: 0px 0px 6px 6px;
      z-index: -2;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      opacity: 0; }
  .cab-promo__nav {
    position: relative; }
    .cab-promo__nav .swiper-pagination {
      position: static;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
      margin: 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: flex-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .cab-promo__nav .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        background-color: #686770;
        border-radius: 50%;
        outline: none;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        opacity: 1;
        margin-right: 8px; }
        .cab-promo__nav .swiper-pagination-bullet:last-child {
          margin-right: 0; }
        .cab-promo__nav .swiper-pagination-bullet-active, .cab-promo__nav .swiper-pagination-bullet:hover {
          background-color: #ffb100;
          -webkit-transform: scale(1.2);
             -moz-transform: scale(1.2);
              -ms-transform: scale(1.2);
                  transform: scale(1.2); }
  .cab-amount {
    padding-left: 60px;
    padding-right: 140px;
    width: 100%;
    border-radius: 22px;
    border: 1px solid #2e2a3c;
    background-color: #282435;
    position: relative;
    height: 50px;
    z-index: 2; }
    .cab-amount button {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 6px;
      max-width: 120px;
      width: 100%;
      border-radius: 100px;
      background-color: #ffb100;
      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;
      color: #25212f;
      font-weight: 600;
      font-size: 12px;
      outline: none;
      border: none;
      cursor: pointer;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      padding: 12px; }
      .cab-amount button:hover {
        color: #fff; }
    .cab-amount ::-webkit-input-placeholder {
      color: #fff; }
    .cab-amount :-moz-placeholder {
      color: #fff; }
    .cab-amount ::-moz-placeholder {
      color: #fff; }
    .cab-amount :-ms-input-placeholder {
      color: #fff; }
    .cab-amount ::placeholder {
      color: #fff; }
    .cab-amount input {
      height: 100%;
      font-family: "Spoon", sans-serif;
      width: 700px;
      font-size: 19px;
      color: #fff;
      outline: none;
      width: 100%;
      border: none;
      background-color: transparent; }
      .cab-amount input:focus + span {
        color: #ffb100; }
    .cab-amount span {
      position: absolute;
      top: 50%;
      left: 25px;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 35px;
      height: 35px;
      border-radius: 50%;
      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;
      color: #686770;
      font-weight: 500;
      font-size: 14px;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      background-color: #25212f; }
  .cab-wallets {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -20px;
    z-index: 1;
    position: relative;
    padding: 19px 20px 0 20px;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .cab-wallets {
        margin-bottom: 20px; } }
    .cab-wallets label {
      width: -moz-calc(100% / 4 + 22px);
      width: calc(100% / 4 + 22px);
      margin-left: -22px;
      position: relative;
      z-index: 1;
      cursor: pointer; }
      .cab-wallets label:nth-child(4) {
        z-index: 1; }
      .cab-wallets label:nth-child(3) {
        z-index: 2; }
      .cab-wallets label:nth-child(2) {
        z-index: 3; }
      .cab-wallets label:nth-child(1) {
        z-index: 4; }
      .cab-wallets label:nth-child(even) span {
        background-color: #2e2a3c; }
      .cab-wallets label:first-child {
        margin-left: 0;
        width: -moz-calc(100% / 4);
        width: calc(100% / 4); }
        .cab-wallets label:first-child span {
          border-bottom-left-radius: 22px;
          padding: 10px 15px; }
      .cab-wallets label span {
        width: 100%;
        height: 100%;
        background-color: #25212f;
        border: 1px solid #2e2a3c;
        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;
        font-weight: 500;
        font-size: 10px;
        color: #686770;
        padding: 10px 15px 10px 35px;
        border-bottom-right-radius: 22px;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        @media (max-width: 1199px) {
          .cab-wallets label span {
            font-size: 8px; } }
        @media (max-width: 480px) {
          .cab-wallets label span {
            font-size: 0; } }
        .cab-wallets label span:hover:after {
          opacity: 1;
          width: 100%; }
        .cab-wallets label span:after {
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
             -moz-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          top: 1px;
          width: 0;
          height: 1px;
          background-color: #ffb100;
          opacity: 0;
          content: '';
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
        .cab-wallets label span svg {
          -moz-transition: all .3s ease;
          transition: all .3s ease;
          fill: #686770;
          width: 14px;
          min-width: 14px;
          height: 14px;
          margin-right: 8px; }
          @media (max-width: 480px) {
            .cab-wallets label span svg {
              margin-right: 0;
              width: 20px;
              height: 20px; } }
      .cab-wallets label input {
        display: none; }
        .cab-wallets label input:checked + span:after {
          opacity: 1;
          width: 100%; }
        .cab-wallets label input:checked + span.btc {
          color: #f5931c; }
          .cab-wallets label input:checked + span.btc svg {
            fill: #f5931c; }
        .cab-wallets label input:checked + span.eth {
          color: #c2cbf8; }
          .cab-wallets label input:checked + span.eth svg {
            fill: #c2cbf8; }
        .cab-wallets label input:checked + span.pm {
          color: #f34646; }
          .cab-wallets label input:checked + span.pm svg {
            fill: #f34646; }
        .cab-wallets label input:checked + span.ltc {
          color: #9498ff; }
          .cab-wallets label input:checked + span.ltc svg {
            fill: #9498ff; }
  .cab-plans {
    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-radius: 22px;
    background-color: #201d2a;
    background-image: url("../img/cab-plans-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .cab-plans {
        margin-bottom: 20px; } }
    .cab-plans label {
      width: -moz-calc(100% / 3);
      width: calc(100% / 3); }
      .cab-plans label input {
        display: none; }
        .cab-plans label input:checked + .plan .plan-check:before {
          border-color: #fff;
          background-color: #ffb100; }
      .cab-plans label .plan {
        width: 100%;
        cursor: pointer;
        margin-bottom: 0; }
        .cab-plans label .plan:hover .plan-check:after {
          border-color: #ffb100; }
        .cab-plans label .plan-box {
          background-image: none;
          background-color: transparent;
          padding-top: 15px;
          position: relative; }
        .cab-plans label .plan-check {
          position: absolute;
          top: 0;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
             -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 34px;
          height: 34px;
          border-radius: 50%;
          background-color: #282435; }
          .cab-plans label .plan-check:after {
            width: 24px;
            height: 24px;
            border-radius: 50%;
            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: 1px solid #201d2a;
            content: '';
            -moz-transition: all .3s ease;
            transition: all .3s ease; }
          .cab-plans label .plan-check:before {
            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: '';
            width: 12px;
            height: 12px;
            border: 2px solid #201d2a;
            background-color: #201d2a;
            -moz-transition: all .3s ease;
            transition: all .3s ease;
            border-radius: 50%; }
        .cab-plans label .plan-head {
          padding: 0 10px;
          margin-bottom: 80px; }
          @media (max-width: 991px) {
            .cab-plans label .plan-head {
              padding: 0 5px; } }
          @media (max-width: 480px) {
            .cab-plans label .plan-head {
              -webkit-flex-direction: column;
                 -moz-box-orient: vertical;
                 -moz-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column;
              -webkit-align-items: center;
                 -moz-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-justify-content: flex-start;
                 -moz-box-pack: start;
                  -ms-flex-pack: start;
                      justify-content: flex-start;
              text-align: center; } }
          .cab-plans label .plan-head span {
            margin-right: 5px; }
            @media (max-width: 1199px) {
              .cab-plans label .plan-head span {
                font-size: 24px; } }
            @media (max-width: 991px) {
              .cab-plans label .plan-head span {
                font-size: 22px; } }
            @media (max-width: 480px) {
              .cab-plans label .plan-head span {
                margin-right: 0; } }
        .cab-plans label .plan-info {
          padding: 15px; }
          @media (max-width: 991px) {
            .cab-plans label .plan-info {
              padding: 15px 10px; } }
          .cab-plans label .plan-info__row {
            padding-right: 20px; }
            @media (max-width: 1199px) {
              .cab-plans label .plan-info__row {
                padding-right: 10px; } }
            .cab-plans label .plan-info__row span {
              font-size: 12px; }
              @media (max-width: 1199px) {
                .cab-plans label .plan-info__row span {
                  font-size: 10px; } }
              @media (max-width: 480px) {
                .cab-plans label .plan-info__row span {
                  font-size: 8px; } }
            .cab-plans label .plan-info__row svg {
              width: 10px;
              height: 10px; }
  .cab-depo {
    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; }
    .cab-depo__item {
      width: -moz-calc(100% / 3 - 10px);
      width: calc(100% / 3 - 10px);
      margin-bottom: 20px;
      text-decoration: none;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      @media (max-width: 480px) {
        .cab-depo__item {
          width: -moz-calc(100% / 3 - 3px);
          width: calc(100% / 3 - 3px); } }
      .cab-depo__item.active .plan-timer p {
        font-size: 0; }
        .cab-depo__item.active .plan-timer p:last-child {
          display: none; }
      .cab-depo__item.active .plan-timer span {
        font-size: 0; }
        .cab-depo__item.active .plan-timer span:after {
          background-image: url(../img/plan-circle-4.png);
          -webkit-animation: none;
             -moz-animation: none;
                  animation: none; }
      .cab-depo__item.empty {
        opacity: 0.5; }
        .cab-depo__item.empty:hover {
          opacity: 1; }
      .cab-depo__item .plan {
        width: 100%; }
        .cab-depo__item .plan-box {
          background-image: none;
          padding-top: 15px;
          margin-bottom: 10px; }
        .cab-depo__item .plan-head {
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          margin-bottom: 70px; }
          .cab-depo__item .plan-head span {
            margin-right: 0; }
            @media (max-width: 575px) {
              .cab-depo__item .plan-head span {
                font-size: 20px; } }
          .cab-depo__item .plan-head p {
            margin-bottom: 5px; }
        .cab-depo__item .plan-info {
          padding: 15px 20px;
          min-height: 313px; }
      .cab-depo__item-title {
        margin: 0 auto 15px auto;
        background-color: #282435;
        border: 1px solid #2e2a3c;
        border-radius: 100px;
        max-width: 100px;
        width: 100%;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        color: #fff;
        font-weight: 700;
        font-size: 10px;
        padding: 7px; }
    .cab-depo_history {
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: -moz-calc(100% + 10px);
      width: calc(100% + 10px); }
      @media (max-width: 991px) {
        .cab-depo_history {
          width: 100%; } }
      .cab-depo_history .cab-depo__item {
        margin-right: 10px; }
        @media (max-width: 480px) {
          .cab-depo_history .cab-depo__item {
            margin-right: 3px; } }
        .cab-depo_history .cab-depo__item:last-child {
          margin-right: 0; }
        .cab-depo_history .cab-depo__item .plan-head {
          margin-bottom: 15px; }
  .cab-pagination {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 20px; }
    .cab-pagination a {
      background-color: #282435;
      border: 1px solid #2e2a3c;
      border-radius: 4px;
      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;
      color: #686770;
      text-decoration: none;
      font-size: 12px;
      font-weight: 600;
      width: 25px;
      height: 25px;
      cursor: pointer;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      margin: 7px; }
      .cab-pagination a:hover, .cab-pagination a.active {
        color: #ffb100;
        border-color: #ffb100; }
    .cab-pagination_start {
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .cab-pagination_end {
      -webkit-justify-content: flex-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  .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: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #282435;
    border-radius: 100px;
    border: 1px solid #2e2a3c;
    margin-bottom: 20px;
    padding: 10px 15px; }
    @media (max-width: 480px) {
      .cab-filter {
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .cab-filter__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; }
      @media (max-width: 480px) {
        .cab-filter__item {
          margin-bottom: 10px; }
          .cab-filter__item:last-child {
            margin-bottom: 0; } }
      .cab-filter__item p {
        font-weight: 400;
        font-size: 10px;
        color: #686770;
        margin-right: 15px; }
        .cab-filter__item p:last-child {
          margin-right: 0; }
      .cab-filter__item button {
        font-weight: 500;
        font-size: 14px;
        color: #ffb100;
        background-color: transparent;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        border: none;
        cursor: pointer;
        outline: none;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        .cab-filter__item button:hover {
          color: #fff; }
    .cab-filter__select {
      padding-right: 8px;
      margin-right: 10px;
      border-right: 1px solid #2e2a3c; }
      .cab-filter__select:last-child {
        margin-right: 0;
        padding-right: 0;
        border-right: none; }
      .cab-filter__select .jq-selectbox {
        background-image: none !important; }
        .cab-filter__select .jq-selectbox__select {
          background: #282435;
          border: none !important;
          box-shadow: none !important;
          text-shadow: none !important;
          outline: none;
          padding: 0 20px 0 0;
          font-weight: 400;
          font-size: 10px;
          color: #fff;
          height: auto;
          line-height: 1; }
        .cab-filter__select .jq-selectbox__trigger {
          border: none !important;
          width: 20px;
          height: 100%;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: 0; }
          .cab-filter__select .jq-selectbox__trigger-arrow {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
               -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            border-top-color: #686770 !important;
            opacity: 0.5; }
        .cab-filter__select .jq-selectbox__dropdown {
          border: none;
          border-radius: 6px;
          overflow: hidden; }
          .cab-filter__select .jq-selectbox__dropdown li {
            -moz-transition: all .3s ease;
            transition: all .3s ease; }
            .cab-filter__select .jq-selectbox__dropdown li:hover, .cab-filter__select .jq-selectbox__dropdown li.sel {
              background-color: #ffb100;
              color: #fff; }
  .cab-settings {
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .cab-settings {
        margin-bottom: 20px; } }
    .cab-settings .cab-box__title {
      font-size: 12px; }
    .cab-settings__qr {
      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-settings__qr-text {
        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-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-bottom: 10px; }
        .cab-settings__qr-text > span {
          margin-right: 10px;
          font-family: "Spoon", sans-serif;
          font-weight: 600;
          font-size: 12px;
          color: #686770; }
        .cab-settings__qr-text p {
          font-weight: 400;
          font-size: 12px;
          color: #b4b3b9;
          line-height: 1.5; }
          .cab-settings__qr-text p b {
            font-weight: 700; }
          .cab-settings__qr-text p a {
            font-weight: 700;
            text-decoration: none;
            color: #ffb100; }
            .cab-settings__qr-text p a:hover {
              text-decoration: underline; }
      .cab-settings__qr img {
        margin: 10px 0;
        width: 110px;
        height: 110px; }
    .cab-settings .about-page__list {
      margin-top: 30px;
      margin-bottom: 20px; }
      .cab-settings .about-page__list-item:before {
        background-color: #686770;
        border: none;
        width: 8px;
        height: 8px;
        left: 5px; }
      .cab-settings .about-page__list-item span {
        padding: 10px;
        border-radius: 100px;
        border: 2px solid #3d394c;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        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;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        text-align: center;
        min-width: 100px;
        font-weight: 700;
        font-size: 12px;
        color: #3d394c;
        cursor: pointer;
        margin-top: -50%; }
        .cab-settings .about-page__list-item span:hover {
          border-color: #ffb100;
          color: #ffb100; }
    .cab-settings__check {
      min-height: 56px;
      background-color: #2f2b3d;
      border-radius: 8px;
      padding: 10px 60px 10px 15px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      cursor: pointer;
      margin-bottom: 20px; }
      .cab-settings__check input {
        display: none; }
        .cab-settings__check input:checked + span {
          background-color: #ffb100; }
          .cab-settings__check input:checked + span:after {
            -webkit-transform: translate(calc(-50% + 10px), -50%);
               -moz-transform: translate(-moz-calc(-50% + 10px), -50%);
                -ms-transform: translate(calc(-50% + 10px), -50%);
                    transform: translate(calc(-50% + 10px), -50%); }
      .cab-settings__check > span {
        position: absolute;
        top: 50%;
        right: 35px;
        -webkit-transform: translate(50%, -50%);
           -moz-transform: translate(50%, -50%);
            -ms-transform: translate(50%, -50%);
                transform: translate(50%, -50%);
        width: 40px;
        height: 18px;
        background-color: #686770;
        display: block;
        z-index: 1;
        border-radius: 100px;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        .cab-settings__check > span:after {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
             -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          -webkit-transform: translate(calc(-50% - 10px), -50%);
             -moz-transform: translate(-moz-calc(-50% - 10px), -50%);
              -ms-transform: translate(calc(-50% - 10px), -50%);
                  transform: translate(calc(-50% - 10px), -50%);
          width: 14px;
          height: 14px;
          z-index: 1;
          border-radius: 50%;
          background-color: #fff;
          content: '';
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
      .cab-settings__check p {
        font-weight: 500;
        font-size: 10px;
        color: #fff; }
      .cab-settings__check .cab-input__title {
        margin-bottom: 10px; }
        .cab-settings__check .cab-input__title span {
          color: #c13c3c; }
  .cab-input {
    background-color: #282435;
    position: relative;
    padding-right: 50px;
    display: block;
    padding-left: 20px;
    height: 40px;
    border: 1px solid #3d394c;
    background-color: #2f2b3d;
    border-radius: 6px;
    margin-bottom: 15px; }
    .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 {
      width: 100%;
      height: 100%;
      background-color: transparent;
      border: none;
      font-weight: 500;
      font-size: 12px;
      color: #fff;
      outline: none; }
    .cab-input svg {
      position: absolute;
      top: 50%;
      -webkit-transform: translate(50%, -50%);
         -moz-transform: translate(50%, -50%);
          -ms-transform: translate(50%, -50%);
              transform: translate(50%, -50%);
      right: 25px;
      width: 20px;
      height: 20px;
      fill: #686770; }
    .cab-input__title {
      font-weight: 500;
      font-size: 10px;
      color: #686770;
      margin-bottom: 12px; }
    .cab-input.pm svg {
      fill: #f34646; }
    .cab-input.btc svg {
      fill: #f5931c; }
    .cab-input.eth svg {
      fill: #c2cbf8; }
    .cab-input.ltc svg {
      fill: #9498ff; }
  .cab-rank {
    padding-bottom: 8px; }
    .cab-rank__progress {
      width: 100%;
      position: relative;
      background-color: #282435;
      border: 1px solid #2e2a3c;
      border-radius: 20px;
      height: 7px;
      margin-bottom: 6px;
      z-index: 10; }
      .cab-rank__progress-line {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        height: 100%;
        background-color: #ffb100;
        border-radius: 100px;
        z-index: 10; }
        .cab-rank__progress-line span {
          left: 100%;
          top: -moz-calc(100% + 10px);
          top: calc(100% + 10px);
          position: absolute;
          -webkit-transform: translateX(-50%);
             -moz-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          min-width: 50px;
          min-height: 20px;
          padding: 5px;
          border-radius: 4px;
          background-color: rgba(255, 255, 255, 0.35);
          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: 10;
          font-weight: 700;
          font-size: 11px;
          color: #282435; }
          .cab-rank__progress-line span sup {
            top: -2px; }
          .cab-rank__progress-line span:after {
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
               -moz-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
            bottom: 100%;
            content: '';
            border: 5px solid transparent;
            border-bottom-color: rgba(255, 255, 255, 0.35); }
      .cab-rank__progress-range {
        margin-bottom: 15px;
        width: 100%;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .cab-rank__progress-range span {
          font-family: "Spoon", sans-serif;
          font-weight: 600;
          font-size: 10px;
          color: #686770; }
    .cab-rank__balance {
      width: 100%;
      text-align: center;
      margin-bottom: 20px;
      font-weight: 400;
      font-size: 12px;
      color: #686770; }
      .cab-rank__balance span {
        color: #ffb100;
        font-weight: 700; }
    .cab-rank__item {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      position: relative;
      padding: 15px 10px 15px 60px;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      border: 1px solid #2e2a3c;
      border-radius: 14px;
      margin-bottom: 12px; }
      .cab-rank__item img {
        position: absolute;
        top: 50%;
        left: 30px;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        max-width: 50px; }
      .cab-rank__item-title {
        background-color: #282435;
        position: absolute;
        top: 0;
        left: 13px;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        font-weight: 400;
        font-size: 8px;
        color: #686770;
        padding: 0 8px;
        display: inline-block; }
      .cab-rank__item p {
        font-weight: 400;
        font-size: 8px;
        color: #686770;
        line-height: 1.3;
        margin-bottom: 5px; }
      .cab-rank__item span {
        font-weight: 700;
        font-size: 10px;
        color: #fff; }
      .cab-rank__item-active {
        position: absolute;
        right: 0;
        bottom: 0;
        background-color: #ffb100;
        opacity: 0;
        padding: 8px 15px;
        border-radius: 14px 0;
        font-weight: 700;
        font-size: 8px;
        color: #fff;
        text-transform: uppercase; }
      .cab-rank__item.active {
        border-color: #ffb100; }
        .cab-rank__item.active .cab-rank__item-title {
          color: #ffb100;
          opacity: 1; }
        .cab-rank__item.active .cab-rank__item-active {
          opacity: 1; }
  .cab-banner {
    margin-bottom: 20px; }
    .cab-banner:first-child .accordion__body {
      display: block; }
    .cab-banner .cab-box__head {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none;
      cursor: pointer; }
      .cab-banner .cab-box__head .cab-box__title {
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .cab-banner .cab-box__head:hover .cab-box__title {
        color: #ffb100; }
    .cab-banner .accordion__body {
      border-top: 1px solid #2e2a3c;
      padding-top: 15px;
      display: none;
      padding-bottom: 15px; }
    .cab-banner__img {
      width: 100%;
      margin-bottom: 10px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -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-banner__img img {
        max-width: 100%; }
    .cab-banner__bot {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .cab-banner__bot p {
        max-width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-right: 30px;
        font-weight: 400;
        font-size: 14px;
        color: #fff; }
        .cab-banner__bot p:last-child {
          margin-right: 0; }

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