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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'Factor A';
  src: url("../fonts/FactorA-BlackItalic.eot");
  src: url("../fonts/FactorA-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/FactorA-BlackItalic.woff2") format("woff2"), url("../fonts/FactorA-BlackItalic.woff") format("woff"), url("../fonts/FactorA-BlackItalic.ttf") format("truetype"), url("../fonts/FactorA-BlackItalic.svg#FactorA-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Factor A';
  src: url("../fonts/FactorA-LightItalic.eot");
  src: url("../fonts/FactorA-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/FactorA-LightItalic.woff2") format("woff2"), url("../fonts/FactorA-LightItalic.woff") format("woff"), url("../fonts/FactorA-LightItalic.ttf") format("truetype"), url("../fonts/FactorA-LightItalic.svg#FactorA-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Factor A';
  src: url("../fonts/FactorA-MediumItalic.eot");
  src: url("../fonts/FactorA-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/FactorA-MediumItalic.woff2") format("woff2"), url("../fonts/FactorA-MediumItalic.woff") format("woff"), url("../fonts/FactorA-MediumItalic.ttf") format("truetype"), url("../fonts/FactorA-MediumItalic.svg#FactorA-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Factor A';
  src: url("../fonts/FactorA-Regular.eot");
  src: url("../fonts/FactorA-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/FactorA-Regular.woff2") format("woff2"), url("../fonts/FactorA-Regular.woff") format("woff"), url("../fonts/FactorA-Regular.ttf") format("truetype"), url("../fonts/FactorA-Regular.svg#FactorA-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Factor A';
  src: url("../fonts/FactorA-Light.eot");
  src: url("../fonts/FactorA-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/FactorA-Light.woff2") format("woff2"), url("../fonts/FactorA-Light.woff") format("woff"), url("../fonts/FactorA-Light.ttf") format("truetype"), url("../fonts/FactorA-Light.svg#FactorA-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Factor A';
  src: url("../fonts/FactorA-Extrabold.eot");
  src: url("../fonts/FactorA-Extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/FactorA-Extrabold.woff2") format("woff2"), url("../fonts/FactorA-Extrabold.woff") format("woff"), url("../fonts/FactorA-Extrabold.ttf") format("truetype"), url("../fonts/FactorA-Extrabold.svg#FactorA-Extrabold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Factor A';
  src: url("../fonts/FactorA-Medium.eot");
  src: url("../fonts/FactorA-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/FactorA-Medium.woff2") format("woff2"), url("../fonts/FactorA-Medium.woff") format("woff"), url("../fonts/FactorA-Medium.ttf") format("truetype"), url("../fonts/FactorA-Medium.svg#FactorA-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Factor A';
  src: url("../fonts/FactorA-Black.eot");
  src: url("../fonts/FactorA-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/FactorA-Black.woff2") format("woff2"), url("../fonts/FactorA-Black.woff") format("woff"), url("../fonts/FactorA-Black.ttf") format("truetype"), url("../fonts/FactorA-Black.svg#FactorA-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Factor A';
  src: url("../fonts/FactorA-Bold.eot");
  src: url("../fonts/FactorA-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FactorA-Bold.woff2") format("woff2"), url("../fonts/FactorA-Bold.woff") format("woff"), url("../fonts/FactorA-Bold.ttf") format("truetype"), url("../fonts/FactorA-Bold.svg#FactorA-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Factor A';
  src: url("../fonts/FactorA-ExtraboldItalic.eot");
  src: url("../fonts/FactorA-ExtraboldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/FactorA-ExtraboldItalic.woff2") format("woff2"), url("../fonts/FactorA-ExtraboldItalic.woff") format("woff"), url("../fonts/FactorA-ExtraboldItalic.ttf") format("truetype"), url("../fonts/FactorA-ExtraboldItalic.svg#FactorA-ExtraboldItalic") format("svg");
  font-weight: 800;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Factor A';
  src: url("../fonts/FactorA-BoldItalic.eot");
  src: url("../fonts/FactorA-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/FactorA-BoldItalic.woff2") format("woff2"), url("../fonts/FactorA-BoldItalic.woff") format("woff"), url("../fonts/FactorA-BoldItalic.ttf") format("truetype"), url("../fonts/FactorA-BoldItalic.svg#FactorA-BoldItalic") format("svg");
  font-weight: 700;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Factor A';
  src: url("../fonts/FactorA-Italic.eot");
  src: url("../fonts/FactorA-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/FactorA-Italic.woff2") format("woff2"), url("../fonts/FactorA-Italic.woff") format("woff"), url("../fonts/FactorA-Italic.ttf") format("truetype"), url("../fonts/FactorA-Italic.svg#FactorA-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
  font-display: swap; }

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

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

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

@-webkit-keyframes stepsArrow1 {
  0% {
    width: 0;
    height: 0;
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg); }
  50% {
    opacity: 1; }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-moz-keyframes stepsArrow1 {
  0% {
    width: 0;
    height: 0;
    -moz-transform: rotate(-25deg);
         transform: rotate(-25deg); }
  50% {
    opacity: 1; }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
    -moz-transform: rotate(0deg);
         transform: rotate(0deg); } }

@keyframes stepsArrow1 {
  0% {
    width: 0;
    height: 0;
    -webkit-transform: rotate(-25deg);
       -moz-transform: rotate(-25deg);
            transform: rotate(-25deg); }
  50% {
    opacity: 1; }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-webkit-keyframes stepsArrow2 {
  0% {
    width: 0;
    height: 0;
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg); }
  50% {
    opacity: 1; }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-moz-keyframes stepsArrow2 {
  0% {
    width: 0;
    height: 0;
    -moz-transform: rotate(25deg);
         transform: rotate(25deg); }
  50% {
    opacity: 1; }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
    -moz-transform: rotate(0deg);
         transform: rotate(0deg); } }

@keyframes stepsArrow2 {
  0% {
    width: 0;
    height: 0;
    -webkit-transform: rotate(25deg);
       -moz-transform: rotate(25deg);
            transform: rotate(25deg); }
  50% {
    opacity: 1; }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-webkit-keyframes stepsArrow3 {
  0% {
    width: 0;
    height: 0;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg); }
  50% {
    opacity: 1; }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-moz-keyframes stepsArrow3 {
  0% {
    width: 0;
    height: 0;
    -moz-transform: rotate(-20deg);
         transform: rotate(-20deg); }
  50% {
    opacity: 1; }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
    -moz-transform: rotate(0deg);
         transform: rotate(0deg); } }

@keyframes stepsArrow3 {
  0% {
    width: 0;
    height: 0;
    -webkit-transform: rotate(-20deg);
       -moz-transform: rotate(-20deg);
            transform: rotate(-20deg); }
  50% {
    opacity: 1; }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-webkit-keyframes stepsWallet {
  0% {
    left: 15px;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1); }
  100% {
    left: calc(100% - 15px);
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0); } }

@-moz-keyframes stepsWallet {
  0% {
    left: 15px;
    opacity: 0;
    -moz-transform: translate(-50%, -50%) scale(0);
         transform: translate(-50%, -50%) scale(0); }
  50% {
    opacity: 1;
    -moz-transform: translate(-50%, -50%) scale(1);
         transform: translate(-50%, -50%) scale(1); }
  100% {
    left: -moz-calc(100% - 15px);
    left: calc(100% - 15px);
    opacity: 0;
    -moz-transform: translate(-50%, -50%) scale(0);
         transform: translate(-50%, -50%) scale(0); } }

@keyframes stepsWallet {
  0% {
    left: 15px;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
       -moz-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
       -moz-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1); }
  100% {
    left: -moz-calc(100% - 15px);
    left: calc(100% - 15px);
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
       -moz-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0); } }

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

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

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

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

@-moz-keyframes pulse {
  0% {
    -moz-transform: translate(-50%, -50%) scale(1);
         transform: translate(-50%, -50%) scale(1);
    opacity: 0; }
  50% {
    opacity: .15; }
  100% {
    -moz-transform: translate(-50%, -50%) scale(2.2);
         transform: translate(-50%, -50%) scale(2.2);
    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: 0; }
  50% {
    opacity: .15; }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2.2);
       -moz-transform: translate(-50%, -50%) scale(2.2);
            transform: translate(-50%, -50%) scale(2.2);
    opacity: 0; } }

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

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

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

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

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

@keyframes pulse3 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
       -moz-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0; }
  50% {
    opacity: .2; }
  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 pulse4 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0; }
  50% {
    opacity: .1; }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(3);
            transform: translate(-50%, -50%) scale(3);
    opacity: 0; } }

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

@keyframes pulse4 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
       -moz-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0; }
  50% {
    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 contSoc {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg); } }

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

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

@-webkit-keyframes aboutLine {
  0% {
    stroke-dashoffset: 3002; }
  100% {
    stroke-dashoffset: 0; } }

@-moz-keyframes aboutLine {
  0% {
    stroke-dashoffset: 3002; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes aboutLine {
  0% {
    stroke-dashoffset: 3002; }
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes roadLine {
  0% {
    stroke-dashoffset: 100; }
  100% {
    stroke-dashoffset: 0; } }

@-moz-keyframes roadLine {
  0% {
    stroke-dashoffset: 100; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes roadLine {
  0% {
    stroke-dashoffset: 100; }
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes arrowCur {
  0% {
    opacity: 0; }
  60% {
    opacity: 0; }
  65% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  70% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  95% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  100% {
    opacity: 0; } }

@-moz-keyframes arrowCur {
  0% {
    opacity: 0; }
  60% {
    opacity: 0; }
  65% {
    opacity: 1;
    -moz-transform: translateY(0px);
         transform: translateY(0px); }
  70% {
    -moz-transform: translateY(-10px);
         transform: translateY(-10px); }
  95% {
    opacity: 1;
    -moz-transform: translateY(0px);
         transform: translateY(0px); }
  100% {
    opacity: 0; } }

@keyframes arrowCur {
  0% {
    opacity: 0; }
  60% {
    opacity: 0; }
  65% {
    opacity: 1;
    -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
            transform: translateY(0px); }
  70% {
    -webkit-transform: translateY(-10px);
       -moz-transform: translateY(-10px);
            transform: translateY(-10px); }
  95% {
    opacity: 1;
    -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
            transform: translateY(0px); }
  100% {
    opacity: 0; } }

@-webkit-keyframes earnArrow {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0; } }

@-moz-keyframes earnArrow {
  0% {
    -moz-transform: translateY(100%);
         transform: translateY(100%);
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    -moz-transform: translateY(0);
         transform: translateY(0);
    opacity: 0; } }

@keyframes earnArrow {
  0% {
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
    opacity: 0; } }

@-webkit-keyframes earnArrow2 {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0; } }

@-moz-keyframes earnArrow2 {
  0% {
    -moz-transform: translateY(-100%);
         transform: translateY(-100%);
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    -moz-transform: translateY(0);
         transform: translateY(0);
    opacity: 0; } }

@keyframes earnArrow2 {
  0% {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
    opacity: 0; } }

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

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

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

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

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

body.hidden {
  overflow: hidden;
  height: -moz-calc(var(--vh, 1vh) * 100);
  height: calc(var(--vh, 1vh) * 100); }

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, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

ol {
  counter-reset: li;
  list-style: none; }
  ol > li {
    counter-increment: li; }
    ol > li:before {
      content: counter(li) ".";
      color: #222222;
      display: inline-block; }

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: #FAFAFA; }

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

.nicescroll-rails {
  background-color: #F0F0F0; }

.mfp-container {
  padding-left: 0 !important;
  padding-right: 0 !important; }

@supports (-webkit-background-clip: text) {
  .cab-table__operation p span.gr {
    background: -moz-linear-gradient(191.19deg, #190801 -5.19%, #A95802 30.71%, #E6BF30 64.01%, #763906 101.22%, #070200 120.15%);
    background: linear-gradient(258.81deg, #190801 -5.19%, #A95802 30.71%, #E6BF30 64.01%, #763906 101.22%, #070200 120.15%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .cab-refs-scene__top p span {
    background: -moz-linear-gradient(right, #369E3F 2.33%, #298931 97.06%);
    background: linear-gradient(270deg, #369E3F 2.33%, #298931 97.06%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .cab-refs-scene__bot p span {
    background: -moz-linear-gradient(right, #4097D5 0%, #2A7EB9 93%);
    background: linear-gradient(270deg, #4097D5 0%, #2A7EB9 93%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .cab-investor__info p span,
  .cab-investor__rank span {
    background: -moz-linear-gradient(191.19deg, #190801 -5.19%, #A95802 30.71%, #E6BF30 64.01%, #763906 101.22%, #070200 120.15%), #8D8D8D;
    background: linear-gradient(258.81deg, #190801 -5.19%, #A95802 30.71%, #E6BF30 64.01%, #763906 101.22%, #070200 120.15%), #8D8D8D;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .cab-rank-his__val span {
    background: -moz-linear-gradient(191.19deg, #190801 -5.19%, #A95802 30.71%, #E6BF30 64.01%, #763906 101.22%, #070200 120.15%), #222222;
    background: linear-gradient(258.81deg, #190801 -5.19%, #A95802 30.71%, #E6BF30 64.01%, #763906 101.22%, #070200 120.15%), #222222;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .cab-modal__rank p {
    background: -moz-linear-gradient(191.19deg, #190801 -5.19%, #A95802 30.71%, #E6BF30 64.01%, #763906 101.22%, #070200 120.15%), #959BA9;
    background: linear-gradient(258.81deg, #190801 -5.19%, #A95802 30.71%, #E6BF30 64.01%, #763906 101.22%, #070200 120.15%), #959BA9;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; } }

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

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

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

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

.datepicker {
  z-index: 9999;
  background: #FFFFFF;
  border: 3px solid #E9E9E9;
  box-shadow: 0px 12px 28px rgba(0, 0, 0, 0.07);
  border-radius: 7px; }
  @media (max-width: 575px) {
    .datepicker {
      position: fixed !important;
      top: 10px !important;
      left: 50% !important;
      -webkit-transform: translateX(-50%) !important;
         -moz-transform: translateX(-50%) !important;
              transform: translateX(-50%) !important;
      pointer-events: none !important; }
      .datepicker.active {
        pointer-events: all !important; } }
  @media (max-width: 575px) {
    .datepicker--pointer {
      display: none !important; } }
  .datepicker--nav {
    padding: 15px;
    border-bottom: none; }
    .datepicker--nav-action {
      border-radius: 50%;
      border: 1px solid #F5F5F5;
      background-color: transparent;
      width: 26px;
      height: 26px;
      min-width: 26px;
      overflow: hidden; }
      .datepicker--nav-action svg {
        width: 26px;
        height: 26px;
        -webkit-transform: translate(-3px, -3px) scale(0.7);
           -moz-transform: translate(-3px, -3px) scale(0.7);
                transform: translate(-3px, -3px) scale(0.7); }
      .datepicker--nav-action svg path {
        stroke: #606060; }
      .datepicker--nav-action:hover {
        background-color: #F12A23;
        border-color: #F12A23; }
        .datepicker--nav-action:hover svg path {
          stroke: #fff; }
    .datepicker--nav-title {
      font-weight: 700;
      font-size: 16px;
      color: #222222; }
      .datepicker--nav-title:hover {
        background-color: transparent;
        color: #F12A23; }
        .datepicker--nav-title:hover i {
          color: #F12A23; }
      .datepicker--nav-title i {
        color: #222222; }
  .datepicker--content {
    padding: 0 15px 12px 15px; }
  .datepicker--day-name {
    font-weight: 400;
    font-size: 12px;
    color: #A5A4AA;
    text-transform: none; }
  .datepicker--cell {
    font-weight: 700;
    font-size: 12px;
    color: #222222;
    margin-bottom: 3px; }
    .datepicker--cell:hover {
      background-color: rgba(241, 42, 35, 0.05); }
    .datepicker--cell.-current- {
      color: #F12A23 !important; }
      .datepicker--cell.-current-:hover {
        color: #F12A23; }
    .datepicker--cell.-selected- {
      background-color: #F12A23 !important;
      color: #fff !important; }
      .datepicker--cell.-selected-:hover {
        background-color: #F12A23 !important; }
    .datepicker--cell.-range-from-, .datepicker--cell.-range-to- {
      background-color: #F12A23 !important;
      color: #fff !important;
      border-color: #F12A23; }
      .datepicker--cell.-range-from-:hover, .datepicker--cell.-range-to-:hover {
        background-color: #F12A23 !important; }
    .datepicker--cell.-in-range- {
      background-color: rgba(241, 42, 35, 0.05);
      color: #222222; }
      .datepicker--cell.-in-range-:hover {
        background-color: rgba(241, 42, 35, 0.05) !important;
        color: #222222; }
    .datepicker--cell.-other-month- {
      color: #A5A4AA !important; }
      .datepicker--cell.-other-month-.-in-range- {
        background-color: rgba(241, 42, 35, 0.05) !important; }
      .datepicker--cell.-other-month-:hover {
        background-color: rgba(241, 42, 35, 0.05);
        color: #A5A4AA; }

.copy-success {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: none;
  width: 107px;
  height: 49px; }
  .copy-success:before {
    content: '';
    position: absolute;
    left: 8px;
    top: 50%;
    width: 91px;
    height: 32px;
    background: #5678CE;
    opacity: 0.2;
    -webkit-filter: blur(7.5px);
            filter: blur(7.5px);
    border-radius: 32px;
    -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
       -moz-transform: matrix(1, 0, 0, -1, 0, 0);
            transform: matrix(1, 0, 0, -1, 0, 0); }
  .copy-success__wrap {
    border-radius: 11px;
    background: #FFFFFF;
    padding: 2px;
    position: relative;
    width: 107px;
    height: 49px; }
  .copy-success__inner {
    background: url("../img/copied-bg.png") center no-repeat;
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .copy-success img {
    margin-right: 12px; }
  .copy-success p {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    color: #222222; }

.nicescroll-rails {
  background-color: transparent !important; }

.highcharts-credits {
  display: none !important; }

.highcharts-scrollbar-thumb {
  height: 7px !important;
  -webkit-transform: translateY(2px);
     -moz-transform: translateY(2px);
          transform: translateY(2px); }

.highcharts-scrollbar-button {
  display: none; }

.m-btn {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 18px 26px;
  background-color: #F12A23;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  -moz-transition: all .3s ease !important;
  transition: all .3s ease !important;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  border: none;
  outline: none;
  font-weight: 800;
  font-size: 12px;
  min-height: 57px;
  line-height: 1; }
  @media (max-width: 575px) {
    .m-btn {
      padding: 18px; } }
  .m-btn:hover {
    color: #fff;
    background-color: #222222; }
    .m-btn:hover:after {
      -webkit-transform: translateY(0);
         -moz-transform: translateY(0);
              transform: translateY(0);
      opacity: 1; }
  .m-btn:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
            transform: translateY(-100%);
    background-color: #222222;
    z-index: -1;
    opacity: 0; }
  .m-btn > svg {
    fill: #fff;
    width: 18px;
    height: 13px;
    margin-right: 15px;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
  .m-btn_white {
    background-color: #fff;
    color: #F12A23; }
    .m-btn_white:hover {
      color: #fff;
      background-color: #222222; }
    .m-btn_white:after {
      background-color: #222222; }
  .m-btn_big {
    padding: 22px 40px; }
    @media (max-width: 575px) {
      .m-btn_big {
        padding: 20px; } }
  .m-btn_full {
    width: 100%; }
  .m-btn_mb {
    margin-bottom: 45px; }
    @media (max-width: 991px) {
      .m-btn_mb {
        margin-bottom: 30px; } }
  .m-btn_green {
    background-color: #56CE60; }
    .m-btn_green:hover {
      color: #fff;
      background-color: #fff; }
      .m-btn_green:hover > svg {
        fill: #56CE60; }
  .m-btn_icon img {
    margin-right: 20px;
    max-width: 24px; }
  .m-btn_pdf {
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    background-color: #F2F2F2;
    color: #222222; }
    .m-btn_pdf > img {
      margin-right: 6px;
      width: 23px; }
    .m-btn_pdf > svg {
      fill: none;
      stroke: #000;
      opacity: 0.1;
      width: 14px;
      height: 14px;
      margin-left: 30px;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .m-btn_pdf:hover > svg {
      stroke: #F12A23;
      opacity: 1; }
  .m-btn_gray {
    background-color: #404344; }
    .m-btn_gray:after {
      background-color: #222222; }
    .m-btn_gray:hover {
      color: #fff;
      background-color: #222222; }
  .m-btn_h68 {
    min-height: 68px;
    border-radius: 7px;
    font-size: 16px; }
  .m-btn_xl {
    min-width: 253px; }
  .m-btn_sm {
    min-height: 34px;
    padding: 11px 17px;
    font-size: 10px; }
  .m-btn_xxl {
    min-height: 80px;
    font-size: 16px; }
  .m-btn.disabled {
    background-color: #fafafa;
    pointer-events: none;
    color: #222222; }
  .m-btn:disabled {
    background-color: #fafafa;
    pointer-events: none;
    color: #222222; }

.m-nav {
  position: fixed;
  left: 0;
  top: 0;
  max-width: 235px;
  width: 100%;
  background: rgba(255, 255, 255, 0.81);
  box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.02);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  height: -moz-calc(var(--vh, 1vh) * 100);
  height: calc(var(--vh, 1vh) * 100);
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  z-index: 1000;
  display: none; }
  @media (max-width: 1199px) {
    .m-nav {
      display: block; } }
  .m-nav.fixed {
    top: 91px;
    height: -moz-calc(var(--vh, 1vh) * 100 - 91px);
    height: calc(var(--vh, 1vh) * 100 - 91px); }
    @media (max-width: 575px) {
      .m-nav.fixed {
        top: 77px;
        height: -moz-calc(var(--vh, 1vh) * 100 - 77px);
        height: calc(var(--vh, 1vh) * 100 - 77px); } }
  .m-nav.active {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }
  .m-nav .nicescroll-box {
    width: 100%;
    height: 100%;
    cursor: default !important; }
    .m-nav .nicescroll-box .wrap {
      padding: 10px;
      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%;
      min-height: 100%; }
  .m-nav .header-soc {
    display: none;
    margin-top: auto;
    margin-bottom: 4px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (max-width: 767px) {
      .m-nav .header-soc {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; } }
    .m-nav .header-soc a {
      background-color: #474747;
      margin-bottom: 6px; }
      .m-nav .header-soc a svg {
        fill: #fff; }
  .m-nav .header-btns {
    display: none;
    width: 100%;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .m-nav .header-btns .m-btn {
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px; }
      .m-nav .header-btns .m-btn:last-child {
        margin-bottom: 0; }
      .m-nav .header-btns .m-btn_white {
        background-color: #474747;
        color: #fff; }
        .m-nav .header-btns .m-btn_white:after {
          background-color: #fff; }
        .m-nav .header-btns .m-btn_white:hover {
          color: #F12A23; }
    @media (max-width: 767px) {
      .m-nav .header-btns {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; } }
  .m-nav .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: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-color: #fff;
    width: 100%;
    border-radius: 8px;
    padding: 5px 15px;
    background-color: #474747;
    margin-bottom: 20px; }
    .m-nav .header-menu__item {
      padding: 10px 0;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      width: 100%;
      font-size: 12px;
      line-height: 1;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .m-nav .header-menu__item:last-child {
        margin-bottom: 0; }
      .m-nav .header-menu__item > svg {
        position: static;
        left: auto;
        top: auto;
        -webkit-transform: translate(0, 0);
           -moz-transform: translate(0, 0);
                transform: translate(0, 0);
        margin-left: 6px;
        width: 8px;
        height: 8px; }
    .m-nav .header-menu__in {
      position: static;
      opacity: 1;
      width: 100%;
      pointer-events: all;
      padding: 5px;
      left: auto;
      top: auto;
      min-width: 0;
      margin-top: 10px;
      display: none;
      -moz-transition: none;
      transition: none; }
      .m-nav .header-menu__in:after {
        display: none; }
      .m-nav .header-menu__in:before {
        display: none; }
      .m-nav .header-menu__in a {
        padding: 10px 50px 10px 10px;
        margin-bottom: 5px; }
        .m-nav .header-menu__in a:last-child {
          margin-bottom: 0; }
        .m-nav .header-menu__in a:after {
          right: 10px; }
        .m-nav .header-menu__in a > svg {
          right: 26px; }
        .m-nav .header-menu__in a h3 {
          font-size: 12px;
          line-height: 1.2;
          margin-bottom: 5px; }
        .m-nav .header-menu__in a p {
          font-size: 10px; }

.m-num {
  width: 100%;
  font-weight: 400;
  font-size: 10px;
  color: #C2C2C2;
  padding-bottom: 20px;
  margin-bottom: 60px;
  border-bottom: 1px solid #E6E6E6;
  width: 100%; }
  @media (max-width: 991px) {
    .m-num {
      margin-bottom: 30px; } }
  .m-num span {
    font-size: 7px; }
  .m-num_center {
    border-bottom: none;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 22px; }
  .m-num_noline {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 24px; }
    @media (max-width: 991px) {
      .m-num_noline {
        margin-bottom: 20px; } }
  .m-num_right {
    text-align: right; }

.m-title {
  font-weight: 300;
  font-size: 35px;
  color: #222222;
  line-height: 0.98;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .m-title {
      margin-bottom: 30px;
      font-size: 30px; } }
  @media (max-width: 575px) {
    .m-title {
      font-size: 28px; } }
  .m-title b {
    font-style: italic;
    font-weight: 700; }
  .m-title strong {
    font-weight: 700; }
  .m-title span {
    font-weight: 700;
    color: #F12A23; }
  .m-title_white {
    color: #fff; }
  .m-title_center {
    text-align: center; }
  .m-title_right {
    text-align: right; }
  .m-title_xl {
    font-size: 60px;
    margin-bottom: 23px; }

.m-text {
  width: 100%;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .m-text {
      margin-bottom: 30px; } }
  .m-text h2 {
    font-weight: 800;
    font-size: 24px;
    color: #222222;
    margin-bottom: 26px;
    line-height: 1.17; }
  .m-text h3 {
    margin-bottom: 16px;
    font-weight: 800;
    font-size: 18px;
    color: #222222;
    line-height: 1.17; }
  .m-text p {
    font-weight: 400;
    font-size: 16px;
    color: #656565;
    line-height: 1.22;
    margin-bottom: 20px; }
    .m-text p:last-child {
      margin-bottom: 0; }
    .m-text p b {
      font-weight: 700;
      color: #222222; }
      .m-text p b span {
        color: #656565; }
    .m-text p a {
      color: #F12A23;
      font-weight: 700;
      text-decoration: underline; }
      .m-text p a:hover {
        text-decoration: none; }
    .m-text p strong {
      font-weight: 900;
      color: #222222; }
  .m-text_center {
    text-align: center; }
  .m-text_white h3 {
    color: #fff; }
  .m-text_white p {
    color: #B1B1B1; }
    .m-text_white p b {
      color: #B1B1B1; }
  .m-text_xl p {
    font-size: 18px; }
  .m-text_sm p {
    font-size: 14px; }

.m-link {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-decoration: none;
  font-weight: 700;
  font-size: 10px;
  color: #222222;
  cursor: pointer; }
  .m-link:hover {
    color: #F12A23; }
    .m-link:hover > svg {
      -webkit-transform: scale(1.4);
         -moz-transform: scale(1.4);
              transform: scale(1.4);
      fill: #F12A23; }
    .m-link:hover span:after {
      width: 100%;
      opacity: 1; }
  .m-link span {
    display: inline-block;
    padding: 4px 0;
    border-bottom: 1px solid #222222;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    position: relative; }
    .m-link span:after {
      position: absolute;
      bottom: -1px;
      left: 0;
      width: 0;
      height: 1px;
      background-color: #F12A23;
      content: '';
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
  .m-link > svg {
    margin-left: 10px;
    width: 8px;
    height: 8px;
    fill: #222222;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
  .m-link_white {
    color: #fff; }
    .m-link_white span {
      border-bottom-color: #fff; }
    .m-link_white > svg {
      fill: #fff; }

.m-input {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 26px; }
  .m-input__title {
    width: 100%;
    margin-bottom: 7px;
    font-weight: 500;
    font-size: 14px;
    color: #222222; }
  .m-input input {
    width: 100%;
    min-height: 50px;
    border: 1px solid #E7E7E7;
    background-color: transparent;
    outline: none;
    padding: 15px 15px 15px 44px;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    color: #222222; }
    .m-input input:focus {
      border-color: #56CE60;
      box-shadow: 0px 13px 14px rgba(0, 0, 0, 0.06);
      background-color: #fff; }
      .m-input input:focus + svg {
        stroke: #56CE60; }
  .m-input > svg {
    position: absolute;
    top: 50%;
    left: 22px;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    fill: none;
    stroke: #D2D2D2;
    width: 12px;
    height: 12px;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
  .m-input__show {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: 44px;
    height: 100%;
    cursor: pointer; }
    .m-input__show:hover:after {
      border-left-color: #F12A23; }
    .m-input__show:hover svg {
      fill: #F12A23; }
    .m-input__show.active:after {
      height: 0;
      opacity: 0; }
    .m-input__show.active svg {
      fill: #F12A23; }
    .m-input__show:after {
      position: absolute;
      top: 50%;
      left: 50%;
      height: 20px;
      border-left: 1px solid #D2D2D2;
      content: '';
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
         -moz-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .m-input__show svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      fill: #D2D2D2;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      width: 16px;
      height: 16px; }
  .m-input.error input {
    border-color: #F12A23;
    background-color: #fff;
    box-shadow: none; }
    .m-input.error input + svg {
      stroke: #F12A23; }
  .m-input.error:after {
    position: absolute;
    left: 0;
    top: -moz-calc(100% + 4px);
    top: calc(100% + 4px);
    font-weight: 400;
    font-size: 10px;
    color: #F12A23;
    content: attr(data-text); }
  .m-input_tel .iti {
    width: 100%;
    background-color: transparent; }
    .m-input_tel .iti:hover {
      background-color: transparent; }
    .m-input_tel .iti__flag {
      box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1);
      border-radius: 2px; }
    .m-input_tel .iti__selected-flag {
      outline: none;
      background-color: transparent !important; }
    .m-input_tel .iti__country {
      width: 100%; }
      .m-input_tel .iti__country-list {
        overflow-x: hidden; }
        .m-input_tel .iti__country-list::-webkit-scrollbar {
          width: 2px;
          /* ширина всей полосы прокрутки */ }
        .m-input_tel .iti__country-list::-webkit-scrollbar-track {
          background: transparent;
          /* цвет зоны отслеживания */ }
        .m-input_tel .iti__country-list::-webkit-scrollbar-thumb {
          background-color: #F12A23;
          /* цвет бегунка */
          border-radius: 20px;
          /* округлось бегунка */
          border: 0px solid orange;
          /* отступ вокруг бегунка */ }
  .m-input_pass input {
    padding-right: 44px; }

.home-wrap {
  padding: 90px 0px 290px;
  margin: -40px auto -280px auto;
  background-image: url("../img/home-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  background-color: #fff; }
  @media (max-width: 991px) {
    .home-wrap {
      padding-top: 60px; } }
  .home-wrap .m-num {
    position: relative; }
    .home-wrap .m-num:after {
      position: absolute;
      top: 100%;
      left: 0;
      width: 1px;
      height: 12px;
      content: '';
      background-color: #E6E6E6; }

.tooltip {
  position: relative;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .tooltip:hover .tooltip-wrap {
    opacity: 1; }
  .tooltip:hover .tooltip-icon {
    background-color: #F12A23; }
  .tooltip-wrap {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -moz-calc(100% + 16px);
    bottom: calc(100% + 16px);
    background-color: #181818;
    border-radius: 7px;
    max-width: 290px;
    width: -moz-calc(100vw - 30px);
    width: calc(100vw - 30px);
    z-index: 2;
    pointer-events: none;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: 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; }
    .tooltip-wrap:after {
      position: absolute;
      bottom: -8px;
      left: 50%;
      -webkit-transform: translateX(-50%) rotate(45deg);
         -moz-transform: translateX(-50%) rotate(45deg);
              transform: translateX(-50%) rotate(45deg);
      content: '';
      background-color: #181818;
      border-radius: 2px;
      width: 22px;
      height: 22px;
      z-index: -1; }
  .tooltip-icon {
    width: 10px;
    height: 10px;
    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;
    background-color: #656565;
    text-align: center;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    .tooltip-icon img {
      max-width: 40%; }
  .tooltip-text {
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    padding: 10px 20px;
    width: 100%; }
  @media (max-width: 767px) {
    .tooltip_mob-right .tooltip-wrap {
      position: absolute;
      right: 0;
      left: auto;
      -webkit-transform: translate(0, 0);
         -moz-transform: translate(0, 0);
              transform: translate(0, 0); } }
  @media (max-width: 767px) {
    .tooltip_mob-right .tooltip-wrap:after {
      right: 0;
      left: auto;
      bottom: -11px;
      -webkit-transform: translate(0, 0) rotate(0deg);
         -moz-transform: translate(0, 0) rotate(0deg);
              transform: translate(0, 0) rotate(0deg);
      background-color: transparent;
      border: 11px solid transparent;
      border-radius: 0;
      border-right-color: #181818;
      border-top-color: #181818; } }

.tip {
  position: relative;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .tip-wrap {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -moz-calc(100% + 16px);
    bottom: calc(100% + 16px);
    background-color: #181818;
    border-radius: 7px;
    max-width: 290px;
    width: -moz-calc(100vw - 30px);
    width: calc(100vw - 30px);
    z-index: 2;
    pointer-events: none;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: 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; }
    .tip-wrap:after {
      position: absolute;
      bottom: -8px;
      left: 50%;
      -webkit-transform: translateX(-50%) rotate(45deg);
         -moz-transform: translateX(-50%) rotate(45deg);
              transform: translateX(-50%) rotate(45deg);
      content: '';
      background-color: #181818;
      border-radius: 2px;
      width: 22px;
      height: 22px;
      z-index: -1; }
  .tip-icon {
    width: 10px;
    height: 10px;
    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;
    background-color: #656565;
    text-align: center;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    .tip-icon img {
      max-width: 40%; }
  .tip-text {
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    padding: 10px 20px;
    width: 100%;
    display: block; }
    .tip-text .cab-cur {
      color: #fff; }
  .tip-percent {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -14px;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    line-height: 1;
    background-color: #F7931A;
    border-radius: 5px;
    font-weight: 800;
    font-size: 14px;
    color: #FFFFFF;
    padding: 4px 6px; }
  .tip-info {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 290px; }
    .tip-info__item {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 13px 22px 17px 22px;
      border-bottom: 1px solid #262626;
      width: 100%; }
      .tip-info__item:last-child {
        border-bottom: none; }
    .tip-info__title {
      font-weight: 500;
      font-size: 12px;
      color: rgba(255, 255, 255, 0.7);
      margin-bottom: 7px;
      line-height: 1.22; }
      .tip-info__title:last-child {
        margin-bottom: 0; }
    .tip-info__val {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      font-weight: 700;
      font-size: 14px;
      color: #fff;
      line-height: 1.22;
      margin-bottom: 2px; }
      .tip-info__val:last-child {
        margin-bottom: 0; }
      .tip-info__val .cab-cur {
        border-color: #404040;
        color: #fff;
        margin-left: 5px;
        margin-top: -2px; }
    .tip-info__val2 {
      font-weight: 400;
      font-size: 12px;
      color: rgba(255, 255, 255, 0.6); }
  .tip-content {
    padding: 5px;
    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; }
  .tip-refs-lvl {
    font-weight: 400;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    margin-bottom: 2px; }
    .tip-refs-lvl:last-child {
      margin-bottom: 0; }
  .tip-refs-labels {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    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: -5px; }
    .tip-refs-labels p {
      font-weight: 500;
      font-size: 14px;
      color: #fff;
      margin: 0 5px 5px 5px;
      position: relative;
      padding-left: 11px; }
      .tip-refs-labels p:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        width: 7px;
        height: 7px;
        border: 2px solid #E7DCE9;
        content: '';
        border-radius: 50%; }
      .tip-refs-labels p.blue:after {
        border-color: #55A0F8; }
  .tip-custom {
    position: inherit; }
    .tip-custom .tip-wrap {
      opacity: 1;
      top: 45px;
      height: 35px;
      width: auto; }
      @media (max-width: 480px) {
        .tip-custom .tip-wrap {
          width: 100%; } }
      .tip-custom .tip-wrap:after {
        bottom: 0;
        top: -4px; }

.jq-selectbox select {
  pointer-events: none; }

.jq-selectbox ul::-webkit-scrollbar {
  width: 2px;
  /* ширина всей полосы прокрутки */ }

.jq-selectbox ul::-webkit-scrollbar-track {
  background: transparent;
  /* цвет зоны отслеживания */ }

.jq-selectbox ul::-webkit-scrollbar-thumb {
  background-color: #F12A23;
  /* цвет бегунка */
  border-radius: 20px;
  /* округлось бегунка */
  border: 0px solid orange;
  /* отступ вокруг бегунка */ }

.sel-search .jq-selectbox__search {
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 0 4px 4px 4px; }
  .sel-search .jq-selectbox__search input {
    width: 100%;
    border: 1px solid #F5F5F5;
    border-radius: 7px;
    background-color: #FAFAFA;
    height: 50px;
    padding: 10px 12px 10px 43px;
    background-position: 12px 50%;
    background-size: 16px;
    background-image: url(../img/sel-search.svg);
    font-weight: 400;
    font-size: 14px;
    color: #222222;
    font-family: "Factor A", sans-serif;
    line-height: 1; }
    @media (max-width: 767px) {
      .sel-search .jq-selectbox__search input {
        font-size: 16px; } }
  .sel-search .jq-selectbox__search ::-webkit-input-placeholder {
    color: #c2c2c2;
    line-height: 1;
    font-family: "Factor A", sans-serif;
    font-size: 14px; }
  .sel-search .jq-selectbox__search :-moz-placeholder {
    color: #c2c2c2;
    line-height: 1;
    font-family: "Factor A", sans-serif;
    font-size: 14px; }
  .sel-search .jq-selectbox__search ::-moz-placeholder {
    color: #c2c2c2;
    line-height: 1;
    font-family: "Factor A", sans-serif;
    font-size: 14px; }
  .sel-search .jq-selectbox__search :-ms-input-placeholder {
    color: #c2c2c2;
    line-height: 1;
    font-family: "Factor A", sans-serif;
    font-size: 14px; }
  .sel-search .jq-selectbox__search ::placeholder {
    color: #c2c2c2;
    line-height: 1;
    font-family: "Factor A", sans-serif;
    font-size: 14px; }

.sel-search .jq-selectbox__not-found {
  min-height: 44px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 13px 30px;
  font-weight: 500;
  font-size: 14px;
  color: #F12A23;
  font-family: "Factor A", sans-serif;
  border-radius: 5px;
  margin-right: 12px;
  margin-left: 0; }

.custom-select {
  position: relative; }
  .custom-select__drop {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    overflow: hidden;
    z-index: 1; }
  .custom-select__list {
    overflow-y: scroll; }
    .custom-select__list::-webkit-scrollbar {
      width: 2px;
      /* ширина всей полосы прокрутки */ }
    .custom-select__list::-webkit-scrollbar-track {
      background: transparent;
      /* цвет зоны отслеживания */ }
    .custom-select__list::-webkit-scrollbar-thumb {
      background-color: #F12A23;
      /* цвет бегунка */
      border-radius: 20px;
      /* округлось бегунка */
      border: 0px solid orange;
      /* отступ вокруг бегунка */ }

.tippy-box[data-theme~='ovax'] {
  background-color: #181818;
  color: #fff;
  border-radius: 7px;
  font-size: 12px;
  padding: 0;
  width: auto;
  height: auto; }
  .tippy-box[data-theme~='ovax'] > .tippy-content {
    padding: 0; }
  .tippy-box[data-theme~='ovax'][data-placement^='top'] > .tippy-arrow::before {
    border-top-color: #181818; }
  .tippy-box[data-theme~='ovax'][data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: #181818; }
  .tippy-box[data-theme~='ovax'][data-placement^='left'] > .tippy-arrow::before {
    border-left-color: #181818; }
  .tippy-box[data-theme~='ovax'][data-placement^='right'] > .tippy-arrow::before {
    border-right-color: #181818; }

.no-found {
  padding: 15px 0;
  color: #bfbfbf; }

.header {
  width: 100%;
  z-index: 100;
  position: relative; }
  @media (max-width: 575px) {
    .header {
      padding: 0; } }
  .header-top {
    width: 100%;
    background-color: #fff;
    padding: 18px 0;
    width: -moz-calc(100% + 24px);
    width: calc(100% + 24px);
    margin-left: -12px; }
    @media (max-width: 575px) {
      .header-top {
        padding: 10px 0;
        margin-left: 0;
        width: 100%; } }
  .header-links {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (max-width: 575px) {
      .header-links {
        -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: 15px; } }
    .header-links 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;
      font-weight: 700;
      font-size: 10px;
      color: #000;
      margin-bottom: 4px;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      @media (max-width: 575px) {
        .header-links a {
          margin-bottom: 0;
          margin-right: 15px; } }
      .header-links a:hover {
        color: #F12A23; }
        .header-links a:hover svg {
          fill: #F12A23; }
      .header-links a:last-child {
        margin-bottom: 0; }
      .header-links a svg {
        margin-left: 6px;
        width: 7px;
        height: 7px;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        fill: #000; }
  .header-tel {
    font-weight: 900;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    white-space: nowrap; }
    .header-tel:hover {
      color: #F12A23; }
    .header-tel svg {
      margin-right: 7px;
      fill: none;
      stroke: #F12A23;
      width: 12px;
      min-width: 12px;
      height: 12px; }
  .header-soc {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (max-width: 767px) {
      .header-soc {
        display: none; } }
    .header-soc p {
      padding-right: 19px;
      margin-right: 13px;
      font-weight: 500;
      font-size: 10px;
      color: rgba(0, 0, 0, 0.4);
      text-transform: uppercase;
      position: relative; }
      @media (max-width: 991px) {
        .header-soc p {
          display: none; } }
      .header-soc p:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0;
        width: 12px;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.1);
        content: ''; }
    .header-soc a {
      width: 26px;
      height: 26px;
      border-radius: 50%;
      margin-right: 6px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      min-width: 26px;
      text-align: center;
      position: relative;
      z-index: 1; }
      .header-soc a:hover:after {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
           -moz-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1); }
      .header-soc a:hover svg {
        fill: #fff; }
      .header-soc a:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) scale(0);
           -moz-transform: translate(-50%, -50%) scale(0);
                transform: translate(-50%, -50%) scale(0);
        opacity: 0;
        border-radius: 50%;
        content: '';
        background-color: #F12A23;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        z-index: -1;
        width: 100%;
        height: 100%; }
      .header-soc a svg {
        width: 12px;
        height: 12px;
        fill: #000;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        position: relative;
        z-index: 2; }
      .header-soc a:last-child {
        margin-right: 0; }
  .header-cont {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    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: 0 15px;
    max-width: 100%; }
    @media (max-width: 767px) {
      .header-cont {
        margin-right: 0; } }
    .header-cont p {
      padding-right: 19px;
      margin-right: 13px;
      font-weight: 500;
      font-size: 10px;
      color: rgba(0, 0, 0, 0.4);
      text-transform: uppercase;
      position: relative; }
      @media (max-width: 991px) {
        .header-cont p {
          display: none; } }
      .header-cont p:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0;
        width: 12px;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.1);
        content: ''; }
  .header-mail {
    position: relative;
    padding: 6px 14px 6px 43px;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-weight: 700;
    font-size: 12px;
    color: #000;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    margin-right: 15px;
    max-width: 205px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 26px;
    min-width: 26px;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (max-width: 1199px) {
      .header-mail {
        font-size: 0;
        padding-right: 0;
        padding-left: 0;
        margin-right: 10px; } }
    .header-mail:last-child {
      margin-right: 0; }
    .header-mail:hover {
      color: #F12A23; }
      @media (max-width: 1199px) {
        .header-mail:hover {
          border-color: #F12A23; } }
    .header-mail svg {
      position: absolute;
      top: 50%;
      left: 15px;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 14px;
      height: 14px;
      fill: #F12A23; }
      @media (max-width: 1199px) {
        .header-mail svg {
          left: 50%; } }
    .header-mail:after {
      position: absolute;
      top: 0;
      left: 30px;
      width: 1px;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.05);
      content: ''; }
      @media (max-width: 1199px) {
        .header-mail:after {
          display: none; } }
  .header-sup {
    padding: 9px 28px 7px 12px;
    border-radius: 100px;
    background-color: #474747;
    font-weight: 800;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    position: relative;
    min-height: 26px;
    min-width: 26px;
    z-index: 1; }
    .header-sup:hover:after {
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      border-radius: 100px;
      -webkit-transform: translate(0, 0);
         -moz-transform: translate(0, 0);
              transform: translate(0, 0); }
    .header-sup:after {
      position: absolute;
      top: 50%;
      right: 3px;
      width: 20px;
      height: 20px;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
              transform: translateY(-50%);
      content: '';
      background-color: #F12A23;
      border-radius: 50%;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      z-index: -1; }
    .header-sup svg {
      position: absolute;
      right: 13px;
      -webkit-transform: translate(50%, -50%);
         -moz-transform: translate(50%, -50%);
              transform: translate(50%, -50%);
      width: 10px;
      height: 10px;
      fill: #fff;
      z-index: 2;
      top: 50%; }
  .header-content {
    width: 100%;
    background-image: url("../img/header-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-bottom: 60px; }
    @media (max-width: 767px) {
      .header-content {
        padding-bottom: 30px; } }
    @media (max-width: 575px) {
      .header-content {
        border-radius: 0; } }
    .header-content.fixed {
      padding-top: -moz-calc(91px + 76px);
      padding-top: calc(91px + 76px); }
      @media (max-width: 767px) {
        .header-content.fixed {
          padding-top: -moz-calc(91px + 30px);
          padding-top: calc(91px + 30px); } }
      @media (max-width: 575px) {
        .header-content.fixed {
          padding-top: -moz-calc(77px + 30px);
          padding-top: calc(77px + 30px); } }
    .header-content_page {
      padding-bottom: 56px; }
      @media (max-width: 991px) {
        .header-content_page {
          padding-bottom: 30px; } }
      .header-content_page .header-bot {
        margin-bottom: 34px; }
        @media (max-width: 767px) {
          .header-content_page .header-bot {
            margin-bottom: 30px; } }
      .header-content_page .m-title {
        margin-bottom: 60px; }
        @media (max-width: 991px) {
          .header-content_page .m-title {
            margin-bottom: 30px; } }
        .header-content_page .m-title:last-child {
          margin-bottom: 0; }
      .header-content_page.fixed {
        padding-top: -moz-calc(91px + 34px);
        padding-top: calc(91px + 34px); }
        @media (max-width: 767px) {
          .header-content_page.fixed {
            padding-top: -moz-calc(91px + 30px);
            padding-top: calc(91px + 30px); } }
        @media (max-width: 575px) {
          .header-content_page.fixed {
            padding-top: -moz-calc(77px + 30px);
            padding-top: calc(77px + 30px); } }
    .header-content_faq {
      background-image: url(../img/faq-bg.png); }
    .header-content_cont {
      background-image: url(../img/cont-bg.png); }
    .header-content_reviews {
      background-image: url(../img/reviews-bg.png); }
    .header-content_news {
      background-image: url(../img/news-page-bg.png); }
    .header-content_payment {
      background-image: url(../img/payment-bg.png); }
    .header-content_career {
      background-image: url(../img/career-bg.png); }
    .header-content_about {
      background-image: url(../img/about-page-bg.png); }
    .header-content_his {
      background-image: url(../img/his-bg.png); }
    .header-content_info {
      background-image: url(../img/info-bg.png); }
    .header-content_earn {
      background-image: url(../img/earn-bg.png); }
    .header-content_guide {
      background-image: url(../img/guide-bg.png); }
    .header-content_invest {
      background-image: url(../img/invest-bg.png); }
    .header-content_refs {
      background-image: url(../img/refs-bg.png); }
    .header-content_road {
      background-image: url(../img/road-bg.png); }
  .header-bot {
    padding: 19px 0;
    width: 100%;
    margin-bottom: 76px;
    z-index: 100;
    position: relative;
    z-index: 10; }
    @media (max-width: 767px) {
      .header-bot {
        margin-bottom: 30px; } }
    @media (max-width: 575px) {
      .header-bot {
        padding: 12px 0; } }
    .header-bot .m-btn {
      min-height: 52px; }
    .header-bot.fixed {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background: rgba(255, 255, 255, 0.81);
      border-bottom: 1px solid #F0F0F0;
      box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.02);
      -webkit-backdrop-filter: blur(4px);
              backdrop-filter: blur(4px); }
      .header-bot.fixed .header-logo__dark {
        opacity: 1; }
      .header-bot.fixed .header-lang {
        background-color: rgba(0, 0, 0, 0.02); }
        .header-bot.fixed .header-lang__hide {
          top: -moz-calc(100% + 26px);
          top: calc(100% + 26px); }
          .header-bot.fixed .header-lang__hide:before {
            height: 26px; }
      .header-bot.fixed .header-btns .m-btn_white {
        background-color: #474747;
        color: #fff; }
        .header-bot.fixed .header-btns .m-btn_white:after {
          background-color: #222222; }
        .header-bot.fixed .header-btns .m-btn_white:hover {
          background-color: #222222;
          color: #fff; }
      .header-bot.fixed .header-burger {
        background-color: #474747; }
        .header-bot.fixed .header-burger span, .header-bot.fixed .header-burger:after, .header-bot.fixed .header-burger:before {
          background-color: #fff; }
      .header-bot.fixed .header-menu__item {
        color: #222222; }
        .header-bot.fixed .header-menu__item:hover, .header-bot.fixed .header-menu__item.active {
          color: #F12A23; }
  .header-logo {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 100%;
    position: relative; }
    .header-logo img {
      max-width: 100%; }
    .header-logo__dark {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      opacity: 0; }
  .header-menu {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (max-width: 1199px) {
      .header-menu {
        display: none; } }
    .header-menu__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;
      font-weight: 700;
      font-size: 10px;
      color: #fff;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      text-transform: uppercase;
      text-decoration: none;
      position: relative;
      margin-right: 26px;
      cursor: pointer; }
      .header-menu__item:hover, .header-menu__item.active {
        color: #F12A23; }
      .header-menu__item:after {
        width: 12px;
        height: 12px;
        left: 100%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%);
        content: ''; }
      .header-menu__item > svg {
        width: 6px;
        height: 6px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%);
        left: -moz-calc(100% + 6px);
        left: calc(100% + 6px);
        fill: #F12A23; }
      .header-menu__item:hover .header-menu__in {
        opacity: 1;
        pointer-events: all; }
    .header-menu__in {
      position: absolute;
      left: 0;
      top: -moz-calc(100% + 20px);
      top: calc(100% + 20px);
      border-radius: 4px;
      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;
      min-width: 513px;
      padding: 28px 25px;
      opacity: 0;
      pointer-events: none;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      box-shadow: 0px 8px 22px rgba(0, 0, 0, 0.04); }
      .header-menu__in:before {
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 20px;
        content: ''; }
      .header-menu__in:after {
        position: absolute;
        bottom: 100%;
        left: 28px;
        border: 6px solid transparent;
        border-bottom-color: #fff;
        content: ''; }
      .header-menu__in 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;
        position: relative;
        padding: 6px 74px 14px 20px;
        border-radius: 4px;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        text-decoration: none;
        cursor: pointer;
        margin-bottom: 10px;
        width: 100%;
        text-transform: none; }
        .header-menu__in a:last-child {
          margin-bottom: 0; }
        .header-menu__in a:hover {
          background-color: #F5F5F5; }
          .header-menu__in a:hover h3 {
            color: #F12A23; }
          .header-menu__in a:hover > svg {
            opacity: 1; }
          .header-menu__in a:hover:after {
            opacity: 1; }
        .header-menu__in a.active {
          background-color: #F5F5F5; }
          .header-menu__in a.active h3 {
            color: #F12A23; }
          .header-menu__in a.active > svg {
            opacity: 1; }
          .header-menu__in a.active:after {
            opacity: 1; }
        .header-menu__in a:after {
          position: absolute;
          top: 50%;
          right: 21px;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
                  transform: translateY(-50%);
          content: '';
          width: 32px;
          height: 32px;
          border-radius: 50%;
          background-color: #F12A23;
          opacity: 0;
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
        .header-menu__in a > svg {
          position: absolute;
          top: 50%;
          right: 37px;
          -webkit-transform: translate(50%, -50%);
             -moz-transform: translate(50%, -50%);
                  transform: translate(50%, -50%);
          fill: #fff;
          z-index: 2;
          width: 10px;
          height: 10px; }
        .header-menu__in a h3 {
          font-weight: 800;
          font-size: 18px;
          color: #000;
          line-height: 2;
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
        .header-menu__in a p {
          font-weight: 400;
          font-size: 12px;
          color: #656565;
          line-height: 1.22; }
  .header-nav {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
  .header-lang {
    margin-left: auto;
    width: 52px;
    height: 52px;
    margin-right: 12px;
    position: relative; }
    @media (max-width: 767px) {
      .header-lang {
        margin-right: 0; } }
    .header-lang.active .header-lang__btn {
      background-color: rgba(0, 0, 0, 0.2); }
    .header-lang.active .header-lang__hide {
      opacity: 1;
      pointer-events: all;
      -webkit-transform: translateY(0);
         -moz-transform: translateY(0);
              transform: translateY(0); }
    .header-lang__btn {
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.1);
      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;
      position: relative;
      cursor: pointer;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .header-lang__icon {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      overflow: hidden; }
      .header-lang__icon svg {
        width: 100%;
        height: 100%; }
    .header-lang:last-child {
      margin-right: 0; }
    .header-lang__hide {
      position: absolute;
      top: -moz-calc(100% + 20px);
      top: calc(100% + 20px);
      left: 0;
      min-width: 100%;
      background-color: #fff;
      border-radius: 4px;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      padding: 4px;
      opacity: 0;
      pointer-events: none;
      -webkit-transform: translateY(-20px);
         -moz-transform: translateY(-20px);
              transform: translateY(-20px);
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
      .header-lang__hide:before {
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 20px;
        content: ''; }
      .header-lang__hide:after {
        position: absolute;
        bottom: 100%;
        left: 20px;
        border: 6px solid transparent;
        border-bottom-color: #fff;
        content: ''; }
        @media (max-width: 767px) {
          .header-lang__hide:after {
            left: auto;
            right: 86px; } }
      .header-lang__hide a {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        border-radius: 4px;
        padding: 12px;
        margin-bottom: 4px; }
        .header-lang__hide a:last-child {
          margin-bottom: 0; }
        .header-lang__hide a:hover, .header-lang__hide a.active {
          background-color: #F5F5F5; }
      .header-lang__hide-col {
        margin-right: 4px; }
        .header-lang__hide-col:last-child {
          margin-right: 0; }
      @media (max-width: 767px) {
        .header-lang__hide {
          left: auto;
          right: 0; }
          .header-lang__hide:after {
            -webkit-transform: translateX(66px);
               -moz-transform: translateX(66px);
                    transform: translateX(66px); } }
  .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: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (max-width: 767px) {
      .header-btns {
        display: none; } }
    .header-btns .m-btn {
      margin-right: 13px; }
      .header-btns .m-btn:last-child {
        margin-right: 0; }
  .header-burger {
    width: 52px;
    height: 52px;
    background-color: #fff;
    border-radius: 4px;
    margin-left: 12px;
    position: relative;
    cursor: pointer;
    min-width: 52px;
    display: none;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    @media (max-width: 1199px) {
      .header-burger {
        display: block; } }
    .header-burger span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 26px;
      height: 2px;
      background-color: #F12A23;
      border-radius: 10px;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .header-burger:after {
      width: 26px;
      height: 2px;
      background-color: #F12A23;
      border-radius: 10px;
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      top: -moz-calc(50% - 8px);
      top: calc(50% - 8px);
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .header-burger:before {
      width: 26px;
      height: 2px;
      background-color: #F12A23;
      border-radius: 10px;
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      top: -moz-calc(50% + 8px);
      top: calc(50% + 8px);
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .header-burger.active {
      background-color: #F12A23 !important; }
      .header-burger.active span {
        width: 0;
        opacity: 0;
        background-color: #fff !important; }
      .header-burger.active:after {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(225deg);
           -moz-transform: translate(-50%, -50%) rotate(225deg);
                transform: translate(-50%, -50%) rotate(225deg);
        background-color: #fff !important; }
      .header-burger.active:before {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-225deg);
           -moz-transform: translate(-50%, -50%) rotate(-225deg);
                transform: translate(-50%, -50%) rotate(-225deg);
        background-color: #fff !important; }
  .header-title {
    font-size: 60px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 46px;
    line-height: 1.22; }
    @media (max-width: 1199px) {
      .header-title {
        font-size: 50px; } }
    @media (max-width: 991px) {
      .header-title {
        font-size: 40px; } }
    @media (max-width: 480px) {
      .header-title {
        font-size: 30px; } }
    .header-title b {
      font-weight: 700; }
    .header-title i {
      font-weight: 700;
      font-style: italic; }
    .header-title span {
      color: #F12A23;
      font-weight: 700; }
  .header-text {
    max-width: 296px;
    font-weight: 400;
    font-size: 18px;
    color: #B1B1B1;
    line-height: 1.22;
    margin-bottom: 59px; }
    .header-text span {
      color: #fff;
      font-weight: 800;
      border-bottom: 2px solid #F12A23;
      display: inline-block; }
  .header-form {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.17);
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    border-radius: 4px;
    max-width: 475px;
    width: 100%;
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: 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: 6px;
    margin-bottom: 118px; }
    @media (max-width: 991px) {
      .header-form {
        margin-bottom: 105px; } }
    @media (max-width: 767px) {
      .header-form {
        margin-bottom: 60px;
        max-width: 100%; } }
    .header-form .m-btn {
      padding: 26px 30px;
      font-size: 12px;
      white-space: nowrap;
      min-width: 160px;
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      @media (max-width: 480px) {
        .header-form .m-btn {
          padding: 20px; } }
    .header-form input {
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      border: none;
      background-color: transparent;
      padding-left: 51px;
      padding-right: 6px;
      outline: none;
      font-weight: 500;
      font-size: 16px;
      color: #fff;
      width: auto;
      display: block;
      width: -moz-calc(100% - 160px);
      width: calc(100% - 160px);
      height: auto; }
      @media (max-width: 480px) {
        .header-form input {
          width: -moz-calc(100% - 100px);
          width: calc(100% - 100px);
          padding-left: 10px; } }
    .header-form ::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.4); }
    .header-form :-moz-placeholder {
      color: rgba(255, 255, 255, 0.4); }
    .header-form ::-moz-placeholder {
      color: rgba(255, 255, 255, 0.4); }
    .header-form :-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.4); }
    .header-form ::placeholder {
      color: rgba(255, 255, 255, 0.4); }
    .header-form:after {
      position: absolute;
      left: -52px;
      bottom: -29px;
      width: 151px;
      height: 113px;
      background-image: url(../img/header-form-bg.png);
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 100% 100%;
      content: '';
      pointer-events: none; }
      @media (max-width: 480px) {
        .header-form:after {
          display: none; } }
  .header-down {
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 28px;
    height: 28px;
    position: relative;
    overflow: hidden; }
    @media (max-width: 767px) {
      .header-down {
        display: none; } }
    .header-down:hover svg {
      fill: #F12A23;
      -webkit-transform: translateX(-50%) scale(2);
         -moz-transform: translateX(-50%) scale(2);
              transform: translateX(-50%) scale(2); }
    .header-down svg {
      width: 100%;
      height: 100%;
      fill: #fff;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 0;
      -webkit-transform-origin: 50% 100%;
         -moz-transform-origin: 50% 100%;
              transform-origin: 50% 100%; }
  .header-vid {
    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: 387px;
    width: 100%;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.11);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    border-radius: 4px;
    overflow: hidden; }
    .header-vid__preview {
      overflow: hidden;
      width: 100%;
      position: relative;
      height: 217px;
      cursor: pointer;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: #222222; }
      @media (max-width: 575px) {
        .header-vid__preview {
          height: auto !important;
          min-height: 0 !important; } }
      .header-vid__preview:hover .header-vid__play {
        background-color: #fff; }
        .header-vid__preview:hover .header-vid__play > svg {
          fill: #F12A23;
          -webkit-transform: translate(-50%, -50%) scale(2.5);
             -moz-transform: translate(-50%, -50%) scale(2.5);
                  transform: translate(-50%, -50%) scale(2.5); }
        .header-vid__preview:hover .header-vid__play-circle {
          -webkit-transform: translate(-50%, -50%) scale(2.2);
             -moz-transform: translate(-50%, -50%) scale(2.2);
                  transform: translate(-50%, -50%) scale(2.2); }
          .header-vid__preview:hover .header-vid__play-circle:after {
            border-color: rgba(241, 42, 35, 0.4); }
          .header-vid__preview:hover .header-vid__play-circle svg {
            fill: #F12A23;
            -webkit-animation: headerVidPlay 1s infinite ease-in-out;
               -moz-animation: headerVidPlay 1s infinite ease-in-out;
                    animation: headerVidPlay 1s infinite ease-in-out; }
      .header-vid__preview > img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 50%;
           object-position: 50% 50%; }
    .header-vid__play {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 52px;
      height: 52px;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      background-color: #F12A23;
      border-radius: 50%; }
      .header-vid__play > svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        fill: #fff;
        width: 8px;
        height: 8px;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .header-vid__play-circle {
        width: 32px;
        height: 32px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        .header-vid__play-circle:after {
          width: -moz-calc(100% - 1px);
          width: calc(100% - 1px);
          height: -moz-calc(100% - 1px);
          height: calc(100% - 1px);
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
             -moz-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          border-radius: 50%;
          border: 1px solid rgba(255, 255, 255, 0.3);
          content: '';
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
        .header-vid__play-circle svg {
          width: 100%;
          height: 100%;
          fill: #fff;
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
      .header-vid__play-wrap {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-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: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .header-vid__play-wrap p {
          font-weight: 500;
          font-size: 18px;
          color: #fff;
          white-space: nowrap; }
        .header-vid__play-wrap .header-vid__play {
          position: relative;
          top: auto;
          left: auto;
          -webkit-transform: translate(0, 0);
             -moz-transform: translate(0, 0);
                  transform: translate(0, 0);
          margin-right: 26px; }
          @media (max-width: 575px) {
            .header-vid__play-wrap .header-vid__play {
              margin-right: 12px; } }
    .header-vid__content {
      width: 100%;
      padding: 26px 36px 17px 36px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      min-height: 293px; }
      @media (max-width: 991px) {
        .header-vid__content {
          padding: 30px; } }
      .header-vid__content h4 {
        font-weight: 300;
        font-size: 10px;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 17px; }
        .header-vid__content h4:last-child {
          margin-bottom: 0; }
      .header-vid__content h3 {
        font-weight: 700;
        font-size: 16px;
        color: #fff;
        line-height: 1.22;
        margin-bottom: 20px; }
        @media (max-width: 991px) {
          .header-vid__content h3 {
            font-size: 14px; } }
        .header-vid__content h3:last-child {
          margin-bottom: 0; }
      .header-vid__content p {
        font-weight: 400;
        font-size: 12px;
        color: #B1B1B1;
        line-height: 1.22;
        margin-bottom: 20px; }
        .header-vid__content p:last-child {
          margin-bottom: 0; }
    .header-vid__more {
      margin-top: auto;
      width: 100%;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-decoration: none;
      font-weight: 800;
      font-size: 12px;
      color: #fff;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      cursor: pointer;
      position: relative;
      text-transform: uppercase;
      min-height: 62px;
      line-height: 1;
      margin-bottom: -15px; }
      @media (max-width: 991px) {
        .header-vid__more {
          font-size: 10px; } }
      .header-vid__more:hover {
        color: #F12A23; }
        .header-vid__more:hover:after {
          background-color: #F12A23; }
        .header-vid__more:hover > svg {
          fill: #fff;
          -webkit-transform: translate(50%, -50%) scale(1.5);
             -moz-transform: translate(50%, -50%) scale(1.5);
                  transform: translate(50%, -50%) scale(1.5); }
      .header-vid__more:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        content: '';
        background-color: #fff;
        z-index: 1;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .header-vid__more > svg {
        position: absolute;
        right: 16px;
        top: 50%;
        -webkit-transform: translate(50%, -50%);
           -moz-transform: translate(50%, -50%);
                transform: translate(50%, -50%);
        fill: #000;
        width: 8px;
        height: 8px;
        z-index: 2;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .header-vid__more > img {
        margin-right: 12px;
        width: 24px; }
  .header-back {
    margin-bottom: 36px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    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;
    cursor: pointer;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 400;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5); }
    .header-back:hover {
      color: #fff; }
    .header-back img {
      width: 14px;
      margin-right: 9px; }
  .header-submenu {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .header-submenu {
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: -moz-calc(100% + 16px);
        width: calc(100% + 16px);
        margin-left: -8px; } }
    .header-submenu:last-child {
      margin-bottom: -15px; }
    .header-submenu a {
      font-weight: 500;
      font-size: 12px;
      color: rgba(255, 255, 255, 0.5);
      padding: 12px;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      text-decoration: none;
      cursor: pointer;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      background-color: rgba(0, 0, 0, 0.3);
      border-radius: 30px;
      margin-right: 30px;
      min-width: 160px;
      margin-bottom: 15px; }
      @media (max-width: 991px) {
        .header-submenu a {
          margin-right: 15px; } }
      @media (max-width: 767px) {
        .header-submenu a {
          width: -moz-calc(100% / 2 - 16px);
          width: calc(100% / 2 - 16px);
          min-width: 0;
          -webkit-flex-grow: 1;
             -moz-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          margin: 0 8px 16px 8px; } }
      @media (max-width: 575px) {
        .header-submenu a {
          font-size: 10px;
          padding: 10px; } }
      .header-submenu a:hover, .header-submenu a.active {
        color: #fff;
        background-color: #F12A23; }

.about {
  padding: 60px 0 0 0;
  background-image: url(../img/about-bg.png);
  background-repeat: no-repeat;
  background-position: 50% -moz-calc(100% - 92px);
  background-position: 50% calc(100% - 92px);
  background-size: 100% auto; }
  @media (max-width: 991px) {
    .about {
      padding-top: 30px; } }
  .about-wrap {
    position: relative;
    padding-right: 235px;
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
    z-index: 1;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .about-wrap {
        padding-right: 180px;
        margin-bottom: 30px; } }
    @media (max-width: 575px) {
      .about-wrap {
        padding-right: 0; } }
    .about-wrap > img {
      position: absolute;
      z-index: -1;
      pointer-events: none;
      right: -75px;
      bottom: 0; }
      @media (max-width: 1199px) {
        .about-wrap > img {
          right: -115px; } }
      @media (max-width: 767px) {
        .about-wrap > img {
          right: -130px; } }
      @media (max-width: 575px) {
        .about-wrap > img {
          opacity: 0.1; } }
  .about-text {
    margin-bottom: 40px;
    max-width: 270px;
    width: 100%; }
    @media (max-width: 767px) {
      .about-text {
        margin-bottom: 30px; } }
    .about-text p {
      font-weight: 300;
      font-size: 18px;
      color: #222222;
      line-height: 1.22;
      font-style: italic; }
      .about-text p b {
        font-weight: 800; }
  .about-prof {
    width: 100%;
    padding-top: 33px;
    padding-left: 28px;
    position: relative; }
    @media (max-width: 991px) {
      .about-prof {
        padding-left: 0;
        padding-top: 0; } }
    .about-prof:after {
      width: 1px;
      height: 65px;
      background-color: #E6E6E6;
      content: '';
      position: absolute;
      left: 28px;
      top: -60px; }
      @media (max-width: 991px) {
        .about-prof:after {
          display: none; } }
    .about-prof__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;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .about-prof__text {
          margin-bottom: 10px; } }
      .about-prof__text h3 {
        font-weight: 500;
        font-size: 10px;
        color: #F12A23;
        text-transform: uppercase;
        margin-bottom: 7px; }
      .about-prof__text p {
        font-weight: 500;
        font-size: 16px;
        color: #222222; }
        .about-prof__text p span {
          color: #F12A23;
          font-weight: 700; }
    .about-prof__list {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      width: 100%; }
      @media (max-width: 480px) {
        .about-prof__list {
          margin-bottom: 20px; } }
    .about-prof__item {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 17px;
      border-radius: 4px;
      background-color: #474747;
      width: -moz-calc(100% / 2 - 12px);
      width: calc(100% / 2 - 12px);
      margin-bottom: 24px;
      min-height: 116px;
      text-decoration: none;
      cursor: pointer;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      position: relative;
      z-index: 1;
      overflow: hidden; }
      @media (max-width: 991px) {
        .about-prof__item {
          min-height: 160px; } }
      @media (max-width: 767px) {
        .about-prof__item {
          min-height: 140px; } }
      @media (max-width: 480px) {
        .about-prof__item {
          width: 100%;
          margin-bottom: 10px;
          min-height: 180px; } }
      .about-prof__item:hover > img {
        -webkit-transform: translateY(-50%) scale(1.2);
           -moz-transform: translateY(-50%) scale(1.2);
                transform: translateY(-50%) scale(1.2); }
      .about-prof__item > img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0;
        -webkit-transform-origin: 100% 50%;
           -moz-transform-origin: 100% 50%;
                transform-origin: 100% 50%;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 100% 50%;
           object-position: 100% 50%;
        z-index: -2;
        -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: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
      .about-prof__item > h3 {
        margin-top: auto;
        max-width: 87px;
        font-weight: 800;
        font-size: 16px;
        color: #fff;
        line-height: 1.13; }
        @media (max-width: 480px) {
          .about-prof__item > h3 {
            font-size: 20px; } }
    .about-prof__logo {
      width: 48px;
      margin-bottom: 10px; }
      @media (max-width: 480px) {
        .about-prof__logo {
          width: 90px; } }
      .about-prof__logo img {
        max-width: 100%; }
  .about-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; }
    @media (max-width: 480px) {
      .about-btns {
        -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; } }
    .about-btns .m-btn {
      margin-right: 37px; }
      @media (max-width: 480px) {
        .about-btns .m-btn {
          width: 100%;
          margin-bottom: 10px;
          margin-right: 0; } }
      .about-btns .m-btn:last-child {
        margin-right: 0; }
  .about-model {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 39px 52px 32px 42px;
    border-radius: 4px;
    margin-bottom: 20px;
    background-color: #474747;
    background-image: url("../img/about-model-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-position: 100% 50%; }
    @media (max-width: 575px) {
      .about-model {
        padding: 20px; } }
    .about-model__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: 57px; }
      @media (max-width: 575px) {
        .about-model__list {
          margin-bottom: 30px; } }
    .about-model__text {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 10px; }
      .about-model__text:last-child {
        margin-bottom: 0; }
      .about-model__text h3 {
        font-weight: 700;
        font-size: 40px;
        color: #fff;
        margin-bottom: 3px; }
        @media (max-width: 575px) {
          .about-model__text h3 {
            font-size: 30px; } }
      .about-model__text p {
        font-weight: 400;
        font-size: 16px;
        color: #B1B1B1;
        line-height: 1.22; }
        @media (max-width: 575px) {
          .about-model__text p {
            font-size: 14px; } }
    .about-model__btn {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: 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;
      width: 100%;
      position: relative;
      font-weight: 800;
      font-size: 13px;
      color: #fff;
      text-transform: uppercase;
      text-decoration: none;
      min-height: 36px;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      @media (max-width: 575px) {
        .about-model__btn {
          font-size: 12px; } }
      .about-model__btn:hover {
        color: #F12A23; }
      .about-model__btn span {
        position: relative;
        padding-right: 63px; }
        @media (max-width: 575px) {
          .about-model__btn span {
            padding-right: 53px; } }
        .about-model__btn span svg {
          position: absolute;
          z-index: 2;
          right: 18px;
          top: 50%;
          -webkit-transform: translate(50%, -50%);
             -moz-transform: translate(50%, -50%);
                  transform: translate(50%, -50%);
          content: '';
          fill: #fff;
          width: 16px;
          height: 16px; }
        .about-model__btn span:after {
          width: 36px;
          height: 36px;
          border-radius: 50%;
          content: '';
          background-color: #F12A23;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: 0;
          z-index: 1; }
      .about-model__btn:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        width: 8px;
        height: 8px;
        background-color: #F12A23;
        content: '';
        border-radius: 50%;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .about-model__btn:before {
        -webkit-flex-grow: 1;
           -moz-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin-right: 25px;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.05);
        content: '';
        margin-left: -42px;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
    .about-model__percent {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .about-model__percent h3 {
        font-weight: 800;
        font-size: 16px;
        color: #fff;
        line-height: 1.22; }
      .about-model__percent p {
        font-weight: 300;
        font-size: 16px;
        color: #fff;
        line-height: 1.22; }
        .about-model__percent p b {
          font-weight: 800; }
        .about-model__percent p span {
          font-weight: 700;
          font-size: 50px; }
    .about-model__bonus {
      padding-left: 110px;
      padding-top: 15px;
      padding-bottom: 15px;
      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) {
        .about-model__bonus {
          padding-left: 100px; } }
      .about-model__bonus > img {
        position: absolute;
        left: -16px;
        top: 0; }
      .about-model__bonus p {
        font-weight: 700;
        font-size: 16px;
        color: #fff;
        line-height: 1.22;
        margin-bottom: 1px; }
        @media (max-width: 575px) {
          .about-model__bonus p {
            font-size: 12px; } }
        .about-model__bonus p:last-child {
          margin-bottom: 0; }
        .about-model__bonus p span {
          color: #F12A23; }
        .about-model__bonus p > img {
          margin-left: 12px; }
          @media (max-width: 480px) {
            .about-model__bonus p > img {
              display: none; } }
    .about-model_2 {
      background-image: url(../img/about-model-2.png); }
  .about-cont__item {
    width: 100%;
    min-height: 350px;
    background-color: #fff;
    border: 1px solid #F3F3F3;
    border-radius: 4px 4px 0 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: 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;
    height: -moz-calc(100% - 30px);
    height: calc(100% - 30px); }
    .about-cont__item_2 .about-cont__img {
      bottom: -10px;
      right: -5px;
      top: auto;
      left: auto;
      max-width: 266px; }
    .about-cont__item_3 .about-cont__text {
      max-width: 207px; }
    .about-cont__item_3 .about-cont__img {
      top: -10px;
      right: -85px;
      bottom: auto;
      left: auto;
      max-width: 505px; }
  .about-cont__box {
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    border-bottom: 1px solid #F3F3F3;
    position: relative;
    z-index: 1;
    padding: 24px; }
  .about-cont__img {
    position: absolute;
    z-index: -1;
    max-width: 290px;
    top: 81px;
    left: 42px;
    pointer-events: none;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .about-cont__img img {
      width: 100%; }
  .about-cont__title {
    font-weight: 300;
    font-size: 16px;
    color: #222222;
    margin-bottom: 16px; }
    .about-cont__title span {
      font-weight: 700;
      font-style: italic; }
  .about-cont__btn {
    min-height: 62px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-weight: 800;
    font-size: 13px;
    color: #222222;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: uppercase;
    margin-top: auto;
    padding: 22px 24px;
    position: relative;
    cursor: pointer;
    border-bottom: 2px solid #222222;
    width: -moz-calc(100% + 2px);
    width: calc(100% + 2px);
    margin-left: -1px;
    margin-bottom: -1px; }
    .about-cont__btn:hover {
      color: #F12A23; }
      .about-cont__btn:hover svg {
        fill: #F12A23; }
      .about-cont__btn:hover:after {
        width: 100%;
        opacity: 1; }
    .about-cont__btn:after {
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 0;
      height: 2px;
      background-color: #F12A23;
      opacity: 0;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      content: ''; }
    .about-cont__btn svg {
      width: 16px;
      height: 16px;
      fill: #222222;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      margin-left: 16px; }
  .about-cont__text {
    max-width: 164px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 20px; }
    .about-cont__text p {
      font-weight: 400;
      font-size: 12px;
      color: #585858;
      line-height: 1.38;
      margin-bottom: 10px; }
      .about-cont__text p:last-child {
        margin-bottom: 0; }
      .about-cont__text p span {
        font-size: 10px; }
  .about-cont__num {
    font-weight: 700;
    font-size: 10px;
    color: #A4A4A4;
    text-transform: uppercase;
    margin-bottom: 15px; }
    .about-cont__num span {
      font-size: 16px;
      color: #222222; }
  .about-page-top {
    padding: 70px 0px 155px 0; }
    .about-page-top .m-text {
      margin-bottom: 30px; }
      .about-page-top .m-text p {
        color: #656565; }
  .about-page-bot {
    padding: 45px 0px 132px 0; }
    @media (max-width: 991px) {
      .about-page-bot {
        padding-top: 40px;
        padding-bottom: 100px; } }
  .about-page-vid > h3 {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-weight: 500;
    font-size: 18px;
    color: #222222;
    margin-bottom: 30px; }
    .about-page-vid > h3 > img {
      margin-right: 22px;
      width: 32px; }
  .about-page-vid .header-vid__preview {
    min-height: 303px;
    border-radius: 4px; }
  .about-page-vid .header-vid__play {
    width: 72px;
    height: 72px; }
    .about-page-vid .header-vid__play > svg {
      width: 12px;
      height: 12px; }
    .about-page-vid .header-vid__play-circle {
      width: 46px;
      height: 46px; }
  .about-his {
    position: relative;
    z-index: 1; }
    .about-his__bg {
      width: 100%;
      margin: 0 auto;
      background-color: #fff;
      background-image: url("../img/about-his-bg.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      background-position: 50% 0;
      padding: 1px 0; }
    .about-his__head {
      width: 100%;
      background-color: #fff;
      border-bottom: 3px solid #F12A23;
      padding: 34px 30px 30px 30px;
      margin-top: -86px;
      margin-bottom: 87px;
      box-shadow: 0px 8px 22px rgba(0, 0, 0, 0.04);
      border-radius: 4px 4px 0 0; }
      .about-his__head .m-text {
        margin-bottom: 0; }
      @media (max-width: 991px) {
        .about-his__head .m-title {
          margin-bottom: 20px; } }
      @media (max-width: 991px) {
        .about-his__head .guide-item__btn {
          margin-bottom: 20px; } }
    .about-his__list {
      margin-bottom: 40px; }
      @media (max-width: 991px) {
        .about-his__list {
          margin-bottom: 20px; } }
    .about-his__item {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      background-image: url("../img/about-his-item-bg-1.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      padding: 37px 34px 65px 34px;
      max-width: 315px;
      width: 100%;
      border-bottom: 2px solid #F12A23;
      border-radius: 4px 4px 0 0;
      margin-bottom: 40px; }
      @media (max-width: 991px) {
        .about-his__item {
          max-width: 100%;
          padding: 30px; } }
      .about-his__item .m-title {
        font-size: 18px;
        padding-bottom: 15px;
        margin-bottom: 35px;
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
      .about-his__item .m-text {
        max-width: 217px;
        margin-bottom: 0; }
        @media (max-width: 991px) {
          .about-his__item .m-text {
            max-width: 100%; } }
        .about-his__item .m-text p {
          color: #656565; }
      .about-his__item .m-btn {
        width: 100%;
        min-height: 57px; }
      .about-his__item > h3 {
        text-align: center;
        color: #fff;
        position: relative;
        font-weight: 900;
        font-size: 18px;
        max-width: 300px;
        margin-bottom: 28px;
        line-height: 1.22; }
        @media (max-width: 991px) {
          .about-his__item > h3 {
            max-width: 100%; } }
        .about-his__item > h3:after {
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
             -moz-transform: translateX(-50%);
                  transform: translateX(-50%);
          top: -39px;
          width: 86px;
          height: 86px;
          content: '';
          background-image: url(../img/about-his-i.svg);
          background-repeat: no-repeat;
          background-position: 50% 50%;
          background-size: 100% 100%; }
      .about-his__item_2 {
        background-image: url(../img/about-his-item-bg-2.png);
        background-color: #474747;
        width: -moz-calc(100% + 60px);
        width: calc(100% + 60px);
        margin-left: -30px;
        max-width: -moz-calc(100% + 60px);
        max-width: calc(100% + 60px);
        border-bottom: none;
        border-radius: 4px;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        padding: 40px 28px 30px 28px; }
        @media (max-width: 1199px) {
          .about-his__item_2 {
            width: 100%;
            max-width: 100%;
            margin-left: 0; } }
        .about-his__item_2 .m-text {
          max-width: 100%;
          max-width: 330px;
          margin-bottom: 68px; }
          @media (max-width: 991px) {
            .about-his__item_2 .m-text {
              max-width: 100%;
              margin-bottom: 40px; } }
          .about-his__item_2 .m-text p {
            color: #B1B1B1; }
        .about-his__item_2 .m-title {
          font-size: 24px;
          padding-bottom: 0;
          border-bottom: none;
          margin-bottom: 24px; }
      .about-his__item_3 {
        background-image: url(../img/about-his-item-bg-3.png);
        margin-left: auto;
        -webkit-align-items: flex-end;
           -moz-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        text-align: right; }
    .about-his__footer {
      width: 100%;
      border-radius: 16px;
      background-color: #fff;
      box-shadow: 0px 8px 22px rgba(0, 0, 0, 0.04);
      border: 1px solid #F5F5F5;
      margin-bottom: -65px; }
      @media (max-width: 991px) {
        .about-his__footer {
          margin-bottom: -102px; } }
      .about-his__footer-top {
        position: relative;
        width: 100%;
        border-bottom: 1px solid #F5F5F5;
        padding: 27px 172px 27px 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; }
        @media (max-width: 480px) {
          .about-his__footer-top {
            padding: 25px; } }
        .about-his__footer-top > img {
          pointer-events: none;
          position: absolute;
          top: -90px;
          right: -45px; }
          @media (max-width: 480px) {
            .about-his__footer-top > img {
              display: none; } }
        .about-his__footer-top > h3 {
          font-weight: 800;
          font-size: 16px;
          color: #222222;
          margin-bottom: 14px; }
        .about-his__footer-top > p {
          font-weight: 400;
          font-size: 16px;
          color: #656565;
          line-height: 1.22; }
        .about-his__footer-top:last-child {
          border-bottom: none; }
      .about-his__footer-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;
        padding: 15px 30px;
        background-color: #FAFAFA;
        border-radius: 0 0 16px 16px; }
        @media (max-width: 991px) {
          .about-his__footer-bot {
            -webkit-flex-direction: column;
               -moz-box-orient: vertical;
               -moz-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-align-items: flex-start;
               -moz-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            -webkit-justify-content: flex-start;
               -moz-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start; } }
        @media (max-width: 480px) {
          .about-his__footer-bot {
            padding: 15px 25px; } }
        .about-his__footer-bot > h3 {
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-direction: row;
             -moz-box-orient: horizontal;
             -moz-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          font-weight: 400;
          font-size: 12px;
          color: #656565; }
          @media (max-width: 991px) {
            .about-his__footer-bot > h3 {
              margin-bottom: 10px; } }
          .about-his__footer-bot > h3 img {
            margin-right: 14px;
            margin-bottom: -3px; }
        .about-his__footer-bot .guide-item__btn {
          font-size: 13px;
          padding-left: 0;
          padding-right: 49px;
          line-height: 1; }
          @media (max-width: 991px) {
            .about-his__footer-bot .guide-item__btn {
              width: 100%; } }
          .about-his__footer-bot .guide-item__btn:after {
            left: auto;
            right: 0;
            width: 32px;
            height: 32px; }
          .about-his__footer-bot .guide-item__btn > svg {
            left: auto;
            right: 16px;
            -webkit-transform: translate(50%, -50%);
               -moz-transform: translate(50%, -50%);
                    transform: translate(50%, -50%); }
  .about-hero {
    margin-bottom: 100px; }
    @media (max-width: 991px) {
      .about-hero {
        margin-bottom: 40px; } }
    .about-hero__img {
      width: 292px;
      height: 292px;
      border-radius: 50%;
      position: relative;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      border: 2px solid #fff; }
      @media (max-width: 991px) {
        .about-hero__img {
          margin: 0 auto 30px auto; } }
      @media (max-width: 480px) {
        .about-hero__img {
          width: 260px;
          height: 260px; } }
      .about-hero__img:after {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        content: '';
        background-image: url(../img/about-his-hero-arrow.svg);
        box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.1);
        position: absolute;
        top: 0;
        right: 0;
        pointer-events: none;
        top: 44px;
        right: 7px; }
        @media (max-width: 991px) {
          .about-hero__img:after {
            -webkit-transform: translate(-50%, -50%) rotate(90deg);
               -moz-transform: translate(-50%, -50%) rotate(90deg);
                    transform: translate(-50%, -50%) rotate(90deg);
            left: 50%;
            top: 100%;
            right: auto; } }
      .about-hero__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 50%;
           object-position: 50% 50%;
        border-radius: 50%; }
    .about-hero__quote {
      position: relative;
      padding-top: 40px;
      font-weight: 700;
      font-size: 27px;
      color: #222222;
      line-height: 1.22;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .about-hero__quote {
          font-size: 20px; } }
      .about-hero__quote:after {
        position: absolute;
        content: '“';
        font-style: italic;
        top: 0;
        left: 0;
        font-weight: 900;
        font-size: 40px;
        color: #F12A23;
        font-family: "Factor A", sans-serif; }
    .about-hero__text {
      font-weight: 400;
      font-style: italic;
      color: #656565;
      line-height: 1.22; }
    .about-hero__name {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 13px; }
      .about-hero__name h3 {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        width: 100%;
        font-weight: 800;
        font-size: 12px;
        color: #222222;
        margin-bottom: 6px; }
        .about-hero__name h3:after {
          -webkit-flex-grow: 1;
             -moz-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          content: '';
          height: 1px;
          background-color: #E6E6E6;
          margin-left: 33px; }
      .about-hero__name p {
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 5px 6px 3px 6px;
        background-color: #F12A23;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 8px;
        border-radius: 30px; }
  .about-num {
    background-image: url("../img/about-num-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-position: 50% 100%;
    padding: 140px 0px 65px 0;
    background-color: #fff; }
    @media (max-width: 991px) {
      .about-num {
        padding-bottom: 40px; } }
    .about-num__item {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 40px;
      position: relative;
      z-index: 2; }
      @media (max-width: 575px) {
        .about-num__item {
          margin-bottom: 20px; } }
      .about-num__item p {
        font-weight: 300;
        font-size: 50px;
        color: #222222;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        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; }
        .about-num__item p span {
          font-weight: 700;
          font-size: 80px;
          margin-right: 5px; }
          @media (max-width: 575px) {
            .about-num__item p span {
              font-size: 40px; } }
      .about-num__item h3 {
        font-weight: 800;
        font-size: 16px;
        color: #222222;
        line-height: 1.17; }
        @media (max-width: 575px) {
          .about-num__item h3 {
            font-size: 14px; } }
      .about-num__item_big p span {
        font-size: 120px; }
        @media (max-width: 1199px) {
          .about-num__item_big p span {
            font-size: 100px; } }
        @media (max-width: 575px) {
          .about-num__item_big p span {
            font-size: 60px; } }
    .about-num__img {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      border-radius: 4px;
      overflow: hidden;
      margin-bottom: -125px;
      width: 100%; }
      .about-num__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 50%;
           object-position: 50% 50%; }
  .about-stat {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    z-index: 1;
    margin-bottom: 90px; }
    @media (max-width: 991px) {
      .about-stat {
        margin-bottom: 40px; } }
    .about-stat:after {
      top: 33px;
      left: -176px;
      width: 696px;
      height: 374px;
      background-image: url(../img/about-map.svg);
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 100% 100%;
      content: '';
      position: absolute;
      z-index: -1;
      pointer-events: none; }
      @media (max-width: 991px) {
        .about-stat:after {
          left: 50%;
          -webkit-transform: translateX(-50%);
             -moz-transform: translateX(-50%);
                  transform: translateX(-50%); } }
    .about-stat__logo {
      margin-top: -25px;
      width: 125px;
      height: 125px;
      border-radius: 50%;
      background-color: #F12A23;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 55px;
      margin-left: 111px; }
      @media (max-width: 1199px) {
        .about-stat__logo {
          margin-bottom: 30px; } }
      @media (max-width: 991px) {
        .about-stat__logo {
          margin-left: auto;
          margin-right: auto;
          margin-top: 0; } }
      .about-stat__logo svg {
        width: 50px;
        height: 50px;
        fill: #fff; }
    .about-stat__item {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: baseline;
         -moz-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-bottom: 30px;
      margin-bottom: 27px;
      position: relative; }
      @media (max-width: 575px) {
        .about-stat__item {
          padding-bottom: 20px;
          margin-bottom: 20px; } }
      .about-stat__item:last-child {
        margin-bottom: 0;
        padding-bottom: 0; }
        .about-stat__item:last-child:after, .about-stat__item:last-child:before {
          display: none; }
      .about-stat__item:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 10000px;
        height: 1px;
        background-color: #E6E6E6;
        content: '';
        z-index: 1; }
      .about-stat__item:before {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2;
        height: 3px;
        width: 34px;
        background-color: #F12A23;
        content: ''; }
      .about-stat__item p {
        font-weight: 700;
        font-size: 40px;
        color: #222222;
        line-height: 1.22;
        white-space: nowrap; }
        @media (max-width: 1199px) {
          .about-stat__item p {
            font-size: 30px; } }
        @media (max-width: 575px) {
          .about-stat__item p {
            font-size: 20px; } }
      .about-stat__item h3 {
        font-weight: 800;
        font-size: 16px;
        color: #222222;
        line-height: 1.17;
        text-align: right; }
        @media (max-width: 575px) {
          .about-stat__item h3 {
            font-size: 12px; } }
  .about-review {
    position: relative;
    margin-bottom: 70px;
    width: 100%; }
    @media (max-width: 991px) {
      .about-review {
        margin-bottom: 40px; } }
    .about-review .swiper {
      height: 560px;
      padding: 75px 0; }
      @media (max-width: 480px) {
        .about-review .swiper {
          height: 460px;
          padding: 60px 0; } }
      .about-review .swiper-button-prev, .about-review .swiper-button-next {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin: 0;
        border: 1px solid #E6E6E6;
        outline: none;
        cursor: pointer;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        top: auto;
        right: auto;
        bottom: auto; }
        .about-review .swiper-button-prev:hover, .about-review .swiper-button-next:hover {
          background-color: #F12A23;
          border-color: #F12A23; }
          .about-review .swiper-button-prev:hover svg, .about-review .swiper-button-next:hover svg {
            fill: #fff; }
        .about-review .swiper-button-prev svg, .about-review .swiper-button-next svg {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
             -moz-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          fill: #F12A23;
          width: 8px;
          height: 8px;
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
      .about-review .swiper-button-prev {
        top: 0; }
        .about-review .swiper-button-prev svg {
          -webkit-transform: translate(-50%, -50%) scaleY(-1);
             -moz-transform: translate(-50%, -50%) scaleY(-1);
                  transform: translate(-50%, -50%) scaleY(-1); }
      .about-review .swiper-button-next {
        bottom: 0; }
      .about-review .swiper-slide {
        opacity: 0;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .about-review .swiper-slide-active, .about-review .swiper-slide-prev, .about-review .swiper-slide-next {
          opacity: 1; }
        .about-review .swiper-slide-prev, .about-review .swiper-slide-next {
          opacity: 0.5;
          -webkit-transform: scale(0.8);
             -moz-transform: scale(0.8);
                  transform: scale(0.8); }
          @media (max-width: 480px) {
            .about-review .swiper-slide-prev, .about-review .swiper-slide-next {
              opacity: 0; } }
        .about-review .swiper-slide-prev {
          -webkit-transform-origin: 50% 0%;
             -moz-transform-origin: 50% 0%;
                  transform-origin: 50% 0%; }
        .about-review .swiper-slide-next {
          -webkit-transform-origin: 50% 100%;
             -moz-transform-origin: 50% 100%;
                  transform-origin: 50% 100%; }
    .about-review__wrap {
      width: 100%;
      padding-left: 34px;
      margin-bottom: 70px; }
      @media (max-width: 991px) {
        .about-review__wrap {
          padding-left: 0;
          margin-bottom: 40px; } }
      .about-review__wrap .m-text {
        margin-bottom: 50px; }
      .about-review__wrap .m-btn {
        min-height: 57px;
        max-width: 253px;
        width: 100%;
        margin-bottom: 40px; }
    .about-review__item {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 36px 64px 32px 138px;
      border-radius: 66px;
      background-color: #fff;
      box-shadow: 0px 8px 22px rgba(0, 0, 0, 0.04);
      position: relative; }
      @media (max-width: 480px) {
        .about-review__item {
          padding: 30px;
          text-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .about-review__item h3 {
        font-weight: 400;
        font-size: 10px;
        color: #AFAFAF;
        margin-bottom: 13px; }
        .about-review__item h3 span {
          font-weight: 800;
          font-size: 18px;
          color: #222222;
          margin-right: 13px; }
      .about-review__item p {
        font-weight: 400;
        font-size: 14px;
        color: #656565;
        line-height: 1.22; }
    .about-review__img {
      position: absolute;
      top: 50%;
      left: 68px;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 78px;
      height: 78px;
      border-radius: 50%; }
      @media (max-width: 480px) {
        .about-review__img {
          position: relative;
          margin: 0 auto 20px auto;
          top: auto;
          left: auto;
          -webkit-transform: translate(0, 0);
             -moz-transform: translate(0, 0);
                  transform: translate(0, 0); } }
      .about-review__img:after {
        width: -moz-calc(100% - 2px);
        width: calc(100% - 2px);
        height: -moz-calc(100% - 2px);
        height: calc(100% - 2px);
        content: '';
        border-radius: 50%;
        border: 1px solid #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: 1; }
      .about-review__img:before {
        position: absolute;
        top: 8px;
        right: -5px;
        content: '';
        width: 26px;
        height: 26px;
        background-image: url(../img/about-quote.svg);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100% 100%;
        z-index: 3; }
      .about-review__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 50%;
           object-position: 50% 50%;
        border-radius: 50%; }
  .about-us {
    width: 100%;
    background-color: #fff;
    padding: 70px 0; }
    @media (max-width: 991px) {
      .about-us {
        padding-top: 120px;
        padding-bottom: 20px; } }
    .about-us__list {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      position: relative;
      margin-bottom: 77px; }
      @media (max-width: 991px) {
        .about-us__list {
          margin-bottom: 20px; } }
    .about-us__line {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
              transform: translateX(-50%);
      top: -1px;
      pointer-events: none;
      width: 1920px; }
      @media (max-width: 991px) {
        .about-us__line {
          display: none; } }
      .about-us__line svg {
        width: 100%;
        stroke-dasharray: 3002;
        stroke-dashoffset: 1000; }
        .about-us__line svg.animate {
          -webkit-animation: aboutLine 5s linear alternate 1 forwards;
             -moz-animation: aboutLine 5s linear alternate 1 forwards;
                  animation: aboutLine 5s linear alternate 1 forwards; }
    .about-us__item {
      width: -moz-calc(100% / 3 - 30px);
      width: calc(100% / 3 - 30px);
      margin-right: 30px;
      margin-bottom: 98px;
      padding-top: 47px;
      position: relative;
      padding-left: 80px;
      min-height: 181px; }
      @media (max-width: 991px) {
        .about-us__item {
          padding-top: 15px;
          min-height: 0;
          margin-bottom: 30px;
          width: -moz-calc(100% / 2 - 30px);
          width: calc(100% / 2 - 30px); } }
      @media (max-width: 767px) {
        .about-us__item {
          width: 100%; } }
      .about-us__item:after {
        position: absolute;
        left: 80px;
        top: 0;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 8px;
        height: 8px;
        border-radius: 50%;
        content: '';
        background-color: #F12A23; }
        @media (max-width: 991px) {
          .about-us__item:after {
            left: 84px; } }
      .about-us__item img {
        position: absolute;
        top: 61px;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        left: 40px;
        max-width: 40px; }
        @media (max-width: 991px) {
          .about-us__item img {
            top: 30px; } }
        @media (max-width: 480px) {
          .about-us__item img {
            top: 27px; } }
      .about-us__item h3 {
        font-weight: 800;
        font-size: 24px;
        color: #222222;
        line-height: 1.17;
        margin-bottom: 21px; }
        @media (max-width: 480px) {
          .about-us__item h3 {
            font-size: 20px; } }
      .about-us__item p {
        font-weight: 400;
        font-size: 14px;
        color: #656565;
        line-height: 1.22;
        max-width: 196px; }
        @media (max-width: 767px) {
          .about-us__item p {
            max-width: 100%; } }
  .about-partners {
    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;
    width: -moz-calc(100% + 38px);
    width: calc(100% + 38px);
    margin-left: -19px; }
    @media (max-width: 991px) {
      .about-partners {
        width: -moz-calc(100% + 20px);
        width: calc(100% + 20px);
        margin-left: -10px; } }
    .about-partners__item {
      margin: 0 19px 40px 19px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      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; }
      @media (max-width: 991px) {
        .about-partners__item {
          margin-bottom: 20px;
          margin-left: 10px;
          margin-right: 10px; } }
      @media (max-width: 575px) {
        .about-partners__item {
          width: -moz-calc(100% / 3 - 20px);
          width: calc(100% / 3 - 20px); } }
      .about-partners__item img {
        max-width: 100%; }
  .about-refs {
    width: 100%; }
    .about-refs__content {
      margin: 0 auto;
      width: 100%;
      background-image: url("../img/about-refs-bg.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      padding: 133px 0px 142px 0;
      position: relative;
      z-index: 1; }
      @media (max-width: 991px) {
        .about-refs__content {
          padding-bottom: 60px; } }
      @media (max-width: 575px) {
        .about-refs__content {
          padding-bottom: 40px; } }
      .about-refs__content:after {
        z-index: -1;
        content: '';
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
                transform: translateX(-50%);
        top: -28px;
        width: 100%;
        height: -moz-calc(100% + 28px);
        height: calc(100% + 28px);
        background-image: url(../img/about-refs-circle.png);
        background-repeat: no-repeat;
        background-position: 50% 0;
        background-size: auto auto;
        pointer-events: none; }
    .about-refs__logo {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      padding-bottom: 46px;
      margin-bottom: 9px; }
      .about-refs__logo:after {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 0;
        width: 5px;
        height: 23px;
        border-radius: 10px;
        background-color: #F12A23;
        content: ''; }
      .about-refs__logo img {
        max-width: 132px; }
    .about-refs__text {
      width: 100%;
      text-align: center;
      font-weight: 300;
      font-size: 45px;
      color: #fff;
      line-height: 1.22; }
      @media (max-width: 991px) {
        .about-refs__text {
          font-size: 35px; } }
      @media (max-width: 575px) {
        .about-refs__text {
          font-size: 20px; } }
      @media (max-width: 480px) {
        .about-refs__text {
          font-size: 18px; } }
      .about-refs__text b {
        font-weight: 700; }
      .about-refs__text i {
        font-weight: 700;
        font-style: italic;
        border-bottom: 1px solid #F12A23; }
      .about-refs__text a {
        text-decoration: none;
        color: #fff;
        border-bottom: 1px solid #F12A23;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        .about-refs__text a:hover {
          color: #F12A23; }
      .about-refs__text span {
        color: #F12A23;
        font-weight: 700; }

.number {
  padding: 24px 0px 30px 0; }
  .number .m-text {
    max-width: 781px;
    margin: 0 auto 20px auto; }
  .number-list {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative; }
    .number-list:after {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      top: -moz-calc(50% + 10px);
      top: calc(50% + 10px);
      width: 132px;
      height: 100px;
      background-image: url(../img/number-img.png);
      content: '';
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: contain;
      pointer-events: none; }
      @media (max-width: 991px) {
        .number-list:after {
          display: none; } }
    .number-list:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 100%;
      height: 1px;
      background-color: #F3F3F3;
      content: ''; }
      @media (max-width: 991px) {
        .number-list:before {
          display: none; } }
  .number-item {
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    border-right: 1px solid #F3F3F3;
    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: 40px; }
    @media (max-width: 991px) {
      .number-item {
        width: 50%;
        border-bottom: 1px solid #F3F3F3; } }
    @media (max-width: 767px) {
      .number-item {
        padding: 20px; } }
    @media (max-width: 575px) {
      .number-item {
        width: 100%;
        border-right: none; } }
    .number-item:nth-child(3n) {
      border-right: none; }
      @media (max-width: 991px) {
        .number-item:nth-child(3n) {
          border-right: 1px solid #F3F3F3; } }
      @media (max-width: 575px) {
        .number-item:nth-child(3n) {
          border-right: none; } }
    @media (max-width: 991px) {
      .number-item:nth-child(even) {
        border-right: none; } }
    .number-item:last-child {
      border-right: none;
      border-bottom: none; }
    .number-item > h3 {
      font-weight: 800;
      font-size: 16px;
      color: #222222;
      margin-bottom: 1px;
      line-height: 1.17;
      text-align: center; }
    .number-item__val {
      font-weight: 300;
      font-size: 50px;
      color: #222222;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      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;
      line-height: 1.22;
      margin-bottom: 1px;
      text-align: center; }
      .number-item__val span {
        font-weight: 700;
        font-size: 80px; }
    .number-item__title {
      font-weight: 800;
      font-size: 10px;
      color: #D3D3D3;
      text-align: center;
      margin-bottom: 19px; }
    .number-item__bot {
      max-width: 204px;
      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; }
      .number-item__bot p {
        font-weight: 500;
        font-size: 12px;
        color: #222222;
        position: relative;
        padding-left: 11px;
        margin-right: 10px; }
        .number-item__bot p:after {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: 0;
          width: 4px;
          height: 4px;
          border-radius: 50px;
          content: '';
          background-color: #70CC4F; }
        .number-item__bot p:last-child {
          margin-right: 0; }
          .number-item__bot p:last-child:after {
            background-color: #D65C5C; }
    .number-item:nth-child(2) .number-chart span.green {
      top: -3px; }
    .number-item:nth-child(2) .number-chart span.red {
      bottom: 6px; }
    .number-item:nth-child(2) .number-chart__line_1 {
      top: 13px; }
    .number-item:nth-child(2) .number-chart__line_2 {
      bottom: 12px; }
    .number-item:nth-child(3) .number-chart span.green {
      top: -3px; }
    .number-item:nth-child(3) .number-chart span.red {
      bottom: 6px; }
    .number-item:nth-child(3) .number-chart__line_1 {
      top: 13px; }
    .number-item:nth-child(3) .number-chart__line_2 {
      bottom: 12px; }
    .number-item:nth-child(4) .number-chart span.green {
      top: 5px; }
    .number-item:nth-child(4) .number-chart span.red {
      bottom: 11px; }
    .number-item:nth-child(4) .number-chart__line_1 {
      top: 18px; }
    .number-item:nth-child(4) .number-chart__line_2 {
      bottom: 12px; }
    .number-item:nth-child(5) .number-chart span.green {
      top: -12px; }
    .number-item:nth-child(5) .number-chart span.red {
      bottom: 11px; }
    .number-item:nth-child(5) .number-chart__line_1 {
      top: 1px; }
    .number-item:nth-child(5) .number-chart__line_2 {
      bottom: 12px; }
  .number-chart {
    width: 100%;
    max-width: 204px;
    height: 76px;
    background-image: url(../img/num-chart-bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    margin-bottom: 7px;
    position: relative; }
    .number-chart > span {
      position: absolute;
      font-weight: 800;
      font-size: 10px;
      color: #70CC4F;
      right: 14px;
      text-align: right;
      white-space: nowrap; }
      .number-chart > span.green {
        top: 5px; }
      .number-chart > span.red {
        bottom: 11px;
        color: #D65C5C; }
    .number-chart__line {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      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;
      position: absolute;
      left: 0;
      width: 0;
      overflow: hidden; }
      .number-chart__line > img {
        min-width: 190px;
        max-width: 100%; }
      .number-chart__line_1 {
        top: 20px; }
      .number-chart__line_2 {
        bottom: 12px; }

.make-content {
  width: 100%;
  background-image: url("../img/make-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 80px 0; }
  @media (max-width: 991px) {
    .make-content {
      padding: 30px 0; } }
  .make-content .m-num {
    color: rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative; }
    .make-content .m-num:after {
      position: absolute;
      top: 100%;
      left: 0;
      width: 1px;
      height: 12px;
      content: '';
      background-color: rgba(255, 255, 255, 0.1); }

.make-text .m-text {
  margin-bottom: 0; }
  @media (max-width: 991px) {
    .make-text .m-text {
      margin-bottom: 20px; } }

.make-arrow {
  width: 100%;
  position: relative;
  min-height: 36px;
  margin-bottom: 36px; }
  .make-arrow > svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    fill: #fff;
    z-index: 3; }
  .make-arrow:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    content: '';
    z-index: 1; }
  .make-arrow:before {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    content: '';
    z-index: 2;
    background-color: #F12A23;
    border-radius: 50%; }

.footer {
  margin-top: auto; }
  .footer .m-title {
    margin-bottom: 60px; }
    @media (max-width: 991px) {
      .footer .m-title {
        margin-bottom: 30px; } }
  .footer-content {
    width: 100%;
    background-image: url("../img/footer-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 85px 0px 45px 0; }
    @media (max-width: 991px) {
      .footer-content {
        padding: 30px 0; } }
  .footer-vid {
    margin-top: -160px;
    margin-bottom: 40px; }
    @media (max-width: 991px) {
      .footer-vid {
        margin-top: -100px;
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .footer-vid {
        margin-top: 0; } }
    .footer-vid .header-vid__preview {
      min-height: 250px;
      background-color: #222; }
      @media (max-width: 575px) {
        .footer-vid .header-vid__preview {
          min-height: 200px; } }
    .footer-vid__btn {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: 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-decoration: none;
      font-weight: 400;
      font-size: 16px;
      color: rgba(255, 255, 255, 0.6);
      padding-right: 42px;
      line-height: 2;
      margin-bottom: 60px; }
      @media (max-width: 991px) {
        .footer-vid__btn {
          margin-bottom: 30px; } }
  .footer-subtitle {
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
    margin-bottom: 35px;
    line-height: 2; }
    @media (max-width: 991px) {
      .footer-subtitle {
        margin-bottom: 20px; } }
    .footer-subtitle:before {
      display: inline-block;
      margin-right: 30px;
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      content: '';
      height: 1px;
      background-color: rgba(255, 255, 255, 0.1); }
  .footer-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;
    max-width: 144px;
    margin-bottom: 45px; }
    @media (max-width: 991px) {
      .footer-logo {
        margin-bottom: 30px; } }
    .footer-logo img {
      max-width: 100%; }
  .footer-bot {
    padding: 22px 0;
    width: 100%; }
    @media (max-width: 991px) {
      .footer-bot {
        padding: 15px 0; } }
  .footer-copy {
    font-weight: 400;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 2; }
  .footer-title {
    font-weight: 900;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 24px; }
    @media (max-width: 991px) {
      .footer-title {
        margin-bottom: 20px; } }
  .footer-menu {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 35px; }
    @media (max-width: 991px) {
      .footer-menu {
        margin-bottom: 30px; } }
    .footer-menu a {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      line-height: 2;
      text-decoration: none;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      color: rgba(255, 255, 255, 0.6);
      font-weight: 400;
      font-size: 16px;
      width: 100%; }
      .footer-menu a:hover, .footer-menu a.active {
        color: #fff; }
      .footer-menu a span {
        padding: 0px 8px;
        line-height: 2;
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 20px;
        display: inline-block;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 8px;
        color: #F12A23;
        margin-left: 8px; }
      .footer-menu a.soon {
        pointer-events: none; }
  .footer-cont {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 25px; }
    @media (max-width: 991px) {
      .footer-cont {
        margin-bottom: 20px; } }
    .footer-cont h3 {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      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: 6px;
      font-weight: 400;
      font-size: 10px;
      color: rgba(255, 255, 255, 0.4);
      text-transform: uppercase; }
      .footer-cont h3 img {
        width: 13px;
        margin-right: 10px; }
    .footer-cont a {
      font-weight: 400;
      font-size: 16px;
      color: #fff;
      text-decoration: underline;
      cursor: pointer;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .footer-cont a:hover {
        color: #F12A23; }
    .footer-cont_tel a {
      text-decoration: none;
      font-weight: 900;
      font-size: 24px; }
  .footer .header-soc {
    margin-bottom: 60px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 991px) {
      .footer .header-soc {
        margin-bottom: 30px; } }
    .footer .header-soc a {
      width: 36px;
      height: 36px;
      background-color: rgba(255, 255, 255, 0.03);
      margin-right: 8px; }
      .footer .header-soc a:last-child {
        margin-right: 0; }
      .footer .header-soc a svg {
        fill: #fff;
        opacity: 0.5;
        width: 13px;
        height: 13px; }
      .footer .header-soc a:hover svg {
        opacity: 1; }
  .footer-cur {
    width: 100%; }
    .footer-cur .swiper {
      width: 100%; }
    .footer-cur__item {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .footer-cur__item img {
        width: 100%; }
  .footer-lang {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    width: 100%;
    cursor: pointer;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 60px;
    padding: 15px 42px 15px 17px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 10; }
    @media (max-width: 991px) {
      .footer-lang {
        margin-bottom: 30px; } }
    .footer-lang.open {
      background-color: #fff; }
      .footer-lang.open > svg {
        fill: #F12A23;
        -webkit-transform: translateY(-50%) scaleY(-1);
           -moz-transform: translateY(-50%) scaleY(-1);
                transform: translateY(-50%) scaleY(-1); }
      .footer-lang.open > span {
        color: #222222; }
      .footer-lang.open .footer-lang__hide {
        -webkit-transform: translateY(0);
           -moz-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
        pointer-events: all; }
    .footer-lang > span {
      font-weight: 400;
      font-size: 14px;
      color: rgba(255, 255, 255, 0.5);
      text-transform: uppercase;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .footer-lang > svg {
      width: 10px;
      height: 10px;
      fill: #fff;
      opacity: 0.5;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 22px; }
    .footer-lang__icon {
      width: 20px;
      height: 20px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      overflow: hidden;
      border-radius: 50%;
      min-width: 20px;
      margin-right: 20px; }
      .footer-lang__icon:last-child {
        margin-right: 0; }
      .footer-lang__icon svg {
        width: 100%;
        height: 100%; }
    .footer-lang__hide {
      position: absolute;
      bottom: -moz-calc(100% + 20px);
      bottom: calc(100% + 20px);
      left: 0;
      width: 100%;
      background-color: #fff;
      border-radius: 4px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 4px;
      opacity: 0;
      pointer-events: none;
      -webkit-transform: translateY(50px);
         -moz-transform: translateY(50px);
              transform: translateY(50px);
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .footer-lang__hide:before {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 20px;
        content: ''; }
      .footer-lang__hide:after {
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
                transform: translateX(-50%);
        border: 6px solid transparent;
        border-top-color: #fff;
        content: ''; }
      .footer-lang__hide a {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-bottom: 4px;
        border-radius: 4px;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        font-weight: 400;
        font-size: 14px;
        color: rgba(34, 34, 34, 0.5);
        text-decoration: none;
        padding: 10px 13px;
        width: 100%;
        text-transform: uppercase; }
        .footer-lang__hide a:hover, .footer-lang__hide a.active {
          background-color: #F5F5F5;
          color: #222222; }
        .footer-lang__hide a:last-child {
          margin-bottom: 4px; }
  .footer-links {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 60px; }
    @media (max-width: 991px) {
      .footer-links {
        margin-bottom: 30px; } }
    .footer-links .m-link {
      font-size: 16px;
      line-height: 2; }
  .footer-img {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: 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;
    text-align: center;
    margin-top: -162px;
    pointer-events: none; }
    @media (max-width: 991px) {
      .footer-img {
        display: none; } }
    .footer-img img {
      max-width: 414px; }
    .footer-img_road {
      margin-top: -240px; }
      .footer-img_road img {
        max-width: 710px; }
  .footer-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 60px;
    width: 100%;
    margin-top: -10px; }
    @media (max-width: 991px) {
      .footer-top {
        padding: 0;
        margin-top: 0;
        margin-bottom: 40px; } }
    .footer-top .m-btn {
      margin-bottom: 70px; }
      @media (max-width: 991px) {
        .footer-top .m-btn {
          margin-bottom: 40px; } }
    .footer-top .m-title {
      margin-bottom: 28px; }
    .footer-top .m-text {
      max-width: 454px;
      margin-bottom: 39px; }

.road {
  width: 100%;
  padding: 50px 0 120px 0; }
  @media (max-width: 991px) {
    .road {
      padding: 30px 0; } }
  .road .m-title {
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .road .m-title {
        margin-bottom: 20px; } }
  .road-years {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    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: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 60px; }
    .road-years .swiper-wrapper {
      -webkit-align-items: flex-end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .road-years .swiper-slide {
      width: auto; }
      .road-years .swiper-slide-active {
        width: 150px !important; }
        @media (max-width: 575px) {
          .road-years .swiper-slide-active {
            width: 100px !important; } }
        .road-years .swiper-slide-active .road-years__item {
          -webkit-align-items: flex-start;
             -moz-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; }
          .road-years .swiper-slide-active .road-years__item span {
            font-weight: 900;
            font-size: 60px;
            color: #F12A23;
            margin-bottom: -10px; }
            @media (max-width: 575px) {
              .road-years .swiper-slide-active .road-years__item span {
                font-size: 40px;
                margin-bottom: -5px; } }
    .road-years__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-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      cursor: pointer;
      min-height: 73px; }
      @media (max-width: 575px) {
        .road-years__item {
          -webkit-align-items: flex-start;
             -moz-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          min-height: 55px; } }
      .road-years__item span {
        font-weight: 400;
        font-size: 16px;
        color: #222222;
        line-height: 1.17;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .road-years__item p {
        margin-bottom: 2px;
        font-weight: 900;
        font-size: 10px;
        color: #D3D3D3;
        font-weight: 900;
        text-transform: uppercase; }
        .road-years__item p:last-child {
          margin-bottom: 0; }
    .road-years__nav {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      min-width: 95px;
      margin-left: 65px; }
      @media (max-width: 575px) {
        .road-years__nav {
          margin-left: 15px; } }
      .road-years__nav .swiper-button-prev, .road-years__nav .swiper-button-next {
        width: 40px;
        height: 40px;
        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;
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        -webkit-transform: translate(0, 0);
           -moz-transform: translate(0, 0);
                transform: translate(0, 0);
        margin: 0 15px 0 0;
        border: 1px solid #E6E6E6;
        cursor: pointer;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        outline: none; }
        .road-years__nav .swiper-button-prev:hover, .road-years__nav .swiper-button-next:hover {
          background-color: #F12A23;
          border-color: #F12A23; }
          .road-years__nav .swiper-button-prev:hover svg, .road-years__nav .swiper-button-next:hover svg {
            fill: #fff; }
        .road-years__nav .swiper-button-prev:last-child, .road-years__nav .swiper-button-next:last-child {
          margin-right: 0; }
        .road-years__nav .swiper-button-prev svg, .road-years__nav .swiper-button-next svg {
          width: 10px;
          height: 10px;
          fill: #F12A23;
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
      .road-years__nav .swiper-button-prev svg {
        -webkit-transform: rotate(90deg);
           -moz-transform: rotate(90deg);
                transform: rotate(90deg); }
      .road-years__nav .swiper-button-next svg {
        -webkit-transform: rotate(-90deg);
           -moz-transform: rotate(-90deg);
                transform: rotate(-90deg); }
  .road-q .swiper {
    overflow: visible; }
  .road-q__item {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    background-color: #FAFAFA;
    padding: 35px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px; }
    @media (max-width: 1199px) {
      .road-q__item {
        padding: 20px; } }
    .road-q__item.active .road-q__top {
      color: #fff; }
      .road-q__item.active .road-q__top:before {
        -webkit-transform: translate(-50%, -50%) scale(1);
           -moz-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1);
        opacity: 1; }
    .road-q__item.active .road-q__bot {
      background-color: #F12A23;
      color: #fff; }
    .road-q__item .m-text {
      margin-bottom: 30px; }
      .road-q__item .m-text p {
        color: #656565; }
  .road-q__top {
    width: 42px;
    height: 42px;
    border: 1px solid #E6E6E6;
    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;
    margin-bottom: 33px;
    font-weight: 800;
    font-size: 16px;
    color: #222222;
    position: relative;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1; }
    .road-q__top:after {
      height: 4px;
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
              transform: translateY(-50%);
      left: -moz-calc(100% + 15px);
      left: calc(100% + 15px);
      width: 10000px;
      background-color: #F12A23; }
    .road-q__top:before {
      width: -moz-calc(100% + 2px);
      width: calc(100% + 2px);
      height: -moz-calc(100% + 2px);
      height: calc(100% + 2px);
      border-radius: 4px;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) scale(0);
         -moz-transform: translate(-50%, -50%) scale(0);
              transform: translate(-50%, -50%) scale(0);
      content: '';
      background-color: #F12A23;
      opacity: 0;
      z-index: -1; }
  .road-q__bot {
    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-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-weight: 800;
    font-size: 10px;
    color: #fff;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    padding: 4px 7px 3px 8px;
    background-color: #474747;
    border-radius: 10px;
    line-height: 1; }
  .road-page__top {
    padding: 60px 0; }
    @media (max-width: 991px) {
      .road-page__top {
        padding: 40px 0 20px 0; } }
  .road-page__center {
    margin: 0 auto;
    width: 100%;
    background-image: url("../img/road-center-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 73px;
    background-color: #fff; }
    @media (max-width: 991px) {
      .road-page__center {
        padding-top: 40px; } }
    .road-page__center .m-text {
      z-index: 2;
      position: relative; }
  .road-page__bot {
    background-image: url("../img/road-bot-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 70px 0px 115px 0; }
    @media (max-width: 991px) {
      .road-page__bot {
        padding: 40px 0; } }
    .road-page__bot .m-text {
      margin-bottom: 64px; }
  .road-text-1 {
    max-width: 317px;
    text-align: right; }
    @media (max-width: 991px) {
      .road-text-1 {
        max-width: 100%;
        text-align: center; } }
  .road-text-2 {
    max-width: 317px;
    margin-left: auto; }
    @media (max-width: 991px) {
      .road-text-2 {
        max-width: 100%;
        text-align: center; } }
  .road-img {
    max-width: 337px;
    width: 100%;
    margin: 0 auto; }
    .road-img img {
      max-width: 100%; }
  .road-info {
    width: 100%;
    border-top: 1px solid #F1F1F1;
    padding: 30px 0; }
    @media (max-width: 991px) {
      .road-info {
        padding: 20px 0; } }
    .road-info__text {
      text-align: center;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 480px) {
        .road-info__text {
          -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; } }
      .road-info__text img {
        margin-right: 20px;
        width: 26px;
        margin-bottom: -3px; }
        @media (max-width: 480px) {
          .road-info__text img {
            margin-right: 0;
            margin-bottom: 5px; } }
      .road-info__text p {
        font-weight: 400;
        font-size: 12px;
        color: #222222;
        line-height: 1.22; }
        .road-info__text p span {
          font-weight: 700; }
  .road-hero {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border: 1px solid #EBEBEB;
    border-radius: 28px; }
    .road-hero__item {
      min-height: 334px;
      width: -moz-calc(100% / 3);
      width: calc(100% / 3);
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: cover;
      position: relative;
      padding: 34px 30px; }
      @media (max-width: 991px) {
        .road-hero__item {
          width: -moz-calc(100% / 2);
          width: calc(100% / 2);
          padding: 20px; } }
      @media (max-width: 575px) {
        .road-hero__item {
          width: 100%; } }
      .road-hero__item:after {
        position: absolute;
        height: 66px;
        width: 58px;
        background-image: url(../img/road-hero-arrow-1.svg);
        background-repeat: no-repeat;
        background-position: 50% 100%;
        content: '';
        background-size: 100% 100%;
        bottom: 0;
        left: 41px; }
        @media (max-width: 991px) {
          .road-hero__item:after {
            display: none; } }
      .road-hero__item:nth-child(1) {
        background-image: url(../img/road-hero-bg-1.png); }
        @media (max-width: 575px) {
          .road-hero__item:nth-child(1) {
            border-radius: 28px 28px 0 0; } }
      .road-hero__item:nth-child(2) {
        background-image: url(../img/road-hero-bg-2.png); }
        @media (max-width: 991px) {
          .road-hero__item:nth-child(2) {
            border-top-right-radius: 28px; } }
        @media (max-width: 575px) {
          .road-hero__item:nth-child(2) {
            border-radius: 0; } }
        .road-hero__item:nth-child(2):after {
          background-image: url(../img/road-hero-arrow-2.svg);
          width: 66px;
          height: 58px;
          top: 63px;
          left: 0; }
      .road-hero__item:nth-child(3) {
        background-image: url(../img/road-hero-bg-3.png);
        border-top-right-radius: 28px; }
        @media (max-width: 991px) {
          .road-hero__item:nth-child(3) {
            border-top-right-radius: 0; } }
        .road-hero__item:nth-child(3):after {
          background-image: url(../img/road-hero-arrow-2.svg);
          width: 66px;
          height: 58px;
          top: 63px;
          left: 0; }
        .road-hero__item:nth-child(3) .road-hero__img {
          right: auto;
          left: -28px;
          bottom: -9px; }
      .road-hero__item:nth-child(4) {
        background-color: #fff;
        border-bottom-left-radius: 28px; }
        @media (max-width: 991px) {
          .road-hero__item:nth-child(4) {
            border-bottom-left-radius: 0; } }
        .road-hero__item:nth-child(4):after {
          background-image: url(../img/road-hero-arrow-3.svg);
          width: 66px;
          height: 58px;
          top: 63px;
          right: 0;
          left: auto; }
        .road-hero__item:nth-child(4) .road-hero__img {
          bottom: -15px;
          left: -58px; }
      .road-hero__item:nth-child(5) {
        background-image: url(../img/road-hero-bg-5.png);
        -webkit-flex-grow: 1;
           -moz-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        @media (max-width: 991px) {
          .road-hero__item:nth-child(5) {
            border-radius: 0 0 28px 28px; } }
        .road-hero__item:nth-child(5):after {
          display: none; }
        .road-hero__item:nth-child(5) .road-hero__img {
          right: -38px;
          left: auto;
          bottom: -25px; }
      .road-hero__item .m-title {
        font-size: 16px;
        line-height: 1.23;
        margin-bottom: 0; }
    .road-hero__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;
      width: 100%; }
      .road-hero__head > img {
        margin-right: auto;
        pointer-events: none; }
      .road-hero__head > p {
        font-weight: 700;
        font-size: 10px;
        color: #C2C2C2;
        text-align: right; }
    .road-hero__img {
      position: absolute;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: 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;
      bottom: 0;
      right: 13px;
      pointer-events: none; }
  .road-map {
    margin-bottom: 50px;
    position: relative;
    z-index: 1; }
    @media (max-width: 991px) {
      .road-map {
        margin-bottom: 20px; } }
    .road-map__head {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 123px;
      position: relative;
      z-index: 1; }
      .road-map__head:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: -2;
        border: 1px solid #F8F9FF;
        content: '';
        border-radius: 50%;
        width: 151px;
        height: 151px; }
      .road-map__head:before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: -2;
        border: 1px solid #F8F9FF;
        width: 245px;
        height: 245px;
        content: '';
        border-radius: 50%;
        -webkit-animation-delay: 1s;
           -moz-animation-delay: 1s;
                animation-delay: 1s; }
      .road-map__head > span {
        width: 91px;
        height: 91px;
        border-radius: 50%;
        background-color: #F12A23;
        font-weight: 800;
        font-size: 20px;
        color: #fff;
        border: 4px solid #F6F6F6;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: relative; }
      @media (max-width: 1199px) {
        .road-map__head {
          margin-bottom: 40px; } }
    .road-map__wrap {
      position: relative;
      z-index: 2; }
    .road-map__list {
      width: -moz-calc(100% + 73px);
      width: calc(100% + 73px);
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      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;
      padding: 0 65px;
      min-height: 369px;
      position: relative;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      @media (max-width: 1199px) {
        .road-map__list {
          min-height: 0;
          width: -moz-calc(100% + 22px);
          width: calc(100% + 22px);
          padding-right: 0; } }
      .road-map__list: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: 1199px) {
          .road-map__list:nth-child(even) {
            -webkit-flex-direction: row;
               -moz-box-orient: horizontal;
               -moz-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row; } }
        .road-map__list:nth-child(even) .road-map__line {
          -webkit-transform: scaleX(-1);
             -moz-transform: scaleX(-1);
                  transform: scaleX(-1);
          left: 0;
          right: auto; }
        .road-map__list:nth-child(even) .road-map__date {
          right: 73px;
          top: 53px;
          left: auto;
          -webkit-transform: translateX(0);
             -moz-transform: translateX(0);
                  transform: translateX(0); }
          @media (max-width: 1199px) {
            .road-map__list:nth-child(even) .road-map__date {
              top: 0;
              right: auto;
              left: 32px;
              -webkit-transform: translateX(-50%);
                 -moz-transform: translateX(-50%);
                      transform: translateX(-50%); } }
          .road-map__list:nth-child(even) .road-map__date > img {
            -webkit-transform: scaleX(-1);
               -moz-transform: scaleX(-1);
                    transform: scaleX(-1); }
            @media (max-width: 1199px) {
              .road-map__list:nth-child(even) .road-map__date > img {
                -webkit-transform: scaleX(1);
                   -moz-transform: scaleX(1);
                        transform: scaleX(1); } }
        .road-map__list:nth-child(even) .road-map__item:after {
          right: -moz-calc(100% + 26px);
          right: calc(100% + 26px);
          -webkit-transform: scaleX(-1);
             -moz-transform: scaleX(-1);
                  transform: scaleX(-1);
          left: auto; }
      .road-map__list:last-child .road-map__line {
        display: none; }
      .road-map__list.active .road-map__line-front {
        display: block; }
    .road-map__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;
      border-radius: 20px;
      width: -moz-calc(100% / 4 - 73px);
      width: calc(100% / 4 - 73px);
      margin-right: 73px;
      padding: 92px 30px 30px 30px;
      position: relative;
      margin-bottom: 22px; }
      @media (max-width: 1199px) {
        .road-map__item {
          margin-right: 22px;
          width: -moz-calc(100% / 4 - 22px);
          width: calc(100% / 4 - 22px);
          padding: 92px 22px 22px 22px; } }
      @media (max-width: 991px) {
        .road-map__item {
          width: -moz-calc(100% / 2 - 22px);
          width: calc(100% / 2 - 22px); } }
      @media (max-width: 575px) {
        .road-map__item {
          width: 100%; } }
      .road-map__item.active {
        background: rgba(249, 250, 254, 0.6);
        border: 1px solid rgba(0, 0, 0, 0.04);
        -webkit-backdrop-filter: blur(2.5px);
                backdrop-filter: blur(2.5px); }
        .road-map__item.active .road-map__icon {
          background-color: transparent;
          border-radius: 0;
          color: #fff; }
          .road-map__item.active .road-map__icon:before {
            border-radius: 9px;
            width: 45px;
            height: 45px;
            background: -moz-linear-gradient(top, #F12A23 0%, #C61D17 100%);
            background: linear-gradient(180deg, #F12A23 0%, #C61D17 100%); }
          .road-map__item.active .road-map__icon:after {
            width: 45px;
            height: 47px;
            border-radius: 9px;
            background: #AA1812;
            box-shadow: 0px 5px 17px rgba(230, 38, 32, 0.31); }
        .road-map__item.active h3 {
          color: #F12A23; }
      .road-map__item h3 {
        font-weight: 500;
        font-size: 10px;
        color: #B1B7C9;
        margin-bottom: 14px; }
      .road-map__item h2 {
        font-weight: 800;
        font-size: 16px;
        color: #222222;
        line-height: 1.17;
        margin-bottom: 13px; }
      .road-map__item p {
        font-weight: 400;
        font-size: 13px;
        color: #656565;
        line-height: 1.22; }
      .road-map__item:after {
        position: absolute;
        top: 43px;
        left: -moz-calc(100% + 26px);
        left: calc(100% + 26px);
        width: 15px;
        height: 18px;
        background-image: url(../img/road-arrows.svg);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 100% 100%;
        content: ''; }
        @media (max-width: 1199px) {
          .road-map__item:after {
            display: none; } }
      .road-map__item:last-child:after {
        display: none; }
    .road-map__icon {
      width: 55px;
      height: 55px;
      z-index: 1;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-weight: 800;
      font-size: 14px;
      color: #DAE0EF;
      position: absolute;
      left: 30px;
      top: 52px;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
              transform: translateY(-50%);
      background-color: #F9FAFE;
      border-radius: 50%; }
      .road-map__icon:after {
        width: 45px;
        height: 46px;
        border-radius: 50%;
        z-index: -2;
        background-color: #E6EAF5;
        box-shadow: 0px 5px 17px rgba(230, 234, 245, 0.52);
        content: '';
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
                transform: translateX(-50%);
        top: 6px; }
      .road-map__icon:before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 45px;
        height: 45px;
        background: -moz-linear-gradient(top, #FFFFFF 0%, #F9FAFE 100%);
        background: linear-gradient(180deg, #FFFFFF 0%, #F9FAFE 100%);
        content: '';
        border-radius: 50%;
        z-index: -1; }
    .road-map__line {
      position: absolute;
      z-index: -1;
      top: 49px;
      right: 73px;
      width: 1006px;
      height: 377px; }
      @media (max-width: 1199px) {
        .road-map__line {
          display: none; } }
      .road-map__line-back, .road-map__line-front {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        .road-map__line-back svg, .road-map__line-front svg {
          width: 100%;
          height: 100%; }
      .road-map__line-back {
        z-index: 1; }
      .road-map__line-front {
        z-index: 2;
        display: none; }
        .road-map__line-front svg {
          width: 100%;
          height: 100%;
          stroke-dasharray: 100;
          stroke-dashoffset: 100;
          fill: none !important; }
      .road-map__line-decor {
        width: 32px;
        height: 306px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 22px; }
        .road-map__line-decor svg {
          width: 100%;
          height: 100%;
          stroke-dasharray: 2350;
          stroke-dashoffset: 0;
          fill: none !important; }
          .road-map__line-decor svg.animate {
            -webkit-animation: roadLine 5s linear alternate 1 forwards;
               -moz-animation: roadLine 5s linear alternate 1 forwards;
                    animation: roadLine 5s linear alternate 1 forwards; }
        .road-map__line-decor svg {
          width: 100%;
          height: 100%; }
      .road-map__line_head {
        top: 57px;
        right: -moz-calc(50% - 3px);
        right: calc(50% - 3px);
        width: 559px;
        height: 213px;
        left: auto;
        z-index: -1; }
        .road-map__line_head .road-map__line-front {
          display: block; }
    .road-map__date {
      position: absolute;
      top: 65px;
      left: 32px;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
              transform: translateX(-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;
      pointer-events: none; }
      @media (max-width: 1199px) {
        .road-map__date {
          top: 0;
          left: 0;
          -webkit-transform: translateX(0);
             -moz-transform: translateX(0);
                  transform: translateX(0); } }
      .road-map__date > img {
        width: 30px;
        margin-bottom: 13px; }
      .road-map__date span {
        -webkit-writing-mode: vertical-lr;
            -ms-writing-mode: tb-lr;
                writing-mode: vertical-lr;
        -webkit-transform: scale(-1);
           -moz-transform: scale(-1);
                transform: scale(-1);
        line-height: 1;
        font-weight: 900;
        font-size: 40px;
        color: #F12A23; }
    .road-map.animate .road-map__line-front svg {
      -webkit-animation: roadLine 3s linear alternate 1 forwards;
         -moz-animation: roadLine 3s linear alternate 1 forwards;
              animation: roadLine 3s linear alternate 1 forwards; }
    .road-map.animate .road-map__list .road-map__line-front svg {
      -webkit-animation-delay: 2s;
         -moz-animation-delay: 2s;
              animation-delay: 2s; }
    .road-map.animate .road-map__list:nth-child(2) .road-map__line-front svg {
      -webkit-animation-delay: 4s;
         -moz-animation-delay: 4s;
              animation-delay: 4s; }
    .road-map.animate .road-map__list:nth-child(3) .road-map__line-front svg {
      -webkit-animation-delay: 6s;
         -moz-animation-delay: 6s;
              animation-delay: 6s; }
    .road-map.animate .road-map__list:nth-child(4) .road-map__line-front svg {
      -webkit-animation-delay: 8s;
         -moz-animation-delay: 8s;
              animation-delay: 8s; }
    .road-map.animate .road-map__list:nth-child(5) .road-map__line-front svg {
      -webkit-animation-delay: 10s;
         -moz-animation-delay: 10s;
              animation-delay: 10s; }
    .road-map.animate .road-map__list:nth-child(6) .road-map__line-front svg {
      -webkit-animation-delay: 12s;
         -moz-animation-delay: 12s;
              animation-delay: 12s; }
    .road-map.animate .road-map__list:nth-child(7) .road-map__line-front svg {
      -webkit-animation-delay: 14s;
         -moz-animation-delay: 14s;
              animation-delay: 14s; }
    .road-map.animate .road-map__list:nth-child(8) .road-map__line-front svg {
      -webkit-animation-delay: 16s;
         -moz-animation-delay: 16s;
              animation-delay: 16s; }
    .road-map.animate .road-map__list:nth-child(9) .road-map__line-front svg {
      -webkit-animation-delay: 18s;
         -moz-animation-delay: 18s;
              animation-delay: 18s; }
    .road-map.animate .road-map__list:nth-child(10) .road-map__line-front svg {
      -webkit-animation-delay: 20s;
         -moz-animation-delay: 20s;
              animation-delay: 20s; }

.call {
  width: 100%;
  padding: 50px 0; }
  @media (max-width: 991px) {
    .call {
      padding: 30px 0; } }
  .call-box {
    width: 100%;
    border-radius: 12px;
    background-image: url("../img/call-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #474747;
    padding: 70px 55px 95px 55px;
    position: relative; }
    @media (max-width: 991px) {
      .call-box {
        padding: 30px; } }
    @media (max-width: 480px) {
      .call-box {
        padding: 15px; } }
    .call-box .m-title {
      max-width: 670px;
      margin: 0 auto 28px auto; }
    .call-box .m-text {
      max-width: 450px;
      margin: 0 auto 50px auto; }
      @media (max-width: 991px) {
        .call-box .m-text {
          margin-bottom: 30px; } }
    .call-box .header-form {
      max-width: 538px;
      margin: 0 auto; }
      @media (max-width: 480px) {
        .call-box .header-form {
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-align-items: flex-start;
             -moz-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          padding-top: 0; } }
      @media (max-width: 480px) {
        .call-box .header-form input {
          min-height: 52px;
          width: 100%; } }
      @media (max-width: 480px) {
        .call-box .header-form .m-btn {
          width: 100%; } }
    .call-box_red {
      background-image: url(../img/call-bg-red.png); }
      .call-box_red .header-form {
        box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.05); }
      .call-box_red .m-text p {
        color: #fff; }
  .call-scene {
    position: absolute;
    left: -moz-calc(100% - 265px);
    left: calc(100% - 265px);
    bottom: -196px;
    pointer-events: none; }
    @media (max-width: 1199px) {
      .call-scene {
        display: none; } }
  .call-logo {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-bottom: 58px; }
    @media (max-width: 991px) {
      .call-logo {
        margin-bottom: 30px; } }
    .call-logo > img {
      margin: 0 23px;
      width: 32px;
      height: 32px; }
    .call-logo:after {
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      content: '';
      height: 1px;
      background-color: rgba(255, 255, 255, 0.05);
      display: inline-block; }
    .call-logo:before {
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      content: '';
      height: 1px;
      background-color: rgba(255, 255, 255, 0.05);
      display: inline-block; }

.perk {
  position: relative;
  padding-top: 103px;
  width: 100%; }
  @media (max-width: 575px) {
    .perk {
      padding-top: 40px; } }
  .perk-scene {
    position: absolute;
    pointer-events: none;
    top: -650px;
    right: -moz-calc(50% - 90px);
    right: calc(50% - 90px); }
    @media (max-width: 575px) {
      .perk-scene {
        display: none; } }
  .perk-list {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: 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; }
  .perk-item {
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    border-radius: 4px;
    padding: 40px 44px 47px 44px;
    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: 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: 1199px) {
      .perk-item {
        padding: 30px; } }
    @media (max-width: 991px) {
      .perk-item {
        width: 50%; } }
    @media (max-width: 767px) {
      .perk-item {
        width: 100%; } }
    @media (max-width: 575px) {
      .perk-item {
        padding: 15px; } }
    .perk-item:hover:after {
      height: 100% !important; }
    .perk-item:hover h4 {
      color: #B1B1B1; }
    .perk-item:hover h3 {
      color: #fff; }
    .perk-item:hover p {
      color: #B1B1B1; }
    .perk-item:hover .m-btn {
      opacity: 1;
      pointer-events: all; }
    .perk-item:nth-child(even) {
      background-color: #fff; }
      .perk-item:nth-child(even):after {
        bottom: 0;
        top: auto;
        background-position: 50% 100%; }
        @media (max-width: 767px) {
          .perk-item:nth-child(even):after {
            bottom: auto;
            top: 0;
            background-position: 50% 0; } }
    .perk-item:after {
      position: absolute;
      z-index: -1;
      left: 0;
      top: 0;
      width: 100%;
      height: 0;
      background-image: url(../img/perk-bg.png);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      content: '';
      background-size: cover;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      border-radius: 4px; }
    .perk-item .m-btn {
      width: 100%;
      opacity: 0;
      pointer-events: none;
      -moz-transition-delay: .1s;
           transition-delay: .1s;
      margin-top: auto; }
    .perk-item__icon {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-left: -13px;
      height: 84px; }
    .perk-item h4 {
      font-weight: 400;
      font-size: 10px;
      color: #D3D3D3;
      line-height: 1.17;
      margin-bottom: 9px;
      text-transform: uppercase;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      @media (max-width: 575px) {
        .perk-item h4 {
          font-size: 8px; } }
    .perk-item h3 {
      font-weight: 800;
      font-size: 24px;
      color: #222222;
      margin-bottom: 27px;
      line-height: 1.17;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      @media (max-width: 575px) {
        .perk-item h3 {
          font-size: 18px;
          margin-bottom: 15px; } }
    .perk-item p {
      font-weight: 400;
      font-size: 18px;
      color: #656565;
      line-height: 1.25;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      margin-bottom: 75px; }
      @media (max-width: 991px) {
        .perk-item p {
          margin-bottom: 20px; } }
      @media (max-width: 575px) {
        .perk-item p {
          font-size: 14px; } }

.guide {
  width: 100%;
  border: 1px solid #EEEEEE;
  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: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 90px; }
  @media (max-width: 991px) {
    .guide {
      margin-bottom: 30px; } }
  .guide-item {
    width: -moz-calc(100% / 4);
    width: calc(100% / 4);
    border-right: 1px solid #EEEEEE;
    position: relative;
    z-index: 1;
    padding: 30px 40px 30px 30px;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    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) {
      .guide-item {
        width: 50%;
        border-bottom: 1px solid #EEEEEE; } }
    @media (max-width: 480px) {
      .guide-item {
        width: 100%; } }
    .guide-item:last-child {
      border-right: none;
      border-bottom: none; }
    .guide-item:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 100%;
      content: '';
      z-index: -5;
      background-color: #FAFAFA;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .guide-item:hover:after {
      width: 100%; }
    .guide-item > img {
      position: absolute;
      z-index: -1;
      right: 0;
      top: 0;
      pointer-events: none; }
    .guide-item__icon {
      width: 33px;
      height: 32px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 28px; }
      .guide-item__icon img {
        max-width: 100%; }
    .guide-item > h3 {
      font-weight: 700;
      font-size: 16px;
      color: #222222;
      line-height: 1.22;
      margin-bottom: 13px; }
    .guide-item > p {
      font-weight: 400;
      font-size: 14px;
      color: #656565;
      line-height: 1.22;
      margin-bottom: 20px; }
      .guide-item > p:last-child {
        margin-bottom: 0; }
      .guide-item > p b {
        font-weight: 900; }
    .guide-item__btn {
      position: relative;
      padding-left: 48px;
      font-weight: 700;
      font-size: 12px;
      color: #F12A23;
      text-transform: uppercase;
      margin-top: auto;
      min-height: 32px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-decoration: none;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .guide-item__btn:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background-color: #F12A23;
        content: '';
        z-index: 1;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .guide-item__btn > svg {
        position: absolute;
        top: 50%;
        left: 16px;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        fill: #fff;
        width: 8px;
        height: 8px;
        z-index: 2;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .guide-item__btn_right {
        padding-left: 0;
        padding-right: 48px;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
        .guide-item__btn_right:after {
          left: auto;
          right: 0; }
        .guide-item__btn_right > svg {
          left: auto;
          right: 16px;
          -webkit-transform: translate(50%, -50%);
             -moz-transform: translate(50%, -50%);
                  transform: translate(50%, -50%); }
  .guide-col {
    width: 50%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (max-width: 991px) {
      .guide-col {
        width: 100%; } }
    .guide-col .guide-item {
      width: 100%;
      padding: 30px 23px 30px 123px;
      border-right: none;
      border-bottom: 1px solid #EEEEEE; }
      @media (max-width: 767px) {
        .guide-col .guide-item {
          padding-left: 30px;
          padding-right: 30px; } }
      .guide-col .guide-item:last-child {
        border-bottom: none; }
      .guide-col .guide-item:after {
        width: 100%;
        height: 0; }
        @media (max-width: 480px) {
          .guide-col .guide-item:after {
            height: 100%;
            width: 0; } }
      .guide-col .guide-item:hover:after {
        height: 100%; }
        @media (max-width: 480px) {
          .guide-col .guide-item:hover:after {
            width: 100%; } }
      .guide-col .guide-item > p {
        max-width: 343px; }
      .guide-col .guide-item__icon {
        position: absolute;
        left: 62px;
        top: 33px;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
                transform: translateX(-50%); }
        @media (max-width: 767px) {
          .guide-col .guide-item__icon {
            position: relative;
            top: auto;
            left: auto;
            -webkit-transform: translate(0, 0);
               -moz-transform: translate(0, 0);
                    transform: translate(0, 0); } }
      .guide-col .guide-item__btn {
        margin-top: -30px;
        padding-left: 0;
        -webkit-justify-content: flex-end;
           -moz-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        text-align: right;
        width: 100%;
        padding-right: 46px; }
        @media (max-width: 1199px) {
          .guide-col .guide-item__btn {
            margin-top: -20px; } }
        @media (max-width: 480px) {
          .guide-col .guide-item__btn {
            margin-top: 0;
            padding-right: 0;
            padding-left: 46px;
            -webkit-justify-content: flex-start;
               -moz-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            text-align: left; } }
        .guide-col .guide-item__btn:after {
          right: 0;
          left: auto; }
          @media (max-width: 480px) {
            .guide-col .guide-item__btn:after {
              left: 0;
              right: auto; } }
        .guide-col .guide-item__btn > svg {
          left: auto;
          right: 16px;
          -webkit-transform: translate(50%, -50%);
             -moz-transform: translate(50%, -50%);
                  transform: translate(50%, -50%); }
          @media (max-width: 480px) {
            .guide-col .guide-item__btn > svg {
              left: 16px;
              right: auto;
              -webkit-transform: translate(-50%, -50%);
                 -moz-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%); } }
  .guide-page {
    width: 100%;
    padding: 85px 0 105px 0; }
    @media (max-width: 991px) {
      .guide-page {
        padding: 40px 0; } }
    .guide-page__percent {
      pointer-events: none;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-top: -216px;
      margin-left: -156px;
      margin-bottom: -181px; }
      @media (max-width: 991px) {
        .guide-page__percent {
          width: 100%;
          margin-left: 10%;
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-top: -30%;
          margin-bottom: -30%; } }
      @media (max-width: 991px) {
        .guide-page__percent img {
          max-width: 150%; } }
    .guide-page__content {
      margin: 0 auto 80px auto;
      width: 100%;
      background-image: url("../img/guide-content-bg.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      background-color: #fff;
      padding: 72px 0px 108px 0; }
      @media (max-width: 991px) {
        .guide-page__content {
          padding: 40px 0;
          margin-bottom: 40px; } }
      @media (max-width: 575px) {
        .guide-page__content {
          padding: 15px 0; } }
      .guide-page__content .m-text {
        max-width: 980px;
        margin: 0 auto 70px auto; }
        @media (max-width: 991px) {
          .guide-page__content .m-text {
            margin-bottom: 40px; } }
    .guide-page__list {
      padding-top: 81px; }
      @media (max-width: 1199px) {
        .guide-page__list {
          padding-top: 0; } }
    .guide-page__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: flex-end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 45px 55px 55px 55px;
      background-color: #FAFAFA;
      border-radius: 4px;
      margin-bottom: 118px;
      position: relative; }
      @media (max-width: 991px) {
        .guide-page__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;
          padding: 30px;
          margin-bottom: 20px; } }
      .guide-page__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: 991px) {
          .guide-page__item:nth-child(even) {
            -webkit-flex-direction: column;
               -moz-box-orient: vertical;
               -moz-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        .guide-page__item:nth-child(even):after {
          right: 300px;
          left: auto; }
          @media (max-width: 991px) {
            .guide-page__item:nth-child(even):after {
              left: 50%;
              right: auto; } }
        .guide-page__item:nth-child(even) .guide-page__item-content {
          -webkit-align-items: flex-end;
             -moz-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
          text-align: right; }
          @media (max-width: 991px) {
            .guide-page__item:nth-child(even) .guide-page__item-content {
              -webkit-align-items: center;
                 -moz-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              text-align: center; } }
          .guide-page__item:nth-child(even) .guide-page__item-content h3 {
            -webkit-align-items: flex-end;
               -moz-box-align: end;
                -ms-flex-align: end;
                    align-items: flex-end; }
            @media (max-width: 991px) {
              .guide-page__item:nth-child(even) .guide-page__item-content h3 {
                -webkit-align-items: center;
                   -moz-box-align: center;
                    -ms-flex-align: center;
                        align-items: center; } }
            .guide-page__item:nth-child(even) .guide-page__item-content h3:after {
              left: auto;
              right: 0; }
              @media (max-width: 991px) {
                .guide-page__item:nth-child(even) .guide-page__item-content h3:after {
                  left: 50%;
                  right: auto; } }
        .guide-page__item:nth-child(even) .guide-page__item-img {
          margin-right: 0;
          margin-left: 87px; }
          @media (max-width: 991px) {
            .guide-page__item:nth-child(even) .guide-page__item-img {
              margin-left: 0; } }
      .guide-page__item:nth-last-child(2):after {
        background-image: url(../img/guide-arrow-last.svg); }
      .guide-page__item:last-child {
        margin-bottom: 0;
        background-image: url("../img/guide-item-bg.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center; }
        .guide-page__item:last-child .guide-page__item-content h3 {
          color: #fff; }
          .guide-page__item:last-child .guide-page__item-content h3 span {
            color: #fff; }
          .guide-page__item:last-child .guide-page__item-content h3:after {
            background-color: #fff; }
        .guide-page__item:last-child .guide-page__item-content p {
          color: #fff; }
        .guide-page__item:last-child .m-btn {
          color: #399D44; }
          .guide-page__item:last-child .m-btn:hover {
            color: #fff; }
        .guide-page__item:last-child:after {
          display: none; }
      .guide-page__item:after {
        position: absolute;
        top: -moz-calc(100% - 16px);
        top: calc(100% - 16px);
        left: 300px;
        width: 32px;
        height: 150px;
        background-image: url(../img/guide-arrow.svg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: 50% 0;
        content: '';
        z-index: 1;
        pointer-events: none; }
        @media (max-width: 991px) {
          .guide-page__item:after {
            display: none; } }
      .guide-page__item > img {
        position: absolute;
        top: -152px;
        left: -61px;
        pointer-events: none; }
        @media (max-width: 767px) {
          .guide-page__item > img {
            display: none; } }
      .guide-page__item-img {
        margin-top: -126px;
        max-width: 464px;
        width: 100%;
        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: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-right: 87px;
        box-shadow: 0 14px 92px rgba(0, 0, 0, 0.06); }
        @media (max-width: 991px) {
          .guide-page__item-img {
            margin-right: 0;
            margin-bottom: 40px;
            margin-top: 0; } }
        .guide-page__item-img img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      @media (max-width: 991px) {
        .guide-page__item-content {
          width: 100%; } }
      .guide-page__item-content h3 {
        position: relative;
        margin-bottom: 21px;
        padding-bottom: 25px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        font-weight: 700;
        font-size: 25px;
        color: #222222; }
        @media (max-width: 991px) {
          .guide-page__item-content h3 {
            -webkit-align-items: center;
               -moz-box-align: center;
                -ms-flex-align: center;
                    align-items: center; } }
        @media (max-width: 480px) {
          .guide-page__item-content h3 {
            font-size: 22px; } }
        .guide-page__item-content h3 > span {
          font-weight: 400;
          font-size: 12px;
          color: #A6A6A6;
          margin-bottom: 18px; }
        .guide-page__item-content h3:after {
          width: 44px;
          height: 5px;
          background-color: #F12A23;
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          border-radius: 10px; }
          @media (max-width: 991px) {
            .guide-page__item-content h3:after {
              left: 50%;
              -webkit-transform: translateX(-50%);
                 -moz-transform: translateX(-50%);
                      transform: translateX(-50%); } }
      .guide-page__item-content > p {
        margin-bottom: 18px;
        font-weight: 400;
        font-size: 18px;
        color: #656565;
        line-height: 1.22; }
        @media (max-width: 480px) {
          .guide-page__item-content > p {
            font-size: 16px; } }
  .guide-income {
    margin: 43px auto 43px auto;
    height: -moz-calc(100% - 143px);
    height: calc(100% - 143px);
    max-width: 445px;
    width: 100%;
    background-color: #fff;
    border-radius: 42px;
    background-image: url(../img/guide-income-bg-1.png);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: auto;
    padding: 77px 55px 267px 55px;
    position: relative;
    text-align: center;
    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: 991px) {
      .guide-income {
        height: auto;
        margin-top: 60px;
        margin-bottom: 20px; } }
    @media (max-width: 575px) {
      .guide-income {
        padding-left: 20px;
        padding-right: 20px; } }
    .guide-income > img {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
              transform: translateX(-50%);
      top: -86px; }
    .guide-income_1 > img {
      left: 58%; }
    .guide-income_2 {
      background-image: url(../img/guide-income-bg-2.png); }
      .guide-income_2 > img {
        top: -43px; }
    .guide-income__row {
      margin-bottom: 90px; }
      @media (max-width: 991px) {
        .guide-income__row {
          margin-bottom: 40px; } }
    .guide-income__text {
      text-align: center;
      margin-bottom: 95px;
      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; }
      .guide-income__text h3 {
        font-weight: 700;
        font-size: 18px;
        color: #222222;
        margin-bottom: 14px;
        line-height: 1.07; }
      .guide-income__text p {
        font-weight: 400;
        font-size: 14px;
        color: #656565;
        line-height: 1.22;
        max-width: 300px; }
    .guide-income .m-title {
      margin-bottom: 0;
      font-size: 16px;
      margin-top: auto; }
      .guide-income .m-title b {
        display: block; }

.news {
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .news:hover .about-prof__item > img {
    -webkit-transform: translateY(-50%) scale(1.2);
       -moz-transform: translateY(-50%) scale(1.2);
            transform: translateY(-50%) scale(1.2); }
  .news:hover > h3 {
    color: #F12A23; }
  .news .about-prof__item {
    width: 100%;
    background-color: #031529;
    min-height: 150px;
    margin-bottom: 20px;
    padding: 20px 24px; }
    @media (max-width: 575px) {
      .news .about-prof__item {
        min-height: 200px; } }
    @media (max-width: 480px) {
      .news .about-prof__item {
        min-height: 180px; } }
    .news .about-prof__item:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(3, 21, 41, 0.8);
      content: '';
      z-index: -1; }
    .news .about-prof__item > p {
      margin-top: auto;
      margin-bottom: 11px;
      font-weight: 500;
      font-size: 10px;
      color: #fff; }
    .news .about-prof__item > h3 {
      margin-top: 0;
      font-size: 16px; }
      @media (max-width: 575px) {
        .news .about-prof__item > h3 {
          font-size: 18px;
          max-width: 120px; } }
  .news > h3 {
    font-weight: 700;
    font-size: 16px;
    color: #222222;
    line-height: 1.22;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
  .news-more {
    width: 100%;
    min-height: 150px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    z-index: 1;
    background-color: #F12A23;
    border-radius: 4px;
    padding: 28px;
    text-decoration: none;
    cursor: pointer;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
    margin-bottom: 30px; }
    @media (max-width: 575px) {
      .news-more {
        min-height: 200px; } }
    @media (max-width: 480px) {
      .news-more {
        min-height: 180px; } }
    .news-more:hover {
      background-color: #031529; }
      .news-more:hover:after {
        width: 100%; }
      .news-more:hover > p > svg {
        fill: #fff;
        -webkit-transform: translate(50%, -50%) scale(1.5);
           -moz-transform: translate(50%, -50%) scale(1.5);
                transform: translate(50%, -50%) scale(1.5); }
      .news-more:hover > p:after {
        background-color: #F12A23; }
    .news-more:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 100%;
      background-color: #031529;
      content: '';
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      z-index: -1; }
    .news-more > h3 {
      font-weight: 800;
      font-size: 16px;
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 19px;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .news-more > p {
      font-weight: 400;
      font-size: 12px;
      color: #fff;
      position: relative;
      padding-right: 54px;
      width: 100%;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .news-more > p:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0;
        width: 32px;
        height: 32px;
        background-color: #fff;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        border-radius: 50%;
        content: '';
        z-index: 1; }
      .news-more > p > svg {
        position: absolute;
        top: 50%;
        right: 16px;
        -webkit-transform: translate(50%, -50%);
           -moz-transform: translate(50%, -50%);
                transform: translate(50%, -50%);
        fill: #F12A23;
        width: 8px;
        height: 8px;
        z-index: 2;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
    .news-more_page {
      height: -moz-calc(100% - 30px);
      height: calc(100% - 30px);
      margin-bottom: 30px;
      padding: 28px 24px; }
      .news-more_page > img {
        width: -moz-calc(100% + 24px);
        width: calc(100% + 24px); }
      .news-more_page .news-btn {
        color: #fff; }
      .news-more_page .news-text {
        margin-bottom: 30px; }
        .news-more_page .news-text h3 {
          font-weight: 300;
          font-size: 22px;
          color: #fff; }
          .news-more_page .news-text h3 b {
            font-style: italic;
            font-weight: 700; }
        .news-more_page .news-text p {
          color: rgba(255, 255, 255, 0.7); }
  .news-page {
    width: 100%;
    padding: 60px 0px 170px 0;
    background-image: url("../img/news-page-content-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-position: 50% 0;
    background-color: #fafafa; }
    @media (max-width: 991px) {
      .news-page {
        padding: 40px 0; } }
    .news-page .main-text {
      width: 100%; }
      .news-page .main-text p {
        line-height: 1.3;
        margin-bottom: 30px; }
        .news-page .main-text p:last-child {
          margin-bottom: 0; }
        .news-page .main-text p b {
          font-weight: 700; }
    .news-page .news-page__date {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      white-space: nowrap;
      margin-bottom: 30px; }
      .news-page .news-page__date:after {
        width: 100%;
        margin-left: 30px;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.05);
        content: '';
        display: inline-block; }
  .news-content {
    width: 100%;
    background-color: #fff;
    padding: 24px;
    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;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .news-date {
    font-weight: 400;
    font-size: 10px;
    color: #A7A7A7;
    padding-bottom: 10px;
    margin-bottom: 19px;
    border-bottom: 1px solid #EEEEEE;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .news-date span {
      padding: 3px 2px;
      background-color: #56CE60;
      border-radius: 3px;
      text-align: center;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-left: 7px;
      text-transform: uppercase;
      color: #fff;
      font-weight: 700;
      font-size: 7px;
      line-height: 1.13; }
  .news-text {
    width: 100%;
    margin-bottom: 28px; }
    .news-text h3 {
      font-weight: 700;
      font-size: 16px;
      color: #222222;
      margin-bottom: 14px;
      line-height: 1.22; }
    .news-text p {
      font-weight: 400;
      font-size: 14px;
      color: #656565;
      line-height: 1.22; }
  .news-btn {
    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: 800;
    font-size: 13px;
    color: #222222;
    text-transform: uppercase;
    margin-top: auto;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    .news-btn img {
      width: 32px;
      height: 32px;
      margin-left: 10px; }
  .news_page {
    box-shadow: 0px 14px 92px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    height: -moz-calc(100% - 30px);
    height: calc(100% - 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;
    border-radius: 4px;
    overflow: hidden;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    @media (max-width: 575px) {
      .news_page {
        height: auto; } }
    .news_page:hover {
      box-shadow: none; }
      .news_page:hover .news-btn {
        color: #F12A23; }
    .news_page .about-prof__item {
      margin-bottom: 0; }
  .news_new {
    margin-bottom: 30px;
    height: -moz-calc(100% - 30px);
    height: calc(100% - 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; }
    @media (max-width: 575px) {
      .news_new {
        height: auto; } }
    .news_new .about-prof__item {
      margin-bottom: 0;
      height: 100%; }
      .news_new .about-prof__item > img {
        -webkit-transform-origin: 100% 0;
           -moz-transform-origin: 100% 0;
                transform-origin: 100% 0; }
      .news_new .about-prof__item .about-prof__logo {
        margin-bottom: 33px;
        width: 110px; }
      .news_new .about-prof__item > h3 {
        max-width: 100%;
        margin-bottom: 47px; }
    .news_new .news-date {
      color: rgba(255, 255, 255, 0.4);
      border-bottom-color: rgba(255, 255, 255, 0.14); }
    .news_new .news-text {
      margin-bottom: 43px; }
      .news_new .news-text h3 {
        color: #fff; }
      .news_new .news-text p {
        color: rgba(255, 255, 255, 0.7);
        font-size: 14px; }
    .news_new .m-btn {
      min-width: 147px;
      margin-top: auto; }

.steps {
  height: 607px;
  position: relative;
  width: 100%;
  z-index: 1;
  margin-top: -102px;
  margin-bottom: 35px;
  pointer-events: none; }
  @media (max-width: 1199px) {
    .steps {
      height: auto;
      margin-top: 0;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; } }
  .steps-item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: absolute; }
    @media (max-width: 1199px) {
      .steps-item {
        position: relative;
        width: -moz-calc(100% / 2 - 15px);
        width: calc(100% / 2 - 15px);
        -webkit-align-items: center !important;
           -moz-box-align: center !important;
            -ms-flex-align: center !important;
                align-items: center !important;
        text-align: center; } }
    @media (max-width: 767px) {
      .steps-item {
        width: 100%; } }
    .steps-item__num {
      width: 28px;
      height: 28px;
      margin-bottom: 6px;
      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;
      border: 1px solid rgba(255, 255, 255, 0.1);
      font-weight: 800;
      font-size: 10px;
      color: #fff;
      line-height: 1;
      margin-bottom: 6px; }
    .steps-item__title {
      font-weight: 800;
      font-size: 14px;
      color: #fff;
      margin-bottom: 14px;
      line-height: 1.17; }
    .steps-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: 1199px) {
        .steps-item__text {
          max-width: 280px !important;
          margin-bottom: 15px; }
          .steps-item__text:last-child {
            margin-bottom: 0; } }
      .steps-item__text p {
        font-weight: 300;
        font-size: 12px;
        color: #fff;
        line-height: 1.22; }
        .steps-item__text p b {
          font-weight: 700; }
        .steps-item__text p span {
          color: #F12A23; }
    .steps-item__img {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      pointer-events: none; }
      .steps-item__img img {
        max-width: 100%; }
    .steps-item__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: 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: 6px; }
      .steps-item__logo > img {
        max-width: 72px;
        margin-bottom: 3px; }
      .steps-item__logo span {
        font-weight: 300;
        font-size: 13px;
        color: #B1B1B1; }
    .steps-item__subtitle {
      font-weight: 400;
      font-size: 13px;
      color: #B1B1B1;
      line-height: 1.17; }
    .steps-item__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: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 6px; }
      .steps-item__head .steps-item__num {
        margin-bottom: 0;
        margin-right: 7px; }
    .steps-item__list {
      position: absolute;
      right: -moz-calc(100% - 22px);
      right: calc(100% - 22px);
      top: -4px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -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;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (max-width: 1199px) {
        .steps-item__list {
          position: static;
          right: auto;
          top: auto;
          -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-around;
              -ms-flex-pack: distribute;
                  justify-content: space-around;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          width: 100%; } }
      .steps-item__list-el {
        width: 228px;
        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;
        position: absolute;
        top: 0;
        right: 0; }
        @media (max-width: 1199px) {
          .steps-item__list-el {
            position: relative !important;
            top: auto !important;
            right: auto !important;
            left: auto !important;
            bottom: auto !important;
            width: -moz-calc(100% / 2 - 15px);
            width: calc(100% / 2 - 15px);
            margin-bottom: 60px; } }
        .steps-item__list-el:after {
          width: 228px;
          height: 132px;
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
             -moz-transform: translateX(-50%);
                  transform: translateX(-50%);
          bottom: -62px;
          background-image: url(../img/steps-icon-bg.png);
          background-repeat: no-repeat;
          background-position: 50% 100%;
          background-size: 100%;
          content: '';
          z-index: -1; }
          @media (max-width: 1199px) {
            .steps-item__list-el:after {
              bottom: -42px !important; } }
        .steps-item__list-el:nth-child(2) {
          top: 134px;
          right: 100px; }
          .steps-item__list-el:nth-child(2):after {
            bottom: -52px; }
        .steps-item__list-el:nth-child(3) {
          top: 288px;
          right: 100px; }
          .steps-item__list-el:nth-child(3):after {
            bottom: -52px; }
        .steps-item__list-el:nth-child(4) {
          top: 420px;
          right: -2px; }
          .steps-item__list-el:nth-child(4):after {
            bottom: -45px; }
    .steps-item_1 {
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      left: 12px;
      top: 166px;
      max-width: 228px; }
      @media (max-width: 1199px) {
        .steps-item_1 {
          -webkit-align-items: flex-start;
             -moz-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          left: auto;
          top: auto;
          max-width: 100%; } }
      .steps-item_1 .steps-item__text {
        position: absolute;
        left: -moz-calc(50% + 33px);
        left: calc(50% + 33px);
        top: -49px;
        max-width: 152px; }
        @media (max-width: 1199px) {
          .steps-item_1 .steps-item__text {
            position: static;
            left: auto;
            top: auto;
            max-width: 100%; } }
    .steps-item_2 {
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      left: 271px;
      top: 140px;
      max-width: 228px; }
      @media (max-width: 1199px) {
        .steps-item_2 {
          -webkit-align-items: flex-start;
             -moz-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          left: auto;
          top: auto;
          max-width: 100%; } }
      .steps-item_2 .steps-item__text {
        position: absolute;
        left: -moz-calc(50% + 28px);
        left: calc(50% + 28px);
        top: -97px;
        max-width: 166px; }
        @media (max-width: 1199px) {
          .steps-item_2 .steps-item__text {
            position: static;
            top: auto;
            left: auto;
            max-width: 100%; } }
    .steps-item_3 {
      top: 11px;
      right: 145px; }
      @media (max-width: 1199px) {
        .steps-item_3 {
          top: auto;
          right: auto; } }
      .steps-item_3 .steps-item__text {
        max-width: 163px; }
        @media (max-width: 1199px) {
          .steps-item_3 .steps-item__text {
            max-width: 100%; } }
    .steps-item_4 {
      right: 0;
      top: 85px;
      max-width: 130px; }
      @media (max-width: 1199px) {
        .steps-item_4 {
          right: auto;
          top: auto;
          max-width: 100%; } }
      .steps-item_4 .steps-item__num {
        margin-bottom: 10px; }
      .steps-item_4 .steps-item__logo {
        margin-bottom: 15px; }
        .steps-item_4 .steps-item__logo > img {
          max-width: 106px;
          margin-bottom: 5px; }
      .steps-item_4 .steps-item__img {
        position: absolute;
        top: 40px;
        right: -35px;
        width: 436px; }
        @media (max-width: 1199px) {
          .steps-item_4 .steps-item__img {
            position: static;
            top: auto;
            right: auto;
            width: 100%;
            margin-bottom: -50px; } }
    .steps-item_5 {
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      left: 388px;
      top: 498px;
      width: 42px;
      padding-bottom: 37px;
      -webkit-transform-origin: 50% 100%;
         -moz-transform-origin: 50% 100%;
              transform-origin: 50% 100%; }
      @media (max-width: 1199px) {
        .steps-item_5 {
          width: 100%;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-align: center;
          left: auto;
          bottom: auto;
          position: relative;
          width: 100%;
          top: auto; } }
      .steps-item_5:after {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 0;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #F12A23;
        content: '';
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .steps-item_5:before {
        width: 1px;
        height: 9px;
        background-color: rgba(255, 255, 255, 0.1);
        content: '';
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 19px; }
      .steps-item_5 .steps-item__num {
        color: #F12A23;
        border-color: #F12A23; }
      .steps-item_5 .steps-item__text {
        text-align: right;
        width: 285px;
        position: absolute;
        right: -moz-calc(100% + 68px);
        right: calc(100% + 68px);
        top: 71px; }
        @media (max-width: 1199px) {
          .steps-item_5 .steps-item__text {
            text-align: center;
            width: 100%;
            position: static;
            right: auto;
            top: auto;
            max-width: 360px !important; } }
      .steps-item_5 .steps-item__subtitle {
        font-size: 16px; }
        @media (max-width: 1199px) {
          .steps-item_5 .steps-item__subtitle {
            margin-bottom: 10px; } }
  .steps-arrow {
    position: absolute;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: 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: 1199px) {
      .steps-arrow {
        display: none; } }
    .steps-arrow img {
      width: 0;
      height: 0;
      opacity: 0; }
    .steps-arrow_1 {
      left: 462px;
      top: 127px;
      width: 121px;
      height: 63px;
      -webkit-align-items: flex-end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .steps-arrow_1 img {
        -webkit-animation: stepsArrow1 infinite 4s linear;
           -moz-animation: stepsArrow1 infinite 4s linear;
                animation: stepsArrow1 infinite 4s linear; }
    .steps-arrow_2 {
      left: 455px;
      top: 239px;
      width: 70px;
      height: 37px;
      -webkit-align-items: flex-end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .steps-arrow_2 img {
        -webkit-animation: stepsArrow1 infinite 2s linear;
           -moz-animation: stepsArrow1 infinite 2s linear;
                animation: stepsArrow1 infinite 2s linear;
        -webkit-animation-delay: .5s;
           -moz-animation-delay: .5s;
                animation-delay: .5s; }
    .steps-arrow_3 {
      left: 455px;
      top: 319px;
      width: 69px;
      height: 36px;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .steps-arrow_3 img {
        -webkit-animation: stepsArrow2 infinite 2s linear;
           -moz-animation: stepsArrow2 infinite 2s linear;
                animation: stepsArrow2 infinite 2s linear;
        -webkit-animation-delay: .5s;
           -moz-animation-delay: .5s;
                animation-delay: .5s; }
    .steps-arrow_4 {
      left: 460px;
      top: 409px;
      width: 119px;
      height: 62px;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .steps-arrow_4 img {
        -webkit-animation: stepsArrow2 infinite 4s linear;
           -moz-animation: stepsArrow2 infinite 4s linear;
                animation: stepsArrow2 infinite 4s linear; }
    .steps-arrow_5 {
      left: 785px;
      top: 125px;
      width: 65px;
      height: 77px;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .steps-arrow_5 img {
        -webkit-animation: stepsArrow3 infinite 4s linear;
           -moz-animation: stepsArrow3 infinite 4s linear;
                animation: stepsArrow3 infinite 4s linear;
        -webkit-animation-delay: 1s;
           -moz-animation-delay: 1s;
                animation-delay: 1s; }
    .steps-arrow_6 {
      left: 698px;
      top: 244px;
      width: 72px;
      height: 29px;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .steps-arrow_6 img {
        -webkit-animation: stepsArrow1 infinite 2s linear;
           -moz-animation: stepsArrow1 infinite 2s linear;
                animation: stepsArrow1 infinite 2s linear;
        -webkit-animation-delay: .5s;
           -moz-animation-delay: .5s;
                animation-delay: .5s; }
    .steps-arrow_7 {
      left: 698px;
      top: 321px;
      width: 72px;
      height: 29px;
      -webkit-align-items: flex-end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .steps-arrow_7 img {
        -webkit-animation: stepsArrow2 infinite 2s linear;
           -moz-animation: stepsArrow2 infinite 2s linear;
                animation: stepsArrow2 infinite 2s linear;
        -webkit-animation-delay: .5s;
           -moz-animation-delay: .5s;
                animation-delay: .5s; }
    .steps-arrow_8 {
      left: 785px;
      top: 394px;
      width: 65px;
      height: 77px;
      -webkit-align-items: flex-end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .steps-arrow_8 img {
        -webkit-animation: stepsArrow2 infinite 4s linear;
           -moz-animation: stepsArrow2 infinite 4s linear;
                animation: stepsArrow2 infinite 4s linear;
        -webkit-animation-delay: 1s;
           -moz-animation-delay: 1s;
                animation-delay: 1s; }
  .steps-title {
    position: absolute;
    font-weight: 300;
    font-size: 10px;
    color: #B1B1B1;
    padding-bottom: 26px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    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;
    text-align: center;
    -webkit-transform-origin: 50% 100%;
       -moz-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    @media (max-width: 1199px) {
      .steps-title {
        display: none; } }
    .steps-title:after {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 0;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background-color: #F12A23;
      content: ''; }
    .steps-title:before {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 1px;
      height: 9px;
      background-color: rgba(255, 255, 255, 0.1);
      content: '';
      bottom: 14px; }
    .steps-title_1 {
      right: 272px;
      top: 130px; }
    .steps-title_2 {
      right: 357px;
      top: 223px; }
    .steps-title_3 {
      right: 359px;
      top: 335px;
      padding-bottom: 0;
      padding-top: 26px;
      -webkit-transform-origin: 50% 0%;
         -moz-transform-origin: 50% 0%;
              transform-origin: 50% 0%; }
      .steps-title_3:after {
        bottom: auto;
        top: 0; }
      .steps-title_3:before {
        bottom: auto;
        top: 14px; }
    .steps-title_4 {
      right: 266px;
      top: 423px;
      padding-bottom: 0;
      padding-top: 26px;
      -webkit-transform-origin: 50% 0%;
         -moz-transform-origin: 50% 0%;
              transform-origin: 50% 0%; }
      .steps-title_4:after {
        bottom: auto;
        top: 0; }
      .steps-title_4:before {
        bottom: auto;
        top: 14px; }
  .steps-wallet {
    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: 90px;
    width: 100%;
    text-align: center;
    position: absolute;
    padding-top: 42px;
    top: 303px;
    left: 214px; }
    @media (max-width: 1199px) {
      .steps-wallet {
        display: none; } }
    .steps-wallet:after {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 1px;
      height: 9px;
      background-color: rgba(255, 255, 255, 0.1);
      content: '';
      top: 26px; }
    .steps-wallet .steps-item__subtitle {
      font-size: 16px; }
    .steps-wallet__scene {
      max-width: 79px;
      width: 100%;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 0;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .steps-wallet__scene > img {
        width: 100%; }
    .steps-wallet__item {
      position: absolute;
      top: 50%;
      left: 15px;
      -webkit-transform: translate(-50%, -50%) scale(0);
         -moz-transform: translate(-50%, -50%) scale(0);
              transform: translate(-50%, -50%) scale(0);
      width: 20px;
      height: 20px;
      opacity: 0;
      content: '';
      -webkit-animation: stepsWallet 2s infinite ease-in-out;
         -moz-animation: stepsWallet 2s infinite ease-in-out;
              animation: stepsWallet 2s infinite ease-in-out; }
      .steps-wallet__item img {
        width: 100%;
        height: 100%; }
      .steps-wallet__item_2 {
        -webkit-animation-delay: .3s;
           -moz-animation-delay: .3s;
                animation-delay: .3s; }
      .steps-wallet__item_3 {
        -webkit-animation-delay: .6s;
           -moz-animation-delay: .6s;
                animation-delay: .6s; }
  .steps-bot-arrow {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -10px; }
    @media (max-width: 1199px) {
      .steps-bot-arrow {
        display: none; } }
    @media (max-width: 1199px) {
      .steps-bot-arrow svg {
        display: none; } }
    .steps-bot-arrow image {
      opacity: 0;
      -webkit-animation: arrowCur 14s infinite linear;
         -moz-animation: arrowCur 14s infinite linear;
              animation: arrowCur 14s infinite linear;
      width: 20px;
      height: 20px; }
      @media (max-width: 1199px) {
        .steps-bot-arrow image {
          -webkit-animation: none;
             -moz-animation: none;
                  animation: none; } }
      .steps-bot-arrow image:nth-child(2) {
        -webkit-animation-delay: 2s;
           -moz-animation-delay: 2s;
                animation-delay: 2s; }
      .steps-bot-arrow image:nth-child(3) {
        -webkit-animation-delay: 4s;
           -moz-animation-delay: 4s;
                animation-delay: 4s; }
      .steps-bot-arrow image:nth-child(4) {
        -webkit-animation-delay: 6s;
           -moz-animation-delay: 6s;
                animation-delay: 6s; }
      .steps-bot-arrow image:nth-child(5) {
        -webkit-animation-delay: 8s;
           -moz-animation-delay: 8s;
                animation-delay: 8s; }
      .steps-bot-arrow image:nth-child(6) {
        -webkit-animation-delay: 10s;
           -moz-animation-delay: 10s;
                animation-delay: 10s; }
    .steps-bot-arrow.custom .pay-logos {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
      .steps-bot-arrow.custom .pay-logos img {
        width: 20px;
        height: 20px;
        position: absolute;
        right: 91%;
        top: 37%;
        -webkit-animation: moveAlongPath 5s linear infinite;
           -moz-animation: moveAlongPath 5s linear infinite;
                animation: moveAlongPath 5s linear infinite; }
        .steps-bot-arrow.custom .pay-logos img:nth-child(2) {
          -webkit-animation-delay: 1s;
             -moz-animation-delay: 1s;
                  animation-delay: 1s; }
        .steps-bot-arrow.custom .pay-logos img:nth-child(3) {
          -webkit-animation-delay: 2s;
             -moz-animation-delay: 2s;
                  animation-delay: 2s; }
        .steps-bot-arrow.custom .pay-logos img:nth-child(4) {
          -webkit-animation-delay: 3s;
             -moz-animation-delay: 3s;
                  animation-delay: 3s; }
        .steps-bot-arrow.custom .pay-logos img:nth-child(5) {
          -webkit-animation-delay: 4s;
             -moz-animation-delay: 4s;
                  animation-delay: 4s; }
        .steps-bot-arrow.custom .pay-logos img:nth-child(6) {
          -webkit-animation-delay: 5s;
             -moz-animation-delay: 5s;
                  animation-delay: 5s; }

@-webkit-keyframes moveAlongPath {
  0% {
    opacity: 0;
    right: 0;
    top: 20%; }
  20% {
    opacity: 1;
    right: 14%;
    top: 74%; }
  25% {
    right: 19%;
    top: 85%; }
  30% {
    right: 25%;
    top: 93%; }
  70% {
    right: 67%;
    top: 84%; }
  80% {
    right: 79%;
    top: 65%; }
  92% {
    right: 91%;
    top: 37%;
    opacity: 1; }
  100% {
    opacity: 0;
    right: 96%;
    top: 14%; } }

@-moz-keyframes moveAlongPath {
  0% {
    opacity: 0;
    right: 0;
    top: 20%; }
  20% {
    opacity: 1;
    right: 14%;
    top: 74%; }
  25% {
    right: 19%;
    top: 85%; }
  30% {
    right: 25%;
    top: 93%; }
  70% {
    right: 67%;
    top: 84%; }
  80% {
    right: 79%;
    top: 65%; }
  92% {
    right: 91%;
    top: 37%;
    opacity: 1; }
  100% {
    opacity: 0;
    right: 96%;
    top: 14%; } }

@keyframes moveAlongPath {
  0% {
    opacity: 0;
    right: 0;
    top: 20%; }
  20% {
    opacity: 1;
    right: 14%;
    top: 74%; }
  25% {
    right: 19%;
    top: 85%; }
  30% {
    right: 25%;
    top: 93%; }
  70% {
    right: 67%;
    top: 84%; }
  80% {
    right: 79%;
    top: 65%; }
  92% {
    right: 91%;
    top: 37%;
    opacity: 1; }
  100% {
    opacity: 0;
    right: 96%;
    top: 14%; } }

.faq {
  padding: 50px 0px 140px 0;
  background-image: url("../img/faq-page-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  @media (max-width: 991px) {
    .faq {
      padding: 30px 0px 100px 0; } }
  .faq-title {
    font-weight: 800;
    font-size: 18px;
    color: #222222;
    margin-bottom: 36px; }
  .faq-tabs {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin-bottom: 100px; }
    @media (max-width: 991px) {
      .faq-tabs {
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: stretch;
           -moz-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 0px; } }
    .faq-tabs__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;
      position: relative;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      cursor: pointer;
      border: 1px solid #E7E7E7;
      border-radius: 4px;
      margin-bottom: 9px;
      padding: 23px 60px 23px 28px;
      min-height: 69px;
      font-weight: 500;
      font-size: 19px;
      color: #222222;
      width: 100%;
      z-index: 1;
      overflow: hidden; }
      @media (max-width: 1199px) {
        .faq-tabs__item {
          font-size: 16px; } }
      @media (max-width: 991px) {
        .faq-tabs__item {
          width: auto;
          white-space: nowrap;
          margin-right: 10px;
          margin-bottom: 10px;
          padding: 20px 50px 20px 20px;
          min-height: 0; } }
      @media (max-width: 767px) {
        .faq-tabs__item {
          font-size: 12px; } }
      @media (max-width: 575px) {
        .faq-tabs__item {
          width: 100%; } }
      .faq-tabs__item:hover {
        color: #fff;
        border-color: transparent; }
        .faq-tabs__item:hover:before {
          width: 100%; }
        .faq-tabs__item:hover span {
          background-color: rgba(0, 0, 0, 0.1); }
      .faq-tabs__item:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        background-color: #F12A23;
        z-index: -1;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        content: ''; }
      .faq-tabs__item:after {
        position: absolute;
        top: 50%;
        right: 40px;
        -webkit-transform: translate(50%, -50%) scale(0);
           -moz-transform: translate(50%, -50%) scale(0);
                transform: translate(50%, -50%) scale(0);
        background-color: #fff;
        border-radius: 50%;
        content: '';
        width: 32px;
        height: 32px;
        z-index: 1;
        opacity: 0;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        @media (max-width: 991px) {
          .faq-tabs__item:after {
            right: 25px; } }
      .faq-tabs__item:last-child {
        margin-bottom: 0; }
        @media (max-width: 991px) {
          .faq-tabs__item:last-child {
            margin-bottom: 10px;
            margin-right: 0; } }
      .faq-tabs__item span {
        margin-left: 7px;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        min-width: 16px;
        height: 16px;
        border-radius: 20px;
        background-color: #F12A23;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        padding: 3px 7px;
        text-align: center;
        font-weight: 700;
        font-size: 9px;
        color: #fff;
        line-height: 1; }
      .faq-tabs__item > svg {
        position: absolute;
        top: 50%;
        right: 40px;
        -webkit-transform: translate(50%, -50%) scale(0);
           -moz-transform: translate(50%, -50%) scale(0);
                transform: translate(50%, -50%) scale(0);
        fill: #F12A23;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        width: 8px;
        height: 8px;
        z-index: 2; }
        @media (max-width: 991px) {
          .faq-tabs__item > svg {
            right: 25px; } }
      .faq-tabs__item.active {
        color: #fff;
        border-color: transparent; }
        .faq-tabs__item.active:before {
          width: 100%; }
        .faq-tabs__item.active span {
          background-color: rgba(0, 0, 0, 0.1); }
        .faq-tabs__item.active:after {
          opacity: 1;
          -webkit-transform: translate(50%, -50%) scale(1);
             -moz-transform: translate(50%, -50%) scale(1);
                  transform: translate(50%, -50%) scale(1); }
        .faq-tabs__item.active > svg {
          -webkit-transform: translate(50%, -50%) scale(1);
             -moz-transform: translate(50%, -50%) scale(1);
                  transform: translate(50%, -50%) scale(1); }
    .faq-tabs__wrap {
      width: 100%; }
      .faq-tabs__wrap .nicescroll-box {
        width: 100%;
        cursor: default !important;
        overflow: visible !important; }
        .faq-tabs__wrap .nicescroll-box .wrap {
          display: -webkit-inline-flex;
          display: -moz-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex; }
  .faq-content {
    width: 100%;
    margin-bottom: 100px; }
    @media (max-width: 991px) {
      .faq-content {
        margin-bottom: 30px; } }
    .faq-content .box {
      overflow: hidden;
      position: relative; }
    .faq-content .wrap {
      max-height: 630px;
      overflow-y: scroll; }
    .faq-content .wrap::-webkit-scrollbar {
      width: 2px;
      /* ширина всей полосы прокрутки */ }
    .faq-content .wrap::-webkit-scrollbar-track {
      background: transparent;
      /* цвет зоны отслеживания */ }
    .faq-content .wrap::-webkit-scrollbar-thumb {
      background-color: #F12A23;
      /* цвет бегунка */
      border-radius: 20px;
      /* округлось бегунка */
      border: 0px solid orange;
      /* отступ вокруг бегунка */ }
    .faq-content .nicescroll-box {
      padding-right: 30px;
      width: 100%;
      height: 100%;
      cursor: default !important;
      max-height: 630px; }
      @media (max-width: 991px) {
        .faq-content .nicescroll-box {
          padding-right: 0;
          max-height: none;
          height: auto; } }
      .faq-content .nicescroll-box:after {
        position: absolute;
        top: 0;
        left: 0;
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        height: 1px;
        background-color: #222222;
        content: ''; }
        @media (max-width: 991px) {
          .faq-content .nicescroll-box:after {
            display: none; } }
    .faq-content .accordion {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-top: 10px; }
      .faq-content .accordion__item {
        border-bottom: 1px solid #E7E7E7;
        width: 100%;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .faq-content .accordion__item.active {
          border-bottom-color: transparent; }
          .faq-content .accordion__item.active .accordion__head:before {
            -webkit-transform: translateX(50%) scale(1);
               -moz-transform: translateX(50%) scale(1);
                    transform: translateX(50%) scale(1);
            opacity: 1; }
          .faq-content .accordion__item.active .accordion__head:after {
            -webkit-transform: translateX(50%) scale(0);
               -moz-transform: translateX(50%) scale(0);
                    transform: translateX(50%) scale(0);
            opacity: 0; }
      .faq-content .accordion__head {
        position: relative;
        padding: 20px 82px 20px 25px;
        font-weight: 400;
        font-size: 24px;
        color: #222222;
        line-height: 1;
        width: 100%;
        line-height: 1.17;
        cursor: pointer;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        @media (max-width: 991px) {
          .faq-content .accordion__head {
            font-size: 18px; } }
        @media (max-width: 575px) {
          .faq-content .accordion__head {
            padding-left: 40px;
            padding-right: 40px; } }
        .faq-content .accordion__head:after {
          position: absolute;
          top: 22px;
          right: 41px;
          -webkit-transform: translateX(50%);
             -moz-transform: translateX(50%);
                  transform: translateX(50%);
          content: '+';
          font-weight: 800;
          font-size: 24px;
          color: #F12A23;
          -moz-transition: all .3s ease;
          transition: all .3s ease;
          opacity: 1; }
          @media (max-width: 991px) {
            .faq-content .accordion__head:after {
              font-size: 18px; } }
          @media (max-width: 575px) {
            .faq-content .accordion__head:after {
              right: 20px; } }
        .faq-content .accordion__head:before {
          position: absolute;
          top: 22px;
          right: 41px;
          -webkit-transform: translateX(50%) scale(0);
             -moz-transform: translateX(50%) scale(0);
                  transform: translateX(50%) scale(0);
          content: '-';
          font-weight: 800;
          font-size: 24px;
          color: #222222;
          -moz-transition: all .3s ease;
          transition: all .3s ease;
          opacity: 0; }
          @media (max-width: 991px) {
            .faq-content .accordion__head:before {
              font-size: 18px; } }
          @media (max-width: 575px) {
            .faq-content .accordion__head:before {
              right: 20px; } }
        .faq-content .accordion__head b {
          font-weight: 900;
          font-size: 24px;
          color: #222222;
          margin-right: 15px; }
          @media (max-width: 991px) {
            .faq-content .accordion__head b {
              font-size: 18px; } }
          @media (max-width: 575px) {
            .faq-content .accordion__head b {
              left: 15px; } }
          .faq-content .accordion__head b span {
            color: #F12A23; }
      .faq-content .accordion__body {
        display: none;
        padding-left: 58px; }
        @media (max-width: 575px) {
          .faq-content .accordion__body {
            padding-left: 40px; } }
      .faq-content .accordion__text {
        background-color: #F4F4F4;
        border-radius: 0 4px 4px 4px;
        padding: 26px 34px;
        position: relative; }
        @media (max-width: 575px) {
          .faq-content .accordion__text {
            padding: 20px; } }
        .faq-content .accordion__text:after {
          position: absolute;
          bottom: 100%;
          left: 0;
          border: 7px solid transparent;
          border-left-color: #F4F4F4;
          border-bottom-color: #F4F4F4;
          content: ''; }
        .faq-content .accordion__text p {
          font-weight: 400;
          font-size: 20px;
          color: #656565;
          line-height: 1.29;
          margin-bottom: 10px; }
          @media (max-width: 575px) {
            .faq-content .accordion__text p {
              font-size: 16px; } }
          .faq-content .accordion__text p span {
            text-decoration: underline; }
          .faq-content .accordion__text p b {
            font-weight: 700;
            color: #222222; }
          .faq-content .accordion__text p i {
            font-weight: 500;
            font-style: italic;
            color: #222222; }
          .faq-content .accordion__text p a {
            color: #F12A23;
            text-decoration: underline;
            -moz-transition: all .3s ease;
            transition: all .3s ease; }
            .faq-content .accordion__text p a:hover {
              text-decoration: none; }
  .faq-box {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 28px;
    padding: 55px 30px 114px 30px;
    text-align: center;
    position: relative;
    z-index: 1; }
    .faq-box:after {
      position: absolute;
      top: 43px;
      left: 64px;
      background-image: url(../img/faq-icon-1.svg);
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: contain;
      content: '';
      width: 104px;
      height: 102px;
      pointer-events: none;
      z-index: -1; }
      @media (max-width: 480px) {
        .faq-box:after {
          display: none; } }
    .faq-box:before {
      width: 135px;
      height: 141px;
      content: '';
      top: 75px;
      right: 58px;
      position: absolute;
      background-image: url(../img/faq-icon-2.svg);
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: contain;
      z-index: -1; }
      @media (max-width: 480px) {
        .faq-box:before {
          display: none; } }
    .faq-box .m-title {
      margin-bottom: 15px; }
    .faq-box .m-text {
      margin-bottom: 0; }
    .faq-box__btn {
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-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: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      width: 112px;
      height: 112px;
      border-radius: 50%;
      background-color: #F12A23;
      cursor: pointer;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      font-weight: 800;
      font-size: 12px;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      z-index: 1; }
      .faq-box__btn:hover {
        background-color: #474747; }
      .faq-box__btn:after {
        position: absolute;
        top: 50%;
        left: 50%;
        pointer-events: none;
        border: 1px solid #E6E6E6;
        border-radius: 50%;
        content: '';
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-animation: faqBoxBtn 2s infinite ease-in-out;
           -moz-animation: faqBoxBtn 2s infinite ease-in-out;
                animation: faqBoxBtn 2s infinite ease-in-out;
        width: 100%;
        height: 100%;
        opacity: 0; }
      .faq-box__btn:before {
        position: absolute;
        top: 50%;
        left: 50%;
        pointer-events: none;
        border: 1px solid #E6E6E6;
        border-radius: 50%;
        content: '';
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-animation: faqBoxBtn 2s infinite ease-in-out;
           -moz-animation: faqBoxBtn 2s infinite ease-in-out;
                animation: faqBoxBtn 2s infinite ease-in-out;
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-animation-delay: .5s;
           -moz-animation-delay: .5s;
                animation-delay: .5s; }
      .faq-box__btn_black {
        background-color: #404344; }
        .faq-box__btn_black:hover {
          background-color: #F12A23; }
    .faq-box__content {
      text-align: left;
      max-width: 610px;
      margin-right: 20px; }
      @media (max-width: 991px) {
        .faq-box__content {
          text-align: center;
          margin-bottom: 30px;
          margin-right: 0;
          max-width: 100%; } }
    .faq-box__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: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      max-width: 300px;
      width: 100%;
      position: relative; }
      .faq-box__btns:after {
        position: absolute;
        top: -60px;
        right: -66px;
        background-image: url(../img/faq-icon-4.svg);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: contain;
        content: '';
        width: 72px;
        height: 73px;
        pointer-events: none;
        z-index: -1; }
        @media (max-width: 767px) {
          .faq-box__btns:after {
            display: none; } }
      .faq-box__btns:before {
        width: 89px;
        height: 92px;
        content: '';
        top: -20px;
        left: -135px;
        position: absolute;
        background-image: url(../img/faq-icon-3.svg);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: contain;
        z-index: -1; }
        @media (max-width: 767px) {
          .faq-box__btns:before {
            display: none; } }
      .faq-box__btns .faq-box__btn {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: translate(0, 0);
           -moz-transform: translate(0, 0);
                transform: translate(0, 0); }
        @media (max-width: 575px) {
          .faq-box__btns .faq-box__btn {
            width: 100px;
            height: 100px; } }
    .faq-box_nobg {
      background-color: transparent;
      padding-left: 0;
      padding-right: 0; }
      .faq-box_nobg:after {
        background-image: url(../img/cont-icon-1.svg); }
        @media (max-width: 991px) {
          .faq-box_nobg:after {
            display: none; } }
      .faq-box_nobg:before {
        background-image: url(../img/cont-icon-2.svg); }
        @media (max-width: 991px) {
          .faq-box_nobg:before {
            display: none; } }
      .faq-box_nobg .m-title {
        font-size: 60px; }
        @media (max-width: 991px) {
          .faq-box_nobg .m-title {
            font-size: 40px; } }
        @media (max-width: 575px) {
          .faq-box_nobg .m-title {
            font-size: 30px; } }
    .faq-box_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: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      background-color: rgba(0, 0, 0, 0.03);
      padding: 65px 73px 65px 64px;
      margin-top: 90px; }
      @media (max-width: 991px) {
        .faq-box_btns {
          margin-top: 10px;
          -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: 30px; } }
      .faq-box_btns:after, .faq-box_btns:before {
        display: none; }

.cont {
  padding: 64px 0px 148px 0; }
  @media (max-width: 991px) {
    .cont {
      padding: 30px 0px 100px 0; } }
  .cont-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;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 54px;
    font-weight: 400;
    font-size: 14px;
    color: #222222;
    text-align: center; }
    @media (max-width: 480px) {
      .cont-soc {
        margin-bottom: 30px; } }
    .cont-soc:hover .cont-soc__icon {
      -webkit-animation: contSoc .5s 1 ease-out;
         -moz-animation: contSoc .5s 1 ease-out;
              animation: contSoc .5s 1 ease-out; }
    .cont-soc__icon {
      width: 122px;
      height: 122px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 24px;
      border-radius: 50%;
      background-color: rgba(241, 42, 35, 0.15); }
      @media (max-width: 480px) {
        .cont-soc__icon {
          width: 70px;
          height: 70px;
          margin-bottom: 20px; } }
      .cont-soc__icon img {
        max-width: 50px;
        max-height: 50px; }
        @media (max-width: 480px) {
          .cont-soc__icon img {
            max-width: 30px;
            max-height: 30px; } }
    .cont-soc.yt .cont-soc__icon {
      background-color: rgba(255, 0, 0, 0.15); }
    .cont-soc.tg .cont-soc__icon {
      background-color: rgba(37, 164, 226, 0.15); }
    .cont-soc.wapp .cont-soc__icon {
      background-color: rgba(76, 202, 91, 0.15); }
    .cont-soc.fb .cont-soc__icon {
      background-color: rgba(24, 119, 242, 0.15); }
    .cont-soc.tw .cont-soc__icon {
      background-color: rgba(27, 159, 239, 0.15); }
    .cont-soc.inst .cont-soc__icon {
      background-color: rgba(174, 61, 61, 0.15); }
  .cont-tg {
    width: 100%;
    border-radius: 34px;
    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;
    text-align: center;
    padding: 40px 70px;
    margin-bottom: 54px; }
    @media (max-width: 991px) {
      .cont-tg {
        margin-bottom: 20px; } }
    @media (max-width: 480px) {
      .cont-tg {
        padding: 30px; } }
    .cont-tg:after {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-4deg);
         -moz-transform: translate(-50%, -50%) rotate(-4deg);
              transform: translate(-50%, -50%) rotate(-4deg);
      z-index: -2;
      content: '';
      width: 100%;
      height: 100%;
      border-radius: 34px;
      background-color: rgba(32, 152, 202, 0.3);
      pointer-events: noneч; }
    .cont-tg:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-8.35deg);
         -moz-transform: translate(-50%, -50%) rotate(-8.35deg);
              transform: translate(-50%, -50%) rotate(-8.35deg);
      z-index: -2;
      content: '';
      width: 100%;
      height: 100%;
      border-radius: 34px;
      background-color: rgba(32, 152, 202, 0.1);
      pointer-events: noneч; }
    .cont-tg__bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background-image: url("../img/cont-tg-bg.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      background-color: #2098CA;
      border-radius: 34px; }
    .cont-tg__icon {
      width: 90px;
      margin-bottom: 10px; }
      .cont-tg__icon img {
        max-width: 100%; }
    .cont-tg p {
      font-weight: 400;
      font-size: 18px;
      color: #fff;
      line-height: 1.22; }
    .cont-tg h3 {
      font-weight: 800;
      font-size: 50px;
      color: #fff;
      margin-bottom: 28px; }
      @media (max-width: 480px) {
        .cont-tg h3 {
          font-size: 40px; } }
      .cont-tg h3 span {
        font-size: 18px;
        display: block;
        text-align: right; }
    .cont-tg a {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      color: #2098CA;
      background-color: #fff;
      border-radius: 100px;
      text-decoration: none;
      cursor: pointer;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      padding: 20px;
      width: 100%;
      font-weight: 700;
      font-size: 24px; }
  .cont-wrap {
    width: 100%;
    padding: 40px 12px; }
  .cont-bg {
    width: 100%;
    margin: 40px 12px;
    background-color: #fff;
    padding-top: 94px; }
    @media (max-width: 991px) {
      .cont-bg {
        padding-top: 30px; } }
    @media (max-width: 480px) {
      .cont-bg {
        margin-top: 10px; } }
  .cont-title {
    margin-bottom: 32px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-weight: 500;
    font-size: 14px;
    color: #B6B6B6; }
    .cont-title:after {
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      content: '';
      height: 1px;
      background-color: #F1F1F1;
      margin-left: 29px; }
  .cont-list {
    position: relative;
    z-index: 1; }
    .cont-list:after {
      pointer-events: none;
      z-index: -1;
      top: 0;
      left: 0;
      position: absolute;
      content: '';
      background-image: url(../img/cont-map.svg);
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 100% 100%;
      width: 696px;
      height: 374px; }
  .cont-item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 40px; }
    .cont-item h3 {
      position: relative;
      padding-left: 20px;
      font-weight: 400;
      font-size: 10px;
      color: #222222;
      text-transform: uppercase;
      margin-bottom: 2px;
      line-height: 1.17; }
      .cont-item h3 svg {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        width: 13px;
        height: 13px;
        fill: #F12A23; }
    .cont-item a {
      font-weight: 400;
      font-size: 24px;
      color: #222222;
      text-decoration: underline;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .cont-item a:hover {
        color: #F12A23; }
    .cont-item_phone a {
      font-weight: 700;
      text-decoration: none; }
  .cont-bot-msg {
    border-top: 1px solid #F1F1F1;
    width: 100%;
    padding: 30px 0;
    background-color: #fff;
    position: relative;
    z-index: 1; }
    .cont-bot-msg p {
      text-align: center;
      font-weight: 400;
      font-size: 12px;
      color: #222222;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      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; }
      .cont-bot-msg p img {
        margin-right: 23px; }
  .cont-address {
    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: 23px; }
    .cont-address h3 {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      font-weight: 400;
      font-size: 10px;
      color: #222222;
      text-transform: uppercase;
      line-height: 1;
      margin-bottom: 15px; }
      .cont-address h3 svg {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        margin-left: 8px; }
    .cont-address a {
      padding: 24px 24px 24px 64px;
      position: relative;
      cursor: pointer;
      text-decoration: none;
      font-weight: 400;
      font-size: 16px;
      color: #222222;
      background-color: #FAFAFA;
      border-radius: 43px; }
      @media (max-width: 480px) {
        .cont-address a {
          padding: 20px 20px 20px 40px;
          font-size: 14px; } }
      .cont-address a:hover > svg {
        -webkit-transform: translate(-50%, -50%) scale(2);
           -moz-transform: translate(-50%, -50%) scale(2);
                transform: translate(-50%, -50%) scale(2);
        stroke: #F12A23; }
      .cont-address a > svg {
        position: absolute;
        top: 50%;
        left: 32px;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        fill: none;
        stroke: #D2D2D2;
        width: 14px;
        height: 14px;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        @media (max-width: 480px) {
          .cont-address a > svg {
            left: 20px; } }
  .cont-form {
    padding: 48px 65px 89px 65px;
    width: 100%;
    position: relative;
    background-image: url("../img/cont-form-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    @media (max-width: 991px) {
      .cont-form {
        padding: 40px 60px; } }
    @media (max-width: 575px) {
      .cont-form {
        padding: 20px 30px; } }
    .cont-form:after {
      position: absolute;
      left: 0;
      width: 1px;
      bottom: 0;
      height: -moz-calc(100% + 34px);
      height: calc(100% + 34px);
      content: '';
      background-color: #F1F1F1; }
    .cont-form-title {
      font-weight: 300;
      font-size: 35px;
      color: #222222;
      position: relative;
      padding-left: 65px;
      border-left: 3px solid #F12A23;
      margin-bottom: 34px;
      margin-top: -103px;
      pointer-events: none;
      z-index: 1; }
      @media (max-width: 991px) {
        .cont-form-title {
          margin-top: 0; } }
      @media (max-width: 767px) {
        .cont-form-title {
          font-size: 28px; } }
      @media (max-width: 575px) {
        .cont-form-title {
          padding-left: 30px; } }
      .cont-form-title b {
        font-weight: 700;
        font-style: italic;
        position: relative;
        z-index: -1; }
        .cont-form-title b:after {
          pointer-events: none;
          width: 128px;
          height: 128px;
          position: absolute;
          right: -22px;
          bottom: -50px;
          content: '';
          background-image: url(../img/cont-title-icon.svg);
          z-index: -1; }
      .cont-form-title span {
        color: #F12A23;
        letter-spacing: .2em;
        position: relative;
        white-space: nowrap; }
  .cont-input {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin-bottom: 26px; }
    .cont-input p {
      font-weight: 500;
      font-size: 14px;
      color: #222222;
      line-height: 1.17;
      margin-bottom: 13px; }
    .cont-input input, .cont-input textarea {
      width: 100%;
      outline: none;
      border: 1px solid #E7E7E7;
      border-radius: 4px;
      font-weight: 400;
      font-size: 16px;
      color: #222222;
      background-color: transparent;
      min-height: 66px;
      padding: 10px 20px;
      overflow: hidden; }
      @media (max-width: 575px) {
        .cont-input input, .cont-input textarea {
          min-height: 50px; } }
    .cont-input textarea {
      min-height: 226px;
      resize: none;
      padding: 20px; }
      @media (max-width: 575px) {
        .cont-input textarea {
          min-height: 120px; } }
    .cont-input ::-webkit-input-placeholder {
      color: rgba(34, 34, 34, 0.1); }
    .cont-input :-moz-placeholder {
      color: rgba(34, 34, 34, 0.1); }
    .cont-input ::-moz-placeholder {
      color: rgba(34, 34, 34, 0.1); }
    .cont-input :-ms-input-placeholder {
      color: rgba(34, 34, 34, 0.1); }
    .cont-input ::placeholder {
      color: rgba(34, 34, 34, 0.1); }
  .cont-check {
    position: relative;
    display: block;
    cursor: pointer; }
    @media (max-width: 991px) {
      .cont-check {
        margin-bottom: 20px; } }
    .cont-check input {
      display: none; }
      .cont-check input:checked + p:after {
        background-color: #56CE60;
        border-color: #56CE60; }
      .cont-check input:checked + p > svg {
        opacity: 1; }
    .cont-check p {
      font-weight: 400;
      font-size: 14px;
      color: #656565;
      line-height: 1.22;
      position: relative;
      padding-left: 30px; }
      @media (max-width: 575px) {
        .cont-check p {
          font-size: 12px; } }
      .cont-check p a {
        font-weight: 500;
        text-decoration: underline;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        color: #222222; }
        .cont-check p a:hover {
          color: #F12A23; }
      .cont-check p:after {
        position: absolute;
        left: 0;
        top: -1px;
        width: 18px;
        height: 18px;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        content: '';
        border-radius: 4px;
        background-color: transparent;
        border: 1px solid #E7E7E7; }
      .cont-check p > svg {
        position: absolute;
        left: 9px;
        top: 8px;
        width: 8px;
        height: 8px;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        fill: #fff;
        z-index: 2;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        opacity: 0; }

.sign {
  background-color: #FAFAFA;
  width: 100%;
  min-height: -moz-calc(var(--vh, 1vh) * 100);
  min-height: calc(var(--vh, 1vh) * 100);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: 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: 0 auto;
  background-image: url("../img/sign-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 40px 0; }
  @media (max-width: 1199px) {
    .sign {
      -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) {
    .sign {
      padding: 20px 0; } }
  .sign-logo {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: 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: 144px;
    width: 100%;
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      .sign-logo {
        margin-bottom: 28px; } }
    .sign-logo img {
      max-width: 100%; }
  .sign-home {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 23px;
    padding-right: 43px;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    margin-left: auto;
    color: rgba(34, 34, 34, 0.5);
    margin-bottom: 50px;
    font-size: 12px; }
    @media (max-width: 991px) {
      .sign-home {
        margin-bottom: 28px; } }
    @media (max-width: 480px) {
      .sign-home {
        padding-right: 40px;
        font-size: 10px; } }
    .sign-home:hover {
      color: #222222; }
      .sign-home:hover > svg {
        fill: #F12A23;
        -webkit-transform: translateY(-50%) rotate(90deg) scale(1.5);
           -moz-transform: translateY(-50%) rotate(90deg) scale(1.5);
                transform: translateY(-50%) rotate(90deg) scale(1.5); }
      .sign-home:hover .sign-home__icon {
        border-color: #F12A23; }
        .sign-home:hover .sign-home__icon svg {
          stroke: #F12A23; }
    .sign-home > svg {
      position: absolute;
      top: 50%;
      left: 0;
      width: 14px;
      height: 14px;
      fill: #BABABA;
      -webkit-transform: translateY(-50%) rotate(90deg);
         -moz-transform: translateY(-50%) rotate(90deg);
              transform: translateY(-50%) rotate(90deg);
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .sign-home__icon {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0;
      width: 28px;
      height: 28px;
      border-radius: 4px;
      border: 1px solid #E7E7E7;
      content: '';
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      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;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      z-index: 1;
      overflow: hidden; }
      .sign-home__icon:after {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -1;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        border-radius: 4px;
        content: '';
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        z-index: -1;
        background-color: #F12A23;
        -webkit-transform: translate(-50%, -50%) scale(0);
           -moz-transform: translate(-50%, -50%) scale(0);
                transform: translate(-50%, -50%) scale(0);
        opacity: 0; }
      .sign-home__icon svg {
        fill: none;
        stroke: #919191;
        width: 10px;
        height: 10px;
        position: relative;
        z-index: 2;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
  .sign-links {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px); }
    @media (max-width: 991px) {
      .sign-links {
        margin-bottom: 8px; } }
    @media (max-width: 480px) {
      .sign-links {
        width: -moz-calc(100% + 10px);
        width: calc(100% + 10px); } }
    .sign-links a {
      position: relative;
      padding: 11px 10px 11px 36px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-decoration: none;
      margin-right: 20px;
      max-width: 167px;
      width: -moz-calc(50% - 20px);
      width: calc(50% - 20px);
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      border-radius: 4px 4px 0 0;
      margin-bottom: 20px; }
      @media (max-width: 480px) {
        .sign-links a {
          min-width: 0;
          padding-left: 30px;
          margin-right: 10px;
          width: -moz-calc(50% - 10px);
          width: calc(50% - 10px); } }
      .sign-links a:hover:before {
        width: 100%; }
      .sign-links a:hover h3 {
        color: #222222; }
      .sign-links a:hover > svg {
        stroke: #F12A23; }
      .sign-links a.active {
        background-color: #F5F5F5; }
        .sign-links a.active:before {
          width: 100%;
          height: 3px; }
        .sign-links a.active h3 {
          color: #222222; }
        .sign-links a.active > svg {
          stroke: #F12A23; }
      .sign-links a:last-child {
        margin-right: 0; }
      .sign-links a:after {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        background-color: #222222;
        content: '';
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        width: 100%;
        z-index: 1; }
      .sign-links a:before {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        background-color: #F12A23;
        content: '';
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        width: 0;
        z-index: 2; }
      .sign-links a > svg {
        position: absolute;
        left: 18px;
        top: 18px;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        fill: none;
        stroke: #656565;
        width: 14px;
        height: 14px;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        @media (max-width: 480px) {
          .sign-links a > svg {
            left: 15px; } }
      .sign-links a h3 {
        font-weight: 700;
        font-size: 12px;
        color: #656565;
        line-height: 1.17;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .sign-links a p {
        line-height: 1.17;
        font-weight: 400;
        color: rgba(101, 101, 101, 0.7);
        font-size: 10px; }
  .sign-url, .recovery-text {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    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;
    position: relative;
    width: 100%;
    padding: 12px 21px 12px 68px;
    background-color: rgba(1, 147, 243, 0.15);
    border-radius: 4px;
    margin-bottom: 50px;
    min-height: 53px; }
    @media (max-width: 991px) {
      .sign-url, .recovery-text {
        margin-bottom: 28px; } }
    .sign-url__icon {
      width: 18px;
      height: 18px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      top: 50%;
      left: 30px;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-color: #0193F3;
      border-radius: 50%;
      z-index: 1; }
      .sign-url__icon:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: -1;
        background-color: #0193F3;
        width: 100%;
        height: 100%;
        opacity: 0;
        content: '';
        border-radius: 50%;
        -webkit-animation: pulse 2s infinite linear;
           -moz-animation: pulse 2s infinite linear;
                animation: pulse 2s infinite linear; }
      .sign-url__icon:before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: -1;
        background-color: #0193F3;
        width: 100%;
        height: 100%;
        opacity: 0;
        content: '';
        border-radius: 50%;
        -webkit-animation: pulse 2s infinite linear;
           -moz-animation: pulse 2s infinite linear;
                animation: pulse 2s infinite linear;
        -webkit-animation-delay: 1s;
           -moz-animation-delay: 1s;
                animation-delay: 1s; }
      .sign-url__icon svg {
        width: 8px;
        height: 8px;
        fill: #fff; }
    .sign-url__val {
      padding: 12px 16px 12px 50px;
      position: relative;
      background-color: #fff;
      border-radius: 4px;
      min-height: 27px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      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;
      max-width: 100%; }
      .sign-url__val > svg {
        position: absolute;
        top: 50%;
        left: 22px;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        fill: none;
        stroke: #fff;
        width: 10px;
        height: 10px;
        z-index: 2; }
      .sign-url__val:after {
        position: absolute;
        top: 50%;
        left: 22px;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        content: '';
        width: 26px;
        height: 26px;
        background-color: #56CE60;
        border-radius: 4px;
        z-index: 1; }
      .sign-url__val p {
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-weight: 700;
        font-size: 12px;
        color: #222222; }
        .sign-url__val p span {
          color: #4FE070; }
    .sign-url h3, .recovery-text h3 {
      font-weight: 400;
      font-size: 12px;
      color: #0193F3;
      margin-right: 20px;
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin: 5px 20px 5px 0;
      line-height: 1.22; }
      .sign-url h3:last-child, .recovery-text h3:last-child {
        margin-right: 0; }
  .sign-pass {
    width: 100%;
    background-image: url("../img/sign-pass-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-position: 50% 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px;
    border-radius: 4px;
    padding: 23px 9px 24px 9px;
    margin-top: 23px; }
    .sign-pass h3 {
      font-weight: 500;
      font-size: 14px;
      color: #222222;
      margin-bottom: 8px;
      text-align: center;
      line-height: 1.22; }
    .sign-pass h4 {
      font-weight: 400;
      font-size: 14px;
      color: #656565;
      margin-bottom: 19px;
      text-align: center;
      line-height: 1.22; }
      .sign-pass h4 span {
        font-weight: 800;
        color: #56CE60;
        display: block; }
    .sign-pass p {
      font-weight: 400;
      font-size: 11px;
      color: #656565;
      text-align: center;
      line-height: 1.22; }
      .sign-pass p span {
        color: #F12A23; }
    .sign-pass__inputs {
      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: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 26px; }
      .sign-pass__inputs input {
        margin-right: 7px;
        text-align: center;
        border-radius: 4px;
        background-color: rgba(255, 255, 255, 0.8);
        width: 40px;
        height: 40px;
        padding: 5px;
        font-weight: 700;
        font-size: 20px;
        color: #222222;
        border: none;
        outline: none; }
        @media (max-width: 480px) {
          .sign-pass__inputs input {
            width: 30px;
            height: 30px;
            font-size: 16px; } }
        .sign-pass__inputs input:last-child {
          margin-right: 0; }
      .sign-pass__inputs.error input {
        border: 1px solid #F12A23; }
    .sign-pass__check {
      width: 100%;
      display: block;
      margin-bottom: 22px; }
      .sign-pass__check input {
        display: none; }
        .sign-pass__check input:checked + span svg {
          opacity: 1; }
      .sign-pass__check span {
        width: 100%;
        position: relative;
        padding: 12px 12px 12px 50px;
        border-radius: 4px;
        background: rgba(1, 147, 243, 0.15);
        font-weight: 500;
        font-size: 12px;
        color: #0193F3;
        display: block;
        cursor: pointer; }
        .sign-pass__check span:after {
          top: 14px;
          left: 25px;
          -webkit-transform: translate(-50%, 0%);
             -moz-transform: translate(-50%, 0%);
                  transform: translate(-50%, 0%);
          content: '';
          position: absolute;
          width: 20px;
          height: 20px;
          border: 1px solid rgba(1, 147, 243, 0.2);
          border-radius: 4px; }
        .sign-pass__check span svg {
          position: absolute;
          top: 24px;
          left: 25px;
          -webkit-transform: translate(-50%, -50%);
             -moz-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          fill: #0193F3;
          width: 12px;
          height: 12px;
          -moz-transition: all .3s ease;
          transition: all .3s ease;
          opacity: 0; }
      .sign-pass__check.error span {
        background-color: rgba(241, 42, 35, 0.15);
        color: #F12A23; }
        .sign-pass__check.error span:after {
          border-color: rgba(241, 42, 35, 0.2); }
        .sign-pass__check.error span svg {
          fill: #F12A23; }
  .sign-text {
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    color: #656565;
    margin-bottom: 45px; }
    .sign-text:last-child {
      margin-bottom: 0; }
    @media (max-width: 991px) {
      .sign-text__mb {
        margin-bottom: 20px !important; } }
    .sign-text a {
      color: #222222;
      text-decoration: none;
      font-weight: 700;
      position: relative;
      white-space: nowrap; }
      .sign-text a:after {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 1px;
        background-color: #F12A23;
        content: '';
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .sign-text a:hover:after {
        width: 0; }
  .sign-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: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-bottom: 28px;
    font-weight: 400;
    font-size: 10px;
    color: #AEAEAE; }
    .sign-title:after {
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      height: 1px;
      background-color: #E7E7E7;
      margin-left: 20px;
      content: '';
      display: inline-block; }
    .sign-title:before {
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      height: 1px;
      background-color: #E7E7E7;
      margin-right: 20px;
      content: '';
      display: inline-block; }
  .sign-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: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -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: 57px;
    width: 100%; }
    @media (max-width: 991px) {
      .sign-soc {
        margin-bottom: 28px; } }
    .sign-soc a {
      margin: 0 10px 20px 10px;
      width: 58px;
      height: 58px;
      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;
      background-color: #F4F4F4;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      text-decoration: none;
      cursor: pointer; }
      .sign-soc a:hover {
        box-shadow: 0px 13px 14px rgba(0, 0, 0, 0.06);
        background-color: #fff; }
      .sign-soc a img {
        max-width: 22px; }
  .sign-road {
    width: 57%;
    position: relative; }
    @media (max-width: 1199px) {
      .sign-road {
        display: none; } }
    .sign-road .m-btn {
      max-width: 350px;
      width: 100%; }
    .sign-road .m-title {
      margin-bottom: 555px; }
    .sign-road .swiper {
      height: 100%;
      background: -moz-linear-gradient(top, rgba(137, 16, 16, 0.46) 0%, #263238 100%), #404344;
      background: linear-gradient(180deg, rgba(137, 16, 16, 0.46) 0%, #263238 100%), #404344;
      position: relative; }
      .sign-road .swiper-slide {
        width: 100%;
        height: 100%;
        padding: 123px 223px 82px 154px;
        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: 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: 1800px) {
          .sign-road .swiper-slide {
            padding-left: 100px;
            padding-right: 100px; } }
        @media (max-width: 1400px) {
          .sign-road .swiper-slide {
            padding-left: 45px;
            padding-right: 45px; } }
      .sign-road .swiper-pagination {
        position: absolute;
        top: 82px;
        left: 154px;
        -webkit-transform: translate(0, 0);
           -moz-transform: translate(0, 0);
                transform: translate(0, 0);
        margin: 0 0 40px 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-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        z-index: 2;
        bottom: auto;
        right: auto;
        width: auto; }
        @media (max-width: 1800px) {
          .sign-road .swiper-pagination {
            left: 100px; } }
        @media (max-width: 1400px) {
          .sign-road .swiper-pagination {
            left: 45px; } }
        .sign-road .swiper-pagination-bullet {
          width: 6px;
          height: 2px;
          background-color: rgba(255, 255, 255, 0.2);
          -moz-transition: all .3s ease;
          transition: all .3s ease;
          opacity: 1;
          outline: none;
          cursor: pointer;
          margin-right: 6px;
          border-radius: 10px; }
          .sign-road .swiper-pagination-bullet:last-child {
            margin-right: 0; }
          .sign-road .swiper-pagination-bullet-active {
            height: 4px;
            background-color: #F12A23;
            width: 23px; }
    .sign-road__bg {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      background-image: url("../img/sign-road-1.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      background-position: 50% 0; }
      .sign-road__bg_2 {
        background-image: url(../img/sign-road-2.png); }
      .sign-road__bg_3 {
        background-image: url(../img/sign-road-3.png); }
      .sign-road__bg_4 {
        background-image: url(../img/sign-road-4.png); }
      .sign-road__bg_5 {
        background-image: url(../img/sign-road-5.png); }
    .sign-road__list {
      margin-bottom: 50px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      width: -moz-calc(100% + 16px);
      width: calc(100% + 16px); }
    .sign-road__item {
      width: -moz-calc(100% / 2 - 16px);
      width: calc(100% / 2 - 16px);
      padding: 20px 11px 20px 70px;
      position: relative;
      background-color: rgba(0, 0, 0, 0.07);
      margin-bottom: 20px;
      border-radius: 44px;
      font-weight: 400;
      font-size: 20px;
      color: rgba(255, 255, 255, 0.7);
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      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;
      min-height: 88px;
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-right: 16px; }
      @media (max-width: 1400px) {
        .sign-road__item {
          font-size: 18px; } }
      .sign-road__item:after {
        position: absolute;
        top: 50%;
        left: 35px;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        content: '';
        z-index: 1;
        background-color: #56CE60;
        border-radius: 50%;
        width: 28px;
        height: 28px; }
      .sign-road__item svg {
        z-index: 2;
        position: absolute;
        top: 50%;
        left: 35px;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        fill: #fff;
        width: 10px;
        height: 10px; }
    .sign-road__text {
      font-weight: 400;
      font-size: 12px;
      color: rgba(255, 255, 255, 0.5);
      margin-bottom: 20px; }
    .sign-road__nav {
      position: absolute;
      top: 40px;
      left: 0;
      z-index: 2;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      border-radius: 0 4px 4px 0;
      overflow: hidden; }
      .sign-road__nav:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        height: 1px;
        width: 15px;
        background-color: #E7E7E7;
        content: '';
        z-index: 10; }
      .sign-road__nav .swiper-button-prev, .sign-road__nav .swiper-button-next {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        -webkit-transform: translate(0, 0);
           -moz-transform: translate(0, 0);
                transform: translate(0, 0);
        margin: 0;
        width: 40px;
        height: 40px;
        background-color: #fff;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        .sign-road__nav .swiper-button-prev svg, .sign-road__nav .swiper-button-next svg {
          width: 10px;
          height: 10px;
          fill: #CECECE;
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
        .sign-road__nav .swiper-button-prev:hover, .sign-road__nav .swiper-button-next:hover {
          background-color: #F12A23; }
          .sign-road__nav .swiper-button-prev:hover svg, .sign-road__nav .swiper-button-next:hover svg {
            fill: #fff; }
      .sign-road__nav .swiper-button-next svg {
        -webkit-transform: rotate(-90deg);
           -moz-transform: rotate(-90deg);
                transform: rotate(-90deg); }
      .sign-road__nav .swiper-button-prev svg {
        -webkit-transform: rotate(90deg);
           -moz-transform: rotate(90deg);
                transform: rotate(90deg); }
  .sign-footer {
    margin-top: auto;
    width: 100%; }
  .sign-forgot {
    width: 100%;
    text-align: right;
    font-weight: 700;
    font-size: 10px;
    color: #BCBCBC;
    text-decoration: underline;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    margin-bottom: 34px;
    display: block;
    margin-top: -20px; }
    .sign-forgot:hover {
      color: #F12A23; }
  .sign-auth {
    margin-bottom: 57px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-radius: 4px 4px 0 0;
    background-color: #EFF4FD;
    border: 1px solid #EFF4FD;
    border-bottom: 2px solid #5487E3; }
    @media (max-width: 991px) {
      .sign-auth {
        margin-bottom: 28px; } }
    .sign-auth__top {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      position: relative;
      padding: 20px 10px 20px 90px; }
      .sign-auth__top > img {
        position: absolute;
        left: 45px;
        top: 20px;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
                transform: translateX(-50%);
        max-width: 36px; }
      .sign-auth__top h3 {
        font-weight: 700;
        font-size: 14px;
        color: #222222;
        margin-bottom: 7px;
        line-height: 1.22; }
        .sign-auth__top h3:last-child {
          margin-bottom: 0; }
      .sign-auth__top p {
        font-weight: 400;
        font-size: 13px;
        color: #222222;
        line-height: 1.22; }
    .sign-auth__input {
      width: 100%;
      background-color: #fff;
      position: relative;
      display: block; }
      .sign-auth__input input {
        width: 100%;
        height: 53px;
        border: none;
        outline: none;
        padding-left: 89px;
        padding-right: 10px;
        font-weight: 400;
        font-size: 12px;
        color: #222222; }
        .sign-auth__input input:focus + svg {
          fill: #5487E3; }
        .sign-auth__input input:valid + svg {
          fill: #5487E3; }
        @media (max-width: 767px) {
          .sign-auth__input input {
            font-size: 16px; } }
      .sign-auth__input svg {
        position: absolute;
        top: 50%;
        left: 45px;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        fill: #D2D2D2;
        width: 30px;
        height: 30px;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .sign-auth__input ::-webkit-input-placeholder {
        font-weight: 400;
        font-size: 12px;
        color: #BCBCBC; }
      .sign-auth__input :-moz-placeholder {
        font-weight: 400;
        font-size: 12px;
        color: #BCBCBC; }
      .sign-auth__input ::-moz-placeholder {
        font-weight: 400;
        font-size: 12px;
        color: #BCBCBC; }
      .sign-auth__input :-ms-input-placeholder {
        font-weight: 400;
        font-size: 12px;
        color: #BCBCBC; }
      .sign-auth__input ::placeholder {
        font-weight: 400;
        font-size: 12px;
        color: #BCBCBC; }
    .sign-auth_mail {
      background-color: #FEECDC;
      border-color: #FEECDC;
      border-bottom-color: #F9A04E; }
      .sign-auth_mail .sign-auth__input input:valid + svg, .sign-auth_mail .sign-auth__input input:focus + svg {
        fill: #F9A04E; }
  .sign .container {
    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;
    height: 100%; }
    .sign .container .row {
      width: -moz-calc(100% + 30px);
      width: calc(100% + 30px); }
  .sign .cont-check {
    margin-bottom: 27px; }
    .sign .cont-check p {
      font-size: 12px; }
      .sign .cont-check p:after {
        top: -3px; }
      .sign .cont-check p svg {
        top: 6px; }
  .sign .m-title {
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      .sign .m-title {
        margin-bottom: 28px; } }
  .sign .m-btn {
    margin-bottom: 18px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
  .sign_login .sign-text {
    margin-bottom: 80px; }
    @media (max-width: 991px) {
      .sign_login .sign-text {
        margin-bottom: 28px; } }
    .sign_login .sign-text:last-child {
      margin-bottom: 0; }

.reviews {
  width: 100%;
  background-image: url("../img/reviews-bg-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-position: 50% 0;
  padding: 60px 0 105px 0; }
  @media (max-width: 991px) {
    .reviews {
      padding: 30px 0px; } }
  .reviews-wrap {
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
    border-radius: 4px 4px 0 0;
    position: relative;
    z-index: 1; }
    .reviews-wrap:after {
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      content: '';
      background-image: url(../img/reviews-arrow.svg);
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 100% 100%;
      width: 32px;
      height: 32px;
      pointer-events: none; }
  .reviews-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;
    padding: 65px 65px 40px 65px;
    text-align: center;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    width: 100%;
    position: relative; }
    @media (max-width: 991px) {
      .reviews-item {
        padding: 40px 15px 20px 15px; } }
    @media (max-width: 767px) {
      .reviews-item {
        border-right: none; } }
    .reviews-item:last-child {
      border-right: none; }
    .reviews-item:hover {
      background-color: #fff;
      box-shadow: 0px 10px 13px rgba(0, 0, 0, 0.03); }
    .reviews-item_full {
      border-right: none;
      padding: 92px 82px 68px 234px;
      text-align: left;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      @media (max-width: 991px) {
        .reviews-item_full {
          padding: 40px 40px 40px 200px; } }
      @media (max-width: 575px) {
        .reviews-item_full {
          padding: 40px 15px 20px 15px;
          text-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .reviews-item_full .reviews-icon {
        top: 106px;
        left: 117px;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
                transform: translateX(-50%);
        position: absolute; }
        @media (max-width: 991px) {
          .reviews-item_full .reviews-icon {
            left: 100px;
            top: 50px; } }
        @media (max-width: 575px) {
          .reviews-item_full .reviews-icon {
            position: relative;
            top: auto;
            left: auto;
            -webkit-transform: translate(0, 0);
               -moz-transform: translate(0, 0);
                    transform: translate(0, 0); } }
        .reviews-item_full .reviews-icon:after {
          width: 104px;
          height: 143px;
          top: -22px; }
        .reviews-item_full .reviews-icon__img {
          width: 62px;
          height: 62px; }
      .reviews-item_full .reviews-text {
        font-weight: 700;
        font-size: 34px;
        color: #222222;
        margin-bottom: 33px; }
        @media (max-width: 991px) {
          .reviews-item_full .reviews-text {
            font-size: 26px;
            margin-bottom: 20px; } }
        @media (max-width: 575px) {
          .reviews-item_full .reviews-text {
            font-size: 20px; } }
      .reviews-item_full .reviews-hero {
        padding-left: 37px;
        padding-top: 0;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        text-align: left; }
        @media (max-width: 575px) {
          .reviews-item_full .reviews-hero {
            -webkit-align-items: center;
               -moz-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            text-align: center;
            padding-left: 0;
            padding-top: 26px; } }
        .reviews-item_full .reviews-hero:after {
          left: 0;
          top: 7px;
          -webkit-transform: translateX(0);
             -moz-transform: translateX(0);
                  transform: translateX(0); }
          @media (max-width: 575px) {
            .reviews-item_full .reviews-hero:after {
              left: 50%;
              top: 0;
              -webkit-transform: translateX(-50%);
                 -moz-transform: translateX(-50%);
                      transform: translateX(-50%); } }
    .reviews-item.new:after {
      position: absolute;
      top: 12px;
      right: 12px;
      padding: 3px 5px 2px 5px;
      line-height: 1.13;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: #41C25E;
      content: attr(data-text);
      font-weight: 700;
      font-size: 7px;
      color: #fff;
      text-transform: uppercase;
      border-radius: 3px; }
  .reviews-icon {
    position: relative;
    z-index: 1;
    margin-bottom: 68px; }
    .reviews-icon:after {
      z-index: 2;
      position: absolute;
      width: 74px;
      height: 101px;
      background-image: url(../img/reviews-hero-bg.svg);
      background-repeat: no-repeat;
      background-position: 50% 0;
      background-size: contain;
      content: '';
      left: 50%;
      top: -15px;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
              transform: translateX(-50%);
      pointer-events: none; }
    .reviews-icon__img {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      overflow: hidden; }
    .reviews-icon img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%; }
  .reviews-text {
    font-weight: 400;
    font-style: italic;
    color: #656565;
    font-size: 16px;
    line-height: 1.22;
    margin-bottom: 20px; }
  .reviews-hero {
    margin-top: 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;
    text-align: center;
    padding-top: 26px;
    position: relative; }
    .reviews-hero h3 {
      font-weight: 500;
      font-size: 16px;
      color: #222222;
      margin-bottom: 6px;
      line-height: 1.17; }
    .reviews-hero p {
      font-weight: 400;
      font-size: 10px;
      color: #AFAFAF; }
    .reviews-hero:after {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 0;
      width: 25px;
      height: 3px;
      border-radius: 10px;
      background-color: #F12A23;
      content: ''; }
  .reviews-two {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .reviews-two .reviews-item {
      width: -moz-calc(100% / 2);
      width: calc(100% / 2); }
      @media (max-width: 767px) {
        .reviews-two .reviews-item {
          width: 100%; } }
  .reviews-three {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .reviews-three .reviews-item {
      width: -moz-calc(100% / 3);
      width: calc(100% / 3); }
      @media (max-width: 767px) {
        .reviews-three .reviews-item {
          width: 100%; } }
  .reviews-form {
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    background-image: url("../img/reviews-form-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #FAFAFA;
    padding: 60px 65px 50px 65px; }
    @media (max-width: 767px) {
      .reviews-form {
        padding: 40px 15px; } }
    .reviews-form .m-title {
      position: relative; }
      .reviews-form .m-title:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%);
        left: -66px;
        height: 58px;
        width: 3px;
        background-color: #F12A23;
        content: ''; }
      .reviews-form .m-title span {
        position: relative; }
        .reviews-form .m-title span:after {
          width: 99px;
          height: 63px;
          background-image: url(../img/reviews-form-title.svg);
          background-repeat: no-repeat;
          background-position: 0 0;
          background-size: 100% 100%;
          content: '';
          top: 7px;
          right: -71px;
          position: absolute; }
          @media (max-width: 767px) {
            .reviews-form .m-title span:after {
              top: 4px;
              right: -72px; } }

.payment {
  width: 100%;
  background-image: url("../img/payment-content-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-position: 50% 0;
  padding: 85px 0px 120px 0; }
  @media (max-width: 991px) {
    .payment {
      padding: 40px 0; } }
  .payment .faq-box {
    margin-top: 70px; }
    @media (max-width: 991px) {
      .payment .faq-box {
        margin-top: 40px; } }
  .payment-img {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    pointer-events: none;
    margin-top: -66px;
    margin-right: -60px;
    margin-bottom: -100px; }
    @media (max-width: 1199px) {
      .payment-img {
        margin-right: -110px; } }
    @media (max-width: 991px) {
      .payment-img {
        width: 100%;
        margin-top: -5%;
        margin-bottom: -20%;
        margin-left: -5%;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (max-width: 991px) {
      .payment-img img {
        max-width: 120%; } }
  .payment-table {
    width: 100%;
    margin-bottom: 100px; }
    @media (max-width: 991px) {
      .payment-table {
        margin-bottom: 40px; } }
    .payment-table .nicescroll-box {
      width: 100%;
      cursor: default !important; }
    .payment-table .wrap {
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      min-width: 100%; }
    .payment-table table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 0px 8px; }
      .payment-table table tr {
        display: table;
        table-layout: fixed;
        width: 100%; }
        @media (max-width: 767px) {
          .payment-table table tr {
            display: block;
            border: none;
            border-radius: 4px; } }
      .payment-table table thead {
        width: 100%; }
        .payment-table table thead td {
          background-color: rgba(0, 0, 0, 0.02);
          padding: 22px;
          border-bottom: 2px solid #222222; }
          @media (max-width: 1199px) {
            .payment-table table thead td {
              padding: 15px; } }
          .payment-table table thead td:first-child {
            border-top-left-radius: 4px; }
          .payment-table table thead td:last-child {
            border-top-right-radius: 4px; }
      .payment-table table tbody {
        max-height: 891px;
        overflow-y: auto;
        display: block;
        width: 100%; }
        @media (max-width: 767px) {
          .payment-table table tbody {
            max-height: 1550px;
            padding-right: 4px; } }
        .payment-table table tbody::-webkit-scrollbar {
          width: 2px;
          /* ширина всей полосы прокрутки */ }
        .payment-table table tbody::-webkit-scrollbar-track {
          background: transparent !important;
          /* цвет зоны отслеживания */ }
        .payment-table table tbody::-webkit-scrollbar-thumb {
          background-color: #F12A23 !important;
          /* цвет бегунка */
          border-radius: 20px !important;
          /* округлось бегунка */
          border: 0px solid transparent !important;
          /* отступ вокруг бегунка */ }
        .payment-table table tbody td {
          background-color: #fff;
          padding: 20px 22px; }
          @media (max-width: 1199px) {
            .payment-table table tbody td {
              padding: 15px; } }
          @media (max-width: 767px) {
            .payment-table table tbody td {
              background-color: #fff !important;
              display: -webkit-flex;
              display: -moz-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-flex-direction: row;
                 -moz-box-orient: horizontal;
                 -moz-box-direction: normal;
                  -ms-flex-direction: row;
                      flex-direction: row;
              -webkit-align-items: center;
                 -moz-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-justify-content: flex-start;
                 -moz-box-pack: start;
                  -ms-flex-pack: start;
                      justify-content: flex-start;
              border-bottom: none; }
              .payment-table table tbody td:first-child {
                background-color: #f2f2f2 !important; } }
          .payment-table table tbody td:first-child {
            border-radius: 4px 0 0 4px; }
          .payment-table table tbody td:last-child {
            border-radius: 0 4px 4px 0; }
          .payment-table table tbody td:before {
            font-weight: 500;
            font-size: 12px;
            color: #656565;
            line-height: 1.22; }
        .payment-table table tbody tr:nth-child(even) td {
          background-color: #f2f2f2; }
    .payment-table__title {
      font-weight: 500;
      font-size: 12px;
      color: #656565;
      line-height: 1.22; }
      @media (max-width: 1199px) {
        .payment-table__title {
          font-size: 10px; } }
    .payment-table__cur {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      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; }
      .payment-table__cur > img {
        width: 33px;
        height: 33px;
        margin-right: 12px; }
      .payment-table__cur p {
        font-weight: 400;
        font-size: 14px;
        color: #222222;
        line-height: 1.22; }
        .payment-table__cur p span {
          font-size: 10px;
          text-transform: uppercase;
          display: block; }
    .payment-table__val {
      font-weight: 700;
      font-size: 16px;
      color: #222222;
      line-height: 1.22;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      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) {
        .payment-table__val {
          font-size: 14px; } }
      .payment-table__val span {
        padding: 2px 3px 1px 3px;
        border-radius: 5px;
        border: 1px solid #bababa;
        font-weight: 500;
        font-size: 10px;
        color: #828282;
        text-transform: uppercase;
        margin-left: 5px;
        display: inline-block; }
  .payment-quest {
    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; }
    .payment-quest__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: 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;
      padding-left: 25px; }
      .payment-quest__head b {
        margin-right: 15px;
        font-weight: 900;
        font-size: 24px;
        color: #222222; }
        @media (max-width: 991px) {
          .payment-quest__head b {
            font-size: 20px; } }
        .payment-quest__head b span {
          color: #F12A23; }
      .payment-quest__head h3 {
        font-weight: 800;
        font-size: 24px;
        color: #222222;
        margin-bottom: 20px; }
        @media (max-width: 991px) {
          .payment-quest__head h3 {
            font-size: 20px; } }
    .payment-quest__body {
      background-color: #F4F4F4;
      border-radius: 0 4px 4px 4px;
      padding: 33px;
      position: relative; }
      @media (max-width: 575px) {
        .payment-quest__body {
          padding: 20px; } }
      .payment-quest__body:after {
        position: absolute;
        bottom: 100%;
        left: 0;
        border: 7px solid transparent;
        border-left-color: #F4F4F4;
        border-bottom-color: #F4F4F4;
        content: ''; }
      .payment-quest__body > p {
        font-weight: 400;
        font-size: 20px;
        color: #222222;
        margin-bottom: 30px;
        line-height: 1.3; }
        @media (max-width: 991px) {
          .payment-quest__body > p {
            font-size: 16px; } }
        .payment-quest__body > p:last-child {
          margin-bottom: 0; }
        .payment-quest__body > p b {
          font-weight: 700; }
        .payment-quest__body > p span {
          color: #F12A23; }
      .payment-quest__body .sign-url, .payment-quest__body .recovery-text {
        margin-bottom: 0;
        min-height: 69px;
        padding-left: 87px;
        border-radius: 11px; }
        @media (max-width: 767px) {
          .payment-quest__body .sign-url, .payment-quest__body .recovery-text {
            padding-left: 50px; } }
        .payment-quest__body .sign-url h3, .payment-quest__body .recovery-text h3 {
          font-size: 16px; }
          @media (max-width: 767px) {
            .payment-quest__body .sign-url h3, .payment-quest__body .recovery-text h3 {
              font-size: 12px; } }
        .payment-quest__body .sign-url__icon {
          width: 22px;
          height: 22px;
          left: 43px; }
          @media (max-width: 767px) {
            .payment-quest__body .sign-url__icon {
              left: 25px; } }

.career {
  padding: 85px 0; }
  @media (max-width: 991px) {
    .career {
      padding: 40px 0; } }
  .career-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: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 30px;
    margin-bottom: 48px;
    width: 100%;
    border-bottom: 1px solid #E7E7E7;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .career-btns .m-btn {
      margin-bottom: 20px;
      margin-right: 20px;
      min-width: 208px; }
  .career-text {
    padding-top: 50px;
    position: relative;
    max-width: 340px;
    font-weight: 500;
    font-size: 18px;
    font-style: italic;
    line-height: 1.22;
    color: #222222;
    margin: 17px auto 0 auto; }
    .career-text:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 44px;
      height: 5px;
      background-color: #F12A23;
      content: '';
      border-radius: 10px; }
  .career-img {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    pointer-events: none; }
    .career-img img {
      max-width: 100%; }
  .career-rules {
    padding: 95px 0px 165px 0;
    background-image: url(../img/career-rules-bg.png);
    background-position: 50% -moz-calc(100% - 395px);
    background-position: 50% calc(100% - 395px);
    background-size: auto auto;
    background-repeat: no-repeat; }
    @media (max-width: 991px) {
      .career-rules {
        padding: 40px 0 100px 0; } }
  .career-rank {
    width: 100%;
    padding: 0px 12px; }
    .career-rank-box {
      background-image: url("../img/career-rank-bg.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      border-radius: 4px;
      background-color: #fff;
      padding: 100px 0; }
      @media (max-width: 991px) {
        .career-rank-box {
          padding: 40px 0; } }
      .career-rank-box .m-text {
        margin-bottom: 100px; }
        @media (max-width: 991px) {
          .career-rank-box .m-text {
            margin-bottom: 40px; } }
        .career-rank-box .m-text h3 {
          font-size: 28px;
          margin-bottom: 4px; }
        .career-rank-box .m-text p {
          font-size: 18px; }
    .career-rank-tabs {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding-right: 18px; }
      @media (max-width: 991px) {
        .career-rank-tabs {
          padding-right: 0;
          -webkit-flex-wrap: nowrap;
              -ms-flex-wrap: nowrap;
                  flex-wrap: nowrap; } }
      .career-rank-tabs__btn {
        width: -moz-calc(100% / 2 - 6px);
        width: calc(100% / 2 - 6px);
        min-height: 70px;
        border: 1px solid #F5F5F5;
        margin-bottom: 12px;
        border-radius: 36px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        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: 15px 28px 15px 60px;
        font-weight: 400;
        font-size: 16px;
        color: #222222;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        cursor: pointer;
        line-height: 1.22; }
        @media (max-width: 991px) {
          .career-rank-tabs__btn {
            width: auto;
            white-space: nowrap;
            margin-right: 10px; } }
        @media (max-width: 991px) {
          .career-rank-tabs__btn:last-child {
            margin-right: 0; } }
        .career-rank-tabs__btn:hover, .career-rank-tabs__btn.active {
          background-color: #404344;
          color: #fff; }
          .career-rank-tabs__btn:hover span, .career-rank-tabs__btn.active span {
            background-color: #F12A23;
            color: #fff; }
        .career-rank-tabs__btn > img {
          position: absolute;
          top: 50%;
          left: 35px;
          -webkit-transform: translate(-50%, -50%);
             -moz-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          max-width: 28px;
          max-height: 42px; }
        .career-rank-tabs__btn span {
          font-weight: 400;
          font-size: 10px;
          color: #ABABAB;
          padding: 4px 11px 3px 11px;
          border-radius: 30px;
          background-color: #FAFAFA;
          white-space: nowrap;
          margin-left: 10px;
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
      .career-rank-tabs__wrap {
        width: 100%; }
        @media (max-width: 991px) {
          .career-rank-tabs__wrap {
            margin-bottom: 60px; } }
        .career-rank-tabs__wrap .nicescroll-box {
          width: 100%;
          cursor: default !important;
          overflow: visible !important; }
          .career-rank-tabs__wrap .nicescroll-box .wrap {
            display: -webkit-inline-flex;
            display: -moz-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex; }
    .career-rank-wrap {
      margin-bottom: 55px; }
    .career-rank-item {
      width: 100%;
      position: relative;
      z-index: 1;
      padding: 40px 44px 80px 44px; }
      @media (max-width: 767px) {
        .career-rank-item {
          padding: 40px 30px 80px 30px; } }
      .career-rank-item:after {
        width: 100%;
        height: 100%;
        z-index: -2;
        content: '';
        background: -moz-linear-gradient(149.21deg, #D69C47 18.83%, #8C5E1C 25.59%, #7B5118 28.97%, #4F300F 34.37%, #704A1D 35.72%, #C38D3F 39.1%, #D69C47 39.78%, #AE7A30 44.51%, #8C5E1C 47.88%, #936422 49.24%, #A2722F 54.64%, #A87734 58.69%, #B2823A 60.05%, #CCA04B 62.07%, #F5D165 64.78%, #FEDB6B 65.45%, #FEE07A 67.48%, #FFEA9B 71.53%, #FFF2B2 75.59%, #FFF6C0 79.64%, #FFF8C5 83.02%, #8C5E1C 86.4%);
        background: linear-gradient(300.79deg, #D69C47 18.83%, #8C5E1C 25.59%, #7B5118 28.97%, #4F300F 34.37%, #704A1D 35.72%, #C38D3F 39.1%, #D69C47 39.78%, #AE7A30 44.51%, #8C5E1C 47.88%, #936422 49.24%, #A2722F 54.64%, #A87734 58.69%, #B2823A 60.05%, #CCA04B 62.07%, #F5D165 64.78%, #FEDB6B 65.45%, #FEE07A 67.48%, #FFEA9B 71.53%, #FFF2B2 75.59%, #FFF6C0 79.64%, #FFF8C5 83.02%, #8C5E1C 86.4%);
        border-radius: 29px;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.15; }
      .career-rank-item:before {
        width: -moz-calc(100% - 18px);
        width: calc(100% - 18px);
        height: -moz-calc(100% - 18px);
        height: calc(100% - 18px);
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        border-radius: 29px;
        background-color: #fff;
        content: '';
        z-index: -1; }
      .career-rank-item > p {
        font-weight: 500;
        font-size: 12px;
        color: #656565;
        line-height: 1.22;
        margin-bottom: 20px; }
    .career-rank-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: 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: 29px; }
      .career-rank-head span {
        background: -moz-linear-gradient(167.62deg, #D69C47 -5.23%, #8C5E1C 5.88%, #7B5118 11.44%, #4F300F 20.32%, #704A1D 22.54%, #C38D3F 28.1%, #D69C47 29.21%, #AE7A30 36.99%, #8C5E1C 42.54%, #936422 44.76%, #A2722F 53.65%, #A87734 60.31%, #B2823A 62.54%, #CCA04B 65.87%, #F5D165 70.31%, #FEDB6B 71.42%, #FEE07A 74.75%, #FFEA9B 81.42%, #FFF2B2 88.08%, #FFF6C0 94.75%, #FFF8C5 100.3%, #8C5E1C 105.86%), #F0AE03;
        background: linear-gradient(282.38deg, #D69C47 -5.23%, #8C5E1C 5.88%, #7B5118 11.44%, #4F300F 20.32%, #704A1D 22.54%, #C38D3F 28.1%, #D69C47 29.21%, #AE7A30 36.99%, #8C5E1C 42.54%, #936422 44.76%, #A2722F 53.65%, #A87734 60.31%, #B2823A 62.54%, #CCA04B 65.87%, #F5D165 70.31%, #FEDB6B 71.42%, #FEE07A 74.75%, #FFEA9B 81.42%, #FFF2B2 88.08%, #FFF6C0 94.75%, #FFF8C5 100.3%, #8C5E1C 105.86%), #F0AE03;
        padding: 3px 5px;
        border-radius: 20px;
        margin-bottom: 5px;
        font-weight: 700;
        font-size: 10px;
        color: #fff;
        text-transform: uppercase; }
      .career-rank-head h3 {
        font-weight: 800;
        font-size: 24px;
        color: #222222;
        line-height: 1.22; }
    .career-rank-icon {
      position: absolute;
      right: 42px;
      width: 101px;
      top: -49px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      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;
      height: 136px; }
      .career-rank-icon img {
        width: 55px; }
      .career-rank-icon:after {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: -9px;
        width: 101px;
        height: 51px;
        background-image: url(../img/rank-bg.svg);
        background-repeat: no-repeat;
        background-position: 50% 0;
        background-size: 100% 100%;
        content: ''; }
    .career-rank-info {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 100%;
      margin-bottom: 30px; }
      .career-rank-info__text:hover .tooltip-wrap {
        opacity: 1; }
      .career-rank-info__text:hover .tooltip-icon {
        background-color: #F12A23; }
      .career-rank-info__text p {
        display: inline-block; }
      .career-rank-info__item {
        margin-bottom: 12px;
        padding-bottom: 18px;
        border-bottom: 1px solid #F8F8F8;
        width: 100%; }
        .career-rank-info__item:last-child {
          padding-bottom: 0;
          border-bottom: none;
          margin-bottom: 0; }
        .career-rank-info__item h3 {
          font-weight: 800;
          font-size: 30px;
          color: #222222;
          line-height: 1.22; }
          .career-rank-info__item h3 span {
            padding: 3px 3px 2px 3px;
            background-color: #222222;
            font-weight: 500;
            font-size: 10px;
            text-transform: uppercase;
            color: #fff;
            border-radius: 5px;
            display: inline-block;
            -webkit-transform: translateY(-4px);
               -moz-transform: translateY(-4px);
                    transform: translateY(-4px);
            margin-left: 7px; }
        .career-rank-info__item p {
          font-weight: 500;
          font-size: 12px;
          color: #656565;
          line-height: 1.22; }
          .career-rank-info__item p span {
            border-radius: 50%;
            width: 10px;
            height: 10px;
            background-color: #656565;
            cursor: pointer;
            -moz-transition: all .3s ease;
            transition: all .3s ease;
            color: #fff;
            font-size: 8px;
            display: -webkit-inline-flex;
            display: -moz-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-flex-direction: row;
               -moz-box-orient: horizontal;
               -moz-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-align-items: center;
               -moz-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-justify-content: center;
               -moz-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            margin-left: 5px; }
            .career-rank-info__item p span:hover {
              background-color: #F12A23; }
    .career-rank-lvls {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: -moz-calc(100% + 3px);
      width: calc(100% + 3px);
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-bottom: 5px; }
      .career-rank-lvls__item {
        background-color: rgba(166, 83, 205, 0.2);
        margin-bottom: 10px;
        margin-right: 3px;
        border-radius: 5px;
        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-bottom: 4px;
        width: -moz-calc(100% / 10 - 3px);
        width: calc(100% / 10 - 3px); }
        @media (max-width: 480px) {
          .career-rank-lvls__item {
            width: -moz-calc(100% / 5 - 3px);
            width: calc(100% / 5 - 3px); } }
        .career-rank-lvls__item span {
          width: 100%;
          border-radius: 5px;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-direction: row;
             -moz-box-orient: horizontal;
             -moz-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          text-align: center;
          padding: 5px 3px 3px 3px;
          background-color: #A653CD;
          color: #fff;
          font-weight: 500;
          font-size: 14px;
          margin-bottom: 4px;
          line-height: 1.22; }
        .career-rank-lvls__item p {
          text-align: center;
          font-weight: 500;
          font-size: 8px;
          line-height: 1.22;
          color: #A653CD;
          text-transform: uppercase; }
        .career-rank-lvls__item.green {
          background-color: rgba(65, 194, 94, 0.2); }
          .career-rank-lvls__item.green span {
            background-color: #41C25E; }
          .career-rank-lvls__item.green p {
            color: #41C25E; }
        .career-rank-lvls__item.aqua {
          background-color: rgba(65, 194, 186, 0.2); }
          .career-rank-lvls__item.aqua span {
            background-color: #41C2BA; }
          .career-rank-lvls__item.aqua p {
            color: #41C2BA; }
        .career-rank-lvls__item.blue {
          background-color: rgba(65, 124, 194, 0.2); }
          .career-rank-lvls__item.blue span {
            background-color: #417CC2; }
          .career-rank-lvls__item.blue p {
            color: #417CC2; }
    .career-rank-bonus {
      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: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      left: 50%;
      bottom: -32px;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
              transform: translateX(-50%);
      max-width: 324px;
      width: 100%;
      padding: 17px 28px 22px 28px;
      background: -moz-linear-gradient(191.19deg, #190801 -5.19%, #A95802 30.71%, #E6BF30 64.01%, #763906 101.22%, #070200 120.15%);
      background: linear-gradient(258.81deg, #190801 -5.19%, #A95802 30.71%, #E6BF30 64.01%, #763906 101.22%, #070200 120.15%);
      border-radius: 13px;
      z-index: 1; }
      .career-rank-bonus:before {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
                transform: translateX(-50%);
        z-index: -1;
        content: '';
        background: -moz-linear-gradient(191.19deg, #190801 -5.19%, #A95802 30.71%, #E6BF30 64.01%, #763906 101.22%, #070200 120.15%);
        background: linear-gradient(258.81deg, #190801 -5.19%, #A95802 30.71%, #E6BF30 64.01%, #763906 101.22%, #070200 120.15%);
        opacity: 0.7;
        -webkit-filter: blur(8.5px);
                filter: blur(8.5px);
        border-radius: 13px;
        bottom: -9px;
        height: -moz-calc(100% - 12px);
        height: calc(100% - 12px);
        width: -moz-calc(100% - 42px);
        width: calc(100% - 42px);
        pointer-events: none; }
      .career-rank-bonus:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%);
        right: -10px;
        width: 177px;
        height: 126px;
        background-image: url(../img/career-bonus.svg);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100% 100%;
        content: '';
        pointer-events: none;
        z-index: 1; }
      .career-rank-bonus:before {
        z-index: -1; }
      .career-rank-bonus h3 {
        font-weight: 800;
        font-size: 30px;
        color: #fff;
        line-height: 1.22; }
        .career-rank-bonus h3 span {
          padding: 3px 3px 2px 3px;
          background-color: #1A140C;
          font-weight: 900;
          font-size: 10px;
          text-transform: uppercase;
          color: #CB921C;
          border-radius: 5px;
          display: inline-block;
          -webkit-transform: translateY(-4px);
             -moz-transform: translateY(-4px);
                  transform: translateY(-4px);
          margin-left: 7px; }
      .career-rank-bonus p {
        font-weight: 500;
        font-size: 12px;
        color: #fff;
        line-height: 1.22; }
    .career-rank-text {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      position: relative;
      z-index: 1;
      padding: 30px 44px 26px 51px; }
      .career-rank-text:after {
        z-index: -1;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: -moz-linear-gradient(149.21deg, #D69C47 18.83%, #8C5E1C 25.59%, #7B5118 28.97%, #4F300F 34.37%, #704A1D 35.72%, #C38D3F 39.1%, #D69C47 39.78%, #AE7A30 44.51%, #8C5E1C 47.88%, #936422 49.24%, #A2722F 54.64%, #A87734 58.69%, #B2823A 60.05%, #CCA04B 62.07%, #F5D165 64.78%, #FEDB6B 65.45%, #FEE07A 67.48%, #FFEA9B 71.53%, #FFF2B2 75.59%, #FFF6C0 79.64%, #FFF8C5 83.02%, #8C5E1C 86.4%);
        background: linear-gradient(300.79deg, #D69C47 18.83%, #8C5E1C 25.59%, #7B5118 28.97%, #4F300F 34.37%, #704A1D 35.72%, #C38D3F 39.1%, #D69C47 39.78%, #AE7A30 44.51%, #8C5E1C 47.88%, #936422 49.24%, #A2722F 54.64%, #A87734 58.69%, #B2823A 60.05%, #CCA04B 62.07%, #F5D165 64.78%, #FEDB6B 65.45%, #FEE07A 67.48%, #FFEA9B 71.53%, #FFF2B2 75.59%, #FFF6C0 79.64%, #FFF8C5 83.02%, #8C5E1C 86.4%);
        border-radius: 29px;
        opacity: 0.15;
        content: ''; }
      .career-rank-text h3 {
        font-weight: 800;
        font-size: 18px;
        color: #222222;
        margin-bottom: 17px;
        line-height: 1.22; }
      .career-rank-text p {
        font-weight: 400;
        font-size: 18px;
        color: #656565;
        line-height: 1.22; }
      .career-rank-text .sign-url__icon {
        position: absolute;
        top: -9px;
        left: 65px;
        width: 22px;
        height: 22px;
        background-color: #F0AE03;
        -webkit-transform: translateY(0);
           -moz-transform: translateY(0);
                transform: translateY(0); }
        .career-rank-text .sign-url__icon:after, .career-rank-text .sign-url__icon:before {
          background-color: #F0AE03; }
  .career-lvls {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 106px;
    padding-bottom: 38px; }
    @media (max-width: 991px) {
      .career-lvls {
        margin-bottom: 40px; } }
    .career-lvls:after {
      height: -moz-calc(100% - 257px);
      height: calc(100% - 257px);
      width: -moz-calc(100% + 104px);
      width: calc(100% + 104px);
      content: '';
      background-color: rgba(0, 0, 0, 0.02);
      border-radius: 19px;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 0;
      z-index: -1;
      pointer-events: none; }
    .career-lvls__text {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .career-lvls__text h3 {
        margin-bottom: 23px;
        font-weight: 700;
        font-size: 18px;
        color: #3283E7;
        line-height: 1.22; }
      .career-lvls__text p {
        font-weight: 400;
        font-size: 18px;
        color: #656565;
        line-height: 1.22;
        margin-bottom: 20px; }
        .career-lvls__text p:last-child {
          margin-bottom: 0; }
        .career-lvls__text p span {
          color: #41C25E;
          font-weight: 700; }
          .career-lvls__text p span.blue {
            color: #417CC2; }
          .career-lvls__text p span.aqua {
            color: #41C2BA; }
        .career-lvls__text p b {
          font-weight: 700; }
  .career-lvl {
    background-image: url(../img/career-lvl-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    width: 100%;
    background-color: #41C25E;
    border-radius: 30px;
    padding: 43px 20px 33px 20px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px;
    max-width: 255px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1199px) {
      .career-lvl {
        padding-left: 10px;
        padding-right: 10px; } }
    .career-lvl__title {
      width: 100%;
      text-align: center;
      font-weight: 900;
      font-size: 24px;
      color: #fff;
      margin-bottom: 26px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      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; }
      .career-lvl__title img {
        margin-left: 9px; }
    .career-lvl__percent {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      max-width: 192px;
      width: 100%;
      background-color: #fff;
      padding: 4px;
      border-radius: 11px;
      margin: 0 auto 70px auto; }
      .career-lvl__percent span {
        font-weight: 900;
        font-size: 25px;
        color: #fff;
        background-color: #41C25E;
        border-radius: 9px;
        padding: 8px;
        margin-right: 13px;
        min-width: 88px;
        text-align: center; }
      .career-lvl__percent p {
        font-weight: 500;
        font-size: 14px;
        color: #111; }
    .career-lvl__text {
      text-align: center;
      width: 100%;
      font-weight: 400;
      font-size: 16px;
      color: #656565;
      line-height: 1.22; }
      .career-lvl__text b {
        font-weight: 700; }
      .career-lvl__text span {
        font-weight: 700;
        color: #41C25E; }
    .career-lvl__info {
      margin-bottom: 48px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      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;
      position: relative; }
      .career-lvl__info:after {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 28px;
        height: 28px;
        border-radius: 50%;
        content: '=';
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-weight: 900;
        font-size: 14px;
        color: #fff;
        top: 0;
        background-color: #F12A23; }
      .career-lvl__info-item {
        width: -moz-calc(100% / 2 - 14px);
        width: calc(100% / 2 - 14px);
        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; }
        .career-lvl__info-item:last-child h3, .career-lvl__info-item:last-child p {
          color: #fff; }
        .career-lvl__info-item h3 {
          font-weight: 900;
          font-size: 18px;
          color: #111;
          line-height: 1.22;
          margin-bottom: 15px; }
          .career-lvl__info-item h3 span {
            font-weight: 400;
            font-size: 10px;
            text-transform: uppercase;
            display: block; }
        .career-lvl__info-item p {
          font-weight: 500;
          font-size: 12px;
          color: #656565;
          line-height: 1.22; }
    .career-lvl_2 {
      background-color: #41C2BA; }
      .career-lvl_2 .career-lvl__percent span {
        background-color: #41C2BA; }
      .career-lvl_2 .career-lvl__text span {
        color: #41C2BA; }
    .career-lvl_3 {
      background-color: #417CC2; }
      .career-lvl_3 .career-lvl__percent span {
        background-color: #417CC2; }
      .career-lvl_3 .career-lvl__text span {
        color: #417CC2; }
    .career-lvl_4 {
      background-color: #A653CD; }
      .career-lvl_4 .career-lvl__percent span {
        background-color: #A653CD; }
      .career-lvl_4 .career-lvl__text span {
        color: #A653CD; }
  .career-invest {
    width: 100%;
    background-image: url("../img/career-invest-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-position: 50% 100%;
    background-color: #474747;
    padding: 58px 62px;
    margin-bottom: 112px;
    border-radius: 4px;
    position: relative; }
    @media (max-width: 991px) {
      .career-invest {
        margin-bottom: 40px;
        padding: 40px; } }
    @media (max-width: 480px) {
      .career-invest {
        padding: 20px; } }
    .career-invest:after {
      position: absolute;
      width: 89px;
      height: 92px;
      content: '';
      pointer-events: none;
      background-image: url(../img/career-invest-1.svg);
      background-position: 50% 50%;
      background-size: 100% 100%;
      background-repeat: no-repeat;
      right: -moz-calc(100% + 22px);
      right: calc(100% + 22px);
      top: 28px; }
    .career-invest:before {
      position: absolute;
      width: 125px;
      height: 125px;
      content: '';
      pointer-events: none;
      background-image: url(../img/career-invest-2.svg);
      background-position: 50% 50%;
      background-size: 100% 100%;
      background-repeat: no-repeat;
      right: -97px;
      top: -109px; }
    .career-invest .m-title {
      margin-bottom: 25px;
      line-height: 1.2; }
      @media (max-width: 480px) {
        .career-invest .m-title {
          font-size: 24px; } }
      .career-invest .m-title b {
        border-bottom: 2px solid #F12A23; }
    .career-invest .m-text {
      margin-bottom: 0; }
      @media (max-width: 991px) {
        .career-invest .m-text {
          margin-bottom: 25px; } }
      @media (max-width: 480px) {
        .career-invest .m-text p {
          font-size: 16px; } }
  .career-prog {
    width: 100%;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 14px 92px rgba(0, 0, 0, 0.06);
    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;
    height: -moz-calc(100% - 90px);
    height: calc(100% - 90px);
    margin-bottom: 90px;
    padding: 29px 15px 27px 15px;
    text-align: center; }
    @media (max-width: 991px) {
      .career-prog {
        margin-bottom: 30px;
        height: -moz-calc(100% - 30px);
        height: calc(100% - 30px); } }
    .career-prog:after {
      z-index: 2;
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      top: 103px;
      width: 7px;
      height: 7px;
      background-color: #F12A23;
      content: '';
      border-radius: 50%; }
    .career-prog:before {
      z-index: -1;
      position: absolute;
      left: 50%;
      top: 103px;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 200px;
      height: 1px;
      content: '';
      background-color: #E7E7E7; }
      @media (max-width: 991px) {
        .career-prog:before {
          display: none; } }
    .career-prog__icon {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 50px;
      height: 50px;
      margin-bottom: 60px; }
      .career-prog__icon img {
        max-width: 100%; }
    .career-prog__num {
      font-weight: 400;
      font-size: 10px;
      color: #222222;
      margin-bottom: 14px; }
    .career-prog p {
      font-weight: 500;
      font-size: 16px;
      color: #222222;
      line-height: 1.2; }
      @media (max-width: 480px) {
        .career-prog p {
          font-size: 12px; } }
  .career-pdf__img {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: -15px;
    margin-bottom: 65px;
    pointer-events: none; }
    @media (max-width: 991px) {
      .career-pdf__img {
        margin-right: 0;
        margin-bottom: 40px;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .career-pdf__img img {
      width: 350px; }
      @media (max-width: 1199px) {
        .career-pdf__img img {
          width: 300px; } }
      @media (max-width: 991px) {
        .career-pdf__img img {
          width: 100%;
          max-width: 350px; } }
  .career-pdf__title {
    padding-bottom: 19px;
    margin-bottom: 33px;
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
    font-weight: 500;
    font-size: 16px;
    color: #222222; }
    .career-pdf__title span {
      color: #F12A23; }
  .career-pdf__list {
    width: -moz-calc(100% + 8px);
    width: calc(100% + 8px);
    max-width: 672px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 55px; }
    @media (max-width: 991px) {
      .career-pdf__list {
        margin-bottom: 20px; } }
  .career-pdf__item {
    margin-bottom: 10px;
    width: -moz-calc(100% / 4 - 8px);
    width: calc(100% / 4 - 8px);
    margin-right: 8px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    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;
    min-height: 37px;
    padding: 5px 46px 5px 38px;
    background-color: #F2F2F2;
    cursor: pointer;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    position: relative;
    font-weight: 400;
    font-size: 12px;
    color: #222222;
    border-radius: 20px; }
    @media (max-width: 767px) {
      .career-pdf__item {
        width: -moz-calc(100% / 3 - 8px);
        width: calc(100% / 3 - 8px); } }
    @media (max-width: 480px) {
      .career-pdf__item {
        width: -moz-calc(100% / 2 - 8px);
        width: calc(100% / 2 - 8px); } }
    .career-pdf__item:hover {
      background-color: #fff;
      box-shadow: 0px 8px 22px rgba(0, 0, 0, 0.04); }
      .career-pdf__item:hover > svg {
        fill: #F12A23; }
      .career-pdf__item:hover .career-pdf__in {
        opacity: 1;
        pointer-events: all; }
    .career-pdf__item > svg {
      position: absolute;
      right: 23px;
      top: 50%;
      -webkit-transform: translate(50%, -50%);
         -moz-transform: translate(50%, -50%);
              transform: translate(50%, -50%);
      width: 12px;
      height: 12px;
      fill: #D7D7D7;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
  .career-pdf__flag {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 19px;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    overflow: hidden; }
    .career-pdf__flag svg {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%; }
  .career-pdf__in {
    position: absolute;
    width: 200px;
    top: -moz-calc(100% + 5px);
    top: calc(100% + 5px);
    left: 0;
    border: 3px solid #E9E9E9;
    padding: 3px;
    border-radius: 7px;
    background-color: #fff;
    box-shadow: 0px 12px 28px rgba(0, 0, 0, 0.07);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    .career-pdf__in:after {
      position: absolute;
      bottom: 100%;
      left: 0;
      width: 100%;
      height: 10px;
      content: ''; }
    .career-pdf__in a {
      width: 100%;
      border-radius: 5px;
      margin-bottom: 3px;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      font-weight: 500;
      font-size: 14px;
      color: #222222;
      text-decoration: none;
      padding: 14px 15px; }
      .career-pdf__in a:hover {
        background-color: #FAFAFA; }
        .career-pdf__in a:hover svg {
          fill: #F12A23; }
      .career-pdf__in a:last-child {
        margin-bottom: 0; }
      .career-pdf__in a svg {
        width: 13px;
        height: 13px;
        fill: #D7D7D7;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
  .career-box {
    background-image: url("../img/career-box-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    margin: 0 auto 95px auto;
    padding: 90px 0; }
    @media (max-width: 991px) {
      .career-box {
        padding: 40px 0;
        margin-bottom: 40px; } }
    .career-box .m-title {
      margin-bottom: 0; }
      @media (max-width: 991px) {
        .career-box .m-title {
          margin-bottom: 30px; } }
    .career-box .m-btn {
      max-width: 249px;
      width: 100%; }
      @media (max-width: 480px) {
        .career-box .m-btn {
          max-width: 100%; } }
  .career-list {
    margin-bottom: 110px;
    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) {
      .career-list {
        margin-bottom: 40px; } }
    .career-list__item {
      margin-bottom: 27px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      position: relative;
      padding-left: 27px;
      border-radius: 0 4px 4px 4px; }
      .career-list__item:after {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        left: 2px;
        top: 10px;
        background-color: #F12A23;
        content: '';
        position: absolute; }
      .career-list__item:before {
        left: 5px;
        width: 2px;
        content: '';
        height: 100%;
        top: 27px;
        position: absolute;
        background-image: url(../img/dot-line.png);
        background-position: 0 0;
        background-repeat: repeat-y;
        background-size: 10px 10px; }
      .career-list__item:last-child {
        margin-bottom: 0; }
        .career-list__item:last-child:before {
          display: none; }
    .career-list__head {
      font-weight: 400;
      font-size: 24px;
      color: #222222;
      margin-bottom: 25px; }
      @media (max-width: 767px) {
        .career-list__head {
          font-size: 20px; } }
    .career-list__text {
      width: 100%;
      position: relative;
      padding: 29px 35px 35px 35px;
      background-color: #f4f4f4; }
      .career-list__text > p {
        font-weight: 400;
        font-size: 18px;
        color: #656565;
        line-height: 1.22;
        margin-bottom: 25px; }
        @media (max-width: 767px) {
          .career-list__text > p {
            font-size: 16px; } }
        .career-list__text > p:last-child {
          margin-bottom: 0; }
      .career-list__text:after {
        position: absolute;
        left: 0;
        bottom: 100%;
        content: '';
        border: 7px solid transparent;
        border-bottom-width: 4px;
        border-top-width: 4px;
        border-bottom-color: #f4f4f4;
        border-left-color: #f4f4f4; }
      .career-list__text .sign-url, .career-list__text .recovery-text {
        margin-bottom: 25px; }
        .career-list__text .sign-url h3, .career-list__text .recovery-text h3 {
          font-size: 16px; }
          @media (max-width: 575px) {
            .career-list__text .sign-url h3, .career-list__text .recovery-text h3 {
              font-size: 14px; } }
        .career-list__text .sign-url:last-child, .career-list__text .recovery-text:last-child {
          margin-bottom: 0; }

.his-evo {
  padding: 90px 0px 139px 0px; }
  @media (max-width: 991px) {
    .his-evo {
      padding: 40px 0; } }

.his-footer {
  background-image: url("../img/his-bot-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 1px 0px 170px 0; }
  @media (max-width: 991px) {
    .his-footer {
      padding-bottom: 100px;
      padding-top: 40px; } }
  .his-footer__img {
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    margin-bottom: 48px; }
    @media (max-width: 991px) {
      .his-footer__img {
        margin-bottom: 30px; } }
    .his-footer__img > img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%; }
    .his-footer__img:after {
      position: absolute;
      right: -73px;
      content: attr(data-text);
      font-weight: 900;
      font-size: 200px;
      color: #fff;
      bottom: -67px; }
      @media (max-width: 767px) {
        .his-footer__img:after {
          font-size: 100px;
          bottom: -32px;
          right: -30px; } }
  .his-footer-row {
    margin-bottom: 65px;
    margin-top: -126px; }
    @media (max-width: 991px) {
      .his-footer-row {
        margin-bottom: 30px;
        margin-top: -60px; } }
    .his-footer-row .m-title {
      margin-bottom: 28px; }
  .his-footer__pic {
    width: 100%;
    border-radius: 4px 0px 4px 4px;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    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) {
      .his-footer__pic {
        border-radius: 4px 4px 0 0; } }
    .his-footer__pic img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%; }
  .his-footer__wrap {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 1;
    padding: 35px 0px 43px 26px;
    margin-bottom: 54px; }
    @media (max-width: 991px) {
      .his-footer__wrap {
        padding-left: 30px;
        margin-bottom: 30px; } }
    @media (max-width: 575px) {
      .his-footer__wrap {
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 30px; } }
    .his-footer__wrap:after {
      width: -moz-calc(100% + 463px);
      width: calc(100% + 463px);
      height: 100%;
      content: '';
      background-image: url("../img/his-footer-bg.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      background-color: #404344;
      position: absolute;
      top: 0;
      left: -30px;
      z-index: -1;
      border-bottom: 3px solid #F12A23; }
      @media (max-width: 991px) {
        .his-footer__wrap:after {
          left: 0; } }
    .his-footer__wrap .m-title {
      margin-bottom: 0;
      font-size: 24px; }
      @media (max-width: 575px) {
        .his-footer__wrap .m-title {
          margin-bottom: 20px; } }
    .his-footer__wrap .guide-item__btn {
      padding-left: 0;
      padding-right: 52px;
      white-space: nowrap;
      margin-left: 15px;
      margin-top: 0; }
      .his-footer__wrap .guide-item__btn:hover {
        color: #fff; }
        .his-footer__wrap .guide-item__btn:hover:after {
          background-color: #fff; }
        .his-footer__wrap .guide-item__btn:hover svg {
          fill: #F12A23; }
      @media (max-width: 575px) {
        .his-footer__wrap .guide-item__btn {
          margin-left: 0; } }
      .his-footer__wrap .guide-item__btn:after {
        left: auto;
        right: 0; }
      .his-footer__wrap .guide-item__btn > svg {
        right: 16px;
        left: auto;
        -webkit-transform: translate(50%, -50%);
           -moz-transform: translate(50%, -50%);
                transform: translate(50%, -50%); }
  .his-footer .faq-box:after {
    background-image: url(../img/faq-icon-5.svg); }
  .his-footer .faq-box:before {
    background-image: url(../img/faq-icon-6.svg); }

.his-text-wrap {
  padding-right: 46px; }
  @media (max-width: 991px) {
    .his-text-wrap {
      padding-right: 0; } }
  .his-text-wrap .m-title {
    margin-bottom: 32px; }

.his-invite {
  width: 100%; }
  .his-invite__box {
    margin: 0 auto;
    background-image: url("../img/his-invite-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 58px 0;
    position: relative;
    width: 100%; }
    @media (max-width: 575px) {
      .his-invite__box {
        padding: 15px 0; } }
    .his-invite__box:after {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      left: -moz-calc(50% + 20px);
      left: calc(50% + 20px);
      width: 1px;
      height: -moz-calc(100% - 84px);
      height: calc(100% - 84px);
      content: '';
      background-color: rgba(255, 255, 255, 0.15); }
      @media (max-width: 991px) {
        .his-invite__box:after {
          display: none; } }
    @media (max-width: 480px) {
      .his-invite__box .m-btn {
        width: 100%; } }
  .his-invite__text {
    font-weight: 300;
    font-size: 30px;
    color: #fff;
    padding-left: 42px;
    line-height: 0.98; }
    @media (max-width: 991px) {
      .his-invite__text {
        margin-bottom: 40px; } }
    @media (max-width: 575px) {
      .his-invite__text {
        font-size: 24px; } }
    @media (max-width: 480px) {
      .his-invite__text {
        font-size: 20px; } }
    .his-invite__text i {
      font-weight: 700;
      font-style: italic; }
    .his-invite__text span {
      font-weight: 900;
      font-size: 130px;
      display: block;
      position: relative; }
      @media (max-width: 1199px) {
        .his-invite__text span {
          font-size: 100px; } }
      @media (max-width: 575px) {
        .his-invite__text span {
          font-size: 60px; } }
      @media (max-width: 480px) {
        .his-invite__text span {
          font-size: 50px; } }
      .his-invite__text span img {
        position: absolute;
        top: 46%;
        right: -moz-calc(100% + 21px);
        right: calc(100% + 21px);
        -webkit-transform: translate(50%, -50%);
           -moz-transform: translate(50%, -50%);
                transform: translate(50%, -50%);
        max-width: 36px; }
  .his-invite__title {
    margin-bottom: 45px;
    padding: 20px 117px 20px 40px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 44px 44px 44px 0;
    position: relative;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    z-index: 1;
    line-height: 1.22; }
    @media (max-width: 575px) {
      .his-invite__title {
        padding-right: 140px; } }
    @media (max-width: 480px) {
      .his-invite__title {
        padding-right: 40px;
        font-size: 18px; } }
    .his-invite__title:after {
      position: absolute;
      bottom: 0;
      right: 27px;
      pointer-events: none;
      z-index: -1;
      width: 114px;
      height: 111px;
      background-image: url(../img/his-invite-hero.png);
      background-repeat: no-repeat;
      background-position: 0 100%;
      background-size: 100% 100%;
      content: ''; }
      @media (max-width: 480px) {
        .his-invite__title:after {
          display: none; } }
    .his-invite__title:before {
      position: absolute;
      left: 0;
      top: 100%;
      border: 8px solid transparent;
      border-left-width: 12px;
      border-right-width: 12px;
      content: '';
      border-left-color: rgba(0, 0, 0, 0.1);
      border-top-color: rgba(0, 0, 0, 0.1); }
    .his-invite__title b {
      font-weight: 700; }

.his-top {
  padding: 70px 0px 90px 0;
  background-image: url("../img/his-top-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1; }
  @media (max-width: 991px) {
    .his-top {
      padding: 40px 0; } }
  .his-top__wrap {
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid #E6E6E6; }
    .his-top__wrap .m-text h2 {
      max-width: 460px; }
  .his-top__img {
    max-width: 502px;
    width: 100%;
    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: 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: 75px;
    position: relative; }
    @media (max-width: 991px) {
      .his-top__img {
        margin-left: auto;
        margin-right: auto; } }
    .his-top__img > img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%;
      border-radius: 4px; }
  .his-top__map {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-color: #F12A23;
    position: absolute;
    right: -30px;
    bottom: -55px;
    padding: 22px 38px 17px 21px;
    border-radius: 4px 4px 0 4px; }
    @media (max-width: 991px) {
      .his-top__map {
        right: -15px;
        bottom: -35px; } }
    .his-top__map:after {
      position: absolute;
      top: 100%;
      right: 0;
      border: 12px solid transparent;
      border-right-width: 24px;
      border-right-color: #F12A23;
      -webkit-transform: translateY(calc(-50% - 1px));
         -moz-transform: translateY(-moz-calc(-50% - 1px));
              transform: translateY(calc(-50% - 1px));
      content: ''; }
    .his-top__map > svg {
      fill: none;
      stroke: #fff;
      width: 26px;
      height: 31px;
      margin-bottom: 35px; }
    .his-top__map p {
      font-weight: 800;
      font-size: 16px;
      color: #fff;
      max-width: 84px;
      line-height: 1.22; }
  .his-top__text {
    max-width: 326px;
    width: 100%; }
    @media (max-width: 991px) {
      .his-top__text {
        max-width: 100%; } }

.his-hero {
  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;
  margin-bottom: 53px; }
  @media (max-width: 767px) {
    .his-hero {
      margin-bottom: 20px; } }
  .his-hero > svg {
    position: absolute;
    top: 76px;
    left: 1px;
    -webkit-transform: translate(-50%, -50%) rotate(165deg);
       -moz-transform: translate(-50%, -50%) rotate(165deg);
            transform: translate(-50%, -50%) rotate(165deg);
    width: 10px;
    height: 10px;
    fill: #222222;
    z-index: 2; }
    @media (max-width: 991px) {
      .his-hero > svg {
        display: none; } }
  .his-hero:after {
    position: absolute;
    top: 55px;
    left: -20px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    content: '';
    background-color: #fff;
    z-index: 1;
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.1); }
    @media (max-width: 991px) {
      .his-hero:after {
        display: none; } }
  .his-hero h3 {
    font-weight: 800;
    font-size: 70px;
    color: #222222;
    line-height: 1.17;
    margin-bottom: -7px; }
    @media (max-width: 767px) {
      .his-hero h3 {
        font-size: 50px; } }
  .his-hero p {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: 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;
    font-weight: 800;
    font-size: 35px;
    color: #222222;
    margin-left: 88px;
    line-height: 1.17; }
    @media (max-width: 767px) {
      .his-hero p {
        font-size: 24px; } }
    .his-hero p span {
      padding: 3px 5px 2px 5px;
      margin-left: 9px;
      background-color: #F12A23;
      border-radius: 20px;
      text-transform: uppercase;
      color: #fff;
      font-weight: 700;
      font-size: 8px;
      margin-bottom: 8px; }
      @media (max-width: 767px) {
        .his-hero p span {
          margin-bottom: 6px; } }
  .his-hero__img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: -1;
    pointer-events: none; }
    @media (max-width: 991px) {
      .his-hero__img {
        left: 80%; } }
    @media (max-width: 767px) {
      .his-hero__img {
        display: none; } }
  .his-hero__wrap {
    padding-left: 50px; }
    @media (max-width: 991px) {
      .his-hero__wrap {
        padding-left: 0;
        margin-top: 30px;
        max-width: 400px; } }
    @media (max-width: 767px) {
      .his-hero__wrap {
        max-width: 100%; } }
  .his-hero__text {
    padding-left: 86px;
    position: relative;
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    margin-bottom: 37px;
    font-style: italic;
    line-height: 1.22; }
    @media (max-width: 767px) {
      .his-hero__text {
        padding-left: 50px;
        font-size: 16px; } }
    .his-hero__text > img {
      position: absolute;
      left: 43px;
      top: 0;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media (max-width: 767px) {
        .his-hero__text > img {
          left: 0;
          -webkit-transform: translateX(0);
             -moz-transform: translateX(0);
                  transform: translateX(0); } }
  .his-hero__skills {
    padding-left: 86px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    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;
    width: -moz-calc(100% + 30px);
    width: calc(100% + 30px); }
    @media (max-width: 767px) {
      .his-hero__skills {
        padding-left: 50px; } }
    .his-hero__skills p {
      width: -moz-calc(100% / 2 - 30px);
      width: calc(100% / 2 - 30px);
      margin-right: 30px;
      margin-bottom: 30px;
      position: relative;
      padding-left: 33px;
      min-height: 20px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      font-weight: 700;
      font-size: 14px;
      color: #222222; }
      @media (max-width: 767px) {
        .his-hero__skills p {
          margin-bottom: 20px;
          padding-left: 30px;
          font-size: 12px; } }
      .his-hero__skills p:after {
        width: 20px;
        height: 20px;
        background-color: #56CE60;
        content: '';
        border-radius: 4px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0; }
      .his-hero__skills p > svg {
        position: absolute;
        top: 50%;
        left: 10px;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        fill: #fff;
        z-index: 2;
        width: 8px;
        height: 8px; }

.info {
  padding: 65px 0px 80px 0; }
  @media (max-width: 991px) {
    .info {
      padding: 40px 0; } }
  .info .faq-box {
    margin-top: 0; }
  .info-img {
    margin-top: -44px;
    padding-right: 16px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 45px;
    pointer-events: none; }
    @media (max-width: 991px) {
      .info-img {
        display: none; } }
  .info-list {
    width: 100%;
    border-top: 1px solid #222222;
    padding-top: 7px;
    margin-bottom: 60px; }
  .info-item {
    width: 100%;
    padding-bottom: 66px;
    margin-bottom: 6px;
    border-bottom: 1px solid #E7E7E7;
    position: relative;
    z-index: 1; }
    .info-item > img {
      position: absolute;
      z-index: -1;
      pointer-events: none;
      right: 170px;
      top: 50%;
      -webkit-transform: translate(50%, -50%);
         -moz-transform: translate(50%, -50%);
              transform: translate(50%, -50%); }
    .info-item:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none; }
    .info-item__img {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      pointer-events: none;
      position: relative;
      padding-top: 33px; }
      @media (max-width: 991px) {
        .info-item__img {
          padding-top: 0;
          margin-bottom: -220px; } }
      .info-item__img img {
        max-width: 577px; }
        @media (max-width: 480px) {
          .info-item__img img {
            max-width: 407px; } }
      .info-item__img:after {
        content: attr(data-num);
        position: absolute;
        top: 0;
        left: 0;
        font-weight: 900;
        font-size: 150px;
        color: #E6E6E6;
        pointer-events: none; }
        @media (max-width: 480px) {
          .info-item__img:after {
            font-size: 100px; } }
        @supports (-webkit-text-stroke: 1px #E6E6E6) {
          .info-item__img:after {
            color: transparent;
            -webkit-text-stroke: 1px #E6E6E6; } }
    .info-item__flag {
      position: relative;
      padding: 8px 16px 8px 41px;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      background-color: #F4F4F4;
      box-shadow: inset 0px -1px 2px rgba(0, 0, 0, 0.04);
      border-radius: 40px;
      font-weight: 500;
      font-size: 14px;
      color: #222222;
      margin-bottom: 29px;
      margin-top: 143px; }
      .info-item__flag img {
        position: absolute;
        left: 80px;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 0; }
    .info-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;
      margin-bottom: 57px;
      width: 100%;
      max-width: 570px; }
      @media (max-width: 480px) {
        .info-item__text {
          margin-bottom: 30px; } }
      .info-item__text h3 {
        font-weight: 800;
        font-size: 30px;
        color: #222222;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        line-height: 1.17;
        margin-bottom: 25px; }
        .info-item__text h3 span {
          display: -webkit-inline-flex;
          display: -moz-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-flex-direction: row;
             -moz-box-orient: horizontal;
             -moz-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          background-color: #F12A23;
          padding: 2px 7px;
          font-weight: 700;
          font-size: 9px;
          text-transform: uppercase;
          color: #fff;
          border-radius: 20px;
          margin-top: 8px; }
      .info-item__text p {
        font-weight: 400;
        font-size: 16px;
        color: #656565;
        line-height: 1.22;
        margin-bottom: 20px; }
        .info-item__text p:last-child {
          margin-bottom: 0; }
    .info-item__btns {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      @media (max-width: 480px) {
        .info-item__btns {
          -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; } }
      .info-item__btns .m-btn {
        margin-right: 50px;
        min-height: 57px; }
        @media (max-width: 480px) {
          .info-item__btns .m-btn {
            margin-right: 0;
            margin-bottom: 20px;
            width: 100%; } }
  .info-bot {
    width: 100%;
    margin-bottom: -4px; }
    .info-bot__wrap {
      background-image: url("../img/info-bot-bg.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      margin: 0 auto;
      padding: 68px 0;
      background-color: #F12A23;
      width: 100%; }
      @media (max-width: 991px) {
        .info-bot__wrap {
          padding: 40px 0; } }
      @media (max-width: 575px) {
        .info-bot__wrap {
          padding: 15px 0; } }
    .info-bot__title {
      font-weight: 300;
      font-size: 30px;
      color: #fff;
      margin-bottom: 40px; }
      @media (max-width: 991px) {
        .info-bot__title {
          font-size: 24px; } }
      .info-bot__title b {
        font-weight: 700; }
      .info-bot__title span {
        font-weight: 900;
        border-bottom: 2px solid #fff;
        padding-bottom: 7px; }
    .info-bot__text {
      position: relative;
      padding-left: 47px;
      max-width: 796px; }
      @media (max-width: 1199px) {
        .info-bot__text {
          max-width: 690px; } }
      .info-bot__text > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 32px; }
      .info-bot__text p {
        font-weight: 400;
        font-size: 14px;
        color: #fff;
        line-height: 1.22; }

.earn {
  padding: 90px 0px 110px 0; }
  @media (max-width: 991px) {
    .earn {
      padding: 40px 0; } }
  .earn-text-wrap {
    max-width: 446px; }
  .earn-text-top {
    padding-top: 15px; }
  .earn .m-title_xl {
    position: relative; }
    .earn .m-title_xl:after {
      width: -moz-calc(100% - 190px);
      width: calc(100% - 190px);
      right: 0;
      top: 27px;
      height: 1px;
      background-color: #E7E7E7;
      content: '';
      position: absolute; }
  .earn-row-1 {
    margin-bottom: 60px; }
  .earn-row-2 .m-title {
    margin-bottom: 60px; }
  .earn-text {
    font-weight: 700;
    font-size: 22px;
    color: #222222;
    margin: 0 auto 65px auto;
    max-width: 453px; }
  .earn-list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 70px; }
    @media (max-width: 991px) {
      .earn-list {
        margin-bottom: 30px; } }
    .earn-list__item {
      background-image: url(../img/earn-list-bg-1.png);
      background-repeat: no-repeat;
      background-position: 100% 100%;
      background-color: rgba(141, 73, 197, 0.05);
      position: relative;
      border-radius: 4px 4px 0 0;
      border-bottom: 3px solid #8D49C5;
      margin-bottom: 33px;
      width: -moz-calc(100% / 2 - 15px);
      width: calc(100% / 2 - 15px);
      padding: 80px 96px;
      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;
      overflow: hidden; }
      @media (max-width: 1199px) {
        .earn-list__item {
          padding: 60px 70px; } }
      @media (max-width: 991px) {
        .earn-list__item {
          padding: 30px; } }
      @media (max-width: 767px) {
        .earn-list__item {
          width: 100%; } }
      @media (max-width: 575px) {
        .earn-list__item {
          margin-bottom: 15px; } }
      .earn-list__item:nth-child(odd) {
        -webkit-transform: translateY(-86px);
           -moz-transform: translateY(-86px);
                transform: translateY(-86px); }
        @media (max-width: 767px) {
          .earn-list__item:nth-child(odd) {
            -webkit-transform: translateY(0);
               -moz-transform: translateY(0);
                    transform: translateY(0); } }
      .earn-list__item:after {
        position: absolute;
        right: 65px;
        top: -22px;
        content: attr(data-num);
        font-weight: 900;
        font-size: 120px;
        color: #FAFAFA;
        line-height: 0.98; }
        @media (max-width: 991px) {
          .earn-list__item:after {
            right: 30px;
            font-size: 90px; } }
      .earn-list__item h4 {
        font-weight: 400;
        font-size: 12px;
        color: #A9A9A9;
        margin-bottom: 14px;
        line-height: 1.17; }
      .earn-list__item h3 {
        position: relative;
        font-weight: 700;
        font-size: 24px;
        color: #222222;
        line-height: 0.98;
        margin-bottom: 35px; }
        @media (max-width: 991px) {
          .earn-list__item h3 {
            font-size: 20px;
            margin-bottom: 20px; } }
        .earn-list__item h3:after {
          right: -moz-calc(100% + 18px);
          right: calc(100% + 18px);
          top: 50%;
          -webkit-transform: translateY(-50%) rotate(45deg);
             -moz-transform: translateY(-50%) rotate(45deg);
                  transform: translateY(-50%) rotate(45deg);
          width: 9px;
          height: 9px;
          border-radius: 2px;
          background-color: #8D49C5;
          content: '';
          position: absolute; }
        .earn-list__item h3 span {
          color: #F12A23; }
      .earn-list__item p {
        font-weight: 400;
        font-size: 20px;
        color: #656565;
        line-height: 1.28; }
        @media (max-width: 991px) {
          .earn-list__item p {
            font-size: 16px; } }
      .earn-list__item_2 {
        background-color: rgba(40, 94, 204, 0.05);
        border-bottom-color: #285ECC;
        background-image: url(../img/earn-list-bg-2.png); }
        .earn-list__item_2 h3:after {
          background-color: #285ECC; }
      .earn-list__item_3 {
        background-color: rgba(39, 173, 143, 0.05);
        border-bottom-color: #27AD8F;
        background-image: url(../img/earn-list-bg-3.png); }
        .earn-list__item_3 h3:after {
          background-color: #27AD8F; }
      .earn-list__item_4 {
        background-color: rgba(110, 115, 255, 0.05);
        border-bottom-color: #6E73FF;
        background-image: url(../img/earn-list-bg-4.png); }
        .earn-list__item_4 h3:after {
          background-color: #6E73FF; }
      .earn-list__item_5 {
        background-color: rgba(101, 42, 151, 0.05);
        border-bottom-color: #652A97;
        background-image: url(../img/earn-list-bg-5.png); }
        .earn-list__item_5 h3:after {
          background-color: #652A97; }
      .earn-list__item_6 {
        background-color: rgba(249, 152, 62, 0.05);
        border-bottom-color: #F9983E;
        background-image: url(../img/earn-list-bg-6.png); }
        .earn-list__item_6 h3:after {
          background-color: #F9983E; }
      .earn-list__item_7 {
        background-color: rgba(129, 176, 174, 0.05);
        border-bottom-color: #81B0AE;
        background-image: url(../img/earn-list-bg-7.png); }
        .earn-list__item_7 h3:after {
          background-color: #81B0AE; }
      .earn-list__item_8 {
        background-color: rgba(68, 68, 68, 0.05);
        border-bottom-color: #444444;
        background-image: url(../img/earn-list-bg-8.png); }
        .earn-list__item_8 h3:after {
          background-color: #444444; }
    .earn-list__img {
      height: 116px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      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: 45px; }
      @media (max-width: 991px) {
        .earn-list__img {
          margin-bottom: 30px; } }
      .earn-list__img img {
        max-width: 150px; }
  .earn-bg {
    padding: 30px 0;
    margin: 0 auto 95px auto;
    width: 100%;
    background-color: #fff;
    background-image: url("../img/earn-bg-2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
  .earn-img {
    pointer-events: none;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: 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; }
    @media (max-width: 1199px) {
      .earn-img {
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-left: -80px; } }
    @media (max-width: 991px) {
      .earn-img {
        margin-left: 0;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: -30px; } }
    @media (max-width: 991px) {
      .earn-img img {
        max-width: 100%; } }
  .earn-assets {
    width: 642px;
    height: 642px;
    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: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 157px auto 184px auto; }
    @media (max-width: 767px) {
      .earn-assets {
        -webkit-transform: scale(0.75);
           -moz-transform: scale(0.75);
                transform: scale(0.75);
        margin: 0; } }
    @media (max-width: 575px) {
      .earn-assets {
        -webkit-transform: scale(0.6);
           -moz-transform: scale(0.6);
                transform: scale(0.6); } }
    @media (max-width: 480px) {
      .earn-assets {
        -webkit-transform: scale(0.4);
           -moz-transform: scale(0.4);
                transform: scale(0.4); } }
    .earn-assets__wrap {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: 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; }
      @media (max-width: 575px) {
        .earn-assets__wrap {
          margin: -60px 0; } }
      @media (max-width: 480px) {
        .earn-assets__wrap {
          margin: -130px 0; } }
    .earn-assets:after {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: -1;
      width: 100%;
      height: 100%;
      content: '';
      background-image: url(../img/earn-assets-bg.svg);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 100% 100%; }
    .earn-assets__content {
      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) {
        .earn-assets__content {
          -webkit-transform: scale(1.4);
             -moz-transform: scale(1.4);
                  transform: scale(1.4); } }
      .earn-assets__content > img {
        max-width: 140px;
        margin-bottom: 22px; }
    .earn-assets__info {
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 9px 11px 11px 11px;
      background-color: #F2F2F2;
      border-radius: 20px; }
      .earn-assets__info p {
        font-weight: 400;
        font-size: 12px;
        color: #656565;
        line-height: 1.22;
        position: relative;
        padding-left: 14px;
        margin-right: 25px; }
        .earn-assets__info p:last-child {
          margin-right: 0; }
        .earn-assets__info p:after {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: 0;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          background-color: #FF7A00;
          content: ''; }
        .earn-assets__info p.green:after {
          background-color: #41C25E; }
    .earn-assets__item {
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 103px;
      height: 103px;
      padding: 52px 15px 15px 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: 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;
      z-index: 1; }
      .earn-assets__item:after {
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #fff;
        border-radius: 11px;
        content: ''; }
      .earn-assets__item:before {
        z-index: -2;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: -10px;
        width: 67px;
        height: 67px;
        background-color: #4F4F4F;
        border-radius: 11px;
        content: '';
        opacity: 0.5;
        -webkit-filter: blur(12px);
                filter: blur(12px); }
      .earn-assets__item-img {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: 3;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .earn-assets__item-img img {
          width: 112px;
          pointer-events: none; }
      .earn-assets__item p {
        font-weight: 800;
        font-size: 16px;
        color: #222222;
        text-align: center;
        width: 100%; }
        @media (max-width: 575px) {
          .earn-assets__item p {
            font-size: 20px; } }
      .earn-assets__item_1 {
        left: 50%;
        top: 0; }
        .earn-assets__item_1 .earn-assets__arrow {
          left: 50%;
          top: -moz-calc(100% + 20px);
          top: calc(100% + 20px);
          -webkit-transform: translateX(-50%);
             -moz-transform: translateX(-50%);
                  transform: translateX(-50%); }
      .earn-assets__item_2 {
        left: -moz-calc(100% - 82px);
        left: calc(100% - 82px);
        top: 92px; }
        .earn-assets__item_2:before {
          background-color: #40605F; }
        .earn-assets__item_2 .earn-assets__item-img img {
          width: 75px; }
        .earn-assets__item_2 .earn-assets__arrow {
          top: -moz-calc(100% - 20px);
          top: calc(100% - 20px);
          -webkit-transform: rotate(45deg);
             -moz-transform: rotate(45deg);
                  transform: rotate(45deg);
          right: -moz-calc(100% + 38px);
          right: calc(100% + 38px); }
          .earn-assets__item_2 .earn-assets__arrow-item:first-child img, .earn-assets__item_2 .earn-assets__arrow-item:last-child img {
            -webkit-animation-delay: .3s;
               -moz-animation-delay: .3s;
                    animation-delay: .3s; }
      .earn-assets__item_3 {
        left: 100%;
        top: 50%; }
        .earn-assets__item_3:before {
          background-color: #B8891B; }
        .earn-assets__item_3 .earn-assets__item-img img {
          width: 78px; }
        .earn-assets__item_3 .earn-assets__arrow {
          top: 50%;
          -webkit-transform: translateY(-50%) rotate(90deg);
             -moz-transform: translateY(-50%) rotate(90deg);
                  transform: translateY(-50%) rotate(90deg);
          right: -moz-calc(100% + 47px);
          right: calc(100% + 47px); }
          .earn-assets__item_3 .earn-assets__arrow-item:first-child img, .earn-assets__item_3 .earn-assets__arrow-item:last-child img {
            -webkit-animation-delay: .6s;
               -moz-animation-delay: .6s;
                    animation-delay: .6s; }
      .earn-assets__item_4 {
        left: -moz-calc(100% - 82px);
        left: calc(100% - 82px);
        top: -moz-calc(100% - 67px);
        top: calc(100% - 67px); }
        .earn-assets__item_4:before {
          background-color: #6E33A1; }
        .earn-assets__item_4 .earn-assets__item-img img {
          width: 80px; }
        .earn-assets__item_4 .earn-assets__arrow {
          bottom: -moz-calc(100% + 4px);
          bottom: calc(100% + 4px);
          -webkit-transform: rotate(135deg);
             -moz-transform: rotate(135deg);
                  transform: rotate(135deg);
          right: -moz-calc(100% + 38px);
          right: calc(100% + 38px); }
          .earn-assets__item_4 .earn-assets__arrow-item:first-child img, .earn-assets__item_4 .earn-assets__arrow-item:last-child img {
            -webkit-animation-delay: .9s;
               -moz-animation-delay: .9s;
                    animation-delay: .9s; }
      .earn-assets__item_5 {
        left: 50%;
        top: 100%; }
        .earn-assets__item_5:before {
          background-color: #6F74FF; }
        .earn-assets__item_5 .earn-assets__item-img img {
          width: 98px; }
        .earn-assets__item_5 .earn-assets__arrow {
          left: 50%;
          bottom: -moz-calc(100% + 20px);
          bottom: calc(100% + 20px);
          -webkit-transform: translateX(-50%) scaleY(-1);
             -moz-transform: translateX(-50%) scaleY(-1);
                  transform: translateX(-50%) scaleY(-1); }
          .earn-assets__item_5 .earn-assets__arrow-item:first-child img, .earn-assets__item_5 .earn-assets__arrow-item:last-child img {
            -webkit-animation-delay: 1.2s;
               -moz-animation-delay: 1.2s;
                    animation-delay: 1.2s; }
      .earn-assets__item_6 {
        left: 82px;
        top: -moz-calc(100% - 67px);
        top: calc(100% - 67px); }
        .earn-assets__item_6 .earn-assets__arrow {
          bottom: -moz-calc(100% + 4px);
          bottom: calc(100% + 4px);
          -webkit-transform: rotate(-135deg);
             -moz-transform: rotate(-135deg);
                  transform: rotate(-135deg);
          left: -moz-calc(100% + 38px);
          left: calc(100% + 38px); }
          .earn-assets__item_6 .earn-assets__arrow-item:first-child img, .earn-assets__item_6 .earn-assets__arrow-item:last-child img {
            -webkit-animation-delay: 1.5s;
               -moz-animation-delay: 1.5s;
                    animation-delay: 1.5s; }
        .earn-assets__item_6:before {
          background-color: #24AB8E; }
        .earn-assets__item_6 .earn-assets__item-img img {
          width: 88px; }
      .earn-assets__item_7 {
        left: 0%;
        top: 50%; }
        .earn-assets__item_7:before {
          background-color: #275DCC; }
        .earn-assets__item_7 .earn-assets__item-img img {
          width: 65px; }
        .earn-assets__item_7 .earn-assets__arrow {
          top: 50%;
          -webkit-transform: translateY(-50%) rotate(-90deg);
             -moz-transform: translateY(-50%) rotate(-90deg);
                  transform: translateY(-50%) rotate(-90deg);
          left: -moz-calc(100% + 47px);
          left: calc(100% + 47px); }
          .earn-assets__item_7 .earn-assets__arrow-item:first-child img, .earn-assets__item_7 .earn-assets__arrow-item:last-child img {
            -webkit-animation-delay: 1.8s;
               -moz-animation-delay: 1.8s;
                    animation-delay: 1.8s; }
      .earn-assets__item_8 {
        left: 82px;
        top: 92px; }
        .earn-assets__item_8:before {
          background-color: #8151C6; }
        .earn-assets__item_8 .earn-assets__item-img img {
          width: 98px; }
        .earn-assets__item_8 .earn-assets__arrow {
          top: -moz-calc(100% - 20px);
          top: calc(100% - 20px);
          -webkit-transform: rotate(-45deg);
             -moz-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          left: -moz-calc(100% + 38px);
          left: calc(100% + 38px); }
          .earn-assets__item_8 .earn-assets__arrow-item:first-child img, .earn-assets__item_8 .earn-assets__arrow-item:last-child img {
            -webkit-animation-delay: 2.1s;
               -moz-animation-delay: 2.1s;
                    animation-delay: 2.1s; }
    .earn-assets__arrow {
      width: 21px;
      height: 74px;
      position: absolute; }
      .earn-assets__arrow:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #FF7A00;
        content: '';
        border: 2px solid #fafafa;
        z-index: 2; }
      .earn-assets__arrow:before {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #56CE60;
        content: '';
        border: 2px solid #fafafa;
        z-index: 2; }
      .earn-assets__arrow-item {
        height: 50%;
        position: absolute;
        overflow: hidden;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        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; }
        .earn-assets__arrow-item img {
          width: 8px;
          height: 38px; }
        .earn-assets__arrow-item:first-child {
          top: 0;
          left: -1px; }
          .earn-assets__arrow-item:first-child img {
            -webkit-animation: earnArrow 2.4s infinite ease;
               -moz-animation: earnArrow 2.4s infinite ease;
                    animation: earnArrow 2.4s infinite ease; }
        .earn-assets__arrow-item:last-child {
          bottom: 0;
          right: -1px; }
          .earn-assets__arrow-item:last-child img {
            -webkit-animation: earnArrow2 2.4s infinite ease;
               -moz-animation: earnArrow2 2.4s infinite ease;
                    animation: earnArrow2 2.4s infinite ease; }

.invest-top {
  padding: 76px 0px 402px 0; }
  @media (max-width: 991px) {
    .invest-top {
      padding-top: 40px; } }
  .invest-top__wrap .m-text {
    margin-left: auto;
    margin-right: auto;
    max-width: 1015px;
    width: 100%; }

.invest-bot {
  padding: 246px 0 120px 0;
  background-image: url("../img/invest-bot-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  @media (max-width: 991px) {
    .invest-bot {
      padding-bottom: 40px; } }
  .invest-bot .faq-box {
    margin-top: 0; }

.invest-img__1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: -19px;
  margin-bottom: 40px; }
  @media (max-width: 991px) {
    .invest-img__1 {
      margin-top: 0; } }
  .invest-img__1 img {
    max-width: 649px; }
    @media (max-width: 991px) {
      .invest-img__1 img {
        max-width: 100%; } }

.invest-img__2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  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%;
  margin-top: -70px;
  pointer-events: none;
  margin-bottom: 43px; }
  @media (max-width: 991px) {
    .invest-img__2 {
      margin-top: 0; } }
  @media (max-width: 575px) {
    .invest-img__2 {
      display: none; } }
  .invest-img__2 img {
    max-width: 539px; }

.invest-select {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 340px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 11px;
  position: relative;
  margin-bottom: 20px;
  z-index: 2; }
  @media (max-width: 1199px) {
    .invest-select {
      max-width: 100%; } }
  .invest-select > svg {
    position: absolute;
    right: 101px;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
       -moz-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    fill: #222222;
    width: 10px;
    height: 10px; }
  .invest-select > p {
    position: absolute;
    top: 17px;
    left: 22px;
    pointer-events: none;
    max-width: -moz-calc(100% - 71px - 22px);
    max-width: calc(100% - 71px - 22px);
    font-weight: 500;
    font-size: 12px;
    color: #9A9A9A; }
  .invest-select .jq-selectbox {
    width: -moz-calc(100% - 71px);
    width: calc(100% - 71px);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 22px 37px; }
    .invest-select .jq-selectbox.stable {
      background-image: url("../img/stable-2.svg"); }
    .invest-select .jq-selectbox.all {
      background-image: url("../img/all-2.svg"); }
    .invest-select .jq-selectbox.usd {
      background-image: url("../img/usd-2.svg"); }
    .invest-select .jq-selectbox.btc {
      background-image: url("../img/btc-2.svg"); }
    .invest-select .jq-selectbox.eth {
      background-image: url("../img/eth-2.svg"); }
    .invest-select .jq-selectbox.ltc {
      background-image: url("../img/ltc-2.svg"); }
    .invest-select .jq-selectbox.trx {
      background-image: url("../img/trx-2.svg"); }
    .invest-select .jq-selectbox.usdt {
      background-image: url("../img/usdt-2.svg"); }
    .invest-select .jq-selectbox.usdc {
      background-image: url("../img/usdc-2.svg"); }
    .invest-select .jq-selectbox.busd {
      background-image: url("../img/busd-2.svg"); }
    .invest-select .jq-selectbox.bnb {
      background-image: url("../img/bnb-2.svg"); }
    .invest-select .jq-selectbox.ada {
      background-image: url("../img/ada-2.svg"); }
    .invest-select .jq-selectbox.xrp {
      background-image: url("../img/xrp-2.svg"); }
    .invest-select .jq-selectbox.bch {
      background-image: url("../img/bch-2.svg"); }
    .invest-select .jq-selectbox.dai {
      background-image: url("../img/dai-2.svg"); }
    .invest-select .jq-selectbox.sol {
      background-image: url("../img/sol-2.svg"); }
    .invest-select .jq-selectbox.cro {
      background-image: url("../img/cro-2.svg"); }
    .invest-select .jq-selectbox.etc {
      background-image: url("../img/etc-2.svg"); }
    .invest-select .jq-selectbox.doge {
      background-image: url("../img/doge-2.svg"); }
    .invest-select .jq-selectbox.avax {
      background-image: url("../img/avax-2.svg"); }
    .invest-select .jq-selectbox.flow {
      background-image: url("../img/flow-2.svg"); }
    .invest-select .jq-selectbox.xmr {
      background-image: url("../img/xmr-2.svg"); }
    .invest-select .jq-selectbox.link {
      background-image: url("../img/link-2.svg"); }
    .invest-select .jq-selectbox.atom {
      background-image: url("../img/atom-2.svg"); }
    .invest-select .jq-selectbox.algo {
      background-image: url("../img/algo-2.svg"); }
    .invest-select .jq-selectbox.dot {
      background-image: url("../img/dot-2.svg"); }
    .invest-select .jq-selectbox.ftt {
      background-image: url("../img/ftt-2.svg"); }
    .invest-select .jq-selectbox.xlm {
      background-image: url("../img/xlm-2.svg"); }
    .invest-select .jq-selectbox.matic {
      background-image: url("../img/matic-2.svg"); }
    .invest-select .jq-selectbox.near {
      background-image: url("../img/near-2.svg"); }
    .invest-select .jq-selectbox.tusd {
      background-image: url("../img/tusd-2.svg"); }
    .invest-select .jq-selectbox.usdp {
      background-image: url("../img/usdp-2.svg"); }
    .invest-select .jq-selectbox.stable, .invest-select .jq-selectbox.all {
      background-size: 25px;
      background-position: 22px 34px; }
      .invest-select .jq-selectbox.stable .jq-selectbox__select-text, .invest-select .jq-selectbox.all .jq-selectbox__select-text {
        padding-left: 10px; }
    .invest-select .jq-selectbox__select {
      height: 100%;
      width: 100%;
      background: none;
      border-radius: 0;
      border: none !important;
      outline: none !important;
      box-shadow: none !important;
      text-shadow: none !important;
      padding-left: 43px;
      padding-top: 37px;
      padding-bottom: 16px;
      font-weight: 900;
      font-size: 16px;
      color: #222222;
      line-height: 1.2;
      font-family: "Factor A", sans-serif;
      padding-right: 60px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      font-size: 0; }
      .invest-select .jq-selectbox__select span {
        font-size: 16px; }
    .invest-select .jq-selectbox__trigger {
      display: none; }
    .invest-select .jq-selectbox__dropdown {
      margin: 0;
      border-radius: 12px;
      overflow: hidden;
      background-color: #fff;
      border: none;
      padding: 12px 0 7px 12px;
      top: 100% !important;
      bottom: auto !important; }
      .invest-select .jq-selectbox__dropdown ul {
        padding-right: 12px;
        max-height: 340px !important; }
      .invest-select .jq-selectbox__dropdown ul::-webkit-scrollbar {
        width: 2px;
        /* ширина всей полосы прокрутки */ }
      .invest-select .jq-selectbox__dropdown ul::-webkit-scrollbar-track {
        background: transparent;
        /* цвет зоны отслеживания */ }
      .invest-select .jq-selectbox__dropdown ul::-webkit-scrollbar-thumb {
        background-color: #F12A23;
        /* цвет бегунка */
        border-radius: 20px;
        /* округлось бегунка */
        border: 0px solid orange;
        /* отступ вокруг бегунка */ }
      .invest-select .jq-selectbox__dropdown li {
        background-repeat: no-repeat;
        background-position: 0px 50%;
        padding: 17px 0px 17px 51px;
        line-height: 1.2;
        font-weight: 800;
        font-size: 16px;
        color: #222222;
        background-size: 33px 33px;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        font-family: "Factor A", sans-serif;
        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-bottom: 1px solid #F5F5F5;
        text-transform: uppercase; }
        .invest-select .jq-selectbox__dropdown li:last-child {
          border-bottom: none; }
        .invest-select .jq-selectbox__dropdown li:hover, .invest-select .jq-selectbox__dropdown li.sel {
          background-color: transparent;
          color: #F12A23; }
          .invest-select .jq-selectbox__dropdown li:hover span, .invest-select .jq-selectbox__dropdown li.sel span {
            color: #F12A23; }
        .invest-select .jq-selectbox__dropdown li span {
          font-weight: 400;
          font-size: 12px;
          color: #535353;
          text-transform: none;
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
        .invest-select .jq-selectbox__dropdown li.stable {
          background-image: url("../img/stable-2.svg"); }
        .invest-select .jq-selectbox__dropdown li.all {
          background-image: url("../img/all-2.svg"); }
        .invest-select .jq-selectbox__dropdown li.usd {
          background-image: url("../img/usd-2.svg"); }
        .invest-select .jq-selectbox__dropdown li.btc {
          background-image: url("../img/btc-2.svg"); }
        .invest-select .jq-selectbox__dropdown li.eth {
          background-image: url("../img/eth-2.svg"); }
        .invest-select .jq-selectbox__dropdown li.ltc {
          background-image: url("../img/ltc-2.svg"); }
        .invest-select .jq-selectbox__dropdown li.trx {
          background-image: url("../img/trx-2.svg"); }
        .invest-select .jq-selectbox__dropdown li.usdt {
          background-image: url("../img/usdt-2.svg"); }
        .invest-select .jq-selectbox__dropdown li.usdc {
          background-image: url("../img/usdc-2.svg"); }
        .invest-select .jq-selectbox__dropdown li.busd {
          background-image: url("../img/busd-2.svg"); }
        .invest-select .jq-selectbox__dropdown li.bnb {
          background-image: url("../img/bnb-2.svg"); }
        .invest-select .jq-selectbox__dropdown li.ada {
          background-image: url("../img/ada-2.svg"); }
        .invest-select .jq-selectbox__dropdown li.xrp {
          background-image: url("../img/xrp-2.svg"); }
        .invest-select .jq-selectbox__dropdown li.bch {
          background-image: url("../img/bch-2.svg"); }
        .invest-select .jq-selectbox__dropdown li.dai {
          background-image: url("../img/dai-2.svg"); }
        .invest-select .jq-selectbox__dropdown li.sol {
          background-image: url("../img/sol-2.svg"); }
        .invest-select .jq-selectbox__dropdown li.cro {
          background-image: url("../img/cro-2.svg"); }
        .invest-select .jq-selectbox__dropdown li.etc {
          background-image: url("../img/etc-2.svg"); }
        .invest-select .jq-selectbox__dropdown li.doge {
          background-image: url("../img/doge-2.svg"); }
        .invest-select .jq-selectbox__dropdown li.avax {
          background-image: url("../img/avax-2.svg"); }
        .invest-select .jq-selectbox__dropdown li.flow {
          background-image: url("../img/flow-2.svg"); }
        .invest-select .jq-selectbox__dropdown li.xmr {
          background-image: url("../img/xmr-2.svg"); }
        .invest-select .jq-selectbox__dropdown li.link {
          background-image: url("../img/link-2.svg"); }
        .invest-select .jq-selectbox__dropdown li.atom {
          background-image: url("../img/atom-2.svg"); }
        .invest-select .jq-selectbox__dropdown li.algo {
          background-image: url("../img/algo-2.svg"); }
        .invest-select .jq-selectbox__dropdown li.dot {
          background-image: url("../img/dot-2.svg"); }
        .invest-select .jq-selectbox__dropdown li.ftt {
          background-image: url("../img/ftt-2.svg"); }
        .invest-select .jq-selectbox__dropdown li.xlm {
          background-image: url("../img/xlm-2.svg"); }
        .invest-select .jq-selectbox__dropdown li.matic {
          background-image: url("../img/matic-2.svg"); }
        .invest-select .jq-selectbox__dropdown li.near {
          background-image: url("../img/near-2.svg"); }
        .invest-select .jq-selectbox__dropdown li.tusd {
          background-image: url("../img/tusd-2.svg"); }
        .invest-select .jq-selectbox__dropdown li.usdp {
          background-image: url("../img/usdp-2.svg"); }
        .invest-select .jq-selectbox__dropdown li.stable span {
          font-size: 10px; }
    .invest-select .jq-selectbox__search {
      padding-right: 12px;
      margin: 0 0 12px 0; }
      .invest-select .jq-selectbox__search input {
        box-shadow: none; }
  .invest-select__tooltip {
    width: 71px;
    height: 71px;
    border-radius: 0 11px 11px 0;
    background-color: rgba(0, 0, 0, 0.03);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    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;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    margin-left: auto; }
    .invest-select__tooltip:hover .invest-select__tooltip-icon {
      background-color: #F12A23; }
    .invest-select__tooltip-icon {
      width: 24px;
      height: 24px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 50%;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      background-color: #656565; }

.invest-table {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  margin-bottom: 20px; }
  @media (max-width: 1199px) {
    .invest-table {
      border-radius: 4px;
      border-top: 1px solid #f0f0f0;
      overflow: hidden; } }
  .invest-table__wrap {
    width: 100%; }
    .invest-table__wrap .nicescroll-box {
      width: 100%;
      cursor: default !important;
      overflow: visible !important; }
      .invest-table__wrap .nicescroll-box .wrap {
        display: inline-block; }
  .invest-table__side {
    max-width: 190px;
    min-width: 190px;
    width: 100%;
    position: relative;
    margin-right: 5px; }
    @media (max-width: 1199px) {
      .invest-table__side {
        display: none; } }
    .invest-table__side-line {
      width: 100%;
      border-bottom: 1px solid #ECECEC;
      padding-bottom: 8px;
      font-weight: 400;
      font-size: 10px;
      color: #ABABAB;
      margin-top: auto; }
    .invest-table__side .invest-table__row_gr {
      border-left: 1px solid #f0f0f0; }
  .invest-table__calc {
    padding: 17px 21px 21px 51px;
    background-image: url(../img/invest-calc-bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto auto;
    background-color: #474747;
    border-radius: 4px;
    position: relative;
    margin-bottom: 20px;
    max-width: 160px;
    width: 100%; }
    @media (max-width: 1199px) {
      .invest-table__calc {
        max-width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        min-height: 72px;
        border-radius: 12px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        z-index: 1; } }
    .invest-table__calc h3 {
      font-weight: 700;
      font-size: 12px;
      color: #fff;
      margin-bottom: 2px;
      line-height: 1.17; }
      @media (max-width: 1199px) {
        .invest-table__calc h3 {
          font-size: 16px; } }
    .invest-table__calc p {
      font-weight: 300;
      font-size: 10px;
      color: rgba(255, 255, 255, 0.7);
      line-height: 1.17; }
      @media (max-width: 1199px) {
        .invest-table__calc p {
          font-size: 14px; } }
    .invest-table__calc-icon {
      position: absolute;
      top: 100%;
      right: 17px;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
              transform: translateY(-50%);
      background-color: #F12A23;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 50%;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      cursor: pointer;
      width: 34px;
      height: 34px; }
      .invest-table__calc-icon:hover {
        background-color: #fff; }
        .invest-table__calc-icon:hover:after, .invest-table__calc-icon:hover:before {
          background-color: #fff; }
        .invest-table__calc-icon:hover svg {
          fill: #F12A23; }
      .invest-table__calc-icon svg {
        width: 15px;
        height: 15px;
        fill: #fff;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .invest-table__calc-icon:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: -1;
        background-color: #F12A23;
        width: 100%;
        height: 100%;
        opacity: 0;
        content: '';
        border-radius: 50%;
        -webkit-animation: pulse 2s infinite linear;
           -moz-animation: pulse 2s infinite linear;
                animation: pulse 2s infinite linear;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .invest-table__calc-icon:before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: -1;
        background-color: #F12A23;
        width: 100%;
        height: 100%;
        opacity: 0;
        content: '';
        border-radius: 50%;
        -webkit-animation: pulse 2s infinite linear;
           -moz-animation: pulse 2s infinite linear;
                animation: pulse 2s infinite linear;
        -webkit-animation-delay: 1s;
           -moz-animation-delay: 1s;
                animation-delay: 1s;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
  .invest-table__content {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px; }
    @media (max-width: 1199px) {
      .invest-table__content {
        -webkit-order: 2;
           -moz-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        padding-top: 10px; } }
    .invest-table__content:last-child {
      margin-bottom: 0; }
  .invest-table__row {
    width: 100%;
    min-height: 79px;
    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: 10px 23px 10px 10px;
    border-radius: 4px;
    position: relative; }
    @media (max-width: 1199px) {
      .invest-table__row {
        min-height: 62px; }
        .invest-table__row:nth-child(even) {
          background-color: #FAFAFA; } }
    .invest-table__row .title {
      font-weight: 500;
      font-size: 12px;
      color: #656565;
      margin-bottom: 8px;
      display: none; }
      @media (max-width: 1199px) {
        .invest-table__row .title {
          display: block; } }
      .invest-table__row .title_gray {
        color: #dcdada; }
    .invest-table__row:nth-child(odd) {
      background-color: #fff; }
    .invest-table__row_gr {
      background: -moz-repeating-linear-gradient(135deg, rgba(141, 141, 141, 0.02), rgba(141, 141, 141, 0.02) 12px, transparent 12px, transparent 19px);
      background: repeating-linear-gradient(-45deg, rgba(141, 141, 141, 0.02), rgba(141, 141, 141, 0.02) 12px, transparent 12px, transparent 19px);
      border: 1px solid #F0F0F0;
      border-right: none;
      border-left: none;
      background-position: 50% 50%; }
      @media (max-width: 1199px) {
        .invest-table__row_gr {
          display: none; } }
      .invest-table__row_gr .invest-table__title {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        white-space: nowrap; }
        .invest-table__row_gr .invest-table__title img {
          width: 15px;
          margin-right: 4px; }
    .invest-table__row.disabled .title {
      opacity: 0.5; }
  .invest-table__list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (max-width: 1199px) {
      .invest-table__list {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        width: 100%; } }
  .invest-table__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: 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: 21px;
    min-height: 132px;
    position: relative;
    z-index: 1;
    width: 100%; }
    @media (max-width: 1199px) {
      .invest-table__head {
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-bottom: 0;
        min-height: 135px;
        padding-top: 10px; } }
    .invest-table__head .invest-table__val span {
      font-size: 18px; }
  .invest-table__title {
    width: 100%;
    font-weight: 500;
    font-size: 12px;
    color: #656565; }
    .invest-table__title:hover .tooltip-wrap {
      opacity: 1; }
    .invest-table__title:hover .tooltip-icon {
      background-color: #F12A23; }
  .invest-table__group {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: 5px; }
    @media (max-width: 1199px) {
      .invest-table__group {
        -webkit-flex-grow: 1;
           -moz-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin-right: 0;
        border-left: 1px solid #f0f0f0;
        border-right: 1px solid #f0f0f0; } }
    @media (max-width: 991px) {
      .invest-table__group {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    @media (max-width: 1199px) {
      .invest-table__group_2 {
        border-right: none; } }
    .invest-table__group_2 .invest-table__head:after {
      background-color: #6093E0 !important; }
    .invest-table__group_2 .invest-table__popular {
      background-color: #6093E0; }
    .invest-table__group_3 .invest-table__head:after {
      background-color: #F12A23 !important; }
    .invest-table__group_3 .invest-table__popular {
      background-color: #F12A23; }
  .invest-table__item {
    width: 90px;
    padding-bottom: 7px;
    min-width: 90px;
    text-align: center;
    position: relative;
    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; }
    @media (max-width: 1199px) {
      .invest-table__item {
        width: 100%;
        width: 185px;
        border-right: 1px solid #f0f0f0;
        background-color: #fff;
        -webkit-flex-grow: 1;
           -moz-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        padding-bottom: 30px;
        border-bottom: 2px solid #222; }
        .invest-table__item:last-child {
          border-right: none; } }
    @media (min-width: 1200px) {
      .invest-table__item:hover {
        z-index: 2; }
        .invest-table__item:hover:after, .invest-table__item:hover:before {
          opacity: 1; }
        .invest-table__item:hover .invest-table__head {
          border-right: none; }
          .invest-table__item:hover .invest-table__head:after {
            opacity: 0; }
          .invest-table__item:hover .invest-table__head .invest-table__val {
            -webkit-transform: translateY(20px);
               -moz-transform: translateY(20px);
                    transform: translateY(20px); }
        .invest-table__item:hover .invest-table__popular {
          background-color: #fff;
          color: #F12A23;
          -webkit-transform: translate(-50%, calc(-50% + 20px));
             -moz-transform: translate(-50%, -moz-calc(-50% + 20px));
                  transform: translate(-50%, calc(-50% + 20px)); }
        .invest-table__item:hover .invest-table__val p, .invest-table__item:hover .invest-table__val span, .invest-table__item:hover .invest-table__days p, .invest-table__item:hover .invest-table__days span {
          color: #fff; }
        .invest-table__item:hover .invest-table__content {
          border-right: none; }
        .invest-table__item:hover .invest-table__name {
          color: #fff; }
        .invest-table__item:hover .invest-table__row {
          background: transparent !important;
          border-color: transparent !important; }
          .invest-table__item:hover .invest-table__row .title {
            color: #fff; }
          .invest-table__item:hover .invest-table__row:last-child:after {
            display: none; }
          .invest-table__item:hover .invest-table__row:after {
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
               -moz-transform: translateX(-50%);
                    transform: translateX(-50%);
            bottom: 0;
            width: 66px;
            height: 1px;
            background-color: rgba(255, 255, 255, 0.2);
            content: ''; }
        .invest-table__item:hover .invest-table__btns {
          opacity: 1;
          pointer-events: all; }
        .invest-table__item:hover .invest-table__check {
          background-color: rgba(0, 0, 0, 0.1); }
          .invest-table__item:hover .invest-table__check span {
            color: #fff; }
          .invest-table__item:hover .invest-table__check svg {
            fill: #fff; }
        .invest-table__item:hover .invest-table__lvl {
          -webkit-transform: translateY(-11px);
             -moz-transform: translateY(-11px);
                  transform: translateY(-11px); }
        .invest-table__item:hover .invest-table__percent {
          color: #fff;
          font-size: 19px; }
        .invest-table__item:hover .invest-table__bonus {
          display: none; } }
    @media (max-width: 991px) {
      .invest-table__item {
        width: 50%;
        -webkit-flex-grow: 1;
           -moz-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }
    @media (max-width: 480px) {
      .invest-table__item {
        width: 100%; } }
    .invest-table__item:after {
      width: -moz-calc(100% + 20px);
      width: calc(100% + 20px);
      height: 100%;
      top: 0;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: -2;
      background-color: #D8120C;
      border-radius: 4px;
      box-shadow: 0px 9px 14px rgba(241, 42, 35, 0.28);
      content: '';
      opacity: 0;
      pointer-events: none; }
      @media (max-width: 1199px) {
        .invest-table__item:after {
          width: -moz-calc(100% + 2px);
          width: calc(100% + 2px); } }
    .invest-table__item:before {
      z-index: -1;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 0;
      height: -moz-calc(100% - 118px);
      height: calc(100% - 118px);
      background-image: url("../img/invest-table-item-bg.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      border-radius: 4px;
      content: '';
      width: -moz-calc(100% + 20px);
      width: calc(100% + 20px);
      background-color: #F12A23;
      opacity: 0;
      pointer-events: none; }
      @media (max-width: 1199px) {
        .invest-table__item:before {
          width: -moz-calc(100% + 2px);
          width: calc(100% + 2px); } }
    .invest-table__item .invest-table__head {
      border-right: 1px solid #F0F0F0; }
      @media (max-width: 1199px) {
        .invest-table__item .invest-table__head {
          border-right: none; } }
      .invest-table__item .invest-table__head:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: -moz-calc(100% + 1px);
        width: calc(100% + 1px);
        height: 2px;
        background-color: #222;
        content: ''; }
    .invest-table__item .invest-table__row {
      border-radius: 0;
      padding: 5px; }
    .invest-table__item .invest-table__content {
      border-right: 1px solid #F0F0F0; }
      @media (max-width: 1199px) {
        .invest-table__item .invest-table__content {
          border-right: none; } }
    .invest-table__item:first-child .invest-table__row {
      border-radius: 4px 0 0 4px; }
      .invest-table__item:first-child .invest-table__row_gr {
        border-left: 1px solid #f0f0f0; }
    .invest-table__item:last-child .invest-table__head {
      border-right: none; }
      .invest-table__item:last-child .invest-table__head:after {
        width: 100%; }
    .invest-table__item:last-child .invest-table__row {
      border-radius: 0 4px 4px 0; }
      .invest-table__item:last-child .invest-table__row_gr {
        border-right: 1px solid #F0F0F0; }
    .invest-table__item:last-child .invest-table__content {
      border-right: none; }
  .invest-table__name {
    width: 100%;
    font-weight: 500;
    font-size: 13px;
    color: #222222;
    text-align: center;
    padding: 10px;
    z-index: 1;
    min-height: 36px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    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; }
    @media (max-width: 1199px) {
      .invest-table__name {
        font-size: 28px;
        margin-bottom: 10px; } }
  .invest-table__popular {
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 100%;
    border-radius: 11px;
    padding: 4px 7px;
    background-color: #222;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 8px;
    z-index: 2;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    white-space: nowrap; }
  .invest-table__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: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    @media (max-width: 1199px) {
      .invest-table__val {
        -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; } }
    @media (max-width: 1199px) {
      .invest-table__val-text {
        margin: 0 10px; } }
    .invest-table__val p {
      font-weight: 500;
      font-size: 10px;
      color: #656565;
      line-height: 1.04; }
    .invest-table__val span {
      font-weight: 900;
      font-size: 12px;
      color: #222222; }
      .invest-table__val span sub {
        font-weight: 500;
        font-size: 10px;
        color: #656565;
        text-transform: none;
        margin-top: 6px;
        display: none; }
        @media (max-width: 1199px) {
          .invest-table__val span sub {
            display: block; } }
  .invest-table__days {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: center;
    width: 100%; }
    .invest-table__days span {
      font-weight: 800;
      font-size: 12px;
      color: #222222;
      line-height: 1.22; }
    .invest-table__days p {
      font-weight: 300;
      font-size: 12px;
      color: #222222;
      line-height: 1.22; }
  .invest-table__check {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    position: relative;
    z-index: 1;
    background-color: rgba(86, 206, 96, 0.2);
    font-weight: 900;
    font-size: 12px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    line-height: 1; }
    .invest-table__check span {
      color: #56CE60; }
    .invest-table__check svg {
      width: 10px;
      height: 10px;
      fill: #56CE60;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .invest-table__check_red {
      background-color: rgba(241, 42, 35, 0.2); }
      .invest-table__check_red span {
        color: #F12A23; }
      .invest-table__check_red svg {
        fill: #F12A23; }
    .invest-table__check_gray {
      background-color: rgba(101, 101, 101, 0.2); }
      .invest-table__check_gray span {
        color: #656565; }
      .invest-table__check_gray svg {
        fill: #656565; }
    .invest-table__check_text {
      min-width: 67px;
      width: auto;
      border-radius: 15px;
      height: 24px;
      padding: 4px 4px 4px 22px; }
      .invest-table__check_text svg {
        left: 11px; }
  .invest-table__btns {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: -moz-calc(100% + 10px);
    width: calc(100% + 10px);
    opacity: 0;
    pointer-events: none;
    min-height: 82px;
    padding-top: 5px; }
    @media (max-width: 1199px) {
      .invest-table__btns {
        opacity: 1;
        pointer-events: all;
        width: 100%;
        margin-left: 0;
        padding: 5px;
        -webkit-order: 3;
           -moz-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; } }
  .invest-table__btn {
    width: 100%;
    min-height: 36px;
    border-radius: 4px;
    margin-bottom: 5px;
    text-decoration: none;
    text-align: center;
    padding: 10px 13px;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    background-color: #FF5E58;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    font-weight: 900;
    font-size: 9px;
    text-transform: uppercase;
    line-height: 1; }
    .invest-table__btn:hover {
      background-color: #222222;
      color: #fff; }
      .invest-table__btn:hover span {
        background-color: #FF5E58;
        color: #fff; }
    .invest-table__btn:last-child {
      margin-bottom: 0; }
    .invest-table__btn span {
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 10px;
      height: 10px;
      background-color: #fff;
      margin-right: 4px;
      color: #DD2720;
      border-radius: 50%;
      min-width: 10px;
      font-weight: 500;
      font-size: 8px;
      line-height: 1;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .invest-table__btn_green {
      background-color: #36C957; }
      .invest-table__btn_green span {
        color: #36C957; }
      .invest-table__btn_green:hover {
        background-color: #222222;
        color: #fff; }
        .invest-table__btn_green:hover span {
          background-color: #36C957; }
  .invest-table__bonus {
    padding: 2px;
    min-width: 45px;
    background-color: #E9E9E9;
    border-radius: 3px;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-weight: 700;
    font-size: 10px;
    color: #9B9B9B;
    margin: 0 auto 19px auto;
    line-height: 1; }
    @media (max-width: 1199px) {
      .invest-table__bonus {
        margin-bottom: 10px; } }
    .invest-table__bonus.yellow {
      background-color: #F0AE03;
      color: #222222; }
  .invest-table__lvl {
    font-weight: 500;
    font-size: 10px;
    color: #9F9F9F;
    text-align: center;
    width: 100%;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    margin-top: auto;
    margin-bottom: 14px; }
  .invest-table__percent {
    font-weight: 700;
    font-size: 16px;
    color: #222222;
    text-align: center;
    line-height: 1; }
    .invest-table__percent.green {
      font-weight: 800;
      color: #41C25E; }
    .invest-table__percent.aqua {
      color: #41C2BA; }
    .invest-table__percent.blue {
      color: #417CC2; }

.invest-center {
  width: 100%; }
  .invest-center__wrap {
    margin: 0 auto;
    background-image: url("../img/invest-center-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    padding: 1px 0; }

.invest-plans {
  margin-top: -336px;
  border-radius: 62px;
  padding: 48px 65px 60px 65px;
  position: relative;
  z-index: 1;
  background: -moz-linear-gradient(top, #FFFFFF 0%, #FAFAFA 100%);
  background: linear-gradient(180deg, #FFFFFF 0%, #FAFAFA 100%);
  margin-bottom: 124px; }
  @media (max-width: 991px) {
    .invest-plans {
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .invest-plans {
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 40px;
      margin-bottom: 40px; } }
  .invest-plans:before {
    z-index: -1;
    background: -moz-linear-gradient(top, #FFFFFF 0%, #FAFAFA 100%);
    background: linear-gradient(180deg, #FFFFFF 0%, #FAFAFA 100%);
    border-radius: 62px;
    border: 5px solid #fff;
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%; }
  .invest-plans:after {
    z-index: -2;
    bottom: -14px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
            transform: translateX(-50%);
    height: -moz-calc(100% - 18px);
    height: calc(100% - 18px);
    width: -moz-calc(100% - 186px);
    width: calc(100% - 186px);
    content: '';
    background: #000000;
    opacity: 0.05;
    -webkit-filter: blur(28.5px);
            filter: blur(28.5px);
    border-radius: 62px; }
  .invest-plans .m-text {
    max-width: 873px;
    margin: 0 auto 13px auto; }
  .invest-plans__title {
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    color: #656565;
    margin-bottom: 22px; }
  .invest-plans__tabs {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: -moz-calc(100% + 34px);
    width: calc(100% + 34px);
    margin-bottom: -10px; }
    .invest-plans__tabs-item {
      min-width: 64px;
      margin-right: 34px;
      cursor: pointer;
      padding: 17px 5px;
      font-weight: 400;
      font-size: 12px;
      color: #9E9E9E;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      position: relative;
      text-align: center;
      z-index: 1;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .invest-plans__tabs-item {
          margin-right: 15px;
          margin-bottom: 10px; } }
      .invest-plans__tabs-item:hover {
        font-weight: 700;
        color: #222222; }
        .invest-plans__tabs-item:hover:after {
          height: 2px;
          background-color: #F12A23; }
      .invest-plans__tabs-item:after {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: #9E9E9E;
        content: '';
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .invest-plans__tabs-item:before {
        z-index: -1;
        border-radius: 4px 4px 0 0;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 0;
        background-color: #f5f5f5;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        opacity: 0;
        content: ''; }
      .invest-plans__tabs-item > svg {
        position: absolute;
        left: 50%;
        bottom: -moz-calc(100% + 16px);
        bottom: calc(100% + 16px);
        fill: #F12A23;
        width: 10px;
        height: 10px;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
                transform: translateX(-50%);
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        opacity: 0; }
      .invest-plans__tabs-item.active {
        background-color: #f5f5f5;
        font-weight: 700;
        color: #222222; }
        .invest-plans__tabs-item.active > svg {
          opacity: 1;
          bottom: -moz-calc(100% + 8px);
          bottom: calc(100% + 8px); }
        .invest-plans__tabs-item.active:before {
          width: -moz-calc(100% + 30px);
          width: calc(100% + 30px);
          opacity: 1; }
        .invest-plans__tabs-item.active:after {
          height: 2px;
          background-color: #F12A23;
          width: -moz-calc(100% + 30px);
          width: calc(100% + 30px); }
  .invest-plans__icon {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -55px;
    max-width: 83px;
    pointer-events: none;
    width: 100%; }
    .invest-plans__icon img {
      max-width: 100%; }
  .invest-plans__slider {
    width: 100%;
    position: relative;
    background-image: url(../img/invest-plans-line.svg);
    background-repeat: repeat-x;
    background-position: 0 -moz-calc(100% - 83px);
    background-position: 0 calc(100% - 83px);
    background-size: contain; }
    @media (max-width: 767px) {
      .invest-plans__slider {
        padding: 0; } }
    .invest-plans__slider .swiper-button-prev, .invest-plans__slider .swiper-button-next {
      position: absolute;
      top: -moz-calc(100% + 32px);
      top: calc(100% + 32px);
      width: 40px;
      height: 40px;
      border-radius: 50%;
      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: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      outline: none;
      cursor: pointer;
      border: 1px solid #E4E4E4; }
      .invest-plans__slider .swiper-button-prev svg, .invest-plans__slider .swiper-button-next svg {
        width: 10px;
        height: 10px;
        fill: #F12A23;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
    .invest-plans__slider .swiper-button-prev {
      left: 27px; }
      @media (max-width: 767px) {
        .invest-plans__slider .swiper-button-prev {
          left: 0; } }
      .invest-plans__slider .swiper-button-prev svg {
        -webkit-transform: rotate(90deg);
           -moz-transform: rotate(90deg);
                transform: rotate(90deg); }
    .invest-plans__slider .swiper-button-next {
      right: 27px; }
      @media (max-width: 767px) {
        .invest-plans__slider .swiper-button-next {
          right: 0; } }
      .invest-plans__slider .swiper-button-next svg {
        -webkit-transform: rotate(-90deg);
           -moz-transform: rotate(-90deg);
                transform: rotate(-90deg); }

.invest-period {
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
  .invest-period:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 52px;
    height: 24px;
    background-color: #56CE60;
    border-radius: 20px;
    content: ''; }
  .invest-period__item {
    margin: 0 42px;
    font-weight: 400;
    font-size: 14px;
    color: #9E9E9E;
    cursor: pointer;
    line-height: 1.22;
    position: relative;
    margin-left: auto;
    max-width: -moz-calc(50% - 84px);
    max-width: calc(50% - 84px);
    z-index: 2;
    min-height: 24px;
    line-height: 24px;
    min-width: 120px;
    text-align: right; }
    @media (max-width: 480px) {
      .invest-period__item span {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
                transform: translateX(-50%);
        top: -35px; } }
    .invest-period__item:before {
      pointer-events: none;
      left: -moz-calc(100% + 20px);
      left: calc(100% + 20px);
      width: 16px;
      height: 16px;
      background-color: #fff;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06);
      border-radius: 50%;
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
              transform: translateY(-50%);
      display: none; }
    .invest-period__item:after {
      width: 84px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 100%;
      content: '';
      height: 24px; }
    .invest-period__item.active {
      font-weight: 700;
      color: #222222; }
      .invest-period__item.active:before {
        display: block; }
      .invest-period__item.active:after {
        display: none; }
    .invest-period__item:last-child {
      margin-right: auto;
      margin-left: 42px;
      text-align: left; }
      .invest-period__item:last-child:after {
        left: auto;
        right: 100%; }
      .invest-period__item:last-child:before {
        left: auto;
        right: -moz-calc(100% + 20px);
        right: calc(100% + 20px); }
  .invest-period__wrap {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
    z-index: 2; }

.invest-plan {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px; }
  .invest-plan:hover .invest-plan__percent {
    background-color: rgba(103, 99, 120, 0.45);
    color: #fff; }
  .invest-plan:hover .invest-plan__bar:before {
    height: -moz-calc(100% + 79px);
    height: calc(100% + 79px);
    top: -51px;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 62px;
    opacity: 0.1; }
  .invest-plan:hover .invest-plan__bar-icon {
    opacity: 1; }
  .invest-plan__percent {
    background-color: rgba(255, 255, 255, 0.21);
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.06);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    border-radius: 6px;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px;
    min-width: 40px;
    min-height: 26px;
    font-weight: 900;
    font-size: 13px;
    color: #676378;
    line-height: 1;
    text-align: center;
    margin-bottom: 5px;
    z-index: 2; }
  .invest-plan__date {
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    color: #BEBEBE; }
  .invest-plan__bar {
    position: relative;
    height: 216px;
    width: 2px;
    z-index: 1;
    margin-bottom: 28px; }
    .invest-plan__bar:after {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 1;
      width: 2px;
      height: 216px;
      background-color: #fff;
      border-radius: 10px;
      content: ''; }
    .invest-plan__bar:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: -1;
      background: -moz-repeating-linear-gradient(135deg, #8D8D8D, #8D8D8D 2px, transparent 2px, transparent 5px);
      background: repeating-linear-gradient(-45deg, #8D8D8D, #8D8D8D 2px, transparent 2px, transparent 5px);
      border-radius: 100px;
      width: 22px;
      height: -moz-calc(100% + 22px);
      height: calc(100% + 22px);
      content: '';
      opacity: 0.2;
      pointer-events: none; }
    .invest-plan__bar-line {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 0;
      width: 6px;
      background: -moz-linear-gradient(top, #F12A23 0%, #930E09 100%);
      background: linear-gradient(180deg, #F12A23 0%, #930E09 100%);
      border-radius: 20px;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      z-index: 2; }
    .invest-plan__bar-icon {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-color: #F12A23;
      border-radius: 50%;
      width: 8px;
      height: 8px;
      z-index: 3;
      opacity: 0;
      pointer-events: none; }
      .invest-plan__bar-icon:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: -1;
        background-color: #F12A23;
        width: 100%;
        height: 100%;
        opacity: 0;
        content: '';
        border-radius: 50%;
        -webkit-animation: pulse2 2s infinite linear;
           -moz-animation: pulse2 2s infinite linear;
                animation: pulse2 2s infinite linear; }
      .invest-plan__bar-icon:before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: -1;
        background-color: #F12A23;
        width: 100%;
        height: 100%;
        opacity: 0;
        content: '';
        border-radius: 50%;
        -webkit-animation: pulse2 2s infinite linear;
           -moz-animation: pulse2 2s infinite linear;
                animation: pulse2 2s infinite linear;
        -webkit-animation-delay: 1s;
           -moz-animation-delay: 1s;
                animation-delay: 1s; }

.invest-steps__wrap {
  margin-bottom: 46px; }
  @media (max-width: 991px) {
    .invest-steps__wrap {
      margin-bottom: 20px; } }
  .invest-steps__wrap .m-title {
    margin-bottom: 13px; }
  .invest-steps__wrap .m-text {
    margin-bottom: 50px; }

.invest-steps__tabs {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  margin-bottom: 40px; }
  @media (max-width: 991px) {
    .invest-steps__tabs {
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-bottom: 20px; } }
  .invest-steps__tabs-item {
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 50px 20px 68px;
    width: 100%;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    border-radius: 48px;
    min-height: 75px;
    font-weight: 500;
    font-size: 18px;
    color: #222222; }
    @media (max-width: 991px) {
      .invest-steps__tabs-item {
        width: -moz-calc(100% / 2 - 10px);
        width: calc(100% / 2 - 10px); } }
    @media (max-width: 767px) {
      .invest-steps__tabs-item {
        font-size: 14px; } }
    @media (max-width: 575px) {
      .invest-steps__tabs-item {
        width: 100%; } }
    .invest-steps__tabs-item:hover:after {
      background-color: #F12A23;
      color: #fff;
      border-color: #F12A23; }
    .invest-steps__tabs-item.active {
      background-color: #fafafa; }
      .invest-steps__tabs-item.active > svg {
        opacity: 1; }
      .invest-steps__tabs-item.active:after {
        background-color: #F12A23;
        color: #fff;
        border-color: #F12A23; }
    .invest-steps__tabs-item:after {
      position: absolute;
      top: 50%;
      left: 34px;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      content: attr(data-tabs-btn);
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: 1px solid #F0F0F0;
      color: #E4E4E4;
      font-weight: 800;
      font-family: "Factor A", sans-serif;
      font-size: 16px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      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;
      line-height: 1;
      text-align: center;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      background-color: transparent; }
    .invest-steps__tabs-item > svg {
      position: absolute;
      top: 50%;
      right: 25px;
      -webkit-transform: translate(50%, -50%) rotate(-90deg);
         -moz-transform: translate(50%, -50%) rotate(-90deg);
              transform: translate(50%, -50%) rotate(-90deg);
      fill: #F12A23;
      width: 14px;
      height: 14px;
      opacity: 0;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }

.invest-steps__content {
  width: 100%;
  margin-bottom: 40px; }
  @media (max-width: 991px) {
    .invest-steps__content {
      margin-bottom: 20px; } }

.invest-steps__item {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #F0F0F0;
  border-radius: 48px;
  padding: 46px 52px 57px 52px;
  background-image: url("../img/invest-steps-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  position: relative;
  overflow: hidden;
  min-height: 364px; }
  @media (max-width: 575px) {
    .invest-steps__item {
      padding: 20px;
      border-radius: 20px; } }
  .invest-steps__item > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    z-index: -1; }
  .invest-steps__item > h3 {
    font-weight: 700;
    font-size: 30px;
    color: #222222;
    line-height: 1.22;
    margin-bottom: 36px;
    width: 100%; }
    @media (max-width: 767px) {
      .invest-steps__item > h3 {
        font-size: 24px; } }
    @media (max-width: 575px) {
      .invest-steps__item > h3 {
        font-size: 22px;
        margin-bottom: 20px;
        text-align: center; } }
  .invest-steps__item .m-btn {
    margin-top: auto; }
    @media (max-width: 575px) {
      .invest-steps__item .m-btn {
        width: 100%; } }
  .invest-steps__item_2 {
    background-image: url(../img/invest-steps-bg-2.png); }
  .invest-steps__item_3 {
    background-image: url(../img/invest-steps-bg-3.png); }
  .invest-steps__item_4 {
    background-image: url(../img/invest-steps-bg-4.png); }
  .invest-steps__item_5 {
    background-image: url(../img/invest-steps-bg-5.png); }
  .invest-steps__item_6 {
    background-image: url(../img/invest-steps-bg-6.png); }
  .invest-steps__item_7 {
    background-image: url(../img/invest-steps-bg-7.png); }
  .invest-steps__item_8 {
    background-image: url(../img/invest-steps-bg-8.png); }

.invest-steps__head {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  min-height: 40px; }
  @media (max-width: 575px) {
    .invest-steps__head {
      margin-bottom: 15px; } }
  .invest-steps__head img {
    max-width: 30px;
    width: 100%;
    max-height: 40px; }
  .invest-steps__head p {
    font-weight: 400;
    font-size: 12px;
    color: #8D8D8D; }
    .invest-steps__head p span {
      font-weight: 700;
      color: #F12A23; }

.invest-why {
  width: 100%;
  margin-bottom: -151px;
  border-radius: 4px;
  overflow: hidden; }
  .invest-why__top {
    background-image: url("../img/invest-why-top.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 90px 65px 180px 65px;
    background-color: #474747;
    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; }
    @media (max-width: 991px) {
      .invest-why__top {
        padding: 40px 20px 20px 20px; } }
  .invest-why__bot {
    background-image: url("../img/invest-why-bot.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #F12A23;
    padding: 45px 35px 40px 35px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: 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: 991px) {
      .invest-why__bot {
        padding: 20px;
        -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;
        text-align: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .invest-why__bot .m-title {
      margin-bottom: 9px; }
    .invest-why__bot .m-text {
      margin-bottom: 0; }
      @media (max-width: 991px) {
        .invest-why__bot .m-text {
          margin-bottom: 20px; } }
      .invest-why__bot .m-text p {
        color: #fff; }
    .invest-why__bot .m-btn {
      margin-left: 68px;
      max-width: 253px;
      width: 100%; }
      @media (max-width: 991px) {
        .invest-why__bot .m-btn {
          margin-left: 0; } }
  .invest-why__list {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    @media (max-width: 991px) {
      .invest-why__list {
        position: relative;
        top: auto;
        left: auto;
        height: auto;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        width: -moz-calc(100% + 20px);
        width: calc(100% + 20px); } }
    @media (max-width: 767px) {
      .invest-why__list {
        width: 100%; } }
  .invest-why__subtitle {
    width: 100%;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    margin-bottom: 54px; }
    @media (max-width: 991px) {
      .invest-why__subtitle {
        margin-bottom: 30px; } }
    @media (max-width: 575px) {
      .invest-why__subtitle {
        font-size: 14px; } }
  .invest-why__title {
    font-weight: 700;
    font-size: 60px;
    color: #fff;
    text-align: center;
    font-style: italic;
    max-width: 550px;
    line-height: 0.98; }
    @media (max-width: 1199px) {
      .invest-why__title {
        font-size: 40px;
        max-width: 350px; } }
    @media (max-width: 991px) {
      .invest-why__title {
        margin-bottom: 40px; } }
    @media (max-width: 575px) {
      .invest-why__title {
        font-size: 26px; } }
    .invest-why__title span {
      color: #F12A23; }
  .invest-why__item {
    max-width: 285px;
    width: 100%;
    min-height: 64px;
    padding: 13px 4px 13px 54px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 33px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    position: absolute; }
    @media (max-width: 991px) {
      .invest-why__item {
        margin: 0 10px 20px 10px;
        position: relative;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        max-width: 100% !important;
        width: -moz-calc(100% / 2 - 20px);
        width: calc(100% / 2 - 20px);
        -webkit-transform: translateX(0) !important;
           -moz-transform: translateX(0) !important;
                transform: translateX(0) !important; } }
    @media (max-width: 767px) {
      .invest-why__item {
        width: 100%;
        margin-left: 0;
        margin-right: 0; } }
    @media (max-width: 575px) {
      .invest-why__item {
        padding-right: 20px; } }
    .invest-why__item:after {
      background-image: url(../img/invest-why-icon.svg);
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 100% 100%;
      content: '';
      width: 20px;
      height: 20px;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      left: 27px;
      top: 50%; }
    .invest-why__item:nth-child(1) {
      top: 129px;
      left: 65px; }
    .invest-why__item:nth-child(2) {
      max-width: 299px;
      top: 129px;
      right: 65px; }
    .invest-why__item:nth-child(3) {
      max-width: 252px;
      top: 288px;
      left: 23px; }
      @media (max-width: 1199px) {
        .invest-why__item:nth-child(3) {
          top: 250px; } }
    .invest-why__item:nth-child(4) {
      max-width: 280px;
      top: 288px;
      right: 23px; }
      @media (max-width: 1199px) {
        .invest-why__item:nth-child(4) {
          top: 250px; } }
    .invest-why__item:nth-child(5) {
      top: 413px;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
              transform: translateX(-50%);
      max-width: 273px; }
      @media (max-width: 1199px) {
        .invest-why__item:nth-child(5) {
          top: 353px; } }

.invest-info {
  display: table;
  margin: 20px auto 70px;
  background: url("../img/invest-why-top.png");
  background-position: center;
  border-radius: 8px;
  box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.6); }
  .invest-info-icons {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: rgba(0, 0, 0, 0.03);
    padding: 15px 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 20px; }
    @media (max-width: 767px) {
      .invest-info-icons {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
  .invest-info-icon {
    min-width: 60px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-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;
    margin: 0 15px;
    font-weight: bold;
    background: #f2f2f2;
    border-radius: 5px;
    padding: 5px 10px;
    box-shadow: 1px 1px 14px 0px rgba(255, 255, 255, 0.8); }
    @media (max-width: 767px) {
      .invest-info-icon {
        margin-bottom: 15px; }
        .invest-info-icon:first-child {
          margin-bottom: 0; } }
    .invest-info-icon img {
      width: 33px;
      margin-bottom: 10px; }
  .invest-info-eq {
    font-size: 70px;
    color: #f2f2f2;
    text-shadow: 0 2px 35px white; }
    @media (max-width: 767px) {
      .invest-info-eq {
        width: 100%;
        text-align: center; } }
  .invest-info-text {
    padding: 0 20px;
    max-width: 630px;
    margin: 0 auto 30px; }
    .invest-info-text p {
      color: #ffffff;
      font-size: 16px;
      margin-bottom: 10px;
      text-align: center;
      line-height: 1.2em; }
  .invest-info-more p {
    font-size: 12px;
    color: #ffffff;
    text-align: right;
    margin-bottom: 10px;
    margin-right: 25px; }
  .invest-info-more a {
    font-weight: bold;
    color: #F12A23;
    text-decoration: underline; }
    .invest-info-more a:hover {
      text-decoration: none; }

.refs {
  padding: 76px 0 65px 0; }
  @media (max-width: 991px) {
    .refs {
      padding: 40px 0; } }
  .refs .career-btns {
    border-bottom: none;
    padding-bottom: 0; }
  .refs-bot {
    width: 100%;
    padding-top: 261px;
    background-image: url("../img/refs-bot-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-position: 50% 100%; }
    @media (max-width: 991px) {
      .refs-bot {
        padding-top: 180px; } }
    .refs-bot .faq-box {
      margin-bottom: 136px; }
      @media (max-width: 991px) {
        .refs-bot .faq-box {
          margin-bottom: 100px; } }
  .refs-img {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -76px;
    margin-bottom: 45px; }
    @media (max-width: 991px) {
      .refs-img {
        margin-bottom: 20px; } }
    .refs-img img {
      max-width: 100%; }
  .refs-benefits {
    width: 100%;
    border: 1px solid #E7E7E7;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 110px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (max-width: 991px) {
      .refs-benefits {
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 40px; } }
    .refs-benefits__item {
      width: -moz-calc(100% / 5);
      width: calc(100% / 5);
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      background-image: url(../img/refs-benefits-bg.png);
      background-repeat: no-repeat;
      background-position: 100% 0;
      background-size: 100% 100%;
      padding: 55px 40px 45px 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; }
      @media (max-width: 991px) {
        .refs-benefits__item {
          width: -moz-calc(100% / 3);
          width: calc(100% / 3);
          background-image: none;
          padding: 30px 20px;
          -webkit-flex-grow: 1;
             -moz-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; } }
      @media (max-width: 575px) {
        .refs-benefits__item {
          width: 50%;
          padding: 30px 10px; } }
      .refs-benefits__item:last-child {
        background-image: none; }
      .refs-benefits__item h3 {
        font-weight: 500;
        font-size: 16px;
        color: #222222;
        line-height: 1.17; }
        @media (max-width: 575px) {
          .refs-benefits__item h3 {
            font-size: 14px; } }
    .refs-benefits__icon {
      width: 53px;
      height: 53px;
      margin-bottom: 26px;
      position: relative;
      z-index: 1;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: 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; }
      .refs-benefits__icon:after {
        width: 100%;
        height: 100%;
        z-index: -1;
        background-image: url(../img/refs-benefits-icon-bg.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100% 100%;
        content: '';
        position: absolute;
        top: 0;
        left: 0; }
      .refs-benefits__icon:before {
        background: -moz-linear-gradient(top, #F1322C 0%, #CA211C 100%);
        background: linear-gradient(180deg, #F1322C 0%, #CA211C 100%);
        opacity: 0.5;
        -webkit-filter: blur(9px);
                filter: blur(9px);
        border-radius: 7px;
        content: '';
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: -13px;
        width: -moz-calc(100% - 10px);
        width: calc(100% - 10px);
        height: -moz-calc(100% - 10px);
        height: calc(100% - 10px);
        z-index: -2; }
  .refs-table {
    margin: 0 auto;
    padding: 78px 0px 110px 0;
    width: 100%;
    background-color: #fff;
    background-image: url("../img/refs-table-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    @media (max-width: 991px) {
      .refs-table {
        padding: 40px 0; } }
    .refs-table .m-text {
      max-width: 980px;
      width: 100%;
      margin: 0 auto 72px 0; }
    .refs-table .invest-table__wrap {
      width: -moz-calc(100% + 56px);
      width: calc(100% + 56px);
      margin-left: -28px; }
      @media (max-width: 1199px) {
        .refs-table .invest-table__wrap {
          width: -moz-calc(100% + 30px);
          width: calc(100% + 30px);
          margin-left: -15px; } }
    .refs-table .invest-table__title {
      position: relative;
      z-index: 1; }
    .refs-table .invest-table__side {
      min-width: 85px;
      max-width: 85px;
      margin-right: 0; }
      .refs-table .invest-table__side .invest-table__head:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: -moz-calc(100% + 1px);
        width: calc(100% + 1px);
        height: 2px;
        background-color: #222;
        content: ''; }
      .refs-table .invest-table__side .invest-table__row {
        border-radius: 4px 0 0 4px; }
    .refs-table .invest-table__btns {
      opacity: 1;
      pointer-events: all;
      margin-left: 0;
      width: 100%;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-height: 0; }
    .refs-table .invest-table__btn {
      border: 1px solid #F8F8F8;
      color: #BEBEBE;
      background-color: transparent;
      font-size: 8px;
      min-width: 75px;
      width: auto;
      padding-left: 5px;
      padding-right: 5px; }
      @media (max-width: 1199px) {
        .refs-table .invest-table__btn {
          border-color: #F12A23;
          color: #F12A23; } }
      .refs-table .invest-table__btn span {
        display: none; }
      .refs-table .invest-table__btn:hover span {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; }
    .refs-table .invest-table__row {
      min-height: 56px; }
      @media (max-width: 1199px) {
        .refs-table .invest-table__row {
          width: 50%;
          border-bottom: 1px solid #f0f0f0;
          border-right: 1px solid #f0f0f0 !important;
          -webkit-flex-grow: 1;
             -moz-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          background-color: #fff !important; }
          .refs-table .invest-table__row:nth-child(even) {
            border-right: none !important; }
          .refs-table .invest-table__row:nth-child(3), .refs-table .invest-table__row:nth-child(4), .refs-table .invest-table__row:nth-child(7), .refs-table .invest-table__row:nth-child(8), .refs-table .invest-table__row:nth-child(11), .refs-table .invest-table__row:nth-child(12), .refs-table .invest-table__row:nth-child(15), .refs-table .invest-table__row:nth-child(16), .refs-table .invest-table__row:nth-child(19), .refs-table .invest-table__row:nth-child(20) {
            background-color: #fafafa !important; } }
      .refs-table .invest-table__row:nth-child(odd) {
        background-color: #fafafa; }
        @media (max-width: 1199px) {
          .refs-table .invest-table__row:nth-child(odd) {
            background-color: #fff; } }
      .refs-table .invest-table__row_btns {
        padding: 0;
        width: 100%; }
        @media (max-width: 1199px) {
          .refs-table .invest-table__row_btns {
            border-bottom: 2px solid #222; } }
    .refs-table .invest-table__head {
      min-height: 104px; }
      @media (max-width: 1199px) {
        .refs-table .invest-table__head {
          min-height: 100px; } }
    @media (max-width: 1199px) {
      .refs-table .invest-table__val {
        -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; } }
    @media (max-width: 1199px) {
      .refs-table .invest-table__val p {
        -webkit-order: 2;
           -moz-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
    @media (max-width: 1199px) {
      .refs-table .invest-table__val span {
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-right: 2px; } }
    .refs-table .invest-table__name {
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      padding-left: 15px;
      padding-right: 15px;
      min-height: 24px;
      margin-bottom: 5px;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      font-size: 10px; }
      @media (max-width: 1199px) {
        .refs-table .invest-table__name {
          font-size: 28px; } }
    .refs-table .invest-table__popular {
      text-transform: uppercase;
      -moz-transition: none;
      transition: none; }
    @media (max-width: 1199px) {
      .refs-table .invest-table__list {
        border-left: 1px solid #f0f0f0; } }
    .refs-table .invest-table__list .invest-table__row {
      border-left: none;
      border-right: 1px solid #f0f0f0; }
      @media (max-width: 1199px) {
        .refs-table .invest-table__list .invest-table__row {
          border-right: none; } }
      .refs-table .invest-table__list .invest-table__row_gr, .refs-table .invest-table__list .invest-table__row_btns {
        border-right: none; }
      @media (max-width: 1199px) {
        .refs-table .invest-table__list .invest-table__row:nth-child(1), .refs-table .invest-table__list .invest-table__row:nth-child(2) {
          border-bottom: 2px solid #222; } }
    @media (max-width: 1199px) {
      .refs-table .invest-table__item {
        padding-top: 10px;
        -webkit-flex-grow: 1;
           -moz-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        width: -moz-calc(100% / 4);
        width: calc(100% / 4);
        border-bottom: none;
        padding-bottom: 0; }
        .refs-table .invest-table__item:last-child {
          border-right: 1px solid #f0f0f0; } }
    @media (max-width: 991px) {
      .refs-table .invest-table__item {
        width: -moz-calc(100% / 2);
        width: calc(100% / 2); } }
    @media (max-width: 480px) {
      .refs-table .invest-table__item {
        width: 100%; } }
    .refs-table .invest-table__item:after {
      background-color: #474747;
      box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.07);
      width: -moz-calc(100% + 25px);
      width: calc(100% + 25px); }
    .refs-table .invest-table__item:before {
      display: none; }
    @media (min-width: 1200px) {
      .refs-table .invest-table__item:hover .invest-table__popular {
        background-color: #F12A23;
        color: #fff;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      .refs-table .invest-table__item:hover .invest-table__val span {
        font-size: 16px; }
      .refs-table .invest-table__item:hover .invest-table__row:after {
        display: none; }
      .refs-table .invest-table__item:hover .invest-table__check {
        background-color: #56CE60; }
        .refs-table .invest-table__item:hover .invest-table__check_red {
          background-color: #222222; }
        .refs-table .invest-table__item:hover .invest-table__check_gray {
          background-color: #222222; }
      .refs-table .invest-table__item:hover .invest-table__name {
        font-size: 16px;
        -webkit-transform: translateY(11px);
           -moz-transform: translateY(11px);
                transform: translateY(11px); }
      .refs-table .invest-table__item:hover .invest-table__btn {
        background-color: #56CE60;
        border-color: #56CE60;
        color: #fff;
        width: 100%; }
        .refs-table .invest-table__item:hover .invest-table__btn:hover {
          background-color: #fff;
          border-color: #fff;
          color: #56CE60; }
          .refs-table .invest-table__item:hover .invest-table__btn:hover span {
            background-color: #56CE60;
            color: #fff; }
        .refs-table .invest-table__item:hover .invest-table__btn span {
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          background-color: #fff;
          color: #56CE60; } }
    .refs-table .invest-table__item:first-child .invest-table__row {
      border-radius: 0; }
    .refs-table .invest-table__item:last-child .invest-table__row {
      border-right: none; }
      @media (max-width: 1199px) {
        .refs-table .invest-table__item:last-child .invest-table__row {
          border-right: 1px solid #f0f0f0; } }
      .refs-table .invest-table__item:last-child .invest-table__row_gr {
        border-right: 1px solid #f0f0f0; }
    .refs-table .invest-table__content {
      border-right: none; }
      @media (max-width: 1199px) {
        .refs-table .invest-table__content {
          -webkit-flex-direction: row;
             -moz-box-orient: horizontal;
             -moz-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-align-items: stretch;
             -moz-box-align: stretch;
              -ms-flex-align: stretch;
                  align-items: stretch;
          -webkit-justify-content: space-between;
             -moz-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; } }
  .refs-more {
    margin: 0 auto;
    width: 100%;
    background-image: url("../img/refs-more-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 159px 0px 101px 0; }
    @media (max-width: 991px) {
      .refs-more {
        padding: 20px 0; } }
    .refs-more__img {
      max-width: 348px;
      width: 100%;
      margin: -71px auto 0 auto; }
      @media (max-width: 991px) {
        .refs-more__img {
          margin-top: 0;
          margin-left: 0; } }
      .refs-more__img img {
        max-width: 100%; }
    .refs-more .m-text p {
      color: rgba(255, 255, 255, 0.7); }
    .refs-more .m-title {
      margin-bottom: 25px; }
  .refs-steps {
    padding: 93px 0 80px 0; }
    @media (max-width: 991px) {
      .refs-steps {
        padding: 40px 0; } }
    .refs-steps .m-title {
      margin-bottom: 13px; }
  .refs-why {
    margin: 0 auto;
    padding: 110px 0px 1px 0;
    width: 100%;
    background-image: url("../img/refs-why-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #474747; }
    @media (max-width: 991px) {
      .refs-why {
        padding-top: 40px; } }
    .refs-why .m-title {
      margin-bottom: 81px; }
      @media (max-width: 991px) {
        .refs-why .m-title {
          margin-bottom: 40px; } }
    .refs-why__list {
      background-image: url(../img/refs-why-list-bg.png);
      background-size: 489px auto;
      background-position: 50% -moz-calc(50% + 13px);
      background-position: 50% calc(50% + 13px);
      background-repeat: no-repeat;
      height: 593px;
      max-width: 1030px;
      width: 100%;
      margin: 0 auto 93px auto;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      position: relative; }
      @media (max-width: 1199px) {
        .refs-why__list {
          background-size: 380px auto;
          background-position: 50% -moz-calc(50% + 10px);
          background-position: 50% calc(50% + 10px);
          height: 560px; } }
      @media (max-width: 991px) {
        .refs-why__list {
          background-image: none;
          height: auto;
          max-width: 100%;
          margin-bottom: 20px; } }
    .refs-why__item {
      max-width: 278px;
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-align: center;
      position: absolute;
      background-color: rgba(0, 0, 0, 0.1);
      border-radius: 21px;
      padding: 38px 29px 36px 29px;
      min-height: 163px; }
      @media (max-width: 991px) {
        .refs-why__item {
          position: relative;
          top: auto !important;
          left: auto !important;
          right: auto !important;
          bottom: auto !important;
          -webkit-transform: translateY(0) !important;
             -moz-transform: translateY(0) !important;
                  transform: translateY(0) !important;
          margin-bottom: 20px;
          width: -moz-calc(100% / 2 - 10px);
          width: calc(100% / 2 - 10px);
          max-width: 100%; } }
      @media (max-width: 480px) {
        .refs-why__item {
          width: 100%; } }
      .refs-why__item:nth-child(1) {
        left: 67px;
        top: 0; }
      .refs-why__item:nth-child(2) {
        right: 67px;
        top: 0; }
      .refs-why__item:nth-child(3) {
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%); }
      .refs-why__item:nth-child(4) {
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%); }
      .refs-why__item:nth-child(5) {
        left: 67px;
        bottom: 0; }
      .refs-why__item:nth-child(6) {
        right: 67px;
        bottom: 0; }
      .refs-why__item h3 {
        font-weight: 700;
        font-size: 18px;
        color: #fff;
        margin-bottom: 19px; }
      .refs-why__item p {
        font-weight: 400;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.7);
        line-height: 1.22; }
  .refs-start {
    width: -moz-calc(100% + 216px);
    width: calc(100% + 216px);
    padding: 88px 108px 97px 108px;
    background-image: url("../img/refs-start-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 4px;
    margin-left: -108px;
    margin-bottom: -137px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    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: 991px) {
      .refs-start {
        width: -moz-calc(100% + 60px);
        width: calc(100% + 60px);
        margin-left: -30px;
        padding: 30px;
        -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; } }
    .refs-start .m-btn {
      min-width: 249px;
      margin-left: 81px; }
      @media (max-width: 991px) {
        .refs-start .m-btn {
          margin-left: 0; } }
    .refs-start .m-title {
      margin-bottom: 0;
      font-size: 40px; }
      @media (max-width: 991px) {
        .refs-start .m-title {
          font-size: 35px;
          margin-bottom: 20px; } }
      @media (max-width: 575px) {
        .refs-start .m-title {
          font-size: 28px; } }

.modal {
  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: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 64px 0 20px 0; }
  @media (max-width: 1199px) {
    .modal {
      -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) {
    .modal {
      padding: 0; } }
  .modal-wrap {
    max-width: 652px;
    width: 100%;
    background-color: #fff;
    border-radius: 32px;
    padding: 60px 60px 50px 60px;
    position: relative; }
    @media (max-width: 767px) {
      .modal-wrap {
        max-width: 100%;
        border-radius: 0; } }
    @media (max-width: 575px) {
      .modal-wrap {
        padding: 60px 20px 20px 20px; } }
    .modal-wrap .sign-url, .modal-wrap .recovery-text {
      margin-bottom: 0; }
      .modal-wrap .sign-url__icon {
        width: 22px;
        height: 22px; }
      .modal-wrap .sign-url h3, .modal-wrap .recovery-text h3 {
        font-size: 16px; }
  .modal-title {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin-bottom: 42px;
    padding-bottom: 27px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%; }
    @media (max-width: 575px) {
      .modal-title {
        margin-bottom: 27px; } }
    .modal-title:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
              transform: translateY(-50%);
      top: -moz-calc(50% - 27px / 2);
      top: calc(50% - 27px / 2);
      right: -moz-calc(100% + 44px);
      right: calc(100% + 44px);
      width: 6px;
      height: 74px;
      background-color: #F12A23;
      content: '';
      border-radius: 10px; }
      @media (max-width: 575px) {
        .modal-title:after {
          right: -moz-calc(100% + 7px);
          right: calc(100% + 7px); } }
    .modal-title > h3 {
      font-weight: 700;
      font-size: 35px;
      color: #222222;
      margin-bottom: 10px;
      line-height: 0.98; }
      @media (max-width: 575px) {
        .modal-title > h3 {
          font-size: 28px; } }
      .modal-title > h3:last-child {
        margin-bottom: 0; }
    .modal-title > p {
      font-weight: 500;
      font-size: 14px;
      color: #656565;
      line-height: 1.22; }
    .modal-title__select {
      position: relative;
      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: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 10px; }
      .modal-title__select:last-child {
        margin-bottom: 0; }
      .modal-title__select > svg {
        width: 10px;
        height: 10px;
        right: 11px;
        top: 50%;
        -webkit-transform: translate(50%, -50%);
           -moz-transform: translate(50%, -50%);
                transform: translate(50%, -50%);
        fill: #656565;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute; }
      .modal-title__select:after {
        width: 22px;
        height: 22px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0;
        border-radius: 4px;
        border: 1px solid #F0F0F1;
        content: ''; }
      .modal-title__select .jq-selectbox {
        position: static; }
        .modal-title__select .jq-selectbox__select {
          border: none !important;
          outline: none !important;
          box-shadow: none !important;
          text-shadow: none !important;
          height: auto;
          line-height: 1;
          padding: 0 34px 0 0;
          background: transparent !important;
          font-family: "Factor A", sans-serif;
          font-weight: 700;
          font-size: 35px;
          color: #222222; }
        .modal-title__select .jq-selectbox__trigger {
          display: none; }
        .modal-title__select .jq-selectbox__dropdown {
          top: 100% !important;
          margin-top: 0;
          background-color: #fff;
          border: none;
          border-radius: 11px;
          overflow: hidden;
          left: 0;
          width: auto !important;
          min-width: 100%; }
          .modal-title__select .jq-selectbox__dropdown ul {
            max-height: 200px; }
          .modal-title__select .jq-selectbox__dropdown ul::-webkit-scrollbar {
            width: 2px;
            /* ширина всей полосы прокрутки */ }
          .modal-title__select .jq-selectbox__dropdown ul::-webkit-scrollbar-track {
            background: transparent;
            /* цвет зоны отслеживания */ }
          .modal-title__select .jq-selectbox__dropdown ul::-webkit-scrollbar-thumb {
            background-color: #F12A23;
            /* цвет бегунка */
            border-radius: 20px;
            /* округлось бегунка */
            border: 0px solid orange;
            /* отступ вокруг бегунка */ }
          .modal-title__select .jq-selectbox__dropdown li {
            font-family: "Factor A", sans-serif;
            font-size: 16px;
            font-weight: 900;
            color: #222222;
            padding: 10px 10px 10px 22px;
            -moz-transition: all .3s ease;
            transition: all .3s ease; }
            .modal-title__select .jq-selectbox__dropdown li:hover, .modal-title__select .jq-selectbox__dropdown li.sel, .modal-title__select .jq-selectbox__dropdown li.selected {
              background-color: #F12A23;
              color: #fff; }
            .modal-title__select .jq-selectbox__dropdown li span {
              font-weight: 400; }
            .modal-title__select .jq-selectbox__dropdown li.stable {
              background-image: url("../img/stable.svg"); }
            .modal-title__select .jq-selectbox__dropdown li.all {
              background-image: url("../img/all.svg"); }
            .modal-title__select .jq-selectbox__dropdown li.usd {
              background-image: url("../img/usd.svg"); }
            .modal-title__select .jq-selectbox__dropdown li.btc {
              background-image: url("../img/btc.svg"); }
            .modal-title__select .jq-selectbox__dropdown li.eth {
              background-image: url("../img/eth.svg"); }
            .modal-title__select .jq-selectbox__dropdown li.ltc {
              background-image: url("../img/ltc.svg"); }
            .modal-title__select .jq-selectbox__dropdown li.trx {
              background-image: url("../img/trx.svg"); }
            .modal-title__select .jq-selectbox__dropdown li.usdt {
              background-image: url("../img/usdt.svg"); }
            .modal-title__select .jq-selectbox__dropdown li.usdc {
              background-image: url("../img/usdc.svg"); }
            .modal-title__select .jq-selectbox__dropdown li.busd {
              background-image: url("../img/busd.svg"); }
            .modal-title__select .jq-selectbox__dropdown li.bnb {
              background-image: url("../img/bnb.svg"); }
            .modal-title__select .jq-selectbox__dropdown li.ada {
              background-image: url("../img/ada.svg"); }
            .modal-title__select .jq-selectbox__dropdown li.xrp {
              background-image: url("../img/xrp.svg"); }
            .modal-title__select .jq-selectbox__dropdown li.bch {
              background-image: url("../img/bch.svg"); }
            .modal-title__select .jq-selectbox__dropdown li.dai {
              background-image: url("../img/dai.svg"); }
            .modal-title__select .jq-selectbox__dropdown li.sol {
              background-image: url("../img/sol.svg"); }
            .modal-title__select .jq-selectbox__dropdown li.cro {
              background-image: url("../img/cro.svg"); }
            .modal-title__select .jq-selectbox__dropdown li.etc {
              background-image: url("../img/etc.svg"); }
            .modal-title__select .jq-selectbox__dropdown li.doge {
              background-image: url("../img/doge.svg"); }
            .modal-title__select .jq-selectbox__dropdown li.avax {
              background-image: url("../img/avax.svg"); }
            .modal-title__select .jq-selectbox__dropdown li.flow {
              background-image: url("../img/flow.svg"); }
            .modal-title__select .jq-selectbox__dropdown li.xmr {
              background-image: url("../img/xmr.svg"); }
            .modal-title__select .jq-selectbox__dropdown li.link {
              background-image: url("../img/link.svg"); }
            .modal-title__select .jq-selectbox__dropdown li.atom {
              background-image: url("../img/atom.svg"); }
            .modal-title__select .jq-selectbox__dropdown li.algo {
              background-image: url("../img/algo.svg"); }
            .modal-title__select .jq-selectbox__dropdown li.dot {
              background-image: url("../img/dot.svg"); }
            .modal-title__select .jq-selectbox__dropdown li.ftt {
              background-image: url("../img/ftt.svg"); }
            .modal-title__select .jq-selectbox__dropdown li.xlm {
              background-image: url("../img/xlm.svg"); }
            .modal-title__select .jq-selectbox__dropdown li.matic {
              background-image: url("../img/matic.svg"); }
            .modal-title__select .jq-selectbox__dropdown li.near {
              background-image: url("../img/near.svg"); }
            .modal-title__select .jq-selectbox__dropdown li.tusd {
              background-image: url("../img/tusd.svg"); }
            .modal-title__select .jq-selectbox__dropdown li.usdp {
              background-image: url("../img/usdp.svg"); }
    .modal-title_row {
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 575px) {
        .modal-title_row {
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-align-items: flex-start;
             -moz-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
      @media (max-width: 575px) {
        .modal-title_row:after {
          top: -6px;
          -webkit-transform: translateY(0);
             -moz-transform: translateY(0);
                  transform: translateY(0); } }
    .modal-title .invest-table__calc {
      margin-bottom: 0;
      max-width: 246px;
      width: 100%;
      padding: 17px 17px 17px 51px; }
      @media (max-width: 575px) {
        .modal-title .invest-table__calc {
          max-width: 100%;
          margin-top: 20px; } }
      .modal-title .invest-table__calc-icon {
        left: 100%;
        right: auto;
        top: 50%;
        bottom: auto;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
  .modal-select {
    position: relative;
    margin-bottom: 22px; }
    .modal-select select {
      pointer-events: none; }
    .modal-select > svg {
      position: absolute;
      pointer-events: none;
      top: 50%;
      right: 31px;
      width: 12px;
      height: 12px;
      fill: #222222;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      -webkit-transform: translate(50%, -50%);
         -moz-transform: translate(50%, -50%);
              transform: translate(50%, -50%); }
    .modal-select > p {
      position: absolute;
      top: 41px;
      left: 20px;
      width: -moz-calc(100% - 73px);
      width: calc(100% - 73px);
      font-weight: 500;
      font-size: 12px;
      color: #9A9A9A;
      pointer-events: none;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      line-height: 1.22; }
    .modal-select__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: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: -moz-calc(100% + 20px);
      width: calc(100% + 20px); }
      @media (max-width: 575px) {
        .modal-select__row {
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; } }
      .modal-select__row .modal-select {
        margin-right: 20px; }
        @media (max-width: 575px) {
          .modal-select__row .modal-select {
            width: 100%; } }
        .modal-select__row .modal-select:first-child {
          width: -moz-calc(100% - 212px);
          width: calc(100% - 212px); }
          @media (max-width: 575px) {
            .modal-select__row .modal-select:first-child {
              width: 100%; } }
        .modal-select__row .modal-select:last-child {
          max-width: 192px;
          width: -moz-calc(100% - 20px);
          width: calc(100% - 20px); }
          @media (max-width: 575px) {
            .modal-select__row .modal-select:last-child {
              max-width: 100%; } }
    .modal-select .jq-selectbox {
      width: 100%; }
      .modal-select .jq-selectbox__select {
        width: 100%;
        border: 1px solid #F2F2F2 !important;
        box-shadow: none !important;
        text-shadow: none !important;
        border-radius: 11px;
        height: 71px;
        line-height: 1;
        padding: 15px 44px 36px 20px;
        background: transparent;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        .modal-select .jq-selectbox__select-text {
          font-weight: 900;
          font-size: 16px;
          color: #222222;
          font-family: "Factor A", sans-serif; }
          .modal-select .jq-selectbox__select-text span {
            font-weight: 400; }
      .modal-select .jq-selectbox__dropdown {
        top: 100% !important;
        margin-top: 0;
        background-color: #fff;
        border: none;
        border-radius: 11px;
        overflow: hidden;
        width: auto !important;
        right: 0 !important;
        left: auto !important; }
        .modal-select .jq-selectbox__dropdown ul {
          max-height: 200px; }
        .modal-select .jq-selectbox__dropdown ul::-webkit-scrollbar {
          width: 2px;
          /* ширина всей полосы прокрутки */ }
        .modal-select .jq-selectbox__dropdown ul::-webkit-scrollbar-track {
          background: transparent;
          /* цвет зоны отслеживания */ }
        .modal-select .jq-selectbox__dropdown ul::-webkit-scrollbar-thumb {
          background-color: #F12A23;
          /* цвет бегунка */
          border-radius: 20px;
          /* округлось бегунка */
          border: 0px solid orange;
          /* отступ вокруг бегунка */ }
        .modal-select .jq-selectbox__dropdown li {
          font-family: "Factor A", sans-serif;
          font-size: 16px;
          font-weight: 900;
          color: #222222;
          padding: 10px 10px 10px 22px;
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
          .modal-select .jq-selectbox__dropdown li:hover, .modal-select .jq-selectbox__dropdown li.sel, .modal-select .jq-selectbox__dropdown li.selected {
            background-color: #F12A23;
            color: #fff; }
          .modal-select .jq-selectbox__dropdown li span {
            font-weight: 400; }
          .modal-select .jq-selectbox__dropdown li.stable {
            background-image: url("../img/stable.svg"); }
          .modal-select .jq-selectbox__dropdown li.all {
            background-image: url("../img/all.svg"); }
          .modal-select .jq-selectbox__dropdown li.usd {
            background-image: url("../img/usd.svg"); }
          .modal-select .jq-selectbox__dropdown li.btc {
            background-image: url("../img/btc.svg"); }
          .modal-select .jq-selectbox__dropdown li.eth {
            background-image: url("../img/eth.svg"); }
          .modal-select .jq-selectbox__dropdown li.ltc {
            background-image: url("../img/ltc.svg"); }
          .modal-select .jq-selectbox__dropdown li.trx {
            background-image: url("../img/trx.svg"); }
          .modal-select .jq-selectbox__dropdown li.usdt {
            background-image: url("../img/usdt.svg"); }
          .modal-select .jq-selectbox__dropdown li.usdc {
            background-image: url("../img/usdc.svg"); }
          .modal-select .jq-selectbox__dropdown li.busd {
            background-image: url("../img/busd.svg"); }
          .modal-select .jq-selectbox__dropdown li.bnb {
            background-image: url("../img/bnb.svg"); }
          .modal-select .jq-selectbox__dropdown li.ada {
            background-image: url("../img/ada.svg"); }
          .modal-select .jq-selectbox__dropdown li.xrp {
            background-image: url("../img/xrp.svg"); }
          .modal-select .jq-selectbox__dropdown li.bch {
            background-image: url("../img/bch.svg"); }
          .modal-select .jq-selectbox__dropdown li.dai {
            background-image: url("../img/dai.svg"); }
          .modal-select .jq-selectbox__dropdown li.sol {
            background-image: url("../img/sol.svg"); }
          .modal-select .jq-selectbox__dropdown li.cro {
            background-image: url("../img/cro.svg"); }
          .modal-select .jq-selectbox__dropdown li.etc {
            background-image: url("../img/etc.svg"); }
          .modal-select .jq-selectbox__dropdown li.doge {
            background-image: url("../img/doge.svg"); }
          .modal-select .jq-selectbox__dropdown li.avax {
            background-image: url("../img/avax.svg"); }
          .modal-select .jq-selectbox__dropdown li.flow {
            background-image: url("../img/flow.svg"); }
          .modal-select .jq-selectbox__dropdown li.xmr {
            background-image: url("../img/xmr.svg"); }
          .modal-select .jq-selectbox__dropdown li.link {
            background-image: url("../img/link.svg"); }
          .modal-select .jq-selectbox__dropdown li.atom {
            background-image: url("../img/atom.svg"); }
          .modal-select .jq-selectbox__dropdown li.algo {
            background-image: url("../img/algo.svg"); }
          .modal-select .jq-selectbox__dropdown li.dot {
            background-image: url("../img/dot.svg"); }
          .modal-select .jq-selectbox__dropdown li.ftt {
            background-image: url("../img/ftt.svg"); }
          .modal-select .jq-selectbox__dropdown li.xlm {
            background-image: url("../img/xlm.svg"); }
          .modal-select .jq-selectbox__dropdown li.matic {
            background-image: url("../img/matic.svg"); }
          .modal-select .jq-selectbox__dropdown li.near {
            background-image: url("../img/near.svg"); }
          .modal-select .jq-selectbox__dropdown li.tusd {
            background-image: url("../img/tusd.svg"); }
          .modal-select .jq-selectbox__dropdown li.usdp {
            background-image: url("../img/usdp.svg"); }
      .modal-select .jq-selectbox__trigger {
        display: none; }
      .modal-select .jq-selectbox.opened .jq-selectbox__select, .modal-select .jq-selectbox:hover .jq-selectbox__select {
        background-color: rgba(0, 0, 0, 0.03);
        border-color: transparent !important; }
    .modal-select_icon .jq-selectbox__select-text {
      padding-left: 21px;
      background-repeat: no-repeat;
      background-position: 0 50%;
      background-size: 16px 16px;
      line-height: 16px; }
      .modal-select_icon .jq-selectbox__select-text span {
        text-transform: uppercase;
        font-size: 12px; }
    .modal-select_icon .jq-selectbox__dropdown {
      margin: 0;
      border-radius: 12px;
      overflow: hidden;
      background-color: #fff;
      border: none;
      padding-left: 12px; }
      .modal-select_icon .jq-selectbox__dropdown ul {
        padding-right: 12px; }
      .modal-select_icon .jq-selectbox__dropdown ul::-webkit-scrollbar {
        width: 2px;
        /* ширина всей полосы прокрутки */ }
      .modal-select_icon .jq-selectbox__dropdown ul::-webkit-scrollbar-track {
        background: transparent;
        /* цвет зоны отслеживания */ }
      .modal-select_icon .jq-selectbox__dropdown ul::-webkit-scrollbar-thumb {
        background-color: #F12A23;
        /* цвет бегунка */
        border-radius: 20px;
        /* округлось бегунка */
        border: 0px solid orange;
        /* отступ вокруг бегунка */ }
      .modal-select_icon .jq-selectbox__dropdown li {
        background-repeat: no-repeat;
        background-position: 0px 50%;
        padding: 17px 0px 17px 51px;
        line-height: 1.2;
        font-weight: 800;
        font-size: 16px;
        color: #222222;
        background-size: 33px 33px;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        font-family: "Factor A", sans-serif;
        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-bottom: 1px solid #F5F5F5; }
        .modal-select_icon .jq-selectbox__dropdown li:last-child {
          border-bottom: none; }
        .modal-select_icon .jq-selectbox__dropdown li:hover, .modal-select_icon .jq-selectbox__dropdown li.sel {
          background-color: transparent;
          color: #F12A23; }
          .modal-select_icon .jq-selectbox__dropdown li:hover span, .modal-select_icon .jq-selectbox__dropdown li.sel span {
            color: #F12A23; }
        .modal-select_icon .jq-selectbox__dropdown li span {
          font-weight: 400;
          font-size: 12px;
          color: #535353;
          -moz-transition: all .3s ease;
          transition: all .3s ease;
          text-transform: uppercase; }
        .modal-select_icon .jq-selectbox__dropdown li.stable {
          background-image: url("../img/stable-2.svg"); }
        .modal-select_icon .jq-selectbox__dropdown li.all {
          background-image: url("../img/all-2.svg"); }
        .modal-select_icon .jq-selectbox__dropdown li.usd {
          background-image: url("../img/usd-2.svg"); }
        .modal-select_icon .jq-selectbox__dropdown li.btc {
          background-image: url("../img/btc-2.svg"); }
        .modal-select_icon .jq-selectbox__dropdown li.eth {
          background-image: url("../img/eth-2.svg"); }
        .modal-select_icon .jq-selectbox__dropdown li.ltc {
          background-image: url("../img/ltc-2.svg"); }
        .modal-select_icon .jq-selectbox__dropdown li.trx {
          background-image: url("../img/trx-2.svg"); }
        .modal-select_icon .jq-selectbox__dropdown li.usdt {
          background-image: url("../img/usdt-2.svg"); }
        .modal-select_icon .jq-selectbox__dropdown li.usdc {
          background-image: url("../img/usdc-2.svg"); }
        .modal-select_icon .jq-selectbox__dropdown li.busd {
          background-image: url("../img/busd-2.svg"); }
        .modal-select_icon .jq-selectbox__dropdown li.bnb {
          background-image: url("../img/bnb-2.svg"); }
        .modal-select_icon .jq-selectbox__dropdown li.ada {
          background-image: url("../img/ada-2.svg"); }
        .modal-select_icon .jq-selectbox__dropdown li.xrp {
          background-image: url("../img/xrp-2.svg"); }
        .modal-select_icon .jq-selectbox__dropdown li.bch {
          background-image: url("../img/bch-2.svg"); }
        .modal-select_icon .jq-selectbox__dropdown li.dai {
          background-image: url("../img/dai-2.svg"); }
        .modal-select_icon .jq-selectbox__dropdown li.sol {
          background-image: url("../img/sol-2.svg"); }
        .modal-select_icon .jq-selectbox__dropdown li.cro {
          background-image: url("../img/cro-2.svg"); }
        .modal-select_icon .jq-selectbox__dropdown li.etc {
          background-image: url("../img/etc-2.svg"); }
        .modal-select_icon .jq-selectbox__dropdown li.doge {
          background-image: url("../img/doge-2.svg"); }
        .modal-select_icon .jq-selectbox__dropdown li.avax {
          background-image: url("../img/avax-2.svg"); }
        .modal-select_icon .jq-selectbox__dropdown li.flow {
          background-image: url("../img/flow-2.svg"); }
        .modal-select_icon .jq-selectbox__dropdown li.xmr {
          background-image: url("../img/xmr-2.svg"); }
        .modal-select_icon .jq-selectbox__dropdown li.link {
          background-image: url("../img/link-2.svg"); }
        .modal-select_icon .jq-selectbox__dropdown li.atom {
          background-image: url("../img/atom-2.svg"); }
        .modal-select_icon .jq-selectbox__dropdown li.algo {
          background-image: url("../img/algo-2.svg"); }
        .modal-select_icon .jq-selectbox__dropdown li.dot {
          background-image: url("../img/dot-2.svg"); }
        .modal-select_icon .jq-selectbox__dropdown li.ftt {
          background-image: url("../img/ftt-2.svg"); }
        .modal-select_icon .jq-selectbox__dropdown li.xlm {
          background-image: url("../img/xlm-2.svg"); }
        .modal-select_icon .jq-selectbox__dropdown li.matic {
          background-image: url("../img/matic-2.svg"); }
        .modal-select_icon .jq-selectbox__dropdown li.near {
          background-image: url("../img/near-2.svg"); }
        .modal-select_icon .jq-selectbox__dropdown li.tusd {
          background-image: url("../img/tusd-2.svg"); }
        .modal-select_icon .jq-selectbox__dropdown li.usdp {
          background-image: url("../img/usdp-2.svg"); }
    .modal-select_icon .jq-selectbox.stable .jq-selectbox__select-text {
      background-image: url("../img/stable-2.svg"); }
    .modal-select_icon .jq-selectbox.all .jq-selectbox__select-text {
      background-image: url("../img/all-2.svg"); }
    .modal-select_icon .jq-selectbox.usd .jq-selectbox__select-text {
      background-image: url("../img/usd-2.svg"); }
    .modal-select_icon .jq-selectbox.btc .jq-selectbox__select-text {
      background-image: url("../img/btc-2.svg"); }
    .modal-select_icon .jq-selectbox.eth .jq-selectbox__select-text {
      background-image: url("../img/eth-2.svg"); }
    .modal-select_icon .jq-selectbox.ltc .jq-selectbox__select-text {
      background-image: url("../img/ltc-2.svg"); }
    .modal-select_icon .jq-selectbox.trx .jq-selectbox__select-text {
      background-image: url("../img/trx-2.svg"); }
    .modal-select_icon .jq-selectbox.usdt .jq-selectbox__select-text {
      background-image: url("../img/usdt-2.svg"); }
    .modal-select_icon .jq-selectbox.usdc .jq-selectbox__select-text {
      background-image: url("../img/usdc-2.svg"); }
    .modal-select_icon .jq-selectbox.busd .jq-selectbox__select-text {
      background-image: url("../img/busd-2.svg"); }
    .modal-select_icon .jq-selectbox.bnb .jq-selectbox__select-text {
      background-image: url("../img/bnb-2.svg"); }
    .modal-select_icon .jq-selectbox.ada .jq-selectbox__select-text {
      background-image: url("../img/ada-2.svg"); }
    .modal-select_icon .jq-selectbox.xrp .jq-selectbox__select-text {
      background-image: url("../img/xrp-2.svg"); }
    .modal-select_icon .jq-selectbox.bch .jq-selectbox__select-text {
      background-image: url("../img/bch-2.svg"); }
    .modal-select_icon .jq-selectbox.dai .jq-selectbox__select-text {
      background-image: url("../img/dai-2.svg"); }
    .modal-select_icon .jq-selectbox.sol .jq-selectbox__select-text {
      background-image: url("../img/sol-2.svg"); }
    .modal-select_icon .jq-selectbox.cro .jq-selectbox__select-text {
      background-image: url("../img/cro-2.svg"); }
    .modal-select_icon .jq-selectbox.etc .jq-selectbox__select-text {
      background-image: url("../img/etc-2.svg"); }
    .modal-select_icon .jq-selectbox.doge .jq-selectbox__select-text {
      background-image: url("../img/doge-2.svg"); }
    .modal-select_icon .jq-selectbox.avax .jq-selectbox__select-text {
      background-image: url("../img/avax-2.svg"); }
    .modal-select_icon .jq-selectbox.flow .jq-selectbox__select-text {
      background-image: url("../img/flow-2.svg"); }
    .modal-select_icon .jq-selectbox.xmr .jq-selectbox__select-text {
      background-image: url("../img/xmr-2.svg"); }
    .modal-select_icon .jq-selectbox.link .jq-selectbox__select-text {
      background-image: url("../img/link-2.svg"); }
    .modal-select_icon .jq-selectbox.atom .jq-selectbox__select-text {
      background-image: url("../img/atom-2.svg"); }
    .modal-select_icon .jq-selectbox.algo .jq-selectbox__select-text {
      background-image: url("../img/algo-2.svg"); }
    .modal-select_icon .jq-selectbox.dot .jq-selectbox__select-text {
      background-image: url("../img/dot-2.svg"); }
    .modal-select_icon .jq-selectbox.ftt .jq-selectbox__select-text {
      background-image: url("../img/ftt-2.svg"); }
    .modal-select_icon .jq-selectbox.xlm .jq-selectbox__select-text {
      background-image: url("../img/xlm-2.svg"); }
    .modal-select_icon .jq-selectbox.matic .jq-selectbox__select-text {
      background-image: url("../img/matic-2.svg"); }
    .modal-select_icon .jq-selectbox.near .jq-selectbox__select-text {
      background-image: url("../img/near-2.svg"); }
    .modal-select_icon .jq-selectbox.tusd .jq-selectbox__select-text {
      background-image: url("../img/tusd-2.svg"); }
    .modal-select_icon .jq-selectbox.usdp .jq-selectbox__select-text {
      background-image: url("../img/usdp-2.svg"); }
  .modal-sum {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border: 1px solid #F2F2F2;
    border-radius: 11px;
    margin-bottom: 22px;
    padding: 20px 10px 10px 10px; }
    .modal-sum > h3 {
      font-weight: 500;
      font-size: 12px;
      color: #9A9A9A;
      margin-bottom: 7px;
      text-align: center; }
    .modal-sum__input {
      width: 100%; }
      .modal-sum__input input {
        width: 100%;
        text-align: center;
        font-weight: 800;
        font-size: 70px;
        color: #222222;
        border: none;
        outline: none;
        background-color: transparent;
        min-height: 70px;
        padding: 0; }
        @media (max-width: 575px) {
          .modal-sum__input input {
            font-size: 50px; } }
      .modal-sum__input ::-webkit-input-placeholder {
        color: #222222; }
      .modal-sum__input :-moz-placeholder {
        color: #222222; }
      .modal-sum__input ::-moz-placeholder {
        color: #222222; }
      .modal-sum__input :-ms-input-placeholder {
        color: #222222; }
      .modal-sum__input ::placeholder {
        color: #222222; }
    .modal-sum__bar {
      width: 100%; }
      .modal-sum__bar-info {
        width: 100%;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 9px; }
        .modal-sum__bar-info span {
          font-weight: 500;
          font-size: 10px;
          color: #9A9A9A;
          margin-right: 10px; }
          .modal-sum__bar-info span:last-child {
            text-align: right;
            margin-right: 0; }
      .modal-sum__bar .ui-slider {
        width: 100%;
        background-color: #FAFAFA;
        border: none;
        height: 28px;
        border-radius: 6px;
        border: 3px solid #fafafa;
        cursor: pointer; }
        .modal-sum__bar .ui-slider-range {
          border-radius: 4px;
          background: -moz-linear-gradient(right, #41C25E 0%, #15862F 100%);
          background: linear-gradient(270deg, #41C25E 0%, #15862F 100%); }
          .modal-sum__bar .ui-slider-range:after {
            position: absolute;
            left: 0;
            top: 0;
            border-radius: 4px;
            width: 100%;
            height: 100%;
            content: '';
            background: -moz-repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 6px, transparent 6px, transparent 9px);
            background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 6px, transparent 6px, transparent 9px); }
        .modal-sum__bar .ui-slider-handle {
          width: 32px;
          height: 32px;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
                  transform: translateY(-50%);
          border-radius: 50%;
          background-image: url(../img/slider-arrow.svg);
          background-repeat: no-repeat;
          background-position: 50% 50%;
          border: none;
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
          outline: none;
          cursor: pointer; }
  .modal-stat {
    position: relative;
    background-image: url("../img/modal-stat-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 32px;
    padding: 60px 41px 38px 41px;
    margin-left: 13px;
    width: -moz-calc(100% - 664px);
    width: calc(100% - 664px);
    max-width: 445px; }
    @media (max-width: 1199px) {
      .modal-stat {
        width: 100%;
        margin-left: 0;
        max-width: 652px;
        margin-top: 13px; } }
    @media (max-width: 767px) {
      .modal-stat {
        margin-top: 0;
        border-radius: 0;
        max-width: 100%;
        padding: 20px; } }
    .modal-stat:after {
      width: 85px;
      height: 33px;
      background-image: url(../img/modal-stat-arrow.svg);
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 100% 100%;
      content: '';
      position: absolute;
      top: 131px;
      left: -56px; }
      @media (max-width: 1199px) {
        .modal-stat:after {
          display: none; } }
    .modal-stat .modal-title {
      border-bottom-color: rgba(255, 255, 255, 0.2); }
      .modal-stat .modal-title:after {
        display: none; }
      .modal-stat .modal-title h3, .modal-stat .modal-title p {
        color: #fff; }
  .modal-close {
    position: absolute;
    right: 53px;
    bottom: 100%;
    left: auto;
    top: auto !important;
    width: 58px;
    height: 64px;
    background-color: #F12A23;
    border-radius: 12px 12px 0 0;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
    padding: 0;
    cursor: pointer; }
    @media (max-width: 767px) {
      .modal-close {
        top: 0 !important;
        bottom: auto;
        right: 0;
        border-radius: 0 0 0 12px;
        z-index: 10;
        width: 58px;
        height: 58px; } }
    .modal-close:hover {
      background-color: #fff; }
      .modal-close:hover svg {
        fill: #F12A23; }
    .modal-close svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      fill: #fff;
      width: 25px;
      height: 25px;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
  .modal-info {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 35px; }
    @media (max-width: 767px) {
      .modal-info {
        margin-bottom: 20px; } }
    .modal-info:last-child {
      margin-bottom: 0; }
    .modal-info__item {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: 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: 10px;
      padding: 14px 17px;
      border-radius: 11px;
      background-color: #3E3E3E; }
      .modal-info__item:last-child {
        margin-bottom: 0; }
      .modal-info__item h3 {
        font-weight: 500;
        font-size: 12px;
        color: #fff;
        margin-right: 10px;
        line-height: 1.22; }
        @media (max-width: 480px) {
          .modal-info__item h3 {
            font-size: 10px; } }
        .modal-info__item h3:last-child {
          margin-right: 0; }
      .modal-info__item p {
        font-weight: 800;
        font-size: 16px;
        color: #fff;
        line-height: 16px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-end;
           -moz-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        text-align: right;
        line-height: 1.22;
        text-align: right;
        max-width: 50%; }
        @media (max-width: 575px) {
          .modal-info__item p {
            font-size: 14px; } }
        @media (max-width: 480px) {
          .modal-info__item p {
            font-size: 12px; } }
        .modal-info__item p img {
          width: 16px;
          height: 16px;
          margin-left: 6px; }
  .modal-income {
    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: 57px; }
    @media (max-width: 767px) {
      .modal-income {
        margin-bottom: 30px; } }
    .modal-income:last-child {
      margin-bottom: 0; }
    .modal-income__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: 30px; }
      @media (max-width: 767px) {
        .modal-income__item {
          margin-bottom: 20px; } }
      .modal-income__item:last-child {
        margin-bottom: 0; }
      .modal-income__item h3 {
        font-weight: 500;
        font-size: 16px;
        color: #fff;
        margin-right: 10px;
        max-width: 186px;
        line-height: 1.22; }
        @media (max-width: 575px) {
          .modal-income__item h3 {
            font-size: 14px; } }
        .modal-income__item h3:last-child {
          margin-right: 0; }
        .modal-income__item h3 span {
          color: #F12A23; }
      .modal-income__item p {
        font-weight: 800;
        font-size: 19px;
        color: #fff;
        line-height: 1.22;
        text-align: right;
        max-width: 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: flex-end;
           -moz-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        @media (max-width: 575px) {
          .modal-income__item p {
            font-size: 16px; } }
        @media (max-width: 480px) {
          .modal-income__item p {
            font-size: 14px; } }
        .modal-income__item p img {
          width: 16px;
          height: 16px;
          margin-left: 6px; }
  .modal-msg {
    width: 100%;
    border-radius: 32px;
    background-color: rgba(50, 131, 231, 0.74);
    padding: 48px 35px 32px 35px;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    position: relative; }
    @media (max-width: 575px) {
      .modal-msg {
        padding: 30px 20px 20px 20px; } }
    .modal-msg span {
      color: #F12A23; }
    .modal-msg__icon {
      position: absolute;
      left: 50%;
      top: 0;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background-color: #fff;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .modal-msg__icon:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: -1;
        background-color: #fff;
        width: 100%;
        height: 100%;
        opacity: 0;
        content: '';
        border-radius: 50%;
        -webkit-animation: pulse 2s infinite linear;
           -moz-animation: pulse 2s infinite linear;
                animation: pulse 2s infinite linear; }
      .modal-msg__icon:before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: -1;
        background-color: #fff;
        width: 100%;
        height: 100%;
        opacity: 0;
        content: '';
        border-radius: 50%;
        -webkit-animation: pulse 2s infinite linear;
           -moz-animation: pulse 2s infinite linear;
                animation: pulse 2s infinite linear;
        -webkit-animation-delay: 1s;
           -moz-animation-delay: 1s;
                animation-delay: 1s; }
      .modal-msg__icon img {
        z-index: 2;
        position: relative;
        max-width: 16px; }
  .modal-btn {
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 253px;
    width: 100%; }
    @media (max-width: 767px) {
      .modal-btn {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: translate(0, 0);
           -moz-transform: translate(0, 0);
                transform: translate(0, 0);
        max-width: 100%;
        margin-top: 20px; } }
    .modal-btn .m-btn {
      width: 100%; }
  .modal-plan__percent {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-weight: 900;
    font-size: 47px;
    color: #F12A23;
    line-height: 0.98;
    margin-bottom: 30px;
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (max-width: 575px) {
      .modal-plan__percent {
        font-size: 30px;
        margin-bottom: 20px;
        -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; } }
    .modal-plan__percent span {
      border-radius: 4px;
      border: 1px solid #E6E6E6;
      margin-left: 24px;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 5px 8px;
      font-weight: 500;
      font-size: 14px;
      color: #656565; }
      @media (max-width: 575px) {
        .modal-plan__percent span {
          margin-left: 0;
          margin-top: 10px; } }
      @media (max-width: 575px) {
        .modal-plan__percent span {
          font-size: 12px; } }
  .modal-plan__stat {
    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: 26px; }
    .modal-plan__stat-item {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      background-color: rgba(0, 0, 0, 0.02);
      border-radius: 11px;
      padding: 13px 20px 15px 20px;
      margin-bottom: 8px; }
      .modal-plan__stat-item:last-child {
        margin-bottom: 0; }
      .modal-plan__stat-item:first-child p {
        color: #56CE60; }
      .modal-plan__stat-item h3 {
        font-weight: 500;
        font-size: 12px;
        color: #9A9A9A;
        margin-bottom: 5px; }
      .modal-plan__stat-item p {
        font-weight: 800;
        font-size: 19px;
        color: #222222;
        line-height: 1.22; }
        @media (max-width: 575px) {
          .modal-plan__stat-item p {
            font-size: 14px; } }
  .modal-plan__title {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: 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;
    white-space: nowrap;
    font-weight: 500;
    font-size: 12px;
    color: #9A9A9A;
    width: 100%;
    margin-bottom: 24px; }
    @media (max-width: 575px) {
      .modal-plan__title {
        margin-bottom: 20px; } }
    .modal-plan__title:after {
      height: 1px;
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-left: 15px;
      background-color: rgba(0, 0, 0, 0.05);
      content: '';
      display: inline-block; }
  .modal-plan__return {
    padding: 15px 62px 15px 20px;
    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: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 11px;
    margin-bottom: 30px; }
    @media (max-width: 575px) {
      .modal-plan__return {
        margin-bottom: 20px; } }
    .modal-plan__return:after {
      position: absolute;
      top: 50%;
      right: 31px;
      border-radius: 50%;
      background-color: #fff;
      content: '';
      -webkit-transform: translate(50%, -50%);
         -moz-transform: translate(50%, -50%);
              transform: translate(50%, -50%);
      width: 20px;
      height: 20px;
      z-index: 1;
      display: none; }
    .modal-plan__return > svg {
      top: 50%;
      right: 31px;
      -webkit-transform: translate(50%, -50%);
         -moz-transform: translate(50%, -50%);
              transform: translate(50%, -50%);
      fill: #56CE60;
      z-index: 2;
      width: 8px;
      height: 8px;
      display: none;
      position: absolute; }
    .modal-plan__return h3 {
      font-weight: 500;
      font-size: 19px;
      color: #222222;
      opacity: 0.3;
      margin-bottom: 2px;
      line-height: 1.22; }
      @media (max-width: 575px) {
        .modal-plan__return h3 {
          font-size: 16px; } }
    .modal-plan__return p {
      font-weight: 400;
      font-size: 14px;
      color: #656565;
      line-height: 1.22;
      opacity: 0.4; }
      @media (max-width: 575px) {
        .modal-plan__return p {
          font-size: 12px; } }
    .modal-plan__return.active {
      background-color: #56CE60; }
      .modal-plan__return.active:after, .modal-plan__return.active > svg {
        display: block; }
      .modal-plan__return.active h3, .modal-plan__return.active p {
        opacity: 1;
        color: #fff; }
  .modal-plan__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;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 30px 0 12px 0;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 30px; }
    @media (max-width: 575px) {
      .modal-plan__info {
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding-top: 20px;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding-bottom: 10px;
        margin-bottom: 20px; } }
    .modal-plan__info:last-child {
      margin-bottom: 0;
      border-bottom: none;
      padding-bottom: 0; }
    .modal-plan__info-item {
      width: -moz-calc(100% / 2 - 9px);
      width: calc(100% / 2 - 9px);
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      background-color: rgba(0, 0, 0, 0.02);
      border-radius: 11px;
      padding: 13px 20px 15px 20px;
      margin-bottom: 18px; }
      @media (max-width: 575px) {
        .modal-plan__info-item {
          width: 100%;
          margin-bottom: 10px; } }
      .modal-plan__info-item:last-child p {
        color: #3283E7;
        font-size: 19px; }
      .modal-plan__info-item h3 {
        font-weight: 500;
        font-size: 12px;
        color: #9A9A9A;
        margin-bottom: 5px; }
      .modal-plan__info-item p {
        font-weight: 800;
        font-size: 16px;
        color: #222222; }
  .modal-plan__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: 42px; }
    @media (max-width: 575px) {
      .modal-plan__list {
        margin-bottom: 20px; } }
    .modal-plan__list-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; }
      .modal-plan__list-item:last-child {
        margin-bottom: 0; }
      .modal-plan__list-item:last-child p {
        color: #56CE60; }
      .modal-plan__list-item h3 {
        font-weight: 500;
        font-size: 19px;
        color: #656565;
        max-width: -moz-calc(50% - 10px);
        max-width: calc(50% - 10px);
        margin-right: 10px; }
        @media (max-width: 575px) {
          .modal-plan__list-item h3 {
            font-size: 16px; } }
      .modal-plan__list-item p {
        max-width: 50%;
        text-align: right;
        font-weight: 800;
        font-size: 30px;
        color: #222222;
        line-height: 1.22; }
        @media (max-width: 575px) {
          .modal-plan__list-item p {
            font-size: 20px; } }
  .modal-notify {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    pointer-events: none;
    padding-top: 129px;
    -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-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    z-index: 9999;
    display: none;
    padding: 15px; }
    .modal-notify.active {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
    .modal-notify__close {
      position: absolute;
      top: 0;
      right: 0;
      border-radius: 0 0 0 8px;
      background-color: #F12A23;
      width: 30px;
      height: 30px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      cursor: pointer; }
      .modal-notify__close:hover {
        background-color: #222222; }
      .modal-notify__close svg {
        width: 12px;
        height: 12px;
        fill: #fff;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
    .modal-notify__item {
      pointer-events: all;
      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;
      max-width: 488px;
      width: 100%;
      margin-bottom: 14px;
      border-radius: 8px;
      box-shadow: 0 14px 24px 0 rgba(0, 0, 0, 0.1);
      background-color: #fff;
      padding: 16px 16px 16px 20px;
      border-left: 18px solid #56CE60;
      overflow: hidden; }
      .modal-notify__item > h3 {
        color: #56CE60;
        font-weight: 700;
        font-size: 16px;
        margin-bottom: 7px; }
      .modal-notify__item > p {
        font-weight: 400;
        font-size: 14px;
        color: #222222;
        line-height: 1.63; }
      .modal-notify__item.yellow {
        border-left-color: #F2A025; }
        .modal-notify__item.yellow > h3 {
          color: #F2A025; }
      .modal-notify__item.blue {
        border-left-color: #3283E7; }
        .modal-notify__item.blue > h3 {
          color: #3283E7; }
      .modal-notify__item.red {
        border-left-color: #F12A23; }
        .modal-notify__item.red > h3 {
          color: #F12A23; }
  .modal_calc .modal-wrap .modal-close {
    display: none; }
    @media (max-width: 1199px) {
      .modal_calc .modal-wrap .modal-close {
        display: block; } }
  @media (max-width: 1199px) {
    .modal_calc .modal-stat .modal-close {
      display: none; } }
  .modal_plan {
    padding: 64px; }
    @media (max-width: 767px) {
      .modal_plan {
        padding: 0; } }
    .modal_plan .modal-wrap {
      max-width: 774px;
      background-image: url("../img/modal-plan-bg.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
    .modal_plan .modal-close {
      left: 100%;
      top: 62px;
      right: auto;
      bottom: auto;
      border-radius: 0 12px 12px 0;
      width: 64px;
      height: 58px; }
      @media (max-width: 767px) {
        .modal_plan .modal-close {
          top: 0 !important;
          right: 0;
          left: auto;
          border-radius: 0 0 0 12px;
          width: 58px;
          height: 58px; } }

.cab {
  width: 100%;
  padding-left: 126px;
  padding-top: 89px;
  position: relative;
  min-height: -moz-calc(var(--vh, 1vh) * 100);
  min-height: calc(var(--vh, 1vh) * 100);
  background-color: #FAFAFA; }
  .cab-modals.modal-open {
    z-index: 9999;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); }
  @media (max-width: 1366px) {
    .cab {
      padding-top: 66px; } }
  @media (max-width: 1199px) {
    .cab {
      padding-left: 0; } }
  @media (max-width: 767px) {
    .cab {
      padding-top: 138px; } }
  .cab .container-fluid {
    padding: 0 30px; }
    @media (max-width: 1600px) {
      .cab .container-fluid {
        padding: 0 15px; } }
  @media (max-width: 1799px) {
    .cab-layout {
      margin-bottom: 30px; } }
  @media (max-width: 1799px) {
    .cab-layout > .col-xl-8, .cab-layout > .col-xl-4 {
      max-width: 100% !important;
      -webkit-flex: 0 0 100% !important;
         -moz-box-flex: 0 !important;
          -ms-flex: 0 0 100% !important;
              flex: 0 0 100% !important; } }
  .cab-burger {
    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;
    border-bottom: 1px solid #505050;
    height: 84px;
    pointer-events: none; }
    .cab-burger:hover svg {
      stroke: #F12A23; }
    @media (max-width: 1366px) {
      .cab-burger {
        height: 61px;
        pointer-events: all; } }
    @media (max-width: 767px) {
      .cab-burger {
        height: 65px; } }
    .cab-burger svg {
      width: 20px;
      height: 20px;
      fill: none;
      stroke: #fff;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
  .cab-logout {
    margin-top: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    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: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    min-height: 117px;
    padding: 10px;
    text-decoration: none; }
    @media (max-width: 767px) {
      .cab-logout {
        min-height: 80px; } }
    .cab-logout:hover p {
      color: #F12A23; }
    .cab-logout:hover .cab-menu__icon svg {
      fill: #F12A23; }
    .cab-logout .cab-menu__icon svg {
      opacity: 1; }
    .cab-logout p {
      font-weight: 700;
      font-size: 14px;
      color: #fff;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      line-height: 1.22; }
      @media (max-width: 767px) {
        .cab-logout p {
          font-size: 10px; } }
  .cab-side {
    position: absolute;
    left: 6px;
    top: 6px;
    height: -moz-calc(100% - 12px);
    height: calc(100% - 12px);
    width: 120px;
    border-radius: 7px;
    background-color: #474747;
    z-index: 1000;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    @media (max-width: 1199px) {
      .cab-side {
        max-height: -moz-calc(100% - 12px);
        max-height: calc(100% - 12px);
        height: auto;
        overflow: hidden;
        border-radius: 7px 7px 0 0;
        height: 61px;
        position: fixed; } }
    @media (max-width: 767px) {
      .cab-side {
        width: 80px;
        height: 65px; } }
    .cab-side.active {
      height: -moz-calc(100% - 12px);
      height: calc(100% - 12px);
      border-radius: 7px; }
    .cab-side .nicescroll-box {
      width: 100%;
      height: -moz-calc(100% - 84px);
      height: calc(100% - 84px); }
      @media (max-width: 1366px) {
        .cab-side .nicescroll-box {
          height: -moz-calc(100% - 61px);
          height: calc(100% - 61px); } }
      @media (max-width: 1199px) {
        .cab-side .nicescroll-box {
          display: none; } }
      @media (max-width: 767px) {
        .cab-side .nicescroll-box {
          height: -moz-calc(100% - 65px);
          height: calc(100% - 65px); } }
      .cab-side .nicescroll-box .wrap {
        width: 100%;
        min-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: 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-side .nicescroll-rails {
      display: none !important; }
  .cab-menu {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 27px 0;
    margin-bottom: 90px; }
    .cab-menu:last-child {
      margin-bottom: 0; }
    .cab-menu__bg {
      display: none;
      position: absolute;
      top: 50%;
      z-index: 1;
      width: 20px;
      height: -moz-calc(100% + 50px);
      height: calc(100% + 50px);
      right: 0;
      background-color: #fafafa;
      pointer-events: none;
      -webkit-transform: translate(0, -50%);
         -moz-transform: translate(0, -50%);
              transform: translate(0, -50%); }
      .cab-menu__bg:after {
        width: 40px;
        height: 50px;
        top: -moz-calc(100% - 25px);
        top: calc(100% - 25px);
        right: 0;
        border-radius: 100px;
        content: '';
        background-color: #474747;
        position: absolute;
        z-index: -1; }
      .cab-menu__bg:before {
        width: 40px;
        height: 50px;
        bottom: -moz-calc(100% - 25px);
        bottom: calc(100% - 25px);
        right: 0;
        border-radius: 100px;
        content: '';
        background-color: #474747;
        position: absolute;
        z-index: 1; }
    .cab-menu__item {
      position: relative;
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: 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: 117px;
      padding: 10px;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      text-decoration: none;
      text-align: center; }
      @media (max-width: 767px) {
        .cab-menu__item {
          min-height: 80px; } }
      .cab-menu__item:after {
        position: absolute;
        bottom: 0;
        right: 0;
        width: -moz-calc(100% - 10px);
        width: calc(100% - 10px);
        height: 1px;
        background-color: rgba(255, 255, 255, 0.05);
        content: '';
        z-index: 2; }
      .cab-menu__item:before {
        width: 0;
        height: 100%;
        border-radius: 7px 0px 0px 7px;
        background-color: #fafafa;
        opacity: 0;
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 10px;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .cab-menu__item p {
        font-weight: 400;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.5);
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        position: relative;
        z-index: 2;
        line-height: 1.22; }
        @media (max-width: 767px) {
          .cab-menu__item p {
            font-size: 10px; } }
        .cab-menu__item p span {
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          position: relative;
          font-weight: 900;
          color: #F12A23;
          margin-top: 2px; }
          .cab-menu__item p span:before {
            display: inline-block;
            content: '';
            width: 5px;
            height: 5px;
            background-color: #F12A23;
            margin-right: 5px;
            border-radius: 50%; }
      .cab-menu__item:hover .cab-menu__icon svg {
        opacity: 1; }
      .cab-menu__item:hover p {
        color: #fff; }
      .cab-menu__item.active:after {
        opacity: 0; }
      .cab-menu__item.active:before {
        opacity: 1;
        width: -moz-calc(100% - 10px);
        width: calc(100% - 10px); }
      .cab-menu__item.active .cab-menu__bg {
        display: block; }
      .cab-menu__item.active .cab-menu__icon svg {
        opacity: 1;
        fill: #F12A23; }
      .cab-menu__item.active p {
        color: #222222;
        font-weight: 700; }
    .cab-menu__icon {
      width: 28px;
      height: 28px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 11px;
      position: relative;
      z-index: 2; }
      .cab-menu__icon span {
        padding: 2px 3px;
        text-align: center;
        display: inline-block;
        position: absolute;
        background-color: #F12A23;
        color: #fff;
        font-weight: 800;
        font-size: 12px;
        line-height: 1;
        border-radius: 6px;
        top: -3px;
        right: -7px; }
      .cab-menu__icon svg {
        fill: #fff;
        opacity: 0.5;
        width: 28px;
        height: 25px;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
  .cab-header {
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 126px;
    z-index: 100; }
    @media (max-width: 767px) {
      .cab-header {
        padding-top: 15px;
        padding-left: 86px;
        min-height: 138px; } }
    @media (max-width: 575px) {
      .cab-header {
        padding-top: 18px; } }
  .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: 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: 118px;
    width: 100%;
    margin-right: 10px; }
    .cab-logo img {
      max-width: 100%; }
  .cab-refs {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    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-refs__link {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      padding-left: 46px;
      margin-right: 48px; }
      @media (max-width: 1199px) {
        .cab-refs__link {
          display: none; } }
      .cab-refs__link h3 {
        font-weight: 500;
        font-size: 12px;
        color: #A5A4AA;
        margin-bottom: 6px; }
        .cab-refs__link h3:last-child {
          margin-bottom: 0; }
      .cab-refs__link p {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-weight: 700;
        font-size: 16px;
        color: #222222; }
      .cab-refs__link-icon {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        width: 37px;
        height: 37px;
        background-color: rgba(90, 180, 245, 0.2);
        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; }
        .cab-refs__link-icon img {
          max-width: 15px; }
    .cab-refs__qr {
      margin-right: 10px;
      width: 37px;
      height: 37px;
      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;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      cursor: pointer;
      border: 1px solid #F0F0F0; }
      .cab-refs__qr:hover {
        background-color: #fff;
        border-color: #fff; }
        .cab-refs__qr:hover svg {
          stroke: #F12A23; }
      .cab-refs__qr svg {
        width: 15px;
        height: 15px;
        fill: none;
        stroke: #606060;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
    .cab-refs__copy {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 13px 44px 13px 17px;
      position: relative;
      background-color: #F5F5F5;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      cursor: pointer;
      text-decoration: none;
      font-weight: 500;
      font-size: 12px;
      color: #606060;
      border-radius: 100px; }
      @media (max-width: 480px) {
        .cab-refs__copy {
          font-size: 0;
          padding: 0;
          width: 37px;
          height: 37px; } }
      .cab-refs__copy:hover {
        background-color: #fff;
        color: #F12A23; }
      .cab-refs__copy svg {
        position: absolute;
        top: 50%;
        right: 22px;
        -webkit-transform: translate(50%, -50%);
           -moz-transform: translate(50%, -50%);
                transform: translate(50%, -50%);
        fill: none;
        stroke: #F12A23;
        width: 15px;
        height: 15px;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        @media (max-width: 575px) {
          .cab-refs__copy svg {
            top: 40%; } }
        @media (max-width: 480px) {
          .cab-refs__copy svg {
            right: 50%; } }
      .cab-refs__copy span {
        display: none; }
        @media (max-width: 575px) {
          .cab-refs__copy span {
            display: block;
            font-size: 10px;
            position: absolute;
            left: 50%;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
               -moz-transform: translateX(-50%);
                    transform: translateX(-50%);
            bottom: 15px; } }
    .cab-refs-2__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;
      margin-bottom: 16px; }
      .cab-refs-2__text h3 {
        font-weight: 700;
        font-size: 14px;
        color: #222222;
        margin-bottom: 6px;
        line-height: 1.22; }
      .cab-refs-2__text p {
        font-weight: 400;
        font-size: 12px;
        color: #656565;
        margin-bottom: 6px; }
        .cab-refs-2__text p:last-child {
          margin-bottom: 0; }
    .cab-refs-2__icon {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      height: 100%;
      border-right: 1px solid #F5F5F5;
      width: 64px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      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; }
      @media (max-width: 575px) {
        .cab-refs-2__icon {
          width: 30px; } }
      .cab-refs-2__icon img {
        width: 16px; }
    .cab-refs-2__box {
      width: 100%;
      position: relative;
      border: 1px solid #F5F5F5;
      box-shadow: 0px 12px 27px rgba(0, 0, 0, 0.02);
      border-radius: 7px;
      background-color: #fff;
      margin-bottom: 24px;
      padding-left: 77px;
      padding-right: 170px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      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;
      min-height: 56px; }
      @media (max-width: 575px) {
        .cab-refs-2__box {
          padding-right: 105px;
          padding-left: 36px; } }
      .cab-refs-2__box p {
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 500;
        font-size: 16px;
        color: #222222;
        line-height: 1.2em;
        display: none; }
        @media (min-width: 1530px) {
          .cab-refs-2__box p.address__full {
            display: block; } }
        @media (min-width: 992px) and (max-width: 1398px) {
          .cab-refs-2__box p.address__full {
            display: block; } }
        @media (min-width: 1399px) and (max-width: 1529px) {
          .cab-refs-2__box p.address__laptop {
            display: block; } }
        @media (max-width: 991px) {
          .cab-refs-2__box p.address__laptop {
            display: block; } }
        @media (max-width: 767px) {
          .cab-refs-2__box p.address__laptop {
            display: none; } }
        @media (max-width: 767px) {
          .cab-refs-2__box p.address__tablets {
            display: block; } }
        @media (max-width: 450px) {
          .cab-refs-2__box p.address__tablets {
            display: none; } }
        @media (max-width: 450px) {
          .cab-refs-2__box p.address__phones_hor {
            display: block; } }
        @media (max-width: 400px) {
          .cab-refs-2__box p.address__phones_hor {
            display: none; } }
        @media (max-width: 400px) {
          .cab-refs-2__box p.address__phones {
            display: block; } }
      .cab-refs-2__box .cab-refs__qr {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 130px;
        margin: 0; }
        @media (max-width: 575px) {
          .cab-refs-2__box .cab-refs__qr {
            right: 58px; } }
      .cab-refs-2__box .cab-refs__copy {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 4px;
        min-height: 48px;
        border-radius: 7px;
        background-color: #474747;
        margin: 0;
        color: #fff;
        font-weight: 500;
        font-size: 12px;
        padding-left: 17px;
        padding-right: 44px; }
        @media (max-width: 575px) {
          .cab-refs-2__box .cab-refs__copy {
            font-size: 0;
            padding-left: 0; } }
        .cab-refs-2__box .cab-refs__copy:hover {
          background-color: #F12A23; }
        .cab-refs-2__box .cab-refs__copy svg {
          stroke: #fff; }
    .cab-refs-lvls {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: -moz-calc(100% + 5px);
      width: calc(100% + 5px);
      margin-bottom: 27px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .cab-refs-lvls__item {
        margin-bottom: 17px;
        position: relative;
        width: -moz-calc(100% / 12 - 5px);
        width: calc(100% / 12 - 5px);
        height: 84px;
        margin-right: 5px;
        background-color: #FAFAFA;
        border-radius: 7px;
        padding: 13px;
        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;
        border: 1px solid transparent;
        min-width: 84px; }
        @media (max-width: 767px) {
          .cab-refs-lvls__item {
            -webkit-flex-grow: 1;
               -moz-box-flex: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1; } }
        .cab-refs-lvls__item h3 {
          font-weight: 500;
          font-size: 8px;
          color: #A5A4AA;
          margin-bottom: 2px; }
        .cab-refs-lvls__item p {
          font-weight: 700;
          font-size: 10px;
          color: #222222;
          line-height: 1.22;
          opacity: 0.4;
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
        .cab-refs-lvls__item.active {
          border-color: #56CE60; }
          .cab-refs-lvls__item.active .cab-refs-lvls__text h3 {
            color: #56CE60;
            font-weight: 900; }
          .cab-refs-lvls__item.active .cab-refs-lvls__text p {
            opacity: 1; }
          .cab-refs-lvls__item.active .cab-refs-lvls__check {
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex; }
          .cab-refs-lvls__item.active .cab-refs-lvls__img {
            opacity: 1; }
          .cab-refs-lvls__item.active .cab-refs-lvls__lock {
            display: none; }
      .cab-refs-lvls__progress {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 7px;
        background: -moz-linear-gradient(left, #56CE60 99.99%, transparent), -moz-linear-gradient(top, #56CE60 99.99%, transparent), -moz-linear-gradient(left, #56CE60 99.99%, transparent), -moz-linear-gradient(top, #56CE60 99.99%, transparent);
        background: linear-gradient(to right, #56CE60 99.99%, transparent), linear-gradient(to bottom, #56CE60 99.99%, transparent), linear-gradient(to right, #56CE60 99.99%, transparent), linear-gradient(to bottom, #56CE60 99.99%, transparent);
        background-size: 100% 8px, 8px 100%, 100% 8px, 8px 100%;
        background-repeat: no-repeat;
        background-position: -86px 0px, 78px -86px, 86px 78px, 0px 78px;
        display: none; }
        .cab-refs-lvls__progress:after {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
             -moz-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: -moz-calc(100% - 2px);
          width: calc(100% - 2px);
          height: -moz-calc(100% - 2px);
          height: calc(100% - 2px);
          border-radius: 7px;
          background-color: #FAFAFA;
          content: ''; }
      .cab-refs-lvls__check {
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #56CE60;
        border: 2px solid #fff;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        display: none; }
        .cab-refs-lvls__check svg {
          fill: #fff;
          width: 8px;
          height: 8px; }
      .cab-refs-lvls__lock {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
                transform: translateX(-50%);
        left: -moz-calc(50% + 1px);
        left: calc(50% + 1px);
        top: 28px; }
      .cab-refs-lvls__img {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: -12px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-end;
           -moz-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        max-width: 30px;
        max-height: 42px;
        width: 100%;
        height: 100%;
        opacity: 0.3; }
        .cab-refs-lvls__img img {
          max-width: 100%;
          max-height: 100%; }
    .cab-refs-scene {
      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;
      position: relative;
      z-index: 1;
      min-height: 458px;
      padding-bottom: 20px;
      padding: 0 40px 20px 40px; }
      @media (max-width: 575px) {
        .cab-refs-scene {
          margin-top: -20px;
          min-height: 350px; } }
      .cab-refs-scene:after {
        z-index: -1;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 458px;
        height: 458px;
        background-image: url(../img/refs-scene-bg.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
        content: '';
        pointer-events: none; }
        @media (max-width: 575px) {
          .cab-refs-scene:after {
            width: 350px;
            height: 350px; } }
      .cab-refs-scene__top {
        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: 2px;
        max-width: 190px;
        width: 100%; }
        .cab-refs-scene__top:last-child {
          margin-bottom: 0; }
        .cab-refs-scene__top h3 {
          font-weight: 500;
          font-size: 14px;
          color: #222222;
          position: relative;
          padding-top: 23px;
          text-align: center;
          margin-bottom: 3px; }
          .cab-refs-scene__top h3:after {
            width: 3px;
            height: 13px;
            border-radius: 10px;
            background: -moz-linear-gradient(top, #56CE60 0%, #2A8A32 100%);
            background: linear-gradient(180deg, #56CE60 0%, #2A8A32 100%);
            content: '';
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
               -moz-transform: translateX(-50%);
                    transform: translateX(-50%);
            top: 0; }
        .cab-refs-scene__top p {
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-direction: row;
             -moz-box-orient: horizontal;
             -moz-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          font-weight: 900;
          font-size: 60px;
          color: #56CE60;
          padding-right: 40px;
          background-image: url(../img/refs-scene-icon-1.svg);
          background-repeat: no-repeat;
          background-position: 100% 50%;
          background-size: 20px auto;
          line-height: 1.22;
          text-align: left;
          max-width: 100%; }
          @media (max-width: 575px) {
            .cab-refs-scene__top p {
              font-size: 40px; } }
          .cab-refs-scene__top p img {
            margin-left: 22px; }
      .cab-refs-scene__bot {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        max-width: 185px;
        width: 100%; }
        @media (max-width: 575px) {
          .cab-refs-scene__bot {
            max-width: 155px; } }
        .cab-refs-scene__bot h3 {
          padding-left: 13px;
          position: relative;
          font-weight: 500;
          font-size: 12px;
          color: #222222;
          max-width: 93px;
          margin-right: 25px; }
          @media (max-width: 575px) {
            .cab-refs-scene__bot h3 {
              margin-right: 15px;
              max-width: 80px; } }
          .cab-refs-scene__bot h3:after {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
               -moz-transform: translateY(-50%);
                    transform: translateY(-50%);
            left: 0;
            width: 3px;
            height: 24px;
            background: -moz-linear-gradient(top, #5AB4F5 0%, #348AC7 100%);
            background: linear-gradient(180deg, #5AB4F5 0%, #348AC7 100%);
            border-radius: 10px;
            content: ''; }
        .cab-refs-scene__bot p {
          padding-right: 16px;
          background-image: url(../img/refs-scene-icon-2.svg);
          background-repeat: no-repeat;
          background-position: 100% 35%;
          background-size: 10px auto;
          font-weight: 900;
          font-size: 30px;
          color: #3283E7;
          margin-left: auto; }
          @media (max-width: 575px) {
            .cab-refs-scene__bot p {
              font-size: 26px; } }
  .cab-nav {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-left: 1px solid #F5F5F5;
    width: 100%; }
    @media (max-width: 767px) {
      .cab-nav {
        border-top: 1px solid #f2f2f2;
        width: -moz-calc(100% + 116px);
        width: calc(100% + 116px);
        margin-left: -101px;
        padding: 0 15px;
        margin-top: 15px;
        border-left: none; } }
  .cab-lang {
    max-width: 89px;
    width: 100%;
    height: 89px;
    border-right: 1px solid #F5F5F5;
    position: relative;
    cursor: pointer; }
    @media (max-width: 1366px) {
      .cab-lang {
        height: 66px; } }
    .cab-lang.active .cab-lang__hide {
      opacity: 1;
      pointer-events: all;
      -webkit-transform: translateY(0);
         -moz-transform: translateY(0);
              transform: translateY(0); }
    .cab-lang:last-child {
      border-right: none; }
    .cab-lang__btn {
      width: 100%;
      height: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .cab-lang__btn svg {
        width: 26px;
        height: 26px;
        border-radius: 50%; }
    .cab-lang__icon {
      width: 26px;
      height: 26px;
      border-radius: 50%;
      overflow: hidden; }
      .cab-lang__icon svg {
        width: 100%;
        height: 100%; }
    .cab-lang__hide {
      position: absolute;
      top: -moz-calc(100% + 20px);
      top: calc(100% + 20px);
      left: 0;
      min-width: 100%;
      background-color: #fff;
      border-radius: 4px;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      padding: 4px;
      opacity: 0;
      pointer-events: none;
      -webkit-transform: translateY(-50px);
         -moz-transform: translateY(-50px);
              transform: translateY(-50px);
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
      .cab-lang__hide:before {
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 20px;
        content: ''; }
      .cab-lang__hide:after {
        position: absolute;
        bottom: 100%;
        left: 20px;
        border: 6px solid transparent;
        border-bottom-color: #fff;
        content: ''; }
      .cab-lang__hide a {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        border-radius: 4px;
        padding: 12px;
        margin-bottom: 4px; }
        .cab-lang__hide a:last-child {
          margin-bottom: 0; }
        .cab-lang__hide a:hover, .cab-lang__hide a.active {
          background-color: #F5F5F5; }
      .cab-lang__hide-col {
        width: 100%; }
  .cab-msg {
    max-width: 89px;
    width: 100%;
    height: 89px;
    border-right: 1px solid #F5F5F5;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    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-decoration: none;
    cursor: pointer;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    @media (max-width: 1366px) {
      .cab-msg {
        height: 66px; } }
    .cab-msg:hover, .cab-msg.active {
      background-color: #fff; }
      .cab-msg:hover svg, .cab-msg.active svg {
        fill: #F12A23; }
    .cab-msg svg {
      width: 23px;
      height: 22px;
      fill: #606060;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .cab-msg:last-child {
      border-right: none; }
  .cab-notify {
    max-width: 89px;
    width: 100%;
    height: 89px;
    border-right: 1px solid #F5F5F5;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    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-decoration: none;
    cursor: pointer;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    position: relative; }
    @media (max-width: 1366px) {
      .cab-notify {
        height: 66px; } }
    .cab-notify:hover, .cab-notify.active {
      background-color: #fff; }
      .cab-notify:hover svg, .cab-notify.active svg {
        fill: #F12A23; }
    .cab-notify span {
      height: 18px;
      min-width: 18px;
      padding: 0 3px;
      border-radius: 50px;
      background-color: #F12A23;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #fff;
      line-height: 1;
      font-weight: 800;
      font-size: 12px;
      position: absolute;
      left: -moz-calc(50% + 7px);
      left: calc(50% + 7px);
      top: -moz-calc(50% - 7px);
      top: calc(50% - 7px);
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .cab-notify svg {
      width: 23px;
      height: 22px;
      fill: #606060;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .cab-notify:last-child {
      border-right: none; }
    .cab-notify__modal {
      position: fixed;
      top: 95px;
      right: 30px;
      max-width: 382px;
      width: 100%;
      border: 3px solid #E9E9E9;
      box-shadow: 0px 12px 28px rgba(0, 0, 0, 0.07);
      border-radius: 7px;
      background-color: #fff;
      opacity: 0;
      pointer-events: none;
      -webkit-transform: translateX(calc(100% + 30px));
         -moz-transform: translateX(-moz-calc(100% + 30px));
              transform: translateX(calc(100% + 30px));
      -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: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      z-index: 100; }
      @media (max-width: 1600px) {
        .cab-notify__modal {
          right: 15px; } }
      @media (max-width: 1366px) {
        .cab-notify__modal {
          top: 72px; } }
      @media (max-width: 767px) {
        .cab-notify__modal {
          top: 144px;
          border-radius: 0;
          max-width: 100%;
          right: 0;
          height: -moz-calc(var(--vh, 1vh) * 100 - 138px);
          height: calc(var(--vh, 1vh) * 100 - 138px); } }
      @media (max-width: 575px) {
        .cab-notify__modal {
          top: 138px; } }
      .cab-notify__modal.active {
        opacity: 1;
        pointer-events: all;
        -webkit-transform: translateX(0);
           -moz-transform: translateX(0);
                transform: translateX(0); }
      .cab-notify__modal .m-btn {
        width: 100%;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        margin-top: auto; }
    .cab-notify__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;
      background-color: #fff;
      border-radius: 7px 7px 0 0;
      padding: 13px 26px; }
      .cab-notify__head > h3 {
        margin-right: auto;
        font-weight: 800;
        font-size: 16px;
        color: #222222; }
    .cab-notify__sound {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 7px;
      background-color: #222222;
      width: 32px;
      height: 32px;
      cursor: pointer;
      margin-left: 18px;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .cab-notify__sound:hover {
        background-color: #fafafa; }
        .cab-notify__sound:hover svg {
          fill: #F12A23;
          stroke: #F12A23; }
      .cab-notify__sound svg {
        fill: #fff;
        width: 16px;
        height: 12px;
        stroke: #fff;
        stroke-width: 0.2px;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .cab-notify__sound-on, .cab-notify__sound-off {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .cab-notify__sound-on {
        display: none; }
      .cab-notify__sound.active {
        background-color: #fafafa; }
        .cab-notify__sound.active svg {
          fill: #F12A23;
          stroke: #F12A23; }
        .cab-notify__sound.active .cab-notify__sound-on {
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex; }
        .cab-notify__sound.active .cab-notify__sound-off {
          display: none; }
        .cab-notify__sound.active:hover {
          background-color: #222222; }
          .cab-notify__sound.active:hover svg {
            fill: #fff;
            stroke: #fff; }
    .cab-notify__link {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-decoration: none;
      cursor: pointer;
      font-weight: 400;
      font-size: 12px;
      color: #222222;
      line-height: 1;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .cab-notify__link:hover {
        color: #56CE60; }
      .cab-notify__link img {
        margin-right: 5px;
        width: 12px; }
    .cab-notify__content {
      width: 100%;
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 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: 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-notify__content .nicescroll-box {
        width: 100%;
        max-height: 206px;
        cursor: default !important;
        height: 100%;
        -webkit-flex-grow: 1;
           -moz-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        @media (max-width: 575px) {
          .cab-notify__content .nicescroll-box {
            height: -moz-calc(var(--vh, 1vh) * 100 - 262px);
            height: calc(var(--vh, 1vh) * 100 - 262px);
            max-height: 100%; } }
        .cab-notify__content .nicescroll-box .wrap {
          width: 100%;
          padding: 2px; }
    .cab-notify__empty {
      text-align: center;
      font-weight: 500;
      font-size: 16px;
      color: #A5A4AA;
      width: 100%;
      padding: 43px 0; }
      .cab-notify__empty span {
        color: #222222; }
    .cab-notify__item {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 17px 27px 22px 24px;
      text-decoration: none;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      border-radius: 4px;
      margin-bottom: 2px; }
      .cab-notify__item:last-child {
        margin-bottom: 0; }
      .cab-notify__item:hover {
        background-color: #F8F8F8; }
      .cab-notify__item h3 {
        font-weight: 700;
        font-size: 14px;
        color: #222222;
        line-height: 1.35;
        position: relative; }
        .cab-notify__item h3:after {
          position: absolute;
          right: -moz-calc(100% + 7px);
          right: calc(100% + 7px);
          top: 5px;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          content: '';
          background-color: #56CE60; }
    .cab-notify__date {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-bottom: 4px;
      width: -moz-calc(100% + 7px);
      width: calc(100% + 7px); }
      .cab-notify__date p {
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-right: 7px;
        margin-bottom: 7px;
        background-color: #EEEEEE;
        border: 1px solid #F5F5F5;
        border-radius: 4px;
        font-weight: 500;
        font-size: 10px;
        color: #9B9FA9;
        line-height: 1.22;
        padding: 4px 6px; }
        .cab-notify__date p.yellow {
          background-color: #F2A025;
          border-color: #F2A025;
          color: #fff; }
        .cab-notify__date p.black {
          background-color: #181818;
          border-color: #181818;
          color: #fff; }
  .cab-set-btn {
    max-width: 89px;
    width: 100%;
    height: 89px;
    border-right: 1px solid #F5F5F5;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    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-decoration: none;
    cursor: pointer;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    @media (max-width: 1366px) {
      .cab-set-btn {
        height: 66px; } }
    .cab-set-btn:hover, .cab-set-btn.active {
      background-color: #fff; }
      .cab-set-btn:hover svg, .cab-set-btn.active svg {
        fill: #F12A23; }
    .cab-set-btn svg {
      width: 23px;
      height: 22px;
      fill: #606060;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .cab-set-btn:last-child {
      border-right: none; }
  .cab-hero {
    margin-left: auto;
    width: 100%;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .cab-hero__btn {
      position: relative;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-left: 42px;
      padding-right: 63px;
      position: relative;
      height: 100%;
      cursor: pointer; }
      @media (max-width: 1600px) {
        .cab-hero__btn {
          padding-left: 32px; } }
      @media (max-width: 767px) {
        .cab-hero__btn {
          padding-left: 42px; } }
      @media (max-width: 480px) {
        .cab-hero__btn {
          padding-left: 32px; } }
      .cab-hero__btn > svg {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 15px;
        width: 12px;
        height: 12px;
        fill: #222222; }
      .cab-hero__btn p {
        font-weight: 500;
        font-size: 16px;
        color: #222222;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%; }
        @media (max-width: 1600px) {
          .cab-hero__btn p {
            font-size: 0; } }
        @media (max-width: 767px) {
          .cab-hero__btn p {
            font-size: 14px; } }
        @media (max-width: 480px) {
          .cab-hero__btn p {
            font-size: 0; } }
    .cab-hero__img {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 4px;
      width: 44px;
      height: 44px;
      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; }
      .cab-hero__img:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: -moz-calc(100% + 8px);
        width: calc(100% + 8px);
        height: -moz-calc(100% + 8px);
        height: calc(100% + 8px);
        border-radius: 50%;
        content: '';
        border: 1px solid #ECECEC; }
      .cab-hero__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 50%;
           object-position: 50% 50%;
        border-radius: 50%; }
  .cab-submenu {
    right: 0;
    top: 89px;
    max-width: 410px;
    width: 100%;
    background-color: #fff;
    position: fixed;
    border-left: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    z-index: 100; }
    @media (max-width: 1366px) {
      .cab-submenu {
        top: 66px; } }
    @media (max-width: 767px) {
      .cab-submenu {
        top: 138px; } }
    @media (max-width: 575px) {
      .cab-submenu {
        max-width: 100%; } }
    .cab-submenu.active {
      -webkit-transform: translateX(0);
         -moz-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
      pointer-events: all; }
    .cab-submenu .nicescroll-box {
      max-height: -moz-calc(var(--vh, 1vh) * 100 - 89px);
      max-height: calc(var(--vh, 1vh) * 100 - 89px);
      cursor: default !important; }
      @media (max-width: 1366px) {
        .cab-submenu .nicescroll-box {
          max-height: -moz-calc(var(--vh, 1vh) * 100 - 66px);
          max-height: calc(var(--vh, 1vh) * 100 - 66px); } }
      @media (max-width: 767px) {
        .cab-submenu .nicescroll-box {
          max-height: -moz-calc(var(--vh, 1vh) * 100 - 138px);
          max-height: calc(var(--vh, 1vh) * 100 - 138px); } }
    .cab-submenu__item {
      width: 100%;
      position: relative;
      min-height: 88px;
      padding: 10px 34px 10px 72px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      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;
      line-height: 1;
      border-bottom: 1px solid #F5F5F5;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      cursor: pointer; }
      @media (max-width: 575px) {
        .cab-submenu__item {
          padding-left: 52px;
          padding-right: 15px;
          min-height: 68px; } }
      .cab-submenu__item:hover, .cab-submenu__item.active {
        background-color: #FAFAFA; }
        .cab-submenu__item:hover > svg, .cab-submenu__item.active > svg {
          fill: #222222; }
        .cab-submenu__item:hover > p, .cab-submenu__item.active > p {
          color: #222222; }
        .cab-submenu__item:hover .cab-submenu__icon svg, .cab-submenu__item.active .cab-submenu__icon svg {
          fill: #F12A23; }
      .cab-submenu__item:last-child {
        border-bottom: none; }
      .cab-submenu__item > p {
        font-weight: 500;
        font-size: 16px;
        color: #606060;
        line-height: 0.98;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        margin-right: 10px; }
        @media (max-width: 575px) {
          .cab-submenu__item > p {
            font-size: 14px; } }
        .cab-submenu__item > p span {
          padding: 3px 5px;
          font-weight: 700;
          font-size: 10px;
          color: #C8C8C8;
          border-radius: 10px;
          background-color: #F6F6F6;
          text-transform: uppercase;
          margin-left: 5px; }
      .cab-submenu__item > svg {
        width: 12px;
        height: 12px;
        fill: #606060;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        margin-left: auto; }
      .cab-submenu__item.soon {
        pointer-events: none; }
        .cab-submenu__item.soon > p {
          color: #C8C8C8; }
        .cab-submenu__item.soon .cab-submenu__icon svg {
          fill: #C8C8C8; }
    .cab-submenu__icon {
      position: absolute;
      top: 50%;
      left: 46px;
      width: 20px;
      height: 20px;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media (max-width: 575px) {
        .cab-submenu__icon {
          left: 26px; } }
      .cab-submenu__icon svg {
        width: 100%;
        height: 100%;
        fill: #606060;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
    .cab-submenu__count {
      margin-left: auto;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      height: 23px;
      min-width: 23px;
      padding: 3px;
      font-weight: 800;
      font-size: 12px;
      color: #fff;
      border-radius: 50%;
      background-color: #F12A23; }
    .cab-submenu__drop {
      width: 100%;
      -moz-transition: background-color .3s ease;
      transition: background-color .3s ease; }
      .cab-submenu__drop-item.active {
        background-color: #FBFBFB; }
        .cab-submenu__drop-item.active > .cab-submenu__item .cab-submenu__icon svg {
          fill: #F12A23; }
        .cab-submenu__drop-item.active > .cab-submenu__item > p {
          color: #222222; }
        .cab-submenu__drop-item.active > .cab-submenu__item > svg {
          -webkit-transform: scaleY(-1);
             -moz-transform: scaleY(-1);
                  transform: scaleY(-1);
          fill: #222222; }
      .cab-submenu__drop-content {
        width: 100%;
        display: none; }
        .cab-submenu__drop-content .cab-submenu__item {
          padding-left: 105px; }
          @media (max-width: 575px) {
            .cab-submenu__drop-content .cab-submenu__item {
              padding-left: 85px; } }
        .cab-submenu__drop-content .cab-submenu__icon {
          left: 82px; }
          @media (max-width: 575px) {
            .cab-submenu__drop-content .cab-submenu__icon {
              left: 62px; } }
    .cab-submenu__check {
      margin-left: auto;
      position: relative;
      padding-right: 58px;
      min-height: 27px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      font-weight: 400;
      font-size: 12px;
      color: #929194;
      text-align: right; }
      .cab-submenu__check:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0;
        width: 46px;
        height: 27px;
        border-radius: 30px;
        background-color: #BCBBBE;
        content: '';
        z-index: 1; }
      .cab-submenu__check:before {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 21px;
        border-radius: 50%;
        background-color: #fff;
        content: '';
        width: 23px;
        height: 23px;
        z-index: 2; }
      .cab-submenu__check.active {
        color: #56CE60; }
        .cab-submenu__check.active:after {
          background-color: #56CE60; }
        .cab-submenu__check.active:before {
          right: 2px;
          left: auto; }
  .cab-aside {
    border-left: 1px solid #F2F2F2;
    height: 100%;
    min-height: -moz-calc(var(--vh, 1vh) * 100 - 89px);
    min-height: calc(var(--vh, 1vh) * 100 - 89px);
    padding: 25px 30px;
    background-color: #fff;
    width: -moz-calc(100% + 30px);
    width: calc(100% + 30px); }
    @media (max-width: 1366px) {
      .cab-aside {
        min-height: -moz-calc(var(--vh, 1vh) * 100 - 66px);
        min-height: calc(var(--vh, 1vh) * 100 - 66px); } }
    @media (max-width: 1199px) {
      .cab-aside {
        min-height: 0;
        height: auto;
        padding: 0;
        width: 100%;
        border-left: none;
        background-color: transparent; } }
    .cab-aside_news {
      height: auto;
      padding-top: 0;
      min-height: -moz-calc(100% + 40px);
      min-height: calc(100% + 40px);
      margin-top: -40px;
      padding-top: 40px; }
      @media (max-width: 1199px) {
        .cab-aside_news {
          margin-top: 0;
          padding-top: 0;
          min-height: 0; } }
  .cab-geo {
    width: -moz-calc(100% + 60px);
    width: calc(100% + 60px);
    padding: 0 30px 20px 30px;
    margin-left: -30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #F2F2F2;
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (max-width: 1199px) {
      .cab-geo {
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      .cab-geo {
        float: left;
        margin-right: 15px;
        width: 50%;
        padding-left: 60px; } }
    .cab-geo__zone {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 0;
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: #F2F2F2; }
      .cab-geo__zone:after {
        content: '';
        -webkit-flex-grow: 1;
           -moz-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        background-color: #fff;
        border-radius: 100px 0 0 100px; }
      .cab-geo__zone:before {
        content: '';
        -webkit-flex-grow: 1;
           -moz-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        background-color: #fff;
        border-radius: 0 100px 100px 0; }
      .cab-geo__zone p {
        text-align: center;
        padding: 6px 10px 4px 10px;
        position: relative;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        line-height: 1;
        z-index: 1;
        font-weight: 700;
        font-size: 12px;
        color: #A5A4AA; }
        .cab-geo__zone p > img {
          margin-right: 5px; }
        .cab-geo__zone p:before {
          z-index: -2;
          height: 10px;
          background-color: #fff;
          content: '';
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
             -moz-transform: translateX(-50%);
                  transform: translateX(-50%);
          top: 0;
          width: -moz-calc(100% + 20px);
          width: calc(100% + 20px); }
        .cab-geo__zone p:after {
          background-color: #f2f2f2;
          width: 100%;
          height: 100%;
          border-radius: 8px 8px 0 0;
          content: '';
          z-index: -1;
          position: absolute;
          bottom: 0;
          left: 0; }
    .cab-geo__time {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: flex-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-bottom: 10px; }
      .cab-geo__time-item {
        margin-right: 30px;
        position: relative;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        width: 60px;
        padding: 18px 5px;
        border-radius: 7px;
        background-color: #FAFAFA; }
        .cab-geo__time-item:after {
          position: absolute;
          left: -moz-calc(100% + 15px);
          left: calc(100% + 15px);
          top: 18px;
          -webkit-transform: translateX(-50%);
             -moz-transform: translateX(-50%);
                  transform: translateX(-50%);
          font-weight: 700;
          font-size: 30px;
          color: #222222;
          content: ':'; }
        .cab-geo__time-item:last-child {
          margin-right: 0; }
          .cab-geo__time-item:last-child:after {
            display: none; }
        .cab-geo__time-item span {
          font-weight: 700;
          font-size: 30px;
          color: #222222;
          margin-bottom: 10px; }
        .cab-geo__time-item p {
          font-weight: 400;
          font-size: 10px;
          color: #A5A4AA; }
    .cab-geo__weather {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 10px;
      margin-right: 10px; }
      .cab-geo__weather-top {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-bottom: 8px; }
        .cab-geo__weather-top:last-child {
          margin-bottom: 0; }
    .cab-geo__deg {
      margin-right: 25px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: 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: 900;
      font-size: 70px;
      color: #222222;
      line-height: 0.98; }
      .cab-geo__deg span {
        font-weight: 500;
        font-size: 30px;
        color: #F12A23;
        position: relative;
        margin-left: 3px;
        padding-left: 18px;
        text-transform: uppercase; }
        .cab-geo__deg span:after {
          position: absolute;
          top: 4px;
          left: 0;
          width: 14px;
          height: 14px;
          border: 3px solid #F12A23;
          content: '';
          border-radius: 50%; }
    .cab-geo__day {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-top: -3px; }
    .cab-geo__date {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .cab-geo__date h3 {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        font-weight: 700;
        font-size: 12px;
        color: #222222;
        line-height: 1;
        margin-bottom: 7px; }
        .cab-geo__date h3 img {
          margin-right: 5px;
          width: 12px; }
      .cab-geo__date p {
        font-weight: 500;
        font-size: 12px;
        color: #F12A23; }
    .cab-geo__icon {
      width: 27px;
      margin-bottom: 7px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .cab-geo__icon img {
        max-width: 100%; }
    .cab-geo__city {
      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: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      position: relative;
      padding-left: 16px; }
      .cab-geo__city > svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 10px;
        height: 10px;
        fill: none;
        stroke: #222222; }
      .cab-geo__city .jq-selectbox__select {
        box-shadow: none !important;
        text-shadow: none !important;
        border: none !important;
        outline: none !important;
        height: auto;
        line-height: 1;
        padding-left: 0;
        padding-right: 0;
        font-family: "Factor A", sans-serif;
        font-weight: 700;
        font-size: 12px;
        color: #222222;
        padding-bottom: 6px;
        background-image: url(../img/dot-line.svg);
        background-position: left bottom;
        background-repeat: repeat-x;
        background-size: 3px 2px;
        background-color: transparent; }
        .cab-geo__city .jq-selectbox__select span {
          font-weight: 400;
          color: #A5A4AA; }
      .cab-geo__city .jq-selectbox__trigger {
        display: none; }
      .cab-geo__city .jq-selectbox__dropdown {
        left: 0;
        margin-top: 10px;
        width: 310px !important;
        background: #FFFFFF;
        border: 3px solid #E9E9E9;
        box-shadow: 0px 12px 28px rgba(0, 0, 0, 0.07);
        border-radius: 7px;
        overflow: hidden;
        padding: 10px 6px 6px 6px; }
        .cab-geo__city .jq-selectbox__dropdown ul {
          max-height: 220px !important; }
        .cab-geo__city .jq-selectbox__dropdown li {
          width: 100%;
          min-height: 44px;
          padding: 13px 13px 13px 30px;
          -moz-transition: all .3s ease;
          transition: all .3s ease;
          font-weight: 500;
          font-size: 14px;
          color: #222222;
          font-family: "Factor A", sans-serif;
          cursor: pointer;
          border-radius: 5px; }
          .cab-geo__city .jq-selectbox__dropdown li:hover {
            background-color: #FAFAFA; }
          .cab-geo__city .jq-selectbox__dropdown li.sel {
            color: #F12A23;
            background-color: transparent;
            background-image: url(../img/sel-check.svg);
            background-repeat: no-repeat;
            background-size: 9px;
            background-position: 12px 50%; }
  .cab-bread {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    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: 18px; }
    .cab-bread 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;
      font-weight: 500;
      font-size: 12px;
      color: #A1A1A1;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      text-decoration: none;
      cursor: pointer;
      position: relative;
      padding-right: 17px;
      margin-right: 9px;
      line-height: 1; }
      .cab-bread a:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0;
        font-weight: 500;
        font-size: 12px;
        color: #a1a1a1;
        content: '/'; }
      .cab-bread a:hover {
        color: #222222; }
        .cab-bread a:hover .cab-bread__icon svg {
          stroke: #222222; }
      .cab-bread a:last-child {
        color: #222222;
        pointer-events: none;
        padding-right: 0;
        margin-right: 0; }
        .cab-bread a:last-child:after {
          display: none; }
    .cab-bread__icon {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 28px;
      height: 28px;
      border-radius: 7px;
      background-color: #fff;
      margin-right: 6px; }
      .cab-bread__icon svg {
        width: 10px;
        height: 10px;
        fill: none;
        stroke: #A1A1A1;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
  .cab-content {
    padding: 18px 0;
    width: 100%; }
    .cab-content .m-title {
      margin-bottom: 35px; }
      @media (max-width: 991px) {
        .cab-content .m-title {
          margin-bottom: 28px; } }
      .cab-content .m-title_mb20 {
        margin-bottom: 20px;
        margin-top: 0; }
    .cab-content__head .m-title {
      margin: 17px 0;
      white-space: nowrap; }
      @media (max-width: 575px) {
        .cab-content__head .m-title {
          white-space: normal;
          margin-top: 0; } }
      .cab-content__head .m-title_mb20 {
        margin-bottom: 20px;
        margin-top: 0; }
    .cab-content.animate-plans .cab-plan:not(.active) {
      opacity: 0.3;
      -webkit-filter: grayscale(1);
              filter: grayscale(1); }
  .cab-2fa {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: 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;
    background-image: url("../img/cab-2fa-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #F12A23;
    border-radius: 7px;
    padding: 34px 32px 24px 94px;
    margin-bottom: 28px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (max-width: 575px) {
      .cab-2fa {
        padding-bottom: 14px;
        padding-top: 24px; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      .cab-2fa {
        width: 50%; } }
    .cab-2fa__icon {
      position: absolute;
      left: 47px;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 36px; }
      .cab-2fa__icon img {
        max-width: 100%; }
    .cab-2fa__text {
      font-weight: 400;
      font-size: 24px;
      color: #fff;
      line-height: 0.98;
      margin-bottom: 10px;
      max-width: 170px; }
      .cab-2fa__text span {
        font-weight: 900; }
    .cab-2fa__check {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 10px;
      text-decoration: none; }
      .cab-2fa__check > span {
        font-weight: 500;
        font-size: 12px;
        color: #fff;
        margin-right: 12px; }
        .cab-2fa__check > span:last-child {
          margin-right: 0;
          margin-left: 12px; }
      .cab-2fa__check-icon {
        width: 65px;
        height: 35px;
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 100px;
        position: relative; }
        .cab-2fa__check-icon span {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: 3px;
          width: 29px;
          height: 29px;
          border-radius: 50%;
          background-color: #fff; }
          .cab-2fa__check-icon span svg {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
               -moz-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            fill: #F12A23;
            width: 9px;
            height: 9px; }
      .cab-2fa__check .on {
        display: none; }
    .cab-2fa.active {
      background-image: url(../img/cab-2fa-bg-active.png); }
      .cab-2fa.active .cab-2fa__check-icon span {
        left: auto;
        right: 3px; }
        .cab-2fa.active .cab-2fa__check-icon span svg {
          fill: #56CE60; }
      .cab-2fa.active .cab-2fa__check .off {
        display: none; }
      .cab-2fa.active .cab-2fa__check .on {
        display: block; }
  .cab-head {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 14px; }
    .cab-head h3 {
      font-weight: 700;
      font-size: 16px;
      color: #222222;
      margin-right: 10px;
      margin-bottom: 10px;
      line-height: 0.98; }
      @media (max-width: 575px) {
        .cab-head h3 {
          font-size: 14px; } }
      .cab-head h3:last-child {
        margin-right: 0; }
    .cab-head a {
      font-weight: 500;
      font-size: 12px;
      color: #F12A23;
      padding-right: 10px;
      text-decoration: none;
      position: relative;
      line-height: 0.98;
      margin-bottom: 10px; }
      .cab-head a:hover span {
        border-bottom-color: transparent; }
      .cab-head a span {
        padding-bottom: 3px;
        border-bottom: 1px dotted #F12A23;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .cab-head a svg {
        position: absolute;
        top: 50%;
        right: 0;
        width: 7px;
        height: 7px;
        fill: #F12A23;
        -webkit-transform: translateY(-50%) rotate(-90deg);
           -moz-transform: translateY(-50%) rotate(-90deg);
                transform: translateY(-50%) rotate(-90deg); }
  .cab-fast {
    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: 37px; }
    .cab-fast .m-btn {
      min-height: 68px;
      font-size: 16px; }
    .cab-fast__box {
      border-radius: 11px;
      border: 1px solid #F2F2F2;
      margin-bottom: 27px;
      width: 100%;
      position: relative;
      z-index: 2; }
      .cab-fast__box-load {
        min-height: 343px;
        width: 100%;
        display: -ms-grid;
        display: grid; }
    .cab-fast__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;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .cab-fast__sel {
      width: 50%;
      border-right: 1px solid #F2F2F2;
      border-bottom: 1px solid #F2F2F2;
      position: relative; }
      @media (max-width: 1550px) {
        .cab-fast__sel {
          width: 100%;
          border-right: none; } }
      @media (max-width: 1199px) {
        .cab-fast__sel {
          width: 50%;
          border-right: 1px solid #F2F2F2; } }
      @media (max-width: 480px) {
        .cab-fast__sel {
          width: 100%;
          border-right: none; } }
      .cab-fast__sel > svg {
        position: absolute;
        top: 50%;
        right: 25px;
        -webkit-transform: translate(50%, -50%);
           -moz-transform: translate(50%, -50%);
                transform: translate(50%, -50%);
        fill: #CACACA;
        width: 10px;
        height: 10px; }
      .cab-fast__sel:nth-child(even) {
        border-right: none; }
      .cab-fast__sel-btn {
        width: 100%;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 17px 50px 17px 20px;
        cursor: pointer; }
        .cab-fast__sel-btn > img {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 36px;
          height: 36px;
          left: 26px; }
        .cab-fast__sel-btn h3 {
          font-weight: 900;
          font-size: 16px;
          color: #222222;
          margin-bottom: 2px;
          line-height: 1.22;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          max-width: 100%; }
          .cab-fast__sel-btn h3:last-child {
            margin-bottom: 0; }
          .cab-fast__sel-btn h3 span {
            font-weight: 400; }
        .cab-fast__sel-btn p {
          font-weight: 500;
          font-size: 12px;
          color: #606060;
          line-height: 1.22; }
      .cab-fast__sel-drop {
        left: 0;
        margin-top: 10px;
        width: 100%;
        background: #FFFFFF;
        border: 3px solid #E9E9E9;
        box-shadow: 0px 12px 28px rgba(0, 0, 0, 0.07);
        border-radius: 7px;
        overflow: hidden;
        padding: 10px 6px 6px 6px;
        max-height: 220px;
        overflow-y: auto; }
      .cab-fast__sel-item {
        width: 100%;
        min-height: 44px;
        padding: 13px;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        cursor: pointer;
        border-radius: 5px;
        position: relative; }
        .cab-fast__sel-item > img {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 36px;
          height: 36px;
          left: 16px; }
        .cab-fast__sel-item:hover {
          background-color: #FAFAFA; }
        .cab-fast__sel-item.active h3 {
          color: #F12A23; }
        .cab-fast__sel-item h3 {
          font-weight: 900;
          font-size: 16px;
          color: #222222;
          margin-bottom: 2px;
          line-height: 1.22;
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
          .cab-fast__sel-item h3:last-child {
            margin-bottom: 0; }
          .cab-fast__sel-item h3 span {
            font-weight: 400; }
        .cab-fast__sel-item p {
          font-weight: 500;
          font-size: 12px;
          color: #606060;
          line-height: 1.22; }
      .cab-fast__sel_icon .cab-fast__sel-btn {
        padding-left: 74px; }
        .cab-fast__sel_icon .cab-fast__sel-btn h3 span {
          font-size: 12px;
          text-transform: uppercase; }
      .cab-fast__sel_icon .cab-fast__sel-item {
        padding-left: 64px; }
        .cab-fast__sel_icon .cab-fast__sel-item h3 span {
          font-size: 12px;
          text-transform: uppercase; }
    .cab-fast__input {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-align: center;
      padding: 20px 20px 16px 20px; }
      .cab-fast__input > p {
        font-weight: 500;
        font-size: 12px;
        color: #222222;
        margin-bottom: 25px; }
      .cab-fast__input > span {
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border: 1px solid #F5F5F5;
        padding: 3px 6px 2px 6px;
        font-weight: 500;
        font-size: 10px;
        color: #BDBDBD;
        text-transform: uppercase;
        border-radius: 5px;
        line-height: 1.22; }
      .cab-fast__input input {
        border: none;
        outline: none;
        background: transparent;
        width: 100%;
        font-weight: 800;
        font-size: 50px;
        color: #222222;
        text-align: center;
        margin-bottom: 26px;
        min-height: 50px;
        padding: 0; }
      .cab-fast__input ::-webkit-input-placeholder {
        color: #222222; }
      .cab-fast__input :-moz-placeholder {
        color: #222222; }
      .cab-fast__input ::-moz-placeholder {
        color: #222222; }
      .cab-fast__input :-ms-input-placeholder {
        color: #222222; }
      .cab-fast__input ::placeholder {
        color: #222222; }
  .cab-last {
    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: 48px; }
    .cab-last:last-child {
      margin-bottom: 0; }
    .cab-last__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;
      background-color: #474747;
      border-radius: 7px;
      margin-bottom: 30px; }
      .cab-last__item:last-child {
        margin-bottom: 0; }
      .cab-last__item.stable .cab-last__icon-box {
        background-color: #56CE60; }
      .cab-last__item.stable .cab-last__subtitle:after {
        background-color: #56CE60; }
      .cab-last__item.stable .cab-last__box {
        background-color: rgba(86, 206, 96, 0.2); }
        .cab-last__item.stable .cab-last__box .cab-cur {
          border-color: #56CE60; }
      .cab-last__item.all .cab-last__icon-box {
        background-color: #56CE60; }
      .cab-last__item.all .cab-last__subtitle:after {
        background-color: #56CE60; }
      .cab-last__item.all .cab-last__box {
        background-color: rgba(86, 206, 96, 0.2); }
        .cab-last__item.all .cab-last__box .cab-cur {
          border-color: #56CE60; }
      .cab-last__item.usd .cab-last__icon-box {
        background-color: #56CE60; }
      .cab-last__item.usd .cab-last__subtitle:after {
        background-color: #56CE60; }
      .cab-last__item.usd .cab-last__box {
        background-color: rgba(86, 206, 96, 0.2); }
        .cab-last__item.usd .cab-last__box .cab-cur {
          border-color: #56CE60; }
      .cab-last__item.btc .cab-last__icon-box {
        background-color: #F7931A; }
      .cab-last__item.btc .cab-last__subtitle:after {
        background-color: #F7931A; }
      .cab-last__item.btc .cab-last__box {
        background-color: rgba(247, 147, 26, 0.2); }
        .cab-last__item.btc .cab-last__box .cab-cur {
          border-color: #F7931A; }
      .cab-last__item.eth .cab-last__icon-box {
        background-color: #627EEA; }
      .cab-last__item.eth .cab-last__subtitle:after {
        background-color: #627EEA; }
      .cab-last__item.eth .cab-last__box {
        background-color: rgba(98, 126, 234, 0.2); }
        .cab-last__item.eth .cab-last__box .cab-cur {
          border-color: #627EEA; }
      .cab-last__item.ltc .cab-last__icon-box {
        background-color: #BFBBBB; }
      .cab-last__item.ltc .cab-last__subtitle:after {
        background-color: #BFBBBB; }
      .cab-last__item.ltc .cab-last__box {
        background-color: rgba(191, 187, 187, 0.2); }
        .cab-last__item.ltc .cab-last__box .cab-cur {
          border-color: #BFBBBB; }
      .cab-last__item.trx .cab-last__icon-box {
        background-color: #D81C1C; }
      .cab-last__item.trx .cab-last__subtitle:after {
        background-color: #D81C1C; }
      .cab-last__item.trx .cab-last__box {
        background-color: rgba(216, 28, 28, 0.2); }
        .cab-last__item.trx .cab-last__box .cab-cur {
          border-color: #D81C1C; }
      .cab-last__item.usdt .cab-last__icon-box {
        background-color: #26A17B; }
      .cab-last__item.usdt .cab-last__subtitle:after {
        background-color: #26A17B; }
      .cab-last__item.usdt .cab-last__box {
        background-color: rgba(38, 161, 123, 0.2); }
        .cab-last__item.usdt .cab-last__box .cab-cur {
          border-color: #26A17B; }
      .cab-last__item.usdc .cab-last__icon-box {
        background-color: #2775C9; }
      .cab-last__item.usdc .cab-last__subtitle:after {
        background-color: #2775C9; }
      .cab-last__item.usdc .cab-last__box {
        background-color: rgba(39, 117, 201, 0.2); }
        .cab-last__item.usdc .cab-last__box .cab-cur {
          border-color: #2775C9; }
      .cab-last__item.busd .cab-last__icon-box {
        background-color: #F0B90B; }
      .cab-last__item.busd .cab-last__subtitle:after {
        background-color: #F0B90B; }
      .cab-last__item.busd .cab-last__box {
        background-color: rgba(240, 185, 11, 0.2); }
        .cab-last__item.busd .cab-last__box .cab-cur {
          border-color: #F0B90B; }
      .cab-last__item.bnb .cab-last__icon-box {
        background-color: #F3BA2F; }
      .cab-last__item.bnb .cab-last__subtitle:after {
        background-color: #F3BA2F; }
      .cab-last__item.bnb .cab-last__box {
        background-color: rgba(243, 186, 47, 0.2); }
        .cab-last__item.bnb .cab-last__box .cab-cur {
          border-color: #F3BA2F; }
      .cab-last__item.ada .cab-last__icon-box {
        background-color: #3CC8C8; }
      .cab-last__item.ada .cab-last__subtitle:after {
        background-color: #3CC8C8; }
      .cab-last__item.ada .cab-last__box {
        background-color: rgba(60, 200, 200, 0.2); }
        .cab-last__item.ada .cab-last__box .cab-cur {
          border-color: #3CC8C8; }
      .cab-last__item.xrp .cab-last__icon-box {
        background-color: #1276A7; }
      .cab-last__item.xrp .cab-last__subtitle:after {
        background-color: #1276A7; }
      .cab-last__item.xrp .cab-last__box {
        background-color: rgba(18, 118, 167, 0.2); }
        .cab-last__item.xrp .cab-last__box .cab-cur {
          border-color: #1276A7; }
      .cab-last__item.bch .cab-last__icon-box {
        background-color: #8DC351; }
      .cab-last__item.bch .cab-last__subtitle:after {
        background-color: #8DC351; }
      .cab-last__item.bch .cab-last__box {
        background-color: rgba(141, 195, 81, 0.2); }
        .cab-last__item.bch .cab-last__box .cab-cur {
          border-color: #8DC351; }
      .cab-last__item.dai .cab-last__icon-box {
        background-color: #F5AC37; }
      .cab-last__item.dai .cab-last__subtitle:after {
        background-color: #F5AC37; }
      .cab-last__item.dai .cab-last__box {
        background-color: rgba(245, 172, 55, 0.2); }
        .cab-last__item.dai .cab-last__box .cab-cur {
          border-color: #F5AC37; }
      .cab-last__item.sol .cab-last__icon-box {
        background-color: #9945FF; }
      .cab-last__item.sol .cab-last__subtitle:after {
        background-color: #9945FF; }
      .cab-last__item.sol .cab-last__box {
        background-color: rgba(153, 69, 255, 0.2); }
        .cab-last__item.sol .cab-last__box .cab-cur {
          border-color: #9945FF; }
      .cab-last__item.cro .cab-last__icon-box {
        background-color: #212755; }
      .cab-last__item.cro .cab-last__subtitle:after {
        background-color: #212755; }
      .cab-last__item.cro .cab-last__box {
        background-color: rgba(33, 39, 85, 0.2); }
        .cab-last__item.cro .cab-last__box .cab-cur {
          border-color: #212755; }
      .cab-last__item.etc .cab-last__icon-box {
        background-color: #3AB83A; }
      .cab-last__item.etc .cab-last__subtitle:after {
        background-color: #3AB83A; }
      .cab-last__item.etc .cab-last__box {
        background-color: rgba(58, 184, 58, 0.2); }
        .cab-last__item.etc .cab-last__box .cab-cur {
          border-color: #3AB83A; }
      .cab-last__item.doge .cab-last__icon-box {
        background-color: #C2A633; }
      .cab-last__item.doge .cab-last__subtitle:after {
        background-color: #C2A633; }
      .cab-last__item.doge .cab-last__box {
        background-color: rgba(194, 166, 51, 0.2); }
        .cab-last__item.doge .cab-last__box .cab-cur {
          border-color: #C2A633; }
      .cab-last__item.avax .cab-last__icon-box {
        background-color: #E84142; }
      .cab-last__item.avax .cab-last__subtitle:after {
        background-color: #E84142; }
      .cab-last__item.avax .cab-last__box {
        background-color: rgba(232, 65, 66, 0.2); }
        .cab-last__item.avax .cab-last__box .cab-cur {
          border-color: #E84142; }
      .cab-last__item.flow .cab-last__icon-box {
        background-color: #00EF8B; }
      .cab-last__item.flow .cab-last__subtitle:after {
        background-color: #00EF8B; }
      .cab-last__item.flow .cab-last__box {
        background-color: rgba(0, 239, 139, 0.2); }
        .cab-last__item.flow .cab-last__box .cab-cur {
          border-color: #00EF8B; }
      .cab-last__item.xmr .cab-last__icon-box {
        background-color: #FF6B01; }
      .cab-last__item.xmr .cab-last__subtitle:after {
        background-color: #FF6B01; }
      .cab-last__item.xmr .cab-last__box {
        background-color: rgba(255, 107, 1, 0.2); }
        .cab-last__item.xmr .cab-last__box .cab-cur {
          border-color: #FF6B01; }
      .cab-last__item.link .cab-last__icon-box {
        background-color: #224DDA; }
      .cab-last__item.link .cab-last__subtitle:after {
        background-color: #224DDA; }
      .cab-last__item.link .cab-last__box {
        background-color: rgba(34, 77, 218, 0.2); }
        .cab-last__item.link .cab-last__box .cab-cur {
          border-color: #224DDA; }
      .cab-last__item.atom .cab-last__icon-box {
        background-color: #2E3148; }
      .cab-last__item.atom .cab-last__subtitle:after {
        background-color: #2E3148; }
      .cab-last__item.atom .cab-last__box {
        background-color: rgba(46, 49, 72, 0.2); }
        .cab-last__item.atom .cab-last__box .cab-cur {
          border-color: #2E3148; }
      .cab-last__item.algo .cab-last__icon-box {
        background-color: #315A98; }
      .cab-last__item.algo .cab-last__subtitle:after {
        background-color: #315A98; }
      .cab-last__item.algo .cab-last__box {
        background-color: rgba(49, 90, 152, 0.2); }
        .cab-last__item.algo .cab-last__box .cab-cur {
          border-color: #315A98; }
      .cab-last__item.dot .cab-last__icon-box {
        background-color: #E6007A; }
      .cab-last__item.dot .cab-last__subtitle:after {
        background-color: #E6007A; }
      .cab-last__item.dot .cab-last__box {
        background-color: rgba(230, 0, 122, 0.2); }
        .cab-last__item.dot .cab-last__box .cab-cur {
          border-color: #E6007A; }
      .cab-last__item.ftt .cab-last__icon-box {
        background-color: #02A6C2; }
      .cab-last__item.ftt .cab-last__subtitle:after {
        background-color: #02A6C2; }
      .cab-last__item.ftt .cab-last__box {
        background-color: rgba(2, 166, 194, 0.2); }
        .cab-last__item.ftt .cab-last__box .cab-cur {
          border-color: #02A6C2; }
      .cab-last__item.xlm .cab-last__icon-box {
        background-color: #000000; }
      .cab-last__item.xlm .cab-last__subtitle:after {
        background-color: #000000; }
      .cab-last__item.xlm .cab-last__box {
        background-color: rgba(0, 0, 0, 0.2); }
        .cab-last__item.xlm .cab-last__box .cab-cur {
          border-color: #000000; }
      .cab-last__item.matic .cab-last__icon-box {
        background-color: #8247E5; }
      .cab-last__item.matic .cab-last__subtitle:after {
        background-color: #8247E5; }
      .cab-last__item.matic .cab-last__box {
        background-color: rgba(130, 71, 229, 0.2); }
        .cab-last__item.matic .cab-last__box .cab-cur {
          border-color: #8247E5; }
      .cab-last__item.near .cab-last__icon-box {
        background-color: #894EB7; }
      .cab-last__item.near .cab-last__subtitle:after {
        background-color: #894EB7; }
      .cab-last__item.near .cab-last__box {
        background-color: rgba(137, 78, 183, 0.2); }
        .cab-last__item.near .cab-last__box .cab-cur {
          border-color: #894EB7; }
      .cab-last__item.tusd .cab-last__icon-box {
        background-color: #002868; }
      .cab-last__item.tusd .cab-last__subtitle:after {
        background-color: #002868; }
      .cab-last__item.tusd .cab-last__box {
        background-color: rgba(0, 40, 104, 0.2); }
        .cab-last__item.tusd .cab-last__box .cab-cur {
          border-color: #002868; }
      .cab-last__item.usdp .cab-last__icon-box {
        background-color: #0293D6; }
      .cab-last__item.usdp .cab-last__subtitle:after {
        background-color: #0293D6; }
      .cab-last__item.usdp .cab-last__box {
        background-color: rgba(2, 147, 214, 0.2); }
        .cab-last__item.usdp .cab-last__box .cab-cur {
          border-color: #0293D6; }
    .cab-last__head {
      padding: 18px 18px 8px 140px;
      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%;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      position: relative; }
      @media (max-width: 480px) {
        .cab-last__head {
          padding-left: 100px; } }
      .cab-last__head > img {
        position: absolute;
        top: -26px;
        left: 70px;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
                transform: translateX(-50%);
        pointer-events: none;
        max-width: 100px; }
        @media (max-width: 480px) {
          .cab-last__head > img {
            left: 50px;
            max-width: 70px;
            top: -20px; } }
      .cab-last__head > p {
        font-weight: 400;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.5);
        line-height: 1.22; }
    .cab-last__title {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: baseline;
         -moz-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .cab-last__title h3 {
        font-weight: 700;
        font-size: 24px;
        color: #fff;
        line-height: 1.07;
        margin-right: 9px;
        margin-bottom: 5px; }
        @media (max-width: 480px) {
          .cab-last__title h3 {
            font-size: 16px; } }
        .cab-last__title h3 span {
          font-weight: 400;
          font-size: 16px; }
          @media (max-width: 480px) {
            .cab-last__title h3 span {
              font-size: 14px; } }
      .cab-last__title .cab-status {
        -webkit-transform: translateY(-2px);
           -moz-transform: translateY(-2px);
                transform: translateY(-2px);
        margin-bottom: 5px; }
    .cab-last__content {
      width: 100%;
      padding: 36px 22px 25px 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: 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) {
        .cab-last__content {
          padding: 30px 15px 15px 15px; } }
    .cab-last__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;
      border-radius: 15px;
      background-color: #FAFAFA;
      position: relative;
      padding: 12px 15px 2px 30px;
      margin-bottom: 11px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      @media (max-width: 480px) {
        .cab-last__row {
          padding: 25px 12px 2px 30px; } }
      .cab-last__row:last-child {
        margin-bottom: 0; }
      .cab-last__row_icon {
        padding: 25px 15px 12px 30px; }
    .cab-last__icon {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
              transform: translateX(-50%);
      top: -17px;
      width: 40px;
      height: 40px; }
      .cab-last__icon-box {
        border: 1px solid #474747;
        background-color: #F12A23;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-radius: 12px;
        width: 100%;
        height: 100%;
        z-index: 2;
        position: relative; }
        .cab-last__icon-box svg {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
             -moz-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 20px;
          height: 20px;
          fill: #fff; }
      .cab-last__icon-bg {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
                transform: translateX(-50%);
        top: 17px;
        z-index: 1;
        height: 13px;
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
        background-color: #474747;
        pointer-events: none; }
        .cab-last__icon-bg:after {
          position: absolute;
          top: 0;
          right: -moz-calc(100% - 15px);
          right: calc(100% - 15px);
          height: 26px;
          width: 30px;
          content: '';
          background-color: #fafafa;
          border-radius: 100px; }
        .cab-last__icon-bg:before {
          position: absolute;
          top: 0;
          left: -moz-calc(100% - 15px);
          left: calc(100% - 15px);
          height: 26px;
          width: 30px;
          content: '';
          background-color: #fafafa;
          border-radius: 100px; }
    .cab-last__subtitle {
      font-weight: 400;
      font-size: 16px;
      color: #A5A4AA;
      margin-bottom: 10px;
      position: relative;
      line-height: 1.22; }
      .cab-last__subtitle:after {
        right: -moz-calc(100% + 13px);
        right: calc(100% + 13px);
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 3px;
        height: 16px;
        content: '';
        background-color: #F12A23;
        border-radius: 10px; }
      .cab-last__subtitle:last-child {
        margin-bottom: 0; }
    .cab-last__val {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      font-weight: 800;
      font-size: 18px;
      color: #222222;
      line-height: 1.22; }
      .cab-last__val .cab-cur {
        margin-left: 10px; }
    .cab-last__date {
      font-weight: 700;
      font-size: 16px;
      color: #222222; }
      .cab-last__date span {
        font-weight: 400; }
    .cab-last__box {
      background-color: rgba(241, 42, 35, 0.12);
      padding: 13px 13px 8px 35px;
      border-radius: 15px;
      width: 100%; }
      .cab-last__box .cab-last__subtitle {
        color: #222222;
        margin-bottom: 6px; }
      .cab-last__box .cab-last__val {
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .cab-last__box .cab-cur {
        color: #222222; }
    .cab-last__col {
      padding-right: 10px;
      margin-bottom: 10px; }
      @media (max-width: 480px) {
        .cab-last__col {
          width: 100%;
          padding-right: 0; } }
      .cab-last__col:last-child {
        padding-right: 0; }
  .cab-status {
    position: relative;
    font-weight: 500;
    font-size: 10px;
    color: #56CE60;
    padding-left: 13px;
    line-height: 1; }
    .cab-status__icon {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      width: 6px;
      height: 6px;
      background-color: #56CE60;
      border-radius: 50%; }
      .cab-status__icon:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: -1;
        background-color: #56CE60;
        width: 100%;
        height: 100%;
        opacity: 0;
        content: '';
        border-radius: 50%;
        -webkit-animation: pulse 2s infinite linear;
           -moz-animation: pulse 2s infinite linear;
                animation: pulse 2s infinite linear; }
      .cab-status__icon:before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: -1;
        background-color: #56CE60;
        width: 100%;
        height: 100%;
        opacity: 0;
        content: '';
        border-radius: 50%;
        -webkit-animation: pulse 2s infinite linear;
           -moz-animation: pulse 2s infinite linear;
                animation: pulse 2s infinite linear;
        -webkit-animation-delay: 1s;
           -moz-animation-delay: 1s;
                animation-delay: 1s; }
    .cab-status.red {
      color: #F12A23; }
      .cab-status.red .cab-status__icon {
        background-color: #F12A23; }
        .cab-status.red .cab-status__icon:after, .cab-status.red .cab-status__icon:before {
          background-color: #F12A23; }
  .cab-cur {
    padding: 2px 6px 1px 6px;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.22;
    font-weight: 500;
    font-size: 10px;
    color: #828282;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid #bababa; }
    .cab-cur.black {
      color: #222222; }
  .cab-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: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 10px 12px 10px 12px;
    border-radius: 7px 7px 0 0;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #F5F5F5;
    background-color: #fff; }
    @media (max-width: 575px) {
      .cab-btns {
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 10px 10px 10px 10px;
        width: 100%; } }
    .cab-btns__item {
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-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;
      background-color: #fafafa;
      border: 1px solid rgba(0, 0, 0, 0.06);
      border-radius: 7px;
      margin-right: 13px;
      padding: 18px 65px 18px 46px;
      text-decoration: none;
      cursor: pointer;
      min-width: 227px;
      z-index: 1; }
      @media (max-width: 575px) {
        .cab-btns__item {
          min-width: 0;
          width: 100%;
          margin-right: 0;
          margin-bottom: 10px; }
          .cab-btns__item:last-child {
            margin-bottom: 0; } }
      .cab-btns__item:after {
        position: absolute;
        left: 50%;
        bottom: -8px;
        height: -moz-calc(100% - 17px);
        height: calc(100% - 17px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        background: -moz-linear-gradient(177.2deg, #56CE60 3.67%, #279D30 97.08%);
        background: linear-gradient(272.8deg, #56CE60 3.67%, #279D30 97.08%);
        -webkit-filter: blur(12.5px);
                filter: blur(12.5px);
        border-radius: 7px;
        content: '';
        z-index: -1;
        -webkit-transform: translateX(-50%) scale(0);
           -moz-transform: translateX(-50%) scale(0);
                transform: translateX(-50%) scale(0);
        opacity: 0;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .cab-btns__item:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url("../img/cab-btn-bg.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        content: '';
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        opacity: 0;
        z-index: -1;
        border-radius: 7px; }
      .cab-btns__item:last-child {
        margin-right: 0; }
      .cab-btns__item > svg {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 20px;
        width: 15px;
        height: 15px;
        fill: #222222; }
      .cab-btns__item h3 {
        font-weight: 800;
        font-size: 12px;
        color: #222222;
        text-transform: uppercase;
        margin-bottom: 1px;
        line-height: 1.22; }
      .cab-btns__item p {
        font-weight: 500;
        font-size: 10px;
        color: rgba(0, 0, 0, 0.7);
        line-height: 1.22; }
      .cab-btns__item_color {
        background-color: #56CE60; }
        .cab-btns__item_color:after {
          opacity: 1;
          -webkit-transform: translateX(-50%) scale(1);
             -moz-transform: translateX(-50%) scale(1);
                  transform: translateX(-50%) scale(1); }
        .cab-btns__item_color:before {
          opacity: 1; }
        .cab-btns__item_color h3, .cab-btns__item_color p {
          color: #fff; }
        .cab-btns__item_color > svg {
          fill: #fff; }
        .cab-btns__item_color .cab-btns__icon {
          background: rgba(255, 255, 255, 0.1); }
        .cab-btns__item_color:after {
          opacity: 0; }
        .cab-btns__item_color:hover:after {
          opacity: 1; }
      .cab-btns__item_grey:after {
        opacity: 0;
        background: -moz-linear-gradient(177.2deg, #ebebeb 3.67%, #fafafa 97.08%);
        background: linear-gradient(272.8deg, #ebebeb 3.67%, #fafafa 97.08%); }
      .cab-btns__item_grey:hover:after {
        opacity: 1;
        -webkit-transform: translateX(-50%) scale(1);
           -moz-transform: translateX(-50%) scale(1);
                transform: translateX(-50%) scale(1); }
    .cab-btns__icon {
      position: absolute;
      top: 50%;
      right: 32px;
      -webkit-transform: translate(50%, -50%);
         -moz-transform: translate(50%, -50%);
              transform: translate(50%, -50%);
      width: 36px;
      height: 36px;
      background: -moz-linear-gradient(177.2deg, #56CE60 3.67%, #279D30 97.08%), #F5F5F5;
      background: linear-gradient(272.8deg, #56CE60 3.67%, #279D30 97.08%), #F5F5F5;
      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; }
      .cab-btns__icon img {
        max-width: 10px;
        margin-right: -3px; }
  .cab-table {
    background: #FFFFFF;
    border: 1px solid #F5F5F5;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.03);
    border-radius: 7px;
    margin-bottom: 28px; }
    @media (max-width: 767px) {
      .cab-table__balances tbody {
        overflow-y: auto;
        display: block;
        width: 100%;
        max-height: 495px;
        padding-right: 4px;
        overflow-x: hidden; } }
    .cab-table__balances tbody::-webkit-scrollbar {
      width: 2px;
      /* full scroll bar width */ }
    .cab-table__balances tbody::-webkit-scrollbar-track {
      background: transparent !important;
      /* Tracking area color */ }
    .cab-table__balances tbody::-webkit-scrollbar-thumb {
      background-color: #F12A23 !important;
      /* цвет бегунка */
      border-radius: 20px !important;
      /* rounded runner */
      border: 0px solid transparent !important;
      /* отступ вокруг бегунка */ }
    .cab-table__balances .cab-table__wrap {
      max-height: 500px; }
      @media (max-width: 767px) {
        .cab-table__balances .cab-table__wrap {
          max-height: inherit; } }
    .cab-table__head {
      padding: 12px 30px;
      width: 100%; }
      @media (max-width: 767px) {
        .cab-table__head {
          padding-left: 15px;
          padding-right: 15px; } }
      .cab-table__head-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: 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-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
      .cab-table__head-right {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        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-table__head .row {
        min-height: 41px; }
    .cab-table__wrap {
      width: 100%;
      overflow-x: auto;
      padding: 3px; }
      .cab-table__wrap::-webkit-scrollbar {
        width: 2px;
        height: 5px;
        /* full scroll bar width */ }
      .cab-table__wrap::-webkit-scrollbar-track {
        background: transparent;
        height: 2px;
        /* Tracking area color */ }
      .cab-table__wrap::-webkit-scrollbar-thumb {
        background-color: #F12A23;
        /* runner color */
        border-radius: 20px;
        /* rounded runner */
        border: 0px solid orange;
        /* indent around the runner */ }
      .cab-table__wrap table {
        width: 100%;
        border-collapse: collapse;
        white-space: nowrap;
        position: relative;
        overflow: hidden; }
        @media (max-width: 767px) {
          .cab-table__wrap table {
            white-space: normal; } }
        .cab-table__wrap table th {
          background-color: #FBFBFB;
          padding: 17px 15px;
          text-align: left; }
          .cab-table__wrap table th:first-child {
            border-radius: 4px 0 0 4px;
            padding-left: 30px; }
            @media (max-width: 1199px) {
              .cab-table__wrap table th:first-child {
                padding-left: 15px; } }
            @media (max-width: 767px) {
              .cab-table__wrap table th:first-child {
                padding-left: 10px; } }
          .cab-table__wrap table th:last-child {
            border-radius: 0 4px 4px 0;
            padding-right: 30px; }
            @media (max-width: 1199px) {
              .cab-table__wrap table th:last-child {
                padding-right: 15px; } }
            @media (max-width: 767px) {
              .cab-table__wrap table th:last-child {
                padding-right: 10px; } }
        .cab-table__wrap table td {
          padding: 17px 15px;
          text-align: left;
          background-color: #fff; }
          .cab-table__wrap table td:before {
            font-weight: 700;
            font-size: 12px;
            color: #A5A5A5; }
            @media (max-width: 480px) {
              .cab-table__wrap table td:before {
                width: 35%; } }
          @media (max-width: 480px) {
            .cab-table__wrap table td .td-text {
              width: 65%; } }
          .cab-table__wrap table td.empty {
            text-align: center;
            color: #a5a5a5; }
          @media (max-width: 767px) {
            .cab-table__wrap table td {
              border: none;
              padding: 10px;
              display: -webkit-flex;
              display: -moz-box;
              display: -ms-flexbox;
              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: transparent; }
              .cab-table__wrap table td:last-child {
                border-bottom: none; } }
          .cab-table__wrap table td:first-child {
            border-radius: 4px 0 0 4px;
            padding-left: 30px; }
            @media (max-width: 1199px) {
              .cab-table__wrap table td:first-child {
                padding-left: 15px; } }
            @media (max-width: 767px) {
              .cab-table__wrap table td:first-child {
                padding-left: 10px; } }
          .cab-table__wrap table td:last-child {
            border-radius: 0 4px 4px 0;
            padding-right: 30px; }
            @media (max-width: 1199px) {
              .cab-table__wrap table td:last-child {
                padding-right: 15px; } }
            @media (max-width: 767px) {
              .cab-table__wrap table td:last-child {
                padding-right: 10px; } }
        @media (max-width: 767px) {
          .cab-table__wrap table tbody tr {
            border: none;
            border-radius: 10px;
            background-color: #FBFBFB;
            margin-bottom: 10px; }
            .cab-table__wrap table tbody tr:last-child {
              margin-bottom: 0; } }
        @media (max-width: 767px) {
          .cab-table__wrap table tbody tr:nth-child(even) {
            background-color: #FBFBFB; } }
        .cab-table__wrap table tbody tr:nth-child(even) td {
          background-color: #FBFBFB; }
          @media (max-width: 767px) {
            .cab-table__wrap table tbody tr:nth-child(even) td {
              border-radius: 0 !important;
              background-color: transparent; } }
    .cab-table__th {
      font-weight: 700;
      font-size: 12px;
      color: #A5A5A5;
      display: inline-block; }
      .cab-table__th_filter {
        border-bottom: 1px dotted #9E9E9E;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        cursor: pointer;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        position: relative; }
        .cab-table__th_filter:hover {
          color: #222222;
          border-bottom-color: #222222; }
        .cab-table__th_filter.up {
          color: #F12A23;
          border-bottom-color: #F12A23; }
          .cab-table__th_filter.up:after {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
               -moz-transform: translateY(-50%);
                    transform: translateY(-50%);
            left: -moz-calc(100% + 7px);
            left: calc(100% + 7px);
            width: 5px;
            height: 10px;
            background-image: url(../img/filter-arrow.svg);
            background-repeat: no-repeat;
            background-position: 50% 50%;
            content: ''; }
        .cab-table__th_filter.down {
          color: #F12A23;
          border-bottom-color: #F12A23; }
          .cab-table__th_filter.down:after {
            top: 50%;
            position: absolute;
            -webkit-transform: translateY(-50%) scaleY(-1);
               -moz-transform: translateY(-50%) scaleY(-1);
                    transform: translateY(-50%) scaleY(-1);
            left: -moz-calc(100% + 7px);
            left: calc(100% + 7px);
            width: 5px;
            height: 10px;
            background-image: url(../img/filter-arrow.svg);
            background-repeat: no-repeat;
            background-position: 50% 50%;
            content: ''; }
        .cab-table__th_filter.active {
          color: #F12A23;
          border-bottom-color: #F12A23; }
    .cab-table__star {
      width: 15px;
      height: 15px;
      cursor: pointer; }
      .cab-table__star svg {
        width: 100%;
        height: 100%;
        stroke: #D2D2D2;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        fill: none; }
      .cab-table__star:hover svg {
        stroke: #FFBC10; }
      .cab-table__star.active svg {
        stroke: none;
        fill: #FFBC10; }
    .cab-table__val {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .cab-table__val h3 {
        font-weight: 400;
        font-size: 14px;
        color: #222222;
        line-height: 1.22;
        margin-bottom: 4px; }
        @media (max-width: 767px) {
          .cab-table__val h3 {
            font-size: 12px;
            -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap; } }
        .cab-table__val h3:last-child {
          margin-bottom: 0; }
        .cab-table__val h3 .cab-cur {
          -webkit-transform: translateY(-2px);
             -moz-transform: translateY(-2px);
                  transform: translateY(-2px); }
        .cab-table__val h3 b {
          font-weight: 700; }
        .cab-table__val h3 strong {
          font-weight: 500;
          font-size: 18px; }
          @media (max-width: 767px) {
            .cab-table__val h3 strong {
              font-size: 16px; } }
        .cab-table__val h3 span {
          font-size: 18px;
          font-weight: 800; }
          @media (max-width: 767px) {
            .cab-table__val h3 span {
              font-size: 16px; } }
        .cab-table__val h3.red {
          color: #F12A23; }
        .cab-table__val h3.green {
          color: #56CE60; }
      .cab-table__val p {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        color: #F12A23;
        font-weight: 500;
        font-size: 12px;
        line-height: 1.22; }
        .cab-table__val p > svg {
          width: 12px;
          height: 12px;
          fill: #F12A23;
          margin-right: 3px; }
        .cab-table__val p.green {
          color: #56CE60; }
          .cab-table__val p.green svg {
            fill: #56CE60;
            -webkit-transform: scaleY(-1);
               -moz-transform: scaleY(-1);
                    transform: scaleY(-1); }
        .cab-table__val p.gray {
          color: #666;
          font-weight: 400; }
      .cab-table__val .tip {
        -webkit-transform: translateY(-2px);
           -moz-transform: translateY(-2px);
                transform: translateY(-2px); }
    .cab-table__cur {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .cab-table__cur h3 {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        font-weight: 700;
        font-size: 14px;
        color: #222222;
        margin-bottom: 7px;
        line-height: 1; }
        .cab-table__cur h3:last-child {
          margin-bottom: 0; }
        .cab-table__cur h3 img {
          width: 20px;
          height: 20px;
          margin-right: 5px;
          margin-top: -2px; }
      .cab-table__cur p {
        font-weight: 400;
        font-size: 12px;
        color: #666666;
        line-height: 1.22; }
      .cab-table__cur-list {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: stretch;
           -moz-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding-left: 24px;
        position: relative;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .cab-table__cur-list:after {
          width: 10px;
          height: 10px;
          bottom: 50%;
          left: 9px;
          border-left: 1px solid #E9E9E9;
          border-bottom: 1px solid #E9E9E9;
          content: '';
          border-bottom-left-radius: 4px;
          position: absolute; }
        .cab-table__cur-list img {
          width: 16px;
          height: 16px;
          margin-right: 1px;
          margin-bottom: 1px; }
          .cab-table__cur-list img:last-child {
            margin-right: 0; }
      .cab-table__cur-address {
        font-weight: 500;
        font-size: 14px;
        color: #666666;
        text-decoration: underline;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        cursor: pointer; }
        .cab-table__cur-address:hover {
          color: #F12A23; }
      .cab-table__cur_big h3 img {
        width: 34px;
        height: 34px;
        margin-right: 23px; }
    .cab-table__more {
      width: 24px;
      height: 24px;
      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;
      background-color: #F12A23;
      font-weight: 800;
      font-size: 12px;
      color: #fff;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      text-decoration: none;
      cursor: pointer;
      line-height: 1; }
      .cab-table__more:hover {
        background-color: #656565; }
    .cab-table__date {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .cab-table__date h3 {
        line-height: 1.22;
        font-weight: 700;
        font-size: 14px;
        color: #222222; }
      .cab-table__date p {
        line-height: 1.22;
        font-weight: 400;
        font-size: 14px;
        color: #222222; }
        .cab-table__date p span {
          font-size: 13px;
          color: #666666;
          margin-bottom: 7px;
          display: inline-block; }
        .cab-table__date p:last-child span {
          margin-bottom: 0; }
    .cab-table__operation {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      padding-left: 48px;
      min-height: 20px; }
      @media (max-width: 480px) {
        .cab-table__operation {
          padding-left: 36px; } }
      .cab-table__operation h3 {
        font-weight: 700;
        font-size: 13px;
        color: #222222;
        margin-bottom: 4px;
        line-height: 1; }
        @media (max-width: 480px) {
          .cab-table__operation h3 {
            font-size: 12px; } }
        .cab-table__operation h3:last-child {
          margin-bottom: 0; }
      .cab-table__operation p {
        font-weight: 400;
        font-size: 12px;
        color: #222222;
        line-height: 1.22; }
        .cab-table__operation p span {
          color: #8D8D8D;
          font-weight: 500; }
        .cab-table__operation p a {
          color: #F12A23;
          text-decoration: underline; }
          .cab-table__operation p a b {
            font-weight: 500; }
          .cab-table__operation p a:hover {
            text-decoration: none; }
      .cab-table__operation-img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        width: 34px;
        height: 34px; }
        @media (max-width: 480px) {
          .cab-table__operation-img {
            width: 30px;
            height: 30px; } }
        .cab-table__operation-img > img {
          width: 100%;
          height: 100%; }
      .cab-table__operation-icon {
        position: absolute;
        top: -2px;
        right: -6px;
        border-radius: 50%;
        background-color: #56CE60;
        border: 2px solid #fff;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 22px;
        height: 22px; }
        @media (max-width: 480px) {
          .cab-table__operation-icon {
            width: 18px;
            height: 18px;
            right: -3px;
            top: 0; } }
        .cab-table__operation-icon img {
          max-width: 10px; }
          @media (max-width: 480px) {
            .cab-table__operation-icon img {
              max-width: 8px; } }
        .cab-table__operation-icon.orange {
          background-color: #F98D51; }
        .cab-table__operation-icon.red {
          background-color: red; }
    .cab-table__id {
      margin-bottom: 8px;
      font-weight: 400;
      font-size: 14px;
      color: #222222;
      text-decoration: underline; }
      .cab-table__id:last-child {
        margin-bottom: 0; }
    .cab-table__status {
      padding-left: 9px;
      position: relative;
      line-height: 1;
      font-weight: 700;
      font-size: 10px;
      color: #56CE60;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .cab-table__status:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #56CE60;
        content: ''; }
      .cab-table__status-btn {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-left: 5px;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: #F12A23; }
        .cab-table__status-btn svg {
          fill: #fff;
          width: 5px;
          height: 6px; }
      .cab-table__status .tip {
        margin-left: 5px; }
      .cab-table__status.orange {
        color: #F98D51; }
        .cab-table__status.orange:after {
          background-color: #F98D51; }
      .cab-table__status.red {
        color: #F12A23; }
        .cab-table__status.red:after {
          background-color: #F12A23; }
    .cab-table__empty {
      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;
      padding: 30px; }
      @media (max-width: 767px) {
        .cab-table__empty {
          padding: 15px; } }
      .cab-table__empty .cab-empty__content {
        max-width: 100%; }
      .cab-table__empty .cab-refs-2__icon img {
        -webkit-filter: grayscale(100);
                filter: grayscale(100); }
      .cab-table__empty .cab-refs-2__box {
        margin-bottom: 0;
        background-color: rgba(0, 0, 0, 0.02);
        max-width: 424px;
        width: 100%;
        padding-right: 88px; }
        .cab-table__empty .cab-refs-2__box .cab-refs__copy {
          width: 54px;
          height: 54px;
          padding: 0; }
          .cab-table__empty .cab-refs-2__box .cab-refs__copy svg {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
               -moz-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%); }
      .cab-table__empty_search {
        padding: 55px 30px 75px 30px; }
        .cab-table__empty_search .cab-empty__img {
          max-width: 180px;
          width: 180px;
          height: auto; }
        .cab-table__empty_search .m-btn {
          min-width: 180px;
          min-height: 51px;
          font-size: 16px;
          font-weight: 700; }
    .cab-table__links {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .cab-table__links a {
        width: 38px;
        height: 38px;
        margin-right: 5px;
        border: 1px solid #F0F0F0;
        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; }
        .cab-table__links a:hover {
          background-color: #F12A23;
          border-color: #F12A23; }
          .cab-table__links a:hover img {
            -webkit-filter: brightness(100);
                    filter: brightness(100); }
        .cab-table__links a.blue:hover {
          background-color: #5AB4F5;
          border-color: #5AB4F5; }
        .cab-table__links a.orange:hover {
          background-color: #FFA030;
          border-color: #FFA030; }
    .cab-table__dep-id {
      font-weight: 400;
      color: #222222;
      margin-bottom: 3px; }
      .cab-table__dep-id:last-child {
        margin-bottom: 0; }
      .cab-table__dep-id span {
        font-weight: 700; }
      .cab-table__dep-id a {
        color: #F12A23;
        text-decoration: underline; }
        .cab-table__dep-id a:hover {
          text-decoration: none; }
    .cab-table__copy {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      cursor: pointer;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      border: 1px solid #F0F0F0;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-left: 8px; }
      .cab-table__copy:hover {
        background-color: #F12A23;
        border-color: #F12A23; }
        .cab-table__copy:hover svg {
          stroke: #fff; }
      .cab-table__copy svg {
        width: 10px;
        height: 10px;
        fill: none;
        stroke: #606060;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
    .cab-table__category {
      font-weight: 400;
      font-size: 14px;
      color: #666666;
      line-height: 1.22;
      white-space: normal;
      max-width: 400px;
      min-width: 120px; }
      @media (max-width: 767px) {
        .cab-table__category {
          min-width: 0; } }
    .cab-table__msg {
      font-weight: 700;
      font-size: 14px;
      color: #222222;
      white-space: normal;
      max-width: 557px;
      line-height: 1.22;
      min-width: 300px; }
      @media (max-width: 767px) {
        .cab-table__msg {
          min-width: 0; } }
    .cab-table__close-ticket {
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 7px 14px;
      border: 1px solid rgba(0, 0, 0, 0.05);
      font-weight: 400;
      font-size: 10px;
      color: #222222;
      border-radius: 20px;
      cursor: pointer;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .cab-table__close-ticket:hover {
        background-color: #F12A23;
        border-color: #F12A23;
        color: #fff; }
        .cab-table__close-ticket:hover svg {
          fill: #fff; }
      .cab-table__close-ticket svg {
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        width: 9px;
        height: 9px;
        fill: #222222;
        margin-right: 6px; }
    .cab-table__text {
      font-weight: 400;
      font-size: 14px;
      color: #666666;
      line-height: 1.22; }
    .cab-table__country {
      width: 26px;
      height: 26px; }
      .cab-table__country svg {
        width: 100%;
        height: 100%;
        border-radius: 50%; }
    .cab-table__ip {
      font-weight: 700;
      font-size: 14px;
      color: #222222;
      line-height: 1.22; }
    .cab-table__dep {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      position: relative;
      padding-left: 27px; }
      .cab-table__dep img {
        position: absolute;
        top: -2px;
        left: 0;
        width: 20px;
        height: 20px; }
      .cab-table__dep h3 {
        font-weight: 700;
        font-size: 14px;
        color: #222222;
        margin-bottom: 4px;
        line-height: 1.22; }
        .cab-table__dep h3:last-child {
          margin-bottom: 0; }
      .cab-table__dep p {
        font-weight: 400;
        font-size: 12px;
        color: #666666;
        line-height: 1.22; }
    .cab-table_btns {
      border-top-right-radius: 0; }
      @media (max-width: 575px) {
        .cab-table_btns {
          border-top-left-radius: 0; } }
    .cab-table_invest {
      width: 100%; }
      .cab-table_invest .cab-search {
        margin-top: 0; }
      .cab-table_invest .cab-table__wrap table {
        overflow: hidden; }
        .cab-table_invest .cab-table__wrap table td:before {
          display: none; }
      .cab-table_invest .cab-table__empty {
        padding: 68px 15px; }
        @media (max-width: 575px) {
          .cab-table_invest .cab-table__empty {
            padding: 15px 30px; } }
    .cab-table_his-page .cab-title {
      margin-bottom: 14px;
      margin-top: 0; }
    .cab-table_support .cab-filter__selects {
      margin-right: 0; }
      @media (max-width: 767px) {
        .cab-table_support .cab-filter__selects {
          margin-right: -10px; } }
    .cab-table_support .cab-filter__clear {
      margin-right: 0; }
      @media (max-width: 767px) {
        .cab-table_support .cab-filter__clear {
          margin-right: 10px; } }
    .cab-table_support .cab-search {
      margin-left: 30px; }
      @media (max-width: 767px) {
        .cab-table_support .cab-search {
          margin-left: 0; } }
    .cab-table_support .cab-table__wrap table {
      border-collapse: separate;
      border-spacing: 0px 3px; }
      .cab-table_support .cab-table__wrap table tr.red td {
        background-color: rgba(241, 42, 35, 0.03); }
      .cab-table_support .cab-table__wrap table tr.red:hover td {
        border-color: rgba(241, 42, 35, 0.3); }
      .cab-table_support .cab-table__wrap table tr.green td {
        background-color: rgba(86, 206, 96, 0.03); }
      .cab-table_support .cab-table__wrap table tr.green:hover td {
        border-color: rgba(86, 206, 96, 0.3); }
      .cab-table_support .cab-table__wrap table tr.orange td {
        background-color: rgba(249, 141, 81, 0.03); }
      .cab-table_support .cab-table__wrap table tr.orange:hover td {
        border-color: rgba(249, 141, 81, 0.3); }
      .cab-table_support .cab-table__wrap table tr.blue td {
        background-color: rgba(81, 148, 249, 0.03); }
      @media (min-width: 768px) {
        .cab-table_support .cab-table__wrap table tr.blue:hover td {
          border-color: rgba(81, 148, 249, 0.3); } }
      @media (min-width: 768px) {
        .cab-table_support .cab-table__wrap table tr:hover td {
          border-color: rgba(34, 34, 34, 0.3); } }
      .cab-table_support .cab-table__wrap table td {
        background-color: rgba(0, 0, 0, 0.03);
        padding: 24px 30px;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        cursor: pointer; }
        @media (max-width: 767px) {
          .cab-table_support .cab-table__wrap table td {
            padding: 10px 15px; } }
        .cab-table_support .cab-table__wrap table td:first-child {
          border-left: 1px solid transparent; }
        .cab-table_support .cab-table__wrap table td:last-child {
          border-right: 1px solid transparent; }
    .cab-table_dep {
      height: 473px;
      overflow: hidden; }
      @media (max-width: 1333px) {
        .cab-table_dep {
          height: 491px; } }
      @media (max-width: 1199px) {
        .cab-table_dep {
          height: auto; } }
      .cab-table_dep .cab-table__wrap {
        height: 86%; }
      .cab-table_dep .cab-table__cur h3 img {
        width: 34px;
        height: 34px;
        margin-right: 20px; }
  .cab-title {
    font-weight: 700;
    font-size: 16px;
    color: #222222;
    margin-right: 10px;
    margin: 3px 10px 3px 0; }
    .cab-title:last-child {
      margin-right: 0; }
    .cab-title_mb {
      margin-bottom: 30px; }
      @media (max-width: 575px) {
        .cab-title_mb {
          margin-bottom: 15px; } }
  .cab-link {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-decoration: none;
    color: #F12A23;
    font-weight: 500;
    font-size: 12px; }
    .cab-link:hover {
      color: #222222; }
      .cab-link:hover span {
        border-bottom-color: #222222; }
      .cab-link:hover svg {
        fill: #222222; }
    .cab-link span {
      border-bottom: 1px dotted #F12A23; }
    .cab-link svg {
      -webkit-transform: rotate(-90deg);
         -moz-transform: rotate(-90deg);
              transform: rotate(-90deg);
      fill: #F12A23;
      margin-left: 7px;
      width: 6px;
      height: 6px; }
  .cab-filter {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .cab-filter__check {
      margin: 3px 7px 3px 0;
      display: block; }
      .cab-filter__check:last-child {
        margin-right: 0; }
      .cab-filter__check input {
        display: none; }
        .cab-filter__check input:checked + span:after {
          opacity: 0; }
        .cab-filter__check input:checked + span:before {
          opacity: 1; }
      .cab-filter__check span {
        position: relative;
        padding: 5px 12px 5px 30px;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        line-height: 1;
        border: 1px solid #F2F2F2;
        border-radius: 20px;
        font-weight: 400;
        font-size: 12px;
        color: #A5A4AA;
        cursor: pointer;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        .cab-filter__check span:hover {
          color: #222222; }
        .cab-filter__check span:after {
          position: absolute;
          width: 16px;
          height: 16px;
          position: absolute;
          top: 50%;
          left: 15px;
          -webkit-transform: translate(-50%, -50%);
             -moz-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          content: '';
          background-image: url(../img/eye-hide.svg);
          background-repeat: no-repeat;
          background-position: 50% 50%;
          background-size: contain; }
        .cab-filter__check span:before {
          position: absolute;
          width: 16px;
          height: 16px;
          position: absolute;
          top: 50%;
          left: 15px;
          -webkit-transform: translate(-50%, -50%);
             -moz-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          content: '';
          background-image: url(../img/check-2.svg);
          background-repeat: no-repeat;
          background-position: 50% 50%;
          background-size: contain;
          opacity: 0; }
    .cab-filter__clear {
      height: 44px;
      padding: 14px 12px 12px 12px;
      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;
      font-weight: 500;
      font-size: 12px;
      color: #222222;
      background-color: #F3F3F3;
      border-radius: 7px;
      cursor: pointer;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      white-space: nowrap;
      margin-bottom: 8px; }
      @media (max-width: 991px) {
        .cab-filter__clear {
          margin-right: 10px;
          -webkit-flex-grow: 1;
             -moz-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; } }
      .cab-filter__clear:hover {
        background-color: #F12A23;
        color: #fff; }
        .cab-filter__clear:hover svg {
          fill: #fff; }
      .cab-filter__clear svg {
        width: 15px;
        height: 15px;
        margin-left: 12px;
        fill: #F12A23;
        margin-top: -3px;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
    .cab-filter__selects {
      margin-right: 31px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-top: 8px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      @media (max-width: 991px) {
        .cab-filter__selects {
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          margin-right: 0;
          margin-right: -10px; } }
      .cab-filter__selects:last-child {
        margin-right: 0; }
      .cab-filter__selects_dark {
        margin-top: 0;
        margin-bottom: 20px; }
        .cab-filter__selects_dark .cab-filter__select .cab-select, .cab-filter__selects_dark .cab-filter__date {
          border-color: #EBEAEA; }
    .cab-filter__title {
      font-weight: 500;
      font-size: 14px;
      color: #A5A4AA;
      margin-right: 17px; }
    .cab-filter__date {
      height: 44px;
      border: 1px solid #F5F5F5;
      width: 244px;
      margin-right: 10px;
      position: relative;
      display: block;
      border-radius: 7px;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      margin-bottom: 8px; }
      @media (max-width: 991px) {
        .cab-filter__date {
          -webkit-flex-grow: 1;
             -moz-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; } }
      .cab-filter__date:focus-within {
        border-color: #F12A23; }
        .cab-filter__date:focus-within .cab-filter__date-arrow {
          -webkit-transform: translate(50%, -50%) scaleY(-1);
             -moz-transform: translate(50%, -50%) scaleY(-1);
                  transform: translate(50%, -50%) scaleY(-1); }
      .cab-filter__date:last-child {
        margin-right: 0; }
      .cab-filter__date input {
        padding: 0 36px;
        border: none;
        outline: none;
        background: transparent;
        font-weight: 500;
        font-size: 14px;
        color: #606060;
        height: 100%;
        width: 100%; }
        @media (max-width: 575px) {
          .cab-filter__date input {
            font-size: 16px; } }
      .cab-filter__date > svg {
        position: absolute;
        top: 50%;
        left: 18px;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 15px;
        height: 15px;
        fill: #606060; }
      .cab-filter__date-arrow {
        position: absolute;
        top: 50%;
        right: 18px;
        -webkit-transform: translate(50%, -50%);
           -moz-transform: translate(50%, -50%);
                transform: translate(50%, -50%); }
        .cab-filter__date-arrow svg {
          width: 8px;
          height: 8px;
          fill: #606060; }
    .cab-filter__select {
      height: 44px;
      width: 204px;
      margin-right: 10px;
      position: relative;
      margin-bottom: 8px; }
      @media (max-width: 991px) {
        .cab-filter__select {
          -webkit-flex-grow: 1;
             -moz-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; } }
      .cab-filter__select:last-child {
        margin-right: 0; }
      .cab-filter__select:focus-within {
        border-color: #F12A23; }
        .cab-filter__select:focus-within .cab-filter__date-arrow {
          -webkit-transform: translate(50%, -50%) scaleY(-1);
             -moz-transform: translate(50%, -50%) scaleY(-1);
                  transform: translate(50%, -50%) scaleY(-1); }
      .cab-filter__select > svg {
        position: absolute;
        top: 50%;
        left: 18px;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 15px;
        height: 15px;
        fill: #606060; }
      .cab-filter__select .cab-select {
        border: 1px solid #F5F5F5;
        border-radius: 7px;
        height: 44px; }
        .cab-filter__select .cab-select > svg {
          right: 18px;
          width: 8px;
          height: 8px;
          fill: #606060;
          opacity: 1; }
        .cab-filter__select .cab-select.active {
          border-color: #F12A23; }
        .cab-filter__select .cab-select__btn {
          padding-left: 36px;
          height: 100%;
          min-height: 0;
          padding-right: 36px;
          padding-bottom: 8px; }
          .cab-filter__select .cab-select__btn h3 {
            margin-bottom: 0;
            font-weight: 500;
            font-size: 14px;
            color: #606060; }
          .cab-filter__select .cab-select__btn img {
            display: none; }
          .cab-filter__select .cab-select__btn p {
            display: none; }
      .cab-filter__select_status .cab-select__btn {
        padding-right: 43px;
        z-index: 1;
        position: relative; }
        .cab-filter__select_status .cab-select__btn p {
          display: block;
          font-weight: 500;
          font-size: 14px; }
      .cab-filter__select_status .cab-select__item {
        padding-left: 0; }
        .cab-filter__select_status .cab-select__item p {
          font-weight: 500;
          font-size: 14px; }
        .cab-filter__select_status .cab-select__item:hover p, .cab-filter__select_status .cab-select__item.active p {
          color: #F12A23; }
      .cab-filter__select_status .cab-select.selected .cab-select__btn {
        padding-left: 46px;
        padding-right: 71px; }
        .cab-filter__select_status .cab-select.selected .cab-select__btn:after {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: 37px;
          width: -moz-calc(100% - 80px);
          width: calc(100% - 80px);
          height: 32px;
          background-color: #F12A23;
          border-radius: 7px;
          z-index: -1;
          content: ''; }
        .cab-filter__select_status .cab-select.selected .cab-select__btn p {
          color: #fff; }
    .cab-filter_between {
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .cab-filter_between .cab-search {
        max-width: 316px;
        min-width: 0; }
        @media (max-width: 991px) {
          .cab-filter_between .cab-search {
            max-width: 100%; } }
  .cab-search {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border: 1px solid #F5F5F5;
    border-radius: 7px;
    max-width: 220px;
    width: 100%;
    position: relative; }
    @media (max-width: 767px) {
      .cab-search {
        max-width: 100%;
        margin-top: 9px; } }
    .cab-search__btn {
      width: 44px;
      height: 40px;
      border: none;
      outline: none;
      background-color: transparent;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      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;
      cursor: pointer;
      padding: 0; }
      .cab-search__btn:hover svg {
        fill: #222222; }
      .cab-search__btn svg {
        width: 20px;
        height: 20px;
        fill: #DADADA;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
    .cab-search__clear {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 10px;
      width: 20px;
      height: 20px;
      background-color: #949494;
      border-radius: 5px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      cursor: pointer;
      border: none;
      outline: none; }
      .cab-search__clear svg {
        width: 6px;
        height: 6px;
        fill: #fff; }
    .cab-search input {
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      border: none;
      outline: none;
      padding: 0;
      background: transparent;
      font-weight: 400;
      font-size: 14px;
      color: #222222;
      padding-right: 40px;
      width: -moz-calc(100% - 44px);
      width: calc(100% - 44px); }
      @media (max-width: 575px) {
        .cab-search input {
          font-size: 16px; } }
    .cab-search ::-webkit-input-placeholder {
      color: #C2C2C2; }
    .cab-search :-moz-placeholder {
      color: #C2C2C2; }
    .cab-search ::-moz-placeholder {
      color: #C2C2C2; }
    .cab-search :-ms-input-placeholder {
      color: #C2C2C2; }
    .cab-search ::placeholder {
      color: #C2C2C2; }
    .cab-search_big {
      min-width: 330px;
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      @media (max-width: 1600px) {
        .cab-search_big {
          min-width: 0; } }
  .cab-stable {
    width: 100%;
    background-image: url("../img/cab-stable-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 25px 35px;
    border-radius: 7px;
    margin-bottom: 30px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 767px) {
      .cab-stable {
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 15px; } }
    .cab-stable__logo {
      max-width: 68px;
      width: 100%;
      margin-bottom: 10px; }
      .cab-stable__logo img {
        max-width: 100%; }
    .cab-stable__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;
      margin-bottom: 18px; }
      .cab-stable__text h3 {
        font-weight: 300;
        font-size: 24px;
        color: #fff;
        margin-bottom: 8px;
        line-height: 1.22; }
        .cab-stable__text h3 b {
          font-weight: 700; }
      .cab-stable__text p {
        font-weight: 400;
        font-size: 13px;
        color: #fff;
        line-height: 1.22; }
    .cab-stable__list {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-bottom: -6px; }
      .cab-stable__list p {
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        line-height: 1;
        margin-right: 6px;
        padding: 7px 8px;
        background-color: rgba(0, 0, 0, 0.07);
        border-radius: 100px;
        font-weight: 400;
        font-size: 10px;
        color: rgba(255, 255, 255, 0.7);
        margin-bottom: 6px; }
        .cab-stable__list p:last-child {
          margin-right: 0; }
        .cab-stable__list p img {
          width: 16px;
          height: 16px;
          margin-right: 5px; }
    .cab-stable__info {
      max-width: 121px;
      text-align: right;
      font-weight: 300;
      font-size: 10px;
      color: #fff;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .cab-stable__info {
          max-width: 100%;
          margin-bottom: 0;
          text-align: left;
          margin-right: 10px;
          max-width: -moz-calc(100% - 112px);
          max-width: calc(100% - 112px); } }
    .cab-stable__scene {
      max-width: 240px;
      margin: -28px -5px -60px -5px;
      pointer-events: none;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: 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) {
        .cab-stable__scene {
          margin-bottom: -10px;
          margin-top: 20px;
          margin-left: auto;
          margin-right: auto; } }
      .cab-stable__scene img {
        width: 110%; }
    .cab-stable__left {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .cab-stable__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-end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 767px) {
        .cab-stable__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;
          width: 100%; } }
  .cab-modal {
    position: fixed;
    z-index: 3000;
    top: 0;
    left: 0;
    width: 100%;
    height: -moz-calc(var(--vh, 1vh) * 100);
    height: calc(var(--vh, 1vh) * 100);
    overflow-y: 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;
    display: none; }
    .cab-modal.active {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
    .cab-modal.modal-shadow {
      background-color: rgba(0, 0, 0, 0.8); }
    .cab-modal__wrap {
      position: relative;
      background-color: #fff;
      padding: 35px;
      border-radius: 32px;
      max-width: 430px;
      width: 100%;
      margin-top: auto;
      margin-bottom: auto; }
      @media (max-width: 767px) {
        .cab-modal__wrap {
          max-width: 100%;
          border-radius: 0;
          padding: 60px 15px 15px 15px;
          -webkit-flex-grow: 1;
             -moz-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; } }
      .cab-modal__wrap_bal {
        padding: 8px 8px 0 8px;
        max-width: 380px;
        border-radius: 8px; }
        .cab-modal__wrap_bal .cab-modal__close {
          right: 4px;
          top: 4px; }
    .cab-modal__close {
      position: absolute;
      top: 18px;
      right: 22px;
      border-radius: 50%;
      width: 38px;
      height: 38px;
      background-color: #FAFAFA;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      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;
      cursor: pointer;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      z-index: 100; }
      .cab-modal__close:hover {
        background-color: #F12A23; }
        .cab-modal__close:hover svg {
          fill: #fff; }
      .cab-modal__close svg {
        width: 14px;
        height: 14px;
        fill: #838383;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
    .cab-modal__title {
      width: 100%;
      font-weight: 700;
      font-size: 35px;
      color: #222222;
      margin-bottom: 11px;
      padding-right: 30px; }
      @media (max-width: 767px) {
        .cab-modal__title {
          padding-right: 0; } }
      @media (max-width: 575px) {
        .cab-modal__title {
          font-size: 28px; } }
      .cab-modal__title > span {
        font-weight: 400; }
      .cab-modal__title > b {
        font-weight: 900; }
      .cab-modal__title_center {
        text-align: center;
        padding-right: 0;
        font-size: 30px;
        margin-bottom: 22px; }
      .cab-modal__title_sm {
        font-size: 24px; }
      .cab-modal__title_think {
        font-weight: 300;
        font-size: 40px;
        margin-bottom: 20px; }
        @media (max-width: 575px) {
          .cab-modal__title_think {
            font-size: 30px; } }
        @media (max-width: 480px) {
          .cab-modal__title_think {
            font-size: 26px; } }
        .cab-modal__title_think > b {
          font-weight: 700; }
    .cab-modal__text {
      margin-bottom: 48px;
      width: 100%;
      max-width: 470px; }
      .cab-modal__text:last-child {
        margin-bottom: 0; }
      .cab-modal__text p {
        font-weight: 400;
        font-size: 16px;
        color: #606060;
        margin-bottom: 15px;
        line-height: 1.22; }
        .cab-modal__text p:last-child {
          margin-bottom: 0; }
        .cab-modal__text p a {
          font-weight: 700;
          font-size: 16px;
          line-height: 1.22;
          color: #F12A23;
          text-decoration: underline; }
          .cab-modal__text p a:hover {
            text-decoration: none; }
      .cab-modal__text_center {
        text-align: center;
        max-width: 490px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px; }
        .cab-modal__text_center p {
          font-size: 14px; }
          .cab-modal__text_center p a {
            font-size: 14px; }
    .cab-modal__img {
      width: 100%;
      max-width: 207px;
      margin-left: auto;
      margin-right: auto;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 23px; }
      .cab-modal__img:last-child {
        margin-bottom: 0; }
      .cab-modal__img img {
        max-width: 100%; }
    .cab-modal__scene {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      margin: 20px auto 60px auto;
      background: -moz-linear-gradient(top, rgba(206, 86, 86, 0.2) 0%, rgba(206, 86, 86, 0) 100%);
      background: linear-gradient(180deg, rgba(206, 86, 86, 0.2) 0%, rgba(206, 86, 86, 0) 100%);
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      z-index: 1;
      pointer-events: none; }
      .cab-modal__scene-circle {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        z-index: 0; }
        .cab-modal__scene-circle:after {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
             -moz-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 100%;
          height: 100%;
          opacity: 0;
          border-radius: 50%;
          content: '';
          border: 1px solid #CE5656;
          z-index: -1;
          -webkit-animation: pulse4 3s infinite linear;
             -moz-animation: pulse4 3s infinite linear;
                  animation: pulse4 3s infinite linear; }
        .cab-modal__scene-circle:before {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
             -moz-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 100%;
          height: 100%;
          opacity: 0;
          border-radius: 50%;
          content: '';
          border: 1px solid #CE5656;
          background: #CE5656;
          -webkit-filter: blur(2px);
                  filter: blur(2px);
          z-index: -1;
          -webkit-animation: pulse4 3s infinite linear;
             -moz-animation: pulse4 3s infinite linear;
                  animation: pulse4 3s infinite linear;
          -webkit-animation-delay: .5s;
             -moz-animation-delay: .5s;
                  animation-delay: .5s; }
        .cab-modal__scene-circle:nth-child(2):after {
          -webkit-animation-delay: 1s;
             -moz-animation-delay: 1s;
                  animation-delay: 1s; }
        .cab-modal__scene-circle:nth-child(2):before {
          -webkit-animation-delay: 1.5s;
             -moz-animation-delay: 1.5s;
                  animation-delay: 1.5s; }
      .cab-modal__scene > img {
        max-width: 27px;
        z-index: 2; }
    .cab-modal__bg-icon {
      bottom: 30px;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: 0; }
    .cab-modal__timer {
      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: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      padding: 20px;
      font-weight: 800;
      font-size: 16px;
      color: #222222;
      cursor: pointer;
      text-decoration: none;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      text-transform: uppercase;
      position: relative; }
      .cab-modal__timer-line {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 11px; }
        .cab-modal__timer-line rect {
          width: 100%;
          height: 100%;
          stroke-width: 1px;
          stroke: #F4D8D8;
          fill: none; }
          .cab-modal__timer-line rect.active {
            stroke: #F12A23; }
      .cab-modal__timer p {
        font-weight: 400;
        font-size: 10px;
        color: #F12A23;
        text-transform: none;
        margin-top: 2px;
        line-height: 1.22; }
    .cab-modal__head {
      position: relative;
      z-index: 1;
      overflow: hidden;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-bottom: 37px;
      width: -moz-calc(100% + 70px);
      width: calc(100% + 70px);
      margin-left: -35px;
      padding: 0 35px; }
      @media (max-width: 767px) {
        .cab-modal__head {
          padding: 0 15px;
          width: -moz-calc(100% + 30px);
          width: calc(100% + 30px);
          margin-left: -15px; } }
      .cab-modal__head:after {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: -19px;
        content: '';
        background: #95A3C8;
        -webkit-filter: blur(112.5px);
                filter: blur(112.5px);
        border-radius: 50%;
        width: 294px;
        height: 34px; }
      .cab-modal__head .cab-modal__img {
        margin-bottom: 0;
        max-width: 226px; }
    .cab-modal__line-text {
      width: -moz-calc(100% + 120px);
      width: calc(100% + 120px);
      margin-left: -60px;
      border-left: 3px solid #F12A23;
      background: -moz-linear-gradient(top, rgba(214, 214, 214, 0.1) 0%, rgba(238, 238, 238, 0) 34.64%);
      background: linear-gradient(180deg, rgba(214, 214, 214, 0.1) 0%, rgba(238, 238, 238, 0) 34.64%);
      font-weight: 500;
      font-size: 24px;
      color: #F12A23;
      line-height: 1.22;
      padding: 30px 60px;
      margin-bottom: 30px; }
      @media (max-width: 480px) {
        .cab-modal__line-text {
          width: -moz-calc(100% + 60px);
          width: calc(100% + 60px);
          margin-left: -30px;
          padding: 15px 30px;
          font-size: 20px;
          border-left-width: 2px;
          margin-bottom: 20px; } }
      .cab-modal__line-text:last-child {
        margin-bottom: 0; }
    .cab-modal__qr-img {
      max-width: 200px;
      width: 100%;
      height: 200px;
      border: 1px solid #f2f2f2;
      border-radius: 16px;
      margin-bottom: 30px;
      margin-left: auto;
      margin-right: auto;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .cab-modal__qr-img img {
        width: 100%; }
    .cab-modal__qr-icon {
      width: 46px;
      height: 46px;
      margin-bottom: 27px;
      background-color: #5AB4F5;
      border-radius: 7px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-left: auto;
      margin-right: auto; }
      .cab-modal__qr-icon img {
        max-width: 30px;
        width: 100%; }
    .cab-modal__subtitle {
      font-weight: 700;
      font-size: 16px;
      color: #222222;
      margin-bottom: 30px;
      line-height: 1;
      width: 100%; }
      .cab-modal__subtitle_mb15 {
        margin-bottom: 15px; }
    .cab-modal__hero {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      position: relative;
      padding-left: 194px;
      margin-bottom: 20px;
      width: 100%; }
      @media (max-width: 767px) {
        .cab-modal__hero {
          padding-left: 0;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-align: center; } }
      .cab-modal__hero:last-child {
        margin-bottom: 0; }
      .cab-modal__hero-img {
        top: -8px;
        left: 0;
        position: absolute;
        width: 164px;
        height: 164px;
        border: 7px solid #fff;
        border-radius: 50%;
        overflow: hidden; }
        @media (max-width: 767px) {
          .cab-modal__hero-img {
            position: relative;
            top: auto;
            left: auto;
            margin-bottom: 10px; } }
        .cab-modal__hero-img img {
          width: 100%;
          height: 100%;
          -o-object-position: 50% 50%;
             object-position: 50% 50%;
          -o-object-fit: cover;
             object-fit: cover; }
      .cab-modal__hero-name {
        font-weight: 900;
        font-size: 30px;
        color: #222222;
        line-height: 1.2;
        margin-bottom: 10px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        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-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        line-height: 1.2; }
        @media (max-width: 767px) {
          .cab-modal__hero-name {
            -webkit-justify-content: center;
               -moz-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            font-size: 26px; } }
      .cab-modal__hero-mail {
        text-decoration: underline;
        -webkit-text-decoration-style: dotted;
           -moz-text-decoration-style: dotted;
                text-decoration-style: dotted;
        text-underline-offset: 5px;
        font-weight: 400;
        font-size: 16px;
        color: #A9A9A9;
        margin-bottom: 30px;
        line-height: 1.22; }
      .cab-modal__hero-date {
        font-weight: 400;
        font-size: 16px;
        color: #656565;
        margin-bottom: 38px; }
        .cab-modal__hero-date span {
          font-weight: 700;
          color: #222222; }
      .cab-modal__hero-soc {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin-bottom: 20px; }
        @media (max-width: 575px) {
          .cab-modal__hero-soc {
            width: -moz-calc(100% + 7px);
            width: calc(100% + 7px);
            -webkit-justify-content: center;
               -moz-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
        .cab-modal__hero-soc:last-child {
          margin-bottom: 0; }
        .cab-modal__hero-soc p {
          font-weight: 500;
          font-size: 14px;
          color: #D7D7D7;
          margin-right: 30px;
          margin-bottom: 7px; }
          @media (max-width: 575px) {
            .cab-modal__hero-soc p {
              width: 100%;
              margin-right: 0; } }
        .cab-modal__hero-soc a {
          margin-bottom: 7px;
          margin-right: 7px;
          width: 36px;
          height: 36px;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-direction: row;
             -moz-box-orient: horizontal;
             -moz-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          border-radius: 13px;
          -moz-transition: all .3s ease;
          transition: all .3s ease;
          cursor: pointer;
          background-color: #222222; }
          .cab-modal__hero-soc a svg {
            width: 18px;
            height: 18px;
            fill: #fff; }
          .cab-modal__hero-soc a:hover {
            background-color: #F12A23 !important; }
          .cab-modal__hero-soc a.fb {
            background-color: #1877F2; }
          .cab-modal__hero-soc a.tw {
            background-color: #1B9FEF; }
          .cab-modal__hero-soc a.wapp {
            background-color: #44C554; }
          .cab-modal__hero-soc a.tg {
            background-color: #26A5E5; }
          .cab-modal__hero-soc a.skype {
            background-color: #00AFF0; }
          .cab-modal__hero-soc a.inst {
            background-color: #A038F1; }
      .cab-modal__hero-lvl {
        padding: 10px 16px;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        font-weight: 700;
        font-size: 14px;
        color: #fff;
        background: -moz-linear-gradient(191.19deg, #190801 -5.19%, #A95802 30.71%, #E6BF30 64.01%, #763906 101.22%, #070200 120.15%), #F12E27;
        background: linear-gradient(258.81deg, #190801 -5.19%, #A95802 30.71%, #E6BF30 64.01%, #763906 101.22%, #070200 120.15%), #F12E27;
        border-radius: 100px;
        line-height: 1;
        margin-left: 18px;
        margin-top: 6px;
        margin-bottom: 3px; }
      .cab-modal__hero-status {
        padding: 10px 16px;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        margin-left: 9px;
        border-radius: 100px;
        background-color: rgba(86, 206, 96, 0.05);
        font-weight: 700;
        font-size: 14px;
        color: #56CE60;
        margin-top: 6px;
        margin-bottom: 3px; }
        .cab-modal__hero-status img {
          margin-right: 9px; }
    .cab-modal__rank {
      position: relative;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-left: 200px;
      z-index: 1;
      min-height: 200px;
      width: 100%;
      overflow: hidden;
      padding: 14px 30px 14px 230px;
      margin-bottom: 25px; }
      @media (max-width: 575px) {
        .cab-modal__rank {
          padding-left: 100px; } }
      .cab-modal__rank:after {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: -19px;
        content: '';
        -webkit-filter: blur(112.5px);
                filter: blur(112.5px);
        border-radius: 50%;
        background: -moz-linear-gradient(191.19deg, #190801 -5.19%, #A95802 30.71%, #E6BF30 64.01%, #763906 101.22%, #070200 120.15%), #95A3C8;
        background: linear-gradient(258.81deg, #190801 -5.19%, #A95802 30.71%, #E6BF30 64.01%, #763906 101.22%, #070200 120.15%), #95A3C8;
        width: 464px;
        height: 32px; }
      .cab-modal__rank > img {
        position: absolute;
        top: 50%;
        left: 130px;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        max-width: 63px;
        width: 100%; }
        @media (max-width: 575px) {
          .cab-modal__rank > img {
            left: 50px; } }
      .cab-modal__rank h3 {
        font-weight: 400;
        font-size: 14px;
        color: #838383;
        margin-bottom: 5px; }
      .cab-modal__rank p {
        font-weight: 700;
        font-size: 35px;
        color: #F98D51;
        line-height: 1.22; }
        @media (max-width: 575px) {
          .cab-modal__rank p {
            font-size: 24px; } }
    .cab-modal__stat {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      background-color: #F6FBFE;
      border-radius: 11px;
      margin-bottom: 11px; }
      @media (max-width: 575px) {
        .cab-modal__stat {
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-align-items: flex-start;
             -moz-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
      .cab-modal__stat-item {
        width: 50%;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 20px 25px; }
        @media (max-width: 575px) {
          .cab-modal__stat-item {
            width: 100%; } }
        .cab-modal__stat-item:nth-child(2) .cab-modal__stat-icon {
          box-shadow: 0px 4px 12px rgba(90, 180, 245, 0.16); }
        .cab-modal__stat-item_green {
          background-color: #F6FCF7;
          border-radius: 11px;
          border: 3px solid #fff; }
        .cab-modal__stat-item_total {
          padding: 15px 25px 15px 66px;
          position: relative;
          -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%;
          background-color: #F8F1F9;
          border: 3px solid #fff;
          border-radius: 11px;
          margin-bottom: 28px; }
          @media (max-width: 575px) {
            .cab-modal__stat-item_total {
              -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: 25px; } }
          .cab-modal__stat-item_total .cab-modal__stat-icon {
            position: absolute;
            top: 50%;
            left: 33px;
            -webkit-transform: translate(-50%, -50%);
               -moz-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            box-shadow: 0px 4px 12px rgba(156, 81, 167, 0.16); }
            @media (max-width: 575px) {
              .cab-modal__stat-item_total .cab-modal__stat-icon {
                position: relative;
                top: auto;
                left: auto;
                -webkit-transform: translate(0, 0);
                   -moz-transform: translate(0, 0);
                        transform: translate(0, 0); } }
          .cab-modal__stat-item_total .cab-modal__stat-title {
            margin: 5px 5px 5px 0; }
            @media (max-width: 575px) {
              .cab-modal__stat-item_total .cab-modal__stat-title {
                margin-right: 0; } }
          .cab-modal__stat-item_total .cab-modal__stat-val {
            margin: 5px 0; }
      .cab-modal__stat-icon {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 15px;
        width: 40px;
        height: 40px;
        background-color: #fff;
        border-radius: 7px;
        box-shadow: 0px 4px 12px rgba(86, 206, 96, 0.16); }
        .cab-modal__stat-icon img {
          max-width: 22px; }
      .cab-modal__stat-title {
        font-weight: 500;
        font-size: 16px;
        color: #222222;
        margin-bottom: 13px; }
        .cab-modal__stat-title:last-child {
          margin-bottom: 0; }
        .cab-modal__stat-title .tip-icon {
          background-color: #222222; }
      .cab-modal__stat-val {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        font-weight: 900;
        font-size: 22px;
        color: #222222; }
        .cab-modal__stat-val .cab-cur {
          margin-left: 8px;
          color: #222222;
          border-color: #D8F1DC; }
    .cab-modal__back {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      position: relative;
      padding-left: 48px;
      font-weight: 500;
      font-size: 14px;
      color: #F12A23;
      margin-bottom: 38px;
      text-decoration: underline;
      -webkit-text-decoration-style: dotted;
         -moz-text-decoration-style: dotted;
              text-decoration-style: dotted;
      text-underline-offset: 5px;
      cursor: pointer; }
      .cab-modal__back:hover {
        text-decoration: none; }
      .cab-modal__back:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background-color: #F12A23;
        content: '';
        z-index: 1; }
      .cab-modal__back > svg {
        z-index: 2;
        position: absolute;
        left: 17px;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
           -moz-transform: translate(-50%, -50%) rotate(90deg);
                transform: translate(-50%, -50%) rotate(90deg);
        fill: #fff;
        width: 8px;
        height: 8px; }
    .cab-modal__upline {
      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;
      border: 1px solid #F2F2F2;
      border-radius: 11px;
      padding: 20px 25px;
      position: relative;
      z-index: 2;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      @media (max-width: 575px) {
        .cab-modal__upline {
          padding: 15px; } }
      .cab-modal__upline-hero {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding-left: 70px;
        position: relative;
        margin-right: 10px; }
      .cab-modal__upline-img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        overflow: hidden; }
        .cab-modal__upline-img img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: 50% 50%;
             object-position: 50% 50%; }
      .cab-modal__upline-lvl {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        font-weight: 500;
        font-size: 14px;
        color: #838383;
        margin-bottom: 4px; }
        .cab-modal__upline-lvl:last-child {
          margin-bottom: 0; }
        .cab-modal__upline-lvl span {
          background-color: #272727;
          border-radius: 100px;
          padding: 4px 8px;
          font-weight: 700;
          font-size: 14px;
          color: #fff;
          margin-left: 8px; }
      .cab-modal__upline-name {
        font-weight: 700;
        font-size: 18px;
        color: #F12A23;
        line-height: 1.17;
        text-decoration: underline;
        text-underline-offset: 3px; }
        .cab-modal__upline-name.not-a-link {
          text-decoration: none; }
    .cab-modal__tree {
      margin: 15px 0; }
      .cab-modal__tree-btn {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        font-weight: 800;
        font-size: 18px;
        color: #4A3838;
        text-decoration: underline;
        -webkit-text-decoration-style: dotted;
           -moz-text-decoration-style: dotted;
                text-decoration-style: dotted;
        text-underline-offset: 5px;
        text-transform: uppercase;
        cursor: pointer; }
        .cab-modal__tree-btn > svg {
          margin-left: 18px;
          fill: #4A3838;
          width: 15px;
          height: 15px; }
      .cab-modal__tree-drop {
        opacity: 0;
        pointer-events: none;
        position: absolute;
        top: -moz-calc(100% + 7px);
        top: calc(100% + 7px);
        right: 0;
        border: 3px solid #E9E9E9;
        box-shadow: 0px 12px 28px rgba(0, 0, 0, 0.07);
        border-radius: 7px;
        background-color: #fff;
        max-width: 311px;
        width: 100%;
        padding: 3px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
      .cab-modal__tree-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;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        width: 100%;
        padding: 13px 13px 13px 40px;
        position: relative;
        border-radius: 5px;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        margin-bottom: 3px;
        cursor: pointer; }
        .cab-modal__tree-item:last-child {
          margin-bottom: 0; }
        .cab-modal__tree-item:hover {
          background-color: #FAFAFA; }
        .cab-modal__tree-item.not-a-link:hover {
          background-color: transparent;
          cursor: default; }
        .cab-modal__tree-item.not-a-link .cab-modal__tree-name {
          text-decoration: none; }
      .cab-modal__tree-img {
        width: 22px;
        height: 22px;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 20px;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        overflow: hidden; }
        .cab-modal__tree-img img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: 50% 50%;
             object-position: 50% 50%; }
      .cab-modal__tree-name {
        font-weight: 500;
        font-size: 14px;
        color: #F12A23;
        margin-right: 11px;
        text-decoration: underline;
        text-underline-offset: 2px; }
        .cab-modal__tree-name:last-child {
          margin-right: 0; }
      .cab-modal__tree-lvl {
        padding: 4px 5px;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-weight: 700;
        font-size: 10px;
        color: #fff;
        background-color: #272727;
        border-radius: 100px; }
      .cab-modal__tree.active .cab-modal__tree-btn {
        color: #F12A23; }
        .cab-modal__tree.active .cab-modal__tree-btn svg {
          fill: #F12A23;
          -webkit-transform: scaleY(-1);
             -moz-transform: scaleY(-1);
                  transform: scaleY(-1); }
      .cab-modal__tree.active .cab-modal__tree-drop {
        opacity: 1;
        pointer-events: all; }
    .cab-modal__info {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 14px; }
      @media (max-width: 575px) {
        .cab-modal__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; } }
      .cab-modal__info-item {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        width: -moz-calc(100% / 2 - 8px);
        width: calc(100% / 2 - 8px);
        border: 1px solid #F2F2F2;
        border-radius: 11px;
        margin-bottom: 16px; }
        @media (max-width: 575px) {
          .cab-modal__info-item {
            width: 100%; } }
      .cab-modal__info-box {
        border-bottom: 1px solid #F2F2F2;
        width: 100%;
        position: relative;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 25px 25px 25px 60px; }
        .cab-modal__info-box.green {
          background-color: #F6FCF7; }
        .cab-modal__info-box.blue {
          background-color: #F6FBFE; }
        .cab-modal__info-box > img {
          position: absolute;
          top: 32px;
          left: 30px;
          -webkit-transform: translate(-50%, -50%);
             -moz-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          max-width: 18px; }
        .cab-modal__info-box:last-child {
          border-bottom: none; }
        .cab-modal__info-box .cab-modal__stat-title {
          font-weight: 500;
          color: #9A9A9A;
          margin-bottom: 9px;
          font-size: 14px; }
        .cab-modal__info-box .cab-modal__stat-val {
          font-weight: 900;
          font-size: 22px; }
          @media (max-width: 767px) {
            .cab-modal__info-box .cab-modal__stat-val {
              font-size: 16px; } }
          .cab-modal__info-box .cab-modal__stat-val .cab-cur {
            border-color: #EBEBEB; }
    .cab-modal__chart {
      height: 330px;
      width: 100%;
      margin-bottom: 10px; }
      .cab-modal__chart .chart-tip__head {
        background-color: rgba(43, 43, 43, 0.98);
        padding: 10px 15px;
        font-weight: 700;
        font-size: 14px;
        color: #5AB4F5;
        font-family: "Factor A", sans-serif; }
        .cab-modal__chart .chart-tip__head img {
          margin-right: 8px; }
      .cab-modal__chart .chart-tip__row {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: -moz-calc(100% - 24px);
        width: calc(100% - 24px);
        margin: 0 12px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        padding: 10px 0;
        font-weight: 400;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.7);
        font-family: "Factor A", sans-serif; }
        .cab-modal__chart .chart-tip__row span {
          font-weight: 700;
          font-size: 16px;
          color: #fff;
          margin-left: 5px; }
      .cab-modal__chart .highcharts-tooltip-box > span {
        background-color: rgba(28, 28, 28, 0.98);
        border-radius: 7px;
        overflow: hidden;
        min-width: 225px; }
        .cab-modal__chart .highcharts-tooltip-box > span > span {
          display: none; }
        .cab-modal__chart .highcharts-tooltip-box > span > br {
          display: none; }
      .cab-modal__chart-title {
        font-weight: 700;
        font-size: 30px;
        color: #222222;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        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: 20px; }
        .cab-modal__chart-title img {
          width: 46px;
          margin-right: 10px; }
      .cab-modal__chart-subtitle {
        font-weight: 500;
        font-size: 13px;
        color: #222222;
        padding-left: 18px;
        position: relative;
        line-height: 1;
        margin-bottom: 8px; }
        .cab-modal__chart-subtitle:after {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: 0;
          width: 10px;
          height: 10px;
          border-radius: 4px;
          border: 2px solid #55A0F8;
          content: ''; }
      .cab-modal__chart-text {
        width: 100%;
        text-align: right;
        font-weight: 400;
        font-size: 10px;
        color: #656565;
        line-height: 1.22;
        margin-bottom: 10px; }
        .cab-modal__chart-text span {
          color: #F12A23; }
    .cab-modal .cab-table__wrap {
      width: 100%;
      border: 1px solid #F2F2F2;
      padding: 3px;
      border-radius: 11px;
      margin-bottom: 28px; }
      .cab-modal .cab-table__wrap td {
        padding-top: 15px;
        padding-bottom: 15px; }
    .cab-modal .cab-btn {
      margin-bottom: 20px; }
      .cab-modal .cab-btn:last-child {
        margin-bottom: 0; }
    .cab-modal .cab-input__title {
      color: #838383;
      margin-bottom: 13px; }
    .cab-modal .cab-select {
      background-color: #FAFAFA;
      border-radius: 7px;
      margin-bottom: 20px; }
      .cab-modal .cab-select__btn {
        padding-left: 30px !important; }
        .cab-modal .cab-select__btn h3 {
          font-weight: 400;
          font-size: 16px !important;
          color: #B7B7B7; }
      .cab-modal .cab-select .cab-select__item {
        padding-left: 0; }
        .cab-modal .cab-select .cab-select__item.active h3 {
          font-weight: 700; }
        .cab-modal .cab-select .cab-select__item h3 {
          font-size: 14px;
          color: #222222;
          font-weight: 400; }
    .cab-modal .cab-input {
      background-color: #FAFAFA;
      border: none;
      margin-bottom: 20px; }
      .cab-modal .cab-input ::-webkit-input-placeholder {
        color: #B7B7B7; }
      .cab-modal .cab-input :-moz-placeholder {
        color: #B7B7B7; }
      .cab-modal .cab-input ::-moz-placeholder {
        color: #B7B7B7; }
      .cab-modal .cab-input :-ms-input-placeholder {
        color: #B7B7B7; }
      .cab-modal .cab-input ::placeholder {
        color: #B7B7B7; }
      .cab-modal .cab-input input {
        font-size: 16px;
        color: #222222;
        font-weight: 400; }
    .cab-modal_rank-his .cab-modal__wrap {
      max-width: 670px; }
    .cab-modal_faq .cab-modal__wrap {
      max-width: 690px; }
    .cab-modal_msg .cab-modal__title {
      color: #F12A23; }
    .cab-modal_msg .cab-modal__wrap {
      position: relative;
      z-index: 1; }
      .cab-modal_msg .cab-modal__wrap:after {
        width: -moz-calc(100% - 46px);
        width: calc(100% - 46px);
        height: 104px;
        bottom: -16px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
                transform: translateX(-50%);
        z-index: -2;
        background: #F12A23;
        opacity: 0.2;
        -webkit-filter: blur(19px);
                filter: blur(19px);
        border-radius: 32px;
        content: ''; }
      .cab-modal_msg .cab-modal__wrap:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        content: '';
        z-index: -1;
        border-radius: 32px; }
    .cab-modal_msg .cab-modal__scene {
      width: 62px;
      height: 62px;
      margin-bottom: 25px; }
    .cab-modal_msg.green .cab-modal__title {
      color: #56CE60; }
    .cab-modal_msg.green .cab-modal__wrap:after {
      background-color: #56CE60; }
    .cab-modal_msg.green .cab-modal__scene {
      background: -moz-linear-gradient(top, rgba(86, 206, 96, 0.2) 0%, rgba(86, 206, 96, 0) 100%);
      background: linear-gradient(180deg, rgba(86, 206, 96, 0.2) 0%, rgba(86, 206, 96, 0) 100%); }
      .cab-modal_msg.green .cab-modal__scene-circle:after {
        border-color: #56CE60; }
      .cab-modal_msg.green .cab-modal__scene-circle:before {
        background-color: #56CE60; }
    .cab-modal_msg.green .cab-modal__timer rect {
      stroke: #D8F4DA; }
      .cab-modal_msg.green .cab-modal__timer rect.active {
        stroke: #56CE60; }
    .cab-modal_msg.blue .cab-modal__title {
      color: #3BB9E5; }
    .cab-modal_msg.blue .cab-modal__wrap:after {
      background-color: #3BB9E5; }
    .cab-modal_msg.blue .cab-modal__scene {
      background: -moz-linear-gradient(top, rgba(59, 185, 229, 0.2) 0%, rgba(86, 206, 96, 0) 100%);
      background: linear-gradient(180deg, rgba(59, 185, 229, 0.2) 0%, rgba(86, 206, 96, 0) 100%); }
      .cab-modal_msg.blue .cab-modal__scene-circle:after {
        border-color: #3BB9E5; }
      .cab-modal_msg.blue .cab-modal__scene-circle:before {
        background-color: #3BB9E5; }
    .cab-modal_msg.blue .cab-modal__timer rect {
      stroke: rgba(59, 185, 229, 0.2); }
      .cab-modal_msg.blue .cab-modal__timer rect.active {
        stroke: #3BB9E5; }
    .cab-modal_msg.orange .cab-modal__title {
      color: #E5A13E; }
    .cab-modal_msg.orange .cab-modal__wrap:after {
      background-color: #E5A13E; }
    .cab-modal_msg.orange .cab-modal__scene {
      background: -moz-linear-gradient(top, rgba(229, 161, 62, 0.2) 0%, rgba(86, 206, 96, 0) 100%);
      background: linear-gradient(180deg, rgba(229, 161, 62, 0.2) 0%, rgba(86, 206, 96, 0) 100%); }
      .cab-modal_msg.orange .cab-modal__scene-circle:after {
        border-color: #E5A13E; }
      .cab-modal_msg.orange .cab-modal__scene-circle:before {
        background-color: #E5A13E; }
    .cab-modal_msg.orange .cab-modal__timer rect {
      stroke: rgba(229, 161, 62, 0.2); }
      .cab-modal_msg.orange .cab-modal__timer rect.active {
        stroke: #E5A13E; }
    .cab-modal_usd .cab-modal__wrap {
      padding: 240px 60px 60px 60px;
      max-width: 690px;
      background-image: url(../img/modal-bg-usd.png);
      background-repeat: no-repeat;
      background-position: 50% 0;
      background-size: contain; }
      @media (max-width: 575px) {
        .cab-modal_usd .cab-modal__wrap {
          padding-top: 200px; } }
      @media (max-width: 480px) {
        .cab-modal_usd .cab-modal__wrap {
          padding: 160px 30px 30px 30px; } }
    .cab-modal_usd .cab-modal__text {
      max-width: 100%; }
    .cab-modal_upline .cab-modal__wrap {
      padding: 30px;
      max-width: 620px; }
      @media (max-width: 767px) {
        .cab-modal_upline .cab-modal__wrap {
          max-width: 100%;
          padding: 30px 15px; } }
    .cab-modal_hero .cab-modal__wrap {
      padding: 30px;
      max-width: 770px; }
      @media (max-width: 767px) {
        .cab-modal_hero .cab-modal__wrap {
          max-width: 100%;
          padding: 30px 15px; } }
    .cab-modal_chart .cab-modal__wrap {
      max-width: 820px;
      width: 100%; }
      @media (max-width: 991px) {
        .cab-modal_chart .cab-modal__wrap {
          max-width: 767px; } }
  .cab-bal-stat {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: 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;
    width: 100%;
    border-radius: 8px; }
    .cab-bal-stat__item {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      min-height: 102px;
      margin-bottom: 8px;
      width: -moz-calc(100% / 2 - 4px);
      width: calc(100% / 2 - 4px);
      background-color: #F1FDEF;
      border-radius: 4px;
      padding: 14px; }
      .cab-bal-stat__item > h3 {
        margin-bottom: 10px;
        font-weight: 700;
        font-size: 12px;
        color: #222222; }
      .cab-bal-stat__item .cab-table__val {
        margin-top: auto; }
      .cab-bal-stat__item:nth-child(2) {
        background-color: #EFFAFD; }
      .cab-bal-stat__item:nth-child(3) {
        background-color: #FDEFFB; }
      .cab-bal-stat__item:nth-child(4) {
        background-color: #FDEFEF; }
      .cab-bal-stat__item:nth-child(5) {
        background-color: #EFF2FD; }
      .cab-bal-stat__item:nth-child(6) {
        background-color: #FDF9EF; }
  .cab-ref {
    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; }
    .cab-ref:last-child {
      margin-bottom: 0; }
    .cab-ref__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: 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;
      border: 1px solid #E9E9E9;
      box-shadow: 0px 12px 27px rgba(0, 0, 0, 0.02);
      border-radius: 7px;
      background-color: #FAFAFA;
      margin-bottom: 12px; }
      @media (max-width: 1800px) {
        .cab-ref__item {
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-align-items: flex-start;
             -moz-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
      .cab-ref__item:last-child {
        margin-bottom: 0; }
      .cab-ref__item .cab-status {
        position: absolute;
        top: 14px;
        right: 17px;
        font-size: 12px;
        pointer-events: none;
        z-index: 2;
        white-space: nowrap; }
      .cab-ref__item.active {
        box-shadow: 0px 12px 27px rgba(80, 211, 58, 0.12);
        background-color: #F6FCF7;
        border: 1px solid #56CE60; }
        .cab-ref__item.active .cab-ref__hero {
          border-color: #56CE60; }
          .cab-ref__item.active .cab-ref__hero:after {
            background-color: #56CE60; }
        .cab-ref__item.active .cab-ref__date {
          border-left-color: #56CE60; }
    .cab-ref__date {
      max-width: 190px;
      width: 100%;
      border-left: 1px solid #E9E9E9;
      padding: 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: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 1800px) {
        .cab-ref__date {
          border-left: none;
          border-top: 1px solid #E9E9E9;
          max-width: 100%;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-direction: row;
             -moz-box-orient: horizontal;
             -moz-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-justify-content: space-between;
             -moz-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          padding-top: 15px;
          padding-bottom: 15px; } }
      .cab-ref__date-icon {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 30px;
        height: 30px;
        margin-bottom: 8px;
        border-radius: 50%;
        background: -moz-linear-gradient(top, #7A7A7A 0%, #474747 100%);
        background: linear-gradient(180deg, #7A7A7A 0%, #474747 100%); }
        @media (max-width: 1800px) {
          .cab-ref__date-icon {
            margin-right: 10px;
            margin-bottom: 0; } }
        .cab-ref__date-icon img {
          width: 14px; }
      .cab-ref__date h3 {
        font-weight: 500;
        font-size: 12px;
        color: #A5A4AA;
        margin-bottom: 6px;
        line-height: 1; }
        @media (max-width: 1800px) {
          .cab-ref__date h3 {
            margin-bottom: 0;
            margin-right: 10px; } }
      .cab-ref__date p {
        font-weight: 700;
        font-size: 14px;
        color: #222222; }
        @media (max-width: 1800px) {
          .cab-ref__date p {
            margin-left: auto;
            text-align: right; } }
        .cab-ref__date p span {
          font-weight: 400; }
    .cab-ref__info {
      width: -moz-calc(100% - 190px);
      width: calc(100% - 190px);
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      padding: 30px 30px 30px 124px;
      min-height: 134px; }
      @media (max-width: 1800px) {
        .cab-ref__info {
          width: 100%; } }
    .cab-ref__name {
      font-weight: 900;
      font-size: 24px;
      color: #222222;
      text-decoration: underline;
      -webkit-text-decoration-style: dotted;
         -moz-text-decoration-style: dotted;
              text-decoration-style: dotted;
      margin-bottom: 6px;
      line-height: 1.22; }
      @media (max-width: 575px) {
        .cab-ref__name {
          font-size: 18px; } }
    .cab-ref__mail {
      font-weight: 500;
      font-size: 12px;
      color: #5796E0;
      text-decoration: underline;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      width: 100%; }
      .cab-ref__mail:hover {
        text-decoration: none; }
    .cab-ref__hero {
      position: absolute;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 30px;
      width: 72px;
      height: 72px;
      border-radius: 50%;
      border: 1px solid #F12A23;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .cab-ref__hero:after {
        position: absolute;
        left: 50%;
        top: 100%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        padding: 3px 4px;
        font-weight: 700;
        font-size: 8px;
        color: #fff;
        text-transform: uppercase;
        content: attr(data-lvl);
        border-radius: 20px;
        background-color: #F12A23;
        line-height: 1;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        z-index: 2; }
      .cab-ref__hero-img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        border-radius: 50%;
        overflow: hidden;
        z-index: 1; }
        .cab-ref__hero-img img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: 50% 50%;
             object-position: 50% 50%; }
    .cab-ref__soc {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: -moz-calc(100% + 4px);
      width: calc(100% + 4px);
      height: -moz-calc(100% + 4px);
      height: calc(100% + 4px);
      z-index: 3; }
      .cab-ref__soc a {
        width: 26px;
        height: 26px;
        border-radius: 50%;
        border: 2px solid #fff;
        background-color: #3283E7;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        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-decoration: none;
        position: absolute;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        cursor: pointer; }
        .cab-ref__soc a:hover {
          background-color: #F12A23 !important; }
        .cab-ref__soc a svg {
          width: 10px;
          height: 10px;
          fill: #fff; }
        .cab-ref__soc a.fb {
          background-color: #1877F2; }
        .cab-ref__soc a.tw {
          background-color: #1B9FEF; }
        .cab-ref__soc a.wapp {
          background-color: #44C554; }
        .cab-ref__soc a.tg {
          background-color: #26A5E5; }
        .cab-ref__soc a.skype {
          background-color: #00AFF0; }
        .cab-ref__soc a.inst {
          background-color: #A038F1; }
        .cab-ref__soc a:nth-child(1) {
          bottom: 2px;
          left: -7px; }
        .cab-ref__soc a:nth-child(2) {
          bottom: 2px;
          right: -7px; }
        .cab-ref__soc a:nth-child(3) {
          top: 19px;
          left: -13px; }
        .cab-ref__soc a:nth-child(4) {
          top: 19px;
          right: -13px; }
        .cab-ref__soc a:nth-child(5) {
          top: -6px;
          left: -1px; }
        .cab-ref__soc a:nth-child(6) {
          top: -6px;
          right: -1px; }
  .cab-career {
    border: 1px solid #F5F5F5;
    border-radius: 0 7px 7px 7px;
    background-color: #fff;
    box-shadow: 0px 12px 27px rgba(0, 0, 0, 0.02);
    width: 100%;
    padding: 30px;
    background-image: url(../img/cab-career-bg.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: auto;
    margin-bottom: 30px; }
    @media (max-width: 1199px) {
      .cab-career {
        margin-bottom: 12px; } }
    @media (max-width: 575px) {
      .cab-career {
        padding: 15px;
        border-radius: 0 0 7px 7px; } }
    .cab-career-tabs {
      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: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      border-radius: 7px 7px 0 0;
      overflow: hidden;
      border: 1px solid #F5F5F5;
      border-bottom: none; }
      @media (max-width: 575px) {
        .cab-career-tabs {
          width: 100%; } }
      .cab-career-tabs__item {
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 23px 30px;
        background-color: #F5F5F5;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        cursor: pointer;
        font-weight: 500;
        font-size: 12px;
        color: #222222;
        line-height: 1;
        border-right: 1px solid #F5F5F5; }
        @media (max-width: 575px) {
          .cab-career-tabs__item {
            -webkit-flex-grow: 1;
               -moz-box-flex: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1;
            -webkit-justify-content: center;
               -moz-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            text-align: center;
            padding: 15px 5px;
            font-size: 10px; } }
        .cab-career-tabs__item:last-child {
          border-right: none; }
        .cab-career-tabs__item:hover, .cab-career-tabs__item.active {
          background-color: #fff;
          color: #F12A23; }
        .cab-career-tabs__item span {
          padding: 2px;
          font-weight: 900;
          color: #fff;
          font-size: 8px;
          text-transform: uppercase;
          background-color: #5AB4F5;
          border-radius: 3px;
          margin-right: 4px; }
    .cab-career .cab-link {
      margin-bottom: 30px;
      margin-top: 0; }
      @media (max-width: 575px) {
        .cab-career .cab-link {
          margin-bottom: 15px; } }
  .cab-upline {
    width: 100%;
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: 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 30px 20px 146px;
    border-radius: 70px;
    background-image: url("../img/cab-upline-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: rgba(90, 180, 245, 0.05);
    margin-bottom: 24px; }
    @media (max-width: 575px) {
      .cab-upline {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        padding: 110px 15px 5px 15px;
        border-radius: 32px; } }
    .cab-upline:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 110px;
      width: 1px;
      height: 48px;
      background-color: #E8E8E8;
      content: ''; }
      @media (max-width: 575px) {
        .cab-upline:after {
          display: none; } }
    .cab-upline__img {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 37px;
      border: 4px solid #fff;
      border-radius: 50%;
      overflow: hidden;
      width: 60px;
      height: 60px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-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; }
      @media (max-width: 575px) {
        .cab-upline__img {
          left: 15px;
          top: 15px;
          width: 80px;
          height: 80px;
          -webkit-transform: translateY(0);
             -moz-transform: translateY(0);
                  transform: translateY(0); } }
      .cab-upline__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 50%;
           object-position: 50% 50%; }
    .cab-upline__link {
      position: absolute;
      top: 15px;
      right: 30px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-decoration: none;
      cursor: pointer;
      font-weight: 500;
      font-size: 12px;
      color: #5AB4F5;
      line-height: 1;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      @media (max-width: 575px) {
        .cab-upline__link {
          right: 15px; } }
      .cab-upline__link:hover {
        color: #222222; }
        .cab-upline__link:hover svg {
          fill: #222222; }
        .cab-upline__link:hover .tooltip-icon {
          background-color: #F12A23; }
      .cab-upline__link .tooltip {
        margin-right: 4px; }
        .cab-upline__link .tooltip-icon {
          background-color: #474747; }
      .cab-upline__link:hover .tooltip-wrap {
        opacity: 1; }
      .cab-upline__link > svg {
        width: 6px;
        height: 6px;
        margin-left: 7px;
        -webkit-transform: rotate(-90deg);
           -moz-transform: rotate(-90deg);
                transform: rotate(-90deg);
        fill: #5AB4F5;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
    .cab-upline__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;
      margin-right: 14px; }
      .cab-upline__text h3 {
        font-weight: 500;
        font-size: 12px;
        color: #A5A4AA;
        margin-bottom: 7px; }
        .cab-upline__text h3:last-child {
          margin-bottom: 0; }
      .cab-upline__text p {
        font-weight: 800;
        font-size: 18px;
        color: #222222; }
        @media (max-width: 575px) {
          .cab-upline__text p {
            font-size: 16px; } }
    .cab-upline__rank {
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 13px 13px 13px 42px;
      position: relative;
      min-height: 52px;
      background: rgba(90, 180, 245, 0.07);
      border: 1px solid rgba(90, 180, 245, 0.13);
      box-shadow: 0px 4px 11px rgba(90, 180, 245, 0.12);
      -webkit-backdrop-filter: blur(1px);
              backdrop-filter: blur(1px);
      border-radius: 25px;
      max-width: 115px;
      margin: 10px 0; }
      @media (max-width: 575px) {
        .cab-upline__rank {
          max-width: 100%;
          -webkit-flex-grow: 1;
             -moz-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; } }
      .cab-upline__rank img {
        position: absolute;
        left: 24px;
        top: 50%;
        max-width: 20px;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      .cab-upline__rank p {
        font-weight: 700;
        font-size: 10px;
        color: #222222; }
        @media (max-width: 575px) {
          .cab-upline__rank p {
            font-size: 12px; } }
    .cab-upline_empty {
      background-image: none;
      background-color: #F4F6FA;
      padding-left: 135px;
      padding-top: 20px;
      padding-bottom: 20px;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 575px) {
        .cab-upline_empty {
          padding-left: 82px;
          padding-bottom: 10px;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-align-items: flex-start;
             -moz-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
      .cab-upline_empty .cab-upline__img {
        border: none;
        background-color: #E8EDF6;
        width: 52px;
        height: 52px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%); }
      .cab-upline_empty .cab-upline__text {
        margin-right: 10px; }
        .cab-upline_empty .cab-upline__text h3 {
          font-weight: 400;
          font-size: 24px;
          color: #CFD6E2; }
          @media (max-width: 575px) {
            .cab-upline_empty .cab-upline__text h3 {
              font-size: 20px; } }
          @media (max-width: 480px) {
            .cab-upline_empty .cab-upline__text h3 {
              font-size: 16px; } }
      .cab-upline_empty .cab-upline__rank {
        width: 109px;
        max-width: 109px;
        height: 51px;
        box-shadow: none;
        border: none;
        background-image: url("../img/rank-empty.svg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center; }
    .cab-upline_page {
      border-radius: 7px;
      padding-left: 130px;
      background-color: #F1F6F9; }
      .cab-upline_page .cab-upline__link {
        right: 15px; }
      .cab-upline_page .cab-upline__img {
        left: 29px; }
  .cab-turn {
    width: 100%;
    padding: 20px 30px;
    background-color: rgba(90, 180, 245, 0.05);
    border-radius: 7px;
    margin-bottom: 30px; }
    .cab-turn:last-child {
      margin-bottom: 0; }
    @media (max-width: 575px) {
      .cab-turn {
        padding: 15px; } }
    .cab-turn__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: 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;
      min-height: 40px;
      margin-bottom: 18px;
      padding-left: 58px; }
      .cab-turn__head > p {
        font-weight: 400;
        font-size: 12px;
        color: #656565;
        line-height: 1.22; }
    .cab-turn__title {
      font-weight: 700;
      font-size: 16px;
      color: #222222;
      line-height: 1.22;
      margin-bottom: 3px; }
      @media (max-width: 575px) {
        .cab-turn__title {
          font-size: 14px; } }
      .cab-turn__title .tooltip {
        -webkit-transform: translateY(-2px);
           -moz-transform: translateY(-2px);
                transform: translateY(-2px); }
      .cab-turn__title:hover .tooltip-icon {
        background-color: #F12A23; }
      .cab-turn__title:hover .tooltip-wrap {
        opacity: 1; }
      .cab-turn__title:last-child {
        margin-bottom: 0; }
    .cab-turn__icon {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      width: 40px;
      height: 40px;
      background-color: #fff;
      box-shadow: 0px 4px 12px rgba(90, 180, 245, 0.16);
      border-radius: 7px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .cab-turn__icon img {
        max-width: 22px; }
    .cab-turn__rank {
      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: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: right;
      position: relative;
      padding-right: 35px;
      margin-bottom: 18px; }
      .cab-turn__rank > img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0;
        max-width: 25px;
        max-height: 42px; }
      .cab-turn__rank-title {
        font-weight: 700;
        font-size: 14px;
        color: #222222;
        margin-bottom: 5px; }
        .cab-turn__rank-title:last-child {
          margin-bottom: 0; }
      .cab-turn__rank-val {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        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: 900;
        font-size: 16px;
        color: #5AB4F5;
        line-height: 1; }
        .cab-turn__rank-val .cab-cur {
          margin-left: 7px;
          margin-top: -2px; }
    .cab-turn__progress {
      font-weight: 900;
      font-size: 30px;
      color: #BADBF1;
      margin-bottom: 20px; }
      @media (max-width: 575px) {
        .cab-turn__progress {
          font-size: 20px; } }
      .cab-turn__progress span {
        color: #5AB4F5; }
      .cab-turn__progress sub {
        text-transform: uppercase;
        font-size: 10px; }
    .cab-turn__bar {
      background-image: url(../img/cab-prog-bg.png);
      background-repeat: no-repeat;
      background-position: 0 50%;
      background-size: cover;
      border-radius: 20px;
      height: 16px;
      margin-bottom: 10px;
      position: relative; }
      .cab-turn__bar span {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background-image: url(../img/cab-prog-line.png);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: cover;
        border-radius: 20px; }
    .cab-turn__range {
      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-turn__range span {
        position: relative;
        font-weight: 400;
        font-size: 10px;
        color: #A5A4AA;
        padding-top: 16px; }
        @media (max-width: 575px) {
          .cab-turn__range span {
            font-size: 8px; } }
        .cab-turn__range span:after {
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
             -moz-transform: translateX(-50%);
                  transform: translateX(-50%);
          top: 0;
          height: 6px;
          width: 1px;
          background-color: #DADADA;
          content: ''; }
    .cab-turn_green {
      background-color: rgba(86, 206, 96, 0.05); }
      .cab-turn_green .cab-turn__rank-val {
        color: #56CE60; }
      .cab-turn_green .cab-turn__progress {
        color: #B2E8B7; }
        .cab-turn_green .cab-turn__progress span {
          color: #56CE60; }
      .cab-turn_green .cab-turn__bar {
        background-image: url(../img/cab-prog-bg-2.png); }
        .cab-turn_green .cab-turn__bar span {
          background-image: url(../img/cab-prog-line-2.png); }
  .cab-investor__info {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    padding-left: 40px;
    min-height: 30px; }
    .cab-investor__info a {
      font-weight: 500;
      font-size: 14px;
      color: #F12A23;
      text-decoration: underline;
      line-height: 1.22;
      margin-bottom: 3px;
      width: 140px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
      .cab-investor__info a:last-child {
        margin-bottom: 0; }
      .cab-investor__info a:hover {
        text-decoration: none; }
    .cab-investor__info p {
      font-weight: 400;
      font-size: 13px;
      color: #666;
      line-height: 1.22;
      width: 140px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
      .cab-investor__info p span {
        font-size: 12px;
        font-weight: 500; }
    .cab-investor__info-img {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      overflow: hidden;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .cab-investor__info-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 50%;
           object-position: 50% 50%; }
      .cab-investor__info-img_lvl {
        overflow: visible; }
        .cab-investor__info-img_lvl img {
          border-radius: 50%; }
        .cab-investor__info-img_lvl:after {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
             -moz-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: -moz-calc(100% + 8px);
          width: calc(100% + 8px);
          height: -moz-calc(100% + 8px);
          height: calc(100% + 8px);
          border-radius: 50%;
          content: '';
          border: 1px solid #56CE60;
          z-index: 1; }
        .cab-investor__info-img_lvl span {
          bottom: -5px;
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
             -moz-transform: translateX(-50%);
                  transform: translateX(-50%);
          display: -webkit-inline-flex;
          display: -moz-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-flex-direction: row;
             -moz-box-orient: horizontal;
             -moz-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          text-align: center;
          padding: 4px;
          background-color: #56CE60;
          border-radius: 3px;
          font-weight: 700;
          font-size: 10px;
          color: #fff;
          z-index: 2; }
          @media (max-width: 767px) {
            .cab-investor__info-img_lvl span {
              bottom: -23px;
              font-size: 9px; } }
    .cab-investor__info_big {
      padding-left: 75px;
      min-height: 56px; }
      @media (max-width: 767px) {
        .cab-investor__info_big {
          min-height: 30px;
          padding-left: 40px; } }
      .cab-investor__info_big .cab-investor__info-img {
        width: 56px;
        height: 56px; }
        @media (max-width: 767px) {
          .cab-investor__info_big .cab-investor__info-img {
            width: 30px;
            height: 30px; } }
  .cab-investor__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: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 100px;
    width: 100%;
    min-width: 100px; }
    .cab-investor__soc a {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background-color: #F12A23;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      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-decoration: none;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      cursor: pointer;
      margin-bottom: 2px;
      margin-right: 4px; }
      .cab-investor__soc a:hover {
        background-color: #F12A23 !important; }
      .cab-investor__soc a svg {
        width: 10px;
        height: 10px;
        fill: #fff; }
      .cab-investor__soc a.fb {
        background-color: #1877F2; }
      .cab-investor__soc a.tw {
        background-color: #1B9FEF; }
      .cab-investor__soc a.wapp {
        background-color: #44C554; }
      .cab-investor__soc a.tg {
        background-color: #26A5E5; }
      .cab-investor__soc a.skype {
        background-color: #00AFF0; }
      .cab-investor__soc a.inst {
        background-color: #A038F1; }
  .cab-investor__lvl {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .cab-investor__lvl h3 {
      font-weight: 700;
      font-size: 14px;
      color: #222222;
      margin-bottom: 5px;
      line-height: 1.22; }
      .cab-investor__lvl h3:last-child {
        margin-bottom: 0; }
    .cab-investor__lvl p {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      font-weight: 700;
      font-size: 10px;
      color: #56CE60; }
      .cab-investor__lvl p svg {
        width: 10px;
        height: 10px;
        fill: none;
        stroke: #56CE60;
        margin-right: 4px; }
      .cab-investor__lvl p.red {
        color: #F12A23; }
        .cab-investor__lvl p.red svg {
          stroke: #F12A23; }
  .cab-investor__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: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-weight: 700;
    font-size: 18px;
    color: #222222;
    line-height: 1.22; }
    .cab-investor__rank img {
      max-height: 40px;
      max-width: 23px;
      margin-right: 12px; }
  .cab-investor__val {
    font-weight: 900;
    font-size: 18px;
    color: #5AB4F5; }
    .cab-investor__val .cab-cur {
      color: #222222;
      -webkit-transform: translateY(-3px);
         -moz-transform: translateY(-3px);
              transform: translateY(-3px); }
  .cab-news {
    width: 100%; }
    @media (max-width: 1199px) {
      .cab-news {
        padding-top: 30px; } }
    .cab-news__item {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 100%;
      background-color: #fff;
      box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.03);
      border-radius: 7px;
      overflow: hidden;
      text-decoration: none;
      margin-bottom: 30px; }
      .cab-news__item:hover .cab-news__top > img {
        -webkit-transform: translate(0%, -50%) scale(1.2);
           -moz-transform: translate(0%, -50%) scale(1.2);
                transform: translate(0%, -50%) scale(1.2); }
    .cab-news__top {
      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;
      height: 150px;
      position: relative;
      z-index: 1;
      padding: 30px;
      overflow: hidden;
      width: 100%; }
      .cab-news__top > span {
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        position: absolute;
        top: 14px;
        left: 14px;
        z-index: 2;
        background-color: #56CE60;
        text-transform: uppercase;
        color: #fff;
        padding: 2px 3px;
        border-radius: 3px;
        font-weight: 700;
        font-size: 8px; }
      .cab-news__top > img {
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 50%;
           object-position: 50% 50%;
        z-index: -1;
        pointer-events: none;
        -webkit-transform-origin: 100% 50%;
           -moz-transform-origin: 100% 50%;
                transform-origin: 100% 50%; }
    .cab-news__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;
      max-width: 102px;
      width: 100%; }
      .cab-news__logo img {
        width: 100%; }
    .cab-news__content {
      padding: 14px;
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .cab-news__content h3 {
        font-weight: 800;
        font-size: 13px;
        color: #222222;
        line-height: 1.13;
        margin-bottom: 9px; }
        .cab-news__content h3:last-child {
          margin-bottom: 0; }
      .cab-news__content p {
        background-image: url(../img/cab-news-date.svg);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 12px auto;
        font-weight: 400;
        font-size: 10px;
        color: #A5A4AA;
        padding-left: 20px;
        min-height: 12px;
        line-height: 1.22; }
  .cab-empty {
    min-height: 608px;
    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: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px;
    margin-bottom: 50px;
    background: -moz-repeating-linear-gradient(135deg, #fbfbfb, #fbfbfb 20px, #fff 20px, #fff 30px);
    background: repeating-linear-gradient(-45deg, #fbfbfb, #fbfbfb 20px, #fff 20px, #fff 30px);
    border: 1px solid #F5F5F5;
    border-radius: 7px; }
    @media (max-width: 1199px) {
      .cab-empty {
        min-height: 0; } }
    .cab-empty__content {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-align: center;
      max-width: 340px;
      width: 100%;
      margin-bottom: 30px; }
      .cab-empty__content:last-child {
        margin-bottom: 0; }
      .cab-empty__content h3 {
        font-weight: 700;
        font-size: 24px;
        color: #222222;
        margin-bottom: 9px;
        line-height: 1.22; }
        @media (max-width: 767px) {
          .cab-empty__content h3 {
            font-size: 20px; } }
        .cab-empty__content h3:last-child {
          margin-bottom: 0; }
      .cab-empty__content > p {
        font-weight: 400;
        font-size: 14px;
        color: #656565;
        line-height: 1.22;
        margin-bottom: 20px; }
        .cab-empty__content > p:last-child {
          margin-bottom: 0; }
    .cab-empty__img {
      width: 100px;
      height: 100px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 14px; }
      .cab-empty__img img {
        max-width: 100%; }
      .cab-empty__img_big {
        width: 140px; }
    .cab-empty .cab-refs-2__icon img {
      -webkit-filter: grayscale(100);
              filter: grayscale(100); }
    .cab-empty .cab-refs-2__box {
      margin-bottom: 0;
      background-color: rgba(0, 0, 0, 0.02);
      max-width: 420px;
      width: 100%;
      padding-right: 88px; }
      .cab-empty .cab-refs-2__box .cab-refs__copy {
        width: 54px;
        height: 54px;
        padding: 0; }
        .cab-empty .cab-refs-2__box .cab-refs__copy svg {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
             -moz-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
    .cab-empty_refs {
      min-height: 905px; }
      @media (max-width: 1199px) {
        .cab-empty_refs {
          min-height: 0; } }
  .cab-btn {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 25px 42px;
    text-align: center;
    border: 1px solid #F12A23;
    text-decoration: none;
    font-weight: 800;
    font-size: 16px;
    color: #F12A23;
    text-transform: uppercase;
    border-radius: 11px;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer; }
    @media (max-width: 767px) {
      .cab-btn {
        padding: 20px; } }
    .cab-btn:hover {
      background-color: #F12A23;
      color: #fff; }
    .cab-btn > svg {
      width: 18px;
      height: 18px;
      margin-right: 14px;
      stroke: #F12A23;
      fill: none;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .cab-btn_full {
      width: 100%; }
    .cab-btn_red {
      background-color: #F12A23;
      color: #fff;
      border-color: #F12A23; }
      .cab-btn_red > svg {
        stroke: #fff; }
      .cab-btn_red:hover {
        background-color: #222222;
        border-color: #222222; }
    .cab-btn_black {
      background-color: #272727;
      border-color: #272727;
      color: #fff; }
      .cab-btn_black > svg {
        stroke: #fff; }
      .cab-btn_black:hover {
        background-color: #F12A23;
        border-color: #F12A23; }
      .cab-btn_black:disabled {
        cursor: default;
        border-color: #272727;
        color: #272727;
        background-color: transparent;
        opacity: 0.3; }
    .cab-btn_green {
      background-color: #56CE60;
      color: #fff;
      border-color: #56CE60; }
      .cab-btn_green > svg {
        stroke: #fff; }
      .cab-btn_green:hover {
        background-color: #222222;
        border-color: #222222; }
    .cab-btn_msg {
      color: #AFAFAF;
      background-color: #FAFAFA;
      border: none; }
      .cab-btn_msg:hover {
        background-color: #fafafa;
        color: #AFAFAF; }
      .cab-btn_msg > svg {
        stroke: #AFAFAF; }
  .cab-page-menu {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px; }
    @media (max-width: 480px) {
      .cab-page-menu {
        width: -moz-calc(100% + 5px);
        width: calc(100% + 5px);
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    .cab-page-menu__item {
      max-width: 225px;
      width: 100%;
      margin-right: 16px;
      text-decoration: none;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      padding: 35px 30px 22px 30px;
      background-color: #fff;
      border-radius: 7px;
      margin-bottom: 14px;
      position: relative;
      z-index: 1;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      margin-top: -95px; }
      @media (max-width: 1700px) {
        .cab-page-menu__item {
          margin-top: 20px;
          padding: 30px 10px 20px 10px;
          margin-right: 5px; } }
      @media (max-width: 480px) {
        .cab-page-menu__item {
          width: -moz-calc(100% / 2 - 5px);
          width: calc(100% / 2 - 5px);
          -webkit-flex-grow: 1;
             -moz-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          max-width: 100%; } }
      .cab-page-menu__item.active {
        background-color: #474747; }
        .cab-page-menu__item.active:after, .cab-page-menu__item.active:before {
          display: block; }
        .cab-page-menu__item.active h3, .cab-page-menu__item.active p {
          color: #fff; }
        .cab-page-menu__item.active .cab-page-menu__icon {
          background-color: #fff;
          border-color: #474747; }
      .cab-page-menu__item:hover {
        background-color: #474747; }
        .cab-page-menu__item:hover h3, .cab-page-menu__item:hover p {
          color: #fff; }
        .cab-page-menu__item:hover .cab-page-menu__icon {
          background-color: #fff;
          border-color: #474747; }
      .cab-page-menu__item:last-child {
        margin-right: 0; }
        @media (max-width: 480px) {
          .cab-page-menu__item:last-child {
            margin-right: 5px; } }
      .cab-page-menu__item:after {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
                transform: translateX(-50%);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        height: 3px;
        background-color: #F12A23;
        border-radius: 10px;
        content: '';
        top: -moz-calc(100% + 4px);
        top: calc(100% + 4px);
        display: none; }
      .cab-page-menu__item:before {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
                transform: translateX(-50%);
        top: -moz-calc(100% + 7px);
        top: calc(100% + 7px);
        border: 7px solid transparent;
        content: '';
        border-top-color: #F12A23;
        display: none; }
      .cab-page-menu__item h3 {
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        font-weight: 700;
        font-size: 18px;
        color: #222222;
        margin-bottom: 1px; }
        @media (max-width: 575px) {
          .cab-page-menu__item h3 {
            font-size: 14px; } }
      .cab-page-menu__item p {
        font-weight: 400;
        font-size: 12px;
        color: #9A9A9A;
        line-height: 1.22;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        @media (max-width: 575px) {
          .cab-page-menu__item p {
            font-size: 10px; } }
    .cab-page-menu__icon {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 48px;
      height: 48px;
      border: 4px solid #fff;
      background-color: #FAFAFA;
      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;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .cab-page-menu__icon img {
        max-width: 18px; }
  .cab-invest {
    border: 1px solid #F5F5F5;
    box-shadow: 0px 12px 27px rgba(0, 0, 0, 0.02);
    background-color: #fff;
    border-radius: 7px;
    margin-bottom: 30px; }
    .cab-invest__content {
      padding: 30px 30px 40px 30px; }
      @media (max-width: 767px) {
        .cab-invest__content {
          padding: 15px; } }
    .cab-invest__footer {
      width: 100%;
      border-top: 1px solid #F3F3F3;
      padding: 24px 30px;
      text-align: center;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 767px) {
        .cab-invest__footer {
          padding: 20px 15px; } }
      .cab-invest__footer img {
        margin-right: 20px;
        width: 20px; }
      .cab-invest__footer p {
        font-weight: 400;
        font-size: 16px;
        color: #A9A9A9; }
        @media (max-width: 767px) {
          .cab-invest__footer p {
            font-size: 14px; } }
        .cab-invest__footer p a {
          font-weight: 700;
          color: #F12A23;
          text-decoration: underline; }
          .cab-invest__footer p a:hover {
            text-decoration: none; }
    .cab-invest__bal {
      background-color: #FAFAFA;
      border-radius: 7px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 22px; }
      @media (max-width: 1800px) {
        .cab-invest__bal {
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; } }
      @media (max-width: 1400px) {
        .cab-invest__bal {
          -webkit-flex-wrap: nowrap;
              -ms-flex-wrap: nowrap;
                  flex-wrap: nowrap; } }
      @media (max-width: 767px) {
        .cab-invest__bal {
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; } }
      .cab-invest__bal-box {
        margin: 8px;
        background-color: #fff;
        border-radius: 7px;
        padding: 15px 15px 11px 30px;
        position: relative;
        min-width: 310px; }
        @media (max-width: 1800px) {
          .cab-invest__bal-box {
            width: 100%; } }
        @media (max-width: 1400px) {
          .cab-invest__bal-box {
            width: auto; } }
        @media (max-width: 767px) {
          .cab-invest__bal-box {
            width: 100%;
            min-width: auto; } }
        .cab-invest__bal-box:after {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: 5px;
          width: 3px;
          height: 43px;
          background-color: #F12A23;
          content: '';
          border-radius: 10px; }
        .cab-invest__bal-box h3 {
          font-weight: 400;
          font-size: 12px;
          color: #9A9A9A;
          margin-bottom: 2px;
          line-height: 1.22; }
          .cab-invest__bal-box h3:last-child {
            margin-bottom: 0; }
      .cab-invest__bal-val {
        font-weight: 800;
        font-size: 18px;
        color: #222222;
        line-height: 1.22;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        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-invest__bal-val .cab-cur {
          margin-top: -2px;
          margin-left: 5px; }
    .cab-invest__btc {
      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: 22px; }
      @media (max-width: 991px) {
        .cab-invest__btc {
          -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; } }
      .cab-invest__btc-title {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        font-weight: 500;
        font-size: 14px;
        color: #535353;
        margin-bottom: 11px;
        line-height: 1; }
        @media (max-width: 991px) {
          .cab-invest__btc-title {
            margin-bottom: 10px;
            margin-top: 10px;
            margin-right: 10px; } }
        .cab-invest__btc-title:last-child {
          margin-bottom: 0; }
        .cab-invest__btc-title img {
          width: 23px;
          height: 23px;
          margin-right: 7px; }
      .cab-invest__btc-val {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        font-weight: 900;
        font-size: 30px;
        color: #222222; }
        .cab-invest__btc-val span {
          margin-left: 13px;
          padding: 6px 6px 3px 18px;
          position: relative;
          background-color: #56CE60;
          border-radius: 5px;
          font-weight: 500;
          font-size: 14px;
          color: #fff; }
          .cab-invest__btc-val span svg {
            position: absolute;
            top: 50%;
            left: 9px;
            -webkit-transform: translate(-50%, -50%);
               -moz-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            fill: #fff;
            width: 8px;
            height: 8px; }
          .cab-invest__btc-val span.red {
            background-color: #F12A23; }
            .cab-invest__btc-val span.red svg {
              -webkit-transform: translate(-50%, -50%) scaleY(-1);
                 -moz-transform: translate(-50%, -50%) scaleY(-1);
                      transform: translate(-50%, -50%) scaleY(-1); }
  .cab-input {
    min-height: 80px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #F5F5F5;
    box-shadow: 0px 12px 27px rgba(0, 0, 0, 0.02);
    border-radius: 7px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    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: 22px;
    cursor: text; }
    .cab-input ::-webkit-input-placeholder {
      color: #222222; }
    .cab-input :-moz-placeholder {
      color: #222222; }
    .cab-input ::-moz-placeholder {
      color: #222222; }
    .cab-input :-ms-input-placeholder {
      color: #222222; }
    .cab-input ::placeholder {
      color: #222222; }
    .cab-input__title {
      font-weight: 500;
      font-size: 14px;
      color: #A5A4AA;
      margin-bottom: 13px;
      line-height: 1.17; }
    .cab-input input {
      width: 100%;
      border: none;
      outline: none;
      padding: 10px 28px;
      font-weight: 800;
      font-size: 30px;
      color: #222222;
      background-color: transparent; }
      @media (max-width: 767px) {
        .cab-input input {
          font-size: 14px;
          padding: 10px 15px; } }
      @media (max-width: 575px) {
        .cab-input input {
          font-size: 16px; } }
    .cab-input textarea {
      width: 100%;
      border: none;
      outline: none;
      padding: 22px 28px;
      font-weight: 400;
      font-size: 16px;
      line-height: 1.22;
      color: #222222;
      background-color: transparent;
      resize: none;
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      min-height: 220px; }
    .cab-input__cur {
      width: 96px;
      text-align: center;
      height: 40px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-weight: 400;
      font-size: 16px;
      color: #BDBDBD;
      padding: 4px 5px 2px 5px;
      border-left: 1px solid #EDEDED; }
    .cab-input__btn {
      padding: 6px 8px 4px 8px;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border: 1px solid #F12A23;
      border-radius: 5px;
      text-transform: uppercase;
      color: #F12A23;
      outline: none;
      cursor: pointer;
      background-color: transparent;
      line-height: 1;
      margin-right: 25px;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .cab-input__btn:hover {
        background-color: #F12A23;
        color: #fff; }
    .cab-input__text {
      font-weight: 400;
      font-size: 12px;
      color: #A5A4AA;
      line-height: 1.22; }
      .cab-input__text span {
        font-weight: 700;
        color: #222222; }
      .cab-input__text a {
        color: #F12A23;
        text-decoration: underline;
        font-weight: 500; }
        .cab-input__text a:hover {
          text-decoration: none; }
      .cab-input__text_mb {
        margin-bottom: 27px; }
    .cab-input__range {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      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-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      width: -moz-calc(100% + 15px);
      width: calc(100% + 15px);
      margin-bottom: 62px; }
      .cab-input__range-item {
        margin-right: 15px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .cab-input__range-item p {
          font-weight: 400;
          font-size: 12px;
          color: #A5A4AA; }
          .cab-input__range-item p span {
            font-weight: 700;
            color: #222222; }
        .cab-input__range-item .cab-cur {
          margin-left: 4px; }
    .cab-input_mb14 {
      margin-bottom: 14px; }
    .cab-input_icon {
      padding-left: 70px;
      position: relative; }
      .cab-input_icon > img {
        position: absolute;
        left: 35px;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      .cab-input_icon input {
        padding-left: 0; }
    .cab-input_set {
      background-color: #FAFAFA;
      border-color: #d6d6d6;
      margin-bottom: 20px; }
      .cab-input_set ::-webkit-input-placeholder {
        font-weight: 400;
        font-size: 16px;
        color: #B7B7B7; }
      .cab-input_set :-moz-placeholder {
        font-weight: 400;
        font-size: 16px;
        color: #B7B7B7; }
      .cab-input_set ::-moz-placeholder {
        font-weight: 400;
        font-size: 16px;
        color: #B7B7B7; }
      .cab-input_set :-ms-input-placeholder {
        font-weight: 400;
        font-size: 16px;
        color: #B7B7B7; }
      .cab-input_set ::placeholder {
        font-weight: 400;
        font-size: 16px;
        color: #B7B7B7; }
      .cab-input_set input {
        font-weight: 500;
        font-size: 20px;
        color: #222222; }
        .cab-input_set input:disabled {
          color: #606060;
          pointer-events: none; }
      .cab-input_set__mod {
        padding-right: 80px;
        position: relative; }
        .cab-input_set__mod .cab-address__copy {
          right: 40px; }
          @media (max-width: 580px) {
            .cab-input_set__mod .cab-address__copy {
              right: 30px; } }
        @media (max-width: 580px) {
          .cab-input_set__mod {
            padding-right: 65px; } }
        .cab-input_set__mod textarea {
          min-height: 33.8px;
          padding: 25px 0px 10px 28px;
          line-height: 19px;
          word-break: break-all;
          font-size: 20px;
          font-weight: 500; }
          .cab-input_set__mod textarea::-webkit-input-placeholder {
            word-break: normal; }
          .cab-input_set__mod textarea:-moz-placeholder {
            word-break: normal; }
          .cab-input_set__mod textarea::-moz-placeholder {
            word-break: normal; }
          .cab-input_set__mod textarea:-ms-input-placeholder {
            word-break: normal; }
          .cab-input_set__mod textarea::placeholder {
            word-break: normal; }
          @media (max-width: 2070px) {
            .cab-input_set__mod textarea {
              font-size: 17px; } }
          @media (max-width: 1885px) {
            .cab-input_set__mod textarea {
              font-size: 15px; } }
          @media (max-width: 1670px) {
            .cab-input_set__mod textarea {
              padding-top: 15px; } }
          @media (max-width: 1040px) {
            .cab-input_set__mod textarea {
              font-size: 14px; } }
          @media (max-width: 991px) {
            .cab-input_set__mod textarea {
              padding-top: 25px;
              font-size: 16px; } }
          @media (max-width: 550px) {
            .cab-input_set__mod textarea {
              padding-top: 15px; } }
          @media (max-width: 370px) {
            .cab-input_set__mod textarea {
              font-size: 12px; } }
        .cab-input_set__mod input {
          padding: 10px 0px 10px 28px; }
          @media (max-width: 2070px) {
            .cab-input_set__mod input {
              font-size: 17px; } }
          @media (max-width: 1885px) {
            .cab-input_set__mod input {
              font-size: 15px; } }
          @media (max-width: 1750px) {
            .cab-input_set__mod input {
              font-size: 14px; } }
          @media (max-width: 1635px) {
            .cab-input_set__mod input {
              font-size: 13px; } }
          @media (max-width: 1610px) {
            .cab-input_set__mod input {
              font-size: 12px; } }
    .cab-input_tel input {
      padding-left: 70px !important; }
    .cab-input_tel .iti {
      width: 100%;
      background-color: transparent; }
      .cab-input_tel .iti:hover {
        background-color: transparent; }
      .cab-input_tel .iti__flag {
        box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1);
        border-radius: 2px; }
      .cab-input_tel .iti__selected-flag {
        outline: none;
        background-color: transparent !important; }
      .cab-input_tel .iti__country {
        width: 100%; }
        .cab-input_tel .iti__country-list {
          overflow-x: hidden; }
          .cab-input_tel .iti__country-list::-webkit-scrollbar {
            width: 2px;
            /* full scroll bar width */ }
          .cab-input_tel .iti__country-list::-webkit-scrollbar-track {
            background: transparent;
            /* Tracking area color */ }
          .cab-input_tel .iti__country-list::-webkit-scrollbar-thumb {
            background-color: #F12A23;
            /* runner color */
            border-radius: 20px;
            /* rounded runner */
            border: 0px solid orange;
            /* indent around the runner */ }
    .cab-input_text {
      min-height: 0; }
    .cab-input_date {
      position: relative; }
      .cab-input_date > svg {
        position: absolute;
        right: 41px;
        top: 50%;
        -webkit-transform: translate(50%, -50%);
           -moz-transform: translate(50%, -50%);
                transform: translate(50%, -50%);
        fill: #C9C9C9;
        width: 12px;
        height: 12px; }
      .cab-input_date input {
        padding-right: 66px; }
  .cab-select {
    position: relative;
    display: block;
    width: 100%; }
    .cab-select > svg {
      position: absolute;
      top: 50%;
      right: 41px;
      -webkit-transform: translate(50%, -50%);
         -moz-transform: translate(50%, -50%);
              transform: translate(50%, -50%);
      width: 12px;
      height: 12px;
      fill: #C9C9C9; }
    .cab-select__btn {
      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: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      min-height: 80px;
      padding: 10px 72px;
      cursor: pointer; }
      .cab-select__btn > img {
        position: absolute;
        left: 41px;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 36px;
        height: 36px; }
      .cab-select__btn h3 {
        font-weight: 800;
        font-size: 18px;
        color: #222222;
        margin-bottom: 6px;
        line-height: 1;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
        overflow: hidden; }
        @media (max-width: 575px) {
          .cab-select__btn h3 {
            font-size: 16px; } }
        .cab-select__btn h3:last-child {
          margin-bottom: 0; }
        .cab-select__btn h3 span {
          font-weight: 400;
          font-size: 12px;
          text-transform: uppercase; }
      .cab-select__btn p {
        font-weight: 400;
        font-size: 12px;
        color: #535353;
        line-height: 1.22;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
        overflow: auto; }
        .cab-select__btn p b {
          font-weight: 500;
          color: #222222; }
        .cab-select__btn p .cab-cur {
          margin-left: 5px; }
    .cab-select__drop {
      left: 0;
      margin-top: 10px;
      width: 100%;
      background: #FFFFFF;
      border: 3px solid #E9E9E9;
      box-shadow: 0px 12px 28px rgba(0, 0, 0, 0.07);
      border-radius: 7px;
      overflow: hidden;
      min-width: 290px;
      z-index: 2; }
      @media (max-width: 575px) {
        .cab-select__drop {
          min-width: 260px; } }
    .cab-select__list {
      max-height: 220px;
      overflow-y: auto;
      padding: 5px 25px;
      width: 100%; }
    .cab-select__item {
      position: relative;
      padding: 15px 0px 15px 49px;
      width: 100%;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      cursor: pointer;
      border-radius: 5px;
      position: relative;
      border-bottom: 1px solid #F5F5F5; }
      .cab-select__item > img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 36px;
        height: 36px;
        left: 0px; }
      .cab-select__item.active h3, .cab-select__item:hover h3 {
        color: #F12A23; }
      .cab-select__item h3 {
        font-weight: 800;
        font-size: 18px;
        color: #222222;
        margin-bottom: 2px;
        line-height: 1.22; }
        @media (max-width: 575px) {
          .cab-select__item h3 {
            font-size: 16px; } }
        .cab-select__item h3:last-child {
          margin-bottom: 0; }
        .cab-select__item h3 span {
          font-weight: 400;
          font-size: 12px;
          text-transform: uppercase; }
      .cab-select__item p {
        font-weight: 400;
        font-size: 12px;
        color: #535353;
        line-height: 1.22; }
        .cab-select__item p b {
          font-weight: 500;
          color: #222222; }
        .cab-select__item p .cab-cur {
          margin-left: 5px; }
    .cab-select__search {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      background-color: #FAFAFA;
      border: 1px solid #F5F5F5;
      height: 50px;
      border-radius: 7px;
      margin: 26px 25px 14px 25px;
      width: -moz-calc(100% - 50px);
      width: calc(100% - 50px); }
      .cab-select__search button {
        width: 40px;
        height: 100%;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border: none;
        outline: none;
        background: transparent;
        cursor: pointer; }
        .cab-select__search button:hover svg {
          fill: #222222; }
        .cab-select__search button svg {
          width: 16px;
          height: 16px;
          fill: #DADADA;
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
      .cab-select__search ::-webkit-input-placeholder {
        color: #C2C2C2; }
      .cab-select__search :-moz-placeholder {
        color: #C2C2C2; }
      .cab-select__search ::-moz-placeholder {
        color: #C2C2C2; }
      .cab-select__search :-ms-input-placeholder {
        color: #C2C2C2; }
      .cab-select__search ::placeholder {
        color: #C2C2C2; }
      .cab-select__search input {
        -webkit-flex-grow: 1;
           -moz-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        height: 100%;
        border: none;
        outline: none;
        background: transparent;
        font-weight: 400;
        font-size: 14px;
        color: #222222;
        padding-right: 15px;
        padding-left: 0; }
        @media (max-width: 575px) {
          .cab-select__search input {
            font-size: 16px; } }
    .cab-select__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: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      width: -moz-calc(100% + 5px);
      width: calc(100% + 5px);
      padding: 0 25px;
      margin-bottom: 5px; }
      .cab-select__btns-item {
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border: 1px solid #F5F5F5;
        border-radius: 7px;
        margin-right: 5px;
        padding: 10px 8px 8px 8px;
        font-weight: 500;
        font-size: 12px;
        color: #606060;
        cursor: pointer;
        margin-bottom: 5px;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        .cab-select__btns-item:hover, .cab-select__btns-item.active {
          border-color: #F12A23;
          background-color: #F12A23;
          color: #fff; }
    .cab-select__clear {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 52px;
      width: 15px;
      height: 15px;
      z-index: 2;
      cursor: pointer;
      display: none;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .cab-select__clear svg {
        width: 100%;
        height: 100%;
        fill: #fff; }
    .cab-select.selected .cab-select__clear {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
    .cab-select_bg {
      background-color: #FAFAFA; }
    .cab-select_mb {
      margin-bottom: 30px; }
    .cab-select_mb9 {
      margin-bottom: 9px; }
    .cab-select_noicon .cab-select__btn {
      padding-left: 18px; }
      .cab-select_noicon .cab-select__btn h3 {
        font-size: 24px; }
        .cab-select_noicon .cab-select__btn h3 span {
          text-transform: none;
          font-size: 16px; }
    .cab-select_noicon .cab-select__item {
      padding-left: 0; }
    .cab-select_check .cab-select__btn {
      padding-left: 18px; }
      .cab-select_check .cab-select__btn > svg {
        display: none; }
      .cab-select_check .cab-select__btn h3 {
        font-size: 16px;
        font-weight: 500;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .cab-select_check .cab-select__btn h3 img {
          width: 20px;
          height: 20px;
          margin-right: 5px; }
        .cab-select_check .cab-select__btn h3 span {
          text-transform: none;
          font-size: 16px; }
    .cab-select_check .cab-select__list {
      padding-left: 50px; }
    .cab-select_check .cab-select__item {
      padding-left: 0;
      border-bottom: none;
      padding-bottom: 6px;
      padding-top: 6px; }
      .cab-select_check .cab-select__item:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 18px;
        height: 18px;
        border-radius: 4px;
        right: -moz-calc(100% + 15px);
        right: calc(100% + 15px);
        content: '';
        border: 1px solid #F5F5F5; }
      .cab-select_check .cab-select__item > svg {
        position: absolute;
        right: -moz-calc(100% + 24px);
        right: calc(100% + 24px);
        -webkit-transform: translate(50%, -50%);
           -moz-transform: translate(50%, -50%);
                transform: translate(50%, -50%);
        top: 50%;
        width: 9px;
        height: 9px;
        fill: #fff;
        opacity: 0;
        z-index: 1; }
      .cab-select_check .cab-select__item h3 {
        font-size: 14px;
        color: #222222;
        font-weight: 400;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        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-select_check .cab-select__item h3 img {
          width: 20px;
          height: 20px;
          margin-right: 5px; }
      .cab-select_check .cab-select__item.active:after {
        background-color: #56CE60;
        border-color: #56CE60; }
      .cab-select_check .cab-select__item.active > svg {
        opacity: 1; }
      .cab-select_check .cab-select__item.active h3 {
        font-weight: 700; }
  .cab-net {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border: 1px solid #F5F5F5;
    border-radius: 7px;
    margin-bottom: 23px;
    overflow: hidden; }
    .cab-net__item {
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 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: 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;
      border-right: 1px solid #F5F5F5;
      cursor: pointer;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      padding: 22px 10px 22px 62px;
      min-width: -moz-calc(100% / 3);
      min-width: calc(100% / 3); }
      @media (max-width: 480px) {
        .cab-net__item {
          width: 100%;
          border: none;
          border-bottom: 1px solid #F5F5F5; }
          .cab-net__item:last-child {
            border-bottom: none; } }
      .cab-net__item:last-child {
        border-right: none; }
      .cab-net__item:hover {
        background-color: #F6FCF7; }
      .cab-net__item.active {
        background-color: #F6FCF7; }
        .cab-net__item.active .cab-net__check {
          background-color: #56CE60; }
          .cab-net__item.active .cab-net__check svg {
            opacity: 1; }
      .cab-net__item img {
        position: absolute;
        top: 50%;
        left: 31px;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 32px;
        height: 32px; }
      .cab-net__item h3 {
        font-weight: 800;
        font-size: 16px;
        color: #222222;
        margin-bottom: 1px;
        line-height: 1.22; }
        .cab-net__item h3:last-child {
          margin-bottom: 0; }
      .cab-net__item p {
        font-weight: 400;
        font-size: 12px;
        color: #535353;
        line-height: 1.22; }
      .cab-net__item.disabled {
        pointer-events: none;
        -webkit-filter: grayscale(1);
                filter: grayscale(1);
        opacity: 0.3; }
        .cab-net__item.disabled .cab-net__check {
          display: none; }
    .cab-net__check {
      position: absolute;
      top: 0;
      right: 0;
      width: 20px;
      height: 20px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: #F5F5F5;
      border-radius: 0 0 0 5px;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .cab-net__check svg {
        width: 10px;
        height: 10px;
        fill: #fff;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        opacity: 0; }
  .cab-address {
    width: 100%;
    position: relative;
    padding: 28px 110px 28px 28px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    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;
    background-color: #FAFBFD;
    border-radius: 7px;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .cab-address {
        margin-bottom: 20px; } }
    .cab-address p {
      width: 100%;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      font-weight: 500;
      font-size: 22px;
      color: #222222; }
      @media (max-width: 1900px) {
        .cab-address p {
          font-size: 20px; } }
      @media (max-width: 1785px) {
        .cab-address p {
          font-size: 18px; } }
      @media (max-width: 575px) {
        .cab-address p {
          font-size: 18px; } }
    .cab-address__copy {
      position: absolute;
      top: 50%;
      right: 55px;
      -webkit-transform: translate(50%, -50%);
         -moz-transform: translate(50%, -50%);
              transform: translate(50%, -50%);
      cursor: pointer; }
      .cab-address__copy:hover svg {
        stroke: #F12A23; }
      .cab-address__copy svg {
        fill: none;
        stroke: #C9C9C9;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        width: 20px;
        height: 20px; }
  .cab-warning {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    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;
    position: relative;
    width: 100%;
    padding: 32px 20px 32px 80px;
    background-color: rgba(241, 42, 35, 0.05);
    border-radius: 7px;
    min-height: 53px; }
    @media (max-width: 767px) {
      .cab-warning {
        margin-bottom: 20px; } }
    @media (max-width: 480px) {
      .cab-warning {
        padding-top: 15px;
        padding-right: 15px;
        padding-bottom: 15px; } }
    .cab-warning__icon {
      width: 22px;
      height: 22px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      top: 50%;
      left: 40px;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-color: #F12A23;
      border-radius: 50%;
      z-index: 1; }
      .cab-warning__icon:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: -1;
        background-color: #F12A23;
        width: 100%;
        height: 100%;
        opacity: 0;
        content: '';
        border-radius: 50%;
        -webkit-animation: pulse 2s infinite linear;
           -moz-animation: pulse 2s infinite linear;
                animation: pulse 2s infinite linear; }
      .cab-warning__icon:before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: -1;
        background-color: #F12A23;
        width: 100%;
        height: 100%;
        opacity: 0;
        content: '';
        border-radius: 50%;
        -webkit-animation: pulse 2s infinite linear;
           -moz-animation: pulse 2s infinite linear;
                animation: pulse 2s infinite linear;
        -webkit-animation-delay: 1s;
           -moz-animation-delay: 1s;
                animation-delay: 1s; }
      .cab-warning__icon svg {
        width: 10px;
        height: 10px;
        fill: #fff; }
    .cab-warning h3 {
      font-weight: 400;
      font-size: 16px;
      color: #F12A23;
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      line-height: 1.22; }
      @media (max-width: 480px) {
        .cab-warning h3 {
          font-size: 14px; } }
    .cab-warning p {
      font-weight: 400;
      font-size: 16px;
      color: #F12A23;
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      line-height: 1.22;
      margin-bottom: 15px; }
      .cab-warning p:last-child {
        margin-bottom: 0; }
      .cab-warning p span {
        font-weight: 800; }
      @media (max-width: 480px) {
        .cab-warning p {
          font-size: 14px; } }
    .cab-warning_orange {
      background-color: rgba(249, 141, 81, 0.05); }
      .cab-warning_orange .cab-warning__icon {
        background-color: #F98D51;
        top: 42px; }
        .cab-warning_orange .cab-warning__icon:after, .cab-warning_orange .cab-warning__icon:before {
          background-color: #F98D51; }
      .cab-warning_orange h3, .cab-warning_orange p {
        color: #F98D51; }
  .cab-details {
    background-image: url("../img/cab-details-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 30px 30px 30px 30px;
    background-color: #70D478;
    border-radius: 7px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 30px; }
    @media (max-width: 767px) {
      .cab-details {
        margin-top: 0;
        margin-bottom: 20px; } }
    @media (max-width: 575px) {
      .cab-details {
        padding: 15px; } }
    .cab-details > h3 {
      font-weight: 700;
      font-size: 24px;
      color: #070703;
      margin-bottom: 26px; }
      @media (max-width: 575px) {
        .cab-details > h3 {
          margin-bottom: 10px; } }
    .cab-details__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;
      background-color: #070703;
      border-radius: 7px; }
    .cab-details__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;
      border-bottom: 1px solid #212121;
      padding: 10px 15px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .cab-details__item:last-child {
        border-bottom: none; }
      .cab-details__item_big {
        -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-bottom: 15px; }
        .cab-details__item_big .cab-details__title {
          margin-bottom: 10px; }
        .cab-details__item_big .cab-details__val {
          font-size: 30px;
          -webkit-align-items: flex-start;
             -moz-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; }
          .cab-details__item_big .cab-details__val .cab-cur {
            border-color: #fff;
            background-color: #fff;
            color: #070703;
            margin-top: 4px; }
    .cab-details__title {
      font-weight: 400;
      font-size: 14px;
      color: #fff;
      margin-right: 10px;
      margin-top: 5px;
      margin-bottom: 5px; }
      .cab-details__title span {
        color: #F12A23; }
    .cab-details__val {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      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: 800;
      font-size: 14px;
      color: #fff; }
      .cab-details__val .cab-cur {
        margin-left: 5px;
        border-color: rgba(255, 255, 255, 0.2);
        color: #fff;
        margin-top: -2px; }
  .cab-pass {
    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: 18px;
    background-image: url("../img/cab-pass-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 30px 34px;
    margin-top: 30px;
    border-radius: 7px;
    position: relative; }
    @media (max-width: 575px) {
      .cab-pass {
        padding: 15px; } }
    .cab-pass > h3 {
      font-weight: 700;
      font-size: 24px;
      color: #222222;
      margin-bottom: 16px; }
    .cab-pass > p {
      font-weight: 400;
      font-size: 16px;
      color: #222222;
      line-height: 1.28;
      margin-bottom: 16px;
      max-width: 444px; }
      .cab-pass > p:last-child {
        margin-bottom: 0; }
      @media (max-width: 575px) {
        .cab-pass > p {
          font-size: 14px; } }
      .cab-pass > p span {
        font-weight: 700; }
      .cab-pass > p a {
        color: #F12A23;
        font-weight: 700;
        font-size: 14px;
        text-decoration: underline; }
        .cab-pass > p a:hover {
          text-decoration: none; }
    .cab-pass > h4 {
      font-weight: 700;
      font-size: 14px;
      color: #222222;
      line-height: 1.28;
      margin-bottom: 20px; }
      .cab-pass > h4:last-child {
        margin-bottom: 0; }
    .cab-pass__box {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 100%;
      max-width: 420px; }
      .cab-pass__box .m-input__show {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        -webkit-transform: translate(0, 0);
           -moz-transform: translate(0, 0);
                transform: translate(0, 0);
        width: 48px;
        height: 48px;
        background-color: #D2F1D9;
        border-radius: 7px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-left: 6px;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        min-width: 48px; }
        .cab-pass__box .m-input__show svg {
          width: 16px;
          height: 16px;
          fill: #56CE60; }
        .cab-pass__box .m-input__show:after {
          border-left-color: #56CE60;
          border-right: 1px solid #D2F1D9; }
        .cab-pass__box .m-input__show:hover, .cab-pass__box .m-input__show.active {
          background-color: #56CE60; }
          .cab-pass__box .m-input__show:hover:after, .cab-pass__box .m-input__show.active:after {
            border-right-color: #56CE60;
            border-left-color: #fff; }
          .cab-pass__box .m-input__show:hover svg, .cab-pass__box .m-input__show.active svg {
            fill: #fff; }
    .cab-pass__input {
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      background-color: #fff;
      border-radius: 7px;
      border: 1px solid transparent; }
      .cab-pass__input-error {
        background-color: #ff000052;
        border-color: red; }
        .cab-pass__input-error input::-webkit-input-placeholder {
          color: #000000; }
        .cab-pass__input-error input:-moz-placeholder {
          color: #000000; }
        .cab-pass__input-error input::-moz-placeholder {
          color: #000000; }
        .cab-pass__input-error input:-ms-input-placeholder {
          color: #000000; }
        .cab-pass__input-error input::placeholder {
          color: #000000; }
      .cab-pass__input input {
        border: none;
        outline: none;
        height: 100%;
        width: 100%;
        background-color: transparent;
        height: 48px;
        padding: 0px 20px;
        font-weight: 700;
        font-size: 16px;
        color: #222222; }
      .cab-pass__input ::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.1); }
      .cab-pass__input :-moz-placeholder {
        color: rgba(0, 0, 0, 0.1); }
      .cab-pass__input ::-moz-placeholder {
        color: rgba(0, 0, 0, 0.1); }
      .cab-pass__input :-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.1); }
      .cab-pass__input ::placeholder {
        color: rgba(0, 0, 0, 0.1); }
    .cab-pass__msg {
      padding: 8px 16px;
      display: inline-block;
      border-radius: 20px;
      font-weight: 400;
      font-size: 16px;
      color: #F12A23;
      background-color: rgba(241, 42, 35, 0.05);
      margin-bottom: 17px; }
      .cab-pass__msg span {
        font-weight: 700; }
    .cab-pass__icon {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
              transform: translateX(-50%);
      top: -26px;
      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; }
    .cab-pass_error {
      background-image: none;
      background-color: rgba(194, 65, 65, 0.1);
      padding: 32px 35px 37px 35px;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      @media (max-width: 575px) {
        .cab-pass_error {
          padding: 30px 15px 15px 15px; } }
      .cab-pass_error > h3 {
        color: #F12A23;
        margin-bottom: 20px; }
      .cab-pass_error > h4 {
        color: #CB1913; }
      .cab-pass_error > p {
        font-size: 14px; }
  .cab-more {
    margin-bottom: 15px;
    text-align: center;
    text-decoration: underline;
    font-weight: 500;
    font-size: 12px;
    color: #A5A4AA;
    cursor: pointer;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    display: inline-block; }
    .cab-more:hover {
      color: #F12A23; }
  .cab-wallet {
    background-image: url("../img/cab-wallet-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 0px 30px 25px 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;
    border: 1px solid #F5F5F5;
    border-radius: 7px;
    margin-top: 30px; }
    @media (max-width: 1400px) {
      .cab-wallet {
        margin-top: 90px; } }
    @media (max-width: 575px) {
      .cab-wallet {
        padding: 0 15px 15px 15px; } }
    .cab-wallet__qr {
      margin-left: auto;
      margin-right: auto;
      margin-top: -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: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-align: center;
      max-width: 260px;
      width: 100%;
      margin-bottom: 5px; }
      @media (max-width: 767px) {
        .cab-wallet__qr {
          margin-bottom: 15px; } }
      .cab-wallet__qr-img {
        width: 230px;
        height: 230px;
        border: 1px solid #FAFAFA;
        background-color: #fff;
        border-radius: 11px;
        position: relative;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .cab-wallet__qr-img img {
          max-width: 100%; }
        .cab-wallet__qr-img:after {
          width: -moz-calc(100% - 20px);
          width: calc(100% - 20px);
          height: -moz-calc(100% - 20px);
          height: calc(100% - 20px);
          background-image: url(../img/cab-wallet-qr-line.svg);
          background-repeat: no-repeat;
          background-position: 50% 50%;
          background-size: contain;
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
             -moz-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
      .cab-wallet__qr h3 {
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: -17px;
        background-color: #56CE60;
        padding: 9px 18px;
        font-weight: 700;
        font-size: 16px;
        color: #fff;
        border-radius: 7px;
        position: relative;
        z-index: 2;
        margin-bottom: 11px; }
      .cab-wallet__qr p {
        font-weight: 400;
        font-size: 12px;
        color: #656565;
        line-height: 1.22; }
        .cab-wallet__qr p a {
          font-weight: 700;
          color: #F12A23;
          text-decoration: underline; }
          .cab-wallet__qr p a:hover {
            text-decoration: none; }
    .cab-wallet .cab-refs-2__box {
      background-color: #FAFBFD;
      padding-left: 24px;
      border-color: #F5F5F5;
      min-height: 68px;
      padding-right: 240px;
      margin-bottom: 8px; }
      @media (max-width: 1400px) {
        .cab-wallet .cab-refs-2__box {
          padding-right: 230px; } }
      @media (max-width: 575px) {
        .cab-wallet .cab-refs-2__box {
          padding-right: 110px; } }
      .cab-wallet .cab-refs-2__box p {
        font-weight: 500;
        font-size: 18px; }
      .cab-wallet .cab-refs-2__box .cab-refs__qr {
        right: 193px; }
        @media (max-width: 575px) {
          .cab-wallet .cab-refs-2__box .cab-refs__qr {
            right: 70px; } }
      .cab-wallet .cab-refs-2__box .cab-refs__copy {
        min-height: 58px;
        font-size: 16px;
        background-color: #F12A23;
        padding-right: 56px;
        right: 6px; }
        @media (max-width: 575px) {
          .cab-wallet .cab-refs-2__box .cab-refs__copy {
            font-size: 0; } }
        .cab-wallet .cab-refs-2__box .cab-refs__copy svg {
          width: 18px;
          height: 18px;
          right: 28px; }
        .cab-wallet .cab-refs-2__box .cab-refs__copy:hover {
          background-color: #222222; }
    .cab-wallet .cab-input__title {
      margin-bottom: 8px; }
    .cab-wallet .cab-input__text {
      margin-bottom: 22px; }
    .cab-wallet__info {
      padding: 18px 30px 18px 70px;
      position: relative;
      min-height: 70px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      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;
      background-color: rgba(50, 131, 231, 0.1);
      border-radius: 7px; }
      .cab-wallet__info > img {
        position: absolute;
        top: 23px;
        left: 35px;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
                transform: translateX(-50%);
        max-width: 25px;
        height: 29px; }
      .cab-wallet__info p {
        font-weight: 400;
        font-size: 13px;
        color: #3283E7;
        line-height: 1.28; }
        .cab-wallet__info p span {
          font-weight: 800; }
  .cab-loader {
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .cab-loader img {
      width: 60px;
      -webkit-animation: 2s loader infinite linear;
         -moz-animation: 2s loader infinite linear;
              animation: 2s loader infinite linear; }
  .cab-faq {
    width: 100%;
    border: 1px solid #F5F5F5;
    box-shadow: 0px 12px 27px rgba(0, 0, 0, 0.02);
    border-radius: 7px;
    background-color: #fff;
    margin-bottom: 30px; }
    .cab-faq:last-child {
      margin-bottom: 0; }
    .cab-faq__head {
      width: 100%;
      padding: 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; }
      @media (max-width: 575px) {
        .cab-faq__head {
          padding: 15px; } }
      .cab-faq__head h3 {
        font-weight: 700;
        font-size: 18px;
        color: #222222;
        margin-bottom: 10px; }
        .cab-faq__head h3:last-child {
          margin-bottom: 0; }
      .cab-faq__head p {
        line-height: 1.22;
        font-weight: 400;
        font-size: 16px;
        color: #606060; }
        .cab-faq__head p a {
          color: #F12A23;
          text-decoration: underline;
          font-weight: 700; }
          .cab-faq__head p a:hover {
            text-decoration: none; }
    .cab-faq__list {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-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; }
    .cab-faq__item {
      width: 100%;
      border-bottom: 1px solid #F5F5F5;
      position: relative; }
      .cab-faq__item:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 2px;
        height: 0;
        content: '';
        background-color: #F12A23;
        opacity: 0;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .cab-faq__item:last-child {
        border-bottom: none; }
      .cab-faq__item-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: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 20px 30px 20px 75px;
        position: relative;
        cursor: pointer;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        @media (max-width: 575px) {
          .cab-faq__item-head {
            padding: 15px 15px 15px 55px; } }
        .cab-faq__item-head:hover {
          background-color: #FBFBFB; }
        .cab-faq__item-head h3 {
          font-weight: 400;
          font-size: 24px;
          color: #222222;
          line-height: 1.17; }
          @media (max-width: 575px) {
            .cab-faq__item-head h3 {
              font-size: 18px; } }
        .cab-faq__item-head:after {
          margin-left: 10px;
          width: 38px;
          height: 38px;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          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;
          content: '+';
          font-family: "Factor A", sans-serif;
          font-weight: 700;
          font-size: 24px;
          color: #F12A23;
          text-align: center;
          border-radius: 6px;
          background-color: #FAFAFA; }
      .cab-faq__item-num {
        position: absolute;
        left: 30px;
        top: 21px;
        line-height: 1.17;
        font-weight: 900;
        font-size: 24px;
        color: #222222; }
        @media (max-width: 575px) {
          .cab-faq__item-num {
            left: 15px;
            font-size: 18px;
            top: 15px; } }
        .cab-faq__item-num span {
          color: #F12A23; }
      .cab-faq__item-body {
        display: none;
        padding: 5px 30px 20px 75px; }
        @media (max-width: 575px) {
          .cab-faq__item-body {
            padding-left: 55px;
            padding-right: 15px;
            padding-bottom: 15px; } }
      .cab-faq__item.active {
        background-color: #FBFBFB; }
        .cab-faq__item.active:after {
          height: 100%;
          opacity: 1; }
        .cab-faq__item.active .cab-faq__item-head:after {
          content: '-';
          color: #222222;
          background-color: transparent; }
        .cab-faq__item.active .cab-faq__item-head h3 {
          font-weight: 800; }
    .cab-faq__text ul li, .cab-faq__text ol li {
      padding-left: 24px;
      position: relative; }
    .cab-faq__text ul > li:before {
      content: '•';
      position: absolute;
      left: 10px;
      top: 2px;
      color: #656565; }
    .cab-faq__text ol > li:before {
      position: absolute;
      left: 10px;
      top: 2px;
      color: #656565; }
    .cab-faq__text p {
      font-weight: 400;
      font-size: 16px;
      color: #656565;
      line-height: 1.22;
      margin-bottom: 15px; }
      @media (max-width: 575px) {
        .cab-faq__text p {
          font-size: 14px; } }
      .cab-faq__text p:last-child {
        margin-bottom: 0; }
      .cab-faq__text p a {
        color: #F12A23;
        text-decoration: underline;
        -webkit-text-decoration-style: dotted;
           -moz-text-decoration-style: dotted;
                text-decoration-style: dotted;
        line-height: 1.22;
        text-underline-offset: 8px; }
        @media (max-width: 575px) {
          .cab-faq__text p a {
            text-underline-offset: 4px; } }
        .cab-faq__text p a:hover {
          text-decoration: none; }
      .cab-faq__text p i {
        font-weight: 500;
        font-style: italic; }
      .cab-faq__text p b {
        font-weight: 700; }
      .cab-faq__text p span {
        font-weight: 800;
        font-size: 16px;
        color: #222222; }
        @media (max-width: 575px) {
          .cab-faq__text p span {
            font-size: 14px; } }
  .cab-box {
    width: 100%;
    background-color: #fff;
    border-radius: 7px;
    border: 1px solid #F5F5F5;
    box-shadow: 0px 12px 27px rgba(0, 0, 0, 0.02);
    margin-bottom: 30px;
    padding: 30px; }
    @media (max-width: 767px) {
      .cab-box {
        padding: 15px; } }
    .cab-box .cab-title {
      font-size: 18px;
      margin-top: 0;
      margin-right: 0; }
    .cab-box__bd {
      border-right: 1px solid #F5F5F5;
      margin-top: -30px;
      margin-bottom: -30px;
      padding: 30px 0;
      padding-right: 30px; }
      @media (max-width: 991px) {
        .cab-box__bd {
          border-right: none;
          margin-top: 0;
          margin-bottom: 0;
          padding: 0; } }
    .cab-box_calc .cab-title {
      margin-bottom: 20px; }
  .cab-calc__range {
    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;
    padding-top: 27px;
    border-top: 1px solid #F5F5F5;
    margin-bottom: -12px; }
    @media (max-width: 1500px) {
      .cab-calc__range {
        padding-top: 15px;
        margin-bottom: 15px; } }
    .cab-calc__range-title {
      font-weight: 700;
      font-size: 12px;
      color: #222222;
      margin-bottom: -12px; }
      @media (max-width: 1500px) {
        .cab-calc__range-title {
          margin-bottom: 15px; } }
    .cab-calc__range-info {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .cab-calc__range-info-item {
        margin-bottom: 13px;
        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;
        -webkit-flex-grow: 1;
           -moz-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        .cab-calc__range-info-item h3 {
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-direction: row;
             -moz-box-orient: horizontal;
             -moz-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          font-weight: 400;
          font-size: 12px;
          color: #838383;
          margin-bottom: 3px;
          line-height: 1.17; }
          .cab-calc__range-info-item h3 img {
            margin-right: 5px;
            width: 13px; }
        .cab-calc__range-info-item p {
          font-weight: 800;
          font-size: 16px;
          color: #222222;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-direction: row;
             -moz-box-orient: horizontal;
             -moz-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          line-height: 1.17; }
          @media (max-width: 575px) {
            .cab-calc__range-info-item p {
              font-size: 14px; } }
          .cab-calc__range-info-item p .cab-cur {
            margin-left: 7px;
            color: #222222; }
        .cab-calc__range-info-item_right {
          -webkit-align-items: flex-end;
             -moz-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
          text-align: right; }
        .cab-calc__range-info-item_center {
          text-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          border: 1px solid #41C25E;
          max-width: 152px;
          padding: 8px 10px 6px 10px;
          background-color: #F5FCF7;
          border-radius: 7px;
          margin-bottom: 0; }
          .cab-calc__range-info-item_center p {
            color: #56CE60; }
    .cab-calc__range-line {
      width: 100%;
      max-width: 490px;
      margin-bottom: 3px; }
      .cab-calc__range-line img {
        width: 100%; }
  .cab-calc__title {
    font-weight: 700;
    font-size: 12px;
    color: #222222;
    border-bottom: 1px solid #F5F5F5;
    padding-bottom: 11px;
    width: 100%;
    margin-bottom: 14px; }
  .cab-calc__profit {
    border-radius: 7px;
    border: 1px solid #fff;
    background-color: #55C7F8;
    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;
    overflow: hidden;
    position: relative;
    margin-bottom: 13px; }
    .cab-calc__profit-icon {
      position: absolute;
      left: 50%;
      top: 0;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background-color: #fff;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 1700px) {
        .cab-calc__profit-icon {
          width: 36px;
          height: 36px; } }
      .cab-calc__profit-icon img {
        max-width: 15px; }
    .cab-calc__profit-top {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%; }
      @media (max-width: 575px) {
        .cab-calc__profit-top {
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-align-items: flex-start;
             -moz-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
    .cab-calc__profit-left {
      width: 50%;
      padding: 20px 24px 17px 24px; }
      @media (max-width: 1700px) {
        .cab-calc__profit-left {
          padding: 15px; } }
      @media (max-width: 575px) {
        .cab-calc__profit-left {
          width: 100%; } }
    .cab-calc__profit-right {
      width: 50%;
      padding: 20px 24px 17px 24px;
      border-radius: 7px 0 0 0;
      border-left: 1px solid #fff;
      border-top: 1px solid #fff;
      margin-top: -1px;
      background-color: #55A0F8; }
      @media (max-width: 1700px) {
        .cab-calc__profit-right {
          padding: 15px; } }
      @media (max-width: 575px) {
        .cab-calc__profit-right {
          width: 100%;
          border-right: 1px solid #fff;
          border-radius: 7px 7px 0 0;
          margin-left: -1px;
          width: -moz-calc(100% + 2px);
          width: calc(100% + 2px); } }
    .cab-calc__profit-bot {
      width: 100%;
      background-color: #474747;
      border: 1px solid #fff;
      border-bottom: none;
      border-radius: 7px;
      width: -moz-calc(100% + 2px);
      width: calc(100% + 2px);
      margin-left: -1px;
      padding: 27px 24px;
      position: relative;
      margin-top: -4px; }
      @media (max-width: 1700px) {
        .cab-calc__profit-bot {
          padding: 15px; } }
      .cab-calc__profit-bot .cab-calc__profit-title {
        margin-bottom: 4px; }
      .cab-calc__profit-bot .cab-calc__profit-val {
        margin-bottom: 13px; }
      .cab-calc__profit-bot__col {
        padding-left: 10px; }
        @media (max-width: 1700px) {
          .cab-calc__profit-bot__col {
            padding-left: 0; } }
    .cab-calc__profit-title {
      font-weight: 400;
      font-size: 14px;
      color: #fff;
      margin-bottom: 12px;
      line-height: 1.17;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      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: 1860px) {
        .cab-calc__profit-title {
          font-size: 12px; } }
      .cab-calc__profit-title .tip {
        margin-left: 5px;
        cursor: pointer; }
        .cab-calc__profit-title .tip:hover .tip-icon {
          background-color: #F12A23; }
        .cab-calc__profit-title .tip-icon {
          width: 16px;
          height: 16px; }
    .cab-calc__profit-val {
      font-weight: 900;
      font-size: 19px;
      color: #fff;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-bottom: 27px;
      line-height: 1.17; }
      @media (max-width: 575px) {
        .cab-calc__profit-val {
          margin-bottom: 13px; } }
      @media (max-width: 1860px) {
        .cab-calc__profit-val {
          font-size: 15px; } }
      .cab-calc__profit-val > span {
        margin-right: 8px; }
        .cab-calc__profit-val > span:last-child {
          margin-right: 0; }
      .cab-calc__profit-val .cab-cur {
        border-color: rgba(255, 255, 255, 0.19);
        color: #fff; }
      .cab-calc__profit-val.green {
        color: #56CE60; }
      .cab-calc__profit-val.orange {
        color: #F8C155; }
    .cab-calc__profit-percent {
      padding: 7px 9px 5px 9px;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      background-color: rgba(0, 0, 0, 0.1);
      font-weight: 500;
      font-size: 12px;
      color: #fff;
      border-radius: 30px; }
      .cab-calc__profit-percent span {
        font-size: 8px; }
    .cab-calc__profit-subtitle {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      font-weight: 500;
      font-size: 10px;
      color: #56CE60;
      margin-bottom: 12px; }
      .cab-calc__profit-subtitle img {
        width: 10px;
        margin-right: 3px; }
  .cab-calc__msg {
    background-color: rgba(249, 141, 81, 0.1);
    padding: 15px;
    border-radius: 7px;
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    color: #F98D51;
    line-height: 1.22; }
    @media (max-width: 991px) {
      .cab-calc__msg {
        margin-bottom: 30px; } }
    .cab-calc__msg-title {
      position: relative;
      padding-left: 35px;
      font-weight: 700;
      font-size: 12px;
      color: #222222;
      margin-bottom: 13px;
      line-height: 1.17; }
    .cab-calc__msg-icon {
      width: 12px;
      height: 12px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 8px;
      background-color: #F98D51;
      border-radius: 50%;
      z-index: 1; }
      .cab-calc__msg-icon:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: -1;
        background-color: #F98D51;
        width: 100%;
        height: 100%;
        opacity: 0;
        content: '';
        border-radius: 50%;
        -webkit-animation: pulse 2s infinite linear;
           -moz-animation: pulse 2s infinite linear;
                animation: pulse 2s infinite linear; }
      .cab-calc__msg-icon:before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: -1;
        background-color: #F98D51;
        width: 100%;
        height: 100%;
        opacity: 0;
        content: '';
        border-radius: 50%;
        -webkit-animation: pulse 2s infinite linear;
           -moz-animation: pulse 2s infinite linear;
                animation: pulse 2s infinite linear;
        -webkit-animation-delay: 1s;
           -moz-animation-delay: 1s;
                animation-delay: 1s; }
      .cab-calc__msg-icon svg {
        width: 6px;
        height: 6px;
        fill: #fff; }
  .cab-calc__date {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border: 1px solid #F5F5F5;
    padding-left: 38px;
    margin-bottom: 8px; }
    .cab-calc__date-item {
      width: 100%;
      border-bottom: 1px solid #F5F5F5;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 20px 20px 20px 0;
      position: relative; }
      .cab-calc__date-item:after {
        position: absolute;
        right: -moz-calc(100% + 17px);
        right: calc(100% + 17px);
        top: 28px;
        width: 1px;
        height: -moz-calc(100% + 7px);
        height: calc(100% + 7px);
        background-color: #F5F5F5;
        content: ''; }
      .cab-calc__date-item:last-child {
        border-bottom: none; }
        .cab-calc__date-item:last-child:after {
          display: none; }
      .cab-calc__date-item h3 {
        position: relative;
        font-weight: 400;
        font-size: 12px;
        color: #838383;
        margin-bottom: 4px;
        line-height: 1.17; }
        .cab-calc__date-item h3:after {
          right: -moz-calc(100% + 14px);
          right: calc(100% + 14px);
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 7px;
          height: 7px;
          border-radius: 50%;
          background-color: #F3F3F3;
          content: ''; }
      .cab-calc__date-item p {
        font-weight: 800;
        font-size: 16px;
        color: #222222;
        line-height: 1.17; }
        .cab-calc__date-item p.blue {
          color: #5AB4F5; }
  .cab-calc__info {
    border-radius: 7px;
    background-color: #FAFAFA;
    padding: 14px 17px 14px 17px;
    margin-bottom: 8px; }
    .cab-calc__info:last-child {
      margin-bottom: 0; }
    .cab-calc__info-title {
      font-weight: 400;
      font-size: 12px;
      color: #838383;
      margin-bottom: 4px;
      line-height: 1.17; }
      .cab-calc__info-title:last-child {
        margin-bottom: 0; }
    .cab-calc__info-val {
      font-weight: 800;
      font-size: 16px;
      color: #606060;
      line-height: 1.17;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      @media (max-width: 575px) {
        .cab-calc__info-val {
          margin-bottom: 8px; } }
      .cab-calc__info-val.green {
        color: #56CE60; }
      .cab-calc__info-val .cab-cur {
        margin-left: 6px;
        color: #222222; }
    .cab-calc__info-text {
      font-weight: 400;
      font-size: 12px;
      color: #606060;
      line-height: 1.22;
      text-align: right; }
      @media (max-width: 575px) {
        .cab-calc__info-text {
          text-align: left; } }
    .cab-calc__info_green {
      background-color: #56CE60; }
      .cab-calc__info_green .cab-calc__info-title {
        color: #fff; }
      .cab-calc__info_green .cab-calc__info-text {
        color: #fff; }
      .cab-calc__info_green .cab-calc__info-val {
        color: #fff; }
        .cab-calc__info_green .cab-calc__info-val .cab-cur {
          border-color: rgba(255, 255, 255, 0.1);
          color: #fff; }
    .cab-calc__info_blue {
      background-color: #418CC2; }
      .cab-calc__info_blue .cab-calc__info-title {
        color: #fff; }
      .cab-calc__info_blue .cab-calc__info-text {
        color: #fff; }
      .cab-calc__info_blue .cab-calc__info-val {
        color: #fff; }
        .cab-calc__info_blue .cab-calc__info-val .cab-cur {
          border-color: rgba(255, 255, 255, 0.1);
          color: #fff; }
  .cab-his__pdf {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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: 13px 54px 13px 56px;
    border-radius: 7px;
    background-color: rgba(221, 240, 240, 0.6);
    cursor: pointer;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    position: relative;
    min-width: 316px;
    margin-bottom: 14px; }
    @media (max-width: 575px) {
      .cab-his__pdf {
        width: 100%;
        min-width: 0;
        padding-right: 40px; } }
    .cab-his__pdf:hover {
      background-color: #DDF0F0; }
    .cab-his__pdf-icon {
      position: absolute;
      top: 50%;
      left: 28px;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 32px;
      height: 32px;
      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;
      background-color: #474747; }
      .cab-his__pdf-icon svg {
        width: 12px;
        height: 12px;
        fill: #fff; }
    .cab-his__pdf h3 {
      font-weight: 700;
      font-size: 14px;
      color: #222222;
      line-height: 1.22; }
      @media (max-width: 575px) {
        .cab-his__pdf h3 {
          font-size: 12px; } }
    .cab-his__pdf p {
      font-weight: 400;
      font-size: 10px;
      color: #606060;
      line-height: 1.22; }
    .cab-his__pdf > svg {
      position: absolute;
      top: 50%;
      right: 27px;
      -webkit-transform: translate(50%, -50%);
         -moz-transform: translate(50%, -50%);
              transform: translate(50%, -50%);
      stroke: #5E9292;
      width: 12px;
      height: 12px; }
      @media (max-width: 575px) {
        .cab-his__pdf > svg {
          right: 20px; } }
  .cab-ticket {
    padding: 3px 0px 3px 3px;
    background-color: #fff;
    border: 1px solid #F5F5F5;
    box-shadow: 0px 12px 27px rgba(0, 0, 0, 0.02);
    border-radius: 7px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 1199px) {
      .cab-ticket {
        -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: 3px; } }
    .cab-ticket__btn {
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      padding: 13px 46px 13px 13px;
      border-radius: 7px;
      background-color: #F12A23;
      z-index: 1;
      cursor: pointer;
      text-decoration: none;
      margin-bottom: 20px;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .cab-ticket__btn:hover {
        background-color: #222222; }
        .cab-ticket__btn:hover:after {
          -webkit-transform: translateX(-50%) scale(0);
             -moz-transform: translateX(-50%) scale(0);
                  transform: translateX(-50%) scale(0);
          opacity: 0; }
      .cab-ticket__btn:after {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: -8px;
        height: -moz-calc(100% - 8px);
        height: calc(100% - 8px);
        width: -moz-calc(100% - 32px);
        width: calc(100% - 32px);
        background: -moz-linear-gradient(177.2deg, #F12A23 3.67%, #BC0701 97.08%), #F5F5F5;
        background: linear-gradient(272.8deg, #F12A23 3.67%, #BC0701 97.08%), #F5F5F5;
        opacity: 0.5;
        -webkit-filter: blur(10px);
                filter: blur(10px);
        border-radius: 7px;
        z-index: -1;
        content: '';
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .cab-ticket__btn > svg {
        position: absolute;
        top: 50%;
        right: 23px;
        -webkit-transform: translate(50%, -50%);
           -moz-transform: translate(50%, -50%);
                transform: translate(50%, -50%);
        fill: #fff;
        width: 16px;
        height: 16px; }
      .cab-ticket__btn h3 {
        font-weight: 800;
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 3px; }
        .cab-ticket__btn h3:last-child {
          margin-bottom: 0; }
      .cab-ticket__btn p {
        font-weight: 500;
        font-size: 10px;
        color: rgba(255, 255, 255, 0.7);
        line-height: 1.22; }
    .cab-ticket__status {
      position: relative;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 7px 9px 7px 18px;
      font-weight: 700;
      font-size: 10px;
      color: #fff;
      background-color: #222222;
      border-radius: 30px; }
      .cab-ticket__status:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 8px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        content: '';
        background-color: #fff; }
      .cab-ticket__status.red {
        background-color: #F12A23; }
      .cab-ticket__status.orange {
        background-color: #F98D51; }
      .cab-ticket__status.green {
        background-color: #56CE60; }
      .cab-ticket__status.blue {
        background-color: #5194F9; }
    .cab-ticket__side {
      border-radius: 4px;
      max-width: 360px;
      background-color: #FBFBFB;
      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: 1199px) {
        .cab-ticket__side {
          max-width: 100%; } }
      .cab-ticket__side-content {
        padding: 22px 30px 27px 30px;
        width: 100%;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-flex-grow: 1;
           -moz-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        @media (max-width: 767px) {
          .cab-ticket__side-content {
            padding: 15px; } }
        .cab-ticket__side-content .cab-ticket__status {
          margin-bottom: 87px;
          font-size: 14px;
          padding: 11px 14px 11px 30px; }
          .cab-ticket__side-content .cab-ticket__status:last-child {
            margin-bottom: 0;
            margin-top: auto; }
          @media (max-width: 1199px) {
            .cab-ticket__side-content .cab-ticket__status {
              margin-bottom: 20px; } }
          .cab-ticket__side-content .cab-ticket__status:after {
            width: 8px;
            height: 8px;
            left: 12px; }
        .cab-ticket__side-content .m-btn {
          font-size: 16px;
          min-height: 72px;
          margin-top: auto; }
          @media (max-width: 575px) {
            .cab-ticket__side-content .m-btn {
              font-size: 14px; } }
    .cab-ticket__content {
      width: -moz-calc(100% - 360px);
      width: calc(100% - 360px);
      padding: 19px 30px 27px 30px; }
      @media (max-width: 1199px) {
        .cab-ticket__content {
          width: 100%; } }
      @media (max-width: 767px) {
        .cab-ticket__content {
          padding: 15px; } }
    .cab-ticket__back {
      padding: 28px 30px;
      border-bottom: 1px solid #F1F1F1;
      width: 100%; }
      @media (max-width: 767px) {
        .cab-ticket__back {
          padding: 15px; } }
      .cab-ticket__back a {
        position: relative;
        min-height: 35px;
        text-decoration: underline;
        -webkit-text-decoration-style: dotted;
           -moz-text-decoration-style: dotted;
                text-decoration-style: dotted;
        text-underline-offset: 5px;
        font-weight: 500;
        font-size: 14px;
        color: #F12A23;
        padding-left: 50px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        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-ticket__back a:after {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: 0;
          width: 34px;
          height: 34px;
          background-color: #F12A23;
          content: '';
          border-radius: 50%; }
        .cab-ticket__back a > svg {
          position: absolute;
          left: 17px;
          top: 50%;
          -webkit-transform: translate(-50%, -50%) rotate(90deg);
             -moz-transform: translate(-50%, -50%) rotate(90deg);
                  transform: translate(-50%, -50%) rotate(90deg);
          fill: #fff;
          width: 10px;
          height: 10px;
          z-index: 2; }
        .cab-ticket__back a:hover {
          text-decoration: none; }
    .cab-ticket__title {
      font-weight: 700;
      font-size: 12px;
      color: #A5A5A5;
      margin-bottom: 13px;
      line-height: 1.22; }
    .cab-ticket__category {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      width: -moz-calc(100% + 10px);
      width: calc(100% + 10px);
      margin-bottom: 20px; }
      .cab-ticket__category span {
        margin-right: 10px;
        margin-bottom: 10px;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 7px;
        background-color: #EDEDED;
        border-radius: 4px;
        font-weight: 700;
        font-size: 12px;
        color: #A5A5A5; }
    .cab-ticket__topic {
      font-weight: 700;
      font-size: 24px;
      color: #222222;
      line-height: 1.22;
      margin-bottom: 30px; }
      @media (max-width: 575px) {
        .cab-ticket__topic {
          font-size: 18px; } }
    .cab-ticket__date {
      font-weight: 400;
      font-size: 16px;
      color: #222222;
      line-height: 1.22;
      margin-bottom: 35px; }
      @media (max-width: 1199px) {
        .cab-ticket__date {
          margin-bottom: 20px; } }
      .cab-ticket__date span {
        font-weight: 700; }
    .cab-ticket__head {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-bottom: 18px;
      border-bottom: 1px solid #F1F1F1;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .cab-ticket__head .cab-ticket__hero {
        margin-right: 10px; }
    .cab-ticket__hero {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-height: 54px;
      position: relative;
      padding-left: 74px; }
      .cab-ticket__hero-img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        width: 54px;
        height: 54px;
        border-radius: 50%; }
        .cab-ticket__hero-img img {
          width: 100%;
          height: 100%;
          border-radius: 50%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: 50% 50%;
             object-position: 50% 50%; }
        .cab-ticket__hero-img.active:after {
          position: absolute;
          top: 0;
          right: 3px;
          border-radius: 50%;
          width: 12px;
          height: 12px;
          border: 2px solid #fff;
          background-color: #F12A23;
          content: ''; }
      .cab-ticket__hero h3 {
        font-weight: 700;
        font-size: 18px;
        color: #222222;
        line-height: 0.98;
        margin-bottom: 4px; }
        .cab-ticket__hero h3:last-child {
          margin-bottom: 0; }
      .cab-ticket__hero p {
        font-weight: 400;
        font-size: 12px;
        color: #A5A5A5;
        line-height: 1.22; }
    .cab-ticket__close {
      padding-right: 55px;
      position: relative;
      min-height: 38px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      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: 500;
      font-size: 14px;
      color: #F12A23;
      text-decoration: underline;
      -webkit-text-decoration-style: dotted;
         -moz-text-decoration-style: dotted;
              text-decoration-style: dotted;
      text-underline-offset: 5px;
      line-height: 1.22;
      cursor: pointer;
      margin: 10px 0; }
      @media (max-width: 480px) {
        .cab-ticket__close {
          font-size: 12px;
          padding-right: 50px; } }
      .cab-ticket__close:hover .cab-ticket__close-icon {
        background-color: #F12A23; }
        .cab-ticket__close:hover .cab-ticket__close-icon svg {
          fill: #fff; }
      .cab-ticket__close-icon {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        content: '';
        background-color: #FAFAFA;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        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;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        .cab-ticket__close-icon svg {
          width: 15px;
          height: 15px;
          fill: #838383;
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
    .cab-ticket__chat {
      width: -moz-calc(100% + 18px);
      width: calc(100% + 18px); }
      .cab-ticket__chat .nicescroll-box {
        width: 100%;
        padding-right: 18px;
        height: 580px;
        cursor: default !important; }
        .cab-ticket__chat .nicescroll-box .wrap {
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-align-items: flex-start;
             -moz-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          min-height: 100%;
          padding: 27px 0; }
          @media (max-width: 767px) {
            .cab-ticket__chat .nicescroll-box .wrap {
              padding: 15px 0; } }
    .cab-ticket__msg {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      position: relative;
      padding-left: 52px;
      width: 100%;
      margin-bottom: 46px; }
      .cab-ticket__msg:last-child {
        margin-bottom: 0; }
      .cab-ticket__msg .cab-ticket__hero {
        -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;
        min-height: 0;
        padding-left: 0;
        margin-bottom: 13px; }
        @media (max-width: 480px) {
          .cab-ticket__msg .cab-ticket__hero {
            -webkit-flex-direction: column;
               -moz-box-orient: vertical;
               -moz-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-align-items: flex-start;
               -moz-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            -webkit-justify-content: flex-start;
               -moz-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start; } }
        .cab-ticket__msg .cab-ticket__hero h3 {
          font-size: 14px;
          margin-right: 10px; }
          @media (max-width: 480px) {
            .cab-ticket__msg .cab-ticket__hero h3 {
              margin-right: 0;
              margin-bottom: 5px; } }
          .cab-ticket__msg .cab-ticket__hero h3:last-child {
            margin-right: 0; }
        .cab-ticket__msg .cab-ticket__hero p {
          font-size: 12px; }
        .cab-ticket__msg .cab-ticket__hero-img {
          position: absolute;
          top: -2px;
          left: 0;
          width: 37px;
          height: 37px;
          -webkit-transform: translateY(0);
             -moz-transform: translateY(0);
                  transform: translateY(0); }
      .cab-ticket__msg-text {
        width: 100%;
        padding: 26px 39px 30px 33px;
        background-color: #60C3BE;
        font-weight: 500;
        font-size: 20px;
        color: #fff;
        line-height: 1.22;
        border-radius: 1px 20px 20px 20px; }
        @media (max-width: 991px) {
          .cab-ticket__msg-text {
            font-size: 16px; } }
        @media (max-width: 767px) {
          .cab-ticket__msg-text {
            padding: 15px; } }
      .cab-ticket__msg_from {
        -webkit-align-items: flex-end;
           -moz-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        padding-left: 0;
        padding-right: 52px; }
        .cab-ticket__msg_from .cab-ticket__hero {
          -webkit-flex-direction: row-reverse;
             -moz-box-orient: horizontal;
             -moz-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse;
          -webkit-justify-content: flex-end;
             -moz-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; }
          @media (max-width: 480px) {
            .cab-ticket__msg_from .cab-ticket__hero {
              -webkit-align-items: flex-end;
                 -moz-box-align: end;
                  -ms-flex-align: end;
                      align-items: flex-end;
              text-align: right;
              -webkit-justify-content: flex-start;
                 -moz-box-pack: start;
                  -ms-flex-pack: start;
                      justify-content: flex-start;
              -webkit-flex-direction: column;
                 -moz-box-orient: vertical;
                 -moz-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column; } }
          .cab-ticket__msg_from .cab-ticket__hero h3 {
            margin-right: 0;
            margin-left: 10px; }
            @media (max-width: 480px) {
              .cab-ticket__msg_from .cab-ticket__hero h3 {
                margin-left: 0; } }
          .cab-ticket__msg_from .cab-ticket__hero-img {
            left: auto;
            right: 0; }
        .cab-ticket__msg_from .cab-ticket__msg-text {
          border-radius: 20px 1px 20px 20px;
          background-color: #5AB4F5; }
    .cab-ticket__input {
      width: 100%;
      border: 1px solid #F5F5F5;
      border-radius: 11px;
      position: relative;
      height: 72px;
      margin-top: auto; }
      .cab-ticket__input textarea {
        width: 100%;
        height: 100%;
        overflow: hidden;
        resize: none;
        padding: 27px 72px 27px 30px;
        font-weight: 400;
        font-size: 16px;
        color: #222222;
        border: none;
        outline: none;
        background-color: transparent; }
      .cab-ticket__input ::-webkit-input-placeholder {
        color: #B7B7B7; }
      .cab-ticket__input :-moz-placeholder {
        color: #B7B7B7; }
      .cab-ticket__input ::-moz-placeholder {
        color: #B7B7B7; }
      .cab-ticket__input :-ms-input-placeholder {
        color: #B7B7B7; }
      .cab-ticket__input ::placeholder {
        color: #B7B7B7; }
      .cab-ticket__input button {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 10px;
        width: 52px;
        height: 52px;
        background-color: #F12A23;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border: none;
        border-radius: 11px;
        outline: none;
        cursor: pointer;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        .cab-ticket__input button:hover {
          background-color: #222222; }
        .cab-ticket__input button svg {
          fill: #fff;
          width: 24px;
          height: 24px; }
  .cab-notices {
    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;
    background-color: #fff;
    border: 1px solid #F5F5F5;
    box-shadow: 0px 12px 27px rgba(0, 0, 0, 0.02);
    border-radius: 7px; }
    .cab-notices:last-child {
      margin-bottom: 0; }
    .cab-notices__date {
      width: 100%;
      border-bottom: 1px solid #F5F5F5;
      padding: 20px;
      font-weight: 500;
      font-size: 14px;
      color: #A5A4AA; }
      @media (max-width: 575px) {
        .cab-notices__date {
          padding: 15px; } }
    .cab-notices__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;
      padding: 3px; }
    .cab-notices__item {
      width: 100%;
      padding: 20px 35px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      border-radius: 4px;
      margin-bottom: 3px; }
      @media (max-width: 575px) {
        .cab-notices__item {
          padding: 15px; } }
      .cab-notices__item:last-child {
        margin-bottom: 0; }
      .cab-notices__item h4 {
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 5px;
        background-color: #181818;
        border-radius: 4px;
        font-weight: 700;
        font-size: 12px;
        color: #fff;
        margin-bottom: 14px; }
        .cab-notices__item h4.orange {
          background-color: #F98D51; }
        .cab-notices__item h4.green {
          background-color: #56CE60; }
        .cab-notices__item h4.red {
          background-color: #CE5656; }
      .cab-notices__item h3 {
        font-weight: 700;
        font-size: 30px;
        color: #222222;
        margin-bottom: 12px;
        line-height: 1.1; }
        @media (max-width: 575px) {
          .cab-notices__item h3 {
            font-size: 20px; } }
      .cab-notices__item p {
        font-weight: 400;
        font-size: 18px;
        color: #656565;
        line-height: 1.22;
        margin-bottom: 15px; }
        @media (max-width: 575px) {
          .cab-notices__item p {
            font-size: 14px; } }
        .cab-notices__item p:last-child {
          margin-bottom: 0; }
        .cab-notices__item p b {
          font-weight: 700; }
        .cab-notices__item p i {
          font-style: italic; }
        .cab-notices__item p span {
          font-weight: 700;
          color: #F98D51;
          text-decoration: underline;
          text-underline-offset: 3px; }
      .cab-notices__item > p {
        margin-bottom: 0; }
      .cab-notices__item.active {
        background-color: rgba(86, 206, 96, 0.05); }
    .cab-notices__text {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      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;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      width: 100%; }
      .cab-notices__text > p {
        margin-right: 13px; }
      .cab-notices__text details {
        position: relative; }
        .cab-notices__text details[open] {
          padding-bottom: 37px; }
      .cab-notices__text details[open] .cab-notices__more-btn.on {
        display: none; }
      .cab-notices__text details .cab-notices__more-btn.off {
        display: none; }
      .cab-notices__text details[open] .cab-notices__more-btn.off {
        display: block; }
      .cab-notices__text details summary::-webkit-details-marker,
      .cab-notices__text details summary::marker {
        display: none;
        content: ""; }
    .cab-notices__more-btn {
      font-weight: 500;
      font-size: 14px;
      color: #F12A23;
      outline: none;
      cursor: pointer;
      line-height: 1.22;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .cab-notices__more-btn span {
        display: inline-block;
        padding-bottom: 3px;
        border-bottom: 1px dotted #F12A23; }
      .cab-notices__more-btn svg {
        width: 8px;
        height: 8px;
        fill: #F12A23;
        margin-left: 10px; }
      .cab-notices__more-btn:hover {
        border-bottom-color: transparent; }
      .cab-notices__more-btn.off {
        position: absolute;
        bottom: 0;
        left: 0;
        margin-left: 0; }
        .cab-notices__more-btn.off svg {
          display: none; }
  .cab-set {
    background-color: #fff;
    border: 1px solid #F5F5F5;
    box-shadow: 0px 12px 27px rgba(0, 0, 0, 0.02);
    border-radius: 7px;
    padding: 34px;
    margin-bottom: 30px; }
    @media (max-width: 1199px) {
      .cab-set {
        padding: 30px; } }
    @media (max-width: 575px) {
      .cab-set {
        padding: 15px; } }
    .cab-set .m-btn {
      min-height: 80px;
      font-size: 16px;
      padding: 20px 75px;
      border-radius: 7px;
      margin-bottom: 38px; }
      @media (max-width: 767px) {
        .cab-set .m-btn {
          padding: 20px 15px;
          font-size: 12px; } }
      .cab-set .m-btn:last-child {
        margin-bottom: 0; }
    .cab-set-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: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      margin-bottom: 20px; }
      @media (max-width: 1199px) {
        .cab-set-hero {
          margin-bottom: 30px; } }
      .cab-set-hero__img {
        width: 128px;
        height: 128px;
        border-radius: 50%;
        position: relative;
        margin-bottom: 33px; }
        .cab-set-hero__img:after {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
             -moz-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: -moz-calc(100% + 20px);
          width: calc(100% + 20px);
          height: -moz-calc(100% + 20px);
          height: calc(100% + 20px);
          content: '';
          border: 1px solid #F5F5F5;
          border-radius: 50%; }
        .cab-set-hero__img img {
          width: 100%;
          height: 100%;
          border-radius: 50%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: 50% 50%;
             object-position: 50% 50%; }
      .cab-set-hero > h3 {
        font-weight: 900;
        font-size: 24px;
        color: #222222;
        margin-bottom: 6px;
        line-height: 1.1; }
      .cab-set-hero > p {
        font-weight: 400;
        font-size: 14px;
        color: #656565;
        line-height: 1.1;
        margin-bottom: 34px; }
        .cab-set-hero > p:last-child {
          margin-bottom: 0; }
      .cab-set-hero__file {
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 13px 16px 12px 16px;
        background-color: #F12A23;
        border-radius: 4px;
        font-weight: 700;
        font-size: 12px;
        color: #fff;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        cursor: pointer; }
        .cab-set-hero__file:hover {
          background-color: #222222; }
        .cab-set-hero__file svg {
          stroke: #fff;
          fill: none;
          width: 12px;
          height: 12px;
          margin-right: 11px;
          margin-top: -2px; }
        .cab-set-hero__file input {
          display: none; }
    .cab-set-support {
      min-height: 80px;
      margin-bottom: 20px;
      text-align: center;
      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;
      border: 1px solid #F5F5F5;
      border-radius: 7px; }
      .cab-set-support p {
        font-weight: 400;
        font-size: 16px;
        color: #8C8C8C;
        line-height: 1.22; }
        .cab-set-support p a {
          color: #F12A23;
          text-decoration: underline;
          font-weight: 700; }
          .cab-set-support p a:hover {
            text-decoration: none; }
    .cab-set__title {
      font-weight: 700;
      font-size: 18px;
      color: #222222;
      margin-bottom: 30px;
      line-height: 1.22; }
    .cab-set__subtitle {
      font-weight: 700;
      font-size: 14px;
      color: #222222;
      margin-bottom: 10px;
      line-height: 1.22; }
    .cab-set__pass {
      width: -moz-calc(100% + 62px);
      width: calc(100% + 62px);
      margin-left: -31px;
      margin-bottom: -31px;
      padding: 27px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      background-color: #EFF4FD;
      border-radius: 4px; }
      .cab-set__pass .cab-input {
        margin-bottom: 13px; }
      .cab-set__pass-text {
        position: relative;
        padding-left: 58px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-bottom: 20px; }
        .cab-set__pass-text > img {
          position: absolute;
          left: 0;
          top: 0;
          width: 36px; }
        .cab-set__pass-text h3 {
          font-weight: 700;
          font-size: 14px;
          color: #222222;
          margin-bottom: 7px;
          line-height: 1.22; }
        .cab-set__pass-text p {
          font-weight: 400;
          font-size: 14px;
          color: #222222;
          line-height: 1.22; }
        .cab-set__pass-text_big {
          padding-left: 97px;
          margin-bottom: 20px; }
          @media (max-width: 767px) {
            .cab-set__pass-text_big {
              padding-left: 58px; } }
          .cab-set__pass-text_big > img {
            width: 60px; }
            @media (max-width: 767px) {
              .cab-set__pass-text_big > img {
                width: 36px; } }
          .cab-set__pass-text_big h3 {
            font-size: 18px;
            margin-bottom: 14px; }
            @media (max-width: 767px) {
              .cab-set__pass-text_big h3 {
                font-size: 14px; } }
          .cab-set__pass-text_big p {
            font-size: 18px;
            color: #656565; }
            @media (max-width: 767px) {
              .cab-set__pass-text_big p {
                font-size: 14px; } }
      .cab-set__pass .cab-input__title {
        color: #222222; }
      .cab-set__pass_row {
        display: block; }
        .cab-set__pass_row .cab-input {
          margin-bottom: 0; }
          @media (max-width: 991px) {
            .cab-set__pass_row .cab-input {
              margin-bottom: 13px; } }
    .cab-set__check {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 10px; }
      .cab-set__check .cab-2fa__check {
        margin: 0; }
        .cab-set__check .cab-2fa__check > span {
          color: #F12A23;
          font-weight: 500;
          font-size: 14px;
          margin-left: 14px;
          margin-right: 0; }
        .cab-set__check .cab-2fa__check-icon {
          background-color: #F12A23;
          width: 46px;
          height: 28px; }
          .cab-set__check .cab-2fa__check-icon span {
            width: 23px;
            height: 23px; }
      .cab-set__check.active .cab-2fa__check .off {
        display: none; }
      .cab-set__check.active .cab-2fa__check .on {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; }
      .cab-set__check.active .cab-2fa__check > span {
        color: #56CE60; }
      .cab-set__check.active .cab-2fa__check-icon {
        background-color: #56CE60; }
        .cab-set__check.active .cab-2fa__check-icon span {
          right: 3px;
          left: auto; }
    .cab-set__row {
      width: -moz-calc(100% + 60px);
      width: calc(100% + 60px);
      margin-left: -30px;
      padding: 20px 30px 10px 30px;
      border-bottom: 1px solid #F5F5F5; }
      @media (max-width: 575px) {
        .cab-set__row {
          width: -moz-calc(100% + 30px);
          width: calc(100% + 30px);
          margin-left: -15px;
          padding-left: 15px;
          padding-right: 15px; } }
      .cab-set__row:first-child {
        padding-top: 0; }
      .cab-set__row:last-child {
        border-bottom: none;
        padding-bottom: 0; }
    .cab-set__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;
      margin-bottom: 15px; }
      .cab-set__text h3 {
        font-weight: 700;
        font-size: 14px;
        color: #222222;
        margin-bottom: 16px;
        line-height: 1.17; }
      .cab-set__text p {
        font-weight: 400;
        font-size: 14px;
        color: #656565;
        line-height: 1.22; }
    .cab-set__apps {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-bottom: 5px; }
      .cab-set__apps a {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-right: 10px;
        margin-bottom: 10px; }
        .cab-set__apps a:last-child {
          margin-right: 0; }
    .cab-set__new-code {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      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: 66px;
      margin-bottom: 43px;
      border: 1px solid #F5F5F5;
      border-radius: 7px;
      font-weight: 500;
      font-size: 16px;
      color: #656565;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      cursor: pointer;
      line-height: 1; }
      @media (max-width: 1400px) {
        .cab-set__new-code {
          margin-bottom: 20px; } }
      .cab-set__new-code:hover {
        border-color: #F12A23;
        color: #F12A23; }
        .cab-set__new-code:hover svg {
          fill: #F12A23; }
      .cab-set__new-code svg {
        margin-right: 13px;
        width: 21px;
        height: 21px;
        fill: #656565;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
    .cab-set__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: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .cab-set__btns .m-btn {
        min-height: 66px;
        font-weight: 500;
        font-size: 16px;
        text-transform: none;
        margin-bottom: 0;
        width: -moz-calc(100% / 2 - 8px);
        width: calc(100% / 2 - 8px);
        padding: 20px; }
    .cab-set__qr {
      max-width: 199px;
      width: 100%;
      height: 199px;
      border-radius: 16px;
      border: 1px solid #F2F2F2;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: #fff;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 1400px) {
        .cab-set__qr {
          margin-bottom: 20px; } }
      .cab-set__qr img {
        width: 100%; }
    .cab-set__2fa .cab-input {
      min-height: 66px;
      margin-bottom: 0; }
      @media (max-width: 1400px) {
        .cab-set__2fa .cab-input {
          margin-bottom: 20px; } }
      .cab-set__2fa .cab-input__title {
        margin-bottom: 9px; }
    .cab-set__copy {
      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: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      position: relative;
      padding: 20px 24px 20px 24px;
      padding-right: 70px;
      border-radius: 7px;
      background-color: #FAFAFA;
      min-height: 66px; }
      .cab-set__copy p {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-weight: 700;
        font-size: 16px;
        color: #222222;
        width: 100%; }
      .cab-set__copy-btn {
        position: absolute;
        top: 50%;
        right: 35px;
        -webkit-transform: translate(50%, -50%);
           -moz-transform: translate(50%, -50%);
                transform: translate(50%, -50%);
        width: 37px;
        height: 37px;
        background-color: #070703;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        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;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        cursor: pointer;
        border-radius: 5px; }
        .cab-set__copy-btn:hover {
          background-color: #F12A23; }
        .cab-set__copy-btn svg {
          fill: none;
          stroke: #fff;
          width: 17px;
          height: 17px;
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
    .cab-set__cur {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      font-weight: 700;
      font-size: 16px;
      color: #222222;
      margin-bottom: 23px;
      line-height: 1.22; }
      .cab-set__cur img {
        width: 19px;
        height: 19px;
        margin-right: 7px; }
    .cab-set_hero {
      padding: 52px 55px 40px 0; }
      @media (max-width: 1199px) {
        .cab-set_hero {
          padding: 30px; } }
      @media (max-width: 575px) {
        .cab-set_hero {
          padding: 15px; } }
    .cab-set_bg {
      background-image: url("../img/cab-set-bg.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      background-position: 50% 0; }
    .cab-set_cur {
      padding-top: 14px; }
      .cab-set_cur .cab-search {
        margin-bottom: 4px; }
  .cab-text {
    width: 100%;
    margin-bottom: 30px; }
    .cab-text p {
      font-weight: 400;
      font-size: 18px;
      color: #656565;
      line-height: 1.22;
      margin-bottom: 20px; }
      .cab-text p:last-child {
        margin-bottom: 0; }
      .cab-text p b {
        font-weight: 700; }
      .cab-text p a {
        color: #F12A23;
        font-weight: 700;
        text-decoration: underline; }
        .cab-text p a:hover {
          text-decoration: none; }
  .cab-trading__cur {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    padding-left: 80px;
    min-height: 50px;
    margin: 8px 0; }
    .cab-trading__cur h3 {
      font-weight: 400;
      font-size: 12px;
      color: #A5A5A5;
      line-height: 1.22;
      margin-bottom: 5px; }
      .cab-trading__cur h3:last-child {
        margin-bottom: 0; }
    .cab-trading__cur p {
      font-weight: 800;
      font-size: 18px;
      color: #222222;
      text-transform: uppercase; }
  .cab-trading__icons {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 60px;
    height: 50px; }
    .cab-trading__icons img {
      position: absolute;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      border: 2px solid #fff; }
      .cab-trading__icons img:first-child {
        top: 0;
        left: 0;
        z-index: 2; }
      .cab-trading__icons img:last-child {
        bottom: 0;
        right: 0;
        z-index: 1; }
  .cab-promo {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (2fr)[2] 5fr;
        grid-template-columns: repeat(2, 2fr) 5fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    grid-column-gap: 30px; }
    @media (max-width: 1400px) {
      .cab-promo {
        -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr);
        -ms-grid-rows: (auto)[2];
            grid-template-rows: repeat(2, auto);
        grid-auto-columns: min-content; } }
    @media (max-width: 575px) {
      .cab-promo {
        -ms-grid-rows: (auto)[3];
            grid-template-rows: repeat(3, auto);
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr; } }
    .cab-promo__box {
      border: 1px solid #F5F5F5;
      box-shadow: 0px 12px 27px rgba(0, 0, 0, 0.02);
      border-radius: 7px;
      background-color: #fff;
      padding: 30px;
      margin-bottom: 30px;
      position: relative;
      z-index: 1;
      min-width: 0; }
      @media (max-width: 767px) {
        .cab-promo__box {
          padding: 15px; } }
      @media (max-width: 575px) {
        .cab-promo__box {
          grid-area: 1 / 1 / 2 / 2;
          margin-bottom: 15px; } }
      .cab-promo__box .cab-promo__title {
        margin-bottom: 17px; }
      .cab-promo__box_refs {
        background-image: url("../img/cab-promo-ref-bg.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center; }
        .cab-promo__box_refs-page {
          padding: 25px 30px; }
          .cab-promo__box_refs-page .cab-promo__text {
            margin-bottom: 30px; }
          .cab-promo__box_refs-page .cab-promo__link {
            margin-top: 0;
            margin-bottom: 18px; }
      @media (max-width: 575px) {
        .cab-promo__box:nth-child(2) {
          grid-area: 2 / 1 / 3 / 2; } }
      @media (max-width: 1400px) {
        .cab-promo__box:nth-child(3) {
          grid-area: 2 / 1 / 2 / 3; } }
      @media (max-width: 575px) {
        .cab-promo__box:nth-child(3) {
          grid-area: 3 / 1 / 4 / 2; } }
      .cab-promo__box .m-title {
        font-size: 24px;
        margin-bottom: 20px; }
      .cab-promo__box .career-pdf__img {
        margin-bottom: 10px;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        pointer-events: none; }
        @media (max-width: 767px) {
          .cab-promo__box .career-pdf__img {
            margin-bottom: 30px; } }
        .cab-promo__box .career-pdf__img img {
          max-width: 210px; }
      .cab-promo__box .career-pdf__list {
        margin-bottom: 0; }
      .cab-promo__box .career-pdf__title {
        font-size: 16px;
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 26px; }
      .cab-promo__box .career-pdf__item {
        background-color: transparent;
        border: 1px solid #F5F5F5;
        min-width: 120px; }
        .cab-promo__box .career-pdf__item > svg {
          fill: #A1A1A1; }
        .cab-promo__box .career-pdf__item:hover {
          box-shadow: none;
          background-color: #FAFAFA;
          border-color: #FAFAFA; }
          .cab-promo__box .career-pdf__item:hover > svg {
            fill: #A1A1A1; }
        .cab-promo__box .career-pdf__item > svg {
          width: 7px;
          height: 7px; }
    .cab-promo__title {
      font-weight: 700;
      font-size: 18px;
      color: #222222;
      margin-bottom: 28px; }
    .cab-promo__text {
      font-weight: 400;
      font-size: 14px;
      color: #656565;
      line-height: 1.22;
      margin-bottom: 17px; }
    .cab-promo__link {
      margin-top: 48px;
      width: 100%;
      border-radius: 100px;
      border: 1px solid #69BBF6;
      background-color: #DEF0FD;
      position: relative;
      padding: 18px 30px 16px 60px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: 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: 38px; }
      .cab-promo__link:after {
        width: 83px;
        height: 74px;
        position: absolute;
        bottom: -1px;
        left: 0;
        pointer-events: none;
        background-image: url(../img/refs-icon.png);
        content: '';
        background-repeat: no-repeat;
        background-position: 0 100%;
        background-size: contain; }
      .cab-promo__link p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        font-weight: 500;
        font-size: 12px;
        color: #222222; }
    .cab-promo__copy {
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      background: #1C1C1C;
      box-shadow: 0px 6px 21px rgba(53, 89, 116, 0.61);
      border-radius: 7px;
      position: relative;
      z-index: 1;
      overflow: hidden;
      font-weight: 500;
      font-size: 14px;
      color: #fff;
      font-weight: 500;
      font-size: 14px;
      color: #fff;
      padding: 17px;
      cursor: pointer;
      line-height: 1; }
      .cab-promo__copy:hover:after {
        width: 0; }
      .cab-promo__copy:hover svg {
        stroke: #fff; }
      .cab-promo__copy svg {
        margin-left: 28px;
        fill: none;
        stroke: #5AB4F5;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        width: 14px;
        height: 14px; }
      .cab-promo__copy:after {
        background: #5AB4F5;
        -webkit-filter: blur(20px);
                filter: blur(20px);
        -webkit-transform: translate(-50%, -50%) rotate(29.26deg);
           -moz-transform: translate(-50%, -50%) rotate(29.26deg);
                transform: translate(-50%, -50%) rotate(29.26deg);
        top: 50%;
        left: 50%;
        width: 44px;
        height: 500px;
        content: '';
        z-index: -1;
        position: absolute;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        pointer-events: none; }
    .cab-promo__qr {
      width: 186px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-left: auto;
      margin-right: auto;
      border-radius: 23px;
      overflow: hidden;
      border: 1px solid #F5F5F5; }
      .cab-promo__qr img {
        width: 100%; }
      .cab-promo__qr-line {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: -moz-calc(100% - 26px);
        width: calc(100% - 26px);
        height: -moz-calc(100% - 26px);
        height: calc(100% - 26px);
        pointer-events: none;
        z-index: -1; }
        @media (max-width: 767px) {
          .cab-promo__qr-line {
            width: -moz-calc(100% - 14px);
            width: calc(100% - 14px);
            height: -moz-calc(100% - 14px);
            height: calc(100% - 14px); } }
        .cab-promo__qr-line span {
          width: 100%;
          position: absolute;
          left: 0; }
          .cab-promo__qr-line span:after {
            position: absolute;
            top: 0;
            left: 0;
            width: 17px;
            height: 17px;
            border-left: 2px solid #F12A23;
            border-top: 2px solid #F12A23;
            content: '';
            border-top-left-radius: 7px; }
          .cab-promo__qr-line span:before {
            position: absolute;
            top: 0;
            right: 0;
            width: 17px;
            height: 17px;
            border-right: 2px solid #F12A23;
            border-top: 2px solid #F12A23;
            content: '';
            border-top-right-radius: 7px; }
          .cab-promo__qr-line span:first-child {
            top: 0; }
          .cab-promo__qr-line span:last-child {
            bottom: 0;
            -webkit-transform: scaleY(-1);
               -moz-transform: scaleY(-1);
                    transform: scaleY(-1); }
    .cab-promo__item {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 100%;
      margin-bottom: 26px; }
      .cab-promo__item-img {
        width: 100%;
        margin-bottom: 20px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 320px;
        background-color: #59B2FF;
        border-radius: 7px;
        overflow: hidden; }
        @media (max-width: 480px) {
          .cab-promo__item-img {
            height: 200px; } }
        .cab-promo__item-img img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: 50% 50%;
             object-position: 50% 50%; }
      .cab-promo__item-links {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: stretch;
           -moz-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        width: -moz-calc(100% + 6px);
        width: calc(100% + 6px); }
        .cab-promo__item-links a {
          padding: 18px 47px 18px 18px;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-direction: row;
             -moz-box-orient: horizontal;
             -moz-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          position: relative;
          text-decoration: none;
          font-weight: 800;
          font-size: 10px;
          color: #222222;
          background-color: #F2F2F2;
          border-radius: 4px;
          -webkit-flex-grow: 1;
             -moz-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          margin-right: 6px;
          line-height: 1;
          margin-bottom: 6px; }
          .cab-promo__item-links a:hover svg {
            fill: #F12A23;
            opacity: 1; }
          .cab-promo__item-links a span {
            background-color: #F12A23;
            color: #fff;
            padding: 1px;
            border-radius: 2px;
            font-weight: 500;
            font-size: 8px;
            text-transform: uppercase;
            margin-right: 8px; }
          .cab-promo__item-links a svg {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
               -moz-transform: translateY(-50%);
                    transform: translateY(-50%);
            right: 17px;
            width: 10px;
            height: 10px;
            fill: #000;
            -moz-transition: all .3s ease;
            transition: all .3s ease;
            opacity: 0.15; }
    .cab-promo__slider {
      width: 100%;
      margin-bottom: 24px; }
      .cab-promo__slider .swiper {
        width: 100%; }
    .cab-promo__slide {
      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; }
      .cab-promo__slide-img {
        width: 100%;
        height: 320px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-radius: 7px;
        overflow: hidden; }
        @media (max-width: 480px) {
          .cab-promo__slide-img {
            height: 200px; } }
        .cab-promo__slide-img img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: 50% 50%;
             object-position: 50% 50%; }
      .cab-promo__slide-copy {
        margin-bottom: 12px;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        background-color: #fff;
        position: relative;
        border-left: 0;
        border-radius: 0 7px 7px 7px;
        font-weight: 700;
        font-size: 16px;
        color: #fff;
        padding: 15px 15px 15px 9px;
        margin-top: -25px;
        cursor: pointer;
        z-index: 1; }
        .cab-promo__slide-copy:after {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: 0;
          width: -moz-calc(100% - 6px);
          width: calc(100% - 6px);
          height: -moz-calc(100% - 12px);
          height: calc(100% - 12px);
          content: '';
          background: #F12A23;
          border-radius: 0 7px 7px 7px;
          z-index: -1;
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
        .cab-promo__slide-copy:hover:after {
          background-color: #222222; }
        .cab-promo__slide-copy svg {
          margin-left: 7px;
          width: 13px;
          height: 13px;
          fill: none;
          stroke: #fff; }
      .cab-promo__slide-title {
        font-weight: 500;
        font-size: 24px;
        color: #222222;
        line-height: 1.22; }
      .cab-promo__slide-link {
        position: absolute;
        pointer-events: none;
        width: 0;
        height: 0;
        opacity: 0; }
    .cab-promo__nav {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .cab-promo__nav .swiper-button-prev, .cab-promo__nav .swiper-button-next {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        cursor: pointer;
        outline: none;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        border: 1px solid #E6E6E6;
        margin: 0 8px; }
        .cab-promo__nav .swiper-button-prev:hover, .cab-promo__nav .swiper-button-next:hover {
          background-color: #F12A23;
          border-color: #F12A23; }
          .cab-promo__nav .swiper-button-prev:hover svg, .cab-promo__nav .swiper-button-next:hover svg {
            fill: #fff; }
        .cab-promo__nav .swiper-button-prev svg, .cab-promo__nav .swiper-button-next svg {
          width: 10px;
          height: 10px;
          fill: #F12A23;
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
      .cab-promo__nav .swiper-button-prev svg {
        -webkit-transform: rotate(90deg);
           -moz-transform: rotate(90deg);
                transform: rotate(90deg); }
      .cab-promo__nav .swiper-button-next svg {
        -webkit-transform: rotate(-90deg);
           -moz-transform: rotate(-90deg);
                transform: rotate(-90deg); }
  .cab-dep-pie {
    width: 100%;
    border: 1px solid #F5F5F5;
    box-shadow: 0px 12px 27px rgba(0, 0, 0, 0.02);
    border-radius: 7px;
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px; }
    @media (max-width: 575px) {
      .cab-dep-pie {
        padding: 15px; } }
    .cab-dep-pie .cab-title {
      margin-bottom: 0; }
    .cab-dep-pie__chart {
      width: 100%;
      position: relative;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .cab-dep-pie__box {
      height: 340px;
      width: 340px;
      z-index: 2;
      position: relative; }
    .cab-dep-pie__total {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      z-index: 1; }
      .cab-dep-pie__total h3 {
        font-weight: 400;
        font-size: 14px;
        color: #838383;
        margin-bottom: 8px;
        line-height: 1.17; }
        .cab-dep-pie__total h3:last-child {
          margin-bottom: 0; }
      .cab-dep-pie__total p {
        font-weight: 900;
        font-size: 45px;
        color: #222222;
        line-height: 1.17; }
    .cab-dep-pie__info {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .cab-dep-pie__info-item {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .cab-dep-pie__info-item h3 {
          position: relative;
          margin-bottom: 3px;
          font-weight: 400;
          font-size: 16px;
          color: #838383;
          line-height: 1.17; }
          .cab-dep-pie__info-item h3:last-child {
            margin-bottom: 0; }
          .cab-dep-pie__info-item h3:after {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
               -moz-transform: translateY(-50%);
                    transform: translateY(-50%);
            right: -moz-calc(100% + 8px);
            right: calc(100% + 8px);
            width: 4px;
            height: 12px;
            background-color: #56CE60;
            content: '';
            border-radius: 10px; }
          .cab-dep-pie__info-item h3.red:after {
            background-color: #F12A23; }
        .cab-dep-pie__info-item p {
          font-weight: 900;
          font-size: 24px;
          color: #222222;
          line-height: 1.17; }
  .cab-plan {
    width: 100%;
    border: 1px solid #F5F5F5;
    box-shadow: 0px 12px 27px rgba(0, 0, 0, 0.02);
    border-radius: 7px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 30px;
    height: -moz-calc(100% - 30px);
    height: calc(100% - 30px);
    opacity: 1;
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    -moz-transition: all 2s;
    transition: all 2s; }
    @media (max-width: 767px) {
      .cab-plan {
        margin-bottom: 15px;
        height: auto; } }
    .cab-plan__head {
      width: 100%;
      background-color: #FEF2E3;
      padding: 18px 30px 70px 30px;
      background-image: url("../img/cab-plan-bg.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
      @media (max-width: 767px) {
        .cab-plan__head {
          padding-left: 15px;
          padding-right: 15px;
          padding-bottom: 50px; } }
    .cab-plan__name {
      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: 23px; }
      .cab-plan__name h3 {
        font-weight: 800;
        font-size: 40px;
        color: #222222; }
      .cab-plan__name p {
        font-weight: 500;
        font-size: 16px;
        color: #222222; }
    .cab-plan__btn {
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 15px 14px;
      border: 1px solid #E5C8A3;
      border-radius: 7px;
      font-weight: 700;
      font-size: 18px;
      color: #ffffff;
      line-height: 1;
      cursor: pointer;
      margin-bottom: 23px;
      text-decoration: none;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      background-color: #F7931A; }
      .cab-plan__btn:hover {
        box-shadow: 0px 7px 18px rgba(247, 147, 26, 0.62); }
      .cab-plan__btn svg {
        width: 25px;
        height: 18px;
        fill: #ffffff;
        margin-right: 8px;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .cab-plan__btn.disabled {
        pointer-events: none;
        background-color: transparent !important;
        color: #e5c8a3; }
        .cab-plan__btn.disabled svg {
          fill: #E5C8A4; }
    .cab-plan__bar {
      width: 100%;
      position: relative;
      height: 38px;
      border-radius: 30px;
      background-color: #F6EED8;
      border: 4px solid #FEF9EB;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      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;
      padding: 6px;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .cab-plan__bar-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-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-align-items: stretch;
           -moz-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        width: -moz-calc(100% + 10px);
        width: calc(100% + 10px); }
        .cab-plan__bar-info__item {
          margin-bottom: 10px;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-align-items: flex-start;
             -moz-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          margin-right: 10px;
          -webkit-flex-grow: 1;
             -moz-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
          .cab-plan__bar-info__item:last-child {
            -webkit-align-items: flex-end;
               -moz-box-align: end;
                -ms-flex-align: end;
                    align-items: flex-end;
            text-align: right; }
          .cab-plan__bar-info__item h3 {
            font-weight: 400;
            font-size: 12px;
            color: #535353;
            margin-bottom: 3px;
            line-height: 1.17; }
            .cab-plan__bar-info__item h3:last-child {
              margin-bottom: 0; }
          .cab-plan__bar-info__item p {
            font-weight: 700;
            font-size: 16px;
            color: #222222;
            line-height: 1.17; }
            @media (max-width: 480px) {
              .cab-plan__bar-info__item p {
                font-size: 14px; } }
      .cab-plan__bar-line {
        border-radius: 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;
        height: 100%;
        text-align: center;
        font-weight: 700;
        font-size: 10px;
        color: #222222;
        line-height: 1;
        width: 100%; }
        .cab-plan__bar-line p {
          border-radius: 30px;
          height: 100%;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-direction: row;
             -moz-box-orient: horizontal;
             -moz-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          position: relative;
          white-space: nowrap; }
          .cab-plan__bar-line p:nth-child(1) {
            background: -moz-repeating-linear-gradient(155deg, #F7931A 0px, #F7931A 6px, #FDA02F 6px, #FDA02F 10px);
            background: repeating-linear-gradient(-65deg, #F7931A 0px, #F7931A 6px, #FDA02F 6px, #FDA02F 10px); }
            .cab-plan__bar-line p:nth-child(1) span {
              color: #fff; }
          .cab-plan__bar-line p.left span {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
               -moz-transform: translateY(-50%);
                    transform: translateY(-50%);
            left: -moz-calc(100% + 10px);
            left: calc(100% + 10px);
            color: #222222; }
          .cab-plan__bar-line p.right span {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
               -moz-transform: translateY(-50%);
                    transform: translateY(-50%);
            right: -moz-calc(100% + 10px);
            right: calc(100% + 10px);
            color: #fff; }
      .cab-plan__bar_blue {
        background-color: #FAFAFA;
        border: none;
        height: 30px; }
        .cab-plan__bar_blue .cab-plan__bar-line p {
          color: #CBCBCB; }
          .cab-plan__bar_blue .cab-plan__bar-line p:nth-child(1) {
            background: -moz-repeating-linear-gradient(155deg, #4AA7EB 0px, #4AA7EB 6px, #5AB4F5 6px, #5AB4F5 10px);
            background: repeating-linear-gradient(-65deg, #4AA7EB 0px, #4AA7EB 6px, #5AB4F5 6px, #5AB4F5 10px); }
          .cab-plan__bar_blue .cab-plan__bar-line p.right {
            color: #CBCBCB; }
    .cab-plan__content {
      padding: 80px 30px 35px 30px;
      position: relative; }
      @media (max-width: 1630px) {
        .cab-plan__content {
          padding-left: 15px;
          padding-right: 15px; } }
      @media (max-width: 767px) {
        .cab-plan__content {
          padding: 80px 15px 15px 15px; } }
    .cab-plan__icon {
      position: absolute;
      top: -30px;
      left: 30px;
      width: 90px;
      height: 90px;
      border: 10px solid #fff;
      border-radius: 50%;
      background-color: #fff; }
      .cab-plan__icon img {
        width: 100%;
        height: 100%; }
    .cab-plan__info {
      width: 100%;
      background-color: #F8F8F8;
      border: 1px solid #F8F8F8;
      border-radius: 7px;
      margin-bottom: 16px;
      overflow: hidden; }
      .cab-plan__info:last-child {
        margin-bottom: 0; }
      .cab-plan__info-head {
        width: 100%;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 22px 20px 12px 20px;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
      .cab-plan__info-name {
        font-weight: 500;
        font-size: 14px;
        color: #838383;
        margin-bottom: 10px;
        margin-right: 10px; }
      .cab-plan__info-id {
        font-weight: 400;
        font-size: 14px;
        color: #838383;
        padding-right: 33px;
        position: relative;
        margin-bottom: 10px; }
        .cab-plan__info-id span {
          color: #222222; }
      .cab-plan__info-copy {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0;
        width: 21px;
        height: 21px;
        border-radius: 50%;
        border: 1px solid #E6E6E6;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        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;
        cursor: pointer; }
        .cab-plan__info-copy:hover {
          border-color: #F12A23; }
          .cab-plan__info-copy:hover svg {
            stroke: #F12A23; }
        .cab-plan__info-copy svg {
          fill: none;
          stroke: #B5B5B5;
          width: 9px;
          height: 9px; }
      .cab-plan__info-list {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: stretch;
           -moz-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        background-color: #fff;
        border-radius: 7px 7px 0 0;
        width: -moz-calc(100% + 1px);
        width: calc(100% + 1px); }
      .cab-plan__info-item {
        width: 50%;
        border-right: 1px solid #F8F8F8;
        border-bottom: 1px solid #F8F8F8;
        padding: 20px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        @media (max-width: 480px) {
          .cab-plan__info-item {
            width: 100%;
            border-right: none; } }
        .cab-plan__info-item:nth-last-child(1), .cab-plan__info-item:nth-last-child(2) {
          border-bottom: none; }
        @media (max-width: 480px) {
          .cab-plan__info-item:nth-last-child(2) {
            border-bottom: 1px solid #F8F8F8; } }
        .cab-plan__info-item_full {
          width: 100%;
          background-color: #F8F8F8;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-align: center; }
          .cab-plan__info-item_full .cab-plan__info-val {
            font-size: 24px; }
      .cab-plan__info-title {
        font-weight: 400;
        font-size: 13px;
        color: #838383;
        margin-bottom: 6px;
        line-height: 1.17; }
        .cab-plan__info-title:last-child {
          margin-bottom: 0; }
        .cab-plan__info-title .cab-plan__info-more {
          width: auto;
          display: -webkit-inline-flex;
          display: -moz-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex; }
      .cab-plan__info-val {
        font-weight: 900;
        font-size: 18px;
        color: #222222;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        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-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        line-height: 1.22;
        margin-bottom: 2px; }
        @media (max-width: 1630px) {
          .cab-plan__info-val {
            font-size: 16px; } }
        .cab-plan__info-val:last-child {
          margin-bottom: 0; }
        .cab-plan__info-val span {
          margin-right: 10px; }
        .cab-plan__info-val .cab-cur {
          color: #222222;
          line-height: 1.22; }
        .cab-plan__info-val.green {
          color: #56CE60; }
      .cab-plan__info-days {
        font-weight: 500;
        font-size: 18px;
        color: #222222;
        line-height: 1.22;
        margin-bottom: 2px; }
        .cab-plan__info-days:last-child {
          margin-bottom: 0; }
      .cab-plan__info-more {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: stretch;
           -moz-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .cab-plan__info-more p {
          display: -webkit-inline-flex;
          display: -moz-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-flex-direction: row;
             -moz-box-orient: horizontal;
             -moz-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          margin-right: 3px;
          margin-bottom: 3px;
          padding: 5px 10px;
          background-color: #F8F8F8;
          border-radius: 20px;
          font-size: 10px;
          color: #fff;
          font-weight: 700; }
          .cab-plan__info-more p.green {
            background-color: #56CE60; }
          .cab-plan__info-more p.blue {
            background-color: #5AB4F5; }
          .cab-plan__info-more p span {
            font-weight: 700;
            font-size: 14px;
            color: #606060; }
    .cab-plan__percent {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      background-color: #56CE60;
      border: 1px solid #fff;
      border-bottom: none;
      border-radius: 7px 7px 0 0;
      margin-bottom: -7px;
      position: relative;
      z-index: 1;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .cab-plan__percent-col {
        min-width: 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;
        padding: 22px 24px 26px 24px;
        margin-top: -1px;
        margin-left: -1px;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-flex-grow: 1;
           -moz-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        .cab-plan__percent-col h3 {
          font-weight: 400;
          font-size: 12px;
          color: #fff;
          line-height: 1.17;
          max-width: 60px;
          margin-right: 5px;
          margin-bottom: 5px; }
        .cab-plan__percent-col p {
          text-align: right;
          font-weight: 800;
          font-size: 30px;
          color: #fff;
          margin-bottom: 5px; }
        .cab-plan__percent-col:nth-child(1) {
          background-color: #474747;
          border-radius: 7px 7px 0 0;
          border: 1px solid #fff;
          border-bottom: none; }
          .cab-plan__percent-col:nth-child(1) p {
            color: #56CE60; }
      .cab-plan__percent_na {
        background-color: #F8F8F8; }
        .cab-plan__percent_na .cab-plan__percent-col {
          background-color: transparent; }
          .cab-plan__percent_na .cab-plan__percent-col h3 {
            color: #838383; }
          .cab-plan__percent_na .cab-plan__percent-col p {
            color: #E7E7E7; }
    .cab-plan__bot {
      width: 100%;
      background-color: #474747;
      border: 1px solid #fff;
      border-radius: 7px;
      z-index: 2;
      position: relative;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: 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: 18px 20px 8px 20px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .cab-plan__bot-col {
        min-width: 50%;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-bottom: 10px; }
        .cab-plan__bot-col_full {
          width: 100%;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-align: center; }
      .cab-plan__bot-title {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        font-weight: 400;
        font-size: 12px;
        color: #fff;
        margin-bottom: 14px; }
        .cab-plan__bot-title .tip {
          margin-left: 6px; }
          .cab-plan__bot-title .tip-icon {
            background-color: #fff; }
            .cab-plan__bot-title .tip-icon > img {
              -webkit-filter: brightness(0.3);
                      filter: brightness(0.3); }
    .cab-plan__date {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-top: auto;
      margin-bottom: auto; }
      .cab-plan__date h3 {
        font-weight: 700;
        font-size: 16px;
        color: #fff;
        margin-bottom: 4px;
        line-height: 1.17; }
        .cab-plan__date h3:last-child {
          margin-bottom: 0; }
      .cab-plan__date p {
        padding: 3px 6px 4px 6px;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        line-height: 1;
        background-color: #F12A23;
        font-weight: 700;
        font-size: 10px;
        color: #fff;
        border-radius: 20px; }
    .cab-plan__time {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-align: center; }
      .cab-plan__time > span {
        font-weight: 700;
        font-size: 30px;
        color: #838383;
        margin: 4px 4px 0 4px; }
      .cab-plan__time-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; }
        .cab-plan__time-col > p {
          font-weight: 400;
          font-size: 10px;
          color: #838383; }
      .cab-plan__time-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: stretch;
           -moz-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 13px; }
        .cab-plan__time-num:last-child {
          margin-bottom: 0; }
        .cab-plan__time-num span {
          display: -webkit-inline-flex;
          display: -moz-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-flex-direction: row;
             -moz-box-orient: horizontal;
             -moz-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          text-align: center;
          margin-right: 3px;
          width: 30px;
          height: 45px;
          background-color: #56CE60;
          border-radius: 6px;
          font-weight: 700;
          font-size: 25px;
          color: #fff; }
          .cab-plan__time-num span:last-child {
            margin-right: 0; }
    .cab-plan__close {
      width: 100%;
      position: relative;
      border-radius: 7px;
      margin-bottom: 30px;
      background-color: #E2F8E8;
      padding: 27px 30px 25px 117px;
      z-index: 1;
      overflow: hidden; }
      .cab-plan__close:after {
        z-index: -1;
        position: absolute;
        left: 0;
        top: -36px;
        -webkit-transform: translate(-50%, 0);
           -moz-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        width: 213px;
        height: 213px;
        content: '';
        border-radius: 50%;
        background-color: #41C25E;
        opacity: 0.5;
        -webkit-filter: blur(54.5px);
                filter: blur(54.5px); }
      .cab-plan__close > img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 30px;
        width: 64px; }
      .cab-plan__close:last-child {
        margin-bottom: 0; }
      .cab-plan__close h3 {
        font-weight: 700;
        font-size: 14px;
        color: #222222;
        margin-bottom: 10px; }
        .cab-plan__close h3:last-child {
          margin-bottom: 0; }
      .cab-plan__close p {
        font-weight: 700;
        font-size: 24px;
        color: #24B20C; }
    .cab-plan__new {
      width: 100%;
      text-align: center;
      background-color: #F9F9F9;
      border-radius: 7px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      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: 800;
      font-size: 16px;
      color: #222222;
      text-decoration: none;
      cursor: pointer;
      text-transform: uppercase;
      padding: 23px;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .cab-plan__new:hover {
        background-color: #F12A23;
        color: #fff; }
        .cab-plan__new:hover svg {
          fill: #fff; }
      .cab-plan__new svg {
        fill: #F12A23;
        width: 20px;
        height: 20px;
        margin-right: 16px;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
    .cab-plan.usd .cab-plan__head {
      background-color: #56ce60; }
    .cab-plan.usd .cab-plan__btn {
      border-color: #335f37;
      background-color: #335f37; }
      .cab-plan.usd .cab-plan__btn:hover {
        box-shadow: 0px 7px 18px rgba(51, 95, 55, 0.62); }
      .cab-plan.usd .cab-plan__btn svg {
        fill: #ffffff; }
      .cab-plan.usd .cab-plan__btn.disabled {
        color: #335f37; }
        .cab-plan.usd .cab-plan__btn.disabled svg {
          fill: #335f37; }
    .cab-plan.usd .cab-plan__bar-line p:nth-child(1) {
      background: -moz-repeating-linear-gradient(155deg, #335f37 0px, #335f37 6px, rgba(51, 95, 55, 0.82) 6px, rgba(51, 95, 55, 0.82) 10px);
      background: repeating-linear-gradient(-65deg, #335f37 0px, #335f37 6px, rgba(51, 95, 55, 0.82) 6px, rgba(51, 95, 55, 0.82) 10px); }
    .cab-plan.usd .tip-percent {
      background-color: #335f37; }
    .cab-plan.eth .cab-plan__head {
      background-color: #cfd8f8; }
    .cab-plan.eth .cab-plan__btn {
      border-color: #627EEA;
      background-color: #627EEA; }
      .cab-plan.eth .cab-plan__btn:hover {
        box-shadow: 0px 7px 18px rgba(98, 126, 234, 0.62); }
      .cab-plan.eth .cab-plan__btn svg {
        fill: #ffffff; }
      .cab-plan.eth .cab-plan__btn.disabled {
        color: #627EEA; }
        .cab-plan.eth .cab-plan__btn.disabled svg {
          fill: #627EEA; }
    .cab-plan.eth .cab-plan__bar-line p:nth-child(1) {
      background: -moz-repeating-linear-gradient(155deg, #627EEA 0px, #627EEA 6px, rgba(98, 126, 234, 0.82) 6px, rgba(98, 126, 234, 0.82) 10px);
      background: repeating-linear-gradient(-65deg, #627EEA 0px, #627EEA 6px, rgba(98, 126, 234, 0.82) 6px, rgba(98, 126, 234, 0.82) 10px); }
    .cab-plan.eth .tip-percent {
      background-color: #627EEA; }
    .cab-plan.ltc .cab-plan__head {
      background-color: #f2f1f1; }
    .cab-plan.ltc .cab-plan__btn {
      border-color: #999999;
      background-color: #999999; }
      .cab-plan.ltc .cab-plan__btn:hover {
        box-shadow: 0px 7px 18px rgba(153, 153, 153, 0.62); }
      .cab-plan.ltc .cab-plan__btn svg {
        fill: #ffffff; }
      .cab-plan.ltc .cab-plan__btn.disabled {
        color: #999999; }
        .cab-plan.ltc .cab-plan__btn.disabled svg {
          fill: #999999; }
    .cab-plan.ltc .cab-plan__bar-line p:nth-child(1) {
      background: -moz-repeating-linear-gradient(155deg, #999999 0px, #999999 6px, rgba(153, 153, 153, 0.82) 6px, rgba(153, 153, 153, 0.82) 10px);
      background: repeating-linear-gradient(-65deg, #999999 0px, #999999 6px, rgba(153, 153, 153, 0.82) 6px, rgba(153, 153, 153, 0.82) 10px); }
    .cab-plan.ltc .tip-percent {
      background-color: #999999; }
    .cab-plan.trx .cab-plan__head {
      background-color: #f3baba; }
    .cab-plan.trx .cab-plan__btn {
      border-color: #892e2e;
      background-color: #892e2e; }
      .cab-plan.trx .cab-plan__btn:hover {
        box-shadow: 0px 7px 18px rgba(137, 46, 46, 0.62); }
      .cab-plan.trx .cab-plan__btn svg {
        fill: #ffffff; }
      .cab-plan.trx .cab-plan__btn.disabled {
        color: #892e2e; }
        .cab-plan.trx .cab-plan__btn.disabled svg {
          fill: #892e2e; }
    .cab-plan.trx .cab-plan__bar-line p:nth-child(1) {
      background: -moz-repeating-linear-gradient(155deg, #892e2e 0px, #892e2e 6px, rgba(137, 46, 46, 0.82) 6px, rgba(137, 46, 46, 0.82) 10px);
      background: repeating-linear-gradient(-65deg, #892e2e 0px, #892e2e 6px, rgba(137, 46, 46, 0.82) 6px, rgba(137, 46, 46, 0.82) 10px); }
    .cab-plan.trx .tip-percent {
      background-color: #892e2e; }
    .cab-plan.usdt .cab-plan__head {
      background-color: #ccede4; }
    .cab-plan.usdt .cab-plan__btn {
      border-color: #00a478;
      background-color: #00a478; }
      .cab-plan.usdt .cab-plan__btn:hover {
        box-shadow: 0px 7px 18px rgba(0, 164, 120, 0.62); }
      .cab-plan.usdt .cab-plan__btn svg {
        fill: #ffffff; }
      .cab-plan.usdt .cab-plan__btn.disabled {
        color: #00a478; }
        .cab-plan.usdt .cab-plan__btn.disabled svg {
          fill: #00a478; }
    .cab-plan.usdt .cab-plan__bar-line p:nth-child(1) {
      background: -moz-repeating-linear-gradient(155deg, #00a478 0px, #00a478 6px, rgba(0, 164, 120, 0.82) 6px, rgba(0, 164, 120, 0.82) 10px);
      background: repeating-linear-gradient(-65deg, #00a478 0px, #00a478 6px, rgba(0, 164, 120, 0.82) 6px, rgba(0, 164, 120, 0.82) 10px); }
    .cab-plan.usdt .tip-percent {
      background-color: #00a478; }
    .cab-plan.usdc .cab-plan__head {
      background-color: #d4e3f4; }
    .cab-plan.usdc .cab-plan__btn {
      border-color: #2775c9;
      background-color: #2775c9; }
      .cab-plan.usdc .cab-plan__btn:hover {
        box-shadow: 0px 7px 18px rgba(39, 117, 201, 0.62); }
      .cab-plan.usdc .cab-plan__btn svg {
        fill: #ffffff; }
      .cab-plan.usdc .cab-plan__btn.disabled {
        color: #2775c9; }
        .cab-plan.usdc .cab-plan__btn.disabled svg {
          fill: #2775c9; }
    .cab-plan.usdc .cab-plan__bar-line p:nth-child(1) {
      background: -moz-repeating-linear-gradient(155deg, #2775c9 0px, #2775c9 6px, rgba(39, 117, 201, 0.82) 6px, rgba(39, 117, 201, 0.82) 10px);
      background: repeating-linear-gradient(-65deg, #2775c9 0px, #2775c9 6px, rgba(39, 117, 201, 0.82) 6px, rgba(39, 117, 201, 0.82) 10px); }
    .cab-plan.usdc .tip-percent {
      background-color: #2775c9; }
    .cab-plan.busd .cab-plan__head {
      background-color: #fcf1ce; }
    .cab-plan.busd .cab-plan__btn {
      border-color: #f0b90b;
      background-color: #f0b90b; }
      .cab-plan.busd .cab-plan__btn:hover {
        box-shadow: 0px 7px 18px rgba(240, 185, 11, 0.62); }
      .cab-plan.busd .cab-plan__btn svg {
        fill: #ffffff; }
      .cab-plan.busd .cab-plan__btn.disabled {
        color: #f0b90b; }
        .cab-plan.busd .cab-plan__btn.disabled svg {
          fill: #f0b90b; }
    .cab-plan.busd .cab-plan__bar-line p:nth-child(1) {
      background: -moz-repeating-linear-gradient(155deg, #f0b90b 0px, #f0b90b 6px, rgba(240, 185, 11, 0.82) 6px, rgba(240, 185, 11, 0.82) 10px);
      background: repeating-linear-gradient(-65deg, #f0b90b 0px, #f0b90b 6px, rgba(240, 185, 11, 0.82) 6px, rgba(240, 185, 11, 0.82) 10px); }
    .cab-plan.busd .tip-percent {
      background-color: #f0b90b; }
    .cab-plan.bnb .cab-plan__head {
      background-color: #fdf1d5; }
    .cab-plan.bnb .cab-plan__btn {
      border-color: #f3ba2f;
      background-color: #f3ba2f; }
      .cab-plan.bnb .cab-plan__btn:hover {
        box-shadow: 0px 7px 18px rgba(243, 186, 47, 0.62); }
      .cab-plan.bnb .cab-plan__btn svg {
        fill: #ffffff; }
      .cab-plan.bnb .cab-plan__btn.disabled {
        color: #f3ba2f; }
        .cab-plan.bnb .cab-plan__btn.disabled svg {
          fill: #f3ba2f; }
    .cab-plan.bnb .cab-plan__bar-line p:nth-child(1) {
      background: -moz-repeating-linear-gradient(155deg, #f3ba2f 0px, #f3ba2f 6px, rgba(243, 186, 47, 0.82) 6px, rgba(243, 186, 47, 0.82) 10px);
      background: repeating-linear-gradient(-65deg, #f3ba2f 0px, #f3ba2f 6px, rgba(243, 186, 47, 0.82) 6px, rgba(243, 186, 47, 0.82) 10px); }
    .cab-plan.bnb .tip-percent {
      background-color: #f3ba2f; }
    .cab-plan.ada .cab-plan__head {
      background-color: #d8f4f4; }
    .cab-plan.ada .cab-plan__btn {
      border-color: #3cc8c8;
      background-color: #3cc8c8; }
      .cab-plan.ada .cab-plan__btn:hover {
        box-shadow: 0px 7px 18px rgba(60, 200, 200, 0.62); }
      .cab-plan.ada .cab-plan__btn svg {
        fill: #ffffff; }
      .cab-plan.ada .cab-plan__btn.disabled {
        color: #3cc8c8; }
        .cab-plan.ada .cab-plan__btn.disabled svg {
          fill: #3cc8c8; }
    .cab-plan.ada .cab-plan__bar-line p:nth-child(1) {
      background: -moz-repeating-linear-gradient(155deg, #3cc8c8 0px, #3cc8c8 6px, rgba(60, 200, 200, 0.82) 6px, rgba(60, 200, 200, 0.82) 10px);
      background: repeating-linear-gradient(-65deg, #3cc8c8 0px, #3cc8c8 6px, rgba(60, 200, 200, 0.82) 6px, rgba(60, 200, 200, 0.82) 10px); }
    .cab-plan.ada .tip-percent {
      background-color: #3cc8c8; }
    .cab-plan.xrp .cab-plan__head {
      background-color: #d0e4ed; }
    .cab-plan.xrp .cab-plan__btn {
      border-color: #1276a7;
      background-color: #1276a7; }
      .cab-plan.xrp .cab-plan__btn:hover {
        box-shadow: 0px 7px 18px rgba(18, 118, 167, 0.62); }
      .cab-plan.xrp .cab-plan__btn svg {
        fill: #ffffff; }
      .cab-plan.xrp .cab-plan__btn.disabled {
        color: #1276a7; }
        .cab-plan.xrp .cab-plan__btn.disabled svg {
          fill: #1276a7; }
    .cab-plan.xrp .cab-plan__bar-line p:nth-child(1) {
      background: -moz-repeating-linear-gradient(155deg, #1276a7 0px, #1276a7 6px, rgba(18, 118, 167, 0.82) 6px, rgba(18, 118, 167, 0.82) 10px);
      background: repeating-linear-gradient(-65deg, #1276a7 0px, #1276a7 6px, rgba(18, 118, 167, 0.82) 6px, rgba(18, 118, 167, 0.82) 10px); }
    .cab-plan.xrp .tip-percent {
      background-color: #1276a7; }
    .cab-plan.bch .cab-plan__head {
      background-color: #e8f3dc; }
    .cab-plan.bch .cab-plan__btn {
      border-color: #8dc351;
      background-color: #8dc351; }
      .cab-plan.bch .cab-plan__btn:hover {
        box-shadow: 0px 7px 18px rgba(141, 195, 81, 0.62); }
      .cab-plan.bch .cab-plan__btn svg {
        fill: #ffffff; }
      .cab-plan.bch .cab-plan__btn.disabled {
        color: #8dc351; }
        .cab-plan.bch .cab-plan__btn.disabled svg {
          fill: #8dc351; }
    .cab-plan.bch .cab-plan__bar-line p:nth-child(1) {
      background: -moz-repeating-linear-gradient(155deg, #8dc351 0px, #8dc351 6px, rgba(141, 195, 81, 0.82) 6px, rgba(141, 195, 81, 0.82) 10px);
      background: repeating-linear-gradient(-65deg, #8dc351 0px, #8dc351 6px, rgba(141, 195, 81, 0.82) 6px, rgba(141, 195, 81, 0.82) 10px); }
    .cab-plan.bch .tip-percent {
      background-color: #8dc351; }
    .cab-plan.dai .cab-plan__head {
      background-color: #fdeed7; }
    .cab-plan.dai .cab-plan__btn {
      border-color: #f5ac37;
      background-color: #f5ac37; }
      .cab-plan.dai .cab-plan__btn:hover {
        box-shadow: 0px 7px 18px rgba(245, 172, 55, 0.62); }
      .cab-plan.dai .cab-plan__btn svg {
        fill: #ffffff; }
      .cab-plan.dai .cab-plan__btn.disabled {
        color: #f5ac37; }
        .cab-plan.dai .cab-plan__btn.disabled svg {
          fill: #f5ac37; }
    .cab-plan.dai .cab-plan__bar-line p:nth-child(1) {
      background: -moz-repeating-linear-gradient(155deg, #f5ac37 0px, #f5ac37 6px, rgba(245, 172, 55, 0.82) 6px, rgba(245, 172, 55, 0.82) 10px);
      background: repeating-linear-gradient(-65deg, #f5ac37 0px, #f5ac37 6px, rgba(245, 172, 55, 0.82) 6px, rgba(245, 172, 55, 0.82) 10px); }
    .cab-plan.dai .tip-percent {
      background-color: #f5ac37; }
    .cab-plan.sol .cab-plan__head {
      background-color: #efdcfb; }
    .cab-plan.sol .cab-plan__btn {
      border-color: #da3bfc;
      background-color: #da3bfc; }
      .cab-plan.sol .cab-plan__btn:hover {
        box-shadow: 0px 7px 18px rgba(218, 59, 252, 0.62); }
      .cab-plan.sol .cab-plan__btn svg {
        fill: #ffffff; }
      .cab-plan.sol .cab-plan__btn.disabled {
        color: #da3bfc; }
        .cab-plan.sol .cab-plan__btn.disabled svg {
          fill: #da3bfc; }
    .cab-plan.sol .cab-plan__bar-line p:nth-child(1) {
      background: -moz-repeating-linear-gradient(155deg, #da3bfc 0px, #da3bfc 6px, rgba(218, 59, 252, 0.82) 6px, rgba(218, 59, 252, 0.82) 10px);
      background: repeating-linear-gradient(-65deg, #da3bfc 0px, #da3bfc 6px, rgba(218, 59, 252, 0.82) 6px, rgba(218, 59, 252, 0.82) 10px); }
    .cab-plan.sol .tip-percent {
      background-color: #da3bfc; }
    .cab-plan.cro .cab-plan__head {
      background-color: #d3d4dd; }
    .cab-plan.cro .cab-plan__btn {
      border-color: #212755;
      background-color: #212755; }
      .cab-plan.cro .cab-plan__btn:hover {
        box-shadow: 0px 7px 18px rgba(33, 39, 85, 0.62); }
      .cab-plan.cro .cab-plan__btn svg {
        fill: #ffffff; }
      .cab-plan.cro .cab-plan__btn.disabled {
        color: #212755; }
        .cab-plan.cro .cab-plan__btn.disabled svg {
          fill: #212755; }
    .cab-plan.cro .cab-plan__bar-line p:nth-child(1) {
      background: -moz-repeating-linear-gradient(155deg, #212755 0px, #212755 6px, rgba(33, 39, 85, 0.82) 6px, rgba(33, 39, 85, 0.82) 10px);
      background: repeating-linear-gradient(-65deg, #212755 0px, #212755 6px, rgba(33, 39, 85, 0.82) 6px, rgba(33, 39, 85, 0.82) 10px); }
    .cab-plan.cro .tip-percent {
      background-color: #212755; }
    .cab-plan.etc .cab-plan__head {
      background-color: #ebf7eb; }
    .cab-plan.etc .cab-plan__btn {
      border-color: #3AB83A;
      background-color: #3AB83A; }
      .cab-plan.etc .cab-plan__btn:hover {
        box-shadow: 0px 7px 18px rgba(58, 184, 58, 0.62); }
      .cab-plan.etc .cab-plan__btn svg {
        fill: #ffffff; }
      .cab-plan.etc .cab-plan__btn.disabled {
        color: #3AB83A; }
        .cab-plan.etc .cab-plan__btn.disabled svg {
          fill: #3AB83A; }
    .cab-plan.etc .cab-plan__bar-line p:nth-child(1) {
      background: -moz-repeating-linear-gradient(155deg, #3AB83A 0px, #3AB83A 6px, rgba(58, 184, 58, 0.82) 6px, rgba(58, 184, 58, 0.82) 10px);
      background: repeating-linear-gradient(-65deg, #3AB83A 0px, #3AB83A 6px, rgba(58, 184, 58, 0.82) 6px, rgba(58, 184, 58, 0.82) 10px); }
    .cab-plan.etc .tip-percent {
      background-color: #3AB83A; }
    .cab-plan.doge .cab-plan__head {
      background-color: #d2dfcc; }
    .cab-plan.doge .cab-plan__btn {
      border-color: #C2A633;
      background-color: #C2A633; }
      .cab-plan.doge .cab-plan__btn:hover {
        box-shadow: 0px 7px 18px rgba(194, 166, 51, 0.62); }
      .cab-plan.doge .cab-plan__btn svg {
        fill: #ffffff; }
      .cab-plan.doge .cab-plan__btn.disabled {
        color: #C2A633; }
        .cab-plan.doge .cab-plan__btn.disabled svg {
          fill: #C2A633; }
    .cab-plan.doge .cab-plan__bar-line p:nth-child(1) {
      background: -moz-repeating-linear-gradient(155deg, #C2A633 0px, #C2A633 6px, rgba(194, 166, 51, 0.82) 6px, rgba(194, 166, 51, 0.82) 10px);
      background: repeating-linear-gradient(-65deg, #C2A633 0px, #C2A633 6px, rgba(194, 166, 51, 0.82) 6px, rgba(194, 166, 51, 0.82) 10px); }
    .cab-plan.doge .tip-percent {
      background-color: #C2A633; }
    .cab-plan.avax .cab-plan__head {
      background-color: #E84142; }
    .cab-plan.avax .cab-plan__btn {
      border-color: #674646;
      background-color: #674646; }
      .cab-plan.avax .cab-plan__btn:hover {
        box-shadow: 0px 7px 18px rgba(103, 70, 70, 0.62); }
      .cab-plan.avax .cab-plan__btn svg {
        fill: #ffffff; }
      .cab-plan.avax .cab-plan__btn.disabled {
        color: #674646; }
        .cab-plan.avax .cab-plan__btn.disabled svg {
          fill: #674646; }
    .cab-plan.avax .cab-plan__bar-line p:nth-child(1) {
      background: -moz-repeating-linear-gradient(155deg, #674646 0px, #674646 6px, rgba(103, 70, 70, 0.82) 6px, rgba(103, 70, 70, 0.82) 10px);
      background: repeating-linear-gradient(-65deg, #674646 0px, #674646 6px, rgba(103, 70, 70, 0.82) 6px, rgba(103, 70, 70, 0.82) 10px); }
    .cab-plan.avax .tip-percent {
      background-color: #674646; }
    .cab-plan.flow .cab-plan__head {
      background-color: #ccfce8; }
    .cab-plan.flow .cab-plan__btn {
      border-color: #00EF8B;
      background-color: #00EF8B; }
      .cab-plan.flow .cab-plan__btn:hover {
        box-shadow: 0px 7px 18px rgba(0, 239, 139, 0.62); }
      .cab-plan.flow .cab-plan__btn svg {
        fill: #ffffff; }
      .cab-plan.flow .cab-plan__btn.disabled {
        color: #00EF8B; }
        .cab-plan.flow .cab-plan__btn.disabled svg {
          fill: #00EF8B; }
    .cab-plan.flow .cab-plan__bar-line p:nth-child(1) {
      background: -moz-repeating-linear-gradient(155deg, #00EF8B 0px, #00EF8B 6px, rgba(0, 239, 139, 0.82) 6px, rgba(0, 239, 139, 0.82) 10px);
      background: repeating-linear-gradient(-65deg, #00EF8B 0px, #00EF8B 6px, rgba(0, 239, 139, 0.82) 6px, rgba(0, 239, 139, 0.82) 10px); }
    .cab-plan.flow .tip-percent {
      background-color: #00EF8B; }
    .cab-plan.xmr .cab-plan__head {
      background-color: #FF6B01; }
    .cab-plan.xmr .cab-plan__btn {
      border-color: #4c4c4c;
      background-color: #4c4c4c; }
      .cab-plan.xmr .cab-plan__btn:hover {
        box-shadow: 0px 7px 18px rgba(76, 76, 76, 0.62); }
      .cab-plan.xmr .cab-plan__btn svg {
        fill: #ffffff; }
      .cab-plan.xmr .cab-plan__btn.disabled {
        color: #4c4c4c; }
        .cab-plan.xmr .cab-plan__btn.disabled svg {
          fill: #4c4c4c; }
    .cab-plan.xmr .cab-plan__bar-line p:nth-child(1) {
      background: -moz-repeating-linear-gradient(155deg, #4c4c4c 0px, #4c4c4c 6px, rgba(76, 76, 76, 0.82) 6px, rgba(76, 76, 76, 0.82) 10px);
      background: repeating-linear-gradient(-65deg, #4c4c4c 0px, #4c4c4c 6px, rgba(76, 76, 76, 0.82) 6px, rgba(76, 76, 76, 0.82) 10px); }
    .cab-plan.xmr .tip-percent {
      background-color: #4c4c4c; }
    .cab-plan.link .cab-plan__head {
      background-color: #d3dbf8; }
    .cab-plan.link .cab-plan__btn {
      border-color: #224DDA;
      background-color: #224DDA; }
      .cab-plan.link .cab-plan__btn:hover {
        box-shadow: 0px 7px 18px rgba(34, 77, 218, 0.62); }
      .cab-plan.link .cab-plan__btn svg {
        fill: #ffffff; }
      .cab-plan.link .cab-plan__btn.disabled {
        color: #224DDA; }
        .cab-plan.link .cab-plan__btn.disabled svg {
          fill: #224DDA; }
    .cab-plan.link .cab-plan__bar-line p:nth-child(1) {
      background: -moz-repeating-linear-gradient(155deg, #224DDA 0px, #224DDA 6px, rgba(34, 77, 218, 0.82) 6px, rgba(34, 77, 218, 0.82) 10px);
      background: repeating-linear-gradient(-65deg, #224DDA 0px, #224DDA 6px, rgba(34, 77, 218, 0.82) 6px, rgba(34, 77, 218, 0.82) 10px); }
    .cab-plan.link .tip-percent {
      background-color: #224DDA; }
    .cab-plan.atom .cab-plan__head {
      background-color: #c0c1c8; }
    .cab-plan.atom .cab-plan__btn {
      border-color: #2E3148;
      background-color: #2E3148; }
      .cab-plan.atom .cab-plan__btn:hover {
        box-shadow: 0px 7px 18px rgba(46, 49, 72, 0.62); }
      .cab-plan.atom .cab-plan__btn svg {
        fill: #ffffff; }
      .cab-plan.atom .cab-plan__btn.disabled {
        color: #2E3148; }
        .cab-plan.atom .cab-plan__btn.disabled svg {
          fill: #2E3148; }
    .cab-plan.atom .cab-plan__bar-line p:nth-child(1) {
      background: -moz-repeating-linear-gradient(155deg, #2E3148 0px, #2E3148 6px, rgba(46, 49, 72, 0.82) 6px, rgba(46, 49, 72, 0.82) 10px);
      background: repeating-linear-gradient(-65deg, #2E3148 0px, #2E3148 6px, rgba(46, 49, 72, 0.82) 6px, rgba(46, 49, 72, 0.82) 10px); }
    .cab-plan.atom .tip-percent {
      background-color: #2E3148; }
    .cab-plan.algo .cab-plan__head {
      background-color: #d6deea; }
    .cab-plan.algo .cab-plan__btn {
      border-color: #315A98;
      background-color: #315A98; }
      .cab-plan.algo .cab-plan__btn:hover {
        box-shadow: 0px 7px 18px rgba(49, 90, 152, 0.62); }
      .cab-plan.algo .cab-plan__btn svg {
        fill: #ffffff; }
      .cab-plan.algo .cab-plan__btn.disabled {
        color: #315A98; }
        .cab-plan.algo .cab-plan__btn.disabled svg {
          fill: #315A98; }
    .cab-plan.algo .cab-plan__bar-line p:nth-child(1) {
      background: -moz-repeating-linear-gradient(155deg, #315A98 0px, #315A98 6px, rgba(49, 90, 152, 0.82) 6px, rgba(49, 90, 152, 0.82) 10px);
      background: repeating-linear-gradient(-65deg, #315A98 0px, #315A98 6px, rgba(49, 90, 152, 0.82) 6px, rgba(49, 90, 152, 0.82) 10px); }
    .cab-plan.algo .tip-percent {
      background-color: #315A98; }
    .cab-plan.dot .cab-plan__head {
      background-color: #facce4; }
    .cab-plan.dot .cab-plan__btn {
      border-color: #E6007A;
      background-color: #E6007A; }
      .cab-plan.dot .cab-plan__btn:hover {
        box-shadow: 0px 7px 18px rgba(230, 0, 122, 0.62); }
      .cab-plan.dot .cab-plan__btn svg {
        fill: #ffffff; }
      .cab-plan.dot .cab-plan__btn.disabled {
        color: #E6007A; }
        .cab-plan.dot .cab-plan__btn.disabled svg {
          fill: #E6007A; }
    .cab-plan.dot .cab-plan__bar-line p:nth-child(1) {
      background: -moz-repeating-linear-gradient(155deg, #E6007A 0px, #E6007A 6px, rgba(230, 0, 122, 0.82) 6px, rgba(230, 0, 122, 0.82) 10px);
      background: repeating-linear-gradient(-65deg, #E6007A 0px, #E6007A 6px, rgba(230, 0, 122, 0.82) 6px, rgba(230, 0, 122, 0.82) 10px); }
    .cab-plan.dot .tip-percent {
      background-color: #E6007A; }
    .cab-plan.ftt .cab-plan__head {
      background-color: #ccedf3; }
    .cab-plan.ftt .cab-plan__btn {
      border-color: #02A6C2;
      background-color: #02A6C2; }
      .cab-plan.ftt .cab-plan__btn:hover {
        box-shadow: 0px 7px 18px rgba(2, 166, 194, 0.62); }
      .cab-plan.ftt .cab-plan__btn svg {
        fill: #ffffff; }
      .cab-plan.ftt .cab-plan__btn.disabled {
        color: #02A6C2; }
        .cab-plan.ftt .cab-plan__btn.disabled svg {
          fill: #02A6C2; }
    .cab-plan.ftt .cab-plan__bar-line p:nth-child(1) {
      background: -moz-repeating-linear-gradient(155deg, #02A6C2 0px, #02A6C2 6px, rgba(2, 166, 194, 0.82) 6px, rgba(2, 166, 194, 0.82) 10px);
      background: repeating-linear-gradient(-65deg, #02A6C2 0px, #02A6C2 6px, rgba(2, 166, 194, 0.82) 6px, rgba(2, 166, 194, 0.82) 10px); }
    .cab-plan.ftt .tip-percent {
      background-color: #02A6C2; }
    .cab-plan.xlm .cab-plan__head {
      background-color: #cccccc; }
    .cab-plan.xlm .cab-plan__btn {
      border-color: #000000;
      background-color: #000000; }
      .cab-plan.xlm .cab-plan__btn:hover {
        box-shadow: 0px 7px 18px rgba(0, 0, 0, 0.62); }
      .cab-plan.xlm .cab-plan__btn svg {
        fill: #ffffff; }
      .cab-plan.xlm .cab-plan__btn.disabled {
        color: #000000; }
        .cab-plan.xlm .cab-plan__btn.disabled svg {
          fill: #000000; }
    .cab-plan.xlm .cab-plan__bar-line p:nth-child(1) {
      background: -moz-repeating-linear-gradient(155deg, #000000 0px, #000000 6px, rgba(0, 0, 0, 0.82) 6px, rgba(0, 0, 0, 0.82) 10px);
      background: repeating-linear-gradient(-65deg, #000000 0px, #000000 6px, rgba(0, 0, 0, 0.82) 6px, rgba(0, 0, 0, 0.82) 10px); }
    .cab-plan.xlm .tip-percent {
      background-color: #000000; }
    .cab-plan.matic .cab-plan__head {
      background-color: #e6dafa; }
    .cab-plan.matic .cab-plan__btn {
      border-color: #8247E5;
      background-color: #8247E5; }
      .cab-plan.matic .cab-plan__btn:hover {
        box-shadow: 0px 7px 18px rgba(130, 71, 229, 0.62); }
      .cab-plan.matic .cab-plan__btn svg {
        fill: #ffffff; }
      .cab-plan.matic .cab-plan__btn.disabled {
        color: #8247E5; }
        .cab-plan.matic .cab-plan__btn.disabled svg {
          fill: #8247E5; }
    .cab-plan.matic .cab-plan__bar-line p:nth-child(1) {
      background: -moz-repeating-linear-gradient(155deg, #8247E5 0px, #8247E5 6px, rgba(130, 71, 229, 0.82) 6px, rgba(130, 71, 229, 0.82) 10px);
      background: repeating-linear-gradient(-65deg, #8247E5 0px, #8247E5 6px, rgba(130, 71, 229, 0.82) 6px, rgba(130, 71, 229, 0.82) 10px); }
    .cab-plan.matic .tip-percent {
      background-color: #8247E5; }
    .cab-plan.near .cab-plan__head {
      background-color: #e7dcf1; }
    .cab-plan.near .cab-plan__btn {
      border-color: #894EB7;
      background-color: #894EB7; }
      .cab-plan.near .cab-plan__btn:hover {
        box-shadow: 0px 7px 18px rgba(137, 78, 183, 0.62); }
      .cab-plan.near .cab-plan__btn svg {
        fill: #ffffff; }
      .cab-plan.near .cab-plan__btn.disabled {
        color: #894EB7; }
        .cab-plan.near .cab-plan__btn.disabled svg {
          fill: #894EB7; }
    .cab-plan.near .cab-plan__bar-line p:nth-child(1) {
      background: -moz-repeating-linear-gradient(155deg, #894EB7 0px, #894EB7 6px, rgba(137, 78, 183, 0.82) 6px, rgba(137, 78, 183, 0.82) 10px);
      background: repeating-linear-gradient(-65deg, #894EB7 0px, #894EB7 6px, rgba(137, 78, 183, 0.82) 6px, rgba(137, 78, 183, 0.82) 10px); }
    .cab-plan.near .tip-percent {
      background-color: #894EB7; }
    .cab-plan.tusd .cab-plan__head {
      background-color: #ffffff; }
    .cab-plan.tusd .cab-plan__btn {
      border-color: #002868;
      background-color: #002868; }
      .cab-plan.tusd .cab-plan__btn:hover {
        box-shadow: 0px 7px 18px rgba(0, 40, 104, 0.62); }
      .cab-plan.tusd .cab-plan__btn svg {
        fill: #ffffff; }
      .cab-plan.tusd .cab-plan__btn.disabled {
        color: #002868; }
        .cab-plan.tusd .cab-plan__btn.disabled svg {
          fill: #002868; }
    .cab-plan.tusd .cab-plan__bar-line p:nth-child(1) {
      background: -moz-repeating-linear-gradient(155deg, #002868 0px, #002868 6px, rgba(0, 40, 104, 0.82) 6px, rgba(0, 40, 104, 0.82) 10px);
      background: repeating-linear-gradient(-65deg, #002868 0px, #002868 6px, rgba(0, 40, 104, 0.82) 6px, rgba(0, 40, 104, 0.82) 10px); }
    .cab-plan.tusd .tip-percent {
      background-color: #002868; }
    .cab-plan.usdp .cab-plan__head {
      background-color: #ebe638; }
    .cab-plan.usdp .cab-plan__btn {
      border-color: #0293d6;
      background-color: #0293d6; }
      .cab-plan.usdp .cab-plan__btn:hover {
        box-shadow: 0px 7px 18px rgba(2, 147, 214, 0.62); }
      .cab-plan.usdp .cab-plan__btn svg {
        fill: #ffffff; }
      .cab-plan.usdp .cab-plan__btn.disabled {
        color: #0293d6; }
        .cab-plan.usdp .cab-plan__btn.disabled svg {
          fill: #0293d6; }
    .cab-plan.usdp .cab-plan__bar-line p:nth-child(1) {
      background: -moz-repeating-linear-gradient(155deg, #0293d6 0px, #0293d6 6px, rgba(2, 147, 214, 0.82) 6px, rgba(2, 147, 214, 0.82) 10px);
      background: repeating-linear-gradient(-65deg, #0293d6 0px, #0293d6 6px, rgba(2, 147, 214, 0.82) 6px, rgba(2, 147, 214, 0.82) 10px); }
    .cab-plan.usdp .tip-percent {
      background-color: #0293d6; }
  .cab-refs-qr {
    max-width: 166px;
    width: 100%;
    margin: 20px 0; }
    .cab-refs-qr img {
      max-width: 100%; }
  .cab-refs-promo {
    position: relative;
    width: 100%;
    padding: 22px 30px 22px 88px;
    background-color: rgba(249, 141, 81, 0.1);
    border-radius: 7px;
    margin-bottom: 30px; }
    .cab-refs-promo p {
      font-weight: 400;
      font-size: 14px;
      color: #F98D51;
      line-height: 1.22; }
      .cab-refs-promo p a {
        font-weight: 700;
        text-decoration: underline;
        color: #F98D51; }
        .cab-refs-promo p a:hover {
          text-decoration: none; }
    .cab-refs-promo img {
      position: absolute;
      left: 44px;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 40px; }
  .cab-rank {
    background-color: #fff;
    border: 1px solid #F5F5F5;
    box-shadow: 0px 12px 27px rgba(0, 0, 0, 0.02);
    border-radius: 7px;
    margin-bottom: 30px;
    position: relative;
    padding: 38px;
    z-index: 1;
    width: -moz-calc(100% - 393px);
    width: calc(100% - 393px); }
    @media (max-width: 1600px) {
      .cab-rank {
        width: 100%;
        margin-bottom: 3px; } }
    @media (max-width: 767px) {
      .cab-rank {
        padding-bottom: 50px; }
        .cab-rank .cab-rank__head {
          padding-left: 0; }
        .cab-rank .cab-rank__name {
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-align: center; }
        .cab-rank .cab-rank__img {
          position: relative;
          top: auto;
          left: auto;
          -webkit-transform: translate(0, 0);
             -moz-transform: translate(0, 0);
                  transform: translate(0, 0);
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 10px; } }
    .cab-rank__title {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 0;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      line-height: 1.22;
      padding: 7px 11px;
      background-color: #F5F5F5;
      border-radius: 0 0 7px 7px;
      font-weight: 700;
      font-size: 12px;
      color: #222222; }
      @media (min-width: 768px) {
        .cab-rank__title {
          left: 66%; } }
      .cab-rank__title:after {
        position: absolute;
        top: 0;
        right: 100%;
        width: 24px;
        height: 20px;
        background-image: url(../img/cab-rank-angle.png);
        background-repeat: no-repeat;
        background-position: right top;
        background-size: contain;
        content: ''; }
      .cab-rank__title:before {
        position: absolute;
        top: 0;
        left: 100%;
        width: 24px;
        height: 20px;
        background-image: url(../img/cab-rank-angle.png);
        background-repeat: no-repeat;
        background-position: right top;
        background-size: contain;
        content: '';
        -webkit-transform: scaleX(-1);
           -moz-transform: scaleX(-1);
                transform: scaleX(-1); }
    .cab-rank__head {
      position: relative;
      padding-left: 78px; }
    .cab-rank__img {
      position: absolute;
      top: -13px;
      left: 0;
      width: 66px;
      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-bottom: 5px; }
      .cab-rank__img > img {
        max-width: 42px;
        max-height: 76px; }
      .cab-rank__img:after {
        width: 100%;
        height: 34px;
        background-image: url(../img/cab-rank-circle.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
        content: '';
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 0; }
    .cab-rank__name {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 10px; }
      .cab-rank__name h3 {
        font-weight: 400;
        font-size: 12px;
        color: #838383;
        margin-bottom: 4px;
        line-height: 1.17; }
        .cab-rank__name h3:last-child {
          margin-bottom: 0; }
      .cab-rank__name p {
        font-weight: 900;
        font-size: 18px;
        color: #222222;
        line-height: 1.16; }
    .cab-rank__info {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 10px; }
      .cab-rank__info_col {
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center; }
        .cab-rank__info_col .cab-rank__val {
          font-size: 18px;
          -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-rank__info_col .cab-rank__val .cab-cur {
            margin-left: 0;
            margin-top: 5px; }
    .cab-rank__subtitle {
      font-weight: 400;
      font-size: 12px;
      color: #838383;
      margin-bottom: 6px; }
    .cab-rank__val {
      font-weight: 900;
      font-size: 12px;
      color: #222222;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      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-rank__val .cab-cur {
        margin-left: 5px; }
      .cab-rank__val.green {
        color: #56CE60; }
    .cab-rank__bar {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      pointer-events: none;
      overflow: hidden;
      border-radius: 5px; }
      .cab-rank__bar-outside {
        position: absolute;
        height: 100%; }
        .cab-rank__bar-outside .cab-rank__bar-gr, .cab-rank__bar-outside .cab-rank__bar-line {
          width: 100%; }
        .cab-rank__bar-outside .cab-rank__bar-gr span {
          right: -80px; }
          .cab-rank__bar-outside .cab-rank__bar-gr span.ceil {
            right: -50px; }
        .cab-rank__bar-outside .cab-rank__bar-line {
          overflow: inherit; }
          .cab-rank__bar-outside .cab-rank__bar-line span {
            left: auto;
            right: -103px;
            position: absolute;
            color: #A5A4AA; }
      .cab-rank__bar:after {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 16px;
        background-color: #FAFAFA;
        content: '';
        z-index: -1; }
      .cab-rank__bar-line {
        z-index: 3;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 16px;
        background: -moz-repeating-linear-gradient(155deg, rgba(0, 0, 0, 0.1) 0px, rgba(0, 0, 0, 0.1) 6px, #56CE60 6px, #56CE60 10px), #56CE60;
        background: repeating-linear-gradient(-65deg, rgba(0, 0, 0, 0.1) 0px, rgba(0, 0, 0, 0.1) 6px, #56CE60 6px, #56CE60 10px), #56CE60;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        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;
        overflow: hidden; }
        .cab-rank__bar-line span {
          background-color: rgba(250, 250, 250, 0.3);
          border-radius: 3px;
          padding: 1px 4px;
          font-weight: 500;
          font-size: 10px;
          color: #fff;
          text-align: center;
          white-space: nowrap; }
      .cab-rank__bar-gr {
        z-index: 2;
        position: absolute;
        height: 100%;
        width: auto;
        background: -moz-linear-gradient(top, rgba(86, 206, 96, 0) 0%, rgba(86, 206, 96, 0.1) 100%);
        background: linear-gradient(180deg, rgba(86, 206, 96, 0) 0%, rgba(86, 206, 96, 0.1) 100%); }
        .cab-rank__bar-gr span {
          position: absolute;
          right: 10px;
          bottom: 18px;
          font-weight: 900;
          font-size: 24px;
          color: rgba(86, 206, 96, 0.3); }
        .cab-rank__bar-gr:after {
          position: absolute;
          bottom: 16px;
          right: 0;
          height: 33px;
          width: 1px;
          background: -moz-linear-gradient(top, rgba(86, 206, 96, 0) 0%, #56ce60 100%);
          background: linear-gradient(180deg, rgba(86, 206, 96, 0) 0%, #56ce60 100%);
          content: ''; }
        .cab-rank__bar-gr:before {
          right: 6px;
          bottom: 22px;
          position: absolute;
          width: 6px;
          height: 6px;
          background-image: url(../img/cab-rank-line.svg);
          background-repeat: no-repeat;
          background-position: 0 0;
          background-size: contain;
          content: ''; }
      .cab-rank__bar-total {
        bottom: 2px;
        right: 4px;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.05);
        padding: 2px 3px 1px 3px;
        font-weight: 500;
        font-size: 10px;
        color: #A5A4AA;
        border-radius: 3px;
        line-height: 1;
        z-index: 1; }
      .cab-rank__bar .cab-rank__bar-total {
        z-index: 4;
        background: #f6f6f6; }
    .cab-rank-next {
      margin-bottom: 30px;
      position: relative;
      padding: 30px 10px 20px 20px;
      width: 100%;
      border: 1px solid #F1F1F1;
      border-radius: 7px;
      max-width: 390px;
      z-index: 1; }
      @media (max-width: 1600px) {
        .cab-rank-next {
          max-width: 100%; } }
      .cab-rank-next .cab-rank__img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%); }
        .cab-rank-next .cab-rank__img:after {
          display: none; }
      .cab-rank-next:before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 83px;
        height: 100px;
        content: '';
        background-image: url(../img/cab-rank-lock.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
        z-index: -1;
        pointer-events: none; }
      .cab-rank-next:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #FFFFFF 94.47%);
        background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 94.47%);
        content: '';
        z-index: 10; }
    .cab-rank__wrap {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 1600px) {
        .cab-rank__wrap {
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-align-items: flex-start;
             -moz-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
  .cab-rank-his-btn {
    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;
    background-color: #F3F3F3;
    border-radius: 7px;
    margin-bottom: 30px;
    font-weight: 800;
    font-size: 16px;
    color: #222222;
    text-transform: uppercase;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    padding: 29px 15px;
    text-decoration: none;
    line-height: 1; }
    @media (max-width: 1400px) {
      .cab-rank-his-btn {
        margin-bottom: 15px; } }
    .cab-rank-his-btn:hover {
      background-color: #F12A23;
      color: #fff; }
      .cab-rank-his-btn:hover svg {
        fill: #fff; }
    .cab-rank-his-btn svg {
      margin-right: 17px;
      fill: #222222;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      width: 17px;
      height: 22px; }
  .cab-rank-personal {
    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: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 18px 86px 18px 120px;
    position: relative;
    background-color: rgba(86, 206, 96, 0.1);
    border-radius: 7px;
    margin-bottom: 30px;
    min-height: 80px; }
    @media (max-width: 1600px) {
      .cab-rank-personal {
        padding-left: 100px; } }
    @media (max-width: 480px) {
      .cab-rank-personal {
        padding-left: 18px;
        padding-right: 66px; } }
    .cab-rank-personal__img {
      position: absolute;
      top: 0;
      left: 0;
      width: 80px;
      height: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-right: 1px solid #DEF0E0; }
      @media (max-width: 480px) {
        .cab-rank-personal__img {
          position: relative;
          top: auto;
          left: auto;
          width: auto;
          height: auto;
          margin-bottom: 10px; } }
      .cab-rank-personal__img img {
        width: 29px; }
    .cab-rank-personal__title {
      font-weight: 400;
      font-size: 12px;
      color: #838383;
      margin-bottom: 7px; }
      .cab-rank-personal__title:last-child {
        margin-bottom: 0; }
    .cab-rank-personal__val {
      font-weight: 900;
      font-size: 24px;
      color: #222222;
      line-height: 1;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      @media (max-width: 1600px) {
        .cab-rank-personal__val {
          font-size: 18px; } }
      .cab-rank-personal__val .cab-cur {
        border-color: #CCE8CF;
        color: #222222;
        font-size: 10px;
        margin-left: 10px; }
    .cab-rank-personal__tip {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 25px;
      width: 46px;
      height: 46px;
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
      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;
      cursor: pointer; }
      @media (max-width: 480px) {
        .cab-rank-personal__tip {
          right: 15px; } }
      .cab-rank-personal__tip:hover .tip-icon {
        background-color: #F12A23; }
      .cab-rank-personal__tip .tip-icon {
        width: 26px;
        height: 26px;
        background-color: #222222; }
        .cab-rank-personal__tip .tip-icon > img {
          width: 6px;
          height: 14px; }
  .cab-refs-stat {
    width: 100%;
    margin-bottom: 30px;
    background-color: #F8F1F9;
    border-radius: 7px;
    padding: 30px;
    height: -moz-calc(100% - 30px);
    height: calc(100% - 30px); }
    @media (max-width: 767px) {
      .cab-refs-stat {
        padding: 15px; } }
    .cab-refs-stat__title {
      font-weight: 700;
      font-size: 18px;
      color: #222222;
      margin-bottom: 15px;
      line-height: 1.22; }
    .cab-refs-stat__list {
      width: -moz-calc(100% + 6px);
      width: calc(100% + 6px);
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: 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; }
      .cab-refs-stat__list:last-child {
        margin-bottom: 0; }
    .cab-refs-stat__item {
      margin-right: 6px;
      min-width: -moz-calc(100% / 2 - 6px);
      min-width: calc(100% / 2 - 6px);
      background: -moz-linear-gradient(top, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
      opacity: 0.8;
      border-radius: 7px;
      margin-bottom: 6px;
      padding: 17px 22px 30px 22px;
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .cab-refs-stat__subtitle {
      font-weight: 400;
      font-size: 12px;
      color: #838383;
      margin-bottom: 16px;
      line-height: 1.17;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      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-refs-stat__subtitle:last-child {
        margin-bottom: 0; }
      .cab-refs-stat__subtitle .tip {
        margin-left: 4px; }
      .cab-refs-stat__subtitle .tip-icon {
        background-color: #222222;
        width: 10px;
        height: 10px; }
    .cab-refs-stat__val {
      font-weight: 900;
      font-size: 40px;
      color: #222222;
      line-height: 1;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: 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: 11px; }
      @media (max-width: 767px) {
        .cab-refs-stat__val {
          font-size: 30px; } }
      @media (max-width: 575px) {
        .cab-refs-stat__val {
          font-size: 20px; } }
      .cab-refs-stat__val .cab-cur {
        margin-top: auto;
        margin-bottom: auto;
        margin-left: 15px; }
      .cab-refs-stat__val:last-child {
        margin-bottom: 0; }
      .cab-refs-stat__val > img {
        margin-left: 10px; }
      .cab-refs-stat__val.blue {
        color: #55A0F8; }
    .cab-refs-stat__profit {
      font-weight: 400;
      font-size: 18px;
      color: #56CE60; }
      .cab-refs-stat__profit span {
        font-weight: 800; }
      .cab-refs-stat__profit svg {
        width: 16px;
        height: 10px;
        fill: none;
        stroke: #56CE60;
        margin-right: 7px; }
      .cab-refs-stat__profit.red {
        color: #F12A23; }
        .cab-refs-stat__profit.red svg {
          stroke: #F12A23;
          -webkit-transform: scaleY(-1);
             -moz-transform: scaleY(-1);
                  transform: scaleY(-1); }
    .cab-refs-stat_2 {
      background-color: #F9F1F1; }
  .cab-refs-total {
    width: 100%;
    padding-top: 24px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    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-top: 1px solid #F1E2E2;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: -10px; }
    @media (max-width: 767px) {
      .cab-refs-total {
        padding-top: 15px; } }
    .cab-refs-total__title {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      font-weight: 400;
      font-size: 12px;
      color: #838383;
      margin-right: 10px;
      margin-bottom: 10px; }
      .cab-refs-total__title > img {
        width: 20px;
        margin-right: 9px; }
      .cab-refs-total__title .tip {
        margin-left: 5px; }
        .cab-refs-total__title .tip-icon {
          background-color: #222222; }
    .cab-refs-total__val {
      font-weight: 500;
      font-size: 16px;
      color: #222222;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      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;
      line-height: 1;
      margin-bottom: 10px; }
      .cab-refs-total__val .cab-cur {
        margin-left: 7px; }
  .cab-rank-his {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .cab-rank-his__item {
      width: 100%;
      position: relative;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-left: 78px;
      margin-bottom: 7px;
      padding-bottom: 37px; }
      @media (max-width: 480px) {
        .cab-rank-his__item {
          padding-left: 0;
          padding-bottom: 0;
          margin-bottom: 15px; } }
      .cab-rank-his__item:after {
        position: absolute;
        left: 27px;
        bottom: 0;
        width: 1px;
        height: -moz-calc(100% - 54px);
        height: calc(100% - 54px);
        background-color: #F2F2F2;
        content: ''; }
        @media (max-width: 480px) {
          .cab-rank-his__item:after {
            display: none; } }
      .cab-rank-his__item:last-child {
        padding-bottom: 0;
        margin-bottom: 0; }
        .cab-rank-his__item:last-child:after {
          display: none; }
    .cab-rank-his__date {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 23px; }
      .cab-rank-his__date:last-child {
        margin-bottom: 0; }
      .cab-rank-his__date h3 {
        font-weight: 700;
        font-size: 22px;
        color: #222222;
        margin-bottom: 4px;
        line-height: 1.22; }
        .cab-rank-his__date h3:last-child {
          margin-bottom: 0; }
      .cab-rank-his__date p {
        font-weight: 500;
        font-size: 14px;
        color: #9A9A9A;
        line-height: 1.22; }
    .cab-rank-his__check {
      position: absolute;
      width: 53px;
      height: 53px;
      border-radius: 50%;
      left: 0;
      top: -6px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: rgba(86, 206, 96, 0.2); }
      @media (max-width: 575px) {
        .cab-rank-his__check {
          position: relative;
          top: auto;
          left: auto;
          margin-bottom: 15px; } }
      .cab-rank-his__check svg {
        width: 18px;
        height: 18px;
        fill: #56CE60; }
    .cab-rank-his__info {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 100%;
      position: relative;
      border: 1px solid #F2F2F2;
      border-radius: 11px; }
      .cab-rank-his__info-item {
        width: 100%;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: 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;
        border-bottom: 1px solid #F2F2F2;
        padding: 16px 128px 16px 64px; }
        @media (max-width: 480px) {
          .cab-rank-his__info-item {
            padding-right: 110px;
            padding-left: 50px; } }
        .cab-rank-his__info-item:last-child {
          border-bottom: none; }
        .cab-rank-his__info-item > img {
          position: absolute;
          top: 50%;
          left: 32px;
          -webkit-transform: translate(-50%, -50%);
             -moz-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          max-width: 20px; }
          @media (max-width: 480px) {
            .cab-rank-his__info-item > img {
              left: 25px; } }
        .cab-rank-his__info-item h3 {
          font-weight: 500;
          font-size: 12px;
          color: #9A9A9A;
          margin-bottom: 5px; }
          .cab-rank-his__info-item h3:last-child {
            margin-bottom: 0; }
      .cab-rank-his__info-img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 17px;
        width: 94px;
        height: 108px;
        background-color: #fff;
        border: 1px solid #f2f2f2;
        border-radius: 11px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        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: 2; }
        @media (max-width: 480px) {
          .cab-rank-his__info-img {
            width: 80px;
            right: 15px; } }
        .cab-rank-his__info-img img {
          max-width: 100%;
          max-height: 76px; }
    .cab-rank-his__val {
      font-weight: 700;
      font-size: 16px;
      color: #222222;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      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-rank-his__val span {
        font-weight: 900; }
      .cab-rank-his__val .cab-cur {
        background: -moz-linear-gradient(191.19deg, #190801 -5.19%, #A95802 30.71%, #E6BF30 64.01%, #763906 101.22%, #070200 120.15%), #D9D9D9;
        background: linear-gradient(258.81deg, #190801 -5.19%, #A95802 30.71%, #E6BF30 64.01%, #763906 101.22%, #070200 120.15%), #D9D9D9;
        border: none;
        color: #fff;
        margin-left: 6px; }
  .cab-bars {
    margin-bottom: 50px;
    padding: 0 22px; }
    .cab-bars__red {
      margin-bottom: 20px; }
      @media (max-width: 480px) {
        .cab-bars__red .cab-bars-bar-total {
          font-size: 12px;
          position: relative;
          text-align: right;
          right: auto;
          top: auto; } }
      .cab-bars__red .cab-bars-bar-total .active {
        color: #f12a23; }
      .cab-bars__red .cab-bars-bar-line {
        background: -moz-repeating-linear-gradient(135deg, #f7e6e6 0, #f7e6e6 4px, rgba(255, 255, 255, 0) 4px, rgba(255, 255, 255, 0) 6px);
        background: repeating-linear-gradient(-45deg, #f7e6e6 0, #f7e6e6 4px, rgba(255, 255, 255, 0) 4px, rgba(255, 255, 255, 0) 6px); }
        .cab-bars__red .cab-bars-bar-line__active {
          background-color: #F12A23; }
      .cab-bars__red .cab-bars-bar__empty .cab-bars-bar-line__active span {
        background: #f7e6e6;
        border-color: #f3f1f3; }
    .cab-bars-bar {
      margin-bottom: 15px; }
      .cab-bars-bar__empty .cab-bars-bar-line__active span {
        left: -moz-calc(100% + 10px);
        left: calc(100% + 10px);
        color: #222222;
        background: #e7dce9;
        padding: 2px 5px;
        border-radius: 7px;
        display: inline-table;
        border: 1px solid #f0ebf0;
        line-height: 18px; }
        @media (max-width: 767px) {
          .cab-bars-bar__empty .cab-bars-bar-line__active span {
            display: none; } }
      .cab-bars-bar-title {
        font-weight: bold;
        font-size: 16px;
        color: #222222;
        margin-bottom: 5px; }
      .cab-bars-bar-line {
        width: 100%;
        height: 50px;
        border-radius: 7px;
        background: -moz-repeating-linear-gradient(135deg, #e7dce9 0, #e7dce9 4px, rgba(255, 255, 255, 0) 4px, rgba(255, 255, 255, 0) 6px);
        background: repeating-linear-gradient(-45deg, #e7dce9 0, #e7dce9 4px, rgba(255, 255, 255, 0) 4px, rgba(255, 255, 255, 0) 6px);
        position: relative;
        overflow: hidden; }
        .cab-bars-bar-line__wrap {
          position: relative; }
        .cab-bars-bar-line__active {
          position: relative;
          background-color: #55A0F8;
          height: 100%; }
          .cab-bars-bar-line__active span {
            position: absolute;
            right: 10px;
            top: 50%;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
               -moz-transform: translateY(-50%);
                    transform: translateY(-50%);
            color: #ffffff;
            font-weight: bold;
            font-size: 16px; }
            @media (max-width: 767px) {
              .cab-bars-bar-line__active span {
                display: none; } }
      .cab-bars-bar-total {
        position: absolute;
        right: 0;
        top: -20px;
        font-weight: bold;
        font-size: 16px;
        color: #222222; }
        .cab-bars-bar-total .active {
          color: #55a0f8;
          display: none; }
          @media (max-width: 767px) {
            .cab-bars-bar-total .active {
              display: inline; } }
        .cab-bars-bar-total .slash {
          color: #d9d9d9;
          display: none; }
          @media (max-width: 767px) {
            .cab-bars-bar-total .slash {
              display: inline; } }
  .cab-bar {
    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: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #E7DDE9;
    margin-bottom: 50px;
    width: -moz-calc(100% - 35px);
    width: calc(100% - 35px);
    margin-left: 35px;
    position: relative;
    height: 260px; }
    .cab-bar__labels {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      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: -10px; }
      .cab-bar__labels p {
        font-weight: 500;
        font-size: 13px;
        color: #222222;
        margin: 0 13px 13px 13px;
        position: relative;
        padding-left: 19px; }
        .cab-bar__labels p:after {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: 0;
          width: 11px;
          height: 11px;
          border: 2px solid #E7DCE9;
          border-radius: 4px;
          content: ''; }
        .cab-bar__labels p.blue:after {
          border-color: #55A0F8; }
    .cab-bar__axis {
      position: absolute;
      bottom: 0;
      right: -moz-calc(100% + 11px);
      right: calc(100% + 11px);
      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: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 100%; }
      .cab-bar__axis span {
        font-weight: 500;
        font-size: 10px;
        color: #BFABC2; }
    .cab-bar__item {
      max-width: 90px;
      width: 100%;
      border-radius: 7px 7px 0 0;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      position: relative;
      margin-right: 10px; }
      .cab-bar__item:last-child {
        margin-right: 0; }
    .cab-bar__box-top {
      width: 100%;
      background: -moz-repeating-linear-gradient(135deg, #e7dce9 0, #e7dce9 4px, rgba(255, 255, 255, 0) 4px, rgba(255, 255, 255, 0) 6px);
      background: repeating-linear-gradient(-45deg, #e7dce9 0, #e7dce9 4px, rgba(255, 255, 255, 0) 4px, rgba(255, 255, 255, 0) 6px);
      border-radius: 7px 7px 0 0; }
    .cab-bar__box-bot {
      background-color: #55A0F8;
      width: 100%;
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .cab-bar__lvl {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
              transform: translateX(-50%);
      top: -moz-calc(100% + 15px);
      top: calc(100% + 15px);
      font-weight: 500;
      font-size: 10px;
      color: #BFABC2;
      text-align: center;
      width: 100%; }
  .cab-refs__chart {
    width: 100%;
    height: 270px;
    margin-top: -30px;
    margin-bottom: 40px;
    position: relative; }
  @media (min-width: 1800px) {
    .cab-xl__hidden {
      display: none; } }
  @media (max-width: 1799px) {
    .cab-xl__visible {
      display: none; } }
  @media (max-width: 991px) {
    .cab-laptop__hidden {
      display: none; } }
  @media (min-width: 768px) {
    .cab-laptop__visible {
      display: none; } }
  @media (max-width: 767px) {
    .cab-sm-mb__30 {
      margin-bottom: 15px; } }

.chosen-container-multi {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #F5F5F5;
  border-radius: 7px; }
  .chosen-container-multi:before {
    content: '';
    width: 15px;
    height: 15px;
    left: 9px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("../img/status.svg") center no-repeat;
    background-size: contain;
    opacity: 0.6; }
  .chosen-container-multi:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    right: 14px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("../img/arrow-2.svg") center no-repeat;
    background-size: contain;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    cursor: pointer; }
  .chosen-container-multi .chosen-choices {
    border: none;
    height: 44px;
    background-image: none;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    padding: 0 35px 0 0;
    margin: 0 0 0 35px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    cursor: pointer;
    background: transparent;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .chosen-container-multi .chosen-choices li.search-field {
      height: 100%;
      width: 100%; }
      .chosen-container-multi .chosen-choices li.search-field input[type=text] {
        height: 100%;
        width: 100% !important; }
    .chosen-container-multi .chosen-choices li.search-choice {
      height: 32px;
      background-color: #F12A23;
      border-radius: 7px;
      background-image: none;
      color: #ffffff;
      border: 0;
      box-shadow: none;
      line-height: 27px;
      white-space: nowrap;
      font-size: 14px;
      font-weight: 500;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      max-width: inherit;
      padding-right: 10px; }
      .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
        position: relative;
        top: 0;
        right: 0;
        margin-left: 15px;
        background: url("../img/close-4.svg") center no-repeat !important;
        width: 15px;
        height: 15px; }
        .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
          background-position: center; }
  .chosen-container-multi .chosen-results {
    padding-right: 20px; }

.chosen-container-active {
  border-color: #F12A23; }
  .chosen-container-active .chosen-choices {
    box-shadow: none; }

.chosen-container .chosen-drop {
  margin-top: 10px;
  background: #FFFFFF;
  border: 3px solid #E9E9E9;
  box-shadow: 0px 12px 28px rgba(0, 0, 0, 0.07);
  border-radius: 7px;
  padding: 5px 5px 5px 25px; }

.chosen-container .chosen-results::-webkit-scrollbar {
  width: 2px;
  /* full scroll bar width */ }

.chosen-container .chosen-results::-webkit-scrollbar-track {
  background: transparent !important;
  /* Tracking area color */ }

.chosen-container .chosen-results::-webkit-scrollbar-thumb {
  background-color: #F12A23 !important;
  /* цвет бегунка */
  border-radius: 20px !important;
  /* rounded runner */
  border: 0px solid transparent !important;
  /* отступ вокруг бегунка */ }

.chosen-container .chosen-results li {
  padding: 15px 0px;
  border-bottom: 1px solid #F5F5F5; }
  .chosen-container .chosen-results li.highlighted {
    background-image: none;
    background-color: transparent;
    color: #F12A23; }

.chosen-select {
  opacity: 0;
  pointer-events: none; }

.recovery-texts {
  margin-bottom: 30px; }

.recovery-text {
  margin-bottom: 10px;
  padding-left: 21px;
  text-align: center;
  background-color: #e1e1e126;
  font-weight: 400;
  font-size: 12px;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .recovery-text__red {
    background-color: #f79d9d26; }
  .recovery-text:last-child {
    margin-bottom: 0; }

.recovery .m-input {
  margin-bottom: 45px; }

.error-page {
  background-color: #FAFAFA;
  background-image: url(../img/about-his-bg.png);
  width: 100%;
  min-height: 100vh;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .error-page__wrap {
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    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;
    max-width: 800px;
    text-align: center; }
  .error-page__title {
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 30px; }
  .error-page__text {
    font-size: 20px;
    margin-bottom: 25px; }
  .error-page .m-btn {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center; }
