/*! 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: 'Cera Pro';
  src: url("../fonts/CeraPro/CeraPro-Italic.eot");
  src: local("Cera Pro Italic"), local("CeraPro-Italic"), url("../fonts/CeraPro/CeraPro-Italicd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/CeraPro/CeraPro-Italic.woff") format("woff"), url("../fonts/CeraPro/CeraPro-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

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

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

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

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

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

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

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

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

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

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

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

.news-full:after {
  content: "";
  display: block;
  clear: both; }

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

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

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

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

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

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

sup {
  top: -6px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lobibox-notify.lobibox-notify-success {
  background-color: #fff !important;
  border: none;
  padding-top: 10px;
  border-radius: 5px 5px 0 0; }

.lobibox-notify-title {
  color: #409E96 !important;
  font-weight: 700;
  font-size: 16px !important;
  margin-bottom: 5px; }

.lobibox-notify-msg {
  font-weight: 400;
  font-size: 14px !important;
  color: #282828 !important; }

.lobibox-delay-indicator > div {
  background-color: #409E96 !important; }

.header {
  background-image: url("../img/header-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  min-height: 832px;
  padding-bottom: 60px;
  background-color: #CEE0EA;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  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) {
    .header {
      background-position: 0 bottom;
      min-height: 0; } }
  @media (max-width: 575px) {
    .header {
      background: -moz-radial-gradient(50.91% 96.6% at 80.18% 86.42%, rgba(255, 255, 255, 0) 0%, #CEE0EA 100%);
      background: radial-gradient(50.91% 96.6% at 80.18% 86.42%, rgba(255, 255, 255, 0) 0%, #CEE0EA 100%);
      background-color: #CEE0EA; } }
  .header-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    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: 160px;
    width: 100%; }
    @media (max-width: 991px) {
      .header-top {
        margin-bottom: 35px; } }
    .header-top__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; }
    .header-top__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; }
      @media (max-width: 575px) {
        .header-top__right {
          width: 100%; } }
  .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;
    padding: 30px 40px;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
    margin-right: 30px;
    height: 100%;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    @media (max-width: 1600px) {
      .header-logo {
        padding: 20px;
        margin-right: 10px; } }
    @media (max-width: 1199px) {
      .header-logo {
        margin-right: 5px; } }
    @media (max-width: 575px) {
      .header-logo {
        margin-right: 0;
        min-width: 115px; } }
    .header-logo:hover {
      background-color: #fff; }
    .header-logo img {
      max-width: 127px;
      width: 100%;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
  .header-menu {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -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: 20; }
    .header-menu::-webkit-scrollbar {
      display: none; }
    @media (max-width: 1199px) {
      .header-menu {
        position: fixed;
        top: 0;
        left: 0;
        max-width: 220px;
        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;
        padding: 20px;
        background-color: #fff;
        height: 100vh;
        opacity: 0;
        -webkit-transform: translateX(-100%);
           -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%);
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        overflow-y: scroll; } }
    .header-menu.active {
      -webkit-transform: translateX(0);
         -moz-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      opacity: 1; }
    .header-menu > a {
      padding: 43px 10px;
      position: relative;
      display: inline-block;
      font-weight: 700;
      font-size: 16px;
      color: #282828;
      text-decoration: none; }
      @media (max-width: 1600px) {
        .header-menu > a {
          padding: 32px 10px; } }
      @media (max-width: 1400px) {
        .header-menu > a {
          font-size: 14px;
          padding: 32px 5px; } }
      @media (max-width: 1199px) {
        .header-menu > a {
          padding: 0 0 10px 0;
          margin-bottom: 10px; }
          .header-menu > a:last-child {
            margin-bottom: 0; } }
      .header-menu > a:hover:after, .header-menu > a.active:after {
        opacity: 1;
        width: 18px; }
      .header-menu > a:after {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: -1px;
        width: 0;
        height: 1px;
        background-color: #04C0FC;
        content: '';
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        opacity: 0; }
        @media (max-width: 1199px) {
          .header-menu > a:after {
            left: 0;
            -webkit-transform: translateX(0);
               -moz-transform: translateX(0);
                -ms-transform: translateX(0);
                    transform: translateX(0); } }
    .header-menu .header-links {
      display: none;
      padding: 0;
      margin: 0 0 10px 0; }
      @media (max-width: 767px) {
        .header-menu .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; } }
      .header-menu .header-links a {
        margin-right: 0;
        margin-bottom: 10px; }
    .header-menu .header-nav {
      display: none;
      padding: 0;
      margin: 0; }
      @media (max-width: 575px) {
        .header-menu .header-nav {
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex; } }
  .header-lang {
    border-left: 1px solid rgba(0, 0, 0, 0.07);
    padding: 40px 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: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    color: rgba(40, 40, 40, 0.4);
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    position: relative;
    height: 100%;
    z-index: 10; }
    .header-lang > .flag-icon {
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background-size: cover;
      margin-right: 10px; }
    @media (max-width: 1600px) {
      .header-lang {
        padding: 20px 30px; } }
    @media (max-width: 1400px) {
      .header-lang {
        padding: 20px; } }
    @media (max-width: 575px) {
      .header-lang {
        font-size: 12px;
        padding: 10px;
        min-width: 115px; } }
    .header-lang:hover {
      color: #282828;
      background-color: #fff; }
      .header-lang:hover .header-lang__hide {
        opacity: 1;
        pointer-events: all;
        -webkit-transform: translateX(0%);
           -moz-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%); }
    .header-lang > svg {
      width: 12px;
      height: 12px;
      margin-left: 10px;
      fill: #282828;
      opacity: 0.4; }
    .header-lang__hide {
      position: absolute;
      background-color: #fff;
      right: 0;
      -webkit-transform: translateX(100%);
         -moz-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%);
      top: -moz-calc(100% + 1px);
      top: calc(100% + 1px);
      -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-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;
      width: -moz-calc(100% + 1px);
      width: calc(100% + 1px);
      padding: 20px;
      pointer-events: none;
      border-left: 1px solid rgba(0, 0, 0, 0.07);
      border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
      @media (max-width: 1600px) {
        .header-lang__hide {
          padding-right: 30px; } }
      @media (max-width: 1400px) {
        .header-lang__hide {
          padding-right: 20px; } }
      .header-lang__hide:after {
        position: absolute;
        bottom: 100%;
        right: 0;
        width: 100%;
        height: 10px;
        content: ''; }
      .header-lang__hide a {
        margin-bottom: 10px;
        font-weight: 400;
        font-size: 16px;
        text-decoration: none;
        color: rgba(40, 40, 40, 0.4);
        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-end;
           -moz-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        @media (max-width: 575px) {
          .header-lang__hide a {
            font-size: 12px; } }
        .header-lang__hide a .flag-icon {
          width: 15px;
          height: 15px;
          border-radius: 50%;
          background-size: cover;
          margin-left: 10px; }
        .header-lang__hide a:hover, .header-lang__hide a.active {
          color: #282828; }
        .header-lang__hide a:last-child {
          margin-bottom: 0; }
  .header-nav {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 40px; }
    @media (max-width: 1600px) {
      .header-nav {
        margin-right: 30px; } }
    @media (max-width: 1400px) {
      .header-nav {
        margin-right: 20px; } }
    .header-nav:last-child {
      margin-right: 0; }
    .header-nav a {
      font-weight: 700;
      font-size: 12px;
      color: #282828;
      text-transform: uppercase;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      text-decoration: none;
      margin-right: 20px; }
      @media (max-width: 1400px) {
        .header-nav a {
          margin-right: 10px; } }
      .header-nav a:last-child {
        margin-right: 0; }
      .header-nav a:hover {
        color: #04C0FC; }
    @media (max-width: 575px) {
      .header-nav {
        display: none; } }
  .header-links {
    margin-right: 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: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 1600px) {
      .header-links {
        margin-right: 30px; } }
    @media (max-width: 1400px) {
      .header-links {
        margin-right: 15px; } }
    .header-links:last-child {
      margin-right: 0; }
    .header-links a {
      font-weight: 300;
      font-size: 12px;
      color: #282828;
      text-decoration: none;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      margin-right: 20px; }
      @media (max-width: 1400px) {
        .header-links a {
          margin-right: 10px; } }
      .header-links a:last-child {
        margin-right: 0; }
      .header-links a:hover {
        color: #04C0FC; }
    @media (max-width: 767px) {
      .header-links {
        display: none; } }
  .header-burger {
    width: 40px;
    height: 30px;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
    display: none; }
    @media (max-width: 1199px) {
      .header-burger {
        display: block; } }
    @media (max-width: 575px) {
      .header-burger {
        margin-right: auto;
        margin-left: auto; } }
    .header-burger:last-child {
      margin-right: 0; }
    .header-burger span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 100%;
      height: 2px;
      background-color: #282828;
      border-radius: 20px;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .header-burger:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #282828;
      border-radius: 20px;
      content: '';
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .header-burger:after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #282828;
      border-radius: 20px;
      content: '';
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .header-burger.active span {
      opacity: 0; }
    .header-burger.active:after {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
         -moz-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
    .header-burger.active:before {
      top: 50%;
      left: 50%;
      bottom: auto;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
         -moz-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
  .header-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-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;
    color: #282828;
    font-size: 70px;
    text-align: right;
    font-weight: 300;
    padding-right: 60px;
    margin-bottom: 100px; }
    @media (max-width: 991px) {
      .header-title {
        margin-bottom: 25px; } }
    @media (max-width: 575px) {
      .header-title {
        text-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-right: 0;
        font-size: 50px; } }
    .header-title span {
      font-weight: 500; }
    .header-title b {
      font-weight: 900; }
  .header-text {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 60px;
    position: relative;
    padding-top: 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.07); }
    @media (max-width: 575px) {
      .header-text {
        padding-left: 0;
        border-left: none;
        max-width: 290px;
        margin: 0 auto;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center; } }
    .header-text h3 {
      font-weight: 700;
      font-size: 21px;
      color: #282828;
      position: relative;
      display: inline-block;
      padding-right: 60px;
      margin-bottom: 15px; }
      @media (max-width: 575px) {
        .header-text h3 {
          padding-right: 0;
          padding-bottom: 15px; } }
      .header-text h3:after {
        width: 40px;
        height: 2px;
        background-color: #282828;
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0; }
        @media (max-width: 575px) {
          .header-text h3:after {
            bottom: 0;
            top: auto;
            left: 50%;
            -webkit-transform: translate(-50%, 0);
               -moz-transform: translate(-50%, 0);
                -ms-transform: translate(-50%, 0);
                    transform: translate(-50%, 0); } }
    .header-text p {
      font-weight: 400;
      font-size: 12px;
      color: #282828;
      line-height: 1.5;
      margin-bottom: 15px; }
  .header-content {
    width: 100%; }
    .header-content__title {
      font-weight: 700;
      font-size: 70px;
      color: #282828;
      text-align: center;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .header-content__title {
          font-size: 50px; } }
      @media (max-width: 480px) {
        .header-content__title {
          font-size: 35px; } }
    .header-content__text {
      text-align: center;
      font-weight: 400;
      font-size: 12px;
      color: #282828;
      line-height: 1.5;
      max-width: 300px;
      margin: 0 auto 40px auto; }
  .header-scroll {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.07);
    position: relative;
    cursor: pointer;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0 auto; }
    .header-scroll:hover {
      border-color: #04C0FC; }
    .header-scroll svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      fill: #04C0FC;
      width: 12px;
      height: 12px; }
  .header_page {
    background-image: url(../img/header-page-bg.png);
    min-height: 450px;
    padding-bottom: 0; }
    @media (max-width: 767px) {
      .header_page {
        min-height: 0; } }
    .header_page .header-top {
      margin-bottom: 0; }
    .header_page .header-content {
      padding: 70px 0; }
      @media (max-width: 767px) {
        .header_page .header-content {
          padding: 30px 0; } }
  .header_sign {
    min-height: 100vh;
    background-image: url(../img/sign-bg.png); }
    .header_sign .header-top {
      margin-bottom: 0; }
    .header_sign .header-scroll {
      pointer-events: none;
      margin-left: 0; }
    .header_sign .header-content {
      margin-top: auto;
      margin-bottom: auto;
      padding: 30px 0; }
      .header_sign .header-content__title {
        text-align: left; }
      .header_sign .header-content__text {
        text-align: left;
        margin-left: 0;
        margin-bottom: 80px; }
        @media (max-width: 991px) {
          .header_sign .header-content__text {
            margin-bottom: 30px; } }

.wallet {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  pointer-events: none;
  padding: 10px 0; }
  .wallet-logo {
    position: absolute;
    right: 10px;
    top: 15px;
    border-radius: 50%;
    background-color: #fff;
    width: 35px;
    height: 35px;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1); }
    .wallet-logo img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      max-width: 15px; }
  .wallet-table {
    background-color: #fff;
    padding: 60px 0; }
    @media (max-width: 767px) {
      .wallet-table {
        padding: 30px 0; } }
    .wallet-table__wrap {
      height: 490px;
      position: relative; }
      @media (max-width: 767px) {
        .wallet-table__wrap {
          overflow-x: scroll; } }
      .wallet-table__wrap .tradingview-widget-container {
        min-width: 600px; }
      @media (max-width: 767px) {
        .wallet-table__wrap {
          height: 300px; } }
      .wallet-table__wrap .wallet-logo {
        top: auto;
        -webkit-transform: translate(0, 0);
           -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0);
        bottom: 5px;
        right: 7px; }

.main-btn {
  position: relative;
  display: inline-block;
  padding: 0 0 10px 0;
  position: relative;
  font-weight: 700;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: none;
  margin-right: 30px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer; }
  .main-btn:hover {
    color: #04C0FC; }
    .main-btn:hover svg {
      fill: #04C0FC; }
    .main-btn:hover:after {
      width: 0;
      opacity: 0; }
  .main-btn:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #04C0FC;
    border-radius: 20px;
    content: '';
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
  .main-btn:before {
    left: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    width: 30px;
    content: ''; }
  .main-btn svg {
    position: absolute;
    left: -moz-calc(100% + 16px);
    left: calc(100% + 16px);
    width: 13px;
    height: 13px;
    fill: #282828;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
  .main-btn_m {
    margin-bottom: 20px; }

.main-title {
  font-weight: 700;
  font-size: 40px;
  color: #282828;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .main-title {
      font-size: 30px; } }
  .main-title_white {
    color: #fff; }

.main-text {
  margin-bottom: 30px;
  width: 100%; }
  .main-text h3 {
    font-weight: 700;
    font-size: 18px;
    color: #282828;
    margin-bottom: 20px; }
  .main-text p {
    color: #282828;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px; }
    .main-text p:last-child {
      margin-bottom: 0; }
  .main-text_white p {
    color: #fff; }

.news {
  padding: 40px 0;
  background-color: #fff; }
  @media (max-width: 767px) {
    .news {
      padding: 20px 0; } }
  .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%;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 30px; }
    .news-item:hover .news-item__title {
      color: #04C0FC; }
    .news-item__img {
      width: 100%;
      height: 190px;
      margin-bottom: 25px; }
      @media (max-width: 991px) {
        .news-item__img {
          height: auto; } }
      .news-item__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 0% 0%;
           object-position: 0% 0%; }
    .news-item__date {
      font-weight: 400;
      font-size: 12px;
      color: rgba(40, 40, 40, 0.3);
      margin-bottom: 12px; }
    .news-item__title {
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      margin-bottom: 22px;
      font-weight: 700;
      font-size: 20px;
      color: #282828; }
    .news-item .main-btn {
      padding-bottom: 0;
      pointer-events: none; }
      .news-item .main-btn:after {
        display: none; }
    .news-item_new {
      position: relative;
      z-index: 1;
      min-height: 333px;
      -webkit-justify-content: flex-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding: 35px 40px; }
      @media (max-width: 991px) {
        .news-item_new {
          min-height: 280px; } }
      .news-item_new > span {
        position: absolute;
        top: 30px;
        right: 30px;
        background-color: #04C0FC;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-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;
        min-width: 72px;
        height: 36px;
        padding: 10px;
        font-weight: 700;
        font-size: 12px;
        color: #fff;
        text-transform: uppercase; }
      .news-item_new .news-item__img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1; }
      .news-item_new .news-item__date {
        color: rgba(255, 255, 255, 0.5); }
      .news-item_new .news-item__title {
        max-width: 350px;
        color: #fff; }
      .news-item_new .main-btn {
        color: #fff; }
        .news-item_new .main-btn svg {
          fill: #fff; }
  .news-line {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.07);
    margin-bottom: 30px; }
  .news-full__img {
    float: left;
    margin-bottom: 20px;
    margin-right: 30px; }
    @media (max-width: 767px) {
      .news-full__img {
        float: none;
        width: 100%;
        margin-right: 0; }
        .news-full__img img {
          width: 100%; } }

.achive {
  background-color: #409E96;
  background-image: url("../img/mask-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 50px 0; }
  @media (max-width: 767px) {
    .achive {
      padding: 30px 0; } }
  .achive-top {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 20px; }
  .achive-item {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: center;
    margin-bottom: 20px; }
    .achive-item span {
      font-weight: 700;
      font-size: 70px;
      color: #fff; }
      @media (max-width: 991px) {
        .achive-item span {
          font-size: 60px; } }
    .achive-item p {
      font-weight: 400;
      font-size: 16px;
      color: #fff; }

.app {
  background-color: #CEE0EA;
  padding-top: 90px;
  z-index: 1;
  position: relative; }
  @media (max-width: 991px) {
    .app {
      padding: 30px 0; } }
  .app-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-bottom: -28px;
    pointer-events: none; }
    @media (max-width: 1199px) {
      .app-img {
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media (max-width: 991px) {
      .app-img {
        display: none; } }
  .app-text {
    position: relative;
    padding-top: 35px;
    margin-bottom: 60px;
    font-weight: 700;
    font-size: 20px;
    color: #282828; }
    @media (max-width: 991px) {
      .app-text {
        margin-bottom: 30px; } }
    .app-text:after {
      height: 2px;
      width: 43px;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #282828;
      content: ''; }
  .app-links {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (max-width: 480px) {
      .app-links {
        -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; } }
    .app-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;
      margin-right: 25px;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      @media (max-width: 480px) {
        .app-links a {
          margin-right: 0;
          margin-bottom: 15px; } }
      .app-links a:hover {
        -webkit-transform: scale(1.05);
           -moz-transform: scale(1.05);
            -ms-transform: scale(1.05);
                transform: scale(1.05); }
      .app-links a:last-child {
        margin-right: 0;
        margin-bottom: 0; }

.advantage {
  padding: 50px 0 0 0; }
  @media (max-width: 575px) {
    .advantage {
      padding: 30px 0 0 0; }
      .advantage .main-title {
        text-align: center; } }
  .advantage-item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 50px; }
    @media (max-width: 575px) {
      .advantage-item {
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        margin-bottom: 30px; } }
    .advantage-item__img {
      width: 65px;
      height: 65px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-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; }
      .advantage-item__img img {
        max-width: 100%; }
    .advantage-item h3 {
      font-weight: 700;
      font-size: 18px;
      color: #282828;
      line-height: 1.3;
      margin-bottom: 10px; }
    .advantage-item p {
      font-weight: 400;
      font-size: 14px;
      color: #282828;
      line-height: 1.5; }

.footer {
  background-color: #CEE0EA; }
  .footer-top {
    padding: 50px 0;
    position: relative;
    z-index: 1;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .footer-top {
        margin-bottom: 0;
        padding: 30px 0; } }
    @media (max-width: 575px) {
      .footer-top {
        text-align: center; } }
    .footer-top .main-title {
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .footer-top .main-title {
          margin-bottom: 20px;
          color: #282828; } }
    .footer-top:after {
      width: 50%;
      background-color: #409E96;
      background-image: url("../img/mask-bg.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      content: '';
      pointer-events: none; }
      @media (max-width: 767px) {
        .footer-top:after {
          display: none; } }
  .footer-text {
    font-weight: 400;
    font-size: 16px;
    color: rgba(40, 40, 40, 0.3);
    line-height: 1.5;
    margin-bottom: 15px;
    max-width: 330px; }
    @media (max-width: 575px) {
      .footer-text {
        max-width: 100%;
        text-align: center; } }
  .footer-bot {
    padding: 35px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.07); }
    @media (max-width: 991px) {
      .footer-bot {
        padding: 20px 0; } }
  .footer-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: 991px) {
      .footer-menu {
        display: none; } }
    .footer-menu a {
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      margin-right: 20px;
      color: #282828;
      font-weight: 700;
      font-size: 16px;
      text-decoration: none; }
      .footer-menu a:hover {
        color: #04C0FC; }
      .footer-menu a:last-child {
        margin-right: 0; }
  .footer-links {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 991px) {
      .footer-links {
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .footer-links a {
      font-weight: 300;
      font-size: 12px;
      color: #282828;
      margin-right: 20px;
      text-decoration: none; }
      .footer-links a:last-child {
        margin-right: 0; }
  .footer-wallets {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px; }
    @media (max-width: 575px) {
      .footer-wallets {
        margin-bottom: 10px; } }
    .footer-wallets__item {
      margin-right: 10px;
      width: 100%; }
      .footer-wallets__item:last-child {
        margin-right: 0; }
      .footer-wallets__item img {
        max-width: 100%; }
  .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;
    margin-bottom: 20px; }
    @media (max-width: 575px) {
      .footer-logo {
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .footer-logo img {
      width: 165px; }
  .footer-address {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    color: #282828;
    line-height: 1.5;
    margin-bottom: 20px;
    display: inline-block; }
    @media (max-width: 575px) {
      .footer-address {
        display: block;
        text-align: center; } }
    .footer-address:hover {
      text-decoration: underline; }
  .footer-mail {
    font-weight: 400;
    font-size: 16px;
    color: #04C0FC;
    text-decoration: none;
    margin-bottom: 20px;
    display: inline-block; }
    @media (max-width: 575px) {
      .footer-mail {
        display: block;
        text-align: center; } }
    .footer-mail:hover {
      text-decoration: underline; }
  .footer-soc {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .footer-soc {
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .footer-soc a {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      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-right: 18px;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      text-decoration: none;
      text-align: center;
      position: relative;
      width: 23px;
      height: 23px; }
      .footer-soc a span {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        top: -moz-calc(100% + 3px);
        top: calc(100% + 3px);
        font-weight: 700;
        font-size: 8px;
        color: #04C0FC; }
      .footer-soc a img {
        max-width: 23px;
        max-height: 23px; }
      .footer-soc a:hover {
        -webkit-transform: scale(1.2);
           -moz-transform: scale(1.2);
            -ms-transform: scale(1.2);
                transform: scale(1.2); }
      .footer-soc a:last-child {
        margin-right: 0; }

.invest {
  padding: 60px 0;
  background-color: #fff; }
  @media (max-width: 767px) {
    .invest {
      padding: 20px 0; } }
  .invest-plan {
    display: none;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-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: 20px; }
    @media (max-width: 767px) {
      .invest-plan {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; } }
  .invest-plans {
    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: 80px; }
    @media (max-width: 767px) {
      .invest-plans {
        display: none; } }
    .invest-plans__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: 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-bottom: 1px solid rgba(0, 0, 0, 0.07); }
      .invest-plans__row:first-child {
        border-bottom: 1px solid #000; }
        .invest-plans__row:first-child .invest-plans__col {
          margin-top: auto; }
      .invest-plans__row:last-child {
        border-bottom: none; }
    .invest-plans__col {
      width: -moz-calc(100% / 4);
      width: calc(100% / 4);
      padding: 16px 30px; }
      @media (max-width: 767px) {
        .invest-plans__col {
          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; } }
      .invest-plans__col:first-child {
        padding-left: 0; }
        @media (max-width: 767px) {
          .invest-plans__col:first-child {
            padding-left: 15px; } }
      .invest-plans__col:last-child {
        padding-right: 0; }
        @media (max-width: 767px) {
          .invest-plans__col:last-child {
            padding-right: 15px; } }
      .invest-plans__col.active {
        background-color: #F4F7F9; }
    .invest-plans__title {
      font-weight: 700;
      font-size: 18px;
      color: #282828; }
    .invest-plans__icon {
      display: none;
      position: absolute;
      top: -16px;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background-color: #04C0FC;
      padding: 8px 13px;
      font-weight: 700;
      font-size: 8px;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 2px;
      right: 0; }
    .invest-plans__head {
      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;
      position: relative;
      padding-bottom: 30px;
      width: 100%; }
      @media (max-width: 767px) {
        .invest-plans__head {
          padding-bottom: 0; } }
      .invest-plans__head h3 {
        font-weight: 700;
        font-size: 14px;
        color: #282828; }
      .invest-plans__head p {
        color: #04C0FC;
        font-weight: 300;
        font-size: 30px; }
        .invest-plans__head p span {
          font-weight: 900; }
        .invest-plans__head p sub {
          font-weight: 300; }
      .invest-plans__head.active .invest-plans__icon {
        display: block; }
    .invest-plans__text {
      font-weight: 400;
      font-size: 14px;
      color: #282828;
      padding-left: 20px;
      position: relative; }
      .invest-plans__text:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #282828;
        content: ''; }
    .invest-plans__val {
      font-weight: 700;
      font-size: 14px;
      color: #282828; }
    .invest-plans__check svg {
      fill: #04C0FC;
      width: 12px;
      height: 12px; }

.calc {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 4px solid #F4F7F9; }
  @media (max-width: 767px) {
    .calc {
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .calc .main-title {
    margin-bottom: 10px; }
  .calc .main-text {
    margin-bottom: 40px; }
    @media (max-width: 575px) {
      .calc .main-text {
        margin-bottom: 20px; } }
    .calc .main-text p {
      color: rgba(40, 40, 40, 0.5); }
  .calc-left {
    width: 50%;
    background-color: #F4F7F9;
    padding: 40px 45px; }
    @media (max-width: 767px) {
      .calc-left {
        width: 100%; } }
    @media (max-width: 575px) {
      .calc-left {
        padding: 20px; } }
  .calc-right {
    width: 50%;
    padding: 40px 45px; }
    @media (max-width: 767px) {
      .calc-right {
        width: 100%; } }
    @media (max-width: 575px) {
      .calc-right {
        padding: 20px; } }
  .calc-plans {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: 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-bottom: 1px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 18px; }
    .calc-plans label {
      display: block; }
      .calc-plans label input {
        display: none; }
        .calc-plans label input:checked + span:after {
          width: 100%;
          opacity: 1; }
      .calc-plans label span {
        padding-bottom: 20px;
        font-weight: 700;
        font-size: 14px;
        color: #282828;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        min-width: 92px;
        display: inline-block;
        position: relative;
        cursor: pointer; }
        .calc-plans label span:hover:after {
          opacity: 1;
          width: 100%; }
        .calc-plans label span:after {
          position: absolute;
          bottom: -1px;
          left: 0;
          width: 0;
          height: 1px;
          background-color: #04C0FC;
          content: '';
          -moz-transition: all .3s ease;
          transition: all .3s ease;
          opacity: 0; }
  .calc-val {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4px; }
    @media (max-width: 991px) {
      .calc-val {
        margin-bottom: 15px; } }
    .calc-val:last-child {
      margin-bottom: 0; }
    .calc-val span {
      font-weight: 900;
      font-size: 55px;
      color: #282828; }
      @media (max-width: 991px) {
        .calc-val span {
          font-size: 40px; } }
      @media (max-width: 575px) {
        .calc-val span {
          font-size: 30px; } }
      .calc-val span sub {
        font-weight: 100; }
    .calc-val p {
      font-weight: 400;
      font-size: 14px;
      color: #282828; }
  .calc-amount {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 45px; }
    @media (max-width: 575px) {
      .calc-amount {
        margin-bottom: 20px; } }
    .calc-amount ::-webkit-input-placeholder {
      color: #282828; }
    .calc-amount :-moz-placeholder {
      color: #282828; }
    .calc-amount ::-moz-placeholder {
      color: #282828; }
    .calc-amount :-ms-input-placeholder {
      color: #282828; }
    .calc-amount ::placeholder {
      color: #282828; }
    .calc-amount__btn {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      border: 1px solid rgba(0, 0, 0, 0.07);
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-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: 400;
      font-size: 20px;
      color: #04C0FC;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      cursor: pointer; }
      .calc-amount__btn:hover {
        border-color: #04C0FC; }
    .calc-amount input {
      border: none;
      outline: none;
      background-color: transparent;
      text-align: center;
      margin: 0 10px;
      font-weight: 900;
      font-size: 30px;
      color: #282828;
      width: 140px; }
    .calc-amount__slider {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .calc-amount__slider > span {
        font-weight: 400;
        font-size: 10px;
        color: #282828; }
      .calc-amount__slider .ui-slider {
        width: 100%;
        margin: 0 14px;
        height: 5px;
        outline: none;
        border: none;
        border-radius: 20px;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.05); }
        .calc-amount__slider .ui-slider-range {
          background-color: #04C0FC; }
        .calc-amount__slider .ui-slider-handle {
          display: none; }

.about {
  padding: 70px 0;
  background-color: #fff; }
  @media (max-width: 767px) {
    .about {
      padding: 30px 0; } }
  .about-text {
    padding-left: 95px;
    position: relative;
    margin-bottom: 30px; }
    .about-text:after {
      position: absolute;
      top: 8px;
      left: 0;
      width: 65px;
      height: 2px;
      background-color: #282828;
      content: ''; }
    .about-text p {
      font-weight: 400;
      font-size: 12px;
      color: #282828;
      margin-bottom: 20px;
      line-height: 1.5; }
      .about-text p:last-child {
        margin-bottom: 0; }
      .about-text p b {
        font-weight: 700; }
      .about-text p i {
        font-style: italic;
        color: #A5A5A5;
        max-width: 255px;
        display: inline-block; }
  .about-author {
    padding-left: 55px;
    position: relative;
    margin-bottom: 35px;
    font-weight: 700;
    font-size: 14px;
    color: #282828; }
    .about-author span {
      font-size: 10px;
      font-weight: 300; }
    .about-author:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      content: '';
      width: 37px;
      height: 2px;
      background-color: #282828; }
  .about-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: -50px;
    pointer-events: none;
    margin-bottom: 30px; }
  .about-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;
    padding-bottom: 40px;
    margin-bottom: 40px;
    position: relative; }
    @media (max-width: 575px) {
      .about-info {
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        padding-bottom: 20px;
        max-width: 290px;
        margin: 0 auto 20px auto; } }
    .about-info:after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 30px;
      height: 2px;
      background-color: rgba(40, 40, 40, 0.07);
      content: ''; }
      @media (max-width: 575px) {
        .about-info:after {
          left: 50%;
          -webkit-transform: translateX(-50%);
             -moz-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); } }
    .about-info__icon {
      width: 42px;
      height: 42px;
      margin-bottom: 15px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .about-info__icon img {
        max-width: 100%; }
    .about-info p {
      font-weight: 700;
      font-size: 14px;
      color: #282828;
      line-height: 1.5; }
  .about-logo {
    width: 100%;
    height: 44px;
    display: block;
    background-image: url(../img/about-logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto auto;
    margin-bottom: 30px; }

.cert {
  position: relative;
  z-index: 1;
  padding: 70px 0; }
  @media (max-width: 991px) {
    .cert {
      background-color: #CEE0EA; } }
  @media (max-width: 767px) {
    .cert {
      padding: 50px 0 30px 0; } }
  .cert:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: 50%;
    height: 100%;
    background-color: #CEE0EA;
    content: '';
    z-index: -1; }
    @media (max-width: 991px) {
      .cert:after {
        display: none; } }
  .cert-img {
    max-width: 340px;
    width: 100%;
    height: 450px;
    background-color: #6B6B6B;
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 60px auto; }
    @media (max-width: 480px) {
      .cert-img {
        max-width: 230px;
        height: 300px; } }
    .cert-img:hover:after {
      border-color: #04C0FC; }
    .cert-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 0%;
         object-position: 50% 0%; }
    .cert-img:after {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: -moz-calc(100% + 54px);
      width: calc(100% + 54px);
      height: -moz-calc(100% + 54px);
      height: calc(100% + 54px);
      content: '';
      border: 3px solid #F5F9FB;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
  .cert-text {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px; }
    .cert-text h3 {
      font-weight: 700;
      font-size: 14px;
      color: #282828;
      margin-bottom: 10px; }
    .cert-text p {
      font-weight: 400;
      font-size: 12px;
      color: #282828;
      line-height: 1.5;
      margin-bottom: 10px; }
      .cert-text p:last-child {
        margin-bottom: 0; }
  .cert-num {
    margin-bottom: 20px;
    font-weight: 900;
    font-size: 20px;
    color: #282828; }
    .cert-num span {
      font-weight: 300;
      font-size: 14px; }

.refs {
  padding: 70px 0;
  background-color: #fff; }
  @media (max-width: 767px) {
    .refs {
      padding: 30px 0; } }
  .refs-text {
    margin-bottom: 20px; }
    .refs-text h3 {
      font-weight: 700;
      font-size: 18px;
      color: #282828;
      margin-bottom: 14px; }
    .refs-text p {
      font-weight: 400;
      font-size: 14px;
      color: #282828;
      line-height: 1.5; }
  .refs-item {
    padding: 20px 0 20px 100px;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    width: 100%; }
    @media (max-width: 480px) {
      .refs-item {
        padding-left: 80px; } }
    .refs-item:last-child {
      border-bottom: none;
      margin-bottom: 40px; }
    .refs-item__icon {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      width: 70px;
      height: 70px;
      border-radius: 50px;
      background-color: #F5F9FB; }
      .refs-item__icon span {
        position: absolute;
        top: 1px;
        left: 1px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #282828;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        color: #fff;
        font-weight: 700;
        font-size: 12px;
        line-height: 1; }
      .refs-item__icon img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .refs-item__val {
      color: #282828;
      font-weight: 300;
      font-size: 40px;
      display: inline-block; }
      @media (max-width: 480px) {
        .refs-item__val {
          font-size: 14px; } }
      .refs-item__val span {
        font-size: 40px;
        font-weight: 900; }
        @media (max-width: 480px) {
          .refs-item__val span {
            font-size: 26px; } }
        .refs-item__val span sub {
          font-size: 100%;
          font-weight: 300; }
      .refs-item__val p {
        display: inline-block;
        font-weight: 700;
        font-size: 12px;
        color: rgba(40, 40, 40, 0.2); }
      .refs-item__val > sub {
        font-size: 20px;
        font-weight: 900; }
        @media (max-width: 480px) {
          .refs-item__val > sub {
            font-size: 16px; } }

.faq {
  padding: 60px 0;
  background-color: #fff; }
  @media (max-width: 767px) {
    .faq {
      padding: 30px 0; } }
  .faq-tabs {
    width: -moz-calc(100% + 30px);
    width: calc(100% + 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: 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; }
    @media (max-width: 991px) {
      .faq-tabs {
        margin-bottom: 20px;
        width: -moz-calc(100% + 20px);
        width: calc(100% + 20px); } }
    @media (max-width: 767px) {
      .faq-tabs {
        margin-bottom: 15px;
        width: 100%;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .faq-tabs__item {
      width: -moz-calc(100% / 4 - 30px);
      width: calc(100% / 4 - 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: center;
         -moz-box-align: center;
          -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;
      cursor: pointer;
      text-align: center;
      padding: 18px 0;
      margin-right: 30px;
      margin-bottom: 30px; }
      @media (max-width: 991px) {
        .faq-tabs__item {
          margin-bottom: 20px;
          margin-right: 20px;
          width: -moz-calc(100% / 4 - 20px);
          width: calc(100% / 4 - 20px); } }
      @media (max-width: 767px) {
        .faq-tabs__item {
          margin-bottom: 15px;
          margin-right: 0;
          width: -moz-calc(100% / 2 - 15px);
          width: calc(100% / 2 - 15px); } }
      .faq-tabs__item:hover:after, .faq-tabs__item.active:after {
        width: 100%;
        opacity: 1; }
      .faq-tabs__item:hover .faq-tabs__icon svg, .faq-tabs__item.active .faq-tabs__icon svg {
        fill: #04C0FC; }
      .faq-tabs__item:hover:before, .faq-tabs__item.active:before {
        width: 0;
        opacity: 0; }
      .faq-tabs__item:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 1px;
        background-color: #04C0FC;
        opacity: 0;
        content: '';
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .faq-tabs__item:before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.07);
        opacity: 1;
        content: '';
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .faq-tabs__item p {
        font-weight: 700;
        font-size: 18px;
        color: #282828; }
        @media (max-width: 991px) {
          .faq-tabs__item p {
            font-size: 16px; } }
        @media (max-width: 480px) {
          .faq-tabs__item p {
            font-size: 13px; } }
    .faq-tabs__icon {
      margin-bottom: 20px; }
      .faq-tabs__icon svg {
        width: 26px;
        height: 26px;
        fill: #282828;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
  .faq-wrap {
    width: 100%; }
    .faq-wrap .accordion {
      width: 100%; }
      .faq-wrap .accordion__item {
        width: 100%;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
        .faq-wrap .accordion__item.active .accordion__head {
          border-bottom-color: rgba(0, 0, 0, 0.07); }
          .faq-wrap .accordion__item.active .accordion__head svg {
            fill: #04C0FC; }
      .faq-wrap .accordion__head {
        position: relative;
        width: 100%;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        border-bottom: 1px solid transparent;
        padding: 15px 30px 15px 0;
        font-weight: 700;
        font-size: 16px;
        color: #282828;
        cursor: pointer; }
        .faq-wrap .accordion__head:hover svg {
          fill: #04C0FC; }
        .faq-wrap .accordion__head svg {
          width: 15px;
          height: 15px;
          fill: #E4E4E4;
          -moz-transition: all .3s ease;
          transition: all .3s ease;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: 0; }
      .faq-wrap .accordion__body {
        display: none;
        padding: 20px 0; }
        .faq-wrap .accordion__body .main-text {
          margin-bottom: 0; }

.contacts {
  padding: 70px 0; }
  @media (max-width: 767px) {
    .contacts {
      padding: 30px 0; } }
  .contacts .footer-soc {
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .contacts .footer-soc a {
      margin: 0 20px 20px 20px; }
      @media (max-width: 480px) {
        .contacts .footer-soc a {
          margin: 0 10px 20px 10px; } }
  .contacts-link {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: center;
    max-width: 300px;
    margin: 0 auto 40px auto; }
    @media (max-width: 767px) {
      .contacts-link {
        margin-bottom: 20px; } }
    .contacts-link p {
      font-weight: 500;
      font-size: 12px;
      color: rgba(40, 40, 40, 0.3);
      margin-bottom: 7px; }
    .contacts-link a {
      font-weight: 700;
      font-size: 16px;
      color: #282828;
      text-decoration: none;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .contacts-link a:hover {
        color: #04C0FC; }
  .contacts-form {
    padding: 40px 60px;
    margin-bottom: 30px;
    background-color: #fff;
    border: 3px solid #F5F9FB; }
    @media (max-width: 575px) {
      .contacts-form {
        padding: 20px 30px; } }
    .contacts-form__text {
      font-weight: 500;
      font-size: 10px;
      color: rgba(40, 40, 40, 0.3);
      line-height: 1.5;
      margin-bottom: 20px; }
  .contacts-input {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin-bottom: 30px;
    position: relative; }
    .contacts-input p {
      font-weight: 500;
      font-size: 14px;
      color: rgba(40, 40, 40, 0.3);
      margin-bottom: 14px; }
    .contacts-input input {
      width: 100%;
      background-color: #F5F9FB;
      border: 1px solid #CEE0EA;
      outline: none;
      padding: 20px;
      font-weight: 700;
      font-size: 14px;
      color: #282828;
      height: 64px; }
    .contacts-input textarea {
      width: 100%;
      background-color: #F5F9FB;
      border: 1px solid #CEE0EA;
      outline: none;
      padding: 20px;
      font-weight: 700;
      font-size: 14px;
      color: #282828;
      height: 156px;
      resize: none; }
    .contacts-input_capch input {
      padding-left: 60px; }
    .contacts-input_capch img {
      left: 30px;
      max-width: 80px;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .contacts-capch {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 20px; }
    .contacts-capch .contacts-input {
      margin-bottom: 0;
      margin-right: 30px; }

.sign-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-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (max-width: 991px) {
    .sign-img {
      display: none; } }
  .sign-img img {
    max-width: 100%; }

.sign-form {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%; }

.sign-input {
  position: relative;
  width: 100%;
  margin-bottom: 14px;
  display: block; }
  .sign-input ::-webkit-input-placeholder {
    color: rgba(40, 40, 40, 0.3); }
  .sign-input :-moz-placeholder {
    color: rgba(40, 40, 40, 0.3); }
  .sign-input ::-moz-placeholder {
    color: rgba(40, 40, 40, 0.3); }
  .sign-input :-ms-input-placeholder {
    color: rgba(40, 40, 40, 0.3); }
  .sign-input ::placeholder {
    color: rgba(40, 40, 40, 0.3); }
  .sign-input input {
    padding: 20px 20px 20px 56px;
    background-color: #fff;
    border: none;
    outline: none;
    font-weight: 500;
    font-size: 14px;
    color: #282828;
    width: 100%;
    height: 64px; }
  .sign-input img {
    position: absolute;
    top: 50%;
    left: 28px;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .sign-input_capch input {
    padding-left: 100px; }
  .sign-input_capch img {
    left: 50px;
    max-width: 80px; }

.sign-sponsor {
  background-color: #D6E5ED;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-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 26px;
  width: 100%;
  margin-bottom: 40px; }
  .sign-sponsor p {
    font-weight: 500;
    font-size: 14px;
    color: rgba(40, 40, 40, 0.3); }

.sign-check {
  display: block;
  margin-bottom: 40px; }
  .sign-check input {
    display: none; }
    .sign-check input:checked + span svg {
      opacity: 1; }
  .sign-check span {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    color: #282828;
    padding-left: 35px;
    cursor: pointer; }
    .sign-check span:hover:after {
      border-color: #04C0FC; }
    .sign-check span:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      content: '';
      border: 1px solid rgba(0, 0, 0, 0.07); }
    .sign-check span svg {
      position: absolute;
      left: 12px;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      fill: #04C0FC;
      opacity: 0;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      width: 12px;
      height: 12px; }
    .sign-check span a {
      color: #04C0FC;
      font-weight: 700;
      text-decoration: none; }
      .sign-check span a:hover {
        text-decoration: underline; }

.sign-link {
  font-weight: 700;
  font-size: 14px;
  color: #04C0FC;
  text-decoration: none;
  margin-bottom: 40px; }
  .sign-link:hover {
    text-decoration: underline; }

.stat {
  padding: 50px 0 20px 0; }
  .stat-time {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-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;
    margin-top: -20px;
    padding-left: 30px;
    position: relative; }
    .stat-time svg {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      width: 25px;
      height: 25px;
      fill: #409E96; }
    .stat-time span {
      font-weight: 900;
      font-size: 12px;
      color: #282828;
      margin-bottom: 5px;
      min-width: 64px; }
    .stat-time p {
      font-size: 400px;
      font-size: 12px;
      color: #282828; }
    .stat-time__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: 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; }
    .stat-time__text {
      font-weight: 900;
      font-size: 12px;
      color: #409E96;
      margin-left: 5px; }
  .stat-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;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(64, 158, 150, 0.3);
    margin-bottom: 40px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (max-width: 767px) {
      .stat-list {
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .stat-list__item {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-align: center;
      margin-bottom: 20px;
      width: -moz-calc(100% / 5);
      width: calc(100% / 5); }
      @media (max-width: 767px) {
        .stat-list__item {
          width: -moz-calc(100% / 3);
          width: calc(100% / 3); } }
      @media (max-width: 480px) {
        .stat-list__item {
          width: 50%; } }
      .stat-list__item p {
        font-weight: 400;
        font-size: 16px;
        color: #282828;
        margin-bottom: 5px; }
        @media (max-width: 1199px) {
          .stat-list__item p {
            font-size: 14px; } }
      .stat-list__item span {
        font-weight: 600;
        font-size: 44px;
        color: #409E96; }
        @media (max-width: 1199px) {
          .stat-list__item span {
            font-size: 30px; } }
        @media (max-width: 480px) {
          .stat-list__item span {
            font-size: 24px; } }
    .stat-list__icon {
      height: 66px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 25px; }
  .stat-table {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 40px; }
    .stat-table__row {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      margin-bottom: 10px;
      padding: 15px;
      background: rgba(64, 158, 150, 0.1);
      border-radius: 12px; }
      .stat-table__row:nth-child(even) {
        background: rgba(118, 210, 203, 0.1); }
      .stat-table__row:last-child {
        margin-bottom: 0; }
    .stat-table__col {
      width: -moz-calc(100% / 3);
      width: calc(100% / 3); }
    .stat-table__wallet {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .stat-table__wallet img {
        width: 24px;
        height: 24px;
        margin-right: 20px; }
        @media (max-width: 480px) {
          .stat-table__wallet img {
            margin-right: 10px; } }
      .stat-table__wallet span {
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 300;
        font-size: 14px;
        color: #282828; }
    .stat-table__pay {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      @media (max-width: 480px) {
        .stat-table__pay {
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-align-items: flex-start;
             -moz-box-align: start;
              -ms-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: 15px; } }
      .stat-table__pay p {
        font-weight: 300;
        font-size: 11px;
        color: #282828;
        margin-right: 10px; }
      .stat-table__pay span {
        font-weight: 700;
        font-size: 12px;
        color: #409E96; }
    .stat-table__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; }
      .stat-table__val p {
        font-weight: 300;
        font-size: 11px;
        color: #282828;
        margin-right: 10px; }
        @media (max-width: 480px) {
          .stat-table__val p {
            display: none; } }
      .stat-table__val span {
        font-weight: 700;
        font-size: 16px;
        color: #409E96; }

.cab {
  background-color: #E9F0EF;
  min-height: 830px; }
  .cab-content {
    padding-left: 315px;
    position: relative;
    background-color: #E9F0EF;
    width: 100%;
    min-height: 100vh;
    z-index: 1;
    padding-right: 15px;
    padding-bottom: 15px; }
    .cab-content .container {
      max-width: 100%; }
      @media (max-width: 1199px) {
        .cab-content .container {
          max-width: 960px; } }
      @media (max-width: 991px) {
        .cab-content .container {
          max-width: 720px; } }
      @media (max-width: 767px) {
        .cab-content .container {
          max-width: 540px; } }
    @media (max-width: 1199px) {
      .cab-content {
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }
    .cab-content .main-btn:after {
      background-color: #409E96; }
    .cab-content .main-btn:hover {
      color: #409E96; }
      .cab-content .main-btn:hover svg {
        fill: #409E96; }
  .cab-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 280px;
    width: 100%;
    background-color: #409E96;
    min-height: 100vh;
    height: 100%;
    z-index: 10;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    @media (max-width: 1199px) {
      .cab-sidebar {
        position: fixed;
        -webkit-transform: translateX(-100%);
           -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%);
        opacity: 0;
        max-width: 250px;
        height: 100vh; } }
    .cab-sidebar.active {
      -webkit-transform: translateX(0);
         -moz-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      opacity: 1; }
    .cab-sidebar .nicescroll-box {
      height: 100%;
      cursor: default !important;
      overflow: visible !important; }
      @media (max-width: 1199px) {
        .cab-sidebar .nicescroll-box {
          height: 100vh; }
          .cab-sidebar .nicescroll-box .wrap {
            padding-bottom: 150px; } }
  .cab-logo {
    padding: 28px 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;
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    margin: 0 20px 23px 20px; }
  .cab-hero {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-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-top: 47px;
    margin-left: 30px;
    margin-right: 20px;
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    margin-bottom: 20px; }
    .cab-hero__img {
      position: absolute;
      top: 0;
      left: 0;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      overflow: hidden; }
      .cab-hero__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 50%;
           object-position: 50% 50%; }
    .cab-hero > p {
      font-weight: 400;
      font-size: 12px;
      color: #76D2CB; }
      .cab-hero > p span {
        font-size: 16px;
        font-weight: 700;
        color: #fff; }
    .cab-hero__num {
      width: 22px;
      height: 22px;
      border: 2px solid #76D2CB;
      border-radius: 4px;
      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;
      font-weight: 700;
      font-size: 12px;
      color: #fff;
      text-align: center;
      line-height: 1;
      text-decoration: none;
      cursor: pointer; }
      .cab-hero__num:hover .cab-hero__modal {
        opacity: 1;
        pointer-events: all; }
      .cab-hero__num:after {
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transform: translate(50%, -50%);
           -moz-transform: translate(50%, -50%);
            -ms-transform: translate(50%, -50%);
                transform: translate(50%, -50%);
        border-radius: 50%;
        background-color: #fff;
        border: 2px solid #409E96;
        content: '';
        width: 14px;
        height: 14px; }
    .cab-hero__modal {
      position: absolute;
      top: 50%;
      left: -moz-calc(100% + 30px);
      left: calc(100% + 30px);
      background-color: #fff;
      border-radius: 0 5px 5px 5px;
      padding: 8px;
      width: 300px;
      z-index: 1000;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      opacity: 0;
      pointer-events: none; }
      @media (max-width: 575px) {
        .cab-hero__modal {
          width: 210px;
          right: 0;
          left: auto;
          top: -moz-calc(100% + 10px);
          top: calc(100% + 10px); } }
      .cab-hero__modal:before {
        position: absolute;
        right: 50px;
        top: -30px;
        width: 100%;
        height: 100%;
        content: ''; }
      .cab-hero__modal:after {
        top: 0;
        right: 100%;
        position: absolute;
        content: '';
        border: 8px solid transparent;
        border-top-color: #fff;
        border-right-color: #fff; }
        @media (max-width: 575px) {
          .cab-hero__modal:after {
            display: none; } }
    .cab-hero__notify {
      background-color: #E9F0EF;
      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: flex-start;
         -moz-box-align: start;
          -ms-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-align: left;
      padding: 14px 54px 14px 16px;
      margin-bottom: 5px;
      position: relative; }
      .cab-hero__notify form {
        position: absolute;
        top: 50%;
        right: 27px;
        -webkit-transform: translate(50%, -50%);
           -moz-transform: translate(50%, -50%);
            -ms-transform: translate(50%, -50%);
                transform: translate(50%, -50%); }
        .cab-hero__notify form button {
          width: auto;
          height: auto;
          background-color: transparent;
          border: none;
          outline: none;
          cursor: pointer; }
          .cab-hero__notify form button:hover svg {
            -webkit-transform: scale(1.2);
               -moz-transform: scale(1.2);
                -ms-transform: scale(1.2);
                    transform: scale(1.2); }
          .cab-hero__notify form button svg {
            width: 20px;
            height: 20px;
            fill: #409E96;
            -moz-transition: all .3s ease;
            transition: all .3s ease; }
      .cab-hero__notify:last-child {
        margin-bottom: 0; }
      .cab-hero__notify h3 {
        font-weight: 700;
        font-size: 14px;
        color: #409E96;
        margin-bottom: 3px; }
      .cab-hero__notify p {
        font-weight: 400;
        font-size: 10px;
        color: #282828; }
  .cab-menu {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .cab-menu a {
      position: relative;
      padding: 20px 20px 20px 80px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      font-weight: 400;
      font-size: 14px;
      color: #76D2CB;
      text-decoration: none;
      z-index: 1;
      width: 100%; }
      .cab-menu a:after {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        content: '';
        background: -moz-linear-gradient(left, rgba(233, 240, 239, 0) 0%, #e9f0ef 30%);
        background: linear-gradient(90deg, rgba(233, 240, 239, 0) 0%, #e9f0ef 30%);
        z-index: -1;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        opacity: 0;
        width: 0; }
      .cab-menu a:hover, .cab-menu a.active {
        color: #282828;
        font-weight: 700; }
        .cab-menu a:hover svg, .cab-menu a.active svg {
          fill: #409E96; }
        .cab-menu a:hover:after, .cab-menu a.active:after {
          width: 100%;
          opacity: 1; }
      .cab-menu a svg {
        position: absolute;
        top: 50%;
        left: 40px;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        fill: #76D2CB;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        width: 20px;
        height: 20px; }
  .cab-head {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      .cab-head {
        padding: 10px 0; } }
    .cab-head .header-nav {
      margin-right: 0;
      border-left: 1px solid rgba(0, 0, 0, 0.07);
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      height: 98px; }
      @media (max-width: 1199px) {
        .cab-head .header-nav {
          height: 58px; } }
      @media (max-width: 767px) {
        .cab-head .header-nav {
          border-left: none;
          height: auto;
          min-width: 55px;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
      .cab-head .header-nav a {
        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;
        padding: 0 40px;
        height: 100%; }
        @media (max-width: 767px) {
          .cab-head .header-nav a {
            padding: 0; } }
        .cab-head .header-nav a:hover {
          background-color: #fff; }
          @media (max-width: 767px) {
            .cab-head .header-nav a:hover {
              background-color: transparent; } }
    .cab-head .cab-title {
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .cab-head .cab-title {
          margin-top: 10px;
          text-align: center; } }
    @media (max-width: 767px) {
      .cab-head .header-lang__hide {
        -webkit-transform: translate(0, -100%);
           -moz-transform: translate(0, -100%);
            -ms-transform: translate(0, -100%);
                transform: translate(0, -100%); } }
    @media (max-width: 767px) {
      .cab-head .header-lang {
        margin-left: auto;
        margin-right: auto;
        border-left: none; }
        .cab-head .header-lang:hover .header-lang__hide {
          -webkit-transform: translate(0, 0%);
             -moz-transform: translate(0, 0%);
              -ms-transform: translate(0, 0%);
                  transform: translate(0, 0%); } }
  .cab-burger {
    width: 40px;
    height: 30px;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
    display: none;
    margin-left: 15px; }
    @media (max-width: 1199px) {
      .cab-burger {
        display: block; } }
    @media (max-width: 575px) {
      .cab-burger {
        margin-right: auto;
        margin-left: auto; } }
    .cab-burger:last-child {
      margin-right: 0; }
    .cab-burger span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 100%;
      height: 2px;
      background-color: #282828;
      border-radius: 20px;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .cab-burger:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #282828;
      border-radius: 20px;
      content: '';
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .cab-burger:after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #282828;
      border-radius: 20px;
      content: '';
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .cab-burger.active span {
      opacity: 0; }
    .cab-burger.active:after {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
         -moz-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
    .cab-burger.active:before {
      top: 50%;
      left: 50%;
      bottom: auto;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
         -moz-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
  .cab-title {
    font-weight: 700;
    font-size: 30px;
    color: #282828;
    margin-bottom: 20px; }
    @media (max-width: 1199px) {
      .cab-title {
        font-size: 24px; } }
  .cab-subtitle {
    font-weight: 700;
    font-size: 20px;
    color: #282828;
    margin-bottom: 25px; }
  .cab-balance {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-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: 991px) {
      .cab-balance {
        -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-balance__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: #fff;
      border-radius: 5px;
      margin-bottom: 20px;
      padding: 10px 15px; }
      @media (max-width: 991px) {
        .cab-balance__item {
          width: -moz-calc(100% / 2 - 15px);
          width: calc(100% / 2 - 15px); } }
      @media (max-width: 480px) {
        .cab-balance__item {
          width: 100%; } }
      .cab-balance__item.btc .cab-balance__icon svg {
        fill: #F7931A; }
      .cab-balance__item.eth .cab-balance__icon svg {
        fill: #5882C1; }
      .cab-balance__item.ltc .cab-balance__icon svg {
        fill: #4FB9B2; }
      .cab-balance__item.doge .cab-balance__icon svg {
        fill: #C2A633; }
      .cab-balance__item.usdt .cab-balance__icon svg {
        fill: #49A58C; }
      .cab-balance__item.bnb .cab-balance__icon svg {
        fill: #E7B12A; }
      .cab-balance__item.trx .cab-balance__icon svg {
        fill: #F20305; }
      .cab-balance__item.pm .cab-balance__icon svg {
        fill: #DF2A2A; }
    .cab-balance__icon {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0; }
      .cab-balance__icon svg {
        width: 20px;
        height: 20px; }
    .cab-balance__head {
      margin-bottom: 5px;
      position: relative;
      padding-right: 30px;
      width: 100%; }
      .cab-balance__head h3 {
        font-weight: 700;
        font-size: 16px;
        color: #282828;
        margin-bottom: 6px; }
      .cab-balance__head > 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: 10px;
        color: #282828;
        opacity: 0.3;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        text-decoration: none; }
        .cab-balance__head > a:hover {
          color: #409E96;
          opacity: 1; }
          .cab-balance__head > a:hover svg {
            fill: #409E96; }
        .cab-balance__head > a svg {
          margin-left: 10px;
          width: 13px;
          height: 13px;
          fill: #282828;
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
    .cab-balance__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;
      position: relative;
      padding-right: 30px;
      width: 100%;
      font-weight: 700;
      font-size: 20px;
      color: #282828; }
      @media (max-width: 1400px) {
        .cab-balance__val {
          font-size: 20px; } }
      .cab-balance__val a {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0; }
        .cab-balance__val a svg {
          width: 16px;
          height: 16px;
          fill: #CEE0EA;
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
        .cab-balance__val a:hover svg {
          fill: #409E96; }
  .cab-stat {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: 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 rgba(0, 0, 0, 0.07);
    margin-bottom: 45px; }
    @media (max-width: 1400px) {
      .cab-stat {
        -webkit-flex-direction: column-reverse;
           -moz-box-orient: vertical;
           -moz-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .cab-stat__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: 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: 50%; }
      @media (max-width: 1400px) {
        .cab-stat__left {
          width: 100%; } }
    .cab-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;
      width: -moz-calc(100% / 3);
      width: calc(100% / 3);
      padding: 0 33px 25px 33px;
      position: relative; }
      @media (max-width: 480px) {
        .cab-stat__item {
          padding: 0 15px 15px 15px; } }
      .cab-stat__item:after {
        position: absolute;
        right: 0;
        bottom: 0;
        height: 48px;
        width: 1px;
        content: '';
        background-color: rgba(0, 0, 0, 0.07); }
      .cab-stat__item.active span:after {
        background-color: #CEE0EA; }
      .cab-stat__item.total span:after {
        background-color: #93D7AA; }
      .cab-stat__item.closed span:after {
        background-color: #409E96; }
      .cab-stat__item h3 {
        font-weight: 700;
        font-size: 16px;
        color: #282828;
        margin-bottom: 20px;
        max-width: 80px;
        position: relative;
        padding-top: 20px;
        line-height: 1.3; }
        @media (max-width: 480px) {
          .cab-stat__item h3 {
            margin-bottom: 10px;
            font-size: 12px; } }
        .cab-stat__item h3:after {
          position: absolute;
          top: 0;
          left: 0;
          content: '';
          width: 15px;
          height: 2px;
          background-color: #282828;
          border-radius: 10px; }
      .cab-stat__item span {
        width: 100%;
        position: relative;
        font-weight: 700;
        font-size: 25px;
        color: #282828; }
        @media (max-width: 480px) {
          .cab-stat__item span {
            font-size: 20px; } }
        .cab-stat__item span:after {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: 0;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          content: ''; }
      .cab-stat__item:last-child:after {
        display: none; }
    .cab-stat__right {
      width: 50%;
      position: relative;
      z-index: 1;
      min-height: 124px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      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; }
      @media (max-width: 1400px) {
        .cab-stat__right {
          width: 100%;
          margin-bottom: 20px; } }
      .cab-stat__right canvas {
        width: 100%;
        margin-bottom: -26px;
        height: 170px;
        margin-top: -20px; }
        @media (max-width: 1400px) {
          .cab-stat__right canvas {
            margin-bottom: 0;
            margin-top: 0; } }
      .cab-stat__right-text {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        top: 40%;
        z-index: -1;
        font-weight: 900;
        font-size: 95px;
        color: rgba(40, 40, 40, 0.05);
        text-transform: uppercase;
        text-align: center; }
        @media (max-width: 1600px) {
          .cab-stat__right-text {
            font-size: 60px; } }
        @media (max-width: 1400px) {
          .cab-stat__right-text {
            font-size: 90px; } }
        @media (max-width: 575px) {
          .cab-stat__right-text {
            font-size: 55px; } }
    .cab-stat__refs {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 30px; }
      .cab-stat__refs .cab-stat__item {
        padding: 0;
        width: -moz-calc(100% / 3 - 15px);
        width: calc(100% / 3 - 15px); }
        .cab-stat__refs .cab-stat__item h3 {
          max-width: 100%;
          margin-bottom: 10px; }
          @media (max-width: 1700px) {
            .cab-stat__refs .cab-stat__item h3 {
              max-width: 80px; } }
        .cab-stat__refs .cab-stat__item span {
          font-size: 30px; }
          @media (max-width: 767px) {
            .cab-stat__refs .cab-stat__item span {
              font-size: 30px; } }
          @media (max-width: 480px) {
            .cab-stat__refs .cab-stat__item span {
              font-size: 20px; } }
          .cab-stat__refs .cab-stat__item span sub {
            font-size: 100%;
            font-weight: 300; }
        .cab-stat__refs .cab-stat__item:after {
          display: none; }
        .cab-stat__refs .cab-stat__item.total span:after {
          background-color: #3198dc; }
        .cab-stat__refs .cab-stat__item.active span:after {
          background-color: #e95d7c; }
        .cab-stat__refs .cab-stat__item.closed span:after {
          background-color: #e6c35e; }
  .cab-refs-stat {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    margin-bottom: 35px; }
    .cab-refs-stat:after {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 1px;
      height: 68px;
      background-color: rgba(0, 0, 0, 0.07);
      content: ''; }
    .cab-refs-stat__item {
      width: -moz-calc(50% - 30px);
      width: calc(50% - 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;
      position: relative;
      padding-right: 70px; }
      @media (max-width: 1550px) {
        .cab-refs-stat__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; } }
      @media (max-width: 480px) {
        .cab-refs-stat__item {
          width: -moz-calc(100% / 2 - 15px);
          width: calc(100% / 2 - 15px); } }
      .cab-refs-stat__item span {
        font-weight: 700;
        font-size: 40px;
        color: #282828;
        margin-right: 15px; }
      .cab-refs-stat__item p {
        font-weight: 700;
        font-size: 16px;
        color: #282828;
        max-width: 80px; }
      .cab-refs-stat__item img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0; }
  .cab-refs-table {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px; }
    .cab-refs-table__tabs {
      background-color: #409E96;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      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: -5px; }
    .cab-refs-table__tab {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-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: 50%;
      padding: 15px 15px 20px 15px;
      font-weight: 700;
      font-size: 14px;
      color: #fff;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      cursor: pointer;
      border-radius: 5px 5px 0 0; }
      .cab-refs-table__tab:hover {
        color: #76D2CB; }
      .cab-refs-table__tab.active {
        background-color: #fff;
        color: #409E96; }
    .cab-refs-table__wrap {
      position: relative;
      z-index: 1;
      background-color: #fff;
      border-radius: 5px;
      padding: 15px 25px;
      min-height: 313px; }
      @media (max-width: 1500px) {
        .cab-refs-table__wrap {
          min-height: 313px; } }
      @media (max-width: 1300px) {
        .cab-refs-table__wrap {
          padding: 14px;
          min-height: 313px; } }
      @media (max-width: 767px) {
        .cab-refs-table__wrap {
          min-height: 0; } }
    .cab-refs-table__item {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 13px;
      border-bottom: 1px solid #CEE0EA; }
      .cab-refs-table__item:last-child {
        margin-bottom: 0; }
      .cab-refs-table__item.btc > span svg {
        fill: #F7931A; }
      .cab-refs-table__item.eth > span svg {
        fill: #5882C1; }
      .cab-refs-table__item.ltc > span svg {
        fill: #4FB9B2; }
      .cab-refs-table__item.doge > span svg {
        fill: #C2A633; }
      .cab-refs-table__item.trx > span svg {
        fill: #F20305; }
      .cab-refs-table__item.bnb > span svg {
        fill: #E7B12A; }
      .cab-refs-table__item.usdt > span svg {
        fill: #49A58C; }
      .cab-refs-table__item.pm > span svg {
        fill: #DF2A2A; }
      .cab-refs-table__item > span {
        font-weight: 700;
        font-size: 14px;
        color: #282828;
        position: relative;
        padding-left: 20px;
        background-color: #fff;
        margin-bottom: -10px;
        padding-right: 10px; }
        @media (max-width: 480px) {
          .cab-refs-table__item > span {
            font-size: 12px;
            margin-bottom: -12px; } }
        .cab-refs-table__item > span svg, .cab-refs-table__item > span img {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: 0;
          width: 15px;
          height: 15px; }
      .cab-refs-table__item p {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-end;
           -moz-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        font-weight: 400;
        font-size: 14px;
        color: #282828;
        margin-bottom: -1px; }
        .cab-refs-table__item p span {
          width: 36px;
          height: 24px;
          border: 1px solid #CEE0EA;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-direction: row;
             -moz-box-orient: horizontal;
             -moz-box-direction: normal;
              -ms-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-transform: uppercase;
          color: #CEE0EA;
          font-weight: 700;
          font-size: 10px;
          margin-left: 10px; }
  .cab-auth {
    position: relative;
    margin-bottom: 30px; }
    @media (max-width: 480px) {
      .cab-auth {
        padding-left: 0; } }
    .cab-auth__img {
      width: 100px;
      height: 100px;
      position: absolute;
      top: 0;
      left: 0; }
      @media (max-width: 480px) {
        .cab-auth__img {
          position: static;
          margin: 0 auto 15px auto; } }
      .cab-auth__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 50%;
           object-position: 50% 50%; }
    .cab-auth__text {
      margin-bottom: 16px; }
      .cab-auth__text p {
        margin-bottom: 6px;
        position: relative;
        padding-left: 14px;
        font-weight: 400;
        font-size: 10px;
        color: #282828;
        line-height: 1.3; }
        .cab-auth__text p span {
          font-weight: 700; }
        .cab-auth__text p:after {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: 0;
          width: 4px;
          height: 4px;
          border-radius: 50%;
          content: '';
          background-color: #409E96; }
        .cab-auth__text p:last-child {
          margin-bottom: 0; }
    .cab-auth__input {
      height: 36px;
      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;
      position: relative;
      border: 1px solid #C8D9D7; }
      .cab-auth__input button {
        background: transparent;
        border: none;
        outline: none;
        width: 90px;
        height: 100%;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        cursor: pointer;
        font-weight: 700;
        font-size: 12px;
        color: #409E96;
        text-transform: uppercase;
        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; }
        .cab-auth__input button:hover {
          background-color: #fff; }
      .cab-auth__input input {
        width: 100%;
        height: 100%;
        background: transparent;
        border: none;
        outline: none;
        padding-right: 15px;
        padding-left: 15px;
        font-weight: 700;
        font-size: 14px;
        color: #282828; }
    .cab-auth__enabled {
      border: 2px solid #409E96;
      background-color: rgba(64, 158, 150, 0.15);
      padding: 16px 16px 16px 70px;
      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;
      border-radius: 5px;
      margin-bottom: 20px; }
      .cab-auth__enabled h3 {
        font-weight: 400;
        font-size: 16px;
        color: #282828;
        margin-bottom: 5px; }
        .cab-auth__enabled h3 span {
          font-weight: 700;
          white-space: nowrap; }
      .cab-auth__enabled p {
        font-weight: 400;
        font-size: 10px;
        color: #409E96; }
    .cab-auth__icon {
      position: absolute;
      top: 50%;
      left: 35px;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 28px;
      height: 28px;
      background-color: #409E96;
      border-radius: 50%; }
      .cab-auth__icon svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 12px;
        height: 12px;
        fill: #fff; }
  .cab-table {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding: 12px 35px;
    margin-bottom: 30px;
    min-height: 440px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-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: 1550px) {
      .cab-table {
        min-height: 472px; } }
    @media (max-width: 1400px) {
      .cab-table {
        padding: 0 20px; } }
    @media (max-width: 767px) {
      .cab-table {
        min-height: 0; } }
    .cab-table > .cab-table__text {
      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;
      margin-top: auto;
      margin-bottom: auto;
      margin-left: auto;
      margin-right: auto;
      padding: 15px 0 3px 0;
      max-width: 100%; }
      @media (max-width: 1400px) {
        .cab-table > .cab-table__text {
          padding: 15px 0; } }
    .cab-table table {
      width: 100%;
      border-collapse: collapse; }
    .cab-table td {
      padding: 12px 0; }
    .cab-table tr {
      border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
      @media (max-width: 767px) {
        .cab-table tr {
          border: none !important; } }
    .cab-table tbody tr:last-child {
      border-bottom: none; }
    .cab-table tbody td {
      padding: 16px 0; }
    .cab-table__title {
      font-weight: 300;
      font-size: 12px;
      color: #282828; }
    .cab-table__login {
      font-weight: 700;
      font-size: 12px;
      color: #282828;
      white-space: nowrap;
      max-width: 115px;
      overflow: hidden;
      text-overflow: ellipsis; }
    .cab-table__text {
      font-weight: 300;
      font-size: 12px;
      color: #282828;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      @media (max-width: 1500px) {
        .cab-table__text {
          max-width: 110px; } }
      @media (max-width: 1300px) {
        .cab-table__text {
          max-width: 80px; } }
      @media (max-width: 767px) {
        .cab-table__text {
          max-width: 100%; } }
    .cab-table_refs {
      min-height: 368px; }
      @media (max-width: 1700px) {
        .cab-table_refs {
          min-height: 389px; } }
      @media (max-width: 1567px) {
        .cab-table_refs {
          min-height: 341px; } }
      @media (max-width: 1400px) {
        .cab-table_refs {
          min-height: 329px; } }
      @media (max-width: 1300px) {
        .cab-table_refs {
          min-height: 369px; } }
      @media (max-width: 991px) {
        .cab-table_refs {
          min-height: 0; } }
    .cab-table_lvl {
      min-height: 0; }
  .cab-text {
    margin-bottom: 20px; }
    .cab-text p {
      margin-bottom: 20px;
      font-weight: 400;
      font-size: 12px;
      color: #282828;
      line-height: 1.3; }
      .cab-text p:last-child {
        margin-bottom: 0; }
  .cab-refs {
    margin-bottom: 30px; }
    .cab-refs .cab-text {
      max-width: 400px; }
    .cab-refs__link {
      width: 100%;
      height: 53px;
      background-color: #409E96;
      position: relative;
      padding: 10px 70px 10px 20px;
      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;
      border-radius: 5px;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      cursor: pointer; }
      .cab-refs__link:hover {
        background-color: #76D2CB; }
      .cab-refs__link img {
        position: absolute;
        right: 35px;
        top: 50%;
        -webkit-transform: translate(50%, -50%);
           -moz-transform: translate(50%, -50%);
            -ms-transform: translate(50%, -50%);
                transform: translate(50%, -50%); }
      .cab-refs__link span {
        font-weight: 700;
        font-size: 16px;
        color: #fff;
        max-width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
  .cab-pay {
    max-width: 360px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    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) {
      .cab-pay {
        max-width: 100%; } }
    .cab-pay__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: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-weight: 400;
      font-size: 10px;
      color: #9CA09F;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      text-decoration: none;
      margin-bottom: 25px; }
      .cab-pay__link:hover {
        color: #409E96; }
        .cab-pay__link:hover svg {
          fill: #409E96; }
      .cab-pay__link svg {
        width: 12px;
        height: 12px;
        margin-right: 10px;
        fill: #9CA09F;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
    .cab-pay .main-btn {
      margin-right: 0; }
  .cab-wallet {
    width: 100%; }
    .cab-wallet label {
      width: 100%;
      margin-bottom: 20px;
      display: block; }
      .cab-wallet label input {
        display: none; }
        .cab-wallet label input:checked + .cab-wallet__item {
          border-color: #409E96;
          background-color: rgba(64, 158, 150, 0.15); }
          .cab-wallet label input:checked + .cab-wallet__item:after {
            opacity: 1; }
    .cab-wallet__item {
      border: 2px solid transparent;
      border-radius: 5px;
      background-color: #fff;
      cursor: pointer;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      height: 163px;
      position: relative;
      text-align: center;
      padding: 10px; }
      .cab-wallet__item_pay {
        height: 40px !important;
        margin-top: 20px; }
      @media (max-width: 480px) {
        .cab-wallet__item {
          height: 140px; } }
      .cab-wallet__item:hover {
        border-color: #409E96;
        background-color: rgba(64, 158, 150, 0.15); }
      .cab-wallet__item:after {
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transform: translate(50%, -50%);
           -moz-transform: translate(50%, -50%);
            -ms-transform: translate(50%, -50%);
                transform: translate(50%, -50%);
        width: 20px;
        height: 20px;
        border: 3px solid #fff;
        border-radius: 50%;
        content: '';
        background-color: #409E96;
        background-image: url(../img/check.svg);
        background-repeat: no-repeat;
        background-position: center center;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        opacity: 0; }
      .cab-wallet__item img {
        height: 25px;
        max-width: 100%;
        margin-bottom: 50px; }
        @media (max-width: 480px) {
          .cab-wallet__item img {
            margin-bottom: 30px; } }
      .cab-wallet__item p {
        font-weight: 400;
        font-size: 12px;
        color: #AAAAAA; }
        .cab-wallet__item p span {
          font-weight: 700;
          color: #282828; }
    .cab-wallet_open {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      @media (max-width: 767px) {
        .cab-wallet_open {
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      .cab-wallet_open label {
        margin-right: 30px;
        width: -moz-calc(100% / 5 - 30px);
        width: calc(100% / 5 - 30px); }
        @media (max-width: 767px) {
          .cab-wallet_open label {
            width: -moz-calc(100% / 3 - 30px);
            width: calc(100% / 3 - 30px);
            margin: 0 15px 30px 15px; } }
        @media (max-width: 480px) {
          .cab-wallet_open label {
            width: -moz-calc(100% / 2 - 30px);
            width: calc(100% / 2 - 30px); } }
      @media (max-width: 1400px) {
        .cab-wallet_open .cab-wallet__item {
          height: 115px; }
          .cab-wallet_open .cab-wallet__item img {
            margin-bottom: 15px; } }
    .cab-wallet_pay {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: 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) {
        .cab-wallet_pay {
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      .cab-wallet_pay label {
        margin-right: 30px;
        width: -moz-calc(100% / 5 - 30px);
        width: calc(100% / 5 - 30px); }
        @media (max-width: 767px) {
          .cab-wallet_pay label {
            margin-left: 15px;
            margin-right: 15px;
            width: -moz-calc(100% / 3 - 30px);
            width: calc(100% / 3 - 30px); } }
        @media (max-width: 480px) {
          .cab-wallet_pay label {
            width: -moz-calc(100% / 2 - 30px);
            width: calc(100% / 2 - 30px); } }
  .cab-input {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.07);
    height: 50px;
    border-radius: 5px;
    margin-bottom: 15px; }
    .cab-input ::-webkit-input-placeholder {
      color: rgba(40, 40, 40, 0.3); }
    .cab-input :-moz-placeholder {
      color: rgba(40, 40, 40, 0.3); }
    .cab-input ::-moz-placeholder {
      color: rgba(40, 40, 40, 0.3); }
    .cab-input :-ms-input-placeholder {
      color: rgba(40, 40, 40, 0.3); }
    .cab-input ::placeholder {
      color: rgba(40, 40, 40, 0.3); }
    .cab-input input {
      width: 100%;
      height: 100%;
      border: none;
      outline: none;
      background: transparent;
      padding: 0 20px;
      font-weight: 700;
      color: #282828;
      font-size: 16px; }
  .cab-select .jq-selectbox {
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: 5px 8px; }
    .cab-select .jq-selectbox:hover .jq-selectbox__trigger-arrow {
      border-top-color: #409E96; }
    .cab-select .jq-selectbox__select {
      background: none !important;
      border: none !important;
      height: auto !important;
      width: auto !important;
      box-shadow: none !important;
      text-shadow: none !important;
      padding-left: 25px;
      font-weight: 400;
      font-size: 10px;
      color: rgba(40, 40, 40, 0.4);
      text-transform: uppercase;
      padding-right: 15px; }
    .cab-select .jq-selectbox__trigger {
      border: none;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0;
      width: 10px;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .cab-select .jq-selectbox__trigger-arrow {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .cab-select .jq-selectbox__dropdown {
      border-radius: 5px;
      border: none;
      overflow: hidden; }
      .cab-select .jq-selectbox__dropdown li {
        padding-left: 25px;
        background-size: 15px 15px;
        background-position: 5px 6px;
        background-repeat: no-repeat;
        font-weight: 400;
        font-size: 10px;
        color: #282828;
        text-transform: uppercase;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        .cab-select .jq-selectbox__dropdown li.sel {
          background-color: #409E96;
          color: #fff; }
        .cab-select .jq-selectbox__dropdown li:hover {
          background-color: #76D2CB;
          color: #fff; }
  .cab-select .btc {
    background-image: url(../img/btc-icon.svg); }
  .cab-select .eth {
    background-image: url(../img/eth-icon.svg); }
  .cab-select .ltc {
    background-image: url(../img/ltc-icon.svg); }
  .cab-select .doge {
    background-image: url(../img/doge-icon.svg); }
  .cab-select .usdt {
    background-image: url(../img/usdt-icon.svg); }
  .cab-select .trx {
    background-image: url(../img/trx-icon.svg); }
  .cab-select .bnb {
    background-image: url(../img/bnb-icon.svg); }
  .cab-select .pm {
    background-image: url(../img/pm-icon.svg); }
  .cab-exchange {
    max-width: 360px;
    width: 100%;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .cab-exchange {
        max-width: 100%; } }
    .cab-exchange__icon {
      width: 48px;
      height: 48px;
      background-color: #fff;
      z-index: 2;
      position: relative;
      border-radius: 50%;
      border: 5px solid #E9F0EF;
      margin: -33px auto -13px auto; }
      .cab-exchange__icon svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        fill: #76D2CB;
        width: 17px;
        height: 17px; }
    .cab-exchange__item {
      width: 100%;
      background-color: #fff;
      border-radius: 5px;
      padding: 20px 30px;
      margin-bottom: 20px; }
      .cab-exchange__item:last-child {
        margin-bottom: 0; }
      .cab-exchange__item ::-webkit-input-placeholder {
        color: #282828; }
      .cab-exchange__item :-moz-placeholder {
        color: #282828; }
      .cab-exchange__item ::-moz-placeholder {
        color: #282828; }
      .cab-exchange__item :-ms-input-placeholder {
        color: #282828; }
      .cab-exchange__item ::placeholder {
        color: #282828; }
      .cab-exchange__item input {
        width: 100%;
        background-color: transparent;
        border: none;
        outline: none;
        font-weight: 700;
        font-size: 40px;
        color: #282828;
        margin-bottom: 6px; }
      .cab-exchange__item p {
        font-weight: 400;
        font-size: 10px;
        color: rgba(40, 40, 40, 0.4); }
    .cab-exchange__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: 13px;
      margin-bottom: 13px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
      .cab-exchange__head h3 {
        font-weight: 700;
        font-size: 16px;
        color: #282828; }
  .cab-plans {
    max-width: 760px; }
    @media (max-width: 1199px) {
      .cab-plans {
        max-width: 100%; } }
    .cab-plans .invest-plans__col {
      width: 100%;
      min-height: 48px; }
    .cab-plans .invest-plan {
      display: block;
      border: 3px solid #DDE7E5;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      cursor: pointer;
      min-width: 166px;
      margin-bottom: 30px; }
      .cab-plans .invest-plan:hover {
        background-color: #fff;
        border-color: #fff; }
        .cab-plans .invest-plan:hover .cab-plans__check {
          background-color: #76D2CB; }
      .cab-plans .invest-plan .invest-plans__row:last-child .invest-plans__col {
        padding: 10px 20px; }
      .cab-plans .invest-plan .invest-plans__col {
        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: 16px 30px; }
      .cab-plans .invest-plan .invest-plans__text {
        display: none; }
        @media (max-width: 991px) {
          .cab-plans .invest-plan .invest-plans__text {
            display: block; } }
      .cab-plans .invest-plan .invest-plans__head p {
        color: #409E96; }
      .cab-plans .invest-plan .invest-plans__check svg {
        fill: #409E96; }
    .cab-plans .invest-plans {
      padding-top: 57px;
      margin-right: 30px;
      margin-bottom: 0;
      width: 100%; }
      @media (max-width: 1400px) {
        .cab-plans .invest-plans .invest-plans__text {
          padding-left: 0;
          font-size: 13px; }
          .cab-plans .invest-plans .invest-plans__text:after {
            display: none; } }
    .cab-plans label {
      display: block; }
      .cab-plans label input {
        display: none; }
        .cab-plans label input:checked + .invest-plan {
          background-color: #fff;
          border-color: #fff; }
          .cab-plans label input:checked + .invest-plan .cab-plans__check {
            background-color: #409E96; }
    .cab-plans__check {
      width: 34px;
      height: 34px;
      border-radius: 50%;
      border: 3px solid #DDE7E5;
      background-color: transparent;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      position: relative;
      -webkit-transform: translateY(28px);
         -moz-transform: translateY(28px);
          -ms-transform: translateY(28px);
              transform: translateY(28px);
      background-color: #E9F0EF; }
      .cab-plans__check svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        width: 12px;
        height: 12px;
        fill: #DDE7E5; }
  .cab-open {
    background-color: #fff;
    border-radius: 5px;
    padding: 25px 30px 25px 120px;
    margin-bottom: 20px;
    position: relative;
    width: -moz-calc(100% / 2 - 15px);
    width: calc(100% / 2 - 15px); }
    @media (max-width: 1800px) {
      .cab-open {
        width: 100%; } }
    @media (max-width: 480px) {
      .cab-open {
        padding: 15px 20px; } }
    .cab-open:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 88px;
      width: 1px;
      height: -moz-calc(100% - 50px);
      height: calc(100% - 50px);
      content: '';
      background-color: rgba(0, 0, 0, 0.07); }
      @media (max-width: 480px) {
        .cab-open:after {
          display: none; } }
    .cab-open__date {
      left: 44px;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: 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; }
      @media (max-width: 480px) {
        .cab-open__date {
          position: static;
          -webkit-transform: translate(0, 0);
             -moz-transform: translate(0, 0);
              -ms-transform: translate(0, 0);
                  transform: translate(0, 0);
          margin-bottom: 15px; } }
      .cab-open__date > span {
        font-weight: 300;
        font-size: 30px;
        color: #282828;
        margin-bottom: 5px; }
      .cab-open__date p {
        font-weight: 400;
        font-size: 12px;
        color: #282828;
        line-height: 1.3; }
        .cab-open__date p span {
          display: block;
          font-size: 10px;
          color: #9F9F9F; }
    .cab-open__top {
      padding-bottom: 25px;
      margin-bottom: 25px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
      @media (max-width: 991px) {
        .cab-open__top {
          padding-bottom: 15px; } }
    .cab-open__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; }
      @media (max-width: 991px) {
        .cab-open__item {
          margin-bottom: 10px; } }
      .cab-open__item h3 {
        font-weight: 400;
        font-size: 12px;
        color: #9F9F9F;
        margin-bottom: 5px; }
      .cab-open__item p {
        font-weight: 700;
        font-size: 18px;
        color: #282828; }
        .cab-open__item p span {
          font-weight: 300; }
        .cab-open__item p.orange {
          color: #E59926; }
    .cab-open__val {
      font-weight: 300;
      font-size: 14px;
      color: #409E96; }
      .cab-open__val span {
        font-weight: 900;
        font-size: 18px; }
        .cab-open__val span sub {
          font-weight: 300;
          font-size: 18px; }
    .cab-open__wallet {
      max-width: 85px;
      width: 100%; }
      .cab-open__wallet img {
        max-width: 100%; }
    .cab-open__wrap {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
  .cab-progress {
    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: 22px; }
    .cab-progress__bar {
      width: 100%;
      height: 6px;
      border-radius: 10px;
      background-color: #DDE7E5;
      position: relative;
      margin-bottom: 6px; }
    .cab-progress__line {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      height: -moz-calc(100% + 2px);
      height: calc(100% + 2px);
      border-radius: 10px;
      background-color: #89D975; }
      .cab-progress__line:after {
        position: absolute;
        right: 0;
        bottom: -moz-calc(100% + 1px);
        bottom: calc(100% + 1px);
        width: 1px;
        height: 22px;
        background-color: #89D975;
        content: ''; }
      .cab-progress__line span {
        position: absolute;
        right: 5px;
        bottom: -moz-calc(100% + 10px);
        bottom: calc(100% + 10px);
        font-weight: 700;
        font-size: 14px;
        color: #89D975; }
        .cab-progress__line span sub {
          font-size: 14px;
          font-weight: 300; }
    .cab-progress__step {
      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-progress__step span {
        font-weight: 400;
        font-size: 10px;
        color: #9F9F9F; }
  .cab-pagination {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px; }
    .cab-pagination ul {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .cab-pagination li:hover a, .cab-pagination li.active a {
      color: #409E96; }
    .cab-pagination a {
      font-weight: 700;
      font-size: 12px;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      color: #C8D9D5;
      text-decoration: none;
      padding: 0 5px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .cab-pagination .next, .cab-pagination .prev {
      position: relative;
      width: 30px;
      height: 30px;
      border: 1px solid #C8D9D5;
      border-radius: 5px; }
      .cab-pagination .next:hover, .cab-pagination .prev:hover {
        border-color: #409E96; }
        .cab-pagination .next:hover svg, .cab-pagination .prev:hover svg {
          fill: #409E96; }
      .cab-pagination .next svg, .cab-pagination .prev svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 12px;
        height: 12px;
        fill: #C8D9D5;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
    .cab-pagination .next {
      margin-left: 5px; }
      .cab-pagination .next svg {
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
           -moz-transform: translate(-50%, -50%) rotate(-90deg);
            -ms-transform: translate(-50%, -50%) rotate(-90deg);
                transform: translate(-50%, -50%) rotate(-90deg); }
    .cab-pagination .prev {
      margin-right: 5px; }
      .cab-pagination .prev svg {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
           -moz-transform: translate(-50%, -50%) rotate(90deg);
            -ms-transform: translate(-50%, -50%) rotate(90deg);
                transform: translate(-50%, -50%) rotate(90deg); }
  .cab-refs__chart {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 1800px) {
      .cab-refs__chart {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    .cab-refs__chart-info {
      width: 100%; }
    .cab-refs__chart-wrap {
      max-width: 290px; }
      @media (max-width: 1800px) {
        .cab-refs__chart-wrap {
          margin: 0 auto 15px auto; } }
  .cab-refs__links {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .cab-refs__links .main-btn {
      margin-right: 10px;
      color: #282828;
      font-weight: 300;
      font-size: 10px; }
      @media (max-width: 1300px) {
        .cab-refs__links .main-btn {
          font-size: 10px; } }
      @media (max-width: 480px) {
        .cab-refs__links .main-btn {
          margin-right: 10px; } }
      .cab-refs__links .main-btn:after {
        width: 0;
        opacity: 0; }
      .cab-refs__links .main-btn.active {
        font-weight: 700; }
      .cab-refs__links .main-btn.active, .cab-refs__links .main-btn:hover {
        color: #282828; }
        .cab-refs__links .main-btn.active:after, .cab-refs__links .main-btn:hover:after {
          width: 100%;
          opacity: 1; }
      .cab-refs__links .main-btn:last-child {
        margin-right: 0; }
  .cab-refs-links-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; }
    @media (max-width: 1300px) {
      .cab-refs-links-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-filter {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 25px; }
    .cab-filter .main-btn {
      margin-right: 0; }
    .cab-filter__item {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 5px;
      position: relative;
      padding: 8px 35px 8px 10px;
      margin-right: 12px;
      cursor: pointer;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      max-width: 140px; }
      @media (max-width: 480px) {
        .cab-filter__item {
          max-width: 120px; } }
      .cab-filter__item:hover {
        border-color: #409E96; }
      .cab-filter__item p {
        font-weight: 300;
        font-size: 10px;
        color: rgba(40, 40, 40, 0.4); }
      .cab-filter__item input {
        background-color: transparent;
        border: none;
        outline: none;
        padding: 0;
        margin: 0;
        font-weight: 700;
        font-size: 12px;
        color: #282828;
        width: auto; }
      .cab-filter__item img {
        position: absolute;
        top: 50%;
        right: 17px;
        -webkit-transform: translate(50%, -50%);
           -moz-transform: translate(50%, -50%);
            -ms-transform: translate(50%, -50%);
                transform: translate(50%, -50%); }
    .cab-filter__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;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .cab-filter__wrap .cab-subtitle {
        margin-right: 15px; }
  .cab-history {
    width: 100%;
    margin-bottom: 20px; }
    .cab-history table {
      width: 100%;
      border-collapse: collapse; }
    .cab-history thead td {
      background-color: #fff;
      padding: 20px 30px; }
      @media (max-width: 1600px) {
        .cab-history thead td {
          padding: 20px 15px; } }
    .cab-history td {
      padding: 15px 30px;
      border-bottom: none !important; }
      @media (max-width: 1600px) {
        .cab-history td {
          padding: 15px; } }
      .cab-history td:first-child {
        border-radius: 5px 0 0 5px; }
      .cab-history td:last-child {
        border-radius: 0px 5px 5px 0; }
    .cab-history tbody tr:nth-child(even) td {
      background-color: #E1E9E8; }
    @media (max-width: 767px) {
      .cab-history tr {
        border-radius: 5px;
        border: 3px solid #DDE7E5 !important; } }
    .cab-history__title {
      font-weight: 300;
      font-size: 12px;
      color: rgba(40, 40, 40, 0.4); }
    .cab-history__plan {
      font-weight: 700;
      font-size: 14px;
      color: #409E96; }
    .cab-history__text {
      font-weight: 300;
      font-size: 14px;
      color: #282828;
      white-space: nowrap; }
      @media (max-width: 991px) {
        .cab-history__text {
          white-space: normal; } }
    .cab-history__val {
      font-weight: 700;
      font-size: 14px;
      color: #282828; }
    .cab-history__wallet {
      max-width: 85px; }
      .cab-history__wallet img {
        max-width: 100%;
        height: 25px; }
  .cab-settings__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;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
    margin-top: -25px;
    min-height: 760px;
    margin-bottom: 20px; }
    @media (max-width: 1199px) {
      .cab-settings__links {
        min-height: 560px; } }
    @media (max-width: 767px) {
      .cab-settings__links {
        min-height: 0;
        border-right: none; } }
  .cab-settings__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: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 40px;
    text-decoration: none;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding-top: 25px;
    padding-right: 30px;
    padding-bottom: 30px; }
    .cab-settings__link p {
      font-weight: 400;
      font-size: 12px;
      color: rgba(40, 40, 40, 0.5);
      line-height: 1.3; }
    .cab-settings__link-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: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: relative;
      padding-right: 30px;
      width: 100%;
      margin-bottom: 10px; }
      .cab-settings__link-top span {
        font-weight: 500;
        font-size: 14px;
        color: #282828;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .cab-settings__link-top > svg {
        position: absolute;
        top: 50%;
        right: -moz-calc(100% + 6px);
        right: calc(100% + 6px);
        width: 13px;
        height: 13px;
        fill: #000;
        opacity: 0.2;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
    .cab-settings__link-arrow {
      opacity: 0;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translate(0, -50%) rotate(-90deg);
         -moz-transform: translate(0, -50%) rotate(-90deg);
          -ms-transform: translate(0, -50%) rotate(-90deg);
              transform: translate(0, -50%) rotate(-90deg);
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .cab-settings__link-arrow svg {
        width: 12px;
        height: 12px;
        fill: #409E96; }
    .cab-settings__link:hover .cab-settings__link-top > svg {
      opacity: 1;
      fill: #409E96; }
    .cab-settings__link:hover .cab-settings__link-top span {
      color: #409E96; }
    .cab-settings__link.active .cab-settings__link-arrow {
      opacity: 1; }
    .cab-settings__link.active .cab-settings__link-top > svg {
      opacity: 1;
      fill: #409E96; }
    .cab-settings__link.active .cab-settings__link-top span {
      color: #409E96; }
  .cab-settings__input {
    width: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    height: 50px; }
    .cab-settings__input input {
      width: 100%;
      height: 100%;
      background-color: transparent;
      margin: 0;
      padding: 0 20px;
      outline: none;
      border: none;
      font-weight: 700;
      font-size: 14px;
      color: #282828; }
    .cab-settings__input-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;
      width: 100%;
      margin-bottom: 25px; }
      .cab-settings__input-wrap p {
        font-weight: 500;
        font-size: 14px;
        margin-bottom: 15px;
        color: rgba(40, 40, 40, 0.3); }
    .cab-settings__input_wallet img {
      position: absolute;
      max-width: 60px;
      right: 60px;
      top: 50%;
      -webkit-transform: translate(50%, -50%);
         -moz-transform: translate(50%, -50%);
          -ms-transform: translate(50%, -50%);
              transform: translate(50%, -50%); }
    .cab-settings__input_wallet input {
      padding-right: 120px; }
  .cab-settings__auth {
    padding-left: 190px;
    position: relative;
    min-height: 160px;
    margin-bottom: 30px; }
    @media (max-width: 480px) {
      .cab-settings__auth {
        padding-left: 0; } }
    .cab-settings__auth-img {
      position: absolute;
      top: 0;
      left: 0;
      width: 160px;
      height: 160px; }
      @media (max-width: 480px) {
        .cab-settings__auth-img {
          position: static;
          margin: 0 auto 20px auto; } }
      .cab-settings__auth-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 50%;
           object-position: 50% 50%; }
    .cab-settings__auth-top {
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
    .cab-settings__auth p {
      font-weight: 400;
      font-size: 16px;
      color: #282828;
      line-height: 1.3;
      margin-bottom: 7px; }
      .cab-settings__auth p:last-child {
        margin-bottom: 0; }
      .cab-settings__auth p a {
        font-weight: 700;
        font-size: 16px;
        color: #409E96;
        text-decoration: none;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        .cab-settings__auth p a:hover {
          color: #76D2CB; }
    .cab-settings__auth-code {
      width: 100%;
      background-color: #fff;
      border-radius: 5px;
      height: 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: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      font-weight: 700;
      font-size: 20px;
      color: #282828;
      padding: 0 10px;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      cursor: pointer; }
      .cab-settings__auth-code:hover {
        background-color: #409E96;
        color: #fff; }
      .cab-settings__auth-code span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
  .cab-profile {
    width: 100%;
    border-radius: 5px;
    max-width: 560px; }
    @media (max-width: 1199px) {
      .cab-profile {
        max-width: 100%; } }
    .cab-profile__head {
      width: 100%;
      background-color: #CEE0EA;
      border-radius: 5px 5px 0 0;
      position: relative;
      height: 140px;
      z-index: 1; }
      .cab-profile__head img {
        position: absolute;
        bottom: 0;
        right: 0;
        max-width: 100%; }
    .cab-profile__content {
      background-color: #fff;
      border-radius: 0px 0px 5px 5px;
      padding: 0 40px 5px 40px;
      z-index: 2;
      position: relative; }
    .cab-profile__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-top: 70px;
      line-height: 2;
      margin-bottom: 10px; }
      .cab-profile__hero-img {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        border: 6px solid #CEE0EA;
        background-color: #fff;
        border-radius: 50%;
        background-image: url(../img/cab-profile-hero.svg);
        background-repeat: no-repeat;
        background-position: center center;
        width: 85px;
        height: 85px; }
      .cab-profile__hero p {
        font-size: 400px;
        font-size: 16px;
        color: #409E96; }
      .cab-profile__hero span {
        font-weight: 700;
        font-size: 30px;
        color: #282828; }
    .cab-profile__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;
      border-bottom: 1px solid rgba(0, 0, 0, 0.07);
      width: 100%; }
      @media (max-width: 480px) {
        .cab-profile__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; } }
      .cab-profile__row:last-child {
        border-bottom: none; }
    .cab-profile__col {
      width: 50%;
      padding: 20px 0; }
      @media (max-width: 480px) {
        .cab-profile__col {
          width: 100%;
          padding: 10px 0 !important;
          border-right: none !important; } }
      .cab-profile__col:first-child {
        padding-right: 30px; }
      .cab-profile__col:last-child {
        padding-left: 30px; }
      .cab-profile__col_line {
        border-right: 1px solid rgba(0, 0, 0, 0.07); }
        .cab-profile__col_line:last-child {
          border-right: none; }
      .cab-profile__col_p {
        padding: 20px 0 !important; }
    .cab-profile__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; }
      .cab-profile__item h3 {
        font-weight: 400;
        font-size: 14px;
        color: #282828;
        margin-bottom: 6px; }
      .cab-profile__item p {
        font-weight: 400;
        font-size: 12px;
        color: rgba(40, 40, 40, 0.5);
        line-height: 1.3;
        max-width: 160px; }
      .cab-profile__item span {
        font-weight: 700;
        font-size: 14px;
        color: #282828;
        position: relative;
        width: 100%;
        display: inline-block;
        padding-right: 20px;
        margin-bottom: 6px; }
        .cab-profile__item span img {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: 0;
          width: 13px;
          height: 13px; }
      .cab-profile__item a {
        min-width: 47px;
        min-height: 30px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        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;
        text-decoration: none;
        padding: 3px 5px;
        font-weight: 700;
        font-size: 12px;
        color: #282828;
        text-transform: uppercase;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        .cab-profile__item a:hover {
          border-color: #409E96;
          color: #409E96; }
    .cab-profile__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;
      width: 100%; }
      .cab-profile__date h3 {
        font-weight: 400;
        font-size: 14px;
        color: rgba(40, 40, 40, 0.3);
        margin-bottom: 6px;
        position: relative;
        padding-right: 20px;
        width: 100%; }
        .cab-profile__date h3 img {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: 0;
          width: 14px;
          height: 14px; }
      .cab-profile__date p {
        font-weight: 700;
        font-size: 14px;
        color: #282828; }
    .cab-profile__sponsor {
      width: 100%;
      height: 50px;
      padding: 15px 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;
      background-color: #E9F0EF;
      border-radius: 5px;
      font-weight: 700;
      font-size: 14px;
      color: #C4CCCB; }
  .cab-banners {
    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; }
    @media (max-width: 767px) {
      .cab-banners {
        -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-banners__item {
      margin-right: 100px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-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) {
        .cab-banners__item {
          margin-right: 0;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-align: center; } }
      .cab-banners__item h3 {
        font-weight: 700;
        font-size: 20px;
        color: #409E96;
        margin-bottom: 30px; }
      .cab-banners__item a {
        position: absolute;
        pointer-events: none;
        opacity: 0; }
      .cab-banners__item .main-btn {
        margin-right: 0; }
    .cab-banners__img {
      width: 100%;
      margin-bottom: 30px; }
      .cab-banners__img img {
        max-width: 100%; }
  .cab-check {
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background-color: #409E96;
    z-index: 9999;
    display: none;
    border: 7px solid #E9F0EF; }
    .cab-check svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      fill: #E9F0EF;
      width: 50%;
      height: 50%; }

.cabinet-settings {
  margin-bottom: 30px; }
  .cabinet-settings .contacts-form__input {
    position: relative; }
    .cabinet-settings .contacts-form__input input {
      padding-right: 110px; }
    .cabinet-settings .contacts-form__input .main-btn {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 10px;
      min-width: 90px;
      margin: 0;
      padding: 10px; }
    .cabinet-settings .contacts-form__input span {
      display: none; }

.cabinet-security {
  padding: 40px 0; }
  .cabinet-security__title {
    width: 100%;
    padding-left: 35px;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 18px;
    color: #363636; }
    @media (max-width: 767px) {
      .cabinet-security__title {
        width: 100%;
        text-align: center;
        padding-left: 0; } }
  .cabinet-security__box {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px; }
    .cabinet-security__box:last-child {
      margin-bottom: 0; }
  .cabinet-security__form {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%; }
    @media (max-width: 767px) {
      .cabinet-security__form {
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .cabinet-security__form-row {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .cabinet-security__form-row {
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
      .cabinet-security__form-row_bar {
        margin-bottom: 40px; }
      .cabinet-security__form-row:last-child {
        margin-bottom: 0; }
      .cabinet-security__form-row .cab-auth__input-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: flex-end;
           -moz-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .cabinet-security__form-row .cab-auth__input-wrap .main-btn {
          margin-left: 15px; }
    .cabinet-security__form-text {
      font-size: 12px;
      font-weight: 400;
      color: #282828; }
      @media (max-width: 767px) {
        .cabinet-security__form-text {
          margin-bottom: 10px;
          text-align: center; }
          .cabinet-security__form-text:last-child {
            margin-bottom: 0; } }
      .cabinet-security__form-text a {
        color: #409E96;
        text-decoration: underline;
        font-weight: 400;
        font-size: 16px;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        .cabinet-security__form-text a:hover {
          text-decoration: none; }
    .cabinet-security__form-bar {
      max-width: 460px;
      width: 100%;
      margin-left: 40px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 3px;
      background-color: rgba(64, 158, 150, 0.07); }
      @media (max-width: 767px) {
        .cabinet-security__form-bar {
          margin-left: 0; } }
      .cabinet-security__form-bar__label {
        width: 10px;
        height: 10px;
        cursor: pointer; }
        .cabinet-security__form-bar__label input {
          display: none; }
          .cabinet-security__form-bar__label input:checked + .cabinet-security__form-bar__wrap {
            background-color: #409E96; }
            .cabinet-security__form-bar__label input:checked + .cabinet-security__form-bar__wrap span {
              color: #409E96; }
      .cabinet-security__form-bar__wrap {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #CEE0EA;
        position: relative;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        .cabinet-security__form-bar__wrap span {
          position: absolute;
          top: -moz-calc(100% + 10px);
          top: calc(100% + 10px);
          left: 50%;
          -webkit-transform: translateX(-50%);
             -moz-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          font-weight: 400;
          color: #CEE0EA;
          font-size: 12px;
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
    .cabinet-security__form-checkbox {
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      cursor: pointer; }
      .cabinet-security__form-checkbox input {
        display: none; }
        .cabinet-security__form-checkbox input:checked + .cabinet-security__form-checkbox__wrap {
          background-color: #409E96;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          padding: 0 40px 0 25px; }
          .cabinet-security__form-checkbox input:checked + .cabinet-security__form-checkbox__wrap:after {
            left: -moz-calc(100% - 5px);
            left: calc(100% - 5px);
            -webkit-transform: translate(-100%, -50%);
               -moz-transform: translate(-100%, -50%);
                -ms-transform: translate(-100%, -50%);
                    transform: translate(-100%, -50%); }
          .cabinet-security__form-checkbox input:checked + .cabinet-security__form-checkbox__wrap .cabinet-security__form-checkbox_enabled {
            opacity: 1;
            display: block; }
          .cabinet-security__form-checkbox input:checked + .cabinet-security__form-checkbox__wrap .cabinet-security__form-checkbox_disabled {
            opacity: 0;
            display: none; }
      .cabinet-security__form-checkbox-big .cabinet-security__form-checkbox__wrap {
        padding: 0 20px 0 55px;
        opacity: 1;
        width: 145px;
        height: 40px; }
        .cabinet-security__form-checkbox-big .cabinet-security__form-checkbox__wrap:after {
          width: 30px;
          height: 30px; }
      .cabinet-security__form-checkbox-big input:checked + .cabinet-security__form-checkbox__wrap {
        padding: 0 55px 0 20px; }
      .cabinet-security__form-checkbox__wrap {
        border-radius: 30px;
        background-color: #CEE0EA;
        position: relative;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-end;
           -moz-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        height: 30px;
        width: 90px;
        padding: 0 25px 0 40px; }
        .cabinet-security__form-checkbox__wrap:after {
          content: '';
          position: absolute;
          top: 50%;
          left: 5px;
          width: 20px;
          height: 20px;
          border-radius: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          -moz-transition: all .3s ease;
          transition: all .3s ease;
          background-color: #fff; }
        .cabinet-security__form-checkbox__wrap span {
          font-size: 14px;
          font-weight: 700;
          color: #fff;
          text-transform: uppercase;
          -moz-transition: all .3s ease;
          transition: all .3s ease;
          line-height: 1; }
        .cabinet-security__form-checkbox__wrap .cabinet-security__form-checkbox_enabled {
          display: none; }
    .cabinet-security__form-input {
      position: relative;
      width: 100%; }
      .cabinet-security__form-input .cabinet-security__form-submit {
        height: 100%;
        max-width: 90px;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        font-size: 12px; }
      .cabinet-security__form-input_small {
        max-width: 320px; }
      .cabinet-security__form-input input {
        height: 40px;
        width: 100%;
        background-color: transparent;
        padding: 0 110px 0 20px;
        font-weight: 700;
        font-size: 14px;
        color: #409E96;
        outline: none;
        border: 1px solid #CEE0EA;
        border-radius: 17px; }
    .cabinet-security__form-qr {
      width: 80px;
      height: 80px;
      background-color: #343436; }
      .cabinet-security__form-qr img {
        width: 100%;
        height: 100%; }
    .cabinet-security__form-submit {
      text-transform: uppercase;
      max-width: 110px;
      width: 100%;
      text-align: center;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      background-color: #CEE0EA;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      height: 100%;
      font-weight: 700;
      color: #fff;
      font-size: 16px;
      outline: none;
      cursor: pointer;
      border: none;
      border-radius: 17px; }
      .cabinet-security__form-submit:hover {
        background-color: #409E96; }

.cabinet-settings .main-btn {
  min-width: 180px;
  margin: 30px 0 40px 0; }

.cabinet-settings__label {
  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: 25px; }
  .cabinet-settings__label p {
    font-size: 12px;
    padding-left: 15px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #fff; }

.cabinet-settings__input {
  width: 100%;
  position: relative;
  padding-right: 75px;
  padding-left: 20px;
  height: 55px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px; }
  .cabinet-settings__input svg {
    opacity: 0.3; }
  .cabinet-settings__input svg, .cabinet-settings__input img {
    right: 30px;
    -webkit-transform: translate(50%, -50%);
       -moz-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    fill: #fff;
    position: absolute;
    top: 50%;
    width: 25px;
    height: 25px;
    z-index: 2; }
  .cabinet-settings__input:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 60px;
    height: 70%;
    width: 1px;
    content: '';
    background-color: rgba(255, 255, 255, 0.1); }
  .cabinet-settings__input input {
    border: none;
    background-color: transparent;
    outline: none;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    height: 100%;
    width: 100%; }

.cabinet-settings__title {
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
  width: 100%; }
  @media (max-width: 575px) {
    .cabinet-settings__title {
      text-align: center; } }
  .cabinet-settings__title span {
    text-decoration: underline;
    color: #409E96; }

.cabinet-settings__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: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 30px; }
  .cabinet-settings__check p {
    font-size: 13px;
    margin-right: 10px;
    font-weight: 400;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.7); }
  .cabinet-settings__check input {
    display: none; }
    .cabinet-settings__check input:checked + span {
      color: #409E96; }
      .cabinet-settings__check input:checked + span:after {
        right: 0;
        background-color: #409E96; }
  .cabinet-settings__check span {
    position: relative;
    padding-right: 90px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    cursor: pointer;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    .cabinet-settings__check span:after {
      width: 20px;
      height: 20px;
      right: 30px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      border-radius: 50%;
      content: '';
      background-color: #fff;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      z-index: 2; }
    .cabinet-settings__check span:before {
      z-index: 1;
      height: 8px;
      width: 50px;
      border-radius: 20px;
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0;
      border: 1px solid rgba(255, 255, 255, 0.5); }

.cabinet-settings__steps {
  width: 100%;
  margin-bottom: 25px; }
  .cabinet-settings__steps p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px; }
    .cabinet-settings__steps p a {
      text-decoration: underline;
      color: #409E96; }

.cabinet-settings__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: 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: 575px) {
    .cabinet-settings__bot {
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.cabinet-settings__img {
  width: 100px;
  height: 100px;
  margin-right: 20px; }
  @media (max-width: 575px) {
    .cabinet-settings__img {
      margin-bottom: 20px;
      margin-right: 0; } }
  .cabinet-settings__img img {
    width: 100px;
    height: 100px; }

.cabinet-settings__gg {
  position: relative;
  max-width: 540px;
  width: 100%;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.24);
  border-radius: 4px;
  padding: 0 170px 0 20px; }
  .cabinet-settings__gg input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    height: 100%;
    background-color: transparent;
    color: #fff; }
  .cabinet-settings__gg button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: 150px;
    height: 100%;
    background-color: #CEE0EA;
    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;
    border: none;
    resize: none;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    .cabinet-settings__gg button:hover {
      background-color: #409E96; }

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

@media (max-width: 575px) {
  .datepicker--pointer {
    display: none !important; } }
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width:100%;
}